/*common start*/

:root {
    --primary-color: #035ab8;
    --main-color: #035ab8;
    --main-color-white: #fff;
}

body,
div,
ul,
li,
a,
img,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
span,
strong,
input {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    list-style: none;
}

body {
    font-size: 12px;
    color: #333;
    overflow-x: hidden;
}

a {
    color: #666;
}

a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

p {
    line-height: 1.5em;
    padding: 5px 0;
}

.clear {
    margin: 0;
    padding: 0;
    font-size: 0;
    clear: both;
}

.wapper1 {
    width: 90%;
    margin: 0 auto;
    max-width: 1600px;
    min-width: 1000px;
}

.wapper2 {
    width: 90%;
    margin: 0 auto;
    min-width: 1000px;
}

input,
textarea,
select {
    outline: none;
    font-family: inherit;
}

img {
    object-fit: cover;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

#lContent img,
#lblContent img,
.xiangxi_con img,
.xiangqing img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}

@media(max-width:999px) {
    .wapper1 {
        width: 90%;
        min-width: 0;
    }
    .wapper2 {
        width: 90%;
        min-width: 0;
    }
}


/*common end*/

.head {
    width: 100%;
    position: fixed;
    z-index: 55;
    left: 0;
    top: 0;
    transition: all .3s ease;
}

.head2bg {
    position: relative;
    background: #fff;
}

.head2 {
    height: 100px;
    transition: all .3s ease;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
    padding: 0 2%;
    width: 100%;
}

.h_left span {
    font-size: 1vw !important;
}

.head .logo {
    position: relative;
    width: 25%;
}

.head .logo img {
    width: 100%;
    image-rendering: auto;
}

.head .logo .img1 {
    display: none;
}

.head2 .rt {
    position: relative;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

@media(max-width:1120px) {
    .head2 .rt {
        width: 86%;
    }
}

.head .h_search_btn {
    width: 40px;
    height: 40px;
    box-sizing: border-box;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: var(--primary-color);
    border: 1px solid var(--primary-color);
    color: #fff;
    border-radius: 4px;
    margin-left: 0.7vw;
    cursor: pointer;
    transition: all .3s ease;
}

.head .h_search_btn:hover {
    background: #fff;
    color: var(--primary-color);
}

.head .h_search_box {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.head .h_search_box.active1 {
    opacity: 1;
    visibility: visible;
}

.head .h_search_close1 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 998;
}

.head .h_searchbg {
    width: 90%;
    max-width: 620px;
    border-radius: 5px;
    background: rgba(0, 0, 0, 0.8);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    position: absolute;
    left: 50%;
    top: 45%;
    transform: translate(-50%, -50%);
    z-index: 999;
}

.head .h_search {
    padding: 30px 5%;
    max-width: 1000px;
    margin: 0 auto;
}

.head .h_search_close2 {
    display: none;
}

.head .h_search .form {
    height: 50px;
    overflow: hidden;
    background: #fff;
    border-radius: 5px;
    overflow: hidden;
}

.head .h_search .form .text1 {
    float: left;
    border: none;
    background: none;
    height: 50px;
    line-height: 50px;
    padding: 0 0 0 10px;
    width: calc(100% - 90px);
    box-sizing: border-box;
}

.head .h_search .form .button1 {
    float: right;
    border: none;
    background: var(--primary-color);
    width: 90px;
    height: 50px;
    line-height: 50px;
    cursor: pointer;
    font-size: 20px;
    color: #fff;
    transition: all .3s ease;
}

.head .h_search .form .button1:hover {
    opacity: .9;
}

.head .h_search .form .button1 i {
    display: none;
}


/*menu*/

.head .menu {
    height: 100px;
    /* line-height: 100px; */
    display: flex;
}

.head .menu>ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.head .menu>ul>li {
    /* float: left; */
}

.head .menu>ul>li.menu_down {
    position: relative;
}

.head .menu>ul>li>a {
    color: #333;
    display: block;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding: 0 0.8rem;
    z-index: 1;
}

.head .menu>ul>li>a:hover,
.head .menu>ul>li:hover>a,
.head .menu>ul>li.hover>a {
    color: var(--primary-color);
}


/*.head .menu>ul>li.menu_down>a:after{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; margin-left:.26vw;}*/


/*.head .menu>ul>li>a:before{ content:""; width:0; height:2px; background:var(--primary-color); position:absolute; top:0; left:50%; transform:translateX(-50%); transition:all .3s ease; z-index:-1;}
.head .menu>ul>li>a:hover:before,.head .menu>ul>li:hover>a:before{ width:100%;}*/

.head .menu>ul>li ul {
    width: fit-content;
    min-width: 180px;
    background: rgba(255, 255, 255, 0.9);
    border-top: 2px solid var(--primary-color);
    box-shadow: 0 0 10px rgba(0, 0, 0, .2);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: none;
}

.head .menu>ul>li ul li {
    position: relative;
}

.head .menu>ul>li ul li a {
    color: #333;
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 5px;
    text-align: center;
    white-space: nowrap;
    position: relative;
}

.head .menu>ul>li ul li a:hover,
.head .menu>ul>li>ul li:hover>a {
    color: var(--primary-color);
}

.head .menu>ul>li ul li ul {
    width: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    transform: translateX(0);
    display: none;
}

.head .menu>ul>li ul li:hover>ul {
    display: block;
}

.head_height {
    height: 100px;
}

.head.active1 {
    /*background:#fff;*/
    box-shadow: 0 0 15px rgba(0, 0, 0, .2);
    background: #39B1FC;
}

.head.active2 {}

@media(max-width:999px) {
    .head_height {
        height: 60px;
    }
    .head {
        background: #fff;
    }
    .head2 {
        height: 60px;
    }
    .head .logo {
        /* width: 50%;
        height: 60px; */
        width: 80%;
    }
    .head .logo .img1 {
        display: block;
    }
    .head .logo .img2 {
        display: none;
    }
    .head .h_search_btn {
        width: 30px;
        height: 30px;
    }
    .head .menu {
        display: none;
    }
    .head2 .rt {
        width: 100%;
        justify-content: end;
    }
}


/**/

.head .nav_open {
    width: 24px;
    height: 20px;
    cursor: pointer;
    display: none;
    position: relative;
    margin-left: 20px;
}

.head .nav_open i,
.head .nav_open:before,
.head .nav_open:after {
    width: 24px;
    height: 2px;
    background: #666;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s ease;
}

.head .nav_open i {
    top: 50%;
    transform: translateX(-50%) translate(0, -50%);
}

.head .nav_open:before {
    content: "";
    top: 0px;
}

.head .nav_open:after {
    content: "";
    bottom: 0px;
}

.head .nav_open.active0 i {
    opacity: 0;
    visibility: hidden;
}

.head .nav_open.active0:before {
    transform: translateX(-50%) translateY(9px) rotate(45deg);
}

.head .nav_open.active0:after {
    transform: translateX(-50%) translateY(-9px) rotate(-45deg);
}

.head .nav_box {
    width: 100%;
    height: calc(100vh - 60px);
    position: fixed;
    left: 0;
    top: 60px;
    display: none;
}

.head .nav_close1 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 998;
}

.head .navbg {
    width: 60%;
    height: 100%;
    background: #fff;
    color: #333;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    transition: all .6s ease;
    transform: translateX(100%);
}

.head .nav_box.active1 .navbg {
    transform: translateX(0);
}

.head .nav {
    position: relative;
}

.head .nav_close2 {
    display: none;
}

