@charset 'utf-8';

*{margin: 0; padding: 0;}
body{font-size: 14px; font-family: Arial; color: #353535; padding-top: 160px;}
a{text-decoration: none; color: #353535;}
ul li{list-style: none;}
img{vertical-align: middle;}
input,button,textarea{font-family: Arial; outline: none; vertical-align: middle;}

.container{margin: 0 auto;}
@media (min-width: 1400px) {
	.container{max-width: 1400px;}
}
@media (max-width: 1440px) {
	.container{box-sizing: border-box; padding: 0 20px;}
}
.clear{clear: both;}
.clearboth{content: ''; display: table; clear: both;}

.blue{color: #2d50ce;}

.webhead{width: 100%; height: 160px; background: #fff; position: fixed; left: 0; top: 0; z-index: 99;}
.webhead .top{background: #353535;}
.webhead .search{float: left; background: #fff; padding: 0 12px; border: solid #d6d6d6 1px; border-radius: 17px; margin: 8px 0;}
.webhead .search button{width: 32px; height: 32px; float: left; border: none; background: url("../images/search.png") center no-repeat; cursor: pointer;}
.webhead .search input{width: 320px; height: 32px; float: left; border: none;}
.webhead .top .media{float: right; margin-top: 13px;}
.webhead .top .media a{display: inline-block; vertical-align: top; margin: 0 10px;}
.webhead .top .media img{max-height: 24px;}

.webhead .logo{width: 12.86%; margin: 38px auto;}
.webhead .logo img{width: 100%;}

.webhead .getquote{float: right; margin-left: 30px;}
.webhead .getquote a{display: inline-block; line-height: 30px; color: #353535; padding: 0 26px; border: solid #353535 1px; border-radius: 16px;}

.webhead .menu.leftmenu{float: left;}
.webhead .menu.rightmenu{float: right;}
.webhead .menu ul li{float: left; text-transform: uppercase; line-height: 32px; padding: 0 16px;}
.webhead .menu ul li a{display: inline-block;}
.webhead .menu ul li a:hover{color: #0656b7;}

.webhead .lang{float: right; margin-left: 30px; position: relative;}
.webhead .lang p{font-size: 16px; line-height: 32px; padding-right: 20px; color: #353535; cursor: pointer; position: relative;}
.webhead .lang p::after{width: 0; height: 0; content: ''; border-top: solid #353535 5px; border-left: solid transparent 6px; border-right: solid transparent 6px; position: absolute; right: 0; top: 13px;}
.webhead .lang ul{width: max-content; display: none; background: #fff; border: solid #e8e8e8 1px; position: absolute; left: 50%; top: 32px; transform: translateX(-50%);}
.webhead .lang:hover ul{display: block;}
.webhead .lang ul li{line-height: 36px; padding: 0 15px;}

.webfoot{padding: 60px 0 50px; background: #353535;}
.webfoot .brand{width: 33%; float: left; margin-right: 5%;}
.webfoot .brand .flogo{max-width: 181px;}
.webfoot .brand .flogo img{max-width: 100%;}
.webfoot .brand .text{font-size: 16px; line-height: 28px; color: #fff; margin-top: 20px;}
.webfoot .fcontact{width: 26%; float: right;}
.webfoot .fcontact h4{font-size: 22px; line-height: 38px; color: #fff;}
.webfoot .fcontact p{font-size: 16px; line-height: 24px; color: #fff; padding: 9px 0;}
.webfoot .fcontact p a{color: #fff;}
.webfoot .fcontact p a:hover{color: #fff;}
.webfoot .social_media{margin-top: 30px;}
.webfoot .social_media a{display: inline-block; vertical-align: middle; margin-right: 20px;}
.webfoot .social_media img{max-height: 24px;}
.webfoot .fmenu{width: 36%; float: left;}
.webfoot .fmenu ul{width: 50%; float: left;}
.webfoot .fmenu ul h4{font-size: 22px; line-height: 38px; color: #fff;}
.webfoot .fmenu ul h4 a{color: #fff;}
.webfoot .fmenu ul li{font-size: 16px; line-height: 24px; padding: 9px 0;}
.webfoot .fmenu ul li a{color: #fff;}
.webfoot .fmenu ul li a:hover{color: #fff;}

.copyright{border-top: solid #aeaeae 1px; padding: 20px 0; background: #353535; color: #fff;}
.copyright .container{display: flex; justify-content: space-between;}

.common_banner{position: relative; overflow: hidden;}
.common_banner .picture{overflow: hidden;}
.common_banner .picture img{width: 100%;}
.common_banner .content{width: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%); color: #222;}
.common_banner .content .title{font-size: 36px; line-height: 50px; color: #fff;}
.common_banner .content .text{max-width: 620px; font-size: 16px; line-height: 24px; color: #fff; margin-top: 20px;}

.crumbs{padding: 20px 0; line-height: 32px; font-size: 16px; color: #666;}
.crumbs a{color: #666;}
.crumbs a:hover{color: #353535;}
.crumbs .current{color: #353535;}

.common_title{text-align: center; font-size: 48px; text-transform: uppercase;}

.common_quote{padding: 80px 0 90px;}
.common_quote .quote_content{margin-top: 30px; padding: 40px; background: #182b3c;}
.common_quote .quote_contact{width: 330px; float: left; padding-right: 20px;}
.common_quote .quote_contact .subtitle{font-size: 20px; color: #fff;}
.common_quote .quote_contact .title{font-size: 30px; line-height: 40px; color: #fff; margin-top: 20px;}
.common_quote .quote_contact .text{margin-top: 10px;}
.common_quote .quote_contact .text p{padding: 10px 5px 10px 32px; font-size: 18px; line-height: 36px; background: left center no-repeat; color: #fff;}
.common_quote .quote_contact .text p.tel{background-image: url("../images/tel.png");}
.common_quote .quote_contact .text p.phone{background-image: url("../images/phone.png");}
.common_quote .quote_contact .text p.email{background-image: url("../images/email.png");}
.common_quote .quote_contact .text p.fax{background-image: url("../images/fax.png");}
.common_quote .quote_contact .text a{color: #fff;}
.common_quote .inquiry_form{width: calc(100% - 350px); max-width: 820px; float: right;}
.common_quote .inquiry_form .input_list{width: 48%; float: left; margin: 0 4% 30px 0; position: relative;}
.common_quote .inquiry_form .input_list:nth-child(2n){margin-right: 0;}
.common_quote .inquiry_form .input_list input{width: 100%; height: 52px; font-size: 16px; box-sizing: border-box; padding: 0 13px; background: #fff; border: none; border-radius: 5px;}
.common_quote .inquiry_form .textarea_list{width: 100%; position: relative;}
.common_quote .inquiry_form .textarea_list textarea{width: 100%; line-height: 24px; box-sizing: border-box; padding: 13px; font-size: 16px; border: none; background: #fff; border-radius: 5px;}
.common_quote .inquiry_form .button_list{margin-top: 40px; text-align: center;}
.common_quote .inquiry_form .button_list input{width: 100%; height: 55px; font-size: 16px; border-radius: 8px; background: #4981b4; color: #fff; border: none; cursor: pointer; transition: all 0.3s;}

#myform .error{width: max-content; color: #f00; position: absolute; bottom: -70px; line-height: 30px; border: solid #0656b7 1px; padding: 10px; background: #fff; z-index: 8; border-radius: 5px;}
#myform .error::before{content: ''; border-bottom: solid #0656b7 10px; border-left: solid transparent 10px; border-right: solid transparent 10px; position: absolute; left: 13px; top: -10px;}
#myform .error::after{content: ''; border-bottom: solid #fff 10px; border-left: solid transparent 10px; border-right: solid transparent 10px; position: absolute; left: 13px; top: -8px;}
#myform .errorborder{border-color: #0656b7 !important;}
.common_success{padding: 80px 0; background: #f7f7f7;}
.common_success .title{text-align: center;}
.common_success .title h2{font-size: 30px;}
.common_success .goback{margin-top: 50px; text-align: center;} 
.common_success .goback a{display: inline-block; line-height: 50px; background: #0656b7; color: #fff; font-size: 18px; padding: 0 30px; border-radius: 6px;}

.common_page{text-align: center; padding: 30px 0;}
.common_page a{display: inline-block; line-height: 36px; border: solid #0656b7 1px; padding: 0 15px; margin: 0 8px;}
.common_page .current{display: inline-block; line-height: 36px; background: #0656b7; color: #fff; border: solid #0656b7 1px; padding: 0 13px; margin: 0 6px;}

/* 右边客服 */
.rightWindow{position: fixed; z-index: 99; right: 10px; bottom: 30%;}
.rightWindow li{width: 60px; height: 60px; position: relative; background: #ddd; transition: all 0.5s;}
.rightWindow li a{width: 60px; height: 60px; display: block;}
.rightWindow li .icon-font{width: 30px; height: 30px; background: url("../images/icon_right.png") no-repeat; position: absolute; left: calc(50% - 15px); top: calc(50% - 15px);}
.rightWindow li .icon-message{background-position: 0 0;}
.rightWindow li .icon-top{background-position: 0 -30px;}
.rightWindow li.backtop{cursor: pointer; margin-top: 1px;}
.rightWindow li:hover{background: #182b3c;}
.rightWindow li:hover .icon-message{background-position: -30px 0;}
.rightWindow li:hover .icon-top{background-position: -30px -30px;}
.gotop{display: none;}

/* 手机端 */
.mobileheader{display: none;}
.mfooter{display: none;}
@media (max-width: 960px) {
	body{font-size: 14px; padding-top: 61px; padding-bottom: 61px;}
	.container{padding: 0;}
	/* 头部 */
	.webhead{display: none;}
	.mobileheader{display: block; width: 100%; height: 60px; background: #fff; line-height: 60px; border-bottom: solid #e6e6e6 1px; position: fixed; left: 0; top: 0; z-index: 99;}
	.mobileheader .mobile_name{width: 70%; font-size: 16px; margin: 0 auto; text-align: center; line-height: 60px;}
	.mobileheader .mobile_name img{height: 30px; vertical-align: middle;}
	.mobileheader .mobile_navbtn{position: absolute; z-index: 10; top: 0; bottom: 0; right: 0; left: 0; margin: auto 0 auto 20px; width: 26px; height: 16px;}
	.mobileheader .mobile_navbtn span,
	.mobileheader .mobile_navbtn:after,
	.mobileheader .mobile_navbtn:before{display: block; height: 2px; width: 100%; background: #333; -webkit-transition: all .5s; transition: all .5s;}
	.mobileheader .mobile_navbtn span{margin: 6px 0;}
	.mobileheader .mobile_navbtn:after,
	.mobileheader .mobile_navbtn:before{content: ''; -webkit-transform-origin: 7.5%; transform-origin: 7.5%;}
	.mobileheader .mobile_navbtn.clicked span {-webkit-transform: translateX(-100%); transform: translateX(-100%); opacity: 0;}
	.mobileheader .mobile_navbtn.clicked:after{-webkit-transform: rotate(-45deg); transform: rotate(-45deg);}
	.mobileheader .mobile_navbtn.clicked:before{-webkit-transform: rotate(45deg); transform: rotate(45deg);}
	.mobileheader .mobile_menu{width: 100%; height: calc(100% - 61px); overflow-y: auto; display: none; background: #fff; position: fixed; left: 0; top: 61px;}
	.mobileheader .mobile_menu ul{}
	.mobileheader .mobile_menu ul li{font-size: 16px; line-height: 48px; border-bottom: solid #e6e6e6 1px;}
	.mobileheader .mobile_menu ul li a{display: inline-block; padding: 0px 20px;}
	.mobileheader .mobile_menu ul li i{float: right; margin: 20px 16px 0 0; border-top: 10px solid #666; border-left: 8px solid transparent; border-right: 8px solid transparent; transition: all 0.5s; position: relative;}
	.mobileheader .mobile_menu ul li i::after{content: ''; border-top: 10px solid #fff; border-left: 8px solid transparent; border-right: 8px solid transparent; position: absolute; left: -8px; top: -12px;}
	.mobileheader .mobile_menu ul li i.rotate{transform: rotate(180deg);}
	.mobileheader .mobile_menu ul li ul{display: none;}
	.mobileheader .mobile_menu ul li ul li{font-size: 15px; border-top: dashed #e6e6e6 1px; border-bottom: none; position: relative;}
	.mobileheader .mobile_menu ul li ul li::after{content: ''; border-left: solid #666 8px; border-top: solid transparent 5px; border-bottom: solid transparent 5px; position: absolute; left: 20px; top: 18px;}
	.mobileheader .mobile_menu ul li ul li a{margin-left: 1em;}
	.mobileheader .mobile_menu ul li ul li li::before{content: ''; border-left: solid #666 7px; border-top: solid transparent 4px; border-bottom: solid transparent 4px; position: absolute; left: 25px; top: 19px;}
	.mobileheader .mobile_menu ul li ul li li a{margin-left: 1.1em;}
	.mobileheader .mobile_menu ul li.language p{display: inline-block; padding: 0px 20px;}
	.mobileheader .mobile_menu ul li.language ul li i{float: none; margin: 0 6px 0 0; border: none; display: inline-block; vertical-align: middle;}
	.mobileheader .mobile_menu ul li.language ul li i::after{display: none;}
	.mobileheader .mobile_menu ul li.language ul li::after{display: none;}
	.mobileheader .mobile_menu ul li.language ul li a{margin: 0;}
	
	/* 搜索框 */
	.mobileheader .search{width: 30px; height: 30px; position: absolute; right: 15px; top: 15px;}
	.mobileheader .search .search_btn{width: 30px; height: 30px; background: url("../images/search.png") center no-repeat; cursor: pointer;}
	.mobileheader .search .search_box{width: 100%; height: 100%; background: #fff; box-sizing: border-box; padding: 10px; position: fixed; top: 0; right: -100%; opacity: 0; transition: all 0.3s; visibility: hidden; z-index: 11;}
	.mobileheader .search .search_box.show{right: 0; opacity: 1; visibility: visible;}
	.mobileheader .search .search_box input{width: 74%; height: 40px; float: left; border: solid #e8e8e8 1px; font-size: 14px; box-sizing: border-box; padding: 0 20px; background: #fff; border-radius: 20px 0 0 20px;}
	.mobileheader .search .search_box button{width: 60px; height: 40px; float: left; border: solid #e8e8e8 1px; background: url("../images/search.png") center no-repeat; border-radius: 0 20px 20px 0;}
	.mobileheader .search .search_box .close_btn{float: right; padding: 0 6px; line-height: 40px; font-size: 22px; color: #333;}
	
	.rightWindow{display: none;}
	
	.webfoot{padding: 30px 15px;}
	.webfoot .brand{width: 100%; float: none; margin-right: 0;}
	.webfoot .brand .flogo{max-width: 181px;}
	.webfoot .brand .flogo img{max-width: 100%; height: 30px;}
	.webfoot .brand .text{font-size: 16px; line-height: 28px; margin-top: 20px;}
	.webfoot .social_media{margin-top: 20px;}
	.webfoot .fcontact{display: none;}
	.webfoot .fmenu{display: none;}
	
	.copyright{padding: 15px 10px;}
	.copyright .container{display: block;}
	.copyright p{padding: 5px 0; line-height: 20px;}
	
	.mfooter{width: 100%; display: block; background: #1c1c1c; position: fixed; left: 0; bottom: 0; z-index: 10;}
	.mfooter ul{display: flex;}
	.mfooter ul li{width: 25%; text-align: center;}
	.mfooter ul li a{display: block; padding: 10px 0 8px; color: #fff;}
	.mfooter ul li i{width: 40px; height: 28px; display: inline-block; vertical-align: middle; background: url("../images/mfooter.png") no-repeat;}
	.mfooter ul li.home i{background-position: 0 0;}
	.mfooter ul li.products i{background-position: -40px 0;}
	.mfooter ul li.phone i{background-position: -80px 0}
	.mfooter ul li.contact i{background-position: -120px 0;}
	.mfooter ul li p{line-height: 20px;}
	
	.gotop{width: 30px; height: 30px; display: block; background: rgb(255, 255, 255, 0.5); border: solid #e5e5e5 1px; position: fixed; right: 6px; bottom: 90px; text-align: center; z-index: 10;}
	.gotop::after{content: ''; border-bottom: solid #3343a8 12px; border-left: solid transparent 8px; border-right: solid transparent 8px; position: absolute; left: 7px; top: 7px;}
	
	.common_title{font-size: 20px;}
	
	.crumbs{padding: 10px 15px; font-size: 14px;}
	
	.common_banner .picture{overflow: hidden;}
	.common_banner .picture img{width: auto; height: 200px;}
	.common_banner .content{box-sizing: border-box; padding: 20px;}
	.common_banner .content .title{font-size: 20px; line-height: 32px;}
	.common_banner .content .text{max-width: 100%; margin-top: 10px;}
	
	
	.common_quote{padding: 30px 0 0;}
	.common_quote .quote_content{margin-top: 20px; padding: 20px;}
	.common_quote .quote_contact{width: 100%; float: none; padding-right: 0;}
	.common_quote .quote_contact .subtitle{font-size: 16px;}
	.common_quote .quote_contact .title{font-size: 20px; line-height: 30px; margin-top: 10px;}
	.common_quote .quote_contact .text{margin-top: 10px;}
	.common_quote .quote_contact .text p{padding: 5px 5px 5px 32px; font-size: 16px; line-height: 30px;}
	.common_quote .quote_contact .text p.phone{background-size: 16px; background-position: 2px center;}
	.common_quote .quote_contact .text p.fax{background-size: 20px;}
	.common_quote .inquiry_form{width: 100%; float: none; margin-top: 20px;}
	.common_quote .inquiry_form .input_list{width: 100%; margin: 0 0 10px 0; position: relative;}
	.common_quote .inquiry_form .input_list input{height: 42px; font-size: 14px;}
	.common_quote .inquiry_form .textarea_list textarea{height: 120px; line-height: 20px; font-size: 14px;}
	.common_quote .inquiry_form .button_list{margin-top: 20px;}
	.common_quote .inquiry_form .button_list input{height: 36px; padding: 0 20px; font-size: 14px; border-radius: 4px;}
}

/* 编辑器模板 */
.hs_template_1{width:100%;max-width:1400px;height:auto;margin:auto auto 20px auto;font-size:16px;clear:both;display: inline-block;}
.hs_template_1>ul,.hs_template_1>ul>li{list-style:none;margin: 0;padding: 0;}
.hs_template_1>ul>li{width:32.4%;margin-right:1.4%;float:left;}
.hs_template_1>ul>li:nth-child(3n){margin-right:0;}
.hs_template_1>ul>li:nth-child(3n+1){clear: both;}
.hs_template_1>ul>li .hs_img{width:100%;height:auto;margin-bottom:20px;}
.hs_template_1>ul>li .hs_img img{max-width:100%;height:auto;}
.hs_template_1>ul>li .hs_title{font-size:1.375em;font-weight:bold;margin-bottom:20px;}
.hs_template_1>ul>li .hs_title a{color:#000}
.hs_template_1>ul>li .hs_desc{font-size:1em;line-height:1.6;margin-bottom:20px;display: inline-block;}
.hs_template_1>ul>li .hs_link a{color:#0090ff;font-size:1em;}
@media(max-width:1300px){
	.hs_template_1{font-size:14px;}
}
@media(max-width:1200px){
	.hs_template_1{font-size:12px;}
}

.hs_template_2{width:100%;max-width:1400px;height:auto;margin:auto auto 20px auto;font-size:16px;clear:both;display: inline-block;}
.hs_template_2>ul,.hs_template_2>ul>li{list-style:none;margin: 0;padding: 0;}
.hs_template_2>ul>li{width:23.95%;margin-right:1.4%;float:left;}
.hs_template_2>ul>li:nth-child(4n){margin-right:0;}
.hs_template_2>ul>li:nth-child(4n+1){clear: both;}
.hs_template_2>ul>li .hs_img{width:100%;height:auto;margin-bottom:20px;}
.hs_template_2>ul>li .hs_img img{max-width:100%;height:auto;}
.hs_template_2>ul>li .hs_title{font-size:1.375em;font-weight:bold;margin-bottom:20px;}
.hs_template_2>ul>li .hs_title a{color:#000}
.hs_template_2>ul>li .hs_desc{font-size:1em;line-height:1.6;margin-bottom:20px;display: inline-block;}
.hs_template_2>ul>li .hs_link a{color:#0090ff;font-size:1em;}
@media(max-width:1300px){
	.hs_template_2{font-size:14px;}
}
@media(max-width:1200px){
	.hs_template_2{font-size:12px;}
}

.hs_template_3{width:100%;max-width:1400px;height:auto;margin:auto auto 20px auto;font-size:16px;clear:both;display:inline-block;}
.hs_template_3>ul,.hs_template_3>ul>li{list-style:none;margin:0;padding:0;}
.hs_template_3>ul>li{width:52.14%;margin-right:1.4%;float:left;}
.hs_template_3>ul>li:nth-child(2n){margin-right:0;width:46.46%;}
.hs_template_3>ul>li:nth-child(2n+1){clear: both;}
.hs_template_3>ul>li img{width:100%;height:auto;}
.hs_template_3>ul>li .hs_title{font-size:1.375em;font-weight:bold;margin:10px auto 10px auto;}
.hs_template_3>ul>li .hs_title a{color:#000}
.hs_template_3>ul>li .hs_desc{font-size:1em;line-height:1.6;margin-bottom:20px;display: inline-block;}
.hs_template_3>ul>li .hs_link a{color: #ffffff;font-size: 1em;background-color: #4054b2;padding: 12px 30px 12px 30px; border-radius: 5px;}

@media(max-width:1300px){
	.hs_template_3{font-size:14px;}
}
@media(max-width:1200px){
	.hs_template_3{font-size:12px;}
}

.hs_template_4{width:100%;max-width:1400px;height:auto;margin:auto auto 20px auto;font-size:16px;clear:both;display:inline-block;}
.hs_template_4>ul,.hs_template_4>ul>li{list-style:none;margin:0;padding:0;}
.hs_template_4>ul>li{width:44.42%;margin-right:2.85%;float:left;}
.hs_template_4>ul>li:nth-child(2n){margin-right:0;width:52.73%;}
.hs_template_4>ul>li:nth-child(2n+1){clear:both;}
.hs_template_4>ul>li img{width:100%;height:auto;}
.hs_template_4>ul>li .hs_title{font-size:1.375em;font-weight:bold;margin:10px auto 10px auto;}
.hs_template_4>ul>li .hs_title a{color:#000}
.hs_template_4>ul>li .hs_desc{font-size:1em;line-height:1.6;margin-bottom:20px;display: inline-block;}
.hs_template_4>ul>li .hs_desc p{position: relative;text-indent: 1em;}
.hs_template_4>ul>li .hs_desc p::before {content: "";display: block;width: 6px;height: 6px;background-color: #4054b2;position: absolute;left: 0;top: 9px; border-radius: 50%;}
.hs_template_4>ul>li .hs_link{clear:both;}
.hs_template_4>ul>li .hs_link a{color: #ffffff;font-size: 1em;background-color: #4054b2;padding: 12px 30px 12px 30px; border-radius: 5px;}

@media(max-width:1300px){
	.hs_template_4{font-size:14px;}
}
@media(max-width:1200px){
	.hs_template_4{font-size:12px;}
}


@media (max-width:960px) {
	.hs_template_2>ul>li{width:49%;margin-right:2%;}
	.hs_template_2>ul>li:nth-child(2n){margin-right:0;}
	.hs_template_2>ul>li:nth-child(2n+1){clear: both;}

	.hs_template_3>ul>li{width:100%;margin-right:0%;float:left;}
	.hs_template_3>ul>li:nth-child(2n){margin-right:0;width:100%; margin-top: 20px;}
	.hs_template_3>ul>li:nth-child(2n+1){clear: both;}
	.hs_template_3>ul>li img{width:100% !important;height:auto !important;}
	.hs_template_3>ul>li .hs_title{font-size:1.375em;font-weight:bold;margin:10px auto 10px auto;}
	.hs_template_3>ul>li .hs_title a{color:#000}
	.hs_template_3>ul>li .hs_desc{font-size:1em;line-height:1.6;margin-bottom:20px;display: inline-block;}
	
	.hs_template_4>ul>li{width:100%;margin-right:0%;float:left;}
	.hs_template_4>ul>li:nth-child(2n){margin-right:0;width:100%;}
	.hs_template_4>ul>li:nth-child(2n+1){clear:both;}
	.hs_template_4>ul>li img{width:100% !important; height:auto !important;}
	.hs_template_4>ul>li .hs_title{font-size:1.375em;font-weight:bold;margin:10px auto 10px auto;}
	.hs_template_4>ul>li .hs_title a{color:#000}
	.hs_template_4>ul>li .hs_desc{font-size:1em;line-height:1.6;margin-bottom:20px;display: inline-block;}
	.hs_template_4>ul>li .hs_desc p{position: relative;text-indent: 1em;}
	.hs_template_4>ul>li .hs_desc p::before {content: "";display: block;width: 6px;height: 6px;background-color: #4054b2;position: absolute;left: 0;top: 6px; border-radius: 50%;}
	.hs_template_4>ul>li .hs_link{clear:both;}
}


/* 浮窗留言板 */
.hs-modal-inquiry {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2147483646;
	width: 100vw;
	height: 100vh;
	background-color: #05080a;
}
.hs-modal-form {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2147483647;
	display: none;
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	outline: 0;
}
.hs-fade-inquiry-fast {
	transition: opacity .15s linear;
}
.hs-modal-form-dialog {
	position: relative;
	width: auto;
	margin: .5rem;
	pointer-events: none;
}
.hs-modal-form-dialog-centered {
	display: flex;
	align-items: center;
	min-height: calc(100% - 1rem);
}

@media (min-width: 576px) {
	.hs-modal-form-dialog {
		max-width: 1068px;
		margin: 1.75rem auto;
		width: 80%;
	}
	.hs-modal-form-dialog-centered {
		min-height: calc(100% - 3.5rem);
	}
}
.hs-modal-form.hs-fade-inquiry-fast .hs-modal-form-dialog {
	transition: transform .3s ease-out;
	transform: translateY(-50px);
}
.hs-modal-form.hs-show-inquiry-fast {
	display: none;
}
.hs-modal-form.hs-show-inquiry-fast .hs-modal-form-dialog {
	transform: none;
}
.hs-modal-inquiry.hs-fade-inquiry-fast {
	opacity: 0;
	display: none;
}
.hs-modal-inquiry.hs-show-inquiry-fast {
	opacity: 0.5;
	display: none;
}
.hs-modal-inquiry.hs-show-inquiry-fast.done-show {
	display: block
}
.hs-modal-form.hs-show-inquiry-fast.done-show {
	display: block;
}
.hs-modal-form-content-hs {
	position: relative;
	display: flex;
	flex-direction: column;
	width: 100%;
	pointer-events: auto;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #e0e5eb;
	border-radius: 8px;
	outline: 0;
	margin: 0 5px;
}
.hs-modal-form-header {
	display: flex;
	flex-shrink: 0;
	align-items: center;
	justify-content: space-between;
	padding: 20px 20px 0 20px;
	border-bottom: 1px solid #e0e5eb;
	border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	justify-content: center;
	flex-wrap: wrap;
	position: relative;
}
.hs-modal-form-header span:nth-child(2) {
	float: right;
}
.hs-modal-form-header span img {
	width: 15px;
	height: auto;
}
.hs-modal-form-title {
	font-family: Montserrat, sans-serif;
	font-weight: 700;
	font-size: 26px;
	line-height: 1.4;
	width: 96%;
	text-align: center;
	padding-left: 2%;
	padding-right: 2%;
	margin-bottom: 1rem;
}
.hs-modal-form-body {
	position: relative;
	flex: 1 1 auto;
	padding: 25px;
	box-sizing: border-box;
	width: 100%;
}
.hs-modal-form-body ul {
	margin: 0;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.hs-modal-form-body ul li {
	list-style: none;
	width: 48%;
	margin-bottom: 6px;
}
.hs-modal-form-body ul li.hs-inquiry-message {
	width: 100%;
}
.hs-modal-form-body ul li textarea {
	width: 96%;
	padding: 2%;
	font-size: 14px;
	border-radius: 6px;
	border: 1px solid #CCC;
	outline: none;
	transition: all 0.3s;
}
.hs-modal-form-body ul li * {
	max-width: 100%;
}
.hs-modal-form-body .hs-inquiry-consentText a {
	font-weight: 700;
	color: #05080a;
	text-decoration: underline;
}
.hs-inquiry-btn {
	height: 40px;
	font-size: 16px;
	min-width: 4rem;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	white-space: nowrap;
	text-decoration: none;
	flex-shrink: 0;
	overflow: hidden;
	line-height: 1;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	padding: 0 2rem 0 2rem;
}
.hs-inquiry-primary {
	background-color: #345aca;
	color: #fff;
	cursor: pointer;
	border: 0;
	transition: all 0.3s;
}
.hs-inquiry-primary:hover {
	background-color: #5d7bd5;
	border: 0;
	color: #fff;
}
.hs-modal-form-body .hs-inquiry-consentText {
	font-size: 14px;
	margin: 0;
	padding: 0;
}
.hs-inquiry-primary:disabled {
	color: #fff;
	background-color: #ffa7a6;
	border-color: #ffa7a6
}
.hs-modal-form-header .hs-modal-form-title .hs-modal-close {
	float: right;
	cursor: pointer;
	background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBzdGFuZGFsb25lPSJubyI/Pgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDIwMDEwOTA0Ly9FTiIKICJodHRwOi8vd3d3LnczLm9yZy9UUi8yMDAxL1JFQy1TVkctMjAwMTA5MDQvRFREL3N2ZzEwLmR0ZCI+CjxzdmcgdmVyc2lvbj0iMS4wIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciCiB3aWR0aD0iMjAuMDAwMDAwcHQiIGhlaWdodD0iMjEuMDAwMDAwcHQiIHZpZXdCb3g9IjAgMCAyMC4wMDAwMDAgMjEuMDAwMDAwIgogcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQgbWVldCI+Cgo8ZyB0cmFuc2Zvcm09InRyYW5zbGF0ZSgwLjAwMDAwMCwyMS4wMDAwMDApIHNjYWxlKDAuMTAwMDAwLC0wLjEwMDAwMCkiCmZpbGw9IiMwMDAwMDAiIHN0cm9rZT0ibm9uZSI+CjxwYXRoIGQ9Ik0wIDE5NyBjMCAtNyAxOCAtMzEgNDAgLTUyIGw0MCAtMzkgLTQwIC00MSBjLTM3IC0zNyAtNTEgLTY1IC0zMwotNjUgNCAwIDI3IDE5IDUwIDQyIGw0MyA0MiA0MyAtNDIgYzIzIC0yMyA0NiAtNDIgNTAgLTQyIDE4IDAgMyAzMCAtMzMgNjUKbC00MCAzOSA0MCA0MSBjMzcgMzcgNTEgNjUgMzMgNjUgLTQgMCAtMjcgLTE5IC01MCAtNDIgbC00MyAtNDIgLTQzIDQyIGMtNDUKNDQgLTU3IDUwIC01NyAyOXoiLz4KPC9nPgo8L3N2Zz4K');
	width: 18px;
	height: 19px;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 18px 19px;
	margin-top: 8px
}
.hs-modal-form-header .hs-modal-form-title .hs-modal-close:hover {
	opacity: 0.5
}
 .hs-modal-form-body .form-control:invalid, .form-control.is-invalid {
 border-color: #ef4444;
 padding-right: 45px;
 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23ef4444'%3e%3cpath d='M7.643 13.535L10 11.178l2.357 2.357 1.178-1.178L11.178 10l2.357-2.357-1.178-1.178L10 8.822 7.643 6.465 6.465 7.643 8.822 10l-2.357 2.357 1.178 1.178zM10 18.333c4.595 0 8.333-3.738 8.333-8.333S14.595 1.667 10 1.667 1.667 5.405 1.667 10 5.405 18.333 10 18.333zm0-15c3.676 0 6.667 2.991 6.667 6.667S13.676 16.667 10 16.667 3.333 13.676 3.333 10 6.324 3.333 10 3.333z'/%3e%3c/svg%3e");
 background-repeat: no-repeat;
background-position: right 12px center;
	background-size: 20px 20px;
}
.hs-modal-form-body .form-control:valid, .form-control.is-valid {
 border-color: #22c55e;
 padding-right: 45px;
 background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%2322c55e'%3e%3cpath d='M10 1.667c-4.595 0-8.333 3.738-8.333 8.333S5.405 18.333 10 18.333s8.333-3.738 8.333-8.333S14.595 1.667 10 1.667zm0 15c-3.676 0-6.667-2.991-6.667-6.667S6.324 3.333 10 3.333 16.667 6.324 16.667 10 13.676 16.667 10 16.667zm-1.668-5.345L6.416 9.41 5.24 10.59l3.094 3.088 5.588-5.588-1.178-1.178-4.412 4.412z'/%3e%3c/svg%3e");
 background-repeat: no-repeat;
background-position: right 12px center;
	background-size: 20px 20px;
}
.hs-modal-form-body .form-control:valid:not(:required):not(.btn), .is-valid:not(:required):not(.btn) {
 border-color: #d4d7e5 !important;
 background-image: none;
}
 .hs-modal-form-body :valid:not(:required):not(.btn):focus, .is-valid:not(:required):not(.btn):focus {
 box-shadow: inset 0 0 0 rgb(0 0 0 / 0%), 0 0.5rem 1.125rem -0.5rem #d3d3d3;
}
.hs-modal-form-body ::-webkit-input-placeholder {
 color: #565973 !important;
 font-weight: 500;
}
.hs-modal-form-body .form-control {
	color: #565973;
	border: 1px solid #d4d7e5;
	outline: none;
	transition: all 0.3s;
	display: block;
	width: 100%;
	box-sizing: border-box;
}
.hs-modal-form-body :valid:required:focus {
 border-color: #d4d7e5;
 box-shadow: inset 0 0 0 rgb(0 0 0 / 0%), 0 0.5rem 1.125rem -0.5rem #d3d3d3;
 background-image: none;
}
.hs-modal-form-body :invalid:required:focus {
 border-color: #d4d7e5;
 box-shadow: inset 0 0 0 rgb(0 0 0 / 0%), 0 0.5rem 1.125rem -0.5rem #d3d3d3;
 background-image: none;
}
 .hs-modal-form-body textarea.form-control:valid, textarea.form-control.is-valid {
 padding-right: calc(1.6em + 1.25rem);
 background-position: top calc(0.4em + 0.3125rem) right calc(0.4em + 0.3125rem)
}
 .hs-modal-form-body .form-select:valid, .form-select.is-valid {
 border-color: #22c55e
}
.hs-modal-form-body label span {
	color: red;
}
.hs-modal-form-body label {
	font-weight: 600;
	font-size: 13px;
	margin: 0 0 5px 4px;
	line-height: 1.4;
	display: inline-block;
	width: 100%;
}
.hs-modal-form-body input {
	border-radius: 18px;
	border: 1px solid #d4d7e5;
	color: #565973;
	font-weight: 500;
	min-height: calc(1.6em);
	padding:10px 20px 10px 20px;
	font-size: 14px;
}
.hs-modal-form-footer {
	display: flex;
	flex-wrap: wrap;
	flex-shrink: 0;
	align-items: center;
	justify-content: center;
	padding: 10px 0 20px 0;
	border-bottom-right-radius: 7px;
	border-bottom-left-radius: 7px;
}
.hs-modal-form-body .invalid-tips{
	height: 18px;
	line-height: 18px;
	padding-left: 13px;
	font-size: 12px;
	color: #ef4444;
}
.hs-modal-form-body .invalid-tips div{
	visibility: hidden;
	display: none;
}
.hs-modal-form-body .invalid-tips .invalid-show {
	display: block;
	visibility: visible;
}

@media(max-width:960px) {
	.hs-modal-form-header .hs-modal-form-title {
		font-size: 20px;
	}
	.hs-modal-form-body ul li {
		width: 100%;
	}
}