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

.headerTop{
    background: #f0f0f0;
    display: flex;
}
.headerTop .text p{
    line-height: 42px;
    font-size: 16px;
    color: #474747;
    font-weight: 300;
}
.headerTop .headerInfo .info li{
    float: left;
    margin-right: 35px;
}
.headerTop .headerInfo .info li em{
    font-size: 22px;
    color: #0272fa;
    display: inline-block;
    margin-right: 13px;
    line-height: 42px;
    vertical-align: middle;
}
.headerTop .headerInfo .info li em.icon-mail{
    font-size: 36px;
}
.headerTop .headerInfo .info li a{
    display: inline-block;
    line-height: 42px;
    font-size: 14px;
    color: #000000;
    font-weight: 300;
}
.headerTop .headerInfo .info li a:hover{
    color: #0272fa;
}
.headerTop .headerInfo .headerSearch{
    margin-left: 50px;
    padding-top: 8px;
}
.headerTop .headerInfo .headerSearch .search{
    position: relative;
    width: 220px;
    padding-right: 30px;
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    overflow: hidden;
}
.headerTop .headerInfo .headerSearch .search input[type="text"]{
    width: 100%;
    height: 24px;
    border: 0;
    padding: 0 10px;
    background: none;
    font-size: 14px;
    font-weight: 300;
}
.headerTop .headerInfo .headerSearch .search input[type="submit"]{
    position: absolute;
    top: 0;
    right: 0;
    width: 30px;
    height: 24px;
    background: url("/public/static/images/home/en-us/reset/search.png") no-repeat center center;
    border: 0;
    font-size: 0;
    cursor: pointer;
}
.headerTop .lang{
    position: relative;
    margin-left: 15px;
}
.headerTop .langBtn{
    display: block;
    background: url("/public/static/images/home/en-us/langIco.png") no-repeat center center;
    width: 32px;
    height: 32px;
    margin-top: 5px;
    cursor: pointer;
}
.headerTop .lang ul{
    display: none;
    position: absolute;
    right: 0;
    background: #0272fa;
    border-radius: 5px;
    padding: 10px 0;
    z-index: 20;
    border: 1px solid #0272fa
}
.headerTop .lang ul a{
    white-space: nowrap;
    display: block;
    color: #ffffff;
    padding: 0 10px;
    line-height: 1.8;
}
.headerTop .lang ul a:hover{
    background: #ffffff;
    color: #000000;
}

.headerNavBox{
    padding: 10px 0;
    display: flex;
}
.header .logo_box{
    overflow: hidden;
}
.header .logo_box a{
    display: inline-block;
    line-height: 0;
}

.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: 20px;
}
.headerNavBox .nav_list > li > a {
    display: block;
}
.headerNavBox .nav_list > li > a > span {
    display: inline-block;
    letter-spacing: 0;
    line-height: 80px;
    text-align: center;
    font-size: 18px;
    color: #474747;
    padding: 0 15px;
    position: relative;
}
.headerNavBox .nav_list > li.active > a > span,
.headerNavBox .nav_list > li.on > a > span{
    color: #0272fa;
    transition: all .3s;
}
.nav_list > li > a > i {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 80px;
    margin-left: -20px;
    background: url("/public/static/images/home/en-us/reset/dropdown_menu.png") no-repeat center;
    -moz-transition: all linear .3s;
    -webkit-transition: all linear .3s;
    -ms-transition: all linear .3s;
    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;
    min-width: 170px;
    display: none;
    z-index: 1;
    padding: 10px 5px;
    background: rgba(2,113,247,.65);
}
.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;
}


.productDropDownMenu{
    width: 1000px;
    left: -380px !important;
}
.productDropDownMenu li{
    width: 24.33% !important;
    float: left;
    padding: 0 20px;
}
.productDropDownMenu li a{
    padding: 0 10px !important;
}
.productDropDownMenu li dl{
    margin-top: 5px;
    border-top: 1px solid #ffffff;
    padding-top: 10px;
}
.productDropDownMenu li dl dd{
    margin-bottom: 5px;
}
.productDropDownMenu li dl dd a{
    font-size: 14px;
    font-weight: 300 !important;
    line-height: 1.3 !important;
    white-space: initial !important;
    padding: 5px 10px !important;
}

.m_header {
    display: none;
}


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

.footer_box .fast_navigation{
    overflow: hidden;
}
.footer_box .fast_navigation .itemBox{
    display: flex;
    justify-content: space-between;
    padding: 70px 0 35px;
    border-bottom: 1px solid #d6d6d6;
}
.footer_box .fast_navigation .item:nth-of-type(1){
    width: 380px;
}
.footer_box .fast_navigation .item:nth-of-type(4){
    width: 370px;
}
.footer_box .fast_navigation .footerLogo{
    line-height: 0;
    padding-bottom: 35px;
}
.footer_box .fast_navigation .footerInfo li{
    position: relative;
    padding-left: 40px;
    margin-bottom: 10px;
}
.footer_box .fast_navigation .footerInfo em{
    font-size: 22px;
    display: inline-block;
    color: #2a2a2a;
    position: absolute;
    left: 0;
    top: 0;
    line-height: 24px;
    width: 30px;
    text-align: right;
}
.footer_box .fast_navigation .footerInfo span,
.footer_box .fast_navigation .footerInfo a{
    font-size: 16px;
    color: #2a2a2a;
    display: inline-block;
    font-weight: 300;
}
.footer_box .fast_navigation .footerInfo em.icon-mail{
    font-size: 30px;
}
.footer_box .fast_navigation .footerShare{
    margin-top: 20px;
}
.footer_box .fast_navigation .footerShare a{
    margin-right: 5px;
    display: inline-block;
    line-height: 0;
    width: 40px;
    height: 40px;
}

.footer_box .fast_navigation h3{
    font-size: 33px;
    color: #0672f9;
    letter-spacing: 0;
    margin-bottom: 20px;
}
.footer_box .fast_navigation ul{
    overflow: hidden;
}
.footer_box .fast_navigation li{
    margin-bottom: 10px;
}
.footer_box .fast_navigation li,
.footer_box .fast_navigation p,
.footer_box .fast_navigation li a{
    font-size: 16px;
    color: #2a2a2a;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.5;
}
.footer_box .fast_navigation .footerTags a{
    display: inline-block;
    white-space: nowrap;
    font-size: 16px;
    color: #2a2a2a;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 1.5;
    padding-right: 15px;
    margin-right: 15px;
    margin-bottom: 5px;
    position: relative;
}
.footer_box .fast_navigation .footerTags a:before{
    position: absolute;
    content: '';
    width: 2px;
    height: 15px;
    top: 50%;
    margin-top: -7px;
    right: 0;
    background: #0272fa;
}
.footer_box .fast_navigation .footerTags a:last-child{
    padding-right: 0;
    margin-right: 0;
}
.footer_box .fast_navigation .footerTags a:last-child:before{
    display: none;
}
.footer_box .fast_navigation a:hover {
    text-decoration: underline;
}

.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: 14px;
    color: #5d5d5d;
    letter-spacing: 0;
    line-height: 1.5em;
    font-weight: 300;
}
.footer_box .footer_copyright .text a.sitemap{
    margin: 0 5px;
}
.footer_box .footer_copyright .text a:hover{
    text-decoration: underline;
}


/*banner*/
.banner_slick .slick-prev,
.banner_slick .slick-next {
    width: 40px;
    height: 50px;
    margin-top: -25px;
    background-image: url("/public/static/images/home/en-us/reset/skin.png");
    background-repeat: no-repeat;
    background-color: rgba(255, 255, 255, 0);
}
.banner_slick .slick-prev {
    background-position: 0 0;
    left: 80px;
}
.banner_slick .slick-next {
    background-position: -150px 0;
    right: 80px;
}
.banner .slick-dots{
    position: absolute;
    bottom: 30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 720px;
    background: #e8e8e8;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.banner .slick-dots li{
    width: 33.33%;
    height: 62px;
    float: left;
    margin: 0;
    text-align: left;
    background: none;
    padding: 0 20px;
    cursor: pointer;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
}
.banner .slick-dots li:nth-of-type(1):before{
    position: absolute;
    content: '\e61e';
    font-family: "iconfont" !important;
    line-height: 62px;
    font-size: 40px;
    left: 20px;
}
.banner .slick-dots li:nth-of-type(1):after{
    position: absolute;
    content: 'Flexible LED Display';
    left: 70px;
    right: 20px;
    font-size: 20px;
    color: #292929;
    line-height: 1;
}


.banner .slick-dots li:nth-of-type(2):before{
    position: absolute;
    content: '\e620';
    font-family: "iconfont" !important;
    line-height: 62px;
    font-size: 52px;
    left: 20px;
}
.banner .slick-dots li:nth-of-type(2):after{
    position: absolute;
    content: 'Taxi Top LED Display';
    left: 85px;
    right: 20px;
    font-size: 20px;
    color: #292929;
    line-height: 1;
}
.banner .slick-dots li:nth-of-type(3):before{
    position: absolute;
    content: '\e62c';
    font-family: "iconfont" !important;
    line-height: 62px;
    font-size: 34px;
    left: 20px;
}
.banner .slick-dots li:nth-of-type(3):after{
    position: absolute;
    content: 'Digital LED Poster';
    left: 80px;
    right: 20px;
    font-size: 20px;
    color: #292929;
    line-height: 1;
}
.banner .slick-dots li.slick-active{
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}
.banner .slick-dots li.slick-active:before{
    color: #0272fa;
}

.indexBox1 .textBox{
    overflow: hidden;
    padding: 60px 0;
}
.indexBox1 .textBox .title{
    text-align: center;
    padding: 0 100px;
}
.indexBox1 .textBox .title h2{
    font-size: 54px;
    color: #262626;
    font-weight: 700;
    font-family: "Playfair Display", sans-serif;
    line-height: 1;
    padding-bottom: 15px;
}

.indexBox1 .textBox .title h1{
    font-size: 54px;
    color: #262626;
    font-weight: 700;
    font-family: "Playfair Display", sans-serif;
    line-height: 1;
    padding-bottom: 15px;
}

