.container{
	min-width:1140px !important;
}
.top{
	display:flex;
	justify-content:space-between;
	align-items:center;
	padding:15px 0px 0px;
}
.olinks{
	display:flex;
}
.olinks a{
	display:flex;
	color:#666;
	line-height:32px;
}
.olinks a i{
	color:#f08200;
	font-size:1.9rem;
	line-height:30px;
	margin-right:5px;
}
.olinks a.weibo{
	margin-left:20px;
}
.olinks a.weibo span{
	display:flex;
	justify-content:center;
	align-items:center;
}
.olinks a.weibo:before{
	content:"";
	display:block;
	border-left:3px #888 dotted;
	height:18px;
	margin:7px 20px 0 0px;
}
.menu{
	width:1300px;
	margin:0 auto;
}
@media(max-width:1400px){
	.menu{
		width:100%;
	}
}
.menu ul{
	display:flex;
	justify-content:space-between;
}
.menu ul li{
	width:16.666666666%;
	text-align:center;
}
.menu ul li a{
	line-height:60px;
	display:block;
	color:#000;
	font-size:1.6rem;
	position:relative;
}
.menu ul li a:after{
	content:"";
	display:block;
	width:0;
	left:50%;
	bottom:0;
	height:2px;
	background:#f08200;
	position:absolute;
	z-index:2;
	transition:.3s;
}
.menu ul li:hover a:after,.menu ul li.cur a:after{
	left:0;
	width:100%;
}
#banner{
	min-width:1140px !important;
	margin:1px 0px 0px;
}
#banner .swiper-button-white{
	display:block;
	width:28px;
	height:46px;
	background-color:rgba(0,0,0,.4);
	background-size:auto 40%;
	transition:.3s;
}
#banner .swiper-button-white:hover{
	background-color:rgba(0,0,0,.8);
}
#banner .swiper-pagination{
	bottom:20px;
}
#banner .swiper-pagination span{
	background:rgba(0,0,0,.7);
	width:12px;
	height:12px;
	border-radius:50%;
	opacity:1;
}
#banner .swiper-pagination span.swiper-pagination-bullet-active{
	background:#fff;
}
.title{
	text-align:center;
}
.title span{
	display:block;
	font-size:3.0rem;
	font-weight:bold;
	color:#555;
}
.title small{
	display:flex;
	justify-content:center;
	align-items:center;
	margin:15px 0px 0px;
}
.title small i{
	display:block;
	width:13px;
	height:13px;
	border-radius:50%;
	background:#f08200;
	margin:0px 30px;
}
.title small:before{
	content:"";
	display:block;
	height:1px;
	width:143px;
	background:#ccc;
}
.title small:after{
	content:"";
	display:block;
	height:1px;
	width:143px;
	background:#ccc;
}
.fangan{
	padding:70px 0px 100px;
}
.fangan .anli{
	display:flex;
	overflow:hidden;
	width:100%;
	margin:70px 0px 0px;
}
.fangan .anli ul{
	display:flex;
}
.fangan .anli ul li{
	width:230px;
	margin:0px 30px;
}
.fangan .anli ul li a{
	display:block;
}
.fangan .anli ul li img{
	width:100%;
	border:1px rgba(0,0,0,.1) solid;
	display:block;
}
.fangan .anli ul li span{
	display:block;
	color:#666;
	text-align:center;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	line-height:24px;
	padding:10px 0px 0px;
}
.products{
	background:url(../images/pdbg.jpg) center no-repeat;
	min-width:1140px !important;
	padding:100px 0px;
}
.products ul{
	display:flex;
	margin:60px -6% 0px 0px;
}
.products ul li{
	width:19%;
	margin-right:6%;
	text-align:center;
}
.products ul li a img{
	width:100%;
}
.products ul li a span{
	display:block;
	color:#666;
	line-height:46px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	transition:.3s;
}
.products ul li a:hover span{
	background:#f08200;
	color:#fff;
}
.huoban ul li a span{
	display:block;
	color:#666;
	line-height:46px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	transition:.3s;
}
.huoban ul li a:hover span{
	background:#f08200;
	color:#fff;
}
.huoban{
	padding:120px 0px;
	min-width:1140px !important;
}
.huoban .hezuo{
	display:flex;
	overflow:hidden;
	width:100%;
	margin:65px 0px 0px;
}
.huoban .hezuo ul{
	display:flex;
}
.huoban .hezuo ul li{
	width:230px;
	margin:0px 30px;
}
.huoban .hezuo ul li img{
	width:100%;
	border:2px rgba(0,0,0,.05) solid;
	    width: 100%;
    aspect-ratio: 500 / 400;
    object-fit: cover;
}

