/*common start*/

:root {
    --primary-color: #0e4b81;
    --secondary-color: #60ac26;
    --third-color: #0b711f;
    --main-color: #0e4b81;
    --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
}

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: #fff;
    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: 20%;
    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;
}


/*menu*/

.head .menu {
    height: 100px;
    line-height: 100px;
}

.head .menu>ul {}

.head .menu>ul>li {
    float: left;
}

.head .menu>ul>li.menu_down {
    position: relative;
}

.head .menu>ul>li>a {
    color: #333;
    display: block;
    font-size: 18px;
    position: relative;
    padding: 0 1.04vw;
}

.head .menu>ul>li>a:hover,
.head .menu>ul>li:hover>a,
.head .menu>ul>li.hover>a {
    color: var(--primary-color);
}


/*.head .menu>ul>li.menu_down>a:after{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; margin-left:.26vw;}*/

.head .menu>ul>li ul {
    width: fit-content;
    min-width: 120px;
    background: var(--primary-color);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: none;
}

.head .menu>ul>li ul li {
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.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: 0px 10px 12px rgba(0, 0, 0, .1);
}

@media(max-width:999px) {
    .head_height {
        height: 60px;
    }
    .head2 {
        height: 60px;
    }
    .head .logo {
        width: 69%;
        height: 60px;
    }
    .head .menu {
        display: none;
    }
}


/**/

.head .nav_open {
    width: 60px;
    height: 60px;
    background: var(--primary-color);
    cursor: pointer;
    position: fixed;
    right: 0;
    top: 0;
    display: none;
}

.head .nav_open i,
.head .nav_open:before,
.head .nav_open:after {
    width: 24px;
    height: 2px;
    background: #fff;
    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: 20px;
}

.head .nav_open:after {
    content: "";
    bottom: 20px;
}

.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%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.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: 10px;
}

.banner_swiper .swiper-pagination .swiper-pagination-bullet {
    vertical-align: top;
    margin: 0 8px;
    width: 10px;
    height: 10px;
    background: #fff;
    opacity: 1;
    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: 100%;
    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;
    }
    .banner_swiper .swiper-pagination .swiper-pagination-bullet {
        margin: 0 4px;
    }
    .banner_swiper .swiper-button-prev,
    .banner_swiper .swiper-button-next {
        width: 40px;
        height: 40px;
        line-height: 40px;
        margin-top: -20px;
        font-size: 20px;
    }
}

.tit1 {
    padding-bottom: 30px;
    background: url(../images/title.png) left bottom no-repeat;
}

.tit1 .h2 {
    font-size: 22px;
    line-height: 32px;
    padding-left: 25px;
    background: url(../images/buttom1.png) left center no-repeat;
}

.tit1 .h3 {
    font-size: 38px;
    line-height: 48px;
}

.more1 {}

.more1 span {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 30px;
    width: 164px;
    border: 1px solid #dedede;
    color: #999;
    transition: all .3s ease;
    position: relative;
    z-index: 1;
}

.more1 span:hover {
    color: #fff;
    border-color: var(--primary-color);
}

.more1 span:before {
    content: "";
    width: 0;
    height: 100%;
    background: var(--primary-color);
    position: absolute;
    left: 0;
    top: 0;
    transition: all .3s ease;
    z-index: -1;
}

.more1 span:hover:before {
    width: 100%;
}