.head .nav_list {
    max-height: calc(100vh - 60px);
    overflow-y: auto;
}

.head .nav_list ul {}

.head .nav_list ul li {}

.head .nav_list>ul>li {
    border-bottom: 1px solid #dee2e6;
}

.head .nav_list ul li span {
    padding: 5px 30px 5px 15px;
    display: block;
    position: relative;
}

.head .nav_list>ul>li>span {
    padding: 10px 30px 10px 15px;
}

.head .nav_list ul li span a {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    z-index: 2;
    color: #333;
}

.head .nav_list>ul>li>span a {
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
}

.head .nav_list ul li.nav_down>span:after {
    content: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 15px;
    right: 10px;
    transition: all .3s ease;
}

.head .nav_list ul li.nav_down.active1>span:after {
    transform: rotate(90deg);
}

.head .nav_list ul li ul {
    padding: 5px 15px 0 15px;
    display: none;
}

.head .nav_list ul li.active1>span>i {
    background-image: url(../images/ico_up1.png);
}

.head .nav_list ul li ul li.nav_down>span:after {
    top: 8px;
}

.head.active1 .nav_open i,
.head.active1 .nav_open:before,
.head.active1 .nav_open:after {
    background: #333;
}

.head.active2 .nav_open i,
.head.active2 .nav_open:before,
.head.active2 .nav_open:after {
    background: #333;
}

@media(max-width:999px) {
    .head .nav_open {
        display: block;
    }
}

.banner_swiper {
    position: relative;
}

.banner_swiper .swiper-container {
    width: 100%;
}

.banner_swiper .swiper-container .swiper-slide {
    position: relative;
}

.banner_swiper .swiper-container .swiper-slide img {
    display: block;
    width: 100%;
}

.banner_swiper .swiper-container .swiper-slide .txtbg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner_swiper .swiper-container .swiper-slide .txt {
    color: #fff;
    max-width: 680px;
}

.banner_swiper .swiper-container .swiper-slide .txt .h2 {
    font-size: 60px;
    line-height: 70px;
    margin-bottom: 1.56vw;
    font-weight: bold;
}

.banner_swiper .swiper-container .swiper-slide .txt .h3 {
    font-size: 50px;
    line-height: 60px;
}

.banner_swiper .swiper-pagination {
    bottom: 10px;
    height: 20px;
    width: 100%;
}

.banner_swiper .swiper-pagination span {
    vertical-align: top;
    width: 20px;
    height: 20px;
    background: transparent;
    border: 1px solid transparent;
    opacity: 1;
    margin: 0 5px;
    border-radius: 100%;
    transition: all .3s ease;
    box-sizing: border-box;
    position: relative;
}

.banner_swiper .swiper-pagination span:before {
    content: "";
    width: 12px;
    height: 12px;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner_swiper .swiper-pagination span.swiper-pagination-bullet-active {
    border-color: #fff;
}

.banner_swiper .swiper-button-prev,
.banner_swiper .swiper-button-next {
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    border: 1px solid #fff;
    background: none;
    color: #fff;
    font-size: 30px;
    transition: all .3s ease;
    box-sizing: border-box;
    border-radius: 100%;
    display: none;
}

.banner_swiper .swiper-button-prev:hover,
.banner_swiper .swiper-button-next:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.banner_swiper .swiper-button-prev {
    left: 3%;
}

.banner_swiper .swiper-button-next {
    right: 3%;
}

@media(max-width:999px) {
    .banner_swiper .swiper-container .swiper-slide .txt .h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .banner_swiper .swiper-container .swiper-slide .txt .h3 {
        font-size: 14px;
        line-height: 18px;
    }
    .banner_swiper .swiper-pagination {
        bottom: 10px;
        height: 8px;
        display: block;
    }
    .banner_swiper .swiper-pagination span {
        width: 8px;
        height: 8px;
        background: rgba(0, 0, 0, .5);
        border: none;
        margin: 0 3px;
    }
    .banner_swiper .swiper-pagination span.swiper-pagination-bullet-active {
        background: var(--primary-color);
    }
    .banner_swiper .swiper-pagination span:before {
        display: none;
    }
    .banner_swiper .swiper-button-prev,
    .banner_swiper .swiper-button-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 24px;
        display: none;
    }
}

.tit1 {
    text-align: center;
}

.tit1 .h2 {
    font-size: 48px;
    line-height: 58px;
}

.tit1 .h3 {
    font-size: 18px;
    line-height: 28px;
    margin-top: 10px;
}

.con01bg {
    padding: 80px 0 60px 0;
}

.con01 {}

.con01 .list {
    margin-top: 40px;
}

.swiper_solution {
    position: relative;
}

.swiper_solution .swiper-container {
    width: 100%;
}

.swiper_solution .swiper-container .swiper-slide {
    position: relative;
}

.swiper_solution .swiper-container .swiper-slide .nr_box {
    border-radius: 4px;
    overflow: hidden;
    position: relative;
}

.swiper_solution .swiper-container .swiper-slide .img {
    padding-bottom: 170%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.swiper_solution .swiper-container .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    transition: all .3s ease;
}

.swiper_solution .swiper-container .swiper-slide:hover .img img {
    transform: scale(1.1);
}

.swiper_solution .swiper-container .swiper-slide .txtbg {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
}

.swiper_solution .swiper-container .swiper-slide .txt {
    padding: 0 8% 30px 8%;
    color: #fff;
}

.swiper_solution .swiper-container .swiper-slide .txt .h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}

.swiper_solution .swiper-container .swiper-slide .txt .h3 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
}

.swiper_solution .swiper-container .swiper-slide .txt .h4 {
    font-size: 16px;
    line-height: 26px;
}

.swiper_solution .swiper-container .swiper-slide .txt .h4 span {
    display: inline-block;
    border-bottom: 1px solid #fff;
}

.swiper_solution .swiper-container .swiper-slide .txt .h4 span:hover {
    color: var(--primary-color);
}

.swiper_solution .swiper-container .swiper-slide .txt .h4 i {
    margin-left: 5px;
}

.swiper_solution .swiper-pagination {
    bottom: 0px;
    height: 8px;
    width: 100%;
    display: none;
}

.swiper_solution .swiper-pagination span {
    vertical-align: top;
    width: 8px;
    height: 8px;
    background: rgba(0, 0, 0, .5);
    opacity: 1;
    margin: 0 3px;
    border-radius: 100%;
    transition: all .3s ease;
    box-sizing: border-box;
    position: relative;
}

.swiper_solution .swiper-pagination span.swiper-pagination-bullet-active {
    background: var(--primary-color);
}

.swiper_solution .swiper-button-prev,
.swiper_solution .swiper-button-next {
    width: 58px;
    height: 58px;
    line-height: 58px;
    text-align: center;
    border: 1px solid #fff;
    background: none;
    color: #fff;
    font-size: 30px;
    transition: all .3s ease;
    box-sizing: border-box;
    border-radius: 100%;
    display: none;
}

.swiper_solution .swiper-button-prev:hover,
.swiper_solution .swiper-button-next:hover {
    border-color: var(--primary-color);
    color: var(--primary-color);
}

.swiper_solution .swiper-button-prev {
    left: 3%;
}

.swiper_solution .swiper-button-next {
    right: 3%;
}

