*{margin:0;padding:0;}
html{height:100%;width:100%;}
body{margin:0;padding:0;color:#000;font-size:14px; line-height: 1.6; background:#FFF; font-family: "Hiragino Sans GB", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans","wenquanyi micro hei","Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif;}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6{font-family:inherit;line-height:inherit; font-family: "Hiragino Sans GB", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans","wenquanyi micro hei","Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif;}
ul li{list-style:none;}
input{ -webkit-appearance: none;  font-family: "Hiragino Sans GB", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans","wenquanyi micro hei","Hiragino Sans GB", "Hiragino Sans GB W3", Arial, sans-serif;}
textarea{ -webkit-appearance: none; resize:none;}
input::-webkit-input-safebox-button{display: none;}
select{ -webkit-appearance: none; }
img{max-width:100%;border:none;vertical-align:middle;text-decoration:none;}
a{cursor:pointer; color: #000;transition:all .5s;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s}
a:hover{color: #006835}
a,a img{border:none;outline:none;cursor:pointer;text-decoration:none;background:none;}
span:focus,img:focus,button:focus{outline:none; border:none;}
.swiper-button-prev:focus,.swiper-button-next:focus{outline:none;}
a:focus,a:hover{text-decoration:none;outline:none; }
/*a:hover{-moz-transition:all 0.3s ease-out;transition:all 0.3s ease-out;}
*/select,select:focus,select:active{outline:none;}
input:focus,textarea:focus,select:focus{outline:none; border: #006835 solid 1px;}
.form-control::-moz-placeholder{color:#b3b3b3;opacity:1}
.form-control:-ms-input-placeholder{color:#b3b3b3}
.form-control::-webkit-input-placeholder{color:#b3b3b3}
.but_class{font-size: 18px; padding:8px 30px; background:#04275d; border:none; color: #fff;  border-radius:90px; display: inline-block;}
.but_class:hover{background: #006835; color: #fff; }

.caretl{ clear:both; margin:0; padding:0; font-size:0px; line-height:0px; height:0px;}
/**/
.container{ max-width:1600px; width: 96%; padding: 0px; margin: 0 auto;}
.title_li{font-size: 48px; font-weight: bold; text-align: center}
.swiper-button-prev::after, .swiper-container-rtl .swiper-button-next::after ,.swiper-button-next::after, .swiper-container-rtl .swiper-button-prev::after{ content:""}
.top{display:inline-block; width: 100%; text-align:center; position:relative; z-index:2; transition:all .5s;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s}

.top_nav li>a{color: #fff;}
.top_logo{padding: 17px 0px 10px;display: inline-block;}
.top_logo .logo_m{display: none;}
.top_logo .logo_p{display:block;}
.top_logo a{display: inline-block;}
.top_logo img{height:50px;}
.top_header{left: 0px;top: 0px;width: 100%;text-align: right;z-index:999;padding: 0px 20px;position: fixed; border-bottom: 1px solid rgba(255,255,255,0.15);;}
.top_icon{display:inline-block;float: right; text-align:right; z-index: 2; }
.top_icon .top_icon_width{display:inline-block;}
.fixed_bg{background: #fff;}
.fixed_bg .top_nav li>a{color: #000;}
.top_header .top_logo{margin:0 auto; float: left; z-index:2}

.fixed_bg .top_logo .logo_m{display:block;}
.fixed_bg .top_logo .logo_p{display: none;}
.top.fixed .top_logo .logo_m{display:block;}
.top.fixed .top_logo .logo_p{display: none;}
.top.fixed .top_nav li>a{color: #000;}



.top_left{left: 0px; top: 0px; position: absolute; left: 0px; top: 0px; z-index:3; padding: 20px;}
.top_left a{padding: 5px;}
.top_left_padding{margin-left:6px;}
.top_nav_width{
    display:inline-block;
    margin: 0px auto;
    position: relative;
    text-align: center;
    z-index:1;
    transition:all .5s;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;
    }
.top_nav{ display: inline-block; margin: 0px auto; text-transform: uppercase;}
.top_nav li{float:left; }
.top_nav .active>a{color:#006835 !important;}
.top_nav li a{font-size: 18px;padding: 28px 0px;margin: 0px 40px;display:block;font-weight: bold;}
.top_nav li>a{position: relative}
.top_nav li>a:before{content:" "; position:absolute; left: 0px; right: 0px; bottom: 0px; margin: 0px auto; width:0px; background: #006835; height:3px;transition:all .5s;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s}
.top_nav li:hover>a:before{width:100%; }
.top_nav li a:hover{ color: #006835 !important;}
.top_nav li:hover .top_nav_li_icon:after, .top_nav li:hover .top_nav_li_icon:before{background:#333}
.top_nav_li_icon{display:inline-block; position:relative; width:18px; height:12px; margin-right:10px;}
.top_nav_li_icon:after, .top_nav_li_icon:before{ content:" "; position:absolute; width:100%; height:2px; background:#333; display:block; top:0px; transition:all .5s;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s}
.top_nav_li_icon:after{bottom:0px; top:auto; }

.top_nav>li#shipclassli div{display:block; position:relative;}
.top_nav li:hover>a{color:#006835!important;}
.top_nav li:hover .arrowDG_menu{opacity: 1; height: auto;}
.top_right_Shopping b{padding-left: 5px;}
.top.top_fixed{background: #fff; color: #333; box-shadow: 0 0px 0px rgba(0,0,0,0);}
.top.fixed{background: #fff; color: #333; position: fixed; left: 0px; top: 0px;
    box-shadow:0 5px 10px rgba(0,0,0,.1);
}

.arrowDG_menu{
    transition:all .5s;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s; height: 0px;	position:absolute; opacity: 0;  overflow: hidden; left:0px; color: #333; text-align: left; top:100%; background: #fff; padding:0px; min-width:100%; z-index:999; background:#fff; background:rgba(255, 255, 255, 0.95)!important; filter:Alpha(opacity=95);}

.top_nav .arrowDG_menu a{font-size: 16px; font-weight: normal;}
.navbarbox_li{width: 50%; padding:30px 30px 20px; float: left; overflow: hidden}
.navbarbox_li:nth-child(1){ padding-left: 0px;}
.navbarbox_li:nth-child(2){ padding-right: 0px;}
.navbarbox_li:nth-child(2) .navbarbox_li_txt{width: 34%;}
.navbarbox_li_title{ font-size: 16px; display: block; font-weight: bold; padding-bottom: 10px;}
.navbarbox_li_txt{width: 33.3333333333%; float: left;}
.panli_nav_menu>li#shipclassli:hover .arrowDG_menu{ display:block;}
.arrowDG_menu>li:hover .subcat{ display:block;}
.top_nav .navbarbox_li_txt a{color: #333; overflow: hidden; line-height:24px; padding:10px 0px; font-size: 14px;}
.top_nav .navbarbox_li_txt img{margin-right: 8px; float: left; height: 24px;}
.top_nav .navbarbox_li_txt a:hover{color: #006835;}


.top_right{float:right; position:absolute; right:0px; top:0px; display:none;}
.top_right_padding{ width: 48px; height: 48px; margin:24px 5px; display: inline-block; border-radius: 100%; background: #fff; border: #ccc solid 1px;}
.top_right_search{display:inline-block; background:url(../images/Search_icon.png) center center no-repeat; background-size:20px  auto ; float:left; cursor:pointer; position:relative;}
.top_right_qr{display:inline-block; background:url(../images/qr2.png) center center no-repeat; background-size:20px  auto ; float:left; cursor:pointer; position:relative;}
.top_right_tel{display:inline-block; background:url(../images/tel_icon.png) center center no-repeat; background-size:20px  auto ; float:left; cursor:pointer; position:relative;}
.top_right_qr_box{position: absolute; top:71px; width:180px; box-shadow:0 3px 5px rgba(0,0,0,.1); background: #fff; z-index: 9; padding: 10px; right: -70px; text-align: center; display: none;}
.top_right_qr_box b{display: block; font-size: 14px; font-weight: normal; padding: 5px 0px 3px;}
.top_right_padding:hover .top_right_qr_box{display: block;}

.top_language .layui-unselect{color: #FFF;}
.fixed_top .top_language .layui-form-select, .login_width_bottom .top_language .layui-form-select, .fixed .top_language .layui-form-select{ background:url(../images/cn_icon.png) 0px 2px no-repeat; height: 22px; background-size:20px auto;}
.fixed_top .top_language .layui-form-select .layui-edge, .login_width_bottom .top_language .layui-form-select .layui-edge, .fixed .top_language .layui-form-select .layui-edge{border-top-color: #333; display: none;}
.top_language{float:left;padding: 8px 15px;width:80px;padding-right: 5px;border-radius: 50px;line-height: 24px;margin:0px auto;margin-top: 22px;}
.top_language .layui-unselect{height:24px; border:none; padding:0px; color:#fff; font-size:16px; background: none;}
.top_language .layui-form-select{ padding-left:30px; background:url(../images/cn_icon.png) 0px 0px no-repeat; background-size:20px auto;}
.top_language .layui-form-select .layui-edge{border-width:4px; border-top-color: #fff; margin-top:-2px; right:10px;}
.top_language .layui-form-selected .layui-edge{margin-top:-6px;}
.top_language .layui-form-select dl{ padding:0px; border:none; text-align:center; border-radius:3px;}
.top_language .layui-form-select dl{top:35px;}
.top_language .layui-form-select dl dd{color:#333; font-size:16px;}
.top_language .layui-form-select dl dd.layui-this{ background:#006835; color:#FFF;}


.fixed_bg .top_language .layui-form-select, .top_header.fixed .top_language .layui-form-select, .top_header.fixed_bs .top_language .layui-form-select{background:url(../images/cn_icon.png) 0px bottom no-repeat; background-size:20px auto;}
.fixed_bg .top_language .layui-unselect, .top_header.fixed .top_language .layui-unselect, .top_header.fixed_bs .top_language .layui-unselect{color: #333;}

.top.fixed_bs{background: #fff;}
.top.fixed_bs .top_logo .logo_m{display:block;}
.top.fixed_bs .top_logo .logo_p{display: none;}
.top.fixed_bs .top_nav li>a{color: #000;}


.top_right_tel .top_right_qr_box{right: -20px; width:240px; padding: 15px 0px;}
.top_right_qr_box_li{display: block; text-align: left; padding:5px 20px;}
.top_right_qr_box_li span{display: inline-block; color: #999; width:85px;}

.top_nav_Close{display:none;}
.top_nav_icon{display:none;}

.top-txt-search{display:block; position:absolute; background:#FFF; max-width:400px; width: 100%; right:0px; top:100%;display:none; z-index:9; padding:15px;}
.search-txt{width:100%; line-height:26px; padding:10px 20px; border:#ddd solid 1px; height:48px;}
.search-txt::-webkit-search-cancel-button{-webkit-appearance: none;}
.search-txt:focus{border:#006835 solid 1px;}
.search-but{ width:18px; height:18px; display:inline-block; background:url(../images/icon.png) -26px -25px no-repeat; background-size:100px auto; float:left; border:none; cursor:pointer; position:absolute; right:30px; top:29px;}

.top_right{float:right; position:absolute; right:0px; top:0px; display:none;}
.top_right .top_right_Shopping{ padding:30px; background:#e21c29; display:inline-block; height:80px; cursor:pointer; float:left;}
.top_right .top_right_Shopping i{ width:20px; height:20px; display:inline-block; background:url(../images/icon.png) -77px -26px no-repeat; background-size:100px auto;}
.top_right .top_right_Shopping i span{background:#FFF; color:#e21c29}
.top_right .top_right_padding{margin:40px 20px;}
.top_right .top_right_padding a{display:block;}
.top_nav .nav_a_mobi{display:none}
.top_nav .nav_a_pc{display:inline-block}

.breadcrumb_top{ background: #fff; padding: 15px 0px;}

.breadcrumb > li + li::before{padding: 0px 10px;}
.arrowDG_menu_w{ position: relative;}
.arrowDG_menu_w .navbarbox_ul_li a{ padding-top: 10px; padding-bottom: 10px; margin: 0px 20px; line-height: 24px;}
.arrowDG_menu_w .navbarbox_ul_li img{height:24px; margin-right: 15px; float: left;}

.navbarbox_ul_li{position: relative; padding:3px 0px; text-align: center; white-space: nowrap;}


.banner{display:block; width: 100%;}
.banner_swiper_Pagination{  margin: 0px auto;  position:absolute; top:50%; left:20px; right:20px}
.banner_swiper_Pagination .swiper-button-next.swiper-button-white, .banner_swiper_Pagination .swiper-container-rtl .swiper-button-prev.swiper-button-white{background:url(../images/a_right.png) center center no-repeat; background-size:100% auto; right: 0px;}
.banner_swiper_Pagination .swiper-button-prev.swiper-button-white, .banner_swiper_Pagination .swiper-container-rtl .swiper-button-next.swiper-button-white{background:url(../images/a_left.png) center center no-repeat; background-size:100% auto; left: 0px;}
.banner .swiper-slide img{width:100%;}
.banner_swiper_Pagination .swiper-button-next, .banner_swiper_Pagination .swiper-button-prev{ width: 20px; height: 36px; margin-top: -18PX;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction{bottom:20px;}
.banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{ margin:5px 6px;}
.banner .swiper-pagination-bullet{ width:30px; height:5px;background:#fff; border-radius:20px;opacity:.5; position: relative}
.banner .swiper-pagination-bullet-active{background:#18833b; opacity:1;}
.banner .swiper-pagination-bullet-active:after{ position: absolute; border: #fff solid 2px; left: -4px; top: -4px; width: 17px; height: 17px; content:""; display:none; border-radius: 100%}

.swiper-button-next, .swiper-button-prev{ width:26px; height:44px; z-index:9!important}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled{opacity: .2;}

.home_about{background:url(../images/about_bg.jpg) center top no-repeat #fff; padding:50px 0px 80px; }
.home_about_width{display: table; width: 100%; }
.home_about_txt{display: block; font-size: 16px; text-align: center; padding:20px 40px;}
.home_about_txt_ct{font-size: 18px; color: #666;}
.home_about_txt_but{padding:30px 0px;}
.home_about_video{display: table-cell; vertical-align: middle; width: 500px;}
.home_about_mub{display: block; overflow: hidden; padding:20px 0px;}
.home_about_mub_li{width: 25%; color: #fff; text-align: center; float: left; border-right: 1px solid rgba(255,255,255,0.15);}
.home_about_mub_li:nth-last-child(1){border: none;}
.home_about_mub_li_title{display: block; padding-bottom: 10px;}
.home_about_mub_li b{display:inline-block; line-height: 1;}
.home_about_mub_li .timer{display:inline-block; font-size:52px; line-height: 1;}
.home_about_mub_li b span{font-size: 12px; padding-left:5px; margin-top: 3px; font-weight: normal; float: right;}
.bg_ls{background: #18813b;}
.bg_ls:hover{background: #0f6d2e;}
.home_about_txt_but .bg_ls{margin-left:10px; display: inline-block;}
.m-video{display: block; position: relative; overflow: hidden; cursor: pointer;}
.m-video .m-video-icon{position: absolute; font-size:70px; color: #fff; left: 0px; text-align: center; right: 0px; top: 50%; margin-top: -55px; display: block;}
.home_about_centent{margin:0px auto; width: 94%; background: #fff; padding: 30px; margin-top: 30px; box-shadow:0 5px 10px rgba(0,0,0,.1);}
.home_about_more{text-align: center; padding:15px 0px 25px;}
.home_about_more a{color: #0f6d2e;font-size: 16px; font-weight: bold;}
.home_about_more a:hover{color: #1736a0;}
.home_about_biao{overflow: hidden; padding: 20px 0px;}
.home_about_biao_li{float: left; width: 25%; text-align: center;}
.home_about_biao_li_img img{height: 43px;}
.home_about_biao_li_txt{display: block; padding-top: 10px;}
.home_about_biao_li_txt b{display: block; font-size: 18px; padding-bottom: 5px;}

.title{font-size:36px; display: block; padding:20px 0px; font-weight:bold; text-align: center;}
.title b{color: #000; position: relative; padding-bottom:15px; margin-bottom: 10px; display: block;}
.title b::after{position: absolute; bottom: 0px; content: ""; left: 0px; right: 0px; display: inline-block; margin: 0px auto; height:4px; width: 80px; background:#18833b ;}
.title b span{color: #18833b;}
.title_txt{font-size: 18px;color: #888;padding-top: 5px;font-weight: 300;display: block;}

.home_about_cooperate{padding-top: 30px;}
.home_about_cooperate .title{text-align: center;}
.cooperate_with{overflow: hidden; margin: 0px -10px;}
.cooperate_li{float: left; width: 16.6666666%;}
.cooperate_li {padding:10px;}
.cooperate_li img{box-shadow: 0 0px 6px rgb(0 0 0 / 20%); width: 100%;}

.classification_wdith{display: block; text-align: center; padding-bottom:50px;}
.classification_centent{display: inline-block; margin: 0px auto; overflow: hidden; }
.classification_li{display: inline-block; padding: 10px; float: left;}
.classification_li_ct{display: block; background: #006835; padding:10px 20px; border-radius: 20px; text-align: center; height: 200px; width: 200px;transition:all .5s;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s; }
.classification_li_ct:hover{background: #18813b;}
.classification_li_img{padding:35px 0px;}
.classification_li_img img{height: 50px;}
.classification_li_txt{font-size: 24px; color: #fff; font-weight: 600;}


.home_product{overflow: hidden; margin: -10px;}
.home_product_li{ width: 20%; padding: 10px;float: left;}
.home_product_ct{display: block;text-align: center;padding:10px;background: #f5f5f5;border-radius: 0px;}
.home_product_txt{padding:10px;}
.home_product_txt span{ color: #999;}
.home_product_txt b{display: block; font-size: 18px; padding:5px 0px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis;}
.home_product_img{overflow: hidden;}
.home_product_img img{-o-transition:1s ease 0s;transition:1s ease 0s;}

.home_content{  padding:50px 0px 80px;}
.home_content .container{margin: 0px auto;}
.home_content_width{overflow: hidden; margin: 0px -20px; padding-top: 20px;}
.home_content_ct{display: block; background: #fff;}
.home_content_li{width:33.3333333%;float: left; position: relative;}
.home_content_li a{display: block; position: relative; z-index: 2;}
.home_content_img{border-radius:0px; overflow: hidden; position: relative;}
.home_content_img img{width: 100%; -o-transition:1s ease 0s;transition:1s ease 0s;}
.home_content_li .home_product_txt{display: block; padding:30px; font-weight: bold; position: absolute;z-index: 2; color: #fff; left: 0px; bottom: 0px; font-size:24px; text-align: center;}
.home_content .title{ text-align: center; padding-bottom: 20px;}
.home_content_li .home_product_txt .home_product_txt_icon{display: block; text-align: left; padding-bottom:8px;}
.home_content_li .home_product_txt .home_product_txt_icon img{height: 65px;}
.home_content_img::after{height: 50%; position: absolute; left: 0px; bottom: 0px; width: 100%; content: ""; display: block; background: -webkit-linear-gradient(top, rgba(0,0,0,0)0%, rgba(0,0,0,0.9)100%);}

.technology_width {padding: 20px 0px 40px;}
.technology_width .home_product_txt{background: #f6f6f6;}



.home_news{background: #f9f9f9; padding:40px 0px 70px; position: relative;}
.home_brand_title{position: relative; z-index: 2; color: #fff;}
.home_brand_title .title{display: inline-block;}
.home_brand_title .title b{padding: 0px;}
.home_brand_title .title b::after{display: none;}
.home_brand_title .title_txt{font-weight: 300;}
.home_brand_title .title_more{float: right;padding-top: 25px;}
.home_brand_title .title_more .but_class{background: #18813b; color: #fff;}
.home_news_width{overflow: hidden;   position: relative; z-index: 2;}
.home_news_li{float: left; width: 50%; padding: 12px;}
.home_news_li_ct{display: table; width: 100%; background: #fff; }
.home_news_li_img{display: table-cell;width:46%;padding-right: 20px;vertical-align: middle;}
.home_news_li_img img{width: 100%;}
.home_news_li_txt{display: table-cell; color: #999; vertical-align: middle; padding: 15px 0px; padding-right: 20px;}
.home_news_li_title{width: 100%;}
.home_news_li_txt a{font-size: 18px; font-weight: 600; width: 100%;}
.home_news_li_div{ margin: 10px 0px; font-size: 16px; height: 50px;  display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden;}


.newswidth{margin: 0px auto; overflow: hidden; padding-top: 40px; padding-bottom: 10px;}
.news_li{display: block; background: #fff; padding-bottom:20px; }
.news_li_img{overflow: hidden; display: block;}
.news_li_img a{display: block;}
.news_li_img img {
    -o-transition: 1s ease 0s;
    transition: 1s ease 0s;
    width: 100%;
}
.news_li:hover .news_li_img img {
    transform: scale(1.08);
    -o-transform: scale(1.08);
}
.news_li_title{padding: 15px 20px 0px; margin-bottom:8px; color: #333; font-size: 18px; font-weight: bold; height:75px; overflow:hidden;
	text-overflow:ellipsis;
		display:-webkit-box;
		-webkit-line-clamp:2;
		-webkit-box-orient:vertical;}
.news_li_title a{color: #333;}
.news_li:hover .news_li_title a{color:#18813b; }
.news_li_txt{overflow:hidden; font-size: 16px; padding:0px 20px; color: #999;
	text-overflow:ellipsis;
		display:-webkit-box;
		-webkit-line-clamp:2;
		-webkit-box-orient:vertical;}


.main{
    position: fixed; right: 10px; bottom: 30px;
    justify-content: center;
    align-items: flex-end;
    width:50px; z-index: 99999;
}
.main img{width: 100%;}
.cd-top{display: inline-block;position:relative;  opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s; margin-top: 5PX;
    transition: all 0.3s;
}
.cd-top.cd-is-visible{opacity: 1;}

.Insideb_banner{padding:0px; color: #fff;}
.Insideb_banner img{width: 100%;}
.Insideb_banner .title{ text-align: left; padding: 10px 0px;}
.Insideb_banner span{display: block; font-weight: 300; font-size:20px; text-transform: uppercase;}

.product_width{position: relative;  display: flex;  -webkit-box-pack: justify; justify-content: space-between; padding-bottom: 50px;}
.product_left{display: block;}
.Insideb_title{font-size: 24px; display: block; font-weight: bold; padding-bottom: 30px; display: none;}
.product_left_nav{display:inline-block; padding: 5px;}
.product_left_nav a{border-radius: 5px; border: #e0e0e0 solid 1px; display:block; font-size: 18px; font-weight: bold; padding:10px 25px;}
.product_left_nav.active a{background:#18813b; color: #fff; border-color: #18813b;}
.product_left_nav img{height: 20px; margin-right:15px; float: left;}

.product_right{padding:30px 0 0 40px; max-width: calc((100% - 270px));
    position: sticky;
    top: calc(0px);
    align-self: flex-start;
    flex: 0 0 calc((100% - 220px));
}
.product_right_li{display: table; width: 100%; margin-bottom: 20px;}
.product_right_li_img{display: table-cell; width: 250px; overflow: hidden; }
.product_right_li_img img{border-radius:0px; width: 100%;}
.product_right_li_txt{padding-left:40px;display: table-cell;vertical-align: middle;padding: 20px; padding-left: 30px; background: #f5f5f5;}
.product_right_li_txt_title{font-size: 24px; font-weight: bold; padding-bottom: 20px;}
.pic_li{display: inline-block; padding-right:30px;}
.product_right_li_txt_pic{font-size: 16px;}
.pic_li:nth-last-child(1){padding-right: 0px;}
.pic_li span{color: #999;}
.product_right_li_txt_ut{padding: 10px 0px; font-size: 16px;}
.product_right_li_txt_ut span{color: #999;}

.product_right_li_txt_but{padding-top: 10px;}
.but_class_zx{background: #f5f5f5; border-color: #f5f5f5; margin-left:6px;}
.but_class_zx:hover{background: #006835; border-color: #006835;}

.pagination{text-align: center;  display: block; margin: 0px; padding:20px 0px;}
.pagination a{padding: 0px;}
.pagination>li>a, .pagination>li>span{padding: 0px;}
.pagination ul li >a{ color:#333 !important; width: 46px; height: 46px; cursor: pointer; display: block; line-height: 46px; border-radius:3px!important; font-weight:bold; background:#FFF; border:1px solid #e0e0e0 !important;}
.pagination ul li >a.pagination_but{width: auto; padding: 0px 20px;}
.pagination ul li >span{border:1px solid #006835 !important;border-radius:0 !important;  font-weight:bold; color:#333 !important; width: 46px; height: 46px; cursor: pointer; display: block; line-height: 46px; border-radius:3px!important;}
.pagination ul li .fa{ font-weight:bold; font-size:18px; vertical-align:middle; line-height: 46px; display: inline-block; margin-top: -5px;}
.pagination ul li .fa-angle-left{ margin-right:10px;}
.pagination ul li .fa-angle-right{ margin-left:10px;}
.pagination ul li:hover .fa-angle-left, .pagination ul li:hover .fa-angle-right{color:#fff}
.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover{ background:#006835; color:#FFF !important;}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover{background:#006835;color:#FFF !important;}
.pagination > li > a, .pagination > li > span{border:none !important;}
.pagination > li{display:inline-block; margin:0 3px; vertical-align:middle;}


.position_bg{background: #f5f5f5; padding: 15px 0px;}
.position_bg a, .position_bg i{color: #999;}
.position_bg a:hover{color: #006835 ;}


.Productshow_width{padding:20px 0px 30px; position:relative; overflow:hidden; border-bottom: #e0e0e0 solid 1px; padding-bottom:60px; margin-bottom: 20px;}
.skin_type_box_left{ width:45%; float:left; position: relative;}
.skin_type_box_left .BestSellers_li_img_icon{right: 1px; top: 1px; font-size: 16px;}
.skin_type_box_left .BestSellers_li_img_icon .BestSellers_top_icon{margin-top: 7px; width: 20px;}
.skin_type_product .swiper-slide img{ width:100%;}
.skin_type_box_left .product-show-buttom{padding:0px 40px; margin-top:10px; position:relative;}
.skin_type_box_left .skin_type_thumbs .swiper-wrapper .swiper-slide img{border: #fff solid 2px; cursor:pointer; border-radius:10px;}
.skin_type_box_left .skin_type_thumbs .swiper-wrapper .swiper-slide-thumb-active img{border: #006835 solid 2px;}
.skin_type_box_left .swiper-container{position: initial;}
.skin_type_box_left .swiper-button-next, .skin_type_box_left .swiper-button-prev{background:none; width:30px; height:30px; margin-top:-15px;}
.skin_type_box_left .swiper-button-white i{font-size:28px; line-height:30px;}
.skin_type_box_left .swiper-button-prev, .skin_type_box_left .swiper-container-rtl .swiper-button-next{left:0px;}
.skin_type_box_left .swiper-button-next, .skin_type_box_left .swiper-container-rtl .swiper-button-prev{right:0px;}

.product_nav_two{background: #f6f6f6; padding: 30px 0px; display: block; text-align: center; margin-top:10px;}
.product_nav_two a{padding:12px 30px; background: #fff; border-radius: 5px; margin: 0px 5px; font-size: 18px;}
.product_nav_two a.active{border: #000872 solid 1px; background: #000872; color: #fff;}

.skin_type_box__right{width:55%; float:right; padding-left:60px;}
.product_title{font-size: 36px;display: block;text-align: left;font-weight: bold;padding-bottom:15px;}
.Productshow_right_txt{font-size:16px;line-height: 1.8;padding:5px 0px 40px;}

.Productshow_right_ct{overflow:hidden; border-top:#e0e0e0 solid 1px}
.Productshow_right_txt{position: relative; width: 100%; display: table; font-size: 16px; padding:13px 0px;}
.Productshow_right_txt_title{display: table-cell; width:90px; vertical-align: top; color: #999;}
.Productshow_right_txt_ct{display: table-cell;vertical-align: top;}

.Productshow_right_but{overflow: hidden; border-top: #e0e0e0 solid 1px; padding-top:40px; margin-top:40px; }
.Productshow_right_but_li{width: 50%; float: left; text-align: center; padding-right: 5px;}
.Productshow_right_but_li:nth-last-child(1){ padding: 0px; padding-left: 5px;}
.Productshow_right_but_li a{color: #fff; background:#18813b; font-size: 18px; font-weight: bold; display: block; padding: 17px 20px; border-radius: 10px;}
.Productshow_right_but_li:nth-last-child(1) a{background: #000872;}

.Productshow_title{font-size: 24px; padding:35px 0px; font-weight: bold; text-align: center;}
.Productshow_parameter{overflow: hidden; margin: 0px -15px;}
.parameter_li_width{display: table; width: 100%; background: #f5f5f5;font-size: 16px; }
.parameter_li_title{display: table-cell; width: 150px; padding: 10px 15px; font-weight: bold;vertical-align: middle; border-right:3px #fff solid;}
.parameter_li_txt{display: table-cell; vertical-align: middle; padding: 10px 15px;}
.parameter_li{width: 50%; float: left; padding:0px 15px;}
.Productshow_parameter:nth-child(2n) .parameter_li_width{background: #fff;}
.Productshow_content{padding:50px 0px; border-bottom: #e0e0e0 solid 1px; margin-bottom: 20px;}
.Productshow_content img{padding: 5px 0px;}

.productshowwidth{padding-bottom:60px;}
.application_width{width: 100%; padding-left: 0px;  padding-top:50px; display: block; max-width:initial; flex:auto}
.application_width .product_right_li_txt_title{padding-bottom: 10px;}
.application_width .product_right_li_img{width:33%;min-width: 349px;}
.application_width .product_right_li{ margin-bottom: 50px;}
.application_width .product_right_li:nth-last-child(3){ margin-bottom: 10px;}

.application_show_txt{margin:0px auto; max-width: 1200px;}
.application_show_txt .product_title{text-align: center;}
.application_show{padding: 30px 0px 20px;}
.application_show{font-size: 16px; line-height: 1.6;}
.application_show img{display: block; padding: 10px 0px;}
.application_show h2{font-size: 24px; font-weight: bold; display: block; padding: 15px 0px;}
.application_show h3{font-size:18px; font-weight: bold; display: block; padding:15px 0px;}

.border_top{border-top: #e0e0e0 solid 1px;}
.application_width_bor{padding: 0px; padding-bottom: 50px;}
.application_more{display: block; padding-top:40px;}
.application_more a{ display: block; text-align: center;}

.about_content{padding: 60px 0px;}
.about_content_title{font-size:16px; color: #006835; text-transform: uppercase;font-size: 12px; font-weight: bold; padding-bottom: 20px;}
.about_content_title b{font-size: 36px; display: block; padding-bottom:5px;}
.about_content_txt{display: table; width: 100%; padding-bottom: 30px;}
.about_content_txt_img{display: table-cell; width: 50%; padding-right:30px; vertical-align: middle;}
.about_content_txt_ct{display: table-cell; width: 50%; padding-left:30px;vertical-align: middle; font-size: 18px;}
.about_content_txt_ct b{font-size:26px; display: block; padding-bottom:5px;}

.contact_width{padding: 50px 0px;}
.contact_title{font-size: 18px; color: #999; text-align: center;}
.contact_title b{font-size: 32px; display: block; color: #000; padding-bottom: 10px;}

.contact_table{overflow: hidden;margin-top: 30px; background: #f5f5f7;}
.contact_table_li{width:50%; float: left; padding: 10px;}
.contact_table_li_box{ background: #f6f6f6; padding: 30px; border-radius: 10px;}
.contact_table_li_box_title{font-size: 24px; font-weight: bold; padding-bottom: 20px; margin-bottom: 20px; border-bottom: #e0e0e0 solid 1px;}
.contact_table_li_box_txt{display: table; width: 100%; padding:5px 0px; font-weight: bold;}
.contact_table_li_box_txt span{display: table-cell; width: 80px; color: #999; font-weight: normal;}
.contact_table_li_box_but{padding-top: 20px;}
.contact_table_li_box.active{background: #006835; color: #fff;}
.contact_table_li_box.active .contact_table_li_box_txt span{color: #fff;}
.contact_table_li_box.active .but_class{background: #fff; color: #006835;}

.contact_table_li_txt{padding:30px;}
.contact_table_name{font-size:32px; font-weight: bold; line-height: 1.4; border-bottom: #333 solid 3px; padding-bottom: 10px; margin-bottom: 10px;}
.contact_table_name span{font-size:16px; display: block; color: #006835;}
.contact_table_txt{display:table; padding:25px 0px; border-bottom: 1px solid #dcdcde; width: 100%;}
.contact_table_txt_icon{display:table-cell; width: 38px; vertical-align: middle;}
.contact_table_txt_icon span{display:inline-block; width: 38px; height: 38px; border-radius: 100%; overflow: hidden; border: 2px solid #1a1a1a;}
.contact_table_txt_ct{display:table-cell; padding-left: 15px; vertical-align: middle; font-size: 18px;}
.contact_table_txt_ct span{display: block; color: #666; font-size: 16px;}

.about_nav{text-align: center; padding: 30px 20px 40px; border-bottom: #ddd solid 1px;}
.about_nav .navbarbox_ul_li{border: 1px #ddd solid; border-radius: 90px; display: inline-block; font-size:18px; padding: 8px 20px; margin: 0px 5px;}
.about_nav .navbarbox_ul_li.active{background: #006835; color: #fff; border-color: #006835;}
.about_nav .navbarbox_ul_li.active a{color: #fff;}
.BMap_pop, .BMap_shadow{display: none;}
.BMap_Marker{z-index: 9999;}
.map{height: 780px;}

.technology_ct{margin: 0px -15px; overflow: hidden; padding-top: 30px;}
.technology_ct .product_right_li{width: 50%; float: left; padding: 15px; margin: 0px;}



.banner_top{padding-top: 85px;}


.foot{background: #181818;}
.foot_width{padding: 40px 0px;overflow: hidden;color: #fff;}
.foot_width a{color: #fff;}
.foot_width a:hover{color: #00bf86;}
.foot_logo{float: left;width: 22%;}
.foot_logo img{height: 50px;}
.foot_nav{padding: 0px 30px;float: left;width: 34%;}
.foot_nav_title{display: block; font-size: 18px; font-weight: 600; border-bottom: 1px solid rgba(255,255,255,0.15); padding-bottom: 15px; margin-bottom:10px;}
.foot_nav_title b{color: #00bf86;}
.foot_nav_title a{display: block;}
.foot_nav_title i{float: right; line-height: 24px;}
.foot_nav_li{display: block; overflow: hidden;}
.foot_nav_li a{width: 50%;float: left;padding: 10px 0px;line-height: 20px;font-size: 16px;}
.foot_nav_txt{display: table;line-height: 20px;padding: 10px 0px;width: 100%;font-size: 16px;}
.foot_logo_txt select{border: 1px solid rgba(255,255,255,0.15);color: #fff;background: #333;position: relative;padding:5px 15px;min-width: 200px;padding-right: 40px;font-size: 14px;}
.foot_logo_txt option{color: #333; font-size: 14px; color: #fff; }
.foot_logo_txt{position: relative; display: inline-block;}
.foot_logo_icon{position: absolute; right: 10px; z-index: 2; color: #fff; top: 50%; font-size: 12px; margin-top: -4px;}
.foot_nav_txt span{width: 50px;color: #999;display: table-cell;}
.foot_er{float: right;width: 8%;min-width: 100px;text-align: right;}
.foot_er_width{display: inline-block;}
.foot_er span{display: block; padding-top: 10px; text-align: center;}
.foot_bottom{padding: 20px 0px; overflow: hidden;border-top: 1px solid rgba(255,255,255,0.15); color: #ddd;}
.foot_bottom span{float: right;}
.foot_bottom span a{color:#fff}
.foot_logo_txt{color: #fff;font-size:16px;padding-top: 15px;display: inline-block;}
.foot_logo_but{display: block;color: #fff;font-size:16px;/* font-style: oblique; */padding-top: 10px;/* text-decoration: 1px; */}


.product_c{padding:40px 0px; overflow: hidden; margin: 0px -20px; -webkit-transition: all 0.2s ease-in;-o-transition: all 0.2s ease-in;transition: all 0.2s ease-in;}
.product_c .product_c_li{ background:#FFF; padding:15px; text-align:center; width: 25%; float: left; }
.BestSellers_but{padding: 10px 0px;}
.BestSellers_li{padding: 20px; border: #ddd solid 1px;transition:all .5s;
    -webkit-transition:all .5s;
    -moz-transition:all .5s;
    -ms-transition:all .5s;
    -o-transition:all .5s;}
.BestSellers_title{padding: 20px 0px;font-size:20px; font-weight: bold; overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;}

.technology_txt{padding: 40px 0px 10px; font-size: 18px;}

.Solution{padding:60px 0px;  margin: 0px auto;}
.Solution_li{display: table; width: 100%; background: #f2f2f2;}
.Solution_li_img{display: table-cell; width: 50%; vertical-align: middle;}
.Solution_li_txt{display: table-cell;width: 50%;vertical-align: middle;padding: 40px;font-size: 18px;line-height: 1.6;}
.Solution_li_txt b{display: block; padding-bottom: 10px; font-size: 24px;}

@media (min-width:1000px) {
    .home_news_li:nth-child(1) .home_news_li_ct{display: block;}
    .home_news_li:nth-child(1) .home_news_li_ct .home_news_li_img{width: 100%; display: block; padding: 0px;}
    .home_news_li:nth-child(1) .home_news_li_ct .home_news_li_txt{width: 100%; display: block; padding:3% 1%;}
    .home_news_li:nth-child(1) .home_news_li_ct .home_news_li_txt a{font-size: 24px;}

    .product_c .product_c_li:hover .BestSellers_li{box-shadow: 0 0px 10px rgba(0,0,0,.2);
        -webkit-box-shadow:  0 0px 10px rgba(0,0,0,.2);
        -moz-box-shadow:  0 0px 10px rgba(0,0,0,.2); -webkit-transform:translate3d(0,-5px,0); transform:translate3d(0,-5px,0)}
     
}

@media (min-width:768px) {
    .home_product_ct:hover .home_product_img img{transform:scale(1.08);-o-transform:scale(1.08);}
    .home_content_ct:hover .home_content_img img{transform:scale(1.08);-o-transform:scale(1.08);}
}
@media (max-width:1440px) {
    .classification_centent{display: block;}
    .classification_li{width: 16.6666666%;}
    .classification_li_ct{width: auto; height: auto;}
    .classification_li_txt{padding-bottom: 30px;}
    .top_nav li a{font-size: 18px; margin: 0px 30px;}
}
@media (max-width:1100px) {
    .top_header{padding:0px 15px ;}
    .top_nav li a{margin: 0px 25px; padding:30px 0px; line-height: 26px;}
    .top_logo{padding:23px 0px;}
    .top_right_padding{width: 40px; height: 40px;     background-size:18px auto;}
    .top_right_qr_box {top: 63px;}
    .banner{padding-top: 88px;}
    .top_logo .logo_p{display: none;}
    .top_logo .logo_m{display: block;}
    .top_logo img{height: 40px;}
    .top_language .layui-unselect{color: #333;}

    .title{font-size:32px; padding: 20px 0px;}
    .title_txt{font-size:20px; }

    .classification_li_txt{font-size: 20px;}

    .banner{padding-top:70px;}
    .top_nav .nav_a_mobi{display:block}
    .top_nav .nav_a_pc{display:none}
    .top_logo{padding: 15px 0px;}
    .top_left{display: none}
    .top{background: #FFF; text-align: left;}
    .top_header .top_logo{position: relative;}
    .top_nav_icon{position:absolute;right:100px;top:15px;display:block;cursor:pointer;z-index: 2;}
    .top_nav_icon span{width:30px; height:3px; background:#000; display:block; margin:8px 0px; border-radius: 10px;}
    .top_nav_icon span:nth-child(2){width: 80%;}
    .top_icon .top_icon_li{display: none;}
    .top_icon{top: 5px;}
    .top.fixed .top_logo{display: inline-block; position: relative; }
    .top.fixed .top_icon{top: 1px}
    .top:after{height: 90px;}
    .top.fixed .top_nav_icon span{background:#333; }
    .top_nav li:hover .arrowDG_menu{display: block;}
    .top_nav li a{text-align: left;}
    .top_nav li a i{float: right; font-size:24px;}
    .top_nav_width{position:fixed;  top:0px; left:-100%;  height:100%;  padding:0px; width:100%; max-width: 420px; padding:20px 0px; z-index:99; opacity:1; overflow:auto;
        -webkit-transition:all .5s;
        -moz-transition:all .5s;
        -ms-transition:all .5s;
        -o-transition:all .5s;
        transform:all .5s;
    }
    .top_nav li>a{ color: #333;}
    .top_nav li{display: block; float: none;}
    .top_nav{display: block; text-align: center;}
    .top_nav li>a{display: block;}
    .top_nav li:hover>a:before{display: none;}
    .arrowDG_menu{ position: relative; height:auto; display: none; opacity:1; background: #eee!important;}

    .navbarbox_li{width: 100%; padding: 10px!important;}
    .navbarbox_li_txt{width: 50%;}
    .top_nav .navbarbox_li_txt a{font-size: 12px; line-height: 20px;}
    .top_nav .navbarbox_li_txt img{margin-right: 5px; height: 20px;}
    .navbarbox_li:nth-child(2) .navbarbox_li_txt{width: 50%;}
    .top_nav li{border-bottom: #ddd solid 1px;}
    .top_nav li a{padding:20px 0px; font-size: 18px;}
    .cor_ls{ color: #4eb6c0}
    .cor_hs{ color: #ea618b}
    .top_nav_width_logo{display: block; padding:20px 20px 15px; text-align:center;}
    .top_nav_width_logo img{width:40%;}
    .top_nav_Close{display: block;padding:5px; color: #fff; font-size: 30px; position: absolute; top: 10px; right:-40px; background: #006835; cursor: pointer;}
    .top_nav_Close i{font-size: 30px; }
    .top_nav_width_bg{position: absolute; padding-bottom: 10px; height: 100%; width:80%; background: #fff; z-index: 9; top: 0px; left: 0px;}
    .top_nav_width:before{background:#000; background:rgba(0, 0, 0, 0.8)!important; filter:Alpha(opacity=80); width: 100%; position: fixed; z-index:1; left: -100%; top:0px; height: 100%; content:""; display: block;}

    .top_nav_mobile{left: 0px;}
    .top_nav_mobile.top_nav_width:before{left: 0px;}

    .Inner_banner_title h1{font-size: 56px;}

    .product_width_li_ct_title h2{font-size:24px; line-height: 1.3; margin: 2px 0px;}

    .arrowDG_menu_w .arrowDG_menu{width: 100%;}

    .top_nav li{position: relative;}
    .arrowDG_menu_icon{position: absolute; right: 0px; top:6px; padding: 0px 10px; right: 10px; z-index: 2;}
    .arrowDG_menu_icon:after{ content: "+"; display: block; font-size: 30px; color:#333!important; line-height: 1.2;}
    .arrowDG_menu_w .navbarbox_ul_li a{color:#333}
    .top_nav li .arrowDG_menu_icon:hover .arrowDG_menu{ display: block;}
    .arrowDG_menu_w .navbarbox_ul_li{text-align: center;}
    .arrowDG_menu_icon_j:after{ content: "-";}
    .top_icon .top_icon_block{display: inline-block; padding:14px 5px;}
    .top_language, .top_right_user, .top_right_Collection{float: right;}
    .top_language{margin-top: 22px;line-height: 20px;padding: 2px 10px;width:65px;padding-right: 0px;}
    .top_right_padding{ margin:15px 5px;}
    .fixed_top .top_language .layui-form-select{background: url(../images/cn_icon.png) left bottom no-repeat; background-size:20px auto;}
    .top_icon{padding-right: 0px;}
    .top_language .layui-form-select{padding-left: 25px;}

    .classification_wdith{padding-bottom: 30px;}
    .classification_centent{width:90%;}
    .classification_li{width:33.333333%;}
    .classification_li_txt{padding-bottom: 30px;}

    .home_product_li{width:33.33333%;}

    .home_content{padding: 40px 0px;}

    .foot_logo{display: block; float: none; padding-bottom:40px; width: 100%;}
    .foot_nav{width: 40%; padding: 0px; padding-right: 40px;}

    .product_right_li_img{width: 230px; border-radius: 0px;}
    .product_right_li_img img{/* border-radius: 10px; */}
    .home_about_txt_but{padding: 20px 0px;}
    .home_content_li .home_product_txt{font-size: 24px; padding: 20px;}


    .product_title{font-size: 30px;}
    .product_title{padding-bottom: 10px;}
    .Productshow_right_txt{font-size: 14px;}
    .skin_type_box__right{padding-left: 40px;}
    .Productshow_right_txt{padding: 10px 0px;}
    .Productshow_right_but{padding-top: 30px; margin-top: 30px;}
    .parameter_li_width{font-size: 14px;}
    .Productshow_content{padding: 30px 0px;}
    .Productshow_title{padding: 30px 0px;}
    .Productshow_content{margin-bottom: 10px;}

    .product_right_li_txt{padding-left: 25px;}

    .contact_table_li{width: 50%;}

}
@media (max-width:1000px) {
    .product_width{display: block;}
    .product_right{display: block; width: 100%; max-width:inherit; padding:20px 0px;}
    .visible-lg, .visible-md, .visible-sm, .visible-xs{display: block !important;}
    .product_left{width: 100%;position: fixed;height: 100%;background: #fff;border: none;z-index: 99;opacity: 1;top: 0px;right: 0px;left: -100%;padding:15px; transition: all .5s;-webkit-transition: all .5s;-moz-transition: all .5s;-ms-transition: all .5s;-o-transition: all .5s;}
    .column_left_Close{float:right; top:20px; display:block !important; border-radius: 100%; font-size:26px; color:#fff; background: #18813b; line-height:30px; text-align: center; position: absolute;width: 30px;height: 30px;right:20px;}
    .column_left_Close i{display: inline-block; line-height: 30px;}
    .blog_empty_centent .panel-defalt h3{margin-bottom: 20px;}
    .product_left.calendar_left_auto{left: 0px;z-index: 99999;opacity: 1;padding:20px; overflow-x: auto; right: 81px;}
    .calendar_m_nav{font-size:18px; display:none; cursor:pointer; background:#18813b; color:#fff; padding:10px 15px; margin-bottom: 10px; font-weight: bold;}
    .calendar_m_nav i{margin-right: 5px;}
    .Insideb_banner{padding:0px;}
    .product_width{padding: 0px 5px; padding-bottom: 30px;}

    .home_about_width{display: block;}
    .home_about_txt{display: block; padding: 0px; padding-bottom: 20px;}
    .home_about{padding: 10px 0px 50px;}
    .home_about_video{display: block; width: 100%;}
    .home_about_video img{width: 100%;}
    .foot_logo_txt{display: inline-block;}

    .product_c{padding: 20px 0px;}
    .product_c .product_c_li{width: 33.33333%;}

    .home_news_width{padding-top:10px; margin: 0px;}
    .home_news_li{width: 100%; padding:10px 0px; }
    .home_news_li_txt{ padding: 15px;}
    .home_news_li_img{padding: 0px;}
    .home_news_li_img img{width: 100%;}
    .home_news{padding:20px 0px 40px;}
    .product_left_nav{display: block;}
    .Insideb_title{display: block;}
    .about_nav{padding: 0px 10px; border: none; margin: 0px; margin-top: 10px; text-align: left;}


    .product_nav_two{padding:5px;}
    .product_nav_two a{margin:10px; display: block; font-size: 16px;}

    .home_about_mub_li .timer{font-size: 42px;}   
}
@media (max-width:800px) {
    .home_content{margin: 0px -10px;}
    .home_content_li{/* padding: 10px; */}
    .home_content_li .home_product_txt{padding-top: 20px;}
    .foot_logo {padding-bottom: 30px;}
    .foot_nav_title{font-size: 16px;}
    .foot_nav{padding-right: 30px;}
    .foot_nav_txt span{width: 65px;}
    .foot_nav{width: 42%;}
    .foot_logo img{height: 35px;}
    .foot_width{padding: 30px 0px;}

    .title{font-size: 38px;}
    .Insideb_title{font-size: 22px; padding-bottom:20px;}
    .product_right_li_txt_title{font-size:20px; padding-bottom: 10px;}
    .but_class{font-size: 16px; padding: 10px 30px;}
    .product_right_li_img{width:200px;}

    .Productshow_width{padding:0px 10px; overflow: hidden; display: block;}
    .skin_type_box_left{width: 100%;}
    .skin_type_box__right{width: 100%; padding: 0px; padding-top:30px;}
    .position_bg{padding:10px 5px;}
    .Productshow_width{padding-bottom: 40px; margin-bottom: 0px;}

    .Productshow_title{padding: 25px 0px; font-size:20px;}
    .Productshow_parameter{margin: 0px;}
    .parameter_li{width: 100%; padding: 0px;}
    .Productshow_parameter:nth-child(2n) .parameter_li_width{background:#f5f5f5;}
    .parameter_li:nth-child(2n) .parameter_li_width{background: #fff;}
    .Productshow_content{margin-bottom: 0px;}
    .productshowwidth{padding-bottom: 30px;}

    .about_content{padding: 20px 10px;}
    .about_content_txt{display: block;}
    .about_content_txt_img{display: block; width: 100%; padding: 0px;}
    .about_content_txt_ct{display: block; width: 100%; padding: 0px; padding-top: 30px;}
    .about_content_title b{font-size:30px;}
    .about_content_txt_ct b{font-size: 20px; padding-bottom: 10px;}

    .contact_width{padding: 30px 0px;}
    .contact_title{font-size: 16px;}
    .contact_title b{font-size: 26px; padding-bottom: 5px;}
    .contact_table{padding-top: 30px; margin: 0px;}
    .contact_table_li_box{border-radius: 10px; padding: 20px;}
    .contact_table_li_box_title{font-size: 20px; padding-bottom:15px; margin-bottom: 15px;}

}

@media (max-width:640px) {
    .banner{padding-top:49px;}
    .top_header{padding: 0px 10px;}
    .top_logo{padding: 10px 0px;}
    .top_logo img{height:28px;}
    .top_nav_icon{right:85px;top:8px;}
    .top_icon{/* padding-right:28px; */}
    .top_right_padding{width: 28px; height: 28px; margin:11px 3px; background-size: 13px auto;}
    .top_nav_icon span{width: 22px; margin: 6px 0px;}
    .top-txt-search{width: 100%;}
    .banner .swiper-container-horizontal>.swiper-pagination-bullets, .banner .swiper-pagination-custom, .banner .swiper-pagination-fraction{bottom: 15px;}
    .top_right_qr_box{top: 42px;}
    .top_right_tel .top_right_qr_box{right: 40px; padding: 10px;}
    .top_right_qr_box{width: 130px;}
    .top_right_tel .top_right_qr_box{ font-size: 14px; width: 200px; right: -40px;}
    .top_right_qr_box_li span{width: 70px;}
    .top_right_qr_box_li{padding: 5px;}

    .classification_centent{width: 100%;}
    .classification_li{width: 50%;}

    .title{font-size:30px; padding: 20px 0px;}

    .classification_li{padding: 5px;}
    .classification_li_ct{border-radius: 10px;}
    .classification_li_img{padding: 30px 0px;}
    .classification_li_txt{padding-bottom: 20px;}

    .home_product_ct{border-radius: 10px;}
    .home_product{overflow: hidden; margin: 0px;}
    .home_product_li{width: 50%; padding: 5px;}
    .top_language{margin-top: 12px;}
    .banner_swiper_Pagination{display: none;}
    .home_product_li:nth-child(n+15){display: none;}
    .home_content{margin: 0px; padding: 20px 0px;}
    .home_content_li{padding: 5px;}

    .foot_logo img{height: 40px;}
    .foot_nav{width: 100%;padding: 15px 0px;}
    .foot_nav_li a{padding: 8px 0px;}
    .foot_nav_txt{padding: 8px 0px;}
    .foot .container{position: relative;}
    .foot_logo{padding-bottom:10px;/* padding-left:10px; */}
    .foot_er{position: absolute;right: 15px;top: 30px;width: 100px;}
    .foot_nav:nth-child(2){width: 100%;}
    .foot_width{padding-bottom:5px;}
    .foot_bottom{font-size: 12px;}
    .classification_li_img img{height: 45px;}
    .classification_li_txt{font-size: 18px;}

    .main{width: 30px; right: 5px; bottom: 20px;}
    .pagination ul li >a{line-height: 36px; width: 36px; height: 36px; text-align: center;}
    .pagination ul li >a.pagination_but{padding: 0px 10px;}
    .pagination ul li >span{line-height: 36px; width: 36px; height: 36px;}
    .pagination ul li .fa{line-height: 36px; margin-top: -1px;}
    .pagination ul li >a.pagination_but{width: 36px;}
    .pagination ul li .fa{margin: 0px;}
    .pagination > li{margin:0px 1px;}
    .pagination{ padding:10px 0px; margin: 0px;}

    .product_right{padding: 10px 0px;}
    .product_right_li_img{width: 100%; display: block;}
    .product_right_li_txt{padding-left: 20px;}
    .product_right_li{display: block;border:#e0e0e0 solid 1px;padding:0px;/* border-radius: 10px; */overflow: hidden;}
    .product_right_li_txt{padding:20px; background: #fff;}
    .but_class{padding: 6px 20px;}
    .m-video .m-video-icon{font-size: 60px; margin-top: -45px;}
    .home_about_cooperate{padding-top: 0px;}
    .cooperate_with{margin: 0px;}

    .cooperate_li{padding: 5px; width: 33.333333%;}

    .Productshow_width{padding:0px; padding-bottom: 30px;}
    .Productshow_right_but{padding-top: 25px; margin-top: 20px;}
    .Productshow_right_but_li a{font-size: 16px; border-radius:5px;}
    .product_title{font-size: 24px;}
    .application_width{padding-bottom: 20px;}
    .application_width .product_right_li_img{width: 100%; min-width: initial;}
    .product_right_li_img img{border-radius:0px;}
    .application_width .product_right_li:nth-last-child(2){margin: initial;}
    .application_width .product_right_li{margin-bottom: 20px !important;}


    .application_content{padding-top:5px;padding-bottom: 10px;}
    .application_show{padding-top: 15px; font-size: 14px; }
    .application_show h2{font-size: 20px; padding: 10px 0px;}
    .application_show h3{font-size: 16px; padding: 5px 0px;}
    .application_more{padding: 10px 0px;}

    .about_content{padding:0px;}
    .about_content_txt{padding-bottom: 20px;}
    .about_content_txt_ct{padding-top: 20px;}
    .about_content_title b{font-size: 24px; padding-bottom:0px;}

    .contact_width{padding: 10px 0px;}
    .contact_table{padding-top:15px;}
    .contact_title b{font-size: 24px;}
    .contact_table_li{width: 100%;}

    .about_nav{padding:0px 15px 10px; }
    .about_nav .navbarbox_ul_li{float: left; margin: 5px 1%; font-size: 16px; min-width: 31.333333%; padding: 8px 15px;}
    .about_nav{overflow:hidden;}

    .about_content_txt_ct{font-size: 16px;}

    .container{padding: 0px 15px; width: 100%;}
    .home_about{padding: 0px;}
    .title{font-size: 24px;}
    .home_about_txt_ct{font-size: 16px;}
    .cooperate_with{padding-bottom: 30px;}
    .home_about_cooperate{padding-top: 10px;}
    .home_content{padding: 0px 0px 30px;}
    .home_content_width{margin: 0px; padding-top: 0px;}
    .home_content_li .home_product_txt{font-size: 20px; padding:20px;}
    .home_content_li .home_product_txt .home_product_txt_icon img{height: 50px;}
    .home_brand_title{padding-bottom: 0px;}
    .home_news{padding-top: 5px;}
    .foot_logo_but{font-size: 14px;}
    .home_news_li_ct{display: block;}
    .home_news_li_img{display: block; width: 100%;}
    .home_news_li_txt{padding:15px; box-shadow: 0 5px 5px rgb(0 0 0 / 10%);}
    .home_news_width{background:none; box-shadow: 0 0px 0px rgb(0 0 0 / 10%); padding: 0px;}
    .home_content_li{width: 100%; padding: 5px 0px;}
    .home_news::after{height:200px;}
    .title b{padding-bottom: 10px;}
    .title b::after{width:60px; height: 3px;}
    .title_txt{font-size: 16px;}

    .calendar_m_nav {margin: 0px;}
    .product_c{padding:5px 0px; margin: 0px -7px;}
    .product_c .product_c_li{width: 50%; padding: 7px;}
    .BestSellers_li{padding: 10px;}
    .BestSellers_title{
        font-size: 18px;
        font-weight: 300;
        /* height: 50px; */
        line-height: 1.4;
        padding: 0px;
        margin:10px 0px;
        -webkit-line-clamp: 2;
        display:block;
        white-space:normal;
        -webkit-box-orient: vertical;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .technology_width {padding: 0px 0px 20px;}

    .technology_txt{padding: 0px 0px 10px; font-size: 18px;}

    .Insideb_banner span{font-size: 16px;}

    .home_about_mub_li{width: 50%; padding: 20px 0px;}
    .home_about_mub_li:nth-child(2n) {border: none;}
    .home_about_biao_li{width: 50%; padding:15px 10px;}
    .home_about_biao{padding: 0px;}
    .home_about_centent{margin-bottom: 30px;}
    .home_about_txt{font-size: 14px;}
    .home_about_more{padding: 10px 0px 15px;}
    .home_about_biao_li_txt b{font-size: 18px;}
    .home_about_centent{padding:5px 20px;}
    .home_about_biao_li_txt{min-height:90px;}
    .home_about_biao_li_img img{height: 35px;}

    .Solution{padding: 30px 0px;}
    .Solution_li{margin-bottom: 15px; padding: 15px; flex-wrap: wrap; display: flex;}
    .Solution_li_img{display: block; width: 100%; order: -1;}
    .Solution_li_txt{font-size: 14px; line-height: 1.6; display: block; width: 100%; padding:20px 0px 0px;}
    .Solution_li_txt b{font-size: 20px; padding-bottom: 5px;}

    .contact_table_txt{padding: 20px 0px;}
    .contact_table{margin-top: 20px;}
    .contact_width{padding-top: 20px;}
    .contact_table_li_txt{padding:20px; padding-top:10px;}
    .contact_table_txt_ct{font-size: 16px;}
    .contact_table_name{font-size: 24px;}
    .contact_table_name span{font-size: 12px;}
    .map{height:500px;}
}

.form_button {
    width: auto;
    vertical-align: middle;
    border: 0 none;
}
.btn {
    background-color: #2b2b2b;
    color: #fff;
}


.joblist li {
    overflow: hidden;
}

table.job_table {
    margin: 8px 0px;
    padding: 0px;
    text-align: center;
    width: 100%;
    border-collapse: collapse;
}

table.job_table td {
    padding: 8px 5px;
    border: 1px solid #DADBD6;
}

table.job_table .Requirement {
    text-align: left;
    padding: 8px 5px;
    line-height: 1.5em;
}

table.job_table th {
    color: #333;
    font-weight: bold;
    text-align: center;
    border: 1px solid #DADBD6;
}

table.job_table .t1 {
    font-weight: bold;
    padding: 5px 0;
    width: 20%;
}

table.job_table .t2 {
    text-align: left;
    width: 25%;
}

table.job_table .t3 {
    font-weight: bold;
    width: 25%;
}

table.job_table .t4 {
    text-align: left;
    width: 25%;
}

table.job_table .operation {
    text-align: center;
    margin: 0 auto;
}


table.resume_table {
    margin: 3px;
    text-align: center;
    width: 97%;
    border-collapse: collapse;
}

table.resume_table th {
    font-weight: bold;
    text-align: left;
    width: 100px;
}

table.resume_table td {
    text-align: left;
}

table.resume_table .operation {
    text-align: center;
}

table.resume_table #Detail {
    height: 200px;
}
.videolist {
    margin-top: 5px;
}

.videolist li {
    float: left;
    width: 25%;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
    transition: all .2s linear
}

.videolist li:hover {
    transform: translate3d(0, -4px, 0);
    box-shadow: 0 10px 10px rgba(0, 0, 0, .1);
}

.videolist li.n0 {
    margin-left: 0;
}

.videolist li img {
    border: 1px solid #fff;
    width: 100%;
    height: 190px
}

.videolist li a {
    display: block;
    position: relative;
    padding: 5px;
}

.videolist li .InfoTitle {
    display: block;
    padding: 10px 0;
}

.videolist li .InfoTitle a {
    white-space: nowrap;
}

.videolist li i {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../images/play.png) center center no-repeat;
    cursor: pointer;
}

