@charset "utf-8";
.no_padding{
    padding: 0;
}
.header {
    position: relative;
    z-index: 99;
}
.header .headerTop{
    background: #f1f1f1;
}
.header .headerTop .text{
    float: left;
}
.header .headerTop .text p{
    line-height: 40px;
    font-size: 16px;
    color: #161616;
    font-weight: 300;
}
.headerInfo{
    height: 40px;
    position: relative;
}
.headerInfo .headerTel{
    margin-right: 50px;
    line-height: 40px;
    font-size: 16px;
    color: #161616;
    font-weight: 300;
    padding-left: 20px;
    background: url("/public/static/images/home/zh-cn/headerTel.png") no-repeat left center;
}
.headerInfo .headerTel a{
    font-size: 16px;
    color: #161616;
    font-weight: 300;
}
.header_search_box {
    position: absolute;
    float: right;
    right: 0;
    top: 5px;
    width: 30px;
    height: 30px;
    overflow: hidden;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    transition: all .3s;
}
.header_search_box.active{
    width: 210px;
    background: #363636;
    transition: all .3s;
}
.header_search_box a {
    line-height: 0;
    width: 30px;
    height: 30px;
    text-align: right;
    display: block;
    position: relative;
    float: right;
    z-index: 10;
    background: transparent;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.header_search_box img {
    position: absolute;
    top: 5px;
    right: 5px;
    opacity: 0;
    transition: all .3s;
}
.header_search_box img.open{
    opacity: 1;
}
.header_search_box .search_click.active img.close {
    opacity: 1;
    transition: all .3s;
}
.header_search_box .search_click.active img.open,
.header_search_box .search_click.active img.open1{
    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: 180px;
    z-index: 9;
    transition: all .3s;
}
.search_form .info{
    width: 100%;
    padding-right: 30px;
}
.search_form input[type="text"] {
    width: 100%;
    height: 30px;
    background: none;
    border: 0;
    padding-left: 5px;
    font-size: 14px;
    font-weight: 300;
    color: #ffffff;
}
.search_form input[type="text"]::-webkit-input-placeholder{
    color: #ffffff;
}
.search_form input.btn_search {
    width: 30px;
    height: 30px;
    position: absolute;
    right: 0;
    top: 0;
    background: url("/public/static/images/home/zh-cn/reset/search.png") no-repeat center center;
    -webkit-background-size: 34px;
    background-size: 34px;
    border: 0;
    font-size: 0;
    cursor: pointer;
}


.header .headerBot{
    padding: 10px 0;
}
.header .logo_box,
.header .logo_box a{
    line-height: 0;
}


.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-left: 30px;
}
.headerNavBox .nav_list > li > a > span {
    display: inline-block;
    line-height: 62px;
    font-size: 16px;
    color: #161616;
    padding: 0 5px;
    text-transform: uppercase;
    position: relative;
    transition: all .3s;
}
.header .nav_list > li.active > a > span,
.header .nav_list > li.on > a > span{
    color: #00a0f0;
    transition: all .3s;
}
.nav_list > li > a > i {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 62px;
    margin-left: -12px;
    background: url("/public/static/images/home/zh-cn/reset/dropdown_menu.png") no-repeat center;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -ms-transition: all linear .3s;
    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: 140px;
    display: none;
    z-index: 1;
    background: #f0f0f0;
}
.nav_normal .dropdown_menu li {
    width: 100%;
}
.nav_normal .dropdown_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: #1e1e1e;
    white-space: nowrap;
}
.nav_normal .dropdown_menu li:hover > a{
    background: #1e1e1e;
    color: #ffffff;
}

.getAQuote{
    float: left;
    margin-right: 80px;
}
.getAQuote a{
    display: inline-block;
    text-align: center;
    width: 138px;
    height: 34px;
    line-height: 30px;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    margin-top: 8px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #1b5ec5;
    border: 2px solid #1b5ec5;
}
.getAQuote a:hover{
    background: #ffffff;
    color: #1b5ec5;
}

.m_header {
    display: none;
}

.footer_box{
    overflow: hidden;
    background: #eeeeee;
}
.footer_box .fast_navigation{
    overflow: hidden;
    padding-top: 75px;
}
.footer_box .fast_navigation .itemBox{
    display: flex;
    justify-content: space-between;
}
.footer_box .fast_navigation .itemBox .item:nth-of-type(1){
    width: 270px;
}
.footer_box .fast_navigation .itemBox .item:nth-of-type(2){
    width: 290px;
}
.footer_box .fast_navigation .itemBox .item:nth-of-type(3){
    width: 360px;
    padding-right: 60px;
}
.footer_box .fast_navigation .itemBox .item:nth-of-type(4){
    width: 260px;
}
.footer_box .fast_navigation h3{
    font-size: 22px;
    color: #161616;
    padding-bottom: 30px;
}
.footer_box .fast_navigation ul{
    overflow: hidden;
}
.footer_box .fast_navigation li{
    background-repeat: no-repeat;
    background-position: left 5px;
    margin-bottom: 10px;
}
.footer_box .fast_navigation li.footerTel{
    padding-left: 20px;
    background-image: url("/public/static/images/home/zh-cn/footerTel.png");
}
.footer_box .fast_navigation li.footerFax{
    padding-left: 20px;
    background-image: url("/public/static/images/home/zh-cn/footerFax.png");
}
.footer_box .fast_navigation li.footerEmail{
    padding-left: 20px;
    background-image: url("/public/static/images/home/zh-cn/footerEmail.png");
}
.footer_box .fast_navigation li.footerAddress{
    padding-left: 20px;
    background-image: url("/public/static/images/home/zh-cn/footerAddress.png");
}
.footer_box .fast_navigation li,
.footer_box .fast_navigation p,
.footer_box .fast_navigation li a{
    font-size: 16px;
    color: #161616;
    line-height: 1.8;
    font-weight: 300;
}
.footer_box .fast_navigation li a:hover {
    color: #00a0f0;
    text-decoration: underline;
}
.footer_box .footerForm .info{
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}
.footer_box .footerForm .info .label_control{
    position: absolute;
    top: 0;
    left: 10px;
    line-height: 40px;
    color: #8a8a8a;
    font-size: 12px;
    font-weight: 300;
}
.footer_box .footerForm .info .tips{
    color: #ff0000;
    width: 100%;
    font-size: 12px;
}
.footer_box .footerForm .info input[type="text"]{
    width: 100%;
    height: 40px;
    background: none;
    border: 1px solid #b5b5b5;
    padding: 0 10px;
    font-size: 14px;
    color: #8a8a8a;
    font-weight: 300;
}
.footer_box .footerForm .info textarea{
    width: 100%;
    height: 70px;
    background: none;
    border: 1px solid #b5b5b5;
    padding: 10px;
    font-size: 14px;
    color: #8a8a8a;
    font-weight: 300;
    resize: none;
}
.footer_box .footerForm .info input[type="submit"]{
    width: 185px;
    height: 40px;
    background: #00a0f0;
    font-size: 16px;
    margin-top: 15px;
    color: #ffffff;
    font-weight: 300;
    cursor: pointer;
    border: 2px solid #00a0f0;
    transition: all .3s;
}
.footer_box .footerForm .info input[type="submit"]:hover{
    background: #ffffff;
    color: #00a0f0;
}

.footer_box .footer_shape{
    text-align: center;
}
.footer_box .footer_shape a{
    display: inline-block;
    line-height: 0;
    margin: 0 10px;
}
.footer_box .footer_shape a:hover{
    opacity: .75;
    filter: none;
}

.footer_box .footer_copyright{
    overflow: hidden;
    text-align: center;
    padding: 10px 0;
    border-top: 1px solid #bfbfbf;
}
.footer_box .footer_copyright p{
    display: inline-block;
    padding-left: 45px;
    background: url("/public/static/images/home/zh-cn/footerIco.png") no-repeat left center;
}
.footer_box .footer_copyright p,
.footer_box .footer_copyright p span,
.footer_box .footer_copyright p a{
    color: #161616;
    font-size: 16px;
    font-weight: 300;
    line-height: 38px;
}
.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: #00a0f0;
    text-decoration: underline;
}