@media(max-width:999px) {
    .tit1 .h2 {
        font-size: 24px;
        line-height: 24px;
    }
    .tit1 .h3 {
        font-size: 14px;
        line-height: 24px;
        margin-top: 5px;
    }
    .con01bg {
        padding: 40px 0 30px 0;
    }
    .con01 .list {
        margin-top: 20px;
    }
    .swiper_solution {
        padding-bottom: 30px;
    }
    .swiper_solution .swiper-container .swiper-slide .img {
        padding-bottom: 170%;
    }
    .swiper_solution .swiper-container .swiper-slide .txt {
        padding: 0 5% 20px 5%;
    }
    .swiper_solution .swiper-container .swiper-slide .txt .h2 {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px;
    }
    .swiper_solution .swiper-container .swiper-slide .txt .h3 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 10px;
    }
    .swiper_solution .swiper-container .swiper-slide .txt .h4 {
        font-size: 14px;
        line-height: 18px;
    }
    .swiper_solution .swiper-pagination {
        display: block;
    }
}

.more1 {}

.more1 span {
    display: inline-block;
    border-bottom: 1px solid #666;
    color: #333;
    font-size: 16px;
    line-height: 26px;
}

.more1 span:hover {
    color: var(--primary-color);
}

.more1 i {
    margin-left: 5px;
}

.con02bg {
    padding: 60px 0 80px 0;
}

.con02 {}

.con02 .list {
    margin-top: 40px;
}

.proclass_gallery3 {
    position: relative;
}

.proclass_gallery3 .proclass_gallery-thumbs {
    border-bottom: 1px solid #d1d2d4;
    margin-bottom: 50px;
}

.proclass_gallery3 .proclass_gallery-thumbs .swiper-container {
    width: 100%;
}

.proclass_gallery3 .proclass_gallery-thumbs .swiper-container .swiper-slide {
    position: relative;
    text-align: center;
    padding-bottom: 15px;
    cursor: pointer;
}

.proclass_gallery3 .proclass_gallery-thumbs .swiper-container .swiper-slide.swiper-slide-thumb-active:before {
    content: "";
    width: 100%;
    height: 3px;
    background: var(--primary-color);
    position: absolute;
    bottom: -1px;
    left: 0;
}

.proclass_gallery3 .proclass_gallery-thumbs .swiper-container .swiper-slide .img {
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.proclass_gallery3 .proclass_gallery-thumbs .swiper-container .swiper-slide .img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
}

.proclass_gallery3 .proclass_gallery-thumbs .swiper-container .swiper-slide .h2 {
    font-size: 20px;
    line-height: 30px;
    height: 30px;
    margin-top: 5px;
    text-transform: capitalize;
}

.proclass_gallery3 .proclass_gallery-top {}

.proclass_gallery3 .proclass_gallery-top .swiper-container {
    width: 100%;
}

.proclass_gallery3 .proclass_gallery-top>.swiper-container>.swiper-wrapper>.swiper-slide {
    position: relative;
    opacity: 0;
    visibility: hidden;
}

.proclass_gallery3 .proclass_gallery-top>.swiper-container>.swiper-wrapper>.swiper-slide.swiper-slide-active {
    opacity: 1;
    visibility: visible;
}

.proclass_swiper {}

.proclass_swiper .swiper-container {
    width: 100%;
}

.proclass_swiper .swiper-container .swiper-slide {
    position: relative;
    text-align: center;
}

.proclass_swiper .swiper-container .swiper-slide .nr_box {}

.proclass_swiper .swiper-container .swiper-slide .img {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    margin-bottom: 25px;
}

.proclass_swiper .swiper-container .swiper-slide .img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    transition: all .3s ease;
}

.proclass_swiper .swiper-container .swiper-slide:hover .img img {
    transform: scale(1.1);
}

.proclass_swiper .swiper-container .swiper-slide .txt {
    margin-bottom: 5px;
}

.proclass_swiper .swiper-container .swiper-slide .txt .h2 {
    font-size: 18px;
    line-height: 28px;
    color: #999;
    margin-bottom: 15px;
}

.proclass_swiper .swiper-container .swiper-slide .txt .h3 {
    font-size: 24px;
    line-height: 34px;
}

.proclass_swiper .swiper-container .swiper-slide .more1 {}

.proclass_swiper .swiper-button-prev,
.proclass_swiper .swiper-button-next {
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #ccc;
    background: none;
    color: #999;
    font-size: 30px;
    transition: all .3s ease;
    box-sizing: border-box;
    border-radius: 100%;
}

.proclass_swiper .swiper-button-prev:hover,
.proclass_swiper .swiper-button-next:hover {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #fff;
}

.proclass_swiper .swiper-button-prev {
    left: 1px;
}

.proclass_swiper .swiper-button-next {
    right: 1px;
}

@media(max-width:999px) {
    .more1 span {
        font-size: 14px;
        line-height: 24px;
    }
    .con02bg {
        padding: 30px 0 40px 0;
    }
    .con02 .list {
        margin-top: 20px;
    }
    .proclass_gallery3 .proclass_gallery-thumbs {
        margin-bottom: 20px;
    }
    .proclass_gallery3 .proclass_gallery-thumbs .swiper-container .swiper-slide {
        padding-bottom: 10px;
    }
    .proclass_gallery3 .proclass_gallery-thumbs .swiper-container .swiper-slide.swiper-slide-thumb-active:before {
        height: 3px;
    }
    .proclass_gallery3 .proclass_gallery-thumbs .swiper-container .swiper-slide .img {
        height: 30px;
    }
    .proclass_gallery3 .proclass_gallery-thumbs .swiper-container .swiper-slide .h2 {
        font-size: 14px;
        line-height: 18px;
        height: 18px;
        margin-top: 5px;
    }
    .proclass_swiper .swiper-container .swiper-slide .img {
        margin-bottom: 20px;
    }
    .proclass_swiper .swiper-container .swiper-slide .txt {
        margin-bottom: 5px;
    }
    .proclass_swiper .swiper-container .swiper-slide .txt .h2 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }
    .proclass_swiper .swiper-container .swiper-slide .txt .h3 {
        font-size: 16px;
        line-height: 16px;
        height: 32px;
    }
    .proclass_swiper .swiper-button-prev,
    .proclass_swiper .swiper-button-next {
        width: 40px;
        height: 40px;
        line-height: 38px;
        font-size: 20px;
    }
}

.con03bg {
    padding: 80px 0 60px 0;
    background: #f1f1f2;
}

.con03 {}

.con03 .list {
    margin-top: 40px;
}

.con03 .list ul {
    display: flex;
    justify-content: flex-start;
    /*align-items: center;*/
    flex-wrap: wrap;
}

.con03 .list ul li {
    width: 25%;
    box-sizing: border-box;
    border: 1px solid #fff;
    position: relative;
}

.con03 .list ul li .img {
    padding-bottom: 80%;
    position: relative;
    overflow: hidden;
}

.con03 .list ul li .img img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
}

