.head{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:9999;
}
.headd{
	background:#fff;
	box-shadow:0px 0px 10px rgba(0,0,0,.5);
}
.top{
	display:flex;
	justify-content:space-between;
	padding:15px 0px 15px 3%;
	transition:.5s;
}
.headd .top{
	padding:10px 0px 10px 3%;
}
.logo img{
	height:81px;
	transition:.3s;
}
.head .logo img:last-child{
	display:none;
}
.headd .logo img{
	height:40px;
}
.headd .logo img:first-child{
	display:none;
}
.headd .logo img:last-child{
	display:block;
}
.menu{
	display:flex;
	width:53%;
	position:relative;
	align-items:center;
	border-bottom:1px rgba(255,255,255,.3) solid;
}
.headd .menu{
	border-bottom:0;
}
.menu ul{
	width:71%;
	display:flex;
	justify-content:space-between;
}
.menu ul li{
	position:relative;
}
.menu ul li.abone{
	position:static;
}
.menu ul li>a{
	display:block;
	color:#fff;
	font-size:1.8rem;
	line-height:65px;
	padding:0px 5px 15px;
	position:relative;
	transition:.5s;
}
.headd .menu ul li>a{
	font-size:1.4rem;
	line-height:35px;
	color:#000;
	padding:0px 10px 0px;
}
.menu ul li>a:after{
	content:"";
	display:block;
	width:0;
	bottom:-2px;
	left:50%;
	position:absolute;
	height:4px;
	background:#0164c9;
	transition:.5s;
}
.headd .menu ul li>a:after{
	height:2px;
}
.menu ul li.cur>a:after,.menu ul li:hover>a:after{
	width:100%;
	left:0;
}
.menu ul li>dl{
	top:100%;
	display:none;
	width:100%;
	left:0;
	position:absolute;
	padding:10px 0px 0px;
}
.headd .menu ul li>dl{
	padding:15px 0px 0px;
}
.menu ul li>dl:before{
	content:"";
	display:block;
	border-bottom:6px #fbfbfb solid;
	border-left:6px transparent solid;
	border-right:6px transparent solid;
	width:0;
	height:0;
	margin:0 auto;
}
.menu ul li>dl section{
	background:#fbfbfb;
	border-radius:5px;
}
.menu ul li>dl dd a{
	color:#000;
	display:block;
	font-size:1.3rem;
	line-height:30px;
	text-align:center;
}
.menu ul li>dl dd a:hover{
	color:#f36201;
}
.menu .search{
	width:29%;
	display:flex;
	align-items:center;
	justify-content:center;
	padding-bottom:15px;
	transition:.5s;
}
.headd .menu .search{
	padding-bottom:0;
}
.menu .search i{
	display:block;
	cursor:pointer;
}
.menu .sousuo{
	position:absolute;
	top:120%;
	left:0;
	width:90%;
	display:none;
}
.menu .sousuo form{
	display:flex;
	width:100%;
}
.menu .sousuo form input{
	border:0;
	background:rgba(255,255,255,.7);
	line-height:25px;
	padding:10px;
	width:85%;
	outline:none;
}
.menu .sousuo form button{
	width:15%;
	background:#4b7ee3;
	color:#fff;
	font-size:1.5rem;
	transition:.3s;
	border:0;
}
.menu .sousuo form button:hover{
	background:#0054a6;
}
.abmenu{
	position:fixed;
	width:100%;
	left:0;
	z-index:999;
	top:96px;
	display:none;
}
.abcd{
	background:#fbfbfb;
}
.abmenuu{
	top:45px;
	padding:15px 0px 0px;
}
.abmuct{
	display:flex;
	justify-content:space-between;
	padding:25px 0px 30px;
}
.abmuct dl dt{
	font-weight:normal;
	margin:0px 0px 5px;
}
.abmuct dl dt a{
	color:#4aabf7;
	line-height:30px;
	font-size:1.6rem;
}
.abmuct dl dd a{
	color:#000;
	line-height:30px;
	font-size:1.3rem;
}
.abmuct dl dd a:hover{
	text-decoration:underline;
	color:#7cc5ff;
}
.abmuct .amtext{
	width:20%;
	color:#000;
	font-size:1.3rem;
	line-height:24px;
}
.abmuct .amtext img{
	max-width:100%;
}
.abmuct .amtext section{
	margin:10px 0px 0px;
}
.guanggao{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	padding-left:12%;
	z-index:999;
}
.guanggao section{
	background:rgba(16,87,170,.6);
	padding:30px 50px;
	margin:0px 0px 5%;
	animation: fadeInLeftBig .8s;
	-webkit-animation: fadeInLeftBig .8s;
}
.guanggao h4{
	margin:0 0 10px;
	color:#fff;
	font-family:Fonttwo;
	font-size:1.6rem;
	line-height:32px;
	animation: fadeInLeftBig 1s;
	-webkit-animation: fadeInLeftBig 1s;
}
.guanggao h3{
	font-size:3.7rem;
	color:#fff;
	line-height:50px;
	font-weight:bold;
	letter-spacing:2px;
	animation: fadeInLeftBig 2s;
	-webkit-animation: fadeInLeftBig 2s;
}
.guanggao span{
	font-size:1.6rem;
	line-height:24px;
	color:#fff;
	margin:15px 0px 0px;
	display:block;
	animation: fadeInLeftBig 1.5s;
	-webkit-animation: fadeInLeftBig 1.5s;
}
@media (max-width:1400px) {
	.menu{
		width:55%;
	}
	.menu ul li a{
		font-size:1.5rem;
	}
	.menu ul{
		width:80%;
	}
	.menu .search{
		width:20%;
	}
}
#banner .item section{
	position:relative;
	display:flex;	height:800px;
	align-items:center;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
	padding-bottom:165px;
}
@media (max-width:1700px) {
	#banner .item section{
		background-size:100% 100%;
	}
}
@media (max-width:1500px) {
	#banner .item section{
		background-size:auto 100%;
	}
}
@media (max-width:1400px) {
	#banner .item section{
		background-size:auto 100%;
	}
}
#banner .item section h4{
	margin:0 0 20px;
	color:#fff;
	font-family:Fonttwo;
	font-size:3.5rem;
	line-height:45px;
	animation: fadeInRightBig .5s;
	-webkit-animation: fadeInRightBig .5s;
}
#banner .item section h3{
	font-size:3.5rem;
	color:#fff;
	line-height:40px;
	animation: fadeInRightBig 1s;
	-webkit-animation: fadeInRightBig 1s;
}
#banner .item section span{
	font-size:1.6rem;
	line-height:24px;
	color:#fff;
	margin:40px 0px 50px;
	display:block;
	animation: fadeInRightBig 1.5s;
	-webkit-animation: fadeInRightBig 1.5s;
}
#banner .item section a{
	display:block;
	width:148px;
	line-height:42px;
	border:2px rgba(255,255,255,.6) solid;
	color:#fff;
	text-align:center;
	animation: fadeInRightBig 2s;
	-webkit-animation: fadeInRightBig 2s;
}
#banner .item section a:hover{
	background:#fff;
	color:#097fd0;
	border:2px #fff solid;
}
@media (max-width:1400px) {
	#banner .item section h4{
		margin:0 0 20px;
		font-size:2.5rem;
		line-height:35px;
	}
	#banner .item section h3{
		font-size:2.5rem;
		line-height:30px;
	}
	#banner .item section span{
		margin:30px 0px 40px;
	}
	#banner .item section a{
		font-size:1.3rem;
		line-height:40px;
	}
}
#banner .yuandian{
	position:absolute;
	bottom:200px;
	z-index:99;
	width:100%;
}
#banner .carousel-indicators{
	width:auto;
	margin:0;
	left:0;
	text-align:left;
	position:static;
}
#banner .carousel-indicators li{
	width:35px;
	height:3px;
	background:#fff;
	border-radius:0px;
	opacity:.3;
	margin:0 5px 0px 0px;
	border:0;
}
#banner .carousel-indicators li.active{
	opacity:1;
	background:#fff;
}
#banner .yuandian .suzhi{
	display:flex;
	font-size:2.6rem;
	color:#fff;
	font-family:Fontthree;
}
#banner .yuandian .suzhi p{
	font-family:Fontthree;
	color:#fff;
	padding-right:5px;
}
#banner .yuandian .suzhi p small{
	font-family:Fontthree;
	font-size:2.6rem;
	color:#fff;
}
#banner .yuandian .suzhi p font{
	font-family:arial;
	margin-left:6px;
}
#banner .yuandian .suzhi span{
	color:#fff;
	opacity:.4;
}
#banner .yuandian .subiao{
	display:flex;
	justify-content:space-between;
	align-items:center;
}
#banner .yuandian .subiao big{
	display:block;
	width:24px;
	height:35px;
	border:3px #fff solid;
	border-radius:12px;
	position:relative;
}
#banner .yuandian .subiao big:after{
	content:"";
	display:block;
	width:2px;
	height:7px;
	background:#fff;
	position:absolute;
	left:50%;
	top:4px;
	margin:0px 0px 0px -1px;
	-webkit-animation:subiao .5s infinite linear;
	-o-animation:subiao .5s infinite linear;
	animation:subiao .5s infinite linear;
}
@media (max-width:1400px) {
	#banner .yuandian .suzhi{
		font-size:2.0rem;
	}
	#banner .carousel-indicators li{
		height:2px;
	}
	#banner .yuandian .subiao big{
		border:2px #fff solid;
	}
}
@keyframes subiao
{
	0% {top:4px;}
	50% {top:10px;}
	100% {top:4px;}
}
 
