html,
body {
    padding: 0;
    margin: 0;
}

.i_position_top_bg{
    position: absolute;
    width: 100%;
    top: -11vh;
}
.content video{
    width: 100%;
    height: auto;
}

/***************** 在线客服 *****************/
.izl-rmenu {
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 999;
}

.izl-rmenu .btn {
    width: 50px;
    height: 50px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: #9b9b9b;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
    background: #0064d2;
}

.izl-rmenu .btn i {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto 5px;
    background-image: url(../images/rmenu_icon1.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
}

.izl-rmenu .btn:hover {
    color: #fff;
    background-color: #aaa;
}

/* .izl-rmenu .btn-wx i {
    background-image: url(../images/rmenu_icon3.png);
} */

.izl-rmenu .btn-wx img {
    width: 80%;
}

.izl-rmenu .btn-wx .pic {
    position: absolute;
    left: -146px;
    top: 0px;
    display: none;
    padding: 10px 10px 20px;
    line-height: 16px;
    text-align: center;
    color: #666;
    background: #fff;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.izl-rmenu .btn-wx .pic img {
    width: 120px;
    height: 120px;
    overflow: hidden;
    margin-bottom: 5px;
}

.izl-rmenu .btn-phone i {
    background-image: url(../images/rmenu_icon4.png);
    background-size: 80% auto;
}

.izl-rmenu .btn-phone .phone {
    padding: 0 15px;
    background-color: #0064d2;
    position: absolute;
    width: 180px;
    left: -185px;
    top: 0px;
    line-height: 60px;
    color: #FFF;
    font-size: 18px;
    text-align: center;
    display: none;
}

.izl-rmenu .btn-phone .phone div {
    margin: 10px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    line-height: 30px;
}
.izl-rmenu .btn-phone .phone div i {
    width: 20px;
    height: 20px;
    margin: 0;
    background-image: url(../images/rmenu_icon4.png);
    background-size: 100% auto;
}

.izl-rmenu .btn-top i {
    background-image: url(../images/rmenu_icon2.png);
}

.online-service {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(0, 0, 0, 0.8);
    z-index: 999;
}

.online-service .online-service-box {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 70%;
    padding: 50px;
    max-width: 1200px;
    height: auto;
    transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    background: #fff;
}

.online-service-top {
    position: relative;
}

.online-service-top .title {
    width: 120px;
    margin: 0 auto;
    padding-bottom: 20px;
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    position: relative;
}

.online-service-top .title::before {
    content: '';
    width: 50px;
    height: 2px;
    overflow: hidden;
    background: #000;
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -25px;
}

.online-service .online-service-box .box-cent {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    padding: 50px 0;
    overflow-x: auto;
}

.online-service .online-service-box .box-cent dl {
    padding: 0 50px;
    border-right: 1px #999 solid;
}

.online-service .online-service-box-1 {
    width: 30%;
}
.online-service .online-service-box-1 .box-cent dl {
    width: 100%;
}

.online-service .online-service-box-2 .box-cent dl {
    width: 50%;
}

.online-service .online-service-box-3 .box-cent dl {
    width: 33.33%;
}

.online-service .online-service-box .box-cent dl:last-child {
    border-right: none;
}

.online-service .online-service-box-1 .box-cent-1 dl:last-child {
    width: 100%;
}

.online-service .online-service-box .box-cent dt {
    text-align: center;
    font-size: 24px;
}

.online-service .online-service-box .box-cent dd a {
    width: 100%;
    display: block;
    margin-top: 30px;
    line-height: 36px;
    text-align: center;
    border: 1px #000 solid;
}

.online-service .online-service-box .box-cent dd a:hover {
    color: #fff;
    background: #000;
}

.online-service .online-service-box .box-cent i {
    display: block;
    margin-bottom: 30px;
}

.online-service .online-service-box .box-cent input {
    width: calc(100% - 60px);
    height: 50px;
    padding: 0 20px;
    font-size: 14px;
    color: #fff;
    background: none;
}

.online-service .online-service-box .box-cent input::placeholder {
    font-size: 14px;
    color: #fff;
}

.online-service .online-service-box .box-cent .box-icon {
    display: block;
    width: 60px;
    height: 50px;
    text-align: right;
    line-height: 50px;
}

.online-service .online-service-box .box-cent .box-icon img {
    width: 20px;
    opacity: 0.6;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.online-service .online-service-box .box-cent .box-icon:hover img {
    opacity: 1;
}

.online-service .online-service-box .box-hiden {
    position: absolute;
    cursor: pointer;
    width: 40px;
    margin: 50px auto 0;
    top: -80px;
    right: -20px;
}

.online-service .online-service-box .box-hiden img {
    width: 100%;
    opacity: 0.6;
    transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}

.online-service .online-service-box .box-hiden:hover img {
    opacity: 1;
}

.more_contact {
    text-align: center;
}


/* 1440~1200 pc小屏幕 重点*/
@media screen and (max-width: 1440px) {
    .online-service .online-service-box .box-cent dl {
        padding: 0 5%;
    }
}

/* 1200~992 平板横屏*/
@media screen and (max-width: 1200px) {
    .online-service .online-service-box {
        width: 80%;
    }
    .online-service .online-service-box-1 {
        width: 30%;
    }
    .online-service .online-service-box .box-cent dl {
        padding: 0 3%;
    }
    .online-service .online-service-box .box-cent dt {
        font-size: 16px;
    }
    .online-service .online-service-box .box-cent i img {
        width: 100%
    }
    .online-service .online-service-box-2 .box-cent dl {
        padding: 0 10%;
    }
}

/* 991~768 平板竖屏 重点*/
@media screen and (max-width: 991px) {
    .online-service .online-service-box .box-cent {
        flex-wrap: wrap;
    }
    .online-service .online-service-box .box-cent dl {
        width: 25%;
        padding: 0 3%;
    }
    .online-service .online-service-box .box-cent dl:last-child {
        border-right: 1px #999 solid;
    }
    .online-service .online-service-box .box-cent dl:nth-child(4n) {
        border-right: none;
    }
    .online-service .online-service-box-1 {
        width: 40%;
    }
    .online-service .online-service-box-1 .box-cent dl:last-child {
        width: 100%;
        border-right: none;
    }
    .online-service .online-service-box-2 .box-cent dl {
        width: 50%;
        padding: 0 10%;
    }
    .online-service .online-service-box-2 .box-cent dl:last-child {
        border-right: none;
    }
    .online-service .online-service-box-3 .box-cent dl {
        width: 33.33%;
    }
}

/* <768 移动端 重点*/
@media screen and (max-width: 768px) {
    .online-service-top .title {
        font-size: 24px;
    }
    .online-service .online-service-box {
        padding: 30px 20px;
    }
    .online-service .online-service-box .box-cent {
        padding: 30px 0;
    }
}
@media screen and (max-width: 480px) {
    .online-service .online-service-box .box-cent dl {
        width: 48%;
        padding: 0 8%;
    }
    .online-service .online-service-box .box-cent dl:nth-child(2) {
        border-right: none;
    }
    .online-service .online-service-box .box-cent i {
        margin-bottom: 0;
    }
    .online-service .online-service-box .box-cent i img {
        width: 50%
    }
}

/************** banner ***************/
#banner {
    position: relative;
    z-index: 0;
    margin-top: 90px;
}

.swiper {
    width: 100%;
    height: 720px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.swiper-slide img.mobile {
    display: none;
}

.swiper-button-prev {
    left: 5%;
}

.swiper-button-next {
    right: 5%;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    --swiper-theme-color: rgba(255, 255, 255, 1);
}

:root {
    --swiper-theme-color: rgba(255, 255, 255, 0.5);
}

.swiper-pagination {
    bottom: 150px !important;
}

.swiper-pagination-bullet {
    width: 5px;
    height: 5px;
    margin: 0 15px !important;
    text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
}

.swiper-pagination-bullet-active {
    color: #fff;
    background: #fff;
    position: relative;
}

.swiper-pagination-bullet-active::after {
    content: "";
    width: 16px;
    height: 16px;
    border-radius: 50%;
    border: 1px #fff solid;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}



/* 1440~1200 pc小屏幕 重点*/
@media screen and (max-width: 1440px) {
    .swiper {
        height: 70vh;
    }
}

/* 1200~992 平板横屏*/
@media screen and (max-width: 1200px) {
    .swiper {
        height: 60vh;
    }
    #banner .swiper-slide img {
        display: none;
    }

    #banner .swiper-slide img.mobile {
        display: block;
    }
}

/* 1200~992 平板横屏*/
@media screen and (max-width: 1024px) {
}
@media screen and (max-width: 1023px) {
    #banner {
        margin-top: 0;
    }
}
/* 991~768 平板竖屏 重点*/
@media screen and (max-width: 991px) {
    .swiper {
        height: 40vh;
    }
}

/* <768 移动端 重点*/
@media screen and (max-width: 768px) {
    .swiper {
        height: 32vh;
    }
}
@media screen and (max-width: 480px) {
    .swiper {
        height: 32vh;
    }
    .swiper-pagination {
        bottom: 80px !important;
    }
}

/***************** book *****************/
.book {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    height: 100px;
    padding-left: 30px;
    background: #fff;
    position: absolute;
    left: 10%;
    bottom: 30px;
    z-index: 99;
}

