* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

* :before,
* :after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

html {
    /* font-size: 100px; */
    min-height: 100vh;
    width: 100%;
}

/*main*/
/* #main{position:fixed;top:0;left:0;right:0;bottom:0;} */
#main .scrollbar-track-y{background-color:#eee;position:absolute;right:0;top:0;border-radius:6px;}
#main .scrollbar-track-y .scrollbar-thumb-y{background-color:var(--color1);width:100%;cursor: pointer;}
#main .liTxt{padding-right:.15rem;margin-right:-.15rem;text-align: justify;}
#main .liTxt .scrollbar-track-y{width:3px;border-radius:3px;}
#main .liTxt .scrollbar-track-y .scrollbar-thumb-y{border-radius:3px;}

/*>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>banner<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<*/
.banner{width: 100%;height: 90vh;overflow: hidden;position: relative;}
.bannerSwiper{width: 100%;height: 100%;background-color: #ccc;}
.bannerSwiper .swiper-slide{overflow: hidden;}
.bannerSwiper ._bg{width: 100%;height: 100%;}
.bannerSwiper ._bg img{width: 100%;height: 100%;object-fit: cover;transform: scale(1.2);transition: transform 2s ease;}
.bannerSwiper .swiper-slide.active ._bg>img{transform:none;}
.bannerNav{position: absolute;bottom:5.3rem !important;z-index: 10;text-align: center;font-size: 0;}
.bannerNav span{width: 3.36rem;height: 3.36rem;position: relative;opacity: 1;background: none;margin: 0 .1rem !important;outline: none;}
.bannerNav span:before,
.bannerNav span:after{content: '';position: absolute;border-radius: 50%;top: 50%;left: 50%;
transform: translate(-50%,-50%);width: .70rem;height: .70rem;}
.bannerNav span:before{background-color: #ffffff;z-index:1;transition: all .3s ease-out;}
.bannerNav span:after{background-color: rgba(255, 255, 255, 0.2);opacity: 0;transition: all .4s ease-out;z-index: -1;}
.bannerNav span.swiper-pagination-bullet-active{pointer-events:none;}
.bannerNav span.swiper-pagination-bullet-active:after{opacity: 1;width: 100%;height: 100%;}


@media screen and (min-width:1025px){	
.bannerNav span:hover:before{transform:translate(-50%,-50%) scale(1.4);}
}	

@media screen and (max-width:1024px){
	#main{position: static;}
	.banner{height: auto;margin-top: 145px;
    
    } 
    .bannerNav{position: absolute;bottom:2.3rem !important;z-index: 10;text-align: center;font-size: 0;}
}

@media screen and (max-width:768px){
	.bannerNav{bottom: .4rem !important;}
	.bannerNav span:before, .bannerNav span:after{width: 5px;height: 5px;}
	.bannerNav span{width: .5rem;height: .5rem;}
}
/* ---------------------------------------------------------------导航 */
@font-face {
    font-family: 'AlimamaShuHeiTi-Bold';
    font-family: 'youshebiaotihei';
    src: url('../UploadFiles/font/AlimamaShuHeiTi-Bold.ttf') format('woff2'), url('../UploadFiles/font/AlimamaShuHeiTi-Bold.ttf') format('woff');
    src: url('../UploadFiles/font/youshebiaotihei.ttf') format('woff2'), url('../UploadFiles/font/youshebiaotihei.ttf') format('woff');
    font-weight: normal;
    font-style: normal;
}


.w1200 {
    margin: 0 auto;
    max-width: 1600px;
    padding: 0 50px
}

.header_box header {
    height: 105px;
    position: fixed;
    left: 0;
    right: 0;
    transition: .5s;
    background-color: #ffffff;
}

@media (max-width:1024px) {
    .header_box header {
        height: auto;
        position: fixed;
        left: 0;
        right: 0;
        transition: .5s;
        background-color: #fff;
    }
}

.header_box header:hover {
    transition: all 0.5s ease;
    background-color: #ffffff;
    top: 0;
}

.header_box header:hover .logo a .ll .img img:nth-child(1) {
    opacity: 0;
}

.header_box header:hover .logo a .ll .img img:nth-child(2) {
    opacity: 1;
}

.header_box header .w1200 {
    display: flex;
    justify-content: space-between;
    height: 100%;
    max-width: 1700px;
    padding: 0 15px;
}

@media (max-width:1024px) {
    .header_box header .w1200 {
        display: flex;
        justify-content: space-between;
        height: 100%;
        max-width: 1630px;
        padding: 0 15px;
        flex-wrap: wrap;
    }
}

.header_box header .logo {
    display: flex;
    align-items: center;
}

.header_box header .logo a {
    display: flex;
    align-items: center;
}

.header_box header .logo a .ll {
    overflow: hidden;
}

.header_box header .logo a .ll .img {
    height: 5.375rem;
    animation: mymove 3s infinite;
    -webkit-animation: mymove 3s infinite;
    image-rendering: auto;
    position: relative;
}

.header_box header .logo a .ll .img img:nth-child(1) {
    height: 100%;
    outline: 1px solid transparent;
    opacity: 1;
}

.header_box header .logo a .ll .img img:nth-child(2) {
    height: 100%;
    opacity: 0;
    outline: 1px solid transparent;
    position: absolute;
    content: "";
    top: 0;
    left: 0px;
}

@media (max-width:1024px) {
    .header_box header .logo a .ll .img img:nth-child(1) {
        height: 100%;
        outline: 1px solid transparent;
        opacity: 0;

    }

    .header_box header .logo a .ll .img img:nth-child(2) {
        height: 100%;
        opacity: 1;
        outline: 1px solid transparent;
        position: absolute;
        content: "";
        top: 0;
        left: 1px;

    }
}

.header_box header .right {
    display: flex;
    align-items: center
}

.header_box header .right1 {
    display: none;

}

@media (max-width:1024px) {
    .header_box header .right {
        display: none;
    }

    .header_box header .right1 {
        align-items: center;
        display: block;

    }
}

#nav {
    transition: .5s;
    display: inline-block;
    vertical-align: top;
    float: left;
}

#nav ul {
    font-size: 0;

}

#nav ul li {
    display: inline-block;
    position: relative;
    z-index: 0;
    text-align: center;
    margin-right: 3rem;
}

@media (max-width:1530px) {
    #nav ul li {
        display: inline-block;
        position: relative;
        z-index: 0;
        text-align: center;
        margin-right: 1rem;
    }
}

@media (max-width:1024px) {
    #nav ul {
        font-size: 0;
        padding-left: 75px;
    }

    #nav ul li {
        display: inline-block;
        position: relative;
        z-index: 0;
        text-align: center;
        margin-right: 4.5rem;
    }
}


#nav ul li:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 0;
    height: 2px;
    bottom: 0;
    transition: .6s;
}

#nav ul li.on:before,
#nav ul li:hover:before {
    left: 0;
    background: #004498;
    width: 100%;
}

@media (max-width:1024px) {

    #nav ul li.on:before,
    #nav ul li:hover:before {
        left: 0;
        background: #004498;
        width: 100%;
    }
}

