/*common start*/

:root {
    --primary-color: #FF0000;
    --secondary-color: #0071B6;
    --main-color: #FF0000;
    --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: 84%;
    margin: 0 auto;
    min-width: 1000px;
}

input,
textarea,
select {
    outline: none;
}

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%;
    position: fixed;
    z-index: 55;
    left: 0;
    top: 0;
    transition: all .3s ease;
    /*background: #ffffff47;*/
}

.head2bg {}

.head2 {
    height: 80px;
    transition: all .3s ease;
    position: relative;
    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 {
    float: left;
    width: 14%;
    height: 80px;
    position: relative;
}

.head .logo img {
    max-width: 100%;
    max-height: 90%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}

.head .logo .img1 {
    display: none;
}

.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_phone {
    padding-left: 25px;
    background: url(../images/hico_phone1_white.png) left center no-repeat;
    font-size: 14px;
    line-height: 23px;
    color: #fff;
    margin-left: .78vw;
}

.head .h_search_btn {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    cursor: pointer;
    margin-left: .78vw;
}

.head .h_search_btn:hover {}

.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: 50px;
    border: 1px solid #ccc;
    border-radius: 50px;
    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% - 110px);
}

.head .h_search .form .button1 {
    float: right;
    border: none;
    background: var(--primary-color);
    color: #fff;
    width: 100px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}

.head .h_search .form .button1 i {
    margin-right: 5px;
}


/*menu*/

.head .menu {
    height: 80px;
    line-height: 80px;
}

.head .menu>ul {}

.head .menu>ul>li {
    float: left;
}

.head .menu>ul>li.menu_down {
    position: relative;
}

.head .menu>ul>li>a {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    padding: 0 .78vw;
}

.head .menu>ul>li>a:hover,
.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.menu_down:hover>a:after {
    content: "\f106";
}

.head .menu>ul>li ul {
    width: fit-content;
    min-width: 180px;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, .1);
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 5;
    display: none;
}

.head .menu>ul>li ul li {
    position: relative;
}

.head .menu>ul>li ul li a {
    color: #666;
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 5px 10px 1.04vw;
    text-align: left;
    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(--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.active1 {
    background: #fff;
    box-shadow: 0 5px 8px 5px rgba(0, 0, 0, 0.08);
}

.head.active1 .h_phone {
    color: #333;
    background-image: url(../images/hico_phone1.png);
}

.head.active1 .h_search_btn {
    color: #333;
}

.head.active1 .menu>ul>li>a {
    color: #333;
}

.head.active1 .menu>ul>li>a:hover,
.head.active1 .menu>ul>li:hover>a {
    color: var(--primary-color);
}

.head_height {
    height: 0;
}

@media(max-width:999px) {
    .head_height {
        height: 60px;
    }
    .head {
        background: #fff;
        border-color: #ececec;
    }
    .head2 {
        height: 60px;
    }
    .head .logo {
        width: 50%;
        height: 60px;
    }
    .head .h_phone {
        display: none;
    }
    .head .h_search_btn {
        color: #333;
        margin-left: 0;
    }
    .head .h_search .form .text1 {
        width: calc(100% - 80px);
    }
    .head .h_search .form .button1 {
        width: 70px;
        font-size: 14px;
    }
    .head .menu {
        display: none;
    }
}


/**/

.head .nav_open {
    width: 24px;
    height: 20px;
    cursor: pointer;
    display: none;
    position: relative;
    margin-left: 15px;
}

.head .nav_open i,
.head .nav_open:before,
.head .nav_open:after {
    width: 24px;
    height: 2px;
    background: #999;
    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% - 61px);
    border-top: 1px solid #ededed;
    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: rgba(255, 255, 255, .94);
    color: #333;
    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 {
    border-top: 1px solid rgba(255, 255, 255, 0.05);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    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: #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: "\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-container .swiper-slide .txtbg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.banner_swiper .swiper-container .swiper-slide .txt {
    color: #fff;
    text-align: center;
}

.banner_swiper .swiper-container .swiper-slide .txt .h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: bold;
}

.banner_swiper .swiper-container .swiper-slide .txt .h3 {
    font-size: 30px;
    line-height: 40px;
    position: relative;
    padding-top: 15px;
    margin-top: 35px;
}

.banner_swiper .swiper-container .swiper-slide .txt .h3:before {
    content: "";
    width: 50px;
    height: 3px;
    background: var(--secondary-color);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.banner_swiper .swiper-container .swiper-slide.swiper-slide-active {
    z-index: 2;
}

.banner_swiper .swiper-pagination {
    bottom: 20px;
    height: 12px;
}

.banner_swiper .swiper-pagination .swiper-pagination-bullet {
    vertical-align: top;
    width: 12px;
    height: 12px;
    background: #fff;
    opacity: .5;
    transition: all .3s ease;
}

.banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--primary-color);
    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;
    border-radius: 8px;
    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-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: 24px;
    }
    .banner_swiper .swiper-button-prev,
    .banner_swiper .swiper-button-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: -20px;
        font-size: 20px;
    }
}

.more1 {}

.more1 span {
    display: inline-block;
    text-align: center;
    border: 1px solid rgba(255, 255, 255, .38);
    color: rgba(255, 255, 255, .38);
    border-radius: 100%;
    width: 30px;
    line-height: 30px;
}

.more1 span:hover {
    border-color: var(--secondary-color);
    background: var(--secondary-color);
    color: #fff;
}

.con01bg {
    background: var(--secondary-color);
}

.con01 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.con01_lt {
    width: 33%;
    color: #fff;
}

.con01_lt .h2 {
    font-size: 30px;
    line-height: 40px;
    font-weight: bold;
    margin-bottom: 35px;
}

.con01_lt .h3 {
    font-size: 15px;
    line-height: 25px;
    opacity: .5;
}

.con01_rt {
    width: 67%;
}

.con01_rt ul {
    display: flex;
    justify-content: flex-start;
    /* align-items:center;*/
}

.con01_rt ul li {
    width: 25%;
    position: relative;
    overflow: hidden;
}

.con01_rt ul li .nr_box {
    border-left: 1px solid rgba(255, 255, 255, .19);
    padding: 0 5%;
    height: 360px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con01_rt ul li .img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: -100%;
    left: 0;
    z-index: 1;
    transition: all .2s ease;
}