@-webkit-keyframes subiao
{
	0% {top:4px;}
	50% {top:10px;}
	100% {top:4px;}
}
.remen{
	position:absolute;
	width:100%;
	bottom:0;
	display:flex;
	align-items:center;
	justify-content:space-between;
	z-index:9;
	background:rgba(0,0,0,.18);
	padding:20px 4% 15px;
}
.remen ul{
	display:flex;
	width:60%;
	justify-content:space-between;
}
.remen ul li a{
	display:block;
	color:#fff;
}
.remen ul li a big{
	display:flex;
	width:68px;
	height:68px;
	margin:10px;
	justify-content:center;
	align-items:center;
	transition:.5s;
	border:2px #fff dashed;
	border-radius:50%;
}
.remen ul li a:hover big{
	margin:0px;
	width:88px;
	height:88px;
	border:2px #fff solid;
}
.remen ul li a small{
	display:block;
	text-align:center;
	font-size:1.6rem;
	line-height:24px;
	padding:15px 0px 0px;
}
.remen span{
	display:block;
	width:15%;
}
.remen span p{
	color:#fff;
	font-size:2.4rem;
	margin:0px 0px 30px;
}
.remen section{
	width:25%;
	display:flex;
	flex-wrap:wrap;
	justify-content:flex-end;
}
.remen section form{
	width:70%;
	display:flex;
	margin-left:30%;
}
.remen section form input{
	width:75%;
	line-height:20px;
	background:#fff;
	border:0;
	padding:10px;
}
.remen section form button{
	width:25%;
	background:#4b7ee3;
	border:0;
	color:#fff;
	font-size:1.5rem;
}
.remen section a{
	display:block;
	color:#fff;
	font-size:1.7rem;
	margin:30px 0px 0px;
	background:url(../images/mrjt.png) right center no-repeat;
	padding-right:25px;
}
@media (max-width:1400px) {
	.remen span p{
		font-size:1.6rem;
		margin:0px 0px 20px;
	}
	.remen span i img{
		max-width:35%;
	}
	.remen ul li a big{
		width:58px;
		margin:5px;
		height:58px;
		border:1px #fff dashed;
	}
	.remen ul li a:hover big{
		width:68px;
		margin:0;
		height:68px;
		border:1px #fff solid;
	}
	.remen ul li a big img{
		max-height:45%;
		width:auto;
	}
	.remen ul li a small{
		font-size:1.4rem;
		margin:0px 0px 0px;
	}
	.remen section form input{
		padding:8px 10px;
	}
	.remen section form button{
		font-size:1.4rem;
	}
	.remen section a{
		font-size:1.4rem;
		margin:20px 0px 0px;
		padding-right:20px;
		line-height:26px;
	}
}
.title h3{
	font-size:3.8rem;
	color:#343434;
	line-height:44px;
}
.title small{
	display:block;
	color:#b2b2b2;
	font-size:1.2rem;
	line-height:18px;
	font-family:arial;
	text-transform:uppercase;
	margin:5px 0px 17px;
}
.title span{
	display:flex;
	justify-content:space-between;
	width:68px;
	margin:0 auto;
}
.title span:before{
	content:"";
	display:block;
	height:5px;
	width:15%;
	background:#484848;
}
.title span:after{
	content:"";
	display:block;
	height:5px;
	width:80%;
	background:#4b7ee3;
}
.about{
	background:#e9e9e9;
	padding:60px 0 100px;
}
.about .title{
	text-align:center;
}
.about ul{
	display:flex;
	width:1680px;
	height:550px;
	margin:45px auto 0px;
	background:#fff;
}
.about ul li{
	width:235px;
	border-right:1px #e9e9e9 solid;
	text-align:center;
	overflow:hidden;
	background:#fff;
	display:block;
	cursor:pointer;
	position:relative;
	transition:width .3s;
	margin:0 auto;
}
.about ul li:last-child{
	border-right:0;
}
.about ul li.cur{
	width:740px;
}
.about ul li .zhank{
	height:100%;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
	display:flex;
	align-content:center;
	flex-wrap:wrap;
	transform:scale(0);
	position:absolute;
	width:740px;
	height:100%;
	top:0;
	left:0;
}
.about ul li.cur .zhank{
	transform:scale(1);
}
.about ul li .zhank h3{
	width:100%;
	position:relative;
}
.about ul li .zhank h3 big{
	display:block;
	padding:0px 0px 10px;
}
.about ul li .zhank h3 span{
	display:block;
	font-size:2.2rem;
	color:#fff;
	line-height:30px;
}
.about ul li .zhank h3 small{
	display:block;
	font-size:1.2rem;
	font-family:arial;
	color:#fff;
	line-height:26px;
}
.about ul li .zhank h3 i{
	font-style:normal;
	font-size:13.0rem;
	color:rgba(255,255,255,.2);
	font-family:Fontthree;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	display:block;
	text-align:center;
	line-height:110px;
}
.about ul li .zhank section{
	line-height:24px;
	color:#fff;
	padding:0px 15%;
	width:100%;
	margin:5% 0px 0px;
}
.about ul li .zhank>a{
	display:block;
	display:block;
	width:110px;
	border:1px #fff solid;
	line-height:36px;
	text-align:center;
	color:#fff;
	font-size:1.3rem;
	transition:.3s;
	margin:5% auto 0px;
}
.about ul li .zhank>a:hover{
	background:#fff;
	color:#000;
}
@media (max-width:1400px){
	.about ul li .zhank h3 span{
		font-size:1.6rem;
		line-height:22px;
	}
	.about ul li .zhank section{
		line-height:22px;
		font-size:1.2rem;
	}
}
.about ul li .sous{
	position:relative;
	height:100%;
	overflow:hidden;
	width:235px;
	padding:25% 0px 0px;
	transform:scale(1);
	transition:background .3s;
}
.about ul li:hover .sous{
	background:#4b7ee3;
}
.about ul li.cur .sous{
	transform:scale(0);
}
.about ul li .sous h2{
	width:100%;
	margin:0px 0px 20%;
}
.about ul li .sous h2 big{
	display:block;
	width:100%;
	position:relative;
	height:60px;
	overflow:hidden;
}
.about ul li .sous h2 big img{
	transition:.3s;
}
.about ul li:hover .sous h2 big img{
	margin-top:-50px;
}
.about ul li .sous h2 big:after{
	content:"";
	display:block;
	width:46px;
	height:46px;
	border-radius:50%;
	position:absolute;
	bottom:0;
	left:50%;
	margin-left:-23px;
	background:rgba(75,126,227,.08);
}
.about ul li .sous h2 span{
	display:block;
	font-size:1.65rem;
	color:#000;
	line-height:28px;
}
.about ul li:hover .sous h2 span{
	color:#fff;
}
.about ul li .sous h2 small{
	display:block;
	color:#c0c0c0;
	font-size:1.2rem;
	font-family:arial;
	line-height:22px;
}
.about ul li:hover .sous h2 small{
	color:#fff;
}
.about ul li .sous section{
	color:#6d6d6d;
	line-height:30px;
	font-size:1.3rem;
}
.about ul li:hover .sous section{
	color:#fff;
}
.about ul li .sous i{
	display:block;
	font-style:normal;
	position:absolute;
	right:-10px;
	bottom:15px;
	color:#e0e0e0;
	font-size:6.5rem;
	font-family:Fontthree;
}
.about ul li:hover .sous i{
	color:#fff;
}
@media (max-width:1700px){
	.about ul{
		width:1480px;
	}
	.about ul li{
		width:200px;
	}
	.about ul li .sous{
		width:200px;
	}
	.about ul li a{
		width:200px;
	}
	.about ul li.cur{
		width:680px;
	}
	.about ul li .zhank{
		width:680px;
	}
}
@media (max-width:1500px){
	.about ul{
		width:1280px;
		height:450px;
	}
	.about ul li{
		width:180px;
	}
	.about ul li .sous{
		width:180px;
	}
	.about ul li a{
		width:180px;
	}
	.about ul li.cur{
		width:560px;
	}
	.about ul li .zhank{
		width:560px;
	}
}
@media (max-width:1400px){
	.about ul{
		width:1080px;
	}
	.about ul li .sous{
		width:150px;
	}
	.about ul li{
		width:150px;
	}
	.about ul li a{
		width:150px;
	}
	.about ul li.cur{
		width:480px;
	}
	.about ul li .zhank{
		width:480px;
	}
}
@media (max-width:1400px){
	.about ul li .sous h2 span{
		font-size:1.4rem;
	}
	.about ul li .sous section{
		font-size:1.2rem;
		line-height:26px;
	}
	.about ul li .sous i{
		font-size:5.0rem;
	}
}

