@charset "utf-8";
html { font-size: 625%; }
body { font-size: 16px; background: #FFF; }
body, html, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, th, td, form, object, iframe, blockquote, pre, a, abbr, address, code, img, fieldset, form, label, figure { margin: 0; padding: 0; }
body, html, input, button, textarea { color: #333; font-family: 'kumbhsans', sans-serif; line-height: 1.5; }
article, aside, figcaption, figure, footer, header, main, nav, section { display: block; }
h1 { font-size: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4, h5 { font-size: 16px; }
img { border: none; vertical-align: middle; max-width: 100%;height: auto; }
li { list-style: none; }
i, em { font-style: normal; }
a { color: #333; text-decoration: none; }
a:focus { outline: none; }
a:hover { color: #D96E1C; text-decoration: underline; }
input[type="text"]:focus { outline: none; }
input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; }
input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner {
border:none;
padding:0;
}
hr { height: 1px; border: none; border-top: 1px dashed #c1c1c1; margin: 15px 0 15px 0; }
a:active, select, input, textarea { -webkit-tap-highlight-color: rgba(0, 0, 0, 0); -webkit-tap-highlight-color: transparent; outline: 0!important; }
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; -ms-box-sizing: border-box; -o-box-sizing: border-box; box-sizing: border-box; outline: 0; }
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* clear floating */
.items_list ul:after, .clearfix:after, .web_main:after, .page_main:after, .nav_wrap .head_nav:after, .nav_wrap:after, .product_items:after, .foot_bottom:after { content: ""; display: block; clear: both; visibility: hidden; height: 0; }
.items_list ul, .header-top, .clearfix, .layout, .web_main, .page_main, .nav_wrap .head_nav, .nav_wrap, .product_items, .foot_bottom { *zoom:1;
}
.clear { clear: both; }
/* layout */
.z9999 { z-index: 9999!important; }
.layout{width: 90%;max-width: 1300px;margin: 0 auto;position: relative;}
body { width: 100%; min-width: 1300px; position: absolute; left: 0; top: 0; }
.gotop { position: fixed; text-align: center; right: 15px; bottom: 60px; color: #ffffff; background: #D96E1C; text-align: center; height: 52px; line-height: 50px; width: 100px; z-index: 99999; cursor: pointer; font-size: 14px; display: none; font-size: .2rem;
}
.gotop:before { content: "\f062"; color: #FFF; font: 18px 'FontAwesome'; padding-right: 5px; }
.gotop:hover { -moz-transform: translateY(-10px); -webkit-transform: translateY(-10px); -ms-transform: translateY(-10px); -o-transform: translateY(-10px); transform: translateY(-10px); }
/* transition */
.head_nav li, .head_nav li a, .product_item figure, .gotop, .product-item .item-img img, .product-btn-wrap a, .change-language .change-language-title a:after, .newsletter .button, .mobile-head-item .middle-show-content-wrap, .product_item figure figcaption, .foot_item a, .pages a, .web_head, .foot_sns li img, .side_product_item .add-friend, .side_product_item .add-friend:after { -moz-transition: all .3s ease-in-out; -webkit-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.nav_wrap .head_nav li ul, .product_item .item_img a, .product_item, .product_item .item_img:before, .product_item .item_img:after { -moz-transition: all .5s ease-in-out; -webkit-transition: all .5s ease-in-out; -ms-transition: all .5s ease-in-out; -o-transition: all .5s ease-in-out; transition: all .5s ease-in-out; }
.side-cate li .icon-cate:before, .product-btn-wrap a:before, .mobile-head-item .title:before, .head_nav > li:after, .download-item .item-button:before, .faq-item .faq-title:before { font-family: "fontawesome"; font-style: normal; font-weight: normal; speak: none; display: inline-block; text-decoration: inherit; font-variant: normal; text-transform: none; }
/*web header*/
.web_head { position: relative; width: 100%; background: #1e2d3b; }
.web_head.fixed-nav { position: fixed; left: 0; top: 0; background: #fff; box-shadow: 0 0px 10px rgba(0,0,0,.3); -webkit-box-shadow: 0 0px 10px rgba(0,0,0,.3); }
.logo, .change-language, .nav_wrap, .change-language { position: relative; display: inline-block; vertical-align: middle; text-align: left; }
/*====header-top===*/

.header-top { position: relative; background: #fff; height: 40px; width: 100%;background-color: #D96E1C;}
.header-top .layout{display: flex;justify-content: space-between;align-items: center;height: 40px;}
.nav_wrap .layout{display: flex;justify-content: space-between;align-items: center;}
.head_wel{display: flex;justify-content: start;align-items: center;}
.head_wel li{margin-right: 6px;width: 26px;height: 26px;}
.head_wel li:nth-child(1){background-color: #3C5A99;}
.head_wel li:nth-child(2){background-color: #0E76A8;}
.head_wel li:nth-child(3){background-color: #000;}
.head_wel li:nth-child(4){background-color: #ff0000;}
.head_wel li a{display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;}
.head_wel li img{width: 80%;}
.header_right { position: relative; display: flex;justify-content: start;align-items: center; }

.head_search_btn { position: relative; width: 30px; height: 30px; z-index: 99; display: inline-block; vertical-align: middle;margin-left: 8%; }
.head-search-form { position: absolute; top: 30px; right: 0; width: 350px; -webkit-transform: scale(0); transform: scale(0); -webkit-transform-origin: right 0; transform-origin: right 0; -webkit-transition: all .2s ease; transition: all .2s ease; background: #fff; border-radius: 3px; }
.head-search-show .head-search-form { display: block\9; -webkit-transform: none; transform: none; opacity: 1; visibility: visible; }
.head-search-form .search-ipt { border: none; line-height: 40px; height: 40px; padding: 0; padding-left: 10px; width: 100%; position: relative; box-shadow: 0 0 10px rgba(0, 0, 0, .5); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .5); border-radius: 5px; }
.head-search-form .search-btn { position: absolute; right: 0; top: 0; height: 40px; width: 40px; border: none; background: none; font-size: .2rem;
}
.search-toggle { width: 30px; height: 30px; line-height: 30px; position: absolute; right: 0px; top: 0px; font-size: 28px; text-align: center; cursor: pointer; }
.head_search_btn .search-toggle:before { font-family: 'iconfont'; content: "\e622"; color: #333; }
.head_search_btn.head-search-show .search-toggle:before { content: "\e622"; }
.change-language { display: inline-block; }

.change-language .change-language-title .country-flag{background: url(./img/demo/head_lan.webp) no-repeat center/cover;background-position: 0 0 !important;width: 22px;height: 22px;margin-top: -11px;}
.head-contact .head-phone, .head-contact .head-mail { display: inline-block; position: relative; vertical-align: top; color: #fff;}
.head-contact .head-mail a, .head-contact .head-phone a { display: inline-block; position: relative;  font-family: 'kumbhsans'; color: #fff; font-size:14px;letter-spacing: 1px; }
.head-contact .head-mail a:hover, .head-contact .head-phone a:hover {text-decoration: underline;}
.header_right .line{display: inline-block;margin: 0px 13px;width: 1px;height: 14px;background-color: #fff;}
/*====nav_wrap===*/
 
.nav_wrap { position: relative; width: 100%;   background-color: #fff;}
.logo { position: relative; display: table-cell; padding: 5px 0;}
.right_nav{display: flex;justify-content: end;align-items: center;width: 95%;}
.nav_wrap .head_nav { display: flex;justify-content: start;align-items: center; }
.nav_wrap .head_nav li { position: relative;  }
.nav_wrap .head_nav > li { padding: 0px 20px ;  }
.nav_wrap .head_nav li a { position: relative; display: block; line-height: .37rem;color: #333; font-size: 18px; font-family: 'kumbhsans'; font-weight: 400; }
.nav_wrap .head_nav li li a { line-height: 1.5; padding: 10px 15px; font-size: 16px;}
.nav_wrap .head_nav li ul { position: absolute; left: 0; top: 100%; width: 250px; padding: 15px 0; z-index: 999; background: #fff; transform: scale3d(0.9, 0.9, 1); opacity: 0; visibility: hidden; box-shadow: 0px 2px 5px rgba(0, 0, 0, .08);}
.nav_wrap .head_nav li li ul { top: 0; left: 250px; }
.nav_wrap .head_nav li:hover > ul { transform: scale3d(1, 1, 1); opacity: 1; visibility: visible; }
.nav_wrap .head_nav li a b { position: relative; display: inline-block; vertical-align: middle; margin: -5px 0 0 5px; }
.nav_wrap .head_nav li li a b { margin-top: 10px; }
.nav_wrap .head_nav li a b:after { font-family: 'fontawesome'; content: "\f107"; font-size: 14px; }
.nav_wrap .head_nav li li a b:after { content: "\f105"; }
.nav_wrap .head_nav li li a b { position: absolute; right: 10px; top: 0; }
.nav_wrap .head_nav > li:hover > a, .nav_wrap .head_nav > li.nav-current > a {color: #D96E1C;}
.nav_wrap .head_nav li li a { }
.nav_wrap .head_nav li li:hover > a { transform: translateX(7px); -webkit-transform: translateX(7px); color: #D96E1C; }
.nav_wrap.fixed-nav { position: fixed; top: 0; left: 0; width: 100%; z-index: 9999; background: #fff;border-bottom: 1px solid #eee; }
.nav_wrap.fixed-nav .logo{width: 80px;padding: 5px 0px;}
/*---------------------------------
------------------------------------------------------index----------------------------------------*/
  
/*index_title*/
.index_title { text-align: left; position: relative; margin-top: 80px;margin-bottom: 35px;}
.index_title .title { color: #444; font-size: 35px; text-transform: capitalize; font-family: 'kumbhsans'; font-weight: 600;}
.index_title .desc{margin-top: 25px;font-size: 16px;color: #444444;font-family: 'kumbhsans';}
.index_about_wrap .layout, .index_service_intr .layout { margin: auto; max-width: 950px; }

.img_warp{position: relative;overflow: hidden;}
.img_warp img{position: absolute;top: 0;left: 0;width: 100%;height: 100%;object-fit: cover;transition: .3s;}

.module.news .img_warp img{object-fit: cover;}
/*company_business_container*/
.module { position: relative;  }
.module .business_items { display: flex; justify-content: start; align-items: start; flex-wrap: wrap;}
.module .business_items li{width: 24%;margin-right: 1%;margin-bottom: 2%;}
.module .business_items li:nth-child(4n){margin-right: 0;}
.module .business_items li .img_warp{padding-bottom: 61%;}
.module .business_items li:hover img{transform: scale(1.1);}
.module .business_items li:hover .title,.module .business_items li:hover .desc{color: #D96E1C;}
.module .business_items .info{padding: 14px 3%;text-align: center;}

.module .business_items .info .title{font-family: 'kumbhsans';font-weight: bold;font-size: 20px;min-height: 4.5em; color: #333333;}
.module .business_items .info .link{margin-top: 10px;font-family: 'kumbhsans'}
.kb .module .business_items .info .title{min-height: 4em;}
.kits .business_items .info .title{min-height: 4em;}
.kits .business_items .info .desc{height: auto;}
.kits .img_warp img{object-fit: cover;}

.form_module{background-color: #D96E1C;margin-top: 45px;}
.form_module .warp{width: 90%;margin: 0px auto;padding: 2.5% 5%;display: flex;justify-content: start;align-items: start;}
.form_module .left_info{width: 48%;color: #fff;margin-right: 2%;}
.form_module .form_warp{width: 50%;}
.form_module .left_info .title{font-family: 'kumbhsans';font-weight: bold;font-size: 28px;margin-bottom: 30px;}
.form_module .left_info .desc{margin-top: 15px;font-size: 16px;}

.form_warp ul{display: flex;justify-content: start;align-items: start;flex-wrap: wrap;}
.form_warp ul li{width: 50%;margin-bottom: 15px;}
.form_warp ul li:nth-child(2n+1){width: 49%;margin-right: 1%;font-size: 16px;}
.form_warp ul li:last-child{width: 100%;margin-right: 0;}
.form_warp ul li input{width: 100%;border-radius: 4px;background-color: #f9f9f9;line-height: 45px;height: 45px;border: none;padding: 0% 2%;}
.form_warp ul li textarea{width: 100%;border-radius: 4px;border: none;padding: 1% 1%;height: 100px;}
.form_warp ul li input::placeholder,.form_warp ul li textarea::placeholder{color: #999;}
.form_warp .gtm_submit_btn{background: #D96E1C;border-radius: 6px;border: 2px solid #FFFFFF;font-family: 'kumbhsans';font-size: 16px;color: #FEFEFE;margin-top: 0;}


.inde_about{background-color: #F7FAFC;}
.inde_about .layout{display: flex;justify-content: start;align-items: start;padding: 3.5% 0;}
.inde_about .left{width: 50%;padding-right: 2%;}
.inde_about .left .title{font-family: 'kumbhsans';font-weight: 500;font-size: 35px;color: #333333;margin-bottom: 10px;}
.inde_about .left .desc{font-family: 'kumbhsans';font-size: 17px;color: #666666;line-height: 30px;}
.inde_about .left a{background-color: #D96E1C;font-family: 'kumbhsans';font-size: 18px;color: #FFFFFF;line-height: 30px;margin-top: 20px;display: inline-block;padding: 1% 4%;border: 2px solid transparent;transition: .3s;}
.inde_about .left a:hover{background-color: transparent;border: 2px solid #D96E1C;color: #D96E1C;}
.inde_about .img_warp{width: 50%;}

.advantage_items .layout{display: flex;justify-content: start;align-items: start;padding: 2.7% 0;flex-wrap: wrap;}
.advantage_items .advantage_item{width: 50%;margin-bottom: 30px;}
.advantage_items .advantage_item:nth-child(2n+1){padding-right: 2%;}
.advantage_items .advantage_item .title{font-family: 'kumbhsans';font-weight: bold;font-size: 22px;color: #333333;margin-bottom: 10px;}
.advantage_items .advantage_item .desc{font-family: 'kumbhsans';font-size: 18px;color: #666666;line-height: 30px;}
.advantage_items .advantage_item:nth-child(3),.advantage_items .advantage_item:nth-child(4){margin-bottom: 0;}

.kits{background: url(./img/demo/modue_bg.webp) no-repeat center top/cover;width: 100%;margin: 0px auto;max-width: none;background-attachment: fixed;}
.kits .layout{padding-top: 1px;padding-bottom: 45px;}
.kits .index_title .desc{color: #28407C;fong-family: 'kumbhsans';font-weight: bold;}
.kits .business_items .info{text-align: left;background-color: rgba(255, 255, 255, .6);}
.kits .business_items .desc{margin-top: 10px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;height: 4.6em;}
.kits .business_items li {width: 32%;}
.kits .business_items li:nth-child(2n){margin-right: 1%;}
.kits .business_items li:nth-child(3n){margin-right: 0;}

.flow_path{background: url(./img/demo/flow_path_bg.webp) no-repeat center/cover;width: 100%;margin: 0px auto;max-width: none;padding-top: 80px;padding-bottom: 70px;}
.flow_path .index_title{margin-top: 0;}
.flow_path .index_title .title{font-family: 'kumbhsans';font-weight: bold;font-size: 35px;color: #333333;}
.flow_path_warp{display: flex;justify-content: start;align-items: center;flex-wrap: wrap;}
.flow_path_warp .img_warp{width: 34%;margin-right: 2%;padding-bottom: 24%;}
.flow_path_list{width: 64%;font-family: 'kumbhsans';font-size: 16px;color: #28407C;line-height: 1.5;}
.flow_path_list p{margin-bottom: 10px;}
.flow_path_list p span{margin-right: 5px;}
.flow_path .small_title{position: relative;font-family: 'kumbhsans';font-size: 16px;color: #444444;margin-top: 12px;padding-left: 15px;}
.flow_path .small_title::before{position: absolute;left: 0;top: 50%;transform: translateY(-50%);width: 4px;height: 25px;background-color: #d96e1c;content: ' ';display: block;}


.news .list_news{display: flex;justify-content: start;align-items: start;flex-wrap: wrap;}
.news .list_item{width: 32%;margin-right: 1.3%;}
.news .list_item:nth-child(3){margin-right: 0;}
.news .list_item .img_warp{padding-bottom: 54%;}
.news .list_item .info{padding: 3% 2%;}
.news .list_item .title{font-family: 'kumbhsans';font-weight: bold;font-size: 17px;color: #333;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow: ellipsis;line-height: 1.5;padding-bottom: 0;}
.news .list_item .desc{font-family: 'kumbhsans';font-size: 14px;color: #444444;margin-top: 20px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;text-overflow: ellipsis;}
.news .list_item:hover img{transform: scale(1.1);}
.news .list_item:hover .title{color:#D96E1C ;}

/*web footer*/
.web_footer{background-color: #394a6b;padding-top: 80px;margin-top: 100px;}
.web_footer .layout{display: flex;justify-content: start;align-items: start;flex-wrap: wrap;margin-bottom: 50px;}
.web_footer .footer_item{width: 25%;padding-right: 3%;color: #fff;}
.web_footer .footer_item .title{font-family: 'kumbhsans';font-weight: normal;font-size: 22px;color: #FFFFFF;text-transform: uppercase;margin-bottom: 20px;}
.web_footer .footer_item .title b{display: none;}
.web_footer .footer_item .text{font-family: 'kumbhsans';font-size: 16px;color: #FFFFFF;}
.web_footer .footer_item a{font-family: 'kumbhsans';font-size: 16px;color: #FFFFFF;font-size: 16px;}
.web_footer .footer_item li{margin-bottom: 10px;}
.web_footer .footer_info{padding-right: 0;}
.web_footer .footer_info .product-list{text-decoration: dashed;padding-left: 20px;}
.web_footer .footer_info .product-list li{list-style: disc;line-height: 30px;}
.web_footer .footer_item a:hover{color: #D96E1C;}
.footer_share{display: flex;justify-content: start;align-items: center;margin-top: 20px;}
.footer_share li{margin-right: 8px;background-color: #fff;border-radius: 4px;}
.footer_share a{display: flex;justify-content: center;align-items: center;width: 35px;height: 35px;}
.footer_share li a:nth-child(2){display: none;}
.footer_share li:hover a:nth-child(2){display: flex;}
.footer_share li:hover a:nth-child(1){display: none;}
.footer_share li:hover:nth-child(1){background-color: #3C5A99;}
.footer_share li:hover:nth-child(2){background-color: #0E76A8;}
.footer_share li:hover:nth-child(3){background-color: #000;}
.footer_share li:hover:nth-child(4){background-color: #FF0000;}
.footer_share li:hover:nth-child(5){background-color: #D96E1C;}
.footer_share li img{width: 70%;}
.footer_bottom{background-color: #d96e1c;line-height: 45px;text-align: center;font-family: 'kumbhsans';font-size: 16px;color: #FFFFFF;}
.footer_bottom a{color: #fff;}


.scrollsidebar, .scrollsidebar a { color: #999; font-size: 12px; font-family: Arial; }
.scrollsidebar a{display: flex;justify-content: center;align-items: center;height: 100%;}
.scrollsidebar a img{width: 60%;}
.goTop img{width: 100%;}
.scrollsidebar { position: absolute; top: 170px; right: 0; z-index: 30; }
.show_btn { position: absolute; top: 100px; right: 0; display: block; cursor: pointer; }
.side_content { float: left; overflow: hidden; width: 0; height: auto; }
.side_content .side_list { position: relative; overflow: hidden; width: 140px; border: 1px solid #dadada; border-radius: 8px; background: #fff; }
.side_content .side_list .hd img { width: 100%; border-bottom: 1px solid #dadada; }
.side_content .side_list .cont li { position: relative; height: 40px; border-bottom: 1px solid #dadada; list-style: none; line-height: 40px; }
.side_content .side_list .cont li a { position: relative; display: block; padding: 0 0 0 43px; text-decoration: none; }
.side_content .side_list .cont li a:before { position: absolute; top: 0; left: 10px; display: block; overflow: hidden; width: 25px; height: 40px; background-position: center center; background-repeat: no-repeat; content: ""; }
.side_content .side_list .cont li .email:before { background-image: url(img/custom_service/icons01.png); }
.side_content .side_list .cont li .skype:before { background-image: url(img/custom_service/icons02.png); }
.side_content .side_list .cont li .inquiry:before { background-image: url(img/custom_service/icons03.png); }
.side_content .side_list .cont li .qq:before { background-image: url(img/custom_service/icons04.png); }
.ww { margin-left: -30px; }
.side_content .side_list .t-code { padding: 10px 10px 7px; border-bottom: 1px solid #dadada; }
.side_content .side_list .t-code img { width: 100%; }
.side_content .side_list .side_title { padding: 0 12px; height: 30px; line-height: 30px; }
.side_content .side_list .side_title .close_btn { position: absolute; right: 10px; bottom: 0; width: 12px; height: 30px; background: url(img/custom_service/close.png) no-repeat center center; cursor: pointer; }
.side_content .side_list .side_title .close_btn span { display: none; }

.scrollBtn{background: #D96E1C;border-radius: 10px;margin-bottom: 5px;position: relative;width: 50px;height: 50px;color: #fff;font-size: 35px;text-align: center;cursor: pointer;}
.scrollBtn a{display: block;display: flex;justify-content: center;align-items: center;}
.scrollBtn .scrollInfo{width: 100px;background:#D96E1C;position: absolute;left: -105px;top: 0;display: none;transition: all ease-in-out .35s;border-radius: 5px;}
.scrollBtn:hover  .scrollInfo{display: block;} 


/* page */
.breadcrumbs{text-align: center;position: relative;}
.breadcrumbs .layout{position: absolute;left: 50%;top:50%; transform:translate(-50%,-50%);text-align: left;color: #fff;}
.breadcrumbs .layout .title{font-family: 'kumbhsans';font-weight: 500;font-size: 35px;color: #FFFFFF;margin-bottom: 30px;}
.breadcrumbs_warp{display: flex;justify-content: start;align-items: center;flex-wrap: wrap;}
.breadcrumbs_warp a{font-family: 'kumbhsans';font-size: 16px;color: #FFFFFF;}
.breadcrumbs_warp i{margin: 0px 5px;}

.about_us{margin-top: 80px;}
.about_us .page_warp{display: flex;justify-content: start;align-items: center;flex-wrap: wrap;}
.about_us .page_warp .left{width: 50%;padding-right: 2%;}
.about_us .page_warp .left .title{font-family: 'kumbhsans';font-weight: 500;font-size: 35px;color: #333333;margin-bottom: 40px;}
.about_us .page_warp .left .desc {font-family: 'kumbhsans';font-size: 18px;color: #666666;line-height: 30px;}
.about_us .page_warp .img_warp{width: 50%;padding-bottom: 24%;}
.about_info{margin-top: 40px;font-family: 'kumbhsans';font-size: 18px;color: #666666;line-height: 30px;}
.page_video{margin-top: 20px;}
.about_us .list_icon{margin-top: 80px;background: url(./img/demo/iconbg.webp) no-repeat center/cover;padding: 80px 0px;text-align: center;}
.about_us .list_icon .title{font-family: 'kumbhsans';font-weight: 500;font-size: 35px;color: #333333;}
.about_us .list_icon ul{display: flex;justify-content: start;align-items: start;margin-top: 50px;}
.about_us .list_icon ul li{width: 25%;}
.about_us .list_icon ul li .title{font-family: 'kumbhsans';font-weight: bold;font-size: 22px;color: #333333;margin-top: 30px;margin-bottom: 15px;}
.about_us .list_icon ul li .desc{font-family: 'kumbhsans';font-size: 16px;color: #666666;}
.page_form{display: flex;justify-content: start;align-items: center;margin-top: 80px;}
.page_form .left{width: 40%;padding-right: 5%;}
.page_form .left .title{font-family: 'kumbhsans';font-weight: bold;font-size: 35px;color: #333333;margin-bottom: 40px;}
.page_form .left .desc{font-family: 'kumbhsans';font-size: 16px;color: #333333;}
.page_form .form_warp{width: 60%;}
.page_form .form_warp ul li textarea{background-color: #f9f9f9;}
.page_form .form_warp .gtm_submit_btn{border-radius: 0;}


.faq_page{margin-top: 60px;text-align: center;padding-bottom: 60px;}
.faq_page .title{font-family: 'kumbhsans';font-weight: 500;font-size: 35px;color: #333333;}
.faq_page .desc{font-family: 'kumbhsans';font-size: 18px;color: #666666;margin: 10px auto 30px;}
.faq_list{display: flex;justify-content: start;align-items: start;}
.faq_page ul{width: 48%;text-align: left;}
.faq_page ul:nth-child(2n+1){margin-right: 4%;}
.faq_page ul li .question{background-color: #E9E9E9;font-family: 'kumbhsans';font-weight: 400;font-size: 18px;color: #666666;padding: 1.5% 3%;position: relative;cursor: pointer;}
.faq_page ul li .question::before{content: '+';font-size: 36px;color: #666666;position: absolute;right: 1%;top:50%;transform: translateY(-50%);line-height: 36px;height: 36px;}
.faq_page ul li .answer{background-color: #fff;padding: 3% 3%;display: none;white-space: pre-wrap;}
.faq_page ul li .answer p,.faq_page ul li .answer li{margin-bottom: 15px;line-height: 1.8;}
.faq_page ul li.active .question{background-color: #D96E1C;color: #fff;}
.faq_page ul li.active .question::before{color: #fff;content: '-';font-size: 65px;line-height: 36px;height: 46px;}

.kit_design{padding-top: 60px;background-color: #f7fafc;}
.kit_design .layout .title{font-family: 'kumbhsans';font-weight: 600;font-size: 35px;color: #333333;text-align: center;}

.kit_design { display: flex; justify-content: start; align-items: start; flex-wrap: wrap;}
.kit_design .kit_design_swiper{margin-top: 60px;padding-bottom: 80px;}
.kit_design .item {width: 32%;margin-right: 1%;display: block;width: 100%;}
.kit_design .item :nth-child(3n){margin-right: 0;}
.kit_design .item .img_warp{padding-bottom: 63%;}
.kit_design .swiper-slide:hover img{transform: scale(1.1);}
.kit_design .swiper-slide:hover .title,.kit_design .swiper-slide:hover .link{color: #D96E1C;}
.kit_design .info{padding: 14px 3%;text-align: center;}
.kit_design .info .title{font-family: 'kumbhsans';font-weight: bold;font-size: 20px;color: #333333;}
.kit_design .info .link{font-family: 'kumbhsans';font-size: 14px;color: #444444;}
.kit_design .swiper-pagination-bullet{background-color: #999;}



.index_product { position: relative; padding: .55rem 0;
text-align: center; }
.product_items { width: calc(100% + 22px); margin-left: -11px; }
.product_item { position: relative; display: inline-block; vertical-align: top; text-align: center; overflow: hidden; width: 33.33%; float: left; padding: 11px; }
.product_item figure { position: relative; border: 1px solid #eeeeee; overflow: hidden; }
.product_item .item_img { position: relative; overflow: hidden; display: block; transition: all ease-in-out .3s; -webkit-transition: all ease-in-out .3s; padding-bottom: 63%;}
.product_item .item_img img { position: absolute; width: 100%; height: 100%;object-fit: cover;left: 0;top: 0;transition: .3s;}
.product_item .item_img a { position: absolute; width: 100%; height: 100%; left: 0; top: 0; z-index: 2; }
.product_item figcaption {  bottom: 0; left: 0; width: 100%; text-align: left; color: #fff; z-index: 99; background: #1a202c; padding: 10px;  }
.product_item:hover figcaption { transform: translateY(0); -webkit-transform: translateY(0); }
.product_item .item_title a { font-weight: normal; font-size:.18rem;color: #fff; display: flex;justify-content: center;align-items: center; font-family: 'kumbhsans'; text-transform: capitalize; height: 6em;text-align: center;}
.product_items_wrap.current .product_item .item_img { -webkit-animation: flipInY 1.5s linear; animation: flipInY 1.5s linear }
.product_item .product_btn { position: relative; display: block; font-family: 'kumbhsans'; line-height: 30px; color: #D96E1C; text-transform: uppercase; font-weight: normal; font-size: 16px; transition: all ease-in-out .3s; -webkit-transition: all ease-in-out .3s; }
.product_item .product_btn:after { content: ">>"; padding-left: 3px; }
.product_item .product_btn:hover { padding-left: 7px; }
.product_item:hover .item_img img{ transform: scale(1.1); }
/*index_products*/


/*page_banner*/
.page_banner { position: relative; }
.page_banner img { width: 100%; }
/*product_nav*/
.product_nav { position: relative; text-align: center; padding: 0 0 96px; }
.product_nav ul { }
.product_nav ul li { display: inline-block; vertical-align: top; font-size: 24px; padding: 0 30px 30px; }
.product_nav ul ul { position: absolute; width: 100%; height: 96px; left: 0; top: 50px; background:/*rgba(11,162,155,.75)*/#48b9b3; display: none; padding: 35px 0 0 }
.product_nav ul ul li { font-size: 18px; font-family: 'kumbhsans'; }
.product_nav ul ul li:before { content: "-"; color: #FFF; margin: 0 7px 0 0; }
.product_nav ul ul li a { color: #FFF; }
.product_nav ul li { }
.product_nav li.nav-current >a { color: #D96E1C }
.product_nav li.nav-current >ul, .product_nav li:hover >ul { display: block; }
.items_list ul { width: calc(100% + 22px); margin-left: -11px; }
.items_list .product_item { width: 33%; }
/*----------------------------------aside---------------------------------*/	
.aside {
  float: left;
  width: 250px;
}

.side-tit-bar {
  position: relative;
}

.side-tit-bar .side-tit {
  position: relative;
  padding-left: 15px;
  background: #D96E1C;
  color: #fff;
  font-weight: 400;
  font-size: 20px;
  font-family: 'kumbhsans';
  line-height: 38px;
}

.side-widget {
  position: relative;
  overflow: hidden;
  margin: 0 0 40px;
}

.side-widget+.side-widget {
  padding-top: 20px;
}

.side-cate {
  overflow: hidden;
  margin-top: 30px;
}

.side-cate li {
  position: relative;
  font-size: 16px;
  line-height: 25px;
  color: #353333;
  padding-left: 15px;
  margin-bottom: 9px;
}

.side-cate li a {
  position: relative;
  display: block;
  padding-left: 10px;
}

.side-cate li a:before {
  content: "";
  width: 6px;
  height: 6px;
  background: #353333;
  position: absolute;
  left: 0;
  top: 9px;
}

.side-cate ul {
  display: none;
  overflow: visible !important;
  background-color: #fff;
}

.side-cate li a {
  -webkit-transition: color .3s ease-in-out;
  -o-transition: color .3s ease-in-out;
  transition: color .3s ease-in-out;
}

.side-cate li ul {
  position: relative;
}

.side-cate li li {}

.side-cate li li a {
  color: #595959;
}

.side-cate li a:hover,
.side-cate li.active>a {
  color: #D96E1C;
}

.side-cate li a:hover:before,
.side-cate li.active>a:before {
  background-color: #D96E1C;
}

.side-cate li .icon-cate {
  position: absolute;
  top: 0;
  right: 0;
  display: inline-block;
  overflow: hidden;
  width: 40px;
  height: 25px;
  border-radius: 0%;
  color: #616265;
  text-align: center;
  font-size: 10px;
  line-height: 25px;
  cursor: pointer;
  -webkit-transition: all .2s ease;
  -o-transition: all .2s ease;
  transition: all .2s ease;
}

.side-cate li .icon-cate:before {
  padding-right: 1px;
  padding-left: 1px;
}

.side-cate li .icon-cate.icon-cate-down:before {
  content: '\f04b';
}

.side-cate li .icon-cate.icon-cate-up:before {
  content: '\f04b';
}

.side-cate li .icon-cate.icon-cate-up {
  -webkit-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
}

.side-widget .cate-type-list>li {}

.side-widget .cate-type-list>li>a {
  margin-right: 0;
  padding-left: 15px;
}

.side-widget .cate-type-list>li>a:before {
  width: 4px;
  height: 4px;
  background-color: #595959;
}

.side-cate li.has-child>a {
  padding-right: 40px;
}

.side-cate li.has-child ul {
  margin-top: 6px;
}

.side-cate li.nav-current>.icon-cate {
  color: #214c96;
}

.side-cate>li.nav-current>a,
.side-cate>li.nav-current>.icon-cate {
  color: #D96E1C;
}

.side-cate li li.nav-current>a {
  color: #D96E1C;
}

.side-product-items {
  position: relative;
  margin-top: 8px;
}

.side-product-items .items_content {
  position: relative;
  padding: 35px 0;
}

.side_product_item {
  position: relative;
  display: block;
  overflow: hidden;
  width: 100%;
}

.side_product_item figure {
  position: relative;
  display: table;
  overflow: hidden;
  width: 100%;
}

.side_product_item .item-img,
.side_product_item figcaption {
  display: table-cell;
  vertical-align: middle;
}

.side_product_item .item-img {
  position: relative;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 70px;
}

.side_product_item .item-img img {
  display: block;
  width: 100%;
}

.side_product_item figcaption {
  padding-left: 15px;
}

.side_product_item figcaption h3 {
  font-weight: normal;
  font-size: 14px;
}

.side_product_item figcaption h3 a {
  display: block;
  display: -webkit-box;
  overflow: hidden;
  max-height: 3.2em;
  text-overflow: ellipsis;
  word-wrap: break-word;
  line-height: 1.6em;
  -ms-word-break: break-all;
  word-break: break-all;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.side_product_item figcaption h3 a:hover,
.side_product_item .item-img:hover+figcaption h3 a {
  color: #214c96;
}

.side_product_item:hover .item-img {
  border-color: #214c96;
}

.side-product-items .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.side-product-items .side_slider {
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 330px;
}

.side-product-items .side_slider .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

/* .side-product-items .side_product_item {
  height: auto !important;
} */

.side-product-items .btn-prev,
.side-product-items .btn-next {
  position: absolute;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 32px;
  color: #ccd3d9;
  text-align: center;
  font-size: 38px;
  line-height: 32px;
  opacity: 1;
  cursor: pointer;
  filter: alpha(opacity=100);
}

.side-product-items .swiper-button-disabled {
  color: #eee;
  cursor: default;
}

.side-product-items .btn-prev:before,
.side-product-items .btn-next:before {
  display: inline-block;
  -webkit-transform: scale(2.5, 1);
  -o-transform: scale(2.5, 1);
  transform: scale(2.5, 1);
  -ms-transform: scale(2.5, 1);
  font-family: 'fontawesome';
}

.side-product-items .btn-prev {
  top: 0;
}

.side-product-items .btn-prev:before {
  content: '\f106';
}

.side-product-items .btn-next {
  bottom: 0;
}

.side-product-items .btn-next:before {
  content: '\f107';
}

.side-product-items .btn-prev:not(.swiper-button-disabled):hover,
.side-product-items .btn-next:not(.swiper-button-disabled):hover {
  color: #000;
}

.aside .side-bn {
  margin: 0 0 40px;
  width: 100%;
}

.aside .side-bn img {
  width: 100%;
}
/*----------------------------------main---------------------------------*/
.main { position: relative; width: 100%; }
.Product-list-Page{position: relative;width: calc(100% - 285px);float: left;padding-left: 3%;top: 2px;}
.search .Product-list-Page{width: 100%;}
.search .items_list .product_item{width: 25%;}
.main .title { position: relative; font-size: .3rem;
line-height: 50px; font-weight: normal; letter-spacing: 0.7px; text-transform: capitalize; padding-bottom: 15px; }
.page_title { position: relative; font-size: .24rem;
text-transform: capitalize; margin: 0 0 25px; font-weight: normal; border-bottom: 1px solid #cfcfcf; padding-bottom: 25px; }
.page_bar { position: relative; line-height: 31px; height: 33px; margin: 50px 0; text-align: center; font-size: 12px; }
.page_bar a, .page_bar span { position: relative; display: inline-block; vertical-align: top; min-width: 33px; padding: 0 5px; border: 1px solid #e6e8e7; margin: 0 0 0 8px; text-align: center; border-radius: 3px; }
.page_bar a.current, .page_bar a:hover { border-color: #D96E1C; color: #D96E1C; }
/*-------------------------------------------------------- 
													page: single Product
 																------------------------------------------------------*/
/*product photos*/
 
.product-intro { position: relative; overflow: hidden; }
.cloud-zoom-lens { border: 1px solid #eee; cursor: move; }
.cloud-zoom-title { position: absolute !important; background-color: #000; color: #fff; padding: 3px; width: 100%; text-align: center; font-weight: bold; font-size: 10px; top: 0px; }
.cloud-zoom-big { overflow: hidden; padding: 0px; }
.cloud-zoom-loading { color: white; background: #222; padding: 3px; border: 1px solid #000; }
.product-view .product-image.zoom_remove:after { content: ""; position: absolute; width: 100%; height: 100%; left: 0; bottom: 0; z-index: 999; }
.product-view { position: relative; width: 41.6%; float: left; }
.product-view .product-image { position: relative; border: 1px solid #ddd; }
.product-view .product-image img { position: relative; width: 100%; }
.image-additional-wrap{position: relative;}
.product-view .image-additional { position: relative; width: 92%; margin: 20px auto; overflow: hidden; }
.product-view .image-additional li { position: relative; width: 100%; }
.product-view .image-additional li.single { display: none; }
.product-view .image-additional li img { position: relative; width: 68%; margin: 0 16%; border: 1px solid #ddd; padding: 1px; }
.product-view .image-additional li a { position: relative; display: block; }
.product-view .image-additional li.current img { border: 2px solid #D96E1C; }
.product-view .image-additional img.popup { display: none; }
.ad_prompt { position: absolute; display: block; top: 50%; left: 0; width: 100%; line-height: 40px; margin: -20px 0 0; text-align: center; color: #ff6f00; font-size: 20px; -webkit-animation: twinkling 1s infinite ease-in-out; animation: twinkling 1s infinite ease-in-out; display: none; }
.product-view .image-additional.swiper-container-horizontal>.swiper-pagination-bullets { display: none; }
.product-view .swiper-button-next, .product-view .swiper-button-prev { width: 30px; height: 30px; margin-top: -15px; opacity: 1; }
.product-view .swiper-button-prev, .product-view .swiper-container-rtl .swiper-button-next { background: url(img/pd_left.png) no-repeat center center; background-size: auto; left: -10px; }
.product-view .swiper-button-next, .product-view .swiper-container-rtl .swiper-button-prev { background: url(img/pd_right.png) no-repeat center center; background-size: auto; right: -10px; }
/*product summary*/
.product-summary { position: relative; width: 53%; float: right; padding: 10px 0; }
.product-summary .product-meta { line-height: 25px; }
.product-summary .product-meta p span{
    font-family: Verdana, sans-serif;
  }
.product-summary .product-meta h3 { margin: 0 0 10px; font-size: 16px; }
.product-summary .product-meta li {
    width: 100%;
    display: table;
    padding: 2px 0;
    font-size: 16px
}

.product-summary .product-meta li em {
    display: table-cell;
    width: 40%;
    color: #aaa
}

.product-summary .product-meta li .item-val {
    display: table-cell;
    -ms-word-break: break-all;
    word-break: break-all;
    word-wrap: break-word
}

.product-btn-wrap { position: relative; margin: 20px 0 0; }
.product-btn-wrap .email, .product-btn-wrap .pdf, .product-btn-wrap .buy { position: relative; display: inline-block; *display:inline;
 *zoom:1;
vertical-align: top; height: 39px; line-height: 35px; padding: 0 20px; font-family: 'kumbhsans'; font-size: 16px; border-radius: 3px; background: #D96E1C; border: 2px solid #D96E1C; color: #FFF; text-transform: capitalize; margin: 0 15px 10px 0; }
.product-btn-wrap .buy { text-transform: uppercase; font-size: 18px; padding: 0 30px; }
.product-btn-wrap .email:hover, .product-btn-wrap .pdf:hover, .product-btn-wrap .buy:hover { background: none; color: #D96E1C; }
.product-summary .share-this { margin: 30px 0 0; }
/* product detail */
.product-detail { position: relative; overflow: visible; margin: 30px 0 0; }
.detail-tabs { position: relative; }
.detail-tabs .title { position: relative; display: inline-block; vertical-align: top; *display:inline;
*zoom:1;
height: 39px; line-height: 35px; padding: 0 20px; cursor: pointer; margin: 0 20px 0 0; text-transform: uppercase; font-weight: normal; font-size: 14px; color: #222931; letter-spacing: .6px; }
.detail-tabs .title.current { color: #FFF; background: #D96E1C; }
.product-detail .tab-panel-content { padding: 10px 0; display: block; overflow: hidden }
.product-detail .disabled { display: none; }
/*like product*/
.goods-may-like { }
.goods-may-like .title {
font-size: .24rem; margin: 50px 0 20px; text-transform: uppercase; font-weight: normal; letter-spacing: .6px; color: #222931; }
.goods-may-like .product_item { margin: 0; padding: 0; }
/*public*/
.web_main { position: relative; overflow: hidden; }
.page_main{margin-top: 50px;}
/*path_nav*/
.path_bar { position: relative; overflow: hidden; text-align: left; }
.path_bar .path_nav { display: block; }
.path_bar, .path_bar a {
line-height: .72rem; color: #17161c; font-family: 'kumbhsans'; font-size: 14px; text-transform: uppercase; }
.path_bar li { display: inline-block; vertical-align: top; position: relative; font-size: 14px; text-transform: capitalize; }
.path_bar li:after { content: "/"; margin: 0 5px 0 7px; font-weight: bold; color: #787878; }
.path_bar li:last-child:after { display: none; }
.mobile-head-items { display: none; }
/*page_product_nav*/
.page_product_nav { }
.page_product_nav .title { font-family: 'kumbhsans'; text-transform: uppercase; font-size: 33.8px; line-height: 41px; letter-spacing: 0; padding-bottom: 17px; margin-top: -8px; }
.page_product_nav .page_nav { margin-bottom: .32rem;
}
.page_product_nav .page_nav li { display: inline-block; }
.page_product_nav .page_nav li.current { }
.page_product_nav .page_nav li a { color: #000; line-height: 28px; font-family: "Arial"; font-weight: bold; font-size: 18px; text-transform: capitalize; margin-right: 26px; }
.page_product_nav .page_nav li.current>a { color: #D96E1C; }
.page_product_nav .page_nav li ul{margin: 10px 0;}
/*-------------------------------------------------------- 
													page: blog list
																	------------------------------------------------------*/
.blog_list { position: relative; width: 100%; }
.blog-item { position: relative; width: 100%; overflow: hidden; padding: 20px; }
.blog-item:nth-child(2n+1) { background: #f9f9f9; }
.blog-item:before { content: ""; position: absolute; left: 0; bottom: 0; width: 100%; height: 1px; border-top: 1px solid #ccc; border-bottom: 1px solid #ccc; }
.blog-item .item-wrap { }
.blog-item .item-img { position: relative; display: block; max-width: 200px; margin: 0 20px 0 0; float: left; padding-bottom: 9%;width: 50%;}
.blog-item .item-img img { position: absolute; width: 100%;height: 100%;left: 0;top: 0;object-fit: cover; }
.blog-item .item-info { }
.blog-item .item-info .item-title { font-size: 16px; }
.blog-item .item-info time { display: block; font-style: italic; margin: 8px 0; }
.blog-item .item-info .item-detail { }
.blog-item .item-info .item-more { float: right; color: #8f9395; margin: 10px 0 0; }
.blog-item .item-info .item-more:hover{color: #D96E1C;}

/*-------------------------------------------------------- 
													page: download list
																	------------------------------------------------------*/
.download_list { position: relative; width: 100%; }
.download-item { position: relative; overflow: hidden; padding: 15px 0; margin: 0 0 10px; line-height: 30px; border-bottom: 1px solid #eee; }
.download-item .item-img { max-width: 25px; }
.download-item .item-title { position: relative; display: inline-block; *display:inline;
vertical-align: top; *zoom:1;
margin: 0 10px; font-size: 16px; font-weight: bold; }
.download-item .item-button { position: relative; display: inline-block; *display:inline;
vertical-align: top; *zoom:1;
float: right; line-height: 30px; padding: 0 15px; border: 1px solid #ccc; background: #eee; border-radius: 5px; cursor: pointer; }
.download-item .item-button:before { content: "\f019"; margin: 0 10px 0 0; }
/*-------------------------------------------------------- 
													page: faq list
																	------------------------------------------------------*/
.faq_list { position: relative; width: 100%; }
.faq-item { position: relative; width: 100%; overflow: hidden; padding: 0 25px; border: 1px solid #eee; margin: 0 0 20px; }
.faq-item .faq-title { position: relative; font-size: 16px; padding: 15px 0; cursor: pointer; }
.faq-item .faq-title:before { position: absolute; content: "\f067"; right: 0; font-size: 14px; }
.faq-item .faq-title.show-title:before { content: '\f068'; }
.faq-item .faq-title h3 { font-weight: normal; font-family: 'kumbhsans'; }
.faq-item .faq-cont { margin: 0 0 25px; display: none; }
.faq-item:first-child .faq-cont { display: block; }
@media only screen and (max-width: 768px) {
.inquiry-form .form-btn-wrapx .form-btn-submitx { top: 0 !important; }
}
@media only screen and (max-width: 1680px) {
}
@media only screen and (max-width: 1366px) {
}
@media only screen and (max-width: 1250px) {
.header-top {
    height: .5rem;
}
.head_wel , .head-contact .head-mail a, .head-contact .head-phone a{
    line-height: .5rem;font-size: .16rem;
}
.header_right {
    margin-top: 4px;
}
.nav_wrap .head_nav > li {
    padding: .3rem 20px 15px;
}
.nav_wrap .head_nav li ul {
    top: .8rem;
}

.index_title {
    margin-bottom: .3rem;
    padding-bottom: 28px;
    margin-top: .3rem;
}
.company_business_container {
    padding-bottom: .5rem;
}
.index_products {
    padding-bottom: .3rem;
}
.company_subscribe {
    padding: .5rem 0;
}
.company_subscribe .title {
    line-height: .33rem;
    font-size: .26rem;
}
.company_subscribe .button {
    height: .4rem;
    line-height: .4rem;
    font-size: 16px;
    margin-top: .22rem;
}

.index_client_wrap {
    padding: .3rem 0;
}

.path_bar, .path_bar a {
    line-height: .5rem;
    font-size: 12px;
}




.page_product_nav .title {
    padding-bottom: 0;
    padding-top: 0;    font-size: 28px;
}
.page_product_nav .page_nav li a {
    font-size: 14px;
    margin-right: 22px;
}
}
@media only screen and (max-width: 1200px) {
.layout { width: 95%; }
body { min-width: inherit; }
.nav_wrap .head_nav > li {
    padding: 20px 15px;
}
.index_title .title {
    font-size: .35rem;
    letter-spacing: 1px;
}
.index_title {
    margin-bottom: .15rem;
    padding-bottom: .15rem;
    margin-top: .15rem;
}
.index_title:after {
    height: 5px;
}
.business_item figcaption {
    padding: .2rem 10px;
}
.index_service_intr { 
    padding: .25rem 0; 
}
.service_items {

    display: block;
    justify-content: unset;
}
.service_item , .service_item:first-child {
    padding: 0;
    width: 24.5%;
}
.service_item .item_title { 
    line-height: .5rem;
    font-size: .4rem;
}
.service_item .item_text {
    font-size: .16rem;
    line-height: .22rem;
}
 
.path_bar, .path_bar a { line-height: .45rem;
}
 
}
@media only screen and (max-width: 1100px) {
.module .business_items .info .title{min-height: 6em;}

}
@media only screen and (max-width: 950px) {
.product_item .item_title a{font-size: 14px;height: 6em;}
.module{margin-bottom: 40px;}
.web_main{margin-top: 50px;}
.z10000 { position: relative; z-index: 100000; }
.mobile-body-mask { width: 100%; height: 100vh; background: rgba(0, 0, 0, 0.6); position: fixed; left: 0; top: 0; z-index: 999 }
.mobile-ico-close { width: 30px; height: 30px; background: #fff url(img/mobile_close.png) center center no-repeat; background-size: 50% auto; position: absolute; right: -35px; top: 0; }
.sub-content { position: relative; display: block; right: auto; border-radius: 0; border: none; box-shadow: none; z-index: 99999; }
.lang-more { display: none !important }
.mobile-head-items { position: fixed; top: 0; left: 0; z-index: 999; display: flex; width: 100%; height: 100px; background: #fff; justify-content: space-between;align-items: center; padding: 0% 5%;}
.mobile-head-items .warp{display: flex;justify-content: space-between;align-items: center;width: 30%;min-width: 180px;}
.mobile-head-item {  width: 45px; }
.mobile-head-language{margin: 0% 10%;}
.mobile-head-item.mobile-head-aside { float: right; }
.mobile-head-items  .logo{display: inline-block;}
.mobile-head-item .title { overflow: hidden; width: 100%;  color: #333; text-align: center; cursor: pointer; -webkit-tap-highlight-color: rgba(0,0,0,0); }
.mobile-head-item .title a { position: relative; display: block; color: #333; }
.mobile-head-item.mobile-head-home .title a:before { content: '\f015'; }
.mobile-head-item.mobile-head-nav .title:before { content: ' '; font-family: iconfont; font-size: 31px;background: url(./img/demo/nav.webp) no-repeat center/cover;width: 39px;height: 34px;}
.mobile-head-item.mobile-head-language .title:before { content: " "; font-family: iconfont; font-size: 31px;background: url(./img/demo/lan.webp) no-repeat center/cover; width: 35px;height: 35px;}
.mobile-head-item.mobile-head-search .title:before { content: " "; font-family: iconfont;font-size: 31px;background: url(./img/demo/search.webp) no-repeat center/cover;width: 31px;height: 31px;}
.mobile-head-item.mobile-head-social .title:before { content: "\f007"; }
.mobile-head-item.mobile-head-aside .title:before { content: "\e613";  font-family: iconfont;font-size: 22px;}
.mobile-head-item .main-content-wrap { top: 0; z-index: 99999; display: block; background: #FFF; }
.mobile-head-item .main-content-wrap .content-wrap { overflow-y: auto; padding: 15px 10px; height: 100%; background-color: #fff; }
.mobile-head-item .main-content-wrap.middle-content-wrap .content-wrap { overflow-y: hidden; }
.mobile-head-item .side-content-wrap { position: fixed; left: -70%; display: block; width: 70%; height: 100%; }
.mobile-head-item .middle-content-wrap { position: absolute; left: 0; visibility: hidden; padding: 20px 0; width: 100%; height: auto; opacity: 0; }
.mobile-head-item .middle-show-content-wrap { top: 30px; visibility: visible; opacity: 1; }

 
.web_head .head_nav, .head-contact , .header_right , .header-top , .search-toggle{ display: none; }
 .nav_wrap {padding-right: 0;display: none;}
.logo { position: relative; float: none;  display: table; }
.web_head { padding: 100px 0 0; height: auto; }
.head-search-form { -webkit-transform: scale(1); transform: scale(1); position: relative; right: auto; top: auto; width: 100%; height: .4rem;
}
.head-search { position: relative; width: 100%; margin: 0 auto; right: auto; top: auto; }
.head-search .search-ipt { background: #D96E1C; position: absolute; width: 100%; height: 100%; left: 0; top: 0; color: #FFF; padding: 0 10px; box-shadow: unset; }
.head-search .search-ipt::placeholder{color: #fff;}
/*nav */
.head_nav li { position: relative; display: block; width: 100%; font-size: 16px; }
.head_nav > li { border-bottom: 1px solid #eee; line-height: 35px; }
.head_nav>li.has-child a b{display: none;}
.head_nav>li.has-child b{position: absolute; right: 0; top: 0; color: #999; font-size: 16px;width: 35px;display: flex;justify-content: center;align-items: center;}
.head_nav > li.has-child b:after { content: '\f105';  font-family: fontawesome;transition: .3s;}
.head_nav>li.has-child b.open::after{transform: rotate(90deg);}
.head_nav li ul { display: block; width: 100%;display: none;}
.head_nav li ul li { width: auto; padding: 0 10px; font-size: 14px; text-transform: lowercase; line-height: 30px; text-transform: capitalize;}
.head_nav li ul li:before { content: ""; width: 3px; height: 3px; background: #999; border-radius: 50%; position: absolute; left: 0; top: 15px; }
.head_nav li ul li li { line-height: 25px; font-family: 'kumbhsans'; }
.head_nav li ul li li:before { display: none; }
body .main table td {
  width: 30%;
}
/*index*/
.index_title .title {
 font-size: .28rem; }
.product_items { text-align: left; }
.product_item { width: 33.333%;padding: 5px; }
 .product_item figcaption {
    position: relative;
    bottom: auto;
    left: auto;
    width: 100%;
    padding: 10px;
    transform: unset;
    -webkit-transform: unset;
}

.scrollsidebar{display: none !important;}
.module .business_items li{width: 100%;}
.index_title .desc{margin-top: 15px;}
.form_module .warp{flex-direction: column;padding: 7.5% 0 ;}
.form_module .left_info{width: 100%;}
.form_module .form_warp{width: 100%;margin-top: 20px;}
.form_module .left_info .title{font-size: 20px;margin-bottom:15px ;}
.form_module .left_info .desc{font-size: 14px;}

.inde_about .layout{flex-direction: column;}
.inde_about .left{width: 100%;padding-right: 0;}
.inde_about .img_warp{width: 100%;margin-top: 20px;}

.advantage_items .advantage_item{width: 100%;}
.advantage_items .advantage_item:nth-child(2n+1){margin-right: 0;}

.flow_path_warp{flex-direction: column;}
.flow_path_warp .img_warp{width: 100%;}
.flow_path_list{width: 100%;margin-top: 15px;}

.news .list_news{flex-direction: column;}
.news .list_item{width: 100%;margin-right: 0;}
.news .list_item .desc{display: none;}

.web_footer .layout{flex-direction: column;}
.web_footer .footer_item{width: 100%;padding-right: 0;margin-top: 20px;}
.web_footer .footer_nav ul{display: none;}
.web_footer .footer_item li{margin-top: 10px;margin-bottom: 0;}
.web_footer .footer_nav .title{margin-bottom: 0;padding-bottom: 5px;border-bottom: 1px solid #fff;position: relative;}
.web_footer .footer_nav .title b{content: "\e620";color: #fff;font-size: 16px;position: absolute;right: 5%;top: 50%;transform: translateY(-50%);font-family: iconfont;display: block;}
.web_footer .footer_info .title{display: none;}
.footer_bottom{width: 100%;line-height: 1.5;padding: 3% 5%;}
body .flow_path {
  padding-top: 40px;
}
body .flow_path .index_title .title {
  font-size: 24px;
}
body .about_us .page_warp .left .title {
  margin-bottom: 20px;

}
body .Submit_tent {
  padding-bottom: 20px;
}
body .web_footer {
  margin-bottom: 80px;
  margin-top: 50px;
}
body .swiper-container-horizontal>.swiper-pagination-bullets, body  .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
}
body .kit_design .kit_design_swiper {
  padding-bottom: 40px;
}
.basic-info {display: flex; position: fixed; bottom: 0; left: 0; width: 100%; z-index: 100;}
.basic-info a {background: #D96E1C;width: 33.3333%;height: 80px;display: flex;justify-content: center;align-items: center;border-right: 1px solid #D96E1C;}
.basic-info a:nth-child(2){border-left: 1px solid #fff;border-right: 1px solid #fff;}
.basic-info a:last-child {border-right: 0;}
.basic-info a span {font-size: 30px;color: #fff;}

.breadcrumbs img{display: none;}
.breadcrumbs .layout{position: static;width: 100%;color: #333;transform: none;padding: 0 5%;background-color: #ebebeb;}
.breadcrumbs .layout .title{display: none;}
.breadcrumbs_warp{height: auto;}
.breadcrumbs_warp a{color: #333;}


.about_us{margin-top: 20px;}
.about_us .page_warp{flex-direction: column;}
.about_us .page_warp .left{width: 100%;padding-right: 0;}
.about_us .page_warp .img_warp{width: 100%;margin-top: 30px;padding-bottom: 48%;}
.about_us .list_icon{margin-top: 40px;padding-top: 40px;}
.about_us .list_icon ul{margin-top: 25px;flex-wrap: wrap;}
.about_us .list_icon ul li{width: 50%;margin-bottom: 20px;}
.about_us .list_icon ul li img{width: 65%;max-width: 120px;}
.about_us .list_icon ul li .title{height: 3em;font-size: 18px;}
.about_us .list_icon ul li .desc{font-size: 14px;}

.page_form{flex-direction: column; margin-top: 40px;}
.page_form .left{width: 100%;}
.page_form .left .title{font-size: 24px;margin-bottom: 20px;}
.page_form .left .desc{font-size: 14px;}
.page_form .form_warp{width: 100%;margin-top: 30px;}

.faq_list{flex-direction: column;}
.faq_page ul{width: 100%;}
.faq_page ul:nth-child(2n+1){margin-right: 0;}




.icon-whatsapp:before {
  content: "\e97b";
}
.icon-backtop:before {
  content: "\e629";
}
.icon-Email:before {
  content: "\e623";
}


.index_products {
    padding-bottom:10px;
}

.company_business_container {
    padding-bottom: .2rem;
}
.index_about_wrap { 
    padding: .3rem 0;
}
.index_about_wrap:before{     width: 100%;
    background-color: rgba(0,0,0,.65);}
.index_about_wrap .index_title .title{ color:#fff;}
.index_about_wrap .about_info {
    width: 100%;
    padding-right: 0;
    margin: auto;
    background: transparent;
}
.about_detail {
    color: #ffffff;
    font-size: 14px;
    line-height: 20px;
}
.company_subscribe .title {
    line-height: .24rem;
    font-size: .18rem;
} 
.company_subscribe {
    padding: .3rem 0;
}
.client_items {
    display: block;
    justify-content: unset;
}
.client_items li {
    width: 19%;
    display: inline-block;
    padding: 0 10px;
}
.business_items {
    display: block;
    justify-content: unset;
    max-width: unset; 
}
.business_item {
    width: 33.33%;
    float: left;
    padding: 0 5px;
}
.business_item figcaption {
    padding: 10px 0;
}
.business_title { 
    font-size: .16rem;
    line-height: .22rem; 
}
.business_text {
    font-size: 12px;
}
.foot_items {
    padding: .15rem 0;
}
.foot_item.foot_item_contact {
    padding: 0;
}
/*footer*/
.foot_item { width: 50%;  }
.foot_item .title {
    margin: 0 0 7px 0;
    font-size: 18px;
}
.foot_item.foot_item_contact address li.foot_addr {
    margin: 0 0 10px;
}
.foot_items, .foot_items a { 
    font-size: 14px;
    line-height: 22px; 
}
.foot_item.foot_item_subscribe{    padding-right: 15px;}
.foot_item_subscribe .button {
    height: .4rem;
    line-height: .4rem;
    font-size: 16px;
    margin-top: .2rem;
}

/* aside */
.aside { display: none; }
.side-product-items .btn-prev, .side-product-items .btn-next { display: none; }
.side_product_item { display: inline-block; vertical-align: top; width: 48%; padding: 2px; }
.side_product_item figure { padding: 0 5px; }
.side_product_item .item-img, .side_product_item figcaption { width: 100%; display: block; padding: 0 }
.side_product_item figcaption { padding: 10px 0; text-align: center; }
/* main */
.main { width: 98%; float: none; margin: 0 auto; }
.items_list { width: 100%; }
.product-item { width: 100%; }
.product-item .item-wrap { margin: 8px; }
/* product intro */
.video_close { display: none }
.image-additional li.image-item.current img { border: none; }
.product-view { width: 100%; float: none; margin: 0 auto; }
.product-view .image-additional li img { width: 90%; margin: 0 5%; }
.product-view .product-image, .single_product_items { display: none }
.image-additional-wrap { display: block; }
.product-view .image-additional { width: 100%; margin: 0; }
.product-view .image-additional ul { width: 100%; }
.product-view .image-additional li { width: 100%; margin: 0; }
.product-view .image-additional li a { padding: 0; }
.product-view .image-additional li.current img { border-color: inherit; }
.product-view .image-additional li.single { display: block }
/* product summary */
.product-summary { position: relative; width: 100%; float: none; }
.product-summary .share-this { float: none; margin: 30px 0; }
.product-btn-wrap a { margin: 0 0 10px !important; }
/* product detail  */ 
.page_title {
 font-size: .2rem; margin: 0 0 15px; padding-bottom: 15px; }
.goods-may-like .title {
 font-size: .2rem; text-transform: capitalize; margin: .3rem 0 .2rem 0;
padding-bottom: 0; line-height: .45rem;
}
.main.Product-list-Page { width: 100%; }
.main.Product-list-Page .items_list { margin-top: 0; }
.main.Product-list-Page .product_item { width: 33.33%; }
.page_main .layout { padding-bottom: 0; }
}
@media only screen and (max-width:768px) {
}
@media only screen and (max-width:640px) {
 
.index_service_intr {
    display: none;
}
.business_item {
    width: 100%;
    float: none;
    padding: 0;
    text-align: center;
}
.company_subscribe { 
    display: none;
}
 .product_item .item_title a { 
    font-size: 14px; 
}
}
@media only screen and (max-width: 480px) {
.gotop { display: none !important; }
 
.foot_item { width: 100%; padding: 0; }
.product-view { width: 100%; }
.side-widget { margin: 0 0 30px; }
.side-cate li a { padding: 0 20px; }
.side-cate li li a { padding: 0 30px; }
.side_product_item { padding: 5px; width: 100%; }
.blog-item .item-img { width: 150px; }
.table_wrap { overflow-x: scroll; }
 
.foot_item { 
    margin-top: 10px;
}
.main.Product-list-Page .product_item { width: 100%; }
.main.Product-list-Page .product_item, .product_item { width: 50%; }
 
}
@media only screen and (max-width: 320px) {
.side_product_item { width: 100%; }
.product_item, .items_list .product_item { width: 100%;  }
.main.Product-list-Page .product_item { width: 100%; }
}
/*-------------------------------
			font start
			----------------------------------*/
@font-face { font-family: 'fontawesome'; src: url("fonts/Font-Awesome/fontawesome-webfont.eot"); src: url("fonts/Font-Awesome/fontawesome-webfont.eot?#iefix&v=4.5.0") format("embedded-opentype"), url("fonts/Font-Awesome/fontawesome-webfont.woff") format("woff2"), url("fonts/Font-Awesome/fontawesome-webfont.woff") format("woff"), url("fonts/Font-Awesome/fontawesome-webfont.ttf") format("truetype"), url("fonts/Font-Awesome/fontawesome-webfont.svg#fontawesomeregular") format("svg"); font-weight: normal; font-style: normal; font-display: fallback; }
@font-face { font-family: 'kumbhsans'; src: url("fonts/kumbhsans.woff2") format('woff2'); font-weight: 400; font-style: normal;font-display: fallback; }
@font-face { font-family: "iconfont"; src: url('fonts/iconfont.woff2') format('woff2'), url('fonts/iconfont.woff') format('woff'),url('fonts/iconfont.ttf') format('truetype'); font-style: normal;font-display: fallback;}



/*-------------------------------
			search  start
			----------------------------------*/
.container { position: relative; min-height:100vh;}
.search-ipt { border: 0; background: transparent; border-radius: 0; -webkit-appearance: none; }
.web-search { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center;visibility: hidden; }
.web-search .btn--search-close { display:inline-block;font-size:1.8em; position:absolute; top:1.25em; right:1.25em; display:none; background-image:url(img/search_btn_close.png);background-position:center;background-repeat:no-repeat; -webkit-background-size: auto 35%;background-size: auto 35%; background-color:#ccc;width:36px;height:36px;line-height:36px;cursor:pointer;-webkit-transition:transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease; }
.web-search .btn--search-close:hover{background-color:#ff9900;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);-o-transform:rotate(90deg);transform:rotate(90deg);}
.js .btn--search-close { display: block; }
.web-search .search-ipt { font-family: 'kumbhsans'; line-height: 1em; display: inline-block; box-sizing: border-box; width: 75%; padding: 0.05em 0; color: #333; border-bottom: 3px solid; font-size:20px; }
.web-search .search-ipt::-webkit-input-placeholder {color: #333;font-weight: bold;}
.web-search .search-ipt::-moz-placeholder {opacity: 1;color: #333;font-weight: bold;}
.web-search .search-ipt:-ms-input-placeholder {color: #333;font-weight: bold;}
.web-search .search-ipt::-webkit-search-cancel-button, .web-search .search-ipt::-webkit-search-decoration {-webkit-appearance: none;}
.web-search .search-ipt::-ms-clear {display: none;}
.web-search .search-attr { font-size: 90%;display: block; width: 75%; margin: 0 auto; padding: 0.85em 0; text-align: right; color: #333; }
.js .container { position: relative; -moz-transition:all .4s ease-in-out; -webkit-transition:all .4s ease-in-out; -ms-transition:all .4s ease-in-out; -o-transition:all .4s ease-in-out; transition:all .4s ease-in-out;  }
.js .main-wrap--move {height: 100vh; }
.js .web-search { pointer-events: none; }
.js .search--open { pointer-events: auto; opacity:1; visibility:visible;}
.web-search .btn--search-close { opacity: 0;-webkit-transition: opacity 0.3s ease;-o-transition: opacity 0.3s ease;transition: opacity 0.3s ease; }
.search--open .btn--search-close { opacity: 1; -webkit-transition: transform .3s ease;-o-transition: transform .3s ease;transition: transform .3s ease; -webkit-animation: bounceInA 1s ease;-o-animation: bounceInA 1s ease;animation: bounceInA 1s ease;}
.search__suggestion, .web-search .search-attr { opacity: 0;-moz-transform: translate3d(0, 30px, 0); -webkit-transform: translate3d(0, 30px, 0); -ms-transform: translate3d(0, 30px, 0); -o-transform: translate3d(0, 30px, 0); transform: translate3d(0, 30px, 0);-moz-transition: opacity 0.8s, transform 0.8s; -webkit-transition: opacity 0.8s, transform 0.8s; -ms-transition: opacity 0.8s, transform 0.8s; -o-transition: opacity 0.8s, transform 0.8s; transition: opacity 0.8s, transform 0.8s; }
.search--open .search-attr { opacity: 1;-moz-transform: translate3d(0, 0, 0); -webkit-transform: translate3d(0, 0, 0); -ms-transform: translate3d(0, 0, 0); -o-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); font-size:20px; }
.js .web-search .search-ipt {font-size: 60px;font-weight: bold;border-bottom-width: 1px;padding: 15px 0;-moz-transform: scale3d(0, 1, 1); -webkit-transform: scale3d(0, 1, 1); -ms-transform: scale3d(0, 1, 1); -o-transform: scale3d(0, 1, 1); transform: scale3d(0, 1, 1);-moz-transform-origin: 0% 50%; -webkit-transform-origin: 0% 50%; -ms-transform-origin: 0% 50%; -o-transform-origin: 0% 50%; transform-origin: 0% 50%;-moz-transition: transform .3s; -webkit-transition: transform .3s; -ms-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; opacity: 0;text-transform: uppercase;}
.js .web-search .search-ipt,.web-search .search-attr {-webkit-transition-delay: 0.4s;-o-transition-delay: 0.4s;transition-delay: 0.4s;}
.js .search--open .search-ipt {-moz-transform: scale3d(1, 1, 1); -webkit-transform: scale3d(1, 1, 1); -ms-transform: scale3d(1, 1, 1); -o-transform: scale3d(1, 1, 1); transform: scale3d(1, 1, 1);opacity: 1;-moz-transition-duration: 0.4s; -webkit-transition-duration: 0.4s; -ms-transition-duration: 0.4s; -o-transition-duration: 0.4s; transition-duration: 0.4s; }
.js .search--open .search-btn { display:none !important; }
.web-search .search-attr{padding-bottom: 0;}
.js .web-search{width: 100%;height: 210px;position: fixed;left: 0;top: 0;padding: 25px 0;margin: auto;z-index: 100001;perspective: 1200px;}
.js .web-search::before {content: '';position: absolute;top: 0;right: 0;width: 100%;height: 100%;opacity: 0;background: rgba(255, 255, 255, 0.98);background-color: #fff\9;-webkit-transform:translateY(-100%);-ms-transform:translateY(-100%);-o-transform:translateY(-100%);transform:translateY(-100%);-webkit-transition: all .3s ease;-o-transition: all .3s ease;transition: all .3s ease;}
.js .search--open::before {opacity: 1;-webkit-transform: none;-ms-transform: none;-o-transform: none;transform: none;}
.main-wrap--move:after{content: '';display: block;width: 100%;height: 100%;background-color: rgba(0,0,0,0.5);position: fixed;left: 0;top: 0;z-index: 100000;}
/*-------------------------------
			search  end
			----------------------------------*/


/*-------------------------------
			font end
			----------------------------------*/
/*-------------------------------
			swiper-slide end
			----------------------------------*/
.slider_banner { position: relative; overflow: hidden; }
.swiper-container-no-flexbox .swiper-slide { float: left }
.swiper-container-vertical>.swiper-wrapper { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column }
.swiper-wrapper { position: relative; width: 100%; height: 100%; z-index: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-box-sizing: content-box; box-sizing: content-box }
.swiper-container-android .swiper-slide, .swiper-wrapper { -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0) }
.swiper-container-multirow>.swiper-wrapper { -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap }
.swiper-container-free-mode>.swiper-wrapper { -webkit-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out; margin: 0 auto }
.swiper-slide { -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; width: 100%; height: 100%; position: relative; overflow: hidden; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform }
.swiper-invisible-blank-slide { visibility: hidden }
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide { height: auto }
.swiper-container-autoheight .swiper-wrapper { -webkit-box-align: start; -webkit-align-items: flex-start; -ms-flex-align: start; align-items: flex-start; -webkit-transition-property: height, -webkit-transform; transition-property: height, -webkit-transform; -o-transition-property: transform, height; transition-property: transform, height; transition-property: transform, height, -webkit-transform }
.swiper-container-3d { -webkit-perspective: 1200px; perspective: 1200px }
.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper { -webkit-transform-style: preserve-3d; transform-style: preserve-3d }
.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top { position: absolute; left: 0; top: 0; width: 100%; height: 100%; pointer-events: none; z-index: 10 }
.swiper-container-3d .swiper-slide-shadow-left { background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) }
.swiper-container-3d .swiper-slide-shadow-right { background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) }
.swiper-container-3d .swiper-slide-shadow-top { background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) }
.swiper-container-3d .swiper-slide-shadow-bottom { background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, 0))); background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: -o-linear-gradient(top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)); background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0)) }
.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal>.swiper-wrapper { -ms-touch-action: pan-y; touch-action: pan-y }
.swiper-container-wp8-vertical, .swiper-container-wp8-vertical>.swiper-wrapper { -ms-touch-action: pan-x; touch-action: pan-x }
.swiper-button-next, .swiper-button-prev { position: absolute; top: 50%; width: 50px; height: 50px; margin-top: -31.5px; z-index: 10; cursor: pointer; opacity: 0; -moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; }
.swiper-container:hover .swiper-button-next, .swiper-container:hover .swiper-button-prev { }
.swiper-container:hover .swiper-button-prev { left: 65px; }
.swiper-container:hover .swiper-button-next { right: 65px; }
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled { cursor: auto; pointer-events: none; display: none; }
.swiper-button-prev, .swiper-container-rtl .swiper-button-next { background: url(img/prev.png) no-repeat center center; background-size: cover; left: 10px; right: auto }
.swiper-button-next, .swiper-container-rtl .swiper-button-prev { background: url(img/next.png) no-repeat center center; background-size: cover; right: 10px; left: auto }
.slider_banner:hover .swiper-button-prev { left: 120px; opacity: 1; }
.slider_banner:hover .swiper-button-next { right: 120px; opacity: 1; }
.swiper-button-lock { display: none }
.swiper-pagination { position: absolute; text-align: center; -webkit-transition: .3s opacity; -o-transition: .3s opacity; transition: .3s opacity; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); z-index: 10 }
.swiper-pagination.swiper-pagination-hidden { opacity: 0 }
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction { bottom: 35px; left: 0; width: 100% }
.swiper-pagination-bullets-dynamic { overflow: hidden; font-size: 0 }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transform: scale(.33); -ms-transform: scale(.33); transform: scale(.33); position: relative }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1) }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1) }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev { -webkit-transform: scale(.66); -ms-transform: scale(.66); transform: scale(.66) }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev { -webkit-transform: scale(.33); -ms-transform: scale(.33); transform: scale(.33) }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next { -webkit-transform: scale(.66); -ms-transform: scale(.66); transform: scale(.66) }
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next { -webkit-transform: scale(.33); -ms-transform: scale(.33); transform: scale(.33) }
.swiper-pagination-bullet { width: 10px; height: 10px; display: inline-block; vertical-align: middle; border-radius: 100%; background: #eee; }
button.swiper-pagination-bullet { border: none; margin: 0; padding: 0; -webkit-box-shadow: none; box-shadow: none; -webkit-appearance: none; -moz-appearance: none; appearance: none }
.swiper-pagination-clickable .swiper-pagination-bullet { cursor: pointer }
.swiper-pagination-bullet-active { background: #D96E1C; }
.swiper-container-vertical>.swiper-pagination-bullets { right: 10px; top: 50%; -webkit-transform: translate3d(0, -50%, 0); transform: translate3d(0, -50%, 0) }
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 6px 0; display: block }
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic { top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); width: 8px }
.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { display: inline-block; -webkit-transition: .2s top, .2s -webkit-transform; transition: .2s top, .2s -webkit-transform; -o-transition: .2s transform, .2s top; transition: .2s transform, .2s top; transition: .2s transform, .2s top, .2s -webkit-transform }
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet { margin: 0 3px }
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic { left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); white-space: nowrap }
.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transition: .2s left, .2s -webkit-transform; transition: .2s left, .2s -webkit-transform; -o-transition: .2s transform, .2s left; transition: .2s transform, .2s left; transition: .2s transform, .2s left, .2s -webkit-transform }
.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet { -webkit-transition: .2s right, .2s -webkit-transform; transition: .2s right, .2s -webkit-transform; -o-transition: .2s transform, .2s right; transition: .2s transform, .2s right; transition: .2s transform, .2s right, .2s -webkit-transform }
.swiper-pagination-progressbar { background: rgba(0, 0, 0, .25); position: absolute }
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill { background: #007aff; position: absolute; left: 0; top: 0; width: 100%; height: 100%; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top }
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill { -webkit-transform-origin: right top; -ms-transform-origin: right top; transform-origin: right top }
.swiper-container-horizontal { overflow: hidden; }
.swiper-container-horizontal>.swiper-pagination-progressbar { width: 100%; height: 4px; left: 0; top: 0 }
.swiper-container-vertical>.swiper-pagination-progressbar { width: 4px; height: 100%; left: 0; top: 0 }
.swiper-pagination-white .swiper-pagination-bullet-active { background: #D96E1C }
.swiper-pagination-progressbar.swiper-pagination-white { background: rgba(255, 255, 255, .25) }
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill { background: #fff }
.swiper-pagination-black .swiper-pagination-bullet-active { background: #000 }
.swiper-pagination-progressbar.swiper-pagination-black { background: rgba(0, 0, 0, .25) }
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill { background: #000 }
.swiper-pagination-lock { display: none }
.swiper-scrollbar { border-radius: 10px; position: relative; -ms-touch-action: none; background: rgba(0, 0, 0, .1) }
.swiper-container-horizontal>.swiper-scrollbar { position: absolute; left: 1%; bottom: 3px; z-index: 50; height: 5px; width: 98% }
.swiper-container-vertical>.swiper-scrollbar { position: absolute; right: 3px; top: 1%; z-index: 50; width: 5px; height: 98% }
.swiper-scrollbar-drag { height: 100%; width: 100%; position: relative; background: rgba(0, 0, 0, .5); border-radius: 10px; left: 0; top: 0 }
.swiper-scrollbar-cursor-drag { cursor: move }
.swiper-scrollbar-lock { display: none }
.swiper-zoom-container { width: 100%; height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; text-align: center }
.swiper-zoom-container>canvas, .swiper-zoom-container>img, .swiper-zoom-container>svg { max-width: 100%; max-height: 100%; -o-object-fit: contain; object-fit: contain }
.swiper-slide-zoomed { cursor: move }
.swiper-lazy-preloader { width: 42px; height: 42px; position: absolute; left: 50%; top: 50%; margin-left: -21px; margin-top: -21px; z-index: 10; -webkit-transform-origin: 50%; -ms-transform-origin: 50%; transform-origin: 50%; -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite; animation: swiper-preloader-spin 1s steps(12, end) infinite }
.swiper-lazy-preloader:after { display: block; content: ''; width: 100%; height: 100%; background-position: 50%; background-size: 100%; background-repeat: no-repeat }
.swiper-lazy-preloader-white:after { }
@-webkit-keyframes swiper-preloader-spin { 100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
@keyframes swiper-preloader-spin { 100% {
-webkit-transform:rotate(360deg);
transform:rotate(360deg)
}
}
.swiper-container .swiper-notification { position: absolute; left: 0; top: 0; pointer-events: none; opacity: 0; z-index: -1000 }
.swiper-container-fade.swiper-container-free-mode .swiper-slide { -webkit-transition-timing-function: ease-out; -o-transition-timing-function: ease-out; transition-timing-function: ease-out }
.swiper-container-fade .swiper-slide { pointer-events: none; -webkit-transition-property: opacity; -o-transition-property: opacity; transition-property: opacity }
.swiper-container-fade .swiper-slide .swiper-slide { pointer-events: none }
.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active { pointer-events: auto }
.swiper-container-cube { overflow: visible }
.swiper-container-cube .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1; visibility: hidden; -webkit-transform-origin: 0 0; -ms-transform-origin: 0 0; transform-origin: 0 0; width: 100%; height: 100% }
.swiper-container-cube .swiper-slide .swiper-slide { pointer-events: none }
.swiper-container-cube.swiper-container-rtl .swiper-slide { -webkit-transform-origin: 100% 0; -ms-transform-origin: 100% 0; transform-origin: 100% 0 }
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active { pointer-events: auto }
.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next+.swiper-slide, .swiper-container-cube .swiper-slide-prev { pointer-events: auto; visibility: visible }
.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden }
.swiper-container-cube .swiper-cube-shadow { position: absolute; left: 0; bottom: 0; width: 100%; height: 100%; background: #000; opacity: .6; -webkit-filter: blur(50px); filter: blur(50px); z-index: 0 }
.swiper-container-flip { overflow: visible }
.swiper-container-flip .swiper-slide { pointer-events: none; -webkit-backface-visibility: hidden; backface-visibility: hidden; z-index: 1 }
.swiper-container-flip .swiper-slide .swiper-slide { pointer-events: none }
.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active { pointer-events: auto }
.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top { z-index: 0; -webkit-backface-visibility: hidden; backface-visibility: hidden }
.swiper-container-coverflow .swiper-wrapper { -ms-perspective: 1200px }
.slider_banner .swiper-slide img { width: 100%; }
.slider_banner .swiper-slide img+img { position: absolute; left: 0; top: 0; }
.slider_banner .swiper-slide img { width: 100%; transition: 3s linear; transform: scale(1.08); }
.slider_banner .swiper-slide.swiper-slide-active img { transform: scale(1); }
/*-------------------------------
			swiper-slide end
			----------------------------------*/
/*-------------------------------
			entry-table start
			----------------------------------*/	
.entry { padding: 15px 0; }
.entry strong{color: #000000;}
.entry table strong{color: unset;}
.entry { color: #666; }
.entry a { color: #0030FF; }
.entry a:hover { text-decoration: underline; }
.entry p { margin: 0; padding: 8px 0; font-size: 16px; line-height: 1.5; }
.entry p span{font-family: Verdana, Arial;color: unset;}
.entry table { border-collapse: collapse; border-spacing: 0; width: 100%; margin-bottom: 20px; }
.entry th, .entry td { height: 30px; border: 1px solid #ccc; text-align: left; line-height: 1.5; font-size: 16px; color: #666; background: #fbfbfb; padding: 0 15px; }
.entry th { font-size: 16px; background: #eee; }
.entry td p, .entry th p, .pd-panel .entry td p, .pd-panel .entry th p { margin: 0; padding: 5px; color: #666; font-size: 16px; line-height: 1.3; }
.entry td.amts { color: #cb2027; }
.entry th#cartDelete { text-align: center; }
.entry .button { margin: 15px 10px 0 0; background: #dfdfdf; padding: 8px 15px; border: 0; cursor: pointer; line-height: 1.2; color: #777; font-weight: bold; text-transform: Capitalize; }
.entry .button:hover { background: #cb2027; color: #fff; }
.entry .deletecartitem { width: 50px; text-align: center; }
.entry .deletecartitem label { display: none; }
.entry .stotal td.amts { font-size: 18px; font-weight: bold; }
.entry img.alignleft { float: left; margin: 20px 15px 0 0; }
.entry img.alignright { float: right; margin: 20px 0 0 15px; }
.entry img.alignleftnopad { float: left; margin-left: 0; }
.entry img.alignrightnopad { float: right; margin-right: 0; }
.entry img.aligncenter { text-align: center; display: block; margin: 20px auto 0 auto; }
.entry img { max-width: 100%; }
.cartitem a { color: #292929; font-weight: bold; }
.inquiry-form ul li { background: none; }
.entry .inquiry-form-wrap { margin: 20px 0 0; }
.table_wrap { position: relative; display: block; }
.main table { position: relative; border-collapse: collapse; border-spacing: 0; width: 100%; margin-bottom: 0 !important; }
.main table strong{color: unset;}
.main table th, .main table td { height: 30px; border: 1px solid #ccc; text-align: left; line-height: 1.5; font-size: 16px; color: #000; background: #fbfbfb; padding: 0 15px; }
.main table th { font-size: 16px; background: #eee; }
.main table td p, .main table th p, table td p, table th p { margin: 0; padding: 5px; color: unset; font-size: 16px; line-height: 1.3; }
.main table td.amts { color: #cb2027; }
.main table th#cartDelete { text-align: center; }
.entry li {list-style: auto;}
.entry  li {list-style: none;margin-left: 20px;}
.entry ol li{margin-left: 20px;}
/*-------------------------------
			entry-table end
			----------------------------------*/
 

.kb{margin-top: 0;}
.main_page .kv_info{padding: 40px 0px;background-color: #EDF2F7;}
.main_page .kv_info .title{font-size: 40px;text-align: center;color: #2d3748;}
.main_page .kv_info .small_title{font-size: 30px;text-align: center;color: #2d3748;margin: .5em 0 0.5em;font-weight: bold;}
.main_page .kv_info .desc{font-size: 16px;text-align: center;color: #2d3748;text-align: center;white-space: pre-wrap;}
.main_page .module{padding-top: 40px;}
/*-------------------------------
			scrollsidebar start
			----------------------------------*/
.scrollsidebar, .scrollsidebar a { font-size: 12px; color: #999; font-family: 'kumbhsans',sans-serif; }
.scrollsidebar { position: absolute; z-index: 30; top: 150px; right: 0; }
.show_btn { width: 38px; height: 192px; overflow: hidden; cursor: pointer; display: block; overflow: hidden; background: url(img/custom_service/show_btn.png) no-repeat center center; }
.side_content { width: 0; height: auto; overflow: hidden; float: left; }
.side_content .side_list { width: 140px; overflow: hidden; border: 1px solid #dadada; border-radius: 8px; position: relative; background: #FFF; }
.side_content .side_list .hd img { width: 100%; border-bottom: 1px solid #dadada; }
.side_content .side_list .cont li { height: 40px; line-height: 40px; border-bottom: 1px solid #dadada; list-style: none; position: relative; }
.side_content .side_list .cont li a { position: relative; display: block; padding: 0 0 0 43px; text-decoration: none; }
.side_content .side_list .cont li a:before { content: ""; position: absolute; display: block; overflow: hidden; top: 0; left: 10px; width: 25px; height: 40px; background-repeat: no-repeat; background-position: center center; }
.side_content .side_list .cont li .email:before { background-image: url(img/custom_service/icons01.png); }
.side_content .side_list .cont li .skype:before { background-image: url(img/custom_service/icons02.png); }
.side_content .side_list .cont li .inquiry:before { background-image: url(img/custom_service/icons03.png); }
.side_content .side_list .cont li .qq:before { background-image: url(img/custom_service/icons04.png); }
.ww { margin-left: -30px; }
.side_content .side_list .t-code { padding: 10px 10px 7px; border-bottom: 1px solid #dadada; }
.side_content .side_list .t-code img { width: 100%; }
.side_content .side_list .side_title { height: 30px; line-height: 30px; padding: 0 12px; }
.side_content .side_list .side_title .close_btn { background: url(img/custom_service/close.png) no-repeat center center; width: 12px; height: 30px; position: absolute; bottom: 0; right: 10px; cursor: pointer; }
.side_content .side_list .side_title .close_btn span { display: none; }
/*-------------------------------
			scrollsidebar end
			----------------------------------*/
/*inquiry*/
.inquiry-pop-bd { position: fixed; left: 50%; top: 50%; margin: -300px 0 0 -275px; width: 550px; height: 500px; background: #FFF; box-shadow: 0 0 10px rgba(255, 255, 255, .5); display: none; z-index: 2000; }
.inquiry-pop-bd:before { content: ""; position: fixed; width: 100%; height: 100%; left: 0; top: 0; background: rgba(0, 0, 0, .7); z-index: -1; }
.inquiry-pop-bd .inquiry-pop { position: absolute; width: 100%; height: 100%; left: 0; top: 0; padding: 22px; z-index: 1; background: #FFF; }
.inquiry-pop-bd .inquiry-pop .ico-close-pop { position: absolute; right: -10px; top: -10px; width: 30px; height: 30px; background: url(img/custom_service/fancy_close.png) no-repeat center center; cursor: pointer; z-index: 1; }
.inquiry-form-wrap { position: relative; width: 100.5%; }
.ad_prompt { position: absolute; display: block; top: 50%; left: 0; width: 100%; line-height: 40px; margin: -20px 0 0; text-align: center; color: #ff6f00; font-size: 20px; -webkit-animation: twinkling 1s infinite ease-in-out; animation: twinkling 1s infinite ease-in-out; display: none; }
@media screen and (max-width: 550px) {
.inquiry-pop-bd { width: 98%; height: 450px; left: 0; margin: -265px 0 0 1% }
.inquiry-pop-bd .inquiry-pop { padding: 10px; }
.scrollsidebar { display: none; }
}
/*-------------------------------
			language  start
			----------------------------------*/
.prisna-wp-translate-seo { display: none; font-family: 'kumbhsans',sans-serif; }
.mobile-head-language .prisna-wp-translate-seo, .change-language .prisna-wp-translate-seo { display: block }
.change-language .change-language-title, .change-language .change-language-title a { font-size: 10pt; color: #fff; }
.change-language .change-language-title a:after { font-family: 'fontawesome'; content: "\f107"; font-size: 12px; display: inline-block; }
.change-language:hover .change-language-title a:after { -moz-transform: rotate(-360deg); -webkit-transform: rotate(-180deg); -ms-transform: rotate(-180deg); -o-transform: rotate(-180deg); transform: rotate(-180deg); }
.change-language .change-language-cont { position: absolute; top: 35px; right: -10px; width: 360px; background: #FFF; padding: 20px 10px 20px 20px; transform: scale3d(0.9, 0.9, 1); opacity: 0; visibility: hidden; z-index: 999; -moz-transition: all 0.5s ease-in-out; -webkit-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out; border: 1px solid #eee; border-radius: 5px; overflow-y: scroll; max-height: 80vh; }
.change-language:hover .change-language-cont { transform: scale3d(1, 1, 1); opacity: 1; visibility: visible; }
.change-language .change-language-cont li { display: inline-block; vertical-align: top; width: 30%; margin: 0 0 10px; font-size: 10pt; overflow: hidden; padding: 0 10px 0 0; }
.change-language .change-language-cont .lang-item-hide { display: none !important; }
.change-language .change-language-cont .lang-more { position: relative; display: block; text-align: center; cursor: pointer; }
.language-flag span { position: relative; display: inline-block; vertical-align: top; *display:inline;
*zoom:1;
white-space: nowrap; padding: 0 0 0 33px; overflow: hidden; }
.change-language ::-webkit-scrollbar {
width:5px;
}
.change-language ::-webkit-scrollbar-track {
background-color:#fff;
}
.change-language ::-webkit-scrollbar-thumb {
background-color:rgba(0,0,0,.3);
border-radius:3px;
}
.change-language .language-cont:hover::-webkit-scrollbar-thumb {
display:block
}
.language-flag .country-flag { position: absolute; left: 0; top: 50%; display: inline-block; vertical-align: top; *display:inline;
*zoom:1;
background-repeat: no-repeat; background-image: url(img/all-m.gif); width: 22px; height: 16px; margin: -8px 5px 0; }
li.language-flag a { position: relative; }
.language-flag-af .country-flag { background-position: 0 0 !important; }
.language-flag-sq .country-flag { background-position: 0 -16px !important; }
.language-flag-ar .country-flag { background-position: 0 -32px !important; }
.language-flag-hy .country-flag { background-position: 0 -48px !important; }
.language-flag-az .country-flag { background-position: 0 -64px !important; }
.language-flag-eu .country-flag { background-position: 0 -80px !important; }
.language-flag-be .country-flag { background-position: 0 -96px !important; }
.language-flag-bg .country-flag { background-position: 0 -112px !important; }
.language-flag-ca .country-flag { background-position: 0 -128px !important; }
.language-flag-zh .country-flag { background-position: 0 -144px !important; }
.language-flag-zh-TW .country-flag { background-position: 0 -160px !important; }
.language-flag-hr .country-flag { background-position: 0 -176px !important; }
.language-flag-cs .country-flag { background-position: 0 -192px !important; }
.language-flag-da .country-flag { background-position: 0 -208px !important; }
.language-flag-nl .country-flag { background-position: 0 -240px !important; }
.language-flag-en .country-flag { background-position: 0 -256px !important; }
.language-flag-et .country-flag { background-position: 0 -272px !important; }
.language-flag-tl .country-flag { background-position: 0 -288px !important; }
.language-flag-fi .country-flag { background-position: 0 -304px !important; }
.language-flag-fr .country-flag { background-position: 0 -320px !important; }
.language-flag-gl .country-flag { background-position: 0 -336px !important; }
.language-flag-ka .country-flag { background-position: 0 -352px !important; }
.language-flag-de .country-flag { background-position: 0 -368px !important; }
.language-flag-el .country-flag { background-position: 0 -384px !important; }
.language-flag-ht .country-flag { background-position: 0 -400px !important; }
.language-flag-iw .country-flag { background-position: 0 -416px !important; }
.language-flag-hi .country-flag, .language-flag-te .country-flag, .language-flag-kn .country-flag, .language-flag-ta .country-flag, .language-flag-gu .country-flag { background-position: 0 -432px !important; }
.language-flag-hu .country-flag { background-position: 0 -448px !important; }
.language-flag-is .country-flag { background-position: 0 -464px !important; }
.language-flag-id .country-flag { background-position: 0 -480px !important; }
.language-flag-ga .country-flag { background-position: 0 -496px !important; }
.language-flag-it .country-flag { background-position: 0 -512px !important; }
.language-flag-ja .country-flag { background-position: 0 -528px !important; }
.language-flag-ko .country-flag { background-position: 0 -544px !important; }
.language-flag-la .country-flag { background-position: 0 -560px !important; }
.language-flag-lv .country-flag { background-position: 0 -576px !important; }
.language-flag-lt .country-flag { background-position: 0 -592px !important; }
.language-flag-mk .country-flag { background-position: 0 -608px !important; }
.language-flag-ms .country-flag { background-position: 0 -624px !important; }
.language-flag-mt .country-flag { background-position: 0 -640px !important; }
.language-flag-no .country-flag { background-position: 0 -656px !important; }
.language-flag-fa .country-flag { background-position: 0 -672px !important; }
.language-flag-pl .country-flag { background-position: 0 -688px !important; }
.language-flag-pt .country-flag { background-position: 0 -704px !important; }
.language-flag-ro .country-flag { background-position: 0 -720px !important; }
.language-flag-ru .country-flag { background-position: 0 -736px !important; }
.language-flag-sr .country-flag { background-position: 0 -752px !important; }
.language-flag-sk .country-flag { background-position: 0 -768px !important; }
.language-flag-sl .country-flag { background-position: 0 -784px !important; }
.language-flag-es .country-flag { background-position: 0 -800px !important; }
.language-flag-sw .country-flag { background-position: 0 -816px !important; }
.language-flag-sv .country-flag { background-position: 0 -832px !important; }
.language-flag-th .country-flag { background-position: 0 -848px !important; }
.language-flag-tr .country-flag { background-position: 0 -864px !important; }
.language-flag-uk .country-flag { background-position: 0 -880px !important; }
.language-flag-ur .country-flag { background-position: 0 -896px !important; }
.language-flag-vi .country-flag { background-position: 0 -912px !important; }
.language-flag-cy .country-flag { background-position: 0 -928px !important; }
.language-flag-yi .country-flag { background-position: 0 -944px !important; }
.language-flag-bn .country-flag { background-position: 0 -960px !important; }
.language-flag-eo .country-flag { background-position: 0 -976px !important; }
.language-flag.language-flag-custom-afghanistan .country-flag { background-position: 0 -992px !important; }
.language-flag.language-flag-custom-albania .country-flag { background-position: 0 -1008px !important; }
.language-flag.language-flag-custom-algeria .country-flag { background-position: 0 -1024px !important; }
.language-flag.language-flag-custom-argentina .country-flag { background-position: 0 -1040px !important; }
.language-flag.language-flag-custom-australia .country-flag { background-position: 0 -1056px !important; }
.language-flag.language-flag-custom-austria .country-flag { background-position: 0 -1072px !important; }
.language-flag.language-flag-custom-belgium .country-flag { background-position: 0 -1088px !important; }
.language-flag.language-flag-custom-brazil .country-flag { background-position: 0 -1104px !important; }
.language-flag.language-flag-custom-canada .country-flag { background-position: 0 -1120px !important; }
.language-flag.language-flag-custom-chile .country-flag { background-position: 0 -1136px !important; }
.language-flag.language-flag-custom-cote-d-ivoire .country-flag { background-position: 0 -1152px !important; }
.language-flag.language-flag-custom-ecuador .country-flag { background-position: 0 -1168px !important; }
.language-flag.language-flag-custom-egypt .country-flag { background-position: 0 -1184px !important; }
.language-flag.language-flag-custom-england .country-flag { background-position: 0 -1200px !important; }
.language-flag.language-flag-custom-luxembourg .country-flag { background-position: 0 -1216px !important; }
.language-flag.language-flag-custom-malaysia .country-flag { background-position: 0 -1232px !important; }
.language-flag.language-flag-custom-mexico .country-flag { background-position: 0 -1248px !important; }
.language-flag.language-flag-custom-new-zealand .country-flag { background-position: 0 -1264px !important; }
.language-flag.language-flag-custom-oman .country-flag { background-position: 0 -1280px !important; }
.language-flag.language-flag-custom-qatar .country-flag { background-position: 0 -1296px !important; }
.language-flag.language-flag-custom-saudi-arabia .country-flag { background-position: 0 -1312px !important; }
.language-flag.language-flag-custom-singapore .country-flag { background-position: 0 -1328px !important; }
.language-flag.language-flag-custom-south-africa .country-flag { background-position: 0 0 !important; }
.language-flag.language-flag-custom-switzerland .country-flag { background-position: 0 -1344px !important; }
.language-flag.language-flag-custom-syria .country-flag { background-position: 0 -1360px !important; }
.language-flag.language-flag-custom-united-arab-emirates .country-flag { background-position: 0 -1376px !important; }
.language-flag.language-flag-custom-united-states-of-america .country-flag { background-position: 0 -1392px !important; }
.language-flag-hy .country-flag { background-position: 0 -1408px; }
.language-flag-bs .country-flag { background-position: 0 -1424px; }
.language-flag-ceb .country-flag { background-position: 0 -1440px; }
.language-flag-ny .country-flag { background-position: 0 -1456px; }
.language-flag-ha .country-flag { background-position: 0 -1472px; }
.language-flag-hmn .country-flag { background-position: 0 -1488px; }
.language-flag-ig .country-flag { background-position: 0 -1504px; }
.language-flag-jw .country-flag { background-position: 0 -1520px; }
.language-flag-kk .country-flag { background-position: 0 -1536px; }
.language-flag-km .country-flag { background-position: 0 -1552px; }
.language-flag-lo .country-flag { background-position: 0 -1568px; }
.language-flag-la .country-flag { background-position: 0 -1584px; }
.language-flag-mg .country-flag { background-position: 0 -1600px; }
.language-flag-ml .country-flag { background-position: 0 -1616px; }
.language-flag-mi .country-flag { background-position: 0 -1632px; }
.language-flag-mr .country-flag { background-position: 0 -1648px; }
.language-flag-mn .country-flag { background-position: 0 -1664px; }
.language-flag-my .country-flag { background-position: 0 -1680px; }
.language-flag-ne .country-flag { background-position: 0 -1696px; }
.language-flag-pa .country-flag { background-position: 0 -1712px; }
.language-flag-st .country-flag { background-position: 0 -1728px; }
.language-flag-si .country-flag { background-position: 0 -1744px; }
.language-flag-so .country-flag { background-position: 0 -1760px; }
.language-flag-su .country-flag { background-position: 0 -1776px; }
.language-flag-tg .country-flag { background-position: 0 -1792px; }
.language-flag-uz .country-flag { background-position: 0 -1808px; }
.language-flag-yo .country-flag { background-position: 0 -1824px; }
.language-flag-zu .country-flag { background-position: 0 -1840px; }
/*-------------------------------
			language  end
			----------------------------------*/
/*-------------------------------
			animation  start
			----------------------------------*/
.animated { -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-fill-mode: both; animation-fill-mode: both }
.animated.infinite { -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite }
.animated.hinge { -webkit-animation-duration: 2s; animation-duration: 2s }
@-webkit-keyframes fadeInLeftA { 0% {
opacity:0;
-webkit-transform:translate3d(-20%, 0, 0);
transform:translate3d(-20%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInLeftA { 0% {
opacity:0;
-webkit-transform:translate3d(-20%, 0, 0);
-ms-transform:translate3d(-20%, 0, 0);
transform:translate3d(-20%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
-ms-transform:none;
transform:none
}
}
.fadeInLeftA { -webkit-animation-name: fadeInLeftA; animation-name: fadeInLeftA }
@-webkit-keyframes fadeInUpA { 0% {
opacity:0;
-webkit-transform:translate3d(0, 30px, 0);
transform:translate3d(0, 30px, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInUpA { 0% {
opacity:0;
-webkit-transform:translate3d(0, 30px, 0);
-ms-transform:translate3d(0, 30px, 0);
transform:translate3d(0, 30px, 0)
}
100% {
opacity:1;
-webkit-transform:none;
-ms-transform:none;
transform:none
}
}
.fadeInUpA { -webkit-animation-name: fadeInUpA; animation-name: fadeInUpA }
@-webkit-keyframes fadeInRightA { 0% {
opacity:0;
-webkit-transform:translate3d(20%, 0, 0);
transform:translate3d(20%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
transform:none
}
}
@keyframes fadeInRightA { 0% {
opacity:0;
-webkit-transform:translate3d(20%, 0, 0);
-ms-transform:translate3d(20%, 0, 0);
transform:translate3d(20%, 0, 0)
}
100% {
opacity:1;
-webkit-transform:none;
-ms-transform:none;
transform:none
}
}
.fadeInRightA { -webkit-animation-name: fadeInRightA; animation-name: fadeInRightA }
@-webkit-keyframes twinkling { 0% {
opacity:0;
}
100% {
opacity:1;
}
}
@-webkit-keyframes OrangePulse { from {
background-color: rgba(210,174,109,.2);
-webkit-box-shadow: 0 0 10px rgba(210,174,109,1);
}
50% {
background-color: rgba(210,174,109,1);
-webkit-box-shadow: 0 0 10px rgba(210,174,109,1);
}
to { background-color: rgba(210,174,109,.2); -webkit-box-shadow: 0 0 10px rgba(210,174,109,1); }
}
/*-------------------------------
			language  end
			----------------------------------*/
      .ellipsis{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.ellipsis2{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow:ellipsis;}
.ellipsis3{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;text-overflow:ellipsis;}
.ellipsis4{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;text-overflow:ellipsis;}
.ellipsis5{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 5;overflow: hidden;text-overflow:ellipsis;}
.ellipsis6{display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 6;overflow: hidden;text-overflow:ellipsis;}
.fl-rich-text img {max-width: 100%;height: auto;width: auto;}
.yiny {-moz-box-shadow:0px 5px 21px 5px rgba(196, 196, 196, 0.4);-webkit-box-shadow:0px 5px 21px 5px rgba(196, 196, 196, 0.4);box-shadow:0px 5px 21px 5px rgba(196, 196, 196, 0.4);}

.img_cover{object-fit:cover !important}
.img_contain{object-fit:contain !important}
.con_proImg{position:relative;height: 0;overflow: hidden;padding-bottom: 60%;}
.con_proImg img{position:absolute;width: 100%;height: 100%;left: 0;top: 0;object-fit: cover;}
.listH {}
.listH li {z-index:1;-webkit-transition:all 150ms ease-out 0ms;-moz-transition:all 150ms ease-out 0ms;-o-transition:all 150ms ease-out 0ms;transition:all 150ms ease-out 0ms;}
.listH li:hover {-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05);opacity:1;z-index:20;box-shadow:0 40px 100px 0 rgba(84,84,84,0.5);cursor:pointer !important;}
.tList:after {content:'';display:table;clear:both;}
.tList li {float:left;}
.tList2 {}
.tList2 li {width:48%;margin-left:4%;/* border:1px solid #CDCDCD; */margin-bottom:2%;}
.tList2 li:nth-of-type(2n+1) {margin-left:0;}
.tList3 {}
.tList3 li {width:31%;margin-left:3.5%;margin-bottom:3.5%;}
.tList3 li:nth-of-type(3n+1) {margin-left:0;}
.tList3_miji li{width:33.33%;}
.tList4 {}
.tList4 li {width:23.5%;margin-left:2%;margin-bottom:2%;}
.tList4 li:nth-of-type(4n+1) {margin-left:0;}
.tList5 {}
.tList5 li {width:17%;margin-left:3.75%;margin-bottom:2%;}
.tList5 li:nth-of-type(5n+1) {margin-left:0;}
.tList6 {}
.tList6 li {width:16.666%;}
.tList6 li:nth-of-type(6n+1) {margin-left:0;}
@media screen and (max-width: 550px) {
	.tList4 li{width:49%;margin-left: 0;}
	.tList4 li:nth-of-type(2n+1){float:right}
	.tList3 li{width:100%;margin-left:0}
}

.hide{display: none !important;}
.show{display: block !important;}
.t-c{text-align: center;}
.t-l{text-align: left;}
.t-r{text-align: right;}
.f-s12{font-size: 12px;}
.f-s13{font-size: 3px;}
.f-s14{font-size: 14px;}
.f-s15{font-size: 15px;}
.f-s16{font-size: 16px;}
.f-s17{font-size: 17px;}
.f-s18{font-size: 18px;}
.f-s19{font-size: 19px;}
.f-s20{font-size: 20px;}
.f-s21{font-size: 21px;}
.f-s22{font-size: 22px;}
.f-s23{font-size: 23px;}
.f-s24{font-size: 24px;}
.f-s25{font-size: 25px;}
.f-s26{font-size: 26px;}
.f-s27{font-size: 27px;}
.f-s28{font-size: 28px;}
.f-s29{font-size: 29px;}
.f-s30{font-size: 30px;}
.f-s31{font-size: 31px;}
.f-s32{font-size: 32px;}
.f-s33{font-size: 33px;}
.f-s34{font-size: 34px;}
.f-s35{font-size: 35px;}
.f-s36{font-size: 36px;}
.f-s37{font-size: 37px;}
.f-s38{font-size: 38px;}
.f-s39{font-size: 39px;}
.f-s40{font-size: 40px;}
.w5{width: 50%;}
.w10{width: 10%;}
.w15{width: 15%;}
.w20{width: 20%;}
.w25{width: 25%;}
.w30{width: 30%;}
.w35{width: 35%;}
.w40{width: 40%;}
.w45{width: 45%;}
.w49{width: 49%;}
.w50{width: 50%;}
.w55{width: 55%;}
.w60{width: 60%;}
.w65{width: 65%;}
.w70{width: 70%;}
.w75{width: 75%;}
.w80{width: 80%;}
.w85{width: 85%;}
.w90{width: 90%;}
.w95{width: 95%;}
.w100{width: 100%;}
.m-auto{margin: 0 auto;display: block;}
.m-t5{margin-top: 5px;}
.m-t10{margin-top: 10px;}
.m-t15{margin-top: 15px;}
.m-t20{margin-top: 20px;}
.m-t25{margin-top: 25px;}
.m-t30{margin-top: 30px;}
.m-t35{margin-top: 35px;}
.m-t40{margin-top: 40px;}
.m-t45{margin-top: 45px;}
.m-t50{margin-top: 50px;}
.m-t55{margin-top: 55px;}
.m-t60{margin-top: 60px;}
.m-t65{margin-top: 65px;}
.m-t70{margin-top: 70px;}
.m-t75{margin-top: 65px;}
.m-t80{margin-top: 80px;}
.m-t85{margin-top: 85px;}
.m-t90{margin-top: 90px;}
.m-t95{margin-top: 95px;}
.m-t100{margin-top: 100px;}
.m-b5{margin-bottom: 5px;}
.m-b10{margin-bottom: 10px;}
.m-b15{margin-bottom: 15px;}
.m-b20{margin-bottom: 20px;}
.m-b25{margin-bottom: 25px;}
.m-b30{margin-bottom: 30px;}
.m-b35{margin-bottom: 35px;}
.m-b40{margin-bottom: 40px;}
.m-b45{margin-bottom: 45px;}
.m-b50{margin-bottom: 50px;}
.m-b55{margin-bottom: 55px;}
.m-b60{margin-bottom: 60px;}
.m-b65{margin-bottom: 65px;}
.m-b70{margin-bottom: 70px;}
.m-b75{margin-bottom: 65px;}
.m-b80{margin-bottom: 80px;}
.m-b85{margin-bottom: 85px;}
.m-b90{margin-bottom: 90px;}
.m-b95{margin-bottom: 95px;}
.m-b100{margin-bottom: 100px;}
.pd5{padding:5px}
.p-t5{padding-top: 5px;}
.p-t10{padding-top: 10px;}
.p-t15{padding-top: 15px;}
.p-t20{padding-top: 20px;}
.p-t25{padding-top: 25px;}
.p-t30{padding-top: 30px;}
.p-t35{padding-top: 35px;}
.p-t40{padding-top: 40px;}
.p-t45{padding-top: 45px;}
.p-t50{padding-top: 50px;}
.p-t55{padding-top: 55px;}
.p-t60{padding-top: 60px;}
.p-t65{padding-top: 65px;}
.p-t70{padding-top: 70px;}
.p-t75{padding-top: 65px;}
.p-t80{padding-top: 70px;}
.p-t85{padding-top: 85px;}
.p-t90{padding-top: 90px;}
.p-t95{padding-top: 95px;}
.p-t100{padding-top: 100px;}
.p-b5{padding-bottom: 5px;}
.p-b10{padding-bottom: 10px;}
.p-b15{padding-bottom: 15px;}
.p-b20{padding-bottom: 20px;}
.p-b25{padding-bottom: 25px;}
.p-b30{padding-bottom: 30px;}
.p-b35{padding-bottom: 35px;}
.p-b40{padding-bottom: 40px;}
.p-b45{padding-bottom: 45px;}
.p-b50{padding-bottom: 50px;}
.p-b55{padding-bottom: 55px;}
.p-b60{padding-bottom: 60px;}
.p-b65{padding-bottom: 65px;}
.p-b70{padding-bottom: 70px;}
.p-b75{padding-bottom: 75px;}
.p-b80{padding-bottom: 80px;}
.p-b85{padding-bottom: 85px;}
.p-b90{padding-bottom: 90px;}
.p-b95{padding-bottom: 95px;}
.p-b100{padding-bottom: 100px;}
.p-b30_bai{padding-bottom: 30%;}
.p-b40_bai{padding-bottom: 40%;}
.p-b50_bai{padding-bottom: 50%;}
.p-b60_bai{padding-bottom: 60%;}
.p-b70_bai{padding-bottom: 70%;}
.p-b80_bai{padding-bottom: 80%;}
.p-b150_bai{padding-bottom: 150%;}

.inquiry-pop-bd{position:fixed;left:50%;top:50%;margin:-250px 0 0 -275px;width:550px;height:500px;/* background:#FFF; */box-shadow:0 0 10px rgba(255, 255, 255, .5);display:none;z-index:200000;}
.inquiry-pop-bd:before{content:"";position:fixed;width:100%;height:100%;left:0;top:0;background: rgba(0, 0, 0, .3);z-index:-1;}
.inquiry-pop-bd .inquiry-pop {position:absolute;width:100%;height:100%;left:0;top:0;padding:22px;z-index:1;background:#FFF;-webkit-animation:fadeInDownA .4s ease;-o-animation:fadeInDownA .4s ease;animation:fadeInDownA .4s ease;}
.inquiry-pop-bd .inquiry-pop .ico-close-pop {position:absolute;right:-10px;top:-10px;width:30px;height:30px;background: url(img/custom_service/fancy_close.png) no-repeat center center;cursor:pointer;z-index:1;}
.inquiry-form-wrap {position:relative;;width: 100.5%;margin-top: 30px;}
.ad_prompt {position:absolute;display:block;top:50%;left:0;width:100%;line-height:40px;margin:-20px 0 0;text-align:center;color:#ff6f00;font-size:20px;-webkit-animation:twinkling 1s infinite ease-in-out;animation:twinkling 1s infinite ease-in-out;display:none;}
@media screen and (max-width: 550px) {
.inquiry-pop-bd{width: auto;left: 10px;right: 10px;top: 10px;bottom: 10px;margin: auto;}
.inquiry-pop-bd .inquiry-pop{padding:10px;}
.scrollsidebar {display:none;}
.inquiry-form-wrap{height:auto}
}
.content-wrap.form .ch_form_wrap{ width:100%; font-family:'kumbhsans',sans-serif;margin:0;padding:0;font-size:13px;}
.content-wrap.form .ch_form_wrap .title{font-weight: bold;/* background:#013e5a; */width: 100%;/* height:55px; *//* line-height:55px; *//* color:#fff; */margin:0;padding:0;font-size:16px;padding:0 20px;}
.content-wrap.form .ch_form_wrap .title em{ font-style:normal}
.content-wrap.form .ch_form_wrap .title svg{ display:none}
.content-wrap.form .ch_form_wrap form{position:relative;}
.content-wrap.form .ch_form_wrap ul{ padding:20px 20px 5px;}
.content-wrap.form .ch_form_wrap ul li{ position:relative;list-style:none; margin:0 0 14px;display: flex;min-height: auto;line-height: 40px;}
.content-wrap.form .ch_form_wrap ul li label{ float: left;min-width: 80px}
.content-wrap.form .ch_form_wrap ul,.content-wrap.form .ch_form_wrap ul li,.content-wrap.form .ch_form_wrap ul input,.content-wrap.form .ch_form_wrap ul textarea,.content-wrap.form .ch_form_wrap ul select{position:relative;width:100%;}
.content-wrap.form .ch_form_wrap ul input,.content-wrap.form .ch_form_wrap ul textarea,.content-wrap.form .ch_form_wrap ul select{border:1px solid #eee;border-left: 3px solid #ff6f00;height:39px;padding:0 10px;font-family:'kumbhsans',sans-serif;font-size:13px;}
.content-wrap.form .ch_form_wrap ul textarea{ height:95px; padding:10px;resize: none;}
.content-wrap.form .ch_form_wrap .item_submit{ padding:0 20px;}
.content-wrap.form .ch_form_wrap .item_submit input{width:100%;height:33px;color:#fff;background: #445ba7;border:none;cursor:pointer;-moz-transition-duration:.3s;-webkit-transition-duration:.3s;-o-transition-duration:.3s;-ms-transition-duration:.3s;transition-duration:.3s;}
.content-wrap.form .ch_form_wrap .item_submit input:hover{background: #ff6f00;}
.content-wrap.form .ch_form_wrap .Validform_checktip.Validform_wrong{ position:absolute; right:7px; top:0; display:block; line-height:39px;color:red;pointer-events:none;}
.content-wrap.form .ch_form_wrap .Validform_error{ border-color:red !important;border-left-color:#013e5a !important}
.content-wrap.form .ch_form_wrap .form_tip{position:relative;color:red; padding:0 0 10px;}
.content-wrap.form .ch_form_wrap .email_point{display:none;}
.content-wrap.form .ch_form_wrap ul li input[type=image],input[type=reset],input[type=button],input[type=submit]{width:60px;height: 30px;margin: 5px 10px}
.content-wrap.form #gif-show{top:0 !important;height:100%;display: flex;align-items: center;text-align: center;justify-content: center;}
.content-wrap.form #gif-show img{margin-top:0 !important;}
.content-wrap.livechat{width: 100%;font-family: 'kumbhsans',sans-serif;margin: 0;padding: 0;font-size: 12px;/*border: 1px solid #36a9e1;*/border-top: none;border-radius: 15px 15px 0 0;overflow: hidden;background: #FFFFFF}
.content-wrap.livechat .ch_form_wrap {width: 100%;font-family: 'kumbhsans',sans-serif;margin: 0;padding: 0;font-size: 12px;}
.content-wrap.livechat .ch_form_wrap .title {position: relative;display: flex;justify-content: space-between;align-items: center;background: #36A9E1;width: 101%;height: 45px;line-height: 45px;color: #fff;margin-left: -2px;font-size: 15px;padding: 0 20px;font-weight: normal;cursor: pointer;}
.content-wrap.livechat .ch_form_wrap .title em {font-style: normal}
.content-wrap.livechat .ch_form_wrap .title svg {position: relative;display: block;-moz-transition-duration: .3s;-webkit-transition-duration: .3s;-o-transition-duration: .3s;-ms-transition-duration: .3s;transition-duration: .3s;}
.content-wrap .ch_form_wrap form{position:relative;background: #fff;/* height: 420px; */}
.content-wrap.livechat .ch_form_wrap ul {padding: 20px 20px 5px;}
.content-wrap.livechat .ch_form_wrap ul li {position: relative;list-style: none;margin: 0 0 18px;display: flex;min-height: auto;line-height: 40px}
.content-wrap.livechat .ch_form_wrap ul li label{ float: left;min-width: 80px}
.content-wrap.livechat .ch_form_wrap ul, .content-wrap.livechat .ch_form_wrap ul li, .content-wrap.livechat .ch_form_wrap ul input, .content-wrap.livechat .ch_form_wrap ul textarea, .content-wrap.livechat .ch_form_wrap ul select {position: relative;width: 100%;}
.content-wrap.livechat .ch_form_wrap ul input,.content-wrap.livechat .ch_form_wrap ul textarea,.content-wrap.livechat .ch_form_wrap ul select{border: 1px solid #e5e5e5;height: 39px;padding: 0 13px;font-family: 'kumbhsans',sans-serif;font-size: 12px;border-radius: 25px;}
.content-wrap.livechat .ch_form_wrap ul textarea {height: 95px;padding: 10px 13px;resize: none;}
.content-wrap.livechat .ch_form_wrap .item_submit {padding: 0 20px;}
.content-wrap.livechat .ch_form_wrap .item_submit input {width: 100%;height: 33px;color: #fff;background: #86C953;border: none;cursor: pointer;border-radius: 25px;-moz-transition-duration: .3s;-webkit-transition-duration: .3s;-o-transition-duration: .3s;-ms-transition-duration: .3s;transition-duration: .3s;}
.content-wrap.livechat .ch_form_wrap .item_submit input:hover {background: #94D662;}
.content-wrap.livechat .ch_form_wrap .Validform_checktip.Validform_wrong {
	position: absolute;
    left: 0;
    bottom: -16px;
    display: block;
    line-height: initial;
    color: red;
    pointer-events: none;}
.content-wrap.livechat .ch_form_wrap .Validform_error {border-color: red !important;}
.content-wrap.livechat .ch_form_wrap ul li input[type=image],input[type=reset],input[type=button],input[type=submit]{width:60px;height: 30px;margin: 5px 10px}
.content-wrap.livechat .ch_form_wrap .form_tip {position: relative;color: red;padding: 0 0 10px;}
.content-wrap.livechat .ch_form_wrap .email_point {display: none;position: absolute;width: 45px;height: 45px;text-align: center;padding: 15px 0 0;right: 0;top: 0;z-index: 1;background: #36A9E1;color: #fff;cursor: pointer;}
.content-wrap.form .ch_form_wrap ul .labeldiv{display:block;float: none;width: 100%;}
.content-wrap.form .ch_form_wrap ul .labeldiv input{
	display: inline-block;
	vertical-align: top;
	margin-right: 10px;
	width: 15px;
	height: 15px;
	margin-top: 4px;
}
.content-wrap.form .ch_form_wrap ul .labeldiv .txt{
	display: inline-block;
	vertical-align: top;
	width: -moz-calc(100% - 30px);
	width: -webkit-calc(100% - 30px);
	width: calc(100% - 30px);
	color: #999999;
	font-size: 12px;
	line-height: 1.7;
}

.content-wrap .ch_form_wrap form{ background: #fff;/*border: 1px solid #36a9e1;*/}
.content-wrap.livechat .ch_form_wrap form{ border: 1px solid #36a9e1;}
.content-wrap .ch_form_wrap .input-radio-checkbox {display: flex;white-space: nowrap;}
.content-wrap .ch_form_wrap ul li input[type=radio],.content-wrap .ch_form_wrap ul li input[type=checkbox]{width:20px;-webkit-appearance: radio;}
.content-wrap .ch_form_wrap .input-radio-checkbox input{margin: 0px 10px 0px 5px;}

.nextandprev{display: flex;justify-content: start;flex-direction: column;font-size: 18px;padding: 30px 0px;}
.news_prev span{padding: 10px 2%;background-color: #d96e1c;color:#fff;margin-right: 15px;border-radius: 8px;min-width: 120px;display: inline-block;}
.news_next span{padding: 10px 2%;background-color: #394a6b;color:#fff;margin-right: 15px;border-radius: 8px;min-width: 120px;display: inline-block;}
.nextandprev a{color: #D96E1C;}


@media screen and (max-width: 400px) {.content-wrap.form .ch_form_wrap .title{display:none}}
.item-input-checkbox,.item-input-radio {overflow-y :auto}


.artic_tit p{display: flex;justify-content: space-between;align-items: center;}
	.newsxq_page{padding-bottom: 70px;}
.newsxq_fl{ width: 66%; float: left;}
.artic_tit h3{ color: #666666;}
.artic_tit .back{ float: right;color: #666666; font-size: 16px;}
.artic_tit .back .iconfont{ display: inline-block; margin-right:5px; font-size: 18px;}
.artic_tit .back:hover{ color: #1052EE;}
.artic_tit h4{ font-size: 36px; font-weight: bold; margin: 20px 0; margin-bottom: 30px;}
.news_timg img{ display: block; width: 100%;}
.news_artic{ padding: 40px 0;}
.news_share,.news_next .tit{  float: left;}
.news_share a{ display:inline-block; margin-right: 20px!important; background: none!important; padding: 0!important;}
.news_share a.iconfont{ font-size: 24px; color: #bbbbbb;}
.news_share a.iconfont:hover{ color: #1052EE;}
.artic_content{font-size: 16px;line-height: 28px;margin-bottom: 30px;}
.artic_content img{ max-width: 100%!important; height: auto!important;}
.news_next{ margin-top: 20px;}
.news_next .tit{ font-size: 22px; font-weight: bold;}
.news_next .con{width: 74.5%; float: left; position: relative; box-sizing: border-box;font-size: 22px;}
.news_next .con h3{ font-size: 22px; font-weight: bold;}
.news_next .time{ position: absolute; border-top:2px solid #dddddd; padding: 10px ; border-bottom:2px solid #ddd; text-align: center;font-family: "num2"; right: 0; top: 50%; font-size: 16px; color: #999999; transform: translateY(-50%);}
.news_next .time em{ display: block;font-size: 40px; color: #000; line-height: 40px; margin-bottom: 5px; }
.newsxq_fr{ width:28%; float: right;}
.newsxq_fr .tit{ font-size: 26px; font-weight: bold; color: #D96E1C;}
.news_tj li a{ display: block; padding: 35px 0; border-bottom:1px solid #cccccc;}
.news_tj li h3{font-size: 20px;line-height: 34px;/* height: 68px; */font-weight: bold;margin-bottom: 20px;/* overflow: hidden; */}
.news_tj li h4{ font-size: 16px; color: #999999;}
.news_tj li .lg{color: #D96E1C;margin-right: 10px;}
.news_tj li:hover h3{ color: #D96E1C;}

.contact_for {
    margin: 0 auto;
}
.contact_for p {
    font-size: 14px;
    color: #999;
}
 .Asterisk_Text .asterisk_red {
    color: red;
    display: inline-block;
    text-align: center;
    position: absolute;
    /* left: 2px; */
    top: 6%;
}
.contact_for .gaug_outfit {
    font-size: 16px;
}
.header_ul li img{
    width: auto;
}
.header_ul {
    list-style: none;
    width: 100%;
    flex-wrap: wrap;
    padding: 22;
}
 .header_ul li {
    margin-top: 22px;
    padding: 17px 0;
    border: 1px solid #e5e5e5;
    border-radius: 5px;
    position: relative;
    padding-left: 70px;
    width: 47.5%;
    margin-left: 3%;
    margin-bottom: 2%;
}
.contact_for .header_ul li .t1 {
    /* width: 30%; */
    text-align: right;
    width: 49px;
    position: absolute;
    left: 0;
    top: 50%;
    height: 26px;
    margin-top: -13px;
}
.contact_for .header_ul li .t1 img {
    width: auto;
}
.contact_for .header_ul li .t2 {
    margin-right: 10px;
}
.contact_for .header_ul li .t2 p {
    color: #666666;
}
@media only screen and (max-width: 900px) {
    .contact_for .header_ul li{
        width: 45% !important;
        margin-left: 3% !important;
    }
    .contact_for .header_ul li:nth-of-type(2n+1) {
        margin-left: 0 !important;
    }
}
.contact_for .header_ul .t3 {
    color: #333333; display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;text-overflow:ellipsis; height: 40px;
}
.Asterisk_Text textarea {
    height: 233px ;
    border: 1px solid #eee !important;
    background-color: #f1f1f1;
    border-radius: 5px;
    resize: none;
    /* padding-left: 3%; */
    width: 100%;
    resize: none;
    padding-left: 1% !important;
}
.Asterisk_Text textarea::placeholder {
    color:#999;
  }
@media only screen and (max-width: 700px) {
    .contact_for .Asterisk_Text textarea {
        height: 200px;
    }
    .form_ul li {
        width: 100% !important;
    }
    .form_ul  .asterisk{
        width: 100%;
        display: flex;
        justify-content: flex-start !important;
    }
    .contact_for  .header_ul li {
        width: 100% !important;
        margin-left: auto !important;
    }
    .contact_for .header_ul li .t1 {
        width: 10% !important;
        text-align: left !important;
        padding-left: 10px !important;
    }
    .contact_for .header_ul .t3 {
        height: auto;
    }
}
.contact_for .Message_ex {
    padding-bottom: 20px;
}
.form_ul li {
    width: 365px;
    justify-content: space-between;

}
.form_ul .Asterisk_Text {
    width: 100% !important;
    /* padding-top: 25px; */
}
 .asterisk {
    width: 100%;
    padding: 13px 0;
    margin: 10px 0;
    display: flex;
    padding-left: 20px;
    background-color: #f1f1f1;
    position: relative;
    border-radius: 5px;
}

.form_ul {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    padding: 0 !important;
}

.form_center .asterisk_sk {
    color: red;
    display: inline-block;
    text-align: center;
    position: absolute;
    top: 50%;
    bottom: 16%;
    margin-top: -9px;
}
.form_ul li input {
    background-color: #f1f1f1;
    border: none !important;
    width: 365px;
    padding-left: 3%;
    border-radius: 5px;
}
.submiring {
    padding: 0 !important;
}
.gtm_submit_btn {
    background-color: #D96E1C ;
    width: 150px !important;
    height: 40px !important;
    color: #fff;
    margin-top: 15px !important;
    border: 0px;
}
.contact_for .iframe_we {
    padding-top: 20px;
}
.contact_for .Submit_tent .Sending {
    font-size: 20px;
    color: #333;
    font-weight: bold;
}
.contact_for .gaug_outfit {
    font-size: 20px;
    font-weight: bold;
}
.Address_dre {
    font-weight: bold;
    padding-top: 12px;
    color: #333333;
    font-size: 20px;
}
.Submit_tent{
    padding-top: 50px;
    padding-bottom: 47px;
}
/* 已加 */
.tListing:after {content:'';display:table;clear:both;}
.tListing li {float:left;}
.tList_1 {}
.tList_1 li {width:23.5%;margin-left:2%;margin-bottom:2%;}
.tList_1 li:nth-of-type(4n+1) {margin-left:0;}
@media only screen and (max-width: 1366px) {
    .form_ul li {
        width: 30%;
        display: flex !important;
        justify-content: space-between !important;
    }
    .contact_for  .header_ul li {
        width: 31.3%;
    }
    .contact_for .header_ul li:nth-of-type(3n+1) {
        margin-left: 0;
    }
    .asterisk {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .form_ul {
        display: flex !important;
        justify-content: space-between !important;
    }
    .Asterisk_Text .asterisk {
        width: 100%;
    }
}
.page_bar{ position:relative;  line-height:31px; height:33px; margin:50px 0; text-align:center; font-size:12px;}
.page_bar a,.page_bar  span{position:relative; display:inline-block; vertical-align:top; min-width:33px; padding:0 5px;  border:1px solid #ccc; margin:0 0 0 8px; text-align:center; border-radius:3px;filter: progid:DXImageTransform.Microsoft.Gradient(startColorStr='#fefefe',endColorStr='#e3e3e3',gradientType='0');}
.page_bar a.current,.page_bar a:hover{ color:#FFF; background:#D96E1C;  border-color:#D96E1C }
.page_bar ul{display: flex;justify-content: center;align-items: center;}
.page_bar ul li.active span{color:#FFF; background:#D96E1C;  border-color:#D96E1C }

@media only screen and (max-width: 950px) {
  body .page_bar {
    margin: 20px 0;
  }
  body .blog-item .item-img {
    padding-bottom: 36%;
  }
  body .faq_page {
    margin-top: 0;
  }
  body .entry ul li {list-style: none;margin-left: 0;}
.mobile-head-language .prisna-wp-translate-seo{display: flex;flex-wrap: wrap;}
.mobile-head-language .prisna-wp-translate-seo li{width: 50%;margin-bottom: 10px;}
  .newsxq_page{display: flex;flex-direction: column;}
    .newsxq_fl{width: 100%;}
    .newsxq_fr{width: 100%;margin-top: 20px;}
}
.priduct_title{font-family: 'kumbhsans';font-weight: bold;font-size: 24px;color: #333333;}
.priduct_title_new{font-family: 'kumbhsans';font-weight: bold;font-size: 24px;color: #333333;margin: 20px 0px;}
.priduct_title_new span{position: relative;border-bottom: 2px solid #eee;display: inline-block;padding-bottom: 20px;}
.priduct_title_new span::before{position: absolute;bottom: 0;height: 3px;left: 0;width: 80px;background-color: #d96e1c;content: ' ';}
.artic_new_tit {
  font-size: 20px;
  font-weight: bold;
}
.product_form .content-wrap.form .ch_form_wrap ul{width: 100%;display: flex;justify-self: start;align-items: start;flex-wrap: wrap;}
.product_form .content-wrap.form .ch_form_wrap ul li{width: 30.3%;margin-right: 4.5%;}
.product_form .content-wrap.form .ch_form_wrap ul li:nth-child(3n){margin-right: 0;}
.product_form .content-wrap.form .ch_form_wrap ul li.item_message{width: 100%;margin-right: 0;}
.product_form .content-wrap.form .ch_form_wrap ul input,
.product_form .content-wrap.form .ch_form_wrap ul textarea{border-left: none;background-color: #f3f3f3;}
.product_form .content-wrap.form .ch_form_wrap ul textarea{height: 120px;}
.content-wrap.form .ch_form_wrap .item_submit{width: 100%;padding: 0;}
.product_form .content-wrap.form .ch_form_wrap .item_submit input{width: 100% !important;border-radius: 3px;background-color: #29437c;}
.product_form .content-wrap.form .ch_form_wrap .item_submit input:hover{background-color: #ff6f00;}

.table_pic {
  display: flex;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 20px;
}

.table_pic .table {
  width: 70%;
}

.table_pic .table table {
  margin-bottom: 0px;
}

.table_pic .pic {
  width: 28%;
  position: relative;
  box-shadow: rgba(87, 82, 82, 0.4) 5px 5px 20px 5px;
}

.table_pic .pic img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main .taggle_table td{
  text-align: center;
}

.taggle_table {
  text-align: center;
  width: 100%;
}

.taggle_table tr:nth-of-type(2n+1) td {
  background: rgba(217, 110, 28,.2);
}

.taggle_table tr:first-of-type td {
  background: rgb(217, 110, 28);
  color: white;
  text-align: center;
}

.mce-content-body table th,
.mce-content-body table td {
  padding: 5px 15px;
  height: 30px;
  border: 1px solid rgb(204, 204, 204);
}

@media only screen and (max-width: 800px) {
  .table_pic {
    display: block;
  }

  .table_pic .table {
    width: 100%;
    margin-bottom: 15px;
  }

  .table_pic .pic {
    width: 100%;
    height: 0px;
    padding-bottom: 50%;
  }
}
.img_warp{position: relative;}
.img_warp img{position: absolute;width: 100%;height: 100%;left: 0;top: 0;object-fit: contain;}
.module1 .top{display: flex;justify-content: space-between;align-items: center;margin-bottom: 40px;}
.module1 .left_info{width: 50%;font-size: 16px;}
.module1 .left_info .title{font-size: 26px;;font-weight: bold;padding-bottom: 15px;position: relative;margin-bottom: 30px;color: #000;}
.module1 .left_info .title span{display: block;position: absolute;width: 50%;border-bottom: 1px solid #cccccc;left: 0;bottom: 0;}
.module1 .left_info .title span::before{position: absolute;left: 0;bottom: 0;content: ' ';display: block;width: 33%;height: 2px;background-color: #D96E1C;}
.module1 .left_info .info{color: #666666;line-height: 1.87;}
.module1 .right_img{width: 45%;}
.module1 .right_img .img_warp{padding-bottom: 75%;}
.module2 .top{flex-direction: row-reverse;}


.pro1-txt a,.entry a,.artic_content a{color: #D96E1C;}
.pro1-txt a:hover,.entry a:hover,.artic_content a:hover{text-decoration: underline;}
@media screen and (max-width: 950px) {
  .module1 .top{flex-direction: column;}
  .module1 .left_info{width: 100%;margin-bottom: 30px;}
  .module1 .right_img{width: 60%;}
  .module1 .bottom{flex-wrap: wrap;}
  .module1 .bottom .item{width: 50%;margin-bottom: 4%;}
  .module1 .bottom .item .info .title{margin: 10px 0px;}
}


.pro1-txt a,.entry a,.artic_content a{color: #D96E1C; }



.page_h1_title {
	text-align: center;
	color: rgb(51, 51, 51);
	font-family: "Anton";
	font-size: 1.875vw;
	font-weight: 400;
	line-height: 1.3;
	text-transform: uppercase;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 20px;
}


.videos_list {display: flex;justify-content: space-between;align-items: start;flex-wrap: wrap;}
.videos_list li{width: 48%;margin-right: 2%;margin-bottom: 20px;}
.videos_list li p {
  background: #f2f2f2;
  font-size: 18px;
  color: #333;
	line-height: 1.5;
	padding: 12px 0;
  text-align: center;
  margin-top: -6px;
}


.case_img {
	width: 100%;
}

.case_img img {
	width: 100%;
	height: auto;
}

#cases_list li {
	width: 100%;
}
#cases_list  p {
font-family: "Poppins-Regular";
font-size: 16px;
font-weight: normal;
line-height: 1.5;
background-color: #fff;
margin-top: 0;
}

@media screen and (max-width: 768px) {
    .video ul li {
        width:100%
    }
    .video ul li p {
        line-height: 60px
    }
    .gotop.active {
        display: none;
    }
    .phone-foot-sns {
        display: block;
        background-color: #194fa8;
        height: 54px;
    }
    .phone-foot-sns li {
        float: left;
        width: 33.3%;
        border-left: 1px solid rgba(255, 255, 255, .5);
        display: flex;
        align-items: center;
        justify-content: center;
        height: 100%;
    }
    .phone-foot-sns li:nth-child(1) {
        border-left: none;
    }
}