.con01_rt ul li:hover .img {
    top: 0;
}

.con01_rt ul li .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
}

.con01_rt ul li .txtbg {
    width: 90%;
    position: relative;
    z-index: 2;
}

.con01_rt ul li .txt {
    color: #fff;
}

.con01_rt ul li:hover .txt {
    color: #333;
}

.con01_rt ul li .txt .ico {
    height: 26px;
    position: relative;
    margin-bottom: 5px;
}

.con01_rt ul li .txt .ico img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
}

.con01_rt ul li .txt .h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 15px;
}

.con01_rt ul li .txt .h3 {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 30px;
}

.con01_rt ul li:hover .more1 span {
    border-color: var(--secondary-color);
    background: var(--secondary-color);
    color: #fff;
}

@media(max-width:999px) {
    .more1 span {
        width: 30px;
        line-height: 30px;
    }
    .con01bg .wapper1 {
        width: 100%;
    }
    .con01 {
        display: block;
    }
    .con01_lt {
        width: 100%;
        text-align: center;
    }
    .con01_lt .nr_box {
        padding: 20px 5%;
    }
    .con01_lt .h2 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 10px;
    }
    .con01_lt .h3 {
        font-size: 14px;
        line-height: 24px;
    }
    .con01_rt {
        width: 100%;
    }
    .con01_rt ul {
        flex-wrap: wrap;
    }
    .con01_rt ul li {
        width: 50%;
    }
    .con01_rt ul li .nr_box {
        border-left: 1px solid rgba(255, 255, 255, .19);
        border-top: 1px solid rgba(255, 255, 255, .19);
        height: 200px;
    }
    .con01_rt ul li:nth-child(2n-1) .nr_box {
        border-left: none;
    }
    .con01_rt ul li .txt .ico {
        height: 26px;
        margin-bottom: 5px;
    }
    .con01_rt ul li .txt .h2 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .con01_rt ul li .txt .h3 {
        font-size: 13px;
        line-height: 23px;
        margin-bottom: 15px;
    }
}

.tit1 {}

.tit1 .h2 {
    font-size: .84vw;
    line-height: 1.5em;
}

.tit1 .h2 strong {
    display: inline-block;
    font-size: 1.98vw;
    line-height: 1.5em;
    color: var(--primary-color);
    margin-right: 10px;
}

.tit1 .h2 span {
    display: inline-block;
}

.tit1 .h3 {
    font-size: .84vw;
    line-height: 1.5em;
    color: white;
    margin-top: .52vw;
}

.con02bg {
    padding: 5.2vw 0;
    background: url(../images/number.png) top center no-repeat;
    background-size: 100% auto;
}

.con02 {}

.con02 .tit1 {
    text-align: center;
}

.con02 .tit1 .h2 strong {
    display: block;
    position: relative;
    padding-bottom: 5px;
}

.con02 .tit1 .h2 strong:before {
    content: "";
    width: 40px;
    height: 3px;
    background: var(--primary-color);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.con02 .tit1 .h2 span {
    display: block;
    margin-top: 10px;
}

.con02 .list {
    margin-top: 2.6vw;
}

.con02 .list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.con02 .list ul li {
    width: calc((100% - 60px)/4);
    margin: 0 0 20px 20px;
    position: relative;
    overflow: hidden;
}

.con02 .list ul li:nth-child(4n-3) {
    margin-left: 0;
}

.con02 .list ul li .img {
    height: 16.14vw;
    position: relative;
    overflow: hidden;
}

.con02 .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;
    background: #f9f9f9;
}

.con02 .list ul li:hover .img img {
    transform: scale(1.1);
}

.con02 .list ul li:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .1);
    position: absolute;
    top: 0;
    left: 0;
    transition: all .3s ease;
    z-index: 2;
}

.con02 .list ul li:hover:before {
    background: rgba(0, 0, 0, .3);
}

