/*common start*/

:root {
    --primary-color: #005bac;
    --secondary-color: #d20000;
    --third-color: #0469c3;
    --main-color: #005bac;
    --main-color-white: #fff;
}

body,
div,
ul,
li,
a,
img,
p,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
span,
strong,
input {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    border: 0;
    list-style: none;
}

body {
    font-size: 12px;
    font-family: Arial, 'Microsoft YaHei';
    color: #333;
    overflow-x: hidden;
}

a {
    color: #666;
}

a:hover {
    color: var(--primary-color);
    text-decoration: none;
}

p {
    line-height: 1.5em;
    padding: 5px 0;
}

.clear {
    margin: 0;
    padding: 0;
    font-size: 0;
    clear: both;
}

.wapper1 {
    width: 90%;
    margin: 0 auto;
    max-width: 1400px;
    min-width: 1000px;
}

input,
textarea,
select {
    outline: none;
    font-family: Arial, 'Microsoft YaHei';
}

img {
    object-fit: cover;
    image-rendering: -moz-crisp-edges;
    image-rendering: -o-crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}

#lContent img,
#lblContent img,
.xiangxi_con img,
.xiangqing img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
}

@media(max-width:999px) {
    .wapper1 {
        width: 90%;
        min-width: 0;
    }
}


/*common end*/

.head {
    width: 100%;
    background: #fff;
    position: relative;
    z-index: 55;
    left: 0;
    top: 0;
    transition: all .3s ease;
}

.head1bg {
    background: var(--primary-color);
    color: #fff;
}

.head1 {
    height: 40px;
    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;
}

.head1 .lt {
    font-size: 15px;
}

.head1 .rt {
    font-size: 13px;
    line-height: 40px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.head1 .rt a {
    color: #fff;
    display: block;
    padding: 0 1.82vw;
    background: var(--third-color);
    transition: all .3s ease;
}

.head1 .rt a:nth-child(2n) {
    background: var(--secondary-color);
}

.head1 .rt a:hover {
    opacity: .9;
}

.head2bg {}

.head2 {
    height: 130px;
    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;
}

.head2 .lt {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.head .logo {}

.head .logo img {
    display: block;
    max-width: 20vw;
}

.head .logo_txt {
    font-size: .94vw;
    margin-left: 1.82vw;
    padding-left: 1.82vw;
    border-left: 1px solid #ddd;
}

.head .logo_txt strong {
    display: block;
    font-size: 1.46vw;
    font-weight: bold;
}

.head .logo_txt span {
    display: block;
}

.head2 .rt {}

.head .h_phone {
    font-size: 16px;
    padding-right: 55px;
    background: url(../images/h_phone1.png) right center no-repeat;
    text-align: right;
}

.head .h_phone span {
    display: block;
}

.head .h_phone strong {
    display: block;
    font-size: 36px;
}

.head3bg {
    border-top: 1px solid #eee;
    border-bottom: 6px solid var(--primary-color);
}

.head3 {}


/*menu*/

.head .menu {
    height: 70px;
    line-height: 70px;
}

.head .menu>ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.head .menu>ul>li {
    width: 100%;
}

.head .menu>ul>li.menu_down {
    position: relative;
}

.head .menu>ul>li>a {
    color: #333;
    display: block;
    text-align: center;
    font-size: 18px;
    position: relative;
}

.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>a:before {
    content: "";
    width: 0;
    height: 2px;
    background: var(--primary-color);
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    transition: all .3s ease;
}

.head .menu>ul>li>a:hover:before,
.head .menu>ul>li:hover>a:before,
.head .menu>ul>li.hover>a:before {
    width: 100%;
}


/*.head .menu>ul>li.menu_down>a:after{ content:"\f107";font: normal normal normal 14px/1 FontAwesome; margin-left:.26vw;}*/

.head .menu>ul>li ul {
    width: fit-content;
    min-width: 100%;
    background: #fff;
    box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
    position: absolute;
    top: 100%;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5;
    display: none;
}

.head .menu>ul>li ul li {
    position: relative;
    border-bottom: 1px solid #eee;
}

.head .menu>ul>li ul li a {
    color: #666;
    display: block;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    padding: 10px 5px;
    text-align: center;
    white-space: nowrap;
    position: relative;
}

.head .menu>ul>li ul li a:hover,
.head .menu>ul>li>ul li:hover>a {
    color: var(--primary-color);
}

.head .menu>ul>li ul li ul {
    width: 100%;
    position: absolute;
    top: 0;
    left: 100%;
    transform: translateX(0);
    display: none;
}

.head .menu>ul>li ul li:hover>ul {
    display: block;
}

.head_height {
    height: 0;
}

@media(max-width:999px) {
    .head_height {
        height: 60px;
    }
    .head {
        position: fixed;
        box-shadow: 1px 5px 10px rgba(0, 0, 0, 0.2);
    }
    .head1bg {
        display: none;
    }
    .head2 {
        height: 60px;
    }
    .head .logo img {
        max-width: 68vw;
        max-height: 50px;
    }
    .head .logo_txt {
        display: none;
    }
    .head .h_phone {
        display: none;
    }
    .head3bg {
        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: 20px;
}

.banner_swiper .swiper-pagination .swiper-pagination-bullet {
    vertical-align: top;
    margin: 0 8px;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #fff;
    opacity: 1;
    transition: all .3s ease;
}

.banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 32px;
    background: var(--primary-color);
    opacity: 1;
}

.banner_swiper .swiper-button-prev,
.banner_swiper .swiper-button-next {
    text-align: center;
    width: 49px;
    height: 104px;
    line-height: 104px;
    margin-top: -52px;
    border-radius: 4px;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all .3s ease;
}

.banner_swiper:hover .swiper-button-prev,
.banner_swiper:hover .swiper-button-next {
    opacity: 1;
    visibility: visible;
}

.banner_swiper .swiper-button-prev:hover,
.banner_swiper .swiper-button-next:hover {
    background: var(--primary-color);
}

.banner_swiper .swiper-button-prev {
    left: 5%;
}

.banner_swiper .swiper-button-next {
    right: 5%;
}

@media(max-width:999px) {
    .banner_swiper .swiper-container .swiper-slide img {}
    .banner_swiper .swiper-pagination {
        bottom: 10px;
        height: 4px;
    }
    .banner_swiper .swiper-pagination .swiper-pagination-bullet {
        margin: 0 4px;
        width: 4px;
        height: 4px;
    }
    .banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
        width: 15px;
    }
    .banner_swiper .swiper-button-prev,
    .banner_swiper .swiper-button-next {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-top: -15px;
        font-size: 20px;
    }
}

.tit1 {
    text-align: center;
}

.tit1 .h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: bold;
}

