@charset "utf-8";
.no_padding{
    padding: 0;
}
.header{
    position: relative;
    top: 0;
    -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);
    z-index: 99;
}
.header.indexHeader{
    position: fixed;
    left: 0;
    right: 0;
    background: transparent;
    -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);
    transition: all .3s;
}
.header.indexHeader.is_stuck{
    background: #ffffff;
    -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);
    transition: all .3s;
}
.header .headerTop{
    padding: 10px 0;
    overflow: hidden;
}
.header .headerTop ul{
    float: right;
    display: flex;
}
.header .headerTop ul li{
    margin-left: 50px;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 20px;
    font-size: 14px;
    color: #333333;
}

.header .headerBot{
    padding: 10px 0;
}

.header .conBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .logo{
    line-height: 0;
}

.navBox{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.header .nav_list > li {
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    float: left;
    text-align: center;
    margin-right: 40px;
}
.header .nav_list > li:last-child{
    margin-right: 0;
}
.header .nav_list > li > a {
    display: flex;
    border-top: 3px solid transparent;
    border-bottom: 3px solid transparent;
}
.header .nav_list > li > a > span {
    font-size: 18px;
    color: #333333;
    line-height: 22px;
    padding: 10px 0;
    font-family: "KozGoPr6N", sans-serif;
    transition: all .5s;
}
.header .nav_list > li.active:not(:last-child) > a,
.header .nav_list > li.on:not(:last-child) > a{
    border-bottom-color: #2873ca;
}
.header .nav_list > li.active > a span,
.header .nav_list > li.on > a span{
    color: #2873ca;
}

.header .nav_list > li:last-child a span{
    border: 0;
    padding: 0 15px;
    line-height: 44px;
    color: #ffffff;
    background: #2873ca;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.5);
    box-shadow: 5px 5px 15px 0 rgba(0,0,0,0.5);
}

.nav_list > li > a > i {
    display: inline-block;
    position: relative;
    margin-left: 5px;
    float: left;
    width: 12px;
    height: 46px;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -ms-transition: all linear .3s
}
.nav_list > li > a > i:before{
    position: absolute;
    content: '';
    top: 50%;
    left: 50%;
    margin-left: -6px;
    margin-top: -3px;
    border-top: 6px solid #333333;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    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: 160px;
    display: none;
    z-index: 1;
    background: #ffffff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.3);
}
.nav_normal .dropdown_menu li {
    width: 100%;
}
.nav_normal .dropdown_menu li a {
    display: block;
    width: 100%;
    height: 38px;
    text-align: left;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 38px;
    font-size: 16px;
    color: #000000;
    white-space: nowrap;
    font-family: "Roboto", sans-serif;
}
.nav_normal .dropdown_menu li:hover > a{
    background: #2873ca;
    color: #ffffff;
}
.nav_normal .dropdown_menu li.Three_menu{
    position: relative;
}
.nav_normal .dropdown_menu li.Three_menu > ul{
    position: absolute;
    top: 0;
    left: 100%;
    background: #ffffff;
    min-width: 160px;
    padding: 5px 0;
    z-index: 3;
    display: none;
    -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5);
    box-shadow: 0 2px 5px 0 rgba(0,0,0,0.5);
}
.nav_normal .dropdown_menu li.Three_menu.on > a{
    background: #2873ca;
    color: #ffffff;
}

.headerSearch{
    position: relative;
}
.headerSearch a{
    line-height: 0;
    height: 15px;
    width: 30px;
    text-align: right;
    border-left: 1px solid #333333;
    margin-left: 15px;
    display: block;
}
.indexHeader .headerSearch a{
    border-right-color: #b5b7b9;
}
.indexHeader.is_stuck .headerSearch a{
    border-right-color: #ffffff;
}
.searchForm{
    position: absolute;
    right: 0;
    top: 40px;
    width: 240px;
    display: none;
}
.searchForm .info{
    position: relative;
    padding-right: 40px;
    background: #ffffff;
    overflow: hidden;
    -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);
}
.searchForm .info input[type="text"]{
    width: 100%;
    height: 40px;
    background: none;
    border: 0;
    padding: 0 10px;
    color: #000000;
    font-family: "KozGoPr6N", sans-serif;
}
.searchForm .info input[type="text"]::placeholder{
    color: #000000;
}
.searchForm .info input[type="submit"]{
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    font-size: 0;
    border: 0;
    background: url("/public/static/images/home/zh-cn/headerSearch.png") no-repeat center center;
}
.langBox{
    position: relative;
    margin-left: 40px;
}
.langBox span{
    display: inline-block;
    padding-left: 20px;
    background: url("/public/static/images/home/zh-cn/headerLang.png") no-repeat left center;
    cursor: pointer;
}
.langBox ul{
    position: absolute;
    right: -20px;
    top: 40px;
    background: #ffffff;
    display: none;
    -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);
}
.langBox ul a{
    display: block;
    min-width: 140px;
    line-height: 34px;
    text-align: center;
    font-family: "KozGoPr6N", sans-serif;
}
.langBox ul a:hover{
    background: #2873ca;
    color: #ffffff;
}


.m_header {
    display: none;
}

.footerTextBox{
    padding: 110px 0;
    overflow: hidden;
    background: #2873ca;
}
.footerTextBox .conBox{
    width: 800px;
    margin: auto;
}
.footerTextBox .conBox .text{
    padding-left: 150px;
    background: url("/public/static/images/home/zh-cn/indexBj3.png") no-repeat top left;
}
.footerTextBox .conBox h3{
    font-size: 24px;
    font-weight: bold;
    color: #fafafa;
    padding-bottom: 20px;
}
.footerTextBox .conBox p{
    font-size: 16px;
    color: #ffffff;
    line-height: 1.7;
}
.footerTextBox .conBox .a{
    text-align: center;
    margin-top: 50px;
}
.footerTextBox .conBox .a a{
    display: inline-block;
    width: 188px;
    height: 46px;
    border: 1px solid #ffffff;
    line-height: 44px;
    font-size: 16px;
    color: #ffffff;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.footerTextBox .conBox .a a:hover{
    background: #ffffff;
    color: #2873ca;
}

.footerConBox{
    position: relative;
    padding: 55px 0;
}
.footerConBox .itemBox{
    display: flex;
    justify-content: space-between;
}
.footerConBox .itemBox .item{
    padding: 0 20px;
}
.footerConBox .itemBox .item:nth-of-type(1){
    width: 300px;
}
.footerConBox .itemBox .item:nth-of-type(2){
    width: 440px;
}
.footerConBox .itemBox .item:nth-of-type(3){
    width: 290px;
}
.footerConBox .itemBox .item:nth-of-type(4){
    width: 370px;
}
.footerConBox .itemBox .img{
    line-height: 0;
    padding-bottom: 20px;
}
.footerConBox .itemBox h3{
    font-size: 20px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 10px;
}
.footerConBox .itemBox ul{
    margin-bottom: 35px;
}
.footerConBox .itemBox ul:last-child{
    margin-bottom: 0;
}
.footerConBox .itemBox ul li{
    color: #666666;
    font-size: 16px;
    line-height: 2;
}
.footerConBox .itemBox ul li a:hover{
    color: #2873ca;
    text-decoration: underline;
}
.footerConBox .itemBox .info{
    line-height: 0;
    position: relative;
    margin-bottom: 5px;
}
.footerConBox .itemBox .info .tips{
    display: block;
    color: #ff0000;
    font-size: 14px;
    line-height: 16px;
}
.footerConBox .itemBox .info input[type="text"],
.footerConBox .itemBox .info textarea{
    width: 100%;
    height: 42px;
    background: none;
    color: #666666;
    padding: 10px;
    font-size: 16px;
    border: 1px solid #e1e1e1;
}
.footerConBox .itemBox .info textarea{
    resize: none;
    height: 90px;
}
.footerConBox .itemBox .info.code img{
    position: absolute;
    height: 40px;
    width: 120px;
    top: 1px;
    right: 1px;
    cursor: pointer;
}
.footerConBox .itemBox .text{
    margin: 20px 0;
}
.footerConBox .itemBox .text p{
    color: #999999;
    line-height: 1.7;
}
.footerConBox .itemBox .text a{
    color: #006593;
}
.footerConBox .itemBox .info input[type="submit"]{
    width: 160px;
    height: 42px;
    font-size: 18px;
    color: #2873ca;
    background: none;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    cursor: pointer;
    border: 2px solid #2873ca;
}
.footerConBox .itemBox .info input[type="submit"]:hover{
    background: #2873ca;
    color: #ffffff;
}
.footerConBox .footerShare{
    margin-top: 60px;
}
.footerConBox .footerShare a{
    line-height: 0;
    text-align: center;
    margin-right: 10px;
}

