
/*
 fixed                不占位
 scroll-top           头部触顶状态 -> 白字导航
 opacity_black        头部触顶状态2 -> 黑字导航
*/


#w004_index_header_11_nav{}
#w004_index_header_11_nav .head{height: var(--head_top_height);width: 100%;padding: 0 4%;transition: background-color .3s;border-bottom: 1px solid transparent;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);color: var(--head_fz_color);}
#header.fixed.scroll-top #w004_index_header_11_nav .head{border-bottom-color: rgba(255, 255, 255, 0.2);box-shadow: none;color: #fff;}
#header.fixed.scroll-top.opacity_black #w004_index_header_11_nav .head{color: #333;}



/* 背景色 */
#header_bg{height: var(--head_top_height);width: 100%;pointer-events: none;transition:background .3s;background: var(--head_bg_color);}
#header.fixed.scroll-top #header_bg{background: transparent;}


/* logo部分 */
#w004_index_header_11_nav .weblogo{height: 100%;overflow: hidden;}
#w004_index_header_11_nav .weblogo .logo_w{max-height: 90%;display: var(--head_logo_w);}
#w004_index_header_11_nav .weblogo .logo_b{max-height: 90%;display: var(--head_logo_b);}
#header.fixed.scroll-top #w004_index_header_11_nav .weblogo .logo_w{display: block;}
#header.fixed.scroll-top #w004_index_header_11_nav .weblogo .logo_b{display: none;}
#header.fixed.scroll-top.opacity_black #w004_index_header_11_nav .weblogo .logo_w{display: none;}
#header.fixed.scroll-top.opacity_black #w004_index_header_11_nav .weblogo .logo_b{display: block;}


/* 导航栏目 */
#w004_index_header_11_nav .head_nav{flex: 1;margin: 0 var(--paddingLeft);}
#w004_index_header_11_nav .head_nav .li{font-size: var(--font_1st_px);height: var(--head_top_height);border-bottom: 1px solid transparent;margin-left: var(--paddingLeft);transition: .3s ease-out;}
#w004_index_header_11_nav .head_nav .li > a{line-height: 2;}
#w004_index_header_11_nav .head_nav .li:first-of-type{margin-left: 0;}
#w004_index_header_11_nav .head_nav .li:hover,
#w004_index_header_11_nav .head_nav .li.cur{border-bottom-color: var(--hoverColor);color: var(--hoverColor);}
/* 对比导航 */
.w004_index_header_11_nav_width_compare{display: inline-flex;pointer-events: none;position: absolute;top: 0;left: 0;visibility: hidden;opacity: 0;}
.w004_index_header_11_nav_width_compare .head_nav{margin: 0 var(--paddingLeft);}
.w004_index_header_11_nav_width_compare .head_nav .li{font-size: var(--font_1st_px);margin-left: var(--paddingLeft);}
.w004_index_header_11_nav_width_compare .head_nav .li:first-of-type{margin-left: 0;}


/* 按钮部分 */
#w004_index_header_11_nav .head_btn{display: flex;align-items: center;font-size: 16px;}
#w004_index_header_11_nav .head_btn .api .svg {transition: .3s ease-out;}
#w004_index_header_11_nav .head_btn .api .img{margin-right: 10px;max-width: 80px;max-height: 80px;overflow: hidden;}
#w004_index_header_11_nav .head_btn .api .svg *{fill: var(--head_fz_color);}
#header.fixed.scroll-top #w004_index_header_11_nav .head_btn .api .svg *{fill: #fff;}
#header.fixed.scroll-top.opacity_black #w004_index_header_11_nav .head_btn .api .svg *{fill: #333;}



