header{
	position:relative;
	width: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	background: rgba(255,255,255,.9);
	box-shadow: 0px 0px 1px rgba(0,0,0,.2);
}
.top{
	position: relative;
	padding: 0px 4%;
}
.logo{
	padding: 15px 0px;
}

.logo img {
   width:236px;
   height:59px;
  }

.menu ul li{
	float: left;
	margin-right: 50px;
}
.menu ul li a{
	display: block;
	line-height: 90px;
	font-family:Fonttwo;
	color: #595959;
	font-size: 1.6rem;
	padding: 0px 5px;
	position: relative;
}
.menu ul li .tmenu>a:after,.menu ul li>a:after{
	content: "";
	display: block;
	height: 2px;
	position: absolute;
	bottom: 100%;
	left: 0;
	width: 100%;
	background: #0061ae;
	opacity: 0;
	transition: .5s;
}
.menu ul li.cur a,.menu ul li:hover a{
	color: #0061ae;
}
.menu ul li.cur a:after,.menu ul li:hover a:after{
	bottom: 1px;
	opacity: 1;
}
.menu ul li .tmenu{
	position: relative;
}
.menu ul li .tmenu dl{
	position: absolute;
	top: 100%;
	display: none;
	left: 0;
	width: 500%;
	padding: 10px 0px 0px;
	z-index: 9;
}
.menu ul li:hover .tmenu dl{
	display: block;
	animation: fadeInDown .5s;
    -webkit-animation: fadeInDown .5s;
}
.menu ul li .tmenu dl dd a{
	display: block;
	font-family:Fontsix;
	color: #595959;
	font-size: 1.6rem;
	padding: 0px 5px;
	text-decoration: none;
	line-height: 36px;
	transition: .3s;
}
.menu ul li .tmenu dl dd a:hover{
	color: #0061ae;
}
.menu ul li span{
	display: none;
	position: absolute;
	width: 100%;
	top: 100%;
	left: 0;
	height: 300px;
	background: #f2f2f2;
}
.menu ul li:hover span{
	display: block;
}
.tips{
	width: 550px;
	height: 480px;
	position: fixed;
	top: 50%;
	margin-top: -240px;
	left: 50%;
	margin-left: -275px;
	z-index: 99998;
	background: #fff;
	border-radius: 5px;
	overflow: hidden;
	display: none;
}
.tips h2{
	line-height: 60px;
	background: #dfdfdf;
	padding: 0px 20px;
	color: #000;
}
.tips h2 p{
	float: left;
	font-size: 2.6rem;
	font-weight: bold;
	font-family: arial;
}
.tips h2 i{
	float: right;
	font-size: 1.4rem;
	line-height: 60px;
	cursor: pointer;
}
.tips span{
	display: block;
	font-size: 1.8rem;
	font-family: arial;
	line-height: 32px;
	text-align: center;
	margin: 7% 0px;
}
.tips span font{
	color: #0061ae;
}
.tips form{
	padding: 0px 10%;
}
.tips form input{
	border-radius: 3px;
	line-height: 24px;
	padding: 15px;
	border: 1px rgba(0,0,0,.15) solid;
	width: 100%;
	font-family: arial;
	font-size: 1.3rem;
}
.tips form button{
	width: 55%;
	margin-top: 8%;
	margin-left: 24.5%;
	color: #fff;
	font-size: 1.8rem;
	font-family: arial;
	border-radius: 3px;
	background: #0061ae;
	line-height: 54px;
	border: 0;
	transition: .3s;
}
.tips form button:hover{
	background: #f4a414;
}
@media (max-width:992px) {
	.logo{
		padding: 10px 0px;
	}
	.menu ul li{
		float: left;
		margin-right: 30px;
	}
	.menu ul li a{
		line-height: 80px;
		font-size: 1.4rem;
	}
}
.heise{
	background: rgba(0,0,0,.8);
	position: fixed;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	z-index: 99997;
	display: none;
}
.menu i{
	display: none;
}
.nav-logo{
	display: none;
	width: 28px;
	float: right;
	margin: 8px 0px 0px;
}
.nav-logo span{
	padding: 3px 0px;
	display: block;
}
.nav-logo span:after{
	content: "";
	display: block;
	height: 2px;
	background: #0061ae;
}
@media (max-width:768px) {
	.menu ul li .tmenu dl{
		display: none !important;
	}
	.menu ul li span{
		display: none !important;
	}
	.nav-logo{
		display: block;
	}
	.logo{
		padding: 5px 0px;
	}
	.logo img{
	    width:120px;
		height: 30px;
	}
	.menu{
		position: fixed;
		right: -100%;
		top: 0;
		height: 100%;
		width: 60%;
		z-index: 99999;
		transition: .5s;
		background: #fff;
	}
	.menuu{
		right: 0;
	}
	.menu i{
		width: 100%;
		display: block;
		text-align: center;
		padding: 10px 0px;
		border-bottom: 2px rgba(0,0,0,.1) solid;
	}
	.menu ul li{
		margin: 0;
		width: 100%;
	}
	.menu ul li a:after,.menu ul li .tmenu>a:after{
		display: none;
	}
	.menu ul li a{
		line-height: 46px;
		font-size: 1.4rem;
		padding: 0px 10px;
		border-bottom: 1px rgba(0,0,0,.1) solid;
	}
	#banner .swiper-button-white{
		display: none;
	}
}

#banner img {
    width:100%;
   }

