@charset "utf-8";
.no_padding{
    padding: 0;
}

.header {
    position: relative;
    z-index: 99999;
    transition: all .3s;
}
.headerTop{
    background: #fafafa;
}
.headerTop .headerText{
    float: left;
}
.headerTop .headerText p{
    line-height: 40px;
    font-size: 14px;
    color: #727272;
    font-weight: 300;
}
.headerTop .headerInfo{
    float: right;
    position: relative;
    padding-right: 50px;
}
.headerTop .headerInfo ul li{
    float: left;
    padding-left: 25px;
    margin-left: 30px;
    background-repeat: no-repeat;
    background-position: left center;
}
.headerTop .headerInfo ul li.headerEmail{
    background-image: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/headerEmail.png");
}
.headerTop .headerInfo ul li.headerWhatsApp{
    background-image: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/headerWhatsApp.png");
}
.headerTop .headerInfo ul li a{
    line-height: 40px;
    font-size: 14px;
    color: #727272;
    font-weight: 300;
}
.headerTop .headerInfo .header_search_box {
    position: absolute;
    float: right;
    right: 0;
    top: 3px;
    width: 32px;
    height: 34px;
    overflow: hidden;
    background: transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s;
}
.headerTop .headerInfo .header_search_box.active{
    width: 260px;
    background: #c30d23;
    transition: all .3s;
}
.headerTop .headerInfo .header_search_box a {
    line-height: 0;
    width: 32px;
    height: 34px;
    text-align: right;
    display: block;
    position: relative;
    float: right;
    z-index: 10;
    background: transparent;
    -webkit-border-radius: 32px;
    -moz-border-radius: 32px;
    border-radius: 32px;
}
.headerTop .headerInfo .header_search_box img {
    position: absolute;
    top: 7px;
    right: 6px;
}
.headerTop .headerInfo .header_search_box img.close {
    opacity: 0;
    transition: all .3s;
}
.headerTop .headerInfo .header_search_box .search_click.active img.close {
    opacity: 1;
    transition: all .3s;
}
.headerTop .headerInfo .header_search_box .search_click.active img.open{
    opacity: 0;
}
.headerTop .headerInfo .search_form {
    position: absolute;
    top: 0;
    right: 32px;
    width: 0;
    display: block;
    z-index: -1;
    transition: all .3s;
}
.headerTop .headerInfo .header_search_box.active .search_form{
    width: 220px;
    z-index: 9;
    transition: all .3s;
}
.headerTop .headerInfo .search_form .info{
    width: 100%;
    padding-right: 32px;
}
.headerTop .headerInfo .search_form input[type="text"] {
    width: 100%;
    height: 34px;
    background: none;
    border: 0;
    text-indent: 10px;
    font-size: 14px;
    color: #ffffff;
}
.headerTop .headerInfo .search_form input[type="text"]::-webkit-input-placeholder {
    color: #ffffff;
}
.headerTop .headerInfo .search_form input.btn_search {
    width: 32px;
    height: 34px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/reset/search.png") no-repeat center center;
    border: 0;
    font-size: 0;
    cursor: pointer;
}

/*header left*/
.headerLeft .logo_box{
    padding: 23px 0;
}
.headerLeft .logo_box,
.headerLeft .logo_box a{
    font-size: 0;
    line-height: 0;
}

/*header right*/
.headerRight{
    position: relative;
}

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

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

.headerRight .nav_list > li > a {
    display: block;
    padding: 0 25px;
}
.headerRight .nav_list > li > a > span {
    display: inline-block;
    padding: 32px 0;
    line-height: 1;
    font-size: 16px;
    color: #3a3a3a;
    transition: all .5s;
}
.nav_list > li > a > i {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 80px;
    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/reset/dropdown_menu.png") no-repeat center;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -ms-transition: all linear .3s;
}
.nav_list > li.active > a > span,
.nav_list > li.on > a > span{
    color: #ffffff;
    transition: all .3s;
}
.header .nav_list > li.active > a > span,
.header .nav_list > li.on > a > span{
    color: #203999;
    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 .dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 0;
    min-width: 180px;
    display: none;
    z-index: 1;
    background: #233170;
}
.nav_normal .dropdown_menu li {
    width: 100%;
}
.nav_normal .dropdown_menu li a {
    display: block;
    width: 100%;
    height: 35px;
    text-align: left;
    padding: 0 25px;
    line-height: 35px;
    font-size: 15px;
    color: #fff;
    white-space: nowrap;
}
.nav_normal .dropdown_menu li:hover > a{
    background: #ffffff;
    color: #4a4a4a;
}

.m_header {
    display: none;
}

.footerBox{
    overflow: hidden;
    background: #fafafa;
}
.footerBox .footerInfo{
    background: #203999;
    padding: 20px 0;
}
.footerBox .footerInfo .text{
    float: left;
}
.footerBox .footerInfo .text p{
    font-size: 25px;
    color: #ffffff;
    font-weight: 300;
    line-height: 50px;
}
.footerBox .footerInfo .a{
    float: right;
}
.footerBox .footerInfo .a a{
    display: inline-block;
    width: 165px;
    height: 50px;
    background: #ffffff;
    text-align: center;
    line-height: 50px;
    font-size: 16px;
    color: #203999;
}
.footerBox .footerInfo .a a:hover{
    background: #1088cd;
    color: #ffffff;
}
.footerBox .fast_navigation{
    overflow: hidden;
    padding: 90px 0 70px;
}
.footerBox .fast_navigation .itemBox{
    overflow: hidden;
    padding: 0 120px;
}
.footerBox .fast_navigation .itemBox .item{
    width: 25%;
    float: left;
}
.footerBox .fast_navigation .itemBox .item:nth-of-type(1){
    padding-right: 50px;
}
.footerBox .fast_navigation .itemBox .item:nth-of-type(2){
    padding-left: 45px;
}
.footerBox .fast_navigation .itemBox .item:nth-of-type(4){
    padding-left: 30px;
}
.footerBox .fast_navigation .itemBox .item .imgBox{
    overflow: hidden;
}
.footerBox .fast_navigation .itemBox .item .imgBox .img{
    line-height: 0;
}
.footerBox .fast_navigation .itemBox .item .imgBox .text{
    margin: 40px 0;
}
.footerBox .fast_navigation .itemBox .item .imgBox .text p{
    font-size: 16px;
    color: #808080;
    font-weight: 300;
}
.footerBox .fast_navigation .itemBox .item .imgBox .text h2{
    font-size: 40px;
    color: #1e1e1e;
    font-family: "Roboto Condensed", sans-serif;
    font-weight: 700;
    padding: 10px 0;
}
.footerBox .fast_navigation .itemBox .item .imgBox .text p{
    font-size: 16px;
    color: #2c2c2c;
    line-height: 1.6;
    font-weight: 300;
}
.footerBox .fast_navigation .itemBox .item .t p{
    font-size: 16px;
    color: #363636;
    font-weight: 300;
}
.footerBox .fast_navigation h3{
    font-size: 20px;
    color: #444444;
    padding-bottom: 10px;
    text-transform: uppercase;
}
.footerBox .fast_navigation ul{
    overflow: hidden;
}
.footerBox .fast_navigation li{
    padding-top: 5px;
}
.footerBox .fast_navigation li,
.footerBox .fast_navigation li a{
    font-size: 16px;
    color: #808080;
    font-weight: 300;
    line-height: 1.8;
}
.footerBox .fast_navigation li a:hover {
    text-decoration: underline;
}

