.fl {
    float: left;
}

.fr {
    float: right;
}

.pageFooterHead {
    display: none;
}

.pageFooterNav {
    position: relative;
    margin-top: 0;
    padding-top: 120px;
}

.pageFooterNav:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: url(../picture/online.jpg) no-repeat center;
    background-size: cover;
    opacity: 0.07;
}

.flex-table {
    display: -webkit-box;
    display: flex;
    /*-webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;*/
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    align-items: end;
}

.mainIbo .iboxT .zh {
    font-size: 48px;
}

.banner {
    height: auto;
}

#visual {
    position: relative;
    width: 100%;
    height: calc(100vh - 79px);
    background-size: cover !important;
}

.location {
    overflow: hidden;
    padding-top: 50px;
}

.location li {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 20px;
    font-weight: 400;
    font-family: "Montserrat";
    text-transform: capitalize;
}

.location li:before {
    display: inline-block;
    content: ">";
    vertical-align: middle;
    margin: 0px 18px 0 20px;
    color: #fff;
    font-size: 12px;
}

.location li:first-child:before {
    display: none;
}

.location li i img {
    width: 18px;
}


.iboxT .zh span {
    position: relative;
}

.iboxT .zh span:after {
    position: absolute;
    content: '';
    bottom: 4px;
    right: -20px;
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 100%;
    background: #37a6da;
}

.his-color .zh span:after {
    background: #fff;
}




/*contact*/
.mainIbo {
    position: relative;
    background: #fff;
}

.mainIbo_con:before {
    position: absolute;
    content: '';
    text-indent: -9999px;
    color: rgba(0, 0, 0, 0);
    font-size: 0;
    width: 35%;
    height: 100%;
    background: #f8fbfd;
    top: 0;
    left: 0;
}

.contact-box {
    position: relative;
    padding: 110px 150px;
}

.contact-flex {
    position: relative;
    background: #f8fbfd;
    margin-top: -110px;
    padding-top: 80px;
}

.contact-flex:before {
    content: '';
    text-indent: -9999px;
    color: rgba(0, 0, 0, 0);
    font-size: 0;
    width: 110px;
    height: 228px;
    background: url(../images/dot_img2.png);
    position: absolute;
    right: 8%;
    top: -70px;
}

.contact-flex:after {
    content: 'branch office';
    position: absolute;
    right: 0;
    bottom: 188px;
    font-size: 300px;
    color: #046eb8;
    text-transform: uppercase;
    letter-spacing: 0;
    white-space: nowrap;
    font-weight: bold;
    opacity: 0.03;
}

.contact-office {
    width: 100%;
    margin: 0 0 80px;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
    position: relative;
    z-index: 9;
}

.contact-office-r {
    position: relative;
    width: 33.333%;
}

.contact-office li {
    position: relative;
    width: 33.33%;
    background: #fff;
    padding: 50px 30px;
    border-bottom: 1px solid #f1f1f1;
    /*border-top-right-radius: 90px;*/
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.05);
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.contact-office li:hover {
    background: #046eb8;
}

.contact-office li i {
    position: absolute;
    text-transform: uppercase;
    font-size: 240px;
    color: #007ad0;
    font-style: normal;
    top: -25px;
    right: 0;
    font-weight: bold;
    font-family: "Montserrat";
    line-height: 1;
    opacity: 0.03;
}

.contact-office li:hover i {
    color: #fff;
}

.contact-office li:nth-child(2n) {
    border-left: 1px solid #f1f1f1;
}

.contact-office li:nth-last-child(2) {
    border-bottom: none;
}

.contact-office li:last-child {
    border-bottom: none;
}

.contact-office-r li {
    width: 100%;
    border-left: 1px solid #f1f1f1;
}