.book .company_news {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.book .company_news span {
    margin-left: 30px;
    color: #999;
}

.book h3 {
    font-size: 20px;
    margin: 0 50px 0 0;
    font-size: 24px;
}

.book ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0;
}
.book ul a {
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.book ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999;
    font-size: 16px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.book ul li label {
    font-size: 20px;
    color: #999;
    margin: 0;
}

.book ul li input.form-control,
.book ul li select {
    width: 200px;
    height: 40px;
    padding: 0 15px;
    font-size: 20px;
    line-height: 40px;
}

.book ul li select {
    background: url(../images/arrow5.png) no-repeat 220px center;
}

.book_btn {
    width: 25%;
    height: 100%;
    font-size: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: url(../images/book_btn.png) no-repeat center center;
    background-size: 100%;
    overflow: hidden;
}

.book_btn:hover {
    color: #ffff00;
}

.book ul li input.form-control,
.book ul li .input-group-addon {
    border: none !important;
    background: none !important;
    box-shadow: none;
}

.book ul li .input-group-addon .glyphicon {
    width: 22px;
    height: 22px;
    background: url(../images/book_icon.png) no-repeat center center;
}

.book ul li .input-group-addon .glyphicon::before {
    display: none;
}

/* 1440~1200 pc小屏幕 重点*/
@media screen and (max-width: 1512px) {
    .book_btn {
        width: 28%;
    }
}

/* 1440~1200 pc小屏幕 重点*/
@media screen and (max-width: 1440px) {
    .book {
        width: 90%;
        height: 60px;
        left: 5%;
    }
}

/* 1200~992 平板横屏*/
@media screen and (max-width: 1200px) {
    .book h3 {
        font-size: 16px;
        margin: 0;
    }
    .book ul {
        width: 80%;
    }
}

/* 991~768 平板竖屏 重点*/
@media screen and (max-width: 991px) {
    .book {
        width: 90%;
        height: 60px;
        left: 5%;
    }
    .book_btn {
        width: 200px;
        height: 60px;
        line-height: 60px;
    }
}

/* <768 移动端 重点*/
@media screen and (max-width: 768px) {
    .book {
        height: 40px;
    }
    .book .company_news {
        width: 70%;
    }
    .book_btn {
        width: 150px;
        height: 40px;
        font-size: 16px;
        line-height: 40px;
    }
}
@media screen and (max-width: 480px) {
    .book {
        width: 96%;
        padding-left: 10px;
        left: 2%;
        bottom: 10px;
    }
    .book .company_news {
        width: 65%;
    }
    .book h3 {
        font-size: 14px;
        margin: 0;
    }
    .book ul {
        width: 75%;
    }
    .book_btn {
        font-size: 14px;
    }
}

/***************** common *****************/
.box {
    width: 80%;
    margin: 0 auto;
}

.box .title {
    text-align: center;
}

.box .title h3 {
    font-size: 30px;
    font-weight: bold;
    color: #0354b1;
    margin-top: 0;
    margin-bottom: 30px;
    position: relative;
}

.box .title h3::before {
    content: "";
    width: 40px;
    height: 2px;
    background: #0064d2;
    position: absolute;
    left: 0;
    bottom: -15px;
}

.box .title.center h3::before {
    left: 50%;
    transform: translate(-50%, 0);
}

.box .title span {
    font-size: 30px;
    color: #000000;
}

.box .title.white h3 {
    color: #fff;
}

.box .title.white span {
    color: #fff;
}

.box .title.white h3::before {
    background: #fff;
}


/* 1440~1200 pc小屏幕 重点*/
@media screen and (max-width: 1440px) {
    .box {
        width: 90%;
    }
}

/* 1200~992 平板横屏*/
@media screen and (max-width: 1200px) {}

/* 991~768 平板竖屏 重点*/
@media screen and (max-width: 991px) {}

/* <768 移动端 重点*/
@media screen and (max-width: 768px) {
    .box .title h3 {
        font-size: 24px;
    }

    .box .title span {
        font-size: 18px;
    }
}

@media screen and (max-width: 768px) {
    .box {
        width: 94%;
    }
}

.more_btn {
    display: inline-block;
    width: 200px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
    color: #fff;
    border: 1px solid #0064d2;
    background: #0064d2;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-transition: color .15s ease 0s;
    -o-transition: color .15s ease 0s;
    -webkit-transition: color .15s ease;
    -webkit-transition-delay: 0s;
    transition: color .15s ease 0s;
    position: relative;
    z-index: 1;
    transition: all ease 0.5s;
}

.more_btn i {
    display: inline-block;
    width: 28px;
    height: 15px;
    margin-left: 50px;
    background: url(../images/arrow3.png) no-repeat 0 0;
}

.more_btn:before {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 0;
    height: 38px;
    line-height: 38px;
    background: #0064d2;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    content: "";
    -moz-transition: width .15s ease 0s;
    -o-transition: width .15s ease 0s;
    -webkit-transition: width .15s ease;
    -webkit-transition-delay: 0s;
    transition: width .15s ease 0s;
    z-index: -1
}

.more_btn:hover {
    color: #fff;
    text-indent: 20px;
}

.more_btn:hover i {
    background: url(../images/arrow3.png) no-repeat 0 0;
}

.more_btn:hover:before {
    width: 198px
}

.detail_btn {
    width: auto;
    padding: 0 20px;
    color: #0064d2;
    background: #fff;
    border: 1px solid #0064d2;
}

.detail_btn:before {
    background: #0064d2;
}

.detail_btn:hover:before {
    width: 118px
}

.detail_btn i {
    margin-left: 20px;
    background: url(../images/arrow.png) no-repeat 0 0;
}

.detail_btn:hover {
    color: #fff;
    text-indent: 20px;
}

.detail_btn:hover i {
    background: url(../images/arrow3.png) no-repeat 0 0;
}


/* 1440~1200 pc小屏幕 重点*/
@media screen and (max-width: 1440px) {}

/* 1200~992 平板横屏*/
@media screen and (max-width: 1200px) {}

/* 991~768 平板竖屏 重点*/
@media screen and (max-width: 991px) {}

/* <768 移动端 重点*/
@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {
    .more_btn {
        display: block;
        margin: 0 auto;
    }
}


/***************** container *****************/
.about_box_bg {
    margin-top: 50px;
    background: url(../images/about_bg.png) no-repeat right 33px;
    background-size: auto 100%;
    position: relative;
    overflow: hidden;
}

.about_box {
    height: 916px;
    display: flex;
    justify-content: space-between;
}

.about_right {
    width: 1000px;
    padding: 0;
    box-sizing: content-box;
}

.about_icon {
    width: 500px;
    padding-top: 150px;
    position: absolute;
    z-index: 999;
    right: 480px;
}

.about_icon dl {
    display: flex;
    align-items: center;
    margin-bottom: 150px;
}

.about_icon dl:nth-child(1) {
    margin-left: 250px;
}

.about_icon dl:nth-child(2) {
    margin-left: 150px;
}

.about_icon dl dt i img {
    width: 110px;
}

.about_icon dl dd {
    color: #fff;
}
.about_icon dl dd div.num {
    display: flex;
    align-items: center;
}
.about_icon dl dd h3 {
    margin-top: 0;
    font-size: 30px;
}
.about_icon dl dd span {
    font-size: 20px;
    font-weight: normal;
    white-space: nowrap;
}

.about_content {
    width: 70%;
}
.tabbox {
    width: 100%;
}

.tabbox .tab_menu {
    width: 100%;
    display: flex;
}

.tabbox .tab_menu .item {
    color: #000;
    line-height: 50px;
    position: relative;
    cursor: pointer;
}

.tabbox .tab_menu .item .title {
    text-align: left;
}

.tabbox .tab_menu .item.active::after {
    content: "";
    width: 40px;
    height: 3px;
    border-bottom: 2px #fff solid;
    position: absolute;
    left: 10px;
    bottom: 0;
}

.tabbox .tab_content {
    width: 100%;
    margin-top: 30px;
    position: relative;
}

.tabbox .tab_content .tab_con {
    display: flex;
    transition: all .5s ease;
    margin-top: 100px;
}

.tabbox .tab_content .tab_con .item {
    width: 100%;
    color: #666;
}

.tabbox .tab_content .tab_con .item p {
    line-height: 36px;
    margin-bottom: 40px;
    font-size: 20px;
    padding-right: 5%;
}
.tabbox .tab_content .tab_con .item p:nth-child(2) {
    padding-right: 15%;
}

.tabbox .tab_content .tab_con .item p:nth-child(3) {
    padding-right: 25%;
}

.tabbox .tab_content .tab_con .more_btn {
    margin-top: 100px;
}

@media screen and (max-width: 1700px) {
    .tabbox .tab_content .tab_con .item p {
        padding-right: 15%;
    }
    .tabbox .tab_content .tab_con .item p:nth-child(2) {
        padding-right: 25%;
    }
    .tabbox .tab_content .tab_con .item p:nth-child(3) {
        padding-right: 35%;
    }
}

@media screen and (max-width: 1512px) {
    .about_box {
        height: 700px;
    }
    .tabbox {
        width: 500px;
    }
    .about_icon {
        width: 400px;
        padding-top: 100px;
        position: absolute;
        top: 30px;
        right: 400px;
    }
    .about_icon dl {
        margin-bottom: 80px;
    }
    .tabbox .tab_content .tab_con {
        margin-top: 50px;
    }
    .tabbox .tab_content .tab_con .item p {
        font-size: 16px;
        margin-bottom: 20px;
        padding-right: 0;
    }
    .tabbox .tab_content .tab_con .item p:nth-child(2) {
        padding-right: 5%;
    }
    .tabbox .tab_content .tab_con .item p:nth-child(3) {
        padding-right: 10%;
    }
    .tabbox .tab_content .tab_con .more_btn {
        margin-top: 80px;
    }
}

/* 1440~1200 pc小屏幕 重点*/
@media screen and (max-width: 1440px) {
    .about_box_bg {
        background: url(../images/about_bg.png) no-repeat right top;
        background-size: auto 100%;
        position: relative;
    }

    .about_box {
        height: 650px;
        flex-direction: column;
    }
    .tabbox {
        width: 100%;
    }
    .about_right {
        width: 700px;
    }
    .about_icon {
        width: 400px;
        padding-top: 80px;
        position: absolute;
        top: 30px;
        right: 320px;
    }
    .about_icon dl dt i img {
        width: 90px;
    }
    .about_icon dl dd h3 {
        font-size: 24px;
    }
    .about_icon dl:nth-child(1) {
        margin-left: 200px;
    }

    .about_icon dl:nth-child(2) {
        margin-left: 100px;
    }
    .tabbox .tab_content .tab_con .item p {
        padding-right: 35%;
    }
    .tabbox .tab_content .tab_con .item p:nth-child(2) {
        padding-right: 35%;
    }
    .tabbox .tab_content .tab_con .item p:nth-child(3) {
        padding-right: 45%;
    }
}

/* 1200~992 平板横屏*/
@media screen and (max-width: 1200px) {
    /* .about_box_bg {
        background: url(../images/about_bg.png) no-repeat 300px top;
        background-size: auto 100%;
        position: relative;
    } */
    .about_content {
        width: 100%;
    }
    .about_box_bg {
        background: none;
    }
    .about_box {
        width: 100%;
        height: auto;
    }
    .tabbox .tab_content {
        width: 90%;
        margin: 30px auto 50px;
    }
    .tabbox .tab_content .tab_con {
        width: auto;
    }
    .tabbox .tab_content .tab_con .more_btn {
        margin-top: 0;
    }
    .tabbox .tab_menu .item {
        width: 100%;
    }
    .tabbox .tab_menu .item .title {
        text-align: center;
    }
    .about_box .title h3::before {
        left: 50%;
        transform: translate(-50%, 0);
    }
    .tabbox .tab_content .tab_con .item p {
        padding-right: 0%;
    }
    .tabbox .tab_content .tab_con .item p:nth-child(2) {
        padding-right: 0%;
    }
    .tabbox .tab_content .tab_con .item p:nth-child(3) {
        padding-right: 0%;
    }
    .about_right {
        width: 100%;
    }
    .about_icon {
        width: 100%;
        position: static;
        padding: 20px;
        background: #0064d2;
        display: flex;
        justify-content: space-around;
    }
    .about_icon dl:nth-child(1) {
        margin-left: 0;
    }
    .about_icon dl:nth-child(2) {
        margin-left: 0;
    }
    .about_icon dl {
        margin-bottom: 0;
        flex-direction: column;
    }
    .about_icon dl dd {
        text-align: center;
    }
    .about_right {
        position: relative;
        padding-top: 60px;
    }
    .about_icon {
        position: absolute;
        left: 0;
        top: 0;
    }
}

/* 991~768 平板竖屏 重点*/
@media screen and (max-width: 991px) {
}

/* <768 移动端 重点*/
@media screen and (max-width: 768px) {
    .about_icon dl dd h3 {
        font-size: 24px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 480px) {
    .about_box_bg {
        margin-top: 30px;
    }
    .tabbox .tab_content .tab_con {
        margin-top: 30px;
    }
    .tabbox .tab_content .tab_con .item p {
        line-height: 1.5;
    }
    .about_icon dl dt i img {
        width: 60px;
    }
    .about_icon dl dd h3 {
        font-size: 18px;
        margin-bottom: 10px;
    }
    .about_icon dl dd h3 span {
        font-size: 14px;
    }
}


/***************** hotelView *****************/
.view_box {
    width: 750px;
    position: absolute;
    right: 0;
    bottom: 0;
}

.mySwiper {}

.mySwiper .swiper-slide img {
    width: 100%;
}

.tool {
    width: 150px;
    position: relative;
}

.swiper-button-prev1,
.swiper-button-next1 {
    width: 50px;
    height: 15px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
}

.swiper-button-prev1 {
    right: 110px;
}

.swiper-pagination1 {
    text-align: right;
    font-size: 18px;
    padding-right: 60px;
    width: 200px !important;
    position: absolute;
    bottom: 30px !important;
    left: -200px !important;
    z-index: 999;
}

.swiper-pagination1 .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    margin: 0 10px !important;
    /* text-align: center;
    line-height: 20px;
    font-size: 12px;
    color: #000;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5); */
}

.swiper-pagination1 .swiper-pagination-current {
    font-size: 24px;
}

.swiper-pagination1 .swiper-pagination-bullet-active::after {
    display: none;

}

.view_box_bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 30px;
}