.con01bg {
    height: 994px;
    background: url(../images/ab_bg.jpg) center no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con01 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.con01_lt {
    width: 47%;
}

.con01_lt .box1 {
    margin-top: 2.34vw;
}

.con01_lt .txt {
    margin-bottom: 1.3vw;
}

.con01_lt .txt .h2 {
    font-size: 22px;
    line-height: 32px;
    margin-bottom: .2vw;
}

.con01_lt .txt .h3 {
    font-size: 12px;
    line-height: 22px;
    color: #999;
    text-transform: uppercase;
}

.con01_lt .img {}

.con01_lt .img img {
    display: block;
    width: 100%;
}

.con01_rt {
    width: 48%;
}

.con01_rt .box1 {
    border-top: 1px solid #efefef;
    border-bottom: 1px solid #efefef;
    padding: 10px 0;
    margin-bottom: 3.12vw;
}

.con01_rt .box1 ul {
    display: flex;
    justify-content: space-between;
    /* align-items: center; */
    flex-wrap: wrap;
}

.con01_rt .box1 ul li {
    width: 50%;
    margin: 3.12vw 0;
}

.con01_rt .box1 ul li .txt {
    display: flex;
    justify-content: flex-start;
    /* align-items: center; */
}

.con01_rt .box1 ul li .txt .h2 {
    font-size: 3.12vw;
    line-height: 1em;
    color: var(--primary-color);
    position: relative;
    margin-right: .52vw;
}

.con01_rt .box1 ul li .txt .h2 strong {}

.con01_rt .box1 ul li .txt .h2 span {
    font-size: 2.08vw;
    line-height: 1em;
    position: absolute;
    top: 0;
    right: 0;
    transform: translate(0, -80%);
}

.con01_rt .box1 ul li .txt .h3 {
    margin-top: .32vw;
}

.con01_rt .box1 ul li .txt .h3 strong {
    display: block;
    font-weight: normal;
    font-size: .94vw;
    line-height: 1.2em;
    margin-bottom: .42vw;
}

.con01_rt .box1 ul li .txt .h3 span {
    display: block;
    font-size: .62vw;
    line-height: 1.3em;
    color: #999;
}

.con01_rt .box2 {}

.con01_rt .box2 .txt {
    font-size: .84vw;
    line-height: 2em;
    color: #666;
    margin-bottom: 5.2vw;
}

@media(max-width:999px) {
    .tit1 {
        padding-bottom: 10px;
    }
    .tit1 .h2 {
        font-size: 12px;
        line-height: 22px;
        padding-left: 20px;
    }
    .tit1 .h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .more1 span {
        font-size: 12px;
        line-height: 20px;
        width: 100px;
    }
    .con01bg {
        padding: 40px 0;
        height: auto;
        background: none;
        display: block;
    }
    .con01 {
        display: block;
    }
    .con01_lt {
        width: 100%;
    }
    .con01_lt .box1 {
        margin-top: 20px;
    }
    .con01_lt .txt {
        margin-bottom: 10px;
    }
    .con01_lt .txt .h2 {
        font-size: 15px;
        line-height: 25px;
        margin-bottom: 0;
    }
    .con01_lt .txt .h3 {
        font-size: 12px;
        line-height: 22px;
    }
    .con01_rt {
        width: 100%;
    }
    .con01_rt .box1 {
        border: 1px dashed #ccc;
        padding: 10px 0;
        margin-bottom: 10px;
    }
    .con01_rt .box1 ul li {
        width: 50%;
        margin: 10px 0;
    }
    .con01_rt .box1 ul li .txt .h2 {
        font-size: 36px;
        line-height: 1em;
        margin-right: .52vw;
    }
    .con01_rt .box1 ul li .txt .h2 span {
        font-size: 16px;
        line-height: 1em;
    }
    .con01_rt .box1 ul li .txt .h3 {
        margin-top: 5px;
    }
    .con01_rt .box1 ul li .txt .h3 strong {
        font-size: 12px;
        line-height: 1.2em;
        margin-bottom: 0;
    }
    .con01_rt .box1 ul li .txt .h3 span {
        display: none;
    }
    .con01_rt .box2 .txt {
        font-size: 14px;
        line-height: 2em;
        margin-bottom: 10px;
    }
}

.con02bg {
    padding: 80px 0;
    background: #f8fafb;
}

.con02 {}

.con02_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.con02 .list {
    margin-top: 60px;
}

.product_swiper {
    position: relative;
    overflow: hidden;
    padding-bottom: 30px;
}

.product_swiper .swiper-container {}

.product_swiper .swiper-slide {
    position: relative;
    z-index: 1;
    text-align: center;
    padding: 10px 0;
}

.product_swiper .swiper-slide.swiper-slide-active {
    z-index: 2;
}

.product_swiper .swiper-slide .nr_box {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin: 0 10px;
}

.product_swiper .swiper-slide .img {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
}

.product_swiper .swiper-slide .img img {
    max-width: 80%;
    max-height: 80%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
    transition: all .3s ease;
}

.product_swiper .swiper-slide:hover .img img {
    transform: scale(1.1);
}

.product_swiper .swiper-slide .txtbg {}

.product_swiper .swiper-slide .txt {
    padding: 15px 5%;
    border-top: 1px dashed #f4f4f4;
}

.product_swiper .swiper-slide .txt .h2 {
    font-size: 18px;
    line-height: 28px;
    height: 28px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.product_swiper .swiper-pagination {
    width: 100%;
    height: 10px;
    bottom: 0;
}

.product_swiper .swiper-pagination span {
    display: inline-block;
    vertical-align: top;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    margin: 0 4px;
    background: #000;
    opacity: .25;
    transition: all .3s ease;
}

.product_swiper .swiper-pagination span.swiper-pagination-bullet-active {
    width: 20px;
    background: var(--primary-color);
    opacity: 1;
}

.product_swiper .swiper-button-prev,
.product_swiper .swiper-button-next {
    width: 40px;
    height: 40px;
    margin-top: -20px;
    background-color: rgba(0, 0, 0, .5);
    background-size: 10px 20px;
    opacity: 0;
    transition: all .3s ease;
    border-radius: 100%;
}

.product_swiper .swiper-button-prev {
    left: 0;
}

.product_swiper .swiper-button-next {
    right: 0;
}

.product_swiper:hover .swiper-button-prev,
.product_swiper:hover .swiper-button-next {
    opacity: .7;
}

.product_swiper .swiper-button-prev:hover,
.product_swiper .swiper-button-next:hover {
    opacity: 1;
    background-color: var(--primary-color);
}

@media(max-width:999px) {
    .con02bg {
        padding: 40px 0;
    }
    .con02 .list {
        margin-top: 20px;
    }
    .product_swiper .swiper-slide {
        padding: 5px 0;
    }
    .product_swiper .swiper-slide .nr_box {
        margin: 0 5px;
    }
    .product_swiper .swiper-slide .txt {
        padding: 15px 5%;
    }
    .product_swiper .swiper-slide .txt .h2 {
        font-size: 14px;
        line-height: 24px;
        height: 24px;
    }
    .product_swiper .swiper-button-prev,
    .product_swiper .swiper-button-next {
        width: 30px;
        height: 30px;
        margin-top: -15px;
    }
}

.tit2 {
    padding-bottom: 10px;
    background: url(../images/title.png) left bottom no-repeat;
}

.tit2 .h2 {
    font-size: 60px;
    line-height: 1em;
    color: var(--primary-color);
    font-family: Impact;
}

.tit2 .h3 {
    font-size: 38px;
    line-height: 48px;
}

.con03bg {
    padding: 80px 0 10px 0;
    background: url(../images/ys_bg.jpg) bottom center no-repeat;
    min-height: 594px;
}

.con03 {}

.con03_top {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.con03 .i_phone {
    text-align: center;
}

.con03 .i_phone img {
    display: block;
    margin: 0 auto;
    height: 30px;
    animation: msClock 1.2s linear infinite;
}

.con03 .i_phone strong {
    display: block;
    font-size: 18px;
    line-height: 1em;
    margin-top: 8px;
    margin-bottom: 5px;
}

.con03 .i_phone span {
    display: block;
    font-size: 14px;
    line-height: 24px;
}

.con03 .list {
    margin-top: 60px;
}

.adv_gallery {
    display: flex;
    justify-content: space-between;
    /* align-items: center;*/
    flex-direction: row-reverse;
}

.adv_gallery-top {
    width: calc(100% - 124px);
    position: relative;
}

.adv_gallery-top .gallery-top {}

.adv_gallery-top .gallery-top .swiper-slide {}

.adv_gallery-top .gallery-top .swiper-slide .nr_box {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.adv_gallery-top .gallery-top .swiper-slide .imgbg {
    width: 60%;
}

.adv_gallery-top .gallery-top .swiper-slide .img {}

.adv_gallery-top .gallery-top .swiper-slide .img img {
    display: block;
    width: 100%;
    height: 600px;
}

.adv_gallery-top .gallery-top .swiper-slide .txtbg {
    width: 40%;
}

.adv_gallery-top .gallery-top .swiper-slide .txt {
    padding: 0 5%;
}

.adv_gallery-top .gallery-top .swiper-slide .txt .h2 {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
}

.adv_gallery-top .gallery-top .swiper-slide .txt .h3 {
    font-size: 12px;
    line-height: 22px;
    color: #999;
    text-transform: uppercase;
}

.adv_gallery-top .gallery-top .swiper-slide .txt .line1 {
    width: 40px;
    height: 5px;
    background: var(--primary-color);
    margin-top: 15px;
    margin-bottom: 35px;
}

.adv_gallery-top .gallery-top .swiper-slide .txt .h4 {
    font-size: 15px;
    line-height: 2em;
    color: #666;
}

.adv_gallery-thumbs {
    width: 124px;
    position: relative;
}

.adv_gallery-thumbs .gallery-thumbs {
    height: 600px;
}

.adv_gallery-thumbs .gallery-thumbs .swiper-slide {
    background: var(--primary-color);
    color: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.adv_gallery-thumbs .gallery-thumbs .swiper-slide .nr_box {
    width: 90%;
}

.adv_gallery-thumbs .gallery-thumbs .swiper-slide .img {
    height: 47px;
    position: relative;
}

.adv_gallery-thumbs .gallery-thumbs .swiper-slide .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
}

.adv_gallery-thumbs .gallery-thumbs .swiper-slide .h2 {
    margin-top: 10px;
}

.adv_gallery-thumbs .gallery-thumbs .swiper-slide .h2 strong {
    display: block;
    font-size: 18px;
    line-height: 28px;
    font-weight: normal;
}

.adv_gallery-thumbs .gallery-thumbs .swiper-slide .h2 span {
    display: block;
    opacity: .3;
}

.adv_gallery-thumbs .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
    background: var(--third-color);
}

.adv_gallery .swiper-controls {
    position: absolute;
    bottom: 20px;
    left: 62%;
    z-index: 2;
}

.adv_gallery .swiper-button-prev,
.adv_gallery .swiper-button-next {
    float: left;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    margin: 0;
    position: static;
    background-color: var(--primary-color);
    background-size: 10px 20px;
    transition: all .3s ease;
}

.adv_gallery .swiper-button-prev:hover,
.adv_gallery .swiper-button-next:hover {
    background-color: var(--secondary-color);
}

.adv_gallery .swiper-button-prev {
    margin-right: 10px;
}

.adv_gallery .swiper-button-next {}

@keyframes msClock {
    0%,
    70%,
    100% {
        transform: rotate(0) scale(1);
    }
    10%,
    30% {
        transform: rotate(-15deg) scale(1.1);
    }
    20%,
    40% {
        transform: rotate(15deg) scale(1.1);
    }
}

@media(max-width:999px) {
    .tit2 .h2 {
        font-size: 24px;
        line-height: 1em;
        text-transform: uppercase;
    }
    .tit2 .h3 {
        font-size: 22px;
        line-height: 32px;
    }
    .con03bg {
        padding: 40px 0 0 0;
        background: none;
        min-height: 0;
    }
    .con03 .i_phone img {
        height: 30px;
    }
    .con03 .i_phone strong {
        font-size: 18px;
        line-height: 1em;
        margin-top: 8px;
        margin-bottom: 2px;
    }
    .con03 .i_phone span {
        font-size: 12px;
        line-height: 22px;
    }
    .con03 .list {
        margin-top: 20px;
    }
    .adv_gallery {
        display: block;
    }
    .adv_gallery-top {
        width: 100%;
    }
    .adv_gallery-top .gallery-top .swiper-slide .nr_box {
        display: block;
    }
    .adv_gallery-top .gallery-top .swiper-slide .imgbg {
        width: 100%;
    }
    .adv_gallery-top .gallery-top .swiper-slide .img img {
        width: 100%;
        height: auto;
    }
    .adv_gallery-top .gallery-top .swiper-slide .txtbg {
        width: 100%;
        background: #f6f6f8;
    }
    .adv_gallery-top .gallery-top .swiper-slide .txt {
        padding: 20px 5%;
    }
    .adv_gallery-top .gallery-top .swiper-slide .txt .h2 {
        font-size: 15px;
        line-height: 25px;
    }
    .adv_gallery-top .gallery-top .swiper-slide .txt .h3 {
        font-size: 12px;
        line-height: 22px;
    }
    .adv_gallery-top .gallery-top .swiper-slide .txt .line1 {
        width: 40px;
        height: 5px;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .adv_gallery-top .gallery-top .swiper-slide .txt .h4 {
        font-size: 12px;
        line-height: 2em;
    }
    .adv_gallery-thumbs {
        width: 100%;
    }
    .adv_gallery-thumbs .gallery-thumbs {
        height: auto;
    }
    .adv_gallery-thumbs .gallery-thumbs .swiper-slide {
        height: 78px;
    }
    .adv_gallery-thumbs .gallery-thumbs .swiper-slide .img {
        height: 27px;
    }
    .adv_gallery-thumbs .gallery-thumbs .swiper-slide .h2 {
        margin-top: 4px;
    }
    .adv_gallery-thumbs .gallery-thumbs .swiper-slide .h2 strong {
        font-size: 12px;
        line-height: 22px;
    }
    .adv_gallery-thumbs .gallery-thumbs .swiper-slide .h2 span {
        display: none;
    }
    .adv_gallery-thumbs .gallery-thumbs .swiper-slide.swiper-slide-thumb-active {
        background: var(--third-color);
    }
    .adv_gallery .swiper-controls {
        bottom: 10px;
        left: auto;
        right: 5%;
    }
    .adv_gallery .swiper-button-prev,
    .adv_gallery .swiper-button-next {
        width: 30px;
        height: 30px;
        background-size: 10px 20px;
    }
    .adv_gallery .swiper-button-prev {
        margin-right: 5px;
    }
}

.con04bg {
    padding: 80px 0;
}

.con04 {
    position: relative;
}

.con04 .list {
    margin-top: 60px;
}

.slideTxtBox_01 {}

.slideTxtBox_01 .hd {
    font-size: 16px;
    line-height: 20px;
    position: absolute;
    top: 50px;
    right: 0;
}

.slideTxtBox_01 .hd ul {
    display: flex;
    justify-content: flex-start;
    /* align-items: center;*/
}

.slideTxtBox_01 .hd ul li {
    cursor: pointer;
    border-left: 1px solid #ccc;
}

.slideTxtBox_01 .hd ul li a {
    display: block;
    padding: 0 1.56vw;
}

.slideTxtBox_01 .hd ul li.on a {
    font-weight: bold;
    color: var(--primary-color);
}

.slideTxtBox_01 .bd {}

.con04_list {}

.con04_list ul li {
    float: left;
    width: 32%;
    margin: 0 0 30px 2%;
}

.con04_list ul li:nth-child(3n-2) {
    margin-left: 0;
    clear: left;
}

.con04_list ul li .img {
    padding-bottom: 72%;
    position: relative;
    overflow: hidden;
    border: 1px solid #e4e4e4;
}

.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;
    transition: all .3s ease;
}

.con04_list ul li:hover .img img {
    transform: scale(1.1);
}

.con04_list ul li .txt {
    margin-top: 25px;
}

.con04_list ul li .txt .h2 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.con04_list ul li .txt .h4 {
    font-size: 14px;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #999;
}

.con04_list ul li .txt .h4 span {
    padding-left: 20px;
    background: url(../images/buttom3.png) left center no-repeat;
}

.con04_list ul li .txt .h4 a {
    font-size: 12px;
    color: #999;
}

.con04_list ul li .txt .h4 a:hover {
    color: var(--primary-color);
}

@media(max-width:999px) {
    .con04bg {
        padding: 40px 0;
    }
    .con04 .list {
        margin-top: 30px;
    }
    .slideTxtBox_01 .hd {
        font-size: 16px;
        line-height: 20px;
        position: static;
        margin-bottom: 15px;
    }
    .slideTxtBox_01 .hd ul {
        justify-content: center;
    }
    .slideTxtBox_01 .hd ul li:nth-child(1) {
        border-left: none;
    }
    .slideTxtBox_01 .hd ul li a {
        padding: 0 15px;
    }
    .con04_list ul li {
        width: 100%;
        margin: 0;
        padding: 15px 0;
        border-bottom: 1px dashed #d2d5db;
    }
    .con04_list ul li .nr_box {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }
    .con04_list ul li .imgbg {
        width: 40%;
    }
    .con04_list ul li .txtbg {
        width: 56%;
    }
    .con04_list ul li .txt {
        margin-top: 0;
    }
    .con04_list ul li .txt .h2 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }
    .con04_list ul li .txt .h4 {
        font-size: 12px;
        line-height: 22px;
    }
}

.footbg {
    padding: 40px 0;
    background: url(../images/footer_bg.jpg) center no-repeat;
    background-size: cover;
}

.foot {
    color: #999;
    display: flex;
    justify-content: space-between;
    /* align-items: center;*/
}

.foot a {
    color: #999;
}

.foot a:hover {
    color: #fff;
}

.foot .lt {
    width: 31%;
    padding-right: 2.5%;
    border-right: 1px solid rgba(255, 255, 255, .1);
}

.foot .f_phone {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
    padding-bottom: 30px;
    margin-bottom: 50px;
}

.foot .f_phone span {
    display: block;
}

.foot .f_phone strong {
    display: block;
    font-size: 24px;
    line-height: 34px;
    font-weight: normal;
}

.foot .f_contact {
    font-size: 15px;
    line-height: 25px;
}

.foot .f_contact .h2 {
    font-size: 20px;
    line-height: 30px;
    font-weight: bold;
    color: #fff;
    margin-bottom: 20px;
}

.foot .f_contact ul li {
    margin-top: 15px;
}

.foot .rt {
    width: 62%;
}

.foot .f_navbg {}

.foot .f_navbg .h2 {
    font-size: 14px;
    color: #fff;
    margin-bottom: 40px;
}

.foot .f_navbg .h2 strong {
    font-size: 40px;
    font-weight: normal;
    font-family: Impact;
    margin-right: 10px;
}

.foot .f_navbg .h2 span {
    background: var(--primary-color);
    padding: 0 10px;
    s
}

.foot .f_nav {
    font-size: 14px;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    /* align-items: center;*/
}

.foot .f_nav dl {
    width: 100%;
    margin-bottom: 40px;
}

.foot .f_nav dl dt {
    font-size: 16px;
    color: #fff;
    margin-bottom: 20px;
    position: relative;
    z-index: 1;
}

.foot .f_nav dl dt:before {
    content: "";
    width: 40px;
    height: 40px;
    background: url(../images/buttom6.png) center no-repeat;
    position: absolute;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
    z-index: -1;
}

.foot .f_nav dl dt strong {
    margin-right: 10px;
}

.foot .f_nav dl dt span {
    font-size: 12px;
}

.foot .f_nav dl dd {
    float: left;
    width: 50%;
    margin-top: 5px;
}

.foot .f_info {
    font-size: 13px;
    line-height: 23px;
    border-top: 1px solid rgba(255, 255, 255, .1);
    padding: 20px 0;
}

@media(max-width:999px) {
    .footbg {
        padding: 0;
    }
    .foot {
        display: block;
    }
    .foot .lt {
        width: 100%;
        padding: 40px 0 20px 0;
        border-right: none;
    }
    .foot .f_phone {
        font-size: 16px;
        line-height: inherit;
        height: 15px;
        border-bottom: 5px solid var(--primary-color);
        padding-bottom: 0;
        margin-bottom: 20px;
        display: inline-block;
    }
    .foot .f_phone span {
        display: inline;
        margin-right: 10px;
    }
    .foot .f_phone strong {
        display: inline;
        font-size: 20px;
        line-height: inherit;
    }
    .foot .f_contact {
        font-size: 12px;
        line-height: 22px;
    }
    .foot .f_contact .h2 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .foot .f_contact ul li {
        margin-top: 5px;
    }
    .foot .rt {
        width: 100%;
    }
    .foot .f_navbg {
        display: none;
    }
    .foot .f_info {
        font-size: 12px;
        line-height: 22px;
        border-top: 1px solid rgba(255, 255, 255, .1);
        padding: 15px 0;
    }
}


/*Add------------------------------------------------------------------------------*/

.inbanner {
    position: relative;
}

.inbanner img {
    display: block;
    width: 100%;
    position: relative;
    z-index: 1;
}

.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;
}

.innavbg {
    border-bottom: 1px solid #f2f2f2;
    box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.06);
    position: relative;
    z-index: 1;
}

