﻿@media (min-width: 1200px) {
  .container {
    width: 1440px;
    padding: 0
  }
}
ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.header{
	position: absolute;
	left: 0;
	top: 0;
	background-color: rgba(0, 0, 0, .4);
	z-index: 100;
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.header .logo{
	margin-right: 90px;
	padding-top:15px; 
	width:387px;
	float: left;
	cursor: pointer;
}
.header .hd-nav{
	margin:0;
	float: right;
	list-style: none;
}
.header .hd-nav li{
	float: left;
	height: 115px;
	color: #333;
	text-align: center;
	font-size: 16px;
	cursor: pointer;
	line-height: 115px;
	position: relative;
	margin-right: 60px;
}
.header .hd-nav li a{
	color: #ffffff;
}
.header .hd-nav li:last-child{
	background: 0;
}
.header .hd-nav li:hover::after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 3px;
	background-color: #fdef01;
}
.header .hd-nav li.active::after{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 100%;
	height: 3px;
	background-color: #fdef01;
}
.header .hd-nav li.active a{
	color: #fff;
}

.sub-cates{
	display: flex;
	justify-content: space-between;
}
.sub-txt-cate{
	width: 208px;
	border-right: 1px solid #b7b7b7;
}
.sub-txt-cate a{
	margin-bottom: 20px;
	padding-left: 15px;
	position: relative;
	display: block;
	text-align: left;
	line-height: normal;
}
.sub-txt-cate a::before{
	position: absolute;
	left: 0;
	top: 50%;
	content: "";
	width: 5px;
	height: 5px;
	background-color: #124598;
	margin-top: -2px;
}
.sub-cate-img{
	display: flex;
	flex-wrap: wrap;
	width:1230px;
	padding-left: 30px;
}
.sub-cate-img a{
	margin-right: 15px;
	margin-bottom: 25px;
	display: block;
	width: 215px;
	height: 143px;
	position: relative;
	flex-shrink: 0;
	line-height: 0;
	overflow: hidden;
}
.sub-cate-img a::nth-of-type(5n){
	margin-right: 0
}
.sub-cate-img a .cate-tit{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 43px;
	line-height: 43px;
	background: rgba(0,0,0,0.5);
	color: #fff
}
.header .hd-search{
	float: right;
	color: #fff;
	line-height: 100px;
}
.header .hd-search img{
	margin-right: 10px;
}
.header .hd-search a{
	padding:0 10px;
	color: #fff
}
.swiper-pagination-bullet{
	background: none;
	border:1px solid #fff;
	opacity: 1
}
.swiper-pagination-bullet-active{
	background: #fff
}

.current-position{
	position: relative;
	margin-top: -37px;
	padding: 0 40px 0 58px;
	width: 100%;
	border-radius: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, .1);
	line-height: 74px;
	height: 74px;
	font-size: 16px;
	z-index: 100;
	background: url("../image/current-position.png") no-repeat 18px center #fff;
	color: rgba(0, 0, 0, .4);
}
.current-position a{
	color: #000000;
	opacity: 0.4;
}


.cate-list{
	margin-top:60px;
	display: flex;
	justify-content: center;
}
.cate-list a{
	margin-right: 40px;
	display: block;
	height: 48px;
	line-height: 48px;
	border: solid 2px #df0000;
	padding: 0 40px;
	overflow: hidden;
	font-size: 16px;
	border-radius: 30px;
	color: #df0000;

}
.cate-list a:last-of-type{
	margin-right: 0
}
.cate-list a.active{
	color: #fff;
	background: #df0000
}
.cate-list a:hover{
	color: #fff;
	background: #df0000
}
.current-catename{
	position: relative;
	margin:50px 0;
	padding-bottom: 25px;
	font-size: 30px;
}
.current-catename:after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	margin-left: -30px;
	width: 61px;
	height: 5px;
	background-color: #165963;
}

