@charset 'utf-8';

*{margin: 0; padding: 0;}
body{font-size: 14px; font-family: 'Poppins', Arial; padding-top: 166px;}
a{text-decoration: none; color: #333;}
li{list-style: none;}
img{vertical-align: middle;}
input,button,textarea{font-family: 'Poppins'; outline: none; vertical-align: middle;}

@font-face {
	font-family: 'Poppins';
	src: url('font/Poppins.TTF');
}
@font-face {
	font-family: 'Poppins Light';
	src: url('font/Poppins-Light.TTF');
}
@font-face {
	font-family: 'Poppins Bold';
	src: url('font/Poppins-Bold.TTF');
}
@font-face {
	font-family: 'Poppins SemiBold';
	src: url('font/Poppins-SemiBold.TTF');
}
@font-face {
	font-family: 'Poppins Medium';
	src: url('font/Poppins-Medium.TTF');
}


.container{margin: 0 auto;}
@media (min-width: 1400px) {
	.container{max-width: 1400px;}
}
.clear{clear: both;}
.clearboth{content: ''; display: table; clear: both;}

.webhead{width: 100%; background: #fff; border-bottom: solid #f2f2f2 1px; position: fixed; top: 0; z-index: 99;}
.webhead .top{padding: 15px 0; line-height: 70px; font-size: 16px; background: #009ca3; color: #fff;}
.webhead .logo{max-width: 340px; float: left;}
.webhead .logo img{max-width: 100%; display: inline-block;}
.webhead .tel{float: right; background: url('../images/tel.png') left center no-repeat; background-size: 23px; padding-left: 33px;}
.webhead .email{float: right; background: url("../images/email.png") left center no-repeat; background-size: 24px; padding-left: 33px; margin-left: 30px;}
.webhead .email a{display: block; color: #fff;}
.webhead .lang{float: right; margin-top: 12px; margin-left: 30px; position: relative;}
.webhead .lang p{font-size: 18px; line-height: 46px; padding-right: 16px; cursor: pointer; position: relative;}
.webhead .lang p::before{content: ''; border-top: solid #fff 7px; border-left: solid transparent 6px; border-right: solid transparent 6px; position: absolute; right: 0; top: 20px;}
.webhead .lang p::after{content: ''; border-top: solid #009ca3 7px; border-left: solid transparent 6px; border-right: solid transparent 6px; position: absolute; right: 0; top: 18px;}
.webhead .lang ul{width: max-content; background: #fff; border-top: solid #e8e8e8 1px; position: absolute; left: 50%; top: 100px; transform: translateX(-50%); opacity: 0; visibility: hidden;}
.webhead .lang:hover ul{top: 46px; opacity: 1; visibility: visible; transition: all 0.3s;}
.webhead .lang ul li{line-height: 36px; padding: 0 15px;}
.webhead .menu{float: left;}
.webhead .menu ul{}
.webhead .menu>ul>li{float: left; font-size: 16px; margin-right: 40px; position: relative;}
.webhead .menu>ul>li{height: 65px;}
.webhead .menu>ul>li>a{display: inline-block; line-height: 63px; padding-bottom: 2px;}
.webhead .menu>ul>li:hover>a{color: #009ca3; border-bottom: solid #009ca3 2px; padding-bottom: 0;}
.webhead .menu ul li.downbtn i{display: inline-block; vertical-align: middle; border-top: solid #6b6b6b 8px; border-left: solid transparent 7px; border-right: solid transparent 7px; position: relative;}
.webhead .menu ul li.downbtn i::after{content: ''; border-top: solid #fff 8px; border-left: solid transparent 7px; border-right: solid transparent 7px; position: absolute; top: -10px; left: -7px;}
.webhead .downlist{width: max-content; min-width: 100%; background: #fff; border: solid #f2f2f2 1px; padding: 10px 0; position: absolute; left: 50%; top: 65px; transform: translateX(-50%);  display: none;}
.webhead .downlist li{float: none !important; line-height: 34px;}
.webhead .downlist li a{display: block; padding: 0 20px;}
.webhead .downlist li a:hover{color: #009ca3;}
.webhead .downmenu{width: 100%; max-height: calc(100% - 165px); overflow-y: auto; background: #fff; border: solid #f2f2f2 1px; padding: 20px 0; position: fixed; top: 165px; left: 0; display: none; z-index: 99;}
.webhead .downmenu .category{display: flex; flex-wrap: wrap; justify-content: space-between;}
.webhead .downmenu .category .clist{width: 25%; box-sizing: border-box; padding: 20px; position: relative; overflow: hidden;}
.webhead .downmenu .category .clist .picture{height: 120px; text-align: center; overflow: hidden;}
.webhead .downmenu .category .clist .picture img{height: 100%;}
.webhead .downmenu .category .clist .title{font-size: 16px; text-align: center; font-family: 'Poppins Medium'; margin-top: 10px;}
.webhead .downmenu .category .clist:hover .title a{color: #009ca3;}
.webhead .downmenu .category .clist .plist{display: none;}
/* .webhead .downmenu .category .clist .plist{width: 100%; height: 100%; box-sizing: border-box; padding: 10px 0; position: absolute; background: rgba(0, 0, 0, 0.7); transition: all 0.5s; left: 0; opacity: 0; top: 100%;}
.webhead .downmenu .category .clist .plist a{display: block; font-size: 14px; line-height: 18px; color: #fff; padding: 6px 20px;}
.webhead .downmenu .category .clist:hover .plist{opacity: 1; top: 0;}
.webhead .downmenu .category .clist:hover .plist h4{font-size: 15px;}
.webhead .downmenu .category .clist:hover .plist h4 a{color: #009ca3;}
.webhead .downmenu .category .clist:hover .plist a:hover{color: #009ca3;} */

.webhead .quote{float: right; margin: 12px 0 0 26px;}
.webhead .quote a{display: block; font-size: 16px; line-height: 42px; padding: 0 23px; background: #444; color: #fff; border-radius: 6px;}

.webhead .search{width: 30px; height: 30px; float: right; margin: 20px 0 0 26px;}
.webhead .search .search_btn{width: 30px; height: 30px; background: url("../images/search.png") center no-repeat; background-size: 24px; cursor: pointer;}
.webhead .search .search_windows{width: 100%; height: 100%; background: rgba(0, 0, 0, 0.6); position: fixed; left: 0; top: 0; z-index: 99; display: none;}
.webhead .search .search_windows.show{display: block;}
.webhead .search .search_windows .close_layer{width: 100%; height: 100%; position: absolute; left: 0; top: 0;}
.webhead .search .search_windows .search_form{width: 460px; height: 42px; box-sizing: content-box; padding: 50px; margin: 200px auto 0; background: #fff; position: relative;}
.webhead .search .search_windows .search_form input{width: 320px; height: 40px; float: left; font-size: 16px; padding: 0 18px; border: solid #eee 1px;}
.webhead .search .search_windows .search_form button{width: 100px; height: 42px; float: left; border: none; background: url("../images/search.png") center no-repeat #009ca3; background-size: 24px; color: #fff; cursor: pointer;}
.webhead .search .search_windows .search_form .close_btn{width: 28px; height: 28px; text-align: center; line-height: 28px; font-size: 26px; color: #666; position: absolute; top: 6px; right: 6px;}

.webfoot{padding: 50px 0;}
.webfoot .footmenu{display: flex; justify-content: space-between; position: relative; overflow: hidden;}
.webfoot .footmenu .mbtn{padding: 3px 6px; border: solid #009ca3 1px; cursor: pointer; position: absolute; top: 10px; right: 0;}
.webfoot .footmenu .mbtn i{display: block; border-top: solid #009ca3 7px; border-left: solid transparent 7px; border-right: solid transparent 7px; transition: all 0.5s;}
.webfoot .footmenu .mbtn.close i{transform: rotate(180deg);}
.webfoot .footmenu .menulist{padding-right: 50px;}
.webfoot .footmenu .menulist .title{font-size: 16px; line-height: 36px; font-family: 'Poppins Medium'; color: #000;}
.webfoot .footmenu .menulist .mlist{display: none; font-size: 14px; line-height: 34px;}
.webfoot .footmenu .menulist .mlist a{display: block; color: #4b4b4b;}
.webfoot .footmenu .menulist .mlist a:hover{color: #009ca3;}

.copyright{box-sizing: border-box; padding: 30px 0; font-size: 16px; line-height: 26px; background: #444; color: #b3b3b3;}
.copyright .container{display: flex; justify-content: space-between;}
.copyright .social_media a{display: inline-block; vertical-align: middle; margin-right: 20px;}
.copyright .tel{ background: url('../images/tel.png') left center no-repeat; padding-left: 33px;}
.copyright a{color: #b3b3b3;}

.common_banner{position: relative; overflow: hidden;}
.common_banner .picture{overflow: hidden;}
/* .common_banner .picture img{position: relative; left: 50%; transform: translateX(-50%);} */
.common_banner .picture img{width: 100%;}
.common_banner .content{width: 100%; position: absolute; left: 0; top: 50%; transform: translateY(-50%);}
.common_banner .content .title{max-width: 480px; font-size: 36px; line-height: 42px; font-family: 'Poppins SemiBold'; color: #f3f3f3;}
.common_banner .content .text{max-width: 730px;}
.common_banner .content .text p{font-size: 16px; line-height: 26px; color: #f3f3f3; position: relative; padding-left: 26px; margin-top: 20px;}
.common_banner .content .text p::after{width: 9px; height: 9px; content: ''; border: solid #efefef 3px; border-radius: 50%; position: absolute; left: 0; top: 5px;}
.common_banner .content .button{margin-top: 30px;}
.common_banner .content .button a{display: inline-block; line-height: 42px; padding: 0 20px; font-size: 14px; border-radius: 6px; background: #fff; color: #000;}

.crumbs{padding: 20px 10px; line-height: 20px; font-size: 14px; color: #000; border-bottom: solid #eee 1px;}
.crumbs i.home{width: 20px; height: 12px; display: inline-block; background: url("../images/home.png") left center no-repeat;}
.crumbs a{color: #000;}
.crumbs a:hover{color: #009ca3;}
.crumbs .current{color: #009ca3;}

.com_title{text-align: center;}
.com_title h2{display: inline-block; font-size: 46px; font-family: 'Poppins Medium'; color: #1b1b1b; padding: 0 38px; position: relative;}
.com_title h2::before{width: 20px; height: 21px; content: ''; background: url("../images/title_left.png"); position: absolute; left: 0; top: 20px;}
.com_title h2::after{width: 20px; height: 21px; content: ''; background: url("../images/title_right.png"); position: absolute; right: 0; top: 20px;}

.common_quote{padding: 50px 0 60px;}
.common_quote .quote_title{text-align: center;}
.common_quote .quote_title h2{font-size: 36px; line-height: 56px;}
.common_quote .quote_title p{font-size: 16px; line-height: 24px; color: #252525;}
.common_quote .inquiry{margin-top: 50px;}
.common_quote .inquiry .inquiry_form{}
.common_quote .inquiry .inquiry_form .label{font-size: 16px; line-height: 38px; color: #252525;}
.common_quote .inquiry .inquiry_form .label b{display: inline-block; color: #dc0000; vertical-align: middle; padding: 0 3px;}
.common_quote .inquiry .inquiry_form .input_list{width: 49%; float: left; position: relative; margin: 0 2% 10px 0;}
.common_quote .inquiry .inquiry_form .input_list:nth-child(2n){margin-right: 0;}
.common_quote .inquiry .inquiry_form .input_list input{width: 100%; height: 44px; box-sizing: border-box; padding: 0 18px; background: #fafafa; border: solid #efefef 1px;}
.common_quote .inquiry .inquiry_form .address_list{margin-bottom: 10px;}
.common_quote .inquiry .inquiry_form .address_list .select_list{width: 20%; float: left; margin-right: 2%; position: relative;}
.common_quote .inquiry .inquiry_form .address_list .select_list select{width: 100%; height: 44px; box-sizing: border-box; padding: 0 13px; background: #fafafa; border: solid #efefef 1px; outline: none; cursor: pointer;}
.common_quote .inquiry .inquiry_form .address_list .inline_list{width: 34%; float: left; position: relative;}
.common_quote .inquiry .inquiry_form .address_list .inline_list input{width: 100%; height: 44px; box-sizing: border-box; padding: 0 13px; background: #fafafa; border: solid #efefef 1px;}
.common_quote .inquiry .inquiry_form .textarea_list{width: 100%; position: relative;}
.common_quote .inquiry .inquiry_form .textarea_list textarea{width: 100%; line-height: 24px; background: #fafafa; border: solid #efefef 1px; box-sizing: border-box; padding: 10px 20px;}
.common_quote .inquiry .inquiry_form .agreement{margin-top: 15px;}
.common_quote .inquiry .inquiry_form .agreement input{display: inline-block; cursor: pointer; vertical-align: top; margin: 4px 6px 0 0;}
.common_quote .inquiry .inquiry_form .agreement p{display: inline-block; width: calc(100% - 60px); line-height: 24px; color: #252525;}
.common_quote .inquiry .inquiry_form .button_list{text-align: center; margin-top: 30px;}
.common_quote .inquiry .inquiry_form .button_list input{height: 43px; padding: 0 50px; font-size: 16px; font-family: 'Poppins Medium'; background: #009ca3; color: #fff; border: none; border-radius: 6px; cursor: pointer;}

#myform .error{width: max-content; color: #f00; position: absolute; bottom: -70px; line-height: 30px; border: solid #c22a29 1px; padding: 10px; background: #fff; z-index: 99; border-radius: 5px;}
#myform .error::before{content: ''; border-bottom: solid #c22a29 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: #c22a29 !important;}
.common_success{padding: 80px 0; background: #f7f7f7; min-height: 310px;}
.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: #009ca3; 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: 28px; border: solid #009ca3 1px; padding: 0 11px; margin: 0 6px;}
.common_page .current{display: inline-block; line-height: 28px; background: #009ca3; color: #fff; border: solid #009ca3 1px; padding: 0 11px; margin: 0 6px;}

.prevnext{margin-top: 30px; border: dashed #e8e8e8 1px; padding: 5px 10px;}
.prevnext p{line-height: 28px;}

/* 右边客服 */
.rightWindow{position: fixed; z-index: 99; right: 10px; bottom: 20%;}
.rightWindow li{width: 60px; height: 60px; position: relative; background: #bbb;}
.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: #009ca3;}
.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: 60px;}
	/* 头部 */
	.webhead{display: none;}
	.mobileheader{display: block; width: 100%; height: 60px; background: #009ca3; line-height: 60px; 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: 22px; left: 20px; width: 24px; height: 20px;}
	.mobileheader .mobile_navbtn span,
	.mobileheader .mobile_navbtn:after,
	.mobileheader .mobile_navbtn:before{display: block; height: 2px; width: 100%; background: #fff; -webkit-transition: all .5s; transition: all .5s;}
	.mobileheader .mobile_navbtn span{margin: 5px 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% - 60px); overflow-y: auto; display: none; background: #fff; position: fixed; left: 0; top: 60px;}
	.mobileheader .mobile_menu ul{}
	.mobileheader .mobile_menu ul li{font-size: 16px; line-height: 56px; border-bottom: solid #e6e6e6 1px;}
	.mobileheader .mobile_menu ul li a{display: inline-block; padding: 0px 20px;}
	.mobileheader .mobile_menu ul li i.down{float: right; margin: 20px 16px 0 0; border-top: 12px solid #666; border-left: 10px solid transparent; border-right: 10px solid transparent; transition: all 0.5s; position: relative;}
	.mobileheader .mobile_menu ul li i.down::after{content: ''; border-top: 12px solid #fff; border-left: 10px solid transparent; border-right: 10px solid transparent; position: absolute; left: -10px; top: -14px;}
	.mobileheader .mobile_menu ul li i.down.rotate{transform: rotate(180deg);}
	.mobileheader .mobile_menu ul li ul{display: none;}
	.mobileheader .mobile_menu ul li ul li{font-size: 14px; border-top: dashed #e6e6e6 1px; border-bottom: none; position: relative;}
	.mobileheader .mobile_menu ul li ul li::before{content: ''; border-left: solid #666 8px; border-top: solid transparent 5px; border-bottom: solid transparent 5px; position: absolute; left: 20px; top: 22px;}
	.mobileheader .mobile_menu ul li ul li a{margin-left: 14px; white-space: nowrap; width: calc(100% - 66px); padding-right: 0; overflow: hidden; vertical-align: middle; text-overflow: ellipsis;}
	.mobileheader .mobile_menu ul li ul li i.down{border: none; width: 14px; height: 2px; background: #666; margin: 26px 18px 0 0;}
	.mobileheader .mobile_menu ul li ul li i.down::after{content: ''; border: none; width: 2px; height: 14px; background: #666; position: absolute; left: 6px; top: -6px;}
	.mobileheader .mobile_menu ul li ul li li::after{content: ''; border-left: solid #666 7px; border-top: solid transparent 4px; border-bottom: solid transparent 4px; position: absolute; left: 25px; top: 23px;}
	.mobileheader .mobile_menu ul li ul li li a{width: calc(100% - 50px);}
	.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::before{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; background-size: 24px; 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_blue.png") center no-repeat; background-size: 24px; 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;}
	
	.webfoot{display: none;}
	
	.copyright{padding: 20px 15px 10px; font-size: 14px; line-height: 26px;}
	.copyright .container{display: block;}
	.copyright .social_media{margin-bottom: 10px;}
	.copyright p{padding: 3px 0;}
	.copyright .tel{padding-left: 26px; background-size: 16px;}
	
	.rightWindow{display: none;}
	
	.mfooter{width: 100%; display: block; background: #1c1c1c; height: 80px; 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: 13px 0; color: #fff;}
	.mfooter ul li i{width: 40px; height: 32px; display: inline-block; 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: 22px;}
	
	.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 #009ca3 12px; border-left: solid transparent 8px; border-right: solid transparent 8px; position: absolute; left: 7px; top: 7px;}
	
	.com_title h2{font-size: 24px; padding: 0 30px;}
	.com_title h2::before{top: 8px;}
	.com_title h2::after{top: 8px;}
	
	.crumbs{padding: 10px 15px; font-size: 14px;}
	
	.common_contact{padding: 30px 15px;}
	.common_contact .text{float: none; font-size: 20px; line-height: 30px; background: url('../images/underline.png') 210px 86px no-repeat; background-size: 210px auto;}
	.common_contact .button{float: none; margin-top: 20px;}
	.common_contact .button a{font-size: 16px; line-height: 42px; padding: 0 23px; border-radius: 30px;}
	
	.common_banner .content{box-sizing: border-box; padding: 20px; top: 30%;}
	.common_banner .content h2{font-size: 32px; line-height: 42px;}
	.common_banner .content p{max-width: 100%; font-size: 14px; line-height: 24px;}
	.common_banner .content a{display: none;}
	
	.common_quote{padding: 30px 10px;}
	.common_quote .quote_title h2{font-size: 20px; line-height: 40px;}
	.common_quote .quote_title p{font-size: 14px; line-height: 22px; text-align: left;}
	.common_quote .inquiry{margin-top: 20px;}
	.common_quote .inquiry .inquiry_form .label{font-size: 14px;}
	.common_quote .inquiry .inquiry_form .input_list{width: 100%; margin: 0 0 10px 0;}
	.common_quote .inquiry .inquiry_form .input_list input{height: 36px; padding: 0 13px;}
	.common_quote .inquiry .inquiry_form .address_list{margin-bottom: 10px;}
	.common_quote .inquiry .inquiry_form .address_list .select_list{width: 32%;}
	.common_quote .inquiry .inquiry_form .address_list .select_list:nth-child(4){margin-right: 0;}
	.common_quote .inquiry .inquiry_form .address_list .select_list select{height: 36px;}
	.common_quote .inquiry .inquiry_form .address_list .inline_list{width: 100%; margin-top: 10px;}
	.common_quote .inquiry .inquiry_form .address_list .inline_list input{height: 36px;}
	.common_quote .inquiry .inquiry_form .textarea_list textarea{line-height: 22px; padding: 10px 13px;}
	.common_quote .inquiry .inquiry_form .agreement{margin-top: 10px;}
	.common_quote .inquiry .inquiry_form .agreement p{line-height: 22px;}
	.common_quote .inquiry .inquiry_form .button_list{margin-top: 20px;}
	.common_quote .inquiry .inquiry_form .button_list input{height: 36px; padding: 0 25px; font-size: 14px;}
}

/* 编辑器模板 */
.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:#0090ff;font-size:1em;}

@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: 11px; 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;text-decoration: none;}

@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_3>ul>li .hs_link a{color:#0090ff;font-size:1em;}
	
	.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: 11px; 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;text-decoration: none;}
}

/* 浮窗留言板 */
.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;
}
.hs-modal-form-body ul li {
	list-style: none;
	flex: 0 0 auto;
	width: 50%;
}
.hs-modal-form-body ul li.hs-inquiry-message {
	width: 100%;
	margin-right: 0;
}
.hs-modal-form-body ul li textarea {
	width: 100%;
	padding: 2%;
	box-sizing: border-box;
	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: #c22a29;
	color: #fff;
	cursor: pointer;
	border: 0;
	transition: all 0.3s;
}
.hs-inquiry-primary:hover {
	background-color: #e0a0a0;
	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;
	box-sizing: border-box;
}
.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;
	box-sizing: border-box;
}
.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%;
}

@media(max-width:900px) {
.hs-modal-form-body .form-control {
	width: 70%;
}
}
.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 ul li {
	width: 49%;
	float: left;
	margin-right: 2%;
}
.hs-modal-form-body ul li:nth-child(2n){
	margin-right: 0;
}
.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: 40px;
	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-contactname, .hs-modal-form-body .invalid-email, .hs-modal-form-body .invalid-mobile, .hs-modal-form-body .invalid-message {
	display: block;
	width: 100%;
	margin-top:10px;
	font-size:12px;
	color: #ef4444;
	visibility: visible;
	padding-left: 13px;
}
.hs-modal-form-body .invalid-message {
	display: none;
	visibility: hidden;
}
.hs-modal-form-body .invalid-contactname.invalid-show, .hs-modal-form-body .invalid-email.invalid-show, .hs-modal-form-body .invalid-mobile.invalid-show {
	display: block;
	visibility: visible;
}
 .hs-modal-form-body :invalid~.invalid-feedback, .is-invalid~.invalid-feedback {
 display: block
}
.hs-modal-form-body :invalid~.invalid-feedback, .hs-modal-form-body :invalid~.invalid-tooltip, .is-invalid~.invalid-feedback, .is-invalid~.invalid-tooltip {
 visibility: inherit;
}

@media(max-width:768px) {
.hs-modal-form-header .hs-modal-form-title {
	font-size: 20px;
}
.hs-modal-form-body ul li {
	list-style: none;
	flex: 0 0 auto;
	width: 100%;
}
.hs-modal-form-body .form-control {
	width: 83%;
}
}