.footer_box .footerCopyright{
    padding: 15px 0;
    border-top: 1px solid #b5b5b5;
    text-align: center;
}
.footer_box .footerCopyright p{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    letter-spacing: 0;
    font-size: 14px;
    color: #666666;
}
.footer_box .footerCopyright p a{
    margin-left: 5px;
}

/*banner*/
.banner{
    position: relative;
}
.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{
    bottom: 40px;
}
.banner_slick .slick-dots li{
    width: 75px;
    height: 6px;
    background: #cbcbcb;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.banner_slick .slick-dots li.slick-active{
    background: #2873ca;
    width: 185px;
}

.indexBox1{
    padding-bottom: 60px;
}
.indexBox1 .title h2{
    text-align: center;
    padding: 60px 0;
    font-size: 36px;
    font-weight: bold;
    color: #333333;
}
.indexBox1 .switch{
    display: none;
    overflow: hidden;
}
.indexBox1 .switch.on{
    display: block;
}
.indexBox1 .switch .text{
    width: 50%;
    float: left;
    padding-right: 40px;
}
.indexBox1 .switch .text h3{
    font-size: 30px;
    font-weight: bold;
    color: #2873ca;
    padding: 25px 0;
}
.indexBox1 .switch .text p{
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}
.indexBox1 .switch .text a{
    margin-top: 60px;
    display: inline-block;
    width: 188px;
    height: 46px;
    line-height: 46px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    background: #2873ca;
}
.indexBox1 .switch .text a:hover{
    opacity: .85;
}
.indexBox1 .switch .img{
    width: 50%;
    float: left;
    text-align: center;
    line-height: 0;
}
.indexBox1 .itemBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding: 30px 0;
}
.indexBox1 .item{
    width: 25%;
    padding: 0 10px;
}
.indexBox1 .item .conBox{
    position: relative;
}
.indexBox1 .item .conBox .img{
    line-height: 0;
    text-align: center;
}
.indexBox1 .item .conBox .t{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 18px;
    font-weight: bold;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    background: rgba(40,115,202,.85);
    transition: all .3s;
}
.indexBox1 .item.on .conBox .t,
.indexBox1 .item .conBox:hover .t{
    opacity: 1;
    transition: all .3s;
}
.indexBox1 .a{
    text-align: center;
}
.indexBox1 .a a{
    display: inline-block;
    width: 188px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    color: #2873ca;
    font-size: 16px;
    border: 1px solid #2873ca;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.indexBox1 .a a:hover{
    background: #2873ca;
    color: #ffffff;
}

.indexBox2{
    background-repeat: no-repeat;
    background-position: top center;
}
.indexBox2 .title h2{
    text-align: center;
    padding: 50px 0 25px;
    font-size: 36px;
    font-weight: bold;
    color: #333333;
}
.indexBox2 .indexApplicationSlick .slick-prev,
.indexBox2 .indexApplicationSlick .slick-next{
    width: 21px;
    height: 42px;
    margin-top: -21px;
    background: transparent;
    /* background: url("/public/static/images/home/zh-cn/reset/buttonstyle.png") no-repeat; */
}
.indexBox2 .indexApplicationSlick .slick-prev{
    left: -30px;
    /* background-position: left center; */
}
.indexBox2 .indexApplicationSlick .slick-next{
    right: -30px;
    /* background-position: right center; */
}

.indexBox2 .slick-prev:after,
.indexBox2 .slick-next:after
 {
    content: "\e653";
    /*position: absolute;*/
    font-size: 30px;
    color: #7e7e7e;
    width: 21px;
    height: 42px;
    line-height: 42px;
    font-family: "iconfont", sans-serif;
    text-align: center;
    background: transparent;
    transition: all 0.5s;
    font-weight: bold;
  }

  .indexBox2 .slick-next:after {
    content: "\e775";
  }
  
  .indexBox2 .slick-next:hover:after {
    color: #265ea4;
  }
  
  .indexBox2 .slick-prev:hover:after {
    color: #265ea4;
  }

.indexBox2 .indexApplicationSlick .slick_first{
    padding: 0 10px;
}
.indexBox2 .indexApplicationSlick .slick_first .img{
    position: relative;
    line-height: 0;
}
.indexBox2 .indexApplicationSlick .slick_first .img a{
    position: absolute;
    width: 100%;
    height: 100%;
    display: block;
    top: 0;
    left: 0;
    background: rgba(0,0,0,0.5) url("/public/static/images/home/zh-cn/right.png") no-repeat center center;
    z-index: 2;
    opacity: 0;
}
.indexBox2 .indexApplicationSlick .slick_first:hover .img a{
    opacity: 1;
}
.indexBox2 .indexApplicationSlick .slick_first .text a{
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    background: #f3f3f3;
    font-size: 22px;
    font-weight: bold;
    color: #333333;
}
.indexBox2 .indexApplicationSlick .slick_first:hover .text a{
    background: #2873ca;
    color: #ffffff;
}
.indexBox2 .a{
    text-align: center;
    padding: 35px 0 65px;
}
.indexBox2 .a a{
    display: inline-block;
    width: 188px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    color: #2873ca;
    font-size: 16px;
    border: 1px solid #2873ca;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.indexBox2 .a a:hover{
    background: #2873ca;
    color: #ffffff;
}