/*banner*/
.banner_slick .slick-prev,
.banner_slick .slick-next{
    width: 40px;
    height: 50px;
    margin-top: -25px;
    background-color: transparent;
    background-image: url("/public/static/images/home/zh-cn/reset/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: 15px;
    height: 15px;
    border: 1px solid transparent;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.banner_slick .slick-dots li.slick-active{
    border-color: #00a0f0;
}
.banner_slick .slick-dots li button{
    width: 7px;
    height: 7px;
    margin-top: 3px;
    margin-left: 3px;
    padding: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #ffffff;
}
.banner_slick .slick-dots li.slick-active button{
    background: #00a0f0;
}

.indexBox1{
    padding: 55px 0 35px;
}
.indexBox1 .title{
    text-align: center;
    padding-bottom: 50px;
}
.indexBox1 .title h2{
    font-size: 48px;
    color: #161616;
    padding-bottom: 30px;
}
.indexBox1 .title p{
    font-size: 16px;
    color: #5d5d5d;
    line-height: 1.5;
}
.indexBox1 .itemBox{
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    overflow: hidden;
}
.indexBox1 .item{
    width: 33.33%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
    text-align: center;
}
.indexBox1 .item .img{
    line-height: 0;
    overflow: hidden;
}
.indexBox1 .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;
}
.indexBox1 .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 .item .text a{
    display: block;
    padding: 15px 0;
    font-size: 24px;
    color: #5d5d5d;
}
.indexBox1 .a{
    text-align: center;
}
.indexBox1 .a a{
    display: inline-block;
    margin-top: 50px;
    width: 185px;
    height: 50px;
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    background: #00a0f0;
}

.indexBox2 .conBox{
    display: flex;
    flex-wrap: wrap;
    background: #eeeeee;
}
.indexBox2 .conBox .textBox{
    width: 50%;
    float: left;
}
.indexBox2 .conBox .textBox .text{
    padding: 110px 60px 110px 0;
    width: 600px;
    float: right;
}
.indexBox2 .conBox .textBox .text h2{
    font-size: 48px;
    color: #1c1c1c;
    padding-bottom: 30px;
}
.indexBox2 .conBox .textBox .text p{
    font-size: 16px;
    color: #5d5d5d;
    line-height: 1.5;
}
.indexBox2 .conBox .textBox .text a{
    display: inline-block;
    margin-top: 50px;
    width: 185px;
    height: 50px;
    font-size: 16px;
    color: #ffffff;
    line-height: 50px;
    text-align: center;
    background: #00a0f0;
}
.indexBox2 .conBox .imgBox{
    width: 50%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.indexBox3 .title h2{
    padding: 85px 0 70px;
    text-align: center;
    font-size: 48px;
    color: #1c1c1c;
}
.indexBox3 .itemBox {
    overflow: hidden
}
.indexBox3 .item {
    width: 20%;
    float: left;
    text-align: center;
    padding: 0 20px;
    margin-bottom: 20px;
}
.indexBox3 .item .img {
    line-height: 0;
    padding-bottom: 20px;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
    transition: all .3s
}
.indexBox3 .item:hover .img {
    -webkit-transform: rotate(30deg);
    -moz-transform: rotate(30deg);
    -ms-transform: rotate(30deg);
    -o-transform: rotate(30deg);
    transform: rotate(30deg);
    transition: all .3s
}
.indexBox3 .item .text p {
    font-size: 18px;
    color: #161616;
    line-height: 1.5
}

.indexBox4{
    padding-bottom: 50px;
}
.indexBox4 .title h2{
    padding: 70px 0 60px;
    text-align: center;
    font-size: 48px;
    color: #1c1c1c;
}
.indexBox4 .indexCaseSlick .slick-prev,
.indexBox4 .indexCaseSlick .slick-next{
    width: 21px;
    height: 42px;
    margin-top: -21px;
    background: url("/public/static/images/home/zh-cn/reset/buttonstyle.png") no-repeat;
}
.indexBox4 .indexCaseSlick .slick-prev{
    background-position: left center;
    left: -30px;
}
.indexBox4 .indexCaseSlick .slick-next{
    background-position: right center;
    right: -30px;
}
.indexBox4 .indexCaseSlick .slick_first{
    margin: 0 13px;
}
.indexBox4 .indexCaseSlick .imgBox{
    position: relative;
}
.indexBox4 .indexCaseSlick .imgBox .img{
    line-height: 0;
}
.indexBox4 .indexCaseSlick .imgBox .img img{
    width: 100%;
}
.indexBox4 .indexCaseSlick .imgBox .t{
    position: absolute;
    top: 0;
    bottom: -1px;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 0 15px;
    background: rgba(0,160,240,0.85);
    opacity: 0;
    transition: all .3s;
}
.indexBox4 .indexCaseSlick .slick_first:hover .imgBox .t{
    opacity: 1;
    transition: all .3s;
}
.indexBox4 .indexCaseSlick .imgBox .t p{
    color: #ffffff;
    font-size: 16px;
    line-height: 1.5;
}
.indexBox4 .indexCaseSlick .text{
    padding: 30px 15px;
    background: #eeeeee;
    text-align: center;
    transition: all .3s;
}
.indexBox4 .indexCaseSlick .slick_first:hover .text{
    background: #00a0f0;
    transition: all .3s;
}
.indexBox4 .indexCaseSlick .text h3{
    font-size: 20px;
    color: #2a2a2a;
    padding-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: all .3s;
}
.indexBox4 .indexCaseSlick .text p{
    font-size: 16px;
    color: #2a2a2a;
    font-weight: 300;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    transition: all .3s;
}
.indexBox4 .indexCaseSlick .text a{
    display: inline-block;
    font-size: 14px;
    color: #00a0f0;
    margin-top: 20px;
    transition: all .3s;
}
.indexBox4 .indexCaseSlick .slick_first:hover .text h3,
.indexBox4 .indexCaseSlick .slick_first:hover .text p,
.indexBox4 .indexCaseSlick .slick_first:hover .text a{
    color: #ffffff;
    transition: all .3s;
}

.contactBanner{
    padding-top: 375px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.contactBanner h1{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    font-size: 50px;
    margin-top: -30px;
}

.contactBox1{
    padding: 80px 0 60px;
}
.contactBox1 .contactInfo{
    width: 50%;
    float: left;
    padding-right: 20px;
}
.contactBox1 .contactInfo .text{
    margin-bottom: 25px;
}
.contactBox1 .contactInfo .text h2{
    font-size: 30px;
    color: #00a0f0;
    padding-bottom: 6px;
}
.contactBox1 .contactInfo .text p{
    font-size: 20px;
    color: #525456;
}
.contactBox1 .contactInfo .itemBox{
    overflow: hidden;
}
.contactBox1 .contactInfo .item{
    background: #e5e8ec;
    min-height: 64px;
    position: relative;
    padding-left: 68px;
    margin-bottom: 18px;
}
.contactBox1 .contactInfo .item .img{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 68px;
    line-height: 0;
    background: #00a0f0;
}
.contactBox1 .contactInfo .item .t{
    padding: 20px 20px 20px 35px;
}
.contactBox1 .contactInfo .item .t p,
.contactBox1 .contactInfo .item .t a{
    font-size: 16px;
    color: #6f7174;
    font-weight: 300;
    line-height: 1.4;
}
.contactBox1 .contactInfo .item .t a:hover{
    color: #00a0f0;
}
.contactBox1 .contactInfo .contactShape{
    margin-top: 35px;
    overflow: hidden;
}
.contactBox1 .contactInfo .contactShape a{
    line-height: 0;
    margin-right: 10px;
}
.contactBox1 .contactForm{
    width: 50%;
    float: left;
    padding-left: 20px;
}
.contactBox1 .contactForm .conBox{
    border: 1px solid #e5e8ec;
    padding: 0 40px 30px;
}
.contactBox1 .contactForm h2{
    padding: 35px 0;
    font-size: 30px;
    color: #393a3b;
}
.contactBox1 .contactForm .controls{
    margin-bottom: 10px;
    position: relative;
}
.contactBox1 .contactForm .tips{
    position: absolute;
    top: 0;
    right: 5px;
    line-height: 34px;
    color: #ff0000;
}
.contactBox1 .contactForm .info span.label_control{
    display: block;
    font-size: 14px;
    color: #67686b;
    font-weight: 300;
    padding-bottom: 5px;
}
.contactBox1 .contactForm .info span.label_control em{
    color: #ff0000;
}
.contactBox1 .contactForm .info input[type="text"]{
    width: 100%;
    border: 0;
    height: 34px;
    border-bottom: 1px solid #cccccc;
}
.contactBox1 .contactForm .info textarea{
    width: 100%;
    height: 60px;
    border: 1px solid #cccccc;
    resize: none;
}
.contactBox1 .contactForm .info input[type="submit"]{
    width: 115px;
    height: 30px;
    margin-top: 20px;
    line-height: 30px;
    text-align: center;
    border: 0;
    font-size: 16px;
    font-weight: 300;
    color: #ffffff;
    background: #00a0f0;
    cursor: pointer;
}
.contactBox1 .contactForm .info input[type="submit"]:hover{
    background: #161616;
}

.contactBox2{
    margin-bottom: 35px;
}
.contactBox2 #googleMap{
    width: 100%;
    height: 400px;
    border: 1px solid #cccccc;
}

.serviceBanner{
    padding-top: 375px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.serviceBanner .text{
    position: absolute;
    top: 50%;
    left: 50%;
    right: 0;
    width: 570px;
    text-align: center;
    margin-top: -62px;
    margin-left: -285px;
}
.serviceBanner .text h1{
    color: #ffffff;
    font-size: 50px;
    margin-bottom: 15px;
}
.serviceBanner .text p{
    color: #ffffff;
    line-height: 1.2;
    font-size: 20px;
}

.serviceBox1 .title{
    padding: 60px 0 30px;
}
.serviceBox1 .title h2{
    font-size: 30px;
    color: #0d0d0d;
    margin-bottom: 20px;
}
.serviceBox1 .title p{
    font-size: 16px;
    color: #0d0d0d;
    font-weight: 300;
    line-height: 1.5;
}
.serviceBox1 .itemBox{
    overflow: hidden;
    margin-left: -30px;
    margin-right: -30px;
}
.serviceBox1 .item{
    width: 50%;
    float: left;
    padding: 0 30px;
}
.serviceBox1 .item:last-child{
    width: 100%;
}
.serviceBox1 .item .conBox{
    margin-top: 30px;
    margin-bottom: 10px;
    padding: 20px 0;
    overflow: hidden;
    border: 1px solid #dcdcdc;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0);
}
.serviceBox1 .item .conBox:hover{
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
.serviceBox1 .item .conBox span{
    width: 115px;
    display: inline-block;
    float: left;
    text-align: center;
    font-size: 70px;
    line-height: 1;
    color: #00a0f0;
}
.serviceBox1 .item .conBox .text{
    margin-left: 115px;
    padding-right: 20px;
}
.serviceBox1 .item .conBox .text h3{
    color: #00a0f0;
    font-size: 30px;
    margin-bottom: 10px;
}
.serviceBox1 .item .conBox .text p{
    font-size: 16px;
    color: #0d0d0d;
    font-weight: 300;
}

.serviceBox2 .title{
    padding: 60px 0 40px;
}
.serviceBox2 .title h2{
    font-size: 30px;
    color: #0d0d0d;
    margin-bottom: 20px;
}
.serviceBox2 .title p{
    font-size: 16px;
    color: #0d0d0d;
    font-weight: 300;
    line-height: 1.5;
}
.serviceBox2 .itemBox .item{
    overflow: hidden;
    margin-bottom: 50px;
}
.serviceBox2 .itemBox .item .img{
    width: 50%;
    float: left;
    padding-top: 385px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.serviceBox2 .itemBox .item:nth-of-type(2) .img{
    float: right;
}
.serviceBox2 .itemBox .item .text{
    width: 50%;
    float: left;
    padding-left: 45px;
}
.serviceBox2 .itemBox .item:nth-of-type(2) .text{
    float: right;
    padding-left: 0;
    padding-right: 45px;
}
.serviceBox2 .itemBox .item:nth-of-type(1) .text .t{
    margin-top: 40px;
    overflow: hidden;
}
.serviceBox2 .itemBox .item:nth-of-type(2) .text .t{
    margin-top: 20px;
}
.serviceBox2 .itemBox .item .text h3{
    font-size: 16px;
    color: #0d0d0d;
    font-weight: 700;
    margin-bottom: 10px;
}
.serviceBox2 .itemBox .item .text p{
    font-size: 16px;
    color: #0d0d0d;
    font-weight: 300;
    margin-top: 20px;
}
.serviceBox2 .itemBox .item .text ul{
    margin-top: 20px;
    overflow: hidden;
}
.serviceBox2 .itemBox .item .text li{
    padding-left: 15px;
    position: relative;
    margin-bottom: 5px;
}
.serviceBox2 .itemBox .item:nth-of-type(2) .text li{
    margin-bottom: 30px;
}
.serviceBox2 .itemBox .item .text li:before{
    position: absolute;
    content: '';
    width: 5px;
    height: 5px;
    left: 0;
    top: 8px;
    background: #00a0f0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.serviceBox2 .itemBox .item .text li p{
    margin-top: 0;
    line-height: 1.5;
}

.aboutBanner{
    padding-top: 375px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.aboutBanner h1{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    font-size: 50px;
    margin-top: -30px;
}
.aboutBox1{
    padding-top: 110px;
}
.aboutBox1 .textBox{
    width: 50%;
    float: left;
    padding-right: 115px;
}
.aboutBox1 .textBox h2{
    padding: 85px 0 70px;
    font-size: 50px;
    color: #00a0f0;
}
.aboutBox1 .textBox p{
    font-size: 16px;
    color: #0d0d0d;
    font-weight: 300;
    line-height: 1.6;
    margin-bottom: 25px;
}
.aboutBox1 .img{
    width: 50%;
    float: left;
    line-height: 0;
}

.aboutBox2{
    position: relative;
    z-index: 2;
    top: -120px;
}
.aboutBox2 .itemBox{
    width: 1000px;
    padding: 0 50px;
    display: flex;
    justify-content: space-between;
    overflow: hidden;
    -webkit-box-shadow: 0 0 20px 0 rgba(31,164,230,0.15);
    -moz-box-shadow: 0 0 20px 0 rgba(31,164,230,0.15);
    box-shadow: 0 0 20px 0 rgba(31,164,230,0.15);
    background: #ffffff;
}
.aboutBox2 .item{
    width: 30%;
    float: left;
    text-align: center;
    padding: 35px 0;
}
.aboutBox2 .item .img{
    line-height: 0;
    margin-bottom: 15px;
}
.aboutBox2 .item .text h3{
    font-size: 30px;
    color: #2a2a2a;
    padding-bottom: 10px;
}
.aboutBox2 .item .text p{
    font-size: 16px;
    color: #171717;
}

.aboutBox3{
    margin-top: -120px;
    margin-bottom: 55px;
}
.aboutBox3 .itemBox{
    padding: 0 100px;
}
.aboutBox3 .item{
    overflow: hidden;
    margin-top: 55px;
}
.aboutBox3 .item .img{
    width: 50%;
    float: left;
    padding-top: 427px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.aboutBox3 .item .text{
    width: 50%;
    float: left;
    padding-right: 100px;
    padding-left: 40px;
    padding-top: 85px;
}
.aboutBox3 .item:nth-of-type(2) .img,
.aboutBox3 .item:nth-of-type(2) .text{
    float: right;
}
.aboutBox3 .item:nth-of-type(2) .text{
    padding-left: 100px;
    padding-top: 20px;
    padding-right: 40px;
}
.aboutBox3 .item .text p{
    font-size: 16px;
    color: #0d0d0d;
    font-weight: 300;
    line-height: 1.5;
    margin-bottom: 20px;
}
.aboutBox3 .item .text p:last-child{
    margin-bottom: 0;
}
.aboutBox4{
    padding: 85px 0;
    background: #f7f7f7;
    overflow: hidden;
}
.aboutBox4 .title h2{
    font-size: 50px;
    color: #00a0f0;
    text-align: center;
    padding-bottom: 80px;
}
.aboutBox4 .itemBox{
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
}
.aboutBox4 .item{
    width: 33.33%;
    float: left;
    padding: 0 15px;
}
.aboutBox4 .item .conBox{
    padding-top: 15px;
}
.aboutBox4 .conBox .img{
    line-height: 0;
    text-align: center;
    position: relative;
}
.aboutBox4 .conBox .img:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: -15px;
    left: -15px;
    z-index: 1;
    background: #00a0f0;
    opacity: 0;
    transition: all .3s;
}
.aboutBox4 .conBox:hover .img:before{
    opacity: 1;
    transition: all .3s;
}
.aboutBox4 .conBox .img img{
    position: relative;
    z-index: 2;
}
.aboutBox4 .conBox .text{
    text-align: center;
    margin-top: 35px;
}
.aboutBox4 .conBox .text h3{
    font-size: 30px;
    color: #303030;
    padding-bottom: 8px;
}
.aboutBox4 .conBox .text p{
    font-size: 16px;
    color: #303030;
    font-weight: 300;
    line-height: 1.5;
}

.aboutBox5{
    padding: 45px 0;
    overflow: hidden;
}
.aboutBox5 .img{
    width: 50%;
    float: left;
    line-height: 0;
    text-align: center;
    position: relative;
}
.aboutBox5 .img:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    right: 0;
    width: 192px;
    height: 300px;
    background: url("/public/static/images/home/zh-cn/aboutBj.png") no-repeat center center;
}
.aboutBox5 .text{
    width: 50%;
    height: 300px;
    float: left;
    padding-right: 70px;
    background: #00a0f0;
}
.aboutBox5 .text h3{
    font-size: 30px;
    color: #ffffff;
    padding: 30px 0;
}
.aboutBox5 .text .t{
    position: relative;
    padding: 30px 0;
}
.aboutBox5 .text .t:before{
    position: absolute;
    content: '“';
    top: 0;
    left: -25px;
    line-height: 1;
    font-size: 40px;
    color: #ffffff;
    font-family: "思源黑体 CN", sans-serif;
}
.aboutBox5 .text .t:after{
    position: absolute;
    content: '”';
    bottom: -25px;
    right: -25px;
    line-height: 1;
    font-size: 40px;
    color: #ffffff;
    font-family: "思源黑体 CN", sans-serif;
}
.aboutBox5 .text .t p{
    font-size: 18px;
    color: #ffffff;
    line-height: 1.5;
}

.shoppingCartEscalatorBanner{
    position: relative;
    padding-top: 373px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.shoppingCartEscalatorBanner .text{
    position: absolute;
    top: 30%;
    left: 0;
    right: 0;
    margin-top: -60px;
}
.shoppingCartEscalatorBanner .text span,
.shoppingCartEscalatorBanner .text h1{
    display: block;
    font-size: 50px;
    color: #1e1e1e;
}

.shoppingCartEscalatorBox1 .title{
    padding: 60px 0;
    text-align: center;
}
.shoppingCartEscalatorBox1 .title p{
    font-size: 26px;
    color: #0d0d0d;
    line-height: 1.4;
}
.shoppingCartEscalatorBox1 .itemBox{
    padding: 40px 0 70px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
}
.shoppingCartEscalatorBox1 .item{
    width: 25%;
    float: left;
    padding: 0 20px;
    text-align: center;
    border-left: 1px dashed #dcdcdc;
}
.shoppingCartEscalatorBox1 .item:nth-of-type(1){
    border-left: 0;
}
.shoppingCartEscalatorBox1 .item .img{
    line-height: 0;
    padding-bottom: 20px;
}
.shoppingCartEscalatorBox1 .item .text p{
    font-size: 16px;
    color: #0d0d0d;
    font-weight: 300;
    line-height: 1.5;
}

.shoppingCartEscalatorBox2{
    background: #f5f5f5;
    padding-top: 60px;
}
.shoppingCartEscalatorBox2 .imgBox{
    position: relative;
}
.shoppingCartEscalatorBox2 .imgBox .img{
    line-height: 0;
    text-align: center;
}
.shoppingCartEscalatorBox2 .imgBox .text{
    position: absolute;
    width: 440px;
    left: 0;
    top: 35px;
}
.shoppingCartEscalatorBox2 .text h2{
    font-size: 26px;
    color: #00a0f0;
    padding-bottom: 35px;
}
.shoppingCartEscalatorBox2 .text ul li{
    padding-left: 15px;
    margin-bottom: 20px;
    position: relative;
}
.shoppingCartEscalatorBox2 .text ul li:before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    left: 0;
    top: 5px;
    background: #00a0f0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.shoppingCartEscalatorBox2 .text ul li p{
    font-size: 16px;
    color: #131313;
    font-weight: 300;
}
.shoppingCartEscalatorBox2 .tpBox{
    overflow: hidden;
    padding: 50px 0 45px;
}
.shoppingCartEscalatorBox2 .tpBox .img{
    width: 50%;
    float: left;
    line-height: 0;
}

.shoppingCartEscalatorBox3{
    overflow: hidden;
    padding: 60px 0;
}
.shoppingCartEscalatorBox3 .title{
    overflow: hidden;
}
.shoppingCartEscalatorBox3 .title h2{
    font-size: 26px;
    color: #00a0f0;
    text-align: center;
    padding-bottom: 8px;
}
.shoppingCartEscalatorBox3 .title span{
    font-size: 16px;
    color: #717171;
    display: block;
    text-align: center;
    padding-bottom: 30px;
    font-weight: 300;
}
.shoppingCartEscalatorBox3 .title ul li{
    width: 25%;
    float: left;
    padding-left: 15px;
    margin-bottom: 15px;
    position: relative;
}
.shoppingCartEscalatorBox3 .title ul li:before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    left: 0;
    top: 5px;
    background: #00a0f0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.shoppingCartEscalatorBox3 .title ul li p{
    font-size: 16px;
    color: #131313;
}
.shoppingCartEscalatorBox3 .itemBox{
    overflow: hidden;
    margin-left: -13px;
    margin-right: -13px;
    margin-top: 40px;
}
.shoppingCartEscalatorBox3 .item{
    width: 25%;
    float: left;
    padding: 0 13px;
}
.shoppingCartEscalatorBox3 .conBox{
    border: 1px solid #00a0f0;
    background: #00a0f0;
}
.shoppingCartEscalatorBox3 .conBox .img{
    line-height: 0;
    text-align: center;
    overflow: hidden;
}
.shoppingCartEscalatorBox3 .conBox .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;
}
.shoppingCartEscalatorBox3 .conBox: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;
}
.shoppingCartEscalatorBox3 .conBox .text{
    padding: 10px;
}
.shoppingCartEscalatorBox3 .conBox .text p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
}
.shoppingCartEscalatorBox3 .tpConBox{
    padding-top: 50px;
}
.shoppingCartEscalatorBox3 .tpConBox a{
    display: block;
    text-align: center;
    font-size: 18px;
    color: #1d1d1d;
    font-weight: 300;
}
.shoppingCartEscalatorBox3 .tpConBox a.expand{
    display: none;
    padding-bottom: 35px;
    background: url("/public/static/images/home/zh-cn/shoppingCartEscalatorBj.png") no-repeat bottom center;
}
.shoppingCartEscalatorBox3 .tpConBox a.expand.on{
    display: block;
}
.shoppingCartEscalatorBox3 .tpConBox a.close{
    padding-top: 35px;
    background: url("/public/static/images/home/zh-cn/shoppingCartEscalatorBj2.png") no-repeat top center;
}
.shoppingCartEscalatorBox3 .tpConBox a.close.on{
    display: none;
}
.shoppingCartEscalatorBox3 .tpBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 20px;
}
.shoppingCartEscalatorBox3 .tpBox .tp{
    width: 23.3%;
    border: 1px solid #e5e5e5;
    text-align: center;
    margin-bottom: 20px;
}
.shoppingCartEscalatorBox3 .tpBox .img{
    line-height: 0;
}
.shoppingCartEscalatorBox3 .tpBox .text{
    padding: 10px 0;
}
.shoppingCartEscalatorBox3 .tpBox .text p{
    font-size: 16px;
    color: #0d0d0d;
    font-weight: 300;
}