.product{
	position: relative;
	padding: 50px 0px;
}
.product .swiper-slide a{
	display: block;
	padding: 0px 35px;
	border-right: 1px rgba(0,0,0,.08) solid;
}
.product .swiper-slide a img{
	width: 100%;
}
.product .swiper-slide a big{
	display: block;
	color: #272727;
	font-size: 1.4rem;
	font-weight: 300;
	line-height: 50px;
	text-align: center;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
#product .swiper-button-next{
	width: 14px;
	height: 25px;
	background: url(../images/pdjt.png) center no-repeat;
	margin-top: -35px;
	transform: rotatey(180deg);
}
#product .swiper-button-prev{
	width: 14px;
	height: 25px;
	background: url(../images/pdjt.png) center no-repeat;
	margin-top: -35px;
}
@media (max-width:992px) {
	.product .swiper-slide a{
		padding: 0px 25px;
	}
}
@media (max-width:768px) {
	.product{
		position: relative;
		padding: 20px 0px;
	}
	.product .swiper-slide a{
		padding: 0px 15px;
	}
}
.event{
	background: #f0f0f0;
	padding: 60px 0px;
}
.event h2{
	text-align: center;
	font-weight: 300;
	font-size: 3.6rem;
	line-height: 44px;
}
.event ul{
	margin: 45px 0px 0px;
}
.event ul li{
	float: left;
	width: 46.5%;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	margin-bottom: 15px;
}
.event ul li:nth-child(even){
	float: right;
}
.event ul li a{
	display: block;
	font-size: 2.2rem;
	line-height: 28px;
	color: #000;
	font-weight: 300;
	line-height: 36px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	transition: .3s;
}
.event ul li span{
	display: block;
	font-size: 1.4rem;
	color: #999;
	font-weight: 300;
	line-height: 17px;
	height: 34px;
	overflow: hidden;
	margin: 2px 0px 0px;
}
.event ul li small{
	display: block;
	font-size: 2.0rem;
	font-weight: 300;
	color: #999;
	margin: 8px 0px 10px;
}
.event ul li small em{
	font-size: 1.4rem;
	font-style: normal;
}
.event ul li a:hover{
	color: #0061ae;
}
@media (max-width:992px) {
	.event ul li a{
		font-size: 1.8rem;
	}
}
@media (max-width:768px) {
	.event{
		padding: 20px 0px;
	}
	.event h2{
		font-size: 2.2rem;
		line-height: 34px;
	}
	.event ul{
		margin: 15px 0px 0px;
	}
	.event ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	.event ul li a{
		font-size: 1.6rem;
	}
	.event ul li small{
		font-size: 1.6rem;
	}
}
.bottom{
	padding: 50px 0px;
}
.bottom dl{
	float: left;
	width: 22%;
}
.bottom dl:first-child{
	width: 26%;
	margin-right: 4%;
}
.bottom dl:last-child{
	width: 26%;
}
@media (max-width:768px) {
	.bottom{
		padding: 20px 0px;
	}
	.bottom dl{
		width: 50%;
	}
	.bottom dl:first-child{
		width: 100%;
		margin-bottom: 10px;
	}
	.bottom dl:last-child{
		width: 100%;
	}
}
.bottom dl dt{
	margin-bottom: 15px;
}
.bottom dl dt a{
	font-size: 2.4rem;
	font-family:Fontthree;
	color: #999;
	line-height: 36px;
}
.bottom dl dd a{
	font-family:Fontfour;
	font-size: 1.6rem;
	color: rgba(0,0,0,.3);
	line-height: 34px;
}
.bottom dl section{
	padding: 20px 0px 0px;
}
.bottom dl section span{
	display: block;
	font-family:Fontfive;
	font-size: 1.6rem;
	color: rgba(0,0,0,.3);
	line-height: 26px;
	background-position: 0px center;
	background-repeat: no-repeat;
	padding: 15px 0px 15px 40px;
}

.bottom dl section span a {
    color: rgba(0,0,0,.3);
}

.bottom dl section span p{
	font-family:Fontfive;
}
.bottom dl section span.dh{
	background-image: url(../images/dh.png);
}
.bottom dl section span.cz{
	background-image: url(../images/cz.png);
}
.bottom dl section span.yx{
	background-image: url(../images/yx.png);
}
.bottom dl section span.dz{
	background-image: url(../images/dz.png);
}
.bottom dl form input{
	background: #e7e7e7;
	border: 0;
	line-height: 22px;
	padding: 10px 15px;
	width: 100%;
	font-family:Fontfour;
	margin-bottom: 10px;
	height: 42px;
}
.bottom dl form textarea{
	background: #e7e7e7;
	border: 0;
	line-height: 22px;
	padding: 10px 15px;
	width: 100%;
	resize: none;
	font-family:Fontfour;
	margin-bottom: 10px;
}
.bottom dl form button{
	width: 100%;
	border: 0;
	border-radius: 0;
	color: #fff;
	font-family:Fonttwo;
	font-size: 1.6rem;
	text-align: left;
	padding-left: 10%;
	height: 44px;
	background: #0061ae url(../images/tjt.png) right center no-repeat;
	transition: .3s;
}
.bottom dl form button:hover{
	background-color: #f4a414;
}
@media (max-width:768px) {
	.bottom dl dt{
		margin-bottom: 5px;
	}
	.bottom dl dt a{
		font-size: 1.8rem;
		line-height: 26px;
	}
	.bottom dl section{
		padding: 10px 0px 0px;
	}
	.bottom dl section span{
		font-size: 1.6rem;
		padding: 5px 0px 5px 40px;
	}
	.bottom dl dd a{
		font-size: 1.5rem;
		line-height: 24px;
	}
}
.copy{
	background: #f7f7f7;
	line-height: 70px;
	font-family: arial;
	color: rgba(0,0,0,.5);
}
.copy a{
	color: rgba(0,0,0,.5);
}
.copy ul li{
	float: left;
	margin-left: 25px;
}
@media (max-width:768px) {
	.copy{
		line-height: 20px;
		padding: 15px 0px;
		margin-bottom: 50px;
	}
}
/*page*/

