@charset "utf-8";
/*
Powered by ueeshop.com		http://www.ueeshop.com
广州联雅网络科技有限公司		020-83226791
*/

*{font-family: 'Opensans-Regular';}
html, div{outline:0;}
cite, em, strong, i{font-style:normal;}
.w{width: 980px; margin:0 auto; min-width:899px;}
.hide{display:none;}
.imgbox{display:block; overflow:hidden;}
.imgbox img{max-width:100%; max-height:100%;}
input,textarea{outline: none;}
input[type=submit]{cursor: pointer;}
/*#main.w>.fl{width:190px;}*/

body{background:#fff;width: 100%;height: 100%;max-width: 1920px;margin:0 auto;overflow-x: hidden;position: relative;}
.wrap{width:1440px; margin:0 auto; zoom:1;}
.wrap:after,.wrap:before{display:table; content:'';}
.wrap:after{clear:both;}
.cont{width: 1680px;margin: 0 auto;zoom: 1;}
.text-over{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.over{overflow: hidden;}
.text-center{text-align: center;}
.text-left{text-align: left;}
.text-right{text-align: right;}
.table{width: 100%;height: 100%;display: table;}
.table-cell{display: table-cell;}
.inline{display: inline;}
.inline-block{display: inline-block;}
.block{display: block;}
.hidden{display: none;}
.visible-hidden{visibility: hidden;opacity: 1;}
.middle{vertical-align: middle;}
.middleImg img{vertical-align: middle;}
.middleImg .mid-ilb{vertical-align: middle;display: inline-block;}
.middleImg span{height: 100%;vertical-align: middle;display: inline-block;}
.relative{position: relative;}
.absolute{position: absolute;z-index: 1;}
.fixed{position: fixed;z-index: 1;}
.center-vertical{position: relative;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);}
.trans-show{transition:all .5s;-webkit-transition:all .5s;opacity: 0;visibility: hidden;}
.trans-show.visable{opacity: 1;visibility: visible;}
.trans{-webkit-transition:all 300ms ease 0s; transition:all 300ms ease 0s;}
.imgZoom img{transition: all .4s;-webkit-transition: all .4s;}
.imgZoom img:hover{transform:scale(1.1, 1.1); -webkit-transform:scale(1.1, 1.1);}
.pointer{cursor: pointer;}
.flow-shadow{-webkit-transition:all .5s;transition:all .5s;}
.flow-shadow:hover{transform:translate3d(0, -2px, 0);-webkit-transform:translate3d(0, -2px, 0);-webkit-box-shadow:0 0px 10px #e9e9e9;box-shadow:0 0px 10px #e9e9e9;}
.clear_gt_991{clear: both;}
.border-box{box-sizing: border-box;}
*.hoverColor{-webkit-transition:all .3s;transition:all .3s;}
*.hoverColor:hover{color: #11764C!important;}
.show-pc-block{display: block!important;}
.show-pc-inline-block{display: inline-block!important;}
.show-mb-block{display: none!important;}
.show-mb-inline-block{display: none!important;}
a:hover{text-decoration: none;}

.responsive_pc_header{ height: 181px;}
.responsive_pc_header .header_in{ width: 100%; height: 120px; transition: all 0.3s;}
.responsive_pc_header .header_in.fixed{ position: fixed; left: 0; top: 0; z-index: 10000; background: #fff;}

.headerTop{line-height: 60px;background: #2F2F2F;}
.headerTop *{font-size: 16px;color: #fff;}
.headerTop .wel{background: #11764C;padding-right: 8%; height: 61px;}
.headerTop .wel:after{position: absolute;right: 100%;top: 0;height: 100%;width: 240px;background: #11764C;content: '';}
.headerTop .langWrapper{display: inline-block;position: relative;margin-left: 35px;}
.headerTop .langWrapper .topLang{}
.headerTop .langWrapper .otherLang{position: absolute; top: 100%;left:0; width: 130px;z-index: 1;background: #fff;padding:5px;border-bottom-right-radius: 5px;border-bottom-left-radius: 5px;display: none;box-shadow: 0 5px 10px rgba(0,0,0,.3)}
.headerTop .langWrapper .otherLang .langName{display: block;line-height: 24px;font-size: 14px;color: #000;}
.headerTop .langWrapper:hover .otherLang{display: block;}
.headerTop .headerInfo{float: right;}
.headerTop .headerInfo .f_share{ float: left;}
.headerTop .headerInfo img{vertical-align: middle;margin-right: 5px;}
.headerTop .headerInfo .headerInquiry{display: inline-block;margin-left: 35px;}
.headerTop .headerInfo .headerInquiry a{font-size: 14px;}
.headerTop .headerInfo .headerInquiry span{font-size: 14px;color: #11764C;}
.headerTop .headerInfo .headerUser{display: inline-block;}
.headerTop .headerInfo .headerUser a{font-size: 14px;}
.headerTop a:hover{color: #11764C;}

.headerNav{box-sizing: border-box;height: 120px;}
.headerNav .logo{width: 15.12%;max-width: 260px;height: 120px;}
.headerNav .head-nav{width: 75%;max-width: 1100px;margin-top: 50px;display: flex;justify-content: space-around;}
.headerNav .head-nav .n_item{max-width: 150px;position: relative;margin-right: 5%;}
.headerNav .head-nav .n_item + .n_item{margin-left: 30px;}
.headerNav .head-nav .n_item .topName{ position: relative; line-height: 1;padding: 0 0 40px;font-size: 16px;font-family: 'Opensans-Bold';}
.headerNav .head-nav .n_item .topName:before{ display: block; content: ''; position: absolute; left: 0; top: 40px; width: 100%; height: 3px; background: #11764C; opacity: 0; transition: all .3s;}
.headerNav .head-nav .n_item .navSub{width: 242px;background: #fff;position: absolute;top:55px;left:50%;transform: translate(-50%,0);box-shadow: 0 0 10px rgba(0,0,0,.1);padding:20px 30px;box-sizing: border-box;opacity: 0;z-index: -1; pointer-events: none;}
.headerNav .head-nav .n_item .navSub .subName{display: block;line-height: 1.8;font-size: 14px;text-transform: capitalize;}
/*.headerNav .head-nav .n_item .navSub .subName + .subName{margin-top: 10px;}*/
.headerNav .head-nav .n_item:hover .topName:before{ opacity: 1;}
.headerNav .head-nav .n_item:hover .navSub{opacity: 1;z-index: 100; pointer-events: inherit;}
.headerNav .search_open_icon{cursor: pointer;}
.headerNav .search_icon{margin: 50px 0 0 0;}
.headerNav .search_icon .search{display: none;}
.headerNav .search_icon.open .search{display: block;}
.headerNav .search_icon .search input.absolute{right: 0;top: -5px;z-index: 10;}
.headerNav .search_icon .search input[name=Keyword]{width: 180px;height: 28px;background: #fff;box-sizing: border-box;padding:0  28px 0 7px;font-size: 12px;color: #505050;}
.headerNav .search_icon .search input[type=submit]{width: 28px;height: 28px;background: url(../images/icon_search.png) no-repeat center;}
.headerNav .search_box.on{visibility: visible;opacity: 1;}
.headerNav .search_box{position: absolute;top: 100%;width: 100%;height: 100px;background: white;opacity: 0;visibility: hidden;z-index: 10;}
.headerNav .search_box .search{/*width: 1280px;*/height: 80px;line-height: 80px;margin: 10px 25px 0;border-bottom: 1px solid #e3e3e3;}
.headerNav .search_box .search input[name=Keyword]{width: calc( 100% - 154px );border: none;text-align: center;line-height: 80px;font-size: 15px;color: #909090;}
.headerNav .search_box .search input[type=submit]{width: 100px;height: 42px;line-height: 42px;margin-top: 24px;margin-right: 4px;border: 1px solid #000000;background: white;font-weight: bold;font-size: 15px;border-radius: 4px;}

.index-banner .bx-controls-direction{}
.index-banner .bx-wrapper .bx-controls-direction a{width: 65px;height: 65px;background: #fff no-repeat center; opacity: .5;}
.index-banner .bx-wrapper .bx-controls-direction  .bx-prev{left: 0;background-image: url(../images/icon_left.png);}
.index-banner .bx-wrapper .bx-controls-direction  .bx-next{right: 0px;background-image: url(../images/icon_right.png);}
.index-banner .bx-wrapper .bx-pager.bx-default-pager{display: none;}

.index-module{padding:85px 0;}
.index-module .i-title{position: relative;margin-bottom: 50px;text-align: center;font-size: 40px;/*color: #fff;*/}
/*.index-module .i-title:after{position: absolute;left: 0;right: 0;bottom: 0;margin:auto;width: 80px;height: 3px;background: #11764C;content: '';}*/

.index-about{display: flex;align-items: center;background: #fff;}
.index-about .pic{width: 48%;}
.index-about .words{width: 44%;margin-left: 3%;}
.index-about .words .title_0{font-size: 20px;color: #959595;}
.index-about .words .title{line-height: 1.2;font-size: 45px;color: #11764C;font-family: 'Opensans-Bold';margin: 5px 0 20px;/* word-break: break-all;*/}
.index-about .words .ab_line{height: 2px;margin:15px 0 30px;}
/* .index-about .words .ab_line:after{float: left;width: 90px;height: 2px;background: #d15812;display: block;content: '';} */
.index-about .words .ab_line:before{float: left;width: 130px;height: 2px;background: #11764C;display: block;content: '';}
.index-about .words .bf_0{line-height: 1.7;margin-bottom: 25px;font-size: 14px;color: #3d3d3d;font-family: 'Opensans-Bold';}
.index-about .words .bf{font-size: 15px;color: #828282;line-height: 1.5; word-break: break-all;}
/*.index-about .words .more{font-size: 13px;color: #242424;text-transform: uppercase;font-weight: bold;border:1px solid #bdbab7;max-width: 167px;width: 100%;line-height: 39px;margin-top: 30px;}*/

.index-product{background: #000 url(../images/por_bg.jpg) no-repeat left top;}
.index-product .list{}
.index-product .list *{font-size: 0;}
.index-product .list .box{width: 18.125%;margin-left: 2.34%;}
.index-product .list .box:first-child{margin-left: 0;}
.index-product .list .box .pic{background: #fff;max-height: 348px;}
.index-product .list .pic .img{}
.index-product .list .box .name{height: 50px;line-height: 1.5;font-size: 16px;color: #fff;margin: 20px 0 0;}


.index-info{}
.index-info.index-module .i-title{/*font-size: 40px;*/color: #333;text-align: left;line-height: 1;}
.index-info.index-module .i-title:after{display: inline-block;vertical-align: bottom;width: 65px;height: 2px;margin-left: 40px;background: #d15812;content: '';}
.index-info .list{}
.index-info .list .box{width: 31.6%;}
.index-info .list .box + .box{margin-left: 2%;}
.index-info .list .box .img{}
.index-info .list .box .txt{box-sizing: border-box;padding: 20px 3.5% 0;}
.index-info .list .box .txt .name{max-height: 60px;margin-bottom: 20px;font-size: 22px;color: #333;font-family: "OpenSans-Bold";}
.index-info .list .box .txt .brief{max-height: 95px;line-height: 1.5;font-size: 16px;color: #828282;}
.index-info .list .box .txt .brief.none{display: none;}
.index-info .list .box .txt .more{margin-top: 15px;text-transform: uppercase;font-size: 16px;color: #333;font-family: "OpenSans-Bold";}
.index-info .list .box .txt .more img{margin-left: 10px;}
/*#ueeseo_info .themes_title{}*/

.index_pro{/* padding: 110px 0;*/ padding-top: 0; width: 100%;}
.index_pro .toptitle{ width: 100%; height: 46px; line-height: 46px; font-size: 38px; color: #333; font-family: Poppins-Regular; font-weight: bold; text-align: center;}
.index_pro .indprolist_outer{ margin-top: 44px; padding-top: 20px; width: 100%;}
.index_pro .indprolist{ display: grid; grid-template-columns: repeat(4, 22.9861%); grid-gap: 77px 2.6389%; margin: 0 auto; width: 100%; max-width: 1440px;}
.index_pro .indprolist .item{ width: 100%;}
.index_pro .indprolist .item .pic{ display: flex; justify-content: center; align-items: center; height: 331px; -webkit-transition: all 0.5s; transition: all 0.5s;}
.index_pro .indprolist .item .name{ margin-top: 18px; width: 100%; height: 32px;}
.index_pro .indprolist .item .name a{ display: block; width: 100%; height: 100%; line-height: 32px; font-size: 16px; color: #333; text-align: center; text-decoration: none; white-space: nowrap; overflow: hidden;  text-overflow: ellipsis;}
.index_pro .indprolist .item:hover .pic{ box-shadow: 0 0 32px rgba(0, 0, 0, 0.07);}
.index_pro .btn{ display: block; margin: 105px auto 0; width: 281px; height: 59px;  border: 2px solid #000; text-align: center; -webkit-box-sizing: border-box; box-sizing: border-box;}
.index_pro .btn .btn_in{ line-height: 59px;}

.index_info{ padding-top: 0;}
/*
#footer{background: #11764C;}
#footer .foot-wrap{width: 1206px;}
#footer .box{width: 33.33%;padding:4% 2%;box-sizing: border-box;}
#footer .box + .box{border-left: 1px solid #48577b;}
#footer .box img{margin-right: 20px;}
#footer .box .right{padding-top: 15px;max-width: 75%;}
#footer .box .ti{line-height: 1;font-size: 22px;color: #fff;margin-bottom: 20px;text-transform: uppercase;}
#footer .box .txt{line-height: 1.4;font-size: 16px;color: #fff;}
#footer .friendship-link{margin: 15px 0;}
#footer .friendship-link .title{font-size: 15px;color: #fff;margin-right: 3%;font-weight: bold;width: 10%;}
#footer .friendship-link .list{width: 85%;}
#footer .friendship-link .list a{font-size: 16px;color: #fff;width: 9%;margin-right: 1%;}
#copymsg{font-size: 16px;color: #fff;padding:45px 0;border-top: 1px solid #48577b;}
#copymsg a{color: #fff;}

.foot_share {width: 100%;display: flex;flex-wrap: wrap;justify-content: center;padding: 10px 0;}
*/

#footer{width: 100%;background: #000;padding-bottom: 80px;}
#footer .f_left{width: 29.7%;padding-top: 7px;}
#footer .f_logo{width: 80%;margin-bottom: 20px;}
#footer .f_list{margin: 0 auto;padding-top: 54px;box-sizing: border-box;}
#footer .f_list .f_item{width: 20.4%;min-height: 250px;border-left: 1px solid rgba(255,255,255,0.3);padding-left: 2.3%;}
#footer .f_list .f_item .item_title{position: relative;padding-bottom: 5px;width: 100%;height: 38px;line-height: 38px;font-size: 18px;color: #fff;font-weight: bold;}
#footer .f_list .f_item .list{ margin-top: 8px; width: 100%;}
#footer .f_list .f_item .list .item{display: block;width: 100%;height: 31px;line-height: 31px;font-size: 14px;color: #999;font-family: 'Montserrat-Light'; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
#footer .f_list .f_item .list .row{ width: 100%;margin-top: 20px;padding-left: 35px; line-height: 25px; font-size: 14px; color: #999;box-sizing: border-box;font-family: 'Montserrat-Light';}
#footer .f_list .f_item .list .row.address{background: url(../images/icon_address.png)no-repeat left center;}
#footer .f_list .f_item .list .row.tell{background: url(../images/icon_tel.png)no-repeat left center;}
#footer .f_list .f_item .list .row.email{background: url(../images/icon_email.png)no-repeat left center;}
#footer .f_list .f_item .list .row:first-child{ margin-top: 18px;}

.copyright{margin: 0 auto;height: 78px;line-height: 78px;font-size: 14px;color: #666;background: #141414;}
.copyright a{font-size: 14px;color: #666;}
.copyright span{ color: #8f4c44;}

#position{font-size: 14px;color: #7d7d7d;}
#position a{font-size: 14px;color: #7d7d7d;}
.product-detail .position_bg{background: #f3f3f3;}
.product-detail .ueeshop_responsive_position{width: 96%;max-width: 1200px;margin:0 auto;}
.wrap-righter-style .ueeshop_responsive_position .title{font-size: 30px;color: #1f1f1f;/*height: 35px;line-height: 35px;*/}
.wrap-righter-style .ueeshop_responsive_position .position{/*height: 35px;line-height: 35px;*/}
.wrap-righter-style .ueeshop_responsive_position .position a{font-size: 14px;color: #7d7d7d;}
.wrap-righter-style .ueeshop_responsive_position{background:#f2f2f2;padding: 0 15px;}

body .ueeshop_responsive_article_feedback .article_feedback_title .title{}
.article-content .art-title{ display: none; height: 35px;margin: 30px 0;font-size: 22px;color: #333;text-align: center;}
.wrap-module .ueeshop_responsive_position{margin: 0 auto 25px;border-bottom: none;}
.art-menu-wrap-style{margin-bottom: 45px;}
.art-menu-wrap-style .menu{text-align: center;}
.art-menu-wrap-style .menu ul li{display: inline-block;font-size: 15px;color: #222;margin:0 25px;}
.art-menu-wrap-style .menu ul li a{ display: inline-block; padding: 5px 10px; border: 1px solid #000; border-radius: 3px;}
.art-menu-wrap-style .menu ul li a.on{ color: #11764C; border-color: #11764C;}

.wrap-righter-style .cate_info{ margin: 0 27px 29px;}
.wrap-righter-style .cate_info .cate_title{ margin-bottom: 15px;/* width: 20%;*/ height: 35px; line-height: 35px; font-size: 26px; color: #29293a;}
.wrap-righter-style .cate_info .cate_brief{ width: calc(100% - 20%);}

.product-list{margin: 0 auto 30px;}
.product-list .pro_cate{float: left; width: 260px;}
.product-list .pro_cate .page_name{position: relative;margin-bottom: 10px;font-size: 22px;height: 55px;line-height: 55px;text-transform: uppercase;}
.product-list .pro_cate .page_name:after{position: absolute;bottom: 0;left: 0;width: 37px;height: 3px;background: #11764C;content: '';}
.product-list .pro_cate .first_cate{height: 51px;line-height: 51px;position: relative;padding-right: 15px; overflow:hidden;cursor: pointer;}
.product-list .pro_cate .first_cate a{font-size: 18px;}
.product-list .pro_cate .first_cate .border{width: 37px;border-bottom: 1px solid #333;}
.product-list .pro_cate .son_cate{display: none;}
.product-list .pro_cate .list.on .son_cate{display: block;}
.product-list .pro_cate .list.on .first_cate{background: url(../images/pro_cate_icon_on.png) no-repeat center right;}
.product-list .pro_cate .son_cate .item:first-child{border-top: none;}
.product-list .pro_cate .son_cate .item{height: 49px;line-height: 49px;border-top: 1px solid #e2e2e2;}
.product-list .pro_cate .son_cate .item a{font-size: 13px;color: #909090;}
/*.product-list .pro_cate .son_cate .item:hover,*/
/*.product-list .pro_cate .son_cate .item.on{color: #11764C;}*/
.product-list .pro_cate .son_cate .item:hover a,
.product-list .pro_cate .son_cate .item.on a,
.product-list .pro_cate .son_cate .item a.on,
.product-list .pro_cate .son_cate .subcate3 a.sia:hover{color: #11764C;}
.product-list .pro_cate .son_cate .subcate3{margin-bottom: 10px;}
.product-list .pro_cate .son_cate .subcate3 a.sia{display: block;font-size: 12px;color: #909090;text-indent: 15px;line-height: 200%;}


.product-list{/*padding-top: 35px;*/}
.product-list .ueeshop_responsive_products_list{margin-top: 0;padding-top: 5px;}
.product-list .ueeshop_responsive_products_list .item{margin-bottom: 50px;}
.product-list .ueeshop_responsive_products_list .item .pro{width: 86%;}
.product-list .ueeshop_responsive_products_list .item .pro{padding-bottom: 30px;background: #fff;overflow: visible;}
.product-list .ueeshop_responsive_products_list .item .img{transition: all .2s .1s;-webkit-transition: all .2s .1s;border:1px solid #d2d2d2;border-radius: 5px;}
.product-list .ueeshop_responsive_products_list .item .pro:hover .img{-webkit-box-shadow:0 0px 8px 2px rgba(143, 143, 143, 0.3);box-shadow:0 0px 8px 2px rgba(143, 143, 143, 0.3);}
.product-list .ueeshop_responsive_products_list .item:hover img{transform: scale(1);}
.product-list .ueeshop_responsive_products_list .item .info .name{text-align: left;}
.product-list .ueeshop_responsive_products_list .item .info .more{display: inline-block;width: 130px;line-height: 40px;font-size: 16px;color: #333;text-align: center;text-transform: uppercase;border: 1px solid #000;border-radius: 4px;transition: all .2s; text-transform: uppercase;}
.product-list .ueeshop_responsive_products_list .item .info .more:hover{background: #11764C;color: #fff;border-color: #11764C;}
.product-list .ueeshop_responsive_products_list .item .info{text-align: left;}

body .ueeshop_responsive_products_detail .gallery .left_small_img .pic_box.on{border:1px solid #11764C;}
.ueeshop_responsive_products_detail .info .name{}
.product-detail .ueeshop_responsive_products_detail .info .button > a,
.product-detail .ueeshop_responsive_products_detail{background: none!important;}
.product-detail .description .desc_txt{line-height: 250%;}
#global_editor_contents{}

.product-detail .ueeshop_responsive_products_detail .description .title{border: none;border-bottom: 1px solid #dadada;padding: 0;}
.product-detail .ueeshop_responsive_products_detail .description .title span{font-size: 30px;color: #2b2b2b;position: relative;background: #fff;margin-right: 0;padding-right: 15px;font-family: 'OpenSans-Semibold';padding-right: 0;margin-right: 2px;background: #eeeeee;min-width: 180px;font-size: 20px;line-height: 54px;height: 54px;float: left;text-align: center;padding: 0 20px;box-sizing: border-box;}
.product-detail .ueeshop_responsive_products_detail .description .title span.cur{background: #11764c;color: #fff;}
.product-detail .ueeshop_responsive_products_detail .description .title span:after{position: absolute;width: 10000px;left: 100%;top: 13px;height: 1px;background: #e3e3e3;margin-left: 20px;content: '';display: none;}

.product-detail .ueeshop_responsive_products_detail .description .contents{padding: 0 0 39px;}

body .ueeshop_responsive_case_list .item .img{ margin: 0 auto; width: 50%;}
body .ueeshop_responsive_case_list .item .info{ margin: 0 auto; width: 50%;}

.ueeshop_responsive_download_list ul li:hover{color: #11764C;}
.ueeshop_responsive_download_list ul li a:hover{background: #11764C;}
.g_member{position: static;}

.menu-in-left{padding-top: 30px;}
.menu-in-left .menu-wrap-style{width: 20%;float: left;}
.menu-in-left .wrap-righter-style{width: 76%;float: right;}
.menu-wrap-style .menu{}
/*.menu-wrap-style .menu .m-title{font-size: 19px;color: #191919;margin-bottom: 15px;}*/
.menu-wrap-style .menu .m-title{position: relative;margin-bottom: 10px;font-size: 22px;height: 55px;line-height: 55px;text-transform: uppercase;}
.menu-wrap-style .menu .m-title:after{position: absolute;bottom: 0;left: 0;width: 37px;height: 3px;background: #11764C;content: '';}
.menu-wrap-style .menu .cate-top{margin-bottom: 30px;font-size: 30px;color: #1f1f1f;}
.menu-wrap-style .menu h3{margin-bottom: 10px;}
.menu-wrap-style .menu h3 a{font-size: 16px;color: #1f1f1f;}
.menu-wrap-style .menu h3 a:hover{color: #11764C;}
/*.menu-wrap-style .menu h3 a.on{color: #e39f59;text-decoration: underline;}*/
.menu-wrap-style .menu .sublist{line-height: 250%;margin-bottom: 15px;}
.menu-wrap-style .menu .sublist li{}
.menu-wrap-style .menu .sublist li a{font-size: 16px;color: #737373;}
.menu-wrap-style .menu .sublist li a:before{width: 13px;height: 13px;border:1px solid #737373; display: inline-block;vertical-align: middle;margin-right: 10px;transition: all .5s; content: '';display: none;}
.menu-wrap-style .menu .sublist li a.on{color: #11764C;}
/*.menu-wrap-style .menu .sublist li a.on:before{border-color: #11764C;background: #11764C;}*/
.menu-wrap-style .menu .sublist li a:hover{color: #11764C;}
.menu-wrap-style .menu .sublist li a:hover:before{}
.menu-wrap-style .menu .sublist li.v3{padding-left: 20px;}
.menu-wrap-style .menu .sublist li.v3 a{}
.menu-wrap-style .menu .sublist li.v3 a:before{display: none;}

.menu-wrap-style .related{ margin-top: 22px; width: 100%;}
.menu-wrap-style .related .r_title{position: relative;margin-bottom: 10px;font-size: 22px;height: 55px;line-height: 55px;text-transform: uppercase;}
.menu-wrap-style .related .r_title:after{position: absolute;bottom: 0;left: 0;width: 37px;height: 3px;background: #11764C;content: '';}
.menu-wrap-style .related .r_list{ margin-top: 5px; width: 100%;}
.menu-wrap-style .related .r_list .item{ padding: 16px 0 19px; border-bottom: 1px solid #e5e5e5;}
.menu-wrap-style .related .r_list .item:first-child{ border-top: 0;}
.menu-wrap-style .related .r_list .item .img{ display: block; width: 100%; text-align: center;}
.menu-wrap-style .related .r_list .title{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; width: 100%; line-height: 24px; font-size: 18px; color: #555; text-decoration: none; overflow: hidden;}
.menu-wrap-style .related .r_list .author{ margin-top: 6px; width: 100%; height: 21px; line-height: 21px; font-size: 14px; color: #989898; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.menu-wrap-style .related .r_list .brief{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; margin-top: 8px; width: 100%; line-height: 20px; font-size: 14px; color: #888; font-family: 'HelveticaLTStd-Light'; word-break: break-all; overflow: hidden;}

.product-list .left_outer{ width: 22.5%;}
.product-list .left_title{ width: 100%; height: 49px; line-height: 49px; text-indent: 17px; background: #11764C; font-size: 20px; color: #fff;}
.product-list .left{ width: 100%;}
.product-list .left .cate_row span{display: block;position:relative;padding:15px;line-height: 30px;font-size: 16px;color: #333333;border-top: 1px solid #ebebeb;cursor: pointer;}
.product-list .left .cate_row span em{width: 10px;height: 100%;background: #000;position: absolute;top: 0;right: 2%;background: url(../images/icon_p_close.png) no-repeat center 25px;}
.product-list .left .cate_row a.topa{font-size: 16px;color: #333;}
.product-list .left .cate_row:first-child span{border-top:none;}
.product-list .left .cate_row ul{ display: none; margin-top: 0px;padding-left: 35px;padding-bottom: 0px;}
.product-list .left .cate_row ul li{margin:3px 0;}
.product-list .left .cate_row ul li a{display: block;font-size: 16px;line-height: 25px;color: #8d8d8d;height: 0px;overflow: hidden;}
.product-list .left .cate_row ul li a:hover{color: #11764C;}
.product-list .left .cate_row ul li.v3{padding-left: 15px;margin:0;}
.product-list .left .cate_row ul li.v3 a{font-size: 14px;}
.product-list .left .cate_row.on span em{background-image: url(../images/icon_p_open.png);}
.product-list .left .cate_row.on ul li a{height: auto;}
.product-list .left .cate_row.on ul{ display: block; margin-top: -8px;padding-bottom: 23px;}

.product-list .leftContent .relate{ margin-top: 20px; -webkit-box-sizing: border-box; box-sizing: border-box;}
.product-list .leftContent .relate *{box-sizing: inherit;}
.product-list .leftContent .relate .title{ width: 100%; height: 49px; line-height: 49px; text-indent: 17px; background: #11764C; font-size: 20px; color: #fff;}
.product-list .leftContent .relate .list{ margin-top: 33px; background: none;}
.product-list .leftContent .relate .list .row{ margin-bottom: 30px;}
.product-list .leftContent .relate .list .row a{display: inline-block;vertical-align: middle;}
.product-list .leftContent .relate .list .row .img{ width: 30.5%; margin-right: 5%; padding: 3px; border: 1px solid #d3d3d3; -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-box-sizing: border-box; box-sizing: border-box;}
/*.product-list .leftContent .relate .list .row:hover .img{ border-color: #fd5657;}*/
.product-list .leftContent .relate .list .row .row_txt{ width: 55%;}
.product-list .leftContent .relate .list .row .name{ width: 100%; font-size: 14px;color: #555;line-height: 20px;vertical-align: top;}
.product-list .leftContent .relate .list .row .btn{ margin-top: 10px; width: 90px; height: 24px; line-height: 24px; border: 1px solid #000; font-size: 12px; color: #333; text-align: center; -webkit-text-transform: uppercase; text-transform: uppercase; -webkit-border-radius: 5px; border-radius: 5px;}

.wrap-module .ueeshop_responsive_products_detail_review .review_form h1{font-size: 30px;color: #1f1f1f;text-align: center;margin-bottom: 35px;}

body .ueeshop_responsive_turn_page span .page_item_current{background: #11764C;}

.product-list .ueeshop_responsive_position{margin: 0 27px 25px;}

/* 新闻详细(推荐文章) */
.rale_news{ padding-bottom: 56px; width: 100%;}
.rale_news .news_title{ width: 100%; height: 30px; line-height: 30px;}
.rale_news .news_title .title{ font-size: 22px; color: #191919; font-family: 'PlayfairDisplay-Regular';}
.rale_news .news_title .read_btn{ font-size: 14px; color: #888;}
.rale_news .news_title .read_btn span{ font-size: 14px; color: #888; font-family: cursive; font-weight: bold;}
.rale_news .list{ display: grid; grid-template-columns: repeat(4, 23.25%); justify-content: space-between; margin-top: 23px; width: 100%;}
.rale_news .list .item{ }
.rale_news .list .item .img{ display: block; width: 100%; text-align: center; text-decoration: none; overflow: hidden;}
.rale_news .list .item .title{ display: -webkit-box; margin-top: 15px; line-height: 21px; font-size: 16px; color: #333; text-decoration: none; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.rale_news .list .item .time{ margin-top: 8px; width: 100%; height: 21px; line-height: 21px; font-size: 14px; color: #989898;}
.rale_news .list .item .brief{ display: -webkit-box; margin-top: 6px; line-height: 24px; font-size: 14px; color: #888; text-decoration: none; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.rale_news .list .item:hover .img img{ -webkit-transform: scale(1.1); transform: scale(1.1);}
.rale_news .list .item:hover .title{ color: #691a19;}

.download-list .related{ margin-top: 22px; padding-bottom: 20px; width: 100%;}
.download-list .related .r_list{ margin-top: 5px; width: 100%;}
.download-list .related .r_list .item{ margin-top: 20px; width: 100%;}
.download-list .related .r_list .item:first-child{ border-top: 0;}
.download-list .related .r_list .title{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; margin-top: 11px; width: 100%; line-height: 20px; font-size: 16px; color: #000; text-decoration: none; overflow: hidden;}
.download-list .related .r_list .time{ margin-top: 11px; width: 100%; height: 20px; line-height: 20px; font-size: 14px; color: #989898; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.download-list .related .r_list .brief{ display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; margin-top: 7px; width: 100%; line-height: 23px; font-size: 14px; color: #888; word-break: break-all; overflow: hidden;}

/*.index_info{ margin-bottom: 90px;}*/
.index_info .i_info_list{margin-top: 73px;}
.index_info .i_info_list .i_info_left{float: left;width: 42.55%;}
.index_info .i_info_list .i_info_left .img{padding-top: 62.5%;}
.index_info .i_info_list .i_info_left .img .theme_img{margin-top: -62.5%; overflow: hidden;}
.index_info .i_info_list:hover img{-webkit-transform: scale(1.1); transform: scale(1.1);}
.index_info .i_info_list .item .txt{float: right;width: 53.2%;}
.index_info .i_info_left img{display: inline-block;}
.index_info .bx-wrapper .bx-pager, body .bx-wrapper .bx-controls-auto{position: static;}
.index_info .bx-wrapper .bx-controls-direction a{background-position: center center;}

.index_info .i_info_list .item .txt .time{margin-top: 14px;margin-bottom: 27px;color: #11764C;font-size: 26px;font-family: 'Montserrat-Light';}
.index_info .i_info_list .item .txt .time span{font-size: 14px;}
.index_info .i_info_list .item .txt .title{display: block;height: 40px;line-height: 40px;margin-bottom: 17px;font-size: 26px;color: #111;font-family: 'Montserrat-Light';overflow: hidden;}
.index_info .i_info_list .item .txt .brief{line-height: 28px;font-family: 'Montserrat-Light';font-size: 14px;color: #666;}

.index_info .bx-wrapper .bx-controls-direction a{display: block;width: 43px;height: 43px;border: 1px solid #111;margin-top: -21.5px;}
.index_info .bx-wrapper .bx-prev{left: -14%;background: url(../images/left_arrow.png)no-repeat center center;}
/* .index_info .bx-wrapper .bx-prev:after{content: '';position: absolute;left: 46%;top: 50%;width: 0;height: 0;border-left: 0px solid transparent;border-top: 8px solid transparent;border-bottom: 8px solid transparent;border-right: 8px solid #000;transform: translate(-50%,-50%);z-index: 1;}
.index_info .bx-wrapper .bx-prev:before{content: '';position: absolute;left: 52%;top: 50%;width: 0;height: 0;border-left: 0px solid transparent;border-top: 8px solid transparent;border-bottom: 8px solid transparent;border-right: 8px solid #fff;transform: translate(-50%,-50%);z-index: 2;}
 */
.index_info .bx-wrapper .bx-next{right: -14%;background: url(../images/right_arrow.png)no-repeat center center;}
/* .index_info .bx-wrapper .bx-next:after{content: '';position: absolute;left: 46%;top: 50%;width: 0;height: 0;border-left: 8px solid #000;border-top: 8px solid transparent;border-bottom: 8px solid transparent;border-right: 0px solid transparent;transform: translate(-50%,-50%);z-index: 1;}
.index_info .bx-wrapper .bx-next:before{content: '';position: absolute;left: 47%;top: 50%;width: 0;height: 0;border-left: 8px solid #fff;border-top: 8px solid transparent;border-bottom: 8px solid transparent;border-right: 8px solid transparent;transform: translate(-50%,-50%);z-index: 2;}
 */



.index_info .bx-wrapper .bx-pager,.index_info .bx-wrapper .bx-controls-auto{position: static;margin-top: 50px;padding-top: 0;}
.index_info .bx-wrapper .bx-pager.bx-default-pager a{position: relative;width: 20px;height: 20px;background: transparent;margin: 0 7px;-moz-border-radius: 20px; -webkit-border-radius: 20px; border-radius: 20px;box-sizing: border-box;}
.index_info .bx-wrapper .bx-pager.bx-default-pager a:after{content: '';display: block;position: absolute;width: 12px;height: 12px;top: 50%;left: 50%;margin-left: -6px;margin-top: -6px;border-radius: 10px;background: #999;}
.index_info .bx-wrapper .bx-pager.bx-default-pager a:hover,.index_info .bx-wrapper .bx-pager.bx-default-pager a.active{background: transparent;border: 3px solid #11764C;padding: 0;}
.index_info .bx-wrapper .bx-pager.bx-default-pager a:hover:after,.index_info .bx-wrapper .bx-pager.bx-default-pager a.active:after{display: none;}
.index_info .bx-wrapper .bx-pager .bx-pager-item,.index_info .bx-wrapper .bx-controls-auto .bx-controls-auto-item{vertical-align: middle;}
.index_info .bx-wrapper img{display: inline-block;}

/* .i_btitle:after{content:'';position:absolute;width: 35px;height: 4px;background: #111;bottom: -22px;left: 50%;margin-left: -17.5px;} */

.ueeshop_responsive_products_relate .title_0{font-size: 30px;font-family: 'Opensans-Bold';padding-bottom: 30px;border-bottom: 1px solid #d5d5d5;margin-bottom: 30px;}
.ueeshop_responsive_products_relate .relate_section{display: flex;}
.ueeshop_responsive_products_relate .relate_section .item{width:20%;padding-right: 2%;box-sizing: border-box;text-align: center;}
.ueeshop_responsive_products_relate .relate_section .item a{font-size: 18px;color: #333;margin-top: 20px;}
.ueeshop_responsive_products_relate .relate_section .item a:hover{color:#11764C;}
.ueeshop_responsive_products_relate .relate_section .item .img{line-height: 0;position:relative;padding-top: 100%;}
.ueeshop_responsive_products_relate .relate_section .item .img a {width:100%; display:block; position:absolute; left:0; top:0;margin: auto;}
@media (max-width: 1700px){
	.cont{width: 96%;}
}

@media (max-width: 1440px){
    .wrap{width: 96%;}
	.index_pro{ padding: 110px 20px;}
}

@media (max-width: 1280px){
    .index-about .words{margin-top: 0;}
    #footer .foot-wrap{width: 96%;}
	.index_info .bx-controls-direction{display: none;}

	#footer .f_list{ width: 95%;}

	#footer .footer_top .con_table{ width: 100%;}
	#footer .footer_top .con_table .con_table_cell .con .txt{ float: none; width: 100%; text-align: center;}
	#footer .footer_top .con_table .con_table_cell .con .btn{ float: none; margin: 0 auto;}
}

@media (max-width: 1024px){
    .swiper-hd{display: none;}
}

@media (max-width: 991px){
    .show-pc-block,
    .show-pc-inline-block,
    .hide-991{display: none!important;}
    .show-mb-block{display: block!important;}
    .show-mb-inline-block{display: inline-block!important;}
    .clear_991{clear: both;}
    .clear_gt_991{clear: none;}

    .index-banner{margin-top: 0;}
    .index-banner .bx-controls-direction{display: none;}
    .index-module{padding: 40px 0;}
    .index-module .i-title{font-size: 34px;margin-bottom: 30px;}
	#footer .f_list .f_item{width: 50%;box-sizing: border-box;border-left:none;}
	#footer .f_list .f_item .list .row{padding-left:0;}
    .index-about{display: block;}
    .index-about .pic{float: none;width: 100%;text-align: center;margin-bottom: 20px;}
    .index-about .words{float: none;width: 90%;max-width: 550px;margin: 0 auto;}
    .index-about .words .bf{text-align: left;}
    .index-about .words .more{margin:30px auto 0;}
    .index-about .words .ab_line{margin:5px 0 15px;}

    .index-info.index-module .i-title:after{display: none;}

    #footer .box{width: 100%;float: none;}
    #footer .box + .box{border:none;}
    #footer .box .right{padding-top: 0;}
    #footer .box .ti{margin-bottom: 10px;}
    #copymsg{padding: 15px 0;line-height: 1.6;}
	#footer .friendship-link .list a{width: 13%;}

    .product-list .ueeshop_responsive_products_list .item{width: 50%;margin-bottom: 25px;}
    .product-list .ueeshop_responsive_position{margin: 0 0 15px;}

	.product-list .left_outer{display: none;}

	.menu-in-left .wrap-righter-style{width: 100%;}
}
@media (max-width: 768px){
	.ueeshop_responsive_products_relate .title_0{font-size: 20px;padding-bottom:15px;margin-bottom: 15px;}
	
	.ueeshop_responsive_products_relate .relate_section{flex-wrap: wrap;justify-content: space-between;}
	.ueeshop_responsive_products_relate .relate_section .item{width: 48%;padding-right: 0;margin-bottom: 20px;}
	.ueeshop_responsive_products_relate .relate_section .item a{font-size: 14px;}
    .index-info .list .box{width: 100%;margin-bottom: 25px;}
    .index-info .list .box + .box{margin-left: 0;}

    .art-menu-wrap-style{display: none;}
    .menu-in-left .menu-wrap-style{display: none;}
    .menu-in-left .wrap-righter-style{float: none;width: 100%;}
	.rale_news .list{ grid-template-columns: repeat(2, 46.5%);}

    body .ueeshop_responsive_case_list .item .img{ width: 98%;}
    body .ueeshop_responsive_case_list .item .info{ width: 98%;}

	.index_pro{ padding: 10.6667vw 2.6667vw;}
	.index_pro .toptitle{ height: 6.1333vw; line-height: 6.1333vw; font-size: 6.4vw;}
    
    .index_pro .indprolist_outer{ margin-top: 30px; padding: 30px 0 20px; background-size: auto 100% !important;}
	.index_pro .indprolist{ grid-template-columns: repeat(2, 48.7%); grid-gap: 5.2667vw 2.6389%;}
	.index_pro .indprolist .item .pic{ height: 44.1333vw;}
	.index_pro .indprolist .item .name{ margin-top: 2.4vw; height: 4vw;}
	.index_pro .indprolist .item .name a{ line-height: 4vw; font-size: 4vw;}

	.index_info .info_in .info_list{ flex-wrap: wrap;}
	.index_info .info_in .info_list .info_item{ width: 100%;}

	.index_pro .btn{ margin: 10vw auto 0; width: 52.0vw; height: 13.3333vw; border-width: 0.2667vw;}
	.index_pro .btn .btn_in{ line-height: 13.3333vw;}

	.index_info{margin-top: 8vw;margin-bottom: 8vw;}
	.index_info .i_info_list{margin-top: 7vw;}

	.index_info .i_info_list .item .txt .brief{display: none;}
	.index_info .i_info_list .item .txt .title{height: 15vw;line-height: 5vw;font-size: 3.5vw;margin-bottom: 0;}
	.index_info .i_info_list .item .txt .time{margin: 2vw auto;font-size: 3.5vw;}
	.index_info .bx-wrapper .bx-pager, .index_info .bx-wrapper .bx-controls-auto{margin-top: 5vw;}

    #footer .footer_top .con_table .con_table_cell .con .txt{ font-size: 2.9333vw;}
    #footer .footer_top .con_table .con_table_cell .con .btn{ width: 26.6667vw; height: 7.3333vw; line-height: 7.3333vw; font-size: 2.6667vw;}
    #footer .footer_bot{ padding: 2.9333vw 0;}
    #footer .footer_bot .f_item{ margin-top: 1.5rem; width: 100%; text-align: center;}
    /*#footer .footer_bot .f_item .f_title{}*/
    #footer .footer_bot .f_title:before{ left: 50%; transform: translateX(-50%);}
    #footer .footer_bot .f_item .list .item{ padding: 0;}
   
    .i_btitle:after{bottom: -2.5vw;}
}

@media (max-width: 640px){
	/*.mobile-nav .li a{font-size: 18px;}*/
    .clear_991{clear: none;}
    .clear_640{clear: both;}

    .index-product .list .name{margin-top: 10px;}

    .index-module .index-title-0{text-align: center;margin-bottom: 15px;font-size: 24px;}
    .index-about .words .title{font-size: 30px;margin:20px 0;}
    .index-about .words .bf{font-size: 16px;}
    .index-about .words .more{max-width: 100%;margin-top: 15px;}

    .index-info .list .item .img{float: none;width: 100%;margin:0 0 20px;text-align: center;}
    .index-info .list .item .info{float: none;width: 100%;}

    #footer{}
	#footer .friendship-link{margin-top: 30px;}
	#footer .friendship-link .title{width: 100%;float: none;text-align: center;margin-bottom: 10px;}
	#footer .friendship-link .list{width: 100%;float: none;}
	#footer .friendship-link .list a{width: 19%;}

    .index-product .list .box{width: 46%;margin: 0 2% 15px;}
    .index-product .list .box:first-child{margin-left: 2%;}
    .index-product .list .box:last-child{margin-left: 2%;}
    /*.index-product .list .box + .box{margin: 0 0 20px;}*/
}


@media (max-width: 450px){
	#footer .friendship-link .list a{width: 24%;text-align: center;margin: 0 .5% 5px;}
	.wrap-righter-style .cate_info .cate_title{height: auto;font-size: 22px;}
}
@media screen and (max-width: 1000px) {
	.product-detail .ueeshop_responsive_products_detail .description .title span{font-size: 16px;min-width: 150px;height: 45px;line-height: 45px;padding: 0 15px;}
}
@media screen and (max-width: 660px) {
	.product-detail .ueeshop_responsive_products_detail .description .title span{font-size: 14px;min-width: 120px;height: 40px;line-height: 40px;padding: 0 12px;}
}
@media screen and (max-width: 500px) {
	.product-detail .ueeshop_responsive_products_detail .description .title span{font-size: 13px;min-width: 80px;height: 38px;line-height: 38px;padding: 0 10px;}
}