.con02 .list ul li .txtbg {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all .3s ease;
    transform: translateY(62%);
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.con02 .list ul li:hover .txtbg {
    bottom: auto;
    top: 50%;
    transform: translateY(-50%);
}

.con02 .list ul li .txt {
    width: 90%;
    padding: 10px 5%;
    color: #fff;
}

.con02 .list ul li .txt .h2 {
    font-size: .94vw;
    line-height: 1.5em;
    height: 1.5em;
    font-weight: bold;
    margin-bottom: .78vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.con02 .list ul li .txt .h3 {
    font-size: .72vw;
    line-height: 1.4em;
    margin-bottom: .52vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media(max-width:999px) {
    .tit1 .h2 {
        font-size: 13px;
        line-height: 20px;
    }
    .tit1 .h2 strong {
        font-size: 20px;
        margin-right: 5px;
    }
    .tit1 .h3 {
        font-size: 13px;
        line-height: 1.5em;
        margin-top: 5px;
    }
    .con02bg {
        padding: 30px 0;
    }
    .con02 .list {
        margin-top: 20px;
    }
    .con02 .list ul li {
        width: calc((100% - 10px)/2) !important;
        margin: 0 0 10px 10px;
    }
    .con02 .list ul li:nth-child(2n-1) {
        margin-left: 0;
    }
    .con02 .list ul li .img {
        height: auto;
        padding-bottom: 100%;
    }
    .con02 .list ul li .txtbg {
        top: auto !important;
        bottom: 0 !important;
        left: 0 !important;
        transform: translateY(0) !important;
    }
    .con02 .list ul li .txt {
        width: 90%;
        padding: 10px 5%;
    }
    .con02 .list ul li .txt .h2 {
        font-size: 15px;
        line-height: 1.5em;
        height: 1.5em;
        margin-bottom: 0;
    }
    .con02 .list ul li .txt .h3 {
        display: none;
    }
}

.con03bg {
    padding: 5.2vw 0;
    position: relative;
    overflow: hidden;
}

.con03_bg {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
}

.con03_bg img {
    display: block;
    width: 100%;
}

.con03 {}

.con03 .tit1 {
    text-align: right;
}

.con03 .list {
    float: right;
    width: 58%;
    margin-top: 2.08vw;
}

.con03 .list ul li {
    float: left;
    width: 40%;
    margin: 0 0 .78vw 15px;
    position: relative;
}

.con03 .list ul li:nth-child(1) {
    width: calc(60% - 15px);
    margin-left: 0;
}

.con03 .list ul li .img {
    height: 11.46vw;
    position: relative;
    overflow: hidden;
}

.con03 .list ul li:nth-child(1) .img {
    height: 23.7vw;
}

.con03 .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;
    background: #000;
}

.con03 .list ul li:hover .img img {
    transform: scale(1.1);
}

.con03 .list ul li .txtbg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.con03 .list ul li:nth-child(1) .txtbg {
    height: auto;
}

.con03 .list ul li .txt {
    color: #fff;
    text-align: center;
    width: 90%;
    padding: 2.6vw 5%;
}

.con03 .list ul li:nth-child(1) .txt {
    text-align: left;
}

.con03 .list ul li .txt .h3 {
    font-size: .84vw;
    line-height: 1.2em;
    margin-bottom: .52vw;
}

.con03 .list ul li .txt .h2 {
    font-size: 1.36vw;
    line-height: 1em;
    font-weight: bold;
}

.con03 .list ul li:nth-child(1) .txt .h2 {
    margin-bottom: 2.08vw;
}

.con03 .list ul li .txt .h4 {
    font-size: .72vw;
    line-height: 1.8em;
}

.con03 .list ul li:nth-child(1) .txt .h4 {
    margin-bottom: 3.12vw;
}

.con03 .list ul li .more1 {
    display: none;
}

.con03 .list ul li:nth-child(1) .more1 {
    display: block;
}

@media(max-width:999px) {
    .con03bg {
        padding: 40px 0;
    }
    .con03 .tit1 {
        text-align: left;
    }
    .con03 .list {
        float: none;
        width: 100%;
        margin-top: 20px;
    }
    .con03 .list ul li {
        float: left;
        width: calc((100% - 5px)/2);
        margin: 0 0 10px 5px;
    }
    .con03 .list ul li:nth-child(1) {
        width: 100%;
        margin-left: 0;
    }
    .con03 .list ul li:nth-child(2) {
        margin-left: 0;
    }
    .con03 .list ul li .img {
        height: 100px;
    }
    .con03 .list ul li:nth-child(1) .img {
        height: 170px;
    }
    .con03 .list ul li .txt {
        width: 90%;
        padding: 10px 5%;
    }
    .con03 .list ul li .txt .h3 {
        font-size: 14px;
        line-height: 1.2em;
        margin-bottom: 5px;
    }
    .con03 .list ul li .txt .h2 {
        font-size: 16px;
        line-height: 1em;
    }
    .con03 .list ul li:nth-child(1) .txt .h2 {
        margin-bottom: 5px;
    }
    .con03 .list ul li .txt .h4 {
        font-size: 14px;
        line-height: 1.8em;
        margin-bottom: 0 !important;
    }
    .con03 .list ul li .more1 {
        display: none !important;
    }
}

.con04bg {
    padding: 5.2vw 0;
}

.con04 {}

.con04 .tit1 {
    text-align: center;
}

.con04 .list {
    margin-top: 3.12vw;
}

.con04 .list 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: center;
    align-items: center;
}

.con04 .list ul li {
    width: 25%;
    text-align: center;
}

.con04 .list ul li .nr_box {
    border-left: 1px solid rgba(0, 0, 0, .06);
    padding: 0 5%;
}

.con04 .list ul li:nth-child(1) .nr_box {
    border: none;
}

.con04 .list ul li .img {
    height: 3.12vw;
    position: relative;
    margin-bottom: .78vw;
}

.con04 .list ul li .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
}

.con04 .list ul li .txt {
    color: #999;
}

.con04 .list ul li .txt .h2 {
    line-height: 3.32vw;
    font-size: .78vw;
}

.con04 .list ul li .txt .h2 strong {
    font-size: 3.32vw;
    color: var(--primary-color);
}

.con04 .list ul li .txt .h2 span {
    vertical-align: text-bottom;
}

.con04 .list ul li .txt .h3 {
    font-size: .84vw;
    line-height: 1.2em;
}

@media(max-width:999px) {
    .con04bg {
        padding: 40px 0;
    }
    .con04 .list {
        margin-top: 20px;
    }
    .con04 .list ul {
        flex-wrap: wrap;
    }
    .con04 .list ul li {
        width: 50%;
        margin-bottom: 10px;
    }
    .con04 .list ul li:nth-child(2n-1) .nr_box {
        border: none;
    }
    .con04 .list ul li .img {
        height: 50px;
        margin-bottom: 15px;
    }
    .con04 .list ul li .txt .h2 {
        line-height: 25px;
        font-size: 14px;
    }
    .con04 .list ul li .txt .h2 strong {
        font-size: 25px;
    }
    .con04 .list ul li .txt .h3 {
        font-size: 14px;
        line-height: 1.2em;
    }
}

.tit2 {
    text-align: center;
}

.tit2 .h2 {}

.tit2 .h2 strong {
    display: block;
    font-size: 1.98vw;
    line-height: 1.2em;
    margin-bottom: .26vw;
}

.tit2 .h2 span {
    display: block;
    font-size: .84vw;
    line-height: 1.2em;
    opacity: .31;
}

.tit2 .h3 {
    font-size: .84vw;
    line-height: 1.5em;
    opacity: .63;
    margin-top: 13px;
}

.more3 {}

.more3 span {
    display: inline-block;
    font-size: 26px;
    line-height: 1em;
}

.con05bg {
    padding: 5.2vw 0;
    background-color: #000;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.con05 {
    color: #fff;
}

.con05 .list {
    margin-top: 3.12vw;
}

.application_swiper {
    padding-bottom: 3.12vw;
    position: relative;
}

.application_swiper .swiper-container {}

.application_swiper .swiper-slide {}

.application_swiper .nr_box {}

.application_swiper .nr_box .img {
    padding-bottom: 66%;
    position: relative;
    overflow: hidden;
}

.application_swiper .nr_box .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    transition: all .3s ease;
}

.application_swiper .nr_box:hover .img img {
    transform: scale(1.1);
}