.indexBox3{
    overflow: hidden;
    margin-bottom: 80px;
    background: #f9f9f9;
}
.indexBox3 .img{
    width: 50%;
    height: 765px;
    float: left;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.indexBox3 .textBox{
    width: 50%;
    float: left;
}
.indexBox3 .textBox .conBox{
    width: 700px;
}
.indexBox3 .textBox .text{
    padding: 70px 0 70px 34px;
}
.indexBox3 .textBox .text h2{
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 20px;
}
.indexBox3 .textBox .text p{
    font-size: 16px;
    color: #333333;
    line-height: 30px;
}
.indexBox3 .textBox .text a{
    margin-top: 40px;
    display: inline-block;
    width: 188px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    color: #2873ca;
    font-size: 16px;
    border: 1px solid #2873ca;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.indexBox3 .textBox .text a:hover{
    background: #2873ca;
    color: #ffffff;
}
.indexBox3 .textBox .itemBox{
    width: 1400px;
    margin-left: -700px;
    display: flex;
    flex-wrap: wrap;
    border:1px solid #ffffff;
}
.indexBox3 .textBox .item{
    width: 25%;
    text-align: center;
    background: #2873ca;
    padding: 25px 10px;
    border:1px solid #ffffff;
}
.indexBox3 .textBox .item h3{
    font-size: 60px;
    font-weight: bold;
    color: #ffffff;
}
.indexBox3 .textBox .item p{
    font-size: 18px;
    color: #ffffff;
}

.indexBox4{
    overflow: hidden;
    margin-bottom: 50px;
}
.indexBox4 .textBox{
    width: 50%;
    float: left;
}
.indexBox4 .textBox h2{
    text-align: right;
    font-size: 36px;
    font-weight: bold;
    padding: 40px 60px;
}
.indexBox4 .textBox .itemBox{
    width: 700px;
    float: right;
    position: relative;
    z-index: 2;
}
.indexBox4 .textBox .item{
    padding-right: 105px;
    padding-top: 15px;
    background-repeat: no-repeat;
    background-position: top right;
}
.indexBox4 .textBox .item:nth-of-type(1){
    width: 805px;
}
.indexBox4 .textBox .item:nth-of-type(2){
    width: 890px;
}
.indexBox4 .textBox .item:nth-of-type(3){
    width: 950px;
    margin-top: 60px;
}
.indexBox4 .textBox .item:nth-of-type(4){
    width: 1025px;
    margin-top: 50px;
}
.indexBox4 .textBox .item h3{
    font-size: 22px;
    color: #333333;
    font-weight: bold;
    text-align: right;
    padding-bottom: 5px;
}
.indexBox4 .textBox .item p{
    font-size: 16px;
    color: #666666;
    line-height: 24px;
}
.indexBox4 .img{
    width: 50%;
    height: 730px;
    float: left;
    position: relative;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.indexBox4 .img:before{
    position: absolute;
    content: '';
    border-bottom: 730px solid #ffffff;
    border-right: 320px solid transparent;
}

.indexBox5 .title h2{
    padding: 20px 0 30px;
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    color: #333333;
}
.indexBox5 .itemBox{
    display: flex;
    margin: 0 -25px;
}
.indexBox5 .item{
    width: 50%;
    padding: 0 25px;
}
.indexBox5 .item .conBox{
    position: relative;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    overflow: hidden;
}
.indexBox5 .item .img{
    line-height: 0;
    text-align: center;
}
.indexBox5 .item .img img{
    width: 100%;
}
.indexBox5 .item .text{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 35px;
    background: rgba(0,0,0,0.4);
}
.indexBox5 .item .text h3{
    color: #ffffff;
    font-weight: bold;
    font-size: 22px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.indexBox5 .item .text .t{
    margin-top: 0;
    height: 0;
    overflow: hidden;
    transition: all .3s;
}
.indexBox5 .item:hover .text .t{
    margin-top: 20px;
    height: 130px;
    transition: all .3s;
}
.indexBox5 .item .text p{
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.indexBox5 .item .text a{
    display: inline-block;
    width: 100%;
    text-align: center;
    margin-top: 20px;
    font-size: 16px;
    color: #ffffff;
}
.indexBox5 .item .text a:hover{
    text-decoration: underline;
}
.indexBox5 .a{
    padding: 25px 0 45px;
    text-align: center;
}
.indexBox5 .a a{
    display: inline-block;
    width: 188px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    color: #2873ca;
    font-size: 16px;
    border: 1px solid #2873ca;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.indexBox5 .a a:hover{
    background: #2873ca;
    color: #ffffff;
}

.aboutBox1{
    position: relative;
}
.aboutBox1 .img{
    line-height: 0;
    text-align: center;
}
.aboutBox1 .img img {
    width: 100%;
}
.aboutBox1 .conBox{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 165px 0 50px;
    background: url("/public/static/images/home/zh-cn/aboutBj1.png") no-repeat top center;
    background-size: cover;
}
.aboutBox1 .conBox:before{
    position: absolute;
    content: '';
    bottom: 0;
    width: 100%;
    height: 200px;
    background: #3075C7;
}
.aboutBox1 .conBox .container_1400{
    position: relative;
    z-index: 2;
}
.aboutBox1 .conBox p{
    font-size: 18px;
    color: #ffffff;
    line-height: 28px;
}

.aboutBox2{
    background: url("/public/static/images/home/zh-cn/aboutBj2.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.aboutBox2 .title h2{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    color: #444444;
    padding: 50px 0 20px;
}
.aboutBox2 .itemBox{
    padding-bottom: 60px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.aboutBox2 .item{
    width: 33.33%;
    padding: 0 30px;
}
.aboutBox2 .item .conBox{
    position: relative;
    padding-bottom: 45px;
    border-bottom: 5px solid transparent;
    transition: all .3s;
}
.aboutBox2 .item .conBox:hover{
    border-bottom-color: #2873ca;
    transition: all .3s;
}
.aboutBox2 .item .conBox > span{
    position: absolute;
    top: 0;
    right: 0;
    line-height: 0;
    margin-top: 40px;
    font-size: 100px;
    font-family: "Lato", sans-serif;
    color: rgba(0,0,0,0.15);
    font-weight: 900;
}
.aboutBox2 .item .conBox .ico{
    position: relative;
    line-height: 0;
}
.aboutBox2 .item .conBox .ico img:nth-of-type(2){
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: all .3s;
}
.aboutBox2 .item .conBox:hover .ico img{
    opacity: 0;
    transition: all .3s;
}
.aboutBox2 .item .conBox:hover .ico img:nth-of-type(2){
    opacity: 1;
    transition: all .3s;
}
.aboutBox2 .item .conBox .text h3{
    font-size: 24px;
    font-weight: bold;
    color: #444444;
    padding: 35px 0 15px;
    transition: all .3s;
}
.aboutBox2 .item .conBox:hover .text h3{
    color: #2873ca;
    transition: all .3s;
}
.aboutBox2 .item .conBox .text p{
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}

.aboutBox3 .title h2{
    font-size: 28px;
    font-weight: bold;
    color: #444444;
    text-align: center;
    padding: 35px 0 15px;
}
.aboutBox3 .conBox{
    position: relative;
}
.aboutBox3 .imgBox{
    text-align: right;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.aboutBox3 .imgBox .img{
    float: right;
    line-height: 0;
    transition: all .3s;
}

.aboutBox3 .imgBox .img:nth-child(2) {
    margin-left: 40px;
}
.aboutBox3 .text{
    display: none;
    position: absolute;
    top: 175px;
    left: 0;
    width: 450px;
    padding: 40px 40px 70px;
    background: rgba(255,255,255,0.9);
    -webkit-box-shadow: 5px 10px 15px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 5px 10px 15px 0 rgba(0,0,0,0.2);
    box-shadow: 5px 10px 15px 0 rgba(0,0,0,0.2);
    transition: all .3s;
}
.aboutBox3 .text h3{
    font-size: 20px;
    font-weight: bold;
    color: #444444;
    padding-bottom: 30px;
}
.aboutBox3 .text p{
    font-size: 16px;
    color: #444444;
    line-height: 28px;
}
.aboutBox3 .a{
    margin-top: 20px;
    text-align: center;
}
.aboutBox3 .a a{
    display: inline-block;
    width: 188px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    color: #2873ca;
    font-size: 16px;
    border: 1px solid #2873ca;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.aboutBox3 .a a:hover{
    background: #2873ca;
    color: #ffffff;
}

.aboutBox3 .text:nth-child(3) {
    transform: translateX(44px);
    right: 0;
    left: auto;
}

.textLeft {
    transform: translateX(-360px);
}


.aboutBox4{
    padding-bottom: 40px;
    border-bottom: 2px solid #dddddd;
}
.aboutBox4 .title h2{
    font-size: 28px;
    font-weight: bold;
    color: #444444;
    text-align: center;
    padding: 45px 0 15px;
}
.aboutBox4 .imgBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.aboutBox4 .img{
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
    line-height: 0;
}

.aboutBox4 .imgBox .img {
    overflow: hidden;
}

.aboutBox4 .imgBox .img:hover img {
    transform: scale(1.1);
}

.aboutBox4 .imgBox .img img {
    transition: all 0.5s;
}

.about2 .context .item:hover img {
    transform: scale(1.3);
}

.aboutBox5{
    padding: 50px 0;
}
.aboutBox5 .text{
    text-align: center;
    max-width: 1200px;
    padding-bottom: 25px;
    margin: auto;
}
.aboutBox5 .text h2{
    font-size: 28px;
    font-weight: bold;
    color: #444444;
    padding-bottom: 15px;
}
.aboutBox5 .text p{
    font-size: 16px;
    color: #444444;
    line-height: 30px;
}
.aboutBox5 .aboutCertificateSlick{
    padding: 0 50px;
}
.aboutBox5 .aboutCertificateSlick .slick-prev,
.aboutBox5 .aboutCertificateSlick .slick-next{
    width: 21px;
    height: 42px;
    margin-top: -21px;
    background: transparent;
    /* background: url("../images/reset/buttonstyle.png") no-repeat; */
}

.aboutBox5 .slick-prev:after,
.aboutBox5 .slick-next:after
 {
    content: "\e653";
    /*position: absolute;*/
    font-size: 30px;
    color: #7e7e7e;
    width: 21px;
    height: 42px;
    line-height: 42px;
    font-family: "iconfont", sans-serif;
    text-align: center;
    background: transparent;
    transition: all 0.5s;
    font-weight: bold;
  }

  .aboutBox5 .slick-next:after {
    content: "\e775";
  }
  
  .aboutBox5 .slick-next:hover:after {
    color: #265ea4;
  }
  
  .aboutBox5 .slick-prev:hover:after {
    color: #265ea4;
  }
.aboutBox5 .aboutCertificateSlick .slick_first{
    margin: 0 10px;
    text-align: center;
}
.aboutBox5 .aboutCertificateSlick .img img{
    clear: both;
    display: block;
    margin: auto;
}
.aboutBox5 .aboutCertificateSlick .t h3{
    padding: 10px 0;
    text-align: center;
    font-weight: bold;
    color: #444444;
}
.aboutBox5 .aboutCertificateSlick .t a{
    font-size: 16px;
    color: #333333;
    text-decoration: underline;
}
.aboutBox5 .aboutCertificateSlick .t a:hover{
    color: #2873ca;
}

.applicationListBox .title{
    max-width: 1200px;
    margin: auto;
    padding: 30px 0;
}
.applicationListBox .title h2{
    color: #333333;
    font-weight: bold;
    font-size: 28px;
    padding-bottom: 10px;
    text-align: center;
}
.applicationListBox .title p{
    font-size: 16px;
    color: #3c3c3c;
    line-height: 24px;
}
.applicationListBox .itemBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-bottom: 40px;
}
.applicationListBox .item{
    width: 33.33%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.applicationListBox .conBox{
    height: 100%;
    text-align: center;
    border: 1px solid #d3d3d3;
}
.applicationListBox .conBox .img{
    line-height: 0;
}
.applicationListBox .conBox .img img{
    width: 100%;
}
.applicationListBox .conBox .text{
    padding: 0 15px;
    transition: all .3s;
}
.applicationListBox .conBox:hover .text{
    background: #2873ca;
    transition: all .3s;
}
.applicationListBox .conBox .text h3{
    padding: 15px 0;
    font-weight: bold;
    font-size: 20px;
    color: #666666;
    border-bottom: 1px solid #d3d3d3;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    transition: all .3s;
}
.applicationListBox .conBox .text a{
    display: inline-block;
    padding: 15px 0;
    font-size: 16px;
    color: #666666;
    transition: all .3s;
}
.applicationListBox .conBox:hover .text h3,
.applicationListBox .conBox:hover .text a{
    color: #ffffff;
    transition: all .3s;
}

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

.applicationDetailBox{
    overflow: hidden;
    padding: 30px 0 60px;
}
.applicationDetailBox .textBox{
    width: 56.25%;
    float: left;
}
.applicationDetailBox .textBox .text{
    width: 820px;
    float: right;
    padding-right: 25px;
}
.applicationDetailBox .textBox .text h2{
    font-size: 28px;
    font-weight: bold;
    color: #000000;
    padding-bottom: 25px;
}
.applicationDetailBox .textBox .text p{
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}
.applicationDetailBox .textBox .text p strong {
    font-size: 20px;
}
.applicationDetailBox .img{
    width: 43.75%;
    float: left;
    line-height: 0;
    overflow: hidden;
    border-bottom-left-radius: 100px;
}

.relatedProducts{
    background: #f6f6f6;
    padding: 40px 0;
}
.relatedProducts .title h2{
    text-align: center;
    padding-bottom: 20px;
    font-size: 28px;
    color: #000000;
    font-weight: bold;
}
.relatedProducts .itemBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.relatedProducts .item{
    width: 33.33%;
    padding: 0 10px;
    text-align: center;
}
.relatedProducts .item .img{
    line-height: 0;
}
.relatedProducts .item .img img{
    width: 100%;
}
.relatedProducts .item .text a{
    color: #666666;
    font-size: 16px;
    padding: 10px 0;
    display: inline-block;
}

.whyUsBox1 .title{
    padding: 40px 0 25px;
}
.whyUsBox1 .title h2{
    text-align: center;
    padding-bottom: 15px;
    font-size: 28px;
    font-weight: bold;
    color: #333333;
}
.whyUsBox1 .title p{
    font-size: 18px;
    color: #333333;
    line-height: 28px;
}
.whyUsBox1 .itemBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.whyUsBox1 .item{
    width: 20%;
    padding: 0 10px;
    margin-bottom: 20px;
}
.whyUsBox1 .item .ico{
    line-height: 0;
    text-align: center;
    position: relative;
    z-index: 2;
}
.whyUsBox1 .item .text{
    background: #eff4f9;
    padding: 85px 10px 35px;
    margin-top: -85px;
    text-align: center;
}
.whyUsBox1 .item .text h3{
    padding: 20px 0;
    font-size: 18px;
    font-weight: bold;
    color: #2873ca;
}
.whyUsBox1 .item .text p{
    font-size: 18px;
    color: #333333;
}
.whyUsBox1 .item .text span{
    font-size: 36px;
    color: #333333;
    display: inline-block;
    padding-top: 5px;
}

.whyUsBox2 .title h2{
    text-align: center;
    padding: 60px 0 20px;
    font-size: 28px;
    font-weight: bold;
    color: #333333;
}
.whyUsBox2 .teamBtnSlick{
    padding-bottom: 25px;
    display: flex;
    justify-content: center;
}
.whyUsBox2 .teamBtnSlick .btn{
    width: 200px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    position: relative;
    font-size: 18px;
    color: #333333;
    cursor: pointer;
    margin: 0 15px;
    background: #ffffff;
}
.whyUsBox2 .teamBtnSlick .btn:hover,
.whyUsBox2 .teamBtnSlick .btn.on{
    background: #2873ca;
    color: #ffffff;
}
.whyUsBox2 .teamBtnSlick .btn:before{
    position: absolute;
    content: '';
    bottom: -9px;
    left: 50%;
    margin-left: -9px;
    border-top: 9px solid #2873ca;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    opacity: 0;
}
.whyUsBox2 .teamBtnSlick .btn:hover:before,
.whyUsBox2 .teamBtnSlick .btn.on:before{
    opacity: 1;
}
.teamSwitchSlick .slick-dots{
    top: 0;
    bottom: auto;
    opacity: 0;
}
.teamSwitchSlick .slick-prev,
.teamSwitchSlick .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);
}
.teamSwitchSlick .slick-prev {
    background-position: 0 0;
    left: 15%;
}
.teamSwitchSlick .slick-next {
    background-position: -150px 0;
    right: 15%;
}

.whyUsBox2 .teamSwitchSlick .slick_first{
    padding: 0 10px;
}
.whyUsBox2 .teamSwitchSlick .conBox{
    position: relative;
}
.whyUsBox2 .teamSwitchSlick .img{
    line-height: 0;
}
.whyUsBox2 .teamSwitchSlick .img img{
    width: 100%;
}
.whyUsBox2 .teamSwitchSlick .text{
    position: absolute;
    top: 32px;
    left: 32px;
    right: 32px;
    bottom: 32px;
    padding: 50px;
    overflow-y: auto;
    opacity: 0;
    background: rgba(0,0,0,0.5);
    transition: all 0.6s;
}
/*.whyUsBox2 .teamSwitchSlick .slick-current .text{
    opacity: 1;
}*/
.conBox:hover .text{
    opacity: 1;
}
.whyUsBox2 .teamSwitchSlick .text h3{
    padding-bottom: 25px;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
}
.whyUsBox2 .teamSwitchSlick .text p{
    font-size: 16px;
    color: #ffffff;
    line-height: 22px;
}
.whyUsBox2 .teamSwitchSlick .text p span{
    font-weight: bold;
    font-size: 18px;
}

.whyUsBox3 .title h2{
    text-align: center;
    padding: 45px 0 15px;
    font-size: 28px;
    font-weight: bold;
    color: #333333;
}
.whyUsBox3 .title p{
    font-size: 18px;
    color: #333333;
    line-height: 28px;
}
.whyUsBox3 .itemBox{
    padding: 30px 0 50px;
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}
.whyUsBox3 .item{
    width: 33.33%;
    padding: 0 15px;
}
.whyUsBox3 .conBox{
    height: 100%;
    padding: 29px;
    background: #ffffff;
    border-top-right-radius: 250px;
    border-top-left-radius: 250px;
    border: 2px solid #dadada;
}
.whyUsBox3 .conBox:hover{
    border-color: #ffffff;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.2);
}
.whyUsBox3 .conBox .img{
    line-height: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-bottom: 20px;
}
.whyUsBox3 .conBox .text h3{
    font-size: 22px;
    font-weight: bold;
    color: #2873ca;
    padding-bottom: 5px;
}
.whyUsBox3 .conBox .text p{
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}

.whyUsBox4{
    overflow: hidden;
}
.whyUsBox4 .img{
    width: 50%;
    float: left;
    line-height: 0;
    border-top-right-radius: 200px;
    overflow: hidden;
}
.whyUsBox4 .conBox{
    width: 50%;
    float: left;
    padding-left: 20px;
}
.whyUsBox4 .conBox .text{
    padding: 55px 0 40px;
}
.whyUsBox4 .conBox .text h2{
    padding-bottom: 25px;
    font-size: 28px;
    font-weight: bold;
    color: #2873ca;
}
.whyUsBox4 .conBox .text p{
    font-size: 18px;
    color: #333333;
    line-height: 24px;
}
.whyUsBox4 .conBox .tp{
    line-height: 0;
    border-top-left-radius: 200px;
    overflow: hidden;
}

.whyUsBox5{
    padding: 60px 0;
}
.whyUsBox5 .title h2{
    text-align: center;
    padding-bottom: 20px;
    font-size: 28px;
    font-weight: bold;
    color: #333333;
}
.whyUsBox5 .itemBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -30px;
}
.whyUsBox5 .item{
    width: 33.33%;
    padding: 0 30px;
    text-align: center;
}
.whyUsBox5 .item .ico{
    line-height: 0;
}
.whyUsBox5 .item .text h3{
    font-size: 18px;
    color: #2873ca;
    font-weight: bold;
    padding-bottom: 10px;
}
.whyUsBox5 .item .text p{
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}

.productBox1 h2{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding: 25px 0 10px;
    color: #333333;
}
.productBox1 p{
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}

.productBox2{
    padding: 45px 0;
}
.productBox2 h2{
    text-align: center;
    font-size: 28px;
    font-weight: bold;
    padding-bottom: 15px;
    color: #333333;
}
.productBox2 .itemBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
}
.productBox2 .item{
    width: 25%;
    padding: 0 20px;
    text-align: center;
}
.productBox2 .item h3{
    font-size: 18px;
    font-weight: bold;
    color: #2873ca;
    padding-bottom: 10px;
}
.productBox2 .item p{
    color: #333333;
    font-size: 14px;
    line-height: 18px;
}

.productBox3{
    padding: 60px 0;
    background: url("/public/static/images/home/zh-cn/productBj.jpg") no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.productBox3 .text:not(:last-child){
    margin-bottom: 60px;
}
.productBox3 .text h3{
    font-size: 28px;
    color: #444444;
    font-weight: bold;
    text-align: center;
    padding-bottom: 5px;
}
.productBox3 .text p{
    font-size: 16px;
    color: #333333;
    line-height: 24px;
}

.productBox4{
    padding: 50px 0;
}
.productBox4 .title h2{
    text-align: center;
    padding-bottom: 20px;
    font-size: 28px;
    font-weight: bold;
    color: #444444;
}
.productBox4 .img{
    line-height: 0;
    text-align: center;
}

.productListBox{
    padding-bottom: 40px;
}
.productListBox .item{
    margin-bottom: 35px;
    padding: 45px 25px;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.3);
}
.productListBox .item .title{
    padding-left: 370px;
    padding-bottom: 20px;
}
.productListBox .item .title h3{
    font-size: 22px;
    font-weight: bold;
    color: #444444;
}
.productListBox .item .title p{
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}
.productListBox .conBox{
    /* overflow: hidden; */
    display: flex;
    /* flex-wrap: wrap; */
}
.productListBox .conBox .img{
    width: 370px;
    padding-right: 20px;
    line-height: 0;
}
.productListBox .conBox .img img{
    width: 100%;
}
.productListBox .conBox .text,
.productListBox .conBox .slider_table,
.productListBox .conBox div:nth-child(2) {
    flex: 1;
    width: 100%;
}
.productListBox .conBox td{
    height: 52px;
    border: 1px solid #e4e4e4;
    text-align: center;
    font-size: 18px;
    color: #333333;
}
.productListBox .a{
    padding-left: 370px;
}
.productListBox .a a{
    display: inline-block;
    width: 188px;
    height: 46px;
    line-height: 44px;
    text-align: center;
    color: #2873ca;
    font-size: 16px;
    margin-top: 20px;
    border: 1px solid #2873ca;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.productListBox .a a:hover{
    background: #2873ca;
    color: #ffffff;
}

.productDetailBox1 .conBox{
    overflow: hidden;
    padding: 35px 0;
}
.productDetailBox1 .productImgSlickBox{
    width: 580px;
    float: left;
    position: relative;
}
.productDetailBox1 .productImgSlickBox .bigImg .img{
    display: none;
}
.productDetailBox1 .productImgSlickBox .bigImg .img.on{
    display: block;
}

.productDetailBox1 .productImgSlickBox .bigImg .img img {
    height: 454px;
}
.productDetailBox1 .productInfoBox{
    margin-left: 580px;
    padding-left: 30px;
}
.productDetailBox1 .productInfoBox h2{
    font-size: 28px;
    color: #444444;
    font-weight: bold;
    padding-bottom: 20px;
}
.productDetailBox1 .productInfoBox .productTag{
    padding-left: 15px;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 10px;
}
.productDetailBox1 .productInfoBox .productTag .item{
    display: flex;
    align-items: center;
    padding-bottom: 5px;
}
.productDetailBox1 .productInfoBox .productTag .item span{
    display: inline-block;
    font-size: 16px;
    font-weight: bold;
    color: #2873ca;
    margin-right: 10px;
    white-space: nowrap;
}
.productDetailBox1 .productInfoBox .productTag .item a{
    display: inline-block;
    margin-right: 10px;
    line-height: 18px;
    padding: 0 20px;
    margin-bottom: 5px;
    border: 1px solid #727272;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.productDetailBox1 .productInfoBox .productTag .item a:hover,
.productDetailBox1 .productInfoBox .productTag .item a.on{
    background: #2873ca;
    color: #ffffff;
    border-color: #2873ca;
}
.productDetailBox1 .productInfoBox .productDownload{
    padding-left: 50px;
    background: url("/public/static/images/home/zh-cn/productDownload.png") no-repeat left center;
    height: 50px;
    line-height: 50px;
}
.productDetailBox1 .productInfoBox .productDownload a{
    color: #2873ca;
    font-size: 18px;
}
.productDetailBox1 .productInfoBox .productDownload a:hover{
    text-decoration: underline;
}
.productDetailBox1 .productInfoBox .inquire a{
    display: inline-block;
    width: 135px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 16px;
    color: #ffffff;
    margin-top: 15px;
    background: #2873ca;
}
.productDetailBox1 .productInfoBox .inquire a:hover{
    opacity: .85;
}
.productDetailBox1 .productInfoBox .productSmallImg{
    display: flex;
    margin: 0 -4px;
    padding-top: 20px;
}
.productDetailBox1 .productInfoBox .productSmallImg .img{
    /* width: 16.6666%; */
    width: 12.5%;
    padding: 0 4px;
    opacity: .5;
    cursor: pointer;
}
.productDetailBox1 .productInfoBox .productSmallImg .img.on{
    opacity: 1;
}

.productDetailBox1 .productInfoBox .productShare{
    padding: 20px 0;
    display: flex;
    align-items: center;
}
.productDetailBox1 .productInfoBox .productShare > span{
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    margin-right: 10px;
    display: inline-block;
}

.productContentBox{
    padding-top: 35px;
    background: #f5f5f5;
}
.productContentBox .productMenuBox{
    position: sticky;
    top: 0;
    background: #ffffff;
    z-index: 10;
    border-top: 2px solid #e8e8e8;
    border-bottom: 2px solid #e8e8e8;
}
.productContentBox .productMenuBox .btn{
    display: flex;
    justify-content: space-between;
}
.productContentBox .productMenuBox .btn a{
    width: 100%;
    min-height: 66px;
    padding: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 18px;
    color: #444444;
}
.productContentBox .productMenuBox .btn a:hover,
.productContentBox .productMenuBox .btn a.on{
    background: #2873ca;
    color: #ffffff;
}
.productContentBox .productContent{
    padding: 25px 0 50px;
}
.productContentBox .productContent .contentBox{
    background: #ffffff;
    padding: 0 60px;
}
.productContentBox .productContent .contentBox > div{
    padding-top: 40px;
}
.productContentBox .productContent .contentBox .title{
    padding-bottom: 15px;
}
.productContentBox .productContent .contentBox .title h2{
    font-size: 24px;
    font-weight: bold;
    color: #2873ca;
}
.productContentBox .productContent .contentBox .title span{
    display: inline-block;
    width: 38px;
    height: 38px;
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    line-height: 38px;
    text-align: center;
    background: #2873ca;
    font-style: italic;
    position: relative;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-right: 8px;
    font-family: "Loto", sans-serif;
}
.productContentBox .productContent .contentBox .title span:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 2px;
    left: -38px;
    top: 50%;
    margin-top: -1px;
    background: #2873ca;
}
.productContentBox .productContent .contentBox .conBox{
    display: flex;
    flex-wrap: wrap;
}
.productContentBox .contentBox1 .text{
    width: 100%;
}
.productContentBox .contentBox1 .text p{
    font-size: 16px;
    color: #3c3c3c;
    line-height: 24px;
}
.productContentBox .contentBox2 .text{
    width: 42%;
    float: left;
    padding-right: 20px;
}
.productContentBox .contentBox2 .text p{
    font-size: 16px;
    color: #3c3c3c;
    line-height: 24px;
}
.productContentBox .contentBox2 .img{
    width: 58%;
    float: left;
    line-height: 0;
}
.productContentBox .contentBox2 .img img{
    width: 100%;
    -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);
}
.productContentBox .contentBox3 .text{
    width: 100%;
}
.productContentBox .contentBox3 table tr{
    background: #f9f9f9;
}
.productContentBox .contentBox3 table tr:nth-of-type(2n){
    background: #ffffff;
}
.productContentBox .contentBox3 table td{
    border: 2px solid #e4e4e4;
    height: 40px;
    font-size: 16px;
    color: #333333;
    text-align: center;
}
.productContentBox .contentBox4 .imgBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.productContentBox .contentBox4 .img{
    width: 50%;
    padding: 0 10px;
    line-height: 0;
}
.productContentBox .contentBox4 .img img{
    width: 100%;
    -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);
}
.productContentBox .contentBox5 .itemBox{
    width: 100%;
}
.productContentBox .contentBox5 .item{
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    flex-direction: row;
}
.productContentBox .contentBox5 .item:nth-of-type(2n){
    flex-direction: row-reverse;
}
.productContentBox .contentBox5 .item .img{
    width: 50%;
    line-height: 0;
}
.productContentBox .contentBox5 .item .img img{
    width: 100%;
    border-top-left-radius: 100px;
    border-bottom-right-radius: 100px;
    -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);
}
.productContentBox .contentBox5 .item .text{
    width: 50%;
    padding-left: 30px;
}
.productContentBox .contentBox5 .item:nth-of-type(2n) .text{
    text-align: right;
    padding-left: 0;
    padding-right: 30px;
}
.productContentBox .contentBox5 .item .text h3{
    font-size: 18px;
    color: #2873ca;
    font-weight: bold;
    padding-bottom: 5px;
}
.productContentBox .contentBox5 .item .text p{
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}
.productContentBox .contentBox5 .item .text table{
    margin-top: 10px;
}
.productContentBox .contentBox5 .item .text td{
    height: 34px;
    text-align: center;
}
.productContentBox .contentBox6 .imgBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.productContentBox .contentBox6 .img{
    width: 50%;
    padding: 0 10px;
    line-height: 0;
}
.productContentBox .contentBox6 .img img{
    width: 100%;
    -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);
}
.productContentBox .contentBox7 .imgBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
}
.productContentBox .contentBox7 .img{
    width: 33.33%;
    padding: 0 10px;
    line-height: 0;
    margin-bottom: 20px;
}
.productContentBox .contentBox7 .img img{
    width: 100%;
    -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);
}
.productContentBox .contentBox8{
    padding-bottom: 60px;
}
.productContentBox .contentBox8 .text p{
    font-size: 16px;
    color: #333333;
    line-height: 28px;
}
.productContentBox .inquiryForm{
    padding-top: 10px;
}
.productContentBox .inquiryForm form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.productContentBox .inquiryForm .info{
    width: 49.5%;
    margin-bottom: 10px;
    line-height: 0;
    position: relative;
}
.productContentBox .inquiryForm .info.w100{
    width: 100%;
}
.productContentBox .inquiryForm .tips{
    display: block;
    color: #ff0000;
    font-size: 14px;
    line-height: 16px;
}
.productContentBox .inquiryForm .info input[type="text"],
.productContentBox .inquiryForm .info textarea{
    width: 100%;
    height: 54px;
    border: 0;
    font-size: 16px;
    color: #333333;
    padding: 10px;
    background: #eeeeee;
}
.productContentBox .inquiryForm .info textarea{
    height: 150px;
    resize: none;
}
.productContentBox .inquiryForm .info img{
    position: absolute;
    top: 0;
    right: 0;
    height: 54px;
}
.productContentBox .inquiryForm .t p{
    font-size: 16px;
    color: #999999;
}
.productContentBox .inquiryForm .t a{
    color: #2873ca;
}
.productContentBox .inquiryForm .info input[type="submit"]{
    width: 190px;
    height: 48px;
    background: #2873ca;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border: 0;
    margin-top: 20px;
    color: #ffffff;
    font-size: 16px;
    cursor: pointer;
}
.productContentBox .inquiryForm .info input[type="submit"]:hover{
    opacity: .85;
}



