body{
	min-width:1170px;
}
body .container{
	min-width:1170px;
}
.top{
	padding: 4px 0px;
}
.menu{
	margin-left: 6%;
}
.menu ul li{
	float: left;
	padding: 22px 20px;
}
.menu li a{
	display: block;
	line-height: 47px;
	color: #2d2d2d;
	font-family: Avenir-Roman;
	font-size: 1.8rem;
	text-transform: uppercase;
	padding: 0px 8px;
	position: relative;
}
.menu li a:after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	height: 5px;
	width: 0;
	background-color: #d7181f;
	transition: .5s;
}
.menu li.active a:after,.menu li a:hover:after{
	width: 100%;
	left: 0;
}
.search dl{
	padding: 13px 0px;
}
.search dl dd{
	float: right;
	padding: 0px 5px;
}
.search dl dd a{
	display:block;
	position:relative;
}
.search dl dd a i{
	position:absolute;
	width:80px;
	top:110%;
	right:0;
	display:none;
	z-index:99;
}
.search dl dd a i img{
	width:100%;
	height:auto;
	border:1px #ddd solid;
}
.search dl dd a:hover i{
	display:block;
}
.search form{
	max-width: 100%;
	width: 285px;
	border: 1px rgba(0,0,0,.3) solid;
	height: 26px;
	border-radius: 13px;
	overflow: hidden;
}
.search form input{
	line-height: 24px;
	border: 0;
	width: 85%;
	float: left;
	outline: none;
	font-family: Avenir-Roman;
	padding: 0px 10px;
}
.search form button{
	width: 15%;
	float: right;
	border: 0;
	height: 24px;
	background: url(../images/fdj.png) center no-repeat;
}

.yuyan{
font-size: 16px;
margin-left: 20px;
float: right;
text-align: right
}