.jumpto {
    display:none;
}

.ibanner{
	position: relative;
}

.ibanner img {
   width:100%;
   }

.ibanner .weizhi{
	position: absolute;
	width: 100%;
	top:35%;
	color: #FFFFFF;
}
.ibanner .weizhi h2{
	font-size: 8.3rem;
	line-height: 100px;
	font-family: Fontthree;
}
.ibanner .weizhi span{
	display: block;
	font-size: 1.6rem;
	text-transform: uppercase;
	font-family: arial;
	margin: 20px 0px 0px;
}
.ibanner .weizhi span a{
	color: #FFFFFF;
}
.ibanner .weizhi.white{
	color: #fff;
}
.ibanner .weizhi.white span a{
	color: #fff;
}
.iabout{
	padding: 80px 0px;
}
.iabout .iabtext{
	max-width: 510px;
	padding: 0px 0px 0px;
}
.iabout .iabtext h3{
	color: #0061ae;
	font-family:Fontfour;
	line-height: 50px;
	font-size: 4.5rem;
}
.iabout .iabtext h2{
	font-size: 4.5rem;
	font-family:Fontfive;
	color: #28201d;
	line-height: 52px;
	margin: 20px 0px 30px;
}
.iabout .iabtext section{
	color: #828282;
	font-size: 1.6rem;
	line-height: 25px;
	font-family: arial;
}
.iabout .iabtext section p{
	font-family: arial;
}
@media (max-width:1200px) {
	.iabout .iabtext h3{
		line-height: 40px;
		font-size: 3.0rem;
	}
	.iabout .iabtext h2{
		font-size: 3.5rem;
		line-height: 42px;
	}
	.iabout .iabtext section{
		font-size: 1.8rem;
		line-height: 28px;
	}
	.ibanner .weizhi h2{
		font-size: 6.3rem;
		line-height: 80px;
	}
}
@media (max-width:992px) {
	.iabout .iabtext{
		padding: 0px 0px 0px;
	}
	.iabout .iabtext h3{
		line-height: 30px;
		font-size: 2.0rem;
	}
	.iabout .iabtext h2{
		font-size: 2.5rem;
		line-height: 32px;
		margin: 10px 0px 20px;
	}
	.iabout .iabtext section{
		font-size: 1.4rem;
		line-height: 24px;
	}
	.ibanner .weizhi h2{
		font-size: 4.3rem;
		line-height: 60px;
	}
}
@media (max-width:768px) {
	.ibanner{
		width: 100%;
		overflow: hidden;
	}
	.ibanner img{

	}
	.iabout{
		padding: 20px 0px;
	}
	.iabout .iabtext{
		margin-bottom: 25px;
	}
	.iabout .iabtext h2{
		font-size: 2.0rem;
		line-height: 22px;
		margin: 5px 0px 10px;
	}
	.ibanner .weizhi h2{
		font-size: 2.3rem;
		line-height: 30px;
	}
	.ibanner .weizhi span{
		font-size: 1.4rem;
	}
}
.factory{
	background: #f0f0f0;
}
.fctext{
	background: #fff;
	box-shadow: 0px 0px 30px rgba(15,144,137,.1);
	padding: 50px 10% 35px;
	text-align: center;
	position: relative;
	z-index: 6;
	margin-top: -12%;
	margin-bottom: 100px;
}
.factory h2{
	font-size: 4.5rem;
	color: #0061ae;
	text-align: center;
	font-family: Fontseven;
	background: url(../images/hxbg.png) center bottom no-repeat;
	padding-bottom: 15px;
	margin-bottom: 25px;
}
.factory section{
	color: #4a3f54;
	font-size: 1.8rem;
	line-height: 27px;
	font-family: Fontsix;
	text-align: center;
}
@media (max-width:1200px) {
	.fctext{
		padding: 40px 8% 35px;
	}
	.factory h2{
		font-size: 3.5rem;
	}
	.factory section{
		font-size: 1.6rem;
		line-height: 25px;
	}
}
@media (max-width:992px) {
	.fctext{
		margin-bottom:50px;
	}
}
@media (max-width:768px) {
	.fctext{
		box-shadow: 0px 0px 15px rgba(15,144,137,.1);
		padding: 15px 5%;
		margin-top: 15px;
		margin-bottom:30px;
	}
	.factory h2{
		font-size: 2.0rem;
		padding-bottom: 15px;
		margin-bottom: 10px;
	}
	.factory section{
		font-size: 1.4rem;
		line-height: 24px;
	}
}
.fctext ul{
	padding: 0px 8%;
	margin: 3% 0px 0px;
}
.fctext ul li{
	float: left;
	width: 25%;
}
.fctext ul li span{
	display: block;
	color: #4a3f54;
	font-family: Fontseven;
	font-size: 1.8rem;
	margin: 15px 0px 0px;
}
.facimg{
	margin: 3.5% 0px 0px;
	text-align: center;
}
.facimg img{
	max-width: 100%;
}
@media (max-width:1200px) {
	.fctext ul li span{
		font-size: 1.6rem;
	}
}
@media (max-width:768px) {
	.fctext ul{
		padding: 0px 0;
	}
	.fctext ul li img{
		max-width: 40px;
	}
	.fctext ul li span{
		font-size: 1.4rem;
		margin: 5px 0px 0px;
	}
}
.lanmu{
	background: #fff;
	box-shadow: 0px 0px 30px rgba(0,0,0,.1);
}
.lanmu>i{
	display: block;
	height: 4px;
	background: #0061ae;
	width: 0;
	transition: .5s;
}
.lanmu ul{
	padding: 0px 50px;
}
.lanmu ul li{
	float: left;
	margin-right: 6%;
}
.lanmu ul li a{
	display: block;
	line-height: 72px;
	font-size: 1.8rem;
	font-family:Fontseven;
	color: #4a3f54;
	text-decoration:none;
	padding: 4px 0px 0px;
	cursor: pointer;
}