.application_swiper .nr_box .txt {
    background: #fff;
    padding: 1.3vw 5%;
    color: #666;
    border-top: 4px solid var(--secondary-color);
    position: relative;
}

.application_swiper .nr_box .txt:before {
    content: "";
    width: 0;
    height: 4px;
    background: var(--primary-color);
    position: absolute;
    top: -4px;
    left: 0;
    transition: all .3s ease;
}

.application_swiper .nr_box:hover .txt:before {
    width: 100%;
}

.application_swiper .nr_box .txt .h2 {
    font-size: 1.14vw;
    line-height: 1.2em;
    height: 1.2em;
    font-weight: bold;
    color: #333;
    margin-bottom: .78vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.application_swiper .nr_box:hover .txt .h2 {
    color: var(--primary-color);
}

.application_swiper .nr_box .txt .h3 {
    font-size: .72vw;
    line-height: 1.5em;
    height: 4.5em;
    margin-bottom: .52vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.application_swiper .swiper-pagination {
    width: 100%;
    height: 12px;
    bottom: 0;
    text-align: center;
}

.application_swiper .swiper-pagination span {
    display: inline-block;
    vertical-align: middle;
    width: 8px;
    height: 8px;
    border-radius: 10px;
    margin: 0 8px;
    background: #fff;
    opacity: 1;
}

.application_swiper .swiper-pagination span.swiper-pagination-bullet-active {
    border: 2px solid var(--primary-color);
    background: none;
    opacity: 1;
}

.application_swiper .swiper-button-prev,
.application_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;
    border-radius: 8px;
    font-size: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.application_swiper:hover .swiper-button-prev,
.application_swiper:hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
}

.application_swiper .swiper-button-prev:hover,
.application_swiper .swiper-button-next:hover {
    background: var(--primary-color);
}

.application_swiper .swiper-button-prev {
    left: 0;
}

.application_swiper .swiper-button-next {
    right: 0;
}

@media(max-width:999px) {
    .tit2 .h2 strong {
        font-size: 20px;
        line-height: 1.2em;
        margin-bottom: 5px;
    }
    .tit2 .h2 span {
        font-size: 13px;
        line-height: 1.2em;
    }
    .tit2 .h3 {
        font-size: 13px;
        line-height: 1.5em;
    }
    .con05bg {
        padding: 40px 0;
    }
    .con05 .list {
        margin-top: 20px;
    }
    .application_swiper {
        padding-bottom: 40px;
    }
    .application_swiper .nr_box .txt {
        padding: 20px 5%;
    }
    .application_swiper .nr_box .txt .h2 {
        font-size: 18px;
        line-height: 1.2em;
        height: 1.2em;
        margin-bottom: 5px;
    }
    .application_swiper .nr_box .txt .h3 {
        font-size: 14px;
        line-height: 1.5em;
        height: 4.5em;
        margin-bottom: 10px;
    }
}

.con06bg {
    padding: 5.2vw 0;
    background: #f4f6f9;
}

.con06 {
    position: relative;
}

.con06 .tit2 {
    text-align: left;
}

.con06 .tit2 .h2 strong {
    display: inline;
    color: var(--primary-color);
    margin-right: 5px;
}

.con06 .tit2 .h2 span {
    display: inline;
}

.con06 .list {
    margin-top: 3.12vw;
}

.news_gallery {}

.news_gallery-thumbs {
    position: absolute;
    top: 0;
    right: 0;
}

.news_gallery-thumbs .swiper-container {}

.news_gallery-thumbs .swiper-slide {
    position: relative;
    width: 6.25vw;
}

.news_gallery-thumbs .h2 {
    text-align: center;
    border: 1px #c2c5c7 solid;
    line-height: 2.08vw;
    font-size: .72vw;
    border-radius: 40px;
    cursor: pointer;
}

.news_gallery-thumbs .swiper-slide.swiper-slide-thumb-active .h2 {
    border-color: var(--primary-color);
    background: var(--primary-color);
    color: #fff;
}

.news_gallery-top {}

.news_gallery-top .swiper-container {}

.news_gallery-top .swiper-slide {}

.news_list {}

.news_list ul li {
    float: left;
    width: calc(33% - 15px);
    background: #fff;
}

.news_list ul li .nr_box {
    border-bottom: 1px #eee solid;
}

.news_list ul li .imgbg {
    display: none;
}

.news_list ul li .txtbg {
    height: 10.4vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.news_list ul li .txt {
    color: #333;
    width: 90%;
    padding: 1.56vw 5%;
}

.news_list ul li .txt .time {
    font-size: 15px;
    line-height: 1.4em;
    color: #999;
    margin-bottom: .78vw;
}

.news_list ul li .txt .h2 {
    font-size: .94vw;
    line-height: 1.2em;
    font-weight: bold;
    margin-bottom: 1.56vw;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_list ul li:hover .txt .h2 {
    color: var(--primary-color);
}

.news_list ul li .txt .h3 {
    display: none;
}

.news_list ul li:nth-child(1) {
    width: 66%;
    margin-right: 15px;
    position: relative;
}

.news_list ul li:nth-child(1) .nr_box {
    border: none;
}

.news_list ul li:nth-child(1) .imgbg {
    display: block;
}

.news_list ul li:nth-child(1) .img {
    height: 31.25vw;
    position: relative;
    overflow: hidden;
}

.news_list ul li:nth-child(1) .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    transition: all .3s ease;
}

.news_list ul li:nth-child(1):hover .img img {
    transform: scale(1.1);
}

.news_list ul li:nth-child(1) .txtbg {
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    bottom: 0;
    left: 0;
}

.news_list ul li:nth-child(1) .txt {
    color: #fff;
}

.news_list ul li:nth-child(1) .txt .time {
    color: #fff;
}

.news_list ul li:nth-child(1) .txt .h2 {
    font-size: 1.14vw;
    line-height: 1.5em;
    font-weight: bold;
    margin-bottom: 0;
}

.news_list ul li:nth-child(1) .txt .more2 {
    display: none;
}

@media(max-width:999px) {
    .con06bg {
        padding: 40px 0;
    }
    .con06 .list {
        margin-top: 20px;
    }
    .news_gallery-thumbs {
        position: static;
        margin-bottom: 20px;
    }
    .news_gallery-thumbs .swiper-slide {
        width: auto;
    }
    .news_gallery-thumbs .h2 {
        width: 90%;
        line-height: 25px;
        font-size: 13px;
    }
    .news_list ul li {
        float: left;
        width: 100%;
    }
    .news_list ul li .txtbg {
        height: auto;
    }
    .news_list ul li .txt {
        width: 90%;
        padding: 10px 5%;
    }
    .news_list ul li .txt .time {
        font-size: 12px;
        line-height: 1.4em;
        margin-bottom: 5px;
    }
    .news_list ul li .txt .h2 {
        font-size: 14px;
        line-height: 1.2em;
        margin-bottom: 10px;
    }
    .news_list ul li:nth-child(1) {
        width: 100%;
        margin-right: 0;
    }
    .news_list ul li:nth-child(1) .img {
        height: auto;
        padding-bottom: 56%;
    }
    .news_list ul li:nth-child(1) .txtbg {
        width: 100%;
        height: auto;
    }
    .news_list ul li:nth-child(1) .txt .h2 {
        font-size: 14px;
        line-height: 1.5em;
        margin-bottom: 0;
    }
}

.footbg {
    background: url(../images/number.png) center bottom no-repeat;
    background-size: cover;
}

.foot {}

.foot .list1 {
    padding: 3.12vw 0;
    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: flex-start;
    align-items: flex-start;
}

.foot .list1 .lt {
    width: 33%;
}

.foot .f_logo {
    margin-bottom: 1.56vw;
}

.foot .f_logo img {
    max-width: 100%;
    max-height: 60px;
}

.foot .f_contact {
    font-size: 14px;
    line-height: 30px;
}

.foot .f_contact ul li {
    margin-bottom: .78vw;
}

.foot .f_contact ul li i {
    display: inline-block;
    font-size: 16px;
    width: 16px;
    line-height: 30px;
    text-align: center;
    margin-right: 4px;
}

.foot .f_contact ul li span {
    display: block;
    color: #333;
}

.foot .f_contact ul li span.phone {
    font-size: 25px;
}

.foot .f_share {}

.foot .f_share a {
    display: inline-block;
    margin-right: 5px;
    position: relative;
    transform: translateY(10px);
    transition: all .3s ease;
}

.foot .f_share a:hover {
    transform: translateY(0);
}

.foot .f_share a>img {
    display: block;
    height: 34px;
}

.foot .f_share a .ewm {
    padding-bottom: 5px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}

.foot .f_share a:hover .ewm {
    display: block;
    width: 100px;
}

.foot .f_share a .ewm img {}

.foot .list1 .rt {
    width: 66%;
}

.foot .f_nav {
    font-size: 14px;
    line-height: 24px;
    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: flex-start;
    align-items: flex-start;
    flex-wrap: nowrap;
}

.foot .f_nav dl {}

.foot .f_nav dl dt {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 20px;
}

.foot .f_nav dl dd {
    margin-top: 5px;
}

.foot .list2 {
    border-top: 1px solid rgba(0, 0, 0, .13);
    padding: 1.04vw 0;
    text-align: center;
}

.foot .f_info {
    font-size: .72vw;
    line-height: 1.5em;
    color: #8b8b8b;
}

.foot .f_info p {
    padding: 0;
    line-height: inherit;
}

@media(max-width:999px) {
    .foot .list1 {
        padding: 40px 0 20px;
        display: block;
    }
    .foot .list1 .lt {
        width: 100%;
    }
    .foot .f_logo {
        margin-bottom: 10px;
    }
    .foot .f_contact {
        font-size: 14px;
        line-height: 30px;
    }
    .foot .f_contact ul {
        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: flex-start;
        align-items: flex-start;
        flex-wrap: wrap;
    }
    .foot .f_contact ul li {
        width: 50%;
        margin-bottom: .78vw;
    }
    .foot .f_contact ul li:last-child {
        width: 100%;
    }
    .foot .f_contact ul li i {
        font-size: 16px;
        width: 16px;
        line-height: 30px;
        margin-right: 4px;
    }
    .foot .f_contact ul li span.phone {
        font-size: 18px;
    }
    .foot .list1 .rt {
        display: none;
    }
    .foot .list2 {
        padding: 10px 0;
    }
    .foot .f_info {
        font-size: 12px;
        line-height: 1.5em;
    }
}


/*Add------------------------------------------------------------------------------*/

.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;
    text-align: center;
}

.inbanner .txt .h2 {
    font-size: 18px;
    line-height: 28px;
}

.inbanner .txt .h3 {
    font-size: 50px;
    line-height: 1em;
    text-transform: uppercase;
    margin-top: 15px;
}

.inbarbg {
    background: #f5f5f5;
}

.inbar {
    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;
}

.innav {
    font-size: 16px;
    line-height: 70px;
}

.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;
}

