/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
body {
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
	background-color: #000000;
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
ul, li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}
@font-face{
	font-family: "Montserrat";
	src:url('../font/MONTSERRAT-REGULAR.TTF');
}
img {
    border: none;
}
i,em{
	font-style: normal;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
.clear {
    clear: both;
}
.auto {
    width: 1200px;
    margin: 0 auto;
}
.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}
.clearfloat {
    zoom: 1
}
.htmleaf-container{
	display: none;
}
.heads{
	width: 1600px;
	padding: 0 20px;
	margin: 0 auto;
	background-color: #fff;
}
.header-navigation {
	position:fixed;
	top:0;
	left: 50%;
	margin-left: -820px;
	text-align:center;
	
	z-index:9999;
}
.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	  -webkit-transform:translateY(-110px);
	-ms-transform:translateY(-110px);
	-o-transform:translateY(-110px);
	transform:translateY(-110px);
	/*transition:transform .5s ease-out;
	*/
	  -webkit-transition:transform .5s ease-out;
	-o-transition:transform .5s ease-out;
	transition:transform .5s ease-out;
}
.slideDown {
	/*-webkit-transform:translateY(0);
	transform:translateY(0);
	*/
	  -webkit-transform:translateY(0);
	-ms-transform:translateY(0);
	-o-transform:translateY(0);
	transform:translateY(0);
	/*transition:transform .5s ease-out;
	*/
	  -webkit-transition:transform .5s ease-out;
	-o-transition:transform .5s ease-out;
	transition:transform .5s ease-out;
}

