.top{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 6px 15px;
	background:#fff;
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:99;
	box-shadow:0px 0px 5px rgba(0,0,0,.15);
}
.logo img{
	height: 35px;
	width:auto;
}
.nav-logo{
	width:28px;
	border-radius:2px;
	background:#2d3139;
	padding:4px 5px;
}
.nav-logo i{
	display:block;
	padding:2px 0px;
}
.nav-logo i:after{
	content:"";
	background:#fff;
	height:2px;
	display:block;
	border-radius:2px;
}
.momenu{
	position:fixed;
	width:100%;
	left:0;
	top:0;
	z-index:99999;
	height:100%;
	transform:scale(0);
}
.nav-close{
	position:absolute;
	right:0;
	top:0;
	width:20%;
	height:47px;
	background:#3393ff;
}
.nav-close i{
	height:3px;
	width:40%;
	position:absolute;
	top:50%;
	left:30%;
	margin-top:-1px;
	background:#fff;
}
.nav-close i:first-child{
	transform:rotateZ(45deg);
}
.nav-close i:last-child{
	transform:rotateZ(-45deg);
}
.momenu .mmul{
	height:100%;
	width:80%;
	position:relative;
	background:#f8f8f8;
	overflow:hidden;
	transition:.3s;
	left:-100%;
}
.momenu .mmul:after{
	content:"";
	position:absolute;
	width:6px;
	height:100%;
	right:0;
	top:0;
	background-image:linear-gradient(to left,rgba(0,0,0,.4),rgba(0,0,0,0));
}
.momenu .mmwidth{
	width:200%;
	display:flex;
	position:relative;
	transition:.3s;
}
.momenu .mmwidth.mmleft{
	margin-left:-100%;
}
.momenu ul{
	width:50%;
}
.momenu .mmdl{
	width:50%;
	position:relative;
}
.momenu ul li a{
	display:flex;
	justify-content:space-between;
	align-items:center;
	color:#333;
	font-size:1.4rem;
	line-height:26px;
	padding:10px 20px 10px 15px;
	border-bottom:1px rgba(0,0,0,.08) solid;
}
.momenu ul li.second a:after{
	content:'';
	display:block;
	width:12px;
	height:12px;
	border-right:2px #999 solid;
	border-top:2px #999 solid;
	transform:rotateZ(45deg);
}
.momenu dl{
	width:100%;
	position:absolute;
	left:0;
	top:0;
	transform:scale(0);
}
.momenu dl.dl{
	transform:scale(1);
}
.momenu dl dt{
	font-weight:normal;
	font-size:1.4rem;
	display:flex;
	align-items:center;
	justify-content:space-between;
	padding:0px 20px 0px 0px;
	color:#333;
	font-size:1.4rem;
	line-height:30px;
	border-bottom:1px rgba(0,0,0,.08) solid;
	text-transform:uppercase;
}
.momenu dl dt b{
	height:50px;
	width:50px;
	display:flex;
	justify-content:center;
	align-items:center;
}
.momenu dl dt b:before{
	content:'';
	display:block;
	width:12px;
	height:12px;
	border-left:2px #999 solid;
	border-top:2px #999 solid;
	transform:rotateZ(-45deg);
}
.momenu dl dt p{
	width:calc(100% - 50px);
	padding-right:30px;
	text-align:center;
}
.momenu dl dd{
	border-bottom:1px rgba(0,0,0,.08) solid;
}
.momenu dl dd>a{
	display:block;
	color:#555;
	font-size:1.4rem;
	line-height:30px;
	padding:8px 20px;
}
.momenu dl dd section a{
	display:block;
	color:#666;
	font-size:1.4rem;
	line-height:30px;
	padding:5px 30px;
	border-top:1px rgba(0,0,0,.1) dashed;
}
.momenu-show{
	transform:scale(1);
}
.momenu-show .mmul{
	left:0;
}
.heise{
	display:none;
	background:rgba(0,0,0,.8) url(../images/close.png) 10% center no-repeat;
	background-size:30px auto;
	width:100%;
	height:100%;
	top:0;
	left:0;
	z-index:100;
	position:fixed;
}
.banner{
	padding-top:47px;
}
#banner .swiper-pagination span{
	background-color: #fff;
}
.jiaoyu{
	padding-bottom: 20px;
	display: flex;
	border-bottom:8px #f8fafd solid;
}
.jiaoyu ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.jiaoyu ul li{
	width: 33.333333333333%;
	padding:5px 0px;
}
.jiaoyu ul:last-child li{
	width:100%;
}
.jiaoyu ul li a{
	display: block;
	position:relative;
}
.jiaoyu ul li i{
	display: block;
}
.jiaoyu ul li i img{
	width:90%;
	margin:0 auto;
	display:block;
}
.jiaoyu ul li p{
	position:absolute;
	width:100%;
	left:0;
	bottom:0;
	text-align: center;
	color: #2d3139;
	font-size: 1.2rem;
	z-index:6;
}
.title{
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px #f1f3f6 solid;
}
.title p{
	font-size: 1.6rem;
	color: #2d3139;
	position: relative;
	padding-bottom: 6px;
	display:flex;
	align-items:flex-end;
}
.title p img{
	width:18px;
	margin-right:6px;
	margin-bottom:1px;
}
.title p:after{
	content: "";
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	z-index: 3;
	height: 1px;
	background-color: #1a94e6;
}
.title a{
	font-size:1.2rem;
	color:#c2c7d2;
	padding-bottom: 6px;
}
.richeng{
	padding: 15px 0px;
	border-bottom:8px #f8fafd solid;
}
.news ul{
	margin:10px 0px 0px;
}
.news ul li a{
	color: #7a7d88;
	line-height: 33px;
	font-size:1.4rem;
	display: flex;
}
.news ul li a p{
	position: relative;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-right:18px;
}
.news ul li.new a p:after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background: url(../images/new.svg) center no-repeat;
	background-size: auto 14px;
}
.news ul li a:hover{
	color: #1a94e6;
}
.gongju{
	padding:15px 0px;
	border-bottom:8px #f8fafd solid;
}
.gongju dl{
	margin: 15px 0px 0px;
	display: flex;
	background-color: #f7f9fa;
}
.gongju dl dt{
	width: 30px;
	background-color: #1a94e6;
	color: #fff;
	font-weight: normal;
	text-align: center;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
}
.gongju dl .list{
	display: flex;
	flex-wrap: wrap;
	padding: 8px 0px;
}
.gongju dl dd{
	width: 33.3333333333%;
}
.gongju dl dd a{
	display: block;
	color: #2d3139;
	line-height: 28px;
	text-align: center;
}
.gongju dl dd a:hover{
	color: #1a94e6;
}
.gonggao{
	padding:15px 0px;
	border-bottom:8px #f8fafd solid;
}
.dongtai{
	padding: 15px 0;
	border-bottom:8px #f8fafd solid;
}
.dongtai ul{
	margin: 15px 0px 0px;
}
.dongtai ul li{
	display: flex;
	align-items: center;
	padding: 6px 0px;
}
.dongtai ul li span{
	height: 20px;
	display: flex;
	align-items: center;
}
.dongtai ul li span a{
	display: block;
	align-items: center;
	font-size: 1.2rem;
	line-height: 20px;
	padding: 0px 3px 0px 8px;
}
.dongtai ul li p{
	width: calc(100% - 65px);
}
.dongtai ul li p a{
	display: block;
	line-height: 20px;
	color: #7a7d88;
	font-size: 1.4rem;
	padding-left: 10px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.dongtai ul li span.dt a{
	background-color: #e5f5ff;
	color: #1a94e6;
}
.dongtai ul li span.dt:after{
	content: "";
	display: block;
	border-left: 6px #e5f5ff solid;
	border-top: 10px transparent solid;
	border-bottom: 10px transparent solid;
}
.dongtai ul li span.zn a{
	background-color: #e5fcf8;
	color: #00c9ae;
}
.dongtai ul li span.zn:after{
	content: "";
	display: block;
	border-left: 6px #e5fcf8 solid;
	border-top: 10px transparent solid;
	border-bottom: 10px transparent solid;
}
.dongtai ul li span.tj a{
	background-color: #fff2f2;
	color: #ff5454;
}
.dongtai ul li span.tj:after{
	content: "";
	display: block;
	border-left: 6px #fff2f2 solid;
	border-top: 10px transparent solid;
	border-bottom: 10px transparent solid;
}
.qkmenu{
	padding: 15px 0px 10px;
	border-bottom:8px #f8fafd solid;
}
.qkmenu ul{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
}
.qkmenu ul li{
	margin-bottom: 10px;
	width:48.5%;
}
.qkmenu ul li a{
	height: 70px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 13px 15px;
	display: flex;
	align-content: space-between;
	flex-wrap: wrap;
	color: #fff;
}
.qkmenu ul li a span{
	display: block;
	width: 100%;
}
.qkmenu ul li a h4{
	font-size:1.4rem;
}
.qkmenu ul li a h5{
	font-size: 1.2rem;
	margin: 5px 0px 0px;
	color: rgba(255, 255, 255, .4);
	transform:scale(.85);
	transform-origin:0 0;
}
.qkmenu ul li a i{
	display: flex;
	align-items: center;
	width: 40px;
	transform:scale(.8);
	transform-origin:0 0;
}
.qkmenu ul li a i:before{
	content: "";
	width: 30px;
	height: 2px;
	background-color: #fff;
}
.qkmenu ul li a i:after{
	content: "";
	border-left: 10px #fff solid;
	border-top: 3px transparent solid;
	border-bottom: 3px transparent solid;
}
.remen{
	margin: 20px 0px 0px;
}
.remen ul{
	padding:5px 0px 20px;
}
.remen ul li{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 0px;
	border-bottom: 1px #f1f3f6 solid;
}
.remen ul li span{
	width: 85px;
	height: 85px;
	background-color: #e8f3ff;
	border-radius: 50%;
	padding: 4px;
}
.remen ul li section{
	padding-left: 15px;
	width: calc(100% - 85px);
}
.remen ul li span a{
	display: flex;
	align-items: center;
	text-align: center;
	width: 77px;
	height: 77px;
	background: url(../images/rmbg.jpg) center no-repeat;
	background-size: cover;
	border-radius: 50%;
	padding: 0px 10px;
	color: #fff;
	font-size:1.2rem;
}
.remen ul li h3 a{
	display: block;
	color: #2d3139;
	font-size: 1.4rem;
	line-height: 20px;
}
.remen ul li h4{
	line-height: 18px;
	color: #7a7d88;
	font-size: 1.3rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 2px 0px 0px;
}
.remen ul li h5{
	display: flex;
	margin: 5px 0px 0px;
}
.remen ul li h5 a{
	display: block;
	border: 1px #1a94e6 solid;
	height: 25px;
	line-height: 23px;
	text-align: center;
	color: #1a94e6;
	font-size: 1.2rem;
	min-width: 30%;
	margin-right: 10px;
}
footer{
	background-color: #2d3139;
	padding: 15px 0px;
}
.bemenu{
	padding: 5px 0px;
}
.bemenu h5 a{
	font-size: 1.3rem;
	color: #1a94e6;
	line-height: 24px;
}
.bemenu ul{
	display: flex;
	justify-content:center;
	align-items:center;
	flex-wrap:wrap;
}
.bemenu ul li{
	margin-bottom:10px;
}
.bemenu ul i{
	width:1px;
	height:14px;
	background:rgba(255,255,255,.5);
	display:block;
	transform:rotateZ(35deg);
	margin:0px 15px 10px;
}
.bemenu ul li a{
	font-size: 1.4rem;
	color: rgba(255, 255, 255, .6);
}
.bemenu ul li a:hover{
	color: #fff;
}
.copy{
	text-align: center;
	color: rgba(255, 255, 255, .6);
	line-height: 18px;
	padding: 0px 0px 50px;
	font-size:1.2rem;
}
.copy a{
	color: rgba(255, 255, 255, .6);
}
.bottom{
	position:fixed;
	width:100%;
	z-index:98;
	bottom:0;
	left:0;
}
.bottom ul{
	display:flex;
}
.bottom ul li{
	width:25%;
}
.bottom ul li a{
	display:flex;
	align-items:center;
	justify-content:center;
	background:#3393ff;
	border-radius:5px 5px 0px 0px;
	text-align:center;
	color:#fff;
	line-height:44px;
	font-size:1.2rem;
}
.bottom ul li a img{
	height:auto;
	display:block;
	margin-right:8px;
}
.bottom ul li:nth-of-type(2) a,.bottom ul li:nth-of-type(4) a{
	background:#338aff;
}
.bottom ul li:nth-of-type(1) a img{
	width:17px;
}
.bottom ul li:nth-of-type(2) a img{
	width:19px;
}
.bottom ul li:nth-of-type(3) a img{
	width:18px;
}
.bottom ul li:nth-of-type(4) a img{
	width:16px;
}
.weizhi{
	background:#f8fafd;
	padding: 50px 0px 0;
}
.weizhi h4{
	color: #1a94e6;
	font-size: 2.2rem;
	line-height: 32px;
}
.weizhi section{
	color: #8c8c8c;
	font-size: 1.3rem;
	background: url(../images/wzpic.svg) 0px 9px no-repeat;
	background-size: auto 15px;
	padding:8px 0px 8px 22px;
}
.weizhi section a{
	color: #8c8c8c;
}
.weizhi section span{
	color: #1a94e6;
}
.whytd{
	padding: 20px 0px 5px;
}
.whmemo h2{
	border-bottom: 1px rgba(255, 255, 255, .5) solid;
	display: flex;
}
.whmemo h2 p{
	background: url(../images/sspic.svg) 0px center no-repeat;
	background-size: auto 25px;
	color: #000;
	position: relative;
	line-height: 30px;
	padding: 5px 0px 5px 30px;
	font-size: 1.6rem;
}
.whmemo h2 p:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 1px;
	background: #fff;
	width: 100%;
}
.whmemo section{
	margin: 15px 5px 0px;
	color: #000;
	line-height: 26px;
}
.whmemo dl{
	background-color: #f7fcff;
	border-radius:5px;
	border:1px rgba(0,0,0,.05) solid;
	margin: 15px 0px 0px;
	padding: 15px;
}
.whmemo dl dd{
	display: flex;
	align-items: center;
	color: #000;
	margin-bottom: 7px;
}
.whmemo dl dt{
	width: 100%;
	display: flex;
	align-items: center;
	font-weight: normal;
}
.whmemo dl span{
	display: block;
	background-color: #1a94e6;
	padding: 0px 5px;
	line-height: 22px;
	position: relative;
	color: #fff;
}
.whmemo dl span:after{
	content: "";
	position: absolute;
	height: 0;
	width: 0;
	top: 0;
	left: 100%;
	border-left: 5px #1a94e6 solid;
	border-top: 11px transparent solid;
	border-bottom: 11px transparent solid;
}
.whmemo dl .whcont{
	padding-left: 20px;
	width: calc(100% - 70px);
	line-height: 22px;
	color:#1a94e6;
}
.whmemo dl .whcont a{
	display:block;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	color:#1a94e6;
}
.whbdu{
	background-color: #fff;
	padding:25px 0px 0px;
}
.whbdu h4{
	display: flex;
	justify-content: center;
}
.whbdu h4 p{
	font-size: 1.9rem;
	color: #fff;
	background: url(../images/tbdbg.svg) center no-repeat;
	background-size: 100% 100%;
	line-height: 36px;
	width: 80%;
	text-align: center;
}
.whbdu ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 21px 0px 0px;
}
.whbdu ul li{
	width: 31.3%;
	margin-bottom: 6px;
}
.whbdu ul li a{
	display: block;
	border: 1px #eceff0 solid;
	border-radius: 3px;
	padding: 12px 0px 5px;
}
.whbdu ul li a i{
	display: block;
	width: 32px;
	margin: 0 auto 2px;
}
.whbdu ul li a p{
	text-align: center;
	font-size: 1.4rem;
	color: #637585;
	line-height: 24px;
}
.ititle{
	display: flex;
	border-bottom: 1px #f1f1f1 solid;
}
.ititle span{
	display: flex;
	align-items: center;
	position: relative;
	padding: 10px 0px;
}
.ititle span:after{
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	height: 1px;
	width: 100%;
	background-color: #1a94e6;
}
.ititle p{
	font-size: 1.6rem;
	color: #2d3139;
	line-height: 20px;
}
.ititle span img{
	width: 20px;
	margin-right: 5px;
}
.ititle span img.hdu{
	height: 24px;
	width: auto;
}
.xllc{
	padding: 10px 0px 5px;
}
.xllc ul{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	padding: 36px 0px 0px;
}
.xllc ul li{
	width: 33.333333333333%;
	text-align: center;
	position: relative;
	margin-bottom:20px;
}
.xllc ul li:after{
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
	bottom: 12px;
	height: 1px;
	background-color: #f1f1f1;
}
.xllc ul li:first-child:after{
	width: 50%;
	left: 50%;
}
.xllc ul li:nth-of-type(4):after{
	width: 50%;
	left: 50%;
}
.xllc ul li:nth-of-type(7):after{
	width: 50%;
	left: 50%;
}
.xllc ul li:last-child:after{
	width: 50%;
	left: 0;
}
.xllc ul li:nth-of-type(3):after{
	width: 50%;
	left: 0;
}
.xllc ul li:nth-of-type(6):after{
	width: 50%;
	left: 0;
}
.xllc ul li i img{
	height: 30px;
	display: block;
	margin: 0 auto;
}
.xllc ul li p{
	font-size: 1.5rem;
	color: #2d3139;
	line-height: 22px;
	margin: 10px 0px 5px;
}
.xllc ul li span{
	display: block;
	font-size: 1.2rem;
	line-height: 17px;
	color: #7a7d88;
	padding: 0px 2px;
	height: 34px;
}
.xllc ul li a{
	display: block;
	color: #fff;
	font-size: 1.2rem;
	line-height: 25px;
	background-color: #1a94e6;
	border-radius: 13px;
	max-width: 78px;
	margin: 0px auto 9px;
}
.xllc ul li h5{
	width: 40px;
	margin: 0 auto;
	background-color: #fff;
	padding: 10px 7px 0px;
	position: relative;
	z-index: 6;
}
.xllc ul li h5 small{
	display: block;
	border: 1px #f1f1f1 solid;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	text-align: center;
	line-height: 24px;
	color: #a3a3a3;
	font-size: 1.2rem;
}
.xlnews{
	border-top:8px #f8fafd solid;
}
.xlnews .xnlist{
	border-bottom:8px #f8fafd solid;
	padding:20px 0px 15px;
}
.xlnews .xnlist form{
	margin: 15px 0px 0px;
}
.xlnews .xnlist form span{
	display: block;
	margin-bottom: 10px;
}
.xlnews .xnlist form input{
	width: 100%;
	line-height: 20px;
	padding: 10px 15px;
	height: 42px;
	border: 1px #dcdfe6 solid;
	border-radius: 3px;
	font-size: 1.3rem;
	outline: none;
}
.xlnews .xnlist form input::-webkit-input-placeholder{
	color: #c0c4cc;
}
.xlnews .xnlist form input::-moz-placeholder{
	color: #c0c4cc;
}
.xlnews .xnlist form input:-ms-input-placeholder{
	color: #c0c4cc;
}
.xlnews .xnlist form select{
	width: 100%;
	padding: 0px 25px 0px 10px;
	height: 42px;
	border: 1px #dcdfe6 solid;
	border-radius: 3px;
	font-size: 1.3rem;
	outline: none;
	color: #c0c4cc;
	background:#fff;
}
.xlnews .xnlist form button{
	width: 100%;
	height: 45px;
	border: 0;
	background-color: #1a94e6;
	color: #fff;
	font-size: 1.6rem;
	border-radius: 3px;
}
.yxiao{
	padding: 10px 0px 20px;
	border-bottom:8px #f8fafd solid;
}
.yxiao ul{
	margin: 60px 0px 0px;
}
.yxiao ul li{
	padding-bottom:50px;
}
.yxiao ul li:last-child{
	padding-bottom:0;
}
.yxiao ul li .yxlist{
	display: block;
	border: 1px #f1f1f1 solid;
	background-color: #f5fafe;
}
.yxiao ul li .yxlist dl{
	background-color: #fff;
	border-top: 1px #f1f1f1 solid;
	padding: 15px 10px 15px;
}
.yxiao ul li i{
	display: block;
	width: 87px;
	margin: -43px auto 0;
	border-radius: 50%;
	overflow: hidden;
}
.yxiao ul li i img{
	width: 100%;
}
.yxiao ul li h3{
	width: 82px;
	height: 82px;
	border-radius: 50%;
	border: 3px #deeefe solid;
	background: url(../images/rmbg.jpg) center no-repeat;
	background-size: cover;
	color: #fff;
	font-size: 1.2rem;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: -41px auto 0;
}
.yxiao ul li h3 p{
	text-align: center;
	display: block;
	transform: scale(.9);
	padding: 7px;
	line-height: 15px;
}
.yxiao ul li h4{
	text-align: center;
	font-size: 1.6rem;
	color: #2d3139;
	line-height: 30px;
}
.yxiao ul li h5{
	text-align: center;
	color: #7a7d88;
	font-size: 1.3rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 20px;
}
.yxiao ul li span{
	display: flex;
	justify-content: center;
	margin: 10px 0px 15px;
}
.yxiao ul li span a{
	display: block;
	font-size: 1.2rem;
	color: #1a94e6;
	border: 1px #1a94e6 solid;
	min-width: 70px;
	text-align: center;
	line-height: 26px;
	margin: 0px 5px;
}
.yxiao ul li dl dd a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #7a7d88;
}
.yxiao ul li dl dd a p{
	line-height: 30px;
	/* width: calc(100% - 90px); */
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.yxiao ul li dl dd a small{
	line-height: 30px;
	font-size: 1.4rem;
}
.yxiao ul li dl dd a:hover{
	color: #1a94e6;
}
.local{
	background-color: #f5f6fa;
	color: #8c8c8c;
	padding:47px 0px 0px;
}
.local section{
	height: 37px;
	line-height: 38px;
	overflow: hidden;
	font-size: 1.3rem;
	background: url(../images/wzpic.svg) 0px 10px no-repeat;
	background-size: auto 16px;
	padding-left: 25px;
}
.local a{
	color: #8c8c8c;
}
.local span{
	color: #1a94e6;
}
.inews{
	padding: 15px 0px;
}
.inews .inslist h2{
	color: #2d3139;
	font-size: 1.8rem;
	line-height: 26px;
	text-align:center;
	border-bottom:1px rgba(0,0,0,.06) solid;
	padding-bottom:12px;
}
.inews .inslist ul{
	margin: 5px 0px 13px;
}
.inews .inslist ul li a{
	display: block;
	color: #2d3139;
	padding: 5px 15px 5px 28px;
	border-bottom:5px #f8fafd solid;
	font-size: 1.4rem;
	position:relative;
	line-height: 26px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.inews .inslist ul li a:before{
	content:"";
	position:absolute;
	left:15px;
	top:50%;
	width:5px;
	height:5px;
	margin-top:-3px;
	background:#2d3139;
	border-radius:50%;
}
.inews .inslist ul li a:hover{
	color: #1a94e6;
}
.page-list{
	padding: 45px 0px;
	display: flex;
	justify-content: flex-end;
}
.page-list a{
	min-width: 40px;
	line-height: 34px;
	height: 36px;
	text-align: center;
	color: #808080;
	font-size: 1.6rem;
	border: 1px #edeff3 solid;
	border-radius: 3px;
	margin: 0px 0px 0px 10px;
	transition: .3s;
}
.page-list a:first-child,.page-list a:last-child{
	padding: 0px 20px;
}
.page-list a:hover,.page-list a.on{
	color: #fff;
	background-color: #1a94e6;
	border: 1px #1a94e6 solid;
}
.insmenu{
	border-top: 8px #f8fafd solid;
	padding:20px 0px 0px;
}
.insric{
	border-bottom: 8px #f8fafd solid;
}
.insric ul{
	margin: 15px 0px;
}
.insric ul li a{
	display: flex;
	color: #7a7d88;
	line-height: 32px;
	font-size:1.4rem;
}
.insric ul li a p{
	position: relative;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding-right:18px;
}
.insric ul li.new a p:after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	width: 14px;
	height: 14px;
	margin-top: -7px;
	background: url(../images/new.svg) center no-repeat;
	background-size: auto 14px;
}
.insric ul li a:hover{
	color: #1a94e6;
}
.ksqun{
	margin: 40px 0px 0px;
}
.ksqun dl{
	display: flex;
	border-top: 1px #edeff3 solid;
}
.ksqun dl dd{
	width: 50%;
	text-align: center;
	font-size: 1.6rem;
	color: #bcc0cc;
	font-weight: normal;
	line-height: 36px;
	border-bottom: 1px #fff solid;
	position: relative;
	cursor: pointer;
	padding-bottom:5px;
}
.ksqun dl dd.cur{
	color: #1a94e6;
	border-bottom: 1px #1a94e6 solid;
}
.ksqun dl dd:after{
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-bottom: 6px #1a94e6 solid;
	border-left: 6px transparent solid;
	border-right: 6px transparent solid;
	bottom: 0;
	left: 50%;
	margin-left: -6px;
	opacity: 0;
}
.ksqun dl dd.cur:after{
	opacity: 1;
}
.ksqun ul{
	border: 1px #edeff3 solid;
	padding: 24px 35px 30px;
}
.ksqun ul li{
	text-align: center;
	display: none;
}
.ksqun ul li.show{
	display: block;
}
.ksqun ul li i{
	max-width: 56%;
	margin: 0 auto;
	display: block;
}
.ksqun ul li i img{
	margin: 0 auto;
}
.ksqun ul li h5{
	color: #1a94e6;
	font-size: 1.4rem;
	line-height: 30px;
	margin: 10px 0px 0px;
}
.ksqun ul li span{
	display: block;
	color: #7a7d88;
	font-size: 1.4rem;
}
.insdown{
	margin:25px 0px;
}
.insdown ul{
	margin: 15px 0px 0px;
}
.insdown ul li a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	line-height: 32px;
	color: #7a7d88;
}
.insdown ul li a p{
	width: calc(100% - 50px);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.insdown ul li a span{
	background: url(../images/dwpic.svg) 0px center no-repeat;
	background-size: 14px auto;
	padding-left: 18px;
}
.insdown ul li a:hover p{
	color: #1a94e6;
}
.inews .incont>h1{
	font-size: 1.6rem;
	color: #2d3139;
	line-height: 20px;
	padding: 10px 0px 15px;
}
.inews .incont>h2{
	border-top: 1px #eceff8 solid;
	border-bottom: 1px #eceff8 solid;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding:10px 0px;
}
.inews .incont>h2 p{
	color: #bcc0cc;
	font-size: 1.2rem;
}
.inews .incont>h2 span{
	display: flex;
	align-items: center;
}
.inews .incont .wct{
	position: relative;
	width: 22px;
	height: 22px;
	background:url(../images/wxctpic.png) 0 center no-repeat;
	background-size:95% auto;
}
.sharewx{
	position:fixed;
	width:100%;
	height:100%;
	z-index:9999;
	background:rgba(0,0,0,.7) url(../images/srpic.png) right 3% no-repeat;
	background-size:90% auto;
	top:0;
	left:0;
	display:none;
}
.inews .inscont{
	font-size: 1.35rem;
	color: #7a7d88;
	line-height: 22px;
	padding: 20px 5px 15px;
	overflow:auto;
	width:100%;
}
.inews .inscont img{
	max-width:100%;
	height:auto;
}
.inews .inkeyw dl{
	display: flex;
	align-items: center;
	padding: 0px 5px;
}
.inews .inkeyw dl dd{
	padding-right: 10px;
}
.inews .inkeyw dl dd a{
	display: block;
	color: #1a94e6;
	font-size: 1.6rem;
	line-height: 36px;
	padding: 0px 15px;
	background-color: #f7fcff;
	border: 1px #eceff0 solid;
	border-radius: 3px;
}
.inews .inzaix{
	background-color: #f7fcff;
	border-radius: 4px;
	margin: 10px 0px 0px;
	border: 1px #eceff0 solid;
	padding: 15px;
}
.inews .inzaix h4{
	text-align: center;
	font-size: 1.6rem;
	color: #000;
	border-bottom: 1px rgba(0, 0, 0, .05) solid;
	line-height: 30px;
	padding-bottom: 5px;
}
.inews .inzaix h4 span{
	color: #1a94e6;
}
.inews .inzaix form{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	padding: 20px 0px 5px;
}
.inews .inzaix form p{
	color: #000000;
	font-size: 1.3rem;
	margin-bottom:10px;
	line-height: 34px;
}
.inews .inzaix form p:before{
	content: "*";
	color: #f00202;
}
.inews .inzaix form input{
	width: calc(100% - 66px);
	border: 1px rgba(0, 0, 0, .05) solid;
	border-radius: 3px;
	line-height: 22px;
	padding: 10px;
	font-size: 1.3rem;
	height: 34px;
	margin-bottom:10px;
}
.inews .inzaix form select{
	width: calc(100% - 66px);
	border: 1px rgba(0, 0, 0, .05) solid;
	border-radius: 3px;
	font-size: 1.3rem;
	height: 34px;
	margin-bottom:10px;
	background:#fff;
}
.inews .inzaix form span{
	display: block;
	width: 100%;
	margin: 5px 0px 0px 0px;
}
.inews .inzaix form span button{
	display: block;
	width: 100%;
	height: 36px;
	border: 0;
	color: #fff;
	font-size: 1.4rem;
	background-color: #1a94e6;
	margin: 0 auto;
	border-radius: 4px;
}
.inews .inzaix form span a{
	display: block;
	width: 90px;
	text-align: center;
	margin: 10px auto 0;
	font-size:1.3rem;
	color: #999999;
}
.inews .inadv{
	margin: 10px 0px 0px;
	border-radius: 3px;
	overflow: hidden;
}
.inews .fanye{
	padding: 12px 0px 0px;
	border-top: 1px rgba(0, 0, 0, .06) solid;
	margin: 20px 0px 0px;
}
.inews .fanye a{
	display: flex;
	color: #999999;
	line-height: 20px;
	padding: 5px 0px;
	font-size:1.35rem;
}
.inews .fanye a span{
	width:calc(100% - 55px);
	color: #1a94e6;
	display:block;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.inews .incont ul li{
	display:flex;
	align-items:center;
	background:#f7f9fa;
	margin-bottom:10px;
}
.inews .incont ul li dl{
	display:flex;
	align-items:center;
	padding-left:15px;
	width:calc(100% - 80px);
}
.inews .incont ul li h4{
	font-weight:normal;
	font-size:1.4rem;
	background:#1a94e6;
	color:#fff;
	width:80px;
	text-align:center;
	line-height:36px;
}
.inews .incont ul li dl dd a{
	display:block;
	color:#333;
	padding:0px 15px;
	font-size:1.3rem;
}
.inews .incont ul li dl dd a:hover,.inews .incont ul li dl dd.on a{
	color:#1a94e6;
}
.wzback{
	background-color: #fafafa;
	border-bottom: 1px rgba(0, 0, 0, .04) solid;
}
.zxlanmu{
	padding: 15px 0px 0;
	border-bottom: 4px #f4f4f4 solid;
	position:relative;
	z-index:88;
}
.zxlanmu h1{
	font-size:2.0rem;
	text-align:center;
	margin:0px 0px 15px;
}
.zxlanmu form{
	display: flex;
	justify-content: space-between;
}
.zxlanmu form input{
	width: 75%;
	border: 1px #008ae6 solid;
	border-radius: 3px 0px 0px 3px;
	line-height: 20px;
	border-right: 0;
	padding: 10px;
	height: 40px;
}
.zxlanmu form input:first-child{
	width:0;
	transform:scale(0);
	padding:0;
}
.zxlanmu form  button{
	width: 25%;
	background-color: #008ae6;
	color: #fff;
	border: 0;
	border-radius: 0px 3px 3px 0px;
}
.xuanze ol{
	padding:20px 0px 0;
	margin:0;
	display:flex;
	flex-wrap:wrap;
}
.xuanze ol li{
	width:33.33333333333%;
	margin-bottom:15px;
}
.xuanzeall ol li{
	width:50%;
}
.xuanze ol li p{
	display:flex;
	justify-content:center;
	align-items:center;
	color:#373737;
	border-right:1px rgba(0,0,0,.1) solid;
	line-height:16px;
	font-size:1.4rem;
}
.xuanzeall ol li:last-child p{
	border-right:0;
}
.xuanze ol li p:after{
	content:"";
	border-top:5px #e1e1e1 solid;
	border-left:4px transparent solid;
	border-right:4px transparent solid;
	border-bottom:0;
	margin-left:7px;
}
.xuanze ol li.on p{
	color:#008ae6;
}
.xuanze ol li.on p:after{
	content:"";
	border-bottom:5px #008ae6 solid;
	border-left:4px transparent solid;
	border-right:4px transparent solid;
	border-top:0;
}
.xuanze ol li:nth-of-type(3) p{
	border-right:0;
}
.xuanze ol li:nth-of-type(4){
	width:50%;
}
.xuanze ol li:nth-of-type(5){
	width:50%;
}
.xuanze ol li:nth-of-type(5) p{
	border-right:0;
}
.checkxue{
	position:absolute;
	width:100%;
	left:0;
	top:100%;
	z-index:88;
}
.checkxue dl{
	background:#fff;
	border-top:1px #e1e1e1 solid;
	display: none;
	flex-wrap:wrap;
	align-items: center;
	padding:15px 15px 10px;
	box-shadow:0px 5px 5px rgba(0,0,0,.1);
}
.checkxue dl.on{
	display: flex;
}
.checkxue dl dd{
	margin-right: 6px;
	margin-bottom:6px;
}
.checkxue dl dd a{
	display: block;
	color: #5a5d60;
	font-size: 1.3rem;
	padding: 0px 15px;
	line-height: 26px;
	border:1px rgba(0,0,0,.1) solid;
	transition: background-color .3s;
	border-radius: 3px;
}
.checkxue dl .list dd a{
	padding: 0px 10px;
}
.checkxue dl dd.on a{
	background-color: #1a94e6;
	color: #fff;
}
.shse{
	position:fixed;
	width:100%;
	height:55%;
	left:0;
	bottom:0;
	z-index:87;
	background:rgba(0,0,0,.6);
	display:none;
}
.zszye{
	padding:15px 0px 0px;
}
.izslist{
	padding: 0px 0px 0;
}
.izslist>h2{
	font-size: 1.6rem;
	color: #000;
	line-height: 26px;
}
.izslist>h2 span{
	color: #1a94e6;
}
.izslist ul{
	margin: 10px 0px 0px;
}
.izslist ul li{
	border: 1px rgba(0, 0, 0, .07) solid;
	margin: 0px 0px 20px;
}
.izslist ul li .izinfo{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 10px 20px 0px 8px;
}
.izslist ul li .iztext{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	padding:8px 10px 15px;
}
.izslist ul li i{
	display: block;
	border-radius: 50%;
	background: url(../images/rmbg.jpg) center no-repeat;
	background-size: cover;
	border: 4px #e8f3ff solid;
}
.izslist ul li i a{
	display: flex;
	align-items: center;
	width: 60px;
	height: 60px;
	color: #fff;
	padding: 0px 5px;
	font-style: normal;
	font-size: 1.2rem;
	text-align: center;
	transform:scale(.8);
}
.izslist ul li section{
	width: calc(100% - 70px);
	padding: 0px 10px;
}
.izslist ul li>span{
	width:100%;
}
.izslist ul li>span a{
	display: block;
	width: 100%;
	line-height: 40px;
	background-color: #f8fafd;
	color: #1a94e6;
	text-align: center;
}
.izslist ul li h4 a{
	color: #2d3139;
	font-size: 1.6rem;
	line-height: 22px;
}
.izslist ul li dl{
	display: flex;
	flex-wrap:wrap;
	font-size: 1.3rem;
	width:42%;
}
.izslist ul li dl:nth-child(2n){
	width:58%;
}
.izslist ul li dl.izall{
	width:100%;
}
.izslist ul li dl dt{
	font-weight: normal;
	color: #000;
	line-height: 24px;
}
.izslist ul li dl dd{
	color: #666;
	line-height: 24px;
	width:calc(100% - 70px);
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.izslist ul li dl dd a{
	color: #1a94e6;
}
.izslist ul li dl dd a:hover{
	text-decoration: underline;
}
.izslist ul li dl dd.red{
	color: #fc4759;
}
.izsstud{
	padding: 0px 0px 20px;
}
.izsstud>h2{
	font-size: 1.6rem;
	color: #000;
	line-height: 24px;
}
.izsstud>h2 span{
	color: #1a94e6;
}
.izsstud ul{
	padding:10px 0px;
}
.izsstud ul li{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	border: 1px #eaebec solid;
	margin-bottom: 10px;
}
.izsstud ul li i{
	width: 28%;
	padding: 10px;
}
.izsstud ul li i img{
	width: 100%;
}
.izsstud ul li section{
	width: 72%;
	padding: 15px 0px 20px 0px;
}
.izsstud ul li>span{
	width: 100%;
	background-color: #fafafa;
	display: flex;
	justify-content: center;
	align-items: center;
}
.izsstud ul li>span a{
	display: block;
	color: #1a94e6;
	line-height: 40px;
	width: 100%;
	text-align: center;
	font-size: 1.4rem;
}
.izsstud ul li section h4{
	margin: 0px 0px 5px;
}
.izsstud ul li section h4 a{
	font-size: 1.6rem;
	line-height: 22px;
	color: #2d3139;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.izsstud ul li section dl dd{
	line-height: 22px;
	display: flex;
}
.izsstud ul li section dl dd p{
	color: #5a5d60;
	font-size:1.3rem;
}
.izsstud ul li section dl dd p:last-child{
	color: #5a5d60;
	width:calc(100% - 66px);
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.izsstud ul li section dl dd p a{
	color: #5a5d60;
}
.idown{
	padding: 15px 0px 10px;
}
.idown>h1{
	color: #2d3139;
	font-size: 1.8rem;
	text-align:center;
	line-height: 24px;
}
.idown form{
	display: flex;
	justify-content: space-between;
	margin:10px 0px 0px;
}
.idown form input{
	width: 75%;
	border: 1px #008ae6 solid;
	border-radius: 3px 0px 0px 3px;
	line-height: 20px;
	border-right: 0;
	padding: 10px;
	height: 40px;
}
.idown form  button{
	width: 25%;
	background-color: #008ae6;
	color: #fff;
	border: 0;
	border-radius: 0px 3px 3px 0px;
}
.idown dl{
	padding: 15px 0px;
	display: flex;
	justify-content:space-between;
}
.idown dl dd{
	width:48%;
}
.idown dl dd a{
	display: block;
	height: 38px;
	line-height: 38px;
	text-align: center;
	color: #2d3139;
	background-color: #f5f6fa;
	transition: .3s;
	font-size:1.3rem;
	border-radius:2px;
}
.idown dl dd.cur a,.idown dl dd a:hover{
	background-color: #1a94e6;
	color: #fff;
}
.idown ul{
	padding: 0px 2px;
}
.idown ul li{
	margin-bottom: 10px;
}
.idown ul li a{
	display: flex;
	justify-content: space-between;
	align-items:center;
	border: 2px #f7f9fa solid;
	transition: .3s;
}
.idown ul li a .idinfo{
	width: 75%;
	padding: 10px 15px;
}
.idown ul li a h3{
	width: 25%;
	background-color: #f5fafe;
	display: flex;
	align-content: center;
	flex-wrap: wrap;
	transition: .3s;
	padding:10px 0px;
}
.idown ul li a h3 b{
	height: 18px;
	display: block;
	width: 100%;
	background-image: url(../images/dwpic.png);
	background-size:auto 36px;
	background-position: center 0;
	background-repeat: no-repeat;
}
.idown ul li a h3 p{
	width: 100%;
	color: #1a94e6;
	font-size: 1.3rem;
	text-align: center;
	margin: 7px 0px 0px;
	line-height: 20px;
}
.idown ul li a h5{
	color: #2d3139;
	font-size: 1.5rem;
	line-height: 20px;
}
.idown ul li a:hover h5{
	color: #1a94e6;
}
.idown ul li a span{
	display: flex;
	margin: 3px 0px 0px;
}
.idown ul li a span{
	font-size: 1.2rem;
	color: #bcc0cc;
	line-height: 20px;
}
header{
	position: relative;
}
.itop{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	background-color: #fff;
	z-index: 66;
	transition: .3s;
}
.itopshow{
	top: -40px;
}
.ihead{
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	padding: 5px 0px;
}
.imshow{
	position: absolute;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #4b79ff;
	border: 2px #fff solid;
	right: 0;
	bottom: -20px;
	cursor: pointer;
	transition: .3s;
	transform: rotateZ(180deg);
}
.itopshow .imshow{
	bottom: -60px;
	transform: rotateZ(0);
}
.imshow:after{
	content: "";
	position: absolute;
	left: 50%;
	top: 6px;
	margin-left: -6px;
	width: 12px;
	height: 12px;
	border-bottom: 2px #fff solid;
	border-right: 2px #fff solid;
	transform: rotateZ(45deg);
}
.imshow:before{
	content: "";
	position: absolute;
	left: 50%;
	top: 13px;
	margin-left: -6px;
	width: 12px;
	height: 12px;
	border-bottom: 2px #fff solid;
	border-right: 2px #fff solid;
	transform: rotateZ(45deg);
}
.ilogo a img{
	height: 30px;
	width: auto;
}
.imenu{
	width: 70%;
	padding-right: 75px;
}
.imenu ul{
	display: flex;
	justify-content: space-between;
}
.imenu ul li a{
	display: block;
	color: #8c8c8c;
	font-size: 1.4rem;
	line-height: 25px;
}
.imenu ul li a:hover{
	color: #1a94e6;
}
.ibanner{
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.islogo{
	padding: 30px 0px;
	display: flex;
	align-items: center;
}
.islogo i{
	width: 60px;
	display: block;
}
.islogo section{
	padding-left: 10px;
	color: #fff;
}
.islogo section h4{
	font-size: 1.8rem;
	line-height: 20px;
	margin: 0px 0px 7px;
}
.islogo section span{
	display: flex;
	padding-bottom:4px;
}
.islogo section span p{
	background-color: #eff7ff;
	color: #1a94e6;
	font-size: 1.2rem;
	line-height: 22px;
	padding: 0px 10px;
	border-radius: 3px;
	margin-right: 5px;
}
.ismenu{
	background-color: #4c4c4c;
}
.ismenu ul{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.ismenu ul li{
	width:25%;
}
.ismenu ul li a{
	display: block;
	color: #fff;
	line-height: 35px;
	font-size: 1.3rem;
	border-right:1px rgba(255,255,255,.3) solid;
	border-bottom:1px rgba(255,255,255,.3) solid;
	text-align:center;
}
.ismenu ul li:nth-child(4n) a{
	border-right:0;
}
.ismenu ul li.active a{
	background-color: #1a94e6;
}
.scmemo{
	padding: 15px 0px;
}
.scmemo .sctit{
	border-bottom: 1px rgba(0, 0, 0, .1) solid;
	display:flex;
}
.scmemo .sctit p{
	font-size: 1.6rem;
	color: #2d3139;
	line-height: 26px;
	background: url(../images/dxtit.svg) 0px 4px no-repeat;
	background-size: auto 18px;
	padding-left: 30px;
	padding-bottom: 5px;
	position:relative;
}
.scmemo .sctit p:after{
	content:"";
	position:absolute;
	left:0;
	top:100%;
	width:100%;
	background:#1a94e6;
	height:1px;
}
.scmemo .scimg{
	margin-bottom:10px;
}
.scmemo .scimg img{
	width:100%;
}
.scmemo .sccont{
	padding:15px 0px 0px;
}
.scmemo .sccont .sctext{
	background-color: #f7fcff;
	border: 1px #f1f5f7 solid;
	padding: 10px 15px;
}
.scmemo .sccont .sctext dl{
	display: flex;
	padding: 4px 0px;
	align-items:center;
}
.scmemo .sccont .sctext dl dt{
	background-color: #def2ff;
	color: #1a94e6;
	font-size: 1.4rem;
	font-weight: normal;
	line-height: 20px;
	position: relative;
	padding: 2px 10px;
}
.scmemo .sccont .sctext dl dt:after{
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	width: 0;
	height: 0;
	border-left: 5px #def2ff solid;
	border-top: 12px transparent solid;
	border-bottom: 12px transparent solid;
}
.scmemo .sccont .sctext dl dd{
	width: cacl(100% - 77px);
	padding-left: 16px;
	color: #7a7d88;
	font-size:1.35rem;
	line-height: 20px;
}
.scmemo .sccont section{
	font-size: 1.4rem;
	line-height: 25px;
	color: #7a7d88;
	margin: 11px 0px 0px;
}
.scmemo .sccont section>a{
	color: #1a94e6;
}
.youda{
	border-bottom:8px #f8fafd solid;
	padding: 0px 15px 20px;
}
.wenda{
	margin: 15px 0px 0px;
	background-color: #f7fcff;
	border: 1px #f1f5f7 solid;
	border-radius: 5px;
	padding: 0px 15px;
}
.wenda h4{
	color: #2d3139;
	font-size: 1.6rem;
	line-height: 20px;
	padding: 10px 0px 10px;
	border-bottom: 1px rgba(0, 0, 0, .05) solid;
}
.wenda h4 small{
	color: #1a94e6;
	font-size: 1.6rem;
}
.wenda form{
	padding: 12px 0px 0px;
}
.wenda form span{
	display: flex;
	align-items: center;
	justify-content: space-between;
	color: #000000;
	margin-bottom: 18px;
}
.wenda form span p{
	width: 80px;
	text-align: right;
}
.wenda form span p:before{
	content: "*";
	color: #ff0000;
}
.wenda form span input{
	border: 1px rgba(0, 0, 0, .1) solid;
	border-radius: 3px;
	width: calc(100% - 84px);
	line-height: 22px;
	padding: 5px 10px;
	height: 34px;
	font-size: 1.3rem;
}
.wenda form span input::-webkit-input-placeholder{
	color: #999999;
}
.wenda form span input::-moz-placeholder{
	color: #999999; 
}
.wenda form span input:-ms-input-placeholder{
	color: #999999;    
}
.wenda form span select{
	border: 1px rgba(0, 0, 0, .1) solid;
	border-radius: 3px;
	width: calc(100% - 84px);
	padding: 0px 5px;
	height: 34px;
	font-size: 1.3rem;
	color: #999999;
	background:#fff;
}
.wenda form span button{
	width: 100%;
	height: 34px;
	color: #fff;
	border: 0;
	border-radius: 3px;
	background-color: #1a94e6;
	margin:0px 0px 10px;
}
.wenda form span:last-child{
	flex-wrap:wrap;
	justify-content:flex-end;
}
.wenda form span a{
	color: #999999;
	font-size: 1.3rem;
	width: 100%;
	text-align:center;
}
.scnews{
	padding:20px 0px 0;
}
.scnews ul{
	margin:15px 0px 0px;
}
.scnews ul li a{
	display: block;
	color: #7a7d88;
	font-size: 1.4rem;
	line-height: 30px;
	padding:0px 5px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.scnews ul li a:hover{
	color: #1a94e6;
}
.ksqun{
	margin: 15px 0px;
}
.ksqun dl{
	border-top: 1px #f1f3f6 solid;
	padding-top: 4px;
}
.jzhang{
	padding:20px 0px;
	border-bottom:8px #f8fafd solid;
}
.jzhang .sctit{
	color: #2d3139;
	font-size: 1.6rem;
	line-height: 30px;
	border-bottom: 1px rgba(0, 0, 0, .1) solid;
	background: url(../images/jztit.svg) 0px 6px no-repeat;
	background-size: auto 20px;
	padding-left: 25px;
	padding-bottom: 5px;
}
.jzhang dl{
	border: 1px rgba(0, 0, 0, .06) solid;
	background-color: #f5fafe;
	display: flex;
	margin: 15px 0px 0px;
}
.jzhang dl dd{
	padding: 0px 10px;
	width: 20%;
	line-height: 35px;
	font-size:1.3rem;
	color: #000;
}
.jzhang dl dd:first-child{
	width:32%;
}
.jzhang dl dd:nth-child(3){
	width:25%;
}
.jzhang dl dd:last-child{
	width:23%;
}
.jzhang ul li{
	display: flex;
	align-items:center;
	border-bottom: 1px rgba(0, 0, 0, .06) solid;
	border-left: 1px rgba(0, 0, 0, .06) solid;
	border-right: 1px rgba(0, 0, 0, .06) solid;
	padding: 10px 0px;
}
.jzhang ul li span{
	padding: 0px 10px;
	width: 20%;
	color: #7a7d88;
	font-size:1.3rem;
}
.jzhang ul li a{
	color: #fff;
	text-align:center;
	display: block;
	font-size:1.2rem;
	width:20%;
	line-height:24px;
	background:#1a94e6;
}
.jzhang ul li a:hover{
	text-decoration: underline;
}
.jzhang ul li span:first-child{
	width: 32%;
}
.jzhang ul li span:nth-of-type(3){
	width: 25%;
}
.jzhang ul li span a{
	width:100%;
}
.jzhang .more{
	padding:10px 0px;
	margin:5px 0px 0px;
}
.dxhuan .sctit{
	color: #2d3139;
	font-size: 1.6rem;
	line-height: 30px;
	border-bottom: 1px rgba(0, 0, 0, .1) solid;
	background: url(../images/hjtit.svg) 0px 7px no-repeat;
	background-size: auto 17px;
	padding-left: 25px;
	padding-bottom: 5px;
}
.dxhuan .swiper-container .swiper-button-next{
	right: 0;
}
.dxhuan .swiper-container .swiper-button-prev{
	left: 0;
}
.dxhuan .swiper-container .swiper-button-white{
	width: 25px;
	height: 50px;
	background-color: rgba(0, 0, 0, .4);
	background-size: auto 40%;
	margin-top: -25px;
	transition: .3s;
}
.dxhuan .dxcont{
	position: relative;
	margin: 15px 0px 0px;
}
.wendaall .wenda{
	margin-top: 0;
	margin-bottom: 20px;
}
.wendaall .wenda h4{
	text-align: center;
	font-size: 2.8rem;
	line-height: 40px;
}
.wendaall .wenda h4 small{
	font-size: 2.8rem;
}
.wendaall .wenda form{
	padding-top: 20px;
}
.wendaall .wenda form span{
	width: 24%;
}
.wendaall .wenda form span:nth-of-type(5){
	width: 100%;
}
.wendaall .wenda form span:last-child{
	justify-content: center;
	width: 100%;
}
.wendaall .wenda form span button{
	height: 44px;
}
.scxianq>h1{
	font-size: 1.8rem;
	color: #2d3139;
	line-height: 26px;
	margin: 0px 0px 10px;
}
.scxianq>h1.h1{
	border-bottom: 1px rgba(0, 0, 0, .1) solid;
	padding-bottom:10px;
}
.scxianq>h2{
	font-size: 1.8rem;
	color: #2d3139;
	line-height: 26px;
	padding-bottom:5px;
	border-bottom: 1px rgba(0, 0, 0, .06) solid;
}
.scxianq .share{
	display: flex;
	align-items: center;
	padding: 5px 0px;
	border-top: 1px rgba(0, 0, 0, .06) solid;
	border-bottom: 1px rgba(0, 0, 0, .06) solid;
	color: #bcc0cc;
	font-size:1.2rem;
}
.scxianq .share p{
	margin-right: 15px;
}
.scxianq section{
	line-height: 26px;
	color: #7a7d88;
	padding: 10px 0px;
	font-size: 1.3rem;
}
.baoming{
	background: url(../images/bmbg.jpg) center no-repeat;
	background-size: cover;
	padding: 80px 0px 40px;
}
.baoming .bmtit img{
	margin: 0 auto;
	display: block;
	max-width: 90%;
}
.baoming .bmcont{
	background-color: #fff;
	border-radius: 6px;
	padding: 40px 15px;
	position: relative;
	margin:20px 0px 0px;
}
.baoming .bmcont:after{
	content: "";
	width: 110px;
	position: absolute;
	height: 49px;
	left: -50px;
	top: -22px;
	z-index: 6;
	background: url(../images/mzpic.png) center no-repeat;
	background-size:100% auto;
}
.baoming .bmcont:before{
	content: "";
	width: 62px;
	position: absolute;
	height: 56px;
	right: -10px;
	bottom: -32px;
	z-index: 6;
	background: url(../images/wjpic.png) center no-repeat;
	background-size:100% auto;
}
.baoming .bmcont i:after{
	content: "";
	position: absolute;
	width: 96%;
	height: 50%;
	background-color: rgba(255, 255, 255, .2);
	border-radius: 15px;
	left: 2%;
	bottom: -10px;
}
.baoming .bmcont i:before{
	content: "";
	position: absolute;
	width: 90%;
	height: 50%;
	background-color: rgba(255, 255, 255, .2);
	border-radius: 10px;
	left: 5%;
	bottom: -20px;
}
.baoming .bmcont span{
	display: flex;
	margin-bottom: 10px;
}
.baoming .bmcont span p{
	font-size: 1.3rem;
	color: #2d3139;
	line-height: 38px;
	width: 75px;
}
.baoming .bmcont span p:before{
	content: "*";
	font-size: 1.6rem;
	color: #f00;
	margin-right: 5px;
}
.baoming .bmcont span input{
	width: calc(100% - 75px);
	line-height: 22px;
	padding: 10px 15px;
	height: 40px;
	border: 1px #dcdfe6 solid;
	border-radius: 5px;
	font-size: 1.3rem;
	outline: none;
}
.baoming .bmcont span input::-webkit-input-placeholder{
	color: #c0c4d1;
}
.baoming .bmcont span input::-moz-placeholder{
	color: #c0c4d1;   
}
.baoming .bmcont span input:-ms-input-placeholder{
	color: #c0c4d1;      
}
.baoming .bmcont span select{
	width: calc(100% - 75px);
	padding: 0px 10px;
	height: 40px;
	border: 1px #dcdfe6 solid;
	border-radius: 4px;
	font-size: 1.3rem;
	color: #c0c4d1;
	outline: none;
}
.baoming .bmcont span textarea{
	width: calc(100% - 75px);
	line-height: 20px;
	padding: 10px 15px;
	border: 1px #dcdfe6 solid;
	border-radius:5px;
	font-size: 1.3rem;
	resize: none;
	outline: none;
}
.baoming .bmcont button{
	width: 100%;
	height: 44px;
	color: #fff;
	margin: 10px auto 0;
	display: block;
	background-color: #ff4b45;
	border-radius: 5px;
	border: 0;
	position: relative;
	z-index: 9;
	font-size: 1.5rem;
	box-shadow: 0px 10px 10px rgba(255, 75, 69, .28);
}
.baoming2{
	background: url(../images/wbbg.jpg) center no-repeat;
	background-size: cover;
}
.baoming2 .bmtit{
	margin-bottom: 30px;
}
.baoming3{
	background: url(../images/csbg.jpg) center no-repeat;
	background-size: cover;
}
.baoming3 .bmtit{
	margin-bottom: 40px;
}
.baoming3 .bmcont button{
	background-color: #2f5cf7;
	box-shadow: 0px 15px 15px rgba(47, 92, 247, .28);
}
.pfcont{
	padding: 15px 0px 0px;
}
.pfcont h2{
	color: #2d3139;
	font-size: 1.6rem;
	line-height: 26px;
	font-weight: bold;
	margin-bottom:5px;
}
.pfcont section{
	font-size: 1.4rem;
	line-height: 23px;
	color: #7a7d88;
	margin: 0px 0px 15px;
}
.ititle img{
	width: 20px;
}
.pbanner{
	background-color: #006edb;
}
.pbtop{
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0px;
}
.pbtop .iplogo{
	display: flex;
	align-items: center;
}
.pbtop .iplogo p{
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 3px #fff solid;
	background: url(../images/rmbg.jpg) center no-repeat;
	background-size: cover;
	color: #fff;
	display: flex;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	align-items: center;
}
.pbtop .iplogo p small{
	font-size: 1.2rem;
	display: block;
	transform: scale(.8);
	text-align: center;
}
.pbtop .iplogo section{
	padding-left: 20px;
	color: #fff;
}
.pbtop .iplogo section h4{
	font-size: 1.6rem;
	line-height: 28px;
}
.pbtop .iplogo section span{
	display: block;
	font-size: 1.2rem;
	line-height: 24px;
	padding: 0px 0px 5px;
}
.ipmenu{
	background:#4c4c4c;
}
.ipmenu ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap:wrap;
}
.ipmenu ul li{
	width:33.33333333333%;
}
.ipmenu ul li a{
	display: block;
	color: #fff;
	font-size: 1.3rem;
	line-height: 30px;
	text-align:center;
	border-right:1px rgba(0,0,0,.4) solid;
	border-bottom:1px rgba(0,0,0,.4) solid;
}
.ipmenu ul li:nth-child(3n) a{
	border-right:0;
}
.ipmenu ul li.active a{
	background:#1a94e6;
}
.zsxiao ul{
	display: flex;
	margin: 70px -17px 0px;
}
.zsxiao ul li{
	padding: 0px 17px;
	width: 33.3333333333333%;
}
.zsxiao ul li .yxlist{
	display: block;
	border: 1px #f1f1f1 solid;
	background-color: #f5fafe;
}
.zsxiao ul li .yxlist dl{
	background-color: #fff;
	border-top: 1px #f1f1f1 solid;
	padding: 25px 10px 15px;
}
.zsxiao ul li i{
	display: block;
	width: 87px;
	margin: -43px auto 0;
	border-radius: 50%;
	overflow: hidden;
}
.zsxiao ul li i img{
	width: 100%;
}
.zsxiao ul li h4{
	text-align: center;
	font-size: 1.8rem;
	color: #2d3139;
	line-height: 30px;
}
.zsxiao ul li h5{
	text-align: center;
	color: #7a7d88;
	font-size: 1.4rem;
	line-height: 30px;
}
.zsxiao ul li span{
	display: flex;
	justify-content: center;
	margin: 20px 0px 15px;
}
.zsxiao ul li span a{
	display: block;
	font-size: 1.2rem;
	color: #1a94e6;
	border: 1px #1a94e6 solid;
	min-width: 70px;
	text-align: center;
	line-height: 26px;
	margin: 0px 5px;
}
.zsxiao ul li span a:hover{
	color: #fff;
	background-color: #1a94e6;
}
.zsxiao ul li dl dd a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #7a7d88;
	padding: 3px 0px;
}
.zsxiao ul li dl dd a p{
	line-height: 30px;
	width: calc(100% - 90px);
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.zsxiao ul li dl dd a small{
	line-height: 30px;
	font-size: 1.4rem;
}
.zsxiao ul li dl dd a:hover{
	color: #1a94e6;
}
.zszhang{
	padding-top: 15px;
}
.zszhang ul{
	margin: 20px 0px 0px;
}
.zszhang ul li{
	display: flex;
	justify-content: space-between;
	flex-wrap:wrap;
	border: 1px #ededed solid;
	margin-bottom: 20px;
}
.zszhang ul li:last-child{
	margin-bottom:2px;
}
.zszhang ul li i{
	width: 25%;
	padding: 10px;
}
.zszhang ul li i img{
	width: 100%;
}
.zszhang ul li section{
	width: 75%;
	padding: 10px 0px 15px 0px;
}
.zszhang ul li>span{
	width: 100%;
	background-color: #fafafa;
	display: flex;
	justify-content: center;
	align-items: center;
}
.zszhang ul li>span a{
	display: block;
	color: #1a94e6;
	background-color: #f8fafd;
	line-height: 42px;
	width: 100%;
	text-align: center;
	font-size: 1.3rem;
}
.zszhang ul li section h4{
	padding-bottom:2px;
}
.zszhang ul li section h4 a{
	font-size: 1.6rem;
	line-height: 28px;
	color: #2d3139;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.zszhang ul li section dl dd{
	line-height: 22px;
	display: flex;
}
.zszhang ul li section dl dd p{
	color: #000;
	font-size:1.3rem;
}
.zszhang ul li section dl dd p:last-child{
	color: #5a5d60;
}
.sharee{
	display: flex;
	justify-content: space-between;
}
.sharee span{
	display: flex;
	align-items: center;
}
.sctitt{
	font-size: 1.6rem;
	color: #2d3139;
	line-height: 26px;
	background: url(../images/dxtit.svg) 0px 2px no-repeat;
	background-size: auto 20px;
	padding-left: 30px;
	border-bottom: 1px rgba(0, 0, 0, .1) solid;
	padding-bottom: 10px;
}
.ipage{
	padding:20px 0px;
}
.ipage section{
	margin:15px 0px 0px;
	line-height: 36px;
	color: #7a7d88;
	font-size: 1.3rem;
}
.ipage section img{
	height:auto;
	max-width:100%;
}
.incont dl{
	margin: 0px 0px 10px;
	display: flex;
	background-color: #f7f9fa;
	padding:0px 15px;
}
.incont dl dt{
	width: 30px;
	background-color: #1a94e6;
	color: #fff;
	font-weight: normal;
	text-align: center;
	font-size: 1.4rem;
	display: flex;
	align-items: center;
	padding:0px 2px;
}
.incont dl .list{
	display: flex;
	flex-wrap: wrap;
	padding: 5px 0px;
}
.incont dl dd{
	width: 33.3333333333%;
}
.incont dl dd a{
	display: block;
	color: #2d3139;
	line-height: 22px;
	text-align: center;
	font-size:1.3rem;
}
.incont dl dd.cur a{
	color: #1a94e6;
}
.itbcont{
	margin:15px 0px 0px;
	padding-bottom:20px;
}
.itbcont img{
	max-width:100%;
	height:auto;
}
.tbtit{
	font-size:1.8rem;
	line-height:22px;
	margin:10px 0px 0px;
	border-bottom:1px rgba(0,0,0,.08) solid;
	padding-bottom:8px;
}
.denglu{
	padding:15px 0px;
}
.denglu form{
	display:none;
	background:rgba(0,0,0,.05);
	padding:20px;
	box-shadow:0px 0px 5px rgba(0,0,0,.02);
}
.denglu form.on{
	display:block;
}
.denglu h2{
	margin:0px 0px 15px;
	font-size:1.8rem;
}
.denglu form input{
	width:100%;
	border:1px rgba(0,0,0,.06) solid;
	border-radius:3px;
	padding: 10px;
	line-height:20px;
	font-size:1.3rem;
	margin-bottom:10px;
}
.denglu form span{
	display:flex;
	justify-content:space-between;
	width:100%;
}
.denglu form span input.code{
	width:70%;
	border-right:0;
	border-radius:3px 0px 0px 3px;
}
.denglu form span input.yanz{
	width:30%;
	border:1px solid #1a94e6;
	background:#1a94e6;
	color:#fff;
	border-radius:0px 3px 3px 0px;
	transition:.3s;
}
.denglu form button{
	border:1px solid #1a94e6;
	background:#1a94e6;
	height:42px;
	width:100%;
	color:#fff;
	border-radius:2px;
	margin:10px 0px 0px;
	font-size:1.4rem;
	transition:.3s;
}
.denglu form h3{
	border:1px solid #1a94e6;
	height:38px;
	line-height:36px;
	text-align:center;
	width:100%;
	color:#1a94e6;
	border-radius:2px;
	margin:10px 0px 0px;
	font-size:1.4rem;
	transition:.3s;
}
.denglu form a{
	font-size:1.4rem;
	line-height:30px;
	margin:10px 0px 0px;
	color:#1a94e6;
	display:block;
	cursor:pointer;
}
.display{
	pointer-events: none;
}
.ikechen{
	padding:0px 0px 0px 25px;
}
.ikechen ul li{
	margin-bottom:30px;
}
.ikechen ul li p{
	background:#fff url(../images/sppic.png) 50px center no-repeat;
	background-size:auto 50%;
	display:block;
	border-radius:5px;
	height:58px;
	color:#2f5cf7;
	font-size:1.8rem;
	font-weight:bold;
	padding-left:100px;
	line-height:58px;
}
.ikechen ul li a{
	display:block;
	position:relative;
}
.ikechen ul li a:after{
	content:"";
	position:absolute;
	width:68px;
	height:65px;
	background:url(../images/mzkpic.png) 0 0 no-repeat;
	background-size:100% auto;
	z-index:6;
	top:-20px;
	left:-40px;
}
.tlpic img{
    max-width:100%;
    height: auto;
}
.page_list{
	padding: 15px 0px;
	display: flex;
	justify-content: flex-end;
}
.page_list a{
	min-width: 40px;
	line-height: 30px;
	height: 32px;
	text-align: center;
	color: #808080;
	font-size: 1.3rem;
	border: 1px #edeff3 solid;
	border-radius: 3px;
	margin: 0px 0px 0px 10px;
	transition: .3s;
}
.page_list a:first-child,.page_list a:last-child{
	padding: 0px 20px;
}
.page_list a:hover,.page_list a.on{
	color: #fff;
	background-color: #1a94e6;
	border: 1px #1a94e6 solid;
}