@charset "utf-8";
@font-face {
  font-family: "HarmonyOS_Sans_SC_Regular";
  src: url("fonts/HarmonyOS_Sans_SC_Regular.ttf");
}
body {
  font-family: "HarmonyOS_Sans_SC_Regular";
}
.no_padding {
    padding: 0;
}

.header {
    position: relative;
    z-index: 1000;
    background: #ffffff;
    transition: all .3s;
}

.header_top {
    padding: 18px 0;
    border-bottom: 1px solid #EEEEEE;
}

.header .conBox {
    padding: 0px 0;
}

.header .conBox .container_1600 {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.header_top .container_1600, .header_top_right {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header.indexHeader .header_top_left p,
.header.indexHeader .header_top_right .item a,
.header.indexHeader .nav_list > li > a > span,
.header.indexHeader .nav_list > li.active > a > span,
.header.indexHeader .nav_list > li.on > a > span,
.header.indexHeader i.iconfont.icon-xiala,
.header.indexHeader i.iconfont.icon-diqiu,
.header.indexHeader .header_search_box a:before,
.header.indexHeader .langBox span,
.header.indexHeader .header_top_right .item .iconfont {
    color: #ffffff;
}

.header.indexHeader .nav_list > li:after,
.header.indexHeader .nav_list > li.active:after,
.header.indexHeader .nav_list > li.on:after,
.header.indexHeader .langBox:after {
    background: #ffffff;
}

.header.indexHeader .conBox {
    background: transparent;
}

.header.indexHeader .header_top {
    border-bottom: 1px solid transparent;
}

.header.indexHeader.is_stuck .nav_list > li.active > a > span,
.header.indexHeader.is_stuck .nav_list > li.on > a > span {
    color: #005ea4;
}

.header.indexHeader.is_stuck i.iconfont.icon-xiala,
.header.indexHeader.is_stuck i.iconfont.icon-diqiu,
.header.indexHeader.is_stuck .header_top_left p,
.header.indexHeader.is_stuck .header_top_right .item a,
.header.indexHeader.is_stuck .nav_list > li > a > span,
.header.indexHeader.is_stuck .header_search_box a:before,
.header.indexHeader.is_stuck .langBox span,
.header.indexHeader.is_stuck .header_top_right .item .iconfont {
    color: #232323;
}

.indexHeader.is_stuck .nav_list > li:after,
.indexHeader.is_stuck .langBox:after {
    background: #232323;
}

.header.indexHeader.is_stuck .conBox {
    background: transparent;
}

.header.indexHeader.is_stuck .header_top {
    border-bottom: 1px solid #EEEEEE;
}

.header_top_left p {
    font-size: 16px;
    font-weight: 500;
    color: #232323;
    opacity: 0.8;
}

.header_top_right .item a {
    font-size: 18px;
    font-weight: 500;
    color: #232323;
    display: inline-block;
    margin-left: 8px;
    height: auto;
}

.header_top_right .item {
    margin-left: 20px;
}

.header_top_right .item .iconfont {
    font-size: 20px;
}

.indexHeader {
    position: fixed;
    left: 0;
    top: 0px;
    right: 0;
    z-index: 1000;
    background: transparent;
    transition: all .3s;
}

.indexHeader.is_stuck {
    top: 0;
    background: #ffffff;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.2);
    transition: all .3s;
}

.header .conBox {
    position: relative;
    z-index: 2;
    display: flex;
    background: #ffffff;
    justify-content: space-between;
    align-items: center;
    transition: all .3s;
}

.header .logoBox {
    overflow: hidden;
    line-height: 0;
    text-align: right;
}

.header .headerConBox {
    position: relative;
    padding-right: 126px;
}

.header .headerConBox .navBox {
    float: left;
}

.header .nav_list {
    font-size: 0;
    line-height: 0;
    position: relative;
}

.header .nav_list > li {
    position: relative;
    display: -moz-inline-stack;
    display: inline-block;
    *display: inline;
    vertical-align: top;
    zoom: 1;
    text-align: center;
    padding: 0 20px;
    margin: 0 10px;
    transition: all .3s;
}

.header .nav_list > li:first-child {
    margin-left: 0;
}

.header .nav_list > li > a {
    display: block;
}

.header .nav_list > li > a > span {
    display: inline-block;
    line-height: 93px;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    color: #252528;
    position: relative;
    transition: all .3s;
}

.header.indexHeader.is_stuck .nav_list > li.active i.iconfont.icon-xiala,
.header.indexHeader.is_stuck .nav_list > li.active > a > span,
.header.indexHeader.is_stuck .nav_list > li.on > a > span,
.header.indexHeader.is_stuck .nav_list > li.on i.iconfont.icon-xiala,
    /*.header .nav_list > li.active i.iconfont.icon-xiala,*/
    /*.header .nav_list > li.on i.iconfont.icon-xiala,*/
.header .nav_list > li.active > a > span,
.header .nav_list > li.on > a > span {
    color: #D2783E;
}

.header.indexHeader.is_stuck .nav_list > li:after,
.header .nav_list > li:after {
    content: '';
    width: 0%;
    height: 5px;
    border-radius: 3px;
    background: #D2783E;
    position: absolute;
    bottom: 0;
    transition: all 0.5s;
    left: 50%;
    transform: translateX(-50%);
}

.header.indexHeader.is_stuck .nav_list > li.active:after,
.header.indexHeader.is_stuck .nav_list > li.on:after,
.header .nav_list > li.active:after,
.header .nav_list > li.on:after {
    width: 100%;
}

/*.header .nav_list > li:last-child > a > span,*/
/*.header.indexHeader.is_stuck .nav_list > li:last-child > a > span {*/
/*color: #ffffff;*/
/*background: #B52525;*/
/*padding: 0 16px;*/
/*-webkit-border-radius: 30px;*/
/*-moz-border-radius: 30px;*/
/*border-radius: 30px;*/
/*}*/

.header .nav_list > li > a > i {
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 80px;
    line-height: 80px;
    color: #424242;
    -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_list > li {
    position: relative;
}

.nav_list > li .dropdown_menu {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 170px;
    display: none;
    z-index: 1;
    padding: 10px 0;
    background: #ffffff;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.3);
}

.nav_list .dropdown_menu li {
    width: 100%;
}

.nav_list .dropdown_menu li a {
    display: block;
    letter-spacing: 0;
    line-height: 34px;
    font-size: 16px;
    color: #D2783E;
    text-align: left;
    padding: 0 20px;
    white-space: nowrap;
}

.nav_list .dropdown_menu li a:hover {
    background: #D2783E;
    color: #ffffff;
}

.headerSearch {
    float: left;
    height: 116px;
    display: flex;
    align-items: center;
    margin: 0 40px;
}

.headerSearch .info {
    position: relative;
    height: 40px;
    width: 220px;
    padding-right: 40px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #e9e9e9;
}

.headerSearch .info input[type=text] {
    width: 100%;
    height: 40px;
    padding: 10px;
    border: 0;
    background: none;
    font-size: 16px;
    color: #424242;
}

.headerSearch .info input[type=submit] {
    position: absolute;
    top: 0;
    right: 0;
    width: 40px;
    height: 40px;
    border: 0;
    font-size: 0;
    cursor: pointer;
    background: url("/public/static/images/home/en-us/headerSearch.png") no-repeat center center;
}

.headerShare {
    float: left;
    width: 140px;
    height: 116px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-left: 20px;
    background: #ef7e0d;
}

.headerShare em {
    display: inline-block;
    font-size: 20px;
    color: #ffffff;
    margin: 0 10px;
}

.header_search_box {
    position: absolute;
    right: 0px;
    width: 32px;
    height: 46px;
    overflow: hidden;
    z-index: 10;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    transition: all .3s;
    top: 50%;
    transform: translateY(-50%);
}

.header_search_box.active {
    width: 260px;
    background: #005ea4;
    transition: all .3s;
}

.header_search_box a {
    line-height: 0;
    width: 32px;
    height: 46px;
    text-align: right;
    display: block;
    position: relative;
    float: right;
    z-index: 10;
}

.header_search_box a:before {
    position: absolute;
    content: '\e601';
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    line-height: 46px;
    font-weight: 700;
    text-align: center;
    
    font-size: 18px;
    color: #171717;
}

.indexHeader .header_search_box a:before {
    color: #ffffff;
}

.indexHeader.is_stuck .header_search_box a:before {
    color: #171717;
}

.header_search_box a.active:before {
    content: '\eaf2';
    color: #ffffff;
    transition: all .3s;
}

.search_form {
    position: absolute;
    top: 0;
    right: 32px;
    width: 0;
    display: block;
    z-index: -1;
    transition: all .3s;
}

.header_search_box.active .search_form {
    width: 220px;
    z-index: 9;
    transition: all .3s;
}

.search_form .info {
    width: 100%;
    padding-right: 0;
    position: relative;
}

.header_search_box.active .search_form .info {
    padding-right: 32px;
}

.search_form .info:before {
    position: absolute;
    content: '\e601';
    top: 0;
    right: 0;
    width: 32px;
    height: 46px;
    line-height: 46px;
    text-align: center;
     
    font-size: 16px;
    color: #ffffff;
}

.search_form input[type="text"] {
    width: 100%;
    height: 46px;
    background: 0 0;
    border: 0;
    text-indent: 10px;
    font-size: 16px;
    color: #ffffff;
}

.search_form input[type=text]::-webkit-input-placeholder {
    color: #ffffff;
}

.search_form input.btn_search {
    width: 32px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    font-size: 0;
    background: none;
    cursor: pointer;
    z-index: 2;
}

.indexHeader .header_search_box a:before {
    color: #ffffff;
    /*font-weight: 700;*/
}

.indexHeader.is_stuck .header_search_box a:before {
    color: #171717;
}

.header_search_box a.active:before {
    content: '\eaf2';
    color: #ffffff;
    transition: all .3s;
}

.search_form {
    position: absolute;
    top: 0;
    right: 32px;
    width: 0;
    display: block;
    z-index: -1;
    transition: all .3s;
}

.header_search_box.active .search_form {
    width: 220px;
    z-index: 9;
    transition: all .3s;
}

.search_form .info {
    width: 100%;
    padding-right: 0;
    position: relative;
}

.header_search_box.active .search_form .info {
    padding-right: 32px;
}

.search_form .info:before {
    position: absolute;
    content: '\e601';
    top: 0;
    right: 0;
    width: 32px;
    height: 46px;
    line-height: 46px;
    text-align: center;
     
    font-size: 16px;
    color: #ffffff;
}

.search_form input[type="text"] {
    width: 100%;
    height: 46px;
    background: 0 0;
    border: 0;
    text-indent: 10px;
    font-size: 16px;
    color: #ffffff;
}

.search_form input[type=text]::-webkit-input-placeholder {
    color: #ffffff;
}

.search_form input.btn_search {
    width: 32px;
    height: 46px;
    position: absolute;
    right: 0;
    top: 0;
    border: 0;
    font-size: 0;
    background: none;
    cursor: pointer;
    z-index: 2;
}

.langBox {
    position: absolute;
    cursor: pointer;
    right: 0px;
    top: 50%;
    /*padding-right: 15px;*/
    /*border-right: 1px solid #000000;*/
    transform: translateY(-50%);
}

.en {
    display: flex;
    align-items: center;
}

i.iconfont.icon-diqiu {
    /*color: #ffff;*/
    font-size: 16px;
}

i.iconfont.icon-xiala {
    /*color: #ffff;*/
    font-size: 24px;
    font-weight: 800;
}

.langBox span {
    margin: 0 0px 0 5px;
    display: inline-block;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: #232323;
    cursor: pointer;
    transition: all .3s;
}

.langBox ul {
    position: absolute;
    z-index: 20;
    right: 0;
    border: 1px solid #EEEEEE;
    background: #ffffff;
    display: none;
}

.langBox ul a {
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 28px;
    padding: 0 10px;
    color: #D2783E;
	white-space: nowrap;
    /*background: #ffffff;*/
}

.langBox ul li a:hover {
    background: #D2783E;
    color: #ffffff;
}

.en:hover,
.en:hover span {
    color: #D2783E;
    transition: all 0.5s;
}

.m_header {
    display: none;
}

.footer_box .footerOther {
    background: url("/public/static/images/home/en-us/footBack.png") no-repeat center;
    height: 193px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_box .footerOther .textBox {

}

.footer_box .footerOther .textBox .text {
    /*text-align: center;*/
    display: flex;
    padding: 0 254px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_box .footerOther .textBox .text h2 {
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
}

a.kuang {
    width: 187px;
    height: 59px;
    border: 2px solid #FFFFFF;
    font-size: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 400;
    color: #FFFFFF;
}

a.kuang:hover {
    background: #ffffff;
    color: #005ea4;
}

.footer_box .footerOther .textBox .footerShare {
    margin-left: 20px;
}

.footer_box .footerOther .textBox .footerShare a {
    margin-left: 10px;
    display: inline-block;
    line-height: 0;
    text-align: center;
}

.footer_box .footerContentBox {
    overflow: hidden;
    /*padding-top: 40px;*/
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-background-size: cover;
    background-size: cover;
}

.footer_box .fast_navigation .itemBox {
    display: flex;
    justify-content: space-between;
    position: relative;
    /*padding-bottom: 50px;*/
}

.footer_box .fast_navigation .itemBox .footerImg {
    position: absolute;
    left: -20px;
    top: 280px;
}

.footer_box .fast_navigation .item {
    /*padding-right: 10px;*/
}

.footer_box .fast_navigation .item:last-child {
    padding-right: 0;
}

.footer_box .fast_navigation .item:nth-of-type(1) {
    width: 360px;
}

.footer_box .fast_navigation .item:nth-of-type(2) {
    width: 360px;
}

.footer_box .fast_navigation .item:nth-of-type(3) {
    width: 360px;
}

.footer_box .fast_navigation .item:nth-of-type(4) {
    width: 360px;
}

.footer_box .fast_navigation .item:nth-of-type(3) .iconfont {
    font-size: 20px;
    margin-right: 16px;
}

.footer_box .fast_navigation .item:nth-of-type(3) li {
    display: flex;
    align-items: center;
}

.footer_box .fast_navigation .img {
    line-height: 0;
    padding-bottom: 20px;
}

.footer_box .fast_navigation .footerShare {
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer_box .fast_navigation .footerShare em {
    font-size: 24px;
    color: #ffffff;
    margin: 0 10px;
}

.footer_box .fast_navigation h3 {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 16px;
}

.footer_box .fast_navigation .item_one h3 {
    font-size: 18px;
    font-weight: 700;
    color: #181818;
    margin-bottom: 0px;
}

.footer_box .fast_navigation .item_one {
    margin-top: 18px;
}

.footer_box .fast_navigation ul {
    /*padding-top: 20px;*/
}

.footer_box .fast_navigation .item_one ul {
    padding-top: 0px;
}

.footer_box .fast_navigation li {
    font-size: 14px;
    font-weight: 400;
    color: #B9B9B9;
    line-height: 24px;
    opacity: 0.8;
    margin-bottom: 5px;
}

.footer_box .fast_navigation .footerInfo li {
    position: relative;
    /*padding-left: 30px;*/
}

.footer_box .fast_navigation .footerInfo li em {
    position: absolute;
    left: 0;
}

.footer_box .fast_navigation li a:hover {
    text-decoration: underline;
    color: #ff9900;
}

.footer_box .fast_navigation .item:nth-of-type(4) span {
    margin-left: 16px;
}

.footer_box .fast_navigation .item:nth-of-type(4) li {
    display: flex;
    align-items: center;
}

.footer_box .fast_navigation .item:nth-of-type(4) i {
    font-size: 20px;
}

.footer_box .fast_navigation .item:nth-of-type(5) li {
    display: grid;
    grid-template-columns: 3% 18% auto;
}

.footer_box .fast_navigation .item:nth-of-type(5) li span {
    width: 65px;
    display: block;
    margin-left: 10px;
}

.footer_box .footer_copyright {
    padding: 20px 0;
    background: #292929;
}

.footer_box .footer_copyright .container_1600 {
    text-align: center;
}

.footer_box .footer_copyright .text * {
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    color: #B9B9B9;
    text-align: center;
    line-height: 1.5em;
    vertical-align: baseline;
}

.footer_box .footer_copyright .text a.sitemap {
    margin: 0 5px;
}

.footer_box .footer_copyright .text a:hover {
    text-decoration: underline;
}

.footerForm form {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.footer_box .fast_navigation .footerForm .info {
    margin-bottom: 28px;
    width: 48%;
    line-height: 0;
    position: relative;
}

.footer_box .fast_navigation .footerForm .tips {
    display: block;
    color: #ff0000;
    font-size: 12px;
    line-height: 14px;
}

.footer_box .fast_navigation .footerForm textarea::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #878788 !important;
}

.footer_box .fast_navigation .footerForm input::-webkit-input-placeholder {
    font-size: 16px;
    font-weight: 400;
    color: #878788 !important;
}

.footer_box .fast_navigation .footerForm input[type="text"],
.footer_box .fast_navigation .footerForm textarea {
    width: 100%;
    height: 50px;
    /*background: #0a3479;*/
    border: 1px solid rgba(238, 238, 238, 0.2);
    padding: 0 10px;
    font-size: 16px;
    color: #000000;
    font-weight: 300;
    border-bottom: 1px solid #000000;
}

.footer_box .fast_navigation .footerForm input[type="text"]::placeholder,
.footer_box .fast_navigation .footerForm textarea::placeholder {
    color: rgba(255, 255, 255, 0.4);
    font-size: 14px;
    font-weight: 400;
}

.footer_box .fast_navigation .footerForm .info.w100 {
    width: 100%;
}

.info-text, .info-code, info-Privacy {
    width: 100%;
    position: relative;
}

.info-text {
    margin-bottom: 28px;
}

.info-code {
    margin-bottom: 18px;
}

.info-Privacy p {
    font-size: 14px;
    font-weight: 400;
    color: #9A9A9B;
    line-height: 24px;
}

.info-Privacy a {
    color: #FF0000;
}

.footer_box .fast_navigation .footerForm textarea {
    resize: none;
    width: 100%;
    height: 86px;
    padding: 6px;
    border: 1px solid rgba(0, 0, 0, 0.5);
    /*margin-top: 25px;*/
}

.footer_box .fast_navigation .footerForm input[type="submit"] {
    font-size: 16px;
    font-weight: 500;
    color: #0067b4;
    margin-top: 20px;
    cursor: pointer;
    transition: all .3s;
    width: 140px;
    height: 33px;
    border: 2px solid #0063AC;
    background: #ffffff;
}

.footer_box .fast_navigation .footerForm input[type="submit"]:hover {
    background: #0063AC;
    color: #ffffff;
    transition: all .3s;
}

.footer_box .fast_navigation .footerForm .codeImg {
    position: absolute;
    top: 6px;
    right: 6px;
    width: 100px;
    height: 38px;
    cursor: pointer;
}

.footer_box .footerForm .info-code input[type="text"] {
    background: #FFFFFF;
    border: 1px solid #D3D3D3;
}

.indexBanner .slick-prev, .indexBanner .slick-next {
    top: auto;
    bottom: 0px;
    background: transparent;

}

.indexBanner .slick-prev {
    /*left: 50px;*/

}

.indexBanner .slick-next {
    /*right: 50px;*/

}

.indexBanner .slick-prev:after {
    content: '\e653';
         font-family: "iconfont", sans-serif;
    font-size: 26px;
    color: rgba(255, 255, 255, 0.2);
    transition: all 0.5s;
}

.indexBanner .slick-next:after {
    content: '\e775';
         font-family: "iconfont", sans-serif;
    font-size: 26px;
    color: rgba(255, 255, 255, 0.2);
    transition: all 0.5s;
}

.indexBanner .slick-next:hover:after {
    color: rgba(255, 255, 255, 1);
}

.indexBanner .slick-prev:hover:after {
    color: rgba(255, 255, 255, 1);
}

.contactBox202006131030 {
    padding: 50px 0;
    overflow: hidden;
}

.contactBox202006131030 .contactInfo {
    overflow: hidden;
    width: 50%;
    float: left;
}

.contactBox202006131030 .textBox {
    margin-bottom: 30px;
}

.contactBox202006131030 .textBox h2 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.contactBox202006131030 .textBox p {
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
}

.contactBox202006131030 .contactInfo ul li {
    padding-left: 30px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
    background-repeat: no-repeat;
    background-position: left 7px;
}

.contactBox202006131030 .contactInfo ul li.contactTel {
    background-image: url("/public/static/images/home/en-us/contactTel.png");
}

.contactBox202006131030 .contactInfo ul li.contactWhatsapp {
    background-image: url("/public/static/images/home/en-us/contactWhatsapp.png");
}

.contactBox202006131030 .contactInfo ul li.contactEmail {
    background-image: url("/public/static/images/home/en-us/contactEmail.png");
}

.contactBox202006131030 .contactInfo ul li.contactAddress {
    background-image: url("/public/static/images/home/en-us/contactAddress.png");
}

.contactBox202006131030 .contactInfo ul li a {
    font-size: 16px;
    color: #333333;
    line-height: 1.6;
}

.contactBox202006131030 .contactInfo ul li a:hover {
    color: #5ba1f4;
}

.contactBox202006131030 .contactForm {
    width: 50%;
    float: left;
    padding-left: 40px;
    overflow: hidden;
}

.contactBox202006131030 .title h2 {
    font-size: 36px;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.contactBox202006131030 .contactForm .info {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10px;
}

.contactBox202006131030 .contactForm .info .label_control {
    position: absolute;
    left: 10px;
    top: 0;
    line-height: 36px;
    font-size: 16px;
    color: #2c2c2c;
}

.contactBox202006131030 .contactForm .info .tips {
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 36px;
    color: #ff0000;
}

.contactBox202006131030 .contactForm .info input[type="text"] {
    width: 100%;
    height: 36px;
    padding: 0 10px;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    color: #2c2c2c;
}

.contactBox202006131030 .contactForm .info textarea {
    width: 100%;
    height: 100px;
    padding: 5px 10px;
    resize: none;
    border: 1px solid #dcdcdc;
    font-size: 16px;
    color: #2c2c2c;
}

.contactBox202006131030 .contactForm .info input[type="submit"] {
    display: inline-block;
    width: 200px;
    height: 44px;
    border: 0;
    font-size: 16px;
    color: #ffffff;
    margin-top: 20px;
    letter-spacing: 3px;
    text-transform: uppercase;
    background: #000000;
    cursor: pointer;
    transition: all .3s;
}

.contactBox202006131030 .contactForm .info input[type="submit"]:hover {
    background: #5ba1f4;
    transition: all .3s;
}

.contentItem3Slick .slick-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

.droplist_tile .context {
    display: grid;
    grid-template-columns: repeat(2, 49%);
    justify-content: space-between;
}

.droplist_tile .context.context1 {
    display: grid;
    grid-template-columns: repeat(2, 50%);
    justify-content: space-between;
}

.droplist_tile .drop_tile:nth-child(1) {
    width: 30%;
    padding: 30px 0px 30px 50px;
    margin-left: 356px;
    box-shadow: 0px -2px 10px 0px rgba(9, 1, 3, 0.09);
    background: #ffffff;
}
.droplist_tile .drop_tile:nth-child(1) .context{
    grid-template-columns: repeat(2,46%);
}
.droplist_tile .drop_tile:nth-child(2) {
    width: 50%;
    padding: 30px 0px 30px 30px;
    margin: auto;
    box-shadow: 0px -2px 10px 0px rgba(9, 1, 3, 0.09);
    background: #ffffff;
}

.droplist_tile .drop_tile .item h2 a {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    display: inline-block;
    transition: all 0.2s;
}

.droplist_tile .drop_tile .item h2 a:hover {
    color: #ff9900;
}

.droplist_tile .drop_tile .item ul li {
    font-size: 14px;
    line-height: 33px;
    transition: all 0.2s;
}

.droplist_tile .drop_tile .item ul li:hover {
    color: #ff9900;
}

.fast_navigation {
    background: #3b3b3b;
    padding: 60px 0 55px;
}

.Fast_contact .Fast_follow li {
    width: 48px;
    height: 48px;
    position: relative;
    text-align: center;
    margin-bottom: 5px;
    background-color: #333333;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Fast_contact .Fast_follow li .iconfont {
    font-size: 30px;
    color: #ffffff;
    font-weight: 600;
}

.Fast_contact .show {
    width: 33px;
    height: 33px;
    background: #333333;
    border-radius: 5px;
    margin: 0 auto 5px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Fast_contact .show .iconfont {
    transform: rotate(45deg);
    color: #ffffff;
    font-size: 20px;
}

.rotate {
    transform: rotate(180deg) !important;
}

.index2 {
    margin: 58px 0 88px;
}

.index2 .title p{
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}

.index2Slick {
    margin-top: 20px;
}

.index2Slick .item {
    position: relative;
    margin: 0 5px;
}

.index2Slick .item .text {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 45px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: rgba(3, 35, 58, 0.3);
    transform: scale(0);
    transition: all 0.5s;
}

.index2Slick .item:hover .text {
    transform: scale(1);
}

.index2Slick .item .text h3 {
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}

.index2Slick .item .text p {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    margin: 50px 0 100px;
}

.index2Slick .item .text a {
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    width: 161px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #D2783E;
    border-radius: 18px;
    margin: 0 auto;
}

.index2Slick {
    /*margin-left: 257px;*/
}

.index2Slick .slick-prev, .index2Slick .slick-next {
    /*top: auto;*/
    background: transparent;

}

.index2Slick .slick-prev {
    left: 7%;

}

.index2Slick .slick-next {
    right: 7%;

}

.index2Slick .slick-prev:after {
    display: flex;
    align-items: center;
    justify-content: center;
    content: '\e609';
         font-family: "iconfont", sans-serif;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.5);
    /*border: 1px solid #949494;*/
    transition: all 0.5s;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.index2Slick .slick-next:after {
    display: flex;
    align-items: center;
    justify-content: center;
    content: '\e609';
    transform: rotate(180deg);
         font-family: "iconfont", sans-serif;
    font-size: 40px;
    color: rgba(255, 255, 255, 0.5);
    /*border: 1px solid #949494;*/
    transition: all 0.5s;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.index2Slick .slick-next:hover:after {
    color: rgba(210, 120, 62, 1);
}

.index2Slick .slick-prev:hover:after {
    color: rgba(210, 120, 62, 1);
}

.index3 .title h2 {
    color: #ffffff;
}

.index3 .title p {
    text-align: center;
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
}

.index3 .conBox {
    position: relative;
}

.index3 .img {
    /*width: 100%;*/
    position: absolute;
    margin: auto;
    top: 36%;
    right: 34.5%;
    cursor: pointer;
}

.index3 .img1 {
    /*width: 100%;*/
    position: absolute;
    margin: auto;
    top: 59%;
    right: 37%;
    cursor: pointer;
}

.index3 .img2 {
    /*width: 100%;*/
    position: absolute;
    margin: auto;
    top: 65%;
    left: 25%;
    cursor: pointer;
}

.index3 .title {
    width: 100%;
    position: absolute;
    margin: auto;
    top: 60px;
}

.index3 .content h3 {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
}

.index3 .content {
    opacity: 0;
    transition: all 0.5s;
}

.index3 .content.on {
    opacity: 1;
}

.index3 .content p {
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
    margin-top: 18px;
}

.index3 .text {
    position: absolute;
    top: 49%;
    left: 27%;
    width: 50%;
}

.index3 .text1 {
    position: absolute;
    top: 30%;
    left: 14%;
    width: 50%;
}

.index3 .text2 {
    position: absolute;
    top: 77%;
    left: 2%;
    width: 50%;
}

.index4 {
	
    background: #f7f6f7 url("/public/static/images/home/en-us/index4img1.png") no-repeat center;
    height: 988px;
    display: flex;
    align-items: center;
    justify-content: center;
	display: none;
}

.index4 .title h2 {
    text-align: left;
}

.index4 .content p {
    font-size: 16px;
    width: 51%;
    margin-top: 26px;
    font-weight: 400;
    color: #333333;
    line-height: 30px;
}

.index4 .imgs {
    margin-top: 32px;
    position: relative;
    padding-bottom: 28%;
}

.index4 .imgs img:nth-child(1) {
    position: absolute;
    top: 0;
    left: 0;
}

.index4 .imgs img:nth-child(2) {
    position: absolute;
    top: 138px;
    left: 0;
}

.index4 .imgs img:nth-child(3) {
    position: absolute;
    top: 69px;
    left: 120px;
}

.index4 .imgs img:nth-child(4) {
    position: absolute;
    top: 0%;
    left: 240px;
}

.index4 .imgs img:nth-child(5) {
    position: absolute;
    top: 138px;
    left: 240px;
}

.index4 .imgs img:nth-child(6) {
    position: absolute;
    top: 69px;
    left: 360px;
}

.index4 .imgs img:nth-child(7) {
    position: absolute;
    top: 207px;
    left: 360px;
}

.index4 .imgs img:nth-child(8) {
    position: absolute;
    top: 0;
    left: 480px;
}

.index4 .imgs img:nth-child(9) {
    position: absolute;
    top: 139px;
    left: 480px;
}

.index4 .imgs img:nth-child(10) {
    position: absolute;
    top: 69px;
    left: 600px;
}

.index4 .imgs img {
    transition: all 0.8s;
    display: inline;
}

.index4 .imgs img:hover {
    transform: rotate(360deg);
    /*box-shadow: 0px 4px 18px 0px rgba(0, 0, 0, 0.2);*/
}

.index4 .content a {
    width: 161px;
    height: 42px;
    border: 2px solid #D2783E;
    border-radius: 18px;
    margin-top: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #D2783E;
    line-height: 36px;
}

.index5 {
    background: url('/public/static/images/home/en-us/index5img1.png') no-repeat center;
    height: auto;
    padding: 60px 0;

}

.index5 .title h2 {
    color: #ffffff;
    /*margin-bottom: 28px;*/
}

.index5 .content {
    display: flex;
    /*grid-template-columns: 24% 76%;*/
    justify-content: space-between;
    /*align-items: center;*/
    margin-top: 28px;
}

.index5 .content .conLeft {
    width: 23%;
    /*overflow: hidden;*/
}

.index5 .content .conRight {
    width: 75%;
}

.index5 .content .index5Slick .item {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.index5 .content .item .kuang {
    position: relative;
    display: inline-block;
}

.index5Slick .item.slick-current img {
    position: relative;
    display: inline-block;
}

.index5Slick .item .kuang:after {
    border: 7px solid;
    border-image: linear-gradient(0deg, #D2783E, #FFFFFF) 10 10;
    opacity: 0;
    transition: all 0.5s;
}

.index5Slick .item.slick-current .kuang:after,
.index5Slick .item:hover .kuang:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    /*background: #ffffff;*/
}

.index5SlickNav {
    margin-top: 120px;
}

.index5SlickNav .item h3 {
    font-size: 24px;
    font-weight: bold;
    color: #D88956;
    line-height: 30px;
}

.index5SlickNav .item p {
    font-size: 16px;
    margin: 30px 0 84px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
}

.index5SlickNav .item a {
    width: 161px;
    height: 42px;
    border: 2px solid #FFFFFF;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    transition: all 0.5s;
}

.index5SlickNav .item a:hover {
    background: #D88956;
    border: 2px solid #D88956;
    color: #ffffff;
}

.index5SlickNav .slick-prev, .index5SlickNav .slick-next {
    top: 121%;
    background: transparent;

}

.index5SlickNav .slick-prev {
    left: 2%;

}

.index5SlickNav .slick-next {
    right: 12%;

}

.index5SlickNav .slick-prev:after {
    display: flex;
    align-items: center;
    justify-content: center;
    content: '\e679';
     font-family: "iconfont", sans-serif;
    font-size: 80px;
    color: rgba(255, 255, 255, 0.5);
    /*border: 1px solid #949494;*/
    transition: all 0.5s;
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.index5SlickNav .slick-next:after {
    display: flex;
    align-items: center;
    justify-content: center;
    content: '\e679';
    /*transform: rotate(180deg);*/
     font-family: "iconfont", sans-serif;
    font-size: 80px;
    color: rgba(255, 255, 255, 0.5);
    /*border: 1px solid #949494;*/
    transition: all 0.5s;
    transform: rotate(180deg);
    width: 48px;
    height: 48px;
    border-radius: 50%;
}

.index5SlickNav .slick-next:hover:after {
    color: rgba(210, 120, 62, 1);
}

.index5SlickNav .slick-prev:hover:after {
    color: rgba(210, 120, 62, 1);
}

.index6 {
    background: url("/public/static/images/home/en-us/index6back.png") no-repeat center;
    height: 365px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index6 h3 {
    font-size: 30px;
    font-weight: 400;
    color: #333333;
    line-height: 48px;
    text-align: center;
}

.index6 a {
    width: 161px;
    height: 42px;
    border: 2px solid #D2783E;
    border-radius: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 400;
    color: #D2783E;
    line-height: 36px;
    margin: 20px auto 0;
    transition: all 0.5s;
}

.index6 a:hover {
    background: #D2783E;
    color: #ffffff;
}

.proKind {
    background: no-repeat center;
    height: 454px;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}

.proKind h1 {
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
}

.proKind span {
    width: 130px;
    display: inline-block;
    margin: 18px 0;
    height: 4px;
    background: #ee742a;
}

.proKind1 .content .item .text h2 {
    color: #000000;
    font-size: 34px;
}

.proKind1 .content .item .text h2 span {
    color: #ee742a;
}

.proKind1 .content .item .text p {
    margin: 10px 0 16px;
    line-height: 1.5;
}

.proKind1 .content .item .text a {
    width: 107px;
    height: 30px;
    line-height: 30px;
    display: flex;
    align-items: center;
    border: 1px solid #ee742a;
    border-radius: 56px;
    justify-content: center;
    font-size: 12px;
    color: #ee742a;
    font-weight: 400;
    font-style: normal;
    position: relative;
    transition: all 0.5s;
}

.proKind1 .content .item .text a:after {
    position: absolute;
    content: '';
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0%;
    background: #ee742a;
    height: 100%;
    border-radius: 56px;
    transition: all 0.5s;
    z-index: -1;
}

.proKind1 .content .item .text a:hover:after {
    width: 100%;
}

.proKind1 .content .item .text a:hover {
    color: #ffffff;
}

.proKind1 .content .item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0 35px;
}

.proKind1 .content .item:nth-child(2n) {
    flex-direction: row-reverse;
}

.proKind1 .content .item .text {
    width: 50%;
}

.proKind1 .content .item .img {
    width: 36%;
    text-align: center;
}

.proKind p {
    font-size: 22px;
    font-weight: 300;
    color: #ffffff;
}
.ab_banner_content h4{
    margin-top: 18px;
}
.ab_banner_content h4 strong,
.productR p {
    font-size: 22px;
    font-weight: 300;
    color: #ffffff;
}
.ab_banner_content h4 strong{
    font-weight: normal;
}
.productR {
    position: relative;
    border-bottom: 5px solid #ee742a;

}

.productR .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.productR h1 {
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
}

.instr p {
    font-size: 18px;
    text-align: center;
    line-height: 1.5;
    padding: 0 30px;
}

.instr {
    background: #f5f5f5;
    padding: 38px;
}

.productR span {
    width: 130px;
    display: inline-block;
    margin: 18px 0;
    height: 4px;
    background: #ee742a;
}

.productR1 .item_header .container_1400 {
    padding: 50px 0 50px;
    display: grid;
    grid-template-columns: 20% 76%;
    justify-content: space-between;
}

.productR1 .item_header .container_1400 .conLeft p {
    font-size: 38px;
    font-weight: bold;
    color: #000000;
    margin-bottom: 20px;
}

.productR1 .item_header .container_1400 .conRight {
    display: grid;
    grid-template-columns: repeat(4, 24.5%);
    justify-content: space-between;
}

.productR1 .item_header .container_1400 .conRight .itemRight {
    border: 2px #e5e5e5 solid;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*padding: 0 14px*/
}

.productR1 .item_header .container_1400 .conRight .itemRight .text{
    padding: 0 14px
}

.productR1 .item_header .container_1400 .conRight .itemRight.noBo {
    border: none;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.productR1 .item_header .container_1400 .conRight .itemRight.noBo .top,
.productR1 .item_header .container_1400 .conRight .itemRight.noBo .bottom {
    border: 2px #e5e5e5 solid;
    padding: 25px 0;
    width: 100%;
    border-radius: 10px;
    min-height: 165px;
}

.productR1 .item_header .container_1400 .conRight .itemRight .img {
    margin: 40px 0 0px;
}

.productR1 .item_header .container_1400 .conRight .itemRight p {
    font-size: 20px;
    font-weight: bold;
    text-align: center;
    color: #000000;
}

.productR1 .item_header .container_1400 .conRight .itemRight span {
    font-size: 18px;
    font-weight: bold;
    color: #EE742A;
    display: inline-block;
    margin-top: 20px;
    text-align: center;
}

.productR1 .item_header .container_1400 .conRight .top,
.productR1 .item_header .container_1400 .conRight .bottom {
    text-align: center;
}

.productR1 .item_header .container_1400 .conRight .itemRight b {
    font-size: 16px;
    font-weight: 600;
    display: block;
    /*margin-top: 20px;*/
    padding: 12px 0;
    border-bottom: 2px #e5e5e5 solid;
}

.item_body {
    background: #f1f2f2;
    padding: 40px 0 60px;
}

.productR1 .slider_table tr td {
    padding: 20px 0;
    font-size: 14px;
    font-weight: 400;
    color: #939598;
    text-align: center;
}

.productR1 .slider_table table {
    border: none;
}

.productR1 .slider_table tr td:nth-of-type(odd) {
    border-top: none;
    border-left: none;
    border-right: none;

    width: 14%;
}

.productR1 .slider_table tr td:nth-of-type(even) {
    width: 18%;
    background: #ffffff;
}

.productR1 .slider_table tr:nth-last-of-type(1) td:nth-child(odd) {
    border-bottom: none;
}

.productY1 {
    margin-top: 30px;
}

.productY1 .title h2 {
    font-size: 32px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    position: relative;
}

.productY1 .title h2:after {
    position: absolute;
    content: '';
    top: 60px;
    left: 50%;
    transform: translateX(-50%);
    width: 120px;
    height: 5px;
    background: #ee742a;
}

.productY1 .title h2 span {
    background-color: #ee742a;
    color: #ffffff;
}

.productY1 .title h2 b {
    color: #ee742a;
}

.productY1 .content {
    margin-top: 120px;
}

.productY1 .content .line1 {
    display: grid;
    grid-template-columns: 48% 46%;
    justify-content: space-between;
    align-items: center;
}

.productY1 .content .line1 .text h3 {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
}

.productY1 .content .line1 .text h3 span {
    color: #ee742a;
}

.productY1 .content .line1 .text p {
    margin-top: 30px;
    color: #777777;
    font-size: 14px;
    line-height: 1.5;
}

.productY1 .content .line2 {
    margin-top: 50px;
}

.productY1 .line2 {
    margin-top: 50px;
}

.productY1 .line2 > p {
    font-size: 17px;
    font-weight: bold;
    color: #666666;
    margin: 50px 0 80px;
    text-align: center;
}

.productY1 .line2 .lin2Con {
    display: grid;
    grid-template-columns: repeat(2, 49%);
    justify-content: space-between;
    align-items: center;
}

.productY1 .line2 .lin2Con .conRight {
    padding-right: 257px;
    display: grid;
    grid-template-columns: repeat(3, 32%);
    justify-content: space-between;
}

.productY1 .line2 .lin2Con .conRight .item h3 {
    font-size: 17px;
    margin: 17px 0 5px;
    font-weight: bold;
    color: #666666;
}

.productY1 .line2 .lin2Con .conRight .item p {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
}

.productY1 .line2 .lin2Con .conRight .item {
    text-align: center;
}

.productY1 .line2 .lin2Con .conRight .item .img {
    min-height: 72px;
}

.productY1 .line3 {
    margin-top: 70px;
}

.productY1 .line3 .item {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 66px;
}

.productY1 .line3 .item h3 {
    font-size: 33px;
    font-weight: bold;
    color: #333333;
    margin-left: 130px;
}

.productY1 .line3 .item:nth-child(2n) {
    flex-direction: row-reverse;
}

.productY1 .line3 .item:nth-child(2n) h3 {
    margin-right: 130px;
}

.productY2 {
    margin-top: 40px;
}

.productY2 .title h2 {
    font-size: 33px;
    font-weight: bold;
    color: #333333;
    text-align: center;
}

.productY2 .content {
    margin-top: 56px;
    display: grid;
    grid-template-columns: repeat(4, 24%);
    justify-content: space-between;
}

.productY2 .content .item {
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.productY2 .content .item .context {
    display: grid;
    grid-template-columns: 70% 20%;
    justify-content: space-between;
}

.productY2 .content .item .context .itemIn {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /*align-items: flex-end;*/
}

.productY2 .content .item .text,
.productY2 .content .item .context .itemIn .text {
    margin-top: 40px;
    text-align: center;
    font-size: 12px;
    font-weight: 400;
    color: #666666;
}

.productY2 .content .item h3 {
    font-size: 17px;
    
    font-weight: bold;
    color: #666666;
}

.productY2 .table {
    margin-top: 80px;
    margin-bottom: 80px;
}

.productY2 .table tr td {
    padding: 30px 0;
    text-align: center;
    font-size: 17px;
    font-weight: 400;
    color: #666666;
    width: 16%;
}

.productY2 .table tr:nth-child(1) {
    background: #e6e6e6;

}

.productY2 .table tr td:nth-child(1) h3 {
    font-size: 37px;
    font-weight: 400;
    color: #EE742A;
}

.productY2 .table tr td:nth-child(1) {
    width: 20%;
    padding-left: 22px;
    text-align: left;
}

.productY2 .table tr td:nth-child(1) p {
    font-size: 17px;
    font-weight: bold;
    color: #666666;
    margin-top: 8px;

    /*text-align: left;*/
}

.productY2 .table tr td:nth-child(1) h3 span {
    font-size: 37px;
    font-weight: 400;
    color: #FFFFFF;
    display: inline-block;
    padding: 2px 10px;
    background: #EE742A;
}

.productY2 .table tr:nth-last-child(1) td:nth-child(2) .img {
    display: inline;
}

.productY2 .table .set-mar img {
    margin-left: 10%;
    /*display: block;*/
    /*margin-top: 100px;*/
    transform: translateY(40px);
}

.solution1 {
    padding: 60px 0 60px 0;
}

.solution1 .title h2 {
    font-size: 32px;
    font-weight: bold;
    color: #666666;
    text-align: center;
    line-height: 42px;
}

.solution1 .title h3 {
    text-align: center;
    font-size: 29px;
    font-weight: 400;
    color: #e1e1e1;
    line-height: 34px;
}

.solution1 .content {
    margin-top: 74px;
    display: grid;
    grid-template-columns: repeat(3, 24%);
    justify-content: space-between;
}

.solution1 .content .item {
    text-align: center;
}

.solution1 .content .item h4 {
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    margin: 18px 0 8px;
}

.solution1 .content .item p {
    font-size: 12px;
     
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.solution2 {
    margin-top: 80px;
}

.solution2 .title h2 {
    font-size: 32px;
    font-weight: bold;
    color: #666666;
    text-align: center;
    line-height: 42px;
}

.solution2 .title h3 {
    text-align: center;
    font-size: 29px;
    font-weight: 400;
    color: #e1e1e1;
    line-height: 34px;
}

.solution2 .content {
    margin-top: 40px;
    display: grid;
    grid-template-columns: 25% 35% 40%;
}

.solution2 .content .textLeft p {
    font-size: 31px;
    font-weight: bold;
    color: #666666;
}

.solution2 .content .textLeft .xiTong h4 {
    font-size: 31px;
    font-weight: bold;
    color: #666666;
    margin: 100px 0 30px;
}

.solution2 .content .textRight {
    margin-left: 80px;
}

.solution2 .content .textRight .item {
    position: relative;
    min-height: 170px;
    padding-left: 36px;
}

.solution2 .content .textRight .item h4 {
    font-size: 16px;
    font-weight: bold;
    color: #666666;
    margin-bottom: 12px;
}

.solution2 .content .textRight .item p {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
}

.solution2 .content .textRight .item:before {
    content: '';
    width: 10px;
    height: 10px;
    border: 1px solid #EE742A;
    position: absolute;
    left: 8px;
    top: 4px;
    border-radius: 50%;
}

.solution2 .content .textRight .item:after {
    content: url("/public/static/images/home/en-us/solution2img3.png");
    position: absolute;
    left: 12px;
    top: 14px;
}

.solution2 .content .textRight .item:nth-last-child(1):after {
    display: none;
}

.solution3 {
    margin: 60px 0;
    display: grid;
    grid-template-columns: 44% 56%;
    align-items: center;
}

.solution3 .conBox {

}

.solution3 .title h2 {
    font-size: 32px;
    font-weight: bold;
    color: #666666;
    text-align: center;
    line-height: 42px;
    padding-left: 256px;
}

.solution3 .title h3 {
    text-align: center;
    font-size: 29px;
    font-weight: 400;
    color: #bfbfbf;
    line-height: 34px;
    padding-left: 256px;
}

.solution3 .content > p {
    font-size: 12px;
    font-weight: 400;
    color: #666666;
    line-height: 20px;
    padding: 77px 32px 32px 256px;
    background: #e6e6e6;
    margin-top: -50px;

}

.solution3 .content .img-text {
    display: flex;
    padding-left: 256px;
    margin-top: 58px;
    flex-wrap: wrap;
}

.solution3 .content .img-text .data {
    margin-right: 70px;
    text-align: center;
}

.solution3 .content .img-text .data p {
    font-size: 14px;
    font-weight: 400;
    color: #666666;
    margin-top: 12px;
}

.soluKind1 .content {
    margin: 40px 0 60px;
}

.soluKind1 .content .conLeft .item,
.soluKind1 .content .conRight .item {
    position: relative;

}

.soluKind1 .content .conRight .item:nth-child(2),
.soluKind1 .content .conLeft .item:nth-child(2) {
    margin-top: 16px;
}

.soluKind1 .content .conRight {
    position: relative;
    display: grid;
    grid-template-columns: repeat(3, 33%);
    justify-content: space-between;
    grid-row-gap: 12px;
}

.soluKind1 .content .item .text {
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.5s;
    z-index: 2;
}

.soluKind1 .content .item {
    margin-top: 16px;
}

.soluKind1 .content .item:after {
    width: 100%;
    height: 100%;
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    /*z-index: -1;*/
    transition: all 0.5s;
}

.soluKind1 .content .conLeft > .item:nth-child(1) .text {
    width: 100%;
    height: 100%;
    /*font-size: 24px;*/
    padding-bottom: 50px;
    padding-right: 60px;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
}

.soluKind1 .content .conLeft .item:nth-child(2) .text {
    width: 100%;
    height: 100%;
    /*font-size: 24px;*/
    padding-bottom: 50px;
    padding-left: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
}

.soluKind1 .content .item h2 {
    font-size: 24px;
    color: #ffffff;
    line-height: 1.5;
}

.soluKind1 .content .item p {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.soluKind1 .content .item span {
    display: inline-block;
    width: 260px;
    height: 1px;
    background: #ffffff;
    margin: 30px 0 18px;
}

.soluKind1 .content .item a {
    width: 130px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    font-size: 12px;
    color: #ee742a;
    font-weight: 400;
    border: 1px solid #EE742A;
    border-radius: 56px;
    transition: all 0.5s;
}

.soluKind1 .content .item a:hover {
    background: #EE742A;
    color: #ffffff;
}

.soluKind1 .content .item:hover:after {
    background: rgba(15, 44, 63, 0.9);
}

.soluKind1 .content .item:hover .text {
    top: -10px;
}

.soluKind1 .content .conRight .item .text {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 80px;
    text-align: center;
}

.soluKind1 .content .conLeft .soluKind1Top {
    display: flex;
    justify-content: space-between;
}

.soluKind1 .content .conLeft .soluKind1Top .item .text {
    width: 100%;
    height: 100%;
    /* font-size: 24px; */
    padding-bottom: 50px;
    padding-left: 60px;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    flex-direction: column;
}

.soluKind1 .content .conLeft .soluKind1Top .item {
    width: 49%;
}

.soluKind1.mution .content {
    width: 100%;
    margin: 40px 0 60px;
}

.about .text h2 {
    font-size: 22px;
    font-weight: 300;
    color: #ffffff;
    margin-bottom: 28px;
}

.about .text span {
    width: 130px;
    display: inline-block;
    margin: 18px 0;
    height: 4px;
    background: #ee742a;
}

.about {
    position: relative;
    /*border-bottom: 5px solid #ee742a;*/

}

.about .aboutConBox {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about .aboutConBox .container_1400 {
    display: grid;
    grid-template-columns: 50% 44%;
    justify-content: space-between;
}

.about .text h1 {
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
}

.about .text p {
    font-size: 14px;
    color: #ffffff;
    line-height: 1.5;
}

.about .img-text {
    display: grid;
    height: 210px;
    grid-template-columns: 36% 37% 26%;
}

.about .img-text .item {
    padding: 20px;
}

.about .img-text .item:nth-child(1),
.about .img-text .item:nth-child(2) {
    border-bottom: 1px solid #ffffff;
    border-right: 1px solid #ffffff;
}

.about .img-text .item:nth-child(3) {
    border-bottom: 1px solid #ffffff;
}

.about .img-text .item:nth-child(5) {
    border-right: 1px solid #ffffff;
}

.about .img-text .item:nth-child(4) {
    border-right: 1px solid #ffffff;
}

.about .img-text img {
    width: 38px;
    height: 38px;
}

.about .img-text h2 {
    font-size: 42px;
    color: #ffffff;
    font-weight: 600;
}

.about .img-text p,
.about .img-text h2 span {
    font-size: 14px;
    color: #ffffff;
    font-weight: 400;
}

.about a.video_click {
    font-size: 16px;
    text-decoration: none;
    display: inline-block;
    line-height: 40px;
    width: 141px;
    height: 40px;
    color: #ffffff;
    text-align: center;
    border-radius: 20px;
    position: relative;
    background: #ee742a;
    z-index: 10;
    margin-top: 12px;
}

.about a.video_click:after {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    border-radius: 20px;
    background: #ff9900;
    transition: all 0.5s;
    z-index: -1;
}

.about a.video_click:hover:after {
    width: 100%;
}

.about a i {
    margin-right: 8px;
}

.about1 {
    padding-top: 55px;
    background: #f5f5f5;
}

.about1 .target {
    border-top: 2px solid #cccccc;
    display: grid;
    grid-template-columns: repeat(4, 25%);
}

.about1 .target .item {
    line-height: 48px;
    height: 48px;
    border-left: 1px solid #eeeeee;
    margin-top: -2px;
}

.about1 .target .item:nth-last-child(1) {
    border-right: 1px solid #eeeeee;
}

.about1 .target .item p {
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 48px;
    height: 48px;
}

.about1 .target .item.on {
    background: #ffffff;
    border-top: 2px solid #EE742A;
}

.about1 .target .item.on p {
    color: #EE742A;
}

.about1 .targetTo .item {
    height: 0;

    padding: 0;
    overflow: hidden;
}

.about1 .targetTo .item.on {
    display: block;
    height: auto;
    padding-top: 76px;
}

.about1 .targetTo .title h2 {
    font-size: 36px;
    color: #000000;
    text-align: center;
    font-weight: 600;
}

.about1 .targetTo .title p {
    font-size: 22px;
    color: #e4782e;
    text-align: center;
    font-weight: 400;
    line-height: 2;
}

/**
.about1 .targetTo .item:nth-child(1) {

}

.about1 .targetTo .item:nth-child(1) .content {
    display: grid;
    margin-top: 60px;
    grid-template-columns: repeat(3, 28%);
    justify-content: space-between;

}

.about1 .targetTo .item:nth-child(1) .content .conItem {
    text-align: center;
    background: #ffffff;
    padding-bottom: 30px;
    border-radius: 10px;
    transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;
}

.about1 .targetTo .item:nth-child(1) .content .conItem .img {
    margin-top: 60px;
}

.about1 .targetTo .item:nth-child(1) .content .conItem h3 {
    font-size: 24px;
    margin-top: 28px;
    font-weight: bold;
}

.about1 .targetTo .item:nth-child(1) .content .conItem span {
    font-size: 12px;
    display: inline-block;
    margin: 16px 0 28px;
}

.about1 .targetTo .item:nth-child(1) .content .conItem p {
    color: #8a8d99;
    font-size: 12px;
    line-height: 2;
}

.about1 .targetTo .item:nth-child(1) .content .conItem:hover {
    transform: translateY(-3px);
    box-shadow: 0px 5px 30px rgb(15 91 183 / 10%);
}

 */

.about1 .targetTo .item:nth-child(1) .conBox {
    display: grid;
    justify-content: space-between;
    grid-template-columns: repeat(2, 48%);
}

.about1 .targetTo .item:nth-child(1) .conBox .context {
    padding: 10px 12px;
    background: #f5f7fa;
    width: 240px;
    margin-top: -100px;
}

.about1 .targetTo .item:nth-child(1) .conBox .context .textItem {
    display: flex;
    margin: 12px 0;
}

.about1 .targetTo .item:nth-child(1) .conBox .context .textItem p {
    color: #777777;
    font-size: 14px;
    margin-top: 8px;
    margin-left: 16px;
}

.about1 .targetTo .item:nth-child(1) .conBox .conRight {
    padding-top: 40px;
}

.about1 .targetTo .item:nth-child(1) .conBox .conRight h2 {
    font-size: 46px;
    color: #e4782e;
    font-weight: 600;
}

.about1 .targetTo .item:nth-child(1) .conBox .conRight h3 {
    padding-left: 12px;
    font-size: 20px;
    color: #000000;
    font-weight: 600;
    position: relative;
    line-height: 1;
    margin: 6px 0 12px;
}

.about1 .targetTo .item:nth-child(1) .conBox .conRight h3:after {
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    height: 100%;
    width: 2px;
    background: #e4782e;

}

.about1 .targetTo .item:nth-child(1) .conBox .conRight p {
    font-weight: 400;
    line-height: 1.75;
    color: #666666;
    padding: 0 40px 0 12px;
}

.about1 .targetTo .item:nth-child(1) .conBox .conRight .img-text {
    margin-top: 20px;
}

.about1 .targetTo .item:nth-child(1) .conBox .conRight .text {
    display: flex;
    justify-content: space-between;
    padding: 0 0px;
    width: 100%;
}

.about1 .targetTo .item:nth-child(1) .conBox .conRight .text span {
    text-align: center;
    /*width: 20%;*/
    display: inline-block;
    margin-top: 16px;
}

.about1 .targetTo .item:nth-child(2).on {
    padding: 90px 20px 154px 142px;
    background: #ffffff;
}

.about1 .targetTo .item:nth-child(2) .conBox {
    display: grid;
    grid-template-columns: 16% 80%;
    justify-content: space-between;
    align-items: center;
}

.about1 .targetTo .item:nth-child(2) .conBox .conLeft h2 {
    font-size: 20px;
    color: #ee742a;
    line-height: 1.8;
}

.about1 .targetTo .item:nth-child(2) .conBox .conLeft p {
    font-size: 14px;
    color: #000000;
    line-height: 1.75;
}

.about1 .targetTo .item:nth-child(2) .conBox .conLeft p span {
    font-size: 14px;
    color: #ffd0b5;
    line-height: 1.75;
}

.about1 .targetTo .item:nth-child(2) .conBox .conLeft p b {
    font-size: 14px;
    color: #f1742a;
    line-height: 1.75;
}

.about1 .targetTo .item:nth-child(2) .conBox .conLeft .img {
    margin-top: 68px;
}

.about1 .targetTo .item:nth-child(2) .conBox .conRight .img,
.about1 .targetTo .item:nth-child(2) .conBox .conRight .text {
    padding: 0 40px;
}

.about1 .targetTo .item:nth-child(2) .conBox .conRight .text {
    display: grid;
    grid-template-columns: 15% 20% 35% 30%;
    margin: 20px 0 28px;
}

.about1 .targetTo .item:nth-child(2) .conBox .conRight .text p {
    font-size: 14px;
    color: #000000;
    line-height: 1.75;
}

.about1 .targetTo .item:nth-child(4) {
    background: #ffffff;
    padding-top: 0;
}

.conItem4Slick .img {
    display: flex;
    align-items: center;
    justify-content: center;
}

.conItem4Slick .slick-prev, .conItem4Slick .slick-next {
    /*top: auto;*/
    background: transparent;

}

.conItem4Slick .slick-prev {
    left: 14%;

}

.conItem4Slick .slick-next {
    right: 14%;

}

.conItem4Slick .slick-dots li {
    width: 22px;
    height: 22px;
    background: #ffffff;
    color: #000000;
    border-radius: 4px;
}

.conItem4Slick .slick-dots li button {
    color: #000000;
    width: 22px;
    height: 22px;
    font-size: 12px;
}

.conItem4Slick .slick-dots li.slick-active {
    background: #609ee9;
}

.conItem4Slick .slick-dots li.slick-active button {
    color: #ffffff;
    background: #609ee9;
}

.conItem4Slick .slick-prev:after {
    display: flex;
    align-items: center;
    justify-content: center;
    content: '\e653';
         font-family: "iconfont", sans-serif;
    font-size: 24px;
    color: #ffffff;
    /*border: 1px solid #949494;*/
    transition: all 0.5s;
    width: 36px;
    height: 54px;
    /*border-radius: 50%;*/
    background-color: rgba(000, 000, 000, .2);
}

.conItem4Slick .slick-next:after {
    display: flex;
    align-items: center;
    justify-content: center;
    content: '\e775';
    /*transform: rotate(180deg);*/
         font-family: "iconfont", sans-serif;
    font-size: 24px;
    color: #ffffff;
    /*border: 1px solid #949494;*/
    transition: all 0.5s;
    width: 36px;
    height: 54px;
    /*border-radius: 50%;*/
    background-color: rgba(000, 000, 000, .2);
}

.conItem4Slick .slick-next:hover:after {
    background-color: rgba(000, 000, 000, .4);
}

.conItem4Slick .slick-prev:hover:after {
    background-color: rgba(000, 000, 000, .4);
}

.conItem5Slick .slick-prev, .conItem5Slick .slick-next {
    /*top: auto;*/
    background: transparent;

}

.conItem5Slick .slick-prev {
    left: 0%;

}

.conItem5Slick .slick-next {
    right: 0%;

}

.conItem5Slick .slick-dots li {
    width: 22px;
    height: 22px;
    background: #ffffff;
    color: #000000;
    border-radius: 4px;
}

.conItem5Slick .slick-dots li button {
    color: #000000;
    width: 22px;
    height: 22px;
    font-size: 12px;
}

.conItem5Slick .slick-prev:after {
    display: flex;
    align-items: center;
    justify-content: center;
    content: '\e653';
         font-family: "iconfont", sans-serif;
    font-size: 24px;
    color: #ffffff;
    /*border: 1px solid #949494;*/
    transition: all 0.5s;
    width: 36px;
    height: 54px;
    /*border-radius: 50%;*/
    background-color: rgba(000, 000, 000, .2);
}

.conItem5Slick .slick-next:after {
    display: flex;
    align-items: center;
    justify-content: center;
    content: '\e775';
    /*transform: rotate(180deg);*/
         font-family: "iconfont", sans-serif;
    font-size: 24px;
    color: #ffffff;
    /*border: 1px solid #949494;*/
    transition: all 0.5s;
    width: 36px;
    height: 54px;
    /*border-radius: 50%;*/
    background-color: rgba(000, 000, 000, .2);
}

.conItem5Slick .slick-next:hover:after {
    background-color: rgba(000, 000, 000, .4);
}

.conItem5Slick .slick-prev:hover:after {
    background-color: rgba(000, 000, 000, .4);
}

.about2 {
    /*margin: 150px;*/
    overflow: hidden;
    background: #f5f5f5;
    padding: 150px 0 60px;
}

.about2 .conBox {
    display: grid;
    grid-template-columns: 45% 55%;
    box-shadow: 0px 4px 30px rgb(0 0 0 / 40%);
    transition: box-shadow .3s, border .3s, background-color .3s, color .3s, transform .3s;
}

.about2 .conBox:hover {
    transform: translateY(-3px);
    box-shadow: 0 2px 0 rgb(102 102 102 / 10%);
    border: 1px solid #eee;
}

.about2 .conBox .conLeft {
    background: url("/public/static/images/home/en-us/contactBack.jpg") no-repeat 50% 50%;
    height: 700px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 140px 0 100px;
}

.about2 .conBox .conLeft p {
    font-size: 14px;
    color: #ffffff;
    font-weight: 600;
    line-height: 1.5;
}

.about2 .conBox .conLeft span,
.about2 .conBox .conLeft .conItem a,
.about2 .conBox .conLeft h2 {
    font-size: 16px;
    color: #d3dddf;
    font-weight: 600;
    line-height: 1.6;
}

.about2 .conBox .conLeft .conItem {
    padding: 20px 0 16px;
    position: relative;
}

.about2 .conBox .conLeft > a {
    width: 231px;
    height: 38px;
    line-height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #d3dddf;
    margin-top: 16px;
    font-size: 14px;
    color: #d3dddf;
    font-weight: 400;
}

.about2 .conBox .conLeft > a:hover {
    font-weight: 600;
    color: #ffffff;
    background: #f6b26b;
    border: 1px solid #f6b26b;
}

.about2 .conBox .conLeft .conItem:after {
    position: absolute;
    content: '';
    left: 0;
    bottom: 2%;
    background: #364448;
    width: 290px;
    height: 2px;
}

.about2 .conBox .conRight {
    background: #ffffff;
}

.about2 .conBox .conRight h2 {
    color: #333333;
    font-size: 30px;
    margin-top: 43px;
    margin-left: 184px;
}

.about2 .contactForm {
    width: 65%;
    float: left;
    /*padding-left: 40px;*/
    overflow: hidden;
}

.about2 .contactForm {
    margin-top: 187px;
    margin-left: 184px;
}

.about2 .title h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.about2 .contactForm .info {
    width: 100%;
    float: left;
    position: relative;
    margin-bottom: 10px;
    display: flex;
    /*align-items: center;*/
}

.about2 .contactForm .info .controls {
    display: flex;
    /*align-items: center;*/
    width: 100%;
}

.about2 .contactForm .info .controls {

}

.about2 .contactForm .info .label_controls {
    position: relative;
    line-height: 36px;
    font-size: 12px;
    font-weight: 400;
    width: 95px;
    text-align: right;
    margin-right: 20px;
    color: #999999;
    /*margin-top: 18px;*/
}

.about2 .contactForm .info .tips {
    position: absolute;
    top: 0;
    right: 10px;
    line-height: 36px;
    color: #ff0000;
}

.about2 .contactForm .info input[type="text"] {
    width: 76%;
    height: 36px;
    padding: 0 18px;
    /*border: 1px solid #dcdcdc;*/
    font-size: 16px;
    color: #2c2c2c;
    border: none;
    background-color: rgb(236, 241, 244);
    border-radius: 4px;
}

.about2 .contactForm .info textarea {
    width: 76%;
    height: 146px;
    padding: 5px 10px;
    resize: none;
    border-radius: 4px;
    /*border: 1px solid #dcdcdc;*/
    font-size: 16px;
    color: #2c2c2c;
    border: none;
    background-color: rgb(236, 241, 244);
}

.about2 .contactForm .info input[type="submit"] {
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 66px;
    height: 36px;
    border: 0;
    padding: 0 16px;
    font-size: 12px;
    font-weight: bold;
    margin-top: 20px;
    color: #ffffff;
    text-transform: uppercase;
    background: #e69138;
    border-radius: 18px;
    cursor: pointer;
    transition: all .3s;
    float: right;

}

.about2 .contactForm .info input[type="submit"]:hover {
    background-color: #27c78b;
    font-weight: 400;
    transition: all .3s;
}

.about2 .contactForm .info:nth-last-child(1) {
    display: inline-block;
}

.videoBanner p {
    font-size: 22px;
    font-weight: 300;
    color: #ffffff;
}

.videoBanner {
    position: relative;
    /*border-bottom: 5px solid #ee742a;*/

}

.videoBanner .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.videoBanner h1 {
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
}

.videoBanner span {
    width: 130px;
    display: inline-block;
    margin: 18px 0;
    height: 4px;
    background: #ee742a;
}

.newsBanner p {
    font-size: 22px;
    font-weight: 300;
    color: #ffffff;
}

.newsBanner {
    position: relative;
    /*border-bottom: 5px solid #ee742a;*/

}

.newsBanner .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.newsBanner h1 {
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
}

.newsBanner span {
    width: 130px;
    display: inline-block;
    margin: 18px 0;
    height: 4px;
    background: #ee742a;
}

.video1 {
    margin: 45px 0 20px;
}

.video1 .video {
    position: relative;
}

.video1 .video .img {
    position: relative;
    z-index: 2;
}

.video1 .video .img a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    cursor: pointer;
    border: 0.06666em solid #fff;
    background-color: rgba(43, 51, 63, .7);
    border-radius: 50%;
    transition: all .4s;
}

.video1 .video .img a i {
    color: #ffffff;
    font-size: 50px;
    cursor: pointer;
}

.video1 .video video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.video1 .item {
    width: 48%;
    margin-bottom: 70px;
}

.video1 .item p {
    color: #666666;
    margin-top: 16px;
    font-size: 14px;
    text-align: center;
}

.video1 .conBox {
    display: grid;
    grid-template-columns: 22% 22% 22% 22%;
    justify-content: space-between;
    flex-wrap: wrap;
}

.news1 {
    margin: 35px 0;
}

.news1 .item {
    margin-bottom: 15px;
    padding-bottom: 15px;
    border-bottom-color: #ddd;
    border-bottom-width: 1px;
    border-bottom-style: dotted;
    display: flex;
}

.news1 .item .img {
    width: 280px;
    overflow: hidden;
}

.news1 .item .img:hover img {
    transform: scale(1.2);
}

.news1 .item .img img {
    transition: all 0.5s;
}

.news1 .item .text {
    width: calc(100% - 280px);
    margin-left: 18px;
}

.news1 .item .text a {
    font-size: 18px;
    font-style: normal;
    font-weight: bold;
}

.news1 .item .text a:hover {
    text-decoration: underline;
    transition: all 0.5s;
}

.news1 .item .text p {
    margin-top: 5px;
    line-height: 18px;
    font-size: 15px;
    margin-bottom: 6px;
    color: #999999;
}

.news1 .item .text span {
    font-size: 12px;
    font-style: normal;
    font-weight: normal;
    color: #BBB;
}

.service_banner p,
.service_banner h1{
    color: #333;
}

.service1 {
    background: #f5f5f5;
    padding: 48px 0 72px;
}

.service1 .content {
    display: grid;
    grid-template-columns: 66% 32%;
    justify-content: space-between;
}

.service1 .content .conleft {
    display: grid;
    grid-template-columns: repeat(2, 48.5%);
    justify-content: space-between;
    grid-row-gap: 20px;
}

.service1 .content .conleft .leftItem {
    height: 268px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #dcdcdc;
    padding: 0 20px;
}

.service1 .content .conleft .leftItem span {
    font-size: 20px;
    color: #222222;
    margin-top: 36px;
}

.service1 .content .conleft .leftItem i {
    font-size: 52px;
}

.service1 .content .conRight {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    background: #dcdcdc;
}

.service1 .content .conRight h3 {
    font-size: 24px;
    font-weight: 600;
    color: #262626;
    margin-bottom: 60px;
}

.service1 .content .conRight p {
    font-size: 16px;
    font-weight: 400;
    color: #262626;
    line-height: 1.8;
}

.service1 .content .conRight p span {
    font-size: 16px;
    font-weight: 400;
    color: #ee742a;
}

.service1 .conBox {
    margin-top: 40px;
    background: #b4b4b4;
    overflow: hidden;
}

.service1 .conBox .text {
    margin: 8px 30px;
    font-size: 12px;
    color: #ffffff;
    padding-bottom: 20px;
    border-bottom: 1px dashed #ddd;
}

.service1 .contactForm {
    padding: 0 30px;
    margin-top: 20px;
    width: 100%;
    /*float: left;*/
    display: flex;
    flex-wrap: wrap;
    /*padding-left: 40px;*/
    overflow: hidden;
    justify-content: space-between;
}

.service1 .contactForm {

}

.service1 .title h2 {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.3em;
    margin-bottom: 15px;
}

.service1 .contactForm .info {
    width: 47%;
    float: left;
    position: relative;
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
    /*align-items: center;*/
}

.service1 .contactForm .info .controls {
    display: flex;
    /*align-items: center;*/
    width: 100%;
}

.service1 .contactForm .info .controls {

}

.service1 .contactForm .info .label_controls {
    position: relative;
    line-height: 36px;
    font-size: 14px;
    font-weight: 400;
    /*width: 95px;*/
    /*text-align: right;*/
    margin-right: 20px;
    color: #333333;
    /*margin-top: 18px;*/
}

/*.service1 .contactForm .info .tips{*/
/*margin: 10px 0 0;*/
/*padding: 5px 10px 6px;*/
/*color: #e75845;*/
/*border: 1px solid #ffa8a8;*/
/*height: auto;*/
/*line-height: 1.5;*/
/*font-size: 12px;*/
/*background-color: #fff1f1;*/
/*}*/
.service1 .contactForm .info .tips.on {
    margin: 10px 0 0;
    padding: 5px 10px 6px;
    color: #e75845;
    border: 1px solid #ffa8a8;
    height: auto;
    line-height: 1.5;
    font-size: 12px;
    background-color: #fff1f1;
}

.service1 .contactForm .info input[type="text"] {
    width: 100%;
    height: 36px;
    padding: 0 18px;
    /*border: 1px solid #dcdcdc;*/
    font-size: 16px;
    color: #2c2c2c;
    border: none;
    background-color: #dfdfdf;
    border-radius: 4px;
}

.service1 .contactForm .info textarea {
    width: 100%;
    height: 146px;
    padding: 5px 10px;
    resize: none;
    border-radius: 4px;
    /*border: 1px solid #dcdcdc;*/
    font-size: 16px;
    color: #2c2c2c;
    border: none;
    background-color: #dfdfdf;
}

.service1 .contactForm .submit,
.service1 .contactForm .textInfo {
    width: 100%;
}

.service1 .contactForm .info input[type="submit"] {
    width: 404px;
    height: 36px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #FFF;
    font-weight: normal;
    text-decoration: none;
    font-style: normal;
    vertical-align: top;
    *vertical-align: middle;
    border: none;
    background: #f9cb9c url("/public/static/images/home/en-us/aixin.png") no-repeat 139px 10px;
    margin: 0 auto;
    position: relative;
}

.service1 .contactForm .info input[type="submit"]:hover {
    background-color: #ff9900;
    /*font-weight: 400;*/
    transition: all .3s;
}

.service1 .contactForm .info:nth-last-child(1) {
    display: inline-block;
}

.service1 .content .conleft .leftItem:hover i {
    color: #ee742a;
    transition: all 0.5s;
    font-size: 48px;
}

.solution1 .content .item .img {
    min-height: 59px;
}

.download1 {
    margin-top: 40px;
    min-height: 700px;
}

.download1 .item {
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px dotted #cccccc;
    margin-bottom: 10px;
    align-items: center;
}

.download1 .item .conLeft {
    display: flex;
    align-items: center;
}

.download1 .item .conLeft .text p {
    color: #999;
    font-size: 12px;
    font-weight: normal;
    margin-top: 10px;

}

.download1 .item .conLeft .text a {
    color: #444;
    font-size: 14px;
    font-weight: normal;
    transition: all 0.5s;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.download1 .item .conLeft .text a:hover {
    text-decoration: underline;
}

.download1 .item .conLeft .text {
    margin-left: 10px;
}

.download1 .item .conRight P {
    color: #999;
    font-size: 12px;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.download1 .item .conRight span {
    color: #cccccc;
    font-size: 12px;
    display: block;
    text-align: right;
    margin-top: 10px;
}

.solution4 .content p{
    text-align: center;
    line-height: 2;
    font-size: 12px;
}
.solution4 {
    margin: 56px 0;
}

.solution4 .title h2 {
    font-size: 30px;
    text-align: center;
    color: #e0e0e0;
}

.solution4 .title span {
    width: 114px;
    height: 5px;
    display: block;
    margin: 20px auto;
    background: #ee752b;
}

.solution4 .title h3 {
    font-size: 16px;
    font-weight: 600;
    color: #000000;
    text-align: center;
    margin-bottom: 20px;
}
.solution4 .context  {
    margin-top: 30px;
    display: grid;
    grid-template-columns: 72% 26%;
    justify-content: space-between;
}

.solution4 .video {
    position: relative;
    height: 100%;
}

.solution4 .video .img {
    position: relative;
    z-index: 2;
    height: 100%;
}
.solution4 .video .img .back{
    width: 100%;
    height: 100%;
    background: #222222;
}

.solution4 .video .img a {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 68px;
    height: 68px;
    cursor: pointer;
    border: 0.06666em solid #fff;
    background-color: rgba(43, 51, 63, .7);
    border-radius: 50%;
    transition: all .4s;
}

.solution4 .video .img a i {
    color: #ffffff;
    font-size: 50px;
    cursor: pointer;
}

.solution4 .video video {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}
.solution4 .imgs  .img{
    border: 12px solid #cccccc;
}
.solution4 .imgs  .img:nth-child(2){
    border-top: none;
    border-bottom: none;
}

.soluMade1 {
    padding: 75px 0;
    background-size: cover;
}

.soluMade3 .title h2 ,
.soluMade2 .title h2 ,
.soluMade1 .title h2 {
    font-size: 32px;
    font-weight: bold;
    color: #666666;
    text-align: center;
    line-height: 42px;
}
.soluMade3 .title h3 ,
.soluMade2 .title h3 ,
.soluMade1 .title h3 {
    text-align: center;
    font-size: 29px;
    font-weight: 400;
    color: #e1e1e1;
    line-height: 34px;
}
.soluMade1 .content {
    margin-top: 72px;
    display: flex;
    justify-content: center;
}
.soluMade1 .content .item{
    text-align: center;
}
.soluMade1 .content .item h4{
    font-size: 16px;
    font-weight: 600;
    color: #666666;
    margin: 24px 0 14px;
}
.soluMade1 .content .item p{
    font-size: 12px;
    font-weight: 400;
    color: #666666;
}
.soluMade1 .content .item .img{
    min-height: 63px;
}

.soluMade2 {
    margin: 85px 0 100px;
}
.soluMade2 .content{
    margin-top: 26px;
}
.soluMade2 .content>p{
    font-size: 12px;
    width: 60%;
    margin: auto;
    font-weight: 400;
    color: #666666;
    line-height: 21px;
    text-align: center;
}
.soluMade2 .context>.img{
    text-align: center;
}
.soluMade2 .context .text{
    margin-top: 35px;
    display: flex;
    justify-content: center;
    text-align: center;
}
.soluMade2 .context .text .item{
   margin: 0 24px;
}
.soluMade2 .context .text p{
    font-size: 16px;
    margin-top: 7px;
    font-weight: 400;
    color: #666666;
}

.soluMade3 {
    margin-bottom: 60px;
}

.soluMade3 .title span{
    width: 103px;
    display: block;
    background: #f36941;
    margin: 18px auto 38px;
    height: 5px;
}
.soluMade3 .content .imgs{
    display: grid;
    grid-template-columns: repeat(2,49%);
    justify-content: space-between;
    margin-bottom: 70px;
}

.soluMade3 .content .imgselectronic{
    display: grid;
    justify-content: space-between;
    margin-bottom: 70px;
}


.soluMade3 .content .text{
    display: grid;
    grid-template-columns: repeat(2,49%);
    justify-content: space-between;
}
.soluMade3 .content .text .item{
    padding-left: 18px;
    background: url("/public/static/images/home/en-us/soluMade3img.png") no-repeat left top;
}
.soluMade3 .content .text h2{
    font-size: 16px;
    font-weight: 600;
    color: #666666;
    line-height: 1.6;
}
.soluMade3 .content .text h2:nth-of-type(2){
    margin-top: 20px;
}
.soluMade3 .content .text h2:nth-of-type(3){
    margin-top: 20px;
}
/*.soluMade3 .content .text p:nth-of-type(2){*/
/*    overflow: hidden;*/
/*    display: -webkit-box;*/
/*    text-overflow: ellipsis;*/
/*    -webkit-line-clamp: 2;*/
/*    -webkit-box-orient: vertical;*/
/*}*/
.soluMade3 .content .text h2:nth-of-type(4){
    margin-top: 55px;
}
.soluMade3 .content .text p{
    font-size: 12px;
    font-weight: 400;
    line-height: 20px;
    color: #666666;
    /*overflow: hidden;*/
    /*display: -webkit-box;*/
    /*text-overflow: ellipsis;*/
    /*-webkit-line-clamp: 2;*/
    /*-webkit-box-orient: vertical;*/

}
.soluMade3 .img-text {
    margin-top: 26px;
    display: grid;
    grid-template-columns: repeat(2,48%);
    grid-row-gap: 35px;
}
.soluMade3 .img-text .items{
    display: flex;
}
.soluMade3 .img-text .items p{
    width: 70%;
    font-size: 12px;
    margin-top: 56px;
    font-weight: 400;
    color: #666666;
    line-height: 21px;
}

.index4 .content a:hover {
    background: #d2783e;
    color: #ffffff;
    transition: all 0.5s;
}


.pron1 .title h2{
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    position: relative;
}

.pron1 .title h2:after{
    content: '';
    position: absolute;
    width: 126px;
    height: 4px;
    background: #EE742A;
    left: 50%;
    transform: translateX(-50%);
    bottom: -20px;
}
.pron1 .title h2 span{
    background: #ee742a;
    color: #ffffff;
}
.pron1 .title h2 i{
    color: #ee742a;
}

.pron1 {
    margin-top: 34px;
}
.pron1 .pron2 img{
    width: 100%;
    display: block;
}
.pron1 .content{
    margin-top: 96px;
}
.pron1 .content .item{
    display: flex;
    justify-content: space-between;
}
.pron1 .content .item:nth-child(2n){
    flex-direction: row-reverse;
    margin-top: 40px;
}

.pron1 .content .item .text{
    width: 44%;
}

.pron1 .content .item:nth-child(2n) .text{
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: self-start;
    width: 44%;
}
.pron1 .content .item .text p{
    font-size: 14px;
    line-height: 1.75;
}

.pron1 .content .item .text p span{
    background: #ee742a;
    color: #ffffff;
}
.pron1 .content .item .text p i{
    color: #ee742a;
}
.pron1 .content .item .img,
.pron1 .content .item .video{
    width: 50%;
}
.pron1 .content .item .video{
    position: relative;
    padding-bottom: 28%;
}
.pron1 .content .item .video iframe{
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    height: 100%;
}
.pron1 .content .item:nth-child(2n) h3{
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 10px;
}
.pron1 .content .item:nth-child(2n) h3 span{
    color: #ff6600;
}
.pron1 .item:nth-child(2n) p{
    font-size: 14px;
    line-height: 1.8;
}
.pron1 .imgs img{
    width: 100%;
    margin: 40px 0 40px;
}
.pron1 .texts{
    margin-bottom: 96px;
    margin-top: 15px;
    display: grid;
    grid-template-columns: repeat(3,33%);
    justify-content: space-between;
}
.pron1 .texts .item p{
    font-weight: bold;
    font-size: 16px;
    color: #777777;
    text-align: center;
    line-height: 1.8;
}
.pron1 .itemCon {
    display: grid;
    grid-template-columns: repeat(4,24%);
    grid-row-gap: 20px;
    justify-content: space-between;
}
.pron1 .itemCon .item{
    display: flex;align-items: center;
    /*justify-content: center;*/
    flex-direction: column;
}
.pron1 .itemCon .item .img{
    line-height: 70px;
}
.pron1 .context>h3{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    text-align: center;
    margin: 0px 0 50px;
}
.pron1 .context .item h3{
    font-size: 16px;
    font-weight: 400;
    color: #666666;
    text-align: center;
    margin: 16px 0 20px;
}
.pron1 .context p{
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    color: #666666;
}
.pron2 h2{
    font-size: 32px;
    font-weight: 400;
    color: #333333;
    text-align: center;
    margin: 80px 0 40px;
}


.index3 .imgs img:hover{
    transform: scale(1.1);
    transition: all 0.5s;
}

/* add start */
.downloadBg {
    position: relative;
}

.downloadBg .text {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.downloadBg span {
    width: 132px;
    display: inline-block;
    margin: 18px 0;
    height: 4px;
    background: #ee742a;
}

.downloadBg h1 {
    font-size: 32px;
    font-weight: bold;
    color: #333333;
    line-height: 32px;
}

.downloadBg p{
    font-size: 22px;
    font-weight: 400;
    color: #333333;
    line-height: 32px;
}

.download {
    background: #F1F0F2;
    padding-bottom: 86px;
}

.download .head {
    display: flex;
    justify-content: space-between;
    padding: 58px 0 31px;
    border-bottom: 1px solid #D7D7D7;
}

.download h1 {
    font-size: 48px;
    font-weight: bold;
    color: #333333;
}

.download .tab {
    padding: 0 40px;
    height: 20px;
    line-height: 20px;
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    cursor: pointer;
    border-right: 1px solid #a4a3a4;
    transition: all .3s;
}

.download .tab:last-child {
    border-right: none;
}

.download .tab.on,
.download .tab:hover{
    color: #C58151;
}

.download .tabs {
    display: flex;
}

.download .categorys {
    display: flex;
    margin: 25px 0;
}

.download .category {
    padding: 12px 8px;
    background-color: #D7D7D7;
    color: #333;
    border-radius: 10px;
    margin-right: 20px;
    cursor: pointer;
    transition: all .3s;
}

.download .category.on,
.download .category:hover {
    background: #C37C4A;
    color: #fff;
}

.download .items {
    display: grid;
    grid-template-columns: repeat(3, 30.86%);
    gap: 52px 31px;
}

.download .item {
    display: flex;
}

.download .item .text {
    flex: 1;
    margin-left: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}

.download .text p {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    line-height: 24px;
    width: 80%;
}

.download .downloadbtn {
    display: flex;
    align-items: center;
}

.download .downloadbtn span {
    background: #D7D7D7;
    border-radius: 13px 0 0 13px;
    font-size: 14px;
    font-weight: bold;
    color: #666666;
    line-height: 1;
    padding: 8px 10px;
    transition: all .3s;
}

.download .downloadbtn:hover span{
    background: #C37C4A;
    color: #fff;
}

.download .downloadbtn .img {
    margin-left: -6px;
}
/* add end */

/* add start1 */
.se1 {
    background-color: #F0F2F2;
    padding: 50px 0 66px;
}



.se1 .items {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.se1 .items .item {
    position: relative;
    width: 48%;
    background: #fff;
}

.se1 .items .item .img {
    overflow: hidden;
}

.se1 .items .item img,
.se1 .ci .icon {
    transition: all .5s ease 0s;
}

.se1 .items .item:hover .img img {
    transform: scale(1.05);
}

.se1 .item:nth-child(n + 5) {
    width: 23%;
}

.se1 .item .content {
    position: absolute;
    bottom: 10%;
    left: 8.7%;

    display: flex;
    flex-direction: column;
    color: #fff;
}


.se1 .item .content .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 98px;
    height: 98px;
    background: #E27A3C;
    border-radius: 50%;
    margin-bottom: 16px;
    transition: all .5s ease 0s;
}

.se1 .item .content .icon:hover,
.se1 .ci .icon:hover {
    background: #fff;
    transform: rotate(360deg);
    box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.09);
}

.se1 .item:nth-child(n + 5) .content .icon:hover {
    transform: translate(0, -50%) rotate(360deg);
}

.se1 .item .content .icon:hover img,
.se1 .ci .icon:hover img {
    filter: unset;
}

.se1 .icon img  {
    transition: all .5s ease 0s;
    filter: grayscale(100%) brightness(200%);
}

.se1 .item .name {
    font-size: 24px;
    font-weight: 600;
    color: #E27A3C;
    line-height: 30px;
    margin-bottom: 12px;
}

.se1 .item p {
    font-size: 16px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 30px;
    width: 52%;
}

.se1 .item:nth-child(n + 5) .content {
    position: relative;
    left: 0;
    bottom: 0;
    background-color: #fff;
    padding: 60px 10px 0 20px;
    height: 287px;
    justify-content: start;
}

.se1 .item:nth-child(n + 5) .content .icon {
    position: absolute;
    top: 0;
    left: 9.2%;
    transform: translate(0, -50%);
}

.se1 .item:nth-child(n + 5) .content p {
    color: #272727;
    width: 100%;
}

.se1 .item:nth-child(n + 5) .content .name {
    margin-bottom: 18px;
}

.se1 .ci {
    background-color: #fff;
    padding: 60px 100px 70px;
    margin-top: 30px;
}

.se1 .ci .boxs {
    display: flex;
    justify-content: space-between;
}

.se1 .ci .title h2 {
    margin-bottom: 80px;
}

.se1 .ci .icon {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 140px;
    height: 140px;
    background: #E27A3C;
    border-radius: 50%;
    margin-right: 30px;
}

.se1 .box {
    display: flex;
    align-items: center;
}

.se1 .box .key {
    font-size: 18px;
    font-weight: 400;
    color: #272727;
    line-height: 1;
    margin-bottom: 24px;
}

.se1 .box .value {
    font-size: 36px;
    font-weight: 500;
    color: #E27A3C;
    line-height: 24px;
}

.service .contactUs {
    padding: 55px 0 68px;
}

.service .contactUs .title h2 {
    margin-bottom: 20px;
}

.service .contactUs .title p {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    color: #2F2F2F;
}

.service .contactUs .title {
    margin-bottom: 36px;
}

.service .contactForm {
    display: flex;
    flex-wrap: wrap;
    gap: 10px 13px;
}

.service .contactForm .info {
    position: relative;
    width: 49.4%;
}

.service .contactForm .info:nth-child(n+5) {
    width: 100%;
}

.service .contactForm .info input,
.service .contactForm .info textarea {
    width: 100%;
    height: 58px;
    background: #EEEEEE;
    border: none;
    outline: none;
    padding: 30px;
    font-size: 16px;
}

.service .contactForm .info textarea {
    height: 200px;
}

.service .contactForm .info .label_controls {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    font-size: 16px;
    color: #2F2F2F;
    font-weight: 400;
}

.service .contactForm .info.textInfo .label_controls {
    top: 30px;
    transform: translateY(0);
}

.service .contactForm .tips {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: red;
}

.service .contactForm .info input[type="submit"] {
    display: block;
    width: 215px;
    height: 60px;
    line-height: 50px;
    background: #E27A3C;
    border-radius: 30px;
    opacity: 1;
    border: 0;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    cursor: pointer;
    padding: 0;
    margin: 0 auto;
    margin-top: 27px;
  }

  .service .contactForm .info.inputon .label_controls {
    display: none;
  }

  .pd1 {
    margin-top: 100px;
    padding-bottom: 80px;
  }

  .pd1 .wrap .box .ctx{
    display: flex;
    gap: 85px;
  }

  .pd1 .wrap .left {
    width: 46.7%;
  }

  .pd1 .tabs {
    display: flex;
    gap: 20px;
  }

  .pd1 .tab {
    display: flex;
    align-items: center;
    width: 18.46%;
    height: 70px;
    border-radius: 10px 10px 0px 0px;
    background: #F4F8FC;
    padding: 24px;
    border-bottom: 1px solid #F4F8FC;
    cursor: pointer;


    font-size: 24px;
    font-weight: bold;
    color: #2F2F2F;
    line-height: 18px;
  }

  .pd1 .tab .img {
    width: 60px;
    margin-right: 24px;
  }

  .pd1 .tab.on {
    background: #F17426;
    color: #fff;
  }

  .pd1 .box {
    overflow: hidden;
    height: 0;
/*     animation: FadeOut 1s ease-in-out; */
  }

  .pd1 .box.on {
    height: auto;
/*     animation: FadeIn 1s ease-in-out; */
  }

  .pd1 .box .pd1Swiper {
    background: linear-gradient( to bottom, #F17426 50%, #fff 50%);
    border: 1px solid #F17426;
  }

  .pd1 .box .swiper-slide {
    height: 630px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .pd1 .box .swiper-slide img {
    width: 100%;
  }

  .pd1Swiper .swiper-button-next, 
.pd1Swiper .swiper-button-prev {
  background: none;
  position: absolute;
  margin: 0;
  height: 100%;
  top: 0;
  left: 40%;
  z-index: 999;
}

.pd1Swiper .swiper-button-next {
  right: 40%;
  left: auto;
}

.pd1Swiper .swiper-button-prev:after, 
.pd1Swiper .swiper-button-next:after {
  content: "\e653";
  font-family: "iconfont";
  position: absolute;
  top: auto;
  bottom: 56px;
  /* transform: translateY(-50%); */
  display: inline-block;
  color: #D7D7D7;
  font-size: 34px;
}

.pd1Swiper .swiper-button-next:after {
  content: "\e775";
}

.pd1Swiper .swiper-button-prev:hover:after, 
.pd1Swiper .swiper-button-next:hover:after {
  color: #F17426;
}

.pd1 .right {
    padding: 40px 0;
}

.pd1 .title h2 {
    text-align: left;
    margin-bottom: 40px;
}

.pd1 .right .title p {
    font-size: 16px;
    font-weight: 500;
    color: #2F2F2F;
    line-height: 30px;
    width: 90%;
}

.pd1 .right .items {
    display: flex;
    margin-top: 56px;
    justify-content: space-between;
    width: 90%;
}

.pd1 .right .item {
    width: 24%;
    display: flex;
    flex-direction: column;
/*     justify-content: center; */
    align-items: center;
}

.pd1 .right .item .img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
    background: #FFFFFF;
    box-shadow: 0px 0px 21px 0px rgba(0,0,0,0.09);
    border-radius: 20px;
    transition: all .5s ease 0s;
}

.pd1 .right .item .img img {
    transition: all .5s ease 0s;
}

.pd1 .right .item .img:hover {
    background: #FF8942;
    transform: translateY(-4px);
}

.pd1 .right .item .img:hover img {
    filter: grayscale(100%) brightness(200%);
    transform: scale(1.05);
}

.pd1 .right .name {
    font-size: 20px;
    font-weight: bold;
    color: #FF8942;
    line-height: 18px;
    margin: 16px 0;
   
    display: flex;
    align-items: baseline;
    text-align: center;
    height: 30px;
}
.pd1 .pdb{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.pd1 .right .name em {
    font-size: 14px;
    margin-left: 0.1em;
}

.pd1 .right .item p {
    font-size: 14px;
    font-weight: 500;
    color: #333333;
    line-height: 17px;
 
    text-align: center;
}

.pd1 .dl,
.pd1 .inquiry {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-top: 60px;
    width: 292px;
    height: 49px;
    background: #F17426;
    border: 1px solid #F17426;
    border-radius: 24px;
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    transition: all .3s ease 0;
}
.pd1 .inquiry{
    text-transform: capitalize;
}

.pd1 .dl img {
    filter: grayscale(100%) brightness(200%);
    transition: all .3s ease 0;
}

.pd1 .inquiry {
    font-size: 18px;
    margin-top: 60px;
}

.pd1 .dl:hover,
.pd1 .inquiry:hover {
    background: #fff;
    color: #F17426;
    transform: translateY(-2px);
}

.pd1 .dl:hover img {
    filter: unset;
}

.pd2 {
    padding: 70px 0 150px;
    background: #F0F2F2;
}
.se1 .title h2,
.pd .title h2,
.contactUs .title h2 {
    font-size: 36px;
    
    font-weight: bold;
    color: #2F2F2F;
    line-height: 28px;
    text-align: center;
    margin-bottom: 48px;
}
.pd2 .title h2 {
    margin-bottom: 84px;
}

.pd2 .wrap {
    display: flex;
    gap: 110px;
}

.pd2 .wrap .left {
    width: 59.2%;  
}

.pd2 .wrap .left h3 {
    font-size: 24px;
    font-weight: 500;
    color: #2F2F2F;
    line-height: 24px;

  
}

.pd2 .wrap .left p {
    font-size: 16px;
    font-weight: 500;
    color: #2F2F2F;
    line-height: 30px;
  
    margin-top: 20px;
}

.pd2 .wrap .right h3 {
    font-size: 24px;
    font-weight: 500;
    color: #2F2F2F;
    line-height: 24px;

  
}

.pd2 .wrap .right p {
    font-size: 16px;
    font-weight: 500;
    color: #2F2F2F;
    line-height: 30px;
  
    margin-top: 20px;
    margin-bottom: 50px;
}

.pd2 .wrap .right{
    flex: 1;
}

.pd2 .wrap .left h3:nth-of-type(n+2) {
    margin-top: 50px;
}

.pd2 .wrap .right li {
    position: relative;
    font-size: 16px;
  
    font-weight: 500;
    color: #2F2F2F;
    line-height: 17px;
    padding-left: 22px;
}

.pd2 .wrap .right li::after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 6px;
    height: 5px;
    background: #E27A3C;
}

.pd2 .wrap .right li + li {
    margin-top: 40px;
}

.video_click:after {
    background: url("/public/static/images/home/en-us/video.png") no-repeat center;
}

.p23Ctx .box {
    display: none;
    opacity: 0;
    animation: FadeOut 1s ease-in-out;
}

.p23Ctx .box.on {
    display: block;
    opacity: 1;
    animation: FadeIn 1s ease-in-out;
}

.pd4 {
    padding: 65px 0 45px;
    background: #F0F2F2;
}

.pd4 .title h2 {
    margin-bottom: 27px;
}

.pd4 .title p {
    text-align: center;
    margin: 0 auto;
    width: 79%;
    font-size: 16px;
    font-weight: 500;
    color: #2F2F2F;
    line-height: 30px;
}

.pd4 .pd4Swiper {
    margin-top: 50px;
}

.pd4Swiper .swiper .swiper-button-next, 
.pd4Swiper .swiper .swiper-button-prev {
  background: none;
  position: absolute;
  margin: 0;
  height: 100%;
  top: 0;
  left: 2%;
  z-index: 999;
}

.pd4Swiper .swiper .swiper-button-next {
  right: 2%;
  left: auto;
}

.pd4Swiper .swiper .swiper-button-prev:after, 
.pd4Swiper .swiper .swiper-button-next:after {
  content: "\e653";
  font-family: "iconfont";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  color: #D7D7D7;
  font-size: 34px;
}

.pd4Swiper .swiper .swiper-button-next:after {
  content: "\e775";
}

.pd4Swiper .swiper .swiper-button-prev:hover:after, 
.pd4Swiper .swiper .swiper-button-next:hover:after {
  color: #F17426;
}

.pd4Swiper .swiper-slide {
    position: relative;
}

.pd4Swiper .swiper-slide .name {
    position: absolute;
    bottom: 10%;
    left: 10%;
    font-size: 30px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 36px;
    width: 80%;
}

.pd4Swiper a.more {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 176px;
    height: 49px;
    background: #F0F2F2;
    border: 1px solid #E27A3C;
    border-radius: 24px;
    margin: 0 auto;
    margin-top: 40px;

    font-size: 18px;
    font-weight: bold;
    color: #E27A3C;
}

.pd4Swiper a.more:hover {
    background: #E27A3C;
    color: #fff;
}

.pd5 {
    padding: 70px 0;
}

.pd5 .title h2 {
    margin-bottom: 66px;
}

.pd5 .tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 30px;
    width: 72.14%;
    margin: 0 auto;

    height: 100px;
    background: #F17426;
    box-shadow: 0px 0px 32px 0px rgba(0,0,0,0.05);
    border-radius: 50px;
}

.pd5 .tab {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 13px;
    width: 170px;
    height: 60px;
    background: #FF8227;
    border-radius: 30px;

    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 18px;
    cursor: pointer;
    transition: all .5s ease 0s;
}

.pd5 .tab img {
    width: 60px;
}

.pd5 .tab.on,
.pd5 .tab:hover {
    background: #fff;
    color: #F17426;
}

.pd5 .box {
    display: none;
    transition: all .5s ease 0;
    opacity: 0;
    animation: FadeOut 1s ease-in-out;
}

.pd5 .box.on {
    display: block;
    opacity: 1;
    animation: FadeIn 1s ease-in-out;
}

.pd5 .box .wrap {
    display: flex;
    justify-content: center;
    padding: 100px 50px;

}

.pd5 .content {
    width: 40%;
/*     margin-left: -250px; */
}

.pd5 .content h3 {
    font-size: 36px;
    font-weight: bold;
    color: #E27A3C;
    line-height: 36px;
    margin-bottom: 36px;
}

.pd5 .content  p {
    font-size: 16px;
    font-weight: 400;
    color: #2F2F2F;
    line-height: 36px;
}

.footerContent {
    position: relative;
    background: #3B3B3B;
}

.footerContent::after {
    content: "";
    position: absolute;
    top: -12px;
    bottom: 0;
    right: 0;
    width: 56.8%;
    background-color: #414141;
    z-index: 1;
}

.footerContent::before {
    position: absolute;
    top: -12px;
    right: 56.8%;
    content: "";
    border-right: 12px solid #292929;
    /* border-bottom: 6px solid #292929; */
    border-top: 12px solid transparent;
}

.footerContent .wrap {
    display: flex;
    padding: 42px 0 102px;
    gap: 90px;
    z-index: 2;
}

.footerContent .wrap .item h3 {
    font-size: 24px;
   
    font-weight: bold;
    color: #FFFFFF;
    line-height: 20px;
    margin-bottom: 45px;
    white-space: nowrap;
}

.footerContent .wrap .item:first-child {
    width: 20%;
}

.footerContent .wrap .item .img {
    margin-bottom: 20px;
}

.footerContent .wrap .item a,
.footerContent .wrap .item li {
    font-size: 16px;
    
    font-weight: 400;
    color: #fff;
    line-height: 36px;
}

.footerContent .wrap .item a {
    white-space: nowrap;
}

.footerContent .wrap .item li {
    display: flex;
    align-items: center;
	flex-wrap: wrap;
}

.footerContent .wrap .item a:hover {
    text-decoration: underline;
    color: #E27A3C;
}

.footerContent .item {
    z-index: 10;
    min-width: 10%;
}

.footerContent .item:last-child {
    width: 56.4%;
}

.footerContent .item i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    background: #3B3B3B;
    border: 1px solid #E27A3C;
    border-radius: 50%;
    margin-right: 4px;
    color: #E27A3C;
    font-size: 12px;
    padding: 4px;
    font-weight: bold;
    align-self: self-start;
}

.footerContent .item:first-child li,
.footerContent .item:first-child li a {
    line-height: 24px;
}

.footerContent .item:first-child li + li {
    margin-top: 12px;
}

.flex {
    display: flex;
  }
  
  .flex-center {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  
  .flex-column {
    flex-direction: column;
  }

  .footerForm .info,
  .footerForm .info-top {
    width: 100%;
    position: relative;
  }

  .footerForm .info .tips {
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    color: red;
  }

  .footerForm .info-top {
    gap: 10px;
  }

  .footerForm .info input[type="text"],
  .footerForm .info textarea {
    width: 100%;
    height: 50px;
    padding: 10px;
    background: none;
    border: 1px solid #C9C9C9;
    font-size: 16px;
    color: #fff;
    border-radius: 0;
    outline: none;
  }

  .footerForm .info textarea {
    height: 100px;
  }

  .footerForm .info input::placeholder,
  .footerForm .info textarea::placeholder {
    color: #ccc;
    font-size: 16px;
  }

  #f_form {
    width: 100%;
    gap: 10px;
  }

  .footerForm .info input[type="submit"] {
    display: block;
    width: 185px;
    height: 50px;
    line-height: 48px;
    background: #E27A3C;
    border-radius: 25px;
    opacity: 1;
    border: 0;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    cursor: pointer;
    padding: 0;
    margin-top: 10px;
    transition: all .5s ease 0s;
}

.footerForm .info input[type="submit"]:hover {
    background: #fff;
    color: #E27A3C;
}

.footerForm .info.code .tips {
    right: 80px;
}


@keyframes FadeIn {
    0% {
      opacity: 0;
      height: initial;
    }
    100% {
      opacity: 1;
      height: initial;
    }
  }
  @keyframes FadeOut {
    0% {
      opacity: 1;
      height: initial;
    }
    99% {
      opacity: 0;
      height: initial;
    }
    100% {
      height: 0;
      opacity: 0;
      height: 0;
    }
  }

  @media (max-width: 992px) {
    .service .title h2, 
    .pd .title h2 {
        font-size: 24px;
    }

    .se1 .items {
        gap: 10px;
    }

    .se1 .item:nth-child(n + 5) {
        width: 48%;
    }

    .se1 .item .content {
        position: relative;
        left: 0;
        bottom: 0;
        background-color: #fff;
        padding: 10px!important;
        height: auto!important;
        justify-content: start;
    }

    .se1 .item {
        flex-grow: 1;
    }

    .se1 .item .content p {
        color: #272727;
        width: 100%;
    }

    .se1 .item .content .icon {
        position: absolute;
        top: 0;
        left: 9.2%;
        transform: translate(0, -50%);
        width: 60px;
        height: 60px;
        padding: 10px;
    }

    .se1 .item .name {
        font-size: 18px;
        line-height: 20px;
        margin-top: 30px;
        margin-bottom: 10px!important;
        /* text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; */
    }

    .se1 .item p {
        line-height: 24px;
        /* overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical; */
    }

    .se1 .ci {
        padding: 20px;
        margin-top: 10px;
    }

    .se1 .ci .title h2 {
        margin-bottom: 20px;
    }

    .se1 .ci .boxs {
        flex-direction: column;
        gap: 20px;
    }

    .se1 .box .value {
        font-size: 20px;
    }

    .se1 .ci .icon {
        width: 80px;
        height: 80px;
        padding: 20px;
    }

    .se1 {
        padding: 20px 0;
    }

    .service .contactUs {
        padding: 20px 0;
    }

    .service .contactForm .info {
        width: 100%;
    }

    .service .contactForm .info input[type="submit"] {
        margin-top: 10px;
        width: 180px;
        height: 40px;
        border-radius: 20px;
        line-height: 38px;
    }

    .service .contactUs .title {
        margin-bottom: 20px;
    }

    .service .contactUs .title h2 {
        margin-bottom: 10px;
    }

    .se1 .title h2, .pd .title h2, .contactUs .title h2 {
        margin-bottom: 20px;
    }

    .pd1 {
        margin-top: 20px;
    }

    .pd1 .wrap {
        flex-direction: column;
        gap: 0;
    }

    .pd1 .wrap .left {
        width: 100%;
    }

    .pd1 .right {
        padding: 20px 0;
    }

    .pd1 .tabs {
        gap: 10px;
    }

    .pd1 .box .swiper-slide {
        height: auto;
        padding: 20px 0;
    }

    .pd1 .tab {
        height: 40px;
        padding: 10px;
        font-size: 16px;
        width: 30%;
        justify-content: space-between;
    }

    .pd1 .tab .img {
        width: 40px;
        margin-right: 0;
    }

    .pd1Swiper .swiper-button-next, .pd1Swiper .swiper-button-prev {
        left: 0;
    }

    .pd1Swiper .swiper-button-next {
        right: 0;
        left: auto;
    }

    .pd1Swiper .swiper-button-prev:after, 
    .pd1Swiper .swiper-button-next:after {
        bottom: auto;
    }

    .pd1 .right .items {
        width: 100%;
        margin-top: 0;
        flex-wrap: wrap;
        gap: 20px;
        margin: 20px 0;
    }


    .pd1 .right .item {
        width: 46%;
    }
    
    .pd1 .pdb {
        display: flex;
        flex-direction: column;
        /* gap: 10px; */
    }

    .pd1 .dl, 
    .pd1 .inquiry {
        display: inline-flex;
        width: 100%;
        margin-top: 20px;
        padding: 0 10px;
        height: 44px;
    }

    .pd2 {
        padding: 20px 0;
    }

    .pd2 .wrap {
        gap: 10px;
        flex-direction: column;
    }

    .pd2 .wrap .left {
        width: 100%;
    }

    .pd2 .wrap .left h3 {
        font-size: 18px;
        line-height: 20px;
    }

    .pd2 .wrap .left p {
        line-height: 24px;
        margin-top: 10px;
        font-weight: 300;
    }

    .pd2 .wrap .left h3:nth-of-type(n+2) {
        margin-top: 20px;
    }

    .pd2 .wrap .right li + li {
        margin-top: 20px;
    }

    .pd4 {
        padding: 20px 0;
    }

    .pd4 .pd4Swiper {
        margin-top: 20px;
    }

    .pd4 .title p {
        width: 100%;
    }

    .pd4Swiper .swiper-slide .name {
        font-size: 24px;
        line-height: 30px;
        width: 90%;
    }

    .pd4Swiper a.more {
        margin-top: 20px;
    }

    .pd5 {
        padding: 20px 0;
    }

    .pd5 .tabs {
        width: 100%;
        gap: 10px;
        height: auto;
        padding: 10px 0;
        border-radius: 20px;
    }

    .pd5 .tab {
        font-size: 16px;
        width: auto;
        height: auto;
        gap: 10px;
        padding: 4px 10px;
    }

    .pd5 .tab img {
        width: 40px;
    }

    .pd5 .box .wrap {
        flex-direction: column;
        padding: 20px;
        gap: 20px;
    }

    .pd5 .content {
        width: 100%;
        margin: 0;
    }

    .pd5 .content h3 {
        font-size: 20px;
        margin-bottom: 10px;
        line-height: 28px;
    }

    .pd5 .content p {
        line-height: 26px;
    }

    .footerContent .wrap {
        flex-direction: column;
        padding: 20px 0;
        gap: 20px;
    }

    .footerContent .wrap .item {
        width: 100%!important;
    }

    .footerContent .wrap .item:nth-child(2) {
        display: none;
    }

    .footerContent::before,
    .footerContent::after {
        display: none;
    }

    .footerContent .wrap .item h3 {
        margin-bottom: 20px;
        font-size: 20px;
        white-space: nowrap;
    }

    .footerForm .info input[type="text"], .footerForm .info textarea {
        height: 40px;
    }

    .footerForm .info textarea {
        height: 60px;
    }

    .footerForm .info input[type="submit"] {
        width: 120px;
        height: 40px;
        line-height: 38px;
        margin: 0 auto;
        margin-top: 20px;
    }

    .footerForm .info .tips {
        font-size: 12px;
        right: 4px;
    }

    .pd1 .wrap .box .ctx {
        gap: 20px;
        flex-direction: column;
    }

    .pd1 {
        padding-bottom: 0;
    }

    .proKind {
        height: 180px;
    }

    .proKind h1 {
        font-size: 24px;
    }

    .proKind span {
        margin: 10px 0;
    }

    .proKind p {
        font-size: 18px;
    }
  }


/* add end */

@media (max-width: 1720px) {
}

@media (max-width: 1620px) {
    .index3 .text {
        position: absolute;
        top: 48%;
        left: 15%;
        width: 50%;
    }

    .index3 .text2 {
        position: absolute;
        top: 83%;
        left: 2%;
        width: 50%;
    }

    .header .nav_list > li {
        padding: 0 10px;
    }
}

@media (max-width: 1450px) {

    .productY1 .line2 .lin2Con .conRight {
        padding-right: 90px;
    }

    .index3 .text1{
        left: 11%;
    }

    .index3 .img{
        top: 33%;
    }

    .index3 .img1{
        top: 54%;
    }

    .index3 .img2 {

        top: 64%;
        left: 22%;
    }

    .index3 .text {
        position: absolute;
        top: 46%;
        left: 4%;
        width: 74%;
    }

    .index3 .text2 {
        position: absolute;
        top: 77%;
        left: -12%;
        width: 74%;
    }

    .soluKind1 .content .conRight .item .text {
        padding: 0 10px;
    }

    .soluKind1 .content .item span {
        margin: 5px 0 8px;
    }

    .soluKind1 .content .item p {
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
    }

    .pron1 .content .item:nth-child(2n) .text {
        padding-left: 47px;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        align-items: self-start;
        width: 50%;
        padding-right: 0%;
    }
}

@media (max-width: 1280px) {
    .soluMade1 .content {
        flex-wrap: wrap;
        grid-row-gap: 20px;
    }

    .soluMade1 .content .item{
        width: 50%;
    }

    .soluMade2 .content>p {
        font-size: 12px;
        width: 100%;
        margin: auto;
        font-weight: 400;
        color: #666666;
        line-height: 21px;
        text-align: center;
    }
    .solution3 {
        margin: 60px 0;
        display: grid;
        grid-template-columns: 100%;
        align-items: center;
    }

    .solution3 .content .img-text {
        display: flex;
        padding-left: 0px;
        margin: 28px 0;
        flex-wrap: wrap;
        justify-content: center;
    }

    .solution3 .content .img-text .data {
        margin: 0 26px;
    }

    .solution3 .img {
        text-align: center;
    }

    .solution3 .content > p {
        padding: 77px 100px 0;
    }

    .solution3 .title h3,
    .solution3 .title h2 {
        padding-left: 0px;
    }

    .soluKind1 .content .conRight {
        grid-template-columns: repeat(2, 41%);
    }

    .about .img-text {
        display: none;
    }

    .footer_box .fast_navigation .item:nth-of-type(5) li {
        display: grid;
        grid-template-columns: 3% 22% auto;
    }

    .header .nav_list > li {
        padding: 0px;
    }

    .contactBox202006131030 .textBox h2,
    .contactBox202006131030 .title h2 {
        font-size: 30px;
    }

    .about .aboutConBox .container_1400 {
        display: grid;
        grid-template-columns: 100%;
    }

    .about1 .target .item p {
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    /*.about1 .targetTo .item:nth-child(1) .content {*/
    /*    display: grid;*/
    /*    margin-top: 60px;*/
    /*    grid-template-columns: repeat(2, 48%);*/
    /*    justify-content: space-between;*/
    /*    grid-row-gap: 30px;*/
    /*}*/

    .productY1 .line3 .item {
        flex-direction: column-reverse;
    }

    .productY1 .line3 .item:nth-child(2n) {
        flex-direction: column-reverse;
    }

    .productY1 .line3 .item:nth-child(2n) h3 {
        margin-right: 0px;
    }

    .productY1 .line3 .item h3 {
        margin-left: 0;
        margin-bottom: 18px;
    }

    .soluMade3 .img-text {
        grid-template-columns: 100%;
    }
    .footer_box .fast_navigation .item:nth-of-type(5) {
        display: block;
        width: 100%;
    }

    .productY2 .content {
        margin-top: 56px;
        display: grid;
        grid-template-columns: repeat(2, 48%);
        grid-row-gap: 30px;
    }

    .about a.video_click {
        display: none;
    }

    .index2 .title h1, .index3 .title h2, .index5 .title h2, .index4 .title h2{
        font-size: 32px;
    }

    .index2Slick .item .text h3{
        font-size: 20px;
    }

    .index2Slick .item .text p{
        font-size: 15px;
    }

    .index3 .title p{
        font-size: 20px;
    }

    .index3 .content h3{
        font-size: 20px;
    }

    .index3 .content p{
        font-size: 14px;
    }

    .index5SlickNav .item h3{
        font-size: 17px;
    }

    .index6 h3{
        font-size: 20px;
    }

    .index4 {
        height: 826px;
    }

    .index5 {
        padding: 14px 0;
    }

    .index3 .img{
        top: 32%;
    }
    .index3 .img1{
        top: 52%;
    }
    .index3 .img2{
        top: 63%;
        left: 20%;
    }
    .index3 .text1{
        top: 26%;
        left: 8%;
    }
    .index3 .text{
        top: 43%;
        left: -9%;
    }

    .index3 .text{
        top: 43%;
        left: -9%;
    }

    .index3 .text2{
        top: 78%;
        left: -13%;
    }

    .video1 .conBox {
        display: grid;
        grid-template-columns: 32% 32% 32%;
    }

    /*.productR1 .item_header .container_1400{*/
    /*    width: 1170px;*/
    /*}*/

    /*.productR1 .item_body .container_1400{*/
    /*    width: 1170px;*/
    /*}*/
    /*.solution2 .container_1400 .conBox{*/
    /*    width: 1180px;*/
    /*}*/
    /*.solution1 .container_1400 .conBox{*/
    /*    width: 1180px;*/
    /*}*/
    /*.solution3 .container_1400 .conBox{*/
    /*    width: 1180px;*/
    /*}*/
    /*.solution4 .container_1400 .conBox{*/
    /*    width: 1180px;*/
    /*}*/
    /*.soluMade1 .container_1400 .conBox{*/
    /*    width: 1170px;*/
    /*}*/
    /*.soluMade2 .container_1400 .conBox{*/
    /*    width: 1170px;*/
    /*}*/
    /*.soluMade3 .container_1400 .conBox{*/
    /*    width: 1170px;*/
    /*}*/

    .header .nav_list > li > a > span {
        line-height: 68px;
    }
}

@media (max-width: 992px) {
    .Fast_contact .show,
    .Fast_contact .Fast_follow {
        display: none;
    }

    .Three_menu_box {
        padding-left: 10px;
    }

    .index3 {
        display: none;
    }

    .Crumbs ul li a,
    .Crumbs ul li,
    .Crumbs ul li a span,
    .Crumbs ul i {
        font-size: 14px;
        line-height: 1.2;
    }

    .Crumbs span.youAreHere {
        display: none;
    }

    body {
        padding-top: 60px;
    }

    /*移动端隐藏模块*/
    .header {
        display: none;
    }

    /*移动端头部*/
    .m_header {
        display: block;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        background: #ffffff;
        z-index: 100002;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    }

    .m_header {
        height: 60px;
    }

    .logo_box {
        width: 100%;
        height: 60px;
        text-align: center;
        padding: 5px 0;
        line-height: 0;
        font-size: 0;
        zoom: 1;
    }

    .logo_box img {
        height: 100%;
    }

    .nav_toggle {
        color: #fff;
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        -o-transform: scale(0.7);
        transform: scale(0.7);
        transform-origin: 50% 50%;
        position: absolute;
        top: 50%;
        left: 10px;
        margin-top: -13px;
        z-index: 999;
    }

    .nav_toggle {
        cursor: pointer;
        padding: 10px 35px 16px 0;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        cursor: pointer;
        height: 3px;
        width: 40px;
        background: #000000;
        position: absolute;
        display: block;
        content: '';
    }

    .nav_toggle span:before {
        top: -10px;
    }

    .nav_toggle span:after {
        bottom: -10px;
    }

    .nav_toggle span,
    .nav_toggle span:before,
    .nav_toggle span:after {
        transition: all 500ms ease-in-out;
        -webkit-transition: all 500ms ease-in-out;
        -moz-transition: all 500ms ease-in-out;
        -o-transition: all 500ms ease-in-out;
    }

    .nav_toggle.active span {
        background-color: transparent;
    }

    .nav_toggle.active span:before,
    .nav_toggle.active span:after {
        top: 0;
    }

    .nav_toggle.active span:before {
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
    }

    .nav_toggle.active span:after {
        transform: translateY(-10px) rotate(-45deg);
        -webkit-transform: translateY(-10px) rotate(-45deg);
        -ms-transform: translateY(-10px) rotate(-45deg);
        top: 10px;
    }

    /*移动端导航*/
    .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;
    }

    .footer_box .fast_navigation .item {
        display: none;
    }

    .footer_box .fast_navigation .itemBox {
        flex-direction: column;
    }

    .footer_box .fast_navigation .item:nth-of-type(5) {
        display: block;
        width: 45%;
    }

    .footer_box .fast_navigation .itemBox .footerImg {
        position: relative;
        left: auto;
        top: auto;
    }

    .footer_box .footerOther .textBox .text h2 {
        font-size: 32px;
    }

    .footer_box .footer_copyright .container_1600 .img {
        display: none;
    }

    .contactBox202006131030 .textBox h2,
    .contactBox202006131030 .title h2 {
        letter-spacing: 0;
    }

    .index4 .imgs {
        display: none;
    }

    .index5 .content {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-top: 28px;
    }

    .index5 .content {
        flex-direction: column-reverse;
    }

    .index5 .content .conRight,
    .index5 .content .conLeft {
        width: 100%;
    }

    .index5SlickNav {
        margin-top: 26px;
    }

    .index5SlickNav .item p {
        font-size: 16px;
        margin: 20px 0 28px;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 24px;
    }

    .index5 {
        height: auto;
        padding: 30px 0 60px;
        background-size: cover;
    }

    .about .text p {
        font-size: 14px;
        color: #ffffff;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        line-height: 1.5;
    }

    .about .text h2 {
        margin-bottom: 0px;
    }

    .about .aboutConBox .container_1400 {
        display: grid;
        width: 100%;
        grid-template-columns: 100%;
    }

    .about .text span {
        margin: 7px 0;
    }

    .about .text h1 {
        font-size: 26px;
        font-weight: 600;
        color: #ffffff;
    }

    .videoBanner p {
        font-size: 18px;
    }

    .videoBanner h1 {
        font-size: 28px;
        font-weight: 600;
        color: #ffffff;
    }

    .videoBanner span {
        width: 130px;
        display: inline-block;
        margin: 7px 0;
        height: 4px;
        background: #ee742a;
    }

    .conItem4Slick .slick-next {
        right: 0%;
    }

    .conItem4Slick .slick-prev {
        left: 0%;
    }

    .about1 .targetTo .item:nth-child(2) .conBox {
        display: grid;
        grid-template-columns: 100%;
        justify-content: space-between;
        align-items: center;
    }

    .about1 .targetTo .item:nth-child(2).on {
        padding: 50px 20px 50px 20px;
    }

    .about1 .targetTo .item:nth-child(2) .conBox .conLeft .img {
        margin: 25px;
    }

    .about2 .conBox {
        display: grid;
        grid-template-columns: 100%;
    }

    .about2 .conBox .conLeft {
        padding: 0 20px;
    }

    .about2 .conBox .conRight h2 {
        margin-left: 20px;
    }

    .about2 .contactForm {
        width: 100%;
        margin: 0;
        padding: 40px 20px;
    }

    .about2 .contactForm .info .controls img {
        right: 1% !important;
        top: 38px !important;
    }

    .about2 .contactForm .info {
        flex-direction: column;
    }

    .about2 .contactForm .info .controls {
        flex-direction: column;
    }

    .about2 .contactForm .info textarea,
    .about2 .contactForm .info input[type="text"] {
        width: 100%;
    }

    .about2 .contactForm .info .label_controls {
        text-align: left;
    }

    .about2 .contactForm .info .tips {
        position: absolute;
        top: 35px !important;
        right: 10px;
        line-height: 36px;
        color: #ff0000;
    }

    .service1 .content {
        display: grid;
        grid-template-columns: 100%;
        justify-content: space-between;
        grid-row-gap: 20px;
    }

    .service1 .content .conRight {
        padding: 30px 0;
    }

    .service1 .content .conRight h3 {
        font-size: 24px;
        font-weight: 600;
        color: #262626;
        margin-bottom: 21px;
    }

    .newsBanner h1 {
        font-size: 28px;
    }

    .productR1 .item_header .container_1400 {
        grid-template-columns: 100%;
    }

    .productR1 .item_header .container_1400 .conLeft .img {
        width: 50%;
        margin: auto;
    }

    .productR1 .item_header .container_1400 .conLeft p {
        text-align: center;
    }

    .productR h1 {
        font-size: 25px;
        font-weight: 600;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
    }

    .productR span {
        margin: 7px 0;
    }

    .productR p {
        font-size: 15px;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;

    }

    .instr p {
        padding: 0 0px;
    }

    .instr {
        background: #f5f5f5;
        padding: 17px;
    }

    .videoBanner .container_1400 {
        width: 100%;
        padding: 0 10px;
    }

    .newsBanner .container_1400 {
        width: 100%;
        padding: 0 10px;
    }

    .productR .container_1400 {
        width: 100%;
        padding: 0 10px;
    }

    .productY1 .content .line1 {
        display: grid;
        grid-template-columns: 100%;
    }

    .productY1 .content .line1 .img {
        text-align: center;
    }

    .productY1 .line2 .lin2Con {
        grid-template-columns: 100%;
        grid-row-gap: 20px;
    }

    .productY1 .line2 .lin2Con .conRight {
        padding: 0 90px;
        grid-row-gap: 20px;
    }

    .productY2 .content {
        margin-top: 56px;
        display: grid;
        grid-template-columns: repeat(2, 48%);
        grid-row-gap: 30px;
    }

    /*.solution1 .content .item h4 {*/
    /*    overflow: hidden;*/
    /*    display: -webkit-box;*/
    /*    text-overflow: ellipsis;*/
    /*    -webkit-line-clamp: 1;*/
    /*    -webkit-box-orient: vertical;*/
    /*}*/

    .solution1 .content {
        grid-template-columns: repeat(3, 32%);
    }

    /*.solution1 .content .item p {*/
    /*    overflow: hidden;*/
    /*    display: -webkit-box;*/
    /*    text-overflow: ellipsis;*/
    /*    -webkit-line-clamp: 2;*/
    /*    -webkit-box-orient: vertical;*/
    /*}*/

    .solution2 .content {
        grid-template-columns: 100%;
    }

    .solution2 .content .textRight {
        margin-left: 0px;
        margin-top: 30px;
    }

    .solution2 .content > .img {
        display: none;
    }

    .solution2 .content .textLeft .xiTong h4 {
        font-size: 31px;
        font-weight: bold;
        color: #666666;
        margin: 28px 0 30px;
    }

    .solution4 .context {
        display: grid;
        grid-template-columns: 100%;
        justify-content: space-between;
    }

    .solution4 .video {
        height: 40vw;
    }.solution4 .imgs {
        display: flex;
    }
    .solution4 .imgs .img:nth-child(2) {
        border: 10px solid #cccccc;
        border-left: none;
        border-right: none;
    }

    .soluMade3 .img-text {
        grid-template-columns: repeat(2,48%);
    }

    .soluMade1 .content {
        flex-wrap: wrap;
        grid-row-gap: 20px;
    }

    .soluMade1 .content .item{
        width: 50%;
    }

    .index2Slick .item .text {
        transform: scale(1);
    }

    .index2 {
        margin: 35px 0;
    }
    .index4 {
        height:700px;
    }

    .video1 .conBox {
        display: grid;
        grid-template-columns: 49% 49%;
    }

    .pron1 .content .item .img, .pron1 .content .item .video,
    .pron1 .content .item .text {
        width: 100%;
    }
    .pron1 .content .item:nth-child(2n),
    .pron1 .content .item{
        flex-wrap: wrap;
    }
    .pron1 .texts {
        grid-template-columns: repeat(2,48%);
        grid-row-gap: 10px;
    }

    .pron1 .content .item:nth-child(2n) .text {
        padding-left: 0px;
        width: 100%;
    }
    .pron1 .itemCon {
        display: grid;
        grid-template-columns: repeat(2,49%);
        grid-row-gap: 20px;
        justify-content: space-between;
    }

    /* add start */
    .download .head {
        flex-direction: column;
        padding: 20px 0;
    }

    .download .tabs {
        overflow-x: auto;
        padding: 10px 0;
    }

    .download .tab {
        border-right: none;
        padding: 12px 8px;
        margin-right: 20px;
        white-space: nowrap;
    }

    .download .categorys {
        overflow-x: auto;
    }

    .download .items {
        grid-template-columns: 100%;
        gap: 20px;
    }
    /* add end */
}

@media (max-width: 767px) {
    .about1 .targetTo .item:nth-child(2) .conBox .conRight .text {
        grid-row-gap: 20px;
        grid-template-columns: repeat(2, 48%);
        justify-content: space-between;
    }

    #back_top {
        width: 0;
        height: 0;
        overflow: hidden;
    }

    .contactBox202006131030 .contactInfo {
        width: 100%;
    }

    .contactBox202006131030 .contactForm {
        width: 100%;
        padding-left: 0;
        padding-top: 40px;
    }

    .about .text p {
        display: none;
    }

    .newsBanner span {
        width: 130px;
        display: inline-block;
        margin: 7px 0;
    }

    .newsBanner p {
        font-size: 14px;
        font-weight: 300;
        color: #ffffff;
    }

    .slider_table table {
        min-width: 900px;
        width: 100%;
    }

    .productR1 .item_header .container_1400 .conRight {
        display: grid;
        grid-template-columns: repeat(2, 49%);
        justify-content: space-between;
        grid-row-gap: 8px;
    }
}

@media (max-width: 640px) {
    .soluMade3 .img-text {
        grid-template-columns: repeat(2,48%);
    }
    .solution2 .content .textLeft {
        text-align: center;
    }

    .solution3 .content > p {
        padding: 77px 13px 0;
        text-align: center;
    }

    .video1 .item {
        width: 100%;
        margin-bottom: 30px;
    }

    .proKind1 .content .item:nth-child(2n),
    .proKind1 .content .item {
        flex-direction: column-reverse;
    }

    .proKind1 .content .item .img,
    .proKind1 .content .item .text {
        width: 100%;
    }

    .productY2 .title h2,
    .productY1 .line3 .item h3,
    .productY1 .content .line1 .text h3 {
        font-size: 26px;
    }

    .productY1 .title h2 {
        font-size: 20px;
    }

    .productY1 .line2 .lin2Con .conRight {
        padding: 0 6%;
    }

    .productY1 .line2 .lin2Con .conRight {
        grid-template-columns: repeat(2, 48%);
    }

    .news1 .item .text a {
        font-size: 14px;
        overflow: hidden;
        display: -webkit-box;
        text-overflow: ellipsis;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .news1 .item .text p {
        font-size: 12px;
    }

    .service1 .contactForm .info {
        width: 100%;
    }

    .service1 .contactForm .info input[type="submit"] {
        width: 260px;
        background: #f9cb9c url(/public/static/images/home/en-us/aixin.png) no-repeat 70px 10px;
    }

    .service1 .content .conleft {
        display: grid;
        grid-template-columns: 100%;
        justify-content: space-between;
        grid-row-gap: 20px;
    }

    .about1 .targetTo .item:nth-child(1) .conBox {
        display: grid;
        justify-content: space-between;
        grid-template-columns: 100%;
    }

    .index5SlickNav .slick-prev, .index5SlickNav .slick-next {
        top: 109%;
    }

    .index6 h3 {
        font-size: 24px;
    }

    .index2 .title h1, .index3 .title h2, .index5 .title h2, .index4 .title h2 {
        font-size: 30px;
    }

    .index2Slick .item .text p {
        margin: 35px 0 44px;
    }

    .contactBox202006131030 .textBox h2,
    .contactBox202006131030 .title h2 {
        font-size: 26px;
    }

    .footer_box .fast_navigation .item:nth-of-type(5) {
        display: block;
        width: 75%;
    }

    .index2Slick .slick-next {
        right: 3%;
    }

    .index2Slick .slick-prev {
        left: 0%;
    }

    .index4 .content p {
        width: 92%;
    }

    .index2Slick .item .text p {
        margin: 14px 0 24px;
    }

    .index2Slick .item .text {
        padding: 0 8px;
    }

    /*.about1 .targetTo .item:nth-child(1) .content {*/
    /*    display: grid;*/
    /*    margin-top: 60px;*/
    /*    grid-template-columns: 100%;*/
    /*    justify-content: space-between;*/
    /*    grid-row-gap: 30px;*/
    /*}*/

    .about1 .target .item p {
        font-size: 12px;
    }
    .soluMade3 .content .text,
    .soluMade3 .content .imgs{
        grid-template-columns: 100%;
        grid-row-gap: 30px;
    }
    .pron1 .texts {
        grid-template-columns: 100%;
        grid-row-gap: 10px;
    }
    .pron1 .itemCon {
        display: grid;
        grid-template-columns: 100%;
        grid-row-gap: 20px;
        justify-content: space-between;
    }
}

@media (max-width: 540px) {
    .news1 .item {
        flex-direction: column;
    }

    .news1 .item .text,
    .news1 .item .img {
        width: auto;
    }

    .news1 .item .text {
        padding: 20px 15px;
        margin: 0;
    }

    .soluKind1 .content .conRight {
        grid-template-columns: 100%;
    }

    .soluKind1.mution .content {
        width: 100%;
        margin: 0px 0 40px;
    }
    .video1 .conBox {
        display: grid;
        grid-template-columns: 90% ;
        text-align: center;
    }
}

@media (max-width: 480px) {
    .soluMade3 .img-text {
        grid-template-columns: 100%;
    }
    .footer_box .fast_navigation .item:nth-of-type(5) {
        display: block;
        width: 100%;
    }

    .productY2 .content {
        margin-top: 56px;
        display: grid;
        grid-template-columns: 100%;
        grid-row-gap: 30px;
    }

    .about a.video_click {
        display: none;
    }
}
@media(max-width: 1768px){
    .se1 .box .value{
        font-size: 24px;
    }
}
@media (max-width: 1276px) {
    .se1 .ci .icon{
        width: 90px;
        height: 90px;
    }
    .se1 .icon img{
        width: 60%;
    }
}
.ab_banner{
    width: 100%;
    height: auto;
    position: relative;
}
.ab_banner_bg{
    width: 100%;
    height: auto;
}
.ab_banner_bg img{
    width: 100%;
    height: auto;
    display: block;
}
.ab_banner_content{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.ab_banner_content h1{
    font-size: 23px;
    color: #FFFFFF;
    margin-top: 260px;
    
}
.ab_banner_content span{
    display: block;
    width: 131px;
    height: 4px;
    background: #e27a3c;
    margin-top: 19px;
}
.ab_banner_content p{
    display: block;
    font-size: 32px;
    color: #FFFFFF;
    
    font-weight: bold;
    margin-top: 19px;
}
.ab_banner_content a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 190px;
    height: 48px;
    background: #e27a3c;
    border-radius: 24px;
    color: #FFFFFF;
    font-size: 18px;
    
    font-weight: bold;
    margin-top: 15px;
}
.ab_profile_box{
    width: 100%;
    height: auto;
    padding: 80px 0px;
}
.ab_profile_box .text{
	font-size: 16px;
	color: #000;
	text-align: left;
	margin-top: 4%;
}
.ab_title{
    width: 100%;
    height: auto;
}
.ab_title h4{
    font-size: 36px;
    color: #2f2f2f;
    
    font-weight: bold;
    text-align: center;
}
.ab_profile_content{
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 60px;
}
.ab_profile_content_left{
    width: 819px;
    height: auto;
    position: relative;
}
.ab_profile_content_left img{
    width: 100%;
    height: auto;
    display: block;
}
.ab_profile_content_left .video_click:after{
    background: url(/public/static/images/home/en-us/ab_video_btn.png) no-repeat center;
}
.ab_profile_content_right{
    width: 522px;
    height: auto;
}
.ab_profile_content_right p{
    font-size: 16px;
    color: #2F2F2F;
    line-height: 39px;
    
}
.ab_profile_content_right a{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 292px;
    height: 49px;
    border-radius: 24px;
    background: #e27a3c;
    font-size: 18px;
    color: #FFFFFF;
    
    font-weight: bold;
    margin-top: 56px;
}
.ab_profile_number{
    width: 100%;
    height: auto;
    display: grid;
     grid-template-columns: repeat(auto-fill, minmax(25%, 1fr));
}
.ab_profile_number li{
    padding: 0 2%;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-top: 80px;
    position: relative;
}
.ab_profile_number li:before{
    content: "";
    display: block;
    width: 2px;
    height: 79px;
    background: #323232;
    opacity: 0.2;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.ab_profile_number li:nth-of-type(1){
    padding-left: 0;
}
.ab_profile_number li:nth-of-type(1):before{
    display: none;
}
.ab_profile_number_left{
    width: 60px;
    height: auto;
}
.ab_profile_number_left img{
    display: block;
    width: 100%;
    height: auto;
}
.ab_profile_number_right{
	flex: 1;
    margin-left: 10px;
}
.ab_profile_number_right h4{
    font-size: 44px;
    
    font-weight: bold;
    color: #e27a3c;
}
.ab_profile_number_right p{
    font-size: 16px;
    color: #323232;
    
    margin-top: 6px;
}
.ab_history_box{
    width: 100%;
    height: auto;
    padding: 80px 0px;
    background: #f3f2f3;
}
.ab_history_top_box{
    position: relative;
    width: 100%;
    height: auto;
}
/*.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    display: none;
}*/
.swiper-button-next:after, .swiper-button-prev:after{
    display: none;
}
.ab_history_top_sw_right,.ab_history_top_sw_left{
    width: 72px;
    height: 72px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.ab_history_top_sw_left img,.ab_history_top_sw_right img{
    max-width: 100%;
    height: auto;
    display: block;
}
.ab_history_top_sw_left:hover,.ab_history_top_sw_right:hover{
    background: #e27a3c;
}
.ab_history_top_sw_left:hover img,.ab_history_top_sw_right:hover img{
    filter: grayscale(100%) brightness(200%);
    /*filter: gray;*/
}
.ab_history_top_sw{
    margin-top: 80px;
}
.ab_history_top_sw .swiper-slide{
    position: relative;
}
.ab_history_top_sw_number{
    font-size: 479px;
    color: #e27a3c;
    opacity: 0.1;
    text-align: center;
    font-weight: bold;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
.ab_history_top_sw_content{
    width: 851px;
    height: auto;
    padding: 30px;
    background: rgba(255,255,255,0.7);
    box-shadow: 0px 0px 14px 2px rgba(9, 0, 2, 0.04);
    position: relative;
    margin: 0px auto;
    z-index: 2;
    min-height: 700px;
}
.ab_history_top_sw_content_top_number{
    font-size: 41px;
    color: #e27a3c;
    font-weight: bold;
    margin-top: 10px;
}
/* .ab_history_top_sw_content_top{
    display: flex;
    justify-content: flex-start;
    align-items: center;
} */
.ab_history_top_sw_content_top h4{
  font-size: 20px;
  font-weight: bold;
  margin-top: 10px;
  color: #e27a3c;
}
.ab_history_top_sw_content_top_img{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.ab_history_top_sw_content_top_img li{
    width: 99px;
    height: auto;
    margin-right: 10px;
    border: 1px solid #dedede;
    margin-top: 10px;
}
.ab_history_top_sw_content_top_img img{
    width: 100%;
    height: auto;
    display: block;
}
.ab_history_top_sw_content_bottom{
    width: 100%;
    height: auto;
}
.ab_history_top_sw_content_bottom p{
    display: block;
    padding-left: 30px;
    position: relative;
    font-size: 17px;
    color: #555555;
    line-height: 30px;
    margin-top: 17px;
}
.ab_history_top_sw_content_bottom p:before{
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0px;
    top: 5px;
    background: url(/public/static/images/home/en-us/ab_history_ico.png) no-repeat center;
    background-size: 20px;
}
.ab_history_bottom_box{
    width: 100%;
    height: auto;
    margin-top: 52px;
    position: relative;
}
.ab_history_bottom_sw .dian{
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #dedede;
    background: #FFFFFF;
    border-radius: 50%;
    margin: 0px auto;
    position: relative;
}
.ab_history_bottom_sw p{
    font-size: 24px;
    color: #a9a9aa;
    font-weight: bold;
    text-align: center;
    margin-top: 6px;
}
.ab_history_bottom_sw .swiper-slide.swiper-slide-thumb-active .dian:after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    background: #e27a3c;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    
}
.ab_history_bottom_sw .swiper-slide{
    cursor: pointer;
}
.ab_history_bottom_sw .swiper-slide.swiper-slide-thumb-active .dian{
    border-color: #e27a3c;
}
.ab_history_bottom_sw .swiper-slide.swiper-slide-thumb-active p{
    color: #e27a3c;
}
.ab_history_bottom_box:before{
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background: #dedede;
    position: absolute;
    left: 0;
    top: 22px;
}
.ab_global_box{
    width: 100%;
    height: auto;
    padding: 80px 0px 168px;
}
.ab_title p{
    font-size: 16px;
    color: #2F2F2F;
    text-align: center;
    line-height: 30px;
    display: block;
    width: 1022px;
    margin: 0px auto;
    margin-top: 30px;
}
.ab_global_map_bg{
    width: 100%;
    height: auto;
}
.ab_global_map_bg img{
    width: 100%;
    height: auto;
    display: block;
}
.ab_global_map_content{
    width: 100%;
    height: auto;
    position: relative;
    margin-top: 30px;
}
.ab_global_map_con{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.ab_global_map_con_left li{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    line-height: 50px;
}
.ab_global_map_con_left li img{
    transition: all 0.6s;
    display: block;
}
.ab_global_map_con_left li p{
    font-size: 19px;
    color: #666666;
    margin-left: 10px;
}
.ab_global_map_con_left li:hover img{
    transform: translateY(-10px);
}
.ab_global_map_con_right{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -102px;
    margin-right: -20px;
}
.ab_global_map_con_right li{
    width: 126px;
    height: auto;
    margin-left: 50px;
}
.ab_global_map_con_right_number{
    margin: 0px auto;
    width: 110px;
    height: 125px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}
.ab_global_map_con_right_number:after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: url(/public/static/images/home/en-us/ab_map_ico4.png) no-repeat center;
    background-size: 100% auto;
    transition: all 0.6s;
}
.ab_global_map_con_right li span{
    font-size: 48px;
    color: #FFFFFF;
    font-weight: bold;
    position: relative;
    z-index: 2;
}
.ab_global_map_con_right li p{
    font-size: 16px;
    color: #2F2F2F;
    line-height: 30px;
    text-align: center;
    margin-top: 8px;
}
.ab_global_map_con_right li:hover .ab_global_map_con_right_number:after{
    transform: rotate(360deg);
}
.ab_global_map_con_right li:nth-of-type(1){
    margin-left: 0;
}
.ab_global_map_con_right li:nth-last-of-type(1){
    width: 201px;
}
.ab_global_map_con_right li:nth-of-type(2){
    margin-top: 95px;
}
.ab_global_map_con_right li:nth-of-type(2) .ab_global_map_con_right_number{
    transform: scale(0.8);
}
.ab_coh_box{
    width: 100%;
    height: auto;
    padding: 80px 0;
    background: #f3f2f3;
}
.ab_btn{
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-top: 40px;
}
.ab_btn li{
    width: 327px;
    height: 72px;
    background: #FFFFFF;
    border-radius: 10px 10px 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    color: #2F2F2F;
    margin-left: 20px;
    cursor: pointer;
    position: relative;
}
.ab_btn li:nth-of-type(1){
    margin-left: 0;
}
.ab_btn li.on,
.ab_btn li:hover{
    background: #e27a3c;
    color: #FFFFFF;
}
.ab_btn li:after{
    content: "";
    display: block;
    width: 0px;
    height: 0px;
    border: 12px solid transparent;
    border-top-color: #e27a3c;
    position: absolute;
    left: 50%;
    top: 100%;
    transform: translateX(-50%);
    display: none;
}
.ab_btn li.on:after,
.ab_btn li:hover:after{
    display: block;
}
.ab_conh_content{
    width: 100%;
    height: auto;
}
.ab_conh_content_list{
    width: 100%;
    height: 0px;
    overflow-y: hidden;
    position: relative;
}
.ab_conh_content_list_sw{
    width: 96%;
    height: auto;
    padding: 36px;
    margin: 0px auto;
}
.ab_conh_content_list_sw .swiper-slide{
    perspective: 1000px;
}
.ab_conh_content_list_sw .swiper-slide img{
    transition: all 0.6s;
    width: 100%;
    height: auto;
    display: block;
    box-shadow: -1px 3px 29px 6px rgba(0, 0, 0, 0.35);
}
.ab_conh_content_list_sw .swiper-slide.swiper-slide-prev img{
    transform: scale(0.8) rotateY(20deg)
}
.ab_conh_content_list_sw .swiper-slide.swiper-slide-next img{
    transform: scale(0.8) rotateY(-20deg)
}
.ab_conh_content_list_sw_left,.ab_conh_content_list_sw_right{
    width: 72px;
    height: 72px;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
}
.ab_conh_content_list_sw_left{
    left: 0;
}
..ab_conh_content_list_sw_right{
    right: 0;
}
.ab_conh_content_list_sw_left img,.ab_conh_content_list_sw_right img{
    max-width: 100%;
    height: auto;
    display: block;
}
.ab_conh_content_list_sw_left:hover,.ab_conh_content_list_sw_right:hover{
    background: #e27a3c;
}
.ab_conh_content_list_sw_left:hover img,.ab_conh_content_list_sw_right:hover img{
    filter: grayscale(100%) brightness(200%);
}
.ab_partners_box{
    width: 100%;
    height: auto;
}
.ab_partners_top{
    width: 100%;
    height: auto;
    padding: 60px 0;
}
.ab_partners_bottom{
    width: 100%;
    height: auto;
    padding: 80px 0px;
    background: #f3f2f3;
}
.ab_partners_bottom_content{
    width: 100%;
    height: auto;
}
.ab_partners_bottom_content_list{
    width: 100%;
    height: 0;
    overflow-y: hidden;
}
.ab_partners_bottom_content_list_sw{
    width: 100%;
    height: auto;
}
.ab_partners_bottom_content_list_sw .swiper-slide{
    position: relative;
}
.ab_partners_bottom_content_list_sw_bg{
    width: 100%;
    height: auto;
}
.ab_partners_bottom_content_list_sw_bg img{
    width: 100%;
    height: auto;
    display: block;
}
.ab_partners_bottom_content_list_sw_div{
    width: 100%;
    height: 100%;
    background: #e27a3c;
    opacity: 0;
    transition: all 0.6s;
    padding: 25px;
    position: absolute;
    left: 0;
    top: 0;
}
.ab_partners_bottom_content_list_sw_div p{
    font-size: 24px;
    color: #FFFFFF;
    text-align: center;
}
.ab_partners_bottom_content_list_sw_div span{
    display: block;
    width: 34px;
    height: auto;
    margin: 0px auto;
    margin-top: 8px;
}
.ab_partners_bottom_content_list_sw_div span img{
    width: 100%;
    height: auto;
    display: block;
}
.ab_partners_bottom_content_list_sw .swiper-slide:hover .ab_partners_bottom_content_list_sw_div{
    opacity: 1;
}
.ab_partners_bottom_content_list_sw{
    padding-bottom: 70px;
}
.ab_partners_bottom_content_list_sw_page{
    width: 100% !important;
    left: 0 !important;
    bottom: 0 !important;
    height: 2px !important;
    background: #c7cddd !important;
}
.ab_partners_bottom_content_list_sw_page .swiper-scrollbar-drag{
    background: #e27a3c;
    position: absolute;
}
.ab_partners_more{
   display: flex;
    width: 292px;
    height: 49px;
    background: #e27a3c;
    border-radius: 24px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    margin: 0px auto;
    margin-top: 50px;
 
}
.ab_product_box{
    width: 100%;
    height: auto;
    padding: 80px 0px;
}
.ab_product_box{
    width: 100%;
    height: auto;
    padding: 80px 0px;
}
.container_1760{
    width: 1760px;
    height: auto;
    margin: 0px auto;
}
.ab_product_swiper_img{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.ab_product_swiper_img img{
    width: 100%;
    height: auto;
    display: block;
    transition: all 0.6s;
}
.ab_product_swiper .swiper-slide{
    position: relative;
}
.ab_product_swiper .swiper-slide:hover .ab_product_swiper_img img{
    transform: scale(1.1);
}
.ab_product_swiper{
    margin-top: 55px;
}
.ab_product_swiper h4{
    font-size: 36px;
    color: #FFFFFF;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 42px;
}
.ab_product_swiper_right,.ab_product_swiper_left{
    width: 21px;
    height: auto;
    background: none;
}
.ab_product_swiper_left img,.ab_product_swiper_right img{
    width: 100%;
    height: auto;
    display: block;
}
.ab_contact_box{
    width: 100%;
    height: auto;
    position: relative;
}
.ab_contact_bg{
    width: 100%;
    height: auto;
}
.ab_contact_bg img{
    width: 100%;
    height: auto;
    display: block;
}
.ab_contact_content{
    width: 100%;
    height: auto;
}
.ab_contact_content{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.ab_contact_content p{
    font-size: 30px;
    color: #000000;
    line-height: 55px;
    text-align: center;
    font-weight: bold;
}
.ab_contact_content p span{
    display: block;
}
.ab_contact_content a{
    display: flex;
    width: 292px;
    height: 49px;
    background: #e27a3c;
    border-radius: 24px;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #FFFFFF;
    font-weight: bold;
    margin-top: 50px;
}

@media (max-width: 1768px) {
    .ab_profile_content_left{
        width: 48.5%;
    }
    .ab_profile_content_right{
        width: 48.5%;
    }
    .container_1760{
        width: 90%;
    }
    .ab_banner_content h1{
        margin-top: 12%;
    }
}
@media (max-width: 1400px) {
    .ab_profile_number_right h4{
        font-size: 36px;
    }
    .ab_history_top_sw_number{font-size: 456px;}
}
@media (max-width: 1200px) {
    .ab_title p{
        width: 92%;
    }
    .ab_profile_content{
        flex-direction: column;
        align-items: center;
    }
    .ab_profile_content_left{
        width: 92%;
    }
    .ab_profile_content_right{
        width: 100%;
        margin-top: 50px;
    }
    .ab_history_top_sw_content{
        position: relative;
        z-index: 2;
        left: auto;
        top: auto;
        transform: none;
        width: 100%;
    }
    .ab_history_top_sw_number{
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        font-size: 200px;
    }
    
}
@media (max-width: 992px) {
    .ab_banner_content .container_1400{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: column;
    }
    .ab_banner_content h1{
        margin-top: 0;
    }
    .ab_history_top_sw_right, .ab_history_top_sw_left{
        display: none;
    }
    .ab_contact_bg{
        height: 500px;
    }
    .ab_contact_bg img{
        height: 100%;
        object-fit: cover;
    }
}
@media (max-width: 768px) {
    .ab_banner_bg{
        height: 50vw;
    }
    .ab_banner_bg img{
        height: 100%;
        object-fit: cover;
    }
    .ab_banner_content h1{
        font-size: 4.8vw;
    }
    .ab_banner_content span{
        width: 30vw;
        height: 1.2vw;
        margin-top: 3.2vw;
    }
    .ab_banner_content p{
        font-size: 3.6vw;
        line-height: 5.8vw;
        margin-top: 3.2vw;
    }
    .ab_banner_content a{
        width: 42vw;
        height: 10.8vw;
        font-size: 3.6vw;
        margin-top: 3.8vw;
        border-radius: 5.4vw;
    }
    .ab_profile_box{
        padding: 8vw 0;
    }
    .ab_title h4{
        font-size: 4.8vw;
    }
    .ab_profile_content{
        margin-top: 5.8vw;
    }
    .video_click:after{
        background-size: 12.2vw auto !important;
    }
    .ab_profile_content_left{
        width: 100%;
    }
    .ab_profile_content_right{
        margin-top: 3.8vw;
    }
    .ab_profile_content_right p{
        font-size: 3.6vw;
        line-height: 5.8vw;
    }
    .ab_profile_content_right a{
        width: 42vw;
        height: 10.8vw;
        font-size: 3.6vw;
        margin-top: 5.8vw;
        border-radius: 5.4vw;
    }
    .ab_profile_number{
        flex-wrap: wrap;
    }
    .ab_profile_number li{
        margin-top: 5.8vw;
        flex-direction: column;
        align-items: center;
      
        padding: 0 4%;
        margin-left: 0;
    }
    .ab_profile_number_left{
        width: 12vw;
    }
    .ab_profile_number_right h4{
        font-size: 4.8vw;
        margin-top: 3.2vw;
        text-align: center;
    }
    .ab_profile_number_right p{
        font-size: 3.6vw;
        text-align: center;
        margin-top: 3.2vw;
    }
    .ab_profile_number li:nth-of-type(odd){
        padding-left: 4%;
    }
    .ab_profile_number li:nth-of-type(odd):before{
        display: none;
    }
    .ab_history_box{
        padding: 8vw 0;
    }
    .ab_history_top_sw{
        margin-top: 8vw;
        height: auto;
    }
    .ab_history_top_sw_content{
      min-height: auto;
    }
    .ab_history_top_sw_content_top_number{
        font-size: 4.8vw;
        padding-right: 3.2vw;
    }
    .ab_history_top_sw_content_top_img li{
        width: 14vw;
    }
    .ab_history_top_sw_content_bottom p{
        font-size: 3.6vw;
        line-height: 5.8vw;
        margin-top: 2.8vw;
        padding-left: 5vw;
    }
    .ab_history_top_sw_content_top h4{
      font-size: 3.6vw
    }
    .ab_history_top_sw_content_bottom p:before{
        width: 2.8vw;
        height: 2.8vw;
        background-size: 2.8vw;
        top: 1.6vw;
    }
    .ab_history_bottom_sw p{
        font-size: 4.2vw;
    }
    .ab_history_bottom_sw .dian{
        width: 3vw;
        height: 3vw;
    }
    .ab_history_bottom_sw .swiper-slide.swiper-slide-thumb-active .dian:after{
        width: 1.2vw;
        height: 1.2vw;
    }
    .ab_history_bottom_box:before{
        top: 3.5vw;
    }
    .ab_history_top_sw .swiper-slide{
        height: auto;
    }
    .ab_history_top_sw_number{
        font-size: 40vw;
    }
    .ab_history_bottom_box{
        margin-top: 5.8vw;
    }
    .ab_global_box{
        padding: 8vw 0;
    }
    .ab_title p{
        width: 100%;
        font-size: 3.6vw;
        line-height: 5.8vw;
        margin-top: 3.2vw;
    }
    .ab_global_map_con{
        position: relative;
        flex-wrap: wrap;
    }
    .ab_global_map_con_left li{
        margin-top: 3.2vw;
        line-height: 6.8vw;
    }
    .ab_global_map_con_left li img{
        width: 3.2vw;
    }
    .ab_global_map_con_left li p{
        font-size: 3.6vw;
        margin-left: 1.8vw;
    }
    .ab_global_map_con_right{
        width: 100%;
        margin: 0;
        justify-content: space-between;
    }
    .ab_global_map_con_right li{
        width: 32.5%;
        margin-top: 5.8vw;
        margin-left: 0;
    }
    .ab_global_map_con_right_number{
        width: 17vw;
        height: 20vw;
    }
    .ab_global_map_con_right li span{
        font-size: 4.8vw;
    }
    .ab_global_map_con_right li p{
        font-size: 3.6vw;
        line-height: 5.8vw;
        margin-top: 1.8vw;
    }
    .ab_global_map_con_right li:nth-of-type(2){
        margin-top: 5.8vw;
    }
    .ab_global_map_con_right li:nth-of-type(2) .ab_global_map_con_right_number{
        transform: scale(1);
    }
    .ab_global_map_con_right li:nth-last-of-type(1){
        width: 32.5%;
    }
    .ab_coh_box{
        padding: 8vw 0;
    }
    .ab_btn{
        margin-top: 5.8vw
    }
    .ab_btn li{
        width: 48.5%;
        height: 12.8vw;
        border-radius: 3vw 3vw 0px 0px;
        font-size: 3.6vw;
    }
    .ab_btn li:after{
        border-width: 2vw;
    }
    .ab_conh_content_list_sw_left, .ab_conh_content_list_sw_right{
        width: 6vw;
        height: 6vw;
    }
    .ab_conh_content_list_sw_left img, .ab_conh_content_list_sw_right img{
        max-width: 60%;
    }
    .ab_conh_content_list_sw{
        width: 100%;
        padding: 10px;
        margin-top: 5.8vw;
    }
    .ab_conh_content_list_sw .swiper-slide img{
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.35);
    }
    .ab_partners_top{
        padding: 5.8vw 0;
    }
    .ab_partners_bottom{
        padding: 8vw 0;
    }
    .ab_partners_bottom_content_list_sw{
        padding-bottom: 5.8vw;
    }
    .ab_product_box{
        padding: 8vw 0;
    }
    .ab_product_swiper{
        margin-top: 5.8vw;
    }
    .ab_product_swiper_right, .ab_product_swiper_left{
        width: 3vw;
    }
    .ab_product_swiper h4{
        font-size: 3.8vw;
        bottom: 8vw;
    }
    .ab_contact_bg{
        height: 50vw;
    }
    .ab_contact_content p{
        font-size: 4.2vw;
        line-height: 5.8vw;
    }
    .ab_contact_content p span{
        display: initial;
    }
    .ab_contact_content a{
        width: 38vw;
        font-size: 3.6vw;
        height: 10.8vw;
        border-radius: 5.4vw;
        margin-top: 5.8vw;
        
    }
    .ab_partners_more{
        width: 38vw;
        font-size: 3.6vw;
        height: 10.8vw;
        border-radius: 5.4vw;
        margin-top: 5.8vw;
        
    }
}
.contentWH{width: 73.3%;height: auto;margin: 0px auto;}
.Y_news_banner_box{width: 100%;height: auto;position: relative;}
.Y_news_detial_banner_bg,
.Y_news_banner_bg{width: 100%;height: auto;}
.Y_news_detial_banner_bg img,
.Y_news_banner_bg img{width: 100%;height: auto;display: block;}
.Y_news_banner_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;}
.Y_news_banner_content h2{font-size: 16px;color: #FFFFFF;}
.Y_news_banner_content h1{font-size: 36px;color: #FFFFFF;font-weight: 700;margin-top: 8px;}
.Y_news_content{width: 100%;height: auto;padding-top: 41px;padding-bottom: 80px;background: #f8f8f8;}
.Y_news_content_ul{width: 100%;height: auto;display: flex;justify-content: center;}
.Y_news_content_ul li{width: 15%;height: 50px;background: #FFFFFF;border-radius: 5px;position: relative;transition: all 0.3s;}
.Y_news_content_ul li:after{width: 0;height: 0;content: "";display: block;position: absolute;left: 50%;transform: translateX(-50%);bottom: -28px;border: 14px solid transparent;border-top-color: #e27a3c;opacity: 0; transition: all 0.3s;}
.Y_news_content_ul li a{display: flex;justify-content: center;align-items: center;text-align: center;width: 100%;height: 100%;font-size: 16px;color: #2F2F2F;}
.Y_news_content_ul li:hover,.Y_news_content_ul li.on{background: #e27a3c;}
.Y_news_content_ul li:hover a,.Y_news_content_ul li.on a{color: #FFFFFF;}
.Y_news_content_ul li + li{margin-left: 10px;}
.Y_news_content_ul li:hover:after,.Y_news_content_ul li.on:after{opacity: 1;}
.Y_news_hot_box{width: 100%;height: auto;margin-top: 36px;}
.Y_news_hot_content{width: 100%;height: auto;display: flex;justify-content: space-between;background: #FFFFFF;}
.Y_news_hot_content_left{width: 53.5%;height: auto;overflow: hidden;}
.Y_news_hot_content_left img{width: 100%;height: 100%;display: block;object-fit: cover;transition: all 0.3s;}
.Y_news_hot_content_left:hover img{transform: scale(1.1);}
.Y_news_hot_content_right{flex: 1;padding: 40px 62px 40px 35px;}
.Y_news_hot_content_right span{font-size: 16px;color: #e27a3c;display: block;}
.Y_news_hot_content_right h4{font-size: 24px;color: #000000;font-weight: 700;line-height: 1.2;margin-top: 40px;}
.Y_news_hot_content_right p{font-size: 14px;color: #000000;line-height: 1.6;margin-top: 20px;}
.Y_news_hot_content_right_more{width: 185px;height: 49px;border-radius: 25px;display: flex;justify-content: center;align-items: center;font-size: 16px;color: #FFFFFF;margin-top: 30px;background: #e27a3c;text-align: center;}
.Y_news_list_box{width: 100%;height: auto;padding-top: 36px;}
.Y_news_list_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;}
.Y_news_list_ul li{width: 31%;height: auto;margin-left: 3.5%;background: #FFFFFF;margin-top: 40px;}
.Y_news_list_ul li:nth-of-type(3n+1){margin-left: 0;}
.Y_news_list_ul_img{width: 100%;height: 232px;overflow: hidden;}
.Y_news_list_ul_img img{width: 100%;height: 100%;object-fit: cover; display: block;transition: all 0.3s;}
.Y_news_list_ul li:hover .Y_news_list_ul_img img{transform: scale(1.1);}
.Y_news_list_ul_txt{width: 100%;height: auto;padding: 29px 35px;}
.Y_news_list_ul_txt span{display: block;font-size: 16px;color: #e27a3c;}
.Y_news_list_ul_txt h4{font-size: 18px;color: #000000;line-height: 1.4;margin-top: 6px;height: 54px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;font-weight: 700;}
.Y_news_list_ul_txt p{font-size: 14px;color: #000000;line-height: 1.6;margin-top: 12px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;height: 67px;}
.Y_news_list_ul_txt em{font-size: 16px;color: #121212;display: block;margin-top: 42px;}
.Y_news_list_ul li:hover .Y_news_list_ul_txt em{color: #e27a3c;text-decoration: underline;}
.Y_page_ul{display: flex;justify-content: center;margin-top: 100px;}
.Y_page_ul li{font-size: 18px;color: #777777;display: flex;align-items: center;margin-left: 15px;}
.Y_page_ul li:hover,.Y_page_ul li.on{color: #e27a3c;}
.Y_page_ul li.Y_page_prev{margin-right: 34px;font-weight: 400;font-size: 30px;margin-left: 0;}
.Y_page_ul li.Y_page_next{margin-left: 49px;  font-weight: 400;font-size: 30px;}
.Y_news_detial_banner{width: 100%;height: 100%;position: absolute;left: 0;top: 0;}
.Y_news_detial_banner_Crumbs ul li a, .Y_news_detial_banner_Crumbs ul li a span,
.Y_news_detial_banner_Crumbs ul i, .Y_news_detial_banner_Crumbs ul li{color: #FFFFFF;}
.Y_news_detial_banner_time{font-size: 16px;color: #FFFFFF;margin-top: 110px;}
.Y_news_detial_banner h1{font-size: 30px;color: #FFFFFF;font-weight: 700;margin-top: 38px;line-height: 1.2;}
.Y_news_detial_content_box{width: 100%;height: auto;padding: 64px 0;background: #F8F8F8;}
.Y_news_detial_content{width: 100%;height: auto;display: flex;justify-content: space-between;}
.Y_news_detial_content_left{width: 66.74%;height: auto;}
.Y_news_detial_content_left iframe{width: 100% !important;height: 300px;}
.Y_news_detial_content_left h4{font-size: 24px;color: #e27a3c;font-weight: 700;margin-top: 32px;}
.Y_news_detial_content_left h4:nth-of-type(1){margin-top: 0;}
.Y_news_detial_content_left p{font-size: 14px;color: #000000;line-height: 1.6;margin-top: 20px;}
.Y_news_detial_content_left img{width: 100%;height: auto;display: block;margin-top: 32px;}
.Y_news_detial_content_right{width: 30%;height: auto;border-left: 1px dashed #dcdcdc;padding-left: 3.5%;}
.Y_news_detial_content_right_content{width: 100%;height: auto;position: sticky;top: 0;}
.Y_news_detial_content_right_content_title{font-size: 24px;color: #e27a3c;font-weight: 700;}
.article_sharethis{margin-top: 35px;}
.Y_news_detial_content_right_content_related{width: 100%;height: auto;margin-top: 11px;}
.Y_news_detial_content_right_content_related li{width: 100%;height: auto;margin-top: 18px;background: #fff;}
.Y_news_detial_content_right_content_related_img{width: 100%;height: auto;overflow: hidden;background:#a7a7a7;padding:10px;}
.Y_news_detial_content_box iframe {width: 100% !important;}
.Y_news_detial_content_right_content_related_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.Y_news_detial_content_right_content_related li:hover .Y_news_detial_content_right_content_related_img img{transform: scale(1.1);}
.Y_news_detial_content_right_content_related_txt{width: 100%;padding: 30px 24px;background: #FFFFFF;}
.Y_news_detial_content_right_content_related_txt h4{font-size: 24px;color: #e27a3c;font-weight: bold;}
.Y_news_detial_content_right_content_related_txt p{font-size: 14px;color: #000000;line-height: 1.6;margin-top: 10px;}
.Y_news_detial_content_right_content_related_txt span{display: block;font-size: 16px;color: #121212;margin-top: 30px;transition: all 0.3s;}
.Y_news_detial_content_right_content_related li:hover .Y_news_detial_content_right_content_related_txt span{color: #e27a3c;text-decoration: underline;}
.Y_news_detial_content_right_content_form{width: 100%;height: auto;margin-top: 46px;background: #FFFFFF;box-shadow: 0px 0px 13px 0px rgba(4, 0, 0, 0.2);}
.Y_news_detial_content_right_content_form_title{width: 100%;height: 59px;background: #e27a3c;display: flex;align-items: center;padding-left: 25px;font-size: 24px;color: #FFFFFF;font-weight: 700;}
.Y_news_detial_content_right_content_form{width: 100%;height: auto;}
.Y_news_detial_content_right_content_form form{display: block;width: 100%;height: auto;padding: 0 25px;padding-bottom: 39px;}
.Y_news_detial_content_right_content_form_ul{width: 100%;height: auto;margin-top: 6px;}
.Y_news_detial_content_right_content_form_ul_title{display: block;font-size: 14px;color: #727272;}
.Y_news_detial_content_right_content_form_ul li{width: 100%;height: auto;margin-top: 10px;}
.Y_news_detial_content_right_content_form_ul li input{display: block;width: 100%;height: 50px;border: 1px solid #E5E5E5;margin-top: 5px;outline: none;padding-left: 12px;}
.Y_news_detial_content_right_content_form_ul li textarea{display: block;width: 100%;height: 94px;border: 1px solid #E5E5E5;margin-top: 5px;outline: none;resize: none;padding: 12px;}
.Y_news_detial_content_right_content_form_btn{display: block;width: 100%;height: 40px;background: #e27a3c;color: #FFFFFF;font-size: 16px;border-radius: 20px;border: none;outline: none;margin-top: 22px;cursor: pointer;}
@media (max-width: 1768px) {
    .Y_news_detial_content_right_content_form_title{font-size: 20px;}
    .Y_news_detial_content_right_content_form form{padding: 0 15px;padding-bottom: 20px;}
    .Y_news_detial_banner_time{margin-top: 40px;}
    
}
@media (max-width: 1400px) {
    .contentWH{width: 92%;}
    .Y_news_list_ul li{width: 32%;margin-left: 2%;}
    
}
@media (max-width: 1200px) {
    .Y_news_detial_content_right_content_form_title{height: 50px;font-size: 18px;padding-left: 15px;}
	.ab_profile_number {
	    grid-template-columns: repeat(auto-fill, minmax(45%, 1fr));
	}
}
@media (max-width: 990px) {
    .Y_news_content_ul li{width: 25%;}
    .Y_news_hot_content{flex-wrap: wrap;}
    
    .Y_news_hot_content_left{width: 100%;}
    .Y_news_list_ul_txt{padding: 5% 4%;}
    .Y_page_ul{margin-top: 60px;}
    .Y_news_detial_banner h1{font-size: 20px;margin-top: 12px;}
    .Y_news_detial_banner_time{margin-top: 24px;}
    .Y_news_detial_content{flex-wrap: wrap;}
    .Y_news_detial_content_left{width: 100%;}
    .Y_news_detial_content_right{width: 100%;padding-left: 0;border: none;margin-top: 50px;}
}
@media (max-width: 768px) {
    .Y_news_banner_bg{height: 40vw;}
    .Y_news_banner_bg img{height: 100%;object-fit: cover;}
    .Y_news_banner_content h2{font-size: 3.6vw;}
    .Y_news_banner_content h1{font-size: 4.8vw;margin-top: 1.8vw;}
    .Y_news_content{padding: 8vw 0;}
    .Y_news_content_ul{width: 92%;margin: 0px auto;}
    .Y_news_content_ul li{width: 32%;height: 10.8vw;}
    .Y_news_content_ul li a{font-size: 3.6vw;}
    .Y_news_content_ul li + li{margin-left: 2%;}
    .Y_news_content_ul li:after{border-width: 2vw;bottom: -4vw;}
    .Y_news_hot_box{margin-top: 7.8vw;}
    .Y_news_hot_content_right{padding: 5% 4%;}
    .Y_news_hot_content_right span{font-size: 3.6vw;}
    .Y_news_hot_content_right h4{font-size: 3.8vw;margin-top: 3.2vw;}
    .Y_news_hot_content_right p{font-size: 3.2vw;margin-top: 3.2vw;}
    .Y_news_hot_content_right_more{width: 40vw;height: 10.8vw;margin-top: 3.8vw;font-size: 3.6vw;border-radius: 5.4vw;}
    .Y_news_list_box{margin-top: 3.2vw;}
    .Y_news_list_ul li{width: 100%;margin-top: 3.8vw;height: auto;}
    .Y_news_list_ul_txt span{font-size: 3.6vw;}
    .Y_news_list_ul_txt h4{font-size: 3.8vw;height: auto;margin-top: 3.2vw;}
    .Y_news_list_ul_txt p{margin-top: 3.2vw;margin-top: 3.2vw;height: auto;}
    .Y_news_list_ul_txt em{font-size: 3.6vw;margin-top: 3.8vw;}
    .Y_page_ul{margin-top: 5.8vw;}
    .Y_page_ul li.Y_page_prev{margin-right: 4vw;font-size: 4.8vw;}
    .Y_page_ul li{margin-left: 1.8vw;font-size: 3.6vw;}
    .Y_page_ul li.Y_page_next{margin-left: 5.8vw;font-size: 4.8vw;}
    .Y_news_detial_banner_time{font-size: 3.2vw;margin-top: 5.8vw;}
    .Y_news_detial_banner h1{font-size: 4.8vw;margin-top: 3.2vw;}
    .Y_news_detial_banner_bg{height: 68vw;}
    .Y_news_detial_banner_bg img{height: 100%;object-fit: cover;}
    .Y_news_detial_content_box{padding: 8vw 0;}
    .Y_news_detial_content_left h4{font-size: 4.2vw;margin-top: 3.8vw;}
    .Y_news_detial_content_left p{font-size: 3.2vw;margin-top: 3.6vw;}
    .Y_news_detial_content_left img{margin-top: 3.6vw;}
    .Y_news_detial_content_right{margin-top: 8vw;}
    .Y_news_detial_content_right_content_title{font-size: 4.8vw;}
    .article_sharethis{margin-top: 3.6vw;}
    .Y_news_detial_content_right_content_related_txt{padding: 5% 4%;}
    .Y_news_detial_content_right_content_related_txt h4{font-size: 4.2vw;}
    .Y_news_detial_content_right_content_related_txt p{font-size: 3.2vw;margin-top: 3.2vw;}
    .Y_news_detial_content_right_content_related_txt span{font-size: 3.8vw;margin-top: 3.8vw;}
    .Y_news_detial_content_right_content_form{margin-top: 5.8vw;}
    .Y_news_detial_content_right_content_form_title{font-size: 4.2vw;height: 10.8vw;padding-left: 1.8vw;}
    .Y_news_detial_content_right_content_form form{padding: 0 1.8vw;padding-bottom: 5%;}
    .Y_news_detial_content_right_content_form_ul li{margin-top: 1.8vw;}
    .Y_news_detial_content_right_content_form_ul li input{height: 10.8vw;}
    .Y_news_detial_content_right_content_form_ul li textarea{height: 18vw;}
    .Y_news_detial_content_right_content_form_btn{margin-top: 3.8vw;font-size: 3.8vw;}
}



.contentWH{width: 73.6%;height: auto;margin: 0px auto;}
/*solution*/
.Y_solution_banner{width: 100%;height: auto;position: relative;}
.Y_solution_banner_bg{width: 100%;height: auto;}
.Y_solution_banner_bg img{width: 100%;height: auto;display: block;}
.Y_solution_banner_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;align-items: center;}
.Y_solution_banner_content h1{font-weight: bold;font-size: 36px;color: #FFFFFF;}
.Y_solution_banner_content span{display: block;width: 131px;height: 6px;background: #e27a3c;margin-top: 10px;}
.Y_solution_banner_content h4{font-size: 30px;color: #FFFFFF; margin-top: 10px;}
.Y_solution_info_box{width: 100%;height: auto;padding: 80px 0px;}
.Y_solution_info_content{width: 100%;height: auto;}
.Y_solution_info_content_txt{width: 100%;height: auto;padding-bottom: 25px;border-bottom: 1px solid #f3f3f3;}
.Y_solution_info_content_txt h4{font-size: 36px;color: #000000; font-weight: bold;}
.Y_solution_info_content_txt p{font-size: 16px;color: #000000; line-height: 1.6;margin-top: 15px;}
.Y_solution_info_content_advantage{width: 100%;height: auto;margin-top: 15px;padding-bottom: 50px;border-bottom: 1px solid #f3f3f3;}
.Y_solution_info_content_advantage_title{font-size: 20px;color: #000000; font-weight: bold;}
.Y_solution_info_content_advantage_title_ul{width: 100%;height: auto;display: flex;justify-content: space-between;margin-top: 30px;}
.Y_solution_info_content_advantage_title_ul li{width: 32.5%;}
.Y_solution_info_content_advantage_title_ul li img{width: 90px;height: auto;display: block;}
.Y_solution_info_content_advantage_title_ul li h4{font-size: 20px;color: #000000; font-weight: bold;margin-top: 20px;}
.Y_solution_info_content_last{width: 100%;height: auto;padding: 40px 0;}
.Y_solution_info_content_last p{font-size: 16px;color: #000000;line-height: 1.6; }
.Y_solution_list{width: 100%;height: auto;}
.Y_solution_list li{width: 100%;height: auto;display: flex;justify-content: flex-start;background: #f3f3f3;}
.Y_solution_list li + li{margin-top: 50px;}
.Y_solution_list li:nth-of-type(even){flex-direction: row-reverse;}
.Y_solution_list_img{width: 54.93%;height: auto;overflow: hidden;}
.Y_solution_list_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.Y_solution_list li:hover .Y_solution_list_img img{transform: scale(1.1);}
.Y_solution_list_content{flex: 1;display: flex;align-items: center;justify-content: center;}
.Y_solution_list_content_txt{width: 75.8%;height: auto;}
.Y_solution_list_content_txt h4{font-size: 30px;color: #000000; font-weight: bold;}
.Y_solution_list_content_txt p{font-size: 16px;color: #000000;line-height: 1.6;margin-top: 30px; }
.Y_solution_list_content_mores{display: flex;justify-content: center;align-items: center;width: 188px;height: 54px;border-radius: 27px;border: 1px solid #000000;font-size: 18px;color: #000000; margin-top: 120px;}
.Y_solution_list_content_mores:hover{border-color: #e08832;background: #e08832;color: #FFFFFF;}
.Y_solution_banner_contentWH{width: 65%;padding-left: 13.65%;padding-top: 69px;padding-bottom: 69px;background: linear-gradient(90deg, rgba(226,122,60,0.6) 70%, rgba(0,0,0,0) 100%);}
.Y_solution_detial_banner_title h4{font-size: 48px;color: #FFFFFF; font-weight: bold;}
.Y_solution_list_content_txt h4:hover{color: #D2783E;}
.Y_solution_detial_banner_title span{display: block;width: 269px;height: 6px;background: linear-gradient(90deg, rgba(255,255,255,1) 80%, rgba(0,0,0,0) 100%);margin-top: 10px;margin-bottom: 10px;}
.Y_solution_detial_banner_title p{font-size: 36px;color: #FFFFFF; font-weight: bold;line-height: 1.6;padding-left: 30px;position: relative;}
.Y_solution_detial_banner_title p:before{content: "";display: block;width: 18px;height: auto;aspect-ratio:1/1;background: url(/public/static/images/home/en-us/Y_solution_banner_ico.png) no-repeat center center;background-size: 100% auto;position: absolute;left: 0;top: 50%;transform: translateY(-50%);}
.Y_solution_detial_banner_txt p{font-size: 20px; color: #FFFFFF;line-height: 1.4;padding-right: 32%;}
.Y_solution_detial_challengs_box{width: 100%;height: auto;padding-top: 250px;background: url(/public/static/images/home/en-us/Y_solution_detial_industry_bg.jpg) no-repeat center center;background-size: cover;}
.Y_solution_detial_challengs_title{font-size: 36px;color: #000000; font-weight: bold;text-align: center;}
.Y_solution_detial_challengs_ul{display: flex;justify-content: center;flex-wrap: wrap;width: 100%;height: auto;margin-top: 30px;}
.Y_solution_detial_challengs_ul li{width: 23.6%;height: auto;padding: 50px 0;background: rgba(255, 255, 255, 0.9);transition: all 0.3s;border-radius: 5px 5px 0 0;margin-left: 1.8%;margin-top: 30px;}
.Y_solution_detial_challengs_ul li img{display: block;margin: 0px auto;transition: all 0.3s;}
.Y_solution_detial_challengs_ul li h4{font-size: 16px;color: #000000; text-align: center;margin-top: 20px;transition: all 0.3s;}
.Y_solution_detial_challengs_ul li:hover{background: #e27a3c;}
.Y_solution_detial_challengs_ul li:hover img{filter: brightness(0) invert(1);}
.Y_solution_detial_challengs_ul li:hover h4{color: #FFFFFF;}
.Y_solution_detial_challengs_ul li:nth-of-type(4n+1){margin-left: 0;}
.Y_solution_detial_introduction_box{width: 100%;height: auto;padding: 80px 0;}
.Y_solution_detial_introduction_content{width: 78.96%;height: auto;margin: 0px auto;display: flex;justify-content: flex-start;align-items: flex-end;}
.Y_solution_detial_introduction_content_left{width: 72.63%;height: auto;}
.Y_solution_detial_introduction_content_left_title{width: 100%;height: auto;padding-right: 16%;}
.Y_solution_detial_introduction_content_left_title h4{font-size: 36px;color: #000000; font-weight: bold;padding-right: 21%;}
.Y_solution_detial_introduction_content_left_title p{font-size: 16px;color: #000000;line-height: 1.6;margin-top: 15px;}
.Y_solution_detial_introduction_content_left_img{width: 100%;height: auto;margin-top: 80px;overflow: hidden;}
.Y_solution_detial_introduction_content_left_img img{width: 100%;height: auto;display: block;transition: all 0.3s;}
.Y_solution_detial_introduction_content_left_img:hover img{transform: scale(1.1)}
.Y_solution_detial_introduction_content_right{flex: 1;box-shadow: 0px 1px 27px 0px rgba(108, 108, 108, 0.16);background: #FFFFFF;}
.Y_solution_detial_introduction_content_right_title{width: 100%;height: 65px;font-size: 24px;color: #FFFFFF; text-align: center;line-height: 65px;background: #e27a3c;font-weight: bold;}
.Y_solution_detial_introduction_content_right_ul{width: 100%;height: auto;padding: 26px 30px;position: relative;}
.Y_solution_detial_introduction_content_right_ul:before{content: "";width: 1px;height: 90%;border: 1px dashed rgba(0,0,0,0.2);position: absolute;left: 36px;top: 5%;}
.Y_solution_detial_introduction_content_right_ul li{width: 100%;height: auto;padding-left: 26px;position: relative;}
.Y_solution_detial_introduction_content_right_ul li:before{content: "";display: block;width: 13px;height: auto;aspect-ratio:1/1;background: #e27a3c;border-radius: 50%;position: absolute;left: 0;top: 6px;}
.Y_solution_detial_introduction_content_right_ul li h4{font-size: 24px;color: #000000; font-weight: bold;}
.Y_solution_detial_introduction_content_right_ul li h4 strong{color: #e27a3c;}
.Y_solution_detial_introduction_content_right_ul li + li{margin-top: 80px;}
.Y_solution_detial_introduction_content_right_ul_txt{width: 100%;height: auto;}
.Y_solution_detial_introduction_content_right_ul_txt h5{font-size: 16px;color: #000000; margin-top: 8px;}
.Y_solution_detial_introduction_content_right_ul_txt_dl{width: 100%;height: auto;display: flex;justify-content: flex-start;flex-wrap: wrap;margin-top: 10px;}
.Y_solution_detial_introduction_content_right_ul_txt_dl dd{padding: 8px 13px;font-size: 12px;color: #000000; border-radius: 14px;height: 28px;border: solid 1px #000000;margin-right: 9px;margin-top: 9px;}
.Y_solution_detial_introduction_content_right_ul_txt_img{display: flex;justify-content: flex-start;margin-top: 20px;}
.Y_solution_detial_introduction_content_right_ul_txt_img img{width: 95px;height: auto;display: block;}
.Y_solution_detial_introduction_content_right_ul_txt_img img + img{margin-left: 15px;}
.Y_solution_detial_robots_box{width: 100%;height: auto;padding: 80px 0px;background: url(/public/static/images/home/en-us/Y_solution_detial_robots_bg.jpg) no-repeat top center;background-size: 100% auto;}
.Y_solution_detial_robots_title h4{font-size: 36px;color: #000000; font-weight: bold;text-align: center;}
.Y_solution_detial_robots_title p{font-size: 16px;color: #000000;text-align: center; margin-top: 12px;}
.Y_solution_detial_robots_content{width: 100%;height: auto;background: #FFFFFF;overflow: hidden;box-shadow: -1px 26px 27px 0px rgba(108, 108, 108, 0.16);margin-top: 70px;position: relative;}
.Y_solution_detial_robots_content_sw{width: 53.8%;height: auto;margin: 0px auto;overflow: unset;}
.Y_solution_detial_robots_content_sw .swiper-slide{width:56.3% !important;display: flex;justify-content: space-between;align-items: center;}
.Y_solution_detial_robots_content_sw .swiper-slide.swiper-slide-active{width: 100% !important;}
.Y_solution_detial_robots_content_sw .swiper-slide .Y_solution_detial_robots_content_sw_left{width: 100%;height: auto;position: relative;padding: 39px 0;}
.Y_solution_detial_robots_content_sw .swiper-slide.swiper-slide-active .Y_solution_detial_robots_content_sw_left{width: 56.5%;}
.Y_solution_detial_robots_content_sw_left:before{content: "";display: block;width: 100%;height: 65%; background: #e27a3c;position: absolute;left: 0;top: 0;display: none;}
.Y_solution_detial_robots_content_sw_left img{width: 100%;height: auto;display: block;position: relative;z-index: 2;opacity: 0.6;transition: all 0.3s;}
.Y_solution_detial_robots_content_sw_right{width: 39%;height: auto;display: none;}
.Y_solution_detial_robots_content_sw_right h4{font-size: 36px;color: #000000; font-weight: bold;}
.Y_solution_detial_robots_content_sw_right p{font-size: 16px;color: #000000;line-height: 1.6;margin-top: 44px;}
.Y_solution_detial_robots_content_sw_right a{width: 155px;height: 42px;border-radius: 21px;display: flex;justify-content: center;align-items: center;text-align: center;background: #e27a3c;font-size: 16px;color: #FFFFFF; text-align: center;margin-top: 50px;}
.Y_solution_detial_robots_content_sw .swiper-slide.swiper-slide-active .Y_solution_detial_robots_content_sw_left:before{display: block;}
.Y_solution_detial_robots_content_sw .swiper-slide.swiper-slide-active .Y_solution_detial_robots_content_sw_left img{opacity: 1;}
.Y_solution_detial_robots_content_sw .swiper-slide.swiper-slide-active .Y_solution_detial_robots_content_sw_right{display: block;}
.Y_solution_detial_robots_content_sw_btn_right,.Y_solution_detial_robots_content_sw_btn_left{width: 42px;height: 42px;background: #000000;border-radius: 50%;display: flex;justify-content: center;align-items: center;  font-weight: 400;color: #FFFFFF;font-size: 36px;}
.Y_solution_detial_robots_content_sw_btn_right:hover,.Y_solution_detial_robots_content_sw_btn_left:hover{background: #e27a3c;}
.Y_solution_detial_robots_content_sw_btn_right:after, .Y_solution_detial_robots_content_sw_btn_left:after{display: none;}
.Y_solution_detial_advantage_box{width: 100%;height: 810px;padding: 80px 0px;background: url(/public/static/images/home/en-us/solution_detial_advantage_bg.jpg) no-repeat center center;background-size: cover;}
.Y_solution_detial_advantage_title{font-size: 48px;color: #000000; font-weight: bold;text-align: center;}
.Y_solution_detial_advantage_ul{width: 100%;height: auto;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 41px;align-items: flex-start;}
.Y_solution_detial_advantage_ul li{width: 49.5%;height: auto;border-radius: 10px;overflow: hidden;background: rgba(255,255,255,0.6);margin-top: 11px;}
.Y_solution_detial_advantage_ul_top{width: 100%;height: auto;padding: 35px;display: flex;justify-content: space-between;align-items: center;cursor: pointer;}
.Y_solution_detial_advantage_ul_top_left{display: flex;align-items: center;justify-content: flex-start;}
.Y_solution_detial_advantage_ul_top_left img{display: block;margin-right: 20px;}
.Y_solution_detial_advantage_ul_top_left h4{font-size: 18px;color: #000000; font-weight: bold;}
.Y_solution_detial_advantage_ul_top_right{width: 39px;height: auto;transition: all 0.3s;}
.Y_solution_detial_advantage_ul_top_right img{width: 100%;height: auto;display: block;}
.Y_solution_detial_advantage_ul_bottom{width: 100%;padding-left: 35px;padding-right: 35px;padding-bottom: 50px;display: none;}
.Y_solution_detial_advantage_ul_bottom p{font-size: 14px;color: #FFFFFF;line-height: 1.6; }
.Y_solution_detial_advantage_ul li.on{background: #e27a3c;}
.Y_solution_detial_advantage_ul li.on .Y_solution_detial_advantage_ul_top_left img{filter: brightness(0) invert(1);}
.Y_solution_detial_advantage_ul li.on .Y_solution_detial_advantage_ul_top_right{transform: rotate(90deg);}
.Y_solution_detial_advantage_ul li.on .Y_solution_detial_advantage_ul_top_right img{filter: brightness(0) invert(1);}
.Y_solution_detial_advantage_ul li.on .Y_solution_detial_advantage_ul_top_left h4{color: #FFFFFF;}
.Y_solution_detial_video_box{width: 100%;height: auto;position: relative;}
.Y_solution_detial_video_bg{width: 100%;height: auto;}
.Y_solution_detial_video_bg img{width: 100%;height: auto;display: block;}
.Y_solution_detial_video_content{width: 100%;height: 100%;position: absolute;left: 0;top: 0;display: flex;flex-direction: column;justify-content: center;align-items: center;}
.Y_solution_detial_video_content a{width: 100px;height: 100px;display: block;}
.Y_solution_detial_video_content a:after{display: none !important;}
.Y_solution_detial_video_content a img{width: 100%;height: auto;display: block;}
.Y_solution_detial_video_content h4{font-size: 30px; text-align: center;color: #FFFFFF;text-align: center;margin-top: 30px;}
.Y_solution_detial_case_box{width: 100%;height: auto;padding: 80px 0;}
.Y_solution_detial_case_title{font-size: 36px;color: #000000; font-weight: bold;text-align: center;}
.Y_solution_detial_case_sw{width: 100%;height: auto;margin-top: 55px;padding-bottom: 27px;}
.Y_solution_detial_case_sw .swiper-slide{position: relative;box-shadow: 0px 1px 27px 0px rgba(108, 108, 108, 0.16);}
.Y_solution_detial_case_sw_img{width: 100%;height: auto;}
.Y_solution_detial_case_sw_img img{width: 100%;height: auto;display: block;}
.Y_solution_detial_case_sw_content{width: 100%;height: auto;padding: 35px 55px;background: #FFFFFF;}
.Y_solution_detial_case_sw_content_title{width: 100%;height: auto;}
.Y_solution_detial_case_sw_content_title h4{font-size: 24px;color: #000000; font-weight: bold;height: 56px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.Y_solution_detial_case_sw_content_title p{font-size: 14px;color: #000000;line-height: 1.4;margin-top: 15px;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;height: 59px;}
.Y_solution_detial_case_sw_content_ul li h4{font-size: 22px;color: #e27a3c; font-weight: bold;}
.Y_solution_detial_case_sw_content_ul li p{font-size: 14px;color: #000000; margin-top: 15px;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
.Y_solution_detial_case_sw_content_ul li + li{margin-left: 70px;}
.Y_solution_detial_case_sw_content_box{width: 100%;height: 100%;position: absolute;left: 0;top: 0;background: #e27a3c;padding: 30px 24px;opacity: 0;transition: all 0.3s;}
.Y_solution_detial_case_sw_content_box_title h4{font-size: 36px;color: #FFFFFF; font-weight: bold;}
.Y_solution_detial_case_sw_content_box_title p{font-size: 16px;color: #FFFFFF; margin-top: 8px;}
.Y_solution_detial_case_sw_content_box_ul{width: 100%;height: auto;position: relative;}
.Y_solution_detial_case_sw_content_box_ul:after{content: "";display: block;width: 1px;height: 96%;position: absolute;left: 9px;top: 5%;background: linear-gradient(180deg, rgba(255,255,255,1) 80%, rgba(0,0,0,0) 100%);}
.Y_solution_detial_case_sw_content_box_ul li{width: 100%;height: auto;margin-top: 30px;position: relative;padding-left: 30px;}
.Y_solution_detial_case_sw_content_box_ul li h4{font-size: 24px;color: #FFFFFF; font-weight: bold;}
.Y_solution_detial_case_sw_content_box_ul li p{font-size: 14px;color: #FFFFFF;line-height: 1.6;}
.Y_solution_detial_case_sw_content_box_ul li:before{content: "";width: 16px;height: auto;aspect-ratio:1/1;background: #FFFFFF;border-radius: 50%;position: absolute;left: 0;top: 6px;}
.Y_solution_detial_sw_content_video{width: 100%;height: auto;position: relative;margin-top: 30px;}
.Y_solution_detial_sw_content_video img{width: 100%;height: auto;}
.Y_solution_detial_sw_content_video a:after{background: url(/public/static/images/home/en-us/Y_solution_detial_case_video.png) no-repeat center center;background-size: 36px auto;}
.Y_solution_detial_case_sw .swiper-slide:hover .Y_solution_detial_case_sw_content_box{opacity: 1;}
.Y_solution_detial_case_sw_right,.Y_solution_detial_case_sw_left{font-size: 48px;color: #FFFFFF;  background: none;}
.Y_solution_detial_case_sw_right:after,.Y_solution_detial_case_sw_left:after{display: none;}
.Y_solution_detial_case_sw_right:hover,.Y_solution_detial_case_sw_left:hover{color: #e27a3c;}
.Y_solution_detial_case_sw_content_ul{width: 100%;height: auto;display: flex;justify-content: flex-start;margin-top: 40px;}
.droplist_tile .drop_tile:nth-child(2){width: 26% !important;}
.droplist_tile .drop_tile:nth-child(2) .context.context1{grid-template-columns: repeat(1, 100%);}
.Y_service_banner .container_1400{position: relative;z-index: 2;}
.Y_service_banner:after{content: "";display: block;width: 72.1%;height: 325px;background: linear-gradient(90deg, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0) 100%);position: absolute;left: 0;bottom: 8%;}
.Y_service_banner_content{width: 68%;}
.Y_service_banner_content h4 strong, .Y_service_banner_content p{font-size: 16px;line-height: 1.6;}
.Y_service_banner_content h1{font-size: 36px;font-weight: 700;}
.Y_service_login_box{width: 100%;height: auto;padding: 80px 0px;background: url(/public/static/images/home/ja/Y_service_logo_bg.jpg) no-repeat center center;background-size: cover;}
.Y_service_login_content{width: 100%;height: auto;display: flex;justify-content: space-between;align-items: center;}
.Y_service_login_content_left{width: 53.1%;height: auto;}
.Y_service_login_content_left img{width: 100%;height: auto;display: block;}
.Y_service_login_content_right{width: 42.3%;height: auto;}
.Y_service_login_content_right h2{font-size: 36px;color: #000;font-weight: 700;}
.Y_service_login_content_right p{font-size: 16px;color: #000;line-height: 1.6;margin-top: 25px;}
.Y_service_login_content_right p em{font-style: italic;}
.Y_service_login_content_right a{display: flex;justify-content: center;align-items: center;width: 252px;height: 52px;border-radius: 26px;background: #d57f4a;margin-top: 40px;font-size: 18px;color: #fff;font-weight: 700;}

@media (max-width: 1768px) {
	.Y_solution_list_content{padding: 50px 0;}
	.Y_solution_list_img img{height: 100%;object-fit: cover;}
	.Y_solution_banner_contentWH{width: 83%;}
	.Y_solution_detial_introduction_content_left{width: 62.63%;}
	.Y_solution_detial_introduction_content_left_title h4{font-size: 28px;padding-right: 12%;}
    .Y_solution_detial_introduction_content_right_ul li h4{font-size: 20px;}
    .Y_solution_detial_introduction_content_right_ul li + li{margin-top: 30px;}
    .Y_solution_detial_introduction_content_right_ul:before{height: 86%;top: 6%;}
    .Y_solution_detial_advantage_ul_top{padding: 3% 4%;}
    .Y_solution_detial_case_sw_content_title h4{font-size: 20px}
    .Y_solution_detial_case_sw_content_ul li + li{margin-left: 30px;}
    .Y_solution_detial_case_sw_content_ul li h4{font-size: 16px;}
    .Y_solution_detial_case_sw_content{padding: 30px 27px;}
    .Y_solution_detial_case_sw_content_box{padding: 20px;}
    .Y_solution_detial_case_sw_content_box_title h4{font-size: 24px;}
    .Y_solution_detial_case_sw_content_box_ul li{margin-top: 15px;}
    .Y_solution_detial_case_sw_content_box_ul li h4{font-size: 18px;}
    .Y_solution_detial_case_sw_content_box_ul li:before{width: 10px;}
    .Y_solution_detial_case_sw_content_box_ul:after{left: 5px;}
    .Y_solution_detial_introduction_content_left{width: 74.63%;}
    .Y_solution_detial_introduction_content{width: 92%;}
    .Y_solution_detial_introduction_content_right_title{height: auto;font-size: 18px;line-height: 42px;}
    .Y_solution_detial_introduction_content_right_ul li h4{font-size: 18px;}
    .Y_solution_detial_introduction_content_right_ul li + li{margin-top: 20px;}
    .Y_solution_detial_introduction_content_right_ul{padding: 20px;}
    .Y_solution_detial_introduction_content_right_ul li{padding-left: 20px;}
    .Y_solution_detial_introduction_content_right_ul_txt h5{font-size: 14px;}
    .Y_solution_detial_introduction_content_right_ul:before{left: 26px;}
    .Y_solution_detial_introduction_content_right_ul_txt_dl dd{padding: 5px 8px;font-size: 10px;margin-right: 5px;}
    .Y_solution_detial_introduction_content_left_img{margin-top: 10px;}
    .Y_solution_detial_challengs_ul li{padding: 24px 0;}
    .Y_solution_detial_advantage_box{height: 720px;}
    .Y_solution_detial_case_sw_content_title h4{height: 48px;}
    .Y_service_banner:after{bottom: 18%;}
}
@media (max-width: 1400px) {
	.Y_solution_detial_case_sw_content_ul li + li{margin-left: 38px;}
    .Y_solution_detial_introduction_content_left_title h4{font-size: 20px;}
    .Y_solution_detial_introduction_content_left_title p{font-size: 14px;}
    .Y_solution_detial_introduction_content_left_img{margin-top: 60px;}
    .Y_solution_detial_introduction_content_right_title{font-size: 18px;height: 40px;line-height: 40px;}
    .Y_solution_detial_introduction_content_right_ul{padding: 26px;}
    .Y_solution_detial_introduction_content_right_ul li:before{width: 8px;top: 5px;}
    .Y_solution_detial_introduction_content_right_ul:before{left: 29px;}
    .Y_solution_detial_introduction_content_right_ul li + li{margin-top: 23px;}
    .Y_solution_detial_introduction_content_right_ul li h4{font-size: 16px;}
    .Y_solution_detial_introduction_content_right_ul_txt h5{font-size: 14px;margin-top: 8px;}
    .Y_solution_detial_introduction_content_right_ul_txt_dl dd{padding: 8px;font-size: 10px;}
    .ab_banner_content h1{margin-top: 4%;}
}
@media (max-width: 1200px) {
	.Y_solution_banner_contentWH{width: 100%;padding: 5% 4%;}
	.Y_solution_detial_banner_title h4{font-size: 36px;}
	.Y_solution_detial_banner_title p{font-size: 24px;}
	.Y_solution_detial_banner_txt p{font-size: 18px;padding-right: 20%;}
	.Y_solution_detial_challengs_box{padding-top: 100px;}
	.Y_solution_detial_introduction_content{flex-wrap: wrap;}
	.Y_solution_detial_introduction_content_left{width: 100%;}
	.Y_solution_detial_robots_content_sw{width: 100%;}
    .Y_solution_detial_advantage_box{height: auto;}
    .Y_service_banner_bg{height: 410px;}
    .Y_service_banner_bg img{height: 100%;object-fit: cover;}
    .Y_service_banner_content h1{margin-top: 2%;}
    .Y_service_login_box .container_1400{width: 92%;}
}
@media (max-width: 990px) {
	.Y_solution_list_content_txt a{margin-top: 60px;}
	.Y_solution_detial_banner_title h4{font-size: 24px;}
	.Y_solution_detial_banner_title p{font-size: 18px;}
	.Y_solution_detial_banner_txt p{font-size: 16px;padding-right: 0;}
    .Y_service_banner:after{height: 100%;bottom: 0;}
    .Y_service_login_content{flex-wrap: wrap;}
    .Y_service_login_content_left{width: 100%;}
    .Y_service_login_content_right{width: 100%;margin-top: 30px;}
}
@media (max-width: 768px) {
	.Y_solution_banner_content h1{font-size: 4.8vw;}
	.Y_solution_banner_content span{width: 20vw;height: 0.6vw;}
	.Y_solution_banner_content h4{font-size: 4.2vw;}
	.Y_solution_info_box{padding: 8vw 0;}
	.Y_solution_info_content_txt h4{font-size: 4.8vw;}
	.Y_solution_info_content_txt p{font-size: 3.6vw;margin-top: 3.2vw;}
	.Y_solution_info_content_txt{padding-bottom: 1.8vw;}
	.Y_solution_info_content_advantage{padding-bottom: 5.8vw;margin-top: 1.8vw;}
	.Y_solution_info_content_advantage_title{font-size: 4.8vw;}
	.Y_solution_info_content_advantage_title_ul{margin-top: 3.2vw;flex-wrap: wrap;}
	.Y_solution_info_content_advantage_title_ul li{width: 100%;margin-top: 3.8vw;}
	.Y_solution_info_content_advantage_title_ul li img{width: 15vw;}
	.Y_solution_info_content_advantage_title_ul li h4{font-size: 3.8vw;margin-top: 1.8vw;}
	.Y_solution_info_content_last{padding: 5.8vw 0;}
	.Y_solution_info_content_last p{font-size: 3.6vw; }
	.Y_solution_list li{flex-wrap: wrap;}
	.Y_solution_list_img{width: 100%;}
	.Y_solution_list_content{padding: 5% 0;}
	.Y_solution_list_content_txt{width: 92%;}
	.Y_solution_list_content_txt h4{font-size: 4.2vw;}
	.Y_solution_list_content_txt p{font-size: 3.6vw;margin-top: 3.2vw;}
	.Y_solution_list_content_txt a{width: 42vw;height: 11.2vw;border-radius: 5.6vw;font-size: 3.8vw;margin-top: 5.8vw;}
	.Y_solution_list li + li{margin-top: 5.8vw;}
	.Y_solution_detial_banner_bg{height: 65vw;}
	.Y_solution_detial_banner_bg img{height: 100%;object-fit: cover;}
	.Y_solution_banner_contentWH{height: 100%;}
	.Y_solution_detial_banner_title p{font-size: 3.6vw;padding-left: 3.8vw;}
	.Y_solution_detial_banner_title p:before{width: 2vw;top: 2.2vw;}
	.Y_solution_detial_banner_txt p{font-size: 3.6vw;}
	.Y_solution_detial_challengs_box{padding: 8vw 0;}
	.Y_solution_detial_challengs_title{font-size: 4.8vw;}
	.Y_solution_detial_challengs_ul{margin-top: 3.2vw;justify-content: space-between;}
	.Y_solution_detial_challengs_ul li{width: 48.5%;margin-top: 3.8vw;margin-left: 0;padding: 5% 0;}
	.Y_solution_detial_challengs_ul li img{width: 15vw;}
	.Y_solution_detial_challengs_ul li h4{font-size: 3.8vw;margin-top: 3.2vw;}
	.Y_solution_detial_introduction_box{padding: 8vw 0;}
	.Y_solution_detial_introduction_content{width: 92%;}
	.Y_solution_detial_introduction_content_left_title h4{padding-right: 0;font-size: 4.2vw;}
	.Y_solution_detial_introduction_content_left_title p{font-size: 3.6vw;margin-top: 3.2vw;}
	.Y_solution_detial_introduction_content_left_img{margin-top: 5.8vw;}
	.Y_solution_detial_introduction_content_left_title{padding-right: 0;}
	.Y_solution_detial_introduction_content_right{margin-top: 5.8vw;}
    .Y_solution_detial_introduction_content_right_ul_txt_dl{display: none;}
	.Y_solution_detial_introduction_content_right_title{font-size: 4.2vw;line-height: 10.8vw;height: 10.8vw;}
	.Y_solution_detial_introduction_content_right_ul{padding: 5% 4%;}
	.Y_solution_detial_introduction_content_right_ul li h4{font-size: 4.2vw;}
	.Y_solution_detial_introduction_content_right_ul_txt h5{font-size: 3.6vw;margin-top: 3.2vw;}
	.Y_solution_detial_introduction_content_right_ul li + li{margin-top: 8vw;}
	.Y_solution_detial_introduction_content_right_ul li:before{width: 2vw;}
	.Y_solution_detial_introduction_content_right_ul:before{top: 4%;left: 4.5vw;}
	.Y_solution_detial_introduction_content_right_ul_txt_img img{width: 100%;}
	.Y_solution_detial_introduction_content_right_ul_txt_img img + img{margin-left: 2%;}
	.Y_solution_detial_robots_box{padding: 8vw 0;}
	.Y_solution_detial_robots_title h4{font-size: 4.8vw;}
	.Y_solution_detial_robots_title p{font-size: 3.6vw;margin-top: 3.2vw;}
	.Y_solution_detial_robots_content{margin-top: 5.8vw;}
	.Y_solution_detial_robots_content_sw .swiper-slide{flex-wrap: wrap;}
	.Y_solution_detial_robots_content_sw_right{width: 100%;}
	.Y_solution_detial_robots_content_sw_btn_right, .Y_solution_detial_robots_content_sw_btn_left{display: none;}
	.Y_solution_detial_robots_content_sw .swiper-slide.swiper-slide-active .Y_solution_detial_robots_content_sw_left{width: 100%;}
	.Y_solution_detial_robots_content_sw .swiper-slide.swiper-slide-active .Y_solution_detial_robots_content_sw_left:before{display: none;}
	.Y_solution_detial_robots_content_sw .swiper-slide.swiper-slide-active .Y_solution_detial_robots_content_sw_right{padding: 5% 4%;}
	.Y_solution_detial_robots_content_sw_right h4{font-size: 4.8vw;}
	.Y_solution_detial_robots_content_sw_right p{font-size: 3.6vw;margin-top: 3.2vw;}
	.Y_solution_detial_robots_content_sw_right a{width: 42vw;height: 10.8vw;font-family: 3.6vw;border-radius: 5.4vw;margin-top: 5.8vw;}
	.Y_solution_detial_advantage_box{padding: 8vw 0;}
	.Y_solution_detial_advantage_title{font-size: 4.8vw;}
	.Y_solution_detial_advantage_ul{margin-top: 3.2vw;}
	.Y_solution_detial_advantage_ul li{margin-top: 3.8vw;width: 100%;border-radius: 2vw;}
	.Y_solution_detial_advantage_ul_top{padding: 5% 4%;}
	.Y_solution_detial_advantage_ul_top_left img{width: 9vw;margin-right: 3.2vw;}
	.Y_solution_detial_advantage_ul_top_left h4{font-size: 3.6vw;}
	.Y_solution_detial_advantage_ul_top_right{width: 6vw;}
	.Y_solution_detial_video_content a{width: 11vw;height: auto;}
	.Y_solution_detial_video_content h4{font-size: 3.6vw;margin-top: 3.6vw;}
	.Y_solution_detial_case_box{padding: 8vw 0;}
	.Y_solution_detial_case_title{font-size: 4.8vw;}
	.Y_solution_detial_case_sw{margin-top: 5.8vw;}
	.Y_solution_detial_case_sw_right, .Y_solution_detial_case_sw_left{display: none;}
	.Y_solution_detial_case_sw_content{padding: 5% 4%;}
	.Y_solution_detial_case_sw_content_title h4{font-size: 3.8vw;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;overflow: hidden;}
	.Y_solution_detial_case_sw_content_title p{font-size: 3.2vw;margin-top: 1.8vw;}
	.Y_solution_detial_case_sw_content_ul{margin-top: 3.6vw;}
	.Y_solution_detial_case_sw_content_ul li h4{font-size: 3.8vw;}
	.Y_solution_detial_case_sw_content_ul li p{font-size: 3.2vw;margin-top: 1.8vw;}
	.Y_solution_detial_case_sw_content_box{padding: 5% 4%;display: none;}
	.Y_solution_detial_case_sw_content_box_title h4{font-size: 4.2vw;}
	.Y_solution_detial_case_sw_content_box_title p{font-size: 3.6vw;}
	.Y_solution_detial_case_sw_content_box_ul li{margin-top: 3.8vw;padding-left: 0;}
	.Y_solution_detial_case_sw_content_box_ul li:before{display: none;}
	.Y_solution_detial_case_sw_content_box_ul:after{display: none;}
	.Y_solution_detial_case_sw_content_box_ul li h4{font-size: 3.6vw;}
	.Y_solution_detial_case_sw_content_box_ul li p{font-size: 3.2vw;margin-top: 1.8vw;}
	/*.Y_solution_detial_case_sw .swiper-slide{min-height: 184vw;}*/
    .Y_service_banner_content{width: 100%;}
    .Y_service_banner_content h1{font-size: 4.8vw;}
    .Y_service_banner_content h4 strong, .Y_service_banner_content p{font-size: 3.6vw;}
    .Y_service_banner_bg{height: 102vw;}
    .Y_service_login_box .container_1400{width: 100%;}
    .Y_service_login_content_right{margin-top: 5.8vw;}
    .Y_service_login_box{padding: 8vw 0;}
    .Y_service_login_content_right h2{font-size: 4.8vw;}
    .Y_service_login_content_right p{font-size: 3.6vw;margin-top: 3.6vw;}
    .Y_service_login_content_right a{width: 42vw;height: 10.8vw;font-size: 3.8vw;border-radius: 5.4vw;margin-top: 5.8vw;}
	
}















































