/*common start*/

:root {
    --primary-color: #333333;
    --secondary-color: #f1521b;
    --main-color: #f1521b;
    --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;
    font-family: Arial, 'Microsoft YaHei';
    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: 1400px;
    min-width: 1000px;
}

input,
textarea,
select {
    outline: none;
    font-family: Arial, 'Microsoft YaHei';
}

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;
    }
}


/*common end*/

.head {
    width: 100%;
    background: var(--primary-color);
    position: fixed;
    z-index: 55;
    left: 0;
    top: 0;
    transition: all .3s ease;
}

.head2bg {}

.head2 {
    height: 100px;
    transition: all .3s ease;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.head .logo {
    width: 18%;
    height: 100px;
    position: relative;
}

.head .logo img {
    max-width: 100%;
    max-height: 90%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}

.head2 .rt {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.head .h_search_btn {
    width: 24px;
    height: 20px;
    font-size: 20px;
    color: #666;
    cursor: pointer;
    display: none;
}

.head .h_search_btn:hover {}


/*menu*/

.head .menu {
    height: 100px;
    line-height: 100px;
}

.head .menu>ul {}

.head .menu>ul>li {
    float: left;
    padding: 0 .78vw;
}

.head .menu>ul>li.menu_down {
    position: relative;
}

.head .menu>ul>li>a {
    color: #fff;
    display: block;
    font-size: 16px;
    position: relative;
}

.head .menu>ul>li>a:hover,
.head .menu>ul>li:hover>a,
.head .menu>ul>li.hover>a {
    color: #fff;
}

.head .menu>ul>li>a:before {
    content: "";
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 30px;
}

.head .menu>ul>li>a:hover:before,
.head .menu>ul>li:hover>a:before,
.head .menu>ul>li.hover>a:before {
    width: 100%;
}

.head .menu>ul>li.menu_down>a:after {
    content: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    margin-left: .26vw;
}

.head .menu>ul>li ul {
    width: fit-content;
    min-width: 150px;
    padding: 10px 0;
    border-radius: 0 0 10px 10px;
    background: var(--primary-color);
    box-shadow: 1px 4px 10px rgba(0, 0, 0, 0.05);
    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: #fff;
    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: #fff;
    background: var(--secondary-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 {
    box-shadow: 1px 1px 1px 1px rgb(0 0 0 / 10%);
}

@media(min-width:999px) {
    .head .h_search_box {}
    .head .h_search {}
    .head .h_search .form {
        width: 12.42vw;
        height: 46px;
        border-radius: 46px;
        border-radius: 50px;
        background: #fff;
    }
    .head .h_search .form .text1 {
        float: left;
        border: none;
        background: none;
        height: 46px;
        line-height: 46px;
        padding: 0 0 0 10px;
        width: calc(100% - 56px);
    }
    .head .h_search .form .button1 {
        float: right;
        border: none;
        background: none;
        height: 46px;
        line-height: 46px;
        width: 46px;
        font-size: 16px;
        cursor: pointer;
    }
}

@media(max-width:999px) {
    .head_height {
        height: 60px;
    }
    .head2 {
        height: 60px;
    }
    .head .logo {
        width: 50%;
        height: 60px;
    }
    .head .h_search_btn {
        display: block;
    }
    .head .h_search_box {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999;
        display: none;
    }
    .head .h_search_close1 {
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 998;
    }
    .head .h_searchbg {
        width: 90%;
        max-width: 650px;
        background: #fff;
        position: absolute;
        left: 50%;
        top: 40%;
        transform: translate(-50%, -50%);
        z-index: 999;
    }
    .head .h_search {
        box-shadow: 0px 0px 5px #ccc;
        padding: 40px 20px;
        position: relative;
    }
    .head .h_search_close2 {
        width: 20px;
        height: 20px;
        background: url(../images/chahao2.png) center no-repeat;
        position: absolute;
        top: 10px;
        right: 10px;
        cursor: pointer;
        transition: all .3s ease;
    }
    .head .h_search_close2:hover {
        transform: rotate(360deg);
    }
    .head .h_search .form {
        height: 40px;
        border: 1px solid #ccc;
        overflow: hidden;
    }
    .head .h_search .form .text1 {
        float: left;
        border: none;
        background: none;
        height: 40px;
        line-height: 40px;
        padding: 0 0 0 10px;
        width: calc(100% - 50px);
    }
    .head .h_search .form .button1 {
        float: right;
        border: none;
        background: var(--primary-color);
        color: #fff;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        cursor: pointer;
        font-size: 16px;
    }
    .head .h_search .form .button1 i {
        margin-right: 5px;
    }
    .head .menu {
        display: none;
    }
}


/**/

.head .nav_open {
    width: 24px;
    height: 20px;
    cursor: pointer;
    position: relative;
    display: none;
    margin-left: 15px;
}

.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(100% - 60px);
    position: fixed;
    left: 0;
    top: 60px;
    display: none;
}

.head .nav_close1 {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 998;
}

.head .navbg {
    width: 100%;
    height: 100%;
    background: var(--primary-color);
    color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 999;
}

.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 {
    padding: 5px 5%;
}

.head .nav_list>ul>li {
    padding: 10px 5%;
}

.head .nav_list ul li span {
    display: block;
    position: relative;
}

.head .nav_list ul li span a {
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    z-index: 2;
    color: #fff;
}

.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: "\f107";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    top: 6px;
    right: 0;
}

.head .nav_list ul li.nav_down.active1>span:after {
    transform: rotate(180deg);
}

.head .nav_list ul li ul {
    padding: 5px 0 0 0;
    display: none;
}

.head .nav_list ul li.active1>span>i {
    background-image: url(../images/ico_up1.png);
}

@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-pagination {
    bottom: 70px;
    height: 12px;
}

.banner_swiper .swiper-pagination .swiper-pagination-bullet {
    vertical-align: top;
    width: 10px;
    height: 10px;
    border: 1px solid #fff;
    background: none;
    opacity: 1;
    transition: all .3s ease;
}

.banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.banner_swiper .swiper-button-prev,
.banner_swiper .swiper-button-next {
    text-align: center;
    width: 60px;
    height: 60px;
    line-height: 60px;
    margin-top: -30px;
    border-radius: 8px;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.banner_swiper:hover .swiper-button-prev,
.banner_swiper:hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
}

.banner_swiper .swiper-button-prev:hover,
.banner_swiper .swiper-button-next:hover {
    background: var(--primary-color);
}

.banner_swiper .swiper-button-prev {
    left: 5%;
}

.banner_swiper .swiper-button-next {
    right: 5%;
}

@media(max-width:999px) {
    .banner_swiper .swiper-container .swiper-slide img {}
    .banner_swiper .swiper-pagination {
        bottom: 10px;
        height: 6px;
    }
    .banner_swiper .swiper-pagination .swiper-pagination-bullet {
        width: 6px;
        height: 6px;
        border-radius: 6px;
    }
    .banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 20px;
    }
    .banner_swiper .swiper-button-prev,
    .banner_swiper .swiper-button-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: -20px;
        font-size: 20px;
    }
}

