.no_padding{
    padding: 0;
}
.header {
    position: relative;
    z-index: 99;
}
.header .headerTop{
    display: flex;
    background: url("/wp-content/uploads/2026/01/headerBj.png") no-repeat top center;
}
.header .headerTop .headerEmail{
    padding-left: 22px;
    margin-right: 30px;
    background: url("../image/headerEmail.png") no-repeat left center;
}
.header .headerTop .headerTel{
    padding-left: 22px;
    margin-right: 30px;
    background: url("../image/headerTel.png") no-repeat left center;
}
.header .headerTop .headerEmail p,
.header .headerTop .headerEmail a,
.header .headerTop .headerTel p,
.header .headerTop .headerTel a{
    line-height: 37px;
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Barlow Condensed", sans-serif;
}
.header .headerTop .langBox{
    position: relative;
}
.header .headerTop .langBox .lang{
    display: inline-block;
    font-size: 18px;
    font-weight: 300;
    line-height: 37px;
    padding-left: 25px;
    position: relative;
    color: #ffffff;
    font-family: "Barlow Condensed", sans-serif;
    background: url("../image/headerLanguage.png") no-repeat left center;
}
.header .headerTop .langBox .langMenu{
    position: absolute;
    right: 0;
    left: 0;
    padding: 5px;
    text-align: center;
    background: #eeeeee;
    border: 1px solid #dddddd;
    z-index: 99;
    display: none;
}
.header .headerTop .langBox .langMenu a{
    display: block;
    color: #121212;
    line-height: 1.6;
}


.header .headerBot{
    display: flex;
}
.header .logo_box .logo{
    line-height: 0;
    width: 146px;
    float: left;
}
.header .logo a{
    display: inline-block;
    line-height: 0;
}
.header .logo_box .text{
    margin-left: 146px;
    width: 285px;
    padding-top: 8px;
    padding-left: 30px;
}
.header .logo_box .text p,
.header .logo_box .text span{
    display: block;
    font-size: 18px;
    color: #2f2f2f;
    font-family: "Barlow Condensed", sans-serif;
}

.headerNavBox {
    position: relative;
    padding-right: 40px;
}
.headerNavBox .nav{
    float: left;
}
.headerNavBox .nav_list {
    font-size: 0;
    line-height: 0;
    position: relative;
}
.headerNavBox .nav_list > li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    text-align: center;
    transition: all .3s;
}
.headerNavBox .nav_list > li > a {
    display: block;
    margin: 0 15px;
}
.headerNavBox .nav_list > li > a > span {
    display: inline-block;
    line-height: 80px;
    font-size: 18px;
    color: #2f2f2f;
    padding: 0 10px;
    position: relative;
    transition: all .3s;
}
.header .nav_list > li.active > a > span,
.header .nav_list > li.on > a > span{
    color: #1E90FF;
    transition: all .3s;
}
.nav_list > li > a > i {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 80px;
    margin-left: -12px;
    background: url("../image/dropdown_menu.png") no-repeat center;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -ms-transition: all linear .3s;
    transition: all .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 .sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 0;
    min-width: 240px;
    display: none;
    z-index: 1;
    background: #1E90FF;
}
.nav_normal .sub-menu li {
    width: 100%;
}
.nav_normal .sub-menu li a {
    display: block;
    width: 100%;
    height: 32px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 32px;
    font-size: 14px;
    color: #ffffff;
    white-space: nowrap;
}
.nav_normal .sub-menu li:hover > a{
    background: #1e1e1e;
}

.header_search_box {
    position: absolute;
    float: right;
    right: 0;
    top: 20px;
    width: 40px;
    height: 40px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all .3s
}
.header_search_box.active {
    width: 260px;
    background: #000000;
    transition: all .3s
}
.header_search_box a {
    line-height: 0;
    width: 30px;
    height: 40px;
    text-align: right;
    display: block;
    position: relative;
    float: right;
    z-index: 10;
    background: 0 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px
}

.header_search_box img {
    position: absolute;
    top: 10px;
    right: 5px
}

.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: 0;
    right: 30px;
    width: 0;
    display: block;
    z-index: -1;
    transition: all .3s
}

.header_search_box.active .search_form {
    width: 220px;
    z-index: 9;
    transition: all .3s
}

.search_form .info {
    width: 100%;
    padding-right: 45px
}

.search_form input[type=text] {
    width: 100%;
    height: 40px;
    background: 0 0;
    border: 0;
    font-size: 14px;
    color: #ffffff
}

.search_form input[type=text]::-webkit-input-placeholder {
    color: #ffffff
}

.search_form input.btn_search {
    width: 30px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("../image/search.png") no-repeat center center;
    border: 0;
    font-size: 0;
    cursor: pointer
}

.m_header {
    display: none;
}

.footer_box{
    overflow: hidden;
}

.footer_box .footerText{
    background: #1E90FF;
    padding: 40px 0 30px;
}
.footer_box .footerText .text{
    float: left;
}
.footer_box .footerText .text h3{
    font-size: 36px;
    color: #ffffff;
    font-family: "Barlow Condensed", sans-serif;
}
.footer_box .footerText .text p{
    font-size: 18px;
    color: #ffffff;
    font-family: "Barlow Condensed", sans-serif;
}
.footer_box .footerText .a{
    float: right;
}
.footer_box .footerText .a a{
    display: inline-block;
    width: 180px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    background: #ffffff;
    color: #1E90FF;
    font-size: 18px;
    font-weight: 300;
    font-family: "Barlow Condensed", sans-serif;
}
.footer_box .footerText .a a:hover{
    background: #2c2c2c;
    color: #ffffff;
}
.footer_box .fast_navigation{
    overflow: hidden;
    background: #f2f2f2;
}

.footer_box .itemBox{
    overflow: hidden;
    padding-bottom: 80px;
}
.footer_box .itemBox .item{
    width: 25%;
    float: left;
}
.footer_box .itemBox .item:nth-of-type(2){
    padding-left: 100px;
}
.footer_box .itemBox .item:nth-of-type(3){
    padding-left: 100px;
}
.footer_box .itemBox .item:nth-of-type(4){
    padding-left: 35px;
}
.footer_box .itemBox .item h3{
    padding: 70px 0 20px;
    font-size: 36px;
    font-family: "Barlow Condensed", sans-serif;
    color: #353535;
}
.footer_box .itemBox .item li{
    padding-bottom: 5px;
}
.footer_box .itemBox .item li,
.footer_box .itemBox .item li a,
.footer_box .itemBox .item li p{
    font-size: 16px;
    color: #777777;
    line-height: 1.6;
}
.footer_box .itemBox .item li a:hover{
    color: #1E90FF;
}

.footer_box .footer_share{
    float: left;
    text-align: center;
    margin-top: 10px;
    overflow: hidden;
}
.footer_box .footer_share a{
    display: inline-block;
    line-height: 0;
    margin-right: 15px;
    border: 1px solid #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.footer_box .footer_share a:hover{
    opacity: .75;
    filter: none;
}

.footer_box .footer_copyright{
    position: relative;
    overflow: hidden;
}
.footer_box .footer_copyright:before{
    position: absolute;
    content: '';
    width: 50%;
    top: 0;
    bottom: 0;
    left: 0;
    background: #1E90FF;
}
.footer_box .footer_copyright:after{
    position: absolute;
    content: '';
    width: 50%;
    top: 0;
    bottom: 0;
    right: 0;
    background: #2c2c2c;
}
.footer_box .footer_copyright .container_1400{
    position: relative;
    z-index: 2;
    background: #1E90FF;
    overflow: hidden;
}
.footer_box .footer_copyright .text{
    float: left;
    margin-left: 100px;
} 
.footer_box .footer_copyright p,
.footer_box .footer_copyright p span,
.footer_box .footer_copyright p a{
    color: #ffffff;
    font-size: 18px;
    line-height: 69px;
    font-weight: 300;
}
.footer_box .footer_copyright p a,
.footer_box .footer_copyright p span{
    display: inline-block;
    margin-left: 10px;
}
.footer_box .footer_copyright a:hover{
    color: #ffffff;
    text-decoration: underline;
}
.footer_box .footer_copyright .a{
    float: right;
    padding-left: 100px;
    background: #2c2c2c url("/wp-content/uploads/2026/01/背景.png") no-repeat left center;
}
.footer_box .footer_copyright .a a{
    display: inline-block;
    line-height: 69px;
    width: auto;
    height: auto;
    padding-left: 30px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    background: url("../image/fixed_form1.png") no-repeat left center;
}

