/*头部*/
.header {
    position: relative;
    background: #fff;
    z-index: 999;
}

.header_top {
    border-bottom: 1px solid #dcdcdc;
}

.header_top .text {
    float: left;
    position: relative;
    padding-left: 15px;
}

.header_top .text:before {
    position: absolute;
    content: '';
    width: 6px;
    height: 6px;
    top: 50%;
    left: 0;
    margin-top: -3px;
    background: #234699;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.header_top .text p {
    font-size: 16px;
    color: #666666;
    line-height: 35px;
}

.header_top .header_info {
    float: right;
}

.header_top .header_info ul {
    margin-top: 10px;
}

.header_top .header_info li {
    float: left;
    line-height: 14px;
    color: #666666;
    font-size: 15px;
    padding-left: 20px;
    background-repeat: no-repeat;
}

.header_top .header_info li a {
    color: #666666;
    font-size: 15px;
}

.header_top .header_info li a:hover {
    color: #234699;
}

.header_top .header_info li.header_tel {
    background-image: url("https://yaxingfilter.cn162.wondercdn.com/public/static/images/home/zh-cn/header_tel.png");
    background-position: left center;
}

.header_top .header_info li.header_email {
    margin-left: 35px;
    padding-left: 55px;
    border-left: 1px solid #dcdcdc;
    background-image: url("https://yaxingfilter.cn162.wondercdn.com/public/static/images/home/zh-cn/header_email.png");
    background-position: 35px center;
}

/*logo*/
.header .logo_box,
.header .logo_box a {
    display: block;
    font-size: 0;
    line-height: 0;
}

.header_nav .container_1200 {
    position: relative;
    padding-right: 80px;
}

/*导航*/
.header_right {
    text-align: right;
}

.nav_list {
    font-size: 0;
    line-height: 0;
    position: relative;
}

.nav_list>li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    text-align: center;
}

.nav_list>li>a {
    display: block;
    padding: 0 25px;
    color: #333;
    font-size: 16px;
}

.nav_list>li>a>span {
    display: block;
    padding: 39px 0;
    line-height: 1;
    color: #000000;
    font-size: 16px;
    transition: all .5s;
}

.nav_list>li.active>a>span,
.nav_list>li.on>a>span {
    color: #234699;
}

.nav_list>li>a>i {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 0;
    top: 50%;
    margin-top: -12px;
    background: url("https://yaxingfilter.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/dropdown_menu.png") no-repeat center;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -ms-transition: all linear .3s;
}

.nav_list>li:hover i {
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
}

.nav_normal>li {
    position: relative;
}

.nav_normal>li .dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 265px;
    display: none;
    z-index: 1;
}

.nav_normal .dropdown_menu li {
    width: 100%;
}

.nav_normal .dropdown_menu li a {
    display: block;
    width: 100%;
    height: 35px;
    border-bottom: 1px solid #f5f5f5;
    background: #f9f9f9;
    line-height: 35px;
    text-align: left;
    padding-left: 25px;
    font-size: 14px;
    color: #666;
}

.nav_normal .dropdown_menu li:hover>a {
    background: #3457aa;
    color: #ffffff;
}

.nav_normal .dropdown_menu li.Three_menu {
    position: relative;
}

.nav_normal .dropdown_menu li.Three_menu>ul {
    position: absolute;
    top: 0;
    left: 265px;
    background: #ffffff;
    min-width: 195px;
    z-index: 3;
    display: none;
}

.nav_normal .dropdown_menu li.Three_menu.on>a {
    color: #ffffff;
}

/*nav_tile*/
.droplist_tile {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 1;
    border-top: 1px solid #f0f0f0;
}

.drop_tile {
    display: none;
}

/*pc隐藏模块*/
.m_header {
    display: none;
}
.head-langBox{
    position: absolute;
    right: 58px;
    top: 36px;
}
.head-langBox span{cursor: pointer;}
.head-langBox ul{
    position: absolute;
    width: 100px;
    max-height: 0px;
    top: 25px;
    background: #fff;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
    transition: all 0.6s;

}
.head-langBox ul li{
    line-height: 45px;
    border-bottom: 1px solid #f5f5f5;
    text-align: center;
}
.head-langBox ul li a{
    color: #000;
    font-size: 16px;
    text-align: center
}
.head-langBox ul li a:hover{
    color: #234699;
}
.head-langBox:hover ul{
    max-height: 200px;
}
.header_search_box {
    position: absolute;
    right: 0;
    top: 20px;
    width: 100px;
}
.header_search_box a {
    line-height: 0;
    text-align: right;
    display: block;
    position: relative;
}

.header_search_box img {
    position: absolute;
    top: 15px;
    right: 20px;
}

.header_search_box img.close {
    opacity: 0;
    transition: all .3s;
}

.header_search_box .search_click.active img.close {
    opacity: 1;
    transition: all .3s;
}

.header_search_box .search_click.active img.open {
    opacity: 0;
}

.search_form {
    position: absolute;
    top: 6px;
    right: 45px;
    width: 236px;
    background-color: #234699;
    border: 1px solid #ffffff;
    display: none;
    z-index: 100;
}

.search_form input[type="text"] {
    width: 200px;
    height: 36px;
    background: none;
    border: 0;
    text-indent: 10px;
    font-size: 14px;
    color: #ffffff;
}

.search_form input.btn_search {
    width: 36px;
    height: 36px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("https://yaxingfilter.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/search.png") no-repeat center center;
    border: 0;
    font-size: 0;
    cursor: pointer;
}

.footer_text {
    padding: 30px 0;
    background: #234699;
}

.footer_text .text {
    float: left;
    padding: 4px 0;
}

.footer_text .text p {
    font-size: 26px;
    color: #ffffff;
}

.footer_text .a_box {
    float: right;
}

.footer_text .a_box a {
    display: inline-block;
    float: left;
    min-width: 140px;
    height: 42px;
    line-height: 38px;
    text-align: center;
    padding: 0 25px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-left: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

.footer_text .a_box a.a1 {
    background: #ffffff;
    color: #3457aa;
}

.footer_text .a_box a.a1:hover {
    background: none;
    color: #ffffff;
}

.footer_text .a_box a.a2 {
    color: #ffffff;
}

.footer_text .a_box a.a2:hover {
    background: #ffffff;
    color: #3457aa;
}

.footer_box {
    padding: 35px 0 40px;
}

.footer_box .fast_navigation h2 {
    font-size: 20px;
    color: #303030;
    margin-top: 35px;
    margin-bottom: 15px;
}

.footer_box .fast_navigation ul li a {
    font-size: 16px;
    color: #6e6e6e;
    line-height: 1.7;
}

.footer_box .fast_navigation ul li a:hover {
    color: #3457aa;
    text-decoration: underline;
}

.footer_box .con_box .con_top {
    position: relative;
    margin-top: 35px;
    padding-right: 150px;
    margin-bottom: 20px;
}

.footer_box .con_box .f_logo {
    line-height: 0;
    margin-bottom: 20px;
}

.footer_box .con_box ul li {
    padding-left: 22px;
    margin-bottom: 5px;
    background-repeat: no-repeat;
    background-position: left 3px;
}

.footer_box .con_box ul li,
.footer_box .con_box ul li a {
    color: #666666;
    font-size: 15px;
}

.footer_box .con_box ul li a:hover {
    color: #3457aa;
    text-decoration: underline;
}

.footer_box .con_box ul li.footer_tel {
    background-image: url("https://yaxingfilter.cn162.wondercdn.com/public/static/images/home/zh-cn/footer_tel.png");
}

.footer_box .con_box ul li.footer_email {
    background-image: url("https://yaxingfilter.cn162.wondercdn.com/public/static/images/home/zh-cn/footer_email.png");
}

.footer_box .con_box ul li.footer_skype {
    background-image: url("https://yaxingfilter.cn162.wondercdn.com/public/static/images/home/zh-cn/footer_skype.png");
}
.footer_box .con_box ul li.footer_wechat {
    background-image: url("https://yaxingfilter.cn162.wondercdn.com/public/static/images/home/zh-cn/footer_wechat.png");
}

.footer_box .con_box ul li.footer_address {
    background-image: url("https://yaxingfilter.cn162.wondercdn.com/public/static/images/home/zh-cn/footer_address.png");
}

.footer_box .con_box .ewm {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 0;
}

.footer_box .con_box .f_follow_service {
    position: absolute;
    bottom: 0;
    right: 0;
}

.footer_copyright {
    text-align: right;
}

.footer_copyright p,
.footer_copyright p a {
    color: #6e6e6e;
}

.footer_copyright p a:hover {
    color: #3457aa;
    text-decoration: underline;
}

.site_map {
    margin: 0 10px;
}

.banner_box .banner_item {
    position: relative;
}

.banner_box .banner_item .banner_poa {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 30px 0;
    background: rgba(0, 0, 0, 0.33);
}

.banner_box .banner_item .banner_poa .text {
    float: left;
}

.banner_box .banner_item .banner_poa .text h1,
.banner_box .banner_item .banner_poa .text h2 {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 52px;
}

.banner_box .banner_item .banner_poa .text p {
    font-size: 36px;
    color: #ffffff;
}

.banner_box .banner_item .banner_poa .a {
    float: right;
}

.banner_box .banner_item .banner_poa .a a {
    display: inline-block;
    width: 145px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    margin-top: 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #234699;
    text-transform: uppercase;
}

.banner_box .banner_item .banner_poa .a a:hover {
    color: #234699;
    background: #ffffff;
}

.banner_slick .slick-prev,
.banner_slick .slick-next {
    width: 40px;
    height: 50px;
    margin-top: -25px;
    background-image: url("https://yaxingfilter.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/skin.png");
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0);
}

