header{
	position: relative;
}
.welcome{
	background: #292929;
}
.welcome .biyu{
	float: left;
	line-height: 30px;
	font-size: 1.2rem;
	font-family: "microsoft yahei";
	color: rgba(255,255,255,.3);
}
.welcome .sslan{
	float: right;
}
.welcome .search{
	float: left;
	padding: 6px 0px;
	margin: 0px 40px 0px 0px;
}
.welcome .language{
	float: left;
	position: relative;
}
.welcome .search form{
	background: #6a6a6a;
	border-radius: 9px;
}
.welcome .search form input{
	line-height: 18px;
	border: 0;
	background: none;
	float: left;
	height: 18px;
	max-width: 130px;
}
.welcome .search form button{
	float: left;
	height: 18px;
	border: 0;
	width: 30px;
	background: url(../images/fdj.png) center no-repeat;
}
.welcome .language span{
	display: block;
	line-height: 30px;
	color: #848485;
	font-size: 1.2rem;
	background: url(../images/dqiu.png) 0px 7px no-repeat;
	padding-left: 20px;
	position: relative;
	padding-right: 12px;
	cursor: pointer;
	height: 30px;
}
.welcome .language span:after{
	content:"";
	display: block;
	width: 0;
	height: 0;
	border-top: 4px #848485 solid;
	border-left: 4px transparent solid;
	border-right: 4px transparent solid;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -2px;
}
.welcome .language small{
	display: none;
	position: absolute;
	z-index: 9;
	top: 100%;
	left: 0;
	background: #fff;
	box-shadow: 0px 0px 5px rgba(0,0,0,.5);
	width: 100%;
	border-radius: 0px 0px 3px 3px;
	padding: 5px 0px;
}
.welcome .language small a{
	display: block;
	font-size: 1.2rem;
	color: #333;
	line-height: 24px;
	text-align: center;
}
.welcome .language small a:hover{
	color: #f00;
}
.nav-logo{
	display: none;
	float: right;
}
.logo{
	float: left;
	padding: 18px 0px 0px;
}
@media (max-width:1200px) {
	.logo{
		padding: 10px 0px 0px;
	}
}
.menu{
	float: right;
}
.menu ul li{
	float: left;
	padding-left: 5px;
}
.menu ul li a{
	display: block;
	line-height: 100px;
	padding: 0px 20px;
	font-family: Fontone;
	color: #333333;
	position: relative;
	font-size:1.6rem;
	transition: .3s;
}
.menu ul li a:after{
	content:"";
	display: block;
	position: absolute;
	width: 100%;
	height: 3px;
	left: 0;
	bottom: 0;
	background: #004cc1;
	opacity: 0;
	transition: opacity .3s;
}
.menu ul li a:hover,.menu ul li.cur a{
	background: #eeeff2;
}
.menu ul li a:hover:after,.menu ul li.cur a:after{
	opacity: 1;
}
@media (max-width:1300px) {
	.menu{
		width: 100%;
		margin: 18px 0px 0px;
	}
	.menu:after{
		content:"";
		display: block;
		height: 50px;
		width: 100%;
		bottom: 0;
		left: 0;
		background: #00488b;
		position: absolute;
	}
	.menu ul{
		position: relative;
		z-index: 2;
	}
	.menu ul li a{
		display: block;
		line-height: 50px;
		color: #fff;
	}
	.menu ul li a:after{
		display: none;
	}
	.menu ul li a:hover,.menu ul li.cur a{
		color: #000;
		background: #eeeff2;
	}
}
@media (max-width:1200px) {
	.menu{
		margin: 10px 0px 0px;
	}
	.menu ul li a{
		padding: 0px 10px;
		font-size: 1.4rem;
	}
}
@media (max-width:992px) {
	.menu ul li a{
		padding: 0px 10px;
		font-size: 1.3rem;
	}
}
.heise{
	position: fixed;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	top: 0;
	left: 0;
	z-index: 998;
	display: none;
}
.menu i{
	display: none;
}
@media (max-width:768px) {
	.welcome .biyu{
		display: none;
	}
	.welcome .sslan{
		width: 100%;
	}
	.welcome .search{
		float: left;
		padding: 6px 0px;
		margin: 0px;
	}
	.welcome .language{
		float: right;
	}
	.logo{
		max-width: 60%;
		padding: 5px 0px;
	}
	.nav-logo{
		display: block;
		width: 28px;
		margin: 14px 0px 0px;
	}
	.nav-logo span{
		display: block;
		padding: 2px 0px;
	}
	.nav-logo span:after{
		content:"";
		display: block;
		height: 3px;
		background: #00488b;
	}
	.menu{
		position: fixed;
		display: block;
		right: -100%;
		top: 0;
		background: #fff;
		width: 55%;
		height: 100%;
		z-index: 999;
		margin: 0;
		transition: .5s;
	}
	.menuu{
		right: 0;
	}
	.menu i{
		display: block;
		position: fixed;
		right: 60%;
		width: 50px;
		height: 50px;
		background: #eeeff2 url(../images/close.png) center no-repeat;
		background-size: 40% auto;
		right: -100%;
		transition: .5s;
	}
	.menuu i{
		right: 55%;
	}
	.menu:after{
		display: none;
	}
	.menu ul li{
		width: 100%;
		padding: 0;
	}
	.menu ul li a{
		display: block;
		line-height: 50px;
		color: #000;
		border-bottom: 1px #eeeff2 dashed;
		padding: 0px 15px;
	}
	.menu ul li a:hover,.menu ul li.cur a{
		background: none;
		color: #004cc1;
	}
}
#banner .swiper-button-white{
	opacity: 0;
	transition: .5s;
}
#banner:hover .swiper-button-white{
	opacity: 1;
}
.about{
	padding: 90px 0px;
}
.abtext{
	width: 35%;
	float: left;
}
.abimg{
	width: 60%;
	float: right;
}
.abtext h3{
	color: #eb7404;
	font-size: 2.2rem;
	line-height: 24px;
	font-family:Fonttwo;
}
.abtext h2{
	font-family:Fontthree;
	color: #2d4455;
	font-size: 2.5rem;
	line-height: 26px;
	padding: 5px 0px 0px;
}
.abtext section{
	color: #2d4455;
	font-family: Avenir;
	line-height: 18px;
	margin: 23px 0px 0px;
}
.abtext ul{
	padding: 30px 0px 0px;
}
.abtext ul li{
	float: left;
	width: 42%;
	padding-right: 3%;
	margin-top: 35px;
	position: relative;
}
.abtext ul li:nth-child(Odd):after{
	content: "";
	display: block;
	width: 1px;
	height: 68px;
	position: absolute;
	top: 50%;
	margin-top: -34px;
	background: rgba(0,0,0,.2);
	right: 0;
}
.abtext ul li:nth-child(even){
	float: right;
	width: 52%;
	padding-right: 0;
	border-right: 0;
}
.abtext ul li big{
	display: block;
	color: #555555;
	font-size: 4.6rem;
	line-height: 49px;
	font-family:Fontfour;
}
.abtext ul li span{
	display: block;
	color: #2d4455;
	font-family: Avenir;
	font-size: 1.3rem;
	line-height: 18px;
	padding: 3px 0px 0px;
}
.abimg .video{
	position: relative;
	cursor: pointer;
}
.abimg .video iframe{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
}
.abimg .video .iframe{
	z-index: 2;
}
@media (max-width:1300px) {
	.about{
		padding: 60px 0px;
	}
	.abtext{
		width: 43%;
	}
	.abimg{
		width: 52%;
	}
	.abtext section{
		margin: 10px 0px 0px;
	}
	.abtext ul{
		padding: 0px 0px 0px;
	}
	.abtext ul li{
		margin-top: 25px;
	}
	.abtext ul li big{
		font-size: 3.6rem;
		line-height: 39px;
	}
}
@media (max-width:1200px) {
	.abtext{
		width: 45%;
	}
	.abimg{
		width: 50%;
	}
	.abtext h3{
		font-size: 1.8rem;
		line-height: 20px;
	}
	.abtext h2{
		font-size: 2.0rem;
		line-height: 22px;
	}
	.abtext section{
		font-size: 1.3rem;
	}
	.abtext ul li{
		margin-top: 15px;
	}
	.abtext ul li big{
		font-size: 2.6rem;
		line-height: 29px;
	}
	.abtext ul li span{
		font-size: 1.2rem;
	}
}
@media (max-width:992px) {
	.abtext{
		width: 100%;
		margin-bottom: 20px;
	}
	.abimg{
		width: 100%;
	}
	.abtext ul li{
		width: 25%;
		padding: 0 10px;
	}
	.abtext ul li:nth-child(even){
		width: 25%;
		float: left;
		padding: 0 10px;
	}
	.abtext ul li:after{
		content: "";
		display: block;
		width: 1px;
		height: 68px;
		position: absolute;
		top: 50%;
		margin-top: -34px;
		background: rgba(0,0,0,.2);
		right: 0;
	}
	.abtext ul li:nth-of-type(4):after{
		display: none;
	}
}
@media (max-width:768px) {
	.about{
		padding: 20px 0px;
	}
	.abtext h3{
		font-size: 1.6rem;
	}
	.abtext h2{
		font-size: 1.8rem;
		padding: 0;
	}
	.abtext section{
		margin: 5px 0px 0px;
	}
	.abtext ul li{
		width: 50%;
	}
	.abtext ul li:nth-of-type(2):after{
		display: none;
	}
	.abtext ul li:nth-child(even){
		width: 50%;
	}
}
.title{
	color: #fff;
	text-align: center;
}
.title big{
	display: block;
	font-size:4.2rem;
}
.title span{
	display: block;
	line-height: 30px;
	max-width: 620px;
	margin: 10px auto 0px;
}
.service{
	background: url(../images/svbg.jpg) center no-repeat;
	padding: 40px 0px 80px;
}
.service ul{
	margin: 40px 0px 0px;
}
.service ul li{
	float: left;
	width: 50%;
	text-align: center;
	background: #fff;
}
.service ul li h3{
	color: #777777;
	font-size: 3.4rem;
	line-height: 66px;
	margin-top: 4%;
}
.service ul li span{
	display: block;
	color: #777777;
}
.service ul li a.more{
	display: block;
	width: 130px;
	line-height: 40px;
	text-align: center;
	color: #fff;
	background: #e85a2b;
	font-size: 1.5rem;
	font-family:Fontthree;
	margin: 25px auto 0px;
	transition: .3s;
}
.service ul li a.more:hover{
	background: #003a9a;
}
@media (max-width:1300px) {
	.title big{
		display: block;
		font-size:3.2rem;
	}
	.title span{
		line-height: 22px;
	}
	.service ul li h3{
		font-size: 2.4rem;
		line-height: 56px;
	}
}
@media (max-width:1200px) {
	.service ul li h3{
		font-size: 2.0rem;
		line-height: 40px;
	}
	.service ul li a.more{
		width: 120px;
		line-height: 36px;
		font-size: 1.3rem;
		margin: 20px auto 0px;
	}
}
@media (max-width:992px) {
	.service ul li{
		overflow: hidden;
	}
	.service ul li a img{
		width: 140%;
		max-width: 140%;
	}
	.service ul li h3{
		padding: 0px 10%;
	}
	.service ul li span{
		padding: 0px 10%;
	}
}
.service ul li a small{
	display: none;
}
@media (max-width:768px) {
	.title big{
		font-size:2.0rem;
	}
	.title span{
		font-size: 1.3rem;
		line-height: 18px;
		margin: 5px auto 0px;
	}
	.service{
		padding: 20px 0px;
	}
	.service ul{
		margin: 15px 0px 0px;
	}
	.service ul li{
		width: 100%;
	}
	.service ul li:nth-child(1){
		margin-bottom: 15px;
	}
	.service ul li a img{
		width: 100%;
		max-width: 100%;
	}
	.service ul li a small{
		display: block;
		line-height: 40px;
		text-align: center;
		color: #333;
		font-size: 1.6rem;
	}
	.service ul li:nth-child(2){
		display: none;
	}
	.service ul li:nth-child(3){
		display: none;
	}
}
.product .title{
	color: #555555;
}
.product{
	padding: 40px 0px 80px;
	background: #eff4f8;
}
.pdclass{
	margin: 0 auto;
	padding: 30px 0px 55px;
}
.product dl{
	float: left;
}
.product dl dd{
	float: left;
	padding: 0px 10px;
}
.product dl dd a{
	display: block;
	text-align: center;
	color: #2d4455;
	background: #fff;
	line-height: 30px;
	padding: 0px 20px;
	font-size: 1.8rem;
	border-radius: 15px;
	border: 1px rgba(0,0,0,.1) solid;
	transition: .3s;
}
.product dl dd a:hover{
	background: #e85a2b;
	border: 1px #e85a2b solid;
	color: #fff;
}
.prolb{
	position: relative;
}
#product{
	position: static;
}
.product .swiper-slide a{
	display: block;
	background: #fff;
	padding: 10px 10px 25px;
	transition: .3s;
}
.product .swiper-slide a:hover{
	background: #003a9a;
}
.product .swiper-slide a span{
	display: block;
	color: #595757;
	font-size: 1.7rem;
	padding: 20px 0px 0px;	text-overflow:ellipsis;	overflow:hidden;	white-space:nowrap;
}
.product .swiper-slide a small{
	display: block;
	font-size: 1.3rem;
	color: #888888;	text-overflow:ellipsis;	overflow:hidden;	white-space:nowrap;
}
.product .swiper-slide a:hover span,.product .swiper-slide a:hover small{
	color: #fff;
}
#product .swiper-button-prev{
	background: url(../images/pdjt.png) center no-repeat;
	width: 31px;
	height: 58px;
	margin-top: -58px;
	left: 10%;
}
#product .swiper-button-next{
	-moz-transform:scaleX(-1);
	-webkit-transform:scaleX(-1);
	-o-transform:scaleX(-1);
	transform:scaleX(-1);
	filter:FlipH;
	background: url(../images/pdjt.png) center no-repeat;
	width: 31px;
	height: 58px;
	margin-top: -58px;
	right: 10%;
}
@media (max-width:1700px) {
	#product .swiper-button-prev{
		left: 5%;
	}
	#product .swiper-button-next{
		right: 5%;
	}
}
@media (max-width:1500px) {
	#product .swiper-button-prev{
		left: 2%;
	}
	#product .swiper-button-next{
		right: 2%;
	}
}
@media (max-width:1400px) {
	#product .swiper-button-prev{
		left: 0;
	}
	#product .swiper-button-next{
		right: 0;
	}
}
@media (max-width:768px) {
	.product .swiper-slide a{
		padding: 5px 5px 15px;
	}
	.product .swiper-slide a span{
		font-size: 1.4rem;
		padding: 10px 0px 0px;
	}
	.product .swiper-slide a small{
		font-size: 1.2rem;
	}
	#product .swiper-button-prev{
		display: none;
	}
	#product .swiper-button-next{
		display: none;
	}
	.product{
		padding: 20px 0px;
	}
	.pdclass{
		padding: 10px 0px 20px;
	}
	.product dl dd{
		padding: 0px 5px;
	}
	.product dl dd a{
		padding: 0px 15px;
		font-size: 1.2rem;
		font-family: Fontone;
	}
}
.force{
	background: url(../images/fcbg.jpg) center no-repeat;
	padding: 70px 0px;
}
.force ul{
	margin: 50px 0px 0px;
}
.force ul li{
	width: 49%;
	float: left;
}
.force ul li.one{
	width: 50%;
}
.force ul li:nth-child(even){
	float: right;
}
#force .swiper-slide a{
	display: block;
	position: relative;
}#force .swiper-slide a img{	width:100%;}
#force .swiper-slide a section{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px;
	color: #fff;
	background: rgba(20,67,147,.9);
}
#force .swiper-slide a section span{
	display: block;
	font-size: 1.8rem;
	line-height: 22px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#force .swiper-slide a section small{
	display: block;
	font-size: 1.2rem;
	line-height: 22px;
	padding: 5px 0px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#force .swiper-button-next{
	height: 84px;
	right: 0;
	top: auto;
	bottom: 0;
	width: 13%;
	background: rgba(2,20,84,.21) url(../images/fcjt.png) center no-repeat;
	transition: .3s;
}
#force .swiper-button-prev{
	height: 84px;
	right: 13%;
	left: auto;
	top: auto;
	bottom: 0;
	width: 13%;
	background: rgba(2,20,84,.21) url(../images/fcjt.png) center no-repeat;
	-moz-transform:scaleX(-1);
	-webkit-transform:scaleX(-1);
	-o-transform:scaleX(-1);
	transform:scaleX(-1);
	filter:FlipH;
	transition: .3s;
}
#force .swiper-button-next:hover,#force .swiper-button-prev:hover{
	background-color: #e85a2b;
}
.force ul li dl{
	position: relative;
}
.force ul li dl dd{
	float: left;
	width: 48.7%;
	background: #fff;
	position:relative;
}
.force ul li dl dd.wenzi:after{
	content:"";
	display:block;
	position:absolute;
	width:0;
	height:0;
	top:100%;
	border-top:10px #fff solid;
	border-left:10px transparent solid;
	border-right:10px transparent solid;
	left:50%;
	margin-left:-10px;
}
.force ul li dl dd.wenzi:last-child:after{
	top:auto;
	bottom:100%;
	transform:rotate(180deg);
}
.force ul li dl dd a{
	display:block;
	overflow: hidden;
}
.force ul li dl dd:nth-child(even){
	float: right;
}
.force ul li dl dd img{
	width: 100%;
}
.force ul li dl dd:nth-child(1),.force ul li dl dd:nth-child(2){
	margin-bottom: 16px;
}
.force ul li dl dd a.txt{
	display: block;
	padding: 30px;
}
.force ul li dl dd a.txt h3{
	font-size: 1.8rem;
	line-height: 27px;
	color: #e85a2b;
	margin: 7% 0px;
}
.force ul li dl dd a.txt span{
	display: block;
	color: #424242;
	line-height: 23px;
}
@media (max-width:1200px) {
	#force .swiper-slide a section{
		padding: 10px;
	}
	#force .swiper-slide a section span{
		font-size: 1.5rem;
		line-height: 20px;
		max-width: 70%;
	}
	#force .swiper-slide a section small{
		line-height: 20px;
		max-width: 70%;
	}
	#force .swiper-button-next{
		height: 70px;
		width: 15%;
	}
	#force .swiper-button-prev{
		height: 70px;
		right: 15%;
		width: 15%;
	}
	.force ul li dl dd a.txt h3{
		font-size: 1.6rem;
		line-height: 22px;
		margin: 5% 0px;
	}
	.force ul li dl dd a.txt{
		padding: 15px;
	}
	.force ul li dl dd a.txt span{
		line-height: 20px;
	}
}
@media (max-width:992px) {
	.force ul li{
		width: 33%;
		float: left;
	}
	.force ul li.one{
		width: 65%;
	}
	.force ul li dl dd{
		width: 100%;
	}
	.force ul li dl dd:nth-child(1){
		display: none;
	}
	.force ul li dl dd:nth-child(4){
		display: none;
	}
}
@media (max-width:768px) {
	.force{
		padding: 20px 0px;
	}
	.force ul{
		margin: 15px 0px 0px;
	}
	.force ul li{
		width: 100%;
	}
	.force ul li.one{
		width: 100%;
	}
	.force ul li dl{
		padding-top: 10px;
	}
	.force ul li dl dd{
		width: 49%;
		margin: 0 !important;
	}
}
.fuwu{
	padding: 50px 0px;
}
.fuwu ul li{
	float: left;
	width: 25%;
}
.fuwu ul li i{
	float: left;
}
.fuwu ul li span,.fuwu ul li a{
	display: block;
	padding: 6px 0px 0px 15px;
	float: left;
}
.fuwu ul li p{
	color: #989898;
	font-size: 1.6rem;
	font-weight: bold;
	line-height: 20px;
}
.fuwu ul li small{
	font-size: 1.2rem;
	line-height: 18px;
	color: #989898;
}
@media (max-width:992px) {
	.fuwu ul li{
		text-align: center;
	}
	.fuwu ul li i{
		width: 100%;
		display: block;
	}
	.fuwu ul li span{
		width: 100%;
		padding: 0;
	}
}
@media (max-width:768px) {
	.fuwu ul li{
		width: 50%;
		margin-bottom: 15px;
	}
	.fuwu ul li span p{
		font-size: 1.4rem;
	}
	.fuwu{
		padding: 20px 0px 5px;
	}
}
footer{
	background: #263948 url(../images/lgbg.png) 15% bottom no-repeat;
}
.bottom{
	padding: 50px 0px 0px; 
}
.bottom dl{
	float: left;
	width: 20%;
}
@media (max-width:1200px) {
	.bottom dl{
		width: 19%;
	}
	.bottom dl:first-child{
		width: 24%;
	}
}
@media (max-width:768px) {
	.bottom dl{
		width: 50%;
	}
	.bottom dl:first-child{
		width: 100%;
	}
	.bottom{
		padding: 20px 0px 0px; 
	}
}
.bottom dl dt{
	font-weight: normal;
	padding-bottom: 10px;
}
.bottom dl dt a{
	color: #fff;
	font-size: 1.8rem;
	line-height: 32px;
}
.bottom dl:first-child dt a{
	font-size: 2.7rem;
}
.bottom dl dd{
	line-height: 27px;
	color: rgba(255,255,255,.6);
}
.bottom dl:first-child dd{
	padding: 7px 0px 0px;
}
.bottom dl dd a{
	line-height: 33px;
	color: rgba(255,255,255,.6);
}
.bottom dl dd a:hover{
	color: #e85a2b;
}
.bottom dl section{
	margin: 20px 0px 0px;
}
.bottom dl section a{
	float: left;
	display: block;
	width: 20px;
	height: 20px;
	background-position: center 0;
	background-repeat: no-repeat;
	margin-right: 10px;
}
.bottom dl section a:nth-child(1){
	background-image: url(../images/anpic1.png);
}
.bottom dl section a:nth-child(2){
	background-image: url(../images/anpic2.png);
}
.bottom dl section a:nth-child(3){
	background-image: url(../images/anpic3.png);
}
.bottom dl section a:hover{
	background-position: center bottom;
}
@media (max-width:768px) {
	.bottom dl{
		margin-bottom: 10px;
	}
	.bottom dl:nth-of-type(3){
		min-height: 118px;
	}
	.bottom dl dt a{
		line-height: 22px;
	}
	.bottom dl:first-child dt a{
		font-size: 1.8rem;
	}
	.bottom dl dt{
		padding-bottom: 0px;
	}
	.bottom dl dd{
		line-height: 24px;
		font-size: 1.3rem;
	}
	.bottom dl dd a{
		line-height: 24px;
		font-size: 1.3rem;
	}
	.bottom dl section{
		margin: 5px 0px 0px;
	}
}
.copy{
	color: rgba(255,255,255,.6);
	line-height: 60px;
	margin: 50px 0px 0px;
}
.copy a{
	color: rgba(255,255,255,.6);
}
.totop{
	position: fixed;
	right: 15%;
	bottom: 15%;
	width: 60px;
	height: 60px;
	background: #20303d;
	text-align: center;
	transition: .3s;
	z-index: 99;
	cursor: pointer;
}
.totop p{
	color: #fff;
	font-size: 1.6rem;
	line-height: 20px;
	margin: 12px 0px 0px;
}
.totop:hover{
	background: #e85a2b;
}
@media (max-width:1400px) {
	.totop{
		right: 5%;
	}
}
@media (max-width:992px) {
	footer{
		background: #263948 url(../images/lgbg.png) 15% bottom no-repeat;
		background-size: 60% auto;
	}
	.copy{
		margin: 20px 0px 0px;
	}
}
@media (max-width:768px) {
	.copy>div{
		width: 100%;
	}
	.copy{
		line-height: 20px;
		margin: 20px 0px;
		text-align: center;
	}
	.totop{
		width: 40px;
		height: 50px;
	}
	.totop p{
		color: #fff;
		font-size: 1.4rem;
		line-height: 20px;
		margin: 7px 0px 0px;
	}
}
.ibanner{
	width: 100%;
	overflow: hidden;
}
@media (max-width:768px) {
	.ibanner img{
		max-width: 160%;
	}
}
.lanmu{
	box-shadow: 0px 10px 10px rgba(0,0,0,.08);
	position: relative;
	z-index: 3;
}
.lanmu ul li{
	float: left;
	margin-right: 4%;
	position: relative;
}
.lanmu ul li a{
	display: block;
	line-height: 78px;
	font-family:Fontsix;	text-decoration:none;
	color: #555;
	font-size: 1.8rem;
}
.lanmu ul li a:after{
	content: "";
	display: block;
	position: absolute;
	width: 0;
	height: 5px;
	background: #2543fa;
	bottom: 0;
	left: 50%;
	transition: .3s;
}
.lanmu ul li.cur a:after,.lanmu ul li:hover a:after{
	left: 0;
	width: 100%;
}
@media (max-width:1200px) {
	.lanmu ul li a{
		line-height: 68px;
		font-size: 1.6rem;
	}
	.lanmu ul li a:after{
		height: 4px;
	}
}
@media (max-width:992px) {
	.lanmu ul li a{
		line-height: 58px;
		font-size: 1.4rem;
	}
}
@media (max-width:768px) {
	.lanmu{
		padding: 10px 0px;
		box-shadow: 0px 0px 5px rgba(0,0,0,.08);
	}
	.lanmu ul li{
		width: 48%;
		padding: 5px 0px;
	}
	.lanmu ul li:nth-child(even){
		margin-right: 0;
	}
	.lanmu ul li a{
		line-height: 34px;
		font-size: 1.3rem;
		border: 1px rgba(0,0,0,.1) solid;
		text-align: center;
	}
	.lanmu ul li a:after{
		display: none;
	}
	.lanmu ul li.cur a{
		color: #fff;
		background: #0058b1;
	}
}
.iabout{
	padding: 90px 0px 60px;
}
.iabimg img{
	width: 100%;
	border:5px #fff solid;
	box-shadow: 0px 0px 20px rgba(0,0,0,.1);
}
.iabtext h3{
	font-family:Fontone;
	font-size: 2.8rem;
	line-height: 50px;
}
.iabtext section{
	font-family: Fontsix;
	color: #555;
	line-height: 22px;
	margin: 0 0px 0px;
}
@media (max-width:1200px) {
	.iabout{
		padding: 60px 0px 40px;
	}
	.iabtext h3{
		font-size: 2.0rem;
		line-height: 40px;
	}
	.iabtext section{
		font-size: 1.3rem;
		line-height: 20px;
		margin: 2% 0px 0px;
	}
}
@media (max-width:992px) {
	.iabout{
		padding: 40px 0px 20px;
	}
	.iabimg img{
		box-shadow: 0px 0px 5px rgba(0,0,0,.1);
	}
	.iabtext h3{
		margin: 10px 0px 0px;
	}
	.iabtext section{
		margin: 0 0px 0px;
	}
}
@media (max-width:768px) {
	.iabout{
		padding: 20px 0px;
	}
}
.lishi{
	background: url(../images/lsbg.jpg) center 0px no-repeat;
	padding: 60px 0px;
}
.lishi dl dt{
	width: 17%;
	background: url(../images/lcimg.jpg) center 0 no-repeat;
	background-size: cover;
	height: 285px;
	float: left;
	position: relative;
}
.lishi dl dt span{
	display: block;
	color: #fff;
	font-size: 2.3rem;
	font-family: Fontsix;
	font-weight: normal;
	padding: 0px 25px;
	line-height: 30px;
	position: absolute;
	width: 100%;
	bottom: 15px;
	left: 0;
}
.lishi dl dd{
	width: 83%;
	float: left;
	height: 285px;
	background: #ffffff;
}
.lishi dl dd span{
	display: block;
	width: 24%;
	float: left;
	padding-left: 3%;
	padding-top: 8px 0px 0px;
}
.lishi dl dd section{
	float: left;
	width: 76%;
	font-family:Fontsix;
	line-height: 22px;
	color: #444;
	padding: 4% 10% 0px 0px;
}
.lishi dl dd span big{
	display: block;
	height: 91px;
	padding: 16px 0px 0px;
}
.lishi dl dd span big p{
	color: #00399a;
	font-size: 3.6rem;
	line-height: 42px;
	font-family:Fontseven;
}
.lishi dl dd span big small{
	display: block;
	font-family:Fontsix;
	font-size: 1.4rem;
	line-height: 20px;
}
.lishi ul{
	width: 83%;
	float: right;
	margin: 35px 0px 0px;
	background: #dceaff;
	height: 110px;
}
.lishi ul li{
	float: left;
	text-align: center;
	height: 110px;
	padding-left: 10px;
	padding-right: 10px;
}
.lishi ul li:nth-child(1){
	width: 16%;
	padding-top: 47px;
	background: url(../images/lcsj.png) right center no-repeat;
}
.lishi ul li:nth-child(2){
	width: 18%;
	padding-top: 27px;
	background:#fff url(../images/lcsj2.png) right center no-repeat;
}
.lishi ul li:nth-child(3){
	width: 20%;
	padding-top: 27px;
	background: url(../images/lcsj.png) right center no-repeat;
}
.lishi ul li:nth-child(4){
	width: 21%;
	padding-top: 35px;
	background: #fff url(../images/lcsj2.png) right center no-repeat;
}
.lishi ul li:nth-child(5){
	width: 24%;
	padding-top: 35px;
}
.lishi ul li p{
	color: #323942;
	font-size: 1.5rem;
	font-weight:bold;
	font-family: Fontfive;
	line-height: 16px;
}
.lishi ul li span{
	display: block;
	font-family: Fonteight;
	line-height: 16px;
	margin: 8px 0px 0px;
}
@media (max-width:1200px) {
	.lishi dl dt span{
		font-size: 1.8rem;
		padding: 0px 20px;
	}
	.lishi dl dd span big p{
		font-size: 3.0rem;
		line-height: 32px;
	}
	.lishi dl dd span big small{
		font-size: 1.3rem;
	}
	.lishi dl dd section{
		font-size: 1.3rem;
	}
	.lishi ul{
		width: 100%;
	}
}
@media (max-width:992px) {
	.lishi dl dt{
		height: 250px;
	}
	.lishi dl dt span{
		font-size: 1.6rem;
		padding: 0px 10px;
	}
	.lishi dl dd{
		height: 250px;
	}
	.lishi dl dd span big{
		display: block;
		height: 76px;
		padding: 10px 0px 0px;
	}
	.lishi dl dd section{
		font-size: 1.3rem;
		line-height: 20px;
	}
	.lishi ul li{
		padding-left: 0;
		padding-right: 0;
	}
	.lishi ul li p{
		font-size: 1.2rem;
	}
	.lishi ul li span{
		font-size: 1.2rem;
	}
}
@media (max-width:768px) {
	.lishi{
		background-size: cover;
		padding: 20px 0px;
	}
	.lishi dl dt{
		display: none;
	}
	.lishi dl dd{
		width: 100%;
		height: auto;
	}
	.lishi dl dd span{
		width: 100%;
		padding: 15px;
	}
	.lishi dl dd section{
		width: 100%;
		padding: 0px 15px 15px;
	}
	.lishi dl dd span big{
		height: auto;
		padding: 0px 5px;
		float: left;
	}
	.lishi dl dd span big p{
		font-size: 1.8rem;
		line-height: 22px;
	}
	.lishi dl dd span big small{
		font-size: 1.2rem;
	}
	.lishi ul{
		width: 100%;
		margin: 15px 0px 0px;
		height: auto;
	}
	.lishi ul li{
		height: auto;
		padding: 10px !important;
		background: none !important;
		width: 50% !important;;
	}
}
.ititle{
	text-align: center;
	color: #333333;
}
.ititle p{
	font-size: 2.8rem;
	line-height: 32px;
	font-family:Fontnine;
}
.ititle small{
	display: block;
	color: #666666;
	font-size: 1.6rem;
	font-family:Fonteight;
	line-height: 20px;
	margin: 12px 0px 0px;
}
@media (max-width:992px) {
	.ititle p{
		font-size: 2.0rem;
		line-height: 22px;
	}
	.ititle small{
		font-size: 1.4rem;
	}
}
.ihonor{
	padding: 70px 0 60px;
	position: relative;
}
.ihonor .swiper-container{
	position: static;
	margin: 70px 0px 0px;
	padding-bottom: 30px;
}
.ihonor .swiper-slide img{
	width: 100%;
	position: relative;
	z-index: 2;
}
.ihonor .swiper-slide section{
	position: relative;
}
.ihonor .swiper-slide i{
	display: block;
	padding: 0px 9%;
}
.ihonor .swiper-slide section:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #d5d5d5;
	z-index: 1;
	height: 35%;
	transition: .3s;
}
.ihonor .swiper-slide section:hover:after{
	background: #0058b1;
	box-shadow: 0px 10px 20px rgba(0,0,0,.2);
}
.ihonor .swiper-slide section span{
	display: block;
	line-height: 70px;
	color: #3a3a3a;
	font-size: 1.6rem;
	font-family:Fontone;
	text-align: center;
	position: relative;
	z-index: 3;
}
.ihonor .swiper-slide section:hover span{
	color: #fff;
}
.ihonor .swiper-container .swiper-button-next{
	width: 42px;
	height: 78px;
	background: url(../images/hnjt.png) 0 0 no-repeat;
	right: 12%;
	transform: rotate(180deg);
}
.ihonor .swiper-container .swiper-button-prev{
	width: 42px;
	height: 78px;
	background: url(../images/hnjt.png) 0 0 no-repeat;
	left: 12%;
}
@media (max-width:1200px) {
	.ihonor .swiper-container .swiper-button-next{
		right: 2%;
	}
	.ihonor .swiper-container .swiper-button-prev{
		left: 2%;
	}
}
@media (max-width:768px) {
	.ihonor{
		padding: 20px 0;
		position: relative;
	}
	.ihonor .swiper-container{
		margin: 20px 0px 0px;
		padding-bottom: 0px;
	}
}
.wenhua{
	background: url(../images/whbg.jpg) center 0px no-repeat;
	padding: 80px 0px 130px;
}
.wenhua ul{
	margin: 60px 0px 0px;
}
.wenhua ul li{
	width: 16%;
	float: left;
	height: 425px;
	background-position: center 0;
	background-repeat: no-repeat;
	padding: 30px 0px 0px 50px;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	transition: width .3s;
}
.wenhua ul li:after{
	content: "";
	display: block;
	width: 41px;
	height: 41px;
	background: url(../images/jia.png) 0 no-repeat;
	position: absolute;
	left: 50%;
	margin-left: -20px;
	bottom: 30px;
}
.wenhua ul li:before{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: rgba(0,0,0,.3);
	z-index: 2;
}
.wenhua ul li i{
	position: relative;
	z-index: 3;
}
.wenhua ul li.cur{
	width: 52%;
}
.wenhua ul li.cur:after{
	opacity: 0;
}
.wenhua ul li.cur:before{
	opacity: 0;
}
.wenhua ul li h3{
	color: #fff;
	font-size: 2.2rem;
	line-height: 22px;
	font-family:Fontfive;
	margin: 35px 0px;
	position: relative;
	z-index: 6;
}
.wenhua ul li span{
	display: none;
	color: #fff;
	font-size: 1.6rem;
	line-height: 28px;
	font-family:Fontsix;
	width: 216px;
	position: relative;
	z-index: 6;
}
.wenhua ul li.cur span{
	display: block;
}
@media (max-width:992px) {
	.wenhua ul li{
		padding: 30px 0px 0px 20px;
	}
}
@media (max-width:768px) {
	.wenhua{
		padding: 20px 0px;
	}
	.wenhua ul{
		margin: 15px 0px 0px;
	}
	.wenhua ul li{
		width: 50% !important;
		height: auto;
		padding: 15px;
		height: 200px;
	}
	.wenhua ul li h3{
		font-size: 1.6rem;
		margin: 10px 0px;
	}
	.wenhua ul li span{
		display: block;
		font-size: 1.3rem;
		line-height: 20px;
	}
	.wenhua ul li:after{
		display: none;
	}
	.wenhua ul li:before{
		display: none;
	}
}
.hezuo{
	background: url(../images/hzbg.jpg) center bottom no-repeat;
	padding: 80px 0px 140px;
}
.hezuo .ititle{
	text-align: left;
}
.hezuo ul{
	margin: 55px 0px 0px;
	border: 1px #e2e2e2 solid;
}
.hezuo ul li{
	float: left;
	width: 16.66666666666666%;
	border: 1px #e2e2e2 solid;
}
@media (max-width:768px) {
	.hezuo{
		padding: 20px 0px;
	}
	.hezuo ul{
		margin: 15px 0px 0px;
	}
	.hezuo ul li{
		width: 33.33333333333333%;
	}
}
.iproduct{
	padding: 55px 0px;
	background: #f8f8f8;
}
.iproduct ul li a{
	display: block;
	background: #fff;
	margin-bottom: 30px;
	padding: 15px;
	color: #515151;
	transition: .3s;
}
.iproduct ul li a:hover{
	background: #004cb6;
	color: #fff;
}.iproduct ul li a img{	width:100%;}
.iproduct ul li a span{
	display: block;
	line-height: 80px;
	padding: 15px 0px 0px;
	font-family:Fontsix;
	font-size: 1.7rem;
}
.page-list{
	border-top: 2px rgba(0,0,0,.1) solid;
	margin: 30px 0px 10px;
	padding: 20px 0px 0px;
}
.page-list big{
	float: right;
}
.page-list big a{
	display: block;
	line-height: 36px;
	border: 1px rgba(0,0,0,.15) solid;
	padding: 0px 25px;
	float: left;
	border-radius: 2px;
	margin-left: 10px;
	color: #808080;
	font-size: 1.8rem;
	font-family:Fontsix;
	transition: .3s;
}
.page-list big a.hover,.page-list big a:hover{
	color: #fff;
	background: #004cb6;
}
@media (max-width:1200px) {
	.iproduct ul li a{
		padding: 10px;
	}
}
@media (max-width:768px) {
	.iproduct{
		padding: 20px 0px;
	}
	.iproduct ul li a{
		margin-bottom: 15px;
	}
	.iproduct ul li a span{
		line-height: 40px;
		padding: 10px 0px 0px;
		font-size: 1.5rem;
	}
	.page-list big a{
		line-height: 30px;
		padding: 0px 15px;
		margin-left: 5px;
		margin-bottom: 5px;
		font-size: 1.5rem;
	}
	.page-list{
		margin: 15px 0px 10px;
		padding: 20px 0px 0px;
	}
}
.inews{
	padding: 55px 0px;
}
.inews ul li a{
	display: block;
	border: 1px rgba(0,0,0,.15) solid;
	margin-bottom: 30px;
}
.inews ul li a h3{
	margin: 10px 15px 5px;
	color: #333333;
	font-size: 1.6rem;
	font-family: Fontsix;
	line-height: 20px;
	padding: 5px 0px;
}
.inews ul li a span{
	margin: 0px 15px;
	display: block;
	color: #666666;
	line-height: 23px;
	font-family:Fonteight;
}
.inews ul li a small{
	display: block;
	color: #a2a9b9;
	font-size: 1.3rem;
	font-family:Fontsix;
	padding: 10px 15px 25px;
	line-height: 22px;
}
.inews ul li a small i{
	margin-right: 5px;
	line-height: 22px;
}
@@media (max-width:768px) {
	.inews ul li a h3{
		font-size: 1.4rem;
	}
}
.icontact .ictext{
	padding: 55px 0px 0px;
}
.icontact .ictext h3{
	font-size: 3.0rem;
	font-family: Fontfive;
	color: #444;
	border-bottom: 1px rgba(0,0,0,.2) solid;
	padding-bottom: 20px;
}
.icontact .ictext section{
	color: #515151;
	font-size: 2.1rem;
	font-family:Fontsix;
	line-height: 42px;
	margin: 15px 0px;
}.icontact .ictext section p{	font-family:Fontsix;}
.icontact .ictext section font{
	font-family:Fontfive;
}
.icontact .ictext h4{
	font-size: 3.0rem;
	font-family: Fontfive;
	border-top: 1px rgba(0,0,0,.2) solid;
	padding: 20px 0px;
	margin: 0;
}
.icontact .ictext span{
	display: block;
}
.icontact .ictext span a{
	display: block;
	float: left;
	margin-right: 10px;
	position:relative;
}
.icontact .ictext span a i{
	display:none;
	position:absolute;
	width:100px;
	height:100px;
	top:100%;
	left:0;
	box-shadow:0px 0px 5px rgba(0,0,0,.2);
}
.icontact .ictext span a i img{
	width:100%;
	height:auto;
}
.icontact .ictext span a:hover i{
	display:block;
}
.icontact .icmess{
	background: #f2f2f2;
	padding: 55px 35px 65px;
}
.icontact .icmess h3{
	font-size: 3.0rem;
	font-family: Fontfive;
	color: #000;
	padding-bottom: 20px;
}
.icontact .icmess form input{
	border: 1px rgba(0,0,0,.15) solid;
	line-height: 22px;
	padding: 15px;
	background: none;
	width: 100%;
	margin-bottom: 10px;
	outline: none;
}.ipage{	padding:55px 0px;	line-height:28px;	color:#555;	font-family:Fontsix;}
.icontact .icmess form textarea{
	border: 1px rgba(0,0,0,.15) solid;
	line-height: 22px;
	padding: 15px;
	background: none;
	resize: none;
	width: 100%;
	outline: none;
	margin-bottom: 10px;
}
.icontact .icmess form button{
	color: #fff;
	padding: 0px 20px;
	width: 100%;
	border: 0;
	text-align: left;
	font-size: 1.8rem;
	height: 70px;
	background: #00399a url(../images/sdpic.png) right center no-repeat;
	transition: .3s;
}
.icontact .icmess form button:hover{
	background-color: #fc7d01;
}
@media (max-width:1200px) {
	.icontact .ictext h3{
		font-size: 2.2rem;
		padding-bottom: 15px;
	}
	.icontact .ictext section{
		font-size: 1.7rem;
		line-height: 34px;
	}
	.icontact .ictext h4{
		font-size: 2.2rem;
		padding: 15px 0px;
	}
	.icontact .icmess h3{
		font-size: 2.2rem;
		padding-bottom: 15px;
	}
	.icontact .icmess form input{
		padding: 10px;
	}
	.icontact .icmess form button{
		font-size: 1.6rem;
		height: 60px;
	}
}
@media (max-width:992px) {
	.icontact .icmess{
		margin: 15px 0px;
	}
}
@media (max-width:768px) {
	.icontact .ictext{
		padding: 15px 0px;
	}
	.icontact .ictext h3{
		font-size: 1.8rem;
		padding-bottom: 10px;
	}
	.icontact .ictext section{
		font-size: 1.4rem;
		line-height: 24px;
	}
	.icontact .ictext h4{
		font-size: 1.8rem;
		padding: 10px 0px;
	}
	.icontact .icmess h3{
		font-size: 1.8rem;
		padding-bottom: 10px;
	}
	.icontact .icmess{
		margin: 0;
		padding: 15px;
	}	.ipage{		padding:15px 0px;		line-height:22px;		font-size:1.3rem;	}
}
.inewsd{
	padding: 50px 0px;
}
.inesd{
	width:67%;
	float: left;
}
.instui{
	width:30%;
	float: right;
}
@media (max-width:992px) {
	.inesd{
		width:100%;
	}
	.instui{
		display: none;
	}
}
@media (max-width:768px) {
	.inewsd{
		padding: 20px 0px;
	}
}
.instui form{
	width:100%;
	border:2px #000 solid;
	display:flex;
}
.instui form input{
	width:85%;
	line-height:26px;
	padding:10px;
	outline:none;
	border:0;
	font-family:Fontthree;
	font-size:1.8rem;
}
.instui form button{
	width:15%;
	background:url(../images/hfdj.png) center no-repeat;
	border:0;
}
.instui h3{
	color:#222222;
	font-size:2.23rem;
	line-height:30px;
	font-family:Fonttwo;
}
.instui h3:after{
	content:"";
	width:32px;
	display:block;
	height:3px;
	background:#004cb0;
	margin:5px 0px 0px;
}
@media (max-width:1200px) {
	.instui form input{
		line-height:20px;
		font-size:1.6rem;
	}
	.instui h3{
		font-size:2.2rem;
		margin:30px 0px 0px;
	}
}
.instui dl{
	margin:30px 0px 0px;
}
.instui dl dd{
	margin-bottom:20px;
}
.instui dl dd a{
	display:block;
	color:#222222;
}
.instui dl dd a:after{
	content: "";
	display: block;
	clear: both;
}
.instui dl dd a big{
	width:26%;
	display:block;
	overflow:hidden;
	float: left;
}
.instui dl dd a big img{
	width:100%;
	transform:scale(1);
	transition:1s;
}
.instui dl dd a:hover big img{
	transform:scale(1.2);
}
.instui dl dd a section{
	width:70%;
	float: right;
}
.instui dl dd a section p{
	font-family:Fontfive;
	width:100%;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	transition:.3s;
}
.instui dl dd a section span{
	display:block;
	font-size:1.2rem;
	color:#666666;
	font-family:Fontnine;
	line-height:18px;
	max-height:36px;
	overflow:hidden;
	margin: 6px 0px;
	width:100%;
}
.instui dl dd a section small{
	color:#004cb0;
	font-size:1.2rem;
	font-family:Fontnine;
	display:block;
	width:100%;
}
.instui dl dd a:hover section p{
	color:#004cb0;
}
.instt{
	font-size:2.0rem;
	font-family:Fontone;
	text-align:center;
	line-height:22px;
	margin:0px 0px 10px;
}
.insct{
	font-family:Fonteight;
	line-height:24px;
	color:#444;
	margin:20px 0px 0px;
}
.insct p{
	font-family:Fonteight;
}
.instm{
	display:flex;
	justify-content:center;
	border-bottom:2px rgba(0,0,0,.5) solid;
	padding-bottom:7px;
}
.instm span{
	color:#777;
	font-family:Fontsix;
	display:flex;
	line-height:30px;
	margin:0px 10px;
	font-size:1.3rem;
}
.instm span i{
	line-height:26px;
	margin-right:5px;
}
.inesd .fanye a{
	font-size: 1.4rem;
}
@media (max-width:1200px) {
	.instt{
		font-size:1.8rem;
		font-family:Fontthree;
		margin:0px 0px 5px;
	}
	.instm{
		border-bottom:1px rgba(0,0,0,.5) solid;
		padding-bottom:5px;
	}
}
@media (max-width:768px) {
	.instt{
		font-size:1.5rem;
		font-family:Fontsix;
	}
	.instm span{
		line-height:20px;
		font-size:1.2rem;
	}
	.instm span i{
		line-height:17px;
	}
	.insct{
		line-height:22px;
		font-size: 1.3rem;
		margin:10px 0px 0px;
	}
}
.fanye{
	padding: 25px 0px;
}
.fanye a{
	display: block;
	max-width: 50%;
	float: left;
	color: #000;
	font-family:Fontsix;
	font-size: 1.6rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.fanye a:last-child{
	float: right;
}
.fanye a:hover{
	color: #f00;
}
@media (max-width:768px) {
	.fanye{
		padding: 15px 0px 0px;
	}
	.fanye a{
		max-width: 100%;
		width: 100%;
		font-size: 1.4rem;
		line-height: 30px;
	}
}
.iproductd{
	padding: 50px 0px;
}
.pro-img{
	position: relative;
}
.pro-img .xiaotu{
	margin-top:10px;
	margin-right:-10px;
}
.pro-img #Gbig{
	width:100%;
}
.pro-img .colmd5{
	width:45%;
	float: left;
}
.pro-img .colmd7{
	width:52%;
	float: right;
}
@media (max-width:768px){
	.pro-img .colmd5{
		width:100%;
		display: none;
	}
	.pro-img .colmd7{
		width:100%;
	}
	.iproductd{
		padding: 0px 0px 20px;
	}
}
.pro-img .colmd7 .pro-ptt{
	font-size:2.2rem;
	line-height:20px;
	padding:10px 0px 15px;
	border-bottom:1px #ddd solid;
	font-family: Fontsix;
}
.pro-img .colmd7 .clttop{
	width:100%;
}
.jqzzoom{
	position:relative;
}
.jqzoom{
	position:relative;
	overflow:hidden;
	font-size:0;
	border:1px #ddd solid;
}
.zoomdiv{
	float:left;
	top:0 !important;
	left:101% !important;
	border:3px solid #e4e4e4;
	display:none;
	text-align:center;
	overflow: hidden;
	position:absolute;
	z-index:999;
	background-color:#fff;
	font-size:0;
}
.zoomdiv img{
	max-width:none;
}
.bigimg{
	width:1200px;
	height:1200px;
}
.jqZoomPup{
	z-index:10;
	visibility:hidden;
	position:absolute;
	top:0px;
	left:0px;
	width:100px !important;
	height:100px !important;
	border:1px solid #aaa;
	background:#fff 50% top no-repeat;
	opacity:0.5;
	-moz-opacity:0.5;
	-khtml-opacity:0.5;
	filter:alpha(Opacity=50);
	cursor:move;
}
.xiaotu{
	position: absolute;
	bottom: 0;
	left: 48%;
	width: 52%;
}
#xiaotu{
	position:relative;
	width:100%;
	padding:0px 30px;
}
@media (max-width:768px){
	.xiaotu{
		position: static;
		width: 100%;
	}
	.jqZoomPup{
		display:none !important;
	}
	.zoomdiv{
		display:none !important;
	}
	#xiaotu{
		padding: 0;
	}
}
#xiaotu .swiper-container{
	position:static;
}
#xiaotu .swiper-container .swiper-button-next{
	height:100%;
	top:0;
	right:0;
	width:25px;
	margin-top:0px;
	background-color: #004cb0;
	background-size:auto 25px;
}
#xiaotu .swiper-container .swiper-button-prev{
	height:100%;
	top:0;
	left:0;
	width:25px;
	margin-top:0px;
	background-color: #004cb0;
	background-size:auto 25px;
}
@media (max-width:768px) {
	#xiaotu .swiper-container .swiper-button-next{
		background-color: transparent;
		background-image: url(../images/fzjt.png);
		background-size:auto 56px;
		width: 30px;
		height: 56px;
		margin-top: -28px;
		top: 50%;
		transform: rotate(180deg);
	}
	#xiaotu .swiper-container .swiper-button-prev{
		background-color: transparent;
		background-image: url(../images/fzjt.png);
		background-size:auto 56px;
		width: 30px;
		height: 56px;
		margin-top: -28px;
		top: 50%;
	}
}
#xiaotu .swiper-slide a{
	font-size:0;
	display:block;
	position:relative;
	padding-right: 1px;
}
#xiaotu img{
	width:100%;
	border:1px #ddd solid;
}
#xiaotu .swiper-slide a.hover img{
	border:1px #2e67da solid;
}
@media (max-width:768px) {
	#xiaotu .swiper-slide a{
		padding-right: 0px;
	}
	#xiaotu img{
		border:1px #ddd solid;
	}
	#xiaotu .swiper-slide a.hover img{
		border:1px #ddd solid;
	}
}
.colmd7{
	color:rgba(0,0,0,.8);
}
.colmd7 .clttop>section{
	font-size:1.4rem;
	line-height:24px;
	font-family:Fontthree;
	margin:0;
	color: #888;
	padding:10px 0px 0px;
}
.prd-xqtt{
	font-size:1.4rem;
	background:#d7d7d7;
	line-height:20px;
	margin:35px 0px 20px;
	padding:5px 0px 0px 20px;
}
.prd-xqtt p{
	background:#fff;
	padding:5px 20px;
	font-family:Fontone;
	line-height:20px;
	float: left;
}
.prd-content{
	line-height:27px;
	font-family:Fontsix;
	font-size: 1.4rem;
	color: #666;
}
.prd-content p{
	font-family:Fontsix;
}
.prd-content img{
	max-width: 100%;
	height: auto;
}
@media (max-width:1200px) {
	.pro-img .colmd7 .pro-ptt{
		font-size:1.8rem;
	}
	.colmd7 .clttop>section{
		font-size:1.4rem;
		line-height:22px;
	}
}
@media (max-width:992px) {
	.pro-img .colmd7 .pro-ptt{
		font-size:1.8rem;
		padding:10px 0px;
	}
	.colmd7 .clttop>section{
		font-size:1.3rem;
		line-height:20px;
	}
	.prd-content{
		line-height:22px;
		font-size: 1.3rem;
	}
}