@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: #035dd6;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: 1550px;margin: 0 auto;}

/*banner*/
.in-banner{width: 100%;overflow: hidden;height:450px;margin-top: 100px;}
.in-banner .in-banner-c{width: 100%;height: 100%;}
.in-banner .mySwiper3{position: relative;overflow: hidden;width: 100%;height: 100%;}
.in-banner .mySwiper3 .banner-bj{width: 100%;height: 100%;background-repeat: no-repeat;background-size: cover;display: flex;justify-content: left;
align-items:center;background-position: center;}
.in-banner .mySwiper3 .banner-bj a{display: block;width: 100%;height: 100%;}
.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:60px 0;}
.in-title h2{text-align: center;font-size: 36px;font-weight: bold;color: #000;margin: 0 0 20px;}
.in-title span{display: block;margin: 0 auto;background: #035dd6;width: 45px;height: 4px;}

.in-cp .notice{position: relative;}
.in-cp .notice .tab-nav{display: flex;justify-content: center;align-items: center;margin-bottom: 50px;}
.in-cp .notice .tab-nav li{display: inline-block;margin: 0 40px;}
.in-cp .notice .tab-nav li a{position: relative;font-size: 18px;display: block;padding-bottom: 10px;transition: all 0.5s;}
.in-cp .notice .tab-nav li a::after{position: absolute;content: "";left: 0;bottom: 0;width: 100%;height: 2px;background: #035dd6;opacity: 0;transition: all 0.5s;}
.in-cp .notice .tab-nav li a:hover,.in-cp .notice .tab-nav li.on a{color: #035dd6;}
.in-cp .notice .tab-nav li a:hover::after,.in-cp .notice .tab-nav li.on a::after{opacity: 1;}
.in-cp .notice .tab-pal{}
.in-cp .notice .tab-pal ul{display: flex;flex-wrap: wrap;justify-content: left;}
.in-cp .notice .tab-pal ul li{width: 23%;border-radius: 5px;overflow: hidden;background: #fff;box-shadow: 0 0 15px rgba(0,0,0,0.1);margin: 0 15px 30px;}
.in-cp .notice .tab-pal ul li a{}
.in-cp .notice .tab-pal ul li figure{width: 100%;height: 250px;padding: 20px;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.in-cp .notice .tab-pal ul li figure img{width: 100%;}
.in-cp .notice .tab-pal ul li:hover figure img{transform: scale(1.05);}
.in-cp .notice .tab-pal ul li .in-cp-text{width: 100%;border-top: 1px solid #ccc;padding:20px;display: flex;justify-content: space-between;align-items: flex-end;}
.in-cp .notice .tab-pal ul li .in-cp-text h3{font-size: 16px;margin: 0;line-height: 30px;}
.in-cp .notice .tab-pal ul li .in-cp-text span{font-size: 16px;line-height: 30px;}

.in-fan{width: 100%;margin-top: 50px;}
.in-fan ul{display: flex;justify-content: space-between;width: 100%;}
.in-fan ul li{width: 34%;overflow: hidden;position: relative;background: #035dd6;}
.in-fan ul li figure{width: 100%;opacity: 0.5;transition: all 0.5s;}
.in-fan ul li figure img{width: 100%;}
.in-fan ul li .in-fan-c{position: absolute;width: 100%;top: 0;left: 0;}
.in-fan ul li .in-fan-img{width: 100%;text-align: center;padding-top: 45%;transform: translateY(-45px);transition: all 0.5s;}
.in-fan ul li .in-fan-img span img{width: 90px;}
.in-fan ul li .in-fan-img h3{font-size: 30px;font-weight: bold;margin: 20px auto;color: #fff;}
.in-fan ul li .in-fan-tex{display: none;padding: 0 5vw;}
.in-fan-p{font-size: 16px;color: #fff;line-height: 25px;text-align: justify;}
.in-fan ul li .in-fan-btn{width: 140px;height: 45px;line-height: 45px;border-radius: 30px;margin:80px auto 0;background: #fff;text-align: center;color: #000;}
.in-fan ul li:hover figure{opacity: 0.2;}
.in-fan ul li:hover .in-fan-img{padding-top: 20%;}
.in-fan ul li:hover .in-fan-tex{display: block;}
.in-fan ul li:hover .in-fan-img span img{width: 70px;}
.in-fan ul li:hover .in-fan-img h3{font-size: 22px;}
.in-fan ul li .in-fan-btn:hover{color: #035dd6;} 

.in-news{display: flex;justify-content: space-between;align-items: flex-start;}
.in-news .mySwiper4,.in-news .mySwiper5{width: 48%;}
.in-news .mySwiper4 .swiper-slide img{width: 100%;}
.in-news .mySwiper5{padding: 5px;}
.in-news .mySwiper5 .swiper-slide{border-radius: 10px;box-shadow: 0 0 15px rgba(0,0,0,0.1);padding: 18px 20px 18px 0;margin-bottom: 20px;}
.in-news .mySwiper5 .swiper-slide a{display: flex;justify-content: space-between;align-items: flex-end;}
.in-news .mySwiper5 .swiper-slide .in-news-time{width: 107px;border-right: 1px solid #ccc;text-align: center;padding: 0 20px;}
.in-news .mySwiper5 .swiper-slide .in-news-time span{display: block;font-size: 36px;font-weight: bold;}
.in-news .mySwiper5 .swiper-slide .in-news-time time{display: block;border-top: 1px solid #ccc;font-size: 16px;padding-top: 5px;}
.in-news .mySwiper5 .swiper-slide .in-news-tex{width: calc(100% - 125px);}
.in-news .mySwiper5 .swiper-slide .in-news-tex h3{font-size: 16px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;margin: 0 0 5px;}
.in-news .mySwiper5 .swiper-slide .in-news-tex p{font-size: 14px;color: #666;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;
-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.in-news .mySwiper5 .swiper-slide-thumb-active .in-news-tex h3{color: #035dd6;}


/*footer*/
.footer{background: url(../images/index_10.jpg) no-repeat top center;background-size: cover;margin-top: 80px;padding-top: 60px;padding-bottom: 30px;}
.foot-c{display: flex;justify-content: space-between;align-items: flex-start;}
.foot-l{width: 30%;}
.foot-l figure img{height: 35px;}
.foot-l .foot-a{width: 140px;height: 45px;line-height: 45px;border-radius: 30px;background: #035dd6;color: #fff;text-align: center;display: block;
margin-top: 50px;}
.foot-l .foot-a:hover{color: #035dd6;background: #f5f5f5;}
.foot-l p{font-size: 14px;color: #333;margin: 40px 0 0;}
.foot-l p a{color: #333;display: inline-block;margin-left: 10px;}
.foot-r{width: calc(100% - 40%);}
.foot-tex{width: 100%;display: flex;justify-content: space-between;align-items: flex-start;}
.foot-tex-l{width: calc(100% - 25%);}
.foot-tex-l ul{display: flex;justify-content: space-between;align-items: flex-start;margin-bottom: 60px;}
.foot-tex-l ul li{font-size: 16px;}
.foot-tex-lx{display: flex;justify-content: space-between;flex-wrap: wrap;}
.foot-tex-lx span{display: inline-block;color: #666;line-height: 30px;}
.foot-tex-r{width: 134px;border-radius: 5px;background: #fff;overflow: hidden;}
.foot-tex-r img{width: 100%;}

/*右侧悬浮*/
.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;}


/*内页*/
.ny-cont{width: 1400px;margin: 0 auto;}
/*banner*/
.ny-banner{width: 100%;height: 500px;position: relative;background-repeat: no-repeat;background-size: cover;margin-top: 100px;}
.ny-banner .cont{height: 100%;display: flex;justify-content: left;align-items: center;}
.ny-banner-text{text-align: left;}
.ny-banner-text h3{font-size: 48px;color: #fff;font-weight: bold;margin: 0 0 25px;font-weight: 400;}
.ny-banner-text h3 span{font-size: 24px;text-transform: uppercase;}
.ny-banner-text p{background: rgba(255,255,255,0.6);font-size: 25px;color: #000;padding: 10px;border-radius: 5px;text-align: center;letter-spacing: 7px;}

/*内页标题*/
.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;}

/*联系我们*/
.lxfs_nr {width: 1200px;margin: 0 auto 70px;}
.lxfs_nr ul {overflow: hidden;}
.lxfs_nr li {float: left;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: #035dd6;}
.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-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: #035dd6;color: #fff;border: 1px solid #035dd6;}

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

.pics{ margin-top:20px;}
.pics img{ max-width:100%; border:1px solid #ccc;}

/*新闻详情*/
.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: #035dd6;}
.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;}
.in-news-a a{
    display: block;
    margin: 90px auto 140px;
    background: #035dd6;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    width: 140px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border: 1px solid #035dd6;
}
.in-news-a a:hover{background: #fff;color: #035dd6;}


/*产品*/
.ny-incp{margin: 60px auto;}
.ny-incp ul{}
.ny-incp ul li{}
.ny-incp ul li a{display: block;border-bottom: 1px solid #ccc;margin-bottom: 30px;}
.ny-incp ul li figure{width: 100%;overflow: hidden;margin-bottom: 15px;}
.ny-incp ul li figure img{width: 100%;}
.ny-incp ul li:hover figure img{transform: scale(1.05);}
.ny-incp-h3{display: flex;justify-content: space-between;align-items: center;}
.ny-incp ul li h3{margin: 0;font-size: 18px;}
.ny-incp ul li p{font-size: 14px;color: #666;margin-top: 15px;margin-bottom: 20px;}

.ny-lbcp{width: 100%;border-top: 1px solid #ccc;margin-top: 102px;}
.ny-lbcp-mbx{font-size: 16px;padding: 60px 0;}
.ny-lbcp-c{display: flex;justify-content: space-between;/*align-items: center;*/}
.ny-lbcp-l{width: 26%;border: 1px solid #ccc;border-radius: 10px;overflow: hidden;display: flex;justify-content: center;align-items: center;}
.ny-lbcp-l img{width: 100%;}
.ny-lbcp-r{width: calc(100% - 30%);}
.ny-lbcp-r h3{font-size: 24px;color: #035dd6;border-bottom: 1px solid #035dd6;margin: 0;font-weight: bold;padding-bottom: 15px;margin-bottom: 20px;}
.ny-lbcp-p{width: 100%;font-size: 14px;color: #666;text-align: justify;line-height: 25px;}
.ny-lbcp-r a{display: block;width: 140px;height: 45px;line-height: 45px;background: #035dd6;border-radius: 5px;text-align: center;color: #fff;
margin-top: 20px;border: 1px solid #035dd6;}
.ny-lbcp-r a:hover{background: #fff;color: #035dd6;}

.ny-lbcp-p pre,.cp-xq-jj pre{ font-size:14px; line-height:1.8; padding:0; color:#666; background:none; border:none;}

.cp-main{width: 100%;margin-top: 50px;margin-bottom: 80px;}
.cp-main p{text-align: justify;color: #666;font-size: 14px;line-height: 30px;}
.cp-main img{max-width: 100px;}

/* 下拉多选样式 需要引用*/
select[multiple]+.layui-form-select>.layui-select-title>input.layui-input{ border-bottom: 0}
select[multiple]+.layui-form-select dd{ padding:0; text-align: left;font-weight: 400; font-family: 'Helvetica,sans-serif,微软雅黑'}
select[multiple]+.layui-form-select .layui-form-checkbox[lay-skin=primary]{ margin:0 !important; display:block; line-height:36px !important; position:relative; padding-left:26px;}
select[multiple]+.layui-form-select .layui-form-checkbox[lay-skin=primary] span{line-height:36px !important;padding-left: 10px; float:none; font-size:14px; color: #333;}
select[multiple]+.layui-form-select .layui-form-checkbox[lay-skin=primary] i{ position:absolute; left:10px; top:0; margin-top:9px;}
.multiSelect{ line-height:normal; height:auto; padding:4px 10px; overflow:hidden;min-height:38px; margin-top:-38px; left:0; z-index:99;position:relative;background:none; }
.multiSelect a{ padding:2px 5px; background:#908e8e; border-radius:2px; color:#fff; display:block; line-height:20px; height:20px; margin:2px 5px 2px 0; float:left;}
.multiSelect a span{ float:left;}
.multiSelect a i {float:left;display:block;margin:2px 0 0 2px;border-radius:2px;width:8px;height:8px;padding:4px;position:relative;-webkit-transition:all .3s;transition:all .3s}
.multiSelect a i:before, .multiSelect a i:after {position:absolute;left:8px;top:2px;content:'';height:12px;width:1px;background-color:#fff}
.multiSelect a i:before {-webkit-transform:rotate(45deg);transform:rotate(45deg)}
.multiSelect a i:after {-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}
.multiSelect a i:hover{ background-color:#545556;}
.multiOption{display: inline-block; padding: 0 5px;cursor: pointer;   color: #333;
    font-size: 14px;
    font-family: 'Helvetica,sans-serif,微软雅黑';}
.multiOption:hover{color: #000}
.icon-fanxuan:before { content: "\e837"; }
.icon-quanxuan:before { content: "\e623"; }
.icon-qingkong:before { content: "\e63e"; }
/* 下面是页面内样式，无需引用 */
.layui-block {
    margin-bottom: 10px;
}
.layui-form-label {
    /*width: 180px;*/
    font-size: 14px;
    font-weight: 400;
    height: 38px;
    text-align: left;
    padding: 0;
}
.code {
    color: gray;
    margin-left: 10px;
}
.unshow>#result {
    display: none;
}



pre { padding: 5px; margin: 5px; }
.string { color: green; }
.number { color: darkorange; }
.boolean { color: blue; }
.null { color: magenta; }
.key { color: red; }
.layui-form-select .layui-input{color:#333; font-size: 14px;font-weight: 400;}
.layui-form-select .layui-edge{ border-top-color: #333; }
::-webkit-input-placeholder {font-weight: 400;color: #333;}
:-ms-input-placeholder {font-weight: 400;color: #333;}
::placeholder {font-weight: 400;color: #333;}
.plist{ margin: 0 0.5%;}
.plist th{/*border-top: 5px solid red;*/ padding:10px; background: #eee; font-size: 16px; color: #000; border-spacing:5px;border-right: 5px solid #fff;border-left:5px solid #fff; min-width:100px; text-align: center;}
.plist th label{font-weight:bold;}
.plist tr,.plist td{ border: 0;}
.plist td{ text-align: center; padding: 10px 0;}
.plist tr.tr1{background:#fefefe;}
.plist tr.tr2{background:#fcfcfc;}
.plist tr td:first-child{ border-left:5px solid #fff; }
.plist tr td:last-child{ border-right:5px solid #fff; }
.plist tbody{ border:1px solid #000; border-top:0;}
.plist tr{ border-left:1px solid #ddd; border-right:1px solid #ddd;}
.plist td{ border:1px solid #eee;}
/*.plist tr:hover{ background: #ccc; }*/

/*产品详情*/
.cp-xq{width: 100%;border-top: 1px solid #ccc;padding-top: 50px;}
.cp-xq .row{display: flex;/*align-items: center;*/}
.cp-xq .Current{width: 100%;border-bottom: 1px solid #eee;padding-bottom: 10px;margin-bottom: 30px;font-size: 16px;}
.cp-xq .cp-xq-topl{width: 100%;/*padding-right: 80px;*/}
.cp-xq .cp-xq-topl h2{font-size: 18px;font-weight: bold;color: #035dd6;margin-bottom: 20px;margin-top: 0;}
.cp-xq .cp-xq-topl .cp-xq-jj{width: 100%;font-size: 14px;color: #666;line-height: 30px;}
.cp-xq .cp-xq-topl a{display: block;width: 140px;height: 50px;line-height: 50px;border-radius: 5px;text-align: center;
font-size: 14px;margin-top: 50px;background: #fff;color: #035dd6;border:1px solid #035dd6;}
.cp-xq .cp-xq-topl a:hover{background: #035dd6;color: #fff;}
.cp-xq-topr{width: 100%;border: 1px solid #ccc;overflow: hidden;border-radius: 30px;}
.cp-xq-topr img{width: 100%;}.cp-xq-topr:hover img{transform: scale(1.05);}
.cpxq-qh .notice {width: 100%;margin-top: 30px;/*overflow: hidden;*/margin-bottom:50px;}
.cpxq-qh .notice .tab-hd {height: 46px;border-bottom: 1px solid #035dd6;margin-bottom: 20px;}
.cpxq-qh .notice .tab-hd ul {}
.cpxq-qh .notice .tab-hd li {
    float: left;    
	height: 45px;    
	line-height: 45px;    
	background: rgba(0,0,0,0.05);	
	width: 125px;	
	margin-right: 5px;	
	text-align: center;	
	font-size: 16px;	
	cursor: pointer;	
	color: #061a39;
}
.cpxq-qh .notice .tab-hd li.on,.cpxq-qh .notice .tab-hd li:hover {background-color:#035dd6;position: relative;}
.cpxq-qh .notice .tab-hd li.on a,.cpxq-qh .notice .tab-hd li:hover a{color: #fff;}
.cpxq-qh .notice .tab-bd{width: 100%;margin-bottom: 50px;}
.cpxq-qh .notice .tab-bd img{max-width: 100%;height: auto !important;}
.cpxq-qh .notice .tab-bd table{width: auto;color: #666;line-height: 30px;max-width: 100%;}
.cpxq-qh .notice .tab-bd table p{padding: 0 10px;}
/* .cpxq-qh .notice .tab-bd table tr td{padding: 0 10px;} */
.cpxq-qh .notice .tab-bd .tab-pal span{font-family: "siyuan-heiti" !important;}
.cpxq-qh .notice .tab-bd #jianjie strong span{color: #0070c0;}
.cpxq-qh .notice .tab-bd #jianjie span strong{color: #0070c0;}
.cpxq-qh .notice .tab-bd #jianjie h1 span{color: #0070c0;} 
.cpxq-qh .notice .tab-bd .tab-pal h5 span{font-family: "siyuan-heiti" !important;}
.cpxq-qh .notice .tab-bd .tab-pal p{font-size: 14px;color: #666;line-height: 30px;margin: 0;font-family: "siyuan-heiti";}
.cpxq-qh .notice .tab-bd .tab-pal table td p span{font-family: "siyuan-heiti" !important;color: #666 !important;}
.cpxq-qh .notice .tab-bd .tab-pal ul{padding-left: 18px;}
.cpxq-qh .notice .tab-bd .tab-pal ul li{list-style: inherit;}
.cpxq-qh .notice .tab-bd .cp-yy ul{padding-left: 0px;}
.cpxq-qh .notice .tab-bd .cp-yy ul li{list-style: none;}

.nycp-top{width: 100%;background: #F5F5F5;padding: 10px 15px;margin-top: 20px;}
.nycp-top figure{width: 20%;float: left; overflow: hidden; border-radius: 5px;}
.nycp-top figure img{width: 100%;}
.nycp-top .nycp-top-text{width: 77%;float: right;}
.nycp-top .nycp-top-text h3{font-size: 20px;margin: 15px 0 10px;}
.nycp-top .nycp-top-text p{font-size: 14px;line-height: 25px;color: #666;}

.cpgjc{width:100%;display:flex;justify-content: left;align-items: center;flex-wrap: wrap;margin: 30px 0 20px;}
.cpgjc p{
    width: auto;
    height: 35px;
    line-height: 36px;
    background: #c7e7f4;
    display: inline-block;
    border-radius: 5px;
    padding: 0 18px;
    color: #000;
    font-size: 14px;
    margin-right: 0.8vw;
}

/*方案*/
/*.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;text-align: justify;padding-right: 5vw;}*/
/*.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-jzl {
    margin: 0 auto;
    padding: 50px 0; /* 增加左右内边距，适配小屏幕 */
    box-sizing: border-box;
}

/* 单个列表项样式 */
.ny-jzl .fa_list_div {
    display: flex;
    align-items: flex-start;
    border: 1px solid #eee;
    border-radius: 6px;
    padding: 15px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

/* 鼠标悬停效果 */
.ny-jzl .fa_list_div:hover {
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transform: translateY(-2px);
}

/* 左侧图片容器 */
.ny-jzl .fa_list_div figure {
    flex: 0 0 160px;
    margin: 0;
}

.ny-jzl .fa_list_div figure img {
    width: 100%;
    height: auto;
    border-radius: 6px;
    display: block;
}

/* 右侧内容区域 */
.ny-jzl .fa_list_div .fa_list_r {
    flex: 1;
    padding-left: 20px;
}

/* 标题样式 */
.ny-jzl .fa_list_div .fa_list_r h2 {
    font-size: 18px;
    font-weight: bold;
    color: #035dd6;
    margin: 0 0 10px 0;
}

/* 描述文本样式 */
.ny-jzl .fa_list_div .fa_list_r .fa_list_p {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 15px;
}

/* 按钮样式 */
.ny-jzl .fa_list_div .fa_list_r .fa_list_a a {
    display: inline-block;
    padding: 8px 20px;
    background-color: #035dd6;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.ny-jzl .fa_list_div .fa_list_r .fa_list_a a:hover {
    background-color: #c8000f;
}

/* 响应式设计 - 平板及以下设备 */
@media (max-width: 768px) {
    .ny-jzl .fa_list_div {
        flex-direction: column; /* 改为垂直排列 */
    }
    
    .ny-jzl .fa_list_div figure {
        flex: none;
        width: 100%;
        margin-bottom: 15px;
    }
    
    .ny-jzl .fa_list_div .fa_list_r {
        padding-left: 0;
        width: 100%;
    }
    
    .ny-jzl .fa_list_div .fa_list_r h2 {
        font-size: 16px;
    }
    
    .ny-jzl .fa_list_div .fa_list_r .fa_list_p {
        font-size: 13px;
        margin-bottom: 10px;
    }
}

/* 响应式设计 - 手机小屏设备 */
@media (max-width: 480px) {
    .ny-jzl {
        padding: 15px 10px;
    }
    
    .ny-jzl .fa_list_div {
        padding: 10px;
        margin-bottom: 15px;
    }
    
    .ny-jzl .fa_list_div .fa_list_r .fa_list_a a {
        padding: 6px 15px;
        font-size: 13px;
    }
}

/*登录注册*/
.home-bj{width: 100%;background: url(../images/banner5.jpg) no-repeat center;height: 100vh;background-size: cover;position:relative;}
.home-bj-c{width: 100%;height: 100%;display: flex;justify-content: right;align-items: center;}
.home-dlzc{width: 440px;background: #58a7f0;border-radius: 10px;padding: 40px;margin-right: 7vw;}
.home-dlzc .notice{width:100%;position:relative;}
.home-dlzc .notice .tab-hd{}
.home-dlzc .notice .tab-nav{width: 100%;display: flex;justify-content: center;align-items: center;border-radius:5px;}
.home-dlzc .notice .tab-nav li{display: inline-block;text-align: center;font-size: 18px;width:40%;padding-bottom: 20px;}
.home-dlzc .notice .tab-nav li a{color:#fff;position: relative;padding: 0 10px 10px;}
.home-dlzc .notice .tab-nav li.on{color:#fff;}
.home-dlzc .notice .tab-nav li.on a{color:#fff;}
.home-dlzc .tab-bd{margin-top: 20px;}
.home-dlzc .notice .dl{width:80%;margin:0 auto;}
.home-dlzc .notice .dl input{width: 100%;border: 1px solid #0177eb;border-radius: 5px;line-height: 45px;background:none;margin-bottom: 20px;
color: #fff;text-indent:1em;}
.home-dlzc .notice .dl button{width: 100%;background: #0177eb;color: #fff;font-size: 14px;line-height: 45px;border:none;cursor:pointer;}
.home-dlzc .notice .dl p{width: 100%;text-align: right;color: #fff;margin-bottom: 20px;}
.home-dlzc .notice .dl p a{color: #fff;}
.home-dlzc .notice .dl label{color: #fff;font-size: 14px;margin-bottom:15px;display: block;}

.home-foot{width: 100%;position: absolute;width: 100%;left: 0;text-align: center;bottom: 20px;z-index:9;}
.home-foot .home-foot-nav a{color:#fff;font-size:14px;border-right:1px solid #fff;padding:0 20px;}
.home-foot .home-foot-nav a:last-child{border-right:none;}
.home-foot a:hover{color:#0177eb;}
.home-foot p{color: #fff;font-size: 14px;margin-top:15px;}
.home-foot p a{color: #fff;display: inline-block;margin-left: 15px;}

.home-dlzc .notice .tab-nav li a::after{position: absolute;content: "";left: 0;bottom: 0;width: 100%;height: 2px;background: #fff;opacity: 0;transition: all 0.5s;}
.home-dlzc .notice .tab-nav li a:hover::after,.home-dlzc .notice .tab-nav li.on a::after{opacity: 1;}


.ny-zlxz{}
.nyzlxz-ul{margin-top: 30px;}
.nyzlxz-ul li{width: 100%;background:#fff;box-shadow:1px 7px 20px rgba(0, 0, 0, 0.1);height: 80px;transition: all .5s;border-left: 4px solid #fff;margin-bottom:20px;}
.nyzlxz-ul li a{
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;height: 100%;
}
.nyzlxz-ul li h3{font-size: 16px;float: left;transition: all .5s;margin: 0;line-height: 24px;padding-left: 20px;width:80%;}
.nyzlxz-ul li span{display: inline-block;float: right;font-size: 16px;color: #666;background: url(../images/zlxz_02.png) no-repeat left center;
transition: all .5s;padding-left: 39px;line-height: 60px; padding-right: 30px;}
.nyzlxz-ul li:hover{border-left: 4px solid #013B92;}
.nyzlxz-ul li:hover h3{padding-left: 25px;}
.nyzlxz-ul li span:hover{color: #013B92;}


.layui-form-item{ margin-bottom:0 !important;}
/*.plist th .layui-form-label{ line-height:38px;}*/
.layui-form-item .layui-form-select,.layui-form-item .layui-input{ width:0 !important; padding-left:5px;}
/*.layui-input-block{ margin-left:70px !important;}*/
.layui-form-select .layui-input{ border-radius:2px;}
.layui-form-item .layui-input-inline{ width:auto !important;}
label{ margin-bottom:0;}
#selecttitle{ width:120px !important;}

/* 自定义样式 */
        .product-item {
            transition: all 0.3s ease;
            border-radius: 8px;
            overflow: hidden;
            box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
        }
        
        .product-item:hover {
            transform: translateY(-3px);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }
        
        .product-img {
            width: 100%;
            height: 100%;
            object-fit: cover;
        }
        
        .product-content {
            padding: 1.5rem;
        }
        
        .product-title {
            font-size: 1.8rem;
            margin-bottom: 0.75rem;
            color: #2c3e50;
        }
        
        .product-desc {
            color: #666;
            margin-bottom: 1rem;
            line-height: 1.6;
        }
        
        .view-more {
            color: #0d6efd;
            text-decoration: none;
            font-weight: 500;
            display: inline-flex;
            align-items: center;
            transition: color 0.2s;
        }
        
        .view-more:hover {
            color: #0a58ca;
            text-decoration: underline;
        }
        
        .view-more i {
            margin-left: 5px;
            transition: transform 0.2s;
        }
        
        .view-more:hover i {
            transform: translateX(3px);
        }




@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-banner .mySwiper3 .swiper-pagination{width: 90%;left: 5vw;height:13px;}
    .in-banner .mySwiper3 .swiper-pagination-bullet{height: 100%;}
    .in-news .swiper-slide figure{height: 16vw;}
    .in-about .in-title h3 {background: url(../images/index_13.png) no-repeat 27.5% center;}

    .li-text {width: 77%;}
    .ny-news ul li figure{height: 17vw;}
}

@media screen and (max-width:1500px){
    .in-about .in-title h3 {background: url(../images/index_13.png) no-repeat 25.5% center;}
 
}

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

@media screen and (max-width:1360px){
    .in-about .in-title h3 {background: url(../images/index_13.png) no-repeat 23.5% center;}
}

@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;margin-top: 0px;}
    .in-banner .in-banner-c {height: 390px;margin-top: 60px;}
    .in-banner .mySwiper3 .banner-bj{background-size: 150% auto;}
    .in-banner .mySwiper3 .swiper-pagination{bottom: 20px;height: 7px;width: 95%;left: 2.3vw;}
    .in-cp .notice .tab-nav li{margin: 0 3vw;}
    .in-cp .notice .tab-nav li a{font-size: 16px;}
    .in-cp .notice .tab-pal ul li {width: 30%;}
    .in-fan ul li .in-fan-img span img {width: 55px;}
    .in-fan ul li .in-fan-img h3 {font-size: 22px;}
    .in-fan ul li .in-fan-tex {padding: 0 2vw;}
    .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: #035dd6;}
    .sy-jzl .mySwiper .swiper-pagination-bullet,.in-news .mySwiper1 .swiper-pagination-bullet{width: 10px;height: 10px;}
    .in-news {margin-top: 40px;flex-wrap: wrap;}
    .in-news .mySwiper4,.in-news .mySwiper5{width: 100%;}
    .in-news .mySwiper5{margin-top: 30px;}
    .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-r{display: none;}
    .foot-l {width: 100%;}
    .foot-l figure img {height: 28px;}
	
	.ny-banner{height: 300px;margin-top: 60px;}
    .ny-banner-text p{font-size: 14px;letter-spacing: 3px;}
    .ny-banner-text h3 {font-size: 20px;margin: 0 0 10px;}
    .ny-banner-text h3 span {font-size: 16px;}

    .ny-lbcp {border-top: none;margin-top: 40px;}
    
	.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;}	
}

@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;}
    .ny-lbcp-c{flex-wrap: wrap;}
    .ny-lbcp-l {width: 100%;margin-bottom: 30px;}
    .ny-lbcp-r{width: 100%;}
    .ny-lbcp-r h3 {font-size: 18px;}
    .zsyb-list li {padding: 15px 0;width: 100%;}
    .zsyb-list li h3{font-size: 16px;padding-left: 20px;}
    .zsyb-list li span {margin-right: 15px;}
}

@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;}
   
    .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: 17.481481%;right: 0%;top: 10%;}
    .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{padding-bottom: 20px;}
    .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;}
    
 
}

@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-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-fan ul{flex-wrap: wrap;margin-bottom: 30px;}
    .in-fan ul li{width: 100%;}
    .in-banner .mySwiper3 .banner-bj {background-size: 190% auto;}
    .in-banner .in-banner-c {height: 270px;}
    .in-title {text-align: center;padding: 40px 0;}
    .in-title h2{font-size: 26px;}
    .in-cp .notice .tab-pal ul li figure{height: 25vw;}
    .in-cp .notice .tab-pal ul li {width: 44%;margin: 0 10px 30px;}
    .in-cp .notice .tab-nav{flex-flow: wrap;}
    .in-cp .notice .tab-pal ul li .in-cp-text{padding: 10px;}
   
    
    .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: 24%;}
    .ny-job-nr ul li:nth-child(5) {width: 22.740741%;left: 5%;top: 68%;}
    .ny-job-nr ul li:nth-child(10) {width: 19.962963%;bottom: -6%;}
    .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: 0%;}
    .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: 13%;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: 22.592593%;left: 59%;top: -8%;}
    .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%;}

    	
}