/* 移动端菜单按钮 */
#w004_index_header_11_nav .head .menu{display: none;padding: 30px 20px;position: relative;cursor: pointer;margin-right: -20px;}
#w004_index_header_11_nav .head .menu i{width: 36px;height: 2px;display: block;background: var(--head_fz_color);position: relative;transition: .3s;}
#w004_index_header_11_nav .head .menu i::before{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(-14px);transition: .3s;}
#w004_index_header_11_nav .head .menu i::after{display: block;content: '';width: 100%;height: 2px;background: var(--head_fz_color);position: absolute;top: 0;transform: translateY(14px);transition: .3s;}
#header.fixed.scroll-top #w004_index_header_11_nav .head .menu i,
#header.fixed.scroll-top #w004_index_header_11_nav .head .menu i::before,
#header.fixed.scroll-top #w004_index_header_11_nav .head .menu i::after{background: #fff;}
#header.fixed.scroll-top.opacity_black #w004_index_header_11_nav .head .menu i,
#header.fixed.scroll-top.opacity_black #w004_index_header_11_nav .head .menu i::before,
#header.fixed.scroll-top.opacity_black #w004_index_header_11_nav .head .menu i::after{background: #333;}



/*
 menu_expand    侧边栏展开状态
 pc_app         导航栏换行时，控制侧边栏按钮
*/


/* 菜单按钮    侧边栏展开  */
#header.menu_expand #w004_index_header_11_nav .head{box-shadow: none !important;border-bottom-color: transparent !important;}
#header.menu_expand #w004_index_header_11_nav .menu i{background: transparent !important;}
#header.menu_expand #w004_index_header_11_nav .menu i::before{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(45deg);}
#header.menu_expand #w004_index_header_11_nav .menu i::after{background: var(--head_fz_color) !important;transform: translateY(0px) rotateZ(-45deg);}
#header.menu_expand #w004_index_header_11_nav .head_btn{display: none;}


/* 控制侧边栏按钮    导航栏换行时 */
.w004_index_header_11.pc_app #w004_index_header_11_nav .head_nav {visibility: hidden;opacity: 0;}
.w004_index_header_11.pc_app #w004_index_header_11_nav .head .menu{display: block;}



@media only screen and (max-width: 1024px) { 
    #w004_index_header_11_nav .head_nav .li{margin: 0 8px;}
    #w004_index_header_11_nav .head_nav {display: none;}
    #w004_index_header_11_nav .head .menu{display: block;}
    #w004_index_header_11_nav .head_btn{flex: 1;justify-content: flex-end;}
}

@media only screen and (max-width: 900px) {
    #w004_index_header_11_nav .head_btn .search i {font-size: 26px;}
    #w004_index_header_11_nav .head_btn .language{margin-right: 20px;font-size: 20px;}
    #w004_index_header_11_nav .head_btn .language i {font-size: 26px;margin-right: 10px;}
}

@media only screen and (max-width: 750px) {
    #w004_index_header_11_nav .head{height: var(--head_top_height_app);}
    #w004_index_header_11_bg{height: var(--head_top_height_app);}
    
    #w004_index_header_11_nav .head .menu{padding: 30px;}
    #w004_index_header_11_nav .head .menu i{width: 46px;height: 3px;}
    #w004_index_header_11_nav .head .menu i::before{transform: translateY(-18px);height: 3px;}
    #w004_index_header_11_nav .head .menu i::after{transform: translateY(18px);height: 3px;}

    #w004_index_header_11_nav .head_btn .search i {font-size: var(--font-txt-S);}
    #w004_index_header_11_nav .head_btn .language{font-size: var(--font-txt-S);margin-right: 20px;}
    #w004_index_header_11_nav .head_btn .language i {font-size: var(--font-txt-S);margin-right: 10px;}
}
/* 全局 */
.w012_contact_us_address_10_wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}
@media screen and (max-width:750px) {
	.w012_contact_us_address_10_wrap {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}
}
/* 结束 */