.view_box_bottom h3 {
    line-height: 50px;
}

@media screen and (max-width: 1512px) {
    .view_box {
        width: 550px;
    }
}

/* 1440~1200 pc小屏幕 重点*/
@media screen and (max-width: 1440px) {}

/* 1200~992 平板横屏*/
@media screen and (max-width: 1200px) {
    .view_box {
        width: 100%;
        position: static;
    }
    .swiper-pagination1 {
        left: 50% !important;
        margin-left: -100px;
    }
}

/* 991~768 平板竖屏 重点*/
@media screen and (max-width: 991px) {
}

/* <768 移动端 重点*/
@media screen and (max-width: 768px) {
}



/***************** pic_box *****************/
.pic_box_bg {
    padding: 50px 0;
    background: #f7fafe;
}

.pic-list ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

.pic-list li {
    width: 100%;
    transition: box-shadow 0.3s;
}

.pic-list li .pic {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
}

.pic-list li .pic img {
    width: 100%;
    transition: transform 0.3s;
}

.pic-list li:hover h2 {
    color: #ffb202;
}

.pic-list li:hover img {
    transform: scale(1.1);
}

.pic-list .owl-theme .owl-controls {
    margin-top: 0;
}

#pic_scr .owl-pagination {
    margin-top: 30px;
}

#pic_scr .owl-buttons div {
    position: absolute;
    top: 50%;
    left: -61px;
    margin-top: -35px;
    width: 37px;
    height: 69px;
    text-indent: -9999px;
    padding: 0;
    background-image: url("../images/pic_lt_arrow.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #f7fafe;
    background-size: 100%;
    opacity: 1;
}

#pic_scr .owl-buttons div.owl-next {
    top: 50%;
    left: auto;
    right: -61px;
    margin-top: -35px;
    background-image: url("../images/pic_rt_arrow.png");
}

#pic_scr .owl-buttons div:hover {}

#pic_scr .owl-buttons div.owl-next:hover {}



/* 1440~1200 pc小屏幕 重点*/
@media screen and (max-width: 1440px) {}

/* 1200~992 平板横屏*/
@media screen and (max-width: 1200px) {}

/* 991~768 平板竖屏 重点*/
@media screen and (max-width: 991px) {
    #pic_scr .owl-buttons div {
        left: -40px;
    }
    #pic_scr .owl-buttons div.owl-next {
        right: -40px;
    }
}

/* <768 移动端 重点*/
@media screen and (max-width: 768px) {
    #pic_scr .owl-buttons div {
        background-color: transparent;
    }
    #pic_scr .owl-buttons div {
        width: 20px;
        left: -10px;
    }
    #pic_scr .owl-buttons div.owl-next {
        right: -10px;
    }
}

/***************** process_box *****************/
.process_box {
    width: 1400px;
    padding: 50px 0 0;
}

.process_pic {
    margin: 60px 0 0;
    position: relative;
    left: 0;
}

.process_pic #certify .swiper-slide,
.process_pic #certify2 .swiper-slide {
    width: 900px;
    height: 600px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
    /* position: relative; */
    border: 5px #0064d2 solid;
    border-radius: 15px;
}

.process_title ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
}

.process_title ul li {
    font-size: 18px;
    padding: 0 30px;
    cursor: pointer;
}

.process_title ul li:nth-child(1) {
    border-right: 1px #aaa solid;
}

.process_title ul li.divider {
    width: 1px;
    height: 15px;
    padding: 0;
    overflow: hidden;
    background: #ddd;
}

.process_title ul li.active {
    color: #0064d2;
}

.process_title ul li a:hover {
    color: #0064d2;
}


.process_tabbox {
    width: 100%;
}
.process_tabbox .process_tab_menu {
	width: 100%;
	display: flex;
}
.process_tabbox .tab_content {
	width: 100%;
	height: 800px;
    margin-top: 30px;
	position: relative;
	/* overflow-x: hidden ; */
}
.process_tabbox .tab_content .process_tab_con {
	width: 200%;
	display: flex;
	transition: all .5s ease;
	position: absolute;
	top: 0;
	left: 0%;
}
.process_tabbox .tab_content .process_tab_con .item {
	width: 1400px;
	color: #000;
    opacity: 0;
}
.process_tabbox .tab_content .process_tab_con .item.active {
    z-index: 999;
    opacity: 1;
}

/* 1440~1200 pc小屏幕 重点*/
@media screen and (max-width: 1400px) {
    .process_box {
        width: 65%;
    }
    .process_tabbox .tab_content .process_tab_con .item{
        width: 100%;
        color: #000;
    }
    .process_tabbox .tab_content {
        height: 800px;
	    /* overflow-x: hidden ; */
    }
    .process_pic #certify .swiper-slide,
    .process_pic #certify2 .swiper-slide {
        width: 100%;
    }
}

/* 1200~992 平板横屏*/
@media screen and (max-width: 1200px) {}

/* 991~768 平板竖屏 重点*/
@media screen and (max-width: 991px) {
    .process_box {
        width: 80%;
    }
    .process_tabbox .tab_content {
        height: 650px;
    }

    .process_pic #certify .swiper-slide,
    .process_pic #certify2 .swiper-slide {
        width: 100%;
        height: 500px;
    }
}

/* <768 移动端 重点*/
@media screen and (max-width: 768px) {
    .process_box {
        padding: 40px 0;
    }
    .process_tabbox .tab_content {
        height: 500px;
    }

    .process_title ul {
        margin-top: 20px;
    }

    .process_title ul li {
        font-size: 18px;
        padding: 0 10px;
    }

    .process_pic #certify .swiper-slide,
    .process_pic #certify2 .swiper-slide {
        width: 100%;
        height: 400px;
    }
}

@media screen and (max-width: 480px) {
    .process_tabbox .tab_content {
        height: 320px;
    }
    .process_pic {
        margin: 0;
    }

    .process_pic #certify .swiper-slide,
    .process_pic #certify2 .swiper-slide {
        width: 100%;
        height: 300px;
    }
}


/***************** products_box *****************/
.products_box_bg {
    background: url(../images/products_bg.jpg) no-repeat top center;
    background-size: 100%;
}

.products_box {
    width: 100%;
    padding: 50px 0;
}

.products_box .title {
    margin: 30px 0 50px;
}

.products_box .title h3 {
    color: #fff;
}

.products_box .title h3::before {
    background: #fff;
}

.products_box .title span {
    color: #00b1ff;
}

.products_box .title em {
    color: #fff;
    display: block;
    margin-top: 10px;
    line-height: 1.5;
    font-size: 18px;
}

.products_content {
    width: 80%;
    margin: 0 auto;
    display: flex;
    justify-content: space-around;
}

.products_content dl {
    width: 380px;
    height: 380px;
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url(../images/service_item_bg.png) no-repeat top center;
    background-size: 100%;
}

.products_content dl dt {
    font-size: 36px;
}

.products_content dl dd {
    font-size: 24px;
}

/* 1440~1200 pc小屏幕 重点*/
@media screen and (max-width: 1440px) {
    .products_box .title {
        margin: 30px 0 50px;
    }
    .products_content dl {
        width: 320px;
        height: 320px;
        margin-bottom: 0;
    }
}

/* 1200~992 平板横屏*/
@media screen and (max-width: 1200px) {}

/* 991~768 平板竖屏 重点*/
@media screen and (max-width: 991px) {
    .products_box_bg {
        background: url(../images/mobile/products_bg.jpg) no-repeat top center;
        background-size: 100%;
    }
    .products_box {
        width: 100%;
        padding: 20px 0;
    }
    .products_box .title {
        width: 80%;
        margin: 20px auto;
    }

    .products_content {
        width: 90%;
    }

    .products_content dl {
        width: 30%;
        height: 150px;
        background: url(../images/service_item_bg.png) no-repeat top center;
        background-size: 100%;
    }

    .products_content dl dt {
        width: 50%;
        margin: 30px auto 10px;
    }

    .products_content dl dd {
        font-size: 18px;
        color: #fff;
    }
}

/* <768 移动端 重点*/
@media screen and (max-width: 768px) {
}
@media screen and (max-width: 480px) {
    .products_content dl {
        height: 120px;
    }
    .products_content dl dt {
        font-size: 24px;
        margin: 0 auto;
    }
}

/***************** products-list *****************/
.products_list_box {
    width: 90%;
    margin: 0 auto;
    background: #fff;
    padding: 50px 30px 0;
    border-radius: 10px 10px 0 0;
}

.products_area {
    width: 90%;
    margin: 0 auto;
}

.products-list ul {
    width: 100%;
    padding: 0;
    margin: 0;
}

.products-list li {
    width: 100%;
    transition: box-shadow 0.3s;
}