.jiejue{
	background:url(../images/fabg.jpg) center no-repeat;
	padding:130px 7%;
	display:flex;
	justify-content:space-between;
}
.jiejue .jjtext{
	width:26%;
	display:flex;
	flex-wrap:wrap;
	align-content:space-between;
	padding:10px 0px 3%;
}
.jiejue .jjimg{
	width:38%;
}
.jiejue .jjchan{
	width:26%;
	position:relative;
}
.jiejue .jjimg .wyuan{
	position:relative;
	width:100%;
}
.jiejue .jjimg .nyuan{
	padding:26px;
	height:100%;
	width:100%;
}
.jiejue .jjimg .nyuan span{
	display:block;
	background:#fff;
	border-radius:50%;
	height:100%;
	width:100%;
	position:relative;
}
.jiejue .jjimg .nyuan span img{
	width:calc(100% - 80px);
	height:calc(100% - 80px);
	border-radius:50%;
	position:absolute;
	top:40px;
	left:40px;
	display:block;
	opacity:0;
	transition:.3s;
}
.jiejue .jjimg .nyuan span img.xs{
	opacity:1;
	z-index:9;
}
.jiejue .jjimg .wyuan .rote{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
	border:1px #fff solid;
	border-radius:50%;
}
.jiejue .jjimg .wyuan .rote big{
	display:block;
	width:100%;
	height:100%;
	border-radius:50%;
	position:relative;
	-webkit-animation:rotate 18s infinite linear;
	-o-animation:rotate 18s infinite linear;
	animation:rotate 18s infinite linear;
}
.jiejue .jjimg .wyuan .rote big i{
	display:block;
	width:16px;
	height:16px;
	background:#fff;
	border-radius:50%;
	position:absolute;
	top:-8px;
	left:50%;
}
@media (max-width:1400px) {
	.jiejue .jjimg .nyuan span img{
		width:calc(100% - 30px);
		height:calc(100% - 30px);
		top:15px;
		left:15px;
	}
	.jiejue .jjchan{
		width:30%;
	}
}
@keyframes rotate {
	0%{
		-webkit-transform: rotateZ(0deg);
		-moz-transform: rotateZ(0deg);
		-ms-transform: rotateZ(0deg);
		-o-transform: rotateZ(0deg);
		transform: rotateZ(0deg);
    }
	100%{
		-webkit-transform: rotateZ(360deg);
		-moz-transform: rotateZ(360deg);
		-ms-transform: rotateZ(360deg);
		-o-transform: rotateZ(360deg);
		transform: rotateZ(360deg);
	}
}
.title{
	color:#000;
	width:100%;
	font-size:3.65rem;
}
.title:after{
	content:"";
	display:block;
	height:1px;
	width:45px;
	background:#000;
	margin:60px 0px 0px;
}
.jiejue .jjtext .jjttc{
	width:100%;
}
.jiejue .jjtext section{
	color:#000;
	display:none;
}
.jiejue .jjtext section h3{
	font-size:2.2rem;
	margin-bottom:20px;
}
.jiejue .jjtext section span{
	display:block;
	line-height:29px;
}
.jiejue .jjtext .jjmore span{
	display:none;
}
.jiejue .jjtext .jjmore a{
	display:flex;
	width:146px;
	line-height:43px;
	justify-content:space-between;
	padding:0px 15px;
	background:#fff;
	transition:.3s;
	border-radius:3px;
}
.jiejue .jjtext .jjmore a p{
	color:#000;
}
.jiejue .jjtext .jjmore a:after{
	content:"";
	display:block;
	width:8px;
	background:url(../images/gdjt.png) center no-repeat;
}
.jiejue .jjtext .jjmore a:hover{
	padding:0px 25px;
}
.jiejue .jjchan ul{
	height:100%;
	padding:8% 0px 0px;
	width:70%;
	margin:0px 0px 0px auto;
}
.jiejue .jjchan ul li{
	display:flex;
	cursor:pointer;
	align-items:center;
	position:relative;
	margin-bottom:30%;
}
.jiejue .jjchan ul li i{
	display:block;
	margin-right:6px;
}
.jiejue .jjchan ul li section{
	color:#fff;
}
.jiejue .jjchan ul li section span{
	display:block;
	font-size:1.6rem;
	font-weight:bold;
	letter-spacing:1px;
}
.jiejue .jjchan ul li section small{
	display:block;
	font-family:arial;
	font-size:1.2rem;
}
.jiejue .jjchan ul li big{
	display:block;
	position:absolute;
	width:21px;
	height:21px;
	border:2px #fff solid;
	border-radius:50%;
	background:#0e7dcc;
	z-index:3;
	right:0px;
	padding:4px;
	top:50%;
	margin-top:-11px;
}
.jiejue .jjchan ul li big:after{
	content:"";
	width:100%;
	height:100%;
	display:block;
	border-radius:50%;
	background:#fff;
	transform:scale(0);
	transition:.3s;
}
.jiejue .jjchan ul li.cur big:after,.jiejue .jjchan ul li:hover big:after{
	transform:scale(1);
}
.jiejue .jjchan:after{
	content:"";
	display:block;
	border-right:1px #fff dashed;
	position:absolute;
	right:10px;
	top:0;
	height:100%;
	width:0;
}
@media (max-width:1400px) {
	.jiejue .jjchan ul li section span{
		font-size:1.4rem;
	}
}
.news{
	background:url(../images/nsbg.jpg) center no-repeat;
	padding:60px 0px;
}
.nstit{
	display:flex;
	justify-content:space-between;
}
.nstit p{
	font-size:3.8rem;
	color:#16202a;
}
.nstit p:after{
	content:"";
	display:block;
	width:100px;
	height:3px;
	background:#5073e3;
	margin:15px 0px 0px;
}
.nstit a{
	color:#666;
	line-height:72px;
	font-size:1.6rem;
}
.nstit a:hover{
	color:#f00;
}
.ns-ct{
	margin:55px 0px 0px;
	display:flex;
	justify-content:space-between;
}
.nsimg{
	width:65%;
}
.nstext{
	width:32%;
}
.nsimg a{
	display:block;
	border:1px rgba(0,0,0,.08) solid;
	border-radius:8px;
	transition:.3s;
	overflow:hidden;
}
.nsimg a big{
	display:block;
	max-height:335px;
	overflow:hidden;
}
.nsimg a big img{
	width:100%;
}
.nsimg a section{
	background:#f7f8ff;
	transition:.3s;
	padding:30px 35px;
}
.nsimg a section h3{
	color:#000000;
	font-size:2.4rem;
}
.nsimg a section span{
	display:block;
	color:#333;
	border-bottom:1px rgba(0,0,0,.1) dashed;
	line-height:28px;
	margin:20px 10% 0px 0px;
	padding-bottom:25px;
	font-family:simsun;
	font-size:1.34rem;
}
.nsimg a section h4{
	display:flex;
	justify-content:space-between;
	margin:20px 0px 0px;
}
.nsimg a section h4 small{
	display:block;
	color:#333;
	font-size:1.4rem;
	line-height:28px;
	font-family:arial;
}
.nsimg a section h4 p{
	display:flex;
	line-height:28px;
	padding:0px 10px;
	color:#5a5f63;
	font-size:1.4rem;
	background:#dadfe5;
	border-radius:3px;
}
.nsimg a section h4 p:after{
	content:"";
	display:block;
	margin-left:25px;
	width:7px;
	background:url(../images/nsjt.png) center no-repeat;
}
.nsimg a:hover{
	background:#1398ea;
	color:#fff;
}
.nsimg a:hover section{
	background:#1398ea;
}
.nsimg a:hover h3,.nsimg a:hover span,.nsimg a:hover  h4 small{
	color:#fff;
}
.nsimg a:hover section span{
	border-bottom:1px #fff dashed;
}
.nsimg a:hover section h4 p{
	background:#fff;
}
@media (max-width:1400px) {
	.nsimg a section h3{
		font-size:2.0rem;
	}
	.nsimg a section span{
		font-size:1.3rem;
	}
	.nsimg a section h4 small{
		font-size:1.3rem;
	}
	.nsimg a section h4 p{
		font-size:1.3rem;
	}
}
.nstext ul{
	display:flex;
	height:100%;
	flex-wrap:wrap;
	align-content:space-between;
}
.nstext ul li{
	width:100%;
}
.nstext ul li a{
	display:block;
	background:#f7f8ff;
	padding:30px;
	transition:.3s;
	border:1px rgba(0,0,0,.08) solid;
	border-radius:8px;
}
.nstext ul li a h3{
	color:#000000;
	font-size:2.2rem;
	margin:0px 0px 20px;
}
.nstext ul li a:hover h3{
	color:#fff;
}
.nstext ul li a section{
	line-height:24px;
	color:rgba(0,0,0,.44);
	border-bottom:1px rgba(0,0,0,.1) dashed;
	padding-bottom:25px;
}
.nstext ul li a:hover section{
	color:#fff;
	border-bottom:1px #fff dashed;
}
.nstext ul li a span{
	display:flex;
	justify-content:space-between;
	margin:25px 0px 0px;
}
.nstext ul li a span small{
	color:#5a5f63;
	font-size:1.4rem;
	font-family:arial;
	line-height:28px;
}
.nstext ul li a:hover small{
	color:#fff;
}
.nstext ul li a span p{
	display:flex;
	line-height:28px;
	color:#5a5f63;
	font-size:1.4rem;
	border-radius:3px;
}
.nstext ul li a:hover span p{
	color:#fff;
}
.nstext ul li a span p:after{
	content:"";
	display:block;
	margin-left:25px;
	width:7px;
	background:url(../images/nsjt.png) center no-repeat;
}
.nstext ul li a:hover span p:after{
	background:url(../images/nsjtn.png) center no-repeat;
}
.nstext ul li a:hover{
	background:#1398ea;
}
@media (max-width:1400px) {
	.nstext ul li a h3{
		font-size:1.8rem;
	}
	.nstext ul li a section{
		font-size:1.3rem;
	}
}
footer{
	background:#f3f8fb;
	width:100%;
	overflow:hidden;
}
.bottom{
	display:flex;
	justify-content:space-between;
	padding:60px 0px 30px;
}
.bottom dl dt{
	margin-bottom:15px;
}
.bottom dl dt a{
	color:rgba(0,0,0,.8);
	font-size:2.1rem;
	line-height:30px;
	font-weight:normal;
}
.bottom dl dd a{
	display:block;
	font-size:1.6rem;
	color:rgba(0,0,0,.6);
	line-height:34px;
	transition:.3s;
}
.bottom dl dd a:hover{
	color:#fff;
}
.bottom dl section{
	font-size:1.6rem;
	color:rgba(0,0,0,.6);
	line-height:34px;
}
.bottom .xiao{
	text-align:center;
}
.bottom .xiao img{
	max-width:166px;
}
.bottom .xiao p{
	margin:20px 0px 0px;
}
.bottom dl .contact big{
	display:flex;
	padding:10px 0px 25px;
	position:relative;
}
.bottom dl .contact big:after{
	content:"";
	display:block;
	position:absolute;
	height:1px;
	background:rgba(0,0,0,.1);
	width:500px;
	left:0;
	bottom:0;
}
.bottom dl .contact big a{
	display:flex;
	justify-content:center;
	align-items:center;
	width:42px;
	height:42px;
	border-radius:50%;
	background:#525e6d;
	margin-right:15px;
	transition:.3s;
}
.bottom dl .contact big a i{
	display:none;
	position:absolute;
	bottom:100%;
	left:0;
	max-width:100px;
}
.bottom dl .contact big a:hover i{
	display:block;
}
.bottom dl .contact big a i img{
	max-width:100%;
}
.bottom dl .contact big a:hover{
	background:#4b7ee3;
}
.bottom dl .contact span{
	display:block;
	margin:25px 0px 0px;
}
.bottom dl .contact span h3{
	font-size:1.6rem;
	color:rgba(0,0,0,.6);
	margin:0px 0px 10px;
}
.bottom dl .contact span p{
	font-size:2.6rem;
	color:#000;
	font-family:arial;
}
@media (max-width:1400px) {
	.bottom{
		padding:50px 0px 20px;
	}
	.bottom dl dt a{
		font-size:1.8rem;
		line-height:26px;
	}
	.bottom dl dd a{
		font-size:1.4rem;
		line-height:28px;
	}
	.bottom dl section{
		font-size:1.4rem;
		line-height:28px;
	}
	.bottom dl .contact span p{
		font-size:2.2rem;
	}
}
.copy{
	border-top:1px rgba(0,0,0,.1) solid;
	padding:30px 0px;
}
.copy section{
	font-size:1.6rem;
	color:rgba(0,0,0,.66);
	display:flex;
	justify-content:space-between;
	line-height:32px;
}
.copy section a{
	color:rgba(0,0,0,.66);
}
@media (max-width:1400px) {
	.copy{
		padding:15px 0px;
	}
	.copy section{
		font-size:1.4rem;
		line-height:26px;
	}
}
/*page*/
.ibanner{
	background-position: right 0;
	background-repeat: no-repeat;
	display: flex;
	align-items:center;
}
.iabadv{
	color:#fff;
	padding:5% 0px 0px;
}
.iabadv h2{
	display:block;
	font-size:3.7rem;
	font-weight:bold;
	line-height:56px;
	margin:0px 0px 15px;
}
.iabadv h4{
	font-size:3.4rem;
	line-height:60px;
	margin:15px 0px;
}
.iabadv span{
	display:block;
	font-size:1.6rem;
	line-height:30px;
	max-width:777px;
	margin:0px 0px 40px;
}
.iabadv a{
	width:260px;
	line-height:58px;
	display:flex;
	border:2px #fff solid;
	justify-content:space-between;
	transition:.3s;
	padding:0px 20px;
}
.iabadv a p{
	color:#fff;
	font-size:1.8rem;
}
.iabadv a:after{
	content:"";
	display:block;
	width:16px;
	background:url(../images/mrpic.png) center no-repeat;
}
.iabadv a:hover{
	background:#fff;
}
.iabadv a:hover p{
	color:#0a81d2;
}
.iabadv a:hover:after{
	background:url(../images/mrpicn.png) center no-repeat;
}
.iabone{
	padding:50px 0px 90px;
}
.ititle{
	text-align:center;
}
.ititle h3{
	color:#36383c;
	font-size:3.4rem;
}
.ititle span{
	display:block;
	color:#6c6c6c;
	font-size:1.6rem;
	line-height:30px;
	margin:15px 0px 0px;
}
.iabone dl{
	display:flex;
	margin:35px 0px 0px;
	justify-content:space-between;
}
.iabone dl dt{
	width:49%;
	font-weight:normal;
	background:url(../images/iabimg1.jpg) 0 0 no-repeat;
	padding:50px;
	background-size:100% 100%;
	color:#fff;
}
.iabone dl section{
	width:49%;
	display:flex;
	flex-wrap:wrap;
	align-content:space-between;
}
.iabone dl dt h3{
	font-size:3.0rem;
}
.iabone dl dt span{
	display:block;
	font-size:1.6rem;
	max-height:150px;
	overflow:hidden;
	line-height:30px;
	margin:40px 0px 100px;
}
.iabone dl dt a{
	display:flex;
	justify-content:space-between;
	width:260px;
	line-height:50px;
	padding:0px 20px;
	border:2px #fff solid;
	transition:.3s;
}
.iabone dl dt a:after{
	content:"";
	display:block;
	width:12px;
	background:url(../images/bsyjt.png) center no-repeat;
}
.iabone dl dt a:hover{
	background:#fff;
}
.iabone dl dt a small{
	display:block;
	color:#fff;
	font-size:1.7rem;
}
.iabone dl dt a:hover small{
	color:#045f95;
}
.iabone dl dt a:hover:after{
	background:url(../images/bsyjtn.png) center no-repeat;
}
.iabone dl section dd{
	display:flex;
	width:100%;
	height:48%;
}
.iabone dl section dd:first-child{
	background:url(../images/iabimg2.jpg) right center no-repeat;
}
.iabone dl section dd:last-child{
	background:url(../images/iabimg3.jpg) 0 center no-repeat;
}
.iabone dl section dd:first-child:after{
	content:"";
	display:block;
	width:50%;
}
.iabone dl section dd:last-child:before{
	content:"";
	display:block;
	width:50%;
}
.iabone dl section dd a{
	display:flex;
	align-content:center;
	flex-wrap:wrap;
	padding:40px 20px 40px 40px;
	width:50%;
	height:100%;
	color:#fff;
}
.iabone dl section dd:first-child a{
	background:rgba(4,95,149,.9);
}
.iabone dl section dd:last-child a{
	padding:40px 20px;
	background:rgba(187,149,115,.85);
}
.iabone dl section dd a big{
	font-size:2.4rem;
	display:block;
	width:100%;
}
.iabone dl section dd a span{
	display:block;
	line-height:30px;
	margin:10px 0px 0px;
	width:100%;
}
.dashi{
	background:url(../images/lcbg.jpg) center 0 no-repeat;
	padding:40px 0 80px;
}
.dashi h2{
	text-align:center;
	color:#b98756;
	font-size:3.6rem;
	line-height:46px;
}
.daji{
	padding:0px calc(50% - 570px);
	position:relative;
	margin:65px 0px 0px;
}
.daji:after{
	content:"";
	display:block;
	position:absolute;
	width:calc(84% - 148px);
	top:87px;
	left:calc(8% + 74px);
	height:1px;
	background:#b98756;
}
.daji:before{
	content:"";
	display:block;
	position:absolute;
	width:8%;
	top:87px;
	left:0;
	height:1px;
	background:#b98756;
}
.daji i{
	display:block;
	position:absolute;
	width:8%;
	top:87px;
	right:0;
	height:1px;
	background:#b98756;
}
#shiji{
	position:static;
}
#shiji .swiper-slide h3{
	display:flex;
	color:#b98756;
	height:50px;
	overflow:hidden;
}
#shiji .swiper-slide h3 p{
	font-size:4.6rem;
	font-family:arial;
	line-height:50px;
}
#shiji .swiper-slide h3 small{
	font-size:2.3rem;
	color:#b98756;
	line-height:63px;
	display:block;
	margin:0px 0px 0px 10px;
}
#shiji .swiper-slide section{
	color:#fff;
}
#shiji .swiper-slide section:before{
	content:"";
	display:block;
	width:15px;
	height:15px;
	border-radius:50%;
	margin:30px 0px 30px 2px;
	background:#b98756;
}
#shiji .swiper-slide section h4{
	font-size:2.0rem;
	line-height:30px;
	font-weight:bold;
	margin:0px 0px 20px;
}
#shiji .swiper-slide section span{
	display:block;
	font-size:1.6rem;
	line-height:30px;
}
#shiji .swiper-button-next{
	width:74px;
	height:75px;
	margin-top:0;
	background:url(../images/lcyjt.png) center no-repeat;
	right:8%;
	top:50px;
}
#shiji .swiper-button-prev{
	width:74px;
	height:75px;
	margin-top:0;
	background:url(../images/lczjt.png) center no-repeat;
	left:8%;
	top:50px;
}
.team{
	padding:50px 0px 70px;
}
.team .ititle span{
	max-width:800px;
	margin:15px auto 0;
}
.tdui{
	margin:40px 0px 0px;
	padding:0px calc(50% - 630px);
	position:relative;
}
#team{
	position:static;
}
#team .swiper-slide a img{
	width:100%;
}
#team .swiper-slide a section{
	background:#d9dfe4;
	padding:10px 35px 15px;
	transition:.3s;
	color:#333333;
}
#team .swiper-slide a section p{
	font-size:2.2rem;
	line-height:34px;
}
#team .swiper-slide a section small{
	display:block;
	font-size:1.7rem;
	color:#808080;
	line-height:34px;
	font-family:arial;
}
#team .swiper-slide a:hover section{
	background:#077fd1;
	color:#fff;
}
#team .swiper-slide a:hover section small{
	color:#fff;
}
#team .swiper-button-next{
	background-color:#d9dfe4;
	background-size:40% auto;
	width:46px;
	height:124px;
	margin-top:-62px;
	right:calc(50% - 720px);
	transition:.3s;
}
#team .swiper-button-next:hover{
	background-color:#0780d1;
}
#team .swiper-button-prev{
	background-color:#d9dfe4;
	background-size:40% auto;
	width:46px;
	height:124px;
	margin-top:-62px;
	transition:.3s;
	left:calc(50% - 720px);
}
#team .swiper-button-prev:hover{
	background-color:#0780d1;
}
.ihonor{
	background:url(../images/hnbg.jpg) center 0 no-repeat;
	padding:55px 0px 0px;
	height:520px;
}
.ihonor .ititle h3{
	color:#fff;
}
.ihonor .ititle span{
	color:#fff;
	max-width:650px;
	margin:15px auto 0px;
}
.ihonor ul{
	display:flex;
	justify-content:center;
	padding:4% 0px 0px;
}
.ihonor ul li{
	text-align:center;
	margin:0px 6%;
}
.ihonor ul li a{
	display:block;
	color:#c79556;
}
.ihonor ul li a span{
	display:block;
	font-size:3.4rem;
	padding:30px 0px 0px;
}
.ipdadv{
	text-align:center;
	color:#fff;
	margin:10% 0px 0px;
}
.ipdadv h2{
	font-size:4.0rem;
	line-height:48px;
}
.ipdadv h4{
	font-size:3.0rem;
	line-height:30px;
	font-family:Fonttwo;
	letter-spacing:1px;
	margin:0 0 5px;
}
.lanmu ul{
	display:flex;
}
.pdlm ul{
	justify-content:space-between;
}
.lanmu ul i{
	display:block;
	width:1px;
	height:13px;
	background:rgba(0,0,0,.15);
	margin:28px 0px 0px;
}
.lanmu ul i:last-child{
	display:none;
}
.jblm ul i{
	margin:28px 30px 0px;
}
.lanmu ul li a{
	display:block;
	line-height:65px;
	color:#3f3f3f;
	padding:0px 16px;
	transition:.3s;
	text-decoration:none;
	overflow:hidden;
	white-space:nowrap;
	font-size:1.6rem;
}
.lanmu ul li.cur a,.lanmu ul li:hover a{
	background:#0780c3;
	color:#fff;
}
.pdlm ul li{
	position:relative;
}
.pdlm ul li section{
	position:absolute;
	top:100%;
	display:none;
	left:0;
	width:310px;
	background:#fff;
	border-top:2px rgba(0,0,0,.05) solid;
	padding:45px 50px;
}
.pdlm ul li:last-child section{
	left:auto;
	right:0;
}
.pdlm ul li:hover section{
	display:block;
}
.pdlm ul li section img{
	max-width:160px;
}
.iprtit{
	background:url(../images/plbg.jpg) center 0 no-repeat;
	display:flex;
	align-items:space-between;
	flex-wrap:wrap;
}
.iprtit h2{
	color:#fff;
	width:100%;
	font-size:4.0rem;
	line-height:193px;
	padding:0px 25px;
}
.iprtit ul{
	display:flex;
	padding:0px 25px;
}
.iprtit ul li{
	margin-right:15px;
	max-width:16%;
}
.iprtit ul li a{
	display:block;
	line-height:22px;
	color:#fff;
	background:#0498e1;
	font-size:2.0rem;
	border-radius:2px 2px 0px 0px;
	overflow:hidden;
	padding:25px 30px;
	text-decoration:none;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	transition:.3s;
}
.iprtit ul.xiao li a{
	line-height:22px;
	font-size:1.5rem;
	border-radius:2px 2px 0px 0px;
	padding:14px 30px;
}
.iprtit ul li.cur a,.iprtit ul li a:hover{
	background:#fff;
	color:#1c232d;
}
.iprcont{
	padding:0px 55px 80px;
}
.iprod h1{
	color:#2f71be;
	font-size:3.9rem;
	line-height:120px;
	margin:40px 0px 5px;
}
.iprcont section{
	max-width:100%;
	height:auto;
	line-height:30px;
	font-size:1.5rem;
	color:#555;
}
.ablm ul{
	justify-content:space-between;
}
.ablm ul li a{
	padding:0px 30px;
}
.keji{
	background:#e0e4e7;
	padding:80px 0px 60px;
}
.kjtext{
	padding:10px 0px 0px;
}
.kjtext h2{
	font-size:2.4rem;
	line-height:37px;
	color:#0780c3;
	font-family:Fontfour;
	background:url(../images/sdpic.png) 55% 1px no-repeat;
}
.kjtext h3{
	font-size:1.6rem;
	margin:5px 0px 0px;
	line-height:30px;
}
.kjtext h3:after{
	content:"";
	display:block;
	width:45px;
	height:1px;
	background:#000;
	margin:30px 0px;
}
.kjtext section{
	line-height:22px;
}
.kjimg img{
	width:100%;
	border:5px #fff solid;
	box-shadow:0px 0px 20px #c9cdcf;
}
.guanli{
	margin-top:80px;
	margin-bottom:80px;
}
.gltext h2 p{
	color:#0780c3;
	font-size:2.2rem;
	line-height:30px;
}
.gltext h2 span{
	display:block;
	line-height:26px;
	font-size:1.8rem;
	margin:5px 0px 0px;
}
.gltext section{
	line-height:24px;
	color:#555;
	margin:5px 0px 0px;
}
.fuwu{
	background:#e0e4e7;
	padding:110px 0px;
}
.fuwu .gltext section{
	line-height:24px;
}
.zuiqiu{
	background:url(../images/zqbg.jpg) center 0 no-repeat;
	padding:50px 10% 110px;
	color:#fff;
	text-align:center;
}
.zuiqiu h2{
	font-size:3.0rem;
	line-height:50px;
}
.zuiqiu h3{
	font-size:1.6rem;
	line-height:22px;
	margin:10px auto 0px;
	max-width:60%;
}
.zuiqiu section{
	font-size:1.4rem;
	line-height:26px;
	margin:30px auto 0px;
	max-width:60%;
}
.huise{
	background:#e0e4e7;
	padding:50px 0px;
}
.wenhua dl{
	display:flex;
	background:#fff;
	align-items:center;
}
.wenhua dl i{
	display:block;
	width:2px;
	background:rgba(0,0,0,.08);
	height:44px;
}
.wenhua dl i:last-child{
	display:none;
}
.wenhua dl dd{
	width:33.3333333%;
}
.wenhua dl dd a{
	display:block;
	text-align:center;
	color:#444444;
	text-decoration:none;
	padding:15px 0px;
	transition:.3s;
}
.wenhua dl dd a:hover,.wenhua dl dd.cur a{
	background:#0780c3;
	color:#fff;
}
.wenhua dl dd a big{
	display:block;
	height:40px;
	background-position:center 0;
	background-repeat:no-repeat;
}
.wenhua dl dd a span{
	display:block;
	font-size:2.0rem;
	line-height:34px;
	padding:5px 0px 0px;
}
.wenhua dl dd.cur a big,.wenhua dl dd a:hover big{
	background-position:center bottom;
}
.whct{
	background-position:center 0;
	background-repeat:no-repeat;
	background-size:100% 100%;
	font-size:2.0rem;
	line-height:50px;
	color:#fff;
	min-height:600px;
	padding:60px;
}
.dongshi{
	background:url(../images/dsbg.jpg) center 0 no-repeat;
	background-size:100% 100%;
	padding:50px;
}
.dongshi big{
	display:block;
}
.dongshi big h3{
	font-size:2.0rem;
	color:#000;
}
.dongshi big h2{
	font-size:2.0rem;
	line-height:28px;
	color:#000;
	margin:10px 0;
}
.dongshi big h1{
	font-size:3.8rem;
	color:#000;
	line-height:40px;
}
.dongshi section{
	font-size:1.6rem;
	line-height:24px;
	margin:15px 0px 0px;
}
.icontact{
	background:#fff;
}
.icontact .icolet{
	float:left;
	width:50%;
	background:#2f71be;
}
.icontact .icorit{
	float:right;
	width:50%;
}
.icontact .icolet section{
	padding:40px;
	color:#fff;
}
.icontact .icolet big img{
	width:100%;
}
.icontact .icolet section h2{
	font-size:2.2rem;
	line-height:30px;
}
.icontact .icolet section h3{
	font-size:1.6rem;
	padding:10px 0px 20px;
	line-height:26px;
	border-bottom:1px rgba(255,255,255,.5) solid;
}
.icontact .icolet section span{
	display:block;
	font-size:1.4rem;
	margin:10px 10px 0px;
	line-height:40px;
}
.icontact .icolet section span table tr td:first-child{
	display:flex;
	padding:11px 10px 0px 0px;
}
.lishi{
	padding:20px 0px 40px;
}
.lishi dl dt{
	width:calc(50% + 1px);
	font-weight:normal;
	justify-content:flex-end;
	position:relative;
}
.lishi dl dt section{
	padding-right:50px;
	position:relative;
}
.lishi dl dt section i{
	display:block;
	position:absolute;
	width:21px;
	background:url(../images/sjiao.png) right 20% no-repeat;
	height:26px;
	right:31px;
	top:22%;
	z-index:99;
}
.lishi dl dt:nth-child(even) section{
	padding-right:0px;
	padding-left:50px;
}
.lishi dl dt:nth-child(even) section i{
	right:auto;
	left:31px;
	transform:rotateY(180deg);
}
.lishi dl dt section div{
	border:2px #bebebe solid;
	padding:20px 30px 50px;
	background:#fff;
}
.lishi dl dt:after{
	content:"";
	display:block;
	width:2px;
	background:#cdcdcd;
	height:100%;
	top:0;
	right:0;
	position:absolute;
}
.lishi dl dt:nth-child(even){
	padding-right:0px;
	margin:0px 0px 0px auto;
}
.lishi dl dt:nth-child(even):after{
	left:0;
}
.lishi dl dt:first-child:after{
	height:75%;
	top:25%;
}
.lishi dl dt:last-child:after{
	height:25%;
}
.lishi dl dt span{
	display:block;
	text-align:right;
	line-height:24px;
	font-size:1.5rem;
	color:#808080;
	margin:10px 0px 0px;
}
.lishi dl dt strong{
	display:block;
	font-size:1.6rem;
	color:#666;
	margin:5px 0px 0px;
	text-align:right;
}
.lishi dl dt small{
	font-size:2.2rem;
	font-weight:bold;
	display:block;
	text-align:right;
	line-height:30px;
	color:#0780c3;
	position:relative;
}
.lishi dl dt:nth-child(even) small{
	text-align:left;
}
.lishi dl dt:nth-child(even) span{
	text-align:left;
}
.lishi dl dt:nth-child(even) strong{
	text-align:left;
}
.lishi dl dt section:after{
	content:"";
	display:block;
	width:16px;
	height:16px;
	border-radius:50%;
	background:#fff;
	position:absolute;
	right:-7px;
	top:25%;
	border:4px #bebebe solid;
	z-index:9;
}
.lishi dl dt:nth-child(even) section:after{
	left:-7px;
}
.icorit form{
	padding:40px;
}
.icorit form h2{
	color:#333333;
	font-size:1.8rem;
	line-height:26px;
}
.icorit form h3{
	font-size:2.2rem;
	color:#333333;
	line-height:28px;
	margin:10px 0px 6%;
}
.icorit form span{
	display:block;
	margin-bottom:20px;
}
.icorit form span p{
	line-height:30px;
	font-size:1.8rem;
	color:#3f3f3f;
	position:relative;
}
.icorit form span p:after{
	content:"*";
	color:#f00;
	margin:0px 0px 0px 8px;
}
.icorit form span input{
	width:100%;
	border:0;
	border-bottom:1px rgba(0,0,0,.15) solid;
	line-height:20px;
	outline:none;
	padding:10px 0px;
}
.icorit form span textarea{
	width:100%;
	border:0;
	border-bottom:1px rgba(0,0,0,.15) solid;
	line-height:20px;
	outline:none;
	padding:10px 0px;
	resize:none;
}
.icorit form section:after{
	content:"";
	display:block;
	clear:both;
}
.icorit form section span:first-child{
	float:left;
	width:48%;
}
.icorit form section span:last-child{
	float:right;
	width:48%;
}
.icorit form button{
	width:100%;
	color:#fff;
	background:#2f71be;
	font-size:1.7rem;
	border:0;
	line-height:70px;
	margin:8% 0px 0px;
	transition:.3s;
}
.icorit form button:hover{
	background:#f68603;
}
.map{
	border:13px #fff solid;
	padding:10px;
}
.map img{
	max-width:100%;
}
.gongc{
	padding:20px 0px 40px;
}
.gongc h3{
	line-height:58px;
	padding-bottom:10px;
	font-size:3.1rem;
	border-bottom:1px rgba(0,0,0,.15) solid;
}
.gongc ul{
	padding:25px 0px 0px;
	margin-right:-25px;
}
.gongc ul:after{
	content:"";
	clear:both;
	display:block;
}
.gongc ul li{
	float:left;
	margin-top:10px;
	margin-right:25px;
}
.gongc ul li a{
	display:block;
	line-height:30px;
	padding:0px 19px;
	color:#545454;
	font-size:1.6rem;
	border-radius:3px;
	transition:.3s;
}
.gongc ul li.cur a,.gongc ul li a:hover{
	background:#0780c3;
	color:#fff;
}
.anli ul li{
	margin-bottom:30px;
}
.anli ul li a{
	background:#fff;
	display:block;
	transition:.3s;
	color:#333333;
}
.anli ul li a section{
	padding:15px 20px 20px;
}
.anli ul li a section h3{
	font-size:1.7rem;
	line-height:30px;
	margin:0px 0px 10px;
}
.anli ul li a section span{
	display:block;
	font-size:1.4rem;
	line-height:27px;
	color:#4d4d4d;
	height:54px;
	overflow:hidden;
}
.anli ul li a small{
	display:block;
	border-top:1px rgba(0,0,0,.1) solid;
	padding:0px 20px;
}
.anli ul li a small:after{
	content:"";
	display:block;
	clear:both;
}
.anli ul li a small p{
	float:left;
	color:#979797;
	font-size:1.4rem;
	font-family:arial;
	line-height:60px;
}
.anli ul li a small i{
	display:block;
	float:right;
	width:17px;
	height:60px;
	background:url(../images/gcjt.png) center no-repeat;
}
.anli ul li a:hover{
	box-shadow:0px 0px 30px #bad2e6;
}
.page-list{
	border-top:1px rgba(0,0,0,.1) solid;
	margin:30px 0px 0px;
	padding:30px 0px;
}
.page-list section{
	float:right;
}
.page_info{
	color:#808080;
	font-size:1.6rem;
}
.page-list section a{
	display:block;
	float:left;
	margin-left:10px;
	color:#808080;
	font-size:1.6rem;
	border:1px rgba(0,0,0,.15) solid;
	border-radius:3px;
	line-height:20px;
	padding:6px 20px;
	text-decoration:none;
	transition:.3s;
}
.page-list section a:hover,.page-list section a.on{
	background:#0780c3;
	color:#fff;
	border:1px #0780c3 solid;
}
.nslm ul i{
	margin-right:30px;
	margin-left:30px;
}
.nslm ul li.cur a,.nslm ul li a:hover{
	background:none;
	color:#0780c3;
}
.inews ul li a{
	display:block;
	color:#555555;
}
.inews ul li a big{
	display:block;
	position:relative;
	overflow:hidden;
}
.inews ul li a big img{
	transition:1s;
}
.inews ul li a:hover big img{
	transform:scale(1.2);
}
.inews ul li a big small{
	display:block;
	position:absolute;
	width:105px;
	height:80px;
	background:#0780c3;
	top:0;
	left:0;
	text-align:center;
	padding:10px 0px 0px;
	color:#fff;
}
.inews ul li a big small h2{
	font-size:2.6rem;
	font-family:arial;
	line-height:35px;
}
.inews ul li a big small p{
	font-family:arial;
	font-size:1.4rem;
	line-height:25px;
}
.inews ul li a section h3{
	font-size:1.7rem;
	line-height:30px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	margin:15px 0px 20px;
}
.inews ul li a:hover section h3{
	color:#006aaa;
}
.inews ul li a section span{
	display:block;
	color:#8b8b8b;
	font-size:1.4rem;
	line-height:22px;
	height:44px;
	overflow:hidden;
}
.inews dl{
	margin:66px 0px 0px;
}
.inews dl dd{
	margin-bottom:25px;
	padding-bottom:25px;
	border-bottom:1px rgba(0,0,0,.15) dashed;
}
.inews dl dd:last-child{
	border-bottom:0px;
	margin-bottom:0;
}
.inews dl dd a{
	display:block;
	color:#555555;
}
.inews dl dd a big{
	display:block;
	background:#d0d0d0;
	text-align:center;
	transition:.3s;
	padding:1px;
}
.inews dl dd a section h3{
	font-size:1.7rem;
	line-height:26px;
	margin:0px 0px 5px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.inews dl dd a section span{
	display:block;
	color:#8b8b8b;
	height:44px;
	overflow:hidden;
	line-height:22px;
}
.inews dl dd a big p{
	color:#fff;
	font-family:arial;
	font-size:2.9rem;
	line-height:52px;
}
.inews dl dd a big small{
	display:block;
	background:#fff;
	color:#8b8b8b;
	font-size:1.4rem;
	font-family:arial;
	line-height:24px;
}
.inews dl dd a:hover big{
	background:#006aaa;
}
.inews dl dd a:hover big small{
	color:#006aaa;
}
#jiejue .carousel-indicators{
	position:static;
	width:100%;
	margin:0 -3% 40px 0px;
	display:flex;
	flex-wrap:wrap;
}
#jiejue .carousel-indicators li{
	text-indent:0;
	float:left;
	border:0;
	border-radius:0;
	width:7%;
	height:auto;
	display:block;
	margin:0 3% 0px 0px;
	background:none;
}
#jiejue .carousel-indicators li big{
	display:block;
	background:#fff;
	text-align:center;
	padding:20px 0px;
	border-radius:3px;
}
#jiejue .carousel-indicators li big i{
	display:none;
}
#jiejue .carousel-indicators li p{
	font-size:1.6rem;
	line-height:18px;
	padding:13px 0px;
}
#jiejue .carousel-indicators li.active big{
	background:#0780c3;
}
#jiejue .carousel-indicators li.active big i{
	display:block;
}
#jiejue .carousel-indicators li.active big small{
	display:none;
}
#jiejue .item{
	padding:0px 55px;
}
#jiejue .item section{
	background:#fff;
	width:100%;
	display:flex;
}
#jiejue .item section big{
	width:50%;
	display:block;
}
#jiejue .item section big img{
	width:100%;
}
#jiejue .item section span{
	display:block;
	width:50%;
	padding:5% 60px 0px;
}
#jiejue .item section span h2{
	font-size:2.4rem;
	line-height:80px;
	color:#000;
	margin:0px 0px 10px;
}
#jiejue .item section span small{
	color:#4d4d4d;
	display:block;
	font-size:1.4rem;
	line-height:30px;
	max-width:540px;
}
#jiejue .item section span a{
	display:block;
	width:260px;
	height:54px;
	border:2px #0780c3 solid;
	padding:0px 20px;
	transition:.3s;
	margin:8% 0px 0px;
	color:#0780c3;
}
#jiejue .item section span a p{
	float:left;
	font-size:1.6rem;
	font-weight:bold;
	line-height:50px;
}
#jiejue .item section span a i{
	display:block;
	float:right;
	width:12px;
	height:50px;
	background:url(../images/fajt.png) center no-repeat;
}
#jiejue .item section span a:hover{
	background:#0780c3;
	color:#fff;
}
#jiejue .item section span a:hover i{
	background:url(../images/fajtn.png) center no-repeat;
}
#jiejue a.left{
	background:url(../images/fazjt.png) center 62% no-repeat;
	width:55px;
	opacity:1;
}
#jiejue a.right{
	background:url(../images/fayjt.png) center 62% no-repeat;
	width:55px;
	opacity:1;
}
.yingy h2{
	font-size:2.4rem;
	color:#000;
	line-height:40px;
}
.yingy section{
	line-height:30px;
	color:#4d4d4d;
	margin:10px 0px 0px;
	font-size:1.3rem;
}
.yycont{
	margin:60px 0px 0px;
}
.yycont h2{
	background:#fff url(../images/yytit.png) 15px 18px no-repeat;
	padding-left:50px;
	color:#333333;
	font-size:1.8rem;
	font-weight:bold;
	line-height:60px;
}
.yycont section{
	border:2px #fff solid;
	padding:25px;
	line-height:30px;
	color:#333;
}
.yycont section img{
	max-width:100%;
	height:auto;
}
.qdbn{
	color:#fff;
	padding:2% 0px 0px;
}
.qdbn h2{
	font-size:4.0rem;
	line-height:50px;
}
.qdbn span{
	display:block;
	font-size:1.7rem;
	line-height:22px;
	max-width:680px;
	margin:10px 0px 40px;
}
.qdbn section a{
	display:block;
	line-height:50px;
	font-size:1.5rem;
	width:150px;
	text-align:center;
	background:#fff;
	color:#617fde;
	transition:.3s;
	float:left;
	border-radius:3px;
	margin-right:30px;
}
.qdbn section a:hover{
	color:#fff;
	background:#617fde;
}
.qdbn section:after{
	content:"";
	display:block;
	clear:both;
}
.qudct{
	background:#fff;
	padding-bottom:50px;
}
.qudct .qudsx{
	padding:0px 20px;
	position:relative;
	border-bottom:1px rgba(0,0,0,.1) solid;
	margin-top:-50px;
}
.qudct .qudsx:after{
	content:"";
	display:block;
	clear:both;
}
.qudct .qudsx span{
	float:left;
	padding:15px 0px;
	margin-right:50px;
	cursor:pointer;
}
.qudct .qudsx span:after{
	content:"";
	display:block;
	clear:both;
}
.qudct .qudsx span.hangye section{
	position:absolute;
	width:calc(100% - 140px);
	left:140px;
	display:none;
	top:100%;
	padding:5px 0px 10px;
	z-index:99;
	box-shadow:0px 3px 3px rgba(0,0,0,.2);
	background:#fff;
}
.qudct .qudsx span.hangye section big{
	display:flex;
	flex-wrap:wrap;
}
.qudct .qudsx span.hangye section a{
	display:block;
	text-align:center;
	line-height:30px;
	padding:0px 20px;
	font-size:1.2rem;
	color:#666;
}
.qudct .qudsx span.hangye section a:hover,.qudct .qudsx span.hangye section a.cur{
	color:#f00;
}
.qudct .qudsx span p{
	float:left;
	line-height:20px;
	margin-right:7px;
}
.qudct .qudsx span small{
	float:left;
}
.qudct .qudsx span small a{
	display:block;
	font-size:0;
	padding:2px 0px;
}
.qudct .qudsx span small i{
	display:block;
	font-size:0;
	padding:8px 0px 0px;
}
.qudct ul{
	padding:30px 0px 0px;
}
.qudct ul li{
	padding:0px 20px 30px;
	border-bottom:2px rgba(0,0,0,.04) solid;
	margin-bottom:30px;
}
.qudct ul li:after{
	content:"";
	display:block;
	clear:both;
}
.qudct ul li big{
	float:left;
	display:block;
	width:66px;
	background:#c5d0f3;
	padding:2px;
	color:#fff;
	text-align:center;
}
.qudct ul li big p{
	font-size:2.9rem;
	font-family:arial;
	line-height:50px;
}
.qudct ul li big small{
	display:block;
	background:#fff;
	line-height:26px;
	color:#999;
	font-family:arial;
	font-size:1.4rem;
}
.qudct ul li section{
	width:601px;
	float:left;
	margin:0px 20px;
}
.qudct ul li a{
	display:block;
	width:100px;
	float:right;
	height:40px;
	line-height:40px;
	color:#fff;
	text-align:center;
	margin:38px 0px 0px;
	text-decoration:none;
	background:#617fde;
}
.qudct ul li.guoqi a{
	background:#e0e0e0;
	cursor:default;
}
.qudct ul li section h3 p{
	float:left;
	font-size:1.2rem;
	color:#ff6900;
	margin-right:10px;
	line-height:20px;
}
.qudct ul li section h3 span{
	display:block;
	float:left;
	line-height:20px;
	color:#fff;
	font-size:1.2rem;
	padding:0px 5px;
	border-radius:2px;
	background:#abbbee;
}
.qudct ul li section .xuqiu{
	background:#f9f9f9;
	padding:10px;
	margin:7px 0px 10px;
}
.qudct ul li section .xuqiu small{
	float:left;
	color:#fff;
	font-size:1.2rem;
	line-height:20px;
	padding:0px 5px;
	background:#ff5c00;
	position:relative;
	margin:2px 0px 0px;
}
.qudct ul li section .xuqiu small:after{
	content:"";
	display:block;
	width:0px;
	height:0px;
	border-left:5px #ff5c00 solid;
	border-top:5px transparent solid;
	border-bottom:5px transparent solid;
	left:100%;
	top:50%;
	margin-top:-5px;
	position:absolute;
}
.qudct ul li section .xuqiu span{
	display:block;
	float:left;
	width:88%;
	margin-left:10px;
	color:#666666;
	line-height:22px;
	font-size:1.3rem;
}
.qudct ul li section .djshi{
	background:#ff5c00;
	float:left;
	padding:1px 1px 1px 5px;
}
.qudct ul li.guoqi section .djshi{
	background:#e0e0e0;
}
.qudct ul li section .djshi i{
	color:#fff;
	float:left;
	line-height:16px;
}
.qudct ul li section .djshi p{
	background:#fff;
	line-height:18px;
	font-size:1.2rem;
	color:#ff5c00;
	float:left;
	margin-left:5px;
	padding:0px 10px;
}
.qudct ul li.guoqi section .djshi p{
	color:#e0e0e0;
}
.qudct .page-list{
	margin-top:0;
	border-top:0;
	padding-top:0;
	padding-right:20px;
}
.qudct .page-list section a{
	font-size:1.4rem;
	padding:5px 15px;
}
.qudtai{
	background:#fff;
	padding-bottom:50px;
}
.qudtai h2{
	font-size:1.8rem;
	line-height:50px;
	border-bottom:1px rgba(0,0,0,.1) solid;
	margin-top:-50px;
	color:#000;
	padding:0px 15px;
}
#qudtai{
	height:234px;
	padding:0px 15px;
	margin:10px 0px 0px;
}
#qudtai .swiper-slide{
	height:78px;
}
#qudtai .swiper-slide section{
	padding:6px 0px;
}
#qudtai .swiper-slide section span{
	display:block;
	color:#666666;
	line-height:22px;
	max-height:44px;
	overflow:hidden;
	font-size:1.3rem;
}
#qudtai .swiper-slide section small{
	display:block;
	color:#cccccc;
	font-family:arial;
	line-height:22px;
	font-size:1.3rem;
}
.tougao{
	position:fixed;
	top:0;
	left:0;
	display:none;
	z-index:10000;
	width:100%;
	height:100%;
	background:rgba(0,0,0,.8);
}
.tougao .woyao{
	width:60%;
	margin-top:-303px;
	background:#fff;
	position:fixed;
	left:20%;
	top:50%;
	border-radius:5px;
	overflow:hidden;
}
.tougao .woyaoo{
	max-width:600px;
	left:50%;
	margin-left:-300px;
}
.tougao .woyao h3{
	background:#eeeeee;
	padding:0px 0px 0px 20px;
}
.tougao .woyao h3:after{
	content:"";
	display:block;
	clear:both;
}
.tougao .woyao h3 p{
	line-height:56px;
	float:left;
	font-size:1.6rem;
	font-weight:bold;
}
.tougao .woyao h3 i{
	float:right;
	display:block;
	cursor:pointer;
	font-size:0;
	padding:18px 20px;
}
.tougao .tgcont iframe{
	width:100%;
	height:550px;
	background:#fff;
}
.wytou{
	padding:30px 50px;
}
.wytou h3{
	font-size:1.8rem;
	line-height:30px;
	text-align:center;
}
.wytou form span{
	display:block;
	margin-bottom:5px;
}
.wytou form span p{
	font-size:1.6rem;
	color:#262626;
	line-height:46px;
}
.wytou form span input{
	width:100%;
	line-height:30px;
	outline:none;
	padding:10px;
	border:1px rgba(0,0,0,.15) solid;
	border-radius:3px;
}
.wytou form section:after{
	content:"";
	display:block;
	clear:both;
}
.wytou form section span:first-child{
	float:left;
	width:48%;
}
.wytou form section span:last-child{
	float:right;
	width:48%;
}
.wytou form button{
	width:220px;
	line-height:50px;
	color:#fff;
	font-size:1.6rem;
	background:#617fde;
	border:0;
	transition:.3s;
	border-radius:3px;
	margin:20px 0px 0px;
}
.wytou form button:hover{
	background:#ff5c00;
}
.wytou form span big{
	display:block;
}
.wytou form span big:after{
	content:"";
	display:block;
	clear:both;
}
.wytou form span big input:first-child{
	width:75%;
	font-size:1.4rem;
	float:left;
}
.wytou form span input.cuo{
	border:1px #f00 solid;
}
.wytou form span big input#yanz{
	width:23%;
	float:right;
	background:#617fde;
	border:1px #617fde solid;
	color:#fff;
	font-size:1.6rem;
	outline:none;
	transition:.3s;
}
.wytou form span big input#yanz:hover{
	background:#ff5c00;
	border:1px #ff5c00 solid;
}
.success h3{
	text-align:center;
}
.success h3 big{
	width:88px;
	height:88px;
	border-radius:50%;
	background:#617fde;
	display:block;
	text-align:center;
	padding:23px 0px 0px;
	margin:40px auto 15px;
}
.success h3 p{
	color:#617fde;
	font-size:2.0rem;
	line-height:40px;
}
.success section{
	text-align:center;
	font-size:1.6rem;
	line-height:30px;
	margin:20px 0px 0px;
}
.success section font{
	color:#617fde;
}
.chaxun{
	background:url(../images/cxbg.jpg) 0px center no-repeat;
	padding:14% 0px 0;
	height:900px;
}
.chaxun h2{
	text-align:center;
	color:#fff;
	font-size:4.0rem;
	font-weight:bold;
}
.chaxun h3{
	text-align:center;
	color:#fff;
	font-size:2.0rem;
	margin:15px 0px 45px;
}
.chaxun form{
	width:1000px;
	margin:0 auto;
}
.chaxun form input{
	width:82%;
	line-height:40px;
	padding:20px;
	border:0;
	float:left;
	font-size:2.0rem;
	border:3px #e95a2b solid;
	outline:none;
}
.chaxun form button{
	width:18%;
	background:#e95a2b;
	color:#fff;
	font-size:1.8rem;
	float:left;
	line-height:86px;
	transition:.3s;
	border:0;
}
.chaxunn{
	height:auto;
}
.jieguo{
	background:url(../images/bgbg.png) center 0 no-repeat;
	height:650px;
}
.jgcont{
	width:720px;
	margin:0 auto;
	padding:170px 0px 0px;
}
.jgcont h4{
	margin:0;
	color:#0d0e0b;
	font-size:1.8rem;
	font-weight:bold;
	padding:0px 0px 20px 40px;
	background:url(../images/bgtt.png) 0px 4px no-repeat;
	line-height:30px;
	border-bottom:4px #e6e6e6 solid;
}
.jgcont .table{
	max-height:380px;
	overflow-y:scroll;
	padding-right:15px;
}
.jgcont table{
	width:100%;
	margin:20px 0px 0px;
	border-top:2px #e6e6e6 solid;
	border-left:2px #e6e6e6 solid;
}
.jgcont table thead{
	background:#f8fcff;
}
.jgcont table thead tr td{
	font-weight:bold;
}
.jgcont table tr td{
	border-right:2px #e6e6e6 solid;
	border-bottom:2px #e6e6e6 solid;
	line-height:21px;
	padding:12px 0px 12px 25px;
	color:#666;
}
.jgcont table tr td section{
	color:#e95a2b;
}
.jgcont table tr td section big{
	width:40px;
	height:40px;
	border-radius:50%;
	display:block;
	float:left;
	margin:15px 15px 0px 0px;
	background:#e95a2b url(../images/hege.png) center no-repeat;
}
.jgcont table tr td section small{
	font-size:1.4rem;
	display:block;
	float:left;
}
.jgcont table tr td section.nohe big{
	background:#e2e3e3 url(../images/buheg.png) center no-repeat;
	margin:0px 15px 0px 0px;
}
.jgcont table tr td section.nohe small{
	color:#999;
	line-height:40px;
}
.rongyu{
	padding:45px 0px 0px;
}
.rongyu ul li{
	margin-bottom:30px;
}
.rongyu ul li span{
	display:block;
	cursor:pointer;
	border:1px rgba(0,0,0,.1) solid;
}
.rongyu ul li span i{
	display:block;
	border:2px #fff solid;
	height:253px;
	overflow:hidden;
}
.rongyu section{
	line-height:30px;
	font-size:1.4rem;
	color:#666;
	padding:20px;
	background:#fff;
}
.rongyu section img{
	max-width:100%;
	height:auto;
}
.picshade {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: 0.91;
	filter: alpha(opacity=91);
	z-index: 99999;
	display: none;
}