#nav ul li a {
    display: flex;
    padding: 0;
    height: 60px;
    align-items: center;
}

#nav ul li h3 {
    font-size: 18px;
    color: #333;
    font-weight: 600;
    position: relative;
    transition: .36s;
    display: flex;
    align-items: center;
    height: 55px;
    text-align: center;
    justify-content: center;
}

@media (max-width: 1024px) {
    #nav ul li h3 {
        font-size: 20px;
        color: #333;
        position: relative;
        transition: .36s;
        display: flex;
        align-items: center;
        height: 55px;
        text-align: center;
        justify-content: center;
    }
}

.header_box header:hover #nav ul li h3 {
    color: #333;
    transition: .36s;
}

.header_box header:hover #nav ul li.on:before,
#nav ul li:hover:before {
    background: #004498;
}

#nav ul li h3 img {
    margin: 0 0 0 .625rem
}

#nav ul li h3 img.img2 {
    display: none
}

#nav ul li a i {
    display: inline-block;
    width: 9px;
    height: 6px;
    background-size: contain;
    vertical-align: middle;
    margin-left: 8px;
}

#nav ul li .sub {
    position: absolute;
    top: 100%;
    background: #fff;
    
    width: auto;
    left: 50%;
    z-index: 10000;
    transform: scaleY(0) translateX(-50%);
    visibility: hidden;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    transition: .5s;
    transform-origin: top;
}

#nav ul li .sub .box {
    padding: 0;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0, 0, 0, .1);
}

#nav ul li .sub a {
    padding: 10px 45px;
    line-height: 24px;
    transition: .6s;
    font-size: 15px;
    color: #666666;
    white-space: nowrap;
    height: auto;
    text-align: center;
    display: flex;
    justify-content: center;
}

#nav ul li .sub a:hover {
    color: #fff;
    background: #004498;
}

#nav ul li:hover .sub {
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    opacity: 1;
    visibility: visible;
    transform: scaleY(1) translateX(-50%);
}

#nav>ul>li.on h3,
#nav ul li:hover h3,
#header.xg #nav ul li.on a h3,
#header.xg #nav ul li:hover a h3 {
    width: 100%;
}

#nav>ul>li.on h3 img.img1,
#nav>ul>li:hover h3 img.img1 {
    display: none;
}

#nav>ul>li.on h3 img.img2,
#nav>ul>li:hover h3 img.img2 {
    display: inline-block;
}


.header_box header .tel {
    line-height: 90px;
    white-space: nowrap;
}

.header_box header .tel .tel_box {
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_box header .tel img {
    margin: 0;
}

.header_box header form {
    display: inline-block;
    width: 16.25rem;
    border: #d2d2d2 1px solid;
    overflow: hidden;
    background: #fff;
    border-radius: 21px;
    -webkit-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    margin-left: 1.75rem;
    padding: 0 .375rem 0 0;
}

.header_box header form input {
    width: calc(100% - 3rem);
    float: left;
    height: 42px;
    background: #fff;
    font-size: .875rem;
    color: #787b7d;
    padding-left: 1.25rem;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.header_box header .n_button {
    width: 3rem;
    height: 42px;
    font-size: 1.125rem;
    cursor: pointer;
    font-weight: bold;
    float: right;
    display: flex;
    align-items: center;
    justify-content: center;
}

.header_box header .n_button svg {
    width: 1rem;
    height: 1rem;
}

.header_box header.xg {
    background: rgba(255, 255, 255);
    box-shadow: 0 0 15px rgba(0, 0, 0, .05);
    top: 0;
}

.header_box header.xg .logo a .ll .img img:nth-child(1) {
    opacity: 0;
}

.header_box header.xg .logo a .ll .img img:nth-child(2) {
    opacity: 1;
}

.header_box header.xg #nav ul li h3 {
    color: #333;
}

.header_box header.xg #nav ul li.on:before {
    background: #004498;
}

.header_box header.xg #nav ul li:hover:before {
    background: #004498;
}

.header-right .bubbles-bg {
    opacity: 0;
    visibility: hidden;
    transition: all .5s .8s;
}

.header-right.is-open .bubbles-bg {
    visibility: visible;
    opacity: 1;
}

.header-right.is-open .search-btn .con-box {
    display: none;
}

.header-right.is-open .close-btn {
    display: block;
}

.header-right.is-open .item .search-bg {
    transform: scale(1);
}


.header_box {
    position: absolute;
    left: 0;
    right: 0;
    height: 0;
    top: 0;
    z-index: 1000;
}

/*手机导航开始*/
#m_header {
    display: none;
    height: 4.5rem;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999;
    transition: 0s 1.5s;
    background: rgba(0, 0, 0, .8);
    box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
}

#m_header .w1200 {
    position: relative;
    height: 100%;
}

.m_user {
    height: 4.5rem;
    line-height: 4.5rem;
    margin-right: 4rem;
    color: #999;
}

.m_user a {
    display: inline-block;
    margin: 0 .625rem;
    color: #666;
}

.m_user a svg {
    width: 16px;
}

.m_user a:hover {
    color: #004498;
}

.m_user a:hover svg path {
    fill: #004498;
}

#m_logo {
    transition: 0s 1.5s;
    height: 100%;
    visibility: visible;
    float: left;
}

#m_logo img {
    display: block;
    max-height: 3.5rem;
}

#m_logo .box_table {
    width: auto
}

/*导航按钮开始*/
#nav_btn_box {
    z-index: 999999999;
    margin-left: 20px;
    position: fixed;
    height: 4.5rem;
    right: 0;
    top: 0;
    display: none;
}

#nav_btn_box .w1200 {
    height: 100%
}

#nav_btn_box .box_table {
    width: auto
}

#nav_btn_box.on {
    background: none;
}

#nav_btn .point.on .navbtn::after,
#nav_btn .point.on .navbtn::before {
    background: #fff;
}

#nav_btn {
    cursor: pointer;
    text-align: center;
    z-index: 99999;
    padding-bottom: 4px;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    outline: none;
    box-shadow: none;
}

#nav_btn .point {
    display: inline-block;
    width: 1.375rem;
    height: 22px;
    position: relative;
    outline: none;
}

#nav_btn .point:hover .navbtn,
#nav_btn .point:hover .navbtn::after,
#nav_btn .point:hover .navbtn::before {
    width: 1.375rem;
}

#nav_btn .navbtn {
    position: absolute;
    top: 12px;
    left: 0;
    display: inline-block;
    width: 1.375rem;
    height: 1px;
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    /* background: #333; */
}

#nav_btn .navbtn::after,
#nav_btn .navbtn::before {
    position: absolute;
    left: 0;
    display: inline-block;
    width: 1.375rem;
    height: 3px;
    content: '';
    -webkit-transition: all .3s ease-out 0s;
    -moz-transition: all .3s ease-out 0s;
    -ms-transition: all .3s ease-out 0s;
    -o-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
    background: #fff;
}

#nav_btn .navbtn::after {
    top: -5px;
}

