@charset "utf-8";
/*
Powered by ly200.com		http://www.ly200.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;}


body{background:#fff;width: 100%;height: 100%;max-width: 1920px;margin:0 auto;overflow-x: hidden;position: relative;}
.wrap{width:1200px; margin:0 auto; zoom:1;}
.wrap:after,.wrap:before{display:table; content:'';}
.wrap:after{clear:both;}
.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: #42b3e5!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;} */
body.flex-foot-bottom{display: flex;flex-direction: column;}
.flex-foot-bottom .header,
.flex-foot-bottom .footer,
.flex-foot-bottom .top-cateogry,
.flex-foot-bottom .wrap-banner,
.flex-foot-bottom .bread{flex: 0 0 auto;}
.flex-main-content{flex: 1 0 auto;}
a:hover{text-decoration: none;}


#header{width: 100%;top: 0;left: 0;right: 0;margin:auto;z-index: 100;}
#header .header{height: 110px; width: 1200px;}
.header{width: 1440px;}
#header .header .logo{float: left;width: 20%;max-width: 300px;height: 100%;}
#header .header .logo a{}
#nav{display: flex;align-items: center;justify-content: space-around; width:60%; margin: 35px auto 0;/*float: right;width: 74%;margin-top: 35px;margin-right: 2.5%;*/}
#nav .list{display: inline-block;vertical-align: middle;margin: 0 10px 0 0;padding-bottom: 20px;position: relative;}
#nav .list > a{display: block;padding: 15px 0 17px;font-size: 18px;color: #fff;text-transform: uppercase;font-family: "TradeGothicw01-Bold";}
/*#nav .list:hover > a,
#nav .list.on > a{padding-bottom: 15px;border-bottom: 2px solid #d17474;}*/
#nav .list .sub_row{position: absolute;left: 0;top: 100%; width: 235px; background: rgba(255,255,255,.9);box-sizing: border-box;z-index: 110;padding: 15px 10px 30px;line-height: 28px;opacity: 0;visibility: hidden;-webkit-transition:all  .2s;transition:all .2s; }
#nav .list .sub_row:before{width: 9999px;height: 100%;position: absolute;left: 100%;top: 0;background: rgba(255,255,255,.9);content: '';}
#nav .list .sub_row:after{width: 9999px;height: 100%;position: absolute;right: 100%;top: 0;background: rgba(255,255,255,.9);content: '';}
#nav .list .sub_row a{position: relative;display: block;line-height: 30px;font-size: 16px;color: #1f1f1f; transition:all .3s;box-sizing: border-box; padding-right: 10px; font-family: "TradeGothicw01-Bold";}
#nav .list .sub_row a span{margin-right: 10px;}
#nav .list .sub_row a:hover{color:#42b3e5;}
#nav .list:hover .sub_row{opacity: 1;visibility: visible;}
#nav .list .sub_row .si { position: relative; }
#nav .list .sub_row .si .sec_sub { display: none; position: relative; top: -30px; left: 215px; width: 225px; transition:all .3s;}
#nav .list .sub_row .si.hsec_sub:hover .sec_sub { display: block; transition:all .3s; }
#header .func{float: right;width: 16%;margin-top: 47px;margin-right: 1%; height:61px;}
#header .func .icon{cursor: pointer;margin-left: 30px;}
#header .func .icon:first-child{margin-left: 0;}
#header .func .icon.language_icon{position: relative;padding-right: 20px;font-size: 20px;background: url(../images/language_arrow.png) no-repeat right center;}
#header .func .icon.language_icon span{color: #fff;text-transform: uppercase;font-family: Arial;}
#header .func .icon.language_icon .down{position: absolute;left: 0;top: 100%;background: rgba(255,255,255,.8);opacity: 0;visibility: hidden;z-index: 100;padding: 10px;border-radius: 5px;}
#header .func .icon.language_icon:hover .down{opacity: 1;visibility: visible;}
#header .func .icon.language_icon .down a{display: block;width: 120px;line-height: 25px;font-size: 17px;overflow: hidden;}
#header.index_header{position: absolute;left: 0;top: 47px;width: 100%;z-index: 10001;}
#header.index_header .header{background: rgba(255,255,255,.8);border-radius: 10px;}
#header.fiexd{position: fixed;top: 0;left: 0;width: 100%;background: white;z-index: 10001;}
#header.bg_module{background-color: #000;}

#header.fiexd #nav .list{padding-bottom: 9px;}
/*#header.fiexd .func{margin-top: 31px;}*/
#header .search_box.on{visibility: visible;opacity: 1;}
#header .search_box{position: relative;top: -13px;left:0%;width:60%;max-width: 1440px;border-radius: 4px;/*background: rgba(255,255,255,.5);*/background: #091842; opacity: 0;visibility: hidden;z-index: 100;overflow: hidden;padding: 0 20% 0 19%;}
#header .search_box .search{}
#header .search_box .search input[name=Keyword]{width: calc( 100% - 120px );border: none;text-align: left;line-height: 60px;font-size: 15px;color: #FFF; background: #091842; border-bottom: 1px solid #FFF; margin-bottom: 10px;}
#header .search_box .search input[name=Keyword]::-webkit-input-placeholder{color:#FFF;}
#header .search_box .search input[name=Keyword]:-ms-input-placeholder{color:#FFF;}
#header .search_box .search input[name=Keyword]:-moz-placeholder{color:#FFF;}
#header .search_box .search input[name=Keyword]::-moz-placeholder{color:#FFF;}
#header .search_box .search input[type=submit]{width: 120px;height: 60px;line-height: 60px;background: none;font-weight: bold;font-size: 15px;border:none; /*border-left: 1px solid #eee;*/}
#header .search_box .search .search_pic{position: absolute;left: calc( 79% - 120px );top: 0px;width: 120px;height: 60px;z-index: -1;background-color: #091842; border-bottom: 1px solid #FFF; margin-bottom: 10px;}
#header .search_box.on { margin-bottom: 1px solid;}