.pictures_eyes_close {
	position: fixed;
	top: 30px;
	right: 30px;
	display: inline-block;
	width: 26px;
	height: 26px;
	background: url(../images/closee.png) no-repeat;
	z-index: 100000;
	display: none;
}

.pictures_eyes {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 199999;
	display: none;
}

.pictures_eyes_in {
	position: relative;
	text-align: center;
}

.pictures_eyes_in img { max-height: 600px; }

.pictures_eyes_in .prev, .pictures_eyes_in .next {
	position: absolute;
	top: 50%;
	width: 51px;
	height: 51px;
	cursor: pointer;
}

.pictures_eyes_in .prev {
	left: 35px;
	background: url(../images/Tleft.png) no-repeat;
}

.pictures_eyes_in .next {
	right: 35px;
	background: url(../images/Tright.png) no-repeat;
}
.pictures_eyes_in section p{
	font-size:1.6rem;
	line-height:30px;
	color:#fff;
	padding:0px 0px 20px;
}
.pictures_eyes_indicators {
	position: fixed;
	left: 0;
	bottom: 15px;
	width: 100%;
	text-align: center;
	z-index: 299999;
}

.pictures_eyes_indicators a {
	display: inline-block;
	width: 50px;
	height: 50px;
	margin: 6px 3px 0 3px;
	border: 1px solid #ddd;
	border-radius: 10px;
	box-shadow: 0 0 2px #000;
	filter: alpha(opacity=50);
	opacity: 0.5;
	overflow: hidden;
}