.con01bg {
    position: relative;
    z-index: 2;
    margin-top: -50px;
}

.con01 {}

.con01 .list {}

.con01 .list ul {
    display: flex;
    justify-content: flex-start;
    /* align-items: center;*/
    flex-wrap: wrap;
}

.con01 .list ul li {
    width: calc((100% - 100px)/6);
    margin: 80px 0 20px 20px;
    background: #e3e3e3;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    text-align: center;
    transition: all .3s ease;
}

.con01 .list ul li:nth-child(6n-5) {
    margin-left: 0;
    clear: left;
}

.con01 .list ul li:hover {
    transform: translateY(-10px);
}

.con01 .list ul li .txtbg {
    padding: 40px 5%;
}

.con01 .list ul li .txt {
    color: #333;
}

.con01 .list ul li .txt .h2 {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 5px;
}

.con01 .list ul li .txt .h3 {
    font-size: 14px;
    line-height: 24px;
    opacity: .9;
}

.con01 .list ul li:nth-child(2n) {
    background: linear-gradient(180deg, #fa9d7d 0%, var(--secondary-color) 100%);
}

.con01 .list ul li:nth-child(2n) .txt {
    color: #fff;
}

@media(max-width:999px) {
    .con01bg {
        padding: 20px 0;
        margin-top: 0;
    }
    .con01 .list ul {
        display: block;
    }
    .con01 .list ul li {
        width: 100%;
        margin: 20px 0;
    }
    .con01 .list ul li .txtbg {
        padding: 30px 5%;
    }
    .con01 .list ul li .txt .h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 5px;
    }
    .con01 .list ul li .txt .h3 {
        font-size: 14px;
        line-height: 24px;
    }
}