.innav ul li {
    position: relative;
    padding: 0 .78vw;
}

.innav ul li:before {
    content: "";
    width: 1px;
    height: 15px;
    background: #ccc;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.innav ul li:nth-child(1):before {
    display: none;
}

.innav ul li a {
    display: block;
    padding: 0 1.56vw;
    position: relative;
}

.innav ul li a:hover,
.innav ul li.hover>a {
    color: var(--primary-color);
}

.innav ul li a:before {
    content: "";
    width: 0;
    height: 3px;
    background: var(--primary-color);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s ease;
}

.innav ul li a:hover:before,
.innav ul li.hover>a:before {
    width: 100%;
}

.weizhi {
    font-size: 14px;
    line-height: 60px;
    color: #999;
}

.weizhi a {
    color: #999;
}

.weizhi i {
    margin-right: 5px;
    color: var(--primary-color);
}

@media(max-width:999px) {
    .inbanner .txt .h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .inbanner .txt .h3 {
        display: none;
    }
    .inbar {
        display: block;
    }
    .innav {
        font-size: 14px;
        line-height: 30px;
    }
    .innav ul {
        flex-wrap: wrap;
    }
    .innav ul li {
        padding: 0;
        width: 23%;
        margin: 1% 1%;
        text-align: center;
    }
    .innav ul li:before {
        display: none;
    }
    .innav ul li a {
        padding: 0;
    }
    .innav ul li a:hover,
    .innav ul li.hover>a {
        color: #fff;
        background: var(--primary-color);
    }
    .innav ul li a:before {
        display: none;
    }
    .weizhi {
        display: none;
    }
}

