﻿@charset "utf-8";
@font-face {
  font-family: "BauerBodoni";
  src: url(../font/BauerBodoni-Black.otf);
}
/*初始样式*/
body{ color:#333; font-size:14px;font-family: "Microsoft Yahei";} /*网站字体颜色*/
body,ul,ol,li,div,p,h1,h2,h3,h4,h5,h6,dl,dt,dd,img,span,input{margin:0;padding:0;list-style:none;}
a { color:#333; text-decoration:none;font-family: "Microsoft Yahei";}  /*for ie f6n.net*/
a:focus{outline:0;} /*for ff f6n.net*/
/*a:hover { text-decoration:underline;}*/
img{border:none;}
.vam { vertical-align:middle;}
.clear{clear:both; height:0; line-height:0; font-size:0;}
p{ word-spacing:-1.5px;font-family: "Microsoft Yahei"; }
h1,h2,h3,h4,h5,h6{ font-family:"Microsoft Yahei";}

.tr { text-align:right;}
.tl { text-align:left;}
.center { text-align:center;}
.fl { float:left;}
.fr { float:right;}
.pa{ position:absolute;}
.pr{ position:relative}
i,em{ font-style:normal;}
.clearfix:after{content:"";height:0;clear:both;display:block;visibility:hidden;}
.clearfix{zoom:1;}
/* -- 页面整体布局 -- */
.content{ width:1200px; margin:0 auto;font-family: "Microsoft Yahei";}

.pic{overflow: hidden;font-size: 0;}
.pic img{-webkit-transition:-webkit-transform 0.5s;-moz-transition:-moz-transform 0.5s;-o-transition:-o-transform 0.5s;transition:transform 0.5s;}
.pic img:hover{-webkit-transform:scale(1.05);-moz-transform:scale(1.05);-ms-transform:scale(1.05);-o-transform:scale(1.05);transform:scale(1.05);}
.guang{position: relative;overflow: hidden;}
.guang:before {
    content: '';
    cursor: pointer;
    position: absolute;
    left: -120%;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, .5), rgba(255, 255, 255, 0));
    transform: skewx(-25deg);
}
.guang:hover:before {
    left: 120%;
    -moz-transition: 1s;
    -o-transition: 1s;
    -webkit-transition: 1s;
    transition: 1s;
}