.tit1 {}

.tit1 .h2 {
    font-size: 18px;
    line-height: 28px;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.tit1 .h3 {
    font-size: 48px;
    line-height: 58px;
}

.more1 {}

.more1 span {
    display: inline-block;
    text-align: center;
    font-size: 15px;
    line-height: 40px;
    padding: 0 25px;
    border-radius: 40px;
    background: var(--primary-color);
    color: #fff;
    transition: all .3s ease;
}

.more1 span:hover {
    background: var(--secondary-color);
}

.con02bg {
    padding: 120px 0;
}

.con02 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.con02_lt {
    width: 45%;
    position: relative;
}

.con02_lt img {
    display: block;
    width: 100%;
}

.con02_lt .h2 {
    text-align: center;
    background: var(--secondary-color);
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
    color: #fff;
    border-radius: 100%;
    font-size: 18px;
    line-height: 28px;
    position: absolute;
    top: -40px;
    left: -30px;
    padding: 40px 30px;
}

.con02_lt .h2 span {
    display: block;
    font-size: 71px;
    line-height: 1em;
}

.con02_rt {
    width: 50%;
}

.con02_rt .list {
    margin-top: 20px;
}

.con02_rt .list .txt {
    font-size: 16px;
    line-height: 32px;
    color: #999;
    margin-bottom: 33px;
    text-align: justify;
}

@media(max-width:999px) {
    .tit1 .h2 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }
    .tit1 .h3 {
        font-size: 28px;
        line-height: 38px;
    }
    .more1 span {
        font-size: 15px;
        line-height: 40px;
        padding: 0 25px;
    }
    .con02bg {
        padding: 60px 0;
    }
    .con02 {
        display: block;
    }
    .con02_lt {
        width: 100%;
        position: relative;
        margin-bottom: 20px;
    }
    .con02_lt .h2 {
        font-size: 16px;
        line-height: 26px;
        top: -40px;
        left: -10px;
        padding: 40px 10px;
    }
    .con02_lt .h2 span {
        font-size: 38px;
        line-height: 1em;
    }
    .con02_rt {
        width: 100%;
    }
    .con02_rt .list {
        margin-top: 20px;
    }
    .con02_rt .list .txt {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 20px;
    }
}

.tit2 {
    text-align: center;
}

.tit2 .h2 {
    font-size: 48px;
    line-height: 58px;
}

.tit2 .h3 {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
}

.con03bg {
    padding: 120px 0 0 0;
    position: relative;
}

