@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;min-width: 1400px;}
@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 {text-decoration: none !important;transition: all 0.3s ease;color: #303caa;}
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.6s ease;}
.cont{width: 1380px;margin: 0 auto;}

/*banner*/
.mySwiper1{width: 100%;height:700px;margin-top: 100px;}
.mySwiper1 .swiper-wrapper{width: 100%;height: 100%;}
.mySwiper1 .swiper-slide{width: 100%;height: 100%;}
.mySwiper1 .swiper-slide .sy-banner{width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;display: flex;justify-content: left;align-items: center;}
.sy-banne-text{}
.mySwiper1 .swiper-pagination{bottom: 30px;}
.mySwiper1 .swiper-pagination .swiper-pagination-bullet{width: 15px;height: 15px;opacity: 1;border: 1px solid #fff;background: none;}
.mySwiper1 .swiper-pagination .swiper-pagination-bullet-active{background: rgba(255,255,255,.2);}
.sy-banner-text{display: flex;justify-content: left;align-items: center;width: 100%;}
.sy-banner-p{width: 100%;}
.sy-banner-p h3{font-size: 48px;color: #000;font-weight: bold;margin: 0 0 30px;}
.sy-banner-p p{font-size: 18px;color: #666;width: 37%;}
.sy-banner-p a{display: block;width: 150px;height: 50px;line-height: 50px;color: #fff;font-size: 16px;text-align: center;border-radius: 5px;margin-top: 60px;
background: linear-gradient(90deg, #0281c7, #28abe8);transition: all 0.5s;}
.sy-banner-p a:hover{background: #fff;color: #303caa;}
/*banner-end*/

/*index*/
/*按钮*/
.light-btn {
    text-decoration: none;
    font-size: 16px;
    background: linear-gradient(90deg, #303caa, #2cb3d8,#303caa, #2cb3d8);
    background-size: 400%;
    width: 175px;
    height: 50px;
    line-height:50px;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    border-radius: 5px;
    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, #303caa, #2cb3d8,#303caa, #2cb3d8);
    background-size: 400%;
    border-radius: 50px;
    filter: blur(10px);
    z-index: -1;
}
@keyframes sun {
    100%{
      background-position: -400% 0;
    }
}  

/**/
.in-fwxm{display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;margin-top: 50px;}
.in-fwxm li{width: 49%;margin-bottom: 30px;padding:55px 40px;transition: all 0.5s;background-repeat: no-repeat;background-size: cover;background-position: center;position: relative;overflow: hidden;height:400px;}
.in-fwxm li a{position: relative;z-index: 2;}
.in-fwxm li h3{font-size: 36px;color: #fff;font-weight: bold;margin: 0 0 30px;text-transform: capitalize;}
.in-fwxm li p{color: #fff;font-size: 16px;line-height: 30px;margin-bottom: 70px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.in-fwxm li span{display: block;width: 140px;height: 45px;border-radius: 5px;background: #fff;color: #000;text-align: center;font-size: 16px;
line-height: 45px;transition: all 0.5s;border: 1px solid #fff;}
.in-fwxm li:nth-child(2) h3,.in-fwxm li:nth-child(3) h3,.in-fwxm li:nth-child(2) p,.in-fwxm li:nth-child(3) p{color: #000;}
.in-fwxm li:nth-child(2) span,.in-fwxm li:nth-child(3) span{background: #303caa;color: #fff;border: 1px solid #303caa;}
.in-fwxm li:hover span{background: none;color: #fff;}
.in-fwxm li:nth-child(2):hover span,.in-fwxm li:nth-child(3):hover span{color: #000;}
.in-fwxm li::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: inherit;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.5s ease;
    z-index: 1;
}
.in-fwxm li:hover::before {transform: scale(1.05);}

.in-about{width: 100%;background: #f5f5f5;margin-top: 80px;padding-top:80px;padding-bottom: 80px;}
.in-about-c{display: flex;justify-content: space-between;align-items: center;}
.in-about-l{width: 50%;}
.in-about-title{}
.in-about-title h3{font-size: 30px;font-weight: bold;margin: 0 0 10px;}
.in-about-title p{font-size: 16px;color: #303caa;text-transform: uppercase;}
.in-about-text{margin-top: 30px;}
.in-about-text p{font-size: 16px;line-height: 25px;}
.in-about-a a{display: block;width: 140px;height: 45px;line-height: 45px;text-align: center;border: 1px solid #303caa;border-radius: 5px;margin-top: 80px;}
.in-about-a a:hover{background: #303caa;color: #fff;}
.in-about-r{width: 40%;}
.in-about-r img{width: 100%;}
.in-ry{width: 100%;background: url(../images/index_07.jpg) no-repeat center;padding: 100px 0;}
.in-ry .mySwiper2{}
.in-ry .swiper-slide figure{width: 100%;overflow: hidden;}
.in-ry .swiper-slide figure img{width: 100%;}
.in-ry .swiper-slide:hover figure img{transform: scale(1.05);}
.in-ry .mySwiper2 .swiper-button-next,.in-ry .mySwiper2 .swiper-button-prev{width: 35px;height: 35px;background: rgba(0, 0, 0, 0.4);border-radius: 50%;}
.in-ry .mySwiper2 .swiper-button-next:after,.in-ry .mySwiper2 .swiper-button-prev:after{color: #fff;font-size: 16px;}

.in-title{display: flex;justify-content: space-between;align-items: center;padding: 50px 0;}
.in-title .in-title-l{width: 90%;}
.in-title .in-title-l h3{font-size: 36px;font-weight: bold;margin: 0 0 15px;text-transform: uppercase;}
.in-title .in-title-l p{font-size: 16px;}
.in-title .in-title-r{width: 10%;}
.in-title .in-title-r a{font-size: 20px;color: #303caa;}
.in-news{display: flex;justify-content: space-between;align-items: flex-start;}
.in-news-l{width: 49%;}
.in-news-l figure{width: 100%;overflow: hidden;border-radius: 5px;height: 353px;}
.in-news-l figure img{width: 100%;}
.in-news-l:hover figure img{transform: scale(1.050);}
.in-news-l h3{font-size: 20px;font-weight: bold;margin: 20px 0;}
.in-news-l p{font-size: 16px;color: #666;line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.in-news-btn{width: 100%;display: flex;justify-content: space-between;align-items: center;margin-top: 20px;}
.in-news-btn time{font-size: 14px;color: #999;}
.in-news-btn .in-news-ll{display: flex;justify-content: right;align-items: center;}
.in-news-btn .in-news-ll figure{width: 20px;margin-right: 5px;height: auto;}
.in-news-btn .in-news-ll span{font-size: 14px;color: #999;}
.in-news-r{width: 48%;}
.in-news-r ul{display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;width: 100%;}
.in-news-r ul li{width: 48%;position: relative;border-radius: 5px;box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);margin-bottom: 28px;}
.in-news-r ul li .in-news-img{width: 100%;overflow: hidden;background: #303caa;height: 240px;}
.in-news-r ul li .in-news-img img{width: 100%;opacity: 0.2;}
.in-news-div{width: 100%;height: 100%;position: absolute;top: 0;left: 0;padding: 14px;background: #fff;transition: all 0.5s;}
.in-news-top{display: flex;justify-content: left;align-items: center;padding-top: 4px;}
.in-news-top figure{margin-right: 10px;}
.in-news-top figure img{width: 16px;height: 16px;}
.in-news-top span{color: #303caa;font-size: 14px;}
.in-news-text{}
.in-news-text h3{font-size: 16px;margin: 15px 0 20px;height: 42px;line-height: 22px;transition: all 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.in-news-text p{font-size: 14px;color: #666;line-height: 23px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.in-news-r ul li:hover .in-news-div{background: none;}
.in-news-r ul li:hover .in-news-img img{transform: scale(1.05);}
.in-news-r ul li:hover .in-news-top figure img{
    ofilter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: brightness(0%) invert(100%);
    -webkit-filter: brightness(0%) invert(100%);
}
.in-news-r ul li:hover .in-news-top span,.in-news-r ul li:hover .in-news-text h3,.in-news-r ul li:hover .in-news-text p,.in-news-r ul li:hover .in-news-btn time{color: #fff;}
.in-news-r ul li:hover .in-news-btn .in-news-ll figure img{
    ofilter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: brightness(0%) invert(100%);
    -webkit-filter: brightness(0%) invert(100%);
}
.in-news-r ul li:hover .in-news-ll span{color: #fff;}

.in-hzkh{background: url(../images/index_11.jpg) no-repeat center;margin-top: 80px;padding-bottom: 80px;background-size: cover;}
.in-hzkh-ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.in-hzkh-ul li{width: 16%;border: 1px solid #eee;margin: 0 0px 15px;overflow: hidden;background: #fff;}
.in-hzkh-ul li figure{width: 100%;height: 100px;display: flex;justify-content: center;align-items: center;}
.in-hzkh-ul li figure img{height: 100%;transition: all 0.5s;width:auto;}
.in-hzkh-ul li:hover figure img{transform: scale(1.05);}

/*footer*/
.footer{width: 100%;background:#1a1f49;}
.foot-top{display: flex;justify-content: space-between;align-items: center;border-bottom: 1px solid rgba(255,255,255,.2);}
.foot-logo{width: 50%;padding: 20px 0;}
.foot-logo img{height: 74px;}
.foot-tel{display: flex;justify-content: right;align-items: center;}
.foot-tel figure{width: 64px;margin-right: 15px;}
.foot-tel-p{}
.foot-tel-p span{font-size: 14px;color: #fff;opacity: 0.7;}
.foot-tel-p p{font-size:24px;color: #fff;font-weight: bold;margin: 0;}
.foot-box{padding-top: 20px;border-bottom: 1px solid rgba(255,255,255,.2);padding-bottom: 80px;}
.foot-box ul{display: flex;justify-content: space-between;align-items: flex-start;}
.foot-box ul li{}
.foot-box ul li h3{font-size: 18px;color: #fff;font-weight: bold;margin-bottom: 20px;}
.foot-box ul li a{color: #fff;opacity: 0.7;font-size: 14px;line-height: 30px;display: block;}
.foot-box ul li a:hover{opacity: 1;}
.foot-box ul li figure{border-radius: 5px;background: #fff;overflow: hidden;}
.foot-box ul li figure img{width: 100%;}
.foot-bq-c{display: flex;justify-content: space-between;align-items: center;padding: 30px 0;color: #fff;font-size: 14px;}
.foot-bq-c a{color: #fff;}
.foot-bq-l a{display: inline-block;margin-left: 15px;}
.foot-bq-r{}

.foot-box-en ul li:nth-child(5){width:363px;}


/*右侧悬浮*/
.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:#133581 url(../images/index_42.png) no-repeat;line-height: 90px;position: relative;cursor: pointer;}
.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 #eee;line-height: 0;}
.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: #133581;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;}


/*内页*/
/*banner*/
.ny-banner {width: 100%;height: 400px;position: relative;text-align: center;display: flex;justify-content: center;align-items: center;margin-top: 100px;}
.ny-banner h2{margin: 0;font-size: 25px;color: #fff;font-weight: bold;}
.ny-banner h2 p{font-size: 40px;font-weight: bold;margin: 15px 0 0;text-transform: uppercase;}

.crumb{
    background: #f7f7f7;
}
.crumb .bread {    
    margin-left: auto;
    display: flex;
    justify-content: right;
    align-items: center;
}
.bread .item {
    height: 60px;
    display: block;
    color: #666;
    transition: all .4s;
    padding: 0 25px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
    font-size: 16px;
}
.bread .item.active,.bread .item:hover {
    background: #fff;
    color: #303caa;
}
.bread .item::before {
    content: "";
    display: block;
    bottom: 0;
    left: 0;
    position: absolute;
    width: 0;
    height: 2px;
    background: #303caa;
    transition: all .4s;
}
.bread .item.active::before,.bread .item:hover::before{
    width: 100%;
}

/*内页标题*/
.ny-title{padding: 50px 0;text-align: center;}
.ny-title h3{font-weight: bold;font-size: 36px;margin: 0 0 20px;text-transform: uppercase;}
.ny-title span{display: block;border-radius: 5px;background: #303caa;margin: 0 auto;width: 40px;height: 4px;}

/*简介*/
.jsjj {width: 1200px;margin: 0 auto;padding-bottom: 75px;} 
.jsjj_title h2 {font-size: 40px;color: #333;margin-bottom: 40px;margin-top: 50px;text-align: center;}
.jsjj_title p {font-size: 16px;line-height: 2;color: #333;margin-bottom: 10px;text-align: justify;word-break: break-all;}

.ny-zhengshu{width: 100%;background: #f5f5f5;padding-bottom: 50px;margin-top: 50px;}
.ny-zhengshu .picScroll{width: 100%;position: relative;overflow:hidden;}
.ny-zhengshu .picScroll li{width:245px;margin:0 10px;float: left;}
.ny-zhengshu .picScroll li figure{width: 100%;overflow: hidden;}
.ny-zhengshu .picScroll li figure img{width: 100%;}
.ny-zhengshu .picScroll li:hover figure img{transform: scale(1.05);}
.ny-zhengshu .picScroll li p{text-align: center;font-size: 16px;line-height: 40px;}

.ny-hzkh{margin-bottom: 80px;}
.ny-about{margin-bottom: 80px;}

.ny-zs-ul{display: flex;justify-content: left;flex-wrap: wrap;}
.ny-zs-ul li{overflow: hidden;width: 18%;margin: 0 10px;text-align: center;}
.ny-zs-ul li p{font-size: 16px;margin-bottom: 30px;margin-top: 10px;}
.ny-zs-ul li figure{width: 100%;border: 1px solid #ccc;overflow: hidden;height: 328px;display: flex;justify-content: center;align-items: center;}
.ny-zs-ul li figure img{width: 100%;}
.ny-zs-ul li:hover figure img{transform: scale(1.05);}

/*客户*/
.in-kh{width: 100%;padding-bottom: 60px;}
.in-kh ul{display: flex;justify-content: left;flex-wrap: wrap;}
.in-kh ul li{overflow: hidden;width: 19%;margin: 0 6px 20px;background: #fff;border: 1px solid #eee;}
.in-kh ul li figure{width: 100%;overflow: hidden;display: flex;justify-content: center;align-items: center;height: 95px;}
.in-kh ul li figure img{height: 100%;transition: all 0.5s;width: auto;}
.in-kh ul li:hover img{transform: scale(1.05);}

/*业务*/
.yw-cont{display: flex;justify-content: space-between;align-items: flex-start;margin: 120px 0;}
.yw-cont-l{width: 23%;background: #f5f5f5;}
.yw-cont-l h3{background: #303caa;text-align: center;font-size: 24px;color: #fff;line-height: 100px;margin: 0;}
.yw-cont-l ul{width: 100%;padding: 0 1vw;}
.yw-cont-l ul li{text-align: center;font-size: 18px;line-height: 35px;background: url(../images/index_32.png) no-repeat bottom center;padding: 12px 0;}
.yw-cont-l ul li:hover a,.yw-cont-l ul li.on a{color: #303caa;}
.yw-cont-r{width: 72%;}
.yw-text{width: 100%;border-bottom: 1px solid #dfdfe9;margin-bottom: 40px;}
.yw-text h3{font-size: 30px;font-weight: bold;margin: 0 0 30px;}
.yw-p{width: 100%;border-bottom: 1px solid #dfdfe9;padding-bottom: 30px;}
.yw-p p{font-size: 16px;color: #333;line-height: 30px;margin: 0;}
.yw-a a{display: block;margin: 50px auto;border-radius:5px;background: #303caa;border: 1px solid #303caa;text-align: center;color: #fff;font-size: 18px;
width: 160px;height: 45px;line-height: 45px;}
.yw-a a:hover{background: #fff;color: #303caa;}

/*联系我们*/
.lxfs_tit h2 {font-size: 40px;color: #333;padding: 90px 0 70px;text-align: center;}
.lxfs_nr {width: 1200px;margin: 0 auto;}
.lxfs_nr ul {overflow: hidden;margin-left: -20px;margin-bottom: 30px;}
.lxfs_nr li {float: left;width: 50%;padding: 0 0 20px 20px;}
.lxfsbox {text-align: center;border-radius: 10px;background: #f9f9f9;height: 250px;transition: All 0.4s ease-in-out;position: relative;}
.lcbox {position: absolute;width: 100%;left: 50%;top: 50%;transform: translate(-50%, -50%);padding: 0 40px;}
.lxfsbox span {display: block;width: 70px;height: 70px;position: relative;margin: 0 auto;}
.lxfsbox img {position: absolute;left: 50%;top: 50%;transform: translate(-50%, -50%);}
.lxfsbox h2 {font-size: 16px;color: #333;line-height: 24px;height: 50px;}
.lcbox h2 span{display: block;width: 100%;padding-left: 6em;}
.lxfs_nr ul li:nth-child(3),.lxfs_nr ul li:nth-child(4),.lxfs_nr ul li:nth-child(5) {width: 33.33%;}
.lxfsbox:hover {background: #303caa;}
.lxfsbox:hover .c1 {
    ofilter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: brightness(0%) invert(100%);
    -webkit-filter: brightness(0%) invert(100%);
}
.lxfsbox:hover h2,.lxfsbox:hover h2 a{color: #fff;}
.bj5 {margin-top: 50px;}
.tjbd {width: 1200px; margin: 0 auto; max-width: 94%;}
.tjbd_title {text-align: center;padding: 100px 0 80px;}
.tjbd_title{text-align: center; padding: 40px 0 50px;}
.tjbd_title h2{font-weight: bold; font-size: 46px; color: #333; margin-bottom: 25px;}
.tjbd_title p{font-size: 36px; line-height: 60px; color: #333;}
.tjbd_nr{ padding-bottom: 90px;}
.tjbd_nr ul{overflow: hidden; margin-left: -23px;}
.tjbd_nr li{float: left; width: 50%; padding: 0 0 0 23px; position: relative; margin-bottom: 23px;}
.tjbd_nr b{color: #303caa; left: 35px;top:50%; transform: translateY(-50%);position: absolute;font-size: 16px;}
.wby4{width: 100%; height: 70px; line-height: 68px;border: 1px solid #ccc;background: rgba(255,255,255,.7); padding: 0 20px 0 25px;border-radius: 10px;}
.wby5{width: 100%; height: 164px; line-height: 1.8;border: 1px solid #ccc;background: rgba(255,255,255,.7); padding:20px;border-radius: 10px;}
.tjbd_nr ul li:nth-child(5){ width:100%;}
.wby6{width: 190px; height: 70px; line-height: 68px;border: 1px solid #ccc;background: rgba(255,255,255,.7); padding: 0 20px;border-radius: 10px;}
.btn8{width: 190px;height: 70px; background:#303caa; color:#fff;border-radius: 10px;cursor: pointer;transition: All 0.4s ease-in-out;border: none;}
.yzm{display: inline-block; width: 161px; margin-left: 10px;vertical-align: middle;}
.btn8:hover{background: #303caa; color: #fff;}
.yzm img{width: 100%;}
.tjbd_nr ul li:nth-child(7){text-align: right;}

.ny-lx-div{display: flex;justify-content: space-between;flex-wrap: wrap;}
.ny-lx-l{width: 80%;margin-top: 30px;}
.ny-lx-l ul{display: flex;justify-content: space-between;flex-wrap: wrap;}
.ny-lx-l ul li{width: 50%;font-size: 16px;color: #666;text-align: left;margin-top: 25px;}
.ny-lx-l ul li p{display: inline-block;font-size: 16px;line-height: 25px;width: 83%;margin-top: 11px;}
.ny-lx-l ul li span{display: inline-block;width: 45px;height: 45px;background: url(../images/index_43.png) no-repeat;float: left;margin-right: 15px;
    border-radius: 50%;}
.ny-lx-l ul li span.ny_lx_ico1{background-position: -170px 1px;}
.ny-lx-l ul li span.ny_lx_ico2{background-position: -58px 1px;}
.ny-lx-l ul li span.ny_lx_ico3{background-position: -58px 1px;}
.ny-lx-l ul li span.ny_lx_ico4{background-position: -116px 1px;}
.ny-lx-l ul li span.ny_lx_ico5{background-position: 0px 1px;}
.ny-lx-r{text-align: center;width: 110px;margin-top: 60px;}
.ny-lx-r figure img{width: 100%;}
.ny-lx-r p{font-size: 14px;}

.ny_lx_ul li{width: 30%;display: inline-block;text-align: left;margin-top: 50px;}
.ny_lx_ul li p{display: inline-block;font-size: 16px;line-height: 25px;width: 83%;margin-top: 11px;}
.ny_lx_ul li span{display: inline-block;width: 45px;height: 45px;background: url(../images/index_43.png) no-repeat;float: left;margin-right: 15px;
border-radius: 50%;}
.ny_lx_ul li span.ny_lx_ico1{background-position: -170px 1px;}
.ny_lx_ul li span.ny_lx_ico2{background-position: -116px 1px;}
.ny_lx_ul li span.ny_lx_ico3{background-position: -60px 1px;}
.ny_lx_ul li span.ny_lx_ico4{background-position: 0px 1px;}
.ny_lx_ul li:last-child{text-align: center;width: 110px;margin-top: 0;}
.ny_lx_ul li figure{width: 100%;}
.ny_lx_ul li figure img{width: 100%;}
.ny_lx_ul li p{font-size: 14px;}


.nylx-api{width: 100%;margin: 0 auto;overflow: hidden;}
#allmap1{width: 100%;overflow: hidden;height: 500px;}

.lx-ly{width: 100%;background: #fff;box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);padding: 60px;margin-bottom: 80px;}
.lx-ly h2{font-size: 40px; font-weight: 600; color: #000000;text-align: center;}
.lx-ly form{margin-top: 40px;}
.lx-ly form .form-1{width: 100%;height: 55px;line-height: 55px;background: #F2F2F2;margin-bottom: 20px;position: relative;}
.lx-ly form .form-1 label{position: absolute;left: 15px;top: 0;width: 15%;font-size: 16px;color: #666;font-weight: 400;}
.lx-ly form .form-1 label span{color: red;}
.lx-ly form .form-1 input{width: 80%;right: 15px;position: absolute;top: 0;background: none;border: none;}
.lx-ly form .form-2{height: 160px;}
.lx-ly form .form-2 label{width: 100%;}
.lx-ly form .form-2 textarea{width: 98%;position: absolute;top: 35px;background: none;border: none;left: 20px;height: 118px;}
.lx-ly form button{width: 220px;height: 55px;background: #303caa;font-size: 16px;color: #fff;border: 1px solid #303caa;}
.lx-ly form button:hover{background: #fff;color: #303caa;}

/*新闻列表*/
.nynews-ul{margin-top: 50px;}
.nynews-ul li{width: 100%;border-bottom: 1px solid #D9D9D9;padding-bottom: 30px;margin-bottom: 30px;}
.nynews-ul li a{}
.nynews-ul li figure{width: 24%;overflow: hidden;float: left;height: 183px;display: flex;justify-content: center;align-items: center;}
.nynews-ul li figure img{width: 100%;transition: all 0.5s;}
.nynews-ul li:hover figure img{transform: scale(1.05);}
.nynews-ul li .nynews-ul-div{width: 73%;float: right;padding-right: 90px;}
.nynews-ul li .nynews-ul-div h3{ font-size: 18px; font-weight: 500;margin: 10px 0 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.nynews-ul li .nynews-ul-div time{font-size: 14px;color: #666;}
.nynews-ul li .nynews-ul-div p{font-size: 14px; font-weight: 400;color: #666;line-height:26px;margin-top:15px;margin-bottom:20px;text-align: justify;
    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;
}
.nynews-ul li .nynews-ul-div span{ font-size: 16px; font-weight: 400; color: #666; letter-spacing: 2px;}

.ny_news{width: 100%;background: #f5f5f5;padding-bottom: 80px;}
.ny_news_ul{width: 100%;padding-top: 80px;}
.ny_news_ul li{width:100%;background: #fff;padding: 40px;margin-bottom: 30px;}
.ny_news_ul li figure{float: left;width: 27%;overflow: hidden;}
.ny_news_ul li figure img{width: 100%;transition: all 0.5s;}
.ny_news_ul li:hover figure img{transform: scale(1.05);}
.ny_news_ul li .nynews-div{width: 70%;float: right;}
.ny_news_ul li .nynews-div h3{font-size: 24px;font-weight: bold;margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 1;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
.ny_news_ul li .nynews-div p{font-size: 14px;color: #666;line-height: 26px;margin-top: 10px;margin-bottom: 40px;
    
}
.ny_news_ul li .nynews-div time{font-size: 14px;color: #666;line-height: 35px;}
.ny_news_ul li .nynews-div span{display: inline-block;width: 128px;height: 42px;border: 1px solid #BFBFBF;font-size: 14px;color: #999;line-height: 42px;
text-align: center;}
.ny_news_ul li .nynews-div:hover h3{color: #303caa;}
.ny_news_ul li .nynews-div span:hover{color: #303caa;border: 1px solid #303caa;background: url(../images/index_45.png) no-repeat 86px center;}


/*新闻详情*/
.xwxq-top{width: 100%;border-top: 1px solid #E6E6E6;padding-top: 17px}
.xwxq-mbx{width: 100%;border-bottom: 1px solid #E6E6E6;}
.xwxq-mbx p{padding: 0;line-height: 60px;color: #999;font-size: 16px;}
.xwxq-mbx p a{color: #999;}
.xwxq-mbx p a:hover{color: #303caa;}

.xwxq-title{margin-top: 10px;}
.xwxq-title h3{width: 75%;float: left;font-size: 24px;text-align: left;}
.xwxq-title time{width: 20%;font-size: 16px;color: #666;float: right;display: block;text-align: right;margin-top: 25px;}

.xwxq-c{width: 100%;background: #f8f8f8;margin-top: 50px;padding: 60px 0;}
.xwxq-p{width: 100%;}
.xwxq-p p{font-size: 16px;color: #333;line-height: 26px;}
.xwxq-p img{max-width: 100%;}
.xwxq-bottom{border-top: 1px solid #E0E3E9;width: 100%;margin-top: 50px;padding-top: 40px;}
.xwxq-bottom-btn{color: #000; font-size: 16px;float: left; width: 70%;}
.xwxq-bottom-fh{float: right;width: 20%;margin-top: 6px;}
.xwxq-bottom-fh a{display: block;width: 120px;height: 46px;line-height:46px;border: 1px solid #303caa;font-size: 16px;color: #fff;border-radius: 5px;
background: #303caa;text-align: center;float: right;}
.xwxq-bottom-fh a:hover{background: #fff;color: #303caa;}

.xwxq-r{width: 100%;background: #fff;padding: 0 24px 24px;}
.xwxq-r h3{ font-size: 18px; font-weight: 400; color: #000000; line-height: 21px;padding: 24px 0;margin: 0;}
.xwxq-r ul li{border-top: 1px solid #E6E6E6;margin-bottom: 24px;padding-top: 24px;}
.xwxq-r ul li h4{font-size: 16px; font-weight: 400;line-height: 24px;margin: 0 0 16px;}
.xwxq-r ul li time{background: url(../images/t1.png) no-repeat left center; font-size: 16px; font-weight: 400; color: #666666;
line-height: 19px;padding-left: 24px;background-size: 17px auto;}

.xq_news{width: 100%;background: #f5f5f5;padding-top: 80px;padding-bottom: 80px;}
.xq_news_l{background: #fff;box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);padding: 50px 80px;}
.xq_news_l .ny_case_title{width: 100%;text-align: center;border-bottom: 1px solid #E6E6E6;padding-bottom: 15px;margin-bottom: 25px;}
.xq_news_r{background: #fff;box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);padding: 30px;}
.xq_news_r h3{font-size: 24px;color: #222;font-weight: bold;margin-bottom: 20px;}
.xq_news_r_ul li{width: 100%;border-bottom: 1px solid #EEEEEE;padding-bottom: 15px;margin-top: 15px;}
.xq_news_r_ul li h4{font-size: 14px;padding-right: 20px;padding-right: 36px;line-height: 22px;
    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;
}
.xq_news_r_ul li time{font-size: 14px;color: #999;}
.xq_news_r_ul li time i{font-style: normal;}
.xq_news_r_ul li time i:nth-child(1){color: #222;}
.xq_news_r_ul li:hover h4{background: url(../images/index_20.png) no-repeat center right;}

/*分页*/
.last-page{text-align: center;margin:40px 0;}
.page-status,.page-index,.page-last{display: none;}
.last-page span a{display: inline-block;width: 40px;height: 40px;color: #000;line-height: 40px;font-size: 14px;overflow: hidden;margin: 0 5px;
background: #ececec;text-align: center;border-radius: 5px;}
.last-page .page-pre a,.last-page .page-next a{width: 65px;}
.last-page .page-num-current,.last-page span a:hover{background: #303caa;color: #fff;}
.last-page .page-none{margin-bottom: 80px;display: block;}


/*下载*/
.zsyb-list{display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;margin-top: 100px;}
.zsyb-list li{width: 48%;background: #f3f3f3;margin-bottom: 30px;padding: 20px 0;transition: all 0.5s;}
.zsyb-list li a{display: flex;justify-content: space-between;align-items: center;}
.zsyb-list li h3{width: 85%;font-size: 20px;color: #303caa;font-weight: bold;background: url(../images/index_39.png) no-repeat left center;
    line-height: 40px;padding-left: 30px;margin: 0;transition: all 0.5s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.zsyb-list li span{display:block;margin-right: 35px;transition: all 0.5s;}
.zsyb-list li:hover{background: #303caa;}
.zsyb-list li:hover h3{color: #fff;}
.zsyb-list li:hover span img{
    ofilter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: brightness(0%) invert(100%);
    -webkit-filter: brightness(0%) invert(100%);
}

/*客服*/
.rzsq-form{}
.rzsq-form .form-group{display: flex; justify-content: left; align-items: center;}
.rzsq-form .RadioStyle{width: 92%;}
.rzsq-form .form-group label{width: 100px;font-size: 16px;font-weight: 400;padding: 0;margin: 0 10px 0 0;text-align: right;}
.rzsq-form .form-group label span{color: red;}
.rzsq-form .form-group .radio{margin: 0 0px 20px 0;}
.rzsq-form .form-group .PaddingL{display: flex; justify-content: left; align-items: center;flex-wrap: wrap;}
.rzsq-form .RadioStyle label{border: 1px solid #e1e1e1;color: #000;font-size: 14px;line-height: 45px;width: 160px;height: 45px;text-align: center;
border-radius: 5px;}
.rzsq-form .checkbox+.checkbox,.rzsq-form .radio+.radio{margin-top: 0px;}
.rzsq-form .RadioStyle input {position: absolute;opacity: 0;width: 119%;height: 100%;cursor: pointer;}
.rzsq-form .RadioStyle input:checked + label {
    background: #303caa;
    color: #fff;
    border-color: #303caa;
}
.sq1{width: 100%;display: flex;justify-content: space-between;align-items: center;margin-top: 40px;}
.sq1 .form-group{width: 33%;}
.sq1 .form-group input{background: #f4f4f4;height: 50px;line-height: 50px;font-size: 16px;border: none;width: 76%;padding: 0 15px;border-radius: 5px;}
.sq2{margin-top: 20px;}
.sq-text{margin-top: 20px;}
.sq-text .form-group{align-items: flex-start;}
.sq-text .form-group label{margin-top: 15px;}
.sq-text .form-group textarea{width: 92%;padding: 15px;background: #f4f4f4;border: none;height: 120px;font-size: 16px;}
.rzsq-form .btn{border-radius: 5px;background: #303caa;width: 160px;height: 55px;color: #fff;font-size: 18px;padding: 0;margin: 60px auto 120px;
text-align: center;display: block;}
.rzsq-form .btn:hover{background: #237be0;}
.rzsq-form .sqkc .PaddingL{flex-wrap: wrap;}
.rzsq-form .sqkc .radio{margin-bottom: 1vw;}
.rzsq-form .form-group {align-items: baseline;}
.sqkc-form .sq-cjry .form-group{width: 100%;}
.sqkc-form .sq-cjry .form-group input{width:92%;}
.sq2 .form-group{width: 50%;} 
.sq2 .form-group input{width: 84%;}

/*产品*/
.case {width: 100%;margin-top: 50px;}
.case ul li {width: 23.5%;float: left;text-align: center;line-height: 30px;margin-right: 22px;margin-bottom: 20px;}
.case ul li:nth-child(4n) {margin-right: 0px !important;}
.case ul li p {	text-align: center;	width: 100%;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; line-height: 35px;}
.case ul li figure{width: 100%;height: 247px;border: 1px solid rgb(219, 218, 218);overflow: hidden;background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}
.case ul li img {width: 100%;height: auto;transition: all 0.6s;vertical-align: middle;}
.case ul li:hover figure img{transform: scale(1.05);}
.case ul li:hover p{color: #0346a1;}

.new_info {background-color: #f5f5f5;margin: 80px 0;width: 100%;}
.new_info_all {padding: 64px 70px;}
.info_title {text-align: center;}
.info_title_p {font-size: 30px;font-weight: bold;color: #333333;text-align: center;}
.info_title_2 {padding: 23px 0;color: #666666; display: flex; justify-content: center; align-items: center;}
.i2_one {
    display: flex;
    align-items: center;
    margin-left: 20px;
}

.i2_one:first-child {
    margin-left: 0;
    border-right: 1px solid #E5E5E5;
    padding-right: 20px;
}

.i2_one img {
    margin-right: 6px;
}
.info_title_3 {
    margin-top: 23px;
    padding: 36px 0;
    border-top: 1px solid #D9D9D9;
    border-bottom: 1px solid #D9D9D9;
    text-align: left;
}

.info_4 {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
}

.info_4_left a {
    font-size: 14px;
    color: #666666;
    line-height: 28px;
    display: block;
}

.info_4_right a {
    border: 1px solid #0346a1;
    width: 150px;
    height: 52px;
    text-align: center;
    line-height: 52px;
    color: #333333;
    overflow: hidden;
    display: block;
}

.info_4_right_a:hover{background: #0346a1;color: #fff;}

.rzsq-form-en .form-group label{width: 141px;}
.rzsq-form-en .sq2 .form-group input {width: 82%;}
.rzsq-form-en .sq1 .form-group input {width: 69%;}


@media (min-width: 1400px){
	.cont1320{width: 1320px;margin: 0 auto;}
}

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

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

@media screen and (max-width:1650px){
	.slides li p{width: 43%;}
    .light-btn{margin-top: 30px;}
    .in-about ul li .in-about-div .in-about-text{line-height: 22px;}

    .ny-yj-text .ny-yj-p p {line-height: 40px;padding-left: 25px;}
    .ny-yj-text .ny-yj-title h2 {font-size: 30px;}
    .ny-yj-text .ny-yj-title span {margin: 16px 0;}
}

@media screen and (max-width:1450px){
	.in-about ul li .in-about-div {width: 88%;margin-left: 25px;}
    .in-about ul li .in-about-div h4 {font-size: 20px;margin: 10px 0 20px;}
    .in-about ul li .in-about-div h3{font-size: 30px;}
    .in-about .in-about-btn .in-about-fff{margin: 25px 0;padding: 15px 20px;font-size: 20px;}
    .in-about .in-about-btn .in-about-fff a i{background-size: auto 30px;width: 36px;height: 31px;}
    .in-about .in-about-btn .in-about-2 a i {background-position: -47px 0px;}
    .in-about .in-about-btn .in-about-3 a i {background-position: -96px 0px;}
    .in-fw-nr .in-fw-r {width: 30%;}
}

@media screen and (max-width:1400px){
	.ny-yj-text {width: 78%;}
}

@media screen and (max-width:1350px){    
	.cont1330{width: 88%;margin: 0 auto;}
    .fuwu-ul li{height: 390px;}
    .fuwu-ul li .fuwu-ul-h3 h3{font-size: 20px;}
}

@media screen and (max-width:1230px){
	.in-fw-nr .in-fw-r {width: 26%;}
    .fuwu-ul li {height: 320px;}
}

@media screen and (max-width:1200px){
	.flexslider{margin-top: 80px;width: 100%;}
    .slides li{height: 500px;background-size: 100% auto !important;}
    .slides li h2{font-size: 50px;padding-top: 5%;}
    .slides li p {width: 63%;}
    .slides li img {padding-top: 5%;height: 120px;}
    .in-about .ul2,.in-about ul li:nth-child(1),.in-fw-l{display: none;}
    .in-about ul,.in-about ul li:nth-child(2){display: block;}
    .in-about ul li{width: 100%;}
    .in-about ul li .in-about-div {width: 90%;margin: 40px auto;}
    .in-about ul li .in-about-div .in-about-img{bottom: 0px;}
    .in-fw-nr .in-fw-r{width: 100%;}
    .in-fw {height: auto;padding-bottom: 100px;}
    .in-fw-r h2 {font-size: 40px;padding: 50px 0 30px;}
    .in-ys h2{font-size: 40px;}

    .about-1-ul li {width: 100%;}
    .about-1{margin-top: 60px;}
    .about-1-ul li{width: 100%;}
    .about-1-ul li h2 {font-size: 40px;}
    .about-1-ul li:nth-child(2) {padding: 28px 20px;}
    .ny-title h3 {font-size: 30px;}    
    .ny-title {padding: 30px 0;}
    .notice .tab-nav li{height: 60px;font-size: 18px;}
    .notice .tab-pal ul li {width: 100%;}
    .notice .tab-pal ul {flex-wrap: wrap;}
    .notice .tab-pal{padding: 30px;}
    .notice .tab-pal ul li img{margin-top: 40px;}
    .ny-banner{height: 350px;margin-top: 60px;background-size: auto 100% !important;}
    .ny-banner h2 {font-size: 35px;}
    .ny-banner span{width: 40px;}
    .ny-yj ul li{flex-wrap: wrap;}
    .ny-yj ul li .ny-yj-l,.ny-yj ul li .ny-yj-r,.ny-lx .ny-lx-l, .ny-lx .ny-lx-r{width: 100%;}
    .ny-yj ul li:nth-child(2) .ny-yj-l {order: inherit;}
    .ny-yj-text {width: 91%; margin-bottom: 30px;}
    .ny-lx {flex-wrap: wrap;}
    #allmap1{margin: 25px auto;}
    .ny-ly {margin: 0 auto 50px;padding: 0px 20px 40px;}
  
}

@media screen and (max-width:910px){
	.fuwu-ul li {height: 260px;margin-bottom: 25px;}
    .fuwu-ul li .fuwu-ul-h3{padding: 15px;}
    .fuwu-ul li .fuwu-ul-h3 h3 {font-size: 16px;}
}

@media screen and (max-width:760px){
    .slides li {height: 440px;background-size: auto 100% !important;}
    .slides li h2 {font-size: 35px;padding-top: 8%;}
    .slides li p {width: 90%;font-size: 14px;}
    .slides li img {height: 75px;}
    .in-about ul li .in-about-div .in-about-img img {height: 70px;}
    .in-about-ys{flex-wrap: wrap;}
    .in-about-ys li {width: 49%;margin-bottom: 20px;}
    .in-about-ys li h3 {font-size: 20px;margin: 15px 0;}
    .in-about-ys li p {padding-top: 10px;}
    .in-about-ys {margin: 70px 0 40px;}
    .ys-ul li{width: 50%;margin-bottom: 20px;padding: 30px 19px 40px;}
    .in-ys h2{padding: 30px 0;}
    .in-kh-ul li:nth-child(1),.in-kh-ul li:nth-child(2),.in-kh-ul li:nth-child(3){width: 32%;}
    .in-kh-ul li figure img {height: 30px;width: auto;}
    .in-kh-ul li{width: 32%;margin-bottom: 47px;}
    .foot-r ul li:nth-child(1){display: none;}
    .foot-l{width: 100%;}
    .foot-nr,.foot-r ul{display: block;}
    .foot-r ul li ul li:nth-child(1){display: block;}
    .foot-r ul li:nth-child(2),.foot-r{width: 100%;}
    .foot-r ul li h4 {font-size: 18px;}
    .in-kh h2{font-size: 40px;padding: 50px 0;margin: 0;}
    .ny-banner {height: 220px;}
    .fuwu-ul{margin: 30px auto;}
    .cont1330 {width: 90%;}    
    .fuwu-ul li{height: 200px;}
}

@media screen and (max-width:640px){
    .flexslider{margin-top: 66px;}
    .slides li img {height: 55px;}
    .slides li {height: 360px;}
    .light-btn{font-size: 14px;width: 130px;height: 40px;line-height: 40px;}
    .in-about-ys li span {width: 70px;height: 65px;background-size: auto 100%;}
    .in-about-ys li h3 {font-size: 18px;}
    .in-about-ys li p{font-size: 12px;}
    .in-about-ys li .in-about-ico2 {background-position: -138px 0px;}
    .in-about-ys li .in-about-ico3 {background-position: -245px 0px;}
    .in-about-ys li .in-about-ico4 {background-position: -358px 0px;}
    .in-fw-r h2 {font-size: 30px;padding: 35px 0 20px;}
    .in-fw-r-a {width: 130px;height: 40px;line-height: 40px;font-size: 14px;margin-top: 55px;}
    .in-fw {padding-bottom: 50px;}
    .in-ys h2{font-size: 30px;}
    .ys-ul li{width: 100%;padding: 30px 19px 10px;}
    .ys-ul li .ys-ul-num {bottom: 0px;font-size: 100px;}
    .in-kh-ul li:nth-child(1), .in-kh-ul li:nth-child(2), .in-kh-ul li:nth-child(3), .in-kh-ul li:nth-child(4) {display: none;}
    .in-kh-ul li {width: 49%;margin-bottom: 35px;}
    .in-kh h2 {font-size: 30px;}  
    .footer {padding-top: 40px;}
    .foot-l figure img{height: 50px;}
    .foot-r ul li ul li a{font-size: 12px;}
    .foot-bq a{display: block;margin: 5px 0 0;}
    .foot-bq{margin-top: 50px;}
    .foot-l h3 {font-size: 16px;}
    .ys-ul li .ys-ul-p {font-size: 14px;line-height: 22px;}
    .ys-ul li {padding: 15px 19px 10px;}
    .ys-ul li .ys-ul-title .ys-ul-ico{width: 45px;height: 42px;background-size: auto 141px;}
    .ys-ul li .ys-ul-title h3 {width: 82%;}
    .ys-ul li .ys-ul-title h3 {width: 82%;font-size: 16px;margin: 0px 0 0;line-height: 23px;}
    .ys-ul li .ys-ul-title h3 span {line-height: 16px;}
    .ys-ul li .ys-ul-title .ys-ul-ico2 {background-position: -86px -13px;}
    .ys-ul li .ys-ul-title .ys-ul-ico3 {background-position: -164px -10px;}
    .ys-ul li .ys-ul-title .ys-ul-ico4 {background-size: auto 128px;background-position: 1px -76px;}
    .ys-ul li .ys-ul-title .ys-ul-ico5 {background-position: -81px -78px;}
    .ys-ul li .ys-ul-title .ys-ul-ico6 {background-position: -147px -74px;}

    .notice .tab-nav li{font-size: 14px;}
    .notice .tab-pal ul li h3 {font-size: 16px;}
    .notice .tab-pal ul li h3 span {width: 40px;height: 3px; margin-top: 10px;}
    .notice .tab-pal ul li .tab-pal-text {margin-top: 20px;}
    .notice .tab-pal ul li .tab-pal-text p {font-size: 14px;line-height: 20px;}
    .ny-zhengshu .swiper {padding-bottom: 60px;margin-bottom: 35px;}
    .fuwu-ul li {height: 180px;}
}

@media screen and (max-width:510px){
    .fuwu-ul li {height: 145px;}
}

@media screen and (max-width:480px){
    .fuwu-ul li {height: 130px;}
    .ny-banner {height: 160px;}
    .ny-banner h2 {font-size: 25px;}
}

@media screen and (max-width:380px){	
    .in-about ul li .in-about-div .in-about-img img {height: 35px;}
    .fuwu-ul li {height: 100px;}
    .fuwu-ul li .fuwu-ul-h3 h3 {font-size: 14px;}
    .fuwu-ul li .fuwu-ul-h3 {padding: 6px;}
}