.footerBox .fast_navigation .footerForm .info{
    position: relative;
    margin-bottom: 10px;
}
.footerBox .fast_navigation .footerForm .label_control{
    position: absolute;
    left: 5px;
    top: 0;
    font-size: 16px;
    color: #808080;
    font-weight: 300;
    line-height: 36px;
}
.footerBox .fast_navigation .footerForm .tips{
    position: absolute;
    top: 0;
    right: 5px;
    color: #ff0000;
    font-size: 13px;
    line-height: 36px;
    text-align: center;
}
.footerBox .fast_navigation .footerForm .imgVerifyCode .tips{
    bottom: -30px;
    top: auto;
}
.footerBox .fast_navigation .footerForm input[type="text"]{
    width: 100%;
    height: 36px;
    border: 0;
    padding: 0 5px;
    background: #dcdcdc;
    font-size: 16px;
    color: #333333;
    font-weight: 300;
}
.footerBox .fast_navigation .footerForm textarea{
    width: 100%;
    height: 100px;
    padding: 10px 5px;
    border: 0;
    background: #dcdcdc;
    font-size: 16px;
    color: #333333;
    font-weight: 300;
    resize: none;
}
.footerBox .fast_navigation .footerForm .Verify_img{
    position: absolute;
    top: 2px;
    right: 2px;
    height: 32px;
}
.footerBox .fast_navigation .footerForm input[type="submit"]{
    width: 165px;
    height: 50px;
    border: 0;
    margin-top: 15px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    background: #203999;
    cursor: pointer;
    transition: all .3s;
}
.footerBox .fast_navigation .footerForm input[type="submit"]:hover{
    background: #1088cd;
    transition: all .3s;
}

.footer_shape span{
    display: inline-block;
    float: left;
    line-height: 40px;
    font-size: 22px;
    color: #171c61;
}
.footer_shape a{
    display: inline-block;
    float: left;
    line-height: 0;
    margin-left: 15px;
    width: 32px;
    height: 30px;
    overflow: hidden;
    -webkit-filter: grayscale(1);
    filter: gray;
    filter: grayscale(1);
    background-repeat: no-repeat;
    background-position: top center;
}
.footer_shape a.Facebook{
    margin-left: 0;
    background-image: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/Facebook.jpg");
}
.footer_shape a.Youtube{
    background-image: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/Youtube.jpg");
}
.footer_shape a.Linkedin{
    background-image: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/Linkedin.jpg");
}
.footer_shape a:hover{
    -webkit-filter: grayscale(0);
    filter: gray;
    filter: grayscale(0);
    background-position: bottom center;
}

.footerBox .footer_copyright{
    padding: 23px 0;
    border-top: 2px solid #fcfcfc;
    background: #fafafa;
}
.footerBox .footer_copyright .text{
    text-align: center;
}
.footerBox .footer_copyright p,
.footerBox .footer_copyright p span,
.footerBox .footer_copyright p a{
    color: #a5a5a5;
    font-size: 15px;
    line-height: 1.4;
    font-weight: 300;
}
.footerBox .footer_copyright p a.site_map{
    margin-right: 10px;
}
.footerBox .footer_copyright p span{
    display: inline-block;
    margin: 0 10px;
}
.footerBox .footer_copyright a:hover{
    text-decoration: underline;
}


/*banner*/
.banner_slick img{
    clear: both;
    display: block;
    margin: auto;
    width: 100%;
}
.banner_slick .slick-prev,
.banner_slick .slick-next {
    width: 40px;
    height: 50px;
    margin-top: -25px;
    background-image: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/reset/skin.png");
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0);
}
.banner_slick .slick-prev {
    background-position: 0 0;
    left: 80px;
}
.banner_slick .slick-next {
    background-position: -150px 0;
    right: 80px;
}
.banner_slick .slick-dots{
    bottom: 30px;
}
.banner_slick .slick-dots li{
    width: 8px;
    height: 8px;
    background: #ffffff;
    border: 2px solid #ffffff;
}
.banner_slick .slick-dots li.slick-active{
    width: 40px;
    height: 8px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.indexBox1 .title{
    text-align: center;
    padding: 70px 0;
}
.indexBox1 .title h2 span{
    font-size: 30px;
    color: #203999;
    font-weight: 700;
    display: inline-block;
    line-height: 46px;
    padding-left: 35px;
    text-transform: uppercase;
    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/titleBj.png") no-repeat left center;
}
.indexBox1 .title p{
    font-size: 20px;
    color: #3a3a3a;
    font-weight: 300;
    padding-top: 10px;
}
.indexBox1 .itemBox{
    overflow: hidden;
}
.indexBox1 .itemBox .item{
    width: 25%;
    float: left;
    padding: 0 25px;
    margin-bottom: 90px;
}
.indexBox1 .itemBox .item .conBox{
    overflow: hidden;
}
.indexBox1 .itemBox .item:nth-of-type(1) .conBox,
.indexBox1 .itemBox .item:nth-of-type(2) .conBox,
.indexBox1 .itemBox .item:nth-of-type(5) .conBox,
.indexBox1 .itemBox .item:nth-of-type(6) .conBox{
    border-top-left-radius: 30px;
    border-bottom-right-radius: 30px;
}
.indexBox1 .itemBox .item:nth-of-type(3) .conBox,
.indexBox1 .itemBox .item:nth-of-type(4) .conBox,
.indexBox1 .itemBox .item:nth-of-type(7) .conBox,
.indexBox1 .itemBox .item:nth-of-type(8) .conBox{
    border-top-right-radius: 30px;
    border-bottom-left-radius: 30px;
}
.indexBox1 .itemBox .item .img{
    line-height: 0;
    text-align: center;
}
.indexBox1 .itemBox .item .img img{
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
}
.indexBox1 .itemBox .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;
}
.indexBox1 .itemBox .item .textBox{
    position: relative;
}
.indexBox1 .itemBox .item .text{
    height: 155px;
    padding: 20px 30px;
    background-color: #203999;
    background-repeat: no-repeat;
    background-position: center center;
    background-blend-mode: multiply;
    transition: all .3s;
}
.indexBox1 .itemBox .item .text h3{
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    padding-bottom: 15px;
}
.indexBox1 .itemBox .item .text p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.indexBox1 .itemBox .item .text a{
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    display: inline-block;
    margin-top: 10px;
}
.indexBox1 .itemBox .item .text a:hover{
    text-decoration: underline;
}
.indexBox1 .itemBox .item:hover .text{
    background-color: #1088cd;
    transition: all .3s;
}
.indexBox1 .itemBox .item:nth-of-type(5) .conBox .textBox .text,
.indexBox1 .itemBox .item:nth-of-type(6) .conBox .textBox .text,
.indexBox1 .itemBox .item:nth-of-type(7) .conBox .textBox .text,
.indexBox1 .itemBox .item:nth-of-type(8) .conBox .textBox .text{
    padding-right: 155px;
}
.indexBox1 .itemBox .item:nth-of-type(5) .conBox .textBox .img,
.indexBox1 .itemBox .item:nth-of-type(6) .conBox .textBox .img,
.indexBox1 .itemBox .item:nth-of-type(7) .conBox .textBox .img,
.indexBox1 .itemBox .item:nth-of-type(8) .conBox .textBox .img{
    position: absolute;
    right: 0;
    top: 0;
}


.indexBox2{
    padding: 270px 0;
    text-align: center;
    background-repeat: no-repeat;
    background-position: center center;
}
.indexBox2 p{
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
}
.indexBox2 a.video_click{
    margin-top: 40px;
}
.indexBox2 a.video_click:after{
    display: none;
}

