@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: #fff;}
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:#2663a1; 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-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 {
	height: 152px;
	background-image: linear-gradient(0deg, #ffffff 0%, #ecf1ff 100%), linear-gradient(#ffffff, #ffffff);
	background-blend-mode: normal, normal;
}
.m-logo{position: relative;}
.m-logo .logo{margin-top: 30px;}
.m-logo .back{display: block;width: 138px;height: 40px;background-color: rgba(22, 83, 211, .4);border-radius: 20px;color: #fff;font-size: 20px;font-weight: bold;margin-top: 30px;text-align: center;line-height: 40px;}
.m-logo .qrcode{
	width: 140px;
	height: 50px;
	background-color: #2663a1;
	border-radius: 4px;
	margin-top: 50px;
	margin-left: 50px;
	color: #ffffff;
	line-height: 50px;
	padding-left: 44px;
	background: url(../images/home/qr.png) 16px 17px no-repeat #2663a1;
	cursor: pointer;
}
.m-logo .qrcode div {
	margin-left: -44px;
    z-index: 999;
    position: absolute;
}

/*导航*/
.m-nav{height: 50px; background: #2663a1;}
.m-nav ul{display: flex;position: relative;margin: 0 -15px 0 -15px}
.m-nav ul li{float:left;width: 142px; height: 50px;line-height: 50px;position: relative;}
.m-nav li a{display:block;font-size: 16px;color: #fff;text-align: center; position: relative;font-weight: bold;}
.m-nav li a:hover{background: #2663a1;color: #fff !important;}
.navbar-header{display: none;height:50px;line-height:50px;background: #2663a1;text-align: left;padding: 0 15px;}
.navbar-header a{font-size: 16px;color: #fff;font-weight: bold;}
.navbar-toggle{padding: 2px 3px;margin: 10px 0 0 0;border: 1px solid #fff; line-height: 0;}
.m-nav li:hover .secondary{display: block;}
.m-nav .secondary{width: 142px;background-color: #2663a1;position: absolute;top: 50px;left: 0;display: none;z-index: 2;}
.m-nav .secondary ul{display: revert;}
.m-nav .secondary li {display: block; width: 142px;height: 50px;line-height: 50px;text-align: center;font-size: 16px; margin-left: 15px;}
.m-nav .secondary li a:hover{background: none;background: #2663a1;}
.m-nav .secondary li a {line-height: 50px;font-size: 16px;font-weight: normal;}

.yake,.yake img{width: 100%;}

/*搜索*/
.u-search{width: 340px; height: 50px;margin: 50px 0 0;}
.u-search form{display: flex;background: #fff;height: 50px;overflow: hidden;border-radius: 4px;border: solid 1px #dddddd;}
.u-search form input[type="text"]{flex:1;padding:0 0 0 20px;height: 50px;line-height: 50px;font-size: 16px;color: #666;}
.u-search form input[type="submit"]{width: 50px;height: 50px;background: url(../images/home/pic-search.png) center no-repeat;}
.u-search form input::-webkit-input-placeholder { 
	color: #b8b8b8;
}


.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 20px;
  }
  
  .m-location {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
  }
@media (max-width:1240px) {
}
@media (max-width:992px) {
}
@media (max-width:767px) {
	.is-header{height: 100%;}
    .container{padding: 0 15px;}
	.m-logo .logo img{width: 100%;}
    .m-logo{padding: 20px 0 15px;text-align: center;height: 130px;}
    .u-search{position: inherit; margin: 20px 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: 9999;}
	/* .m-nav ul li:after,.f-clearfix{display: none;} */
	.m-logo .qrcode{margin-top: 10px;}
}
@media (max-width:500px) {
    .m-logo .head-logo img{width: 100%;}
}

/*footer*/
.is-footer{padding: 40px 0;background: url(../images/home/footer.png) no-repeat;background-size: cover;}
.is-footer .container{position: relative;}
.dzjg img {width: 56px; height: 68px;}
.dzjg {position: absolute;top: 35px;right: 115px;}
.footer-information{text-align: center;}
.is-footer .footer-information p{color: #ddebff;line-height: 32px;}
.gwba img{margin-top: 4px;}
.gwba a{color: #ddebff;}

@media (max-width:767px) {
    .footer-information{width: 100%;}
	.dzjg{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: #2663a1; border: 1px solid #2663a1; 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: 102px; 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-tsina{background-position: 0 0;}
.share-bar .share-weixin{background-position: -24px 0;}
.share-bar .share-qzone{background-position: -48px 0;}
.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: 1280px;}

}
/*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;}

}
/*small xs*/
@media screen and (max-width: 638px) {
	body{font-size: 14px;}

}

/*print*/
@media print {
    a[href]:after {
        content: none!important;
    }
}