footer{
	background-color:#1860ad;
	padding:25px 0px;
	min-width:1140px !important;
}
.bottom{
	display:flex;
	justify-content:space-between;
}
.bottom .contact{
	min-width:285px;
}
.bottom .contact section{
	color:#fff;
	line-height:26px;
	font-size:1.2rem;
	margin:15px 0px 0px;
}
.bottom .contact section a{
	color:#fff;
}
.bottom dl dt{
	text-align:center;
	font-weight:normal;
	margin:0px 0px 5px;
}
.bottom dl dt a{
	font-size:1.5rem;
	line-height:30px;
	color:#fff;
	transition:.3s;
	white-space:nowrap;
}
.bottom dl dd a{
	display:block;
	text-align:center;
	color:#fff;
	font-size:1.2rem;
	transition:.3s;
	line-height:24px;
	white-space:nowrap;
}
.bottom dl a:hover,.bottom dl a.cur{
	color:#f08200;
}
.bottom .ewm{
	display:flex;
	flex-wrap:wrap;
	align-content:flex-end;
	width:70px;
	color:#fff;
	text-align:center;
	font-size:1.2rem;
}
.bottom .ewm p{
	width:100%;
	margin:10px 0px 0px;
}
/*page*/
.ibanner{
	height:300px;
	position:relative;
	overflow:hidden;
	min-width:1140px;
	margin-top:1px;
}
.ibanner img{
	width:auto;
	height:300px;
	position:absolute;
	top:0;
	left:50%;
	margin-left:-960px;
}
.ifangan{
	padding:50px 0px;
}
.ifangan ul{
	display:flex;
	flex-wrap:wrap;
	margin-right:-50px;
	margin:50px 0px 0px;
}
.ifangan ul li{
	width:calc(25% - 50px);
	margin-right:50px;
	margin-bottom:30px;
}
.ifangan ul li a img{
	width:100%;
	border:1px rgba(0,0,0,.1) solid;
}
.ifangan ul li a span{
	display:block;
	line-height:36px;
	color:#555;
	transition:.3s;
	text-align:center;
	padding:5px 0px 0px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.ifangan ul li a:hover span{
	color:#f08200;
}
.lanmu{
	border-bottom:1px rgba(0,0,0,.1) solid;
	padding:15px 0px 10px;
	min-width:1140px;
}
.lanmu ul{
	display:flex;
}
.lanmu ul li{
	margin-right:20px;
}
.lanmu ul li a{
	display:block;
	line-height:26px;
	padding:0px 15px;
	color:#666;
	font-size:1.2rem;
	transition:.3s;
}
.lanmu ul li a:hover,.lanmu ul li.cur a{
	color:#fff;
	background:#f08200;
}
.ititle{
	text-align:center;
}
.ititle span{
	display:block;
	font-size:2.0rem;
	color:#333;
}
.ititle small{
	display:flex;
	justify-content:center;
	align-items:center;
	margin:15px 0px 0px;
}
.ititle small i{
	display:block;
	width:13px;
	height:13px;
	border-radius:50%;
	background:#f08200;
	margin:0px 30px;
}
.ititle small:before{
	content:"";
	display:block;
	height:1px;
	width:143px;
	background:#ccc;
}
.ititle small:after{
	content:"";
	display:block;
	height:1px;
	width:143px;
	background:#ccc;
}
.ifangand{
	padding:50px 0px 30px;
}
.ifangand section{
	margin:35px 0px 0px;
	line-height:30px;
	font-size:medium;
}
.tit{
	color:#fff;
	display:inline-block;
	line-height:42px;
	background:#f08200;
	font-size:x-large;
	text-align:center;
	margin:20px 0px 15px;
	padding:0px 25px;
}
.tittwo{
	color:#fff;
	display:inline-block;
	line-height:30px;
	background:#f08200;
	font-size:large;
	text-align:center;
	margin:20px 0px 15px;
	padding:0px 25px;
}
.fanye{
	border-top:1px rgba(0,0,0,.1) solid;
	padding:15px 0px 0px;
	margin:50px 0px 0px;
}
.fanye dl{
	display:flex;
	justify-content:space-between;
}
.fanye dl dd{
	max-width:50%;
}
.fanye dl dd a{
	display:block;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
	color:#888;
	transition:.3s;
}
.fanye dl dd:first-child a{
	background:url(../images/prev.png) 0px center no-repeat;
	background-size:auto 12px;
	padding-left:18px;
}
.fanye dl dd:last-child a{
	background:url(../images/next.png) right center no-repeat;
	background-size:auto 12px;
	padding-right:18px;
}
.fanye dl dd a:hover{
	color:#f08200;
}
.fanye dl dd:first-child a:hover{
	background:url(../images/prevn.png) 0px center no-repeat;
	background-size:auto 12px;
	padding-left:18px;
}
.fanye dl dd:last-child a:hover{
	background:url(../images/nextn.png) right center no-repeat;
	background-size:auto 12px;
	padding-right:18px;
}
.weizhi{
	border-bottom:1px rgba(0,0,0,.1) solid;
	line-height:43px;
	color:#666;
	font-size:1.2rem;
	min-width:1140px;
}
.weizhi section{
	display:flex;
}
.weizhi section a{
	color:#666;
}
.weizhi section i{
	display:block;
	width:10px;
	background:url(../images/you.png) center no-repeat;
	margin:0px 10px;
}
.weizhi section font{
	color:#f08200;
}
.pdclass{
	border-bottom:1px rgba(0,0,0,.1) solid;
}
.pdclass dl{
	display:flex;
	margin-left:-20px;
}
.pdclass dl dt{
	margin-right:15px;
	padding:6px 0px;
}
.pdclass dl dt a{
	font-weight:normal;
	color:#333;
	display:block;
	line-height:28px;
	padding:0px 20px;
	transition:.3s;
}
.pdclass dl dd{
	padding:8px 0px;
	margin-right:15px;
}
.pdclass dl dd a{
	display:block;
	color:#555;
	line-height:24px;
	font-size:1.2rem;
	padding:0px 20px;
	transition:.3s;
}
.pdclass dl a:hover,.pdclass dl dd.cur a,.pdclass dl dt.cur a{
	background:#f08200;
	color:#fff;
}
.iproduct{
	padding:40px 0px;
}
.iproduct h2{
	font-size:2.4rem;
	font-weight:bold;
	text-align:center;
	margin:30px 0px;
}
.iproduct ul{
	display:flex;
	flex-wrap:wrap;
	padding-bottom:20px;
	margin-right:-50px;
	margin-top:40px;
}
.iproduct ul li{
	width:calc(25% - 50px);
	margin-bottom:20px;
	margin-right:50px;
}
.iproduct ul li a img{
	width:100%;
}
.iproduct ul li a span{
	text-align:center;
	display:block;
	transition:.3s;
	color:#333;
	line-height:40px;
	padding:5px 0px 0px;
}
.iproduct ul li a:hover span{
	color:#f08200;
}
.inews{
	padding:50px 0px;
}
.inews ul{
	margin:40px 7% 0px;
}
.inews ul li{
	border-bottom:1px rgba(0,0,0,.15) dotted;
	padding-bottom:25px;
	margin-bottom:18px;
}
.inews ul li a h3{
	font-size:1.8rem;
	color:#333;
	font-weight:bold;
	line-height:28px;
	transition:.3s;
	margin:0px 0px 15px;
}
.inews ul li a:hover h3{
	color:#f08200;
}
.inews ul li a section{
	display:flex;
	justify-content:space-between;
}
.inews ul li a section big{
	width:15%;
	display:block;
	overflow:hidden;
}
.inews ul li a section big img{
	width:100%;
	transition:1s;
	transform:scale(1);
}
.inews ul li a:hover section big img{
	transform:scale(1.2);
}
.inews ul li a section span{
	width:84%;
	display:flex;
	flex-wrap:wrap;
	align-content:space-between;
}
.inews ul li a section span small{
	display:block;
	width:100%;
	font-size:1.3rem;
	line-height:24px;
	color:#999;
}
.inews ul li a section span h5{
	margin:0;
	width:100%;
	display:flex;
	justify-content:space-between;
}
.inews ul li a section span h5 p{
	font-size:1.2rem;
	color:#999;
	line-height:20px;
}
.inews ul li a section span h5 p:last-child{
	background:url(../images/yan.png) 0px center no-repeat;
	padding-left:20px;
}
.pager{
	display:flex;
	justify-content:center;
	padding:30px 0px 0px;
	margin-top:0 !important;
}
.pager a{
	line-height:30px;
	padding:0px 10px;
	display:block;
	border:1px rgba(0,0,0,.1) solid;
	border-radius:2px;
	margin:0px 5px;
	font-size:1.2rem;
	color:#666;
	transition:.3s;
}
.pager a.hover,.pager a:hover{
	background:rgba(0,0,0,.07);
}
.lanmuu ul li a{
	padding:0px 50px;
}
.inewsd{
	padding:40px 0px 20px;
}
.inewsd h3{
	text-align:center;
	font-size:2.4rem;
}
.inewsd h2{
	font-size:1.4rem;
	display:flex;
	justify-content:space-between;
	line-height:30px;
	color:#888;
	margin:20px 0px 0px;
}
.inewsd h2 p{
	background:url(../images/kafei.png) 0px 6px no-repeat;
	padding-left:25px;
}
.inewsd section{
	line-height:26px;
	margin:20px 0px 0px;
}
.jiob{
	padding:40px 0px 20px;
}
.jiob dl{
	padding:30px 5% 0px;
	background:#fff;
	margin:20px 0px 0px;
}
.jiob dl section{
	border:1px #ddd solid;
	margin-bottom:15px;
}
.jiob dl section dt{
	cursor:pointer;
	font-weight:normal;
	padding:15px 10px;
	display:flex;
	align-items:center;
	background:url(../images/qsbt.png) calc(100% - 40px) center no-repeat;
	background-size:20px auto;
}
.jiob dl section small{
	width:30px;
	height:30px;
	display:block;
	border-radius:50%;
	background:#808080;
	color:#fff;
	text-align:center;
	line-height:30px;
	font-size:1.3rem;
	transition:.3s;
}
.jiob dl section dt p{
	font-size:1.6rem;
	color:#808080;
	margin:0px 0px 0px 25px;
	transition:.3s;
}
.jiob dl section dd{
	display:none;
	padding:0px 10px;
}
.jiob dl section dd>div{
	display:flex;
	border-top:1px #f08200 solid;
	padding:15px 0px;
}
.jiob dl section.active{
	border:1px #f08200 solid;
}
.jiob dl section.active small{
	background:#f08200;
}
.jiob dl section.active:before{
	border-top:1px #fff solid;
}
.jiob dl section.active dt p{
	color:#f08200;
}
.jiob dl section.active dt{
	background:url(../images/qsbtn.png) calc(100% - 40px) center no-repeat;
	background-size:20px auto;
}
.jiob dl section dd>div span{
	display:block;
	line-height:28px;
	margin:0px 0px 20px 25px;
	font-size:1.4rem;
	color:#808080;
}
.jiob dl section:hover small{
	background:#f08200;
}
.jiob dl section:hover dt p{
	color:#f08200;
}
.ihonor{
	padding:40px 0px 20px;
}
.ihonor ul{
	margin:40px 0px 0px;
	display:flex;
	flex-wrap:wrap;
	margin-right:-30px;
}
.ihonor ul li{
	width:calc(25% - 30px);
	margin-bottom:30px;
	margin-right:30px;
}
.ihonor ul li img{
	width:100%;
}
.ihonor ul li a{
	position:relative;
	display:block;
}
.ihonor ul li a span{
	display:block;
	text-align:center;
	color:#fff;
	font-size:1.2rem;
	position:absolute;
	width:100%;
	line-height:30px;
	bottom:0;
	left:0;
	background:rgba(0,0,0,.3);
}
.picshade {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.91;
  filter: alpha(opacity=91);
  z-index: 99;
  display: none;
}

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

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

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

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

.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: 299;
}

