@charset "utf-8";
/* CSS Document */
* {margin: 0;padding: 0;}
body {background:#fff;font-size: 14px;font-family: "SourceHanSansCN-Normal";font-style:normal; color:#000;font-weight: 400;}
@font-face {
    font-family: "SourceHanSansCN-Normal";
    src: url(https://jianzhan-fe.cdn.bcebos.com/font-v2/SourceHanSansCN-Normal.woff2), url(https://jianzhan-fe.cdn.bcebos.com/font/SourceHanSansCN-Normal.otf);
    font-display: swap;
}
@font-face {
    font-family: "SourceHanSansCN-Heavy";
    src: url(https://jianzhan-fe.cdn.bcebos.com/font-v2/SourceHanSansCN-Heavy.woff2), url(https://jianzhan-fe.cdn.bcebos.com/font/SourceHanSansCN-Heavy.otf);
    font-display: swap;
}


a {text-decoration: none; color:#000;transition: all 0.3s ease;}
a:hover {color: #ca141d;text-decoration: none !important;}
li {list-style-type: none;}
h1, h2, h3, h4, h5, h6 {font-weight: normal;}
input, button, select, textarea {outline: none;}
button:focus{border:0; outline:0;}
table{border-collapse: collapse;}
th,tr,td{border: 1px solid #DDD;}
.cl:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.cl {zoom: 1;}
img{transition: all 0.5s ease;}
.cont{width: 1560px;margin: 0 auto;}

/*banner*/
.in-banner{width: 100%;overflow: hidden;height: 100vh;}
.in-banner .in-banner-c{width: 100%;height: 100%;}
.in-banner .mySwiper3{position: relative;overflow: hidden;width: 100%;height: 100%;}
.in-banner .mySwiper3 .banner-img{width: 100%;display: none;}
.in-banner .mySwiper3 .banner-bj{width: 100%;height: 100%;background-repeat: no-repeat;background-size: cover;}
.in-banner .mySwiper3 .swiper-pagination{text-align: center;bottom:20px;}
.in-banner .mySwiper3 .swiper-pagination .swiper-pagination-bullet{border-radius:50%;border:2px solid #fff;width:15px;height:15px;
margin: 0 5px; background: none;opacity: 1;}
.in-banner .mySwiper3 .swiper-pagination .swiper-pagination-bullet-active{background:rgba(255,255,255,0.6);}
/*banner-end*/

/*index*/
.in-title{text-align: center;padding: 0 0 80px;}
.in-title h3{text-align: center;font-size: 48px;font-weight: bold;color: #000;text-transform: capitalize;}
.in-title span{background: #c30d23;display: block;text-align: center;width: 50px;height: 4px;border-radius: 30px; margin: 17px auto 0;}
.in-title span img{display: none;}

.in-about{width: 100%;padding: 110px 0;}
.in-about .in-title h3{background:url(../images/index_13.png) no-repeat  30.5% center;padding: 26px 0;}
.in-about .in-title h3 span{margin-top: 15px;}
.in-about-p{width: 1120px;margin: 0 auto;text-align: center;}
.in-about-p p{font-size: 18px;margin-bottom: 30px;line-height: 30px;}

.jzl-list{width: 100%;border-radius: 30px;overflow: hidden;position: relative;}
.jzl-list-img{width: 100%;width: 100%;position: relative;}
.jzl-list-img img{width: 100%;}
.jzl-list-img figure{width: 100%;}
.jzl-list-img figure img{width: 100%;}
.jzl-list-img:hover figure img{transform: scale(1.05);}
.jzl-list-img h3{display: flex;width: 100%;top: 0;height: 100%;left: 0;justify-content: center;align-items: center;color: #fff;font-size: 28px;
font-weight: bold;position: absolute;}
.jzl-list-text{position: absolute;top: auto;left: 0;width: 100%;height: 100%;background: rgba(195, 13, 35, 0.9);bottom: -100%;transition: all 0.5s;}
.jzl-list-text h4{font-size: 28px;color: #fff;text-align: center;padding-top: 7vw;padding-bottom: 2vw;font-weight: bold;}
.jzl-list-p{width: 100%;padding: 0 50px;font-size: 16px;color: #fff;margin-bottom: 25px;line-height: 25px;text-align:justify;}
.jzl-list-p p{font-size: 16px;color: #fff;line-height: 25px;}
.jzl-list:hover .jzl-list-text{bottom: 0;}

.in-news{margin-top: 140px;}
.in-news .swiper-slide{}
.in-news .swiper-slide a{display: block;}
.in-news .swiper-slide figure{width: 100%;height: 290px;overflow: hidden;border-radius: 30px;display: flex;align-items: center;justify-content: center;}
.in-news .swiper-slide figure img{width: 100%;}
.in-news .swiper-slide:hover figure img{transform: scale(1.05);}
.in-news-div{width: 100%;margin-top: 23px;}
.in-news-div time{font-size: 16px;color: #000;}
.in-news-div h3{font-size: 20px;margin: 20px 0;}
.in-news-div p{font-size: 16px;color: #666;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.in-news-a a{
    display: block;
    margin: 90px auto;
    background: #ca141d;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    width: 140px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #ca141d;
}
.in-news-a a:hover{background: #fff;color: #ca141d;}

/*footer*/
.footer{background: url(../images/index_32.jpg) no-repeat center;background-size: cover;}
.footer-c{display: flex;justify-content: space-between;align-items: center;padding: 30px 0;}
.foot-nav{}
.foot-nav ul{display: flex;justify-content:left;align-items: flex-start;}
.foot-nav ul li{margin-right: 6vw;}
.foot-nav ul li h3{font-size: 16px;margin: 0 0 15px;}
.foot-nav ul li a{display: block;font-size:14px;color: #333;line-height: 30px;}
.foot-nav ul li a:hover{color: #ca141d;}
.foot-bq{margin-top:25px;padding-bottom:15px;}
.foot-bq p{font-size:14px;color: #333;margin: 0;line-height: 35px;}
.foot-bq p a{color: #333;display: inline-block;margin-left: 15px;}
.foot-logo{margin-left:2vw;}
.foot-logo img{width: 170px;}


/*右侧悬浮*/
.ycxf{width: 76px;position: fixed;right: 20px;top: 50%;z-index: 999;display: none;}
.ycxf li{width: 100%;text-align: center;font-size: 12px;height: 76px;border-radius: 15px;margin-bottom: 5px;line-height: 120px;color: #132643;
background:#fff url(../images/index_31.png) no-repeat;position: relative;cursor: pointer;box-shadow: 0px 0px 16px rgb(0 0 0 / 20%);
background-size: 50px auto;}
.ycxf li a{color: #132643;}
.ycxf li a{display: inline-block;width: 100%;height: 100%;}
.ycxf li:nth-child(1),.ycxf li:nth-child(1):hover{background-position: 12px 14px;}
.ycxf li:nth-child(2),.ycxf li:nth-child(2):hover{background-position: 13px -71px;}
.ycxf li:nth-child(3),.ycxf li:nth-child(3):hover{background-position: 14px -146px;}
.ycxf li:nth-child(4){background-position: 12px -206px;}
.ycxf li:nth-child(3) p{width: 240px;height:76px;position: absolute;top: -0px;right: 80px;line-height: 76px;box-shadow: 0px 0px 16px rgb(0 0 0 / 20%);
display: none;font-size: 16px;background: #067a81;border-radius: 15px;color: #fff;}
.ycxf li:nth-child(3):hover p{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;}
.ycxf li:hover{background:#067a81 url(../images/index_31.png) no-repeat;background-size: 50px auto;}
.ycxf li:hover a{color: #fff;}


/*内页*/

/*banner*/
.ny-banner{width: 100%;height: 600px;position: relative;background-repeat: no-repeat;background-size: cover;background-position: center;}
.ny-banner .cont{height: 100%;display: flex;justify-content: left;align-items: end;padding-bottom: 5vw;}
.ny-banner-text{text-align: left;}
.ny-banner-text h2{font-size: 40px;color: #fff;font-weight: bold;margin: 0 0 15px;}
.ny-banner-text p{text-transform: uppercase;font-size: 20px;color: #fff;}

/*内页标题*/
.ny-title{text-align: center;padding: 50px 0;}
.ny-title h3{font-size: 35px;color: #000;font-weight: bold;margin: 0 0 15px;}
.ny-title p{font-size: 20px;color: #666;text-transform: uppercase;}

/*about*/
.about-js{width: 100%;margin-top: 80px;display: flex;justify-content: space-between;align-items: center;}
.about-js-l{width: 50%;overflow: hidden;}
.about-js-l img{width: 100%;}
.about-js-r{width: 50%;display: flex;justify-content: left;align-items: center;}
.about-js-c{padding-left: 50px;width: 82%;}
.about-js-c .in-title{text-align: left;padding-bottom: 30px;}
.about-js-c .in-title h3{text-align: left;}
.about-js-c .in-title span{text-align: left;margin: 17px 0 0;}
.about-js-text{}
.about-js-text p{font-size: 16px;line-height: 25px;margin-bottom: 20px;}

.ny-tdjs{margin-top: 80px;}
.ny-tdjs ul li {width: 100%;display: flex;justify-content: space-between;background: #f9f9f9;}
.ny-tdjs ul li .li-left {width: 50%;overflow:hidden;}
.ny-tdjs ul li .li-left figure img {width: 100%;}
.ny-tdjs ul li .li-left:hover figure img{transform: scale(1.05);}
.ny-tdjs ul li .li-right {width: 50%;display: flex;justify-content: center;align-items: center;}
.li-text {width: 85%;}
.li-text .in-main-title h2 {font-size: 36px;color: #000;font-weight: bold;}
.li-text .in-main-title span {display: block;width: 45px;height: 3px;background: #ca141d;margin: 30px 0;}
.li-text .in-main-p {font-size: 16px;margin-bottom: 0;line-height: 30px;color: #333;}
.ny-tdjs ul li:nth-child(2) .li-left {order: 2;}
.ny-tdjs ul li:nth-child(2) .li-right{}
.ny-tdjs ul li:nth-child(2) .li-text{}

/*联系我们*/
.lxfs_nr {width: 1200px;margin: 0 auto 70px;}
.lxfs_nr ul {overflow: hidden;display:flex;justify-content:center;}
.lxfs_nr li {width: 50%;padding: 0 10px 20px;}
.lxfsbox {text-align: center;border-radius: 10px;background: #f4f5f8;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: #ca141d;}
.lxfsbox:hover h2{color: #fff;}
.lxfsbox:hover p{color: #fff;}
.lxfsbox:hover img {
    ofilter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: brightness(0%) invert(100%);
    -webkit-filter: brightness(0%) invert(100%);
}
.ny-fgs{width: 100%;background: #f8f8f8;padding-bottom: 80px;}
.ny-fgs .in-fgs{margin: 0;}

.ny-lxwm{margin-top: 80px;}
#allmap{width: 100%;height: 500px;}

/*核心竞争力*/
.ny-jzl{margin: 80px auto;}
.fa_list_div {width: 100%;background: #f5f5f5;display: flex;justify-content: space-between;align-items: center;border-radius: 15px;overflow: hidden;
margin-bottom: 60px;}
.fa_list_div figure {width: 46%;overflow: hidden;display: flex;justify-content: center;align-items: center;height: 440px;}
.fa_list_div figure img{width: 100%;}
.fa_list_div .fa_list_r {width: 50%;}
.fa_list_div .fa_list_r h2 {color: #ca141d;font-size: 24px;font-weight: 600;margin: 0 0 30px;}
.fa_list_div .fa_list_r .fa_list_p {font-size: 16px;color: #666;line-height: 30px;padding-right: 5vw;text-align: justify;}
.fa_list_a a{
    display: block;
    margin: 30px 0 0;
    background: #ca141d;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    width: 140px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #ca141d;
}
.fa_list_a a:hover{background: #fff;color: #ca141d;}
.fa_list_div:hover figure img{transform: scale(1.05);}

/*新闻列表*/
.ny-news{margin: 80px auto;}
.ny-news ul{}
.ny-news ul li{padding-bottom: 50px;}
.ny-news ul li figure{width: 100%;height: 290px;overflow: hidden;border-radius: 30px;display: block;align-items: center;justify-content: center;}
.ny-news ul li figure img{width: 100%;}
.ny-news ul li:hover figure img{transform: scale(1.05);}
.in-news-div{width: 100%;margin-top: 23px;}
.in-news-div time{font-size: 16px;color: #000;}
.in-news-div h3{font-size: 20px;margin: 20px 0;}
.in-news-div p{font-size: 16px;color: #666;
    overflow: hidden;
    display: -webkit-box;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

/*分页*/
.pageing{width: 100%;display: flex;justify-content: center;margin-top: 30px;}
.pageing .page-status{display: none;}
.pageing span a{display: inline-block;border-radius: 5px;border: 1px solid #999;text-align: center;font-size: 14px;padding: 7px 12px;margin: 0 5px;
color: #333;transition: all 0.5s;}
.pageing span a:hover,.pageing span a.page-num-current{background: #ca141d;color: #fff;border: 1px solid #ca141d;}

/*新闻详情*/
.nyal-c{width: 100%;}
.fayynr{width: 1200px; margin: 0 auto;max-width: 94%;padding:70px 0 0px;}
.fayy_title{ border-bottom: 1px solid #ccc;}
.fayy_title h2{font-weight: bold; color: #333; font-size: 35px;line-height: 60px;margin: 0 0 30px;}
.fayy_nr{padding: 25px 0 40px;border-bottom: 1px solid #ccc;}
.fayy_nr p{font-size: 14px; line-height: 2; color: #6f6f6f; margin-bottom: 30px;}
.fayy_nr p img{max-width:100%;}
.fayy_sp{position:relative;}
.xwxq_fl{padding: 20px 0 0;}
.xwxq_fl ul{overflow: hidden;}
.xwxq_fl li{float: left;width: 50%; font-size: 18px; }
.xwxq_fl li a{color: #6f6f6f;}
.xwxq_fl li a:hover{color: #ca141d;}
.xwxq_fl li a:hover img{ margin-right:20px;}
.xwxq_fl li img{display: inline-block;vertical-align: middle; margin: -3px 12px 0 0;transition: All 0.4s ease-in-out;}
.xwxq_fl ul li:nth-child(2) a:hover img{ margin-left:20px;}
.xwxq_fl ul li:nth-child(2){ text-align: right;}
.xwxq_fl ul li:nth-child(2) img{margin: -3px 0 0 12px;}

/*产品*/
.ny-cp{margin: 80px auto;}
.ny-cp ul{margin-bottom: 50px;}
.cp-list{width: 100%;border-radius: 30px;background: #f5f5f5;overflow: hidden;position: relative;padding-bottom: 25px;}
.cp-list-img{width: 100%;height: 400px;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.cp-list-img img{width: 100%;}
.cp-list-img:hover img{transform: scale(1.05);}
.cp-list-text{display: flex;justify-content: space-between;padding: 0 40px;}
.cp-list-l{margin-top: -55px;position: relative;z-index: 9;}
.cp-list-l a{text-align: center;}
.cp-list-l figure{width: 100px;height: 100px;border-radius: 50%;overflow: hidden;}
.cp-list-l figure img{width: 100%;height: 100%;}
.cp-list-l h3{font-size: 20px;font-weight: bold;}
.cp-list-r{display: flex;margin-top: 16px;}
.cp-list-r a{display: flex;width: 140px;text-align: center;border: 1px solid #000;border-radius: 30px;height: 40px;line-height: 40px;margin-top: 15px;
justify-content: center;align-items: center;margin-left: 20px;transition: all 0.5s;}
.cp-list-r a img{width: 20px;height: auto;margin-right: 7px;}
.cp-list-r a:nth-child(1){border: 1px solid #58d703;color: #58d703;}
.cp-list-r a:hover{background: #58d703;color: #fff;}
.cp-list-r a:hover img{
    ofilter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: brightness(0%) invert(100%);
    -webkit-filter: brightness(0%) invert(100%);
}
.cp-list-r a:nth-child(2):hover{background: #000;}

.cp-jqqd{display: flex;justify-content: center;align-items: center; margin: 80px auto;}
.cp-jqqd figure{width: 28px;margin-right: 10px;}
.cp-jqqd figure img{width:100%;}
.cp-jqqd span{font-size:16px;}

/*产品详情*/
.cpxq-top{border-bottom: 1px solid #ccc;display: flex;justify-content: space-between;align-items: center;padding-bottom: 30px;margin-bottom: 40px;}
.cpxq-top-l{width: 70%;display: flex;justify-content: left;align-items: center;}
.cpxq-top-l figure{width: 110px;height: 110px;overflow: hidden;border-radius: 50%;margin-right: 15px;}
.cpxq-top-l figure img{width: 100%;height: 100%;}
.cpxq-top-l .cpxq-top-text{}
.cpxq-top-l .cpxq-top-text h3{font-size: 20px;font-weight: bold;}
.cpxq-top-l .cpxq-top-text p{font-size: 14px;color: #666;}
.wap-p{display: none;}
.cpxq-top-r{width: 30%;}
.cpxq-top-xz{position: relative;}
.cpxq-top-xz span{width: 40px;display: block;float: right;}
.cpxq-top-xz span img{width: 100%;}
.cpxq-top-tc{position: absolute;display: flex;justify-items: center;align-items: center;top: 40px;right: -104px;z-index: 9;opacity: 0;transition: all 0.5s;}
.cpxq-top-tc a{text-align: center;font-size: 16px;display: inline-block;width: 80px;}
.cpxq-top-tc a figure{border-radius: 50%;border: 1px solid #000;width: 50px;height: 50px;display: flex;justify-content: center;align-items: center;
margin:0 auto 10px;}
.cpxq-top-tc a figure img{width: 21px;}
.cpxq-top-tc a:nth-child(1) figure{border: 1px solid #1b5ecc;}
.cpxq-top-tc a:nth-child(2) figure{border: 1px solid #58d703;}
.cpxq-top-tc a p{}
.cpxq-top-tc a:hover figure{background: #000;}
.cpxq-top-tc a:hover figure img{
    ofilter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    filter: brightness(0%) invert(100%);
    -webkit-filter: brightness(0%) invert(100%);
}
.cpxq-top-tc a:nth-child(1):hover figure{background: #1b5ecc;}
.cpxq-top-tc a:nth-child(2):hover figure{background: #58d703;}
.cpxq-top-xz:hover .cpxq-top-tc{opacity: 1;top: 49px;}
.cpxq-nr{}
.cpxq-video{margin-bottom: 50px;}
.cpxq-bt{font-size: 20px;font-weight: bold;color: #ca141d;margin-bottom: 15px;}
.cpxq-yxjp{}
.cpxq-yxjp .swiper-slide{}
.cpxq-yxjp .swiper-slide figure{width: 100%;border-radius: 30px;overflow: hidden;}
.cpxq-yxjp .swiper-slide figure img{width: 100%;}
.cpxq-yxjp .swiper-slide:hover figure img{transform: scale(1.05);}
.cpxq-yxjp .mySwiper .swiper-button-prev:after,.cpxq-yxjp .mySwiper .swiper-button-next:after{color: #fff;font-size: 25px;}
.cpxq-yxjs{margin: 50px 0;border-bottom: 1px solid #ccc;padding-bottom: 50px;}
.cpxq-yxjs-nr{}
.cpxq-yxjs-nr img{max-width: 100%;}
.cpxq-yxjs-nr p{font-family: 16px;color: #333;line-height: 28px;}

/*招聘*/
.ny-rcmb{margin-top: 80px;}
.ny-rcmb ul{display: flex;justify-content: space-between;align-items: flex-start;}
.ny-rcmb ul li{width: 22%;border-radius: 10px;border: 1px solid #ccc;transition: all 0.5s;}
.ny-rcmb ul li figure{margin: 45px auto 30px;width: 70px;}
.ny-rcmb ul li figure img{width: 100%;}
.ny-rcmb ul li h3{text-align: center;font-size: 24px;font-weight: bold;transition: all 0.5s;}
.ny-rcmb ul li span{display: block;margin:20px auto 30px;width: 40px;height: 4px;background: #ca141d;border-radius: 30px;}
.ny-rcmb ul li p{text-align: center;padding: 0 40px;font-size: 16px;line-height: 30px;height: 100px;}
.ny-rcmb ul li:hover{-webkit-transform: translateY(-5px);transform: translateY(-5px);box-shadow: 0 0 15px rgba(195, 13, 35, 0.3);border-color: #fff;}
.ny-rcmb ul li:hover h3{color: #ca141d;}

.ny-job{width: 100%;background: linear-gradient(180deg, #f8dada26, #f9a9a912);padding-bottom: 40px;padding-top: 40px;margin-top: 80px;}
.ny-job-nr ul{width: 100%;position: relative;height: 470px;}
.ny-job-nr ul li{position: absolute;border-radius: 50%;background: #316ef029;text-align: center;overflow: hidden;text-align: center;
display: flex; flex-direction: column; align-items: center; justify-content: center;aspect-ratio: 1 / 1;}
.ny-job-nr ul li img{height: 100%;width: auto;transition: all 0.5s;}
.ny-job-nr ul li:hover img{transform: scale(1.05);}
.ny-job-nr ul li span img{width: 30px;height: auto;margin-bottom: 5px;}
.ny-job-nr ul li p{font-size: 16px;color: #666;margin: 0;transition: all 0.5s;}
.ny-job-nr ul li:hover img,.ny-job-nr ul li:hover p{transform: scale(1.05);}
.ny-job-nr ul li:nth-child(1){width: 8.8888888889%;left: 72.8%;top: auto;bottom: 14%;background: rgb(254 144 18 / 9%);}
.ny-job-nr ul li:nth-child(2){width: 8.5925925926%;left: 52%;top: 5%;
background: linear-gradient(180deg, rgb(252 243 243 / 14%) -34.88%, rgb(240 210 210 / 20%) 127.22%);}
.ny-job-nr ul li:nth-child(3){width: 12.2222222222%;left:63.1%;top: 18%;
background: linear-gradient(180deg, rgb(252 243 243 / 14%) -34.88%, rgb(240 210 210 / 20%) 127.22%);}
.ny-job-nr ul li:nth-child(4){width: 10.1481481481%;left: 27%;top: 22.2%;background: rgb(254 144 18 / 7%);}
.ny-job-nr ul li:nth-child(5){width: 10.7407407407%;left: 19%;top: 51%;
background: linear-gradient(180deg, rgb(252 243 243 / 14%) -34.88%, rgb(240 210 210 / 20%) 127.22%);}
.ny-job-nr ul li:nth-child(6){width: 8.5925925926%;left:39.8%;top:0;background: rgb(195 13 35 / 2%);}
/*.ny-job-nr ul li:nth-child(7){width: 7.7777777778%;left: 9.35%;top: 24%;
background: linear-gradient(180deg, rgb(252 243 243 / 14%) -34.88%, rgb(240 210 210 / 20%) 127.22%);}*/
.ny-job-nr ul li:nth-child(7){width: 7.7777777778%;left: 34.35%;top: 67%;
background: linear-gradient(180deg, rgb(252 243 243 / 14%) -34.88%, rgb(240 210 210 / 20%) 127.22%);}
.ny-job-nr ul li:nth-child(8){width: 16.8148148148%;left:42.6%;top: 37%;}
.ny-job-nr ul li:nth-child(9){width: 12.962962963%;left: 28%;top: auto;bottom: 7%;display: none;}
.ny-job-nr ul li:nth-child(10){width: 9.3333333333%;left: 61%;top: auto;bottom: 6%;background: rgb(195 13 35 / 2%);}
.ny-job-nr ul li:nth-child(11){width: 8%;left: 20%;top: 12%;background: rgb(195 13 35 / 2%);}
.ny-job-nr ul li:nth-child(12){width: 8%;left: 62%;top: -3%;background: rgb(195 13 35 / 2%);}
.ny-job-p{width: 100%;text-align: center;font-size: 16px;color: #999;padding: 50px 0;}
.ny-job-lx{width: 60%;border-radius: 10px;border: 1px solid #eee;display: flex;justify-content: space-between;align-items: center;margin: 0 auto 60px;}
.ny-job-lx div{width: 50%;border-right: 1px solid #eee;text-align: center;margin: 25px 0px;font-size: 18px;color: #666;}
.ny-job-lx div:last-child{border-right: none;}
.ny-job-lx div img{width: 35px;margin-right: 10px}
.ny-job-lx div:hover{color: #ca141d;}

.ny-zhaopin{margin-top: 80px;margin-bottom: 100px;}
.jop-title{width: 100%;background: #ca141d; height: 80px;font-size: 16px;text-align: center;line-height: 80px;display: flex;
justify-content: space-between;align-items: center;}
.jop-title span{display: inline-block;width: 20%;color: #fff;text-transform: capitalize;}
.sideMenu {width: 100%;color: #000;}
.sideMenu h3{line-height: 70px;cursor: pointer;margin: 0;font-size: 16px;text-align: center;border-bottom: 1px solid #ccc;display: flex;
justify-content: space-between;align-items: center;}
.sideMenu h3 span{display: inline-block;width: 20%;}
.sideMenu h3:hover{color: #ca141d;}
.sideMenu ul{padding: 20px 25px;display: none;border-bottom: 1px solid #ccc;padding-bottom: 60px;}
.sideMenu ul li p{font-size: 14px;color: #666;text-align: justify;line-height: 30px;}
.sideMenu ul li a.job-yx{display: block;border-radius: 30px;background: #ca141d;color: #fff;padding: 10px 0px;width: 280px;margin-top: 20px;
text-align: center;border: 1px solid #ca141d;}
.sideMenu ul li a.job-yx:hover{background: #fff;color: #ca141d;}

.ny-rcmb-1{width:100%;margin:0 auto;background:url(../images/index_45.jpg) repeat-x bottom;padding: 0 5vw;}
.ny-rcmb-1 .mySwiper2{}
.ny-rcmb-1 .mySwiper2 .swiper-slide{display: flex;justify-content: space-between;align-items: flex-start;}
.ny-rcmb-1 .mySwiper2 .rcmb-text-l{width: 50%;margin-top: 50px;}
.ny-rcmb-1 .mySwiper2 .rcmb-text-l h3{color: #c30d23;font-weight: bold;font-size: 24px;margin-bottom: 35px;}
.ny-rcmb-1 .mySwiper2 .rcmb-text-p{}
.ny-rcmb-1 .mySwiper2 .rcmb-text-p table td{padding: 5px 0;}
.ny-rcmb-1 .mySwiper2 .rcmb-r{width: 45%;overflow: hidden;}
.ny-rcmb-1 .mySwiper2 .rcmb-r img{width: 100%;}
.ny-rcmb-1 .mySwiper2 .rcmb-r:hover img{transform: scale(1.05);}
.ny-rcmb-1 .mySwiper{width: 76%;margin-left: 0;padding-bottom: 122px;}
.ny-rcmb-1 .mySwiper .swiper-slide{display: flex;justify-content: left;align-items: center;cursor: pointer;}
.ny-rcmb-1 .mySwiper figure{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95px;
    height: 95px;
    border-radius: 50%;
    border: 2px solid #fff;
    margin-right: 20px;
}
.ny-rcmb-1 .mySwiper figure img{width: auto;height: 42px;
    -webkit-transition: -webkit-transform 2s ease-out;
	-moz-transition: -moz-transform 2s ease-out;
	-o-transition: -o-transform 2s ease-out;
	-ms-transition: -ms-transform 2s ease-out;
}
.ny-rcmb-1 .mySwiper .rcmb-text{color:#fff;}
.ny-rcmb-1 .mySwiper .rcmb-text h3{font-size: 22px;font-weight: bold;}
.ny-rcmb-1 .mySwiper .rcmb-text p{font-size: 16px;opacity: 0.7;text-align: justify;}
.ny-rcmb-1 .mySwiper .swiper-slide:hover figure img{
    -webkit-transform: rotateZ(360deg);
	-moz-transform: rotateZ(360deg);
	-o-transform: rotateZ(360deg);
	-ms-transform: rotateZ(360deg);
	transform: rotateZ(360deg);
}
.ny-rcmb-1 .mySwiper2.swiper-3d{perspective: 1250px;}
.ny-rcmb-1 .mySwiper2 .swiper-slide-shadow{background:none;}
.job-zp-a{}
.job-zp-a a{
    display: block;
    margin: 0 auto;
    width: 150px;
    height: 50px;
    border-radius: 30px;
    background: #ca141d;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border: 1px solid #ca141d;
}
.job-zp-a a:hover{background:#fff;color: #ca141d;}

.ny-zhaopin .in-title a{display: block;color: #666;margin-top:20px;}
.ny-zhaopin .in-title a:hover{color:#ca141d;}
.job-ul{display: flex;justify-content: space-between;align-items: flex-start;}
.job-ul li{width: 49%;overflow: hidden;}
.job-ul li figure{width:100%;overflow:hidden;}
.job-ul li figure img{width: 100%;}
.job-ul li:hover figure img{transform: scale(1.05);}

.in-about-en .in-title h3 {background: url(../images/index_13.png) no-repeat 1.5% center;}
.in-about-en .in-about-p {width: 100%;}

.ny-job-nr-en ul li{padding:0 5px;}
.ny-job-nr-en ul li:nth-child(11) {width: 9%;left: 17%;}
.ny-job-nr-en ul li:nth-child(7) {width: 9%;}
.ny-rcmb-1-en .mySwiper{width:100%;}
.ny-rcmb-1-en .mySwiper .rcmb-text{width: 76%;}
.ny-rcmb-1-en .mySwiper2 .rcmb-text-p table td{padding-right:10px;}

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

@media (min-width: 1950px){
    
}

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

@media screen and (max-width:1800px){
    .in-ys .in-ys-r ul li{margin: 2rem 0;}
	
}

@media screen and (max-width:1700px){
    .in-ys .in-ys-r ul li {margin: 1rem 0;}
	
}

@media screen and (max-width:1570px){
    .cont{width: 90%;}
    .in-news .swiper-slide figure{height: 16vw;}
    .in-about .in-title h3 {background: url(../images/index_13.png) no-repeat 27.5% center;}
    .in-about-en .in-title h3 {background: url(../images/index_13.png) no-repeat 0.5% 2px;padding: 16px 30px;}

    .li-text {width: 77%;}
    .ny-news ul li figure{height: 17vw;}
    .in-about-en .in-title{width: 76%;margin: 0 auto;}
}

@media screen and (max-width:1500px){
    .in-about .in-title h3 {background: url(../images/index_13.png) no-repeat 25.5% center;}
    
    .in-about-en .in-title h3 {background: url(../images/index_13.png) no-repeat 0.5% 2px;padding: 16px 30px;font-size: 44px;}
 
}

@media screen and (max-width:1440px){
    .jzl-list-p{padding: 0 25px;}
    .in-about-p{width: 90%;}    
    
    .ny-banner{height: 420px;}
    .li-text {width: 87%;}
    .cpxq-top-tc{right: -9px;}
    .ny-rcmb-1 .mySwiper {width: 82%;}
}

@media screen and (max-width:1360px){
    .in-about .in-title h3 {background: url(../images/index_13.png) no-repeat 23.5% center;}
    
    .ny-rcmb-1 .mySwiper {width: 95%;}
    .in-about-en .in-title {width: 100%;}
    .in-about-en .in-title h3 {background: url(../images/index_13.png) no-repeat 9.5% center;font-size: 30px;padding: 42px 30px;}
}

@media screen and (max-width:1300px){
    .lxfs_nr {width: 100%;}
    .cp-list-img {height: 30vw;}
	
}

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

}

@media screen and (max-width:1024px){
    .cont {width: 93%;}
    .in-banner{height: auto;}
    .in-banner .in-banner-c {height: 500px;margin-top: 60px;}
    .in-title h3{font-size: 30px;}   
    .in-about{padding: 20px 0 40px;background-size: cover;}
    .in-about .in-title h3 {background: url(../images/index_13.png) no-repeat 27.5% center;background-size: 60px auto;}
    .in-about-p{width: 100%;}
    .in-title span{margin-top: 15px;}
    .sy-jzl .mySwiper,.in-news .mySwiper1{padding-bottom: 50px;}
    .sy-jzl .mySwiper .swiper-pagination-bullet-active,.in-news .mySwiper1 .swiper-pagination-bullet-active{background: #ca141d;}
    .sy-jzl .mySwiper .swiper-pagination-bullet,.in-news .mySwiper1 .swiper-pagination-bullet{width: 10px;height: 10px;}
    .in-news {margin-top: 40px;}
    .in-news .swiper-slide figure {height: 26vw;}
    .in-news-a a {margin: 25px auto 60px;}
    .in-news-div h3 {font-size: 18px;margin: 15px 0;}
    .foot-a a {width: 160px;height: 50px;line-height: 50px;margin-top: 35px;}
    .foot-nav a{margin-right: 30px;}
    .foot-bq-r ul li img{width: auto;height: 20px;}
    .foot-logo figure img {height: 35px;}    
	
	.ny-banner{height: 300px;margin-top: 60px;}
    .ny-banner-text h2 {font-size: 30px;margin: 0 0 10px;}
    .ny-banner-text p{font-size: 16px;}
	.about-js{flex-wrap: wrap;}
    .about-js-r,.about-js-c{width: 100%;}
    .about-js-c{width: 90%;padding: 0;margin: 0 auto;}
    .about-js-l{display: none;}
    .li-text {width: 95%;}    
	.ny-zl-r ul li .ny-zllist-l {width: 55px;}
	.ny-zl-r ul li .ny-zllist-r {width: 84%;}
	.ny-sqly {width: 100%;}
	.ny-sqly form .ny-sqly-div label { width: 95px;margin-right: 10px; font-size: 14px;}
	.cp-list-r{flex-wrap: wrap;justify-content: right;}
    .cp-list-l {margin-top: 25px;}
    .cp-list-l h3{margin: 30px 0 0;}
    .cp-list-l figure {width: 80px;height: 80px;}
    .cpxq-top-l figure {width: 90px;height: 90px;}
    .cpxq-top-r {width: 60px;}
    .cpxq-top-l {width: 72%;}
    .cpxq-top-l .cpxq-top-text p{display: none;}
    .cpxq-top-l .cpxq-top-text {width: 67%;}
    .wap-p {width: 100%;display: block;margin-top: 15px;}
    .cpxq-top{flex-wrap: wrap;}
    .cpxq-top-l .cpxq-top-text h3{margin: 0;}
    .cpxq-top-tc{background: #fff;}
    .fayy_title h2 {font-size: 20px;line-height: 20px;margin: 30px 0 30px;}
    .ny-news{width: 90%;}
    .ny-rcmb ul{flex-wrap: wrap;}
    .ny-rcmb ul li{width: 48%;margin-bottom: 30px;}
    .foot-top .foot-top-r .foot-nav{display:none;}
    .foot-top .foot-top-l{width: 100%;}
    .foot-top{flex-wrap: wrap;}
    .foot-bq-l {margin-top: 40px;}
    .ny-rcmb-1 .mySwiper2 .swiper-slide{flex-wrap: wrap;}
    .ny-rcmb-1 .mySwiper2 .rcmb-text-l,.ny-rcmb-1 .mySwiper2 .rcmb-r {width: 100%;}
    .ny-rcmb-1 .mySwiper {width: 100%;margin-top: 50px;padding-bottom: 50px;}
    .ny-rcmb-1{padding: 0 3vw;}
    .ny-rcmb-1 .mySwiper figure img{height: 25px;}
    .ny-rcmb-1 .mySwiper figure{width: 65px;height: 65px;}
    .ny-rcmb-1 .mySwiper .rcmb-text h3 {font-size: 16px;margin:10px 0;}
    .ny-rcmb-1 .mySwiper .rcmb-text p {font-size: 14px;}
    .ny-job-nr ul li p {font-size: 14px;}
    .ny-rcmb-1 .mySwiper2 .rcmb-text-l {margin-top: 10px;}
    .ny-rcmb-1 .mySwiper .rcmb-text{width: 70%;}
    
    .in-about-en .in-title h3 {background: url(../images/index_13.png) no-repeat 1.5% 25px;
    background-size: 68px auto;
    font-size: 28px;}

	
}

@media screen and (max-width:910px){
    .in-about .in-title h3 {background: url(../images/index_13.png) no-repeat 26.5% center;background-size: 60px auto;}
    .ny-tdjs ul li:nth-child(2) .li-left {order: inherit;}
    .ny-tdjs ul li{flex-wrap: wrap;}
    .ny-tdjs ul li .li-left,.ny-tdjs ul li .li-right{width: 100%;}
    .li-text {width: 95%;padding: 0;margin: 0 auto;}
    .ny-tdjs ul li:nth-child(2) .li-text{padding: 0;}
    .li-text .in-main-title h2 {font-size: 25px;margin: 40px 0 0px;}
    .li-text .in-main-title span{margin: 15px 0 30px;}
    .fa_list_div{flex-wrap: wrap;}
    .fa_list_div figure {width: 100%;}
    .fa_list_div .fa_list_r {width: 100%;margin-top: 30px;padding: 0 30px 30px;}
    .fa_list_div .fa_list_r .fa_list_p{padding: 0;font-size: 14px;}
    .fa_list_div .fa_list_r h2{font-size: 20px;}
    
    .in-about-en .in-title h3 {background:url(../images/index_13.png) no-repeat 8.5% 2px;background-size: 68px auto;font-size: 30px;}
}

@media screen and (max-width:780px){
    .in-about .in-title h3 {background: url(../images/index_13.png) no-repeat 22.5% center;background-size: 60px auto;}
    .in-about-en .in-title h3 {background:url(../images/index_13.png) no-repeat 2.5% 26px;background-size: 68px auto;font-size: 30px;}
   
    .page-index,.page-last{display: none;}
    .pageing span a {font-size: 12px;padding: 5px 10px;margin: 0 3px;}
    #allmap {width: 100%;height: 400px;}
    .ny-job-lx{flex-wrap: wrap;width: 100%;}
    .ny-job-lx div {width: 100%;}
    .ny-job-lx div{font-size: 14px;}
    .ny-job-lx div img {width: 25px;margin-right: 7px;}
    .lxfs_nr li{width: 100%;}
    .lxfs_nr ul li:nth-child(3), .lxfs_nr ul li:nth-child(4), .lxfs_nr ul li:nth-child(5) {width: 100%;}
    .lxfsbox{height: 200px;}
    .ny-title h3 {font-size: 25px;}
    .ny-title p {font-size: 14px;}
    .ny-job-nr ul li:nth-child(7) {width: 16%;left: 0%;}
    .ny-job-nr ul li:nth-child(12) {width: 12%;left: 12%;}
    .ny-job-nr ul li p {font-size: 14px;}
    .ny-job-nr ul li:nth-child(6) {width: 14.592593%;left: 23.8%;top: 0%;}
    .ny-job-nr ul li:nth-child(4) {width: 13.148148%;left: 18%;top: 33.2%;}
    .ny-job-nr ul li:nth-child(2) {width: 13.592593%;left: 42%;top: 4%;}
    .ny-job-nr ul li:nth-child(9) {width: 21.814815%;left: 36.6%;top: 26%;}
    .ny-job-nr ul li:nth-child(13) {width: 14%;left: 62%;top: -1%;}
    .ny-job-nr ul li:nth-child(8) {width: 26.481481%;top: 37%;left: 34%;}
    .ny-job-nr ul li:nth-child(3) {width: 18.222222%;left: 63.1%;top: 23%;}
    .ny-job-nr ul li:nth-child(5) {width: 18.740741%;left: 6%;top: 58%;}
    .ny-job-nr ul li:nth-child(10) {width: 16.962963%;bottom: 6%;}
    .ny-job-nr ul li:nth-child(1) {width: 17.888889%;left: 79.8%;bottom: 19%;}
    .ny-job-nr ul li:nth-child(11) {width: 16.333333%;left: 55%;bottom: 13%;}
    .ny-job-nr ul{height: 60vw;}
    .ny-job-p{font-size:14px;}
    .cp-list{margin-bottom: 30px;}
    .cp-list-img {height: auto;}
    .cp-list-r{width: 40%;}
    .ny-cp ul {margin-bottom: 10px;}
    .fa_list_div figure{height: auto;}
    .ny-news ul li figure{height: auto;}
    .fayynr{padding: 0px 0 0px;}
    .job-zp-a {margin-top: 55px;}
 
}

@media screen and (max-width:640px){
    .in-about .in-title h3 {background: url(../images/index_13.png) no-repeat 16.5% center;background-size: 60px auto;}
    .in-about-en .in-title h3 {background:url(../images/index_13.png) no-repeat 1.5% 20px;background-size: 68px auto;font-size: 20px;}
    .in-news .swiper-slide figure {height: 55vw;}
    .foot-bq{flex-wrap: wrap;}
    .foot-bq-l,.foot-bq-r{width: 100%;}
    .foot-bq-r ul{justify-content: left;margin-top: 20px;}
    .foot-bq-r ul li {margin-left: 0;margin-right: 5vw;}
    .foot-nav{display: none;}
    .in-title {padding: 0 0 40px;}
   
    
    .ny-banner {height: 200px;}
    .ny-title {padding: 25px 0;}
    .ny-title h3 {font-size: 20px;}
    .ny-2nav-r ul li {font-size: 14px; margin: 0px 4px 10px;width: calc(93% / 2);}
    .fuwu-ul li {width: 100%;}
    .fuwu-ul li figure img {width: 100%;height: auto;}
    .fuwu-ul li .fuwu-ul-div h3 {font-size: 14px;padding: 10px 0;}
    .fuwu-ul li .fuwu-ul-div{bottom: -69%;}
    .foot-lx-c ul li figure {width: 48px;}
    .ny-job-nr ul li:nth-child(7) {width: 25%;top: 34%;}
    .ny-job-nr ul li:nth-child(5) {width: 22.740741%;left: 16%;top: auto;bottom: -18px;}
    .ny-job-nr ul li:nth-child(10) {width: 23.962963%;bottom: -10%;left: 50%;}
    .ny-job-nr ul li:nth-child(11) {width: 18.333333%;left: 55%;bottom: 0%;}
    .ny-job-nr ul li:nth-child(1) {width: 20.888889%;left: 78.8%;bottom: 3%;}
    .ny-job-nr ul li:nth-child(9) {width: 23.814815%;left: 38.6%;top: 35%;}
    .ny-job-nr ul li:nth-child(12),.ny-job-nr ul li:nth-child(13){display: none;}
    .ny-job-nr ul li:nth-child(4) {width: 22.148148%;left: 5%;top: -5.8%;}
    .ny-job-nr ul li:nth-child(3) {width: 24.222222%;left: 65.1%;top: 30%;}
    .ny-job-nr ul li:nth-child(2) {width: 23.592593%;left: 72.1%;top: -11%;}
    .ny-job-nr ul li:nth-child(6) {width: 22.592593%;left: 35.8%;top: -2%;}
    .cp-list-text{padding: 0 15px;}
    .cp-list-r a{width: 100%;margin-left: 0;}
    .cpxq-top-l figure {width: 50px;height: 50px;margin-right: 5px;}
    .cpxq-top-xz span {width: 26px;}
    .cpxq-top-tc a:nth-child(1){display: none;}
    .cpxq-top-tc a figure{width: 40px;height: 40px;}    
    .cpxq-top-tc a figure img {width: 17px;}
    .cpxq-top-tc a p {font-size: 14px;}
    .fayynr{padding: 10px 0 0px;}
    .ny-rcmb ul li figure { margin: 30px auto 15px; width: 40px;}
    .ny-rcmb ul li h3{font-size: 18px;}
    .ny-rcmb ul li span {margin: 10px auto 15px;height: 3px;}
    .ny-rcmb ul li p {padding: 0px 10px;font-size: 14px;line-height: 23px;height: 65px;}
    .ny-job{margin-top: 20px;}
    .jop-title{line-height: 50px;font-size: 14px;height: 50px;}
    .sideMenu h3{line-height: 50px;font-size: 14px;}
    .jop-title span:last-child,.jop-title span:nth-child(2){display: none;}
    .sideMenu h3 span:last-child,.sideMenu h3 span:nth-child(2){display: none;}
    .jop-title span,.sideMenu h3 span{width: 38%;}
    .sideMenu ul {padding: 20px 15px;}
    
}

@media screen and (max-width:510px){
    .in-about .in-title h3 {background: url(../images/index_13.png) no-repeat left center;background-size: 60px auto;}
    .cp-list-r {width: 55%;}

	
}

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

@media screen and (max-width:380px){
    .in-about .in-title h3 {background: url(../images/index_13.png) no-repeat left 13px;background-size: 60px auto;padding-left: 20px;}
    .sideMenu ul li a.job-yx{width: 100%;}
    .in-about-en .in-title h3 {
    background: url(../images/index_13.png) no-repeat left 36px;
    background-size: 60px auto;
    padding-left: 20px;}

    	
}