.indexBox3 .title{
    padding: 60px 0;
    text-align: center;
}
.indexBox3 .title h2 span{
    font-size: 30px;
    color: #203999;
    font-weight: 700;
    display: inline-block;
    line-height: 46px;
    padding-left: 35px;
    text-transform: uppercase;
    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/titleBj.png") no-repeat left center;
}
.indexBox3 .title p{
    font-size: 20px;
    color: #3a3a3a;
    font-weight: 300;
    padding-top: 10px;
}
.indexBox3 .itemBox{
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
}
.indexBox3 .itemBox .item{
    width: 50%;
    float: left;
    overflow: hidden;
    padding: 0 5px 10px;
}
.indexBox3 .itemBox .item:nth-of-type(1){
    width: 100%;
}
.indexBox3 .itemBox .item .conBox{
    position: relative;
    height: 600px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.indexBox3 .itemBox .item .conBox:before{
    position: absolute;
    content: '';
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,0.5);
    transition: all .3s;
}
.indexBox3 .itemBox .item:nth-of-type(1) .conBox:before{
    width: 50%;
    left: -5px;
}
.indexBox3 .itemBox .item:hover .conBox:before{
    top: 0;
    bottom: 0;
    transition: all .3s;
}
.indexBox3 .itemBox .item .textBox{
    position: relative;
    z-index: 2;
    width: 100%;
    padding-top: 100px;
    overflow: hidden;
    top: 100%;
    transition: all .3s;
}
.indexBox3 .itemBox .item:nth-of-type(1) .textBox{
    width: 50%;
    padding-top: 110px;
    transition: all .3s;
}
.indexBox3 .itemBox .item:hover .textBox{
    top: 0;
}
.indexBox3 .itemBox .item .textBox .text{
    width: 640px;
    float: right;
    padding-right: 40px;
}
.indexBox3 .itemBox .item:nth-of-type(3) .textBox .text,
.indexBox3 .itemBox .item:nth-of-type(5) .textBox .text{
    width: 600px;
    float: left;
    padding-right: 0;
    padding-left: 40px;
}
.indexBox3 .itemBox .item .textBox .text span{
    font-size: 20px;
    color: #ffffff;
    font-weight: 300;
    text-transform: uppercase;
}
.indexBox3 .itemBox .item .textBox .text h3{
    font-weight: 700;
    font-size: 40px;
    color: #ffffff;
    text-transform: uppercase;
    padding: 5px 0 30px;
}
.indexBox3 .itemBox .item .textBox .text p{
    font-size: 20px;
    color: #ffffff;
    line-height: 1.6;
}
.indexBox3 .itemBox .item .textBox .text a{
    font-size: 20px;
    color: #ffffff;
    font-weight: 300;
    width: 150px;
    height: 48px;
    border: 2px solid #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 44px;
    margin-top: 40px;
}
.indexBox3 .itemBox .item .textBox .text a:hover{
    background: #ffffff;
    color: #203999;
}

.indexBox4{
    overflow: hidden;
    padding-top: 95px;
}

.indexBox4 .textBox{
    width: 46.25%;
    float: left;
}

.indexBox4 .textBox .conBox{
    width: 540px;
    float: right;
    padding-top: 40px;
}
.indexBox4 .textBox .conBox .title h2{
    position: relative;
    height: 81px;
    padding-top: 10px;
    margin-bottom: 10px;
}
.indexBox4 .textBox .conBox .title h2:before{
    position: absolute;
    content: '';
    width: 699px;
    height: 81px;
    top: 0;
    right: 240px;
    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/indexAboutTitleBj.png") no-repeat center center;
}
.indexBox4 .textBox .conBox .title h2 span{
    position: relative;
    display: inline-block;
    z-index: 2;
    line-height: 70px;
    font-size: 30px;
    color: #ffffff;
    font-weight: 700;
    text-transform: uppercase;
    padding-right: 95px;
    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/indexAboutIco.png") no-repeat right center;
}
.indexBox4 .textBox .conBox .title p{
    font-size: 20px;
    color: #3a3a3a;
    font-weight: 300;
}
.indexBox4 .textBox .conBox .text{
    margin-top: 20px;
}
.indexBox4 .textBox .conBox .text p{
    font-size: 16px;
    color: #444444;
    font-weight: 300;
    line-height: 1.5;
}
.indexBox4 .textBox .conBox .text a{
    display: inline-block;
    margin-top: 50px;
    font-size: 16px;
    color: #444444;
    font-weight: 300;
}
.indexBox4 .textBox .conBox .text a:hover{
    text-decoration: underline;
    color: blue;
}
.indexBox4 .imgBox{
    width: 53.75%;
    float: left;
    text-align: right;
    line-height: 0;
}

.indexBox5{
    padding-bottom: 155px;
    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/indexCustomerBj.jpg") no-repeat bottom center;
    -webkit-background-size: cover;
    background-size: cover;
}
.indexBox5 .title{
    padding: 85px 0 60px;
    text-align: center;
}
.indexBox5 .title h2 span{
    font-size: 30px;
    color: #203999;
    font-weight: 700;
    display: inline-block;
    line-height: 46px;
    padding-left: 35px;
    text-transform: uppercase;
    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/titleBj.png") no-repeat left center;
}
.indexBox5 .title p{
    font-size: 20px;
    color: #3a3a3a;
    font-weight: 300;
    padding-top: 10px;
}
.indexBox5 .itemBox{
    overflow: hidden;
    min-height: 615px;
}
.indexBox5 .item{
    width: 33.33%;
    float: left;
    padding: 55px 30px 0;
    transition: all .3s;
}
.indexBox5 .item.on{
    padding-top: 0;
    transition: all .3s;
}
.indexBox5 .item .img{
    line-height: 0;
    text-align: center;
    overflow: hidden;
}
.indexBox5 .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;
}
.indexBox5 .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;
}
.indexBox5 .item .text{
    height: 210px;
    padding: 25px 40px 0;
    background: #ffffff;
}
.indexBox5 .item .text h3 a{
    display: inline-block;
    font-size: 20px;
    color: #162871;
    font-weight: 700;
    padding-bottom: 15px;
}
.indexBox5 .item .text p{
    font-size: 16px;
    color: #444444;
    line-height: 1.5;
}
.indexBox5 .a{
    text-align: center;
}
.indexBox5 .a a{
    font-size: 20px;
    color: #ffffff;
    font-weight: 300;
    width: 150px;
    height: 48px;
    border: 2px solid #ffffff;
    display: inline-block;
    text-align: center;
    line-height: 44px;
    margin-top: 40px;
}
.indexBox5 .a a:hover{
    background: #162871;
    border-color: #162871;
}

.aboutBanner{
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.aboutBanner .img{
    line-height: 0;
}
.aboutBanner .content{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.aboutBanner .textBox{
    background: rgba(0,0,0,0.4);
}
.aboutBanner .textBox .text{
    padding: 100px;
    text-align: center;
}
.aboutBanner .textBox .text h1{
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 20px;
}
.aboutBanner .textBox .text p{
    font-size: 18px;
    color: #efefef;
    font-weight: 300;
    line-height: 1.7;
}

.aboutBox1{
    margin-bottom: 70px;
}
.aboutBox1 .title{
    text-align: center;
    padding: 30px 0 45px;
}
.aboutBox1 .title h2 span{
    font-size: 30px;
    color: #203999;
    font-weight: 700;
    display: inline-block;
    line-height: 56px;
    padding-left: 35px;
    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/aboutTitleBj.png") no-repeat left center;
}
.aboutBox1 .img{
    width: 48.75%;
    float: left;
    line-height: 0;
    text-align: center;
}
.aboutBox1 .text{
    width: 51.25%;
    float: left;
    padding-left: 20px;
    text-align: center;
}
.aboutBox1 .text p{
    font-size: 16px;
    color: #000000;
    line-height: 2;
}

.aboutBox2 .title{
    text-align: center;
    padding-bottom: 30px;
}
.aboutBox2 .title h2 span{
    font-size: 30px;
    color: #203999;
    font-weight: 700;
    display: inline-block;
    line-height: 56px;
    padding-left: 35px;
    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/aboutTitleBj.png") no-repeat left center;
}
.aboutBox2 .itemBox{
    overflow: hidden;
}
.aboutBox2 .item{
    width: 25%;
    float: left;
}
.aboutBox2 .item .img{
    line-height: 0;
    overflow: hidden;
}
.aboutBox2 .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;
}
.aboutBox2 .item .img:hover 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;
}
.aboutBox2 .item .text{
    height: 330px;
    padding: 80px 15px 0;
    background: #e6e6e6;
    position: relative;
}
.aboutBox2 .item .text:before{
    position: absolute;
    content: '';
    width: 94px;
    height: 4px;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: #203999;
    transition: all .3s;
}
.aboutBox2 .item:nth-of-type(2n) .text:before{
    bottom: auto;
    top: 0;
}
.aboutBox2 .item:hover .text:before{
    width: 100%;
    height: 100%;
    transition: all .3s;
}
.aboutBox2 .item .text p{
    position: relative;
    z-index: 2;
    font-size: 16px;
    color: #222222;
    line-height: 1.7;
    text-align: center;
}
.aboutBox2 .item:hover .text p{
    color: #ffffff;
}

