@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:#ca1919; 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-mb50{margin-bottom: 50px;}
.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;}
.is-header .container{position: relative;}
.m-top{height: 40px;line-height: 40px;background-color: #f0f0f0; overflow: hidden;}
.g-top {margin: 0 auto;width: 1200px;height: 40px;line-height: 40px;}
.g-top,
.g-top a {font-size: 14px;color: #666;}
.g-top .u-link li {float: left;margin-right: 100px;}
.g-top .u-link li a {display: block;}
.g-top .u-funs li {float: left;margin-left: 8px;}
.g-top .u-funs li a {display: block;}
.m-logo{height: 195px;position: relative;}
.head-logo {position: absolute;left: 0;top: 50%;margin-top: -35px;}
.sidemenu_wrap {display: none;}

/*导航*/
.m-nav{height: 60px; background: #0074c5;}
.m-nav ul{display: flex;position: relative;margin: 0 -15px 0 -15px;}
.m-nav ul li{float:left;width: 150px; height: 60px;line-height: 60px;position: relative;}
.m-nav li a{display:block;font-size: 20px;color: #fff;text-align: center; position: relative;font-weight: bold;}
.m-nav li a:hover{background: #eb3c00;}
.navbar-header{display: none;height:70px;line-height:70px;background: #0074c5;text-align: left;padding: 0 15px;}
.navbar-header a{font-size: 18px;color: #fff;font-weight: bold;}
.navbar-toggle{padding: 2px 3px;margin: 22px 0 0 0;border: 1px solid #fff; line-height: 0;}
.m-nav li:hover .secondary{display: block;}
.m-nav .secondary{width: 150px; 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; position: relative;}
.m-nav .secondary li::after{content: " ";width: 72px;height: 1px;background-color: #e6e6e6;position: absolute;bottom: 0;left: 50%;margin-left: -36px;}
.m-nav .secondary li:last-child{border-bottom: none;}
.m-nav .secondary li a:hover{background: none;color: #0074c5;}
.m-nav .secondary li a {line-height: 56px;font-size: 18px;font-weight: normal;color: #3d3d3d;}

/*搜索*/
.u-search{width: 270px; height: 40px;float: right;margin-top: 145px;}
.u-search form{display: flex;background: #fff;height: 40px;overflow: hidden;border-radius: 20px;}
.u-search form input[type="text"]{flex:1;padding:0 0 0 15px;height: 40px;line-height: 40px;font-size: 14px;color: #666;}
.u-search form input[type="submit"]{width: 40px;height: 40px;background: url(../images/home/seach.png) center no-repeat;}
.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) {
	.m-nav{height: 100%;}
    .container{padding: 0 15px;}
    .m-top,.g-top{width: 100%;}
	.g-top{padding: 0 5px;}
	.g-top .u-link li:first-child{display: none;}
	.g-top .u-link li{margin: 0;}
    .m-logo{padding: 20px 0 15px;text-align: center;}
	.written-search{width: 100%;}
    .u-search{position: inherit; margin-top: 110px; 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: #0074c5;position: relative;z-index: 999;}
	.m-specialbox{width: 100% !important;}
}
@media (max-width:500px) {
    .m-logo .head-logo img{width: 100%;}
}

/*footer*/
.is-footer{padding: 15px 0 25px; background-color: #223a4b;}
.is-footer .container{position: relative;}
.yqlj ul li{width: 232px;height: 35px;padding: 0 10px; background-color: #223a4b;border-radius: 5px;border: solid 1px #4a6e88;float: left;margin-right: 10px;position: relative;font-size: 14px;color: #4a6e88;line-height: 35px;}
.yqlj ul li:last-child{margin-right: 0;}
.yqlj ul li::after{content: " ";width:0;height:0;border-right:6px solid transparent;border-left:6px solid transparent;border-bottom:7px solid #4a6e88;position: absolute;right: 10px;top: 14px;}
.yqlj ul li:hover .yqlj-link{display: block;}
.yqlj ul li .yqlj-link ul{display: revert;width: 230px;height: 270px; position: absolute;bottom: 34px;left: 0;overflow-y: auto;}
.yqlj ul li .yqlj-link li {display: block; width: 100%;height: 35px;line-height: 35px;text-align: center;font-size: 14px; position: relative;background-color: #f1f3f5;border: 0;border-radius: 0;}
.yqlj ul li .yqlj-link li::after{display: none;}
.yqlj ul li .yqlj-link li a:hover{background: none;color: #0074c5;}
.yqlj ul li .yqlj-link li a {line-height: 35px;font-size: 14px;font-weight: normal;color: #3d3d3d;}

.is-footer a{color: #ffffff;}
.dzjg img {width: 52px; height: 63px;}
.dzjg {position: absolute;top: 70px;left: 410px;}
.footer-information{text-align: left;margin-top: 20px;font-size: 14px;}
.is-footer .footer-information p{color: #ffffff;line-height: 28px;}
.is-footer .footer-information p.gwba {margin-top: 20px;color: #7d96a8;text-align: left;}
.is-footer .footer-information p.gwba a{color: #7d96a8;}
.wxgzh{width: 80px;position: absolute;right: 50px;bottom: 0;}
.wxgzh img{width: 100%;}
.wxgzh p{font-size: 14px;color: #ffffff;text-align: center;margin-top: 10px;}

@media (max-width:767px) {
    .footer-information{width: 100%;}
	.dzjg{position: absolute;top: 180px;left: 120px;}
	.wxgzh{position: relative;right: 0px;bottom: 0;}
	.is-footer .footer-information p.gwba{margin: 0 0 10px;}
	.footer-information{margin-top: 0;}
	.yqlj ul li{width: 100%;margin-bottom: 10px;}
	.yqlj ul li .yqlj-link ul{width: 100%;}
	.yqlj ul li .yqlj-link li{margin-bottom: 0;}
}
/*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: #0074c5; border: 1px solid #0074c5; 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: 1200px;}

}
/*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;
    }
}