.indexBox1 .textBox .title p{
    font-size: 16px;
    color: #262626;
    line-height: 1.4;
}
.indexBox1 .textBox .indexProductBtn{
    position: relative;
    padding-right: 140px;
}
.indexBox1 .textBox .indexProductBtn .btnBox{
    padding-top: 70px;
    display: flex;
}
.indexBox1 .textBox .indexProductBtn .btnBox .btn{
    float: left;
    font-size: 20px;
    color: #262626;
    margin-left: 60px;
    cursor: pointer;
    padding: 0 10px;
    border-bottom: 2px solid #ffffff;
}
.indexBox1 .textBox .indexProductBtn .btnBox .btn:nth-of-type(1){
    margin-left: 0;
}
.indexBox1 .textBox .indexProductBtn .btnBox .btn:hover,
.indexBox1 .textBox .indexProductBtn .btnBox .btn.on{
    color: #0672f9;
    border-bottom: 2px solid #0672f9;
}
.indexBox1 .textBox .indexProductBtn .a{
    position: absolute;
    right: 0;
    bottom: 3px;
    width: 140px;
}
.indexBox1 .textBox .indexProductBtn .a a{
    display: inline-block;
    background: #1b1b1b;
    width: 100%;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-weight: 300;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.indexBox1 .textBox .indexProductBtn .a a:hover{
    background: #0272fa;
}

.indexBox1 .itemBox{
    display: none;
    overflow: hidden;
    margin-left: -15px;
    margin-right: -15px;
}
.indexBox1 .itemBox.on{
    display: flex;
    flex-wrap: wrap;
}
.indexBox1 .item{
    width: 25%;
    padding: 0 15px;
    float: left;
    margin-bottom: 50px;
}
.indexBox1 .item .conBox{
    position: relative;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
}
.indexBox1 .item .img{
    line-height: 0;
}
.indexBox1 .item .text{
    position: absolute;
    top: 100%;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    margin-top: -45px;
    background: rgba(255,255,255,0.7);
    transition: all .3s;
}
.indexBox1 .item:hover .text{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    top: 0;
    margin-top: 0;
    background: rgba(6,114,249,.85);
    transition: all .3s;
}
.indexBox1 .item .text h3{
    color: #161616;
    font-size: 18px;
    margin-bottom: 30px;
    line-height: 40px;
}
.indexBox1 .item:hover .text h3{
    color: #ffffff;
    margin-bottom: 0;
}
.indexBox1 .item .text p{
    color: #ffffff;
    padding: 0 20px;
    margin-bottom: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.indexBox1 .item .text a{
    display: inline-block;
    width: 190px;
    height: 36px;
    line-height: 36px;
    background: #ffffff;
    font-size: 14px;
    color: #01a0e9;
    font-weight: 300;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}
.indexBox1 .item .text a:hover{
    background: #000;
    color: #ffffff;
}

.indexBox2{
    position: relative;
}
.indexBox2 .imgBox{
    overflow: hidden;
}
.indexBox2 .img{
    left: 0;
    height: 0;
    overflow: hidden;
    text-align: center;
}
.indexBox2 .img.on{
    height: auto;
}
.indexBox2 .itemBox{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    flex-wrap: wrap;
    background: rgba(0,0,0,0.12);
}
.indexBox2 .item{
    width: 14.2857%;
    float: left;
    padding-top: 80px;
    padding-left: 1%;
    padding-right: 1%;
    position: relative;
    border-right: 1px solid #ffffff;
}
.indexBox2 .item a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
}
.indexBox2 .item.on{
    background: rgba(6,114,249,.85);
}
.indexBox2 .item .title{
    position: relative;
}
.indexBox2 .item .title em{
    display: block;
    width: 100%;
    font-size: 70px;
    color: #ffffff;
    left: 0;
}
.indexBox2 .item .title h3{
    font-size: 26px;
    color: #ffffff;
    padding: 15px 0;
    font-family: "Playfair Display", sans-serif;
    font-weight: 700;
}
.indexBox2 .item .text p{
    font-size: 18px;
    color: #ffffff;
    line-height: 1.4;
}
.indexBox2 .item .ico{
    position: absolute;
    bottom: 10px;
    right: 10px;
}
.indexBox2 .item .ico em{
    font-size: 90px;
    color: #ffffff;
    opacity: .5;
}

.indexBox3 .textBox{
    overflow: hidden;
    padding: 70px 0;
}
.indexBox3 .textBox h2{
    width: 380px;
    float: left;
    font-size: 54px;
    color: #262626;
    font-family: "Playfair Display", sans-serif;
    font-weight: 700;
    line-height: 1;
}
.indexBox3 .textBox .text{
    margin-left: 380px;
    padding-top: 10px;
}
.indexBox3 .textBox .text p{
    font-size: 16px;
    color: #262626;
}
.indexBox3 .itemBox{
    margin-left: -13px;
    margin-right: -13px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.indexBox3 .item{
    width: 33.33%;
    float: left;
    padding: 0 13px;
    margin-bottom: 30px;
}
.indexBox3 .item .img{
    line-height: 0;
    text-align: center;
    overflow: hidden;
}
.indexBox3 .item .img img{
    width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transition: all .3s;
}
.indexBox3 .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;
}
.indexBox3 .item .text a{
    display: block;
    line-height: 42px;
    background: #1b1b1b;
    padding: 0 45px 0 10px;
    color: #ffffff;
    font-size: 18px;
    font-weight: 300;
    position: relative;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.indexBox3 .item .text a:hover{
    background: #0272fa;
}
.indexBox3 .item .text a:before{
    position: absolute;
    content: '';
    width: 30px;
    height: 10px;
    right: 10px;
    top: 50%;
    margin-top: -5px;
    background: url("/public/static/images/home/en-us/indexCaseIco.png") no-repeat center center;
}

.indexBox4 .title h2{
    padding: 40px 0 20px;
    text-align: center;
    font-size: 54px;
    color: #262626;
    font-family: "Playfair Display", sans-serif;
    font-weight: 700;
    line-height: 1;
}
.indexBox4 .item{
    overflow: hidden;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 200px;
    border-bottom: 1px solid #e5e5e5;
    position: relative;
}
.indexBox4 .item:last-child{
    border-bottom: 0;
}
.indexBox4 .item .time{
    position: absolute;
    left: 0;
    width: 160px;
    height: 140px;
    text-align: center;
    border: 2px solid #e5e5e5;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.indexBox4 .item .time span{
    display: block;
    width: 100%;
    font-size: 42px;
    color: #262626;
    line-height: 1;
}
.indexBox4 .item .time p{
    font-size: 20px;
    color: #262626;
}
.indexBox4 .item .img{
    width: 375px;
    float: right;
    padding-top: 160px;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.indexBox4 .item .text{
    margin-right: 375px;
    padding-right: 40px;
}
.indexBox4 .item .text h3 a{
    font-size: 20px;
    color: #262626;
    display: block;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    padding-bottom: 10px;
}
.indexBox4 .item .text h3 a:hover{
    color: #0272fa;
    text-decoration: underline;
}
.indexBox4 .item .text p{
    font-size: 16px;
    color: #5b5b5b;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.indexBox4 .item .text > a{
    font-size: 14px;
    color: #01a0e9;
    font-weight: 300;
    display: inline-block;
    margin-top: 15px;
}
.indexBox4 .item .text > a:hover{
    text-decoration: underline;
}

.indexBox5{
    background-repeat: no-repeat;
    background-position: center center;
    padding: 70px 0;
    -webkit-background-size: cover;
    background-size: cover;
}
.indexBox5 .conBox{
    overflow: hidden;
    padding: 60px 105px 20px 45px;
    background: rgba(0,63,149,.8);
}
.indexBox5 .conBox .text{
    width: 420px;
    float: left;
    padding-right: 70px;
}
.indexBox5 .conBox .text h2{
    font-weight: 700;
    color: #ffffff;
    font-size: 36px;
    padding-bottom: 20px;
}
.indexBox5 .conBox .text p{
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    line-height: 1.4;
}
.indexBox5 .conBox .form{
    margin-left: 420px;
}
.indexBox5 .conBox .form form{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.indexBox5 .conBox .form .info{
    width: 48%;
    padding-bottom: 20px;
    line-height: 0;
    position: relative;
}
.indexBox5 .conBox .form .info.w100{
    width: 100%;
}
.indexBox5 .conBox .form .tips{
    position: absolute;
    bottom: 8px;
    right: 0;
    left: 0;
    line-height: 12px;
    color: #ffffff;
    background: #cc0000;
    font-size: 12px;
    text-align: center;
    display: block;
}
.indexBox5 .conBox .form .info input[type="text"]{
    width: 100%;
    height: 36px;
    background: #ffffff;
    border: 0;
    padding: 0 5px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.indexBox5 .conBox .form .info textarea{
    width: 100%;
    height: 80px;
    padding: 10px 5px;
    background: #ffffff;
    border: 0;
    resize: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.indexBox5 .conBox .form .info input[type="submit"]{
    width: 280px;
    height: 36px;
    background: #ec6941;
    border: 0;
    font-size: 16px;
    color: #ffffff;
    font-weight: 300;
    margin-top: 20px;
    cursor: pointer;
    text-transform: uppercase;
}
.indexBox5 .conBox .form .info input[type="submit"]:hover{
    background: #1b1b1b;
}

.contactBanner{
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.contactBanner .text{
    width: 41%;
    padding-top: 205px;
    padding-right: 50px;
    padding-bottom: 30px;
}
.contactBanner .text h1{
    font-size: 54px;
    color: #ffffff;
    font-family: "Playfair Display", sans-serif;
    font-weight: 700;
    padding-bottom: 10px;
}
.contactBanner .text p{
    font-size: 20px;
    color: #ffffff;
}

.contactBox1{
    margin-top: -170px;
    position: relative;
    z-index: 2;
}
.contactBox1 .contactInfo{
    width: 41%;
    float: left;
    padding-top: 170px;
    padding-right: 140px;
}
.contactBox1 .contactInfo .img{
    padding-top: 60px;
    padding-bottom: 15px;
    line-height: 0;
}
.contactBox1 .contactInfo .textBox p{
    font-size: 20px;
    color: #090909;
}
.contactBox1 .contactInfo .textBox ul{
    padding-top: 35px;
}
.contactBox1 .contactInfo .textBox ul li{
    position: relative;
    padding-left: 50px;
    margin-bottom: 15px;
    font-size: 16px;
    color: #090909;
}
.contactBox1 .contactInfo .textBox ul li em{
    position: absolute;
    width: 26px;
    height: 26px;
    left: 0;
    text-align: center;
    line-height: 26px;
    color: #ffffff;
    font-size: 12px;
    background: #0672f9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -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);
}
.contactBox1 .contactInfo .textBox ul li a{
    font-size: 16px;
    color: #090909;
}
.contactBox1 .contactInfo .textBox ul li a:hover{
    color: #0672f9;
}
.contactBox1 .contactInfo .contactShare{
    margin-top: 50px;
}
.contactBox1 .contactInfo .contactShare a{
    margin-right: 20px;
}
.contactBox1 .contactForm{
    width: 59%;
    float: left;
    overflow: hidden;
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}
.contactBox1 .contactForm .text{
    height: 170px;
    padding: 55px 25px 20px;
    overflow: hidden;
    background: rgba(244,244,246,.85);
}
.contactBox1 .contactForm .text .ico{
    width: 90px;
    float: left;
}
.contactBox1 .contactForm .text .t{
    margin-left: 90px;
    padding-left: 30px;
    padding-top: 10px;
}
.contactBox1 .contactForm .text .t p{
    font-size: 20px;
    color: #1e1e1e;
}
.contactBox1 .contactForm .form{
    padding: 40px 85px 40px 25px;
}
.contactBox1 .contactForm .form form{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.contactBox1 .contactForm .form .info{
    width: 48%;
    float: left;
    margin-bottom: 20px;
    position: relative;
    line-height: 0;
}
.contactBox1 .contactForm .form .info.w100{
    width: 100%;
}
.contactBox1 .contactForm .form .tips{
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    text-align: center;
    color: #ffffff;
    background: #cc0000;
    line-height: 1.2;
    font-size: 12px;
}
.contactBox1 .contactForm .form .codeImg{
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    height: 40px;
    cursor: pointer;
    width: 120px;
}
.contactBox1 .contactForm .form input[type="text"]{
    width: 100%;
    height: 44px;
    padding: 0 10px;
    background: #f4f4f6;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.contactBox1 .contactForm .form textarea{
    width: 100%;
    height: 165px;
    padding: 10px;
    resize: none;
    background: #f4f4f6;
    border: 0;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}
.contactBox1 .contactForm .form input[type="text"]::placeholder,
.contactBox1 .contactForm .form textarea::placeholder{
    color: #dcdcdc;
}
.contactBox1 .contactForm .form h3{
    font-size: 24px;
    color: #262626;
    padding: 15px 0 20px;
}
.contactBox1 .contactForm .form input[type="submit"]{
    margin-top: 20px;
    width: 100%;
    height: 44px;
    background: #ec6941;
    border: 0;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
}
.contactBox1 .contactForm .form input[type="submit"]:hover{
    background: #0672f9;
    transition: all .3s;
}

.contactBox2{
    margin: 35px 0;
}
.contactBox2 iframe{
    width: 100%;
    height: 400px;
}

.caseBanner{
    padding: 165px 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.caseBanner h1{
    text-align: center;
    color: #ffffff;
    font-size: 54px;
    font-weight: 700;
    font-family: "Playfair Display", sans-serif;
}

.caseBox1{
    padding: 50px 0;
    text-align: center;
}
.caseBox1 p{
    font-size: 16px;
    color: #262626;
    line-height: 1.5;
}
.caseBox2{
    padding-bottom: 50px;
}
.caseBox2 .item{
    overflow: hidden;
    margin-bottom: 40px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}
.caseBox2 .item .img{
    width: 37.5%;
    float: left;
}
.caseBox2 .item .text{
    width: 62.5%;
    float: left;
    padding: 40px 30px 30px 40px;
}
.caseBox2 .item .text h3{
    font-size: 30px;
    color: #262626;
    font-weight: 700;
    font-family: "Playfair Display", sans-serif;
    padding-bottom: 20px;
}
.caseBox2 .item .text p{
    font-size: 16px;
    color: #262626;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.caseBox2 .item .text a{
    margin-top: 30px;
    display: inline-block;
    width: 140px;
    height: 36px;
    background: #ec6941;
    color: #ffffff;
    line-height: 36px;
    font-size: 16px;
    font-weight: 300;
    text-align: center;
}
.caseBox2 .item .text a:hover{
    background: #0272fa;
}

.caseDetailBox1{
    padding: 50px 0;
}
.caseDetailBox1 p{
    font-size: 16px;
    color: #262626;
    line-height: 1.5;
}

.caseDetailBox2 .imgBox{
    margin-left: -16px;
    margin-right: -16px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.caseDetailBox2 .img{
    width: 50%;
    float: left;
    padding: 0 16px;
    margin-bottom: 30px;
}
.caseDetailBox2 .img img{
    width: 100%;
}

.caseDetailBox3{
    padding-bottom: 50px;
}
.caseDetailBox3 .title h2{
    padding: 40px 0;
    font-size: 54px;
    color: #262626;
    font-weight: 700;
    text-align: center;
    font-family: "Playfair Display", sans-serif;
}
.caseDetailBox3 .itemBox{
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.caseDetailBox3 .item{
    width: 33.33%;
    float: left;
    padding: 0 15px;
    margin-bottom: 30px;
}
.caseDetailBox3 .item .img{
    line-height: 0;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
}
.caseDetailBox3 .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;
}
.caseDetailBox3 .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;
}
.caseDetailBox3 .item .text a{
    display: block;
    font-size: 20px;
    color: #262626;
    background: url("/public/static/images/home/en-us/caseIco.png") no-repeat right center;
}
.caseDetailBox3 .item .text a:hover{
    color: #0272fa;
}

.solutionBanner{
    padding: 165px 0;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}
.solutionBanner h1{
    color: #ffffff;
    font-size: 54px;
    font-weight: 700;
    font-family: "Playfair Display", sans-serif;
}

.solutionBox1{
    padding: 50px 0;
}
.solutionBox1 p{
    font-size: 16px;
    color: #262626;
    line-height: 1.5;
}

.solutionBox2 .title h2{
    text-align: center;
    font-size: 54px;
    color: #262626;
    font-weight: 700;
    font-family: "Playfair Display", sans-serif;
    padding-bottom: 30px;
}
.solutionBox2 .itemBox{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
}
.solutionBox2 .item{
    width: 33.33%;
    float: left;
    padding: 0 10px;
    position: relative;
    text-align: center;
    margin-bottom: 35px;
}
.solutionBox2 .item:before{
    position: absolute;
    content: '';
    left: 0;
    top: 70px;
    width: 1px;
    height: 260px;
    border-left: 1px dashed #0272fa;
}
.solutionBox2 .item:nth-of-type(1):before{
    display: none;
}
.solutionBox2 .item .text{
    padding: 50px 40px;
    min-height: 400px;
}
.solutionBox2 .item .text:hover{
    -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);
}
.solutionBox2 .item .text em{
    font-size: 70px;
    color: #000000;
    display: block;
    margin-bottom: 25px;
}
.solutionBox2 .item .text:hover em{
    color: #0272fa;
}
.solutionBox2 .item .text h3{
    font-size: 22px;
    color: #262626;
    padding-bottom: 15px;
}
.solutionBox2 .item .text p{
    font-size: 16px;
    color: #777777;
}

.solutionBox3 .item{
    overflow: hidden;
    background: #f8f8f8;
}
.solutionBox3 .item:nth-of-type(2n){
    background: #0672f9;
}
.solutionBox3 .item .imgBox{
    width: 50%;
    padding-top: 494px;
    float: right;
    background-repeat: no-repeat;
    background-position: center center;
}
.solutionBox3 .item:nth-of-type(2n) .imgBox{
    float: left;
}
.solutionBox3 .item .textBox{
    width: 50%;
    float: right;
}
.solutionBox3 .item:nth-of-type(2n) .textBox{
    float: left;
}
.solutionBox3 .item .textBox .text{
    width: 600px;
    float: right;
    padding: 90px 45px 0;
    text-align: center;
}
.solutionBox3 .item:nth-of-type(2n) .textBox .text{
    float: left;
}
.solutionBox3 .item .textBox .text em{
    display: block;
    font-size: 70px;
    padding-bottom: 20px;
}
.solutionBox3 .item .textBox .text h3{
    font-size: 24px;
    color: #262626;
    font-family: "Playfair Display", sans-serif;
    padding-bottom: 30px;
}
.solutionBox3 .item .textBox .text p{
    font-size: 16px;
    color: #2a2a2a;
}
.solutionBox3 .item .textBox .text p strong{
    font-weight: 700;
    font-size: 16px;
    color: #2a2a2a;
    display: block;
    margin-bottom: 8px;
}
.solutionBox3 .item:nth-of-type(2n) .textBox .text em,
.solutionBox3 .item:nth-of-type(2n) .textBox .text h3,
.solutionBox3 .item:nth-of-type(2n) .textBox .text p,
.solutionBox3 .item:nth-of-type(2n) .textBox .text p strong{
    color: #ffffff;
}

.solutionBox4 .title h2{
    padding: 50px 0;
    font-size: 54px;
    color: #262626;
    font-weight: 700;
    text-align: center;
    font-family: "Playfair Display", sans-serif;
}
.solutionBox4 .itemBox{
    margin-left: -15px;
    margin-right: -15px;
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
}
.solutionBox4 .item{
    width: 33.33%;
    float: left;
    padding: 0 15px;
    margin-bottom: 20px;
}
.solutionBox4 .item .img{
    line-height: 0;
    text-align: center;
    margin-bottom: 10px;
    overflow: hidden;
}
.solutionBox4 .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;
}
.solutionBox4 .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;
}
.solutionBox4 .item .text a{
    display: block;
    font-size: 20px;
    color: #262626;
    background: url("/public/static/images/home/en-us/caseIco.png") no-repeat right center;
}
.solutionBox4 .item .text a:hover{
    color: #0272fa;
}

.solutionBox5{
    padding: 50px 0;
}
.solutionBox5 .conBox{
    position: relative;
}
.solutionBox5 .img{
    position: absolute;
    left: 0;
    top: 40px;
}
.solutionBox5 .solutionForm{
    position: relative;
    z-index: 2;
    width: 61.25%;
    float: right;
    padding: 40px 70px;
    background: #ffffff;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);
}
.solutionBox5 .solutionForm h2{
    font-weight: 700;
    font-size: 30px;
    color: #141414;
    font-family: "Playfair Display", sans-serif;
}
.solutionBox5 .solutionForm form{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.solutionBox5 .solutionForm .info{
    width: 48%;
    margin-top: 20px;
    line-height: 0;
    position: relative;
}
.solutionBox5 .solutionForm .info.w100{
    width: 100%;
}
.solutionBox5 .solutionForm .info .tips{
    position: absolute;
    bottom: -14px;
    left: 0;
    right: 0;
    background: #cc0000;
    color: #ffffff;
    text-align: center;
    font-size: 12px;
    line-height: 1.2;
}
.solutionBox5 .solutionForm .info input[type="text"]{
    width: 100%;
    height: 40px;
    border: 0;
    padding: 0 10px;
    background: #e5e5e5;
}
.solutionBox5 .solutionForm .info textarea{
    width: 100%;
    height: 72px;
    border: 0;
    resize: none;
    padding: 10px;
    background: #e5e5e5;
}
.solutionBox5 .solutionForm .info input[type="submit"]{
    margin-top: 10px;
    width: 100%;
    height: 44px;
    background: #ec6941;
    border: 0;
    font-size: 16px;
    color: #ffffff;
    cursor: pointer;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    transition: all .3s;
}
.solutionBox5 .solutionForm .info input[type="submit"]:hover{
    background: #0272fa;
}

.aboutVideo{
    position: relative;
    background-repeat: no-repeat;
    padding-top: 400px;
    background-position: center center;
}
.aboutVideo a{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
}
.aboutVideo a:after{
    background: url("/public/static/images/home/en-us/aboutVideoBtn.png") no-repeat center center;
}

.aboutBtnBox{
    position: sticky;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background: #ebebeb;
    color: #262626;
    font-size: 20px;
    padding: 25px 0;
    text-align: center;
}
.aboutBtnBox a{
    display: inline-block;
    padding: 0 8px;
    color: #262626;
    font-size: 20px;
}
.aboutBtnBox a:hover,
.aboutBtnBox a.on{
    color: #0272fa;
}
.aboutBox1{
    display: block;
    overflow: hidden;
    padding: 55px 0 75px;
    background: url("/public/static/images/home/en-us/aboutBj.jpg") repeat-y top center;
}
.aboutBox1 .textBox{
    width: 50%;
    float: left;
    padding-right: 25px;
}
.aboutBox1 .textBox h2{
    font-size: 54px;
    color: #262626;
    font-weight: 700;
    padding: 20px 0 40px;
    font-family: "Playfair Display", sans-serif;
}
.aboutBox1 .textBox p{
    font-size: 16px;
    color: #262626;
    line-height: 1.5;
}
.aboutBox1 .textBox p strong{
    font-size: 16px;
    font-weight: 700;
    color: #0272fa;
}
.aboutBox1 .itemBox{
    width: 50%;
    float: left;
    padding-left: 30px;
}
.aboutBox1 .itemBox .item{
    overflow: hidden;
    margin-bottom: 50px;
}
.aboutBox1 .itemBox .item span{
    position: relative;
    color: #ffffff;
    font-weight: 700;
    font-size: 60px;
    line-height: 1;
    float: left;
    display: inline-block;
    z-index: 2;
    padding-left: 20px;
    padding-top: 15px;
    padding-right: 30px;
}
.aboutBox1 .itemBox .item:nth-of-type(2) span{
    float: right;
    padding-right: 0;
    padding-left: 30px;
}
.aboutBox1 .itemBox .item span em{
    font-size: 60px;
}
.aboutBox1 .itemBox .item span:before{
    position: absolute;
    content: '';
    width: 54px;
    height: 54px;
    z-index: -1;
    left: 0;
    top: 0;
    background: #0672f9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.aboutBox1 .itemBox .item:nth-of-type(2) span:before{
    background: #ec6941;
}
.aboutBox1 .itemBox .item p{
    font-size: 16px;
    color: #ffffff;
}
.aboutBox1 .itemBox .item:nth-of-type(1) p{
    padding-top: 30px;
}
.aboutBox1 .itemBox .item:nth-of-type(2) p{
    padding-top: 20px;
}
.aboutBox1 .itemBox .item:nth-of-type(3) p{
    padding-top: 25px;
}

.aboutBox2{
    padding: 70px 0;
}
.aboutBox2 .title h2{
    text-align: center;
    padding-bottom: 60px;
    font-size: 54px;
    color: #262626;
    font-weight: 700;
    font-family: "Playfair Display", sans-serif;
}
.aboutBox2 .conBox{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}
.aboutBox2 .conBox .imgBox{
    width: 71%;
    float: left;
    position: relative;
}
.aboutBox2 .conBox .imgBox .img.hide{
    display: none;
}
.aboutBox2 .conBox .imgBox .t{
    position: absolute;
    text-align: center;
    cursor: pointer;
}
.aboutBox2 .conBox .imgBox .t em{
    font-size: 34px;
    color: #ec6941;
    transition: all .3s;
}
.aboutBox2 .conBox .imgBox .t:hover em,
.aboutBox2 .conBox .imgBox .t.on em{
    color: #0272fa;
    transition: all .3s;
}
.aboutBox2 .conBox .imgBox .t p{
    font-size: 20px;
    color: #171717;
}
.aboutBox2 .conBox .imgBox .t1{
    top: 32%;
    left: 10%;
}
.aboutBox2 .conBox .imgBox .t2{
    top: 60%;
    left: 20%;
}
.aboutBox2 .conBox .imgBox .t3{
    top: 27%;
    left: 47%;
}
.aboutBox2 .conBox .imgBox .t4{
    top: 50%;
    left: 50%;
}
.aboutBox2 .conBox .imgBox .t5{
    top: 30%;
    left: 70%;
}
.aboutBox2 .conBox .imgBox .t6{
    top: 70%;
    left: 78%;
}
.aboutBox2 .conBox .itemBox{
    width: 29%;
    float: left;
    padding-left: 25px;
    padding-bottom: 25px;
}
.aboutBox2 .conBox .itemBox .item{
    display: none;
}
.aboutBox2 .conBox .itemBox .item.on{
    display: block;
}
.aboutBox2 .conBox .itemBox .item h3{
    font-size: 30px;
    color: #171717;
    padding-top: 15px;
    padding-bottom: 20px;
    position: relative;
}
.aboutBox2 .conBox .itemBox .item h3:before{
    position: absolute;
    content: '';
    width: 36px;
    height: 6px;
    top: 0;
    left: 0;
    background: #0272fa;
}
.aboutBox2 .conBox .itemBox .item li{
    width: 50%;
    float: left;
    padding: 0 10px;
    margin-bottom: 2px;
    position: relative;
}
.aboutBox2 .conBox .itemBox .item li:before{
    position: absolute;
    content: '';
    width: 4px;
    height: 4px;
    background: #0272fa;
    left: 0;
    top: 10px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.aboutBox2 .conBox .itemBox .item li{
    font-size: 16px;
    color: #252525;
}

.aboutBox3{
    padding: 45px 0;
    background: #f9f9f9;
    overflow: hidden;
}
.aboutBox3 .title h2{
    text-align: center;
    padding-bottom: 50px;
    font-size: 54px;
    color: #262626;
    font-weight: 700;
    line-height: 1;
    font-family: "Playfair Display", sans-serif;
}
.aboutBox3 .item{
    overflow: hidden;
}
.aboutBox3 .item .img{
    width: 50%;
    float: left;
    padding-top: 407px;
    background-repeat: no-repeat;
    background-position: center center;
    border-top-right-radius: 100px;
}
.aboutBox3 .item:nth-of-type(2) .img{
    float: right;
    border-top-right-radius: 0;
    border-bottom-left-radius: 100px;
}
.aboutBox3 .item .textBox{
    width: 50%;
    float: left;
}
.aboutBox3 .item .textBox .text{
    width: 600px;
    padding-top: 70px;
    padding-left: 25px;
}
.aboutBox3 .item:nth-of-type(2) .textBox .text{
    float: right;
    padding-top: 40px;
}
.aboutBox3 .item:nth-of-type(2) .textBox .text{
    padding-left: 0;
    padding-right: 25px;
}
.aboutBox3 .item .textBox .text h3{
    font-size: 34px;
    color: #0672f9;
    font-family: "Playfair Display", sans-serif;
    font-weight: 700;
    padding-bottom: 20px;
}
.aboutBox3 .item .textBox .text p{
    font-size: 16px;
    color: #262626;
}

.aboutBox4{
    overflow: hidden;
    padding-top: 60px;
    padding-bottom: 20px;
}
.aboutBox4 .title{
    width: 420px;
    float: left;
    padding-right: 60px;
}
.aboutBox4 .title h2{
    font-size: 54px;
    color: #262626;
    font-weight: 700;
    line-height: 1;
    padding-top: 80px;
    padding-bottom: 10px;
    font-family: "Playfair Display", sans-serif;
}
.aboutBox4 .title p{
    font-size: 16px;
    color: #262626;
}
.aboutBox4 .imgBox{
    margin-left: 420px;
    display: flex;
    justify-content: space-between;
}
.aboutBox4 .imgBox .img{
    line-height: 0;
}

.productDetailBox1{
    padding: 50px 0;
    overflow: hidden;
}
.productDetailBox1 .textBox{
    width: 45%;
    float: left;
    padding-right: 100px;
}
.productDetailBox1 .textBox .text h1{
    font-size: 36px;
    color: #262626;
    font-weight: 700;
    padding-top: 50px;
    font-family: "Playfair Display", sans-serif;
    padding-bottom: 30px;
}
.productDetailBox1 .textBox .text p{
    font-size: 16px;
    color: #262626;
    font-weight: 300;
    line-height: 1.5;
}
.productDetailBox1 .textBox a.a1{
    display: inline-block;
    margin-top: 30px;
    background: #ec6941;
    width: 190px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
}
.productDetailBox1 .textBox a.a1:hover{
    background: #0272fa;
}
.productDetailBox1 .imgBox{
    width: 55%;
    float: left;
    overflow: hidden;
}
.productDetailBox1 .imgBox .bigImgBox{
    width: 75%;
    float: left;
    position: relative;
    border: 1px solid #dddddd;
}
.productDetailBox1 .imgBox .bigImgBox img{
    clear: both;
    display: block;
    margin: auto;
}
.productDetailBox1 .imgBox .smallImgBox{
    width: 23%;
    float: right;
}
.productDetailBox1 .imgBox .smallImgBox .slick_first{
    border: 1px solid #dddddd;
    margin-bottom: 19px;
}

.productDetailBox .title h2{
    border-top: 1px solid #dddddd;
    border-bottom: 1px solid #dddddd;
    font-size: 18px;
    color: #161616;
    padding: 10px 0;
    margin-bottom: 30px;
    position: relative;
}
.productDetailBox .title h2:before{
    position: absolute;
    content: '-';
    color: #161616;
    right: 0;
    font-size: 20px;
}
.productDetailBox .title h2.on:before{
    position: absolute;
    content: '+';
    color: #161616;
    right: 0;
    font-size: 20px;
}
.productDetailBox .contentBox{
    padding-bottom: 50px;
}
.productDetailBox .tableNoBorder table,
.productDetailBox .tableNoBorder table tr,
.productDetailBox .tableNoBorder table tr td{
    border: 0;
    padding: 0;
}
.productDetailBox .tableNoBorder table tr td{
    width: 50%;
    word-break: normal !important;
}
.productDetailBox .tableNoBorder .text{
    padding: 0 60px;
}
.productDetailBox .tableNoBorder img{
    border: 1px solid #eeeeee;
}
.productDetailBox .tableNoBorder .text h3{
    font-size: 50px;
    font-weight: 700;
    color: #161616;
    line-height: 1;
    padding-bottom: 20px;
}
.productDetailBox .tableNoBorder .text strong,
.productDetailBox .tableNoBorder .text span{
    font-size: 26px;
    color: #161616 !important;
    font-weight: 400 !important;
}
.productDetailBox .tableNoBorder .text p{
    font-size: 16px;
    color: #262626;
    font-weight: 300;
}

.productDetailBox2 .title h2{
    font-size: 40px;
    color: #262626;
    text-align: center;
    font-weight: 700;
    padding-bottom: 50px;
    font-family: "Playfair Display", sans-serif;
}
.productDetailBox2 .itemBox{
    margin-left: -10px;
    margin-right: -10px;
    padding-bottom: 40px;
    overflow: hidden;
}
.productDetailBox2 .item{
    width: 33.3%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
    text-align: center;
}
.productDetailBox2 .item .conBox{
    border: 1px solid #eeeeee;
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    overflow: hidden;
}
.productDetailBox2 .item .img{
    line-height: 0;
    text-align: center;
}
.productDetailBox2 .item .text a{
    display: block;
    font-size: 20px;
    color: #161616;
    line-height: 1.5;
    padding: 10px 0;
}


.newsItemBox{
    display: flex;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    overflow: hidden;
}
.newsItemBox .item{
    width: 33.333%;
    padding: 0 10px;
    float: left;
    margin-bottom: 20px;
}
.newsItemBox .item .img{
    line-height: 0;
    overflow: hidden;
}
.newsItemBox .item .img img{
    width: 100%;
}
.newsItemBox .item .text{
    padding: 20px;
    -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);
}
.newsItemBox .item .text h3 a{
    display: block;
    font-size: 18px;
    color: #262626;
}
.newsItemBox .item .text .t{
    height: 84px;
    margin-top: 10px;
}
.newsItemBox .item .text .t p{
    font-size: 16px;
    color: #262626;
    line-height: 1.4;
    font-weight: 300;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.newsItemBox .item .text > span{
    display: inline-block;
    font-size: 14px;
    color: #262626;
}
.newsItemBox .item .text h3 a:hover{
    color: #008fd7;
}


.about20210506Box1 .title{
    padding-bottom: 50px;
}
.about20210506Box1 .title h2{
    text-align: center;
    padding-bottom: 30px;
    font-size: 54px;
    color: #262626;
    font-weight: 700;
    font-family: "Playfair Display", sans-serif;
}
.about20210506Box1 .title p{
    font-size: 16px;
    color: #262626;
    line-height: 1.5;
}
.about20210506Box1 .itemBox{
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    padding-bottom: 40px;
}
.about20210506Box1 .item{
    width: 50%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
    text-align: center;
}
.about20210506Box1 .item .img{
    line-height: 0;
    padding-bottom: 10px;
}
.about20210506Box1 .item .text h3{
    font-weight: 700;
    font-size: 24px;
    color: #141414;
    padding-bottom: 5px;
    font-family: "Playfair Display", sans-serif;
}
.about20210506Box1 .item .text p{
    font-size: 16px;
    color: #262626;
    line-height: 1.5;
}
.about20210506Box2{
    padding-top: 50px;
}
.about20210506Box2 .text h2{
    font-size: 34px;
    color: #0672f9;
    font-family: "Playfair Display", sans-serif;
    font-weight: 700;
    padding-bottom: 20px;
}
.about20210506Box2 .text p{
    font-size: 16px;
    color: #262626;
}

.ss{
    font-family: "Playfair Display", sans-serif;
}
@media (max-width: 1620px){
    .indexBox2 .item .title h3{
        font-size: 24px;
    }
    .indexBox2 .item .title em{
        font-size: 60px;
    }
    .indexBox2 .item .ico em{
        font-size: 70px;
    }
}
@media (max-width: 1450px){
    .indexBox1 .textBox .title{
        padding: 0;
    }
    .indexBox1 .textBox .indexProductBtn .btnBox .btn{
        margin-left: 35px;
    }
}
@media (max-width: 1220px){
    .indexBox1 .textBox .title h2,
    .indexBox3 .textBox h2,
    .indexBox4 .title h2,
    .productDetailBox .tableNoBorder .text h3,
    .aboutBox1 .textBox h2,
    .aboutBox1 .itemBox .item span,
    .aboutBox2 .title h2,
    .aboutBox3 .title h2,
    .aboutBox4 .title h2,
    .solutionBanner h1,
    .solutionBox2 .title h2,
    .solutionBox4 .title h2,
    .caseBanner h1,
    .caseDetailBox3 .title h2,
    .contactBanner .text h1,
    .about20210506Box1 .title h2{
        font-size: 40px;
    }

    .indexBox1 .textBox .indexProductBtn .btnBox .btn,
    .indexBox1 .item .text h3,
    .indexBox2 .item .text p,
    .indexBox3 .item .text a,
    .productDetailBox2 .item .text a,
    .aboutBtnBox a,
    .aboutBox2 .conBox .imgBox .t p,
    .caseDetailBox3 .item .text a,
    .contactBox1 .contactForm .text .t p,
    .contactBanner .text p,
    .contactBox1 .contactInfo .textBox p{
        font-size: 16px;
    }

    .headerTop .headerInfo .headerSearch{
        margin-left: 0;
    }
    .headerTop .headerInfo .headerSearch .search{
        width: 170px;
    }
    .headerNavBox .nav_list > li{
        margin-left: 0;
    }

    .footer_box .fast_navigation .item:nth-of-type(4){
        display: none;
    }
    .footer_box .fast_navigation h3{
        font-size: 26px;
    }

    .indexBox1 .textBox{
        padding: 50px 0 30px;
    }
    .indexBox1 .textBox .title{
        width: 100%;
        text-align: center;
    }
    .indexBox1 .textBox .title p{
        width: 100%;
    }
    .indexBox1 .textBox .indexProductBtn{
        margin-left: 0;
        width: 100%;
        float: left;
        padding-right: 0;
    }
    .indexBox1 .textBox .indexProductBtn .btnBox{
        padding-top: 30px;
        text-align: center;
        justify-content: center;
    }
    .indexBox1 .textBox .indexProductBtn .btnBox .btn{
        float: none;
    }
    .indexBox1 .textBox .indexProductBtn .a{
        display: none;
    }
    .indexBox1 .itemBox{
        margin-left: -5px;
        margin-right: -5px;
    }
    .indexBox1 .item{
        padding: 0 5px;
    }


    .indexBox2 .item{
        padding-top: 50px;
    }
    .indexBox2 .item .title h3{
        font-size: 20px;
    }
    .indexBox3 .textBox{
        padding: 50px 0;
    }
    .indexBox3 .textBox h2{
        width: 245px;
    }
    .indexBox3 .textBox .text{
        margin-left: 245px;
    }
    .indexBox3 .itemBox{
        margin-left: -5px;
        margin-right: -5px;
    }
    .indexBox3 .item{
        padding: 0 5px;
    }

    .indexBox4 .title h2{
        padding-top: 20px;
        padding-bottom: 0;
    }
    .indexBox4 .item{
        padding-left: 150px;
    }
    .indexBox4 .item .time{
        width: 130px;
        height: 100px;
    }
    .indexBox4 .item .img{
        width: 300px;
    }
    .indexBox4 .item .text{
        margin-right: 300px;
    }
    .indexBox4 .item .time span{
        font-size: 32px;
    }
    .indexBox4 .item .time p{
        font-size: 16px;
    }

    .indexBox5{
        padding: 50px 0;
    }
    .indexBox5 .conBox{
        padding: 30px 30px 10px;
    }

    .newsItemBox .item{
        width: 50%;
    }

    .productDetailBox1 .textBox{
        padding-right: 50px;
    }
    .productDetailBox1 .textBox .text h1{
        padding-top: 0;
    }
    .productDetailBox .tableNoBorder .text strong,
    .productDetailBox .tableNoBorder .text span{
        font-size: 20px;
    }

    .aboutVideo{
        padding-top: 320px;
    }

    .aboutBtnBox{
        padding: 10px 0;
    }
    .aboutBox1 .textBox h2{
        padding-top: 0;
    }
    .aboutBox2{
        padding: 50px 0;
    }
    .aboutBox2 .title h2{
        padding-bottom: 30px;
    }
    .aboutBox2 .conBox .itemBox .item h3{
        font-size: 20px;
    }
    .aboutBox3 .item .textBox .text{
        width: 496px;
    }
    .aboutBox4{
        padding-top: 50px;
    }
    .aboutBox4 .imgBox .img{
        padding-left: 10px;
    }
    .solutionBox5 .img{
        top: 30px;
    }
    .solutionBox5 .solutionForm{
        width: 55%;
        padding: 30px 50px;
    }

    .solutionBanner,
    .caseBanner{
        padding: 130px 0;
    }
    .solutionBox2 .item .text{
        padding: 50px 20px;
    }
    .solutionBox2 .item .text h3{
        font-size: 20px;
    }
    .solutionBox3 .item .textBox .text{
        width: 496px;
    }
    .solutionBox3 .item .textBox .text em{
        font-size: 60px;
    }
    .solutionBox3 .item .textBox .text h3{
        font-size: 20px;
        padding-bottom: 10px;
    }

    .solutionBox4 .title h2{
        padding-bottom: 30px;
    }
    .solutionBox4 .itemBox{
        margin-left: -10px;
        margin-right: -10px;
    }
    .solutionBox4 .item{
        padding: 0 10px;
    }
    .solutionBox4 .item .text a{
        font-size: 16px;
    }

    .caseBox2 .item .text h3{
        font-size: 22px;
    }

    .contactBanner .text{
        padding-top: 160px;
    }
    .contactBox1 .contactInfo{
        padding-right: 50px;
    }
    .contactBox1 .contactForm .form{
        padding: 40px 20px;
    }
    .contactBox1 .contactInfo .textBox ul li{
        padding-left: 35px;
    }
}
@media (max-width: 992px){
    .indexBox1 .textBox .title h2,
    .indexBox3 .textBox h2,
    .indexBox4 .title h2,
    .productDetailBox1 .textBox .text h1,
    .productDetailBox .tableNoBorder .text h3,
    .productDetailBox2 .title h2,
    .aboutBox1 .textBox h2,
    .aboutBox1 .itemBox .item span,
    .aboutBox2 .title h2,
    .aboutBox3 .title h2,
    .aboutBox4 .title h2,
    .solutionBanner h1,
    .solutionBox2 .title h2,
    .solutionBox4 .title h2,
    .caseBanner h1,
    .caseDetailBox3 .title h2,
    .contactBanner .text h1,
    .about20210506Box1 .title h2{
        font-size: 34px;
    }
    .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;
        padding: 5px 0;
        line-height: 0;
        font-size: 0;
        zoom: 1;
    }

    .logo_box img {
	
        height: 100%;
    }

    .lang{
        position: absolute;
        top: 13px;
        right: 10px;
    }
    .langBtn{
        margin-top: 0;
    }

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

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

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        cursor: pointer;
        height: 3px;
        width: 40px;
        background: #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/en-us/reset/li_click.png") no-repeat top center;
    }

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

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

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

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

    .m_header .lang{
        position: absolute;
        top: 10px;
        margin-left: 15px;
    }
    .m_header .langBtn{
        display: block;
        background: url("/public/static/images/home/en-us/langIco.png") no-repeat center center;
        width: 32px;
        height: 32px;
        margin-top: 5px;
        cursor: pointer;
    }
    .m_header .lang ul{
        display: none;
        position: absolute;
        right: 0;
        background: #0272fa;
        border-radius: 5px;
        padding: 10px 0;
        z-index: 20;
        border: 1px solid #0272fa
    }
    .m_header .lang ul a{
        white-space: nowrap;
        display: block;
        color: #ffffff;
        padding: 0 10px;
        line-height: 1.8;
    }
    .m_header .lang ul a:hover{
        background: #ffffff;
        color: #000000;
    }

    .banner .slick-dots{
        width: auto;
        background: none;
    }
    .banner .slick-dots li{
        width: 10px;
        height: 10px;
        float: none;
        padding: 0;
        background: #ffffff;
        margin: 0 5px;
    }
    .banner .slick-dots li.slick-active{
        padding: 0 20px;
        background: #0272fa;
    }
    .banner .slick-dots li:before,
    .banner .slick-dots li:after{
        display: none !important;
    }

    .indexBox1 .item .conBox{
        height: auto;
    }
    .indexBox1 .item .text{
        position: initial;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        margin: 0;
    }
    .indexBox1 .item .text h3{
        padding-top: 30px;
        line-height: 1.2;
        margin-bottom: 5px;
    }
    .indexBox1 .item:hover .text{
        display: block;
        background: none;
    }
    .indexBox1 .item:hover .text h3{
        color: #161616;
    }
    .indexBox1 .item .text p{
        color: #161616;
        padding: 0 10px;
    }
    .indexBox1 .item .text a:hover{
        background: none;
        color: #000000;
    }

    .indexBox2 .itemBox{
        position: initial;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
        background: rgba(0,0,0,0.8);
    }
    .indexBox2 .item{
        padding: 30px 1%;
    }
    .indexBox2 .item .ico{
        display: none;
    }
    .indexBox2 .item .title em{
        font-size: 40px;
    }
    .indexBox2 .item .title h3{
        font-size: 18px;
    }
    .indexBox2 .item .text p{
        font-size: 14px;
    }

    .indexBox3 .textBox h2{
        width: 100%;
        text-align: center;
    }
    .indexBox3 .textBox .text{
        margin-left: 0;
        float: left;
        text-align: center;
    }

    .indexBox4 .item{
        padding-top: 20px;
        padding-bottom: 20px;
        padding-left: 105px;
    }
    .indexBox4 .item .time{
        width: 90px;
        height: 75px;
    }
    .indexBox4 .item .time span{
        font-size: 20px;
    }
    .indexBox4 .item .time p{
        font-size: 14px;
    }
    .indexBox4 .item .text{
        margin-right: 240px;
    }
    .indexBox4 .item .text h3 a{
        font-size: 18px;
        padding-bottom: 5px;
    }
    .indexBox4 .item .text p{
        font-size: 14px;
    }
    .indexBox4 .item .img{
        width: 240px;
    }

    .indexBox5 .conBox .text h2{
        font-size: 30px;
    }
    .indexBox5 .conBox .text{
        width: 100%;
        padding-right: 0;
        padding-bottom: 30px;
    }
    .indexBox5 .conBox .form{
        width: 100%;
        float: left;
        margin-left: 0;
    }

    .footer_box .fast_navigation .itemBox{
        padding: 50px 0;
    }
    .footer_box .fast_navigation .footerLogo{
        padding-bottom: 20px;
    }
    .footer_box .fast_navigation .footerLogo img{
        width: 150px;
    }
    .footer_box .fast_navigation .footerShare{
        margin-top: 15px;
    }
    .footer_box .fast_navigation .item{
        display: none;
    }
    .footer_box .fast_navigation .item:nth-of-type(1){
        width: 100%;
        display: block;
    }

    .productDetailBox1 .textBox{
        width: 100%;
        padding-right: 0;
    }
    .productDetailBox1 .sharethis_inline{
        margin-top: 15px !important;
    }
    .productDetailBox1 .textBox a.a1{
        margin-top: 0;
        margin-bottom: 30px;
    }
    .productDetailBox1 .imgBox{
        width: 100%;
    }
    .productDetailBox1 .imgBox .smallImgBox{
        width: 20%;
    }
    .productDetailBox .tableNoBorder .text{
        padding: 0 30px;
    }
    .productDetailBox2 .title h2{
        padding-bottom: 20px;
    }
    .productDetailBox2 .itemBox{
        margin-left: -5px;
        margin-right: -5px;
    }
    .productDetailBox2 .item{
        padding: 0 5px;
    }

    .aboutBtnBox{
        display: none;
    }

    .aboutVideo{
        padding-top: 280px;
    }
    .aboutBox1{
        padding: 50px 0;
        background: url("/public/static/images/home/en-us/aboutBj1.png");
    }
    .aboutBox1 .textBox{
        width: 100%;
    }
    .aboutBox1 .textBox h2{
        padding-bottom: 30px;
    }
    .aboutBox1 .itemBox{
        width: 100%;
        margin-top: 20px;
        background: #013068;
        padding: 30px 30px 0;
    }
    .aboutBox1 .itemBox .item{
        margin-bottom: 30px;
    }
    .aboutBox2 .conBox .imgBox{
        width: 100%;
    }
    .aboutBox2 .conBox .itemBox{
        width: 100%;
        padding-left: 0;
    }
    .aboutBox2 .conBox .itemBox .item li{
        width: 33.33%;
    }

    .aboutBox3 .title h2{
        padding-bottom: 30px;
    }
    .aboutBox3 .item .img{
        width: 100%;
        padding-top: 42% !important;
        border-top-right-radius: 0 !important;
        border-bottom-left-radius: 0 !important;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .aboutBox3 .item .textBox{
        width: 100%;
    }
    .aboutBox3 .item .textBox .text{
        width: 767px;
        float: none !important;
        margin: auto;
        padding: 30px 0 !important;
    }

    .aboutBox4 .title{
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    .aboutBox4 .title h2{
        padding-top: 0;
    }
    .aboutBox4 .imgBox{
        width: 100%;
        float: left;
        margin-left: 0;
        padding-top: 30px;
    }

    .solutionBox5 .img{
        width: 100%;
        position: initial;
        top: auto;
        bottom: auto;
        left: auto;
        right: auto;
    }
    .solutionBox5 .img img{
        width: 100%;
    }
    .solutionBox5 .solutionForm{
        width: 100%;
        float: left;
        margin-top: 30px;
    }

    .solutionBanner,
    .caseBanner{
        padding: 100px 0;
    }

    .solutionBox2 .item{
        width: 100%;
        padding: 0 10px;
    }
    .solutionBox2 .item .text{
        min-height: 0;
    }
    .solutionBox2 .item:before{
        display: none;
    }
    .solutionBox2 .item .text{
        -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);
    }

    .solutionBox3 .item .imgBox{
        width: 100%;
        padding-top: 51%;
        -webkit-background-size: cover;
        background-size: cover;
    }
    .solutionBox3 .item .textBox{
        width: 100%;
    }
    .solutionBox3 .item .textBox .text{
        width: 767px !important;
        margin: auto;
        float: none !important;
        padding: 30px 0 !important;
    }

    .caseBox2 .item .img{
        width: 50%;
    }
    .caseBox2 .item .text{
        width: 50%;
        padding: 30px 20px 0;
    }

    .caseDetailBox2 .imgBox,
    .caseDetailBox3 .itemBox{
        margin-left: -5px;
        margin-right: -5px;
    }
    .caseDetailBox2 .img,
    .caseDetailBox3 .item{
        padding: 0 5px;
        margin-bottom: 15px;
    }

    .caseDetailBox3 .title h2{
        padding-bottom: 20px;
    }

    .contactBanner .text{
        width: 100%;
        text-align: center;
        padding: 80px 0;
    }
    .contactBox1{
        margin-top: 40px;
    }
    .contactBox1 .contactInfo{
        padding-top: 0;
        width: 100%;
        padding-right: 0;
    }
    .contactBox1 .contactInfo .img{
        padding-top: 0;
        padding-bottom: 0;
    }
    .contactBox1 .contactInfo .img img{
        width: 150px;
    }
    .contactBox1 .contactInfo .textBox ul{
        padding-top: 20px;
    }
    .contactBox1 .contactInfo .contactShare{
        margin-top: 20px;
        margin-bottom: 30px;
    }
    .contactBox1 .contactForm{
        width: 100%;
    }
    .contactBox1 .contactForm .text{
        padding: 25px 20px;
        height: auto;
    }
    .contactBox1 .contactForm .form h3{
        font-size: 18px;
    }
    .about20210506Box1 .title h2{
        padding-bottom: 15px;
    }
    .about20210506Box1 .item .text h3{
        font-size: 20px;
    }
}
@media (max-width: 767px){
    .indexBox1 .textBox .title h2,
    .indexBox3 .textBox h2,
    .indexBox4 .title h2,
    .indexBox5 .conBox .text h2,
    .productDetailBox1 .textBox .text h1,
    .productDetailBox .tableNoBorder .text h3,
    .productDetailBox2 .title h2,
    .aboutBox1 .textBox h2,
    .aboutBox1 .itemBox .item span,
    .aboutBox2 .title h2,
    .aboutBox3 .title h2,
    .aboutBox4 .title h2,
    .solutionBanner h1,
    .solutionBox2 .title h2,
    .solutionBox4 .title h2,
    .caseBanner h1,
    .caseDetailBox3 .title h2,
    .contactBanner .text h1,
    .about20210506Box1 .title h2{
        font-size: 28px;
    }

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

    .indexBox1 .itemBox{
        padding-bottom: 30px;
    }
    .indexBox1 .item{
        width: 50%;
        margin-bottom: 15px;
    }

    .indexBox2 .item{
        width: 33.33%;
        padding: 15px 1%;
        border-bottom: 1px solid #ffffff;
    }
    .indexBox2 .item:last-child{
        width: 100%;
    }
    .indexBox2 .item .title{
        display: flex;justify-content: left;
    }
    .indexBox2 .item .title em{
        display: inline-block;
        float: left;
        width: auto;
        padding-right: 15px;
    }
    .indexBox2 .item .title h3{
        display: inline-block;
        float: left;
    }

    .indexBox3 .item{
        width: 50%;
        margin-bottom: 15px;
    }
    .indexBox4 .title h2{
        padding-top: 30px;
    }

    .indexBox4 .item .text{
        margin-right: 200px;
        padding-right: 30px;
    }
    .indexBox4 .item .img{
        width: 200px;
    }

    .productDetailBox1 .imgBox .bigImgBox{
        width: 100%;
    }
    .productDetailBox1 .imgBox .bigImgBox li.slick-active{
        background: #0272fa;
    }
    .productDetailBox1 .imgBox .smallImgBox{
        display: none;
    }
    .productDetailBox .tableNoBorder table{
        width: 767px;
    }
    .productDetailBox .tableNoBorder .text{
        padding: 0 10px;
    }
    .productDetailBox .tableNoBorder .text h3{
        padding-bottom: 10px;
    }
    .productDetailBox .tableNoBorder .text strong,
    .productDetailBox .tableNoBorder .text span{
        font-size: 16px;
    }

    .aboutVideo{
        padding-top: 240px;
    }

    .aboutBox1 .itemBox .item span:before{
        width: 40px;
        height: 40px;
    }
    .aboutBox1 .itemBox .item span em{
        font-size: 36px;
    }

    .aboutBox3 .item .textBox .text{
        width: auto;
        padding: 30px 10px !important;
    }
    .aboutBox3 .item .textBox .text h3{
        font-size: 26px;
    }
    .solutionBox5 .solutionForm{
        padding: 20px 30px;
    }
    .solutionBox5 .solutionForm h2{
        font-size: 26px;
    }

    .solutionBox3 .item .textBox .text{
        width: auto !important;
        padding: 30px 10px !important;
    }

    .solutionBox4 .item{
        width: 50%;
    }

    .caseBox2 .item .img{
        width: 100%;
    }
    .caseBox2 .item .text{
        width: 100%;
        padding: 30px 20px;
    }
    .caseBox2 .item .text h3{
        padding-bottom: 10px;
    }
    .caseBox2 .item .text a{
        margin-top: 10px;
    }

    .caseDetailBox3 .item{
        width: 50%;
    }

    .contactBanner .text{
        padding: 60px 0;
    }

    .about20210506Box2 .text h2{
        font-size: 26px;
    }
}
@media (max-width: 640px){
    .indexBox1 .textBox .title p,
    .indexBox1 .item .text h3,
    .indexBox3 .item .text a,
    .indexBox3 .textBox .text p,
    .indexBox5 .conBox .text p,
    .footer_box .fast_navigation .footerInfo span,
    .footer_box .fast_navigation .footerInfo a,
    .productDetailBox .tableNoBorder .text p,
    .productDetailBox2 .item .text a,
    .aboutBox1 .textBox p,
    .aboutBox1 .textBox p strong,
    .aboutBox1 .itemBox .item p,
    .aboutBox2 .conBox .itemBox .item li,
    .aboutBox3 .item .textBox .text p,
    .aboutBox4 .title p,
    .solutionBox1 p,
    .solutionBox2 .item .text p,
    .solutionBox3 .item .textBox .text p strong,
    .solutionBox3 .item .textBox .text p,
    .solutionBox4 .item .text a,
    .caseBox1 p,
    .caseBox2 .item .text p,
    .caseDetailBox3 .item .text a,
    .caseDetailBox1 p,
    .contactBanner .text p,
    .contactBox1 .contactInfo .textBox p,
    .contactBox1 .contactInfo .textBox ul li,
    .contactBox1 .contactInfo .textBox ul li a,
    .contactBox1 .contactForm .text .t p{
        font-size: 14px;
    }
    .newsItemBox .item{
        width: 100%;
    }

    .indexBox1 .textBox .indexProductBtn .btnBox .btn{
        margin-left: 15px;
        font-size: 14px;
    }

    .indexBox2 .item{
        width: 50%;
    }

    .indexBox4 .item{
        padding-left: 0;
    }
    .indexBox4 .item .time{
        display: none;
    }
    .indexBox4 .item .text{
        padding-right: 15px;
    }

    .productDetailBox2 .item{
        width: 50%;
    }

    .aboutVideo{
        padding-top: 200px;
    }
    .aboutBox2 .conBox .imgBox .img,
    .aboutBox2 .conBox .imgBox .t{
        display: none;
    }
    .aboutBox2 .conBox .imgBox .img.hide{
        display: block;
    }
    .aboutBox2 .conBox .itemBox .item{
        display: block;
        overflow: hidden;
        margin-bottom: 30px;
    }
    .aboutBox2 .conBox .itemBox .item h3{
        padding-bottom: 10px;
        font-size: 18px;
    }
    .aboutBox2 .conBox .itemBox .item li{
        width: 50%;
    }

    .contactBox2 iframe{
        height: 300px;
    }
}
@media (max-width: 540px){
    .aboutVideo{
        padding-top: 180px;
    }

    .solutionBanner,
    .caseBanner{
        padding: 80px 0;
    }

    .contactBox1 .contactForm .form .info{
        width: 100%;
    }
    .contactBox1 .contactForm .form h3{
        display: none;
    }
    .about20210506Box1 .item{
        width: 100%;
    }
}
@media (max-width: 480px){
    .indexBox2 .item{
        width: 100%;
        border-right: 0;
    }
    .indexBox4 .item .img{
        width: 100%;
        float: left;
    }
    .indexBox4 .item .text{
        width: 100%;
        float: left;
        margin: 0;
        padding-right: 0;
        padding-top: 15px;
    }
    .indexBox5 .conBox .form .info{
        width: 100%;
    }

    .productDetailBox2 .item{
        width: 100%;
    }

    .aboutBox1 .itemBox .item span{
        display: block;
        width: 100%;
        padding-right: 0;
        margin-bottom: 5px;
    }

    .solutionBox4 .item{
        width: 100%;
    }

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



.productBtnCon{
    position: sticky;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    overflow: hidden;
    background: #0272fa;
    margin-bottom: 30px;
    -webkit-box-shadow: 0 0 5px 0 rgba(2,114,250,.5);
    -moz-box-shadow: 0 0 5px 0 rgba(2,114,250,.5);
    box-shadow: 0 0 5px 0 rgba(2,114,250,.5);
}
.productBtnCon a{
    float: left;
    margin-right: 15px;
    display: inline-block;
    line-height: 40px;
    padding: 0 20px;
    font-size: 16px;
    color: #ffffff;
}
.productBtnCon a:hover,
.productBtnCon a.on{
    background: #ffffff;
    color: #333333;
}
@media (max-width: 992px) {
    .productBtnCon{
        display: none;
    }
}
.cusBanner {
    background: url("/public/static/images/home/en-us/cusBanner.jpg") no-repeat center;
    height: 752px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.cusBanner h1 {
    font-size: 60px;
    font-weight: 800;
    font-family: "Playfair Display", sans-serif;
    color: #ffffff;
}

.cusBanner .text {
    margin-top: 26%;
}

.cusBox1 {
    padding: 66px 0 90px;
}

.cusBox1 .title h2,
.cusBox2 .title h2,
.cusBox3 .title h2,
.cusBox4 .title h2 {
    text-align: center;
    font-size: 54px;
    font-family: "Playfair Display", sans-serif;
    font-weight: 800;
    color: #262626;
}

.cusBox1 .content p {
    font-size: 16px;
    font-family: Poppins;
    font-weight: 300;
    color: #1B1B1B;
    margin-top: 22px;
    text-align: center;
}

.cusBox1 .content .img {
    text-align: center;
    margin-top: 53px;
}

.cusBox2 {
    padding: 58px 0 134px;
    background: #F3F3F3;
}

.cusBox2 .content p {
    width: 982px;
    font-size: 16px;
    font-family: Poppins;
    font-weight: 300;
    text-align: center;
    margin: 36px auto 42px;
}

.cusBox2 .content .imgs .line {
    display: flex;
    margin: 0 -6px;
}

.cusBox2 .content .imgs .line .img-item {
    position: relative;
    border-radius: 10px;
    margin: 6px;
    overflow: hidden;
}

.cusBox2 .content .imgs .line .img-item img {
    vertical-align: top;
    overflow: hidden;
    transition: all 0.5s ease-in-out;
}

.cusBox2 .content .imgs .line .img-item .yin-yin {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 10px;
    transform: scale(0);
    transition: all 0.5s ease-in-out;
}

.cusBox2 .content .imgs .line .img-item .yin-yin p {
    font-size: 54px;
    font-family: Playfair Display;
    font-weight: 800;
    color: #FFFFFF;
}

.cusBox2 .content .imgs .line .img-item:hover .yin-yin {
    transform: scale(1);
    /*background: rgba(0,0,0,0.4);*/
}

.cusBox2 .content .imgs .line .img-item:hover img {
    transform: scale(1.2);
}

.cusBox3 {
    padding: 80px 0 50px;
}

.cusBox3 .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cusBox3 .content .item {
    padding: 50px 106px 54px 160px;
    background: url("/public/static/images/home/en-us/icon1hui.png") no-repeat;
    background-position: 50px center;
    background-color: #ffffff;
    width: 48%;
    border: 1px solid #EEEEEE;
    border-radius: 5px;
    transition: all 0.5s;
    margin-bottom: 30px;
}

.cusBox3 .content .item:nth-child(2) {
    background: url("/public/static/images/home/en-us/icon2.png") no-repeat;
    background-color: #ffffff;
    background-position: 50px center;
}

.cusBox3 .content .item:nth-child(3) {
    background: url("/public/static/images/home/en-us/icon3.png") no-repeat;
    background-color: #ffffff;
    background-position: 50px center;
}

.cusBox3 .content .item:nth-child(4) {
    background: url("/public/static/images/home/en-us/icon4.png") no-repeat;
    background-color: #ffffff;
    background-position: 50px center;
}

.cusBox3 .content {
    margin-top: 68px;
}

.cusBox3 .content .item h3 {
    font-size: 24px;
    font-family: Playfair Display;
    font-weight: 800;
    color: #1B1B1B;
    transition: all 0.5s;
}

.cusBox3 .content .item p {
    font-size: 16px;
    font-family: Poppins;
    font-weight: 300;
    color: #1B1B1B;
    margin-top: 27px;
    transition: all 0.5s;
}

.cusBox3 .content .item:nth-child(1):hover {
    background: url("/public/static/images/home/en-us/icon1.png") no-repeat;
    background-color: #2476ED;
    background-position: 50px center;
}

.cusBox3 .content .item:nth-child(2):hover {
    background: url("/public/static/images/home/en-us/icon2bai.png") no-repeat;
    background-color: #2476ED;
    background-position: 50px center;
}

.cusBox3 .content .item:nth-child(3):hover {
    background: url("/public/static/images/home/en-us/icon3bai.png") no-repeat;
    background-color: #2476ED;
    background-position: 50px center;
}

.cusBox3 .content .item:nth-child(4):hover {
    background: url("/public/static/images/home/en-us/icon4bai.png") no-repeat;
    background-color: #2476ED;
    background-position: 50px center;
}

.cusBox3 .content .item:hover h3 {
    color: #ffffff;
}

.cusBox3 .content .item:hover p {
    color: #ffffff;
}

.contact-us {
    background: #2476ED;
    width: 100%;
    height: 94px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-us p {
    font-size: 18px;
    font-family: Poppins;
    font-weight: 400;
    color: #FFFFFF;
}

.contact-us a {
    font-size: 18px;
    font-family: Poppins;
    font-weight: 700;
    font-style: italic;
    text-decoration: underline;
    color: #FFFFFF;
}

.cusBox4 {
    padding: 70px 0 50px;
}

.cus4Slick .item {
    padding: 0 15px;
}

.cusBox4 .content {
    margin: 24px 44px;
    text-align: center;
}

.cusBox4 .content p {
    font-size: 16px;
    font-family: Poppins;
    font-weight: 300;
}

.cusBox4 a {
    width: 424px;
    height: 60px;
    line-height: 60px;
    background: #000000;
    border-radius: 30px;
    font-size: 24px;
    font-family: Poppins;
    font-weight: 400;
    color: #FFFFFF;
    text-align: center;
    display: block;
    margin: auto;
    margin: 96px auto 0;
    transition: all 0.5s;
}

.cusBox4 a:hover {
    opacity: 0.7;
}

.cus4Slick .slick-dots {
    bottom: -42px;
}

.cus4Slick .slick-dots li {
    width: 6px;
    height: 6px;
}

.cus4Slick .slick-dots li.slick-active {
    background: #2476ED;
}

.contact-email {
    height: 234px;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: #2476ED;
}

.contact-email .text {
    text-align: center;
}

.contact-email .text p {
    font-size: 24px;
    font-family: Poppins;
    font-weight: 300;
    color: #FFFFFF;
}

.contact-email .text h2 {
    font-size: 36px;
    font-family: Playfair Display;
    font-weight: bold;
    color: #FFFFFF;
    margin: 9px 0 17px;
}

.contact-email .text a {
    width: 164px;
    height: 41px;
    background: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 21px;
    display: inline-block;
    font-size: 16px;
    font-family: Playfair Display;
    font-weight: 800;
    color: #2476ED;
    line-height: 41px;
}

.videoListBox{clear: both;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.videoListBox .list{width: 32%;margin-left: 2%;margin-top: 30px;}
.videoListBox .list .video{width: 100%;}
.videoListBox .list .video iframe{width: 100%;}
.videoListBox .list:nth-of-type(3n+1){margin-left: 0;}

@media (max-width: 992px) {
    .cusBox3 .content .item {
        width: 100%;
        /*padding: px;*/
        padding: 16px 16px 23px 80px;
        background-position: 10px center;
    }

    .cusBox3 .content .item:nth-child(1),
    .cusBox3 .content .item:nth-child(2),
    .cusBox3 .content .item:nth-child(3),
    .cusBox3 .content .item:nth-child(4){
        background-position: 10px center;
    }

    .cusBox3 .content .item:nth-child(1):hover {
        background-position: 10px center;
    }
    .cusBox3 .content .item:nth-child(2):hover {
        background-position: 10px center;
    }
    .cusBox3 .content .item:nth-child(3):hover {
        background-position: 10px center;
    }
    .cusBox3 .content .item:nth-child(4):hover {
        background-position: 10px center;
    }
    .cusBox2 .content p {
        width: auto;
    }

    .cusBox2 .content .imgs .line .img-item {
        margin: 1px;
    }
    .contact-us {
        height: auto;
    }
    .contact-us p {
        padding: 15px;
    }


}

@media (max-width: 640px) {
    .videoListBox .list{width: 100%;margin-left: 0;}
    .cusBanner {
        height: 360px;
        background-size: cover;
    }

    .cusBox1 .title h2, .cusBox2 .title h2, .cusBox3 .title h2, .cusBox4 .title h2 {
        font-size: 26px;
    }

    .cusBox1,.cusBox2,.cusBox3,.cusBox4{
        padding: 35px 0;
    }

    .contact-email .text h2 {
        font-size: 24px;
    }

    .contact-email .text p {
        font-size: 18px;
        color: #FFFFFF;
    }

    .contact-email .text a {
        width: 142px;
        height: 29px;
        font-size: 14px;
        color: #2476ED;
        line-height: 29px;
    }

    .contact-email {
        height: 150px;
    }

    .cusBox4 a {
        width: 280px;
        font-size: 22px;
        margin-top: 45px;
    }

    .cus4Slick .slick-dots {
        bottom: -25px;
    }

    .cusBox4 .content {
        margin: 24px 12px;
        text-align: center;
    }
    .cusBanner h1 {
        font-size: 26px;
        font-weight: 800;
        font-family: "Playfair Display", sans-serif;
        color: #ffffff;
        text-align: center;
        margin-top: 32%;
    }
}
.Y_customized_banner{width: 100%;height: auto;position: relative;}
.Y_customized_banner_bg{width: 100%;height: auto;}
.Y_customized_banner_bg img{width: 100%;height: auto;display: block;}
.Y_customized_banner_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;}
.Y_customized_banner_content h1{font-size: 60px;color: #FFFFFF;font-family: "Playfair Display", sans-serif;font-weight: 700;text-align: center;line-height: 1.2;padding:  0 14%;}
.Y_customized_advertising_box{width: 100%;height: auto;padding: 80px 0;}
.Y_customized_advertising_box h2{font-size: 54px;color: #262626;font-family: "Playfair Display", sans-serif;font-weight: 700;text-align: center;}
.Y_customized_advertising_box p{font-size: 16px;text-align: center;line-height: 1.6;font-weight: 300;margin-top: 30px;}
.Y_customized_solution_box{width: 100%;height: auto;padding: 80px 0;background: #efefef;overflow: hidden;}
.Y_customized_title{width: 100%;height: auto;}
.Y_customized_title h2{font-size: 54px;color: #262626;font-family: "Playfair Display", sans-serif;font-weight: 700;text-align: center;}
.Y_customized_solution_sw{width: 100%;height: auto;margin-top: 70px;overflow: unset;padding-bottom: 68px;}
.Y_customized_solution_sw .swiper-slide{display: flex;flex-direction: column;}
.Y_customized_solution_sw_img{width: 100%;height: auto;overflow: hidden;border-radius: 10px;}
.Y_customized_solution_sw_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.Y_customized_solution_sw .swiper-slide:hover .Y_customized_solution_sw_img img{transform: scale(1.1);}
.Y_customized_solution_sw_content{width: 100%;padding: 42px 52px 42px 34px;flex: 1;background: #FFFFFF;border-radius: 10px;}
.Y_customized_solution_sw_content h2{font-size: 24px;color: #2476ed;font-family: "Playfair Display", sans-serif;font-weight: 700;}
.Y_customized_solution_sw_content p{font-size: 16px;color: #1B1B1B;line-height: 1.6;margin-top: 15px;font-weight: 300;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;overflow: hidden;}
.Y_customized_solution_sw_page{width: 100%;bottom: 0 !important;}
.Y_customized_solution_sw_page span{width: 10px;height: 10px;background: rgba(46, 46, 46, 0.4);}
.Y_customized_solution_sw_page span.swiper-pagination-bullet-active{background: #2476ed;}
.Y_customized_products_box{width: 100%;height: auto;padding: 80px 0;}
.Y_customized_title p{font-size: 16px;color: #1B1B1B;text-align: center;line-height: 1.6;font-weight: 300;margin-top: 15px;}
.Y_customized_products_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 14px;}
.Y_customized_products_ul li{width: 32%;height: auto;margin-left: 2%;margin-top: 55px;}
.Y_customized_products_ul li:nth-of-type(3n+1){margin-left: 0;}
.Y_customized_products_ul_img{width: 100%;height: auto;overflow: hidden;}
.Y_customized_products_ul_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.Y_customized_products_ul_content{width: 100%;height: 85px;background: #FFFFFF;box-shadow: 3px 5px 9px 0px rgba(0, 0, 0, 0.08);padding: 0 18px;display: flex;justify-content: space-between;align-items: center;}
.Y_customized_products_ul_content h2 a{font-size: 16px;color: #262626;font-weight: 700;}
.Y_customized_products_ul_content_more{font-size: 30px;color: #727272;font-weight: 300;}
.Y_customized_products_ul li:hover .Y_customized_products_ul_img img{transform: scale(1.1);}
.Y_customized_products_ul li:hover .Y_customized_products_ul_content{background: #2476ed;}
.Y_customized_products_ul li:hover .Y_customized_products_ul_content h2 a{color: #FFFFFF;}
.Y_customized_products_ul li:hover .Y_customized_products_ul_content_more{color: #FFFFFF;}
.Y_customized_cases_box{width: 100%;height: auto;padding: 80px 0px;background: url(/public/static/images/home/en-us/Y_customized_cases_bg.jpg) no-repeat center center;background-size: cover;}
.Y_customized_cases_title_box{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.Y_customized_cases_title_left{width: 80.1%;height: auto;}
.Y_customized_cases_title_left h2{font-size: 54px;color: #FFFFFF;font-weight: 800;font-family: "Playfair Display", sans-serif;}
.Y_customized_cases_title_left p{font-size: 16px;color: #FFFFFF;line-height: 1.6;margin-top: 23px;font-weight: 300;}
.Y_customized_cases_title_right{display: flex;align-items: center;justify-content: flex-end;}
.Y_customized_cases_title_right_left,.Y_customized_cases_title_right_right{font-size: 54px;font-weight: 300;color: #FFFFFF;cursor: pointer;margin-top: 52px;}
.Y_customized_cases_title_right_right{margin-left: 30px;}
.Y_customized_cases_content_box{width: 100%;display: flex;justify-content: flex-end;margin-top: 43px;padding-left: 13%;}
.Y_customized_cases_content{width: 100%;height: auto;overflow: hidden;}
.Y_customized_cases_content_sw{width: 85.4%;margin-left: 0;overflow: unset;}
.Y_customized_cases_content_sw .swiper-slide{width: 100%;height: auto;position: relative;}
.Y_customized_cases_content_sw .swiper-slide:after{content: "";display: block;width: 100%;height: 8px;background: #FFFFFF;position: absolute;left: 0;bottom: -30px;transition: all 0.3s;}
.Y_customized_cases_content_sw_img{width: 100%;height: auto;overflow: hidden;position: relative;}
.Y_customized_cases_content_sw_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.Y_customized_cases_content_sw_content{width: 100%;height: 100%;position: absolute;left: 0;bottom: 0;padding: 34px;display: flex;flex-direction: column;justify-content: flex-end;}
.Y_customized_cases_content_sw_content h2{font-size: 24px;color: #FFFFFF;font-weight: 800;font-family: "Playfair Display", sans-serif;}
.Y_customized_cases_content_sw_content a{display: block;font-size: 16px;color: #FFFFFF;font-weight: 300;margin-top: 10px;}
.Y_customized_cases_content_sw_content a:hover{color: #2476ed;text-decoration: underline;}
.Y_customized_cases_content_sw .swiper-slide.swiper-slide-active:after{bottom: 0;}
.Y_customized_cases_content_sw .swiper-slide:hover .Y_customized_cases_content_sw_img img{transform: scale(1.1);}
.Y_customized_services_box{width: 100%;height: auto;padding: 80px 0px;}
.Y_customized_services_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 26px;}
.Y_customized_services_ul li{width: 48.6%;height: auto;margin-top: 36px;border-radius: 5px;background: #FFFFFF;box-shadow: 3px 5px 9px 0px rgba(0, 0, 0, 0.08);padding: 38px 40px;display: flex;justify-content: flex-start;align-items: flex-start;transition: all 0.3s;}
.Y_customized_services_ul_ico{width: 72px;height: auto;}
.Y_customized_services_ul_ico img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.Y_customized_services_ul_right{width: 60.3%;height: auto;margin-left: 40px;}
.Y_customized_services_ul_right h2{font-size: 24px;color: #1b1b1b;font-weight: 600;font-family: "Playfair Display", sans-serif;transition: all 0.3s;}
.Y_customized_services_ul_right p{font-size: 16px;font-weight: 300;line-height: 1.6;color: #1b1b1b;margin-top: 15px;transition: all 0.3s;}
.Y_customized_title strong{font-family: 'Poppins', sans-serif;font-weight: 800;font-size: 54px;}
.Y_customized_services_ul li:hover{background: #2476ed;}
.Y_customized_services_ul li:hover .Y_customized_services_ul_ico img{filter: brightness(0) invert(1);}
.Y_customized_services_ul li:hover .Y_customized_services_ul_right h2{color: #FFFFFF;}
.Y_customized_services_ul li:hover .Y_customized_services_ul_right p{color: #FFFFFF;}
.Y_customized_contact_box{width: 100%;height: auto;padding-bottom: 80px;}
.Y_customized_contact_content{width: 100%;height: auto;display: flex;justify-content: space-between;}
.Y_customized_contact_content_left{width: 49.9%;height: auto;position: relative;}
.Y_customized_contact_content_left_img{width: 100%;height: auto;overflow: hidden;border-radius: 10px 0px 0px 10px;}
.Y_customized_contact_content_left_img img{width: 100%;height: auto;display: block;}
.Y_customized_contact_content_left_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.Y_customized_contact_content_left_content_txt{width: 71%;height: auto;margin-top: 89px;margin-left: 48px;}
.Y_customized_contact_content_left_content_txt h2{font-size: 36px;color: #FFFFFF;font-family: "Playfair Display", sans-serif;font-weight: 800;line-height: 1.2;}
.Y_customized_contact_content_left_content_txt p{font-size: 18px;color: #FFFFFF;font-family: "Playfair Display", sans-serif;font-weight: 400;}
.Y_customized_contact_content_left_content_more{width: 218px;height: 55px;border-radius: 27px;display: flex;justify-content: center;align-items: center;background: #2476ed;font-size: 24px;font-family: "Playfair Display", sans-serif;font-weight: 700;color: #FFFFFF;margin-top: 20px;}
.Y_customized_contact_content_right{width: 49.43%;height: auto;background: #2476ed;border-radius: 10px;padding: 55px 64px;}
.Y_customized_contact_content_right h2{font-size: 24px;color: #FFFFFF;line-height: 1.2;font-family: "Playfair Display", sans-serif;font-weight: 700;}
.Y_customized_contact_content_right_ul{width: 100%;height: auto;margin-top: 12px;}
.Y_customized_contact_content_right_ul li{width: 100%;height: auto;margin-top: 15px;}
.Y_customized_contact_content_right_ul_title{font-size: 18px;color: #FFFFFF;}
.Y_customized_contact_content_right_ul_input{width: 100%;height: auto;position: relative;margin-top: 8px;}
.Y_customized_contact_content_right_ul_input input{display: block;width: 100%;height: 54px;border-radius: 5px;border: none;background: #FFFFFF;padding-left: 15px;font-weight: 300;}
.Y_customized_contact_content_right_ul_input input::placeholder{color: rgba(0,0,0,0.3);}
.Y_customized_contact_content_right_ul_input textarea{display: block;width: 100%;height: 120px;border-radius: 5px;border: none;background: #FFFFFF;padding: 15px;font-weight: 300;resize: none;}
.Y_customized_contact_content_right_ul_input textarea::placeholder{color: rgba(0,0,0,0.3);}
.Y_customized_contact_content_right_ul_input .tips{color: #FF0000;position: absolute;right: 15px;top: 15px;}
.Y_customized_contact_content_right_btn{width: 100%;height: 54px;border-radius: 27px;background: #FFFFFF;border: none;font-size: 18px;color: #2476ed;font-weight: 600;margin-top: 18px;cursor: pointer;}
@media (max-width: 1768px) {
    .Y_customized_banner_content h1{padding: 0 8%;}
    .Y_customized_cases_content_box{padding-left: 7%;}
    .Y_customized_contact_content_left_img{height: 100%;}
    .Y_customized_contact_content_left_img img{height: 100%;object-fit: cover;}
    .Y_customized_contact_content_left_content_txt{width: 78%;}
}
@media (max-width: 1400px) {
    .Y_customized_banner_content h1{padding: 0;font-size: 58px;}
}
@media (max-width: 1200px) {
    .Y_customized_banner_content h1{font-size: 42px;}
    .Y_customized_advertising_box h2{font-size: 48px;}
    .Y_customized_title h2{font-size: 48px;}
    .Y_customized_services_ul li{flex-direction: column;}
    .Y_customized_services_ul_ico{margin: 0px auto;}
    .Y_customized_services_ul_right{margin-left: 0;margin-top: 30px;width: 100%;}
    .Y_customized_services_ul_right h2{text-align: center;}
    .Y_customized_contact_content_left_content_txt h2{font-size: 20px;}
    .Y_customized_contact_content_right h2{font-size: 20px;}
    .Y_customized_contact_content_right{padding: 35px;}
    .Y_customized_contact_content_left_content_txt{margin-left: 35px;margin-top: 35px;}
}

@media (max-width: 768px) {
    .Y_customized_banner_content h1{font-size: 4.8vw;}
    .Y_customized_advertising_box{padding: 8vw 0;}
    .Y_customized_advertising_box h2{font-size: 4.8vw;}
    .Y_customized_advertising_box p{font-size: 3.6vw;margin-top: 3.8vw;}
    .Y_customized_solution_box{padding: 8vw 0;}
    .Y_customized_title h2{font-size: 4.8vw;}
    .Y_customized_solution_sw{margin-top: 5.8vw;}
    .Y_customized_solution_sw_content{padding: 5% 4%;}
    .Y_customized_solution_sw_content h2{font-size: 4.2vw;}
    .Y_customized_solution_sw_content p{font-size: 3.6vw;margin-top: 3.2vw;}
    .Y_customized_solution_sw{padding-bottom: 10vw;}
    .Y_customized_products_box{padding: 8vw 0;}
    .Y_customized_title p{font-size: 3.6vw;margin-top: 3.2vw;}
    .Y_customized_products_ul{margin-top: 3.2vw;}
    .Y_customized_products_ul li{width: 100%;margin-top: 3.8vw;margin-left: 0;}
    .Y_customized_products_ul_content{height: 10.8vw;}
    .Y_customized_products_ul_content_more{font-size: 4.8vw;}
    .Y_customized_products_ul_content h2 a{font-size: 3.6vw;}
    .Y_customized_cases_box{padding: 8vw 0;}
    .Y_customized_cases_title_box{flex-direction: column;}
    .Y_customized_cases_title_left{width: 100%;}
    .Y_customized_cases_title_left h2{font-size: 4.8vw;}
    .Y_customized_cases_title_left p{font-size: 3.6vw;margin-top: 3.8vw;}
    .Y_customized_cases_title_right_left, .Y_customized_cases_title_right_right{margin-top: 5.8vw;font-size: 4.8vw;}
    .Y_customized_cases_title_right_right{margin-left: 3.8vw;}
    .Y_customized_cases_content_box{padding: 0 4%;margin-top: 5.8vw;}
    .Y_customized_cases_content_sw{width: 100%;}
    .Y_customized_cases_content_sw_content{padding: 5% 4%;}
    .Y_customized_cases_content_sw_content h2{font-size: 4.8vw;}
    .Y_customized_cases_content_sw_content a{font-size: 3.6vw;margin-top: 1.8vw;}
    .Y_customized_cases_content_sw .swiper-slide:after{height: 0.4vw;}
    .Y_customized_services_box{padding: 8vw 0;}
    .Y_customized_services_ul{margin-top: 3.2vw;}
    .Y_customized_title strong{font-size: 4.8vw;}
    .Y_customized_services_ul li{width: 100%;margin-top: 3.8vw;padding: 5% 4%;}
    .Y_customized_services_ul_ico{width: 11vw;}
    .Y_customized_services_ul_right{margin-top: 3.8vw;}
    .Y_customized_services_ul_right h2{font-size: 3.8vw;margin-top: 3.2vw;}
    .Y_customized_services_ul_right p{font-size: 3.6vw;text-align: center;margin-top: 3.2vw;}
    .Y_customized_contact_box{padding-bottom: 8vw;}
    .Y_customized_contact_content{flex-wrap: wrap;}
    .Y_customized_contact_content_left{width: 100%;}
    .Y_customized_contact_content_left_img{border-radius: 10px;}
    .Y_customized_contact_content_left_content_txt{width: 100%;margin: 0;padding: 5% 4%;}
    .Y_customized_contact_content_left_content_txt h2{font-size: 3.8vw;}
    .Y_customized_contact_content_left_content_txt p{font-size: 3.6vw;}
    .Y_customized_contact_content_left_content_more{width: 38vw;height: 8.8vw;font-size: 3.8vw;border-radius: 4.4vw;margin-top: 3.6vw;}
    .Y_customized_contact_content_right{width: 100%;margin-top: 1.8vw;padding: 5% 4%;}
    .Y_customized_contact_content_right h2{font-size: 3.8vw;}
    .Y_customized_contact_content_right_ul_title{font-size: 3.8vw;}
    .Y_customized_contact_content_right_ul li{margin-top: 1.8vw;}
    .Y_customized_contact_content_right_ul{margin-top: 1.2vw;}
    .Y_customized_contact_content_right_ul_input input{height: 10.8vw;padding-left: 2.8vw;font-size: 3.6vw;}
    .Y_customized_contact_content_right_ul_input textarea{height: 28vw;font-size: 3.6vw;padding: 2.8vw;}
    .Y_customized_contact_content_right_btn{height: 10.8vw;font-size: 3.8vw;border-radius: 5.4vw;margin-top: 2.8vw;}
}