#nav_btn .navbtn::before {
    top: 5px;
}

#nav_btn .point.on .navbtn {
    background: transparent;
}

#nav_btn .point.on .navbtn::after {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 0px;
}

#nav_btn .point.on .navbtn::before {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 0px;
}

/*导航按钮结束*/
.m_nav_list {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    overflow: auto;
}

.m_nav_list::-webkit-scrollbar {
    display: none
}

#m_nav {
    z-index: 99999;
    position: fixed;
    background: rgba(0, 0, 0, .9);
    width: 100%;
    height: 100vh;
    right: -101vw;
    top: 0;
    display: none;
    padding: 50px 0 80px;
    overflow: hidden;
    pointer-events: none;
    transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -webkit-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -moz-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -o-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    -ms-transition: all 0.5s cubic-bezier(0.445, 0.145, 0.355, 1);
    display: block;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

#m_nav.act {
    pointer-events: auto;
    right: 0;
}

#m_nav>ul>li {
    width: 100%;
    overflow: hidden;
    padding: 0 25px;
}

#m_nav>ul>li+li {
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

#m_nav li .a h3 {
    line-height: 4.5rem;
    height: 4.5rem;
    color: #fff;
    padding: 0;
    font-size: 1.125rem;
    float: left;
}

#m_nav li .a span {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    width: 20px;
    height: 50px;
    text-align: center;
}

#m_nav li .a span i {
    font-size: 0;
}

#m_nav li {
    display: block;
    width: 100%;
}

.slide_nav {
    position: absolute;
    left: 0;
    height: 70px;
    z-index: 998;
    padding: 15px;
    top: 0;
    width: 100%;
}

#m_nav .title .list {
    display: none;
    position: relative;
    width: 100%;
    z-index: 9;
    left: 0;
    margin-left: 0;
    background: none;
    border: 0;
    clear: both;
    padding-bottom: 10px;
}

#m_nav .title .list span {
    background: none;
}

#m_nav .title .list span a:hover {
    color: #004498;
}

#m_nav .title .list a {
    display: block;
    font-size: 1rem;
    color: #fff;
    text-align: left;
    line-height: 35px;
    height: 35px;
    border: 0;
    font-weight: 300;
}

/*三级导航 开始*/
#m_nav .title .list .void>a {
    background-size: 10px;
    position: relative;
}

#m_nav .title .list .void>a:before {
    content: "·";
    position: absolute;
    left: -1em;
    font-size: 12px;
    font-weight: bold;
}

#m_nav .title .list span {
    position: relative;
    display: block;
}

#m_nav .title .list span .sub {
    position: static;
    width: 100%;
    display: block !important;
    overflow: hidden;
}

#m_nav .title .sub a {
    background: none;
    font-size: .875rem;
    opacity: .8;
    min-width: 50%;
    float: left;
    display: inline-block;
    color: #999;
}