.insidebg {
    padding: 80px 0 100px 0;
}

.inside {}

.inside_lt {
    float: left;
    width: 22%;
}

.side_a {
    margin-bottom: 30px;
}

.side_a .h1 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: var(--primary-color);
    border-bottom: 2px solid var(--primary-color);
    padding-bottom: 15px;
}

.side_a>ul {}

.side_a ul li {}

.side_a>ul>li {
    border-bottom: 1px solid #ebebeb;
}

.side_a>ul>li:last-child {
    border-bottom: none;
}

.side_a ul li span {
    display: block;
    padding: 15px 20px 15px 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: 0px;
    top: 50%;
    transform: translateY(-50%);
    transform-origin: center;
}

.side_a ul li.has_sub.active1>span:after {
    content: "\f106";
}

.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 0 10px 16px;
    display: block;
}

.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: 76%;
}

.inside_con {}

@media(max-width:999px) {
    .insidebg {
        padding: 40px 0 60px 0
    }
    .inside_lt {
        width: 100%;
    }
    .inside_rt {
        float: right;
        width: 100%;
    }
    .inside_con {}
}

.product1 {}

.product1 ul li {
    float: left;
    width: calc((100% - 60px)/5);
    margin: 0 0 15px 15px;
    background: #fff;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.03), 0 1px 6px -1px rgba(0, 0, 0, 0.02), 0 2px 4px 0 rgba(0, 0, 0, 0.02);
}

.product1 ul li:nth-child(5n-4) {
    margin-left: 0;
    clear: left;
}

.product1 ul li .nr_box {
    padding: 10px;
}

.product1 ul li .imgbg {}

.product1 ul li .img {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.product1 ul li .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    transition: all .3s ease;
}

.product1 ul li:hover .img img {
    transform: scale(1.1);
}

.product1 ul li .txt {
    text-align: center;
    margin-top: 10px;
}

.product1 ul li .txt .h2 {
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

@media(max-width:999px) {
    .product1 ul li {
        width: calc((100% - 10px)/2);
        margin: 0 0 10px 10px;
    }
    .product1 ul li:nth-child(5n-4) {
        margin-left: 10px;
        clear: none;
    }
    .product1 ul li:nth-child(2n-1) {
        margin-left: 0;
        clear: left;
    }
    .product1 ul li .nr_box {
        padding: 10px;
    }
    .product1 ul li .txt {
        margin-top: 10px;
    }
    .product1 ul li .txt .h2 {
        font-size: 14px;
        line-height: 24px;
        height: 48px;
    }
}

.job1bg {
    padding: 80px 0;
}

.job1 {}

.job1 .tit1 {
    text-align: center;
}

.job1 .list {
    margin-top: 60px;
}

.job1 ul li {
    border-bottom: 1px solid #dadada;
}

.job1 ul li:nth-child(1) {
    background: var(--primary-color);
    color: #fff;
}

.job1 ul li table {}

.job1 ul li table th {
    width: 18%;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
    padding: 20px 20px;
    font-weight: bold;
}

.job1 ul li table td {
    width: 18%;
    text-align: center;
    font-size: 16px;
    line-height: 26px;
    padding: 20px 20px;
}

.job1 ul li table tr:hover td {
    background: #f2f4f9;
}

.job1 ul li table .w1 {
    width: 28%;
    text-align: left;
}

.job1 ul li table .w2 {}

.job1 ul li table .w3 {}

.job1 ul li table .w4 {}

.job1 ul li table .w5 {}

.job1 ul li .txt1 {
    cursor: pointer;
}

.job1 ul li .txt1 i {
    display: inline-block;
    color: var(--primary-color);
    text-align: center;
    font-style: normal;
    font-size: 20px;
}

.job1 ul li .txt2 {
    padding: 40px 20px 40px 20px;
    border-top: 1px solid #e6e6e6;
    font-size: 14px;
    line-height: 24px;
    display: none;
}

.job1 ul li.active1 .txt1 {
    background: #f2f4f9;
}

@media(max-width:999px) {
    .job1bg {
        padding: 40px 0;
    }
    .job1 .list {
        margin-top: 20px;
    }
    .job1 ul li table th {
        font-size: 14px;
        line-height: 24px;
        padding: 10px 10px;
    }
    .job1 ul li table td {
        font-size: 12px;
        line-height: 22px;
        padding: 10px 10px;
    }
    .job1 ul li table .w1 {
        width: 60%;
        text-align: left;
    }
    .job1 ul li table .w2 {
        display: none;
    }
    .job1 ul li table .w3 {
        display: none;
    }
    .job1 ul li table .w4 {
        display: none;
    }
    .job1 ul li table .w5 {
        width: 40%;
    }
    .job1 ul li .txt2 {
        padding: 20px 10px 20px 10px;
        font-size: 12px;
        line-height: 22px;
    }
}

.job2bg {
    padding: 80px 0;
    background: #f2f4f9;
}

.job2 {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
}

.job2_lt {
    width: 50%;
}

.job2_lt img {
    display: block;
    width: 100%;
}

.job2_rt {
    width: 50%;
}

.job2_rt .nr_box {
    padding: 0 5%;
}

.job2_rt .h2 {
    font-size: 38px;
    line-height: 48px;
    font-weight: bold;
    color: var(--primary-color);
    margin-bottom: 30px;
}

.job2_rt .h3 {
    font-size: 15px;
    line-height: 25px;
}

@media(max-width:999px) {
    .job2bg {
        padding: 40px 0;
    }
    .job2 {
        display: block;
    }
    .job2_lt {
        width: 100%;
    }
    .job2_rt {
        width: 100%;
    }
    .job2_rt .nr_box {
        padding: 20px 5%;
    }
    .job2_rt .h2 {
        font-size: 24px;
        line-height: 34px;
        margin-bottom: 10px;
    }
    .job2_rt .h3 {
        font-size: 15px;
        line-height: 25px;
    }
}

.aboutus1bg {
    padding: 5.2vw 0;
}

.aboutus1 {}

.aboutus1 .list {}

.aboutus1 .list 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: center;
    align-items: center;
}