.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;
}
.lianxi{
	padding:40px 0px 25px;
}
.icontact{
	display:flex;
	justify-content:space-between;
	padding:50px 0px 0px;
}
.icontact .ictext{
	width:45%;
	padding:10px 0px 0px;
}
.icontact .ictext h3{
	font-weight:bold;
	font-size:1.8rem;
	line-height:40px;
	color:#000;
}
.icontact .ictext section{
	color:#333;
	line-height:30px;
	font-size:1.4rem;
}
.icontact form{
	width:55%;
}
.icontact form section{
	display:flex;
	justify-content:space-between;
}
.icontact form span{
	margin-bottom:10px;
	display:block;
}
.icontact form section span{
	width:48%;
}
.icontact form span p{
	line-height:28px;
	color:#666;
	margin:0px 0px 5px;
}
.icontact form span small{
	display:flex;
}
.icontact form span input{
	width:100%;
	line-height:40px;
	background:#f2f2f2;
	border:1px rgba(0,0,0,.1) solid;
	border-radius:1px;
	outline:none;
	padding-left:15px;
	font-size:1.4rem;
}
.icontact form span small input{
	width:calc(100% - 120px);
}
.icontact form span small .code{
	width:120px;
	padding:5px;
	background:rgba(0,0,0,.05);
	border:1px rgba(0,0,0,.1) solid;
	border-left:0;
}
.icontact form span small .code img{
	width:100%;
}
.icontact form section:last-child span:first-child{
	width:63%;
}
.icontact form section:last-child span:last-child{
	width:33%;
}
.icontact form textarea{
	width:100%;
	line-height:20px;
	background:#f2f2f2;
	border:1px rgba(0,0,0,.1) solid;
	border-radius:1px;
	resize:none;
	outline:none;
	padding:12px 15px;
}
.icontact form button{
	line-height:46px;
	border:0;
	border-radius:2px;
	width:100%;
	color:#fff;
	background:#ff6801;
	transition:.3s;
	display:block;
}
.icontact form button:hover{
	background:#384b60;
}
.map{
	margin:0px 0px 20px;
}
















