#header .search_box .search .search_pic img{margin-top: 18px;margin-right: 0px;}
#header.white-module{background: none;box-shadow: 0 1px 6px rgba(122, 122, 122, 0.4);position: relative;}
#header #nav .list > a{color: #FFF;}
#header .func .icon img{visibility: hidden;opacity: 0;}
#header .func .icon i{padding: 0 15px 2px; background: url(../images/nav_member.png) no-repeat center;}
#header .func .icon.search_icon i{ background-image: url(../images/nav_search.png);}
#header .func .icon.member a{ padding: 0 15px;background: url(../images/nav_member.png) no-repeat center;}
#header .func .icon.mess {position: relative;}
#header .func .icon.mess i{background-image: url(../images/nav_inquiry_3.png);}
#header .func .icon.mess span{position: absolute; background-color: #f0593d; text-align: center; top:-7px; left:13px; color: #FFF; border-radius: 50%; width: 18px; height: 18px; line-height: 18px;font-size: 12px;}
#header .func .icon.icon-lang {padding: 0; background-image: none;color: #FFF; top:-47px; left:72%;}
#header .func .icon.icon-lang .trans{ transition: all 1s;}
#header .func .icon.icon-lang span{color: #FFF; text-transform: uppercase; font-size: 16px; font-weight: bold;}

#header .func .icon .down-select {top: 100%;left: -96%;width: 300%; z-index: 10;transition: all .5s;}
#header .func .icon.icon-lang .down-select a {background-image: none;}

#header .func .icon .down-select a {background: #fff url(../images/icon_head_tri.png) no-repeat 30px center;height: 44px;line-height: 44px;font-size: 14px;color: #1a222b;}
#header .func .icon > span.block { background: url(../images/icon_head_down.png) no-repeat right center; line-height: 80px; font-size: 15px; color: #c8ccd1; padding-right: 15px;}
#header .func.icon .down-select{top: 80%;left: 0;width: 100%;display: none;z-index: 10;}
#header .func.icon .down-select a{background: #fff url(../images/icon_head_tri.png) no-repeat 30px center;height: 44px;line-height: 44px;font-size: 14px;color:#1a222b;}
#header .func.icon .down-select a img{max-width: 20px;margin-right: 5px;}
#header .func .icon-lang:hover .trans-show{opacity: 1;}
#header .func .icon-lang .trans-show{visibility: unset;}
#header .func .icon.icon-lang > span.block
#header .func .icon .down-select a img { max-width: 20px; margin-right: 5px; }

/************ footer *****************/
#footer{/*background: url(../images//footer_pic.jpg) no-repeat;*/background: #000; color:white;background-size: cover;}
#footer .link{padding:45px 0; padding-bottom:10px; max-width:1200px; margin:0 auto; box-sizing:border-box;}
#footer .link .ft_inform{float: left;width:15%; overflow:hidden; box-sizing:border-box;}
#footer .link .ft_inform{width: 30%;}
#footer .link .ft_inform .foot_logo{margin-bottom: 0px;}
#footer .link .ft_inform .brief{font-size: 14px;color: white;line-height: 25px;margin-bottom: 20px; font-family: "Roboto-Regular"; font-weight: lighter; margin-top: 20px;}
#footer .link .foot_nav{float: left;margin-left:10%; width:60%; overflow: hidden;}
#footer .link .foot_nav .foot_nav_item{display: inline-block; vertical-align: top; float:left; width:33.3%;}
#footer .link .foot_nav .foot_nav_item .nav_item_name{ font-family: 'TradeGothicw01-Bold'; font-size: 20px; color:#427dff;}
#footer .link .foot_nav .foot_nav_item .sec_nav_box li a{color: #fff; font-family: 'Roboto-Regular'; font-size: 14px; line-height: 30px;}
#footer .link .foot_nav .foot_nav_item .contact_list{font-family: 'Roboto-Regular'; font-size: 14px; color: #fff;}
#footer .link .foot_nav .foot_nav_item .contact_list a{color: #fff;}
#footer .link .foot_nav .foot_nav_item .contact_list .address{padding-left:30px; margin:10px 0px; background:url(../images/icon_addr.png) no-repeat .0px 5px;}
#footer .link .foot_nav .foot_nav_item .contact_list .tel{display: none; padding-left:30px; margin:10px 0px; background:url(../images/icon_phone.png) no-repeat 0px 0px;}
#footer .link .foot_nav .foot_nav_item .contact_list .email{display: none; padding-left:30px; margin:10px 0px; background:url(../images/icon_mail.png) no-repeat 0px 5px;}

#footer .partners{max-width:1200px; position:relative; margin:0 auto; box-sizing:border-box; padding-bottom:40px;}
#footer .partners .title{position:absolute; top:0; width:160px; font-size:16px; color:#fdc107; font-weight:bold;}
#footer .partners .box{padding-left:160px;}
#footer .partners .box .list{width:160px; height:60px; overflow:hidden; border:1px solid #ddd; margin-right:10px; text-align:center; margin-bottom:10px; background:#fff;}
#footer .partners .box .list .item{height:100%;}
#footer .copyright{padding:15px 0;font-size: 14px;color: white; border-top:1px solid #2f313d;text-align: center;}
#footer .copyright .wrap{height: 20px;}
#footer .copyright .txt{text-align: center; font-family: "Roboto-Regular"; font-size: 14px;}
#footer .copyright .txt a{color:white; font-family: "Roboto-Regular"; font-size: 14px;}
.foot_share .foot_share_box{margin-right: 0;}
#footer .foot-lang{}
#footer .foot-lang .down-select{bottom: 100%;right: 0;background: rgba(255,255,255,.8);padding: 5px 10px;border-radius: 4px;}
#footer .foot-lang .down-select a{padding:3px 0;}
#footer .foot-lang .down-select a img,
#footer .foot-lang .cur_lang img{max-width: 20px;max-height: 20px;margin-right: 4px;}
#footer .foot-lang .down-select a:hover{color:#42b3e5;}
#footer .foot-lang .cur_lang{text-transform: uppercase;}
#footer .foot-lang:hover .down-select{opacity: 1;visibility: visible;}
#footer .wrap .ft_inform .foot_des{color:white;}

