*{padding: 0px;margin: 0px;}
*, ::after, ::before { box-sizing: border-box; }
body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, fieldset, button, input, textarea, th, td { margin: 0; padding: 0; list-style: none; }
html{ font-family: "Arial"; background-color:#fff;font-size: 62.5%;}
h3,h4,h5,h6,a,span,p{ font-weight: normal;display: block;}
li {list-style: none;}
a {text-decoration: none; display: block;color: inherit;}
body,html {height: 100%;width: 100%;}
.imgbox {overflow: hidden;position: relative;}

:root {--dex: #004ea2;}

.clearfix {zoom:1}
.clearfix:after {content: '\20'; display: block; clear: both;}
.fl { float: left; }
.fr { float: right; }

/* h5 */
.drawer-nav { display: none; }
.drawer-hamburger{display: none;} 
.i_h5_banner {display: none ;}

.icenter {width: 1500px;margin: auto;}
/* head */
.div1 {position: fixed; top: 0px; width: 100%; z-index: 99;}
.head { display: flex;justify-content: space-between;align-items: center; height: 100px;width: 90%;margin: auto;}
.div1 .left {}
.div1 .left a .logo1 {display: none;}
.div1 .left a .logo2 {display: block;}
.div1 .left a img{width: 360px;}
.div1 .head .right {width: 71%;display: flex;justify-content: flex-end;align-items: center;}
@media screen and (min-width:1600px) and (max-width:1700px){ .div1 .head .right {width: 76%;} }
.div1 .head .right ul{display: flex;width: 80%;}
.div1 .head .right ul li .a {position: relative;color: inherit;}
.div1 .head .right ul li { width:100%; position:relative; font-size: 20px;color: #333;height: 100%;line-height: 100px; text-align:center;}
.div1 .head .right ul li .a::after { content: ""; position: absolute; left: 50%; transform: translateX(-50%); bottom: 0px; width: 0; height: 4px; background: var(--dex); transition: all 0.65s; }
.div1 .head .right ul li .a:hover::after{width: 100%;}
.div1 .head .right ul li .last-nav { display: none; position: absolute; top: 100%; left: calc(50%); transform: translateX(-50%); width: 180px; background: #fff; text-align: center; z-index: 99999; line-height: 30px; 
	transition: none; background-color: rgba(255,255,255,0.9); box-shadow: 0px 2px 2px rgb(34 34 34 / 30%); }
.div1 .head .right ul li .last-nav a:hover { color: var(--dex); background-color: #fff; }
.div1 .head .right ul li:hover .last-nav { display: block; animation: lastnav 0.55s; -webkit-animation: lastnav 0.55s; }
@keyframes lastnav { from { opacity: 0; } to { opacity: 1; } }
@-webkit-keyframes lastnav { from { opacity: 0; } to { opacity: 1; } }
.div1 .head .right ul li .last-nav a { font-size: 15px; color: #333; line-height: 50px; width: 100%; display: inline-block; position: relative; transition: none; }


.div1:hover,.div2  {background-color: #fff; box-shadow: 0 6px 15px 0 rgb(0 0 0 / 20%);}
.div2 .head .right ul li .a ,.div1:hover .head .right ul li .a,.div3 .head .right ul li .a {color: #666;}
.div1:hover .left  a .logo1,.div2 .left  a .logo1 ,.div3:hover .left  a .logo1{display: block;}
.div1:hover .left  a .logo2,.div2 .left  a .logo2 ,.div3:hover .left  a .logo2{display: none;}
.div1:hover .head ul li .a,.div2 .head ul li .a,.div3:hover .head ul li .a {color: #666;}

.div1 .head .right ul li .a:hover {color: var(--dex)!important;}

#about .div1,#about .div2  {background-color: #fff; box-shadow: 0 6px 15px 0 rgb(0 0 0 / 20%);}
#about .div2 .head .right ul li .a ,#about .div1:hover .head .right ul li .a,#about .div3 .head .right ul li .a {color: #666;}

/* common */
.more { color: #Fff; transition: all .5s; z-index: 1; overflow: hidden; position: relative; background-color: var(--dex); border: 1px solid var(--dex);font-size: 14px;font-family: arial;width: 157px;height: 41px;
display: flex;justify-content: center;align-items: center;border-radius: 30px;}
.more:hover { color: var(--dex); }
.more::after { content: ''; width: 0; height: 100%; background-color: #FFFFFF; position: absolute; top: 0; left: 0; transition: all .5s; z-index: -1; }
.more:hover::after { width: 100%; }
.more2 {background-color: transparent;color: var(--dex);}
.more2:hover {color: #fff;}
.more2::after{background-color: var(--dex);}
.more2.active {background-color: var(--dex);color: #fff;}



/* i_banner */
.i_banner {height: 100%;overflow: hidden;position: relative;}
.i_banner .iSwiper {height: 100%;overflow: hidden;}
.i_banner .box {height: 100%;}
.i_banner .box .bg{height: 100%;} 
.iSwiper .bg img{ height: 100%; transition: 5s; animation-duration: 5s; animation-timing-function: linear; animation-fill-mode: forwards; -webkit-animation-duration: 5s; -webkit-animation-timing-function: linear;
	-webkit-animation-fill-mode: forwards; }
.i_banner .box .text{ z-index: 1; position: absolute; right: 0; top: 50%; transform: translate(-15%,-50%); display: flex; flex-direction: column; justify-content: center;}

.i_banner .box .h3_img {width: 670px;margin-bottom: 24px;}
.i_banner .box h4 {font-size: 20px; color: #333; line-height:35px; width: 850px; text-align: right;}
.i_banner .box a { display: flex; justify-content: space-between; padding-left: 28px; padding-right: 4px;} 
.i_banner .box a i {width: 36px;height: 36px;border-radius: 50%;display: flex;justify-content: center;align-items: center;border: 1px solid rgba(255,255,255,0.3);}
.i_banner .box a i img {width: 15px;filter: grayscale(10) brightness(10);transition: 0s;}
.i_banner .box a:hover i {border-color: var(--dex);}
.i_banner .box a:hover i img {filter: none;}
.i_banner .box a:hover {background-color: #fff!important;}
.i_banner .box a::after { padding-left: 0px;justify-content: unset;}
.i_banner .road {position: absolute; left: 5%; bottom: 8%; display: flex; align-items: center; z-index: 2;}
.i_banner .road .content  {margin:0 20px;display: flex;align-items: flex-end;font-size: 30px;font-family: alibb;    height: 29px; line-height: 29px;}
.i_banner .road .content .sp_1 {    font-size: 30px; color: #fff; height: 29px; line-height: 29px;}
.i_banner .road .content .sp_2 {font-size: 16px; color: #fff; height: 20px; line-height: 20px;}
.i_banner .road .fa {background-image: none; position: unset;width: auto;height: auto;margin: 0px;padding: 0px;font-size: 48px;color: #014188;}
.i_banner .road .fa.swiper-button-next{ margin-left:30px; left:30px;}
.i_banner .road .fa:hover {color: #f00;}
.i_banner .tool {position: absolute;right: 7%;bottom: 0%;display: flex;flex-direction: column;justify-content: center;align-items: center;    z-index: 2;}
.i_banner .tool a {width: 27px;margin-bottom: 25px;}
.i_banner .tool a img {transition: 0s; filter: grayscale(10) brightness(10);}
.i_banner .tool a:hover img {filter: none;}
.i_banner .tool .scroll  { height: 60px;width: 30px;position: relative;margin-top: 70px;    cursor: pointer;}
.i_banner .tool .scroll::before {content: ""; position: absolute;top: 0px;left: 50%;transform: translateX(-50%);width: 1px;height: 100%;background-color: rgba(255,255,255,0.3);}
.i_banner .tool .scroll span{font-size: 16px; font-family: arial; color: #fff; position: absolute; left: 50%; transform: translateX(-50%) rotate(90deg); top: -76%;}
.i_banner .tool .scroll .dot { opacity: 1;  animation: hua 1.5s infinite linear;  width: 5px; height: 5px; background-color: #fff; position: absolute; top: 0px; left: 50%;transform: translateX(-50%);}

@keyframes hua {
  100%{
    top: 120%;
    opacity: 0;
  }
}
@-webkit-keyframes  hua {
  100%{
    top: 120%;
    opacity: 0;
  }
}

 



/* footer */
footer {padding: 80px 0 25px;position: relative;border-bottom: 6px solid var(--dex);background-color: #fff;}
footer .mid { width:100%;margin: 0px 0 60px; position: relative;}
footer .mid dl {display: flex; margin-bottom: 20px; }
footer .mid dl dd {width: 100%;margin-right: 10px;}
footer .mid dl dd:last-child{margin-right: 0px;}
footer .mid dl dd h4{padding-bottom: 10px;margin-bottom: 20px;border-bottom: 1px solid #d8d8d8;position: relative;}
footer .mid dl dd h4::after {content: ""; position: absolute;bottom: -1px;width: 30px;height: 1px;background-color: #1367ea;}
footer .mid dl dd h4 a{font-size: 22px;color: #333333;}
footer .mid dl dd .min a{font-size: 16px;color: #666666; width: fit-content;line-height: 30px;}
footer .mid dl dd .min a:hover {color: var(--dex);}
footer .bot {display: flex;justify-content: space-between;padding-top: 24px;border-top:1px solid #d8d8d8 ;}
footer .bot .share {display: flex;margin-bottom: 16px;}
footer .bot .power .t_power{display: flex;margin-bottom: 5px;color: #666666;}
footer .bot .power .t_power .p_a {font-size: 14px;color: #666666;position: relative;}
footer .bot .power .b_power {display: flex;}
footer .bot .power .b_power span {font-size: 14px;color: #666666; margin-right: 5px;}
footer .bot .power .b_power a {font-size: 14px;color: #666666;position: relative;}
footer .bot .power .b_power a:hover {color: var(--dex);}
footer .bot .ri  ul {display: flex;}
footer .bot .ri  ul li {margin-left: 14px;}
footer .bot .ri  ul li img {width: 85px;}
footer .bot .ri  ul li span {font-size: 14px; color: #666666; margin-top: 10px; text-align: center;}
footer .bot .share { display: flex; display: -webkit-flex; -webkit-justify-content: flex-start; justify-content: flex-start; align-items: center; -webkit-align-items: center; }
footer .bot .share li a { display: block; width: 26px; }
footer .bot .share li:hover .popup { opacity: 1; display: block; }
footer .bot .share li .popup{ display: block; position: absolute; bottom: 20px; right: -10px; width: 144px; height: 160px; transition: all .3s; opacity: 0; display: none; }
footer .bot .share li .er-code{ padding: 4px; border-radius: 4px; background: #fff; -ms-box-shadow: 0 2px 6px 0 rgba(0,0,0,.1); -o-box-shadow: 0 2px 6px 0 rgba(0,0,0,.1); box-shadow: 0 2px 6px 0 rgb(0 0 0 / 10%); }
footer .bot .share li .triangle{ position: absolute; background: #fff; -ms-box-shadow: 4px 4px 8px rgba(0,0,0,.1); -o-box-shadow: 4px 4px 8px rgba(0,0,0,.1); box-shadow: 4px 4px 8px rgb(0 0 0 / 10%); z-index: 8; 
width: 11px; height: 11px; bottom: 16px; right: 16px; transform: translateY(50%) rotate(45deg); }
footer .bot  li { position: relative; margin-right: 20px; }
footer .bot  li:last-child {margin-right: 0px;}
footer .bot .le { display: flex; justify-content: space-between; flex-flow: row-reverse; width: 100%; }


 
/* com */
.icenter3 {  width: 1400px; margin: auto; position: relative; z-index: 3; }

.n_banner { width: 100%; margin-top:100px;}
.n_banner img { width:100%;}


.fx { width:100%; position: relative; background: #fff; z-index: 10; }
 
.com_nav { width: 100%; z-index: 1; position: absolute; left: 50%; transform: translateX(-50%); top: -100px; background-color: rgba(18, 103, 234,0.7); height: 100px;}
.com_nav a { position: relative; padding: 0 28px; color: #fff; font-size: 20px; opacity: 0.5; height: 100%; line-height: 100%; display: flex; align-items: center;}
.com_nav a:hover {opacity: 1;font-weight: bold;}
.com_nav a:nth-of-type(1) {padding-left: 0px;}
.com_nav a:nth-of-type(1)::after {display: none;}
.com_nav a::after {position: absolute;content: "";left: 0px;top: 50%;transform: translateY(-50%);height: 17px;width: 1px;background-color: #fff;}
.com_nav a.active {font-weight: bold;opacity: 1;}
.com_nav .icenter3 {display: flex;justify-content: space-between;height: 100%;}
.com_nav .icenter3  .le {font-size: 32px; color: #fff; display: flex; align-items: center; font-weight: bold;}
.com_nav .icenter3  .ri {display: flex;}
/* vi_box */
.vi_box { top: 0px; left: 0px; display: none; position: fixed;width: 100%;height: 100%;z-index: 999;background-color: rgba(0,0,0,0.8);}
.vi_box .box {height: 100%;width: 100%; display: flex;justify-content: center;align-items: center;}
.vi_box .box  video{  width: 100%;height: 100%;   position: relative;  object-fit: cover; display: block;}
.vi_box .box  .video {position: relative;width: 70%; height: 68%;}
.vi_box .box .video img.close{    cursor: pointer;width: auto;position: absolute;right: -40px;top: -40px;transition: all .3s;pointer-events: painted;}
.vi_box .box .video .close:hover {transform: rotate(135deg);}


.com01 {padding: 150px 0 115px; position: relative; overflow: hidden;} 
.com01 .icenter3 {position: relative; }
.com01 .content {display: flex;justify-content: space-between;align-items: center;margin-bottom: 30px;position: relative;}
.com01 .bg {   width: 1450px; position: absolute; left: 50%; top: 50%; z-index: -1; transform: translate(-50%,-50%);}
.com01  .con_wen {    position: absolute; right: -16px; top: 19px; color: #bdb9b9; font-family: arial; padding-top: 5px; border-top: 1px solid #bdb9b9; transform: rotate(-270deg);}
.com01 .top {    display: flex; justify-content: flex-end; align-items: center; width: 42%; padding-right: 4%;}
.com01 .top .le {position: relative;}
.com01 .top .le h3 {font-size: 46px;font-weight: bold;color: #333333;line-height: 65px; margin-bottom: 30px;top: -15px;}
.com01 .top .le h4 {color: #333;font-size: 28px;color: #333;line-height: 40px;margin-bottom: 30px;position: relative;margin-top: 40px;}
.com01 .top .le h4::before {position: absolute; content: ""; width: 70px; height: 2px; background-color: var(--dex); top: -20px;}
.com01 .top .le p {font-size: 18px;color: #666666;line-height: 35px;}
.com01  .ri {width: 52%; position: relative;}
.com01  .ri video{    width: 100%; height: 584px; position: relative; object-fit: cover;}
.com01  .ri .bo { cursor: pointer; position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);   z-index: 3;}
.com01  .ri .bo img {width: 80px;}
.com01 dl {display: flex;justify-content: space-between;justify-content: space-between;margin-top: 76px;}
.com01 dl dd {width: fit-content}
.com01 dl dd  .c {display: flex;margin-bottom: 10px;}
.com01 dl dd:hover img {transform: rotateY(180deg);}
.com01 dl dd img {     height: 56px; width: auto; position: relative; top: -2px; margin-right: 10px;}
.com01 dl dd h4 {     margin-bottom: 10px;   font-size: 60px; font-weight: bold; color: #333333; display: flex;}
.com01 dl dd strong {font-size: 60px;font-weight: bold;color: #333333;    line-height: 50px;font-family: 'arial'; letter-spacing: -1px;}
.com01 dl dd span { font-size: 18px; color: #666666;}
.com01 dl dd:hover h4,.com01 dl dd:hover strong  {color: var(--dex);}
.com01 .ri .mask { -webkit-transform: translateY(-50%) translateX(-50%); -ms-transform: translateY(-50%) translateX(-50%); transform: translateY(-50%) translateX(-50%); position: absolute; top:50%;left: 50%; z-index: 1;}
.com01  .ri .mask:before { position: relative; content: ''; display: block; margin-top: 100%; }
.com01  .ri .mask:after { content: ''; position: absolute; top: 0; bottom: 0; left: 0; right: 0; border-radius: 50%; }
.com01  .ri:hover .mask{-webkit-animation:anim-out 1s;animation:anim-out 1s}
.com01  .ri:hover .mask:after{-webkit-animation:anim-out-pseudo 1s;animation:anim-out-pseudo 1s}
@-webkit-keyframes anim-out{0%{width:0%}
100%{width:100%}
}
@keyframes anim-out{0%{width:0%}
100%{width:100%}
}
@-webkit-keyframes anim-out-pseudo{0%{background:rgba(255,255,255,.5)}
100%{background:0 0}
}
@keyframes anim-out-pseudo{0%{background:rgba(255,255,255,.5)}
100%{background:0 0}
}
.com01 .circle {    position: absolute; left: 54%; top: 51%; transform: translate(-50%,-50%) rotate(-90deg);}
.com01 .circle .arc  {stroke-dashoffset: 138px; stroke-dasharray: 138px, 138px;}
.com01 .circle.active .arc { animation: stroke1 4s linear forwards; stroke-dashoffset: 138px; stroke-dasharray: 138px, 138px;}
@keyframes  stroke1 {
    100%{
      stroke-dashoffset: -138px;
    }
}

.com02 {position: relative;overflow: hidden;height: 778px;display: flex;}
.com02 .box::after { content: ""; display: inline-block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.2); position: absolute; left: 0; top: 0; }
.com02 .content {width: 100%;}
.com02 .content .com02Swiper {height: 100%;width: 100%;}
.com02 .ding_wen{ position: absolute; left: 8%; top: 15%; z-index: 12;display: flex;}
.com02 .ding_wen .icon {width: 100%; margin-right: 10px; opacity: 0.5;}
.com02 .ding_wen h3 { max-width: 100%;  font-size: 36px; font-weight: bold; color: #fff; margin-bottom: 17px;}
.com02 .ding_wen h4 {font-family: arial;font-size: 18px;color: #fff; opacity: 0.6;} 
.com02 .ding_wen .img { position: absolute; left: 50%; top: 77%; width: 427px; z-index: -1; transform: translate(-50%, -50%);}
.com02 .bot_nav { position: absolute; bottom: 0px; left: 0px; border-top: 1px solid rgba(255, 255, 255 , 0.3); display: flex; align-items: center; z-index: 1; width: 100%;}
.com02 .bot_nav .g { display: flex; width: 33.3%; align-items: center; padding: 30px 2%; box-sizing: border-box;position: relative;    cursor: pointer;}
.com02 .bot_nav .g::before {position: absolute;top: -1px;left: 0px;width: 0;content: "";background-color: var(--dex);height: 4px;opacity: 1;transition: 0s;}
.com02 .bot_nav .g span {font-size: 20px;color: #fff;}
.com02 .bot_nav .g img {width: 48px;margin-right:15px;}
.com02 .bot_nav .g.active { background-color: rgba(255, 255, 255 , 0.05); backdrop-filter: blur(7px);}
.com02 .bot_nav .g.active::before {animation: w_full 3s linear forwards;}
@keyframes w_full {
  100%{
    width: 100%;
  }
}
.com02 .box {position: relative;height: 100%;}
.com02 .box img {height: 100%;}
.com02 .box .text { z-index: 1; position: absolute; top: 15%; left: 8%;}
.com02 .box .text h4 {color: #fff;font-weight: bold;font-size: 36px; }
.com02 .box .text p { position: relative; font-size: 18px; color: #fff; line-height: 28px; width: 428px; margin-bottom: 62px; margin-top: 35px; }
.com02 .box .text p::before { position: absolute; top: -18px; content: ""; left: 0px; background-color: var(--dex); width: 57px; height: 3px;}


.com03 {position: relative;overflow: hidden;padding: 100px 0;}
.pagemap{display: block;overflow: hidden;   position: relative;top: 0px;}
.pagemap .maps{ display: block;overflow: hidden;position: relative;}
.pagemap .maps .tt{ width:30%;position: absolute;bottom: 80px;left: 0;z-index: 1;}
.pagemap .maps .tt h3{ font-size: 44px;font-weight: bold;color: #333333;margin-bottom: 34px;}
.pagemap .maps .tt h4 {font-size: 18px;line-height: 32px;color: #666666;position: relative;}
.pagemap .maps .tt h4::before {    position: absolute; left: 2px; top: -18px; width: 52px; height: 4px; background-color: var(--dex); content: "";}
.pagemap .maps .about04min{ display: block;overflow: hidden;width: 90%;margin: 0 0 0 10%;position: relative;}
.pagemap .maps .about04min .map{display: block; width:100%; }
.pagemap .maps .about04min .mapicon{ position: absolute;top: 0;left: 0; opacity: 1;transition: all .3s;}
.pagemap .maps .about04min .mapicon img{ display: block;width: auto;height: auto;}
.pagemap .maps .about04min .mapicon01{top: 38%; left: 19%;}
.pagemap .maps .about04min .mapicon02{top: 29%; left: 46%;}
.pagemap .maps .about04min .mapicon03{top: 39%; left: 46%;}
.pagemap .maps .about04min .mapicon04{top: 29%; left: 50%;}
.pagemap .maps .about04min .mapicon05{top: 36%; left: 51%;}
.pagemap .maps .about04min .mapicon06{top: 38%; left: 56%;}
.pagemap .maps .about04min .mapicon07{top: 23%; left: 62%;}
.pagemap .maps .about04min .mapicon08{top: 47%; left: 68.5%;}
.pagemap .maps .about04min .mapicon09{top: 40%; left: 75%;}
.pagemap .maps .about04min .mapicon10{top: 44%; left: 75%;}
.pagemap .maps .about04min .mapicon11{top: 62.5%; left: 75.5%;}
.pagemap .maps .about04min .mapicon12{top: 40.5%; left: 77%;}
.pagemap .maps .about04min .mapicon13{top: 44%; left: 77%;}
.pagemap .maps .about04min .mapicon14{top: 49%; left: 78%;}
.pagemap .maps .about04min .mapicon15{top: 42%; left: 79%;}
.pagemap .maps .about04min .mapicon16{top: 34%; left: 80%;}
.pagemap .maps .about04min .mapicon17{top: 37%; left: 82%;}
.pagemap .maps .about04min .mapicon18{top: 42%; left: 85%;}
.pagemap .maps .about04min .mapicon19{top: 75%; left: 53%;}
.pagemap .maps .about04min .mapicon20{top: 42%; left: 18%;}
.pagemap .maps .about04min .mapicon21{top: 72%; left: 30%;}
.pagemap .maps .about04min .mapicon22{top: 60%; left: 58%;}
.pagemap .maps .about04min .mapicon23{top: 42%; left: 63%;}
.pagemap .maps .about04min .mapicon24{top: 79%; left: 85%;}
.pagemap .maps .about04min .mapicon.hide{opacity: 0;}

.com04 { background: url(com04_bg.jpg); background-size: cover; z-index: 1; background-attachment: fixed; padding: 90px 0 127px; position: relative;}
.com04::after { content: ""; display: inline-block; width: 100%; height: 100%; position: absolute; left: 0; top: 0; }
.com04 h3 {font-size: 36px;color: #fff;font-weight: bold;text-align: center;margin-bottom: 40px; position: relative; z-index: 1;}
.com04 .bot {position: relative;width: 100%;margin: auto;overflow: hidden;}
.com04 .bot .h04Swiper {overflow: hidden; padding: 20px 0;}
.com04 .box {position: relative;top: 0px;transition: 0.3s;cursor: pointer; background:#fff;}
.com04 .box:hover {top: -15px;}
.com04 .box:hover h4 {color:var(--dex);}
.com04 .box h4 {font-size: 18px; font-weight: bold; color: #666666; margin-top: 22px; text-align: center; height: 42px;}
.com04 .swiper-button-next { right: -67px;}
.com04 .swiper-button-next img{ width:15px;}
.com04 .swiper-button-prev { left: -67px;}
.com04 .swiper-button-prev img{ width:15px;}
.com04 .button { top: 55%!important; display: flex!important;justify-content: center;align-items: center; background-image: none!important;margin: 0px!important;padding: 0px!important;width: 51px!important;
height: 51px!important;font-size: 36px!important;color: #666666;border: 1px solid #ccc;border-radius: 50%;}
.com04 .button:hover { background:#044593;border:none;} 

.com05 {padding: 90px 0 90px;position: relative;overflow: hidden;}
.com05 .s_tit {display: flex;justify-content: space-between;align-items: center;margin-bottom: 60px;}
.com05 .s_h3 {position: relative;font-size: 50px;color: #333333;font-weight: bold;}
.com05 .bot {position: relative;display: flex;justify-content: space-between;}
.com05 .bot .left {width: 47.3%;position: relative;height: 100%;overflow: hidden;}
.com05 .bot .left .imgbox {height: 100%;}
.com05 .bot .left .imgbox img{height: 100%;}
.com05 .bot .left:hover  img{transform: scale(1.1);}
.com05 .bot .left img {height: 100%;}
.com05 .bot .right {height: 100%; width: 49%;}
.com05 .bot dl {height: 100%; width: 100%;}
.com05 .bot dl dd {height: calc((100% - 30px)/4);background-color: #f5f5f5;margin-bottom: 10px; padding:13px 0;}
.com05 .bot dl dd:hover {background-color: var(--dex);}
.com05 .bot dl dd a {height: 100%;display: flex;align-items: center;padding: 0 42px;}
.com05 .bot dl dd:last-child{margin-bottom: 0px;}
.com05 .bot dl dd .le {position: relative;display: flex;flex-direction: column;justify-content: center;align-items: center; margin-right: 64px;}
.com05 .bot dl dd .le::after { content: ""; position: absolute; right: -32px; top: 50%; transform: translateY(-50%); height: 92px; width: 1px; background-color: #e7e7e7;}
.com05 .bot dl dd .le h4 {font-size: 52px; color: var(--dex); margin-bottom: 5px; height: 52px; line-height: 52px; font-family: arial;}
.com05 .bot dl dd .le h5 {font-size: 18px;color: #666666; font-family: arial;}
.com05 .bot dl dd .ri {width: 480px;}
.com05 .bot dl dd .ri h4 {font-size: 18px;color: #1c1d18;margin-bottom: 12px;}
.com05 .bot dl dd .ri h5 {font-size: 14px;font-family: arial;color: #666666;    display: flex;align-items: center;}
.com05 .bot dl dd .ri h5 span { transition: 0.3s; left: 0px; position: relative; color: #666666; margin-left: 5px; top: -2px;}
.com05 .bot dl dd:hover .ri h5 span {left: 15px;}
.com05 .bot dl dd:hover .le h4, .com05 .bot dl dd:hover .le h5,.com05 .bot dl dd:hover .ri h4 ,.com05 .bot dl dd:hover .ri h5,.com05 .bot dl dd:hover .ri h5 span{color: #fff;}


.com06 {position: relative;overflow: hidden;background: url(com06_bg.jpg);background-size: cover;padding: 75px 0;}
.com06  .icenter3 {display: flex;flex-direction: column;justify-content: center;align-items: center;}
.com06  .icenter3 h4 {font-family: arial;font-size: 20px;cmargin-bottom: 8px;color: var(--dex);display: none;}
.com06  .icenter3 h5 {font-size: 34px;font-weight: bold;color: #333;margin-bottom: 32px;    text-align: center;}
.com06  .icenter3 a { color: var(--dex);   border-color: var(--dex); background-color: transparent;}
.com06  .icenter3 a:hover {color: #fff;}
.com06  .icenter3 a::after {background-color: var(--dex);}

  
.div3  {background-color: #fff;    box-shadow: 0 6px 15px 0 rgb(0 0 0 / 20%);}
.div3 .left  a .logo1 {display: block;}
.div3 .left  a .logo2 {display: none;}
.div3 .head ul li .a {color: #666;}


/* vi_box */
.vi_box {     top: 0px; left: 0px; display: none; position: fixed;width: 100%;height: 100%;z-index: 999;background-color: rgba(0,0,0,0.8);}
.vi_box .box {height: 100%;width: 100%; display: flex;justify-content: center;align-items: center;}
.vi_box .box  video{  width: 100%;height: auto;   position: relative;  object-fit: cover; display: block;}
.vi_box .box  .video {position: relative;width:60%; height: auto;}
.vi_box .box  .video img.close{    cursor: pointer;width: auto;position: absolute;right: -40px;top: -40px;transition: all .3s;pointer-events: painted;}
.vi_box .box  .video .close:hover {transform: rotate(135deg);}


 

 
/* news */
.page {display: flex;justify-content: center;align-items: center;}
 

.news_top { padding: 100px 00 105px; position: relative;overflow: hidden;}
.news_top a {display: flex;justify-content: space-between; align-items: center;    background-color: #f5f5f5;}
.news_top .sweiper {display: none;}

.news_top .bot {position: relative;}
.news_top .bot .swiper-pagination-bullet-active { opacity: 1; background: var(--dex); }
.news_top .bot  .swiper-pagination-bullet {    width: 12px; height: 12px; border-radius: 50%; margin: 0 6px!important;}
.news_top .bot .swiper-pagination-bullet:last-child {margin-right: 0px!important;}
.news_top .bot .swiper-pagination-bullet:first-child {margin-left: 0px!important;}
.news_top .bot .swiper {height: 100%;overflow: hidden;}
.news_top .bot .swiper-pagination-bullet {background: none; background-color: var(--dex);}
.news_top .bot .swiper-pagination { bottom: -50px; left: 50%; transform: translate(-50%, -50%); }
.news_top .le {width: 50%;padding: 70px 100px;}
.news_com .t {display: flex;align-items: center;margin-bottom: 22px;}
.news_com .t h4 {    font-size: 12px; color: var(--dex); font-family: arial; padding: 3px 15px; border-radius: 5px; border: 1px solid var(--dex); margin-right: 20px; font-weight: bold;}
.news_com .t  h5 {display: flex;align-items: center;}
.news_com .t  h5 img {width: 18px; margin-right: 10px;}
.news_com .t  h5 span {font-size: 14px;font-family: arial;color: var(--dex);font-weight: bold;}
.news_com  h3 {font-weight: bold; font-size: 30px; color: #333333; line-height: 40px; margin-bottom: 24px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; text-overflow: ellipsis; 
overflow: hidden; -webkit-box-orient: vertical;}
.news_top:hover  h3 {color: var(--dex);}
.news_com  p {    font-size: 16px; line-height: 26px; color: #666666; margin-bottom: 55px; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 3; text-overflow: ellipsis; overflow: hidden; 
-webkit-box-orient: vertical;}
.news_com .a{ font-size: 16px; transition: 0.3s; display: flex;align-items: center;color: var(--dex);}
.news_com .a img {width: 15px;margin-left: 12px;position: relative;left: 0px;}
.news_top .ri {width: 50%;position: relative;overflow: hidden;}
.news_com  a:hover .a img {left: 15px;} 
.news_top  a:hover .ri img{transform: scale(1.1);}
.new_ccf {overflow: hidden;width: 100%;}
.news {position: relative;}  
.news .page {padding-bottom: 120px;}
.news dd { position: relative; padding: 65px 0;border-bottom: 1px solid #e4e4e4;}
.news dd::after{top: 0px; position: absolute;left: -100%;width: 300%;background-color: rgba(245, 245, 245,1);content: "";z-index: -1;opacity: 0;transition: 0.3s;height: 100%;}
.news dd:hover::after {opacity: 1;}
.news dd:nth-of-type(1) {border-top: 1px solid #e4e4e4;}
.news dl {margin-bottom: 65px;width: 100%;}
.news dd a {display: flex;justify-content: space-between;align-items: center;}
.news dd a:hover .imgbox img {transform: scale(1.1);}
.news dd a .imgbox {width: 21%;}
.news dd a .text {width: 74.3%;}
.news dd a .text .a{color: #999999;}
.news dd a:hover .text .a {color: var(--dex);}
.news dd a:hover .text h3 {color: var(--dex);}
.news .t {margin-bottom: 10px;}
.news_com p { margin-bottom: 32px; }
 
 
.n_about { position: relative;padding: 60px 0 150px; min-height:350px; margin-bottom:90px;}
.n_about .icenter3 { display: flex;justify-content: center;align-items: center;flex-direction: column;}
.n_about .n_tit h3 {font-size: 44px;font-weight: bold;color: #333333;}
.n_about .n_tit h4 { border-top: 1px solid #ddd; position: relative; font-size: 24px; color: #333333; padding-top: 20px; font-weight: bold; width: 88%; text-align: center; margin-top: 20px; margin-bottom: 18px;}
.n_about .n_tit h4::before{ position: absolute; content: ""; width: 47px; height: 3px; background-color: var(--dex); left: 50%; transform: translateX(-50%); top: -2px;}
.n_about .n_txt {width: 100%; font-size: 18px; color: #666666; line-height: 30px; text-align:justify; }
 
 
.innerbanner::after { content: ""; display: inline-block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.2); position: absolute; left: 0; top: 0; }
.innerbanner img { width:100%; }
.innerbanner .text{ z-index: 1; position: absolute; top: 50%; left: 50%; transform: translate(-50%,-50%); display: flex; justify-content: center; align-items: center; flex-direction: column;}
.innerbanner .text h3 { font-size: 70px; font-weight: bold; color: #fff; margin-bottom: 14px; line-height: 73px;}
.innerbanner .text h4 {display: none; font-family: arial;color: #fff;font-size: 22px; text-transform: uppercase;}
 
 
.pro03_1 {padding: 100px 0;position: relative;overflow: hidden;}
.pro03_1 img {width: 100%;object-fit: cover;transition: 0.3s;display: block;}
.pro03_1 .top {display: flex;justify-content: center;align-items: center;flex-direction: column;}
.pro03_1 .top p{ margin: 10px auto 42px; font-size: 18px;color: #666666;width: 66%;text-align: center;line-height: 30px;}
.pro03_1 .bot {position: relative;overflow: hidden;}
.pro03_1 .bot .box,.pro03_1 .bot .imgbox,.pro03_1 .bot .imgbox img {height: 100%;}
.pro03_1 .bot .box .text {position: relative;background-color: #f5f5f5;}
.pro03_1 .bot .box .imgbox {width: 67.7%;}
.pro03_1 .bot .box .imgbox:hover img{transform: scale(1.1);}
.pro03_1 .bot .box .text {width: 49%; position: absolute;top: 50%;transform: translateY(-50%);right: 0px;padding: 90px;}
.pro03_1 .bot .box .text h4 {font-size: 28px;color: #333333;font-weight: bold;}
.pro03_1 .bot .box .text p { border-top: 1px solid #dadada; position: relative; font-size: 16px;color: #666666;line-height: 30px;padding-top: 30px;margin-top: 20px;}
.pro03_1 .bot .box .text p::before {content: ""; position: absolute;width: 52px;height: 3px;background-color: var(--dex);top: 0px;left: 0px;}
.pro03_1 .more {    margin: auto; margin-top: 50px; width: 259px; height: 48px;     font-size: 14px;}
.pro03_1 .swiper {    position: relative; height: 574px;}
.pro03_1 .ri_nav {position: absolute;right: 0px;bottom: 34px;display: flex;align-items: center;}
.pro03_1 .ri_nav .fc {position: unset; background: none; width: auto;height: auto;margin: 0px;}
.pro03_1 .ri_nav .dao {font-family: arial;; color: var(--dex);font-size: 16px;display: flex;align-items: center;margin: 0 16px;}
.pro03_1 .ri_nav .fc:last-child{transform: rotateY(180deg);}

.pro03_2 {padding: 90px 0;position: relative;overflow: hidden;background-color: #f5f5f5;}
.pro03_2 img {width: 100%;object-fit: cover;transition: 0.3s;display: block;}
.pro03_2 h3 {font-size: 36px;color: #333;font-weight: bold;text-align: center;margin-bottom: 40px; position: relative; z-index: 1;}
.pro03_2 .bot {position: relative;width: 100%;margin: auto;overflow: hidden;}
.pro03_2 .bot .pro1_1 {overflow: hidden; padding: 20px 0;}
.pro03_2 .box {position: relative;top: 0px;transition: 0.3s;cursor: pointer; background:#fff;}
.pro03_2 .box:hover {top: -15px;}
.pro03_2 .box:hover h4 {color:var(--dex);}
.pro03_2 .box h4 {font-size: 18px; font-weight: bold; color: #666666; margin-top: 22px; text-align: center; height: 42px;}
.pro03_2 .swiper-button-next { right: -67px;}
.pro03_2 .swiper-button-next img{ width:15px;}
.pro03_2 .swiper-button-prev { left: -67px;}
.pro03_2 .swiper-button-prev img{ width:15px;}
.pro03_2 .button { top: 55%!important; display: flex!important;justify-content: center;align-items: center; background-image: none!important;margin: 0px!important;padding: 0px!important;width: 51px!important;
height: 51px!important;font-size: 36px!important;color: #666666;border: 1px solid #999;border-radius: 50%;}
.pro03_2 .button:hover {border: 1px solid #014188;} 



.pro03_3 {padding: 90px 0;position: relative;overflow: hidden;}
.pro03_3 img {width: 100%;object-fit: cover;transition: 0.3s;display: block;}
.pro03_3 h3 {font-size: 36px;color: #333;font-weight: bold;text-align: center;margin-bottom: 40px; position: relative; z-index: 1;}
.pro03_3 .bot {position: relative;width: 100%;margin: auto;overflow: hidden;}
.pro03_3 .bot .pro1_2 {overflow: hidden; padding: 20px 0;}
.pro03_3 .box {position: relative;top: 0px;transition: 0.3s;cursor: pointer; background:#f5f5f5;}
.pro03_3 .box:hover {top: -15px;}
.pro03_3 .box:hover h4 {color:var(--dex);}
.pro03_3 .box h4 {font-size: 18px; font-weight: bold; color: #666666; margin-top: 22px; text-align: center; height: 42px;}
.pro03_3 .swiper-button-next { right: -67px;}
.pro03_3 .swiper-button-next img{ width:15px;}
.pro03_3 .swiper-button-prev { left: -67px;}
.pro03_3 .swiper-button-prev img{ width:15px;}
.pro03_3 .button { top: 55%!important; display: flex!important;justify-content: center;align-items: center; background-image: none!important;margin: 0px!important;padding: 0px!important;width: 51px!important;
height: 51px!important;font-size: 36px!important;color: #666666;border: 1px solid #999;border-radius: 50%;}
.pro03_3 .button:hover {border: 1px solid #014188;} 


/* pro03_5 */
.pro03_5 {padding: 90px 0;position: relative;overflow: hidden;}
.pro03_5 img {width: 100%;object-fit: cover;transition: 0.3s;display: block;}
.pro03_5 .pro1_h3 {margin-bottom: 35px;}
.pro03_5  dl {display: flex;flex-flow: wrap;}
.pro03_5  dl dd {width: 49%; margin-right: 2%; margin-bottom: 2%; position: relative;}
.pro03_5  dl dd:nth-of-type(2n) {margin-right: 0px;}
.pro03_5  dl dd:hover .imgbox img {transform: scale(1.1);}
.pro03_5  dl dd .content { transition: 0.3s; z-index: 1; position: absolute; left: 50px; bottom: 50px;}
.pro03_5  dl dd .content h4 { font-size: 26px; color: #fff; font-weight: bold; margin-bottom: 22px;}
.pro03_5  dl dd .content h5 {font-size: 24px; width: 52px; height: 32px; border-radius: 30px; display: flex; justify-content: center; align-items: center; color: var(--dex); background-color: #fff; font-weight: bold;}
.pro03_5  dl dd .content h5 span { font-size: inherit; color: inherit; font-weight: inherit; top: -1px; position: relative;}




.pro03_4 {padding: 90px 0;position: relative;overflow: hidden;background-color: #f5f5f5;}
.pro03_4 img {width: 100%;object-fit: cover;transition: 0.3s;display: block;}
.pro03_4 .pro1_h3 {margin-bottom: 35px; font-size: 36px; font-weight:bold;}
.pro03_4 .bot { margin-left: calc((100% - 1400px)/2); overflow: hidden;}
.pro03_4 .bot .box:hover .imgbox img {transform: scale(1.1);}
.pro03_4 .bot .box span { font-size: 19px; color: #333333; margin-top: 8px;}
.pro03_4 .bot .box:hover span {color: var(--dex);}
.pro03_4 .op {margin-top: 50px; position:relative; display: flex;align-items: center;justify-content: space-between;}
.pro03_4 .op .swiper-pagination { position: unset; width: 91%; height: 3px;background: rgba(0,0,0,.1)}  
.pro03_4 .op .fa {margin: 0px; outline: none; position: unset;background-image: none;width: 40px;height: 40px;border-radius: 50%;color: var(--dex);font-size: 24px;display: flex;justify-content: center;
align-items: center;background-color: #eeeeee;}
.pro03_4 .op .fa img{ width:10px;}
.pro03_4 .op .fa:hover {color: #fff; background-color:#ddd;}
.pro03_4 .op .zz {display: flex;align-items: center;}
.pro03_4 .op .zz  .fa:nth-of-type(1) {margin-right: 12px;}

@media screen and (max-width:1600px) { 
  .head { height: 80px;}
  .div1 .head .right ul li { font-size: 17px; margin: 0 5px; line-height: 80px; } 
  .div1 .left a img { width: 270px; }
  .div1 .head .right ul {width: 76%; }
  .div1 .head .right { width: 78%;}
  .i_banner .box h3 { font-size: 75px; margin-bottom: 8px;    line-height: 66px; }
  .i_banner .box h4 {     font-size: 26px; margin-bottom: 36px; width: 700px; text-align: center; }
  .more {     font-size: 12px; width: 123px; height: 32px;}
  .more >span {font-size: 12px;}
  .more::after {font-size: 12px;} 
  .i_banner .box a::after { padding-left: 0px; }
  .i_banner .box a i { width: 30px; height: 30px;}
  .i_banner .box a i img { width: 14px;}
  .i_banner .box a { padding-left: 21px; padding-right: 4px; }
  .i_banner .road .fa { font-size: 22px;}
  .i_banner .road .content .sp_1 { font-size: 24px; height: 23px; line-height: 23px; }
  .i_banner .road .content { margin: 0 16px; font-size: 24px; height: 23px; line-height: 23px; }
  .i_banner .road .content .sp_2 { font-size: 14px; height: 14px; line-height: 14px; }
  .i_banner .tool a { width: 22px; margin-bottom: 20px; }
  .i_banner .tool .scroll span { font-size: 14px; left: 50%; top: -71%; }
  .i_banner .tool .scroll { height: 52px; width: 30px; margin-top: 60px; }
  
  .icenter {width: 1260px;}
 
  .icenter3 { width: 1200px; }


  footer { padding: 40px 0 20px;}
  footer .logo { width: 184px; }
  footer .mid { margin-top: 22px; }
  footer .mid .f_nav h4 a { font-size: 16px; }
  footer .mid .f_nav .min a { font-size: 13px; margin-bottom: 6px; }
  footer .mid .f_nav h4 { padding-bottom: 8px; margin-bottom: 8px; }
  footer .bot .share{margin-bottom: 10px;}
  footer .mid .f_nav h4::after { width: 23px; }
  footer .mid .f_nav { width: 165px;}
  footer .mid dl { margin-bottom: 18px; } 
  footer .bot { padding-top: 16px;}
  footer .bot .share a { margin-right: 6px; width: 26px; height: 26px; font-size: 12px;}
  footer .bot .power .t_power .p_a { font-size: 12px;}
  footer .bot .power .t_power a:nth-of-type(1) { padding: 0 8px; margin: 0px 8px; }
  footer .bot .power .t_power a:nth-of-type(1)::before { height: 12px;}
  footer .bot .power .t_power a:nth-of-type(1)::after { height: 12px;}
  footer .bot .power .b_power span { font-size: 12px; margin-right: 3px; }
  footer .bot .power .b_power a { font-size: 12px; }
  footer .bot .power .b_power a:nth-of-type(2) { padding: 0 8px; margin: 0 8px; }
  footer .bot .power .b_power a:nth-of-type(2)::before, footer .bot .power .b_power a:nth-of-type(2)::after{ height: 12px;}
  footer .bot .ri ul li { margin-left: 12px; }
  footer .bot .ri ul li span { font-size: 12px; margin-top: 6px; }
  footer .bot .ri ul li img { width: 72px; }
  footer { border-bottom: 4px solid var(--dex); }

 
 .com_nav a { padding: 0 24px; font-size: 17px; }
 .com_nav.active { top: 80px;}
 .com_nav { top: -70px; height: 70px; }
 .com_nav .icenter3 .le { font-size: 24px;}
 
  
  .com01 { padding: 120px 0 100px;}
  .com01 .top .le h3 { font-size: 30px; line-height: 44px; margin-bottom: 22px; }
  .com01 .top .le p {     font-size: 14px; line-height: 28px; overflow-y: scroll; padding-right: 5px; text-align: justify;}
  .com01 .top .le p::-webkit-scrollbar { height: 1px; width: 3px; }
  .com01 .top .le p::-webkit-scrollbar-thumb { border-radius: 2px; -webkit-box-shadow: inset 0 0 5px rgba(127,127,127,0.3);     background: #ded8d8; }
  .com01 .top .le p::-webkit-scrollbar-track { /* -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2); */ border-radius: 2px; background: rgba(164,164,164,0.1); }
  .com01 .top .le h4 { font-size: 20px; line-height: 30px; margin-bottom: 14px; }
  .com01 .top .le h4::before { width: 54px; height: 2px; top: -14px; }
  .com01 .ri video { height: 378px;}
  .com01 .top .le {top: 0px;}
  .com01 .ri .bo img { width: 70px; }
  .com01 .con_wen { font-size: 12px; right: -19px; top: 25px;}
  .com01 dl { margin-top: 33px; }
  .com01 dl dd img { height: 50px;top: 16px;}
  .com01 dl dd strong { font-size: 48px; line-height: 42px;}
  .com01 dl dd h4 { font-size: 60px; margin: 20px 0 10px; }
  .com01 dl dd span { font-size: 16px; }
  
  .com02 { height: 530px; }
  .com02 .left .title { font-size: 26px; line-height: 36px;}
  .com02 .left .wen { width: 252px; font-size: 16px; padding-bottom: 8px; transform: rotate(90deg); left: -27%; top: 35%; }
  .com02 .bot_nav .g span { font-size: 17px; }
  .com02 .bot_nav .g img { width: 40px; }
  .com02 .bot_nav .g { padding: 18px 4%;}
  .com02 .bot_nav .g::before { height: 3px;}
  .com02 .box .text h4 { font-size: 32px; }
  .com02 .box .text p { font-size: 14px; line-height: 24px; width: 324px; margin-bottom: 43px; margin-top: 24px; }
  .com02 .box .text p::before { top: -13px; left: 0px; width: 40px; height: 2px; }
  .com02 .ding_wen h3 { font-size: 26px; margin-bottom: 10px; }
  .com02 .ding_wen h4 { font-size: 15px; }
  .com02 .ding_wen .icon { width: 129px; margin-right: 10px; opacity: 0.5; }
  .com02 .ding_wen {  left: 6%; top: 14%; }
  .com02 .box .text { z-index: 1; position: absolute; top: 12%; right: 6%; }

  .com03 { padding: 90px 0; }
  .com03 .pagemap .maps .tt h3 { font-size: 40px; margin-bottom: 30px; }
  .com03 .pagemap .maps .tt h4 { font-size: 16px; line-height: 28px;}
  .com03 .pagemap .maps .tt h4::before { left: 2px; top: -17px; width: 38px; height: 3px; }
  
  .com04 { padding: 70px 0 90px}
  .com04 .box h4 { font-size: 16px; margin-top: 18px;}
  .com04 .swiper-button-prev { left: -55px; }
  .com04 .swiper-button-next { right: -55px; } 
  
  .com05 .s_h3 {position: relative;font-size: 36px;color: #333333;font-weight: bold;}
  .com05 .bot dl {height: 100%; width: 100%;}
  .com05 .bot dl dd {padding:5px 0;}
  .com05 .bot dl dd .ri {width: 100%;}
  .com05 .bot dl dd .ri h4 {font-size: 18px;color: #1c1d18;margin-bottom: 12px;}

  .com06 { padding: 65px 0; }
  .com06 .icenter3 h4 { font-size: 18px; margin-bottom: 6px; }
  .com06 .icenter3 h5 { font-size: 28px; margin-bottom: 28px; }


 
 
  
  
.page a { width: 40px; height: 40px; font-size: 16px; margin-right: 16px; }
.page span { width: 40px; height: 40px; border: 1px solid #cbcbcb; font-size: 16px; margin-right: 16px; }


 
 
/* news */
.news_top { padding: 90px 00 90px; }
.news_top .bot .swiper-pagination-bullet { width: 9px; height: 9px;}
.news_top .bot .swiper-pagination { bottom: -46px;}
.news_com h3 { font-size: 22px; line-height: 33px; margin-bottom: 18px; }
.news_com .t h4 { font-size: 12px; padding: 2px 12px; border-radius: 5px; margin-right: 18px; }
.news_com p { font-size: 13px; line-height: 24px;}
.news_com p { margin-bottom: 26px; }
.news_com .a { font-size: 12px;}
.news_com .a img { width: 12px;}
.news_top .le { width: 53%; padding: 58px 90px; }
.news_com .t h5 img { width: 14px; margin-right: 8px; }
.news_com .t h5 span { font-size: 12px;}
.news dd { padding: 55px 0; }
.news dl { margin-bottom: 50px; }
.news .page { padding-bottom: 100px; }

 

 
 

}