@media (max-width:1600px) {
	.menu{
		margin-left: 4%;
	}
	.menu ul li{
		float: left;
		padding: 22px 10px;
	}
}
@media (max-width:1400px) {
	.menu li a{
		font-size: 1.6rem;
		padding: 0px 5px;
	}
	.search form{
		width: 250px;
	}
}
#banner .carousel-indicators li{
	width: 42px;
	height: auto;
	border: 0;
	margin: 0px 5px;
	border-radius: 0;
	background: none;
	color: #fff;
	text-indent: 0;
	font-size: 1.6rem;
	font-family: DIN-Bold;
}
#banner .carousel-indicators li.active{
	color: #d7181f;
}
#banner .carousel-indicators li:after{
	content: "";
	display: block;
	height: 2px;
	background-color: #cdcdcd;
	margin: 4px 0px 0px;
}
#banner .carousel-indicators li.active:after{
	background-color: #d7181f;
}
.title{
	border-bottom: 2px #d2d2d2 solid;
	padding-left: 56px;
	padding-right: 7px;
}
.title:after{
	content: "";
	display: block;
	clear: both;
}
.title span{
	float: left;
	color: #000;
	font-family: DIN-Bold;
	font-size: 4.0rem;
	text-transform: uppercase;
	line-height: 50px;
}
.title a{
	color: #000;
	font-size: 1.6rem;
	line-height: 20px;
	font-family:Avenir-Roman;
	margin-left: 50px;
	float: right;
	margin-top: 25px;
}
.title a:hover{
	color: #f00;
}
@media (max-width:1400px) {
	.title span{
		font-size: 3.0rem;
	}
}
.product{
	padding: 60px 0px 70px;
	background-color: #f5f5f5;
}
.product .title{
	background: url(../images/pdtit.png) 0 center no-repeat;
}
.product dl dd{
	float: left;
	margin-left: 2px;
}
.product dd a{
	display: block;
	color: #3e3a3a;
	font-size: 1.8rem;
	font-family:Avenir-Roman;
	line-height: 42px;
	padding: 0px 25px;
	transition: .3s;
	border: 2px #f5f5f5 solid;
}
.product dd.cur a{
	background-color: #fff;
	border: 2px #d7181f solid;
}
.product dd:not(.cur) a:hover{
	color: #d7181f;
}
@media (max-width:1400px) {
	.product dd a{
		font-size: 1.6rem;
		padding: 0px 15px;
	}
}
.product .pdcont{
	margin-right: -15px;
	margin-left: -15px;
	margin-top: 45px;
}
.product ul{
	position: relative;
}
.product ul li{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
}
.product ul li.active{
	position: relative;
	opacity: 1;
}
.product .swiper-container{
	padding: 15px;
}
.product .swiper-slide a{
	display: block;
	color: #3e3a3a;
}
.product .swiper-slide a:hover{
	color: #e71f19;
}
.product .swiper-slide i{
	display: block;
	background-color: #fff;
	transition: .5s;
}
.product .swiper-slide a:hover i{
	box-shadow: 0px 0px 15px rgba(0,0,0,.2);
}
.product .swiper-slide span{
	display: block;
	font-family: Avenir-Roman;
	line-height: 60px;
	font-size: 1.8rem;
	background-color: #fff;
	margin: 10px 0px 0px;
	padding: 0px 12px;
	height: 60px;
	transition: .5s;
}
.product .swiper-slide a:hover span{
	box-shadow: 0px 2px 15px rgba(0,0,0,.2);
}
.product .swiper-slide span p{
	float: left;
	width: 80%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.product .swiper-slide span:after{
	content: "";
	float: right;
	background: url(../images/lkpic.png) center no-repeat;
	height: 60px;
	width: 30px;
}
.product .swiper-slide a:hover span:after{
	background: url(../images/lkpicn.png) center no-repeat;
}
.product .swiper-container .swiper-button-white{
	width: 38px;
	height: 38px;
	margin-top: -54px;
	border-radius: 50%;
	background-color: #e71f19;
	background-size: 23% auto;
	background-position: center;
	box-shadow: 0px 0px 10px rgba(0,0,0,.3);
}
.product .swiper-container .swiper-button-next{
	background-image: url(../images/bsjt.png);
	right: 30px;
}
.product .swiper-container .swiper-button-prev{
	background-image: url(../images/bsjt.png);
	left: 30px;
	transform: rotateZ(180deg);
}
.news{
	background: url(../images/nsbg.png) center no-repeat;
	background-size: cover;
	padding: 90px 0px;
}
.news .title{
	background: url(../images/nstit.png) 0 center no-repeat;
}
.news ul{
	padding-left: 6%;
}
.news li a{
	display: block;
	position: relative;
}
.news li small{
	position: absolute;
	top: 3%;
	width: 84%;
	left: 7%;
	color: #fff;
	font-family:DIN-Medium;
	font-size: 2.2rem;
}
.news li span{
	position: absolute;
	width: 84%;
	left: 7%;
	bottom: 5%;
	font-size: 1.6rem;
	line-height: 28px;
	font-family:Avenir-Roman;
	color: #fff;
}
a.gengduo{
	display: block;
	background-color: #da251c;
	width: 133px;
	height: 46px;
	padding: 10px;
	margin: 80% 0px 0px;
}
a.gengduo:after{
	content: "更多";
	height: 26px;
	line-height: 26px;
	display: block;
	border: 1px rgba(255,255,255,.15) solid;
	text-align: center;
	color: #fff;
	font-family:Avenir-Roman;
}
.about{
	padding: 70px 0px;
	line-height:30px;
    font-size:1.5rem;
    font-family:Avenir-Roman;
    color:#353535;
}
.about .title{
	background: url(../images/abtit.png) 0 center no-repeat;
}
.about section{
	color: #686868;
	font-size: 1.6rem;
	line-height: 30px;
	font-family: Avenir-Roman;
	margin: 45px 0px;
}
.about dl dt{
	color: #f1f1f1;
	font-size: 13.4rem;
	font-family: Avenir-Roman;
	font-weight: normal;
	line-height: 120px;
	text-shadow: 3px 3px 5px rgba(0,0,0,.13);
}
.about dd span{
	display: flex;
	color: #464646;
	font-size: 1.6rem;
	line-height: 40px;
	font-family: Avenir-Roman;
}
.about dd span::before{
	content: "●";
	color: #e71f19;
	line-height: 36px;
	font-size: 2.4rem;
	margin-right: 7px;
}
.bottom{
	background: url(../images/btbg.png) center no-repeat;
	background-size: cover;
	padding: 50px 0px 0px;
}
.bottom dl dt{
	font-weight: normal;
	margin-bottom: 15px;
}
.bottom dl.form{
	padding-left: 12%;
}
.bottom dt:after{
	content: "";
	display: block;
	width: 20px;
	height: 1px;
	background-color: rgba(255,255,255,.4);
	margin: 10px 0px 0px;
}
.bottom dt a{
	color: #dadada;
	font-size: 1.6rem;
	font-family: Avenir-Roman;
	line-height: 22px;
}
.bottom dd a{
	color: #dadada;
	font-size: 1.4rem;
	font-family: Avenir-Roman;
	line-height: 32px;
}
.bottom dd form{
	padding-top: 10px;
	width: 100%;
}
.bottom dd form:after{
	content: "";
	display: block;
	clear: both;
}
.bottom dd input{
	width: 48.5%;
	float: left;
	border: 1px rgba(255,255,255,.15) solid;
	line-height: 20px;
	padding: 11px 15px;
	height: 44px;
	background: none;
	outline: none;
	color: #dadada;
	font-family: Avenir-Roman;
	margin-bottom: 20px;
}
.bottom dd input::-webkit-input-placeholder{
	color: #dadada;
}
.bottom dd input::-moz-input-placeholder{
	color: #dadada;
}
.bottom dd input::-ms-input-placeholder{
	color: #dadada;
}
.bottom dd input:nth-child(Odd){
	margin-right: 3%;
}
.bottom dd button{
	width: 48.5%;
	float: left;
	border: 0;
	height: 44px;
	background: rgba(97,109,122,.4);
	color: #dadada;
	font-family: Avenir-Roman;
	transition: .3s;
}
.bottom dd button:hover{
	background-color: #fff;
	color: #000;
}
.bottom dd section{
	color: #dadada;
	line-height: 32px;
	font-family: Avenir-Roman;
}
.copy{
	color: #dadada;
	line-height: 30px;
	font-family: Avenir-Roman;
	padding: 20px 0px;
	border-top: 1px rgba(255,255,255,.15) solid;
	margin-top: 20px;
}
.copy a{
	color: #dadada;
}
.shipin{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.8);
	z-index: 99;
	top: 0;
	left: 0;
	padding: 10% 20%;
	box-sizing: border-box;
	display: none;
}
.shipin video{
	width: 100%;
	height: 100%;
	background-color: #000;
}
.shipin i{
	width: 50px;
	height: 50px;
	position: absolute;
	right: 10px;
	top: 10px;
	background: url(../images/vclose.png) center no-repeat;
	background-size: 80% auto;
	cursor: pointer;
}
.lanmu{
	border-bottom: 4px rgba(0,0,0,.07) solid;
}
.lanmu section{
	line-height: 75px;
	font-size: 1.6rem;
	color: #444444;
	font-family:Avenir-Roman;
	background: url(../images/loc.png) 0px center no-repeat;
	padding-left: 23px;
}
.lanmu section a{
	color: #444444;
}
.lanmu ul li{
	float: left;
	margin-left: 55px;
}
.lanmu ul li:first-child{
	margin-left: 0;
}
.lanmu li a{
	display: block;
	line-height: 75px;
	color: #464646;
	font-family:Avenir-Roman;
	font-size: 1.7rem;
	text-transform: uppercase;
	position: relative;
}
.lanmu li a:after{
	content: "";
	position: absolute;
	top: 100%;
	left: 0;
	height: 4px;
	width: 100%;
	background-color: #d7181f;
	opacity: 0;
	transition: .3s;
}
.lanmu li.cur a:after,.lanmu li:hover a:after{
	opacity: 1;
}
.lanmu .pull-right a.a{
	display: block;
	padding: 26px 0px;
}
.ititle{
	color: #686868;
	font-size: 4.0rem;
	font-family:DIN-Bold;
	line-height: 50px;
	text-transform: uppercase;
	text-align: center;
}
.iabout{
	padding: 50px 0px 60px;
}
.iabout section{
	font-size: 1.6rem;
	color: #353535;
	line-height: 30px;
	font-family:Avenir-Roman;
	margin: 50px 0px 0px;
}
.iabout i{
	display: block;
	margin-top: 55px;
}
.factory{
	background-color: #045b99;
	padding: 60px 0px;
}
.factory .ititle{
	color: #fff;
}
.factory .swiper-container{
	margin-top: 55px;
	padding-bottom: 66px;
}
.factory .swiper-container .swiper-slide img{
	border-radius: 10px;
}
.factory .swiper-container .swiper-pagination{
	bottom: 0;
}
.factory .swiper-container .swiper-pagination span{
	width: 14px;
	height: 14px;
	border-radius: 50%;
	background-color: #fff;
	opacity: 1;
}
.factory .swiper-container .swiper-pagination span.swiper-pagination-bullet-active{
	background-color: #d7181f;
}
.iabprod{
	padding: 55px 0px;
}
.iabprod h2{
	color: #616161;
	font-size: 2.0rem;
	font-family:Avenir-Roman;
	text-align: center;
	margin-top: 25px;
}
.iabprod ul{
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 40px;
}
.iabprod ul li{
	color: #fff;
	text-align: center;
	font-size: 1.8rem;
	background-color: #26344e;
	border-radius: 10px;
	line-height: 86px;
	font-family:Avenir-Roman;
	width: calc(25% - 45px);
}
.iabprod ul i{
	width: 60px;
	text-align: center;
}
.iabprod section{
	background-color: #fafafa;
	font-size: 1.6rem;
	line-height: 33px;
	color: #444444;
	font-family:Avenir-Roman;
	margin-top:30px;
}
.ifuwu{
	padding: 50px 0px;
	background-color: #fafafa;
	font-size: 1.6rem;
	line-height: 33px;
	color: #444444;
	font-family:Avenir-Roman;
}
.ifuwu img{
	max-width: 100%;
	height: auto;
}
.huise{
	background-color: #fafafa;
}
.inews{
	padding: 55px 0px;
}
.inews dl{
	margin-right: -30px;
	margin-left: -30px;
}
.inews dl dd{
	float: left;
	width: 33.3333333333333333%;
	padding: 0px 30px;
}
.inews dd a{
	display: block;
	background-color: #fff;
}
.inews dd a img{
	width:100%;
	height:auto;
}
.inews dd section{
	padding: 20px;
	border: 1px rgba(0,0,0,.1) solid;
	border-top: 0;
}
.inews dd span{
	display: block;
	color: #5b5b5b;
	font-size: 1.8rem;
	font-family:Avenir-Roman;
	border-bottom: 1px rgba(0,0,0,.1) solid;
	padding-bottom: 20px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.inews dd small{
	display: block;
	padding: 20px 0px 30px;
}
.inews dd small p{
	float: left;
	width: 50%;
	color: #5b5b5b;
	font-size: 1.6rem;
	font-family:Avenir-Roman;
}
.inews dd small p:last-child{
	text-align: right;
}
.inews ul{
	margin-top: 60px;
}
.inews li{
	margin-bottom: 30px;
}
.inews li a{
	display: block;
	background-color: #fff;
	border: 1px rgba(0,0,0,.1) solid;
	padding: 30px 55px 30px 0px;
}
.inews li a:after{
	content: "";
	display: block;
	clear: both;
}
.inews li a .time{
	float: left;
	width: 10%;
	text-align: center;
	color: #393939;
	font-family:Avenir-Roman;
}
.inews li a .instext{
	float: left;
	width: 90%;
	background: url(../images/yjt.png) right center no-repeat;
	padding-right: 50px;
}
.inews li a .time big{
	display: block;
	font-size: 5.1rem;
	line-height: 50px;
}
.inews li a .time p{
	font-size: 1.6rem;
}
.inews li a .instext h3{
	color: #5b5b5b;
	font-size: 2.0rem;
	line-height: 38px;
	font-family:Avenir-Roman;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.inews li a .instext section{
	color: #5b5b5b;
	font-size: 1.6rem;
	line-height: 34px;
	font-family:Avenir-Roman;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.page-list{
	text-align: center;
	padding: 30px 0px;
}
.page-list a{
	display: inline-block;
	line-height: 40px;
	color: #666;
	font-size: 1.8rem;
	font-family:Avenir-Roman;
	padding: 0px 17px;
	margin: 0px 5px;
}
.page-list a.hover,.page-list a:hover{
	color: #fff;
	background-color: #013086;
	border-radius: 3px;
}
.icontact{
	padding: 60px 0px;
}
.icontact #map{
	width: 100%;
	height: 500px;
}
.icontact section{
	color: #494949;
	font-size: 1.8rem;
	line-height: 42px;
	font-family:Avenir-Roman;
}
@media (max-width:1400px) {
	.icontact section{
		font-size: 1.6rem;
		line-height: 38px;
	}
}
.leave{
	background: url(../images/fdbg.png) center no-repeat;
	background-size: cover;
	padding: 55px 45px;
	margin: 60px 0px 0px;
}
.leave h2{
	color: #fff;
	font-size: 2.4rem;
	font-family:Avenir-Roman;
}
.leave form{
	width: 50%;
	margin-top: 25px;
}
.leave form input{
	width: 48%;
	background: none;
	text-transform: uppercase;
	border: 0;
	border-bottom: 1px rgba(255,255,255,.7) solid;
	color: #fff;
	float: left;
	line-height: 22px;
	padding: 10px 0;
	height: 43px;
	font-size: 1.6rem;
	font-family:Avenir-Roman;
	outline: none;
	margin-bottom: 15px;
}
.leave form input:nth-child(even){
	margin-left: 4%;
}
.leave form textarea{
	outline: none;
	width: 100%;
	background: none;
	text-transform: uppercase;
	border: 0;
	border-bottom: 1px rgba(255,255,255,.7) solid;
	color: #fff;
	line-height: 22px;
	padding: 10px 0;
	height: 43px;
	font-size: 1.6rem;
	font-family:Avenir-Roman;
	resize: none;
}
.leave form input::-webkit-input-placeholder{
	color:#fff;
}
.leave form input::-moz-placeholder{
	color:#fff;
}
.leave form input:-moz-placeholder{
	color:#fff;
}
.leave form input:-ms-input-placeholder{
	color:#fff;
}
.leave form textarea::-webkit-input-placeholder{
	color:#fff;
}
.leave form textarea::-moz-placeholder{
	color:#fff;
}
.leave form textarea:-moz-placeholder{
	color:#fff;
}
.leave form textarea:-ms-input-placeholder{
	color:#fff;
}
.leave form button{
	width: 210px;
	line-height: 50px;
	background: #fff url(../images/fspic.png) right 55px center no-repeat;
	border-radius: 25px;
	border: 0;
	margin: 30px 0px 0px;
	box-shadow: 5px 5px 5px rgba(0,0,0,.1);
	font-size: 1.6rem;
	font-family:Avenir-Roman;
	text-align: left;
	text-transform: uppercase;
	padding-left: 55px;
}
.iproduct{
	padding: 60px 0px;
	background-color: #fafafa;
}
.iproduct .pdlanmu{
	width: 20%;
	float: left;
}
.iproduct .iprod,.iproduct .iproductd{
	width: 77%;
	float: right;
}
.iproduct .pdlanmu h2{
	height: 86px;
	background: #073f96 url(../images/ipdtit.png) center no-repeat;
	margin-bottom: 10px;
	box-shadow:0px 10px 10px rgba(0,0,0,.03);
	text-align:center;
	line-height:90px;
	font-weight:bold;
	color:#FFFFFF;
}
.iproduct .pdlanmu ul{
	background-color: #fff;
	padding-bottom: 40px;
	box-shadow: 0px 0px 15px rgba(0,0,0,.15);
}
.iproduct .pdlanmu ul li{
	padding: 0px 15px;
	position: relative;
}
.iproduct .pdlanmu ul li:after{
	content: "";
	display: block;
	clear: both;
}
.iproduct .pdlanmu ul li>a{
	float: left;
	width: 85%;
	line-height: 67px;
	height: 68px;
	border-bottom: 1px rgba(0,0,0,.2) dashed;
	color: #1e1e1e;
	font-size: 1.6rem;
	font-family:Avenir-Roman;
}
.iproduct .pdlanmu ul li span{
	float: right;
	width: 15%;
	height: 68px;
	border-bottom: 1px rgba(0,0,0,.2) dashed;
	background: url(../images/ss.png) center no-repeat;
	cursor: pointer;
}
.iproduct .pdlanmu ul li span.span{
	background: url(../images/zk.png) center no-repeat;
}
.iproduct .pdlanmu li dl{
	display: none;
	width:100%;
}
.iproduct .pdlanmu li dl dd a{
	display: block;
	font-size: 1.6rem;
	color: #848484;
	line-height: 40px;
	font-family:Avenir-Roman;
	padding-left: 10px;
	border-bottom: 1px rgba(0,0,0,.2) dashed;
}
.iproduct .pdlanmu li dl dd a:hover,.iproduct .pdlanmu li dl dd.cur a{
	color:#f00;
}
.iproduct .pdlanmu .iprdhot{
	background-color: #f3f3f3;
	padding: 30px;
	margin-top: 25px;
	box-shadow: 0px 0px 15px rgba(0,0,0,.15);
}
.iproduct .pdlanmu .iprdhot .swiper-container{
	height: 550px;
}
@media (max-width:1400px) {
	.iproduct .pdlanmu .iprdhot .swiper-container{
		height: 480px;
	}
}
.iproduct .pdlanmu .iprdhot .swiper-slide p{
	color: #3e3a3a;
	font-size: 1.4rem;
	font-family:Avenir-Roman;
	text-align: center;
	line-height: 36px;
	text-overflow:ellipsis;
	overflow:hidden;
	white-space:nowrap;
}
.iprod ul{
	margin-right: -12px;
	margin-left: -12px;
}
.iprod ul:after{
	content: "";
	display: block;
	clear: both;
}
.iprod ul li{
	float: left;
	width: 25%;
	padding: 0px 12px;
	margin-bottom: 25px;
}
.iprod ul li a{
	display: block;
	color: #3e3a3a;
}
.iprod ul li a:hover{
	color: #e71f19;
}
.iprod ul li a i{
	display: block;
	background-color: #fff;
	transition: .5s;
}
.iprod ul li a:hover i{
	box-shadow: 0px 0px 15px rgba(0,0,0,.2);
}
.iprod ul li a span{
	display: block;
	font-family: Avenir-Roman;
	line-height: 50px;
	font-size: 1.4rem;
	background-color: #fff;
	margin: 10px 0px 0px;
	padding: 0px 12px;
	height: 50px;
	transition: .5s;
}
.iprod ul li a:hover span{
	box-shadow: 0px 2px 15px rgba(0,0,0,.2);
}
.iprod ul li a span p{
	float: left;
	width: 80%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.iprod ul li a span:after{
	content: "";
	float: right;
	background: url(../images/lkpic.png) center no-repeat;
	height: 50px;
	width: 30px;
}
.iprod ul li a:hover span:after{
	background: url(../images/lkpicn.png) center no-repeat;
}
.pro-img:after{
	content: "";
	display: block;
	clear: both;
}
.pro-img .xiaotu{
	margin-top:10px;
	margin-right:-10px;
}
.pro-img #Gbig{
	width:100%;
}
.pro-img .colmd5{
	width:45%;
	float: left;
}
.pro-img .colmd7{
	float: right;
	width:52%;
	position:relative;
}
@media (max-width:992px){
	.pro-img .colmd5{
		width:100%;
	}
	.pro-img .colmd7{
		width:100%;
	}
}
@media (max-width:768px){
	.ipd-ct{
		padding:15px;
		margin:0px 0px 0px;
	}
}
.pro-img .pro-ptt{
	font-size:2.3rem;
	line-height:30px;
	padding:0px 0px 20px;
	color: #e71f19;
	font-family:Avenir-Roman;
	border-bottom:1px #ddd solid;
}
.pro-img .clttop{
	height:100%;
}
.pro-img .clttop>section{
	font-size:1.6rem;
	line-height:30px;
	font-family:Avenir-Roman;
	margin:0;
	color: #3f3f3f;
	padding:20px 0px;
}
.pro-img .clttop small{
	display: block;
	padding: 30px 0px;
	border-bottom: 1px #ddd solid;
	position:relative;
}
.pro-img .clttop small:after{
	content: "";
	display: block;
	clear: both;
}
.pro-img .clttop small>a{
	float: left;
	width: 150px;
	line-height: 36px;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	background-color: #d7181f;
	font-size: 1.8rem;
	height: 36px;
	font-family:Avenir-Roman;
}
.pro-img .clttop small dl{
	float: right;
}
.pro-img .clttop small dl dd{
	float: left;
	margin-left: 25px;
}
.pro-img .clttop small dl dd:first-child{
	margin-left: 0;
}
.pro-img .clttop small dl dd a{
	display:block;
	position:relative;
}
.pro-img .clttop small dl dd a i{
	display:none;
	width:100px;
	height:100px;
	bottom:110%;
	position:absolute;
	left:0;
}
.pro-img .clttop small dl dd a i img{
	width:100%;
	height:auto;
	border:1px #ddd solid;
}
.pro-img .clttop small dl dd a:hover i{
	display:block;
}
.fanye{
	padding: 20px 0px;
	border-bottom: 1px #ddd solid;
}
.fanye a{
	float: left;
	width: 48%;
	font-size: 1.6rem;
	color: #3e3a3a;
	line-height: 30px;
	font-family:Avenir-Roman;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.fanye i{
	width: 4%;
	float: left;
	height: 30px;
}
.fanye i:after{
	content: "";
	display: block;
	width: 1px;
	height: 20px;
	background-color: rgba(0,0,0,.45);
	margin: 5px auto 0;
}
.fanye a:nth-of-type(2){
	text-align: right;
}
.jqzzoom{
	position:relative;
}
.jqzoom{
	position:relative;
	overflow:hidden;
	font-size:0;
	box-shadow: 0px 0px 15px rgba(0,0,0,.24);
}
.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:200px !important;
	height:200px !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;
	left:0;
	bottom:-10px;
	width:100%;
	margin:15px 0px 0;
	border-top: 1px #ddd solid;
}
@media (max-width:992px){
	.jqZoomPup{
		display:none !important;
	}
	.zoomdiv{
		display:none !important;
	}
	#xiaotu{
		margin:10px 0px 0px;
	}
}
.xiaottu{
	position:relative;
	padding:0px 35px;
	width:110%;
	margin-left:-5%;
}
#xiaotu .swiper-container{
	position:static;
	padding: 10px;
	margin-top:15px;
	margin-right: -10px;
	margin-left: -10px;
}
#xiaotu .swiper-container .swiper-button-next{
	height:30px;
	right:0px;
	width:30px;
	margin-top:-15px;
	border-radius:50%;
	background-color:#d7181f;
	background-size:auto 15px;
}
#xiaotu .swiper-container .swiper-button-prev{
	height:30px;
	left:0px;
	border-radius:50%;
	width:30px;
	margin-top:-15px;
	background-color:#d7181f;
	background-size:auto 15px;
}
#xiaotu .swiper-slide a{
	font-size:0;
	display:block;
	padding:0px;
	position:relative;
}
#xiaotu .swiper-slide img{
	width:100%;
}
#xiaotu .swiper-slide a:after{
	content:"";
	display:block;
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}
#xiaotu .swiper-slide a.hover{
	box-shadow: 0px 0px 10px rgba(0,0,0,.24);
}
.prd-content{
	background-color: #fff;
	padding: 45px 15px;
	margin-top: 45px;
}
.prd-content>dl{
	margin-bottom: 30px;
}
.prd-content>dl dd{
	float: left;
	width: 24.4%;
	margin-right: 0.8%;
	background-color: #f2f2f2;
	text-align: center;
	line-height: 50px;
	color: #525252;
	font-size: 1.6rem;
	cursor: pointer;
	font-family:Avenir-Roman;
}
.prd-content>dl dd:last-child{
	margin-right: 0;
}
.prd-content>dl dd.on{
	background-color: #d7181f;
	color: #fff;
	box-shadow: 3px 3px 5px rgba(0,0,0,.4);
}
.prd-content>ul li{
	font-size: 1.6rem;
	color: #353535;
	line-height: 28px;
	font-family:Avenir-Roman;
	padding: 0px 10px;
	display: none;
}
.prd-content>ul li.active{
	display: block;
}
.inewsd{
	padding:50px 0px;
}
.instt{
	font-size:2.0rem;
	font-family:Avenir-Roman;
	text-align:center;
	line-height:22px;
	margin:0px 0px 10px;
}
.insct{
	font-family:Avenir-Roman;
	line-height:26px;
	color:#444;
	font-size: 1.6rem;
	margin:20px 0px 0px;
}
.insct p{
	font-family:Avenir-Roman;
}
.instm{
	display:flex;
	justify-content:center;
	border-bottom:2px rgba(0,0,0,.5) solid;
	padding-bottom:7px;
}
.instm span{
	color:#777;
	font-family:Avenir-Roman;
	display:flex;
	line-height:30px;
	margin:0px 10px;
	font-size:1.3rem;
}
.instm span i{
	line-height:26px;
	margin-right:5px;
}
.nsfy{
	padding: 30px 0px;
}
.nsfy a{
	display: block;
	width: 50%;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	float: left;
	line-height: 30px;
	font-family:Avenir-Roman;
	color: #ff0000;
	font-size: 1.6rem;
}
.nsfy a:last-child{
	text-align: right;
}
.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_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;
}
.liuyan{
	position:fixed;
	right:15px;
	bottom:-100%;
	z-index:99;
	overflow:hidden;
	border-radius:8px 8px 0px 0px;
	width:300px;
	box-shadow:0px 0px 15px rgba(0,0,0,.2);
	transition:.2s;
}
.liuyan-show{
	bottom:0;
}
.liuyan h3{
	display:flex;
	justify-content:space-between;
	align-items:center;
	background:#0057aa;
	padding:0px 0px 0px 15px;
	color:#fff;
}
.liuyan h3 p{
	font-size:1.4rem;
	font-family:DIN-Medium;
	line-height:40px;
}
.liuyan h3 small{
	padding:0px 15px;
	cursor:pointer;
	transition:.3s;
}
.liuyan h3 small.small{
	transform:rotateX(180deg);
}
.liuyan h3 small:hover{
	background:#02417b;
}
.liuyan h3 i{
	font-size:1.4rem;
	line-height:40px;
	color:#fff;
}
.liuyan form{
	padding:20px 20px 30px;
	display:none;
	background:#fff;
}
.liuyan form input{
	width:100%;
	border:1px rgba(0,0,0,.1) solid;
	padding:6px 15px;
	line-height:20px;
	font-size:1.2rem;
	font-family:Avenir-Roman;
	margin-bottom:10px;
	outline:none;
	border-radius:17px;
	height:34px;
}
.liuyan form textarea{
	width:100%;
	border:1px rgba(0,0,0,.1) solid;
	padding:6px 15px;
	line-height:20px;
	font-size:1.2rem;
	font-family:Avenir-Roman;
	margin-bottom:15px;
	outline:none;
	resize:none;
	border-radius:17px;
}
.liuyan form button{
	width:100%;
	height:40px;
	border-radius:20px;
	background:#d7181f;
	color:#fff;
	font-family:DIN-Medium;
	font-size:1.4rem;
	border:0;
	outline:none;
	text-transform:uppercase;
}