.products-list li .pic {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    border: 3px #ececec solid;
}

.products-list li .pic img {
    width: 100%;
    transition: transform 0.3s;
}

.products-list li .pro_con {
    text-align: center;
}

.products-list li .pro_con h3 {
    color: #000;
}

.products-list li:hover h3 {
    color: #0064d2;
}

.products-list li:hover img {
    transform: scale(1.1);
}

.products-list .owl-theme .owl-controls {
    margin-top: 0;
}

#products_scr .owl-pagination {
    margin-top: 30px;
}

#products_scr .owl-buttons div {
    position: absolute;
    top: 40%;
    left: -61px;
    margin-top: -35px;
    width: 44px;
    height: 68px;
    text-indent: -9999px;
    padding: 0;
    border-radius: 0;
    background-image: url("../images/lt_btn.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #0064d2;
    opacity: 1;
}

#products_scr .owl-buttons div.owl-next {
    top: 40%;
    left: auto;
    right: -61px;
    margin-top: -35px;
    background-image: url("../images/rt_btn.png");
}

#products_scr .owl-buttons div:hover {}

#products_scr .owl-buttons div.owl-next:hover {}


/* 1440~1200 pc小屏幕 重点*/
@media screen and (max-width: 1440px) {
}

/* 1200~992 平板横屏*/
@media screen and (max-width: 1200px) {}

/* 991~768 平板竖屏 重点*/
@media screen and (max-width: 991px) {
    .products_content {
        padding-bottom: 30px;
    }
    .products_area {
        width: 100%;
    }
    #products_scr .owl-buttons div {
        width: 30px;
        top: 32%;
        left: -35px;
    }
    #products_scr .owl-buttons div.owl-next {
        top: 32%;
        right: -35px;
    }
}

@media screen and (max-width: 480px) {
    .products_content {
        padding-bottom: 0;
    }
    .products_list_box {
        padding: 20px 30px 0;
    }
}

/***************** news_box *****************/
.news_box_bg {
    background: #f7fafd;
}

.news_box {
    padding: 50px 0;
}

.news_box .title_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.news_box .title {
    text-align: left;
}

.news_box .title h3 {
    margin-top: 0;
}

.news_box .title .more_btn {}

.news_box .header_news {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
}

.news_box .header_news .news_lt_con {
    width: 45%;
    height: 400px;
    overflow: hidden;
}

.news_box .header_news .news_lt_con .news_pic img {
    transition: transform 0.3s;
}

.news_box .header_news:hover .news_lt_con .news_pic img {
    transform: scale(1.1);
}

.news_box .header_news .news_content {
    width: 50%;
}

.news_content .news_title {
    font-size: 36px;
    color: #000;
    line-height: 40px;
    position: relative;
}
.news_content .news_title h3 a {
    font-size: 36px;
    color: #000;
}

.news_box .header_news:hover .news_title h3 a {
    color: #0064d2;
}

.news_content .news_title .date {
    line-height: 100px;
    font-size: 24x;
    color: #0064d2;
}

.news_content .news_con p {
    font-size: 16px;
    color: #666;
    line-height: 1.5em;
}

.news_content .more_btn {
    margin-top: 50px;
}


.home_news_list_box {
    width: 100%;
    margin-top: 50px;
}

.home_news_list_box .list {
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.home_news_list_box li {
    width: 30%;
}

.home_news_list_box li .pic {
    width: 100%;
    height: 240px;
    overflow: hidden;
}

.home_news_list_box li img {
    width: 100%;
    transition: transform 0.3s;
}

.home_news_list_box li h3 {
    font-size: 30px;
    color: #000;
    line-height: 44px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.home_news_list_box li .time {
    font-size: 24px;
    color: #0064d2;
    margin-top: 20px;
}

.home_news_list_box li .font {
    color: #666666;
    font-size: 20px;
    line-height: 24px;
    margin-top: 14px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.home_news_list_box li:hover h3 a {
    color: #0064d2;
}

.home_news_list_box li:hover img {
    transform: scale(1.1);
}

/* 1440~1200 pc小屏幕 重点*/
@media screen and (max-width: 1440px) {
}

/* 1200~992 平板横屏*/
@media screen and (max-width: 1200px) {}

/* 991~768 平板竖屏 重点*/
@media screen and (max-width: 991px) {}

/* <768 移动端 重点*/
@media screen and (max-width: 768px) {
    .news_content .news_title h3 {
        margin-top: 0;
    }
    .news_content .more_btn {
        margin-top: 20px;
    }
    .home_news_list_box li h3 {
        font-size: 18px;
    }
}

@media screen and (max-width: 480px) {
    .news_box {
        padding-bottom: 0;
    }
    .news_box .title {
        text-align: center;
        margin-bottom: 20px;
    }
    .news_box .title_box {
        flex-direction: column;
    }
    .news_box .title h3::before {
        left: 50%;
        transform: translate(-50%, 0);
    }
    .news_box .header_news {
        flex-direction: column;
    }
    .news_box .header_news .news_lt_con {
        width: 100%;
        margin-bottom: 20px;
    }
    .news_box .header_news .news_content {
        width: 100%;
    }
    .news_content .news_title h3 {
        font-size: 20px;
        margin-bottom: 0;
        line-height: 1.5;
    }
    .news_content .news_title .date {
        line-height: 40px;
        font-size: 16px;
    }
    .home_news_list_box {
        margin-top: 30px;
    }
    .home_news_list_box .list {
        flex-direction: column;
    }

    .home_news_list_box .list li {
        display: flex;
        width: 100%;
        padding-bottom: 15px;
    }
    .home_news_list_box li .pic {
        margin-bottom: 10px;
        height: 90px;
        margin-right: 10px;
        margin-bottom: 10px;
        float: left;
        width: 40%;
        overflow: hidden;
    }
    .home_news_list_box .list li > a {
        width: 100%;
        margin-right: 0;
    }
    .home_news_list_box li h3 {
        margin-top: 0;
        line-height: 1.5;
    }
    .home_news_list_box li .time {
        font-size: 18px;
        margin-top: 0;
    }
    .home_news_list_box li .font {
        display: none;
    }
}


/***************** partner_box *****************/
.partner_box {
    padding: 50px 0;
}

.partner_box .title_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.partner_box .title {
    text-align: left;
}

.partner_list_box .list {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
}

.partner_list_box .list li {
    width: 20%;
    margin: 0;
    padding: 20px;
    overflow: hidden;
}

.partner_list_box .list li a {
    display: block;
    border: 2px #dee6ea solid;
    border-radius: 15px 0 15px 0;
    overflow: hidden;
}

.partner_list_box .list li a:hover {
    border: 2px #0064d2 solid;
}

.partner_list_box .list li .pic {
    border: 2px #dee6ea solid;
    border-radius: 15px 0 15px 0;
    overflow: hidden;
}

.partner_list_box .list li .pic img {
    width: 100%;
    padding: 15px;
    transition: transform 0.3s;
    border-radius: 15px 0 15px 0;
}

.partner_list_box .list li:hover .pic img {
    transform: scale(1.1);
}

/* 1440~1200 pc小屏幕 重点*/
@media screen and (max-width: 1440px) {
}

/* 1200~992 平板横屏*/
@media screen and (max-width: 1200px) {}

/* 991~768 平板竖屏 重点*/
@media screen and (max-width: 991px) {}

/* <768 移动端 重点*/
@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {
    .partner_box .title {
        text-align: center;
    }
    .partner_box .title_box {
        flex-direction: column;
    }
    .partner_box .title h3::before {
        left: 50%;
        transform: translate(-50%, 0);
    }
}

/***************** insidePage *****************/
#i_banner {
    padding-top: 70px;
    position: relative;
}

#i_banner .title {
    width: 80%;
    height: 100px;
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: none !important;
}

#i_banner .title h3 {
    font-size: 60px;
    color: #fff;
    position: relative;
    margin-bottom: 10px;
}

/* #i_banner .title h3::before {
    content: "";
    width: 40px;
    height: 3px;
    background: #fff;
    position: absolute;
    bottom: -30px;
    left: 50%;
    transform: translate(-50%, 0);
} */

#i_banner .title span {
    font-size: 30px;
    color: #fff;
}

#i_banner .down {
    color: #fff;
    text-align: center;
    position: absolute;
    bottom: 100px;
    left: 50%;
    transform: translate(-50%, 0);
}

#i_banner .down img {
    display: block;
    margin: 0 auto 10px;
}


/* 1440~1200 pc小屏幕 重点*/
@media screen and (max-width: 1440px) {
}

/* 1200~992 平板横屏*/
@media screen and (max-width: 1200px) {}

/* 991~768 平板竖屏 重点*/
@media screen and (max-width: 991px) {
    #i_banner {
        padding-top: 0;
    }
    .partner_list_box .list li {
        width: 20%;
        margin: 0;
        padding: 10px 10px;
    }
}

/* <768 移动端 重点*/
@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {
    .partner_box {
        padding: 30px 0;
    }
    .partner_list_box .list li {
        width: 48%;
        margin: 0;
        padding: 10px 20px;
    }
    #i_banner .title {
        height: 50px;
        background-size: auto 100% !important;
    }
}



/* 面包屑 */
.navCur {
    background: #f6f6f6;
    width: 100%;
}

.navCur1 {
    width: 80%;
    overflow: hidden;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.curL {
    display: flex;
    align-items: center;
}

.icoHome {
    display: inline-block;
    background: url(../images/icoHome.png) center no-repeat;
    width: 25px;
    height: 60px;
    vertical-align: middle;
    margin-right: 10px;
}

/*.icoHome:hover{background:url(../images/icoHomeHover.png) center no-repeat;}*/
.curL span {
    display: inline-block;
    vertical-align: middle
}

.curL span a {
    display: inline-block;
    background: url(../images/icoCur.png) left center no-repeat;
    padding: 0 0 0 15px;
    margin-right: 15px;
    font-size: 12px;
    color: #888
}

.curL span a:hover {
    background: url(../images/icoCurHover.png) left center no-repeat;
    color: #0064d2;
}

.curL .on {
    background: url(../images/icoCurHover.png) left center no-repeat !important;
    color: #0064d2 !important;
}

.curR {
    float: left;
}

.curR a {
    display: inline-block;
    padding: 0 20px;
    line-height: 60px;
    font-size: 14px;
    color: #555
}

.curR a:hover {
    color: #0064d2
}

.curR .on {
    background: #0064d2;
    color: #fff !important
}


/* 1440~1200 pc小屏幕 重点*/
@media screen and (max-width: 1440px) {
}

/* 1200~992 平板横屏*/
@media screen and (max-width: 1200px) {}

/* 991~768 平板竖屏 重点*/
@media screen and (max-width: 991px) {
    #i_banner .title {
        top: 40%;
    }
    #i_banner .title h3 {
        font-size: 46px;
    }
    #i_banner .title span {
        font-size: 24px;
    }
}

