/*common start*/
body,div,ul,li,a,img,p,dl,dt,dd,h1,h2,h3,h4,span,strong,input{ margin:0; padding:0; list-style:none; text-decoration:none; border:0; list-style:none;}
body{ font-size:16px; font-family:'Microsoft YaHei'; color:#333;}
a{ color:#666;}
a:hover{ color:#93c348; text-decoration:none;}
:hover{ transition:all .3s ease;}
p{line-height:2.5em; padding:5px 0;}
.clear{ margin:0; padding:0; font-size:0; clear:both; }
.wapper1{ width:1200px; margin:0 auto;}
input,textarea,select{outline:none}
input,input:link,input:visited,input:hover,input:active,input:focus{ outline:none;}
img{object-fit: cover;
image-rendering: -moz-crisp-edges;
image-rendering: -o-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: crisp-edges;
-ms-interpolation-mode: nearest-neighbor;}
@media(max-width:768px){
.wapper1{ width:90%; }
}
/*common end*/


.headBg{padding: 20px 0;position: relative;}
.headBg .header{display: flex;justify-content: space-between;flex-wrap: wrap;align-items: center;}
.serBg{width: 100%;/* margin-bottom: 20px; */}
.search{display: block;margin-left: auto;width: 235px;height: 38px;border: 2px solid #93c348;border-radius: 30px;position: relative;}
.search #search_keywords{position: absolute;left: 0;top: 0;width: 100%;height: 100%;padding: 0 40px 0 10px;box-sizing: border-box;outline: none;background: transparent;font-size: 14px;}
.search #search{position: absolute;top: 2px;right: 2px;width: 35px;height: 35px;background: #93c348 url(../images/search.png) center center no-repeat;border: none;border-radius: 50%;display: block;color: #fff;text-indent: -999px;background-size: 25px;}


/*logo*/
.logo{}
.logo img{ display:block; max-width:100%;max-height: 80px;}

/*menu*/
.menu{height:35px;line-height:35px;}
.menu>ul{}
.menu>ul>li{ float:left; position:relative;padding: 0 2vw;}
.menu>ul>li:last-child{ padding-right:0;}
.menu>ul>li::after{position: absolute;right: 0;top: 50%;transform: translateY(-50%);width: 1px;height: 20px;background: #999;content: "";}
.menu>ul>li:last-child::after{display: none;}
.menu>ul>li>a{ color:#333; display:block; font-size:16px; padding:0 20px;border-radius: 5px;}
.menu>ul>li>a i{font-style:normal;}
.menu>ul>li>a:hover,.menu>ul>li:hover>a{ color:#fff;background: #93c348;}
.menu>ul>li>ul{width: auto;background:#fff;/*box-shadow:0px 0px 10px rgba(0,0,0,.1);*/position:absolute;top:100%;left:0;z-index:5;display: none;left: 50%;transform: translate(-50%);/* display: flex; */}
.menu>ul>li:hover>ul{ display:block; display:flex;}
.menu>ul>li>ul li{line-height:22px;position:relative;display: inline-block;white-space: normal;word-break: keep-all;/* width: 120px; */float: left;}
.menu>ul>li>ul li a{ color:#666; display:block; font-size:14px; font-weight:normal; padding:10px 10px;}
.menu>ul>li>ul li a:hover,.menu>ul>li>ul li:hover>a{ color:#93c348;}
.menu>ul>li>ul li ul{ width:100%; background:#fff; box-shadow:0px 0px 10px rgba(0,0,0,.1); position:absolute; top:0; left:100%; display:none;}
.menu>ul>li>ul li:hover>ul{ display:block;}

@media(max-width:768px){
.menu{ display:none;}
.logo img{ max-height: 50px;}
}

/*nav*/
.nav_open{ width:40px; height:40px; background:url(../images/ico_nav.png) center no-repeat; cursor:pointer;display:none;}
.nav_box{ display:none;}
.nav_close1{ width:100%; height:100%; background:rgba(0,0,0,.9); position:fixed; left:0; top:0; z-index:998;}
.navbg{ width:100%; height:100%; background:#fff; position:fixed; left:0; top:0; z-index:999;}
.nav{ padding:60px 20px 20px 20px; position:relative;}
.nav_close2{ width:40px; height:40px; background:url(../images/ico_close.png) center no-repeat; cursor:pointer; position:absolute; top:10px; right:10px;}
.nav_list{ height:calc(100vh - 80px); overflow-y:auto;}
.nav_list ul{ padding:10px 0 10px 14px;}
.nav_list ul li{}
.nav_list ul li span{ display:block; position:relative;}
.nav_list ul li span a{ display:inline-block; font-size:14px; line-height:34px;}
.nav_list ul li span i{ width:100%; height:100%; background:url(../images/ico_down1.png) right center no-repeat; position:absolute; top:0; right:0;}
.nav_list ul li ul{ display:none;}
.nav_list ul li.active>span>i{ background:url(../images/ico_up1.png) right center no-repeat;}

@media(max-width:768px){
.nav_open{display: block;}
}



.swiper-container1 {width: 100%;}
.swiper-container1 .swiper-slide { position:relative; }
.swiper-container1 .swiper-slide img{ display:block; width:100%;}
.swiper-container1 .swiper-slide .txtbg{ display: none !important;  width:100%; height:100%; position:absolute; left:0; top:0; z-index:5;
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-container1 .swiper-slide .txt{ text-align:center; color:#fff;}
.swiper-container1 .swiper-slide .txt .h2{ font-size:48px; line-height:58px; font-weight:bold;}
.swiper-container1 .swiper-slide .txt .h3{ font-size:24px; line-height:34px; margin:10px 0 0 0;}
.swiper-container1 .swiper-pagination1{}
.swiper-container1 .swiper-pagination1 .swiper-pagination-bullet{ width:40px; height:4px; background:#93c348; opacity:.5;}
.swiper-container1 .swiper-pagination1 .swiper-pagination-bullet.swiper-pagination-bullet-active{ background:#93c348; opacity:1;}
.swiper-container1 .swiper-button-prev1,.swiper-container1 .swiper-button-next1{display: none !important;}
.swiper-container1 .swiper-button-prev1{ left:10px;}
.swiper-container1 .swiper-button-next1{ right:10px;}

/*banner*/
.banner{overflow: hidden;}
.banner .swiper-pagination-bullet{opacity: 1;background: #93ce7a;transition:width ease 0.35s;border-radius: 0;width: 90px;}
.banner .swiper-pagination-bullet-active{background: #17ab00;width:90px;}


@media(max-width:768px){
.swiper-container1 .swiper-slide .txt .h2{ font-size:24px; line-height:34px; }
.swiper-container1 .swiper-slide .txt .h3{ font-size:12px; line-height:22px; margin:10px 0 0 0;}
.swiper-container1 .swiper-button-prev1,.swiper-container1 .swiper-button-next1{ display:none;}
}




/*pro1*/
.index_product1{ padding:40px 0; background:#f2f2f2;}
.index_product1 ul li{ float:left; width:calc((100% - 40px)/3); margin:0 20px 20px 0; text-align:center; background:#fff;}
.index_product1 ul li:nth-child(3n){ margin-right:0;}
.index_product1 ul li .nr_box{ border:1px solid #f2f2f2;}
.index_product1 ul li .img{ padding-bottom:100%; position:relative;}
.index_product1 ul li .img img{ max-width:100%;  max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.index_product1 ul li .txtbg{}
.index_product1 ul li .txt{ padding:20px 10px;}
.index_product1 ul li .txt .h2{ font-size:24px; line-height:34px; height:34px; overflow:hidden;}
.index_product1 ul li .txt .h3{ font-size:14px; line-height:24px; height:48px; overflow:hidden; margin:10px 0 0 0;}
@media(max-width:768px){
.index_product1 ul li{ float:left; width:calc((100% - 20px)/2); margin:0 20px 20px 0; }
.index_product1 ul li:nth-child(3n){ margin-right:20px;}
.index_product1 ul li:nth-child(2n){ margin-right:0;}
}


/*news1*/
.index_news1{ padding:40px 0; background:#f2f2f2;}
.index_news1 ul li{ float:left; width:calc((100% - 20px)/2); margin:0 20px 20px 0; background:#fff;}
.index_news1 ul li:nth-child(2n){ margin-right:0;}
.index_news1 ul li .nr_box{ border:1px solid #f2f2f2;}
.index_news1 ul li .imgbg{ float:left; width:25%;}
.index_news1 ul li .img{ position:relative; height:166px;}
.index_news1 ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.index_news1 ul li .txtbg{ float:right; width:75%;}
.index_news1 ul li .txt{ padding:20px 20px;}
.index_news1 ul li .txt .h2{ font-size:24px; line-height:34px; height:34px; overflow:hidden;}
.index_news1 ul li .txt .h3{ font-size:14px; line-height:24px; height:48px; overflow:hidden; margin:10px 0 0 0;}
.index_news1 ul li .txt .time{ font-size:14px; line-height:24px; color:#999; padding-left:24px; position:relative; margin:10px 0 0 0;}
.index_news1 ul li .txt .time i{ width:20px; height:24px; background:url(../images/ico_time.png) center no-repeat; position:absolute; left:0; top:0;}
@media(max-width:768px){
.index_news1 ul li{ float:left; width:100%; margin:0 0 20px 0; }
}


/*news2*/
.index_news2{ padding:40px 0;}
.index_news2 ul li{ float:left; width:calc((100% - 20px)/2); margin:0 20px 0 0; border-bottom:1px solid #ccc; padding:20px 0;}
.index_news2 ul li:nth-child(2n){ margin-right:0;}
.index_news2 ul li .txt{}
.index_news2 ul li .txt .h2{ font-size:16px; line-height:26px; height:26px; overflow:hidden; padding-left:25px; position:relative;}
.index_news2 ul li .txt .h2:before{ content:""; width:6px; height:6px; background:#000; position:absolute; left:0; top:10px;}
.index_news2 ul li .txt .h2 a{ float:left; width:70%; height:26px; overflow:hidden; color:#333;}
.index_news2 ul li .txt .h2 span{ float:right; color:#999;}
.index_news2 ul li .txt .h3{ font-size:14px; line-height:24px; height:48px; overflow:hidden; margin:5px 0 0 0;}
@media(max-width:768px){
.index_news2 ul li{ float:left; width:100%; margin:0 0 20px 0; }
}


/*news3*/
.index_news3{ padding:40px 0;}
.index_news3 ul li{ float:left; width:calc((100% - 20px)/2); margin:0 20px 20px 0; }
.index_news3 ul li:nth-child(2n){ margin-right:0;}
.index_news3 ul li .date{ float:left; width:80px; height:80px; background:#f2f2f2; color:#999; text-align:center;}
.index_news3 ul li .date strong{ display:block; font-size:36px; line-height:36px; padding:15px 0 2px 0;}
.index_news3 ul li .date span{ display:block; font-size:12px; line-height:12px;}
.index_news3 ul li .txt{ float:right; width:calc(100% - 100px); }
.index_news3 ul li .txt .h2{ font-size:16px; line-height:26px; height:26px; overflow:hidden;}
.index_news3 ul li .txt .h2 a{ color:#333;}
.index_news3 ul li .txt .h3{ font-size:14px; line-height:24px; height:48px; overflow:hidden; margin:5px 0 0 0;}
@media(max-width:768px){
.index_news3 ul li{ float:left; width:100%; margin:0 0 20px 0; }
}


/*footnav*/
.f_nav{ padding:40px 0;}
.f_nav>ul{
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: flex-start;
align-items: flex-start;
flex-wrap: nowrap;
justify-content: space-between;}
.f_nav ul li{flex-grow:1;flex-shrink:1; margin-bottom:10px;}
.f_nav ul li a{ display:block; font-size:14px; line-height:24px;    color: #fff;}
.f_nav ul li a:hover{ color:#fca800;}
.f_nav>ul>li>a{ font-size:16px; line-height:26px; font-weight:bold; margin-bottom:10px;}

/*Add------------------------------------------------------------------------------*/

/*inner_news1*/
.inside_news1{ padding:40px 0; background:#f2f2f2;}
.inside_news1 ul li{ float:left; width:calc((100% - 20px)/2); margin:0 20px 20px 0; background:#fff;}
.inside_news1 ul li:nth-child(2n){ margin-right:0;}
.inside_news1 ul li .nr_box{ border:1px solid #f2f2f2;}
.inside_news1 ul li .imgbg{ float:left; width:25%;}
.inside_news1 ul li .img{ position:relative; height:166px;}
.inside_news1 ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.inside_news1 ul li .txtbg{ float:right; width:75%;}
.inside_news1 ul li .txt{ padding:20px 20px;}
.inside_news1 ul li .txt .h2{ font-size:24px; line-height:34px; height:34px; overflow:hidden;}
.inside_news1 ul li .txt .h3{ font-size:14px; line-height:24px; height:48px; overflow:hidden; margin:10px 0 0 0;}
.inside_news1 ul li .txt .time{ font-size:14px; line-height:24px; color:#999; padding-left:24px; position:relative; margin:10px 0 0 0;}
.inside_news1 ul li .txt .time i{ width:20px; height:24px; background:url(../images/ico_time.png) center no-repeat; position:absolute; left:0; top:0;}
@media(max-width:768px){
    .inside_news1 ul li{ float:left; width:100%; margin:0 0 20px 0; }
}


/*inner_news2*/
.inside_news2{ padding:40px 0;}
.inside_news2 ul li{ float:left; width:calc((100% - 20px)/2); margin:0 20px 0 0; border-bottom:1px solid #ccc; padding:20px 0;}
.inside_news2 ul li:nth-child(2n){ margin-right:0;}
.inside_news2 ul li .txt{}
.inside_news2 ul li .txt .h2{ font-size:16px; line-height:26px; height:26px; overflow:hidden; padding-left:25px; position:relative;}
.inside_news2 ul li .txt .h2:before{ content:""; width:6px; height:6px; background:#000; position:absolute; left:0; top:10px;}
.inside_news2 ul li .txt .h2 a{ float:left; width:70%; height:26px; overflow:hidden; color:#333;}
.inside_news2 ul li .txt .h2 span{ float:right; color:#999;}
.inside_news2 ul li .txt .h3{ font-size:14px; line-height:24px; height:48px; overflow:hidden; margin:5px 0 0 0;}
@media(max-width:768px){
    .inside_news2 ul li{ float:left; width:100%; margin:0 0 20px 0; }
}


/*inner_news3*/
.inside_news3{ padding:40px 0;}
.inside_news3 ul li{ float:left; width:calc((100% - 20px)/2); margin:0 20px 20px 0; }
.inside_news3 ul li:nth-child(2n){ margin-right:0;}
.inside_news3 ul li .date{ float:left; width:80px; height:80px; background:#f2f2f2; color:#999; text-align:center;}
.inside_news3 ul li .date strong{ display:block; font-size:36px; line-height:36px; padding:15px 0 2px 0;}
.inside_news3 ul li .date span{ display:block; font-size:12px; line-height:12px;}
.inside_news3 ul li .txt{ float:right; width:calc(100% - 100px); }
.inside_news3 ul li .txt .h2{ font-size:16px; line-height:26px; height:26px; overflow:hidden;}
.inside_news3 ul li .txt .h2 a{ color:#333;}
.inside_news3 ul li .txt .h3{ font-size:14px; line-height:24px; height:48px; overflow:hidden; margin:5px 0 0 0;}
@media(max-width:768px){
    .inside_news3 ul li{ float:left; width:100%; margin:0 0 20px 0; }
}

/*inpic1*/
.inside_picList1{ padding:40px 0; }
.inside_picList1 ul li{ float:left; width:calc((100% - 60px)/4); margin:0 20px 20px 0; text-align:center; background:#fff;}
.inside_picList1 ul li:nth-child(4n){ margin-right:0;}
.inside_picList1 ul li .nr_box{ border:1px solid #f2f2f2;}
.inside_picList1 ul li .img{ padding-bottom:100%; position:relative;}
.inside_picList1 ul li .img img{ max-width:100%;  max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.inside_picList1 ul li .txtbg{}
.inside_picList1 ul li .txt{ padding:20px 10px;}
.inside_picList1 ul li .txt .h2{ font-size:24px; line-height:34px; height:34px; overflow:hidden;}
.inside_picList1 ul li .txt .h3{ font-size:14px; line-height:24px; height:48px; overflow:hidden; margin:10px 0 0 0;}
@media(max-width:768px){
.inside_picList1 ul li{ float:left; width:calc((100% - 20px)/2); margin:0 20px 20px 0; }
.inside_picList1 ul li:nth-child(4n){ margin-right:20px;}
.inside_picList1 ul li:nth-child(2n){ margin-right:0;}
}

/*inphoto1*/
.inside_photo1{ padding:40px 0; }
.inside_photo1 ul li{ float:left; width:calc((100% - 60px)/4); margin:0 20px 20px 0; text-align:center; background:#fff;}
.inside_photo1 ul li:nth-child(4n){ margin-right:0;}
.inside_photo1 ul li .nr_box{ border:1px solid #f2f2f2;}
.inside_photo1 ul li .imgbg{ position:relative;}
.inside_photo1 ul li .img{ padding-bottom:75%; position:relative;}
.inside_photo1 ul li .img img{ max-width:100%;  max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.inside_photo1 ul li i{ width:40px; height:40px; background:url(../images/ico_search1.png) center no-repeat; background-size:contain; position:absolute; top:50%; left:50%; transform:translate(-50%,-50%);}
.inside_photo1 ul li .txtbg{ background:#eee;}
.inside_photo1 ul li .txt{ padding:20px 10px;}
.inside_photo1 ul li .txt .h2{ font-size:24px; line-height:34px; height:34px; overflow:hidden;}
.inside_photo1 ul li .txt .h3{ font-size:14px; line-height:24px; height:48px; overflow:hidden; margin:10px 0 0 0;}
@media(max-width:768px){
.inside_photo1 ul li{ float:left; width:calc((100% - 20px)/2); margin:0 20px 20px 0; }
.inside_photo1 ul li:nth-child(4n){ margin-right:20px;}
.inside_photo1 ul li:nth-child(2n){ margin-right:0;}
}

/*inpro1*/
.inside_product1{ padding:40px 0; background:#f2f2f2;}
.inside_product1 ul li{ float:left; width:calc((100% - 40px)/3); margin:0 20px 20px 0; text-align:center; background:#fff;}
.inside_product1 ul li:nth-child(3n){ margin-right:0;}
.inside_product1 ul li .nr_box{ border:1px solid #f2f2f2;}
.inside_product1 ul li .img{ padding-bottom:100%; position:relative;}
.inside_product1 ul li .img img{ max-width:100%;  max-height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.inside_product1 ul li .txtbg{}
.inside_product1 ul li .txt{ padding:20px 10px;}
.inside_product1 ul li .txt .h2{ font-size:24px; line-height:34px; height:34px; overflow:hidden;}
.inside_product1 ul li .txt .h3{ font-size:14px; line-height:24px; height:48px; overflow:hidden; margin:10px 0 0 0;}
@media(max-width:768px){
.inside_product1 ul li{ float:left; width:calc((100% - 20px)/2); margin:0 20px 20px 0; }
.inside_product1 ul li:nth-child(3n){ margin-right:20px;}
.inside_product1 ul li:nth-child(2n){ margin-right:0;}
}

/*innewsClass1*/
.itit1{}
.itit1 .h2{ height:20px; line-height:20px; font-size:20px;}
.itit1 .h2 strong{ float:left; font-weight:bold; border-left:5px solid #93c348; padding-left:5px;}
.itit1 .h2 a{ float:right; font-size:14px; color:#93c348;}
.inside_newsClass1{}
.inside_newsClass1_box{ padding:20px 0; border-bottom:1px solid #eee;}
.inside_newsClass1 .ilist{ padding:10px 10px 0 10px;}
.inside_newsClass1 .ilist ul li{ height:40px; line-height:40px; padding-left:15px; position:relative;}
.inside_newsClass1 .ilist ul li:before{ content:""; width:6px; height:6px; border-radius:100%; background:#ccc; position:absolute; left:0; top:17px;}
.inside_newsClass1 .ilist ul li a{ float:left; width:70%; height:40px; overflow:hidden; white-space:nowrap; text-overflow:ellipsis; -o-text-overflow:ellipsis; font-size:16px;}
.inside_newsClass1 .ilist ul li span{ float:right; font-size:14px; color:#999;}

/*inproClass1*/
.imore1{}
.imore1 span{ display:inline-block; vertical-align:top; border:1px solid #fff; height:38px; line-height:38px; padding:0 20px; font-size:14px;}
.imore1 span:hover{ background:#fff; color:#333;}
.inside_proClass1{ padding:40px 0; background:#f2f2f2;}
.inside_proClass1 ul li{ float:left; width:calc((100% - 40px)/3); margin:0 20px 20px 0; text-align:center; background:#fff; position:relative;}
.inside_proClass1 ul li:nth-child(3n){ margin-right:0;}
.inside_proClass1 ul li .nr_box{ border:10px solid #eee;}
.inside_proClass1 ul li .img{ padding-bottom:100%; position:relative;}
.inside_proClass1 ul li .img img{ width:100%; height:100%; position:absolute; top:0; right:0; bottom:0; left:0; margin:auto auto;}
.inside_proClass1 ul li .txtbg{ width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; top:0; left:0;
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;}
.inside_proClass1 ul li .txt{ padding:20px 5%; width:90%; color:#fff;}
.inside_proClass1 ul li .txt .h2{ font-size:24px; line-height:34px; height:34px; overflow:hidden;}
.inside_proClass1 ul li .txt .h3{ font-size:14px; line-height:24px; height:48px; overflow:hidden; margin:10px 0 0 0;}
@media(max-width:768px){
.inside_proClass1 ul li{ float:left; width:calc((100% - 20px)/2); margin:0 20px 20px 0; }
.inside_proClass1 ul li:nth-child(3n){ margin-right:20px;}
.inside_proClass1 ul li:nth-child(2n){ margin-right:0;}
}

/* ---------------------------- */
.wapper{ width:1200px; margin:0 auto;}
/*swiper*/
.swiper {width: 100%;height: 100%;position: relative;}
.swiper-container{width: 100%;height: 100%;position: relative;}
.swiper-slide {background: transparent;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 { display: block;width: 100%;height: 100%;object-fit: cover;}


.disFlex {
	flex-wrap: wrap;
	display: -webkit-box;/* Chrome 4+, Safari 3.1, iOS Safari 3.2+ */
	display: -moz-box;/* Firefox 17- */
	display: -webkit-flex;/* Chrome 21+, Safari 6.1+, iOS Safari 7+, Opera 15/16 */
	display: -moz-flex;/* Firefox 18+ */
	display: -ms-flexbox;/* IE 10 */
	display: flex;
}
.jusBet{justify-content: space-between;}
.jusCet{justify-content: center;}
.jusEnd{justify-content: flex-end;}
.aliTop{align-items: flex-start;}
.aliCet{align-items: center;}
.alibtm{align-items: flex-end;}
.bgfff{background: #fff;}
.fff{color: #fff !important;}
.img{font-size: 0px;overflow: hidden;}
img{transition: 0.5s; max-width:100%;}
em{font-style: normal;}
 i{font-style:normal;}
.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;}

.clearfix:before,
.clearfix:after {content: "";display: table;}
.clearfix:after {clear: both;overflow: hidden;}
.clearfix {*zoom: 1;}
.f_left{float: left;}
.f_right{float: right;}


.pb170{padding-bottom: 170px;}
.pt140{padding-top: 140px;}
.pb140{padding-bottom: 140px;}
.pt120{padding-top: 120px;}
.pb120{padding-bottom: 120px;}
.pt100{padding-top: 100px;}
.pb100{padding-bottom: 100px;}
.pt80{padding-top: 80px;}
.pb80{padding-bottom: 80px;}
.pt60{padding-top: 60px;}
.pb60{padding-bottom: 60px;}
.pt50{padding-top: 50px;}
.pb50{padding-bottom: 50px;}

.mt20{margin-top: 20px;}
.mt50{margin-top: 50px;}
.mt60{margin-top: 60px;}
.mt70{margin-top: 70px;}

.inbanner img{width: 100%;}

/* ---------------------------- */
.index1{width: 100%;}
.iTit{font-size: 36px;font-weight: bold;text-align: center;margin-bottom: 30px;color: #333;position: relative;}
.iTit .box{display: inline-block;}
.iTit h3{letter-spacing: 5px;}
.iTit .t1{color: #93c348;}
.iTit .t1 em{color: #000;font-style: normal;}
.iTit .titEn{color: #999;text-transform: uppercase;font-size: 20px;font-weight: normal;}
.iTit .line{display: inline-block;width: 36%;height: 5px;background: #93c348;position: absolute;top: 50%;transform: translateY(-50%);left: 0;}
.iTit .line:last-child{left: auto;right: 0;}

.i1Warp .left{width: 46%;}
.i1Warp .right{width: 50%;}
.i1Warp .index_news1 ul li{width: 100%;margin: 0;}
.i1Warp .index_news1{padding: 0;background: none;}
.i1Warp .index_news1 .nr_box{width: 100%;border: none;}
.i1Warp .index_news1 .nr_box .imgbg{float: none;width: 100%;padding: 5px;box-sizing: border-box;}
.i1Warp .index_news1 ul li .img{height: 355px; box-sizing: border-box; padding: 10px; border: 1px solid #eee;}
.i1Warp .index_news1 ul li .img:hover{ border-color:#93c348;}
.i1Warp .index_news1 ul li .img img{position: relative;}
.i1Warp .index_news1 ul li .txtbg{float: none;width: 100%;}
.i1Warp .index_news1 ul li .txt{padding: 0;padding-top: 0;}
.i1Warp .index_news1 ul li .txt .h2{padding-left: 20px;box-sizing: border-box;color: #333;font-size: 16px;background: url(../images/sanjiao_right.png) left center no-repeat;background-size: 20px;}
.i1Warp .index_news1 ul li .txt .h2:hover{color: #93c348;}
.i1Warp .index_news1 ul li .txt .h3{color: #999;font-size: 12px;font-style: italic;padding-left: 20px;box-sizing: border-box;}
.i1Warp .index_news1 ul li .txt .time{display: none;}
.i1List{width: 100%;}
.i1List ul li{padding: 15px 0;border-bottom: 1px dashed #999;}
.i1List .part{display: block;}
.i1List .part .t1{padding-left: 20px;box-sizing: border-box;color: #333;font-size: 16px;background: url(../images/sanjiao_right.png) left center no-repeat;background-size: 20px;margin-bottom: 20px;}
.i1List .part .t1:hover{color: #93c348;}
.i1List .part span{color: #999;font-size: 14px;font-style: italic;}
.i1List .part span:hover{color: #93c348;}
.i1List .part span.time{color: #999 !important;}

.index2{background: url(../images/albg.jpg) center center no-repeat;background-size: cover;}
.i2List .iTit .line{background: #fff;}
.i2List{width: 100%;position: relative;}
.i2List ul{display: flex;flex-wrap: wrap;justify-content: flex-end;}
.i2List .part{display: block;height: 230px;padding: 2px;box-sizing: border-box;width: 100%;background: #fff;overflow: hidden;}
.i2List .part:hover{ background:#000;}
.i2List .part img{width: 100%;height: 100%;object-fit: cover;}
.i2List .part:hover img{transform: scale(1.2);}
.i2List ul li{padding: 5px;box-sizing: border-box;display: inline-block;}
.i2List ul li:nth-child(1){width: 31%;margin-right: auto;}
.i2List ul li:nth-child(2){width: 20%;}
.i2List ul li:nth-child(3){width: 20%;}
.i2List ul li:nth-child(4){width: 30%;margin-right: auto;}
.i2List ul li:nth-child(5){width: 40%;}
.i2List ul li:nth-child(6){width: 30%;position: absolute;top: 0;left: 30%;height: 100%;}
.i2List ul li:nth-child(6) .part{height: 100%;}

.i2List ul li:nth-child(1) .part{width:97%;}

.i3Img{width: 100%;}
.i3Img img{width: 100%;}
.i3List .part{display: block;width: 100%;overflow: hidden;}
.i3List .part .img{width: 100%;border: 3px solid #93c348;height: 230px;box-sizing: border-box;overflow: hidden;}
.i3List .part .img img{width: 100%;height: 100%;object-fit: cover; transition:all .3s ease;}
.i3List .part .img:hover img{ transform:scale(1.1);}
.i3List .part .tit{text-align: center;margin-top: 10px;font-size: 16px;}
.i3List .part:hover .tit{color: #93c348;}

.footBg{padding: 55px 0;background: #93c348;color: #fff;font-size: 14px;}
.fWarp .left{width: 55%;padding-right: 5%;border-right: 3px solid #fff;box-sizing: border-box;}
.fWarp .right{width: 45%;padding-left: 5%;box-sizing: border-box;}

.fForm .info{font-size: 18px;margin-bottom: 15px;}
.fForm ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.fForm ul li{width: 49%;margin-bottom: 15px;}
.fForm .tit{font-size: 14px;margin-bottom: 5px;}
.fForm input,
.fForm select,
.fForm textarea{width: 100%;height: 40px;border: 1px solid #fff;padding: 0 10px;flex: 1;box-sizing: border-box;background: none;color: #fff;}
.fForm select option{color: #333;}
.fForm ul li:nth-last-child(1){width: 100%;}
.fForm ul li:nth-last-child(2){width: 100%;}
.fForm ul li:nth-last-child(3){width: 100%;}
.fForm ul li:nth-last-child(4){width: 100%;}
.fForm textarea{padding: 10px;height: 120px;color: #fff;}

.fForm ul li:nth-last-child(2) input{width: 60%;}
.fForm .met-getcode{float: right;}
.fForm input::-webkit-input-placeholder{color:#fff; }
.fForm input::-moz-placeholder{color:#fff;}
.fForm input:-moz-placeholder{color:#fff;}
.fForm input:-ms-input-placeholder{color:#fff;}

.fForm select::-webkit-input-placeholder{color:#fff; }
.fForm select::-moz-placeholder{color:#fff;}
.fForm select:-moz-placeholder{color:#fff;}
.fForm select:-ms-input-placeholder{color:#fff;}

.fForm textarea::-webkit-input-placeholder{color:#fff; }
.fForm textarea::-moz-placeholder{color:#fff;}
.fForm textarea:-moz-placeholder{color:#fff;}
.fForm textarea:-ms-input-placeholder{color:#fff;}

.fForm ul li font{display: none;}

.fForm input.input_button{width: 160px;background: #17ac00;border-radius: 30px;margin-right: auto;border: none;}
.fForm input.input_button:hover{background: #fff;color: #17ac00;}

.f_nav>ul>li>a{color: #fff;font-size: 16px;}
.fTel{display: flex;flex-wrap: wrap;}
.fEwm{width: 130px;text-align: center;overflow: hidden;margin-right: 5%;}
.fEwm img{width: 100%;}
.fTel .desc{flex: 1;}
.fTel .desc p{font-size: 18px;}
.fTel .desc h3{font-size: 38px;margin: 15px 0;}
.fTel .desc a{width: 160px;background: #fca800;border-radius: 30px;height: 40px;display: block;line-height: 40px;text-align: center;font-size: 16px;color: #fff;margin-top: 20px;}
.fTel .desc a:hover{background: #fff;color: #fca800;}

.fBtm{margin-top: 35px;}
.fLogo{margin-right: 5%;}
.fLogo img{width: auto;max-height: 80px;}
.footer01{flex: 1;}

.mainFull{margin: 45px 0;}
.fullLeft{width: 270px;margin-right: 25px;}
.fullLTit{width: 100%;padding: 20px 30px;box-sizing: border-box;background: #93c348;color: #fff;}
.fullLTit h3{font-weight: normal;font-size: 32px;}
.fullLTit h4{font-weight: normal;font-size: 20px;text-transform: uppercase;margin-top: 10px;}

.fullLMenu{width: 100%;background: #e7e8e9;/*padding: 20px 30px;*/ padding:0 0 20px 0;box-sizing: border-box;}
.fullLMenu ul li:first-child{/*display: none;*/ padding:0; margin:0; border:none;}
.fullLMenu ul li:first-child h2{width: 100%;padding: 20px 30px;box-sizing: border-box;background: #93c348;color: #fff;}
.fullLMenu ul li:first-child h2 strong{font-weight: normal;font-size: 32px;}
.fullLMenu ul li:first-child h2 span{font-weight: normal;font-size: 20px;text-transform: uppercase;margin-top: 10px;}
.fullLMenu ul li{padding: 20px 0;border-bottom: 1px solid #999;font-size: 18px; margin:0 30px;}
.fullLMenu ul li a{display: block;color: #9a9b9c;padding-left: 20px;padding-left: 20px;background: url(../images/sanjiao_right2.png) left center no-repeat;background-size: 20px;}
.fullLMenu ul li a:hover{color: #93c348;background-image: url(../images/sanjiao_right.png);}
.fullLMenu ul li.hover a{color: #93c348;background-image: url(../images/sanjiao_right.png);}

.fullRight{width: calc(100% - 295px);border:2px solid #eee;box-sizing: border-box;}
.fullRtop{width: 100%;height: 45px;background: #e7e8e9;padding: 0 10px;line-height: 45px;overflow: hidden;box-sizing: border-box;}
.fullRtop .title{color: #8f9091;font-size: 20px;padding-left: 20px;background: url(../images/sanjiao_right2.png) left center no-repeat;background-size: 20px;}
.navigation{font-size: 15px;}
.fullWarp{padding: 25px;box-sizing: border-box;}
.about .content{font-size: 16px;color: #333;}

.news .inside_news1{padding: 0;background: none;}
.news .inside_news1 ul li{width: 100%;margin: 0;padding: 20px 0;border-bottom: 2px dashed #eee;}
.news .inside_news1 .nr_box{display: block;display: flex;flex-wrap: wrap;justify-content: space-between;border: none;}
.news .inside_news1 .imgbg{padding: 5px;border: 1px solid #eee;box-sizing: border-box;;}
.news .inside_news1 .imgbg .img{height: 185px;}
.news .inside_news1 ul li .txt .h2{padding-left: 20px;box-sizing: border-box;color: #333;font-size: 18px;background: url(../images/sanjiao_right.png) left center no-repeat;background-size: 20px;}
.news .inside_news1 ul li .txt .h2:hover{color: #93c348;}
.news .inside_news1 ul li .txt .h3{color: #999;font-size: 15px;font-style: italic;padding-left: 20px;box-sizing: border-box;}
.news .inside_news1 ul li .txt .time{display: none;}

.product .inside_product1{padding: 0;background: none;}
.product .inside_product1 ul li .nr_box{border: none;}
.product .inside_product1 ul li .img{border: 3px solid #93c348;}
.product .inside_product1 ul li .txt{padding: 0;padding-top: 15px;text-align: center;}
.product .inside_product1 ul li .txt .h2{font-size: 18px;}
.product .inside_product1 ul li .txt .h3{display: none;}

.contInfo{max-width: 712px;margin: 0 auto;font-size: 18px;color: #333;font-size: 16px;}
.contInfo>div{margin: 10px 0;}
.contInfo .title{text-align: center;font-size: 28px;color: #333;margin-bottom: 25px;}
.contInfo .map{width: 100%;height: 420px;overflow: hidden;}
.contInfo .map img{width: 100%;}

.innerTit h2{font-size: 24px;text-align: center;font-weight: normal;}
.innerTit2{text-align: center;font-size: 14px;color: #666;margin: 10px 0;padding-bottom: 15px;border-bottom: 1px solid #eee;}
.pageBar{width: 100%;padding-top: 20px;margin-top: 20px;border-top: 1px solid #eee;}
.pageBar a{display: block;width: 100%;}

@media(max-width:1200px){
.wapper{width: 100%;padding: 0 10px;box-sizing: border-box;}
.news .inside_news1 ul li .imgbg{width: 200px;}
.news .inside_news1 ul li .txtbg{width: calc(100% - 200px);}



}

@media(max-width:980px){
.iTit{font-size: 32px;}
.iTit .titEn{font-size: 18px;}
.iTit .line{width: 30%;height: 3px;}
.i2List ul li{width: 50% !important;padding: 0 10px !important;box-sizing: border-box;margin-bottom: 10px !important;}
.i2List .part{width: 100%;height: 100%;}
.i2List ul li:nth-child(6){width: 100%;position: relative;top: auto;left: auto;height: 100%;}
.fTel .desc h3{font-size: 32px;}
.news .inside_news1 ul li .imgbg{width: 160px;}
.news .inside_news1 ul li .txtbg{width: calc(100% - 160px);}
.inside_product1 ul li{width: calc((100% - 40px)/2);}
.i2List ul li:nth-child(1) .part{width:100%;}


}

@media(max-width:768px){
.serBg{margin-bottom: 5px;}
.iTit{font-size: 26px;display: flex;justify-content: space-between;}
.iTit .titEn{font-size: 16px;}
.iTit .box{margin: 0 auto;}
.iTit .line{width: 30%;height: 3px;flex: 1;}
.i1Warp .left{width: 100%;margin-bottom: 25px;}
.i1Warp .right{width: 100%;}
.i2List ul li{padding: 0 3px !important;margin-bottom: 6px !important;}
.fWarp .left{width: 100%;padding: 0;border: none;}
.fTel .desc p{font-size: 14px;}
.fTel .desc h3{font-size: 26px;margin: 0 0;}
.fTel .desc a{width: 120px;font-size: 14px;height: 30px;line-height: 30px;margin-top: 25px;}
.fEwm{width: 100px;}
.fWarp .right{width: 100%;padding: 0;margin-top: 10px;}
.fForm .info{font-size: 16px;}
.fForm ul li{width: 100%;}
.fLogo{margin-right: 0;}
.footer01{flex: none;width: 100%;}
.fullLeft{width: 100%;margin: 0;margin-top: 25px;order: 1;}
.fullRight{width: 100%;order: 0;}
.fullRtop .title{font-size: 16px;}
.fullWarp{padding: 15px;}
.about .content{font-size: 14px;}
.fullLTit h3{font-size: 26px;}
.fullLTit h4{font-size: 16px;}
.fullLTit,
.fullLMenu{padding: 20px 15px;}
.navigation{font-size: 13px;}
.news .inside_news1 ul li .imgbg{width: 160px;}
.news .inside_news1 ul li .txtbg{width: calc(100% - 160px);}
.news .inside_news1 .imgbg .img{height: 120px;}
.news .inside_news1 ul li .txt{padding: 15px;}
.news .inside_news1 ul li .txt .h3{font-size: 14px;}
.inside_product1 ul li{width: 100%;margin: 15px 0;}
.contInfo .title{font-size: 26px;}
.headBg{padding: 15px 0;}
.search{width:100%;}




}