/**文化**/

.kkt {
   width:100%;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
.whbj {
    position: relative;
    overflow: hidden;
    padding: 0px;
}

.whbj > small {
    background: url(../images/whbj.jpg) center 0 no-repeat;
	background-size:100% 100%;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
    -webkit-animation: ysdh 35s infinite linear;
    -o-animation: ysdh 35s infinite linear;
    animation: ysdh 35s infinite linear;
}
.wenhua {
   height:auto; overflow:hidden;
   position:relative;
   color:#FFFFFF;
   padding-top:75px;
   padding-bottom:142px;
   z-index:6;
   }
   
.wenhua h2 {
   font-family: 'Sabon LT Bold Italic', Helvetica, Arial, sans-serif;
   font-size:46.5px;
   text-align:center;
   margin-top:0px;
   margin-bottom:10px;
   }
   
.wenhua h3 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:26px;
   text-align:center;
   margin-top:0px;
   margin-bottom:70px;
   }
.kuanping {
   width:1450px;
   padding-right: 15px;
   margin-right: auto;
   margin-left: auto;
   padding-left: 15px;
   }
.whrow {
   height:auto; overflow:hidden;
   margin-left:-20px;
   margin-right:-20px;
   }
   
.whrow li {
   list-style-type:none;
   width:33.3%;
   float:left;
   padding-left:20px;
   padding-right:20px;
   }
