/*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;}
.ny-banner-s h3{font-size:60px;text-transform:uppercase;margin-bottom:40px;}
.ny-banner-s h4{font-size:24px;}

.ny-banner-s2{position:absolute;left: 50%;top: 50%; -webkit-transform: translateY(-50%) translateX(-50%);transform: translateY(-50%) translateX(-50%);color:#fff;}
.ny-banner-s2 .div1{width:50%;text-align:center;}
.ny-banner-s2 .div1 h3{font-size:48px;margin-bottom:40px;}
.ny-banner-s2 .div1 h4{font-size:24px;margin-bottom:60px;}
.ny-banner-s2 .div1 a{width:150px;height:50px;border-radius:8px;border:1px solid #d5d6e9;font-size:16px;color:rgba(255, 255, 255, 0.8);}
.ny-banner-s2 .div1 a:hover{border-color:var(--colors);background:var(--colors);}

.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: 95px;}
.cont a {vertical-align: middle;color: #999;font-size: 16px;display: flex;align-items: center;}
.cont a:last-child{color:#333;}
.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: #5f5f5f;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: var(--colors);border-color:var(--colors);}
.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*/
.nydh{border-bottom:1px solid #ddd;}
.nydh-b{margin-bottom:-1px;font-size:16px;}
.nydh-b a{height:90px;width:calc(100% / 8);color:#343333;}
.nydh-b a.active,.nydh-b a:hover{background:var(--colors);color:#fff;font-weight:bold;}
.gywm{margin:130px auto}
.gywm-t{margin-bottom:90px;}
.gywm-l{width:calc(50% - 90px);}
.gywm-l h4{color:#f7f7f7;font-size:80px;text-transform:uppercase;margin-bottom:-58px;}
.gywm-l h3{font-size:36px;margin-bottom:33px;}
.gywm-l>i{width:65px;height:1px;background:var(--colors);display:block;margin-bottom:30px;}
.gywm-l dl{font-size:16px;line-height:30px;color:#333;}
.gywm-r{width:50%;position:relative;overflow:hidden;}
.gywm-r>img{display:block;width:100%;}
.gywm-r dl{position:absolute;left:0;top:0;width:100%;height:100%;}
.gywm-r dl dt{position:relative;z-index:2;width:64px;height:64px;border-radius:64px;background:var(--colors);}
.gywm-r dl dt::before, .gywm-r dl dt::after {position: absolute;width: 100%;height: 100%;border-radius: 50%;background: var(--colors);content: '';top:0;left:0;z-index:-1;}
.gywm-r dl dt::before{animation: scale 2s infinite; }
.gywm-r 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(3);opacity:0;}}
.gywm-r:hover>img{transform:scale(1.1);}
.gywm-b{text-align:center;padding:0 30px 0 75px;}
.gywm-b dl{}
.gywm-b dl h3{margin-bottom:20px;font-size:24px;color: var(--colors2);}
.gywm-b dl h3 i{line-height:100%;font-size:48px;}
.gywm-b dl h4{font-size:16px;}

.jsyf{text-align:center;padding:120px 0;background:url(../images/jsyf-bj.jpg)no-repeat center;background-size:cover;}
.jsyf-t{color:#fff;width:1023px;margin-bottom:75px;}
.jsyf-t h3{font-size:48px;margin-bottom:35px;}
.jsyf-t p{font-size:18px;line-height:36px;}
.jsyf-b{}
.jsyf-b dl{width:calc((100% - 80px) / 3);background:#fff;padding:64px 60px 50px;}
.jsyf-b dl h4{height:107px;}
.jsyf-b dl h3{color:#333;font-size:24px;margin-bottom:23px;}
.jsyf-b dl p{font-size:16px;line-height:30px;color:#666;}
.jsyf-b dl:hover img{-webkit-transform: translateY(-10px);-ms-transform: translateY(-10px);transform: translateY(-10px);}

.qyys{padding: 100px 0 130px 0;overflow:hidden;}
.nybt{text-align:center;margin-bottom: 48px;}
.nybt h3{font-size:42px;margin-bottom:15px;}
.nybt p{font-size:18px;margin-bottom: 27px;line-height:30px;width:1253px;margin-left:auto;margin-right:auto;max-width:100%;}
.nybt h5{width:60px;height:1px;background:var(--colors);}
.qyys-b{position:relative;}
.qyys-b .swiper-container{overflow:inherit;}
.qyys-b dl{border:1px solid #eee;}
.qyys-b dl h4{width:calc(50% + 1px);overflow:hidden;position:relative;color:#fff;font-size:16px;margin-left:-1px;}
.qyys-b dl h4 img{display:block;width:100%;}
.qyys-b dl h4 i{width:150px;height:45px;background:var(--colors);position:absolute;left:0;bottom:0;}
.qyys-b dl h4:hover img{transform:scale(1.1);}
.qyys-b dl dt{width:50%;padding:0 77px;}
.qyys-b dl dt .div1{margin-bottom:50px;}
.qyys-b dl dt .div1 i{width:70px;height:70px;border-radius:70px;background:var(--colors2);}
.qyys-b dl dt .div1 ul{width:calc(100% - 90px)}
.qyys-b dl dt .div1 ul h5{font-size:16px;color:var(--colors);margin-bottom:12px;}
.qyys-b dl dt .div1 ul h3{font-size:36px;}
.qyys-b dl dt .div2{color:#666;font-size:16px;line-height:30px;}
.qyys-b .swiper-pagination{bottom:-50px;width:100%;}
.qyys-b .swiper-pagination-bullet{background:#e5e5e5;opacity:1;margin:0 5px;}
.qyys-b .swiper-pagination-bullet-active{background:var(--colors);}
.qyys-b .swiper-button-next{width:43px;height:43px;right:-74px;background:url(../images/r.png);}
.qyys-b .swiper-button-prev{width:43px;height:43px;left:-74px;background:url(../images/l.png);}

.fzlc{padding:100px 0 110px;text-align:center;overflow:hidden;background:url(../images/fzlc-bj.jpg)no-repeat center;}
.fzlc-t{font-size:48px;margin-bottom:80px;text-align:center;}
.fzlc-c{position:relative;margin-bottom:80px;}
.fzlc-c a{position:relative;background:#fff;box-shadow:0 0 16px rgba(46,112,180,0.1);width:calc(100% - 220px);margin:16px auto;}
.fzlc-c a h4{width:50%;overflow:hidden;}
.fzlc-c a h4 img{display:block;width:100%;}
.fzlc-c a dl{width:50%;padding:0 80px;text-align:left;}
.fzlc-c a dl h5{font-size:150px;color:#fef7f3;position:absolute;right:0;top:0;}
.fzlc-c a dl h3{font-size:36px;color:var(--colors2);margin-bottom:40px;position:relative;z-index:3}
.fzlc-c a dl dt{font-size:20px;line-height:36px;color:#333;}
.fzlc-c .swiper-button-next{width:43px;height:43px;right:31px;background:url(../images/r4.png);transition:all 0.5s;}
.fzlc-c .swiper-button-next:hover{background:url(../images/r3-1.png);}
.fzlc-c .swiper-button-prev{width:43px;height:43px;left:31px;background:url(../images/l4.png);transition:all 0.5s;}
.fzlc-c .swiper-button-prev:hover{background:url(../images/l3-1.png);}
.fzlc-b{position:relative;z-index:2;width:1200px;}
.fzlc-b>h5{position:absolute;width:108%;left:-4%;top:8px;z-index:-1;background:#ccc;height:1px;}
.fzlc-b a{display:block;color:#333;}
.fzlc-b a h5{width:16px;height:16px;border-radius:19px;background:#999;margin-bottom:15px;}
.fzlc-b a h5 p{width:8px;height:8px;border-radius:11px;background:#fff;}
.fzlc-b a h3{font-size:16px;transition:all 0s;}
.fzlc-b .swiper-slide-thumb-active a{color:var(--colors);}
.fzlc-b .swiper-slide-thumb-active a h5{background:var(--colors);}
.fzlc-b .swiper-slide-thumb-active a h3{font-weight:bold;}

.ryzz{position:relative;}
.ryzz .swiper-wrapper{-webkit-transition-timing-function: linear;    /**/
  -moz-transition-timing-function: linear;
  -ms-transition-timing-function: linear;
  -o-transition-timing-function: linear;
  transition-timing-function: linear;
  margin: 0 auto;}
.ryzz-s{text-align:center;background:rgba(0,0,0,0.56);position:absolute;width:100%;height:100%;left:0;top:0;z-index:3;display: flex;align-items:center;justify-content:center;}
.ryzz-s dt{color:#fff;}
.ryzz-s dt h3{font-size:40px;margin-bottom:15px;}
.ryzz-s dt p{font-size:18px;}
.ryzz img{display: block;}

.zzkj{background:#f5f5f5;padding:120px 0;}
.zzkj-t{margin-bottom:77px;}
.zzkj-t h3{font-size:48px;}
.zzkj-t dl{font-size:18px;}
.zzkj-t dl i{margin-left:20px;background:#fff;width:130px;height:50px;margin-left:20px;}
.zzkj-t dl i:nth-child(1){background:var(--colors);color:#fff;}
.zzkj-t dl i:nth-child(2){background:var(--colors2);color:#fff;}
.zzkj-b{text-align:center;}

.qyhj{margin:120px auto;}
.qyhj-t{margin-bottom:75px;}
.qyhj-t h3{font-size:48px;}
.qyhj-t p{width:106px;}
.qyhj-t p a{display:block;width:43px;height:43px;}
.qyhj-t p .a1{background:url(../images/l2.png);}
.qyhj-t p .a1:hover{background:url(../images/l2-1.png);}
.qyhj-t p .a2{background:url(../images/r2.png);}
.qyhj-t p .a2:hover{background:url(../images/r2-1.png);}
.qyhj-b{text-align:center;overflow:hidden;}
.qyhj-b>div{overflow:initial;margin:0;}
.qyhj-b a{display:block;color:#333333;}
.qyhj-b a h4{overflow:hidden;overflow:hidden;margin-bottom:35px;}
.qyhj-b a h4 img{display:block;width:100%;}
.qyhj-b a h3{font-size:24px;}
.qyhj-b a:hover img{transform:scale(1.1);}

.hzhb{background:#f5f5f5;padding:120px 0;}
.hzhb-t{margin-bottom:75px;}
.hzhb-t h3{font-size:48px;}
.hzhb-t p{width:106px;}
.hzhb-t p a{display:block;width:43px;height:43px;}
.hzhb-t p .a1{background:url(../images/l3.png);}
.hzhb-t p .a1:hover{background:url(../images/l3-1.png);}
.hzhb-t p .a2{background:url(../images/r3.png);}
.hzhb-t p .a2:hover{background:url(../images/r3-1.png);}
.hzhb-b{}
.hzhb-b a{height:170px;background:#fff;}
.hzhb-b a img{max-width:80%;max-height:80%;}
.hzhb-b a:hover img{-webkit-transform: translateY(-10px);-ms-transform: translateY(-10px);transform: translateY(-10px);}
/*gywm*/

/*cpzx*/
.cpzx{margin-bottom:130px;}
.nydh2{font-size:18px;background:#fff;margin-bottom:120px;margin-top:-50px;position:relative;z-index:2;}
.nydh2 a{color:#666;position:relative;width:20%;border-right:1px solid #eee;height:130px;}
.nydh2 a:last-child{border:none;}
.nydh2 a p{position:absolute;width:18px;height:9px;background:url(../images/cpzx-tb.png);left:calc(50% - 9px);bottom:32px;opacity: 0;}
.nydh2 a.active,.nydh2 a:hover{background:var(--colors);color:#fff;border-color:var(--colors);}
.nydh2 a.active p,.nydh2 a:hover p{opacity:1;}
.cpzx-t{text-align:center;margin-bottom:80px;}
.cpzx-t h4{color:#eaeaea;font-size:90px;text-transform:uppercase;margin-bottom: -73px;}
.cpzx-t h3{font-size:48px;color: var(--colors2);position:relative;z-index:2;}
.cpzx-b{margin-bottom:40px;}
.cpzx-b a{background:#fff;width:calc(50% - 20px);margin-bottom:40px;}
.cpzx-b a h4{width:49.15492957746479%;height:400px;background:url(../images/cpzx-bj.jpg)no-repeat center;background-size:cover;}
.cpzx-b a h4 img{max-width:70%}
.cpzx-b a dl{width:50.84507042253521%;padding:0 40px;}
.cpzx-b a dl h3{font-size:30px;margin-bottom:24px;color: #000;}
.cpzx-b a dl p{font-size:16px;line-height:30px;color:#666;height:177px;}
.cpzx-b a dl h5{padding-top:30px;border-top:1px solid #dddddd;color:var(--colors2);}
.cpzx-b a dl h5 img{margin-left:10px;}
.cpzx-b a:hover h4{background:url(../images/cpzx-bj2.jpg)no-repeat center;background-size:cover;}
/*cpzx*/

/*cpzx-z*/
.cpcs{margin:120px auto;}
.cpcs-t{font-size:48px;margin-bottom:60px;}
.cpcs-b{color:#666;font-size:18px;}
.cpcs-b table{width:100%;}
.cpcs-b table tr{}
.cpcs-b table tr:nth-child(2n+1){background:#fff;}
.cpcs-b table tr td,.cpcs-b table tr th{padding:20px 40px;}

.cpyy{background:#fff;padding:120px 0 100px 0;}
.cpyy-t{margin-bottom:55px;}
.cpyy-t h3{font-size:48px;}
.cpyy-t a{width:210px;height:60px;border-radius:70px;background:#fff;font-size:16px;padding-left:13px;color:#000;overflow:hidden;border:1px solid #eee;background:#f5f5f5;}
.cpyy-t a span{width:45px;height:45px;border-radius:45px;background:var(--colors);margin-right:29px;overflow:hidden;}
.cpyy-t a i{width:50px;height:50px;border-radius:50px;background:var(--colors);margin-right:29px;}
.cpyy-t a i img{width:15px;}
.cpyy-t a:hover{transform: scale(1.15);}
.cpyy-t a:hover i{animation: moveRightInitial 0.22s 0.15s forwards, moveRightEnd 0.3s 0.2s forwards;transform: translateX(20px);}
.cpyy-b{}
.cpyy-b a{padding-bottom:20px;text-align:center;color:#000;display:block;}
.cpyy-b a h4{overflow:hidden;margin-bottom:20px;}
.cpyy-b a h4 img{display:block;width:100%;}
.cpyy-b a h3{font-size:18px;transition:all 0s;}
.cpyy-b a:hover{color:var(--colors);}
.cpyy-b a:hover img{transform:scale(1.1);}

.xgcp{margin:120px auto;}
.xgcp-b{position:relative;}
.xgcp-b .swiper-container{padding-bottom:64px;}
.xgcp-b a{background:#fff;}
.xgcp-b a h4{width:49.15492957746479%;height:400px;background:url(../images/cpzx-bj.jpg)no-repeat center;background-size:cover;}
.xgcp-b a dl{width:50.84507042253521%;padding:0 40px;}
.xgcp-b a dl h3{font-size:30px;margin-bottom:24px;color: #000;}
.xgcp-b a dl p{font-size:16px;line-height:30px;color:#666;height:177px;}
.xgcp-b a dl h5{padding-top:30px;border-top:1px solid #dddddd;color:var(--colors2);}
.xgcp-b a dl h5 img{margin-left:10px;}
.xgcp-b a:hover h4{background:url(../images/cpzx-bj2.jpg)no-repeat center;background-size:cover;}
.xgcp-b .swiper-pagination{top:auto;bottom:0;height:2px;background:#ddd;}
.xgcp-b .swiper-pagination .swiper-pagination-progressbar-fill{height:4px;background:var(--colors);margin-top:-2px;}
.xgcp-b .swiper-button-next{width:43px;height:43px;right:-80px;background:url(../images/r4.png);transition:all 0.5s;top:40%}
.xgcp-b .swiper-button-next:hover{background:url(../images/r.png);}
.xgcp-b .swiper-button-prev{width:43px;height:43px;left:-80px;background:url(../images/l4.png);transition:all 0.5s;top:40%}
.xgcp-b .swiper-button-prev:hover{background:url(../images/l.png);}
/*cpzx-z*/

/*hyyy*/
.hydh2{height:120px;}
.hydh{background:#fff;text-align:center;}
.active .hydh{position:fixed;width:100%;left:0;top:0px;z-index:10}
.hydh.et-hero-tabs-container--top{position:fixed;width:100%;left:0;top:0px;z-index:10}
.hydh-b{position:relative;}
.hydh-b a{height:120px;line-height:100%;color:#000;}
.hydh-b a dl{transition:all 0s;}
.hydh-b a h4{height:40px;}
.hydh-b a h4 img{transition:all 0s!important;}
.hydh-b a:hover,.hydh-b a.active{background:var(--colors);color:#fff;}
.hydh-b a:hover dl{}
.hydh-b a:hover img,.hydh-b a.active img{filter: brightness(0) invert(1);}
.hydh-b .swiper-button-next{width:14px;height:25px;right:-54px;background:url(../images/r5.png);}
.hydh-b .swiper-button-next:hover{background:url(../images/r5-1.png);}
.hydh-b .swiper-button-prev{width:14px;height:25px;left:-54px;background:url(../images/l5.png);}
.hydh-b .swiper-button-prev:hover{background:url(../images/l5-1.png);}

.hyyy{margin:120px auto;}
.hyyy-b{margin-bottom:80px;}
.hyyy-b1{margin-bottom:60px;color:#fff;padding:50px 60px;}
.hyyy-b1 h5{font-size:14px;margin-bottom:20px;color:rgba(255, 255, 255, 0.8);}
.hyyy-b1 h3{font-size:36px;margin-bottom:20px;}
.hyyy-b1 p{font-size:16px;line-height:32px;color:rgba(255, 255, 255, 0.7);margin-bottom:62px;width:348px;}
.hyyy-b1 a{color:#fff;width:120px;font-size:16px;}
.hyyy-b1 a i{width:40px;height:40px;border-radius:40px;background:var(--colors);}
.hyyy-b1 a i img{width:16px;}
.hyyy-b .cpzx-b{}
.hyyy-b .cpzx-b a:nth-child(n+5){display:none;}
.hyyy-b2{font-size:18px;color:#666;line-height:100%;}
.hyyy-b2 a{cursor:pointer;}
.hyyy-b2 a:hover{color:var(--colors);}
/*hyyy*/

/*hyyy-z*/
.zxly{padding:130px 0 120px;background:url(../images/zxly-bj.jpg)no-repeat center;}
.zxly-t{margin-bottom:60px;}
.zxly-t h3{font-size:48px;margin-bottom:30px;}
.zxly-t h4{color:#666;font-size:18px;}
.zxly-b{}
.zxly-b input{width:calc((100% - 29px) / 3);height:60px;padding:0 20px;margin-bottom:30px;font-size:18px;color:#999;}
.zxly-b input::placeholder,.zxly-b textarea::placeholder{color:#999}
.zxly-b textarea{width:100%;height:180px;padding:20px;margin-bottom:50px;font-size:18px;color:#999;}
.zxly-b button{width:210px;height:60px;border-radius:60px;background:var(--colors);color:#fff;font-size:18px;font-size:16px;cursor:pointer;transition:all 0.5s;}
.zxly-b button:hover{opacity:0.8;}
/*hyyy-z*/

/*xzzx*/
.xzzx{margin:100px auto 120px auto;}
.xzzx-b{margin-bottom:40px;}
.xzzx-b a{background:#fff;width:calc(50% - 20px);margin-bottom:40px;}
.xzzx-b a h4{width:227px;}
.xzzx-b a h4 img{display:block;width:100%;}
.xzzx-b a dl{width:calc(100% - 227px);padding:0 40px;}
.xzzx-b a dl h3{font-size:24px;color:#000;height:125px;}
.xzzx-b a dl dt{border-top:1px solid #ddd;padding-top:32px;font-size:18px;color:#999;}
.xzzx-b a dl dt i{color:var(--colors2);}
.xzzx-b a dl dt i img{margin-right:10px;}
.xzzx-b a:hover h3{color:var(--colors);}
/*xzzx*/

/*cjwt*/
.cjwt{margin:100px auto 130px auto;}
.cjwt-t{margin-bottom:80px;}
.cjwt-t dl{font-size:18px;}
.cjwt-t dl a{height:60px;border-radius:60px;border:1px solid #ddd;margin-right:20px;color:#333;padding:0 43px;}
.cjwt-t dl a.active,.cjwt-t dl a:hover{background:var(--colors);color:#fff;border-color:var(--colors);}
.cjwt-t form{width:320px;overflow:hidden;border-radius:60px;background:#fff;}
.cjwt-t form input{font-size:16px;color:#666;height:60px;width:calc(100% - 80px);padding-left:29px;}
.cjwt-t form input::placeholder{color:#666;}
.cjwt-t form button{width:80px;background:none;cursor:pointer;}
.cjwt-b{}
.cjwt-b dl{background:#fff;margin-bottom:20px;}
.cjwt-b dl dt{cursor:pointer;padding:50px;}
.cjwt-b dl dt h3{font-size:24px;width:calc(100% - 30px);}
.cjwt-b dl dt p{width:24px;height:24px;background:url(../images/cjwt-tb.png)no-repeat center;transition:all 0.5s;}
.cjwt-b dl dt p.up{background:url(../images/cjwt-tb2.png)no-repeat center;}
.cjwt-b dl dd{display:none;border-top:1px solid #ddd;color:#333;font-size:18px;line-height:30px;padding:40px 50px;}
/*cjwt*/

/*xwzx*/
.xwzx{margin:100px auto 120px auto;}
.xwzx-b{}
.xwzx-b a{display:block;width:calc((100% - 172px) / 3);margin:0 36px 100px 0}
.xwzx-b a:nth-child(3n){margin-right:0;}
.xwzx-b a dt{line-height:100%;color:#000;font-size:30px;margin-bottom:25px;}
.xwzx-b a dt i{font-size:16px;color:#666;padding-left:20px;line-height:100%;}
.xwzx-b a h4{overflow:hidden;margin-bottom:26px;}
.xwzx-b a h4 img{display:block;width:100%;}
.xwzx-b a h3{color:#333;font-size:24px;margin-bottom:15px;}
.xwzx-b a p{font-size:16px;line-height:28px;color:#757575;margin-bottom:45px;}
.xwzx-b a h5{width:95px;font-size:16px;color:#666;padding-bottom:20px;border-bottom:2px solid #dddddd;}
.xwzx-b a:hover h4 img{transform:scale(1.1);}
.xwzx-b a:hover h3{color:var(--colors);}
.xwzx-b a:hover h5{border-color:var(--colors);}
/*xwzx*/

/*xwzx-z*/
.xwdt-z{margin: 20px auto 120px auto;}
.xwdt-l{width: calc(100% - 470px);}
.xwdt-z-t{margin-bottom:30px;}
.xwdt-z-t h3{font-size: 36px;color: #333;margin-bottom:15px;line-height:1.4;}
.xwdt-z-t p{color:#999;font-size:16px;}
.xwdt-z-t p span{display:inline-block;margin-right: 40px;}
.xwdt-z-b{margin-bottom:35px;padding-bottom:50px;border-bottom:1px solid #ddd;line-height: 35px;color:#333;font-size: 18px;}
.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{}
.xwdt-z-b2 a{color:#666;}
.xwdt-z-b2 .a1{width:270px;max-width:calc(50% - 50px);}
.xwdt-z-b2 .a1 p{width:calc(100% - 15px);transition:all 0s;}
.xwdt-z-b2 a:hover{color:var(--colors);}
.xwdt-r{width: 400px;margin-top: 0px;background: #f5f5f5;padding: 52px 40px 35px;}
.xwdt-r>h3{color:#333;font-size: 20px;margin-bottom: 15px;}
.xwdt-r dl{font-size:18px;line-height:48px;}
.xwdt-r dl a{color:#666;display: block;line-height: 48px;}
.xwdt-r dl a:hover{color:var(--colors)}
/*xwzx-z*/

/*lxwm*/
.lxwm{margin:135px auto 120px auto;}
.lxwm-l{width:50%;overflow:hidden;}
.lxwm-l img{display:block;width:100%;}
.lxwm-r{width:calc(50% - 100px);position: relative;}
.lxwm-r>img{
    position: absolute;
    right: 0;
    top: 130px;
    width: 180px;
}
.lxwm-r h3{font-size:48px;color:#333;margin-bottom:60px;}
.lxwm-r dl{padding-bottom:20px;margin-bottom:30px;border-bottom:1px solid #ddd;}
.lxwm-r dl:nth-child(2),.lxwm-r dl:nth-child(3){width:50%}
.lxwm-r dl h4{font-size:18px;margin-bottom:20px;color:#999;}
.lxwm-r dl h5{font-size:24px;color:#333;}
.lxwm-r a{width:210px;height:60px;border-radius:60px;background:var(--colors);color:#fff;font-size:16px;margin-top:60px;}
.lxwm-r a img{margin-left:12px;}
.lxwm-r a:hover img{transform: translateX(10px);}
/*lxwm*/

@media(max-width:1500px){
	.ryzz-c a h4 img{height:200px}
	.gywm-l dl{font-size:14px;line-height:24px;}
}
@media screen and (max-width:1200px){
	.md{top:-60px;}
	.table{overflow:auto;}
	.table table{width:500px;}
	.gywm-l h4{margin-bottom:-20px;}
	.nydh-b a{width:25%;height:40px;}
	.gywm-r dl dt{width:50px;height:50px;}
	.gywm-b dl{width:50%;}
	.jsyf-b dl h4 img{transform:scale(0.8);}
	.qyys-b dl h4{width:calc(100% + 2px)!important;margin:0 -1px!important;}
	.qyys-b dl dt .div1 i{width:50px;height:50px;}
    .qyys-b dl dt .div1 i img{width:20px;}
    .qyys-b dl dt .div1 ul{width: calc(100% - 60px);}
    .qyys-b dl dt .div2 br{display:none;}
    .qyys-b dl dt .div2 p{margin-bottom:5px;}
    .qyys-b .swiper-pagination{bottom:-10px}
    .zzkj-t dl{justify-content:space-between;}
    .zzkj-t dl i{width:calc((100% - 20px) / 3);height:35px;}
    .hzhb-b a{height:80px;}
    .nydh2 a{width:calc(100% / 3);height:50px;border:none;}
    .cpzx-t h4{font-size:38px;margin-bottom:-30px;}
    .cpzx-b a h4{height:300px;}
    .cpcs-b table tr td,.cpcs-b table tr th{padding:10px 10px;}
    .cpyy-t a{width: 170px;height: 50px;}
    .cpyy-t a span{margin-right:15px;}
    .cpyy-t a i,.cpyy-t a span{width:40px;height:40px;}
    .zxly-b input{height:45px;}
    .zxly-b textarea{height:100px;}
    .zxly-b button{width:150px;height:45px;}
    .xzzx-b a h4{width:40%;}
    .xzzx-b a dl{width:60%;}
    .cjwt-t dl{justify-content:space-between;}
    .cjwt-t dl a{height:40px;width:calc((100% - 20px) / 3);}
    .cjwt-t form input{height:40px;}
    .lxwm-r a{width:150px;height:45px;}
    .ny-banner-s2 .div1 a{font-size:14px;width:120px;height:40px;}
	.hydh-b a{height: 90px;}
	.hydh-b .swiper-button-next{right:0;margin: 0;top: calc(50% - 12.5px);}
	.hydh-b .swiper-button-prev{left:0;margin: 0;top: calc(50% - 12.5px);}
	.hydh2 .hydh{position:relative;width:100%;left:0;top:0px;z-index:10}
	.fzlc-c a{width:auto;}
	.lxwm-r>img{width:100px;top: 84px;}
	.lxwm-r dl:nth-child(2),.lxwm-r dl:nth-child(3){width: calc(100% - 150px);}
}