.headsdv{
	width: 90%;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.headsdvleft img{
	display: block;
	height: 98px;
}
.headsdvright {
	display: flex;
	width: 960px;
	justify-content: flex-end;
	align-items: center;
}
.headsdvright ul {
	display: flex;
	justify-content: space-between;
}
.headsdvright ul li{
	color: #1a1a1a;
	font-size: 15px;
	font-weight: bold;
	height: 98px;
	line-height: 98px;
	position: relative;
	z-index:3;
	transition: all .3s;
}
.headsdvright ul li a{
	padding: 0 20px;
	position: relative;
	display: block;
	z-index: 99;transition: all .3s;
}
.headsdvright ul li:hover a{
	color: #fff;
}

.headsdvright ul li:hover::after{
	transition: all .3s;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #009a44;
	transform: skewX(340deg);
}
.headsdvright ul li.hover a{
	color: #fff;
}

.headsdvright ul li.hover::after{
	transition: all .3s;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #009a44;
	transform: skewX(340deg);
}
.headsdvright ul dl{
	position: absolute;
	top: 99px;
	width: 100%;
	left: 0;
	display: flex;
	justify-content: center;
	background-color: #fff;
	z-index: 9999;
	height: 0px;
	overflow: hidden;
	transition: all .5s;
}
.headsdvright ul dl dd{
	line-height: 50px;
}
.headsdvright ul dl dd a{
	display: block;
	padding: 0 20px;
	font-size: 14px;
	position: relative;
	color: #333;
	font-weight: bold;
	z-index: 3;
	text-transform: uppercase;
}
.headsdvright ul dd a:hover span{
	color: #fff;
	position: relative;
	z-index: 2;
}
.headsdvright ul dd a:hover::after{
	transition: all .3s;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background-color: #009a44;
	transform: skewX(340deg);
}








.ss{
	margin: 0 30px;
}
.lan{
	width: 140px;
	height: 40px;
	background-color: #333333;
	color: #fff;
	position: relative;
}
.lan h1{
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	font-size: 14px;
	height: 40px;
}
.lan h1 img{
	display: block;
}
.banner{
	width: 1600px;
	padding: 0 20px;
	background-color: #fff;
	margin: 0 auto;
	padding-top: 100px;
}
.banner img{
	display: block;
	width: 100%;
}
.inpro{
	width: 1600px;
	padding: 60px 20px;
	margin: 0 auto;
	background-color: #fff;
	position: relative;
}
.inprobt{
	width: 90%;
	margin: 0 auto;
}
.inprobtleft h1{
	color: #262626;
	font-size: 32px;
	font-family: "Franklin Gothic Heavy";
	margin-bottom: 20px; 
	text-transform: uppercase;
}
.inprobtleft h1 i{
	color: #009a44;
}
.inprobtleft p{
	color: #4c4c4c;
	font-size: 16px;
	line-height: 25px;
}
.inprobt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.inprobtright{
	width: 560px;
}
.tabBox .hd{position:absolute;width: 680px;  top:60px;right: 5%; }
.tabBox .hd ul{display: flex;justify-content: space-between;align-items: center; }
.tabBox .hd ul li img{
	width: 75px;
	height: 55px;
	display: block;
	margin: 0 auto;
}
.tabBox .hd ul li p{
	text-align: center;
	color: #333333;
	font-size: 14px;
	line-height: 30px;
	font-family: "Montserrat";
}
.tabBox .hd ul li{
	width: 25%;
}
.tabBox .hd ul .on p{ color: #009a44;}
.tabBox .hd ul .on a{ display:block;}
.tabBox .hd ul li a .img2{
	display: none;
}
.tabBox .hd ul .on a div{
	position: relative;
}

.tabBox .hd ul .on a .img2{
	display: block;
}
.tabBox .hd ul .on a .img1{
	display: none;
}
.tabBox .bd{
	margin-top: 40px !important;
	padding-top: 50px !important;
	padding-bottom: 40px !important;
	background-image: url(../images/hei_03.png);
}
.tabBox .bd{
	display: flex;
}
.bd ul{
	width: 1600px;
	display: block !important;
}
.tyre .swiper-slide li{
	width: 290px;
	padding: 20px;
	margin: 0 auto;
	padding-bottom: 40px;
	transition: all .3s;
}
.tyre .swiper-slide li h1{
	color: #ffffff;
	font-size: 28px;
	margin-bottom: 15px;
	font-family: "Impact";
	height: 35px;
	line-height: 35px;
	overflow: hidden;
}
.tyre .swiper-slide li div{
	width: 100%;
	overflow: hidden;
	margin-bottom: 20px;
}
.tyre .swiper-slide li div img{
	display: block;
	width: 100%;
}
.tyre .swiper-slide li p{
	width: 100%;
	line-height: 30px;
	font-size: 14px;
	color: #ffffff;
}
.tyre .swiper-slide li section{
	display: flex;
	margin-top: 30px;
	justify-content: space-between;
	opacity: 0;
	transition: all .3s;
}
.tyre .swiper-slide li section a{
	display: block;
	width: 48%;
	height: 40px;
	background-color: #009a44;
	font-size: 15px;
	color: #fff;
	text-align: center;
	line-height: 40px;
}
.tyre .swiper-slide li section a:last-child{
	background-color: #005bac;
}
.tyre .swiper-slide li:hover{
	background-color: #333333;
}
.tyre .swiper-slide li:hover section{
	opacity: 1;
}
.tyre .swiper-wrapper{
	width: 100%;
}
.tyre{
	width: 95%;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
	left: 0;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
	right: 0;
}
.inabout{
	width: 1600px;
	background-color: #fff;
	padding: 0% 20px;
	margin: 0 auto;
}
.inabout .inprobt p{
	width:850px;
}
.inaboutbtn{
	width: 180px;
	height: 45px;
	background-color: #009a44;
	line-height: 45px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
.inaboutbtn a{
	display: block;
	color: #fff;
	transition: all .5s;
}
.inaboutnr{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.inaboutnrleft{
	width: 48%;
}
.inaboutdv{
	background: url(../images/about_03.png) center no-repeat;
	margin-top: 60px;
	padding-bottom: 80px;
}
.inaboutnrleft h1{
	width: 90%;
	padding-left: 10%;
	height: 90px;
	background-color: #009a44;
	color: #ffffff;
	font-size: 30px;
	line-height: 90px;
	font-family: "Franklin Gothic Heavy";
	margin-bottom: 110px;
}
.inaboutnrleft div{
	width: 90%;
	margin-left: 10%;
}
.inaboutnrleft div h2{
	color: #ffffff;
	font-size: 31px;
	font-family: "Franklin Gothic Heavy";
	text-transform: uppercase;
}
.inaboutnrleft div p{
	color: #ffffff;
	font-size: 16px;
	line-height: 30px;
	margin-top: 25px;
	margin-bottom: 80px;
}
.inaboutnrleft div a{
	display: block;
	width: 180px;
	height: 45px;
	text-align: center;
	line-height: 45px;
	background-color: #009a44;
	color: #fff;
	font-size: 15px;
	font-weight: bold;
}
.inaboutnrright{
	width: 45%;
	padding-right: 5%;
}
.inaboutnrright img{
	display: block;
	width: 100%;
}
.inaboutlist{
	margin-top: 70px;
}
.inaboutlist ul{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.inaboutlist ul li{
	width: 440px;
	background-color: #fff;
}
.inaboutlist ul li div{
	width: 100%;
	overflow: hidden;
}
.inaboutlist ul li div img{
	width: 100%;
	transition: all .5s;
	display: block;
}
.inaboutlist ul li:hover div img{
	transform: scale(1.05);
}
.inaboutlist ul li section{
	width: calc(100% - 60px);
	padding: 30px;
	background-color: #fff;
}
.inaboutlist ul li section h1{
	color: #009a44;
	font-size: 22px;
	font-family: "Impact";
	margin-bottom: 15px;
}
.inaboutlist ul li section p{
	line-height: 25px;
	color: #333333;
	font-size: 15px;
}
.innews{
	width: 1600px;
	padding: 0 20px;
	margin: 0 auto;
	background-color: #fff;
	padding-top: 80px;
}
.innewsdv{
	width: 100%;
	background: url(../images/news_03.png) center no-repeat;
	margin-top: 60px;
	padding-bottom: 100px;
}
.innewsdvbt{
	width: 50%;
	padding: 0 5%;
	line-height: 90px;
	background-color: #009a44;
	font-size: 24px;
	font-family: "Franklin Gothic Heavy";
	color: #fff;
}
.innewsdvlist{
	width: 90%;
	margin: 0 auto;
	margin-top: 50px;
}
.innewsdvlist ul{
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.innewsdvlist ul li{
	width: 440px;
	margin: 20px;
}
.innewsdvlist ul li h2{
	border-left: 5px solid #009a44;
	line-height: 25px;
	height: 25px;
	overflow: hidden;
	padding-left: 10px;
}
.innewsdvlist ul li h2 {
	color: #ffffff;
	font-size: 18px;
	font-family: "Montserrat";
	margin-bottom: 30px;
}
.innewsdvlist ul li div{
	width: 100%;
	overflow: hidden;
}
.innewsdvlist ul li div img{
	width: 100%;
	display: block;
	transition: all .5s;
}
.innewsdvlist ul li section{
	padding: 30px 40px;
	background-color: #fff;
}
.innewsdvlist ul li section p{
	line-height: 30px;
	height: 90px;
	font-size: 16px;
	color: #333333;overflow: hidden;
}
.innewsdvlist ul li section span{
	color: #009a44;
	font-size: 15px;
	display: block;
	font-weight: bold;
	margin-top: 15px;
}
.innewsdvlist ul li:hover img{
	transform: scale(1.03);
}
.coop{
	width: 1600px;
	border: 20px solid #fff;
	background-color: #fff;
	margin: 0 auto;
	padding: 80px 0px;
	background: url(../images/hzhb_07.png) center no-repeat;
	background-size: cover; 
}
.pplist{
	width: 90%;
	margin: 0 auto;
	margin-top: 60px;
}
.pplist ul{
	display: flex;
	justify-content: space-between;
}
.pplist ul li{
	width: 23%;
	overflow: hidden;
}
.pplist ul li img{
	display: block;
	max-width: 100%;
	transition: all .5s;
}
.pplist ul li:hover img{
	transform: scale(1.05);
}
.inmessage{
	width: 1600px;
	background-color: #fff;
	margin: 0px auto;
	padding:20px ;
	padding-top: 0;
}
.inmessagedv{
	background: url(../images/message_03.png) center no-repeat;
	padding: 90px 0px;
}
.inmessagedv .inprobtleft h1{
	color: #fff;
}
.inmessagedv .inprobtleft p{
	color: #fff;
}
.inform{
	width: 90%;
	margin: 0 auto;
}
.inform form{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 45px;
}
.inform form input{
	width: 47%;
	line-height: 50px;
	padding: 0 1%;
	border: none;
	margin: 0.5%;
	outline: none;
}
.inform form textarea{
	width: 97%;
	margin: 0.5%;
	padding: 0 1%;
	border: none;
	line-height: 30px;
	height: 90px;
	font-family: "微软雅黑";
	outline: none;
}
.foot{
	width: 1600px;
	padding: 20px;
	padding-top: 0px;
	background-color: #fff;
	margin: 0 auto;
	
}
.footdv{
	border-top: 5px solid #008a28;
	background-color: #000000;
	padding-top: 65px;
	padding-bottom: 50px;
}
.ft{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.ftleft{
	width: 265px;
}
.ftleft img{
	display: block;
	max-width: 100%;
	margin:0 auto;
}
.ftleft section{
	margin-top:35px ;
}
.ftleft section ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.ftleft section ul li p{
	text-align: center;
	color: #999999;
	margin-top: 10px;
	font-size: 14px;
}
.ftright{
	width:1100px ;
	display: flex;
	justify-content: space-between;
}
.ftright dl dt a{
	color: #cccccc;
	font-size: 20px;
	text-transform: uppercase;
}
.ftright dl dd {
	margin-top: 20px;
}
.ftright dl dd  a{
	color: #999999;
	font-size: 14px;
}
.ftright dl dd p{
	width: 345px;
	display: flex;
	color: #999999;
	font-size: 14px;
	line-height: 30px;
	justify-content: flex-start;
}
.ftright dl dd p span{
	line-height: 30px;width: 80%;
}
.wdl{
	width: 90%;
	margin: 0 auto;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}
.wdl p{
	color: #999999;
	font-size: 14px;
}
.wdl p a{
	color: #999999;
	font-size: 14px;
}
.shownav{
	width: 1600px;
	padding: 0 20px;
	background-color: #fff;
	margin: 0 auto;
}
.shownav ul{
	display: flex;
	justify-content: center;
}
.shownav ul li{
	width: 100%;
	height: 70px;
	position: relative;
	z-index: 3;
}
.shownav ul li::after{
	content: '';
	display: block;
	height: 30px;
	border-right: 1px solid #424242;
	position: absolute;
	top: 20px;
	z-index: 2;
	width: 100%;
	left: 0;
}

.shownav ul li a{
	display: block;
	width: 100%;
	height: 70px;
	color: #333333;
	text-align: center;
	font-size: 14px;
	line-height: 70px;
	position: relative;
	z-index: 3;
	text-transform: uppercase;
	font-family: "Franklin Gothic Demi";
	font-weight: bold;
}
.shownav ul li:hover a{
	background-color: #008a28;
	color: #fff;
}
.shownav ul li.active a{
	background-color: #008a28;
	color: #fff;
}
.shownav ul li.active::after{
	display: none;
}
.shownav ul li:hover::after{
	display: none;
}
.about{
	width: 1600px;
	border: 20px solid #fff;
	border-top: none;
	margin: 0 auto;
	background: url(../images/aboutbg_03.png) center no-repeat;
	background-size: cover;
}
.gywm{
	width: 90%;
	padding: 5%;
}
.gywm .inaboutlist ul{
	width: 100%;
}
.gywmdv h1{
	color: #262626;
	font-size: 32px;
	text-transform: uppercase;
	font-family: "Franklin Gothic Heavy";
}
.gywmdv p{
	margin-top: 30px;
	line-height: 30px;
	color: #4c4c4c;
	font-size: 16px;
}
.culture{
	width: 1600px;
	border: 20px solid #fff;
	margin: 0 auto;
	border-top: 0;
}
.culturedv{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.culturedvleft{
	width: 50%;
}
.culturedvleft img{
	display: block;
	width: 100%;
}
.culturedvright{
	background: url(../images/Culture_10.png) center no-repeat;
	background-size:cover;
	width: 40%;
	padding: 0 5%;
	display: flex;
	justify-content: center;align-items: center;
}
.culturedvright p{
	text-transform: initial;
	color: #262626;
	font-size: 20px;
	font-family: "Franklin Gothic Book";
	line-height: 45px;
	text-align: center;
}
.culturedvright p span{
	font-size: 24px;
	font-weight: bold;
	color: #009a44;
}
.culturedv2{
	flex-direction: row-reverse;
	border-top: 20px solid #fff;
	border-bottom: 20px solid #fff;
}
.sales{
	width: 1600px;
	margin: 0 auto;
	border: 20px solid #fff;
	border-top: none;
}
.sales img{
	display: block;
	width: 100%;
}
.exmile{
	width: 1600px;
	border: 20px solid #fff;
	border-top: none;
	background: url(../images/exmial_03.png) center no-repeat;
	margin: 0 auto;
	padding: 80px 0px;
}
.exmile .inprobtleft h1{
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	margin-bottom: 0;
}
.exmiledvlist{
	margin-top: 50px;
}
.exmiledvlist ul{
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.exmiledvlist ul li{
	width: 280px;
	padding: 0 30px;
	padding-top: 45px;
	padding-bottom: 25px;
	background-color: #ffffff;
	border-bottom: 4px solid #4d4d4d;
}
.exmiledvlist ul li h2{
	display: flex;
	justify-content: space-between;
}
.exmiledvlist ul li h2 i{
	font-size: 18px;
	font-weight: bold;
	color: #4c4c4c;
	line-height: 48px;
}
.exmiledvlist ul li h2 iconpark-icon{
	font-size: 36px;
	color: #4c4c4c;
}
.exmiledvlist ul li h3{
	color: #4c4c4c;
	font-size: 15px;
	line-height: 30px;
}
.exmiledvlist ul li:hover {
	border-bottom: 4px solid #009a44;
}
.exmiledvlist ul li:hover iconpark-icon{
	color: #009a44;
}
.message{
	width: 1600px;
	margin: 0 auto;
	border-top: none;
	padding-top: 0;
}
.message .inmessagedv{
	background: url(../images/aboutbg_03.png) center no-repeat;
}
.message .inmessagedv .inprobtleft h1{
	color: #333333;
}
.message .inmessagedv .inprobtleft p{
	color: #333333;
}
.quality{
	border: 20px solid #fff;
	border-top: 0;
	width: 1600px;
	margin: 0 auto;
	background: url(../images/aboutbg_03.png) center no-repeat;
	background-size: cover;
	padding: 80px 0px;
}
.qualitylist ul{
	width: 90%;
	margin: 0 auto;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.qualitylist ul li{
	width: 260px;
	margin-top: 30px;
}
.qualitylist ul li img{
	display: block;
	width:100%;
}
.warranty{
	width: 1600px;
	margin: 0 auto;
	border: 20px solid #fff;
	border-top:  none;
	background:url(../images/aboutbg_03.png) center no-repeat ;
	background-size: cover;
}
.warrantybt{
	width:30%;
	padding: 0 5%;
	background-color: #009a44;
	line-height: 85px;
	color: #ffffff;
	font-size: 20px;
	font-family: "Franklin Gothic Demi";
	text-transform: uppercase;
	font-weight: bold;
	text-align: center;
}
.warrantydv{
	padding: 40px 5%;
}
.warrantydv p{
	line-height: 30px;
	color: #333333;
	font-size: 16px;
}
.warrantydv h1{
	color: #333333;
	font-size: 24px;
	margin-bottom: 30px;
}
.warrantydv h2{
	color: #009a44;
	font-size: 18px;
	margin-bottom: 30px;
}
.warrantybt2{
	width: 20%;
}
.news{
	width: 1600px;
	border: 20px solid #fff;
	background: url(../images/newsa_03.png) center no-repeat;
	margin: 0 auto;
	padding: 65px 0px;
	background-size: cover;
	border-top: 0;
}
.ym{
	margin-top: 50px; 
}
.news .innewsdvlist{
	margin-top: 0;
}
.shownews{
	width: 1600px;
	margin: 0 auto;
	border: 20px solid #fff;
	background-color: #fff;
	border-top: 0;
}
.shownewsbt{
	border-top:1px solid #e6e6e6 ;
	border-bottom: 1px solid #e6e6e6;
	padding-top: 50px;
	padding-bottom: 35px;
}
.ym {
	color: #fff;

}
.inaboutbtn a:hover{
	background-color:#005bac;

}
.shownewsbt h1{
	color: #333333;
	font-size: 24px;
	text-align: center;
	margin-bottom: 20px;
}
.shownewsbt p{
	color: #666666;
	font-size: 16px;
	text-align: center;
}
.shownewsdv{
	width: 90%;
	margin: 0 auto;
	padding: 35px 0px;
}
.shownewsdv img{
	max-width: 100%;
}
.newsbt{
	width:15%;
	padding: 0 5%;
	background-color: #009a44;
	line-height: 85px;
	color: #ffffff;
	font-size: 20px;
	font-family: "Franklin Gothic Demi";
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 35px;
}
.shownews  .news{
	padding: 0;
}
.shownews  .news{
	padding-bottom: 65px;
	width: 100%;
	border: none;
}

.prozx{
	width: 1600px;
	margin: 0px auto;
	padding: 20px 0px;
	border: 20px solid #fff;
	background-color: #fff;
	display: flex;
	border-top: none;
	border-bottom: none;
	justify-content: space-between;
}
.prozxlist{
	width: 990px;
	margin-right: 100px;
	border: 1px solid #e6e6e6;
}
.prozxlist ul{
	display: flex;
	justify-content: space-between;
}
.prozxlist ul li{
	width: 288px;
	border-right: 1px solid #e6e6e6;
	padding: 0 20px;
	padding-top: 35px;
	padding-bottom: 50px;
}
.prozxlist ul li:last-child{
	border-right: none;
}
.prozxlist ul li i{
	display: block;
	width: 100%;
	font-size: 28px;
	font-family: "Impact";
	margin-bottom: 15px;line-height: 30px;
	height: 30px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
}
.prozxlist ul li div{
	display: block;
	width: 100%;
	overflow: hidden;
}
.prozxlist ul li div img{
	display: block;
	width: 100%;
	transition: all .3s;
}
.prozxlist ul li p{
	line-height: 30px;
	color: #333333;
	font-size: 14px;
	height: 90px;
	overflow: hidden;
	margin-bottom: 25px;
}
.prozxlist ul li span{
	display: block;
	width: 100%;
	height: 35px;
	background-color: #009a44;
	line-height: 35px;
	font-size: 15px;
	text-align: center;
	color: #fff;
}
.prozxlist ul li:hover img{
	transform: scale(1.05);
}
.prozxleft{
	width: 310px;
	position: relative;
	margin-left: 100px;
	padding: 40px;
	background: url(../images/Prozx_03.png) center no-repeat;
}
.prozxleft img{
	display: block;
	margin-bottom: 15px;
}
.prozxleft h1{
	margin-bottom: 15px;
	text-transform: uppercase;
	color: #fff;
	font-size: 23px;
	font-family: "Franklin Gothic Demi";
}
.prozxleft ul li{
	height: 30px;
	line-height: 30px;
}
.prozxleft ul li a{
	color: #fff;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	font-size: 13px;
	text-transform: uppercase;
}
.prozxleft ul li a i{
	display: block;
	width: 8px;
	height: 8px;
	background-color: #fff;
	margin-right: 10px;
}
.prozxleft section{
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	bottom: 40px;
	left: 40px;
	right: 40px;
}
.prozxleft section a{
	display: block;
	width: 49%;
	height: 40px;
	background-color: #009a44;
	line-height: 40px;
	font-size: 15px;
	color: #fff;
	text-align: center;
	border-radius: 50px;
}
.prozxleft section a:last-child{
	background-color: #fff;
	color: #333333;
	font-size: 15px;
}
.prozx1{
	padding-top: 90px;
}
.prozx2 .prozxleft{
	background: url(../images/Prozx_06.png) center no-repeat;
}
.prozx3 .prozxleft{
	background: url(../images/Prozx_08.png) center no-repeat;
}
.prozx4 {
	padding-bottom: 90px;
}
.prozx4 .prozxleft{
	background: url(../images/Prozx_10.png) center no-repeat;
}
.prozxlist ul li:hover span{
	background-color: #005bac;
}
.profllist{
	width: 1600px;
	border: 20px solid #fff;
	border-top: 0;
	margin: 0 auto;
	background-color: #fff;
	padding: 45px 0px;
	border-top: 1px solid #e6e6e6;
}
.profllist .prozxlist{
	width: 100%;
	border: none;
}
.profllist .prozxlist ul{
	width: 1400px;
	margin: 0 auto;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.profllist .prozxlist ul li{
	border :  1px solid #e6e6e6;
	margin: 10px;
}
.showpro{
	width: 1600px;
	border: 20px solid #fff;
	border-top: none;
	border-bottom: none;
	margin: 0 auto;
	background-color: #fff;
}
.showproxx{
	width: 100%;
	padding: 70px 0px;
	padding-top: 10px;
	background-color: #f5f5f5;
}
.showproxxdv{
	width: 1400px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.showproxxleft{
	width: 50%;
	margin-top: 100px;
}
.showproxxleft h1{
	color: #333333;
	font-size: 32px;
	font-family: "Impact";
	text-transform: uppercase;
}
.showproxxleft  p{
	margin: 15px auto;
	line-height: 25px;
	font-size:16px;
	color: #262626;
}
.showproxxleft img{
	max-width: 100%;
}
.showproxxleft dl{
	margin-top: 30px;
}
.showproxxleft dl dt{
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	line-height: 30px;
}
.showproxxleft dl dd{
	color: #333333;
	font-size: 16px;
	line-height: 30px;
}
.showproxxleft  section{
	display: flex;
	justify-content: flex-start;
	margin-top: 35px;
}
.showproxxleft  section a{
	display: block;
	height: 40px;
	width: 160px;
	line-height: 40px;
	background-color: #009a44;
	font-size: 16px;
	margin-right: 15px;
	text-align: center;
	color: #fff;
}
.showproxxleft  section a:last-child{
	display: block;
	height: 40px;
	width: 160px;
	line-height: 40px;
	background-color: #333333;
	font-size: 16px;
	margin-right: 15px;
	text-align: center;
	color: #fff;
}
.showproxxright{
	width: 48%;
	
}
.showproxxright #gallery{
	width:500px;
}
.showproxxright #gallery .swiper-slide img{
	display: block;
	width: 100%;
}
.showproxxright #thumbs{
	width: 100%;
}
.ldsal{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.showproxxright #thumbs .swiper-slide {
	background-color: #fff;
}
.showproxxright #thumbs .swiper-slide img{
	display: block;
	width: 100%;
}
.contrast{
	width: 35px;
	text-align: center;
}
.contrast iconpark-icon{
	font-size: 36px;
}
.showpronrdvbt h1{
	height:  30px;
	line-height: 130px;
	font-size: 24px;
	font-family: "Franklin Gothic Demi";
	text-transform: uppercase;
}
.showpronrdv img,.shownewsdv img{
	max-width: 100%;
}
.showpronr{
	width: 1400px;
	margin: 0 auto;
}
.showpronrdvall{
	width: 100%;
	margin: 0 auto;
	margin-bottom: 40px;
}
.showpro .tabBox .bd{
	display: block;
	padding-top: 0 !important;
}
.showpro .warrantybt{
	width: 20%;
	margin-bottom: 35px;
	font-family: "Franklin Gothic Demi";
}
.shownav ul li:last-child::after{
	display: none;
}
.bannerdv .swiper-slide {
	position: relative;
}
.bannerdv .swiper-slide div{
	position: absolute;
	width: 90%;
	left: 5%;
	top: 30%;
}
.bannerdv .swiper-slide div h1{
	font-family: "Franklin Gothic Demi";
	font-size: 37px;
	margin-bottom: 15px;
	color: #fff;
	font-weight: bold;
}
.bannerdv .swiper-slide div h2{
	font-family: "Franklin Gothic Demi";
	font-size: 37px;
	color: #fff;font-weight: bold;
	text-transform: uppercase;
}
.bannerdv .swiper-slide div a{
	display: block;
	width: 190px;
	height: 45px;
	border-radius: 50px;
	background-color: #fff;
	text-align: center;
	color: #1f1f1f;
	font-family: "Montserrat";
	line-height: 45px;
	font-size: 16px;
	margin-top: 10%;
}
.inform form button{
	display: none;
}
.ym{
	text-align: center;
}
.pagination{
	text-align: center;
}
/*分页 begin*/
.pagination li {margin:0 5px;font-size:14px;border:none;border-radius:4px;}
.pagination li a {border-radius:4px;color:#6e6e6e;background:#fff;padding:12px 16px;border:1px solid #DCDCDC;}
/* .pagination li i {font-weight:bold;font-size:18px;padding:0 3px} */
.pagination li.active a,.pagination li a:hover {background:#009a44;color:#fff;border:1px solid #009a44;}
/*分页 end*/
.pagination {list-style:none;margin:0;padding:0;display:inline-block;vertical-align:bottom}
.pagination li {display:inline-block!important;border:solid 1px #EBEBEB;border-radius:4px}
.pagination a {color:#333;padding:8px 12px;line-height:18px;display:block;transition:all 1s cubic-bezier(0.175,0.885,0.32,1) 0s}
.pagination .disabled a:link,.pagination .disabled a:visited,.pagination .disabled a:hover {cursor:not-allowed;pointer-events:none;color:#EBEBEB}
.pagination .active {pointer-events:none}
.pagination .active,.pagination a:hover {transition:all .3s cubic-bezier(0.175,0.885,0.32,1) 0s}
.pagination-group {border-right:solid 1px #EBEBEB;border-radius:4px}
.pagination-group li {float:left;border-right:0;border-radius:0}
.pagination-group li:not(:first-child):not(:last-child) {border-radius:0}
.pagination-group li:first-child {border-radius:4px 0 0 4px}
.pagination-group li:last-child {border-radius:0 4px 4px 0}
.pagination-group .active,.pagination-group a:hover {background:#f5f5f5;border-radius:0}
.pagination-big a {padding:10px 16px;font-size:16px}
.pagination-small a {padding:5px 10px;font-size:12px}
.pagination.border-main .active a,.pagination.border-sub .active a,.pagination.border-dot .active a,.pagination.border-black .active a,.pagination.border-gray .active a,.pagination.border-red .active a,.pagination.border-yellow .active a,.pagination.border-blue .active a,.pagination.border-green .active a {color:#fff}
.nybanner .swiper-slide div h2{
	color: #ffffff;
	font-size: 24px;text-transform: uppercase;
}
.nybanner .swiper-slide div h1{
	color: #ffffff;
	font-size: 38px;
	margin-bottom: 20px;
	text-transform: uppercase;
}
.nybanner .swiper-slide div {
	top: 40%;
}
.lan{
	position: relative;
}
.lan dl{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	text-align: center;
	background-color: #fff;
	z-index: 3;display: none;

}
.lan dl dd a{
	display: block;
	line-height: 40px;
}
.lan dl dd a{
	display: block;
	line-height: 40px;
	font-size: 14px;
}
.lan dl dd a img{
	margin-right: 10px;
}
.lan:hover dl{
	display: block;
}
.ssdv{
	width: 100%;
	position: absolute;
	background-color: #fff;
	top: 95px;
	left: 0;
	z-index: 999;
	padding: 15px 0px;
	padding: 0;
	height: 0;
	overflow: hidden;
	transition: all .5s;
}
.ssdv form{
	width: 1400px;
	margin: 0 auto;
}
.ssdv form{
	display: flex;
	justify-content: space-between;
}
.ssdv form input{
	height: 35px;
	line-height: 35px;
	border: none;
	border:1px solid #dcdcdc;
	outline: none;
	width: 76%;
	padding: 0 1%;
}
.ssdv form button{
	border: none;
	background-color: #333333;
	color: #fff;
	width: 20%;
	font-size: 14px;

}

.ftright dl dd span{
	
}
.ssdv form{
	width: 95%;
}
.profllist .ym{
	color: #333;
}	
.sx{
	width: 90%;
	margin: 0 auto;
	display: block;
	margin-bottom: 35px;
}
.sx p{
	line-height: 35px;
	font-size: 14px;
}
.sx p a:hover{
	color: #008a28;
}
.ftdv{
	height: 50px;
	display: none;
}
.mfoot{
	position: fixed;
	display: none;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #009a44;
	height: 50px;z-index: 999;
}
.mfoot ul{
	display: flex;
	justify-content: space-between;
}
.mfoot ul li{
	width: 25%;
	border-right: 1px solid #228b51;
}
.mfoot ul li a{
	display: block;
	line-height: 50px;
	font-size: 14px;
	color: #fff;
	text-align: center;
}
@media only screen and (min-width: 1300px) and (max-width: 1599px){
	.heads{
		width: 95%;
	}
	.banner{
		width: 95%;
	}
	.inpro{
		width: 95%;
	}
	.inprobtleft{
		width: 45%;
	}
	.tabBox .hd{
		width: 530px;
	}
	.inprobtleft p{
		font-size: 14px;
	}
	.inprobtleft{
		width: 55%;
	}
	.tyre .swiper-slide li{
		width: auto;
	}
	.inabout{
		width: 95%;
	}
	.innews{
		width: 95%;
	}
	.innewsdvbt {
		width: 55%;
	}
	.innewsdvlist ul li{
		width: 31.3%;
		margin: 1%;
	}
	.coop{
		width: 95%;
	}
	.inmessage{
		width: 95%;
	}
	.foot{
		width: 95%;
	}
	.ftright{
		width: 70%;
	}
	.shownav{
		width: 95%;
	}
	.about{
		width: 95%;
	}
	.inaboutlist ul li{
		width: 32%;
	}
	.exmile{
		width: 95%;
		background-size: cover;
	}
	.exmiledvlist ul li{
		width: 19%;
	}
	.exmiledvlist ul li h3{
		font-size: 14px;
	}
	.exmiledvlist ul li h3{
		height: auto;
	}
	.exmiledv .inprobtleft{
		width: 100%;
	}
	.culture{
		width: 95%;
	}
	.news{
		width: 95%;
	}
	.quality{
		width: 95%;
	}
	.quality .inprobtleft{
		width: 100%;
	}
	.qualitylist ul li{
		width: 19%;
		margin-top: 1%;
	}
	.sales{
		width: 95%;
	}
	.shownews{
		width: 95%;
	}
	.newsbt{
		width: 20%;
	}
	.warranty{
		width: 95%;
	}
	.warrantybt {
		width: 25%;
		text-align: left;
	}
	.warrantybt1{
		width: 33%;
	}
	.profllist{
		width: 95%;
	}
	.profllist .prozxlist ul{
		width: 100%;
	}
	.profllist .prozxlist ul li{
		width: calc(19% - 2px);
		margin: 1%;
		padding: 2%;
	}
	.showpro{
		width: 95%;
	}
	.showproxxdv{
		width: 95%;
	}
	.showpro .warrantybt{
		width: 25%;
	}
	.showpronr{
		width: 100%;
	}
	.showpro .bd ul{
		width: 100%;
	}
	.prozx{
		width: 95%;
	}
	.prozxleft{
		margin-left: 0;
		width: 25%;
		padding: 2.5%;
	}
	.prozxlist{
		width: 68%;
		margin-right: 0;
	}
	.headsdv{
		width: 100%;
	}
	.header-navigation{
		left: 0;
		margin-left: 0;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1299px){
	.headsdvright{
		width: 80%;
	}
	.headsdvright ul li a{
		padding: 0 15px;
	}
	.heads{
		width: 95%;
	}
	.banner{
		width: 95%;
	}
	.inpro{
		width: 95%;
	}
	.inprobtleft{
		width: 45%;
	}
	.tabBox .hd{
		width: 47%;
		top: 90px;
	}
	.inprobtleft p{
		font-size: 14px;
	}
	.inprobtleft{
		width: 45%;
	}
	.tyre .swiper-slide li{
		width: auto;
	}
	.inabout{
		width: 95%;
	}
	.innews{
		width: 95%;
	}
	.innewsdvbt {
		width: 55%;
	}
	.innewsdvlist ul li{
		width: 31.3%;
		margin: 1%;
	}
	.coop{
		width: 95%;
	}
	.inmessage{
		width: 95%;
	}
	.foot{
		width: 95%;
	}
	.ftright{
		width: 73%;
	}
	.shownav{
		width: 95%;
	}
	.about{
		width: 95%;
	}
	.inaboutlist ul li{
		width: 32%;
	}
	.exmile{
		width: 95%;
		background-size: cover;
	}
	.exmiledvlist ul li{
		width: 19%;
	}
	.exmiledvlist ul li h3{
		font-size: 14px;
	}
	.exmiledvlist ul li h3{
		height: auto;
	}
	.exmiledv .inprobtleft{
		width: 100%;
	}
	.culture{
		width: 95%;
	}
	.news{
		width: 95%;
	}
	.quality{
		width: 95%;
	}
	.quality .inprobtleft{
		width: 100%;
	}
	.qualitylist ul li{
		width: 19%;
		margin-top: 1%;
	}
	.sales{
		width: 95%;
	}
	.shownews{
		width: 95%;
	}
	.newsbt{
		width: 20%;
	}
	.warranty{
		width: 95%;
	}
	.warrantybt {
		width: 25%;
		text-align: left;
	}
	.warrantybt1{
		width: 18%;
	}
	.profllist{
		width: 95%;
	}
	.profllist .prozxlist ul{
		width: 100%;
	}
	.profllist .prozxlist ul li{
		width: calc(19% - 2px);
		margin: 1%;
		padding: 2%;
	}
	.showpro{
		width: 95%;
	}
	.showproxxdv{
		width: 95%;
	}
	.showpro .warrantybt{
		width: 25%;
	}
	.showpronr{
		width: 100%;
	}
	.showpro .bd ul{
		width: 100%;
	}
	.prozx{
		width: 95%;
	}
	.prozxleft{
		margin-left: 0;
		width: 25%;
		padding: 2.5%;
	}
	.prozxlist{
		width: 68%;
		margin-right: 0;
	}
	.headsdv{
		width: 100%;
	}
	.inabout .inprobt p{
		width: 95%;
	}
	.inabout .inprobtleft{
		width: 80%;
	}
	.inaboutnrleft h1{
		width: 450px;
	}
	.inaboutdv{
		background-size: cover;
	}
	.innews .innewsdvbt{
		width: 72%;
	}
	.ftleft{
		width: 25%;
	}
	.ftleft section ul li{
		width: 48%;
	}
	.exmiledvlist ul{
		flex-wrap: wrap;
	}
	.exmiledvlist ul li{
		width: 42%;
		margin: 10px 0;
	}
	.inprobt .inprobtleft{
		width: 70%;
	}
	.exmile .inprobt .inprobtleft{
		width: 100%;
	}
	.innewsdvlist ul li section p{
		overflow: hidden;
	}
	.innewsdvlist ul li section{
		padding: 5%;
	}
	.quality .inprobt .inprobtleft{
		width: 100%;
	}
	.newsbt{
		width: 25%;
	}
	.warrantybt{
		width: 33%;
	}
	.showproxxdv{
		align-items: center;
	}
	.warrantybt1{
		width: 23%;
	}
	#gallery .swiper-slide{
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.showpro .warrantybt{
		width: 33%;
	}
	.prozxleft h1{
		font-size: 24px;
	}
	.bannerdv .swiper-slide div h1{
		font-size: 24px;
	}
	.bannerdv .swiper-slide div h2{
		font-size: 24px;
	}
	.bannerdv .swiper-slide div a{
		margin-top: 8%;
	}
	.innewsdvlist ul li section span{
		margin-top: 15px;
		display: block;
	}
	.innewsdvlist ul li h2{
		margin-bottom: 20px;
	}
	.inpro .inprobt .inprobtleft p{
		width: 67%;
	}
	.header-navigation{
		left: 0;
		margin-left: 0;
	}
}
@media screen and (max-width: 999px){
	.htmleaf-container{
		display: block;
	}
	.mobile{
		background-color: #fff;
	}
	.heads{
		display: none;
	}
	.banner{
		width: 100%;
		padding: 0;
	}
	.shownav{
		width: 100%;
		padding: 0;
	}
	.shownav ul{
		justify-content: space-between;
	}
	.shownav ul li a{
		font-size: 14px;
	}
	.shownav ul li::after{
		display: none;
	}
	.shownav ul li{
		width:  auto;
		height: 45px;
		padding: 0 9px;
		overflow: hidden;
	}
	.shownav ul li a{
		display: block;
		line-height: 45px;
		height: auto;
	}
	.shownav ul li::after{
		top: 13px;height: 20px;
	}
	.shownav ul li:hover{
	    background-color: #008a28;
	}
	.shownav ul li.active{
		background-color: #008a28;
	}
	.about{
		width: 100%;
		border:none;
	}
	.gywmdv h1{
		font-size: 24px;
	}
	.gywmdv p{
		font-size: 14px;
		line-height: 25px;
		margin-top: 20px;
	}
	.inaboutlist{
		margin-top: 20px;
	}
	.gywm .inaboutlist ul{
		width: 100%;
		display: block;
	}
	.inaboutlist ul li{
		width: 100%;
	}
	.gywm {
	    width: 95%;
	    padding:5% 2.5%;
	}
	.inaboutlist ul li section{
		width: 90%;
		padding: 5%;
	}
	.inaboutlist ul li section h1{
		font-size: 20px;
	}
	.inaboutlist ul li section p{
		font-size: 14px;
	}
	.foot{
		display: none;
	}
	.contact ul li{
		width: 50%;
	}
	.exmile{
		width: 100%;
		padding: 30px 0;
		border: none;
		background-size: cover;
	}
	.inprobtleft h1{
		font-size: 22px;
	}
	.inprobtleft p{
		font-size: 14px;
	}
	.exmiledvlist ul{
		flex-wrap: wrap;
		width: 95%;
	}
	.exmiledvlist ul li{
		width:38%;
		margin: 1%;
		padding: 5%;
	}
	.exmiledvlist{
		margin-top: 20px;
	}
	.exmiledvlist ul li h2{
		display: block;
		justify-content: center;
	}
	.exmiledvlist ul li h2 i{
		display: block;
		text-align: center;font-size: 18px;
	}
	.exmiledvlist ul li h2 iconpark-icon{
		font-size: 24px;
		display: block;
		text-align: center;
		margin: 0 auto;
		margin-top: 15px;
	}
	.exmiledvlist ul li h3{
		margin-top: 0px;
		font-size: 14px;
		height: auto;
		text-align: center;
	}
	.exmiledvlist ul li:nth-child(3){
		width: 88%;
	}
	.exmiledvlist ul li:nth-child(4){
		width: 88%;
	}
	.contact{
		padding-top: 0;
	}
	.culture{
		width: 100%;
		border: none;
		display: block;
	}
	.culturedv{
		display: block;
	}
	.culturedvleft{
		width: 100%;
	}
	.culturedvright{
		width: 100%;
		padding: 20px 0px;
	}
	.culturedvright p{
		font-size: 20px;
		font-weight: bold;
	}
	.inmessagedv{
		padding: 35px 0px;
	}
	.message{
		width: 100%;
	}
	.inprobt{
		display: block;
	}
	.inaboutbtn{
		margin-top: 20px;
		width: 120px;
		height: 40px;
		line-height: 40px;
	}
	.inform form{
		margin-top: 20px;
	}
	.inform form input{
		width: 95%;
		padding: 0 5%;
		line-height:45px;
		margin-bottom: 10px;
	}
	.inmessage{
		width: 95%;
		padding: 2.5%;
		padding-top: 0;
	}
	.inform,.inprobt{
		width: 95%;
	}
	.inform form textarea{
		padding: 5%;
	}
	.news{
		width: 100%;
		border: none;
		padding: 35px 0px;
	}
	.innewsdvlist{
		width: 95%;margin-top: 15px;
	}
	.innewsdvlist ul li{
		width: 98%;
		margin: 1%;
		margin-top: 15px;
	}
	.innewsdvlist ul li:nth-child(4){
		display: none;
	}
	.innewsdvlist ul li:nth-child(5){
		display: none;
	}
	.innewsdvlist ul li:nth-child(6){
		display: none;
	}
	.innewsdvlist ul li h2{
		margin-bottom: 10px;
	}
	.innewsdvlist ul li section{
		padding: 5%;
	}
	.innewsdvlist ul li section p{
		overflow: hidden;
		font-size: 14px;
		
	}
	.innewsdvlist ul li section span{
		display: block;
		height: 35px;
		line-height: 35px;
		margin-top: 0;
	}
	.ym{
		margin-top: 30px;
	}
	.quality{
		width: 100%;
		border: none;
		padding: 35px 0px;
	}
	.qualitydv{width: 95%;margin: 00 auto;}
	.inprobtleft h1{
		text-transform: uppercase;
	}
	.qualitylist ul{
		width: 100%;
		margin-top: 15px;
	}
	.qualitylist ul li{
		width: 48%;
		margin: 1%;
	}
	.sales{
		width: 100%;
		border: none;
	}
	body{
		background-color: #fff;
	}
	.shownews{
		width: 100%;
		border: none;
	}
	.shownewsbt{
		width: 95%;
		margin: 0 auto;
		padding-top: 25px;
		padding-bottom: 15px;
	}
	.shownewsbt h1{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.shownewsdv{
		padding: 25px 0px;
	}
	.newsbt{
		width: 40%;
		font-size: 20px;
		line-height: 45px;
		margin-bottom: 15px;
	}
	.innewsdvlist ul li h2{
		font-size: 16px;
	}
	.shownews .news{
		padding-bottom: 35px;
	}
	.warranty{
		width:100%;
		border: none;
	}
	.warrantybt{
		font-size: 20px;
		line-height: 45px;
	}
	.warrantybt1{
		width: 35%;
	}
	.warrantydv{
		padding: 20px 5%;
	}
	.warrantydv p{
		font-size: 14px;
		margin-bottom: 15px;
	}
	.warrantydv h1{
		margin-bottom: 15px;
	}
	.warrantybt2{
		width: 52%;
	}
	.contacts ul{
		display: block;
	}
	.contacts{
		border-bottom: 1px solid #ccc;
	}
	.contacts ul li::after{
		display: none;
	}
	.profllist{
		width: 100%;
		border: none;
		padding: 35px 0px;
	}
	.profllist .prozxlist ul{
		width: 100%;
	}
	.profllist .prozxlist ul li{
		width: calc(43% - 2px);
		margin: 1%;
		padding: 2.5%;
	}
	.prozxlist ul li i{
		font-size: 24px;
	}
	.prozxlist ul li p{
		margin-bottom: 15px;
	}
	.showpro{
		width: 100%;
		border: none;
	}
	.showproxxdv{
		width: 95%;
		margin: 0 auto;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.showproxxright{
		width: 100%;
		display: block;
	}
	.showproxxright #gallery{
		width: 100%;
	}
	.showproxxright #thumbs{
		width: 100%;
	}
	.contrast{
		display: none;
	}
	.showproxxright #thumbs{
		height: auto;
		margin-top: 15px;
	}
	.showproxxleft{
		width: 100%;
		margin-top: 15px;
	}
	.showproxxleft h1{
		font-size: 24px;
	}
	.showproxxleft p{
		margin: 5px auto;
	}
	.showproxxleft dl{
		margin-top: 15px;
	}
	.showproxxleft section{
		margin-top: 15px;
	}
	.showproxx{
		padding: 35px 0;
	}
	.showpronr{
		width: 95%;
	}
	.showpronrdvbt h1{
		height: 35px;
		line-height: 45px;
		font-size: 20px;
	}
	.showpronrdvall{ 
		margin-bottom: 20px;
		margin-top: 20px;
	}
	.tabBox .bd{
		margin-top: 10px !important;
	}
	.showpro .warrantybt{
		width: 50%;
		margin-bottom: 15px;
	}
	.bd ul{
		width: 100%;
	}
	.tyre .swiper-slide li{
		width: 90%;
		padding: 5%;
	}
	.tyre .swiper-slide li p{
		font-size: 14px;
		line-height: 25px;
		height: 75px;
		overflow: hidden;
	}
	.prozx1{
		padding-top: 30px;
	}
	.prozx{
		width: 95%;
		margin: 0 auto;
		border: none;
	}
	.prozxleft{
		margin-left: 0;
	}
	
	.prozx{
		display: block;
	}
	.prozxleft{
		width: 90%;
		padding: 5%;
	}
	.prozxleft section{
		position: relative;
		bottom: 0px;
		left: 0px; 
		right: 0px;
		margin-top: 15px;
	}
	.prozxlist ul li{
		width: calc(46% - 2px);
		padding: 2%;
	}
	.prozxlist{
		width: 100%;
	}
	.prozxlist ul li:last-child{
		display: none;
	}
	.prozxlist ul{
		display: flex;
		justify-content: flex-start;
	}
	.prozxlist{
		border: none;
		border-bottom: 1px solid #e6e6e6;
		border-left: 1px solid #e6e6e6;
	}
	.prozxleft img{
		margin: 0 auto;
	}
	.prozxleft h1{
		font-size: 20px;
		font-weight: bold;
		text-align: center;
	}
	.prozx4{
		padding-bottom: 35px;
	}
	.inpro{
		width: 100%;
		padding: 0;
		margin: 30px auto;
	}
	.tabBox .hd{
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		width: 95%;
		margin: 0 auto;
		margin-top: 10px;
	}
	.tabBox .hd ul li img{
		width: 55px;
		height: auto;
	}
	.tabBox .hd ul li p{
		height: 30px;
		overflow: hidden;
		
	}
	.tabBox .bd{
		padding-top: 30px !important;
		padding-bottom: 30px !important;
	}
	.tyre .swiper-slide li section{
		opacity: 1;
	}
	.inabout{
		width: 95%;
		padding: 0 2.5%;
	}
	.inaboutdv{
		margin-top: 30px;
		background-size: cover;
		display: block;
	}
	.inaboutnrleft{
		width: 100%;
	}
	.inaboutnrleft h1{
		width: 100%;
		height: auto;
		line-height: 40px;
		font-size: 18px;
		padding-left: 0;
		text-align: center;
		margin-bottom: 30px;
	}
	.inabout .inprobt p{
		width: 100%;
	}
	.inaboutnr{
		display: block;
	}
	.inprobtleft h1{
		margin-bottom: 10px;
	}
	.inaboutnrleft div{
		width: 95%;
		margin:0 auto;
	}
	.inaboutnrleft div h2{
		font-size: 24px;
	}
	.inaboutnrleft div p{
		font-size: 14px;
		line-height: 25px;
		margin-top: 15px;
		margin-bottom: 30px;
	}
	.inaboutnrleft div a{
		width: 130px;
		height: 40px;
		line-height: 40px;
	}
	.inaboutnrright{
		width: 100%;
		margin: 20px auto;
		padding-right: 0;
	}
	.inaboutlist ul{
		width: 100%;
		display: block;
	}
	.inaboutdv{
		padding-bottom: 10px;
	}
	.innews{
		width: 95%;
		padding:25px 0;
	}
	.innewsdv{
		margin-top: 20px;
		background-size: cover;
		padding-bottom: 25px;
	}
	.innewsdvbt{
		width: 90%;
	}
	.innews .inaboutbtn{
		width: 180px;
	}
	.innewsdvbt{
		line-height: 45px;
		font-size: 16px;
		text-align: center;
		padding: 0;
		width: 100%;
	}
	.inaboutlist{
		width: 95%;
		margin: 0 auto;
		margin-top: 20px;
	}
	.coop{
	    width: 95%;
	    padding: 25px 0;
		border: none;
	}
	.pplist{
		margin-top: 20px;
	}
	.pplist ul li{
		width: 48%;
		margin: 1%;
	}
	.pplist ul{
		flex-wrap: wrap;
	}
	.inmessagedv{
		background-size: cover;
	}
	.bannerdv .swiper-slide{
		overflow: hidden;
		width: 100%;
	}
	.bannerdv .swiper-slide img{
		display: block;
		width: 200%;
		margin-left: -50%;
	}
	.bannerdv .swiper-slide div h1{
		font-size: 20px;
	}
	.bannerdv .swiper-slide div h2{
		font-size: 20px;
	}
	.bannerdv .swiper-slide div a{
		margin-top: 8%;
		width: 120px;
		height: 35px;
		line-height: 35px;
		font-size: 14px;
	}
	.nybanner .swiper-slide div h2{
		font-size:16px;

	}
	.nybanner .swiper-slide div{
		top: 35%;
	}
	.nybanner .swiper-slide div h1{
		font-size: 24px;
	}
	.prozxleft ul li a{
		font-size: 15px;
	}
	.ftdv{
		height: 50px;
		display: block;
	}
	.mfoot{
		display: block;
	}
 }