.whkk {
   height:auto; overflow:hidden;
   }

.whkk a {
   display:block;
   height:auto; overflow:hidden;
   padding:20px;
   color:#000000;
   background-color:#FFFFFF;
   cursor:pointer;
   }
      
   
.whnn-aa {
   width:85px;
   height:85px;
   background:url(../images/whb1.png) top; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   float:left;
   }
   
.whnn-aa2 {
   width:85px;
   height:85px;
   background:url(../images/whb2.png) top; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   float:left;
   }
   
.whnn-aa3 {
   width:85px;
   height:85px;
   background:url(../images/whb3.png) top; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   float:left;
   }
   
.whnn-bb {
   width:235px;
   float:left;
   font-size:18px;
   margin-left:25px;
   }
   
.whnn-bb h4 {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:34px;
   margin-top:0px;
   margin-bottom:10px;
   }
   
.whnn-bb h5 {
   font-family: 'DINCond-Bold', Helvetica, Arial, sans-serif;
   font-size:34px;
   margin-top:0px;
   margin-bottom:68px;
   }
   
.whnn-cc {
   font-family: Microsoft YaHei, Helvetica, Arial, sans-serif;
   font-size:18px;
   margin-top:0px;
   }   
   
   
.whkk a:hover {
   color:#FFFFFF;
   background:url(../images/qy2.jpg); background-repeat:no-repeat;
   background-size:100% 100%;
   transition: all 300ms ease-in 0ms;
   }
   
   