.contactBox202006131030 {
    padding: 50px 0;
    overflow: hidden
}

.contactBox202006131030 .contactInfo {
    overflow: hidden;
    width: 50%;
    float: left
}

.contactBox202006131030 .textBox {
    margin-bottom: 30px
}

.contactBox202006131030 .textBox h2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.3em;
    margin-bottom: 15px
}

.contactBox202006131030 .textBox p {
    font-size: 16px;
    color: #333;
    line-height: 1.6
}

.contactBox202006131030 .contactInfo ul li {
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    color: #333;
    line-height: 1.6;
    background-repeat: no-repeat;
    background-position: left 7px
}

.contactBox202006131030 .contactInfo ul li.contactTel {
    background-image: url("/public/static/images/home/zh-cn/contactTel.webp")
}

.contactBox202006131030 .contactInfo ul li.contactWhatsapp {
    background-image: url("/public/static/images/home/zh-cn/contactWhatsapp.webp")
}

.contactBox202006131030 .contactInfo ul li.contactEmail {
    background-image: url("/public/static/images/home/zh-cn/contactEmail.webp")
}

.contactBox202006131030 .contactInfo ul li.contactAddress {
    background-image: url("/public/static/images/home/zh-cn/contactAddress.webp")
}

.contactBox202006131030 .contactInfo ul li a {
    font-size: 16px;
    color: #333;
    line-height: 1.6
}

