/*common start*/
html,body{width: 100%;height: 100%;}
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input,button,textarea,dl,dt{ margin:0; padding:0;list-style:none;text-decoration:none;border:0; list-style:none;font-family: normal;font-weight: normal;}
body{ font-size:14px;font-family:' '; color:#111;overflow-x: hidden;}

a img{
  border: 0;
}
em {
  font-style: normal;
}
a{text-decoration:none;color: #333;transition: all .3s;}
*{
	box-sizing: border-box;
}
input,textarea{
	outline: none;
}
.clear{ margin:0; padding:0; font-size:0; clear:both; }

*::-webkit-scrollbar {
    width: 3px;
    border-radius: 1.5px;
}
*::-webkit-scrollbar-button {
    display: none;
}
*::-webkit-scrollbar-track {
    background-color: #eee;
}
*::-webkit-scrollbar-thumb{
    background-color: #666;
}

.wapper{
	width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
	box-sizing: border-box;
}
.wapper1{
	width: 100%;
    max-width: 100%;
    margin-right: auto;
    margin-left: auto;
	padding: 0 15px;
	box-sizing: border-box;
}
@media only screen and (min-width: 1200px){
	.wapper{
		width: 100%;
		margin: 0 auto;
	}
	.wapper1{
		width: 1500px;
		margin: 0 auto;
	}
}

/* 轮播图通用 */
.swiper {width: 100%;height: 100%;}
.swiper-slide
{
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide img{
	width: 100%;
}

.overflow1{white-space: nowrap;text-overflow: ellipsis;overflow: hidden;width: 100%;display: block;}
.overflow2{display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}
.overflow3{display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}


.mainFull{width: 100%;height: 100%;overflow: hidden;}
.mainFull .fullSwiper .swiper-wrapper .swiper-slide img{
	display: block;width: 100%;height: 100%;object-fit: cover;
}
.fullSwiper{width: 100%;height: 100%;}

.mainFull  .swiper-pagination-bullet{background: #8c8c8c;opacity: 0.9;position: relative;}
.mainFull  .swiper-pagination-bullet-active:after{
	content: "";
	left: -2px;
	right: -2px;
	top: -2px;
	bottom: -2px;
	position: absolute;
	background: rgba(255, 255, 255, 0.6);
	border-radius: 100%;
}
.mainFull .swiper-pagination-bullet:nth-child(1):before,
.mainFull .swiper-pagination-bullet:nth-child(2):before,
.mainFull .swiper-pagination-bullet:nth-child(3):before,
.mainFull .swiper-pagination-bullet:nth-child(4):before{
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	font: 16px arial;
	color: #8c8c8c;
	text-transform: uppercase;
}
.mullPage{right: 2% !important;}
.mullPage .swiper-pagination{z-index: 9;}
.mullPage .swiper-pagination-bullet{width: 10px;height: 10px;margin: 15px auto !important;transition: 0.3s;}
.mullPage .swiper-pagination-bullet:last-child{
	opacity: 0;
}
.mullPage .swiper-pagination-bullet-active{width: 10px;height: 10px;background: rgba(255, 255, 255, 0.6);}
.mullPage .swiper-pagination-bullet:hover{width: 10px;height: 10px;background: rgba(255, 255, 255, 0.6);}
.footerbox{height: auto !important;width: 100%;}


.index1box{
	width: 100%;
	display: block !important;
}
/* 头部 */
.headerbox{
	width: 100%;
    position: absolute;
    left: 0;
    top: 0;
	padding: 0 15px;
    z-index: 999;
    padding-top: 23px;
}
.headerbox .header{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.logo img{
	max-width: 100%;
	width: auto;
	height: auto;
}
.header_right{
	display: flex;
	align-items: center;
}
.menu_btn{
	width: 31px;
    height: 22px;
    background: url(../images/toggle.png) center center no-repeat;
    border: none;
    outline: none;
    position: relative;
	margin-right: 20px;
	cursor: pointer;
}
.menu_btn:after{
	content: "MENU";
    font: 16px arial;
    color: #fff;
	position: absolute;
	left: -60px;
	top: 50%;
	transform: translateY(-50%);
}
.search_btn{
    background-color: transparent;
    width: 27px;
    height: 25px;
    background: url(../images/search.png) center center no-repeat;
    transition: 500ms;
	cursor: pointer;
}
.searchbox{
	line-height: normal;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}
.searchbox form{
	position: absolute;
	top: 45%;
	left: 50%;
	width: 60%;
	margin-left: -30%;
}
.searchbox form input[type="text"]{
	width: 100%;
    border-bottom: 1px solid #e1e1e1;
    font-size: 24px;
    color: #000;
    padding: 10px 0;
}
.searchbox .close{
	width: 30px;
    height: 30px;
    background: url(../images/close.png) no-repeat;
    position: absolute;
    right: 25px;
    top: 15px;
    cursor: pointer;
}
.search_btn.on{
	margin-right: 270px;
}
.menubox{
	position: fixed;
    right: -270px;
    top: 0;
    padding-top: 40px;
    width: 270px;
    height: 100%;
    background-color: #333;
    overflow: auto;
    transition: 500ms;
    z-index: 9999;
}
.menubox.on{
	right: 0;
}
.menubox ul li{
	padding: 0 15px;
	text-align: left;
}
.menubox ul li a{
	display: block;
    font: 18px/40px arial;
    color: #fff;
    text-transform: uppercase;
}
.menubox ul li dl dd a{
	display: block;
    font: 16px/35px arial;
    color: #fff;
    padding-left: 15px;
    text-transform: capitalize;
}

.search_box2{
	padding: 15px;
}
.search_box2 input{
	width: 80%;
    height: 40px;
    border: none;
    font: 16px arial;
    color: #000;
    padding-left: 15px;
}
.search_box2 form{display: flex;align-items: center;}
.search_box2 button{
	width: 20%;
    height: 40px;
    border: none;
    background-color: #004391;
}
.search_box2 button i{
	font-size: 18px;
	color: #fff;
}

.languagebox{
	padding: 10px;
}
.languagebox .title{
	font: 18px arial;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.languagebox .link{
	display: flex;
	justify-content: space-around;
}
.languagebox .link a{
	font: 16px arial;
    color: #fff;
    padding-left: 40px;
}



/* banner */
.bannerbox{
	width: 100%;
	position: fixed;
	height: 100%;
}
.bannerbox .mySwiper1{
	width: 100%;
	height: 100%;
}
.bannerbox .mySwiper1 .swiper-slide{
	display: block;
	font-size: 0;
	width: 100%;
	height: 100%;
	position: relative;
}
.bannerbox .mySwiper1 .swiper-slide img{
	width: 100%;
}
.bannerbox .mySwiper1 .prev_btn{
	font-size: 20px;
	position: absolute;
	top: 50%;
	z-index: 9;
	left: 5%;
	width: 20px;
	text-align: center;
	margin-top: -25px;
	vertical-align: middle;
	cursor: pointer;
	color: white;
}
.bannerbox .mySwiper1 .next_btn{
	font-size: 20px;
	position: absolute;
	top: 50%;
	z-index: 9;
	right: 5%;
	width: 20px;
	text-align: center;
	margin-top: -25px;
	vertical-align: middle;
	cursor: pointer;
	color: white;
}
.bannerbox .mySwiper1 .prev_btn img,.bannerbox .mySwiper1 .next_btn img{
	width: 100%;
}
.bannerbox .mySwiper1 .swiper-slide .inner{
	position: absolute;
    max-width: 795px;
    width: 100%;
    left: 10%;
    top: 50%;
    text-align: left;
    transform: translateY(-50%);
}
.bannerbox .mySwiper1 .swiper-slide .inner h1{
	font-size: 70px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
}
.bannerbox .mySwiper1 .swiper-slide .inner p{
	font-size: 28px;
	line-height: 46px;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 30px;
	position: relative;
}
.bannerbox .mySwiper1 .swiper-slide .inner p:after{
	content: "";
    position: absolute;
    width: 69px;
    height: 3px;
    background: #d63530;
    left: 0;
    bottom: 0;
}

.lan{
	display: block;
    position: absolute;
    z-index: 999;
    width: 51px;
    height: 32px;
    border: 1px solid #fff;
    right: 60px;
    bottom: 70px;
    font: 16px/30px arial;
    color: #fff;
    text-align: center;
    transition: 300ms;
}
.lan:hover{
	background: #fff;
    color: #333;
}




/* index2 */
.index2box{
	width: 100%;
	display: block !important;
	height: 100%;
}
.index2_topbox{
	padding: 15px;
	width: 100%;
	height: 25%;
}
.mySwiper2 .swiper-wrapper .swiper-slide a{
	display: block;
	width: 100%;
	padding: 10px 0;
	border-bottom: 4px solid transparent;
}
.mySwiper2 .swiper-wrapper .swiper-slide a:hover,.mySwiper2 .swiper-wrapper .swiper-slide.swiper-slide-thumb-active a{
	border-bottom: 4px solid #d63530;
}
.mySwiper2 .swiper-wrapper .swiper-slide a .imgbox{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 0;
}
.mySwiper2 .swiper-wrapper .swiper-slide a .imgbox img{
	max-width: 100%;
	width: auto;
	height: auto;
}
.mySwiper2 .swiper-wrapper .swiper-slide a .textbox{
	font: 20px arial;
    color: #000;
    text-transform: uppercase;
    margin-top: 18px;
}

.index2_botbox{
	width: 100%;
	margin: 0 auto;
	height: 75%;
}
.index2_botbox .index2_bot{
	height: 100%;
	display: flex;
	flex-wrap: wrap;
}
.index2_botbox .index2_bot .index2_bot_left{
	width: 50%;
    height: 100%;
    background: #23445a;
	display: flex;
	align-items: center;
	justify-content: center;
	
}
.index2_bot_left .inner_text{
	max-width: 800px;
    width: 100%;
    padding-left: 15px;
	text-align: left;
}
.index2_bot_left .inner_text h1{
	font: 34px arial;
    color: #fff;
    text-transform: uppercase;
    padding-top: 30px;
    position: relative;
    margin-bottom: 10px;
}
.index2_bot_left .inner_text p{
	font: 18px/36px arial;
    color: #fff;
    margin-bottom: 50px;
}
.index2_bot_left .inner_text a{
	display: block;
    width: 121px;
    height: 37px;
    background: #d63530;
    font: 16px/37px arial;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.index2_bot_right{
	width: 50%;
	height: 100%;
}
.index2_bot_right img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}



/* index3 */
.index3box{
	width: 100%;
	height: 100%;
}

.index3{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.index3_item{
	width: 33.33%;
	padding: 0 15px;
	display: flex;
	flex-wrap: wrap;
}
.index3_item .imgbox{
	width: 100%;
	font-size: 0;
}
.index3_item .imgbox img{
	width: 100%;
}
.index3_item .title{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 30px;
}
.index3_item:nth-child(2) .title{
	margin-bottom: 30px;
	margin-top: 0;
}
.index3_item .title h3{
	font: bold 34px arial;
    color: #000;
    text-transform: uppercase;
    margin-top: 5px;
}
.index3_item .title a{
	display: block;
    width: 42px;
    height: 42px;
    border-radius: 100%;
    border: 2px solid #d63530;
    text-align: center;
}
.index3_item .title a i{
	font-size: 30px;
    color: #d63530;
    line-height: 38px;
}



/* index4 */
.index4 h1{
	font: bold 36px arial;
    color: #000;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 25px;
    position: relative;
    top: 50%;
	width: 100%;
    transform: translateY(-50%);
}
.index4 h1:after{
	content: "";
    position: absolute;
    width: 90px;
    height: 3px;
    background: #d63530;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}

.index4_content{
	box-sizing: border-box;
	width: 100%;
}
.index4_content ul li{
	width: 100%;
	transition: 300ms;
	padding: 50px 0;
}
.index4_content ul li:hover{
	background: #23445a;
}
.index4_content ul li .li_inner{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	max-width: 80%;
	margin: 0 auto;
}

.index4_content ul li .imgbox{
	width: 23%;
}
.index4_content ul li .imgbox img{
	width: 100%;
}
.index4_content ul li .textbox{
	width: 70%;
	padding: 0 70px 0 40px;
	text-align: left;
}
.index4_content ul li .textbox h3 a{
	font: 24px arial;
    color: #000;
    margin-bottom: 15px;
	display: block;
}
.index4_content ul li .textbox p{
	font: 16px/36px arial;
    color: #666666;
}
.index4_content ul li:hover .textbox h3 a{
	color: #fff;
}
.index4_content ul li:hover .textbox p{
	color: #fff;
}
.index4_content ul li .date{
	width: 7%;
	text-align: left;
}
.index4_content ul li .date h3{
	font: 28px arial;
    color: #666;
    margin-bottom: 10px;
	transition: 300ms;
}
.index4_content ul li .date span{
	font: 20px arial;
    color: #999;
	display: block;
	transition: 300ms;
}
.index4_content ul li:hover .date h3{
	color: #fff;
}
.index4_content ul li:hover .date span{
	color: #fff;
}



.bottom{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
	padding: 10px 0;
	background: #112634;
}

.bottom_left p{
	font: 14px/33px arial;
    color: #b8b8b8;
	margin-bottom: 10px;
}
.bottom_left p a{
	color: #b8b8b8;
}
.bottom_left p a:hover{
	color: #ff0000;
}
.bottom_right ul{display: flex;align-items: center;}
.bottom_right ul li{
    width: 33px;
    height: 33px;
    border-radius: 100%;
    border: 1px solid #fff;
    text-align: center;
    margin-right: 12px;
    transition: 300ms;
}
.bottom_right ul li a{display: block;width: 100%;}
.bottom_right ul li a i{
	font-size: 16px;
    line-height: 31px;
    color: #fff;
}


/* 通用内页 */
.inbannerbox{
	position: relative;
	width: 100%;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-size: cover;
	min-height: 450px;
}
.inbannerbox h1{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 60px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	padding-bottom: 15px;
}
.inbannerbox h1 span{
	color: #d63530;
	font-weight: bold;
}
.inbannerbox h1:after{
	position: absolute;
	content: "";
	left: 50%;
	transform: translateX(-50%);
	bottom: 0;
	height: 3px;
	width: 60px;
	background-color: #d63530;
}


.insidebox{
	width: 100%;
	margin: 0 auto;
}
.insidebox .inside{
	width: 100%;
	padding: 50px 0;
	box-sizing: border-box;
}



/* about */
.about1box{
	padding: 80px 0;
	width: 100%;
	margin: 0 auto;
	box-sizing: border-box;
}
.about1box .about1{
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.about1_left{
	width: 65%;
	overflow: auto;
	padding-top: 40px;
	padding-right: 25px;
}
.about1_left h1{
	font: bold 30px arial;
    color: #000;
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 95px;
}
.about1_left h1:after{
	content: "";
    width: 118px;
    height: 6px;
    position: absolute;
    background: #d63530;
    left: 0;
    bottom: 0;
}
.about1_left h1:before{
	content: "";
    width: 246px;
    height: 148px;
    position: absolute;
    left: 50px;
    top: -30px;
    z-index: -1;
    background: url(../images/atitbg.png) center center no-repeat;
}
.about1_left h3{
	font: bold 28px arial;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 35px;
}
.about1_left .desc{
	font: 16px/36px arial;
    color: #666666;
    height: 300px;
    overflow: auto;
}
.about1_right{
	width: 35%;
	padding-left: 20px;
}
.about1_right img{
	width: 100%;
}

.about2{
	padding-top: 50px;
}
.about2 ul{display: flex;align-items: center;flex-wrap: wrap;}
.about2 ul li{
	width: 25%;
	position: relative;
	display: flex;
	align-items: center;
}
.about2 ul li p{
	font: 16px/25px arial;
    color: #666666;
    text-align: right;
    margin-right: 12px;
}
.about2 ul li h2{
	font-size: 44px;
    color: #d63530;
	font-weight: bold;
	display: inline-block;
}
.about2 ul li:after{
	content: "";
    position: absolute;
    width: 2px;
    height: 30px;
    background: #d5d5d5;
    right: 23%;
    top: 50%;
    transform: translateY(-50%) skew(-30deg);
}
.about2 ul li:last-child:after{
	display: none;
}



.about3box{
	width: 100%;
	margin: 0 auto;
	padding: 80px 0;
	box-sizing: border-box;
}
.about3box ul{display: flex;flex-wrap: wrap;}
.about3box ul li{width: 33.33%;height: 400px;display: flex;align-items: center;justify-content: center;}
.about3box ul li .li_inner{
	text-align: center;
}
.about3box ul li .li_inner .imgbox{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about3box ul li .li_inner .imgbox img{
	max-width: 100%;
	width: auto;
}
.about3box ul li .li_inner .textbox{
	width: 100%;
}
.about3box ul li .li_inner .textbox h3{
	font: 20px arial;
    color: #fff;
    margin: 35px 0 8px 0;
    text-transform: uppercase;
}
.about3box ul li .li_inner .textbox p{
	font: 18px arial;
    color: #fff;
}


.about4box{
	width: 100%;
	margin: 0 auto;
	padding: 80px 0;
	box-sizing: border-box;
}
.about4box .about4{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.about4box .about4 h1{
	font: bold 30px arial;
    color: #000;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    margin-bottom: 85px;
}
.about4box .about4 h1:after{
	content: "";
    position: absolute;
    width: 118px;
    height: 6px;
    background: #d63530;
    left: 0;
    bottom: 0;
}
.about4_content .swiper-wrapper .swiper-slide{
	text-align: left;
}
.about4_content .swiper-wrapper .swiper-slide h3{
	font: 60px b;
    color: #333;
    transition: 300ms;
}
.about4_content .swiper-wrapper .swiper-slide p{
	font: 16px/28px arial;
    color: #333;
}
.about4_pagination{
	bottom: -30px !important;
}



.about5box{
	width: 100%;
	margin: 0 auto;
	padding: 80px 0;
	box-sizing: border-box;	
}
.about5box .about5{
	width: 100%;
	margin: 0 auto;
	position: relative;
}
.about5_title{
	text-align: center;
}
.about5_title h1{
	display: inline-block;
    font: bold 30px arial;
    color: #fff;
    padding-bottom: 10px;
    position: relative;
    text-transform: uppercase;
    z-index: 2;
	text-align: center;
}
.about5_title h1:after{
	content: "";
    position: absolute;
    width: 118px;
    height: 6px;
    background: #d63530;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 0;
}
.about5_content{
	width: 100%;
	padding: 50px 0 !important;
}
.about5_next_btn{
	font-size: 25px;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: -5%;
	width: 42px;
    height: 42px;
	line-height: 38px;
	text-align: center;
    border-radius: 100%;
    border: 2px solid #fff;
    background-image: none;
	cursor: pointer;
}
.about5_prev_btn{
	font-size: 25px;
	color: #fff;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: -5%;
	width: 42px;
	height: 42px;
	line-height: 38px;
	text-align: center;
	border-radius: 100%;
	border: 2px solid #fff;
	background-image: none;
	cursor: pointer;
}


.about6box{
	padding: 100px 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}
.about6box .about6{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.about6box .about6 .about6_left{
	width: 50%;
	position: relative;
}
.about6box .about6 .about6_left img{
	width: 100%;
}
.about6box .about6 .about6_left .textbox{
	position: absolute;
	left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.about6box .about6 .about6_left .textbox h3{
	font: 24px arial;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 15px;
}
.about6box .about6 .about6_left .textbox a{
	display: block;
    width: 48px;
    height: 48px;
    border-radius: 100%;
    border: 2px solid #fff;
    margin: 0 auto;
    text-align: center;
    font-size: 30px;
    line-height: 44px;
    color: #fff;
}
.about6box .about6 .about6_right{
	width: 50%;
}
.about6box .about6 .about6_right img{
	width: 100%;
}



/* Plant equipment */
.plantbox{
	padding: 80px 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}
.plant{
	width: 100%;
	margin: 0 auto;
}
.plant ul{display: flex;flex-wrap: wrap;}
.plant ul li{
	width: 33.33%;
	padding: 0 15px;
	margin-bottom: 15px;
}
.plant_item{
	width: 100%;
}
.plant_item .imgbox{
	width: 100%;
	font-size: 0;
	position: relative;
}
.plant_item .imgbox img{
	width: 100%;
}
.zhao{
	position: absolute;
    background: rgba(0, 0, 0, 0.5);
    height: 100%;
    left: 0;
    top: 0;
    width: 100%;
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
	z-index: 99;
}
.plant_item:hover .zhao{
	opacity: 1;
}
.buttons{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 100;
}
.buttons a{
    transform: scale(0);
    opacity: 0;
    background-color: rgb(256, 256, 256);
    -webkit-box-shadow: 0 0 1px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0 0 1px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 1px rgb(0 0 0 / 30%);
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    display: inline-block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
    text-decoration: none;
    width: 40px;
    height: 40px;
    margin: 0 1px;
    color: rgba(50, 50, 50, 0.9);
	overflow: hidden;
    transition: all 0.3s cubic-bezier(0, 1.135, 0.73, 1.405);
}
.plant_item:hover .buttons a{
    transform: scale(1);
    opacity: 1;
}
.plant_item a .imgbox img{
	width: 100%;
}
.plant_item .textbox{
    font: 18px arial;
    color: #666666;
    padding-left: 30px;
    padding-right: 60px;
    position: relative;
    border: 1px solid #e4e4e4;
    border-top: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
	padding: 20px;
}
.plant_item .textbox a{
	display: block;
    width: 26px;
    height: 26px;
    border-radius: 100%;
    border: 1px solid #d63530;
    text-align: center;
    position: absolute;
    right: 37px;
    top: 50%;
    transform: translateY(-50%);
}
.plant_item .textbox a i{
	font-size: 18px;
    color: #d63530;
    line-height: 24px;
}



/* product */
.product_tabbox{
	width: 100%;
	position: relative;
	top: -121px;
}
.product_tabbox .product_tab{
	width: 100%;
	margin: 0 auto;
}
.product_tabbox .product_tab ul{
	background: #f3f5f7;
    font-size: 0;
}
.product_tabbox .product_tab ul li{
	display: inline-block;
    padding: 48px 26px;
    font: bold 16px/25px arial;
    color: #666666;
    text-transform: uppercase;
    position: relative;
}
.product_tabbox .product_tab ul li:before{
	content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #d63530;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: 300ms;
}
.product_tabbox .product_tab ul li:hover:before{
	opacity: 1;
}
.product_tabbox .product_tab ul li:after{
	content: "";
    width: 2px;
    height: 15px;
    background: #d3d3d3;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.product_tabbox .product_tab ul li:last-child:after{
	opacity: 0;
}
.product_tabbox .product_tab ul li a{
	font-size: 16px;
	color: #666;
}

.productbox{
	padding-bottom: 80px;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}
.productbox .imgbox1{
	overflow: hidden;
}
.productbox .imgbox1 img{
	transition: 300ms;
}
.productbox .plant ul li:hover .plant_item a .imgbox1 img{
	transform: scale(1.1);
}



/* news */
.news_tabbox{
	width: 100%;
	position: relative;
	top: -121px;
}
.news_tab{
	width: 100%;
	margin: 0 auto;
}
.news_tab ul{
	padding: 0 75px;
    background: #f2f4f5;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 70px;
}
.news_tab ul li{
	width: 50%;
    font: bold 18px/121px arial;
    color: #333333;
    text-align: center;
    text-transform: uppercase;
    position: relative;
}
.news_tab ul li:before{
	content: "";
    width: 100%;
    height: 2px;
    background: #d63530;
    position: absolute;
    left: 0;
    bottom: 0;
    opacity: 0;
    transition: 300ms;
}
.news_tab ul li:hover:before{
	opacity: 1;
}
.news_tab ul li:after{
	content: "";
    position: absolute;
    width: 2px;
    height: 15px;
    background: #d3d3d3;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.news_tab ul li:last-child:after{
	opacity: 0;
}

.newsbox{
	width: 100%;
	padding-bottom: 80px;
	margin: 0 auto;
}
.newsbox .news{
	width: 100%;
	margin: 0 auto;
}
.newsbox .news ul li{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-bottom: 20px;
}
.newsbox .news ul li .img_item{
	display: block;
	width: 36%;
	overflow: hidden;
}
.newsbox .news ul li .img_item .imgbox{
	width: 100%;
	font-size: 0;
}
.newsbox .news ul li .img_item .imgbox img{
	width: 100%;
	transition: 300ms;
}
.newsbox .news ul li .img_item:hover .imgbox img{
	transform: scale(1.1);
}
.news_text{
	width: 64%;
    padding: 60px 55px 0 60px;
}
.news_text h3{
	font: 28px arial;
    color: #000;
    margin-bottom: 45px;
}
.news_text span{
	display: block;
	font: 16px arial;
    line-height: 30px;
    color: #999999;
    margin-bottom: 20px;
}
.news_text p{
	font: 16px/36px arial;
    color: #666666;
}
.newsbox .news ul li .more{
	display: block;
    width: 187px;
    height: 41px;
    background: #404040;
    position: absolute;
    right: 0;
    bottom: 0;
    text-align: center;
    font: 16px/41px arial;
    color: #fff;
    text-transform: uppercase;
    transition: 300ms;
}
.newsbox .news ul li:hover .more{
	background: #d63530;
}
.newsbox .news ul li .more img{
	vertical-align: middle;
    margin-left: 20px;
}
.newsbox .news ul li:hover{
	background: #fff;
    box-shadow: 0 0 20px 10px rgb(0 0 0 / 8%);
}


/* faq */
.faqbox{
	padding: 80px 0;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}
.faq{
	width: 100%;
	margin: 0 auto;
}
.faq ul li{
	width: 100%;
	margin-bottom: 20px;
}
.faq ul li .faq_title{
	box-shadow: 0 0 6px 0 rgb(0 0 0 / 50%);
    padding: 16px 30px 14px;
    background-color: #343434;
    font-size: 18px;
    cursor: pointer;
    color: #9e9e9e;
    margin-bottom: 12px;
    transition: 0.5s ease;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.faq ul li.on .faq_title{
	background: #1170d5;
    color: #fff;
}
.faq ul li .faq_box{
	display: none;
	font-size: 14px;
    line-height: 22px;
    color: #757575;
    padding: 15px 30px;
    margin-bottom: 12px;
}
.faq ul li.on .faq_btn:after{
	display: none;
}
.faq_btn{
    position: relative;
    display: block;
	 width: 25px;
    height: 25px;
}
.faq_btn:after{
	height: 60%;
    content: "";
    width: 4px;
    background-color: #9e9e9e;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
.faq_btn:before{
	width: 60%;
    height: 4px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #9e9e9e;
    content: "";
}
.faq ul li.on .faq_btn:before{
	background-color: #fff;
}


/* why */
.whybox{
	position: relative;
    top: -121px;
}
.whybox .why ul li{
	background: #f5f5f5;
}
.whybox .why ul li .news_text h3{
	margin-bottom: 15px;
}


/* contact */
.contact1box{
	width: 100%;
	padding: 80px 0;
	box-sizing: border-box;
	margin: 0 auto;
}
.contact1box .contact1{
	width: 100%;
	margin: 0 auto;
}
.contact1box .contact1 ul{display: flex;flex-wrap: wrap;align-items: center;}
.contact1box .contact1 ul li{
	width: 25%;
	margin-bottom: 20px;
}
.contact1box .contact1 ul li h3{
	color: rgb(51, 51, 51);
    text-transform: uppercase;
    margin-bottom: 15px;
    font: bold 20px  ;
}
.contact1box .contact1 ul li dl dd{
	color: rgb(51, 51, 51);
    font: 16px / 40px  ;
}
.contact1box .contact1 ul li .imgbox{
	width: 100%;
	font-size: 0;
}
.contact1box .contact1 ul li .imgbox img{
	max-width: 100%;
	width: auto;
}

.map{
	width: 100%;
	font-size: 0;
}
.map img{
	width: 100%;
}


.contact2box{
	width: 100%;
	padding: 80px 0;
	margin: 0 auto;
	box-sizing: border-box;
}
.contact2box .contac2{
	width: 100%;
	margin: 0 auto;
}
.contact2box .contac2 h1{
	color: rgb(51, 51, 51);
    text-transform: uppercase;
    font: bold 36px  ;
}
.contact2box .contac2 h1 span{
	font-weight: bold;
	color: #d73530;
}

.contact2_content{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;margin-top: 60px;}
.contact2_content input{
	width: 30%;
    height: 62px;
    color: rgb(153, 153, 153);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(222, 222, 222);
    border-image: initial;
    outline: none;
    font: 18px / 60px  ;
    padding: 0px 25px;
	margin-bottom: 15px;
}
.contact2_content textarea{
	width: 100%;
	height: 152px;
    color: rgb(153, 153, 153);
    border-width: 1px;
    border-style: solid;
    border-color: rgb(222, 222, 222);
    border-image: initial;
    outline: none;
    font: 18px / 60px  ;
    padding: 0px 25px;
	margin-bottom: 15px;
}
.contact2_content .contact_btn{
	height: 62px;
    color: rgb(255, 255, 255);
    text-align: center;
    text-transform: uppercase;
    font: 18px / 62px  ;
    background: rgb(215, 53, 48);
    outline: none;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
    transition: all 300ms ease 0s;
}
.contact2_content .contact_btn:hover{
	background: #333;
}



/*  */
.pro_detail1{
	display: flex;
	flex-wrap: wrap;
}
.pro1_left{
	width: 63%;
	padding-right: 65px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	max-height: 500px;
}
.pro1_left .swiper {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.pro1_left .swiper-slide {
  background-size: cover;
  background-position: center;
}
.pro1_left .swiper_box .swiper-slide{
	background-color: transparent;
}
.pro1_left .swiper_box .swiper-slide{
	width: 100%;
}
.pro1_left .swiper_box .swiper-slide img{
	width: 100%;
}
.pro1_left .swiper_box {
  width: 75%;
  height: 100%;
}

.pro1_left .swiper_tab {
  width: 20%;
  max-height: 400px;
  box-sizing: border-box;
  padding: 10px 0;
}
.pro1_left .swiper_tab .swiper-slide {
  width: 100%;
  overflow: auto;
  font-size: 0;
  background-color: transparent;
}
.pro1_left .swiper_tab .swiper-slide img{
	position: relative;
	border: 1px solid transparent;
}
.pro1_left .swiper_tab .swiper-slide-thumb-active img{
	border: 1px solid #d73530;
}
.pro1_left .swiper_tab .swiper-slide a img{
    position: absolute;
    left: 50%;
    top: 50%;
	transform: translate(-50%,-50%);
    color: #fff;
    opacity: 0;
    visibility: visible;
    transition: opacity 0.1s linear;
    z-index: 100;
	max-width: 100%;
	width: auto;
	border: 0;
}
.pro1_left .swiper_tab .swiper-slide:hover img{
	opacity: 0.8;
}
.pro1_left .swiper_tab .swiper-slide:hover .zhao{
	visibility: visible;
    background: #000;
}
.pro1_left .swiper_tab .zhao{
	visibility: hidden;
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    opacity: 0.4;
    -webkit-transition: all 0.1s linear;
    -moz-transition: all 0.1s linear;
    -ms-transition: all 0.1s linear;
    -o-transition: all 0.1s linear;
    transition: all 0.1s linear;
}

.pro1_right{
	width: 37%;
}

.pro1_right h1{
	font: bold 30px arial;
    color: #333333;
    padding: 20px 0;
    border-bottom: 1px solid #d7d7d7;
}



.pro_detail2box{
	width: 100%;
	margin: 0 auto;
	padding: 80px 0;
	box-sizing: border-box;
}
.pro_detail2box .pro_detail2{
	width: 100%;
	margin: 0 auto;
}
.pro_detail2box .pro_detail2 h3{
	font: bold 24px arial;
    color: #333333;
    text-transform: uppercase;
    margin-bottom: 90px;
}
.pro_detail2box .pro_detail2 .pro_detail2_content{
	width: 100%;
}
.pro_detail2_content .detail2 .swiper-wrapper .swiper-slide a{
	width: 100%;
	display: block;
}
.detail2 .swiper-wrapper .swiper-slide a .imgbox{
	width: 100%;
	font-size: 0;
}
.detail2 .swiper-wrapper .swiper-slide a .imgbox img{
	width: 100%;
}
.detail2 .swiper-wrapper .swiper-slide a .textbox{
	font: 18px arial;
    color: #666666;
    position: relative;
    border: 1px solid #e4e4e4;
    border-top: none;
    white-space: nowrap;
    overflow: hidden;
	text-align: left;
	padding-left: 20px;
	padding: 15px 0;
	padding-left: 20px;
    text-overflow: ellipsis;
}














@media only screen and (max-width: 980px) {
	.fullSwiper{width: 100%;height: auto;}
	.fullSwiper .swiper-wrapper-main {height: auto;display: block !important;}
	.inbannerbox {min-height: 250px;}
	.index1box,.index2box,.index3box,.index4box{height: auto !important;width: 100%;}
	.mainFull {overflow: visible !important;height: auto;}
	.headerbox{
		background-color: #000;
		position: inherit;
		height: 70px;
		padding-top: 0;
	}
	.headerbox .header {height: 70px;}
	.search_btn{display: none;}
	.menubox{
		top: 70px;
		background: rgba(0, 0, 0, 0.8);
	}
	.bannerbox{
		position: unset;
		height: 400px;
	}
	.bannerbox .mySwiper1 .swiper-slide .inner h1 {
	    font-size: 40px;
	}
	.bannerbox .mySwiper1 .swiper-slide .inner p {
	    font-size: 20px;
	    line-height: 30px;
	}
	.index2_botbox .index2_bot .index2_bot_left {
	    width: 100%;
		padding-bottom: 30px;
	}
	.index2_botbox .index2_bot .index2_bot_right {
	    width: 100%;
	}
	.index3_item {
	    width: 100%;
		margin-bottom: 30px;
	}
	.index3_item .imgbox{order: 0;}
	.index3_item .title{order: 1;}
	.index3_item .title h3 {
	    font: bold 20px arial;
	}
	.index4 h1 {
	    font: bold 25px arial;
	    color: #000;
	}
	.index4_content ul li .imgbox {display: none;}
	.index4_content ul li .date{display: none;}
	.index4_content ul li .textbox {
	    width: 100%;
	}
	.about6box .about6 .about6_left {
	    width: 100%;
		font-size: 0;
	}
	.about6box .about6 .about6_right {
	    width: 100%;
	}
	.about3box ul li {
	    width: 100%;
	}
	.about2 ul li:after{
		opacity: 0;
	}
	.about2 ul li {
	    width: 50%;
		justify-content: center;
		margin-bottom: 10px;
	}
	.about1_left {
	    width: 100%;
		padding: 0;
		margin-bottom: 30px;
	}
	.about1_right{
		width: 100%;
	}
	.about1_left h3 {
	    font: bold 20px arial;
	}
	.inbannerbox h1 {
	    font-size: 40px;
	}
	.plant ul li{
		width: 50%;
	}
	.newsbox .news ul li .img_item {
	    display: block;
	    width: 100%;
	}
	.news_text {
	    width: 100%;
		padding: 60px 55px 60px 60px;
	}
	.product_tabbox{
		display: none;
	}
	.news_tabbox{
		display: none;
	}
	.newsbox {padding: 80px 0;}
	.productbox {padding: 80px 0;}
	.contact1box .contact1 ul li {
	    width: 100%;
		margin-bottom: 20px;
	}
	.contact2_content input {
	    width: 100%;
	}
	.pro1_left {
	    width: 100%;
		padding-right: 0px;
	}
	.pro1_right{
		width: 100%;
	}
	.pro1_left .swiper_tab {
	    width: 100%;
		height: 20%;
		padding: 0;
	}
	.pro1_left .swiper_box {
	    width: 100%;
	    height: 80%;
	}
	.pro1_left .swiper_tab .swiper-slide img {
	    width: 100%;
	    height: 100%;
	    object-fit: cover;
	}
	.pro1_right h1 {
	    font: bold 20px arial;
	}
	.pro_detail2box .pro_detail2 h3 {
	    margin-bottom: 30px;
	}
	.pro_detail1box{
		padding: 80px 0;
		box-sizing: border-box;
		width: 100%;
	}
}


@media only screen and (max-width: 680px) {
	.bannerbox .mySwiper1 .swiper-slide .inner h1 {
	    font-size: 25px;
	}
	.bannerbox .mySwiper1 .swiper-slide .inner p {
	    font-size: 15px;
	    line-height: 22px;
	    max-width: 90%;
	}
	.index3_item .title h3 {
	    font: bold 16px arial;
	}
	.about5_next_btn{opacity: 0;}
	.about5_prev_btn{opacity: 0;}
	.about2 ul li {
	    width: 100%;
		justify-content: center;
	}
	.inbannerbox h1 {
	    font-size: 30px;
	}
	.plant ul li{
		width: 100%;
	}
}