/* <768 移动端 重点*/
@media screen and (max-width: 768px) {
    .navCur1 {
        width: 90%;
        display: flex;
        flex-direction: column;
    }
    #i_banner .title {
        top: 50%;
    }
    #i_banner .title h3 {
        font-size: 24px;
        margin-bottom: 5px;
    }
    #i_banner .title span {
        font-size: 18px;
    }
}
@media screen and (max-width: 480px) {
    .curR a {
        line-height: 40px;
    }
    #i_banner .title {
        top: 30%;
    }
}



.i_products_list_box {
    width: 80%;
    margin: 0 auto;
    background: #fff;
    padding: 50px 0 0;
    border-radius: 10px 10px 0 0;
}

.i_products-list ul {
    width: 100%;
    padding: 0;
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.i_products-list li {
    width: 22%;
    margin-right: 4%;
    margin-bottom: 30px;
    transition: box-shadow 0.3s;
}
.i_products-list li:nth-child(4n) {
    margin-right: 0;
}

.i_products-list li .pic {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 3px #ececec solid;
}

.i_products-list li .pic img {
    width: 100%;
    transition: transform 0.3s;
}

.i_products-list li .pro_con {
    text-align: center;
}

.i_products-list li .pro_con h3 {
    font-size: 20px;
    color: #000;
}

.i_products-list li:hover h3 {
    color: #0064d2;
}

.i_products-list li:hover img {
    transform: scale(1.1);
}


/* 1440~1200 pc小屏幕 重点*/
@media screen and (max-width: 1440px) {
}

/* 1200~992 平板横屏*/
@media screen and (max-width: 1200px) {}

/* 991~768 平板竖屏 重点*/
@media screen and (max-width: 991px) {
    .i_products-list li .pic {
        height: auto;
    }
}

/* <768 移动端 重点*/
@media screen and (max-width: 768px) {
    .i_products-list li {
        width: 30%;
        margin-right: 3%;
    }
    .i_products-list li:nth-child(4n) {
        margin-right: 3%;
    }
    .i_products-list li:nth-child(3n) {
        margin-right: 0;
    }
}

@media screen and (max-width: 480px) {
    .i_products_list_box {
        width: 94%;
        margin: 0 auto;
        background: #fff;
        padding: 30px 0 0;
    }
    .i_products-list li {
        width: 48%;
        justify-content: space-between;
        margin-right: auto;
    }
    .i_products-list li:nth-child(4n) {
        margin-right: auto;
    }
    .i_products-list li:nth-child(3n) {
        margin-right: auto;
    }
}



/* 产品详情 */
.product-info {
    padding: 60px 0;
    background: #fff;
    width: 80%;
    margin: 0 auto;
    position: relative;
    z-index: 99;
}

.product-info .page-b {
    width: 42px;
    height: 42px;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    border: 1px solid #e1e1e1;
    border-radius: 50%;
    color: #333;
    font-size: 15px;
    font-family: '宋体';
    text-align: center;
    line-height: 42px;
    transition: background 0.3s, border 0.3s, color 0.3s;
    z-index: 999;
    background: #fff;
}

.product-info .page-b:hover {
    background: #c11a21;
    color: #fff;
    border-color: #c11a21;
}

.product-info .page-b.page-prev {
    left: -6%;
}

.product-info .page-b.page-next {
    right: -6%;
}

.product-info .info-pic {
    width: 45%;
    float: left;
    overflow: hidden;
    position: relative;
}

.product-info #carousel {
    position: relative;
}

.product-info #carousel .flex-viewport {
    width: 86%;
    margin: 0 auto;
    box-sizing: border-box;
}

#carousel .slides li {
    background: #f5f5f5;
    text-align: center;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
    border: 1px solid #f5f5f5;
    transition: opacity 0.3s, border 0.3s;
}

#carousel .slides img {
    max-width: 100%;
    vertical-align: middle;
}

#slider {
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
}

#slider .slides li {
    float: left;
}

#slider .slides img {
    width: 100%;
}

#slider .flex-direction-nav {
    display: none;
}

#carousel .flex-direction-nav a {
    opacity: 1 !important;
    filter: alpha(opacity=100) !important;
    z-index: 1;
    font-size: 13px;
    font-family: '宋体';
    font-weight: bold;
    color: #cbcfd2;
    text-align: center;
    width: 30px;
    height: 62px;
    line-height: 62px;
}

#carousel .flex-direction-nav .flex-prev {
    left: 0;
    top: 20px;
}

#carousel .flex-direction-nav .flex-next {
    right: 0;
    top: 20px;
}

#carousel .flex-direction-nav a:before {
    font-size: 0;
    content: "";
}

#carousel .slides li.flex-active-slide {
    opacity: 1;
    filter: alpha(opacity=100);
    border: 1px solid #0064d2;
}

.info-font {
    width: 48%;
    padding-right: 5%;
    box-sizing: border-box;
}

.info-font h2 {
    font-size: 36px;
    color: #000;
    line-height: 55px;
    font-weight: bold;
}

.info-font h3 {
    font-size: 24px;
    color: #333;
    line-height: 32px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
}

.info-font p {
    font-size: 18px;
    color: #666666;
    line-height: 24px;
    margin-bottom: 9px;
}

.info-font .font {
    padding: 40px 0;
    border-bottom: 1px solid #e0e0e0;
}

.info-font .font b {
    font-size: 30px;
    display: block;
    margin-bottom: 20px;
}

.info-font .link {
    width: 220px;
    padding-left: 90px;
    height: 50px;
    line-height: 50px;
    background: #ffb619 url(../images/zx_icon.png) no-repeat 50px center;
    display: block;
    font-size: 18px;
    color: #fff;
    margin-top: 46px;
    transition: background 0.3s, padding 0.3s;
    box-sizing: border-box;
}

.product-info-b {
    background: #fff;
    width: 80%;
    margin: 0 auto;
    padding-bottom: 90px;
    position: relative;
}

.product-info-list .slides li {
    position: relative;
    font-size: 24px;
    color: #333;
    padding-left: 30px;
    padding-bottom: 20px;
    border-bottom: 1px #e8e8e8 solid;
}

.product-info-list .slides span {
    width: 0;
    height: 2px;
    background: #0064d2;
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transition: width 0.3s, left 0.3s;
}

.product-info-list .slides li.on span {
    width: 150px;
    left: 0;
}

.product-ajaxi {
    padding: 45px;
    line-height: 2em;
    box-sizing: border-box;
}

.product-ajaxi p {
    font-size: 18px;
    color: #333;
    line-height: 24px;
}

.info-font .link:hover {
    background: #E41B23 url(../images/zx_icon.png) no-repeat 40px center;
    padding-left: 100px;
}

.product-info-list .slides li:hover span {
    width: 100%;
    left: 0;
}

.product-ajaxi p.on:hover {
    background: url(../images/btn01_h.png) no-repeat left center;
}


/* 1440~1200 pc小屏幕 重点*/
@media screen and (max-width: 1440px) {
    .product-info .page-b.page-prev {
        left: 0;
    }

    .product-info .page-b.page-next {
        right: 0;
    }
}

/* 1200~992 平板横屏*/
@media screen and (max-width: 1200px) {
    .product-info .info-pic {
        width: 50%;
    }

    .info-font h2 {
        font-size: 30px;
        line-height: 45px;
    }

    .info-font h3 {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 15px;
    }

    .product-info-list .slides li {
        line-height: 50px;
        font-size: 16px;
    }
}

/* 991~768 平板竖屏 重点*/
@media screen and (max-width: 991px) {
    .product-info-list {
        height: 50px;
    }

    .product-info-b .return-b {
        height: 50px;
        width: 6%;
    }

    .product-ajaxi {
        padding: 20px 0;
    }
    .product-ajaxi img {
        width: 100%;
    }
}

/* <768 移动端 重点*/
@media screen and (max-width: 768px) {
    .product-info {
        padding: 40px 0 55px;
    }

    .product-info .page-b {
        margin-top: 70px;
        right: auto !important;
        left: 50% !important;
    }

    .product-info .page-b.page-prev {
        margin-left: -60px;
    }

    .product-info .info-pic {
        width: 100%;
        margin-bottom: 69px;
    }

    #slider {
        /*height: 200px;*/
    }

    #slider .slides img {
        /*max-height: 160px;*/
    }

    .product-info #carousel .flex-viewport {
        border: none;
    }

    .info-font {
        width: 100%;
        padding: 0;
    }
}

@media screen and (max-width: 480px) {
    .info-font {
        padding: 0;
    }

    .info-font h2 {
        font-size: 20px;
        line-height: 30px;
        margin: 0;
    }

    .info-font h3 {
        font-size: 14px;
        line-height: 22px;
        margin: 0;
    }
    .info-font .font {
        padding: 20px 0;
    }
    .info-font .font b {
        font-size: 24px;
    }

    .info-font .link {
        width: 75%;
        padding-left: 30%;
        height: 40px;
        margin: 0 auto;
        line-height: 40px;
        background: #c11a21 url(../img/pro29.png) no-repeat 22% center;
        font-size: 12px;
        margin-top: 24px;
    }
    .product-info {
        width: 90%;
        padding: 40px 0 20px;
    }
    .product-info .info-pic {
        margin-bottom: 20px;
    }
    .product-info-b {
        width: 90%;
    }
    .product-info .page-b {
        margin-top: 48px;
    }

    .product-info .page-b {
        top: auto;
        margin-top: 0;
        bottom: -1px;
        border: none;
        color: #c11a21;
        font-weight: bold;
        background: none !important;
    }

    .product-info .page-b.page-prev {
        left: -1px !important;
        margin-left: 0;
    }

    .product-info .page-b.page-next {
        right: -1px !important;
        left: auto !important;
        margin-left: 0;
        margin-right: 0;
    }

    .product-info-list .flex-direction-nav {
        display: block;
    }

    .product-itit .flex-direction-nav a {
        font-family: '宋体';
        font-size: 15px;
        line-height: 40px;
    }

    .product-info-list .slides li {
        line-height: 30px;
        margin-bottom: 20px;
    }
    .product-info #carousel .flex-viewport {
        width: 80%;
    }
}


/***** about *****/
.i_about_box .content {
    font-size: 20px;
    color: #333;
    padding: 50px 50px 0;
}

.i_about_box .content p {
    width: 80%;
    margin: 0 auto;
    line-height: 36px;
}

.i_about_view_box {
    margin-top: 100px;
}


#certify,
#certify2 {
    position: relative;
    width: 100%;
    margin: 0 auto
}

#certify .swiper-container,
#certify2 .swiper-container {
    padding-bottom: 30px;
}

#certify .swiper-slide,
#certify2 .swiper-slide {
    width: 100%;
    height: 600px;
    background: #fff;
    box-shadow: 0 8px 30px #ddd;
    position: relative;
}