.lanmu ul li.cur a {
    color: #0061ae;
}

@media (max-width:1200px) {
	.lanmu ul{
		padding: 0px 30px;
	}
	.lanmu ul li a{
		font-size: 1.6rem;
	}
}
@media (max-width:768px) {
	.lanmu{
		box-shadow: 0px 0px 20px rgba(0,0,0,.1);
	}
	.lanmu>i{
		display: none;
	}
	.lanmu ul{
		padding: 15px 0px 5px;
	}
	.lanmu ul li{
		width: 48%;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.lanmu ul li:nth-child(even){
		float: right;
	}
	.lanmu ul li a{
		line-height: 32px;
		border: 1px rgba(0,0,0,.15) solid;
		font-size: 1.4rem;
		text-align: center;
	}
}
.iproduct{
	padding: 40px 0px;
}
.iproduct dl{
	margin-bottom: 30px;
	padding: 0px 30px;
}
.iproduct dl dd{
	margin-right: 20px;
	float: left;
	margin-bottom:10px;
}
.iproduct dl dd a{
	display: block;
	line-height: 42px;
	background: #f7f7f7;
	padding: 0px 20px;
	font-size: 1.6rem;
	font-family:Fontseven;
	color: #364241;
	border-radius: 21px;
	transition: .3s;
}
.iproduct dl dd.cur a,.iproduct dl dd:hover a{
	color: #fff;
	background: #0061ae;
}
@media (max-width:1200px) {
	.iproduct dl{
		padding: 0px 20px;
	}
}
@media (max-width:768px) {
	.iproduct{
		padding: 20px 0px;
	}
	.iproduct dl{
		margin-bottom: 10px;
		padding: 0px 0px;
	}
	.iproduct dl dd{
		margin-right: 0px;
		width: 48%;
		margin-bottom: 10px;
	}
	.iproduct dl dd:nth-child(even){
		float: right;
	}
	.iproduct dl dd a{
		line-height: 32px;
		text-align: center;
		font-size: 1.4rem;
		border-radius: 5px;
	}
}
.iproduct ul a{
	display: block;
	margin-bottom: 40px;
	text-align: center;
}
.iproduct ul a big{
	display: block;
	border-radius: 5px;
	overflow: hidden;
}

.iproduct ul a img {
    width: 100%;
    aspect-ratio: 800 / 800;
    object-fit: cover;
}

.iproduct ul a span{
	display: block;
	color: #0061ae;
	font-size: 2.0rem;
	line-height: 36px;
	font-family: Fontseven;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin: 15px 0px 0px;
}
.iproduct ul a small{
	display: block;
	font-size: 1.8rem;
	color: #f1755c;
	font-family: Fontseight;
}
@media (max-width:1200px) {
	.iproduct ul a span{
		font-size: 1.8rem;
		line-height: 30px;
	}
	.iproduct ul a small{
		font-size: 1.6rem;
	}
}
@media (max-width:768px) {
	.iproduct ul{
		margin-left: -7px;
		margin-right: -7px;
	}
	.iproduct ul li{
		padding: 0px 7px;
	}
	.iproduct ul li a{
		margin-bottom: 10px;
	}
	.iproduct ul li a big{
		border-radius: 0;
	}
	.iproduct ul a span{
		font-size: 1.5rem;
		margin: 5px 0px 0px;
	}
	.iproduct ul a small{
		font-size: 1.3rem;
	}
}
.page-list{
	padding: 30px 0px 10px;
}
.page-list section{
	float: right;
}
.page-list section a{
	display: block;
	float: left;
	width: 46px;
	height: 46px;
	border-radius: 50%;
	font-family:Fontsix;
	font-size: 1.5rem;
	background-color: #f6f6f6;
	text-align: center;
	color: #999;
	line-height: 46px;
	margin-left: 15px;
	transition: .3s;
	background-position: center;
	background-repeat: no-repeat;
}
.page-list section a.hover,.page-list section a:hover{
	color: #fff;
	background-color: #0061ae;
}
.page-list section>a:first-child{
	background-image: url(../images/fyjt.png);
	transform: rotateY(180deg);
}
.page-list section>a:last-child{
	background-image: url(../images/fyjt.png);
}
.page-list section>span:first-child a{
	background-image: url(../images/fyjt.png);
	transform: rotateY(180deg);
}
.page-list section>span:last-child a{
	background-image: url(../images/fyjt.png);
}
.page-list section>a:first-child:hover{
	background-image: url(../images/fyjtn.png);
	transform: rotateY(180deg);
}
.page-list section>a:last-child:hover{
	background-image: url(../images/fyjtn.png);
}
.page-list section>span:first-child a:hover{
	background-image: url(../images/fyjtn.png);
	transform: rotateY(180deg);
}
.page-list section>span:last-child a:hover{
	background-image: url(../images/fyjtn.png);
}
@media (max-width:768px) {
	.page-list{
		padding: 10px 0px 0px;
	}
	.page-list section a{
		width: 36px;
		height: 36px;
		font-size: 1.3rem;
		line-height: 36px;
		margin-left: 5px;
	}
}
.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: Fontten;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	line-height: 20px;
	padding: 5px 0px;
}
.inews ul li a span{
	margin: 0px 15px;
	height: 50px; overflow: hidden;
	display: block;
	color: #666666;
	line-height: 23px;
	font-family:Fontsix;
}
.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;
}