.con03 .list ul li .img:before {
    content: "";
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.con03 .list ul li:hover .img:before {
    opacity: 1;
    visibility: visible;
}

.con03 .list ul li .txtbg {
    width: 100%;
    padding: 0 10%;
    box-sizing: border-box;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.con03 .list ul li .txt {}

.con03 .list ul li:hover .txt {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.con03 .list ul li .ico {
    margin: 0 auto;
    width: 120px;
    height: 120px;
    border: 2px solid #fff;
    border-radius: 100%;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all .3s ease;
}

.con03 .list ul li:hover .ico {
    margin: 0;
    width: 90px;
    height: 90px;
}

.con03 .list ul li .ico img {
    display: block;
    max-width: 50%;
    max-height: 50%;
}

.con03 .list ul li .h2 {
    font-size: 24px;
    line-height: 34px;
    text-align: center;
    margin-top: .78vw;
}

.con03 .list ul li:hover .h2 {
    width: calc(100% - 105px);
    text-align: left;
    margin-top: 0;
}

.con03 .list ul li .h3 {
    font-size: 14px;
    line-height: 24px;
    margin-top: 1.04vw;
    display: none;
}

.con03 .list ul li:hover .h3 {
    display: block;
}

.con03 .list ul li.li_more {}

.con03 .list ul li.li_more:hover .txt {
    display: block !important;
}

.con03 .list ul li.li_more:hover .ico {
    margin: 0 auto !important;
    width: 120px !important;
    height: 120px !important;
}

.con03 .list ul li.li_more:hover .h2 {
    width: 100% !important;
    text-align: center !important;
    margin-top: .78vw !important;
}

.con03 .list ul li.li_more:hover .h3 {
    display: none !important;
}

@media(max-width:999px) {
    .con03bg {
        padding: 40px 0 30px 0;
    }
    .con03 .list {
        margin-top: 20px;
    }
    .con03 .list ul li {
        width: 50%;
    }
    .con03 .list ul li .img {
        padding-bottom: 125%;
    }
    .con03 .list ul li .txtbg {
        padding: 0 5%;
    }
    .con03 .list ul li .txt {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .con03 .list ul li .ico {
        width: 70px;
        height: 70px;
        border-width: 1px;
    }
    .con03 .list ul li:hover .ico {
        width: 70px;
        height: 70px;
    }
    .con03 .list ul li .h2 {
        font-size: 16px;
        line-height: 26px;
        margin-top: 0;
        width: calc(100% - 80px);
        text-align: left;
    }
    .con03 .list ul li .h3 {
        font-size: 14px;
        line-height: 18px;
        margin-top: 5px;
        display: block;
    }
    .con03 .list ul li.li_more .txt {
        display: block !important;
    }
    .con03 .list ul li.li_more .h2 {
        width: 100% !important;
        text-align: center !important;
        margin-top: .78vw !important;
    }
}

.con04bg {
    padding: 60px 0 80px 0;
    background: #f1f1f2;
}

.con04 {}

.con04 .list {
    margin-top: 40px;
}

.swiper_case {
    position: relative;
}

.swiper_case .swiper-container {
    width: 100%;
}

.swiper_case .swiper-container .swiper-slide {
    position: relative;
    text-align: center;
}

.swiper_case .swiper-container .swiper-slide .nr_box {
    overflow: hidden;
    position: relative;
    background: #fff;
    padding: 8px;
}

.swiper_case .swiper-container .swiper-slide .img {
    padding-bottom: 65%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.swiper_case .swiper-container .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    transition: all .3s ease;
}

.swiper_case .swiper-container .swiper-slide:hover .img img {
    transform: scale(1.1);
}

.swiper_case .swiper-container .swiper-slide .txtbg {}

.swiper_case .swiper-container .swiper-slide .txt {
    padding: 15px 0;
}

.swiper_case .swiper-container .swiper-slide .txt .h2 {
    font-size: 20px;
    line-height: 30px;
}

.swiper_case .swiper-pagination {
    bottom: 0px;
    height: 8px;
    width: 100%;
    display: none;
}

.swiper_case .swiper-pagination span {
    vertical-align: top;
    width: 8px;
    height: 8px;
    background: rgba(0, 0, 0, .5);
    opacity: 1;
    margin: 0 3px;
    border-radius: 100%;
    transition: all .3s ease;
    box-sizing: border-box;
    position: relative;
}

.swiper_case .swiper-pagination span.swiper-pagination-bullet-active {
    background: var(--primary-color);
}

.swiper_case .swiper-button-prev,
.swiper_case .swiper-button-next {
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #ccc;
    background: none;
    color: #999;
    font-size: 30px;
    transition: all .3s ease;
    box-sizing: border-box;
    border-radius: 100%;
}

.swiper_case .swiper-button-prev:hover,
.swiper_case .swiper-button-next:hover {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #fff;
}

.swiper_case .swiper-button-prev {
    left: -60px;
}

.swiper_case .swiper-button-next {
    right: -60px;
}

@media(max-width:999px) {
    .con04bg {
        padding: 30px 0 40px 0;
    }
    .con04 .list {
        margin-top: 20px;
    }
    .swiper_case {
        padding-bottom: 30px;
    }
    .swiper_case .swiper-container .swiper-slide .nr_box {
        padding: 5px;
    }
    .swiper_case .swiper-container .swiper-slide .txt {
        padding: 10px 0;
    }
    .swiper_case .swiper-container .swiper-slide .txt .h2 {
        font-size: 14px;
        line-height: 24px;
    }
    .swiper_case .swiper-pagination {
        display: block;
    }
    .swiper_case .swiper-button-prev,
    .swiper_case .swiper-button-next {
        width: 40px;
        height: 40px;
        line-height: 38px;
        font-size: 20px;
        display: none;
    }
    .swiper_case .swiper-button-prev {
        left: 0px;
    }
    .swiper_case .swiper-button-next {
        right: 0px;
    }
}

.con05bg {
    padding: 80px 0;
}

.con05 {}

.con05 .list {
    margin-top: 40px;
}

.swiper_hezuo {
    position: relative;
    padding-bottom: 30px;
}

.swiper_hezuo .swiper-container {
    width: 100%;
}

.swiper_hezuo .swiper-container .swiper-slide {
    position: relative;
    text-align: center;
}

.swiper_hezuo .swiper-container .swiper-slide .nr_box {
    overflow: hidden;
    position: relative;
    background: #fff;
    border: 1px #d1d2d4 solid;
}

.swiper_hezuo .swiper-container .swiper-slide:hover .nr_box {
    padding-bottom: 46px;
    border-color: var(--primary-color);
    z-index: 2;
}

.swiper_hezuo .swiper-container .swiper-slide .img {
    height: 120px;
    position: relative;
    overflow: hidden;
}

.swiper_hezuo .swiper-container .swiper-slide:hover .img {
    height: 74px;
}

.swiper_hezuo .swiper-container .swiper-slide .img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    transition: all .3s ease;
}

.swiper_hezuo .swiper-container .swiper-slide:hover .img img {
    transform: scale(1.1);
}

.swiper_hezuo .swiper-container .swiper-slide .txtbg {
    width: 100%;
    background: var(--primary-color);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    transform: scaleY(0);
    transition: all .3s ease;
    transform-origin: bottom center;
}

.swiper_hezuo .swiper-container .swiper-slide:hover .txtbg {
    transform: scaleY(1);
}

.swiper_hezuo .swiper-container .swiper-slide .txt {
    padding: 0 5%;
}

.swiper_hezuo .swiper-container .swiper-slide .txt .h2 {
    font-size: 18px;
    line-height: 46px;
    height: 46px;
}

.swiper_hezuo .swiper-pagination {
    bottom: 0px;
    height: 4px;
    width: 100%;
}

.swiper_hezuo .swiper-pagination span {
    vertical-align: top;
    width: 60px;
    height: 4px;
    background: rgba(0, 0, 0, .5);
    opacity: 1;
    margin: 0 5px;
    border-radius: 0;
    transition: all .3s ease;
    box-sizing: border-box;
    position: relative;
}

.swiper_hezuo .swiper-pagination span.swiper-pagination-bullet-active {
    background: var(--primary-color);
}

.swiper_hezuo .swiper-button-prev,
.swiper_hezuo .swiper-button-next {
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #ccc;
    background: none;
    color: #999;
    font-size: 30px;
    transition: all .3s ease;
    box-sizing: border-box;
    border-radius: 100%;
    display: none;
}

.swiper_hezuo .swiper-button-prev:hover,
.swiper_hezuo .swiper-button-next:hover {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #fff;
}

.swiper_hezuo .swiper-button-prev {
    left: -60px;
}

.swiper_hezuo .swiper-button-next {
    right: -60px;
}

@media(max-width:999px) {
    .con05bg {
        padding: 40px 0;
    }
    .con05 .list {
        margin-top: 20px;
    }
    .swiper_hezuo {
        padding-bottom: 30px;
    }
    .swiper_hezuo .swiper-container .swiper-slide:hover .nr_box {
        padding-bottom: 0;
    }
    .swiper_hezuo .swiper-container .swiper-slide .img {
        height: 90px;
    }
    .swiper_hezuo .swiper-container .swiper-slide:hover .img {
        height: 90px;
    }
    .swiper_hezuo .swiper-container .swiper-slide .txtbg {
        display: none;
    }
    .swiper_hezuo .swiper-container .swiper-slide .txt .h2 {
        font-size: 18px;
        line-height: 46px;
        height: 46px;
    }
    .swiper_hezuo .swiper-pagination {
        height: 4px;
    }
    .swiper_hezuo .swiper-pagination span {
        width: 40px;
        height: 4px;
        margin: 0 3px;
    }
}

.con06bg {
    background: #f1f1f2;
}

.con06 {
    position: relative;
    padding: 80px 0;
    z-index: 1;
}

.con06:before {
    content: "";
    width: 16%;
    height: 100%;
    background: var(--primary-color);
    position: absolute;
    top: 0;
    right: 0;
    z-index: -1;
}

.con06_list1 {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    margin-bottom: 40px;
}

.con06_list1 .lt {
    width: 48%;
}

.con06_list1 .lt .h2 {
    font-size: 48px;
    line-height: 58px;
    font-weight: bold;
    margin-bottom: 1.3vw;
}

.con06_list1 .lt .h3 {
    font-size: 16px;
    line-height: 2em;
    margin-bottom: 3.64vw;
}

.con06_list1 .lt .h4 {
    font-size: 16px;
    line-height: 26px;
}

.con06_list1 .lt .h4 span {
    display: inline-block;
    border-bottom: 1px solid var(--primary-color);
    color: var(--primary-color);
}

.con06_list1 .lt .h4 i {
    margin-left: 5px;
}

.con06_list1 .rt {
    width: 48%;
}

.con06_list1 .rt .img {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.con06_list1 .rt img {
    display: block;
    width: 100%;
    border-radius: 5px;
    transition: all .3s ease;
}

.con06_list1 .rt:hover img {
    transform: scale(1.1);
}

.con06_list1 .rt i {
    font-size: 60px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.con06_list2 {
    padding-right: 18%;
    margin-bottom: 40px;
}

.con06_list2 ul {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}

.con06_list2 ul li {
    text-align: center;
}

.con06_list2 ul li .txt {}

.con06_list2 ul li .txt .h2 {
    font-size: 16px;
    line-height: 26px;
}

.con06_list2 ul li .txt .h3 {
    font-size: 18px;
    color: var(--primary-color);
}

.con06_list2 ul li .txt .h3 strong {
    font-size: 60px;
}

.con06_list2 ul li .txt .h3 span {}

.con06_list3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.con06_list3 .lt {
    width: 82%;
}

.swiper_bghj {
    position: relative;
}

.swiper_bghj .swiper-container {
    width: 100%;
}

.swiper_bghj .swiper-container .swiper-slide {
    position: relative;
    text-align: center;
}

.swiper_bghj .swiper-container .swiper-slide .nr_box {
    overflow: hidden;
    position: relative;
}

.swiper_bghj .swiper-container .swiper-slide .img {
    padding-bottom: 74%;
    position: relative;
    overflow: hidden;
}

.swiper_bghj .swiper-container .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    transition: all .3s ease;
}

.swiper_bghj .swiper-container .swiper-slide:hover .img img {
    transform: scale(1.1);
}

.swiper_bghj .swiper-container .swiper-slide .txtbg {
    width: 100%;
    background: var(--primary-color);
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    transform: scaleY(0);
    transition: all .3s ease;
    transform-origin: bottom center;
}

.swiper_bghj .swiper-container .swiper-slide:hover .txtbg {
    transform: scaleY(1);
}

.swiper_bghj .swiper-container .swiper-slide .txt {
    padding: 10px 5%;
}

.swiper_bghj .swiper-container .swiper-slide .txt .h2 {
    font-size: 18px;
    line-height: 28px;
}

.swiper_bghj .swiper-pagination {
    bottom: 0px;
    height: 8px;
    width: 100%;
    display: none;
}

.swiper_bghj .swiper-pagination span {
    vertical-align: top;
    width: 8px;
    height: 8px;
    background: rgba(0, 0, 0, .5);
    opacity: 1;
    margin: 0 3px;
    border-radius: 100%;
    transition: all .3s ease;
    box-sizing: border-box;
    position: relative;
}

.swiper_bghj .swiper-pagination span.swiper-pagination-bullet-active {
    background: var(--primary-color);
}

.swiper_bghj .swiper-button-prev,
.swiper_bghj .swiper-button-next {
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #ccc;
    background: none;
    color: #999;
    font-size: 30px;
    transition: all .3s ease;
    box-sizing: border-box;
    border-radius: 100%;
    display: none;
}

.swiper_bghj .swiper-button-prev:hover,
.swiper_bghj .swiper-button-next:hover {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #fff;
}

.swiper_bghj .swiper-button-prev {
    left: -60px;
}

.swiper_bghj .swiper-button-next {
    right: -60px;
}

.con06_list3 .rt {
    width: 16%;
    text-align: center;
    color: #fff;
}

.con06_list3 .rt .h2 {
    font-size: 36px;
    line-height: 46px;
}

.con06_list3 .rt .h2 i {
    margin-right: 5px;
}

.video1_box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.video1_close1 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.video1bg {
    width: 90%;
    max-width: 1200px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.video1_close2 {
    width: 30px;
    height: 30px;
    background: url(../images/close.png) center no-repeat;
    position: absolute;
    top: -30px;
    right: -30px;
    cursor: pointer;
    transition: all .3s ease;
    z-index: 2;
}

.video1_close2:hover {
    transform: rotate(90deg);
}

.video1 {}

.video1 video {
    display: block;
    width: 100%;
    max-height: 100vh;
}

@media(max-width:999px) {
    .con06 {
        padding: 40px 0;
    }
    .con06:before {
        display: none;
    }
    .con06_list1 {
        display: block;
        margin-bottom: 30px;
    }
    .con06_list1 .lt {
        width: 100%;
        margin-bottom: 20px;
    }
    .con06_list1 .lt .h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 5px;
    }
    .con06_list1 .lt .h3 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .con06_list1 .lt .h4 {
        font-size: 16px;
        line-height: 26px;
    }
    .con06_list1 .rt {
        width: 100%;
    }
    .con06_list1 .rt i {
        font-size: 60px;
    }
    .con06_list2 {
        padding-right: 0;
        margin-bottom: 30px;
    }
    .con06_list2 ul {
        justify-content: center;
        flex-wrap: wrap;
    }
    .con06_list2 ul li {
        width: 32%;
        margin: 5px 0 5px 2%;
    }
    .con06_list2 ul li:nth-child(3n-2) {
        margin-left: 0;
    }
    .con06_list2 ul li .txt .h2 {
        font-size: 14px;
        line-height: 24px;
    }
    .con06_list2 ul li .txt .h3 {
        font-size: 14px;
    }
    .con06_list2 ul li .txt .h3 strong {
        font-size: 28px;
    }
    .con06_list3 {
        display: block;
    }
    .con06_list3 .lt {
        width: 100%;
    }
    .swiper_bghj {
        padding-bottom: 30px;
    }
    .swiper_bghj .swiper-container .swiper-slide .txt {
        padding: 10px 5%;
    }
    .swiper_bghj .swiper-container .swiper-slide .txt .h2 {
        font-size: 18px;
        line-height: 28px;
    }
    .swiper_bghj .swiper-pagination {
        display: block;
    }
    .con06_list3 .rt {
        display: none;
    }
}

.con07bg {
    padding: 80px 0;
}

.con07 {}

.con07 .list {
    margin-top: 40px;
}

.swiper_honor {
    position: relative;
    padding-bottom: 30px;
}

.swiper_honor .swiper-container {
    width: 100%;
}

.swiper_honor .swiper-container .swiper-slide {
    position: relative;
    text-align: center;
}

.swiper_honor .swiper-container .swiper-slide .nr_box {
    overflow: hidden;
    position: relative;
    background: #f4f4f4;
}

.swiper_honor .swiper-container .swiper-slide .img {
    padding-bottom: 120%;
    position: relative;
    overflow: hidden;
}

.swiper_honor .swiper-container .swiper-slide .img img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    transition: all .3s ease;
}

.swiper_honor .swiper-container .swiper-slide:hover .img img {
    transform: scale(1.1);
}

.swiper_honor .swiper-pagination {
    bottom: 0px;
    height: 4px;
    width: 100%;
}

.swiper_honor .swiper-pagination span {
    vertical-align: top;
    width: 60px;
    height: 4px;
    background: rgba(0, 0, 0, .5);
    opacity: 1;
    margin: 0 5px;
    border-radius: 0;
    transition: all .3s ease;
    box-sizing: border-box;
    position: relative;
}

.swiper_honor .swiper-pagination span.swiper-pagination-bullet-active {
    background: var(--primary-color);
}

.swiper_honor .swiper-button-prev,
.swiper_honor .swiper-button-next {
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    border: 1px solid #ccc;
    background: none;
    color: #999;
    font-size: 30px;
    transition: all .3s ease;
    box-sizing: border-box;
    border-radius: 100%;
    display: none;
}

.swiper_honor .swiper-button-prev:hover,
.swiper_honor .swiper-button-next:hover {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #fff;
}

.swiper_honor .swiper-button-prev {
    left: -60px;
}

.swiper_honor .swiper-button-next {
    right: -60px;
}

@media(max-width:999px) {
    .con07bg {
        padding: 40px 0;
    }
    .con07 .list {
        margin-top: 20px;
    }
    .swiper_honor {
        padding-bottom: 30px;
    }
    .swiper_honor .swiper-pagination {
        height: 4px;
    }
    .swiper_honor .swiper-pagination span {
        width: 40px;
        height: 4px;
        margin: 0 3px;
    }
}

.con08bg {
    padding: 80px 0;
    background: #f1f1f2;
}

.con08 {}

.con08 .list {
    margin-top: 40px;
}

.con08 .list ul {
    display: flex;
    justify-content: flex-start;
    /*align-items: center;*/
    flex-wrap: wrap;
}

.con08 .list ul li {
    width: calc((100% - 45px)/4);
    margin: 0 0 15px 15px;
    background: #fff;
}

.con08 .list ul li:nth-child(4n-3) {
    margin-left: 0;
}

.con08 .list ul li .img {
    padding-bottom: 64%;
    position: relative;
    overflow: hidden;
}

.con08 .list ul li .img img {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    transition: all .3s ease;
}

.con08 .list ul li:hover .img img {
    transform: scale(1.1);
}

.con08 .list ul li .txt {
    padding: 15px 6% 20px 6%;
    color: #666;
}

.con08 .list ul li .txt .h2 {
    font-size: 18px;
    line-height: 28px;
    color: var(--primary-color);
    margin-bottom: 10px;
}

.con08 .list ul li .txt .h3 {
    font-size: 24px;
    line-height: 34px;
    color: #333;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.con08 .list ul li .txt .h4 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.con08 .list ul li .txt .h5 {
    font-size: 16px;
    line-height: 26px;
}

.con08 .list ul li .txt .h5 span {
    display: inline-block;
    border-bottom: 1px solid #666;
}

.con08 .list ul li .txt .h5 span:hover {
    color: var(--primary-color);
}

.con08 .list ul li .txt .h5 i {
    margin-left: 5px;
}

@media(max-width:999px) {
    .con08bg {
        padding: 40px 0;
    }
    .con08 .list {
        margin-top: 20px;
    }
    .con08 .list ul li {
        width: 100%;
        margin: 0 0 15px 0;
    }
    .con08 .list ul li .nr_box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .con08 .list ul li .imgbg {
        width: 28%;
    }
    .con08 .list ul li .img {
        padding-bottom: 85%;
    }
    .con08 .list ul li .txtbg {
        width: 72%
    }
    .con08 .list ul li .txt {
        padding: 15px 5%;
    }
    .con08 .list ul li .txt .h2 {
        display: none;
    }
    .con08 .list ul li .txt .h3 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .con08 .list ul li .txt .h4 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 0;
    }
    .con08 .list ul li .txt .h5 {
        display: none;
    }
}

.more2 {
    text-align: center;
}

.more2 a {
    display: inline-block;
    margin: 0 10px;
}

.more2 span {
    display: inline-block;
    text-align: center;
    font-weight: bold;
    font-size: 18px;
    line-height: 32px;
    padding: 0 25px;
    min-width: 162px;
    border: 2px solid #fff;
    color: #fff;
    border-radius: 30px;
    transition: all .3s ease;
    box-sizing: border-box;
}

.more2 span:hover {
    border-color: var(--primary-color);
    background: var(--primary-color);
}

.con09bg {
    padding: 80px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
}

.con09 {
    text-align: center;
}

.con09 .h2 {
    font-size: 36px;
    line-height: 46px;
    margin-bottom: 5px;
}

.con09 .h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 20px;
}

@media(max-width:999px) {
    .more2 a {
        margin: 0 5px;
    }
    .more2 span {
        font-size: 14px;
        line-height: 32px;
        padding: 0 20px;
        min-width: 120px;
    }
    .con09bg {
        padding: 40px 0;
    }
    .con09 .h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 5px;
    }
    .con09 .h3 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }
}