.shoppingCartEscalatorBox4{
    background: #f5f5f5;
    padding: 50px 0;
}
.shoppingCartEscalatorBox4 .title h2{
    text-align: center;
    font-size: 26px;
    color: #00a0f0;
    padding-bottom: 50px;
}
.shoppingCartEscalatorBox4 .textBox{
    overflow: hidden;
    padding-bottom: 50px;
}
.shoppingCartEscalatorBox4 .textBox .text{
    width: 50%;
    float: left;
    padding-right: 55px;
}
.shoppingCartEscalatorBox4 .textBox .text h3{
    font-size: 20px;
    color: #272727;
    padding-bottom: 10px;
    padding-top: 15px;
}
.shoppingCartEscalatorBox4 .textBox .text p{
    font-size: 16px;
    color: #0d0d0d;
    font-weight: 300;
    line-height: 1.5;
}
.shoppingCartEscalatorBox4 .textBox .img{
    width: 50%;
    float: left;
    line-height: 0;
}
.shoppingCartEscalatorBox4 .conBox{
    display: flex;
    align-items: flex-end;
}
.shoppingCartEscalatorBox4 .imgBox{
    width: 66.5%;
    float: left;
    text-align: center;
    line-height: 0;
}
.shoppingCartEscalatorBox4 .itemBox{
    width: 33.5%;
    float: right;
    padding-bottom: 20px;
}
.shoppingCartEscalatorBox4 .item{
    width: 100%;
    display: flex;
    align-items: flex-end;
}
.shoppingCartEscalatorBox4 .item .img{
    width: 218px;
    float: left;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.3);
}
.shoppingCartEscalatorBox4 .item .text{
    margin-left: 20px;
}
.shoppingCartEscalatorBox4 .item .text h3{
    font-size: 20px;
    color: #0d0d0d;
    margin-bottom: 15px;
}
.shoppingCartEscalatorBox4 .item .text a{
    display: inline-block;
    position: relative;
    width: 150px;
    height: 30px;
    color: #ffffff;
    padding-left: 20px;
    line-height: 30px;
    font-size: 16px;
    background: #00a0f0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.shoppingCartEscalatorBox4 .item .text a:before{
    position: absolute;
    content: '';
    width: 17px;
    height: 17px;
    right: 25px;
    top: 5px;
    background: url("/public/static/images/home/zh-cn/shoppingCartEscalatorDownload.png") no-repeat center center;
}
.shoppingCartEscalatorBox4 .item .text a:hover{
    background: #161616;
}
.shoppingCartEscalatorBox4 .tableBox{
    padding-bottom: 15px;
}
.shoppingCartEscalatorBox4 .tableBox .img{
    line-height: 0;
    padding: 40px 0;
}