.contact-office li h3 {
    display: block;
    line-height: 1;
    font-size: 28px;
    font-weight: 400;
    color: #046eb8;
    text-transform: uppercase;
    margin: 0 0 10px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.contact-office li span {
    display: block;
    font-size: 21px;
    color: #9d9d9d;
    font-family: "Montserrat";
    text-transform: uppercase;
    letter-spacing: 0px;
    margin-bottom: 60px;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.contact-office li p {
    font-size: 16px;
    color: #191919;
    line-height: 1.8;
    letter-spacing: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
}

.contact-office li:hover h3,
.contact-office li:hover span,
.contact-office li:hover p {
    color: #fff;
}

.contact-office li a {
    display: inline-block;
    width: 223px;
    height: 64px;
    line-height: 64px;
    border-radius: 50px;
    background: #f8fbfd;
    text-align: center;
    font-size: 17px;
    color: #9d9d9d;
    letter-spacing: 0;
    margin: 20px 0 0 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
}

.contact-office li:hover a {
    background: rgba(255, 255, 255, 0.1);
    color: #fff;
}

.contact_item {
    position: relative;
    margin-top: 50px;
}

/* .contact_item:before {
    position: absolute;
    content: '';
    text-indent: -9999px;
    color: rgba(0,0,0,0);
    font-size: 0;
    width: 100%;
    height: 400px;
    background: #f8fbfd;
    bottom: 0;
    left: 0;
    z-index: 0;
} */
.contact_item .contact-box {
    padding-top: 0;
    padding-bottom: 0;
}

.flex_cell_inner {
    position: relative;
    border: 13px solid #333;
    -webkit-border-image: -webkit-gradient(linear, left top, left bottom, from(#0860a6), to(#38a9db)) 30 30;
    -webkit-border-image: linear-gradient(#0860a6, #38a9db) 30 30;
    -o-border-image: linear-gradient(#0860a6, #38a9db) 30 30;
    border-image: -webkit-gradient(linear, left top, left bottom, from(#0860a6), to(#38a9db)) 30 30;
    border-image: linear-gradient(#0860a6, #38a9db) 30 30;
}

.flex_column {
    position: relative;
    width: 76.15%;
    margin-left: 0;
}

/* .flex_column:before {
    content: '';
    display: inline-block;
    position: absolute;
    left: -67px;
    top: -67px;
    width: 685px;
    height: 565px;
    border: 20px solid #333;
     border-image: -webkit-linear-gradient(#0860a6,#38a9db) 30 30;
     border-image: -moz-linear-gradient(#0860a6,#38a9db) 30 30;
     border-image: linear-gradient(#0860a6,#38a9db) 30 30;
    z-index: 0;
} */
#allmap {
    height: 600px;
    width: 100%;
    margin: 0 auto;
}

.flex_inner {
    margin: 0 3%;
    width: 18.5%;
    padding-top: 70px;
}

.flex_inner li {
    margin-bottom: 30px;
    letter-spacing: 0;
}

.flex_inner li h3 {
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
    color: #046eb8;
    margin-bottom: 15px;
}

.flex_inner li p {
    font-size: 15px;
    color: #333333;
    line-height: 1.6;
}


.consulting_bd {
    background: #fff;
}

.online-bd {
    margin: 50px 0 0;
    -webkit-box-align: stretch;
    align-items: stretch;
}

.online-img {
    width: 45%;
    margin-right: 5%;
    background-size: cover;
    background-position: center;
    opacity: 0.95;
}

.online-box {
    width: 60%;
}

.online-box h3 {
    font-weight: 400;
    font-size: 26px;
    color: #333;
    line-height: 1.4;
}

.online-box h3 span {
    display: block;
}

.online-input {
    margin: 50px 0 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
}

.online-col {
    width: 50%;
    padding-right: 60px;
    margin-bottom: 45px;
}

.online-col p {
    font-size: 16px;
    color: #000;
}

.online-col input {
    width: 100%;
    padding: 18px 0;
    line-height: 30px;
    height: 56px;
    border: none;
    border-bottom: 1px solid #e6e6e6;
    color: #c3c3c3;
    font-size: 15px;
}

.online-text {
    width: 100%;
}

.online-col textarea {
    font-size: 15px;
    padding: 20px 25px;
    height: 180px;
    width: 100%;
    border: 1px solid #e6e6e6;
    margin-top: 15px;
}

.online-col input::-webkit-input-placeholder,
.online-col textarea::-webkit-input-placeholder {
    /* WebKit browsers */
    color: #c3c3c3;
}

.online-col input:-moz-placeholder,
.online-col textarea::-moz-placeholder {
    /* Mozilla Firefox 4 to 18 */
    color: #c3c3c3;
}

.online-col input::-moz-placeholder,
.online-col textarea::-moz-placeholder {
    /* Mozilla Firefox 19+ */
    color: #c3c3c3;
}

.online-col input:-ms-input-placeholder,
.online-col textarea::-ms-input-placeholder {
    /* Internet Explorer 10+ */
    color: #c3c3c3;
}

.online-button {
    position: relative;
    text-align: left;
    width: 100%;
}

.button-bubble {
    display: block;
    width: 160px;
    font-size: 15px;
    padding: 13px 12px 13px 0;
    text-align: center;
    color: #FFFFFF;
    background: -webkit-gradient(linear, left top, right top, from(#0860a6), to(#38a9db));
    background: linear-gradient(to right, #0860a6 0%, #38a9db 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0860a6', endColorstr='#38a9db', GradientType=1);
    border: none;
    font-style: normal;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    z-index: 1;
}

.online-button svg {
    width: 8px;
    height: 14px;
    fill: #fff;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 120px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 9;
}

.online-button:hover svg {
    left: 125px;
}


::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}

::-webkit-scrollbar-track {
    background: #fff;
}

::-webkit-scrollbar-thumb {
    background: #37a6da;
    /*border-radius: 4px;*/
}

::-webkit-scrollbar-thumb:window-inactive {
    background: #37a6da;
}

::-webkit-scrollbar-thumb:vertical:hover {
    background: #37a6da;
}

.position-box {
    padding: 60px 0 0;
}

.recruiting-box {
    margin-top: -90px;
}

.position-tit {
    font-size: 43px;
    line-height: 1;
    color: #333;
    text-align: center;
}

.position-search-box {
    margin: 0 auto;
    width: 720px;
    height: 60px;
    border: 1px solid #37a6da;
}

.position-search-box input[type=text] {
    float: left;
    width: calc(100% - 160px);
    height: 100%;
    line-height: 1.45rem;
    box-sizing: border-box;
    padding: 0 28px;
    font-size: 16px;
    color: #999;
    border: none;
}

.position-search-box input[type=submit] {
    float: right;
    width: 160px;
    height: 100%;
    background-color: #37a6da;
    color: #fff;
    font-size: 16px;
    border: none;
    border-radius: 0;
}

.position-select-box {
    margin-top: 70px;
    position: relative;
    z-index: 9;
}

.position-select-box .row {
    margin: 0 -5px;
}

.position-select-box .item {
    width: 25%;
    float: left;
    box-sizing: border-box;
    padding: 0 5px;
    box-sizing: border-box;
}

.position-select-box .select {
    position: relative;
}

.position-select-box .select .tit {
    display: block;
    width: 100%;
    height: 60px;
    background-color: #e8e8e8;
    line-height: 60px;
    padding: 0 25px;
    box-sizing: border-box;
    font-size: 16px;
    color: #666;
    background-repeat: no-repeat;
    background-position: 91% center;
    background-image: url('../images/pos-select-arrow.png');
}

.position-select-box .select .sub {
    display: none;
    position: absolute;
    left: 0;
    top: 60px;
    width: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    max-height: 144px;
    overflow-y: scroll !important;
    z-index: 9;
}

.position-select-box .select .sub a {
    display: block;
    height: 48px;
    line-height: 48px;
    padding: 0 25px;
    color: #666;
    background-color: #fafafa;
    border-bottom: 1px solid #e8e8e8;
    font-size: 16px;
    box-sizing: border-box;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.position-box .total {
    font-size: .45rem;
    line-height: .55rem;
    color: #666;
    text-align: center;
    margin-top: 1.75rem;
}

.position-box .total span {
    color: #046eb8;
}

.recruit-list {
    margin-top: 60px;
}

.recruit-list li {
    border: 1px solid #e8e8e8;
    border-top: none;
}

.recruit-list li:first-child {
    border-top: 1px solid #e8e8e8;
}

.recruit-list .tit-box {
    position: relative;
    height: 144px;
}

.recruit-list .tit-box .position {
    position: absolute;
    left: 0;
    top: 50%;
    width: 20%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0 2.6vw;
    font-size: 18px;
    line-height: 1;
    color: #333;
    box-sizing: border-box;
}

.recruit-list .tit-box .right {
    float: right;
    width: 80%;
    box-sizing: border-box;
    padding: 2vw 2.6vw;
    border-left: 1px solid #dcdcdc;
}

.recruit-list .list {
    font-size: 0;
}

.recruit-list .list .item {
    display: inline-block;
    *display: inline;
    zoom: 1;
    font-size: 14px;
    line-height: 1.5;
    color: #666;
    margin-bottom: 13px;
    vertical-align: top;
}

.recruit-list .list .item:nth-child(3n+1) {
    width: 46.33%;
}

.recruit-list .list .item:nth-child(3n+2) {
    width: 10.9375vw;
}

.recruit-list .list .item:nth-child(3n) {
    width: 16.9375vw;
}

.recruit-list .list .item span {
    color: #333;
}

.recruit-list .pos-btn {
    position: absolute;
    right: 2.6vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 130px;
    height: 36px;
    line-height: 36px;
    background-color: #e8e8e8;
    padding: 0 15px;
    background-repeat: no-repeat;
    background-position: 100px center;
    background-image: url('../images/recruit-arrow.png');
    box-sizing: border-box;
    color: #666;
    font-size: 14px;
    -webkit-transition: all .2s;
    transition: all .2s;
}

.recruit-list .sub {
    border-top: 1px solid #dcdcdc;
    padding: 2.6vw;
    width: 100%;
    display: none;
}

.recruit-list .sub .con {
    font-size: 14px;
    line-height: 2.5;
    color: #666;
}

.recruit-list .sub .send {
    display: block;
    width: 160px;
    height: 40px;
    line-height: 40px;
    background-color: #046eb8;
    font-size: 14px;
    color: #fff;
    text-align: center;
    margin-top: 55px;
}

.recruit-list li.cur .pos-btn {
    background-color: #046eb8;
    background-image: url('../images/recruit-arrow2.png');
    color: #fff;
}

.recruit-list .page {
    margin-top: 1.25rem;
}

/*contact  end*/


.kc-category-list {
    padding: 30px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    text-align: center;
    background: #fff;
}

.kc-category-list li {
    display: inline-block;
}

.kc-category-list a {
    display: block;
    color: #acadbb;
    font-size: 18px;
    padding: 0 40px;
    position: relative;
}

.kc-category-list li.active a,
.kc-category-list li:hover a {
    color: #046eb8;
}

.kc-category-list li:first-child a {
    padding-left: 0;
}

.kc-category-list li+li a:before {
    content: "";
    display: block;
    width: 1px;
    height: 11px;
    background: #6c7091;
    position: Absolute;
    left: 0;
    top: 50%;
    margin-top: -5.5px;
}

/*news*/
.news_Main {
    text-align: center;
}

.news_item {
    text-align: left;
    margin-top: 60px;
    border-left: 1px solid #e6e6e6;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
}

.news_item li {
    position: relative;
    width: 25%;
    padding: 20px 20px 50px;
    margin-top: -1px;
    border-top: 1px solid #e6e6e6;
    border-right: 1px solid #e6e6e6;
    border-bottom: 1px solid #e6e6e6;
}

.news_item li .news_item_img {
    overflow: hidden;
}

.news_item li img {
    width: 100%;
    -webkit-transition: all 1.3s;
    -webkit-transition: all 1s;
    transition: all 1s;
    height: 220px;
    object-fit: cover;
}

.news_item li:hover img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
}

.news_item_text {
    width: 90%;
}

.news_item li h3 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
    margin-top: 20px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news_item li h3 span {
    display: block;
    border-bottom: 1px solid #fff;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.news_item li:hover h3 span {
    border-bottom: 1px solid #000;
}

.news_item li p {
    margin-top: 60px;
    margin-bottom: 10px;
    font-size: 20px;
    color: #333;
    font-family: "Montserrat";
    font-weight: bold;
}

.news_item li .news_item_text>span {
    position: relative;
    font-size: 20px;
    font-family: "Montserrat";
    color: #333;
}

.news_item li .news_item_text>span:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    background: #000;
    bottom: 0;
    left: 0;
}

.pager {
    margin-top: 60px;
    padding: 0 20px;
    border-radius: 20px;
    display: inline-block;
    vertical-align: top;
    background: #0089d4;
    background: -webkit-gradient(linear, left top, right top, from(#0860a6), to(#38a9db));
    background: linear-gradient(to right, #0860a6 0%, #38a9db 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0860a6', endColorstr='#38a9db', GradientType=1);
    background-size: 100%;
}

.page-prev,
.page-next {
    position: relative;
    display: inline-block;
    vertical-align: top;
    padding: 0;
    width: 40px;
    height: 40px;
    overflow: hidden;
    font-weight: 400;
    text-transform: capitalize;
    color: #fff;
}

.page-prev {
    margin-right: 10px;
}

.page-prev span,
.page-prev i,
.page-next span,
.page-next i {
    position: relative;
    display: inline-block;
    vertical-align: top;
    line-height: 40px;
    width: 40px;
    -webkit-transition: all .3s;
    transition: all .3s;
}

.page-prev svg {
    width: 9px;
    height: 13px;
    fill: #fff;
    position: relative;
    top: -2px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.page-next svg {
    width: 9px;
    height: 13px;
    fill: #fff;
    position: relative;
    top: -2px;
}

.page-prev span,
.page-next span {
    font-size: 14px;
}

.page-prev span {
    text-align: left;
}

.page-prev i,
.page-next i {
    position: absolute;
    top: 0;
    font-size: 24px;
}

.page-prev i {
    left: 100%;
}

.page-next {
    margin-left: 10px;
}

.page-next i {
    right: 100%;
}

.page-prev:hover span,
.page-prev:hover i {
    -webkit-transform: translate3d(-40px, 0, 0);
}

.page-a:hover {
    text-decoration: underline;
    opacity: 1;
}

.page-next:hover span,
.page-next:hover i {
    -webkit-transform: translate3d(40px, 0, 0);
}

.page-a {
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
    font-weight: 300;
    font-size: 12px;
    line-height: 40px;
    color: #fff;
    opacity: .5;
}

.page-a.current {
    font-size: 20px;
    font-weight: 500;
    opacity: 1;
}


.cd-main {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    align-items: stretch;
    overflow: hidden;
}

.cd-list__full {
    width: calc(100% - 400px);
    letter-spacing: 1px;
    padding-right: 7%;
    border-right: 1px solid #efefef;
    padding-bottom: 70px;
}

.cd-list__title {
    position: relative;
    border-bottom: 1px solid rgba(193, 189, 189, 0.4);
    padding-bottom: 34px;
    margin-bottom: 40px;
}

.cd-list__full h3 {
    color: #111;
    line-height: 1.6;
    font-size: 28px;
    margin-bottom: 14px;
    margin-top: 0;
    font-weight: 400;
}

.cd-list__full span {
    text-transform: uppercase;
    font-size: 14px;
    color: rgba(17, 17, 17, 0.5);
}

.cd-list__title .img {
    position: absolute;
    top: 0;
    right: 0;
}

.cd-list__title .img img {
    width: 120px;
}

.cd-list__full h5 {
    display: block;
    color: #333;
    font-size: 22px;
    margin-bottom: 20px;
    font-weight: 400;
}

.cd-list__full h6 {
    display: block;
    color: #333;
    font-size: 18px;
    margin-bottom: 20px;
    font-weight: 400;
}

.cd-list__full p {
    font-size: 15px;
    line-height: 2;
    color: rgba(17, 17, 17, 0.5);
    margin-bottom: 20px;
    text-indent: 2em;
}

.cd-list__full p img {
    display: block;
    max-width: 100%;
}

.cd-push__full {
    position: relative;
    width: 380px;
}

.cd-push__content {
    position: relative;
    width: 100%;
    top: 0;
    bottom: auto;
}

.cd-push__main {
    /*border-left: 1px solid #efefef;*/
    width: 100%;
    padding-left: 50px;
}

.cd-push__content.fixed {
    position: fixed;
    top: 48px;
    bottom: auto;
}

.cd-push__content.pos {
    position: absolute;
    bottom: 0;
    top: auto;
}

.cd-target__box {
    letter-spacing: 1px;
}

.mb-80 {
    margin-bottom: 50px;
}

.cd-target__box span {
    font-size: 20px;
    line-height: 1.4;
    color: #111;
    display: block;
    margin-bottom: 25px;
}

.cd-target__list li {
    margin-bottom: 30px;
    -webkit-transition: all .4s;
    transition: all .4s;
}

.cd-target__list li:hover span {
    text-decoration: underline;
}

.cd-target__list a {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    -webkit-transition: color .4s;
    transition: color .4s;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(17, 17, 17, 0.8);
}

.cd-target__list .current a {
    color: #579632;
}

.cd-target__list a:hover {
    color: #579632;
}

.cd-target__list li .img {
    position: relative;
    width: 140px;
    height: 80px;
    margin-right: 20px;
}

.cd-target__list a img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
}

.cd-target__list a span {
    width: calc(100% - 140px);
    display: block;
    font-size: 15px;
    line-height: 1.8;
    color: rgba(17, 17, 17, 0.8);
    margin-top: 10px;
    margin-bottom: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.topbtm_bar {
    border-top: 1px solid #efefef;
    padding-top: 40px;
}

.topbtm_bar .icon {
    position: relative;
    margin: 0 10px;
    display: inline-block;
}

.topbtm_bar .icon:before {
    content: "";
    -webkit-transition: ease .5s;
    transition: ease .5s;
    display: block;
    z-index: 1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: 1px solid #bebecc;
    position: absolute;
    left: -15px;
    top: 0;
}

.topbtm_bar .next .icon:before {
    right: -15px;
    left: auto;
}

.topbtm_bar a {
    width: 48%;
    height: 30px;
    line-height: 30px;
    color: rgba(17, 17, 17, 0.6);
    letter-spacing: 0.5px;
}

.topbtm_bar a p {
    width: calc(100% - 150px);
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.topbtm_bar a:hover {
    color: #036eb8;
}

.topbtm_bar a.fr {
    text-align: right;
}

.topbtm_bar span {
    margin: 0 10px
}

.topbtm_bar i {
    font-style: normal;
    font-family: "Montserrat";
    font-size: 22px;
}

/*news  end*/

/*product*/
.productMain {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

#mainContent1 {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    align-items: stretch;
    flex-wrap: wrap;
}

.main-ovio-con {
    width: 24%;
    background: #f8fbfd;
    overflow: hidden;
    position: relative;
    top: 0;
    margin: 0 0.5%;
    -webkit-transition: all .8s;
    transition: all .8s;
}

.main-ovio-con:hover {
    top: -15px;
}

/* #mainContent1 .main-ovio-con:nth-child(2n){
    margin-top: 100px;
} */
.main-ovio-con .fl {
    position: relative;
    height: 345px;
    text-align: center;
}

/*.main-ovio-con .fl:before{
    position: absolute;
    content: '';
    background: url(../images/logo1.png) no-repeat center;
    background-size: cover;
    width: 260px;
    height: 50px;
    top: 40px;
    left: 40px;
    opacity: 0.1;
}*/
.main-ovio-con .pd-img {
    position: absolute;
    width: 80%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: inline-block;
}

.main-ovio-con .pd-img img {
    width: 100%;
}

.main-ovio-con .fr {
    position: relative;
    text-align: left;
}

.main-ovio-con .txt-con {
    position: relative;
    display: inline-block;
    padding: 12% 9%;
    width: 100%;
    text-align: left;
}

.main-ovio-con .txt-con .tit-up {
    font-size: 22px;
    letter-spacing: 1px;
    color: #868f9a;
    font-family: "Montserrat";
    text-transform: capitalize;
}

.main-ovio-con .txt-con .tit-up span {
    font-weight: 500;
}

.main-ovio-con .txt-con .tit-down {
    margin: 15px 0 30px;
    font-weight: 500;
    letter-spacing: -0.75px;
    line-height: 1.11em;
    color: #046eb8;
}

/*.main-ovio-con .txt-con .tit-down:after{display: inline-block; margin-left: 4px; content:""; width: 6px; height: 6px; background-color: #fff; border: 4px solid #286abd; -webkit-border-radius: 100%;
-moz-border-radius: 100%;
border-radius: 100%;}*/
.main-ovio-con .txt-con .txt {
    margin-top: 45px;
    font-size: 16px;
    font-weight: 300;
    line-height: 2.2;
    letter-spacing: -0.65px;
    color: #6f6f6f;
    -ms-word-break: keep-all;
    word-break: keep-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}

.main-ovio-con .txt-con .txt span {
    display: block;
}

.main-ovio-con .txt-con .btn-more {
    padding: 9px;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    font-family: "Montserrat";
    font-weight: bold;
    line-height: 1.7;
    color: #626262;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.main-ovio-con:hover .txt-con .btn-more {
    border-color: #046eb8;
    color: #046eb8;
}

.ovio-con01.main-ovio-con .txt-con .btn-more {
    left: 120px
}

.ovio-con02.main-ovio-con .txt-con .btn-more {
    right: 120px;
}

.main-ovio-con .txt-con .btn-more:after {
    display: block;
    content: "";
    width: 0;
    height: 3px;
    background-color: #333;
    position: absolute;
    bottom: -3px;
    left: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/*.main-ovio-con.ovio-con01 .fr:hover .btn-more:after{width: 120px;}
.main-ovio-con.ovio-con02 .fl:hover .btn-more:after{width: 120px;}
.main-ovio-con.ovio-con01 .fr:hover .btn-more{color: #333;}
.main-ovio-con.ovio-con02 .fl:hover .btn-more{color: #333;}*/

.main-ovio-con .cir-con {
    display: block;
    width: 88px;
    height: 88px;
    border: 10px solid #fff;
    text-align: center;
    line-height: 88px;
    position: absolute;
    margin: auto;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    border-radius: 50%;
    display: none;
}

.main-ovio-con .cir-con i {
    display: block;
}

.main-ovio-con.ovio-con01 .fl {
    background: #eaeaea url("../images/develop_con01_bg.png") no-repeat center;
    /*background-size: cover;*/
    /*background: #046eb8;*/
}

.main-ovio-con.ovio-con01 .fr a {
    display: block;
    height: 100%;
}

.main-ovio-con.ovio-con02 .fl {
    text-align: right;
    background: url("../images/main/grad_bg.png") no-repeat 0 0;
}

.main-ovio-con.ovio-con02 .fl a {
    display: block;
    height: 100%;
}

.main-ovio-con.ovio-con01 .cir-con {
    background-color: #38a8db;
}

.main-ovio-con.ovio-con02 .cir-con {
    background-color: #38a8db;
}


.content__main {
    position: relative;
    margin-top: 60px;
    padding-bottom: 110px;
    overflow: hidden;
}

.content__main::before {
    content: '';
    position: absolute;
    top: 80px;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f8fbfd;
}

.content__visual {
    width: 50%;
    position: relative;
    height: 680px;
}

.content__visual img {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.content__side {
    width: 50%;
    position: relative;
    padding: 170px 8% 0;
}

.content__side::before {
    content: '';
    position: absolute;
    left: 50px;
    top: 110px;
    background: url(../images/dot_bg.png);
    width: 215px;
    height: 202px;
    background-size: cover;
    opacity: 0.6;
}

.content__side h3 {
    font-size: 34px;
    line-height: 1.4;
    color: #046eb8;
    font-weight: 500;
    -webkit-transition: none;
    transition: none;
}

.content__side span {
    position: relative;
    display: block;
    font-size: 24px;
    letter-spacing: 1px;
    line-height: 1.4;
    color: #999;
    padding-top: 6px;
    text-transform: uppercase;
    /* font-weight: bold; */
    margin-bottom: 30px;
}

.content__side span:after {
    content: "";
    display: block;
    width: calc((45px + 2.5vw)/2);
    height: 1px;
    margin-top: 25px;
    background-color: #001446;
}

.content__side p {
    color: rgba(0, 0, 0, 0.8);
    font-size: 14px;
    line-height: 2;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.content_Box{
    display: flex;
    margin-top: 30px;
}
.content_Box .btn{
    cursor: '';
    width: 40px;
    height: 40px;
    border: 1px solid #aaa;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
}
.content_swiper .swiper-slide{
    opacity: 0 !important;
}
.content_swiper .swiper-slide-active{
    opacity: 1 !important;
}
.content_Box .btn svg{
    width: 50%;
    height: 50%;
}
.content_Box .btn svg path{
    fill: #999;
}
.content_Box .btn:hover{
    background: #046eb8;
    border: 1px solid #046eb8;
}
.content_Box .btn:hover svg path{
    fill: #fff;
}
.content_prev{
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}


.pro_section {
    position: relative;
    overflow: hidden;
    padding-bottom: 128px;
}

.pro_section::before {
    content: "";
    position: absolute;
    top: 58%;
    left: 0;
    width: 100%;
    height: 100%;
    background: #f2f2f2;
}

.pro_section .insulation__title {
    text-align: center;
}


.coreMain {
    position: relative;
}

/* .coreMain::before {
    content: "";
    position: absolute;
    top: 71%;
    left: 0;
    width: 100%;
    height: 29%;
    background: #f2f2f2;
} */

.indPro_cor {
    /* max-width: 1350px; */
    margin: 0 auto;
    width: 100%;
    position: relative;
}

.indPro_box_core {
    position: relative;
    margin-top: 70px;
}

/*  */
.imgDemo .slick-list {
    overflow: visible;
}

.imgDemo .slick-prev i {
    background-image: url(../images/btn_1.png);
}

.imgDemo .slick-next i {
    background-image: url(../images/btn_2.png);
}

.imgDemo_a {
    position: relative;
    top: 0;
    width: 48%;
    float: left;
    margin: 0 1% 2%;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.imgDemo_a:hover{
    top: -15px;
}
.imgDemo_a h3 {
    font-family: "Montserrat";
    font-size: 27px;
    letter-spacing: 0;
    margin-bottom: 18px;
    text-transform: uppercase;
    color: #036eb8;
}

.imgDemo_a img {
    width: 100%;
}

/* .imgDemo_a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    -webkit-transition: opacity 0.5s;
    -moz-transition: opacity 0.5s;
    -ms-transition: opacity 0.5s;
    -o-transition: opacity 0.5s;
    transition: opacity 0.5s;
    opacity: 0.35;
    z-index: 5;
} */

.imgDemo_a.slick-current::before {
    opacity: 0;
}

.imgDemo_a img {
    width: 100%;
}

.imgCore {
    position: relative;
    width: 100%;
    height: 60vh;
    overflow: hidden;
}

.imgCore img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

/*  */
.txtDemo {
    position: absolute;
    top: 66%;
    left: 0;
    width: 80%;
    /* width: 975px; */
    background: #f2f2f2;
    padding: 12px 0 28px;
}

.txtDemo_div {
    position: relative;
    width: 80%;
    display: block;
    position: absolute;
    width: 80%;
    display: block;
    left: 0;
    bottom: 0px;
    background: #f2f2f2;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -webkit-transition-delay: 0.8s;
    transition-delay: 0.8s;
    z-index: 9;
}

.imgDemo_a.slick-active .txtDemo_div {
    opacity: 1;
    bottom: 0;
}

.txtDemo_div .prd {
    position: absolute;
    top: 0;
    left: 0;
    width: 177px;
    height: auto;
}

@media (max-width: 1420px) {
    .txtDemo_div .prd {
        width: 20%;
    }
}

.txtDemo_div .prd img {
    width: 100%;
    height: 100%;
    display: block;
}

.txtDemo_div .txt-group {
    color: #222;
    outline: none;
    padding: 35px;
}

.txtDemo_div .txt-group .txt-01 {
    font-size: 25px;
    line-height: 1;
    padding-right: 20px;
    letter-spacing: 0.5px;
    margin-bottom: 17px;
}


.txtDemo_div .txt-group .txt-02 {
    padding-right: 40px;
    font-size: 14px;
    line-height: 1.7;
    letter-spacing: 0.5px;
    font-weight: 500;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 1420px) {
    .txtDemo_div .txt-group .txt-01 {
        font-size: 23px;
    }
    .indPro_box_core{
        margin-top: 50px;
    }
}

.txtDemo_div .more-btn {
    position: absolute;
    top: -40px;
    right: -40px;
    display: block;
    width: 80px;
    height: 80px;
    background: #036eb8;
    font-size: 24px;
    color: #fff;
    text-align: center;
    line-height: 80px;
    border-radius: 100%;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.imgDemo_a:hover .txtDemo_div .more-btn {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
}

.txtDemo_div .more-btn i {
    position: absolute;
    font-size: 42px;
    color: #fff;
    font-style: normal;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    line-height: 25px;
    display: block;
    width: 32px;
    height: 32px;
}


.process-list {
    margin: 100px 0;
}

.process-list ul {
    width: 100%;
    padding: 0 4%;
    position: relative;
}

.process-list ul .process-line {
    position: absolute;
    top: 50%;
    margin-top: 4.5px;
    left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 1px;
    background-color: #ddd;
}

.process-list ul .process-line.m-line {
    display: none;
}

.process-list ul li {
    position: relative;
    width: 12.5%;
    min-height: 200px;
    float: left;
    bottom: -6px;
    left: 0px;
    height: 63px;
    text-align: center;
}

.process-list ul li .icon {
    position: absolute;
    display: inline-block;
    width: 100%;
    text-align: center;
    top: 0;
    left: 0;
}

.process-list ul li .icon img {
    display: inline-block;
    height: 47px;
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

/* dot */
.process-list ul li .dot {
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -4.5px;
    left: 50%;
    width: 9px;
    height: 9px;
    margin-left: -4.5px;
    background-color: #ddd;
    border-radius: 50%;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.process-list ul li .dot:before {
    position: absolute;
    top: 50%;
    margin-top: -9.5px;
    left: 50%;
    margin-left: -9.5px;
    display: block;
    content: '';
    width: 15px;
    height: 15px;
    border: 2px solid #22b1bc;
    border-radius: 50%;
    opacity: 0;
    -webkit-transition: all 0.5s ease-out;
    transition: all 0.5s ease-out;
}

.process-list ul li strong {
    position: absolute;
    display: inline-block;
    width: 100%;
    text-align: center;
    font-weight: 400;
    bottom: 0;
    left: 0;
    color: #222;
    font-size: 24px;
    letter-spacing: -0.5px;
}

.process-list ul li strong em {
    display: block;
    margin-bottom: 20px;
    width: 100%;
    font-size: 15px;
}

.process-list .en li strong {
    font-size: 17px;
}

/* active */
.process-list ul li.active .icon img {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
}

.process-list ul li.active .dot {
    background-color: #0ba9b5;
}

.process-list ul li.active .dot:before {
    opacity: 1;
}

.product-Main {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    align-items: stretch;
}

.banner_left {
    float: left;
    width: 250px;
    background-color: #f7f7f7;
    padding-bottom: 140px;
}

.pro-info-left {
    position: relative;
}

.pro-info-left h3 {
    width: 50px;
    font-size: 50px;
    line-height: 1.2;
    color: #dedede;
    margin-top: 60px;
    margin-left: 50px;
    font-weight: 500;
}

.pro-info-left span {
    position: absolute;
    display: block;
    width: 400px;
    font-size: 35px;
    line-height: 1;
    color: #dedede;
    font-family: "Montserrat";
    font-weight: bold;
    margin-top: 50px;
    margin-left: 50px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    word-wrap: break-word;
    text-transform: uppercase;
    top: 200px;
    left: -95px;
}

.banner_left img {
    padding-left: 58px;
    padding-top: 50px;
}

.banner_right {
    width: 100%;
    float: left;
}
.banner_right .tab-box{
    align-items: stretch;
    background: #fbfbfb;
    border: 1px solid #e2e2e2;
    min-height: 550px;
}
.imager_kv_tet {
    float: left;
    width: 60%;
    z-index: 2;
    position: relative;
}
.imager_kv_title{
    border-bottom: 1px solid #e2e2e2;
    padding-left: 5%;
    padding-bottom: 20px;
}
.imager_kv_tet img {
    width: 80px;
    background: #37a6da;
    border-radius: 50%;
    padding: 10px;
    border: 6px solid rgb(231, 231, 231);
}

.imager_kv_tet h1 {
    color: #036eb8;
    font-size: 30px;
    padding-top: 30px;
    padding-bottom: 15px;
    line-height: 1;
}

.imager_kv_tet span {
    display: block;
    text-transform: capitalize;
    letter-spacing: 0;
    font-family: "Montserrat";
    font-size: 26px;
}

.imager_kv_tet p {
    color: #666;
    font-size: 15px;
    line-height: 2;
    padding-top: 20px;
    position: relative;
    z-index: 3;
    height: 148px;
}

.tab_shadow {
    margin-left: 35px;
    padding-top: 5px;
    width: 214px;
    height: 59px;
    background-image: url(../images/btn_shadow.png);
    background-position: top center;
}

.imager_kv_btn {
    margin-left: 6px;
    width: 200px;
    height: 46px;
    background-image: url(../images/btn_bg.png);
    background-repeat: repeat-x;
    background-size: auto 100%;
    border: #d9d9d9 solid 1px;
    border-radius: 4px;
    overflow: hidden;
}

.imager_kv_btn li {
    width: 50%;
    float: left;
}

.imager_kv_btn li.set1 {
    background-image: url(../images/btn_line.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.imager_kv_btn a {
    width: 100px;
    text-align: center;
    line-height: 46px;
    display: block;
    color: #888;
    font-size: 14px;
    transition: .15s linear;
    -moz-transition: .15s linear;
    -webkit-transition: .15s linear;
    overflow: hidden;
}

.imager_kv_btn a.f-left {
    width: 99px;
}

.imager_kv_btn a.f-right {
    float: left;
}

.imager_kv_btn a:hover {
    color: #fff;
    background-color: #37a6da;
}

.imager_kv_btn.tab-title1 li.actived a:hover {
    color: #fff;
}

.imager_kv_img {
    position: relative;
    float: left;
    width: 40%;
}

.imager_kv_img_tit {
    width: 100%;
    height: 500px;
    background: #eaeaea url(../images/develop_con01_bg.png) no-repeat center;
    position: absolute;
    top: 50%;
    margin-top: -250px;
    right: 0;
    z-index: 1;
}

.imager_kv_img_tit p {
    font-size: 17vw;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.02);
    text-transform: uppercase;
    text-align: center;
}

.imager_kv_img_tit img {
    padding-left: 70px;
}

.imager_kv_img1 {
    z-index: 2;
    position: relative;
    height: 100%;
    background: #eaeaea url(../images/develop_con01_bg.png) no-repeat center;
}

.imager_kv_img1 img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.pro-form table{
    width: 100%;
    letter-spacing: 0;
    font-size: 13px;
}
.pro-form tr{
    border-bottom: 1px solid #e2e2e2;
    text-align: center;
    vertical-align: middle;
}
.pro-form th{
    border-right: 1px solid #e2e2e2;
    vertical-align: middle;
    padding: 15px 0;
}
.pro-form th:last-child,
.pro-form td:last-child{
    border-right: none;
}
.pro-form tr td{
    border-right: 1px solid #e2e2e2;
    vertical-align: middle;
    padding: 15px 0;
}
.sec1 {
    background-image: url(../images/imager_bg.jpg);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    background-color: #f7f7f7;
    position: relative;
}

.sec1 .tab-box {
    width: 100%;
    height: auto;
}

.sec1 .tab_top {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    padding-top: 50px;
    padding-bottom: 25px;
    margin-bottom: 50px;
}

.sec1 .tab_top1 {
    width: 1300px;
    margin: 0 auto;
    background: #fff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    padding-top: 100px;
    padding-bottom: 130px;
}

.sec1 .tab-title1 {
    margin: 0 auto;
    padding-top: 256px;
    position: relative;
    z-index: 2;
}

.sec1 .tab-title1 li {
    position: relative;
    padding-bottom: 42px;
    margin: 0 auto;
}

.sec1 .tab-title1 li a {
    color: #fff;
    text-align: center;
    transition: .15s linear;
    -moz-transition: .15s linear;
    -webkit-transition: .15s linear;
}

.sec1 .tab-title1 li a h1 {
    font-size: 32px;
    line-height: 1;
    font-weight: 500;
}

.sec1 .tab-title1 li a p {
    font-size: 28px;
    color: #fff;
    padding-top: 12px;
    line-height: 1;
    font-family: "Montserrat";
}

.tab-main {
    width: 100%;
    position: relative;
}

.tab-box-t {
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    margin-bottom: 80px;
    padding: 50px;
}

.tab-box-t table {
    width: 100%;
    letter-spacing: 0.5px;
}

.tab-box-t tr {
    width: 100%;
    background: #fff;
}

.tab-box-t tr:nth-child(2n) {
    background: #f7f7f7;
}

.tab-box-t th {
    position: relative;
    height: 70px;
    line-height: 70px;
    font-size: 20px;
    color: #333;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-right: 1px solid #fff;
    background-color: #d4d4d4;
}

.tab-box-t th:before {
    content: '01';
    position: absolute;
    font-size: 70px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.2);
    width: 100%;
    line-height: 83px;
    top: 0;
    left: 0;
    text-align: center;
}

.tab-box-t th:nth-child(2):before {
    content: '02';
}

.tab-box-t th:nth-child(3):before {
    content: '03';
}

.tab-box-t td {
    height: 40px;
    border: 1px solid #f2f2f2;
    font-size: 14px;
    color: #0d0d0d;
    text-align: center;
    line-height: 1.8;
    vertical-align: middle;
}

/*product  end*/

/* business */
.section-service {
    margin-top: 206px;
}

.mask {
    overflow: hidden;
}

.mask-full {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.section-service .service-items .item {
    margin-bottom: 17.333333333333336vw;
    position: relative;
}

.section-service .service-items .bg {
    z-index: 0;
}

.section-service .service-items .box {
    box-shadow: 0px 0px 50px 2px rgba(0, 0, 0, 0.1);
    background: #fff;
    box-sizing: border-box;
    padding: 10.666666666666668vw 10.666666666666668vw 9.333333333333334vw;
    position: relative;
    width: 89.33333333333333vw;
    z-index: 1;
}

@media only screen and (min-width: 768px) {
    .section-service .service-items .box {
        padding: 60px 80px 70px;
        width: 42.1875%;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .section-service .service-items .box {
        padding: 30px 30px 35px;
    }
}

.section-service .service-items .box .subheading {
    margin-bottom: 4.8vw;
}

@media only screen and (min-width: 768px) {
    .section-service .service-items .box .subheading {
        margin-bottom: 40px;
    }
}

.section-service .service-items .box .subheading .en,
.section-service .service-items .box .subheading .ja {
    display: block;
}

.section-service .service-items .box .subheading .en {
    font-size: 2.533333333333333vw;
    line-height: 1;
    letter-spacing: 0.15em;
    color: #37a6da;
}

@media only screen and (min-width: 768px) {
    .section-service .service-items .box .subheading .en {
        font-size: 21px;
        line-height: 1;
        letter-spacing: 0.5px;
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .section-service .service-items .box .subheading .en {
        font-size: 1.1rem;
        line-height: 1;
    }
}

.section-service .service-items .box .subheading .ja {
    font-size: 5.600000000000001vw;
    line-height: 1.476190476190476;
    letter-spacing: 0.5px;
    margin-top: 1.6vw;
}

@media only screen and (min-width: 768px) {
    .section-service .service-items .box .subheading .ja {
        font-size: 30px;
        line-height: 1;
        margin-top: 15px;
    }
}

.section-service .service-items .box .text-lead {
    font-size: 17px;
    line-height: 1.857142857142857;
    letter-spacing: 0.1em;
    font-weight: bold;
    margin-bottom: 22px;
}

.section-service .service-items .box .text {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis;
}
.section-service .service-items .box a{
    display: block;
    margin-top: 20px;
}
.section-service .service-items .box .btn-more {
    padding: 9px;
    border-bottom: 1px solid #ccc;
    font-size: 18px;
    font-family: "Montserrat";
    font-weight: bold;
    line-height: 1.7;
    color: #626262;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.section-service .service-items .box:hover .btn-more {
    border-color: #046eb8;
    color: #046eb8;
}
@media only screen and (min-width: 768px) {
    .section-service .service-items .item-1 {
        margin-bottom: 17.96875%;
    }
}

.section-service .service-items .item-1 .bg {
    background: #036eb8;
}

@media only screen and (max-width: 767px) {
    .section-service .service-items .item-1 .bg {
        position: absolute;
        bottom: -40.8vw;
        right: 0;
        width: 73.33333333333333vw;
        height: 94.66666666666667vw;
    }
}

@media only screen and (min-width: 768px) {
    .section-service .service-items .item-1 .bg {
        position: absolute;
        bottom: -314px;
        left: 0;
        width: 71.25%;
        height: 599px;
    }
}

.section-service .service-items .item-1 .img-container {
    width: 100%;
    position: relative;
    width: 93.33333333333333vw;
    height: auto;
    margin-left: auto;
}

.section-service .service-items .item-1 .img-container::before {
    content: "";
    display: block;
    padding-top: 69.42857142857143%;
}

.section-service .service-items .item-1 .img-container>* {
    position: absolute;
}

@media only screen and (min-width: 768px) {
    .section-service .service-items .item-1 .img-container {
        width: 100%;
        position: relative;
        position: absolute;
        top: -35.19417475728155%;
        right: 0;
        width: 56.25%;
        height: auto;
    }

    .section-service .service-items .item-1 .img-container::before {
        content: "";
        display: block;
        padding-top: 60.444444%;
    }

    .section-service .service-items .item-1 .img-container>* {
        position: absolute;
    }
}

.section-service .service-items .item .img {
    background-size: cover;
    background-position: center;
}

.section-service .service-items .item-1 .img {
    position: absolute;
    top: -21px;
    left: 0;
    width: 100%;
    height: calc(100% + 42px);
    /* background: url("../picture/service-img-1.jpg") center top no-repeat; */
    background-size: cover;
}

@media only screen and (min-width: 768px) {
    .section-service .service-items .item-1 .img {
        position: absolute;
        top: -35px;
        left: 0;
        width: 100%;
        height: calc(100% + 70px);
        /* background: url("../picture/service-img-1.jpg") center top no-repeat; */
        background-size: cover;
    }
}

.section-service .service-items .item-1 .box {
    position: relative;
    margin: -9.333333333333334vw 0 0;
}

@media only screen and (min-width: 768px) {
    .section-service .service-items .item-1 .box {
        margin: 0 0 0 12.5%;
        width: 45.3125%;
    }
}

@media only screen and (min-width: 768px) {
    .section-service .service-items .item-2 {
        margin-bottom: 24.609375%;
    }
}

.section-service .service-items .item-2 .bg {
    position: absolute;
    top: 23.466666666666665vw;
    right: 0;
    background: #f8fbfd;
    width: 50.13333333333333vw;
    height: 400vw;
}

@media only screen and (min-width: 768px) {
    .section-service .service-items .item-2 .bg {
        width: 100%;
        position: relative;
        position: absolute;
        top: 19.902912621359224%;
        right: 0;
        width: 50%;
        height: auto;
    }

    .section-service .service-items .item-2 .bg::before {
        content: "";
        display: block;
        padding-top: 100%;
    }

    .section-service .service-items .item-2 .bg>* {
        position: absolute;
    }
}

.section-service .service-items .item-2 .img-container {
    width: 100%;
    position: relative;
    width: 78.66666666666666vw;
    height: auto;
}

.section-service .service-items .item-2 .img-container::before {
    content: "";
    display: block;
    padding-top: 83.22033898305085%;
}

.section-service .service-items .item-2 .img-container>* {
    position: absolute;
}

@media only screen and (min-width: 768px) {
    .section-service .service-items .item-2 .img-container {
        width: 100%;
        position: relative;
        position: absolute;
        top: -24.271844660194176%;
        left: 7.8125%;
        width: 50.78125%;
        height: auto;
    }

    .section-service .service-items .item-2 .img-container::before {
        content: "";
        display: block;
        padding-top: 66.15384615384615%;
    }

    .section-service .service-items .item-2 .img-container>* {
        position: absolute;
    }
}

.section-service .service-items .item-2 .img {
    /* background: url("../picture/service-img-2.jpg") center top no-repeat; */
    background-size: cover;
    position: absolute;
    top: -26px;
    left: 0;
    width: 100%;
    height: calc(100% + 52px);
}

@media only screen and (min-width: 768px) {
    .section-service .service-items .item-2 .img {
        /* background: url("../picture/service-img-2.jpg") center top no-repeat; */
        background-size: cover;
        position: absolute;
        top: -83px;
        left: 0;
        width: 100%;
        height: calc(100% + 166px);
    }
}

@media only screen and (min-width: 768px) and (max-width: 959px) {
    .section-service .service-items .item-2 .img {
        top: -16.990291262135923%;
    }
}

.section-service .service-items .item-2 .box {
    margin: -8vw 0 0 auto;
}

@media only screen and (min-width: 768px) {
    .section-service .service-items .item-2 .box {
        margin: 0 0 0 45.3125%;
    }
}

@media only screen and (min-width: 768px) {
    .section-service .service-items .item-3 {
        margin-bottom: 19.15625%;
    }
}

.section-service .service-items .item-3 .bg {
    position: absolute;
    top: 0;
    left: 0;
    background: #036eb8;
    width: 52vw;
    height: 84vw;
}

@media only screen and (min-width: 768px) {
    .section-service .service-items .item-3 .bg {
        width: 100%;
        position: relative;
        position: absolute;
        top: -30.339805825242717%;
        left: 21.09375%;
        width: 62.5%;
        height: auto;
    }

    .section-service .service-items .item-3 .bg::before {
        content: "";
        display: block;
        padding-top: 58.75%;
    }

    .section-service .service-items .item-3 .bg>* {
        position: absolute;
    }
}

.section-service .service-items .item-3 .img-container {
    width: 100%;
    position: relative;
    width: 100%;
    height: 60vw;
}

.section-service .service-items .item-3 .img-container::before {
    content: "";
    display: block;
    padding-top: 50%;
}

.section-service .service-items .item-3 .img-container>* {
    position: absolute;
}

@media only screen and (min-width: 768px) {
    .section-service .service-items .item-3 .img-container {
        width: 100%;
        position: relative;
        width: 65.625%;
        height: auto;
        position: absolute;
        top: -44.90291262135923%;
        right: 0;
    }

    .section-service .service-items .item-3 .img-container::before {
        content: "";
        display: block;
        padding-top: 50%;
    }

    .section-service .service-items .item-3 .img-container>* {
        position: absolute;
    }
}

.section-service .service-items .item-3 .img {
    position: absolute;
    top: -22px;
    left: 0;
    width: 100%;
    height: calc(100% + 44px);
    /* background: url("../picture/service-img-3.jpg") center top no-repeat; */
    background-size: cover;
}

@media only screen and (min-width: 768px) {
    .section-service .service-items .item-3 .img {
        /* background: url("../picture/service-img-3.jpg") center top no-repeat; */
        background-size: cover;
        position: absolute;
        top: -78px;
        left: 0;
        width: 100%;
        height: calc(100% + 156px);
    }
}

@media only screen and (max-width: 767px) {
    .section-service .service-items .item-3 .box {
        margin: -8vw auto 0;
        width: 86.66666666666667vw;
    }
}

@media only screen and (min-width: 768px) {
    .section-service .service-items .item-3 .box {
        margin: 0 0 0 7.8125%;
    }
}

.section-service .service-items .item-4 {
    margin-bottom: 10.15625%;
}

.section-service .service-items .item-4 .img-container {
    width: 62.5%;
    position: absolute;
    top: -44.90291262135923%;
    left: 7.8125%;
}

.section-service .service-items .item-4 .img-container::before {
    content: "";
    display: block;
    padding-top: 55.15384615384615%;
}

.section-service .service-items .item-4 .img-container>* {
    position: absolute;
}

.section-service .service-items .item-4 .img {
    /* background: url(../picture/service-img-2.jpg) center top no-repeat; */
    background-size: cover;
    position: absolute;
    top: -83px;
    left: 0;
    width: 100%;
    height: calc(100% + 166px);
}

.section-service .service-items .item-4 .bg {
    position: absolute;
    top: 19.902912621359224%;
    right: 0;
    width: 42.1875%;
    background: #f8fbfd;
}

.section-service .service-items .item-4 .bg::before {
    content: "";
    display: block;
    padding-top: 100%;
}

.section-service .service-items .item-4 .box {
    margin: 0 0 0 45.3125%;
}

/* business  end */

/* about */
.aboutCompany {
    position: relative;
}

.aboutCompany::before {
    position: absolute;
    content: '';
    width: 42%;
    height: 65%;
    background: #f8fbfd;
    top: 35%;
    left: 0;
}

.aboutProfile {
    position: relative;
    -webkit-box-align: stretch;
    align-items: stretch;
    padding-top: 60px;
}

.aboutItem_Img {
    width: 62%;
}

.about_img {
    position: relative;
    padding-top: 60%;
}

.about_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
}

.aboutItem_Text {
    position: relative;
    width: 67.8%;
    margin-left: -25.8%;
}

.about_text {
    background: #fff;
    padding: 105px 115px;
    margin: 15% 0 0;
    position: relative;
    color: #343434;
}

.about_text:before {
    content: '';
    width: 215px;
    height: 202px;
    background: url(../images/dot_bg.png) center center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 17px;
    left: 14px;
    /* opacity: 0; */
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    -webkit-transition-delay: 0.5s;
    transition-delay: 0.5s;
}
.about_scroll{
    height: 440px;
    overflow: hidden;
    overflow-y: scroll;
}
.about_scroll::-webkit-scrollbar
{
	width: 6px;
	height: 16px;
	background-color: #F5F5F5;
}
 
/*定义滚动条轨道 内阴影+圆角*/
.about_scroll::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}
 
/*定义滑块 内阴影+圆角*/
.about_scroll::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #555;
}
.about_text span {
    font-size: 40px;
    display: block;
    font-family: "Montserrat";
    text-transform: uppercase;
}

.about_text h3 {
    font-size: 34px;
    font-weight: 500;
    margin-bottom: 30px;
}

.about_text p {
    color: #666;
    line-height: 2;
    margin-bottom: 10px;
    font-size: 14.5px;
    word-break: keep-all;
}

.about_sec1_img {
    margin-top: 30px;
}

.about_sec1_img img {
    margin-right: 20px;
}


.aboutCulture {
    background: #fff;
}
.quality-con-02{
    width: 100%;
    position: relative;
    margin-top: 60px;
    overflow: hidden;
}
ul.quality-list-group li {
    width: 25%;
    height: 40vh;
    min-height: 450px;
    float: left;
    display: table;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

ul.quality-list-group li.quality-list01 {
    background-color: #f2f2f2;
}

ul.quality-list-group li.quality-list02 {
    background-color: #fbfbfb;
}

ul.quality-list-group li.quality-list03 {
    background-color: #f2f2f2;
}

ul.quality-list-group li.quality-list04 {
    background-color: #fbfbfb;
}

ul.quality-list-group li .quality-list-txt {
    text-align: center;
    padding-top: 20%;
    /* display: table-cell;
    vertical-align: middle; */
}

ul.quality-list-group li .quality-list-txt .num {
    font-size: 80px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.1);
    font-family: "Montserrat";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

ul.quality-list-group li .quality-list-txt .tit {
    font-size: 33px;
    letter-spacing: -0.75px;
    color: #1b1b1b;
    font-weight: 300;
    text-transform: uppercase;
    font-family: "Montserrat";
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

ul.quality-list-group li .quality-list-txt .tit span {
    padding-right: 10px;
    font-size: 24px;
}

ul.quality-list-group li .quality-list-txt .txt {
    margin-top: 10px;
    width: 80%;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.8;
    font-weight: 300;
    color: #666;
    padding-top: 15px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.quality-center-img img {
    display: block;
    width: 23vw;
    max-width: 388px;
    height: auto;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}

ul.quality-list-group li.quality-list01:hover {
    background: url("../images/quality_bg_img01.jpg") no-repeat center center;
    background-size: cover;
}

ul.quality-list-group li.quality-list02:hover {
    background: url("../images/quality_bg_img02.jpg") no-repeat center center;
    background-size: cover;
}

ul.quality-list-group li.quality-list03:hover {
    background: url("../images/quality_bg_img03.jpg") no-repeat center center;
    background-size: cover;
}

ul.quality-list-group li.quality-list04:hover {
    background: url("../images/quality_bg_img04.jpg") no-repeat center center;
    background-size: cover;
}

ul.quality-list-group li:hover .quality-list-txt .num {
    color: rgba(255, 255, 255, 0.3);
}

ul.quality-list-group li:hover .quality-list-txt .tit {
    color: #fff;
}

ul.quality-list-group li:hover .quality-list-txt .txt {
    color: #fff;
}


.fixedImg {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}

.history-box {
    color: #fff;
    position: relative;
    letter-spacing: 0;
}

.history-box a:link,
.history-box a:visited {
    color: #fff;
}

.history-box a:active,
.history-box a:hover {
    color: #fff;
}

.pageIbox-left,
.pageIbox-right {
    float: left;
    display: block;
}

.pageIbox-left {
    padding-left: 13%;
    width: 62%;
}

.history-box .pageIbox-left {
    background: url(../images/balck_30.png) repeat;
    background: none rgba(0, 0, 0, 0.3);
}

.history-con {
    padding: 120px 0px 100px;
    width: 580px;
}

.history-con .iboxT {
    margin-bottom: 80px;
}

.history-time {
    padding-left: 43px;
    position: relative;
    font-family: "Montserrat";
    font-weight: bold;
    font-size: 56px;
    letter-spacing: 1px;
    margin-bottom: 35px;
    line-height: 1.4;
    display: none;
}

.history-time i {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #ffffff;
    background-color: rgba(255, 255, 255, 0.8);
    float: left;
    position: absolute;
    left: 10px;
    top: 50%;
    margin-top: -11px;
}

.history-time i:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    position: absolute;
    left: 0%;
    top: 0%;
    animation: bannerbuIn infinite linear 1.5s normal;
    -webkit-animation: bannerbuIn infinite linear 1.5s normal;
}

@-webkit-keyframes bannerbuIn {
    0% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

@keyframes bannerbuIn {
    0% {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    100% {
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(2);
        transform: scale(2);
    }
}

.history-con .t {
    font-size: 17px;
    line-height: 1.5;
    letter-spacing: 1px;
    overflow: hidden;
    margin-bottom: 15px;
    word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.history-con .c {
    line-height: 1.8;
    margin-bottom: 65px;
}

.history-box .pageIbox-right {
    position: relative;
}

.history-demo .slick-dots {
    position: relative;
    bottom: auto;
    z-index: 104;
    width: 100%;
    left: auto;
    text-align: left;
    display: none !important;
    margin-top: 25px;
}

.history-demo .slick-dots li {
    position: relative;
    display: block;
    float: left;
    width: auto;
    padding: 0px;
    height: 10px;
    margin: 0px 10px 0px 0px;
    cursor: pointer;
}

.history-demo .slick-dots li a {
    height: 10px;
    width: 10px;
    line-height: 10px;
    text-indent: -10em;
    display: block;
    overflow: hidden;
    padding: 0px;
    cursor: pointer;
    border-radius: 50%;
    background: none #d0d0d0;
}

.history-demo .slick-dots li a:focus {
    outline: none;
}

.history-demo .slick-dots li.slick-active a {
    background: none #036eb8;
}

.history-year {
    position: absolute;
    left: 62%;
    bottom: 24%;
    text-align: right;
    letter-spacing: 0.5px;
}

.history-num {
    position: absolute;
    right: 4%;
    bottom: 12%;
    text-align: center;
}

.history-num .num {
    width: 150px;
    height: 122px;
    font-size: 102px;
    text-align: center;
    font-family: "Montserrat";
    font-weight: bold;
    line-height: 1.2;
    background: url(../images/his.png) no-repeat center;
    background-size: cover;
}

.history-num .c {
    font-size: 17px;
    line-height: 1.6;
    margin-top: 30px;
}

.history-year-ul li {
    width: 202px;
    padding-left: 10px;
    border-left: 3px solid #fff;
    cursor: pointer;
    height: 68px;
    line-height: 1.7;
    font-size: 43px;
    overflow: hidden;
    margin-bottom: 20px;
    text-align: left;
    font-family: "Montserrat";
    position: relative;
    letter-spacing: 0.5px;
    transition: 0.6s;
    -webkit-transition: 0.6s;
    z-index: 1;
}

.history-year-ul li:before {
    content: "";
    width: 0;
    height: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    bottom: 0px;
    z-index: -1;
    transform-origin: 100%;
    -webkit-transform-origin: 100%;
    -webkit-transition: .3s cubic-bezier(.4, 0, .2, 1);
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    transition: .3s cubic-bezier(.4, 0, .2, 1);
    -webkit-transition: .3s cubic-bezier(.4, 0, .2, 1), .3s cubic-bezier(.4, 0, .2, 1);
    transition: .3s cubic-bezier(.4, 0, .2, 1), .3s cubic-bezier(.4, 0, .2, 1);
    /* transform: scaleX(0);
    -webkit-transform: scaleX(0); */
}

.history-year-ul li:hover:before,
.history-year-ul li.active:before {
    width: 100%;
    /* transform: scaleX(1);
    -webkit-transform: scaleX(1);
    -moz-transform: scaleX(1);
    transform-origin: 100%;
    -webkit-transform-origin: 100%; */
}

.history-year-ul li:hover {
    color: #128660;
}

.history-year-ul li.active,
.history-year-ul li:hover {
    color: #128660;
    font-size: 52px;
    line-height: 1.5;
}


.cer-swiper {
    margin-bottom: 20px;
    margin-top: 50px;
}

/* .max-wid {
    width: 83%;
    max-width: 1300px;
    margin: auto;
} */

.cer-swiper .swiper-container {
    overflow: hidden;
    width: 100%;
}

.cer-swiper .swiper-slide {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 460px;
    width: 500px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    /* opacity: 0.5; */
}

/* .cer-swiper .swiper-slide.swiper-slide-prev,
.cer-swiper .swiper-slide.swiper-slide-next {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
} */

.cer-swiper .swiper-slide img {
    display: block;
    width: 90%;
    margin: auto;
    margin-bottom: 30px;
    -webkit-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.cer-swiper .swiper-slide-active {
    opacity: 1;
}
.cer-swiper-nav {
    margin-bottom: 50px;
}
.cer-swiper-nav li{
    border: 1px solid rgba(0, 0, 0, .1);
    padding: 12px 0;
    margin: 0 10px;
    text-align: center;
    width: 145px;
    cursor: pointer;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.cer-swiper-nav li.active,
.cer-swiper-nav li:hover{
    background: #036eb8;
    color: #fff;
}
.cer-main {
    background-position: 0 -500px;
    background-repeat: no-repeat;
    background-size: 1300px;
    position: relative;
}

.cer-text {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    width: 100%;
    /* opacity: 0; */
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

/* .swiper-slide-active .cer-text {
    opacity: 1;
} */

.cer-text .title {
    font-size: 20px;
    color: #000;
    /* font-weight: bold; */
    margin-bottom: 18px;
}

.cer-text>span {
    font-size: 12px;
    color: #999;
    margin-bottom: 10px;
}

.cer-text>text {
    font-size: 14px;
    color: #666;
}

.pagination-list {
    position: absolute;
    top: 26%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 105%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 50px;
    z-index: 9;
}

.pagination-list .swiper-pagination {
    position: relative;
    bottom: 0;
    left: 0;
    width: auto;
    height: 34px;
    line-height: 34px;
    font-size: 21px;
    font-family: "Montserrat";
    font-weight: bold;
    color: #036eb8;
    display: none;
}

.pagination-list .swiper-button-next,
.pagination-list .swiper-button-prev {
    background-size: 18px 34px;
    width: 18px;
    height: 34px;
    border: none;
    background-color: transparent;
}

.red-bg {
    width: 100%;
    height: 120px;
    background: #0089d4;
    background: -webkit-gradient(linear, left top, right top, from(#0860a6), to(#38a9db));
    background: linear-gradient(to right, #0860a6 0%, #38a9db 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#0860a6', endColorstr='#38a9db', GradientType=1);
}

.lce-ul {
    background-color: #fff;
    margin-top: -1rem;
    padding: 1rem 0 0;
    box-sizing: border-box;
}

.lce-li {
    width: 50%;
    height: 4.64rem;
    border-right: 1px solid #ddd;
    float: left;
    margin-bottom: 1.6rem;
}

.lce-ul .lce-li:nth-child(2n) {
    border-right: none;
}

.lce-li .title {
    line-height: 0.94rem;
    font-size: 0.32rem;
    font-weight: bold;
    color: #000;
    position: relative;
    margin-bottom: 0.3rem;
}

.lce-li .title .pic-xian {
    width: 0.42rem;
    height: 0.04rem;
    background-color: #ddd;
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    bottom: 0;
}

.lce-li .pic {
    position: relative;
    margin-bottom: 0.4rem;
}

.lce-li .pic img {
    width: 100%;
}

.lce-li .pic .hui {
    width: 1rem;
    height: 1.09rem;
    position: absolute;
    top: -0.4rem;
    left: -0.4rem;
    z-index: 2;
}

.lce-li .text {
    font-size: 0.2rem;
    color: #666;
}

.next-list {
    padding: 0.5rem 0 0.8rem;
    box-sizing: border-box;
}

.pagediv {
    max-width: 60%;
    margin: auto;
}

.aboutjg {
    background: #f5f5f5;
}

.jg_Img {
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 60px;
    text-align: center;
}

.jg_Img img {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

.sub-con .contact-box {
    padding-bottom: 60px;
}

.production-visual {
    background: url("../picture/production_visual_bg.jpg") center no-repeat;
    background-size: cover;
    height: 651px;
    box-sizing: border-box;
}

.production-visual .txt-box {
    width: 50%;
}

.production-visual .txt-box>span {
    display: block;
    font-family: "Montserrat";
    font-size: 30px;
    text-transform: uppercase;
}

.production-visual .txt-box .tit {
    font-size: 34px;
    letter-spacing: -1px;
    color: #000;
    font-weight: 500;
    position: relative;
    padding-bottom: 30px;
    padding-top: 60px;
}

.production-visual .txt-box .tit .blue-txt {
    color: #036eb8;
}

.production-visual .txt-box .tit:before {
    content: "";
    width: 1px;
    height: 30px;
    background-color: rgba(0, 0, 0, 0.4);
    display: block;
    position: absolute;
    top: 10px;
    left: 0;
}

.production-visual .txt-box .txt {
    font-size: 15px;
    line-height: 28px;
    letter-spacing: -0.75px;
    color: rgba(0, 0, 0, 0.5);
    margin-bottom: 20px;
    /* word-break: keep-all;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow: ellipsis; */
}

.more_link {
    position: relative;
    display: block;
    width: 180px;
    height: 47px;
    line-height: 47px;
    font-family: "Montserrat";
    -webkit-transition: 0.2s;
    transition: 0.2s;
    text-align: center;
    font-weight: 300;
    font-size: 17px;
    margin-top: 50px;
    border: 1px solid #333;
    color: #333;
    border-radius: 100px;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}

.more_link svg {
    width: 6px;
    height: 11px;
    fill: #656565;
    position: relative;
    top: 1px;
}

.more_link:hover {
    background: #036eb8;
    border-color: #036eb8;
    color: #fff;
}

.more_link:hover svg {
    fill: #fff;
}

.production-con {
    margin-top: -79px;
}

.production-con.contact-box {
    padding-top: 0;
    padding-bottom: 0;
}

.production-list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    align-items: stretch;
    margin: 0 -1.2%;
}

.production-list li {
    float: left;
    width: 30.93%;
    margin: 0 1.2%;
    background-color: #f5f5f5;
}
.production-list li table{
    width: 100%;
}
.production-list li dl dt {
    display: table;
    width: 100%;
    height: 79px;
    text-align: center;
    background-color: #e9e9e9;
    border-top: 4px solid;
    box-sizing: border-box;
}

.production-list li dl dt span {
    display: table-cell;
    vertical-align: middle;
    font-size: 25px;
    letter-spacing: -0.75px;
    font-weight: 300;
}

.production-list li dl dt span b {
    font-weight: 600;
    margin-right: 5px;
}

.production-list li.item01 dl dt {
    border-top-color: #286abd;
}

.production-list li.item01 dl dt span {
    color: #286abd;
}

.production-list li.item02 dl dt {
    border-top-color: #1749af;
}

.production-list li.item02 dl dt span {
    color: #1749af;
}

.production-list li.item03 dl dt {
    border-top-color: #28bdb8;
}

.production-list li.item03 dl dt span {
    color: #28bdb8;
}

.production-list li dl dd .txt-box {
    padding: 30px 30px 50px;
}

.production-list li dl dd .txt-box p{
    position: relative;
    padding-left: 10px;
    font-size: 15px;
    line-height: 2;
    letter-spacing: 0.5px;
    color: #666;
    font-weight: 300;
    /*text-indent: 2em;*/
    /* word-break: keep-all;
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis; */
}

/* .production-list li dl dd .txt-box .txt:before {
    position: absolute;
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 100%;
    left: 0;
    top: 14px;
} */

.production-list li.item02 .oem-odm {
    margin-top: 20px;
}

.production-list li.item02 .oem-odm p {
    float: left;
    width: 39.36%;
    height: 57px;
    background-color: #092b72;
    font-size: 24px;
    line-height: 57px;
    letter-spacing: -0.35px;
    color: #fff;
    text-align: center;
}

.production-list li.item02 .oem-odm .icon {
    float: left;
    width: 7.49%;
    line-height: 57px;
    padding: 0 6.8%;
}

.production-list li.item02 .oem-odm .icon img {
    max-width: 100%;
}



ul.myVideo {
    margin: 60px 0;
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
    -webkit-box-align: start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.btnMore-1 {}

ul.myVideo>li {
    display: inline-block;
    float: left;
    padding: 0 1%;
    width: 25%;
    letter-spacing: 1px;
}

ul.myVideo>li .picBox {
    position: relative;
    padding-top: 70%;
    box-shadow: 0 16px 40px -12px rgba(0, 0, 0, 0.46);
    cursor: pointer;
    position: relative;
    background: #000;
    overflow: hidden;
}

ul.myVideo>li .picBox .bot {
    background-color: #036eb8;
    height: 5px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 0px;
    z-index: 3;
    -webkit-transition: 400ms;
    transition: 400ms;
}

ul.myVideo>li:hover .picBox .bot {
    width: 100%;
}

ul.myVideo>li .picBox img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transition: 400ms;
    transition: 400ms;
}

ul.myVideo>li:hover .picBox img {
    opacity: 0.8;
    -webkit-transform: scale(1.14);
    transform: scale(1.14);
}

ul.myVideo>li .Tmsg {
    width: 100%;
    height: 56px;
    color: #959595;
    font-size: 16px;
    line-height: 1.8;
    margin-top: 28px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

ul.myVideo>li:hover .Tmsg {
    text-decoration: underline;
}

ul.myVideo>li>span {
    display: block;
    font-size: 13px;
    color: #959595;
    letter-spacing: 0;
    margin-top: 15px;
}

.pageMore {
    display: block;
    width: 164px;
    height: 42px;
    text-align: center;
    line-height: 42px;
    font-size: 15px;
    background-color: #37a6da;
    color: #fff;
    position: relative;
    margin: 0px auto;
}

.pageMore .i1 {
    position: absolute;
    width: 0px;
    left: 0px;
    top: 0px;
    height: 100%;
    -webkit-transition: 300ms;
    transition: 300ms;
    background-color: #036eb8;
}

.pageMore .i2 {
    position: relative;
    z-index: 1;
}

.pageMore:hover .i1 {
    width: 100%;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 8px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #036eb8;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: 13px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>span:hover,
.pagination>li>a:focus,
.pagination>li>span:focus {
    z-index: 3;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>span,
.pagination>.active>a:hover,
.pagination>.active>span:hover,
.pagination>.active>a:focus,
.pagination>.active>span:focus {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #036eb8;
    border-color: #036eb8;
}

.pagination>.disabled>span,
.pagination>.disabled>span:hover,
.pagination>.disabled>span:focus,
.pagination>.disabled>a,
.pagination>.disabled>a:hover,
.pagination>.disabled>a:focus {
    color: #777;
    cursor: not-allowed;
    background-color: #fff;
    border-color: #ddd;
}

/* about  end */

/* technology */
.tech-one {
    -webkit-box-align: stretch;
    align-items: stretch;
    margin-top: 60px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    flex-wrap: wrap;
}

.tech-one-left {
    background-size: cover;
    background-position: center;
}

.tech-one-left,
.tech-one-right {
    position: relative;
    width: 50%;
}

.sec3_img_tet {
    position: absolute;
    right: 0;
    top: 28px;
    background: #fff;
    width: 320px;
    height: 110px;
}

.sec3_img_tet li {
    float: left;
    width: 50%;
    text-align: center;
}

.sec3_img_tet li h2 {
    color: #37a6da;
    font-size: 46px;
    line-height: 1;
    font-family: "GOTHIC-R", Arial, sans-serif;
    padding-top: 20px;
    display: inline-block;
}

.sec3_img_tet li sup {
    top: -0.4em;
    color: #37a6da;
    font-size: 30px;
    line-height: 1;
    padding-top: 20px;
}

.sec3_img_tet li p {
    color: #333;
    font-size: 14px;
    line-height: 1;
    font-weight: lighter;
    padding-top: 5px;
}

.tech-one-right {
    padding-left: 5%;
}

.tech-one-right h1 {
    color: #333;
    font-size: 32px;
    line-height: 1;
    padding-top: 12px;
    font-weight: 500;
}

.tech-one-right h3 {
    color: #333;
    font-size: 15px;
    line-height: 2;
    padding-top: 28px;
    padding-bottom: 30px;
    font-weight: 500;
    letter-spacing: 0;
    word-break: keep-all;
}

.tech-one-right .sec3_tet {
    padding-top: 30px;
    border-top: #eee solid 1px;
}

.tech-one-right .sec3_tet p {
    color: #666;
    font-size: 14px;
    line-height: 2;
    font-weight: lighter;
    margin-bottom: 20px;
    font-weight: 300;
}

.tech-one-right .sec3_tet h5 {
    font-size: 15px;
    margin: 30px 0 15px;
}

.tech-one-right .sec3_tet li {
    position: relative;
    padding-left: 10px;
    font-size: 14px;
    line-height: 2.2;
    letter-spacing: 0.5px;
    color: #666;
    font-weight: 300;
    word-break: keep-all;
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.tech-one-right .sec3_tet li:before {
    position: absolute;
    content: "";
    display: block;
    width: 4px;
    height: 4px;
    background-color: #333;
    border-radius: 100%;
    left: 0;
    top: 14px;
}

.techHonor {
    padding-top: 30px;
    padding-bottom: 0;
}

.field-wrap {
    overflow: hidden;
    padding-bottom: 100px !important;
    position: relative;
    background: url("../images/bg-field.jpg") center 0 no-repeat;
    background-size: cover;
}

.field-wrap .swiper-container {
    margin-top: 60px;
}

.field-wrap .swiper-pagination {
    display: none;
}

.field-wrap .swiper-slide {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    align-items: stretch;
    width: 840px;
    height: 470px;
    background-color: #fff;
}
.field-wrap .pagination-list{
    width: 940px;
    top: 37%;
}
.field-wrap .swiper-slide.field3 .text-wrap p {
    width: 260px;
}

.field-wrap .swiper-slide:after {
    content: '';
    position: absolute;
    bottom: 30px;
    left: 4%;
    width: 92%;
    height: 40px;
    border-radius: 0;
    z-index: -1;
    box-shadow: 0 20px 20px -10px rgba(0, 0, 0, 0.7);
}

.field-wrap .swiper-slide .img-wrap {
    width: 50%;
    background-size: cover;
    background-position: center;
}

.field-wrap .swiper-slide .text-wrap {
    padding: 72px 70px;
    width: 50%;
    position: relative;
}

.field-wrap .swiper-slide .text-wrap em {
    display: block;
    color: #0c4ca3;
    font-size: 32px;
    line-height: 1.5;
    margin-bottom: 34px;
    letter-spacing: 0.5px;
}

.field-wrap .swiper-slide .text-wrap p {
    color: #666;
    font-size: 15px;
    line-height: 1.8;
    word-break: keep-all !important;
}

.field-wrap .swiper-slide .text-wrap .btn {
    position: absolute;
    bottom: 102px;
    left: 70px;
}

.field-wrap .control {
    position: absolute;
    z-index: 3;
    top: 50%;
    width: 100%;
    -webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    left: 50%;
}

.field-wrap .control button {
    position: absolute;
    left: 50%;
    width: 143px;
    height: 23px;
    background: url("../images/spr-common.png") -330px 0 no-repeat;
    border: none;
    cursor: pointer;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.field-wrap .control button.prev {
    margin-left: -502px;
}

.field-wrap .control button.next {
    margin-left: 358px;
    background-position: -330px -25px;
}


.media-item {
    padding-top: 0;
    padding-bottom: 0;
    margin-top: 60px;
}

.media-box li {
    position: relative;
    letter-spacing: 0.5px;
}

.media-box li:before {
    content: '';
    position: absolute;
    width: 0;
    height: 100%;
    top: 0;
    left: 0;
    background: #f5f5f5;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.media-box li:hover:before {
    width: 100%;
}

.media-box li a {
    position: relative;
    -webkit-box-align: stretch;
            align-items: stretch;
    padding: 48px 200px;
}

.media-box .media-one {
    width: 10%;
    position: relative;
    text-align: right;
    padding-right: 45px;
    color: #333;
    font-family: "Montserrat";
}

.media-box .media-one:after {
    position: absolute;
    width: 18px;
    height: 4px;
    content: '';
    right: 0;
    top: 0;
    background: #036eb8;
}

.media-box .media-one span {
    font-size: 48px;
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
    line-height: 28px;
}

.media-box .media-one h4 {
    font-size: 25px;
}

.media-box .media-two {
    width: 70%;
    padding-left: 40px;
    padding-right: 6%;
    color: #333;
}

.media-box .media-two h3 {
    font-size: 22px;
    font-weight: 500;
    overflow: hidden;
    white-space: nowrap;
    -webkit-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.media-box .media-two p {
    color: #666;
    margin-top: 30px;
    line-height: 1.8;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

.media-box .media-three {
    position: relative;
    width: 220px;
}

.media-box .media-three img {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.media-page {
    text-align: center;
}

.media-page .pagination {
    margin-top: 45px;
}

/* technology  end */

/* video */
.videoli {
    margin-top: 38px;
}

.videoli li {
    width: calc(33.33% - 20px);
    float: left;
    margin: 0 10px 20px;
    -webkit-transition: 0.43s;
    transition: 0.43s;
}

.videoli li figure {
    line-height: 1;
    position: relative;
    overflow: hidden;
}

.videoli li figure img {
    width: 100%;
    height: 310px;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    transition: 600ms;
    -webkit-transition: 600ms;
    transform: scale(1.06);
    -webkit-transform: scale(1.06);
}

.videoli li .videoIbox .vico {
    position: absolute;
    left: 50%;
    margin-left: -27px;
    top: 50%;
    margin-top: -27px;
}

.videoIbox .vico {
    background: url(../images/videoIco.png) no-repeat scroll center center;
    width: 55px;
    height: 55px;
    margin: 0px auto;
    display: block;
    cursor: pointer;
}

.videotext {
    background: #f5f5f5;
    padding: 20px 30px;
    text-align: left;
}

.videotext p {
    font-size: 14px;
    line-height: 1.8;
    -webkit-transition: 0.32s;
    transition: 0.32s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.videotext p:first-child {
    font-size: 18px;
}

.videspan {
    padding: 30px 12px;
    background: #f5f5f5;
}

.videspan span {
    display: block;
    text-align: center;
    color: #666666;
    font-size: 18px;
    -webkit-transition: 0.38s;
    transition: 0.38s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.videoli li:hover {
    box-shadow: 0 0 29px rgba(0, 0, 0, 0.2);
}

.videoli li:hover .videotext p {
    color: #0c72ba;
}

.videoli li:hover .videspan span {
    color: #0c72ba;
}

.videoli li:hover figure img {
    transform: initial;
    -webkit-transform: initial;
}

.vwrap {
    display: none;
    z-index: 99999;
    width: 100%;
    position: fixed;
}
.vwrap .videobtg {
    z-index: 900;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.8;
    filter: alpha(opacity=80);
    overflow: hidden;
}

.vwrap .videobox {
    z-index: 990;
    width: 800px;
    height: 500px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -250px;
    margin-left: -400px;
}

.vwrap .videobox #videobox {
    width: 100%;
    display: inline-block;
    height: 100%;
    background: #80abde;
}

#videobox_wrapper {
    height: 100% !important;
}

.vwrap .close {
    z-index: 999;
    width: 31px;
    height: 31px;
    cursor: pointer;
    position: absolute;
    top: 0px;
    right: -42px;
}

.vwrap .close i {
    display: block;
    width: 31px;
    height: 31px;
    background: url(../images/close_i1.png) no-repeat 50% 50%;
    -webkit-transition: 400ms;
    transition: 400ms;
}

.vwrap .close:hover i {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

/* video  end */


@media screen and (max-width: 1500px) {
    .contact-box {
        padding-left: 40px;
        padding-right: 40px;
    }
    .techHonor{
        padding-top: 0;
    }
    .cer-swiper .swiper-slide {
        background-size: 400px;
        width: 400px;
    }
}