
.head{
	position:fixed;
	width:100%;
	top:0;
	left:0;
	z-index:9999;
	    background: rgba(255,255,255,0.5);
}

@media (max-width:1200px) {
	.head{
	position:fixed;
	width:1920px;
	top:0;
	left:0;
	z-index:9999;
	    background: rgba(255,255,255,0.5);
}
}
.headd{
	background:#fff;
	box-shadow:0px 0px 10px rgba(0,0,0,.5);
}
.top{
	display:flex;
	justify-content:space-between;
	padding:10px 0px 10px 3%;
	transition:.5s;
}
.headd .top{
	padding:10px 0px 10px 3%;
}
.logo img{
	height:100px;
	transition:.3s;
}
.head .logo img:last-child{
	display:none;
}
.headd .logo img{
	height:90px;
}
.headd .logo img:first-child{
	display:none;
}
.headd .logo img:last-child{
	display:block;
}
.menu{
	display:flex;
	width:85%;
	position:relative;
	align-items:center;

}
.headd .menu{
	border-bottom:0;
}
.menu ul{
	width:100%;
	display:flex;
	justify-content:space-between;
}
.menu ul li{
	position:relative;
}
.menu ul li.abone{
	position:static;
}
.menu ul li>a{
	display:block;
	color:#000;
	font-size:16px;
	line-height:65px;    font-weight: 700;
	padding:20px 10px 15px; text-transform: uppercase;
	position:relative;text-shadow: rgba(255,255,255,0.5) 1px 0 0, rgba(255,255,255,0.5) 0 1px 0, rgba(255,255,255,0.5) -1px 0 0, rgba(255,255,255,0.5) 0 -1px 0;
	transition:.5s;
}
.headd .menu ul li>a{
	font-size:16px;
	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:#1c2952;
	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{

	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; padding: 0px;
}
.menu ul li>dl dd a{
	color:#000;
	display:block;
	font-size:15px;
	line-height:35px; font-weight: 600;
	text-align:center; border-bottom:1px solid #d9d9d9;
}
.menu ul li>dl dd a:hover{
	color:#f36201;
}
.menu .search{
	width:18%;
	display:flex;
	align-items:center;
	justify-content:center;
	padding-bottom:0px;
	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:#1c2952;
	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:1200px) {
	.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;

	background-repeat:no-repeat;
	background-size:100%;

}
@media (max-width:1700px) {
	#banner .item section{
		background-size:100% ;
	}
}
@media (max-width:1500px) {
	#banner .item section{
		background-size: 100%;
	}
}
@media (max-width:1400px) {
	#banner .item section{
		background-size:100%;    width: 1920px;
	}
}
#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{
	bottom:5%;
}
#banner .carousel-indicators li{
	width:11px;
	height:11px;
	background:rgba(0,0,0,.5);
	border-radius:6px;
	transition:.3s;
	margin:0 5px 0px 0px;
	border:0;
	opacity:1;
}
#banner .carousel-indicators li.active{
	background:#1c2952;
	border:0;
	width:35px;
}
#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:#1c2952;
	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:#1c2952;
}
.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:#1c2952;
}
.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 5%;
}
.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% - 60px);
    height: calc(100% - 60px);
    border-radius: 50%;
    position: absolute;
    top: 30px;
    left: 30px;
    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: 36px;
}
.title:after{
	content:"";
	display:block;
	height:1px;
	width:45px;
	
	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:16px;
	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:#1c2952;
	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:#1c2952;
	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-size:14px;
}
.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:14px;
	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:#1c2952;
	color:#fff;
}
.nsimg a:hover section{
	background:#1c2952;
}
.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:16px;
	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,.64);
	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:#1c2952;
}
@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 dl dt{
	margin-bottom:15px;
}
.bottom dl dt a{
	color:rgba(0,0,0,.8);
	font-size:16px;
	line-height:30px;
	font-weight:normal;
}
.bottom dl dd a{
	display:block;
	font-size:14px;
	color:rgba(0,0,0,.6);
	line-height:34px;
	transition:.3s;
}
.bottom dl dd a:hover{
	color:#1c2952;
}
.bottom dl section{
	font-size:14px;
	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:#1c2952;
}
.bottom dl .contact span{
	display:block;
	margin:25px 0px 0px;
}
.bottom dl .contact span h3{
	font-size:15px;
	color:rgba(0,0,0,.6);
	margin:0px 0px 10px;
}
.bottom dl .contact span p{
	font-size:20px;
	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:14px;
	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:14px;
		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:1.4rem;
	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;
	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;
}
.iprtit ul li a{
	display:block;
	line-height:72px;
	color:#fff;
	background:#0498e1;
	font-size:2.0rem;
	border-radius:2px 2px 0px 0px;
	overflow:hidden;
	padding:0px 30px;
	text-decoration:none;
	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) 105px 1px no-repeat;
}
.kjtext h3{
	font-size:1.8rem;
	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:30px;
}
.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.8rem;
	line-height:34px;
}
.gltext h2 span{
	display:block;
	line-height:30px;
	font-size:2.4rem;
	margin:5px 0px 0px;
}
.gltext section{
	line-height:28px;
	color:#555;
	margin:25px 0px 0px;
}
.fuwu{
	background:#e0e4e7;
	padding:110px 0px;
}
.fuwu .gltext section{
	line-height:34px;
}
.zuiqiu{
	background:url(../images/zqbg.jpg) center 0 no-repeat;
	padding:50px 10% 110px;
	color:#fff;
	text-align:center;
}
.zuiqiu h2{
	font-size:3.6rem;
	line-height:50px;
}
.zuiqiu h3{
	font-size:1.6rem;
	line-height:30px;
	margin:10px 0px 0px;
}
.zuiqiu section{
	font-size:1.6rem;
	line-height:36px;
	margin:40px 0px 0px;
}
.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{
	display:flex;
	background:url(../images/dsbg.jpg) center 0 no-repeat;
	background-size:100% 100%;
	padding:100px 0px 50px;
}
.dongshi big{
	width:28%;
	display:flex;
	justify-content:center;
}
.dongshi big h3{
	font-size:2.4rem;
	width:24px;
	color:#000;
	font-family:simsun;
}
.dongshi big h2{
	font-size:2.4rem;
	font-family:simsun;
	line-height:28px;
	width:24px;
	color:#000;
	margin:0px 25px;
}
.dongshi big h1{
	font-size:4.8rem;
	font-family:simsun;
	color:#000;
	width:48px;
	line-height:50px;
}
.dongshi section{
	width:72%;
	font-size:1.7rem;
	line-height:26px;
	padding-right:4%;
}
.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:3.0rem;
	line-height:40px;
}
.icontact .icolet section h3{
	font-size:2.0rem;
	padding:15px 0px 25px;
	line-height:30px;
	border-bottom:1px rgba(255,255,255,.5) solid;
}
.icontact .icolet section span{
	display:block;
	font-size:1.6rem;
	margin:20px 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:2.2rem;
	line-height:36px;
}
.icorit form h3{
	font-size:3.2rem;
	color:#333333;
	line-height:71px;
	margin:0px 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;
	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;
}
.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% 20px 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:15px 0px;
	border-radius:3px;
}
#jiejue .carousel-indicators li big i{
	display:none;
}
#jiejue .carousel-indicators li p{
	font-size:1.6rem;
	line-height:24px;
	padding:7px 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:5.0rem;
	line-height:100px;
}
.qdbn span{
	display:block;
	font-size:1.7rem;
	line-height:32px;
	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:#d82502;
	line-height:22px;
	font-size:1.3rem;
}
#qudtai .swiper-slide section small{
	display:block;
	color:#d82502;
	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:#1c2952;
	height:50px;
	line-height:50px;
	color:#fff;
	font-size:1.6rem;
	text-align:center;
	font-family:Fontthree;
}
.xufu ul li span{
	display:block;
	background-color:#1c2952;
	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;
}