.foot {
    border-top: 1px solid #f1f1f1;
}

.foot1bg {
    padding: 30px 0;
    display: none;
}

.foot1 {}

.foot1 .list1 {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    margin-bottom: 10px;
}

.foot1 .list1 .lt {
    width: 15%;
    text-align: center;
}

.foot .f_logo {
    margin-bottom: 10px;
}

.foot .f_logo img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    max-height: 100px;
}

.foot1 .list1 .lt .h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
}

.foot1 .list1 .ct {}

.foot .f_nav {
    font-size: 14px;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}

.foot .f_nav dl {
    margin: 0 1vw;
}

.foot .f_nav dl dt {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
    font-weight: bold;
}

.foot .f_nav dl dd {
    margin-top: 5px;
    display: none;
}

.foot1 .list1 .rt {
    width: 17%;
}

.foot .f_phone {
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    margin-bottom: 10px;
}

.foot .f_phone span {
    display: block;
}

.foot .f_phone strong {
    display: block;
    font-size: 26px;
    line-height: 1em;
    text-align: center;
    font-weight: 400;
}

.foot .f_ewm {
    display: flex;
}

.foot .f_ewm .h2 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    text-align: center;
}

.foot .f_ewm ul {
    /*display: flex;justify-content: center;align-items: center;*/
    width: 130px;
    height: 130px;
}