.innav {
    font-size: 16px;
    line-height: 26px;
}

.innav 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;
}

.innav ul li {
    width: 100%;
    position: relative;
}

.innav ul li:before {
    content: "";
    width: 1px;
    height: 100%;
    background: #f0f1f2;
    position: absolute;
    left: 0;
    top: 0;
}

.innav ul li:nth-child(1):before {
    display: none;
}

.innav ul li a {
    display: block;
    text-align: center;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.innav ul li.hover {
    color: #fff;
}

.innav ul li.hover>a {
    color: #fff;
    background: var(--primary-color);
}

.inbarbg {
    border-bottom: 1px solid #f2f2f2;
    background: #f8fafb;
}

.inbar {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.weizhi {
    font-size: 14px;
    line-height: 50px;
    color: #999;
    padding-left: 25px;
    background: url(../images/locationIco.png) left center no-repeat;
}

.weizhi a {
    color: #999;
}

.weizhi a:hover {}

.inback {
    padding-right: 25px;
    background: url(../images/ca1.png) right center no-repeat;
    font-size: 14px;
    line-height: 50px;
}

@media(max-width:999px) {
    .inbanner svg {
        width: 100%;
        height: 20px;
    }
    .inbanner .txt .h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .innav {
        font-size: 14px;
        line-height: 34px;
    }
    .innav ul {
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        flex-wrap: wrap;
    }
    .innav ul li {
        width: calc(100%/3);
    }
    .innav ul li a {
        padding: 0;
        height: 50px;
    }
    .inbar {
        display: block;
    }
    .weizhi {
        display: none;
    }
}

.insidebg {
    padding: 60px 0 80px 0;
    background: #f8fafb;
}

.inside {}

.inside_lt {
    float: left;
    width: 300px;
}

.side_a {
    background: #fff;
    box-shadow: 0px 8px 7px 0px rgba(0, 0, 0, 0.06);
    border-radius: 5px 5px 0 0;
    overflow: hidden;
}

.side_a .h1 {
    font-size: 24px;
    line-height: 34px;
    background: var(--primary-color);
    color: #fff;
    padding: 15px 10px;
    text-align: center;
}

.side_a .h1 strong {
    display: block;
}

.side_a .h1 span {
    display: block;
    font-size: 16px;
    line-height: 26px;
    margin-top: 5px;
}

.side_a>ul {}

.side_a ul li {}

.side_a>ul>li {
    border-top: 1px solid #f0f0f0;
}

.side_a>ul>li:last-child {
    border-bottom: none;
}

.side_a ul li span {
    display: block;
    padding: 12px 40px 12px 20px;
    position: relative;
    cursor: pointer;
}

.side_a>ul>li>span {
    background: url(../images/pro_addPagenrIco.png) right 10px center no-repeat;
}

.side_a>ul>li.active1>span {
    background-image: url(../images/pro_addPagenrIco_hover.png);
}

.side_a>ul>li>span:hover,
.side_a>ul>li.hover>span {
    background-color: var(--primary-color);
    color: #fff;
}


/*.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: 15px;
}

.side_a>ul>li>span a {
    font-size: 18px;
}

.side_a ul li span:hover a,
.side_a ul li.hover>span a {
    color: #fff;
}

.side_a ul li ul {
    padding: 0 0 10px 0;
    display: none;
}

.side_a ul li ul li {}

.side_a ul li ul li span {
    padding: 10px 40px 10px 20px;
    position: relative;
    background: url(../images/nyproductTopBoxTopMore.png) right 13px center no-repeat;
}

.side_a ul li ul li span:hover,
.side_a ul li ul li.hover>span {
    color: var(--primary-color);
}

.side_a ul li ul li a {}

.side_a ul li ul li>span:hover a {
    color: var(--primary-color);
}

.side_a ul li ul li a:before {
    content: "-";
    margin-right: 5px;
}

.inside_rt {
    float: right;
    width: calc(100% - 350px);
}

@media(max-width:999px) {
    .insidebg {
        padding: 40px 0 60px 0;
    }
    .inside_lt {
        width: 100%;
        margin-bottom: 20px;
    }
    .side_a>ul {
        padding: 10px 20px;
    }
    .inside_rt {
        width: 100%;
    }
}

.aboutus1bg {
    padding: 80px 0;
}

.aboutus1 {
    display: flex;
    justify-content: space-between;
    /* align-items: center;*/
}

.aboutus1_lt {
    width: 27%;
}

.aboutus1_rt {
    width: 66%;
}

.aboutus1_rt .box1 {
    margin-bottom: 60px;
}

.aboutus1_rt .box1 .txt {
    font-size: 13px;
    line-height: 2em;
}

.aboutus1_rt .box2 {}

.aboutus1_rt .box2 ul {}

.aboutus1_rt .box2 ul li {
    float: left;
    width: calc(100%/3);
    margin-bottom: 60px;
    text-align: center;
}

.aboutus1_rt .box2 ul li .img {
    margin: 0 auto;
    width: 100px;
    height: 100px;
    position: relative;
}

.aboutus1_rt .box2 ul li .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
}