.inews ul li img {
    width: 100%;
    aspect-ratio: 964 / 626;
    object-fit: cover;
}

@media (max-width:768px) {
	.inews{
		padding: 20px 0px;
	}
	.inews ul li a{
		margin-bottom: 15px;
	}
	.inews ul li a h3{
		font-size: 1.4rem;
	}
}
.icontact .ictext{
	padding: 55px 0px 0px;
}
.icontact .ictext h3{
	font-size: 3.0rem;
	font-family: Fontseven;
	color: #444;
	border-bottom: 1px rgba(0,0,0,.2) solid;
	padding-bottom: 20px;
}
.icontact .ictext section{
	color: rgba(0,0,0,.5);
	font-size: 1.8rem;
	line-height: 42px;
	margin: 15px 0px;
	font-family:Fontten;
}
.icontact .ictext section font{
	font-family:Fontsnine;
	color: #333;
}
.icontact .ictext h4{
	font-size: 3.0rem;
	font-family: Fontthree;
	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;
}
.icontact .icmess{
	background: #f2f2f2;
	padding: 55px 35px 65px;
}
.icontact .icmess h3{
	font-size: 3.0rem;
	font-family: Fontseight;
	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;
}
.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: #0061ae 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;
	}
}
.inewsd{
	padding: 50px 0px;
}

.inewsdk img {
    width:100%;
}

.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:#0061ae;
	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:Fontseight;
	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:Fontsix;
	line-height:18px;
	max-height:36px;
	overflow:hidden;
	margin: 6px 0px;
	width:100%;
}
.instui dl dd a section small{
	color:#0061ae;
	font-size:1.2rem;
	font-family:Fontsix;
	display:block;
	width:100%;
}
.instui dl dd a:hover section p{
	color:#0061ae;
}
.instt{
	font-size:2.0rem;
	font-family:Fonttwo;
	text-align:center;
	line-height:22px;
	margin:0px 0px 10px;
}
.insct{
	font-family:Fonteight;
	line-height:24px;
	color:#444;
	margin:20px 0px 0px;
}

.insct img {
    width:100%;
}

.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:Fontseight;
	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: 0px 0px 50px;
}
.pro-img{
	position: relative;
}
.pro-img .xiaotu{
	margin-top:10px;
	margin-right:-10px;
}
.pro-img #Gbig{
	width:100%;
}
.pro-img .colmd5{
	width:40%;
	float: left;
}
.pro-img .colmd7{
	width:57%;
	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:800px;
	height:800px;
}
.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: 43%;
	width: 57%;
}
#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: #0061ae;
	background-size:auto 25px;
}
#xiaotu .swiper-container .swiper-button-prev{
	height:100%;
	top:0;
	left:0;
	width:25px;
	margin-top:0px;
	background-color: #0061ae;
	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 #0061ae 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:Fontsix;
	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;
}

/* 展会 */
.zhanhui {
    height: auto;
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 60px;
    background-color: #f9f9f9;
}

.zhanhui h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:3.6rem;
   font-weight:300;
   color:#333333;
   text-align:center;
   margin-top:0px;
   margin-bottom:3rem;
   }
   
.lunbo {
    margin-top: 30px;
}
   
.lunbo .swiper-container {
    padding-top: 100px;
    padding-bottom: 120px;
}

.lunbo .swiper-slide img {
    max-width: 100%;
    height: auto;
    display: block;
}

.page-wrap {
    width: 90%;
    max-width: 1440px;
    margin: 0px auto;
}

.zhanhuik {
    height: auto;
    overflow: hidden;
    position: relative;
}

.zh-zi {
   position: absolute;
   width:100%;
   height: 3rem;
   line-height: 3rem;
   left:0rem;
   bottom:0rem;
   color: #FFFFFF;
   padding-left: 1rem;
   background-color: rgba(0,0,0,.6);
}


/* 企业文化 */
.wk2 {

	-webkit-perspective:1000px;

	-o-perspective:1000px;

	-ms-perspective:1000px;

	perspective:1000px;

}   
   
.wenhua {
   height:auto;
   overflow:hidden;
   background-color:#0061ae;
   -webkit-transform:rotatex(-80deg) translateZ(0);
   -ms-transform:rotatex(-80deg) translateZ(0);
   transform:rotatex(-80deg) translateZ(0);
   -webkit-transform-origin:0 0 0;
   -ms-transform-origin:0 0 0;
   transform-origin:0 0 0;
   opacity:0;
   transition:1s;
   display: flex;
   align-items: center;
   justify-content: center;
   }
   
.wenhua.on {
	-webkit-transform:rotatex(0) translateZ(0);
	-ms-transform:rotatex(0) translateZ(0);
	transform:rotatex(0) translateZ(0);
	opacity:1;
}
   
.wenhua-aa {
   width:50%;
   float:left;
   }   
   
.wenhua-bb {
   width:50%;
   float:left;
   padding: 40px;
   color:#FFFFFF;
   font-size:16px;
   line-height: 2;
   }
   
