@charset "utf-8";
/* CSS Document - Redesigned: Clean Light Tech Style */
* {margin: 0;padding: 0;}
body {background:#f5f7fa;font-size: 14px;font-family: 'Noto Sans SC', 'Inter', sans-serif;font-style:normal; color:#111827;font-weight: 400;}
@font-face {
    font-family: "SourceHanSansCN-Normal";
    src: url(https://jianzhan-fe.cdn.bcebos.com/font-v2/SourceHanSansCN-Normal.woff2), url(https://jianzhan-fe.cdn.bcebos.com/font/SourceHanSansCN-Normal.otf);
    font-display: swap;
}
@font-face {
    font-family: "SourceHanSansCN-Heavy";
    src: url(https://jianzhan-fe.cdn.bcebos.com/font-v2/SourceHanSansCN-Heavy.woff2), url(https://jianzhan-fe.cdn.bcebos.com/font/SourceHanSansCN-Heavy.otf);
    font-display: swap;
}
a {text-decoration: none; color:#111827;transition: all 0.3s ease;}
a:hover {text-decoration: none !important;transition: all 0.3s ease;color: #059669;}
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 #e5e7eb;}
.cl:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.cl {zoom: 1;}
img{transition: all 0.6s ease;}
.cont1400{width: 1400px;margin: 0 auto;}
.cont1500{width: 1400px;margin: 0 auto;}

/*banner*/
.banner-con{margin-top: 80px;}
.banner-con .swiper {width: 100%;height: 44vw;}
.banner-con .swiper-slide {}
.banner-con .in-banner{width: 100%;height: 100%;background-size: cover !important;background: none !important;}
.banner-con .in-banner img{width: 100%;}
.banner-con .banner-p{display: flex;justify-content: space-between;}
.banner-con .banner-p h2{font-size: 64px;}
.banner-p-l{width: 60%;}
.banner-con .swiper .swiper-slide{width: 100%;height: 100%;}
.banner-sb{position: absolute;width: 100%;text-align: center;bottom: 20px;color: #fff;z-index: 99;}
.banner-sb p{font-size: 14px;margin-top: 20px;}
.banner-sb img{animation: slide 2s infinite;}
/* 定义动画 */
@keyframes slide {
    0% {transform: translateY(0);}
    50% {
      transform: translateY(10px);}
    100% {
      transform: translateY(0);}
}
.banner-con .swiper .swiper-pagination{right: 5%;}
.banner-con .swiper .swiper-pagination .swiper-pagination-bullet{background: url(../images/Group914.png) no-repeat 0px -34px;width: 18px;height: 18px;opacity: 1;
margin: 20px 0;}
.banner-con .swiper .swiper-pagination .swiper-pagination-bullet-active{background-position: 0 0;}

/*banner-end*/

/*index*/
/*按钮*/
.light-btn {
    text-decoration: none;
    font-size: 16px;
    background: linear-gradient(90deg, #059669, #10b981, #059669, #10b981);
    background-size: 400%;
    width: 175px;
    height: 50px;
    line-height:50px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 25px;
    z-index: 1;
    display: block;
    position: relative;
    margin-top: 120px;
}
.light-btn:hover::before,.light-btn:hover {animation: sun 8s infinite;color: #fff;}
.light-btn::before {
    content: '';
    background: linear-gradient(90deg, #059669, #10b981, #059669, #10b981);
    background-size: 400%;
    border-radius: 50px;
    filter: blur(10px);
    z-index: -1;
}
@keyframes sun {
    100%{
      background-position: -400% 0;
    }
}
/*按钮 end*/

/**/
.in-title{padding: 60px 0 0;text-align: left;display: inline-block;}
.in-title .in-title-p{font-size: 30px;font-family: 'Inter', 'Noto Sans SC', sans-serif;font-weight: bold;color: #111827;}
.in-title .in-title-p b{font-size: 72px;text-transform: uppercase;}
.in-title-h2{background: url(../images/index_10.png) no-repeat left center;position: relative;margin-left: -16px;padding-left: 55px;}
.in-title-h2 h2{font-size: 30px;margin-bottom: 0;color: #111827;}
.in-title-h2 h2 span{display: inline-block;font-size: 14px;color: #4b5563;padding-left: 10px;}
.in-title-h2::after{content: "";height: 10px;background: #10b981;bottom: 3px;right: 0;width: 80%;position: absolute;z-index: -1;opacity: 0.3;}

.in-btn a{display: block;width: 180px;height: 60px;line-height: 60px;text-align: left;background: #059669 url(../images/Group18.png) no-repeat;font-size: 16px;
color: #fff;border-radius: 30px;margin-top: 90px;border: 1px solid #059669;padding-left: 20px;background-position: 150px center;transition: all 0.3s ease;}
.in-btn a:hover{background: #fff url(../images/Group17.png) no-repeat;color: #059669;background-position: 150px center;box-shadow: 0 4px 15px rgba(9,106,60,0.2);}

.in-about-bj{width: 100%;background: #f5f7fa;}
.in-about{display: flex;justify-content: space-between;width: 100%;}
.in-about-l{width: 42%;margin-top: 120px;}
.in-about-l h2{font-size: 32px;color: #111827;letter-spacing: 4px;font-weight: bold;margin: 0 0 40px;}
.in-about-p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 6;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
.in-about-p p{font-size: 16px;margin-bottom: 0;line-height: 30px;color: #4b5563;}
.in-about-r{width: 48%;margin: 80px 0;}
.in-ly .ly-more a{width: 60px;border-radius: 50%;background: #059669 url(../images/Group18.png) no-repeat;background-position:center;
    transition: 0.3s cubic-bezier(0.4, 0, 1, 1);
}
.in-ly .ly-more a span{display:none;width:120px;transition:all 0.8s;}
.in-ly .ly-more a:hover{
    width: 180px;
    border-radius: 30px;
    padding-left: 20px;
    background: #059669 url(../images/Group18.png) no-repeat;
    background-position: 150px center;
    color: #fff;
}
.in-ly .ly-more a:hover span{display:block;}

.in-ly{width: 100%;display: flex;justify-content: space-between;}
.in-ly-l{width: 69%;background: #ffffff;padding-bottom: 90px;border-radius: 12px;box-shadow: 0 4px 20px rgba(0,0,0,0.06);}
.in-ly-r{width: 41%;background: #ffffff;border-radius: 12px;box-shadow: 0 4px 20px rgba(0,0,0,0.06);}
.in-ly-title{padding: 80px 0 50px;}
.in-ly-title p{font-size: 16px;color: #4b5563;}
.in-ly-title h2{font-size: 36px;color: #111827;}
.in-ly-p{width: 77%;height: 150px;}
.in-ly-p p{font-size: 16px;line-height: 32px;margin: 0;color: #4b5563;}
.in-ly-lcon {width: 61%;margin: 0 auto;}
.in-ly-rcon {width: 60%;margin: 0 0px 0 50px;}
.in-ly-rcon .in-ly-p{width: 100%;}

.in-news{width: 100%;background: #ffffff;padding: 0 0 60px;}
.in-news .notice{width: 100%;position: relative;margin-top: 80px;}
.in-news .notice .tab-hd{display: flex;justify-content: space-between;align-items: end;}
.in-news .notice .tab-hd .tab-hd-h2 h2{font-size: 32px;color: #059669;}
.in-news .notice .tab-hd .tab-nav{display: flex;justify-content: right;margin: 0;}
.in-news .notice .tab-hd .tab-nav li{display: inline-block;font-size: 24px;margin-left: 50px;padding-bottom: 10px;transition: all 0.3s ease;}
.in-news .notice .tab-hd .tab-nav li a{color: #4b5563;transition: all 0.3s ease;}
.in-news .notice .tab-hd .tab-nav li.on a,.in-news .notice .tab-hd .tab-nav li:hover a{color: #059669;}
.in-news .notice .tab-hd .tab-nav li.on,.in-news .notice .tab-hd .tab-nav li:hover{border-bottom: 2px solid #059669;}
.in-news .notice .tab-bd{}
.in-news .notice .tab-bd .tab-pal{}
.in-news .notice .tab-bd .tab-pal ul{margin-top: 20px;}
.in-news .notice .tab-bd .tab-pal ul li{border-bottom: 1px solid #e5e7eb;padding: 60px 0px;border-left: 4px solid transparent;transition: all 0.3s ease;border-radius: 0;}
.in-news .notice .tab-bd .tab-pal ul li a{}
.in-news .notice .in-news-div{display: flex;justify-content: space-between;align-items: flex-start;width: 100%;}
.in-news .notice .in-news-div .in-news-time{width: 15%;text-align: right;}
.in-news .notice .in-news-div .in-news-time p{color: #059669;font-size: 40px;line-height: 41px;margin-bottom: 25px;font-weight: bold;}
.in-news .notice .in-news-div .in-news-time span{color: #059669;font-size: 20px;}
.in-news .notice .in-news-div .in-news-text{width: 80%;}
.in-news .notice .in-news-div .in-news-text h3{margin: 0 0 15px;font-size: 24px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #111827;}
.in-news .notice .in-news-div .in-news-text p{font-size: 16px;color: #4b5563;line-height: 35px;margin-bottom: 45px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
.in-news .notice .in-news-div .in-news-text span{font-size: 16px;color: #059669;}
.in-news .notice .tab-bd .tab-pal ul li:hover{border-left: 4px solid #059669;box-shadow: 0 4px 15px rgba(0, 0, 0, 0.06);background: #ffffff;border-radius: 0 12px 12px 0;}

.in-lx{margin: 80px auto;}
.in-lx li .in-lx-li{border-right: 1px solid #e5e7eb;width: 100%;display: flex;justify-content:center;padding: 10px 30px 10px 0;}
.in-lx li:nth-child(2){}
.in-lx li:nth-child(3) .in-lx-li{border-right:none;}
.in-lx-img{width: 20%;text-align: left;}
.in-lx-img img{width: 60px;}
.in-lx-p{width: 73%;padding-right:20px;}
.in-lx-p h3{font-size: 24px;color: #111827;margin: 15px 0;}
.in-lx-p .in-lx-p1{margin-top: 30px;}
.in-lx-p .in-lx-p1 h4{font-size: 16px;color: #111827;font-weight: 500;}
.in-lx-p .in-lx-p1 span{display: block;font-size: 16px;color: #059669;font-weight: bold;}
.in-lx-p .in-lx-p1 p{color: #4b5563;font-size: 14px;line-height: 30px;}
.in-lx-height{height: 170px;}
.in-lx-p .in-btn a{margin: 0;width: 50px;border-radius: 50%;background: #059669 url(../images/Group18.png) no-repeat;background-position:center;height: 50px;transition: all 0.3s ease;}
.in-lx-p .in-btn a:hover{background: #fff url(../images/Group17.png) no-repeat;background-position:center;box-shadow: 0 4px 15px rgba(9,106,60,0.2);}

/*footer*/
.footer{background: #0a1628;padding: 90px 0 0;background-size: auto 100%;}
.foot-nr{width: 100%;display: flex;justify-content: space-between;color: #fff;align-items: center;}
.foot-logo{width: 30%;}
.foot-logo img{width: 158px;}
.foot-r{width: 70%;}
.foot-nav{width: 78%;text-align: right;float: right;border-bottom: 3px solid rgba(255, 255, 255, 0.15);}
.foot-nav a{display: inline-block;margin-left:11.3%;color: rgba(255,255,255,0.85);font-size: 20px;padding-bottom: 40px;position: relative;transition: all 0.3s ease;}
.foot-nav a:nth-child(1){margin-left: 0;}
.foot-nav a::after{content: "";background: #10b981;width: 100%;left: 0;bottom: -3px; position: absolute;height: 3px;opacity: 0;transition: all 0.3s ease;}
.foot-nav a:hover{color: #ffffff;}
.foot-nav a:hover::after{opacity: 1;}
.foot-ewm{display: flex;justify-content: right;margin-top: 150px;}
.foot-ewm .dropdown{margin-left: 50px;position: relative;cursor: pointer;}
.foot-ewm .dropdown span{width: 45px;height: 48px;background: url(../images/Vector.png) no-repeat;display: block;overflow: hidden;}
.foot-ewm .dropdown .dropdown-content{display: none;position: absolute;}
.foot-ewm .dropdown .dropdown-content img{}
.foot-ewm .dropdown2 span{background-position: -68px 0;}
.foot-ewm .dropdown3 span{background-position: -158px 0;}
.foot-ewm .dropdown2 .dropdown-content img{margin-left: 0;}
.foot-ewm .dropdown3 .dropdown-content img{margin-left: 0;}
.foot-ewm .dropdown2 .dropdown-content{left: -40px;}
.foot-ewm .dropdown3 .dropdown-content{left: -40px;}
.foot-ewm .dropdown1:hover .dropdown-content,.foot-ewm .dropdown2:hover .dropdown-content,.foot-ewm .dropdown3:hover .dropdown-content{display: block;}
.foot-bq{width: 100%;border-top: 1px solid rgba(255, 255, 255, 0.1);margin-top: 80px;padding: 30px 0;color: rgba(255,255,255,0.6);font-size: 14px;display: flex;
justify-content: space-between;}
.foot-bq p{margin: 0;}
.foot-bq a{display: inline-block;margin-left: 15px;color: rgba(255,255,255,0.6);transition: all 0.3s ease;}
.foot-bq a:hover{color: #10b981;}

/*footer grid - 4 column layout matching PDF*/
.foot-grid{display:flex;justify-content:space-between;padding:0 0 40px;color:#fff;}
.foot-col{width:22%;}
.foot-col-brand{width:28%;}
.foot-col-title{font-size:18px;font-weight:700;color:#fff;margin:0 0 24px;padding-bottom:12px;border-bottom:2px solid rgba(255,255,255,0.15);display:inline-block;}
.foot-link{display:block;color:rgba(255,255,255,0.7);font-size:14px;margin-bottom:12px;transition:all 0.3s;}
.foot-link:hover{color:#10b981;padding-left:4px;}
.foot-slogan{color:rgba(255,255,255,0.7);font-size:14px;line-height:24px;margin-top:36px;}
.foot-contact{color:rgba(255,255,255,0.7);font-size:14px;line-height:26px;margin:0 0 8px;}
.foot-col .foot-logo{width:auto;margin-bottom:0;}
.foot-col .foot-logo img{width:160px;height:auto;}
.foot-col .foot-ewm{margin-top:20px;justify-content:left;}
.foot-col .foot-ewm .dropdown{margin-left:0;margin-right:20px;}

@media screen and (max-width:1024px){
	.foot-grid{flex-wrap:wrap;}
	.foot-col-brand{width:100%;margin-bottom:30px;}
	.foot-col{width:30%;margin-bottom:20px;}
}
@media screen and (max-width:760px){
	.foot-col{width:100%;margin-bottom:20px;}
	.foot-col-brand{margin-bottom:20px;}
}

/*右侧悬浮*/
.ycxf{width: 70px;position: fixed;right: 0px;top: 50%;z-index: 999;}
.ycxf li{width: 100%;height: 60px;text-align: center;font-size: 12px;color: #fff;margin-bottom: 2px;background:#0a1628 url(../images/index_42.png) no-repeat;line-height: 90px;position: relative;cursor: pointer;transition: all 0.3s ease;}
.ycxf li a{color: #fff;}
.ycxf li a{display: inline-block;width: 100%;height: 100%;}
.ycxf li:nth-child(1){background-position: 12px 6px;}
.ycxf li:nth-child(2){background-position: 12px -62px;}
.ycxf li:nth-child(3){background-position: 12px -137px;}
.ycxf li:nth-child(4){background-position: 12px -206px;}
.ycxf li:nth-child(2) figure{width: 120px;height:120px;position: absolute;top: -0px;right: 70px;display: none;border: 1px solid #e5e7eb;line-height: 0;border-radius: 8px;overflow: hidden;}
.ycxf li:nth-child(2) figure img{width: 100%;}
.ycxf li:nth-child(2):hover figure{display: block;}
.ycxf li .ycxf-dh{width: 190px;height: 100%;background: #0a1628;color: #fff;position: absolute;top: 0;right: 0;text-align: left;line-height: 85px;
padding: 0 15px;display: none;}
.ycxf li:hover .ycxf-dh{right: 82px;display: block;}
.ycxf li:hover{background-color: #059669;}


/*内页*/
/*banner*/
.ny-banner{width: 100%;height: 650px;text-align: left;display: flex;justify-content: center;align-items: center;margin-top: 80px;
}
.ny-banner h2{font-size: 32px;color: #ffffff;font-weight: bold;margin: 0;position: relative;padding: 10px 0 20px 30px;text-transform: uppercase;}
.ny-banner p{font-size: 16px;color: rgba(255,255,255,0.8);padding-left: 30px;}
.ny-banner h2::after{position: absolute;content: "";background: #10b981;width: 8px;height: 92px;left: 0;top: 2px;border-radius: 4px;}

/*内页标题*/
.ny-title{text-align: center;padding: 60px 0;}
.ny-title h2{font-size: 36px;font-weight: bold;margin: 0 0 20px;color: #111827;}

/*简介*/
.ny-about{width: 100%;display: flex;justify-content: space-between;margin: 80px 0;}
.ny-about-l{width: 40%;}
.ny-about-l .h3{font-size: 36px;color: #111827;margin: 50px 0;}
.ny-about-l p{font-size: 16px;color: #4b5563;margin-bottom: 0;line-height: 35px;}
.ny-about-r{width: 50%;position: relative;z-index: 9;}
.ny-about-r figure{float: right;border-radius: 16px;overflow: hidden;box-shadow: 0 8px 30px rgba(0,0,0,0.1);}
.ny-video{width: 218px;height: 176px;text-align: center;display: flex;align-items: center;position: absolute;background: #059669;border-top-left-radius: 16px;
border-bottom-right-radius: 16px;border-bottom-left-radius: 16px;justify-content: center;top: auto;bottom: -40px;left: 60px;box-shadow: 0 8px 25px rgba(9,106,60,0.3);}
.ny-video img{cursor: pointer;}
.ny-video:hover img{transform: scale(1.05);}

.video-bj{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.5);z-index: 99;display: none;}
.video-bj-nr{width: 60%;margin: 8% auto 0;position: relative;}
.video-bj-gb{position: absolute;right: 50px;border-radius: 50%;border: 1px solid #fff;text-align: center;width: 40px;height: 40px;color: #fff;
font-size: 20px;line-height: 36px;font-weight: bold;top: 20px;cursor: pointer;transition: all 0.3s ease;z-index: 99;}
.video-bj-gb:hover{background:#fff;color: #059669;}

.ny-tdjs-bj{width: 100%;background: #f5f7fa;position: relative;margin-top: -170px;padding-top: 150px;padding-bottom: 80px;}
.ny-tdjs{margin: 0 auto;width: 87%;}
.ny-tdjs .swiper-father{width: 100%;position: relative;}
.ny-tdjs .swiper-wrapper{}
.ny-tdjs .swiper-button-prev:after,.ny-tdjs .swiper-button-next:after{content: "";width: 100%;height: 100%;}
.ny-tdjs .swiper-button-next:after{background: url(../images/jt-r.png) no-repeat center;}
.ny-tdjs .swiper-button-prev:after{background: url(../images/jt-l.png) no-repeat center;}
.ny-tdjs .swiper-button-prev,.ny-tdjs .swiper-rtl .swiper-button-next {left: -120px;}
.ny-tdjs .swiper-button-next,.ny-tdjs .swiper-rtl .swiper-button-prev,
.ny-tdjs .swiper-button-prev,.ny-tdjs .swiper-rtl .swiper-button-next{width: 50px;height: 50px;background: #e5e7eb;text-align: center;z-index: 9;
border-radius: 50%;line-height: 33px;padding: 0;transition: all 0.3s ease;}
.ny-tdjs .swiper-button-next,.ny-tdjs .swiper-rtl .swiper-button-prev{right: -120px;}
.ny-tdjs .swiper-button-prev:hover,.ny-tdjs .swiper-button-next:hover{background: #059669;}
.ny-tdjs .swiper-pagination{display: none;}
.ny-tdjs .swiper-slide{position: relative;overflow: hidden;border-radius: 12px;cursor: pointer;z-index: 99;box-shadow: 0 4px 15px rgba(0,0,0,0.08);}
.ny-tdjs .swiper-slide figure{width: 100%;overflow: hidden;}
.ny-tdjs .swiper-slide figure img{width: 100%;}
.ny-tdjs .swiper-slide:hover figure img{transform: scale(1.05);}
.ny-tdjs .swiper-slide p{position: absolute;width: 100%;left: 0;bottom: 0;margin: 0;padding: 20px 30px;color: #fff;font-size: 20px;
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(9,106,60,0.6) 50%);}

/*.ny-tdjs-zk{position: fixed;top: 0;left: 0;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0.3);z-index: 99;display: none;}*/
.ny-tdjs-fff{width: 100%;background: #fff;position: relative;border-radius: 12px;box-shadow: 0 8px 30px rgba(0,0,0,0.1);}
.ny-tdjs-zk-c{padding: 50px;display: flex;justify-content: space-between;align-items: center;width: 100%;}
.ny-tdjs-zk-c .ny-tdjs-zk-l{width: 26%;overflow: hidden;border-radius: 12px;position: relative;box-shadow: 0 4px 15px rgba(0,0,0,0.08);}
.ny-tdjs-zk-c .ny-tdjs-zk-l figure{width: 100%;overflow: hidden;}
.ny-tdjs-zk-c .ny-tdjs-zk-l:hover figure img{transform: scale(1.03);}
.ny-tdjs-zk-c .ny-tdjs-zk-l p{position: absolute;width: 100%;left: 0;bottom: 0;margin: 0;padding: 20px 30px;color: #fff;font-size: 20px;
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(9,106,60,0.6) 50%);}
.ny-tdjs-zk-c .ny-tdjs-zk-r{width: 70%;}
.ny-tdjs-zk-c .ny-tdjs-zk-r .ny-tdjs-zk-bt{display: flex;justify-content: left;align-items: center;margin-bottom: 30px;}
.ny-tdjs-zk-c .ny-tdjs-zk-r .ny-tdjs-zk-bt h3{font-size: 32px;color: #111827;margin: 0;}
.ny-tdjs-zk-c .ny-tdjs-zk-r .ny-tdjs-zk-bt span{display: inline-block;margin-left: 20px;background: #059669;padding: 2px 10px;font-size: 14px;
color: #fff;line-height: 28px;border-radius: 4px;text-align: center;}
.ny-tdjs-zk-c .ny-tdjs-zk-nr{width: 100%;}
.ny-tdjs-zk-c .ny-tdjs-zk-nr p{font-size: 14px;color: #4b5563;}
.ny-tdjs-zk-gb{position: absolute;right: 50px;border-radius: 50%;border: 1px solid #059669;text-align: center;width: 40px;height: 40px;color: #059669;
font-size: 20px;line-height: 36px;font-weight: bold;top: 20px;cursor: pointer;transition: all 0.3s ease;}
.ny-tdjs-zk-gb:hover{background:#059669;color: #fff;}

.md-modal.md-show{
    display: block;
	visibility: visible;
}
.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 9;
	opacity: 0;
	background: rgba(1,1,1,0.6);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}
.md-modal {
    transition: all 0.5s;
    display: none;
	position: fixed;
    top: 20%;
    left: 19%;
    width: 62%;
    /* max-width: 550px; */
    /* min-width: 320px; */
    height: auto;
    z-index: 99;
    -webkit-transform: translateX(0%) translateY(0%);
    -moz-transform: translateX(0%) translateY(0%);
    -ms-transform: translateX(0%) translateY(0%);
    transform: translateX(0%) translateY(0%);
}

.ny-ry{margin-bottom: 80px;}
.ny-ry .swiper-slide{background: #ffffff;padding: 15px;text-align: center;border-radius: 12px;box-shadow: 0 4px 15px rgba(0,0,0,0.06);}
.ny-ry .swiper-slide figure{width: 100%;background: #f5f7fa;display: flex;justify-content: center;align-items: center;height: 270px;border-radius: 8px;}
.ny-ry .swiper-slide figure img{max-width: 100%;}
.ny-ry .swiper-slide:hover figure img{transform: scale(1.05);}
.ny-ry .swiper-slide p{position: relative;background: none;color: #111827;font-size: 14px; margin: 0;padding: 15px 0 0;}

.aboutyyzz{background: url(../images/fzlc.jpg) no-repeat center;height: 800px;width:100%;}
.fzlc{ overflow:hidden;}
.fzlc .row5{ float: left; text-align: center; padding: 20px; height:450px;}
.fzlc .row5 strong{ font-size: 48px; font-family: fantasy; font-weight: 100;color: #111827;}
.fzlc .row5 strong:after{ content: " "; background: #111827; border:2px solid #fff; border-radius: 50% 50%; display: block;margin: 25px auto; width: 10px; height: 10px;}
.fzlc .row5:hover strong,.fzlc .row5.swiper-slide-active strong{ color: #059669;}
.fzlc .row5:hover strong:after,.fzlc .row5.swiper-slide-active strong:after{ background: #059669;}
.fzlc .row5 .box{ padding: 13px; text-align: left; margin-top: 50px; background: #fff; display: none; box-shadow: 0 4px 15px rgba(0,0,0,0.08); width: 268px;border-radius: 12px;}
.fzlc .row5:hover .box,.fzlc .row5.swiper-slide-active .box{ display: inline-block;}
.fzlc .row5 .box h3{ font-size: 24px; color: #059669; margin: 15px 0;}
.fzlc .row5 .box span{ font-size: 14px; color: #111827; }
.fzlc .row5 p{ color: #4b5563; font-size: 14px; }
.fzlc .container-fluid{ /*height: 216px;*/ background:url(../images/heng.jpg) repeat-x left 118px; margin-top: 80px; }

/*新闻*/
.ny-xwindex{width: 100%;background-color: #f5f7fa;padding: 160px 0 90px;}
.ny-xwindex .swiper{}
.ny-xwindex .swiper .swiper-wrapper{}
.ny-xwindex .swiper .swiper-slide{background: #fff;width: 100%;border-radius: 12px;overflow: hidden;box-shadow: 0 4px 20px rgba(0,0,0,0.06);}
.ny-xwindex .swiper .swiper-slide a{display: flex;justify-content: space-between;align-items: center;}
.ny-xwindex .swiper .swiper-slide figure{width: 50%;overflow: hidden;}
.ny-xwindex .swiper .swiper-slide figure img{width: 100%;transition: all 0.5s;}
.ny-xwindex .swiper .swiper-slide figure:hover img{transform: scale(1.05);}
.ny-xwindex .swiper .swiper-slide .ny-xw-tj{width: 50%;padding: 0 50px;}
.ny-xwindex .swiper .swiper-slide .ny-xw-tj h3{font-size: 24px;line-height: 35px;margin: 0 0 20px;color: #111827;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
.ny-xwindex .swiper .swiper-slide .ny-xw-tj p{font-size: 14px;color: #4b5563;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
.ny-xwindex .swiper .swiper-slide .ny-xw-tj span{border-top: 1px solid #059669;width: 100%;display: block;margin-top: 80px;font-size: 16px;color: #059669;
padding-top: 30px;}
.ny-xwindex .swiper .swiper-pagination{bottom: 84px;left: auto;width: 100%;right: 50px;text-align: right;}
.ny-xwindex .swiper .swiper-pagination-bullet{width: 12px;height: 3px;background: #e5e7eb;opacity: 1;}
.ny-xwindex .swiper .swiper-pagination-bullet-active{width: 24px;background: #059669;}

.ny-xwindex-bt{width: 100%;border-bottom: 1px solid #e5e7eb;}
.ny-xwindex-f{display: flex;justify-content: space-between;align-items: center;padding: 50px 0;}
.ny-xwindex-f .ny-xwindex-l,.ny-xwindex-f .ny-xwindex-r{width: 50%;}
.ny-xwindex-f .ny-xwindex-l ul{margin: 0;}
.ny-xwindex-f .ny-xwindex-l ul li{display: inline-block;margin-right: 80px;}
.ny-xwindex-f .ny-xwindex-l ul li a{font-size: 24px;color: #4b5563;transition: all 0.3s ease;}
.ny-xwindex-f .ny-xwindex-r form{width: 50%;float: right;background: #f5f7fa;height: 65px;line-height: 65px;display: flex;justify-content: space-between;border-radius: 8px;overflow: hidden;}
.ny-xwindex-f .ny-xwindex-r form input{width: 80%;font-size: 16px;padding-left: 20px;background: none;border: none;color: #111827;}
.ny-xwindex-f .ny-xwindex-r form button{width: 20%;text-align: center;background: none;border: none;transition: all 0.3s ease;}

.ny-xw-lb{margin-top: 120px;}
.ny-xw-lb .ny-xwindex-l .active a{color: #059669;}

/*分页*/
.paging{display: flex;justify-content: center;align-items: flex-start;margin: 80px 0;}
.paging .page-status,.paging .page-index,.paging .page-last{display: none;}
.paging span a{display: inline-block;width: 45px;height: 45px;border-radius: 8px;background-color: #ffffff;margin: 0 5px;text-align: center;line-height: 45px;
font-size: 18px;overflow: hidden;color: #4b5563;border: 1px solid #e5e7eb;transition: all 0.3s ease;}
.paging span.page-pre a{line-height: 100px;font-size: 10px;background: #059669 url(../images/index_29.png) no-repeat center;border-color: #059669;}
.paging span.page-next a{line-height: 100px;font-size: 10px;background: #059669 url(../images/index_30.png) no-repeat center;border-color: #059669;}
.paging span a:hover,.paging span .page-num-current{background-color: #059669;color: #fff;border-color: #059669;}
.paging .paging_textBox{font-size: 16px;margin-left: 5px;}
.paging .paging_textBox input{width: 45px;height: 45px;border-radius: 8px;background-color: #ffffff;margin: 0 5px;text-align: center;line-height: 45px;
font-size: 18px;border: 1px solid #e5e7eb;}
.paging .paging_textBox button{width: 55px;height: 45px;border-radius: 8px;background-color: #059669;color: #fff;border: none;margin-left: 5px;transition: all 0.3s ease;}

/*详情*/
.ny-xwxq{margin-top: 150px;}
.ny-xw-mbx{width: 100%;border-bottom: 1px solid #e5e7eb;color: #9ca3af;font-size: 16px;padding-bottom: 50px;}
.ny-xw-mbx a{color: #9ca3af;transition: all 0.3s ease;}
.ny-xw-mbx a:hover{color: #059669;}
.ny-xw-bt{display: flex;justify-content: space-between;align-items: center;margin-top: 30px;}
.ny-xw-bt h3{font-size: 32px;color: #111827;width: 70%;}
.ny-xw-bt span{font-size: 16px;color: #9ca3af;display: block;width: 30%;text-align: right;}
.ny-xwnr{width: 100%;background: #f5f7fa;margin-top: 30px;border-radius: 12px;}
.ny-xwnr-c{display: flex;justify-content: space-between;align-items: flex-start;}
.ny-xq-l{width: 67%;margin-bottom: 80px;}
.ny-xq-nr{margin-top: 30px;padding-top: 30px;}
.ny-xq-nr p{font-size: 16px;line-height: 25px;text-align: justify;color: #4b5563;}
.ny-xq-nr img{max-width: 100%;border-radius: 8px;}
.ny-xq-btn{border-top: 1px solid #e5e7eb;display: flex;justify-content: space-between;margin-top: 30px;padding-top: 30px;font-size: 16px;color: #4b5563;
align-items: center;}
.ny-xq-btn-l{width: 70%;}
.btn-div{width: 100%;font-size: 16px;margin-bottom: 10px;}
.xq-btn-r{width: 114px;height: 46px;border-radius: 23px;text-align: center;background: #059669;line-height: 46px;transition: all 0.3s ease;}
.xq-btn-r a{color: #fff;}
.xq-btn-r:hover{box-shadow: 0 4px 15px rgba(9,106,60,0.3);}
.ny-xq-r{width: 25%;margin-top: 60px;background: #fff;padding:30px 30px 0;border-radius: 12px;box-shadow: 0 4px 15px rgba(0,0,0,0.06);}
.ny-xq-r-h3 h3{font-size: 18px;margin: 0 0 20px;color: #111827;}
.ny-xq-r ul li{border-top: 1px solid #e5e7eb;padding: 20px 0;}
.ny-xq-r ul li h3{font-size: 16px;margin: 0;line-height: 30px;color: #111827;}
.ny-xq-r ul li span{display: block;background: url(../images/rqicon.png) no-repeat left center;margin-top: 20px;background-size: 18px auto;padding-left: 27px;
font-size: 16px;color: #9ca3af;}

/*联系我们*/
.ny-lx{width: 100%;position: relative;height: 780px;}
.ny-lx-api{position: absolute;width: 100%;top: 0;left: 0;}
.ny-lx-api #allmap1{width: 100%;height: 780px;}
.ny-lx-api #allmap1 .BMap_bubble_pop{border-radius: 12px !important;border: none !important;
background: linear-gradient(to right, rgba(9,106,60,1) 0%, rgba(9,106,60,0.7) 50%);}
.ny-lx-api #allmap1 .BMap_bubble_pop .BMap_bubble_center{width: 100% !important;}
.ny-lx-api #allmap1 .BMap_bubble_pop .BMap_bubble_content{width: 100% !important;font-size: 20px !important;color: #fff !important;
line-height: 35px !important;}
.ny-lx-api #allmap1 .BMap_bubble_pop img{display: none;}
.ny-lx-api #allmap1 .BMap_bubble_pop::after{content: "";border-top: 13px dashed;border-right: 10px solid transparent;border-left: 10px solid transparent;
color: #059669;position: absolute;left: 41%;}
.ny-lx-l{background: linear-gradient(to right, rgba(245,247,250,1) 0%, rgba(245,247,250,0));position: absolute;top: 0;left: 0;width: 60%;
height: 780px;display: flex;justify-content: center;align-items: center;z-index: 999;}
.ny-lx-nr{width: 54%;text-align: left;}
.ny-lx-nr h2{font-size: 36px;margin-bottom: 50px;color: #111827;}
.ny-lx-nr p{font-size: 20px;margin: 0;line-height: 35px;margin-bottom: 15px;color: #4b5563;}
.ny-lx-nr figure{width: 130px;overflow: hidden;margin-top: 50px;border-radius: 8px;}
.ny-lx-nr figure img{height: 130px;}
.ny-lx-nr figure span{text-align: center;font-size: 16px;margin-top: 15px;display: block;color: #4b5563;}

/*加入*/
.jrhy-hl{display: flex;justify-content: space-between;margin-bottom: 80px;}
.jrhy-hl li{width: 23%;background: #ffffff;border-radius: 12px;transform: translateZ(0);-webkit-transform: translateZ(0);box-shadow: 0 4px 15px rgba(0,0,0,0.06);transition: all 0.3s ease;overflow: hidden;}
.jrhy-hl li figure{width: 100%;border-radius: 12px 12px 0 0;overflow: hidden;}
.jrhy-hl li figure img{width: 100%;}
.jrhy-hl li:hover figure img{transform: scale(1.05);}
.jrhy-hl li p{text-align: center;font-size: 24px;line-height: 110px;color: #111827;}
.jrhy-hl li:nth-child(2n) {transform: translate3d(0, 22%, 0);}
.jrhy-hl li:hover p{color: #059669;}
.jrhy-hl li:hover{box-shadow: 0 8px 30px rgba(9,106,60,0.12);}

.jrhy-jr{display: flex;justify-content: space-between;flex-wrap: wrap;}
.jrhy-jr li{width: 23%;background: #ffffff;border-radius: 12px;text-align: center;margin-bottom: 35px;padding: 50px 0;box-shadow: 0 4px 15px rgba(0,0,0,0.06);transition: all 0.3s ease;}
.jrhy-jr li figure{width: 100%;text-align: center;margin-bottom: 20px;}
.jrhy-jr li figure img{height: 60px;
    -webkit-transition: -webkit-transform 1s ease-out;
    -moz-transition: -moz-transform 1s ease-out;
    -o-transition: -o-transform 1s ease-out;
    -ms-transition: -ms-transform 1s ease-out;
}
.jrhy-jr li p{font-size: 24px;width: 100%;text-align: center;color: #111827;}
.jrhy-jr li:hover figure img{
    -webkit-transform: perspective(2200px) rotateY(35deg);
    -moz-transform: perspective(2200px) rotateY(35deg);
    -ms-transform: perspective(2200px) rotateY(35deg);
    -o-transform: perspective(2200px) rotateY(35deg);
    transform: perspective(2200px) rotateY(35deg);
}
.jrhy-jr li:hover p{color: #059669;}
.jrhy-jr li:hover{box-shadow: 0 8px 30px rgba(9,106,60,0.12);}

.jrhy-cz{}
.jrhy-cz .swiper{width: 100%;}
.jrhy-cz .swiper .swiper-slide{overflow: hidden;border-radius: 12px;}
.jrhy-cz .swiper .swiper-slide img{width: 100%;}
.jrhy-cz .swiper .swiper-slide:hover img{transform: scale(1.05);}

.ny-job{}
.ny-job-bt ul{border-radius: 12px;background: linear-gradient(to right, rgba(9,106,60,1) 0%, rgba(43,155,74,1) 80%);display: flex;
justify-content: space-between;align-items: center;height: 65px;box-shadow: 0 4px 15px rgba(9,106,60, 0.25);}
.ny-job-bt ul li{display: inline-block;color: #fff;font-size: 20px;width: 20%;padding-left: 40px;}
.job-list{}
.job-zk{}
.job-zk .job-bt{width: 100%;height: 80px;display: flex;justify-content: space-between;align-items: center;height: 80px;border-radius: 12px;cursor: pointer;transition: all 0.3s ease;}
.job-zk .job-bt span{display: inline-block;color: #4b5563;font-size: 16px;width: 20%;padding-left: 40px;}
.job-list ul li:nth-child(2n) .job-bt{background: rgba(9,106,60,0.05);border-radius: 12px;}
.job-zk .zk{display: none;transition: 0.5s cubic-bezier(0.4, 0, 1, 1);overflow: hidden;padding: 40px;background: #ffffff;border-radius: 0 0 12px 12px;border: 1px solid #e5e7eb;border-top: none;}
.job-zk .zk p{font-size: 14px;line-height: 30px;margin-bottom: 0;color: #4b5563;}
.job-list .more{width: 100%;text-align: center;margin:80px 0;}
.job-list .more a{width: 150px;height: 55px;border-radius: 28px;background: #059669;text-align: center;color: #fff;font-size: 16px;border: 1px solid #059669;
display: inline-block;line-height: 55px;transition: all 0.3s ease;}
.job-list .more a:hover{box-shadow: 0 4px 15px rgba(9,106,60,0.3);color: #fff;}
.more p{color: #059669;font-size: 20px;}

/*研发管线*/
.yf-list{margin: 80px 0;}
.yf-list li a{display: block;background: #ffffff;margin-bottom: 30px;overflow: hidden;border-radius: 12px;box-shadow: 0 4px 15px rgba(0,0,0,0.06);transition: all 0.3s ease;}
.yf-list li a:hover{box-shadow: 0 8px 30px rgba(0,0,0,0.1);}
.yf-list li figure{width: 100%;overflow: hidden;}
.yf-list li figure img{width: 100%;}
.yf-list li:hover figure img{transform: scale(1.05);}
.yf-div{width: 100%;position: relative;padding: 40px;}
.yf-div h3{font-size: 32px;margin: 0;color: #111827;}
.yf-div p{font-size: 14px;color: #4b5563;margin: 20px 0 30px;line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
.yf-div span{display: block;font-size: 14px;color: #059669;background: url(../images/Group1047.png) no-repeat 80px center;}
.yf-div::after{position: absolute;content: "";left: -100%;bottom: 0;background: #059669;height: 3px;width: 100%;transition: 0.5s cubic-bezier(0.4, 0, 1, 1);}
.yf-list li a:hover .yf-div::after{left: 0;}

.yf-xq{margin-top: 150px;}
.yf-xq-bt{width: 100%;background: linear-gradient(135deg, #0a1628 0%, #132a4f 50%, #0d1f3d 100%);padding: 113px 110px 190px;color: #fff;background-size: 100% auto;border-radius: 12px;}
.yf-xq-bt h3{font-size: 36px;color: #ffffff;}
.yf-xq-bt p{font-size: 16px;margin-top: 40px;color: rgba(255,255,255,0.8);}
.yf-xq-nr{width: 100%;padding: 20px 40px 80px;background: #ffffff;border-radius: 12px;box-shadow: 0 4px 20px rgba(0,0,0,0.06);margin-top: -80px;position: relative;z-index: 2;}
.yf-xq-nr img{max-width: 100%;height: auto;border-radius: 8px;}

/*en*/
.foot-nav-en a {margin-left: 10.3%;font-size: 18px;}
.in-lx-en .in-lx-height {height: 200px;}
.ny-lx-l-en .ny-lx-nr h2 {font-size: 30px;}
.ny-lx-l-en .ny-lx-nr p {font-size: 18px;}

@media (min-width: 1400px){

}

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

}

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

}

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

}

@media screen and (max-width:1550px){
    .ny-tdjs-zk-c .ny-tdjs-zk-l figure img{width: 100%;}
    .ny-tdjs-zk-c .ny-tdjs-zk-r .ny-tdjs-zk-bt h3 {font-size: 26px;}
    .ny-tdjs-zk-c .ny-tdjs-zk-r .ny-tdjs-zk-bt span{margin-left: 15px;}
    .ny-tdjs-zk-gb {width: 35px;height: 35px;font-size: 16px;line-height: 33px;}
    .ny-tdjs-zk-c {padding: 40px;}
    .ny-tdjs-zk-c .ny-tdjs-zk-l {width: 30%;}
    .ny-tdjs-zk-c .ny-tdjs-zk-r {width: 66%;}
    .md-modal {top: 17%; left: 14%; width: 72%;}

}

@media screen and (max-width:1500px){
	.cont1500 {width: 85%;}
    .cont1400{width: 85%;margin: 0 auto;}
    .ny-banner{height: 500px;}
    .foot-nav {width: 86%;}
    .ny-about-l .h3 {font-size: 30px;margin: 40px 0;}
    .ny-video{left: -12px;}
    .video-bj-nr {width: 80%;}
    .yf-xq {margin-top: 80px;}
    .ny-lx-nr {width: 73%;}
    .ny-lx-nr h2 {font-size: 30px;margin-bottom: 40px;}
}

@media screen and (max-width:1450px){
    .in-about-r img{width: 100%;}
    .in-about-l {margin-top: 90px;}
    .in-ly-lcon {width: 75%;}
    .in-ly-rcon {width: 70%;}
    .in-ly-p {width: 92%;}
    .in-btn a{margin-top: 60px;}
    .foot-nav {width: 88%;}
    .in-lx-p {width: 79%;padding-right: 0px;}

    .ny-xwindex .swiper .swiper-pagination {bottom: 53px;}
    .ny-xw-bt h3 {font-size: 30px;}
}


@media screen and (max-width:1400px){
    .foot-nav {width: 92%;}
	.ny-banner {height: 400px;}
    .ny-about-l {width: 50%;}
    .ny-about-r {width: 45%;}
    .ny-about-r figure img{width: 100%;}
    .ny-title h2 {font-size: 30px; margin: 0 0 0px;}
    .ny-tdjs{width: 90%;}
    .ny-tdjs .swiper-button-prev, .ny-tdjs .swiper-rtl .swiper-button-next {left: -75px;}
    .ny-tdjs .swiper-button-next, .ny-tdjs .swiper-rtl .swiper-button-prev {right: -75px;}
    .ny-tdjs .swiper-slide p {padding: 15px 20px;font-size: 16px;}
    .ny-video {width: 190px;height: 150px;bottom: -35px;left: -91px;}
    .ny-tdjs-bj {margin-top: -130px;padding-top: 80px;}
    .ny-tdjs .swiper-button-next, .ny-tdjs .swiper-rtl .swiper-button-prev, .ny-tdjs .swiper-button-prev, .ny-tdjs .swiper-rtl .swiper-button-next {
        width: 45px;
        height: 45px;
    }
    .ny-about-l p{line-height: 30px;}
    .yf-div h3 {font-size: 26px;}
    .yf-div {padding: 30px;}
    .jrhy-hl li p {font-size: 20px;line-height: 75px;}
    .ny-title h2 {font-size: 26px;}
    .jrhy-jr li p {font-size: 20px;}

}

@media screen and (max-width:1360px){
	.foot-nav {width: 94%;}
    .foot-nav a {margin-left: 10.8%;}
    .ny-ry .swiper-slide {padding: 10px 10px 0;}
    .ny-xwindex .swiper .swiper-pagination {bottom: 34px;}
}

@media screen and (max-width:1300px){
	.foot-nav {width: 97%;}
    .md-modal {left: 10%;width: 80%;}

    .yf-xq {margin-top: 110px;}
    .yf-xq-bt{padding: 118px 70px 190px;}
    .yf-xq-bt h3 {font-size: 30px;}
}

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

}

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

}

@media screen and (max-width:1024px){
	.in-about,.in-ly{flex-wrap: wrap;}
    .in-about-l,.in-about-r,.in-ly-l,.in-ly-r{width: 100%;}
    .in-about-l {margin-top: 40px;}
    .in-about-l h2 {font-size: 32px;margin: 0 0 30px;}
    .in-about-p p {font-size: 14px;}
    .in-btn a {width: 160px;height: 55px;line-height: 55px;background-position: 135px center;}
    .in-ly-rcon .in-btn a {width: 55px;}
    .in-ly-lcon {width: 85%;}
    .in-ly-p {width: 100%;height: auto;}
    .in-ly-title {padding: 50px 0 30px;}
    .in-ly-r{background-size: 100% auto;padding-bottom: 30px;}
    .in-ly-title h2 {font-size: 30px;}
    .in-ly-l{padding-bottom: 50px;}
    .in-lx-p h3 {font-size: 20px;}
    .foot-nav {width: 100%;}
    .foot-nav a {margin-left: 10.6%;font-size: 16px;}
    .in-ly-rcon {width: 85%;margin: 0 auto;}

    .ny-banner {height: 300px;}
    .ny-banner h2::after{width: 4px;height: 76px;}
    .ny-banner h2 {font-size: 30px;padding: 0px 0 20px 20px;}
    .ny-banner p {padding-left: 20px;}
    .ny-about {display: block;}
    .ny-about-l,.ny-about-r{width: 100%;}
    .ny-tdjs-bj {margin-top: 0;padding-top: 0;}
    .ny-about-r figure {float: initial;}
    .ny-video {bottom: 44%;left: 39%; opacity: 0.7;}
    .md-modal {left: 5%; width: 90%;}
    .ny-ry .swiper-slide figure{height: 400px;}
    .yf-xq {margin-top: 120px;}
    .yf-xq-bt {padding: 40px 70px 87px;}
    .yf-xq-bt h3 {font-size: 26px;}
    .yf-xq-bt p{font-size: 16px;margin-top: 20px;}
    .ny-xwindex .swiper .swiper-slide a {display: block;}
    .ny-xwindex .swiper .swiper-slide figure {width: 100%;}
    .ny-xwindex .swiper .swiper-slide .ny-xw-tj {width: 100%;padding: 30px;}
    .ny-xwindex .swiper .swiper-slide .ny-xw-tj h3 {font-size: 20px;line-height: 20px;}
    .ny-xwindex .swiper .swiper-slide .ny-xw-tj span{margin-top: 35px;}
    .ny-xwindex-f .ny-xwindex-l ul li a {font-size: 20px;}
    .ny-xwindex-f .ny-xwindex-l ul li {margin-right: 30px;}
    .ny-xwindex-f .ny-xwindex-r form {width: 70%;}
    .in-news .notice .in-news-div .in-news-time p {font-size: 30px;line-height: 33px;margin-bottom: 15px;}
    .in-news .notice .tab-bd .tab-pal ul li{padding: 30px 0px;}
    .ny-xw-bt h3 {font-size: 20px;}
    .ny-xq-r{display: none;}
    .ny-xq-l {width: 100%;}
    .jrhy-hl {flex-wrap: wrap;}
    .jrhy-hl li {margin-bottom: 30px;width: 48%;}
    .ny-job-bt ul li{font-size: 18px;}

    .aboutyyzz{height: 650px;}
    .fzlc .row5 strong {font-size: 26px;}
    .fzlc .row5 strong:after{margin: 20px auto;}
    .fzlc .container-fluid {background: url(../images/heng.jpg) repeat-x left 81.2px;}
    .fzlc .row5 .box h3 {font-size: 20px;}
    .fzlc .row5 .box{margin-top: 10px;}
    .aboutyyzz .mcontainer-fluid .swiper-button-prev,.aboutyyzz .mcontainer-fluid .swiper-button-next{display:none;}

}

@media screen and (max-width:760px){
    .banner-sb{display: none;}
    .in-about-l h2 {font-size: 30px;}
    .in-news .notice .tab-hd .tab-nav li {font-size: 20px;margin-left: 30px;}
    .in-news .notice .in-news-div .in-news-time {width: 18%;}
    .in-news .notice .in-news-div .in-news-time p{font-size: 30px;}
    .in-news .notice .in-news-div .in-news-text {width: 75%;}
    .in-news .notice .in-news-div .in-news-text h3 {font-size: 20px;}
    .in-news .notice .in-news-div .in-news-text p {font-size: 14px;line-height: 25px;margin-bottom: 20px;}
    .in-news .notice .tab-bd .tab-pal ul li{padding: 30px 0px;}
    .in-lx li .in-lx-li{border-bottom: 1px solid #e5e7eb;border-right: none;justify-content: space-between;padding: 0 0 20px;margin-bottom: 20px;}
    .in-lx-img {width: 10%;}
    .in-lx-img img{width: 100%;}
    .in-lx-p {width: 82%;}
    .in-lx {margin: 40px auto;}
    .foot-nav{display: none;}
    .foot-ewm {margin-top: 100px;}
    .footer{padding: 50px 0 0;}
    .foot-bq{text-align: center;display: block;line-height: 35px;}
    .foot-bq {margin-top: 30px;padding: 20px 0;}

    .ny-banner {background-size: auto 100% !important;}
    .ny-about{margin: 50px 0;}
    .ny-about-l .h3 {font-size: 26px;margin: 35px 0;}
    .ny-title h2 {font-size: 26px;}
    .ny-ry .swiper-slide figure {height: 350px;}
    .ny-tdjs-zk-c{align-items: flex-start;}
    .ny-tdjs-zk-c .ny-tdjs-zk-l {width: 22%;}
    .ny-tdjs-zk-c .ny-tdjs-zk-r {width: 73%;}
    .ny-tdjs-zk-c .ny-tdjs-zk-l p{display: none;}
    .yf-list {margin: 40px 0;}
    .yf-div h3 {font-size: 22px;}
    .yf-div {padding: 20px;}
    .yf-div p {margin: 15px 0 20px;}
    .yf-xq {margin-top: 80px;}
    .yf-xq-bt {padding: 40px 40px 87px;background-size: 100% 100%;}
    .ny-xw-bt,.ny-xq-btn{display: block;}
    .ny-xw-bt h3,.ny-xq-btn-l{width: 100%;}
    .ny-xw-bt span{width: 100%;text-align: left;margin-top: 15px;}
    .ny-xwxq {margin-top: 120px;}
    .ny-xw-mbx {padding-bottom: 30px;}
    .xq-btn-r {margin: 40px auto 0;}
    .jrhy-jr li {width: 48%;}
    .ny-lx{height: 850px;}
    .ny-lx-nr h2 {font-size: 20px;}
    .ny-lx-nr p {font-size: 16px; line-height: 26px;}
    .ny-lx-l{align-items: baseline;top: 0;width: 100%;padding: 0;height: auto;background: none;}
    .ny-lx-nr { width: 85%; margin-top: 30px;}
    .ny-lx-api #allmap1{height: 380px;}
    .ny-lx-api {top: auto;bottom: 0;}
    .ny-lx-l-en .ny-lx-nr h2 {font-size: 18px;}
    .ny-lx-l-en .ny-lx-nr p {font-size: 16px;}

}

@media screen and (max-width:640px){
    .in-about-l h2 {font-size: 26px;letter-spacing: 2px;}
    .in-btn a {width: 140px;height: 50px;line-height: 50px;background-position: 115px center;font-size: 14px;margin-top: 40px;}
    .in-about-r {margin: 40px 0;}
    .in-ly-title h2 {font-size: 26px;}
    .in-ly-p p {font-size: 14px;line-height: 30px;}
    .in-ly-rcon .in-btn a {width: 50px;}
    .in-news .notice .in-news-div .in-news-time p {font-size: 22px;margin-bottom: 5px;font-weight: 400;}
    .in-news .notice .tab-hd .tab-hd-h2 h2 {font-size: 26px;}
    .in-news .notice{margin-top: 30px;}
    .in-news .notice .tab-hd {align-items: center;}
    .in-news .notice .tab-hd .tab-nav li {font-size: 18px;margin-left: 25px;padding-bottom: 5px;}
    .in-news .notice .in-news-div .in-news-time span {font-size: 18px;}
    .in-news .notice .in-news-div .in-news-time {width: 13%;}
    .in-news .notice .in-news-div .in-news-text {width: 82%;}
    .in-news .notice .in-news-div .in-news-text h3 {font-size: 18px;margin: 8px 0px 15px;}
    .in-news .notice .in-news-div .in-news-text span {font-size: 14px;}

    .ny-video {bottom: 44%;left: 31%;}
    .video-bj-nr {width: 90%;margin: 25% auto 0;}
    .video-bj-gb {right: 17px;width: 35px;height: 35px;font-size: 16px;line-height: 33px;top: 14px;}
    .ny-tdjs .swiper-button-next, .ny-tdjs .swiper-rtl .swiper-button-prev, .ny-tdjs .swiper-button-prev, .ny-tdjs .swiper-rtl .swiper-button-next{display: none;}
    .ny-tdjs .swiper-pagination{display: block;}
    .ny-tdjs {width: 100%;}
    .ny-tdjs .swiper-father{padding-bottom: 60px;}
    .ny-tdjs-bj {padding-bottom: 30px;}
    .ny-ry .swiper-father {padding-bottom: 0;}
    .yf-div h3 {font-size: 20px;}
    .ny-xwindex-f .ny-xwindex-r form {width: 100%;}
    .ny-xwindex-f {display: block;}
    .ny-xwindex-f{padding: 30px 0 100px;}
    .ny-xwindex-f .ny-xwindex-l, .ny-xwindex-f .ny-xwindex-r {width: 100%;margin-bottom: 20px;}
    .paging {margin: 50px 0;}
    .paging span a{width: 40px;height: 40px;line-height: 40px;font-size: 16px;}
    .paging span.page-pre a,.paging span.page-next a{background-size: 8px auto;}
    .ny-xw-lb {margin-top: 100px;}
    .jrhy-hl li p {line-height: 50px;font-size: 18px;}
    .jrhy-hl {margin-bottom: 10px;}
    .ny-job-bt ul li,.job-zk .job-bt span{font-size: 16px;padding-left: 10px;}
    .job-zk .zk{padding: 15px;}

}

@media screen and (max-width:510px){
    .banner-con .in-banner {display: flex;justify-content: center;align-items: center;}
    .banner-con .swiper {height: 60vw;}
    .banner-con .in-banner img {width: 134%;}
    .in-news .notice .in-news-div .in-news-time {width: 20%;}
    .in-news .notice .in-news-div .in-news-text {width: 76%;}
    .in-lx-p h3 {font-size: 18px;margin:15px 0 25px;}
    .in-lx-p .in-lx-p1 span {font-weight: 400;}
    .in-lx-img {width: 13%;}
    .in-lx-p .in-lx-p1 {margin-top: 20px;}
    .in-lx-height {height: 150px;}
    .foot-logo img{width: 100%;height: auto;}
    .foot-ewm {margin-top: 90px;}
    .foot-ewm .dropdown3 .dropdown-content {left: -94px;}

    .ny-banner {height: 220px;}
    .ny-banner h2 {font-size: 26px;padding: 0px 0 15px 20px;}
    .ny-banner h2::after {height: 60px;}
    .ny-video {left: 31%;}
    .ny-ry .swiper-slide figure {height: 250px;}
    .yf-div h3 {font-size: 18px;}
    .yf-xq-bt {padding: 13px 35px 46px;}
    .yf-xq-nr {padding: 20px 17px 80px;}
    .yf-xq {margin-top: 115px;}
}

@media screen and (max-width:480px){
    .ny-title {padding: 40px 0;}
    .ny-tdjs-zk-c {padding: 20px;}
}

@media screen and (max-width:380px){
    .in-ly-title {padding: 30px 0 20px;}
    .in-ly-title h2 {margin-top: 0px;}
    .in-ly-l,.in-ly-r{background-size: auto 100%;}
    .in-news .notice .tab-hd .tab-nav li {font-size: 16px;margin-left: 20px;padding-bottom: 5px;margin-top: 10px;}
    .in-news .notice .in-news-div .in-news-time p {font-size: 20px;font-weight: 400;}
    .in-news .notice .in-news-div .in-news-time span {font-size: 16px;}
    .in-news .notice .in-news-div .in-news-text h3 {font-size: 16px;margin: 7px 0px 15px;}
    .in-news .notice .in-news-div .in-news-text p{-webkit-line-clamp: 1;}
    .in-news .notice .tab-bd .tab-pal ul li {padding: 20px 0px;}
    .in-lx-p h3 {margin: 8px 0 25px;}
    .in-lx-p .in-btn a{width: 35px;height: 35px;}
    .foot-ewm .dropdown {margin-left: 15px;}
    .foot-ewm .dropdown2 span {background-position: -77px 0;}
    .foot-ewm {margin-top: 70px;}
    .foot-bq{line-height: 30px;}

    .ny-video {width: 130px;height: 120px;left: 27%;bottom: 29%;}
    .ny-video img {width: 50px;}
    .ny-tdjs-zk-gb {width: 30px;height: 30px;font-size: 16px;line-height: 29px;top: 15px;right: 14px;}
    .ny-tdjs-zk-c .ny-tdjs-zk-r .ny-tdjs-zk-bt h3 {font-size: 22px;line-height: 22px;}
    .ny-tdjs-zk-c .ny-tdjs-zk-r .ny-tdjs-zk-bt{margin-bottom: 22px;}
    .ny-tdjs-zk-c {padding: 15px;}
    .ny-tdjs-zk-c .ny-tdjs-zk-l {display: none;}
    .ny-tdjs-zk-c .ny-tdjs-zk-r {width: 100%;}
    .ny-ry .swiper-slide figure {height: 160px;}
    .ny-tdjs .swiper-slide p {padding: 10px;font-size: 14px;}
    .jrhy-jr li{padding: 30px 0;}
    .jrhy-jr li figure img {height: 45px;}
    .jrhy-jr li p {font-size: 18px;}
    .ny-title h2 {font-size: 22px;font-weight: 400;}
}