﻿.public_title { margin: 0 auto; }
.public_title p { font-size: 32px;text-transform: uppercase; color: #333; line-height: 51px; /*letter-spacing: ;*/ font-family: 'Montserrat Medium'; text-align: center; }
.public_btn { width: 224px; border: 1px solid #333; }
.public_btn a { display: block; width: 100%; font-size: 18px; color: #333; line-height: 60px; font-family: 'Montserrat'; text-align: center; text-decoration: none; text-transform: uppercase; transition: all .3s; }
.public_btn a:hover { background: #333; color: #fff; }
.tran { transition: all .3s; }
.tran_one { transition: all 0.1s; }
.pointer { cursor: pointer; }
.trans { -webkit-transition:all 300ms ease 0s; transition:all 300ms ease 0s; }
.relative { position: relative; }
.inline_block { display: inline-block; }
.middle { vertical-align: middle; }
.over { overflow: hidden; }
.trans-show { transition:all .5s; -webkit-transition: all .5s; opacity: 0; visibility: hidden; }
.block { display: block; }
.wrap { width:1200px; margin:0 auto; zoom:1; }
.text-center { text-align: center; }
a:hover { text-decoration: none; }
.editor_table_wrap table{ border:1px solid #ccc; width:100%;}
.editor_table_wrap table tr td:first-child{ width:30%; background:#f9f9f9;}
.editor_table_wrap table td{ border:1px solid #ccc;padding:8px 10px;}
/*#header{ height: 111px;}
#header .header_in{ width: 100%; background: #fff; transition: all 0.3s; border-bottom:1px solid #f1f1f1;}
#header .header_in.fixed{ position: fixed; left: 0; top: 0; z-index: 100;}*/

#on{ background:#333; color:#fff;}



.banner_box { margin: 0 auto; text-align: center;}

#products {width: 100%;background-color: #f7f7f7;}
#products .products_box {max-width: 1680px; margin: 0 auto; width: 90%;padding-bottom: 2%;}
#products .products_box .p_header {width: 100%;text-align: center;padding: 4.2% 0;}
.p_title {font-family: "VisbyCF-Regular";font-size: 32px;text-transform: uppercase; color:#333}
#products .products_box .p_main {display: flex;flex-flow:row wrap;width: 100%; align-content:flex-start;}
.p_item {flex:0 0 31.6%;background-color: #FFF;margin:1% 1%;}
.p_item:hover{box-shadow: 0 0 15px 0 rgba(0, 0, 0, .1);}
.p_item:nth-child(3n) {margin-right: 0;}
.p_item .p_item_img {display: block;width: 100%;padding-top: 100%;position: relative;overflow: hidden;border-bottom: 1px solid #dfdfdf;}
.p_item .p_item_img a {display: block;position: absolute;top: 0;left: 0;right: 0;bottom: 5px;margin: auto;z-index: 1;}
.p_item .p_item_text {width: 100%;margin: 0 auto;padding: 8% 0 13%;}
.p_item:hover .p_item_text{ background:#333; color:#fff;transition: all .3s}
.p_item .p_item_img a:hover{ transform:scale(1.2);transition: all .3s}
.p_item .p_item_text p{ text-align:center; color:#999}
.p_item:hover .p_item_text p,.p_item:hover .p_item_text a{color:#fff;}
.p_item .p_item_text .item_title {text-decoration: none;height: 45px;display: block;font-family: "Opensans-Regular";line-height: 45px;font-size: 15px;text-align: center;overflow: hidden;text-overflow: ellipsis;}
.p_item .p_item_text .price {text-align: center; margin-top: 5px;}
#products .view_more {margin: 3.6% auto;}
.view_more {display: block;max-width: 190px;color:#333;width: 190px;height: 60px;border: 1px solid #333;box-sizing: border-box;text-align: center;line-height: 60px;font-size: 14px;text-decoration: none;text-transform: uppercase;font-family: "Opensans-Regular";transition: all .3s}
.view_more:hover {text-decoration: none;background-color: #333;color: #FFF;}

#case{width: 100%;display: flex;}
.case_item {width: 50%;position: relative;font-size: 0;}
.case_item .case_item_img {position: relative;width: 100%;}
.case_item .case_item_img::before {display: block;content: '';position: absolute;width: 100%;height: 100%;background-color: #333;opacity: 0.5;z-index: 1;}
.case_item .case_item_text {color: #FFF;position: absolute;width: 60.5%;z-index: 2;top:50%;left: 50%;transform: translate(-50%,-50%);text-align: center;transition: all .5s;}
.case_item:hover .case_item_text {background-color: #fff;color: #111;}
.case_item:hover .ci_vm {color: #111;}
.case_item_text .ci_title{font-size: 30px;margin: 11% auto 0;font-family: "VisbyCF-Regular";width: 60%;}
.case_item_text .ci_content {font-family: "Opensans-Regular";font-size: 18px;width: 60%;margin: 5% auto 0;line-height: 34px;}
.ci_vm {display: block;font-size: 14px;font-family: "VisbyCF-Regular";padding: 3% 0 15%;color: #FFF;text-decoration: underline;}





.new_box { width: 100%; padding-top: 85px; padding-bottom: 100px;}
.new_box .public_title { width: 56%; }
.new_box .advisory { margin: 71px auto 0; width: 1440px; display: flex; flex-wrap: wrap; }
.new_box .advisory .abv_item { margin-left: 28px; width: 452px; background: #fff; }
.new_box .advisory .abv_item a { display: block; width: 100%; height: 100%; }
.new_box .advisory .abv_item .abv_img { width: 100%; max-height: 384px; position: relative; padding-top: 57.06%; overflow: hidden; }
.new_box .advisory .abv_item .abv_img img { width: 100%; display: block; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; -webkit-transition: all .3s; transition: all .3s; }
.new_box .advisory .abv_item:hover .abv_img img { -webkit-transform: scale(1.05); transform: scale(1.05); }
.new_box .advisory .abv_item .new { padding: 4.5% 6% 5.9%; box-shadow: 0px 0px 15px 3px rgb(224, 224, 224); }
.new_box .advisory .abv_item .new .new_title a { display: block; height: 32px; font-size: 22px; color: #333; line-height: 32px; font-family: 'Montserrat Medium'; text-decoration: none; overflow: hidden; }
.new_box .advisory .abv_item .new .short_term { margin-top: 13px; margin-bottom: 25px; width: 83px; height: 3px; background: #333; }
.new_box .advisory .abv_item .new .new_day p { font-size: 16px; color: #555555; font-family: 'Montserrat Medium'; font-style: oblique } 
.new_box .advisory .abv_item .new .new_brief p { height: 90px; margin-top: 16px; font-size: 16px; color: #555555; line-height: 30px; font-family: 'Montserrat Medium'; overflow: hidden; }
.new_box .advisory .abv_item .new .new_btn { display: block; margin-top: 16px; font-size: 14px; color: #333; font-family: 'Montserrat Medium'; text-transform: uppercase; text-decoration: none; }
.new_box .advisory .abv_item .new .new_btn:hover { transform: translateX(10px); }
.new_box .public_btn { margin: 81px auto 0; }

.join_box { margin: 0 auto; width: 100%; height: 468px; max-width: 1920px; position: relative; overflow: hidden; }
.join_box .jo_sing { width: 650px; position: absolute; top: 27%; left: 0; right: 0; margin: auto; }
.join_box .jo_sing .jo_title { font-size: 30px; margin-bottom: 12px; color: #fff; font-family: 'Montserrat Medium'; text-align: center; }
.join_box .jo_sing .jo_content { font-size: 14px; color: #fff; line-height: 24px; font-family: 'Montserrat Medium'; text-align: center; }
.join_box .jo_sing a { margin: 36px auto 0; display: block; width: 190px; height: 55px; line-height: 55px; font-size: 18px; color: #333; text-transform: uppercase; text-align: center; text-decoration: none;  background: #fff; }
.join_box .jo_sing a:hover { background: none; color: #fff; }



.product-list{ width: 100%;}
.pro_list .ueeshop_responsive_position{ margin-top: 20px; border-bottom: 0; font-size: 14px; color: #737373;}
.pro_list .ueeshop_responsive_position .title{ display: none;}
.pro_list .ueeshop_responsive_position .position a{ font-size: 14px; color: #737373; font-family: 'Pakt-SemiBold';}
.pro_list .ueeshop_responsive_position .position{ float: none; width: 100%; height: auto; line-height: 70px; text-align: left;}
.product-list .pro_list{ width: 100%; background: #fff;}
.product-list .pro_list .cate_brief{ margin-top: 30px; width: 100%;}
.product-list .pro_list .hot_cate{ width: 100%;}
.product-list .pro_list .hot_cate .page_name{ position: relative; width: 100%; height: 69px; line-height: 69px; font-size: 36px; color: #000;  text-align: center; text-transform: uppercase; margin-bottom: 50px;}
.product-list .pro_list .hot_cate .list{width: 100%;}
.product-list .pro_list .hot_cate .list .row .img{ display: block; width: 100%; text-align: center; overflow: hidden;}
.product-list .pro_list .hot_cate .list .row .row_txt{ display: block; margin-bottom: 0; height: auto;}
.product-list .pro_list .hot_cate .list .row .row_txt .name{ display: block; width: 100%; height: 48px; line-height: 24px; font-family: Arial; text-align: center; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; font-family: 'Opensans-Light';text-decoration: none;}
.product-list .pro_list .hot_cate .list .row:hover .img img{ -webkit-transform: scale(1.1); transform: scale(1.1);}
.product-list .pro_list .hot_cate .list .row:hover .row_txt .name{ color: #333;}
.product-list .pro_list .hot_cate .bx-pager{ width: 100%; margin: 50px 0 150px; text-align: center;}
.product-list .pro_list .hot_cate .bx-pager .bx-pager-item{ display: inline-block; margin: 0 10px; width: 17px; height: 17px;}
.product-list .pro_list .hot_cate .bx-pager .bx-pager-item a{ display: block; width: 100%; height: 100%; font-size: 0; background: #333; -webkit-border-radius: 50%; border-radius: 50%; -webkit-transition: all 0.3s; transition: all 0.3s;}
.product-list .pro_list .hot_cate .bx-pager .bx-pager-item:hover a{ background: #333;}
.product-list .pro_list .hot_cate .bx-pager .bx-pager-item a.active{ background: #333;}
.product-list .pro_list .wrap { margin-top: 30px; }

.products .pro_cate{ padding: 12px 0; width: 100%; background: #fff;}
.products .pro_cate .page_name{ display: none; position: relative; height: 69px; line-height: 69px;/* background: url('../images/cate_title_icon.png') no-repeat center bottom;*/ font-size: 36px; color: #000; text-align: center; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; text-transform: uppercase;}
.products .pro_cate .content{ position: relative; margin-top: 26px; width: 100%; z-index: 1; text-align: center;}
.products .pro_cate .list{ position: relative; display: inline-block; margin: 0 27px 30px 0; width: auto; line-height: 43px; transition: all 0.5s;}
.products .pro_cate .list:first-child{ margin-left: 0;}
.products .pro_cate .list .son_cate{ position: absolute; left: 0; top: 100%; width: 100%; z-index: 1;}
.products .pro_cate .list .first_cate{ position: relative; overflow: hidden; cursor: pointer; transition: all 0.5s;}
.products .pro_cate .list .first_cate.son:after{content: '';width: 10px;height: 10px;margin:auto;position: absolute;top: 0;right: 16px;bottom: 0;}
.products .pro_cate .list .first_cate a{ display: block; position: relative; padding: 0 36px; border: 1px solid #333; font-size: 16px; transition: all 0.5s; font-family: Arial; text-decoration: none;}
.products .pro_cate .list .first_cate a:before{ display: block; content: ''; position: absolute; right: 35px; top: 19px; width: 12px; height: 7px; background: url(../images/pro_cate_icon.png) no-repeat center / 100%; transition: all 0.5s;}
.products .pro_cate .list .first_cate a:after{ display: block; content: ''; position: absolute; right: 35px; top: 19px; width: 12px; height: 7px; background: url(../images/pro_cate_icon2.png) no-repeat center / 100%; transition: all 0.5s; z-index: 1; opacity: 0;}
.products .pro_cate .list:hover .first_cate a{ background: #333; color: #fff;}
.products .pro_cate .list:hover .first_cate a:before{ transform: rotate(180deg);}
.products .pro_cate .list:hover .first_cate a:after{ transform: rotate(180deg); opacity: 1;}
/*.products .pro_cate .list:hover .son_cate{ display: block;}*/
.products .pro_cate .son_cate{display: none;margin-bottom: 10px; background: #f7f7f7;}
/*.products .pro_cate .list.on .son_cate{display: block;}*/
.products .pro_cate .list.on .first_cate.son:after{width: 10px;height: 2px;background-position: 0 -104px;}
.products .pro_cate .son_cate .item{ position: relative; height: 48px;line-height: 48px;}
/*.products .pro_cate .son_cate .item:before{content: '';width: 4px;height: 7px;background: url(../images/cate_item_icon.png) no-repeat center;margin:auto;position: absolute;top: 0;bottom: 0;left: 30px;}*/
.products .pro_cate .son_cate .item a{ width: 100%; height: 48px; line-height: 48px; border-bottom: 1px solid #dedede; font-size: 16px; color: #333; text-align: left; text-indent: 24px; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; transition: all 0.5s;}
.products .pro_cate .son_cate .item a.sia2{ border-bottom: 0;}
.products .pro_cate .son_cate .item a.sia2:last-child{ border: 0;}
.products .pro_cate .son_cate .item:hover a.sia2{ background: #333; color: #fff;}
.products .pro_cate .son_cate .item:hover .subcate3{ display: block;}

.products .pro_cate .son_cate .subcate3{ display: none; position: absolute; top: 0; left: 100%; width: 100%; background: #f7f7f7;}
.products .pro_cate .son_cate .subcate3 a.sia{display: block; width: 100%; font-size: 16px; color: #7a7a7a; height: 48px; line-height: 48px; text-align: left; text-indent: 24px; border-bottom: 1px solid #ddd; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; transition: all 0.5s;}
.products .pro_cate .son_cate .subcate3 a:last-child{ border: 0;}
.products .pro_cate .son_cate .subcate3 a:hover{ background: #333; color: #fff;}

body .ueeshop_responsive_products_detail .description .title{padding: 10px 0 0;}
.product-detail .ueeshop_responsive_products_detail .description .title{border: none;}
.product-detail .ueeshop_responsive_products_detail .description .title span{font-size: 30px;color: #1f1f1f;position: relative;background: #fff;margin-right: 0;padding-right: 15px;}
.product-detail .ueeshop_responsive_products_detail .description .title span:after{position: absolute;width: 10000px;left: 100%;top: 18px;height: 1px;background: #e3e3e3;margin-left: 20px;content: '';}

.product-list .ueeshop_responsive_products_list .item .info { float: left; padding-left: 47px; width: 100%; padding: 0; margin: 0; box-sizing: border-box;}
.product-list .ueeshop_responsive_products_list .item .info .name{ margin-bottom: 0; height: auto;}
.product-list .ueeshop_responsive_products_list .item .info .name a{ display: block; width: 100%; height: 48px; line-height: 24px; font-family: 'Opensans-Light'; text-align: center; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; -webkit-transition: all 0.3s; transition: all 0.3s;}
.product-list .ueeshop_responsive_products_list .item:hover .info .name a{ color: #333;}
.product-list .ueeshop_responsive_products_list .item .info .more{ display: none; margin: 0 auto; width: 123px; height: 36px; line-height: 36px; font-size: 14px; color: #333; font-family: Arial; text-decoration: underline; text-align: center; transition: all 0.5s;}





.pro_list .menu{ text-align: center;padding-top: 42px; width: 100%;}

.pro_list .menu .cate-top{margin-bottom: 30px;font-size: 30px;color: #1f1f1f;}
.pro_list .menu li{ position: relative; display: inline-block; margin-top: 20px; margin: 0 20px 20px; width: auto; line-height: 43px; transition: all 0.5s;}
.pro_list .menu li a{ display: block; padding: 0 4px; min-width: 155px; border: 1px solid #333; font-size: 18px; text-align: center; transition: all 0.5s; text-decoration: none;}
.pro_list .menu li a.on, .pro_list .menu li a:hover{ background: #333; color: #fff;}


.wrap-module .ueeshop_responsive_products_list .item{ margin-right: 2.4581%; margin-bottom: 22px; padding-bottom: 34px; width: 23.0769%; background: #fff;}
.wrap-module .ueeshop_responsive_products_list .item:nth-child(4n){ margin-right: 0;}

.wrap-module .ueeshop_responsive_products_list .item .pro{width: 100%; height: 100%;}

.in_ad{position: relative; font-size: 0; /*min-height: 130px;*/ }
.in_ad .ad_con{ position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.in_ad .ad_con .con_table{ display: table; width: 100%; height: 100%;}
.in_ad .ad_con .con_table .con_table_cell{ display: table-cell; vertical-align: middle;}
.in_ad .ad_con .ueeshop_responsive_position{ width: 100%; border-bottom: 0;}
.in_ad .ad_con .ueeshop_responsive_position .title{ display: block; float: none; width: 100%; max-width: inherit; height: 70px; line-height: 70px; font-size: 50px; color: #fff; font-family: 'Opensans-Bold'; text-align: center;}
.in_ad .ad_con .ueeshop_responsive_position .position{ float: none; width: 100%; max-width: inherit; height: 26px; line-height: 26px; text-align: center;}
.in_ad .ad_con .ueeshop_responsive_position .position{ font-size: 16px; color: #fff;}
.in_ad .ad_con .ueeshop_responsive_position .position a{ font-size: 14px; color: #fff;}
.in_ad .bxSlide-outter {min-height: 5rem;}

body .ueeshop_responsive_turn_page{text-align: center;}
body .ueeshop_responsive_turn_page span{width: auto;min-width: 54px;}
body .ueeshop_responsive_turn_page span a{ display: block; background: #fff;}
body .ueeshop_responsive_turn_page span .page_item_current{background: #333;color: #fff;}
body .ueeshop_responsive_turn_page.s1>span .page_item_current{background: #333;color: #fff;}
body .ueeshop_responsive_turn_page span a,
body .ueeshop_responsive_turn_page span font{ background: #f5f5f5; color: #555;font-size: 18px;width: 100%;}
body .ueeshop_responsive_turn_page span a{ background: #fff;}
body .ueeshop_responsive_turn_page span em{width: 20px;height: 8px;}
body .ueeshop_responsive_turn_page span em.icon_page_prev{width: 21px;height: 10px;background: url(../images/icon_pro_all.png) no-repeat 0 0;}
body .ueeshop_responsive_turn_page span em.icon_page_next{width: 21px;height: 10px;background: url(../images/icon_pro_all.png) no-repeat right 0 bottom 0;}

.wrap .cate-name{font-size: 30px;color: #000;margin-bottom: 15px;margin-bottom: 30px; text-decoration: none;}
.wrap .cate-name a{ text-decoration: none;}
.wrap .cate-name span{display: block;width: 28px;height: 2px;background: #333;margin: 15px auto 0;}


.bxSlide-outter .bx-wrapper .bx-pager.bx-default-pager a{ margin: 0 7.5px; width: 117px; height: 3px; background: #fff;}
.bxSlide-outter .bx-wrapper .bx-pager.bx-default-pager a:hover, .bxSlide-outter .bx-wrapper .bx-pager.bx-default-pager a.active{ background: #333;}

.bx-wrapper .bx-controls-direction a{ display: none;}

.wrap-module .cate-name{font-size: 30px;color: #000;margin-bottom: 15px;margin-bottom: 30px;}
.wrap-module .cate-name span{display: block;width: 28px;height: 2px;background: #333;margin: 15px auto 0;}
.article-content .art-title{height: 35px;margin: 30px 0;font-size: 22px;color: #333;text-align: center;}
.article-content .art-title{ display: none; position: relative; height: 69px; line-height: 69px; font-size: 36px; color: #000; text-align: center; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; text-transform: uppercase;}
.article-content .art-title:before{ display: block; content: ''; position: absolute; bottom: 0; left: 50%; width: 28px; height: 2px; background: #333; transform: translateX(-50%);}

.wrap-module body .ueeshop_responsive_position{margin-top: 8px;line-height: 40px;margin-bottom: 25px;border-color: #e6e6e6;}
.wrap-module .ueeshop_responsive_products_detail_review .review_form h1{font-size: 30px;color: #1f1f1f;text-align: center;margin-bottom: 35px;}

.info-list .menu-in-left .ueeshop_responsive_position{ border-bottom: 0;}
.info-list .menu-in-left .ueeshop_responsive_position .title{ display: none;}
.info-list .menu-in-left .ueeshop_responsive_position .position{ text-align: left;}

.menu-in-left{padding-top: 30px;padding-bottom: 4.5%;}
.menu-in-left .menu-wrap-style{ width: 100%;}
.menu-in-left .menu-wrap-style .menu{ text-align: center;}
.menu-in-left .wrap-righter-style{ padding-top: 42px; width: 100%;}

.menu-wrap-style .menu .cate-top{margin-bottom: 30px;font-size: 30px;color: #1f1f1f;}
.menu-wrap-style .menu li{ position: relative; display: inline-block; margin-top: 20px; margin: 0 20px 20px; width: auto; line-height: 43px; transition: all 0.5s;}
.menu-wrap-style .menu li a{ display: block; padding: 0 4px; min-width: 155px; border: 1px solid #333; font-size: 18px; text-align: center; transition: all 0.5s; text-decoration: none;}
.menu-wrap-style .menu li a.on, .menu-wrap-style .menu li a:hover{ background: #333; color: #fff;}

/*.menu-wrap-style .menu{ padding-bottom: 10px; border-bottom: 1px solid #dedede;}*/
.menu-wrap-style .menu .m-title{ display: none; position: relative; height: 69px; line-height: 69px;/* background: url('../images/cate_title_icon.png') no-repeat center bottom;*/ font-size: 36px; color: #000; text-align: center; white-space: nowrap; text-overflow: ellipsis; overflow: hidden; text-transform: uppercase;}
.menu-wrap-style .menu .m-title:before{ display: block; content: ''; position: absolute; bottom: 0; left: 50%; width: 28px; height: 2px; background: #333; transform: translateX(-50%);}
.menu-wrap-style .menu .cate-top{margin-bottom: 30px;font-size: 30px;color: #1f1f1f;}
.menu-wrap-style .menu h3{ position: relative; display: inline-block; margin-top: 20px; margin-right: 27px; width: auto; line-height: 43px; transition: all 0.5s;}
.menu-wrap-style .menu h3 a{ display: block; padding: 0 4px; min-width: 155px; border: 1px solid #333; font-size: 18px; text-align: center; transition: all 0.5s; text-decoration: none;}
.menu-wrap-style .menu h3 a:hover{ background: #333; color: #fff;}
.menu-wrap-style .menu h3 a.on, .menu-wrap-style .menu h3 a:hover { background: #333;color: #fff; }
/*
.menu-wrap-style .menu li{height: 40px;line-height: 40px;padding-left: 20px;position: relative;padding-right: 10px; overflow:hidden; cursor: pointer;}
.menu-wrap-style .menu li a{font-size: 16px;}
.menu-wrap-style .menu li a.on{color: #f87b58;}
*/

.ueeshop_responsive_download_list ul li:hover{color: #f25529;}
.ueeshop_responsive_download_list ul li a:hover{background: #f25529;}

.contenter{ margin-top: 30px; width: 100%;}
.contenter .title{ padding: 0 30px; width: 100%; height: 50px; line-height: 50px; background: #fff; font-size: 18px; color: #202528; -webkit-box-sizing: border-box; box-sizing: border-box; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.contenter .cate_brief{ padding: 0 30px; width: 100%; -webkit-box-sizing: border-box; box-sizing: border-box;}
.contenter .ueeshop_responsive_position .title{ margin-bottom: 4px; width: 100%; height: 62px; line-height: 62px; font-size: 20px; color: #333;}
.contenter .ueeshop_responsive_position{ border-bottom: 0;}
.contenter .ueeshop_responsive_position .position{ display: none;}
.article-content .wrap .contenter .ueeshop_responsive_position .position{ display: block;}
.article-content .wrap .contenter { margin-top: 0;}
.contenter .ueeshop_responsive_case_list{ margin: 0;}
.contenter .ueeshop_responsive_case_list .item{ padding: 0; background: #f5f5f5; border-bottom: 0;}

body .ueeshop_responsive_case_list .item .img{ width: 33.1073%;}
body .ueeshop_responsive_case_list .item .info{ margin-top: 36px; padding-left: 47px; width: 61.5819%;}
body .ueeshop_responsive_case_list .item .info .name{ position: relative; margin-bottom: 0; padding-bottom: 15px; height: 38px; line-height: 38px;}
body .ueeshop_responsive_case_list .item .info .name:before{ display: block; content: ''; position: absolute; left: 0; bottom: 0; width: 44px; height: 1px; background: #555;}
body .ueeshop_responsive_case_list .item .info .name a{ font-size: 24px; color: #333; text-decoration: none;}
body .ueeshop_responsive_case_list .item .info .desc{ padding-top: 20px; line-height: 24px; font-size: 14px; color: #5b5b5b;}

.rightside .ueeshop_responsive_info_list .item .info .title a { text-decoration: none; }

.rale_news{ padding-bottom: 56px; width: 100%;}
.rale_news .news_title{ width: 100%; height: 30px; line-height: 30px;}
.rale_news .news_title .title{ font-size: 22px; color: #191919;}
.rale_news .news_title .read_btn{ font-size: 14px; color: #888;}
.rale_news .news_title .read_btn span{ font-size: 14px; color: #888; font-weight: bold;}
.rale_news .list{ display: grid; grid-template-columns: repeat(4, 23.25%); justify-content: space-between; margin-top: 23px; width: 100%;}
/* .rale_news .list .item{ } */
.rale_news .list .item .img{ display: block; width: 100%; text-align: center; text-decoration: none; overflow: hidden;}
.rale_news .list .item .title{ display: -webkit-box; margin-top: 15px; line-height: 21px; font-size: 16px; color: #333; text-decoration: none; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 2;}
.rale_news .list .item .time{ margin-top: 8px; width: 100%; height: 21px; line-height: 21px; font-size: 14px; color: #989898;}
.rale_news .list .item .brief{ display: -webkit-box; margin-top: 6px; line-height: 24px; font-size: 14px; color: #888; text-decoration: none; overflow: hidden; -webkit-box-orient: vertical; -webkit-line-clamp: 3;}
.rale_news .list .item:hover .img img{ -webkit-transform: scale(1.1); transform: scale(1.1);}

.rale_news.desc_news{ margin-top: 55px;}
.rale_news.desc_news .news_title{ position: relative; width: 100%; text-align: center;}
.rale_news.desc_news .news_title:before{ display: block; content: ''; position: absolute; left: 0; top: 50%; width: 100%; height: 1px; background: #ddd; -webkit-transform: translateY(-50%); transform: translateY(-50%);}
.rale_news.desc_news .news_title .title{ position: relative; z-index: 1; padding: 0 40px; width: 100%; background: #fff; text-align: center;}
.rale_news.desc_news .list{ grid-template-columns: repeat(2, 49%); grid-row-gap: 44px;}
.rale_news.desc_news .list .item .img{ width: 39.2857%; height: 100%; text-align: center;}
.rale_news.desc_news .list .item .text{ width: calc(100% - 43.5374%);}
.rale_news.desc_news .list .item.no_img .text{ width: 100%;}
.rale_news.desc_news .list .item .text .title{ margin-top: 0; font-size: 18px;}
.rale_news.desc_news .list .item .brief{ font-size: 15px; color: #888;}

.wrap-module .ueeshop_responsive_case_detail>.share { display: block; }
.wrap-module .ueeshop_responsive_info_detail>.share { display: block; }
.article-content .ueeshop_responsive_article_detail>.contents>.share { display: block; }

body .menu-in-left .wrap-righter-style .ueeshop_responsive_download_list ul li { overflow: hidden; }
body .menu-in-left .wrap-righter-style .ueeshop_responsive_download_list ul li .name { width: 65%; }


.container-fluid{ padding:0; width:100%; float:left;}
.container{ padding:0;}

#Content11 .contact1{}
#Content11 .contact1 ul{ width:100%; float:left; margin-top:132px;}
#Content11 .contact1 ul li{ width:31%; float:left; list-style:none;margin:0 1%;}
#Content11 .contact1 ul li .zbox{ width:100%; float:left; background:#f0f0f6; text-align:center; height:234px;
-moz-border-radius:6px; 
-webkit-border-radius:6px; 
-khtml-border-radius:6px;
border-radius:6px;}
#Content11 .contact1 ul li .zbox .ico{ display:inline-block; vertical-align:top; width:104px; height:104px; background:#333; margin-top:-53px;
-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;}
#Content11 .contact1 ul li .zbox .ico img{ width:100%; float:left;}
#Content11 .contact1 ul li .zbox h5{ width:100%; margin-top:27px; line-height:23px; font-size:18px; color:#333; letter-spacing:2px;}
#Content11 .contact1 ul li .zbox h6{ width:100%; line-height:18px; font-size:12px; color:#888787; letter-spacing:1px; font-family:Arial; text-transform:uppercase;}
#Content11 .contact1 ul li .zbox .jj{ width:100%; margin-top:19px; line-height:26px; font-size:14px; color:#666; letter-spacing:1px;}
#Content11 .contact1 ul li .zbox .btn{ width:100%; height:88px; line-height:88px; position:relative; margin-top:10px;}
#Content11 .contact1 ul li .zbox .btn .ewm{ width:88px; height:88px; position:absolute; left:50%; top:0; margin-left:-44px; padding:5px; background:white; overflow:hidden; opacity:0;
-moz-border-radius:6px; 
-webkit-border-radius:6px; 
-khtml-border-radius:6px;
border-radius:6px;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
#Content11 .contact1 ul li .zbox .btn .ewm img{ width:100%; float:left;}
#Content11 .contact1 ul li .zbox .btn:hover .ewm{ opacity:1;}


#Content11 .contact1 ul :nth-child(5){width:33.33%;margin-top:20px;}
#Content11 .contact1 ul :nth-child(6){width:33.33%;margin-top:20px;}
#Content11 .contact1 ul :nth-child(7){width:33.33%;margin-top:20px;}

#Content11 .contact1 ul li .zbox1{ width:100%; float:left; background:#f0f0f6; text-align:center; padding:30px 50px 10px 50px; height:134px;
-moz-border-radius:6px; 
-webkit-border-radius:6px; 
-khtml-border-radius:6px;
border-radius:6px;}
#Content11 .contact1 ul li .zbox1 .ico{ display:inline-block; vertical-align:top; width:104px; height:104px; background:#263c92; margin-top:-53px;
-moz-border-radius:50%; 
-webkit-border-radius:50%; 
-khtml-border-radius:50%;
border-radius:50%;}
#Content11 .contact1 ul li .zbox1 .ico img{ width:100%; float:left;}
#Content11 .contact1 ul li .zbox1 h5{ width:100%; margin-top:27px; line-height:23px; font-size:18px; color:#333; letter-spacing:2px;}
#Content11 .contact1 ul li .zbox1 h6{ width:100%; line-height:18px; font-size:12px; color:#888787; letter-spacing:1px; font-family:Arial; text-transform:uppercase;}
#Content11 .contact1 ul li .zbox1 .jj{ width:100%; margin-top:9px; line-height:26px; font-size:14px; color:#666; letter-spacing:1px;}
#Content11 .contact1 ul li .zbox1 .btn{ width:100%; height:88px; line-height:88px; position:relative; margin-top:10px;}
#Content11 .contact1 ul li .zbox1 .btn .ewm{ width:88px; height:88px; position:absolute; left:50%; top:0; margin-left:-44px; padding:5px; background:white; overflow:hidden; opacity:0;
-moz-border-radius:6px; 
-webkit-border-radius:6px; 
-khtml-border-radius:6px;
border-radius:6px;
-webkit-transition: all 0.5s ease-out 0s; 
-moz-transition: all 0.5s ease-out 0s; 
-o-transition: all 0.5s ease-out 0s; 
transition: all 0.5s ease-out 0s;}
#Content11 .contact1 ul li .zbox1 .btn .ewm img{ width:100%; float:left;}
#Content11 .contact1 ul li .zbox1 .btn:hover .ewm{ opacity:1;}


@media screen and  (max-width:1570px){
#Content11 .contact1 ul li .zbox{ padding:0 30px 10px 30px;}
}
@media screen and  (max-width:1200px){
#Content11 .contact1 ul li .zbox{ padding:0 10px 10px 10px;}

}
@media screen and  (max-width:992px){
#Content11 .contact1{ margin:0 -10px;}
#Content11 .contact1 ul{ margin-top:80px;}
#Content11 .contact1 ul li{ padding:0 10px;}
#Content11 .contact1 ul li .zbox{ padding:0 10px 10px 10px; height:180px;}
#Content11 .contact1 ul li .zbox .ico{ width:80px; height:80px; margin-top:-40px;}
#Content11 .contact1 ul li .zbox h5{ margin-top:15px; line-height:20px; font-size:16px;letter-spacing:1px;}
#Content11 .contact1 ul li .zbox h6{ letter-spacing:0px;}
#Content11 .contact1 ul li .zbox .jj{ margin-top:12px; line-height:22px; font-size:12px; letter-spacing:0px;}
#Content11 .contact1 ul li .zbox .btn{ width:100%; height:70px; line-height:70px;}
#Content11 .contact1 ul li .zbox .btn > img{ width:20px;}
#Content11 .contact1 ul li .zbox .btn .ewm{ width:70px; height:70px; margin-left:-35px;}


}
@media screen and  (max-width:768px){
	body .ueeshop_responsive_turn_page span{min-width:30px}
	body .ueeshop_responsive_turn_page span .page_item_current{ width:100%;font-size:0.9rem;}
	body .ueeshop_responsive_turn_page span a{font-size:0.9rem;}
	#Content11 .contact1 ul li .zbox{padding:0}
#Content11 .contact1 ul :nth-child(5){width:100%;margin-top:10px;}
#Content11 .contact1 ul :nth-child(6){width:100%;margin-top:10px;}
#Content11 .contact1 ul :nth-child(7){width:100%;margin-top:10px;}
#Content11 .contact1{ margin:0 0;}
#Content11 .contact1 ul{ margin-top:20px;}
#Content11 .contact1 ul li{ margin-top:50px; width:94%;}
.pro_list .menu{ display:none}

}


@media screen and (max-width: 1680px) {

    .service_box .service { width: 85.71%; }
    .service_box .service .se_box .se_img { width: 62.083%; height: 36.4vw; }
    .service_box .service .se_box .se_content { width: 35.55%; }
    .service_box .service .se_box .se_content .se_item { height: 11.35vw; }
    .product_box .bankbox { width: 85.71%; }
    .product_box .bankbox .bank { width: 23.47%; }
    .new_box .advisory { width: 85.71%; }
    .new_box .advisory .abv_item { width: 46.74%; }

}

@media screen and (max-width: 1440px) {
    .public_btn { width: 200px; }
    .public_btn a { font-size: 15px; line-height: 55px; }
    .all_protype .pro_item { width: 32.9%; }
    .all_protype .pro_item a .typename p { font-size: 22px; }
    .product_box .bankbox { margin: 80px auto 0; }
    .product_box .bankbox .bank_title { height: 50px; overflow: hidden; }
	
	.new_box .advisory {width: 85.71%;}
.new_box .advisory .abv_item { margin-left: 28px; width: 30%; }
.new_box .advisory .abv_item a { display: block; width: 100%; height: 100%; }
}

@media screen and (max-width: 1320px) {
    .wrap { width: 96%; }
    /* .menu-in-left .wrap-righter-style{width: 70%;} */
}
@media screen and (max-width: 1200px) {
    .public_title p { font-size: 25px; line-height: 40px; }

    /*#header .header_box .navbar .nav_box { width: 530px; }*/
    .service_box .service .se_box .se_content .se_item .sco_box p { margin-top: 2%; height: 45px; font-size: 14px; line-height: 25px; }
    .new_box .advisory .abv_item { margin-left: 20px; }
    .new_box .advisory .abv_item:nth-child(2) { margin-left: 30px; }
}

@media screen and (max-width: 991px) {
    .service_box .service .se_box .se_content .se_item .sco_box { top: 12.5%; padding: 0 13px; }
    .service_box .service .se_box .se_content .se_item .sco_box a{ font-size: 18px; }
    .service_box .service .se_box .se_content .se_item .sco_box p { font-size: 14px; line-height: 21px; }
    .all_protype .pro_item { width: 49.5%; }
    .new_box .advisory { -webkit-justify-content: space-between; justify-content: space-between; }
    .new_box .advisory .abv_item { margin-left: 0; width: 48.5%; }
    .new_box .advisory .abv_item:nth-child(2) { margin-left: 0; }


    .pro_cate{display: none;}
    .menu-wrap-style{display: none;}
    .menu-in-left .wrap-righter-style{ padding-top: 0; width: 100%;}
    .product-list .contenter #plist .contents .blk{width: 31%;margin:0 1% 25px;}
}

@media screen and (max-width: 860px) {
    .pro_list .ueeshop_responsive_position .position { float: none; width: 100%; height: inherit; line-height: inherit; text-align: left; }
}

@media screen and (max-width: 768px) {
	#products .products_box{ width:100%;}
	.p_item{ flex:0 0 48%;}
	 .p_item:nth-child(2n) { margin-right: unset;}
    .p_item .p_item_text {width: 100%;}
    .p_item .p_item_text .item_title {font-size: 3.14vw;line-height: 6vw;height:12vw;}
	.p_item .p_item_text p{font-size: 2.84vw;line-height: 6vw;}
	#case {
    flex-direction: column;}
.case_item {
    width: 100%;}
    .case_item:first-child {margin-bottom: 6.3%;}
    .case_item .case_item_text {width: 63%;}
    .case_item_text .ci_title {font-size: 4.17vw;margin: unset;width: 100%}
    .case_item_text .ci_content {font-size: 3.14vw;line-height: 6vw;margin: unset;padding-top: 2%;width: 100%}
    .ci_vm {padding-bottom: unset;}
    .case_item:hover .case_item_text {background-color: unset;color: #FFF;}
    .case_item:hover .ci_vm {color: #FFF;}
	
	.bxSlide-outter .bx-wrapper .bx-pager{padding-top: 0;bottom: 2%;}
	.bxSlide-outter .bx-wrapper .bx-pager.bx-default-pager a{ margin: 0 1vw; width: 10vw;}
    .public_title p { font-size: 5.20vw; color: #2c2c2c; line-height: 53px; }
	.p_title{font-size: 5.20vw;}
    .public_btn { width: 314px; }
    .public_btn a { font-size: 24px; line-height: 74px; }
    .public_btn a:hover { background: none; color: #333; }
    #header { display: none; }
    .all_protype { width: 92.7%; }
    .all_protype .pro_item { width: 100%; margin-top: 30px; }
    .all_protype .pro_item a .typename p { font-size: 4.167vw; }
    .all_protype .pro_item a .typename p:nth-child(2) { margin-top: 4px; }
    .all_protype .pro_item a:hover .typename { transform: none; }
    .all_protype .pro_item a:hover .img_box img { -webkit-transform: none; transform: none; }

    .service_box { margin-top: 30px; padding-top: 47px; padding-bottom: 60px; }
    .service_box .service { width: 92.7%; }
    .service_box .service .public_title { width: 90%; }
    .service_box .service .se_box { margin-top: 38px; overflow: hidden; }
    .service_box .service .se_box .se_img { width: 100%; height: 63vw; overflow: hidden; }
    .service_box .service .se_box .se_img .carousel_box { width: 300%; display: flex; position: absolute; transition: all 2s; }
    .service_box .service .se_box .se_img .carousel_box .se_pic { display: block; float: left; }
    .service_box .service .se_box .se_img .carousel_box .se_pic a img { position: static; height: auto; }
    .service_box .service .se_box .se_img .carousel_box .se_pic:hover img { -webkit-transform:none; transform:none; }
    .service_box .service .se_box .se_content { width: 100%; }
    .service_box .service .se_box .se_content .se_item { height: 26vw; }
    .service_box .service .se_box .se_content .se_item:first-child { margin-top: 30px; }
    .service_box .service .se_box .se_content .se_item .sco_box { top: 18.5%; padding: 0 32px; }
    .service_box .service .se_box .se_content .se_item .sco_box a { font-size: 4.17vw;  }
    .service_box .service .se_box .se_content .se_item .sco_box p { height: 10vw; font-size: 3.64vw; line-height: 5vw; }
    /* .service_box .service .se_box .se_content .se_item:hover { background: #fff; }
    .service_box .service .se_box .se_content .se_item:hover .sco_box a { color: #2c2c2c; }
    .service_box .service .se_box .se_content .se_item:hover .sco_box p { color: #555555; } */
    .service_box .service .se_box .se_content .se_item .angle { display: none; }


    .product_box { padding-top: 47px; padding-bottom: 60px; }
    .product_box .bankbox { margin: 44px auto 0; width: 92.7%; }
    .product_box .bankbox .bank { width: 48%; }
    .product_box .bankbox .imgbox .imgbox .img_show { display: block; }
    .product_box .bankbox .bank .bank_title { height: auto; font-size: 3.64vw; line-height: 5.15vw; }
    .product_box .bankbox .bank:hover .imgbox a .img_show { opacity: 1; }
    .product_box .bankbox .bank:hover .imgbox a .img_hide { display: none; }
    .product_box .public_btn { margin: 36px auto 0; }

    .new_box { padding-top: 47px; padding-bottom: 60px; }
    .new_box .public_title { width: 90%; }
    .new_box .advisory { margin: 16px auto 0; width: 92.7%; }
    .new_box .advisory .abv_item { margin-top: 30px; width: 100%; }
    .new_box .advisory .abv_item .new .new_title a { height: 8vw; font-size: 4.17vw; line-height: 5.5vw; }
    .new_box .advisory .abv_item .new .short_term { width: 74px; }
    .new_box .advisory .abv_item .new .new_day p { font-size: 3.12vw; }
    .new_box .advisory .abv_item .new .new_brief p { height: 26vw; font-size: 3.64vw; line-height: 5.2vw; }
    .new_box .advisory .abv_item:hover .abv_img img { -webkit-transform: none; transform: none; }
    .new_box .advisory .abv_item .new .new_btn { font-size: 3.14vw; }
    .new_box .advisory .abv_item .new .new_btn:hover { transform: translateX(0); }
    .new_box .public_btn { margin: 36px auto 0; }
    
    .join_box { height: 61vw; }
    .join_box .jo_sing { width: 79%; top: 14%; }
    .join_box .jo_sing a:hover {  background: #333; color: #fff; }
    .join_box .jo_sing .jo_title { font-size: 5.2vw; margin-bottom: 2.6vw; }
    .join_box .jo_sing .jo_content { font-size: 3.38vw; line-height: 5vw; }
    .join_box .jo_sing a { margin: 4.5vw auto 0; font-size: 24px; width: 194px; height: 70px; line-height: 70px; }



    /* .in_ad{ min-height: 100px; } */
    .in_ad .ad_con .ueeshop_responsive_position .title{ display: none;}
    .wrap-module .ueeshop_responsive_products_list .item{ margin-right: 2%; width: 49%;}
	.wrap-module .ueeshop_responsive_products_list .item:nth-child(4n){ margin-right: 2%;}
    .wrap-module .ueeshop_responsive_products_list .item:nth-child(2n){ margin-right: 0;}
    .wrap-module .cate-name{margin-bottom: 15px;font-size: 22px;}
	.wrap-module .cate-name span{margin-top: 10px;}
    body .ueeshop_responsive_case_list .item .img{ width: 100%;}
    body .ueeshop_responsive_case_list .item .info{ margin: 0 auto; padding: 0 0 20px 0; width: 90%;}
	body .ueeshop_responsive_case_list .item .info .name { white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
    body .ueeshop_responsive_case_list .item .info .name a{ font-size: 20px;}
        
    .wrap .cate-name{margin-bottom: 15px;font-size: 22px;}
    .wrap .cate-name span{margin-top: 10px;}

    .rale_news .list { grid-template-columns: repeat(2, 46.5%); }
    .rightside .ueeshop_responsive_info_list .item .info .title { height: 50px; overflow: hidden; }

    .rale_news .list .item { margin-bottom: 20px; }
    .rale_news .list .item .brief { height: 73px; overflow: hidden; }
}

@media screen and (max-width: 650px) { 
    .public_btn { width: 243px; }
    .public_btn a { font-size: 20px; line-height: 60px; }
    .join_box .jo_sing a { font-size: 19px; width: 172px; height: 50px; line-height: 50px; }

    /* .in_ad{ min-height: 88px; } */
} 

@media screen and (max-width: 550px) { 
    .public_title p { line-height: 7vw; }
    .public_btn { width: 182px; }
    .public_btn a { font-size: 14px; line-height: 47px; }
    .all_protype { padding-top: 10px; }
    .all_protype .pro_item { margin-top: 10px; }
    .service_box { margin-top: 20px; padding-top: 20px; padding-bottom: 30px; }
    .service_box .service .se_box { margin-top: 20px; }
    .service_box .service .se_box .se_content .se_item:first-child { margin-top: 20px; }
    .product_box { padding-top: 20px; padding-bottom: 30px; }
    .product_box .bankbox { margin: 30px auto 0; }
    .new_box { padding-top: 20px; padding-bottom: 30px; }
    .new_box .advisory { margin: 0 auto 0; }
    .new_box .advisory .abv_item:first-child { margin-top: 20px; }
    .new_box .advisory .abv_item .new .short_term { width: 50px; margin-bottom: 15px; }
    .new_box .advisory .abv_item .new .new_brief p { margin-top: 10px; }
    .join_box .jo_sing a { font-size: 16px; width: 140px; height: 40px; line-height: 40px; }


    /* .in_ad{ min-height: 74px; } */
}

@media screen and (max-width: 450px) { 
    .public_btn { width: 145px; }
    .public_btn a { font-size: 13px; line-height: 40px; }
    .new_box .advisory .abv_item .new .short_term { width: 33px; }
    .join_box .jo_sing a { font-size: 14px; width: 105px; height: 30px; line-height: 30px; } 
}