.whkk a:hover .whnn-aa {
   background:url(../images/whb1.png) bottom; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   }
   
.whkk a:hover .whnn-aa2 {
   background:url(../images/whb2.png) bottom; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   }
   
.whkk a:hover .whnn-aa3 {
   background:url(../images/whb3.png) bottom; background-repeat:no-repeat;
   transition: all 300ms ease-in 0ms;
   }
   
.whkk a i {
    display: block;
    position: relative;
    padding:29px;
    padding-top:33px;
    padding-bottom:61px;
    overflow: hidden;
    font-style: normal;
	transition: .3s;
}


.whkk a i{
	transition: .3s;
}
.whkk a:hover i{
	transform: scale(1);
	color:#FFFFFF;
}
.whkk a i:before{
	content: "";
	display: block;
	width: 0;
	height: 3px;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
	transition: .3s;
	z-index: 7;
}
.whkk a:hover i:before{
	width: 100%;
}
.whkk a i:after{
	content: "";
	display: block;
	width: 3px;
	height: 0;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	right: 0;
	transition: .3s;
	z-index: 7;
}
.whkk a:hover i:after{
	height: 100%;
}
.whkk a i b:before{
	content: "";
	display: block;
	width: 3px;
	height: 0;
	background: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: .3s;
	z-index: 7;
}
.whkk a:hover b:before{
	height: 100%;
}
.whkk a i b:after{
	content: "";
	display: block;
	width: 0;
	height: 3px;
	background: #FFFFFF;
	position: absolute;
	bottom: 0;
	right: 0;
	transition: .3s;
	z-index: 7;
}
.whkk a:hover b:after{
	width: 100%;
}
   
   
     
   
@media (min-width: 1400px) and (max-width: 1600px) {  
.kuanping {
   width:100%;
   }
}
@media (min-width: 1200px) and (max-width: 1400px) {
.kuanping {
   width:100%;
   }
}
@media (min-width: 0px) and (max-width: 1000px) {
.kuanping {
   width:100%;
   }
}