.nav_mask {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1000;
    background-color: rgba(0, 0, 0, 0.4);
    display: none;
}
/* ------------------------------------------------------------产品中心 */
.cp {
    width: 100%;
    height: auto;
}
.cp_t {
    width: 90%;
    display: flex;
    height: auto;
    margin: 0 auto;
    padding: 20px 0px 50px 0px;
    justify-content: space-between;
}
@media (max-width:1024px) {
    .cp_t {
        flex-direction: column;
    }
}
/* .cp_t dl p {
    font-size: 2rem;
    color: #424242;
    font-weight: 600;
    position: relative;
}
.cp_t dl p::before {
    position: absolute;
    content: "";
    width: 3%;
    height: 2px;
    background-color: #424242;
    top: 18px;
    left: 310px;
}
.cp_t dl h2 {
    font-size: 2rem;
    color: #424242;
    font-weight: 600;
}
.cp_t dl h2 i {
    font-weight: 800;
    margin: 0px 10px;
}
.cp_t dl h2 span {
    color: #004498;
}


.cp_t ul {
    width: 78%;
    height: auto;
    display: flex;
}

.cp_t ul li {
    width: 100%;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background-color: #f0f0f0;
    margin: 30px 15px;
    position: relative;
    transition: all 0.5s ease;
}
.cp_t ul li img {
    position: absolute;
    top: 8px;
    left: 20px;
    width: 25%;

}
.cp_t ul li img:nth-child(2) {
    display: none;
}
.cp_t ul li:hover img:nth-child(1){
    display: none;
}
.cp_t ul li:hover img:nth-child(2){
    display: block;
}
@media (max-width:1440px) {
    .cp_t {
        flex-wrap: wrap;
    }
    .cp_t ul {
        width: 100%;
    }
    .cp_t ul li {
        width: 100%;
        height: 65px;
        line-height: 65px;
        text-align: center;
        background-color: #f0f0f0;
        margin: 30px 5px;
        transition: all 0.5s ease;
    }
}
.cp_t ul li:nth-child(6) {
    width: 100%;
    height: 65px;
    line-height: 65px;
    text-align: center;
    background-color: #004498;
    margin: 30px 15px;
    transition: all 0.5s ease;
}

.cp_t ul li a {
    display: block;
    color: #333;
    padding-left: 40px;
    font-size: 16px;
    transition: all 0.5s ease;
    z-index: 1;
    position: relative;
}

.cp_t ul li:nth-child(6) a {
    display: block;
    color: rgb(255, 255, 255);
    font-size: 20px;
    text-align: center;
    padding-left: 0px;
    transition: all 0.5s ease;
}
@media (max-width:1024px) {
    .cp_t ul li:nth-child(7) {
        width: 22%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        background-color: #004498;
        margin: 30px 15px;
        transition: all 0.5s ease;
    }
    .cp_t ul li a {
        display: block;
        color: #333;
        font-size: 20px;
        transition: all 0.5s ease;
    }
    
    .cp_t ul li:nth-child(7) a {
        display: block;
        color: #333;
        font-size: 20px;
        transition: all 0.5s ease;
    }
}
.cp_t ul li:hover {
    background-color: #004498;
    transition: all 0.5s ease;
}

.cp_t ul li:hover a {
    color: rgb(255, 255, 255);
    transition: all 0.5s ease;
}

.cp_t ul li:nth-child(7):hover a {
    color: #ffffff;
    font-weight: 600;
    font-size: 17px;
    transition: all 0.5s ease;
}

@media (max-width:1024px) {
    
    .cp_t ul {
        width: 100%;
        height: auto;
        display: flex;
        flex-wrap: wrap;
    }

    .cp_t ul li {
        width: calc((100% - 12% ) / 3);
        height: 65px;
        line-height: 65px;
        text-align: center;
        background-color: #f0f0f0;
        margin: 30px 15px;
        transition: all 0.5s ease;
    }

    .cp_t ul li a {
        display: block;
        color: #333;
        font-size: 20px;
        transition: all 0.5s ease;
    }

    .cp_t ul li:hover {
        background-color: #004498;
        transition: all 0.5s ease;
    }

    .cp_t ul li:hover a {
        color: #fff;
        transition: all 0.5s ease;
    }
    .cp_t ul li:nth-child(6) {
        width: 29%;
    }
    .cp_t ul li img {
        width: 20%;
    }
} */
@font-face{font-family:yiyingbao;font-display:block;src:url("/UploadFiles/iconfont2.ttf") format("truetype");}
.yiyingbaoicon {font-family: "yiyingbao";font-size: 18px;line-height: 18px;color: #fff;font-style: normal;-webkit-font-smoothing: antialiased;-moz-osx-font-smoothing: grayscale;}
.cplist{padding: 0 14px;background:#004498;padding-top: 2vw;color: #fff;padding-bottom: 3.7vw;}
.cplist .cpbt {  margin-left: 22px;}
.cplist .cpbt h3 {  font-size:25px;  line-height: 1;  font-weight: 600;}
.cplist .cpbt .xian {  background: url(/UploadFiles/pic/xt.png) no-repeat center;width: 55px;height: 8px;  margin-top: 1.3vw;}
.cplist .cpbt dd {font-size:27px;  font-weight: 600;  margin-top: 0.3vw;  line-height: 1;margin-bottom: 25px;}
.cplist .cpbt dt {  margin-top: 1.1vw;  font-size: 18px;  font-weight: normal;  line-height: 1;}
 .cpdh{width:30%;}
 .cpdh1{width:22%;}
 .clcd{width: 100%;background-color: #ffffff;margin: 40px auto;}
 .clcd li{width: 100%;overflow: hidden;border-bottom: 1px solid #ececec;}
 .clcd li .cdyja{width: 80%;font-size:18px;line-height: 50px;color:#333;display:block;padding-left: 10%;float: left;box-sizing: border-box;font-weight: bold;}
 .clcd li a:hover{color:#004498;font-weight: bold;}
 .jsejdhan{width: 20%;float: left;padding: 17px 20px;box-sizing: border-box;}
 .jsejdhan i{font-size: 16px;color: #666!important;float: right;transition: all 0.6s;}
 .jsejdhan i:hover{color:#004498;}
 .cdej{width: 100%;height: 0; overflow: hidden;background-color: #f9f9f9;}
 .cdej1{transition: all 0.6s;}.cdej2{transition: all 0.6s;}
 .cdej li{width: 100%;overflow: hidden;    border-bottom: 1px dotted #ccc;}
 .cdej li .cdeja{width: 80%;font-size:16px;line-height: 50px;color:#666;display:block;padding-left: 10%;background:url("../images/tacn/pro_02.png") no-repeat 22px center;float: left;box-sizing: border-box;}
 .cdej li .cdeja span{font-size: 20px;}
.cdsj{width: 100%;height: 0; overflow: hidden;background-color: #e8e8e8;}
 .cdsj1{transition: all 0.6s;}
 .cdsj li{width: 100%;overflow: hidden;}
 .cdsj li .cdsja{width: 85%;font-size:15px;line-height: 45px;color:#666;display:block;padding-left: 15%;float: left;box-sizing: border-box;background: url(../UploadFiles/jiaod/flico.png) no-repeat 33px center;}	
 .nydhlx{padding:3px 18px;color:#fff; line-height:28px;font-size: 16px;}
 .nydhlx h3{font-size:19px;font-weight: bold;}
 .jsejdhan{width: 20%;float: left;padding: 17px 20px;box-sizing: border-box;}
 .jsejdhan i{font-size: 16px;color: #666!important;float: right;transition: all 0.6s;}
 .jsejdhan i:hover{color:#004498;}
.sjdh{width: 100%;margin: 0 auto;overflow: hidden;margin-bottom: 40px;display: none;}
.sjdh li{width: calc((100% - 120px) / 6);margin: 3px 10px;box-sizing:border-box;float: left;background-color: #15499a;}
.sjdh li a{width: 100%;display: block;font-size: 13px;line-height: 35px;color: #fff;text-align: center;}
.sjdh li:hover{background: #c7270e;transition: all 0.6s ease;border-radius: 25px;}
@media (max-width:1024px) {
    .cpdh {
        display: none;
    }
    .cpdh1 {
        display: none;
    }
    .sjdh {
        display: block;
    }
}
@media (max-width:1530px) {
    .cpdh1 {
        width: 26%;
    }
}

/* ------------------------------------------------------------关于我们 */
.gy {
    width: 100%;
    height: auto;
    background: url(/UploadFiles/pic/gy_bg1.jpg);
    padding-bottom: 50px;
}
.gy_t {
    width: 90%;
    margin: 0 auto;
    height: auto;
    padding: 0px 0px 50px 0px;
    text-align: center;
}
@media (max-width:1024px) {
    .gy_t {
        width: 90%;
        margin: 0 auto;
        height: auto;
        padding: 80px 0px 50px 0px;
        text-align: center;
    }
}
.gy_t h2 {
    font-size: 2.5rem;
    color: #424242;
    font-weight: 600;
    letter-spacing: 2px;
}
.gy_t h2 span {
    color: #004498;
}
.gy_n {
    width: 90%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 50px;
}
.gy_n p {
    font-size: 17px;
    color: #333;
    text-align: center;
    line-height: 35px;
}
.gy_x {
    width: 90%;
    margin: 0 auto;
    height: auto;
}
.gy_x ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.gy_x ul li {
    width: 100%;
    height: auto;
    padding: 30px;
    border: 1px solid #d2d2d26c;
    background-color: #ffffff;
    transition: all 0.5s ease;
    overflow: hidden;
}
.gy_x ul li:nth-child(1) {
    border-right: 0px;
}
.gy_x ul li:nth-child(2) {
    border-right: 0px;
}
.gy_x ul li:nth-child(3) {
    border-right: 0px;
}
.gy_x li h3 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}
.gy_x li h3 img {
    width: 25%;
    display: block;
    opacity: 1;
    transition: all 0.3s ease;
}
.gy_x li h2 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #b30001;
    margin-bottom: 20px;
    transition: all 0.5s ease;
}
.gy_x li p {
    width: 100%;
    height: auto;
    line-height: 30px;
    font-size: 16px;
    color: #333;
    margin-bottom: 20px;
    transition: all 0.5s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.gy_x li span {
    width: 100%;
    display: block;
    transition: all 0.5s ease;
    height: 0px;
}
.gy_x li span img {
    width: 12%;
    transition: all 0.5s ease;
}
.gy_x li:hover {
    background-color: #004498;
    transition: all 0.5s ease;
}
.gy_x li:hover h2 {
    color: #e10001;
    transition: all 0.5s ease;
}
.gy_x li:hover p {
    color: #fff;
    transition: all 0.5s ease;
}
.gy_x li:hover h3 {
    margin-top: -120px;
    transition: all 0.5s ease;
    margin-bottom: 60px;
}
.gy_x li:hover h3 img {
    opacity: 0;
    transition: all 0.3s ease;
}
.gy_x li:hover span {
    height: 47px;
    transition: all 0.5s ease;
}
.gy_x li:hover span img {
    transform: rotate(180deg);
    transition: all 0.5s ease;
}
@media (max-width:1440px) {
    .gy_x li h3 img {
        width: 33%;
        display: block;
        opacity: 1;
        transition: all 0.3s ease;
    }
}
@media (max-width:1024px) {
    .gy_n p {
        font-size: 22px;
        color: #333;
        text-align: left;
        line-height: 35px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 9;
        -webkit-box-orient: vertical;
    }
    .gy_x {
        width: 98%;
        margin: 0 auto;
        height: auto;
    }
    .gy_x li h3 img {
        width: 45%;
        display: block;
        opacity: 1;
        transition: all 0.3s ease;
    }
}
/* ---------------------------------------------------------实力展示 */
.cf {
    width: 100%;
    height: auto;
}
.cf_t {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 50px 0px 50px 0px;
    display: flex;
    justify-content: space-between;
}
.cf_t p {
    font-size: 2rem;
    color: #424242;
    font-weight: 600;
    position: relative;
}
.cf_t p::before {
    position: absolute;
    content: "";
    width: 13%;
    height: 2px;
    background-color: #424242;
    top: 18px;
    left: 330px;
}
.cf_t h2 {
    font-size: 2rem;
    color: #424242;
    font-weight: 600;
}
.cf_t h2 i {
    font-weight: 800;
    margin: 0px 10px;
}
.cf_t h2 span {
    color: #004498;
}
.cf_t a {
    width: 160px;
    height: 55px;
    line-height: 55px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.an::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #004498;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;

}
.an::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    background: #34aa5f;
}
.an:hover::before {
    left: auto;
    right: 0;
    width: 0;
}



.cf_n {
    width: 80%;
    margin: 0 auto;
    height: auto;
    margin-bottom: 50px;
    margin-left: 50px;
}
@media (max-width:1024px) {
    
    .cf_n {
        width: 95%;
        height: auto;
        margin: 0px 25px;
    }
}
.product-list {
    display: block;
    width: 100%;
    border: 1px solid #e1e1e18e;
    text-align: center;
    transition: all .2s ease;
    box-sizing: border-box;
    margin-bottom: 15px;
}


.product-list .product-list-content {
    display: block;
    width: 100%;
    overflow: hidden;
}

.product-list .product-list-content img {
    display: block;
    width: 100%;
    transition: all 0.4s;
}

.product-list .product-list-details {
    padding: 18px 0;
    border-top: 1px solid #e1e1e1;
    font-size: 17px;
    line-height: 1;
    color: #333;
    transition: all 0.2s ease;
}

/* .product-list:hover {
    box-shadow: 0 0 15px rgb(0 0 0 / 20%);
} */

.product-list:hover .product-list-title:nth-child(1) {
    color: #004498;
}

.product-list:hover .product-list-content img {
    transform: scale(1.1);
}

.product-list:hover .product-list-details {
    color: #fff;
    background: #004498;
}

@media(max-width: 1200px) {
    .product-nav li {
        margin-right: 10px;
    }

    .product-nav li a {
        padding: 0 12px;
    }
}

@media(max-width: 980px) {
    .product {
        padding: 30px 2%;
    }

    .product-list .product-list-title:nth-child(1) {
        letter-spacing: 2px;
    }
    .product-list .product-list-details {
        font-size: 20px;
    }
}
/* -------------------------------------------------------新闻动态 */
.xw {
    width: 100%;
    height: auto;
    background-image: -webkit-linear-gradient(90deg,#fff 0,#ebf4fd 100%);
    margin-bottom: 50px;
}
.xw_t {
    width: 90%;
    height: auto;
    margin: 0 auto;
    padding: 50px 0px 50px 0px;
    display: flex;
    justify-content: space-between;
}
.xw_t p {
    font-size: 2rem;
    color: #424242;
    font-weight: 600;
    position: relative;
}
.xw_t p::before {
    position: absolute;
    content: "";
    width: 18%;
    height: 2px;
    background-color: #424242;
    top: 18px;
    left: 270px;
}
.xw_t h2 {
    font-size: 2rem;
    color: #424242;
    font-weight: 600;
}
.xw_t h2 i {
    font-weight: 800;
    margin: 0px 10px;
}
.xw_t h2 span {
    color: #004498;
}
.xw_t a {
    width: 160px;
    height: 55px;
    line-height: 55px;
    display: block;
    text-align: center;
    font-size: 16px;
    color: #fff;
    position: relative;
    z-index: 1;
}
.an::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background: #004498;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;

}
.an::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    z-index: -2;
    width: 100%;
    height: 100%;
    background: #265b9b;
}
.an:hover::before {
    left: auto;
    right: 0;
    width: 0;
}

.xwdt_n {
    width: 100%;
    height: auto;
    padding-top: 20px;
}
.xwdt_n ul {
    width: 90%;
    height: auto;
    display: flex;
    margin: 0 auto;
}
.xwdt_n ul li {
    width: 100%;
    height: auto;
}
.xwdt_n ul:nth-child(1) li:nth-child(1) dl {
    border-top: 1px solid rgba(204, 204, 204, 0.336);
}
.xwdt_n ul:nth-child(1) li:nth-child(2) dl {
    border-top: 1px solid rgba(204, 204, 204, 0.336);
    border-right: 1px solid rgba(204, 204, 204, 0.336);
}
.xwdt_n ul:nth-child(2) li:nth-child(1) dl {
    border-bottom: 1px solid rgba(204, 204, 204, 0.336);
    border-left: 1px solid rgba(204, 204, 204, 0.336);
}
.xwdt_n ul:nth-child(2) li:nth-child(2) dl {
    border-bottom: 1px solid rgba(204, 204, 204, 0.336);
    
}
.xwdt_n li a {
    display: block;
    display: flex;
}
.xwdt_n li a h3 {
    width: 50%;
    overflow: hidden;
}
.xwdt_n a h3 img {
    width: 100%;
    display: block;
    transition: all 0.5s ease;
}
.xwdt_n a dl {
    width: 50%;
    padding: 45px 30px 30px 30px;
}
.xwdt_n a dl h2 {
    font-size: 20px;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
    transition: all 0.5s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xwdt_n a dl p {
    font-size: 16px;
    color: rgb(100, 100, 100);
    margin-bottom: 25px;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.xwdt_n a dl span {
    transition: all 0.5s ease;
    position: relative;
    display: block;
    width: 100%;
}
.xwdt_n a dl span::before {
    position: absolute;
    top: 0px;
    left: 0px;
    content: url(/UploadFiles/pic/btn-rarr.png);
    transition: all 0.5s ease;
}
.xwdt_n a:hover img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.xwdt_n a:hover h2 {
    color: #004498;
    transition: all 0.5s ease;
}
.xwdt_n a:hover span::before {
    left: 30px;
    content: url(/UploadFiles/pic/btn-rarr1.png);
    transition: all 0.5s ease;
}

@media (max-width:1024px) {
    .xwdt_n ul:nth-child(1) li:nth-child(1) {
        display: none;
    }
    .xwdt_n ul:nth-child(2) li:nth-child(1) {
        display: none;
    }
.xwdt_n a dl h2 {
    font-size: 22px;
    color: #333;
    font-weight: 600;
    margin-bottom: 15px;
    transition: all 0.5s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xwdt_n a dl p {
    font-size: 18px;
    color: rgb(100, 100, 100);
    margin-bottom: 25px;
    line-height: 27px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.xwdt_n a dl span {
    font-size: 18px;
    color: rgb(177, 177, 177);
    transition: all 0.5s ease;
}
}
/* -----------------------------------------------------底部 */
.dibu {
    width: 100%;
    height: 280px;
    background-color: #282828;
}
.di_z {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    padding: 30px 0px;
}
.di_l {
    width: 12%;
    height: auto;
}
.di_l img {
    width: 100%;
}
.di_r {
    width: 90%;
    height: auto;
}
.dir_t {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
    border-bottom: 1px solid #404040;
    margin-bottom: 30px;
}
.dir_t ul {
    width: 70%;
    height: auto;
    margin: 0 auto;
    display: flex;
    padding-top: 20px;
}
.dir_t ul li {
    width: 100%;
    height: auto;
    margin: 10px;
    text-align: center;
}
.dir_t a {
    font-size: 17px;
    color: #fff;
}
.dir_b {
    width: 100%;
    height: auto;
}
.dir_b ul {
    width: 80%;
    height: auto;
    display: flex;
    margin: 0 auto;
}
.dir_b ul li {
    width: 100%;
    height: auto;
}
.dir_b li p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 15px;
}
.dir_b li:nth-child(2) p a {
    color: #fff;
    line-height: 30px;
    margin: 17px;
}
@media (max-width:1530px) {
    .dir_b li:nth-child(2) p a {
        color: #fff;
        line-height: 30px;
        margin: 11px;
    }
}
.dir_b ul li:nth-child(2) dl {
    display: flex;
}
.dir_b ul li:nth-child(2) p:nth-child(1) {
    width: 39%;
}

.dir_b li:nth-child(3) {
    text-align: center;
}
.ddd {
    width: 100%;
    height: 40px;
    background-color: #222222;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.ddd p {
    font-size: 16px;
    color: rgb(228, 228, 228);
}
.ddd a {
    font-size: 16px;
    color: rgb(228, 228, 228);
    margin-left: 15px;
}
.jszc {
    margin-top: 5px;
}
@media (max-width:1530px) {
    .di_r {
        width: 95%;
        height: auto;
    }
}
@media (max-width:1440px) {
    .di_z {
        width: 95%;
        height: auto;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        padding: 30px 0px;
    }
    .di_l {
        width: 16%;
        height: auto;
    }
    .di_r {
        width: 100%;
        height: auto;
    }
    .dir_b ul li:nth-child(2) p:nth-child(1) {
        width: 45%;
    }
    .dir_b li:nth-child(2) p a {
        color: #fff;
        line-height: 30px;
        margin: 20px;
    }
    .dir_b li:nth-child(2) p a:nth-child(6) {
        margin-right: 30px;
    }
}
@media (max-width:1024px) {
    .di_l {
        width: 16%;
        height: auto;
        display: none;
    }
    .di_r {
        width: 98%;
        height: auto;
    }
    .dir_b ul {
        width: 100%;
        height: auto;
        display: flex;
        margin: 0 auto;
    }
    .jszc {
        margin-top: 5px;
        width: 110%;
    }
    .ddd {
        width: 100%;
        height: 95px;
        background-color: #222222;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
    .ddd p {
        font-size: 18px;
        color: rgb(228, 228, 228);
        padding-top: 10px;
        text-align: center;
    }
    .dir_b li:nth-child(3) {
        text-align: center;
        width: 30%;
    }
    .dir_b ul li:nth-child(2) p:nth-child(1) {
        width: 38%;
    }
    .dir_b li:nth-child(2) p a {
        color: #fff;
        line-height: 30px;
        margin: 23px;
        
    }
}
.footbox{
	height: 11rem;
	background:rgb(4 56 152 / 52%);
	bottom: 0;
	z-index: 99;
	left: 0; 
	width: 100%;
	min-width: 375px;
	position: fixed;
	border-top:0;
	z-index: 1000;
}
.flexbox{
	margin-top:2px;
	text-align: center; 
	display: -webkit-box; 
	display: -webkit-flex; 
	display: -ms-flexbox; 
	display: flex;
}
.footbox ul li{
	-webkit-box-flex: 1; 
	-webkit-flex: 1; 
	-ms-flex: 1;
	flex: 1; 
	text-align:center;
}
.footbox ul li a{ 
	display:block;
	color:#fff;
	font-size:3rem;
	line-height:4rem;
	font-weight: 600;
}
.footbox ul li a img{ 
	display:block; 
	width:4rem; 
	height:4rem; 
	margin:5px auto;
}

@media(min-width:1000px){
	.footbox{
		display:none;
	}
}
.sjkx{
	display:block;
}
@media(min-width:1000px){
	.sjkx{
		display: none;
	}
}
/* -------------------------------------------------------------关于我们-栏目 */
.gyy {
    width: 100%;
    height: auto;
}
.gyy_t {
    width: 100%;
    height: auto;
    background-color: #004498;
    padding: 10px 0px;
    margin-bottom: 50px;
}
.gyy_t ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.gyy_t ul li {
    width: 15%;
    height: auto;
    text-align: center;
}
.gyy_t ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    position: relative;
}
.gyy_t li a::before {
    position: absolute;
    content: "";
    width: 25%;
    height: 1px;
    background-color: #ffffff;
    top: 45px;
    left: 108px;

}
.gyy_n {
    width: 90%;
    height: auto;
    margin: 0 auto;
    background-color: #fff;
    margin-bottom: 50px;
}
.gyy_n ul {
    padding: 50px;
    background: url(/UploadFiles/pic/gy_bg1.jpg);
}
.gyy_n ul h2 {
    width: 100%;
    height: auto;
    text-align: center;
    padding-bottom: 30px;
    border-bottom: 1px solid #004498;
    font-weight: 600;
    font-size: 2rem;
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 30px;
}
.gyy_n ul h2 span {
    color: #004498;
}
.gyy_n ul li {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: space-around;
    padding-top: 20px;
}
.gyy_n ul li img {
    width: 100%;
}
@media (max-width:1440px) {
    .gyy_t li a::before {
        position: absolute;
        content: "";
        width: 30%;
        height: 1px;
        background-color: #ffffff;
        top: 45px;
        left: 77px;

    
    }
}
@media (max-width:1024px) {
    .gyy_t ul li a {
        display: block;
        height: 50px;
        line-height: 50px;
        color: #ffffff;
        font-size: 20px;
        font-weight: 600;
        position: relative;
    }
    .gyy_t li a::before {
        position: absolute;
    content: "";
    width: 50%;
    height: 1px;
    background-color: #ffffff;
    top: 45px;
    left: 37px;
    }
}
.qywh {
    width: 100%;
    height: 500px;
    background: url(/UploadFiles/pic/wh_bg.jpg)no-repeat;
}

.wh_t {
    width: 100%;
    height: auto;
    padding: 30px 0px 20px 0px;
}

.wh_t h2 {
    font-weight: 600;
    font-size: 2rem;
    color: #fff;
    text-align: center;
}

.wh_n {
    width: 100%;
    height: auto;
    padding: 20px 0px 20px 0px;
}

.wh_n ul {
    width: 95%;
    height: auto;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.wh_n ul li {
    width: calc((100% - 0%) / 4);
    height: auto;
    padding: 30px;
    margin: 30px;
    border: 1px solid rgb(122, 122, 122);
    border-radius: 20px;
    text-align: center;
}

@media (max-width:1024px) {
    .wh_n ul li {
        width: calc((100% - 0%) / 4);
        height: auto;
        padding: 20px;
        margin: 10px;
        border: 1px solid rgb(122, 122, 122);
        border-radius: 20px;
        text-align: center;
    }

    .wh_n li img {
        width: 40%;
        margin-bottom: 30px;
    }
}

.wh_n li img {
    width: 30%;
    margin-bottom: 30px;
}

.wh_n li h2 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 30px;
}

.wh_n li p {
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}

.wh_n li:hover {
    background: linear-gradient(to right, #00499c, #366ed6);
    border: 1px solid rgb(85, 85, 85);
    transition: all 0.5s ease;
}

.wh_n li:hover img {
    transform: rotateY(180deg);
    transition: all 0.5s ease;
}

/* ---------------------------------------------------图片-栏目 */
.pic {
    width: 100%;
    height: auto;
}
.pic_t {
    width: 100%;
    height: auto;
    background-color: #004498;
    padding: 10px 0px;
    margin-bottom: 50px;
}
.pic_t ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.pic_t ul li {
    width: 15%;
    height: auto;
    text-align: center;
}
.pic_t ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    position: relative;
}
.pic_t li a::before {
    position: absolute;
    content: "";
    width: 25%;
    height: 1px;
    background-color: #ffffff;
    top: 45px;
    left: 108px;

}
.pic_z {
    width: 90%;
    margin: 0 auto;
    height: auto;
    display: flex;
}
.pic_n {
    width: 100%;
    height: auto;
}
.pic_n ul {
    width: 98%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.pic_n ul li {
    width: calc((100% - 9% ) / 4 );
    height: auto;
    text-align: center;
    margin: 15px;
    background-color: #fff;
}
.pic_n ul li a {
    display: block;
}
.pic_n li h3 {
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(172, 172, 172, 0.288);
}
.pic_n li h3 img {
    width: 100%;
    display: block;
    transition: all 0.5s ease;
}
.pic_n li dl {
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    color: #333;
    transition: all 0.5s ease;
}
.pic_n li:hover h3 img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.pic_n li:hover dl {
    color: #004498;
    transition: all 0.5s ease;
}

.pic1_n {
    width: 100%;
    height: auto;
}
.pic1_n ul {
    width: 90%;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.pic1_n ul li {
    width: calc((100% - 8% ) / 4 );
    height: auto;
    text-align: center;
    margin: 15px;
    background-color: #fff;
    border-radius: 10px;
}
.pic1_n ul li a {
    display: block;
}
.pic1_n li h3 {
    width: 100%;
    height: auto;
    text-align: center;
    overflow: hidden;
    border-bottom: 1px solid rgba(172, 172, 172, 0.288);
}
.pic1_n li h3 img {
    width: 100%;
    display: block;
    transition: all 0.5s ease;
}
.pic1_n li dl {
    width: 100%;
    height: 80px;
    line-height: 80px;
    font-size: 18px;
    color: #333;
    transition: all 0.5s ease;
}
.pic1_n li:hover h3 img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
.pic1_n li:hover dl {
    color: #004498;
    transition: all 0.5s ease;
}
@media (max-width:1530px) {
    .pic_n ul li {
        width: calc((100% - 12% ) / 4 );
        height: auto;
        text-align: center;
        margin: 15px;
        background-color: #fff;
    }
    .pic_n li dl {
        width: 100%;
        height: 60px;
        line-height: 60px;
        font-size: 18px;
        color: #333;
        transition: all 0.5s ease;
    }
}
@media (max-width:1440px) {
    .pic_t li a::before {
        position: absolute;
        content: "";
        width: 30%;
        height: 1px;
        background-color: #ffffff;
        top: 45px;
        left: 73px;
    
    }
    .pic_n ul li {
        width: calc((100% - 10% ) / 4 );
        height: auto;
        text-align: center;
        margin: 15px;
        background-color: #fff;
        border-radius: 10px;
    }
    .pic1_n ul li {
        width: calc((100% - 10% ) / 4 );
        height: auto;
        text-align: center;
        margin: 15px;
        background-color: #fff;
        border-radius: 10px;
    }
}
@media (max-width:1024px) {
    .pic_t ul li a {
        display: block;
        height: 50px;
        line-height: 50px;
        color: #ffffff;
        font-size: 20px;
        font-weight: 600;
        position: relative;
    }
    .pic_t li a::before {
        position: absolute;
    content: "";
    width: 50%;
    height: 1px;
    background-color: #ffffff;
    top: 45px;
    left: 37px;
    }
    .pic_n ul li {
        width: calc((100% - 7% ) / 2 );
        height: auto;
        text-align: center;
        margin: 15px;
        background-color: #fff;
        border-radius: 10px;
    }
    .pic1_n ul li {
        width: calc((100% - 7% ) / 2 );
        height: auto;
        text-align: center;
        margin: 15px;
        background-color: #fff;
        border-radius: 10px;
    }
    .pic_n li dl {
        width: 100%;
        height: 80px;
        line-height: 80px;
        font-size: 20px;
        color: #333;
        transition: all 0.5s ease;
    }
    .pic_z {
        width: 90%;
        margin: 0 auto;
        height: auto;
        display: flex;
        flex-direction: column;
    }
}
/* ----------------------------------------------------------新闻动态-栏目 */
.xww {
    width: 100%;
    height: auto;
}
.xww_t {
    width: 100%;
    height: auto;
    background-color: #004498;
    padding: 10px 0px;
    margin-bottom: 50px;
}
.xww_t ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.xww_t ul li {
    width: 15%;
    height: auto;
    text-align: center;
}
.xww_t ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    position: relative;
}
.xww_t li a::before {
    position: absolute;
    content: "";
    width: 25%;
    height: 1px;
    background-color: #ffffff;
    top: 45px;
    left: 108px;

}
@media (max-width:1440px) {
    .xww_t li a::before {
        position: absolute;
        content: "";
        width: 25%;
        height: 1px;
        background-color: #ffffff;
        top: 45px;
        left: 81px;
    }
}
.xww_n {
    width: 100%;
    height: auto;
}
.xww_n ul {
    width: 90%;
    height: auto;
    margin: 0 auto;
}
.xww_n ul li {
    width: 100%;
    height: auto;
    padding: 50px;
    border-radius: 10px;
    background-color: #fff;
    margin-bottom: 30px;
}
.xww_n ul li a {
    display: flex;
    justify-content: space-between;
}
.xww_n ul li dl {
    width: 70%;
    height: auto;
}
.xww_n li dl h2 {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    margin-bottom: 30px;
    margin-top: 20px;
    transition: all 0.5s ease;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}
.xww_n li dl p {
    font-size: 17px;
    color: #333;
    margin-bottom: 30px;
    line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.xww_n li dl span {
    display: block;
    width: 150px;
    height: 50px;
    line-height: 50px;
    border-radius: 5px;
    font-size: 16px;
    text-align: center;
    color: #fff;
    background-color: #004498;
}
.xww_n li h3 {
    width: 20%;
    height: auto;
    overflow: hidden;
}
.xww_n li h3 img {
    width: 100%;
    display: block;
    transition: all 0.5s ease;
}
.xww_n li:hover dl h2 {
    color: #004498;
    transition: all 0.5s ease;
}
.xww_n li:hover h3 img {
    transform: scale(1.1);
    transition: all 0.5s ease;
}
@media (max-width:1440px) {
    .xww_n li h3 {
        width: 24%;
        height: auto;
        overflow: hidden;
    }
}
@media (max-width:1024px) {
    .xww_t ul li a {
        display: block;
        height: 50px;
        line-height: 50px;
        color: #ffffff;
        font-size: 20px;
        font-weight: 600;
        position: relative;
    }
    .xww_t li a::before {
        position: absolute;
    content: "";
    width: 50%;
    height: 1px;
    background-color: #ffffff;
    top: 45px;
    left: 37px;
    }
    .xww_n ul li dl {
        width: 60%;
        height: auto;
    }
    .xww_n li h3 {
        width: 38%;
        height: auto;
        overflow: hidden;
    }
}
/* ----------------------------------------------------------联系我们-栏目 */
.lxx {
    width: 100%;
    height: auto;
}
.lxx_t {
    width: 100%;
    height: auto;
    background-color: #004498;
    padding: 10px 0px;
    margin-bottom: 50px;
}
.lxx_t ul {
    width: 100%;
    height: auto;
    display: flex;
    justify-content: center;
}
.lxx_t ul li {
    width: 15%;
    height: auto;
    text-align: center;
}
.lxx_t ul li a {
    display: block;
    height: 50px;
    line-height: 50px;
    color: #ffffff;
    font-size: 21px;
    font-weight: 600;
    position: relative;
}
.lxx_t li a::before {
    position: absolute;
    content: "";
    width: 25%;
    height: 1px;
    background-color: #ffffff;
    top: 45px;
    left: 108px;

}
@media (max-width:1440px) {
    .lxx_t li a::before {
        position: absolute;
        content: "";
        width: 25%;
        height: 1px;
        background-color: #ffffff;
        top: 45px;
        left: 81px;
    }
}
@media (max-width: 1024px){
    .lxx_t li a::before {
    position: absolute;
    content: "";
    width: 50%;
    height: 1px;
    background-color: #ffffff;
    top: 45px;
    left: 37px;
}
}
.lxx_n {
    width: 100%;
    height: auto;
}
.lxxn_t {
    width: 100%;
    height: auto;
    padding: 40px 185px;
    margin-bottom: 5px;
}
.lxxn_t h2 {
    font-size: 8rem;
    color: #2a46670e;
    font-weight: 600;
}
.lxxn_t p {
    font-size: 2rem;
    color: #333;
    margin-top: -65px;
    font-weight: 600;
    margin-bottom: 20px;
}
.lxxn_t span {
    display: block;
    font-size: 16px;
    color: #333;
}
.lxxn_x {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    position: relative;

}
.lxxn_x ul {
    width: 50%;
    height: auto;
    padding: 70px 0px 20px 200px;
    background-color: #5897e138;
}
.lxxn_x ul li {
    width: 100%;
    height: auto;
    margin-bottom: 50px;
    position: relative;
}
.lxxn_x ul li p {
    font-size: 18px;
    color: rgb(39, 39, 39);
}
.lxxn_x ul li img {
    position: absolute;
    content: "";
    top: -6px;
    left: -33px;
    width: 4%;
}
.map {
    position: absolute;
    content: "";
    top: -118px;
    right: 0;
    width: 50%;
    height: 500px;
}
@media (max-width:1440px) {
    .lxxn_x ul li img {
        position: absolute;
        content: "";
        top: 1px;
        left: -28px;
        width: 4%;
    }
}
@media (max-width:1024px) {
    .lxxn_t {
        width: 100%;
        height: auto;
        padding: 50px 20px;
        margin-bottom: 70px;
    }
    .lxxn_t h2 {
        font-size: 5rem;
        color: #2a46670e;
        font-weight: 600;
    }
    .lxxn_t p {
        font-size: 3rem;
        color: #333;
        margin-top: -65px;
        font-weight: 600;
        margin-bottom: 20px;
    }
    .lxxn_t span {
        display: block;
        font-size: 20px;
        color: #333;
    }
    .lxxn_t {
        width: 100%;
        height: auto;
        padding: 50px 20px;
        margin-bottom: 1px;
    }
    .map {
        position: absolute;
        content: "";
        top: 340px;
        right: 50px;
        width: 90%;
        height: 350px;
    }
    .lxxn_x ul {
        width: 100%;
        height: auto;
        padding: 70px 0px 20px 100px;
        background-color: #2a466738;
        margin-bottom: 390px;
    }
    .lxxn_x ul li p {
        font-size: 22px;
        color: rgb(39, 39, 39);
    }
    .lxxn_x ul li img {
        position: absolute;
        content: "";
        top: -10px;
        left: -66px;
        width: 5%;
    }
    
}
@media (max-width:1024px) {
    .xbanner {
        margin-top: 65px;
    }
}



.so {
    width: 90%;
    padding-top: 20px;
    display: flex;
    margin: 0 auto;
    justify-content: end;
}
.so .textbox {
    width: 185px;
    float: left;
    border: 0;
    padding-left: 8px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #999;
    border: 1px solid #dfe5f1;
}
.so .btnbox {
    cursor: pointer;
    float: right;
    width: 60px;
    height: 40px;
    font-family: "Microsoft YaHei", å¾®è½¯é›…é»‘;
    font-size: 14px;
    color: rgb(255, 255, 255);
    overflow: hidden;
    background: rgb(0 68 152);
    border-width: 0px;
    border-style: initial;
    border-color: initial;
    border-image: initial;
}


/* ------------------------------------------------------------内容页 */
.tu_z {
    width: 100%;
    height: auto;
    display: flex;
}
@media (max-width:1024px) {
    .tu_z {
        flex-wrap: wrap;
    }
    .picnr {
        margin: 0 auto;
    }
}
.mingz {
    padding-bottom: 15px;
    border-bottom: 1px solid #c0c0c0;
    margin-bottom: 50px;
    color: #004498;
}
.gjz {
    font-size: 18px;
    font-weight: 300;
    color: #444444;
}
.gjz a {
    font-weight: 800;
}
.jies {
    font-size: 18px;
    font-weight: 300;
    color: #444444;
}
.jies a {
    font-weight: 800;
}