@charset "utf-8";
/* CSS Document */
* {margin: 0;padding: 0;}
body {background:#fff;font-size: 14px;font-family: "微软雅黑";font-style:normal; color:#000;font-weight: 400;min-width: 1500px;}
@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:focus {outline: none;}
a {text-decoration: none; color:#000;}
a:hover {text-decoration: none !important;transition: all 0.3s ease;color: #e70012;}
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;}
.cont1440{width: 1440px;margin: 0 auto;}
.in-con{width:95%;margin: 0 auto;}

/*banner*/
.banner-con .swiper {width: 100%;height: 630px;margin-top: 90px;}
.banner-con .swiper .swiper-slide{}
.banner-con .swiper .swiper-slide .in-banner{width: 100%;height: 100%;background-size: cover !important;display: flex;align-items: center;}
.banner-p{width: 50%;text-align: left;color: #fff;}
.banner-p h2{font-size: 60px;margin: 0 0 40px;}
.banner-p h3{font-size: 36px;}
.banner-p p{font-size: 16px;margin-top: 190px;margin-bottom: 50px;line-height: 30px;}


.banner-con .swiper .swiper-pagination-bullet{background: #fff;width:15px;height: 15px;text-align: center;
opacity:1;position:relative;margin: 0 10px !important;}
.banner-con .swiper .swiper-pagination-bullet-active{background: #e70012;}
.banner-con .swiper .swiper-pagination{top:auto !important;bottom:20px;}

/*.banner-con .swiper .swiper-pagination-bullet-active::after{
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 2px solid rgba(255,255,255,0);
    border-top-color: #fff;
    animation: spin 1s linear infinite;
    box-sizing: border-box;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
}

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}*/


/*banner-end*/

/*index*/
/*按钮*/
.light-btn{display: block;width:140px;height: 50px;line-height:48px;text-align: center;border-radius: 10px;border: 1px solid #e70012;color: #e70012;font-size: 16px;}
.light-btn:hover{background: #e70012;color: #fff;}
/*按钮 end*/

/**/
.in-title{padding: 60px 0;text-align: center;}
.in-title h2{font-size: 36px;color: #000;margin-bottom: 20px;font-weight: bold;}
.in-title span{display: block;margin: 0 auto;width: 40px;height: 4px;background: #e70012;}

.in-about{width: 100%;display: flex;justify-content: space-between;align-items: center;}
.in-about .in-about-l{width: 45%;}
.in-about .in-about-l h3{color: #e70012;font-size: 30px;font-weight: bold;margin: 0 0 50px;}
.in-about .in-about-p{width: 100%;margin-bottom: 80px;
    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 .in-about-p p{font-size: 16px;color: #666;line-height: 30px;}
.in-about .in-about-r{width: 50%;overflow: hidden;}
.in-about .in-about-r img{width: 100%;}
.in-about .in-about-r:hover img{transform: scale(1.05);}
.in-about-num{background:#e70012;margin-top: 80px;}
.in-about-num ul{display: flex;justify-content: space-between;padding: 40px 0;}
.in-about-num ul li{width: 25%;color: #fff;display: flex;justify-content: center;background: url(../images/index_03.png) no-repeat left top;align-items: center;border-right: 1px solid #ffffff3d;}
.in-about-num ul li .num-box{display: flex;justify-content: center;align-items: center;}
.in-about-num ul li figure{width: 60px;height: 60px;background: url(../images/index_02.png) no-repeat;margin-right: 15px;}
.in-about-num ul li:nth-child(1) figure{background-position: 0 0;}
.in-about-num ul li:nth-child(2) figure{background-position: -96px 0;}
.in-about-num ul li:nth-child(3) figure{background-position: -200px 0;}
.in-about-num ul li:nth-child(4) figure{background-position: -326px 0;}
.in-about-num ul li div{}
.in-about-num ul li div b i{font-style: normal;font-size: 48px;}
.in-about-num ul li div b span{font-size: 18px;display: inline-block;margin-left: 5px;}
.in-about-num ul li div p{font-size: 16px;margin-top: 5px;}
.in-about-num ul li:nth-child(4){border-right: none;}

.in-cp{width: 100%;background: #f5f5f5;margin-top: 80px;padding-bottom: 80px;}
.in-cp ul{display: grid;grid-template-columns: repeat(2, 1fr);grid-gap: 30px;}
.in-cp ul li{background: #fff;border-radius: 5px;padding: 10px;}
.in-cp ul li a{display: flex;justify-content: space-between;align-items: center;}
.in-cp ul li figure{width: 250px;height: 250px;border-radius: 5px;overflow: hidden;}
.in-cp ul li figure img{width: 100%;height: 100%;object-fit: cover;}
.in-cp ul li:hover figure img{transform: scale(1.05);}
.in-cp ul li .text{width: calc(100% - 250px);padding: 0 30px;}
.in-cp ul li .text h3{font-size: 18px;font-weight: bold;margin: 0 0 20px;}
.in-cp ul li .text p{font-size: 16px;color: #666;line-height: 30px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -moz-box;
    -moz-line-clamp: 2;
    -moz-box-orient: vertical;
    word-wrap: break-word;
    word-break: break-all;
    white-space: normal;
}
.in-cp ul li .text span{width:120px;height: 45px;line-height: 44px;font-size: 14px;margin-top: 30px;}

.in-yw{width: 100%;overflow: hidden;}
.indexjjfa .row {display: flex;flex-wrap: nowrap;width: 100%;overflow: hidden;margin: 0;padding: 0;}

.in-yw .indexjjfa{width: 100%;}
.in-yw .indexjjfa .box{width: 25%;transition: all 0.4s ease;flex-shrink: 0;box-sizing: border-box;height: 780px;}
/* 鼠标悬浮时当前盒子变宽 */
.indexjjfa .row:hover .box {width: 20%;}
.indexjjfa .row .box:hover {width: 40%;}
.in-yw .indexjjfa .box .indexjjfa-c{width: 100%;position: relative;height: 100%;}
.in-yw .indexjjfa .box strong {
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    display: block;
    top: 50%;
    position: absolute;
    width: 100%;
    text-align: center;
    transform: translateY(-50%);
	transition: all 0.4s ease;
}
.in-yw .indexjjfa .box strong.sp2{top: 65%;text-align: left;padding: 0 50px;opacity: 0;transition: all 0.4s ease;}
/*背景*/
.in-yw .indexjjfa .box .indexjjfa-bjimg{width: 100%;height: 100%;background-size: cover !important;background-position: center !important;}

.in-yw .indexjjfa .indexjjfa-c p {
    position: absolute;
    left: 0px;
    width: 100%;
    top: 70%;
    z-index: 99;
    color: #fff;
    font-size: 14px;
    line-height: 23px;
    padding: 0 50px;
	overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
	opacity: 0;
}
.in-yw .indexjjfa .indexjjfa-c .in-btn{position: absolute;top: 83%;width: 100%;padding: 0 50px;opacity: 0;}
.in-yw .indexjjfa .indexjjfa-c .in-btn a{color: #fff;font-size: 14px;display: inline-block;border-bottom: 1px solid #fff;padding-bottom: 5px;}
.indexjjfa .row .box:hover .indexjjfa-c .sp1{opacity: 0;}
.indexjjfa .row .box:hover .indexjjfa-c .sp2{opacity: 1;}
.indexjjfa .row .box:hover .indexjjfa-c p{opacity: 1;}
.indexjjfa .row .box:hover .indexjjfa-c .in-btn{opacity: 1;}

.in-ys{width: 100%;background: url(../images/index_13.jpg) no-repeat;background-size: cover;background-attachment: fixed;padding-bottom: 80px;}
.in-ys ul{display: grid;grid-template-columns: repeat(4, 1fr);grid-gap: 30px;}
.in-ys ul li{border-radius: 10px;background: #fff;padding: 50px 30px;transition: all 0.4s ease;}
.in-ys ul li figure{width: 48px;}
.in-ys ul li figure img{width: 100%;}
.in-ys ul li h3{font-size: 24px;font-weight: bold;margin:40px 0 20px;}
.in-ys ul li h4{font-size: 18px;font-weight: bold;margin: 0 0 20px;}
.in-ys ul li .text p{font-size: 14px;color: #666;line-height: 22px;margin:0px;}
.in-ys ul li:hover{transform: translateY(-10px);}


.in-news{margin-bottom: 80px;}
.in-news li{margin-bottom: 30px;}
.in-news li a{display: block;width: 100%;overflow: hidden;background: #fff;box-shadow: 0 0 15px rgba(0,0,0,0.05);}
.in-news li a figure{width: 100%;overflow: hidden;}
.in-news li a figure img{width: 100%;}
.in-news li a:hover figure img{transform: scale(1.05);}
.in-news li a .in-news-div{width: 100%;padding: 0 20px;display: flex;justify-content: space-between;align-items: center;}
.in-news li a .in-news-div .in-news-l{width: 73%;}
.in-news li a .in-news-div .in-news-l h3{font-size: 16px;line-height: 27px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.in-news li a .in-news-div .in-news-l p{font-size: 14px;color: #e60212;padding: 10px 0 20px;}
.in-news li a .in-news-div .in-news-r{width: 75px;text-align: center;border: 1px solid #888;padding: 7px 0;}
.in-news li a .in-news-div .in-news-r time{font-size: 26px;color: #000;}
.in-news li a .in-news-div .in-news-r span{display: block;font-size: 14px;color: #000;}
.in-news .in-btn a{margin: 50px auto 0;}

/*footer*/
.footer{background: #333;padding-top: 80px;}
.foot-nr{width: 100%;display: flex;justify-content: space-between;color: #fff;}
.foot-nr .foot-l{width: 35%;}
.foot-nr .foot-l figure{height: 50px;overflow: hidden;margin-bottom: 50px;}
.foot-nr .foot-l figure img{margin-top: 0;max-width: 100%;}
.foot-nr .foot-l p{font-size: 14px;color: #999;}
.foot-nr .foot-l p a{color: #999;}
.foot-nr .foot-l p a:hover{color: #fff;}
.foot-r ul{display: flex;justify-content: right;align-items: flex-start;margin-top: 15px;}
.foot-r ul li{display: inline-block;margin-left:10vw;}
.foot-r ul li h3{font-size: 18px;margin-bottom: 30px;margin-top: 0;}
.foot-r ul li a{color: #999;display: block;line-height: 30px;}
.foot-r ul li a:hover{color: #fff;}
.foot-r ul li:last-child .ewm{display: inline-block;text-align: center;margin-left: 30px;}
.foot-r ul li:last-child .ewm figure{width: 100px;height: 100px;overflow: hidden;border-radius: 5px;}
.foot-r ul li:last-child .ewm figure img{width: 100%;}
.foot-r ul li:last-child .ewm p{font-size: 14px;margin: 10px 0 0;line-height: 22px;}
.foot-bq{width: 100%;border-top: 1px solid rgba(255, 255, 255, 0.3);margin-top: 100px;padding: 30px 0;color: #fff;font-size: 14px;display: flex;justify-content: space-between;}
.foot-bq p{margin: 0;}
.foot-bq a{display: inline-block;margin-left: 15px;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#ffffff80}
.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{margin-top: 80px;width: 100%;height:450px;text-align: center;display: flex;justify-content: center;align-items: center;}
.ny-banner .cont1440 {position: relative;}
.ny-banner h2{font-size: 36px;color: #fff;font-weight: bold;margin: 0;text-transform: uppercase;}
.ny-banner span{display: block;width: 40px;height: 4px;background: #e70012;margin: 15px auto;}
.ny-banner p{font-size: 16px;color: #fff;text-transform: uppercase;}

/*内页标题*/
.ny-title{text-align: center;padding: 60px 0;}
.ny-title h3{font-size: 48px;margin: 0 0 20px;}
.ny-title span{display: block;width: 40px;height: 4px;background: #e70012;margin: 0 auto;}

/*简介*/
.ny-about-nav{position: absolute;left: 10%;top: 80%;}
.ny-about-nav ul{}
.ny-about-nav ul li{border-left: 1px solid #ccc;font-size: 16px;color: #666;padding-left: 20px;line-height: 60px;}
.ny-about-nav ul li:hover{border-left: 1px solid #e70012;}
.ny-about{width:1200px;margin: 80px auto;}
.ny-about h2{font-size: 40px;border-left: 3px solid #e70012;line-height: 47px;padding-left: 30px;}
.ny-aboutul ul{display: flex;justify-content: space-between;margin-top: 80px;}
.ny-aboutul ul li{border-left: 1px solid #ccc;display: flex;justify-content: center;align-items: center;    width: 24%;}
.ny-aboutul ul li i{font-style: normal;font-size:50px;font-weight: bold;color: #e70012;}
.ny-aboutul ul li span{font-size: 50px;font-weight: bold;color: #e70012;display: inline-block;margin-left: 5px;}
.ny-aboutul ul li p{font-size: 20px;color: #333;font-weight: bold;margin-top: 20px;}
.ny-about-jj{width: 100%;margin-top: 80px;}
.ny-about-jj p{font-size: 16px;margin: 0;line-height: 30px;color: #666;}

.ny-about-sp{width: 100%;overflow: hidden;}
.ny-about-sp img{width: 100%;margin: 80px 0;}

.ny-ry{width: 100%;background:#f5f5f5;padding-bottom:50px;}
.ny-ry .mySwiper{padding-bottom: 80px;}
.ny-ry .mySwiper .swiper-slide{text-align: center;}
.ny-ry .mySwiper .swiper-slide figure{width: 100%;overflow: hidden;border-radius: 5px;display: flex;justify-content: center;align-items: center;height:350px;background: #fff;}
.ny-ry .mySwiper .swiper-slide figure img{width: 100%;}
.ny-ry .mySwiper .swiper-slide h3{margin: 15px 0;font-size: 16px;}
.ny-ry .mySwiper .swiper-slide:hover figure img{transform: scale(1.05);}
.ny-ry .mySwiper .swiper-pagination{bottom: 0;}
.ny-ry .mySwiper .swiper-pagination-bullet{width:10px;height: 10px;background: #000;}
.ny-ry .mySwiper .swiper-pagination-bullet-active{background: #e70012;}
.ny-ry .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{margin: 0 5px;}
/* 图片预览弹窗样式 */
.image-preview {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  padding: 7% 0;
}
.preview-content {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
}
.preview-img {
  width: auto;
  height: 600px;
}
/* 切换按钮样式 */
.preview-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.3);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 30px;
    cursor: pointer;    
    transition: background 0.3s;
    line-height: 44px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
}
.preview-btn:hover {background: rgba(255, 255, 255, 0.5);}
.prev-btn {left: 20px;}
.next-btn {right: 20px;}
/* 关闭按钮 */
.close-btn {
    position: absolute;
    top: -15%;
    right: 50px;
    width: 40px;
    height: 40px;
    background: rgba(255, 255, 255, 0.3);
    color: white;
    border: none;
    border-radius: 50%;
    font-size: 20px;
    cursor: pointer;
}
.preview-title {
    color: white;
    text-align: center;
    margin-top: 20px;
    font-size: 18px;
}

.ny-zjtd-1{width: 100%;background: #f6f6f6;display: flex;justify-content: space-between;align-items: center;border-radius: 15px;overflow: hidden;}
.ny-zjtd-1 figure{width: 50%;overflow: hidden;}
.ny-zjtd-1 figure img{width: 100%;}
.ny-zjtd-1 figure:hover img{transform: scale(1.05);}
.ny-zjtd-1 .ny-zjtd-r{width: 50%;padding: 0 50px;}
.ny-zjtd-1 .ny-zjtd-r h2{font-size: 36px;color: #e70012;font-weight: bold;}
.ny-zjtd-1 .ny-zjtd-r h3{font-size: 30px;margin: 50px 0;}
.ny-zjtd-1 .ny-zjtd-r .ny-zjtd-p p{font-size: 16px;color: #666;line-height: 30px;}
.ny-zjtd-ul{display: flex;justify-content: space-between;margin-top: 50px;}
.ny-zjtd-ul li{width: 23%;border-radius: 15px;overflow: hidden;position: relative;background: #000;}
.ny-zjtd-ul li figure{width: 100%;overflow: hidden;}
.ny-zjtd-ul li figure img{width: 100%;opacity: 0.7;}
.ny-zjtd-ul li:hover figure img{transform: scale(1.05);}
.ny-zjtd-ul li .ny-zjtd-div{position: absolute;width: 100%;left: 0;bottom:50px;padding-left: 30px;}
.ny-zjtd-ul li .ny-zjtd-div h3{font-size: 24px;color: #fff;font-weight: bold;}
.ny-zjtd-ul li .ny-zjtd-div p{color: #fff;font-size: 16px;line-height: 30px;}

.ny-fzlc{margin-bottom: 80px;}
.ny-fzlc .swiper-father{width: 100%;position: relative;}
.ny-fzlc .swiper-father::after{position: absolute;width: 100%;height: 1px;background: rgba(230, 2, 18, 0.1);content: "";left: 0;top: 115px;}
.ny-fzlc .swiper-father .swiper{width: 100%;padding-top: 50px }
.ny-fzlc .swiper-father .swiper-slide{position: relative;}
.ny-fzlc .swiper-father .swiper-slide::after{position: absolute;content: "";background: url(../images/index_12.png) no-repeat;width: 30px;height: 145px;
top: 50px;left: 10px;}
.ny-fzlc .swiper-father .swiper-slide h4{font-size: 24px;color: #e70012;font-weight: bold;transition: all 0.5s;}
.ny-fzlc .swiper-father .swiper-slide:hover h4{font-size: 48px;margin-top: -16px;margin-bottom: 106px;}
.ny-fzlc .swiper-father .swiper-slide .swiper-slide-p{box-shadow: 0 0 15px rgba(0,0,0,0.05);background: #fff;padding:20px 20px 30px 50px;margin-top: 110px;}
.ny-fzlc .swiper-father .swiper-slide .swiper-slide-p h3{font-size: 24px;font-weight: bold;margin: 5px 0 20px;}
.ny-fzlc .swiper-father .swiper-slide .swiper-slide-p p{font-size: 16px;color: #666;line-height: 30px;}
.ny-fzlc .swiper-father .swiper-button-prev,.ny-fzlc .swiper-father .swiper-button-next{width: 25px;height: 25px;top: 31.5%;}
.ny-fzlc .swiper-father .swiper-button-prev{background: url(../images/index_13.png) no-repeat center;left: 5%;}
.ny-fzlc .swiper-father .swiper-button-next{background: url(../images/index_14.png) no-repeat center;right: 5%;}
.ny-fzlc .swiper-father .swiper-button-prev::after{display: none;}
.ny-fzlc .swiper-father .swiper-button-next::after{display: none;}

/*联系我们*/
.ny-lx .sticky-nav .top .logo img {margin-top: -79px;}
.ny-lx .sticky-nav .nav h3 a {color: #000;}
.ny-lx .sticky-nav .nav h3 a:hover,.ny-lx .sticky-nav .nav .active a {color: #e70012;}
.ny-lx-1{width: 100%;box-shadow: 0 0 15px rgba(0,0,0,0.1);display: flex;justify-content: space-between;margin: 150px 0 50px;align-items: center;}
.ny-lx-l{width: 50%;padding:0 80px;}
.ny-lx-l .ny-title{text-align: left;padding-bottom: 30px;}
.ny-lx-l .ny-title h3{font-size: 36px;font-weight: bold;}
.ny-lx-l span{margin: 30px 0;}
.ny-lx-l p{background: url(../images/index_31.png) no-repeat;padding-left: 26px;font-size: 16px;background-position: 0 3px;margin-bottom: 25px;}
.ny-lx-l p.p2{background-position: 0 -41px;}
.ny-lx-l p.p3{background-position: 0 -85px;}
.ny-lx-l .lx-ewm{display: inline-block;margin-right: 40px;}
.ny-lx-l .lx-ewm figure{width: 130px;height: 130px;overflow: hidden;box-shadow: 0 0 10px rgba(0,0,0,0.1);background: #fff;margin: 20px auto 0;}
.ny-lx-l .lx-ewm figure img{width: 100%;}
.ny-lx-l .lx-ewm p{font-size: 14px;color: #666;line-height: 40px;background: none;padding:0;text-align:center;}
.ny-lx-r{width: 50%;}
.ny-lx-r #allmap1{height: 570px;width: 100%;}

.bj5 {background: url(../images/bj5.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: #d7000f; 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,.8); 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,.8); 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,.8); padding: 0 20px;border-radius: 10px;}
.btn8{width: 170px;height: 60px; background:#d7000f; color:#fff;border-radius: 10px;cursor: pointer;transition: All 0.4s ease-in-out;border: none;font-size: 16px;}
.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;}

/*新闻*/
.crumb{
    background: #f7f7f7;
}
.crumb .bread {
    height: 60px;
    margin-left: auto;
    display: flex;
    justify-content: right;
    align-items: center;
}
.just-betw{width:1440px;margin:0 auto;}
.bread .item {
    display: block;
    color: #666;
    transition: all .4s;
    padding: 0 25px;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin: 0;
    font-size: 16px;
}
.bread .item.active {
    background: #fff;
    color: #e70012;
}
.bread .item::before {
    content: "";
    display: block;
    top: 0;
    left: 0;
    position: absolute;
    width: 0;
    height: 2px;
    background: #e70012;
    transition: all .4s;
}
.bread .item.active::before {
    width: 100%;
}

.ny-news{width: 100%;margin-top: 50px;}
.ny-news li{display: flex;justify-content: space-between;align-items: center;margin-top: 50px; border-radius: 10px; overflow: hidden;
box-shadow: 0 0 15px rgba(0,0,0,0.08);position: relative;}
.ny-news li .ny-news-img{width: 28%;overflow: hidden; border-radius: 10px;}
.ny-news li .ny-news-img img{width: 100%;height: 100%;}
.ny-news li:hover .ny-news-img img{transform: scale(1.05);}
.ny-news li .ny-news-text{width: 72%;padding: 0 30px;}
.ny-news li .ny-news-text h3{font-size: 24px;font-weight: bold;}
.ny-news li .ny-news-text time{font-size: 16px;color: #e70012;display: block;margin: 30px 0;}
.ny-news li .ny-news-text p{font-size: 16px;color: #666;line-height: 30px;
    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-news li::after{content: "";position: absolute;width: 100%;height: 100%;background: #e70012;top: 0;left: -100%;z-index: -1;transition: all 0.5s;}
.ny-news li:hover::after{left: 0;}
.ny-news li:hover .ny-news-text h3,.ny-news li:hover .ny-news-text time,.ny-news li:hover .ny-news-text p{color: #fff;}

/*产品*/
.cplist-con{display: flex;justify-content: space-between;margin: 0 auto;}
.cplist-l{width: 300px;}
.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:#e70012;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: capitalize;}
.about_left .left_nav2{}
.about_left .list_dl{margin-bottom: 0;}
.about_left .list_dt{background: #fff;padding: 0px 16px;font-size: 16px;color: #333;cursor: pointer;line-height: 55px;
border-bottom:#eee;display: flex;justify-content: space-between;align-items: center;}
.about_left .list_dt p{margin: 0;float: left;width: 80%;}
.about_left .list_dt p a{font-size: 16px;color: #061a39;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;display:block;}
.about_left .list_dt:hover,#open,.about_left .on{background:rgba(215,0,15,0.1)}
.about_left .list_dd{padding: 5px 0;}
.about_left .list_li {display: inherit;line-height: 35px;padding: 4px 10px 4px 20px;}
.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: #e70012;}
.list_dl .list_dd .active a{color: #e70012;}
.list_dd{ display: none;}
.about_left #list_dt5{border: none;}
.cpxq-lx{width: 100%;overflow: hidden;margin-top: 10px;background: #e70012;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: 76%;}    
.cplb-ul{margin-top: 100px;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%;background: #fff;}
.cplb-ul li a figure{width: 100%;overflow: hidden; display: flex;justify-content: center; align-items: center;
box-shadow: 0 0 20px rgba(0,0,0,0.1);}
.cplb-ul li a figure img{width: 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;}
.cplb-ul li a:hover h3{color: #e70012;}

.ss-ul .cplb-ul li{width: 25%;}

/*产品详情*/
.cpxq-1{display: flex;justify-content: space-between; align-items: center;padding: 70px 0 80px;margin: 0 auto;}
.cpxq-1 li{width: 48%;}
.cpxq-1 li:nth-child(2){width:35%;display: flex;align-items: center;justify-content: center;}
.cpxq-1 li h3{margin-top:0;}
.cpxq-1 li h3 a{color: #e70012;font-size: 16px;}
.cpxq-1 li h3 a:hover{color: #000;}
.cpxq-1 li figure{border: 1px solid #ececec;background:#fff;width: 100%;}
.cpxq-1 li figure img{width: 100%;}
.cpxq-1 li h4{font-size: 40px; font-weight: 400; color: #333333;line-height: 40px;margin:0px 0 35px;}
.cpxq-1 li h4:hover{color:#e70012;}
.cpxq-1-text{font-size:16px;color:#333;line-height:30px;}
.cpxq-1 li span{display: block;width: 60px;height: 2px;background: #e70012;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: 24px;}
.cpxq-1 li .cpxq-1-a{width: 100%;border-top: 1px solid #D9D9D9;margin-top: 34px;padding-top: 40px;}
.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: #e70012;
border: 1px solid #e70012;border-radius: 5px;}
.cpxq-1 li .cpxq-1-a a:hover{background: #fff;color: #e70012;}
.cpxq-2{margin: 50px auto;min-height: 400px;}
.cpxq-2 .notice{width: 100%;margin:0 0 50px;}
.cpxq-2 .notice .tab-nav{display: flex;justify-content: left;margin: 0;border-bottom:1px solid #eee;}
.cpxq-2 .notice .tab-nav li{
    display: inline-block;
    padding: 5px 20px;
    box-sizing: border-box;
    background: #f5f5f5;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    line-height: 32px;
    color: #000;
    font-size: 16px;
    margin-right: 10px;
    cursor: pointer;
}
.cpxq-2 .notice .tab-nav li.on,.cpxq-2 .notice .tab-nav li:hover{background: #e70012;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;color:#666;}
.edui-video-video{width:900px;height: auto;margin:0 auto;max-width:100%;display: block;}
.fhlb{margin-bottom: 80px;}
.fhlb a{
    max-width: 140px;
    padding: 0 25px;
    box-sizing: border-box;
    margin-top: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px;
    border-radius: 25px;
    border: 1px solid #b8b8b8;
    color: #666;
    transition: .1s linear;
    -moz-transition: .1s linear;
    -webkit-transition: .1s linear;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.fhlb a:hover{color:#fff;background: #e70012;}


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

/*详情*/
.ny-xq{width: 100%;display: flex;justify-content: space-between;}
.ny-xq-l{width: 67%;margin-top: 80px;margin-bottom: 80px;}
.ny-xq-title h3{font-size:24px;}
.ny-xq-title span{display: block;width: 40px;height: 4px;background: #e70012;margin-top: 20px;}
.ny-xq-flex{width: 100%;display: flex;justify-content: space-between;align-items: center;margin-top: 30px;}
.ny-xq-time{font-size: 16px;color: #e70012;}
.ny-xq-fx{display: flex;align-items: center;font-size: 16px;}
.ny-xq-fx ol{margin: 0;}
.ny-xq-fx .social-share .icon-wechat,.ny-xq-fx .social-share .icon-weibo{border-radius: 16px;height: 40px;width: 40px;line-height: 38px;}
.ny-xq-fx .social-share .icon-wechat{background: #3fd700;margin-right: 30px;}
.ny-xq-fx .social-share .icon-weibo{}
.ny-xq-fx .social-share .icon-wechat:before{color: #fff;font-size: 25px;}
.ny-xq-fx .social-share .icon-wechat:hover:before{color: #3fd700;}
.ny-xq-fx .social-share .icon-wechat:hover{background: #fff;border: 1px solid #3fd700;}
.ny-xq-nr{border-top: 1px solid #f0f0f0;margin-top: 30px;padding-top: 30px;}
.ny-xq-nr p{font-size: 16px;line-height: 25px;text-align: justify;color: #666;}
.ny-xq-nr img{max-width: 100%;}
.ny-xq-btn{border-top: 1px solid #f0f0f0;display: flex;justify-content: space-between;margin-top: 30px;padding-top: 30px;font-size: 16px;color: #666;}
.ny-xq-btn a{color: #666;}
.ny-xq-btn a:hover{color: #e70012;}
.ny-xq-r{width: 28%;margin-top: 105px;background: #f5f5f5;padding: 30px;margin-bottom: 80px;}
.ny-xq-r-h3 h3{font-size: 24px;border-left: 3px solid #e70012;padding-left: 11px;margin: 0;line-height: 24px;}
.ny-xq-r ul{margin-top: 20px;}
.ny-xq-r ul li{background: url(../images/index_25.png) no-repeat;background-position: 0 -157px;font-size: 16px;line-height: 30px;padding: 10px 0 0 25px;
margin: 0;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.ny-xq-r ul li h3{font-size: 16px;}


/*en*/
.foot-r-en .foot-l{width: 18%;}
.ny-about-en h2 {font-size: 35px;}
.ny-about-en .ny-aboutul ul li i,.ny-about-en .ny-aboutul ul li span{font-size:40px;}
.ny-about-en .ny-aboutul ul li p {font-size: 14px;}
.ny-about-nav-en{left: 5%;}
.cplist-l-en .about_left .list_dt p a{font-size:15px;}
.cplist-l-en .about_left .list_dt{line-height: 27px;padding: 10px 16px;}
.cplist-l-en .about_left .about_left_bt span {font-size: 20px;}

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

@media screen and (max-height:910px){
	.banner-con .swiper .swiper-pagination{top: 61%;}
}

@media screen and (max-height:830px){
	.banner-con .swiper .swiper-pagination{top: 65%;}
}



@media screen and (max-width:1800px){
	.in-cp .swiper-horizontal>.swiper-pagination-bullets, .in-cp .swiper-pagination-bullets.swiper-pagination-horizontal{width: 34%;}
    .in-cp .swiper-horizontal>.swiper-scrollbar, .in-cp .swiper-scrollbar.swiper-scrollbar-horizontal { width: 29%;left: 248px;}
}

@media screen and (max-width:1710px){
	.in-cp .smallImg::after {width: 28%;bottom: 171px;}
    .in-cp .bigImg li .bigImg-l {width: 55%;}
    .banner-con .swiper .swiper-pagination {background-position-x: -14px;}
    .in-cp .swiper-btn ul{background-size: 32% 1px;}
}

@media screen and (max-width:1650px){
	.cont1560{width: 88%;margin: 0 auto;}
    .foot-r ul li {margin-left: 80px;}
    .foot-r-en .foot-r ul li{margin-left: 65px;}
}

@media screen and (max-width:1550px){
    .foot-r ul li {margin-left: 65px;}
 
}

@media screen and (max-width:1500px){
	.in-cp .swiper-horizontal>.swiper-scrollbar, .in-cp .swiper-scrollbar.swiper-scrollbar-horizontal {width: 31%;left: 14%;}
}

@media screen and (max-width:1450px){
    .foot-r-en .foot-r ul li {margin-left: 40px;}
}


@media screen and (max-width:1400px){
	.foot-r ul li {margin-left: 55px;}
	.yw-list li a figure{height: 280px;}
}

@media screen and (max-width:1360px){    
	.banner-p{width: 100%;}
	.foot-r ul li {margin-left: 40px;}
}

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

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

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

@media screen and (max-width:1024px){
	.in-title h2 {font-size: 7vw; margin-bottom: 5vw;}
	.in-title span{height: 2px;}
	.in-title {padding: 5vw 0;}
	.in-about{display: block;}
	.in-about .in-about-l,.in-about .in-about-r{width: 100%;}
	.in-about .in-about-l h3 {font-size: 5vw;margin: 5vw 0 6vw;}
	.in-about .in-about-p p {font-size: 4.5vw;line-height: 7vw;}
	.in-btn a,.in-about .in-about-r,.in-about-num{margin-top: 10vw;}
	.in-about-num ul{flex-wrap: wrap;padding: 6vw 0 0;}
	.in-about-num{padding: 0 6vw;}
	.in-about-num ul li {width: 50%;padding-left: 0;margin-bottom:5vw;background:none;}
	.in-about-num ul li div b i{font-size: 7vw;}
	.in-about-num ul li figure {width: 9vw;height: 9vw;background-size: auto 100%;}
	.in-about-num ul li:nth-child(2) figure {background-position: -59px 0;}
	.in-about-num ul li:nth-child(3) figure {background-position: -121px 0;}
	.in-about-num ul li:nth-child(4) figure {background-position: -199px 0;}
	.in-yw .indexjjfa .box{height: 110vw !important;}
	.in-yw .indexjjfa .box strong{top: 7vw;padding-left: 7vw;font-size: 6vw;}
	.in-yw .indexjjfa .col-sm-6 p {position: absolute;left: 7vw;width: 87%;top: 20vw;}
	.in-yw .indexjjfa .col-sm-6 .in-btn{left: 7vw;top: 50vw;}
	.in-yw .indexjjfa .col-sm-3 strong{text-align:left;}
	.in-yw .indexjjfa .col-sm-3 p, .in-yw .indexjjfa .col-sm-3 .in-btn {display: block;}
	.in-yw .indexjjfa .col-sm-3 p{position: absolute;left: 7vw;width: 87%; top: 20vw;z-index: 99;color: #fff; font-size: 16px;
	line-height: 30px;}
	.in-yw .indexjjfa .col-sm-3 .in-btn{left: 7vw;top: 50vw;position: absolute;}
	.in-yw .indexjjfa .col-sm-3 .in-btn a::before {border: 1px solid #fff;}
	.in-yw .indexjjfa .col-sm-3 .in-btn a::after {background: #fff;}
	.in-news li a .in-news-div{padding: 0 5vw;}
	.in-news li a .in-news-div .in-news-l h3 {font-size: 4vw;line-height: 6vw;}
	.in-news li a .in-news-div .in-news-r {width: 15vw;padding: 2vw 0px;}
	.foot-r ul li{display: none;margin-left: 0;}
	.foot-r ul li:last-child{display:block;}
	.foot-nr{display: block;}
	.foot-nr .foot-l {width: 100%;}
	.foot-r ul {justify-content: left;margin-top: 10vw;}
	.foot-r ul li:last-child .ewm {margin-left: 0;margin-right: 5vw;}
	.footer{padding-top: 10vw;}
	.foot-bq{margin-top: 20vw;}
	.foot-bq{display:block;}
	.foot-bq a {margin-left: 0;line-height: 30px;}
	.banner-p h2 {font-size: 8vw;margin: 0 0 10vw;}
	.banner-p h2 {font-size: 8vw;margin: 0 0 10vw;}
	
	.ny-banner {height:60vw;margin-top: 80px;background-size: auto 100% !important;}
	.ny-banner h2 {font-size: 8vw;}
	.ny-banner span{height: 2px;}
	.ny-about-nav{display: none;}
	.ny-about {width: 85%;margin: 10vw auto 0;}
	.ny-about h2 {font-size: 5.5vw;line-height: 10vw;padding-left: 5vw;}
	.ny-aboutul ul li {border-left: none;padding-left: 0;margin-bottom: 5vw;width: 50%;}
	.ny-aboutul ul{flex-wrap: wrap;margin-top: 13vw;}
	.ny-aboutul ul li i,.ny-aboutul ul li span{font-size: 8vw;}
	.ny-aboutul ul li p {font-size: 5vw;}
	.ny-about-jj{margin-top: 7vw;}
	.ny-about-sp img {margin: 7vw 0;}
	.ny-title h3 {font-size: 8vw;}
	.ny-title {padding: 10vw 0;}
	.ny-zjtd-1{display: block;}
	.ny-zjtd-1 figure,.ny-zjtd-1 .ny-zjtd-r{width:100%;}
	.ny-zjtd-1 .ny-zjtd-r{padding:0 5vw;}
	.ny-zjtd-1 .ny-zjtd-r h2 {font-size: 6vw;}
	.ny-zjtd-1 .ny-zjtd-r h3 {font-size: 6vw;margin: 5vw 0;}
	.ny-zjtd-ul{flex-wrap: wrap;}
	.ny-zjtd-ul li {width: 48%;margin-bottom: 5vw;}
	.ny-zjtd-ul li .ny-zjtd-div {bottom: 1vw;padding-left: 2vw;}
	.ny-zjtd-ul li .ny-zjtd-div h3 {font-size: 4vw;}
	.ny-zjtd-ul li .ny-zjtd-div p {font-size: 3.7vw; line-height: 5vw;}
	.ny-fzlc .swiper-father .swiper-slide h4,.ny-fzlc .swiper-father .swiper-slide .swiper-slide-p h3{font-size: 6vw;}
	.ny-fzlc .swiper-father .swiper-button-prev{left:0;}
	.ny-fzlc .swiper-father .swiper-button-next{right:0;}
	.ny-fzlc .swiper-father .swiper-slide:hover h4{font-size: 6vw;margin-top: 10px;margin-bottom: 10px;}
	.ny-xwnav{display: none;}
	.yw-list li a figure{height: auto;}
	.yw-list li a h3 {font-size: 4.44vw;padding: 3vw;}
	.yw-list li a p {font-size: 3.8vw;color: #666;line-height: 6vw;padding: 0 3vw;}
	.yw-list li a{padding-bottom: 5vw;}
	.paging .paging_textBox{display: none;}
	.paging span a{width: 10vw;height: 10vw;line-height: 10vw;font-size: 4vw;}
	.paging span.page-pre a,.paging span.page-next a{background-size: 2vw auto;}
	.yw-xq{display: block;}
	.yw-xq .yw-xq-l,.yw-xq-r,.ny-news li .ny-news-img,.ny-news li .ny-news-text,.ny-xq-l,.ny-xq-r,.ny-lx-l,.ny-lx-r{width: 100%;}
	.yw-xq-r{padding: 0;}
	.yw-xq-r h2 {font-size: 6vw;margin: 5vw 0;}
	.yw-xq-r .yw-xq-r-a a,.yw-xqjsfh a{width: 40vw;height: 13vw; line-height: 13vw;margin-top: 4vw;}
	.yw-xqjsnr {padding: 0 5vw;}
	.ny-news li,.ny-xq,.ny-xq-flex,.ny-xq-btn,.ny-lx-1{display: block;}
	.ny-news li .ny-news-text h3 {font-size: 4.8vw;line-height: 7vw;}
	.ny-news li .ny-news-text,.ny-lx-l{padding: 0 5vw;}
	.ny-news li .ny-news-text time {margin: 4vw 0;}
	.ny-news li .ny-news-text p{line-height:25px;}
	.ny-xq-title h3 {font-size: 5vw;}
	.ny-xq-fx,.ny-xq-btn-r{margin-top: 5vw;}
	.ny-xq-r{margin-bottom:10vw;}
	.ny-xq-r{margin-top: 8vw;}
	.ny-lx-l .ny-title h3,.ny-job .ny-title h3{font-size: 6vw;}
	.ny-lx-l span {margin: 4vw 0;}
	.ny-lx-l .lx-ewm {margin-right: 4vw;}
	.ny-lx-r #allmap1{height: 80vw;}
	.job-list .job-zk .job-bt h3 {font-size: 5vw;margin: 0 0 5vw;}
	.job-list .job-zk .job-bt h3 span{font-size: 5vw;}
	.job-list .job-zk .job-bt{padding: 7vw 0;}
	.job-zk ul li{display: block;}
	.job-zk ul li .job-nr{width: 100%;margin-bottom:5vw;}
	.job-yx a{font-size: 4vw;}
	.job-yx {padding-left: 10vw;padding-top: 14.5vw;background-size: 8vw auto;}
}

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

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

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

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

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