.pictures_eyes_indicators img { height: 50px; }

.pictures_eyes_indicators .current {
	filter: alpha(opacity=100);
	opacity: 1;
}
.iteam ul li{
	margin-bottom:30px;
}
.iteam ul li a img{
	width:100%;
}
.iteam ul li section{
	background:#fff;
	padding:10px 35px 15px;
	transition:.3s;
	color:#333333;
}
.iteam ul li section p{
	font-size:2.2rem;
	line-height:34px;
}
.iteam ul li section small{
	display:block;
	font-size:1.7rem;
	color:#808080;
	line-height:34px;
	font-family:arial;
}
.iteam ul li:hover section{
	background:#077fd1;
	color:#fff;
}
.iteam ul li:hover section small{
	color:#fff;
}
.anlid section{
	/*background:#fff;*/
}
.anlid section h3{
	font-size:1.8rem;
	font-weight:bold;
	line-height:24px;
	padding:5px 0px 15px;
}
.anlid section span{
	display:block;
	color:#666;
	line-height:24px;
}
.instit{
	text-align:center;
	border-bottom:1px rgba(0,0,0,.25) dashed;
	padding-bottom:15px;
}
.instit h3{
	font-size:2.2rem;
	line-height:30px;
	color:#000;
}
.instit span{
	display:flex;
	justify-content:center;
	margin:15px 0px 0px;
}
.instit span p{
	font-size:1.2rem;
	color:#999;
	margin:0px 10px;
}
.instit span p a{
	color:#999;
}
.instit span p a:hover{
	color:#f00;
}
.inscot{
	line-height:26px;
	color:#666;
	margin:20px 0px 30px;
}
.irongyu dd{
	width:50% !important;
}
.fanye{
	border-top:1px rgba(0,0,0,.25) solid;
	border-bottom:1px rgba(0,0,0,.25) solid;
}
.fanye li{
	line-height:36px;
	color:#000;
}
.fanye li:first-child{
	border-bottom:1px rgba(0,0,0,.2) dashed;
}
.fanye li a{
	color:#888;
}
.fanye li a:hover{
	color:#f00;
}
.ijb-li{
	background:#fff;
	padding-bottom:50px;
}
.ijb-li ul li.jbtop{
	display:flex;
	justify-content:space-between;
	line-height:30px;
	background:#f4f4f4;
	padding:10px 0px;
	text-align:center;
}
.ijb-li ul li.jbtop small,.ijb-li ul li.jbtop span,.ijb-li ul li.jbtop p{
	font-size:1.8rem;
	color:#525252;
	font-size:1.8rem;
	width:20%;
}
.ijb-li ul li.jbct{
	display:flex;
	cursor:pointer;
	flex-wrap:wrap;
	justify-content:space-between;
	border-bottom:1px rgba(0,0,0,.2) dashed;
	padding:13px 0px;
}
.ijb-li ul li.jbct span,.ijb-li ul li.jbct p,.ijb-li ul li.jbct>a{
	font-size:1.6rem;
	width:20%;
	text-align:center;
	line-height:30px;
	color:#6a6a6a;
}
.ijb-li ul li.jbct span{
	cursor:pointer;
	display:block;
	background:url(../images/xjt.png) right center no-repeat;
	background-size:auto 9px;
}
.ijb-li ul li.jbct>a{
	display:flex;
	text-decoration:none;
	padding-left:25px;
}
.ijb-li ul li.jbct>a:before{
	content:"";
	display:block;
	width:19px;
	height:19px;
	border:1px #6a6a6a solid;
	border-radius:2px;
	margin:6px 15px 0px 0px;
}
.ijb-li ul li.jbct.cur>a:before{
	border:1px #017dc7 solid;
	background:#017dc7 url(../images/dagou.png) center no-repeat;
	background-size:90% auto;
}
.ijb-li ul li.jbct section{
	display:none;
	width:100%;
	background:#f9f9f9;
	padding:20px 30px 30px;
	margin:15px 0px 0px;
	color:#757575;
	line-height:30px;
	font-size:1.6rem;
}
.ijb-li ul li.jbct section h4{
	color:#282828;
}
.ijb-li ul li.jbct section h3{
	display:flex;
	justify-content:center;
	padding:30px 0px;
}
.ijb-li ul li.jbct section h3 a{
	line-height:56px;
	display:flex;
	background:#017dc7;
	color:#fff;
	font-size:1.8rem;
	padding:0px 30px;
	transition:.3s;
	margin:0px 10px;
}
.ijb-li ul li.jbct section h3 a:before{
	content:"";
	display:block;
	background:url(../images/toudi.png) center no-repeat;
	width:22px;
	background-size:100% auto;
	margin-right:20px;
}
.ijb-li ul li.jbct section h3 a:hover{
	background:#d67003;
}
@media (max-width:1200px){
	.ijb-li ul li.jbtop small,.ijb-li ul li.jbtop span,.ijb-li ul li.jbtop p{
		font-size:1.6rem;
	}
	.ijb-li ul li.jbct span,.ijb-li ul li.jbct p,.ijb-li ul li.jbct>a{
		font-size:1.4rem;
	}
	.ijb-li ul li.jbct section{
		line-height:26px;
		font-size:1.4rem;
	}
	.ijb-li ul li.jbct section h4{
		font-size:1.6rem;
	}
}
.ijobd form p{
	line-height:34px;
	color:#000;
	font-size:1.6rem;
	margin-bottom:30px;
}
.ijobd form span{
	display:flex;
	justify-content:space-between;
	margin-bottom:20px;
}
.ijobd form span input{
	line-height:24px;
	padding:13px;
	border:2px #c9c9c9 solid;
	width:32%;
	outline:none;
}
.ijobd form big{
	display:block;
	margin-bottom:20px;
}
.ijobd form big input{
	line-height:24px;
	padding:13px;
	font-size:1.4rem;
	border:2px #c9c9c9 solid;
	width:100%;
	outline:none;
}
.ijobd form span select{
	border:2px #c9c9c9 solid;
	height:54px;
	padding:0px 10px;
	width:15%;
	outline:none;
}
.ijobd form textarea{
	line-height:24px;
	padding:13px;
	border:2px #c9c9c9 solid;
	width:100%;
	outline:none;
	resize:none;
}
.ijobd form small{
	display:flex;
	margin:30px 0px 0px;
	background:#017dc7;
	padding:0px 30px;
	width:200px;
}
.ijobd form small:before{
	content:"";
	display:block;
	background:url(../images/toudi.png) center no-repeat;
	width:22px;
	background-size:100% auto;
	margin-right:20px;
}
.ijobd form button{
	border:0;
	line-height:56px;
	background:#017dc7;
	color:#fff;
	font-size:1.8rem;
}
.ifuwu dl dd a big{
	height:56px;
}
.ifuwu dl dd a span{
	font-size:1.6rem;
}
.ifuwu ul{
	padding:40px 0px 0px;
}
.ifuwu ul li{
	margin-bottom:15px;
}
.ifuwu ul li a{
	display:flex;
	background:#fff;
	padding:2% 7% 2% 3%;
	justify-content:space-between;
	border:1px #fff solid;
	align-items:center;
	transition:.3s;
	text-decoration:none;
}
.ifuwu ul li a section{
	display:flex;
}
.ifuwu ul li a section small{
	margin:0px 15px 0px 0px;
}
.ifuwu ul li a section big{
	display:flex;
	flex-wrap:wrap;
	align-content:space-between;
}
.ifuwu ul li a section big p{
	font-size:2.2rem;
	color:#333333;
	width:100%;
	line-height:26px;
}
.ifuwu ul li a section big b{
	font-size:1.4rem;
	color:rgba(0,0,0,.4);
	font-weight:normal;
	line-height:18px;
}
.ifuwu ul li a span{
	border:1px #0780c3 solid;
	color:#0780c3;
	line-height:20px;
	padding:5px 25px;
	transition:.3s;
}
.ifuwu ul li a:hover{
	border:1px #0780c3 solid;
}
.ifuwu ul li a:hover span{
	background:#0780c3;
	color:#fff;
}
.ifuwu>section{
	background:#fff;
	padding:30px;
	line-height:26px;
	font-size:1.5rem;
	margin-top:35px;
}
.ifuwu>section img{
	max-width:100%;
	height:auto;
}
@media (max-width:768px) {
	.ifuwu ul{
		padding:20px 0px 0px;
	}
	.ifuwu ul li a{
		padding:10px;
		justify-content:flex-end;
		flex-wrap:wrap;
		position:relative;
	}
	.ifuwu ul li a section{
		width:100%;
	}
	.ifuwu ul li a section big p{
		font-size:1.5rem;
	}
	.ifuwu ul li a section big b{
		font-size:1.4rem;
		line-height:18px;
	}
	.ifuwu ul li a span{
		margin:0px;
		position:absolute;
		padding:0px 15px;
		transition:.3s;
		font-size:1.2rem;
		right:10px;
		bottom:10px;
	}
}
.iyonghu{
	background:#fff;
	padding:30px;
	line-height:26px;
	font-size:1.5rem;
}
.iyonghu img{
	max-width:100%;
	height:auto;
}
.xufu{
	position:fixed;
	right:0px;
	width:50px;
	z-index:99;
	margin-top:-81px;
	top:50%;
}
.xufu ul li{
	margin:3px 0px;
	position:relative;
}
.xufu ul li a{
	display:block;
	background-color:#0068b7;
	height:50px;
	line-height:50px;
	color:#fff;
	font-size:1.4rem;
	text-align:center;
}
.xufu ul li span{
	display:block;
	background-color:#0068b7;
	background-position:center;
	background-repeat:no-repeat;
	background-size:28px auto;
	cursor:pointer;
	transition:.3s;
	z-index:6;
	position:relative;
	height:50px;
}
.xufu ul li:hover span,.xufu ul li:hover a{
	background-color:#ff5c00;
}
.xufu ul li small{
	display:flex;
	width:190px;
	height:100%;
	right:-190px;
	background-color:#ff5c00;
	color:#fff;
	font-size:1.8rem;
	font-family:arial;
	text-align:right;
	justify-content:flex-end;
	line-height:50px;
	position:absolute;
	top:0;
	z-index:5;
}
.xufu ul li small p{
	font-family:arial;
}
.xufu ul li small font{
	font-size:1.2rem;
}
.xufu ul li:hover small{
	right:100%;
	transition:.5s;
}
.xufu ul li section{
	position:absolute;
	right:55px;
	bottom:0;
	width:180px;
	background:#fff;
	text-align:center;
	display:none;
	padding:0px 0px 10px
}
.xufu ul li section img{
	width:100%;
}
.xufu ul li:hover section{
	display:block;
}












