#certify .swiper-slide img,
#certify2 .swiper-slide img {
    display: block;
    border-radius: 10px;
}

#certify .swiper-slide p,
#certify2 .swiper-slide p {
    width: 100%;
    padding: 20px 50px;
    text-align: left;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.3);
    font-size: 30px;
    margin: 0;
    position: absolute;
    left: 0;
    bottom: 0;
}

#certify .swiper-pagination,
#certify2 .swiper-pagination {
    width: 100%;
    bottom: 20px;
    display: none;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet,
#certify2 .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 5px;
    border: 3px solid #fff;
    background-color: #d5d5d5;
    width: 10px;
    height: 10px;
    opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active,
#certify2 .swiper-pagination-bullets .swiper-pagination-bullet-active {
    border: 3px solid #00aadc;
    background-color: #fff;
}

#certify .swiper-button-prev,
#certify2 .swiper-button-prev2 {
    left: 10%;
    top: 50%;
    margin-top: -40px;
    width: 80px;
    height: auto;
    /* background: url(../images/wm_button_icon.png) no-repeat; */
    background-position: 0 0;
    background-size: 100%;
    background: transparent;
    border-radius: 50%;
}

#certify .swiper-button-prev:hover
#certify2 .swiper-button-prev2:hover {
    background-position: 0 -46px;
    background-size: 100%
}

#certify .swiper-button-next,
#certify2 .swiper-button-next2 {
    right: 10%;
    top: 50%;
    margin-top: -40px;
    width: 80px;
    height: auto;
    /* background: url(../images/wm_button_icon.png) no-repeat; */
    background-position: 0 -93px;
    background-size: 100%;
    background: transparent;
    border-radius: 50%;
}

#certify .swiper-button-next:hover,
#certify2 .swiper-button-next2:hover {
    background-position: 0 -139px;
    background-size: 100%
}


/* 1440~1200 pc小屏幕 重点*/
@media screen and (max-width: 1440px) {
    #certify .swiper-button-prev,
    #certify2 .swiper-button-prev2 {
        left: 5%;
    }
    #certify .swiper-button-next,
    #certify2 .swiper-button-next2 {
        right: 5%;
    }
}

/* 1200~992 平板横屏*/
@media screen and (max-width: 1200px) {}

/* 991~768 平板竖屏 重点*/
@media screen and (max-width: 991px) {}

/* <768 移动端 重点*/
@media screen and (max-width: 768px) {
    #certify .swiper-container,
    #certify2 .swiper-container {
        padding-bottom: 0;
    }
}

@media screen and (max-width: 480px) {
    #certify .swiper-button-next,
    #certify2 .swiper-button-next2 {
        right: 0%;
    }
    #certify .swiper-button-prev, #certify2 .swiper-button-prev2 {
        left: 0;
    }
    #certify .swiper-slide p,
    #certify2 .swiper-slide p {
        font-size: 24px;
        padding: 20px;
    }
}

.i_culture_box {
    padding-top: 50px;
}
.i_culture_box img {
    width: 100%;
    image-rendering: high-quality;
}

/* 发展历程 */
#sync2 .synced .item,
#sync2 .item span {
    transition: all 0.4s ease;
}

.i_culture_box_bg{
    position: relative;
}

.i_development_box_bg {
    position: relative;
    background: url("../images/history_bg.jpg") fixed center center no-repeat;
    background-size: 100%;
}

.i_development_box_bg:before {
    content: "";
    position: absolute;
    top: 712px;
    left: 0;
    width: 100%;
    height: 1px;
    background: #fff;
}

.development {
    height: 880px;
    padding-top: 50px;
    overflow: hidden;
}

.development .title {
    margin-bottom: 80px;
}

#sync1 .item {
    padding-top: 100px;
}

#sync1 .item .item_bg {
    font-size: 380px;
    font-weight: bolder;
    position: absolute;
    top: -40px;
    left: 50%;
    transform: translate(-50%, 0);
    background: linear-gradient(to bottom, #048fe0, #e451f0);
    background-clip: text;
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.d_area {
    max-width: 600px;
    margin: 0 auto;
    padding: 50px 80px;
    font-size: 18px;
    text-align: justify;
    background: rgba(255, 255, 255, 0.8);
    position: relative;
    z-index: 99;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
}

.d_year {
    color: #000;
    display: block;
    font-size: 50px;
    line-height: normal;
    font-weight: bold;
    position: relative;
    margin-right: 60px;
}

.d_year:before {
    display: none;
    content: "";
    position: absolute;
    bottom: -20px;
    right: 0;
    margin-top: -5px;
    width: 100px;
    height: 7px;
    background: #fff;
}

.d_des {
    color: #000;
    overflow: hidden;
}

.d_des p {
    line-height: 2;
}

#sync1 {
    display: block;
    width: 82%;
    margin: 0 auto;
    padding: 0 70px;
}

#sync1 .owl-buttons div {
    position: absolute;
    top: 50%;
    left: -100px;
    margin-top: -25px;
    width: 51px;
    height: 51px;
    text-indent: -9999px;
    background: url("../images/arrow2_left3.png") center center no-repeat;
}

#sync1 .owl-buttons div.owl-next {
    left: auto;
    right: -100px;
    background-image: url("../images/arrow2_right3.png");
}

#sync1 .owl-buttons div:hover {
    background-image: url("../images/arrow2_left.png");
}

#sync1 .owl-buttons div.owl-next:hover {
    background-image: url("../images/arrow2_right.png");
}

#sync2 {
    display: block;
    padding: 0 5%;
    position: relative;
    margin-top: 50px;
}

#sync2 .item {
    font-size: 28px;
    color: #fff;
    filter: alpha(opacity=60);
    opacity: 0.60;
    text-align: center;
    background: url("../images/ico_09.png") left 10px repeat-x;
    position: relative;
}

#sync2 .item::before,
#sync2 .item::after {
    content: "";
    width: 28px;
    height: 28px;
    background: #4493ea;
    border-radius: 50%;
    position: absolute;
    top: 64px;
    left: 50%;
    transform: translate(-50%, 0);
}

#sync2 .item::after {
    width: 16px;
    height: 16px;
    background: #fff;
    top: 70px;
    left: 50%;
    transform: translate(-50%, 0);
}

#sync2 .item span {
    display: block;
    background: url("../images/ico_08.png") center -200% no-repeat;
    padding-top: 100px;
    cursor: pointer;
}

#sync2 .synced .item {
    font-size: 42px;
    line-height: 50px;
    font-weight: bold;
    filter: alpha(opacity=100);
    opacity: 1;
}

#sync2 .synced .item span {
    padding-top: 0;
    background-position: center top;
}

/* 1440~1200 pc小屏幕 重点*/
@media screen and (max-width: 1440px) {
    /*development*/
    .development {
        height: 100vh;
    }
    .i_development_box_bg {
        background-color: #0036ad;
    }

    .i_development_box_bg:before {
        top: 678px;
    }

    #sync1 {
        width: 100%;
        padding: 0;
    }

    #sync1 .item .item_bg {
        font-size: 280px;
        top: -30px;
        left: 50%;
        transform: translate(-50%, 0);
    }

    #sync1 .item {
        padding: 28px 30px 0;
    }

    #sync1 .owl-buttons div {
        left: 0;
        top: 240px;
    }

    #sync1 .owl-buttons div.owl-next {
        left: auto;
        right: 0;
        top: 240px;
        background-image: url("../images/arrow2_right3.png");
    }

    .d_year {
        font-size: 40px;
        float: none;
        padding-bottom: 20px;
        margin: 0 0 20px 0;
        text-align: center;
    }

    .d_year:before {
        bottom: 0;
        right: auto;
        left: 50%;
        margin-left: -50px;
    }

    .d_area {
        height: 300px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    }
}

/* 1200~992 平板横屏*/
@media screen and (max-width: 1200px) {
    #sync1 .item {
        padding: 85px 30px 0;
    }
    .i_development_box_bg:before {
        top: 750px;
    }
}

/* 991~768 平板竖屏 重点*/
@media screen and (max-width: 991px) {
    .development {
        height: 120vh;
    }
    .i_development_box_bg:before {
        top: 662px;
    }
    .i_development_box_bg {
        background: #0036ad url(../images/mobile/history_bg.jpg) fixed center center no-repeat;
    }
    #sync1 .item {
        padding: 18px 30px 0;
    }
}

/* <768 移动端 重点*/
@media screen and (max-width: 768px) {
    .development {
        height: 100vh;
    }
    .i_development_box_bg:before {
        top: 520px;
    }

    .development .title {
        margin-bottom: 40px;
    }

    #sync1 .item .item_bg {
        font-size: 150px;
        top: 0;
        left: 50%;
        transform: translate(-50%, 0);
    }

    #sync1 .item {
        height: auto;
        padding: 50px 20px 0;
    }

    #sync1 .owl-buttons div {
        left: 0;
        top: 140px;
    }
    #sync1 .owl-buttons div.owl-next {
        top: 140px;
    }

    .d_area {
        height: auto;
        max-width: 800px;
        padding: 20px 40px;
        font-size: 18px;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);
    }

    .d_year {
        font-size: 30px;
        margin: 0;
    }

    .d_des p {
        font-size: 16px;
        line-height: 1.8;
    }

    #sync2 .synced .item span {
        font-size: 24px;
        padding-top: 10px;
    }

    #sync2 .item span {
        font-size: 20px;
        padding-top: 100px;
    }
}

@media screen and (max-width: 480px) {
    .development {
        height: 80vh;
    }
    .i_development_box_bg:before {
        top: 500px;
    }
    #sync2 {
        margin-top: 0;
    }
}

/***************** honor_box *****************/
.honor_box_bg {
    position: relative;
    height: 720px;
    padding: 50px 0;
    background: url(../images/honor_bg.png) no-repeat bottom center;
    background-size: 100%;
}

.honor-list ul {
    width: 100%;
    padding: 0;
    margin-top: 80px;
}

.honor-list li {
    width: 100%;
    transition: box-shadow 0.3s;
}

.honor-list li .pic {
    width: 65%;
    height: 450px;
    padding-bottom: 100px;
    margin: 0 auto;
    display: flex;
    align-items: flex-end;
    transition: transform 0.3s;
    background: url("../images/honor_bg1.png") repeat-x center bottom;
}

.honor-list li .pic img {
    width: 100%;
}

.honor-list li:hover h2 {
    color: #ffb202;
}

.honor-list li:hover .pic {
    transform: translate(0, -5%);
}

.honor-list .owl-theme .owl-controls {
    margin-top: 0;
}

#honor_scr .owl-pagination {
    margin-top: 30px;
}

