@charset "utf-8";
/* CSS Document */
@media only screen and (max-width: 960px) {

.mhxgn .box dl, 
.hxgn .box .divdl dl {
    transition: all 0.3s ease;
    border-radius: 10px;
    padding: 15px;
    box-sizing: border-box;
}

.mhxgn .box dl:hover, 
.hxgn .box .divdl dl:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.mhxgn .box dl dt img {
    border-radius: 10px;
}
  .ban {
    display: none;
  }
  .mban {
    width: 100%;
    float: left;
    position: relative;
  }
  .mban .img {
    width: 100%;
    float: left;
  }
  .mban .img img {
    width: 100%;
  }
  .syzc {
    display: none;
  }
  .mban .zc {
    width: 100%;
    float: left;
    position: absolute;
    text-align: center;
    color: #fff;
  }
  .mban .zc a {
    background: #ffa003;
    line-height: 35px;
    text-align: center;
    color: #fff;
    width: 30%;
    margin-top: 60%;
    margin-left: 35%;
    display: block;
    border-radius: 15px;
    transition: all 0.3s ease;
  }

  .mban .zc a:hover {
    background-color: #e68a00;
    transform: scale(1.05);
  }
  .sl {
    display: none;
  }
  .msl {
    width: 96%;
    margin: 0 2%;
    background: #fff;
    position: absolute;
    top: 85%;
    box-shadow: 0px 15px 15px -10px #eee;
    border-radius: 15px;
  }
  .msl dl {
    width: 43%;
    height: 40px;
    float: left;
    padding: 3%;
    border-bottom: solid 1px #eee;
    border-right: solid 1px #eee;
  }
  .msl dl:nth-child(2n) {
    border-right: 0;
  }
  .msl dl:nth-child(3) {
    border-bottom: 0;
  }
  .msl dl:nth-child(4) {
    border-bottom: 0;
  }
  .msl dl dt {
    width: 15%;
    margin-right: 5%;
    margin-top: 5%;
    float: left;
  }
  .msl dl dt img {
    width: 25px;
  }
  .msl dl dd {
    width: 80%;
    float: left;
  }
  .msl dl dd span {
    color: #333;
    font-size: 14px;
    font-weight: bold;
  }
  .msl dl dd p {
    color: #666;
    font-size: 12px;
  }
  .hxgn {
    display: none;
  }
  .mp4 {
    display: none;
  }
  .mmp4 {
    float: left;
    margin-top: 90px;
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    background: url("../img/mp4-bg.jpg") no-repeat center;
  }
  .mmp4 .mp4-box {
    text-align: center;
  }
  .mhxgn {
    width: 96%;
    float: left;
    text-align: center;
    margin: 0px 2% 50px 2%;
  }
  .mhxgn .tit {
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 40px;
    float: left;
  }
  .mhxgn .box {
    width: 100%;
    float: left;
  }
  .mhxgn .box dl {
    width: 50%;
    margin-bottom: 25px;
    float: left;
  }
  .mhxgn .box dl dt {
    width: 100%;
    text-align: center;
    float: left;
    margin-bottom: 15px;
  }
  .mhxgn .box dl dt img {
    width: 45%;
  }
  .mhxgn .box dl dd {
    width: 100%;
    float: left;
  }
  .mhxgn .box dl dd span {
    width: 100%;
    font-weight: bold;
    margin-bottom: 10px;
    font-size: 16px;
    float: left;
  }
  .mhxgn .box dl dd p {
    width: 98%;
    margin: 1%;
    font-size: 13px;
    color: #666;
    line-height: 25px;
    float: left;
  }
  .gda {
    width: 100%;
    float: left;
    margin-top: 25px;
  }
  .gda a {
    width: 50%;
    margin-left: 25%;
    display: block;
    border: solid 1px #ffa003;
    border-radius: 25px;
    line-height: 45px;
    color: #ffa003;
  }

  .f5 {
    width: 100%;
    float: left;
    background: #f5f5f5;
    padding: 50px 0;
  }
  .f5 span.tit {
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
    float: left;
    color: black !important;
  }
  .f5 .kk {
    width: 100%;
    float: left;
  }
  .f5 .kk dl {
    width: 80%;
    margin: 0 10%;
    float: left;
    border: #ececf6 solid 1px;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    padding: 30px 0;
    margin-bottom: 30px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
  }
  .f5 .kk dl:hover {
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -webkit-box-shadow: 0px 2px 5px #8e8e8e;
    -moz-box-shadow: 0px 2px 5px #8e8e8e;
    box-shadow: 0px 2px 5px #8e8e8e;
  }
  .f5 .kk dl dt {
    width: 100%;
    float: left;
  }
  .f5 .kk dl dt img {
    width: 70%;
  }
  .f5 .kk dl dd {
    width: 100%;
    float: left;
    font-size: 22px;
    margin-top: 15px;
    color: #221815;
  }
  .f5 .kk dl:last-child {
    float: right;
    margin-right: 30px !important;
  }
  .zd {
    display: none;
  }
  .alf5 {
    width: 100%;
    float: left;
    background: #fff;
    padding: 0 0 50px 0;
  }
  .case {
    width: 96%;
    margin: 0 2%;
    float: left;
  }
  .case .tit {
    width: 100%;
    float: left;
    text-align: center;
  }
  .case .tit span {
    width: 100%;
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 40px;
    float: left;
  }
  .case .tit a {
    display: none;
  }

  .case .box {
    width: 100%;
    float: left;
  }
  .case .box dl {
    width: 79%;
    float: left;
    border: #e8e8f2 1px solid;
    border-radius: 20px;
    margin-bottom: 25px;
    padding: 10%;
    background: #fff;
  }
  .case .box dl:last-child {
    margin-bottom: 0px;
  }
  .case .box dl dt {
    width: 140px;
    float: left;
  }
  .case .box dl dd {
    width: 100%;
    float: left;
  }
  .case .box dl dd span {
    width: 100%;
    float: left;
    font-size: 22px;
    float: left;
  }
  .case .box dl dd p {
    width: 100%;
    float: left;
    color: #999;
    line-height: 26px;
    font-size: 16px;
    margin-top: 20px;
  }
  .mbg {
    width: 100%;
    float: left;
    background: #f5f5f5;
  }
  .mbg .td p {
    margin-top: 160px !important;
    margin-bottom: 246px !important;
    width: 100% !important;
  }
  .td {
    width: 96%;
    margin: 50px 2%;
    float: left;
    background: url("../img/ys.png") no-repeat bottom center;
    background-size: 60%;
    position: relative;
  }
  .mbg .td {
    margin: 0 2% 50px 2% !important;
  }
  .td h2 {
    font-size: 24px;
    color: #333;
    margin-bottom: 30px;
    line-height: 35px;
  }
  .td span {
    font-size: 22px;
  }
  .td hr {
    background: #ed9d24;
    border: none;
    width: 58px;
    height: 3px;
    position: absolute;
    left: 0;
    top: 180px !important;
  }
  .td em {
    font-size: 24px !important;
  }
  .td p {
    width: 58%;
    margin-top: 30px;
    font-size: 13px;
    color: #555;
    line-height: 18px;
  }
  .news {
    display: none;
  }
  .hb {
    display: none;
  }
.experience-title {
    display: block !important;
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }

  .experience-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
  }

  .experience-list {
    display: flex;
    width: max-content;
    float: none;
    min-width: auto;
    height: auto;
    padding: 0;
    box-shadow: none;
  }

  .experience-list dl {
    width: 200px;
    margin: 0 10px;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 15px;
    float: none;
  }

  .experience-list dl dt {
    margin-bottom: 10px;
  }

  .experience-list dl dt img {
    width: 50%;
  }

  .experience-list dl dd span {
    font-size: 14px;
  }

  .experience-list dl dd p {
    font-size: 12px;
    line-height: 18px;
  }
}  
@media all and (min-width: 961px) {
  /*首页*/
  .mban {
    display: none;
  }
  .syzc {
    width: 1200px;
    float: left;
    position: absolute;
    margin-top: 673px;
    text-align: center;
    color: #fff;
    display: none;
  }

  /*轮播图&开始*/
  .ban {
    width: 100%;
    min-width: 1200px;
    height: 912px;
    position: absolute;
    top: 70px;
    text-align: center;
  }
  .ban .bd {
    z-index: 0;
    position: relative;
    margin: 0 auto;
    height: 912px;
    overflow: hidden;
  }
  .ban .bd ul {
    width: 100% !important;
  }
  .ban .bd li {
    position: absolute;
    text-align: center;
    width: 1920px;
    height: 912px;
    margin-left: -960px;
    overflow: hidden;
    left: 50%;
  }
  .ban .bd li a {
    display: block;
    height: 912px;
    color: #fff;
  }
  .ban .hd {
    z-index: 1;
    position: absolute;
    line-height: 25px;
    width: auto;
    bottom: 115px;
    height: 30px;
    left: 47%;
  }
  .ban .hd ul {
    text-align: center;
    padding-left: 2%;
    width: 100%;
    height: 30px;
  }
  .ban .hd ul li {
    filter: alpha(opacity=50);
    line-height: 999px;
    margin: 5px;
    width: 20px;
    zoom: 1;
    display: inline-block;
    background: #fff;
    float: left;
    height: 3px;
    overflow: hidden;
    cursor: pointer;
    opacity: 0.5;
  }
  .ban .hd ul .on {
    background: #fb9e03;
  }
  .ban .prev {
    z-index: 1;
    position: absolute;
    filter: alpha(opacity=50);
    margin-top: -30px;
    width: 40px;
    display: none;
    background: url(../img/slider-arrow.png) #000 no-repeat -125px 50%;
    height: 60px;
    top: 50%;
    cursor: pointer;
    left: 0;
    opacity: 0.5;
  }
  .ban .next {
    z-index: 1;
    position: absolute;
    filter: alpha(opacity=50);
    margin-top: -30px;
    width: 40px;
    display: none;
    background: url(../img/slider-arrow.png) #000 no-repeat -5px 50%;
    height: 60px;
    top: 50%;
    cursor: pointer;
    left: 15%;
    opacity: 0.5;
  }
  .ban .next {
    right: 0;
    left: auto;
  }
  .ban .bd .f_title {
    position: absolute;
    text-align: center;
    filter: alpha(opacity=40);
    line-height: 30px;
    width: 100%;
    bottom: 1px;
    height: 30px;
    opacity: 0.4;
  }
  /*轮播结束*/

  .msl {
    display: none;
  }
  .sl {
    width: 1200px;
    height: 120px;
    min-width: 1200px;
    float: left;
    padding: 30px 0;
    background: #fff;
    float: left;
    position: absolute;
    top: 900px;
    box-shadow: 0px 15px 15px -10px #eee;
    border-radius: 10px;
  }
  .sl dl {
    width: 25%;
    float: left;
    text-align: center;
  }
  .sl dl dt {
    margin-bottom: 10px;
  }
  .sl dl dd {
    /* font-weight: 300; */
    line-height: 30px;
    border-right: solid 2px #ececf6;
  }
  .sl dl:last-child dd {
    border-right: 0;
  }
  .sl dl dd span {
    color: #333;
    font-size: 18px;
  }
  .sl dl dd p {
    color: #989898;
    font-size: 16px;
  }
  .mhxgn {
    display: none;
  }
  .hxgn {
    width: 1200px;
    min-width: 1200px;
    float: left;
    background: #fff;
  }
  .mmp4 {
    display: none;
  }
  .mp4 {
    margin-top: 1150px;
    height: 800px;
    background: url("../img/mp4-bg.jpg") no-repeat center;
  }
  .mp4 .mp4-box {
    width: 960px;
    margin: 0 auto;
    padding-top: 130px;
  }
  .hxgn .tit {
    width: 1200px;
    float: left;
    margin-top: 45px;
  }
  .hxgn .tit span {
    width: 200px;
    float: left;
    margin-top: 5px;
    margin-bottom: 70px;
    font-size: 36px;
    color: #333;
  }
  .hxgn .tit a {
    width: 204px;
    float: right;
    text-align: center;
    display: block;
  }

  .hxgn .box {
    width: 1200px;
    min-width: 1200px;
    float: left;
    margin-bottom: 100px;
  }
  .divdl {
    width: 1200px;
    height: 250px;
    float: left;
  }
  .hxgn .box dl {
    width: 176px;
    height: 130px;
    float: left;
    border: #e8e8f2 1px solid;
    border-radius: 20px;
    margin-right: 25px;
    padding: 45px 0;
    text-align: center;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
  }
  .hxgn .box dl:hover {
    background: #f49c1a;
    padding: 25px 0;
    height: 160px;
  }
  .hxgn .box dl:nth-child(6n) {
    margin-right: 0;
  }
  .hxgn .box dl dt {
    width: 177px;
    float: left;
    height: 60px;
    margin-bottom: 30px;
  }

  .hxgn .box .divdl1 dl:nth-child(1) dt {
    background: url("../img/ppc1.png") no-repeat center;
  }
  .hxgn .box .divdl1 dl:nth-child(1):hover dt {
    background: url("../img/ppc2.png") no-repeat center;
    background-size: 25%;
    margin-bottom: 8px;
  }
  .hxgn .box .divdl1 dl:nth-child(2) dt {
    background: url("../img/fba1.png") no-repeat center;
  }
  .hxgn .box .divdl1 dl:nth-child(2):hover dt {
    background: url("../img/fba2.png") no-repeat center;
    background-size: 25%;
    margin-bottom: 8px;
  }
  .hxgn .box .divdl1 dl:nth-child(3) dt {
    background: url("../img/hmzs1.png") no-repeat center;
  }
  .hxgn .box .divdl1 dl:nth-child(3):hover dt {
    background: url("../img/hmzs2.png") no-repeat center;
    background-size: 25%;
    margin-bottom: 8px;
  }
  .hxgn .box .divdl1 dl:nth-child(4) dt {
    background: url("../img/jk1.png") no-repeat center;
  }
  .hxgn .box .divdl1 dl:nth-child(4):hover dt {
    background: url("../img/jk2.png") no-repeat center;
    background-size: 25%;
    margin-bottom: 8px;
  }
  .hxgn .box .divdl1 dl:nth-child(5) dt {
    background: url("../img/cpbx1.png") no-repeat center;
  }
  .hxgn .box .divdl1 dl:nth-child(5):hover dt {
    background: url("../img/cpbx2.png") no-repeat center;
    background-size: 25%;
    margin-bottom: 8px;
  }
  .hxgn .box .divdl1 dl:nth-child(6) dt {
    background: url("../img/app1.png") no-repeat center;
  }
  .hxgn .box .divdl1 dl:nth-child(6):hover dt {
    background: url("../img/app2.png") no-repeat center;
    background-size: 25%;
    margin-bottom: 8px;
  }

  .hxgn .box .divdl2 dl:nth-child(1) dt {
    background: url("../img/kfxt1.png") no-repeat center;
  }
  .hxgn .box .divdl2 dl:nth-child(1):hover dt {
    background: url("../img/kfxt2.png") no-repeat center;
    background-size: 25%;
    margin-bottom: 8px;
  }
  .hxgn .box .divdl2 dl:nth-child(2) dt {
    background: url("../img/yjgl1.png") no-repeat center;
  }
  .hxgn .box .divdl2 dl:nth-child(2):hover dt {
    background: url("../img/yjgl2.png") no-repeat center;
    background-size: 25%;
    margin-bottom: 8px;
  }
  .hxgn .box .divdl2 dl:nth-child(3) dt {
    background: url("../img/cwlr1.png") no-repeat center;
  }
  .hxgn .box .divdl2 dl:nth-child(3):hover dt {
    background: url("../img/cwlr2.png") no-repeat center;
    background-size: 25%;
    margin-bottom: 8px;
  }
  .hxgn .box .divdl2 dl:nth-child(4) dt {
    background: url("../img/cggl1.png") no-repeat center;
  }
  .hxgn .box .divdl2 dl:nth-child(4):hover dt {
    background: url("../img/cggl2.png") no-repeat center;
    background-size: 25%;
    margin-bottom: 8px;
  }
  .hxgn .box .divdl2 dl:nth-child(5) dt {
    background: url("../img/fhg1.png") no-repeat center;
  }
  .hxgn .box .divdl2 dl:nth-child(5):hover dt {
    background: url("../img/fhg2.png") no-repeat center;
    background-size: 25%;
    margin-bottom: 8px;
  }
  .hxgn .box .divdl2 dl:nth-child(6) dt {
    background: url("../img/ccgl1.png") no-repeat center;
  }
  .hxgn .box .divdl2 dl:nth-child(6):hover dt {
    background: url("../img/ccgl2.png") no-repeat center;
    background-size: 25%;
    margin-bottom: 8px;
  }

  .hxgn .box dl dd {
    color: #333;
    font-size: 18px;
    font-weight: bold;
  }
  .hxgn .box dl dd.gnjj {
    width: 177px;
    float: left;
    display: none;
  }
  .hxgn .box dl:hover {
    border: #ff9900 1px solid;
  }
  .hxgn .box dl:hover dd {
    color: #fff;
  }
  .hxgn .box dl:hover dd.gnjj {
    width: 136px;
    padding: 0 20px;
    float: left;
    display: inherit;
    font-size: 12px;
    line-height: 18px;
    font-weight: 500;
    margin-top: 10px;
  }

  .f5 {
    width: 100%;
    min-width: 1200px;
    float: left;
    background: url("../img/wmdsl.jpg.png");
    padding: 100px 0;
    background-size: cover;
  }
  .f5 span.tit {
    width: 100%;
    float: left;
    font-size: 36px;
    margin-bottom: 70px;
    color: #07081c;
  }
  .f5 .kk {
    width: 1200px;
    min-width: 1200px;
    float: left;
  }
  .f5 .kk dl {
    width: 276px;
    margin-right: 30px;
    float: left;
    border: #ececf6 solid 1px;
    border-radius: 10px;
    background: #fff;
    text-align: center;
    padding: 40px 50px;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
  }
  .f5 .kk dl:hover {
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -webkit-box-shadow: 0px 2px 5px #8e8e8e;
    -moz-box-shadow: 0px 2px 5px #8e8e8e;
    box-shadow: 0px 2px 5px #8e8e8e;
  }
  .f5 .kk dl dt {
    width: 100%;
    float: left;
  }
  .f5 .kk dl dt img {
    width: 100%;
  }
  .f5 .kk dl dd {
    width: 100%;
    float: left;
    font-size: 24px;
    margin-top: 20px;
  }
  .f5 .kk dl:last-child {
    margin-right: 0px;
  }

  .zd {
    width: 100%;
    min-width: 1200px;
    float: left;
    padding: 100px 0;
  }
  .zd span {
    float: left;
    font-size: 36px;
    margin-bottom: 70px;
    color: #07081c;
  }
  .zd p {
    width: 1200px;
    float: left;
  }
  .zd p img {
    width: 100%;
  }

  .case {
    width: 1200px;
    min-width: 1200px;
    float: left;
  }
  .case .tit {
    width: 1200px;
    float: left;
  }
  .case .tit span {
    width: 200px;
    float: left;
    margin-bottom: 70px;
    font-size: 36px;
    color: #07081c;
  }
  .case .tit a {
    width: 204px;
    float: right;
    text-align: center;
    display: block;
  }
  .alf5 {
    width: 100%;
    min-width: 1200px;
    float: left;
    background: url("../img/khal.jpg.png");
    padding: 120px 0;
    background-size: cover;
  }
  .case .box {
    width: 1200px;
    float: left;
  }
  .case .box dl {
    width: 525px;
    height: 165px;
    float: left;
    border: #e8e8f2 1px solid;
    border-radius: 20px;
    margin-right: 20px;
    margin-bottom: 20px;
    padding: 40px 30px;
    background: #fff;
    transition: All 0.4s ease-in-out;
    -webkit-transition: All 0.4s ease-in-out;
    -moz-transition: All 0.4s ease-in-out;
    -o-transition: All 0.4s ease-in-out;
  }
  .case .box dl:hover {
    transform: translate(0, -5px);
    -webkit-transform: translate(0, -5px);
    -moz-transform: translate(0, -5px);
    -o-transform: translate(0, -5px);
    -ms-transform: translate(0, -5px);
    -webkit-box-shadow: 0px 2px 5px #8e8e8e;
    -moz-box-shadow: 0px 2px 5px #8e8e8e;
    box-shadow: 0px 2px 5px #8e8e8e;
  }
  .case .box dl:nth-child(2n) {
    margin-right: 0px;
  }
  .case .box dl dt {
    width: 140px;
    float: left;
    padding-top: 20px;
  }
  .case .box dl dd {
    width: 380px;
    float: left;
  }
  .case .box dl dd span {
    width: 380px;
    float: left;
    font-size: 26px;
    float: left;
  }
  .case .box dl dd span a {
    color: #333;
  }
  .case .box dl dd p {
    width: 380px;
    float: left;
    color: #999;
    line-height: 26px;
    font-size: 16px;
    margin-top: 20px;
  }

  .td {
    width: 1200px;
    float: left;
    background: url("../img/ys.jpg.png") no-repeat right top;
    margin: 100px 0;
    position: relative;
  }
  .td h2 {
    font-size: 36px;
    color: #07081c;
    margin-bottom: 70px;
    line-height: 65px;
  }
  .td span {
    font-size: 34px;
    color: #07081c;
  }
  /* 优化新增文字样式 */
  .td em {
    margin-top: 15px;
    width: 100%;
    float: left;
    font-style: normal;
    line-height: 1.8;
    font-size: 28px;
    color: #2c3e50;
    font-weight: 600;
    background: -webkit-linear-gradient(left, #2980b9, #3498db);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    transition: all 0.3s ease;
  }

  .td em:hover {
    transform: translateX(10px);
  }

  .td hr {
    background: #ed9d24;
    border: none;
    width: 100px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 250px;
  }
  .td p {
    width: 530px;
    margin-top: 50px;
    font-size: 18px;
    color: #333;
    line-height: 35px;
    font-family: "微软雅黑";
  }

  .news {
    width: 1200px;
    float: left;
  }
  .news .tit {
    width: 1200px;
    float: left;
    font-size: 36px;
    color: #07081c;
    margin-bottom: 50px;
  }
  .news .box {
    width: 1200px;
    float: left;
  }
  .news .box dl.xwz {
    width: 660px;
    float: left;
  }
  .news .box dl.xwz dt {
    width: 125px;
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #ff9900;
    background: url("../img/yd.jpg.png") no-repeat right center;
    margin-bottom: 32px;
  }
  .news .box dl.xwz dt:hover {
    color: #ff9900;
  }
  .news .box dl.xwz dd {
    width: 660px;
    float: left;
    border-bottom: solid 1px #eee;
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .news .box dl.xwz dd span a {
    font-size: 16px;
    color: #07081c;
  }
  .news .box dl.xwz dd:hover span a {
    color: #ff9900;
  }
  .news .box dl.xwz dd p {
    font-size: 16px;
    color: #999;
    line-height: 25px;
    margin-top: 15px;
  }

  .news .box dl.xwy {
    width: 415px;
    float: right;
  }
  .news .box dl.xwy dt {
    width: 125px;
    float: left;
    font-size: 20px;
    font-weight: bold;
    color: #ff9900;
    background: url("../img/yd.jpg.png") no-repeat right center;
    margin-bottom: 20px;
  }
  .news .box dl.xwy dt:hover {
    color: #ff9900;
  }
  .news .box dl.xwy dd {
    width: 415px;
    float: left;
    line-height: 45px;
  }
  .news .box dl.xwy dd a {
    font-size: 16px;
    color: black;
  }
  .news .box dl.xwy dd a:hover {
    color: #ff9900;
  }
  .news .box dl.xwy dd em {
    width: 8px;
    height: 8px;
    float: left;
    background: #c1c1c1;
    margin: 18px 12px 0px 0;
    border-radius: 50px;
  }
  .news .box dl.xwy dd em.em01 {
    background: #ff9900;
  }

  .hb {
    width: 1200px;
    float: left;
    margin: 100px 0 150px 0;
  }
  .hb dl dt {
    width: 1200px;
    float: left;
    text-align: center;
    font-size: 36px;
    color: #07081c;
  }
  .hb dl dd {
    width: 1200px;
    float: left;
    margin-top: 50px;
  }
  .hb dl dd a {
    width: 200px;
    float: left;
    text-align: center;
  }
  .hb dl {
  }
  .ses-button {    color: white !important;    display: block;    width: 110px;    line-height: 40px;    text-align: center;    background: #ff9900;    border-radius: 25px;    opacity: 1;    transition: all 0.3s ease;  }
  .ses-button:hover {    background-color: #e68a00;    transform: translateY(-2px);    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);  }
  .gray-filter:hover {
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
  }

  .text-bold {
    font-weight: bold;
  }

  .experience-title {
    display: block !important;
    width: 100%;
    text-align: center;
    margin: 20px 0;
  }

  .experience-container {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 20px;
  }

  .experience-list {
    display: flex;
    width: max-content;
    float: none;
    min-width: auto;
    height: auto;
    padding: 0;
    box-shadow: none;
  }

  .experience-list dl {
    width: 250px;
    margin: 0 15px;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
    float: none;
  }

  .experience-list dl dt {
    margin-bottom: 15px;
  }

  .experience-list dl dt img {
    width: 60%;
  }

  .experience-list dl dd span {
    font-size: 18px;
    line-height: normal;
  }

  .experience-list dl dd p {
    font-size: 14px;
    line-height: 22px;
  }
}