.con03bg .bg {
    width: 100%;
    height: 85%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.con03bg:before {
    content: "";
    width: 100%;
    height: 85%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.con03 {
    position: relative;
    z-index: 3;
}

.con03 .tit2 {
    color: #fff;
}

.con03 .list {
    background: #fff;
    box-shadow: 0px 30px 60px 0px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 120px;
    padding: 30px 2.5%;
}

.con03_lt {
    width: 70%;
    border-right: 1px solid #dcdcde;
}

.con03_lt .h2 {
    font-size: 36px;
    line-height: 46px;
    padding: 15px;
}

.con03_rt {
    width: 30%;
}

.con03_rt ul {
    display: flex;
    justify-content: space-between;
    /* align-items: center;*/
}

.con03_rt ul li {
    width: 50%;
    text-align: center;
}

.con03_rt ul li .txt {
    padding: 15px;
}

.con03_rt ul li .txt .h2 {
    font-size: 48px;
    color: var(--primary-color);
}

.con03_rt ul li .txt .h2 strong {}

.con03_rt ul li .txt .h2 span {}

.con03_rt ul li .txt .h3 {
    font-size: 13px;
    color: #999;
}

@media(max-width:999px) {
    .tit2 .h2 {
        font-size: 28px;
        line-height: 38px;
    }
    .tit2 .h3 {
        font-size: 14px;
        line-height: 24px;
        margin-top: 5px;
    }
    .con03bg {
        padding: 60px 0 0 0;
    }
    .con03bg .bg {
        height: 85%;
    }
    .con03bg:before {
        height: 85%;
    }
    .con03 .list {
        display: block;
        margin-top: 60px;
        padding: 15px 5%;
    }
    .con03_lt {
        width: 100%;
        border-right: none;
        border-bottom: 1px solid #dcdcde;
    }
    .con03_lt .h2 {
        font-size: 24px;
        line-height: 34px;
        padding: 15px;
    }
    .con03_rt {
        width: 100%;
    }
    .con03_rt ul {
        flex-wrap: wrap;
    }
    .con03_rt ul li {
        width: 50%;
    }
    .con03_rt ul li .txt {
        padding: 15px;
    }
    .con03_rt ul li .txt .h2 {
        font-size: 28px;
    }
    .con03_rt ul li .txt .h3 {
        font-size: 12px;
    }
}

.tit3 {
    text-align: center;
}

.tit3 .h2 {
    font-size: 36px;
    line-height: 46px;
}

.tit3 .h3 {
    font-size: 24px;
    line-height: 34px;
    margin-top: 10px;
}

.con04bg {
    padding: 120px 0;
}

.con04 {}

.con04 .list {
    margin-top: 30px;
}

.con04 .list ul li {
    float: left;
    width: calc((100% - 90px)/4);
    margin: 30px 0 0 30px;
}

.con04 .list ul li:nth-child(4n-3) {
    margin-left: 0;
    clear: left;
}

.con04 .list ul li .img {
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
}

.con04 .list ul li .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    transition: all .3s ease;
}

.con04 .list ul li:hover .img img {
    transform: scale(1.1);
}

.con04 .list ul li .txt {
    margin-top: 15px;
    color: #666;
}

.con04 .list ul li .txt .h2 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.con04 .list ul li .txt .h3 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.con04 .list ul li .txt .h4 {
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
    color: var(--primary-color);
}

@media(max-width:999px) {
    .tit3 .h2 {
        font-size: 24px;
        line-height: 24px;
    }
    .tit3 .h3 {
        font-size: 18px;
        line-height: 28px;
        margin-top: 5px;
    }
    .con04bg {
        padding: 60px 0;
    }
    .con04 .list {
        margin-top: 10px;
    }
    .con04 .list ul li {
        width: 100%;
        margin: 20px 0 0 0;
    }
    .con04 .list ul li .txt {
        margin-top: 10px;
    }
    .con04 .list ul li .txt .h2 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }
    .con04 .list ul li .txt .h3 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }
}

.tit4 {}

.tit4 .h2 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 25px;
}

.tit4 .h3 {
    font-size: 35px;
    line-height: 45px;
}

.tit4 .h4 {
    font-size: 16px;
    line-height: 26px;
    margin-top: 20px;
}

.con05bg {
    padding: 120px 0;
    background: var(--primary-color) url(../images/bg_2.png) center repeat;
    position: relative;
}

