/*banner*/
@keyframes fangda{
  0%{transform: scale(1);}
  100%{transform: scale(1.05);}
}
.ny-banner{position:relative;overflow:hidden;}
.ny-banner>img{display:block;width:100%;animation: fangda 5s ease-in-out infinite alternate;}
.ny-banner-s{position:absolute;left: 50%;top: 50%; -webkit-transform: translateY(-50%) translateX(-50%);transform: translateY(-50%) translateX(-50%);color:#fff;}
.ny-banner-s h3{font-size:48px;text-transform:uppercase;margin-bottom:25px;}
.ny-banner-s p{font-size:20px;text-transform: capitalize;}
.swiper-button-next,.swiper-button-prev{content: ''!important;opacity:1!important}
.swiper-button-next::after,.swiper-button-prev::after{content: ''!important;}
/*banner*/

.span3{cursor:pointer;}

/*szwz*/
.lon {position:relative;z-index:3;}
.lon img {padding-right: 8px;display:block;}
.cont{height: 68px;margin-top: -70px;border-top: 1px solid rgba(255,255,255,0.3);}
.log-l{font-size:16px;}
.log-l a{padding: 0 20px;position:relative;height: 69px;color: #fff;}
.log-l a p{position:absolute;left:0;top: -1px;height:2px;width:0;background: #11a7f5;}
.log-l a.active,.log-l a:hover{color: #fff;}
.log-l a.active p,.log-l a:hover p{width:100%}
.log-r{font-size:15px;}
.log-r a{vertical-align: middle;color: #fff;font-size: 14px;display: flex;align-items: center;}
.log-r a img{display:block;margin-right:18px;}
/*szwz*/

.md{position:relative;top:-80px;}

/*fy*/
.page1{display:flex;justify-content:center;align-items:center;flex-wrap:wrap;}
.page1 li{}
.page1 li a,.page1 li span{display:flex;font-size:16px;color: #a2a2a2;align-items:center;justify-content:center;width: 35px;height: 35px;margin: 0 5px;border: 1px solid #e5e5e5;background: #fff;}
.page1 li a:hover,.page1 li.active a,.page1 li span:hover,.page1 li.active span, .page1 li span.current{color:#fff;background: #ff0000;}
.page1 li:nth-child(1) a,.page1 li:last-child a,.page1 li:nth-child(1) span,.page1 li:last-child span{font-family:SimSun;font-size: 20px;}
.page1 li:nth-child(1) a:hover,.page1 li:last-child a:hover,.page1 li:nth-child(1) span:hover,.page1 li:last-child span:hover{/* color:#d6001d; *//* background:none; */}
@media (max-width: 768px){
	.page1 li a,.page1 li span{width:30px;height:30px;margin:0 5px}
	.page1 li:nth-child(1) a,.page1 li:last-child a,.page1 li:nth-child(1) span,.page1 li:last-child span{font-family:SimSun;font-size:20px;}
}
/*fy*/

/*gywm*/
.gywm{margin:100px auto;position:relative;}
.gywm-l{width:50%;}
.gywm-l img{display:block;
/*width:100%*/
    
}
.gywm-r{width:44.25%;margin-top:50px;}
.gywm-r h3{font-size:36px;margin-bottom:17px;}
.gywm-r h4{font-size:24px;color:#0475b4;text-transform:uppercase;padding-bottom:30px;border-bottom:1px solid #eee;}
.gywm-r h5{position:relative;z-index:3;width:70px;height:1px;background:#ff0000;margin-top:-1px;margin-bottom:38px;}
.gywm-r .div1{font-size:16px;line-height:30px;color:#878787;}
.gywm-r .div1 p{line-height: 40px;}
.wmys{height:400px;background:url(../img/wmys-bj.jpg)no-repeat center;text-align:center;color:#fff;padding-top:100px;}
.wmys-b{}
.wmys-b dl{transition:all 0.5s;}
.wmys-b dl h4{height:auto;}
.wmys-b dl h5{font-size:16px;margin-bottom:20px;margin-top: 20px;}
.wmys-b dl h3{display:flex;align-items:flex-end;justify-content:center;font-size:24px;}
.wmys-b dl h3 i{line-height:100%;font-size:60px;font-family: myFirstFont2;margin-bottom:-10px;}
.wmys-b dl:hover{-webkit-transform: translateY(-10px);-ms-transform: translateY(-10px);transform: translateY(-10px);}

.ywfw{margin:100px auto;text-align:center;}
.ywfw-b{position: relative;}
.ywfw-b img{display:block;}
.ywfw-b h3{position:absolute;left: 80.44849334267694%;top: 47.571429%;}
.ywfw dl{position:absolute;border-radius:20px;width: 10px;height: 10px;}
.ywfw dl dt{position:relative;width: 10px;height: 10px;}
.ywfw dl dt i{width: 100%;height: 100%;border-radius:20px;background: #fff;position:relative;z-index:3;display:block;}
.ywfw dl dt::before, .ywfw dl dt::after {position: absolute;width: 100%;height: 100%;border-radius: 50%;background: rgb(195 13 35);content: '';top:0;left:0;}
.ywfw dl dt::before{animation: scale 2s infinite; }
.ywfw dl dt::after{animation: scale2 2s infinite; }
.ywfw dl dd{position:absolute;left:45px;top:-37px;transition:all 0.5s;border:1px solid #eee;border-radius:5px;background:#fff;width: 372px;padding:30px 27px 35px 27px;opacity:0;text-align: left;box-shadow: 1px 1px 10px rgba(0,0,0,0.1);display:none;}
.ywfw dl dd h4{font-size:18px;padding:0 5px 25px 5px;border-bottom:1px solid #eee;margin-bottom:20px;}
.ywfw dl dd h4 img{margin-right:15px;}
.ywfw dl dd p{padding:0 5px;color:#878787;line-height:24px;}
.ywfw dl:hover{z-index:3}
.ywfw dl:hover dd{opacity:1;display:block}
@keyframes scale{0%{ transform: scale(1); opacity:.9}100%{ transform: scale(2); opacity: 0;}}
@keyframes scale2{0%{ transform: scale(1);opacity:.9;}100%{ transform: scale(4);opacity:0;}}
.ywfw .p1{left: 11.422564821303434%;top: 23.857142857142857%;}
.ywfw .p2{left: 50.939734%;top: 24.285714%;}
.ywfw .p3{left: 53.176594%;top: 76.571429%;}
.ywfw .p4{left: 54.184303%;top: 19.571429%;}
.ywfw .p5{left: 77.231955%;top: 48.857143%;}
.ywfw .p6{left: 83.679047%;top: 33.571429%;}
/*gywm*/

/*fzlc*/
.fzlc{margin:100px auto;}
.fzlc-t{margin-bottom:57px;}
.fzlc-t h3{font-size:36px;margin-bottom:18px;}
.fzlc-t h4{color:#f4f4f4;font-size:24px;text-transform:uppercase;}
.fzlc-b{position:relative;padding-left:20px;}
.fzlc-b h6{position:absolute;left:45px;top:0;width:1px;height:100%;background:#e5e5e5;}
.fzlc-b li{position:relative;z-index:3;}
.fzlc-l{width: 13.291139240506328%;}
.fzlc-l dt{width:60px;height:60px;border-radius:60px;background:#fff;}
.fzlc-l p{width: calc(100% - 60px);height:1px;background:#000;}
.fzlc-r{width:81.64556962025317%;padding:80px 0;border-bottom:1px solid #eee;}
.fzlc-r h3{font-size:60px;transition:all 0.5s;}
.fzlc-r .div1{color:#878787;font-size:16px;line-height:30px;width: 35%;}
.fzlc-r h4{width:300px;overflow:hidden;}
.fzlc-r h4 img{display:block;width:100%}
.fzlc-b li:hover h4 img{transform:scale(1.1);}
.fzlc-b li:hover h3{color: #ff0000;}
/*fzlc*/

/*ryzz*/
.ryzz{margin:100px auto;}
.ryzz-t{margin-bottom:50px;position:relative;}
.ryzz-t h3{font-size:36px;margin-bottom:18px;position:relative;z-index:3;}
.ryzz-t h4{color:#f4f4f4;font-size:24px;text-transform:uppercase;position:relative;z-index:3;}
.ryzz-t h5{font-size:16px;}
.ryzz-t h5 a{color:#5f5f5f;margin:0 20px;display:block;border-bottom:2px solid #fff;padding-bottom:2px;position:relative;z-index:4;}
.ryzz-t h5 a.active{color:#ff0000;border-color:#e2a5a9;}
.ryzz-b{position:relative;}
.ryzz-b2{position:absolute;width:100%;left:0;top:0;opacity:0;transition:all 0.5s;}
.ryzz-b2.active{z-index:3;opacity:1;position:relative;}
.ryzz-b2 .swiper-container{height:880px;}
.ryzz-b2 .swiper-slide{height:420px;background:#f7f7f7;position:relative;}
.ryzz-b2 .swiper-slide a{display:block;background:#f7f7f7;padding:33px 35px 0 35px;text-align:center;font-size:16px;color:#5f5f5f;}
.ryzz-b2 .swiper-slide a h4{overflow:hidden;margin-bottom:25px;}
.ryzz-b2 .swiper-slide a h4 img{display:block;width:100%}
.ryzz-b2 .swiper-slide a dl{position:absolute;left:0;top:0;background:rgba(0, 0, 0, 0.5);color:#fff;opacity:0;width:100%;height:100%;}
.ryzz-b2 .swiper-slide a dl dt{}
.ryzz-b2 .swiper-slide a dl dt p{margin-bottom:23px;}
.ryzz-b2 .swiper-slide a:hover dl{opacity:1;}
.ryzz-b2 .swiper-button-next{width:50px;height:50px;right:-100px;transition:all 0.5s;background:url(../img/r.png);}
.ryzz-b2 .swiper-button-next:hover{background:url(../img/r-1.png);}
.ryzz-b2 .swiper-button-prev{width:50px;height:50px;left:-100px;transition:all 0.5s;background:url(../img/l.png);}
.ryzz-b2 .swiper-button-prev:hover{background:url(../img/l-1.png);}
/*ryzz*/

/*qywh*/
.qywh{}
.qywh-l{width:45%}
.qywh-l dl{margin-bottom:50px;border-bottom:1px solid #eee;}
.qywh-l dl:last-child{margin-bottom:0!important;}
.qywh-l dl dt{padding-bottom:40px;cursor:pointer;}
.qywh-l dl dt h3{font-size:24px;}
.qywh-l dl dt p{width:12px;height:13px;background:url(../img/qywh-tb.png);transition:all 0.5s;}
.qywh-l dl dt p.up{background:url(../img/qywh-tb2.png)no-repeat center;}
.qywh-l dl dd{color:#878787;font-size:18px;padding-bottom:22px;display:none;}
.qywh-r{width:50%;overflow:hidden;}
.qywh-r img{display:block;width:100%;}
.qywh-r:hover img{transform:scale(1.1);}
/*qywh*/

/*tdjs*/
.tdjs-t{margin-bottom:50px;position:relative;}
.tdjs-t h3{font-size:36px;margin-bottom:18px;position:relative;z-index:3;}
.tdjs-t h4{color:#f4f4f4;font-size:24px;text-transform:uppercase;position:relative;z-index:3;}
.tdjs-t h5{font-size:16px;}
.tdjs-t h5 a{color:#5f5f5f;margin:0 20px;display:block;border-bottom:2px solid #fff;padding-bottom:2px;position:relative;z-index:4;}
.tdjs-t h5 a.active{color:#ff0000;border-color:#e2a5a9;}
.tdjs-b{position:relative;font-size:18px;overflow: hidden;}
.tdjs-b2{position:absolute;width:100%;left:0;top:0;/* opacity:0; */transition:all 0.5s;}
.tdjs-b2.active{z-index:3;opacity:1;position:relative;}
.tdjs-b2 a{display:block;position:relative;margin-bottom:20px;color:#fff;
    width: 33%;
}
.tdjs-b2 a h4{overflow:hidden;}
.tdjs-b2 a h4 img{display:block;width:100%;}
.tdjs-b2 a dl{background:rgba(0, 0, 0, 0.5);position:absolute;left:0;top:0;width:100%;height:100%;text-align:center;}
.tdjs-b2 a dl dt{width:240px;height:60px;border:1px solid #fff}
.tdjs-b2 a:hover img{transform:scale(1.1);}
.tdjs-b2 a:hover dl{opacity:0;}
/*.tdjs-b2 a:nth-child(1){width:calc(62.5% - 10px)}*/
/*.tdjs-b2 a:nth-child(2){width:calc(37.5% - 10px)}*/
.tdjs-b2 a:nth-child(3){width: 33%;}
.tdjs-b2 a:nth-child(4){width: 33%;}
.tdjs-b2 a:nth-child(5){width: 33%;}
/*tdjs*/

/*cpzx*/
.cpzx{margin:100px auto 0 auto;}
.cpzx-l{width: calc(100% - 180px);position:relative;overflow:hidden;padding-right: 90px;border-right: 1px solid #e5e5e5;}
.cpzx-l1{/* margin-bottom:70px; */}
.cpzx-l1:last-child{/* margin-bottom: -80px; */}
.cpzx-l1>h3{font-size: 30px;line-height:48px;margin-bottom: 50px;}
.cpzx-l1>h3 i{}
.cpzx-l1>p{color:#5f5f5f;line-height:24px;margin-bottom:44px;padding-right:40px}
.cpzx-b{}
.cpzx-b a{display:block;margin-right: 50px;margin-bottom: 80px;width: calc((100% - 100px) / 3);background: #fff;position: relative;padding: 27px 24px 55px 24px;border: 1px solid #eee;}
.cpzx-b a h4{overflow:hidden;margin-bottom: 50px;}
.cpzx-b a h4 img{display:block;width: 100%;}
.cpzx-b a dl{text-align: center;}
.cpzx-b a dl h3{text-align:center;font-size: 24px;color:#000;margin-bottom: 30px;}
.cpzx-b a dl p{line-height: 24px;color:#878787;font-size: 16px;}
.cpzx-b a:nth-child(3n){margin-right:0;}
.cpzx-b a:hover{/* background:#cd0c1f */box-shadow: 1px 1px 10px rgba(0,0,0,0.1);}
.cpzx-b a:hover h3{color: #ff0000;}
.cpzx-b a i{display:block;position:absolute;background:#ff0000;display: none;}
.cpzx-b a .i1{width:0px;height:1px;right:0px;top:0px;}
.cpzx-b a .i2{width:1px;height:0px;left:0px;top:0px;}
.cpzx-b a .i3{width:0px;height:1px;left:0px;bottom:0px;}
.cpzx-b a .i4{width:1px;height:0px;right:0px;bottom:0px;}
.cpzx-b a:hover .i1,.cpzx-b a:hover .i3{width:100%}
.cpzx-b a:hover .i2,.cpzx-b a:hover .i4{height:100%}
.cpzx-r{width: 180px;}
.cpzx-r2{width: 180px;font-size: 16px;}
.cpzx-r2.active{position:fixed;top:100px}
.cpzx-r2.active2{position:absolute;bottom:0}
.cpzx-r2 a{display:block;line-height: 72px;color:#878787;/* margin-bottom:48px; */padding-left: 40px;position: relative;}
.cpzx-r2 a.active,.cpzx-r2 a:hover{color:#cd0c1f}
.cpzx-r2 a p{border-radius:20px;width:20px;height:20px;background:#fff;border:1px solid #e2e2e2;position:absolute;left:-10px;top: calc(50% - 10px);}
.cpzx-r2 a p i{width:10px;height:10px;position:relative;z-index:3;border-radius:20px;background:#e2e2e2;}
.cpzx-r2 a.active p,.cpzx-r2 a:hover p{background:#ff0000;border-color:#ff0000;}
.cpzx-r2 a.active p i,.cpzx-r2 a:hover p i{background:#f7f7f7;}

.cpzx-r2 a.active p::before, .cpzx-r2 a.active p::after {position: absolute;width: 100%;height: 100%;border-radius: 50%;background: #ff0000;content: '';top:0;left:0}
.cpzx-r2 a.active p::before{animation: scale 2s infinite; }
.cpzx-r2 a.active p::after{animation: scale2 2s infinite; }
@keyframes scale{0%{ transform: scale(1); opacity:.9}100%{ transform: scale(2); opacity: 0;}}
@keyframes scale2{0%{ transform: scale(1);opacity:.9;}100%{ transform: scale(4);opacity:0;}}
/*cpzx*/

/*cpzx-z*/
.cpzx-z{background:#fff;box-sizing:border-box;margin:0px auto;padding-top: 80px;}
.ny-zpal-z{background:#fff;padding:20px;}
.ny-zpal-t{overflow:hidden;/*border-bottom:1px solid #ccc;*/
/*padding-bottom: 100px;*/
display: flex;align-items: center;justify-content: space-between;flex-wrap: wrap;}
.ny-zpal-z-t-l{float:left;width: 40%;position: relative;}
.magnifierContainer {width:100%;display: flex;}
.imgMedium {width: 80%;
    position: relative;
    margin: 0 auto;}.imgLeft .magnifier {position: absolute;display: none;width: 200px;height: 200px;}
.imasf2{position:absolute;width:100%;left:0;top: 80%;display:flex;justify-content:center;transition: all 0.5s;}
.imasf2 p{width:10px;height:10px;border-radius:10px;background: rgba(0,0,0,.25);margin: 0 5px;cursor: pointer;}
.imasf2 p.active{background:#ff0000;}
.ny-zpal-z-t-l:hover .imasf2{transform:scale(1);}
.ny-zpal-z-t-l:hover .imasf{transform:scale(1);}
.imgLeft .imasf{width:100%;position:relative;overflow:hidden;

/*transform: scale(0);*/
transform: scale(1);
transition: all 0.5s;z-index:3;}
.imgLeft .imasf .fad{width:20px;height:60px;margin-top:10px;line-height:60px;text-align:center;background:rgba(0,0,0,0.5);bottom:10px;cursor:pointer;float:left;color:#fff;}
.imgLeft .imasf .fac{width:20px;height:60px;margin-top:10px;line-height:60px;text-align:center;background:rgba(0,0,0,0.5);bottom:10px;cursor:pointer;float:right;color:#fff;}
.imasf-bb{overflow:hidden;}
.imasf-bb .swiper-container{position:initial;width:calc(100% - 100px);}
.imasf-bb .swiper-slide{box-sizing:border-box;border:1px solid #eee;padding:5px;}
.imasf-bb .swiper-slide-active{border-color: #ff0000;}
.imasf-bb .swiper-slide a{display:block;overflow:hidden;}
.imasf-bb .swiper-slide a img{width:100%;}
.imasf-bb .swiper-button-next{width: 20px;height: 60px;margin-top: 10px;line-height: 60px;text-align: center;background: rgba(0,0,0,0.5);cursor: pointer;color:#fff;right:0;top: 50%;margin-top: -30px;}
.imasf-bb .swiper-button-prev{width: 20px;height: 60px;margin-top: 10px;line-height: 60px;text-align: center;background: rgba(0,0,0,0.5);cursor: pointer;color:#fff;left:0;top: 50%;margin-top: -30px;}
.mediumContainer {width: 100%;overflow: hidden;text-align:center;vertical-align:middle;margin-bottom:20px;box-sizing:border-box;}
.mediumContainer img{max-width:100%;display:block;margin:0 auto;}

.imgRight{z-index:100;}
.imgLeft{width:100%;}
#zhezhao {width: 100%;height: 100%;background: transparent;position: absolute;top: 0;border: 1px solid transparent;}
#zhezhao:hover {cursor: move;}
.img_x {width: 100%!important;display: flex;}
.img_x li{height: 54px;border: 2px solid transparent;margin: 8px 4px;padding: 2px;cursor:pointer;}
.img_x li img{height:100%}
.img_u {position:absolute;width: 500px;height: 400px;border: 1px solid #eee;float: left;margin-left: 15px;overflow: hidden; display: none; background:#fff;z-index:100;}
.img_u img{width:1000px;max-width:1000px;}
.ny-zpal-z-t-r{float:right;width: 50%;}
.ny-zpal-z-t-r h3{font-size: 36px;margin-bottom: 60px;font-weight: 700;
    color: #3a3a3a;}
.ny-zpal-z-t-r .div1{margin-bottom:10px;color:#666;overflow-x: auto;padding-right:20px;font-size: 16px;line-height: 30px;}
.ny-zpal-z-t-r .div1 p{margin-bottom:20px;}
.ny-zpal-z-t-r .div1 p i{width:40px;}
.ny-zpal-z-t-r .div1 p i img{width:100px;}
.ny-zpal-z-t-r .div1 p span{width:calc(100% - 50px);font-weight: 600;
    font-size: 18px;}
.ny-zpal-z-c{margin:0 auto;max-width:100%;}
.ny-zpal-z-ct{display:flex;justify-content:center;border-bottom:1px solid #eee;margin-bottom:40px;font-size: 18px;flex-wrap: wrap;}
.ny-zpal-z-ct h3{margin: 0 20px;padding-bottom: 40px;border-bottom:1px solid #eee;margin-bottom:-1px;cursor:pointer;}
.ny-zpal-z-ct h3.active{border-color: #ff0000;color: #ff0000;}
.ny-zpal-z-cb{}
.ny-zpal-z-cb *{color: #666!important;}
.ny-zpal-z-cb>div{display:none;line-height: 24px;}
.ny-zpal-z-cb>div:nth-child(1){display:block;}
.ny-zpal-z-cb table{/* width: 800px!important; */margin:0 auto;border-color:#eee!important;}
.ny-zpal-z-cb table tr:nth-child(2n+1){background:#f7f7f7}
.ny-zpal-z-cb table td,.ny-zpal-z-cb table th{padding: 10px 10px!important;border-color:#eee!important;}
.ny-zpal-z-c img{/* margin-bottom:10px; */max-width:100%;margin: 0px auto;display: block;
width: 100%;
/*width: 80%;*/
    
}
.ny-zpal-z-c p{/* text-align:left; */color:#666;}
.ny-zpal-z-b{overflow:hidden;margin-top:20px;}
.ny-zpal-z-b a{padding:10px;color:#666;border:1px solid #666;}
.ny-zpal-z-b .a1{float:left;}
.ny-zpal-z-b .a2{float:right;}
.ny-zpal-z-b a:hover{padding:10px;color:#000;border:1px solid #000;}
@media(min-width:1200px){
	.ny-zpal-z-ct.active{position:fixed;width:100%;left:0;top: 80px;background:#fff;z-index:10;}
	.ny-zpal-z-ct.active h3{padding-bottom:0;line-height:61px;}
}
@media screen and (max-width: 1200px){
    .gywm-r .div1 p{
        line-height: 36px;
        font-size: 16px;
    }
    .qywh-l dl dd{
        line-height: 28px;
    }
    .ny-zpal-z-c img{width:100%;}
	.ny-zpal-z-t-r a{width:200px;height:50px;}
	.ny-zpal-t{padding-bottom:40px;}
	.ny-zpal-z-t-r h3{font-size:22px;margin-bottom: 20px;}
	.ny-zpal-z-cb *{font-size:14px!important;color:#666!important;}
	.ny-zpal-z-ct h3{padding-bottom:10px;border: none;margin: 0;width: 50%;text-align: center;}
	.ny-zpal-z-cb table{width:100%!important}
	.ny-zpal-z-cb table td{padding:10px!important}
	.ny-zpal-z-t-r .div1{font-size:14px;line-height:24px;}
	.ny-zpal-z-t-l .imasf2{transform:scale(0);}
	.ny-zpal-z-t-l .imasf{transform:scale(1);}
}
/*cpzx-z*/

/*jjfa*/
.jjfa{}
.jjfa-b dl{margin-bottom:80px;background:#f7f7f7;}
.jjfa-b2:nth-child(2n) dl{flex-direction:row-reverse}
.jjfa-b dl dt{width:50%;overflow:hidden;}
.jjfa-b dl dt img{display:block;
/*width:100%;*/
}
.jjfa-b dl dd{width:50%;padding:0 80px;}
.jjfa-b dl dd h3{font-size:30px;margin-bottom:42px;}
.jjfa-b dl dd .div1{color:#5f5f5f;font-size:16px;line-height:36px;}
.jjfa-b dl:hover img{transform:scale(1.1);}
/*jjfa*/

/*yfzz*/
.yfsl{position:relative;}
.yfsl-l{width:50%}
.yfsl-l p{overflow:hidden;display:none;}
.yfsl-l p:nth-child(1){display:block;}
.yfsl-l p img{display:block;width:100%}
.yfsl-l p:hover img{transform:scale(1.1);}
.yfsl-r{width:44.0625%;padding-right:50px;}
.yfsl-t{margin-bottom:90px;}
.yfsl-t2{display:none;}
.yfsl-t2:nth-child(1){display:block;}
.yfsl-t2 h3{font-size:36px;margin-bottom:50px;}
.yfsl-t2 .div1{color:#878787;font-size:18px;line-height:36px;}
.yfsl-b{background:#fff;box-shadow:1px 1px 10px rgba(0, 0, 0, 0.1);padding:25px 70px;font-size:24px;width:calc(100% + 150px);margin-left:-150px;position:relative;z-index:3;}
.yfsl-b a{width:50%;height:150px;border-radius:10px;color:#000;}
.yfsl-b a img{display:block;margin-right:35px;}
.yfsl-b a .img2{display:none;}
.yfsl-b a.active{background:#f7f7f7;}
.yfsl-b a.active .img1{display:none;}
.yfsl-b a.active .img2{display:block;}

.xjzz{margin:100px 0;}
.xjzz-t{margin-bottom:55px;text-align:center;width:1113px;}
.xjzz-t h3{font-size:36px;margin-bottom:30px;}
.xjzz-t .div1{font-size:18px;line-height:36px;color:#878787}
.xjzz-b{border-radius:50px;text-align:center;box-shadow:1px 1px 10px rgba(0, 0, 0, 0.1);padding:100px 50px;}
.xjzz-b dl{
    width: 23%;
    /*width:250px;*/
    
}
.xjzz-b dl h4{height:130px;}
.xjzz-b dl h3{font-size:24px;margin-bottom:40px;}
.xjzz-b dl .div1{color:#878787;font-size:16px;line-height: 34px;}
.xjzz-b dl:hover img{-webkit-transform: translateY(-10px);-ms-transform: translateY(-10px);transform: translateY(-10px);}

.zlgl{position:relative;}
.zlgl-t{}
.zlgl-t p{display:none;overflow:hidden;}
.zlgl-t p:nth-child(1){display:block;}
.zlgl-t p img{display:block;width:100%}
.zlgl-b{text-align:center;color:#fff;position:absolute;left:0;bottom:0;width:100%;z-index:3;height:100%;}
.zlgl-b a{border-right:1px solid rgba(255, 255, 255, 0.4);width:13.90625%;height:100%;color:#fff;text-align:center;overflow:hidden;position:relative;}
.zlgl-b a:last-child{border:none;}
.zlgl-b a dl{overflow:hidden;width:419px;position:absolute;left: 50%;top: 50%; -webkit-transform: translateY(-50%) translateX(-50%);transform: translateY(-50%) translateX(-50%);}
.zlgl-b a dl dt{margin-bottom: -100px;}
.zlgl-b a dl dt h3{font-size:48px;margin-bottom:30px;}
.zlgl-b a dl dt h4{font-size:30px;margin-bottom:40px;}
.zlgl-b a dl dt .div1{font-size:18px;line-height:36px;}
.zlgl-b a.active{width:44.375%;background:rgba(0, 0, 0, 0.3);}
.zlgl-b a.active dt{margin-bottom:0;}
.zlgl2{}
.zlgl2 a{display:block;}
.zlgl2 a h4{overflow:hidden;}
.zlgl2 a h4 img{display:block;}
.zlgl2 a h3{color:#000;}
.zlgl2 a .div1{color:#666}
/*yfzz*/

/*hzhb*/
.cgal{margin:100px auto 50px auto}
.cgal-b{}
.cgal-b a{display:block;background:#fff;width:calc((100% - 160px) / 3);margin-right:80px;margin-bottom:80px;padding:40px 35px 53px 35px;position:relative;}
.cgal-b a:nth-child(4n){margin-right:0;}
.cgal-b a h4{overflow:hidden;margin-bottom:35px;}
.cgal-b a h4 img{display:block;width:100%;}
.cgal-b a h3{color:#000;font-size:22px;margin-bottom:20px;}
.cgal-b a p{font-size:16px;line-height:30px;margin-bottom:33px;color:#5f5f5f;}
.cgal-b a h5{color:#ff0000;font-size:16px;}
.cgal-b a i{display:block;position:absolute;background:#ff0000;}
.cgal-b a .i1{width:0px;height:1px;right:0px;top:0px;}
.cgal-b a .i2{width:1px;height:0px;left:0px;top:0px;}
.cgal-b a .i3{width:0px;height:1px;left:0px;bottom:0px;}
.cgal-b a .i4{width:1px;height:0px;right:0px;bottom:0px;}
.cgal-b a:hover .i1,.cgal-b a:hover .i3{width:100%}
.cgal-b a:hover .i2,.cgal-b a:hover .i4{height:100%}
.cgal-b a:hover{box-shadow:1px 1px 10px rgba(0, 0, 0, 0.2);}
.cgal-b a:hover img{transform:scale(1.1);}
/*hzhb*/

/*jrwm*/
.jrwm{}
.jrwm-b{margin-bottom:20px;}
.jrwm-b1{margin-bottom:100px;}
.jrwm-b1 dl{position:relative;}
.jrwm-b1 dl h4{width:62.5%;overflow:hidden;}
.jrwm-b1 dl h4 img{display:block;width:100%;}
.jrwm-b1 dl dt{width:50%;box-shadow:1px 1px 10px rgba(0, 0, 0, 0.1);background:#fff;height:70.46153846153846%;padding:0 5%;z-index:3;top:14.769230769230768%}
.jrwm-b1 dl dt .div1{width:100%;}
.jrwm-b1 dl dt h3{font-size:36px;margin-bottom:30px;}
.jrwm-b1 dl dt .div2{font-size:18px;line-height:36px;color:#878787;}
.jrwm-b1 dl dt .div2 p a{color:#ff0000;text-decoration:underline;}
.jrwm-b1 dl dt .div2 span{color:#000;}
.jrwm-b1 dl:hover h4 img{transform:scale(1.1);}
.jrwm-t{margin-bottom:75px;text-align:center;}
.jrwm-t h3{font-size:36px;margin-bottom:40px;}
.jrwm-t p{font-size:18px;}
.jrwm-t p a{width:180px;height:50px;border-radius:50px;margin:0 10px;border:1px solid #eee;color:#000}
.jrwm-t p a.active{border-color:#ff0000;background:#ff0000;color:#fff;}
.jrwm-b2{}
.jrwm-b2>div{display:none;}
.jrwm-b2>div:nth-child(1){display:block;}
.jrwm-b2 dl{margin-bottom:20px;border:1px solid #eee;}
.jrwm-b2 dl dt{padding:40px 45px;cursor:pointer;}
.jrwm-b2 dl dt h3{font-size:24px;}
.jrwm-b2 dl dt h3 i{color:#ff0000;font-size:16px;line-height:100%;padding-left:50px;}
.jrwm-b2 dl dt p{font-size:16px;color:#878787;}
.jrwm-b2 dl dt span{display:block;width:16px;height:15px;background:url(../img/jrwm-tb.png)no-repeat center;}
.jrwm-b2 dl dt span.up{background:url(../img/jrwm-tb2.png)no-repeat center;}
.jrwm-b2 dl dd{padding:25px 45px 60px 45px;display:none;}
.jrwm-b2 dl dd .div1{width:45%;color:#878787;font-size:16px;line-height:36px;margin-bottom:60px;}
.jrwm-b2 dl dd .div1 h3{color:#000;font-size:18px;margin-bottom:36px;}
.jrwm-b2 dl dd .div3{padding-top:53px;border-top:1px solid #eee;width:100%}
.jrwm-b2 dl dd .div3 p{color:#878787;font-size:18px;word-break: break-all;}
.jrwm-b2 dl dd .div3 p a{color:#ff0000;text-decoration:underline;}
.jrwm-b2 dl dd .div3>a{width:180px;height:50px;background:#ff0000;color:#fff;font-size:18px;text-decoration:underline;}
.jrwm-b2 dl dd .div3>a:hover{opacity:0.8;}
/*jrwm*/

/*fwzc*/
.fwzc{}
.fwzc-b{}
.fwzc-b h4{width:50%;overflow:hidden;}
.fwzc-b h4 img{display:block;width:100%;}
.fwzc-r{width:42.8125%}
.fwzc-r h3{font-size:36px;margin-bottom:60px;}
.fwzc-r .div1{color:#878787;font-size:18px;line-height:36px;}
.fwzc-r .div1 b{color:#000;}

.fwly{padding-top:125px;height:700px;background:url(../img/fwly-bj.jpg)no-repeat center;}
.fwly-l{width:55.625%;}
.fwly-l h3{font-size:36px;margin-bottom:57px;}
.fwly-b{}
.fwly-b input{width:calc((100% - 20px) / 3);margin-bottom:10px;border:1px solid #e6e7e6;height:50px;padding:0 19px;color:#878787;}
.fwly-b input::placeholder,.fwly-b textarea::placeholder{color:#878787;}
.fwly-b textarea{width:100%;margin-bottom:49px;border:1px solid #e6e7e6;height:140px;padding:19px;color:#878787;}
.fwly-b button{width:180px;height:50px;cursor:pointer;background:#ff0000;color:#fff;transition:all 0.5s;}
.fwly-b button:hover{opacity:0.8;}

.lxwm{margin:30px auto 0px;}
.lxwm-t{position:relative;z-index:30;background:#fff;box-shadow:1px 1px 10px rgba(0, 0, 0, 0.1);padding:30px 40px;font-size: 17px;
    font-weight: 600;
    color: #3b3a3a;}
.lxwm-t dl{
    width: 25%;
    display: flex;
    flex-direction: column;
    justify-content: center;}
.lxwm-t dl h4{height:60px;display: flex;
    justify-content: center;}
.lxwm-t dl h4 img{object-fit: contain;}
.lxwm-t dl p{line-height:35px;margin-bottom:13px;text-align: center;margin-top: 10px;}
.lxwm-t dl p i{display:block;line-height:100%;color:#3a3a3a;}
.lxwm-b{height:600px;margin-top:30px;
/*margin-bottom:110px;*/
    
}
.shfw{margin-top:-60px;margin-bottom:110px;}
.shfw-l{width:24.375%}
.shfw-l dl{margin-bottom:90px;}
.shfw-l dl:last-child{margin-bottom:0;}
.shfw-l dl h3{font-size:20px;padding-bottom:19px;border-bottom:1px solid #7d7d7d;margin-bottom:30px;}
.shfw-l dl p{color:#878787;font-size:16px;}
.shfw-c{width:41.625%}
.shfw-c img{display:block;width:100%}
.zxly{}
.zxly input{width:calc((100% - 160px) / 3);height:80px;border-bottom:1px solid #7d7d7d;padding:0 10px;font-size:16px;color:#878787;margin-bottom:30px;}
.zxly input::placeholder,.zxly textarea::placeholder{color:#878787;}
.zxly textarea{width:100%;height:140px;border-bottom:1px solid #7d7d7d;padding:10px;font-size:16px;color:#878787;margin-bottom:64px;}
.zxly button{width:200px;height:50px;cursor:pointer;background:#ff0000;color:#fff;font-size:16px;transition:all 0.5s;}
.zxly button:hover{opacity:0.8;}
/*fwzc*/

/*xwzx*/
.xwzx{}
.xwzx-t{margin-bottom:80px;}
.xwzx-t h4{width:50%;overflow:hidden;}
.xwzx-t h4 img{display:block;width:100%}
.xwzx-r{width:43.125%}
.xwzx-r h5{color:#ff0000;font-size:16px;margin-bottom:20px;}
.xwzx-r h3{font-size:30px;color:#000;margin-bottom:40px;}
.xwzx-r .div1{color:#5f5f5f;font-size:16px;line-height:36px;margin-bottom:66px;}
.xwzx-r i{width:180px;height:50px;color:#fff;background:#ff0000;font-size:16px;}
.xwzx-t:hover img{transform:scale(1.1);}
.xwzx-t:hover h3{color:#ff0000;}
.xwzx-t:hover i{opacity:0.8;}
.xwzx-b{padding-top:40px;border-top:1px solid #eee;margin-bottom:40px;}
.xwzx-b a{display:block;width:calc((100% - 40px) / 3);margin-right:20px;padding:60px 50px 50px 50px;}
.xwzx-b a:nth-child(3n){margin-right:0;}
.xwzx-b a h5{color:#ff0000;font-size:16px;margin-bottom:15px;}
.xwzx-b a h3{color:#000;font-size:24px;margin-bottom:50px;}
.xwzx-b a h4{overflow:hidden;margin-bottom:40px;}
.xwzx-b a h4 img{display:block;width:100%}
.xwzx-b a p{color:#878787;font-size:16px;line-height:30px;}
.xwzx-b a:hover{}
.xwzx-b a:hover h3{color:#ff0000;}
.xwzx-b a:hover img{transform:scale(1.1);}
/*xwzx*/

@media(max-width:1700px){
	.gywm-r h3{margin-bottom:20px;}
	.gywm-r h5{margin-bottom:20px;}
	.gywm-r .div1{font-size:14px;line-height:24px;}
	.ryzz-b2 .swiper-container{height:780px;}
	.ryzz-b2 .swiper-slide{height:370px;}
}
@media(max-width:1500px){
	.ryzz-b2 .swiper-container{height:680px;}
	.ryzz-b2 .swiper-slide{height:320px;}
	.qywh-l dl{margin-bottom:40px;}
	.qywh-l dl dt{padding-bottom:30px;cursor:pointer;}
	.yfsl-t{margin-bottom:50px;}
	.yfsl-t2 h3{font-size:36px;margin-bottom:40px;}
	.xjzz-b{padding:80px 30px;}
	.xjzz-b dl{width:220px;}
}
@media(min-width:1200px){
	.gywm-r{position:absolute;right:0;top:50px;height:calc(100% - 150px)}
	.gywm-r .div1{overflow:auto;padding-right:20px;height:calc(100% - 60px)}
	.gywm-r .div1::-webkit-scrollbar{width:2px;border-radius:5px;}
	.gywm-r .div1::-webkit-scrollbar-thumb{width:2px;background:#ff0000;}
	.gywm-r .div1::-webkit-scrollbar-track{width:2px;background:#595959;}
	.ryzz-t h5,.ryzz-t h5{position:absolute;left:0;top:18px;width:100%}
	.jrwm-b1 dl dt{position:absolute;}
	.jrwm-b1:nth-child(2n+1) dl dt{right:0}
	.jrwm-b1:nth-child(2n) dl{flex-direction: row-reverse;}
	.jrwm-b1:nth-child(2n) dl dt{left:0}
	.lxwm-t dl{max-width:25%;}
	.shfw-l:last-child{text-align:right;}
	.xwzx-b a:hover{box-shadow:1px 5px 10px rgba(0, 0, 0, 0.1);}
}
@media screen and (max-width:1200px){
    .ny-zpal-z-t-r .div1{padding-right:0px;}
    .ny-zpal-z-t-r .div1 p span{width: 100%;font-size: 17px;}
	body:before{content: '';width:100%;height:60px;display:block;}
	.md{top:-60px;}
	.table{overflow:auto;}
	.table table{width:500px;}
	.lon{box-shadow: 1px 1px 10px rgba(0,0,0,0.1);}
	
	.log-l a{text-align:center;width:50%!important;height:auto;justify-content:center;padding:5px 0;color:#000}
	.log-l a.active,.log-l a:hover{
	    color: #ffffff;
        background: #ff0000;
        border-radius: 0px;
	}
	.wmys-b dl h3 i{font-size:24px;margin-bottom:0;}
	.wmys-b{justify-content:flex-start;}
	.wmys-b dl{width:33.33%}
	.wmys-b dl h4{height:50px;}
	.tdjs-t h5{justify-content:flex-start;}
	.tdjs-t h5 a{margin:0 0 10px 0;width:25%;border:none}
	.tdjs-b2 a dl dt{width:150px;height:40px;}
	.yfsl-b a{height:60px;}
	.yfsl-b a.active{background:none;}
	.xjzz-b{border-radius:5px;}
	.xjzz-b dl h4 img{transform:scale(0.8);}
	.jrwm-b1 dl dt .div2 br{display:none;}
	.jrwm-t p{}
	.jrwm-t p a{width:calc(50% - 10px);margin:0 5px;height:40px;}
	.fwzc-r .div1 br{display:none;}
	.fwzc-r .div1 p{margin-bottom:5px;}
	.fwly-b input{height:40px;padding:10px;}
	.fwly-b textarea{height:80px;padding:10px;}
	.lxwm-b{height:200px;}
	.zxly input{height:50px;}
	.zxly textarea{height:80px;}
	.cpzx-l{border:none}
	.cpzx-l1:last-child{margin-bottom: 0px;}
}

/*xwzx-z*/
.xwdt-z{width:1200px;margin:70px auto;overflow:hidden;}
.xwdt-z-t{text-align:center;padding-bottom:20px;border-bottom: 1px dashed #666;margin-bottom:30px;}
.xwdt-z-t h3{font-size:25px;color:#000;margin-bottom:20px;}
.xwdt-z-t p{text-align:center;color:#000;}
.xwdt-z-t p span{display:inline-block;margin:0 20px;color:#000;}
.xwdt-z-b{margin-bottom:50px;line-height:30px;color:#0e0e0e;font-size: 17px;
    font-weight: 500;}
.xwdt-z-b table{width:100%!important}
.xwdt-z-b table td,.xwdt-z-b table th{padding:10px!important;border:1px solid #666!important}
.xwdt-z-b table *{color:#666}
.xwdt-z-b img{height:auto!important;}
.xwdt-z-b2{display: flex;flex-wrap: wrap;justify-content: space-between;box-sizing: border-box;margin: 0 auto 0px auto;}
.xwdt-z-b2 a{padding: 10px 20px;background: #eee;border-radius: 10px;color: #000;transition: 0.3s;max-width:30%}
.xwdt-z-b2 a:hover{background:#02569e;color:#fff;}
@media screen and (max-width: 1200px){
	.xwdt-z-t p{display:none;}
	.xwdt-z-t{margin-bottom:10px;padding-bottom:10px;}
	.xwdt-z-t h3{font-size:20px;margin-bottom:0px;}
	.xwdt-z-b{margin-bottom:30px;}
	.xwdt-z-b2 a{font-size:12px;}
	.xwdt-z-b table td,.xwdt-z-b table th{padding:5px!important;}
}
@media(max-width:767px){
.cpzx-z{
    padding-top: 0px;
}

}
/*xwzx-z*/