.shoppingCartEscalatorBox5{
    padding: 65px 0 35px;
}
.shoppingCartEscalatorBox5 .title h2{
    text-align: center;
    padding-bottom: 45px;
    font-size: 26px;
    color: #00a0f0;
}
.shoppingCartEscalatorBox5 .shoppingCartEscalatorSlick{
    padding: 0 30px;
}
.shoppingCartEscalatorBox5 .shoppingCartEscalatorSlick .slick-prev,
.shoppingCartEscalatorBox5 .shoppingCartEscalatorSlick .slick-next{
    width: 21px;
    height: 42px;
    margin-top: -21px;
    background: url("/public/static/images/home/zh-cn/reset/buttonstyle.png") no-repeat;
}
.shoppingCartEscalatorBox5 .shoppingCartEscalatorSlick .slick-prev{
    background-position: left center;
    left: 0;
}
.shoppingCartEscalatorBox5 .shoppingCartEscalatorSlick .slick-next{
    background-position: right center;
    right: 0;
}
.shoppingCartEscalatorBox5 .shoppingCartEscalatorSlick .slick_first{
    padding: 0 10px;
}
.shoppingCartEscalatorBox5 .shoppingCartEscalatorSlick .slick_first img{
    clear: both;
    display: block;
    margin: auto;
}