#w012_contact_us_address_10 .box .item {width: 28.47%;padding: 3px 0 2px;}
#w012_contact_us_address_10 .box .item .icon{width: 45px;height: 45px;margin: 17px 10px 0 0;}
#w012_contact_us_address_10 .box .item .icon .svg{max-width: 50%;max-height: 50%;fill:var(--svgColor);}
#w012_contact_us_address_10 .box .item .icon .svg *{fill:var(--svgColor);}
#w012_contact_us_address_10 .box .item .name {font-size: 18px; color: #666666;padding-top: 27px;}
#w012_contact_us_address_10 .box .item .txt {font-size: 24px;color: #1a1a1a;line-height: 1.5;margin-top: 13px;margin-bottom: 69px;}

#w012_contact_us_address_10 .box .item .aa{position: relative;}
#w012_contact_us_address_10 .box .item .aa::before{content: '';position: absolute;bottom: -5px;width: 100%;background-color: #e6e6e6;height: 1px;opacity: 0.5;}

@media screen and (max-width:1024px) {
	#w012_contact_us_address_10 .box .item {width: 100%;border-bottom: 1px solid #e6e6e6;padding: 50px 0;align-items: center;}
}
@media screen and (max-width:750px) {
	#w012_contact_us_address_10 .content {margin-top: 50px;}
	#w012_contact_us_address_10 .box {display: block;}
	#w012_contact_us_address_10 .box .item .boxbig {width: 61.3%;text-align: left;}
	#w012_contact_us_address_10 .box .item .icon{width: 80px;height: 80px;}

	#w012_contact_us_address_10 .box .item:nth-of-type(2) {border: none;}
	#w012_contact_us_address_10 .box .item .m-pic img:nth-of-type(1) {display: none;}
	#w012_contact_us_address_10 .box .item .m-pic img:nth-of-type(2) {display: block;}
	#w012_contact_us_address_10 .box .item:nth-of-type(2),
	#w012_contact_us_address_10 .box .item {width: 100%;border-bottom: 1px solid #e6e6e6;padding: 30px 0;align-items: center;}
	#w012_contact_us_address_10 .box .item .txt {font-size:var(--font-txt-S);margin-bottom: 5px;line-height:var(--font-txt-L);margin-left: 10px;}
	#w012_contact_us_address_10 .box .item .name {font-size:var(--font-sma-S);margin-top: 5px;margin-bottom: 25px;}
	#w012_contact_us_address_10 .box .item .img {margin: 0 40px;width: 120px;height: 120px;}
}

/* 地图 */
#w012_contact_us_address_10 .map {height:450px;}
/* w005_contact_feedback_44 */
#w005_contact_feedback_44_form{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);}

#w005_contact_feedback_44_form .form{display: flex;flex-wrap: wrap;justify-content: space-between;}

#w005_contact_feedback_44_form .form .item{flex: 1 1 calc(50% - 25px);margin-top: 50px;}
#w005_contact_feedback_44_form .form .item:nth-child(even){margin-left: 50px;}
#w005_contact_feedback_44_form .form .item:last-of-type{flex: 2 1 100%;margin-left: 0;}

#w005_contact_feedback_44_form .form .item .tip{font-size: 16px;color: #626466;margin-bottom: 20px;display: flex;justify-content: space-between;align-items: center;}
/* 错误信息提示样式 */
#w005_contact_feedback_44_form .form .item .tip .error_tip{color: #cc0000;}

#w005_contact_feedback_44_form .form .item .input{height: 40px;border-bottom: 1px solid #E5E5E5;display: block;color: #333;transition: .3s;}
#w005_contact_feedback_44_form .form .item .input input{font-size: 20px;line-height: 40px;width: 100%;}

#w005_contact_feedback_44_form .form .item .textarea{height: 160px;border-bottom: 1px solid #E5E5E5;display: block;color: #333;transition: .3s;}
#w005_contact_feedback_44_form .form .item .textarea textarea{font-size: 20px;line-height: 40px;width: 100%;height: 100%;}