.contactBox202006131030 .contactInfo ul li a:hover {
    color: #5ba1f4
}

.contactBox202006131030 .contactForm {
    width: 50%;
    float: left;
    padding-left: 40px;
    overflow: hidden
}

.contactBox202006131030 .title h2 {
    font-size: 36px;
    font-weight: 700;
    letter-spacing: .1em;
    line-height: 1.3em;
    margin-bottom: 15px
}

.contactBox202006131030 .contactForm .info {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10px
}

.contactBox202006131030 .contactForm .info .label_control {
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 36px;
    font-size: 16px;
    color: #2c2c2c
}

.contactBox202006131030 .contactForm .info .tips {
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 36px;
    color: red
}

.contactBox202006131030 .contactForm .info input[type=text] {
    width: 100%;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    color: #2c2c2c
}

.contactBox202006131030 .contactForm .info textarea {
    width: 100%;
    height: 100px;
    padding: 5px 10px;
    resize: none;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    color: #2c2c2c
}

.contactBox202006131030 .contactForm .info input[type=submit] {
    display: inline-block;
    width: 200px;
    height: 44px;
    border: 0;
    font-size: 16px;
    color: #fff;
    margin-top: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: #000;
    cursor: pointer;
    transition: all .3s
}

.contactBox202006131030 .contactForm .info input[type=submit]:hover {
    background: #5ba1f4;
    transition: all .3s
}

