@charset "utf-8";
/*
Powered by ly200.com		http://www.ly200.com
广州联雅网络科技有限公司		020-83226791
*/

body { max-width: 1920px; font-family: 'Opensans-Regular'; overflow-x: hidden; margin: auto; }
/* body::-webkit-scrollbar { display: none; } */
.control_w { box-sizing: border-box; max-width: 1440px; width: 92%; margin: auto; }
.trans { -webkit-transition: all 300ms ease 0s; transition: all 300ms ease 0s; }
.trans1 { -webkit-transition: all 1000ms ease 0s; transition: all 1000ms ease 0s; }
.text_upp { text-transform: uppercase; }
.enlarge { -moz-transition: all 0.3s ease-in-out; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.scrollbar::-webkit-scrollbar { width: 5px; height: 1px;}
.scrollbar::-webkit-scrollbar-thumb { border-radius: 5px; box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); background: #535353; }
.scrollbar::-webkit-scrollbar-track { box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); border-radius: 10px; background: #ededed; }
.overflow { overflow: hidden; }
.img_block { display: block; font-size: 0; }
.img_center { position: absolute; top: 0; right: 0; bottom: 0; left: 0; margin: auto; }
.text_space { text-overflow: ellipsis; white-space: nowrap; }


#header { box-sizing: border-box; position: fixed; max-width: 1920px; height: 81px; top: 0; left: 0; right: 0; border-bottom: 1px solid rgba(255,255,255,0.25); background: transparent; margin: auto; z-index: 1000; }
#header.ab_header { background: #000; }
#header.in_index { position: absolute; }
#header.in_index.fixed { position: fixed; top: -100%; }
#header.in_index.add_background { background: #333333; }
#header .web_header { box-sizing: border-box; height: 100%; padding-left: 45px; padding-right: 58px; }
#header .web_header .logo_box { width: 230px; height: 81px; position: relative; }
#header .web_header .logo_box a img { position: absolute; max-height: 70px; top: 0; bottom: 0; left: 0; margin: auto; }
#header .nav_box { width: calc(100% - 730px); height: 81px; margin-left: 27px; }
/* #header .default_nav_style {  } */
/* #header .default_nav_style .n_item { padding: 0 15px; margin-left: 7%; } */
#header .default_nav_style .n_item { padding: 0; margin-left: 7%; }
#header .default_nav_style .n_item:first-child { margin-left: 0; }
/* #header .default_nav_style .n_item>a { position: relative; height: 81px; line-height: 81px; font-size: 16px; color: #6ad5ef; text-transform: uppercase; padding: 0; } */
#header .default_nav_style .n_item>a { position: relative; height: 81px; line-height: 81px; font-size: 16px; color: #6ad5ef; text-transform: uppercase; padding: 18px 0;}
/* #header .default_nav_style .n_item>a::after { content: ''; position: absolute; display: block; width: 0; height: 3px; right: 0; bottom: 0; left: 0; background: #fff; -webkit-transition: all 300ms ease 0s; transition: all 300ms ease 0s; } */
#header .default_nav_style .n_item>a::after { content: ''; position: absolute; display: block; width: 0; height: 3px; right: 0; bottom: 0; left: 0; background: #fff; -webkit-transition: all 300ms ease 0s; transition: all 300ms ease 0s; display: none;}
#header .default_nav_style .n_item:hover>a { color: #fff; }
#header .default_nav_style .n_item:hover>a::after { width: 100%; }
#header .right_icon_park { display: flex; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; justify-content: flex-end; -webkit-justify-content: flex-end; margin-top: 17px; }
#header .right_icon_park .icon_item { box-sizing: border-box; min-width: 132px; height: 47px; line-height: 42px; color: #fff; text-align: center; margin-left: 20px; }
#header .right_icon_park .i_admin { height: 47px; line-height: 42px; font-size: 16px; padding: 0 20px; border: 1px solid #f04900; border-radius: 3px; }
#header .right_icon_park .i_inq a { display: block; height: 100%; font-size: 16px; color: #fff; background: #f04900; border-radius: 3px; padding: 0 10px; }
#header .right_icon_park .i_lang_currency { min-width: unset; margin-left: 0; }
#header .right_icon_park .default_shopping_cart { min-width: unset; filter: brightness(0) invert(1); margin-left: 10px; }

/*新的样式直接放就行*/
#header .default_nav_style .n_item.has_sec>a::before{content: '';visibility: hidden;opacity: 0;border-bottom: 12px solid #3e72d5;border-left: 12px solid transparent;border-right: 12px solid transparent;position: absolute;left: 50%;bottom: 0;transform: translateX(-50%);z-index: 2;}
#header .default_nav_style .n_item.has_sec:hover>a::before{visibility: visible;opacity: 1;}
#header .default_nav_style .n_item.has_sec:hover .products_nav_sec{display: block;}

.support_height { width: 100%; height: 81px; background: #000; }
/*
body .ueeshop_responsive_header .header { background: #111111; border-bottom: none; }
body .ueeshop_responsive_header .header .logo { box-sizing: border-box; font-size: 0; }
body .ueeshop_responsive_header .header .func .search_btn { background-image: url(../../../images/responsive_header/search_btn_white.png); }
body .ueeshop_responsive_header .header .func .member_btn { background-image: url(../../../images/responsive_header/account_btn_white.png); }
body .ueeshop_responsive_header .header .func .menu_btn { background-image: url(../../../images/responsive_header/menu_btn_white.png); }
body .ueeshop_responsive_header .header .func .menu_btn.on { background-image: url(../../../images/responsive_header/close_btn_white.png); }
body .ueeshop_responsive_header .header .func .cart_btn { filter: invert(1); }
body .ueeshop_responsive_header .nav_bg.on { top: 50px; }
body .ueeshop_responsive_header .nav .list .title_out .title_name { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); -webkit-user-select: none; -moz-user-focus: none; -moz-user-select: none; }
*/


.inner_planpic_search { max-width: 1920px; width: 100%; height: 200px; position: fixed; top: 0; left: 0; right: 0; margin: auto; z-index: 999; }
.inner_planpic_search.index_search { top: -100%; }
.inner_planpic_search .in_banner_search { bottom: 30px; }
.inner_planpic_search .inner_name { display: none; }
#inner_height { height: 200px; }

.index_public_title { max-width: 1200px; margin: auto; }
.index_public_title .lord_title { line-height: 42px; font-size: 30px; color: #000; text-align: center; }
.index_public_title .small_title { line-height: 28px; font-size: 16px; color: #888; text-align: center; margin-top: 16px; }

.index_banner { position: relative; }
.index_banner .banner_list .item { position: relative; display: block; }
.index_banner .banner_list .item .banner_content { position: absolute; box-sizing: border-box; width: 50.521%; max-height: 425px; top: 0; right: 0; bottom: 0; left: 0; text-align: center; margin: auto; }
.index_banner .banner_list .item .banner_content .title { line-height: 91px; font-size: 65px; font-family: "OpenSans-Semibold"; color: #fff; }
.index_banner .banner_list .item .banner_content .brief { line-height: 30px; font-size: 20px; letter-spacing: 0; color: #a0cee0; margin-top: 31px; }
.index_banner .banner_list .item .banner_content .title, .index_banner .banner_list .item .banner_content .brief { -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; box-orient: vertical; display: -webkit-box; display: box; }
.index_banner .banner_list .item .banner_content a.btn { display: inline-block; height: 50px; line-height: 50px; font-size: 14px; letter-spacing: 1px; text-decoration: none; color: #fff; background: #62b2d3; padding: 0 35px; margin-top: 55px; margin-left: 4px; }
.index_banner .bx-controls-direction, .index_banner .bx-wrapper .bx-pager { display: none; }

.in_banner_search { position: absolute; display: inline-block; width: 985px; height: 56px; right: 0; bottom: 230px; left: 0; border-radius: 2px; margin: auto; }
.in_banner_search::after { content: ''; position: absolute; width: 100%; height: 100%; top: -10px; left: -22px; background: rgba(45, 50, 101, 0.54); padding: 10px 22px; z-index: 0; }
.in_banner_search form.banner_search { position: relative; width: 100%; z-index: 1; }
.in_banner_search form.banner_search .text_input { box-sizing: border-box; width: 100%; height: 56px; font-size: 16px; font-family: 'Opensans-Regular'; color: #333; border: none; text-indent: 8px; padding-left: 15px;  padding-right: 160px; border-radius: 2px; }
.in_banner_search form.banner_search .text_input[name=Keyword]::-webkit-input-placeholder { color: #999; }
.in_banner_search form.banner_search .text_input[name=Keyword]:-moz-placeholder { color: #999; }
.in_banner_search form.banner_search .text_input[name=Keyword]::-moz-placeholder { color: #999; }
.in_banner_search form.banner_search .text_input[name=Keyword]::-ms-input-placeholder { color: #999; }
.in_banner_search form.banner_search .submit { position: absolute; top: 0; right: 0; bottom: 0; margin: auto; border: 0; text-indent: 40px; font-size: 16px; font-family: 'Opensans-Regular'; color: #fff; border-top-right-radius: 2px; border-bottom-right-radius: 2px; background: url(../images/icon_search.png) no-repeat #2eb4d5; background-position: 27px center; cursor: pointer; padding: 0 27px; }
body.lang_el .in_banner_search form.banner_search .text_input { padding-right: 190px; }
body.lang_es .in_banner_search form.banner_search .text_input { padding-right: 170px; }
body.lang_fr .in_banner_search form.banner_search .text_input { padding-right: 215px; }
body.lang_pt .in_banner_search form.banner_search .text_input { padding-right: 175px; }
body.lang_ru .in_banner_search form.banner_search .text_input { padding-right: 167px; }
body.lang_vi .in_banner_search form.banner_search .text_input { padding-right: 177px; }

.index_park_one { margin-top: 85px; }
.index_park_one .pro_cate_nav .list { display: flex; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; flex-wrap: wrap; justify-content: center; -webkit-justify-content: center; }
.index_park_one .pro_cate_nav .list .cate_title { display: inline-block; font-size: 20px; height: 59px; line-height: 59px; font-size: 20px; color: #333; background: #fff; padding: 0 44px; border-radius: 3px; margin: 0 17px 15px; }
.index_park_one .pro_cate_nav .list .cate_title.cur { color: #fff; background: #2eb4d5; }
.index_park_one .pro_main { margin-top: 53px; }
.index_park_one .pro_main .index_pro_list { position: relative; display: none; animation: tabShow .2s 1 0s linear forwards; -webkit-animation: tabShow .2s 1 0s linear forwards;}
.index_park_one .pro_main .index_pro_list.show { display: block; }
.index_park_one .pro_main .index_pro_list .list_box { display: flex; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; flex-wrap: wrap; }
.index_park_one .pro_main .index_pro_list .p_item { box-sizing: border-box; width: 23.403%; border: 1px solid #ceddea; padding: 12px 12px; margin-right: 2.12%; margin-bottom: 20px; }
.index_park_one .pro_main .index_pro_list .p_item:nth-child(4n) { margin-right: 0; }
.index_park_one .pro_main .index_pro_list .p_item .img { position: relative; width: 30.55%; padding-top: 30.55%; }
.index_park_one .pro_main .index_pro_list .p_item .item_info { width: 64.31%; }
.index_park_one .pro_main .index_pro_list .p_item .item_info .name { display: block; font-size: 16px; color: #f04900; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; margin-top: 10px; }
.index_park_one .pro_main .index_pro_list .p_item .item_info .brief { line-height: 24px; font-size: 14px; color: #333; margin-top: 8px; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; box-orient: vertical; display: -webkit-box; display: box; }
.index_park_one .pro_main .index_pro_list .p_item .item_info .number { line-height: 24px; font-size: 14px; color: #333; margin-top: 8px; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; box-orient: vertical; display: -webkit-box; display: box; display: none; }
.index_park_one .pro_main .index_pro_list .p_item .item_info .price { margin-top: 10px; }
.index_park_one .other_pro_cate { margin-top: 66px; }
.index_park_one .other_pro_cate .title { font-size: 30px; color: #000; }
.index_park_one .other_pro_cate .brief { font-size: 16px; color: #888888; margin-top: 20px; }
.index_park_one .other_pro_cate .list { display: flex; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; flex-wrap: wrap; margin-top: 31px; }
.index_park_one .other_pro_cate .list a { box-sizing: border-box; position: relative; display: block; width: 23.403%; line-height: 24px; font-size: 16px; color: #0070bb; padding-left: 20px; margin-right: 2.12%; margin-bottom: 32px; }
.index_park_one .other_pro_cate .list a:nth-child(4n) { margin-right: 0; }
.index_park_one .other_pro_cate .list a span { position: absolute; display: inline-block; top: -2px; left: 0; letter-spacing: -4px; color: #ff8605; }
@-webkit-keyframes tabShow{
	0%{transform:translateY(30px); opacity:0;}
	50%{transform:translateY(15px); opacity:.5;}
	100%{transform:translateY(0); opacity:1;}
}
@keyframes tabShow{
	0%{transform:translateY(30px); opacity:0;}
	50%{transform:translateY(15px); opacity:.5;}
	100%{transform:translateY(0); opacity:1;}
}

.index_park_two { background: #f6f6f6; padding-top: 71px; padding-bottom: 80px; margin-top: 80px; } 
.index_park_two .customize_box { position: relative; margin-top: 54px; }
.index_park_two .customize_box .pc_show_img { position: relative; width: 100%; display: block; padding-top: 31.945%; }
.index_park_two .customize_box .pc_show_img img { opacity: 0; z-index: 0; }
.index_park_two .customize_box .pc_show_img #img_pic_a { opacity: 1; z-index: 1; }
.index_park_two .customize_box .cus_item_park { position: absolute; top: 0; right: 0; left: 0; display: flex; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; flex-wrap: wrap; justify-content: center; -webkit-justify-content: center; margin: auto; }
.index_park_two .customize_box .cus_item_park .cus_item { box-sizing: border-box; position: relative; width: 25%; padding-top: 31.945%; }
.index_park_two .customize_box .cus_item_park .cus_item:after { content: ''; position: absolute; display: block; width: 1px; height: 100%; top: 0; right: 0; bottom: 0; background: rgba(225, 225, 225, 0.6); margin: auto; z-index: 1; }
.index_park_two .customize_box .cus_item_park .cus_item:last-child:after { display: none; }
.index_park_two .customize_box .cus_item_park .cus_item .bg_img { display: none; }
.index_park_two .customize_box .cus_item_park .cus_item .img_box { position: absolute; top: 0; left: 0; right: 0; bottom: 0; width: 100%; z-index: 0; margin: auto; opacity: 0; }
.index_park_two .customize_box .cus_item_park .cus_item .img_box.top_img { opacity: 1; z-index: 1; }
.index_park_two .customize_box .cus_item_park .cus_item .info { position: absolute; right: 0; bottom: -29.8%; left: 0; display: flex; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; align-items: end; margin: auto; z-index: 1; }
.index_park_two .customize_box .cus_item_park .cus_item .info a { display: block; width: 100%; color: #fff; }
.index_park_two .customize_box .cus_item_park .cus_item .info .info_content { box-sizing: border-box; color: #fff; width: 100%; padding: 0 13.89%; padding-bottom: 42px; }
.index_park_two .customize_box .cus_item_park .cus_item .info .info_content .title { width: 100%; line-height: 33px; font-size: 20px; font-family: 'OpenSans-Bold'; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; box-orient: vertical; display: -webkit-box; display: box; }
.index_park_two .customize_box .cus_item_park .cus_item .info .info_content .brief { line-height: 28px; font-size: 16px; margin-top: 23px; -webkit-line-clamp: 7; line-clamp: 7; -webkit-box-orient: vertical; box-orient: vertical; display: -webkit-box; display: box; opacity: 0; }

.index_park_three { margin-top: 71px; }
.index_park_three .control_w { max-width: 1200px; }
.index_park_three .list { display: flex; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; flex-wrap: wrap; margin-top: 60px; }
.index_park_three .list .p_item { position: relative; width: 20.417%; padding-top: 8.334%; margin-right: 6.1%; margin-bottom: 12px; }
.index_park_three .list .p_item:nth-child(4n) { margin-right: 0; }

.index_park_four { box-sizing: border-box; background: url(../images/info_bg.jpg) no-repeat top center; background-size: auto 101%; padding-top: 71px; padding-bottom: 110px; margin-top: 70px; }
.index_park_four .index_public_title .lord_title { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.index_park_four .index_public_title .lord_title,.index_park_four .index_public_title .small_title { color: #fff; }
.index_park_four .news_list { display: flex; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; flex-wrap: wrap; margin-top: 64px; }
.index_park_four .news_list .new_item { box-sizing: border-box; position: relative; width: 22.223%; background: #fff; border-bottom: 1px solid transparent; margin-right: 3.7%; }
.index_park_four .news_list .new_item::before { content: ''; position: absolute; display: block; width: 1px; height: 100%; top: 0; bottom: 0; left: 0; margin: auto; background: transparent; -webkit-transition: all 300ms ease 0s; transition: all 300ms ease 0s; }
.index_park_four .news_list .new_item::after { content: ''; position: absolute; display: block; width: 1px; height: 100%; top: 0; right: 0; bottom: 0; margin: auto; background: transparent; -webkit-transition: all 300ms ease 0s; transition: all 300ms ease 0s; }
.index_park_four .news_list .new_item:nth-child(4n) { margin-right: 0; }
.index_park_four .news_list .new_item .img { position: relative; padding-top: 65.94%; }
.index_park_four .news_list .new_item .img::before { content: ''; position: absolute; display: block; width: 100%; height: 1px; top: 0; left: 0; right: 0; margin: auto; background: transparent; -webkit-transition: all 300ms ease 0s; transition: all 300ms ease 0s; }
.index_park_four .news_list .new_item .new_content { padding: 25px 22px 18px; }
.index_park_four .news_list .new_item .new_content .time { font-size: 16px; color: #2d2d2d; }
.index_park_four .news_list .new_item .new_content .title { margin-top: 7px; }
.index_park_four .news_list .new_item .new_content .title a { line-height: 32px; font-size: 20px; font-family: 'OpenSans-Bold'; color: #000; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; box-orient: vertical; display: -webkit-box; display: box; }
.index_park_four .news_list .new_item .new_content .brief { line-height: 32px; font-size: 16px; color: #888; margin-top: 5px; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; box-orient: vertical; display: -webkit-box; display: box; }
.index_park_four .news_list .new_item .new_content .read_more { display: inline-block; font-size: 16px; color: #f04900; margin-top: 43px; }

#footer { max-width: 1920px; width: 100%; background: #111a3a; padding-top: 47px; margin: auto; }
#footer .footer_config { border-bottom: 1px solid #222b49; padding-bottom: 54px; }
#footer .footer_config .footer_menu { display: flex; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; flex-wrap: wrap; }
#footer .footer_config .footer_menu dl { box-sizing: border-box; width: 25%; padding-right: 20px; }
#footer .footer_config .footer_menu dl.share_dl { padding-right: 0; }
#footer .footer_config .footer_menu dl dt { font-size: 16px; color: #fff; text-transform: uppercase; margin-bottom: 23px; }
#footer .footer_config .footer_menu dl dd { line-height: 25px; font-size: 16px; color: #5c637a; margin-bottom: 7px; }
#footer .footer_config .footer_menu dl dd a { color: #5c637a; }
#footer .footer_config .footer_menu dl dd .foot_share .foot_share_box { margin-bottom: 10px; transition: all .3s; }
#footer .footer_config .footer_nav { width: 70%; display: flex; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; flex-wrap: wrap; justify-content: center; -webkit-justify-content: center; margin: 50px auto 0; }
#footer .footer_config .footer_nav .f_item { margin-bottom: 20px; margin-left: 62px; margin: 0 25px 20px; }
#footer .footer_config .footer_nav .f_item:first-child { margin-left: 0; }
#footer .footer_config .footer_nav .f_item a.text_upp { font-size: 16px; letter-spacing: 1px; font-family: "OpenSans-Semibold"; color: #fff; text-decoration: none; }
#footer .copy_share { box-sizing: border-box; padding-top: 18px;padding-bottom: 15px; margin: auto; }
#footer .copy_share .copy_box { line-height: 24px; font-size: 14px; color: #5c637a; text-align: center; }
#footer .copy_share .copy_box a { color: #5c637a; }



.bread_crumbs { margin-top: 10px; }
.bread_crumbs .ueeshop_responsive_position .position { width: 100%; height: 45px; line-height: 50px; color: #565656; }
.bread_crumbs .ueeshop_responsive_position .position a { display: inline-block; height: 45px; line-height: 42px; }

.inner_page_title { text-align: center; font-size: 30px; color: #565656 }

/* .menu_wrap_style { display: none; } */

/* body .ueeshop_responsive_turn_page { margin: 35px auto 52px; } */
body .ueeshop_responsive_turn_page span { width: unset; height: 38px; line-height: 38px; margin: 4px 9.5px; border-radius: 2px; border: 1px solid #cdddea; }
/* body .ueeshop_responsive_turn_page span:first-child,body .ueeshop_responsive_turn_page span.page_last { display: none; } */
body .ueeshop_responsive_turn_page span a, body .ueeshop_responsive_turn_page span font { box-sizing: border-box; width: unset; min-width: 38px; height: 38px; line-height: 38px; color: #cdddea; background: #fff; padding: 0 7px;}
body .ueeshop_responsive_turn_page span .page_item_current { background: #2eb4d5; color: #fff; }
.product_region .pro_list .ueeshop_responsive_turn_page { width: 50%; }
body .ueeshop_responsive_turn_page .jump_page_box{height: 40px;  line-height: 40px; margin: 0px 9px; vertical-align: middle;}
body .ueeshop_responsive_turn_page .jump_page_box{height: 40px;  line-height: 40px; margin: 0px 9px; vertical-align: middle;display: none;}
body .ueeshop_responsive_turn_page .jump_page_box .jump_page_input{width: 50px; height: 40px; line-height: 40px;}
body .ueeshop_responsive_turn_page .jump_page_box .confirm_btn{width: auto; min-width: 40px; height: 40px; line-height: 38px;}

.pro_list { margin-top: 16px; }
.pro_list .pro_cate_box { width: 18.75%; padding-top: 9px; margin-bottom: 90px; }
.pro_cate_box .pro_cate_menu { margin-bottom: 40px; }
.pro_cate_box .pro_cate_menu .cate_name { line-height: 25px; font-size: 20px; font-family: "OpenSans-Bold"; color: #000; text-indent: 9px; }
.pro_cate_box .pro_cate_menu .content { margin-top: 20px; }
.pro_cate_box .pro_cate_menu .content .list { margin-bottom: 8px; }
.pro_cate_box .pro_cate_menu .content .list .first_cate { position: relative; height: 38px; line-height: 38px; border-radius: 2px; padding-right: 50px; padding-left: 9px; }
.pro_cate_box .pro_cate_menu .content .list .first_cate a { display: block; font-size: 14px; color: #333333; text-transform: capitalize; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pro_cate_box .pro_cate_menu .content .list .first_cate .goods_num { position: absolute; top: 0; right: 10px; font-size: 14px; color: #888; }
.pro_cate_box .pro_cate_menu .content .list .son_cate { display: none; padding-left: 10px; margin: 15px 0; }
.pro_cate_box .pro_cate_menu .content .list .son_cate .item { position: relative; height: 35px; line-height: 35px; padding: 0 10px; padding-right: 40px; border-radius: 2px; }
.pro_cate_box .pro_cate_menu .content .list .son_cate .item a { display: block; font-size: 14px; color: #333333; text-transform: capitalize; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pro_cate_box .pro_cate_menu .content .list .son_cate .goods_num { position: absolute; top: 0; right: 10px; font-size: 14px; color: #888; }
.pro_cate_box .pro_cate_menu .content .list .son_cate .subcate3 { display: none; padding-left: 10px; margin-bottom: 10px; }
.pro_cate_box .pro_cate_menu .content .list .son_cate .subcate3 .item3 { position: relative; height: 35px; line-height: 35px; padding: 0 10px; padding-right: 40px; border-radius: 2px; }
.pro_cate_box .pro_cate_menu .content .list .son_cate .subcate3 .item3 a { display: block; font-size: 14px; color: #333333; text-transform: capitalize; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.pro_cate_box .pro_cate_menu .content .list .son_cate .subcate3 .item3 .goods_num { position: absolute; top: 0; right: 10px; font-size: 14px; color: #888; }
.pro_cate_box .pro_cate_menu .content .list:hover .first_cate, .pro_cate_box .pro_cate_menu .content .list.on .first_cate { background: #2eb4d5; }
.pro_cate_box .pro_cate_menu .content .list:hover .first_cate a, .pro_cate_box .pro_cate_menu .content .list.on .first_cate a { color: #fff; }
.pro_cate_box .pro_cate_menu .content .list:hover .first_cate .goods_num, .pro_cate_box .pro_cate_menu .content .list.on .first_cate .goods_num { color: #fff; }
.pro_cate_box .pro_cate_menu .content .list .son_cate .item:hover { background: #2eb4d5; }
.pro_cate_box .pro_cate_menu .content .list .son_cate .item:hover>a,.pro_cate_box .pro_cate_menu .content .list .son_cate .item.on:hover>a { color: #fff; }
.pro_cate_box .pro_cate_menu .content .list .son_cate .item:hover>.goods_num { color: #fff; }
.pro_cate_box .pro_cate_menu .content .list .son_cate .item.on>a { color: #2eb4d5; }
.pro_cate_box .pro_cate_menu .content .list .son_cate .subcate3 .item3:hover { background: #2eb4d5; }
.pro_cate_box .pro_cate_menu .content .list .son_cate .subcate3 .item3:hover>a,.pro_cate_box .pro_cate_menu .content .list .son_cate .subcate3 .item3:hover>a.on { color: #fff; }
.pro_cate_box .pro_cate_menu .content .list .son_cate .subcate3 .item3:hover>.goods_num { color: #fff; }
.pro_cate_box .pro_cate_menu .content .list .son_cate .subcate3 .item3>a.on { color: #2eb4d5; }
.pro_cate_box .pro_cate_menu .content .list.on .son_cate { display: block; }
.hot_goods { display: none; }
.phone_pro_cate_list { display: none; box-sizing: border-box; width: 76%; height: 72px; line-height: 70px; font-size: 28px; font-family: "OpenSans-Semibold"; color: #000; text-align: center; border: 1px solid #f04900; border-radius: 3px; margin: 0 auto; display: none; }
.phone_pro_cate_list a { display: block; }
.phone_pro_cate_list a span { position: relative; padding-left: 50px; }
.phone_pro_cate_list a span::after { content: ''; position: absolute; display: block; width: 40px; height: 40px; top: 0; bottom: 0; left: 0; background: url(../images/icon_menu.png) no-repeat center; background-size: 28px; margin: auto; }

#phone_cate_box { position: fixed; top: 0; right: -100%; display: block; width: 100%; height: 100%; margin: 0; z-index: 10002; overflow-y: scroll; overflow-x: hidden; background: #fff; margin-top: 0; display: none; }
#phone_cate_box .top_title { height: 50px; line-height: 50px; font-size: 18px; font-family: "OpenSans-Bold"; color: #000; text-align: center; border-bottom: 1px solid #ddd; background: #fff; }
#phone_cate_box .top_title a { position: absolute; display: block; width: 50px; height: 50px; top: 0; right: 0; background: url(../images/icon_close_1.png) no-repeat center; background-size: 23px; }
#phone_cate_box .list_content { box-sizing: border-box; padding: 15px; }
#phone_cate_box .list_content .item { margin-bottom: 5px; }
#phone_cate_box .list_content .item .first_cate { position: relative; height: 38px; line-height: 38px; border-radius: 2px; padding-right: 50px; padding-left: 9px; }
#phone_cate_box .list_content .item .first_cate a { display: block; font-size: 14px; color: #333333; text-transform: capitalize; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#phone_cate_box .list_content .item .first_cate .goods_num { position: absolute; top: 0; right: 10px; font-size: 14px; color: #888; }
#phone_cate_box .list_content .item .son_cate { display: none; padding-left: 10px; margin: 15px 0; }
#phone_cate_box .list_content .item .son_cate .item { position: relative; height: 35px; line-height: 35px; padding: 0 10px; padding-right: 40px; border-radius: 2px; margin-bottom: 0; }
#phone_cate_box .list_content .item .son_cate .item a { display: block; font-size: 14px; color: #333333; text-transform: capitalize; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#phone_cate_box .list_content .item .son_cate .goods_num { position: absolute; top: 0; right: 10px; font-size: 14px; color: #888; }
#phone_cate_box .list_content .item .son_cate .subcate3 { display: none; padding-left: 10px; margin-bottom: 10px; }
#phone_cate_box .list_content .item .son_cate .subcate3 .item3 { position: relative; height: 35px; line-height: 35px; padding: 0 10px; padding-right: 40px; border-radius: 2px; }
#phone_cate_box .list_content .item .son_cate .subcate3 .item3 a { display: block; font-size: 14px; color: #333333; text-transform: capitalize; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
#phone_cate_box .list_content .item .son_cate .subcate3 .item3 .goods_num { position: absolute; top: 0; right: 10px; font-size: 14px; color: #888; }
#phone_cate_box .list_content .item:hover .first_cate, #phone_cate_box .list_content .item.on .first_cate { background: #2eb4d5; }
#phone_cate_box .list_content .item:hover .first_cate a, #phone_cate_box .list_content .item.on .first_cate a { color: #fff; }
#phone_cate_box .list_content .item:hover .first_cate .goods_num, #phone_cate_box .list_content .item.on .first_cate .goods_num { color: #fff; }
#phone_cate_box .list_content .item .son_cate .item:hover { background: #2eb4d5; }
#phone_cate_box .list_content .item .son_cate .item:hover>a,#phone_cate_box .list_content .item .son_cate .item.on:hover>a { color: #fff; }
#phone_cate_box .list_content .item .son_cate .item:hover>.goods_num { color: #fff; }
#phone_cate_box .list_content .item .son_cate .item.on>a { color: #2eb4d5; }
#phone_cate_box .list_content .item .son_cate .subcate3 .item3:hover { background: #2eb4d5; }
#phone_cate_box .list_content .item .son_cate .subcate3 .item3:hover>a,#phone_cate_box .list_content .item .son_cate .subcate3 .item3:hover>a.on { color: #fff; }
#phone_cate_box .list_content .item .son_cate .subcate3 .item3:hover>.goods_num { color: #fff; }
#phone_cate_box .list_content .item .son_cate .subcate3 .item3>a.on { color: #2eb4d5; }
#phone_cate_box .list_content .item.on .son_cate { display: block; }
#phone_cate_box.on { right: 0; }
#black_bg { position: fixed; background: rgba(0,0,0,0.6); width: 100%; height: 100%; top: 0; z-index: 10001; display: none; }
#black_bg.on { display: block; }

.pro_list .contenter { position: relative; width: 76.389%; }
.pro_list .contenter .cate_name { font-size: 30px; color: #000; }
.pro_list .contenter .cate_name span { color: #888; }
.pro_list .contenter .cate_brief { margin-top: 20px; }
/* .pro_list .ueeshop_responsive_products_list { } */
.pro_list .ueeshop_responsive_products_list .new_table_list .table_tr { display: flex; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; flex-wrap: wrap; justify-content: space-between; -webkit-justify-content: space-between; padding: 10px 0; border-bottom: 1px solid #cdddea; }
.pro_list .ueeshop_responsive_products_list .new_table_list .table_tr.table_th { background: #f4f4f4; font-family: "OpenSans-Bold"; color: #000; padding: 9px 0; border-bottom: none; }
.pro_list .ueeshop_responsive_products_list .new_table_list .td { box-sizing: border-box; display: table-caption; line-height: 22px;  font-size: 14px; padding: 0 5px 0 20px; text-transform: capitalize; /*text-overflow: ellipsis; white-space: nowrap;*/ }
.pro_list .ueeshop_responsive_products_list .new_table_list .td.td_model { width: 35%; }
.pro_list .ueeshop_responsive_products_list .new_table_list .td.td_model a { display: block; color: #f04900; }
.pro_list .ueeshop_responsive_products_list .new_table_list .td.td_model .brief { display: none; }
.pro_list .ueeshop_responsive_products_list .new_table_list .td.td_model .phone_mm { display: none; }
.pro_list .ueeshop_responsive_products_list .new_table_list .td.td_category { width: 15%; }
.pro_list .ueeshop_responsive_products_list .new_table_list .td.td_manufacturers { width: 20%; }
.pro_list .ueeshop_responsive_products_list .new_table_list .td.td_moq { width: 12.728%; }
.pro_list .ueeshop_responsive_products_list .new_table_list .td.td_operation { width: 17.273%; }
.pro_list .ueeshop_responsive_products_list .new_table_list .td.td_operation .list_inquiry_btn { box-sizing: border-box; display: block; width: 90%; max-width: 100px; line-height: 29px; color: #fff; background: #f04900; text-align: center; border-radius: 2px; padding: 0 7px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.pro_list .ueeshop_responsive_products_list .new_table_list .tr_item:hover { background: #f2f6fa; }
.pro_list .ueeshop_responsive_products_list .new_table_list .tr_item .td.td_model { margin-top: 3px; }
.pro_list .ueeshop_responsive_products_list .new_table_list .tr_item .td.td_category { margin-top: 3px; }
.pro_list .ueeshop_responsive_products_list .new_table_list .tr_item .td.td_manufacturers { margin-top: 3px; }
.pro_list .ueeshop_responsive_products_list .new_table_list .tr_item .td.td_moq { margin-top: 3px; }
.pro_list .contenter .pro_num_show { position: absolute; max-width: 230px; font-size: 14px; color: #888888; right: 0; bottom: 78px; }
.pro_list .ueeshop_responsive_products_list .no_products { min-height: 250px; }

/* .product_detail_region {} */
#zoom-big .MagicZoomBigImageCont { z-index: 10 !important; }
/* .product_detail_region .content_wrap { margin-top: 17px; } */
.product_detail_region .content_wrap .pro_cate_box { width: 18.75%; }
.product_detail_region .content_wrap .right_pro_side { width: 73.959%; }
.content_wrap .ueeshop_responsive_products_detail { width: 100%; }
.content_wrap .ueeshop_responsive_products_detail .gallery { width: 30.047%; }
.content_wrap .ueeshop_responsive_products_detail .gallery .bigimg { box-sizing: border-box; padding-left: 0; border: 1px solid #ceddea; }
.content_wrap .ueeshop_responsive_products_detail .gallery .left_small_img { position: static; width: 100%; margin-top: 5px; }
.content_wrap .ueeshop_responsive_products_detail .gallery .left_small_img .bx-wrapper { padding: 15px 0; max-width: 100% !important; }
.content_wrap .ueeshop_responsive_products_detail .gallery .left_small_img .bx-wrapper .bx-controls-direction a { width: 50px; height: 50px; transform:rotate(-90deg); -ms-transform:rotate(-90deg); -moz-transform:rotate(-90deg); -webkit-transform:rotate(-90deg); -o-transform:rotate(-90deg); }
.content_wrap .ueeshop_responsive_products_detail .gallery .left_small_img .bx-wrapper .bx-controls-direction a.bx-prev { top: 0; right: unset; bottom: 0; left: 0; margin: auto; }
.content_wrap .ueeshop_responsive_products_detail .gallery .left_small_img .bx-wrapper .bx-controls-direction a.bx-next { top: 0; right: 0; bottom: 0; left: unset; margin: auto; }
.content_wrap .ueeshop_responsive_products_detail .gallery .left_small_img .pic_box { box-sizing: border-box; display: inline-block; width: 83px !important; padding-top: 83px; margin-right: 9px !important; margin-bottom: 0; }
.content_wrap .ueeshop_responsive_products_detail .gallery .left_small_img .pic_box.on { border-color: #2eb4d5; }
.content_wrap .ueeshop_responsive_products_detail .gallery .left_small_img .bx-controls-direction { font-size: 0; }
.content_wrap .ueeshop_responsive_products_detail .info { width: 69.95%; padding-top: 0; padding-left: 5.634%; }
.product_detail_region .ueeshop_responsive_products_detail .share { margin-top: 10px; }
.product_detail_region .ueeshop_responsive_products_detail .info .button > a.add_to_inquiry { background: #f04900 !important; color: #fff; }
.product_detail_region .ueeshop_responsive_products_detail .info .name { font-size: 30px; }
.product_detail_region .ueeshop_responsive_products_detail .info .desc { line-height: 29px; font-size: 14px; }
.product_detail_region .ueeshop_responsive_products_detail .description .title { padding: 0; }
.product_detail_region .ueeshop_responsive_products_detail .description .title span.cur { color: #f04900; border-color: #f04900; }
.product_detail_region .ueeshop_responsive_products_detail .info .button { margin-top: 31px; }
.product_detail_region .ueeshop_responsive_products_inquiry_box form .rows .input { border-radius: 2px; border-color: #ceddea; }
.product_detail_region .chzn-container-single .chzn-single { border-radius: 2px; border-color: #ceddea; }
.product_detail_region .ueeshop_responsive_products_inquiry_box form .rows textarea { border-radius: 2px; border-color: #ceddea; }
.product_detail_region .ueeshop_responsive_products_inquiry_box form .form_button { border-radius: 2px; background: #f04900; }
.inquiry_region .ueeshop_responsive_products_inquiry form .rows .input { border-radius: 2px; border-color: #ceddea; }
.inquiry_region .chzn-container-single .chzn-single { border-radius: 2px; border-color: #ceddea; }
.inquiry_region .ueeshop_responsive_products_inquiry form .rows textarea { border-radius: 2px; border-color: #ceddea; }

.ueeshop_responsive_products_inquiry .empty { min-height: 250px; }

.case_region .case_wrap_list { margin-top: 77px; }
.case_region .case_wrap_list .ueeshop_responsive_case_list { display: flex; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; flex-wrap: wrap; padding-top: 10px; margin-top: 50px; margin-bottom: 20px; overflow: unset; }
.case_region .case_wrap_list .ueeshop_responsive_case_list .item { box-sizing: border-box; position: relative; width: 22.223%; padding-bottom: 0; margin-right: 3.7%; margin-bottom: 50px; border-bottom: 1px solid #ceddea; overflow: unset; }
.case_region .case_wrap_list .ueeshop_responsive_case_list .item::before { content: ''; position: absolute; display: block; width: 1px; height: 100%; top: 0; left: 0; bottom: 0; background: #ceddea; }
.case_region .case_wrap_list .ueeshop_responsive_case_list .item::after { content: ''; position: absolute; display: block; width: 1px; height: 100%; top: 0; right: 0; bottom: 0; background: #ceddea; z-index: -1; }
.case_region .case_wrap_list .ueeshop_responsive_case_list .item:nth-child(4n) { margin-right: 0; }
.case_region .case_wrap_list .ueeshop_responsive_case_list .item .img { float: none; position: relative; width: 100%; padding-top: 65.94%; }
.case_region .case_wrap_list .ueeshop_responsive_case_list .item .img::before { content: ''; position: absolute; display: block; width: 100%; height: 1px; top: 0; left: 0; right: 0; margin: auto; background: #ceddea; }
.case_region .case_wrap_list .ueeshop_responsive_case_list .item .img img { position: absolute; top: 0; right: 0; left: 0; margin: auto; }
.case_region .case_wrap_list .ueeshop_responsive_case_list .item .info { float: none; width: 100%; min-height: 273px; padding: 26px 20px 20px; }
.case_region .case_wrap_list .ueeshop_responsive_case_list .item .info .time { font-size: 14px; color: #2d2d2d; }
.case_region .case_wrap_list .ueeshop_responsive_case_list .item .info .title { line-height: 32px; padding: 8px 0; }
.case_region .case_wrap_list .ueeshop_responsive_case_list .item .info .title a { display: block; font-size: 20px; font-family: "OpenSans-Bold"; color: #333333; text-decoration: none; }
.case_region .case_wrap_list .ueeshop_responsive_case_list .item .info .desc { max-height: unset; line-height: 28px; font-size: 16px; color: #888888; margin-top: 3px; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; box-orient: vertical; display: -webkit-box; display: box; overflow: hidden; }
.case_region .case_wrap_list .ueeshop_responsive_case_list .item .info .view_more { display: inline-block; font-size: 16px; color: #f04900; text-decoration: none; margin-top: 35px; }
.case_region .case_wrap_list .ueeshop_responsive_turn_page { margin-top: 20px; }
.case_detail_area .detail_content .ueeshop_responsive_case_detail>.name { font-family: "OpenSans-Bold"; }

/* news */
/* .info */
.news_banner {width: 100%;position: relative;padding-top: 31.3%;box-sizing: border-box;}
.news_banner img {position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;width: 100%;height: 100%;object-fit: cover;}
.news_banner .news_banner_txt {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);text-align: center;}
.news_banner .news_banner_txt .news_banner_title {font-family: 'SourceHanSansCN-Bold';font-weight: bold;font-size: 60px;/*line-height: 32px;*/color: #ffffff;}
.news_banner .news_banner_txt .news_banner_text {font-family: 'SourceHanSansCN-Regular';font-size: 20px;/*line-height: 32px;*/color: #ffffff;padding-top: 4%;}


.news {background-color: #f2f5f8;}
.news .news_menu {padding: 13px 0;box-shadow: 7px 10px 13px rgba(52, 52, 52, 0.05);background-color: #ffffff;}
.news .news_menu .news_menu_cnt{display: flex;justify-content: center;max-width: 1300px;margin: 0 auto;flex-wrap: wrap;}
.news .news_menu .menu_cate {font-family: 'SourceHanSansCN-Regular';font-size: 18px;color: #ffffff;padding: 0 20px;background-color: #f0f4fc;color: #4c4c4c;border-radius: 5px;width: 250px;box-sizing: border-box;margin: 10px;line-height: 54px;height: 54px;overflow: hidden;text-align: center;}
/*.news .news_menu .menu_cate:last-child {margin-right: 0%;}*/
.news .news_menu .menu_cate.cur {background-color: #3e72d5;color: #ffffff;}
.news .news_list .news_content {max-width: 1300px;width: 100%;margin: auto;display: flex;flex-wrap: wrap;padding-top: 3.6%;box-sizing: border-box;overflow: unset;}
.news .news_list .news_content .news_box {padding: 2.3%;padding: 30px;margin-right: 3%;box-sizing: border-box;border-radius: 10px;display: flex;flex-direction: column;width: 31.3%;margin-bottom: 1.8%;border-bottom: none;}
.news .news_list .news_content .news_box.cur,.news .news_list .news_content .news_box:hover {background-color: #ffffff;box-shadow: 2px 4px 20px #00000033;}
.news .news_list .news_content .news_box:nth-child(3n) {margin-right: 0%;}
.news .news_list .news_content .news_box .news_img {width: 100%;position: relative;padding-top: 56%;box-sizing: border-box;border-radius: 10px;overflow: hidden;}
.news .news_list .news_content .news_box .news_img img {position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;width: 100%;height: 100%;object-fit: cover;}
.news .news_list .news_content .news_box .news_txt .news_title {font-family: 'SourceHanSansCN-Regular';font-size: 20px;line-height: 32px;font-weight: bold;color: #333333;padding-top: 9%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;text-overflow: ellipsis;overflow: hidden;}
.news .news_list .news_content .news_box .news_txt .news_text {font-family: 'SourceHanSansCN-Regular';font-size: 18px;line-height: 32px;color: #666666;padding-top: 1%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;text-overflow: ellipsis;overflow: hidden;}
.news .news_list .news_content .news_box .news_txt .news_time {font-family: 'SourceHanSansCN-Regular';font-size: 16px;color: #999999;padding-top: 9%;}

.news .ueeshop_responsive_turn_page {margin: 0;padding: 1.5% 0 5.4%;}
.news .ueeshop_responsive_turn_page span {border: none;height: 44px;line-height: 44px;border-radius: 50%;background: transparent;}
.news .ueeshop_responsive_turn_page span:first-child, .news .ueeshop_responsive_turn_page .page_last {background: #ffffff;}
.news .ueeshop_responsive_turn_page .icon_page_prev, .news .ueeshop_responsive_turn_page .page_last .icon_page_next {display: none;}
.news .ueeshop_responsive_turn_page span a, .news .ueeshop_responsive_turn_page span font {font-family: 'SourceHanSansCN-Regular';font-size: 18px;color: #999999;padding: 0;background: transparent;min-width: 44px;height: 44px;line-height: 44px;}
.news .ueeshop_responsive_turn_page span .page_item_current {background: transparent;color: #3e72d5;}

@media screen and (max-width: 1540px) {
	.news_banner{padding-top: 51.3%;}
	.news_banner .news_banner_txt .news_banner_title{font-size: 50px;}
}
@media screen and (max-width: 1340px) {
    .news .news_list {margin: auto 30px;}
    .news .news_list .news_content .news_box .news_txt .news_title{font-size: 18px;}
    .news .news_list .news_content .news_box .news_txt .news_text{font-size: 16px;}
}

@media screen and (max-width: 991px) {
    .news_banner .news_banner_txt .news_banner_title {font-size: 30px;}
    .news_banner .news_banner_txt .news_banner_text {font-size: 16px;}
    .news .news_list .news_content .news_box {width: 48.5%;}
    .news .news_list .news_content .news_box:nth-child(3n) {margin-right: 3%;}
    .news .news_list .news_content .news_box:nth-child(2n) {margin-right: 0;}
    .news .news_menu{padding: 5px 0;}
    .news .news_menu .news_menu_cnt{margin: 0 15px;}
    .news .news_menu .menu_cate{margin: 1vw 2vw;padding: 0 2vw;width: 45%;height: 35px;line-height: 35px;}
    .news_banner .news_banner_txt{width: 80%;}
}

@media screen and (max-width: 500px) {
    /*.news_banner {padding-top: 59.3%;}*/
    /*.news_banner .news_banner_txt .news_banner_title {font-size: 30px;}*/
	.news .news_menu {}
    .news .news_menu .menu_cate {font-size: 14px;}
    .news .news_list {margin: auto 15px;}
    .news .news_list .news_content {padding-bottom: 6.3%;}
    .news .news_list .news_content .news_box {width: 100%;margin-right: 0;padding: 15px;margin-bottom: 4%;}
    .news .news_list .news_content .news_box:nth-child(3n) {margin-right: 0;}
    .news .news_list .news_content .news_box .news_txt .news_title {padding-top: 6%;font-size: 16px;line-height: 26px;}
    .news .news_list .news_content .news_box .news_txt .news_text {font-size: 14px;line-height: 24px;}
    .news .news_list .news_content .news_box .news_txt .news_time {padding-top: 6%;font-size: 14px;}
	.news .ueeshop_responsive_turn_page span {height: 22px;line-height: 22px;}
	.news .ueeshop_responsive_turn_page span a, .news .ueeshop_responsive_turn_page span font {font-size: 14px;min-width: 22px;height: 22px;line-height: 22px;}
	
}

/* info_detail */
.news_detail_back {max-width: 1300px;width: 100%;margin: auto;padding: 2.8% 0%;box-sizing: border-box;}
.news_detail_back a {font-family: 'SourceHanSansCN-Regular';font-size: 18px;/*line-height: 30px;*/color: #999999;position: relative;padding-left: 1.7%;padding-left: 22px;}
.news_detail_back a::before {content: '';position: absolute;width: 9px;height: 16px;background: url(../images/icon_blueleft.png) no-repeat center;background-size: cover;top: 50%;left: 0%;transform: translate(0%, -50%);}

.news_detail {display: flex;max-width: 1300px;margin: auto;}
.news_detail .news_detail_left {width: 69.2%;}
.news_detail .news_detail_left .news_detail_headline {border-bottom: 1px solid #e6e6e6;}
.news_detail .news_detail_left .news_detail_headline .news_detail_headline_title {font-family: 'SourceHanSansCN-Regular';font-size: 40px;line-height: 56px;color: #333333;padding-top: 0.4%;}
.news_detail .news_detail_left .news_detail_headline .news_detail_headline_time {font-family: 'SourceHanSansCN-Regular';font-size: 18px;/*line-height: 32px;*/color: #999999;padding-top: 2.2%;padding-bottom: 1%;}
.news_detail .news_detail_left .news_detail_content {width: 100%;padding-bottom: 7%;border-bottom: 1px solid #e6e6e6;}
.news_detail .news_detail_left .news_detail_content .news_detail_box {display: flex;flex-direction: column;}
.news_detail .news_detail_left .news_detail_content .news_detail_box .news_detail_box_title {font-family: 'SourceHanSansCN-Regular';font-size: 26px;line-height: 30px;color: #333333;padding-top: 8%;padding-left: 2%;padding-left: 18px;box-sizing: border-box;position: relative;}
.news_detail .news_detail_left .news_detail_content .news_detail_box:first-child .news_detail_box_title {padding-top: 6%;}
.news_detail .news_detail_left .news_detail_content .news_detail_box:nth-child(3) .news_detail_box_title {padding-top: 7%;}
.news_detail .news_detail_left .news_detail_content .news_detail_box .news_detail_box_title::before {content: '';position: absolute;width: 4px;height: 28px;background-color: #3e72d5;left: 0;bottom: 0;}
.news_detail .news_detail_left .news_detail_content .news_detail_box .news_detail_box_text {font-family: 'SourceHanSansCN-Regular';font-size: 18px;line-height: 30px;color: #666666;padding-top: 2.5%;}
.news_detail .news_detail_left .news_detail_content .news_detail_box:first-child .news_detail_box_text:nth-child(5) {padding-top: 0%;}
.news_detail .news_detail_left .news_detail_content .news_detail_box:first-child .news_detail_box_text:nth-child(6) {padding-top: 2.1%;}
.news_detail .news_detail_left .news_detail_content .news_detail_box:nth-child(3) .news_detail_box_text:nth-child(4) {padding-top: 0.4%;}
.news_detail .news_detail_left .news_detail_content .news_detail_box .news_detail_box_img {width: 100%;position: relative;padding-top: 66%;box-sizing: border-box;}
.news_detail .news_detail_left .news_detail_content .news_detail_box:nth-child(3) .news_detail_box_img {padding-top: 46%;}
.news_detail .news_detail_left .news_detail_content .news_detail_box:nth-child(5) .news_detail_box_img {padding-top: 76%;}
.news_detail .news_detail_left .news_detail_content .news_detail_box .news_detail_box_img img {position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;}
.news_detail .news_detail_left .news_detail_content .news_detail_box .news_detail_box_list {padding-top: 1.8%;}
.news_detail .news_detail_left .news_detail_content .news_detail_box .news_detail_box_list .news_detail_box_list_item {font-family: 'SourceHanSansCN-Regular';font-size: 18px;line-height: 30px;color: #666666;position: relative;padding-left: 2.7%;padding-left: 24px;margin-top: 0.7%;}
.news_detail .news_detail_left .news_detail_content .news_detail_box .news_detail_box_list .news_detail_box_list_item:first-child {margin-top: 0%;}
.news_detail .news_detail_left .news_detail_content .news_detail_box .news_detail_box_list .news_detail_box_list_item::before {content: '';position: absolute;width: 8px;height: 8px;background-color: #3e72d5;left: 0;top: 13px;border-radius: 50%;}
.news_detail .news_detail_left .news_detail_extend {padding: 3% 0 11%;}
.news_detail .news_detail_left .news_detail_extend .news_detail_extend_text {font-family: 'SourceHanSansCN-Regular';font-size: 18px;/*line-height: 34px;*/color: #999999;position: relative;padding-left: 2.7%;margin-top: 1%;padding-left: 3%;padding-left: 24px;position: relative;display: block;}
.news_detail .news_detail_left .news_detail_extend .news_detail_extend_text:first-child {margin-top: 0%;}
.news_detail .news_detail_left .news_detail_extend .news_detail_extend_text::before {content: '';position: absolute;width: 8px;height: 8px;background-color: #999999;left: 0;top: 8px;/*top: 50%;transform: translate(0, -50%);*/border-radius: 50%;}
.news_detail .news_detail_left .news_detail_extend .news_detail_extend_text.cur {color: #3e72d5;}
.news_detail .news_detail_left .news_detail_extend .news_detail_extend_text.cur::before {background-color: #3e72d5;}

.news_detail .news_detail_right {width: 30.8%;padding-left: 7.7%;box-sizing: border-box;}
.news_detail .news_detail_right .hot_advice {display: flex;flex-direction: column;}
.news_detail .news_detail_right .hot_advice .hot_advice_title {background-color: #3e72d5;font-family: 'SourceHanSansCN-Regular';font-size: 20px;/*line-height: 32px;*/color: #ffffff;padding: 5% 8%;font-weight: bold;margin-top: 5%;border-radius: 5px;}
.news_detail .news_detail_right .hot_advice .hot_advice_content .hot_advice_text {background-color: #f0f4fc;font-family: 'SourceHanSansCN-Regular';font-size: 16px;line-height: 24px;color: #666666;padding: 3% 8% 3% 7%;display: block;border-radius: 5px;margin-top: 3%;}
.news_detail .news_detail_right .news_detail_share {display: flex;padding-top: 10%;align-items: center;}
.news_detail .news_detail_right .news_detail_share .news_detail_share_tittle {font-family: 'SourceHanSansCN-Regular';font-size: 16px;line-height: 24px;color: #666666;padding-left: 8%;}
/* .news_detail .news_detail_right .news_detail_share .news_detail_share_img {width: 100%;position: relative;padding-top: 56%;box-sizing: border-box;margin-left: 2%;}
.news_detail .news_detail_right .news_detail_share .news_detail_share_img img {position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;} */

.news_detail .news_detail_right .news_detail_share .news_detail_share_img {width: 30px;height: 30px;margin-left: 10px;background: url(../images/icon_sina.png) no-repeat center;background-size: cover !important;}
.news_detail .news_detail_right .news_detail_share .news_detail_share_img.weixin {background: url(../images/icon_wechat.png) no-repeat center;}
.news_detail .news_detail_right .news_detail_share .news_detail_share_img.qq {background: url(../images/icon_qq.png) no-repeat center;}
.news_detail .news_detail_right .news_detail_share .news_detail_share_img img {width: 100%;height: 100%;object-fit: cover;}

.about_news {background-color: #f2f5f8;}
.about_news .about_news_headline {font-family: 'SourceHanSansCN-Regular';font-size: 50px;/*line-height: 32px;*/color: #333333;padding-top: 4.5%;text-align: center;}
.about_news .about_news_list {max-width: 1300px;width: 100%;margin: auto;display: flex;flex-wrap: wrap;padding-top: 1.5%;box-sizing: border-box;padding-bottom: 4%;}
.about_news .about_news_list .about_news_box {padding: 2.3%;padding: 30px;margin-right: 3%;box-sizing: border-box;border-radius: 10px;display: flex;flex-direction: column;width: 31.3%;margin-bottom: 1.8%;}
.about_news .about_news_list .about_news_box.cur,.about_news .about_news_list .about_news_box:hover {background-color: #ffffff;box-shadow: 2px 4px 20px #00000033;}
.about_news .about_news_list .about_news_box:nth-child(3n) {margin-right: 0%;}
.about_news .about_news_list .about_news_box .about_news_img {width: 100%;position: relative;padding-top: 56%;box-sizing: border-box;border-radius: 10px;}
.about_news .about_news_list .about_news_box .about_news_img img {position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;width: 100%;height: 100%;object-fit: cover;}
.about_news .about_news_list .about_news_box .about_news_txt .about_news_title {font-family: 'SourceHanSansCN-Regular';font-size: 20px;line-height: 32px;color: #333333;padding-top: 9%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;text-overflow: ellipsis;overflow: hidden;}
.about_news .about_news_list .about_news_box .about_news_txt .about_news_text {font-family: 'SourceHanSansCN-Regular';font-size: 18px;line-height: 32px;color: #666666;padding-top: 1%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;text-overflow: ellipsis;overflow: hidden;}
.about_news .about_news_list .about_news_box .about_news_txt .about_news_time {font-family: 'SourceHanSansCN-Regular';font-size: 16px;/*line-height: 32px;*/color: #999999;padding-top: 9%;}

.news_detail .news_detail_left .ueeshop_responsive_info_detail {margin: 0;}
.news_detail .news_detail_left #global_editor_contents {padding: 0;}

@media screen and (max-width: 1540px) {
	.news_detail .news_detail_left .news_detail_headline .news_detail_headline_title{font-size: 34px;line-height: 1.5;}
}
@media screen and (max-width: 1340px) {
    .news_detail_back {padding: 2.8% 30px;}
    .news_detail {padding-left: 30px;padding-right: 30px;}
    .about_news .about_news_list {padding-left: 30px;padding-right: 30px;}
}

@media screen and (max-width: 991px) {
    .news_detail_banner .news_detail_banner_txt .news_detail_banner_title {font-size: 50px;}
    .news_detail_banner .news_detail_banner_txt .news_detail_banner_text {font-size: 16px;}

    .news_detail .news_detail_left {width: 100%;}
    .news_detail .news_detail_right {display: none;}
    .about_news .about_news_list .about_news_box {width: 100%;margin-right: 0;}
}

@media screen and (max-width: 500px) {
    .news_detail_banner {padding-top: 59.3%;}
    .news_detail_banner .news_detail_banner_txt .news_detail_banner_title {font-size: 30px;}
    .news_detail_back {padding: 2.8% 15px;}
    .news_detail_back a {padding-left: 11px;font-size: 16px;}
    .news_detail_back a::before {width: 6px;height: 12px;}
    .news_detail {padding-left: 15px;padding-right: 15px;}
    .news_detail .news_detail_left .news_detail_headline .news_detail_headline_title {font-size: 24px;line-height: 36px;}
    .news_detail .news_detail_left .news_detail_headline .news_detail_headline_time {font-size: 16px;}
    .news_detail .news_detail_left .news_detail_content {padding-bottom: 6%;}
    .news_detail .news_detail_left .news_detail_content .news_detail_box .news_detail_box_title {font-size: 20px;line-height: 24px;padding-left: 12px;padding-top: 4%;}
    .news_detail .news_detail_left .news_detail_content .news_detail_box:first-child .news_detail_box_title {padding-top: 30px;}
    .news_detail .news_detail_left .news_detail_content .news_detail_box .news_detail_box_title::before {width: 2px;height: 20px;}
    .news_detail .news_detail_left .news_detail_content .news_detail_box .news_detail_box_text {font-size: 16px;line-height: 24px;}
    .news_detail .news_detail_left .news_detail_content .news_detail_box:nth-child(3) .news_detail_box_title {padding-top: 4%;}
    .news_detail .news_detail_left .news_detail_content .news_detail_box .news_detail_box_list .news_detail_box_list_item {font-size: 16px;line-height: 24px;padding-left: 18px;}
    .news_detail .news_detail_left .news_detail_content .news_detail_box .news_detail_box_list .news_detail_box_list_item::before {width: 6px;
    height: 6px;top: 10px;}
    .news_detail .news_detail_left .news_detail_extend {padding-bottom: 8%;}
    .news_detail .news_detail_left .news_detail_extend .news_detail_extend_text {font-size: 16px;padding-left: 18px;}
    .news_detail .news_detail_left .news_detail_extend .news_detail_extend_text::before {width: 6px;height: 6px;}
    .about_news .about_news_headline {font-size: 25px;padding-top: 60px;}
    .about_news .about_news_list {padding-left: 15px;padding-right: 15px;}
    .about_news .about_news_list .about_news_box {padding: 15px;}
    .about_news .about_news_list .about_news_box .about_news_txt .about_news_title {font-size: 18px;line-height: 26px;padding-top: 4%;}
    .about_news .about_news_list .about_news_box .about_news_txt .about_news_text {font-size: 16px;line-height: 24px;}
    .about_news .about_news_list .about_news_box .about_news_txt .about_news_time {font-size: 14px;padding-top: 4%;}
}



/* .info_region {} */
/* .info_region .info_wrap_list { margin-top: 77px; } */
/* .info_region .info_wrap_list .ueeshop_responsive_info_list { display: flex; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; flex-wrap: wrap; padding-top: 10px; margin-top: 50px; margin-bottom: 20px; overflow: unset; }
.info_region .info_wrap_list .ueeshop_responsive_info_list .item { box-sizing: border-box; position: relative; width: 22.223%; padding-bottom: 0; margin-right: 3.7%; margin-bottom: 50px; border-bottom: 1px solid #ceddea; overflow: unset; }
.info_region .info_wrap_list .ueeshop_responsive_info_list .item::before { content: ''; position: absolute; display: block; width: 1px; height: 100%; top: 0; left: 0; bottom: 0; background: #ceddea; }
.info_region .info_wrap_list .ueeshop_responsive_info_list .item::after { content: ''; position: absolute; display: block; width: 1px; height: 100%; top: 0; right: 0; bottom: 0; background: #ceddea; z-index: -1; }
.info_region .info_wrap_list .ueeshop_responsive_info_list .item:nth-child(4n) { margin-right: 0; }
.info_region .info_wrap_list .ueeshop_responsive_info_list .item .img { float: none; position: relative; width: 100%; padding-top: 65.94%; }
.info_region .info_wrap_list .ueeshop_responsive_info_list .item .img::before { content: ''; position: absolute; display: block; width: 100%; height: 1px; top: 0; left: 0; right: 0; margin: auto; background: #ceddea; }
.info_region .info_wrap_list .ueeshop_responsive_info_list .item .img img { position: absolute; top: 0; right: 0; left: 0; margin: auto; }
.info_region .info_wrap_list .ueeshop_responsive_info_list .item .info { float: none; width: 100%; min-height: 273px; padding: 26px 20px 20px; }
.info_region .info_wrap_list .ueeshop_responsive_info_list .item .info .time { font-size: 14px; color: #2d2d2d; }
.info_region .info_wrap_list .ueeshop_responsive_info_list .item .info .title { line-height: 32px; padding: 8px 0; }
.info_region .info_wrap_list .ueeshop_responsive_info_list .item .info .title a { display: block; font-size: 20px; font-family: "OpenSans-Bold"; color: #333333; text-decoration: none; }
.info_region .info_wrap_list .ueeshop_responsive_info_list .item .info .desc { max-height: unset; line-height: 28px; font-size: 16px; color: #888888; margin-top: 3px; -webkit-line-clamp: 2; line-clamp: 2; -webkit-box-orient: vertical; box-orient: vertical; display: -webkit-box; display: box; overflow: hidden; }
.info_region .info_wrap_list .ueeshop_responsive_info_list .item .info .view_more { display: inline-block; font-size: 16px; color: #f04900; text-decoration: none; margin-top: 35px; } */
/* .info_region .info_wrap_list .ueeshop_responsive_turn_page { margin-top: 20px; } */
/* .info_detail_area .detail_content { margin: 60px auto 80px; } */
.info_detail_area .detail_content .ueeshop_responsive_info_detail>.title { font-family: "OpenSans-Bold"; }

/* about */
/* SourceHanSansCN Bold, SourceHanSansCN Regular */
.aboutus_banner {width: 100%;position: relative;margin-bottom: 120px;}
.aboutus_banner .aboutus_banner_company {width: 49.5%;position: absolute;padding-top: 36.4%;box-sizing: border-box;right: 0;bottom: 0;}
.aboutus_banner .aboutus_banner_company img {position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;}

.aboutus_banner .aboutus_banner_img {width: 100%;position: relative;padding-top: 31.25%;box-sizing: border-box;}
.aboutus_banner .aboutus_banner_img img {position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;width: 100%;height: 100%;object-fit: cover;}
.aboutus_banner .aboutus_banner_img .aboutus_banner_txt {position: absolute;top: 50%;left: 50%;width: 50%;transform: translate(-50%,-50%);text-align: center;}
.aboutus_banner .aboutus_banner_img .aboutus_banner_txt .aboutus_banner_title {font-family: 'SourceHanSansCN-Bold';font-size: 60px;/*line-height: 32px;*/color: #ffffff;}
.aboutus_banner .aboutus_banner_img .aboutus_banner_txt .aboutus_banner_text {font-family: 'SourceHanSansCN-Regular';font-size: 20px;line-height: 32px;color: #ffffff;padding-top: 18px;}
.aboutus_banner .aboutus_banner_img .aboutus_banner_txt .brand_information {font-family: 'SourceHanSansCN-Regular';font-size: 22px;line-height: 32px;color: #1babda;padding-top: 9%;}

.manage {max-width: 1300px;margin: auto;padding-bottom: 4%;}
.manage .manage_txt {text-align: center;padding-bottom: 6.4%;}
.manage .manage_txt .manage_title {font-family: 'SourceHanSansCN-Regular';font-size: 50px;/*line-height: 32px;*/color: #333333;padding-top: 16.4%;}
.manage .manage_txt .manage_text {font-family: 'SourceHanSansCN-Regular';font-size: 18px;/*line-height: 30px;*/color: #666666;padding-top: 1.3%;}
.manage .manage_structure {max-width: 1300px;margin: auto;width: 100%;position: relative;padding-top: 49.7%;box-sizing: border-box;}
.manage .manage_structure img {position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;}

.manage .manage_certificate {max-width: 1300px;margin: auto;width: 100%;display: flex;justify-content: center;} 
.manage .manage_certificate .manage_certificate_box {position: relative;padding-top: 20%;box-sizing: border-box;width: 20%;margin-right: 3%;}
.manage .manage_certificate .manage_certificate_box:last-child {margin-right: 0%;}
.manage .manage_certificate .manage_certificate_box img {position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;}

.expert {background: url(../images/aboutus_expert1.png) no-repeat center;background-size: cover;}
.expert .expert_headline {font-family: 'SourceHanSansCN-Regular';font-size: 50px;/*line-height: 32px;*/color: #ffffff;padding-top: 5.7%;text-align: center;}
.expert .expert_content {padding-top: 3.2%;display: flex;max-width: 1300px;margin: auto;width: 100%;height: auto;padding-bottom: 4.4%;padding-bottom: 9.8%;padding-bottom: 173px;position: relative;}
.expert .expert_content .swiper-button-prev1 {position: absolute;width: 44px;height: 44px;z-index: 2;background: url(../images/icon_tleft.png) no-repeat center;background-size: cover;bottom: 12.5%;bottom: 89px;left: 48%;left: 47%;left: calc(50% - 28px);transform: translate(-50%, 0);transition: all 0.3s ease;cursor: pointer;}
.expert .expert_content .swiper-button-next1 {position: absolute;width: 44px;height: 44px;z-index: 2;background: url(../images/icon_wright.png) no-repeat center;background-size: cover;bottom: 12.5%;bottom: 89px;right: 44%;right: 43%;right: calc(50% - 73px);transform: translate(-50%, 0);transition: all 0.3s ease;cursor: pointer;}
.expert .expert_content .swiper-button-prev1:hover {background-image: url(../images/icon_tleft1.png);}
.expert .expert_content .swiper-button-next1:hover {background-image: url(../images/icon_wright1.png);}

.expert .expert_content .expert_box .expert_img {width: 100%;position: relative;padding-top: 86%;box-sizing: border-box;}
.expert .expert_content .expert_box .expert_img img {position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;}
.expert .expert_content .expert_box .expert_txt {padding-top: 9%;text-align: center;}
.expert .expert_content .expert_box .expert_txt .expert_title {font-family: 'SourceHanSansCN-Regular';font-size: 26px;/*line-height: 32px;*/color: #ffffff;padding-bottom: 5%;}
.expert .expert_content .expert_box .expert_txt .expert_text {font-family: 'SourceHanSansCN-Regular';font-size: 18px;line-height: 30px;color: #ffffff;}

.power {background-color: #f2f5f8;}
.power .power_headline {font-family: 'SourceHanSansCN-Regular';font-size: 50px;/*line-height: 32px;*/color: #333333;padding-top: 5.5%;text-align: center;}
.power .power_content {max-width: 1300px;margin: auto;}
.power .power_content .power_menu {display: flex;justify-content: center;padding-top: 2%;}
.power .power_content .power_menu .power_cate {font-family: 'SourceHanSansCN-Regular';font-size: 20px;/*line-height: 30px;*/color: #4c4c4c;margin-right: 4%;}
.power .power_content .power_menu .power_cate.cur {color: #3e72d5;}
.power .power_content .power_menu .power_cate:last-child {margin-right: 0%;}
.power .power_content .power_list {padding-top: 4.3%;padding-bottom: 17.2%;padding-bottom: 225px;position: relative;}
.power .power_content .power_list .power_module {display: none;}
.power .power_content .power_list .power_module.cur {display: block;}

.power .power_content .power_list .power_module .swiper-button-prev2 {position: absolute;width: 44px;height: 44px;z-index: 2;background: url(../images/icon_bleft.png) no-repeat center;background-size: cover;bottom: 20%;bottom: 120px;left: 48%;left: calc(50% - 28px);transform: translate(-50%, 0);transition: all 0.5s ease;cursor: pointer;}
.power .power_content .power_list .power_module .swiper-button-next2 {position: absolute;width: 44px;height: 44px;z-index: 2;background: url(../images/icon_bright.png) no-repeat center;background-size: cover;bottom: 20%;bottom: 120px;right: 44%;right: calc(50% - 73px);transform: translate(-50%, 0);transition: all 0.5s ease;cursor: pointer;}
.power .power_content .power_list .power_module .swiper-button-prev2:hover {background-image: url(../images/icon_bleft1.png);}
.power .power_content .power_list .power_module .swiper-button-next2:hover {background-image: url(../images/icon_bright1.png);}


/* .power .power_content .power_list .power_module .power_box {padding-bottom: 3%;} */
.power .power_content .power_list .power_module .power_box .power_img {width: 100%;position: relative;padding-top: 67%;box-sizing: border-box;}
.power .power_content .power_list .power_module .power_box .power_img img {position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;width: 100%;height: 100%;object-fit: cover;}
.power .power_content .power_list .power_module .power_box .power_txt {padding-top: 7%;text-align: center;}
.power .power_content .power_list .power_module .power_box .power_txt .power_title {font-family: 'SourceHanSansCN-Regular';font-size: 18px;/*line-height: 30px;*/color: #333333;}

@media screen and (max-width: 1340px) {
    .power .power_content .power_list {padding-left: 30px;padding-right: 30px;}
    .expert {padding-left: 30px;padding-right: 30px;}
}

@media screen and (max-width: 991px) {
    .power .power_content .power_list {padding-left: 15px;padding-right: 15px;}

    .manage .manage_txt .manage_title {font-size: 40px;padding-top: 20px;}
    .manage .manage_txt .manage_text {font-size: 14px;}
    .expert {padding-left: 15px;padding-right: 15px;margin-top: 60px;}
	
    .expert .expert_headline {font-size: 40px;}

    .expert .expert_content {}
    .expert .expert_content .expert_box .expert_img {padding-top: 75%;}
    .expert .expert_content .swiper-button-prev1 {width: 40px;height: 40px;}
    .expert .expert_content .swiper-button-next1 {width: 40px;height: 40px;}
    .power .power_headline {font-size: 40px;}
    .power .power_content .power_menu .power_cate {font-size: 18px;}
    .power .power_content .power_list .power_module .power_box .power_txt .power_title {font-size: 14px;}
    .power .power_content .power_list .power_module .swiper-button-prev2 {width: 40px;height: 40px;}
    .power .power_content .power_list .power_module .swiper-button-next2 {width: 40px;height: 40px;}

    .manage{padding: 0 15px;}
    .manage .manage_certificate{margin-top: 15px;}
    .manage .manage_certificate .manage_certificate_box{width: 29%;}
}

@media screen and (max-width: 500px) {
	.manage .manage_txt .manage_title {font-size: 25px;}
	.expert .expert_headline {font-size: 25px;padding-top: 40px;}
	.power .power_headline {font-size: 25px;padding-top: 60px;}
	.expert .expert_content {padding-bottom: 85px;width: 82%;padding-top: 10.2%;}
	.expert .expert_content .swiper-button-prev1 {bottom: 30px;}
	.expert .expert_content .swiper-button-next1 {bottom: 30px;}
	.expert .expert_content .expert_box .expert_txt .expert_title {font-size: 20px;}
	.expert .expert_content .expert_box .expert_txt .expert_text {font-size: 14px;line-height: 26px;}
	.power .power_content .power_menu {padding-top: 4%;}
	.power .power_content .power_list {padding-bottom: 112px;padding-top: 8.3%;}
	.power .power_content .power_list .power_module .swiper-button-next2 {bottom: 44px;}
	.power .power_content .power_list .power_module .swiper-button-prev2 {bottom: 44px;}
}

/* article */
.container {/*background-color: #f2f5f8;*/position: relative;padding-top: 0%;box-sizing: border-box;margin-bottom: 1px;}
.container .container_img {position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;width: 100%;height: 100%;object-fit: cover;z-index: -1;background-color: #f2f5f8;}
.container .container_img img {position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;width: 100%;height: 100%;object-fit: cover;z-index: 0;}
.container .filling {max-width: 1300px;margin: auto;padding: 6.1% 0 5%;display: flex;/*position: absolute;top: 0;right: 0;bottom: 0;left: 0;*/}
.container .filling .filling_left {width: 37%;padding-right: 8%;box-sizing: border-box;}
.container .filling .filling_left .filling_left_title {font-family: 'SourceHanSansCN-Regular';font-size: 50px;/*line-height: 32px;*/color: #333333;}
.container .filling .filling_left .filling_left_text {font-family: 'SourceHanSansCN-Regular';font-size: 18px;line-height: 30px;color: #4c4c4c;padding-top: 9%;box-sizing: border-box;}
.container .filling .filling_left .filling_left_readme {font-family: 'SourceHanSansCN-Regular';font-size: 16px;/*line-height: 28px;*/color: #e42828;padding-top: 5%;box-sizing: border-box;}
.container .filling .filling_right {width: 63%;}
.container .filling .filling_right #form {display: flex;flex-wrap: wrap;}
.container .filling .filling_right #form .rows {width: 48%;margin-right: 4%;margin-bottom: 3%;box-sizing: border-box;}
.container .filling .filling_right #form .rows:nth-child(even) {margin-right: 0;}
.container .filling .filling_right #form .rows.textarea_rows {width: 100%;display: flex;flex-direction: column;margin-right: 0;}
.container .filling .filling_right #form .rows.vcode{width: 100%;display: flex;flex-direction: column;margin-right: 0;}
.container .filling .filling_right #form .rows.vcode .vcode_rows{margin-top: 15px;display: flex;align-items: center;justify-content: space-between;}
.container .filling .filling_right #form .rows.vcode .vcode_rows input{margin-top: 0;margin-right: 2%;}
.container .filling .filling_right #form .rows.vcode img{margin-top: 0;}
.container .filling .filling_right #form .rows label {font-family: 'SourceHanSansCN-Regular';font-size: 18px;/*line-height: 32px;*/color: #4c4c4c;}
.container .filling .filling_right #form .rows label span {color: #e42828;}
.container .filling .filling_right #form .rows input {width: 100%;padding: 15px 0;text-indent: 2%;font-family: 'SourceHanSansCN-Regular';font-size: 18px;color: #959595; border-radius: 5px;border: 1px solid #b6b9bd;margin-top: 15px;}
.container .filling .filling_right #form .rows textarea {width: 100%;padding: 1% 0;text-indent: 2%;font-family: 'SourceHanSansCN-Regular';font-size: 18px;color: #959595; border-radius: 5px;border: 1px solid #b6b9bd;margin-top: 1.5%;height: 200px;}
.container .filling .filling_right #form .rows.submit input {padding: 4%;background-color: #3e72d5;border-radius: 30px;color: #ffffff;    height: auto;line-height: normal;margin-top: 0;text-indent: 0;border: none;width: 56%;border: 1px solid transparent;transition: all 0.5s ease;}
.container .filling .filling_right #form .rows.submit input:hover {background-color: #ffffff;color: #3e72d5;border: 1px solid #3e72d5;}

.recruit {background: url(../images/contactus_recruit.png) no-repeat center;background-size: cover;padding-bottom: 5.5%;box-sizing: border-box;}
.recruit .recruit_txt {max-width: 1300px;margin: auto;padding-top: 5%;padding-bottom: 2.8%;box-sizing: border-box;text-align: center;}
.recruit .recruit_txt .recruit_title {font-family: 'SourceHanSansCN-Regular';font-size: 50px;/*line-height: 32px;*/color: #ffffff;}
.recruit .recruit_txt .recruit_text,.recruit .recruit_txt .recruit_text a {font-family: 'SourceHanSansCN-Regular';font-size: 18px;line-height: 28px;color: #ffffff;padding-top: 1.4%;box-sizing: border-box;}
.recruit .recruit_txt .recruit_text a {border-bottom: 1px solid #ffffff;}
.recruit .recruit_content {max-width: 1300px;width: 100%;margin: auto;box-sizing: border-box;background-color: #ebeff7;border-radius: 5px;height: 120%;height: 630px;padding: 1.5%;padding-right: 0;}
.recruit .recruit_content .recruit_scroll {overflow: auto;height: 100%;padding-right: 1%;box-sizing: border-box;}
.recruit .recruit_content .recruit_scroll .recruit_box {width: 100%;margin-bottom: 1%;}
.recruit .recruit_content .recruit_scroll .recruit_box .recruit_box_title {padding: 1.2% 2%;padding-right: 3%;font-family: 'SourceHanSansCN-Regular';font-size: 22px;/*line-height: 46px;*/color: #333333;box-sizing: border-box;position: relative;border-radius: 10px;background-color: #ffffff;}
.recruit .recruit_content .recruit_scroll .recruit_box.cur .recruit_box_title {color: #ffffff;background-color: #3e72d5;}
.recruit .recruit_content .recruit_scroll .recruit_box .recruit_box_title .recruit_box_title_cnt{display: block;width: 95%;}
.recruit .recruit_content .recruit_scroll .recruit_box .recruit_box_title::after {content: '';position: absolute;width: 18px;height: 11px;background: url(../images/icon_blackbottom.png) no-repeat center;background-size: cover;top: 50%;right: 2%;transform: translate(0%, -50%);}
.recruit .recruit_content .recruit_scroll .recruit_box.cur .recruit_box_title::after {background: url(../images/icon_whitetop.png) no-repeat center;}
.recruit .recruit_content .recruit_scroll .recruit_box .recruit_box_description {display: none;padding-bottom: 0.5%;}
.recruit .recruit_content .recruit_scroll .recruit_box.cur .recruit_box_description {display: block;}
.recruit .recruit_content .recruit_scroll .recruit_box .recruit_box_description .recruit_box_description_box .recruit_box_description_box_title {margin-top: 1.5%;font-family: 'SourceHanSansCN-Regular';font-size: 20px;/*line-height: 28px;*/color: #333333;box-sizing: border-box;position: relative;padding-left: 1.5%;}
.recruit .recruit_content .recruit_scroll .recruit_box .recruit_box_description .recruit_box_description_box:nth-child(2) .recruit_box_description_box_title {margin-top: 1%;}
.recruit .recruit_content .recruit_scroll .recruit_box .recruit_box_description .recruit_box_description_box .recruit_box_description_box_title::before {content: '';position: absolute;width: 4px;height: 20px;top: 50%;left: 0%;transform: translate(0%, -50%);background-color: #3e72d5;}
.recruit .recruit_content .recruit_scroll .recruit_box .recruit_box_description .recruit_box_description_box .recruit_box_description_box_content {padding-top: 1%;}
.recruit .recruit_content .recruit_scroll .recruit_box .recruit_box_description .recruit_box_description_box .recruit_box_description_box_content .recruit_box_description_box_text {padding-bottom: 0.2%;font-family: 'SourceHanSansCN-Regular';font-size: 18px;color: #333333;box-sizing: border-box;position: relative;}

.article_region .detail_content .rightside .ueeshop_responsive_article_detail {margin: 0;}
.container .filling .filling_right #form .rows {text-align: left;padding: 0;}
.container .filling .filling_right #form .rows input {height: auto;line-height: unset;}
.article_region .container {/*background-color: #f2f5f8;*/position: relative;padding-top: 0%;box-sizing: border-box;margin: 0;margin-bottom: 1px;}

@media screen and (max-width: 1340px) {
    .contactus {padding: 5.4% 20px 4.6%;}
    .container .filling {padding: 6.1% 30px 5%;}
    .recruit {padding-left: 30px;padding-right: 30px;}
    .footer .footer_menu {padding: 5.5% 20px 3.3%;}
}

@media screen and (max-width: 991px) {
    .contactus_banner .contactus_banner_txt .contactus_banner_title {font-size: 50px;}
    .contactus_banner .contactus_banner_txt .contactus_banner_text {font-size: 16px;}

    .contactus {flex-wrap: wrap;}
    .contactus .contactus_information {width: 100%;}
    .contactus .contactus_information .contactus_title {font-size: 40px;}
    .contactus .contactus_information .company_information {padding-top: 4%;}
    .contactus .contactus_information .company_information .company_box {padding-top: 2.6%;}
    .contactus .contactus_information .company_information .company_box.qrcode {padding-top: 3.2%;}
    .contactus .company_map {width: 100%;}
    .container .filling {flex-wrap: wrap;}
    .container .filling .filling_left {width: 100%;}
    .container .filling .filling_left .filling_left_title {font-size: 40px;}
    .container .filling .filling_left .filling_left_text {padding-top: 2%;}
    .container .filling .filling_left .filling_left_readme {padding-top: 1%;}
    .container .filling .filling_right {width: 100%;padding-top: 4%;}
    .recruit .recruit_txt .recruit_title {font-size: 40px;}

    .footer .footer_menu .footer_list dl dt {font-size: 20px;}
    .footer .footer_menu .footer_list dl dd {font-size: 16px;}
    .footer .footer_menu .footer_list dl:first-child dd span {padding-left: 9%;}
    .footer .footer_menu .footer_list dl:first-child dd:nth-child(2) a {font-size: 24px;}
    .footer .footer_menu .footer_list dl:last-child dd .item a {font-size: 16px;text-indent: 0;}
}

@media screen and (max-width: 500px) {
    .contactus_banner {padding-top: 59.3%;}
    .contactus_banner .contactus_banner_txt .contactus_banner_title {font-size: 30px;}
    .contactus {padding-left: 10px;padding-right: 10px;}
    .contactus .contactus_information .contactus_title {font-size: 25px;}
    .contactus .contactus_information .company_information {padding-top: 3%;}
    .contactus .contactus_information .company_information .company_box .company_box_title {font-size: 14px;}
    .contactus .contactus_information .company_information .company_box .company_box_text, .contactus .contactus_information .company_information .company_box .company_box_text a {font-size: 14px;line-height: 24px;}
    .contactus .contactus_information .company_information .company_box.phone .company_box_text {font-size: 20px;line-height: 30px;}
    .contactus .contactus_information .company_information .company_box.qrcode .company_code .qrcode_title {font-size: 14px;}
    .container .filling {padding-left: 15px;padding-right: 15px;}
    .container .filling .filling_left .filling_left_title {font-size: 25px;}
    .container .filling .filling_left .filling_left_text {font-size: 16px;line-height: 20px;}
    .container .filling .filling_left .filling_left_readme {font-size: 14px;}
    .container .filling .filling_right #form .rows {width: 100%;margin-right: 0;}
    .container .filling .filling_right #form .rows label {font-size: 14px;}
    .container .filling .filling_right #form .rows input {padding: 2% 0;margin-top: 2%;font-size: 14px;}
    .container .filling .filling_right #form .rows.submit input {padding: 2%;width: 50%;font-size: 16px;}
    .recruit {padding-left: 15px;padding-right: 15px;}
    .recruit .recruit_txt .recruit_title {font-size: 25px;}
    .recruit .recruit_txt .recruit_text, .recruit .recruit_txt .recruit_text a {font-size: 14px;line-height: 24px;}
    .recruit .recruit_content .recruit_scroll .recruit_box .recruit_box_title {font-size: 18px;padding: 2.2% 2%;border-radius: 4px;}
    .recruit .recruit_content .recruit_scroll .recruit_box .recruit_box_title::after {width: 14px;height: 10px;right: 4%;}
    .recruit .recruit_content .recruit_scroll .recruit_box .recruit_box_title .recruit_box_title_cnt{width: 90%;}
    .recruit .recruit_content .recruit_scroll .recruit_box .recruit_box_description .recruit_box_description_box .recruit_box_description_box_title {font-size: 14px;}
    .recruit .recruit_content .recruit_scroll .recruit_box .recruit_box_description .recruit_box_description_box .recruit_box_description_box_title::before {width: 2px;height: 15px;}
    .recruit .recruit_content .recruit_scroll .recruit_box .recruit_box_description .recruit_box_description_box .recruit_box_description_box_content .recruit_box_description_box_text {font-size: 14px;}
}

/* product_detail */
/* SourceHanSansCN Bold, SourceHanSansCN Regular */
.banner {width: 100%;position: relative;padding-top: 31.3%;box-sizing: border-box;}
.banner img {position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;width: 100%;height: 100%;object-fit: cover;}
.banner .banner_txt {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);text-align: center;}
.banner .banner_txt .banner_title {font-family: 'SourceHanSansCN-Bold';font-weight: bold;font-size: 60px;/*line-height: 32px;*/color: #ffffff;}
.banner .banner_txt .banner_text {font-family: 'SourceHanSansCN-Regular';font-size: 20px;/*line-height: 32px;*/color: #ffffff;padding-top: 4%;}

.product {background-color: #f2f5f8;}
/* .product .product_menu {padding: 1.15% 0% 1.25%;display: flex;flex-wrap: wrap;justify-content: center;box-shadow: 0px 4px 20px #00000033;background-color: #ffffff;} */
.product .product_menu {display: flex;flex-wrap: wrap;justify-content: center;box-shadow: 7px 10px 13px rgba(52, 52, 52, 0.05);background-color: #ffffff;}
/* .product .product_menu .menu_cate {margin-right: 1%;} */
.product .product_menu .menu_cate {margin: 23px 0;margin: 1.15% 0% 1.25%;/*margin-right: 20px;*/position: relative;margin: 1.15% 10px 1.25%;}
/* .product .product_menu .menu_cate:last-child {margin-right: 0%;} */
.product .product_menu .menu_cate .menu_cate_list .menu_cate_list_title {font-family: 'SourceHanSansCN-Regular';font-size: 18px;/*line-height: 32px;*/color: #ffffff;background-color: #f0f4fc;color: #4c4c4c;display: block;width: 250px;padding: 15px 40px 15px 20px;border-radius: 5px;box-sizing: border-box;position: relative;}
.product .product_menu .menu_cate .menu_cate_list .menu_cate_list_title .arrow {content: '';position: absolute;width: 16px;height: 9px;background: url(../images/icon_graybottom.png) no-repeat center;background-size: cover;top: 52%;right: 8%;transform: translate(0, -50%);z-index: 99;}
.prod_list_catename{display: block;width: 90%;}
.product .product_menu .menu_cate.cur .menu_cate_list .menu_cate_list_title .arrow {background: url(../images/icon_wbottom.png) no-repeat center;background-size: cover;pointer-events: none;}
.product .product_menu .menu_cate.cur .menu_cate_list .menu_cate_list_title {background-color: #3e72d5;color: #ffffff;}
.product .product_menu .menu_cate.cur .menu_cate_list .menu_cate_list_title a {color: #ffffff;}
.product .product_menu .menu_cate .menu_cate_list .menu_cate_list_son {width: 115%;padding-top: 20px;position: absolute;background-color: #00000033;display: none;z-index: 100;max-height: 50vh;overflow: auto;box-sizing: border-box;box-shadow: 7px 10px 13px rgba(52, 52, 52, 0.05)}
.product .product_menu .products_nav_sec_cnt_right_sec_name a{color: #1a1a1a;}
.product .product_menu .menu_cate .menu_cate_list.cur .menu_cate_list_son {display: block;}
.product .product_menu .menu_cate .menu_cate_list.cur .menu_cate_list_title {background-color: #3e72d5;color: #ffffff;}
.product .product_menu .menu_cate .menu_cate_list.cur .menu_cate_list_title a{color: #fff;}
.product .product_menu .menu_cate .menu_cate_list.cur .menu_cate_list_title .arrow{filter: brightness(0) invert(1);}
.product .product_menu .menu_cate .menu_cate_list .menu_cate_list_son.cur {display: block;}
.product .product_menu .menu_cate .menu_cate_list .menu_cate_list_son .menu_cate_list_item {margin-top: 20px;padding: 0px 20px;display: block;}
.product .product_menu .menu_cate .menu_cate_list .menu_cate_list_son .menu_cate_list_item:first-child {margin-top: 0px;}
.product .product_menu .menu_cate.cur .menu_cate_list .menu_cate_list_son .menu_cate_list_item.cur {color: #ffffff;}
.product .product_menu .menu_cate .menu_cate_list .menu_cate_list_son{background: rgba(255,255,255,0.93);padding: 20px;padding-right: 10px;}
.product .product_menu .menu_cate .menu_cate_list .menu_cate_list_son .products_nav_sec_cnt_right_cnt{width: 100%;}

.product .bread_crumb {text-align: center;padding: 0 30px;box-sizing: border-box;}
.product .bread_crumb .ueeshop_responsive_position {position: unset;}
.product .bread_crumb .position {text-align: center !important;height: auto;line-height: unset;float: unset;width: 100%;}
.product .bread_crumb a {font-family: 'SourceHanSansCN-Regular';font-size: 16px;/*line-height: 32px;*/color: #999999;margin-top: 6%;text-align: center;line-height: unset;}
.product .product_title {font-family: 'SourceHanSansCN-Regular';font-size: 50px;/*line-height: 32px;*/color: #333333;margin-top: 2%;text-align: center;background-color: #f2f5f8;padding: 0 30px;box-sizing: border-box;margin-bottom: 65px;}

.product .product_content {background-color: #ffffff;margin: 0 !important;}
.product .product_content .product_readme {background: url(../images/product_readme_back.png) no-repeat center;background-size: cover;background-color: #f2f5f8;}

.product .content_wrap .right_pro_side {width: 100%;}
.product .content_wrap .right_pro_side .ueeshop_responsive_products_detail .product_content .contents {min-height: auto;display: block;}

@media screen and (max-width: 1023px) {
	.product .content_wrap .right_pro_side .ueeshop_responsive_products_detail {max-width: unset;}
}

@media screen and (max-width: 768px) {
	.product .content_wrap .right_pro_side .ueeshop_responsive_products_detail .product_content .contents .editor_cnt {padding: 0;}
	.product .product_menu .menu_cate .menu_cate_list .menu_cate_list_son{width: 80vw;}
}


.product .product_content .product_readme .product_readme_content {display: flex;flex-wrap: wrap;max-width: 1300px;margin: auto;padding-top: 64px;padding-bottom: 9%;box-sizing: border-box;}
.product .product_content .product_readme .product_readme_content .product_readme_img {width:48%;position: relative;padding-top: 33%;box-sizing: border-box;}
.product .product_content .product_readme .product_readme_content .product_readme_img img {position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;max-height: 100%!important;}
.product .product_content .product_readme .product_readme_content .product_readme_txt {width: 52%;padding-left: 8.7%;box-sizing: border-box;}
.product .product_content .product_readme .product_readme_content .product_readme_txt .product_readme_text {font-family: 'SourceHanSansCN-Regular';font-size: 20px;line-height: 36px;color: #333333;margin-top: 3%;}
.product .product_content .product_readme .product_readme_content .product_readme_txt .product_readme_text:nth-child(2) {font-family: 'SourceHanSansCN-Regular';font-size: 18px;line-height: 30px;color: #333333;margin-top: 11%;}

.product .product_content .product_applydirect {max-width: 1300px;margin: auto;padding: 6.2% 0;display: flex;flex-wrap: wrap;box-sizing: border-box;}
.product .product_content .product_applydirect .product_applydirect_left {width: 47.6%;padding-right: 2%;box-sizing: border-box;}
.product .product_content .product_applydirect .product_applydirect_left .product_applydirect_title {font-family: 'SourceHanSansCN-Regular';font-size: 50px;/*line-height: 32px;*/color: #333333;padding-top: 2.1%;}
.product .product_content .product_applydirect .product_applydirect_left .product_applydirect_content {padding-bottom: 8.6%;}
.product .product_content .product_applydirect .product_applydirect_left .product_applydirect_content .product_applydirect_text:first-child {margin-top: 3.5%;}
.product .product_content .product_applydirect .product_applydirect_left .product_applydirect_content .product_applydirect_text {font-family: 'SourceHanSansCN-Regular';font-size: 18px;line-height: 36px;color: #666666;margin-top: 0%;padding-left: 30px;box-sizing: border-box;position: relative;}
.product .product_content .product_applydirect .product_applydirect_left .product_applydirect_content .product_applydirect_text::before {content: '';position: absolute;width: 10px;height: 10px;border-radius: 50%;background-color: #1babda;top: 50%;left: 0;transform: translate(0, -50%);}
.product .product_content .product_applydirect .product_applydirect_left .product_applydirect_btn {font-family: 'SourceHanSansCN-Regular';font-size: 18px;line-height: 32px;color: #ffffff;padding: 1.5% 8.3%;background-color: #3e72d5;border-radius: 25px;display: inline-block;box-sizing: border-box;transition: all 0.5s ease;text-decoration: none;}
.product .product_content .product_applydirect .product_applydirect_right {width:52.4%}
.product .product_content .product_applydirect .product_applydirect_right .product_applydirect_img {width: 100%;position: relative;padding-top: 78%;box-sizing: border-box;}
.product .product_content .product_applydirect .product_applydirect_img img {position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;}

.product .product_content .product_attribute {background-color: #f2f5f8;}
.product .product_content .product_attribute .product_attribute_title {font-family: 'SourceHanSansCN-Regular';font-size: 50px;/*line-height: 32px;*/color: #333333;padding-top: 5%;text-align: center;}
.product .product_content .product_attribute .product_attribute_content {max-width: 1300px;margin: auto;padding-top: 2%;}
.product .product_content .product_attribute .product_attribute_content table {width: 100%;text-align: center;background-color: #ffffff;}
.product .product_content .product_attribute .product_attribute_content table thead tr th {border-right: 2px solid #f2f5f8;border-collapse: collapse;background-color: #3e72d5;text-align: center !important;padding: 2.1% 0;font-family: 'SourceHanSansCN-Regular';font-size: 20px;/*line-height: 32px;*/color: #ffffff;max-width: 19.2%!important;width: auto!important;}
.product .product_content .product_attribute .product_attribute_content table thead tr th:last-child {border-right: none;}
.product .product_content .product_attribute .product_attribute_content table thead tr th:first-child {width: 23.2%;}
.product .product_content .product_attribute .product_attribute_content table tbody tr td {border-right: 2px solid #f2f5f8;border-collapse: collapse;text-align: center !important;padding: 1% 0;padding: 7px 0;font-family: 'SourceHanSansCN-Regular';font-size: 18px;/*line-height: 46px;*/color: #4c4c4c;max-width: 19.2%!important;width: auto!important;}
.product .product_content .product_attribute .product_attribute_content table tbody tr td:last-child {border-right: none;}
.product .product_content .product_attribute .product_attribute_content table tbody tr:nth-child(odd) {background-color: #ebf0f5;}
.product .product_content .product_attribute .product_attribute_content table tbody tr td.item {width: 23.2%;font-size: 20px;/*line-height: 32px;*/color: #3e72d5;background-color: #ffffff;border-bottom: 2px solid #f5f5f5;}
.product .product_content .product_attribute .product_attribute_tip {font-family: 'SourceHanSansCN-Regular';font-size: 18px;/*line-height: 36px;*/color: #666666;padding-top: 1.2%;padding-bottom: 5%;max-width: 1300px;margin: auto;}
.product .product_content .product_attribute .product_attribute_tip span {color: #e42828;}
.product .product_content .product_attribute .product_attribute_tip a.tel {color: #3e72d5;font-style: italic;border-bottom: 1px solid #3e72d5;}
.product .product_content .product_attribute .product_attribute_tip a.tel:hover{font-weight: bold;}

.product .product_content .product_applycase {max-width: 1300px;margin: auto;}
.product .product_content .product_applycase .product_applycase_title {font-family: 'SourceHanSansCN-Regular';font-size: 50px;/*line-height: 32px;*/color: #333333;padding-top: 7.5%;text-align: center;}
.product .product_content .product_applycase .product_applycase_content {display: flex;padding-bottom: 7.4%;flex-wrap: wrap;}
.product .product_content .product_applycase .product_applycase_content .product_applycase_box {width: 50%;padding-left: 3.5%;box-sizing: border-box;}
.product .product_content .product_applycase .product_applycase_content .product_applycase_box .product_applycase_img {width:100%;position: relative;padding-top: 79%;box-sizing: border-box;}
.product .product_content .product_applycase .product_applycase_content .product_applycase_box .product_applycase_img img {position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;}
.product .product_content .product_applycase .product_applycase_content .product_applycase_box .product_applycase_text {font-family: 'SourceHanSansCN-Regular';font-size: 18px;/*line-height: 36px;*/color: #666666;padding-top: 0%;text-align: center;}

.product_deliver {background: url(../images/product_deliver_back.png) no-repeat center;background-size: cover;}
.product_deliver .product_deliver_headline {font-family: 'SourceHanSansCN-Regular';font-size: 50px;/*line-height: 32px;*/color: #ffffff;padding-top: 5%;text-align: center;}
.product_deliver .product_deliver_content {max-width: 1300px;margin: auto;padding-bottom: 7.9%;}
.product_deliver .product_deliver_content .product_deliver_flex {width: 100%;display: flex;justify-content: center;}
.product_deliver .product_deliver_content .product_deliver_flex .product_deliver_box:last-child {margin-right: 0%;}
/* .product_deliver .product_deliver_content .product_deliver_box {width: 30.8%;position: relative;background: url(../images/product_deliver_back1.png) no-repeat center;background-size: cover;margin-top: 3.8%;margin-right: 3.8%;padding-bottom: 2%;box-sizing: border-box;padding-left: 3.8%;padding-right: 13%;border-radius: 10px;min-height: 211px;} */
.product_deliver .product_deliver_content .product_deliver_box {margin-top: 2.8%;}
.product_deliver .product_deliver_content .product_deliver_flex:last-child .product_deliver_box {padding-bottom: 1%;margin-top: 3.8%;box-sizing: border-box;}
.product_deliver .product_deliver_content .product_deliver_flex:last-child .product_deliver_box:last-child {padding-right: 10%;}
.product_deliver .product_deliver_content .product_deliver_flex:last-child .product_deliver_box:last-child .product_deliver_txt .product_deliver_title {padding-top: 12%;padding-bottom: 4%;}
.product_deliver .product_deliver_content .product_deliver_flex:last-child .product_deliver_box:last-child .product_deliver_txt .product_deliver_text {line-height: 30px;}
.product_deliver .product_deliver_content .product_deliver_box .product_deliver_txt .product_deliver_title {font-family: 'SourceHanSansCN-Regular';font-size: 22px;/*line-height: 46px;*/color: #333333;padding-top: 14%;padding-bottom: 5%;}
.product_deliver .product_deliver_content .product_deliver_box .product_deliver_txt .product_deliver_text {font-family: 'SourceHanSansCN-Regular';font-size: 18px;line-height: 32px;color: #666666;}
.product_deliver .product_deliver_content .product_deliver_box .product_deliver_img {width: 100%;position: absolute;top: 12%;right: 13%;padding-top: 20%;}
.product_deliver .product_deliver_content .product_deliver_box .product_deliver_img img {position: absolute;top: 50%;right: 0%;}
 
.about_product {background-color: #f2f5f8;}
.about_product .about_product_title {font-family: 'SourceHanSansCN-Regular';font-size: 50px;/*line-height: 32px;*/color: #333333;padding-top: 5%;text-align: center;}
.about_product .about_product_list {max-width: 1300px;width: 100%;margin: auto;display: flex;flex-wrap: wrap;padding-top: 2%;box-sizing: border-box;padding-bottom: 6%;}
.about_product .about_product_list .about_product_box {width: 30.9%;margin-right: 3.6%;border-radius: 10px;display: flex;flex-direction: column;}
.about_product .about_product_list .about_product_box:nth-child(3n) {margin-right: 0%;}
.about_product .about_product_list .about_product_box .about_product_img {width: 100%;position: relative;padding-top: 77%;box-sizing: border-box;border-radius: 10px;}
.about_product .about_product_list .about_product_box .about_product_img img {position: absolute;top: 0;right: 0;bottom: 0;left: 0;margin: auto;width: 100%;height: 100%;object-fit: cover;}
.about_product .about_product_list .about_product_box .about_product_txt .about_product_text {font-family: 'SourceHanSansCN-Regular';font-size: 20px;line-height: 30px;color: #333333;padding-top: 7%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;text-overflow: ellipsis;overflow: hidden;text-align: center;font-weight: normal;}

.product .product_menu {margin-bottom: 0;}

@media screen and (max-width: 1340px) {
    .product .product_content .product_readme {padding-left: 30px;padding-right: 30px;}
    .product .product_content .product_applydirect {padding: 6.2% 30px;}
    .product .product_content .product_attribute {padding-left: 30px;padding-right: 30px;box-sizing: border-box;}
    .product .product_content .product_applycase {margin: auto 30px;}
    .product_deliver {padding-left: 30px;padding-right: 30px;box-sizing: border-box;}
    .about_product {padding-left: 30px;padding-right: 30px;box-sizing: border-box;}
}

@media screen and (max-width: 991px) {
    .banner .banner_txt .banner_title {font-size: 50px;}
    .banner .banner_txt .banner_text {font-size: 16px;}
    .product .product_menu{padding-left: 15px;padding-right: 15px;}
    .product .product_menu .menu_cate .menu_cate_list .menu_cate_list_title {width: 220px;}
    .product .product_content .product_readme{background: #f2f5f8;}
    .product .product_content .product_readme .product_readme_content .product_readme_img {width: 80%;padding-top: 61%;margin: 0 auto;}
    .product .product_content .product_readme .product_readme_content .product_readme_txt {width: 100%;padding-left: 0;}
    .product .product_content .product_applydirect .product_applydirect_left {width: 100%;margin-bottom: 30px;}
    .product .product_content .product_applydirect .product_applydirect_left .product_applydirect_content {padding-bottom: 4.6%;}
    .product .product_content .product_applydirect .product_applydirect_right {width: 100%;}
    /*.product .product_content .product_applydirect .product_applydirect_right .product_applydirect_img {padding-top: 85%;}*/

	.product_deliver .product_deliver_content .product_deliver_box .product_deliver_txt .product_deliver_title {font-size: 18px;}
	.product_deliver .product_deliver_content .product_deliver_box .product_deliver_txt .product_deliver_text {font-size: 16px;line-height: 26px;}
	.product_deliver .product_deliver_content .product_deliver_flex:last-child .product_deliver_box:last-child .product_deliver_txt .product_deliver_text {line-height: 26px;}
	.product_deliver .product_deliver_content .product_deliver_flex:last-child .product_deliver_box:last-child {padding-right: 3.8%;}

    .about_product .about_product_list .about_product_box {width: 100%;margin-right: 0;}
    .about_product .about_product_list .about_product_box .about_product_txt .about_product_text {padding-top: 2%;padding-bottom: 5%;}
    .about_product .about_product_list .about_product_box:nth-child(3) .about_product_txt .about_product_text {padding-bottom: 0%;}

}


@media screen and (max-width: 750px) {
	.product_deliver .product_deliver_content .product_deliver_flex{display: block;}
    .product_deliver .product_deliver_content .product_deliver_box {display: flex;justify-content: flex-end;padding-right: 3.8%;width: 100%;min-height: auto;padding: 4vw;    align-items: center;}
    .product_deliver .product_deliver_content .product_deliver_flex:last-child .product_deliver_box{padding-bottom: 4vw;}
    .product_deliver .product_deliver_content .product_deliver_box .product_deliver_txt{width: 80%;}
	/*.product_deliver .product_deliver_content .product_deliver_box .product_deliver_img {position: relative;top: 0%;right: 6%;padding-top: 38%;}*/
	.product_deliver .product_deliver_content .product_deliver_box .product_deliver_img{position: static;padding-top: 0;width: 20%;}
	.product_deliver .product_deliver_content .product_deliver_box .product_deliver_txt .product_deliver_title{padding: 0;}
	.product_deliver .product_deliver_content .product_deliver_box .product_deliver_img img{position: static;}
	.product_deliver .product_deliver_content .product_deliver_flex:last-child .product_deliver_box:last-child .product_deliver_txt .product_deliver_title{padding: 0;}
	.product .product_content .product_attribute .product_attribute_tip a.tel{display: inline-block;}
}

@media screen and (max-width: 500px) {
    .banner {padding-top: 59.3%;}
    .product .product_menu .menu_cate:nth-child(2n) .menu_cate_list .menu_cate_list_son{right: 0;}
    .banner .banner_txt .banner_title {font-size: 30px;}
    .product .bread_crumb{margin: 20px 0 30px;}
	.product .bread_crumb a {font-size: 14px;margin-top: 10px;}
	.product .product_menu {padding-top: 10px;padding-bottom: 10px;box-sizing: border-box;justify-content: space-between;}
	.product .product_menu .menu_cate {margin: 1.15% 2vw 1.25% 0;}
	.product .product_menu .menu_cate:nth-child(2n){margin-right: 0;}
    .product .product_menu .menu_cate .menu_cate_list .menu_cate_list_title {width: 42.3vw;font-size: 14px;padding: 8px 10px;}
    .product .product_menu .menu_cate .menu_cate_list .menu_cate_list_title .arrow {width: 8px;height: 5px;}
    .product .product_menu .menu_cate .menu_cate_list .menu_cate_list_title .arrow::after {width: 12px;height: 6px;}

	.product .bread_crumb {font-size: 14px;padding: 0 15px;}
    .product .product_title {font-size: 25px;padding: 0 15px;margin-bottom: 32px;}

    .product .product_content .product_readme {padding-left: 15px;padding-right: 15px;}
	.product .product_content .product_readme .product_readme_content {padding-top: 32px;}
	/*.product .product_content .product_readme .product_readme_content .product_readme_img {padding-top: 115%;}*/
    .product .product_content .product_readme .product_readme_content .product_readme_txt .product_readme_text {font-size: 14px;line-height: 24px;}
    .product .product_content .product_readme .product_readme_content .product_readme_txt .product_readme_text:nth-child(2) {font-size: 14px;line-height: 24px;margin-top: 4%;}
    
    .product .product_content .product_applydirect {padding: 6.2% 15px;}
    .product .product_content .product_applydirect .product_applydirect_left .product_applydirect_title {font-size: 25px;}
    .product .product_content .product_applydirect .product_applydirect_left .product_applydirect_content .product_applydirect_text {font-size: 14px;line-height: 24px;padding-left: 18px;}
    .product .product_content .product_applydirect .product_applydirect_left .product_applydirect_content .product_applydirect_text::before {width: 6px;height: 6px;}
    .product .product_content .product_applydirect .product_applydirect_left .product_applydirect_btn {font-size: 14px;line-height: 24px;}

    .product .product_content .product_attribute {padding-left: 15px;padding-right: 15px;}
    .product .product_content .product_attribute .product_attribute_title {font-size: 25px;}
    .product .product_content .product_attribute .product_attribute_content table thead tr th {font-size: 16px;}
    .product .product_content .product_attribute .product_attribute_content table tbody tr td.item {font-size: 16px;}
    .product .product_content .product_attribute .product_attribute_content table tbody tr td {font-size: 14px;}
    .product .product_content .product_attribute .product_attribute_tip {font-size: 14px;}

    .product .product_content .product_applycase {margin: auto 15px;}
    .product .product_content .product_applycase .product_applycase_title {font-size: 25px;}
    .product .product_content .product_applycase .product_applycase_content .product_applycase_box {width: 100%;padding-left: 0;}
    .product .product_content .product_applycase .product_applycase_content .product_applycase_box .product_applycase_text {font-size: 14px;line-height: 24px;}

    .product_deliver {padding-left: 15px;padding-right: 15px;}
	.product_deliver .product_deliver_headline {font-size: 25px;}
	.product_deliver .product_deliver_content .product_deliver_box .product_deliver_txt .product_deliver_title {font-size: 16px;}
	.product_deliver .product_deliver_content .product_deliver_box .product_deliver_txt .product_deliver_text {font-size: 14px;}
	
    .about_product {padding-left: 15px;padding-right: 15px;}
    .about_product .about_product_title {font-size: 25px;padding-top: 50px;}
    .about_product .about_product_list .about_product_box .about_product_txt .about_product_text {font-size: 14px;line-height: 24px;}
}



.downlaod_region .download_wrap_list { border-top: 1px solid #e5e5e5; margin: 67px auto 148px; }
.downlaod_region .download_wrap_list .ueeshop_responsive_download_list { margin-top: 28px; }
.downlaod_region .download_wrap_list .ueeshop_responsive_download_list ul li { height: unset; line-height: unset; border-bottom: none; margin-bottom: 34px; }
.downlaod_region .download_wrap_list .ueeshop_responsive_download_list ul li .cate_name { position: relative; height: 72px; line-height: 72px; font-size: 18px; font-family: "OpenSans-Bold"; color: #333333; border-bottom: 1px solid #e5e5e5; cursor: pointer; padding-right: 30px;overflow: hidden;}
.downlaod_region .download_wrap_list .ueeshop_responsive_download_list ul li .cate_name::after { content: ''; position: absolute; display: block; width: 22px; height: 22px; top: 0; right: 0; bottom: 0; margin: auto; background: url(../images/icon_open.png) no-repeat center; background-size: 100%; }
.downlaod_region .download_wrap_list .ueeshop_responsive_download_list ul li .file_box { display: none; }
.downlaod_region .download_wrap_list .ueeshop_responsive_download_list ul li .file_box .pdf_file { padding: 29px 0 36px 10px; border-bottom: 1px solid #e5e5e5; }
.downlaod_region .download_wrap_list .ueeshop_responsive_download_list ul li .file_box .pdf_file:last-child { border-bottom: none; }
.downlaod_region .download_wrap_list .ueeshop_responsive_download_list ul li .file_box .pdf_file .time { font-size: 14px; font-family: "Opensans-Regular"; color: #888888; margin-top: 8px; }
.downlaod_region .download_wrap_list .ueeshop_responsive_download_list ul li .file_box .pdf_file .file_name { width: auto; height: unset; line-height: unset; font-size: 16px; font-family: "Opensans-Regular"; color: #333333; text-align: left; text-decoration: none; margin-right: 0; background: none; }
.downlaod_region .download_wrap_list .ueeshop_responsive_download_list ul li .file_box .pdf_file .file_name span { font-size: 14px; color: #ff5562; padding-left: 20px; background: url(../images/icon_pdf.png) no-repeat left center; margin-left: 20px; }
.downlaod_region .download_wrap_list .ueeshop_responsive_download_list ul li .file_box .pdf_file:hover { background: #f7f7f7; }
.downlaod_region .download_wrap_list .ueeshop_responsive_download_list ul li.open { border-bottom: 1px solid #e5e5e5; }
.downlaod_region .download_wrap_list .ueeshop_responsive_download_list ul li.open .cate_name::after { background: url(../images/icon_close.png) no-repeat center 100%; }
.downlaod_region .download_wrap_list .ueeshop_responsive_download_list ul li.open .file_box { display: block; }

/* .article_region .detail_content { margin-top: 77px; } */
.article_region .detail_content .ueeshop_responsive_article_detail { margin-bottom: 100px; }
.detail_content .ueeshop_responsive_article_feedback { box-sizing: border-box; padding: 45px 30px 50px; border: 1px solid #ceddea; border-radius: 2px; }
.detail_content .ueeshop_responsive_article_feedback .rows .form_button { display: block; width: 130px; height: 45px; line-height: 45px; font-size: 16px; text-transform: capitalize; font-family: "Opensans-Regular"; background: #f04900; border-radius: 2px; margin: auto; }
.detail_content .ueeshop_responsive_article_feedback .rows .input, .detail_content .ueeshop_responsive_article_feedback .rows textarea, .detail_content .chzn-container-single .chzn-single { border-color: #ceddea; border-radius: 2px; }

.feedback_region .feedback_content .ueeshop_responsive_feedback form { padding: 0; }
.feedback_region .feedback_content .ueeshop_responsive_feedback .form_button { cursor: pointer; background: #f04900; }

#customer #signup .register .row { margin-bottom: 0; }
#customer #signup .register .lib_txt { margin-bottom: 10px; }
#customer #signup .register .box_select { margin-bottom: 20px; }
#customer #signup .register .signbtn { display: inline-block; height: 50px; line-height: 50px; font-size: 14px; font-family: "OpenSans-Bold"; letter-spacing: 1px; text-transform: uppercase; text-decoration: none; color: #fff; background: #62b2d3; padding: 0 12px; border-radius: 0; }

.cell .cell_left .cell_btn a {transition: all .5s ease;border: 1px solid transparent;}
.cell .cell_left .cell_btn a:hover {color: #3e72d5;background-color: #ffffff;border: 1px solid #3e72d5;}
.product .product_content .product_applydirect .product_applydirect_left .product_applydirect_btn {border: 1px solid transparent;}
.product .product_content .product_applydirect .product_applydirect_left .product_applydirect_btn:hover {color: #3e72d5;background-color: #ffffff;border: 1px solid #3e72d5;}
.news_index .news_content .swiper-button-prev2 {transition: all 0.5s ease;}
.module2 .news_index .news_content .swiper-button-next2 {background: url(../images/icon_bright.png) no-repeat center;transition: all 0.5s ease;}
.module2 .news_index .news_content .swiper-button-next2{background: url(../images/icon_bright.png) no-repeat center / 100%;}

.module2 .news_index .news_content .swiper-button-prev2:hover {background-image: url(../images/icon_bleft1.png);}
.module2 .news_index .news_content .swiper-button-next2:hover {background-image: url(../images/icon_bright1.png);}


/* 下拉框 */
.pro_list .themes_dropdown{box-shadow: 0 0 7px rgba(0, 0, 0, 0.3);border: 1px solid #dddddd;border-radius: 6px;}
.pro_list .list_sort_box{position: relative;min-height: 25px;margin: 20px;}
.pro_list .list_sort{position: absolute;right: 0;bottom: 0;cursor: pointer;font-size: 14px;}
.pro_list .list_sort .sort_txt strong{font-weight:600;}
.pro_list .list_sort:hover .sort_drop{display: block;}
.pro_list .list_sort .sort_txt{line-height: 25px;position: relative;padding-right: 15px;}
.pro_list .list_sort .sort_txt i{ position:absolute; right:0; top:8px;}
.pro_list .list_sort .sort_txt i:after,.pro_list .list_sort .sort_txt i:before{ border:5px solid transparent; border-top:5px solid #f0f0f0; width:0; height:0; position:absolute; top:0; right:0; content:''}
.pro_list .list_sort .sort_txt i:before { border-top-color:#000; top:1px;}
.pro_list .list_sort .sort_drop{display: none;position: absolute;right: 0;top: 100%;z-index: 11;}
.pro_list .list_sort .sort_drop ul{margin-top: 10px;padding: 10px 0;background: #fff;}
.pro_list .list_sort .sort_drop ul li{white-space: nowrap;}
.pro_list .list_sort .sort_drop ul li:hover a{background: #f2f2f2;}
.pro_list .list_sort .sort_drop ul li a{display: block;height: 34px;line-height: 34px;padding: 0 10px;text-decoration: none;}
@media screen and (max-width: 768px){
	.pro_list .list_sort_box{width: calc( 100% - 32px );}
}



@media screen and (min-width: 769px) {
	.index_park_one .pro_main .index_pro_list .p_item:hover { box-shadow: 7px 8px 7px rgba(52, 52, 52, 0.05); }
	
	.index_park_two .customize_box .cus_item_park .cus_item:hover .img_box.top_img { opacity: 0; z-index: 0; }
	.index_park_two .customize_box .cus_item_park .cus_item:hover .img_box.bottom_img { opacity: 1; z-index: 1; }
	.index_park_two .customize_box .cus_item_park .cus_item:hover .info { bottom: 0; }
	.index_park_two .customize_box .cus_item_park .cus_item:hover .info .info_content { background: linear-gradient(to bottom, transparent, #167ad9); }
	.index_park_two .customize_box .cus_item_park .cus_item:hover .info .info_content .brief { opacity: 1; }

	.index_park_four .news_list .new_item:hover { border-bottom-color: #f04900; }
	.index_park_four .news_list .new_item:hover::before { background: #f04900; z-index: 1; }
	.index_park_four .news_list .new_item:hover::after { background: #f04900; z-index: 1; }
	.index_park_four .news_list .new_item:hover .img::before { background: #f04900; z-index: 1; }
	.index_park_four .news_list .new_item:hover .new_content .title a { color: #0070bb; }

	#footer .footer_config .footer_menu dl dd:hover, #footer .footer_config .footer_menu dl dd:hover a { color: #fff; }
	#footer .footer_config .footer_menu dl dd .foot_share .foot_share_box:hover { transform: translateY(-5px); transition: all .3s; }
	#footer .footer_config .footer_nav .f_item:hover a { color: #f04900; }

	.info_region .info_wrap_list .ueeshop_responsive_info_list .item:hover { box-shadow: 7px 10px 13px rgba(52, 52, 52, 0.05); }

	.case_region .case_wrap_list .ueeshop_responsive_case_list .item:hover { box-shadow: 7px 10px 13px rgba(52, 52, 52, 0.05); }
}

@media screen and (max-width: 1920px) {
	.in_banner_search { bottom: 12vw; }
	.index_banner .banner_list .item .banner_content { max-height: 22.136vw; }
	.index_banner .banner_list .item .banner_content .title { line-height: 4.77vw; /*font-size: 65px;*/ font-size: 3.385415vw; }
}

@media screen and (max-width: 1600px) {
    .in_banner_search { bottom: 10vw; }
}

@media screen and (max-width: 1440px) {
	#header .web_header .logo_box { width: 190px; }
    #header .default_nav_style .n_item { padding: 0 10px; margin-left: 10px; }
	#header .right_icon_park .i_admin { min-width: 100px; }
	#header .right_icon_park .i_inq { min-width: 100px; }
	#header .nav_box { width: calc(100% - 650px); }
	
	.in_banner_search { width: 700px; height: 45px; }
	.in_banner_search form.banner_search .text_input { height: 45px; }
	.inner_planpic_search .in_banner_search { bottom: 36px; }
	
	.index_public_title .lord_title { line-height: 35px; font-size: 25px; }
	.index_public_title .small_title { line-height: 24px; font-size: 14px; }
	
	.index_banner .banner_list .item .banner_content .brief { line-height: 25px; font-size: 16px; margin-top: 15px; }
	
	.index_park_one .pro_cate_nav .list .cate_title { height: 47px; line-height: 47px; font-size: 18px; padding: 0 20px; }
	.index_park_one .pro_main { margin-top: 25px; }
	.index_park_one .pro_main .index_pro_list .p_item .item_info .name { margin-top: 3px; }
	.index_park_one .pro_main .index_pro_list .p_item .item_info .brief { margin-top: 3px; }
	.index_park_one .pro_main .index_pro_list .p_item .item_info .number { margin-top: 3px; }
	.index_park_one .other_pro_cate { margin-top: 35px; }
	.index_park_one .other_pro_cate .title { font-size: 22px; }
	.index_park_one .other_pro_cate .brief { font-size: 14px; }

	.index_park_two { margin-top: 40px; }
	.index_park_two .customize_box { margin-top: 35px; }
	
	.index_park_three .list { margin-top: 40px; }
	
	.index_park_four .news_list .new_item .new_content .time { font-size: 14px; }
	.index_park_four .news_list .new_item .new_content .title a { line-height: 26px; font-size: 18px; }
	.index_park_four .news_list .new_item .new_content .brief { line-height: 24px; font-size: 14px; }
	.index_park_four .news_list .new_item .new_content .read_more { margin-top: 20px; }
	
	/* .info_region .info_wrap_list { margin-top: 30px; } */
	.info_region .info_wrap_list .ueeshop_responsive_info_list { margin-top: 25px; }
	.info_region .info_wrap_list .ueeshop_responsive_info_list .item .info { min-height: 208px; padding: 15px 12px 20px; }
	.info_region .info_wrap_list .ueeshop_responsive_info_list .item .info .title { line-height: 24px; padding: 5px 0; }
	.info_region .info_wrap_list .ueeshop_responsive_info_list .item .info .title a { line-height: 24px; font-size: 15px; }
	.info_region .info_wrap_list .ueeshop_responsive_info_list .item .info .desc { line-height: 22px; font-size: 14px; }
	.info_region .info_wrap_list .ueeshop_responsive_info_list .item .info .view_more { margin-top: 15px; }
	
	.case_region .case_wrap_list { margin-top: 30px; }
	.case_region .case_wrap_list .ueeshop_responsive_case_list { margin-top: 25px; }
	.case_region .case_wrap_list .ueeshop_responsive_case_list .item .info { min-height: 208px; padding: 15px 12px 20px; }
	.case_region .case_wrap_list .ueeshop_responsive_case_list .item .info .title { line-height: 24px; padding: 5px 0; }
	.case_region .case_wrap_list .ueeshop_responsive_case_list .item .info .title a { line-height: 24px; font-size: 15px; }
	.case_region .case_wrap_list .ueeshop_responsive_case_list .item .info .desc { line-height: 22px; font-size: 14px; }
	.case_region .case_wrap_list .ueeshop_responsive_case_list .item .info .view_more { margin-top: 15px; }
	
	.product_detail_region .content_wrap .pro_cate_box { width: 20%; }
	/* .product_detail_region .content_wrap .right_pro_side { width: 77%; } */

	.content_wrap .ueeshop_responsive_products_detail .gallery .left_small_img .pic_box { width: 65px !important; padding-top: 65px; }
}

@media screen and (max-width: 1360px) {
	#header .default_nav_style .n_item>a { font-size: 14px; }
	.index_park_two .customize_box .cus_item_park .cus_item .info .info_content { padding: 0 9%; padding-bottom: 20px; }
	.index_park_two .customize_box .cus_item_park .cus_item .info .info_content .title { line-height: 25px; font-size: 16px; }
	.index_park_two .customize_box .cus_item_park .cus_item .info .info_content .brief { line-height: 24px; font-size: 14px; margin-top: 14px; }
}

@media screen and (max-width: 1280px) {

}

@media screen and (max-width: 1200px) {
	.product_detail_region .content_wrap .pro_cate_box { display: none; }
	.product_detail_region .content_wrap .right_pro_side { width: 100%; }

	.content_wrap .ueeshop_responsive_products_detail .gallery { width: 38%; }
	.content_wrap .ueeshop_responsive_products_detail .info { width: 62%; }
}

@media screen and (max-width: 1023px) {
	.content_wrap .ueeshop_responsive_products_detail .gallery { width: 100%; }
	.content_wrap .ueeshop_responsive_products_detail .info { width: 100%; padding-left: 0; }
}

@media screen and (max-width: 991px) {
	a { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); -webkit-user-select: none; -moz-user-focus: none; -moz-user-select: none; }
    #header { display: none; }
	.support_height { display: none; }

    .in_banner_search { display: none; }

	.index_park_one .pro_cate_nav { scrollbar-width: none; -ms-overflow-style: none; }
	.index_park_one .pro_cate_nav::-webkit-scrollbar {display: none;}
	.index_park_one .pro_main .index_pro_list .p_item { width: 31.92%; }
	.index_park_one .pro_main .index_pro_list .p_item:nth-child(4n) { margin-right: 2.12%; }
	.index_park_one .pro_main .index_pro_list .p_item:nth-child(3n) { margin-right: 0; }
	.index_park_one .other_pro_cate .list a { width: 31.92%; }
	.index_park_one .other_pro_cate .list a:nth-child(4n) { margin-right: 2.12%; }
	.index_park_one .other_pro_cate .list a:nth-child(3n) { margin-right: 0; }

	.index_park_two .customize_box .cus_item_park .cus_item .info .info_content .brief { -webkit-line-clamp: 4; line-clamp: 4; }

	.index_park_four { padding-top: 55px; padding-bottom: 70px; }
	.index_park_four .news_list { justify-content: space-between; -webkit-justify-content: space-between; margin-top: 35px; }
	.index_park_four .news_list .new_item { width: 48%; margin-top: 45px; margin-right: 0; }
	.index_park_four .news_list .new_item:nth-child(-n+2) { margin-top: 0; }


	.inner_planpic_search { position: relative; display: flex; display: -webkit-flex; display: -moz-flex; display: -ms-flexbox; align-items: center; justify-content: center; }
	.inner_planpic_search.index_search { display: none; }
	.inner_planpic_search .inner_name { box-sizing: border-box; display: block; width: 100%; line-height: 48px; font-size: 46px; font-family: 'OpenSans-Semibold'; color: #fff; text-align: center; padding: 10px 30px; }
	#inner_height { display: none; }

	#phone_cate_box { display: block; }
	.pro_list .pro_cate_box { display: none; }
	.pro_list .contenter { width: 100%; }

	.inner_planpic_search.in_goods { display: none; }
}

@media screen and (max-width: 768px) {
    .control_w { width: 100%; padding: 0 30px; }

	.index_banner .banner_list .item .banner_content { width: 90%; max-height: 32vw; }
	.index_banner .banner_list .item .banner_content .title { line-height: 7vw; font-size: 5vw; }
	.index_banner .banner_list .item .banner_content .brief { line-height: 24px; font-size: 14px; margin-top: 5px; }

	.index_public_title .lord_title { line-height: 55px; font-size: 40px; }
	.index_public_title .small_title { line-height: 49px; font-size: 28px; margin-top: 0; }

	.index_park_one { margin-top: 80px; }
	.index_park_one .pro_cate_nav { overflow: hidden; overflow-x: scroll; padding-bottom: 13px; }
	.index_park_one .pro_cate_nav .list { width: max-content; }
	.index_park_one .pro_cate_nav .list .cate_title { height: 60px; line-height: 58px; font-size: 28px; margin: 0 30px; }
	.index_park_one .pro_main { margin-top: 47px; }
	.index_park_one .pro_main .index_pro_list .p_item { width: 100%; padding: 20px 23px; margin-right: 0; }
	.index_park_one .pro_main .index_pro_list .p_item:nth-child(4n) { margin-right: 0; }
	.index_park_one .pro_main .index_pro_list .p_item .img { width: 14.137%; padding-top: 14.137%; }
	.index_park_one .pro_main .index_pro_list .p_item .item_info { width: 83%; }
	.index_park_one .pro_main .index_pro_list .p_item .item_info .name { font-size: 28px; margin-top: 10px; }
	.index_park_one .pro_main .index_pro_list .p_item .item_info .brief { line-height: 32px; font-size: 28px; margin-top: 13px; }
	.index_park_one .pro_main .index_pro_list .p_item .item_info .number { line-height: 32px; font-size: 28px; margin-top: 13px; }
	.index_park_one .pro_main .index_pro_list .p_item .item_info .price { font-size: 20px; }
	.index_park_one .other_pro_cate .list a:nth-child(4n) { margin-right: 0; }

    .index_park_one .other_pro_cate .title { font-size: 40px; text-align: center; }
	.index_park_one .other_pro_cate .brief { font-size: 24px; text-align: center; }
	.index_park_one .other_pro_cate .list { width: 70%; margin: 30px auto 0; }
	.index_park_one .other_pro_cate .list a { width: 100%; line-height: 30px; font-size: 28px; padding-left: 48px; margin-right: 0; margin-bottom: 30px; }

	.index_park_two { padding-top: 80px; padding-bottom: 100px; margin-top: 70px; }
	.index_park_two .index_public_title .small_title { text-align: left; margin-top: 75px; }
	.index_park_two .customize_box { margin-top: 90px; }
	.index_park_two .customize_box .pc_show_img { display: none; }
	.index_park_two .customize_box .cus_item_park { position: static; }
	.index_park_two .customize_box .cus_item_park .cus_item { width: 100%; padding-top: unset; margin-bottom: 20px; }
	.index_park_two .customize_box .cus_item_park .cus_item:last-child { margin-bottom: 0; }
	.index_park_two .customize_box .cus_item_park .cus_item::after { display: none; }
	.index_park_two .customize_box .cus_item_park .cus_item .bg_img { display: block; position: relative; padding-top: 31.886%; }
	.index_park_two .customize_box .cus_item_park .cus_item .info { bottom: 0; align-items: start; }
	.index_park_two .customize_box .cus_item_park .cus_item .info .info_content { padding: 3% 5.074%; }
	.index_park_two .customize_box .cus_item_park .cus_item .info .info_content .title { line-height: 8vw; font-size: 4.8vw; -webkit-line-clamp: 1; line-clamp: 1; }
	.index_park_two .customize_box .cus_item_park .cus_item .info .info_content .brief { line-height: 4.8vw; font-size: 3.2vw; opacity: 0.7; margin-top: 0; -webkit-line-clamp: 3; line-clamp: 3; }
	
	.index_park_three { margin-top: 85px; }
	.index_park_three .list { justify-content: space-between; -webkit-justify-content: space-between; }
	.index_park_three .list .p_item { width: 48%; padding-top: 18%; margin-right: 0; }
	
	.index_park_four { padding-top: 86px; padding-bottom: 104px; margin-top: 30px; }
	.index_park_four .news_list { margin-top: 80px; }
	.index_park_four .news_list .new_item { width: 46.812%; }
	.index_park_four .news_list .new_item .new_content .time { font-size: 18px; }
	.index_park_four .news_list .new_item .new_content .title { margin-top: 16px; }
	.index_park_four .news_list .new_item .new_content .title a { line-height: 32px; font-size: 24px; color: #0070bb; }
	.index_park_four .news_list .new_item .new_content .brief { line-height: 30px; font-size: 18px; margin-top: 11px; }
	.index_park_four .news_list .new_item .new_content .read_more { font-size: 24px; margin-top: 38px; }
	
	#footer { padding-top: 72px; background: #000; }
	#footer .footer_config { border-bottom-color: #3d3d3d; }
	#footer .footer_config .footer_menu dl { width: 100%; padding: 0; margin-bottom: 22px; }
	#footer .footer_config .footer_menu dl dt { position: relative; font-size: 28px; padding-right: 50px; /*margin-bottom: 50px;*/ }
	#footer .footer_config .footer_menu dl dt::after { content: ''; position: absolute; display: block; width: 35px; height: 35px; top: 0; right: 10px; bottom: 0; background: url(../images/icon_add.png) no-repeat center; margin: auto; }
	#footer .footer_config .footer_menu dl.cur dt::after { background-image: url(../images/icon_cut.png); }
	#footer .footer_config .footer_menu dl dd { display: none; font-size: 18px; padding-left: 15px; margin-bottom: 15px; }
	#footer .footer_config .footer_menu dl dd a { display: block; color: #ddd; }
	#footer .footer_config .footer_menu dl dd .foot_share .foot_share_box { display: inline-block; }
	#footer .footer_config .footer_menu dl.cur dd { display: block; }
	#footer .footer_config .footer_menu dl.share_dl dd { padding: 0; }
	#footer .footer_config .footer_nav { width: 100%; margin-top: 10px; }
	#footer .copy_share .copy_box { color: #fff; opacity: 0.7; }
	#footer .copy_share .copy_box a { color: #ddd; opacity: 0.7; }

	.product_region .pro_list .ueeshop_responsive_turn_page { box-sizing: border-box; width: 100%; padding: 0 15px; }

	.inner_planpic_search { height: 200px; }

	.bread_crumbs { display: none; }

	.inner_page_title { font-size: 46px; }

	.phone_pro_cate_list { display: block; }

	.pro_list { margin-top: 50px; }
	.pro_list.control_w { padding: 0; }
	.pro_list .contenter .cate_name { display: none; }
	.pro_list .contenter .cate_brief { padding: 0 30px; margin-top: 40px; }
	.pro_list .ueeshop_responsive_products_filter_mb { margin-bottom: 0; margin-top: 25px; }
	.pro_list .ueeshop_responsive_products_filter_select { width: 100%; height: 70px; line-height: 70px; padding: 0 30px; margin-top: 0; }
	.pro_list .ueeshop_responsive_products_filter_select .filter_option { font-size: 28px; font-family: "OpenSans-Semibold"; }
	.pro_list .ueeshop_responsive_products_filter_select .filter_option i { top: 30px; right: 30px; }
	.pro_list .ueeshop_responsive_products_list { margin-top: 62px; }
	.pro_list .ueeshop_responsive_products_list .new_table_list .table_tr { position: relative; border-top: 1px solid #cdddea; border-bottom: none; padding: 12px 195px 16px 30px; }
	.pro_list .ueeshop_responsive_products_list .new_table_list .table_tr.table_th { display: none; }
	.pro_list .ueeshop_responsive_products_list .new_table_list .table_tr:last-child { border-bottom: 1px solid #cdddea; }
	.pro_list .ueeshop_responsive_products_list .new_table_list .td { padding: 0 5px; }
	.pro_list .ueeshop_responsive_products_list .new_table_list .td.td_category, .pro_list .ueeshop_responsive_products_list .new_table_list .td.td_manufacturers, .pro_list .ueeshop_responsive_products_list .new_table_list .td.td_moq { display: none; }
	.pro_list .ueeshop_responsive_products_list .new_table_list .td { font-size: 28px; }
	.pro_list .ueeshop_responsive_products_list .new_table_list .td.td_model { width: 100%; line-height: 35px; }
	.pro_list .ueeshop_responsive_products_list .new_table_list .td.td_model .phone_mm { display: block; line-height: 22px; font-size: 20px; color: #333333; margin-top: 5px; }
	.pro_list .ueeshop_responsive_products_list .new_table_list .td.td_operation { position: absolute; width: 125px; top: 23px; right: 30px; padding: 0; }
	.pro_list .ueeshop_responsive_products_list .new_table_list .td.td_operation .list_inquiry_btn { max-width: 125px; width: 100%; line-height: 45px; font-size: 20px; }
	.pro_list .contenter .pro_num_show { display: none; }

	.product_detail_region .content_wrap { padding: 0; }
	.product_detail_region .ueeshop_responsive_products_detail .info .name { line-height: 28px; font-size: 23px; }
	.content_wrap .ueeshop_responsive_products_detail .gallery { box-sizing: border-box; padding: 0 30px; }
	.content_wrap .ueeshop_responsive_products_detail .info { padding: 0 30px; margin-top: 20px; }
	.content_wrap .ueeshop_responsive_products_detail .description .global_mtitle { padding: 0 30px 15px; }
	.content_wrap .ueeshop_responsive_products_detail .description .global_mtitle:after { right: 35px; }
	.content_wrap .ueeshop_responsive_products_detail .description .contents .editor_cnt { padding: 0 30px; }
	.content_wrap .ueeshop_responsive_products_inquiry_box { padding: 0 30px; }

	/*.article_region .detail_content { margin-top: 87px; }*/
	.detail_content .ueeshop_responsive_article_feedback { margin-top: 63px; }
	.detail_content .ueeshop_responsive_article_feedback { padding: 45px 26px 50px; }

	.info_region .info_wrap_list .inner_page_title { display: none; }
	.info_region .info_wrap_list .ueeshop_responsive_info_list { justify-content: space-between; -webkit-justify-content: space-between; margin-top: 10px; }
	.news .news_list .news_content .news_box .news_txt .news_title{padding-top: 10px;}
	.news .news_list .news_content .news_box .news_txt .news_time{padding-top: 10px;}
	.info_region .info_wrap_list .ueeshop_responsive_info_list .item { width: 100%; margin-right: 0; margin-bottom: 15px;padding: 20px; }
	.info_region .info_wrap_list .ueeshop_responsive_info_list .item .info { min-height: unset; }
	.info_region .info_wrap_list .ueeshop_responsive_info_list .item .info .title a { color: #0070ba; }
	.about_news .about_news_list .about_news_box{padding: 20px;margin-bottom: 15px;}
	.about_news .about_news_list .about_news_box .about_news_txt .about_news_title{padding-top: 10px;font-size: 16px;font-weight: normal;}
	.about_news .about_news_list .about_news_box .about_news_txt .about_news_text{font-size: 14px;line-height: 24px;}
	.about_news .about_news_list .about_news_box .about_news_txt .about_news_time{padding-top: 10px;}
	.info_detail_area .detail_content { margin: 30px auto 50px;}

	.case_region .case_wrap_list .inner_page_title { display: none; }
	.case_region .case_wrap_list .ueeshop_responsive_case_list { justify-content: space-between; -webkit-justify-content: space-between; margin-top: 10px; }
	.case_region .case_wrap_list .ueeshop_responsive_case_list .item { width: 48%; margin-right: 0; margin-bottom: 20px; }
	.case_region .case_wrap_list .ueeshop_responsive_case_list .item .info { min-height: unset; }
	.case_region .case_wrap_list .ueeshop_responsive_case_list .item .info .title a { color: #0070ba; }
	.case_detail_area .detail_content { margin: 30px auto 50px;}

	.downlaod_region .download_wrap_list { box-sizing: border-box; width: 100%; padding: 0 15px; border-top: 0; margin-top: 35px; margin-bottom: 50px; }
    .downlaod_region .download_wrap_list .ueeshop_responsive_download_list { margin-top: 11px; }
    .downlaod_region .download_wrap_list .ueeshop_responsive_download_list ul li { padding-top: 8px; margin-bottom: 0; }
    .downlaod_region .download_wrap_list .ueeshop_responsive_download_list ul li:first-child { padding-top: 8px; border-top: 1px solid #ddd; }
    .downlaod_region .download_wrap_list .ueeshop_responsive_download_list ul li .cate_name { height: 53px; line-height: 53px; font-size: 15px; }
    .downlaod_region .download_wrap_list .ueeshop_responsive_download_list ul li .cate_name::after { width: 18px; height: 18px; }
    .downlaod_region .download_wrap_list .ueeshop_responsive_download_list ul li .file_box .pdf_file { padding: 12px 0 21px 0; }
    .downlaod_region .download_wrap_list .ueeshop_responsive_download_list ul li .file_box .pdf_file .file_name { display: block; position: relative; font-size: 14px; padding-right: 85px; margin-top: 10px; }
    .downlaod_region .download_wrap_list .ueeshop_responsive_download_list ul li .file_box .pdf_file .file_name span { position: absolute; top: 0; right: 0; margin-left: 0; }
}

@media screen and (max-width: 550px) {
	.control_w { padding: 0 15px; }

	.index_public_title .lord_title { line-height: 28px; font-size: 20px; }
	.index_public_title .small_title { line-height: 25px; font-size: 14px; }
	
	.index_park_one { margin-top: 40px; }
	.index_park_one .pro_cate_nav .list .cate_title { height: 30px; line-height: 30px; font-size: 14px; padding: 0 10px; margin: 0 15px; }
	.index_park_one .pro_main { margin-top: 17px; }
	.index_park_one .pro_main .index_pro_list .p_item { padding: 10px; margin-bottom: 10px; }
	.index_park_one .pro_main .index_pro_list .p_item .img { width: 15.48%; padding-top: 15.48%; }
	.index_park_one .pro_main .index_pro_list .p_item .item_info { width: 80%; }
	.index_park_one .pro_main .index_pro_list .p_item .item_info .name { font-size: 14px; margin-top: 0; }
	.index_park_one .pro_main .index_pro_list .p_item .item_info .brief { line-height: 20px; font-size: 14px; margin-top: 2px; }
	.index_park_one .pro_main .index_pro_list .p_item .item_info .number { line-height: 20px; font-size: 14px; margin-top: 2px; }
	.index_park_one .pro_main .index_pro_list .p_item .item_info .price { font-size: 13px; margin-top: 4px; }
	.index_park_one .other_pro_cate { margin-top: 25px; }
	.index_park_one .other_pro_cate .title { font-size: 20px; }
	.index_park_one .other_pro_cate .brief { font-size: 14px; margin-top: 10px; }
	.index_park_one .other_pro_cate .list { width: 75%; margin-top: 20px; }
	.index_park_one .other_pro_cate .list a { font-size: 14px; padding-left: 22px; margin-bottom: 0; }
	.index_park_one .other_pro_cate .list a span { top: -1px; }
	
	.index_park_two { padding-top: 44px; padding-bottom: 50px; margin-top: 40px; }
	.index_park_two .index_public_title .small_title { margin-top: 35px; }
	.index_park_two .customize_box { margin-top: 40px; }
	.index_park_two .customize_box .cus_item_park .cus_item { margin-bottom: 10px; }
	.index_park_two .customize_box .cus_item_park .cus_item .info .info_content { padding: 2% 5.074%; }
	.index_park_two .customize_box .cus_item_park .cus_item .info .info_content .title { line-height: 27px; font-size: 18px; }
	.index_park_two .customize_box .cus_item_park .cus_item .info .info_content .brief { line-height: 17px; font-size: 13px; }

	.index_park_three { margin-top: 40px; }
	.index_park_three .list { margin-top: 24px; }

	.index_park_four { padding-top: 42px; padding-bottom: 52px; margin-top: 8px; }
	.index_park_four .news_list { margin-top: 45px; }
	.index_park_four .news_list .new_item { margin-top: 20px; }
	.index_park_four .news_list .new_item .new_content { padding: 10px; }
	.index_park_four .news_list .new_item .new_content .time { font-size: 12px; }
	.index_park_four .news_list .new_item .new_content .title { margin-top: 10px; }
	.index_park_four .news_list .new_item .new_content .title a { line-height: 20px; font-size: 14px; }
	.index_park_four .news_list .new_item .new_content .brief { line-height: 18px; font-size: 12px; }
	.index_park_four .news_list .new_item .new_content .read_more { font-size: 13px; margin-top: 20px; }

	#footer { padding-top: 35px; }
	#footer .footer_config { padding-bottom: 20px; }
	#footer .footer_config .footer_menu dl { margin-bottom: 13px; }
	#footer .footer_config .footer_menu dl dt { font-size: 18px; margin-bottom: 10px; }
	#footer .footer_config .footer_menu dl dd { font-size: 14px; margin-bottom: 5px; }
	#footer .footer_config .footer_nav .f_item { margin: 0 10px 15px; }

	.inner_planpic_search { height: 100px; }
	.inner_planpic_search .inner_name { line-height: 30px; font-size: 23px; padding: 10px 20px; }

	body .ueeshop_responsive_turn_page span { margin: 5px; }
	.product_region .pro_list .ueeshop_responsive_turn_page { padding: 0 15px; }

	.phone_pro_cate_list { height: 40px; line-height: 38px; font-size: 14px; }
	.phone_pro_cate_list a span { padding-left: 35px; }
	.phone_pro_cate_list a span::after { background-size: 14px; }

	.pro_list { margin-top: 25px; }
	.pro_list .contenter .cate_brief { padding: 0 15px; margin-top: 20px; }
	.pro_list .ueeshop_responsive_products_filter_select { height: 40px; line-height: 40px; padding: 0 15px; }
	.pro_list .ueeshop_responsive_products_filter_select .filter_option { font-size: 14px; }
	.pro_list .ueeshop_responsive_products_filter_select .filter_option i { top: 17px; right: 15px; }
	.pro_list .ueeshop_responsive_products_list { margin-top: 25px; }
	.pro_list .ueeshop_responsive_products_list .new_table_list .table_tr { padding: 5px 95px 6px 15px; }
	.pro_list .ueeshop_responsive_products_list .new_table_list .td { padding: 0; }
	.pro_list .ueeshop_responsive_products_list .new_table_list .td.td_model { line-height: 20px; font-size: 14px; }
	.pro_list .ueeshop_responsive_products_list .new_table_list .td.td_model .phone_mm { line-height: 17px; font-size: 13px; margin-top: 2px; }
	.pro_list .ueeshop_responsive_products_list .new_table_list .td.td_operation { width: 65px; top: 10px; right: 15px; }
	.pro_list .ueeshop_responsive_products_list .new_table_list .td.td_operation .list_inquiry_btn { line-height: 30px; font-size: 13px; }
	
	.content_wrap .ueeshop_responsive_products_detail .gallery { padding: 0 15px; }
	.content_wrap .ueeshop_responsive_products_detail .info { padding: 0 15px; }
	.content_wrap .ueeshop_responsive_products_detail .description .global_mtitle { padding: 0 15px 15px; }
	.content_wrap .ueeshop_responsive_products_detail .description .global_mtitle:after { right: 15px; }
	.content_wrap .ueeshop_responsive_products_detail .description .contents .editor_cnt { padding: 0 15px; }
	.content_wrap .ueeshop_responsive_products_inquiry_box { padding: 0 15px; }

	.inner_page_title { font-size: 23px; }
	.detail_content .ueeshop_responsive_article_feedback { margin-top: 20px; }
	.detail_content .ueeshop_responsive_article_feedback { padding: 33px 13px 40px; }
	.detail_content .ueeshop_responsive_article_feedback .rows .form_button { width: 159px; margin: 30px auto 0; }

	.article_region .detail_content { margin-top: 0; }
	.article_region .detail_content .ueeshop_responsive_article_detail { margin-bottom: 50px; }
}