.banner_slick .slick-prev {
    background-position: 0 0;
    left: 10px;
}

.banner_slick .slick-next {
    background-position: -150px 0;
    right: 10px;
}

.index_box1 {
    padding: 80px 0;
}

.index_box1 .title {
    padding: 0 200px;
    text-align: center;
}

.index_box1 .title h2 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 40px;
    color: #303030;
    margin-bottom: 20px;
    text-transform: uppercase;
}

.index_box1 .title p {
    font-size: 16px;
    color: #888888;
    line-height: 1.4;
}

.index_box1 .con_box {
    margin-top: 50px;
}

.index_box1 .con_box .img {
    line-height: 0;
    text-align: center;
}

.index_box1 .con_box .text,
.index_box1 .con_box .a {
    text-align: center;
}

.index_box1 .con_box h3 a {
    font-family: 'Fjalla One', sans-serif;
    font-size: 20px;
    color: #303030;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 10px;
}

.index_box1 .con_box p {
    font-size: 16px;
    color: #777777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.index_box1 .con_box .a a {
    display: inline-block;
    width: 145px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    margin-top: 30px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #234699;
    -webkit-box-shadow: 0 0 5px 0 #ffffff;
    -moz-box-shadow: 0 0 5px 0 #ffffff;
    box-shadow: 0 0 5px 0 #ffffff;
    text-transform: uppercase;
}

.index_box1 .con_box .a a:hover {
    -webkit-box-shadow: 0 0 8px 0 #000000;
    -moz-box-shadow: 0 0 8px 0 #000000;
    box-shadow: 0 0 8px 0 #000000;
}

.index_box2 {
    padding: 100px 0;
    background: url("https://yaxingfilter.cn162.wondercdn.com/public/static/images/home/zh-cn/ind_bj1.jpg") no-repeat center center;
    background-attachment: fixed;
    -webkit-background-size: cover;
    background-size: cover;
}

.index_box2 .title {
    text-align: center;
    margin-bottom: 40px;
}

.index_box2 .title h2 {
    font-family: 'Fjalla One', sans-serif;
    font-size: 40px;
    color: #ffffff;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.index_box2 .title p {
    font-size: 16px;
    color: rgba(255, 255, 255, .5)
}

.index_box2 .text {
    padding: 0 200px;
    text-align: center;
    margin-bottom: 35px;
}

.index_box2 .text p {
    font-size: 16px;
    color: #ffffff;
}

.index_box2 .a {
    text-align: center;
}

.index_box2 .a a {
    display: inline-block;
    width: 145px;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    text-align: center;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #234699;
    text-transform: uppercase;
}

.index_box2 .a a:hover {
    color: #234699;
    background: #ffffff;
}

.index_box2 .item_box {
    overflow: hidden;
    margin-top: 80px;
}

.index_box2 .item {
    width: 25%;
    padding: 0 20px;
    float: left;
    position: relative;
    text-align: center;
}

.index_box2 .item:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 1px;
    height: 100px;
    background: rgba(255, 255, 255, .2);
}

.index_box2 .item:nth-of-type(1):before {
    display: none;
}

.index_box2 .item h3 {
    color: #ffffff;
    font-size: 60px;
    margin-bottom: 15px;
    font-family: 'Fjalla One', sans-serif;
}

.index_box2 .item h3 span {
    font-size: 20px;
}

.index_box2 .item p {
    font-size: 16px;
    color: #ffffff;
}

.index_box3 .title {
    text-align: center;
    padding: 60px 200px 50px;
}

.index_box3 .title h2 {
    color: #303030;
    font-size: 40px;
    margin-bottom: 15px;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
}

.index_box3 .title p {
    font-size: 16px;
    color: #888888;
}

.index_box3 {
    padding-bottom: 60px;
}

.index_box3 .container {
    padding: 0 70px;
}

.index_box3 .con_box {
    margin-bottom: 20px;
    position: relative;
    overflow: hidden;
}

.index_box3 .con_box .img {
    line-height: 0;
    text-align: center;
}

.index_box3 .con_box .img img {
    width: 100%;
}

.index_box3 .con_box .text {
    position: absolute;
    bottom: -200px;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .33);
    transition: all .3s;
}

.index_box3 .con_box .text a {
    display: block;
    text-align: center;
    font-size: 22px;
    color: #ffffff;
    padding: 25px 0;
    font-family: 'Fjalla One', sans-serif;
}

.index_box3 .con_box:hover .text {
    bottom: 0;
    transition: all .3s;
}

.index_box4 {
    padding: 80px 0 50px;
    background: #f8f8f8;
}

.index_box4 .title {
    text-align: center;
    padding: 0 200px;
    margin-bottom: 40px;
}

.index_box4 .title h2 {
    font-size: 40px;
    color: #303030;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.index_box4 .title p {
    font-size: 16px;
    color: #888888;
}

.index_box4 .con_box {
    border-top: 1px solid #dedfe2;
    padding: 25px 20px 20px;
}

.index_box4 .con_box h3 {
    position: relative;
    padding-right: 55px;
    margin-bottom: 15px;
}

.index_box4 .con_box h3 a {
    font-size: 16px;
    color: #353638;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.index_box4 .con_box h3:before {
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    left: -20px;
    top: 5px;
    background: #707070;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.index_box4 .con_box h3 span {
    position: absolute;
    right: 0;
    top: 0;
    font-size: 16px;
    color: #777777;
}