.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
    clear: both;
}

.about1{
	background:#fff;
	padding:60px 0 100px;
}
.about1 .title{
	text-align:center;
}

 .about_dec{
    line-height:28px;
}
.about_list_box{
    padding:40px 0px 0 0px;
}
.about_list_box .about_list{
    margin:0 -0.3rem 0 0;
}
.about_list_box .about_list_item{
    text-align: center;
    width:18%;
    float: left;
    margin: 0 3% 0 3%;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s ;
    -o-transition: all 0.3s ;
    transition: all 0.3s ;
}

.about_list_box .about_list_item .about_list_pic{
    padding:10px;
    border:1px dashed #1c2952;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom:20px;;
    background: #fff;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s ;
    -o-transition: all 0.3s ;
    transition: all 0.3s ;
}

.about_list_box .about_list_item .about_list_pic img{
    width:100%;
    height:100%;
}
.about_list_box .about_list_item .about_list_name{
    color: #333;
}
.about_list_box .about_list_item.active .about_list_pic{
    border-color: #1c2952;
}

.about_list_box .about_list_item.active .about_list_pic_in{
    border:5px solid #1c2952;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

}
.about_list_box .about_list_item.active .about_list_name{
    color: #1c2952; 
}

.look-more {display: block;width:160px;height: 45px; border: 1px solid #1254a0;line-height: 45px; text-align: center;font-size: 14px;color: #fff; margin: 20px auto 0;
	background:#1254a0;-webkit-transition: background 0.3s ease 0s;transition: background 0.3s ease 0s;}
.look-more:hover {color: #fff;background-color: #1c2952;border: 1px solid #1c2952;}


.look-more1 {display: block;width:160px;height: 45px; border: 1px solid #fff;line-height: 45px; text-align: center;font-size: 14px;color: #1254a0; margin: 20px auto 0;
	background:#fff;-webkit-transition: background 0.3s ease 0s;transition: background 0.3s ease 0s;}
.look-more1:hover {color: #fff;background-color: #1254a0;border: 1px solid #1254a0;}
 
section{
    padding: 80px 0;
}
  .choose-program-area{
      background-image: url('../images/program-area-bg.png');
      background-repeat: no-repeat;
    }
@media (max-width:1200px) {
	.choose-program-area{
      background-image: url('../images/program-area-bg.png');
      background-repeat: no-repeat;
		width:1920px;
    }
	
}
  h2.section-heading {
      font-size: 38px;
      color: #232d39;
      font-weight: 600;
      margin-bottom: 33px;
      line-height: 41px;   
	  text-transform: uppercase;
  }
h2.section-heading.dark, h3.section-subheading.dark{
    color: #fff;
}
  h3.section-subheading {
      font-size: 15px;
      color: #777c87;
      font-weight: 400;
      width: 100%;
      margin: 14px auto 50px;
      line-height: 30px;
  }
p{
    margin-bottom: 0;
}
.mb-30{
    margin-bottom: 30px;
}  .single-program:hover .program-icon::before {
        height: 50px;
        width: 50px;
        opacity: .27;
    }
    .single-program {
        padding: 15px 15px 10px 15px;;
        border-radius: 10px;
        background-color: #fff;    text-align: center;
        box-shadow: 0 4px 8px -1px rgba(0,0,0,0.1);
    }
.single-program img{ max-width: 100%;}
    .single-program .program-arrow-btn {
        padding: 0 10px 0 0;
    }
    .single-program p {
      color: #777c87;
      margin-bottom: 13px;
    }
    .single-program:hover {
        box-shadow: 0 18px 33px 6px rgba(0,0,0,0.1);
    }
    .single-program:hover h5{
      color: #103e90;
    }

.felona-promo-area {
	background: url(../images/request-area_bg.jpg) no-repeat right top;
	position: relative;
	z-index: 1
}

.felona-promo-area:after {
	position: absolute;
	content: "";
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8) none repeat scroll 0 0;
	z-index: -1
}

.felona-promo-area:before {
	background: #fcd004 none repeat scroll 0 0;
	display: block;
	height: 100%;
	left: -20%;
	position: absolute;
	content: "";
	top: 0;
	-webkit-transform: skewX(-40deg);
	transform: skewX(-40deg);
	width: 80%;
	z-index: 1
}

.promo-box-left {
	position: relative;
	z-index: 1
}

.promo-box-left h3 {
	font-family: 'Ubuntu', sans-serif;
	color: #fff;
	font-weight: 300;
	text-transform: capitalize;
	font-size: 38px; line-height: 70px;
}

.promo-box-left h3 span {
	display: block;
	font-weight: 700;    text-transform: uppercase;
}

.promo-box-left p {
	font-size: 16px;
	line-height: 30px;
	font-weight: 300;
	color: #eee;
	letter-spacing: 1px;
	font-family: 'Ubuntu', sans-serif;
	width: 85%;
	text-transform: capitalize;
}

.promo-box-right a.felona-btn-border:hover {
	border: 2px solid #1254a0;
	color: #fff;
	background: #1254a0 none repeat scroll 0 0;
	padding: 12px 35px;
}

.promo-box-right a.felona-btn-border {
	border: 2px solid #fff;
	color: #1254a0;
	background: #fff none repeat scroll 0 0;
	padding: 12px 35px;
}

.promo-box-right {
	text-align: right;
	margin: 22px 0;
}

.popular-places-section{
	position: relative;

}
@media (max-width:1200px) {
	.popular-places-section{
	position: relative;
		width:1920px;

}}

.lianxi{width:100%}
@media (max-width:1200px) {
.lianxi{width:1920px;}	
	
}
.popular-places-section .masonry-items-container{
	position: relative;
	margin: 0 -15px;
}

.popular-places-section .small-item{
	width: 25%;
}

.popular-places-section .medium-item{
	width: 50%;
}

.popular-places-section .large-item{
	width: 66.666666%;
}

.popular-item{
	position: relative;
	float: left;
	padding: 0 15px;
	margin-bottom: 30px;
}

.popular-item .inner-box{
	position: relative;
}

.popular-item .image-box{
	position: relative;
	overflow: hidden;
}

.popular-item .image{
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}

.popular-item .image img{
	display: block;
	width: 100%;
	height: auto;
}

.popular-item .caption-box{
	position: absolute;
	left: 0;
	bottom: 30px;
	padding: 15px 30px;
	background-color: rgba(0,0,0,0.80);
}

.popular-item .caption-box:before{
	position: absolute;
	top: 0;
	left: 100%;
	border-right: 50px solid transparent;
	border-bottom: 90px solid rgba(0,0,0,0.80);
	content: "";
}

.popular-item .caption-box h4{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 700;
	text-transform: uppercase;
}

.popular-item .caption-box span{
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 500;
}

.popular-item .overlay-box{
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	background: rgba(18,84,160,0.7);
	opacity: 0;
	transform: scale(.4);
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}

.popular-item .image-box:hover .overlay-box{
	opacity: 1;
	transform: scale(1);
}

.popular-item .overlay-box .info-box{
	position: absolute;
	left: 0;
	width: 100%;
	top: 50%;
	text-align: center;
	transform: translateY(-50%);
}

.popular-item .overlay-box .info-box h4{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 30px;
	color: #fff;
	font-weight: 700;
	text-transform: uppercase;
}

.popular-item .overlay-box .info-box .properties{
	display: block;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	font-weight: 500;
	margin-bottom: 20px;
}

.popular-item .overlay-box .info-box .images-btn{
	position: relative;
	display: inline-block;
	font-size: 14px;
	background-color: #222222;
	color: #ffffff;
	line-height: 42px;
	padding: 4px 35px;
	padding-right: 4px;
	text-align: left;
	border-radius: 30px;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}

.popular-item .overlay-box .info-box .images-btn:hover{
	box-shadow: 0 20px 30px rgba(0,0,0,0.20);
}

.popular-item .overlay-box .info-box .images-btn .fa{
	position: relative;
	display: inline-block;
	margin-bottom: -2px;
	height: 42px;
	width: 42px;
	background-color: #ffffff;
	font-size: 14px;
	line-height: 42px;
	color: #222222;
	border-radius: 50%;
	margin-left: 20px;
	text-align: center;
}
.auto-container{
	position:static;
	max-width:1200px;
	padding:0px 15px;
	margin:0 auto;
}



.team_wrapper{

	text-align:center;
	width:100%;
	padding-bottom:44px;
	background: url(../images/pbj.jpg) no-repeat center;
	
	
}
@media (max-width:1400px){
	.team_wrapper{

	text-align:center;
	width:1920px;
	padding-bottom:44px;
	background: url(../images/pbj.jpg) no-repeat center;
	
	
}
	
}
.team_heading_wrapper h1{
	margin:0px 0px 0px 0px;
	color:#111111;
	font-size:30px;
	font-weight:700;
	text-transform:uppercase;
}
.team_about{
	float:left;
	width:100%;
	background-color:#ffffff;
	position:relative;
	overflow:hidden;
}
.team_about:hover .team_icon_wrapper:before{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team_about:hover .team_txt a{
	color:#2c7fbc;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team_about:hover .team_img{
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team_img{
	width:100%;
	float:left;
}
.team_txt {
  float:left;
  width:100%;
  background-color:#f9f9f9;line-height: 60px;
}
.team_txt h1{width:100%; margin-top:20px;}
.team_txt h1 a{
	color:#111111;
	font-size:18px;
	font-weight:700;
	padding-bottom:10px;
	text-transform:capitalize;	
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team_txt p{
	text-align:center;
	color:#757575;
	font-size:16px;
}
.team_icon_wrapper{
    position: relative;
    bottom: 28px;
}
.team_icon_wrapper svg{
    top: 50px;
    left: 20px;
    position: absolute;
}
.team_img img{

	width:100%;
}
.team_icon_wrapper:before{
	content:'';
	border-right: 120px solid transparent;
    border-top: 120px solid #2c7fbc;
    position: absolute;
    left: 0px;
    top: 28px;
}
.team_icon_hover{
	float:left;
	width:100%;
	background-color:#2c7fbc;
	font-size:16px;
	color:#ffffff;
	position:absolute;
	font-family:'Open Sans', sans-serif;
	line-height: 85px;
	bottom:-95px;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;	
}
.team_about:hover .team_icon_hover{
	bottom:0;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.team_icon_hover{
	text-align:center;
	float:left;
	width:100%;
	
}
.team_icon_hover ul{
	width:100%;
	float:left;
	display:inline-block;
	height:88px;
}
.team_icon_hover ul li{
	float:left;
	width:auto;
	list-style:none;
	margin-left:22px;
	margin-bottom:-10px;
}
.team_icon_hover ul li i{
	line-height:33px;
	border:2px solid #bcad6f;
	width:36px; height:36px;
	text-align:center;
}
.team_icon_hover ul li a{
	color:#ffffff;
}
.team_icon_hover ul li a:hover{
	color:#e8eeed;
	transition:0.4s;
}
.team_icon_hover ul li i:hover{
	 -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
	transition:0.4s;
}
.team_slider_wrapper{
	float:left; width:100%;
}
.team_img figure img{

	width:100%;
	display:block;
	transition:all 0.3s;
	border:1px solid transparent;
}
.team_img:hover figure img {
    transform: scale(1.1, 1.1);
	transition:0.5s;
}

.team_slider_wrapper .item {
	width:100%;
}
.team_slider_wrapper .owl-carousel .owl-nav{
	display:none;
}
.team_slider_wrapper .owl-theme .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
  margin: 40px 5px 20px;
    background: transparent;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity 200ms ease;
    border-radius: 30px;
    border: 1px solid #2c7fbc;
}
.team_slider_wrapper  .owl-theme .owl-dots .owl-dot.active span, .team_slider_wrapper  .owl-theme .owl-dots .owl-dot:hover span {
	background: #fff;
    display: block;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;	
}



.contact_box{
    height:200px; margin-top: 160px;
    position: relative;
}
.contact_box:before{
    content: '';
    height:225px;
    position: absolute;
    background: url("../images/contact_bg2.png") right top;
    right:0;
    top:-1.3rem;
    width:100%;
    z-index:99;
}
.contact_box_in{
    width:100%;
    position: relative;
}
.contact_in{
    height:300px;
    width:100%;
    background: url("../images/contact_bg.png") center top no-repeat;
    position: absolute;
    left:0;
    top:-1.3rem;
    z-index:9999;
}
.contact_in .contact_tit{
    font-size:30px;
    color: #fff;
    
   
    padding:46px 0 0 30px;
    display: inline-block;
   
}
.contact_in .contact_type{
    padding-left: 40px;
}
.contact_in .contact_type_item{
    display: inline-block;
    margin-top:40px;
    margin-right:45px;
    color: #fff;
    position: relative;
    font-size:14px;
    padding-left:60px;
}
.contact_in .contact_type_item .contact_icon{
    width:40px;
    height:40px;
    position: absolute;
    left:0;
    top:50%;
    margin-top:-20px;
    background: url("../images/contact_icon.png") 0 0 no-repeat;
}
.contact_in .contact_type_item .contact_icon_qq{
    background-position: 0 -50px;
}
.contact_in .contact_type_item .contact_icon_phone{
    background-position: 0 -200px;
}


.blog_wrapper{

	width:100%;
	text-align:center;
	background-color:white;
}
.blog_about{
	text-align:left;
	width:100%;
}
.blog_txt h1{margin-top:10px;}
.blog_txt h1 a{
	line-height: 25px;
    font-size: 16px;
    font-weight: 500;
	text-transform:capitalize;
	color:black;
}
.blog_txt h1 a:hover{
	color:#1254a0;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.blog_txt_info ul{
	margin:0px;
	padding:0px;
	width:100%;
	float:left;
	margin-top:5px;
	color:#707070;
	margin-bottom:5px;
}
.blog_txt_info ul li{
	float:left;
	width:auto;
	font-size:14px;
	list-style:none;
	margin-right: 35px;
}
.blog_txt_info ul li:first-child a {
	padding-left:0px;
}
.blog_txt_info ul li:first-child{
	position:relative;
}

.blog_about p{
	font-size:14px;
	line-height:26px;
	color:#707070;
	margin-top:10px;
	padding-bottom:8px;
}
.blog_img{
	position:relative;
	width:100%;
	border:1px solid transparent;
}
.blog_img figure{
	display:block;
	margin:0;
	overflow:hidden;
}
.blog_img figure img{
	width:100%;
	display:block;
	transition:all 0.3s;
	border:1px solid transparent;
}
.blog_img:hover figure img {
    transform: scale(1.1, 1.1);
	transition:0.5s;
}
.blog_comment{
	float:right;
	position:relative;
	margin-top:-50px;
	z-index:4;
}
.blog_comment ul{
	margin:0px;
	padding:0px;
	width:100%;
	float:left;
}
.blog_comment ul li{
	float:left;
	width:auto;
	list-style:none;
	text-align:center;
	line-height:30px;
	margin-right:20px;
}
.blog_comment ul li a{
	color:black;
	font-size:14px;
	padding:10px;
	background-color:white;
	font-weight:700;
}
.blog_comment ul li i{
	margin-right:8px;
}
.blog_comment ul li:hover a{
	background-color:#2c7fbc;
	color:white;
	-webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.sy img{max-width: 100%; border-radius: 20px;}

.bott{background:#1254a0;height:45px;overflow:hidden;line-height:45px;width:100%;}
.bott p{float:right;}
.ijis{width:1200px;margin:0 auto;overflow:hidden;color:#fff;}
.ijis a,.ijis a:hover{color:#fff;}


.ad{overflow: hidden;}
.ad img{width: 100%;transition: all 0.6s ease-in;}
.ad:hover img{transform: scale(1.1);transition: all 2s ease-out;}

.cc1{ width:100%; height:auto; overflow:hidden; }
.c1{ width:1200px; height:auto; margin:0 auto; overflow:hidden;}  
.protype{ width:274px; padding:15px; background:#1254a0; color:#fff; position:relative;}
.protype_tit1{font-size:24px;    text-transform: uppercase; height:36px; line-height:36px; margin-top:10px;  }
.protype_x{width:20px; height:3px; background:#fff;}
.kki{width:100%;     background: rgba(204,204,204,0.3);}
.mbx{height:58px; line-height:58px; color:#898989;  width:1170px; margin:0 auto; font-size:14px; color: #333;}
.mbx a{color: #333;}
.mbx a:hover{color: #f18226;}


.wrap1 {
	padding: 60px 0 80px;width:100%; float:left;
}

.wrap1 .htit{
	font-size: 30px;
	color: #1a1a1a;
	position: relative;
	text-align: center;
	padding-bottom: 24px;    text-transform: uppercase;
}
.wrap1 .htit:after{
	content: '';
	display: block;
	position: absolute;
	width: 50px;
	height: 2px;
	background-color: #000000;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
.wrap1 .hcon{
	font-size: 14px;
	color: #4d4d4d;
	line-height: 2.5;
	text-align: justify;
}

.look-more {display: block;  width:180px;height: 50px; border: 1px solid #1254a0;line-height: 50px; text-align: center;font-size: 14px;color: #fff; margin: 30px auto 0;background:#1254a0;-webkit-transition: background 0.3s ease 0s;transition: background 0.3s ease 0s;}
.look-more:hover {color: #fff;background-color:#1254a0;border: 1px solid #1254a0;}

.about-tab {
	text-align: center;
	    padding: 40px 0 30px;
	border-bottom: 1px solid #e1e1e1
}
.about-title {
	font-size: 30px;
	color: #333;
	text-align: center;font-family: syzt;    font-style: normal;
    font-weight: 400;
}
.news-tab {
	font-size: 18px;
	color: #333
}
.news-tab h1 {
	padding: 5px 10px;
	font-size: 16px;
	
	color: #666;
	text-align: center;
	display: inline-block;
	margin-right: 5px;
	border: 1px solid #c7c7c7
}
.news-tab-list {
	display: inline-block;
	margin-bottom: 2px;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	
	margin-right: 5px;
	overflow: hidden
}
.news-tab-list a{border: 1px solid #d9d9d9;    padding: 0px 30px;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	height: 40px;
	}
.news-tab-list.this, .news-tab-list a:hover {
	border-radius: 3px;
	border-color: transparent;color: #fff;background: #1254a0;border: none;
}
.news-tab-list.this a, .news-tab-list:hover a {
	color: #fff;
	border-radius: 3px;background: #1254a0;border: none;
}
.news-tab-list.this {
	background: #1254a0
}
.news-tab-list a {
	color: #333;
	display: block;
	overflow: hidden;
	position: relative
}
.news-tab-list span {
	position: relative;
	z-index: 2
}
.news-tab-list .btn-circle-hover {
	background: #1254a0
}


.tz-gallery {
    padding: 20px 0px;   box-sizing: border-box;
}

.tz-gallery .thumbnail {
    padding: 0;
    border: none;
}

.tz-gallery img {
    border-radius: 2px;max-width: 100%;
}

.tz-gallery .caption{
    padding: 16px 30px;
    text-align: center;
}

.tz-gallery .caption h3 {
    font-size: 14px;
    font-weight: bold;
    margin-top: 0;
}

.tz-gallery .caption p {
    font-size: 12px;
    color: #7b7d7d;
    margin: 0;
}
.page2{font-size:12px;line-height:28px;text-align:center;clear:both; width:100%;}
.page2 a{font-size:12px;text-decoration:none;color:#3c3c3c;background:#fff;border:1px solid #cccccc;padding:3px 8px;padding-bottom:2px;margin-right:3px;cursor:pointer}
.page2 .red{font-size:12px;background:#1254a0; !important; color:#fff; border:0; padding:3px 8px;}
.page2 a.active{font-size:12px;background:#1254a0;border:1px solid #cccccc;color:#fff}
.page2 a:hover{font-size:12px;text-decoration:none;color:#fff;background:#1254a0;border:1px solid #cccccc}



.ilist{
	width: calc(100% + 10px);
	padding-bottom: 20px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	flex-wrap: -webkit-wrap;
	flex-wrap: -moz-wrap;
	flex-wrap: -ms-wrap;
	flex-wrap: -o-wrap;
	flex-wrap: wrap;
}
.ilist.on .item1:nth-child(n+5){
	display: none;
}
.item1{
	width: 25%;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	padding: 10px 10px 0 0;
	zoom: 1;
	position: relative;
}
.item1 .contai{
	   border: 1px solid #f3f3f3;    background: #fff;
}
.item1 .contai:hover .box{
	    box-shadow: 4px 4px 20px 5px rgba(0, 0, 0, 0.13);
	    transform: translate(0,-3px);
	    z-index: 3;
	    position: relative;
	}
.item1 .btnbox{
	position: absolute;
	bottom: 36px;
	left: 2px;
	width: calc(100% - 20px);
	box-sizing: border-box;
	background: #fff;
	text-align: center;
	z-index: -1;
	opacity: 1;
	visibility: hidden;
}
.item1 .btnbox a{
	font-size: 12px;
	display: inline-block;
	height: 30px;
	    line-height: 26px;
	width: 100px;
	box-sizing: border-box;
	border: 1px solid #f3f3f3;
	margin: 0 7px;
	background: #fff;
	color: #494949;
	transition: all .3s ease-out;
	opacity: 0;
}
.item1 .btnbox a.purchase{
    background-color: #1254a0;
    color: #ffffff;
    border: 1px solid #1254a0;
}
.item1 .box{
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	padding-bottom:15px;
    box-shadow: 0 0 10px 4px rgba(0,0,0,0);
    transition: all .3s ease-out;

    box-sizing: border-box;    color: #333;
}
.item1 .box .imgs{
	
}
.item1 .box .imgs img{     max-width: 100%;}
.item1 .tit{
	color: #666;
	padding: 0 3%;
    transition: all .3s ease-out;
    font-size: 16px;
    margin-bottom: 6px;
}
.d2{
	color: #666;
	padding: 0 4%;
    transition: all .3s ease-out;
    font-size: 13px;
    font-weight: 300;
}
.item1 .d3{
	color: #1254a0;
	font-size: 14px;
	display: inline-block;
	padding-right: 14px;

	line-height: 30px;
}


.item1 .contai:hover .box,
.item1 .contai:hover .btnbox{
		z-index: 2;
		visibility: visible;
		opacity: 1;
	    transform: translate(0,-3px);
	}
.item1 .contai:hover .btnbox a{
		opacity: 1;
	}
.item1 .btnbox a:hover{
		color: #808080;
	}
.item1 .btnbox a.purchase:hover{
		background-color: #1254a0;
		color: #fff;
	}


.item-pic__box {
	    position: relative;
    width: 40%;
    float: left;    margin-left: 30%;
  
}
.small-box {
	    position: relative;
    width:100%;
    
    margin-bottom: 5px;
    border: 1px solid #ccc;
}
.small-box img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    text-align: center;
}
.small-box > .hover {
	display: none;
	left: 0;top: 0;
	position: absolute;
	border: 1px solid #fff;
	background-color: #000;
	filter: alpha(opacity=15);
	-moz-opacity: .15;
	opacity: .15;
	cursor: move;
}
.thumbnail-box {
	position: relative;
	width: 100%;
}
.thumbnail-box .btn {
	position: absolute;
	top: 0;bottom: 0;
	width: 26px;
	border: 0;
	background: #eee url(../images/thumb-but.gif) no-repeat;
}
.thumbnail-box .btn:active {background: #b31e22 url(../images/thumb-but_active.gif) no-repeat}
.thumbnail-box .btn-prev {left: 0}
.thumbnail-box .btn-next {right: 0;background-position: center right}
.thumbnail-box .btn-next:active {background: #b31e22 url(../images/thumb-but_active.gif) no-repeat center right}
.thumbnail-box > .thumb-list {
	overflow: hidden;
	width: 300px;
	margin: 0 auto;
}
.thumbnail-box .wrapper {
	font-size: 0;
	margin-bottom: 0;
	white-space: nowrap;
}
.thumbnail-box > .thumb-list .item {
	width: 56px;
	height: 56px;
	margin: 0 2px;
	cursor: pointer;
	display: inline-block;
	border: 2px solid #fff;
}

.thumbnail-box > .thumb-list .item img{
	width: 100%;
    height: 100%;
    object-fit: cover;
    text-align: center;
}
.thumbnail-box > .thumb-list .item.active {
	border: 1px solid #ccc;
}
.big-box {
	z-index: 100;
	display: none;
	overflow: hidden;
	position: absolute;
	left:110%;top: 0;
	border: 1px solid #ccc;
	width: 420px;height: 420px;
}
.item-info__box {
	width: 50%;
	float: right;
	padding: 20px 40px 20px 40px;
}
.item-title {line-height: 2em; }
.item-title > .name {
	font-size: 25px;
	max-height: 50px;
	line-height: 50px;
}
.item-price {
	padding: 10px;
	margin-bottom: 20px;
}
.item-price .price-panel {
	height: 40px;
	line-height: 40px;
}
.item-price .price-panel .price{
	font-size: 24px;
	color: #d00;
}
.vip-price-panel {
	height: 32px;
	padding: 0 10px;
	line-height: 32px;
	margin-top: 4px;
	position: relative;
}
.vip-price-panel:hover, .vip-price-panel.active {
	color: #fff;
	background-color: #b31e22;
}
.all-price__box {
	color: #fff;
	display: none;
	overflow: hidden;
	position: absolute;
	left: 0;right: 0;top: 32px;
	background-color: #b31e22;
	line-height: 1.571428;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #fff;
	border-left: 10px solid #b31e22;
	border-right: 10px solid #b31e22;
}
.text-justify {
	text-align: justify;
	text-align-last: justify;
}
.item-ind-panel {
	width: 100%;
	border: 1px dotted #ccc;
}
.item-ind-item {
	float: left;
	padding: 12px;
	text-align: center;
	width: 33.33333333%;
}
.item-ind-item a {text-decoration: none;}
.ind-count {font-weight: bold;}

.detailproduct{ width:100%; overflow:hidden; zoom:1;}


.detail_pro{ padding-top:10px; padding-bottom:0px;}

.detail_pro_center{ width:100%; margin:0 auto; background:#fff; margin-bottom:20px; }

.detail_pro_center h3{ line-height:34px; padding-left:15px; font-size:14px; background:#1254a0;border-radius: 4px; color:#FFF; font-weight:normal;    font-family: 'Poppins', sans-serif;    text-align: left;}

.detail_pro_img{ padding:10px 0; text-align:left; padding-left:15px; font-size:14px;} 





.sx {
	width: 100%;
	    float: left;
	padding: 20px 0;
	text-align: left;
	border-top: 1px dashed #ddd;
	color: #333;
	margin-top: 10px;
	font-family: Verdana, microsoft Yahei, Helvetica, sans-serif
}
.sx p {
	clear: both;
	line-height: 30px;
	font-weight: bold;
}
.sx a {
	padding-left: 0px;
	font-weight: normal
}
.sx a:link {
	color: #999;
	text-decoration: none;
}
.sx a:visited {
	color: #999;
	text-decoration: none;
}
.sx a:hover {
	color: #1254a0;
	text-decoration: underline;
}
.sx a:active {
	color: #1254a0;
	text-decoration: underline;
}
.sx span {
	float: right;
	padding-right: 20px;
}
.sx span a {
	padding-left: 20px;
	color: #999 !important;
	text-transform: uppercase;
	font-family: Verdana, microsoft Yahei, Helvetica, sans-serif
}


.btn3{ margin-top:10px; text-align: right  }
.btn3 a{ display:inline-block; height:35px; line-height:35px; background:#fff; color:#000;    border: 1px solid #e4eaec;  width:100PX; font-size:12px; border-radius: 3px; text-align: center;}
.btn3 a:hover{ background:#1254a0; color:#fff;}

.sec-title{
	margin-bottom: 20px;
}
.sec-title .title{
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 20px;
	color: #777777;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 20px;
}

.sec-title h2{
	position: relative;
	display: block;
	font-size: 24px;
	line-height: 1.2em;
	color: #222222;
	font-weight: 500;
	padding-bottom: 25px;
}

.sec-title h2:before{
	position: absolute;
	left: 0;
	bottom: 0;
	height: 3px;
	width: 80px;
	background-color: #1254a0;
	content: "";
	display: inline-block;
}

.sec-title .text{
	display: block;
	font-size: 15px;
	line-height: 30px;
	color: #777777;
	font-weight: 400;
	margin-top: 37px;
}

.sec-title.text-center h2:before{
	right: 0;
	margin: 0 auto;
}

.sec-title.light h2{
	color: #ffffff;
}

.sec-title.light .title{
	color: #bbbbbb;
}
.text{
	position: relative;
	font-size: 15px;
	line-height: 30px;
	color: #777777;
	font-weight: 400;
	margin-bottom: 30px;
}
 .text i{ padding-right: 10px}
.text a{color: #777}




#n_ziliao{ overflow:hidden; }
#n_ziliao ul{ margin: 0 0px; margin-top:-37px; margin-bottom:20px; background:url(../images/n_ziliao_bg.png) center repeat-y; overflow:hidden;}
#n_ziliao ul li{ 
	width: 48%;
    height: 110px;
    float: left;
    border-radius: 5px;
    border: 1px solid #e5e5e5;
    padding-top: 28px;
    position: relative;
    margin: 0 1%;
    margin-top: 37px;}
#n_ziliao ul li a:before{ content:""; width:100%; height:100%; display:block; border:2px solid #0f89dd; border-radius:5px; position:absolute; left:0; top:0;transition:.3s; -webkit-transition:.3s; transform:scale(1.03,1.08); opacity:0; }
#n_ziliao ul li .txt{ margin-left:43px;width: 400px; float:left; position:relative;}
#n_ziliao ul li .txt p{ font-size:16px; color:#242425; line-height:26px; height:26px; overflow:hidden;}
#n_ziliao ul li .txt:before{ content:"◎"; font-size:18px; color:#0f89dd; position:absolute; left:-25px; top:5px;}
#n_ziliao ul li .txt span{ font-size:12px; color:#97989b;display:block;}
#n_ziliao ul li .btn1{ display:block; width:54px; height:54px; float:right; margin-right:43px; margin-top:-2px; transition:.3s; -webkit-transition:.3s; background:url(../images/n_xiazai_ico.png) center no-repeat;}
#n_ziliao ul li:hover a .btn1{ background: url(../images/n_xiazai_ico_on.png) center no-repeat;}
#n_ziliao ul li:hover a:before{ transform:scale(1,1); opacity:1;}


.n_news_list{ margin-bottom:30px; overflow:hidden;}
.n_news_list ul{}
.n_news_list ul li{ height:92px; border-bottom:1px solid #ebebeb; padding-top:16px; position:relative;}
.n_news_list ul li h5{ height:30px; line-height:30px; position:relative; padding-left:22px;}
.n_news_list ul li h5 i{ font-size:18px; color:#181818; float:left; position:absolute; left:0;}
.n_news_list ul li h5 a{ font-size:18px; color:#181818; max-width:999px; float:left;}
.n_news_list ul li h5 a:hover{ color:#0f89dd;}
.n_news_list ul li h5:hover i{ color:#0f89dd;}
.n_news_list ul li h5 span{ font-size:12px; color:#666; float:right;}
.n_news_list ul li p{ padding-left:22px; font-size:14px; color:#9f9f9f; line-height:24px; height:24px; overflow:hidden;}
.n_news_list ul li:after{ content:""; display:block; height:1px; width:100%; background:#0f89dd; position:absolute; bottom:-5px; opacity:0; left:0;transition:.5s; -webkit-transition:.5s; -ms-transition:.5s;}
.n_news_list ul li:hover:after{ width:100%; bottom:0; opacity:1; }



.cen-04{float:left; width:100%;font-size: 24px;color: #000;text-align:center; line-height:50px;font-family: "Microsoft YaHei";}
.cen-04-1{ text-align:center; border-bottom:1px dashed #ccc; line-height:25px; color:#666; float:left; width:100%;}
.cen-04-2{float:left; width:100%; background:#f2e3d0; border:1px solid #e7d1b4;  padding:5px;}
.cen-04-3{float:left; width:100%; padding-top:8px; padding-bottom:8px; line-height:30px; font-size:14px; }
.cen-04-3 img{ max-width:640px; min-width:640px;  text-align: center; overflow:hidden}
.cen-04-2 span{ font-weight:bold; color:#ff9933;}
.cen-04-6{float:left;width:100%; border:1px solid #fec3d7; font-size:12px;}

.newsdetail2{width:150px; float:right; text-align:right;}
.newsdetail2 a{color: #333}