.tit1 .h3 {
    font-size: 21px;
    line-height: 31px;
    opacity: .7;
}

.con01bg {
    padding: 80px 0;
    background: url(../images/c1_bg1.jpg) center no-repeat;
    background-size: cover;
}

.con01 {}

.con01 .list {
    margin-top: 40px;
}

.con01 .list ul {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}

.con01 .list ul li {
    width: 23%;
    text-align: center;
}

.con01 .list ul li .nr_box {}

.con01 .list ul li .box1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.con01 .list ul li .box1 .imgbg {
    width: 63px;
    margin-right: -31px;
}

.con01 .list ul li .box1 .img {
    padding-bottom: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    background: var(--primary-color);
}

.con01 .list ul li .box1 .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
}

.con01 .list ul li .box1 .txtbg {
    width: 160px;
    height: 160px;
    background: #fff;
    border: 1px #eee solid;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con01 .list ul li .box1 .txt {
    width: 90%;
}

.con01 .list ul li .box1 .txt .h2 {
    font-size: 25px;
    line-height: 35px;
}

.con01 .list ul li .box1 .txt .h3 {
    font-size: 32px;
    line-height: 42px;
    font-weight: bold;
}

.con01 .list ul li .box2 {
    margin-top: 20px;
}

.con01 .list ul li .h4 {
    font-size: 18px;
    line-height: 28px;
}

@media(max-width:999px) {
    .tit1 .h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .tit1 .h3 {
        font-size: 12px;
        line-height: 22px;
    }
    .con01bg {
        padding: 40px 0;
    }
    .con01 .list {
        margin-top: 20px;
    }
    .con01 .list ul {
        flex-wrap: wrap;
    }
    .con01 .list ul li {
        width: 48%;
        margin-bottom: 20px;
    }
    .con01 .list ul li .box1 .imgbg {
        width: 40px;
        margin-right: -20px;
    }
    .con01 .list ul li .box1 .txtbg {
        width: 100px;
        height: 100px;
    }
    .con01 .list ul li .box1 .txt .h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .con01 .list ul li .box1 .txt .h3 {
        font-size: 24px;
        line-height: 34px;
    }
    .con01 .list ul li .box2 {
        margin-top: 10px;
    }
    .con01 .list ul li .h4 {
        font-size: 14px;
        line-height: 24px;
    }
}

.tit2 {
    text-align: center;
}

.tit2 .h2 {
    font-size: 42px;
    line-height: 52px;
    font-weight: bold;
}

.tit2 .h3 {
    font-size: 17px;
    line-height: 27px;
    opacity: .7;
    margin-top: 5px;
}

.tit2 .line1 {
    margin-top: 6px;
}

.tit2 .line1 img {
    display: block;
    margin: 0 auto;
    max-width: 100%;
    animation: Screw 2s infinite;
}

.con02bg {
    padding: 80px 0;
    background: url(../images/c2_bg1.jpg) center no-repeat;
    background-size: cover;
}

.con02 {}

.con02 .list {
    margin-top: 40px;
}

.slideTxtBox_01 {}

.slideTxtBox_01 .hd {
    background: #fff;
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 28px;
}

.slideTxtBox_01 .hd ul {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}

.slideTxtBox_01 .hd ul li {
    cursor: pointer;
    width: 100%;
    border-left: 1px solid #eee;
}

.slideTxtBox_01 .hd ul li:nth-child(1) {
    border-left: none;
}

.slideTxtBox_01 .hd ul li a {
    display: block;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slideTxtBox_01 .hd ul li i {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 80px;
    position: relative;
    overflow: hidden;
}

.slideTxtBox_01 .hd ul li i img {
    width: 30px;
    position: absolute;
    top: 0;
    left: 0;
}

.slideTxtBox_01 .hd ul li span {
    max-width: calc(100% - 30px);
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slideTxtBox_01 .hd ul li.on a {
    background: var(--primary-color);
    color: #fff;
}

.slideTxtBox_01 .hd ul li.on i img {
    top: -90px;
}

.slideTxtBox_01 .bd {}

.con02_list {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}

.con02_lt {
    width: 39%;
    background: #fff;
    margin-bottom: 15px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.con02_lt .nr_box {
    width: 82%;
}

.con02_lt .txt {}

.con02_lt .txt .h2 {
    font-size: 30px;
    line-height: 40px;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 5px;
    margin-bottom: 20px;
}

.con02_lt .txt .h3 {
    font-size: 16px;
    line-height: 26px;
}

.con02_lt .txt .h3 ul {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    flex-wrap: wrap;
}

.con02_lt .txt .h3 ul li {
    width: calc(50% - 30px);
    padding-left: 30px;
    background: url(../images/ico_list3.png) left top 2px no-repeat;
    margin-top: 5px;
}

.con02_lt .img {
    height: 440px;
    position: relative;
    margin-top: 20px;
}

.con02_lt .img img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
}

.con02_lt .i_phone {
    background: var(--secondary-color) url(../images/i_phone1.png) left 45px center no-repeat;
    color: #fff;
    font-size: 16px;
    line-height: 26px;
    padding: 10px 80px 10px 100px;
    width: 380px;
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
}

.con02_lt .i_phone:before {
    content: "";
    width: 402px;
    height: 10px;
    background: url(../images/c2_bg2.png) center no-repeat;
    position: absolute;
    bottom: 0;
    left: -11px;
}

.con02_lt .i_phone span {
    display: block;
}

.con02_lt .i_phone strong {
    display: block;
    font-size: 30px;
    line-height: 1em;
    font-weight: normal;
}

.con02_rt {
    width: 57%;
}

.con02_rt ul {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
    flex-wrap: wrap;
}

.con02_rt ul li {
    width: calc((100% - 15px)/2);
    margin: 0 0 15px 15px;
    text-align: center;
}

.con02_rt ul li:nth-child(2n-1) {
    margin-left: 0;
}

.con02_rt ul li .nr_box {
    border: 1px solid #ddd;
    background: #fff;
}

.con02_rt ul li .img {
    height: 275px;
    position: relative;
    overflow: hidden;
}

.con02_rt 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;
    z-index: 1;
}

.con02_rt ul li:hover .img img {
    transform: scale(1.1);
}

.con02_rt ul li .img:before {
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5) url(../images/ico_big.png) center no-repeat;
    position: absolute;
    top: -101%;
    left: 0;
    transition: all .3s ease;
    z-index: 2;
}