.index_box4 .con_box .text {
    padding-right: 120px;
    height: 55px;
    overflow: hidden;
    position: relative;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.index_box4 .con_box .text:before {
    position: absolute;
    content: '→';
    border-left: 1px solid #707070;
    color: #707070;
    width: 35px;
    height: 18px;
    text-align: right;
    right: 0;
    top: 10px;
    font-family: 'Fjalla One', sans-serif;
    font-weight: bold;
    transition: all .3s;
}

.index_box4 .con_box .text p {
    color: #777777;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.index_box4 .con_box:hover h3 a {
    color: #3457aa;
}

.index_box4 .con_box:hover .text:before {
    padding-right: 10px;
    color: #3457aa;
    border-left: 1px solid #3457aa;
    transition: all .3s;
}

.about_banner .video_click:after {
    background: url("https://yaxingfilter.cn162.wondercdn.com/public/static/images/home/zh-cn/aboutVideoBtn.png") no-repeat center center;
}

.about_box1 {
    margin-bottom: 40px;
}

.about_box1 .text {
    text-align: center;
    margin-bottom: 35px;
}

.about_box1 .text h1 {
    font-size: 40px;
    color: #303030;
    padding: 45px 0 35px;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
}

.about_box1 .text p {
    font-size: 16px;
    color: #888888;
}

.about_box1 .con_box {
    line-height: 0;
    text-align: center;
    margin-bottom: 20px;
}

.about_box1 .con_box img {
    width: 100%;
}

.about_box2 {
    padding: 55px 0 35px;
    background: url("https://yaxingfilter.cn162.wondercdn.com/public/static/images/home/zh-cn/about_bj.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.about_box2 .text,
.about_box2 .con_box {
    margin-bottom: 20px;
}

.about_box2 .text h2 {
    font-size: 40px;
    color: #000000;
    padding-right: 50px;
    padding-top: 60px;
    padding-bottom: 35px;
    font-family: 'Fjalla One', sans-serif;
}

.about_box2 .text p {
    font-size: 16px;
    color: #888888;
}

.about_box2 .con_box .img {
    line-height: 0;
    text-align: center;
}

.about_box2 .con_box .img img {
    /*width: 100%;*/
}

.about_box2 .con_box .t {
    color: #838383;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #164377;
}

.about_banner .video_click:after {
    display: none;
}

.about_box1 {
    margin-bottom: 40px;
}

.about_box1 .text {
    text-align: center;
    margin-bottom: 35px;
}

.about_box1 .text h1 {
    font-size: 40px;
    color: #303030;
    padding: 45px 0 35px;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
}

.about_box1 .text p {
    font-size: 16px;
    color: #888888;
}

.about_box1 .con_box {
    line-height: 0;
    text-align: center;
    margin-bottom: 20px;
}

.about_box1 .con_box img {
    width: 100%;
}

.about_box2 {
    padding: 55px 0 35px;
    background: url("https://yaxingfilter.cn162.wondercdn.com/public/static/images/home/zh-cn/about_bj.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.about_box2 .text,
.about_box2 .con_box {
    margin-bottom: 20px;
}

.about_box2 .text h2 {
    font-size: 40px;
    color: #000000;
    padding-right: 50px;
    padding-top: 60px;
    padding-bottom: 35px;
    font-family: 'Fjalla One', sans-serif;
}

.about_box2 .text p {
    font-size: 16px;
    color: #888888;
}

.about_box2 .con_box .img {
    line-height: 0;
    text-align: center;
}

.about_box2 .con_box .img img {
    /*width: 100%;*/
}

.about_box2 .con_box .t {
    color: #838383;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px solid #164377;
}

.aboutBox3 .title h2 {
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 45px;
    text-align: center;
}

.aboutBox3 .item {
    overflow: hidden;
    margin-bottom: 50px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0 0 10px 0 rgba(35, 70, 153, .4);
    -moz-box-shadow: 0 0 10px 0 rgba(35, 70, 153, .4);
    box-shadow: 0 0 10px 0 rgba(35, 70, 153, .4);
}

.aboutBox3 .item .img {
    width: 255px;
    float: left;
    line-height: 0;
}

.aboutBox3 .item .text {
    margin-left: 255px;
    padding: 20px 40px 0;
}

.aboutBox3 .item .text .imgBox {
    overflow: hidden;
}

.aboutBox3 .item .text .imgBox .img {
    line-height: 0;
    width: 105px;
    float: left;
}

.aboutBox3 .item .text h3 {
    font-size: 24px;
    color: #000000;
    line-height: 67px;
    font-weight: 700;
    margin-left: 105px;
}

.aboutBox3 .item .text p {
    margin-top: 15px;
    font-size: 16px;
    color: #888888;
    font-weight: 300;
}

.aboutBox4 {
    padding: 35px 0 80px;
}

.aboutBox4 .text {
    text-align: center;
    margin-bottom: 40px;
}

.aboutBox4 .text h2 {
    font-size: 40px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 20px;
}

.aboutBox4 .text p {
    font-size: 16px;
    color: #888888;
}

.aboutBox4 .img {
    line-height: 0;
    text-align: center;
}

.contact_box1 {
    padding: 30px 0;
}

.contact_box1 h1 {
    font-size: 30px;
    color: #373535;
    margin-bottom: 10px;
    font-family: 'Fjalla One', sans-serif;
}

.contact_box1 p {
    font-size: 16px;
    color: #373535;
}

.contact_box2 {
    padding: 55px 0 60px;
    background: url("https://yaxingfilter.cn162.wondercdn.com/public/static/images/home/zh-cn/contact_bj.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.contact_box2 .container_1200 {
    padding-left: 200px;
}

.contact_box2 .container_1200 .con_box {
    padding: 60px 30px 30px;
    border: 3px solid #e5e5e5;
    background: #ffffff;
    overflow: hidden;
}

.contact_box2 .con_box .contact_info {
    width: 350px;
    float: left;
}

.contact_box2 .con_box .contact_info .text p {
    color: #6a6565;
    line-height: 1.7;
}

.contact_box2 .con_box .contact_info ul li {
    background-color: #383838;
    background-repeat: no-repeat;
    background-position: 14px center;
    margin-top: 20px;
    font-size: 20px;
    color: #ffffff;
    padding: 10px 0 10px 40px;
}

.contact_box2 .con_box .contact_info ul li a {
    font-size: 20px;
    color: #ffffff;
}

.contact_box2 .con_box .contact_info ul li.contact_tel {
    background-image: url("https://yaxingfilter.cn162.wondercdn.com/public/static/images/home/zh-cn/contact_tel.png");
}

.contact_box2 .con_box .contact_info ul li.contact_skype {
    background-image: url("https://yaxingfilter.cn162.wondercdn.com/public/static/images/home/zh-cn/contact_skype.png");
}
.contact_box2 .con_box .contact_info ul li.contact_phone {
    background-image: url("https://yaxingfilter.cn162.wondercdn.com/public/static/images/home/zh-cn/contact_phone.png");
}
.contact_box2 .con_box .contact_info ul li.contact_wechat {
    background-image: url("https://yaxingfilter.cn162.wondercdn.com/public/static/images/home/zh-cn/contact_wechat.png");
}
.contact_box2 .con_box .contact_info ul li.contact_email1 {
    background-image: url("https://yaxingfilter.cn162.wondercdn.com/public/static/images/home/zh-cn/contact_email1.png");
}

.contact_box2 .con_box .contact_info ul li.contact_email2 {
    background-image: url("https://yaxingfilter.cn162.wondercdn.com/public/static/images/home/zh-cn/contact_email2.png");
}

.contact_box2 .con_box .contact_info ul li:hover {
    background-color: #385aac;
}

.contact_box2 .con_box .contact_form {
    width: 460px;
    float: left;
    margin-left: 75px;
}

.contact_box2 .con_box .contact_form h2 {
    text-align: center;
    font-size: 30px;
    color: #6a6565;
    margin-bottom: 55px;
}

.contact_box2 .con_box .contact_form .info {
    position: relative;
    width: 100%;
    margin-bottom: 20px;
}

.contact_box2 .con_box .contact_form .info .label_control {
    position: absolute;
    left: 0;
    top: 0;
    font-size: 15px;
    line-height: 38px;
    color: #6a6565;
}

.contact_box2 .con_box .contact_form .info .tips {
    position: absolute;
    top: 0;
    right: 0;
    line-height: 38px;
    color: #ff0000;
}

.contact_box2 .con_box .contact_form .info.imgVerifyCode {
    margin-bottom: 20px;
}

.contact_box2 .con_box .contact_form .info input[type="text"] {
    width: 100%;
    height: 38px;
    line-height: 38px;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #e5e5e5;
}

.contact_box2 .con_box .contact_form .info input[type="submit"] {
    display: block;
    margin: auto;
    width: 140px;
    height: 40px;
    line-height: 34px;
    border: 3px solid #343434;
    background: #ffffff;
    cursor: pointer;
}

.contact_box3 {
    padding: 25px 0;
    background: #343434;
}

.contact_box3 .text {
    font-size: 18px;
    color: #ffffff;
    text-align: center;
}

#googleMapPanel {
    width: 100%;
    height: 440px;
}

.clean_door_banner {
    position: relative;
    padding-bottom: 60px;
}

.clean_door_banner .img {
    line-height: 0;
}

.clean_door_banner .text {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 680px;
    margin: auto;
    text-align: center;
}

.clean_door_banner .text h1 {
    color: #ffffff;
    font-size: 60px;
    margin-bottom: 30px;
    font-family: 'Fjalla One', sans-serif;
}

.clean_door_banner .text .t {
    background: #234699;
    padding: 35px 20px;
}

.clean_door_banner .text .t p {
    font-size: 24px;
    color: #ffffff;
}

.clean_door_box1 {
    margin: 25px 0 35px;
}

.clean_door_box1 .text {
    padding: 35px 40px;
    -webkit-column-count: 2;
    -webkit-column-gap: 40px;
    -webkit-column-rule: 1px solid #eeeeee;
    position: relative;
}

.clean_door_box1 .text:before {
    position: absolute;
    content: '';
    width: 31px;
    height: 28px;
    left: 0;
    top: 0;
    background: url("https://yaxingfilter.cn162.wondercdn.com/public/static/images/home/zh-cn/clean_door_ico1.png") no-repeat center center;
}

.clean_door_box1 .text:after {
    position: absolute;
    content: '';
    width: 31px;
    height: 28px;
    right: 0;
    bottom: 0;
    background: url("https://yaxingfilter.cn162.wondercdn.com/public/static/images/home/zh-cn/clean_door_ico2.png") no-repeat center center;
}

.clean_door_box1 .text p {
    font-size: 16px;
    color: #888888;
}

.clean_door_box2 h2 {
    color: #525252;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
    margin-bottom: 40px;
}

.clean_door_box2 .item_box {
    overflow: hidden;
    margin-bottom: 35px;
}

.clean_door_box2 .item_box .item {
    width: 50%;
    float: left;
    overflow: hidden;
    background: #eeeeee;
    transition: all .3s;
}

.clean_door_box2 .item_box .item .img {
    width: 50%;
    float: left;
    line-height: 0;
    text-align: center;
}

.clean_door_box2 .item_box .item .img img {
    width: 100%;
}

.clean_door_box2 .item_box .item .text {
    width: 50%;
    float: left;
    padding: 0 40px;
}

.clean_door_box2 .item_box .item .text .t {
    margin-top: 30px;
}

.clean_door_box2 .item_box .item .text h3 {
    font-size: 18px;
    color: #525252;
    min-height: 36px;
    margin-bottom: 10px;
    position: relative;
}

.clean_door_box2 .item_box .item .text h3:before {
    position: absolute;
    content: '';
    width: 20px;
    height: 16px;
    left: -25px;
    background: url("https://yaxingfilter.cn162.wondercdn.com/public/static/images/home/zh-cn/clean_door_ico3.png") no-repeat center center;
}

.clean_door_box2 .item_box .item:nth-of-type(3) .text,
.clean_door_box2 .item_box .item:nth-of-type(3) .img,
.clean_door_box2 .item_box .item:nth-of-type(4) .text,
.clean_door_box2 .item_box .item:nth-of-type(4) .img {
    float: right;
}

.clean_door_box2 .item_box .item:hover {
    background: #234699;
    transition: all .3s;
}

.clean_door_box2 .item_box .item:hover h3,
.clean_door_box2 .item_box .item:hover p {
    color: #ffffff;
}

.clean_door_box2 .item_box .item:hover h3:before {
    background: url("https://yaxingfilter.cn162.wondercdn.com/public/static/images/home/zh-cn/clean_door_ico4.png") no-repeat center center;
}

.clean_door_box3 {
    margin-bottom: 50px;
}

.clean_door_box3 .container_1200 {
    padding: 18px 0;
    background: #234699;
}

.clean_door_box3 .text {
    width: 50%;
    float: left;
    text-align: center;
    font-size: 24px;
    line-height: 42px;
    color: #ffffff;
}

.clean_door_box3 .a {
    width: 50%;
    float: left;
    text-align: center;
}

.clean_door_box3 .a a {
    display: inline-block;
    min-width: 140px;
    height: 42px;
    line-height: 38px;
    text-align: center;
    padding: 0 25px;
    border: 2px solid #ffffff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-left: 10px;
    font-size: 12px;
    background: #ffffff;
    color: #3457aa;
    text-transform: uppercase;
}

.clean_door_box3 .a a:hover {
    background: none;
    color: #ffffff;
}

.clean_door_box4 {
    margin-bottom: 60px;
}

.clean_door_box4 .title {
    margin-bottom: 60px;
    padding-right: 400px;
}

.clean_door_box4 .title h2 {
    margin-bottom: 20px;
    font-size: 40px;
    color: #525252;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
}

.clean_door_box4 .title p {
    font-size: 16px;
    color: #888888;
}

.clean_door_box4 .con_box {
    margin-bottom: 20px;
}

.clean_door_box4 .con_box .img {
    line-height: 0;
    text-align: center;
    border: 1px solid #eeeeee;
    border-bottom: 0;
}

.clean_door_box4 .con_box .text a {
    display: block;
    text-align: center;
    padding: 20px 10px;
    background: #e5e5e5;
    font-size: 20px;
    color: #525252;
    font-family: 'Fjalla One', sans-serif;
}

.clean_door_box4 .con_box:hover .text a {
    background: #234699;
    color: #ffffff;
}

.clean_door_box5 {
    margin-bottom: 50px;
}

.clean_door_box5 .title {
    margin-bottom: 35px;
    padding-right: 400px;
}

.clean_door_box5 .title h2 {
    margin-bottom: 20px;
    font-size: 40px;
    color: #525252;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
}

.clean_door_box5 .title p {
    font-size: 16px;
    color: #888888;
}

.clean_door_box5 .con_box {
    margin-bottom: 20px;
}

.clean_door_box5 .con_box .img {
    line-height: 0;
    text-align: center;
    border: 1px solid #eeeeee;
    border-bottom: 0;
}

.clean_door_box5 .con_box .text a {
    display: block;
    text-align: center;
    padding: 10px 10px;
    background: #e5e5e5;
    font-size: 18px;
    color: #525252;
    font-family: 'Fjalla One', sans-serif;
    transition: all .3s;
}

.clean_door_box5 .con_box:hover .text a {
    background: #234699;
    color: #ffffff;
    transition: all .3s;
}

.clean_door_box6 {
    padding: 45px 0 70px;
    background: #eeeeee;
}

.clean_door_box6 .title h2 {
    color: #525252;
    font-size: 40px;
    margin-bottom: 40px;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
}

.clean_door_box6 .img {
    line-height: 0;
    text-align: center;
}

.clean_door_box6 .img img {
    width: 100%;
}

.clean_door_box6 .text_box {
    padding: 0 90px;
}

.clean_door_box6 .text_box .text {
    margin-bottom: 20px;
    padding-left: 30px;
}

.clean_door_box6 .text_box h3 {
    font-size: 20px;
    color: #525252;
    margin-bottom: 10px;
    position: relative;
    cursor: pointer;
}

.clean_door_box6 .text_box h3:before {
    position: absolute;
    content: '';
    width: 16px;
    height: 16px;
    background: url("https://yaxingfilter.cn162.wondercdn.com/public/static/images/home/zh-cn/clean_door_ico5.png") no-repeat center center;
    left: -30px;
    top: 3px;
}

.clean_door_box6 .text_box h3.on:before {
    background: url("https://yaxingfilter.cn162.wondercdn.com/public/static/images/home/zh-cn/clean_door_ico6.png") no-repeat center center;
}

.clean_door_box6 .text_box .t {
    display: none;
}

.clean_door_box6 .text_box .t.on {
    display: block;
}

.clean_door_box6 .text_box p {
    font-size: 16px;
    color: #888888;
}

.CleanSandwich_box1 h2 {
    color: #525252;
    font-size: 40px;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
    margin-bottom: 40px;
}

.CleanSandwich_box1 .item_box {
    overflow: hidden;
    margin-bottom: 60px;
}

.CleanSandwich_box1 .item_box .item {
    width: 50%;
    float: left;
    overflow: hidden;
    background: #eeeeee;
    transition: all .3s;
}

.CleanSandwich_box1 .item_box .item .img {
    width: 50%;
    float: left;
    line-height: 0;
    text-align: center;
}

.CleanSandwich_box1 .item_box .item .img img {
    width: 100%;
}

.CleanSandwich_box1 .item_box .item .text {
    width: 50%;
    float: left;
    padding: 30px 40px 0;
    position: relative;
}

.CleanSandwich_box1 .item_box .item .text:before {
    position: absolute;
    left: 30%;
    text-align: center;
    font-size: 190px;
    color: #ffffff;
    font-family: 'Fjalla One', sans-serif;
    font-style: italic;
    opacity: .8;
    z-index: 3;
}

.CleanSandwich_box1 .item_box .item .text1:before {
    content: '1';
}

.CleanSandwich_box1 .item_box .item .text2:before {
    content: '2';
}

.CleanSandwich_box1 .item_box .item .text3:before {
    content: '3';
}

.CleanSandwich_box1 .item_box .item .text4:before {
    content: '4';
}

.CleanSandwich_box1 .item_box .item .text .t {
    margin-top: 20px;
    position: relative;
    z-index: 5;
}

.CleanSandwich_box1 .item_box .item .text h3 {
    font-size: 18px;
    color: #525252;
    margin-bottom: 10px;
    font-weight: 700;
}

.CleanSandwich_box1 .item_box .item .text p {
    font-size: 16px;
    color: #888888;
}

.CleanSandwich_box1 .item_box .item:nth-of-type(3) .text,
.CleanSandwich_box1 .item_box .item:nth-of-type(3) .img,
.CleanSandwich_box1 .item_box .item:nth-of-type(4) .text,
.CleanSandwich_box1 .item_box .item:nth-of-type(4) .img {
    float: right;
}

.CleanSandwich_box1 .item_box .item:hover {
    background: #234699;
    transition: all .3s;
}

.CleanSandwich_box1 .item_box .item:hover h3,
.CleanSandwich_box1 .item_box .item:hover p {
    color: #ffffff;
}

.CleanSandwich_box1 .item_box .item:hover .text:before {
    opacity: .11;
}

.CleanSandwich_box2 {
    padding: 45px 0;
    margin-bottom: 60px;
    background: #eeeeee;
}

.CleanSandwich_box2 h2 {
    margin-bottom: 30px;
    font-size: 40px;
    color: #525252;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
}

.CleanSandwich_box2 .item {
    position: relative;
    padding-left: 40px;
    margin-bottom: 20px;
}

.CleanSandwich_box2 .item:before {
    position: absolute;
    content: '';
    width: 24px;
    height: 24px;
    left: 0;
    top: 0;
    background: url("https://yaxingfilter.cn162.wondercdn.com/public/static/images/home/zh-cn/CleanSandwich_img5.png") no-repeat center center;
}

.CleanSandwich_box2 .item h3 {
    font-size: 20px;
    color: #525252;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px;
}

.CleanSandwich_box2 .item p {
    font-size: 18px;
    color: #525252;
}

.CleanSandwich_box3 {
    margin-bottom: 60px;
}

.CleanSandwich_box3 h2 {
    margin-bottom: 15px;
    font-size: 40px;
    color: #525252;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
}

.CleanSandwich_box3 p {
    font-size: 18px;
    color: #888888;
}

.CleanSandwich_slick {
    margin-top: 30px;
    margin-bottom: 20px;
    padding: 0 40px;
}

.CleanSandwich_slick .slick_first {
    padding: 0 10px;
}

.CleanSandwich_slick .img {
    border: 1px solid #eeeeee;
}

.CleanSandwich_slick .img img {
    width: 100%;
    clear: both;
    display: block;
    margin: auto;
}

.CleanSandwich_slick .text {
    display: block;
    text-align: center;
    padding: 10px 10px;
    background: #e5e5e5;
    font-size: 18px;
    color: #525252;
    font-family: 'Fjalla One', sans-serif;
}

.CleanSandwich_slick .slick_first:hover .text {
    background: #234699;
    color: #ffffff;
}

.CleanSandwich_slick .slick-prev {
    width: 36px;
    height: 69px;
    margin-top: -35px;
    background: url("https://yaxingfilter.cn162.wondercdn.com/public/static/images/home/zh-cn/slick_prev.png") no-repeat center center;
}

.CleanSandwich_slick .slick-next {
    width: 36px;
    height: 69px;
    margin-top: -35px;
    background: url("https://yaxingfilter.cn162.wondercdn.com/public/static/images/home/zh-cn/slick_next.png") no-repeat center center;
}

.cleanWindow_box1 {
    background: #eeeeee;
}

.cleanWindow_box1 h1 {
    color: #525252;
    font-size: 40px;
    margin: 60px 0 35px;
    font-family: 'Fjalla One', sans-serif;
}

.cleanWindow_box1 p {
    font-size: 18px;
    color: #888888;
}

.cleanWindow_box1 a {
    display: inline-block;
    width: 115px;
    height: 32px;
    background: #234699;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    margin-top: 50px;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.cleanWindow_box1 .img {
    line-height: 0;
    text-align: right;
}

.cleanWindow_box2 {
    padding-top: 75px;
}

.cleanWindow_box2 h2 {
    color: #525252;
    font-size: 40px;
    margin-bottom: 45px;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
}

.cleanWindow_box2 .item_box {
    overflow: hidden;
}

.cleanWindow_box2 .item {
    width: 20%;
    float: left;
    text-align: center;
    padding: 0 25px;
    margin-bottom: 20px;
}

.cleanWindow_box2 .item .img {
    line-height: 0;
    margin-bottom: 25px;
}

.cleanWindow_box2 .item p {
    font-size: 18px;
    color: #6b6b6b;
    line-height: 1.2;
}

.cleanWindow_box3 {
    padding: 55px 0 40px;
}

.cleanWindow_box3 .title {
    padding-right: 300px;
    margin-bottom: 50px;
}

.cleanWindow_box3 .title h2 {
    color: #525252;
    font-size: 40px;
    margin-bottom: 20px;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
}

.cleanWindow_box3 .title p {
    font-size: 16px;
    color: #888888;
}

.cleanWindow_box3 .con_box {
    margin-bottom: 20px;
}

.cleanWindow_box3 .con_box .img {
    line-height: 0;
    text-align: center;
    border: 1px solid #eeeeee;
    border-bottom: 0;
}

.cleanWindow_box3 .con_box .text {
    display: block;
    text-align: center;
    padding: 20px 10px;
    background: #e5e5e5;
    font-size: 20px;
    color: #525252;
    font-family: 'Fjalla One', sans-serif;
}

.cleanWindow_box3 .con_box:hover .text {
    background: #234699;
    color: #ffffff;
}

.cleanWindow_box4 {
    background: #eeeeee;
    padding: 60px 0 80px;
}

.cleanWindow_box4 .item {
    width: 50%;
    float: left;
}

.cleanWindow_box4 .itembgfff {
    background: #ffffff;
    transition: all .3s;
}

.cleanWindow_box4 .item h2 {
    color: #525252;
    font-size: 40px;
    margin-top: 60px;
    margin-bottom: 20px;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
}

.cleanWindow_box4 .item .img,
.cleanWindow_box4 .item .text {
    width: 50%;
    float: left;
}

.cleanWindow_box4 .item .img {
    line-height: 0;
}

.cleanWindow_box4 .item .img img {
    width: 100%;
}

.cleanWindow_box4 .item .text {
    padding: 40px 30px 0;
}

.cleanWindow_box4 .item .text h3 {
    font-size: 20px;
    color: #525252;
    font-weight: 700;
    margin-bottom: 25px;
    transition: all .3s;
}

.cleanWindow_box4 .item .text p {
    font-size: 16px;
    color: #525252;
    transition: all .3s;
}

.cleanWindow_box4 .itembgfff:hover {
    background: #3457aa;
    transition: all .3s;
}

.cleanWindow_box4 .itembgfff:hover h3,
.cleanWindow_box4 .itembgfff:hover p {
    color: #ffffff;
    transition: all .3s;
}

.cleanWindow_box5 {
    padding: 55px 0;
}

.cleanWindow_box5 h2 {
    color: #525252;
    font-size: 40px;
    margin-bottom: 40px;
    font-family: 'Fjalla One', sans-serif;
    text-transform: uppercase;
}

.cleanWindow_box5 .img {
    line-height: 0;
}

.cleanWindow_box5 .img img {
    width: 100%;
}

.cleanWindow_box5 .text h3 {
    color: #525252;
    font-size: 20px;
    text-transform: uppercase;
    font-family: 'Fjalla One', sans-serif;
    margin: 20px 0;
}

.cleanWindow_box5 .text .t {
    margin-bottom: 15px;
}

.cleanWindow_box5 .text .t p {
    font-size: 18px;
    color: #525252;
    line-height: 1.2;
}

.cleanWindow_box5 .text a {
    display: inline-block;
    width: 115px;
    height: 32px;
    background: #234699;
    font-size: 12px;
    color: #ffffff;
    text-align: center;
    line-height: 32px;
    margin-top: 10px;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}

.serviceBanner {
    position: relative;
}

.serviceBanner .img {
    line-height: 0;
    text-align: center;
}

.serviceBanner .text {
    position: absolute;
    text-align: center;
    left: 0;
    right: 0;
    bottom: 0;
    padding-bottom: 15px;
    width: 860px;
    margin: auto;
}

.serviceBanner .text h1 {
    font-size: 40px;
    color: #ffffff;
    font-family: "Fjalla One", sans-serif;
    text-transform: uppercase;
    padding-bottom: 10px;
}

.serviceBanner .text p {
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
}

.serviceBox {
    padding: 60px 0;
}

.serviceBox .item {
    margin: 0 25px;
}

.serviceBox .item .conBox {
    width: 732px;
    float: left;
    margin: 10px 0;
    min-height: 100px;
    position: relative;
    padding-right: 315px;
}

.serviceBox .item .conBox .imgBox {
    width: 315px;
    height: 100px;
    position: absolute;
    right: 0;
    top: 0;
    background: #3457aa;
}

.serviceBox .item .conBox .imgBox .img {
    width: 120px;
    float: left;
    margin-top: -15px;
}

.serviceBox .item .conBox .img img {
    display: block;
}

.serviceBox .item .conBox .imgBox h3 {
    width: 195px;
    height: 100px;
    float: left;
    display: inline-block;
    position: relative;
    text-align: center;
}

.serviceBox .item .conBox .imgBox h3 span {
    font-size: 24px;
    color: #ffffff;
    padding: 0 10px;
    font-family: "Fjalla One", sans-serif;
}

.serviceBox .item .conBox .text {
    height: 100px;
    position: relative;
    padding-right: 70px;
    border-bottom: 2px solid #3457aa;
}

.serviceBox .item .conBox .text a {
    display: inline-block;
    background: #3457aa;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    padding: 3px 10px;
    position: absolute;
    top: -10px;
}

.serviceBox .item .conBox .text a:hover {
    background: #a1d25d;
}

.serviceBox .item .conBox .text .t {
    position: absolute;
    bottom: 10px;
    left: 0;
    right: 70px;
}

.serviceBox .item .conBox .text .t p {
    font-size: 16px;
    color: #888888;
    font-weight: 300;
}

.serviceBox .item:nth-of-type(2n) .conBox {
    float: right;
    padding-right: 0;
    padding-left: 315px;
}

.serviceBox .item:nth-of-type(2n) .conBox .imgBox {
    right: auto;
    left: 0;
    background: #a1d25d;
}

.serviceBox .item:nth-of-type(2n) .conBox .text {
    border-bottom: 2px solid #a1d25d;
}

.serviceBox .item:nth-of-type(2n) .conBox .text .t {
    left: 70px;
    right: 30px;
}

.serviceBox .item:nth-of-type(2n) .conBox .imgBox .img,
.serviceBox .item:nth-of-type(2n) .conBox .imgBox h3 {
    float: right;
}

.serviceBox .itemBox {
    display: flex;
    flex-direction: column;
}

.serviceBox .item + .item {
    padding-top: 50px;
}

.serviceBox .item .img {
    border: 6px solid #3457aa;
}

.serviceBox .item:nth-of-type(2n) .img {
    border-color: #a1d25d;
}

.serviceEjectImgBox {
    width: 885px;
    height: 545px;
    background: #ffffff;
    z-index: 9999;
    position: fixed;
    top: 50%;
    left: 50%;
    padding-top: 60px;
    margin-top: -272px;
    margin-left: -442px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    overflow: hidden;
    -webkit-box-shadow: 0 0 10px 0 rgba(24, 24, 24, .4);
    -moz-box-shadow: 0 0 10px 0 rgba(24, 24, 24, .4);
    box-shadow: 0 0 10px 0 rgba(24, 24, 24, .4);
    display: none;
}

.serviceEjectImgBox .closeImgBox {
    position: absolute;
    right: 25px;
    top: 25px;
    width: 24px;
    height: 24px;
    line-height: 15px;
    color: #ffffff;
    font-size: 50px;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    background: #e5e5e5;
}

.serviceEjectImgBox .closeImgBox:hover {
    color: #000000;
}

.serviceEjectImgBox .imgCon {
    overflow: hidden;
    padding: 0 15px;
}

.serviceEjectImgBox .imgCon .img {
    width: 33.33%;
    float: left;
    text-align: center;
    line-height: 0;
    margin-bottom: 20px;
    padding: 0 10px;
}

.BMapLabel {
    border: 1px solid #dddddd !important;
    left: 6px !important;
    top: -16px !important;
    box-sizing: border-box;
    transform: translate(-50%, -100%);
    background-color: white;
    border-radius: 8px;
    padding: 12px !important;
    box-shadow: 0 2px 7px 1px rgb(0 0 0 / 30%);
}

@media (max-width: 1220px) {

    .index_box1 .title,
    .index_box2 .text,
    .index_box3 .title,
    .index_box4 .title {
        padding-left: 0;
        padding-right: 0;
    }

    .footer_box {
        padding-bottom: 65px;
    }

    .clean_door_box2 .item_box .item .text {
        padding: 0 20px;
    }

    .clean_door_box2 .item_box .item .text .t {
        margin-top: 20px;
    }

    .clean_door_box2 .item_box .item .text h3:before {
        display: none;
    }

    .clean_door_box4 .title,
    .cleanWindow_box3 .title {
        padding-right: 0;
    }

    .clean_door_box6 .text_box {
        padding: 0 30px;
    }

    .contact_box2 .container_1200 {
        padding-left: 10px;
    }

    .aboutBox3 .item .text {
        padding: 15px 20px 0;
    }

    .aboutBox3 .item .text p {
        margin-top: 10px;
    }

    .serviceBox .item {
        margin: 0 19px;
    }
}

@media (max-width: 992px) {
    body {
        padding-top: 60px;
    }

    /*移动端隐藏模块*/
    .header {
        display: none;
    }

    /*移动端头部*/
    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #fff;
        border-bottom: 1px solid #f0f0f0;
        z-index: 99999;
    }

    .m_header {
        height: 60px;
    }

    .logo_box {
        width: 100%;
        text-align: center;
        height: 60px;
        line-height: 0;
        font-size: 0;
        zoom: 1;
    }

    .logo_box img {
        height: 100%;
    }

    /*移动端菜单按钮*/
    .nav_toggle {
        color: #fff;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        transform-origin: 50% 50%;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -13px;
        z-index: 999;
    }

    .nav_toggle {
        cursor: pointer;
        padding: 10px 35px 16px 0;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        cursor: pointer;
        -webkit-border-radius: 1px;
        -moz-border-radius: 1px;
        border-radius: 1px;
        height: 3px;
        width: 42px;
        background: #234699;
        position: absolute;
        display: block;
        content: '';
    }

    .nav_toggle span:before {
        top: -10px;
    }

    .nav_toggle span:after {
        bottom: -10px;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
    }

    .nav_toggle.active span {
        background-color: transparent;
    }

    .nav_toggle.active span:before,
    .nav_toggle.active span:after {
        top: 0;
    }

    .nav_toggle.active span:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .nav_toggle.active span:after {
        transform: translateY(-10px) rotate(-45deg);
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        top: 10px;
    }

    /*移动端导航*/
    .m_header .m_nav {
        display: none;
        position: fixed;
        top: 60px;
        left: 0;
        bottom: 0;
        width: 100%;
        background: #fff;
        z-index: 2;
        overflow: auto;
        border-top: 1px solid #f0f0f0;
        margin-top: -1px;
    }

    .m_header .m_nav_list a {
        display: block;
        width: 100%;
        padding: 0 15px;
        line-height: 35px;
        text-align: left;
        font-size: 15px;
        color: #333;
    }

    .m_header .m_nav_list>li {
        position: relative;
        border-bottom: 1px solid #f0f0f0;
        transition: transform .5s ease;
        transform: matrix(1, -1, 0, 1, 200, 100);
    }

    .m_header .m_nav_list>li>i {
        position: absolute;
        width: 20px;
        height: 20px;
        background: #000;
        top: 8px;
        right: 10px;
        background: url("https://yaxingfilter.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/li_click.png") no-repeat top center;
    }

    .m_header .m_nav_list>li>a {
        opacity: 0;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu {
        height: 0;
        overflow: hidden;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu.on {
        height: auto;
    }

    .m_header .m_nav_list .dropdown_menu>li {
        border-top: 1px solid #f0f0f0;
        background: #f5f5f5;
    }

    .Three_menu_box {
        padding-left: 20px;
    }

    .banner_box .banner_item .banner_poa .text h1,
    .banner_box .banner_item .banner_poa .text h2 {
        font-size: 38px;
    }

    .banner_box .banner_item .banner_poa .text p {
        font-size: 22px;
    }

    .banner_box .banner_item .banner_poa .a a {
        margin-top: 10px;
    }

    .footer_text .a_box {
        float: left;
        margin-top: 15px;
    }

    .footer_text .a_box a {
        margin-left: 0;
        margin-right: 10px;
    }

    .footer_box .col_md_4 {
        display: none;
    }

    .footer_copyright {
        text-align: center;
        margin-top: 10px;
    }

    .clean_door_banner .text {
        position: inherit;
    }

    .clean_door_banner .text h1 {
        color: #333333;
        font-size: 46px;
        margin-top: 50px;
    }

    .clean_door_banner .text .t {
        padding: 15px;
    }

    .clean_door_box2 .item_box .item,
    .CleanSandwich_box1 .item_box .item {
        width: 100%;
    }

    .clean_door_box2 .item_box .item .text,
    .CleanSandwich_box1 .item_box .item .text {
        padding: 45px 65px;
    }

    .clean_door_box2 .item_box .item:nth-of-type(2) .text,
    .clean_door_box2 .item_box .item:nth-of-type(2) .img,
    .CleanSandwich_box1 .item_box .item:nth-of-type(2) .text,
    .CleanSandwich_box1 .item_box .item:nth-of-type(2) .img {
        float: right;
    }

    .clean_door_box2 .item_box .item:nth-of-type(3) .text,
    .clean_door_box2 .item_box .item:nth-of-type(3) .img,
    .CleanSandwich_box1 .item_box .item:nth-of-type(3) .text,
    .CleanSandwich_box1 .item_box .item:nth-of-type(3) .img {
        float: left;
    }

    .clean_door_box4 .title,
    .clean_door_box5 .title {
        padding-right: 0;
    }

    .contact_box2 .container_1200 .con_box {
        padding-left: 15px;
        padding-right: 15px;
    }

    .contact_box2 .con_box .contact_form {
        float: none;
        width: auto;
        margin-left: 370px;
    }

    .cleanWindow_box1 a {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .cleanWindow_box1 .img img {
        width: 100%;
    }

    .cleanWindow_box2 .item {
        width: 33.33%;
    }

    .cleanWindow_box4 .item {
        width: 100%;
    }

    .cleanWindow_box4 .item h2 {
        margin-top: 0;
    }

    .cleanWindow_box4 .item_Box:nth-of-type(2) .item:nth-of-type(1) .img {
        float: right;
    }

    .aboutBox3 .item .text {
        padding: 20px;
        width: 100%;
        float: left;
        margin-left: 0;
    }

    .aboutBox3 .item .text h3 {
        line-height: 1.4;
        padding-top: 15px;
    }

    .aboutBox3 .item .img {
        width: 100%;
        text-align: center;
    }

    .serviceBanner .text {
        position: inherit;
        margin-top: 30px;
        width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .serviceBanner .text h1,
    .serviceBanner .text p {
        color: #323232;
    }

    .serviceEjectImgBox {
        width: 94%;
        height: auto;
        margin-left: 0;
        left: 3%;
        top: 15%;
        margin-top: 0;
        padding-bottom: 15px;
    }
}

@media (max-width: 767px) {
    #back_top {
        width: 0;
        height: 0;
        overflow: hidden;
    }

    .footer_fixed_form {
        display: none;
    }

    .banner_box .banner_item .banner_poa {
        padding: 15px 0;
    }

    .banner_box .banner_item .banner_poa .text h1,
    .banner_box .banner_item .banner_poa .text h2 {
        font-size: 22px;
    }

    .banner_box .banner_item .banner_poa .text p {
        font-size: 16px;
    }

    .banner_box .banner_item .banner_poa .a a {
        margin-top: 0;
    }

    .index_box2 .item_box {
        margin-top: 50px;
    }

    .index_box2 .item {
        width: 50%;
        margin-top: 30px;
    }

    .index_box2 .item:nth-of-type(3):before {
        display: none;
    }

    .index_box4 .con_box .text {
        padding-right: 70px;
    }

    .clean_door_banner .text {
        width: 100%;
    }

    .clean_door_box1 .text {
        -webkit-column-count: 1;
        -webkit-column-gap: 0;
        -webkit-column-rule: 0;
    }

    .clean_door_box6 .text_box {
        margin-top: 50px;
    }

    .contact_box2 .con_box .contact_info {
        width: 100%;
        float: none;
    }

    .contact_box2 .con_box .contact_form {
        width: 460px;
        overflow: hidden;
        margin: 30px auto 0;
    }

    .contact_box2 .con_box .contact_form h2 {
        margin-bottom: 20px;
    }

    .serviceBox .item {
        margin: 0;
    }

    .serviceBox .item .conBox {
        width: 100%;
        padding-right: 0 !important;
        padding-left: 0 !important;
    }

    .serviceBox .item .conBox .imgBox {
        position: inherit;
        left: auto;
        top: auto;
        bottom: auto;
        right: auto;
    }

    .serviceBox .item .conBox .imgBox .img,
    .serviceBox .item .conBox .imgBox h3 {
        float: left !important;
    }

    .serviceBox .item .conBox .text {
        width: 100% !important;
        height: auto !important;
        padding: 0;
        margin-top: 25px;
    }

    .serviceBox .item .conBox .text .t {
        position: inherit;
        top: auto !important;
        bottom: auto !important;
        right: auto !important;
        left: auto !important;
        width: 100%;
        padding-bottom: 10px;
    }

    .serviceBox .item .conBox .text a {
        position: inherit;
        top: auto !important;
        bottom: auto !important;
        right: auto !important;
        left: auto !important;
        margin-bottom: 10px;
    }

    .serviceEjectImgBox .imgCon .img {
        width: 50%;
    }
}

@media (max-width: 640px) {

    .banner_slick .slick-prev,
    .banner_slick .slick-next {
        width: 0;
        height: 0;
        overflow: hidden;
    }

    .index_box3 .container {
        padding: 0 10px;
    }

    .clean_door_box2 h2,
    .clean_door_box4 .title h2,
    .clean_door_box5 .title h2,
    .clean_door_box6 .title h2,
    .cleanWindow_box1 h1,
    .cleanWindow_box2 h2,
    .cleanWindow_box3 .title h2,
    .cleanWindow_box4 .item h2,
    .cleanWindow_box5 h2,
    .CleanSandwich_box1 h2,
    .CleanSandwich_box2 h2,
    .CleanSandwich_box3 h2,
    .clean_door_box5 .title h2 {
        font-size: 34px;
    }

    .clean_door_box2 .item_box .item .text,
    .CleanSandwich_box1 .item_box .item .text,
    .cleanWindow_box4 .item .text {
        padding: 20px 30px;
    }
}

@media (max-width: 560px) {
    .banner_box .slick-dots {
        text-align: right;
    }

    .banner_box .banner_item .banner_poa .text h1,
    .banner_box .banner_item .banner_poa .text h2 {
        font-size: 18px;
    }

    .banner_box .banner_item .banner_poa .text p {
        font-size: 12px;
    }

    .banner_box .banner_item .banner_poa .a {
        display: none;
    }

    .index_box1 .col_xs_12 {
        width: 100%;
    }

    .index_box2 .item {
        width: 100%;
    }

    .index_box2 .item:before {
        display: none;
    }

    .index_box2 .item h3 {
        margin-bottom: 0;
    }

    .clean_door_box2 .item_box .item {
        margin-bottom: 30px;
    }

    .clean_door_box2 .item_box .item .text,
    .clean_door_box2 .item_box .item .img,
    .CleanSandwich_box1 .item_box .item .text,
    .CleanSandwich_box1 .item_box .item .img,
    .cleanWindow_box4 .item .img,
    .cleanWindow_box4 .item .text {
        width: 100%;
    }

    .clean_door_box2 .item_box .item .text .t {
        margin-top: 0;
    }

    .clean_door_box2 .item_box .item .text h3 {
        height: auto;
        min-height: 20px;
    }

    .CleanSandwich_box1 .item_box .item .text:before {
        display: none;
    }

    .cleanWindow_box2 .item {
        width: 50%;
        padding: 0 5px;
    }

    .cleanWindow_box2 .item .img img {
        width: 60%;
    }
}

@media (max-width: 480px) {
    .footer_box .con_box .con_top {
        padding-right: 0;
    }

    .footer_box .con_box .ewm,
    .footer_box .con_box .f_follow_service {
        position: inherit;
    }

    .footer_box .con_box .ewm {
        text-align: center;
        margin: 15px 0;
    }

    .footer_box .con_box .f_follow_service {
        text-align: center;
    }

    .index_box3 .col_lg_12 {
        width: 100%;
    }

    .clean_door_box5 .col_sm_12 {
        width: 100%;
    }

    .contact_box2 .con_box .contact_form {
        width: 100%;
    }

    .contact_box2 .con_box .contact_info ul li,
    .contact_box2 .con_box .contact_info ul li a {
        font-size: 16px;
    }

    .cleanWindow_box2 .item {
        width: 100%;
    }

    .cleanWindow_box2 .item .img img {
        width: auto;
    }

    .aboutBox3 .item .text h3 {
        padding-top: 0;
    }

    /* .serviceBox .item .conBox .imgBox h3 {
        width: auto;
    } */
}

.product_form {
    position: fixed;
    background: #ffffff;
    width: 600px;
    height: 520px;
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -260px;
    padding: 30px;
    z-index: 100000;
    display: none;
}

.product_form .close_form {
    position: absolute;
    right: 0;
    top: 0;
    width: 40px;
    height: 40px;
    line-height: 30px;
    text-align: center;
    font-size: 46px;
    display: block;
    cursor: pointer;
    background: #6f6f6f;
    color: #ffffff;
}

.product_form form p {
    font-size: 30px;
    color: #000000;
}

.product_form .info {
    width: 100%;
    margin-top: 20px;
    position: relative;
}

.product_form .label_control {
    position: absolute;
    left: 10px;
    font-size: 16px;
    color: #a5a5a5;
    line-height: 40px;
}

.product_form .tips {
    position: absolute;
    right: 10px;
    top: 0;
    line-height: 40px;
    font-size: 14px;
    color: #ff0000;
}

.product_form input[type="text"] {
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #a5a5a5;
    text-indent: 10px;
    border: 1px solid #dddddd;
}

.product_form textarea {
    width: 100%;
    height: 100px;
    resize: none;
    padding: 10px;
    border: 1px solid #dddddd;
    font-size: 16px;
    color: #a5a5a5;
}

.product_form input[type="submit"] {
    width: 155px;
    height: 40px;
    background: #234699;
    color: #ffffff;
    border: 0;
    font-size: 16px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
    transition: all .3s;
}

.product_form input[type="submit"]:hover {
    opacity: .85;
    transition: all .3s;
}

.product_form_bj {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .7);
    z-index: 99999;
    display: none;
}

@media (max-width: 600px) {
    .product_form {
        width: 96%;
        margin-left: -48%;
        padding: 30px 20px;
    }
}

@media (max-width: 480px) {
    .product_form form p {
        font-size: 22px;
    }

    .related_pro .item .text {
        padding-left: 0 !important;
    }

    .related_pro .item .text h3,
    .related_pro .item .text p {
        display: none;
    }
    .news_box .news_text h3 i.time{
        top: inherit;
    }
    .Crumbs{
        height: 0;
        padding: 0;
    }
    .inquire_box .title_box{
        height: 0;
    }
}





.airShowerBanner{
    position: relative;
    text-align: center;
}
.airShowerBanner .img{
    line-height: 0;
}
.airShowerBanner h1{
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 1;
    padding: 20px 0;
    font-size: 50px;
    color: #ffffff;
    font-family: "Fjalla One", sans-serif;
    background: rgba(0,0,0,0.33);
}

.airShowerBox1 .text h2{
    font-size: 40px;
    color: #525252;
    padding: 35px 0 15px;
    font-family: "Fjalla One", sans-serif;
}
.airShowerBox1 .text p{
    font-size: 18px;
    color: #888888;
    line-height: 1.6;
}
.airShowerBox1 .text .t{
    display: none;
}
.airShowerBox1 .text a{
    font-size: 18px;
    color: #234699;
    line-height: 1.6;
}
.airShowerBox1 .text a:hover{
    text-decoration: underline;
}

.airShowerBox2 .col_lg_6{
    position: sticky;
    top: 0;
    left: 0;
}
.airShowerBox2 .listText{
    padding-bottom: 30px;
}
.airShowerBox2 .listText h2{
    font-size: 28px;
    color: #525252;
    font-family: "Fjalla One", sans-serif;
    padding: 15px 0;
}
.airShowerBox2 .listText li{
    padding-left: 30px;
    position: relative;
    margin-bottom: 18px;
}
.airShowerBox2 .listText li:before{
    position: absolute;
    content: '';
    left: 0;
    top: 5px;
    width: 20px;
    height: 16px;
    background: url("https://yaxingfilter.cn162.wondercdn.com/public/static/images/home/zh-cn/productIco.png") no-repeat center center;
}
.airShowerBox2 .listText li p{
    font-size: 18px;
    color: #888888;
    line-height: 1.6;
}
.airShowerBox2 .product_list{
    width: 100%;
    margin-bottom: 40px;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}
.airShowerBox2 .product_list .img_box{
    width: 44%;
    height: 260px;
    float: left;
    border: 1px solid #dcdcdc;
    display: flex;
    align-items: center;
    justify-content: center;
}
.airShowerBox2 .product_list .img_box a{
    width: 100%;
    height: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}
.airShowerBox2 .product_list .img_box img{
    height: 100%;
}
.airShowerBox2 .product_list .text_box{
    width: 56%;
    float: left;
    padding: 0 25px;
}
.airShowerBox2 .product_list .text_box h3 a{
    display: block;
    font-size: 20px;
    color: #525252;
    font-family: "Fjalla One", sans-serif;
    margin-bottom: 15px;
    line-height: 1.2;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.airShowerBox2 .product_list .text_box p{
    font-size: 18px;
    color: #888888;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.airShowerBox2 .product_list .text_box .aBox{
    margin-top: 30px;
}
.airShowerBox2 .product_list .text_box .aBox a{
    margin-left: 35px;
    display: inline-block;
    min-width: 145px;
    height: 37px;
    line-height: 37px;
    color: #ffffff;
    background: #234699;
    text-align: center;
    cursor: pointer;
}
.airShowerBox2 .product_list .text_box .aBox a:nth-of-type(1){
    margin-left: 0;
}
.airShowerBox2 .product_list .text_box .aBox a.addToBasket{
    background: #34495e;
}
.airShowerBox2 .product_list .text_box .aBox a span{
    display: inline-block;
    padding-left: 40px;
    margin-left: 10px;
    margin-right: 20px;
    position: relative;
}
.airShowerBox2 .product_list .text_box .aBox a span:before{
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    left: 0;
    background: url("https://yaxingfilter.cn162.wondercdn.com/public/static/images/home/zh-cn/reset/inquire_img.png") no-repeat left top;
}
.airShowerBox2 .product_list .text_box .aBox a:hover{
    -webkit-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 2px 8px 0 rgba(0,0,0,0.5);
    box-shadow: 0 2px 8px 0 rgba(0,0,0,0.5);
}

@media (max-width: 1200px) {
    .airShowerBanner h1,
    .airShowerBox1 .text h2{
        font-size: 40px;
    }
}

@media (max-width: 992px) {
    .airShowerBanner h1,
    .airShowerBox1 .text h2{
        font-size: 34px;
    }
    .airShowerBanner h1{
        padding: 10px 0;
    }
    .airShowerBox1 .text p,
    .airShowerBox1 .text a,
    .airShowerBox2 .listText li p,
    .airShowerBox2 .product_list .text_box p{
        font-size: 16px;
    }
    .airShowerBox2 .listText{
        margin-top: 30px;
    }
    .airShowerBox2 .listText h2{
        font-size: 24px;
    }
    .airShowerBox2 .col_lg_6{
        position: initial;
    }
}
@media (max-width: 767px) {
    .airShowerBanner h1,
    .airShowerBox1 .text h2{
        font-size: 30px;
    }
    .airShowerBanner h1{
        position: initial;
        background: rgba(0,0,0,0.8);
    }
    .airShowerBox2 .productsListBox{
        margin-left: -10px;
        margin-right: -10px;
    }
    .airShowerBox2 .product_list{
        width: 50%;
        float: left;
        padding: 0 10px;
        flex-wrap: wrap;
    }
    .airShowerBox2 .product_list .img_box{
        width: 100%;
    }
    .airShowerBox2 .product_list .text_box{
        width: 100%;
        padding: 20px 0 0;
    }
    .airShowerBox2 .product_list .text_box .aBox{
        text-align: center;
        margin-top: 15px;
    }
    .airShowerBox2 .product_list .text_box .aBox a{
        margin-left: 0;
        width: 100%;
        margin-bottom: 10px;
    }
    .airShowerBox2 .product_list .text_box h3 a{
        font-size: 18px;
        margin-bottom: 10px;
    }
}
@media (max-width: 540px) {
    .airShowerBanner h1,
    .airShowerBox1 .text h2{
        font-size: 24px;
    }
    .airShowerBox2 .submenu_wrap h2{
        font-size: 20px;
    }
    .airShowerBox2 .product_list{
        width: 100%;
    }
    .airShowerBox2 .product_list .img_box{
        height: 200px;
    }
}