.aboutus1_rt .box2 ul li .txt {
    margin-top: 30px;
}

.aboutus1_rt .box2 ul li .txt .h2 {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 10px;
}

.aboutus1_rt .box2 ul li .txt .h3 {
    font-size: 12px;
    line-height: 26px;
}

@media(max-width:999px) {
    .aboutus1bg {
        padding: 40px 0;
    }
    .aboutus1 {
        display: block;
    }
    .aboutus1_lt {
        width: 100%;
        margin-bottom: 10px;
    }
    .aboutus1_rt {
        width: 100%;
    }
    .aboutus1_rt .box1 {
        margin-bottom: 40px;
    }
    .aboutus1_rt .box1 .txt {
        font-size: 13px;
        line-height: 2em;
    }
    .aboutus1_rt .box2 ul li {
        width: 100%;
        margin-bottom: 40px;
    }
    .aboutus1_rt .box2 ul li .img {
        width: 100px;
        height: 100px;
    }
    .aboutus1_rt .box2 ul li .txt {
        margin-top: 20px;
    }
    .aboutus1_rt .box2 ul li .txt .h2 {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .aboutus1_rt .box2 ul li .txt .h3 {
        font-size: 12px;
        line-height: 26px;
    }
}

.aboutus2bg {
    padding: 140px 0 60px 0;
    background-repeat: no-repeat;
    background-position: top center;
}

.aboutus2 {
    display: flex;
    justify-content: space-between;
    /* align-items: center;*/
}

.aboutus2_lt {
    width: 49%;
}

.aboutus2_lt .img {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.aboutus2_lt img {
    display: block;
    width: 100%;
    transition: all .3s ease;
}

.aboutus2_lt:hover img {
    transform: scale(1.1);
}

.aboutus2_lt .img:before {
    content: "";
    width: 56px;
    height: 56px;
    background: url(../images/ico_play.png) center no-repeat;
    position: absolute;
    top: -25%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    transition: all .3s ease;
}

.aboutus2_lt:hover .img:before {
    top: 50%;
}

.aboutus2_rt {
    width: 41%;
}

.aboutus2_rt .tit1 {
    color: #fff;
}

.aboutus2_rt .box1 {
    margin-top: 100px;
}

.aboutus2_rt .box1 .txt {
    font-size: 13px;
    line-height: 2em;
}

.video1_box {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}

.video1_close1 {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.video1bg {
    width: 90%;
    max-width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.video1_close2 {
    width: 34px;
    height: 34px;
    background: url(../images/ico_close.png) center no-repeat;
    position: absolute;
    top: -34px;
    right: -34px;
    cursor: pointer;
    transition: all .3s ease;
    z-index: 2;
}

.video1_close2:hover {
    transform: rotate(180deg);
}

.video1 {}

.video1 video {
    display: block;
    width: 100%;
}

@media(max-width:999px) {
    .aboutus2bg {
        padding: 40px 0 20px 0;
    }
    .aboutus2 {
        display: block;
    }
    .aboutus2_lt {
        width: 100%;
        margin-bottom: 20px;
    }
    .aboutus2_rt {
        width: 100%;
    }
    .aboutus2_rt .tit1 {
        color: #333;
    }
    .aboutus2_rt .box1 {
        margin-top: 20px;
    }
    .aboutus2_rt .box1 .txt {
        font-size: 13px;
        line-height: 2em;
    }
}

.aboutus3bg {
    padding: 80px 0;
}

.aboutus3 {}

.aboutus3 .list {
    margin-top: 60px;
}

.aboutus3 .list ul {
    display: flex;
    justify-content: space-between;
    /* align-items: center;*/
    flex-wrap: wrap;
}

.aboutus3 .list ul li {
    width: 24%;
    margin: 0 0 40px 14%;
}

.aboutus3 .list ul li:nth-child(3n-2) {
    margin-left: 0;
}

.aboutus3 .list ul li .nr_box {
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    padding: 1px 5% 60px 5%;
}

.aboutus3 .list ul li .imgbg {
    margin: 0 auto;
    width: 130px;
}

.aboutus3 .list ul li .img {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    margin-top: -25px;
}

.aboutus3 .list ul li .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
}

.aboutus3 .list ul li .txt {
    text-align: center;
    margin-top: 40px;
}

.aboutus3 .list ul li .txt .h2 {
    font-size: 12px;
    margin-bottom: 35px;
}

.aboutus3 .list ul li .txt .h2 strong {
    font-weight: normal;
    font-size: 14px;
    margin-right: 10px;
}

.aboutus3 .list ul li .txt .h2 span {
    color: #999;
}

.aboutus3 .list ul li .txt .h3 {
    font-size: 13px;
    line-height: 23px;
    height: 46px;
}

@media(max-width:999px) {
    .aboutus3bg {
        padding: 40px 0;
    }
    .aboutus3 .list {
        margin-top: 20px;
    }
    .aboutus3 .list ul li {
        width: 100%;
        margin: 0 0 30px 0;
    }
    .aboutus3 .list ul li .nr_box {
        padding: 1px 5% 20px 5%;
    }
    .aboutus3 .list ul li .imgbg {
        width: 130px;
    }
    .aboutus3 .list ul li .img {
        margin-top: -20px;
    }
    .aboutus3 .list ul li .txt {
        margin-top: 20px;
    }
    .aboutus3 .list ul li .txt .h2 {
        font-size: 12px;
        margin-bottom: 10px;
    }
    .aboutus3 .list ul li .txt .h2 strong {
        font-size: 14px;
        margin-right: 10px;
    }
    .aboutus3 .list ul li .txt .h3 {
        font-size: 13px;
        line-height: 23px;
        height: auto;
    }
}