@charset "utf-8";
/* CSS Document */
/*
* @description: 网站公共样式
* @author: ishang_pan
* @update: ishang_pan (2017-10-11 10:50)
*/

/*全局 on*/
html{-webkit-text-size-adjust:none;}
*{margin: 0; padding: 0; list-style: none;}
q:before,q:after{content:'';}
abbr,acronym{border:0;}
body{padding:0; margin:0;font-size:16px;font-family:"微软雅黑" !important;color:#333;background: #f5f5f5;}
input,textarea,select,button,label{vertical-align:middle; font-family:"Microsoft YaHei",微软雅黑;}
.clear{margin:0; overflow:hidden; visibility:hidden; font-size: 0; content: "."; clear: both; height: 0; padding:0;}
.clearfix:after{visibility:hidden; display: block; font-size: 0; content:" "; clear:both; height:0;}
ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,p,img,a,form,input,label,select{margin:0; padding:0; list-style:none;}
a{color:#333; text-decoration:none; outline:none; }
a:focus,a:hover{color:#516aa3; text-decoration:none;}
a img{border:none;}
li,img{vertical-align: top;}
ul{zoom:1;}
input{border: none;background: none;outline: none;}
textarea{resize:none;}
.fl{float:left;}
.fr{float:right;}
:focus {
    outline: -webkit-focus-ring-color auto 0;
}
.c-red{color: red;}

/*去除谷歌自带黄色背景问题*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus { box-shadow:0 0 0 60px #fff inset;  -webkit-text-fill-color: #333;}
/*全局 end*/

/*function*/
.f-dn{display: none;}
.f-db{display: block;}
.f-fl{float: left;}
.f-fr{float: right;}
.f-pr{position: relative;}
.f-pa{position: absolute;}
.f-pf{position: fixed;}
.f-oh{overflow: hidden;}
.f-fwn{font-weight: normal;}
.f-fwb{font-weight: bold;}
.f-toe{overflow: hidden; word-wrap: normal; white-space: nowrap; text-overflow: ellipsis;}
.f-csp{cursor: pointer;}
.f-csd{cursor: default;}
.f-csh{cursor: help;}
.f-csm{cursor: move;}
.f-usn{-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;}
.f-clear{margin: 0; padding: 0; height: 0; overflow: hidden; visibility: hidden; content: "."; clear: both; font-size: 0; }
.f-clearfix:after{display: block; height: 0; visibility: hidden; font-size: 0; content:" "; clear: both;}
* html .f-clearfix{zoom: 1;}
*:first-child+html .f-clearfix{zoom: 1;}
.f-wd100{width: 100%;}
.f-npd{padding: 0;}
.f-tac{text-align: center;}
.f-nmg{margin: 0!important;}
.f-mlr2{margin: 0 2px;}
.f-mlr5{margin: 0 5px;}
.f-mlr7{margin: 0 7px;}
.f-mlr10{margin: 0 10px;}
.f-mlr15{margin: 0 15px;}
.f-mlr20{margin: 0 20px;}
.f-mlrf5{margin: 0 -5px;}
.f-mlrf7{margin: 0 -7px;}
.f-mlrf10{margin: 0 -10px;}
.f-mlrf15{margin: 0 -15px;}
.f-mlrf20{margin: 0 -20px;}
.f-plr5{padding: 0 5px;}
.f-plr7{padding: 0 7px;}
.f-plr10{padding: 0 10px;}
.f-plr15{padding: 0 15px;}
.f-plr20{padding: 0 20px;}
.f-mb5{margin-bottom: 5px;}
.f-mb10{margin-bottom: 10px;}
.f-mb15{margin-bottom: 15px;}
.f-mb20{margin-bottom: 20px;}
.f-nbg{background: none!important;}
.f-nbd{border: none;}


/*module*/
.ldtp a::before {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	display: block;
	content: '';
	width: 50%;
	height: 100%;
	background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgba(255, 255, 255, .3)));
	background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, .3) 100%);
	-webkit-transform: skewX(-25deg);
	-moz-transform: skewX(-25deg);
	transform: skewX(-25deg);
  }
  
  .ldtp a:hover::before {
	-webkit-animation: shine 1s;
	-moz-animation: shine 1s;
	animation: shine 1s;
  }
  
  @-webkit-keyframes shine {
	100% {
	  left: 125%;
	}
  }
  
  @-moz-keyframes shine {
	100% {
	  left: 125%;
	}
  }
  
  @keyframes shine {
	100% {
	  left: 125%;
	}
  }
