/*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%;}
.ny-banner-s{position:absolute;left: 50%;top: 50%; -webkit-transform: translateY(-50%) translateX(-50%);transform: translateY(-50%) translateX(-50%);color:#fff;text-align:center;}
.ny-banner-s h3{font-size:36px;text-transform:uppercase;}
.ny-banner-s p{font-size:16px;line-height:24px;}
.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 {}
.lon img {padding-right: 8px;display:block;}
.cont{display:flex;align-items: center;height: 60px;}
.cont a {vertical-align: middle;color: #ababab;font-size: 14px;display: flex;align-items: center;}
/*.cont a:last-child{color:#c31321;}*/
.cont a:last-child i{display:none;}
/*szwz*/

.md{position:relative;top:-100px;}

/*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: #878787;border-radius:50px;align-items:center;justify-content:center;width: 35px;height: 35px;margin: 0 5px;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: #f08200;border-color: #f08200;}
.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:30px auto 130px auto;}
.nybt{text-align:center;font-size:30px;margin-bottom:45px;}
.gywm-t{margin-bottom:60px;text-align:center;padding:0 120px 0 120px;}
.gywm-t dl{}
.gywm-t dl h3{color:var(--colors);font-size:48px;margin-bottom:18px;}
.gywm-t dl h3 span{font-size:18px;line-height:100%;padding-left:10px;}
.gywm-t dl h4{font-size:18px;}
.gywm-b{position:relative;}
.gywm-b>img{display:block;width:100%;}
.gywm-b dl{position:absolute;left:0;top:0;width:100%;height:100%;z-index:2;}
.gywm-b dl dt{width:80px;height:80px;border-radius:80px;background:#fff;position:relative;z-index:2;}
.gywm-b dl dt::before, .gywm-b dl dt::after {position: absolute;width: 100%;height: 100%;border-radius: 50%;background: #fff;content: '';top:0;left:0;z-index:-1;}
.gywm-b dl dt::before{animation: scale 2s infinite; }
.gywm-b dl dt::after{animation: scale2 2s infinite; }
@keyframes scale{0%{ transform: scale(1); opacity:.9}100%{ transform: scale(1.5); opacity: 0;}}
@keyframes scale2{0%{ transform: scale(1);opacity:.9;}100%{ transform: scale(2);opacity:0;}}

.qywh{text-align:center;padding:96px 0 113px 0;background:url(../images/qywh-bj.jpg)no-repeat center;background-size:cover;}
.qywh .nybt{color:#fff;}
.qywh-b{}
.qywh-b dl{width:calc((100% - 30px) / 3);background:#fff;padding:65px }
.qywh-b dl h4{width:110px;height:110px;border-radius:110px;border:1px solid var(--colors);margin-bottom:50px;}
.qywh-b dl h3{font-size:24px;margin-bottom:28px;}
.qywh-b dl p{font-size:16px;line-height:24px;color:#666;}
.qywh-b dl:hover img{-webkit-transform: translateY(-10px);-ms-transform: translateY(-10px);transform: translateY(-10px);}

.fzlc{padding: 120px 0;background:#fff;}
.fzlc .nybt{color:#1d1d1d;margin-bottom:45px;}
@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;}}
.fzlc-t{position:relative;margin-bottom: 90px;}
.fzlc-t .w1{position:relative;}
.fzlc-t .swiper-container{width:900px;max-width:100%}
/*.fzlc-t>div{width:calc(100% - 200px);}*/
.fzlc-tl{position:absolute;width:180px;left: 140px;top: 20px;overflow:hidden;height:50px;z-index:3;}
.fzlc-tr{position:absolute;width:180px;right: 130px;top: 20px;overflow:hidden;height:50px;z-index:3;}
.fzlc-tr .fzlc-tl-s{left: -270px;}
.fzlc-tl-s{position:absolute;min-width:100%;display:flex;left:0;top:0;transition:all 0.5s}
.fzlc-tl-s p{width: 90px;text-align:center;color: #878787;/* font-weight: bold; */font-size: 16px;}
.fzlc-tl-s p i{display:block;width: 8px;height: 8px;border-radius:10px;background: #dcdcdc;margin: 0 auto 20px auto;}
.fzlc-t h6{position:absolute;width:100%;left:0;background: #eaeaea;height:1px;top:calc(50% - 1px);}
.fzlc-t dl{align-items:center;color: var(--colors);font-size: 48px;justify-content:center;height: 48px;display:flex;transform:scale(0);transition:all 0.5s;font-weight: bold;}
.fzlc-t dl p{width: 11px;height: 11px;border-radius:10px;background: #1a50af;margin-right: 40px;position:relative;display: none;}
.fzlc-t dl p::before, .fzlc-t dl p::after {position: absolute;width: 100%;height: 100%;border-radius: 50%;background: #1a50af;content: '';top:0;left:0;}
.fzlc-t dl p::before{animation: scale 2s infinite; }
.fzlc-t dl p::after{animation: scale2 2s infinite; }
.fzlc-t .swiper-slide-thumb-active dl{transform:scale(1);}
.fzlc-t .swiper-button-next{width: 80px;height: 80px;background: url(../images/r2.png)no-repeat center;border-radius:45px;right:0;margin:0;margin-top: -40px;/* background-size: 9px auto; */}
.fzlc-t .swiper-button-prev{width: 80px;height: 80px;background: url(../images/l3.png)no-repeat center;border-radius:45px;left:0;margin:0;margin-top: -40px;}
.fzlc-b{/* background:#f6f6f6; */}
.fzlc-b dl{display:flex;flex-wrap:wrap;justify-content:space-between;/* width: 92%; */margin: 0 auto;border-radius: 3px;overflow: hidden;}
.fzlc-b dl dt{width: 50%;overflow:hidden;}
.fzlc-b dl dt img{display:block;width:100%;}
.fzlc-b dl dd{width: 50%;padding: 6% 6% 0 5%;}
.fzlc-b dl dd h3{font-size: 30px;margin-bottom: 35px;font-weight: normal;}
.fzlc-b dl dd h5{width:60px;height:1px;background:var(--colors);margin-bottom:40px;}
/* .fzlc-b dl dd h3 i{font-size:36px;padding-right:5px;line-height:100%;margin-bottom: -5px;} */
.fzlc-b dl dd h4{width:70px;height:1px;background: var(--colors);display: none;}
.fzlc-b dl dd .div1{line-height: 30px;color: #666;font-size: 16px;}
/* .fzlc-b dl dd .div1 p{padding-left:23px;position:relative;margin-bottom: 10px;} */
/* .fzlc-b dl dd .div1 p i{position:absolute;display:block;left:0;width:8px;height:8px;background:var(--colors);top:10px;border-radius: 8px;} */
.fzlc-b dl dt:hover img{transform:scale(1.1);}

.qyys{padding:90px 0 125px 0;background:#f9f9f9;}
.qyys-b{}
.qyys-b dl{overflow:hidden;border-radius:10px;width:calc((14.492753623188406% - 10px));position:relative;transition:all 0.5s;}
.qyys-b dl h4{overflow:hidden;}
.qyys-b dl h4 img{display:block;width:100%;}
.qyys-b dl dt{position:absolute;left:0;top:0;width:100%;text-align:center;height:50%;background-image:linear-gradient(rgba(0, 0, 0, 0.3),rgba(0, 0, 0, 0));padding-top:47px;}
.qyys-b dl dt h5{margin-bottom:20px;}
.qyys-b dl dt h3{font-size:24px;color:#fff;}
.qyys-b dl dd{position:absolute;left:35px;bottom:38px;background:rgba(255, 255, 255, 0.9);padding:37px 40px 34px 40px;opacity:0;transition:all 0.5s;border-radius: 10px;}
.qyys-b dl dd h3{font-size:24px;margin-bottom:17px;}
.qyys-b dl dd p{color:#666;font-size:16px;line-height:24px;}
.qyys-b dl.active{width:42.028985507246375%;}
.qyys-b dl.active dt{text-align:left;padding-left:45px;}
.qyys-b dl.active dt h3{opacity:0;}
.qyys-b dl.active dd{opacity:1;}

.zzjg{margin:110px auto;}
.zzjg-t{text-align:center;width:1000px;margin-bottom:60px;}
.zzjg-t dl{}
.zzjg-t dl h3{font-size:48px;color:var(--colors);margin-bottom:25px;}
.zzjg-t dl h4{font-size:16px;}
.zzjg-t i{width:1px;height:80px;background:#eee;}
.zzjg-t i:last-child{display:none;}
.zzjg-b{text-align:center;}

.ryzz{padding:110px 0 220px 0;background:url(../images/ryzz-bj.jpg)no-repeat center bottom;}
.ryzz-b{position:relative;padding:0 76px;}
.ryzz-b a{display:block;background:#fff;border:1px solid #eee;padding: 42px 40px 33px 40px;color:#666;text-align:center;}
.ryzz-b a h4{overflow:hidden;margin-bottom:25px;}
.ryzz-b a h4 img{display:block;width:100%;}
.ryzz-b a h3{font-size:16px;transition:all 0s;line-height: 1.4;}
.ryzz-b .swiper-button-next{width:80px;height:80px;right:-60px;background:url(../images/r3.png);}
.ryzz-b .swiper-button-prev{width:80px;height:80px;left:-60px;background:url(../images/l3.png);}
.ryzz-b a:hover{color:var(--colors);}
.ryzz-b a:hover img{transform:scale(1.05);}

.hzhb{padding:100px 0 120px 0;background:url(../images/hzhb-bj.jpg)no-repeat center bottom;}
.hzhb-t{text-align:center;margin-bottom:120px;padding:0 9.782608695652174%;}
.hzhb-t dl{}
.hzhb-t dl h3{color:var(--colors);font-size:48px;margin-bottom:15px;}
.hzhb-t dl h3 span{line-height:100%;font-size:18px;padding-left:8px;}
.hzhb-t dl p{width:30px;height:3px;background:var(--colors);margin-bottom:20px;}
.hzhb-t dl h4{font-size:24px;margin-bottom:16px;}
.hzhb-t dl h5{font-size:16px;color:#666;}
.hzhb-b{position:relative;}
.hzhb-b p{background:#fff;border:1px solid #e5e5e5;overflow:hidden;}
.hzhb-b p img{display:block;width:100%;}
.hzhb-b p:hover img{-webkit-transform: translateY(-10px);-ms-transform: translateY(-10px);transform: translateY(-10px);}
.hzhb-b .swiper-button-next{width:60px;height:60px;right:-107px;background:url(../images/r2.png);}
.hzhb-b .swiper-button-prev{width:60px;height:60px;left:-107px;background:url(../images/l2.png);}
/*gywm*/

/*cpzx*/
.cpzx{margin:-10px auto 110px auto;position:relative;z-index:2;}
.cpzx-t2{border-bottom:2px solid var(--colors);text-align:center;font-size:18px;margin-bottom:80px;}
.cpzx-t2 dl{}
.cpzx-t2 dl a{display:block;margin:0 70px;color:#000;padding-bottom:37px;position:relative;}
.cpzx-t2 dl a h4{height:57px;}
.cpzx-t2 dl a p{width:20px;height:10px;background:url(../images/cpzx-tb.png);position:absolute;left:calc(50% - 10px);bottom:0;opacity:0;}
.cpzx-t2 dl a.active,.cpzx-t2 dl a:hover{color:var(--colors);}
.cpzx-t2 dl a.active p,.cpzx-t2 dl a:hover p{opacity:1;}
.cpzx-b{}
.cpzx-b h4{width:50%;overflow:hidden;}
.cpzx-b h4 img{display:block;width:100%;}
.cpzx-b dl{width:42.857142857142855%;}
.cpzx-b dl h3{font-size:30px;margin-bottom:30px;}
.cpzx-b dl dt{color:#666;font-size:16px;line-height:30px;margin-bottom:40px;}
.cpzx-b dl a{width:165px;height:50px;border-radius:50px;background:var(--colors);color:#fff;}
.cpzx2{background:#f9f9f9;padding:86px 0;}
.cpzx2-b{margin-bottom:50px;}
.cpzx2-b a{display:block;background:#fff;border:1px solid #eee;width:calc((100% - 60px) / 4);margin:0 20px 20px 0;}
.cpzx2-b a:nth-child(4n){margin-right:0;}
.cpzx2-b a h4{overflow:hidden;}
.cpzx2-b a h4 img{display:block;width:100%;}
.cpzx2-b a dl{padding:0 30px 45px 30px;}
.cpzx2-b a dl h3{text-align:center;font-size:16px;color:#000;margin-bottom:20px;}
.cpzx2-b a dl dt{color:#666;line-height:30px;margin-bottom:25px;}
.cpzx2-b a dl dt p{}
.cpzx2-b a dl dt p:nth-child(2n+1){width: 48%;}
.cpzx2-b a dl h5{width:100%;height:45px;border-radius:45px;background:#f9f9f9;color:var(--colors);font-size:14px;}
.cpzx2-b a:hover img{transform:scale(1.05);}
.cpzx2-b a:hover dl h3{color:var(--colors);}
.cpzx2-b a:hover dl h5{background:var(--colors);color:#fff;}

.cjwt{margin:90px auto 110px auto;}
.cjwt-b{}
.cjwt-b dl{border-bottom:1px solid #e5e5e5;}
.cjwt-b dl dt{padding:39px 36px 39px 34px;cursor:pointer;}
.cjwt-b dl dt h3{font-size:20px;width:calc(100% - 30px);padding:5px 0 5px 70px;background:url(../images/cjwt-tb.png)no-repeat center left;transition:all 0.5s;}
.cjwt-b dl dt h3.up{color:var(--colors);}
.cjwt-b dl dt p{width:13px;height:13px;background:url(../images/cjwt-tb2.png)no-repeat center;transition:all 0.5s;}
.cjwt-b dl dt p.up{background:url(../images/cjwt-tb3.png)no-repeat center;}
.cjwt-b dl dd{display:none;color:#666;font-size:16px;line-height:36px;padding:0 80px 40px 104px;}

.zxly{background:#f9f9f9;padding:90px 0;}
.zxly-b{}
.zxly-b input{width:calc((100% - 60px) / 3);padding:0 30px;font-size:16px;color:#878787;height:55px;margin-bottom:25px;border:1px solid #e5e5e5;}
.zxly-b input::placeholder,.zxly-b textarea::placeholder{color:#878787;}
.zxly-b textarea{width:100%;padding:20px 30px;font-size:16px;color:#878787;height:180px;margin-bottom:35px;border:1px solid #e5e5e5;}
.zxly-b p{width:100%;}
.zxly-b p button{width:180px;height:55px;background: #f08200;color:#fff;font-size:16px;cursor:pointer;}
.zxly-b p button:hover{}
/*cpzx*/

/*cpzx-z*/
.cpzx-z{background:#fff;box-sizing:border-box;margin:70px auto;}
.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:100%;position: relative;}.imgLeft .magnifier {position: absolute;display: none;width: 200px;height: 200px;}
.imasf2{position:absolute;width:100%;left:0;bottom:0;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: var(--colors);}
.imgLeft .imasf{width:100%;position:relative;overflow:hidden;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: var(--colors);}
.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: 20px;line-height: 140%;}
.ny-zpal-z-t-r .div1{margin-bottom:10px;color:#666;font-size:16px;line-height:30px;}
.ny-zpal-z-t-r .div1 li{
    margin-left: 20px;
}
.ny-zpal-z-t-r .div1::-webkit-scrollbar{width:2px;border-radius:5px;}
.ny-zpal-z-t-r .div1::-webkit-scrollbar-thumb{width:2px;background:#0081d7;}
.ny-zpal-z-t-r .div1::-webkit-scrollbar-track{width:2px;background:#eee;}
.ny-zpal-z-t-r .div3{display:flex;/* justify-content: space-between; *//* width: 60%; */}
.ny-zpal-z-t-r a{display: flex;align-items:center;justify-content:center;width: 200px;height: 65px;border-radius:2px;background: var(--colors);color:#fff;text-transform:uppercase;font-size:16px;margin-bottom:20px;margin-right: 20px;}
.ny-zpal-z-t-r a:last-child{/* display:none; */}
.ny-zpal-z-t-r .div2{display:flex;flex-wrap:wrap;justify-content: space-between;width: 598px;max-width: 100%;}
.ny-zpal-z-t-r .div2 dl{display:flex;align-items:center;margin-right:16px;color:#666;font-weight:bold;font-size:16px;width: 42%;}
.ny-zpal-z-t-r .div2 dl img{margin-right:10px;}
.ny-zpal-z-t-r .div2 dl dd{}
.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: var(--colors);color: var(--colors);}
.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:100%;margin:0 auto;border-color:#eee!important;}
.ny-zpal-z-cb table td,.ny-zpal-z-cb table th{padding:5px 10px!important;border-color:#eee!important;}
.ny-zpal-z-c img{/* margin-bottom:10px; */max-width:100%;margin: 0px auto;display: block;}
.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){
	.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;}
	.ny-zpal-z-cb *{font-size:14px!important;color:#666!important;}
	.ny-zpal-z-ct h3{padding-bottom:10px;border: none;margin: 0 10px;}
	.ny-zpal-z-t-l .imasf2{transform:scale(0);}
    .ny-zpal-z-t-l .imasf{transform:scale(1);}
}
/*cpzx-z*/

/*zcln*/
.zcln{margin:20px auto 100px auto;font-size:16px;}
.zcln table{width:100%;border:1px solid #e5e5e5;}
.zcln table tr{}
.zcln table tr:nth-child(1){background:var(--colors);}
.zcln table tr:nth-child(1) *{color:#fff;font-size:20px;}
.zcln table tr th,.zcln table tr td{padding:10px 20px;border:1px solid #e5e5e5;}
.sbzs{background:#f9f9f9;padding:100px 0;}
.sbzs-b{position:relative;overflow: hidden;}
.sbzs-b .swiper-container{
    width: 170%;
    margin-left: -35%;
}
.sbzs-b a{display:block;opacity:0.5;}
.sbzs-b a img{display:block;width:100%;}

.sbzs-b .swiper-button-next{width:80px;height:80px;right:120px;background:url(../images/r3.png);}
.sbzs-b .swiper-button-prev{width:80px;height:80px;left:120px;background:url(../images/l3.png);}
.swiper-slide-shadow-left{display:none}
.swiper-slide-shadow-right{display:none;}
/*zcln*/

/*gylc*/
.ppsm{margin:40px auto 65px auto;}
.ppsm-b{font-size:18px;text-align:center;line-height:24px;}
.ppsm-b dl{position:relative;border:1px solid #e5e5e5;height:85px;width:calc((100% - 180px) / 6);margin:0 36px 35px 0;background:#fff;}
.ppsm-b dl:nth-child(6n){margin-right:0;}
.ppsm-b dl p{width:15px;height:11px;background:url(../images/ppsm-tb.png);position:absolute;right:-26px;top:36px;}
.ppsm-b dl:nth-child(6) p, .ppsm-b dl:nth-child(18) p, .ppsm-b dl:nth-child(30) p{left:calc(50% - 7.5px);transform: rotate(90deg);top: 96px;}
.ppsm-b dl:nth-child(7) p, .ppsm-b dl:nth-child(19) p,.ppsm-b dl:nth-child(31) p{left:calc(50% - 7.5px);transform: rotate(90deg);top: 96px;}
.ppsm-b dl:nth-child(13) p{}
.ppsm-b dl:nth-child(12) p{}
.ppsm-b dl:last-child p{display:none;}
.ppsm-b dl:nth-child(n+8):nth-child(-n+12) p,.ppsm-b dl:nth-child(n+20):nth-child(-n+24) p,.ppsm-b dl:nth-child(n+32):nth-child(-n+36) p{transform: rotate(180deg);right: calc(100% + 12.5px);left: auto;}

.ppsm2{margin:0;padding:90px 0 60px 0;background-size:cover;background:url(../images/ppsm-bj.jpg)no-repeat center;}

.sbzs2{margin:95px auto;}
.sbzs2-b{position:relative;}
.sbzs2-b a{display:block;border:1px solid #e5e5e5;padding:25px 19px 33px 19px;}
.sbzs2-b a h4{overflow:hidden;margin-bottom:33px;}
.sbzs2-b a h4 img{display:block;}
.sbzs2-b a dl{margin:0 10px;}
.sbzs2-b a h3{font-size:20px;margin-bottom:18px;color:var(--colors);}
.sbzs2-b a dt{color:#666666;font-size:16px;line-height:30px;}
.sbzs2-b a:hover{border-color:var(--colors);box-shadow:0 10px 20px rgba(208, 208, 208, 0.4);}
.sbzs2-b .swiper-button-next{width:60px;height:60px;background:url(../images/r4.png);transition:all 0.5s;right:-100px;transition:all 0.5s;}
.sbzs2-b .swiper-button-next:hover{background:url(../images/r4-1.png);}
.sbzs2-b .swiper-button-prev{width:60px;height:60px;background:url(../images/l4.png);transition:all 0.5s;left:-100px;transition:all 0.5s;}
.sbzs2-b .swiper-button-prev:hover{background:url(../images/l4-1.png);}

.ppsm3{margin:0;padding:90px 0 60px 0;background-size:cover;background:url(../images/ppsm-bj2.jpg)no-repeat center;}
.ppsm3 .nybt{color:#fff;}

.xtzs{padding:75px 0 120px 0;background:url(../images/xtzs-bj.jpg)no-repeat center;}
.xtzs .nybt{margin-bottom:55px;}
.xtzs-l{width:447px;}
.xtzs-l dl{margin-bottom:20px;border-radius:10px;border:1px solid #eee;background:#fff;padding:39px 53px 32px 63px;text-align:right;}
.xtzs-l dl dt{width:calc(100% - 70px);}
.xtzs-l dl dt h3{font-size:24px;margin-bottom:23px;}
.xtzs-l dl dt p{color:#666;font-size:16px;line-height:24px;height:72px;}
.xtzs-l dl h5{height:24px;width:40px;}
.xtzs-l dl:hover img{-webkit-transform: translateY(-10px);-ms-transform: translateY(-10px);transform: translateY(-10px);}
.xtzs-l:last-child{}
.xtzs-l:last-child dl{flex-direction:row-reverse;text-align:left;}
.xtzs-c{color:var(--colors);font-size:60px;}
/*gylc*/

/*pztx*/
.pzgl{margin:35px auto 120px auto;}
.pzgl-b{text-align:center;}
.pzgl-b dl{width:calc((100% - 80px) / 5);margin-bottom:20px;border:1px solid #e5e5e5;padding:63px 0 67px 0;}
.pzgl-b dl h4{height:84px;}
.pzgl-b dl h3{color:#010101;font-size:18px;line-height:24px;height:48px;margin-bottom:28px;}
.pzgl-b dl p{line-height:100%;font-size:16px;color:#666;}
.pzgl-b dl:hover{}
.pzgl-b dl:hover img{-webkit-transform: translateY(-10px);-ms-transform: translateY(-10px);transform: translateY(-10px);}

.zlgg{padding:105px 0 117px 0;background:url(../images/zlgg-bj.jpg)no-repeat center;}
.zlgg .nybt{color:#fff;}
.zlgg-b{}
.zlgg-b a{display:block;background:#fff;}
.zlgg-b a h4{overflow:hidden;}
.zlgg-b a h4 img{display:block;width:100%;}
.zlgg-b a dl{padding:42px 0 37px 35px;}
.zlgg-b a dl h3{font-size:24px;margin-bottom:23px;}
.zlgg-b a dl dt{color:#666666;line-height:30px;}
.zlgg-b a:hover img{transform:scale(1.1);}

.glxt{margin:90px auto 115px auto;}
.glxt-b{}
.glxt-b dl{width:calc(50% - 10px);border:1px solid #e5e5e5;}
.glxt-b dl dt{position:relative;color:#fff;font-size:24px;width:calc(100% + 2px);margin:-1px -1px 0 -1px;overflow:hidden;}
.glxt-b dl dt img{display:block;width:100%;}
.glxt-b dl dt p{position:absolute;left:0;top:0;width:100%;height:100%;z-index:2;background:rgba(25, 44, 87, 0.7);}
.glxt-b dl dd{padding:22px 64px 30px 64px;color:#666;line-height:36px;}
.glxt-b dl dd p{width:30%;}
.glxt-b dl dd p:nth-child(2n){}
.glxt-b dl dd p:nth-child(3n){width:120px;}
.glxt-b dl:hover img{transform:scale(1.1);}

.sbzs3{padding:100px 0 166px 0;background:url(../images/sbzs-bj.jpg)no-repeat center;background-size:cover;}
.sbzs3-b{position:relative;}
.sbzs3-b a{display:block;background:#fff;color:#000;}
.sbzs3-b a h4{overflow:hidden;}
.sbzs3-b a h4 img{display:block;width:100%;}
.sbzs3-b a h3{height:70px;transition:all 0s;}
.sbzs3-b a:hover{background:var(--colors);color:#fff;}
.sbzs3-b a:hover img{transform:scale(1.1);}
.sbzs3-b .swiper-button-next{width:60px;height:60px;background:url(../images/r4-1.png);transition:all 0.5s;right:-100px;transition:all 0.5s;}
.sbzs3-b .swiper-button-next:hover{background:url(../images/r4-1.png);}
.sbzs3-b .swiper-button-prev{width:60px;height:60px;background:url(../images/l4-1.png);transition:all 0.5s;left:-100px;transition:all 0.5s;}
.sbzs3-b .swiper-button-prev:hover{background:url(../images/l4-1.png);}

.khfw{margin:90px auto 20px auto;}
.khfw-b{text-align:center;}
.khfw-b dl{width:30%;margin-bottom:80px;}
.khfw-b dl h5{position:relative;z-index:-1;font-size:200px;color:#f6f6f6}
.khfw-b dl h5 i{position:absolute;left:0;top:0;width:100%;height:100%;z-index:2;background-image:linear-gradient(rgba(255, 255, 255, 0),rgba(255, 255, 255, 1.0));}
.khfw-b dl h3{color:var(--colors);font-size:30px;margin-top:-120px;margin-bottom:40px;}
.khfw-b dl h4{font-size:24px;margin-bottom:24px;}
.khfw-b dl p{color:#666;font-size:16px;line-height:30px;}
.khfw-b dl:hover{}
/*pztx*/

/*xwzx*/
.xwzx{margin:30px auto 90px auto;}
.xwzx-t{margin-bottom:80px;color:#666;align-items: center;}
.xwzx-t h4{width:50%;overflow:hidden;}
.xwzx-t h4 img{display:block;width:100%;}
.xwzx-t dl{width:44.285714285714284%;padding-right:40px;}
.xwzx-t dl h3{font-size:36px;color:#000;margin-bottom:30px;}
.xwzx-t dl dt{margin-bottom: 40px;}
.xwzx-t dl dt i{}
.xwzx-t dl dt i:nth-child(1){margin-right:27px;}
.xwzx-t dl dt i img{margin-right:8px;}
.xwzx-t dl p{font-size:16px;line-height:30px;margin-bottom:53px;}
.xwzx-t dl h5{width:180px;height:55px;border-radius:55px;border:1px solid var(--colors);font-size:14px;color:var(--colors);}
.xwzx-t dl h5 img{margin-left:12px;transition:all 0s!important;}
.xwzx-t:hover h4 img{transform:scale(1.1);}
.xwzx-t:hover dl h3{color:var(--colors);}
.xwzx-t:hover dl h5{background:var(--colors);color:#fff;}
.xwzx-t:hover dl h5 img{filter: brightness(0) invert(1);}
.xwzx-b{margin-bottom:16px;}
.xwzx-b a{display:block;background:#fff;width:calc((100% - 30px) / 3);margin:0 15px 50px 0;}
.xwzx-b a:nth-child(3n){margin-right:0;}
.xwzx-b a h4{overflow:hidden;}
.xwzx-b a h4 img{display:block;width:100%;}
.xwzx-b a dl{padding:43px 29px 38px 29px;border:1px solid #e5e5e5;border-top:none;}
.xwzx-b a dl h3{color:#000;font-size:24px;margin-bottom:27px;}
.xwzx-b a dl p{font-size:16px;line-height:24px;color:#666;margin-bottom:44px;height:72px;}
.xwzx-b a dl dt{padding-top:34px;border-top:1px solid #eee;}
.xwzx-b a dl dt i{color:#666;}
.xwzx-b a dl dt i:nth-child(1){margin-right:27px;}
.xwzx-b a dl dt i img{margin-right:8px;}
.xwzx-b a dl dt h5{font-size:14px;color:var(--colors);}
.xwzx-b a dl dt h5 img{margin-left:9px;}
.xwzx-b a:hover h4 img{transform:scale(1.1);}
.xwzx-b a:hover h3{color:var(--colors);}
/*xwzx*/

/*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:24px;color:#666}
.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;}
}
/*xwzx-z*/

/*lxwm*/
.lxwm{margin:40px auto 100px auto;}
.lxwm-b{}
.lxwm-b dl{width:50%;background:#f9f9f9;padding:70px 90px;}
.lxwm-b dl:nth-child(2){background:#f4f4f4;}
.lxwm-b dl dt{}
.lxwm-b dl dd{width:calc(100% - 90px);}
.lxwm-b dl dd h4{color:#878787;font-size:16px;margin-bottom:25px;}
.lxwm-b dl dd h3{font-size:20px;}

#container{height:460px;}
/*lxwm*/

@media(max-width:1500px){
	.cpzx2-b a dl{padding:0 10px 45px 10px;}
	.cpzx2-b a dl dt p:nth-child(2n+1){width: 45%;}
}
@media screen and (max-width:1200px){
	.md{top:-60px;}
	.table{overflow:auto;}
	.table table{width:500px;}
	.gywm-t dl{width:50%;}
	.gywm-b dl dt{width:60px;height:60px;}
	.qywh-b dl h4{width:80px;height:80px;}
	.fzlc-tl{left:0;}
	.fzlc-tr{right:0;}
	.fzlc-t dl{transform:scale(1);color:#5f5f5f;height:auto}
	.fzlc-t dl p{background: #1a50af;}
	.fzlc-t .swiper-slide-thumb-active dl{color: #1f5dcb;}
	.fzlc-t .swiper-slide-thumb-active dl p{background: #1a50af;}
	.fzlc-t dl p{width:8px;height:8px;margin-right: 15px!important;}
	.fzlc-b dl dd .div1 p i{top:8px;}
	.ryzz{background:#f3f3f3;}
	.cpzx-t2 dl a{width:25%}
	.cjwt-b dl dt h3{background:none;}
	.zxly-b input{height:45px;}
	.zxly-b textarea{height:100px;}
	.zxly-b p button{width:150px;height:45px;}
	.ppsm-b dl{margin:0 10px 10px 0;width:calc((100% - 20px) / 3);height:60px;}
	.ppsm-b dl:nth-child(3n){margin-right:0;}
	.xtzs-l dl{text-align:left;}
	.xtzs-l:last-child dl{flex-direction:row;text-align:left;}
	.pzgl-b dl{width:calc(50% - 5px);margin-bottom:10px;}
	.khfw-b dl h5{font-size:100px;}
	.khfw-b dl h3{margin-top:-60px;}
	.lxwm-b dl dt{width:50px;padding-right:5px;}
	.lxwm-b dl dd{width:calc(100% - 60px);}
	#container{height:200px;}
	.qyys-b dl dt{text-align:left;padding-left:20px;padding-top:10px;}
    .qyys-b dl dt h3{opacity:0;}
    .qyys-b dl dd{opacity:1;bottom:10px;width:calc(100% - 20px);left:10px;}
	.sbzs-b .swiper-slide a{opacity:1;}
	.sbzs-b .swiper-slide-prev a{transform: translateX(0vw);overflow: hidden;}
	.sbzs-b .swiper-slide-next a{transform: translateX(0vw);}
	.zcln table tr th,.zcln table tr td{padding:5px;border:1px solid #e5e5e5;font-size:14px;}
	.zcln table tr:nth-child(1) *{font-size:16px;}
}