.tit{font-weight: normal;font-size: 0;text-align: center;}
.tit b{display: block;font-size: 38px;color: #222;line-height: 50px;}
.tit i{display: block;font-size: 18px;color: #222;line-height: 24px;padding-top: 15px;}


/*banner*/
.banner{position: relative;}
.banner li{width: 100%;position: relative;}
.banner li img{display: block;width: 100%;}
.banner li .ban-text{position: absolute;left: 8.85%;top: 50%;transform: translate(50px,-50%);padding-left: 30px;color: #fff;opacity: 0;transition: all 0.8s ease-in-out;}
.banner li .ban-text::before{position: absolute;width: 5px;height: 63px;content: "";background: #fff;left: 0;top: 10px;}
.banner li .ban-text h3{font-size: 60px;line-height: 80px;}
.banner li .ban-text p{font-size: 26px;line-height: 52px;margin: 30px 0 50px;}
.banner li .ban-text .more{display: block;width: 185px;height: 58px;line-height: 58px;text-align: center;font-size: 20px;color: #fff;background: #1E88A7;position: relative;z-index: 1;}
.banner li .ban-text .more.m3{background: #73ADCE;}
.banner li .ban-text .more::before{position: absolute;left: 0;bottom: 0;width: 100%;height: 0;content: "";background: #0F5CAA;z-index: -1;transition: all 0.5s ease-in-out;}
.banner li .ban-text .more:hover::before{height: 100%;}
.banner li.active .ban-text{opacity: 1;transform: translate(0,-50%);}
.ban_pg{position: absolute;bottom: 20px;height: 6px;z-index: 10;width: 100%;text-align: center;}
.ban_pg i{display: inline-block;width: 12px;height: 6px;background: #fff;border-radius: 6px;margin: 0 5px;vertical-align: top;box-sizing: border-box;}
.ban_pg i.on{width: 34px;background: #0F5CAA;}
.banner .prev{position: absolute;font-size: 0;left: 0;top: 50%;transform: translateY(-50%);z-index: 10;cursor: pointer;transition: all 0.3s;}
.banner .next{position: absolute;font-size: 0;right: 0;top: 50%;transform: translateY(-50%);z-index: 10;cursor: pointer;transition: all 0.3s;}


/* pro */
.pro{padding: 90px 0;}
.pro h2 i{font-size: 16px;line-height: 20px;}
.pro-ctg{display: flex;margin: 60px 0 50px;gap: 32px;}
.pro-ctg a{flex: 1;height: 58px;line-height: 58px;text-align: center;font-size: 16px;color: #222;background: #F6F6F6;transition: all 0.3s;}
.pro-ctg a.on,.pro-ctg a:hover{color: #fff;background: #0F5CAA;}
.pro-tj{display: flex;justify-content: space-between;gap: 22px;}
.pro-tj dl{flex: 1;display: flex;justify-content: space-between;height: 257px;background: url(../images/pro-bg1.png) no-repeat center;background-size: cover;}
.pro-tj dl:nth-child(2){background: url(../images/pro-bg2.png) no-repeat center;background-size: cover;}
.pro-tj dt{align-self: center;}
.pro-tj dd{margin-left: 35px;margin-top: 35px;}
.pro-tj dd i{display: block;font-size: 15px;color: #222;line-height: 20px;}
.pro-tj dd h4 a{display: block;font-size: 25px;color: #222;line-height: 33px;margin: 15px 0 25px;}
.pro-tj dd .more{display: block;width: 122px;height: 45px;line-height: 45px;text-align: center;font-size: 15px;color: #222;background: rgba(255, 255, 255, 0.6);transition: all 0.3s;}
.pro-tj dd .more:hover{background: #0F5CAA;color: #fff;}
.pro-list{display: flex;gap: 20px;flex-wrap: wrap;margin-top: 30px;}
.pro-list li{width: calc((100% - 60px) / 4);background: #F4F7FB;}
.pro-list li h4{padding: 30px 20px 45px;}
.pro-list li h4 a{display: block;font-size: 20px;color: #222;line-height: 26px;height: 26px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.pro-list li p img{display: block;width: 100%;}



@media screen and (max-width:1680px){
  .pro-tj dt img{height: 220px;}
  .pro-tj dd{margin-left: 20px;}
  .pro-tj dd h4 a{font-size: 20px;}
  .pro-list li h4 a{font-size: 17px;}
}


/* yous */
.yous{position: relative;overflow: hidden;}
.yous::before{position: absolute;width: 990px;height: 700px;content: "";background: linear-gradient( 160deg, #0F5CAA 0%, #26C2FF 100%);left: 50%;top: 0;margin-left: -960px;z-index: -1;}
.ys-top{display: flex;justify-content: space-between;align-items: center;height: 170px;}
.ys-top h2{font-size: 38px;color: #fff;line-height: 50px;}
.ys-tab{display: flex;gap: 65px;}
.ys-tab li{text-align: center;color: #222;position: relative;}
.ys-tab li::after{content: "";display: block;width: 64px;height: 5px;background: #0F5CAA;position: absolute;left: 50%;bottom: -30px;margin-left: -32px;opacity: 0;transition: all 0.5s;}
.ys-tab li i{display: block;font-size: 28px;line-height: 34px;font-weight: bold;}
.ys-tab li span{display: block;font-size: 20px;line-height: 26px;padding-top: 14px;}
.ys-tab li.on{color: #0F5CAA;font-weight: bold;}
.ys-tab li.on::after{opacity: 1;bottom: -22px;}

.ys-con{position: relative;width: 1750px;}
.ys-con .prev{position: absolute;left: 0;top: 50%;width: 78px;height: 118px;margin-top: -59px;display: flex;justify-content: center;align-items: center;background: rgba(0, 0, 0, 0.51);transition: all 0.3s;}
.ys-con .next{position: absolute;right: 0;top: 50%;width: 78px;height: 118px;margin-top: -59px;display: flex;justify-content: center;align-items: center;background: rgba(0, 0, 0, 0.51);transition: all 0.3s;}
.ys-con .prev img,.ys-con .next img{width: 50px;}
.ys-con .prev:hover,.ys-con .next:hover{background: #259CF1;}
.ys-bd dl{height: 752px;position: relative;}
.ys-bd dt{display: block;}
.ys-bd dd{position: absolute;left: 150px;top: 130px;width: 550px;}
.ys-bd dd h3{font-size: 38px;color: #fff;line-height: 50px;}
.ys-bd dd h3 i{display: block;font-size: 18.5px;color: #bbb;line-height: 20px;font-weight: normal;padding-top: 15px;}
.ys-bd dd .ys-desc{font-size: 16px;color: #fff;line-height: 38px;margin: 35px 0 0;height: 280px;}
.ys-bd dd .zx{display: block;width: 152px;height: 52px;line-height: 50px;text-align: center;font-size: 16px;color: #fff;border: 1px solid #fff;box-sizing: border-box;transition: all 0.3s;}
.ys-bd dd .zx:hover{background: #0F5CAA;color: #fff;border-color: #0F5CAA;}



@media screen and (max-width:1680px){
  .yous::before{width: 970px;}
  .ys-top h2{font-size: 34px;}
  .ys-tab{gap: 40px;}
  .ys-tab li i{font-size: 22px;}
  .ys-tab li span{font-size: 16px;}
}



/* coop */
.coop{padding: 90px 0;}
.coop-top{display: flex;justify-content: space-between;align-items: center;margin-bottom: 55px;}
.coop-top h2{text-align: left;}
.coop-top .more{display: block;width: 117px;height: 52px;border: 1px solid #0F5CAA;border-radius: 26px;box-sizing: border-box;background: url(../images/coop-jt1.png) no-repeat center;}
.coop-top .more:hover{background: url(../images/coop-jt2.png) no-repeat center #0F5CAA;}
.coop ul{display: flex;flex-wrap: wrap;}
.coop li{margin-right: -1px;margin-bottom: -1px;width: calc(100% / 6);height: 190px;display: flex;justify-content: center;align-items: center;border: 1px solid #E8E8E8;box-sizing: border-box;}
.coop li img{filter: grayscale(100%);transition: all 0.5s;}
.coop li:hover{box-shadow: 3px 3px 22px 1px rgba(0,0,0,0.09);}
.coop li:hover img{filter: grayscale(0);transform: scale(1.05);}


@media screen and (max-width:1680px){
  .coop li{height: 120px;}
  .coop li img{width: 150px;}
}


/* custom */
.custom{height: 870px;background: url(../images/custom-bg.jpg) no-repeat center 0;overflow: hidden;}
.custom-con{display: flex;justify-content: space-between;align-items: flex-start;}
.custom-left{margin-top: 97px;}
.custom-left h2 b{display: block;font-size: 42px;color: #fff;line-height: 55px;white-space: nowrap;}
.custom-left h2 i{display: block;font-size: 26px;color: #fff;line-height: 35px;padding-top: 35px;font-weight: normal;white-space: nowrap;}
.cus-icon{display: flex;gap: 25px;margin: 55px 0 50px;}
.cus-icon p:hover img{animation: flipInY 1.5s;}
.custom-left .zx{display: flex;width: 150px;height: 52px;justify-content: center;align-items: center;font-size: 16px;color: #fff;background: #0F5CAA;}
.custom-left .zx img{margin-left: 8px;transition: all 0.5s;}
.custom-left .zx:hover img{margin-left: 15px;}
.custom-right{width: 950px;margin-top: 79px;flex-shrink: 0;}
.custom-right ul{position: relative;}
.custom-right li{position: absolute;width: 370px;height: 316px;background: url(../images/liu.png) no-repeat;padding: 0 80px;box-sizing: border-box;transition: all 0.3s;cursor: pointer;}
.custom-right li i{display: block;width: 62px;height: 62px;overflow: hidden;margin: 31px 21px 12px 69px;}
.custom-right li i img{transition: all 0.5s;display: block;}
.custom-right li h3{font-size: 22px;color: #222;line-height: 30px;transition: all 0.3s;text-align: center;}
.custom-right li p{font-size: 16px;color: #222;line-height: 27px;margin-top: 12px;transition: all 0.3s;text-align: center;}
.custom-right li:nth-child(1){left: 10px;top: 219px;}
.custom-right li:nth-child(2){left: 261px;top: 0;}
.custom-right li:nth-child(3){right: 2px;top: 106px;}
.custom-right li:nth-child(4){left: 325px;top: 326px;}
.custom-right li:nth-child(1) i,.custom-right li:nth-child(3) i{margin: 20px auto 15px;}
.custom-right li:hover{background: url(../images/lius.png) no-repeat;}
.custom-right li:hover h3{color: #fff;}
.custom-right li:hover p{color: #fff;}
.custom-right li:hover i img{transform: translateY(-100%);}



@media screen and (max-width:1680px){
   .custom-left h2 b{font-size: 34px;}
  .custom-left h2 i{font-size: 21px;}
  .custom-right ul{transform: scale(0.8);transform-origin: left center;}
}



/* cess */
.cess{height: 710px;background: url(../images/cess-bg.jpg) no-repeat center 0;padding: 90px 0 0;box-sizing: border-box;}
.cess h2{margin-bottom: 90px;}
.cess-con{border-top: 1px solid #E1E1E1;padding: 60px 0 0;}
.cess-con ul{display: flex;gap: 24px;}
.cess-con li{flex: 1;height: 300px;background: #F3F3F3;text-align: center;position: relative;background: url(../images/cess-k1.png) no-repeat center 0;}
.cess-con li::before{position: absolute;width: 37px;height: 37px;content: "";background: url(../images/cess-c1.png) no-repeat;left: 50%;top: -79px;margin-left: -18px;}
.cess-con li h3{font-size: 20px;color: #222;line-height: 26px;padding: 60px 0 22px;}
.cess-con li p{font-size: 16px;color: #222;line-height: 20px;}
.cess-con li i{display: block;width: 42px;height: 42px;overflow: hidden;margin: 40px auto 0;}
.cess-con li .zx{position: absolute;left: 0;bottom: 0;width: 100%;height: 50px;border-top: 1px solid rgba(214, 214, 214, 0.4);box-sizing: border-box;padding: 0 15px;display: flex;align-items: center;}
.cess-con li .zx span{font-size: 16px;color: #fff;opacity: 0;}
.cess-con li .zx em{position: absolute;width: 35px;height: 35px;background: url(../images/cess-jt1.png) no-repeat center;right: 50%;top: 7px;margin-right: -17px;}
.cess-con li:hover{background: url(../images/cess-k2.png) no-repeat center 0;}
.cess-con li:hover h3, .cess-con li:hover p{color: #fff;}
.cess-con li:hover i img{transform: translateY(-100%);}
.cess-con li:hover .zx{background: #0A4785;border-color: #0A4785;}
.cess-con li:hover .zx span{opacity: 1;}
.cess-con li:hover .zx em{background: url(../images/cess-jt2.png) no-repeat center;right: 32px;}
.cess-con li:hover::before{background: url(../images/cess-c2.png) no-repeat;}



@media screen and (max-width:1680px){
  .cess-con ul{gap: 20px;}
  .cess-con li h3{font-size: 18px;}
  .cess-con li p{font-size: 14px;}
}


/* way */
.way{height: 708px;background: url(../images/way-bg.jpg) no-repeat center;padding: 85px 0 0;box-sizing: border-box;}
.way-top{display: flex;justify-content: space-between;align-items: center;margin-bottom: 70px;}
.way-top h2{text-align: left;}
.way-top .zx{display: flex;width: 150px;height: 52px;justify-content: center;align-items: center;font-size: 16px;color: #fff;background: #0F5CAA;}
.way-top .zx img{margin-left: 8px;transition: all 0.5s;}
.way-top .zx:hover img{margin-left: 15px;}
.way-list{display: flex;}
.way-list dl{width: 200px;height: 395px;overflow: hidden;display: flex;transition: all 0.5s;}
.way-list dd{flex: 0 0 200px;text-align: center;position: relative;background: #EFEFEF;box-sizing: border-box;padding: 75px 0 0;}
.way-list dd i{display: block;width: 50px;height: 50px;overflow: hidden;margin: 0 auto 15px;}
.way-list dd h3 b{display: block;font-size: 20px;color: #222;line-height: 26px;}
.way-list dd h3 em{display: block;font-size: 14px;color: #999;line-height: 20px;text-transform: uppercase;padding-top: 10px;font-weight: normal;}
.way-list dd p{display: none;font-size: 14px;color: #fff;line-height: 28px;margin-top: 45px;}
.way-list dd .xq{position: absolute;width: 42px;height: 42px;background: url(../images/way-jt1.png) no-repeat;left: 50%;bottom: 65px;margin-left: -21px;}
.way-list dt{flex: 1;}
.way-list dt img{display: block;width: 100%;height: 100%;object-fit: cover;}
.way-list dl:nth-child(2n) dd{background: #F4F4F4;}
.way-list dl.on{width: calc((100% - 800px));}
.way-list dl.on dd{background: linear-gradient( 150deg, #1B3587 0%, #249CF0 100%);padding: 75px 20px 0;text-align: left;}
.way-list dl.on dd i{display: none;}
.way-list dl.on dd h3 b{color: #fff;}
.way-list dl.on dd h3 em{color: #78BFFF;}
.way-list dl.on dd p{display: block;}
.way-list dl.on dd .xq{background: url(../images/way-jt2.png) no-repeat;left: 20px;margin-left: 0;}



@media screen and (max-width:1680px) {
  .way-top h2 b{font-size: 32px;}
  .way-top h2 i{font-size: 20px;}
  .way-list dl{width: 170px;}
  .way-list dd{flex: 0 0 170px;}
  .way-list dl.on{width: calc((100% - 680px));}
}



/* case */
.case{padding: 60px 0;background: url(../images/case-bg.jpg) no-repeat center 0;}
.case-top{padding: 0 0 40px;margin-bottom: 55px;border-bottom: 1px solid rgba(255, 255, 255, 0.25);display: flex;justify-content: space-between;align-items: center;}
.case-top h2{text-align: left;}
.case-top h2 b,.case-top h2 i{color: #fff;}
.case-btn{display: flex;}
.case-list{position: relative;}
.case-list dl{float: left;width: calc((100% - 70px) / 3);margin-right: 35px;position: relative;border-radius: 10px;overflow: hidden;}
.case-list dt img{display: block;width: 100%;}
.case-list dd{height: 260px;padding: 0 25px;background: #F4F7FB;}
.case-list dd h4{padding: 30px 0 22px;}
.case-list dd h4 a{display: block;font-size: 20px;color: #222;height: 26px;line-height: 26px;transition: all 0.3s;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.case-list dd p{font-size: 16px;line-height: 34px;color: #666;height: 68px;overflow: hidden;}
.case-list dd .zx{display: block;width: 134px;height: 47px;line-height: 45px;text-align: center;font-size: 16px;color: #222;border: 1px solid #707070;background: #fff;box-sizing: border-box;margin-top: 32px;transition: all 0.3s;}
.case-list dl:hover h4 a{color: #1E3B7D;}
.case-list dl:hover dd .zx{background: #0F5CAA;color: #fff;border-color: #0F5CAA;}
.case-list .tempWrap{width: 100% !important;}


@media screen and (max-width:1680px){
  
}



/*honor*/
.honor{height: 790px;background: url(../images/hn-bg.jpg) no-repeat center 0;}
.hn-left{float: left;margin-top: 90px;}
.hn-left h2 i{display: block;font-size: 18px;color: #222;line-height: 24px;padding-bottom: 12px;font-weight: normal;}
.hn-left h2 b{display: block;font-size: 32px;color: #222;line-height: 56px;}
.hn-desc{margin-top: 28px;}
.hn-desc p{font-size: 16px;color: #222;line-height: 50px;padding-left: 20px;position: relative;}
.hn-desc p::before{position: absolute;width: 8px;height: 8px;content: "";background: #0F5CAA;border-radius: 50%;left: 0;top: 50%;margin-top: -4px;}
.hn-desc p::after{position: absolute;width: 0;height: 1px;content: "";background: #0F5CAA;left: 0;bottom: 0;transition: all 0.5s;}
.hn-desc p:hover::after{width: 325px;}


@media screen and (max-width:1680px){
  
}



/*abt*/
.abt{height: 797px;background: url(../images/abt-bg.png) no-repeat center;overflow: hidden;}
.abt dl{display: flex;justify-content: center;height: 797px;}
.abt dt{flex: 0 0 960px;padding-right: 60px;box-sizing: border-box;position: relative;display: flex;flex-direction: column;justify-content: flex-end;}
.abt dt h3{position: absolute;left: 170px;top: 90px;padding-bottom: 88px;background: url(../images/abt-jt.png) no-repeat left bottom;}
.abt dt h3 i{display: block;font-size: 50px;color: #4E4E4E;line-height: 60px;font-weight: normal;font-family: "BauerBodoni";}
.abt dt h3 b{display: block;font-size: 28px;color: #4E4E4E;line-height: 36px;padding-top: 30px;}
.abt dd{flex: 0 0 960px;padding-right: 170px;box-sizing: border-box;margin-top: 90px;overflow: hidden;}
.abt dd h2{font-size: 32px;color: #222;line-height: 42px;}
.abt dd .abt-desc{font-size: 16px;color: #222;line-height: 38px;margin: 32px 0 42px;}
.abt dd .more{display: block;width: 150px;height: 52px;line-height: 52px;text-align: center;font-size: 16px;color: #fff;background: #0F5CAA;}

.abt-sz{display: flex;justify-content: space-between;align-items: center;margin-top: 80px;}
.abt-sz li.line{width: 1px;height: 92px;background: linear-gradient( 180deg, rgba(15,92,170,0) 0%, #0F5CAA 48%, rgba(15,92,170,0) 100%);}
.abt-sz li img{display: block;margin-bottom: 5px;}
.abt-sz li p{display: flex;color: #0F5CAA;}
.abt-sz li b{font-size: 42px;line-height: 50px;font-family: "BauerBodoni";}
.abt-sz li span{display: block;font-size: 16px;line-height: 34px;align-self: flex-end;margin: 0 10px 0 5px;}
.abt-sz li i{font-size: 16px;line-height: 20px;padding-top: 5px;}
.abt-sz li i em{display: block;font-size: 12px;line-height: 23px;}


@media screen and (max-width:1680px){
  .abt dt h3{left: 300px;}
  .abt dd{padding-right: 360px;}
  .abt dd .abt-desc{line-height: 36px;}
  .abt-sz{width: 650px;margin-top: 60px;}
  .abt-sz li b{font-size: 38px;}
   .abt-sz li.line{width: 0;}
}



/*news*/
.news{padding: 90px 0;}
.news-top{height: 50px;display: flex;justify-content: space-between;align-items: center;margin-bottom: 50px;border-bottom: 1px solid #E6E6E6;padding-bottom: 28px;position: relative;}
.news-top::after{content: "";width: 150px;height: 5px;background: #0F5CAA;position: absolute;left: 0;bottom: -3px;}
.news-top h2{font-size: 38px;color: #222;line-height: 50px;}
.news-top .more{display: block;width: 150px;height: 52px;line-height: 52px;text-align: center;font-size: 16px;color: #fff;background: #0F5CAA;}

.news-con{display: flex;justify-content: space-between;}
.news-left{width: 1065px;}
.news-left dl{display: flex;}
.news-left dt{width: 468px;}
.news-left dt img{display: block;width: 100%;}
.news-left dd{width: 0;flex: 1;background: #F5F5F5;padding: 47px 45px 0;box-sizing: border-box;}
.news-left dd h4{padding: 30px 0 20px;}
.news-left dd h4 a{display: block;font-size: 20px;color: #222;line-height: 26px;height: 26px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-left dd p{font-size: 16px;color: #666;line-height: 34px;height: 68px;overflow: hidden;}
.news-left dd i{display: block;font-size: 16px;color: #999;line-height: 20px;}
.news-left dd .xq{display: inline-flex;font-size: 16px;color: #999;height: 30px;line-height: 30px;margin-top: 30px;padding-right: 42px;background: url(../images/news-jt1.png) no-repeat right center;}
.news-left dl:nth-child(2){margin-top: 40px;}
.news-left dl:hover h4 a{color: #0F5CAA;}
.news-left dl:hover .xq{color: #0F5CAA;background: url(../images/news-jt2.png) no-repeat right center;}

.news-right{width: 470px;}
.news-right dt img{display: block;width: 100%;}
.news-right dd{height: 222px;padding: 0 25px;background: #F5F5F5;}
.news-right dd h4{padding: 30px 0 20px;}
.news-right dd h4 a{display: block;font-size: 22px;color: #222;line-height: 30px;height: 30px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.news-right dd p{font-size: 16px;color: #666;line-height: 32px;height: 64px;overflow: hidden;}
.news-right dd .time{display: flex;justify-content: space-between;align-items: center;height: 30px;margin-top: 30px;}
.news-right dd i{font-size: 17px;color: #999;line-height: 22px;}
.news-right dd .xq{display: inline-flex;font-size: 16px;color: #999;height: 30px;line-height: 30px;padding-right: 42px;background: url(../images/news-jt1.png) no-repeat right center;}
.news-right dl:hover h4 a{color: #0F5CAA;}
.news-right dl:hover .xq{color: #0F5CAA;background: url(../images/news-jt2.png) no-repeat right center;}
.hydt{height: 107px;background: url(../images/hydt.jpg) no-repeat center;margin-top: 24px;}
.hydt p{height: 107px;padding: 0 50px;display: flex;justify-content: space-between;align-items: center;}
.hydt p b{font-size: 18px;color: #fff;line-height: 24px;}
.hydt p .xq{display: inline-flex;font-size: 16px;color: #fff;height: 30px;line-height: 30px;padding-right: 42px;background: url(../images/news-jt3.png) no-repeat right center;}



@media screen and (max-width:1680px){
  .news-left{width: 810px;}
  .news-left dt{width: 380px;}
  .news-left dd{padding: 30px 30px 0;}
  .news-left dd h4{padding: 20px 0 14px;}
  .news-left dd .xq{margin-top: 18px;}
  .news-right{width: 358px;}
  .news-right dd{height: 180px;}
  .news-right dd h4{padding: 20px 0 10px;}
  .news-right dd .time{margin-top: 15px;}  
}










html {font-size: 10px;-webkit-text-size-adjust: none;}
@media screen and (min-width: 1200px) {html {font-size: 12.5px;}}
@media screen and (min-width: 1280px) {html {font-size: 13.33px;}}
@media screen and (min-width: 1366px) {html {font-size: 14.22px;}}
@media screen and (min-width: 1440px) {html {font-size: 15px;}}
@media screen and (min-width: 1600px) {html {font-size: 16.66px;}}
@media screen and (min-width: 1920px) {html {font-size: 20px;}}


/**/
@-webkit-keyframes shake {
    from,
    to {
      -webkit-transform: translate3d(0, 0, 0);
    }
    20%,
    60% {
      -webkit-transform: translate3d(-10px, 0, 0);
    }
    40%,
    80% {
      -webkit-transform: translate3d(10px, 0, 0);
    }
  }
  @keyframes shake {
    from,
    to {
      transform: translate3d(0, 0, 0);
    }
    20%,
    60% {
      transform: translate3d(-10px, 0, 0);
    }
    40%,
    80% {
      transform: translate3d(10px, 0, 0);
    }
  }
  /*图标抖动*/
  @-webkit-keyframes hvr-buzz-out {
    10% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
    20% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
    30% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
    40% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
    50% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
    60% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
    70% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
    80% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
    90% {
      -webkit-transform: translateX(1px) rotate(0);
      transform: translateX(1px) rotate(0);
    }
    100% {
      -webkit-transform: translateX(-1px) rotate(0);
      transform: translateX(-1px) rotate(0);
    }
  }
  @keyframes hvr-buzz-out {
    10% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
    20% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
    30% {
      -webkit-transform: translateX(3px) rotate(2deg);
      transform: translateX(3px) rotate(2deg);
    }
    40% {
      -webkit-transform: translateX(-3px) rotate(-2deg);
      transform: translateX(-3px) rotate(-2deg);
    }
    50% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
    60% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
    70% {
      -webkit-transform: translateX(2px) rotate(1deg);
      transform: translateX(2px) rotate(1deg);
    }
    80% {
      -webkit-transform: translateX(-2px) rotate(-1deg);
      transform: translateX(-2px) rotate(-1deg);
    }
    90% {
      -webkit-transform: translateX(1px) rotate(0);
      transform: translateX(1px) rotate(0);
    }
    100% {
      -webkit-transform: translateX(-1px) rotate(0);
      transform: translateX(-1px) rotate(0);
    }
  }
  

