@charset "utf-8";
.no_padding{
    padding: 0;
}
.header {
    position: relative;
    z-index: 99;
    transition: all .3s;
}

.header .headerTop{
    border-bottom: 1px solid #dcdcdc;
}
.header .headerTop .headerInfo{
    overflow: hidden;
}
.header .headerTop .headerInfo li{
    float: left;
    margin-right: 40px;
}
.header .headerTop .headerInfo li i{
    display: inline-block;
    color: #252a7c;
    line-height: 44px;
    padding-right: 5px;
    font-size: 18px;
}
.header .headerTop .headerInfo li a{
    display: inline-block;
    font-size: 16px;
    color: #181818;
    line-height: 44px;
}
.header .headerTop .headerInfo li a:hover{
    color: #252a7c;
}

.header .headerTop .lang{
    display: none;
}
.header .headerTop .lang a{
    font-size: 14px;
    color: #181818;
    line-height: 44px;
    display: inline-block;
}
.header .headerTop .lang span{
    display: inline-block;
    padding: 0 10px;
}
.header .headerTop .lang a:hover{
    color: #252a7c;
}

.header .logo_box{
    line-height: 0;
    overflow: hidden;
}
.header .logo_box a{
    display: inline-block;
    line-height: 0;
}

.headerNavBox{
    position: relative;
}
.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;
    margin-left: 40px;
}
.headerNavBox .nav_list > li > a {
    display: block;
}
.headerNavBox .nav_list > li > a > span {
    display: inline-block;
    letter-spacing: 0;
    line-height: 80px;
    min-width: 94px;
    text-align: center;
    font-size: 16px;
    color: #252a33;
    padding: 0 15px;
    position: relative;
    background: #ffffff;
}
.header .nav_list > li.active > a span,
.header .nav_list > li.on > a span{
    color: #ffffff;
    background: #0053cf;
}
.nav_normal > li {
    position: relative;
}
.nav_normal > li .dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 170px;
    display: none;
    z-index: 1;
    padding: 10px 5px;
    background: #0053cf;
}
.nav_normal .dropdown_menu li {
    width: 100%;
}
.nav_normal .dropdown_menu li a {
    display: block;
    letter-spacing: 0;
    line-height: 30px;
    font-size: 14px;
    color: #ffffff;
    text-align: left;
    padding: 0 20px;
    white-space: nowrap;
}
.nav_normal .dropdown_menu li a:hover{
    background: #ffffff;
    color: #000000;
}

.m_header {
    display: none;
}


.footer_box{
    overflow: hidden;
    background: #f4f4f4;
}

.footerMenuBox{
    text-align: center;
}
.footerMenuBox .footerLogo{
    line-height: 0;
    padding: 25px 0;
}
.footerMenu ul{
    display: flex;
    justify-content: center;
}
.footerMenu li{
    float: left;
    margin: 0 15px;
}
.footerMenu li a{
    font-size: 18px;
    color: #202020;
}
.footerMenu li a:hover{
    color: #0053cf;
}

.footer_box .footer_copyright{
    overflow: hidden;
    padding: 20px 0;
    text-align: center;
}
.footer_box .footer_copyright .text p,
.footer_box .footer_copyright .text span,
.footer_box .footer_copyright .text a{
    display: inline-block;
    font-size: 16px;
    color: #2d2d2d;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.5em;
}
.footer_box .footer_copyright .text a.sitemap{
    margin: 0 5px;
}
.footer_box .footer_copyright .text a:hover{
    color: #0053cf;
}