#w005_contact_feedback_44_form .form .submit{width: 190px; height: 60px; margin: 0 auto;margin-top: 50px; color: var(--btn_1st_font_color);background-color: var(--btn_1st_bg_color);border-radius:var(--btn_1st_border_radius);}
#w005_contact_feedback_44_form .form .submit input{font-size: 16px;}
#w005_contact_feedback_44_form .form .submit .submit_i{margin-left: 15px;font-size: 20px;transition: .3s;}


/* 表单聚焦颜色 */
#w005_contact_feedback_44_form .form .item .input.focus{border-bottom-color: var(--formColor);}
#w005_contact_feedback_44_form .form .item .textarea.focus{border-bottom-color: var(--formColor);}
/* 错误验证样式 */
#w005_contact_feedback_44_form .form .item .input.is-error{border-bottom-color: #cc0000;}
#w005_contact_feedback_44_form .form .item .textarea.is-error{border-bottom-color: #cc0000;}


@media (any-hover:hover){
	#w005_contact_feedback_44_form .form .submit:hover .submit_i{transform: translateX(10px);}
}


@media screen and (max-width:750px) {
	#w005_contact_feedback_44_form {padding-top: var(--appPaddingTop);padding-bottom: var(--appPaddingBottom);}

	#w005_contact_feedback_44_form .form{display: block;}
	#w005_contact_feedback_44_form .form .item{}
	#w005_contact_feedback_44_form .form .item:nth-child(even){margin-left: 0px;}

	#w005_contact_feedback_44_form .form .item .tip{font-size: var(--font-txt-S);}
	#w005_contact_feedback_44_form .form .item .tip .error_tip > i{font-size: var(--font-bri-S);}

	#w005_contact_feedback_44_form .form .item .input{height: auto;}
	#w005_contact_feedback_44_form .form .item .input input{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}

	#w005_contact_feedback_44_form .form .item .textarea{height: 200px;}
	#w005_contact_feedback_44_form .form .item .textarea textarea{font-size: var(--font-txt-S);line-height: var(--font-txt-L);}

	#w005_contact_feedback_44_form .form .submit{width: 100%; height: 70px;border-radius: 35px;margin: 0 auto;margin-top: 50px;}
	#w005_contact_feedback_44_form .form .submit input{font-size: var(--font-txt-S);}
	#w005_contact_feedback_44_form .form .submit .submit_i{font-size: var(--font-txt-S);}
}
.default_footer_0002_18Wrap{padding-top: var(--paddingTop);padding-bottom: var(--paddingBottom);background: var(--backgroundColor);}
@media (max-width: 768px) {
    .default_footer_0002_18Wrap{padding: var(--appPaddingTop) 0 var(--appPaddingBottom);}
}


#default_footer_0002_18{display: flex;justify-content: space-between;}
#default_footer_0002_18 .title{font-size: 30px;color: var(--titleFontColor);font-weight: 600;margin-bottom: 40px;}
#default_footer_0002_18 .left{max-width: 500px;}
#default_footer_0002_18 .left .dd{margin-bottom: 15px;font-size: 18px;color: var(--contactFontColor);line-height: 1.667;}
#default_footer_0002_18 .left .dd:last-child{margin-bottom: 0;}
#default_footer_0002_18 .left .dd:hover{color: var(--mainColor);}

#default_footer_0002_18 .links{display: flex;align-items: center;margin-top: 17px;}
#default_footer_0002_18 .links.hide{display: none;}
#default_footer_0002_18 .links .a{margin-right: 20px;width: 38px;height: 38px;border: 2px solid #92959D;border-radius: 50%;transition: .3s;}
#default_footer_0002_18 .links .a i{font-size: 20px;color: #fff;}
#default_footer_0002_18 .links .a:hover{background: var(--hoverFontColor);border-color: var(--hoverFontColor);}