.con05bg:before {
    content: "";
    width: 100%;
    height: 100%;
    background: radial-gradient(at top right, rgb(241 82 27 / 80%) 0%, var(--secondary-color) 75%);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.con05 {
    display: flex;
    justify-content: space-between;
    /* align-items: center;*/
    position: relative;
    z-index: 2;
}

.con05_lt {
    width: 45%;
    color: #fff;
}

.con05_lt .list {
    margin-top: 30px;
}

.con05_lt .list ul li {
    margin-bottom: 25px;
}

.con05_lt .list ul li .nr_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.con05_lt .list ul li .imgbg {
    width: 120px;
}

.con05_lt .list ul li .img {}

.con05_lt .list ul li .img img {
    display: block;
    width: 100%;
}

.con05_lt .list ul li .txtbg {
    width: calc(100% - 140px);
}

.con05_lt .list ul li .txt {}

.con05_lt .list ul li .txt .h2 {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 15px;
}

.con05_lt .list ul li .txt .h3 {
    font-size: 14px;
    line-height: 24px;
}

.con05_rt {
    width: 48%;
    background: #fff;
    border-radius: 10px;
}

.con05_rt .nr_box {
    padding: 40px 5%;
}

.con05_rt .list {
    margin-top: 20px;
}

.con05_rt .list ul {
    display: flex;
    justify-content: space-between;
    /* align-items: center;*/
    flex-wrap: wrap;
}

.con05_rt .list ul li {
    width: 48%;
    margin-bottom: 10px;
}

.con05_rt .list ul li.li1 {
    width: 100%;
}

.con05_rt .list .text1 {
    border: none;
    border-bottom: 1px solid #dcdcde;
    background: #fff;
    height: 52px;
    line-height: 52px;
    padding: 0;
    width: 100%;
}

.con05_rt .list .text2 {
    border: none;
    border-bottom: 1px solid #dcdcde;
    background: #fff;
    height: 144px;
    line-height: 24px;
    padding: 10px 0;
    width: 100%;
}

.con05_rt .list .button1 {
    border: none;
    background: var(--primary-color);
    color: #fff;
    height: 48px;
    line-height: 48px;
    width: 100%;
    text-align: center;
    cursor: pointer;
    transition: all .3s ease;
    border-radius: 60px;
    font-size: 16px;
}

.con05_rt .list .button1:hover {
    background: var(--secondary-color);
}

.con05_rt .list .button1 i {
    margin-right: 5px;
}

@media(max-width:999px) {
    .tit4 .h2 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }
    .tit4 .h3 {
        font-size: 24px;
        line-height: 34px;
    }
    .tit4 .h4 {
        font-size: 14px;
        line-height: 24px;
        margin-top: 5px;
    }
    .con05bg {
        padding: 60px 0;
    }
    .con05 {
        display: block;
    }
    .con05_lt {
        width: 100%;
    }
    .con05_lt .list {
        margin-top: 20px;
    }
    .con05_lt .list ul li {
        margin-bottom: 20px;
    }
    .con05_lt .list ul li .nr_box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .con05_lt .list ul li .imgbg {
        width: 100px;
    }
    .con05_lt .list ul li .txtbg {
        width: calc(100% - 110px);
    }
    .con05_lt .list ul li .txt .h2 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .con05_lt .list ul li .txt .h3 {
        font-size: 14px;
        line-height: 18px;
    }
    .con05_rt {
        width: 100%;
    }
    .con05_rt .nr_box {
        padding: 20px 5%;
    }
    .con05_rt .list {
        margin-top: 10px;
    }
    .con05_rt .list ul {
        display: block;
    }
    .con05_rt .list ul li {
        width: 100%;
        margin-bottom: 10px;
    }
    .con05_rt .list .text1 {
        height: 49px;
        line-height: 49px;
        padding: 0;
        width: 100%;
    }
    .con05_rt .list .text2 {
        height: 144px;
        line-height: 24px;
        padding: 10px 0;
        width: 100%;
    }
    .con05_rt .list .button1 {
        height: 46px;
        line-height: 46px;
        font-size: 16px;
    }
}

.con06bg {
    padding: 120px 0;
}

.con06 {}

.con06 .list {
    margin-top: 30px;
}

.con06 .list ul li {
    float: left;
    width: calc((100% - 60px)/3);
    margin: 30px 0 0 30px;
}

.con06 .list ul li:nth-child(3n-2) {
    margin-left: 0;
    clear: left;
}

.con06 .list ul li .img {
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
}

.con06 .list ul li .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    transition: all .3s ease;
}

