@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: 1450px;}
@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;}
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: 1400px;margin: 0 auto;}

/*banner*/
.in-top .mySwiper1{width: 100%;height:380px;margin-top: 100px;}
.in-top .mySwiper1 .swiper-wrapper{width: 100%;height: 100%;}
.in-top .mySwiper1 .swiper-slide{width: 100%;height: 100%;}
.in-top .mySwiper1 .swiper-slide .sy-banner{width: 100%;height: 100%;background-repeat: no-repeat;background-size: cover;display: flex;justify-content: left;
align-items: center;}
.sy-banne-text{}
.in-top .mySwiper1 .swiper-pagination{bottom: 30px;}
.in-top .mySwiper1 .swiper-pagination-bullet{background: #fff;width: 40px;border-radius: 5px;height: 3px;}
/*banner-end*/

/*index*/
/*按钮*/
.light-btn {
    text-decoration: none;
    font-size: 16px;
    background: linear-gradient(90deg, #3f8bf1, #2cb3d8,#3f8bf1, #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, #3f8bf1, #2cb3d8,#3f8bf1, #2cb3d8);
    background-size: 400%;
    border-radius: 50px;
    filter: blur(10px);
    z-index: -1;
}
@keyframes sun {
    100%{
      background-position: -400% 0;
    }
}  
/*按钮 end*/

/**/
.in-about-bj{width: 100%;background: url(../images/1.png) no-repeat bottom center;}
.in-about{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.in-about-l{width: 45%;}
.in-about-r{width: 50%;overflow: hidden;margin: 50px 0;}
.in-about-h3{}
.in-about-h3 h3{font-size: 30px;font-weight: bold;}
.in-about-h3 span{display: block;border-radius: 50px;width: 40px;height: 4px;background: #3f8bf1;margin-top: 20px;}
.in-about-p{width: 100%;margin-top: 40px;
    overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 5;
	-moz-box-orient: vertical;
	word-wrap: break-word;
	word-break: break-all;
	white-space: normal;
}
.in-about-p p{font-size: 16px;color: #666;text-align: justify;line-height: 30px;}
.in-about-a a{display: block;border-radius: 30px;background: #3f8bf1;text-align: center;color: #fff;font-size: 16px;width: 160px;height: 50px;
line-height: 50px;margin-top: 50px;border: 1px solid #3f8bf1;}
.in-about-a a:hover{background: none;color: #3f8bf1;}
.in-about-r ul{width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;}
.in-about-r ul li{width: 33%;overflow: hidden;height: 260px;}
.in-about-r ul li img{height: 100%;}
.in-about-r ul li:hover img{transform: scale(1.05);}
.in-about-r ul li:nth-child(2),.in-about-r ul li:nth-child(5){border-right: 2px #fff solid;border-left: 2px #fff solid;}
.in-about-r ul li:nth-child(1),.in-about-r ul li:nth-child(2),.in-about-r ul li:nth-child(3){border-bottom: 3px #fff solid;}
.in-about-r ul li:nth-child(4),.in-about-r ul li:nth-child(5),.in-about-r ul li:nth-child(6){border-top: 3px #fff solid;}
.in-about-r ul li:nth-child(4){border-bottom-left-radius: 30px;}
.in-about-r ul li:nth-child(1){border-top-left-radius: 30px;}
.in-about-r ul li:nth-child(3){border-top-right-radius: 30px;}
.in-about-r ul li:nth-child(6){border-bottom-right-radius: 30px;}

/*footer*/
.footer{width: 100%;background:#2b69bd;padding-top: 50px;}
.footer-1{width: 100%;}
.footer-1 ul{display: flex;justify-content: space-between;align-items: flex-start;}
.footer-1 ul li{}
.footer-1 ul li h3{position: relative;color: #fff;font-weight: 700;font-size: 18px;margin: 0;padding-left: 35px;}
.footer-1 ul li h3::after{position: absolute;width: 24px;height: 4px;background: #fff;content: "";left: 0;top: 8px;}
.footer-div{margin-top: 30px;}
.footer-div a{display: block;color: #fff;font-size: 14px;line-height: 30px;opacity: 0.7;}
.footer-div a:hover{opacity: 1;}
.footer-1 ul li:last-child{}
.footer-link{width: 250px;display: flex;flex-wrap: wrap;justify-content: space-between;}
.footer-link a{}
.footer-link .footer-link-1{}
.foot-bq{width: 100%;border-top: 1px solid rgba(255,255,255,0.2);margin-top: 50px;display: flex;justify-content: space-between;padding: 15px 0;}
.foot-bq p{margin: 0;font-size: 14px;opacity: 0.7;color: #fff;}
.foot-bq p a{color: #fff;}

/*右侧悬浮*/
.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: 350px;position: relative;margin-top: 100px;text-align: center;}
.ny-banner h2{margin: 0;padding-top: 9%;font-size: 30px;color: #333;text-transform: uppercase;}
.ny-banner span{display: block;width: 42px;height: 4px;background: #999;margin: 25px auto;}
.ny-banner p{text-transform: uppercase;font-size: 16px;color: #666;}
.ny-banner p a{color: #666;}
.ny-banner p a:hover{color: #3f8bf1;}

.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 ul{margin: 0;}
.ny-nav li{display: inline-block;margin-right: 70px;text-transform: uppercase;}
.ny-nav li.active a{color: #3f8bf1;}

.ny-bj{width: 100%;background: #f8f8f8;padding: 40px 0;}
.ny-bj-fff{width: 100%;background: #fff;padding: 0px 0 40px;}

/*内页标题*/
.ny-title{text-align: left;padding: 50px 0;}
.ny-title h3{font-size: 30px;font-weight: 600;}
.ny-title span{display: block;width: 40px;height: 4px;background: #3f8bf1;}

/*简介*/
.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;}

/*联系我们*/
.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;}
.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: #3f8bf1;}
.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 {background: url(../images/10.jpg) no-repeat center center; background-size: cover;background-attachment: fixed;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: 100px 0 80px;}
.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: 170px;}
.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: #3f8bf1; left: 35px;top:50%; transform: translateY(-50%);position: absolute;font-size: 16px;}
.wby4{width: 100%; height: 70px; line-height: 68px;border: 1px solid #fdedee;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 #fdedee;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 #fdedee;background: rgba(255,255,255,.7); padding: 0 20px;border-radius: 10px;}
.btn8{width: 190px;height: 70px; background:#3f8bf1; 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: #fdedee; color: #333;}
.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: #3f8bf1;font-size: 16px;color: #fff;border: 1px solid #3f8bf1;}
.lx-ly form button:hover{background: #fff;color: #3f8bf1;}

/*产品*/
.cplist-con{display: flex;justify-content: space-between;margin: 0 auto;}
.cplist-l{width: 310px;}
.about_left {margin-top: 100px;background: #fff;box-shadow: 0px 0px 15px rgba(59, 124, 149, 0.1);padding-bottom: 1px;overflow: hidden;
border-top-left-radius: 15px;border-top-right-radius: 15px;}
.about_left .about_left_bt {width: 100%;background:#3f8bf1;color: #fff;height: 80px;padding-left: 24px;line-height: 89px;}
.about_left .about_left_bt span {font-size: 22px;color: #fff;line-height: 70px;text-transform: uppercase;}
.about_left .left_nav2{}
.about_left .list_dl{margin-bottom: 0;}
.about_left .list_dt{background: #fff;display: block;padding: 0px 16px;font-size: 16px;color: #333;cursor: pointer;line-height: 50px;
border-bottom:#eee;height:50px;}
.about_left .list_dt p{margin: 0;float: left;width: 80%;}
.about_left .list_dt p a{font-size: 16px;color: #333;font-weight: 400;text-transform: capitalize;display: inline-block;width: 100%;height: 100%;}
.about_left .list_dt_icon{position: relative;height: 18px;top: 0px;float: right;width: 14px;}
.about_left .list_dt_icon img{width: 9px;opacity: 0.5;}
.about_left .list_dt:hover,#open,.about_left .on{background:rgb(63 139 241 / 20%);}
.about_left .list_dd{padding: 5px 0;}
.about_left .list_li {display: inherit;line-height: 35px;padding: 4px 10px 4px 2em;}
.about_left .list_li a{background: url(../images/about6.png) no-repeat left center;display: block;padding-left: 0px;font-size: 16px; color: #666;
line-height: 20px;padding-top: 10px;padding-bottom: 10px;}
.about_left .list_li:hover a{color: #3f8bf1;}
.list_dl .list_dd .active a{color: #3f8bf1;}
.list_dd{ display: block;}
.about_left #list_dt5{border: none;}
.cpxq-lx{width: 100%;overflow: hidden;margin-top: 10px;background: #3f8bf1;text-align: center;color: #fff;padding-bottom: 20px;margin-bottom: 80px;}
.cpxq-lx figure{width: 100%;margin:0px;}
.cpxq-lx figure img{width: 100%;}
.cpxq-lx-p {font-size: 14px;margin: 15px auto;}
.cpxq-lx-p span{display:inline-flex;width: 28px;height: 28px;background: #fff;border-radius: 50%;justify-content: center;align-items: center;margin-right: 5px;}
.cpxq-lx-p span img{width: 12px;}
.cpxq-lx-1 p{font-size: 22px;font-weight: bold;}
.cpxq-r1{width: 100%;margin-top: 50px;display: flex;justify-content: space-between;align-items: center;}
.cplist-r{width: 74%;}    
.cplb-ul{margin-top: 110px;display: flex;justify-content: left;flex-wrap: wrap;}
.cplb-ul li{width: 33%;margin: 0 0px 29px;}
.cplb-ul li a{display: block;width: 100%;border-radius: 40px;background:rgb(63 139 241 / 20%);transition: all 0.5s;padding: 0 20px;}
.cplb-ul li a figure{width: 100%;height: 305px;overflow: hidden; display: flex;justify-content: center; align-items: center;padding: 10px;
box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.cplb-ul li a figure img{height: 100%;}
.cplb-ul li a:hover figure img{transform: scale(1.05);}
.cplb-ul li a h3{margin: 0;font-size: 16px; font-weight: 400;line-height: 70px;text-align: center;transition: all 0.5s;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cplb-ul li a:hover{background: rgb(63 139 241 / 100%);}
.cplb-ul li a:hover h3{color: #fff;}

/*产品详情*/
.cpxq{margin-top: 110px;}
.cpxq-h4{width: 100%;border-bottom: 1px solid #eee;padding-bottom: 20px;font-size: 18px;color: #3f8bf1;}
.cpxq .tab-pal{width: 100%;margin-top: 20px;}

.cpxq-1 {display: flex;justify-content: space-between; align-items: center;padding: 70px 6vw 80px;}
.cpxq-1 li{width: 30%;}
.cpxq-1 li:nth-child(2){width: 63%;}
.cpxq-1 li h3 a{color: #3f8bf1;font-size: 16px;}
.cpxq-1 li h3 a:hover{color: #000;}
.cpxq-1 li figure{border: 1px solid #ececec;padding: 30px;}
.cpxq-1 li figure img{width: 100%;}
.cpxq-1 li h4{font-size: 30px; font-weight: bold; color: #333333;line-height: 60px;margin:20px 0;}
.cpxq-1 li span{display: block;width: 60px;height: 2px;background: #3f8bf1;margin-bottom: 30px;}
.cpxq-1 li h5{ font-size: 18px; font-weight: bold; color: #333333; line-height: 21px;}
.cpxq-1 li p{font-size: 14px; font-weight: 400; color: #666666; line-height: 28px;}
.cpxq-1 li .cpxq-1-a{width: 100%;border-top: 1px solid #D9D9D9;margin-top: 40px;padding-top: 50px;}
.cpxq-1 li .cpxq-1-a a{display: block;width: 140px;height: 50px;line-height: 50px;text-align: center;color: #fff;font-size: 16px;background: #3f8bf1;
border: 1px solid #3f8bf1;border-radius: 5px;}
.cpxq-1 li .cpxq-1-a a:hover{background: #fff;color: #3f8bf1;}
.cpxq-2{margin-top: 50px;min-height: 400px;padding: 0 6vw;}
.cpxq-2 .notice{width: 100%;margin:0 0 50px;}
.cpxq-2 .notice .tab-nav{display: flex;justify-content: left;border-bottom: 1px solid #ececec;margin: 0;}
.cpxq-2 .notice .tab-nav li{width: 150px;display: inline-block;text-align: center;line-height: 50px;font-size: 16px;cursor: pointer;margin: 0;
height: 50px;}
.cpxq-2 .notice .tab-nav li.on,.cpxq-2 .notice .tab-nav li:hover{background: #3f8bf1;color: #fff;}
.cpxq-2 .notice .tab-pal{width: 100%;padding-top: 30px;}
.cpxq-2 .notice .tab-pal img{max-width: 100%;}
.cpxq-2 .notice .tab-pal table{width: 100%;}
.cpxq-2 .notice .tab-pal p{font-size: 16px;line-height: 30px;}
.fhlb a{display: block;width: 140px;height: 50px;line-height: 50px;text-align: center;color: #fff;font-size: 16px;background: #3f8bf1;border-radius: 5px;
border: 1px solid #3f8bf1;margin: 50px auto;}
.fhlb a:hover{background: #fff;color: #3f8bf1;}

/*新闻列表*/
.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: #3f8bf1;}
.ny_news_ul li .nynews-div span:hover{color: #3f8bf1;border: 1px solid #3f8bf1;background: url(../images/index_45.png) no-repeat 86px center;}


/*新闻详情*/
.xwxq-top{width: 100%;border-top: 1px solid #E6E6E6;padding-top: 120px}
.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: #3f8bf1;}

.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: 114px;height: 46px;line-height:46px;border: 1px solid #3f8bf1;font-size: 16px;color: #fff;
background: #3f8bf1;text-align: center;float: right;}

.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/timeicon.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: 30px;height: 30px;color: #000;line-height: 30px;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: 60px;}
.last-page .page-num-current,.last-page span a:hover{background: #3f8bf1;color: #fff;}
.last-page .page-none{margin-bottom: 80px;display: block;}


/*设备*/
.nysb-ul{}
.nysb-ul li a{display: block;width: 100%;margin-bottom: 30px;}
.nysb-ul li a figure{width: 100%;overflow: hidden;height: 170px;line-height: 170px;}
.nysb-ul li a figure img{width: 100%;vertical-align: middle;}
.nysb-ul li a:hover figure img{transform: scale(1.05);}
.nysb-ul li a h3{font-size: 16px;text-align: center;}

.ny-ly .form-horizontal{margin: 0 auto;width: 80%;}
.ny-ly .form-horizontal span{color: red;}
.ny-ly .form-horizontal .btn{margin: 20px auto;display: block;width: 140px;height: 50px;line-height: 50px;padding: 0;background: #3f8bf1;color: #fff;}


@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;}
}