@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,
a:active,
a:visited {
  outline: none;
  /* 针对旧版 IE */
  hidefocus: true;
}
a {text-decoration: none; color:#000;transition: all 0.3s ease;}
a:hover {color: #0b4295;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;max-width: 90%;}

/*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-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: relative;
}
.in-banner .mySwiper3 .slide-text {
    position: relative;
    text-align: left;
    opacity: 0;
    transform: translateY(50%); 
    transition: all 1.2s ease-out;
}
.in-banner .mySwiper3 .swiper-slide-active .slide-text {
    opacity: 1;
    transform: translateY(0); /* 落到正常位置 */
}
.in-banner .mySwiper3 .slide-text h2 {font-size:48px;font-weight: bold;color: #fff;margin-bottom:40px;}
.in-banner .mySwiper3 .slide-text h2 a{color: #fff;}
.in-banner .mySwiper3 .slide-text p {font-size: 24px;color: #fff;line-height: 30px;}
.custom-pagination {
    position: absolute;
    bottom:5vw;
    left: 0;
    /*transform: translateX(-50%);*/
    z-index: 10;
    display: flex;
    align-items: center;
    gap: 35px;
}
.pagination-dot {
    width: 8px; 
    height: 8px;
    border-radius: 50%;
    background: #fff;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
/* 进度条容器 */
.progress-circle {
    position: absolute;
    width: 30px;
    height: 30px;
    display: none;
}
.progress-circle.active {display: block;}
.progress-circle svg {
    width: 100%;
    height: 100%;
    transform: rotate(-90deg);
}
.progress-circle .bg {
    fill: none;
    stroke: rgba(255, 255, 255, 0.1);
    stroke-width: 2;
}
.progress-circle .progress {
    fill: none;
    stroke: #ffffff;
    stroke-width: 1; 
    stroke-linecap: round; 
    stroke-dasharray: 56.55; 
    stroke-dashoffset: 56.55; 
}
/*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: #0b4295;}
.btn-a:hover img{filter: brightness(0) invert(1);}

/*index*/
.in-title{text-align: left;padding: 80px 0;}
.in-title h2{font-size: 35px;color: #000;margin:20px 0 0;font-weight: bold;}
.in-title span{display: block;}

.in-cp{width: 100%;background: #f7f7f7;padding-bottom:30px;height:calc(100vh - 100px);} 
.in-cp-box{display: flex;justify-content: space-between;align-items: center;position: relative;z-index: 2;}
.in-cp-box .mySwiper{width: 900px;margin: 0;z-index: 2;}
.in-cp-box .mySwiper .swiper-slide{cursor: pointer;}
.in-cp-box .mySwiper .swiper-slide figure{border-radius: 10px;background: #fff;height: 102px;display: flex;justify-content: center;align-items: center;transition: all 0.3s;}
.in-cp-box .mySwiper .swiper-slide figure img{width:92px;}
.in-cp-box .mySwiper .swiper-slide p{font-size: 18px;color: #000;margin: 10px 0 0;text-align: center;}
.in-cp-box .mySwiper .swiper-slide:hover figure{background: #0b4295;}
.in-cp-box .mySwiper .swiper-slide.swiper-slide-thumb-active figure{background: #0b4295;}
.in-cp-more a{color:#0b4295;font-size:18px;}
.in-cp-more a:hover{color:#000;}
.in-cp .mySwiper2{margin-top: -30px;z-index: 1;padding-bottom: 60px;}
.in-cp .mySwiper2 .in-cp-cont{display: flex;justify-content: space-between;align-items: center;}
.in-cp .mySwiper2 .in-cp-cont figure{width: 50%;}
.in-cp .mySwiper2 .in-cp-cont figure img{width: 100%;}
.in-cp .mySwiper2 .in-cp-text{width: 40%;padding-right: 3vw;}
.in-cp .mySwiper2 .in-cp-text h3{font-size: 30px;font-weight: bold;}
.in-cp .mySwiper2 .in-cp-text p{font-size: 16px;color: #333;margin: 50px 0;}
.in-cp .mySwiper2 .in-cp-text a{display: inline-block;width: 175px;height: 50px;border-radius: 30px;line-height: 50px;text-align: center;font-size: 16px;color: #333;cursor: pointer;margin-right: 30px;border: 1px solid #333;}
.in-cp .mySwiper2 .in-cp-text a:hover{background: #0b4295;color: #fff;}

.in-about{width: 100%;background: url(../images/index_06.jpg) no-repeat;background-size: cover;position: relative;height: 100vh;overflow: hidden;}
.in-about .in-about-img{width:65%;height: 100%;bottom: 0;right: 0;position: absolute;display: flex;justify-content: right;align-items: flex-end;}
.in-about .in-about-img img{width: 100%;}
.in-about .cont{display: flex;justify-content: left;align-items: center;height: 100%;}
.in-about-l{width: 40%;position: relative;z-index: 2;}
.in-about-l .btn-a {background: #0b4295;}
.in-about-l .btn-a img{filter: brightness(0) invert(1);}
.in-about-l .btn-a:hover{background: #fff;}
.in-about-l .btn-a:hover img{filter:none;}
.in-about .in-about-text p{margin-bottom: 30px;line-height:35px;}

.in-news .in-title h2{text-align: center;color: #000;}
.in-news .in-title span{margin: 0 auto;text-align: center;}
.in-news-box{display:flex;justify-content: space-between;align-items: flex-start;margin-bottom: 80px;}
.in-news-box .news-list{margin-top:0px;}
.in-news-box .in-news-l{width: 100%;display: grid;grid-template-columns: repeat(3, 1fr);gap:30px;display:none;}
.in-news-list{background: #f7f7f7;border-radius: 10px;overflow: hidden;}
.in-news-list figure{width: 100%;height:290px;overflow: hidden;}
.in-news-list figure img{width: 100%;height: 100%;object-fit: cover;}
.in-news-list:hover figure img{transform: scale(1.05);}
.in-news-list .text{padding: 0 30px 40px;}
.in-news-list .text time{font-size: 14px;color: #666;display: block;margin-top: 40px;}
.in-news-list .text h3{font-size: 24px;margin:30px 0 60px;line-height: 35px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.in-news-list .text .btn{display: flex;justify-content: left;align-items: center;padding: 0;}
.in-news-list .text .btn p{font-size: 14px;color: #666;margin-bottom: 0;margin-right: 15px;transition: all 0.5s;}
.in-news-list .text .btn .btn-a{width: 25px;height: 25px;margin: 0;background: #0b4295;border-radius: 5px;}
.in-news-list .text .btn .btn-a img{filter: brightness(0) invert(1);width: 6px;}
.in-news-list .text .btn:hover p{color: #0b4295;}
.in-news-list .text .btn:hover .btn-a{background: #fff;}
.in-news-list .text .btn:hover .btn-a img{filter: none;}
.in-news-box .in-news-r{width: 40%;padding-left: 15px;display:none;}
.in-news-box .in-news-r ul li{width: 100%;overflow: hidden;margin-bottom: 18px;}
.in-news-r ul li:last-child{margin-bottom: 0;}
.in-news-r ul li a{display: flex;justify-content: space-between;align-items: center;}
.in-news-r ul li a figure{width: 278px;height: 180px;border-radius: 10px;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.in-news-r ul li a figure img{width: 100%;height: 100%;object-fit: cover;}
.in-news-r ul li a:hover figure img{transform: scale(1.05);}
.in-news-r ul li a .text{width: calc(100% - 278px);padding-left: 20px;}
.in-news-r ul li a .text time{font-size: 14px;color: #666;display: block;}
.in-news-r ul li a .text h3{font-size: 24px;margin:20px 0 30px;line-height: 35px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.in-news-r ul li a .text .btn{display: flex;justify-content: left;align-items: center;padding: 0;} 
.in-news-r ul li a .text .btn p{font-size: 14px;color: #666;margin-bottom: 0;margin-right: 15px;transition: all 0.5s;}
.in-news-r ul li a .text .btn .btn-a{width: 25px;height: 25px;margin: 0;background: #0b4295;border-radius: 5px;}
.in-news-r ul li a .text .btn .btn-a img{filter: brightness(0) invert(1);width: 6px;}
.in-news-r ul li a .text .btn:hover p{color: #0b4295;}
.in-news-r ul li a .text .btn:hover .btn-a{background: #f7f7f7;}
.in-news-r ul li a .text .btn:hover .btn-a img{filter: none;}

.in-news a{display:flex;justify-content:space-between;align-items:center;width:100%;margin:80px 0;}
.in-news a .in-newstext{width:40%;}
.in-news a .in-newsimg{width:55%;overflow:hidden;}
.in-news a .in-newsimg img{width:100%;}
.in-news a .in-newsimg:hover img{transform: scale(1.05);}
.in-newstext .time{display:flex;justify-content:left;align-items:center;font-size:14px;color:#666;}
.in-newstext .time time{border-right:1px solid #999;padding-right:10px;margin-right:10px;line-height: 12px;}
.in-newstext h3{font-size:20px;line-height:30px;margin:25px 0;}
.in-newstext .hr{width:70px;height:1px;background:#0b4295;}
.in-newstext .text p{font-size:16px;color:#666;line-height:30px;margin:30px 0 0;}
.in-newstext .in-newsbtn{width:150px;height:50px;line-height:50px;background:#0b4295;text-align:center;font-size:16px;text-align:center;color:#fff;margin-top:50px;border:1px solid #0b4295;transition:all 0.5s;}
.in-newstext .in-newsbtn:hover{background:#fff;color:#0b4295;}

.mySwiper-box{width:100%;position:relative;}
.mySwiper-box .mySwiper2{width:100%;margin:0 auto;}
.mySwiper-box .mySwiper2 .swiper-slide{}
.mySwiper-box .mySwiper2 .swiper-slide a{background: #fff;overflow: hidden;padding-bottom: 70px;display:block;width:100%;}
.mySwiper-box .mySwiper2 .swiper-slide figure{width: 100%;height: 255px;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.mySwiper-box .mySwiper2 .swiper-slide figure img{max-width: 100%;}
.mySwiper-box .mySwiper2 .swiper-slide:hover figure img{transform: scale(1.05);}
.mySwiper-box .mySwiper2 .swiper-slide h3{font-size: 16px;margin:20px 30px;transition: all 0.3s ease;}
.mySwiper-box .mySwiper2 .swiper-slide .cplist-btn{display: flex;justify-content: space-between;align-items: center;padding: 0 30px;margin-bottom: 20px;}
.mySwiper-box .mySwiper2 .swiper-slide .cplist-btn .xh p{font-size: 20px;color: #0b4295;margin: 0;transition: all 0.3s ease;}
.mySwiper-box .mySwiper2 .swiper-slide .cplist-btn .gh{display: flex;justify-content: right;align-items: center;}
.mySwiper-box .mySwiper2 .swiper-slide .cplist-btn .gh span{display: inline-block;margin-right: 5px;}
.mySwiper-box .mySwiper2 .swiper-slide .cplist-btn .gh span img{display: block;}
.mySwiper-box .mySwiper2 .swiper-slide .cplist-btn .gh p{font-size: 14px;color: #000;margin: 0;transition: all 0.3s ease;}
.mySwiper-box .mySwiper2 .swiper-slide .ms{padding: 0 30px;}
.mySwiper-box .mySwiper2 .swiper-slide .ms p{font-size: 16px;color: #333;text-align: justify;line-height: 25px;transition: all 0.3s ease;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.mySwiper-box .mySwiper2 .swiper-slide a:hover{box-shadow:0 0 15px rgba(0,0,0,0.2);}



/*footer*/
.footer{width: 100%;background: url(../images/index_11.jpg) no-repeat;background-size: cover;padding-top: 70px;}
.foot-box{display: flex;justify-content: space-between;align-items: flex-start;}
.foot-box .foot-l{width: 540px;}
.foot-box .foot-logo{}
.foot-box .foot-logo img{height: 70px;filter: brightness(0) invert(1);}
.foot-box .foot-text{margin-top: 30px;}
.foot-box .foot-text p{font-size: 14px;color: #fff;line-height: 30px;opacity:0.8;}
.foot-box .foot-text p:hover{opacity:1;}
.foot-ewm ul{display: flex;justify-content: left;margin-top: 40px;}
.foot-ewm ul li{width: 82px;text-align: center;margin-right: 30px;}
.foot-ewm ul li figure{width: 82px;height: 82px;border-radius: 10px;overflow: hidden;}
.foot-ewm ul li figure img{width: 100%;}
.foot-ewm ul li p{font-size: 16px;color: #fff;margin: 10px 0;}

.foot-box .foot-r{width: calc(100% - 540px);}
.foot-box .foot-r ul{display: flex;justify-content: right;}
.foot-box .foot-r ul li{margin-left:4vw;}
.foot-box .foot-r ul li h3,.foot-box .foot-r ul li h3 a{font-size: 18px;font-weight: bold;color: #fff;margin: 30px 0;}
.foot-box .foot-r ul li p{font-size: 14px;}
.foot-box .foot-r ul li p a{color: #fff;}

.foot-bq{width: 100%;border-top: 1px solid rgba(156, 156, 156, 0.4);margin-top: 60px;padding: 40px 0;display: flex;justify-content: space-between;align-items: center;}
.foot-bq .foot-bq-l a{display: inline-block;color: #fff;font-size: 14px;margin-right: 30px;}
.foot-bq .foot-bq-r a{display: inline-block;color: #fff;font-size: 14px;}

/*内页*/
.ny-top{width: 100%;background: #fff;height: 100px;position: fixed;top: 0;z-index: 9;}
.ny-top .logo img.logo1{display: none;}
.ny-top .logo img.logo2{display: block;}
.ny-top .nav h3 a{color: #000;}
.ny-top .nav h3 a:hover{color: #0b4295;}
.ny-top .top-ss .top-ss-img img{filter:none;}
.ny-title{padding: 50px 0;}
.ny-title h2{font-size: 30px;}
/*banner*/
.channel-banner{width: 100%;height: 620px;margin-top: 100px;position: relative;overflow: hidden;}
.banner-bj{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover;
    background-position: center;
    animation: bannerZoom 3s ease-out forwards;
}
.channel-banner .cont{display: flex;justify-content: left;align-items: center;height: 100%;}
.channel-banner .banner-info h2{font-size: 48px;color: #fff;font-weight:bold;margin: 0 0 60px;}
.banner-text p{font-size: 24px;color: #fff;line-height: 35px;margin: 0;}
@keyframes bannerZoom {
    0% { transform: scale(1.1); opacity: 1; }
    100% { transform: scale(1); opacity: 1; }
}
        
.ny-nav{width: 100%;background: #f0f0f0;}
.ny-nav-box{display: flex;justify-content: space-between;align-items: center;}
.ny-nav-box .ny-nav-l{width: 60%;}
.ny-nav-box .ny-nav-l ul{display: flex;justify-content: left;align-items: center;margin: 0;}
.ny-nav-box .ny-nav-l ul li{font-size: 18px;margin-right: 3vw;padding: 30px 0;}
.ny-nav-box .ny-nav-l ul li.active a{color: #0b4295;}
.ny-nav-box .ny-nav-r{width: 40%;display: flex;justify-content: right;align-items: center;color: #666;}
.ny-nav-box .ny-nav-r figure{margin-right: 10px;}
.ny-nav-box .ny-nav-r figure img{display: block;}
.ny-nav-box .ny-nav-r p{font-size:18px;margin: 0;}
.ny-nav-box .ny-nav-r p a{color: #666;}
.ny-nav-box .ny-nav-r p a:hover{color: #0b4295;}

/*about*/
.ny-about{width: 100%;background: url(../images/index_16.jpg) no-repeat;background-size: cover;background-attachment: fixed;}
.ny-about-box{display: flex;justify-content: space-between;align-items: center;padding:0 0 100px;}
.ny-about-box .ny-about-l{width: 48%;border-radius: 15px;overflow: hidden;}
.ny-about-box .ny-about-l img{width: 100%;}
.ny-about-box .ny-about-l:hover img{transform: scale(1.05);}
.ny-about-box .ny-about-r{width: 100%;}
.in-about-text p{margin: 0;text-align: justify;font-size: 20px;color: #666;line-height:35px;}

.ny-job{width:100%;padding-bottom:100px;}
.ny-job .ny-title h2{text-align: center;}
.job-list {width: 100%;background: #fff;padding:50px 3vw;box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);}
.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: 18px;
    height: 90px;
    line-height: 90px;
    padding-left: 3vw;
    color: #666;
}
.job-list-box .job-list-div:hover {background-color: #0b4295;}
.job-list-box .job-list-div:hover span{color: #fff;}
.job-list-div span {flex: 1;transition: all 0.5s;}
.job-list-div span:last-child {flex: 0.3;text-align: center;font-size: 30px;font-weight:400;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 3vw;
}
.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:#0b4295;}

.ny-lxwm{width: 100%;position:relative;height:600px;}
.ny-lxwm .mySwiper{width:400px;max-width:100%;margin: 0;position: relative;z-index: 9;}
.ny-lxwm .mySwiper .swiper-slide{background:#f7f7f7;text-align:center;border-radius:3px;text-align:center;font-size:16px;padding: 12px 0;}
.ny-lxwm .mySwiper .swiper-slide p{margin:0px;}
.ny-lxwm .mySwiper .swiper-slide:hover,.ny-lxwm .mySwiper .swiper-slide-thumb-active{background:#0b4295;color:#fff;}
.ny-lxwm .mySwiper2 .swiper-slide .cont{display:flex;align-items:center;justify-content:space-between;}
.ny-lxwm .mySwiper2{position:absolute;width:100%;height:100%;top:0;left:0px;}
.ny-lxwm .mySwiper2 .swiper-slide{padding-top:250px;background-position-x: right;}
.ny-lxwm .mySwiper2 .swiper-slide ul{width:40%;}
.ny-lxwm .mySwiper2 .swiper-slide .img{width:60%;border-radius:10px;overflow:hidden;}
.ny-lxwm .mySwiper2 .swiper-slide .img img{width:100%;}


.ny-lxwm-l{width: 50%;padding-top: 50px;}
.ny-lxwm .mySwiper2 .swiper-slide ul li{display: flex;justify-content: left;align-items: center;margin-bottom: 30px;}
.ny-lxwm .mySwiper2 .swiper-slide ul li figure{width: 21px;margin-right: 15px;}
.ny-lxwm .mySwiper2 .swiper-slide ul li figure img{width: 100%;display: block;}
.ny-lxwm .mySwiper2 .swiper-slide ul li p{font-size: 16px;margin:0;color: #333;transition: all 0.5s;}
.ny-lxwm .mySwiper2 .swiper-slide 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-lxwmly{width:100%;background:#f7f7f7;margin-top:50px;padding-bottom:50px;}
.lxwm-ly .in-title{text-align: center;}
.lxwm-ly form{display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
.lxwm-ly .form-group{display: flex;justify-content: space-between;align-items: flex-start;line-height: 65px;width: 48%;}
.lxwm-ly .form-group label{width: 95px;font-size: 18px;color: #333;font-weight: 400;}
.lxwm-ly .form-group input{width: calc(100% - 95px);background: #f0f0f0;border-radius:5px;border: none;font-size: 18px;padding: 0 15px;}
.lxwm-ly .form-group-ly{width: 100%;}
.lxwm-ly .form-group-ly textarea{width: calc(100% - 95px);background: #f0f0f0;border-radius:15px;border: none;font-size: 18px;padding: 0 15px;height: 110px;}
.lxwm-ly .tijioa{display: block;margin:30px auto;width: 170px;height: 50px;background: #0b4295;border-radius: 30px;text-align: center;color: #fff;border: none;font-size: 16px;}

/*产品列表*/
.nycp-top{width:100%;background:#f7f7f7;padding:80px 0;}

.ny-cplist{display: flex;justify-content: space-between;align-items: center;}
.cplist-l{width: 48%;border-radius: 15px;overflow: hidden;text-align:center;padding:30px;}
.cplist-l img{width: 90%;}
.cplist-l:hover img{transform: scale(1.05);}
.cplist-r{width: 48%;}
.cplist-r .title{display:flex;justify-content:space-between;align-items:center;margin: 0 0 45px;}
.cplist-r .share{display: flex;justify-content: right;align-items: center;font-size:16px;}
.cplist-r .social-share .icon-wechat .wechat-qrcode .help p{font-size:14px;text-align: center;padding: 0 10px;}
.cplist-r .social-share .icon-wechat .wechat-qrcode{height:200px;}
.cplist-r .share ol{margin:0px;}
.cplist-r h2{font-size: 30px;font-weight: bold;margin: 0;}
.cplist-r p{font-size: 16px;color: #666;text-align: justify;line-height: 30px;margin: 0;}
.cplist-r a{display: block;width: 170px;height: 50px;text-align: center;border: 1px solid #333;line-height: 50px;font-size: 16px;border-radius: 30px;margin-top: 50px;}
.cplist-r a:hover{background: #0b4295;color: #fff;}
.cplist-r .cplist-btn{display: flex;justify-content: space-between;align-items: center;margin-bottom: 20px;}
.cplist-r .cplist-btn .xh p{font-size: 20px;color: #0b4295;margin: 0;transition: all 0.3s ease;}
.cplist-r .cplist-btn .gh{display: flex;justify-content: right;align-items: center;}
.cplist-r .cplist-btn .gh span{display: inline-block;margin-right: 5px;}
.cplist-r .cplist-btn .gh span img{display: block;}
.cplist-r .cplist-btn .gh.wfb p{color: #ff0000;} 
.cplist-r .cplist-btn .gh p{font-size: 14px;color: #0b4295;margin: 0;transition: all 0.3s ease;}

.nycplist-bj{}
.cplist-bj{width: 100%;background: #f0f0f0;padding: 80px 0;}
.cplist-bj h3{font-size:24px;font-weight:border;margin:30px 0;}
.cplist-bj ul{display: grid;grid-template-columns: repeat(3,1fr);grid-gap:30px;margin-bottom:50px;}
.cplist-bj ul li{background: #fff;overflow: hidden;padding-bottom: 70px;transition: all 0.3s ease;}
.cplist-bj ul li figure{width: 100%;height: 255px;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.cplist-bj ul li figure img{max-width: 100%;}
.cplist-bj ul li:hover figure img{transform: scale(1.05);}
.cplist-bj ul li h3{font-size: 16px;color: #333;margin:20px 30px;transition: all 0.3s ease;}
.cplist-bj ul li .cplist-btn{display: flex;justify-content: space-between;align-items: center;padding: 0 30px;margin-bottom: 20px;}
.cplist-bj ul li .cplist-btn .xh p{font-size: 20px;color: #0b4295;margin: 0;transition: all 0.3s ease;}
.cplist-bj ul li .cplist-btn .gh{display: flex;justify-content: right;align-items: center;}
.cplist-bj ul li .cplist-btn .gh span{display: inline-block;margin-right: 5px;}
.cplist-bj ul li .cplist-btn .gh span img{display: block;}
.cplist-bj ul li .cplist-btn .gh.wfb p{color: #000;} 
.cplist-bj ul li .cplist-btn .gh p{font-size: 14px;color: #000;margin: 0;transition: all 0.3s ease;}
.cplist-bj ul li .ms{padding: 0 30px;}
.cplist-bj ul li .ms p{font-size: 16px;color: #333;text-align: justify;line-height: 25px;transition: all 0.3s ease;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.cplist-bj ul li:hover{box-shadow:0 0 15px rgba(0,0,0,0.2);}


/*产品详情*/
.cpxq-td{width: 100%;background-repeat: no-repeat;background-size: cover;padding-bottom: 100px;background-attachment: fixed;margin-bottom: 80px;}
.cpxq-td-h3{text-align: center;padding: 95px 0;}
.cpxq-td-h3 h3{font-size: 30px;color: #fff;font-weight: bold;}
.cpxq-td-r{display: flex;justify-content: right;}
.cpxq-td-r .text{width: 50%;}
.cpxq-td-r .text p{font-size:18px;color: #fff;text-align: justify;line-height: 35px;margin: 0;}
.cpxq-cont{width: 100%;margin-bottom:50px;}
.cpxq-cont p{font-size: 16px;color: #333;text-align: justify;}
.cpxq-cont img{max-width: 100%;}

.cpxq-xz{width:100%;background:#f7f7f7;padding-bottom:50px}
.cpxq-xz .in-title{text-align:center;padding:80px 0 50px;}
.cpxq-xz .in-title h2{font-size:24px;}
.cpxq-xz ul li{width:100%;background:#fff;border-radius:10px;margin-bottom:20px;}
.cpxq-xz ul li a{display:flex;justify-content:space-between;align-items:center;padding:25px 30px;}
.cpxq-xz ul li h3{font-size:18px;margin:0px;font-weight:bold;}
.cpxq-xz ul li span{font-size:16px;color:#0b4295;}
.cpxq-xz ul li span img{margin-right:10px;}

/*搜索*/
.bg-gray{width:100%;background:#f7f7f7;}
.bg-gray .line{padding:30px 0;}
.bg-gray .text-yellow{color:red;}
.bg-gray .normal-list li{width:100%;background:#fff;border-radius:10px;margin-bottom: 20px;padding: 25px 30px;font-size: 18px;display: flex;
justify-content: space-between;align-items: center;}
.bg-gray .normal-list li a{position:relative;padding-left: 15px;}
.bg-gray .normal-list li a::after{content:"";position:absolute;left:0px;width:5px;height:5px;background:#eee;border-radius:50%;top: 50%;
transform: translateY(-50%);transition:all 0.5s;}
.bg-gray .normal-list li:hover{background:#0b4295;}
.bg-gray .normal-list li:hover a{color:#fff;}
.bg-gray .normal-list li:hover a::after{background:#fff;}
.bg-gray .normal-list li span{font-size:16px;color:#666;transition:all 0.5s;}
.bg-gray .normal-list li:hover span{color:#fff;}

/*解决方案*/
.ny-fa{display: grid;grid-template-columns: repeat(2,1fr);grid-gap: 30px;margin: 80px 0;}
.ny-fa li{background: #f0f0f0;border-radius: 15px;overflow: hidden;}
.ny-fa li a{display: flex;justify-content: space-between;align-items: center;}
.ny-fa li figure{width: 48%;height: 400px;overflow: hidden;}
.ny-fa li figure img{width: 100%;height: 100%;object-fit: cover;}
.ny-fa li:hover figure img{transform: scale(1.05);}
.ny-fa li .text{width: 47%;padding-right: 40px;}
.ny-fa li .text h3{font-size: 30px;font-weight: bold;margin: 0 0 30px;}
.ny-fa li .text p{font-size: 16px;color: #666;text-align: justify;line-height: 30px;overflow: hidden;display: -webkit-box;-webkit-line-clamp: 5;-webkit-box-orient: vertical;}
.ny-fa li .text span{display: block;color: #0b4295;font-size: 16px;margin-top: 60px;}

.ny-jjfa{}
.ny-jjfa ul{margin:80px 0;}
.ny-jjfa ul li{background:#0b4295;margin-bottom:30px;}
.ny-jjfa ul li:nth-child(2n){background:#0b42950a;}
.ny-jjfa ul li a{display:flex;justify-content:space-between;align-items:center;}
.ny-jjfa ul li .jjfa-boxl{width:50%;display:flex;justify-content:center;align-items:center;}
.ny-jjfa ul li .jjfa-boxl .text{width:63%;}
.ny-jjfa ul li .jjfa-boxl .text h3{font-size:24px;font-weight:bold;color:#fff;margin:0 0 20px;}
.ny-jjfa ul li .jjfa-boxl .text h4{font-size:18px;color:#fff;opacity:0.7;}
.ny-jjfa ul li .jjfa-boxl .text p{font-size:16px;color:#fff;line-height:30px;margin:30px 0 50px;}
.ny-jjfa ul li .jjfa-boxl .text span{background:#fff;border:1px solid #fff;text-align:center;font-size:16px;width:150px;height:50px;line-height:46px;display:block;color:#0b4295;transition:all 0.5s;}
.ny-jjfa ul li .jjfa-boxl .text span:hover{background:none;color:#fff;}
.ny-jjfa ul li .jjfa-boxr{width:50%;overflow:hidden;}
.ny-jjfa ul li .jjfa-boxr img{width:100%;}
.ny-jjfa ul li .jjfa-boxr:hover img{transform:scale(1.05);}
.ny-jjfa ul li:nth-child(2n) .jjfa-boxl{order: 2;}
.ny-jjfa ul li:nth-child(2n) .text h3{color:#000;}
.ny-jjfa ul li:nth-child(2n) .text h4{color:#000;}
.ny-jjfa ul li:nth-child(2n) .text p{color:#666;}
.ny-jjfa ul li:nth-child(2n) .text span{background:#0b4295;color:#fff;border:1px solid #0b4295;}
.ny-jjfa ul li:nth-child(2n) .text span:hover{background:#fff;color:#0b4295;}

/*解决方案详情*/
.banner-info .time{margin-top: -30px;}
.banner-info .time span{display: inline-block;margin-right:30px;color: #fff;font-size: 16px;}
.faxq-cont{display: flex;justify-content: space-between;align-items: flex-start;margin: 80px 0;}
.faxq-l{width: 68%;background: #f0f0f0;border-radius: 15px;padding: 60px;}
.faxq-nr{width: 100%;border-bottom: 1px solid #cecece;padding-bottom: 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;}
.faxq-btn a{font-size: 16px;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: #0b4295;}
.faxq-l-type a{display: block;margin: 50px auto 0;width: 170px;height: 50px;background: #0b4295;text-align: center;font-size: 16px;color: #fff;line-height: 50px;border-radius: 30px;}
.faxq-l-type a:hover{background: #fff;color:#0b4295;}
.faxq-r{width: 30%;}
.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: 200px;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% - 230px);}
.faxq-r ul li .text h3{font-size: 20px;font-weight: bold;margin: 0 0 20px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.faxq-r ul li .text span{font-size: 16px;color: #666;}

/*下载中心*/
.xz-top{display: flex;justify-content:space-between;align-items: center;margin-top: 80px;margin-bottom:50px;}
.xz-top-l{width: 40%;}
.xz-top-l .btn-group{width: 100%;}
.xz-top-l .btn{width: 100%;background: #f0f0f0;border-radius: 15px;padding: 0 30px;line-height: 80px;border: none;text-align: left;font-size: 20px;}
.xz-top-l .btn span{display: block;float: right;}
.xz-top-l .dropdown-menu{width: 100%;}
.xz-top-l .dropdown-menu li{width: 100%;}
.xz-top-l .dropdown-menu li a{font-size: 18px;line-height: 40px;}
.xz-top-r{width: 58%;}
.xz-top-r form{width: 100%;background: #f0f0f0;line-height: 80px;border-radius: 15px;}
.xz-top-r form input{width: calc(100% - 60px);height: 80px;border: none;outline: none;background: none;padding-left: 30px;font-size: 20px;}
.xz-top-r form input::placeholder{font-size: 20px;color: #999;}
.xz-top-r form input[type="submit"]{width: 35px;height: 80px;background:url(../images/index_23.png) no-repeat center;}
.xz-list li a{display: flex;justify-content: space-between;align-items: center;background: #fbfbfb;border-radius: 15px;padding: 30px 45px;margin-bottom: 30px;}
.xz-list li .left{width: 70%;display: flex;justify-content: left;align-items: center;}
.xz-list li .left figure{width: 53px;margin-right: 40px;}
.xz-list li .left figure img{width: 100%;}
.xz-list li .left .text h3{font-size: 24px;font-weight: bold;margin: 0 0 10px;}
.xz-list li .left .text p{font-size: 18px;color: #333;margin: 0;}
.xz-list li .right{width: 30%;display: flex;justify-content: right;align-items: center;}
.xz-list li .right p{font-size: 16px;color: #333;margin-right: 50px;margin-bottom: 0;}
.xz-list li .right span{display: flex;justify-content: right;align-items: center;font-size: 16px;color: #0b4295;}
.xz-list li .right span img{display: block;margin-right: 10px;}

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

/*新闻详情*/
.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: 40px;}
.news-share time{font-size: 16px;color: #0b4295;}
.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;}
.last-page .pagination>li a{margin: 0 5px;display: inline-block;color: #999;}
.last-page .pagination>li>a, .pagination>li>span{border: 1px solid #999;border-radius: 5px;}
.last-page .pagination>li a:hover{background: #0b4295;color: #fff;}
.last-page .pagination>.active>a{background: #0b4295;color: #fff;}


@media (min-width: 1500px){

}

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

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

@media screen and (max-width:1800px){
   .cp-list-lb ul {width: 80%;}
}

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

@media screen and (max-width:1550px){
  .in-banner .mySwiper3 .text {width: 60%;}
  .in-news-list .text h3,.in-news-r ul li a .text h3{font-size: 20px;line-height: 30px;}
  .in-news-r ul li a figure{height: 176px;}

  .cplist-r h2 {font-size: 24px;}
  .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;}

}



@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;}
  .ny-jjfa ul li .jjfa-boxl .text {width: 83%;}
 
 
}

@media screen and (max-width:1450px){
  .in-banner .mySwiper3 .text h3{font-size: 40px;}
  .in-banner .mySwiper3 .text p{font-size: 20px;}
  .in-title h2 {font-size: 40px;margin: 10px 0 0;}
  .in-title {padding: 50px 0;}
  .in-cp{padding-top: 50px;}
  .in-cp-box .mySwiper .swiper-slide p {font-size: 16px;margin: 5px 0 0;}
  .in-cp .mySwiper2 {margin-top: 0px;}
  .in-cp .mySwiper2 .in-cp-text {width: 45%;padding-right: 0;}
  .in-cp .mySwiper2 .in-cp-text h3 {font-size: 26px;margin: 0;}
  .in-cp .mySwiper2 .in-cp-text a {width: 160px;height: 45px;line-height: 44px;}
  .in-news-list .text h3, .in-news-r ul li a .text h3 {font-size: 18px;}
  .in-news-r ul li a figure {width: 230px;}
  .in-news-r ul li a .text {width: calc(100% - 230px);}

  .channel-banner{height: 550px;}
  .channel-banner .banner-info h2 {font-size: 40px;margin: 0 0 30px;}
  .banner-text p {font-size: 20px;}
  .cplist-r h2 {font-size: 26px;}
  .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 {width: calc(100% - 210px);}
  .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;}

}

@media screen and (max-width:1400px){
  .ny-fa li .text p {font-size: 14px;line-height: 22px;}
  .xz-list li .right p{margin-right: 20px;}
  .xz-list li .left .text h3 {font-size: 20px;}
  .xz-list li .left .text p {font-size: 16px;}
  
  
  
 
}

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

@media screen and (max-width:1200px){
   .in-banner .mySwiper3 .slide-text h2 {font-size: 35px;margin-bottom: 24px;}
   .in-banner .mySwiper3 .slide-text p {font-size: 18px;}
   .in-cp{height:auto;}
  .in-cp-box{flex-wrap: wrap;}
  .in-cp-box .mySwiper{width: 100%;margin-bottom: 40px;}
  .in-cp-more a {font-size: 14px;}
  .in-cp .mySwiper2 .in-cp-text h3 {font-size: 22px;}
  .in-cp .mySwiper2 .in-cp-text p {font-size: 14px;margin: 30px 0 50px;}
  .in-cp .mySwiper2 .in-cp-text a {width: 150px;font-size: 14px;}
  .in-cp .mySwiper-box .swiper-button-next:after,.in-cp .mySwiper-box .swiper-button-prev:after{font-size:25px;color:#0b4295;}
  .in-cp .mySwiper-box .swiper-button-next{right:0px;}
  .in-cp .mySwiper-box .swiper-button-prev{left:0px;}
  .mySwiper-box .mySwiper2 .swiper-slide .ms p {font-size: 14px;}
  .in-title h2 {font-size: 30px;}
  .in-cp {padding-top: 0px;}
  .in-about-l {width: 50%;}
  .in-about .in-about-img {width: 70%;}
  .in-news-list .text time{margin-top: 20px;}
  .in-news-list .text {padding: 0 20px 30px;}
  .in-news-list .text h3{margin: 20px 0 40px;font-size: 16px; line-height: 30px;}
  .in-news-r ul li a .text h3{font-size: 16px; line-height: 30px;margin: 10px 0 20px;-webkit-line-clamp: 1;}
  .in-news-r ul li a figure {width: 180px;height: 130px;}
  .in-news-r ul li a .text{width: calc(100% - 180px);}
  .in-news-list figure{height: 210px;}
  .foot-box .foot-l {width: 300px;}
  .foot-box .foot-r{width: calc(100% - 300px);}
  .in-banner .mySwiper3 .text h3 {font-size: 30px;}
  .in-banner .mySwiper3 .text p {font-size: 16px;}
  .banner-bottom{bottom: 30px;}
  
  .ny-jjfa ul li .jjfa-boxl .text span{width:120px;height:45px;line-height:43px;font-size:14px;}
  .ny-jjfa ul li .jjfa-boxl .text h3 {font-size: 18px;}
  .ny-jjfa ul li .jjfa-boxl .text p {font-size: 14px;line-height: 22px;margin: 20px 0 30px;}
  .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;}
  .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;line-height:25px;}
  .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;}
  .cplist-bj{padding:40px 0;}
  .in-about{height:auto;}
  .ny-lxwm .mySwiper2 .swiper-slide ul {width: 100%;}
}

@media screen and (max-width:1024px){
  .foot-box .foot-r{display: none;}
  .foot-box .foot-l{width: 100%;}
  .foot-ewm ul{margin-top: 40px;}
  .foot-ewm ul li p {font-size: 14px;}
  .footer{padding-top: 40px;}
  .foot-box .foot-logo img {height: 50px;}
  .in-news a{flex-wrap:wrap;}
  .in-news a .in-newstext{width:100%;}
  .in-news a .in-newsimg{width:100%;margin-top:30px;}
  .in-newstext .in-newsbtn {width: 120px;height: 45px;line-height: 43px;font-size: 14px;margin-top: 30px;}

  .ny-fa{grid-template-columns: repeat(1, 1fr);}
  .ny-fa li figure {height: 280px;width: 320px;}
  .ny-fa li .text{width: calc(100% - 340px);}
  .ny-fa li .text h3 {font-size: 20px;}
  .ny-fa li .text p{-webkit-line-clamp: 3;}
  .ny-cplist{flex-wrap: wrap;}
  .cplist-l,.cplist-r{width: 100%;}
  .cplist-r{margin-top: 30px;}
  .nycp-top{padding: 10px 0;}
  .ny-jjfa ul li a{flex-wrap: wrap;}
  .ny-jjfa ul li:nth-child(2n) .jjfa-boxl{order: inherit;}
  .ny-jjfa ul li .jjfa-boxl{width:100%;}
  .ny-jjfa ul li .jjfa-boxr{width:100%;}
  .ny-jjfa ul li .jjfa-boxl .text {width: 90%;padding: 35px 0;}
  

}

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

@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-banner .mySwiper3 .text p{margin: 20px 0 0;}
  .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;margin-top: 20px;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;}

  
  .cplist-r .title{flex-wrap:wrap;}
  .cplist-r h2{margin-bottom:20px;width:100%;}
  .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%;}
  .faxq-btn-r {text-align: left;margin-top: 10px;}
  .faxq-l-type a{margin: 30px auto;}
  .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: 300px;}
  .channel-banner .banner-info h2 {font-size: 22px;}
  .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;}



}

@media screen and (max-width:640px){
  .in-about .in-about-text p{line-height:25px;}
  .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;}

}

@media screen and (max-width:510px){
  .in-about {height: 630px;} 

}

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

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

    	
}