#footer .foot_share .foot_share_box{-webkit-transition:all .5s;transition:all .5s;}
#footer .foot_share .foot_share_box:hover{transform:translate3d(0, -10px, 0);-webkit-transform:translate3d(0, -10px, 0);}
#footer .foot_share .foot_share_box{background-image: url(../images/footer_icon.png);}
.foot_share .Twitter {background-position: -43px center;}
.foot_share .YouTube {background-position:-232px center;}
.foot_share .Instagram {background-position: -90px center;}
.foot_share .Google {background-position: -136px center;}
.foot_share .Pinterest {background-position: -279px center;}
.foot_share .LinkedIn {background-position: -184px center;}
#footer .foot_share .Facebook{background-position: 4px center;}
.global_swap_chain a{color: #fff;}
body .ueeshop_responsive_header .son_nav.on{right: 0;}
.index-banner{ position: relative;}

/*#main{ margin-bottom: 20px; width: 100%; min-height: 1187px; background: url('/static/themes/default/images/pro_bg.png') no-repeat top center; background-size: 100%;}*/
#main .pro_list{ width: 1200px; height: 100%; margin: 0 auto;/*padding-bottom: 74px;*/ background: #fff; overflow: hidden;}
#main .pro_list .pro_table{ width: 100%; margin-bottom: 35px;}
#main .pro_list .pro_table .pro_title{font-size: 0;}
#main .pro_list .pro_table .pro_title .item{display: inline-block;vertical-align: top; height: 77px; line-height: 77px; font-size: 16px;font-weight: bold; color: #091842; font-family: Arial;}
#main .pro_list .pro_table .pro_title .item p{display: inline-block;width: 75%;line-height:15px;}
#main .pro_list .pro_table .pro_title .item.number{width: 297px;}
#main .pro_list .pro_table .pro_title .item.name{width: 482px;}
#main .pro_list .pro_table .pro_title .item.cas_no{width: 241px;}
#main .pro_list .pro_table .pro_title .item.mf{width: 180px;}
#main .pro_list .pro_table .pro_title .item.mf p{width: 45%;}
#main .pro_list .pro_table .pro_title .item span{ display: inline-block;vertical-align: top; width: 2%; height: 14px; background:white; margin: 31px 10px 0 8px; border-left: 2px solid #091842; margin-left: 0%;}
/* #main .pro_list .pro_table .pro_title .item.number span{margin-left: 8px;}
#main .pro_list .pro_table .pro_title .item.name span{margin-left: 10px;}
#main .pro_list .pro_table .pro_title .item.cas_no span{margin-left: 11px;}
#main .pro_list .pro_table .pro_title .item.mf span{margin-left: 15px;} */
#main .pro_list .pro_table .pro_item{font-size: 0;height: 55px;}
#main .pro_list .pro_table .pro_item .item{overflow: hidden;text-overflow: ellipsis;white-space: nowrap; display: inline-block;vertical-align: top;height: 55px;line-height: 55px;}
#main .pro_list .pro_table .pro_item .item.number{width: 24.75%;}
#main .pro_list .pro_table .pro_item .item.name{width: 40.17%;}
#main .pro_list .pro_table .pro_item .item.cas_no{width: 20.17%;}
#main .pro_list .pro_table .pro_item .item.mf{width: 14.91%;}
#main .pro_list .pro_table .pro_item .item a{overflow: hidden;text-overflow: ellipsis;white-space: nowrap; display: block; height: 55px; line-height: 55px; text-indent: 8px; font-size: 16px; color: #000; /*font-family: SourceSansPro;*/ text-decoration: none;}
#main .pro_list .pro_table .pro_item .item.mf a{text-indent: unset; padding:0 8px;}
#main .pro_list .pro_table .pro_item:nth-child(even){ background: #f2f2f2;}
#main .pro_list .pro_table .pro_item:hover{ background: #091842;}
#main .pro_list .pro_table .pro_item:hover a{ color: #fff;}

.product-list .wide{width: 1200px; min-width: unset; margin: 0 auto;}
#turn_page { overflow: hidden; height: auto; margin-top: 20px; line-height: 35px;}


#turn_page font, #turn_page a {width: 54px;height: 54px;display: block;text-align: center;text-decoration: none;}
body #turn_page span{height: 54px;line-height: 54px;border-radius:unset;-webkit-border-radius:unset;background-color: #f5f7f6;border: none;}
body #turn_page span:hover{background-color: #e9edeb;}
body #turn_page .page_item_current{background-color: #555;}
body #turn_page .icon_page_prev{margin-right: 0px;}
body #turn_page .icon_page_next{margin-left: 0px;}

#product .pro_content .swiper-iproducts .box:hover   .pro_content_pro .pro_content_pro_title a{color: #919191;}

.wrap-module *{}
/* .wrap-module .ueeshop_responsive_position .position a{font-size: 14px;color: #545454;} */
.wrap-module .ueeshop_responsive_position{margin-bottom: 25px;border-bottom: none;}
.wrap-module .ueeshop_responsive_products_detail_review .review_form h1{font-size: 30px;color: #1f1f1f;text-align: center;margin-bottom: 35px;}

.product-detail .position_bg{background: #f3f3f3;}
.product-detail .ueeshop_responsive_position{width: 96%;max-width: 1200px;margin:0 auto;}
.product-detail .wrap{max-width: 1200px;}

.product-list{margin: 0 auto 30px;}
.product-list .pro_cate{float: left;width: 100%;}
.product-list .pro_cate .page_name{position: relative;margin-bottom: 10px;font-size: 22px;height: 55px;line-height: 55px;text-transform: uppercase;font-family: "Oswald-Regular";}
.product-list .pro_cate .page_name:after{position: absolute;bottom: 0;left: 0;width: 37px;height: 3px;background: #16b6d2;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: #16b6d2;}*/
.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: #16b6d2;}
.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 .pro_cate .leftContent .relate{ margin-top: 20px; -webkit-box-sizing: border-box; box-sizing: border-box;}
.product-list .pro_cate .leftContent .relate *{box-sizing: inherit;}
.product-list .pro_cate .leftContent .relate .title{ position: relative;margin-bottom: 10px;font-size: 22px;height: 55px;line-height: 55px;text-transform: uppercase;font-family: "Oswald-Regular";}
.product-list .pro_cate .leftContent .relate .title:before{position: absolute;bottom: 0;left: 0;width: 37px;height: 3px;background: #16b6d2;content: '';}
.product-list .pro_cate .leftContent .relate .list{ margin-top: 33px; background: none;}
.product-list .pro_cate .leftContent .relate .list .row{ margin-bottom: 15px;}
.product-list .pro_cate .leftContent .relate .list .row a{display: inline-block;vertical-align: middle;}
.product-list .pro_cate .leftContent .relate .list .row .img{width: 35%;margin-right: 5%;padding:3px; -webkit-transition: all 0.3s; transition: all 0.3s;}
/*.product-list .pro_cate .leftContent .relate .list .row:hover .img{ border-color: #fd5657;}*/
.product-list .pro_cate .leftContent .relate .list .row .row_txt{ width: 55%;}
.product-list .pro_cate .leftContent .relate .list .row .name{ width: 100%; font-size: 14px;color: #555;line-height: 20px;vertical-align: top;}
.product-list .pro_cate .leftContent .relate .list .row .btn{ margin-top: 10px; width: 100%; font-size: 14px; color: #f36276; text-decoration: underline; -webkit-text-transform: uppercase; text-transform: uppercase;}

.product-list{/*padding-top: 35px;*/}
.product-list .ueeshop_responsive_products_list{margin-top: 0;padding-top: 5px;}
.product-list .ueeshop_responsive_products_list .item{width: 25%;margin-bottom: 50px;}
.product-list .ueeshop_responsive_products_list .item .pro{width: 90%;}
.product-list .ueeshop_responsive_products_list .item .pro{padding-bottom: 30px;background: #fff;transition: all .2s .1s;-webkit-transition: all .2s .1s;border:1px solid #f2f3f9;border-radius: 5px;}
.product-list .ueeshop_responsive_products_list .item .pro:hover{border-color: #16b6d2;-webkit-box-shadow:0 0px 10px 1px rgba(22, 182, 210, 0.3);box-shadow:0 0px 10px 1px rgba(22, 182, 210, 0.3);transform:translate3d(0, -2px, 0);-webkit-transform:translate3d(0, -2px, 0);}
.product-list .ueeshop_responsive_products_list .item:hover img{transform: scale(1);}
.product-list .ueeshop_responsive_products_list .item .info .more{display: inline-block;font-size: 16px;color: #f36276;text-transform: uppercase;border-bottom: 1px solid #f6b9b1;}
.product-list .ueeshop_responsive_products_list .item .info{text-align: center;}

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

.product-detail .ueeshop_responsive_products_detail .description .title{border: none;}
.product-detail .ueeshop_responsive_products_detail .description .title span{font-size: 30px;color: #1f1f1f;position: relative;background: #fff;margin-right: 0;padding-right: 15px;}
.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: '';}
.product-detail .position_bg {background: #f3f3f3;}

.menu-in-left{padding-top: 30px;}
.menu-in-left .menu-wrap-style{width: 20%;float: left;}
.menu-in-left .wrap-righter-style{width: 77.75%;float: right;}
.menu-wrap-style .menu{font-family: 'AccordAlternate-Light';}
/*.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;font-family: "Oswald-Regular";}
.menu-wrap-style .menu .m-title:after{position: absolute;bottom: 0;left: 0;width: 37px;height: 3px;background: #16b6d2;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: #16b6d2;}
/*.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: #16b6d2;}
/*.menu-wrap-style .menu .sublist li a.on:before{border-color: #16b6d2;background: #16b6d2;}*/
.menu-wrap-style .menu .sublist li a:hover{color: #16b6d2;}
.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;font-family: "Oswald-Regular"; text-transform: uppercase;}
.menu-wrap-style .related .r_title:after{position: absolute;bottom: 0;left: 0;width: 37px;height: 3px;background: #16b6d2;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; word-break: break-all; overflow: hidden;}

.ban_word{margin:auto;width: 97%;max-width: 1200px;}
.ban_word.absolute{bottom: 4%;left: 0;right: 0;}
.ban_word .p_title{font-size: 40px;color: #010101;}

.product-wrap{padding-top: 4%;}

body .ueeshop_responsive_turn_page *{font-family: "OpenSans-Bold";}
body .ueeshop_responsive_turn_page.s1 > span .page_item_current{font-weight: bold;color: #000;}
body .ueeshop_responsive_turn_page.s1 > span .page_item_current:after{display: block;width: 19px;height: 3px;background: #000;margin:-12px auto 0;content: '';}
body .ueeshop_responsive_turn_page span a,
body .ueeshop_responsive_turn_page span font{color: #787878;}

body .ueeshop_responsive_header .header .func{ color:white;}
body .ueeshop_responsive_header .header .func .menu_btn{background:url(../images/icon_menu.png);background-size: contain;}
body .ueeshop_responsive_header .header .func .search_btn{background:url(../images/icon_search_c.png);background-size: contain;}
body .ueeshop_responsive_header .header .func .menu_btn.on {background: url(../images/close_btn_2.png) no-repeat center center / 80%;}

.wrap-module .cate-name{font-size: 30px;color: #000;}
.wrap-righter-style .cate_info{ margin-bottom: 29px; width: 100%;}
.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%);}

.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;}

.menu-in-left .wrap-righter-style{width: 77.75%;float: right;}

body .ueeshop_responsive_info_list{overflow: visible;}
body .ueeshop_responsive_info_list .item{transition: all .4s;margin-bottom: 0;padding:35px 30px;}
body .ueeshop_responsive_info_list .item:hover{box-shadow:0 0px 10px #e9e9e9;border-bottom-color: #fff;}
body .ueeshop_responsive_info_list .item .info .title:hover a{color: #138bff;}

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: #16b6d2;}
.ueeshop_responsive_download_list ul li a:hover{background-color: #16b6d2;}

.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;}

.article-content .art-title {height: 35px;margin: 30px 0;font-size: 22px;color: #333;text-align: center;}

body .ueeshop_responsive_article_feedback .article_feedback_title .title{}
.article-content .art-title{height: 35px;margin: 30px 0;font-size: 22px;color: #333;text-align: center;}

.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;}

body .ueeshop_responsive_header .header{background: #000;border-color:#000;}

.header .logo img {max-height: 40px;}
.product-detail .position_bg {background: #f3f3f3;}

#top_pic{width: 100%;height: auto;background-size: contain; }
#top_pic .small_size img{max-height: 380px;}
#top_pic img{width: 100%;}
.ib{float: left;}
#working{width:62.5%;height:auto;margin: 0 auto 90px;font-size: 0px;}
#working .working_left{width: 57.33%;display: inline-block;margin-top: 90px;margin-left: 30px; overflow: hidden;}
#working .working_left img{transition:all .3s;}
#working:hover .working_left img{transform:scale(1.05);}

#working .working_right{width: 40.17%;height: auto;display: inline-block;}

#working .working_right .working_right_title{font-size: 50px;margin-top: 110px;font-family: "Roboto-Regular";color: #091842;}
#working .working_right .working_right_des{font-size: 50px;color: #091842;font-family: "TradeGothicw01-Bold";margin-top: -8px;}
#working .working_right .working_right_hr{margin-top: 38px;border: 2px solid #091842;width: 13.8%;}
#working .working_right .working_right_content{width: 463px;font-size: 14px;line-height: 25pt;color:#333333;margin-top: 38px;font-family: 'Roboto-Regular';/* font-weight: bold; */}
#working .working_right .working_right_sub{width:280px;height:50px;text-align: center;line-height: 50px;margin-top: 50px;border: 1px solid #091842;}
#working .working_right .working_right_sub a{font-size: 15px;color: #091842;line-height: 50px;font-weight: bold;font-family: "TradeGothicw01-Bold";}
#product {width: 100%;height: auto;background: url(../images/black_bg.jpg) center top no-repeat;background-size: auto;}
#product .pro_title{width: 62.5%;height: 180px;margin: 0 auto;overflow: hidden;}
#product .pro_title .pro_title_left{width:80%;font-size: 50px;color: white;padding-top: 80px;font-family: "TradeGothicw01-Bold";}
#product .pro_title .pro_title_right{position: relative;left: 10%;top: 60%;background: url(../images/pro_left_icon.png) 37% 6% no-repeat,url(../images/pro_right_icon.png)  92% -14% no-repeat;}
#product .pro_title .pro_title_right .pro_title_a{margin-left:25px;width: 20px;height: 28px;user-select: none;}
#product .pro_title .pro_title_right .pro_title_a:hover{cursor: pointer;}
#product .flow-shadow{margin: 4% 1% 0;}
#product .pro_content{width: 62.5%;height: auto;margin: 0 auto;background-color: white;font-size: 0;}
#product .pro_content .pro_content_pro{box-sizing: border-box;padding:0px 10% 15%;overflow: hidden;text-align: left;}

#product .pro_content .pro_content_pro .pro_content_pro_pic{width: 100%;display: block;width: 100%;padding-top: 100%;position: relative;}
#product .pro_content .pro_content_pro .pro_content_pro_pic img{width: 80%;margin-top: 70px;position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin:auto;}

#product .pro_content .pro_content_pro .pro_content_pro_title{height: 50px;overflow: hidden;}
#product .pro_content .pro_content_pro .pro_content_pro_title a{font-size: 20px;font-family: "TradeGothicw01-Bold";color: #091842;transition:all .3s;}
#product .pro_content .pro_content_pro .pro_content_pro_hr{color: #091842;margin: 15px 0 15px;border: 1px solid #091842;width: 15%;}
#product .pro_content .pro_content_pro .pro_content_pro_des{width: 90%;height: unset;line-height: 20px;overflow: hidden;color: #919191;/* font-weight: bold; */font-size: 14px;font-family: "Roboto-Regular";}
#video{width: 100%;height: auto;background-color: #f5f8ff;/*margin-top: 120px;*/}
#video .video_wen{width:62.5%;margin: 0 auto;}
#video .video_wen .video_img{width:46%;/* display: inline-block; */vertical-align: top;text-align: right;display:inline-block;zoom: 1;*display: inline;vertical-align:top; overflow: hidden;}
#video .video_wen .video_img img{transition:all .3s;}
#video .video_wen:hover .video_img img{transform:scale(1.05);}
#video .video_wen .video_main{height: auto;width:36%;/* display: inline-block; */display:inline-block;zoom: 1;*display: inline;vertical-align:top;}
#video .video_wen .video_wen_llogo{opacity: 0;position: relative;left: 0;top: 5%;text-align: left;}
#video .video_wen .video_wen_rlogo{opacity: 0;position: relative;left: 15%;top: -15px;text-align: right;}
#video .video_wen .video_wen_con{color: #9c9c9e;/* width:100%; */width: 88%;height: auto;text-align: center;line-height: 300%;font-size: 14px;font-family: "Roboto-Regular";/* font-weight: bold; */font-style: italic;padding-left: 15%;/* padding-right: 15%; */margin-top: -15px;}
#video .video_wen_sub{margin: 20px 0 0 35%;width: 45%;text-align: center; display: none;}
#new{display: none;width: 100%;height: auto;margin: 70px auto 85px;}
#new .new_title{width: 100%;text-align: center;margin-bottom: 45px;font-size: 56px;color: #091842;font-family: "TradeGothicw01-Bold";}
#new .new_contect{width: 62.5%;margin: 0 auto;}
#new .new_contect .new_contect_new{width: 31%;}
#new .new_contect .new_contect_new .new_contect_new_pic{overflow: hidden;}
#new .new_contect .new_contect_new .new_contect_new_pic img{width: 100%;transition:all .3s;}
#new .new_contect .new_contect_new .new_contect_new_pic img:hover{transform: scale(1.05); }
#new .new_contect .new_contect_new:nth-child(2){margin: 0 2.5%;}
#new .new_contect .new_contect_new .new_contect_new_date{font-size: 14px;color: #808080;/* font-weight: bold; */margin-top: 35px;font-family: "Roboto-Regular";}
#new .new_contect .new_contect_new .new_contect_new_title{margin-top: 15px;}
#new .new_contect .new_contect_new .new_contect_new_title a{font-size: 20px;font-weight: bold;color: #091842;font-family: "TradeGothicw01-Bold";}
#new .new_contect .new_contect_new .new_contect_new_des{font-size: 14px;color: #a7a7a7;/* font-weight: bold; */margin-top: 15px;line-height: 20pt;font-family: "Roboto-Regular";}
#new .new_contect .new_contect_new .new_contect_new_more{margin-top: 25px;}
#new .new_contect .new_contect_new .new_contect_new_more a{font-size: 14px;color: #091842;font-weight: bold;text-decoration: underline;font-family: "TradeGothicw01-Bold";}

.video_con{ position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); -webkit-transform: translateY(-100%); transform: translateY(-100%); z-index: 1000;}
.video_con.cur{ -webkit-transform: translateY(0); transform: translateY(0);}
.video_con .video_con_in{ position: absolute; left: 50%; top: 50%; width: 800px; height: 500px; background: #fff; -webkit-transform: translate(-50%, -50%); transform: translate(-50%, -50%);}
.video_con .video_con_in embed{ width: 100%; height: 100%;}
.video_con .video_con_in .close_btn{ position: absolute; right: -12px; top: -12px; width: 25px; height: 25px; background: #fff; text-align: center; -webkit-border-radius: 50%; border-radius: 50%;}
.video_con .video_con_in .close_btn img{ max-width: 50%; max-height: 505;}

.contactshare { margin-top: -77px; }

@media screen and (min-width:1780px) and (max-width:1920px){
    #header .search_box{left: 0%;}
    .wrap {width: 100%; max-width:1200px;}

}
@media (max-width: 1720px){
    .wrap {width: 100%; max-width:1200px;}
} 
@media screen and (min-width:1300px){
    .header{width: 96%;}

    body .header .logo img {max-height: 110px;}
    #new .new_contect{width: 1200px;}
    #working{width:1200px;}
    #working .working_left .pic_left img{width: 90%;}
    #product {background-size: 1920px auto;}
    #product .pro_title{width: 1200px;}
    #product .pro_content{width: 1200px;}
    #product .pro_content .pro_content_pro .pro_content_pro_title{height: 25px;}
    #video{background-size: 1920px auto;}
    #video .video_wen{width: 100%;}
    #video .video_wen .video_img{margin-left: 100px;}
    
    #video .video_wen .video_main{padding-top: 100px;width: 500px;}

    .product-list .wide{ width: 92%; margin: 0 auto;}
}
@media screen and (min-width:768px) and (max-width:1300px){

    body .header .logo img {max-height: 80px;}

    #header .header{width: 96%;}

    #header .func .icon{margin-left: 12%;}

    #header .func .icon.icon-lang{left: 69%; top: -47px;}
    
    .banner-swiper-pagination{top:9%;}


    .product-list .ueeshop_responsive_products_list .item{width: 25%;margin-bottom: 25px;}
    .product-list .ueeshop_responsive_position{margin-bottom: 0;}
    /* .product-list .wrap {width: 100%;} */

    #header .func .icon .down-select{width: 200%; left:unset; right:0px;}

    #top_pic{width: 100%;height: auto;}
    #working{width:92%;height: auto;margin: 0 auto;overflow: hidden;}
    #working .working_left{height: auto;margin: 0;}
    #working .working_left .pic_left img{width: 90%;margin-top: 10%;}
    #working .working_right{margin-top:10%;height: auto;}
    #working .working_right .working_right_title{font-size: 50px;margin-top: -10%;}
    #working .working_right .working_right_des{font-size: 50px;font-weight: 800;margin-top: 5px;/* letter-spacing: -1.5px; */}
    #working .working_right .working_right_hr{margin-top: 10px;}
    #working .working_right .working_right_content{width: 100%;font-size: 14px;line-height: 200%;margin-top: 15px;}
    #working .working_right .working_right_sub{width:215px;height:30px;line-height: 30px;margin-top: 25px;padding-bottom: 10px;}
    #working .working_right .working_right_sub a{font-size: 12px;}
    #product {background-size: 1920px auto;margin-top: 30px;}
    #product .pro_title{width: 92%;height: auto;padding-top: 0px;}
    #product .pro_title .pro_title_left{margin-top: 0px;}
    #product .pro_title .pro_title_right{left: 8%;top: 100px;}
    #product .pro_content{width: 92%;height: auto;margin:  3% auto;}
    #product .pro_content .pro_content_pro{/* width:22%; */width:100%;margin-left: 2%;}
    #product .pro_content .pro_content_pro .pro_content_pro_pic{height: 100%;text-align: center;}
    #video{margin-top: 10%;background: none;background-color: #f5f8ff;height: auto;}
    #video .video_wen{width:92%;height: 590px;overflow: hidden;}
    #video .video_main{}
    #video .video_wen .video_img{width: 50%;height: 590px;display: inline-block;/* margin-top: -30%; */vertical-align: middle;}
    #video .video_wen .video_img img{width: 100%;}
    #video .video_wen .video_main{display: inline-block;margin: 0 0 0;height: 590px;}
    #video .video_wen .video_wen_llogo{width: 15%;}
    #video .video_wen .video_wen_rlogo img{width: 15%;}
    #video .video_wen .video_wen_con{margin-top: 0;}
    #video .video_wen_sub{margin-top: 10%;}
    #video .video_wen_sub img{width: 70%;}
    #new{width: 92%;height: auto;margin: 40px auto 0;overflow: hidden;}
    #new .new_title{width: 100%;text-align: center;margin-bottom: 30px;color: #091842;}
    #new .new_contect{width: 100%;}
    #new .new_contect .new_contect_new{width: 31.3%;margin-bottom: 25px;}
    #new .new_contect .new_contect_new:nth-child(2){margin: 0 3% 0 3%;}
    #new .new_contect .new_contect_new .new_contect_new_pic img{width: 100%;}
    #new .new_contect .new_contect_new .new_contect_new_date{font-size: 14px;margin-top: 15px;}
    #new .new_contect .new_contect_new .new_contect_new_title a{font-size: 18px;}
    #new .new_contect .new_contect_new .new_contect_new_des{margin-top: 15px;line-height: 20pt;}
    #new .new_contect .new_contect_new .new_contect_new_more{font-size: 14px;margin-top: 15px;}
    #footer .wrap{width: 100%;margin: 0 auto;}
    #footer .wrap .link{width: 92%;margin: 0 auto;}
    #footer .wrap .copyright .txt{text-align: center;float: none;}

    .product-list .wide{width: 92%; margin: 0 auto;}
    #main .pro_list{width: 92%;}
    #main .pro_list .pro_table .pro_title .item.number{width: 19.75%;}
    #main .pro_list .pro_table .pro_title .item.name{width: 40.17%;}
    #main .pro_list .pro_table .pro_title .item.cas_no{width: 27.17%;}
    #main .pro_list .pro_table .pro_title .item.mf{width: 12.91%;}

}

@media  screen and (max-width:1300px){
    .product-list .wide{width: 92%; margin: 0 auto;  padding-top: 30px;}
    #main .pro_list{width: 100%;}
    #main .pro_list .pro_table .pro_title .item.number{width: 19.75%;}
    #main .pro_list .pro_table .pro_title .item.name{width: 40.17%;}
    #main .pro_list .pro_table .pro_title .item.cas_no{width: 27.17%;}
    #main .pro_list .pro_table .pro_title .item.mf{width: 12.91%;}
}
@media  screen and (max-width:1145px){
    #header .func .icon.icon-lang {left: 76%;top: -47px;}
    .product-list .wide{padding-top: 5px;}
    #main .pro_list .pro_table .pro_title{}
    #main .pro_list .pro_table:first-child{margin-top: 2%;}
    #main .pro_list .pro_table .pro_title .item{font-size: 13px; height: 60px; line-height: 70px;}
    #main .pro_list .pro_table .pro_title .item p{width: 50%;}
    #main .pro_list .pro_table .pro_title .item.name p{width: 79%;}
    #main .pro_list .pro_table .pro_title .item.mf p{width: 40%;}
    #main .pro_list .pro_table .pro_title .item span{height: 33px; margin: 14px 10px 0 8px;}

}
@media  screen and (max-width:991px){
    body .ueeshop_responsive_header .header .func .member_btn{background: url('../images/icon_member.png') no-repeat;}
    #working:hover .working_left img{transform:unset;}
    #video .video_wen:hover .video_img img{transform:unset;}
    #new .new_contect .new_contect_new .new_contect_new_pic img:hover{transform:unset;}

    .contactshare { margin-top: 0; }
}

@media  screen and (max-width:767px){
    .banner-swiper-pagination{bottom: auto;top: 0;}

	.wrap-module .cate-name{margin-bottom: 15px;font-size: 22px;}
    .wrap-module .cate-name span{margin-top: 10px;}
    .menu-in-left .menu-wrap-style{display: none;}

    .menu{display: none;}

    .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;}
    .wrap{ width:96%}

	#header .logo{}
	#nav{display: none;}

	.index-pro-category{padding: 30px 0;}
	.index-pro-category .list{margin-top: 25px;}

    .product-list .rows .box{width: 31%;margin: 0 1% 20px;}
    .product-list .wrap {width: 96%;}
    .product-list .ueeshop_responsive_products_list .item{width: 50%;}

	#footer{width:100%; overflow:hidden;background: #000;}
    #footer .link .foot_nav{float:unset; width:90%; margin:30px auto 0px;}
	#footer .partners{padding-bottom:10px;}
	#footer .partners .title{position:relative; text-align:center; width:100%; padding:8px 0; padding-bottom:5px;font-size:20px;}
	#footer .partners .box{padding:5px 0;}
	#footer .partners .box .list{width:50%; height:auto; float:left; box-sizing:border-box; margin:0; border:none; margin-bottom:10px; padding:0 5px; background:none;}
	#footer .partners .box .list .item{border:1px solid #ddd; width:100%; box-sizing:border-box;}
	#footer .partners .box .list .item a{background:#fff; display:block;}
	#footer .copyright{padding:10px 0; width: 100%; border: none;}
	#footer .copyright .txt{padding:10px 0;font-size: 12px; text-align:center; float:none;}
    #footer .link .ft_inform .foot_logo{text-align: center;}
    #footer .foot_share{display: block;text-align: center;}
	/*#footer .foot_share{text-align:center; width:100%; float:none; margin:0; padding-top:10px; float:none;}*/
    #footer .link .ft_inform{width: 95%; margin:0 auto; padding-top: 15px; float: unset;}
    #footer .foot-lang{display: none;}
    #footer .wrap{width: 100%;}
    #footer .wrap .ft_inform .foot_des{width:50%;text-align: center;margin: 0 auto;    }
    #footer .copyright .txt a{font-size: 12px;}
    #footer .copyright .wrap{width: 80%;}

    .menu-in-left .wrap-righter-style {float: none;width: 100%;}

    .banner-swiper-pagination{bottom: auto;top: 0;}

	.wrap-module .cate-name{margin-bottom: 15px;font-size: 22px;}
	.wrap-module .cate-name span{margin-top: 10px;}

    .menu{display: none;}
    .clear_991{clear: none;}
    .clear_640{clear: both;}

    .product-list .rows .box{width: 48%;}
    .product-list{margin: 0 auto;}

    .index-photo{padding-top: 35px;}
    .index-photo .box{width: 100%;float: none;}
    .index-photo .box.left{max-height: none;margin-bottom: 3%;}
    .index-photo .bot .box{max-height: none;}
    .index-photo .bot .box + .box{margin-top: 3%;}

    .index-blog{padding-bottom: 0;}
    .index-blog .title{margin-bottom: 30px;}
    .index-blog .list .box{width: 100%;float: none;}
    .index-blog .list .box + .box{margin-top: 25px;}
    .index-blog .list .box .img{margin-top: 15px;}

    .menu-in-left .wrap-righter-style{float: none;width: 100%;}     

    #copymsg,#copymsg a{font-size: 14px;}
    
    .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%);}

	.index-why .box .tit{text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
	.index-why .box .bf{height: 56px;overflow: hidden;}

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

    body .ueeshop_responsive_position>.position{text-align: left;}

    #footer .link .ft_inform .brief{text-align: center;}

    .video_con .video_con_in {width: 80%;height: 58.1395vw;}
    

    .swiper-iproducts .swiper-wrapper{display: inline-block;}
    .swiper-iproducts .swiper-slide{width: 49.5%;display: inline-block;margin-right: 0px !important;border-right: 0px;}


    #top_pic{height: auto;width: 100%;}
    #working{width:92%;height: auto;/* min-height: 800px; */margin: 0 auto;overflow: hidden;}
    #working .working_left{width: 100%;height: auto;margin: 8.2% 0 16%;}
    
    #working .working_left img{width: 100%;}
    #working .working_right{width: 100%;}
    #working .working_right .working_right_title{font-size: 25px;margin-top: -5%;}
    #working .working_right .working_right_des{font-size: 25px;/* font-weight: bold; */margin-top: 0px;/* letter-spacing: 0.5px; */}
    #working .working_right .working_right_hr{width: 9%;margin-top: 4%;}
    #working .working_right .working_right_content{font-size: 14px;margin-top: 15px;width: 100%;line-height: 16pt;}
    #working .working_right .working_right_sub{width:230px;height:30px;line-height: 30px;margin-top: 20px;}
    #working .working_right .working_right_sub a{font-size: 14px;line-height: 30px;}
    #working .working_right .working_right_sub a span{margin-top: -20px;}
    #product {width: 100%;height: auto;background-size: 100% 115px;margin-top: 30px;}
    #product .pro_title{width: 92%;height: auto;padding-top: 0px;padding-bottom: 7%;}
    #product .pro_title .pro_title_left{padding-top: 30px;font-size: 25px;}
    #product .pro_title .pro_title_right{display: none;}
    #product .flow-shadow:hover{transform:unset;-webkit-transform:unset;box-shadow: unset;-webkit-box-shadow:unset;}
    #product .pro_content{width: 92%;height: auto;margin: -3% auto 0;}
    #product .pro_content .pro_content_pro{width:100%;padding-left: 10%;}
    #product .pro_content .pro_content_pro .pro_content_pro_pic{height: 100%;text-align: center;}
    #product .pro_content .pro_content_pro .pro_content_pro_title{height: 18px;}
    #product .pro_content .pro_content_pro .pro_content_pro_title a{font-size: 16px;color: #091842;}
    #product .pro_content .pro_content_pro .pro_content_pro_hr{margin: 7.4% 0 7.4%;width: 14%;}
    #product .pro_content .pro_content_pro .pro_content_pro_des{font-size: 12.18px;height: 40px;}
    #video{background: none;margin-top: 8%;}
    #video .video_wen{color: #9c9c9e;width:100%;}
    #video .video_wen .video_img{width: 100%;background-color: #f5f8ff;text-align: left;}
    #video .video_wen .video_img img{width: 60%;margin-left: 20%;}
    #video .video_wen .video_main{height: auto;width: 92%;margin-left: 8%;margin-top: 1%;}
    #video .video_wen .video_wen_llogo{width: 7%;left: -4%;top: 15px;}
    #video .video_wen .video_wen_rlogo{left: -6%;}
    #video .video_wen .video_wen_rlogo img{width: 7%;}
    #video .video_wen .video_wen_con{margin-top: 0;color: #9c9c9e;width:81%;height: 175px;line-height: 180%;padding-left: 5%;overflow: hidden;}
    #video .video_wen_sub{margin: -1% 0 0 33.5%;width:20%;}
    #new{width: 92%;height: auto;margin: 40px auto 0;overflow: hidden;margin: 4.6% auto 0;}
    #new .new_title{margin-bottom: 7%;font-size: 25px;}
    #new .new_contect{width: 100%;}
    #new .new_contect .new_contect_new{width: 100%;margin-bottom: 25px;}
    #new .new_contect .new_contect_new:nth-child(2){margin: 0 0 25px;}
    #new .new_contect .new_contect_new .new_contect_new_pic img{width: 100%;}
    #new .new_contect .new_contect_new .new_contect_new_pic img:hover{transform: unset; }
    #new .new_contect .new_contect_new .new_contect_new_date{margin-top: 1.2%;}
    #new .new_contect .new_contect_new .new_contect_new_title{margin-top: 1.2%;}
    #new .new_contect .new_contect_new .new_contect_new_title a{font-size: 18px;}
    #new .new_contect .new_contect_new .new_contect_new_des{margin-top: 2%;line-height: 15pt;}
    #new .new_contect .new_contect_new .new_contect_new_more{font-size: 14px;margin-top: 2%;}
}