.wenhua-bb h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:32px;
   font-weight: bold;
   margin-top:0px;
   margin-bottom:35px;
   color:#FFFFFF;
   }  
   
.wenhua img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s; width:100%;}  

.wenhua:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
	transition: all 500ms ease-in 0ms;
   } 
   
.wenhua section {
   overflow: hidden;
   }	 
	
section {
    display: block;
} 

/* 荣誉 */
.ihonor {
    background: url(../images/rybg.jpg) center no-repeat;
    color: #262626;
    background-size: cover;
    padding: 70px 15%;
}

.ititle big {
    display: block;
    font-size: 32px;
    font-weight: bold;
    line-height: 50px;
} 

.ititle span {
    display: block;
    color: #8d8d91;
    font-size: 20px;
    line-height: 47px;
    font-family: Fontone;
    margin: 5px 0px 0px;
}

.ihonor ul {
	margin-top:40px;
	margin-right:-15px;
	margin-left:-15px;
	padding-bottom:30px;
}
.ihonor ul li {
	float:left;
	width:25%;
	list-style-type:none;
	padding:0px 15px;
	margin-bottom:30px;
}
.ihonor ul li span {
	display:block;
	background:#fff;
	padding:25px;
	border-radius:15px;
}

.ihonor ul li span img {
   width:100%;
   }

.ihonor .more {
	width:55%;
	text-align:center;
	background:#fff;
	line-height:100px;
	color:#000;
	font-size:24px;
	cursor:pointer;
	transition:.3s;
	margin:0 auto;
}
.ihonor .more:hover {
	background:#0061ae;
	color:#fff;
}

@media (max-width:1400px) {
.ihonor ul li span {
	padding:10px;
}
.ihonor .more {
	line-height:50px;
	font-size:16px;
}
}

@media (max-width:992px) {
.ihonor ul {
	margin-top:10px;
	margin-right:-5px;
	margin-left:-5px;
	padding: 0rem;
	padding-bottom:10px;
}
.ihonor ul li {
	width:50%;
	padding:0px 5px;
	margin-bottom:10px;
}
.ihonor ul li span {
	padding:5px;
}
.ihonor .more {
	line-height:40px;
	font-size:14px;
}
}

/* 合作伙伴 */
.hezuo {
    height: auto;
    overflow: hidden;
    padding-top: 50px;
    padding-bottom: 45px;
    font-size: 16px;
    color: #333333;
}

.hezuo h2 {
    font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
    font-size: 32px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 20px;
    color: #333333;
}

.hzrow {
   height: auto; overflow: hidden;
   margin-left:-15px;
   margin-right:-15px;
   }
   
.hzrow li {
   list-style-type:none;
   width:16.66%;
   float:left;
   padding-left:15px;
   padding-right:15px;
   margin-bottom:15px;
   }
   
.hzrow li img {
    border:1px solid #EEEEEE;
}


.rongyu {
    height: auto;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom:90px;
}

.sbkuan {
   width:70%;
   margin:0 auto;
   }
   
.rykk {
   height:auto; overflow:hidden;
   font-size:18px;
   line-height:30px;
   }
   
.rykk h2 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:32px;
   font-weight:bold;
   margin-top:10px;
   margin-bottom:15px;
   color:#333333;
   }
	
        