/*banner*/
.banner_slick .slick-prev,
.banner_slick .slick-next {
    width: 40px;
    height: 50px;
    margin-top: -25px;
    background-image: url("/public/static/images/home/zh-cn/reset/skin.png");
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0);
}
.banner_slick .slick-prev {
    background-position: 0 0;
    left: 80px;
}
.banner_slick .slick-next {
    background-position: -150px 0;
    right: 80px;
}
.banner_slick .slick-dots li{
    width: 10px;
    height: 10px;
    border: 2px solid #ffffff;
    background: transparent;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.banner_slick .slick-dots li.slick-active{
    background: #0053cf;
    border-color: #0053cf;
}
.banner_slick img{
    width: 100%;
}

.indexBox1 .title{
    padding: 55px 0;
    overflow: hidden;
}
.indexBox1 .title h2{
    width: 280px;
    float: left;
    font-size: 30px;
    color: #1a1a1a;
    display: flex;
    align-items: center;
}
.indexBox1 .title h2 span{
    font-size: 18px;
    color: #5a5a5a;
    font-weight: 300;
    padding-left: 10px;
    display: inline-block;
}
.indexBox1 .title .productSearch{
    float: right;
}
.indexBox1 .title .search{
    float: left;
    width: 280px;
    margin-right: 30px;
}
.indexBox1 .title .search .info{
    padding-right: 35px;
    position: relative;
    border: 1px solid #e5e5e5;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.indexBox1 .title .search .info input[type="text"]{
    width: 100%;
    height: 30px;
    border: 0;
    background: none;
    padding: 0 10px;
}
.indexBox1 .title .search .info input[type="submit"]{
    position: absolute;
    right: 5px;
    top: 0;
    width: 30px;
    height: 30px;
    font-size: 0;
    border: 0;
    cursor: pointer;
    background: url("/public/static/images/home/zh-cn/reset/search.png") no-repeat center center;
}
.indexBox1 .title .productSearch .item{
    overflow: hidden;
    float: left;
}
.indexBox1 .title .productSearch .item a{
    display: inline-block;
    line-height: 30px;
    margin-left: 15px;
    width: 80px;
    text-align: center;
    background: #ffffff;
    font-size: 16px;
    color: #1f1f1f;
    font-weight: 300;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.indexBox1 .title .productSearch .item a:hover,
.indexBox1 .title .productSearch .item a.on{
    background: #0053cf;
    color: #ffffff;
}
.indexBox1 .itemBox{
    overflow: hidden;
}
.indexBox1 .itemBox .item{
    width: 50%;
    float: left;
}
.indexBox1 .itemBox .item .img{
    line-height: 0;
    text-align: center;
    overflow: hidden;
}
.indexBox1 .itemBox .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 .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 .text{
    padding: 50px 80px 60px 30px;
    position: relative;
}
.indexBox1 .itemBox .item .text a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.indexBox1 .itemBox .item .text h3{
    font-size: 24px;
    color: #282828;
    padding-bottom: 15px;
    transition: all .3s;
}
.indexBox1 .itemBox .item .text p{
    font-size: 16px;
    color: #282828;
    font-weight: 300;
    line-height: 1.5;
    transition: all .3s;
}
.indexBox1 .itemBox .item:hover .text h3,
.indexBox1 .itemBox .item:hover .text p{
    color: #0053cf;
    transition: all .3s;
}

.indexBox2{
    padding: 75px 0;
    background: url("/public/static/images/home/zh-cn/indexApplicationBj.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.indexBox2 .title{
    padding-bottom: 40px;
    overflow: hidden;
}
.indexBox2 .title h2{
    float: left;
    font-size: 30px;
    color: #1a1a1a;
    display: flex;
    align-items: center;
}
.indexBox2 .title h2 span{
    font-size: 18px;
    color: #5a5a5a;
    font-weight: 300;
    padding-left: 10px;
    display: inline-block;
}
.indexBox2 .title a{
    float: right;
    display: inline-block;
    width: 120px;
    height: 30px;
    margin-top: 3px;
    line-height: 30px;
    background: #0053cf;
    text-align: center;
    font-weight: 300;
    color: rgba(255,255,255,.7);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.indexBox2 .title a:hover{
    color: #ffffff;
}
.indexBox2 .itemBox{
    margin-left: -5px;
    margin-right: -5px;
    overflow: hidden;
}
.indexBox2 .item{
    width: 25%;
    float: left;
    padding: 0 5px;
    margin-top: 10px;
    text-align: center;
}
.indexBox2 .item .con{
    position: relative;
    height: 370px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    padding: 30px 20px;
    background: rgba(0,0,0,0.72);
    transition: all .3s;
}
.indexBox2 .item .con:hover{
    background: #23266d;
    transition: all .3s;
    padding-top: 50px;
    padding-bottom: 50px;
}
.indexBox2 .item .con a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.indexBox2 .item .con h3{
    width: 100%;
    font-size: 24px;
    color: #ffffff;
}
.indexBox2 .item .con i{
    display: block;
    width: 100%;
    line-height: 1;
    font-size: 80px;
    color: #ffffff;
}
.indexBox2 .item .con span{
    display: block;
    width: 100%;
    font-size: 14px;
    color: #ffffff;
    font-weight: 300;
}


.indexBox3{
    padding: 70px 0;
}
.indexBox3 .itemBox{
    display: flex;
    justify-content: space-between;
}
.indexBox3 .item h3 span,
.indexBox3 .item h3{
    font-size: 70px;
    color: #292781;
}
.indexBox3 .item p{
    font-size: 20px;
    color: #282828;
}

.indexBox4 .textBox{
    overflow: hidden;
}
.indexBox4 .textBox .img{
    line-height: 0;
    width: 50%;
    float: left;
}
.indexBox4 .textBox .text{
    width: 50%;
    float: left;
    padding-left: 85px;
}
.indexBox4 .textBox h2{
    font-size: 30px;
    color: #1a1a1a;
    padding: 10px 0 20px;
    display: flex;
    align-items: center;
}
.indexBox4 .textBox h2 span{
    font-size: 18px;
    color: #5a5a5a;
    font-weight: 300;
    padding-left: 10px;
    display: inline-block;
}
.indexBox4 .textBox p{
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    line-height: 1.5;
}
.indexBox4 .textBox a{
    display: inline-block;
    width: 120px;
    height: 30px;
    margin-top: 30px;
    line-height: 30px;
    background: #0053cf;
    text-align: center;
    font-weight: 300;
    color: rgba(255,255,255,.7);
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.indexBox4 .textBox a:hover{
    color: #ffffff;
}
.indexBox4 .imgBox{
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
    padding: 70px 0;
}
.indexBox4 .imgBox .img{
    width: 25%;
    float: left;
    padding: 0 10px;
    line-height: 0;
    text-align: center;
}

.contactBanner{
    text-align: center;
    padding: 180px 0 150px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.contactBanner h1{
    font-size: 30px;
    color: #ffffff;
    padding-bottom: 10px;
}
.contactBanner p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
}

.contactBox1{
    padding: 40px 0;
}
.contactBox1 .contactInfo{
    width: 420px;
    float: left;
    padding: 35px 20px 70px;
    background: #f5f5f5;
}
.contactBox1 .contactInfo .img{
    line-height: 0;
    margin-bottom: 15px;
}
.contactBox1 .contactInfo .text{
    margin-bottom: 35px;
}
.contactBox1 .contactInfo .text h2{
    color: #0053cf;
    font-size: 32px;
    padding-bottom: 5px;
}
.contactBox1 .contactInfo .text p{
    font-size: 16px;
    color: #6a6a6a;
    font-weight: 300;
}
.contactBox1 .contactInfo li{
    margin-bottom: 30px;
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    color: #2d2d2d;
    font-weight: 300;
}
.contactBox1 .contactInfo li a{
    font-size: 16px;
    color: #2d2d2d;
    font-weight: 300;
}
.contactBox1 .contactInfo li a:hover{
    color: #0053cf;
    text-decoration: underline;
}
.contactBox1 .contactInfo li i{
    position: absolute;
    left: 0;
    top: 0;
    margin-right: 5px;
    font-size: 20px;
    font-weight: 400;
}
.contactBox1 .contactForm{
    margin-left: 420px;
    padding-left: 90px;
}
.contactBox1 .contactForm .text{
    margin-bottom: 20px;
}
.contactBox1 .contactForm .text h2{
    color: #0053cf;
    font-size: 32px;
    padding-top: 35px;
    padding-bottom: 5px;
}
.contactBox1 .contactForm .text p{
    font-size: 16px;
    color: #6a6a6a;
    font-weight: 300;
}
.contactBox1 .contactForm .info{
    margin-bottom: 18px;
    line-height: 0;
}
.contactBox1 .contactForm .tips{
    display: block;
    line-height: 1.2;
    font-size: 12px;
    background: #ee0000;
    text-align: center;
    color: #ffffff;
}
.contactBox1 .contactForm .code{
    position: relative;
}
.contactBox1 .contactForm .codeImg{
    position: absolute;
    top: 1px;
    right: 1px;
    height: 42px;
    width: 110px;
    cursor: pointer;
}
.contactBox1 .contactForm .info input[type="text"],
.contactBox1 .contactForm .info textarea{
    width: 100%;
    height: 44px;
    padding: 0 10px;
    resize: none;
    border: 1px solid #e5e5e5;
}
.contactBox1 .contactForm .info textarea{
    padding: 10px;
    height: 95px;
}
.contactBox1 .contactForm .info input[type="submit"]{
    width: 200px;
    height: 44px;
    border: 0;
    color: rgba(255,255,255,.7);
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 5px;
    cursor: pointer;
    background: #0053cf;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.contactBox1 .contactForm .info input[type="submit"]:hover{
    color: #ffffff;
}

.contactBox2{
    line-height: 0;
    padding-bottom: 40px;
}
.contactBox2 iframe{
    width: 100%;
    height: 345px;
}

.applicationBox .item{
    overflow: hidden;
}
.applicationBox .item .img{
    width: 50%;
    float: left;
    background: #eaedf2;
}
.applicationBox .item .text{
    width: 50%;
    float: left;
    padding-left: 50px;
    padding-top: 50px;
}
.applicationBox .item:nth-of-type(2n) .img,
.applicationBox .item:nth-of-type(2n) .text{
    float: right;
}
.applicationBox .item:nth-of-type(2n) .text{
    padding-left: 0;
    padding-right: 50px;
}
.applicationBox .item .text h2{
    font-size: 24px;
    color: #303030;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.applicationBox .item .text h2 em{
    font-size: 76px;
    color: #23266d;
    display: inline-block;
    margin-right: 15px;
}
.applicationBox .item .text p{
    font-size: 16px;
    color: #5a5a5a;
    font-weight: 300;
    line-height: 1.5;
}

.aboutBanner{
    text-align: center;
    padding: 180px 0 150px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.aboutBanner h1{
    font-size: 30px;
    color: #ffffff;
    padding-bottom: 10px;
}
.aboutBanner p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
}

.aboutMenuBox{
    background: #f5f5f5;
}
.aboutMenuBox .Crumbs{
    border-top: 0;
    border-bottom: 0;
    padding: 13px 0;
    width: auto;
}
.aboutMenuBox .aboutMenu li{
    float: left;

}
.aboutMenuBox .aboutMenu li a{
    line-height: 50px;
    min-width: 100px;
    text-align: center;
    display: block;
    position: relative;
    margin-left: 10px;
    font-size: 16px;
    color: #6a6a6a;
    font-weight: 300;
}
.aboutMenuBox .aboutMenu li a.on{
    font-weight: 700;
    color: #0053cf;
}
.aboutMenuBox .aboutMenu li a:hover{
    color: #0053cf;
}
.aboutMenuBox .aboutMenu li a:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 0;
    bottom: 0;
    left: 0;
    background: transparent;
    transition: all .3s;
}
.aboutMenuBox .aboutMenu li a.on:before,
.aboutMenuBox .aboutMenu li a:hover:before{
    background: #0053cf;
    height: 4px;
    transition: all .3s;
}

.aboutBox1 .title{
    position: relative;
    text-align: center;
    margin: 50px 0;
}
.aboutBox1 .title h2{
    font-size: 30px;
    color: #0053cf;
    font-weight: 300;
    padding-top: 20px;
    position: relative;
    z-index: 2;
}
.aboutBox1 .title span{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 1;
    font-size: 60px;
    color: #747474;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    opacity: 0.05;
}
.aboutBox1 .text{
    margin-bottom: 20px;
    -webkit-column-count: 2;
    -webkit-column-gap: 30px;
    -webkit-column-rule: 1px dashed #bfd4f3;
}
.aboutBox1 .text p{
    font-size: 16px;
    color: #747474;
    font-weight: 300;
    line-height: 1.5;
}
.aboutBox1 .img{
    line-height: 0;
    text-align: center;
}
.aboutBox1 .t{
    padding: 50px 0;
    text-align: center;
}
.aboutBox1 .t p{
    font-size: 16px;
    color: #747474;
    font-weight: 300;
    line-height: 1.5;
}
.aboutBox1 .t a{
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    margin-top: 20px;
    text-align: center;
    color: rgba(255,255,255,0.7);
    background: #0053cf;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.aboutBox1 .t a:hover{
    color: #ffffff;
}

.aboutBox2{
    background: #f4f4f4;
}
.aboutBox2 .title{
    position: relative;
    text-align: center;
    margin: 50px 0;
}
.aboutBox2 .title h2{
    font-size: 30px;
    color: #0053cf;
    font-weight: 300;
    padding-top: 20px;
    position: relative;
    z-index: 2;
}
.aboutBox2 .title span{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 1;
    font-size: 60px;
    color: #747474;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    opacity: 0.05;
}

.historySLickBox{
    padding-bottom: 90px;
}
.historyContentBox .textBox{
    position: relative;
    text-align: center;
    min-height: 180px;
}
.historyContentBox .textBox span{
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    font-size: 180px;
    color: #747474;
    font-weight: 700;
    opacity: .16;
    line-height: 1;
    z-index: 1;
}
.historyContentBox .textBox .text{
    padding-top: 20px;
    position: relative;
    z-index: 2;
}
.historyContentBox .textBox .text p{
    font-size: 18px;
    color: #747474;
    font-weight: 300;
    line-height: 1.5;
}
.historyYearsBox{
    margin-top: 50px;
    padding: 0 80px;
}
.historyYearsBox:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 1px;
    left: 0;
    top: 15px;
    background: #d8d8d8;
}
.historyYearsBox .slick-prev,
.historyYearsBox .slick-next{
    width: 30px;
    height: 30px;
    top: 0;
    margin: 0;
    background: #d8d8d8;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    transition: all .3s;
}
.historyYearsBox .slick-prev{
    left: 50px;
}
.historyYearsBox .slick-prev:hover{
    background: #0053cf;
    transition: all .3s;
}
.historyYearsBox .slick-prev:before{
    position: absolute;
    content: '←';
    font-size: 15px;
    color: #535353;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    transition: all .3s;
}
.historyYearsBox .slick-next{
    right: 50px;
}
.historyYearsBox .slick-next:hover{
    background: #0053cf;
    transition: all .3s;
}
.historyYearsBox .slick-next:before{
    position: absolute;
    content: '→';
    font-size: 15px;
    color: #535353;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.historyYearsBox .slick-prev:hover:before,
.historyYearsBox .slick-next:hover:before{
    color: #ffffff;
    transition: all .3s;
}
.historyYearsBox .slick_first{
    text-align: center;
    cursor: pointer;
}
.historyYearsBox .slick_first span{
    display: block;
    padding-top: 30px;
    position: relative;
    font-size: 18px;
    color: #747474;
}
.historyYearsBox .slick_first.slick-current span,
.historyYearsBox .slick_first:hover span{
    color: #0053cf;
}
.historyYearsBox .slick_first span:before{
    position: absolute;
    content: '';
    width: 7px;
    height: 7px;
    top: 12px;
    left: 50%;
    margin-left: -3px;
    background: #b5b5b5;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    z-index: 2;
    transition: all .3s;
}
.historyYearsBox .slick_first span:after{
    position: absolute;
    content: '';
    width: 0;
    height: 1px;
    top: 15px;
    left: 50%;
    background: #0053cf;
    transition: all .3s;
}
.historyYearsBox .slick_first.slick-current span:before,
.historyYearsBox .slick_first:hover span:before{
    background: #0053cf;
    transition: all .3s;
}
.historyYearsBox .slick_first.slick-current span:after,
.historyYearsBox .slick_first:hover span:after{
    width: 50%;
    transition: all .3s;
}

.aboutBox3 .title{
    position: relative;
    text-align: center;
    margin: 50px 0;
}
.aboutBox3 .title h2{
    font-size: 30px;
    color: #0053cf;
    font-weight: 300;
    padding-top: 20px;
    position: relative;
    z-index: 2;
}
.aboutBox3 .title span{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 1;
    font-size: 60px;
    color: #747474;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    opacity: 0.05;
}
.aboutBox3 .itemBox{
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}
.aboutBox3 .item{
    width: 120px;
    text-align: center;
}
.aboutBox3 .item em{
    font-size: 70px;
    color: #000000;
    display: block;
    margin-bottom: 15px;
}
.aboutBox3 .item p{
    color: #5c5c5c;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.5;
}

.aboutBox4 .title{
    position: relative;
    text-align: center;
}
.aboutBox4 .title h2{
    font-size: 30px;
    color: #0053cf;
    font-weight: 300;
    padding-top: 20px;
    position: relative;
    z-index: 2;
}
.aboutBox4 .title span{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 1;
    font-size: 60px;
    color: #747474;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    opacity: 0.05;
}
.aboutBox4 .img{
    line-height: 0;
    text-align: center;
    padding: 50px 0;
}

.advantageBox .title{
    position: relative;
    text-align: center;
    margin: 55px 0 40px;
}
.advantageBox .title h2{
    font-size: 30px;
    color: #0053cf;
    font-weight: 300;
    padding-top: 20px;
    position: relative;
    z-index: 2;
}
.advantageBox .title span{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 1;
    font-size: 60px;
    color: #747474;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    opacity: 0.05;
}
.advantageBox .item{
    overflow: hidden;
    margin-bottom: 35px;
    position: relative;
}
.advantageBox .item .img{
    line-height: 0;
    float: right;
}
.advantageBox .item:nth-of-type(2n) .img{
    float: left;
}
.advantageBox .item .text{
    width: 610px;
    height: 240px;
    position: absolute;
    left: 6px;
    z-index: 2;
    top: 50%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 35px 15px;
    margin-top: -120px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 6px 0 rgba(0,0,0,0.2);
}
.advantageBox .item:nth-of-type(2n) .text{
    left: auto;
    right: 6px;
}
.advantageBox .item .text p{
    font-size: 16px;
    color: #747474;
    font-weight: 300;
    line-height: 1.5;
}

.processBox .title{
    position: relative;
    text-align: center;
    margin: 55px 0 40px;
}
.processBox .title h2{
    font-size: 30px;
    color: #0053cf;
    font-weight: 300;
    padding-top: 20px;
    position: relative;
    z-index: 2;
}
.processBox .title span{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 1;
    font-size: 60px;
    color: #747474;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    opacity: 0.05;
}
.processBox .itemBox{
    position: relative;
    overflow: hidden;
    padding-bottom: 75px;
    margin-bottom: 50px;
}
.processBox .itemBox:before{
    position: absolute;
    content: '';
    top: 0;
    bottom: 0;
    left: 50%;
    width: 1px;
    background: #0053cf;
}
.processBox .item{
    overflow: hidden;
}
.processBox .item:nth-of-type(2n){
    margin-top: -160px;
}
.processBox .item .con{
    width: 50%;
    float: left;
    text-align: right;
    padding-right: 60px;
    position: relative;
}
.processBox .item:nth-of-type(2n) .con{
    float: right;
    text-align: left;
    padding-left: 60px;
    padding-right: 0;
}
.processBox .item .con:before{
    position: absolute;
    content: '';
    width: 9px;
    height: 9px;
    right: -5px;
    top: 65px;
    background: #0053cf;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.processBox .item .con:after{
    position: absolute;
    content: '';
    width: 60px;
    height: 1px;
    right: 0;
    top: 69px;
    background: #0053cf;
}
.processBox .item:nth-of-type(2n) .con:before{
    right: auto;
    left: -4px;
    top: 130px;
}
.processBox .item:nth-of-type(2n) .con:after{
    right: auto;
    left: 0;
    top: 134px;
}
.processBox .item .con span{
    font-size: 18px;
    color: #1e1e1e;
    display: block;
    margin-bottom: 5px;
}
.processBox .item .img{
    line-height: 0;
    overflow: hidden;
}
.processBox .item .img img{
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    transition: all .3s;
}
.processBox .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;
}

.certificateBox .title{
    position: relative;
    text-align: center;
    margin: 55px 0 40px;
}
.certificateBox .title h2{
    font-size: 30px;
    color: #0053cf;
    font-weight: 300;
    padding-top: 20px;
    position: relative;
    z-index: 2;
}
.certificateBox .title span{
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    line-height: 1;
    font-size: 60px;
    color: #747474;
    font-family: "Montserrat", sans-serif;
    font-weight: 700;
    opacity: 0.05;
}
.certificateBox .imgBox{
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
    margin-bottom: 50px;
}
.certificateBox .img{
    width: 25%;
    float: left;
    padding: 0 10px;
    margin: 10px 0;
}
.certificateBox .img img{
    border: 2px solid #dddddd;
    transition: all .3s;
}
.certificateBox .img:hover img{
    -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);
    transition: all .3s;
}


.recruitBanner{
    text-align: center;
    padding: 180px 0 150px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.recruitBanner h1{
    font-size: 30px;
    color: #ffffff;
    padding-bottom: 10px;
}
.recruitBanner p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
}

.recruitBox2{
    padding: 50px 0 125px;
    background: url("/public/static/images/home/zh-cn/recruitBj.jpg") no-repeat center center;
}
.recruitBox2 .title h2{
    text-align: center;
    font-size: 30px;
    color: #ffffff;
    margin-bottom: 60px;
}
.recruitBox2 .jobSearch{
    border-top: 12px solid #0053cf;
    padding: 30px 90px;
    display: flex;
    margin-bottom: 50px;
    background: rgba(255,255,255,.8);
}
.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: #ffffff;
    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: #ffffff;
    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;
    z-index: 10;
}
.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: #0053cf;
    color: #ffffff;
}
.recruitBox2 .jobSearch .info input[type="submit"]{
    width: 135px;
    height: 40px;
    border: 0;
    background: #0053cf;
    color: #ffffff;
    cursor: pointer;
    margin-left: 20px;
    transition: all .3s;
}
.recruitBox2 .jobSearch .info input[type="submit"]:hover{
    background: #0b237e;
    transition: all .3s;
}
.recruitBox2 .itemBox{
    padding: 35px 40px 50px;
    border-top: 12px solid #0053cf;
    border-bottom: 12px solid #0053cf;
    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: #0053cf;
}
.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 .textBox .mText{
    display: none;
    padding-bottom: 10px;
}
.recruitBox2 .itemBox .conBox .item .aBox a{
    display: inline-block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    margin-top: 14px;
    margin-right: 10px;
    background: #0053cf;
    color: #ffffff;
}
.recruitBox2 .itemBox .conBox .item .aBox a:hover{
    background: #0b237e;
}