#default_footer_0002_18 .nav{}
#default_footer_0002_18 .nav .item{font-size: 18px;color: var(--navFontColor);line-height: 1.667;margin-bottom: 15px;}
#default_footer_0002_18 .nav .item:last-child{margin-bottom: 0;}
#default_footer_0002_18 .nav .item .a:hover{color: var(--mainColor);}

#default_footer_0002_18 .right{width: 345px;}
#default_footer_0002_18 .right .txt{font-size: 18px;color: var(--newsletterTipsFontColor);line-height: 1.667;}
#default_footer_0002_18 .form{margin-top: 20px;}
#default_footer_0002_18 .form .input{width: 100%;height: 46px;border-radius: 23px;padding: 0 25px;background-color: var(--searchBgColor);font-size: 16px;color: var(--searchFontColor);margin-bottom: 25px;}
#default_footer_0002_18 .form .submit{width: 100%;height: 46px;background-color: var(--searchBtnBgColor);font-size: 18px;color: var(--searchBtnFontColor);border-radius: 23px;}
#default_footer_0002_18 .form .submit .ico{font-size: 24px;margin-left: 3px;}


@media (max-width: 1024px) {
    #default_footer_0002_18{flex-wrap: wrap;}

    #default_footer_0002_18 .right{width: 100%;margin-top: 30px;}
}
@media (max-width: 992px) {
    #default_footer_0002_18 .title{font-size: .227rem;margin-bottom: .303rem;}
    #default_footer_0002_18 .left{max-width: 3.788rem;}
    #default_footer_0002_18 .left .dd{margin-bottom: .114rem;font-size: .136rem;}

    #default_footer_0002_18 .links{margin-top: .129rem;}
    #default_footer_0002_18 .links .a{margin-right: .152rem;width: .288rem;height: .288rem;border-width: .015rem;}
    #default_footer_0002_18 .links .a i{font-size: .152rem;}

    #default_footer_0002_18 .nav .item{font-size: .136rem;margin-bottom: .114rem;}

    #default_footer_0002_18 .right{margin-top: .227rem;}
    #default_footer_0002_18 .right .txt{font-size: .136rem;}
    #default_footer_0002_18 .form{margin-top: .152rem;}
    #default_footer_0002_18 .form .input{height: .348rem;border-radius: .174rem;padding: 0 .189rem;font-size: .121rem;margin-bottom: .189rem;}
    #default_footer_0002_18 .form .submit{height: .348rem;font-size: .136rem;border-radius: .174rem;}
    #default_footer_0002_18 .form .submit .ico{font-size: .182rem;margin-left: .023rem;}
}


@media (max-width: 768px) {
    #default_footer_0002_18 .title{font-size: .36rem;margin-bottom: .4rem;}
    #default_footer_0002_18 .left{max-width: 100%;width: 100%;}
    #default_footer_0002_18 .left .dd{margin-bottom: .25rem;font-size: .3rem;}

    #default_footer_0002_18 .links{margin-top: .3rem;}
    #default_footer_0002_18 .links .a{margin-right: .3rem;width: .65rem;height: .65rem;border-width: .03rem;}
    #default_footer_0002_18 .links .a i{font-size: .36rem;}

    #default_footer_0002_18 .nav{width: 100%;margin-top: .4rem;}
    #default_footer_0002_18 .nav .item{font-size: .3rem;margin-bottom: .25rem;}

    #default_footer_0002_18 .right{margin-top: .4rem;}
    #default_footer_0002_18 .right .txt{font-size: .3rem;}
    #default_footer_0002_18 .form{margin-top: .25rem;}
    #default_footer_0002_18 .form .input{height: .65rem;border-radius: .325rem;padding: 0 .3rem;font-size: .3rem;margin-bottom: .3rem;}
    #default_footer_0002_18 .form .submit{height: .65rem;border-radius: .325rem;font-size: .3rem;}
    #default_footer_0002_18 .form .submit .ico{font-size: .36rem;margin-left: .046rem;}
}