/*list*/
.icon{
	float: left;
	color: #006ebc;
}
/*header*/
.is-header{background: url(../images/home/banner.png) center 0 no-repeat;height: 415px;}
.is-header .container{position: relative;}
/* .m-top{height: 32px;line-height: 32px; overflow: hidden;}
.m-top a.fl{display: flex;align-items: center;}
.m-top a.fl img{margin-right: 5px;}
.m-top a{margin: 0 15px; font-size: 14px;}
.m-top ul{display: flex;}
.m-top span li{display: inline;}
.m-logo{height: 347px;position: relative;}
.m-logo .written {padding-top: 20px;color: #fff;}
.m-logo .written a{color: #fff;}
.m-logo .written a:last-child {margin-right: 20px;}
.head-logo {position: absolute;left: 0;top: 50%;margin-top: -35px;} */
.sidemenu_wrap {display: none;}

.g-top {margin: 0 auto;width: 100%;height: 40px;line-height: 40px;}
.g-top, .g-top a {font-size: 13px;color: #999;}
.g-top .u-link li {float: left;margin: 0 3px 0 7px;}
.g-top .u-link li.u-lk1 a {background-position: 0 0;}
.g-top, .g-top a {font-size: 13px;color: #999;}
.g-top .u-link li a {display: block;padding-left: 22px;background-image: url(/dist/special/ghlt/images/public/icon-sjlink.png);background-repeat: no-repeat;}
.g-top .u-link li.u-lk2 a {background-position: 0 -40px;}
.g-top .u-link li.u-lk3 a {background-position: 0 -80px;}
.g-top .u-funs li {float: left;margin-left: 8px;}
.g-top .u-funs li a {display: block;padding-left: 9px;background: url(/dist/special/ghlt/images/public/bg-funline.png) left center no-repeat;}

/*header*/
.is-header .m-ban{height: 347px;}
.is-header .m-ban .d1{margin-top: 10px;}
.is-header .m-ban .d1 a{margin-top: 10px; display: block; width: 130px; border-radius: 25px; line-height: 38px; color: #fff; text-align: center; background: rgba(0,0,0,.2);}
.is-header .m-ban .p2{margin-top: 10px;}
.f-tacenter{height: 160px;}
.u-search{margin: 0 auto; width: 650px; border-radius: 10px; overflow: hidden;}
.u-search .u-searchbtn{right: 0; top: 0; width: 73px; height: 50px; border: none; background: url(../images/home/pic-search.png) #ff9000 center no-repeat;}
.u-search .u-searchtext{height: 50px;}




/*导航*/
.m-nav{height: 60px; background: #516aa3;}
.m-nav ul{display: flex;position: relative;margin: 0 -15px 0 -15px;}
.m-nav ul li{float:left;width: 207px; height: 60px;line-height: 60px;position: relative;}
/* .m-nav ul li::after{content: " ";width: 2px;height: 36px;background: #f6f6f6;position: absolute;right: 0;top: 50%;margin-top: -18px;} */
.m-nav ul li:last-child:after{display: none;}
.m-nav li a{display:block;font-size: 20px;color: #fff;text-align: center; position: relative;font-weight: bold;}
.m-nav li:hover{background: #7ea9fc;font-weight: bold;}
.m-nav li:hover::after{display: none;}
.navbar-header{display: none;height:90px;line-height:90px;background: #516aa3;text-align: left;padding: 0 15px;}
.navbar-header a{font-size: 22px;color: #fff;font-weight: bold;}
.navbar-toggle{padding: 2px 3px;margin: 32px 0 0 0;border: 1px solid #fff; line-height: 0;}
.m-nav li:hover .secondary{display: block;}
.m-nav .secondary{width: 207px; position: absolute;top: 60px;left: 0;display: none;z-index: 2;background: #fff;box-shadow: 0px 3px 7px 0px rgba(8, 1, 3, 0.35);}
.m-nav .secondary ul{display: revert;width: 100%;}
.m-nav .secondary li {display: block; width: 100%;height: 52px;line-height: 52px;text-align: center;font-size: 16px; margin-left: 15px; border-bottom: 1px dashed #bdbdbd;}
.m-nav .secondary li:last-child{border-bottom: none;}
.m-nav .secondary li:hover{background: #fff;}
.m-nav .secondary li:hover a{color: #516aa3;}
.m-nav .secondary li a {line-height: 56px;font-size: 16px;font-weight: normal;color: #3d3d3d;}

/*搜索*/
/* .written-search{width: 1200px;height: 50px;background-color: #fff;margin: 0 auto;}
.weather{float: left;margin: 10px 0;}
.u-search{width: 238px; height: 38px;float: right;margin: 5px 0;}
.u-search form{display: flex;border: 1px solid #dddddd;background: #fff;height: 38px;overflow: hidden;}
.u-search form input[type="text"]{flex:1;padding:0 0 0 10px;height: 38px;line-height: 38px;font-size: 14px;color: #888;}
.u-search form input[type="submit"]{width: 38px;height: 38px;background: url(../images/home/seach.png) center no-repeat;background-position: 10px 8px;}
.u-time {margin-top: 2px;margin-right: 5px;} */


.marato {
	margin: 0 auto;
}
.m-location span {
	display: inline-block;
	padding-left: 25px;
  }
  
  .m-location span:first-child {
	background: url(../images/home/icon-location.png) left 0 no-repeat;
	background-position: 0px 15px;
  }
  
  .m-location {
	height: 50px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
  }
@media (max-width:1240px) {
}
@media (max-width:992px) {
}
@media (max-width:767px) {
	.is-header{background-size: 100% 100%;}
    .container{padding: 0 15px;}
    .m-top{height:auto}
    .m-logo{padding: 20px 0 15px;text-align: center;height: 130px;}
	.written-search{width: 100%;}
    .u-search{position: inherit; margin: 0; width: 100%;}
    .navbar-header{display: block;}
    .m-nav ul{display: block;}
    .m-nav ul li,.m-nav li.active{width: 100%;}
    #navbar-collapse{background-color: #516aa3;position: relative;z-index: 999;}
	.m-specialbox{width: 100% !important;}
	.m-nav ul li:after,.f-clearfix{display: none;}
	.f-tacenter{height: 45px;}
	.u-search .u-searchbtn,.u-search .u-searchtext{height: 40px;}
	
}
@media (max-width:500px) {
    .m-logo .head-logo img{width: 100%;}
}

/*footer*/
.is-footer{padding: 45px 0; background-color: #516aa3;}
.is-footer .container{position: relative;}
.is-footer a{color: #ffffff;}
.dzjg img {width: 56px; height: 70px;}
.dzjg {position: absolute;top: -10px;left: 250px;}
.footer-information{text-align: center;}
.is-footer p{color: #ffffff;line-height: 30px;text-align:center;}
#_ideConac{position: absolute; left: 51px; top: 22px;}
#_span_jiucuo{position: absolute; right: 62px; top: 28px;}
.ga{margin-top: 4px;}
#backTop {position: fixed;right: 10.2rem;top: 70%;display: none;cursor: pointer;z-index: 999;}
#f-elderwza{position: absolute;top: 29px;left: 131px;}
#f-elderwza img{width: 152px;height: 64px;}

@media (max-width:767px) {
    .footer-information{width: 100%;}
	.dzjg,#backTop,#_ideConac,#_span_jiucuo{display: none;}
}
/*toolbar*/


/*pagination*/
.m-pagination{padding: 15px;}
.m-pagination li{float: left; margin: 3px; height: 28px; font-size: 14px;}
.m-pagination li a{display: block; padding: 0 10px; line-height: 26px; border: 1px solid #ccc; font-size: 14px; background: #fff;}
.m-pagination li.u-redirect{line-height: 28px;}
.m-pagination li.u-redirect input{padding: 0 5px; vertical-align: middle; width: 42px; height: 28px; line-height: 28px; border: 1px solid #ccc; margin: -2px 0 0 3px; *margin: -2px 0 0 3px; _margin: -2px 0 0 3px;}
.m-pagination li.active a,.m-pagination li a:hover{background: #516aa3; border: 1px solid #516aa3; color: #fff;}
.m-pagination li.page-info a,.m-pagination li.page-info a:hover{border: 1px solid #ccc; cursor: default; color: #666; background: #fff;}
.m-pagination li.disabled a,.m-pagination li.disabled a:hover{background: #eee; border: 1px solid #ccc; cursor: default; color: #666;}

/*share*/
.share-main{position: relative; width: auto; height: 24px;}
.share-bar a{margin-left: 10px; float: left; display: block; width: 24px; height: 24px; background-image: url(../images/public/icon-share.png);}
.share-bar .share-weixin{background-position: -79px 87px;}
.share-bar .share-tsina{background-position: -55px 87px;}
.share-bar .share-qzone{background-position: -103px 87px;}
.weixin-share-open{position: absolute; bottom: 34px; right: 0; display: none; background: #fff;}
.weixin-wrap{position: relative; padding: 10px; width: 234px; height: 102px; border: 1px solid #ddd;}
.share-qrcode{float: left;}
.share-qrcode img{display: block; width: 80px; height: 80px;}
.weixin-close{position: absolute; top: 0; right: 0; display: block; width: 20px; height: 20px; line-height: 20px; text-align: center; font-size: 16px; color: #d4d4d4; cursor: pointer;}
.weixin-text{padding: 10px 0 0 90px; line-height: 24px; font-size: 12px; color: #666;}


/*media query*/
/*large pcScreen*/
@media (min-width:1200px) {
    .container{padding: 0; width: 1240px;}

}
/*medium pcScreen lg*/
@media screen and (max-width: 1199px) {
	.f-lg-mlr5{margin: 0 5px;}
	.f-lg-mlr10{margin: 0 10px;}
	.f-lg-mlr15{margin: 0 10px;}
	.f-lg-mlrf5{margin: 0 -5px;}
	.f-lg-mlrf10{margin: 0 -10px!important;}
	.f-lg-mlrf15{margin: 0 -15px;}
	.f-lg-plr5{padding: 0 5px;}
	.f-lg-plr10{padding: 0 10px!important;}
	.f-lg-plr15{padding: 0 15px;}
	.f-lg-mb5{margin-bottom: 5px;}
	.f-lg-mb10{margin-bottom: 10px;}
	.f-lg-mb15{margin-bottom: 15px;}
	.f-lg-mb20{margin-bottom: 20px;}
	.f-lg-mb30{margin-bottom: 30px!important;}
	.f-lg-ha{height: auto;}
	.f-lg-fn{float: none;}
	.f-lg-wa{width: auto;}
	.f-lg-db{display: block;}
	.f-lg-dn{display: none;}

}
/*pad md*/
@media screen and (max-width: 991px){
	.f-md-mlr5{margin: 0 5px;}
	.f-md-mlr10{margin: 0 10px;}
	.f-md-mlr15{margin: 0 10px;}
	.f-md-mlrf5{margin: 0 -5px;}
	.f-md-mlrf10{margin: 0 -10px;}
	.f-md-mlrf15{margin: 0 -15px;}
	.f-md-plr5{padding: 0 5px;}
	.f-md-plr10{padding: 0 10px;}
	.f-md-plr15{padding: 0 15px;}
	.f-md-mb5{margin-bottom: 5px;}
	.f-md-mb10{margin-bottom: 10px;}
	.f-md-mb15{margin-bottom: 15px!important;}
	.f-md-ha{height: auto!important;}
	.f-md-fn{float: none;}
	.f-md-wa{width: auto;}
	.f-md-db{display: block;}
	.f-md-dn{display: none;}

}
/*phone sm*/
@media screen and (max-width: 767px) {
	.f-sm-mlr5{margin: 0 5px;}
	.f-sm-mlr10{margin: 0 10px;}
	.f-sm-mlr15{margin: 0 10px;}
	.f-sm-mlrf5{margin: 0 -5px;}
	.f-sm-mlrf10{margin: 0 -10px;}
	.f-sm-mlrf15{margin: 0 -15px;}
	.f-sm-plr5{padding: 0 5px;}
	.f-sm-plr10{padding: 0 10px;}
	.f-sm-plr15{padding: 0 15px;}
	.f-sm-mb5{margin-bottom: 5px;}
	.f-sm-mb10{margin-bottom: 10px;}
	.f-sm-mb15{margin-bottom: 15px;}
	.f-sm-ha{height: auto;}
	.f-sm-fn{float: none!important;}
	.f-sm-wa{width: auto;}
	.f-sm-db{display: block;}
	.f-sm-dn{display: none;}
    .m-top,.g-top,.u-funs{display: block !important;}
    .u-link{display: none !important;}
    .u-funs{display: block !important;}
    .u-funs li{float: left;}
	.m-top a{margin: 0 5px;}

	.rendabox .t-dynamic ul{width: 100%;}
	#_ideConac,#f-elderwza,#_span_jiucuo{display: block; position: relative;float: left;margin: 0 5px;text-align: center;}
	#_ideConac{left: 0;top: 0;width: calc(24% - 10px);}
	#f-elderwza,#_span_jiucuo{width: calc(38% - 10px);}
	#f-elderwza{left: 0;top: 9px;}
	#f-elderwza img{width: 100%;}
	#_span_jiucuo{right: 0;top: 13px;}

	.is-header{height:150px}
	.is-header .m-ban{height:auto}
	.navbar-header{height:60px;line-height: 60px;}
	.navbar-toggle{margin-top:15px}

}
/*small xs*/
@media screen and (max-width: 638px) {
	body{font-size: 14px;}

}

/*print*/
@media print {
    a[href]:after {
        content: none!important;
    }
}