.public_title { margin: 0 auto; }
.public_title p { font-size: 30px; color: #222222; line-height: 51px; /*letter-spacing: ;*/ font-family: 'Montserrat Medium'; text-align: center; }
.public_btn { width: 224px; border: 3px solid #506ef5; border-radius: 6px; }
.public_btn a { display: block; width: 100%; font-size: 18px; color: #506ef5; line-height: 60px; font-family: 'Montserrat'; text-align: center; text-decoration: none; text-transform: uppercase; transition: all .3s; }
.public_btn a:hover { background: #506ef5; 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; }

#header { width: 100%; }
#header .top_h  { width: 100%; border-bottom: 1px solid #f3f3f3; }
#header .top_h .feature_box { margin: 0 auto; width: 1440px; }
#header .top_h .feature_box .features { float: right; width: 208px; height: 40px; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
#header .top_h .feature_box .features .f_btn { display: block; height: 100%; line-height: 40px; font-size: 12px; color: #555555; font-family: 'Montserrat Medium'; text-decoration: none; }
#header .top_h .feature_box .features .f_search .f_btn { width: 43px; padding-left: 22px; background: url(../image/search_btn.png) no-repeat left;background-size: 15px; }
#header .top_h .feature_box .features .f_search form { opacity: 0; position: absolute; top: 18.5%; right: 19.7%; width: 250px; height: 39px; background: #fff; border-bottom: 1px solid #9cc6cd; pointer-events: none; transform: translateY(-50%); }
#header .top_h .feature_box .features .f_search.open form { opacity: 1; pointer-events: auto;}
#header .top_h .feature_box .features .f_search form input.text { padding-left: 10px; width: 80%; height: 100%; background: none; border: 0; box-sizing: border-box; }
#header .top_h .feature_box .features .f_search form input.sub_btn { width: 15%; height: 100%; background: url(../image/search_btn.png) no-repeat center / 50% auto; border: 0; }
#header .top_h .feature_box .features .f_admin .f_btn {/* width: 33px;*/ padding-left: 19px; background: url(../image/admin_btn.png) no-repeat left; }
#header .top_h .feature_box .features .f_language { height: 100%; }
#header .top_h .feature_box .features .f_language .h_lang { height: 100%; }
#header .top_h .feature_box .features .f_language .h_lang .f_btn { width: 34px; font-size: 14px; text-transform: uppercase; position: relative; }
#header .top_h .feature_box .features .f_language .h_lang .f_btn::before { display: block; content: ''; position: absolute; right: 0; top: 50%; margin-top: -3.5px; width: 11px; height: 7px; background: url(../image/triangle.png) no-repeat right; -webkit-transition: all 0.3s; transition: all 0.3s; }
#header .top_h .feature_box .features .f_language .h_lang:hover .triangle:before { transform: rotate(180deg); }
#header .top_h .feature_box .features .f_language .h-user { font-size: 0; }
#header .top_h .feature_box .features .f_language .icon { position: relative; }
#header .top_h .feature_box .features .f_language .icon .layer { padding: 0 10px; width: 135px; border-radius: 8px; text-align: center; background: #fff; position: absolute; top: 102%; left: 50%; -webkit-border-radius: 8px; -webkit-transform: translateX(-50%); transform: translateX(-50%); -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); z-index: 100; max-height: 690px; overflow-y: auto;}
#header .top_h .feature_box .features .f_language .icon .layer::-webkit-scrollbar{display: none;}
#header .top_h .feature_box .features .f_language .icon .layer a { margin: 10px 0; line-height: 25px; font-size: 14px; color: #000; font-weight: bold; text-decoration: none; }
#header .top_h .feature_box .features .f_language .icon .layer a + a { border-top: 1px solid rgba(255, 255, 255, 0.2); }
#header .top_h .feature_box .features .f_language .icon .layer a:hover { text-decoration: underline; }
#header .top_h .feature_box .features .f_language .icon:hover .layer { opacity: 1; visibility: visible; }
#header .header_box { margin: 0 auto; width: 1440px; height: 70px; }
#header .header_box .logo_box { float: left; height: 100%; width: 200px; }
#header .header_box .logo_box .logo { width: 100%; height: 100%; position: relative; }
#header .header_box .logo_box .logo a { display: block; height: 100%; }
#header .header_box .logo_box .logo a img { position: absolute; left: 0; top: -6px; bottom: 0; margin: auto; }
#header .header_box .navbar { float: right; width: 783px; display: flex; -webkit-justify-content: space-between; justify-content: space-between; }
#header .header_box .navbar .nav_box { width: 636px;  display: flex; -webkit-justify-content: space-between; justify-content: space-between; }

.default_nav_style .n_item{line-height: 70px;}
.default_nav_style .n_item>a{font-size: 14px; color: #222; font-family:'Montserrat'; text-transform:uppercase; transition:all .1s;}
.default_nav_style .n_item:hover>a{color: #506ef5;}
.default_nav_style .small_nav_sec .nav_sec_item a, .default_nav_style .small_nav_sec .nav_sec_item dt a{font-weight: bold; font-size: 14px; }
/*
#header .header_box .navbar .nav_box .n_item { position: relative; z-index: 100; white-space: nowrap;padding:0 2%;}
#header .header_box .navbar .nav_box .n_item .topname { position: relative; display: block; height: 100%; line-height: 70px; font-size: 14px; color: #222222; font-family: 'Montserrat'; text-decoration: none; text-transform: uppercase; transition: all .1s; }
#header .header_box .navbar .nav_box .n_item .navsub { width: 200px; background: #fff; position: absolute; top: 99%; left:50%; transform: translate(-50%,0); box-shadow: 0 0 10px rgba(0,0,0,.1); padding:9px 25px; box-sizing: border-box;opacity: 0; border-radius: 3px; pointer-events: none; }
#header .header_box .navbar .nav_box .n_item .navsub .subname { display: block; line-height: 25px; font-size: 14px; text-transform: capitalize; font-weight: bold; text-decoration: none; margin: 10px 0; transition: all .1s; }
#header .header_box .navbar .nav_box .n_item:hover .topname:before { width: 100%;}
#header .header_box .navbar .nav_box .n_item:hover .navsub { opacity: 1; pointer-events: auto;}
#header .header_box .navbar .nav_box .n_item:hover .topname { color: #506ef5; } 
#header .header_box .navbar .nav_box .n_item .navsub .subname:hover { color: #506ef5; } */
#header .header_box .navbar .quote { width: 95px; }
#header .header_box .navbar .quote a { display: block; padding-left: 30px; height: 100%; line-height: 70px; font-size: 14px; color: #506ef5; font-family: 'Montserrat'; background: url(../image/quote.png) no-repeat left; text-decoration: none; }
#header .header_box .navbar .quote a:hover { color: #495060; background: url(../image/quote_active.png) no-repeat left; transition: all .9s; }
body .ueeshop_responsive_header .header .logo { padding: 15px 0; }
body .ueeshop_responsive_header .header .func .btn { margin-left: 3%; }

.banner_box { margin: 0 auto; text-align: center;}

.all_protype { width: 100%; margin: 0 auto; max-width: 1920px; display: flex; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; }
.all_protype .pro_item { margin-top: 10px; width: 33%; /*width: 628px;*/ position: relative; overflow: hidden; background: #f7f7f7; }
.all_protype .pro_item a { display: block; text-decoration: none; }
.all_protype .pro_item a:hover .typename { transform: translateX(15px); }
.all_protype .pro_item a .img_box { width: 100%; max-height: 486px; text-align: right; position: relative; padding-top: 76.7%; }
.all_protype .pro_item a .img_box img { margin-top: 10px; margin-bottom: 10px; position: absolute; top: 0; right: 10px; bottom: 0; margin: auto; -webkit-transition: all .3s; transition: all .3s; }
.all_protype .pro_item a:hover .img_box img { -webkit-transform: scale(1.1); transform: scale(1.1); }
.all_protype .pro_item a .typename { position: absolute; top: 41.7%; left: 6.5%; }
.all_protype .pro_item a .typename p { font-size: 26px; color: #363030; font-family: 'Montserrat'; }
.all_protype .pro_item a .typename p:nth-child(2) { margin-top: 6px; }


.service_box { margin-top: 10px; padding-top: 85px; padding-bottom: 100px; width: 100%; background: #f7f9fb; }
.service_box .service { margin: 0 auto; width: 1440px; }
.service_box .service .public_title { width: 660px; }
.service_box .service .se_box { margin-top: 85px; width: 100%; position: relative; }
.service_box .service .se_box .se_img { float: left; width: 894px; height: 618px; position: relative; overflow: hidden; }
/* .service_box .service .se_box .se_img .se_pic { display: none; } */
.service_box .service .se_box .se_img .carousel_box .se_pic a { display: block; width: 100%; height: 100%; }
.service_box .service .se_box .se_img .carousel_box .se_pic a img { width: 100%; height: 100%; position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; -webkit-transition: all .3s; transition: all .3s; }
.service_box .service .se_box .se_img .carousel_box .se_pic:hover img { -webkit-transform: scale(1.05); transform: scale(1.05); }
.service_box .service .se_box .se_content { float: right; width: 512px; }
.service_box .service .se_box .se_content .se_item { margin-top: 4.8%; width: 100%; height: 190px; border-radius: 7px; background: #fff; position: relative; transition: all 0.1s; }
.service_box .service .se_box .se_content .se_item:first-child { margin-top: 0; }
.service_box .service .se_box .se_content .active { background: #506ef5; }
.service_box .service .se_box .se_content .se_item .angle { opacity: 0; width: 0; height: 0; border-width: 16px 11px 0 11px; border-style: solid; border-color: #506ef5 transparent transparent transparent; transform: rotate(90deg); position: absolute; top: 45.5%; left: -19px; }
.service_box .service .se_box .se_content .active .angle { opacity: 1; }
.service_box .service .se_box .se_content .se_item .sco_box { position: absolute; top: 18.5%; left: 0; right: 0; bottom: 0; margin: auto; padding: 0 32px; }
.service_box .service .se_box .se_content .se_item .sco_box a { font-size: 20px; color: #222222; font-family: 'Montserrat'; text-decoration: none; }
.service_box .service .se_box .se_content .active .sco_box a { color: #f7f9fb; }
.service_box .service .se_box .se_content .se_item .sco_box p { margin-top: 4.8%; height: 60px; font-size: 16px; color: #555555; line-height: 30px; font-family: 'Montserrat Medium'; overflow: hidden; cursor:default }
.service_box .service .se_box .se_content .active .sco_box p { color: #f7f9fb; }
.service_box .service .se_box .se_content .se_item:hover { background: #506ef5; }
.service_box .service .se_box .se_content .se_item:hover .sco_box a { color: #f7f9fb; }
.service_box .service .se_box .se_content .se_item:hover .sco_box p { color: #f7f9fb; }
.service_box .service .se_box .se_content .se_item:hover .angle { opacity: 1; }


.product_box { width: 100%; padding-top: 85px; padding-bottom: 99px; }
.product_box .bankbox { margin: 106px auto 0; width: 1440px; display: flex; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; }
.product_box .bankbox .bank { width: 338px; overflow: hidden; }
.product_box .bankbox .bank .imgbox { width: 100%; max-height: 338px; position: relative; padding-top: 100%; overflow: hidden; }
.product_box .bankbox .bank .imgbox a { display: block; }
.product_box .bankbox .bank .imgbox a img { position: absolute; top: 0; left: 0; right: 0; bottom: 0; margin: auto; z-index: 1; }
.product_box .bankbox .bank:hover .imgbox a img:nth-child(1) { opacity: 1; }
.product_box .bankbox .bank .imgbox a .img_show { transition: all .5s; }
.product_box .bankbox .bank .imgbox a .img_hide { opacity: 0; transition: all .5s; }
.product_box .bankbox .bank .bank_title { display: block; margin-top: 16px; margin-bottom: 16px; font-size: 16px; color: #222222; line-height: 25px; font-family: 'Montserrat Medium'; text-decoration: none; }
.product_box .bankbox .bank:hover .imgbox a .img_show { opacity: 0; }
.product_box .bankbox .bank:hover .imgbox a .img_hide { opacity: 1; }
.product_box .public_btn { margin: 78px auto 0; }

.new_box { width: 100%; padding-top: 85px; padding-bottom: 100px; background: #f7f9fb; }
.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: 27px; width: 673px; background: #fff; }
.new_box .advisory .abv_item:nth-child(2) { margin-left: 37px; }
.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: 60px; font-size: 22px; color: #373738; 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: #506ef5; }
.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: #506ef5; 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: #fff; text-transform: uppercase; text-align: center; text-decoration: none; border-radius: 7px; background: #506ef5; border: 3px solid #506ef5; }
.join_box .jo_sing a:hover { background: none; color: #506ef5; }

#footer { width: 100%; background: #252525; }
#footer .footer_box { margin: 0 auto; padding: 66px 0; width: 1440px; display: flex; flex-wrap: wrap; -webkit-justify-content: space-between; justify-content: space-between; }
#footer .footer_box .foo_item ul li { margin-top: 20px; width: 100%; font-size: 14px; color: #888888; font-family: 'Montserrat'; }
#footer .footer_box .foo_item ul li a { display: block; font-size: 14px; color: #888888; font-family: 'Montserrat Medium'; text-decoration: none; }
#footer .footer_box .foo_item ul li a:hover { color: rgb(184, 183, 183); }
#footer .footer_box .foo_item ul li:first-child { margin-top: 0; font-size: 16px; color: #fff; text-transform: capitalize; }
#footer .footer_box .foo_item ul li:nth-child(2) { margin-top: 30px; }
#footer .footer_box .mode_one { margin-left: 38px; width: 20%; }
#footer .footer_box .mode_two { margin-left: 30px; width: 20%; }
#footer .footer_box .mode_three { margin-left: 35px; width: 20%; }
#footer .footer_box .mode_fout { margin-right: 30px; width: 23%; }
#footer .footer_box .mode_fout ul li:nth-child(2) { margin-top: 25px; }
#footer .footer_box .mode_fout ul li:nth-child(2) p { line-height: 24px; font-family: 'Montserrat Medium'; }
#footer .footer_box .mode_fout ul li:last-child { margin-top: 15px; }
#footer .footer_box .mode_fout ul li:last-child .share { display: flex; flex-wrap: wrap; margin-left: -3px; }
.foot_share .foot_share_box{margin-right: 8px;}
#footer .copy_box { width: 100%; background: #1f1f1f; }
#footer .copy_box .copy { margin: 0 auto; width: 1440px; }
#footer .copy_box .copy p { margin-left: 38px; padding-top: 26px; padding-bottom: 28px; font-size: 16px; color: #888888; font-family: 'Montserrat Medium'; }
#footer .copy_box .copy p a { color: #888888; font-family: 'Montserrat Medium'; text-decoration: none; }





.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: #506ef5;}
.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: #506ef5;}
.product-list .pro_list .hot_cate .bx-pager .bx-pager-item a.active{ background: #506ef5;}
.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 #506ef5; 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(../image/icon_follow_1.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(../image/icon_follow_1.png) no-repeat center / 100%; transition: all 0.5s; z-index: 1; opacity: 0;}
.products .pro_cate .list:hover .first_cate a{ background: #506ef5; 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: #506ef5; 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: #506ef5; color: #fff;}

.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: #506ef5;}
.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: #506ef5; font-family: Arial; text-decoration: underline; text-align: center; transition: all 0.5s;}

.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: 3rem;}

body .ueeshop_responsive_turn_page{text-align: center;}
body .ueeshop_responsive_turn_page span a{ display: block; background: #fff;}
body .ueeshop_responsive_turn_page span .page_item_current{background: #506ef5;color: #fff;}
body .ueeshop_responsive_turn_page.s1>span .page_item_current{background: #506ef5;color: #fff;}
body .ueeshop_responsive_turn_page span a,
body .ueeshop_responsive_turn_page span font{ background: #f5f5f5; color: #555;font-size: 18px;}
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(../image/icon_pro_all.png) no-repeat 0 0;}
body .ueeshop_responsive_turn_page span em.icon_page_next{width: 21px;height: 10px;background: url(../image/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: #506ef5;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: #0a3c5f;}

.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: #506ef5;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: #506ef5; 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; 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 #506ef5; 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: #506ef5; 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: #506ef5; 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 #506ef5; font-size: 18px; text-align: center; transition: all 0.5s; text-decoration: none;}
.menu-wrap-style .menu h3 a:hover{ background: #506ef5; color: #fff;}
.menu-wrap-style .menu h3 a.on, .menu-wrap-style .menu h3 a:hover { background: #506ef5;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%; }


@media screen and (max-width: 1680px) {
    #header .top_h .feature_box { width: 85.71%; }
    #header .header_box { width: 85.71%; }
    .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%; }
    #footer .footer_box { width: 85.71%; }
    #footer .copy_box .copy { width: 85.71%; }
}

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

@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 .logo_box { width: 20%; }
    #header .header_box .navbar { width: 672px; }
    #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; }
    #footer .footer_box .mode_one { width: 28%; }
    #footer .footer_box .mode_two { width: 30%; }
    #footer .footer_box .mode_three { width: 26%; }
    #footer .footer_box .mode_fout { width: 100%; margin-left: 38px; margin-top: 45px; margin-right: 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) {
    .public_title p { font-size: 5.20vw; color: #2c2c2c; line-height: 53px; }
    .public_btn { width: 314px; }
    .public_btn a { font-size: 24px; line-height: 74px; }
    .public_btn a:hover { background: none; color: #506ef5; }
    #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: 16vw; 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: #506ef5; 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; }

    #footer .footer_box { width: 92.7%; padding: 50px 0; }
    #footer .footer_box .foo_item { margin-top: 43px; }
    #footer .footer_box .mode_one { margin-left: 0; margin-top: 0; }
    #footer .footer_box .mode_two { margin-left: 0; }
    #footer .footer_box .mode_three { margin-left: 0; }
    #footer .footer_box .mode_fout { margin-left: 0; margin-right: 0; }
    #footer .footer_box .foo_item { width: 100%; }
    #footer .footer_box .foo_item ul li { display: none; }
    #footer .footer_box .foo_item ul li:first-child .icon { margin-top: 2.5vw; }
    #footer .footer_box .foo_item ul li:first-child .icon { display: inline-block; width: 3.5vw; height: 3.5vw; float: right; margin-top: 2.5vw; -webkit-transform: translateY(-50%); transform: translateY(-50%); }
    #footer .footer_box .foo_item ul li:first-child .icon::before { display: block; margin-left: 1.8vw; margin-top: 0.1vw; content: ''; width: 0.5vw; height: 97%; background: #fff; -webkit-transition: all 0.3s; transition: all 0.3s; -webkit-transform: translateX(-50%); transform: translateX(-50%);}
    #footer .footer_box .open ul li:first-child .icon:before{ transform: rotate(90deg);}
    #footer .footer_box .foo_item ul li:first-child .icon:after { display: block; content: '';  position: absolute; top: 51%; left: 0; width: 100%; height: 0.5vw; background: #fff;  -webkit-transform: translateY(-50%); transform: translateY(-50%); }
    #footer .footer_box .foo_item ul li:first-child { display: block; font-size: 3.9vw; }
    #footer .footer_box .foo_item ul li a { font-size: 3.14vw; }
    #footer .footer_box .foo_item ul li a:hover { color: #888888; }
    #footer .footer_box .mode_fout ul li { display: block; }
    #footer .footer_box .mode_fout ul li:nth-child(2) p { font-size: 3.14vw; line-height: 4.7vw; }
    #footer .footer_box .open ul li { display: block; margin-top: 2vw; }
    #footer .copy_box .copy { width: 92.7%; height: auto; }
    #footer .copy_box .copy p { margin: 0 auto; padding-top: 4vw; padding-bottom: 4vw; width: 70%; font-size: 3.125vw; text-align: center; }
    #footer .copy_box .copy p a { display: block; width: 100%; font-size: 3.125vw; }

    /* .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; }
    #footer .footer_box { padding: 25px 0; }
    #footer .footer_box .foo_item { margin-top: 20px; }
    #footer .footer_box .foo_item:first-child { margin-top: 0; }
    #footer .footer_box .foo_item ul li { margin-top: 10px; }

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