/*comments*/
body{
	margin:0;
	padding:0;
	font-family:"PingFangSC-Regular","microsoft yahei",Arial,Helvetica,sans-serif;
	letter-spacing: 0;
	font-size:14px;
}
*{box-sizing: border-box;}
ul,li,p,h1,h2,h3,h4,h5,h6,dl,dd,img{
	margin:0;
	padding:0;
}
input,.select,textarea{border:0;outline:none;}
ul{list-style: none;}
i{font-style:normal;}
a {
	text-decoration:none;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	cursor:pointer;
	color:inherit;
}
button{
	cursor: pointer;
}
.lf{float:left;}
.rt{float:right;}
.clear{clear:both;}

.clearfix {
	*zoom: 1;
}
.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: "";
}
.clearfix:after {
	clear: both;
}
.text-c{text-align:center;padding-top: 10px;padding-bottom: 10px;}
.text-l{text-align:left;}
.text-r{text-align:right;}
.text-j{text-align:justify;}
.fw_bold{font-weight:bold !important;}
.flex-r{display: flex;justify-content: flex-end;}
img{display:inline-block;outline: none;border:none;}
a,img,button,input,.select,textarea{-webkit-tap-highlight-color:rgba(255,255,255,0);}

body{
	background:#fff;
}
.posr{
	position:relative;
}
.vm{
	vertical-align: middle;
}
.w680{
	width:680px;
}
.w1200{
	width:1200px;
	margin:0 auto;
}
.letterSp{
	letter-spacing: 5px;
}
.bg-w{
	background:#fff;
}
.bg-blue{
	background:#1046a0;
}
.bg-yellow{
	background: #edd42e;
}
.bg-red{
	background: #e32425;
}
.bg-gray{
	background: #FDFDFD;
}
.cor-red{
	color:#A81A12 !important;
}
.cor-red2{
	color:#D00002 !important;
}
.cor-blue{
	color:#07a8eb;
}
.cor-gray{
	color:#444;
}
.cor-pink{
	color:#efd3d0;
}
.cor-81{
	color: #9E9E9E!important;
}
.cor-9e{
	color: #818181!important;
}
.cor-w{
	color:#fff;
}
.cor-70{
	color: #707070;
}
.f-12{
	font-size:12px;
}
.f-14{
	font-size:14px;
}
.f-16{
	font-size:16px;
}
.f-18{
	font-size:18px;
}
.f-20{
	font-size:20px!important;
}
.f-24{
	font-size:24px;
}
.lh-24{
	line-height: 24px;
}
.lh-30{
	line-height: 30px;
}
.pt-15{
	padding-top:15px;
}
.pt-20{
	padding-top:20px;
}
.pt-30{
	padding-top:30px;
}
.pt-40{
	padding-top:40px;
}
.pb-20{
	padding-bottom: 20px;
}
.pb-40{
	padding-bottom: 40px;
}
.pb-42{
	padding-bottom: 42px;
}
.pl-20{
	padding-left:20px;
}
.pl-25{
	padding-left:25px;
}
.pl-50{
	padding-left:50px;
}
.pl-150{
	padding-left:150px;
}
.pr-20{
	padding-right: 20px;
}
.pr-25{
	padding-right: 25px;
}
.pr-50{
	padding-right:50px;
}
.pr-150{
	padding-right:150px;
}
.pd-10{
	padding:10px;
}
.pd-40{
	padding:40px;
}
.mt-2{
	margin-top:2px;
}
.mt-5{
	margin-top:5px!important;
}
.mt-10{
	margin-top:10px;
}
.mt-16{
	margin-top:16px;
}
.mt-20{
	margin-top:20px;
}
.mt-24{
	margin-top:24px;
}
.mt-30{
	margin-top:30px;
}
.mt-40{
	margin-top:40px !important;
}
.mt-45{
	margin-top:45px;
}
.mt-55{
	margin-top:55px;
}
.mt-70{
	margin-top:70px;
}
.mb-110{
	margin-bottom: 110px;
}
.ml-5{
	margin-left:5px;
}
.ml-10{
	margin-left:10px;
}
.ml-18{
	margin-left:18px;
}
.ml-24{
	margin-left:24px;
}
.ml-30{
	margin-left:30px;
}
.ml-36{
	margin-left:36px;
}
.ml-50{
	margin-left:50px;
}
.ml-70{
	margin-left: 70px;
}
.ml-90{
	margin-left: 90px;
}
.ml-180{
	margin-left: 180px;
}
.ml-220{
	margin-left: 220px;
}
.mr-5{
	margin-right:5px;
}
.mr-10{
	margin-right:10px;
}
.mr-15{
	margin-right:15px;
}
.mr-18{
	margin-right:18px;
}
.mr-35{
	margin-right:35px;
}
.mr-36{
	margin-right:36px;
}
.mr-50{
	margin-right:50px;
}
.bor-w{
	border:1px solid #fff;
}
.bor-b{
	border-bottom: 1px solid #eee;
}