#honor_scr .owl-buttons div {
    position: absolute;
    top: 50%;
    left: -61px;
    margin-top: -35px;
    width: 44px;
    height: 68px;
    text-indent: -9999px;
    padding: 0;
    border-radius: 0;
    background-image: url("../images/lt_btn.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #0064d2;
    opacity: 1;
}

#honor_scr .owl-buttons div.owl-next {
    top: 50%;
    left: auto;
    right: -61px;
    margin-top: -35px;
    background-image: url("../images/rt_btn.png");
}

#honor_scr .owl-buttons div:hover {}

#honorscr .owl-buttons div.owl-next:hover {}


/* 1440~1200 pc小屏幕 重点*/
@media screen and (max-width: 1440px) {
}

/* 1200~992 平板横屏*/
@media screen and (max-width: 1200px) {}

/* 991~768 平板竖屏 重点*/
@media screen and (max-width: 991px) {}

/* <768 移动端 重点*/
@media screen and (max-width: 768px) {
    .honor-list {
        margin-top: 30px;
    }
    .honor-list ul {
        margin-top: 120px;
    }
    .honor-list li {
        width: 90%;
        margin: 0 auto;
    }
    #honor_scr .owl-buttons div {
        left: -20px;
    }
    #honor_scr .owl-buttons div.owl-next {
        right: -20px;
    }
}
@media screen and (max-width: 768px) {
    .honor_box_bg {
        height: 480px;
    }
    .honor-list ul {
        margin-top: 0;
    }
}

@media screen and (max-width: 480px) {
    .honor-list li .pic {
        width: 50%;
        height: 380px;
    }
}

/***** sales *****/
.i_sales_box_bg {
    position: relative;
    height: 900px;
    padding: 50px 0;
    background: url(../images/sales_bg.jpg) no-repeat bottom center;
}

.i_sales_box .content {
    display: flex;
    justify-content: flex-end;
    margin-top: 50px;
    text-align: right;
}

.i_sales_box .content .pic img {
    width: 80%;
}

/* 1440~1200 pc小屏幕 重点*/
@media screen and (max-width: 1440px) {
}

/* 1200~992 平板横屏*/
@media screen and (max-width: 1200px) {}

/* 991~768 平板竖屏 重点*/
@media screen and (max-width: 991px) {}

/* <768 移动端 重点*/
@media screen and (max-width: 768px) {
    .i_sales_box .content .pic img {
        width: 100%;
    }
}
@media screen and (max-width: 480px) {
    .i_sales_box_bg {
        height: auto;
    }
}


/***** company_aim *****/
.i_company_aim_box_bg{
    position: relative;
}

.i_company_aim_box {
    padding-top: 50px;
}

.i_company_aim_box .content {
    display: flex;
    justify-content: space-between;
    padding: 50px 0;
}

.i_company_aim_box .content dl {
    padding: 30px 0;
}

.i_company_aim_box .content dl dt {
    font-size: 30px;
    color: #0064d2;
    margin-bottom: 20px;
}

.i_company_aim_box .content dl dt i {
    margin-left: -10px;
}

.i_company_aim_box .content dl dd {
    font-size: 18px;
    color: #666;
}

/* 1440~1200 pc小屏幕 重点*/
@media screen and (max-width: 1440px) {
}

/* 1200~992 平板横屏*/
@media screen and (max-width: 1200px) {}

/* 991~768 平板竖屏 重点*/
@media screen and (max-width: 991px) {}

/* <768 移动端 重点*/
@media screen and (max-width: 768px) {
    .i_company_aim_box .content {
        flex-direction: column;
    }
    .i_company_aim_box .content .pic img {
        width: 100%;
    }
}

@media screen and (max-width: 480px) {
    .i_company_aim_box .content dl dt img {
        width: 50px;
    }
    .i_company_aim_box .content dl dt {
        font-size: 24px;
        line-height: 50px;
    }
}

@media screen and (max-width: 480px) {
    .i_company_aim_box .content {
        padding: 20px 0;
    }
    .i_company_aim_box .content dl {
        padding: 0;
    }
}


/* 资质荣誉 */
.process_area .item {
    padding: 0 15px;
}

.process_area ul {
    padding: 40px 0;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.process_area ul li {
    width: 30%;
    margin-top: 30px;
    border: 5px #0064d2 solid;
    position: relative;
}

.process_area ul li a {
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.process_area ul li p {
    width: 100%;
    padding: 10px 0;
    color: #fff;
    text-align: center;
    background: rgba(0, 100, 210, 0.7);
    position: absolute;
    left: 0;
    bottom: -10px;
}

.process_img img {
    width: 100%;
}

#process_scr .owl-pagination {
    margin-top: 30px;
}

#process_scr .owl-buttons div {
    position: absolute;
    top: 50%;
    left: -61px;
    margin-top: -25px;
    width: 51px;
    height: 51px;
    text-indent: -9999px;
    background: url("../images/arrow2_left.png") center center no-repeat;
}

#process_scr .owl-buttons div.owl-next {
    left: auto;
    right: -61px;
    background-image: url("../images/arrow2_right.png");
}

#process_scr .owl-buttons div:hover {
    background-image: url("../images/arrow2_left2.png");
}

#process_scr .owl-buttons div.owl-next:hover {
    background-image: url("../images/arrow2_right2.png");
}

/* 1440~1200 pc小屏幕 重点*/
@media screen and (max-width: 1440px) {
}

/* 1200~992 平板横屏*/
@media screen and (max-width: 1200px) {}

/* 991~768 平板竖屏 重点*/
@media screen and (max-width: 991px) {}

/* <768 移动端 重点*/
@media screen and (max-width: 768px) {}

@media screen and (max-width: 480px) {
    .process_area ul {
        padding: 0;
        justify-content: space-between;
    }
    .process_area ul li {
        width: 48%;
        margin: 20px 0 10px;
    }
}

/***** news *****/
.i_news_pic_list {
    padding: 40px 0;
}

.i_news_pic_list li {
    border-bottom: 1px #e0e0e0 solid;
}

