@charset "utf-8";
/* CSS Document */
* {margin: 0;padding: 0;}
body {background:#fff;font-size: 14px;font-family: "SourceHanSansCN-Normal";font-style:normal; color:#000;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:#000;}
a:hover {color: #0090D8;text-decoration: none !important;transition: all 0.3s ease;}
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;}
.cont1400{width: 92%;margin: 0 auto;}

/*banner*/
.sy-banner{width: 100%;height: 100vh;overflow: hidden;}
.sy-banner .swiper {width: 100%;height: 100%;}
.sy-banner .swiper .swiper-slide {text-align: center;font-size: 18px; background: #fff; display: flex; justify-content: center; align-items: center;}
.sy-banner .swiper .swiper-slide .sy-banner-bj{width: 100%; height: 100%;background-size: 100% 100% !important;}
.sy-banner .swiper .swiper-slide .sy-banner-bj h2{text-align: left;font-size: 72px;color: #fff;font-weight: bold;padding-left: 6%;padding-top: 17%;
line-height: 98px;}
.sy-banner .swiper .swiper-scrollbar-horizontal{top: auto;bottom: 10%;left: 10%; right: 10%;width: 80%;
    height: var(--swiper-pagination-progressbar-size,1px);
}
.sy-banner .swiper .swiper-scrollbar{background: #acb5e0;}
.sy-banner .swiper .swiper-scrollbar .swiper-scrollbar-drag{background: #0090D8;}
.sy-banner .swiper .swiper-button-next:after,.sy-banner .swiper .swiper-rtl .swiper-button-prev:after,
.sy-banner .swiper .swiper-button-prev:after,.sy-banner .swiper .swiper-rtl .swiper-button-next:after{color: #0090D8;}
.sy-banner .swiper .swiper-button-prev,.sy-banner .swiper .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,130px);
    right: auto;
    bottom: 7.5%;
    top: auto;
}
.sy-banner .swiper .swiper-button-next,.sy-banner .swiper .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,130px);
    left: auto;
    bottom: 7.5%;
    top: auto;
}

.sy-banner .swiper .swiper-pagination-fraction{color: rgba(255, 255, 255, 0);left: auto; right: var(--swiper-navigation-sides-offset,193px);
    bottom: 6.3%;text-align: right;}
.sy-banner .swiper .swiper-pagination-fraction span{color: rgba(255, 255, 255, 1);display: block;font-size: 18px;}

/*banner-end*/

/*index*/
.in-title{padding: 80px 0;display: flex;justify-content: space-between;}
.in-title .in-title-l{text-align: left;}
.in-title .in-title-l h2{font-size: 60px;line-height: 75px;text-transform: uppercase;}
.in-title .in-title-l p{font-size: 16px;color: #666;}
.in-title-r{margin-top: 49px;}
.in-title-r a{
    position: relative;
	text-decoration: none;  
	display: block;    
	background: linear-gradient(90deg, #0090d8, #63c0ab, #0090d8, #63c0ab);
	background-size: 400%;
	border-radius: 50%;
	font-size: 14px;
	width: 80px;
	height: 80px;
	line-height: 80px;
	color: #fff;  
	text-align: center;  
	text-transform: uppercase;
	z-index: 1;  
}
.in-title-r a::before {
    content: '';  
	position: absolute;  
	left: -5px;  
	right: -5px;  
	top: -5px;  
	bottom: -5px;  
	background-size: 400%;  
	border-radius: 5px;  
	filter: blur(10px);  
	z-index: -1;
}
/*.in-title-r a:hover{color: #fff;background: linear-gradient(to right, #0090D8, #efbe5c);}*/
.in-title-r a:hover::before,.in-title-r a:hover {animation: sun 5s infinite; color: #fff;}
@keyframes sun {
  100%{
    background-position: -400% 0;
  }
}

.sy-about-p{width: 73%;}
.sy-about-p p{font-size: 16px;line-height: 30px;text-align: justify;margin: 0;}

.in-fw{width: 100%;margin-top: 80px;position: relative;background: url(../images/index_01.jpg) no-repeat center;
background-attachment: fixed;background-size:cover;}
.in-fw .notice{width: 100%;position: relative;}
.in-fw .notice .tab-nav{text-align: left;padding-top: 40px;}
.in-fw .notice .tab-nav li{display: inline-block;margin-right: 50px;}
.in-fw .notice .tab-nav li a{font-size: 26px;opacity: 0.6;color: #333;}
.in-fw .notice .tab-nav li.on a,.in-fw .notice .tab-nav li:hover a{opacity: 1;}
.in-fw .notice .tab-bd{width: 100%;position: relative;margin-top: 50px;overflow: hidden;}
.in-fw .notice .tab-bd .tab-pal ul{display: flex;justify-content: space-between;width: 100%;margin: 0;}
.in-fw .notice .tab-bd .tab-pal ul li{width: 52%;}
.in-fw .notice .tab-bd .tab-pal ul li h2{font-size: 50px;color: #fa9e15;font-weight: 400;margin-bottom: 80px;}
.in-fw .notice .tab-bd .tab-pal ul li h2 b{font-weight: 400;display: block;color: #000000;font-size: 35px;margin-top:20px;}
.in-fw .notice .tab-bd .tab-pal ul .tab-pal-l{padding-left: 4%;width: 40%;}
.in-fw .notice .tab-bd .tab-pal ul li p{font-size: 16px;color: #000;line-height: 30px;background: url(../images/index_02.png) no-repeat 0px 7px;padding-left: 50px;text-align: justify;margin-bottom: 35px;height:60px;}
.in-fw .notice .tab-bd .tab-pal ul .tab-pal-l .tab-pal-img{margin-top: 120px;}
.in-fw .notice .tab-bd .tab-pal ul .tab-pal-l figure{display: inline-block;width: 20%;margin-right: 20px;}
.in-fw .notice .tab-bd .tab-pal ul .tab-pal-l figure img{width: 100%;}
.in-fw .notice .tab-bd .tab-pal ul .tab-pal-l figure:hover img{transform: scale(1.03);}
.in-fw .notice .tab-bd .tab-pal ul .tab-pal-r figure{width: 100%;}
.in-fw .notice .tab-bd .tab-pal ul .tab-pal-r figure img{width: 100%;}
.in-fw .notice .tab-bd .tab-pal ul .tab-pal-r:hover figure img{transform: scale(1.05);}


.in-case{overflow: hidden;width: 100%;}
.in-case .swiper{ width: 100%; height: 100%;position: relative;padding: 0 13vw 90px 3.7vw;}
.in-case .swiper .swiper-slide{}
.in-case .swiper .in-case-div{position: relative;width: 100%;overflow: hidden;cursor:pointer;}
.in-case .swiper .in-case-div figure img{width: 100%;}
.in-case .swiper .in-case-div:hover figure img{transform: scale(1.15);}
.in-case .swiper .in-case-div .in-case-text{width: 100%;position: absolute;top:0;left: 0;padding: 45px;color: #fff;}
.in-case .swiper .in-case-div .in-case-text h2{font-size: 36px;font-weight: bold;margin: 20px 0 30px;}
.in-case .swiper .in-case-div .in-case-text p{font-size: 16px;text-align: justify;line-height: 30px;}
.in-case .swiper .in-case-div .in-case-bottom{display: flex;justify-content: space-between;height: 135px;margin-top: 15px;}
.in-case .swiper .in-case-div .in-case-bottom .in-case-bottom-img{width: 50%;display: flex; align-items: center;}
.in-case .swiper .in-case-div .in-case-bottom .in-case-bottom-img img{max-width: 100%;}
.in-case .swiper .in-case-div .in-case-bottom .in-case-bottom-btn{margin-top: 48px;}
.in-case .swiper .in-case-div .in-case-bottom .in-case-bottom-btn a{display: block;border-radius: 50%;background: #fff;font-size: 40px;width: 50px;
height: 50px;line-height: 50px;text-align: center;color: #006fed;}
.in-case .swiper .in-case-div .in-case-bottom .in-case-bottom-btn:hover a{background: #0090D8;color: #fff;}
.in-case .swiper .swiper-button-next,.in-case .swiper  .swiper-button-prev{width: 80px;height: 80px;}
.in-case .swiper .swiper-button-next.swiper-button-disabled,.in-case .swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none;    
}
.in-case .swiper .swiper-button-prev{background: url(../images/index_20.png) no-repeat center;}
.in-case .swiper .swiper-button-next{background: url(../images/index_12.png) no-repeat center;}
.in-case .swiper .swiper-button-prev:after,.in-case .swiper .swiper-rtl .swiper-button-next:after,
.in-case .swiper .swiper-button-next:after,.in-case .swiper .swiper-rtl .swiper-button-prev:after{display: none;}
.in-case .swiper .swiper-button-next{right: 3.7vw;}
.in-case .swiper .swiper-button-prev{left:3.7vw;}
.in-case .swiper .swiper-pagination{display: none;}

.in-case-logo{width: 100%;overflow: hidden;margin-top: 40px;}
.in-case-logo .picScroll-div{width: 100%;position: relative;margin-top: 30px;}
.in-case-logo .picScroll-div .tempWrap{width: 100% !important;}
.in-case-logo .picScroll-div ul{padding: 10px 0 !important;}
.in-case-logo .picScroll-div ul li{float: left;width: 200px;height: 80px;background: #fff;margin-right: 30px;
box-shadow:0px 0px 5px rgba(0,0,0,0.1);}
.in-case-logo .picScroll-div ul li figure{overflow:hidden;width:100%;height:100%;display:flex;justify-content:center;align-items:center;}
.in-case-logo .picScroll-div ul li img{max-width: 100%;transition: all 0.5s;}
.in-case-logo .picScroll-div ul li:hover img{transform: scale(1.05);}

.in-logo{width: 100%;margin-top: 40px;}
.in-logo ul{}
.in-logo ul li{margin-bottom:50px;}
.in-logo ul li figure{overflow:hidden;box-shadow:0px 0px 5px rgba(0,120,238,0.12);}
.in-logo ul li img{width: 100%;transition: all 0.5s;}
.in-logo ul li:hover img{transform: scale(1.05);}

.in-news{width: 100%;margin-top: 40px;background: #f8f8f8;padding-bottom: 60px;}
.in-news-ul{}
.in-news-ul li{}
.in-news-ul li .in-news-div{display: flex;justify-content: space-between;margin-bottom: 40px;}
.in-news-ul li .in-news-div figure{width: 30%;overflow: hidden;}
.in-news-ul li .in-news-div figure img{width: 100%;transition: all 0.5s;}
.in-news-ul li .in-news-div:hover figure img{transform: scale(1.05);}
.in-news-ul li .in-news-div .in-news-r{width: 65%;position: relative;}
.in-news-ul li .in-news-div .in-news-r h3{font-size: 28px;line-height: 43px;position: relative;color: #000;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.in-news-ul li .in-news-div .in-news-r h3::after{
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 8px; /* 调整下划线的位置，可以根据需要进行调整 */
    width: 0;
    height: 10px;
    /*background: linear-gradient(to right, #0077ed, #00a1f5);*/
    background: #0090D8;
    transition: all 0.8s;
    z-index: -1;
}
.in-news-ul li .in-news-div:hover .in-news-r h3::after{width: 100%;}
.in-news-ul li .in-news-div .in-news-btn{width: 100%;position: absolute;bottom: 5px;padding-bottom: 20px;
display: flex;justify-content: space-between;font-size: 14px;
border-bottom: 10px solid; border-image:linear-gradient(to right, #0090d8, #63c0ab) 1;text-transform: capitalize;}

/*.in-news-ul li .in-news-div:hover .in-news-r h3{
    color: #000;
    position: relative;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 10px;
    text-decoration-color: #2b1fff;
}*/



/*footer*/
.footer{_background:#181818;padding-top: 80px;z-index: 99;position: relative;text-align: left;
    background: linear-gradient(79deg, rgb(32 82 153 / 22%) 11%, rgb(131 171 196 / 20%) 37%, rgb(99 192 171 / 14%) 95%);
}
.footer .foot-top{display: flex;justify-content: space-between;}
.foot-l {width: 20%;}
.foot-l .foot-logo{margin-bottom: 60px;}
.foot-l .foot-logo img{height: 44px;}
.foot-l .foot-gzh{display:flex;justify-content:left;}
.foot-l .foot-gzh .foot-gzh-img{width:110px;overflow:hidden;text-align:center;margin-right: 15px;}
.foot-l .foot-gzh img{width: 100%;}
.foot-l .foot-gzh p{font-size: 14px;margin-top: 10px;}
.foot-r{width: 80%;}
.foot-nav{width: 100%;display: flex; justify-content: right;}
.foot-nav li{display: inline-block;margin: 0 5%;}
.foot-nav li h3 a,.foot-nav li h3{font-size: 16px;color: #000;font-weight: bold;margin: 15px 0 30px;opacity: 1;line-height: initial;
    background: linear-gradient(to right, #0f97d2, #45b2b8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: table-footer-group;
    line-height: 70px;
    text-transform: uppercase;
}
.foot-nav li a{display: block;color: #000;opacity: 0.7;line-height: 36px;font-size: 14px;text-transform: capitalize;
    /*background: linear-gradient(to right, #fcaf1f,#ed5f37);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;*/
}
.foot-nav li a:hover{opacity: 1;}
.foot-nav li .foot-ewm li{margin-right: 25px;margin-left: 0;margin-top: 25px;position: relative;}
.foot-nav li .foot-ewm li a img{width: 29px;cursor: pointer;}
.foot-nav li .foot-ewm li figure{display: none;position: absolute;left: -50px;bottom: 105%;width: 110px;}
.foot-nav li .foot-ewm li figure img{width: 100%;}
.foot-nav li .foot-ewm li:hover figure{display: block;} 

.foot-bq{width: 100%;border-top: rgba(0,0,0,0.3) 1px solid;margin-top: 80px;display: flex;justify-content: space-between;padding: 30px 0;}
.foot-bq .bq-l,.bq-r a{opacity: 0.7;font-size: 14px;color: #000;}
.foot-bq a{color: #000;}
.foot-bq a:hover,.bq-r a:hover{opacity: 1;}
.bq-r a{display: inline-block;margin-left: 25px;}

.footer.footerP{margin-bottom: 150px;}

.foot_ly{width: 100%;position: fixed;bottom: -160px;left: 0;background:url(../images/message_bj.jpg) no-repeat;z-index: 999;
    background-size: cover;height: 150px;transition: 0.5s;
}
.foot_ly_gb{position: absolute;top: 10px; right: 20px;}
.message_box{width: 100%;height:150px;display: flex;justify-content: center;align-items: center;}
.message_box_text{}
.message_box_text span {font-size: 24px;color: #fff;font-weight: bold;line-height: 28px;padding-right: 26px;border-right: 1px solid #fff;}
.message_box_div{
    border: 1px solid #fff;
    display: flex;
    justify-content: left;
    align-items: center;
    padding-left: 20px;
    box-sizing: border-box;
    height: 58px;
    line-height: 58px;
    font-size: 16px;
    color: #fff;
    margin-right: 26px;
}
.message_box_form{
    margin-left: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.message_box_div label{font-size:16px;font-weight:400;line-height: 58px;}
.message_box_div input{background:none;border:none;line-height: 58px;}
.message_box_div1{width: 160px;text-align: center;padding:0;}
.message_box_div1 button{color: #fff;font-size: 18px;background:none;border:none;width: 100%;}
.foot_ly.bottom_show {bottom: 0;}

/*右侧悬浮*/
.ycxf{width: 65px;position: fixed;right:2vw;top: 50%;background: #fff;border-radius: 50px;padding:11px 0px 6px;z-index: 99;
box-shadow: 0px 0px 10px rgba(0, 0, 0,0.08);}
.ycxf li{width: 100%;padding: 10px 5px;font-size: 12px;color: #666;position: relative;cursor: pointer;text-align: center;}
.ycxf li a{color: #666;}
.ycxf li .ycxf-xs{position: absolute;top: 20px;right: 66px;background: #fff;border-radius: 10px;overflow: hidden;opacity: 0;transition: all 0.5s;z-index: -1;}
.ycxf li .ycxf-btn{}
.ycxf li .ycxf-btn span{display: block;}
.ycxf li .ycxf-btn p{margin: 0;}
.ycxf li:nth-child(2)::after,.ycxf li:nth-child(2)::before{position: absolute;content: "";width: 90%;height: 1px;background: #999;top: 0;left: 5%;}
.ycxf li:nth-child(2)::before{top: auto;bottom: 0;}
.ycxf li:nth-child(1) .ycxf-xs{width: 0px;height: 100px;}
.ycxf li:nth-child(1) .ycxf-xs img{width: 100px;}
.ycxf li:nth-child(2) .ycxf-xs{width: 0px;height: 65px;font-size: 16px;background: #fff;color: #0e63ff;line-height: 65px;top: 2px;
box-shadow: 0px 0px 10px rgba(0, 0, 0,0.08);}
.ycxf li:nth-child(1):hover .ycxf-xs{width: 100px;opacity: 1;}
.ycxf li:nth-child(2):hover .ycxf-xs{width: 200px;opacity: 1;}
.ycxf li .ycxf-xs p a{color: #0e63ff;}
.ycxf li .ycxf-btn a:hover,.ycxf li .ycxf-btn p:hover{color:#0e63ff;}

/*内页*/

/*banner*/
.ny-banner{width: 100%;height: 610px;position: relative;display: flex;align-items: center;justify-content: left;}
.ny-banner h2{margin: 0;font-size: 30px;color: #fff;}
.ny-banner span{display: block;width: 42px;height: 4px;background: #fff;margin: 15px 0;}
.ny-banner p{text-transform: uppercase;font-size: 16px;color: #fff;}

/*内页标题*/
.ny-title{text-align: left;padding: 60px 0;}
.ny-title h2{font-size: 40px;text-transform:capitalize;}
.ny-title p{font-size: 16px;color: #666;}

/*about*/
.ny-nav{width: 100%;box-shadow: 0 0 20px rgba(0,0,0,0.1);background: #fff;line-height: 60px;font-size: 16px;}
.ny-nav li{display: inline-block;margin-right: 90px;}
.about-nr p{color: #333;}
.about-nr img{max-width: 100%;}
.ny-about{width: 100%;display: flex;justify-content: space-between;margin-top: 100px;}
.ny-about .ny-about-logo{width: 40%;text-align: center; display: flex; justify-content: center;align-items: center;}
.ny-about .ny-about-logo img{height: 90px;}
.ny-about .ny-about-text{width: 60%;}
.ny-about .ny-about-text p{font-size: 18px;line-height: 30px;margin: 0;}

.ny-wh{width: 100%;background: #fafaff;margin-top: 100px;padding-bottom: 50px;}
.wh-ul{display: flex;flex-wrap: wrap;}
.wh-ul li{background: #fff;padding: 45px 45px 0px;width: 40%;margin-right: 30px;margin-bottom: 30px;}
.wh-ul li:last-child{width: 100%;margin-right: 0px;}
.wh-ul li .wh-title{background: url(../images/about_04.png) no-repeat left center;
    transform: translateY(0);
	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
	-webkit-transition: -webkit-transform box-shadow .2s ease-in-out;
	transition: transform box-shadow .2s ease-in-out;
}
.wh-ul li:nth-child(2) .wh-title{background: url(../images/about_05.png) no-repeat left center;}
.wh-ul li:last-child .wh-title{background: url(../images/about_06.png) no-repeat left center;}
.wh-ul li:nth-child(3){padding: 0;width: 12%;overflow: hidden;}
.wh-ul li:nth-child(3) img{width: 100%;}
.wh-ul li:nth-child(3):hover img{transform: scale(1.05);}
.wh-ul li .wh-title h3{margin: 0;font-size: 36px;color: #2b1fff;font-weight: bold;line-height: 57px;}
.wh-ul li .wh-title p{font-size: 16px;color: #999;text-transform: uppercase;}
.wh-ul li .wh-text{width: 100%;text-align: justify;font-size: 14px;line-height: 30px;margin-top: 40px;height: 130px;}
.wh-ul li:hover .wh-title{
    -moz-transform: translateY(-.4rem);
	-o-transform: translateY(-.4rem);
	-webkit-transform: translateY(-.4rem);
	-ms-transform: translateY(-.4rem);
	transform: translateY(-.4rem);
}


/*发展历程*/
.ny-fzlc{width: 100%;background: radial-gradient(circle, #015eea, #00c0fa);padding-top: 30px;padding-bottom: 80px;}
.ny-fzlc .ny-title h2,.ny-fzlc .ny-title p{color: #fff;}
.ny-fzlc .snBrand{width: 100%;position: relative;}
.ny-fzlc .snBrand ol{width: 15%;float: left;overflow-y: auto;background: url(../images/about_09.png) repeat-y 120px 0px;position: relative;height: 500px;}
.ny-fzlc .snBrand ol::-webkit-scrollbar {display: none;}
.ny-fzlc .snBrand ol li h3{font-size: 22px;color: #fff;margin: 0;background: url(../images/about_08.png) no-repeat 116px center;opacity: 0.5;
background-size: 8px auto;padding: 25px 0;cursor: pointer;}
.ny-fzlc .snBrand ol li.on h3{font-size: 30px;color: #fff;background-size: 14px auto;background-position-x: 113px;opacity: 1;}
.ny-fzlc .snBrand ul{width: 85%;float: right;color: #fff;}
.ny-fzlc .snBrand ul li{overflow: hidden;}
.ny-fzlc .snBrand ul li h3{font-size: 60px;margin: 5px 0 45px;}
.ny-fzlc .snBrand ul li div{margin-bottom: 60px;}
.ny-fzlc .snBrand ul li div p{font-size: 16px;color: #fff;line-height: 30px;text-align: justify;}
.ny-fzlc .snBrand ul li img{width: 100%;}
.ny-fzlc .snBrand ul li:hover img{transform: scale(1.05);}

/*新闻中心*/
.ny-xw{width: 100%;background: #fafaff;padding-bottom: 80px;}
.ny-xw .swiper{width: 100%;height: 100%;}
.ny-xw .swiper .swiper-slide{}
.ny-xw .swiper .swiper-slide a{display: block;width: 100%;overflow: hidden;background: #fff;padding-bottom: 15px;}
.ny-xw .swiper .swiper-slide a figure{width: 100%;overflow: hidden;}
.ny-xw .swiper .swiper-slide a figure img{width: 100%;}
.ny-xw .swiper .swiper-slide a:hover figure img{transform: scale(1.05);}
.ny-xw .swiper .swiper-slide a h3{font-size: 18px;font-weight: bold;line-height: 25px;padding: 0 15px;
    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-xw .swiper .swiper-slide a time,.ny-xw .swiper .swiper-slide a p{font-size: 14px;color: #666;padding: 0 15px;}
.ny-xw .swiper .swiper-slide a p{line-height: 25px;margin-top: 10px;
    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-lx{margin-bottom: 80px;}
.ny-lx .ny-lx-div{width: 100%;background: #fafaff;padding: 25px;margin-bottom: 30px;height: 220px;}
.ny-lx .ny-lx-div h2{font-size: 24px;padding-left: 56px;transition:all 0.3s;}
.ny-lx .ny-lx-div h2:hover{color:#0090D8;}
.ny-lx .ny-lx-div p{font-size: 16px;color: #666;margin-top: 20px;margin-bottom: 20px;}
.ny-lx .ny-lx-div .ny-lx-text{}
.ny-lx .ny-lx-div .ny-lx-text p{font-size: 16px;color: #666;margin: 0px;line-height: 30px;}

/*新闻详情*/
.xw-banner{width: 100%;height: 400px;text-align: center;}
.xw-banner h2{margin: 0;font-size: 30px;line-height: 400px;color: #fff;}
.news-xq{}
.news-xq-title{width: 100%;text-align: center;border-bottom: 1px solid #cfcfcf;padding: 50px 0;}
.news-xq-title h2{font-size: 24px;}
.news-xq-title time{font-size: 14px;color: #666;}
.news-xq-text{width: 100%;margin-top: 50px;}
.news-xq-text p{font-size: 16px;color: #666;line-height: 30px;text-align: justify;}
.news-xq-text img{max-width:100%; display:block;}
.news-xq-btn{display: flex;justify-content: space-between;border-top: 1px solid #cfcfcf;margin-top: 50px;padding-top: 30px;}
.news-xq-btn span{width: 45%;display: inline-block;font-size: 14px;color: #666;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news-xq-btn span a:hover{color: #0090d8;}
.news-xq-btn span:nth-child(2){text-align: right;}
.news-xq-tags { padding-top:20px;}
.news-xq-tags a{ display:inline-block; padding:5px 10px; background:#eee; font-size:14px;}
.news-xq-a a{display: block;margin: 50px auto 80px;width: 150px;height: 50px;line-height: 50px;color: #fff;font-size: 18px;
text-align: center;background: #0090d8;border: 1px solid #0090d8;}
.news-xq-a a:hover{background: none;color: #0090d8;}

/*案例*/
.case-top{width: 100%;height: 640px;display:flex;justify-content:left;align-items:center;}
.case-top-p{width:100%;}
.case-top-p h1,.case-top-p h2{color: #fff;}
.case-top-p h1{font-size: 40px;font-weight: 600;}
.case-top-p h2{font-size: 16px;}

.ny-case-ul{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;margin-top: 80px;margin-bottom: 80px;}
.ny-case-ul li{width: 32%;overflow: hidden;position: relative;margin-bottom: 40px;cursor: pointer;}
.ny-case-ul li figure{width: 100%;overflow: hidden;}
.ny-case-ul li figure img{width: 100%;}
.ny-case-ul li:hover figure img{transform: scale(1.05);}
.ny-case-ul li .case-logo{width: 100%;position: absolute;top: 0;left: 0;height: 100%;z-index: 9;text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.ny-case-ul li .case-logo img{max-width: 100%;}
.ny-case-ul li:nth-child(1),.ny-case-ul li:nth-child(2),.ny-case-ul li:nth-child(6),
.ny-case-ul li:nth-child(7),.ny-case-ul li:nth-child(11),.ny-case-ul li:nth-child(12)
{width: 49%;}


.case-tc{width: 100%;height: 100%;position: fixed;top: 0;left: 0;z-index: 99;
    transition: transform 0.5s ease-in-out;
    transform: translateY(-110%);
}
.case-tc.show {
    transform: translateY(0);
}
.case-tc-placeholder {
    height: 0;
}
.case-con{height: auto;padding:20px;background:#0090D8;width: 600px;margin: 8% auto;position: relative;}
.case-con-x{position: absolute;top: 15px;right: 20px;cursor: pointer;}
.case-con-text{padding: 15px;color: #fff;width: 95%;margin: 0 auto;}
.case-con-text h3{font-size: 16px;}
.case-con-text h4{font-size: 50px;margin: 30px 0 10px;}
.case-con-text h4 a{color: #fff;}
.case-con-text p{font-size: 18px;}
.case-con-text .case-con-btn>a{width:220px;height: 50px;line-height: 50px;box-shadow: 0 0 0;background: #202020;color: #fff;border:0px;margin-top: 20px;
display: inline-block; margin-right: 20px;text-align: center;font-size: 16px;}
.case-con-text .case-con-btn>a.case-con-btn1{background: #fff;color: #fa9e15;}
.case-con-text .case-con-btn>a:hover{background: #fa9e15;color: #fff;}
.form-tel{padding: 15px;width: 95%;margin: 0 auto;border-top: 1px solid rgba(255, 255, 255, 0.1);margin-top: 20px;}
.form-tel p{color: #fff;font-size: 14px;}
.form-con{width: 92%;position: relative;border: 1px solid #fff;height: 50px;line-height: 50px;overflow: hidden;}
.form-con input{position: absolute;left: 0;top: 0;background: #fff;width: 65%;border: none;padding-left: 10px;}
.form-con button{text-align: center;position: absolute;right: 0;top: 0;color: #fff;background: #0090D8;border: none;width: 35%;}
.form-con button:hover{background: #fa9e15;}
.form-p{background: url(../images/case_09.png) no-repeat left center;color: #fff;font-size: 14px;padding-left: 20px;line-height: 50px;}

/*解决方案*/
.fa-banner{}
.fa-banner h2{font-size: 60px;font-weight: bold;padding-top: 28%;}
.fa-banner span{width: 60px; height: 5px;}
.fa-con{width: 100%;padding: 60px 0;background: #f8f8ff;}
.fa-con-fff{width: 100%;padding: 60px 0;background: #fff;}
.fa-con-fff .fa-nr{display: flex;justify-content: space-between;}
.fa-l{width: 77%; padding-right: 51px;border-right: 1px solid #d4d4d4;}
.fa-l .fa-l-img{}
.fa-l .fa-l-img img{width: 100%;}
.fa-l .fa-l-text p{font-size: 16px;color: #666;line-height: 30px;}
.fa-l .fa-l-text img{max-width: 100%;}
.fa-r{width: 19.5%;}
.fa-r h2{margin: 0;font-size: 30px;font-weight: bold;color: #2b1fff;}
.fa-r ul{margin-top: 20px;}
.fa-r ul li{font-size: 18px;line-height: 60px;padding-top: 15px;border-top: 1px solid #d4d4d4;}
.fa-r ul li:last-child{border-bottom: 1px solid #d4d4d4;}

.fa-r.menu_fixed {
    width: 16%;
    position: fixed;
    top: 120px;
    right: 9%;  
    z-index: 9; 
}

/*分页*/
.last-page{text-align: center;margin: 60px 0;}
.page-status,.page-index,.page-last{display: none;}
.last-page span a {
    display: inline-block;
    width: 45px;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    margin: 0 7px;
    font-size: 18px;
    border-radius: 5px;
    background: #fff;
    color: #333;
    border:1px solid #ccc;
}

.last-page .page-num-current,.last-page .page-numbar a:hover{color: #fff;background:#0090D8;}
.last-page .page-pre a,.last-page .page-next a{width:90px;}
/*.last-page .page-pre a{background-position: 0px 0px;transition: all 0s;}
.last-page .page-next a{background-position: -109px 0px;transition: all 0s;}
.last-page .page-pre a:hover{background-position: 0px -100px;}*/
/*.last-page .page-next a:hover{background-position: -109px -100px;}*/
.last-page .page-none{margin-bottom: 80px;display: block;}
.text-center{font-size: 14px;margin-bottom: 80px;}

/*服务*/
.fw-con{padding-bottom: calc(465px - 1rem);background:#fff;}
.fw-con .footer{position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 1;
}
.ny-fw{width: 100%;position:relative;z-index:99;}
.ny-fw .swiper{ width: 100%; height: 100%;}
.ny-fw .swiper .swiper-slide {
    
}
.ny-fw .swiper  .swiper-slide .ny-fw-bj{width: 100%;height: 100vh;}
.ny-fw .swiper  .swiper-slide .ny-fw-bj img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.ny-fw{}
.ny-fw .full{}
.ny-fw-bj{width: 100%;height: 100vh;position: relative;background-repeat: no-repeat;background-position: center;
background-size: cover;}
.ny-fw .fp-overflow{width: 100%;height: 100%;overflow: hidden;}
.ny-fw .tab-pal{height:100%;}
.ny-fw .tab-pal ul{display: flex;justify-content: space-between;width: 100%;margin: 0;height:100%;align-items:center;}
.ny-fw .tab-pal ul li{width: 52%;text-align: left;}
.ny-fw .tab-pal ul li h2{font-size: 60px;color: #000;font-weight: 600;margin-bottom: 15px;}
.ny-fw .tab-pal ul li h3{font-weight: 400;display: block;font-size: 35px;color: #fa9e15;margin-bottom: 60px;}
.ny-fw .tab-pal ul .tab-pal-l{padding-left: 3.7vw;width: 40%;}
.ny-fw .tab-pal ul li p{font-size: 16px;color: #666;line-height: 30px;background: url(../images/index_02.png) no-repeat 0px 7px;
padding-left: 50px;text-align: justify;margin-bottom: 50px;}
.ny-fw .tab-pal ul .tab-pal-l .tab-pal-img{margin-top: 100px;}
.ny-fw .tab-pal ul .tab-pal-l figure{display: inline-block;width: 20%;margin-right: 20px;}
.ny-fw .tab-pal ul .tab-pal-l figure img{width: 100%;}
.ny-fw .tab-pal ul .tab-pal-l figure:hover img{transform: scale(1.03);}
.ny-fw .tab-pal ul .tab-pal-r figure{width: 52%;position: absolute;right: 0;bottom: 0;overflow: hidden;}
.ny-fw .tab-pal ul .tab-pal-r figure img{width: 100%;}
.ny-fw .tab-pal ul .tab-pal-r:hover figure img{transform: scale(1.05);}

.fp-watermark{display: none !important;}

#menu.fw-menu {
    position: fixed;
    top: 23%;
    right: 30px;
    height: auto;
    z-index: 70;
    width: 20px;
    padding: 0;
    margin: 0;
    left: auto;
}
#menu.fw-menu li{
    background: url(../images/fw_03.png) no-repeat top left;
    display: block;
    border-radius: 0px;
    margin-top: -24px;
    width: 100%;
    height: 54px;
}
#menu.fw-menu li:last-child{height: 15px;}
#menu.fw-menu li.active {
    background: url(../images/fw_03.png) no-repeat top left;
    background-position-x: -27px;
}

.ny-fw .fp-tableCell{background: #181818;height: auto;position: relative;}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
    background: #2b1fff;border: 1px solid #2b1fff;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    width: 100%;
    height: 100%;
    background: none;
    border: 1px solid #fff;
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}

#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 10px;
    height: 10px;
    margin:10px 7px;
    position:relative;
}


/*搜索*/
.ss-ul li a{display: block;width: 100%;overflow: hidden;background: #fff;padding-bottom: 15px;margin-bottom: 30px;}
.ss-ul li a figure{width: 100%;overflow: hidden;}
.ss-ul li a figure img{width: 100%;}
.ss-ul li a:hover figure img{transform: scale(1.05);}
.ss-ul li a h3{font-size: 18px;font-weight: bold;line-height: 25px;padding: 0 15px;
    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;
}
.ss-ul li a time,.ss-ul li a p{font-size: 14px;color: #666;padding: 0 15px;}
.ss-ul li a p{line-height: 25px;margin-top: 10px;
    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;
}

/*en*/
.sy-banner-en .swiper .swiper-slide .sy-banner-bj h2{font-size: 45px;line-height:80px;}
.sy-about-en .in-title .in-title-l h2 {font-size: 40px;line-height: 65px;}
.in-fw-en .notice .tab-bd .tab-pal ul li h2 b{font-size: 22px;}
.in-fw-en .notice .tab-bd .tab-pal ul li h2 {font-size: 38px;}
.in-fw-en .notice .tab-bd .tab-pal ul li p{margin-bottom: 30px;}
.in-case-en .in-title .in-title-l h2,.in-news-en .in-title .in-title-l h2{font-size:40px;}
.ny-wh-en .wh-ul li .wh-title h3{font-size: 30px;text-transform: capitalize;line-height: 80px;}
.ny-wh-en .wh-ul li .wh-text{height: 220px;}
.ny-lx-en .ny-lx-div{height: 240px;}

@media (min-width: 1500px){
    .cont-ny{width: 1560px;margin: 0 auto;}
}

@media (min-width: 1950px){
    .cont1400{width: 1750px;margin: 0 auto;}
    .in-fw .notice .tab-bd{width: 1920px;margin: 80px auto 0;}
    .tab-pal{width: 1920px;margin: 0px auto 0;position: relative;}
    .ny-fw .tab-pal ul .tab-pal-r figure { width: 46%;}
}

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

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

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

@media screen and (max-width:1600px){
    .cont-ny{width: 90%;margin: 0 auto;}
    .sy-banner .swiper .swiper-pagination-fraction{bottom: 5.7%;right: var(--swiper-navigation-sides-offset,166px);}
    .in-fw .notice .tab-nav,.in-fw .notice .tab-bd .tab-pal ul .tab-pal-l .tab-pal-img{margin-top: 60px;}
    .in-fw .notice .tab-bd{margin-top: 50px;}
    .in-fw .notice .tab-bd .tab-pal ul li p{margin-bottom: 30px;}
    .in-case .swiper .in-case-div .in-case-text{padding: 25px;}
    .in-case .swiper .in-case-div .in-case-bottom{height: 105px;}
    .in-case .swiper .in-case-div .in-case-bottom .in-case-bottom-btn {margin-top: 29px;}
    .in-case .swiper .swiper-button-next, .in-case .swiper .swiper-button-prev{width: 50px;height: 50px;background-size: 100% auto;}
    .foot-nav li{margin: 0 4%;}
    .ny-fw .tab-pal ul li{width: 45%;}
    .ny-fw .tab-pal ul .tab-pal-r figure{}
    .ny-fw .tab-pal ul li h2{font-size: 50px;}
    .ny-fw .tab-pal ul li h3{font-size: 30px;}
    .ny-fw .tab-pal ul li p{margin-bottom: 25px;padding-left: 33px;}
    .ny-fw .tab-pal ul .tab-pal-l .tab-pal-img {margin-top: 55px;}
    .case-top-p{width: 60%;}
    .case-top{background-size: auto 100% !important;}
    
    .in-fw .notice .tab-bd .tab-pal ul li h2 b{font-size: 30px;margin-top: 25px;}
    .in-fw .notice .tab-bd .tab-pal ul li h2{font-size: 42px;margin-bottom: 40px;}
    .in-fw-en .notice .tab-bd .tab-pal ul li h2 b{font-size: 20px;}
    .in-fw-en .notice .tab-bd .tab-pal ul li p{font-size:14px}
    .in-fw .notice .tab-bd .tab-pal ul .tab-pal-l {width: 46%;}
    .in-title .in-title-l h2 {font-size: 50px;}
    .in-case .swiper .in-case-div .in-case-text h2{margin: 16px 0 20px;font-size: 30px;}
    .in-news-ul li .in-news-div .in-news-r h3 {font-size: 24px;}
    .in-news-ul li .in-news-div .in-news-btn{border-bottom: 7px solid;}
    .in-news-ul li .in-news-div .in-news-r h3::after{height: 5px;}
    .fw-con-en .ny-fw .tab-pal ul li h3 {font-size: 26px;}
    .fw-con-en .ny-fw .tab-pal ul li h2 {font-size: 45px;}


}

@media screen and (max-width:1500px){
    .nav-c{width: 95%;margin: 0 auto;}
    .sy-banner .swiper .swiper-slide .sy-banner-bj h2{font-size: 55px;line-height: 70px;}
    .in-title .in-title-l h2{font-size: 50px;line-height: 65px;}
    .in-title-r a{width: 60px;height: 60px;line-height: 60px;}
    .in-case .swiper{width: 100%;}
    .in-case .swiper .swiper-button-next, .in-case .swiper .swiper-rtl .swiper-button-prev {right: 4px;}
    .foot-nav{justify-content: right;}
    .foot-nav li{margin: 0 0 0 7%;}
    .sy-banner .swiper .swiper-button-next, .sy-banner .swiper .swiper-rtl .swiper-button-prev {
        right: var(--swiper-navigation-sides-offset,100px);
    }
    .sy-banner .swiper .swiper-button-prev, .sy-banner .swiper .swiper-rtl .swiper-button-next {
        left: var(--swiper-navigation-sides-offset,100px);
    }
   
    .in-fw .notice .tab-bd .tab-pal ul li h2 b {font-size: 25px;}	
    .ny-fw .tab-pal ul li h3 {font-size: 26px;}
}

@media screen and (max-width:1400px){
    .in-fw .notice .tab-nav{padding-top: 50px;}
    .in-fw .notice .tab-nav li a{font-size: 22px;}
    .in-fw .notice .tab-bd {margin-top: 20px;}
    .in-fw .notice .tab-bd .tab-pal ul li h2 {font-size: 40px;}
    .in-fw .notice .tab-bd .tab-pal ul li p{font-size: 14px;line-height: 25px;padding-left: 32px;margin-bottom: 20px;}
    .in-case-logo,.in-news{margin-top: 50px;}
    .in-title{padding: 50px 0;}
    .ny-fw .tab-pal ul li h2{font-size: 40px;}
    .case-top-p{width: 80%;}
    
    .sy-banner .swiper .swiper-slide .sy-banner-bj h2{font-size:40px;margin-top:24%;}

}

@media screen and (max-width:1360px){
    .ny-banner{height: 480px;background-size: auto 100% !important;}
    .ny-about,.ny-wh{margin-top: 60px;}
    .ny-wh{font-size: 30px;padding-bottom: 20px;}
    .wh-ul li {background: #fff;padding: 28px 28px 0px;}   
    .wh-ul li .wh-text {line-height: 25px; margin-top: 22px; height: 145px;}
    .ny-title{padding: 30px 0;}
    .ny-fzlc .snBrand ul li h3 {
        font-size: 40px;
        margin: 17px 0 45px;
    }
    .ny-xw .swiper .swiper-slide a h3{font-size: 16px;margin-top: 10px;}
    .ny-xw .swiper .swiper-slide a p{line-height: 20px;}
    .ny-lx {
        margin-bottom: 30px;
    }

    .ny-fw .tab-pal ul .tab-pal-l figure{margin-right: 10px;}
    .fa-banner h2 {
        font-size: 40px;
        padding-top: 34%;
    }
    
    

	
}

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

@media screen and (max-width:1200px){
    .foot-nav li {
        margin: 0 0 0 4%;
    }
    .wh-ul li:nth-child(3){display: none;}
    .wh-ul{justify-content: space-between;}
    .wh-ul li{width: 48%;margin-right: 0;}
    .ny-fzlc .snBrand ul {width: 83%;}
    .foot_ly{display: none;}
    .footer.footerP{margin-bottom: 0px;}
}

@media screen and (max-width:910px){
    .sy-banner .swiper .swiper-button-next, .sy-banner .swiper .swiper-rtl .swiper-button-prev {
        right: 20px;
    }
    .sy-banner .swiper .swiper-button-prev, .sy-banner .swiper .swiper-rtl .swiper-button-next{
        left: 20px;
    }
    .sy-banner .swiper .swiper-pagination-fraction {
        bottom: 5.4%;
        right: var(--swiper-navigation-sides-offset,91px);
    }
    .in-title .in-title-l h2 {
        font-size: 40px;
        line-height: 50px;
    }
    .in-title-r {
        margin-top: 35px;
    }
    .sy-about-p{width: 100%;}
    .in-fw .notice .tab-nav li a {
        font-size: 18px;
    }
    .in-fw .notice .tab-nav li {
        display: inline-block;
        margin-right: 25px;
    }    
    .in-fw .notice .tab-bd .tab-pal ul{flex-wrap: wrap;}
    .in-fw .notice .tab-bd .tab-pal ul .tab-pal-l{width: 100%;padding: 0 4%;margin-bottom: 30px;}
    .in-fw .notice .tab-bd .tab-pal ul li h2{font-size: 30px;line-height: 35px;}
    .in-fw .notice .tab-bd .tab-pal ul .tab-pal-l figure{width: 15%;}
    .in-fw .notice .tab-bd .tab-pal ul li{width: 100%;}
    .in-case .swiper .in-case-div .in-case-text {padding: 15px;}
    .in-case .swiper .in-case-div .in-case-text h2{font-size: 20px;}
    .in-case .swiper .in-case-div .in-case-text p{font-size: 14px;line-height: 25px;}
    .in-case .swiper .in-case-div .in-case-bottom {height: 75px;margin-top: 0;}
    .in-case .swiper .in-case-div .in-case-bottom .in-case-bottom-img img{max-height: 100%;}
    .in-case .swiper .swiper-button-next, .in-case .swiper .swiper-button-prev{width: 30px;height: 30px;}
    .in-case .swiper .in-case-div .in-case-bottom .in-case-bottom-btn a{width: 30px;height: 30px;line-height: 30px;font-size: 25px;}
    .in-case .swiper .in-case-div .in-case-bottom .in-case-bottom-btn {margin-top: 24px;}
    .in-case-logo .picScroll-div ul li{width: 150px;height: auto;margin-right: 15px;}
    .in-news-ul li .in-news-div .in-news-r h3{font-size: 20px;margin-top: 0;line-height: 35px;}
    .in-news-ul li .in-news-div .in-news-btn {border-bottom: 3px solid #000; padding-bottom: 7px;}
    .foot-nav li{display: none;}
    .foot-nav li:last-child,.foot-nav li .foot-ewm li{display: inline-block;}
    .foot-nav li .foot-ewm li figure{width: 100px;left: -43px;}

}

@media screen and (max-width:760px){
    .sy-banner{height: 600px;}
    .sy-banner .swiper .swiper-slide .sy-banner-bj{background-size: auto 100% !important;}
    .sy-banner .swiper .swiper-slide .sy-banner-bj h2{font-size: 35px;line-height: 45px;padding-left: 0;padding-top: 50%;}
    .in-fw .notice .tab-bd .tab-pal ul li h2 b {font-size: 18px;}
    .sy-banner .swiper .swiper-scrollbar-horizontal{bottom: 69px;}
    .sy-banner .swiper .swiper-button-next, .sy-banner .swiper .swiper-rtl .swiper-button-prev{bottom: 49px;}
    .sy-banner .swiper .swiper-button-prev, .sy-banner .swiper .swiper-rtl .swiper-button-next{bottom: 49px;}
    .in-title {padding: 30px 0;}
    .in-title .in-title-l h2{font-size: 30px;}
    .in-fw{margin-top: 45px;}
    .in-case .swiper .in-case-div .in-case-text {padding: 40px;}
    .in-case .swiper .in-case-div .in-case-bottom {height: 60px; margin-top: 60px;}
    .in-case .swiper .in-case-div .in-case-bottom .in-case-bottom-btn {margin-top: 35px;}
    .in-case-logo .picScroll-div ul li{width: 120px;height:50px;}
    .wh-ul li{width: 100%;}
    .wh-ul li .wh-text{height: auto;margin-bottom: 20px;}
    .ny-fzlc .snBrand ol li.on h3{background-position-x: 85px;}
    .ny-fzlc .snBrand ol li h3{background: url(../images/about_08.png) no-repeat 88px center;background-size: 8px auto;}
    .ny-fzlc .snBrand ol {background: url(../images/about_09.png) repeat-y 92px 0px;}
    .ny-fzlc .snBrand ul {width: 80%;}
    .ny-fzlc .snBrand ul li div p{font-size: 14px;line-height: 22px;}
    .ny-nav li {
        display: inline-block;
        margin-right: 0;
        text-align: center;
        width: 24%;
    }
    .ny-banner {
        height: 250px;
        margin-top: 60px;
    }
    .xw-banner{height: 250px;margin-top: 60px;}
    .xw-banner h2{line-height: 250px;}
    .news-xq-title{padding: 30px 0;}
    .news-xq-title h2 {
        font-size: 18px;
        line-height: 30px;
    }
    .ny-fw .tab-pal ul{flex-wrap: wrap;}
    .ny-fw .tab-pal ul .tab-pal-l{width: 97%;}
    .ny-fw .tab-pal ul li h2 {
        font-size: 25px;
        margin:25px 0 20px;
    }
    .ny-fw .tab-pal ul li h3{font-size: 18px; margin-bottom: 15px;}
    .ny-fw .tab-pal ul li p {
        margin-bottom: 10px;
        padding-left: 26px;
        font-size: 14px;
        line-height: 25px;
    }
    .ny-fw .tab-pal ul li{width: 100%;}
    .ny-fw .tab-pal ul .tab-pal-r figure{width: 100%;position: inherit; margin-top: 30px;}
    #fp-nav.right {right: 0px !important;}
    .case-top-p p{line-height: 30px !important;}
    .case-top-p p span{font-size: 20px !important;}
    .case-top{height: 500px;margin-top: 60px;}
    .ny-case-ul li .case-logo img{height: 25px;}
    .case-con{margin: 11% auto;}
    .case-con-text h4 {font-size: 36px;}
    .case-con-text p {
        font-size: 14px;
    }
    .ny-case-ul{margin-top: 40px; margin-bottom: 40px;}
    .ny-case-ul li{width: 100% !important;margin-bottom: 20px;}
    .ny-case-ul li .case-logo img{height: 50px;}
    .fa-con-fff .fa-nr{flex-wrap: wrap;}
    .fa-l,.fa-r.menu_fixed,.fa-r{width: 100%;position: inherit;padding: 0;}   
    .fa-banner h2 {font-size: 30px;padding-top: 38% !important;}
    .fa-l{border-right: none;}
    .fa-r h2{font-size: 22px;margin-top: 30px;}
    .fa-r ul li{font-size: 16px;line-height: 50px; padding-top: 10px;}
    .fa-con-fff,.fa-con{padding: 30px 0;}
    
    .in-logo{display: none;}
    .in-news-ul li:last-child{display: none;}
    
    .in-fw .notice .tab-hd .cont1400{overflow: auto;}
    .in-fw .notice .tab-hd .cont1400::-webkit-scrollbar {
		width: 1px;
		height: 1px;
		background-color: rgba(240, 240, 240, 0);
	}
    .in-fw .notice .tab-nav{width: 180%;}
    .in-fw .notice .tab-nav {padding-top: 0px;}
    .fw-con {padding-bottom: calc(480px - 1rem);padding-top: 60px;}
    .ny-fw-bj {height: auto;}
    .fw-con-en{padding-bottom: calc(580px - 1rem);}
    .foot-l .foot-gzh{margin-top: 40px;}
 
}

@media screen and (max-width:640px){
    .foot-bq{display: block; text-align: center;}
    .footer .foot-top{flex-wrap: wrap;}
    .foot-l,.foot-r{width: 100%;}
    .foot-nav {
        justify-content: left;
    }
    .foot-nav li{margin: 20px 0 0;}
    .foot-nav li .foot-ewm li figure{left: 0;}
    .in-news{padding-bottom: 20px;}

    .ny-about .ny-about-logo,.ny-about .ny-about-text{width: 100%;margin-bottom: 30px;}
    .ny-about{flex-wrap: wrap;}
    .ny-fzlc .snBrand ol li.on h3{font-size: 22px;}
    .ny-fzlc .snBrand ol li h3{font-size: 18px;}
    .ny-fzlc .snBrand ol {height: 430px;background: url(../images/about_09.png) repeat-y 73px 0px;}
    .ny-fzlc .snBrand ol li.on h3 {
        background-position-x: 66px;
    }
    .ny-fzlc .snBrand ol li h3 {
        background: url(../images/about_08.png) no-repeat 69px center;
        background-size: 8px auto;
    }
    .ny-fzlc .snBrand ul li h3 {
        font-size: 30px;
        margin: 20px 0 30px;
    }
    .ny-lx .ny-lx-div h2 {
        font-size: 20px;
        padding-left: 50px;
    }
    .ny-lx .ny-lx-div{padding: 20px;height: auto;}
    .ny-xw{padding-bottom: 40px;}
    .ny-title h2{font-size: 30px;}
    .case-con{width: 90%;margin: 20% auto;}
    .case-con-text .case-con-btn>a {
        width: 44%;
        margin-right: 12px;
    }
    .case-con{padding: 2px;}
    .case-top-p{width: 100%;}
    .in-case-logo{margin-top: 0;}
}

@media screen and (max-width:510px){    
	.sy-banner .swiper .swiper-pagination-fraction{right: 55px;}
    .sy-banner .swiper .swiper-button-next:after, .sy-banner .swiper .swiper-rtl .swiper-button-prev:after, .sy-banner .swiper .swiper-button-prev:after, .sy-banner .swiper .swiper-rtl .swiper-button-next:after{font-size: 27px;}
    .in-fw .notice .tab-nav li{margin-bottom: 15px;}
    .in-fw .notice .tab-bd {margin-top: 0;}
    .in-fw .notice .tab-bd .tab-pal ul li h2{font-size: 26px;margin: 0 0 20px;}
    .in-fw .notice .tab-bd .tab-pal ul .tab-pal-l figure {width: 20%;}
    .in-case .swiper .in-case-div .in-case-text {
        padding: 20px;
    }
    .in-case .swiper .in-case-div .in-case-bottom .in-case-bottom-btn {
        margin-top: 17px;
    }

    .ny-fzlc .snBrand ol { width: 20%;}
    .ny-fzlc .snBrand ul {
        width: 76%;
    }
    .wh-ul li .wh-title h3{font-size: 26px;line-height: 38px;}
    .wh-ul li .wh-title{background-size: auto 100% !important;}
}

@media screen and (max-width:480px){
    .in-title-r{display: none;}
    .in-title .in-title-l h2{font-size: 26px;line-height: 37px;}
    .in-title {
        padding: 15px 0;
    }
    .in-fw .notice .tab-bd .tab-pal ul .tab-pal-l figure{width: 22%;margin-right: 5px;}
    .in-case .swiper .swiper-button-next, .in-case .swiper .swiper-button-prev{display: none;}
    .in-case .swiper .in-case-div figure {height: 255px;}
    .in-case .swiper .in-case-div figure img{width: auto;height: 100%;}
    .in-case .swiper .swiper-pagination{display: block;bottom: 0px;}
    .in-case .swiper {padding-bottom: 40px;margin-bottom: 0px;}
    
    .in-case .swiper .swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.in-case .swiper .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{background: #2b1fff;}
    .in-case-logo .picScroll-div{margin-top: 0;}
    .in-title .in-title-l p{font-size: 14px;}
    .in-news-ul li .in-news-div figure{width: 35%;}
    .in-news-ul li .in-news-div .in-news-r{width: 61%;}
    .in-news-ul li .in-news-div .in-news-r h3{font-size: 16px;}
    .in-news-ul li .in-news-div .in-news-btn {
        border-bottom: 1px solid #000;
        padding-bottom: 4px;
    }
    .in-news-ul li .in-news-div{margin-bottom: 20px;}
    .footer{padding-top: 40px;}
    .foot-l .foot-logo{margin-top: 0;margin-bottom: 20px;}
    .foot-bq{margin-top: 40px;}
    .ny-fzlc .snBrand ol {
        width: 24%;
    }
    .ny-fzlc .snBrand ul {
        width: 70%;
    }
    .ycxf li .ycxf-btn p{display: none;}
    .ycxf{padding: 0px 0px 0px;width: 45px;}
    .ycxf li .ycxf-xs{right: 45px;}
    .ycxf li:nth-child(2) .ycxf-xs{font-size: 14px;line-height: 48px;height: 48px;}
    .ycxf li:nth-child(2):hover .ycxf-xs {width: 180px;opacity: 1;}
    .ycxf ul{margin-bottom: 0;}

}

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

    	
}