.con06 .list ul li:hover .img img {
    transform: scale(1.1);
}

.con06 .list ul li .txt {
    margin-top: 15px;
    color: #666;
}

.con06 .list ul li .txt .h2 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 10px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.con06 .list ul li .txt .h3 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.con06 .list ul li .txt .h4 {
    font-size: 12px;
    line-height: 22px;
    font-weight: bold;
    color: var(--primary-color);
}

@media(max-width:999px) {
    .con06bg {
        padding: 60px 0;
    }
    .con06 .list {
        margin-top: 10px;
    }
    .con06 .list ul li {
        width: 100%;
        margin: 20px 0 0 0;
    }
    .con06 .list ul li .txt {
        margin-top: 10px;
    }
    .con06 .list ul li .txt .h2 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }
    .con06 .list ul li .txt .h3 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 5px;
    }
}

.con07bg {
    padding: 120px 0;
    background: #f8f8f8 url(../images/bg_header_2.png) bottom center no-repeat;
}

.con07 {}

.con07 .list {
    margin-top: 40px;
}

.con07 .list ul li {
    float: left;
    width: calc((100% - 100px)/6);
    margin: 20px 0 0 20px;
}

.con07 .list ul li:nth-child(6n-5) {
    margin-left: 0;
    clear: left;
}

.con07 .list ul li .img {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
}

.con07 .list ul li .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    transition: all .3s ease;
}

.con07 .list ul li:hover .img img {
    transform: scale(1.1);
}

@media(max-width:999px) {
    .con07bg {
        padding: 60px 0;
    }
    .con07 .list {
        margin-top: 10px;
    }
    .con07 .list ul li {
        width: calc((100% - 20px)/2);
        margin: 20px 0 0 20px;
    }
    .con07 .list ul li:nth-child(6n-5) {
        margin-left: 20px;
        clear: none;
    }
    .con07 .list ul li:nth-child(2n-1) {
        margin-left: 0;
        clear: left;
    }
}

.con08bg {
    padding: 150px 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}

.con08bg:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.con08 {
    position: relative;
    z-index: 2;
    color: #fff;
}

@media(max-width:999px) {
    .con08bg {
        padding: 80px 0;
    }
}

.tit5 {
    text-align: center;
}

.tit5 .h2 {
    font-size: 18px;
    line-height: 28px;
    color: var(--primary-color);
    margin-bottom: 15px;
}

.tit5 .h3 {
    font-size: 36px;
    line-height: 46px;
}

.tit5 .h4 {
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
}

.con09bg {
    padding: 120px 0;
}

.con09 {}

.con09 .list {
    margin-top: 60px;
}

.experience_swiper {
    position: relative;
}

.experience_swiper .swiper-container {
    width: 100%;
}

.experience_swiper .swiper-container .swiper-slide {
    position: relative;
}

.experience_swiper .swiper-container .swiper-slide .nr_box {
    border: 1px solid #dcdcde;
    border-radius: 10px;
    padding: 30px 5%;
}

.experience_swiper .swiper-container .swiper-slide .box1 {}

.experience_swiper .swiper-container .swiper-slide .box1 .h4 {
    font-size: 16px;
    line-height: 26px;
    height: 156px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
}

.experience_swiper .swiper-container .swiper-slide .box2 {
    display: flex;
    justify-content: center;
    /* align-items: center;*/
    margin-top: 30px;
}

.experience_swiper .swiper-container .swiper-slide .box2 .imgbg {
    width: 50px;
    margin-right: 10px;
}

.experience_swiper .swiper-container .swiper-slide .box2 .img {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
}

.experience_swiper .swiper-container .swiper-slide .box2 .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
}

.experience_swiper .swiper-container .swiper-slide .box2 .txtbg {
    max-width: calc(100% - 60px);
}

.experience_swiper .swiper-container .swiper-slide .box2 .txt {}

.experience_swiper .swiper-container .swiper-slide .box2 .txt .h2 {
    font-size: 16px;
    line-height: 26px;
    color: var(--primary-color);
}

