@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: relative;
	background:#fff;
}
.header .logo{
	margin-right: 90px;
	padding:19px 0; 
	width:387px;
	float: left;
	cursor: pointer;
}
.header .hd-nav{
	margin:0;
	float: right;
	list-style: none;
}
.header .hd-nav li{
	float: left;
	padding: 0 22px;
	height: 106px;
	color: #333;
	text-align: center;
	font-size: 15px;
	cursor: pointer;
	line-height: 106px;
}
.header .hd-nav li:last-child{
	background: 0;
}
.header .hd-nav li.active{
	background-color: #0747b0;
}
.header .hd-nav li.active a{
	color: #fff;
}
.header .hd-nav li.active .content a{
	color: #444;
}
.header .hd-nav li a{
	color: #323232;
	text-decoration: none;
}
.header .hd-nav .content{
  height: 0px;
  width: 100%;
  position: absolute;
  left: 0;
  top:100%;
  z-index:2;
  overflow: hidden;
  transition:all .3s .1s;
  color: #444444;
  background: #fff;
  box-shadow: 0 2px 4px rgba(176,176,176,0.3);
}
.header .hd-nav .content a{
	color: #444
}
.header .hd-nav .content .container{
	padding: 30px;
	background: #fff;
}
.header .hd-nav li:hover .content{
	height: 436px;
	color:#000;
} 
.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:absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	
}
.current-position .container{
    padding-left: 15px;
    background: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    background:#fff;
}
.current-position a{
	color: #000000;
}

.cate-list{
	margin:30px 0;
	display: flex;
	justify-content: center;
}
.cate-list a{
	margin-right: 20px;
	display: block;
	height: 43px;
	line-height: 43px;
	padding: 0 10px;
	overflow: hidden;
	background-color: #dddddd;
	font-size: 17px;

}
.cate-list a:last-of-type{
	margin-right: 0
}
.cate-list a.active{
	color: #fff;
	background: #2e7d51
}

.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;
	padding: 21px 0 40px 0;
	background:url("../../images/flrd/common-tit.png") no-repeat bottom center;
}
.common-tit .zh-tit{
	position: absolute;
	left: 0;
	top: 52px;
	width: 100%;
	font-size: 28px;
	color: #1f1f1f;
	font-weight: bold;
}
.common-tit .zh-tit span{
	color: #000000;
}
.common-tit .en-tit{
	font-size: 60px;
	color: #000000;
	opacity: 0.15;
	font-weight: bold;
}

.sub-cate-list{
    position: absolute;
    left: 0;
    bottom:-1px;
    width: 100%;
	height: 65px;
	line-height: 65px;
}
.sub-cate-list .container{
    background: #fff;
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
}
.sub-cate-list a{
    margin-left: 15px;
	margin-right: 20px;
	position: relative;
	display: inline-block;
	padding: 0 10px;
	color: #666666;
}
.sub-cate-list a.active{
	color: #0747b0;
}
.sub-cate-list a.active::after{
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 81px;
	height: 3px;
	margin-left: -40px;
	background-color: #0747b0;
}

.cate-banner{
	position: relative;
}
.cate-banner .content{
    display: flex;
    align-items: center;;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	color: #ffffff;
}
.cate-banner .content .catname{
	margin-bottom: 20px;
	font-size: 40px;
}
.cate-banner .content .catname span{
	color: #ffd59e
}
.cate-banner .content .en-catname{
	font-size: 20px;
}

footer{
	background-color: #165964;
	color: #fff
}
footer{
	padding: 23px 0;
	background-color: #1e1e1e;
	color: #fff
}
.ft-nav{
	margin-bottom: 15px;
}
.ft-nav a{
	color: #fff;
	font-size: 15px;
	display: inline-block;
	margin-left: 20px;
	text-decoration: none
}
.ft-bottom{
	padding-top: 25px;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
.ft-contact{
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
	color: #fff
}
.ft-contact .qrcode{
	margin-right: 20px;
}
.ft-contact .c-tit{
	font-size: 15px;
}
.ft-contact .c-phone{
	margin-bottom:10px;
	padding-top: 10px;
	font-size: 21px;
}
.ft-contact .c-phone span{
	font-size: 15px;
	color: #6f6f6f;
}
.ft-contact .c-tel{
	color: #fff;
}
.ft-contact .c-wechat{
	color: #737373;
	font-size: 15px;
}

.email-address{
	font-size: 15px;
	color: #737373;
}
.email-address .email{
	margin-bottom: 10px;
	padding-left: 30px;
	background: url("../../images/flrd/email.png") no-repeat;
}
.email-address .address{
	padding-left: 30px;
	background: url("../../images/flrd/address.png") no-repeat;
}
footer .support{
	color: #737373;
	font-size: 15px;
}

#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; }

#hits{
    margin-left: 30px;
}