/*banner*/
.banner_slick .slick-prev,
.banner_slick .slick-next{
    width: 40px;
    height: 50px;
    margin-top: -25px;
    background-color: transparent;
    background-image: url("../image/skin.png");
    background-repeat: no-repeat;
}
.banner_slick .slick-prev {
    background-position: 0 0;
    left: 80px;
}
.banner_slick .slick-next {
    background-position: -150px 0;
    right: 80px;
}
.banner_slick .slick-dots li{
    width: 20px;
    height: 4px;
    background: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.banner_slick .slick-dots li.slick-active{
    background: #1E90FF;
    width: 85px;
}


.banner .conBox{
    padding-top: 735px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
    position: relative;
}
.banner .container_1400{
    position: absolute;
    top: 180px;
    left: 0;
    right: 0;
    margin: auto;
}
.banner .conBox .text span{
    display: block;
    font-size: 30px;
    color: #ffffff;
    font-weight: 300;
    font-family: "Roboto", sans-serif;
}
.banner .conBox .text p{
    width: 750px;
    font-family: "Barlow", sans-serif;
    font-weight: 700;
    font-size: 106px;
    color: #ffffff;
    line-height: 1;
}
.banner .conBox .text a{
    display: inline-block;
    margin-top: 30px;
    width: 185px;
    height: 55px;
    color: #ffffff;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
    background: #1E90FF;
}
.banner .conBox .text a:hover{
    background: #2c2c2c;
}


.indexBox1{
    padding: 120px 0 100px;
    background: url("../image/indexBj1.jpg") no-repeat bottom center;
}
.indexBox1 .conBox{
    position: relative;
    padding-right: 33.33%;
}
.indexBox1 .conBox .text{
    min-height: 262px;
    padding-right: 50px;
}
.indexBox1 .conBox .text h2{
    font-size: 48px;
    color: #1e1e1e;
    padding-top: 30px;
    padding-bottom: 5px;
    font-family: 'Barlow Condensed', sans-serif;
}
.indexBox1 .conBox .text p{
    font-size: 18px;
    color: #606060;
    font-weight: 300;
    line-height: 1.6;
}
.indexBox1 .conBox .text a{
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    display: inline-block;
    width: 148px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    margin-top: 25px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #1E90FF;
}
.indexBox1 .conBox .text a:hover{
    background: #2c2c2c;
}
.indexBox1 .conBox .item{
    position: absolute;
    width: 33.33%;
    bottom: 0;
    right: 0;
    background: #a2a2a2;
    transition: all .3s;
}
.indexBox1 .conBox .item:hover{
    background: #1E90FF;
    transition: all .3s;
}
.indexBox1 .conBox .item a{
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.indexBox1 .conBox .item .img{
    width: 50%;
    height: 262px;
    float: right;
    background-repeat: no-repeat;
    background-position: center center;
}
.indexBox1 .conBox .item .tBox{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50%;
    float: right;
    text-align: center;
}
.indexBox1 .conBox .item .tBox .ico{
    line-height: 0;
}
.indexBox1 .conBox .item .tBox span{
    padding: 25px 0;
    display: block;
    font-size: 30px;
    color: #ffffff;
    font-family: 'Barlow Condensed', sans-serif;
}

.indexBox1 .itemBox{
    overflow: hidden;
}
.indexBox1 .itemBox .item{
    width: 33.33%;
    float: left;
    background: #a2a2a2;
    position: relative;
    transition: all .3s;
}
.indexBox1 .itemBox .item:hover{
    background: #1E90FF;
    transition: all .3s;
}
.indexBox1 .itemBox .item:nth-of-type(4){
    margin-left: 16.6666%;
}
.indexBox1 .itemBox .item a{
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}
.indexBox1 .itemBox .item .img{
    width: 50%;
    height: 262px;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
}
.indexBox1 .itemBox .item .tBox{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 50%;
    float: left;
    text-align: center;
}
.indexBox1 .itemBox .item .tBox .ico{
    line-height: 0;
}
.indexBox1 .itemBox .item .tBox span{
    padding: 25px 0;
    display: block;
    font-size: 30px;
    color: #ffffff;
    font-family: 'Barlow Condensed', sans-serif;
}

.indexBox2{
    padding: 50px 0;
    background: #1E90FF;
}
.indexBox2 .conBox{
    padding: 0 335px 0 100px;
    position: relative;
    overflow: hidden;
}
.indexBox2 .conBox .text h2{
    font-size: 27px;
    color: #ffffff;
    font-weight: 700;
}
.indexBox2 .conBox .text p{
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
}
.indexBox2 .conBox .a{
    position: absolute;
    width: 335px;
    right: 0;
    top: 0;
}
.indexBox2 .conBox .a a{
    display: block;
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #ffffff;
    color: #1E90FF;
    font-size: 18px;
}
.indexBox2 .conBox .a a:hover{
    background: #2c2c2c;
    color: #ffffff;
}

.indexBox3{
    padding: 95px 0 80px;
    overflow: hidden;
}
.indexBox3 .title h2{
    text-align: center;
    padding-bottom: 45px;
    font-size: 48px;
    color: #232323;
    font-family: 'Roboto Condensed', sans-serif;
}
.indexBox3 .indexVideoTabClick{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
.indexBox3 .indexVideoTabClick .item{
    width: 33%;
    text-align: center;
    background: #edeff1;
    padding: 10px 0;
    cursor: pointer;
    transition: all .3s;
}
.indexBox3 .indexVideoTabClick .item:hover,
.indexBox3 .indexVideoTabClick .item.on{
    background: #1E90FF;
    transition: all .3s;
}
.indexBox3 .indexVideoTabClick .item span{
    display: inline-block;
    padding-left: 50px;
    line-height: 40px;
    font-size: 24px;
    color: #3b3b3b;
    background-repeat: no-repeat;
    background-position: left center;
    transition: all .3s;
}
.indexBox3 .indexVideoTabClick .item span.water{
    background-image: url("../image/indexIco7.png");
    transition: all .3s;
}
.indexBox3 .indexVideoTabClick .item span.juice{
    background-image: url("../image/indexIco8.png");
    transition: all .3s;
}
.indexBox3 .indexVideoTabClick .item span.csd{
    background-image: url("../image/indexIco9.png");
    transition: all .3s;
}
.indexBox3 .indexVideoTabClick .item:hover span.water,
.indexBox3 .indexVideoTabClick .item.on span.water{
    color: #ffffff;
    background-image: url("../image/indexIco7-1.png");
    transition: all .3s;
}
.indexBox3 .indexVideoTabClick .item:hover span.juice,
.indexBox3 .indexVideoTabClick .item.on span.juice{
    color: #ffffff;
    background-image: url("../image/indexIco8-1.png");
    transition: all .3s;
}
.indexBox3 .indexVideoTabClick .item:hover span.csd,
.indexBox3 .indexVideoTabClick .item.on span.csd{
    color: #ffffff;
    background-image: url("../image/indexIco9-1.png");
    transition: all .3s;
}
.indexBox3 .indexVideoTabSwitch .switch{
    height: 0;
    overflow: hidden;
}
.indexBox3 .indexVideoTabSwitch .switch.on{
    height: auto;
}
.indexBox3 .indexVideoTabSwitch .switch .video_click:after{
    background: url("/wp-content/uploads/2026/01/播放-2.png") no-repeat center center;
}

.indexBox4 .conBox{
    overflow: hidden;
    background: #f9f9f9;
}
.indexBox4 .conBox .textBox{
    width: 50%;
    float: left;
}
.indexBox4 .conBox .text{
    width: 700px;
    float: right;
    padding: 215px 50px 0;
}
.indexBox4 .conBox .text h2{
    font-family: 'Roboto Condensed', sans-serif;
    font-size: 48px;
    color: #232323;
    padding-bottom: 25px;
}
.indexBox4 .conBox .text p{
    font-size: 18px;
    color: #3b3b3b;
    line-height: 1.6;
}
.indexBox4 .conBox .aboutVideo{
    width: 50%;
    float: left;
}
.indexBox4 .conBox .aboutVideo a{
    display: block;
    width: 100%;
    padding-top: 605px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.indexBox5 .conBox{
    overflow: hidden;
}
.indexBox5 .conBox .img{
    width: 50%;
    float: left;
    padding-top: 445px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.indexBox5 .conBox .textBox{
    background: #1E90FF;
    width: 50%;
    float: left;
}
.indexBox5 .conBox .text{
    width: 50%;
    float: left;
    padding: 85px 35px 0 55px;
}
.indexBox5 .conBox .text p{
    font-size: 18px;
    color: #ffffff;
    line-height: 1.7;
}
.indexBox5 .conBox .text a{
    display: inline-block;
    margin-top: 60px;
    font-size: 18px;
    color: #ffffff;
}
.indexBox5 .conBox .text a:hover{
    text-decoration: underline;
}
.indexBox5 .conBox .tp{
    width: 50%;
    float: left;
    padding-top: 445px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.indexBox6{
    background: url("../image/indexBj2.jpg") no-repeat top center;
}
.indexBox6 .title h2{
    padding: 110px 0 80px;
    text-align: center;
    font-size: 48px;
    color: #1e1e1e;
    font-family: 'Barlow Condensed', sans-serif;
}
.indexBox6 .itemBox{
    display: flex;
    align-items: flex-end;
}
.indexBox6 .item{
    width: 33.33%;
    height: 670px;
    float: left;
    padding-top: 100px;
    position: relative;
}
.indexBox6 .item.on{
    padding-top: 0;
}
.indexBox6 .item .img{
    position: absolute;
    bottom: 270px;
    top: 100px;
    left: 0;
    right: 0;
    transition: all .3s;
}
.indexBox6 .item.on .img{
    top: 0;
    transition: all .3s;
}
.indexBox6 .item .img a{
    display: block;
    width: 100%;
    padding-top: 300px;
    background-repeat: no-repeat;
    background-position: center center;
}
.indexBox6 .item .img a:after{
    background: url("/wp-content/uploads/2026/01/播放-2.png") no-repeat center center;
    -webkit-background-size: 60px;
    background-size: 60px;
}
.indexBox6 .item.on .img a{
    padding-top: 400px;
}
.indexBox6 .item .text{
    height: 270px;
    position: absolute;
    bottom: 0;
    padding: 35px 50px;
    background: #fafafa;
}
.indexBox6 .item.on .text{
    background: #f5f5f5;
}
.indexBox6 .item .text p{
    font-size: 17px;
    color: #404040;
    line-height: 1.4;
}

.waterLineBanner{
    padding-top: 470px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.waterLineBanner a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.waterLineBanner a:after{
    display: none;
}
.waterLineBanner .textBox{
    position: absolute;
    top: 42%;
    left: 0;
    right: 0;
}
.waterLineBanner .textBox .text{
    padding-left: 105px;
}
.waterLineBanner .textBox .text p{
    font-size: 18px;
    color: #444444;
}
.waterLineBanner .textBox .text h1{
    padding-left: 80px;
    line-height: 60px;
    font-size: 58px;
    color: #1b1b1b;
    margin-top: 20px;
    font-family: 'Barlow Condensed', sans-serif;
    background: url("/wp-content/uploads/2026/01/播放-2.png") no-repeat left center;
    -webkit-background-size: 60px;
    background-size: 60px;
}
.waterLineBanner.csdBanner .textBox .text p,
.waterLineBanner.csdBanner .textBox .text h1{
    color: #ffffff;
}

.waterLineBox1 .conBox{
    overflow: hidden;
    margin: 50px 0 40px;
    border-bottom: 2px solid #dcdcdc;
}
.waterLineBox1 .conBox .text{
    float: left;
}
.waterLineBox1 .conBox .text h2{
    padding-left: 60px;
    font-size: 50px;
    color: #1b1b1b;
    padding-top: 2px;
    text-transform: uppercase;
    font-family: 'Barlow Condensed', sans-serif;
    background: url("../image/waterLineIco1.png") no-repeat left top;
}
.waterLineBox1 .conBox .tabClickBox{
    float: right;
    overflow: hidden;
    margin-right: -25px;
    margin-top: 13px;
}
.waterLineBox1 .conBox .tabClickBox .item{
    width: 220px;
    float: left;
    margin-right: 25px;
    font-size: 18px;
    color: #2f2f2f;
    line-height: 42px;
    text-align: center;
    border-top-right-radius: 10px;
    background: #dcdcdc;
    cursor: pointer;
}
.waterLineBox1 .conBox .tabClickBox .item.on,
.waterLineBox1 .conBox .tabClickBox .item:hover{
    color: #ffffff;
    background: #1E90FF;
}
.waterLineBox1 .tabSwitchImgBox{
    padding: 15px 0;
    background: url("../image/waterLineBj1.jpg");
}
.waterLineBox1 .tabSwitchImgBox .img{
    line-height: 0;
    height: 0;
    overflow: hidden;
}
.waterLineBox1 .tabSwitchImgBox .img.on{
    height: auto;
    border: 4px solid #dcdcdc;
    border-bottom: 10px solid #1E90FF;
    background: #ffffff;
    position: relative;
}
.waterLineBox1 .tabSwitchTextBox{
    padding: 35px 0 70px;
}
.waterLineBox1 .tabSwitchTextBox .textBox{
    height: 0;
    overflow: hidden;
    position: relative;
    padding-right: 250px;
}
.waterLineBox1 .tabSwitchTextBox .textBox.on{
    height: auto;
}
.waterLineBox1 .tabSwitchTextBox .text{
    padding-right: 75px;
    padding-bottom: 15px;
}
.waterLineBox1 .tabSwitchTextBox .text h3{
    font-size: 50px;
    color: #1b1b1b;
    font-family: 'Barlow Condensed', sans-serif;
    padding-bottom: 20px;
}
.waterLineBox1 .tabSwitchTextBox .text p{
    font-size: 18px;
    color: #3d3d3d;
    line-height: 1.6;
}
.waterLineBox1 .tabSwitchTextBox .a{
    position: absolute;
    width: 250px;
    top: 0;
    right: 0;
}
.waterLineBox1 .tabSwitchTextBox .a a{
    display: block;
    margin-top: 25px;
    text-align: center;
    line-height: 60px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    font-size: 18px;
}
.waterLineBox1 .tabSwitchTextBox .a a:nth-of-type(1){
    background: #eeeeee;
    color: #2f2f2f;
}
.waterLineBox1 .tabSwitchTextBox .a a:nth-of-type(2){
    background: #1E90FF;
    color: #ffffff;
}
.waterLineBox1 .tabSwitchTextBox .a a:hover{
    background: #2c2c2c;
    color: #ffffff;
}

.waterLineBox2{
    background: url("../image/waterLineBj2.jpg") no-repeat bottom center;
    padding-bottom: 30px;
    -webkit-background-size: cover;
    background-size: cover;
}
.waterLineBox2 .tabClickBox{
    overflow: hidden;
    text-align: center;
    padding: 45px 0 40px;
}
.waterLineBox2 .tabClickBox .item{
    display: inline-block;
    width: 280px;
    height: 56px;
    margin: 0 10px;
    background: #ffffff;
    cursor: pointer;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: all .3s;
}
.waterLineBox2 .tabClickBox .item.on,
.waterLineBox2 .tabClickBox .item:hover{
    background: #1E90FF;
    transition: all .3s;
}
.waterLineBox2 .tabClickBox .item span{
    display: inline-block;
    padding-left: 40px;
    font-size: 18px;
    color: #3d3d3d;
    line-height: 56px;
    background-repeat: no-repeat;
    background-position: left center;
    transition: all .3s;
}
.waterLineBox2 .tabClickBox .item span.it1{
    background-image: url("../image/waterLineIco2.png");
    transition: all .3s;
}
.waterLineBox2 .tabClickBox .item span.it2{
    background-image: url("../image/waterLineIco3.png");
    transition: all .3s;
}
.waterLineBox2 .tabClickBox .item.on span.it1,
.waterLineBox2 .tabClickBox .item:hover span.it1{
    background-image: url("../image/waterLineIco2-1.png");
    color: #ffffff;
    transition: all .3s;
}
.waterLineBox2 .tabClickBox .item.on span.it2,
.waterLineBox2 .tabClickBox .item:hover span.it2{
    background-image: url("../image/waterLineIco3-1.png");
    color: #ffffff;
    transition: all .3s;
}
.waterLineBox2 .tabSwitchBox{
    background: #ffffff;
    padding: 45px 40px;
}
.waterLineBox2 .tabSwitchBox .switch{
    height: 0;
    overflow: hidden;
}
.waterLineBox2 .tabSwitchBox .switch.on{
    height: auto;
}

.waterLineBox3{
    padding: 45px 0 55px;
}
.waterLineBox3 .title h2{
    text-align: center;
    font-size: 50px;
    color: #1b1b1b;
    padding-bottom: 30px;
    font-family: 'Barlow Condensed', sans-serif;
}
.waterLineBox3 .text table th{
    background: #1E90FF;
    height: 52px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    border: 3px solid #ffffff;
    white-space: nowrap;
    padding: 5px;
}
.waterLineBox3 .text table td{
    font-size: 14px;
    height: 52px;
    color: #3d3d3d;
    text-align: center;
    background: #eeeeee;
    border: 3px solid #ffffff;
    white-space: nowrap;
    padding: 5px;
}
.waterLineBox3 .text table tr td:nth-of-type(1){
    text-align: left;
}
.waterLineBox3 .a{
    text-align: center;
    margin-top: 40px;
}
.waterLineBox3 .a a{
    display: inline-block;
    width: 255px;
    height: 62px;
    background: #1E90FF;
    line-height: 62px;
    font-size: 18px;
    color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.waterLineBox3 .a a:hover{
    background: #2c2c2c;
}

.waterLineBox4 .tabClickBox{
    padding-bottom: 25px;
    background: url("../image/waterLine3.jpg") no-repeat bottom center;
}
.waterLineBox4 .tabClickBox .itemBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 33px 0 30px;
}
.waterLineBox4 .tabClickBox .item{
    width: 19.5%;
    height: 88px;
    margin-top: 45px;
    text-align: center;
    position: relative;
    cursor: pointer;
    position: relative;
}
.waterLineBox4.juiceLineBox4 .tabClickBox .item{
    width: 15.5%;
}
.waterLineBox4 .tabClickBox .item:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #1E90FF;
    border-top-right-radius: 10px;
    z-index: 2;
}
.waterLineBox4 .tabClickBox .item.on:before,
.waterLineBox4 .tabClickBox .item:hover:before{
    background: #fac57b;
}
.waterLineBox4 .tabClickBox .item em{
    position: absolute;
    top: -45px;
    left: 0;
    right: 0;
    line-height: 1;
    display: block;
    font-size: 78px;
    color: rgba(255,255,255,.5);
    font-weight: 700;
}
.waterLineBox4 .tabClickBox .item a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
}
.waterLineBox4 .tabClickBox .item span{
    position: absolute;
    top: 50%;
    left: 10px;
    right: 10px;
    z-index: 2;
    font-size: 18px;
    color: #ffffff;
}
.waterLineBox4 .tabClickBox .item:hover span,
.waterLineBox4 .tabClickBox .item.on span{
    color: #010101;
}
.waterLineBox4 .tabSwitchBox{
    background: url("../image/waterLineBj4.png") repeat-x bottom center;
}
.waterLineBox4 .tabSwitchBox .switch{
    height: 0;
    overflow: hidden;
}
.waterLineBox4 .tabSwitchBox .switch.on{
    height: auto;
}
.waterLineBox4 .tabSwitchBox .textBox{
    border: 10px solid #eeeeee;
    padding: 25px 30px;
    background: #ffffff;
    margin-bottom: 35px;
    margin-top: 35px;
    overflow: hidden;
}
.waterLineBox4 .tabSwitchBox .textBox .img{
    width: 50%;
    float: left;
    padding-right: 25px;
    line-height: 0;
}
.waterLineBox4 .tabSwitchBox .textBox .text{
    padding-top: 20px;
    width: 50%;
    float: left;
    padding-left: 5px;
}
.waterLineBox4 .tabSwitchBox .textBox .text h3{
    position: relative;
    padding-top: 25px;
    padding-bottom: 20px;
}
.waterLineBox4 .tabSwitchBox .textBox .text h3 em{
    position: absolute;
    top: -10px;
    left: 0;
    line-height: 1;
    font-size: 78px;
    color: #e8e8e8;
    font-weight: 700;
}
.waterLineBox4 .tabSwitchBox .textBox .text h3 span{
    position: relative;
    font-weight: 700;
    font-size: 30px;
    color: #010101;
    z-index: 2;
}
.waterLineBox4 .tabSwitchBox .textBox .text p,
.waterLineBox4 .tabSwitchBox .textBox .text p i,
.waterLineBox4 .tabSwitchBox .textBox .text p span{
    font-size: 16px;
    color: #3d3d3d;
    line-height: 1.5;
}
.waterLineBox4 .tabSwitchBox .textBox .text p i{
    border-bottom: 1px solid #3d3d3d;
}
.waterLineBox4 .tabSwitchBox .textBox .text p span{
    color: #1E90FF;
}
.waterLineBox4 .tabSwitchBox .textBox .text .t{
    padding-top: 20px;
    margin-top: 20px;
    border-top: 1px solid #e5e5e5;
}
.waterLineBox4 .tabSwitchBox .textBox .text .t strong{
    font-size: 18px;
    font-weight: 700;
    color: #3d3d3d;
    display: block;
    padding-bottom: 10px;
}
.waterLineBox4 .tabSwitchBox .textBox .text .t p{
    padding-left: 10px;
    position: relative;
}
.waterLineBox4 .tabSwitchBox .textBox .text .t p:before{
    position: absolute;
    content: '';
    width: 6px;
    left: 0;
    top: 7px;
    height: 6px;
    background: #000000;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.waterLineBox4 .tabSwitchBox .textBox .text a{
    display: inline-block;
    margin-top: 15px;
    font-size: 18px;
    color: #1E90FF;
}

.waterLineBox5{
    overflow: hidden;
}
.waterLineBox5 .container_1200{
    border-bottom: 1px solid #e5e5e5;
}
.waterLineBox5 .title h2{
    text-align: center;
    padding: 45px 0 30px;
    font-size: 50px;
    color: #1b1b1b;
    font-family: 'Barlow Condensed', sans-serif;
}
.waterLineBox5 .itemBox{
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}
.waterLineBox5 .item{
    width: 33.33%;
    float: left;
    padding: 0 15px;
    margin-bottom: 45px;
}
.waterLineBox5 .item .conBox{
    border: 1px solid #e5e5e5;
}
.waterLineBox5 .item .img{
    line-height: 0;
    text-align: center;
    overflow: hidden;
}
.waterLineBox5 .item .img img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
}
.waterLineBox5 .item:hover .img img{
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
    transition: all .3s;
}
.waterLineBox5 .item .text a{
    display: block;
    padding: 20px;
    font-size: 18px;
    color: #3d3d3d;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.waterLineBox6{
    padding: 50px 0;
}
.waterLineBox6 .itemBox{
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    margin-left: -8px;
    margin-right: -8px;
}
.waterLineBox6 .item{
    width: 25%;
    padding: 0 8px;
}
.waterLineBox6 .item .img{
    padding-top: 275px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
}
.waterLineBox6 .item .img .title{
    position: absolute;
    top: 45px;
    left: 35px;
    right: 35px;
}
.waterLineBox6 .item .img .title h2{
    font-size: 50px;
    color: #ffffff;
    line-height: 1;
    font-family: 'Barlow Condensed', sans-serif;
}
.waterLineBox6 .item .img .title a{
    display: inline-block;
    margin-top: 35px;
    color: #ffffff;
    font-size: 18px;
}
.waterLineBox6 .item .img .title a:hover{
    text-decoration: underline;
}
.waterLineBox6 .item .text a{
    display: block;
    font-size: 18px;
    color: #3d3d3d;
    line-height: 20px;
    padding-left: 15px;
    margin-top: 10px;
    border-left: 10px solid #1E90FF;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.waterLineBox7 .title h2{
    font-size: 50px;
    color: #1b1b1b;
    text-align: center;
    padding-bottom: 20px;
    font-family: 'Barlow Condensed', sans-serif;
}
.waterLineBox7 .text{
    width: 460px;
    min-height: 135px;
    margin: auto;
    background: #f7f7f7;
    padding-top: 5px;
    padding-bottom: 15px;
    padding-left: 190px;
    padding-right: 60px;
    position: relative;
}
.waterLineBox7 .text:before{
    position: absolute;
    content: '';
    left: 85px;
    width: 85px;
    height: 113px;
    background: url("../image/waterLineDownload.png") no-repeat center center;
}
.waterLineBox7 .text h3{
    font-size: 20px;
    color: #161616;
    padding: 30px 0 10px;
}
.waterLineBox7 .text a{
    display: inline-block;
    width: 150px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #ffffff;
    font-size: 18px;
    background: #1E90FF;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.waterLineBox7 .text a:hover{
    background: #2c2c2c;
}

.waterLineBox8{
    padding-bottom: 75px;
}
.waterLineBox8 .title h2{
    font-size: 50px;
    color: #1b1b1b;
    text-align: center;
    padding: 35px 0;
    font-family: 'Barlow Condensed', sans-serif;
}
.waterLineBox8 form{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.waterLineBox8 form .infoBox{
    width: 49%;
}
.waterLineBox8 form .infoBox:last-child{
    width: 100%;
    text-align: center;
}
.waterLineBox8 .infoBox .info{
    position: relative;
    margin-bottom: 10px;
    line-height: 0;
}
.waterLineBox8 .infoBox .info .label_control{
    position: absolute;
    top: 0;
    left: 10px;
    line-height: 46px;
    font-size: 18px;
    color: #2c2c2c;
}
.waterLineBox8 .infoBox .info .tips{
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 46px;
    color: #ff0000;
}
.waterLineBox8 .infoBox .info input[type="text"]{
    width: 100%;
    height: 46px;
    background: #f6f5f5;
    font-size: 18px;
    color: #2c2c2c;
    border: 0;
    padding: 0 10px;
}
.waterLineBox8 .infoBox .info textarea{
    width: 100%;
    height: 102px;
    background: #f6f5f5;
    font-size: 18px;
    color: #2c2c2c;
    border: 0;
    resize: none;
    padding: 12px 10px;
}
.waterLineBox8 .infoBox input[type="submit"]{
    width: 300px;
    height: 44px;
    color: #ffffff;
    font-size: 18px;
    background: #1E90FF;
    border: 0;
    cursor: pointer;
    margin-top: 20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    transition: all .3s;
}
.waterLineBox8 .infoBox input[type="submit"]:hover{
    background: #2c2c2c;
    transition: all .3s;
}

.waterLineTabConBox .box{
    height: 0;
    overflow: hidden;
}
.waterLineTabConBox .box.on{
    height: auto;
}

.aboutBanner{
    line-height: 0;
    text-align: center;
    margin-bottom: 10px;
}
.aboutContentBox{
    display: flex;
    padding-bottom: 100px;
}
.aboutContentBox .aboutMenu{
    width: 300px;
    float: left;
    position: sticky;
    top: 0;
    left: 0;
}
.aboutContentBox .aboutMenu p{
    background: #1E90FF;
    padding-left: 30px;
    font-size: 25px;
    color: #fff;
    letter-spacing: 0;
    line-height: 52px;
}
.aboutContentBox .aboutMenu li{
    border-bottom: 1px solid #e5e5e5;
}
.aboutContentBox .aboutMenu li a{
    display: block;
    padding: 0 30px;
    line-height: 48px;
    font-size: 18px;
    color: #2f2f2f;
    position: relative;
}
.aboutContentBox .aboutMenu li a:before{
    position: absolute;
    content: '';
    right: 10px;
    top: 50%;
    margin-top: -8px;
    width: 18px;
    height: 16px;
    background: url("/wp-content/uploads/2026/01/aboutIco1.png") no-repeat center center;
    opacity: 0;
}
.aboutContentBox .aboutMenu li:hover a:before,
.aboutContentBox .aboutMenu li.on a:before{
    opacity: 1;
}
.aboutContentBox .aboutMenu .info{
    margin-top: 40px;
}
.aboutContentBox .aboutMenu .info a{
    display: block;
    margin-top: 10px;
    padding-left: 95px;
    line-height: 50px;
    color: #ffffff;
    font-size: 18px;
    background-color: #000000;
    background-repeat: no-repeat;
    background-position: 50px center;
}
.aboutContentBox .aboutMenu .info a.aboutContact{
    background-image: url("../image/aboutIco2.png");
}
.aboutContentBox .aboutMenu .info a.aboutDownload{
    background-image: url("../image/aboutIco3.png");
}
.aboutContentBox .aboutMenu .info a:hover{
    background-color: #1E90FF;
}

.aboutContentBox .aboutContent{
    margin-left: 300px;
    padding-left: 100px;
    min-height: 450px;
}
.aboutContentBox .aboutContent .Crumbs{
    border-top: 0;
    padding-top: 5px;
}
.aboutContentBox .aboutContent .aboutTitle h1{
    font-size: 50px;
    color: #1b1b1b;
    padding: 35px 0 15px;
    font-family: 'Barlow Condensed', sans-serif;
}

.aboutBox1 .video_click{
    line-height: 0;
    display: block;
}
.aboutBox1 .video_click:after{
    background: url("../image/indexVideoClick.png") no-repeat center center;
}
.aboutBox1 .text{
    padding: 35px 0;
}
.aboutBox1 .text p{
    font-size: 18px;
    color: #2f2f2f;
    line-height: 1.6;
}

.aboutBox2 .conBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: flex-end;
}
.aboutBox2 .conBox .textBox{
    width: 50%;
    float: left;
}
.aboutBox2 .conBox .textBox .text h2{
    font-size: 50px;
    color: #1b1b1b;
    font-family: 'Barlow Condensed', sans-serif;
    padding-bottom: 5px;
}
.aboutBox2 .conBox .textBox .text p{
    font-size: 18px;
    color: #2f2f2f;
    line-height: 1.6;
}
.aboutBox2 .conBox .textBox .text a{
    display: inline-block;
    margin: 20px 0;
    padding: 12px 35px;
    background: #1E90FF;
    font-size: 18px;
    color: #ffffff;
}
.aboutBox2 .conBox .textBox .text a:hover{
    background: #2c2c2c;
}
.aboutBox2 .conBox .textBox .img{
    line-height: 0;
    text-align: center;
}
.aboutBox2 .conBox .textBox .img img{
    width: 100%;
}
.aboutBox2 .conBox .imgBox{
    width: 50%;
    float: left;
    padding-left: 20px;
    line-height: 0;
}

.aboutBox3{
    padding: 90px 0 80px;
}
.aboutBox3 .text p{
    font-size: 18px;
    color: #3c3c3c;
    line-height: 1.6;
}
.aboutBox3 .img{
    line-height: 0;
    padding-top: 30px;
}

.aboutBox4{
    padding-top: 410px;
    position: relative;
    background: url("../image/aboutImg4.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.aboutBox4 .text{
    position: absolute;
    width: 610px;
    top: 75px;
    left: 35px;
}
.aboutBox4 .text h2{
    padding-bottom: 15px;
}
.aboutBox4 .text h2,
.aboutBox4 .text h2 span{
    display: block;
    color: #ffffff;
    font-size: 50px;
    line-height: 1;
    font-family: 'Barlow Condensed', sans-serif;
}
.aboutBox4 .text p{
    font-size: 18px;
    color: #ffffff;
    line-height: 1.6;
}

.historyBox{
    position: relative;
}
.historyBox:before{
    position: absolute;
    content: '';
    width: 1px;
    top: 30px;
    bottom: 30px;
    left: 40px;
    background: #e5e5e5;
}
.historyBox .item{
    margin-top: 25px;
    overflow: hidden;
}
.historyBox .item .years{
    width: 80px;
    height: 80px;
    float: left;
    background: #cccbc9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
}
.historyBox .item .years:before{
    position: absolute;
    content: '';
    width: 54px;
    height: 54px;
    top: 13px;
    left: 13px;
    background: #6f6f6f;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.historyBox .item .years span{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -11px;
    text-align: center;
    font-size: 18px;
    color: #ffffff;
    font-weight: bold;
    font-style: italic;
}
.historyBox .item .text{
    margin-left: 80px;
    padding-left: 25px;
    padding-top: 25px;
}
.historyBox .item .text p{
    font-size: 17px;
    color: #1b1b1b;
    line-height: 1.6;
}

.businessBox1{
    display: flex;
    flex-wrap: wrap;
}
.businessBox1 .textBox{
    width: 44%;
    float: left;
}
.businessBox1 .textBox .text{
    padding-top: 20px;
}
.businessBox1 .textBox .text p{
    font-size: 18px;
    color: #2f2f2f;
    line-height: 1.6;
}
.businessBox1 .img{
    width: 56%;
    padding-top: 0;
    margin-top: -65px;
    float: left;
    line-height: 0;
}
.businessBox2{
    padding-right: 100px;
}
.businessBox2 .img{
    line-height: 0;
    text-align: center;
    padding-top: 75px;
    padding-bottom: 15px;
}
.businessBox2 .text p{
    font-size: 18px;
    color: #2f2f2f;
    line-height: 1.6;
    padding-top: 20px;
}

.qualificationBox1{
    padding-top: 10px;
}
.qualificationBox1 p{
    font-size: 18px;
    color: #2f2f2f;
    line-height: 1.6;
}
.qualificationBox2{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 45px;
}
.qualificationBox2 .img{
    width: 24%;
    margin-bottom: 10px;
    border: 1px solid #dcdcdc;
    line-height: 0;
}
.qualificationBox3{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.qualificationBox3 .img{
    margin-bottom: 10px;
    line-height: 0;
}
.qualificationBox3 .img:nth-of-type(1){
    width: 52%;
}
.qualificationBox3 .img:nth-of-type(2){
    width: 45.6%;
}

.teamBox1 .text p{
    font-size: 18px;
    line-height: 1.6;
    color: #2f2f2f;
}
.teamBox1 .img{
    line-height: 0;
    padding: 25px 0;
}

.teamBox2{
    padding-top: 60px;
    padding-bottom: 20px;
    overflow: hidden;
}
.teamBox2 .text{
    width: 50%;
    float: left;
    padding-top: 120px;
}
.teamBox2 .text p{
    font-size: 18px;
    color: #2f2f2f;
    padding-bottom: 5px;
    line-height: 1.6;
}
.teamBox2 .img{
    width: 50%;
    float: left;
    padding-left: 20px;
    text-align: right;
}

.teamBox3{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.teamBox3 .item{
    width: 24%;
    background: #eeeeee;
    margin-top: 40px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.teamBox3 .item .img{
    line-height: 0;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.teamBox3 .item .text{
    padding: 20px;
    text-align: center;
}
.teamBox3 .item .text h3{
    font-size: 18px;
    color: #2f2f2f;
    min-height: 42px;
    margin-bottom: 10px;
}
.teamBox3 .item .text p{
    font-size: 16px;
    color: #2f2f2f;
}

.contactBox1{
    padding: 40px 0 55px;
}
.contactBox1 .itemBox{
    display: flex;
    justify-content: space-between;
}
.contactBox1 .item{
    width: 28%;
    float: left;
    overflow: hidden;
}
.contactBox1 .item .img{
    width: 72px;
    float: left;
}
.contactBox1 .item .text{
    margin-left: 72px;
    padding-left: 20px;
}
.contactBox1 .item .text h2{
    font-size: 24px;
    color: #1b1b1b;
    padding-top: 15px;
    padding-bottom: 10px;
    font-family: 'Barlow Condensed', sans-serif;
}
.contactBox1 .item .text a,
.contactBox1 .item .text p{
    display: block;
    font-size: 16px;
    color: #5e5e5e;
    line-height: 1.4;
}
.contactBox1 .item .text a:hover{
    color: #1E90FF;
}

.contactBox2{
    padding: 55px 0 60px;
    background: url("../image/contactBj.png");
}
.contactBox2 .conBox{
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.contactBox2 .contactForm{
    width: 490px;
    float: left;
}
.contactBox2 .contactForm h2{
    font-size: 30px;
    color: #1b1b1b;
    padding-bottom: 30px;
    font-family: 'Barlow Condensed', sans-serif;
}
.contactBox2 .contactForm .info{
    position: relative;
    margin-bottom: 15px;
}
.contactBox2 .contactForm .label_control{
    position: absolute;
    top: 0;
    left: 10px;
    font-size: 16px;
    line-height: 36px;
    color: #838383;
    font-weight: 300;
}
.contactBox2 .contactForm .controlsSpan{
    font-size: 16px;
    color: #838383;
    font-weight: 300;
    display: block;
    padding-bottom: 8px;
}
.contactBox2 .contactForm .controls label{
    margin-right: 15px;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
    color: #000000;
    font-weight: 300;
    line-height: 1.6;
    cursor: pointer;
    display: inline-block;
}
.contactBox2 .contactForm .controls input[type="radio"]{
    position: absolute;
    left: 0;
    top: 3px;
}
.contactBox2 .contactForm .controls select{
    text-indent: 6px;
    width: 100%;
    height: 36px;
    background-color: #fff;
    border: 1px solid #ccc;
}
.contactBox2 .contactForm .tips{
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 36px;
    color: #ff0000;
    font-size: 13px;
}
.contactBox2 .contactForm input[type="text"]{
    width: 100%;
    height: 36px;
    background: #ffffff;
    padding: 0 10px;
    font-size: 16px;
    color: #838383;
    border: 1px solid #dcdcdc;
}
.contactBox2 .contactForm textarea{
    width: 100%;
    height: 90px;
    background: #ffffff;
    padding: 15px 10px;
    font-size: 16px;
    color: #838383;
    border: 1px solid #dcdcdc;
    resize: none;
}
.contactBox2 .contactForm .imgVerifyCode .tips{
    top: 40px;
    line-height: 1;
}
.contactBox2 .contactForm .Verify_img{
    position: absolute;
    top: 1px;
    right: 1px;
    height: 34px;
    cursor: pointer;
}
.contactBox2 .contactForm input[type="submit"]{
    margin-top: 15px;
    width: 100%;
    height: 40px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    background: #1E90FF;
    border: none;
    cursor: pointer;
    transition: all .3s;
}
.contactBox2 .contactForm input[type="submit"]:hover{
    background: #362c2b;
    transition: all .3s;
}
.contactBox2 .contactMap{
    width: 570px;
}
.contactBox2 .contactMap #googleMap{
    width: 100%;
    height: 505px;
    margin-bottom: 15px;
}
.contactBox3{
    padding: 60px 0;
}
.contactBox3 .title h2{
    font-size: 30px;
    color: #1b1b1b;
    font-family: 'Barlow Condensed', sans-serif;
    padding-bottom: 35px;
}

.serviceBanner{
    position: relative;
}
.serviceBanner .img{
    padding-top: 620px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.serviceBanner .conBox{
    position: absolute;
    top: 80px;
    left: 0;
    right: 0;
}
.serviceBanner .conBox .text{
    width: 60%;
    float: left;
    padding-top: 90px;
}
.serviceBanner .conBox .text p{
    font-size: 30px;
    color: #ffffff;
    font-weight: 300;
}
.serviceBanner .conBox .text h1{
    color: #ffffff;
    font-weight: 700;
    font-size: 106px;
    line-height: 1;
    font-family: 'Barlow Condensed', sans-serif;
}
.serviceBanner .conBox .serviceForm{
    width: 365px;
    float: right;
    padding: 0 30px;
    background: #ffffff;
}
.serviceBanner .conBox .serviceForm h2{
    text-align: center;
    font-size: 30px;
    color: #1E90FF;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 300;
    padding: 15px 0;
}
.serviceBanner .conBox .serviceForm .info{
    position: relative;
    margin-bottom: 15px;
}
.serviceBanner .conBox .serviceForm .label_control{
    position: absolute;
    top: 0;
    left: 0;
    line-height: 36px;
    font-size: 18px;
    color: #9a9a9a;
    font-weight: 300;
    font-family: 'Barlow Condensed', sans-serif;
}
.serviceBanner .conBox .serviceForm .tips{
    position: absolute;
    top: 0;
    right: 0;
    line-height: 36px;
    font-size: 16px;
    color: #ff0000;
    font-weight: 300;
    font-family: 'Barlow Condensed', sans-serif;
}
.serviceBanner .conBox .serviceForm input[type="text"]{
    width: 100%;
    height: 36px;
    border: 0;
    border-bottom: 1px solid #bfbfbf;
}
.serviceBanner .conBox .serviceForm textarea{
    width: 100%;
    height: 90px;
    border: 0;
    resize: none;
    border-bottom: 1px solid #bfbfbf;
}
.serviceBanner .conBox .serviceForm input[type="submit"]{
    width: 150px;
    height: 40px;
    border: 0;
    margin: 15px 0 25px;
    background: #1E90FF;
    font-size: 18px;
    color: #ffffff;
    font-weight: 300;
    font-family: 'Barlow Condensed', sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    cursor: pointer;
}
.serviceBanner .conBox .serviceForm input[type="submit"]:hover{
    background: #2c2c2c;
}

.serviceBox1 .title h2{
    font-size: 48px;
    color: #1e1e1e;
    font-family: 'Barlow Condensed', sans-serif;
    text-align: center;
    padding: 70px 0 20px;
}
.serviceBox1 .itemBox{
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
}
.serviceBox1 .item{
    width: 33.33%;
    float: left;
    padding: 0 10px;
    text-align: center;
}
.serviceBox1 .item .img{
    line-height: 0;
}
.serviceBox1 .item .text{
    background: #f5f5f5;
}
.serviceBox1 .item .text p{
    font-size: 24px;
    color: #3b3b3b;
    font-weight: 300;
    padding: 30px 10px;
}

.serviceBox2 .title h2{
    font-size: 48px;
    color: #1e1e1e;
    font-family: 'Barlow Condensed', sans-serif;
    text-align: center;
    padding: 70px 0 20px;
}
.manufacturingSlick .slick-prev,
.manufacturingSlick .slick-next{
    width: 21px;
    height: 42px;
    margin-top: -21px;
    background: url("../image/buttonstyle.png") no-repeat;
}
.manufacturingSlick .slick-prev{
    background-position: left center;
    left: -30px;
}
.manufacturingSlick .slick-next{
    background-position: right center;
    right: -30px;
}
.manufacturingSlick .slick_first{
    text-align: center;
}
.manufacturingSlick .slick_first .img{
    position: relative;
    padding-bottom: 25px;
    margin-bottom: 25px;
}
.manufacturingSlick .slick_first .img:before{
    position: absolute;
    content: '';
    width: 26px;
    height: 2px;
    left: 50%;
    bottom: 0;
    margin-left: -13px;
    background: #dddddd;
}
.manufacturingSlick .slick_first img{
    clear: both;
    display: block;
    margin: auto;
}
.manufacturingSlick .slick_first .text p{
    font-size: 24px;
    color: #3b3b3b;
    font-weight: 300;
}

.serviceBox3 .title h2{
    font-size: 48px;
    color: #1e1e1e;
    font-family: 'Barlow Condensed', sans-serif;
    text-align: center;
    padding: 70px 0 20px;
}
.serviceBox3 .itemBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.serviceBox3 .item{
    width: 48.5%;
    margin-top: 20px;
    padding: 60px 30px;
    background: #f5f5f5;
}
.serviceBox3 .item .img{
    line-height: 0;
    padding-bottom: 45px;
    background-repeat: no-repeat;
    background-position: top right;
}
.serviceBox3 .item .text p{
    font-size: 18px;
    color: #3b3b3b;
    line-height: 1.6;
}

.serviceBox4{
    padding-top: 100px;
}
.serviceBox4 .img{
    width: 40%;
    float: left;
    line-height: 0;
}
.serviceBox4 .textBox{
    width: 60%;
    float: left;
    padding-left: 60px;
}
.serviceBox4 .textBox .text{
    margin-bottom: 40px;
}
.serviceBox4 .textBox .text h2{
    font-size: 48px;
    color: #1e1e1e;
    line-height: 1;
    padding-bottom: 25px;
    font-family: 'Barlow Condensed', sans-serif;
}
.serviceBox4 .textBox .text p span,
.serviceBox4 .textBox .text p{
    font-size: 24px;
    color: #3b3b3b;
    font-weight: 300;
    line-height: 1.4;
}
.serviceBox4 .textBox .text p span{
    display: block;
}
.serviceBox4 .textBox .t{
    padding: 15px 0;
    border-bottom: 1px solid #bbbbbb;
}
.serviceBox4 .textBox .t h3{
    font-size: 24px;
    color: #3b3b3b;
    line-height: 46px;
    position: relative;
    padding-right: 50px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.serviceBox4 .textBox .t h3:before{
    position: absolute;
    content: '+';
    right: 0;
    text-align: center;
    line-height: 46px;
    font-weight: 700;
    width: 46px;
    height: 46px;
    color: #1E90FF;
}
.serviceBox4 .textBox .t h3.on:before{
    content: '-';
    color: #ffffff;
    background: #1E90FF;
}
.serviceBox4 .textBox .hide{
    padding-top: 15px;
    display: none;
}
.serviceBox4 .textBox .hide p{
    font-size: 24px;
    color: #3b3b3b;
    font-weight: 300;
}

.serviceBox5 .title h2{
    font-size: 48px;
    color: #1e1e1e;
    font-family: 'Barlow Condensed', sans-serif;
    text-align: center;
    padding: 70px 0 20px;
}
.serviceBox5 .itemBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.serviceBox5 .item{
    width: 48.5%;
    margin-top: 20px;
    background: #f5f5f5;
}
.serviceBox5 .item .img{
    line-height: 0;
    text-align: center;
}
.serviceBox5 .item .img img{
    width: 100%;
}
.serviceBox5 .item .text{
    background: #f5f5f5;
    padding: 60px 30px;
}
.serviceBox5 .item .text p{
    font-size: 18px;
    color: #3b3b3b;
    line-height: 1.6;
}

.serviceBox6 .title h2{
    font-size: 48px;
    color: #1e1e1e;
    font-family: 'Barlow Condensed', sans-serif;
    text-align: center;
    padding: 70px 0 20px;
}
.serviceBox6 .itemBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.serviceBox6 .item{
    width: 31.5%;
    margin-top: 20px;
    background: #f5f5f5;
}
.serviceBox6 .item .img{
    line-height: 0;
    text-align: center;
}
.serviceBox6 .item .img img{
    width: 100%;
}
.serviceBox6 .item .text{
    background: #f5f5f5;
    padding: 30px;
}
.serviceBox6 .item .text p{
    font-size: 18px;
    color: #3b3b3b;
    line-height: 1.6;
}

.serviceBox7{
    padding-top: 100px;
}
.serviceBox7 .text{
    width: 60%;
    float: left;
    padding-right: 50px;
}
.serviceBox7 .text h2{
    font-size: 48px;
    color: #1e1e1e;
    font-family: 'Barlow Condensed', sans-serif;
    padding-left: 40px;
    padding-bottom: 35px;
}
.serviceBox7 .text .t{
    padding-left: 40px;
    background: url("../image/serviceIco.png") no-repeat top left;
    margin-bottom: 40px;
}
.serviceBox7 .text .t p{
    font-size: 18px;
    color: #3b3b3b;
    line-height: 1.6;
}
.serviceBox7 .imgBox{
    width: 40%;
    float: left;
    margin-top: 70px;
    padding-top: 95px;
}
.serviceBox7 .imgBox .slick-prev,
.serviceBox7 .imgBox .slick-next{
    width: 48px;
    height: 48px;
    top: 0;
    right: 0;
    left: auto;
    margin-top: 0;
    text-align: center;
    background: #000000;
}
.serviceBox7 .imgBox .slick-prev:hover,
.serviceBox7 .imgBox .slick-next:hover{
    background: #1E90FF;
}
.serviceBox7 .imgBox .slick-prev{
    right: 55px;
}
.serviceBox7 .imgBox .slick-prev:before{
    position: absolute;
    content: '<';
    color: #ffffff;
    top: 0;
    left: 0;
    font-size: 20px;
    width: 48px;
    height: 48px;
    line-height: 48px;
}
.serviceBox7 .imgBox .slick-next:before{
    position: absolute;
    content: '>';
    color: #ffffff;
    top: 0;
    left: 0;
    font-size: 20px;
    width: 48px;
    height: 48px;
    line-height: 48px;
}

.serviceBox8 .title h2{
    font-size: 48px;
    color: #1e1e1e;
    font-family: 'Barlow Condensed', sans-serif;
    text-align: center;
    padding: 70px 0 20px;
}
.serviceBox8 .img{
    line-height: 0;
    padding: 20px 0 40px;
}
.serviceBox8 .textBox{
    margin-bottom: 60px;
}
.serviceBox8 .textBox .text h3{
    font-size: 38px;
    color: #3b3b3b;
    font-weight: 300;
    padding-bottom: 20px;
    font-family: 'Barlow Condensed', sans-serif;
}
.serviceBox8 .textBox .text p{
    font-size: 18px;
    color: #3b3b3b;
    line-height: 1.6;
}
.serviceBox8 .textBox .itemBox{
    display: flex;
    flex-wrap: wrap;
}
.serviceBox8 .textBox .item{
    width: 33.333%;
    text-align: center;
    padding: 0 50px;
}
.serviceBox8 .textBox .item .tp{
    line-height: 0;
    padding: 20px 0;
    border-bottom: 1px solid #dddddd;
}
.serviceBox8 .textBox .item .t{
    padding-top: 15px;
}
.serviceBox8 .textBox .item .t p{
    font-size: 18px;
    color: #3b3b3b;
    line-height: 1.6;
}

.serviceBox9 .title h2{
    font-size: 48px;
    color: #1e1e1e;
    font-family: 'Barlow Condensed', sans-serif;
    text-align: center;
    padding-bottom: 50px;
}
.serviceBox9 .conBox{
    background: #f5f5f5;
    display: flex;
    align-items: center;
}
.serviceBox9 .conBox .imgBox{
    width: 50%;
    float: left;
    padding-right: 28px;
    position: relative;
}
.serviceBox9 .conBox .imgBox .ico{
    position: absolute;
    top: 50%;
    margin-top: -28px;
    right: 0;
}
.serviceBox9 .conBox .text{
    width: 50%;
    float: left;
    padding: 35px 150px 35px 35px;
}
.serviceBox9 .conBox .text p{
    font-size: 18px;
    color: #3b3b3b;
    line-height: 1.6;
}

.serviceBox10 .title h2{
    font-size: 48px;
    color: #1e1e1e;
    font-family: 'Barlow Condensed', sans-serif;
    text-align: center;
    padding-top: 60px;
    padding-bottom: 50px;
}
.serviceBox10 .text{
    padding: 15px 0;
    border-bottom: 1px solid #bbbbbb;
}
.serviceBox10 .text h3{
    font-size: 38px;
    color: #3b3b3b;
    line-height: 46px;
    position: relative;
    padding-right: 50px;
    font-family: 'Barlow Condensed', sans-serif;
    font-weight: 300;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.serviceBox10 .text h3:before{
    position: absolute;
    content: '+';
    right: 0;
    text-align: center;
    line-height: 46px;
    font-weight: 700;
    width: 46px;
    height: 46px;
    color: #1E90FF;
}
.serviceBox10 .text h3.on:before{
    content: '-';
    color: #ffffff;
    background: #1E90FF;
}
.serviceBox10 .text .hide{
    padding-top: 15px;
    display: none;
}
.serviceBox10 .text .hide p{
    font-size: 18px;
    color: #3b3b3b;
    line-height: 1.6;
}

.serviceBox11{
    padding: 80px 0;
}
.serviceBox11 .imgBox{
    margin-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.serviceBox11 .img{
    width: 19%;
    margin-bottom: 15px;
}
.serviceBox11 .a{
    text-align: center;
}
.serviceBox11 .a a{
    display: inline-block;
    width: 150px;
    height: 40px;
    text-transform: uppercase;
    background: #1E90FF;
    line-height: 40px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    font-family: 'Barlow Condensed', sans-serif;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.serviceBox11 .a a:hover{
    background: #2c2c2c;
}


.solution20201029{
    padding-bottom: 55px;
}
.solution20201029 .title h2{
    text-align: center;
    font-size: 50px;
    color: #1b1b1b;
    padding-bottom: 30px;
    font-family: 'Barlow Condensed', sans-serif;
}
.solution20201029 .itemBox{
    display: flex;
    flex-wrap: wrap;
}
.solution20201029 .item{
    width: 33.33%;
    float: left;
    background: #1E90FF;
    text-align: center;
    padding: 20px;
}
.solution20201029 .item:nth-of-type(2n){
    background: #ffffff;
}
.solution20201029 .item .img{
    line-height: 0;
    padding-bottom: 5px;
}
.solution20201029 .item .text p{
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
}
.solution20201029 .item:nth-of-type(2n) .text p{
    color: #1E90FF;
}
.solution20201029 .a{
    text-align: center;
    margin-top: 40px;
}
.solution20201029 .a a{
    display: inline-block;
    width: 255px;
    height: 62px;
    background: #1E90FF;
    line-height: 62px;
    font-size: 18px;
    color: #ffffff;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.solution20201029 .a a:hover{
    background: #2c2c2c;
}


.ss{
    font-family: 'Barlow Condensed', sans-serif;
}
.aa{
    font-family: 'Roboto Condensed', sans-serif;
}

@media (max-width: 1620px) {
}

@media (max-width: 1450px) {
    .indexBox1 .conBox .text h2,
    .indexBox3 .title h2,
    .indexBox4 .conBox .text h2,
    .indexBox6 .title h2,
    .waterLineBanner .textBox .text h1,
    .waterLineBox1 .conBox .text h2,
    .waterLineBox1 .tabSwitchTextBox .text h3,
    .waterLineBox3 .title h2,
    .waterLineBox5 .title h2,
    .waterLineBox6 .item .img .title h2,
    .waterLineBox7 .title h2,
    .waterLineBox8 .title h2,
    .aboutContentBox .aboutContent .aboutTitle h1,
    .aboutBox2 .conBox .textBox .text h2,
    .aboutBox4 .text h2, .aboutBox4 .text h2 span,
    .solution20201029 .title h2{
        font-size: 44px;
    }
    .headerNavBox .nav_list > li > a{
        margin: 0;
    }
    .nav_list > li > a > i{
        margin-left: -15px;
    }

    .footer_box .footer_copyright .text{
        margin-left: 0;
    }

    .banner .conBox{
        padding-top: 625px;
    }
    .banner .conBox .text span{
        font-size: 20px;
    }
    .banner .conBox .text p{
        font-size: 80px;
    }

    .indexBox1 .conBox .text{
        min-height: 235px;
    }
    .indexBox1 .conBox .text h2{
        padding-top: 15px;
    }
    .indexBox1 .conBox .item .img,
    .indexBox1 .itemBox .item .img{
        height: 235px;
    }

    .indexBox2 .conBox{
        padding-left: 0;
    }

    .indexBox4 .conBox .text{
        width: 600px;
        padding-left: 0;
    }

    .indexBox5 .conBox .text{
        padding: 40px 25px;
    }

    .indexBox6 .title h2{
        padding: 80px 0 60px;
    }

    .aboutContentBox .aboutContent{
        padding-left: 50px;
    }

    .businessBox2{
        padding-right: 0;
    }
}

@media (max-width: 1220px) {
    .indexBox1 .conBox .text h2,
    .indexBox3 .title h2,
    .indexBox4 .conBox .text h2,
    .indexBox6 .title h2,
    .waterLineBanner .textBox .text h1,
    .waterLineBox1 .conBox .text h2,
    .waterLineBox1 .tabSwitchTextBox .text h3,
    .waterLineBox3 .title h2,
    .waterLineBox5 .title h2,
    .waterLineBox6 .item .img .title h2,
    .waterLineBox7 .title h2,
    .waterLineBox8 .title h2,
    .aboutContentBox .aboutContent .aboutTitle h1,
    .aboutBox2 .conBox .textBox .text h2,
    .aboutBox4 .text h2, .aboutBox4 .text h2 span,
    .serviceBox1 .title h2,
    .serviceBox2 .title h2,
    .serviceBox3 .title h2,
    .serviceBox4 .textBox .text h2,
    .serviceBox5 .title h2,
    .serviceBox6 .title h2,
    .serviceBox7 .text h2,
    .serviceBox8 .title h2,
    .serviceBox9 .title h2,
    .serviceBox10 .title h2,
    .solution20201029 .title h2{
        font-size: 40px;
    }

    .Crumbs ul li a, .Crumbs ul li a span,
    .indexBox1 .conBox .text p,
    .indexBox1 .conBox .text a,
    .indexBox2 .conBox .text p,
    .indexBox2 .conBox .a a,
    .indexBox4 .conBox .text p,
    .indexBox5 .conBox .text p,
    .indexBox5 .conBox .text a,
    .indexBox6 .item .text p,
    .footer_box .footerText .text p,
    .footer_box .footerText .a a,
    .footer_box .footer_copyright p,
    .footer_box .footer_copyright p span,
    .footer_box .footer_copyright p a,
    .waterLineBanner .textBox .text p,
    .waterLineBox1 .conBox .tabClickBox .item,
    .waterLineBox1 .tabSwitchTextBox .text p,
    .waterLineBox1 .tabSwitchTextBox .a a,
    .waterLineBox2 .tabClickBox .item span,
    .waterLineBox3 .text table th,
    .waterLineBox3 .a a,
    .waterLineBox4 .tabClickBox .item span,
    .waterLineBox4 .tabSwitchBox .textBox .text p,
    .waterLineBox4 .tabSwitchBox .textBox .text p i,
    .waterLineBox4 .tabSwitchBox .textBox .text p span,
    .waterLineBox5 .item .text a,
    .waterLineBox6 .item .img .title a,
    .waterLineBox6 .item .text a,
    .waterLineBox7 .text h3,
    .waterLineBox7 .text a,
    .waterLineBox8 .infoBox .info .label_control,
    .waterLineBox8 .infoBox .info input[type="text"],
    .waterLineBox8 .infoBox .info textarea,
    .waterLineBox8 .infoBox input[type="submit"],
    .product_tab .tab_sub li,
    .aboutContentBox .aboutMenu li a,
    .aboutContentBox .aboutMenu .info a,
    .aboutBox1 .text p,
    .aboutBox2 .conBox .textBox .text p,
    .aboutBox2 .conBox .textBox .text a,
    .aboutBox3 .text p,
    .aboutBox4 .text p,
    .historyBox .item .text p,
    .businessBox1 .textBox .text p,
    .businessBox2 .text p,
    .qualificationBox1 p,
    .teamBox1 .text p,
    .teamBox2 .text p,
    .teamBox3 .item .text h3,
    .serviceBox1 .item .text p,
    .manufacturingSlick .slick_first .text p,
    .serviceBox3 .item .text p,
    .serviceBox4 .textBox .text p span,
    .serviceBox4 .textBox .text p,
    .serviceBox4 .textBox .hide p,
    .serviceBox5 .item .text p,
    .serviceBox6 .item .text p,
    .serviceBox7 .text .t p,
    .serviceBox8 .textBox .text p,
    .serviceBox8 .textBox .item .t p,
    .serviceBox9 .conBox .text p,
    .serviceBox10 .text .hide p,
    .solution20201029 .a a{
        font-size: 16px;
    }

    .header .logo_box{
        width: 210px;
    }
    .header .logo_box .text{
        width: 100%;
        margin-left: 0;
        float: left;
        padding-left: 0;
        padding-bottom: 10px;
    }
    .header .logo_box .text p,
    .header .logo_box .text span{
        font-size: 14px;
    }

    .footer_box .itemBox .item:nth-of-type(2),
    .footer_box .itemBox .item:nth-of-type(3){
        padding-left: 0;
        width: 22%;
    }
    .footer_box .itemBox .item:nth-of-type(4){
        width: 31%;
        padding-left: 0;
    }

    .banner .container_1400{
        top: 140px;
    }
    .banner .conBox .text p{
        width: 500px;
        font-size: 60px;
    }

    .indexBox1{
        padding: 60px 0;
    }
    .indexBox1 .conBox{
        padding-right: 0;
        overflow: hidden;
    }
    .indexBox1 .conBox .text{
        width: 100%;
        min-height: 0;
        padding-bottom: 20px;
        padding-right: 0;
    }
    .indexBox1 .conBox .text h2{
        padding-top: 0;
    }
    .indexBox1 .conBox .text p{
        padding-right: 35%;
    }
    .indexBox1 .conBox .text a{
        margin-top: 10px;
        margin-bottom: 5px;
    }
    .indexBox1 .conBox .item{
        width: 33.33%;
        overflow: hidden;
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        float: right;
        margin-top: -120px;
    }
    .indexBox1 .conBox .item .img,
    .indexBox1 .itemBox .item .img{
        height: 195px;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .indexBox1 .conBox .item .tBox .ico img,
    .indexBox1 .itemBox .item .tBox .ico img{
        height: 80px;
    }
    .indexBox1 .conBox .item .tBox span,
    .indexBox1 .itemBox .item .tBox span{
        font-size: 24px;
        padding-top: 10px;
    }

    .indexBox2 .conBox .text h2{
        font-size: 24px;
    }

    .indexBox3{
        padding: 60px 0;
    }
    .indexBox3 .title h2{
        padding-bottom: 30px;
    }
    .indexBox3 .indexVideoTabClick .item span{
        font-size: 20px;
    }
    .indexBox4 .conBox .text{
        width: 496px;
        padding-top: 105px;
    }
    .indexBox4 .conBox .aboutVideo a{
        padding-top: 365px;
    }

    .indexBox5 .conBox .img{
        padding-top: 305px;
    }
    .indexBox5 .conBox .text{
        padding: 25px 10px;
    }
    .indexBox5 .conBox .text p{
        line-height: 1.5;
    }
    .indexBox5 .conBox .text a{
        margin-top: 20px;
    }
    .indexBox5 .conBox .tp{
        padding-top: 305px;
    }

    .indexBox6 .title h2{
        padding: 60px 0 30px;
    }
    .indexBox6 .itemBox{
        align-items: normal;
    }
    .indexBox6 .item{
        height: auto;
        padding: 0;
        background: #fafafa;
    }
    .indexBox6 .item.on{
        background: #f5f5f5;
    }
    .indexBox6 .item .img{
        position: initial;
        top: auto !important;
        bottom: auto !important;
        left: auto !important;
        right: auto !important;
    }
    .indexBox6 .item .img a{
        padding-top: 240px !important;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .indexBox6 .item .text{
        position: initial;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        height: auto;
        padding: 25px 10px;
    }

    .waterLineBanner{
        padding-top: 360px;
    }

    .waterLineBox1 .conBox .text{
        width: 100%;
    }
    .waterLineBox1 .conBox .text h2{
        padding-top: 10px;
    }
    .waterLineBox1 .conBox .tabClickBox{
        float: left;
        margin-top: 15px;
    }
    .waterLineBox4 .tabClickBox .item em{
        top: -40px;
        font-size: 70px;
    }
    .waterLineBox4 .tabSwitchBox .textBox .text h3{
        padding-bottom: 10px;
    }
    .waterLineBox4 .tabSwitchBox .textBox .text h3 em{
        font-size: 70px;
    }
    .waterLineBox4 .tabSwitchBox .textBox .text h3 span{
        font-size: 24px;
    }
    .waterLineBox5 .item .text a{
        padding: 15px 10px;
    }

    .aboutContentBox .aboutMenu{
        width: 228px;
    }
    .aboutContentBox .aboutMenu p{
        font-size: 18px;
        padding-left: 20px;
    }
    .aboutContentBox .aboutMenu li a{
        padding-left: 20px;
    }
    .aboutContentBox .aboutMenu .info a{
        padding-left: 65px;
        background-position: 30px center;
    }
    .aboutContentBox .aboutContent{
        margin-left: 228px;
        padding-left: 20px;
    }

    .aboutBox1 .video_click:after{
        -webkit-background-size: 60px;
        background-size: 60px;
    }

    .aboutBox1 .text p,
    .aboutBox2 .conBox .textBox .text p{
        line-height: 1.4;
    }
    .aboutBox3{
        padding: 50px 0;
    }

    .teamBox2 .text{
        padding-top: 100px;
    }
    .teamBox3 .item .text p{
        font-size: 14px;
    }

    .contactBox1 .item{
        width: 32%;
    }

    .contactBox2 .contactMap{
        padding-left: 20px;
    }

    .serviceBanner .conBox .text p{
        font-size: 24px;
    }
    .serviceBanner .conBox .text h1{
        font-size: 70px;
    }
    .serviceBox1 .title h2,
    .serviceBox2 .title h2,
    .serviceBox3 .title h2,
    .serviceBox5 .title h2,
    .serviceBox6 .title h2,
    .serviceBox7,
    .serviceBox8 .title h2{
        padding-top: 50px;
    }
    .serviceBox1 .item .text p{
        padding: 15px 10px;
    }
    .manufacturingSlick .slick_first .img{
        padding-bottom: 15px;
        margin-bottom: 15px;
    }
    .serviceBox4{
        padding-top: 50px;
    }
    .serviceBox4 .textBox .t h3{
        font-size: 18px;
    }
    .serviceBox5 .item{
        width: 49%;
    }
    .serviceBox6 .item{
        width: 32%;
    }
    .serviceBox7 .imgBox{
        margin-top: 0;
    }
    .serviceBox8 .textBox .text h3{
        font-size: 30px;
    }
    .serviceBox8 .textBox .item{
        padding: 0 20px;
    }
    .serviceBox9 .conBox .text{
        padding-right: 50px;
    }
    .serviceBox10 .title h2{
        padding: 50px 0 20px;
    }
    .serviceBox10 .text h3{
        font-size: 30px;
    }
    .serviceBox11{
        padding: 50px 0;
    }
    .serviceBox11 .imgBox{
        margin-bottom: 30px;
    }

    .solution20201029 .item .img img{
        width: 110px;
    }
    .solution20201029 .item .text p{
        font-size: 20px;
    }
}

@media (max-width: 992px) {
    .indexBox1 .conBox .text h2,
    .indexBox3 .title h2,
    .indexBox4 .conBox .text h2,
    .indexBox6 .title h2,
    .waterLineBanner .textBox .text h1,
    .waterLineBox1 .conBox .text h2,
    .waterLineBox1 .tabSwitchTextBox .text h3,
    .waterLineBox3 .title h2,
    .waterLineBox5 .title h2,
    .waterLineBox6 .item .img .title h2,
    .waterLineBox7 .title h2,
    .waterLineBox8 .title h2,
    .aboutContentBox .aboutContent .aboutTitle h1,
    .aboutBox2 .conBox .textBox .text h2,
    .aboutBox4 .text h2, .aboutBox4 .text h2 span,
    .serviceBox1 .title h2,
    .serviceBox2 .title h2,
    .serviceBox3 .title h2,
    .serviceBox4 .textBox .text h2,
    .serviceBox5 .title h2,
    .serviceBox6 .title h2,
    .serviceBox7 .text h2,
    .serviceBox8 .title h2,
    .serviceBox9 .title h2,
    .serviceBox10 .title h2,
    .solution20201029 .title h2{
        font-size: 36px;
    }
    .Crumbs ul li a,
    .Crumbs ul li,
    .Crumbs ul li a span,
    .Crumbs ul i {
        font-size: 14px;
        line-height: 1.2;
    }

    .Crumbs span.youAreHere {
        display: none;
    }

    body {
        padding-top: 60px;
    }

    .header {
        display: none;
    }

    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        z-index: 100000;
        -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
        -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
        box-shadow: 0 5px 10px 0 rgba(0,0,0,0.2);
    }

    .m_header {
        height: 60px;
    }

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

    .logo_box img {
        display: inline-block;
        height: 100%;
        padding: 10px 0;
    }

    .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;
        height: 3px;
        width: 40px;
        background: #1E90FF;
        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: #ffffff;
        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: 14px;
        color: #000000;
    }

    .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("../image/li_click1.png") no-repeat top center;
    }

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

    .m_header .m_nav_list li .sub-menu {
        height: 0;
        overflow: hidden;
    }

    .m_header .m_nav_list li .sub-menu.on {
        height: auto;
    }

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

    .m_header .langBox{
        position: absolute;
        top: 10px;
        right: 15px;
    }
    .m_header .langBox .lang{
        display: inline-block;
        font-size: 18px;
        font-weight: 300;
        line-height: 37px;
        padding-left: 25px;
        position: relative;
        color: #1E90FF;
        font-family: "Barlow Condensed", sans-serif;
        background: url("../image/mLanguage.png") no-repeat left center;
    }
    .m_header .langBox .langMenu{
        position: absolute;
        right: 0;
        left: 0;
        padding: 5px;
        text-align: center;
        background: #eeeeee;
        border: 1px solid #dddddd;
        z-index: 99;
        display: none;
    }
    .m_header .langBox .langMenu a{
        display: block;
        color: #121212;
        line-height: 1.8;
    }

    .footer_box .footerText .text{
        width: 100%;
        text-align: center;
    }
    .footer_box .footerText .text h3{
        font-size: 30px;
    }
    .footer_box .footerText .a{
        width: 100%;
        margin-top: 10px;
        text-align: center;
    }

    .footer_box .itemBox{
        padding-bottom: 50px;
    }
    .footer_box .itemBox .item{
        width: 50% !important;
    }
    .footer_box .itemBox .item:nth-of-type(2),
    .footer_box .itemBox .item:nth-of-type(3){
        display: none;
    }
    .footer_box .itemBox .item h3{
        padding-top: 50px;
    }

    .footer_box .footer_copyright .a{
        padding-left: 20px;
        background-image: none;
    }

    .banner .conBox{
        padding-top: 430px;
        text-align: center;
    }
    .banner .container_1400{
        top: 20%;
    }
    .banner .conBox .text span{
        font-size: 18px;
    }
    .banner .conBox .text p{
        width: 100%;
        font-size: 42px;
    }
    .banner .conBox .text a{
        font-size: 16px;
        color: #ffffff;
        font-weight: 300;
        display: inline-block;
        width: 148px;
        height: 40px;
        text-align: center;
        line-height: 40px;
        margin-top: 25px;
        -webkit-border-radius: 30px;
        -moz-border-radius: 30px;
        border-radius: 30px;
        background: #1E90FF;
    }


    .indexBox1 .conBox .item .img,
    .indexBox1 .itemBox .item .img{
        height: 150px;
    }
    .indexBox1 .conBox .item .tBox .ico img, .indexBox1 .itemBox .item .tBox .ico img{
        height: 50px;
    }
    .indexBox1 .conBox .item .tBox span, .indexBox1 .itemBox .item .tBox span{
        font-size: 20px;
        padding-top: 0;
    }

    .indexBox2 .conBox{
        padding-right: 0;
        text-align: center;
    }
    .indexBox2 .conBox .a{
        position: initial;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%;
        float: left;
        margin-top: 10px;
    }
    .indexBox2 .conBox .a a{
        width: auto;
        display: inline-block;
        padding: 0 30px;
    }

    .indexBox3 .indexVideoTabClick .item span{
        font-size: 18px;
    }
    .indexBox3 .indexVideoTabSwitch .switch .video_click:after,
    .indexBox4 .conBox .aboutVideo a:after{
        -webkit-background-size: 60px;
        background-size: 60px;
    }

    .indexBox4 .conBox .textBox{
        width: 100%;
    }
    .indexBox4 .conBox .text{
        width: 767px;
        margin: auto;
        float: none;
        padding: 60px 0 30px;
    }
    .indexBox4 .conBox .text h2{
        padding-bottom: 15px;
    }
    .indexBox4 .conBox .aboutVideo{
        width: 100%;
    }
    .indexBox4 .conBox .aboutVideo a{
        padding-top: 60%;
    }
    .indexBox5 .conBox .img{
        display: none;
    }
    .indexBox5 .conBox .textBox{
        width: 100%;
    }
    .indexBox5 .conBox .text{
        padding-left: 10%;
    }

    .indexBox6 .itemBox{
        width: 767px;
        margin: auto;
        display: block;
        overflow: hidden;
    }
    .indexBox6 .item{
        width: 100%;
        margin-bottom: 20px;
    }
    .indexBox6 .item .img{
        width: 40%;
        float: left;
    }
    .indexBox6 .item .text{
        width: 60%;
        float: left;
        padding-left: 20px;
    }

    .waterLineBanner{
        padding-top: 280px;
    }
    .waterLineBanner .textBox .text h1{
        margin-top: 0;
        padding-left: 50px;
        -webkit-background-size: 40px;
        background-size: 40px;
    }

    .waterLineBox1 .conBox .tabClickBox{
        margin-right: 0;
    }
    .waterLineBox1 .conBox .tabClickBox .item{
        width: 190px;
        margin-left: 15px;
        margin-right: 0;
    }
    .waterLineBox1 .conBox .tabClickBox .item:nth-of-type(1){
        margin-left: 0;
    }

    .waterLineBox1 .tabSwitchTextBox{
        padding-bottom: 50px;
    }
    .waterLineBox1 .tabSwitchTextBox .textBox{
        padding-right: 0;
    }
    .waterLineBox1 .tabSwitchTextBox .text{
        padding: 0;
    }
    .waterLineBox1 .tabSwitchTextBox .a{
        position: initial;
        top: auto;
        bottom: auto;
        right: auto;
        left: auto;
        width: 100%;
    }
    .waterLineBox1 .tabSwitchTextBox .a a{
        width: 200px;
        float: left;
        margin-right: 20px;
        line-height: 42px;
    }

    .waterLineBox2 .tabClickBox{
        padding-bottom: 20px;
    }

    .waterLineBox3 .a a,
    .solution20201029 .a a{
        height: auto;
        line-height: 42px;
    }

    .waterLineBox4 .tabSwitchBox .textBox .img{
        width: 100%;
        padding-right: 0;
    }
    .waterLineBox4 .tabSwitchBox .textBox .text{
        width: 100%;
        padding-left: 0;
    }
    .waterLineBox5 .itemBox{
        margin-left: -5px;
        margin-right: -5px;
    }
    .waterLineBox5 .item{
        padding: 0 5px;
        margin-bottom: 30px;
    }
    .waterLineBox6{
        padding-top: 30px;
    }
    .waterLineBox6 .item .img{
        padding-top: 200px;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .aboutContentBox{
        padding-bottom: 50px;
    }
    .aboutContentBox .aboutMenu{
        display: none;
    }
    .aboutContentBox .aboutContent{
        margin-left: 0;
        padding-left: 0;
    }

    .contactBox1 .itemBox{
        flex-wrap: wrap;
    }
    .contactBox1 .item{
        width: 100%;
        margin-bottom: 20px;
    }

    .serviceBanner .img{
        padding-top: 375px;
    }
    .serviceBanner .conBox{
        position: initial;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        overflow: hidden;
        width: 100%;
        margin-top: -30%;
        padding-bottom: 15px;
    }
    .serviceBanner .conBox .text{
        padding-top: 0;
        width: 100%;
    }
    .serviceBanner .conBox .text h1{
        font-size: 52px;
    }
    .serviceBanner .conBox .serviceForm{
        width: 100%;
        margin-top: 50px;
        -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
        -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    }

    .serviceBox1 .itemBox{
        margin-left: -5px;
        margin-right: -5px;
    }
    .serviceBox1 .item{
        padding: 0 5px;
    }

    .serviceBox3 .item{
        width: 100%;
        padding: 30px;
    }
    .serviceBox3 .item .img{
        padding-bottom: 0;
        margin-bottom: 20px;
        -webkit-background-size: contain;
        background-size: contain;
    }
    .serviceBox3 .item .img img{
        width: 80px;
    }

    .serviceBox4 .img{
        width: 100%;
    }
    .serviceBox4 .textBox{
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
    .serviceBox4 .textBox .text{
        margin-bottom: 0;
    }
    .serviceBox4 .textBox .text p span{
        display: inline-block;
    }
    .serviceBox4 .textBox .t{
        padding: 10px 0;
    }

    .serviceBox5 .item .text,
    .serviceBox6 .item .text{
        padding: 30px 15px;
    }

    .serviceBox7 .text{
        width: 100%;
        padding-right: 0;
    }
    .serviceBox7 .text .t{
        margin-bottom: 30px;
    }
    .serviceBox7 .imgBox{
        width: 100%;
        padding-top: 55px;
    }
    .serviceBox7 .imgBox .slick-prev, .serviceBox7 .imgBox .slick-next{
        right: auto;
        left: 0;
    }
    .serviceBox7 .imgBox .slick-next{
        left: 55px;
    }

    .serviceBox8 .textBox{
        margin-bottom: 30px;
    }
    .serviceBox8 .textBox .text{
        margin-bottom: 15px;
    }
    .serviceBox8 .textBox .item{
        padding: 0 5px;
    }
    .serviceBox8 .textBox .item .tp{
        padding: 10px 0;
    }
    .serviceBox8 .textBox .item .t{
        padding-top: 10px;
    }

    .serviceBox9 .conBox .text{
        padding: 15px;
    }
    .serviceBox9 .conBox .text p{
        line-height: 1.5;
    }
    .serviceBox8 .textBox .text h3,
    .serviceBox10 .text h3{
        font-size: 24px;
    }



    .solution20201029 .item{
        width: 100%;
    }
}

@media (max-width: 767px) {
    .indexBox1 .conBox .text h2,
    .indexBox3 .title h2,
    .indexBox4 .conBox .text h2,
    .indexBox6 .title h2,
    .waterLineBanner .textBox .text h1,
    .waterLineBox1 .conBox .text h2,
    .waterLineBox1 .tabSwitchTextBox .text h3,
    .waterLineBox3 .title h2,
    .waterLineBox5 .title h2,
    .waterLineBox6 .item .img .title h2,
    .waterLineBox7 .title h2,
    .waterLineBox8 .title h2,
    .aboutContentBox .aboutContent .aboutTitle h1,
    .aboutBox2 .conBox .textBox .text h2,
    .aboutBox4 .text h2, .aboutBox4 .text h2 span,
    .serviceBox1 .title h2,
    .serviceBox2 .title h2,
    .serviceBox3 .title h2,
    .serviceBox4 .textBox .text h2,
    .serviceBox5 .title h2,
    .serviceBox6 .title h2,
    .serviceBox7 .text h2,
    .serviceBox8 .title h2,
    .serviceBox9 .title h2,
    .serviceBox10 .title h2,
    .solution20201029 .title h2{
        font-size: 32px;
    }
    #back_top {
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .footer_fixed_form{
        display: none !important;
    }

    .footer_box .footerText .text h3{
        font-size: 24px;
    }
    .footer_box .footer_copyright .text{
        width: 100%;
        text-align: center;
        padding: 15px 0;
    }
    .footer_box .footer_copyright p,
    .footer_box .footer_copyright p span,
    .footer_box .footer_copyright p a{
        line-height: 1.6;
    }
    .footer_box .footer_copyright .a{
        display: none;
    }

    .banner_slick .slick-dots{
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .banner_slick .slick-prev {
        left: 10px;
    }
    .banner_slick .slick-next {
        right: 10px;
    }



    .banner .conBox{
        padding-top: 320px;
        text-align: center;
    }

    .indexBox1 .conBox .item .img,
    .indexBox1 .itemBox .item .img{
        height: auto;
        padding-top: 52%;
    }
    .indexBox1 .conBox .item .tBox span,
    .indexBox1 .itemBox .item .tBox span{
        font-size: 16px;
        padding-bottom: 15px;
    }
    .indexBox1 .conBox .text p{
        padding-right: 0;
    }
    .indexBox1 .conBox .item{
        margin-top: 0;
        float: left;
        margin-left: 33.33%;
    }
    .indexBox3 .indexVideoTabClick .item span{
        font-size: 16px;
        padding-left: 40px;
    }

    .indexBox4 .conBox .text{
        width: auto;
        padding: 50px 10px 20px;
    }
    .indexBox5 .conBox .text{
        width: 100%;
        padding: 25px 10px;
    }
    .indexBox5 .conBox .tp{
        display: none;
    }

    .indexBox6 .itemBox{
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }

    .waterLineBanner{
        padding-top: 210px;
    }

    .waterLineBox4 .tabClickBox{
        display: none;
    }
    .waterLineBox4 .tabSwitchBox{
        padding-bottom: 30px;
        padding-top: 20px;
    }
    .waterLineBox4 .tabSwitchBox .switch{
        height: auto;
        padding-bottom: 20px;
        margin-bottom: 20px;
        border-bottom: 1px solid #dddddd;
    }
    .waterLineBox4 .tabSwitchBox .switch:last-child{
        margin-bottom: 0;
        border-bottom: 0;
        padding-bottom: 40px;
    }
    .waterLineBox4 .tabSwitchBox .textBox{
        margin-bottom: 0;
        margin-top: 0;
    }

    .aboutBox4{
        padding-top: 340px;
    }
    .aboutBox4 .text{
        width: 80%;
    }

    .businessBox1 .textBox{
        width: 100%;
    }
    .businessBox1 .textBox .text{
        padding-top: 0;
    }
    .businessBox1 .img{
        text-align: center;
        width: 100%;
    }

    .businessBox2 .img{
        padding-top: 50px;
        padding-bottom: 0;
    }

    .teamBox2 .text{
        width: 100%;
        padding-top: 0;
    }
    .teamBox2 .img{
        width: 100%;
        padding-left: 0;
        padding-top: 15px;
        text-align: center;
    }
    .teamBox3 .item{
        width: 48%;
    }
    .teamBox3 .item .img img{
        width: 100%;
    }

    .contactBox2 .conBox{
        flex-wrap: wrap;
    }
    .contactBox2 .contactForm{
        width: 100%;
    }
    .contactBox2 .contactMap{
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }
    .contactBox2 .contactMap #googleMap{
        height: 340px;
        margin-bottom: 0;
    }

    .contactBox3 .table_responsive th:nth-of-type(2),
    .contactBox3 .table_responsive td:nth-of-type(2),
    .contactBox3 .table_responsive th:nth-of-type(4),
    .contactBox3 .table_responsive td:nth-of-type(4),
    .contactBox3 .table_responsive th:nth-of-type(5),
    .contactBox3 .table_responsive td:nth-of-type(5){
        display: none;
    }


    .serviceBanner .conBox{
        margin-top: -45%;
    }
    .serviceBanner .conBox .text h1 {
        font-size: 40px;
    }
    .manufacturingSlick{
        padding: 0 40px;
    }
    .manufacturingSlick .slick-prev{
        left: 0;
    }
    .manufacturingSlick .slick-next{
        right: 0;
    }
}

@media (max-width: 640px) {
    .banner .conBox{
        padding-top: 240px;
    }
    .banner .conBox .text p span{
        font-size: 16px;
    }
    .banner .conBox .text p{
        font-size: 34px;
    }
    .indexBox1 .conBox .item .tBox .ico img, .indexBox1 .itemBox .item .tBox .ico img{
        height: 35px;
    }
    .indexBox1 .conBox .item .tBox span, .indexBox1 .itemBox .item .tBox span{
        font-size: 14px;
        padding-bottom: 10px;
    }

    .indexBox3 .indexVideoTabClick{
        margin-bottom: 20px;
    }
    .indexBox3 .indexVideoTabClick .item{
        padding: 5px 0;
    }
    .indexBox3 .indexVideoTabClick .item span{
        padding-left: 30px;
        -webkit-background-size: 30px;
        background-size: 30px;
    }

    .indexBox6 .item .img{
        width: 100%;
    }
    .indexBox6 .item .img a{
        padding-top: 60% !important;
    }
    .indexBox6 .item .text{
        width: 100%;
    }

    .footer_box .itemBox .item{
        width: 100% !important;
    }
    .footer_box .itemBox .item:nth-of-type(1){
        display: none;
    }
    .footer_box .itemBox .item h3{
        font-size: 30px;
    }
    .footer_box .itemBox .item li{
        padding-bottom: 0;
    }

    .waterLineBanner .textBox .text{
        padding-left: 50px;
    }
    .waterLineBox1 .conBox .tabClickBox{
        width: 100%;
    }
    .waterLineBox1 .conBox .tabClickBox .item{
        width: 32%;
        margin-left: 1%;
    }

    .waterLineBox2 .tabClickBox .item{
        margin-bottom: 5px;
    }
    .waterLineBox2 .tabSwitchBox{
        padding: 10px;
    }

    .waterLineBox4 .tabSwitchBox .textBox{
        padding: 20px 15px;
    }
    .waterLineBox4 .tabSwitchBox .textBox .text h3 span{
        font-size: 20px;
    }

    .waterLineBox5 .item{
        width: 50%;
    }

    .waterLineBox6 .itemBox{
        flex-wrap: wrap;
    }
    .waterLineBox6 .item{
        width: 50%;
        margin-bottom: 20px;
    }
    .waterLineBox6 .item .img{
        padding-top: 94%;
    }

    .waterLineBox8{
        padding-bottom: 50px;
    }
    .waterLineBox8 .title h2{
        padding-bottom: 10px;
    }
    .waterLineBox8 form .infoBox{
        width: 100%;
    }


    .product_tab .tab_switch .switch .con_box .text{
        width: 100% !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .aboutBox2 .conBox .textBox{
        width: 100%;
    }
    .aboutBox2 .conBox .imgBox{
        display: none;
    }

    .aboutBox4{
        padding: 0px;
    }
    .aboutBox4:before{
        position: absolute;
        content: '';
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0,0,0,0.4);
    }
    .aboutBox4 .text{
        position: relative;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%;
        z-index: 2;
        padding: 60px 40px;
    }

    .historyBox .item .text{
        padding-left: 15px;
        padding-top: 15px;
    }
    .contactBox1 .item .img{
        width: 40px;
    }
    .contactBox1 .item .text{
        margin-left: 40px;
        padding-left: 15px;
    }
    .contactBox1 .item .text h2{
        padding-top: 0;
    }
    .contactBox2 .contactForm h2,
    .contactBox3 .title h2{
        font-size: 24px;
    }

    .serviceBox1 .item{
        width: 100%;
        margin-bottom: 15px;
    }
    .serviceBox1 .item .img{
        border: 1px solid #f5f5f5;
    }

    .serviceBox5 .item,
    .serviceBox6 .item{
        width: 100%;
    }

    .serviceBox8 .textBox .item{
        width: 50%;
        margin-bottom: 15px;
    }

    .serviceBox9 .conBox{
        flex-wrap: wrap;
    }
    .serviceBox9 .conBox .imgBox{
        width: 100%;
        padding-right: 0;
    }
    .serviceBox9 .conBox .imgBox img{
        width: 100%;
    }
    .serviceBox9 .conBox .imgBox .ico{
        display: none;
    }
    .serviceBox9 .conBox .text{
        width: 100%;
    }
    .serviceBox11 .imgBox{
        flex-wrap: wrap;justify-content: flex-start;
    }
    .serviceBox11 .img{
        width: 32%;
        margin-bottom: 10px;
        margin-right: 1.333%;
    }

    .solution20201029 .item .img img{
        width: 80px;
    }
    .solution20201029 .item .text p{
        font-size: 18px;
    }

}

@media (max-width: 540px) {
    .indexBox1 .conBox .item .tBox .ico img, .indexBox1 .itemBox .item .tBox .ico img{
        height: 30px;
    }
    .indexBox1 .conBox .item .tBox span, .indexBox1 .itemBox .item .tBox span{
        padding-bottom: 5px;
    }

    .serviceBanner .conBox{
        margin-top: -55%;
    }
    .serviceBanner .conBox .text p{
        font-size: 20px;
    }
    .serviceBanner .conBox .text h1{
        font-size: 34px;
    }
}

@media (max-width: 480px) {
    .banner .conBox .text p{
        font-size: 28px;
    }
    .indexBox1 .conBox .item .tBox .ico img, .indexBox1 .itemBox .item .tBox .ico img{
        height: 25px;
    }
    .indexBox3 .indexVideoTabClick .item span{
        padding-left: 20px;
        -webkit-background-size: 20px;
        background-size: 20px;
    }

    .waterLineBox6 .item .img .title{
        top: 25px;
        left: 10px;
        right: 10px;
    }
    .waterLineBox6 .item .img .title a{
        margin-top: 15px;
    }
    .waterLineBox7 .text{
        width: 100%;
        padding-right: 0;
        padding-left: 150px;
    }
    .waterLineBox7 .text:before{
        left: 45px;
    }

    .teamBox3 .item{
        width: 49%;
    }

    .serviceBanner .conBox{
        margin-top: -75%;
    }
    .serviceBox8 .textBox .item{
        width: 100%;
    }
}