.productName{
    padding-top: 40px;
}
.productName .text span{
    display: inline-block;
    width: 42px;
    padding: 5px 0;
    float: left;
}
.productName .text .aBox{
    margin-left: 42px;
}
.productName .text .aBox a{
    display: inline-block;
    margin-bottom: 5px;
    margin-right: 15px;
    padding: 5px 10px;
    background: #ffffff;
    color: #777777;
}
.productName .text .aBox a:hover,
.productName .text .aBox a.on{
    background: #00a0f0;
    color: #ffffff;
}

.product_tab .tab_switch .switch .con_box h2.title{
    font-size: 28px;
    color: #545454;
    line-height: 1.8;
    font-weight: 700;
    border-bottom: 3px solid #00a0f0;
    margin-bottom: 20px;
}




.solutionBanner{
    padding-top: 375px;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.solutionBanner h1{
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    font-size: 50px;
    margin-top: -30px;
}

.solutionBox{
    padding: 135px 0 100px;
}
.solutionBox .itemBox{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.solutionBox .item{
    width: 31%;
    margin-bottom: 35px;
}
.solutionBox .item .img{
    line-height: 0;
    text-align: center;
}
.solutionBox .item .img img{
    width: 100%;
}
.solutionBox .item .text h2{
    font-size: 40px;
    color: #00a0f0;
    padding: 20px 0 15px;
}
.solutionBox .item .text p{
    font-size: 16px;
    color: #5d5d5d;
    min-height: 72px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.solutionBox .item .text a{
    display: inline-block;
    width: 120px;
    height: 30px;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #00a0f0;
    margin-top: 15px;
    border: 1px solid #00a0f0;
}
.solutionBox .item .text a:hover{
    background: #00a0f0;
    color: #ffffff;
}

.solutionDetailBox1{
    padding: 50px 0;
}
.solutionDetailBox1 .title{
    text-align: center;
    padding-bottom: 40px;
}
.solutionDetailBox1 .title h2{
    font-size: 60px;
    color: #00a0f0;
    padding-bottom: 20px;
}
.solutionDetailBox1 .title p{
    font-size: 24px;
    color: #333333;
    line-height: 1.5;
}
.solutionDetailBox1 .conBox{
    padding: 0 95px;
}
.solutionDetailBox1 .conBox .img{
    width: 271px;
    float: left;
}
.solutionDetailBox1 .conBox .text{
    margin-left: 350px;
    text-align: justify;
}
.solutionDetailBox1 .conBox .text p{
    font-size: 22px;
    color: #575757;
    line-height: 1.6;
}

.solutionDetailBox2{
    padding: 100px 0;
    background: #fbfbfb;
}
.solutionDetailBox2 .title h2{
    text-align: center;
    margin-bottom: 45px;
    padding-bottom: 15px;
    position: relative;
    font-size: 50px;
    color: #141414;
}
.solutionDetailBox2 .title h2:before{
    position: absolute;
    content: '';
    width: 76px;
    height: 2px;
    background: #676767;
    bottom: 0;
    left: 50%;
    margin-left: -38px;
}
.solutionDetailBox2 .itemBox{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.solutionDetailBox2 .item{
    width: 31.7%;
}
.solutionDetailBox2 .item .img{
    padding: 12px;
    border: 2px solid #c8c8c8;
    line-height: 0;
    text-align: center;
}
.solutionDetailBox2 .item .text h3{
    padding: 10px 0;
}
.solutionDetailBox2 .item .text h3 a{
    display: block;
    font-size: 26px;
    color: #323232;
}
.solutionDetailBox2 .item .text p{
    font-size: 16px;
    color: #323232;
}

.service20201109Box1{
    padding: 50px 0;
}
.service20201109Box1 h2{
    font-size: 48px;
    color: #161616;
    padding-left: 10px;
    border-left: 9px solid #00a0f0;
    margin-bottom: 35px;
}
.service20201109Box1 p{
    padding-left: 40px;
    font-size: 24px;
    color: #333333;
    line-height: 1.6;
    background: url("/public/static/images/home/zh-cn/serviceBj.png") no-repeat 5px 10px;
}
.service20201109Box2 .text h2{
    font-size: 48px;
    color: #161616;
    padding-left: 10px;
    border-left: 9px solid #00a0f0;
    margin-bottom: 35px;
}
.service20201109Box2 .text p{
    font-size: 24px;
    color: #333333;
    line-height: 1.6;
}
.service20201109Box2 .itemBox{
    padding: 70px 0;
    overflow: hidden;
}
.service20201109Box2 .item{
    width: 20%;
    float: left;
    padding: 0 15px;
    text-align: center;
}
.service20201109Box2 .item .img{
    line-height: 0;
    padding-bottom: 15px;
}
.service20201109Box2 .item .text p{
    font-size: 18px;
    color: #333333;
    padding-bottom: 5px;
    line-height: 1.6;
}
.service20201109Box2 .item .text span{
    font-size: 18px;
    color: #616161;
}
.service20201109Box3{
    padding-bottom: 60px;
}
.service20201109Box3 .text{
    padding-bottom: 25px;
}
.service20201109Box3 .text p{
    font-size: 24px;
    color: #333333;
    line-height: 1.6;
}
.service20201109Box3 .item{
    overflow: hidden;
}
.service20201109Box3 .item .img{
    width: 50%;
    float: left;
    line-height: 0;
}
.service20201109Box3 .item .t{
    width: 50%;
    float: left;
    padding: 40px 40px 0;
}
.service20201109Box3 .item:nth-of-type(2n) .img,
.service20201109Box3 .item:nth-of-type(2n) .t{
    float: right;
}
.service20201109Box3 .item .t h3{
    font-size: 26px;
    column-rule: #333333;
    padding-bottom: 10px;
}
.service20201109Box3 .item .t p{
    font-size: 18px;
    color: #333333;
    line-height: 1.6;
    padding-left: 20px;
    background: url("/public/static/images/home/zh-cn/serviceBj.png") no-repeat left 5px;
    margin-bottom: 20px;
}
.service20201109Box3 .item .t p:last-child{
    margin-bottom: 0;
}


.recruitBox1{
    padding-top: 50px;
}
.recruitBox1 .title h2{
    font-size: 48px;
    color: #161616;
    padding-left: 10px;
    border-left: 9px solid #00a0f0;
    margin-bottom: 50px;
}
.recruitBox1 .itemBox{
    display: flex;
    flex-wrap: wrap;
}
.recruitBox1 .item{
    width: 50%;
    padding-left: 40px;
    position: relative;
    margin-bottom: 50px;
}
.recruitBox1 .item .tp{
    position: absolute;
    top: 0;
    left: 0;
    line-height: 0;
}
.recruitBox1 .item .text{
    position: relative;
    z-index: 2;
}
.recruitBox1 .item .text h3{
    font-size: 24px;
    color: #333333;
    padding-top: 15px;
}
.recruitBox1 .item .text p{
    font-size: 18px;
    color: #333333;
    line-height: 1.8;
}

.recruitBox2 .title h2{
    font-size: 48px;
    color: #161616;
    padding-left: 10px;
    border-left: 9px solid #00a0f0;
    margin-bottom: 50px;
}
.recruitBox2 .jobSearch{
    border-top: 12px solid #00a0f0;
    border-left: 1px solid #00a0f0;
    border-right: 1px solid #00a0f0;
    border-bottom: 1px solid #00a0f0;
    padding: 30px 90px;
    display: flex;
    margin-bottom: 50px;
}
.recruitBox2 .jobSearch .info{
    width: 430px;
    float: left;
}
.recruitBox2 .jobSearch .info:last-child{
    width: auto;
}
.recruitBox2 .jobSearch .info span{
    display: inline-block;
    float: left;
    text-align: right;
    width: 115px;
    color: #050404;
    line-height: 40px;
}
.recruitBox2 .jobSearch .info .controls{
    margin-left: 115px;
}
.recruitBox2 .jobSearch .info:last-child .controls{
    margin-left: 0;
}
.recruitBox2 .jobSearch .info input[type="text"]{
    width: 100%;
    border: 0;
    height: 40px;
    padding: 0 10px;
    background: #eeeeee;
    color: #ababab;
}

.recruitBox2 .jobSearch .info input[type="text"]::-webkit-input-placeholder {
    color: #ababab;
    font-size: 14px;
}
.recruitBox2 .jobSearch .info input[type="text"]::-moz-placeholder {
    color: #ababab;
    font-size: 14px;
}
.recruitBox2 .jobSearch .info input[type="text"]:-ms-input-placeholder {
    color: #ababab;
    font-size: 14px;
}
.recruitBox2 .jobSearch .info .controls{
    position: relative;
}
.recruitBox2 .jobSearch .info .controls h3{
    background: #eeeeee;
    height: 40px;
    color: #ababab;
    line-height: 40px;
    cursor: pointer;
    padding: 0 10px;
    position: relative;
}
.recruitBox2 .jobSearch .info .controls h3:before{
    position: absolute;
    content: '';
    width: 10px;
    height: 9px;
    top: 50%;
    margin-top: -4px;
    right: 15px;
    background: url("/public/static/images/home/zh-cn/jobSearchIco.png") no-repeat center center;
    transition: all .3s;
}
.recruitBox2 .jobSearch .info .controls h3.on:before{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all .3s;
}
.recruitBox2 .jobSearch .info .controls ul{
    position: absolute;
    background: #ffffff;
    left: 0;
    right: 0;
    display: none;
}
.recruitBox2 .jobSearch .info .controls ul li{
    border-top: 1px solid #dddddd;
    line-height: 30px;
    padding: 0 10px;
    cursor: pointer;
}
.recruitBox2 .jobSearch .info .controls ul li.on,
.recruitBox2 .jobSearch .info .controls ul li:hover{
    background: #00a0f0;
    color: #ffffff;
}
.recruitBox2 .jobSearch .info input[type="submit"]{
    width: 135px;
    height: 40px;
    border: 2px solid #00a0f0;
    background: #00a0f0;
    color: #ffffff;
    cursor: pointer;
    margin-left: 20px;
    transition: all .3s;
}
.recruitBox2 .jobSearch .info input[type="submit"]:hover{
    background: #ffffff;
    color: #00a0f0;
    transition: all .3s;
}
.recruitBox2 .itemBox{
    padding: 35px 40px 50px;
    border-top: 12px solid #00a0f0;
    border-bottom: 12px solid #00a0f0;
    border-left: 1px solid #00a0f0;
    border-right: 1px solid #00a0f0;
    background: rgba(255,255,255,.8);
}
.recruitBox2 .itemBox .jobListTr{
    overflow: hidden;
    margin-bottom: 10px;
}
.recruitBox2 .itemBox .jobListTr h3 span{
    width: 20%;
    display: inline-block;
    float: left;
    height: 40px;
    line-height: 40px;
    padding: 0 25px;
    color: #ffffff;
    background: #00a0f0;
}
.recruitBox2 .itemBox .conBox .item{
    overflow: hidden;
    border-bottom: 1px solid #9a9995;
}
.recruitBox2 .itemBox .conBox .item h3{
    overflow: hidden;
    cursor: pointer;
    background: transparent;
    transition: all .3s;
}
.recruitBox2 .itemBox .conBox .item h3.on,
.recruitBox2 .itemBox .conBox .item h3:hover{
    background: #f0f0f0;
    transition: all .3s;
}
.recruitBox2 .itemBox .conBox .item h3 span{
    width: 20%;
    display: inline-block;
    float: left;
    height: 50px;
    line-height: 50px;
    padding: 0 25px;
    color: #050404;
}
.recruitBox2 .itemBox .conBox .item .textBox{
    padding: 10px 40px 30px;
    display: none;
}.recruitBox2 .itemBox .conBox .item .textBox.on{
     background: #f0f0f0;
 }
.recruitBox2 .itemBox .conBox .item .textBox .text{
    margin-bottom: 20px;
}
.recruitBox2 .itemBox .conBox .item .textBox .t{
    font-size: 16px;
    color: #050404;
    margin-bottom: 5px;
}
.recruitBox2 .itemBox .conBox .item .textBox p{
    color: #555555;
}
.recruitBox2 .itemBox .conBox .item .aBox a{
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 36px;
    text-align: center;
    margin-top: 14px;
    margin-right: 10px;
    background: #00a0f0;
    border: 2px solid #000000;
    color: #ffffff;
}
.recruitBox2 .itemBox .conBox .item .aBox a:hover{
    background: #ffffff;
    color: #00a0f0;
}

.recruitBox3 .jobFormBox{
    padding: 60px 0;
}
.recruitBox3 .jobFormBox h2{
    text-align: center;
    font-size: 30px;
    color: #0b0b0b;
    font-weight: 700;
    margin-bottom: 25px;
}

.recruitBox3 .jobFormBox form{
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
}
.recruitBox3 .jobFormBox .info{
    padding: 0 10px;
    min-height: 45px;
    overflow: hidden;
    margin-bottom: 15px;
    position: relative;
}
.recruitBox3 .jobFormBox .info:nth-of-type(1),
.recruitBox3 .jobFormBox .info:nth-of-type(2){
    width: 50%;
    float: left;
}
.recruitBox3 .jobFormBox .info span{
    display: inline-block;
    float: left;
    padding-left: 10px;
    width: 80px;
    background: #eeeeee;
    line-height: 45px;
    color: #101112;
}
.recruitBox3 .jobFormBox .info span.text{
    height: 120px;
}
.recruitBox3 .jobFormBox .info .controls{
    margin-left: 80px;
}
.recruitBox3 .jobFormBox .info .jobSexBox{
    background: #eeeeee;
    padding: 0 10px;
}
.recruitBox3 .jobFormBox .info .jobSex{
    line-height: 45px;
    color: #101112;
    display: inline-block;
    margin-right: 15px;
}
.recruitBox3 .jobFormBox .info label[for="jobBoy"],
.recruitBox3 .jobFormBox .info label[for="jobGirl"]{
    margin-right: 10px;
    cursor: pointer;
}
.recruitBox3 .jobFormBox .info .tips{
    position: absolute;
    top: 0;
    right: 20px;
    line-height: 45px;
    color: #ff0000;
    font-size: 12px;
}
.recruitBox3 .jobFormBox .info input[type="text"]{
    width: 100%;
    height: 45px;
    border: 0;
    padding: 0 10px;
    background: #eeeeee;
    line-height: 45px;
    color: #101112;
}
.recruitBox3 .jobFormBox .info textarea{
    width: 100%;
    height: 120px;
    border: 0;
    padding: 12px 10px;
    resize: none;
    background: #eeeeee;
}
.recruitBox3 .jobFormBox .info:last-child{
    text-align: center;
}
.recruitBox3 .jobFormBox .info input[type="submit"]{
    width: 260px;
    height: 45px;
    border: 2px solid #00a0f0;
    background: #00a0f0;
    color: #ffffff;
    cursor: pointer;
    margin: 0 2px;
    transition: all .3s;
}
.recruitBox3 .jobFormBox .info input[type="button"]{
    width: 260px;
    height: 45px;
    border: 0;
    background: #eeeeee;
    cursor: pointer;
    margin: 0 2px;
    transition: all .3s;
}
.recruitBox3 .jobFormBox .info input[type="submit"]:hover,
.recruitBox3 .jobFormBox .info input[type="button"]:hover{
    background: #ffffff;
    color: #00a0f0;
    transition: all .3s;
}

@media (max-width: 1620px){
}
@media (max-width: 1450px){
    .aboutBox3 .item .text{
        padding-right: 0;
    }
    .aboutBox3 .item:nth-of-type(2) .text{
        padding-left: 0;
    }
}
@media (max-width: 1220px){
    .indexBox1 .title h2,
    .indexBox2 .conBox .textBox .text h2,
    .indexBox3 .title h2,
    .indexBox4 .title h2,
    .shoppingCartEscalatorBanner .text span,
    .shoppingCartEscalatorBanner .text h1,
    .aboutBanner h1,
    .aboutBox1 .textBox h2,
    .aboutBox4 .title h2,
    .serviceBanner .text h1,
    .contactBanner h1,
    .solutionBanner h1,
    .solutionDetailBox1 .title h2,
    .solutionDetailBox2 .title h2,
    .service20201109Box1 h2,
    .service20201109Box2 .text h2,
    .recruitBox1 .title h2,
    .recruitBox1 .title h2,
    .recruitBox2 .title h2{
        font-size: 40px;
    }
    .indexBox1 .title p,
    .indexBox2 .conBox .textBox .text p,
    .indexBox3 .item .text p,
    .indexBox4 .item .text .time,
    .serviceBanner .text p,
    .service20201109Box2 .item .text p,
    .service20201109Box2 .item .text span,
    .service20201109Box3 .item .t p,
    .recruitBox1 .item .text p{
        font-size: 16px;
    }
    .headerNavBox .nav_list > li > a{
        margin-left: 6px;
    }
    .indexBox2 .item .textBox .text{
        width: 496px;
    }
    .footer_box .fast_navigation .itemBox .item:nth-of-type(3){
        padding-right: 15px;
    }
    .footer_box .footerForm .info input[type="submit"]{
        width: 100%;
    }

    .indexBox1 .itemBox{
        margin: 0 -10px;
    }
    .indexBox1 .item{
        padding: 0 10px;
    }
    .indexBox1 .item .text a{
        font-size: 20px;
    }
    .indexBox2 .conBox .textBox .text{
        width: 496px;
        padding-top: 80px;
        padding-bottom: 80px;
        padding-right: 30px;
    }
    .indexBox3 .title h2{
        padding: 50px 0 30px;
    }
    .indexBox4 .title h2{
        padding: 50px 0 30px;
    }
    .indexBox4 .indexCaseSlick .slick_first{
        margin: 0 10px;
    }
    .indexBox4 .indexCaseSlick .imgBox .t p,
    .indexBox4 .indexCaseSlick .text p{
        font-size: 14px;
    }

    .shoppingCartEscalatorBox3 .text{
        padding-top: 50px;
    }

    .aboutBox1 .textBox{
        padding-right: 40px;
    }
    .aboutBox1 .textBox h2{
        padding-top: 0;
        padding-bottom: 30px;
    }

    .aboutBox2 .itemBox{
        width: 100%;
    }
    .aboutBox2 .item .text h3{
        font-size: 26px;
    }

    .aboutBox3 .itemBox{
        padding: 0;
    }

    .aboutBox4{
        padding: 60px 0;
    }
    .aboutBox4 .title h2{
        padding-bottom: 20px;
    }
    .aboutBox4 .conBox .text h3{
        font-size: 26px;
    }
    .aboutBox5 .img:before{
        height: 248px;
    }
    .aboutBox5 .text{
        height: 248px;
        padding-right: 45px;
    }
    .aboutBox5 .text h3{
        padding-bottom: 10px;
    }
    .aboutBox5 .text .t p{
        font-size: 16px;
    }

    .serviceBanner .text{
        margin-top: -50px;
    }
    .serviceBox1 .item .conBox{
        margin-top: 15px;
    }
    .serviceBox1 .item .conBox span{
        font-size: 50px;
        width: 85px;
    }
    .serviceBox1 .item .conBox .text{
        margin-left: 85px;
    }
    .serviceBox1 .item .conBox .text h3,
    .serviceBox2 .title h2{
        font-size: 24px;
    }
    .serviceBox2 .itemBox .item:nth-of-type(1) .text .t:nth-of-type(1){
        margin-top: 0;
    }
    .serviceBox2 .itemBox .item:nth-of-type(2) .text li{
        margin-bottom: 15px;
    }


    .solutionBox{
        padding: 50px 0 30px;
    }
    .solutionBox .item{
        width: 32%;
    }
    .solutionBox .item .text h2{
        font-size: 30px;
    }

    .solutionDetailBox1 .title p{
        font-size: 20px;
    }
    .solutionDetailBox1 .conBox{
        padding: 0;
    }
    .solutionDetailBox1 .conBox .text p{
        font-size: 16px;
    }

    .solutionDetailBox2{
        padding: 50px 0;
    }
    .solutionDetailBox2 .item .text h3 a,
    .service20201109Box1 p,
    .service20201109Box2 .text p,
    .service20201109Box3 .text p,
    .service20201109Box3 .item .t h3,
    .recruitBox1 .item .text h3{
        font-size: 20px;
    }
}
@media (max-width: 992px){
    .indexBox1 .title h2,
    .indexBox2 .conBox .textBox .text h2,
    .indexBox3 .title h2,
    .indexBox4 .title h2,
    .shoppingCartEscalatorBanner .text span,
    .shoppingCartEscalatorBanner .text h1,
    .aboutBanner h1,
    .aboutBox1 .textBox h2,
    .aboutBox4 .title h2,
    .serviceBanner .text h1,
    .contactBanner h1,
    .solutionBanner h1,
    .solutionDetailBox1 .title h2,
    .solutionDetailBox2 .title h2,
    .service20201109Box1 h2,
    .service20201109Box2 .text h2,
    .recruitBox1 .title h2,
    .recruitBox1 .title h2,
    .recruitBox2 .title h2{
        font-size: 34px;
    }

    .service20201109Box1 p,
    .service20201109Box2 .text p,
    .service20201109Box3 .text p,
    .service20201109Box3 .item .t h3,
    .recruitBox1 .item .text h3{
        font-size: 18px;
    }
    .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 0 5px 0 rgba(0,0,0,0.5);
        -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
        box-shadow: 0 0 5px 0 rgba(0,0,0,0.5);
    }

    .m_header {
        height: 60px;
    }

    .logo_box {
        width: 100%;
        text-align: center;
        height: 60px;
        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: #1b5ec5;
        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("/public/static/images/home/zh-cn/reset/li_click.png") no-repeat top center;
    }

    .m_header .m_nav_list > li > a {
        opacity: 0;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu {
        height: 0;
        overflow: hidden;
    }

    .m_header .m_nav_list .dropdown .dropdown_menu.on {
        height: auto;
    }

    .m_header .m_nav_list .dropdown_menu > li {
        border-top: 1px solid #f0f0f0;
        background: #f5f5f5;
    }

    .footer_box .fast_navigation{
        padding: 40px 0;
    }
    .footer_box .fast_navigation .itemBox .item:nth-of-type(1),
    .footer_box .fast_navigation .itemBox .item:nth-of-type(2){
        display: none;
    }
    .footer_box .footer_copyright .text{
        width: 100%;
    }
    .footer_box .footer_copyright p{
        padding-left: 0;
        background: none;
    }
    .footer_box .footer_copyright p,
    .footer_box .footer_copyright p span,
    .footer_box .footer_copyright p a{
        line-height: 1.2;
    }
    .footer_box .footer_shape{
        width: 100%;
        margin-top: 10px;
    }

    .indexBox1 .itemBox{
        margin: 0 -5px;
    }
    .indexBox1 .item{
        padding: 0 5px;
    }

    .indexBox2 .conBox .textBox{
        width: 100%;
    }
    .indexBox2 .conBox .textBox .text{
        width: 767px;
        float: none;
        margin: auto;
        padding-right: 0;
        padding-top: 50px;
        padding-bottom: 50px;
    }
    .indexBox2 .conBox .textBox .text h2{
        padding-bottom: 15px;
    }
    .indexBox2 .conBox .textBox .text a,
    .indexBox1 .a a{
        margin-top: 20px;
    }
    .indexBox2 .conBox .imgBox{
        width: 100%;
        padding-top: 59%;
    }

    .indexBox4 .indexCaseSlick .imgBox .img img{
        width: 100%;
    }

    .shoppingCartEscalatorBanner .text{
        margin-top: -40px;
    }
    .shoppingCartEscalatorBox1 .title{
        padding-bottom: 30px;
    }
    .shoppingCartEscalatorBox1 .itemBox{
        padding: 0 0 60px;
        flex-wrap: wrap;
    }
    .shoppingCartEscalatorBox1 .item{
        width: 50%;
        margin-bottom: 15px;
        border-left: 0;
    }
    .shoppingCartEscalatorBox1 .item .img{
        padding-bottom: 10px;
    }

    .shoppingCartEscalatorBox2 .title h2{
        padding-bottom: 30px;
    }
    .shoppingCartEscalatorBox2 .itemBox{
        flex-wrap: wrap;
    }
    .shoppingCartEscalatorBox2 .item{
        width: 50%;
        margin-bottom: 30px;
    }

    .shoppingCartEscalatorBox3 .text{
        padding-top: 0;
        padding-left: 40px;
    }
    .shoppingCartEscalatorBox3 .text h2{
        padding-bottom: 20px;
    }
    .shoppingCartEscalatorBox4 .item{
        width: 50%;
        margin-top: 20px;
    }
    .shoppingCartEscalatorBox6 .title h2{
        padding-bottom: 20px;
    }


    .aboutBox1{
        padding-top: 50px;
    }
    .aboutBox1 .textBox{
        width: 100%;
        padding-right: 0;
    }
    .aboutBox1 .img{
        display: none;
    }
    .aboutBox2{
        top: auto;
        margin-top: 20px;
    }
    .aboutBox2 .itemBox{
        padding: 0;
    }
    .aboutBox2 .item .img img{
        height: 50px;
    }
    .aboutBox2 .item .text h3{
        font-size: 22px;
    }
    .aboutBox3{
        margin-top: 40px;
    }
    .aboutBox3 .item .img{
        width: 100%;
        padding-top: 60%;
    }

    .aboutBox3 .item .text{
        width: 100%;
        padding-left: 0 !important;
        padding-top: 20px;
        padding-right: 0 !important;
    }

    .aboutBox4 .item{
        width: 100%;
    }
    .aboutBox4 .item .conBox{
        padding-top: 0;
    }
    .aboutBox4 .conBox .img:before{
        display: none;
    }
    .aboutBox4 .conBox .text{
        margin-top: 10px;
        margin-bottom: 30px;
    }

    .aboutBox5 .img img,
    .aboutBox5 .img{
        width: 100%;
    }
    .aboutBox5 .img:before{
        display: none;
    }

    .aboutBox5 .text{
        width: 100%;
        padding: 30px 20px;
        height: auto;
    }
    .aboutBox5 .text h3{
        padding-top: 0;
    }

    .contactBox1{
        padding: 60px 0;
    }
    .contactBox1 .contactInfo{
        width: 100%;
        padding-right: 0;
    }
    .contactBox1 .contactInfo .contactShape{
        margin-top: 10px;
    }
    .contactBox1 .contactForm{
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .contactBox1 .contactInfo .text h2,
    .contactBox1 .contactForm h2{
        font-size: 26px;
    }

    .product_tab .tab_sub{
        display: none;
    }


    .solutionBox .item{
        width: 49%;
    }

    .service20201109Box3 .item .t{
        padding: 20px 15px 0;
    }

    .service20201109Box2 .itemBox{
        padding: 30px 0;
    }
    .service20201109Box2 .item{
        width: 33.33%;
        margin: 20px 0;
    }

    .recruitBox2 .jobSearch .info{
        width: 100%;
        margin-bottom: 10px;
    }
    .recruitBox2 .jobSearch .info input[type="submit"]{
        margin-left: 115px;
    }
}
@media (max-width: 767px){
    .indexBox1 .title h2,
    .indexBox2 .conBox .textBox .text h2,
    .indexBox3 .title h2,
    .indexBox4 .title h2,
    .shoppingCartEscalatorBanner .text span,
    .shoppingCartEscalatorBanner .text h1,
    .aboutBanner h1,
    .aboutBox1 .textBox h2,
    .aboutBox4 .title h2,
    .serviceBanner .text h1,
    .contactBanner h1,
    .solutionBanner h1,
    .solutionDetailBox1 .title h2,
    .solutionDetailBox2 .title h2,
    .service20201109Box1 h2,
    .service20201109Box2 .text h2,
    .recruitBox1 .title h2,
    .recruitBox1 .title h2,
    .recruitBox2 .title h2{
        font-size: 30px;
    }
    #back_top{
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .banner_slick .slick-prev{
        left: 10px;
    }
    .banner_slick .slick-next{
        right: 10px;
    }

    .indexBox1 .item .text a{
        font-size: 16px;
    }
    .indexBox2 .conBox .textBox .text{
        width: auto;
        padding-left: 10px;
        padding-right: 10px;
    }
    .indexBox3 .item{
        width: 33.33%;
    }

    .indexBox4 .indexCaseSlick{
        padding: 0 30px;
    }
    .indexBox4 .indexCaseSlick .slick-prev{
        left: 0;
    }
    .indexBox4 .indexCaseSlick .slick-next{
        right: 0;
    }

    .shoppingCartEscalatorBanner,
    .aboutBanner,
    .serviceBanner,
    .contactBanner,
    .solutionBanner{
        padding-top: 240px;
    }
    .shoppingCartEscalatorBox1 .title p,
    .shoppingCartEscalatorBox2 .title h2,
    .shoppingCartEscalatorBox3 .text h2,
    .shoppingCartEscalatorBox4 .title h2,
    .shoppingCartEscalatorBox5 .conBox .text h2,
    .shoppingCartEscalatorBox6 .title h2{
        font-size: 22px;
    }

    .shoppingCartEscalatorBox2 .item{
        width: 100%;
    }
    .shoppingCartEscalatorBox3 .img,
    .shoppingCartEscalatorBox3 .img img{
        width: 100%;
    }
    .shoppingCartEscalatorBox3 .text{
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }
    .shoppingCartEscalatorBox4 .title ul li{
        width: 50%;
    }
    .shoppingCartEscalatorBox5 .conBox .info{
        width: 100%;
        margin-bottom: 10px;
    }

    .aboutBanner h1{
        margin-top: -18px;
    }
    .aboutBox2 .item{
        width: 33%;
    }

    .serviceBox1 .item{
        width: 100%;
    }

    .serviceBox2 .itemBox .item .img{
        width: 100%;
        padding-top: 64%;
    }
    .serviceBox2 .itemBox .item .text{
        width: 100%;
        padding-top: 30px;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    .serviceBox2 .itemBox .item:nth-of-type(2) .text li{
        margin-bottom: 5px;
    }

    .solutionBanner h1{
        margin-top: -18px;
    }

    .solutionDetailBox1 .conBox .img{
        width: 100%;
    }
    .solutionDetailBox1 .conBox .text{
        width: 100%;
        margin-left: 0;
        float: left;
    }

    .solutionDetailBox2 .item{
        width: 100%;
        margin-bottom: 30px;
    }

    .service20201109Box1 p,
    .service20201109Box2 .text p,
    .service20201109Box3 .text p,
    .service20201109Box3 .item .t h3,
    .recruitBox1 .item .text h3 {
        font-size: 16px;
    }

    .service20201109Box3 .item .img{
        width: 100%;
    }
    .service20201109Box3 .item .t{
        width: 100%;
        padding: 20px 0;
    }
    .service20201109Box2 .item .text p,
    .service20201109Box2 .item .text span,
    .service20201109Box3 .item .t p,
    .recruitBox1 .item .text p{
        font-size: 14px;
    }
    .service20201109Box3 .item .t p{
        margin-bottom: 5px;
    }

    .recruitBox1 .item{
        width: 100%;
        margin-bottom: 20px;
    }
    .recruitBox2 .itemBox{
        padding: 30px 10px;
    }
    .recruitBox1 .title h2, .recruitBox2 .title h2{
        margin-bottom: 20px;
    }
    .recruitBox3 .jobFormBox{
        padding-top: 0;
    }
}
@media (max-width: 640px){
    .indexBox1 .title h2,
    .indexBox2 .conBox .textBox .text h2,
    .indexBox3 .title h2,
    .indexBox4 .title h2,
    .shoppingCartEscalatorBanner .text span,
    .shoppingCartEscalatorBanner .text h1,
    .aboutBanner h1,
    .aboutBox1 .textBox h2,
    .aboutBox4 .title h2,
    .serviceBanner .text h1,
    .contactBanner h1,
    .solutionBanner h1,
    .solutionDetailBox1 .title h2,
    .solutionDetailBox2 .title h2,
    .service20201109Box1 h2,
    .service20201109Box2 .text h2,
    .recruitBox1 .title h2,
    .recruitBox1 .title h2,
    .recruitBox2 .title h2{
        font-size: 26px;
    }
    .footer_box .fast_navigation .itemBox{
        display: block;
    }
    .footer_box .fast_navigation .itemBox .item:nth-of-type(3){
        width: 100%;
        padding-right: 0;
    }
    .footer_box .fast_navigation .itemBox .item:nth-of-type(4){
        width: 100%;
        padding-top: 30px;
    }

    .indexBox1 .item{
        width: 50%;
    }

    .aboutBox2 .itemBox{
        flex-wrap: wrap;
        padding: 20px 0;
    }
    .aboutBox2 .item{
        width: 100%;
        padding: 10px 0;
    }

    .contactBox1 .contactForm .conBox{
        padding-left: 15px;
        padding-right: 15px;
    }
    .contactBox1 .contactInfo .item .t{
        padding: 20px 15px;
    }

    .recruitBox2{
        padding: 50px 0;
    }
    .recruitBox2 .title h2{
        margin-bottom: 20px;
    }
    .recruitBox2 .jobSearch{
        padding: 30px 10px;
    }
    .recruitBox2 .jobSearch .info span{
        width: 100%;
        text-align: left;
        line-height: 1;
        padding-bottom: 5px;
    }
    .recruitBox2 .jobSearch .info .controls{
        width: 100%;
        margin-left: 0;
        float: left;
    }
    .recruitBox2 .jobSearch .info input[type="submit"]{
        margin-left: 0;
    }
    .recruitBox3 .jobFormBox .info:nth-of-type(1),
    .recruitBox3 .jobFormBox .info:nth-of-type(2){
        width: 100%;
    }
    .recruitBox2 .itemBox .conBox .item .textBox{
        padding: 10px 20px 30px;
    }
    .recruitBox2 .itemBox .conBox .item .textBox .mText{
        display: block;
    }
    .recruitBox2 .itemBox .jobListTr h3,
    .recruitBox2 .itemBox .conBox .item h3{
        position: relative;
    }
    .recruitBox2 .itemBox .jobListTr h3 span:nth-of-type(2),
    .recruitBox2 .itemBox .conBox .item h3 span:nth-of-type(2),
    .recruitBox2 .itemBox .jobListTr h3 span:nth-of-type(4),
    .recruitBox2 .itemBox .conBox .item h3 span:nth-of-type(4),
    .recruitBox2 .itemBox .jobListTr h3 span:nth-of-type(5),
    .recruitBox2 .itemBox .conBox .item h3 span:nth-of-type(5){
        display: none;
    }
    .recruitBox2 .itemBox .jobListTr h3 span:nth-of-type(1),
    .recruitBox2 .itemBox .conBox .item h3 span:nth-of-type(1){
        width: 100%;
        padding-right: 110px;
    }
    .recruitBox2 .itemBox .jobListTr h3 span:nth-of-type(3),
    .recruitBox2 .itemBox .conBox .item h3 span:nth-of-type(3){
        width: 110px;
        float: right;
        position: absolute;
        top: 0;
        right: 0;
    }
}
@media (max-width: 540px){
    .indexBox3 .item{
        padding: 0 10px;
    }
    .shoppingCartEscalatorBox5 .conBox input[type="submit"]{
        width: 100%;
    }

    .solutionBox .item{
        width: 100%;
    }
    .solutionBox .item .text h2{
        font-size: 20px;
    }
    .solutionBox .item .text p{
        min-height: 0;
    }
}
@media (max-width: 480px){
    .indexBox3 .item{
        width: 50%;
    }

    .shoppingCartEscalatorBox1 .item{
        width: 100%;
    }
    .shoppingCartEscalatorBox4 .title ul li{
        width: 100%;
    }
    .shoppingCartEscalatorBox4 .item{
        width: 100%;
    }
}