.i_news_pic_list li a {
    padding: 50px 30px;
    position: relative;
    border-bottom: 1px #eee solid;
    display: flex;
    justify-content: space-between;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.i_news_pic_list li .pic {
    width: 325px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.i_news_pic_list li .pic img {
    width: 100%;
}

.i_news_pic_list li .info {
    width: 70%;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.i_news_pic_list li .info .n_title {
    font-size: 30px;
    color: #000;
    margin-bottom: 25px;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.i_news_pic_list li .info .description {
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 30px;
    text-overflow: -o-ellipsis-lastline;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.i_news_pic_list li .info .date {
    font-size: 18px;
    color: #0064d2;
}

.i_news_pic_list li .info .ico {
    float: right;
    opacity: 0;
    color: #0064d2;
    font-size: 18px;
    margin-top: -5px;
    position: absolute;
    bottom: 15%;
    left: 0;
    -webkit-transition: all .4s ease;
    -moz-transition: all .4s ease;
    -ms-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
}

.i_news_pic_list li .info .ico img {
    margin-left: 10px;
}

.i_news_pic_list li .info .more {
    font-size: 18px;
    line-height: 50px;
    margin-top: -25px;
    padding: 0 100px 0 30px;
    color: #ccc;
    border-left: 1px #ccc solid;
    position: absolute;
    top: 50%;
    left: 0;
}


.i_news_pic_list li:hover {
    box-shadow: 0px 5px 20px rgba(96, 120, 234, 0.1);
}

.i_news_pic_list li:hover .info .ico {
    opacity: 1;
    position: absolute;
    bottom: 15%;
    left: 30px;
}

.i_news_pic_list li:hover .info .more {
    color: #6078ea;
}


.news-page {
    width: 100%;
    text-align: center;
    font-size: 0;
    padding: 30px 0 80px;
}

.news-page a {
    font-size: 14px;
    line-height: 40px;
    width: 40px;
    height: 40px;
    margin: 0 5px;
    display: inline-block;
    background: #f7f7f7;
    color: #686868;
    transition: background 0.3s, color 0.3s;
}

.news-page a.btns {
    width: 100px;
}

.news-page.new a {
    background: #fff;
}

.news-page a.active,
.product-list .news-page a.active,
.news-page.on a.active,
.news-page.new a.active {
    color: #fff;
    background: #0064d2;
}

.news-page a.btns {
    font-family: '宋体';
}

.news-page a:hover,
.product-list .news-page a:hover,
.news-page.on a:hover {
    color: #fff;
    background: #0064d2;
}



@media screen and (min-width:0px) and (max-width:1300px) {
    .i_news_pic_list {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        padding-top: 0;
    }
    .i_news_pic_list li {
        width: 48%;
    }
    .i_news_pic_list li a {
        padding: 30px 0 10px;
    }
    .i_news_pic_list li .pic {
        height: 270px;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
    }
    .i_news_pic_list li .info .n_title {
        margin-bottom: 10px;
    }
    .i_news_pic_list li .info .description {
        margin-bottom: 10px;
    }
    .i_news_pic_list li:hover .info .ico {
        display: none;
    }
    .i_news_pic_list li a {
        flex-direction: column;
    }

    .i_news_pic_list li .pic {
        width: 100%;
        order: -1;
    }

    .i_news_pic_list li .pic img {
        width: 100%;
    }

    .i_news_pic_list li .info {
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 751px) {
    .i_news_pic_list li .pic {
        height: 215px;
    }
    .i_news_pic_list li a {
        padding: 30px 0;
    }

    .i_news_pic_list li .info .n_title {
        font-size: 20px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .i_news_pic_list li .info .description {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 30px;
    }

    .news-page {
        padding-top: 10px;
        height: 30px;
    }

    .news-page a {
        line-height: 30px;
        width: 30px;
        height: 30px;
    }
}


@media (max-width: 480px) {
    .i_news_pic_list li .pic {
        height: 130px;
    }
}


/* 新闻详情 */
.i_news_show_content {
    background: #f4f4f4;
}

.i_news_show_box .w1400 {
    padding-bottom: 50px;
    text-align: justify;
    display: flex;
    justify-content: space-between;
    min-height: 1000px;
}

.i_news_show_box .left {
    width: 75%;
    flex: 1;
    padding: 50px;
    box-sizing: border-box;
    background: #fff;
    box-shadow: 0px 0 20px rgba(255, 255, 255, 0.3);
}

.i_news_show_box .left h2 {
    font-size: 30px;
    color: #000000;
    line-height: 1.2;
    padding-bottom: 30px;
    border-bottom: 1px solid #f2f2f2;
    padding-right: 0;
    position: relative;
    margin-bottom: 30px;
}

.i_news_show_box .left .time {
    font-size: 20px;
    color: #0064d2;
    line-height: 30px;
    display: block;
    margin-top: 10px;
}

.i_news_show_box .left p {
    font-size: 18px;
    color: #666666;
    line-height: 36px;
    margin-bottom: 30px;
}

.i_news_show_box .left img {
    max-width: 100%;
    height: auto !important;
}

.i_news_show_box .right {
    width: 22.8%;
    height: 800px;
    padding: 50px 30px;
    box-sizing: border-box;
    background: #0064d2 url(../images/i_news_rt_bg.jpg) no-repeat center bottom;
    background-size: 100%;
}

.i_news_show_box .right h2 {
    font-size: 22px;
    color: #fff;
    line-height: 22px;
    padding-bottom: 20px;
    border-bottom: 1px solid #e6e6e6;
    margin-bottom: 15px;
}

.i_news_show_box .right a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #fff;
    line-height: 26px;
    position: relative;
    padding: 7px 0 20px 20px;
    background: url(../images/case23.png) no-repeat left 17px;
    transition: background 0.3s, color 0.3s;
    box-sizing: border-box;
}

.i_news_show_box .right a::before {
    content: "";
    width: 5px;
    height: 5px;
    border-radius: 50%;
    ;
    background: #fff;
    position: absolute;
    left: 0px;
    top: 20px;
}

.i_news_show_box .right a:hover {
    color: #de241b;
    text-decoration: underline;
}

.i_news_show_box .right a.link {
    width: 100%;
    height: 55px;
    line-height: 55px;
    background: #de241b url(../images/news04.png) no-repeat 80% center;
    color: #fff;
    font-size: 18px;
    padding: 0 0 0 21%;
    transition: background 0.3s, color 0.3s, padding 0.3s;
    margin-top: 30px;
    box-sizing: border-box;
}

.i_news_show_box .right a.link:hover {
    background: #de241b url(../images/news04.png) no-repeat 85% center;
    color: #fff;
    padding: 0 0 0 15%;
}

.tool_box {
    height: 50px;
    margin: 20px 0 0;
    padding-top: 20px;
    border-top: 1px #f3f3f3 solid;
}

.tool_box a {
    padding: 0 40px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin-right: 10px;
    font-size: 16px;
    float: left;
    color: #fff;
    background: #37383A;
}

.tool_box a:hover {
    background: #0064d2;
}

.tool_box a:hover {
    text-decoration: underline;
}

.tool_box .back {
    float: right;
    margin: 0;
    background: #0064d2;
}



/* 1440~1200 pc小屏幕 重点*/
@media screen and (max-width: 1440px) {
}

/* 1200~992 平板横屏*/
@media screen and (max-width: 1200px) {}

/* 991~768 平板竖屏 重点*/
@media screen and (max-width: 991px) {
    .i_news_show_box {
        width: 100%;
    }
    .i_news_show_box .w1400 {
        padding-bottom: 0;
        min-height: auto;
    }
    .i_news_show_box .left {
        padding: 20px;
    }

    .i_news_show_box .left h2 {
        font-size: 20px;
        color: #000000;
        line-height: 1.2;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }

    .i_news_show_box .left p {
        font-size: 16px;
        line-height: 1.8;
        margin-bottom: 0;
    }

    .tool_box a {
        padding: 0 20px;
    }

    .i_news_show_box .right {
        padding: 20px;
    }

    .i_news_show_box .right h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .i_news_show_box .right a {
        font-size: 16px;
    }

    .i_news_show_box .right a::before {
        top: 25px;
    }
}

/* <768 移动端 重点*/
@media screen and (max-width: 768px) {
    .i_news_show_box .w1400 {
        flex-direction: column;
    }
    .i_news_show_box .left {
        width: 100%;
    }
    .i_news_show_box .right {
        width: 100%;
        height: auto;
        background: #0064d2;
    }
}


/* 联系我们 */
.i_contact_box {}

.contact_top_box {
    position: relative;
}

.contact_top_box .contact {
    width: 800px;
    height: 700px;
    padding: 70px 0 0 200px;
    color: #fff;
    position: absolute;
    top: 100px;
    right: 0;
    background: url(../images/contact_bg.png) no-repeat left center;
    box-sizing: 100% 100%;
}

.contact_top_box dl.contact dd {
    margin: 50px 0;
}


/* 1440~1200 pc小屏幕 重点*/
@media screen and (max-width: 1440px) {
}

/* 1200~992 平板横屏*/
@media screen and (max-width: 1200px) {
    .contact_top_box .contact {
        width: 700px;
        height: 550px;
        padding: 0 0 0 200px;
    }
}

/* 991~768 平板竖屏 重点*/
@media screen and (max-width: 991px) {
    .contact_top_box .contact {
        width: 100%;
        height: auto;
        padding: 0;
        margin: 0;
        position: static;
        display: flex;
        justify-content: space-around;
        background: #0064d2 url(../images/contact_bg.png) no-repeat left center;
    }
}

/* <768 移动端 重点*/
@media screen and (max-width: 768px) {
}

@media screen and (max-width: 480px) {
    .contact_top_box .contact {
        flex-direction: column;
    }
    .contact_top_box .contact h3 {
        font-size: 18px;
    }
    .contact_top_box dl.contact dd {
        margin: 30px;
    }
}

.map img {
    width: 100%;
}

.i_message {
    position: relative;
    width: 80%;
    margin: 80px auto;
}

.i_message h3 {
    font-size: 48px;
    margin-bottom: 20px;
}

.i_message li {
    width: 48.5%;
    padding: 10px 0;
    float: left;
}

.i_message li:nth-child(2n) {
    float: right;
}

.i_message li:nth-child(5),
.i_message li:nth-child(6) {
    width: 100%;
}

.i_message li .text,
.i_message li textarea {
    width: 100%;
    height: 42px;
    font-size: 14px;
    padding-left: 14px;
    background: #f8f8f8;
    border: 1px #ddd solid;
}

.i_message li textarea {
    width: 100%;
    height: 112px;
    padding-top: 10px;
}

.i_message .submit {
    display: block;
    width: 200px;
    height: 60px;
    font-size: 24px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    background: #868686;
}

.i_message .submit:hover {
    color: #fff;
    background: #ab937f;
}

@media (max-width: 1200px) {
    .i_message {
        width: 90%;
    }

    .i_message li {
        width: 48%;
    }
}

@media (max-width: 768px) {

    .i_message {
        padding: 0 15px;
    }

    .i_message h3 {
        font-size: 26px;
        margin-bottom: 20px;
    }

    .i_message li {
        width: 100%;
        padding: 10px 0;
        float: left;
    }

    .i_message li .text,
    .i_message li textarea {
        width: 100%;
        box-sizing: border-box;
    }

    .i_message .submit {
        margin: 0 auto;
    }
}

/***************** footer *****************/
#f_bg {
    background: #171717;
}

#f_link_bg {
    background: #222;
    border-top: 2px #353535 solid;
}

#f_link {
    width: 80%;
    margin: 0 auto;
    padding: 45px 0;
    line-height: 22px;
    display: flex;
    justify-content: space-between;
}

#f_link .f_left {
    display: flex;
    flex: 1;
    display: flex;
}

#f_link dl {
    width: 20%;
    font-size: 14px;
}

#f_link dl dt {
    padding-bottom: 20px;
}

#f_link dl dt a {
    color: #0064d2;
    font-size: 18px;
}

#f_link dl dd a {
    color: #999999;
    line-height: 26px;
}

#f_link dl dt a:hover,
#f_link dl dd a:hover {
    text-decoration: underline;
}

#f_link dl.contact {
    width: 550px;
    height: auto;
    display: flex;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    border-right: none;
}

#f_link dl.contact dd {
    padding-bottom: 20px;
}

#f_link dl.contact dd h3 {
    font-size: 16px;
    color: #c8c8c8;
    margin-top: 0;
    margin-bottom: 10px;
}

#f_link dl.contact dd p {
    color: #666;
    line-height: 26px;
    margin-top: 15px;
}

#f_link dl.contact dd p i img {
    width: 20px;
}

.two_wm {
    line-height: 20px;
    float: right;
    color: #999999;
}

.two_wm .pic {
    width: 124px;
    text-align: center;
}

.two_wm .pic img {
    width: 100%;
}

#foot_bg {
    background: #171717;
    color: #999999;
    border-top: 1px #353535 solid;
}

#foot {
    width: 80%;
    margin: 0 auto;
    height: 60px;
    padding: 20px 0;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#foot .foot_rt {
    width: 400px;
    display: flex;
    position: relative;
}

#foot .link2 {
    width: 245px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 2;
}

#foot .link2 .name {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    color: #797979;
    padding-left: 20px;
    border: #5a5a5a solid 1px;
    position: relative;
    cursor: pointer;
}

#foot .link2 .name:after {
    content: '';
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -4px;
    width: 28px;
    height: 7px;
    background: url(../images/selectIco.png) center no-repeat;
}

#foot .link2 dl {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 20px;
    width: 100%;
    display: none;
}

#foot .link2 dd {
    border: #5a5a5a solid 1px;
    border-bottom: none;
}

#foot .link2 a {
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    color: #797979;
    background: #171717;
    font-size: 12px;
}

#foot .link2 a:hover {
    color: #0064d2;
}

/* 1440~1200 pc小屏幕 重点*/
@media screen and (max-width: 1440px) {
}

/* 1200~992 平板横屏*/
@media screen and (max-width: 1200px) {}

/* 991~768 平板竖屏 重点*/
@media screen and (max-width: 991px) {
    #f_link {
        width: 90%;
        flex-direction: column;
        justify-content: space-between;
    }
    #f_link dl.contact {
        width: 60%;
        margin: 30px auto 0;
    }
    #f_link dl {
        width: 20%;
    }
    #f_bg {
        padding-bottom: 20px;
    }
    #foot {
        width: 90%;
        height: auto;
        flex-direction: column;
        line-height: 1.5;
    }
    #foot > span {
        margin-bottom: 10px;
    }
    #foot .foot_rt {
        width: 100%;
        padding: 20px 0;
    }
    #foot .link2 {
        top: 22px;
    }
}

/* <768 移动端 重点*/
@media screen and (max-width: 768px) {
    #f_link dl.contact {
        width: 80%;
    }
}

@media screen and (max-width: 480px) {
    #foot .foot_rt {
        flex-direction: column;
    }
    #f_link {
        padding: 20px 0 0;
    }
    #f_link .f_left {
        flex-wrap: wrap;
    }
    #f_link dl {
        width: 33.33%;
    }
    #f_link dl.contact {
        width: 100%;
        margin: 0 auto 0;
    }
    #f_link dl.contact dd {
        width: 48%;
        padding-bottom: 0;
    }
    #f_link dl.contact dd h3 {
        line-height: 1.5;
    }
    #f_link dl.contact dd p {
        margin: 0 0 5px;
    }
    #foot .link2 {
        width: auto;
        position: relative;
    }
    #foot .link2 dl {
        bottom: 40px;
        margin-bottom: 0;
    }
    .social-share {
        text-align: center;
    }
}