.experience_swiper .swiper-container .swiper-slide .box2 .txt .h3 {
    font-size: 14px;
    line-height: 24px;
    color: #999;
}

.experience_swiper .swiper-pagination {
    display: none;
}

.experience_swiper .swiper-pagination .swiper-pagination-bullet {}

.experience_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {}

.experience_swiper .swiper-button-prev,
.experience_swiper .swiper-button-next {
    text-align: center;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-top: -20px;
    border-radius: 8px;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 20px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.experience_swiper:hover .swiper-button-prev,
.experience_swiper:hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
}

.experience_swiper .swiper-button-prev:hover,
.experience_swiper .swiper-button-next:hover {
    background: var(--primary-color);
}

.experience_swiper .swiper-button-prev {
    left: 0;
}

.experience_swiper .swiper-button-next {
    right: 0;
}

@media(max-width:999px) {
    .tit5 .h2 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 5px;
    }
    .tit5 .h3 {
        font-size: 24px;
        line-height: 34px;
    }
    .tit5 .h4 {
        font-size: 14px;
        line-height: 24px;
        margin-top: 5px;
    }
    .con09bg {
        padding: 60px 0;
    }
    .con09 .list {
        margin-top: 30px;
    }
    .experience_swiper .swiper-container .swiper-slide .nr_box {
        padding: 30px 5%;
        margin: 0 1px;
    }
    .experience_swiper .swiper-container .swiper-slide .box1 .h4 {
        font-size: 16px;
        line-height: 26px;
        height: 156px;
        -webkit-line-clamp: 6;
    }
    .experience_swiper .swiper-container .swiper-slide .box2 {
        margin-top: 20px;
    }
    .experience_swiper .swiper-container .swiper-slide .box2 .txt .h2 {
        font-size: 14px;
        line-height: 24px;
    }
    .experience_swiper .swiper-container .swiper-slide .box2 .txt .h3 {
        font-size: 12px;
        line-height: 22px;
    }
}

.foot {
    background: var(--primary-color);
    color: rgba(255, 255, 255, .9);
}

.foot a {
    color: rgba(255, 255, 255, .9);
}

.foot a:hover {
    color: #fff;
}

.foot1bg {
    padding: 40px 0 20px 0;
}

.foot1 {
    display: flex;
    justify-content: space-between;
    /* align-items: center;*/
}

.foot1 .lt {
    width: 15%;
}

.foot .f_logo {}

.foot .f_logo img {
    max-width: 100%;
}

.foot1 .ct {}

.foot .f_ewm {}

.foot .f_ewm ul {
    display: flex;
    justify-content: flex-start;
    /* align-items: center;*/
}

.foot .f_ewm ul li {
    width: 140px;
    margin: 0 10px;
    text-align: center;
}

.foot .f_ewm ul li img {
    display: block;
    margin: 0 auto;
    width: 100%;
}

.foot .f_ewm ul li span {
    display: block;
    font-size: 15px;
    line-height: 25px;
    margin-top: 5px;
}

.foot1 .rt {
    width: 40%;
}

.foot .f_contact {
    font-size: 16px;
    line-height: 26px;
}

.foot .f_contact ul li {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}

.foot .f_contact ul li i {
    margin-right: 5px;
    margin-top: 4px;
}

.foot .f_nav {
    font-size: 18px;
    line-height: 28px;
    font-weight: bold;
}

.foot .f_nav a {
    display: inline-block;
    margin-right: 20px;
}

.foot2bg {
    padding: 20px 0;
}

.foot2 {}

.foot .f_info {
    font-size: 13px;
    line-height: 23px;
    text-align: center;
}

