@charset "utf-8";
/* CSS Document */
* {margin: 0;padding: 0;}
body {background:#fff;font-size: 14px;font-family: "微软雅黑";font-style:normal; color:#000;font-weight: 400;overflow-x: hidden;scroll-behavior: smooth;}
@font-face {
    font-family: "AlimamaShuHeiTi-Bold";
    src: url(../font/AlimamaShuHeiTi-Bold.woff), url(../font/AlimamaShuHeiTi-Bold.woff2);
    font-display: swap;
}

a:focus {outline: none;}
a {text-decoration: none; color:#000;transition: all 0.3s ease;}
a:hover {color: #16509a;text-decoration: none !important;}
li {list-style-type: none;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
input, button, select, textarea {outline: none;}
button:focus{border:0; outline:0;}
table{border-collapse: collapse;}
th,tr,td{border: 1px solid #DDD;}
.cl:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.cl {zoom: 1;}
img{transition: all 0.5s ease;}
.cont{width: 1560px;margin: 0 auto;}

/*banner*/
.in-banner{width: 100%;overflow: hidden;height: 100vh;position: relative;}
.in-banner .mySwiper3{width: 100%;height: 100%;}
.in-banner .mySwiper3 .swiper-slide{width: 100%;height: 100%;background-size: cover;background-repeat: no-repeat;background-position: center;}
.in-banner .mySwiper3 .swiper-button-next,.in-banner .mySwiper3 .swiper-button-prev{border-radius:50%;border:1px solid #fff;width:50px;height:50px;text-align:center;line-height:50px;}
.in-banner .mySwiper3 .swiper-button-next{right:3vw;}
.in-banner .mySwiper3 .swiper-button-prev{left:3vw;}
.in-banner .mySwiper3 .swiper-button-prev:after,.in-banner .mySwiper3 .swiper-button-next:after{color:#fff;font-size:18px;}
.in-banner .mySwiper3 .cont{display: flex;justify-content: left;align-items: center;height: 100%;}
.in-banner .mySwiper3 .text{}
.in-banner .mySwiper3 .text h3{font-size: 72px;color: #fff;font-weight: bold;}
.in-banner .mySwiper3 .text p{font-size: 72px;color: #fff;line-height:90px;margin:0;font-weight: bold;}
.banner-bottom{width: 100%;text-align: center;position: absolute;bottom: 45px;z-index: 9;}
.banner-bottom .text p{font-size: 16px;color: #fff;}
.banner-bottom span{display: block;margin: 20px auto;width: 1px;background:#fff;height: 30px;}
.banner-btn{width: 100%;height: 36px;text-align: center;}
.banner-btn img{
  cursor: pointer;
  width: auto;
  height: 36px;
  animation: Tmouse 0.8s cubic-bezier(0.56, 0.01, 0.46, 1) infinite alternate;
}
@keyframes Tmouse {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(8px);
    -moz-transform: translateY(8px);
    -ms-transform: translateY(8px);
    -o-transform: translateY(8px);
    transform: translateY(8px);
  }
}
/*banner-end*/

.btn-a {width:50px;height: 50px;background: #fff;border-radius:10px; transform: rotate(45deg);display: flex;align-items: center;justify-content: center;margin-top: 50px;transition: all 0.5s;}
.btn-a img{transform: rotate(-45deg);}
.btn-a:hover{background: #16509a;}
.btn-a:hover img{filter: brightness(0) invert(1);}

/*index*/
.in-title{text-align: center;padding: 110px 0 70px;}
.in-title h2{font-size: 48px;color: #000;margin: 0 0 20px;font-weight: bold;}
.in-title p{font-size: 16px;color: #666;}

.culture-wall{border-radius: 30px;width: 100%;height:760px;display: flex;justify-content: space-between;align-items: flex-start;margin-bottom: 110px;}
.culture-wall ul{display: grid;grid-template-columns: repeat(3, 1fr);width: 77%;height: 100%;border-radius: 30px;overflow: hidden;background: url(../images/index_01.jpg) no-repeat center center/cover;}
.culture-wall ul li{border-right: 1px solid rgb(255, 255, 255, 0.4);border-bottom: 1px solid rgb(255, 255, 255, 0.2);padding: 0 30px;position: relative;overflow: hidden;cursor: pointer;transition: all 0.5s;}
.culture-wall ul li:nth-child(3n){border-right: none;}
.culture-wall ul li .text{position: absolute;width:84%;bottom:-80%;transition: all 0.5s;height: 100%;}
.culture-wall ul li .text h3{font-size: 24px;font-weight: bold;color: #fff;}      
.culture-wall ul li .item-content{height: 60px;opacity: 0;transition: all 0.5s;margin-top: 30px;}      
.culture-wall ul li .item-content p{font-size: 16px;color: #fff;}
.culture-wall ul li:hover{background: #16509a;}
.culture-wall ul li:hover .text {bottom: -30%;}
.culture-wall ul li:hover .item-content{opacity: 1;}
.culture-r{width: 22%;height: 100%;border-radius: 30px;overflow: hidden;background: url(../images/index_02.jpg) no-repeat center center/cover;}
.culture-text{width: 100%;padding: 0 30px;position: relative;transition: all 0.5s;overflow: hidden;height: 100%;}
.culture-text .text{position: absolute;width: 84%;bottom:-90%;transition: all 0.5s;height: 100%;}
.culture-text .text h3{font-size: 24px;font-weight: bold;color: #fff;}
.culture-text .item-content{height: 60px;opacity: 0;transition: all 0.5s;margin-top: 30px;}
.culture-text .item-content p{font-size: 16px;color: #fff;}
.culture-text:hover .text{bottom: -50%;}
.culture-text:hover .item-content{opacity: 1;}
.culture-text:hover{background: #16509a;}

/*footer*/
.footer{width: 100%;background:#002451;padding-top:50px;}
.foot-box{display: flex;justify-content: space-between;align-items: flex-start;}
.foot-box .foot-l{width: 460px;}
.foot-box .foot-logo{margin-bottom: 40px;}
.foot-box .foot-logo img{height:40px;filter: brightness(0) invert(1);}
.foot-box .foot-lx{}
.foot-lx-div{display:flex;justify-content:left;align-items:flex-start;}
.foot-lx-div .ewm{width:120px;text-align:center;margin-right:10px;}
.foot-lx-div .ewm p{font-size:14px;color:#fff;margin:8px 0 0;opacity: 0.7;}
.foot-lx-div .ewm figure{width:100px;height:100px;background:#fff;border-radius:5px;overflow:hidden;}
.foot-lx-div .ewm figure img{width:100%;}
.foot-lx-div .lxfs{width: calc(100% - 100px);margin-top:0px;}
.foot-box .foot-lx h3{font-size:20px;font-weight: bold;color: #fff;margin: 0 0 20px;}
.foot-box .foot-lx a{font-size: 14px;color: #fff;opacity: 0.7;line-height:33px;display: block;}
.foot-box .foot-lx a:hover{opacity: 1;}
.foot-nav{width: 220px;}
.foot-nav ul li{line-height: 20px;margin-bottom: 25px;}
.foot-nav ul li a{font-size: 16px;color: #fff;}
.foot-nav ul li a:hover{color: #539a37;}
.foot-form{width: calc(100% - 770px);}
.foot-form h3{font-size: 24px;font-weight: bold;color: #fff;margin: 0 0 30px;}
.foot-form form{display: flex;justify-content: space-between;flex-wrap: wrap;}
.foot-form form .form-group{width: 48%;}
.foot-form form .form-group input{width: 100%;height:50px;padding: 0 20px;border:none;border-radius:30px;background: #fff;font-size: 16px;color: #333;line-height: 50px;}
.foot-form form .form-group-content{width: 100%;}
.foot-form form .form-button{width: 100%;display: flex;justify-content: right;}
.foot-form form button{width: 180px;height: 50px;background: #539a37;text-align: center;font-size: 16px;color: #fff;border-radius: 30px;border: none;display: block;transition: all 0.5s;}
.foot-form form button:hover{background: #fff;color: #539a37;}

.foot-bq{width: 100%;border-top: 1px solid rgba(156, 156, 156, 0.7);margin-top:70px;padding:25px 0;display: flex;justify-content: space-between;align-items: center;}
.foot-bq p{margin: 0;color: #fff;font-size:14px;}
.foot-bq a{display: inline-block;color: #fff;font-size: 14px;}
.foot-bq .foot-bql a{margin-left: 30px;}

.rt_dh{
    height: 100%;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 20;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.rt_dh.xw {
    left: 0;
    right: auto;
}
.rt_dh>ul{

}
.rt_dh>ul>li{
    width: 84px;
    height: 84px;
    margin-bottom: 1px;
    background:linear-gradient(90deg, #5ea044, #8ebd7b);
    position: relative;
}
.rt_dh>ul>li>p{
    font-size: .16rem;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background:linear-gradient(90deg, #5ea044, #8ebd7b);
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 1.65;
    position: absolute;
    top: 0;
    left: -100%;
    transform-origin: right;
    transform:scaleX(0);
    -webkit-transform:scaleX(0);
    -moz-transform:scaleX(0);
    -ms-transform:scaleX(0);
    -o-transform:scaleX(0);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.rt_dh>ul>li:nth-child(2)>p{
    width: 160%;
    left: -160%;
}
.rt_dh>ul>li>i{
    width: 100%;
    position: absolute;
    top: 0;
    left: -100%;
    transform-origin: right;
    transform:scaleX(0);
    -webkit-transform:scaleX(0);
    -moz-transform:scaleX(0);
    -ms-transform:scaleX(0);
    -o-transform:scaleX(0);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.rt_dh>ul>li>i img{width:100%;}
.rt_dh>ul>li:hover>i,
.rt_dh>ul>li:hover>p{
    transform:scaleX(1);
    -webkit-transform:scaleX(1);
    -moz-transform:scaleX(1);
    -ms-transform:scaleX(1);
    -o-transform:scaleX(1);
}
.rt_dh>ul>li>a{
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.rt_dh>ul>li>a>i{
    margin-bottom:10px;
}
.rt_dh>ul>li p{
    font-size: 14px;
    color: #fff;
    margin: 0;
}

/*内页*/
.ny-mbx{text-align:left;font-size:16px;color:#666;margin-top:50px;line-height: 30px;margin-bottom:20px;}
.ny-mbx a{font-size:16px;color:#666;}
.ny-mbx a:last-child{font-size:18px;font-weight:bold;color:#16509a;}

/*banner*/
.channel-banner{width: 100%;height: 650px;background-repeat: no-repeat;background-size: cover;position:relative;z-index:9;}
.channel-banner .cont{display: flex;justify-content: center;align-items: center;height: 100%;}
.channel-banner .banner-info h2{font-size: 36px;color: #fff;font-weight:bold;margin: 0 0 25px;}
.channel-banner .banner-info span{width: 40px;height:4px;background: #fff;border-radius: 10px;margin: 0 auto;display: block;}

.ny-title{text-align: center;padding: 80px 0 50px;}
.ny-title h3{font-size: 30px;margin: 0 0 25px;font-weight: bold;}
.ny-title span{width: 40px;height:4px;background: #16509a;border-radius: 10px;margin: 0 auto;display: block;}

/*about*/
.ny-aboutC{width: 100%;background: url(../images/index_05.png) no-repeat left center;display: flex;justify-content: space-between;margin-top: 110px;position: relative;}
.about-l{width: 48%;}
.about-r{width: 48%;border-radius: 30px;overflow: hidden;height:880px;}
.about-r img{width: 100%;height: 100%;object-fit: cover;}
.about-r:hover img{transform: scale(1.05);}
.about-l .ny-title{text-align: left;}
.about-l .ny-title span{margin: 0;}
.about-l .text{width: 100%;text-align: justify;}
.about-l .text p{font-size: 16px;color: #333;line-height: 35px;margin: 0;}

.about-nub{width: 1200px;max-width: 100%;position: absolute;background: #fff;box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);border-radius: 30px;left: 0;bottom:85px;}
.about-nub ul{width: 100%;height: 100%;margin-bottom: 0;display: flex;justify-content: space-between;padding: 0 100px;}
.about-nub ul li{text-align: center;padding: 56px 0;}
.about-nub ul li i{font-style: normal;color: #16509a;font-size: 60px;}
.about-nub ul li sub{font-size: 18px;bottom: 3px;margin-left: 5px;}
.about-nub ul li p{font-size: 16px;margin: 0;}

.ny-lc{width: 100%;background: url(../images/index_04.jpg) no-repeat center;background-attachment: fixed;background-size:cover;margin-top: 80px;padding-bottom: 100px;}
.mySwiper-fm{position: relative;width: 100%;}
.mySwiper-fm::after{width: 100%;height: 1px;background: rgb(216, 34, 45, 0.1);position: absolute;left: 0;content: '';top: 66px;}
.mySwiper-fm .mySwiper{padding-left: 10vw;width: 90%;}
.mySwiper-fm .swiper-slide{position: relative;}
.mySwiper-fm .swiper-slide::after{content: '';position: absolute;width: 1px;height: 101px;background: #16509a;left: 25px;top: 64px;}
.mySwiper-fm .swiper-slide h4{font-size: 24px;font-weight: bold;margin: 0 0 10px;transition: all 0.5s;
height: 48px;display: flex;align-items: end;}
.lc-btn {
    position: relative;
    display: inline-block;
    border-radius: 50%;
    cursor: pointer;
    width: 12px;
    height: 12px;
    margin-left: 20px;
}
.lc-btn::after{width: 12px;height:12px;background: #16509a;content: '';position: absolute;border-radius: 50%;left: 0;top: 0;z-index: 9;}
.lc-btn::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    animation: outerBreathe 3s infinite ease-in-out;
    pointer-events: none;
    z-index: 1;
}
@keyframes outerBreathe {
    0%, 100% {
        background: rgba(22, 80, 154, 0.8);
        width: 12px;
        height: 12px;
        opacity: 1;
    }
    50% {
        background: rgba(22, 80, 154, 0.3);
        width: 30px;
        height: 30px;
        opacity: 1;
    }
}
.lc-text{width: 100%;background: #fff;border-radius: 15px;box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);padding: 30px 20px;margin-top: 50px;}
.lc-text h3{font-size: 24px;font-weight: bold;position: relative;margin: 0;padding-left: 20px;}
.lc-text h3::after{content: '';position: absolute;left: 0;width: 12px;height: 12px;border: 1px solid #16509a;border-radius: 50%;top: 50%;transform: translateY(-50%);}
.lc-text .text{padding-left: 20px;margin-top: 20px;font-size: 16px;color: #666;text-align: justify;   line-height: 30px;}
.mySwiper-fm .swiper-button-next,.mySwiper-fm .swiper-button-prev{width:25px;height: 25px;background: #000;border-radius: 50%;text-align: center;line-height: 25px;opacity: 1;top: 76px;}
.mySwiper-fm .swiper-button-next:after,.mySwiper-fm .swiper-button-prev:after{color: #fff;font-size: 12px;}
.mySwiper-fm .swiper-button-next{right: 10vw;}
.mySwiper-fm .swiper-button-prev{left: 10vw;}
.mySwiper-fm .swiper-button-prev:hover,.mySwiper-fm .swiper-button-next:hover{background: #16509a;}
.mySwiper-fm .swiper-slide:hover h4{color: #16509a;font-size: 48px;}

.ny-yfzx{width: 100%;margin: 80px 0;}
.yfzx-box{display: flex;justify-content: space-between;align-items: center;}
.yfzx-box .yfzx-l{padding-left: 8vw;overflow: hidden;width: 56%;}
.yfzx-box .yfzx-l img{width: 100%;}
.yfzx-box .yfzx-r{background: #16509a;width: 40%;border-radius:  30px 0 0 30px;padding:5vw 3vw;}
.yfzx-box .yfzx-text{width: 80%;}
.yfzx-box .yfzx-text .ny-title{text-align: left;padding: 0 0 30px;}
.yfzx-box .yfzx-text .ny-title h3{color: #fff;}
.yfzx-box .yfzx-text .ny-title span{margin: 0;background: #fff;}
.yfzx-box .yfzx-text .text p{font-size: 16px;color: #fff;line-height: 30px;background: url(../images/index_07.png) no-repeat left 7px;padding-left: 38px;}

.ny-rongyu{width: 100%;background: #f3f4f6;padding-bottom: 100px;}
.mySwiper-ry{width: 1650px;margin: 0 auto;position: relative;}
.mySwiper-ry ul li{margin-bottom:30px;}
.mySwiper-ry img{width:100%;}
.mySwiper-ry .mySwiper2{width: 1560px;margin: 0 auto;}
.mySwiper-ry .mySwiper2 .swiper-slide{text-align: center;}
.mySwiper-ry .mySwiper2 .swiper-slide figure{border-radius: 10px;overflow: hidden;display: flex;justify-content: center;align-items: center;height: 18vw;overflow: hidden;}
.mySwiper-ry .mySwiper2 .swiper-slide figure img{width: 100%;height: 100%;object-fit: cover;}
.mySwiper-ry .mySwiper2 .swiper-slide p{font-size: 16px;margin: 10px 0;}
.mySwiper-ry .mySwiper2 .swiper-slide:hover p{color: #16509a;}
.mySwiper-ry .mySwiper2 .swiper-slide:hover img{transform: scale(1.05);}
.mySwiper-ry  .swiper-button-next,.mySwiper-ry  .swiper-button-prev{width:25px;height: 25px;background: #000;border-radius: 50%;text-align: center;line-height: 25px;opacity: 1;}
.mySwiper-ry .swiper-button-next:after,.mySwiper-ry .swiper-button-prev:after{color: #fff;font-size: 12px;}
.mySwiper-ry .swiper-button-next{right: 0;}
.mySwiper-ry .swiper-button-prev{left: 0;}
.mySwiper-ry .swiper-button-prev:hover,.mySwiper-ry .swiper-button-next:hover{background: #16509a;}

/*产品列表*/
.cp-list-bj{width:100%;background:#f9f9f9;padding-top:100px;}
.cplist-con{display:flex;justify-content:space-between;padding:80px 0;}
.cplist-l{width:330px;}
.cplist-l ul{}
.cplist-l ul li{}
.cplist-l ul li.active a{background: linear-gradient(90deg, #539a37, #d4e6cd);}
.cplist-l ul li a{width: 100%;display: flex;justify-content: space-between;align-items: center;color:#fff;background: linear-gradient(90deg, #16509a, #2571B7);padding:20px 15px;margin-bottom: 15px;font-size: 16px;}
.cplist-l ul li a img{filter: brightness(0) invert(1);}
.cplist-r{width: calc(100% - 380px);}

.cplist-l ul ul li{padding:0px;}
.cplist-l ul ul li a{border: 1px solid #ccc;background: #fff;color: #000;padding:10px;}
.nav-main .nav-sub li a:hover,.nav-main .nav-sub li.active a{color:#fff;background: linear-gradient(90deg, #539a37, #d4e6cd);}
.cplist-l ul li.active li a{background:#fff;}

.nav-main .nav-sub {display: none;list-style: none;padding: 0 15px;}
/* 展开时显示 */
.nav-main .nav-item.open > .nav-sub {display: block;}
/* 箭头旋转90度 */
.nav-main .nav-item.open > .nav-link .arrow-icon img {
    transform: rotate(90deg);
    transition: transform 0.3s ease; /* 加个平滑动画 */
}

/* 当前选中项默认展开（可选） */
.nav-main .nav-item.active .nav-link{background: linear-gradient(90deg, #16509a, #2571B7);}
.nav-main .nav-item.open .nav-link{background: linear-gradient(90deg, #539a37, #d4e6cd);}


.cplist{display: grid;grid-template-columns: repeat(3,1fr);grid-gap:30px;}
.cplist li{background: #fff;}
.cplist li figure{width: 100%;background: #fff;border-radius:20px;overflow: hidden;height:18vw;display: flex;justify-content: center;align-items: center;}
.cplist li figure img{width: 100%;height: 100%;object-fit: cover;max-width: 100%;}
.cplist li:hover figure img{transform: scale(1.05);}
.cplist-text{width: 100%;padding: 30px;}
.cplist-text h3{font-size: 20px;margin:0px 0 30px;font-weight: bold;}
.cplist-text .text-btn{width:160px;height:45px;border-radius:30px;display: flex;justify-content: space-between;align-items: center;transition: all 0.5s;line-height:45px;margin-top: 30px;color: #fff;background: linear-gradient(90deg, #16519b, #2571b7);padding-left: 15px;padding-right: 8px;}
.cplist-text .text-btn span{width: 35px;height: 35px;border-radius:50%;background:#fff;display:flex;justify-content:center;align-items:center;}
.cplist-text .text-p{}
.cplist-text .text-p p{font-size: 16px;color: #666;line-height: 22px;overflow: hidden;display: -webkit-box;-webkit-line-clamp:2;-webkit-box-orient: vertical;}

/*产品详情*/
.cpxq-top{display: flex;justify-content: space-between;align-items: center;margin:50px 0 0;padding-bottom: 60px;}
.cpxq-top figure{width: 40%;border-radius: 15px;overflow: hidden;border: 1px solid #eee;}
.cpxq-top figure img{width: 100%;}
.cpxq-top figure:hover img{transform: scale(1.05);}
.cpxq-top .cpxq-topR{width:55%;}
.cpxq-top .cpxq-topR .ny-title{text-align: left;padding: 0 0 30px;}
.cpxq-top .cpxq-topR .ny-title span{margin: 0;}
.cpxq-toptitle{text-align: center;font-size:20px;width: 140px;height:45px;line-height: 45px;margin: 20px 0;display: block;color: #fff;background:linear-gradient(90deg, #16509a, #2571B7);font-weight:bold;}
.cpxq-topR .text{width: 100%;text-align: justify;font-size: 16px;color: #333;line-height: 30px;}
.cpxq-topR .text p{margin: 0;}
.cpxq-topR .img ul{margin: 50px 0 0;display: grid;grid-template-columns: repeat(5,1fr);grid-gap:60px;}
.cpxq-topR .img ul li{text-align: center;}
.cpxq-topR .img ul li figure{width: 100%;border-radius:20px;overflow: hidden;}
.cpxq-topR .img ul li p{font-size: 18px;text-align: center;font-weight: bold;margin: 10px 0;}
.cpxq-tedian{width:100%;padding:80px 0;}
.cpxq-cont{}
.cpxq-title h3{font-size: 24px;font-weight: bold;text-align: center;margin: 0 0 20px;}
.cpxq-js{width: 100%;background: #f3f4f6;border-radius:10px;padding:50px 30px;text-align: center;font-size: 16px;}
.cpxq-text{margin-top: 30px;font-size: 16px;}
.cpxq-text p,.cpxq-text span{font-family: "微软雅黑" !important;}
.cpxq-text table{width: 100% !important;}
.cpxq-text table tr td{padding: 20px 15px;}
.cpxq-text img{max-width: 100%;height:auto !important;}
.cpxq-a a{display: block;width: 230px;height: 70px;border-radius: 50px;margin: 80px auto;background: #16509a;text-align: center;line-height: 70px;display: flex;justify-content: center;align-items: center;font-size: 16px;color: #fff;border: 1px solid #16509a;}
.cpxq-a a img{filter: brightness(0) invert(1);display: block;}
.cpxq-a a span{display: inline-block;margin-left: 35px;}
.cpxq-a a:hover{background: #fff;color: #16509a;}
.cpxq-a a:hover img{filter:none;}
.cpxq-text ul{padding-left:20px;}
.cpxq-text ul li{list-style-type: disc;color: #5ea044;}
.cpxq-text ul li p{color:#333;}
.cpxq-topR .text ul{padding-left:20px;}
.cpxq-topR .text ul li{list-style-type: disc;}
#intro{width:100%;background:#f5f5f5;padding-top:10px;margin-top:80px;}
#feature{margin-top:50px;background:#f5f5f5;padding:80px 0;}
.cpxq-gycs table{width:100%;}
.cpxq-gycs table tr,.cpxq-gycs table td{padding:10px;background:#fff;}

/* 导航高亮样式 */
.sidebar-nav{position: fixed;left: 0;top: 50%;transform: translateY(-50%);}
.sidebar-nav .nav-item {
  display: block;
  padding: 8px 12px;
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
  font-size: 16px;
  margin-bottom: 10px;
}
.sidebar-nav .nav-item.active {
    font-size:18px;
  color: #18549d;
  border-bottom: 2px solid #18549d;
}

/* 给每个区块增加一点上边距，避免被固定导航遮挡 */
.sidebar-nav .section {
  padding-top: 80px; /* 固定导航高度的占位 */
  margin-top: -80px;
}

/*解决方案*/
.falist{display: grid;grid-template-columns: repeat(3,1fr);grid-gap: 30px;margin: 80px 0;}
.falist li{background: #f3f4f6;border-radius:10px;overflow: hidden;}
.falist li figure{width: 100%;height:17vw;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.falist li figure img{width: 100%;height: 100%;object-fit: cover;}
.falist li:hover figure img{transform: scale(1.05);}
.falist li .falist-text{padding: 0 25px 35px;}
.falist li .falist-text h3{font-size: 24px;font-weight: bold;margin:30px 0;}
.falist li .text-p{text-align: justify;}
.falist li .text-p p{font-size: 16px;color: #666;text-align: justify;line-height:22px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;}
.falist li .text-btn{height: 35px;width: 35px;margin-top: 30px;background: #16509a;border-radius: 50%;display: flex;justify-content: center;align-items: center;}
.falist li .text-btn img{display: block;}

/*解决方案详情*/
#fags{margin-top:150px;}
.fags{border-top:1px solid #ccc;padding-top: 20px;}
.fanr-box{border-top:1px solid #ccc;padding: 30px 0;border-bottom:1px solid #ccc;}
#case{padding: 30px 0;margin-bottom:30px;}
.cpxq-cont .mySwiper{margin-top:30px;padding-bottom:80px;margin-bottom:30px;}
.cpxq-cont .mySwiper .swiper-slide{position:relative;overflow:hidden;}
.cpxq-cont .mySwiper .case-img{width:100%;position:relative;overflow:hidden;border: 1px solid #ccc;}
.cpxq-cont .mySwiper .case-img figure{width:100%;height:375px;overflow:hidden;display:flex;justify-content:center;align-items:center;}
.cpxq-cont .mySwiper .case-img figure img{width:100%;}
.cpxq-cont .mySwiper .case-img h4{
    position: absolute;
    width: 100%;
    bottom: 0;
    text-align: center;
    margin: 0;
    background: #000000b8;
    color: #fff;
    padding: 15px 10px;
    font-size: 18px;
    transition: all 0.5s;
}
.cpxq-cont .mySwiper .case-text{
    width: 100%;
    text-align: center;
    border: 1px solid #17529c;
    border-bottom: 4px solid #17529c;
    position: absolute;
    bottom: -100%;
    opacity: 0;
    background: #ffffffeb;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all 0.5s;
}
.cpxq-cont .mySwiper .case-text h4{margin:0px 0 20px;color:#17529c;font-size: 18px;font-weight:bold;}
.cpxq-cont .mySwiper .case-text div{padding:0 30px;}
.cpxq-cont .mySwiper .case-text p{font-size:16px;color:#333;line-height:25px;}
.cpxq-cont .mySwiper .swiper-slide:hover .case-text{bottom: 0;opacity: 1;}
.cpxq-cont .mySwiper .swiper-slide:hover .case-img h4{opacity:0;}
.cpxq-cont .mySwiper .swiper-button-next,.cpxq-cont .mySwiper .swiper-button-prev{width:50px;height:50px;border-radius:50%;border:1px solid #ccc;display:flex;justify-content:center;align-items:center;bottom:0px;top:auto;}
.cpxq-cont .mySwiper .swiper-button-next:after,.cpxq-cont .mySwiper .swiper-button-prev:after{color:#666;font-size:20px;}
.cpxq-cont .mySwiper .swiper-button-next{right:46%;}
.cpxq-cont .mySwiper .swiper-button-prev{left:46%;}
.cpxq-cont .mySwiper .swiper-button-next:hover,.cpxq-cont .mySwiper .swiper-button-prev:hover{background:#17529c;border:1px solid #17529c;}
.cpxq-cont .mySwiper .swiper-button-next:hover:after,.cpxq-cont .mySwiper .swiper-button-prev:hover:after{color:#fff;}
#characteristic{padding-bottom:50px;}
#product{margin-bottom:80px;}
#product .cpxq-cont .mySwiper .swiper-slide:hover .case-img h4{opacity:1;}
#product .cpxq-cont .mySwiper .swiper-slide:hover .case-img img{transform:scale(1.05);}
#product .cpxq-cont .mySwiper .swiper-slide:hover .case-img{border:1px solid #17529c;}

.jjfa_1>ul>li {
    width: 100%;
    margin-bottom: 10px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #66a54d;
    padding: 10px;
    padding-right: 10px;
}

.jjfa_1>ul>li>span {
    width: 9.5%;
    background-size: inherit;
    margin-right: 3%;
}
.jjfa_1>ul>li>span>img {
    width: 100%;
    /* height: 100%; */
    /* display: none; */
}

.jjfa_1>ul>li>div {
    width: 83%;
    position: relative;
    /* padding: .2rem 0; */
    padding-bottom: .05rem;
}

.jjfa_1>ul>li>div::after {
    width: 0%;
    height: 8px;
    bottom: 0%;
    left: 0;
    background: linear-gradient(90deg, #5fa045, #8aba76);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    content: "";
    position: absolute;
}

.jjfa_1>ul>li>div:hover>b{
    color: #5fa045;
}
.jjfa_1>ul>li>div:hover::after {
    width: 100%;
}

.jjfa_1>ul>li>div>b {
    font-size: 22px;
    line-height: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.jjfa_1>ul>li>div>i {
    width: 30px;
    height: 4px;
    background:linear-gradient(90deg, #5fa045, #8aba76);
    margin: 15px 0px;
    display: block;
}
.jjfa_1>ul>li>div>p {
    font-size: 18px;
    color: #808080;
    line-height: 35px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


.faxq-l .ny-title{text-align: left;padding: 0 0 30px;}
.faxq-l .ny-title span{margin: 0;}
.faxq-cont{display: flex;justify-content: space-between;align-items: flex-start;margin: 80px 0;}
.faxq-l{width: 68%;}
.faxq-nr{width: 100%;border-bottom: 1px solid #f0f0f0;border-top: 1px solid #f0f0f0;padding-top: 30px;margin-bottom: 30px;}
.faxq-nr img{max-width: 100%;border-radius: 10px;}
.faxq-nr p{font-size: 16px;color: #333;text-align: justify;line-height: 30px;}
.faxq-btn{display: flex;justify-content: space-between;align-items: flex-start;font-size: 16px;color: #666;}
.faxq-btn a{color: #666;}
.faxq-btn div{width: 48%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.faxq-btn-r{text-align: right;}
.faxq-btn a:hover{color: #16509a;}
.faxq-l-type a{display: block;margin: 50px auto 0;width: 170px;height: 50px;background: #16509a;text-align: center;font-size: 16px;color: #fff;line-height: 50px;border-radius: 30px;}
.faxq-l-type a:hover{background: #fff;color:#16509a;}
.faxq-r{width: 28%;margin-top: 25px;}
.faxq-r h2{font-size: 30px;font-weight: bold;margin: 0 ;}
.faxq-r ul li{width: 100%;border-bottom: 1px solid #ececec;padding: 30px 0;}
.faxq-r ul li a{display: flex;justify-content: space-between;align-items: center;}
.faxq-r ul li figure{width: 160px;height: 120px;border-radius: 15px;overflow: hidden;}
.faxq-r ul li figure img{width: 100%;height: 100%;object-fit: cover;}
.faxq-r ul li:hover figure img{transform: scale(1.05);}
.faxq-r ul li .text{width: calc(100% - 180px);}
.faxq-r ul li .text h3{font-size: 20px;font-weight: bold;margin: 0 0 20px;}
.faxq-r ul li .text span{font-size: 16px;color: #666;}

/*技术支持*/
.ny-about{margin: 80px 0;}
.ny-about ul li{display: flex;justify-content: space-between;align-items: center;background: #f7f7f7;border-radius: 15px;overflow: hidden;margin-bottom: 50px;}
.ny-about ul li figure{width:50%;overflow: hidden;}
.ny-about ul li img{width: 100%;display: block;}
.ny-about ul li figure:hover img{transform: scale(1.05);}
.ny-about ul li .text{width: 50%;padding-left:50px;padding-right: 20px;}
.ny-about ul li .text .ny-title{text-align: left;padding: 0 0 30px;}
.ny-about ul li .text .ny-title span{margin: 0;}
.ny-about ul li .text .text-p{padding-right: 30px;height: 300px;overflow-y: auto;scrollbar-width: thin;scrollbar-color: #0b4295 #f7f7f7;}
.ny-about ul li .text .text-p p{
    font-size: 16px;color: #666;line-height: 30px;margin: 0;
    overflow: hidden;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;
}
.ny-about ul li .text .text-p::-webkit-scrollbar {width:3px;}
.ny-about ul li .text a{display:block;width:140px;height:50px;border-radius:30px;background:#0b4295;text-align:center;font-size:14px;line-height:50px;color:#fff;border:1px solid #0b4295;}
.ny-about ul li .text a:hover{background:#fff;color:#0b4295;}
.content-box::-webkit-scrollbar-track {background: #f7f7f7;border-radius: 5px;}
.content-box::-webkit-scrollbar-thumb {background: #0b4295;border-radius: 5px;}
.content-box::-webkit-scrollbar-thumb:hover {background: #0b4295;}
.ny-about ul li:nth-child(2n) figure{order: 2;}

/*投资者关系*/
.tzz-js{display: flex;justify-content: space-between;align-items: center;margin: 80px auto;}
.tzz-js figure{width: 50%;border-radius: 15px;overflow: hidden;}
.tzz-js figure img{width: 100%;}
.tzz-js figure:hover img{transform: scale(1.05);}
.tzz-js .tzz-js-text{width: 47%;}
.tzz-js .tzz-js-text .ny-title{text-align: left;padding: 0 0 40px;}
.tzz-js .tzz-js-text .ny-title h3{font-size: 36px;}
.tzz-js .tzz-js-text .ny-title span{margin: 0;}
.tzz-js .tzz-js-text .text{text-align: justify;}
.tzz-js .tzz-js-text .text p{margin: 0;font-size: 16px;line-height: 30px;color: #666;}

.ny-title p{font-size: 16px;color: #333;}
.jlhd-lxfs{text-align: center;margin-top: 30px;}
.jlhd-lxfs a{font-weight: bold;color: #16509a;font-size: 18px;display: inline-block;margin: 0 30px;}
.jlhd-form{width: 100%;margin: 50px auto 100px;}
.jlhd-form form{display: flex;justify-content: space-between;flex-wrap: wrap;}
.jlhd-form form .form-field{display: flex;justify-content: space-between;width: 30%;margin-bottom: 15px;}
.jlhd-form form .form-textarea{width: 100%;display: flex;justify-content: space-between;font-size: 18px;line-height: 55px;}
.jlhd-form form label{width: 90px;font-size: 18px;line-height: 55px;font-weight: 400;}
.jlhd-form form .form-field input{width: calc(100% - 90px);height: 55px;line-height: 55px;padding: 0 15px;background: #f3f4f6;border-radius: 15px;border: none;font-size: 18px;}
.jlhd-form form .form-textarea textarea{width: calc(100% - 90px);height: 105px;line-height: 55px;padding: 0 15px;background: #f3f4f6;border-radius: 15px;border: none;font-size: 18px;}
.jlhd-form form button{display: block;margin: 50px auto 0;width: 170px;height: 50px;text-align: center;color: #fff;border-radius: 30px;background: #16509a;text-align: center;font-size: 16px;border: 1px solid #16509a;transition: all 0.5s;}
.jlhd-form form button:hover{background: #fff;color: #16509a;}

/*新闻列表*/
.newslist{margin: 80px 0;display: grid;grid-template-columns: repeat(3,1fr);grid-gap: 30px;}
.newslist li a{display: block;background: #fbfbfb;border-radius: 15px;overflow: hidden;padding-bottom: 30px;}
.newslist li figure{width: 100%;height: 280px;overflow: hidden;}
.newslist li figure img{width: 100%;height: 100%;object-fit: cover;}
.newslist li a:hover figure img{transform: scale(1.05);}
.newslist li .newslist-text{width: 100%;padding: 0 30px;}
.newslist li .newslist-text h3{font-size: 24px;font-weight: bold;margin:30px 0px 20px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;line-height: 30px;}
.newslist li .text-p p{font-size:16px;color: #666;margin:0 0 40px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 1;-webkit-box-orient: vertical;line-height: 25px;}
.newslist li .text-btn{display: flex;justify-content: space-between;align-items: center;}
.newslist li .text-btn time{font-size: 14px;color: #999;}
.newslist li .text-btn span{font-size: 16px;color: #16509a;}

/*新闻详情*/
.news-title{width:1250px;max-width: 100%;}
.news-title h3{font-size: 36px;font-weight: bold;line-height: 55px;margin-top:110px;}
.news-share{display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid #f0f0f0;padding-bottom:20px;}
.news-share time{font-size: 16px;color: #16509a;}
.news-share .share{width: 125px;display: flex;justify-content: right;align-items: center;font-size: 16px;}
.news-share .share .social-share .icon-wechat{background: #3fd700;width: 40px;height: 40px;border-radius:15px;line-height: 40px;}
.news-share .share .social-share .icon-weibo{}
.news-share .share .social-share .icon-wechat:before{color: #fff;font-size: 25px;}
.news-share .share .social-share .icon-wechat:hover:before{color: #3fd700;}
.news-share .share .social-share .icon-wechat:hover{background: #fff;border: 1px solid #3fd700;}
.news-intr{width: 100%;background: #fafafa;border-radius: 10px;margin: 40px 0;}
.news-intr p{font-size: 16px;text-align: justify;color: #666;line-height: 30px;padding:40px;}
.news-box{border-bottom: 1px solid #f0f0f0;padding-bottom: 40px;margin-bottom: 40px;padding-top: 30px;}
.news-box p{font-size: 16px;text-align: justify;color: #666;line-height: 30px;}
.news-box img{max-width: 100%;border-radius: 10px;}
.news-pagin{width: 100%;border-top: 1px solid #f0f0f0;margin-top: 50px;padding-top:30px;display: flex;justify-content: space-between;align-items: center;font-size: 16px;color: #666;}
.news-pagin a{color: #666;}
.news-pagin div{width: 45%;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-pagin div span{}
.news-pagin .news-pagin-next{text-align: right;}
.news-pagin a:hover{color: #541b86;}
.news-btn a{display: block;width: 135px;height: 50px;border-radius: 30px;background: #541b86;border: 1px solid #541b86;text-align: center;color: #fff;font-size: 16px;line-height: 50px;margin: 50px auto 80px;}
.news-btn a:hover{background: #fff;color: #541b86;}
.news-cont{margin-bottom: 80px;}

/*分页*/
.last-page{margin: 50px auto 80px;text-align: center;}
.last-page span.page-pre a,.last-page span.page-next a{width: 95px;}
.last-page span a{margin: 0 2px;display: inline-block;color: #999;font-size: 16px;height: 32px;line-height: 30px;border: 1px solid #999;width: 32px;border-radius: 5px;}
.last-page span a:hover,.last-page span a.page-num-current{background: #16509a;color: #fff;border: 1px solid #16509a;}

/*联系我们*/
.ny-lxwm{width: 100%;background: url(../images/index_20.jpg) no-repeat right;background-size: cover;padding-bottom: 50px;background-attachment: fixed;}
.ny-lxwm-l{width: 50%;padding-top: 50px;}
.ny-lxwm-l .ny-title{text-align: left;}
.ny-lxwm-l ul li{display: flex;justify-content: left;align-items: center;margin-bottom: 30px;}
.ny-lxwm-l ul li figure{width: 21px;margin-right: 15px;}
.ny-lxwm-l ul li figure img{width: 100%;display: block;}
.ny-lxwm-l ul li p{font-size: 16px;margin:0;color: #333;transition: all 0.5s;}
.ny-lxwm-l ul li p:hover{color: #0b4295;}
.ny-lxwm-ewm{width: 120px;text-align: center;}
.ny-lxwm-ewm figure{width: 120px;height: 120px;border-radius: 10px;overflow: hidden;background: #fff;}
.ny-lxwm-ewm figure img{width: 100%;}
.ny-lxwm-ewm p{font-size: 16px;margin: 10px 0;}

.ny-job{width:100%;background:#fff;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);padding: 50px 100px;margin-bottom: 80px;}
.ny-job .ny-title{}
.ny-job .ny-title h2{text-align: center;}
.ny-job .ny-title p{left: 50%;transform: translate(-50%, -50%);}
.ny-job .ny-title span{left: 50%;transform: translateX(-50%);}
.job-list {width: 100%;background: #fff;}
.job-list-bt{width:100%;background:#fff;}
.job-list-box:nth-child(even) {background-color: #fbfbfb;}
.job-list-box:nth-child(odd) {background-color: #fff;}
.job-list-div {
    display: flex;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s;
    font-size: 17px;
    height: 90px;
    line-height: 90px;
    padding-left: 30px;
    color: #666;
    
}
.job-list-box .job-list-div:hover {background-color: #f3f3f3;}
.job-list-div span {flex: 1;}
.job-list-div span:last-child {flex: 0.3;text-align: center;font-size: 30px;font-weight: 300;color: #000;transition: transform 0.3s;}
.job-list-box:last-child {border-bottom: none;}
.job-list-nr {
    display: none;
    padding: 0 20px;
    overflow: hidden;
    background-color: #fff;
    transition: max-height 0.4s ease-out, padding 0.3s;
    padding: 50px 30px;
}
.job-list-nr p{font-size:16px;color:#666;line-height:30px;}
.job-list-yx{margin-top:30px;}
.job-list-yx a{font-size:24px;color:#16509a;}

.khly{
    position: relative;background: #fff;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.khly>div{
    padding:30px;
}
.khly>div>ul{

}
.khly>div>ul>li{
    margin-bottom:20px;
    width: 48%;
}
.khly>div>ul>li:last-child{
    margin-bottom: .6rem;
}
.khly>div>ul>li>p{
    font-size:18px;
    margin-bottom:10px;
    position: relative;
}
.khly>div>ul>li>p::before{
    position: relative;
    font-size: 16px;
    content: '*';
    color: red;
}
.khly>div>ul>li>input,
.khly>div>ul>li>textarea{
    border: 1px solid #eee;
    display: block;
    width: 100%;
    height: 45px;
    font-size:16px;
    outline: none;
    font-family: auto;
}
.khly>div>ul>li>textarea{
    height: 100px;
}
.khly>div>span{
    display: flex;
    justify-content: center;
}
.khly>div>span>button{
    font-size:16px;
    width:150px;
    height:45px;
    text-align: center;
    transition: .5s;
    background: #E1E1E1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    cursor: pointer;
    border: none;
}
.khly>div>span>button:first-child{background:#16509a;margin-right:15px;color:#fff;}
.khly>div.on{
    position: relative;
    z-index: 1;
    opacity: 1;
}
.khly>div>span>button:hover,.khly>div>span>button:first-child:hover{
    color: #fff;
    background: linear-gradient(90deg, #5ea044, #8ebd7b);
}

/*服务*/
#fags.section-fwgs{width: 100%;background: #f5f5f5;margin-top: 0;padding:1px 0 50px;}
.section-fanr .fanr-box,.section-fwtd .fanr-box{border:none;}
.section-fwtd{background: #f5f5f5;padding:50px 0;margin-bottom:50px;}
.section-fwxc{}
.section-fwxc .cpxq-cont .mySwiper .case-img:hover img{transform:scale(1.05);}
.fw-fwgs p{font-size:16px;color:#333;line-height:30px;font-family: "微软雅黑" !important;}
.fw-fwgs span{font-family: "微软雅黑" !important;}

.shdh{display:flex;justify-content:left;align-items:center;font-size: 35px;margin-top:50px;}
.shdh figure{width:40px;margin-right:10px;}
.shdh figure img{display:block;width:100%;}
.shdh span{color:#16509a;}
.cpzx2_cptd.sfjc_fwtd>li {
    background-color: #fff;
}
.cpzx2_cptd {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 50px;
}

.cpzx2_cptd>li {
    width: 32%;
    position: relative;
    padding:40px 20px;
    box-shadow: 0px 12px 19px 2px rgba(117, 140, 169, 0.15);
    border: 1px solid transparent;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}

.cpzx2_cptd>li:after {
    bottom: 0;
    left: 0;
    width: 0%;
    height: 8px;
    background: linear-gradient(90deg, #5ea044, #8ebd7b);
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    content: "";
    position: absolute;
}

.cpzx2_cptd>li>span {
    margin: 0 auto;
    display: table;
    width: auto;
}

.cpzx2_cptd>li>p {
    margin-top: 20px;
    font-size: 18px;
    text-align: center;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    padding: 0 5%;
    line-height: 1.5;
}

.cpzx2_cptd>li:hover {
    border: 1px solid #5ea044;
}

.cpzx2_cptd>li:hover::after {
    width: 100%;
}

.cpzx2_cptd>li:hover>p {
    color: #5ea044;
}

.fle {display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.ywwd{
    
}
.ywwd>div{
    width: 55%;
}
.ywwd>div img{width:100%;}
.ph_dis{display:none;}
.ywwd>ul{
    width: 30%;
}
.ywwd>ul>li{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 20px;
}
.ywwd>ul>li:last-child{
    margin-bottom: 0;
}
.ywwd>ul>li>span{
    position: relative;
    width: 132px;
}
.ywwd>ul>li>span>img{
    animation-duration: 36s;
    animation-name: zhuan;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    -webkit-animation-name: zhuan;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
}
.ywwd>ul>li>span>p{
    font-size:22px;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
}
.ywwd>ul>li>p{
    font-size: 21px;
    margin-left: 15px;
    margin-bottom: 0;
}
@keyframes zhuan {
    0%{
        transform: rotate(0deg);
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
    }
    100%{
        transform: rotate(360deg);
        -webkit-transform: rotate(360deg);
        -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
        -o-transform: rotate(360deg);
}
}

.sfjc_jcxm{
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.sfjc_jcxm>li{
    width: 31%;
    position: relative;
    margin-right: 2%;
    margin-bottom: 2%;
    border: 2px solid transparent;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.sfjc_jcxm>li::after{
    top: -.1rem;
    width: 100%;
    height: .1rem;
    background-color: #5ea044;
    left: 0;
    opacity: 0;
    transition: .5s;
    -webkit-transition:;
    -moz-transition:;
    -ms-transition:;
    -o-transition:;
}
.sfjc_jcxm>li:hover{
    border: 2px solid #5ea044;
box-shadow: 0px 3px 12px 0px rgba(19, 143, 153, 0.13);
}
.sfjc_jcxm>li:hover::after{
    opacity: 1;
}
.sfjc_jcxm>li>span{
    position: relative;
    display: block;
    background:#000;
}
.sfjc_jcxm>li>span>img{
    width: 100%;opacity: 0.4;
}
.sfjc_jcxm>li>span>p{
    font-size: 24px;
    color: #fff;
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    left: 0;
    top: 0;
    z-index: 1;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.sfjc_jcxm>li>div{
    padding:30px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    opacity: 0;
    transition: .5s;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
}
.sfjc_jcxm>li:hover>div{
    opacity: 1;
    z-index: 10;
}
.sfjc_jcxm>li>div>b{
    font-size: 22px;
    margin-bottom:30px;
    display: block;
}
.sfjc_jcxm>li .text p{
    font-size:16px;
    line-height:30px;
}
.sfjc_jcxm>li .text{
    padding-right: 20px;
    height: 70%;
    overflow: auto;
    scrollbar-width: thin;  /* auto / thin / none */
    scrollbar-color: #5ea044 #fff; /* 滑块颜色 轨道颜色 */
}
.sfjc_jcxm > li .text::-webkit-scrollbar {
    width: 6px;  /* 滚动条宽度 */
    height: 6px; /* 横向滚动条高度 */
}

.sfjc_jcxm > li .text::-webkit-scrollbar-track {
    background: #fff; /* 轨道背景色 */
    border-radius: 30px;
}

.sfjc_jcxm > li .text::-webkit-scrollbar-thumb {
    background: #5ea044; /* 滑块颜色 */
    border-radius: 30px;
}

.sfjc_jcxm > li .text::-webkit-scrollbar-thumb:hover {
    background: #5ea044; /* 鼠标悬停时滑块颜色 */
}
#fags.section-shdh{margin-top:80px;}


.culture-wall-wap{display: none;}

@media (min-width: 1500px){

}

@media (min-width: 1950px){
    
}

@media screen and (max-width:1920px){
	
}

@media screen and (max-width:1800px){
    .cont {width: 82%;}
}

@media screen and (max-width:1650px){
    
    
   .mySwiper-ry{width: 95%;}
   .mySwiper-ry .mySwiper2 {width: 95%;}
   .mySwiper-ry .mySwiper2 .swiper-slide figure{height: 20vw;}
   .mySwiper-fm .mySwiper {padding-left: 6vw;}
   .mySwiper-fm .swiper-button-next {right: 6vw;}
   .mySwiper-fm .swiper-button-prev{left: 6vw;}

   .cpxq-topR .img ul{grid-gap: 40px;}
}

@media screen and (max-width:1550px){
  .in-banner .mySwiper3 .text h3,
  .in-banner .mySwiper3 .text p {font-size: 60px;}
  .in-title h2 {font-size: 40px;}
  .in-title {padding: 70px 0 40px;}
  .culture-wall ul li .text h3,.culture-text .text h3 {font-size: 22px;}
  .culture-wall{height: 640px;}
  .culture-wall{margin-bottom: 80px;}
  .foot-bq a,.foot-bq p{font-size: 14px;}
  .foot-form h3 {font-size: 24px;}

  .channel-banner{height: 550px;}
  .about-nub ul li i{font-size: 50px;}
  .lc-text h3 {font-size: 20px;}
  .lc-text .text {margin-top: 15px;line-height: 26px;}
  .yfzx-box .yfzx-l{width: 50%;}
  .yfzx-box .yfzx-r{width: 45%;}
  .ny-aboutC{margin-top: 80px;}

  .cplist-r h2 {font-size: 24px;margin: 0 0 30px;}
  .cplist-r p {font-size: 14px;line-height: 22px;}
  .cpxq-td-h3 h3{margin: 0;}
  .news-list li .text h3 {font-size: 20px;}
  .news-list li .text {padding: 0 20px;}
  .news-title h3 {font-size: 30px;line-height: 50px;}
  .cplist-text h3 {font-size: 18px;}
  .cplist-l {width: 300px;}
  .cplist-r {width: calc(100% - 330px);}
  .cpxq-cont .mySwiper .swiper-button-next {right: 45%;}
  .cpxq-cont .mySwiper .swiper-button-prev {left: 45%;}

}



@media screen and (max-width:1500px){  
  .ny-fa li .text h3 {font-size: 24px;margin: 0 0 20px;}
  .ny-fa li .text {width: 49%;padding-right: 30px;}
  .ny-fa li figure{height: 350px;}
 
 
}

@media screen and (max-width:1450px){
  .in-banner .mySwiper3 .text h3{font-size: 30px;}
  .in-banner .mySwiper3 .text p{font-size: 30px;line-height: 60px;}
  .in-title {padding: 50px 0;}
  .culture-wall {height: 600px;}

  .channel-banner {height: 450px;}
  .cplist-r h2 {font-size: 26px;margin: 0 0 30px;}
  .cplist-r a{width: 160px;height: 45px;line-height: 44px;}
  .cplist-bj ul li{padding-bottom: 40px;}
  .cplist-bj ul li .ms p{font-size: 14px;line-height: 20px;}
  .cplist-bj ul li .cplist-btn .xh p {font-size: 18px;}
  .cpxq-td-h3 {padding: 50px 0;}
  .banner-info .time {margin-top: 0px;}
  .faxq-r h2 {font-size: 24px;}
  .faxq-l{padding: 35px;}
  .faxq-r ul li .text h3 {font-size: 18px;}
  .news-list li .text h3{font-size: 18px;}
  .news-list li figure{height: 240px;}
  .news-title h3 {font-size: 24px;line-height: 40px;margin-top: 60px;}
  .news-intr p{padding: 20px;}
  .ny-about-box .ny-about-r {width: 48%;}
  .about-nub ul{padding: 0 70px;}
  .about-nub ul li i {font-size: 40px;}
  .about-nub ul li {padding: 40px 0;}
  .about-nub ul li sub {font-size: 16px;}
  .about-r{height: 790px;}
  .about-nub{bottom: 40px;}
  .about-l .text p{line-height: 30px;}
  .mySwiper-fm .swiper-slide:hover h4 {font-size: 40px;}
  .falist li .falist-text h3 {font-size: 20px;margin: 20px 0;}
  .falist li .falist-text {padding: 0 15px 25px;}
  .falist li .text-btn{margin-top: 20px;}
  .falist li .text-p p {font-size: 14px;}
  .tzz-js .tzz-js-text .ny-title h3 {font-size: 30px;}
  .newslist li .newslist-text h3 {font-size: 20px;}
  .cplist-text .text-p p {font-size: 14px;}
  .cpxq-cont .mySwiper .case-img figure{height:300px;}
  .cpxq-cont .mySwiper .case-img h4{font-size: 16px;}

  
}

@media screen and (max-width:1400px){
  .foot-nav {width: 150px;}
  .foot-form {width: calc(100% - 650px);} 
  .foot-nav ul li a {font-size: 16px;}
  .foot-form h3{margin: 0px 0 35px;}
  .foot-form form .form-group input {height: 50px;line-height: 50px;}
  .foot-form form button {height: 50px;}
  .foot-box .foot-lx h3 {font-size: 20px;margin: 0 0 15px;}
  .foot-bq{margin-top: 100px;}

  .yfzx-box .yfzx-text {width: 95%;}
  .cpxq-topR .img ul li p {font-size: 16px;}
  .cpxq-topR .img ul{grid-gap: 20px;}
  .cpxq-topR .text p {font-size: 14px;line-height: 25px;}
  .cpxq-js {padding: 30px 20px;font-size: 14px;}
  .cpxq-text{font-size: 14px;}
  .tzz-js .tzz-js-text .text p {font-size: 14px;line-height: 25px;}
  .newslist li .newslist-text h3 {font-size: 18px;margin: 20px 0;}
  .newslist li .newslist-text{padding: 0 20px;}
  .ny-job{padding: 25px 30px;}
  .job-list-div{font-size: 16px;}
  .cplist-l ul li{font-size:14px;}
  .cplist-l {width: 260px;}
  .cplist-r {width: calc(100% - 285px);}
  .cplist-text h3 {font-size: 16px;}
 
}

@media screen and (max-width:1300px){ 
  .about-nub {width: 1020px;}
  .about-nub ul li i {font-size: 35px;}
  .lc-text .text{font-size: 14px;line-height: 20px;}
  .lc-text h3 {font-size: 18px;}
  .mySwiper-fm .swiper-slide:hover h4 {font-size: 35px;}
  
  .sidebar-nav{display:none;}
  .cont {width: 90%;}
  
	
}

@media screen and (max-width:1200px){
  .culture-wall {height: 500px;}
  .culture-wall ul li,.culture-text{padding: 0 20px;}
  .culture-wall ul li .text{bottom: -70%;}
  .culture-text .text{bottom: -84%;}
  .culture-text .item-content{margin-top: 20px;}
  .culture-wall ul li:hover .text {bottom: -40%;}
  .culture-wall ul li .text h3, .culture-text .text h3 {font-size: 20px;}
  .culture-text .item-content p {font-size: 14px;}
  .culture-wall ul li .item-content p {font-size: 14px;}
  .foot-nav{display: none;}
  .foot-form {width: calc(100% - 560px);}
  .in-title h2 {font-size: 30px;}
  .in-title p {font-size: 14px;}
 
 

  .channel-banner {height: 400px;margin-top: 60px;}
  .ny-top{height: 60px;}
  .channel-banner .banner-info h2 {font-size: 26px;margin: 0 0 20px;}
  .banner-text p {font-size: 16px;line-height: 30px;}
  .ny-nav-box .ny-nav-l{display: none;}
  .ny-nav-box .ny-nav-r{width: 100%;justify-content: left;padding: 20px 0;}
  .ny-nav-box .ny-nav-r p {font-size: 14px;}
  .ny-nav-box .ny-nav-r figure {margin-right: 5px;}
  .ny-cplist{margin: 40px 0;}
  .cplist-r h2 {font-size: 20px;margin: 0 0 25px;}
  .cplist-r p {font-size: 14px;line-height: 25px;}
  .cplist-r a{width: 140px;font-size: 14px;margin-top:30px;}
  .cplist-bj ul li h3{margin: 20px 15px;}
  .cplist-bj ul li .cplist-btn,.cplist-bj ul li .ms{padding: 0 15px;}
  .cplist-bj ul li {padding-bottom: 20px;}
  .cpxq-td-r .text{width: 100%;}
  .faxq-cont{flex-wrap: wrap;margin: 40px 0;}
  .faxq-l,.faxq-r{width: 100%;}
  .faxq-r{margin-top: 30px;}
  .faxq-nr p{font-size: 14px;line-height: 25px;margin: 0;}
  .faxq-btn a{font-size: 14px;}
  .faxq-l-type a{width: 130px;height: 45px;line-height: 45px;}
  .faxq-r h2 {font-size: 20px;}
  .faxq-r ul li .text h3 {font-size: 16px;}
  .news-list {grid-template-columns: repeat(2, 1fr);grid-gap: 15px;}
  .news-list li .text h3 {font-size: 16px;margin: 15px 0px;}
  .news-list li .text p{margin-bottom: 30px;}
  .news-list li .text-btn span {font-size: 14px;}
  .news-title h3 {font-size: 18px;line-height: 30px;}
  .news-box p {font-size: 14px;line-height: 25px;}
  .xz-top-l .btn,.xz-top-r form input{font-size: 16px;}
  .xz-top-r form input,.xz-top-r form,.xz-top-l .btn{height: 60px;line-height: 60px;}
  .xz-top-r form input[type="submit"]{height: 60px;}
  .xz-top-r form input{padding-left: 20px;}
  .xz-top-r form,.xz-top-l .btn{border-radius: 10px;}
  .xz-top-l .btn{padding: 0 20px;}
  .xz-top-r form input::placeholder{font-size: 16px;color: #999;}
  .xz-list li .right {width: 40%;}
  .xz-list li .left{width: 60%;}
  .xz-list li .left figure{margin-right: 15px;}
  .xz-list li .left .text h3 {font-size: 18px;}
  .xz-list li .right span{font-size: 14px;}
  .xz-list li .right p{font-size: 14px;margin-right: 10px;}
  .ny-about-box{padding: 50px 0;flex-wrap: wrap;}
  .ny-about-box .ny-about-l,.ny-about-box .ny-about-r{width: 100%;}
  .in-about-text p{font-size: 14px;}
  .job-list-div {font-size: 16px;height: 70px; line-height: 70px; padding-left: 2vw;}
  .job-list-div span:last-child{font-size: 25px;}
  .job-list-yx a {font-size: 20px;}
  .job-list-nr{padding: 50px 2vw;}
  .job-list{padding: 25px 2vw;}
  .lxwm-ly .form-group label{font-size: 16px;}
  .lxwm-ly .form-group input {border-radius: 10px;font-size: 16px;}
  .lxwm-ly .tijioa {width: 140px;height: 45px;}
  .ny-lxwm-l{width: 100%;}
  .lxwm-ly .form-group-ly textarea{font-size: 16px;}
  .ny-title h3 {font-size: 20px;margin: 0px;}
  .ny-title span {width: 30px;height: 3px;}
  .yfzx-box .yfzx-l {padding-left: 3vw;}
  .yfzx-box .yfzx-text {width: 100%;}
  .yfzx-box .yfzx-text .text p {font-size: 14px;line-height: 25px;background: url(../images/index_07.png) no-repeat left 7px;padding-left: 26px;background-size: 15px auto;}
  .mySwiper-ry .mySwiper2 .swiper-slide figure {height: 28vw;}
  .mySwiper-ry .mySwiper2 {width: 90%;}
  .about-l .text p {font-size: 14px;line-height: 27px;}
  .about-nub {width: 85%;}
  .about-nub ul {padding: 0 40px;}
  .about-nub ul li i {font-size: 30px;}
  .about-nub ul li sub {font-size: 14px;}
  .about-nub ul li p {font-size: 14px;}
  .about-r {height: 700px;}
  .mySwiper-fm .swiper-button-next {right: 2vw;}
  .mySwiper-fm .swiper-button-prev {left: 2vw;}
  .mySwiper-fm .mySwiper {padding-left: 0vw;}
  .yfzx-box .yfzx-l {width: 45%;}
  .yfzx-box .yfzx-r {width: 50%;}
  .cplist{grid-template-columns: repeat(2, 1fr);}
  .cplist li figure{height: 38vw;}
  .cpxq-topR .img ul li p {font-size: 14px;}
  .ny-about ul li .text .text-p {padding-right: 20px;height: 190px;}
  .ny-about ul li .text {padding-left: 30px;}
  .ny-about ul li .text .text-p p {font-size: 14px;line-height: 24px;}
  .tzz-js{flex-wrap: wrap;}
  .tzz-js figure{width: 100%;}
  .tzz-js .tzz-js-text{width: 100%;margin-top: 30px;}
  .tzz-js .tzz-js-text .ny-title h3{font-size: 24px;}
  .cplist-l{display:none;}
  
  .rt_dh>ul>li {width: 60px;height: 60px;}
  .rt_dh>ul>li>a>i img{width:15px;}
  .rt_dh>ul>li p {font-size: 12px;}
  .rt_dh>ul>li>a>i {margin-bottom: 3px;}
  .cpxq-text img{height:auto !important;}
  .cpxq-toptitle {font-size: 16px;width: 90px;height: 40px;line-height: 40px;}
  #fags {margin-top: 90px;}
  .ny-mbx a {font-size: 14px;}
  .ny-mbx a:last-child {font-size: 14px;}
  .cpxq-text{overflow-x: auto;}
  .cpxq-text table {width: 1000px;}
  
  .cp-list-bj{padding-top: 0px;}
  #intro{margin-top: 60px;}
  .cpxq-tedian {padding: 20px 0;}
  #feature {padding: 30px 0;}
  .cpxq-gycs{overflow-x: auto;}
  .cpxq-gycs table {width: 800px;}
  .cpxq-top{flex-wrap:wrap;}
  .cpxq-top figure{width:100%;margin-bottom:30px;}
  .cpxq-top .cpxq-topR{width:100%;}
  .cpxq-topR .text {font-size: 14px;line-height: 25px;}
  .jjfa_1>ul>li>span {width: 110px;margin-right: 20px;}
  .jjfa_1>ul>li>div>b {font-size: 18px;line-height: 25px;}
  .jjfa_1>ul>li>div>i {height: 3px;margin: 10px 0px;}
  .jjfa_1>ul>li>div>p {font-size: 14px;line-height: 28px;margin: 0;}
  .jjfa_1>ul>li>div::after {height: 2px;}
  .jjfa_1>ul>li>div{width:calc(100% - 130px);}
  .cpxq-cont .mySwiper .swiper-button-next {right: 43%;}
  .cpxq-cont .mySwiper .swiper-button-prev {left: 43%;}
  #fags.section-fwgs{margin-top: 30px;}
  .shdh{font-size: 24px;}
  .shdh figure {width: 28px;}
}

@media screen and (max-width:1024px){
  .ny-aboutC,.yfzx-box{flex-wrap: wrap;}
  .about-l{width: 100%;}
  .about-r{width: 100%;height: auto;border-radius: 15px;margin: 30px 0;}
  .about-nub{width: 100%;position: initial;}
  .ny-aboutC {margin-top: 0px;}
  .ny-title {padding: 50px 0;}
  .yfzx-box .yfzx-l{margin: 0 auto 30px;width: 90%;padding: 0;}
  .yfzx-box .yfzx-r{width: 100%;}

  .cpxq-top{flex-wrap: wrap;margin:30px auto;}
  .cpxq-top figure{width: 100%;border-radius: 10px;margin-bottom: 30px;}
  .cpxq-top .cpxq-topR{width: 100%;}
  .cpxq-topR .img ul{grid-template-columns: repeat(7, 1fr);}
  .cpxq-topR .img ul figure{margin-bottom: 0px;}
  .cpxq-a a{width: 180px;height: 60px;line-height: 60px;}
  .cpxq-a a span {margin-left: 17px;}
  .falist{grid-template-columns: repeat(2,1fr);}
  .falist li .falist-text h3 {font-size: 18px;}
  .newslist{grid-template-columns: repeat(2,1fr);}
  .ny-job{padding: 10px 0px;}
  .job-list {padding: 10px 2vw;}
  .job-list-div {font-size: 14px;height: 50px;line-height: 50px;}
  .cpxq-cont .mySwiper .case-img h4 {font-size: 14px;}
  
}

@media screen and (max-width:910px){
    .in-banner{height: 500px;}
    .banner-bottom{display: none;}
    .in-banner .mySwiper3 .text h3{font-size: 24px;}
    .in-banner .mySwiper3 .text p {font-size: 24px;line-height: 40px;}
    .culture-wall {height: 345px;}
    .culture-wall ul li .text h3, .culture-text .text h3 {font-size: 18px;}
    .culture-wall ul li, .culture-text {padding: 0 15px;}
    .culture-wall ul li .item-content{margin-top: 20px;}
    .culture-wall ul li .item-content p{margin-bottom: 0;}
    .culture-wall ul li:hover .text {bottom: -30%;}
    .culture-text:hover .text {bottom: -60%;}
    .culture-r,.culture-wall ul{border-radius: 15px;}
    .foot-box{flex-wrap: wrap;}
    .foot-box .foot-l,.foot-form{width: 100%;}
    .foot-form{margin-top: 30px;}
    .footer{padding-top: 50px;}
    .foot-box .foot-logo img {height: 35px;}
    .foot-box .foot-logo {margin-bottom: 40px;}
    .foot-box .foot-lx h3,.foot-form h3 {font-size: 18px;margin: 0px 0 25px;}
    .foot-box .foot-lx h3{margin: 0px 0 15px;}
    .foot-box .foot-lx a {font-size: 14px;}
    .foot-form form .form-group input {height: 45px;line-height: 43px;font-size: 14px;}
    .foot-form form button {height: 45px;width: 140px;font-size: 14px;}
    .foot-bq {margin-top: 60px;}
    .culture-wall-wap{display: block;}
    .culture-wall-pc{display: none;}
    .culture-wall ul{width: 100%;}
    .culture-wall {height: 450px;}
    .culture-wall ul li:last-child{border-right: none;}
    .culture-wall ul li .text {bottom: -62%;}
    .culture-wall ul{grid-template-columns: repeat(1, 1fr);}
    .culture-wall {height: auto;}
    .culture-wall ul li .text {position: initial;}
    .culture-wall ul li .item-content{opacity: 1;}
    .culture-wall ul li .item-content{height: auto;margin: 20px 0;}
    .culture-wall ul li{padding:30px 20px 20px;}
    .in-title {padding: 30px 0;}
    .foot-bq .foot-bql a {display: block;margin-top: 10px;margin-left: 0;margin-bottom: 10px;}
    .channel-banner {height: 300px;}
    .ny-about ul li{flex-wrap: wrap;}
    .ny-about ul li figure{width: 100%;}
    .ny-about ul li .text{width: 100%;padding:20px;}
    .ny-about ul li:nth-child(2n) figure {order: initial;}
    .cpxq-cont .mySwiper .swiper-button-next, .cpxq-cont .mySwiper .swiper-button-prev {width: 40px;height: 40px;}
    .cpxq-cont .mySwiper .swiper-button-next:after, .cpxq-cont .mySwiper .swiper-button-prev:after {font-size: 15px;}
}

@media screen and (max-width:780px){  
  .banner-btn img{height: 25px;}
  .in-banner{height: 500px;margin-top:60px;}
  .banner-bottom .text p,.banner-bottom span{display: none;}
  .in-banner .mySwiper3 .text {width: 100%;}
  .btn-a {width: 40px;height: 40px;}
  .btn-a img{width: 8px;}
  .in-cp .mySwiper2 .in-cp-cont{flex-wrap: wrap;}
  .in-cp .mySwiper2 .in-cp-cont figure{width: 100%;}
  .in-cp .mySwiper2 .in-cp-text{width: 100%;padding: 0;margin: 20px 0 0;}
  .in-about{height: 860px;}
  .in-about-l {width: 100%;}
  .in-about .cont {display: block;}
  .in-about .in-about-img,.in-news-box .in-news-l,.in-news-box .in-news-r{width: 100%;}
  .in-news-box{flex-wrap: wrap;}
  .in-news-box .in-news-r{margin-top: 30px;}
  .foot-bq{flex-wrap: wrap;padding: 20px 0;}
  .foot-bq-l,.foot-bq-r{width: 100%;text-align: center;}
  .foot-bq .foot-bq-l a{margin-right: 5px;margin-bottom: 10px;}

  .ny-cplist{flex-wrap: wrap;}
  .cplist-l,.cplist-r{width: 100%;}
  .cplist-r{margin-top: 30px;}
  .cplist-bj ul{grid-template-columns: repeat(2, 1fr);grid-gap: 15px;}
  .cplist-bj ul li .cplist-btn .xh p {font-size: 16px;}
  .cplist-bj ul li figure img{width: 80%;}
  .cpxq-td-h3 h3{font-size: 24px;}
  .cpxq-td-r .text p {font-size: 14px;line-height: 22px;}
  .cpxq-td {padding-bottom: 50px;margin-bottom: 40px;}
  .faxq-l {padding: 15px;}
  .faxq-btn{flex-wrap: wrap;}
  .faxq-btn div{width: 100%;font-size: 14px;}
  .faxq-btn-r {text-align: left;margin-top: 10px;}
  .faxq-l-type a{margin: 30px auto;font-size: 14px;}
  .faxq-r ul li figure {width: 100px;height: 90px;}
  .faxq-r ul li .text {width: calc(100% - 110px);}
  .faxq-r ul li .text span {font-size: 14px;}
  .channel-banner {height: 250px;}
  .channel-banner .banner-info span {width: 30px;height: 3px;}
  .channel-banner .banner-info h2 {font-size: 22px;margin: 0px 0 10px;}
  .news-list li figure {height: 190px;}
  .news-list li .text p {margin-bottom: 20px;font-size: 14px;}
  .news-title h3 {font-size:16px;line-height: 25px;}
  .news-share .share .social-share .icon-wechat {width: 30px;height: 30px;border-radius: 7px;line-height: 30px;}
  .news-share .share .social-share .icon-wechat:before {font-size: 20px;}
  .news-intr p {padding: 15px;font-size: 14px;line-height: 20px;}
  .news-share .share{font-size: 14px;}
  .news-share ol{margin-bottom: 0;}
  .news-share time {font-size: 14px;}
  .xz-list li a{flex-wrap: wrap;}
  .xz-list li .left,.xz-list li .right{width: 100%;}
  .xz-list li .right{justify-content: left;margin-top: 15px;}
  .xz-list li a {border-radius: 10px;padding: 20px 15px;margin-bottom: 20px;}
  .job-list-div span:nth-child(2),.job-list-div span:nth-child(3),.job-list-div span:nth-child(5){display: none;}
  .job-list-nr p {font-size: 14px;line-height: 22px;}
  .job-list-yx a {font-size: 18px;}
  .lxwm-ly .form-group{width: 100%;line-height: 50px;}
  .lxwm-ly .form-group-ly textarea {font-size: 14px;}
  .lxwm-ly .form-group label {font-size: 14px;width: 75px;}
  .lxwm-ly .form-group input,.lxwm-ly .form-group-ly textarea {width: calc(100% - 75px);font-size: 14px;padding: 0 10px;}
  .lxwm-ly .tijioa{font-size: 14px;width: 130px;}
  .mySwiper-ry .mySwiper2 .swiper-slide figure {height: 39vw;}
  .mySwiper-fm .swiper-slide h4 {font-size: 20px;}
  .mySwiper-fm .swiper-slide:hover h4 {font-size: 25px;}
  .lc-btn::after,.lc-text h3::after{width: 10px;height: 10px;}
  .lc-btn::before {width: 10px;height: 10px;top: 43%;left: 45%;}
  @keyframes outerBreathe {
    0%, 100% {
        background: rgba(22, 80, 154, 0.8);
        width: 10px;
        height: 10px;
        opacity: 1;
    }
    50% {
        background: rgba(22, 80, 154, 0.3);
        width: 20px;
        height: 20px;
        opacity: 1;
    }
  }
  .mySwiper-fm .swiper-slide::after{height: 99px;left: 24px;}
  .cpxq-topR .img ul {grid-template-columns: repeat(5, 1fr);}
  .cpxq-text table tr td {padding: 15px 10px;}
  .cpxq-a a {width: 150px;height: 45px;line-height: 45px;font-size: 14px;margin: 50px auto;}
  .cpxq-a a img{width: 6px;}
  .cpxq-a a span {margin-left: 10px;}
  .ny-lxwm-l ul li p {font-size: 14px;}
  .cpxq-cont .mySwiper .case-img figure {height: auto;}
  .cpxq-cont .mySwiper .swiper-button-prev {left: 30%;}
  .cpxq-cont .mySwiper .swiper-button-next {right: 30%;}
  .sfjc_jcxm>li {width: 48%;}
  .sfjc_jcxm>li>div {padding: 20px;}
  .sfjc_jcxm>li>div>b {font-size: 18px;margin-bottom: 10px;}
  .sfjc_jcxm>li .text p {font-size: 14px;line-height: 25px;}
  .sfjc_jcxm>li>span>p {font-size: 20px;}
  .cpzx2_cptd>li {width: 100%;margin-bottom: 20px;padding: 20px;}
  .cpzx2_cptd>li>p {font-size: 14px;}
  .cpzx2_cptd>li>span img{width:50px;}
  .ywwd>div,.ywwd>ul{width:100%;margin-bottom:50px;}
  .ywwd>ul>li>p {font-size: 16px;margin-left: 10px;}
  .ywwd>ul>li>span>img{width:100%;}
  .ywwd>ul>li>span {width: 90px;}
  .ywwd>ul>li>span>p {font-size: 16px;}
  .jlhd-form form .form-field{width:100%;}
  .jlhd-form form label {font-size: 16px;}
  .jlhd-form form .form-field input,.jlhd-form form .form-textarea textarea{font-size: 16px;}
  .khly>div>ul>li{width:100%;}
  .khly>div>ul>li>p {font-size: 16px;}

}

@media screen and (max-width:640px){
  .in-about-text p{font-size: 14px;margin-bottom: 10px;}
  .in-banner {height: 400px;}
  .in-banner .mySwiper3 .text h3 {font-size: 24px;margin: 0;}
  .in-title h2 {font-size: 24px;}
  .in-title span img{height: 25px;}
  .in-cp .mySwiper2 .in-cp-text a {margin-right: 10px;width: 125px;}
  .in-cp .mySwiper2 .in-cp-text p {margin: 20px 0 30px;}
  .in-cp .mySwiper2{padding-bottom: 20px;}
  .in-about {height: 720px;}
  .in-news-list figure {height: 180px;}
  .in-news-list .text {padding: 0 15px 20px;}
  .in-news-list .text h3 {margin: 5px 0 20px;line-height: 25px;}
  .in-news-list .text time {margin-top: 15px;}
  .in-news-r ul li a figure {width: 135px;height: 110px;}
  .in-news-r ul li a .text{width: calc(100% - 135px);padding-left: 15px;}
  .in-news-r ul li a .text h3{line-height: 25px;margin: 10px 0 15px;}
  .in-news-list .text .btn .btn-a,.in-news-r ul li a .text .btn .btn-a {width: 20px;height: 20px;}
  .in-news-box .in-news-l{grid-template-columns: repeat(1, 1fr);}
  .in-news-list figure {height: 200px;}

  .cplist-bj ul {grid-template-columns: repeat(1, 1fr);}
  .ny-fa li a{flex-wrap: wrap;}
  .ny-fa li figure{width: 100%;height: auto;}
  .ny-fa li .text{width: 100%;padding:30px 15px;}
  .ny-fa li .text span{margin-top: 20px;}
  .ny-fa li .text h3 {font-size: 18px;}
  .ny-fa{margin: 40px 0;}
  .news-list {grid-template-columns: repeat(1, 1fr);}
  .news-list li figure{height:auto;}
  .xz-top{flex-wrap: wrap;}
  .xz-top-l,.xz-top-r{width: 100%;}
  .xz-top-r{margin-top: 20px;}
  .about-nub ul{display: grid;grid-template-columns: repeat(2, 1fr);grid-gap: 20px;padding:20px;}
  .about-nub ul li{padding: 20px 0;}
  .mySwiper-ry .mySwiper2 .swiper-slide figure {height: 58vw;}
  .cplist {grid-template-columns: repeat(1, 1fr);}
  .cplist li figure{height: auto;border-radius: 10px;}
  .ny-title h3 {font-size: 20px;}
  .falist {grid-template-columns: repeat(1, 1fr);}
  .falist li figure{height: auto;}
  .newslist{grid-template-columns: repeat(1,1fr);}
  .newslist li figure{height: auto;}
  .newslist li .text-p p {font-size: 14px;margin: 0 0 30px;}
  .last-page span.page-pre a, .last-page span.page-next a {width: 65px;}
  .last-page span a{font-size: 14px;}

}

@media screen and (max-width:510px){
  .cpxq-topR .img ul {grid-template-columns: repeat(4, 1fr);}
  .foot-lx-div .ewm{order: 2;margin-top:20px;}
  .foot-lx-div{flex-wrap: wrap;}

}

@media screen and (max-width:480px){
 
   
}

@media screen and (max-width:380px){
  .cpxq-topR .img ul {grid-template-columns: repeat(3, 1fr);}

    	
}