.aboutBox3 .aboutTabClick{
    overflow: hidden;
    margin: 35px 0 20px;
}
.aboutBox3 .aboutTabClick .item{
    width: 50%;
    float: left;
    background: #313131;
    text-align: center;
    font-size: 36px;
    color: #ffffff;
    font-weight: 700;
    line-height: 70px;
    cursor: pointer;
}
.aboutBox3 .aboutTabClick .item.on,
.aboutBox3 .aboutTabClick .item:hover{
    background: #203999;
}
.aboutTabSwitch .tabSwitch{
    height: 0;
    overflow: hidden;
}
.aboutTabSwitch .tabSwitch.on{
    height: auto;
}
.aboutTabSwitch .tabSwitch.aboutHonor{
    overflow: hidden;
    margin-bottom: 15px;
}
.aboutTabSwitch .tabSwitch.aboutHonor ul > li{
    width: 33.33%;
    float: left;
    text-align: center;
    padding: 0 10px;
    line-height: 0;
}
.aboutTabSwitch .tabSwitch.aboutEquipment ul li{
    width: 33.33%;
    float: left;
    padding: 0 5px 10px;
    line-height: 0;
    text-align: center;
}

.contactBanner{
    position: relative;
}
.contactBanner .img{
    height: 355px;
    line-height: 0;
    background-repeat: no-repeat;
    background-position: center center;
}
.contactBanner .conBox{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
}
.contactBanner .title{
    padding-right: 230px;
    margin-bottom: 20px;
}
.contactBanner .title h1{
    font-size: 30px;
    color: #243c9a;
    padding-bottom: 10px;
}
.contactBanner .title p{
    font-size: 20px;
    color: #242424;
    line-height: 1.5;
}
.contactBanner .contactInfo{
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
}
.contactBanner .contactInfo .item{
    width: 50%;
    float: left;
    padding: 0 15px;
}
.contactBanner .contactInfo .item span{
    display: block;
    font-size: 16px;
    line-height: 90px;
    color: #ffffff;
    padding-left: 45px;
    background-color: #373737;
    background-repeat: no-repeat;
    background-position: 15px center;
}
.contactBanner .contactInfo .item:hover span{
    background-color: #203999;
}
.contactBanner .contactInfo .item span.contactTel{
    background-image: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/contactTel.png");
}
.contactBanner .contactInfo .item span.contactFax{
    background-image: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/contactFax.png");
}
.contactBanner .contactInfo .item span.contactEmail{
    background-image: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/contactEmail.png");
}
.contactBanner .contactInfo .item span a{
    display: inline-block;
    font-size: 18px;
    line-height: 90px;
    color: #ffffff;
}

.contactBox .title h2{
    font-size: 30px;
    color: #243c9a;
    padding: 30px 0 15px;
}
.contactBox .itemBox{
    margin-bottom: 50px;
    overflow: hidden;
}
.contactBox .itemBox .item.left{
    width: 47.5%;
    float: left;
}
.contactBox .itemBox:nth-of-type(2) .item.left{
    float: right;
}
.contactBox .itemBox .item p{
    font-size: 16px;
    color: #000000;
}
.contactBox .itemBox .item .subject,
.contactBox .itemBox .item .category{
    border: 1px solid #c3c3c3;
    height: 95px;
    margin-top: 10px;
}
.contactBox .itemBox .item .subject a{
    display: block;
    padding-left: 55px;
    font-size: 16px;
    color: #4e4e4e;
    line-height: 25px;
    margin: 12px 0;
    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/radio.png") no-repeat 18px center;
}
.contactBox .itemBox .item .subject a.on{
    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/radio1.png") no-repeat 18px center;
}
.contactBox .itemBox .item .category{
    padding-top: 11px;
}
.contactBox .itemBox .item .category a{
    display: inline-block;
    padding-left: 55px;
    font-size: 16px;
    color: #4e4e4e;
    line-height: 25px;
    margin: 5px 0;
    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/radio.png") no-repeat 18px center;
}
.contactBox .itemBox .item .category a.on{
    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/radio1.png") no-repeat 18px center;
}
.contactBox .itemBox .item.right{
    width: 52.5%;
    float: left;
    padding-left: 30px;
}
.contactBox .itemBox:nth-of-type(2) .item.right{
    float: right;
}
.contactBox .itemBox #googleMapPanel{
    width: 100%;
    height: 540px;
}

.contactBox .itemBox .formTitle{
    font-size: 30px;
    color: #233c9a;
    line-height: 56px;
    margin-bottom: 23px;
}
.contactBox .itemBox .info{
    margin-bottom: 10px;
}
.contactBox .itemBox .info .controls{
    position: relative;
}
.contactBox .itemBox .label_control{
    font-size: 18px;
    color: #6a6565;
    font-weight: 300;
    padding-bottom: 5px;
    display: block;
}
.contactBox .itemBox .tips{
    position: absolute;
    top: 0;
    right: 5px;
    color: #ff0000;
    font-size: 13px;
    line-height: 36px;
    text-align: center;
}
.contactBox .itemBox .imgVerifyCode .tips{
    bottom: -30px;
    top: auto;
}
.contactBox .itemBox input[type="text"]{
    width: 100%;
    height: 36px;
    padding: 0 5px;
    background: #ffffff;
    font-size: 16px;
    color: #333333;
    font-weight: 300;
    border-top: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: 1px solid #9f9f9f;
}
.contactBox .itemBox textarea{
    width: 100%;
    height: 100px;
    padding: 10px 5px;
    border: 1px solid #9f9f9f;
    background: #ffffff;
    font-size: 16px;
    color: #333333;
    font-weight: 300;
    resize: none;
}
.contactBox .itemBox .Verify_img{
    position: absolute;
    top: 2px;
    right: 2px;
    height: 32px;
}
.contactBox .itemBox input[type="submit"]{
    width: 165px;
    height: 50px;
    border: 0;
    margin-top: 15px;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    background: #203999;
    cursor: pointer;
    transition: all .3s;
}
.contactBox .itemBox input[type="submit"]:hover{
    background: #1088cd;
    transition: all .3s;
}

.water_line_box1{
    position: relative;
}
.water_line_box1 .img{
    line-height: 0;
}
.water_line_box1 .img img{
    width: 100%;
}
.water_line_box1 .content{
    position: absolute;
    left: 0;
    bottom: 0px;
    width: 100%;
    padding-bottom: 30px;
    padding-top: 30px;
    background: rgba(0,0,0,0.3);
}
.water_line_box1 .content h1{
    font-weight: bold;
    font-size: 40px;
    color: #fff;
    line-height: 1.1em;
    margin-bottom: 12px;
}
.water_line_box1 .content h1 span{
    font-size: 20px;
    color: #fff;
    font-weight: 400;
}
.water_line_box1 .content p{
    font-size: 20px;
    color: #fff;
    line-height: 1.2em;
}
.water_line_box2{
    padding: 80px 0;
}
.water_line_box2 .line_content{
    display: flex;
    flex-wrap: wrap;
}
.water_line_box2 .tab_info{
    width: 430px;
}
.water_line_box2 .img{
    flex: 1;
    padding-left: 10px;
    position: relative;
    line-height: 0;
}
.water_line_box2 .img:after{
    content: '';
    position: absolute;
    left: 400px;
    top: 200px;
    width: 100px;
    height: 100px;
    /*background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/water_line_img1.png") -400px -200px;*/
}
.line_title{
    display: flex;
    flex-wrap: wrap;
    height: 60px;
    align-items: flex-end;
    position: relative;
    padding-left: 35px;
}
.line_title h3{
    font-size: 30px;
    font-weight: bold;
    color: #203999;
}
.line_title p{
    font-size: 20px;
    color: #203999;
}
.line_title:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 58px;
    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/water_line_icon1.png")no-repeat center;
}