.aboutus1 .list ul li {
    width: 25%;
    text-align: center;
}

.aboutus1 .list ul li .nr_box {
    border-left: 1px solid rgba(0, 0, 0, .06);
    padding: 0 5%;
}

.aboutus1 .list ul li:nth-child(1) .nr_box {
    border: none;
}

.aboutus1 .list ul li .img {
    height: 3.12vw;
    position: relative;
    margin-bottom: .78vw;
}

.aboutus1 .list ul li .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
}

.aboutus1 .list ul li .txt {
    color: #999;
}

.aboutus1 .list ul li .txt .h2 {
    line-height: 3.32vw;
    font-size: .78vw;
}

.aboutus1 .list ul li .txt .h2 strong {
    font-size: 3.32vw;
    color: var(--primary-color);
}

.aboutus1 .list ul li .txt .h2 span {
    vertical-align: text-bottom;
}

.aboutus1 .list ul li .txt .h3 {
    font-size: .84vw;
    line-height: 1.2em;
}

@media(max-width:999px) {
    .aboutus1bg {
        padding: 40px 0;
    }
    .aboutus1 .list {
        margin-top: 20px;
    }
    .aboutus1 .list ul {
        flex-wrap: wrap;
    }
    .aboutus1 .list ul li {
        width: 50%;
        margin-bottom: 10px;
    }
    .aboutus1 .list ul li:nth-child(2n-1) .nr_box {
        border: none;
    }
    .aboutus1 .list ul li .img {
        height: 50px;
        margin-bottom: 15px;
    }
    .aboutus1 .list ul li .txt .h2 {
        line-height: 25px;
        font-size: 14px;
    }
    .aboutus1 .list ul li .txt .h2 strong {
        font-size: 25px;
    }
    .aboutus1 .list ul li .txt .h3 {
        font-size: 14px;
        line-height: 1.2em;
    }
}

.tit3 {
    text-align: center;
}

.tit3 .h2 {
    font-size: 2.34vw;
    line-height: 1.2em;
}

.tit3 .h2 strong {
    color: var(--primary-color);
}

.tit3 .h2 span {}

.tit3 .h3 {
    font-size: .78vw;
    line-height: 1.8em;
    color: #999;
    margin-top: .52vw;
}

.aboutus2bg {
    padding: 6.25vw 0;
    background-color: #f9f9f9;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
}

.aboutus2 {}

.aboutus2 .tit3 {
    text-align: left;
    position: relative;
    padding-bottom: 1.3vw;
}

.aboutus2 .tit3:before {
    content: "";
    width: 30px;
    height: 1px;
    background: var(--primary-color);
    position: absolute;
    bottom: 0;
    left: 0;
}

    .aboutus2 .list {
        font-size: .84vw;
        line-height: 1.8em;
        margin-top: 2.08vw;
        width: 66%;
        color: #fff;
    }

.aboutus2 .list p {
    line-height: inherit;
    padding: 0;
}

@media(max-width:999px) {
    .tit3 .h2 {
        font-size: 20px;
        line-height: 1.2em;
    }
    .tit3 .h3 {
        font-size: 12px;
        line-height: 1.4em;
        margin-top: 10px;
    }
    .aboutus2bg {
        padding: 40px 0;
    }
    .aboutus2 .tit3 {
        padding-bottom: 10px;
    }
    .aboutus2 .list {
        font-size: 14px;
        line-height: 1.8em;
        margin-top: 20px;
        width: 100%;
    }
}

.aboutus3bg {
    padding: 5.2vw 0;
}

.aboutus3 {}

.aboutus3 .list {
    margin-top: 3.12vw;
}

.slideTxtBox_01 {
    position: relative;
}

.slideTxtBox_01 .hd {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.slideTxtBox_01 .hd ul {
    height: 100%;
    display: flex;
    justify-content: flex-start;
    /* align-items:center;*/
}

.slideTxtBox_01 .hd ul li {
    width: calc(100%/3);
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.slideTxtBox_01 .hd ul li .txt {
    width: 90%;
    color: #fff;
}

.slideTxtBox_01 .hd ul li .txt .h2 {
    font-size: 34px;
    line-height: 44px;
    margin-bottom: 15px;
}

.slideTxtBox_01 .hd ul li .txt .h3 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
}

.slideTxtBox_01 .hd ul li .txt .h4 {
    font-size: 16px;
    line-height: 26px;
}

.slideTxtBox_01 .hd ul li.on {
    background: rgba(183, 27, 51, .82);
}

.slideTxtBox_01 .bd {}

.slideTxtBox_01 .bd .img {
    padding-bottom: 42%;
    position: relative;
}

.slideTxtBox_01 .bd .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    transition: all .3s ease;
}

@media(max-width:999px) {
    .aboutus3bg {
        padding: 40px 0;
    }
    .aboutus3 .list {
        margin-top: 20px;
    }
    .slideTxtBox_01 .hd {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
    }
    .slideTxtBox_01 .hd ul li .txt .h2 {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
    }
    .slideTxtBox_01 .hd ul li .txt .h3 {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 10px;
    }
    .slideTxtBox_01 .hd ul li .txt .h4 {
        font-size: 12px;
        line-height: 16px;
    }
    .slideTxtBox_01 .bd .img {
        padding-bottom: 50%;
    }
}