@media(max-width:999px) {
    .foot1bg {
        padding: 30px 0 15px 0;
    }
    .foot1 {
        display: block;
    }
    .foot1 .lt {
        width: 100%;
    }
    .foot .f_logo {
        text-align: center;
        margin-bottom: 20px;
    }
    .foot .f_logo img {
        max-width: 60%;
    }
    .foot .f_ewm ul li {
        width: 32%;
        margin: 0 0 0 2%;
    }
    .foot .f_ewm ul li:nth-child(3n-2) {
        margin-left: 0;
    }
    .foot .f_ewm ul li span {
        font-size: 14px;
        line-height: 24px;
        margin-top: 5px;
    }
    .foot .ct {
        margin-bottom: 20px;
    }
    .foot1 .rt {
        width: 100%;
    }
    .foot .f_contact {
        font-size: 16px;
        line-height: 26px;
    }
    .foot .f_contact ul li {
        margin-bottom: 0;
    }
    .foot .f_nav {
        display: none;
    }
    .foot2bg {
        padding: 15px 0;
    }
    .foot .f_info {
        font-size: 12px;
        line-height: 22px;
    }
}


/*Add------------------------------------------------------------------------------*/

.inbanner {
    position: relative;
}

.inbanner img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}

.inbanner svg {
    width: 100%;
    height: 100px;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    fill: #fff;
}

.inbanner svg path {
    fill: #fff;
}

.inbanner .txtbg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.inbanner .txt {
    color: #fff;
}

.inbanner .txt .h2 {
    font-size: 72px;
    line-height: 82px;
}

.inbarbg {}

.inbar {}

.innav {
    font-size: 20px;
    line-height: 60px;
}

.innav ul {
    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: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.innav ul li {
    position: relative;
}

.innav ul li a {
    display: block;
    text-align: center;
    padding: 0 1.3vw;
}

.innav ul li.hover {
    color: var(--primary-color);
}

.innav ul li.hover>a {
    color: var(--primary-color);
}

.weizhi {
    font-size: 14px;
    line-height: 60px;
    text-align: right;
    color: #999;
    padding-left: 20px;
    background: url(../images/fz.png) left center no-repeat;
}

.weizhi i {
    margin-right: 5px;
}

.weizhi a {
    color: #999;
}

.weizhi a:hover {}

@media(max-width:999px) {
    .inbanner svg {
        width: 100%;
        height: 20px;
    }
    .inbanner .txt .h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .inbar {
        display: block;
    }
    .innav {
        font-size: 14px;
        line-height: 34px;
    }
    .innav ul {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
    .innav ul li {
        width: calc(100%/3);
    }
    .innav ul li a {
        padding: 0;
    }
    .weizhi {
        display: none;
    }
}

.insidebg {
    padding: 40px 0 80px 0;
}

.inside {}

.inside_lt {
    float: left;
    width: 260px;
}

.side_a {
    background: #fff;
    box-shadow: 1px 1px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
}

.side_a .h1 {
    font-size: 24px;
    line-height: 34px;
    background: var(--primary-color);
    color: #fff;
    padding: 20px 10px 20px 20px;
}

.side_a .h1 strong {}

.side_a>ul {
    padding: 20px 20px;
}

.side_a ul li {}

.side_a>ul>li {
    border-bottom: 1px solid #eee;
}

.side_a>ul>li:last-child {
    border-bottom: none;
}

.side_a ul li span {
    display: block;
    padding: 10px 25px 10px 0;
    position: relative;
    cursor: pointer;
    background: url(../images/ico_right1.png) right 10px center no-repeat;
}

.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: "\f105";
    font: normal normal normal 14px/1 FontAwesome;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: center;
}

.side_a ul li.has_sub.active1>span:after {
    content: "\f107";
}

.side_a ul li a {
    display: inline-block;
    color: #333;
    font-size: 14px;
}

.side_a>ul>li>span a {
    font-size: 16px;
}

.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 0;
    display: none;
}

.side_a ul li ul li {}

.side_a ul li ul li span {
    padding: 5px 0 5px 15px;
    position: relative;
}

.side_a ul li ul li a {}

.inside_rt {
    float: right;
    width: calc(100% - 300px);
}

@media(max-width:999px) {
    .insidebg {
        padding: 20px 0 60px 0;
    }
    .inside_lt {
        width: 100%;
        margin-bottom: 20px;
    }
    .side_a>ul {
        padding: 10px 20px;
    }
    .inside_rt {
        width: 100%;
    }
}