.csd_line_title{
    display: flex;
    flex-wrap: wrap;
    height: 60px;
    align-items: flex-end;
    position: relative;
    padding-left: 35px;
}
.csd_line_title h3{
    font-size: 30px;
    font-weight: bold;
    color: #203999;
}
.csd_line_title p{
    font-size: 20px;
    color: #203999;
}
.csd_line_title:before{
    content: '';
    position: absolute;
    left: 0;
    top: 0px;
    width: 22px;
    height: 58px;
    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/1452_icon.png")no-repeat center;
}
.water_line_box2 .tab_items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 36px;
}
.water_line_box2 .tab_items .item{
    width: 180px;
    font-size: 16px;
    color: #203999;
    margin-bottom: 12px;
}
.water_line_box4{
    padding-top: 90px;
    padding-bottom: 60px;
}
.water_line_box4 .tab_line{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    padding-top: 90px;
    padding-bottom: 90px;
    z-index: 1;
    margin-top: 50px;
}
.water_line_box4 .tab_line:before{
    content: '';
    position: absolute;
    left: 0;
    top: 90px;
    width: 100%;
    height: 7px;
    background: #bebebe;
}
.water_line_box4 .tab_line em{
    content: '';
    position: absolute;
    top: 90px;
    left: 0%;
    height: 7px;
    background: #203999;
    transition: all .5s;
}
.water_line_box4.car .tab_line:after{
    width: 11.1%;
}
.water_line_box4 .tab_line.tab1:after{
    left: 0%;
}
.water_line_box4 .tab_line.tab2:after{
    left: 14.285%;
}
.water_line_box4 .tab_line.tab3:after{
    left: 28.57%;
}
.water_line_box4 .tab_line.tab4:after{
    left: 42.855%;
}
.water_line_box4 .tab_line.tab5:after{
    left: 57.14%;
}
.water_line_box4 .tab_line.tab6:after{
    left: 71.425%;
}
.water_line_box4 .tab_line.tab7:after{
    left: 85.71%;
}
.water_line_box4 .tab_line .item{
    position: relative;
    width: 14.285%;
    height: 7px;
    z-index: 2;
    cursor: pointer;
}
.water_line_box4.car .tab_line .item{
    width: 11.1%;
}
.water_line_box4 .tab_line .item:after{
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -12.5px;
    top: -9px;
    width: 25px;
    height: 25px;
    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/957_icon.png")no-repeat center;
}
.water_line_box4 .tab_line .item:nth-last-of-type(1):before{
    content: '';
    position: absolute;
    right: -2px;
    top: -9px;
    width: 25px;
    height: 25px;
    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/1103_icon.png")no-repeat right center;
}
.water_line_box4 .tab_line .item:nth-last-of-type(1).on:before{
    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/1103_icon_0.png")no-repeat right center;
}
.water_line_box4 .tab_line .item.on:after{
    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/957_icon_0.png")no-repeat center;
}
.water_line_box4 .tab_line .item .tip{
    position: absolute;
    width: 100%;
    left: 0;
    font-size: 26px;
    color: #203999;
    text-align: center;
    font-family: 'SemiBold';
}
.water_line_box4.car .tab_line .item .tip{
    font-size: 20px;
}
.water_line_box4 .tab_line .item .tip.top{
    bottom: 30px;
}
.water_line_box4 .tab_line .item .tip.bottom{
    top: 30px;
}
/*.water_line_box4 .tab_line .item .tip:after{*/
/*    content: '';*/
/*    width: 100%;*/
/*    position: absolute;*/
/*    bottom: 130%;*/
/*    left: 0;*/
/*    padding-top: 100%;*/
/*}*/
/*.water_line_box4 .tab_line .item:nth-of-type(1) .tip:after{*/
/*    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/water_line_tab1.png")no-repeat center;*/
/*}*/
/*.water_line_box4 .tab_line .item:nth-of-type(2) .tip:after{*/
/*    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/water_line_tab2.png")no-repeat center;*/
/*}*/
/*.water_line_box4 .tab_line .item:nth-of-type(3) .tip:after{*/
/*    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/water_line_tab3.png")no-repeat center;*/
/*}*/
/*.water_line_box4 .tab_line .item:nth-of-type(4) .tip:after{*/
/*    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/water_line_tab4.png")no-repeat center;*/
/*}*/
/*.water_line_box4 .tab_line .item:nth-of-type(5) .tip:after{*/
/*    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/water_line_tab5.png")no-repeat center;*/
/*}*/
/*.water_line_box4 .tab_line .item:nth-of-type(6) .tip:after{*/
/*    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/water_line_tab6.png")no-repeat center;*/
/*}*/
/*.water_line_box4 .tab_line .item:nth-of-type(7) .tip:after{*/
/*    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/water_line_tab7.png")no-repeat center;*/
/*}*/

/*.water_line_box4 .tab_line .item:nth-of-type(1).on .tip:after{*/
/*    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/water_line_tab1_0.png")no-repeat center;*/
/*}*/
/*.water_line_box4 .tab_line .item:nth-of-type(2).on .tip:after{*/
/*    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/water_line_tab2_0.png")no-repeat center;*/
/*}*/
/*.water_line_box4 .tab_line .item:nth-of-type(3).on .tip:after{*/
/*    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/water_line_tab3_0.png")no-repeat center;*/
/*}*/
/*.water_line_box4 .tab_line .item:nth-of-type(4).on .tip:after{*/
/*    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/water_line_tab4_0.png")no-repeat center;*/
/*}*/
/*.water_line_box4 .tab_line .item:nth-of-type(5).on .tip:after{*/
/*    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/water_line_tab5_0.png")no-repeat center;*/
/*}*/
/*.water_line_box4 .tab_line .item:nth-of-type(6).on .tip:after{*/
/*    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/water_line_tab6_0.png")no-repeat center;*/
/*}*/
/*.water_line_box4 .tab_line .item:nth-of-type(7).on .tip:after{*/
/*    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/water_line_tab7_0.png")no-repeat center;*/
/*}*/