.foot .f_ewm ul li {
    width: 100%;
    box-sizing: border-box;
    text-align: center;
}

.foot .f_ewm ul li img {
    display: block;
    margin: 0 auto;
    border: 1px #ddd solid;
    /* padding:9px; */
    width: 80%;
    box-sizing: border-box;
}

.foot .f_ewm ul li span {
    display: block;
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px;
}

.foot1 .list2 {
    margin-bottom: 40px;
}

.foot .f_contact {
    font-size: 18px;
    line-height: 28px;
}

.foot .f_contact .h2 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
}

.foot .f_contact .h2 span {
    display: block;
}

.foot .f_contact .h2 strong {
    display: block;
    font-size: 22px;
    line-height: 32px;
}

.foot .f_contact ul li {
    padding-left: 25px;
    min-height: 28px;
    position: relative;
    margin-bottom: 5px;
}

.foot .f_contact ul li i {
    width: 20px;
    height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

.foot1 .list3 {}

.foot .f_links {
    font-size: 14px;
    line-height: 24px;
}

.foot .f_links .h2 {
    font-weight: bold;
    margin-bottom: 5px;
}

.foot .f_links ul {
    display: flex;
    justify-content: flex-start;
    /*align-items: center;*/
    flex-wrap: wrap;
}

.foot .f_links ul li {
    margin: 0 20px 10px 0;
}

.foot2bg {
    padding: 20px 0;
    background: #f1f1f2;
}

.foot2 {}

.foot .f_info {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
}

@media(max-width:999px) {
    .foot {
        margin-bottom: 60px;
    }
    .foot1bg {
        padding: 40px 0;
        display: none;
    }
    .foot1 .list1 {
        display: block;
        margin-bottom: 20px;
    }
    .foot1 .list1 .lt {
        margin-bottom: 20px;
        width: 100%;
    }
    .foot .f_logo {
        margin-bottom: 10px;
    }
    .foot .f_logo img {
        max-width: 100%;
    }
    .foot1 .list1 .lt .h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .foot1 .list1 .ct {}
    .foot1 .list1 .rt {
        width: 100%;
    }
    .foot .f_ewm {
        display: block;
    }
    .foot .f_nav {
        font-size: 14px;
        line-height: 24px;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .foot .f_nav dl {
        width: 32%;
        margin: 0 0 20px 2%;
    }
    .foot .f_nav dl:nth-child(3n-2) {
        margin-left: 0;
    }
    .foot .f_nav dl dt {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .foot .f_nav dl dd {
        margin-top: 5px;
    }
    .foot .f_phone {
        font-size: 18px;
        line-height: 28px;
        text-align: center;
        margin-bottom: 20px;
    }
    .foot .f_phone strong {
        font-size: 24px;
        line-height: 34px;
    }
    .foot .f_ewm .h2 {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 10px;
        text-align: center;
    }
    .foot .f_ewm ul {
        justify-content: space-around;
        margin: 0 auto;
    }
    .foot .f_ewm ul li {
        width: 100%;
    }
    .foot .f_ewm ul li span {
        font-size: 12px;
        line-height: 22px;
        margin-top: 5px;
    }
    .foot1 .list2 {
        margin-bottom: 20px;
    }
    .foot .f_contact {
        font-size: 14px;
        line-height: 24px;
    }
    .foot .f_contact .h2 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }
    .foot .f_contact .h2 strong {
        font-size: 20px;
        line-height: 30px;
    }
    .foot .f_contact ul li {
        padding-left: 25px;
        min-height: 24px;
        margin-bottom: 5px;
    }
    .foot .f_contact ul li i {
        width: 20px;
        height: 24px;
    }
    .foot .f_links {
        font-size: 14px;
        line-height: 24px;
    }
    .foot .f_links .h2 {
        margin-bottom: 5px;
    }
    .foot .f_links ul li {
        margin: 0 20px 10px 0;
    }
    .foot2bg {
        padding: 20px 0;
    }
    .foot .f_info {
        font-size: 12px;
        line-height: 22px;
    }
}


/*Add------------------------------------------------------------------------------*/

.inbanner_box {
    position: relative;
}

.inbanner {
    position: relative;
}

.inbanner img {
    display: block;
    width: 100%;
}

.inbanner_txtbg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.inbanner_txt {
    color: #fff;
}

.inbanner_txt .h2 {
    font-size: 2.6vw;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: .52vw;
    text-transform: capitalize;
}

.inbanner_txt .h3 {
    font-size: 1.25vw;
    line-height: 1.4em;
}

.inbarbg {
    border-bottom: 1px solid #dee2e6;
}

.inbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.innav {
    font-size: 16px;
    line-height: 40px;
}

.innav .h1 {
    font-size: 16px;
    line-height: 50px;
    text-align: left;
    padding: 0 40px 0 20px;
    position: relative;
    background: var(--primary-color);
    color: #fff;
    font-weight: bold;
    display: none;
}

.innav .h1:before {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 20px;
    top: 18px;
    transition: all .3s ease;
}

.innav .h1.active1:before {
    transform: rotate(180deg);
}

.innav>ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.innav>ul>li {
    /* display: flex;justify-content:center;align-items:center;*/
    color: #333;
    position: relative;
    margin: 0 25px 0 0;
}

.innav>ul>li:nth-child(1) {
    padding-left: 0;
}

.innav>ul>li>a {
    display: block;
    position: relative;
    white-space: nowrap;
    color: #333;
    text-align: center;
    transition: all .3s ease;
    text-transform: capitalize;
}


/*.innav>ul>li>a:before{ content:""; width:0; height:2px; background:var(--primary-color); position:absolute; bottom:0; left:50%; transform:translateX(-50%); transition:all .3s ease;}*/

.innav>ul>li.hover>a {
    color: var(--primary-color);
}

.innav>ul>li:hover>a {
    color: var(--primary-color);
}


/*.innav>ul>li.hover>a:before,.innav>ul>li:hover>a:before{ width:100%;}*/

.innav ul li ul {
    width: fit-content;
    min-width: 120px;
    padding: 5px 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
    z-index: 2;
}

.innav ul li:hover>ul {
    display: block;
}

.innav ul li ul li {
    text-align: center;
    line-height: 24px;
    padding: 5px 5px;
}

.innav ul li ul li a {
    font-size: 14px;
    color: #666;
    text-transform: capitalize;
}

.innav ul li ul li a:hover {
    color: var(--secondary-color);
}

.weizhi {
    font-size: 14px;
    line-height: 3em;
    text-align: right;
    color: #999;
}

.weizhi i {
    margin-right: 5px;
}

.weizhi a {
    color: #999;
}

.weizhi a:hover {}

@media(max-width:999px) {
    .inbanner_txt .h2 {
        font-size: 24px;
        line-height: 28px;
        margin-bottom: 5px;
    }
    .inbanner_txt .h3 {
        font-size: 14px;
        line-height: 18px;
    }
    .inbarbg {
        position: static;
    }
    .inbarbg .wapper1 {
        width: 100%;
    }
    .inbar {
        display: block;
        border-top: none;
        padding: 0;
    }
    .innav {
        font-size: 16px;
        line-height: 26px;
    }
    .innav .h1 {
        display: block;
    }
    .innav>ul {
        display: none;
    }
    .innav>ul>li {
        border-bottom: 1px dashed #e5e5e5;
        padding: 10px 20px 10px 20px !important;
        margin: 0;
    }
    .innav>ul>li>a {
        padding: 0;
        display: inline;
    }
    .innav>ul>li>a:before {
        display: none;
    }
    .innav>ul>li.hover>a {
        color: var(--primary-color);
    }
    .innav>ul>li:hover>a {
        color: var(--primary-color);
    }
    .innav ul li ul {
        background: none;
        box-shadow: none;
        position: static;
        transform: translateX(0%);
    }
    .innav ul li ul li {
        line-height: 24px;
        padding: 5px 20px 5px 14px;
        text-align: left;
    }
    .innav ul li ul li a {
        font-size: 14px;
        color: #666;
    }
    .weizhi {
        display: none;
    }
}

.insidebg {
    padding: 40px 0 80px 0;
    background: #f1f1f2;
}

.inside {}

.inside #lContent>ul>li {
    list-style: disc;
}

.inside_lt {
    float: left;
    width: 360px;
    /* position:sticky; top:100px;*/
}

.side_a {
    overflow: hidden;
    margin-bottom: 20px;
    background: #fff;
}

.side_a .h1 {
    font-size: 32px;
    line-height: 42px;
    background: #787b80;
    color: #fff;
    padding: 21px 30px;
    position: relative;
}

.side_a .h1 strong {
    display: block;
}

.side_a>ul {
    padding: 0 30px;
}

.side_a ul li {}

.side_a>ul>li {
    border-bottom: 1px dashed #e5e5e5;
}

.side_a>ul>li:last-child {
    border-bottom: none;
}

.side_a ul li span {
    display: block;
    padding: 25px 20px 25px 0;
    position: relative;
    cursor: pointer;
}

.side_a ul li span:hover,
.side_a ul li.hover>span {
    color: var(--primary-color);
}

.side_a ul li.active1>span {}

.side_a ul li.active1>span:hover {}

.side_a ul li.has_sub>span:after {
    content: "\f107";
    font: normal normal normal 16px/1 FontAwesome;
    position: absolute;
    right: 10px;
    top: 30px;
    transition: all .3s ease;
}

.side_a ul li.has_sub.active1>span:after {
    transform: rotate(180deg);
}

.side_a ul li a {
    display: inline-block;
    color: #333;
    font-size: 18px;
    line-height: 28px;
}

.side_a>ul>li>span a {
    font-size: 20px;
    line-height: 30px;
    position: relative;
    font-weight: bold;
}

.side_a ul li span:hover a,
.side_a ul li.hover>span a {
    color: var(--primary-color);
}

.side_a ul li ul {
    padding: 0 10px 10px 20px;
    display: none;
}

.side_a ul li ul li {}

.side_a ul li ul li span {
    padding: 10px 20px 10px 0;
}

.side_a ul li ul li a {}

.inside_rt {
    float: right;
    width: calc(96% - 360px);
    box-sizing: border-box;
}

.inside_con {}

@media(max-width:999px) {
    .insidebg {
        padding: 20px 0 40px 0;
    }
    .inside_lt {
        width: 100%;
        position: static;
    }
    .side_a {
        border-radius: 0 0 0 0;
        margin-bottom: 20px;
    }
    .side_a .h1 {
        font-size: 16px;
        line-height: 50px;
        padding: 0 40px 0 20px;
    }
    .side_a .h1:before {
        content: "\f107";
        font: normal normal normal 14px/1 FontAwesome;
        position: absolute;
        right: 20px;
        top: 18px;
        transition: all .3s ease;
    }
    .side_a .h1.active1:before {
        transform: rotate(180deg);
    }
    .side_a>ul {
        padding: 0;
        display: none;
    }
    .side_a ul li span {
        padding: 10px 20px 10px 20px;
    }
    .side_a ul li a {
        font-size: 14px;
        line-height: 24px;
    }
    .side_a>ul>li>span a {
        font-size: 16px;
        line-height: 26px;
    }
    .side_a>ul>li>span a:before {
        width: 20px;
    }
    .side_a ul li.has_sub>span:after {
        top: 15px;
    }
    .side_a ul li ul {
        padding: 0 0 10px 40px;
    }
    .side_a ul li ul li span {
        padding: 5px 20px 5px 0;
    }
    .inside_rt {
        float: right;
        width: 100%;
        padding: 10px;
    }
    .inside_con {}
}

.aboutus1 {
    background: #fff;
    padding: 40px 3%;
}

.aboutus1_list1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 40px;
}