.con02_rt ul li:hover .img:before {
    top: 0;
}

.con02_rt ul li .txt {
    background: #eeecec;
    padding: 17px 5%;
    transition: all .3s ease;
}

.con02_rt ul li:hover .txt {
    background: var(--primary-color);
    color: #fff;
}

.con02_rt ul li .txt .h2 {
    font-size: 15px;
    line-height: 25px;
    height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@-webkit-keyframes Screw {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-moz-keyframes mymove {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-ms-keyframes Screw {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@-o-keyframes Screw {
    0% {
        transform: rotate(0)
    }
    100% {
        transform: rotate(360deg)
    }
}

@media(max-width:999px) {
    .tit2 .h2 {
        font-size: 20px;
        line-height: 30px;
    }
    .tit2 .h3 {
        font-size: 12px;
        line-height: 22px;
        margin-top: 0;
    }
    .tit2 .line1 {
        margin-top: 6px;
    }
    .con02bg {
        padding: 40px 0;
    }
    .con02 .list {
        margin-top: 20px;
    }
    .slideTxtBox_01 .hd {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 18px;
        overflow-x: auto;
    }
    .slideTxtBox_01 .hd ul {
        width: 768px;
    }
    .con02_list {
        display: block;
    }
    .con02_lt {
        width: 100%;
        margin-bottom: 15px;
        display: block;
    }
    .con02_lt .nr_box {
        width: 90%;
        padding: 20px 5%;
    }
    .con02_lt .txt .h2 {
        font-size: 20px;
        line-height: 30px;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
    .con02_lt .txt .h3 {
        font-size: 14px;
        line-height: 24px;
    }
    .con02_lt .txt .h3 ul li {
        width: calc(50% - 25px);
        padding-left: 25px;
        background-position: left top 1px;
        margin-top: 5px;
    }
    .con02_lt .img {
        height: auto;
        padding-bottom: 100%;
        margin-top: 20px;
    }
    .con02_lt .i_phone {
        background-position: left 10px center;
        font-size: 16px;
        line-height: 26px;
        padding: 10px 10px 10px 70px;
        width: 100%;
        position: static;
        transform: translateX(0);
    }
    .con02_lt .i_phone:before {
        display: none;
    }
    .con02_lt .i_phone strong {
        font-size: 30px;
        line-height: 1em;
    }
    .con02_rt {
        width: 100%;
    }
    .con02_rt ul {
        display: flex;
        justify-content: space-between;
        /*align-items: center;*/
        flex-wrap: wrap;
    }
    .con02_rt ul li {
        width: calc((100% - 15px)/2);
        margin: 0 0 15px 15px;
        text-align: center;
    }
    .con02_rt ul li:nth-child(2n-1) {
        margin-left: 0;
    }
    .con02_rt ul li .img {
        height: auto;
        padding-bottom: 75%;
    }
    .con02_rt ul li .txt {
        padding: 10px 5%;
    }
    .con02_rt ul li .txt .h2 {
        font-size: 14px;
        line-height: 24px;
        height: auto;
    }
}

.more1 {}

.more1 span {
    display: inline-block;
    text-align: center;
    font-size: 18px;
    line-height: 46px;
    width: 152px;
    border-radius: 50px;
    background: #fff;
    color: #333;
    transition: all .3s ease;
}

.more1 span:hover {
    background: var(--secondary-color);
    color: #fff;
}

.con03bg {
    padding: 80px 0;
}

.con03 {}

.con03 .list {
    margin-top: 40px;
}

.con03 .list dl {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}

.con03 .list dl dd {
    width: 11.4%;
    margin-left: .5%;
    transition: all .5s ease;
    position: relative;
    overflow: hidden;
}

.con03 .list dl dd:nth-child(1) {
    margin-left: 0;
}

.con03 .list dl dd .img {
    height: 790px;
    position: relative;
    overflow: hidden;
}

.con03 .list dl dd .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
}

.con03 .list dl dd .txt1bg {
    width: 100%;
    height: 100%;
    background: rgba(2, 7, 22, 0.7);
    position: absolute;
    top: 0;
    left: 0;
}

.con03 .list dl dd .txt1 {
    padding: 150px 5% 0 5%;
    color: #fff;
    text-align: center;
}

.con03 .list dl dd .txt1 .ico {
    height: 39px;
    position: relative;
    margin-bottom: 20px;
}

.con03 .list dl dd .txt1 .ico img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
}

.con03 .list dl dd .txt1 .h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: bold;
}

.con03 .list dl dd .txt1 .line1 {
    margin: 0 auto;
    width: 1px;
    height: 65px;
    background: #fff;
    margin-top: 160px;
    margin-bottom: 70px;
}

.con03 .list dl dd .txt1 .h3 {
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
}

.con03 .list dl dd .txt2bg {
    width: 44.6%;
    height: 100%;
    background: rgba(14, 79, 165, 0.9);
    position: absolute;
    top: 0;
    right: 0;
    display: none;
}

.con03 .list dl dd .txt2 {
    padding: 150px 5% 0 5%;
    color: #fff;
}

.con03 .list dl dd .txt2 .h2 {
    display: inline-block;
    border: 1px solid #fff;
    padding: 20px 5%;
    font-size: 14px;
    line-height: 24px;
    font-weight: bold;
    margin-bottom: 60px;
}

.con03 .list dl dd .txt2 .h2 strong {
    display: block;
    font-size: 36px;
    line-height: 46px;
}

.con03 .list dl dd .txt2 .h2 span {
    display: block;
    text-transform: uppercase;
}

.con03 .list dl dd .txt2 .h3 {
    font-size: 24px;
    line-height: 34px;
    font-weight: bold;
    border-bottom: 2px solid #fff;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.con03 .list dl dd .txt2 .h4 {
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 60px;
}

.con03 .list dl dd .txt2 .h4 ul li {
    margin-top: 10px;
    padding-left: 15px;
    background: url(../images/ico_list4.png) left top 7px no-repeat;
}

.con03 .list dl dd.on {
    width: 64.1%;
}

.con03 .list dl dd.on .txt1bg {
    display: none;
}

.con03 .list dl dd.on .txt2bg {
    display: block;
}

@media(max-width:999px) {
    .more1 span {
        font-size: 14px;
        line-height: 34px;
        width: 100px;
    }
    .con03bg {
        padding: 40px 0 0 0;
    }
    .con03 .list {
        margin-top: 20px;
    }
    .con03 .list dl {
        display: block;
    }
    .con03 .list dl dd {
        width: 100% !important;
        margin: 0 0 15px 0 !important;
    }
    .con03 .list dl dd .img {
        height: auto;
        padding-bottom: 64%;
    }
    .con03 .list dl dd .txt1bg {
        display: none !important;
    }
    .con03 .list dl dd .txt2bg {
        width: 100%;
        position: static;
        display: block !important;
    }
    .con03 .list dl dd .txt2 {
        padding: 20px 5%;
    }
    .con03 .list dl dd .txt2 .h2 {
        padding: 10px 5%;
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 20px;
    }
    .con03 .list dl dd .txt2 .h2 strong {
        font-size: 20px;
        line-height: 30px;
    }
    .con03 .list dl dd .txt2 .h3 {
        font-size: 18px;
        line-height: 28px;
        padding-bottom: 5px;
        margin-bottom: 10px;
    }
    .con03 .list dl dd .txt2 .h4 {
        font-size: 14px;
        line-height: 18px;
        margin-bottom: 20px;
    }
    .con03 .list dl dd .txt2 .h4 ul li {
        margin-top: 5px;
        background-position: left top 4px;
    }
}

.con04bg {
    padding: 100px 0 120px 0;
    background: url(../images/c4_bg1.png) center no-repeat;
}

.con04 {}

.con04 .list {
    margin-top: 110px;
}

.con04 .list ul {
    width: 1110px;
    margin: 0 auto;
}

.con04 .list ul li {
    float: left;
    width: 234px;
    height: 234px;
    background: url(../images/c4_bg2.png) top center no-repeat;
    text-align: center;
    margin-left: -88px;
}

.con04 .list ul li:hover {
    background-position: bottom center;
    color: #fff;
}

.con04 .list ul li .txtbg {
    width: 210px;
    height: 210px;
    padding: 0 24px 24px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
}

.con04 .list ul li .txt {
    width: 90%;
}

.con04 .list ul li .txt .h2 {
    font-size: 48px;
    line-height: 1em;
    color: #eee;
    margin-bottom: 10px;
}

.con04 .list ul li .txt .h3 {
    font-size: 23px;
    line-height: 33px;
}

.con04 .list ul li .txt .h4 {
    font-size: 14px;
    line-height: 24px;
}

.con04 .list ul li:nth-child(1) {
    margin-left: 0;
}

.con04 .list ul li:nth-child(2n-1) {
    margin-top: -66px;
}

.con04 .list ul li:nth-child(2n) {
    margin-top: 66px;
}

@media(max-width:999px) {
    .con04bg {
        display: none;
    }
}

.con05bg {
    padding: 0 0 80px 0;
}

.con05 {}

.con05 .list {}

.sccj_swiper {
    padding: 0 100px;
    position: relative;
}

.sccj_swiper .swiper-container {
    width: 100%;
}

.sccj_swiper .swiper-container .swiper-slide {
    position: relative;
}

.sccj_swiper .swiper-container .swiper-slide .img {
    padding-bottom: 75%;
    position: relative;
    overflow: hidden;
}

.sccj_swiper .swiper-container .swiper-slide .img img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
}

.sccj_swiper .swiper-container .swiper-slide .txt {
    width: 100%;
    height: 45px;
    overflow: hidden;
    background: rgba(0, 0, 0, 0.3);
    color: #fff;
    text-align: center;
    overflow: hidden;
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 3;
    transition: all .3s ease;
}

.sccj_swiper .swiper-container .swiper-slide:hover .txt {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sccj_swiper .swiper-container .swiper-slide .txt .h2 {
    font-size: 15px;
    line-height: 45px;
    padding: 0 5%;
}

.sccj_swiper .swiper-pagination {
    display: none;
}

.sccj_swiper .swiper-pagination .swiper-pagination-bullet {}

.sccj_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {}

.sccj_swiper .swiper-button-prev,
.sccj_swiper .swiper-button-next {
    text-align: center;
    width: 63px;
    height: 63px;
    line-height: 63px;
    margin-top: -31px;
    border-radius: 100%;
    background: rgba(0, 0, 0, .3);
    color: #fff;
    font-size: 30px;
    transition: all .3s ease;
}

.sccj_swiper .swiper-button-prev:hover,
.sccj_swiper .swiper-button-next:hover {
    background: var(--primary-color);
}

.sccj_swiper .swiper-button-prev {
    left: 0;
}

.sccj_swiper .swiper-button-next {
    right: 0;
}

@media(max-width:999px) {
    .con05bg {
        padding: 40px 0;
    }
    .sccj_swiper {
        padding: 0;
    }
    .sccj_swiper .swiper-container .swiper-slide .txt {
        height: 44px;
    }
    .sccj_swiper .swiper-container .swiper-slide .txt .h2 {
        font-size: 14px;
        line-height: 44px;
    }
    .sccj_swiper .swiper-button-prev,
    .sccj_swiper .swiper-button-next {
        width: 30px;
        height: 30px;
        line-height: 30px;
        margin-top: -15px;
        font-size: 20px;
    }
}

.tit3 {}

.tit3 .h2 {
    font-size: 34px;
    line-height: 1em;
    font-weight: bold;
    text-transform: uppercase;
    font-family: Times New Roman;
    margin-bottom: 5px;
}

.tit3 .h3 {
    font-size: 34px;
    line-height: 44px;
    font-weight: bold;
    color: var(--primary-color);
}

.more2 {}

.more2 span {
    display: inline-block;
    text-align: center;
    font-size: 16px;
    line-height: 45px;
    width: 140px;
    background: var(--primary-color);
    color: #fff;
}

.more2 span:hover {
    opacity: .9;
}

.con06bg {
    padding: 100px 0;
    background: url(../images/c6_bg1.jpg) center no-repeat;
    background-size: cover;
}

.con06 {
    background: #fff;
    padding: 50px 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.con06_lt {
    width: 58%;
}

.con06_lt img {
    display: block;
    width: 100%;
}

.con06_rt {
    width: 38%;
}

.con06_rt .box1 {
    margin-top: 1.04vw;
    margin-bottom: 2.08vw;
}

.con06_rt .box1 .txt {
    font-size: 15px;
    line-height: 2em;
    margin-bottom: 1.04vw;
}

.con06_rt .box2 {}

.con06_rt .box2 ul {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}

.con06_rt .box2 ul li {
    width: 25%;
    text-align: center;
    border-left: 1px #ddd dashed;
}

.con06_rt .box2 ul li:nth-child(1) {
    border-left: none;
}

.con06_rt .box2 ul li .txt {}

.con06_rt .box2 ul li .txt .h2 {
    font-size: 1.86vw;
    font-weight: bold;
}

.con06_rt .box2 ul li .txt .h2 strong {}

.con06_rt .box2 ul li .txt .h2 span {
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-size: .84vw;
    width: 1.04vw;
    height: 1.04vw;
    line-height: 1.04vw;
    border-radius: 100%;
    background: var(--primary-color);
    color: #fff;
}

.con06_rt .box2 ul li .txt .h3 {
    font-size: .78vw;
    line-height: 1.6em;
}

@media(max-width:999px) {
    .tit3 .h2 {
        font-size: 24px;
        line-height: 1em;
        margin-bottom: 0;
    }
    .tit3 .h3 {
        font-size: 24px;
        line-height: 34px;
    }
    .more2 span {
        font-size: 14px;
        line-height: 30px;
        width: 100px;
    }
    .con06bg {
        padding: 80px 0;
    }
    .con06 {
        padding: 40px 5%;
        display: block;
    }
    .con06_lt {
        width: 100%;
        margin-bottom: 10px;
    }
    .con06_rt {
        width: 100%;
    }
    .con06_rt .box1 {
        margin-top: 10px;
        margin-bottom: 20px;
    }
    .con06_rt .box1 .txt {
        font-size: 14px;
        line-height: 2em;
        margin-bottom: 10px;
    }
    .con06_rt .box2 ul {
        flex-wrap: wrap;
    }
    .con06_rt .box2 ul li {
        width: calc(50% - 1px);
        margin: 10px 0;
    }
    .con06_rt .box2 ul li:nth-child(2n-1) {
        border-left: none;
    }
    .con06_rt .box2 ul li .txt .h2 {
        font-size: 24px;
    }
    .con06_rt .box2 ul li .txt .h2 span {
        font-size: 12px;
        width: 16px;
        height: 16px;
        line-height: 16px;
    }
    .con06_rt .box2 ul li .txt .h3 {
        font-size: 14px;
        line-height: 1.6em;
    }
}

.con07bg {
    padding: 80px 0;
    background: #f5f5f5;
}

.con07 {}

.con07 .list {
    margin-top: 40px;
}

.slideTxtBox_02 {}

.slideTxtBox_02 .hd {
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 24px;
}

.slideTxtBox_02 .hd ul {
    display: flex;
    justify-content: center;
    /*align-items: center;*/
}

.slideTxtBox_02 .hd ul li {
    cursor: pointer;
    width: 230px;
    background: #fff;
    border-radius: 50px;
    overflow: hidden;
    margin: 0 6px;
}

.slideTxtBox_02 .hd ul li a {
    display: block;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slideTxtBox_02 .hd ul li i {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 50px;
    position: relative;
    overflow: hidden;
    margin-right: 5px;
}

.slideTxtBox_02 .hd ul li i img {
    width: 30px;
    position: absolute;
    top: 10px;
    left: 0;
}

.slideTxtBox_02 .hd ul li span {
    max-width: calc(100% - 35px);
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.slideTxtBox_02 .hd ul li.on a {
    background: var(--primary-color);
    color: #fff;
}

.slideTxtBox_02 .hd ul li.on i img {
    top: -60px;
}

.slideTxtBox_02 .bd {}

.con07_list {}

.con07_list ul li {
    float: left;
    width: calc((100% - 60px)/3);
    margin: 0 0 30px 30px;
}

.con07_list ul li:nth-child(3n-2) {
    margin-left: 0;
    clear: left;
}

.con07_list ul li .nr_box {}

.con07_list ul li .img {
    padding-bottom: 72%;
    position: relative;
    overflow: hidden;
    border: 1px solid #ddd;
    background: #fff;
}

.con07_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;
}

.con07_list ul li:hover .img img {
    transform: scale(1.1);
}

.con07_list ul li .txt {
    padding: 20px 0 0 5%;
    position: relative;
}

.con07_list ul li .txt .h2 {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 35px;
    padding-left: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.con07_list ul li .txt .h3 {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.con07_list ul li .txt .btn {}

.con07_list ul li .txt .btn i {
    display: inline-block;
    width: 32px;
    height: 7px;
    background: url(../images/ico_more1.png) left 2px center no-repeat;
    transition: all .3s ease;
}

.con07_list ul li .txt .btn i:hover {
    background-position: left -32px center;
}

.con07_list ul li .txt .date {
    width: 87px;
    height: 46px;
    padding: 40px 0 0 0;
    font-size: 18px;
    line-height: 46px;
    background: #343434 url(../images/c7_bg1.png) center no-repeat;
    color: #fff;
    text-align: center;
    position: absolute;
    left: 5%;
    top: 0;
    transform: translateY(-50%);
    box-sizing: content-box;
}

@media(max-width:999px) {
    .con07bg {
        padding: 40px 0;
    }
    .con07 .list {
        margin-top: 20px;
    }
    .slideTxtBox_02 .hd {
        margin-bottom: 20px;
        font-size: 14px;
        line-height: 18px;
    }
    .slideTxtBox_02 .hd ul li {
        width: 230px;
        margin: 0 2px;
    }
    .slideTxtBox_02 .hd ul li i {
        width: 20px;
        height: 40px;
        margin-right: 5px;
    }
    .slideTxtBox_02 .hd ul li i img {
        width: 20px;
        top: 12px;
    }
    .slideTxtBox_02 .hd ul li span {
        max-width: calc(100% - 25px);
        height: 40px;
    }
    .slideTxtBox_02 .hd ul li.on i img {
        top: -36px;
    }
    .con07_list ul li {
        width: 100%;
        margin: 0 0 20px 0;
    }
    .con07_list ul li .txt {
        padding: 20px 0 0 5%;
    }
    .con07_list ul li .txt .h2 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 15px;
    }
    .con07_list ul li .txt .h3 {
        font-size: 14px;
        line-height: 24px;
        margin-bottom: 10px;
    }
}

.con08bg {
    background: #f5f5f5;
    margin-bottom: -100px;
}

.con08 {
    background: var(--primary-color);
    color: #fff;
    border-radius: 10px;
    padding: 25px 1.5%;
    position: relative;
    z-index: 2;
}

.con08 .list {}

.con08 .list dl {
    display: flex;
    justify-content: space-between;
    /*align-items: center;*/
}

.con08 .list dl dt {
    font-size: 20px;
    line-height: 23px;
}

.con08 .list dl dt strong {
    font-weight: normal;
    font-family: Impact;
    margin-left: 5px;
}

.con08 .list dl dd {
    width: calc(100% - 140px);
    font-size: 13px;
    line-height: 23px;
}

.con08 .list dl dd a {
    color: #fff;
    margin: 0 10px 0 0;
}

.con08 .list dl dd a:hover {
    text-decoration: underline;
}

@media(max-width:999px) {
    .con08 {
        padding: 20px 5%;
    }
    .con08 .list dl {
        display: block;
    }
    .con08 .list dl dt {
        font-size: 20px;
        line-height: 30px;
    }
    .con08 .list dl dt strong {
        margin-left: 5px;
    }
    .con08 .list dl dd {
        width: 100%;
        font-size: 13px;
        line-height: 23px;
    }
    .con08 .list dl dd a {
        margin: 5px 10px 0 0;
    }
}

.foot {
    padding: 100px 0 0 0;
    background: #06162f url(../images/footbga2.jpg) top center no-repeat;
    color: #ccc;
}

.foot a {
    color: #ccc;
}

.foot a:hover {
    color: #fff;
}

.foot1bg {
    padding: 80px 0 0 0;
}

.foot1 {
    display: flex;
    justify-content: space-between;
    /* align-items: center;*/
}

.foot1 .lt {
    width: 21%;
}

.foot .f_logo {
    margin-bottom: 20px;
}

.foot .f_logo img {
    max-width: 100%;
}

.foot .f_phone {
    font-size: 26px;
    line-height: 36px;
    padding-left: 35px;
    background: url(../images/f_phone1.png) left center no-repeat;
    color: #fff;
    margin-bottom: 15px;
}

.foot .f_contact {
    font-size: 14px;
    line-height: 24px;
}

.foot .f_contact ul li {
    margin-top: 5px;
}

.foot .f_contact ul li span {
    display: inline-block;
    width: 45px;
    text-align: justify;
    text-justify: inter-ideograph;
    /**/
    text-align: justify;
    -moz-text-align-last: justify;
    text-align-last: justify;
}

.foot1 .ct {
    width: 54%;
}

.foot .f_nav {
    font-size: 14px;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    /* align-items: center;*/
}

.foot .f_nav dl {
    border-left: 1px solid #292929;
    padding: 0 1.04vw;
    max-width: 150px;
    box-sizing: content-box;
}

.foot .f_nav dl dt {
    font-size: 16px;
    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: 5px;
    color: #fff;
}

.foot .f_nav dl dt span {
    font-size: 12px;
    line-height: 16px;
    color: #999;
    display: block;
}

.foot .f_nav dl dd {
    margin-top: 5px;
}

.foot1 .rt {
    width: 17%;
}

.foot .f_ewmbg {}

.slideTxtBox_03 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    flex-direction: row-reverse;
}

.slideTxtBox_03 .hd {
    width: 38px;
}

.slideTxtBox_03 .hd ul li {
    cursor: pointer;
    margin: 15px 0 0 0;
}

.slideTxtBox_03 .hd ul li i {
    display: block;
    width: 38px;
    height: 38px;
    position: relative;
    overflow: hidden;
    border-radius: 100%;
    background: #4c4b4b;
}

.slideTxtBox_03 .hd ul li i img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto auto;
}

.slideTxtBox_03 .hd ul li.on i {
    background: var(--primary-color);
}

.slideTxtBox_03 .bd {
    width: calc(100% - 80px);
    max-width: 150px;
}

.foot .f_ewm {
    text-align: center;
}

.foot .f_ewm span {
    display: block;
    font-size: 17px;
    line-height: 27px;
    margin-bottom: 15px;
}

.foot .f_ewm img {
    display: block;
    margin: 0 auto;
    width: calc(100% - 10px);
    border: 1px solid #2f373d;
    padding: 4px;
}

.foot2bg {
    padding: 40px 0;
}

.foot2 {
    font-size: 14px;
    line-height: 24px;
    display: flex;
    justify-content: space-between;
    /* align-items: center;*/
}

.foot2 .lt {}

.foot2 .rt {}

@media(max-width:999px) {
    .foot {
        padding: 100px 0 0 0;
    }
    .foot1bg {
        padding: 30px 0 0 0;
    }
    .foot1 {
        display: block;
    }
    .foot1 .lt {
        width: 100%;
        margin-bottom: 20px;
    }
    .foot .f_logo {
        margin-bottom: 20px;
    }
    .foot .f_phone {
        font-size: 26px;
        line-height: 36px;
        padding-left: 35px;
        margin-bottom: 15px;
    }
    .foot .f_contact {
        font-size: 14px;
        line-height: 24px;
    }
    .foot .f_contact ul li {
        margin-top: 5px;
    }
    .foot .f_contact ul li span {
        width: 45px;
    }
    .foot1 .ct {
        display: none;
    }
    .foot1 .rt {
        width: 100%;
    }
    .slideTxtBox_03 .bd {
        width: calc(100% - 50px);
        max-width: 150px;
    }
    .foot .f_ewm span {
        font-size: 16px;
        line-height: 26px;
        margin-bottom: 10px;
    }
    .foot2bg {
        padding: 15px 0;
    }
    .foot2 {
        font-size: 12px;
        line-height: 22px;
        display: block;
    }
}


/*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 {}

.inbanner .txt .h2 {
    font-size: 42px;
    line-height: 52px;
}

.inbanner .txt .h3 {
    font-size: 16px;
    line-height: 26px;
    margin-top: 15px;
}

.innav {
    font-size: 16px;
    line-height: 20px;
    margin: 40px 0;
    box-shadow: 4px 9px 30px 0 rgba(170, 177, 191, .18);
    border: 1px solid #eee;
}

.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: 50px;
    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);
}

.weizhi {
    font-size: 16px;
    line-height: 40px;
    color: #999;
    padding-left: 25px;
    background: url(../images/ico_home.png) left center no-repeat;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.weizhi a {
    color: #999;
}

.weizhi a:hover {}

@media(max-width:999px) {
    .inbanner .txt .h2 {
        font-size: 24px;
        line-height: 34px;
    }
    .inbanner .txt .h3 {
        display: none;
    }
    .innav {
        font-size: 14px;
        line-height: 18px;
        margin: 20px 0;
        box-shadow: none;
        border: none;
    }
    .innav ul {
        flex-wrap: wrap;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
    }
    .innav ul li {
        width: calc(100%/3);
        box-shadow: 4px 9px 30px 0 rgba(170, 177, 191, .18);
        border: none;
    }
    .innav ul li a {
        height: 40px;
    }
    .weizhi {
        font-size: 12px;
        line-height: 40px;
        padding-left: 20px;
    }
}

.insidebg {
    padding: 25px 0 25px 0;
}

.inside {}

.inside_lt {
    float: left;
    width: 260px;
}

.side_a {
    background: #f5f5f5;
}

.side_a .h1 {
    font-size: 30px;
    line-height: 34px;
    background: var(--primary-color);
    color: #fff;
    padding: 30px 10px;
    text-align: center;
}

.side_a .h1 strong {
    display: block;
}

.side_a .h1 span {
    display: block;
    font-size: 14px;
    line-height: 24px;
}

.side_a>ul {}

.side_a ul li {
    border-bottom: 1px #dad5d5 dashed;
}

.side_a>ul>li {
    border-bottom: 1px solid #bfbebe;
}

.side_a ul li span {
    display: block;
    padding: 18px 10px 18px 20px;
    position: relative;
    cursor: pointer;
}

.side_a>ul>li>span {
    background: #dedede;
}

.side_a>ul>li>span:hover,
.side_a>ul>li.hover>span {
    background-color: var(--secondary-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: 16px;
}

.side_a ul li span:hover a,
.side_a ul li.hover>span a {
    color: #fff;
}

.side_a ul li ul {
    display: none;
}

.side_a ul li ul li {}

.side_a ul li ul li span {
    padding: 15px 10px 15px 40px;
    position: relative;
    background: url(../images/ico_ejbg.jpg) left 20px 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_b {
    background: #f5f5f5 url(../images/side_b_bg.jpg) bottom center no-repeat;
    background-size: 100% auto;
}

.side_b .txt {
    text-align: center;
    padding: 40px 5%;
}

.side_b .txt .h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 10px;
}

.side_b .txt .h3 {
    font-size: 15px;
    line-height: 25px;
    border: 1px solid #d2d2d2;
    padding: 10px 1%;
    margin-bottom: 10px;
}

.side_b .txt .h4 {
    font-size: 30px;
    line-height: 40px;
    color: var(--primary-color);
    font-family: Impact;
}

.inside_rt {
    float: right;
    width: calc(100% - 290px);
}

.inside_rt .inside_con {
    margin-top: 20px;
}

@media(max-width:999px) {
    .insidebg {
        padding: 25px 0 25px 0;
    }
    .inside_lt {
        width: 100%;
        margin-bottom: 20px;
    }
    .side_a .h1 {
        font-size: 24px;
        line-height: 28px;
        padding: 20px 10px;
    }
    .side_a .h1 span {
        font-size: 12px;
        line-height: 16px;
    }
    .side_a ul li span {
        padding: 10px 10px 10px 20px;
    }
    .side_a ul li a {
        font-size: 15px;
    }
    .side_a>ul>li>span a {
        font-size: 16px;
    }
    .side_a ul li ul li span {
        padding: 5px 10px 5px 40px;
    }
    .side_b .txt {
        padding: 20px 5%;
    }
    .side_b .txt .h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .side_b .txt .h3 {
        font-size: 15px;
        line-height: 25px;
        padding: 10px 1%;
        margin-bottom: 10px;
    }
    .side_b .txt .h4 {
        font-size: 30px;
        line-height: 40px;
    }
    .inside_rt {
        width: 100%;
    }
}

.aboutus1bg {
    padding: 25px 0 40px 0;
}

.aboutus1 {}

.aboutus1 .list1 {
    box-shadow: 0px 3px 15px #eaeaea;
    border-radius: 10px;
    padding: 10px 5%;
    text-align: center;
    margin-bottom: 40px;
}

.aboutus1 .list1 .h2 {
    font-size: 25px;
    line-height: 35px;
    margin-bottom: 5px;
}

.aboutus1 .list1 .h3 {
    font-size: 17px;
    line-height: 27px;
    color: #999;
}

.aboutus1 .list2 {
    box-shadow: 0px 3px 15px #eaeaea;
    border-radius: 10px;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.aboutus1 .list2 .img {
    width: 46%;
}

.aboutus1 .list2 .img img {
    display: block;
    width: 100%;
}

.aboutus1 .list2 .txtbg {
    width: 54%;
}

.aboutus1 .list2 .txt {
    padding: 0 5%;
}

.aboutus1 .list2 .txt .h2 {
    font-size: 28px;
    line-height: 38px;
    color: var(--primary-color);
    text-align: center;
    margin-bottom: 25px;
}

.aboutus1 .list2 .txt .h3 {
    font-size: 15px;
    line-height: 25px;
    max-height: 18.75vw;
    overflow-y: auto;
}

@media(max-width:999px) {
    .aboutus1bg {
        padding: 25px 0 40px 0;
    }
    .aboutus1 .list1 {
        padding: 10px 5%;
        margin-bottom: 20px;
    }
    .aboutus1 .list1 .h2 {
        font-size: 18px;
        line-height: 28px;
        margin-bottom: 5px;
    }
    .aboutus1 .list1 .h3 {
        font-size: 14px;
        line-height: 24px;
    }
    .aboutus1 .list2 {
        display: block;
    }
    .aboutus1 .list2 .img {
        width: 100%;
    }
    .aboutus1 .list2 .txtbg {
        width: 100%;
    }
    .aboutus1 .list2 .txt {
        padding: 20px 5%;
    }
    .aboutus1 .list2 .txt .h2 {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 10px;
    }
    .aboutus1 .list2 .txt .h3 {
        font-size: 14px;
        line-height: 24px;
        max-height: 200px;
        overflow-y: auto;
    }
}

.aboutus2bg {
    padding: 80px 0;
    background: #f5f5f5;
}

.aboutus2 {}

.aboutus2 .list {
    margin-top: 40px;
}

.scroll_01 {}

.scroll_01 .bd {}

.scroll_01 .bd ul li {
    float: left;
    width: 25%;
}

.scroll_01 .bd ul li .nr_box {
    margin: 0 10px;
}

@media only screen and (min-width: 996px) {
    .scroll_01 .bd ul li .img {
        overflow: hidden;
    }
    .scroll_01 .bd ul li .img img {
        height: 500px;
        margin: auto auto;
        transition: all .3s ease;
        object-fit: contain
    }
}

@media only screen and (max-width: 996px) {
    .scroll_01 .bd ul li .img {
        overflow: hidden;
    }
    .scroll_01 .bd ul li .img img {
        width: 100%;
        height: 250px;
        object-fit: contain
    }
}

.scroll_01 .bd ul li:hover .img img {
    transform: scale(1.1);
}

.scroll_01 .bd ul li .txt {
    background: #ececec;
    text-align: center;
    padding: 0 5%;
    height: 36px;
}

.scroll_01 .bd ul li .txt .h2 {
    font-size: 16px;
    line-height: 36px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

@media(max-width:999px) {
    .aboutus2bg {
        padding: 40px 0;
    }
    .aboutus2 .list {
        margin-top: 20px;
    }
    .scroll_01 .bd ul li {
        width: 50%;
    }
    .scroll_01 .bd ul li .nr_box {
        margin: 0 5px;
    }
    .scroll_01 .bd ul li .txt {
        height: 34px;
    }
    .scroll_01 .bd ul li .txt .h2 {
        font-size: 14px;
        line-height: 34px;
    }
}