.recruitBox3 .jobFormBox{
    padding: 60px 0;
}
.recruitBox3 .jobFormBox h2{
    text-align: center;
    font-size: 30px;
    color: #0b0b0b;
    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: 0;
    background: #0053cf;
    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: #0053cf;
    color: #ffffff;
    transition: all .3s;
}

.videoContentBox{
    overflow: hidden;
    margin-left: -10px;
    margin-right: -10px;
    display: flex;
    flex-wrap: wrap;
}
.videoContentBox .item{
    width: 33.33%;
    float: left;
    padding: 0 10px;
    margin-bottom: 15px;
    text-align: center;
}
.videoContentBox .item .video{
    position: relative;
    padding-top: 56%;
    background: #e5e5e5;
}
.videoContentBox .item .video iframe{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
}
.videoContentBox .item span{
    display: block;
    margin-top: 5px;
}

@media (max-width: 1620px){

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

}
@media (max-width: 1220px){
    .headerNavBox .nav_list > li{
        margin-left: 10px;
    }
    .indexBox1 .itemBox .item .text{
        padding-top: 30px;
    }
    .indexBox3 .item h3 span,
    .indexBox3 .item h3{
        font-size: 50px;
    }
    .indexBox4 .textBox .text{
        padding-left: 20px;
    }

    .applicationBox .item .text{
        padding-top: 20px;
    }

    .recruitBox2 .jobSearch{
        padding: 30px;
    }
    .recruitBox2 .jobSearch .info{
        width: 380px;
    }
}
@media (max-width: 992px){
    .indexBox1 .title h2,
    .indexBox2 .title h2,
    .indexBox3 .item h3 span,
    .indexBox3 .item h3,
    .indexBox4 .textBox h2,
    .aboutBanner h1,
    .aboutBox1 .title h2,
    .aboutBox2 .title h2,
    .aboutBox3 .title h2,
    .aboutBox4 .title h2,
    .advantageBox .title h2,
    .processBox .title h2,
    .certificateBox .title h2,
    .contactBanner h1,
    .contactBox1 .contactInfo .text h2,
    .contactBox1 .contactForm .text h2,
    .recruitBanner h1,
    .recruitBox2 .title h2{
        font-size: 26px;
    }
    .indexBox1 .itemBox .item .text h3,
    .parameter_box h1,
    .related_pro h2,
    .applicationBox .item .text h2,
    .faq_bt,
    .Product_bt,
    .news_bt,
    .download_bt{
        font-size: 20px;
    }
    .aboutBox1 .title span,
    .aboutBox2 .title span,
    .aboutBox3 .title span,
    .aboutBox4 .title span,
    .advantageBox .title span,
    .processBox .title span,
    .certificateBox .title span{
        font-size: 50px;
    }
    .indexBox1 .title h2 span,
    .indexBox4 .textBox h2 span,
    .indexBox2 .title h2 span,
    .indexBox1 .title .productSearch .item a,
    .indexBox1 .itemBox .item .text p,
    .indexBox3 .item p,
    .indexBox4 .textBox p,
    .footerMenu li a,
    .footer_box .footer_copyright .text p,
    .footer_box .footer_copyright .text span,
    .footer_box .footer_copyright .text a,
    .parameter_box p,
    .product_tab .tab_sub li,
    .aboutBanner p,
    .aboutBox1 .text p,
    .aboutBox1 .t p,
    .historyContentBox .textBox .text p,
    .historyYearsBox .slick_first span,
    .aboutBox3 .item p,
    .advantageBox .item .text p,
    .processBox .item .con span,
    .applicationBox .item .text p,
    .contactBox1 .contactForm .text p,
    .contactBox1 .contactInfo li a,
    .contactBox1 .contactInfo li,
    .contactBox1 .contactInfo .text p,
    .contactBanner p,
    .recruitBanner p{
        font-size: 14px;
    }
    .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: 99999;
        -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
        -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
        box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
    }

    .m_header {
        height: 60px;
    }

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

    .logo_box img {
        height: 100%;
    }

    .lang{
        position: absolute;
        top: 0;
        right: 10px;
        display: none;
    }
    .lang a.en{
        font-size: 14px;
        color: #181818;
        line-height: 60px;
        padding-left: 24px;
        display: inline-block;
        position: relative;
    }
    .lang a.en:before{
        position: absolute;
        content: '';
        left: 0;
        top: 50%;
        margin-top: -7px;
        width: 21px;
        height: 14px;
        background: url("/public/static/images/home/zh-cn/reset/sprites.png") no-repeat -252px -116px;
    }

    .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: #000000;
        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;
        cursor: pointer;
        z-index: 2;
        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;
    }

    .indexBox1 .title h2{
        width: 100%;
        margin-bottom: 15px;
    }
    .indexBox1 .title .productSearch{
        width: 100%;
        float: left;
    }
    .indexBox1 .itemBox .item .text{
        padding-right: 30px;
    }

    .indexBox2 .item .con{
        height: 260px;
    }
    .indexBox2 .item .con h3{
        font-size: 20px;
    }
    .indexBox2 .item .con i{
        font-size: 60px;
    }

    .indexBox3 .item h3 span,
    .indexBox3 .item h3{
        font-size: 40px;
    }

    .indexBox4 .textBox .img{
        width: 100%;
    }
    .indexBox4 .textBox .img img{
        width: 100%;
    }
    .indexBox4 .textBox .text{
        width: 100%;
        float: left;
        padding-left: 0;
        padding-top: 20px;
    }
    .indexBox4 .imgBox{
        padding: 30px 0 50px;
        margin-left: -5px;
        margin-right: -5px;
    }
    .indexBox4 .imgBox .img{
        padding: 0 5px;
    }

    .aboutBanner,
    .contactBanner,
    .recruitBanner{
        padding: 110px 0;
    }

    .advantageBox .item .img{
        float: left;
    }
    .advantageBox .item .img,
    .advantageBox .item .img img{
        width: 100%;
    }
    .advantageBox .item .text{
        display: block;
        float: left;
        position: initial;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%;
        height: auto;
        margin: auto;
        padding-top: 15px;
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0;
    }

    .applicationBox .item .text h2 em{
        font-size: 40px;
    }
    .applicationBox .item .text h2{
        margin-bottom: 10px;
    }

    .contactBox1 .contactInfo{
        width: 50%;
    }
    .contactBox1 .contactForm{
        width: 50%;
        margin-left: 0;
        float: left;
        padding-left: 30px;
    }

    .recruitBox2 .jobSearch .info{
        width: 100%;
        margin-bottom: 10px;
    }
    .recruitBox2 .jobSearch .info input[type="submit"]{
        margin-left: 115px;
    }
}
@media (max-width: 767px){
    #back_top{
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .banner_slick .slick-prev{
        left: 15px;
    }
    .banner_slick .slick-next{
        right: 15px;
    }

    .footerMenu li{
        margin: 0 5px;
    }

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

    .indexBox2{
        padding: 50px 0;
    }
    .indexBox2 .title{
        padding-bottom: 30px;
    }
    .indexBox2 .item{
        width: 50%;
    }

    .indexBox3{
        padding: 50px 0;
    }
    .indexBox3 .item h3 span,
    .indexBox3 .item h3{
        font-size: 30px;
    }



    .aboutBanner,
    .contactBanner,
    .recruitBanner{
        padding: 80px 0;
    }
    .aboutMenu{
        display: none;
    }

    .aboutBox1 .title{
        margin-bottom: 30px;
    }
    .aboutBox1 .text{
        -webkit-column-count: 1;
    }
    .aboutBox1 .text p{
        margin-bottom: 5px;
    }

    .aboutBox2 .title{
        margin-bottom: 30px;
    }
    .historyContentBox .textBox{
        min-height: 100px;
    }
    .historyContentBox .textBox span{
        font-size: 100px;
        top: -10px;
    }

    .aboutBox3 .title{
        margin-bottom: 30px;
    }
    .aboutBox3 .item em{
        font-size: 50px;
    }

    .aboutBox4 .img{
        padding-top: 30px;
    }

    .advantageBox .title{
        margin-bottom: 30px;
    }

    .processBox .itemBox:before{
        left: 4px;
    }
    .processBox .item{
        margin-bottom: 30px !important;
    }
    .processBox .item:nth-of-type(2n){
        margin: auto;
    }
    .processBox .item .con{
        width: 100%;
        text-align: left;
        padding-right: 0;
        padding-left: 60px;
    }
    .processBox .item .con:before{
        left: 0 !important;
    }
    .processBox .item .con:after{
        left: 0;
    }

    .certificateBox .title{
        margin-bottom: 30px;
    }

    .applicationBox .item .img{
        width: 100%;
        text-align: center;
    }
    .applicationBox .item .text{
        width: 100%;
        padding: 20px !important;
    }

    .videoContentBox .item{
        width: 50%;
    }

    .contactBox1 .contactInfo{
        width: 100%;
        padding-bottom: 35px;
    }
    .contactBox1 .contactInfo li{
        margin-bottom: 15px;
    }

    .contactBox1 .contactForm{
        width: 100%;
        padding-left: 0;
    }

    .recruitBox2 .itemBox{
        padding: 30px 10px;
    }
    .recruitBox2 .itemBox .jobListTr h3 span,
    .recruitBox2 .itemBox .conBox .item h3 span{
        padding: 0 10px;
    }
}
@media (max-width: 640px){
    .aboutBox1 .title span,
    .aboutBox2 .title span,
    .aboutBox3 .title span,
    .aboutBox4 .title span,
    .advantageBox .title span,
    .processBox .title span,
    .certificateBox .title span{
        font-size: 36px;
        top: 6px;
        opacity: .1;
    }
    .indexBox1 .title .search{
        width: 100%;
        margin-right: 0;
    }
    .indexBox1 .title .productSearch .item{
        display: none;
    }

    .aboutBox3 .itemBox{
        flex-wrap: wrap;
    }
    .aboutBox3 .item{
        width: 50%;
        margin-top: 20px;
    }
    .aboutBox3 .item:last-child{
        width: 100%;
    }

    .certificateBox .imgBox{
        margin-left: -5px;
        margin-right: -5px;
        overflow: hidden;
    }
    .certificateBox .img{
        width: 50%;
        padding: 0 5px;
    }

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

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

    .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;
    }

    .recruitBox3 .jobFormBox .info input[type="submit"],
    .recruitBox3 .jobFormBox .info input[type="button"]{
        width: 160px;
    }
}
@media (max-width: 540px){
    .footerMenuBox .footerLogo{
        padding-bottom: 0;
    }
    .footerMenuBox .footerLogo img{
        height: 40px;
    }
    .footerMenu{
        display: none;
    }
    .indexBox1 .itemBox .item{
        width: 100%;
    }

    .indexBox3 .item h3 span,
    .indexBox3 .item h3{
        font-size: 24px;
    }
    .indexBox4 .imgBox .img{
        width: 50%;
        margin-bottom: 10px;
    }

    .processBox .itemBox{
        padding-bottom: 0;
    }
    .processBox .item .con{
        padding-left: 0 !important;
    }
    .processBox .itemBox:before,
    .processBox .item .con:before,
    .processBox .item .con:after{
        display: none;
    }
    .processBox .item .img img{
        width: 100%;
    }

    .videoContentBox .item{
        width: 100%;
    }
}
@media (max-width: 480px){
    .applicationBox .item .text{
        padding: 20px 0 !important;
    }
}