.head{
	position:fixed;
	width:100%;
	top:0;
	left:0;	background:rgba(255,255,255,0.6);
	z-index:9999;
}
.headd{
	background:#fff;
	box-shadow:0px 0px 10px rgba(0,0,0,.5);
}


.top{
	display:flex;
	justify-content:space-between;
	padding:15px 3% 15px 6.25%;
	transition:.5s;
}
.headd .top{
	padding:10px 0px 10px 3%;
}
.logo img{
	height:81px;
	transition:.3s;
}

@media(max-width: 1440px){
	.logo img{
	height:61px;
	transition:.3s;
}

}
.head .logo img:last-child{
	display:none;
}
.headd .logo img{
	height:70px;
}
@media(max-width: 1440px){

	.headd .logo img{
	height:60px;
}
}
.headd .logo img:first-child{
	display:none;
}
.headd .logo img:last-child{
	display:block;
}
.menu{
	display:flex;
	width:70%;
	position:relative;
	align-items:center;
	
}
.headd .menu{
	border-bottom:0;
}
.menu ul{
	width:71%;
	display:flex;
	justify-content:space-between;
}
.menu ul li{
	position:relative;
}
.menu ul li.abone{
	position:static;
}
.menu ul li>a{
	display:block;
	color:#000;
	font-size:15px;
	line-height:65px;
	padding:0px 5px 0px; 
	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: -10px;
	left:50%;
	position:absolute;
	height:2px;
	background:#0e6eb8;
	transition:.5s;
}
.headd .menu ul li>a:after{
	height:2px;
}
.menu ul li.cur>a:after,.menu ul li:hover>a:after{
	width:100%;
	left:0;
}
.menu ul li>dl{
	top:100%;
	display:none;
	width:100%;
	left:0;
	position:absolute;
	padding:10px 0px 0px;
}
.headd .menu ul li>dl{
	padding:15px 0px 0px;
}
.menu ul li>dl:before{
	content:"";
	display:block;
	border-bottom:6px #fbfbfb solid;
	border-left:6px transparent solid;
	border-right:6px transparent solid;
	width:0;
	height:0;
	margin:0 auto;
}
.menu ul li>dl section{
	background:#fbfbfb;
	border-radius:5px;
}
.menu ul li>dl dd a{
	color:#000;
	display:block;
	font-size:1.3rem;
	line-height:30px;
	text-align:center;
}
.menu ul li>dl dd a:hover{
	color:#f36201;
}
.menu .search{
	width:19%;
	display:flex;
	align-items:center;
	justify-content:center;
	padding-bottom:0px;
	transition:.5s;
}
.headd .menu .search{
	padding-bottom:0;
}
.headd .menu .search img{

}
.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:#0e6eb8;
	color:#fff;
	font-size:1.5rem;
	transition:.3s;
	border:0;
}
.menu .sousuo form button:hover{
	background:#000;
}
.abmenu{
	position:fixed;
	width:100%;
	left:0;
	z-index:999;
	top:96px;
	display:none;
}
.abcd{
	background:#fbfbfb;
}
.abmenuu{
	top:45px;
	padding:15px 0px 0px;
}
.abmuct{
	display:flex;
	justify-content:space-between;
	padding:25px 0px 30px;
}
.abmuct dl dt{
	font-weight:normal;
	margin:0px 0px 5px;
}
.abmuct dl dt a{
	color:#4aabf7;
	line-height:30px;
	font-size:1.6rem;
}
.abmuct dl dd a{
	color:#000;
	line-height:30px;
	font-size:1.3rem;
}
.abmuct dl dd a:hover{
	text-decoration:underline;
	color:#7cc5ff;
}
.abmuct .amtext{
	width:20%;
	color:#000;
	font-size:1.3rem;
	line-height:24px;
}
.abmuct .amtext img{
	max-width:100%;
}
.abmuct .amtext section{
	margin:10px 0px 0px;
}
.guanggao{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:flex;
	align-items:center;
	padding-left:12%;
	z-index:999;
}
.guanggao section{
	background:rgba(16,87,170,.6);
	padding:30px 50px;
	margin:0px 0px 5%;
	animation: fadeInLeftBig .8s;
	-webkit-animation: fadeInLeftBig .8s;
}
.guanggao h4{
	margin:0 0 10px;
	color:#fff;
	font-family:Fonttwo;
	font-size:1.6rem;
	line-height:32px;
	animation: fadeInLeftBig 1s;
	-webkit-animation: fadeInLeftBig 1s;
}
.guanggao h3{
	font-size:3.7rem;
	color:#fff;
	line-height:50px;
	font-weight:bold;
	letter-spacing:2px;
	animation: fadeInLeftBig 2s;
	-webkit-animation: fadeInLeftBig 2s;
}
.guanggao span{
	font-size:1.6rem;
	line-height:24px;
	color:#fff;
	margin:15px 0px 0px;
	display:block;
	animation: fadeInLeftBig 1.5s;
	-webkit-animation: fadeInLeftBig 1.5s;
}
@media (max-width:1400px) {
	.menu{
		width:55%;
	}
	.menu ul li a{
		font-size:1.5rem;
	}
	.menu ul{
		width:80%;
	}
	.menu .search{
		width:20%;
	}
}
#banner .item section{
	position:relative;
	display:flex;

	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%;
	}
}
#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:#0e6eb8;
	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:#0e6eb8;
	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:#0e6eb8;
}
.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:#0e6eb8;
}
.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; background: rgba(83,161,187,0.5);
}
.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 20px;
	background:#0e6eb8;
	transition:.3s;
	border-radius:3px;
}
.jiejue .jjtext .jjmore a p{
	color:#fff;
}
.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:#0e6eb8;
	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:#0e6eb8;
	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:#0e6eb8;
	color:#fff;
}
.nsimg a:hover section{
	background:#0e6eb8;
}
.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:#0e6eb8;
}
@media (max-width:1400px) {
	.nstext ul li a h3{
		font-size:1.8rem;
	}
	.nstext ul li a section{
		font-size:1.3rem;
	}
}
footer{
	background:#f2f4f5;
	width:100%;
	overflow:hidden;
}
.bottom{
	display:flex;
	justify-content:space-between;
	
}
.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:#0e6eb8;
}
.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:#0e6eb8;
}
.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:10px 0px;
	background: #0e6eb8
}
.copy section{
	font-size:14px;
	color:rgba(255,255,255,.66);
	display:flex;
	justify-content:space-between;
	line-height:32px;
}
.copy section a{
	color:rgba(255,255,255,.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:#0e6eb8;
	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:#0e6eb8;
	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 #0e6eb8;
    -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: #0e6eb8;
}

.about_list_box .about_list_item.active .about_list_pic_in{
    border:5px solid #0e6eb8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

}
.about_list_box .about_list_item.active .about_list_name{
    color: #0e6eb8; 
}

.look-more {display: block;width:160px;height: 45px; border: 1px solid #0e6eb8;line-height: 45px; text-align: center;font-size: 14px;color: #fff; margin: 20px auto 0;background:#0e6eb8;-webkit-transition: background 0.3s ease 0s;transition: background 0.3s ease 0s;border-radius: 5px;}
.look-more:hover {color: #fff;background-color: #9f9c9c;border: 1px solid #9f9c9c;}




.gsjs_bj{background: url(../images/a_10.jpg) no-repeat center center; height: 728px;}
.gsjs{width: 1200px; overflow: hidden; margin: 0 auto; padding: 110px 0;}
.gsjs_right{width:420px; float: right;}
.gsjs_right img{ border-radius: 20px}
.gsjs_left{width:720px; float: left; padding: 0 0 0 67px;}
.gsjs_tit h2{font-weight: 600; font-size: 30px; color: #000; line-height: 46px;}
.tao1{width:100px; height: 2px; background: #0e6eb8; overflow: hidden;}
.gsjs_tit p{font-size: 14px; color: #999; padding: 5px 0 20px 0px;}
.gsjs_nr p{font-size: 14px; line-height: 30px; color: #999999;}
.gsjs_nr{padding-top: 30px;}
.gsjs_nr ul{overflow: hidden; padding-top: 30px;}
.gsjs_nr li{float: left; padding-right: 15px;}
.btn1{display: block;width:208px; height: 58px; line-height: 58px; text-align: center; border: 1px solid #e5e5e5; font-size: 16px; color: #333;}
.btn1 img{vertical-align: middle; margin-right: 20px;filter:grayscale(100%);}
.btn1:hover img{filter:grayscale(0%);}
.btn1:hover{color: #0e6eb8;}
.btn2{display: block;background: url(../images/a_43.png);margin-top: 67px; width:159px; height: 39px; text-align: center;font-size: 14px; color: #fff; line-height: 39px;}
.btn2:hover{text-decoration: underline; color: #fff; }



.ixBox {
    clear: both;
    overflow: hidden;
    position: relative;
    z-index: 1;
}

.h_205 {
    clear: both;
    padding-top: 6%;
}

.ixBox .bg {
 width:100%;
 height:100%;
 position:absolute;
 top:0;
 left:0;
 z-index:-1;
 background-position:center center;
 background-size:cover
}
.ixBox .bgC {
 width:100%;
 height:100%;
 position:absolute;
 top:0;
 left:0;
 z-index:-1;
 background-position:center center;
 background-size:cover;
	background: url(../images/bg1.jpg) no-repeat;
}
.ixBoxC {
 clear:both;
 padding:0 6.25%
}
.ixBoxC1 {
 clear:both;
 width:100%;
}
.index1L {
 width:46.9047%;
	float: left;
}
.index1L1 {
 height:55px;
 line-height:55px;
 font-size:32px;
 color:#333;
 overflow:hidden; font-weight: bold;
}
.index1L2 {
 color:#666;
 height:45px;
 line-height:45px;
 font-size:18px;
 overflow:hidden
}
.index1LTBox {
 position:relative;
 padding-bottom:20px;
 margin-bottom: 0
}

@media (min-width:1500px){
	.index1LTBox:before {
 display:block;
 content:"";
 width:40px;
 height:2px;
 background:#d4d4d4;
 position:absolute;
 bottom:0;
 left:0
}
	.index1LTBox{
		margin-bottom:6.3174%
	}
}

.index1L3 {
 
 line-height:28px;
 font-size:14px;
 color:#333;
 margin-bottom:30px
}
.index1L4 {
 overflow:visible!important
}
.index1L4 a {
 text-align:center;
 display:block;
 width:150px;
 height:40px;
 line-height:40px;
 border-radius:40px;
 color:#fff;
 font-size:14px;
 background:#111;
 position:relative
}
.index1L4 a:hover{
	background: #e4007f;
}
.index1L4 a span {
 display:inline-block;
 height:40px;

}
.index1R {
 width:50.119%;
	float: right;
}

.index1R .img{position:relative;width:100%; overflow: hidden;margin: 34px 0;}
.index1R .img a>img{opacity:0.7;height: 450px;object-fit: cover;border-radius: 20px;}
.index1R .img .top{ position:absolute; top:0; left:0; width:100%; height:100%}
.index1R:hover .img a>img{ transform:scale(1.06)}

.slow img:hover{ transform:scale(1.05);}/*图片放大*/
.slow img{width: 100%;border-radius: 20px; -moz-transition: all 0.9s ease-in-out;-webkit-transition: all 0.9s ease-in-out;-o-transition: all 0.9s ease-in-out;-ms-transition: all 0.9s ease-in-out;transition: all 0.9s ease-in-out;}/*缓慢效果*/





.btnDiv{  }
.btnDiv a{border-radius:40px; float: left; display: block; width: 155px; height: 44px; background: #0e6eb8; line-height: 44px; color: #fff; font-size: 14px; font-weight: bold; text-align: center;}
.btnDiv a:hover{ color: #fff;}



/*按钮动画--start*/
.ico_h {display: inline-block; position: relative; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform; transition-property: transform; -webkit-transform: translateZ(0); transform: translateZ(0); box-shadow: 0 0 1px rgba(0, 0, 0, 0); } 
.ico_h:before {pointer-events: none; position: absolute; z-index: -1; content: ''; top: 100%; left: 5%; height: 10px; width: 90%; opacity: 0; background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%); /* W3C */ -webkit-transition-duration: 0.3s; transition-duration: 0.3s; -webkit-transition-property: transform, opacity; transition-property: transform, opacity; } 
.ico_h:hover, .ico_h:focus, .ico_h:active {-webkit-transform: translateY(-6px); transform: translateY(-6px); -webkit-animation-name: hover; animation-name: hover; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; } 
.ico_h:hover:before, .ico_h:focus:before, .ico_h:active:before {opacity: .4; -webkit-transform: translateY(6px); transform: translateY(6px); -webkit-animation-name: hover-shadow; animation-name: hover-shadow; -webkit-animation-duration: 1.5s; animation-duration: 1.5s; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; -webkit-animation-timing-function: linear; animation-timing-function: linear; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-direction: alternate; animation-direction: alternate; }
/*按钮动画--end*/


em, i {
    font-style: normal;
}

.wrapper {
  overflow: hidden;

}
.ind_sec1 {
  padding: 80px 0;
  background: #f3f4f5;
}
.ind1_i {
  width: 100%;
}
.ind1_i .swiper-slide {
  display: block;
}

.ind1P {
  position: static;
  margin-top: 20px;
}
.ind1P .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #ccc;
  margin: 0 6px;
}
.ind1_i a {}
.ind1_i a .img {
  overflow: hidden;    border: 0.5px solid #f4f4f4;
}
.ind1_i a .img img {
  width: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ind1_i a:hover .img img {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.ind1_i a .text {
  text-align: center;

  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 50px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  background: #ffffff;
  position: relative;
}
.ind1_i a:hover .text {
  height: 60px;
  margin-top: -10px;
  background: #0e6eb8;
}
.ind1_i a .text h6 {
  font-family: "Microsoft YaHei", Helvetica, Arial;
  font-weight: bold;
  font-size: 14px;
  color: #0e6eb8;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ind1_i a .text h4 {
  font-family: "Microsoft YaHei", Helvetica, Arial;
  font-size: 16px;
  color: #333;

  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ind1_i a .text h5 {
  font-size: 18px;
  color: #000;
  margin-top: 18px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.ind1_i a:hover .text * {
  color: #fff;
}
/*.ind1_i a .text::before {
  content: '';
  height: 0;
  width: 1px;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.ind1_i a:hover .text::before {
  height: 56px;
}*/

.ind_sec1 .ind1Prev,
.ind_sec1 .ind1Next {
  cursor: pointer;
  width: 40px;
  height: 60px;
  background-color: #c3c3c3;
  position: absolute;
  z-index: 9;
  top: 35%;
  bottom: 0;
  margin: auto;
   display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  -webkit-transform: translateY(-25px);
  -moz-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  -o-transform: translateY(-25px);
  transform: translateY(-25px);
}
.ind_sec1 .ind1Prev {
  left: 0;
}
.ind_sec1 .ind1Prev img {
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg);
}
.ind_sec1 .ind1Next {
  right: 0;
}
.ind_sec1 .ind1Prev:hover,
.ind_sec1 .ind1Next:hover {
  background: #0e6eb8;
}

.s_title{text-align: center; padding-bottom: 30px; }
.tit b{ display: block;
    font-size: 32px;
    color: #333;
    line-height: 35px; font-weight: 600;}
.tit i{display:block;font-size: 15px;color: #282828;line-height: 25px;padding-top: 15px;font-style: normal}


.ResTitle_a1 span { font-size: 32px; color: #333; font-weight: bold; }


.s4 { padding: 7% 6.25% 6%; }
.s4>div { display: flex; }
.s4 .L { width: 27.5%; position: relative; z-index: 1; }

.s4 .L p { font-size: 14px; margin: 10% 0; color: #999; line-height: 2; }
.s4 .L li:before { content: ''; }
.s4 .L li span { color: #000; }
.s4 .L li.on span { color: #0e6eb8; }
.s4 .L li:first-child { margin-left: 0; }
.s4 .L li { margin-left: 13%; cursor: pointer; }
.s4 .L ul { margin-top: 6%; }
.s4 .a { margin-top: 20%; }
.s4 .R { width: 72.5%; }
.s4 .R a { display: block; height: 100%; background: #f5f5f5; transition: 0.3s ease 0s; }
.s4 .R li:first-child { width: 48.5%; position: static; }
.s4 .R li { width: 47.5%; }
.s4 .R>div li:first-child .newimg { display: block; }
.s4 .R>div .newimg { height: 19.4vw; display: none; overflow: hidden; max-height: 372px; }
.s4 .R>div img { width: 100%; transition: 0.8s linear 0s; }
.s4 .R li:first-child .newnr b { white-space: normal; font-size: 16px; color: #333; font-weight: bold; overflow: hidden; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; line-height: 1.3;  }
.s4 .R li .newnr p { transition: 0.3s ease 0s; margin-top: 4%; font-size: 14px; line-height: 1.7; color: #666; display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden; height: 42px; }
.s4 .R li:first-child .newnr p { margin-top: 5%; }
.s4 .R li:first-child .n-text { overflow: hidden; padding: 5% 6%; border: none; }
.s4 .R li:first-child .n-text .newnr { width: 66%; float: left; padding: 0 6% 0 0; background: none; border-right: 1px solid #bbb; }
.s4 .R li:first-child .data { float: right; padding: 0; }
.s4 .R li:first-child .data i { margin-top: 5%; position: static; }
.s4 .R>div .data b { transition: 0.3s ease 0s; display: block; font-size: 26px; color: #999; }
.s4 .R>div .data { transition: 0.3s ease 0s; font-size: 16px; color: #bbb; padding: 3% 7%; position: relative; }
.s4 .R>div .data i { transition: 0.3s ease 0s; margin-top: -18px; top: 50%; right: 7%; position: absolute; display: block; font-size: 14px;  font-weight: bold; color: #999; width: 36px; height: 36px; line-height: 36px; text-align: center; border: 1px solid #ddd; border-radius: 50%; }
.s4 .R ul { position: relative; }
.s4 .R li { position: absolute; width: 47.5%; top: 0; right: 0; z-index: 1; transition: 0.3s ease 0s; }
.s4 .R li:last-child { top: auto; bottom: 0; }
.s4 .R li .newnr b { display: block; transition: 0.3s ease 0s; font-size: 16px; color: #333; text-overflow: ellipsis; overflow: hidden; white-space: nowrap; }
.s4 .R li .n-text .newnr { background: #fff; padding: 5%; }
.s4 .R li .n-text { border: 1px solid #e5e5e5; box-sizing: border-box; transition: 0.5s linear 0s; }
.s4 .R>div li:not(:first-child) .data:before { transition: 0.3s ease 0s; content: ''; position: absolute; left: 7%; border-style: solid; border-color: transparent transparent #f5f5f5; border-width: 0 6px 8px; top: -8px; }
.s4 .R a:hover { background: #0e6eb8; box-shadow: 0 0 25px 0 rgba(0,0,0,0.15); }
.s4 .R li:first-child a:hover { box-shadow: none; }
.s4 .R a:hover .n-text { border-color: #0e6eb8; }
.s4 .R a:hover img { transform: scale(1.1); }
.s4 .R a:hover .data, .s4 .R a:hover .data b, .s4 .R a:hover .data i, .s4 .R li:first-child a:hover .newnr b, .s4 .R li:first-child a:hover .newnr p { color: #fff; }
.s4 .R a:hover .data i { border-color: #4b93da; }
.s4 .R li:not(:first-child) a:hover .data i { transform: translateX(10px); }
.s4 .R a:hover .data:before { border-color: transparent transparent #0e6eb8; }
.s4 .R>div.on li:first-child { transform: translateX(-80px); opacity: 0; }
.s4 .R>div.on li { transform: translateX(80px); opacity: 0 }



.container-index1{background: #f9f8f8;position: relative;margin-bottom: -80px;}



footer .about-info {
    width: 100%;
 
  
}

footer .about-info > div {
    min-height: 300px;
    overflow: hidden;
}

footer .container {
    width: 1200px;
  
}

footer .contact-information {
    font-size: 30px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #015198;
    margin: 0;
    margin-top: 20px;
    margin-bottom: 20px;
}

footer .contact-information > i {
    display: inline-block;
    background-size: 100%;
    width: 31px;
    height: 31px;
    background-image: url('../images/call.png');
    vertical-align: middle;
}

footer .contact-information > span {
    vertical-align: middle;
}

footer .about-address > p {
    margin: 0;
}

footer .about-address > p:first-child {
    font-size: 16px;
}

footer .about-address > p:last-child {

    font-size: 14px;
       font-weight: 500;
  
}

footer .info-card {
    margin-top: 50px;
    margin-right: 50px;
    float: left;
	width:30%;
}

footer .info-list {
    float: left;
    margin-top: 70px;
	width:65%;
}

footer .info-list-items {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;
  width:20%;
}

footer .info-list-items > li {
    margin-bottom: 15px;
}

footer .info-list-items a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    text-decoration: none;
}

footer .info-list-item-title > a {
    font-size: 18px;
    margin-bottom: 38px;
    font-weight: 600;
    letter-spacing: 0px;
    color: #1f1c1c;
}

footer .follow-us {
    float: left;
    list-style: none;
    margin: 0;
    padding: 0;text-align: center;
}

footer .follow-us a {
    text-decoration: none;
}

footer .follow-us > li:nth-child(2) {
    margin-top: 23px;
    margin-bottom: 20px;
}

footer .follow-us > li:nth-child(2) > a {
    font-size: 0;
    margin-right: 5px;
}

footer .follow-qrcode {
    margin-top: 15px;
	width:120px;
}

footer .follow-qrcode img {width:100%}
footer .friendship-links {
    width:100%;
    height: 65px;
    line-height: 65px;
    margin: 0 auto;
    border-top: 1px solid #ddd;
}

footer .friendship-links > ul {
    list-style: none;
    margin: 0;
    padding: 0;
    float: left;    font-size: 14px;
}

footer .friendship-links > ul > li {
    letter-spacing: 0;
    display: inline-block;
    font-size: 0;
}

footer .friendship-links > ul > li > span {
    font-size: 14px;
    color: #666;
}

footer .friendship-links > ul > li:not(:last-child)::after {
    content: '|';
    font-size: 14px;
    color: #666;
    position: relative;
    left: 1px;
}

footer .friendship-links > ul > li:first-child::after {

    font-size: 0;

}

footer .friendship-links > ul a {
    text-decoration: none;
    color: #666;
    font-size: 14px;
}

footer .friendship-links > p {
    float: right;
    margin: 0;
}

footer .friendship-links a {
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0px;
    color: #666666;
    text-decoration: none;    
	line-height: 66px;
}

.about-address{ padding-top: 5%; line-height: 30px;}



.other_banner{ margin-top: 111px; position: relative; overflow: hidden;}
.other_banner img{ display: block; width: 100%;}
.other_banner .banner_text{width: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.other_banner .banner_text .z_row{ width: 79%; margin: 0 auto; color: #fff; text-shadow: #333 1px 0 0, #333 0 1px 0, #333 -1px 0 0, #333 0 -1px 0;}
.other_banner .banner_text h3{ font-size: 48px; font-weight: bold; margin-bottom: 10px;}
.other_banner .banner_text .h4{ font-size: 30px; line-height: 36px; font-weight: bold;}



.n_main_box{width:100%; z-index: 100;    background: rgba(204,204,204,0.3);}
.n_main_box .w1200{position:relative;width:80%;height: 70px;margin: 0 auto;    z-index: 2;}
.n_nav_box{height: 70px;line-height: 70px;position:relative;border-bottom: #e8e8e8 1px solid;}
.n_nav1{position:relative;font-size: 0;text-align: center;}
.n_nav1 a{display:inline-block;width: 145px;height: 70px;font-size: 15px;line-height: 70px;color: #000;text-align: center;box-sizing: border-box;position: relative;border-left: #dfdfdf 1px solid;border-right: #dfdfdf 1px solid;margin: 0 -0.5px;}
.n_nav1 a strong{display:block;color: #000000;position:relative;z-index:4;height: 70px;line-height: 70px;font-weight: 100;}
.n_nav1 a:before{content:"";width: 100%;height: 2px;position: absolute;bottom: 0;left: 0;background:transparent;}
.n_nav1 a:after{content:""; border-left:transparent 6px solid; border-right:transparent 6px solid; border-top:transparent 7px solid; position: absolute;top: 55px;left:50%; margin-left:-6px;}
.n_nav1 a:hover:before,.n_nav1 .on:before{background: #0e6eb8;}
.n_nav1 a:hover:after,.n_nav1 .on:after{}
.n_nav1 a:hover strong,.n_nav1 .on strong{}
.n_nav{position:relative;text-align: right;font-size: 0;}
.n_nav a{display:inline-block;width: 145px;height: 70px;font-size: 15px;line-height: 70px;color: #000;text-align: center;box-sizing: border-box;position: relative;border-left: #dfdfdf 1px solid;border-right: #dfdfdf 1px solid;margin: 0 -0.5px;}
.n_nav a strong{display:block;color: #000000;position:relative;z-index:4;height: 70px;line-height: 70px;font-weight: 100;}
.n_nav a:before{content:"";width: 100%;height: 2px;position: absolute;bottom: 0;left: 0;background:transparent;}
.n_nav a:after{content:""; border-left:transparent 6px solid; border-right:transparent 6px solid; border-top:transparent 7px solid; position: absolute;top: 55px;left:50%; margin-left:-6px;}
.n_nav a:hover:before,.n_nav .on:before{background: #0e6eb8;}
.n_nav a:hover:after,.n_nav .on:after{}
.n_nav a:hover strong,.n_nav .on strong{}
.n_up_box{ position:relative;}
.position{position:absolute;height: 72px;line-height: 72px;left: 0px;bottom: 0;color: #9c9ca0;padding-left: 17px;font-size: 14px;background: url(../images/home_icon.png) left 30px no-repeat;}
.position span, .position a, .position i{font-size: 14px;color: #5b5b5b;-moz-transition: all 0.36s ease-in-out;-webkit-transition: all 0.36s ease-in-out;-o-transition: all 0.36s ease-in-out;-ms-transition: all 0.36s ease-in-out;transition: all 0.36s ease-in-out;}
.position i{margin: 0px 10px 0 8px;font-style:normal;}
.position i img{vertical-align:middle;margin-top: -2px;}
.position em{font-size: 13px;color: #0e6eb8;font-style: normal;}
.position a:hover{color: #0e6eb8;}
.n_main_box .main_box{width: 1200px;height: 80px;position:relative;margin: 0 auto;}



.wrap1 {
	padding: 60px 0 60px;width:100%; float:left;
}

.wrap1 .htit{
	font-size: 30px;
	color: #1a1a1a;
	position: relative;
	text-align: center;
	padding-bottom: 24px;
}
.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 #0e6eb8;line-height: 50px; text-align: center;font-size: 14px;color: #fff; margin: 30px auto 0;background:#0e6eb8;-webkit-transition: background 0.3s ease 0s;transition: background 0.3s ease 0s;}
.look-more:hover {color: #fff;background-color:#000;border: 1px solid #000;}

.about2 {
    max-width: 80%;padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}




.tz-gallery {
	padding: 1px 0px;
	box-sizing: border-box;
}
.tz-gallery .thumbnail {
	padding: 0;
	 border: 1px solid #f1efef;
    margin-bottom: 20px;
}
.tz-gallery img {
	border-radius: 2px;
	max-width: 100%;
}
.tz-gallery .caption {
	padding: 10px 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;
}
 .col-md-3   { position: relative;
 
    padding-right: 15px;float: left; width: 23%;
    padding-left: 15px;}

 .col-md-4   { position: relative;
 
    padding-right: 15px;float: left; width: 33.33%;
    padding-left: 15px;}


 .col-md-8   { position: relative;
 
    padding-right: 15px;float: left; width: 66.6%;
    padding-left: 15px;}




.pages{font-size: 14px; line-height:40px;text-align:center;clear:both; width:100%;}
.pages a{font-size: 14px; text-decoration:none;color:#3c3c3c;background:#fff;border:1px solid #cccccc;padding:8px 8px;margin-right:3px;cursor:pointer}
.pages .red{font-size: 14px; background:#0e6eb8 !important; color:#fff; border:0; padding:8px 8px;margin-right: 6px;}
.pages a.active{font-size: 14px; background:#000;border:1px solid #cccccc;color:#fff;margin-right:3px;}
.pages a:hover{font-size: 14px; text-decoration:none;color:#fff;background:#0e6eb8;border:1px solid #cccccc}

.contact_info{     padding: 10px 0 20px 0;}
.contact_info .titbar{  padding: 20px 0; position: relative; font-size: 30px; margin-bottom: 20px;    border-bottom: 1px solid #e5e5e5; }
.contact_info .titbar .tel{ position: absolute; right: 0; top: 50%; transform: translateY(-50%);text-align: right; color: #878787; font-size: 14px;}
.titbar .tel em{ display: block; color: #009944; font-size: 24px; margin-top: 5px; font-weight: bold;}
.contact_btm{ display: flex; align-items: flex-end; justify-content: space-between;}
.conatct_addre{ float: left;}
.conatct_addre p{ margin-bottom: 10px; color: #666;}
.conatct_addre p i{padding-right: 15px;}
.contact_btm .foot_code{ margin-left: auto;}
.contact_map img{ width: 100%; vertical-align: bottom;}

.foot_code img{ width:150px; height: 150px; margin-bottom: 15px;}




.form{
	display: block;
	max-width: 100%;
	margin: 34px auto 0;
}
.form input{
	border: 1px solid #d5d5d5;
	font-size: 14px; 
}
.form .line1{
	      width: 31%;
    height: 48px;
    line-height: 48px;
    padding: 0 46px 0 13px;
    float: left;
    margin: 0 1% 25px 0;
}
.form .name{
	background: #fff url(../images/i_form_ico1.png) no-repeat right 0;
}

.form .phone{
	background: #fff url(../images/i_form_ico2.png) no-repeat right 0;
}
.form .email{
	margin-right: 0;
	background: #fff url(../images/i_form_ico3.png) no-repeat right 0;
}
.form textarea{
	width: 95%;
	border: 1px solid #d5d5d5;
	padding: 10px 46px 10px 13px;
	height: 149px;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 20px;
	background: #fff url(../images/i_form_ico4.png) no-repeat right top;
}
.form .key{
	width: 310px;
	height: 44px;
	margin: 0 auto;
}
.form .file{
	width: 134px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	margin-bottom: 20px;
	background: #939393;
	font-size: 14px;
	color: #fff;
	
	cursor: pointer;
	float: left;
}
.form .file:hover{
	background: #f18226;
}
.form .file-box p{
	margin-left: 20px;
	line-height: 34px;
}
.form .file-btn{
	display: none;
}
.form input.pull-left{
	display: none;
}


.submit{
	position: relative;
	display: block;
	width: 205px;
	line-height: 50px;
	    margin: auto;
	background:#0e6eb8;
	
	font-size: 16px;
	line-height: 50px;
	color: #fff;
	text-align: center;
	visibility: inherit;
}


.n_news{ padding:102px 0 65px}
.n_news ul{ margin-bottom:34px}
.n_news ul li{  overflow:hidden}
.n_news ul li a{ display:block}


.container06{ padding:20px 0 115px}
.container06 .title h3{ font-size:30px; color:#0e6eb8; font-weight:bold; margin-bottom:12px}
.container06 .title h5{ font-size:14px; color:#9e9fa3; }

.container06 .miso_hd{float: right; margin-bottom:65px; margin-top:-42px}
.container06 .miso_hd .miso-slide{margin-left:8px;outline: none;width: 130px !important; cursor:pointer}
.container06 .miso_hd h5{font-size: 14px;color: #1b2433;height: 40px;line-height: 38px;border: #b2b5b9 1px solid;border-radius: 20px;outline: none;text-align: center;}
.container06 .miso_hd .miso-slide.miso-current{ /* Safari 5.1 - 6.0 */ /* Opera 11.1 - 12.0 */ /* Firefox 3.6 - 15 */ /* 标准的语法 */}
.container06 .miso_hd .miso-slide.miso-current h5{color: #0e6eb8;border: #0e6eb8 1px solid;}
.container06 ul{margin: 0 -15px;overflow:hidden;}
.container06 ul li{float:left;width: 33.3333333%;padding: 0 15px;overflow: hidden;}
.container06 ul li a .img,.container06 ul li a .img img{ width:100%; overflow:hidden}
.container06 ul li a .con{ padding:10px 0; border-bottom:#e7e7e7 1px solid; margin-bottom:25px; position:relative; transition:0.6s}
.container06 ul li a .con:after{content:"";position:absolute;bottom: -1px;left:0;width:70px;height:2px;background:#0e6eb8; transition:0.6s}
.container06 ul li a .con h5{font-size:16px;color:#000000;margin-bottom:5px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.container06 ul li a .con p{ font-size:14px; line-height:20px; height:40px; overflow:hidden; color:#919191}
.container06 ul li a .bottom font{ font-size:14px; color:#a5a5a5; text-transform:uppercase}
.container06 ul li a .bottom span{ font-size:14px; color:#0e6eb8; float:right}

.container06 ul li a:hover .con h5{ color:#0e6eb8}
.container06 ul li a:hover .con:after{ height:3px; width:100%}
.container06 ul li a:hover .bottom font{ color:#0e6eb8}



.cen-03 {
	padding-top: 5px;
}
.cen-04 {
	float: left;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	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: 40px;
	color: #666;
	float: left;
	width: 100%;
	padding-bottom: 10px;
}
.cen-04-2 {
	float: left;
	width: 100%;
	background: #f2e3d0;
	border: 1px solid #e7d1b4;
	padding: 5px;
}
.cen-04-3 {
	float: left;
	width: 100%;
	font-size: 14px;
	padding-top: 8px;
	padding-bottom: 8px;
	line-height: 30px;text-align: left;
}
.cen-04-3 img{
	
	padding-bottom: 8px;
	
}
.cen-04-2 span {
	font-weight: bold;
	color: #d41833;
}
.cen-04-6 {
	float: left;
	width: 100%;
	border: 1px solid #fec3d7;
	font-size: 12px;
}
.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:#0e6eb8; color:#fff;}

.onePorfile .con { text-align: center; color: #323232; font-size: 14px; }
.onePorfile.target { transform: translate(0px,50px); -webkit-transform: translate(0px,50px); opacity: 0; }
.onePorfile.action { transform: translate(0px,0px); -webkit-transform: translate(0px,0px); opacity: 1; transition: 500ms ease 0ms; -webkit-transition: 500ms ease 0ms; }
.twoPorfile { margin-top: 95px; background-attachment: fixed; background-size: cover; background-repeat: no-repeat; background-position: center bottom; padding-bottom: 5%; }
.twoPorfile-con { position: relative; top: -95px; background-color: #fff; width: 828px; padding: 95px 108px; margin: 0px auto; }



.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{
	height: 100%;    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: #0e6eb8;
    color: #ffffff;
    border: 1px solid #0e6eb8;
}
.item1 .box{
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
	padding-bottom: 38px;
    box-shadow: 0 0 10px 4px rgba(0,0,0,0);
    transition: all .3s ease-out;
    height: 100%;
    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: #0e6eb8;
	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: #0e6eb8;
		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: 2px solid #2e2a40;
}
.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:#0e6eb8;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: #0e6eb8;
	text-decoration: underline;
}
.sx a:active {
	color: #0e6eb8;
	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
}