.rygun {
    margin-top: -105px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.rygun .swiper-slide img {
   width:100%;
   border: 1px solid #EEEEEE;
   }

.rygun .swiper-container {
    padding-top: 160px;
}

.rygun .swiper-button-prev {
    position: absolute;
    top: 11%;
    width: 51px;
    height: 51px;
	left:90%;
    margin-top: 0px;
    z-index: 8;
    cursor: pointer;
	background:url(../images/zuox.png);
    background-size: 51px 51px;
    background-position: center;
    background-repeat: no-repeat;
}   

.rygun .swiper-button-next {
    position: absolute;
    top: 11%;
    width: 51px;
    height: 51px;
	right:0%;
    margin-top: 0px;
    z-index: 8;
    cursor: pointer;
	background:url(../images/youx.png);
    background-size: 51px 51px;
    background-position: center;
    background-repeat: no-repeat;
} 


/* 人才招聘 */
.ijoint {
    padding: 0px;
}
	
.ijoin {
	margin:2.5rem 0px 0px;
}
.ijoin dl {
	background:#0061ae;
	padding:0px 7rem;
}
.ijoin dl dd {
	float:left;
	width:25%;
	color:#fff;
	line-height:4rem;
	padding:2.5rem 0px;
	font-size:2rem;
}
.ijoin dl dd:nth-of-type(4) {
	width:22%;
}
.ijoin dl dd:nth-of-type(5) {
	width:30%;
}

@media (max-width:1400px) {
	.ijoin dl dd {
	font-size:1.8rem;
}
}@media (max-width:992px) {
	.ijoin {
	margin:1.5rem 0px 0px;
}
.ijoin dl {
	padding:0px 1.5rem;
}
.ijoin dl dd {
	line-height:3rem;
	padding:1rem 0px;
	font-size:1.6rem;
}
.ijoin dl dd:nth-of-type(2),.ijoin dl dd:nth-of-type(3),.ijoin dl dd:nth-of-type(4) {
	display:none;
}
.ijoin dl dd:nth-of-type(1) {
	width:70%;
}
}.ijoin ul {
	margin-top:3rem;
}
.ijoin ul li {
	border-bottom:1px rgba(0,0,0,.15) dashed;
	list-style-type:none;
	margin-bottom:2rem;
}
.ijoin ul li .jitp {
	padding:2.5rem 7rem;
	transition:.3s;
}
.ijoin ul li .jitp span {
	display:block;
	float:left;
	width:25%;
	color:#545459;
	line-height:4.4rem;
	font-size:1.9rem;
}
.ijoin ul li .jitp span:nth-of-type(4) {
	width:22%;
}
.ijoin ul li .jitp span:nth-of-type(5) {
	width:30%;
}
@media (max-width:1400px) {
	.ijoin ul li .jitp span {
	font-size:1.6rem;
}
}
@media (max-width:992px) {
	.ijoin ul {
	margin-top:1rem;
}
.ijoin ul li {
	margin-bottom:1rem;
}
.ijoin ul li .jitp {
	padding:1rem 1.5rem;
}
.ijoin ul li .jitp span {
	line-height:2.4rem;
	font-size:1.4rem;
}
.ijoin ul li .jitp span:nth-of-type(2),.ijoin ul li .jitp span:nth-of-type(3),.ijoin ul li .jitp span:nth-of-type(4) {
	display:block;
}
.ijoin ul li .jitp span:nth-of-type(1) {
	width:100%;
}
}.ijoin ul li .jitp span small {
	width:13.8rem;
	display:block;
	height:4.4rem;
	font-size:1.9rem;
	color:#545459;
	background:#efefef;
	cursor:pointer;
	text-align:center;
	transition:.3s;
	float:left;
}
.ijoin ul li.cur {
	border-bottom:0;
	box-shadow:0px 0px 3rem rgba(0,0,0,.15);
}
.ijoin ul li.cur .jitp span small {
	background:#fff;
}
.ijoin ul li .jitp span small:hover {
	background:#a11d2c;
	color:#fff;
}
.ijoin ul li.cur .jitp {
	background:#e6e6e6;
}
.ijoin ul li .jitp span i {
	display:block;
	background:url(../images/sjt.png) center no-repeat;
	height:4.4rem;
	float:right;
	cursor:pointer;
	width:4rem;
}
.ijoin ul li.cur .jitp span i {
	transform:rotate(180deg);
}
.ijoin ul li .jitp span a {
	display:none;
	width:90%;
	height:3rem;
	line-height:3rem;
	color:#545459;
	background:#efefef;
	font-size:1.4rem;
	margin-left: 1rem;
	text-align:center;
}
@media (max-width:1400px) {
	.ijoin ul li .jitp span small {
	font-size:1.6rem;
}
}@media (max-width:992px) {
	.ijoin ul li .jitp span a {
	display:none;
}
.ijoin ul li .jitp span small {
	display:none;
}
.ijoin ul li .jitp span i {
	display:none;
}
}.ijoin .jibt {
	display:none;
	padding:2rem 7rem 5rem;
}
.ijoin .jibt h1 {
	font-size:2.0rem;
	line-height:4rem;
}
.ijoin .jibt section {
	padding:1.5rem 0px 1.5rem 2rem;
	color:#545459;
	line-height:26px;
}
.ijoin .jibt>div>h2 {
	width:14rem;
	line-height:4.4rem;
	color:#fff;
	background:#a11d2c;
	text-align:center;
	font-size:1.5rem;
	transition:.3s;
	cursor:pointer;
	margin:1.5rem 0px 0px;
}
.ijoin .jibt>div>h2:hover {
	background:#fe710a;
}
.ijoindd .zwxxx {
	padding-bottom:1rem;
}
.ijoindd .zwxxx span {
	display:block;
	line-height:3rem;
	color:#000;
}
.ijoindd .zwxxx .zpzw {
	font-size:1.6rem;
	margin-bottom:1rem;
}
.ijoindd iframe {
	height:72rem;
	width:100%;
}


@media (max-width:992px) {
	.ijoindd {
	margin:0;
}
.ijoindd .jibt {
	display:block;
	padding:0px;
}
.ijoindd .jibt h1 {
	font-size:1.6rem;
	line-height:30px;
}
.ijoindd .jibt section {
	padding:10px 0px;
}
}

.ijoin ul {
   padding:0px;
   }
   
   
.apply {
	position:fixed;
	z-index:10000;
	background:rgba(0,0,0,.8);
	top:0;
	left:0;
	width:100%;
	height:100%;
	display:none;
}
.zwcont {
	width:60%;
	left:20%;
	top:50%;
	margin-top:-378px;
	position:relative;
}
.zwcont iframe {
	height:756px;
	background:transparent;
	width:100%;
}
.tmbody {
	background:transparent;
}
.zwcont .closets {
	position:absolute;
	height:90px;
	right:15px;
	top:0;
	cursor:pointer;
	width:40px;
	background:url(../images/gbtou.png) center no-repeat;
}
.sqxx {
	width:100%;
	background:#fff;
}
.sqxx h2 {
	text-align:center;
	font-size:2.0rem;
	margin:0px;
	color:#000;
	line-height:90px;
}
.sqxx h2 big {
	font-size:2.0rem;
}
.sqxx .form {
	background:#f6f6f6;
	padding:30px 7% 25px;
}
.sqxx .form div {
	float:left;
	width:47%;
	margin-right:6%;
	margin-bottom:25px;
}
.sqxx .form div:nth-child(2n+0) {
	margin-right:0;
}
.sqxx .form div p {
	float:left;
	width:88px;
	color:#636366;
	line-height:42px;
}
.sqxx .form div p:before {
	content:"* ";
	color:#f00;
}
.sqxx .form div input {
	width:calc(100% - 88px);
	background:#fff;
	border:1px rgba(0,0,0,.1) solid;
	line-height:22px;
	outline:none;
	padding:9px 10px;
}
.sqxx .form div select {
	width:calc(100% - 88px);
	border:1px rgba(0,0,0,.1) solid;
	background:#fff;
	height:42px;
	outline:none;
	padding:0px 10px;
}
.sqxx .form div:last-child {
	width:100%;
}
.sqxx .form div textarea {
	width:calc(100% - 88px);
	background:#fff;
	border:1px rgba(0,0,0,.1) solid;
	line-height:22px;
	outline:none;
	padding:9px 10px;
	resize:none;
}
.sqxx form button {
	display:block;
	margin:30px auto 0px;
	background:#a11d2c;
	width:100%;
	max-width:230px;
	color:#fff;
	height:44px;
	outline:none;
	font-size:15px;
	transition:.3s;
	border:0;
}
.zwcont form button:hover {
	background:#333;
}    

/* 顶部公告 */
.dingbu {
    height: auto; overflow: hidden;
    line-height: 60px;
    font-size: 16px;
    color: #FFFFFF;
    background-color: #0061ae;
}

.dingbu-aa {
    width:23%;
    margin-right: 2%;
    text-align: right;
    float:left;
    }

.dingbu-bb {
    width:100%;
   }
   
.dingbu-bb li {
    list-style-type:none;
    width:100%;
    text-align: center;
    height: auto; overflow: hidden;
       white-space: nowrap;
text-overflow: ellipsis;
}

.dingbu-bb li a {
    color: #FFFFFF;
}

.yc {
    display: block;
}

.yd {
    display: none;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    
 .top {
    position: relative;
    padding: 0px 1%;
}

.menu ul li {
    float: left;
    margin-right: 30px;
}
    
}

@media (min-width: 1000px) and (max-width: 1200px) {
    
 .top {
    position: relative;
    padding: 0px 1%;
}

.menu ul li {
    float: left;
    margin-right: 15px;
}

.container {
    width:100%;
}
    
}


@media (min-width: 0px) and (max-width: 1000px) {

.dingbu {
    height: auto;
    overflow: hidden;
    line-height: 40px;
}    
    
.dingbu-aa {
    display: none;
}

.dingbu-bb {
    width:100%;
}

.zhanhui {
    height: auto;
    overflow: hidden;
    padding-top: 30px;
    padding-bottom: 30px;
    background-color: #f9f9f9;
}

.zhanhui h2 {
    font-size: 2rem;
    font-weight: 300;
    color: #333333;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 1.5rem;
}

.yc {
    display: none;
}

.yd {
    display: block;
}

.ibanner .weizhi {
    width: 100%;
    top: 20%;
}

.wenhua {
    display:inherit;
}

.wenhua-aa {
    width: 100%;
}

.wenhua-bb {
    width: 100%;
    padding: 20px;
    font-size: 14px;
}

.wenhua-bb h2 {
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 16px;
    color: #FFFFFF;
}

.ihonor {
    color: #262626;
    background-size: cover;
    padding: 15px;
}

.ititle big {
    display: block;
    font-size: 25px;
    font-weight: bold;
    line-height: 30px;
}

.hezuo {
    height: auto;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    color: #333333;
}

.hezuo h2 {
    font-size: 25px;
    font-weight: bold;
    margin-top: 0px;
    margin-bottom: 10px;
    color: #333333;
}

.hzrow li {
    list-style-type: none;
    width: 33.3%;
    float: left;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px;
}

.rongyu {
    height: auto;
    overflow: hidden;
    padding-top: 20px;
    padding-bottom: 40px;
}

.rygun {
    margin-top: -85px;
    height: auto;
    overflow: hidden;
    position: relative;
}

.rygun .swiper-container {
    padding-top: 100px;
}

.sbkuan {
    width: 90%;
    margin: 0 auto;
}

.rykk h2 {
    font-size: 25px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 15px;
    color: #333333;
}

.rygun .swiper-button-prev {
    position: absolute;
    top: 11%;
    width: 30px;
    height: 30px;
	left:80%;
    margin-top: 0px;
    z-index: 8;
    cursor: pointer;
	background:url(../images/zuox.png);
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
}   

.rygun .swiper-button-next {
    position: absolute;
    top: 11%;
    width: 30px;
    height: 30px;
	right:0%;
    margin-top: 0px;
    z-index: 8;
    cursor: pointer;
	background:url(../images/youx.png);
    background-size: 30px 30px;
    background-position: center;
    background-repeat: no-repeat;
} 

.ijoin .jibt {
    display:block;
    padding: 1rem;
}

.ijoin .jibt h1 {
    font-size: 1.6rem;
    line-height: 2.5rem;
}

.ijoin ul li .jitp span {
    display: block;
    float: left;
    width: 100%;
    color: #545459;
    line-height: 3rem;
    font-size: 1.4rem;
}

.lanmu ul li.cur a {
    color: #FFFFFF;
    background-color: #0061ae;
}

.fygnav {
    padding: 0px;
	height:50px;
	background-color:#0061ae;
}
.fygnav ul {
    list-style-type: none;
    width: 100%;
    margin: 0px;
    padding: 0px;
}
.fygnav li {
    width: 25%;
    text-align: center;
    float: left;	
}
.fygnav li a { display:block; color:#FFFFFF; background-color:#0061ae; height:50px; padding-top:3px; border-right:1px solid rgba(255,255,255,.2);}

.fygnav li a:hover { color:#FFFFFF; background-color:#0061ae;}

.fygnav li p {
   margin-top:2px;
   }
    
}    
    