.aboutus4bg {
    padding: 5.2vw 0;
    background-image: url(../images/history_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.aboutus4 {
    color: #fff;
}

.aboutus4 .tit3 .h2 strong {
    color: #fff;
}

.aboutus4 .tit3 .h3 {
    color: rgba(255, 255, 255, .5);
}

.aboutus4 .list {
    margin-top: 3.64vw;
}

.history_gallery {
    padding: 0 80px;
    position: relative;
}

.history_gallery-thumbs {
    position: relative;
}

.history_gallery-thumbs:before {
    content: "";
    width: 100%;
    border-bottom: 2px dotted rgba(255, 255, 255, .5);
    position: absolute;
    left: 0;
    bottom: 9px;
}

.history_gallery-thumbs .swiper-container {}

.history_gallery-thumbs .swiper-slide {
    opacity: .5;
    text-align: center;
}

.history_gallery-thumbs .h2 {
    font-size: 20px;
    line-height: 2em;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    padding-bottom: 30px;
}

.history_gallery-thumbs .h2:before {
    content: "";
    width: 16px;
    height: 16px;
    border: 2px solid #fff;
    border-radius: 100%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.history_gallery-thumbs .h2:after {
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #fff;
    position: absolute;
    bottom: 7px;
    left: 50%;
    transform: translateX(-50%);
}

.history_gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    opacity: 1;
}

.history_gallery-top {
    margin-bottom: 5.2vw;
}

.history_gallery-top .swiper-container {}

.history_gallery-top .swiper-slide {}

.history_gallery-top .nr_box {
    padding: 0 5%;
}

.history_gallery-top .txt {
    position: relative;
    min-height: 10.42vw;
    text-align: center;
}

.history_gallery-top .txt .h2 {
    font-size: 10.42vw;
    line-height: 1em;
    font-weight: bold;
    color: var(--primary-color);
    opacity: .3;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    z-index: 1;
}

.history_gallery-top .txt .h3 {
    font-size: 1.56vw;
    line-height: 1.5em;
    margin-bottom: 1.04vw;
    padding-top: 3.64vw;
    position: relative;
    z-index: 2;
    padding-bottom: 1.04vw;
}

.history_gallery-top .txt .h3:before {
    content: "";
    width: 30px;
    height: 2px;
    background: var(--secondary-color);
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.history_gallery-top .txt .h4 {
    font-size: .84vw;
    line-height: 1.5em;
    position: relative;
    z-index: 3;
}

.history_gallery .swiper-button-prev,
.history_gallery .swiper-button-next {
    border: 2px dotted rgba(255, 255, 255, .3);
    border-radius: 100%;
    width: 76px;
    height: 76px;
    background-size: 40px 40px;
}

.history_gallery .swiper-button-prev {
    left: 0;
}

.history_gallery .swiper-button-next {
    right: 0;
}

@media(max-width:999px) {
    .aboutus4bg {
        padding: 60px 0;
    }
    .aboutus4 .list {
        margin-top: 30px;
    }
    .history_gallery {
        padding: 0 40px;
    }
    .history_gallery-top {
        margin-bottom: 30px;
    }
    .history_gallery-top .txt {
        min-height: 60px;
    }
    .history_gallery-top .txt .h2 {
        font-size: 60px;
        line-height: 1em;
    }
    .history_gallery-top .txt .h3 {
        font-size: 16px;
        line-height: 1.5em;
        margin-bottom: 10px;
        padding-top: 20px;
        padding-bottom: 10px;
    }
    .history_gallery-top .txt .h4 {
        font-size: 12px;
        line-height: 1.5em;
    }
    .history_gallery .swiper-button-prev,
    .history_gallery .swiper-button-next {
        width: 36px;
        height: 36px;
        background-size: 20px 20px;
    }
}

.aboutus5bg {
    padding: 5.2vw 0;
    background-image: url(../images/history.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.aboutus5 {}

.aboutus5 .list {
    margin-top: 4.16vw;
}

.honor_swiper {
    padding: 0 40px 30px 40px;
    position: relative;
}

.honor_swiper .swiper-container {}

.honor_swiper .swiper-slide {
    transform: scale(.9);
    transition: all .3s ease;
}

.honor_swiper .swiper-slide.swiper-slide-active {
    transform: scale(1);
}

.honor_swiper .nr_box {
    background: #fff;
    padding: .78vw;
}

.honor_swiper .img {
    padding-bottom: 140%;
    position: relative;
}

.honor_swiper .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
}

.honor_swiper .txt {
    text-align: center;
    margin-top: 5px;
}

.honor_swiper .txt .h2 {
    font-size: 14px;
    line-height: 24px;
}

.honor_swiper .txt .h3 {
    display: none;
}

.honor_swiper .swiper-button-prev,
.honor_swiper .swiper-button-next {
    width: 27px;
    height: 40px;
    background-size: 10px 20px;
}

.honor_swiper .swiper-button-prev {
    left: 0;
}

.honor_swiper .swiper-button-next {
    right: 0;
}

.honor_swiper .swiper-pagination {
    width: 100%;
    height: 8px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
}

.honor_swiper .swiper-pagination span {
    display: inline-block;
    margin: 0 4px;
    width: 8px;
    height: 8px;
    background: #aaa;
    opacity: .5;
}

.honor_swiper .swiper-pagination span.swiper-pagination-bullet-active {
    background: var(--secondary-color);
    opacity: 1;
}

@media(max-width:999px) {
    .aboutus5bg {
        padding: 40px 0;
    }
    .aboutus5 .list {
        margin-top: 20px;
    }
    .honor_swiper {
        padding: 0 0 30px 0;
    }
    .honor_swiper .swiper-slide {
        transform: scale(1);
    }
    .honor_swiper .nr_box {
        padding: 0;
    }
    .honor_swiper .txt .h2 {}
    .honor_swiper .swiper-pagination span {
        margin: 0 2px;
        width: 8px;
        height: 8px;
    }
}

.aboutus6bg {
    padding: 10.42vw 0;
    position: relative;
    background: var(--secondary-color);
    overflow: hidden;
}

.aboutus6_bg {
    width: 100%;
    position: absolute;
    top: 0;
    top: 0;
    z-index: 1;
}

.aboutus6_bg img {
    display: block;
    width: 100%;
}

.aboutus6 {
    position: relative;
    z-index: 2;
    color: #fff;
}

.aboutus6 .tit3 .h2 strong {
    color: #fff;
}

.aboutus6 .list {
    margin-top: 3.12vw;
    padding: 0 30%;
    font-size: .78vw;
    line-height: 1.8em;
    text-align: center;
}

.aboutus6 .list p {
    line-height: inherit;
    padding: 0;
}

@media(max-width:999px) {
    .aboutus6bg {
        padding: 60px 0;
    }
    .aboutus6_bg {
        width: 100%;
        height: 100%;
    }
    .aboutus6_bg img {
        width: 100%;
        height: 100%;
    }
    .aboutus6 .list {
        margin-top: 20px;
        padding: 0;
        font-size: 14px;
        line-height: 1.8em;
    }
}

.selected {
    color: var(--primary-color) !important;
}