<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
.cont{max-width: 1200px;margin:0 auto;width: 92%}
.pic_center{overflow: hidden;}
.pic_center span{display: inline-block;height: 100%;vertical-align: middle;}
.pic_center img{max-height: 100%;max-width: 100%;vertical-align: middle;}
.trans{transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;-ms-transition: all 0.4s ease-out;-o-transition: all 0.4s ease-out;-webkit-transition: all 0.4s ease-out;}
/*网站主色调 start*/
/*背景色*/
.BlueBgColor { background-color: #023c5b; }

.GreyBgColor { background-color: #e0e0e0; }

.OrangeBgColor { background-color: #ffaf24; }

.PurpleBgColor { background-color: #632d8f; }

.WhiteBgColor { background-color: #FFFFFF; }

.RedBgColor { background-color: #e60012; }

.BlackBgColor { background-color: #0c1c31; }

.WhiteBgColor { background-color: #ffffff; }

/*文字颜色*/
.BlueFontColor { color: #023c5b; }

.GreyFontColor { color: #999999; }

.OrangeFontColor { color: #ffaf24; }

.PurpleFontColor { color: #632d8f; }

.WhiteFontColor { color: #FFFFFF; }

.RedFontColor { color: #e60012; }

/*框线颜色*/
.GreyBorderColor { border-color: #999999; }

.BlackBorderColor { border-color: #0c1c31; }

/*网站主色调 end*/
.pic_box { text-align: center; position: relative; font-size: 0; }

.pic_box a { font-size: 0; }

.pic_box img { vertical-align: middle; }
.header2 .nav_box .logo .pic_box img {filter:brightness(0) invert(1)}

.pic_box span { vertical-align: middle; height: 100%; display: inline-block; }

/*全局字体 start */
* { font-family: 'Arial'; }

/*全局字体 end */
body { max-width: 1920px; margin: 0 auto; position: relative;}

.container { width: 1200px; margin: 0 auto; position: relative; }
.container_1300 { width:92%; max-width: 1300px; margin: 0 auto; position: relative; }

.more_btn a { display: inline-block; width: 127px; height: 33px; line-height: 33px; border: 1px solid #e60012; font-size: 14px; text-indent: 36px; background: url("/static/themes/default/images/red_arrow.png") no-repeat 83px center; color: #e60012; text-align: left; }

.more_btn:hover a { background: url("/static/themes/default/images/white_arrow.png") no-repeat #e60012 83px center; color: #ffffff; }

.header .container &gt; .left { width: 240px; }

.header .container &gt; .right { width: 958px; position: relative; }

.header { height: 124px; position: relative; z-index: 1000; }

.header .logo { width: 238px; padding-top: 5px; }

/*导航 start*/
/*nLi是一级*/
.nav { height: 70px; position: relative; z-index: 2; margin-left: 50px; width: 1090px; }
.lang_ar .nav { margin-right: 50px;margin-left: 0;}

.nav &gt; ul { margin-right: 16px; }

.nav a { font-size: 16px; }

.nav .nLi { float: left; position: relative; display: block; padding: 0 15px; }
.lang_ar .nav .nLi { float: right;}

.nav .nLi.nav_pro { padding-right: 30px; }

.nav .nLi.nav_pro em { position: absolute; top: 20px; right: 10px; width: 13px; height: 7px; background: url("/static/themes/default/images/nav_arrow.png") no-repeat; transition: all 1s; }

.nav .nLi h3 a { display: block; font-size: 18px; height: 70px; line-height: 70px; font-family:Montserrat-Regular }

.nav .nLi:hover { background: #f8f8f8; }

.nav .nLi.on.nav_pro em { transform: rotate(180deg); transition: all 1s; }

.nav .nLi.on h3 a { color: #023c5b; }

/*子导航*/
.nav .sub { width: 335px; display: none; top: 70px; left: -150px; position: absolute; z-index: 2; background: #f8f8f8; padding: 16px 0 20px 25px; border-right: 1px solid #74929f; min-height: 280px; }

.nav .sub &gt; li { padding: 12px 10px 12px 0; cursor: pointer; position: relative; z-index: 3; }

.nav .sub &gt; li h4 &gt; a { display: block; font-size: 18px; background: url("/static/themes/default/images/black_dot.png") left 8px no-repeat; padding-left: 9px; }
.lang_ar .nav .sub &gt; li h4 &gt; a{text-align: right; background: url("/static/themes/default/images/black_dot.png") right 8px no-repeat;padding-right:9px }
/*鼠标悬停状态*/
.nav .sub &gt; li:hover h4 &gt; a { background: url("/static/themes/default/images/blue_dot.png") no-repeat left 8px; color: #043A66; }
.lang_ar .nav .sub &gt; li:hover h4 &gt; a { background: url("/static/themes/default/images/blue_dot.png") no-repeat right 8px;}
.nav .sub &gt; li:hover .third_cate { display: block; }

.nav .sub &gt; li.cur .blue_right_arrow { position: absolute; background: url("/static/themes/default/images/blue_right_arrow.png") no-repeat; width: 8px; height: 10px; right: 10px; top: 17px; display: block; }
.lang_ar .nav .sub &gt; li.cur .blue_right_arrow {left: 10px;}
.nav .third_cate { position: absolute; top: -16px; right: -212px; width: 120px; padding: 16px 63px 20px 28px; min-height: 280px; display: none; z-index: 2; background: #f8f8f8; }

.nav .third_cate h5 a { font-size: 16px; padding: 10px; display: block; color: #043A66; }
.lang_ar .nav .third_cate h5 a{text-align: right;}
.nav .third_cate h5:hover a { color: #ff6c00; }

.nav .nLi.on .sub { display: block; }

/*search start */
.search_box { position: relative; /*padding-top: 10px;*/margin-right:148px;}

.search { width: 308px; height: 32px; border-bottom: 1px solid #dddddd; }

.search &gt; form { width: 100%; height: 100%; position: relative; }

.search input[type=text] { border: 1px solid transparent; display: block; width: 281px; height: 30px; line-height: 30px; background: #f5f5f5; text-indent: 5px; }

.search input[type=submit] { border: none; display: block; width: 25px; height: 32px; line-height: 32px; background: url("/static/themes/default/images/search.png") no-repeat #f5f5f5 center; right: 0; top: 0; cursor: pointer; }
.lang_ar .search input[type=submit]{right:auto;left:0;}
.lang_ar .search input[type=text]{width: 306px;}
/*修改placeholder颜色*/
.search_box input::-webkit-input-placeholder { color: #bdbdbd; }

/* WebKit browsers */
.search_box input:-moz-placeholder { color: #bdbdbd; }

/*Mozilla Firefox 4 to 18 */
.search_box input::-moz-placeholder { color: #bdbdbd; }

/* Mozilla Firefox 19+ */
.search_box input:-ms-input-placeholder { color: #bdbdbd; }

/* Internet Explorer 10+ */
/*  footer导航 start */
#footer { background: #f5f5f5; padding-top: 54px;position: relative;z-index: 0;}

#footer_nav {display: grid;grid-template-columns:repeat(5,1fr);grid-gap:0 20px;}
#footer_nav .col { overflow: hidden; float: none;}

/*#footer_nav .col:nth-child(1) { width: 345px; }

#footer_nav .col:nth-child(2) { width: 315px; }

#footer_nav .col:nth-child(3) { width: 200px; }

#footer_nav .col:nth-child(4) { width: 205px; }
*/
#footer_nav .col .title { margin-bottom: 18px; }
.lang_ar #footer_nav .col .title {text-align: right;}

#footer_nav .col .title a { font-size: 24px; }

#footer_nav .col li { padding-left: 20px; background: url("/static/themes/default/images/grey_dot.png") no-repeat 2px 6px; margin-bottom: 10px; }
.lang_ar #footer_nav .col li {text-align: right;padding-right: 20px;background: url("/static/themes/default/images/grey_dot.png") no-repeat right 6px;}

#footer_nav .col li &gt; a { font-size: 16px; color: #808080; }

#footer_nav .col li &gt; a:hover { text-decoration: underline; }

#footer_bottom{ position: relative; }
#footer_bottom li a { font-size: 14px; }

#footer_bottom li { margin-left: 20px; }

#footer_bottom .left li:first-child { margin-left: 0; }

#footer_bottom .lang { border-left: 2px solid #989898; padding-left: 28px; }
#footer_bottom .lang a { background: url("/static/themes/default/images/english.png") no-repeat left center; display: block; padding-left: 36px; }

#footer_bottom .lang.cn a { background: url("/static/themes/default/images/china.jpg") no-repeat left center; }
#footer_bottom .lang.es a { background: url("/static/themes/default/images/lang_es.png") no-repeat left center; }
#footer_bottom .lang.ar a { background: url("/static/themes/default/images/lang_ar.png") no-repeat left center; }

.lang_ar #footer_bottom .lang{border-left: 0; padding-left: 0;border-right: 2px solid #989898; padding-right: 28px;}
.lang_ar #footer_bottom .lang a { background: url("/static/themes/default/images/english.png") no-repeat right center; padding-right: 36px; }
.lang_ar #footer_bottom .lang.cn a { background: url("/static/themes/default/images/china.jpg") no-repeat right center; }
.lang_ar #footer_bottom .lang.es a { background: url("/static/themes/default/images/lang_es.png") no-repeat right center; }
.lang_ar #footer_bottom .lang.ar a { background: url("/static/themes/default/images/lang_ar.png") no-repeat right center; }

#footer #footer_contact { height: 48px; border-top: 1px solid #244e84; border-bottom: 1px solid #244e84; margin-top: 26px; padding: 14px 0 14px 26px; }

#footer_contact li { border-left: 1px solid #244e84; height: 46px; color: #ffffff; }

#footer_contact li:first-child { border-left: none; }

#footer_contact .footer_address { width: 440px; background: url("/static/themes/default/images/footer_address.png") left center no-repeat; padding: 0 40px 0 46px; line-height: 23px; }

#footer_contact .footer_phone { width: 370px; background: url("/static/themes/default/images/footer_phone.png") 65px center no-repeat; line-height: 46px; text-align: center; }

#footer_contact .footer_email { width: 275px; background: url("/static/themes/default/images/footer_email.png") 50px center no-repeat; line-height: 46px; text-indent: 100px; }

#footer_contact .footer_email:hover a { text-decoration: underline; }

/*  footer导航 end */
#footer_share li { margin-left: 10px; display: inline-block;vertical-align: middle;}

#footer_share li:first-child { margin-left: 0; }

#footer_bottom .ercode{ display:none; position:absolute; left:483px; top:5px; width:127px; height: 127px; }
#footer_bottom .ercode img{ max-width:100%; }
#footer_bottom .links{ margin-top:10px; margin-left:20px; }
#footer_bottom .links span{}
#footer_bottom .links a{ margin-left:5px; }
#footer_bottom .links a:hover{ text-decoration: underline; }

/*版权信息 start */
.copyright * { color: #7e7e7e; }
.lang_ar .copyright * {text-align: right}

.uee:hover a { text-decoration: underline; }

/*版权信息 end */
/*################################## 页码样式 start ################################*/
.page_container { text-align: center; }

.page { height: 29px; display: inline-block; }

.page &gt; li { float: left; min-width: 27px; margin-left: 8px; }

/*上一页和下一页这两个按钮*/
.page &gt; li a, .page &gt; li font { font-size: 14px; height: 27px; line-height: 27px; display: block; padding: 0 10px; text-align: center; background: #f5f5f5; border-radius: 3px; }

/*当前页码*/
.page .page_item_current { display: block; border: 1px solid #0c1c31; cursor: default; }

.page_container .icon_page_prev, .page_container .icon_page_next { margin: 0; }

.page &gt; li:first-child { display: none; }

.page .page_last { display: none; }

/*################################## 页码样式 end ################################*/
.banner.fl img { max-width: none; }

.banner.fl &gt; .title { left: 0; top: 46px; }

.banner_box { border-bottom: 1px solid #e2e2e2; border-top: 1px solid #e2e2e2; width: 100%; overflow: hidden; }

/*404*/
#error_page { background: #f0f0f0; padding: 150px 0; }

#error_page .sw { min-width: 558px; max-width: 645px; margin: 0 auto; }

#error_page .error_logo { background: url(/static/themes/default/images/global/error_logo.jpg) no-repeat center center; height: 225px; }

#error_page .error_warning { margin-top: 12px; height: 30px; line-height: 30px; background: url(/static/themes/default/images/global/error_warning.png) no-repeat 80px center; text-indent: 128px; font-size: 16px;font-family:Montserrat-Bold }

#error_page .error_nav { text-align: center; margin-top: 30px; font-size: 18px; color: #727272; }

#error_page .error_nav &gt; a { margin: 0 30px; font-size: 18px; color: #727272; }

/************************************* 面包屑 start  *************************************/
.crumbs { height: 56px; border-bottom: 1px solid #dcdcdc; font-size: 14px; }
.lang_ar .crumbs { text-align: right;}

.crumbs a { font-size: 14px; line-height: 56px; color: #868686; }

.crumbs a:last-child { color: #000000; }

/************************************* 面包屑 end *************************************/
.header .login a, .header .login span { font-size: 18px; color: #043a66; height: 32px; line-height: 32px; }

.header .login a.underline:hover { text-decoration: underline; }

.header .login .SignInButton { background: url("/static/themes/default/images/user_login.png") no-repeat left; padding-left: 40px; }

.chang_lang { height: 32px; overflow: hidden; transition: height 1s; position: absolute; right: 0; top: 0; z-index: 3; background: #fff; }
.lang_ar .chang_lang {right: auto;left:0;}
.chang_lang a { display: block; color: #828282; font-size: 16px; height: 32px; line-height: 32px; padding: 0 18px 0 40px; margin-left: 22px; }
.lang_ar .chang_lang a {  padding: 0 40px 0 18px; margin-left: 0;margin-right: 22px; }
.chang_lang a.cur, .chang_lang a:hover { text-decoration: underline; }
.chang_lang a.en { background: url("/static/themes/default/images/english.png") no-repeat left center; }
.chang_lang a.cn { background: url("/static/themes/default/images/china.jpg") no-repeat left center; }
.chang_lang a.es { background: url("/static/themes/default/images/lang_es.png") no-repeat left center; }
.chang_lang a.ar { background: url("/static/themes/default/images/lang_ar.png") no-repeat left center; }
.lang_ar .chang_lang a.en { background: url("/static/themes/default/images/english.png") no-repeat right center; }
.lang_ar .chang_lang a.cn { background: url("/static/themes/default/images/china.jpg") no-repeat right center; }
.lang_ar .chang_lang a.es { background: url("/static/themes/default/images/lang_es.png") no-repeat right center; }
.lang_ar .chang_lang a.ar { background: url("/static/themes/default/images/lang_ar.png") no-repeat right center; }
.chang_lang:after { content: ''; display: block; background: url("/static/themes/default/images/lang_arrow.png") no-repeat center; width: 8px; height: 5px; position: absolute; right: 0; top: 12px; }
.lang_ar .chang_lang:after {right: auto;left:0; top: 12px; }
.chang_lang:hover { /*height: 64px;*/height:160px; transition: height 1s; }

.pro_cate_description { padding: 60px 0; min-height: 500px; }

.floor_list { position: relative; }

.floor_list:not(:first-child) { position: relative; margin-top: -50px; }

.floor_list h4 a { font: normal 24px Arial; }

.floor_list p { font: normal 14px/22px Verdana; }

.floor_list .border { width: 85px; height: 36px; border-bottom: 1px solid #000; }

.floor_list.odd .left { width: 695px; padding: 13px 15px 0 0; position: absolute; background: #fff; left: 0; top: 0; }

.floor_list.odd .right { width: 463px; padding-left: 22px; position: absolute; right: 0; }

.floor_list.even .left { width: 463px; padding-left: 22px; position: absolute; left: 0; }

.floor_list.even .right { width: 695px; padding: 13px 0 0 15px; position: absolute; background: #fff; right: 0; top: 0; }

.top.container { z-index: 22; }

.cate_title { margin-bottom: 32px; text-align: center; color: #023c5b; font-size: 32px; }

.cate_brief { font-size: 16px; text-align: center; line-height: 38px; margin-bottom: 68px; }

#service_1 { background: #fff; }

.sec_cate .fourth_cate { padding-left: 70px; display: none; width: auto; }
.sec_cate .fourth_cate.on { display: block; }

@font-face { font-family: 'Microsoft Sans Serif'; src: url("/static/themes/default/font/Microsoft Sans Serif.eot"); src: url("/static/themes/default/font/Microsoft Sans Serif.eot?#iefix") format("embedded-opentype"), url("/static/themes/default/font/Microsoft Sans Serif.woff2") format("woff2"), url("/static/themes/default/font/Microsoft Sans Serif.woff") format("woff"), url("/static/themes/default/font/Microsoft Sans Serif.ttf") format("truetype"), url("/static/themes/default/font/Microsoft Sans Serif.svg#Microsoft Sans Serif") format("svg"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Montserrat-Bold'; src: url("https://ueeshop-static.ly200-cdn.com/static/font/Montserrat-Bold/font.woff2") format("woff2"); font-weight: normal; font-style: normal; }
@font-face { font-family: 'Montserrat-Regular'; src: url("https://ueeshop-static.ly200-cdn.com/static/font/Montserrat-Regular/font.woff2") format("woff2"); font-weight: normal; font-style: normal; }
.thanks_bg { position: relative; }
.thanks_bg .container { position: absolute; top: 0; left: 50%; margin: 0 0 0 -600px; }
.thanks_bg h1 { font-size: 68px; text-align: center; margin-top: 236px; font-family: Microsoft Sans Serif; }
.thanks_bg h2 { font-size: 33px; text-align: center; margin-top: 62px; font-family: Microsoft Sans Serif; }
.thanks_bg .desc{font-size: 33px; text-align: center; margin-top: 62px; font-family: Microsoft Sans Serif;}
.thanks_bg .btn_box { width: 516px; margin: 120px auto 0 auto; }
.thanks_bg .btn_box:before, .thanks_bg .btn_box:after { content: ""; display: table; }
.thanks_bg .btn_box:after { clear: both; }
.thanks_bg .btn_box a { width: 160px; height: 59px; display: block; line-height: 59px; font-size: 28px; text-align: center; font-family: Microsoft Sans Serif; }
.thanks_bg .btn_box .home { float: left; background: #fff; }
.thanks_bg .btn_box .home:hover { background: #023c5b; color: #fff; }
.thanks_bg .btn_box .facebook{float: left; background: #415C9A; color: #fff; margin-left:20px;}
.thanks_bg .btn_box .back { float: right; background: #023c5b; color: #fff; }
.thanks_bg .btn_box .back:hover { background: #fff; color: #023c5b; }


#webpath .fl{font-size: 16px; color: #2e3a47;}
.leftmenu{ width: 276px; float: left;}
.leftmenu .demo{ border:2px solid #313131; overflow:hidden;}
.leftmenu .t{ background:#313131 url(../images/tbg.jpg) no-repeat 200px center; height:46px; line-height:44px; text-indent:20px; font-size:16px; color:#fff;}
.leftmenu .t.best{ background:#e6e6e6; color:#333333;}
.leftmenu .row.y{ background:#ffffff url(../images/g.png) no-repeat 200px 0px; cursor:pointer;}
.leftmenu .row.y.on{ background:#ffffff url(../images/g1.png) no-repeat 200px 0px;}
.leftmenu .row .c_logo{ width:20px; height:20px; margin-right:15px;}
.leftmenu .row .n1{ padding:14px 27px 15px 25px; position:relative; border-bottom:1px solid #efefef;}
.leftmenu .row .n1 a{color:#2e3a47;}
.leftmenu .row.on .n1 a{color:#c00;font-family: Montserrat-Bold}
.leftmenu .row .has{}
.leftmenu .row .sub{ display:none;}
.leftmenu .row.on .sub{display: block;}
.leftmenu .row .sub .i{ margin:9px 0; padding-left:35px;}
.leftmenu .row .sub .i a{ color:#4a4439; text-decoration:underline;}
.leftmenu .row .sub .v3{ display: none;background:none;}
.leftmenu .row .sub .i.v3 a{ color:#3e3e3e; text-decoration:underline; margin-left:20px;}
.leftmenu .row .sub .i a.on{color: #c00;}
.rightside{ width: 893px;}

/**************************新闻列表(start)**************************/
#lib_info_list{}
#lib_info_list li{height:32px; line-height:32px; border-bottom:1px dashed #ccc; overflow:hidden; padding:0 8px;}
#lib_info_list li h3&gt;a{max-width:80%; display:block; height:32px; padding:0 5px; overflow:hidden;}
#lib_info_list li&gt;span{display:block; width:100px; line-height:32px; text-align:center;}


.info_list_0 .item{margin-bottom:29px; padding-bottom:29px; border-bottom:1px solid #e5e5e5;}
.info_list_0 .item .img{width:31.8%;}
.info_list_0 .item .ir{width:66%;}
.info_list_0 .item .ir .name{max-height: 50px;overflow: hidden;line-height:25px; padding-bottom:5px;}
.info_list_0 .item .ir .name a{text-decoration:none; font-size:18px;}
.info_list_0 .item .ir .name a:hover{color:#00ae5f;}
.info_list_0 .item .ir .brief{font-size:14px; color:#999; line-height:19px; max-height:57px;overflow: hidden;margin-bottom: 10px;margin-top: 5px;}
.info_list_0 .item .ir .more{border-left:1px solid #eee; line-height:40px; height:40px; text-transform:uppercase; margin-left:1%; padding-left:3%;}
.info_list_0 .item .ir .more a{color:#999; font-size:14px;}
.info_list_0 .item .ir .time{font-size:14px; color:#999; line-height:20px;}

.tags_box{padding: 5px 0;line-height: 26px;text-align: center;}
.tags_box a{display: inline-block;background: #f5f5f5;border-radius: 3px; margin: 5px;padding:0 15px;font-size: 12px;}
/**************************新闻列表(end)**************************/

/**************************新闻详细(start)**************************/
#lib_info_detail{}
#lib_info_detail&gt;h1{ font-size:16px; font-family:Verdana; text-align:center; padding:8px 12px; line-height:25px; border-bottom:1px dashed #ccc;}
#lib_info_detail&gt;.contents{padding:12px; line-height:180%;}
#lib_info_detail .ext_mes,
.ueeshop_responsive_info_detail .ext_mes{text-align: center;margin:8px 0;}
#lib_info_detail .ext_mes div,
.ueeshop_responsive_info_detail .ext_mes div{display: inline-block;margin:0 8px;font-size: 14px;color: #333;}
.info_prev_next.pro_prev_next{text-align: left;}
.info_prev_next.pro_prev_next span{font-size: 16px;}
.info_prev_next.pro_prev_next a{display: inline;background: none;width: 100%;}
/**************************新闻详细(end)**************************/

.mb_show{display: none;}


.header2{position: absolute; width: 100%; z-index: 9999;}
.header2.no_position{position: relative; background-color: #fff;}
.header2.no_position .top{background-color: #fff;}
.header2.no_position .pic_box img{filter: unset;}
.header2.no_position.no_position .top .top_mian .left .whatspp_info,.header2.no_position .top .top_mian .right,.header2.no_position .top .top_mian .left .email_info,.header2.no_position .top .top_mian .left .account_info{filter: invert(0.7);}
.header2.no_position .nav_box .nav_item .nav .nLi h3 a{ color:#333; }
.header2.no_position .nav_box .lang_box{color: #333;}
.header2.no_position .nav_box .lang_box .clang_box{ background:#000;}
.header2.no_position .nav_box .lang_box .clang_box a{ color:#fff; }
.header2.no_position .nav_box .inq_box .inq_list_btn{filter: invert(1);}
.header2.no_position .nav_box .search_box .search_btn{filter: invert(0.9);}

.header2 .top{width: 100%; background-color: rgba(0,0,0,0.3); height: 42px;}
.header2 .top .top_mian{width: 96%; max-width: 1700px; margin: 0 auto; overflow: hidden;}
.header2 .top .top_mian .left{float: left;}
.header2 .top .top_mian .left .email_info{display: inline-block; font-family:Arial; font-size: 14px; color: #fff; line-height: 34px; padding: 4px 0px 4px 27px; background: url('../../images/top_email_ico.png') no-repeat left center; margin-right: 45px;}
.header2 .top .top_mian .left .email_info a{font-size: 14px; color: #fff;}
.header2 .top .top_mian .left .whatspp_info{display: inline-block; font-family:Arial; font-size: 14px; color: #fff; line-height: 34px; padding: 4px 0px 4px 27px; background: url('../../images/top_whatsappl_ico.png') no-repeat left center; margin-right: 45px;}
.header2 .top .top_mian .left .whatspp_info a{font-size: 14px; color: #fff;}
.header2 .top .top_mian .left .account_info{display: inline-block; font-family:Arial; font-size: 14px; color: #fff; line-height: 34px; padding: 4px 0px 4px 27px; background: url('../../images/top_account_ico.png') no-repeat left center; margin-right: 0px;}
.header2 .top .top_mian .left .account_info a{font-size: 14px; color: #fff;}
.header2 .top .top_mian .right{float: right;}
.header2 .top .top_mian .right .func_box{float: right; height: 16px; font-size: 0px; margin-top:12px; border-left: 1px solid #577f91; }
.header2 .top .top_mian .right .func_box a{display: inline-block; line-height: 16px; font-family:Arial; font-size: 14px; color: #fff; margin-left: 30px;}
.header2 .top .top_mian .right .share_box{float: right; height: }
.header2 .top .top_mian .right .share_box{float: right; margin-top: 12px;}
.header2 .top .top_mian .right .share_box .share_btn{display: inline-block; vertical-align: top; margin-right: 30px; background-image: url('../../images/header_share_ico.png'); background-repeat: no-repeat; width: 16px; height: 16px;}
.header2 .top .top_mian .right .share_box .share_btn.twitter{background-position: 0px 0px; width: 19px;}
.header2 .top .top_mian .right .share_box .share_btn.pinterest{background-position: -46px 0px; width: 14px;}
.header2 .top .top_mian .right .share_box .share_btn.google{background-position: -87px 0px; width: 17px;}
.header2 .top .top_mian .right .share_box .share_btn.instagram{background-position: -131px 0px; width: 17px;}
.header2 .top .top_mian .right .share_box .share_btn.facebook{background-position: -175px 0px; width: 9px;}

.header2 .nav_box{width: 96%; max-width: 1700px; margin: 0px auto; padding-top: 5px;padding-bottom: 5px}
.header2 .nav_box .logo{float: left; width: 12%;}
.header2 .nav_box .lang_box{float: right; font-size: 22px; color: #fff; margin-top: 37px; position: relative; padding-bottom: 10px;}
.header2 .nav_box .lang_box .clang_box{position: absolute; top: 30px; left: 50%; transform:translateX(-50%); padding: 10px; background-color: #fff; display: none;}
.header2 .nav_box .lang_box:hover .clang_box{display: block;}
.header2 .nav_box .lang_box .clang_box a{display: block; font-size: 15px; margin: 10px 0px; width: max-content;}
.header2 .nav_box .inq_box{float: right; margin-right: 40px; margin-top: 38px;}
.header2 .nav_box .inq_box .inq_list_btn{display: block; width: 21px; height: 22px; background: url('../../images/header_inq_ico.png') no-repeat;}
.header2 .nav_box .search_box{float: right; margin-right: 40px; margin-top: 38px;}
.header2 .nav_box .search_box .search_btn{display: block; width: 23px; height: 22px; background: url('../../images/header_search_ico.png') no-repeat;}
.header2 .nav_box .nav_item{float: right; margin-top: 0;}
.header2 .nav_box .nav_item .nav{height: 50px; margin-left:0px; }
.header2 .nav_box .nav_item .nav .nLi h3 a{color: #fff; height: 100px; line-height: 100px; }
.header2 .nav_box .nav_item .nav .nLi:hover{background: unset;}
.header2 .nav_box .nav_item .nav .sub{top: 50px; background: rgba(255,255,255,.8);}
/*
.header2 .nav_box .nav_item .nav .sub:before{width: 9999px;height: 100%;position: absolute;left: 100%;top: 0;background: rgba(255,255,255,.8);content: '';}
.header2 .nav_box .nav_item .nav .sub:after{width: 9999px;height: 100%;position: absolute;right: 100%;top: 0;background: rgba(255,255,255,.8);content: '';}*/

/*.header2:hover .top_bg{ background:#fff; }
.header2:hover .top_bg .top_mian .left .email_info{filter: invert(1);}
.header2:hover .top_bg .top_mian .left .whatspp_info{filter: invert(1);}
.header2:hover .top_bg .top_mian .left .account_info{filter: invert(1);}
.header2:hover .top_bg .top_mian .right .share_box{filter: invert(1);}
.header2:hover .top_bg .top_mian .right .func_box{filter: invert(1);}

.header2:hover .nav_bg{background-color: #fff;}
.header2:hover .nav_bg .nav_box .nav_item .nav .nLi h3 a{color: #000; }
.header2:hover .nav_bg .nav_box .search_box .search_btn{filter: invert(1);}
.header2:hover .nav_bg .nav_box .inq_box .inq_list_btn{filter: invert(1);}
.header2:hover .nav_bg .nav_box .lang_box{color: #000;}*/

.header2 .bottom.fixed{background: #fff;position: fixed;left: 0;top: 0;width: 100%;z-index: 999;box-shadow: 0 15px 15px 0px oklab(0 0 0 / 0.1);}
.header2 .bottom.fixed .pic_box img{filter: unset;}
.header2 .bottom.fixed .nav_box .nav_item .nav .nLi h3 a,
.header2 .bottom.fixed .nav_box .lang_box{color: #333}
.header2 .bottom.fixed .nav_box .search_box .search_btn,
.header2 .bottom.fixed .nav_box .inq_box .inq_list_btn{filter: invert(0.9);}


#default_search_box{display: none;width:100%; height:100%; position:fixed; background: rgba(0,0,0,0.8); left:0; top:0;z-index: 9999;}
#default_search_box .form{ width:50%; max-width: 500px; height:50px; position:absolute; top: 0;right: 0;bottom: 0;left: 0;margin:auto;}
#default_search_box .form i{ width:30px; height:30px; position:absolute; right:-60px; top:-60px; background:url(../../images/search_close.png) center no-repeat; cursor:pointer;}
#default_search_box .text{width: 100%;height:50px; line-height:50px; border:0; border-bottom:1px solid #fff; padding-right: 35px; color:#fff; background:none; outline:none; text-indent:10px;box-sizing: border-box;}
#default_search_box .button{ width:35px; height:48px; position:absolute; right:0; top:0; background:url(../../images/search_btn.png) center no-repeat; cursor:pointer; border:0; outline:none;}

.footer_2{width: 100%; background-color: #333333; border-top: 1px solid #333333;}
.footer_2 .footer_main{width: 92%; max-width: 1700px; margin:90px auto 0px;}
.footer_2 .footer_main .footer_nav{width: 100%; border-bottom: 1px solid #4c4c4c; font-size: 0px; padding-bottom: 50px;}
.footer_2 .footer_main .footer_nav .cp_desc{display: inline-block; width: 29.41176%; vertical-align: top; margin-right: 3.5%;}
.footer_2 .footer_main .footer_nav .cp_desc .title{font-family: 'Montserrat-Bold'; font-size: 20px; line-height: 26px; padding-left: 10px; border-left: 3px solid #ff9c00; color: #fff;}
.footer_2 .footer_main .footer_nav .cp_desc .desc{font-size: 16px; line-height: 30px; margin-top: 30px; color: #bfbfbf;}
.footer_2 .footer_main .footer_nav .cp_desc .footer_share{margin-top: 20px;}
.footer_2 .footer_main .footer_nav .cp_desc .footer_share .f_share_btn{display: inline-block; width: 33px; height: 33px; margin-right: 13px; background-image: url('../../images/footer_share_ico.png'); background-repeat: no-repeat;}
.footer_2 .footer_main .footer_nav .cp_desc .footer_share .f_share_btn.twitter{background-position: 0px 0px;}
.footer_2 .footer_main .footer_nav .cp_desc .footer_share .f_share_btn.pinterest{background-position: -46px 0px;}
.footer_2 .footer_main .footer_nav .cp_desc .footer_share .f_share_btn.google{background-position: -92px 0px;}
.footer_2 .footer_main .footer_nav .cp_desc .footer_share .f_share_btn.instagram{background-position: -139px 0px;}
.footer_2 .footer_main .footer_nav .cp_desc .footer_share .f_share_btn.facebook{background-position: -185px 0px;}
.footer_2 .footer_main .footer_nav .cp_desc .footer_share .f_share_btn:last-child{margin-right: 0px;}
.footer_2 .footer_main .footer_nav .nav_box{display: inline-block; vertical-align: top; width: 19.2%; margin-right:3%; }
.footer_2 .footer_main .footer_nav .nav_box .title{font-family: 'Montserrat-Bold'; font-size: 20px; line-height: 26px; padding-left: 10px; border-left: 3px solid #ff9c00; color: #fff;}
.footer_2 .footer_main .footer_nav .nav_box .sub_list{width: 100%; margin-top: 30px; }
.footer_2 .footer_main .footer_nav .nav_box .sub_list .subnav_item{display: block; font-size: 16px; line-height: 32px; color: #bfbfbf;}
.footer_2 .footer_main .footer_nav .nav_box .sub_list .subnav_item:hover{color: #fff;}
.footer_2 .footer_main .footer_nav .contact_box{display: inline-block; width: 22.64705%; vertical-align: top;}
.footer_2 .footer_main .footer_nav .contact_box .title{font-family: 'Montserrat-Bold'; font-size: 20px; line-height: 26px; padding-left: 10px; border-left: 3px solid #ff9c00; color: #fff; margin-bottom: 30px;}
.footer_2 .footer_main .footer_nav .contact_box .contact_item{padding-left: 30px; font-size: 16px; line-height: 32px; min-height: 32px; margin-bottom: 5px; color: #bfbfbf; }
.footer_2 .footer_main .footer_nav .contact_box .contact_item.tel{background: url('../../images/footer_contact_tel_ico.png') no-repeat 0px 8.5px;}
.footer_2 .footer_main .footer_nav .contact_box .contact_item.email{background: url('../../images/footer_contact_email_ico.png') no-repeat 0px 11px;}
.footer_2 .footer_main .footer_nav .contact_box .contact_item.whatsapp{background: url('../../images/footer_contact_whatsapp_ico.png') no-repeat 0px 9px;}
.footer_2 .footer_main .footer_nav .contact_box .contact_item.addr{background: url('../../images/footer_contact_addr_ico.png') no-repeat 0px 8.5px;}
.footer_2 .footer_main .footer_copy{font-size: 16px; line-height: 32px; color: #bfbfbf; padding: 31px 0px;}

.fix_chat_click{width: 10vw;height: 12vw;position: fixed;right: 0;bottom: 6.5rem;background:url(../../images/chat_float_btn.png) #023c5b no-repeat 3vw center/3vw;z-index: 100001;border-radius:6vw 0 0 6vw;}



.category_side { position: fixed; z-index: 99999; width: 100%; background: #fff; transform: translateX(-100%); height: 100%; top: 0; transition: transform 1s; }
.category_side.show { display: block; left: 0; transition: transform 1s; transform: translateX(0); overflow-y: scroll; }
.category_side .category_title { height: 10vw; position: relative; font-size: 20px; box-sizing: border-box; padding: 2vw 0 0 2vw; }
[data-dpr="2"] .category_side .category_title { font-size: 40px; }
[data-dpr="3"] .category_side .category_title { font-size: 60px; }
.category_side .category_title .nav_close { background: url(/static/themes/default/mobile/images/nav_close.png) no-repeat center; background-size: 4vwrem; position: absolute; display: block; width: 4vw; height: 4vw; top: 1vw; right: 2vw; }
.lang_ar .category_side .category_title .nav_close {right:auto; left: 0.4rem; }
.category_side .menu_list { padding: 0.13333rem; }
.category_side .menu_list .item { position: relative; border-color: #ddd; padding: 0.1rem 0; width: 97%; margin: auto;}
.category_side .menu_list .item a { height: 8vw; line-height: 8vw; overflow: hidden; padding-left: 1vw; font-size: 14px; color: #5f5f5f; background: #fff; display: block; width: 100%;}
.lang_ar .category_side .menu_list .item a {padding-left: 0;padding-right: 0.13333rem; text-align: right;}
[data-dpr="2"] .category_side .menu_list .item a { font-size: 28px; }
[data-dpr="3"] .category_side .menu_list .item a { font-size: 42px; }
.category_side .menu_list .item a &gt; img { width: 0.32rem; height: 0.21333rem; overflow: hidden; margin-right: 0.2rem; }
.category_side .menu_list .item.son &gt; .icon { width: 5vw;height: 5vw; position: absolute; top: 1vw; right: 1vw; -webkit-transform: rotate(0); transform: rotate(0); -webkit-transition: all .4s; transition: all .4s; background: url("/static/themes/default/mobile/images/arr_r2.png") no-repeat center #e0dfde; background-size: 3vw 3vw; border-radius: 150px;border: 1px solid #000000;}
.lang_ar .category_side .menu_list .item.son &gt; .icon { right: auto;left:0.26667rem;}
.category_side .menu_list .menu_son { display: none; }
.category_side .menu_list .menu_son .item { margin-left: 0.2rem; border: 0; }
.category_side .menu_list .menu_son .item a { border-bottom: 0.02667rem #f2f2f2 solid; }
.category_side .menu_list .menu_son .item:last-child a { border: 0; }
.category_side .menu_list .item.son .current_list { height: 0.4rem; line-height: 0.4rem; }
.category_side .menu_list .item.son .current_list &gt; span { padding: 0 0.09333rem; font-size: 9px; color: #ccc; }
[data-dpr="2"] .category_side .menu_list .item.son .current_list &gt; span { font-size: 18px; }
[data-dpr="3"] .category_side .menu_list .item.son .current_list &gt; span { font-size: 27px; }
.category_side .menu_list .item.open &gt; .icon { -webkit-transform: rotate(90deg); transform: rotate(90deg); }
.category_side .menu_list .menu_son { display: none; border-color: #f8f8f8; }
.category_side .menu_list .menu_son .item { margin-left: 0.2rem; border: 0;padding: 0.1rem 0; }
.category_side .menu_list .menu_son .item a { border-bottom: 0.02667rem #f2f2f2 solid; }
.category_side .menu_list .menu_son .item:last-child a { border: 0; }
.category_side .menu_list .menu_grandson { border: 0; display: none; }
.category_side .menu_list .menu_grandson a { color: #878787; }
.category_side .menu_list .menu_grandson .item:last-child a { border-bottom: 0.02667rem #f2f2f2 solid; }
.category_side .menu_list .attr_son { padding-top: 0.2rem; }
.category_side .menu_list .attr_son span { line-height: 0.37333rem; margin: 0 0.10667rem 0.2rem 0; padding: 0 0.2rem; white-space: nowrap; cursor: pointer; background: #fff; border: 0.01333rem #ddd solid; position: relative; vertical-align: middle; display: inline-block; }
.category_side .menu_list .attr_son span &gt; em { width: 0.32rem; height: 0.32rem; line-height: 0.34667rem; text-align: center; font-size: 9px; font-weight: 600; color: #fff; background-color: #c00; border-radius: 5rem; position: absolute; top: -0.17333rem; right: -0.17333rem; display: none; }
[data-dpr="2"] .category_side .menu_list .attr_son span &gt; em { font-size: 18px; }
[data-dpr="3"] .category_side .menu_list .attr_son span &gt; em { font-size: 27px; }
.category_side .menu_list .attr_son span.current { border-color: #c41d37; }
.category_side .menu_list .attr_son span.current &gt; em { display: block; }
.category_side .menu_list .menu_button { padding: 0.2rem 0; }
.category_side .menu_list .menu_button .btn { width: 48%; float: left; box-sizing: border-box; -webkit-box-sizing: border-box; }
.category_side .menu_list .menu_button .btn:first-child { margin-right: 4%; }
.category_side .menu_list .menu_button .btn_default { font-size: 12px; color: #333; background-color: #e7e7e7; }
[data-dpr="2"] .category_side .menu_list .menu_button .btn_default { font-size: 24px; }
[data-dpr="3"] .category_side .menu_list .menu_button .btn_default { font-size: 36px; }
.category_side .menu_list .menu_button .btn_primary { font-size: 12px; color: #fff; }
[data-dpr="2"] .category_side .menu_list .menu_button .btn_primary { font-size: 24px; }
[data-dpr="3"] .category_side .menu_list .menu_button .btn_primary { font-size: 36px; }


@media (max-width: 1550px){
	.header2 .top .top_mian .left .email_info{margin-right: 15px; padding-left: 20px;}
	.header2 .top .top_mian .left .whatspp_info{margin-right: 15px; padding-left: 20px;}
	.header2 .top .top_mian .right .share_box .share_btn{margin-right: 15px;}
	.header2 .top .top_mian .right .func_box a{margin-left: 15px;}
	.header2 .nav_box .nav_item{width: 70%;}
	.header2 .nav_box .nav_item .nav{width: 100%;}
	.nav .nLi h3 a{font-size: 16px}
	.nav .nLi.nav_pro{padding-right: 20px}
}

@media (max-width: 1280px){
	.header2 .top .top_mian .right .share_box{display: none;}
	.nav .nLi.nav_pro{padding-right: 10px}
	.nav .nLi.nav_pro{padding: 0 10px}
	.nav .nLi h3 a{font-size: 14px}
	.header2 .nav_box .nav_item .nav .nLi h3 a{line-height: 80px;height: 80px}
	.header2 .nav_box .search_box,.header2 .nav_box .inq_box{margin-top: 30px}
	.header2 .nav_box .lang_box{margin-top: 29px}

}
@media (max-width: 1100px){
	.nav .nLi.nav_pro{padding-right: 5px}
	.nav .nLi.nav_pro{padding: 0 5px}
}
@media (max-width: 1000px){
	.pic_box img{filter: unset;}
	.mb_show{display: block;}
	#service_1{display: none;}
	.header2{position: unset; width: 100%; background-color: #fff; border:0px; height: 18.66667vw;}
	.header2 .nav_box{height: 18.66667vw; margin: 0px auto; line-height: 18.66667vw; width: 92%; padding-top: 0px;}
	.header2 .nav_box .logo{width: 50%; text-align: left;}
	.header2 .nav_box .logo{width: 50%; text-align: left;}

	.header2 .top{display: none;}
	.header2 .nav_box .nav_item{display: none; }
	.header2 .nav_box .nav_item{display: none; }
	.header2 .nav_box .lang_box{display: none;}
	.header2 .nav_box .inq_box{display: none;}
	.header2 .nav_box .search_box{display: none;}

	.header2 .nav_box .mb_btn_box{text-align: right;}
	.header2 .nav_box .menu_btn{display: inline-block; width:6vw; height: 5.2vw; vertical-align: middle; line-height: 0px;}
	.header2 .nav_box .menu_btn span{display: inline-block; width: 100%; height: 2px; margin-bottom: 1.6vw; background-color: #000; line-height: 0px;}
	.header2 .nav_box .menu_btn span:last-child{margin-bottom: 0px;}
	.header2 .nav_box .search_btn{display: inline-block; width:7.066667vw; height: 6.93333vw; vertical-align: middle; background: url('../../images/mb_search_blue.png') no-repeat; background-size: cover; margin-right: 10vw;}

	.index_banner{margin-top: 0px;}
	.index_banner.custom .hd ul li{width: 10.66667vw; margin-right: 5.33333vw;}

	.footer_2 .footer_main{margin-top: 12.66667vw;}
	.footer_2 .footer_main .footer_nav{padding-bottom: 8vw; border-bottom: 2px solid #4c4c4c;}
	.footer_2 .footer_main .footer_nav .cp_desc{width: 100%; margin-right: 0px; padding-bottom: 7.33333vw; border-bottom: 2px solid #4c4c4c; }
	.footer_2 .footer_main .footer_nav .cp_desc .title{font-size: 6.13333vw; line-height: 6.13333vw; }
	.footer_2 .footer_main .footer_nav .cp_desc .desc{font-size:  4vw; line-height: 5.6vw; margin-top: 4.66667vw;}
	.footer_2 .footer_main .footer_nav .cp_desc .footer_share{margin-top: 4.66667vw;}
	.footer_2 .footer_main .footer_nav .nav_box{width: 100%; margin-right: 0px; border-bottom: 2px solid #4c4c4c; margin-top: 6.66667vw; padding-bottom: 6.66667vw; border-bottom: 1px solid #4c4c4c;}
	.footer_2 .footer_main .footer_nav .nav_box .title{font-size: 6.13333vw; line-height: 6.13333vw; }
	.footer_2 .footer_main .footer_nav .nav_box .sub_list{margin-top: 4.66667vw; display: none;}
	.footer_2 .footer_main .footer_nav .nav_box .sub_list .subnav_item{font-size: 3.73333vw; line-height: 4.8vw; margin:2vw 0px;}
	.footer_2 .footer_main .footer_nav .contact_box{width: 100%; margin-top: 6.66667vw;}
	.footer_2 .footer_main .footer_nav .contact_box .title{font-size: 6.13333vw; line-height: 6.13333vw; margin-bottom: 6.66667vw;}
	.footer_2 .footer_main .footer_nav .contact_box .contact_item{font-size: 4vw; margin-bottom: 8.66666vw; background-size: 4vw 4vw;}
	.footer_2 .footer_main .footer_nav .contact_box .contact_item.tel{background-size: 4vw 4vw;}
	.footer_2 .footer_main .footer_nav .contact_box .contact_item.email{background-size: 4vw 2.67777vw;}
	.footer_2 .footer_main .footer_nav .contact_box .contact_item.whatsapp{background-size: 4vw 3.73333vw;}
	.footer_2 .footer_main .footer_nav .contact_box .contact_item.addr{background-size: 4vw 4vw; margin-bottom: 0px;}
	.footer_2 .footer_main .footer_copy{padding: 4.66667vw 0px; font-size: 4vw; line-height: 5.6vw;}
}

</pre></body></html>