@charset "utf-8";
html {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
body {font-family: STHeiti, Microsoft YaHei, Helvetica, Arial, sans-serif;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-text-size-adjust: none}
body {
    width: 100%;
    min-height: 100vh;
    vertical-align: baseline;
    word-wrap: break-word;
    color: #282a2d;
    background: #f9f9f9;
    transition: background-color .3s
}
a {
    color: #282a2d;
    outline: 0!important;
    text-decoration: none;
}
a:hover{
    color: #0085ff !important;
}
a, blockquote, body, code, dd, div, dl, dt, em, fieldset, form, h1, h2, h3, h4, h5, h6, iframe, label, li, object, ol, p, q, small, span, strong, ul {margin: 0;padding: 0;border: 0}
a, a:active, a:focus, a:hover, a:visited {text-decoration: none}
.img img,.nimg img,.search input{margin: 0;padding: 0;border: 0}
.search button, .search input {
    overflow: visible;outline: none;
}
a, img {-webkit-touch-callout: none}
li, ol, ul {list-style: none}
.clearfix:after {display: block;clear: both;content: "";visibility: hidden;height: 0}
.top,.main{ margin:0 auto; width:1200px;}
.header{ padding:20px 0;background: rgba(255,255,255,1);position: sticky; top:0; z-index:5;}
.top{display: flex;}
.logo{width:200px;}
.logo img{ max-width:200px;}
.navlist{ width:720px; margin:0 20px}
.navlist ul{display: flex;}
.navlist ul li{margin:0 10px; position: relative;}
.navlist ul li a{font-size: 16px; display:block; line-height:40px;}
.navlist ul li.active a{color:#0085ff; font-weight:400;}
.navlist ul li a:before,.navlist ul li.active a:before{display: block;content: '';position: absolute;left: 0;right:0; bottom:0; margin:0 auto; width:0; height:3px;background: #0085ff;transition:0.5s;}
.navlist ul li a:hover:before,.navlist ul li.active a:before{ width:100%;transition:0.5s;}
.search{width:240px; position:relative;}
.search .input_search{height:40px;border: 0;border-radius: 3px;background-color: rgba(126,126,126,.1);border: 1px solid rgba(255,255,255,.05);color: #6d6e74;display: block;width:96%; padding:0 2%;}
.search button{position: absolute; right:0;top:0; border:0; background:none; width:40px;height:40px; cursor:pointer;}
.toolbox{margin-bottom:20px;margin-top:10px;}
.card,.text-error{
	background: #fff;
    border-width: 0;
    margin-bottom: 10px;
    box-shadow: 0px 0px 20px -5px rgba(158,158,158,.2);
    transition: background-color .3s;
	border-radius: 5px;
}
.text-error{ text-align:center;}
.text-error strong{color: #e6162d;}
.box{flex: 1 1 auto;min-height: 1px;padding:20px;}
.box_t{margin-bottom: 15px; position:relative;}
.box_t .more{ position:absolute; right:0; top:0; font-size:12px;color: #fff;
    background: #0085ff;
    padding: 0px 10px;
    line-height: 24px!important;
    margin: 5px 0px;
    height: 24px;
    border-radius: 7px;
    white-space: nowrap;}
.box_t .more:hover{color: #fff !important;}	
.box_t h1{font-size:26px;color: #555;font-weight: 500;line-height:30px;}
.box_t h3{color: #555;font-weight: 500;line-height:30px;}
.box_t h3 i{ color:#0085ff; margin-right:5px; font-size:20px;}
.box_c{padding-top:0;display: flex;flex-wrap: wrap;justify-content: flex-start;}
.box_c li{width:18.4%; margin-right:2%;margin-bottom: 15px;transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.box_c li:nth-child(5n) {
    margin-right: 0;
}
.box_c li a{	
	display: flex;
    background: #fff;
    border-width: 0;    
    box-shadow: 0px 0px 20px -5px rgba(158,158,158,.2);
    transition: background-color .3s;
	position: relative;
    border-radius: 5px;
	padding:10px 20px;
}
.box_c li:hover {
    transform: translateY(-6px);
    -webkit-transform: translateY(-6px);
    -moz-transform: translateY(-6px);
    box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);
    -webkit-box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);
    -moz-box-shadow: 0 26px 40px -24px rgba(0,36,100,.3);
}
.box_c li i{position: absolute;
    top: 15px;
    right: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    opacity: .2;
    transition: opacity .3s;
color: #6c757d!important; font-weight:normal;}
.box_c .img{
    width: 40px;
    height: 40px;
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
    background: rgba(128,128,128,0.1);
    overflow: hidden;
	border-radius: 50%!important;	
	margin-right: 10px!important;
}
.box_c .img img{max-height: 100%;vertical-align: unset;}
.t_info{overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;}
.t_info p{
	width:100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block!important;
	color: #6c757d!important;
	font-size:12px;
}
.indexnews{}
.indexnews ul{display: flex;flex-wrap: wrap;justify-content: flex-start;}
.indexnews li{width:48%;display: flex; margin:10px 4% 10px 0;}
.indexnews li:nth-child(2n) {margin-right: 0;}
.indexnews .nimg{min-width:150px; height:100px;border-radius:5px; overflow:hidden;position: relative;}
.indexnews .nimg a{display:block;border-radius: inherit;background-size: cover;background-repeat: no-repeat;background-position: 50% 50%;background-color: rgba(120,120,120,.1);position: absolute;top: 0;bottom: 0;left: 0;right: 0;}
.indexnews .ninfo{display: inline-block;flex: 1 1 auto; padding-left:10px;}
.indexnews .ninfo a{margin-bottom:10px;;font-weight: 500;line-height:25px;}
.indexnews .ninfo p{color: #6c757d; margin:10px 0;overflow: hidden;text-overflow: ellipsis;word-break: break-all;font-size:14px;}
.link{display:block; width:100%;margin-top:15px;}
.link a{display: inline-block; margin:0 5px;}
.top_title{height:40px;line-height:40px;display:none;text-align:center;}
.top_title a{display: inline-block;width:40px;}
.top_title strong{display: inline-block;width:100%;text-align: center;}
.map{ margin-top:20px;}
.box_txt{display: flex;flex-wrap: wrap;justify-content: flex-start;}
.box_txt li{width:18.4%; margin-right:2%;margin-bottom:10px;display: inline-block;overflow: hidden;background: #F4F6F8; padding:10px 0; text-align:center;border-radius:5px;}
.box_txt li:nth-child(5n) {margin-right:0;}
.box_txt a{ display:block;}
.footer{ margin-top:20px;text-align:center;color: #6c757d; font-size:14px;}
.footer p{ margin-bottom:5px;}
.footlink a{display: inline-block; padding:0 10px; position:relative;line-height:30px;}
.footlink a:after{content:'';position:absolute; width:1px; height:14px; right:0; top:8px; background:#6c757d;}
.footlink a:last-child:after{width:0px;}
.pc{display:none;}
.fade {
    transition: opacity .15s linear;
}
.status-show{overflow: hidden;}
.status-show .mod-mask{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 3;
	display: block;
	content:'';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	-webkit-transform: translateZ(0);
}
.status-show .navlist{}
.go-top {
	position: fixed;
    bottom: 20px;
    right: 20px;
	z-index: 2;
    color: #666;
    background: rgba(210,210,210,.5);
    width: 40px;
    height: 40px;
    font-size: 1rem;
    text-align: center;
    line-height: 40px;
    padding: unset;
    display: block;
    border: unset;
	border-radius: 50%!important;
	cursor: pointer;
}
.content-wrap{margin-top:20px;}
.content p{
    margin-bottom:10px;
    line-height:2;
    word-wrap: break-word;
}
.content img {max-width: 100%;height: auto;}
@media screen and (max-width:1028px) {
	.top,.main{width:100%;}
	.top{flex: 1 1 auto;}
	.header{padding:10px; min-height:40px;}
	.mobile{display:none;}
	.pc{display:block;}
	.top_title{display: flex;}
	.navlist{position:fixed;right:-220px; top:60px; width:200px; height:100%;background: rgba(0,133,255,0.9);z-index: 4;webkit-transition: all 0.25s ease;
	    -moz-transition: all 0.25s ease;
	    transition: all 0.25s ease;
	    -webkit-transform: translateZ(0);}
	.navlist ul{display:block; }
	.navlist ul li{ padding:10px 0; margin:0 auto; width:100px;}
	.navlist ul li a{text-align:center; color:#fff !important;}
	.navlist ul li.active a{color:#fff !important;}
	.navlist ul li a:before, .navlist ul li.active a:before{background:#fff}	
	.search{width:100%;top:0px; background:#fff;}
	.btns{width:100%;display: flex;}
	.btns .back{ width:40px; line-height:40px;}
	.box{padding:10px;}
	.top_icon{position:absolute;right:0px;line-height:40px;display: flex;}	
	.top_icon .iconfont{display:block;font-size:20px; width:40px;color: #0085ff;}	
	.toolbox{margin:0 2%}
	.content-wrap{margin:20px 2% 0 2%}
	.box_c li{ width:32%;}
	.box_c li:nth-child(5n){
		margin-right: 2%;
	}
	.box_c li:nth-child(3n){
		margin-right: 0;
	}
	
}
@media screen and (max-width:769px) {
	.t_info{width:100%;}
	.box_c li a{padding: 10px;}
	.t_info p {width: 95%;}
	.box_c li,.box_txt li{ width:49%;}
	.box_c li:nth-child(5n),.box_c li:nth-child(3n),.box_txt li:nth-child(5n){
		margin-right: 2%;
	}
	.box_c li:nth-child(2n),.box_txt li:nth-child(2n){
		margin-right: 0;
	}
	.indexnews li{ width:100%;margin-right:0;}		
}