.water_line_box4 .tab_info{
    display: none;
    padding-top: 30px;
}
.water_line_box4 .tab_info .items1{
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}
.water_line_box4 .tab_info .items1 .item{
    width: 49%;
}
.water_line_box4 .tab_info .img{
    width: 45.6%;
    text-align: center;
}
.water_line_box4 .tab_info .info{
    flex: 1;
    padding: 30px 100px 0 40px;
}
.water_line_box4 .tab_info.on{
    display: flex;
    flex-wrap: wrap;
}
.water_line_box4 .tab_info .info h4{
    font-size: 30px;
    font-family: 'SemiBold';
    margin-bottom: 16px;
    color: #203999;
}
.water_line_box4 .tab_info .info p{
    font-size: 18px;
    line-height: 1.8em;
}
.water_line_box5{
    padding: 100px 0;
    background: #f2f2f2;
}
.water_line_box5 .items{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 60px;
}
.water_line_box5 .items  .item{
    position: relative;
    width: 32%;
    margin-bottom: 24px;
    border: 1px solid #ccc;
}
.water_line_box5 .items  .item .img{
    line-height: 0;
    overflow: hidden;
}
.water_line_box5 .items  .item .img img{
    transition: all .3s;
}
.water_line_box5 .items  .item:hover .img img{
    transform: scale(1.1);
}
.water_line_box5 .items  .item a{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 60px;
    background: rgba(1,1,1,.5);
    text-align: center;
}
.water_line_box5 .items .item a span{
    font-size: 20px;
    color: #fff;
    line-height: 60px;
}
.water_line_box5 .items .item:hover a{
    height: 100%;
    overflow: hidden;
}
.water_line_box5 .items .item a:after{
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90px;
    height: 90px;
    margin-left: -45px;
    margin-top: -45px;
    border: 2px solid #fff;
    border-radius: 50%;
    transition: all .3s;
    transform: scale(3);
    opacity: 0;

}
.water_line_box3{
    position: relative;
}
.water_line_box3 .img{
    line-height: 0;
}
.water_line_box3 .img{
    margin-top: 30px;
}
.water_line_box5 .items .item a:before{
    content: 'More+';
    font-size: 20px;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90px;
    line-height: 90px;
    text-align: center;
    height: 90px;
    margin-left: -45px;
    margin-top: -45px;
    opacity: 0;
}
.water_line_box5 .items .item:hover a:before{
    opacity: 1;
}
.water_line_box5 .items .item:hover a:after{
    transform: scale(1);
    opacity: 1;
}
.water_line_box5 .items .item:hover a span{
    display: none;
}
.water_line_box2 .csd_content{
    display: flex;
    flex-wrap: wrap;
}
.water_line_box2 .csd_content .csd_table{
    width: 51%;
}
.water_line_box2 .csd_content .csd_img{
    padding-top: 80px;
    padding-left: 30px;
    width: 49%;
}
.water_line_box2 .csd_content .csd_img h3{
    font-size: 26px;
    color: #203999;
    text-align: center;
    font-family: 'SemiBold';
    margin-bottom: 40px;
}
.water_line_box2 .csd_content .csd_table table{
    width: 1000px;
    margin: 0;
}
.water_line_box2 .csd_content .csd_table td{
    font-size: 16px;
    height: 50px;
}
.water_line_box2 .csd_content .csd_table table tr:nth-child(even) td{
    background: #fafafa;
}
.service_banner{
    position: relative;
}
.service_banner .img{
    line-height: 0;
}
.service_banner .content{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.service_banner .content .container{
    height: 100%;
}
.service_banner .content .info{
    float: right;
    height: 100%;
    width: 400px;
    padding-left: 58px;
    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/service_banner_icon.png")no-repeat left center;
}
.service_banner .content .info .tip{
    display: flex;
    align-items: center;
    height: 100%;
    background: #0050be;
    padding-left: 18px;
}
.service_banner .content .info h1{
    font-size: 24px;
    color: #fff;
    line-height: 1.4em;
    margin-bottom: 10px;
    font-family: "Raleway";
}
.service_banner .content .info p{
    font-size: 20px;
    color: #fff;
    font-family: "Cabin";
}
.service_banner .content .info p a{
    font-size: 20px;
    color: #fff;
    font-family: "Raleway";
}
.service_banner .content .info p a:hover{
    text-decoration: underline;
}

.service_content{
    padding: 50px 0;
    font-family: "Raleway";
}
.service_content h3{
    font-size: 30px;
    color: #0050be;
    font-family: "Raleway";
    line-height: 1.4em;
    margin-bottom: 15px;
}
.service_content p{
    font-size: 22px;
    color: #313131;
    line-height: 1.2em;
}
.service_content .service_box1 p:nth-of-type(2){
    font-size: 17px;
    color: #454545;
    line-height: 1em;
    margin-top: 5px;
}
.service_content .service_box1 p{
    max-width: 1200px;
}
.service_content .service_box1 p em{
    color: red;
    font-size: 20px;
    font-weight: bold;
}
.service_content .service_con{
    padding: 0 40px;
}
.service_content .service_box1 .tab_items{
    display: flex;
    margin: 30px 0;
}
.service_content .service_box1 .tab_items .tab_item{
    display: flex;
    align-items: center;
    margin-right: 35px;
    font-size: 20px;
    font-family: "Open Sans";
}
.service_content .service_box1 .tab_items .tab_item .check{
    display: flex;
    justify-content: center;
    align-items: center;
    vertical-align: middle;
    width: 16px;
    height: 16px;
    border: 1px solid #000000;
    border-radius: 50%;
    margin-right: 19px;
    cursor: pointer;
}
.service_content .service_box1 .tab_items .tab_item.on .check{
    border-color: #0050be;
}
.service_content .service_box1 .tab_items .tab_item.on .check:after{
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    background: #0050be;
    border-radius: 50%;
}
.service_content .service_box1 .tab_info{
    display: none;
    justify-content: space-between;
    margin-bottom: 50px;
}
.service_content .service_box1 .tab_info.on{
    display: flex;
}
.service_content .service_box1 .tab_info .img{
    width: 24%;
}
.service_content .service_box1 .tab_info .img img{
    border: 1px solid #ccc;
    background: #fafafa;
}
.service_content .service_box1 .tab_info:nth-of-type(2) .img img{
    border: 0;
}

.fancybox-lock {
    overflow: hidden;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/reset/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

.fancybox-bg {
    width: 100%;
    height: 100%;
    display: block;
    background: #000;
    opacity: 0.7;
    filter: Alpha(opacity=70);
    position: fixed;
    bottom: 0;
    right: 0;
    overflow: auto;
    overflow-y: scroll;
}
.fancybox-close {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 8040;
    background: #f9f9f9;
}

.fancybox-close:after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 35px;
    content: "x";
    color: #000;
    font-size: 35px;
    text-align: center;
}
.service_content .service_box2 .img{
    margin: 40px 0;
}
.service_content .service_box3 .line{
    margin-bottom: 30px;
}
.service_content .service_box3 .line p span{
    font-size: 20px;
    color: #0050be;
    line-height: 2em;
    text-decoration: underline;
}
.service_content .service_box3 .line p:nth-of-type(2){
    font-size: 16px;
    color: #414141;
    line-height: 22px;
}
.service_content .service_box4 h3{
    text-align: center;
}
.service_content .service_box4 .tab_items{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 20px;
}
.service_content .service_box4 .tab_items .item{
    line-height: 50px;
    font-size: 22px;
    border-radius: 20px;
    border: 1px solid transparent;
    cursor: pointer;
    transition: all .3s;
}
.service_content .service_box4 .tab_items .item.on{
    padding: 0 30px;
    border-color: #203999;
    color: #203999;
}
.service_content .service_box4 .tab_items i{
    display: block;
    width: 4%;
    height: 1px;
    margin: 0 25px;
    background: #000000;
}
.ser_slick{
    height: 0;
    overflow: hidden;
    padding: 0 40px;
}
.ser_slick.on{
    height: auto;
}
.ser_slick p{
    font-size: 18px;
    text-align: center;
    margin-top: 10px;
}
.ser_slick .slick_first{
    padding: 0 10px;
}
.ser_slick .slick-prev{
    top: 40%;
    left: 0px;
    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/1530_icon.png")no-repeat center;
}
.ser_slick .slick-next{
    top: 40%;
    right: 0px;
    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/1530_icon.png")no-repeat center;
    transform: rotate(180deg);
}


.clientBanner{
    position: relative;
}
.clientBanner .img{
    line-height: 0;
    text-align: center;
}
.clientBanner .text{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin-top: -85px;
    text-align: center;
    background: rgba(0,0,0,0.4);
}
.clientBanner .text h1{
    font-size: 50px;
    color: #ffffff;
    padding: 60px 0;
}
.clientBox{
    padding: 50px 0;
    overflow: hidden;
}
.clientBox .itemBox{
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
}
.clientBox .item{
    width: 50%;
    float: left;
    padding: 0 10px;
    margin-bottom: 40px;
}
.clientBox .item .img{
    line-height: 0;
    text-align: center;
}
.clientBox .item .img img{
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    border: 1px solid #d2d2d2;
}

.juiceLineBox .line_title:before{
    background: url("https://jetfilling-en.usa02.wondercdn.com/public/static/images/home/en-us/juice_line_icon1.jpg") no-repeat bottom center;
}
.juiceLineBox1 .conBox{
    overflow: hidden;
    padding-top: 40px;
}
.juiceLineBox1 .conBox .img{
    line-height: 0;
}
.juiceLineBox1 .conBox .solutionJuiceImgBox{
    width: 56%;
    float: left;
}
.juiceLineBox1 .conBox .solutionJuiceImgBox .slick_first h3{
    text-align: center;
    font-size: 26px;
    color: #333333;
    font-family: 'SemiBold';
    font-weight: 700;
    line-height: 1.4;
}
.juiceLineBox1 .conBox .solutionJuiceImgBox .slick-dots{
    bottom: -20px;
}
.juiceLineBox1 .conBox .solutionJuiceImgBox .slick-dots li.slick-active{
    background: #203999;
}
.juiceLineBox1 .conBox .rightImg{
    width: 44%;
    float: left;
    text-align: center;
    padding-left: 30px;
}

.juiceLineBox2{
    margin-top: 90px;
}
.juiceLineBox2 .imgBox{
    position: relative;
}
.juiceLineBox2 .imgBox .img{
    line-height: 0;
    text-align: center;
}
.juiceLineBox2 .imgBox .text{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 25px 240px;
    text-align: center;
    background: rgba(32,57,153,.6);
}
.juiceLineBox2 .imgBox .text p{
    font-size: 22px;
    color: #fefefe;
    line-height: 1.6;
}
.juiceLineBox2 .itemBox{
    overflow: hidden;
    margin-left: -5px;
    margin-right: -5px;
    margin-top: 10px;
}
.juiceLineBox2 .itemBox .item{
    width: 33.33%;
    float: left;
    padding: 0 5px;
}
.juiceLineBox2 .itemBox .item .img{
    line-height: 0;
    text-align: center;
    margin-bottom: 10px;
}
.juiceLineBox2 .itemBox .item .img img{
    width: 100%;
}
.juiceLineBox2 .itemBox .item .text p{
    font-size: 22px;
    color: #000000;
    text-align: center;
}
.juiceLineBox3 .tab_line .item{
    width: 12.5%;
}
.juiceLineBox3 .tab_line .item .tip{
    font-size: 20px;
}

.juiceLineBox4{
    padding-top: 50px;
    padding-bottom: 70px;
}


@media (max-width: 1620px){
    .indexBox1 .itemBox .item{
        padding: 0 15px;
    }
    .indexBox5 .item{
        padding-left: 15px;
        padding-right: 15px;
    }
    .indexBox5 .itemBox{
        min-height: 590px;
    }
    .water_line_box4 .tab_line .item .tip{
        font-size: 24px;
    }
    .aboutBox2 .itemBox{
        width: 1420px;
        margin: auto;
    }
}
@media (max-width: 1450px){
    .indexBox1 .itemBox .item{
        padding: 0 10px;
    }
    .indexBox3 .itemBox .item .textBox .text{
        width: 600px;
    }
    .indexBox4 .textBox .conBox .text{
        margin-top: 25px;
    }
    .indexBox4 .textBox .conBox .text a{
        margin-top: 20px;
    }
    .indexBox5 .itemBox{
        min-height: 547px;
    }
    .indexBox5 .item{
        padding-left: 10px;
        padding-right: 10px;
    }
    .footerBox .fast_navigation .itemBox{
        padding: 0;
    }

    .aboutBox2 .item .text{
        padding-top: 30px;
    }
    .water_line_box4 .tab_line .item .tip{
        font-size: 20px;
    }
    .service_content .service_box4 .tab_items .item{
        font-size: 20px;
    }

    .aboutBox2 .itemBox{
        width: 1200px;
        margin: auto;
    }
}
@media (max-width: 1220px){
    .headerRight .nav_list > li > a{
        padding: 0 10px;
    }
    .indexBox3 .itemBox .item .textBox .text{
        width: 100% !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
    .indexBox3 .itemBox .item .textBox .text h3{
        font-size: 34px;
    }
    .indexBox3 .itemBox .item .textBox .text p{
        line-height: 1.4;
        font-size: 18px;
    }
    .indexBox4 .textBox .conBox{
        width: 100%;
    }
    .indexBox4 .textBox .conBox .text{
        padding-right: 40px;
    }
    .indexBox4 .textBox .conBox .title h2:before{
        right: 65px;
    }
    .indexBox5 .itemBox{
        min-height: 496px;
    }
    .indexBox5 .item .text{
        padding: 25px 20px 0;
    }
    .indexBox1 .title{
        padding: 50px 0 30px;
    }
    .indexBox1 .itemBox{
        margin-bottom: 20px;
    }
    .indexBox1 .itemBox .item{
        margin-bottom: 30px;
    }
    .indexBox1 .itemBox .item .text p{
        display: none;
    }
    .indexBox1 .itemBox .item .textBox .img{
        display: none;
    }
    .indexBox1 .itemBox .item .text{
        height: 105px;
        padding: 10px 20px !important;
    }
    .indexBox1 .itemBox .item .text h3{
        line-height: 1.3;
        padding-bottom: 0;
    }

    .indexBox2{
        padding: 200px 0;
        -webkit-background-size: cover;
        background-size: cover;
    }

    .indexBox3 .title{
        padding: 50px 0 30px;
    }

    .indexBox4{
        padding-top: 50px;
    }
    .indexBox4 .textBox .conBox{
        padding-top: 0;
    }

    .indexBox5{
        padding-bottom: 100px;
    }
    .indexBox5 .title{
        padding: 50px 0 30px;
    }
    .footerBox .fast_navigation{
        padding: 50px 0 20px;
    }

    .water_line_box2{
        padding-bottom: 0;
    }
    .water_line_box1 .content h1{
        font-size: 32px;
    }
    .water_line_box1 .content p{
        font-size: 18px;
    }

    .water_line_box4 .tab_line .item .tip,
    .water_line_box4.car .tab_line .item .tip{
        font-size: 18px;
    }
    .water_line_box4 .tab_info .info{
        padding-right: 0;
    }
    .water_line_box4 .tab_info .info p{
        font-size: 16px;
    }
    .water_line_box5{
        padding: 80px 0;
    }
    .water_line_box5 .items .item a span{
        font-size: 14px;
    }

    .water_line_box2 .csd_content .csd_table{
        width: 100%;
    }
    .water_line_box2 .csd_content .csd_img{
        width: 100%;
        padding-left: 0;
        text-align: center;
        padding-top: 20px;
    }

    .juiceLineBox2 .imgBox .text{
        padding-left: 100px;
        padding-right: 100px;
    }
    .juiceLineBox2 .imgBox .text p{
        font-size: 16px;
    }
    .water_line_box4{
        padding-top: 50px;
    }

    .aboutBanner .textBox .text{
        padding: 40px 20px;
    }
    .aboutBanner .textBox .text p{
        font-size: 16px;
    }
    .aboutBox1 .text p,
    .aboutBox2 .item .text p{
        line-height: 1.4;
        text-align: left;
    }

    .aboutBox2 .itemBox{
        width: 992px;
        margin: auto;
    }
    .aboutBox2 .item .text{
        height: 260px;
    }
    .aboutBox2 .item .text p{
        font-size: 14px;
    }
    .aboutBox3 .aboutTabClick .item{
        font-size: 30px;
    }

    .service_banner .content .info h1,
    .service_banner .content .info p{
        font-size: 20px;
    }
    .service_content .service_box1 .tab_items .tab_item .check{
        margin-right: 10px;
    }
    .service_content .service_box1 .tab_items .tab_item{
        font-size: 18px;
        margin-right: 35px;
    }
    .service_content .service_box4 .tab_items .item{
        font-size: 18px;
        text-align: center;
        line-height: 1.4;
    }
    .contactBox .itemBox .item .subject, .contactBox .itemBox .item .category{
        height: 130px;
    }

    .contactBanner .contactInfo{
        margin-left: 0;
        margin-right: 0;
    }
    .contactBanner .contactInfo .item{
        width: 100%;
        padding: 0;
    }
    .contactBanner .contactInfo .item span{
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .contactBanner .contactInfo .item span,
    .contactBanner .contactInfo .item span a{
        line-height: 2;
    }
}
@media (max-width: 992px){
    body{
        padding-top: 60px;
    }
    h1,
    h2,
    h3,
    h4,
    h5{
        line-height: initial;
    }
    /*移动端隐藏模块*/
    .header {
        display: none;
    }

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

    .m_header {
        height: 60px;
    }

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

    .logo_box img {
        height: 35px;
    }

    /*移动端菜单按钮*/
    .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: #10497e;
        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;
        font-size: 16px;
        color: #000000;
        text-align: left;
    }

    .m_header .m_nav_list a span{
        font-size: 16px;
        color: #000000;
        text-transform: uppercase;
    }

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

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

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

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

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

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

    .indexBox1 .itemBox .slick-dots{
        bottom: 0;
    }
    .indexBox1 .itemBox .slick-dots li.slick-active{
        background: #203999;
    }
    .indexBox1 .itemBox .item .conBox{
        border-radius: 0 !important;
    }

    .indexBox2{
        padding: 90px 0;
    }

    .indexBox3 .itemBox .item{
        width: 100%;
    }
    .indexBox3 .itemBox .item .conBox{
        padding-top: 60%;
        height: auto;
    }
    .indexBox3 .itemBox .item .textBox{
        position: absolute;
        top: auto;
        bottom: 0;
        padding: 20px 0 !important;
        background: rgba(0,0,0,0.5);
    }
    .indexBox3 .itemBox .item .textBox .text p{
        display: none;
    }
    .indexBox3 .itemBox .item .textBox .text a{
        margin-top: 0;
    }
    .indexBox3 .itemBox .item:nth-of-type(1) .textBox{
        width: 100%;
    }
    .indexBox3 .itemBox .item .conBox:before{
        display: none;
    }
    .indexBox3 .itemBox .item:hover .textBox{
        top: auto;
    }

    .indexBox4 .textBox,
    .indexBox4 .imgBox{
        width: 100%;
    }
    .indexBox4 .textBox .conBox .title h2:before{
        left: -270px;
    }
    .indexBox4 .textBox .conBox .text{
        padding-right: 0;
    }
    .indexBox4 .textBox .conBox .text a{
        margin-top: 15px;
        margin-bottom: 5px;
    }
    .indexBox4 .imgBox{
        margin-top: 15px;
    }

    .indexBox5 .a a{
        margin-top: 0;
    }
    .footerBox .footerInfo{
        text-align: center;
    }
    .footerBox .footerInfo .text{
        width: 100%;
        float: none;
        margin-bottom: 20px;
    }
    .footerBox .footerInfo .text p{
        line-height: 1.4;
        font-size: 20px;
    }
    .footerBox .footerInfo .a{
        width: 100%;
        float: none;
    }
    .footerBox .fast_navigation .itemBox .item{
        width: 50%;
    }
    .footerBox .fast_navigation .itemBox .item:nth-of-type(2),
    .footerBox .fast_navigation .itemBox .item:nth-of-type(3){
        display: none;
    }

    .water_line_box2 .line_title p{
        width: 100%;
    }
    .water_line_box2 .tab_info{
        width: 100%;
    }
    .water_line_box2 .img{
        padding-left: 0;
        width: 100%;
        flex: inherit;
        overflow: hidden;
    }

    .water_line_box4{
        padding-top: 50px;
    }
    .water_line_box4 .tab_line .item .tip,
    .water_line_box4.car .tab_line .item .tip{
        font-size: 16px;
    }
    .water_line_box5 .items .item a span{
        padding: 0 10px;
        display: block;
        overflow: hidden;
        text-overflow:ellipsis;
        white-space: nowrap;
    }

    .juiceLineBox2 .imgBox .text{
        padding-left: 50px;
        padding-right: 50px;
    }

    .aboutBox1 .img{
        width: 100%;
        text-align: left;
    }
    .aboutBox1 .text{
        width: 100%;
        margin-top: 15px;
        padding-left: 0;
    }
    .aboutBox2 .itemBox{
        width: 100%;
    }
    .aboutBox2 .item .text{
        height: auto;
        padding: 20px 10px;
    }

    .aboutBanner .content{
        position: inherit;
        left: auto;
        right: auto;
        top: auto;
        bottom: auto;
        background: #203999;
    }
    .aboutBanner .textBox{
        background: none;
    }
    .aboutBanner .textBox .text{
        padding-left: 0;
        padding-right: 0;
    }

    .clientBanner .text{
        margin-top: -40px;
    }
    .clientBanner .text h1{
        font-size: 30px;
        padding: 20px 0;
    }
    .clientBox .itemBox{
        margin-left: -5px;
        margin-right: -5px;
    }
    .clientBox .item{
        padding: 0 5px;
        margin-bottom: 10px;
    }
    .clientBox .item .img img{
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
    }

    .service_content .service_con{
        padding: 0;
    }
    .service_content p{
        font-size: 18px;
    }
    .service_content .service_box1 .tab_items .tab_item{
        font-size: 16px;
    }

    .contactBanner .title{
        padding-right: 0;
    }
    .contactBanner .title p{
        font-size: 18px;
    }

    .contactBox .itemBox{
        margin-bottom: 0;
    }
    .contactBox .itemBox .item{
        width: 100% !important;
        margin-bottom: 20px;
        padding: 0 !important;
    }
    .contactBox .itemBox #googleMapPanel{
        height: 420px;
    }
    .contactBox .itemBox .item .subject, .contactBox .itemBox .item .category{
        height: auto;
    }
}
@media (max-width: 767px){
    body{
        padding-bottom: 48px;
    }
    .Crumbs span.youAreHere{
        display: none;
    }
    .Crumbs ul li a, .Crumbs ul li a span{
        font-size: 12px;
        font-weight: 400;
    }
    .footerBox .footer_copyright{
        padding-top: 0;
    }
    #back_top{
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .indexBox2 p,
    .indexBox3 .itemBox .item .textBox .text h3,
    .indexBox4 .textBox .conBox .title h2 span,
    .line_title h3,
    .water_line_box4 .tab_info .info h4,
    .csd_line_title h3,
    .water_line_box4 .tab_info .info h4,
    .aboutBox3 .aboutTabClick .item,
    .service_content h3{
        font-size: 26px;
    }
    .indexBox3 .itemBox .item .textBox .text a,
    .indexBox5 .a a{
        font-size: 16px;
        width: 126px;
        height: 36px;
        line-height: 32px;
    }
    .indexBox1 .itemBox .item{
        padding: 0 5px;
    }
    .indexBox3 .itemBox .item .textBox .text h3{
        padding-bottom: 15px;
    }
    .indexBox5 .item{
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
        background: #ffffff;
    }
    .indexBox5 .item .img{
        width: 280px;
        float: left;
    }
    .indexBox5 .item .text{
        margin-left: 280px;
        height: auto;
    }

    .parameter_box h1 i{
        display: none;
    }
    .parameter_box{
        padding-left: 0;
        padding-right: 0;
    }
    embed{
        width: 100% !important;
    }

    .water_line_box4 .tab_line{
        display: none;
    }
    .water_line_box4 .tab_info{
        display: block;
    }
    .water_line_box4 .tab_info .img{
        width: 100%;
        float: left;
    }
    .water_line_box4 .tab_info .info{
        width: 100%;
        float: left;
        flex: inherit;
        padding-left: 0;
        padding-bottom: 40px;
    }

    .aboutBox2 .itemBox{
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .aboutBox2 .item{
        width: 49%;
        margin-bottom: 20px;
    }

    .clientBanner .text{
        top: auto;
        bottom: 0;
        margin-top: auto;
    }
    .clientBanner .text h1{
        padding: 5px 0;
        font-size: 24px;
    }
}
@media (max-width: 640px){
    .indexBox2 p,
    .indexBox3 .itemBox .item .textBox .text h3,
    .indexBox4 .textBox .conBox .title h2 span,
    .line_title h3,
    .water_line_box1 .content h1,
    .aboutBox3 .aboutTabClick .item,
    .service_content h3{
        font-size: 24px;
    }
    .indexBox1 .title p,
    .indexBox1 .itemBox .item .text h3,
    .indexBox3 .title p,
    .indexBox3 .itemBox .item .textBox .text span,
    .indexBox5 .title p,
    .water_line_box1 .content p,
    .water_line_box2 .line_title p,
    .service_content .service_box4 .tab_items .item{
        font-size: 16px;
    }
    .indexBox5 .item .img{
        width: 240px;
    }
    .indexBox5 .item .text{
        padding-top: 20px;
        margin-left: 240px;
    }
    .indexBox5 .item .text h3 a{
        padding-bottom: 10px;
    }
    .footerBox .fast_navigation .itemBox .item{
        width: 100%;
        padding: 0 !important;
    }
    .footerBox .fast_navigation .itemBox .item .imgBox .text{
        margin-bottom: 0;
        margin-top: 10px;
    }
    .footerBox .fast_navigation .footer_shape{
        overflow: hidden;
        margin: 15px 0 25px;
    }

    .water_line_box1 .content{
        position: inherit;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        background: #203999;
    }

    .water_line_box5 .items .item{
        width: 49%;
    }
    .service_content .service_box4 .tab_items{
        display: block;
    }
    .service_content .service_box4 .tab_items .item{
        margin: 10px 0;
    }
    .service_content .service_box4 .tab_items i{
        text-align: center;
        margin: auto;
    }

    .colorbox{
        height: 50%;
        top: 25%;
    }
}
@media (max-width: 540px){
    .indexBox5 .item .img{
        width: 100%;
    }
    .indexBox5 .item .text{
        width: 100%;
        float: left;
        margin-left: 0;
        padding: 20px;
    }
    .aboutBox2 .item{
        width: 100%;
        padding: 0 10px;
    }
}
@media (max-width: 480px){
    .logo_box{
        padding-top: 20px;
    }
    .logo_box img{
        height: 22px;
    }
    .product_img_slick_box{
        width: 100%;
    }
    .aboutBox3 .aboutTabClick .item{
        font-size: 18px;
    }

}
.footerBox .fast_navigation .footerForm .info p{
    font-size: 14px;
    color: #808080;
    line-height: 1.4;
}
.footerBox .fast_navigation .footerForm .info p a{
    color: #808080;
    text-decoration: underline;
}
.footerBox .fast_navigation .footerForm .info p a:hover{
    color: #808080;
}