.common-tit{
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	padding: 21px 0 0 0;
}
.common-tit .tit-con{
    position: relative;
}
.common-tit .tit-con::after{
    position: absolute;
    content: "";
    left: 50%;
	bottom: 15px;
    margin-left: -43px;
    width: 86px;
	height: 3px;
	background-color: #df0000;
}
.common-tit .zh-tit{
	width: 100%;
	font-size: 40px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 22px;
	position: absolute;
	top: 20px;
	left: 0;
}
.common-tit .zh-tit span{
	color: #004ec4;
	
}
.common-tit .en-tit{
	font-size: 120px;
	color: #333333;
	opacity: 0.05;
	font-weight: bold;
	line-height: 120px;
}
.common-tit .tit-desc{
	margin-top: 15px;
    color: #333;
	opacity: 0.5;
}

.white-tit .zh-tit{
    color: #ffffff;
}
.white-tit .en-tit{
    color: #ffffff;
	opacity: 0.05;
}
.white-tit .tit-desc{
    color: #ffffff;
	opacity: 0.5;
}
.sub-cate-list{
	height: 65px;
	background-color: #efeeee;
	line-height: 65px;
}
.sub-cate-list a{
	margin-right: 40px;
	position: relative;
	display: inline-block;
	padding: 0 10px;
	color: #666666;
	font-size: 16px;
}
.sub-cate-list a.active{
	color: #00a1e9
}
.sub-cate-list a.active::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 81px;
	height: 3px;
	margin-left: -40px;
	background-color: #00a1e9;
}

.cate-banner{
	position: relative;
}
.cate-banner .content{
	position: absolute;
	left: 0;
	top: 115px;
	width: 100%;
	height: calc( 100% - 115px );
	color: #ffffff;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.cate-banner .content .catname{
	margin-bottom: 30px;
	font-size: 50px;
	line-height: 50px;
}
.cate-banner .content .en-catename{
	font-size: 20px;
	color: #fff000;
	margin-bottom:30px;
	line-height: 20px;
}

footer{
	padding-top: 30px;
	background:url("../image/ft-bg.png") no-repeat;
	background-size: 100% 100%;
	color: #fff
}
.ft-top{
	padding-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.ft-top .ft-nav{
	margin-top: 38px;
	width: 965px;
	display: flex;
	justify-content: space-around;
}
.ft-top .ft-nav ul li{
	margin-bottom: 10px;
	height: 30px;
	line-height: 30px;
}
.ft-top .ft-nav ul li a{
	color: #fff;
	font-size: 16px;
}
.ft-top .ft-nav ul li:first-of-type{
    position: relative;
	margin-bottom: 28px;
	height: 60px;
	line-height:50px;
}
.ft-top .ft-nav ul li:first-of-type::after{
    position: absolute;
    left: 0;
    bottom: 0;
    content:'';
    width: 60px;
	height: 2px;
	background-color: #ffffff;
	opacity: 0.2;
}
.ft-top .ft-nav ul li:first-of-type a{
	font-size: 18px;
	color: #fff;
	font-weight: bold;
}

.ft-top .ft-contact{
	margin-top: 28px;
	font-size: 14px;
}
.ft-top .ft-contact .info{
	margin-top: 52px;
	font-size: 17px;
}
.ft-top .ft-contact .info .contact{
	width: 410px;
	color: #fff;
}
.ft-top .ft-contact .info .contact .c-item{
	margin-bottom: 20px;
}

.ft-bottom{
	height: 68px;
	border-top:1px solid #e0cdc1;
	line-height: 68px; 
	color: #fff;
    font-size: 16px;
}


#pages { padding:30px 0;text-align:center;font:12px 'å¾®è½¯é›…é»‘';}
#pages a { display:inline-block; padding:0px 8px; height:22px;font-size:12px;line-height:22px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333}
#pages a.a1 {padding:0px 12px; height:22px; line-height:22px;margin-top:0px;}
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none; }
#pages span { display:inline-block;  padding:0px 8px; height:22px; line-height:22px; background:#0975d7; border:1px solid #0975d7; color:#fff; text-align:center; }
.pagee .noPage { display:inline-block;  padding:0px 12px; height:22px; line-height:22px;border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }
.pagination > li {
    display: inline;
    margin-right: 10px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
    background: #e42828;
    border-color:#e42828;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus{
    background: #e42828;
    border-color:#e42828;
}
.pagination > li > a, .pagination > li > span{
    color: #000;
    margin-right: 10px;
    border-radius: 3px;
}
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus{
    color: #000;
}