.aboutus1_list1 .lt {
    width: 48%;
}

.aboutus1_list1 .lt ul {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    flex-wrap: wrap;
}

.aboutus1_list1 .lt ul li {
    width: 50%;
    margin: 10px 0;
}

.aboutus1_list1 .lt ul li .txt {}

.aboutus1_list1 .lt ul li .txt .h2 {
    font-size: 16px;
    line-height: 26px;
    text-transform: capitalize;
}

.aboutus1_list1 .lt ul li .txt .h3 {
    font-size: 18px;
    color: var(--primary-color);
}

.aboutus1_list1 .lt ul li .txt .h3 strong {
    font-size: 60px;
}

.aboutus1_list1 .lt ul li .txt .h3 span {}

.aboutus1_list1 .rt {
    width: 48%;
}

.aboutus1_list1 .rt .img {
    border-radius: 5px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
}

.aboutus1_list1 .rt img {
    display: block;
    width: 100%;
    border-radius: 5px;
    transition: all .3s ease;
}

.aboutus1_list1 .rt:hover img {
    transform: scale(1.1);
}

.aboutus1_list1 .rt i {
    font-size: 60px;
    color: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.aboutus1_list2 {
    font-size: 16px;
    line-height: 2em;
}

@media(max-width:999px) {
    .aboutus1 {
        padding: 40px 3%;
    }
    .aboutus1_list1 {
        display: block;
        margin-bottom: 20px;
    }
    .aboutus1_list1 .lt {
        width: 100%;
        margin-bottom: 10px;
    }
    .aboutus1_list1 .lt ul {
        justify-content: flex-start;
    }
    .aboutus1_list1 .lt ul li {
        width: 32%;
        margin: 0 0 10px 2%;
    }
    .aboutus1_list1 .lt ul li:nth-child(3n-2) {
        margin-left: 0;
    }
    .aboutus1_list1 .lt ul li .txt .h2 {
        font-size: 14px;
        line-height: 24px;
    }
    .aboutus1_list1 .lt ul li .txt .h3 {
        font-size: 14px;
    }
    .aboutus1_list1 .lt ul li .txt .h3 strong {
        font-size: 28px;
    }
    .aboutus1_list1 .rt {
        width: 100%;
    }
    .aboutus1_list1 .rt i {
        font-size: 60px;
    }
    .aboutus1_list2 {
        font-size: 14px;
        line-height: 24px;
    }
}


/* 懒加载样式--开始 */

.lazy-img {
    /* background: #f2f2f2; */
    overflow: hidden;
}

.lazy-img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lazy-img img.is-lazy-loading {
    opacity: 0;
}

.lazy-img.load img {
    opacity: 1;
    transition: opacity .25s ease;
}

@media only screen and (min-width: 996px) {
    .h_left span {
        font-size: 14px !important;
    }
}

@media only screen and (max-width: 996px) {}