.btn{
	display: inline-block;
	width: 100px;
	height: 30px;
	background: url(../../images/pc/btn_bg.png) center no-repeat;
	background-size:100% 100%;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	text-align: center;
	font-weight: bold;
}
.btn-s{
	width: 80px;
	height: 32px;
	font-size: 16px;
	line-height: 32px;
}
.btn-ss{
	width:60px;
	height:30px;
	font-size: 16px;
	line-height: 30px;
}
.btn-cancel{
	border: 1px solid #666;
	background: none;
	color: #666;
}
.btn img{
	vertical-align: middle;
	margin-right:5px;
	width:20px;
}
.search{
	width:710px;
	height: 44px;
	line-height: 44px;
	padding-left:40px!important;
	background: url(../../images/pc/icon-search.png) 10px center no-repeat;
	border: 1px #82a0bb solid;
	border-radius: 5px;
}
.btn1{
	display: inline-block;
	width: 98px;
	height: 38px;
	background: url(../../images/pc/btn_bg1.png) center no-repeat;
	background-size:100% 100%;
	cursor: pointer;
	font-size: 14px;
	color: #fff;
	line-height: 38px;
	text-align: center;
	font-weight: bold;
}
.tit{
	line-height: 60px;
	font-size:18px;
	font-weight:bold;
	color:#3053af;
	border-bottom: 2px solid #05142a;
}
.tit img{
	vertical-align: middle;
}
.tit1{
	font-size:18px;
	line-height:44px;
	color:#525252;
	font-weight:bold;
	text-align: center;
}
.tit1 img{
	vertical-align: middle;
	margin-right:5px;
}
.tit1 .line{
	position: absolute;
	left:0px;
	bottom:-6px;
	width:74px;
	height:3px;
	background-image: linear-gradient(to right, #3053af , #3053af);
}
.tit2{
	display:flex;
	justify-content: space-between;
	font-size:20px;
	line-height:44px;
	color:#fff;
	background:#4a85c7;
	padding:0 20px;
}
.more .icon{
	display: inline-block;
	width:18px;
	height:18px;
	border-radius: 50%;
	background: #0a9bf7;
	margin-right:10px;
	color:#fff;
	line-height: 8px;
	text-align: center;
}
.more{
	font-size:14px;
	color:#0a9bf7;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.mask{
	width:100%;
	height:100%;
	position: fixed;
	left:0;
	top:0;
	background:rgba(0,0,0,0.5);
}
.clamp1{
	overflow: hidden;/*超出部分隐藏*/
	white-space: nowrap;/*不换行*/
	text-overflow:ellipsis;/*超出部分文字以...显示*/
}
.clamp2{
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.bg{
	width:100%;
	height:100%;
	background: url(../images/index_bg.png) no-repeat;
	background-size:cover;
	background-position: center center;
}
/*header*/
.header_t{
	/*background:#f3f2f2;*/
	height:42px;
	font-size:14px;
	color:#16407a;
	line-height:42px;
}
.header_t span,
.header_t a{
	margin-right:12px;
}
/*.login{
	position:absolute;
	top:20px;
	right:0;
	display: none;
	color:#fff;
	font-weight: bold;
}
.login a{
	margin-left:25px;
}
.login img{
	vertical-align: middle;
}
.login .num{
	position:absolute;
	right:-8px;
	top:-8px;
	font-size:14px;
	width:20px;
	height:20px;
	text-align: center;
	line-height: 20px;
	border-radius: 10px;
	background: #cc0000;
	color:#fff;
}*/
.wlogin{
	position:absolute;
	top:20px;
	right:0;
	color:#fff;
	font-size:18px;
}
.banner .w1200{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin:20px auto;
}
.banner .logo{
	width:90px;
}
.banner .text{
	width:560px;
	padding-left: 20px;
}
.banner .erweima{
	width:80px;
	margin-left: 280px;
}
.banner .dengluzhuce{
	width:70px;
	margin-left: 30px;
	text-align: center;
}
.banner .dengluzhuce img{
	width:50px;
}
.banner .dengluzhuce p{
	font-size: 14px;
}
/*.banner  p{*/
/*	font-size:48px;*/
/*	letter-spacing: 5px;*/
/*	font-weight:400;*/
/*	color:#0a9bf7;*/
/*	margin-left:10px;*/
/*}*/
/*nav*/
.header_b{
	background: #096df8;
	height:52px;
}
.nav{
	height:52px;
	color:#fff;
	font-size: 18px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.nav li{
	position:relative;
	line-height:50px;
	flex:auto;
	text-align: center;
	cursor: pointer;
}
.nav li .line{
	position:absolute;
	left:0;
	bottom:-1px;
	width:100%;
	height:4px;
	background: #4daafc;
	display: none;
}
.nav li.on,
.nav li:hover{
	background:#0046ff;
}
.nav .on .line,
.nav :hover .line{
	display: block;
}
.nav li:last-child{
	border-right:0 none;
}
/*main*/
.breadcrumb{
	font-size:16px;
	color:#81858d;
	line-height: 42px;
}
/*新闻列表*/
.newslist li{
	padding:10px 0;
	overflow: hidden;
	border-bottom:1px dotted #eee;
}
.newslist li:first-child{
	padding-top:0px;
}
.newslist li img{
	float:left;
	width:150px;
	height:90px;
	border:1px solid red;
}
.newslist li .info{
	width:calc(100% - 160px);
}
.newslist li .info h3{
	font-size:18px;
	color:#4B6F81;
	overflow: hidden;/*超出部分隐藏*/
	white-space: nowrap;/*不换行*/
	text-overflow:ellipsis;/*超出部分文字以...显示*/
}
.newslist li .info p{
	margin-top:10px;
	font-size:14px;
	max-width: calc(100% - 30px);
	color:#000;
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}
.newslist li .info .more{
	color:#4B6F81;
}

/*footer*/
.footer{
	width:100%;
	margin-top:45px;
	height: 200px;
	background: #086cf9;
	display: flex;
	justify-content: center;
	align-items: center;
}
.footer div{
	font-size:18px;
	color:#d6d6d6;
	text-align: center;
}
.footer div span{
	margin-right:50px;
}
.footer div span.icon{
	background:url(../../images/pc/logo_icon.png) left center no-repeat;
	display: inline-block;
	padding: 5px 50px;
}
/*页码*/
.pages{
	text-align:center;
	font-size:14px;
	line-height:30px;
	color:#6b6b6b;
}
.pages a,
.pages span{
	color:#707070;
	display: inline-block;
	padding:3px 15px;
	background: #fff;
	border-radius: 2px;
	border:1px solid #ccc;
	margin-right:5px;
}
.pages span.current,
.pages a:hover{
	background: #4ba6f7;
	color:#fff;
}
#pagination .prev,
#pagination .next{
	color:#707070;
	background: #fff;
}
.pages select{
	width:75px;
	height:30px;
	border:1px solid #ccc;
}
/*detail*/
.bor10{
	border:5px solid #eee;
}
.bor-b10{
	border-bottom: 5px solid #eee;
}
.detail_content>.lf{
	width:65%;
}
.detail_content>.rt{
	width:34%;
}
.detail_content>.rt img{
	display: block;
	width:100%;
	height:100px;
	border:1px solid red;
}
.imgInfo{
	position:absolute;
	right:10px;
	bottom:10px;
	padding:2px 5px;
	background:rgba(255,255,255,0.5);
	font-size:14px;
}
.detail_content .info{
	border-radius:6px;
	border:1px solid #ccc;
	background:#eee;
	font-size:14px;
	padding:10px 20px;
	line-height:24px;
}
.bread_nav li{
	float:left;
}
.detail_content .news_time{
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 1px;
	color: #333333;
	padding-bottom: 20px;
}
.detail_content .title{
	font-size: 36px;
	line-height: 44px;
	padding: 15px 0;
}
.hide{
	display: none;
}
.fw_normal{
	font-weight: normal;
}