.contactBox2{
    line-height: 0;
}

.news_box .news_text h3 i.time {
    white-space: nowrap;
}

.onlineService_wechat {
    background-position: 0 -263px;
}

@media (max-width: 1450px){
    .header .nav_list > li{
        margin-right: 20px;
    }
    .indexBox3 .textBox .itemBox{
        width: 1200px;
        margin-left: -600px;
    }
    .indexBox3 .textBox .text{
        padding-top: 50px;
        padding-bottom: 30px;
    }
    .indexBox3 .textBox .conBox{
        width: 600px;
    }
    .indexBox4 .textBox .itemBox{
        width: 600px;
    }
    .indexBox4 .textBox .item:nth-of-type(1){
        width: 715px;
    }
    .indexBox4 .textBox .item:nth-of-type(2){
        width: 795px;
    }
    .indexBox4 .textBox .item:nth-of-type(3){
        width: 840px;
        margin-top: 10px;
    }
    .indexBox4 .textBox .item:nth-of-type(4){
        width: 895px;
        margin-top: 10px;
    }

    .applicationDetailBox .textBox .text{
        width: 690px;
    }

    .aboutBox3 .imgBox .img{
        margin-left: 20px;
    }
    .aboutBox3 .text{
        width: 400px;
        padding: 30px;
        top: 50px;
    }
    .aboutBox3 .text h3{
        padding-bottom: 10px;
    }

    .whyUsBox4 .conBox .text{
        padding: 24px 0;
    }
    .whyUsBox2 .teamBtnSlick{
        max-width: 1200px;
        margin: auto;
    }

    .productListBox .conBox .img {
        width: 335px;
        padding-right: 20px;
        line-height: 0;
    }
}
@media (max-width: 1220px){
    .productListBox .item .title {
        padding-left: 0;
    }
    .productListBox .conBox .img {
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }

    .header .nav_list > li > a > span{
        font-size: 16px;
    }
    .header .nav_list > li:last-child a span{
        font-size: 14px;
    }
    .langBox{
        margin-left: 15px;
    }
    .header .nav_list > li{
        margin-right: 10px;
    }
    .headerSearch a{
        margin-left: 10px;
    }

    .indexBox1 .title h2{
        padding: 50px 0 30px;
    }
    .indexBox1 .switch .text h3{
        padding-top: 0;
        padding-bottom: 10px;
    }
    .indexBox1 .switch .text a{
        margin-top: 20px;
    }
    .indexBox1 .itemBox{
        margin: 0 -5px;
    }
    .indexBox1 .item{
        padding: 0 5px;
    }
    .indexBox2{
        -webkit-background-size: cover;
        background-size: cover;
        margin-bottom: 50px;
    }
    .indexBox2 .indexApplicationSlick .slick_first{
        padding: 0 5px;
    }
    .indexBox2 .indexApplicationSlick .slick_first .text a{
        font-size: 16px;
        height: 50px;
    }
    .indexBox2 .a{
        padding: 20px 0 50px;
    }
    .indexBox3 .textBox .conBox{
        width: 496px;
    }
    .indexBox3 .textBox .text a{
        margin-top: 20px;
    }
    .indexBox3 .textBox .itemBox{
        width: 992px;
        margin-left: -496px;
    }
    .indexBox3 .textBox .item h3{
        font-size: 40px;
    }
    .indexBox3 .textBox .item p{
        font-size: 16px;
    }
    .indexBox4 .textBox h2{
        padding: 30px 30px 10px;
    }
    .indexBox4 .textBox .itemBox{
        width: 496px;
    }
    .indexBox4 .textBox .item:nth-of-type(1){
        width: 615px;
    }
    .indexBox4 .textBox .item:nth-of-type(2){
        width: 705px;
    }
    .indexBox4 .textBox .item:nth-of-type(3){
        width: 750px;
    }
    .indexBox4 .textBox .item:nth-of-type(4){
        width: 805px;
    }
    .indexBox5 .itemBox{
        margin: 0 -10px;
    }
    .indexBox5 .item{
        padding: 0 10px;
    }
    .indexBox5 .item .text{
        padding: 20px;
    }
    .indexBox5 .item .text h3{
        font-size: 18px;
    }

    .footerTextBox{
        padding: 50px 0;
    }
    .footerTextBox .conBox .a{
        margin-top: 30px;
    }
    .footerConBox{
        padding: 30px 0;
    }
    .footerConBox .itemBox .item:nth-of-type(1){
        width: 230px;
    }
    .footerConBox .itemBox .item:nth-of-type(2){
        width: 300px;
    }
    .footerConBox .itemBox .item:nth-of-type(3){
        width: 240px;
    }
    .footerConBox .footerShare a{
        margin-right: 3px;
    }

    .applicationListBox .conBox .text h3{
        font-size: 16px;
    }

    .applicationDetailBox .textBox .text{
        width: 575px;
    }
    .applicationDetailBox .textBox .text h2{
        padding-bottom: 10px;
    }

    .aboutBox1 .conBox{
        position: inherit;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        background: #2873ca;
        padding: 50px 0;
    }
    .aboutBox1 .conBox:before{
        display: none;
    }

    .aboutBox2 .itemBox{
        margin: 0 -10px;
    }
    .aboutBox2 .item{
        padding: 0 10px;
    }
    .aboutBox2 .item .conBox > span{
        font-size: 60px;
    }
    .aboutBox3 .imgBox .img{
        width: 31%;
    }
    .aboutBox3 .text{
        width: 33.33%;
        top: 0;
        padding: 20px;
    }

    .whyUsBox2 .teamBtnSlick{
        max-width: 992px;
    }

    .whyUsBox1 .item .text h3{
        padding: 10px 0;
        font-size: 16px;
    }
    .whyUsBox1 .item .text p{
        font-size: 16px;
    }
    .whyUsBox1 .item .text span{
        font-size: 20px;
    }
    .whyUsBox2 .title h2{
        padding: 30px 0 20px;
    }
    .whyUsBox2 .teamBtnSlick .btn{
        font-size: 16px;
    }
    .whyUsBox2 .teamSwitchSlick .text{
        padding: 20px;
        top: 10px;
        left: 10px;
        right: 10px;
        bottom: 10px;
    }
    .whyUsBox3 .conBox{
        padding: 15px;
    }
    .whyUsBox4 .conBox .text{
        padding-top: 0;
    }
    .whyUsBox4 .conBox .text h2{
        padding-bottom: 15px;
    }
    .whyUsBox4 .conBox .text p{
        font-size: 16px;
    }
}
@media (max-width: 992px){

    .Three_menu_box{
        padding-left: 10px;
    }
    .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: 100002;
        -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%;
        height: 60px;
        text-align: center;
        line-height: 0;
        font-size: 0;
        padding: 5px 0;
        zoom: 1;
    }

    .logo_box img {
        height: 100%;
    }

    .nav_toggle {
        color: #fff;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        transform-origin: 50% 50%;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -13px;
        z-index: 999;
    }

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

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        cursor: pointer;
        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;
    }

    .langBox{
        position: absolute;
        right: 10px;
        top: 0;
    }
    .langBox span{
        line-height: 60px;
    }
    .langBox ul{
        top: 60px;
        right: 0;
    }

    /*移动端导航*/
    .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;
    }


    .productDetailBox1 .productImgSlickBox .bigImg .img{
        display: block;
    }

    .productDetailBox1 .productImgSlickBox .bigImg .img img{
       height: auto;
    }
    .indexBox1 .title h2 {
        padding: 20px 0;
        font-size: 32px;
    }
    .indexBox1 .switch .text h3{
        font-size: 22px;
        text-align: center;
    }

    .indexBox1 .item{
        width: 50%;
        margin-bottom: 10px;
    }
    .indexBox3 .img{
        width: 100%;
        height: auto;
        padding-top: 50%;
    }
    .indexBox3 .textBox{
        width: 100%;
    }
    .indexBox3 .textBox .conBox{
        width: 767px;
        margin: auto;
        padding-bottom: 40px;
    }
    .indexBox3 .textBox .text{
        padding-left: 0;
    }
    .indexBox3 .textBox .itemBox{
        width: 100%;
        margin: 0;
    }
    .indexBox3 .textBox .item{
        width: 50%;
    }
    .indexBox4{
        margin-bottom: 20px;
        background: url("/public/static/images/home/zh-cn/indexBj2.jpg") no-repeat center center;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .indexBox4 .textBox{
        width: 767px;
        margin: auto;
        float: none;
    }
    .indexBox4 .textBox h2{
        text-align: center;
    }
    .indexBox4 .textBox .itemBox{
        width: 100%;
    }
    .indexBox4 .textBox .item{
        width: 100% !important;
        padding: 20px;
        margin-bottom: 10px;
        margin-top: 0;
        background-color: rgba(255,255,255,.9);
        background-image: none !important;
    }
    .indexBox4 .textBox .item h3{
        text-align: center;
    }
    .indexBox4 .img{
        display: none;
    }
    .indexBox5 .itemBox{
        margin: 0 -5px;
    }
    .indexBox5 .item{
        padding: 0 5px;
    }
    .indexBox5 .item .text{
        position: inherit;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }
    .indexBox5 .item .text .t{
        height: auto;
        margin-top: 10px;
    }
    .indexBox5 .item:hover .text .t{
        margin-top: 10px;
        height: auto;
    }
    .indexBox5 .item .text p{
        -webkit-line-clamp: 2;
    }
    .footerTextBox .conBox{
        width: 100%;
    }
    .footerConBox .itemBox .item:nth-of-type(1),
    .footerConBox .itemBox .item:nth-of-type(3){
        display: none;
    }

    .productBox2 .itemBox{
        margin: 0 -10px;
    }
    .productBox2 .item{
        width: 50%;
        padding: 0 10px;
        margin-bottom: 20px;
    }
    .productListBox .item .title{
        padding-left: 0;
    }
    .productListBox .conBox .img{
        width: 100%;
        padding-right: 0;
        margin-bottom: 20px;
    }
    .productListBox .a{
        padding-left: 0;
        text-align: center;
    }

    .productDetailBox1 .productImgSlickBox{
        width: 100%;
        max-width: 580px;
        margin: auto;
        float: none;
    }
    .productDetailBox1 .productInfoBox{
        width: 100%;
        margin-left: 0;
        padding-top: 30px;
    }
    .productDetailBox1 .productInfoBox .productSmallImg{
        display: none;
    }
    .productContentBox .productMenuBox{
        display: none;
    }
    .productContentBox .contentBox2 .text{
        width: 100%;
        padding-right: 0;
    }
    .productContentBox .contentBox2 .img{
        width: 100%;
        margin-top: 20px;
    }
    .productContentBox .contentBox5 .item .img{
        width: 100%;
    }
    .productContentBox .contentBox5 .item .img img{
        border-top-left-radius: 50px;
        border-bottom-right-radius: 50px;
    }
    .productContentBox .contentBox5 .item .text{
        width: 100%;
        margin-top: 20px;
        text-align: left !important;
        padding: 0 !important;
    }
    .productContentBox .contentBox7 .img{
        width: 50%;
    }
    .relatedProducts .itemBox{
        margin: 0 -5px;
    }
    .relatedProducts .item{
        padding: 0 5px;
    }

    .applicationListBox .itemBox{
        margin: 0 -5px;
    }
    .applicationListBox .item{
        padding: 0 5px;
    }

    .applicationDetailBox .textBox{
        width: 100%;
        padding: 0 10px;
    }
    .applicationDetailBox .textBox .text{
        width: 767px;
        margin: auto;
        padding: 0;
        float: none;
    }
    .applicationDetailBox .img{
        width: 100%;
        text-align: center;
        margin-top: 20px;
        border-bottom-left-radius: 0;
    }
    .applicationDetailBox .img img{
        max-width: 767px;
    }

    .aboutBox2 .item{
        width: 100%;
    }
    .aboutBox2 .item .conBox{
        padding-bottom: 20px;
        border-bottom-color: transparent;
    }
    .aboutBox2 .item .conBox:hover{
        border-bottom-color: transparent;
    }
    .aboutBox2 .item .conBox .text h3{
        padding: 10px 0;
    }
    .aboutBox2 .item .conBox > span{
        display: none;
    }
    .aboutBox2 .item .conBox .ico{
        text-align: center;
    }
    .aboutBox2 .item .conBox .ico img:nth-of-type(2){
        right: 0;
        margin: auto;
    }
    .aboutBox2 .item .conBox .text{
        text-align: center;
    }
    .aboutBox3 .imgBox{
        /* flex-wrap: wrap; */
        display: flex;
        margin: 0 -5px;
    }
    .aboutBox3 .imgBox .img{
        width: 50%;
        padding: 0 5px;
        margin: 0;
    }
    .aboutBox3 .text{
        position: inherit;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        width: 100%;
        margin-top: 20px;
    }
    .aboutBox4 .img{
        padding: 0 5px;
        margin-bottom: 10px;
    }

    .whyUsBox2 .teamBtnSlick{
        display: none;
    }
    .whyUsBox2 .teamSwitchSlick{
        padding-bottom: 20px;
    }
    .whyUsBox2 .teamSwitchSlick .text{
        position: inherit;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        opacity: 1;
        background: #2873ca;
    }
    .teamSwitchSlick .slick-dots{
        opacity: 1;
        top: auto;
        bottom: 0;
    }
    .teamSwitchSlick .slick-dots li.slick-active{
        background: #2873ca;
    }

    .whyUsBox3 .itemBox{
        margin: 0;
    }
    .whyUsBox3 .item{
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
    .whyUsBox3 .conBox{
        width: 100%;
        text-align: center;
        border-top-right-radius: 0;
        border-top-left-radius: 0;
    }
    .whyUsBox4 .img{
        display: none;
    }
    .whyUsBox4 .conBox{
        width: 100%;
        padding: 0;
    }
    .whyUsBox4 .conBox .tp{
        border-top-left-radius: 0;
    }
    .whyUsBox4 .conBox .tp img{
        width: 100%;
    }


    .contactBox202006131030 .contactInfo,
    .contactBox202006131030 .contactForm{
        width: 100%;
        padding: 0;
    }
    .contactBox202006131030 .contactForm{
        margin-top: 30px;
    }

    .productDetailBox1 .productInfoBox .productTag .item {
        flex-direction: column;
        align-items: flex-start;
    }

    .productDetailBox1 .productInfoBox .productTag .item span {
        margin-bottom: 10px;
    }

    .productDetailBox1 .productInfoBox .productTag {
        padding: 0;
    }

    .inquireFormBox {
        width: 90%;
        margin-left: 0;
        transform: translateX(-50%);
    }

    .Fast_contact ul>li:hover .onlineservice_tips {
        top: -187px;
        right: 0;
    }

    .productBox4 {
        display: none;
    }

    .applicationDetailBox .textBox {
        flex-direction: column-reverse;
    }

    .applicationDetailBox .textBox .text,
    .applicationDetailBox .img,
    .applicationDetailBox .content2,
    .applicationDetailBox .content3 {
        width: 100%!important;
    }

    .applicationDetailBox .content1 {
        flex-direction: column;
        padding: 0 10px;
    }

    .banner_slick .slick-dots li {
        width: 10px;
    }

    .banner_slick .slick-dots li.slick-active {
        width: 20px;
    }

    .banner_slick .slick-dots {
        bottom: 10px;
    }

    .banner_slick .slick-prev, .banner_slick .slick-next {
        transform: scale(0.6) translateY(50%);
    }
}
@media (max-width: 767px){
    #back_top{
        width: 0;
        height: 0;
        overflow: hidden;
    }
    .banner_slick .slick-prev{
        left: 15px;
    }
    .banner_slick .slick-next{
        right: 15px;
    }

    .indexBox1 .switch .text{
        width: 100%;
        padding-right: 0;
    }
    .indexBox1 .switch .img{
        width: 100%;
        padding-top: 20px;
    }
    .indexBox2 .indexApplicationSlick{
        padding: 0 40px;
    }
    .indexBox2 .indexApplicationSlick .slick-prev{
        left: 0;
    }
    .indexBox2 .indexApplicationSlick .slick-next{
        right: 0;
    }
    .indexBox3 .textBox{
        padding: 0 10px;
    }
    .indexBox3 .textBox .conBox{
        width: 100%;
    }
    .indexBox4 .textBox{
        width: 100%;
        padding: 0 10px;
    }

    .productContentBox .productContent .contentBox{
        padding: 0 10px;
    }
    .productContentBox .productContent .contentBox .title span:before{
        display: none;
    }

    .applicationListBox .item{
        width: 50%;
    }
    .applicationDetailBox .textBox .text{
        width: 100%;
    }
    .applicationDetailBox .img{
        padding: 0 10px;
    }
    .applicationDetailBox .img img{
        width: 100%;
    }

    .whyUsBox1 .item{
        width: 50%;
    }
    .whyUsBox1 .item:last-child{
        width: 100%;
    }
    .whyUsBox3 .conBox .img img{
        width: 240px;
    }

    .aboutBox4 .img{
        width: 50%;
    }

    .whyUsBox5 .itemBox{
        margin: 0;
    }
    .whyUsBox5 .item{
        width: 100%;
        padding: 0;
        margin-bottom: 20px;
    }
}
@media (max-width: 640px){
    .indexBox5 .itemBox{
        flex-wrap: wrap;
    }
    .indexBox5 .item{
        width: 100%;
        margin-top: 20px;
    }
    .footerTextBox .conBox .text{
        padding-left: 0;
        background: none;
        text-align: center;
    }
    .footerConBox .itemBox .item:nth-of-type(2){
        display: none;
    }
    .footerConBox .itemBox .item:nth-of-type(4){
        width: 100%;
        padding: 0;
    }

    .productBox2 .item{
        width: 100%;
    }
    .productContentBox .contentBox4 .img,
    .productContentBox .contentBox6 .img,
    .productContentBox .contentBox7 .img{
        width: 100%;
        margin-bottom: 20px;
    }
    .productContentBox .inquiryForm .info{
        width: 100%;
    }
    .relatedProducts .item{
        width: 100%;
        margin-bottom: 20px;
    }


    .applicationListBox .item{
        width: 100%;
    }

    .whyUsBox3 .conBox .img img{
        width: 180px;
    }
}
@media (max-width: 540px){
}
@media (max-width: 480px){
}