body{background: #fff;font-size:14px;font-family: "Microsoft YaHei","???¨¨?¡¥¨¦?¡­¨¦?¡®",Arial,sans-serif;color:#333;max-width: 1920px;margin:0 auto;}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: ' ';
}

ul li {
    list-style: none;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

img {
    vertical-align: top;
    outline-width: 0ch;
}
@font-face{font-family: "iconfont";
  src: url('../fonts/iconfont.eot'); /* IE9*/
  src: url('../fonts/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('../fonts/iconfont.woff') format('woff'), /* chrome, firefox */
  url('../fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('../fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
  font-family:"iconfont" !important;
  display:inline-block;
  vertical-align: middle;
  margin:0 .3em;
  font-size: 1.1em;
  font-style:normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0px;
  -moz-osx-font-smoothing: grayscale;   
}


@font-face{
  font-family: 'myI';
  src:url('mrProI.otf');
}

@font-face{
  font-family: 'or';
  src:url('or.otf');
}
@font-face{
  font-family: 'ssH';
  src:url('ssnBold.ttf');
}

@font-face{
  font-family: 'ssn';
  src:url('ssn.otf');
}
@font-face{
  font-family: 'cai';
  src:url('CAI.ttf');
}
.clear { clear: both; }
 :root {
    --main-color: #033879;
    --main-color-white: #ffffff;
    --main-color-fontColor: #666666;
    --main-color-p_color: #333333;
    --main-color-span_color: #888888;
    --main-transition: all ease 0.4s;
    --main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
  .con1tt {
        width: 100%;
        padding: 30px 0 0 0;
    }
    .con1contt {
        max-width: 600px;
        margin: 0 auto;
    }
    .con1contt ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .con1contt ul li {
        flex: 1;
        text-align: center;
    }
    .con1contt ul li p {
        font-size: 16px;
        color: #ffffff;
        text-align: center;
        margin: 10px 0;
    }
    .con1contt ul li span {
     color: #ffffff;
        font-size: 14px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .con1contt ul li img {
        width: 60px;
        height: 60px;
        transition: var(--main-transition);
    }
    .con1contt ul li:hover img {
        transform: rotateY(180deg);
    }

.con2aa {
        padding: 50px 0;
        background-color: #038bf8;
    }
    .con2conaa {
        max-width: 1320px;
        margin: 0 auto;
    }
    .con2con1aa {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .con2con1leftaa {
        width: 100%;  text-align: center;
    }
    .con2con1leftaa span {
        font-size: 13px;
        color: var(--main-color-white);
        display: block;
    }
    .con2con1leftaa h1 {
        color:#ffffff;  text-align: center;
        font-size: 60px;
        padding: 10px 0;
    }
    .con2con1leftaa p {
        font-size: 32px;  text-align: center;
        color: #ffffff;
        line-height: 40px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .con2con1leftaa a {
        display: block;
        width: 140px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        border: 2px solid var(--main-color-white);
        border-radius: 40px;
        color: var(--main-color-white);
        font-size: 14px;
        margin-top: 10px;
    }
   
   .con2con2 {
        margin-top: 45px;   background:#ffffff;padding:18px 18px 18px 18px;
    }
    .con2con2 ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .con2con2 ul li {
        width: 24%;
        position: relative;
    }
    .con2con2 ul li img {
        width: 100%;
        height: 240px;
        object-fit: cover;
    }
    .con2posaa {
        position: absolute;
        width: 100%;
        cursor: pointer;
        height: 100%;
        z-index: 9;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .5);
        transition: var(--main-transition);
        opacity: 0;
        visibility: hidden;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color-white);
        font-size: 14px;
    }
    .con2con2 ul li:hover .con2pos {
        opacity: 1;
        visibility: visible;
    }


.con02bg{ padding:120px 0; background-repeat:no-repeat; background-position:center; background-size:cover; position:relative;height:820px}
.con02bg:before{ content:""; width:100%; height:100%; background:rgba(0,0,0,.5); position:absolute; top:0; left:0; }
  .con4aa {
        width: 100%;
        padding: 50px 0 0 0;
    }
    .con4conaa {
        margin: 0 auto;
    }
    .con4conaa ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con4conaa ul li {
        width: calc(100% / 3);
        position: relative;
    }
    .con4conaa ul li img {
        width: 100%;
        transition: var(--main-transition);
    }
    .con4conaa ul li:hover img {
        transform: scale(1.1);
    }
    .con4conaa ul li:hover .con3pos {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
    }
.news {
  margin-top: 3.5rem;
  padding-bottom: 4.5rem;
  background: url(bg2.jpg) no-repeat left bottom;
  background-size: cover;
  overflow: hidden;
}
.news .con .news-con {
  float: left;
  width: 66%;
}
.news .con .news-con .title h2 {
  float: left;
  font-size: 24px;
  color: #222b36;
  font-weight: bold;
}
.news .con .news-con .title h3 {
  float: right;
  position: relative;
  top: 5px;
}
.news .con .news-con .title h3 a {
  font-size: 14px;
  color: #999;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news .con .news-con .title h3 a span {
  margin-left: 6px;
}
.news .con .news-con .title h3 a:hover {
  color: #f08927;
}
.news .con .news-con .news-list {
  margin-top: 30px;
  overflow: hidden;
}
.news .con .news-con .news-list ul li {
  float: left;
  width: 48.4%;
  cursor: pointer;
}
.news .con .news-con .news-list ul li:first-child {
  margin-right: 3.2%;
}
.news .con .news-con .news-list ul li .top {
  height: 0;
  padding-bottom: 57%;
  overflow: hidden;
  position: relative;
}
.news .con .news-con .news-list ul li .top img {
  width: 100%;
}
.news .con .news-con .news-list ul li .top .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
  left: 0;
  top: 0;
}
.news .con .news-con .news-list ul li .top .mask span {
  font-size: 2.8rem;
  color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
}
.news .con .news-con .news-list ul li .bottom {
  background: #fff;
  padding: 1.2rem 1.4rem;
  border: 1px solid #f3f3f3;
}
.news .con .news-con .news-list ul li .bottom h2 {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 1.5;
  height: 3em;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news .con .news-con .news-list ul li .bottom .txt {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.news .con .news-con .news-list ul li .bottom .txt h3 {
  font-size:14px;
  color: #999; 
}

.news .con .news-con .news-list ul li .bottom .txt h3 span{
  font-size:16px;
  color: #999; 
}
.news .con .news-con .news-list ul li .bottom .txt h3 .iconfont {
  font-size: 1rem; 
  margin-right:0px;
  position: relative;
  bottom: 5px;
}
.news .con .news-con .news-list ul li .bottom .txt h4 {
  font-size: 0.8rem;
  color: #999;
}
.news .con .news-con .news-list ul li .bottom .txt h4 .iconfont {
  font-size: 1.2rem;
  margin-right: 0.3rem;
  position: relative;
  top: 0.2rem;
}
.news .con .news-con .news-list ul li:hover .top img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
}
.news .con .news-con .news-list ul li:hover .bottom h2 {
  color: #0075c1;
}
.news .con .report-con {
  float: right;
  width: 31.6%;
}
.news .con .report-con .title h2 {
  float: left;
  font-size: 24px;
  color: #222b36;
  font-weight: bold;
}
.news .con .report-con .title h3 {
  float: right;
  position: relative;
  top: 1px;
}
.news .con .report-con .title h3 a {
  font-size: 0.8rem;
  color: #999;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news .con .report-con .title h3 a span {
  margin-left: 6px;
}
.news .con .report-con .title h3 a:hover {
  color: #f08927;
}
.news .con .report-con .report-list {
  margin-top:50px;
}
.news .con .report-con .report-list li{
height:80px; margin-bottom:18px;  /* border-bottom:dashed 1px #999; */
}
.news .con .report-con .report-list a{
  font-size:16px;
  line-height:40px;
}
.news .con .report-con .report-list ul li a .time {
  float: left;
  width: 22.8%;
  height:80px;
  background: #f3f3f3;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news .con .report-con .report-list ul li a .time .txt {
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
}
.news .con .report-con .report-list ul li a .time .txt h3 {
  text-align: center;
  font-size: 36px;padding-top:10px;
  font-weight: bold;
  color: #f08927;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news .con .report-con .report-list ul li a .time .txt h4 {
  text-align: center;
  font-size: 14px;
  color: #666;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news .con .report-con .report-list ul li a .text {
  float: right;
  width: 70%; 
}
.news .con .report-con .report-list ul li a .text h2 {
  font-size: 18px;
  color: #333;
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  overflow: hidden; 
  height: 30px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news .con .report-con .report-list ul li a .text p {
  font-size: 12px;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; 
}
.news .con .report-con .report-list ul li:not(:first-child) {
  margin-top: 1.12rem;
}
.news .con .report-con .report-list ul li:hover a .time {
  background: #0075c1;
}
.news .con .report-con .report-list ul li:hover a .time .txt h3 {
  color: #fff;
}
.news .con .report-con .report-list ul li:hover a .time .txt h4 {
  color: #fff;
}
.news .con .report-con .report-list ul li:hover a .text h2 {
  color: #f08927;
}
.news .more a {
  display: block;
  width: 2.8rem;
  height: 2.8rem;
  border: 3px solid #f08927;
  text-align: center;
  /* margin: 2.5rem auto 3rem; */
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news .more a span {
  font-size: 1.2rem;
  color: #999;
  line-height: 2.6rem;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news .more a:hover {
  background: #f08927;
}
.news .more a:hover span {
  color: #fff;
}
.news .con-bottom .left {
  float: left;
  width: 50%;
  border-right: 1px solid #e3e3e3;
}
.news .con-bottom .left h2 {
  font-size: 2rem;
  font-weight: bold;
  color: #333;
  color: #0075c1;
}
.news .con-bottom .left .stock {
  margin-top: 1rem;
}
.news .con-bottom .left .stock .title {
  float: left;
}
.news .con-bottom .left .stock .title h3 {
  font-size: 1.3rem;
  /* color: #0075c1; */
  color: #333;
  font-family: ?|?£¤?¡¤?¡è??a€?;
  /* font-weight: bold; */
}
.news .con-bottom .left .stock .text {
  float: left;
  margin-left: 2rem;
  padding-top: 1rem;
}
.news .con-bottom .left .stock .text .time {
  font-size: 0.7rem;
  color: #999;
}
.news .con-bottom .left .stock .text h3 {
  font-size: 0.9rem;
  color: #999;
}
.news .con-bottom .left .stock .text h3 .num {
  font-size: 1rem;
  color: #ee0000;
  font-weight: bold;
  margin-left: 0.4rem;
}
.news .con-bottom .left .stock .text h3 .iconfont {
  display: inline-block;
  font-size: 1.4rem;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  position: relative;
  top: 0.2rem;
  color: #f08927;
}
.news .con-bottom .left .stock .text h3 .add {
  font-weight: bold;
  margin: 0 4px 0 2px;
}
.news .con-bottom .left .stock .text h3 .percent {
  font-weight: bold;
}
.news .con-bottom .left .stock .text.active h3 .num {
  color: #016e53;
}
.news .con-bottom .left .stock .text.active h3 .iconfont {
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  color: #016e53;
}
.news .con-bottom .right {
  float: left;
  width: 50%;
  padding-left: 2.5rem;
}
.news .con-bottom .right .report-list {
  float: left;
  width: 70%;
}
.news .con-bottom .right .report-list h2 {
  font-size: 1rem;
  font-weight: bold;
  color: #333;
}
.news .con-bottom .right .report-list ul {
  margin-top: 2rem;
}
.news .con-bottom .right .report-list ul li {
  margin-top: 0.6rem;
  padding-right: 2rem;
}
.news .con-bottom .right .report-list ul li a {
  display: block;
  font-size: 0.8rem;
  color: #666;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
}
.news .con-bottom .right .report-list ul li a .time {
  float: left;
  width: 22%;
}
.news .con-bottom .right .report-list ul li a p {
  float: left;
  width: 78%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .con-bottom .right .report-list ul li a:hover {
  color: #f08927;
}
.news .con-bottom .right .report-list ul li:nth-child(n+3) {
  display: none;
}
.news .con-bottom .right .tu {
  float: right;
  width: 30%;
}
.news .con-bottom .right .tu img {
  width: 100%;
}
.con_title {
        margin-bottom: 40px; text-align: center;
    }
    .sec1p p {
        font-size: 20px;
        color: var(--main-color-333);
        margin-bottom: 20px;
        font-weight: bold;
    }
    .sec1p span {
        font-size: 14px;
        display: block;
        line-height: 25px;
        color: var(--main-color-555);
    }
    .con_title h1 {text-align: center; 
        color: #e6e6e6; letter-spacing: 2px;
        font-size: 68px;
    }
    .con_title strong {
        font-weight: bold;width:240px;text-align: center;margin:0 auto;
        font-size: 40px; letter-spacing: 2px;
        color: #2d4d5b;  line-height: 45px;
        display: block; 
        margin-top: -35px;
    }
  .con_title .gang{width: 80px;height: 2px;background: #2d4d5b;margin: 0 auto;   margin-top: 10px;}
  .con_title .gang2{width: 110px;height: 2px;background: #2d4d5b;margin: 0 auto;   margin-top: 10px;}
.con01bg{ padding:50px 0 0 0;    margin: 0 auto;}
.con4 .list{ margin-top:0px;}
.con4 .list ul li{ float:left; width:calc((100% - 95px)/5); margin:0px 20px 30px 0;}
.con4 .list ul li:nth-child(5n){ margin-right:0;}
.con4 .list ul li a{ display:block; border:1px solid #eee;}
.con4 .list ul li .img{ padding-bottom:100%; }
.con4 .list ul li .txt{ padding:15px 20px;background:#0076c0;}
.con4 .list ul li .txt h2{ font-weight:normal; font-size:16px; line-height:1.5em; height:1.5em; overflow:hidden; color:#fff;text-align:center;}
.con4 .list ul li:hover .txt h2{ color:#fff;}
.con4 .list ul li .txt h3{ font-weight:normal; font-size:14px; line-height:1.5em; height:1.5em; overflow:hidden; color:#fff; margin-top:10px;}

.cent05{ margin-top:10px;}
.cent05 ul{    display: flex;
    justify-content: center;
    align-items: flex-start;  margin-top:3%}
.cent05 ul li{  display:block; text-align:center; width:24%; margin:0 1%; }
.cent05 ul li a{ display:block; color:#2d4d5b;}
.cent05 ul li a .img{ width:88px; height:88px; margin:0 auto;}
.cent05 ul li a .img img{ width:100%; height:100%;}
.cent05 ul li a strong{ font-size:28px; display:block; margin-top:3%; line-height:30px;}
.cent05 ul li a em{ display:block; font-size:16px; line-height:26px; font-style:normal; margin-top:5%;}


.con1 {
        width: 100%;
        padding: 15px 0 0 0;
        position: relative;
    }
    .con1con {
        max-width: 1450px;
        padding: 0 25px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        z-index: 10;
        align-items: center;
    }
    .con1conleft {
        width: 48%;
        position: relative;
    }
    .idxAbout_vdcon {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-color: #c3d600;
        margin: 0;
        padding: 0;
        position: absolute;
        left: -20px;
        top: -20px;
        z-index: 8;
    }
    .con1conleft img {
        width: 100%;
        z-index: 10;
        position: relative;
    }
    .con1conright {
        width: 48%;
    }
    .con1bg0 {
        width: 45%;
        left: 0;
        top: 0;
        position: absolute;
        height: 453px;
    }
    .con1conright h1 {
        font-size: 60px;
        color: #000000;
    }
    .con1conright strong {
        font-size: 30px;
        color: var(--main-color-333);
        margin-top: 15px;
        display: block;
        position: relative;
        margin-bottom: 25px;
    }
    .con1conright strong::after {
        content: '';
        position: absolute;
        width: 60px;
        height: 2px; 
        bottom: -20px;
        left: 0;
    }
    .con1conright p {
        font-size: 15px;
        color: var(--main-color-666);
        line-height: 30px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        margin-bottom: 45px;
    }
   .mumping_mun {
        display: flex;
    }
    .mumping_mun li {
        flex: 1;
        text-align: center;
    }
    .mumping_mun li p {
        font-size: 14px;
        color: var(--main-color-999);
    }
    .mun_top {
        display: flex;
        justify-content: center;
    }
    .mun_top span {
        display: flex;
        font-size: 16px;
        color: var(--main-color);
    }
    .mun_top h2 {
        font-size: 50px;
        color: #038bf8;
    }
@media screen and (max-width: 1500px) {
.con02bg{ padding:60px 0; background-repeat:no-repeat; background-position:center; background-size:cover; position:relative;height:640px}
  .news .con .report-con .report-list ul li:not(:first-child) {
    margin-top: 1rem;
  }
}
@media screen and (max-width: 1366px) {
.con02bg{ padding:60px 0; background-repeat:no-repeat; background-position:center; background-size:cover; position:relative;height:580px}
  .pardon-list .con ul li {
    height: 14.8rem;
  }
  .news .con .report-con .report-list ul li:not(:first-child) {
    margin-top: 0.86rem;
  }
  .contact .con .left h2 {
    font-size: 1.7rem;
  }
}
@media screen and (max-width: 1280px) {
.con02bg{ padding:60px 0; background-repeat:no-repeat; background-position:center; background-size:cover; position:relative;height:540px}
  .news .con .news-con .news-list ul li .bottom p {
    font-size: 14px;
  }
}
@media screen and (max-width: 1024px) {
 .con02bg{ padding:60px 0; background-repeat:no-repeat; background-position:center; background-size:cover; position:relative;height:430px}
  .news .con .report-con .report-list ul li:not(:first-child) {
    margin-top: 0.7rem;
  }
  .news .con-bottom .right .tu {
    padding-top: 1rem;
  }
  .news .con-bottom .right .report-list ul li a {
    font-size: 14px;
  }
  .news .con-bottom .right .report-list ul li a .time {
    width: 30%;
  }
  .news .con-bottom .right .report-list ul li a p {
    width: 70%;
  }
  .video .con .left .tu:after {
    right: 2rem;
  }
  .contact .con .left h2 {
    font-size: 1.6rem;
  }
  .contact .con .right ul li .title h2 {
    font-size: 16px;
  }
  .contact .con .right ul li p {
    font-size: 14px;
  }
  #videoPopup .video-box {
    width: 60%;
  }
}
    .con3pos {
        width: 100%;
        height: 100%;
        transition: var(--main-transition);
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        position: absolute;
        top: 0;
        left: 0;
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.4) 100%);
        padding: 30px;
    }
    .con3pos p {
        color: var(--main-color-white);
        font-size: 20px;
        margin-bottom: 10px;
    }
    .con3pos span {
        color: var(--main-color-white);
        font-size: 14px;
        cursor: pointer;
    }
    .con3pos span i {
        color: var(--main-color);
        font-size: 14px;
    }
    .con3img {
        overflow: hidden;
    }

@media (max-width: 996px) {

.con1tt {
        width: 100%;
        padding: 30px 0px 0 0;
    }
    .con1contt {
        margin: 0 auto;
    }

    .con1contt ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
    }
    .con1contt ul li {
        width: 48%;
        text-align: center;
        margin-bottom: 15px;
    }
    .con1contt ul li p {
        font-size: 13px;
        color: #ffffff;
        text-align: center;
        margin: 10px 0;
    }
    .con1contt ul li span {
     color: #ffffff;
        font-size: 13px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }
    .con1contt ul li img {
        width: 40px;
        height: 40px;
        transition: var(--main-transition);
    }
    .con1contt ul li:hover img {
        transform: rotateY(180deg);
    }

  .con2aa {
        padding: 30px 15px; 
    }
    .con2conaa {
        margin: 0 auto;
    }

.con2con2 {
        margin-top: 25px;
    }
    .con2con2 ul {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
    }
    .con2con2 ul li {
        width: 100%;
        margin-bottom: 20px;
        position: relative;
    }
    .con2con2 ul li img {
        width: 100%;
    }
	    .con2con1leftaa {
        width: 100%;
    }
    .con2con1leftaa span {
        font-size: 13px;
        color: var(--main-color-white);
        display: block;
    }
    .con2con1leftaa h1 {
        color: var(--main-color-white);
        font-size: 25px;
        padding: 10px 0;
    }
    .con2con1leftaa p {
        font-size: 13px;
        color: var(--main-color-white);
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
    }
    .con2con1leftaa a {
        display: block;
        width: 140px;
        height: 35px;
        line-height: 35px;
        text-align: center;
        border: 2px solid var(--main-color-white);
        border-radius: 40px;
        color: var(--main-color-white);
        font-size: 14px;
        margin-top: 10px;
    }
    .con2con1rightaa {
        width: 100%;
        margin-top: 20px;
    }
    .con2posaa {
        position: absolute;
        width: 100%;
        cursor: pointer;
        height: 100%;
        z-index: 9;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .3);
        transition: var(--main-transition);
        opacity: 1;
        visibility: visible;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color-white);
        font-size: 14px;
    }
.con02bg{ padding:60px 0; background-repeat:no-repeat; background-position:center; background-size:cover; position:relative;height:210px}
    .con3pos {
        width: 100%;
        height: 100%;
        transition: var(--main-transition);
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, .5);
        padding: 15px;
    }
    .con3pos p {
        color: var(--main-color-white);
        font-size: 20px;
        margin-bottom: 10px;
    }
    .con3pos span {
        color: var(--main-color-white);
        font-size: 14px;
    }
    .con3pos span i {
        color: var(--main-color);
        font-size: 14px;
    }
    .con3img {
        overflow: hidden;
    }
.con4aa {
        width: 100%;
        padding: 10px 15px;
    }
    .con4conaa {
        margin: 0 auto;
    }
    .con4conaa ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con4conaa ul li {
        width: 100%;
        margin-bottom: 10px;
        position: relative;
    }
    .con4conaa ul li img {
        width: 100%;
        transition: var(--main-transition);
    }
    .con4conaa ul li:hover img {
        transform: scale(1.1);
    }
    .con4conaa ul li:hover .con3pos {
        background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.6) 100%);
    }

.news {
    margin-top: 2px;
    padding-bottom: 20px;
  }
  .news .con .news-con {
    width: 100%;
  }
  .news .con .news-con .title h2 {
    font-size: 18px;
  }
  .news .con .news-con .title h3 {
    top: 2px;
  }
  .news .con .news-con .title h3 a {
    font-size: 14px;
  }
  .news .con .news-con .news-list {
    margin-top: 10px;
  }
  .news .con .news-con .news-list ul li {
    width: 48.5%;
    margin-top: 10px;
  }
  .news .con .news-con .news-list ul li:first-child {
    margin-right: 3%;
  }
  .news .con .news-con .news-list ul li .bottom {
    padding: 10px;
  }
  .news .con .news-con .news-list ul li .bottom h2 {
    font-size: 16px;
  }
  .news .con .news-con .news-list ul li .bottom .txt {
    display: block;
  }
  .news .con .news-con .news-list ul li .bottom .txt h3 {
    font-size: 12px;
  }
  .news .con .news-con .news-list ul li .bottom .txt h3 .iconfont {
    font-size: 14px;
  }
  .news .con .news-con .news-list ul li .bottom .txt h4 {
    font-size: 12px;
  }
  .news .con .news-con .news-list ul li .bottom .txt h4 .iconfont {
    font-size: 18px;
  }
  .news .con .report-con {
    width: 100%;
    margin-top: 20px;
  }
  .news .con .report-con .title h2 {
    font-size: 18px;
  }
  .news .con .report-con .title h3 {
    top: 2px;
  }
  .news .con .report-con .title h3 a {
    font-size: 14px;
  }
  .news .con .report-con .report-list {
    margin-top: 10px;
  }
  .news .con .report-con .report-list ul li a .time {
    height: 82px;
  }
  .news .con .report-con .report-list ul li a .time .txt h3 {
    font-size: 30px;
  }
  .news .con .report-con .report-list ul li a .time .txt h4 {
    font-size: 12px;
  }
  .news .con .report-con .report-list ul li a .text {
    width: 72%;
  }
  .news .con .report-con .report-list ul li a .text h2 {
    font-size: 16px;
  }
  .news .con .report-con .report-list ul li a .text p {
    font-size: 14px;
  }
  .news .con .report-con .report-list ul li:not(:first-child) {
    margin-top: 10px;
  }
  .news .more {
    display: none;
  }
  .news .con-bottom {
    margin-top: 20px;
  }
  .news .con-bottom .left {
    width: 100%;
    border-right: none;
  }
  .news .con-bottom .left h2 {
    font-size: 18px;
  }
  .news .con-bottom .left .stock {
    margin-top: 10px;
  }
  .news .con-bottom .left .stock .title h3 {
    font-size: 20px;
  }
  .news .con-bottom .left .stock .text {
    width: 100%;
    margin-left: 0;
    padding-top: 0;
  }
  .news .con-bottom .left .stock .text .time {
    font-size: 14px;
  }
  .news .con-bottom .left .stock .text h3 {
    font-size: 14px;
  }
  .news .con-bottom .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .news .con-bottom .right .report-list {
    width: 100%;
  }
  .news .con-bottom .right .report-list h2 {
    font-size: 18px;
  }
  .news .con-bottom .right .report-list ul {
    margin-top: 10px;
  }
  .news .con-bottom .right .report-list ul li {
    padding-right: 0;
    margin-top: 6px;
  }
  .news .con-bottom .right .report-list ul li a .time {
    width: 26%;
  }
  .news .con-bottom .right .report-list ul li a p {
    width: 74%;
  }
  .news .con-bottom .right .tu {
    width: 60%;
    margin-top: 20px;
  }

.cent05 ul{ flex-wrap: wrap;}
.cent05 ul li{ width:46%; margin:0 2% 2% 2%;}
.cent05 ul li a .img{ width:50px; height:50px;}
.cent05 ul li a strong{ font-size:14px}
.cent05 ul li a em{ font-size:12px; line-height:22px;}
.con1 {
        width: 100%;
        padding: 30px 15px;
        position: relative;
    }
    .con1con {
        width: 100%;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        position: relative;
        z-index: 10;
    }
    .con1conleft {
        width: 100%;
        position: relative;
    }
    .idxAbout_vdcon {
        display: block;
        width: 100%;
        height: 100%;
        overflow: hidden;
        background-color: #c3d600;
        margin: 0;
        padding: 0;
        position: absolute;
        left: -20px;
        top: -20px;
        z-index: 8;
    }
    .con1conleft img {
        width: 100%;
        z-index: 10;
        position: relative;
    }
    .con1conright {
        width: 100%;
        margin-top: 20px;
    }
    .con1bg0 {
        display: none;
    }
    .con1conright h1 {
        font-size: 30px;
        color: #000000;
    }
    .con1conright strong {
        font-size: 16px;
        color: var(--main-color-333);
        margin-top: 15px;
        display: block;
        position: relative;
        margin-bottom: 25px;
    }
    .con1conright strong::after {
        content: '';
        position: absolute;
        width: 60px;
        height: 2px;
        background-color: var(--main-color);
        bottom: -15px;
        left: 0;
    }
    .con1conright p {
        font-size: 15px;
        color: var(--main-color-666);
        line-height: 30px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 5;
        margin-bottom: 25px;
    }
.mumping_mun {
        display: flex;
        flex-wrap: wrap;
    }
    .mumping_mun li {
        width: 48%;
    }
    .mumping_mun li p {
        font-size: 14px;
        color: var(--main-color-999);
    }
    .mun_top {
        display: flex;
        justify-content: left;
    }
    .mun_top span {
        display: flex;
        font-size: 16px;
        color: var(--main-color);
    }
    .mun_top h2 {
        font-size: 30px;
        color: #038bf8;
    }
    .bannerpos {
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .bannerpos h1 {
        color: var(--main-color-white);
        font-size: 25px;
        margin-bottom: 15px;
        text-align: center;
    }
    .bannerpos a {
        border-radius: 40px;
        border: 2px solid var(--main-color-white);
        width: 150px;
        transition: var(--main-transition);
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 16px;
        font-weight: bold;
        color: var(--main-color-white);
        letter-spacing: 2px;
    }
    .bannerpos img {
        width: 25px;
        transition: var(--main-transition);
        display: none;
    }

.con01bg{ padding:10px 0%;}
  .con_title {
        margin-bottom: 30px; text-align: center; 
    }
    .sec1p p {
        font-size: 20px;
        color: var(--main-color-333);
        margin-bottom: 20px;
        font-weight: bold;
    }
    .sec1p span {
        font-size: 14px;
        display: block;
        line-height: 25px;
        color: var(--main-color-555);
    }
    .con_title h1 {
        color: #e6e6e6;  text-align: center; 
        font-size: 26px;
    }
    .con_title strong {
        font-weight: bold; text-align: center;margin:0 auto;
        font-size: 22px; letter-spacing: 2px;width:100%;
        color: #2d4d5b;  line-height: 35px;
        display: block; 
        margin-top: -16px;
    }
  .con_title .gang{width: 80px;height: 2px;background: #2d4d5b;margin: 0 auto;   margin-top: 10px;}
  .con_title .gang2{width: 110px;height: 2px;background: #2d4d5b;margin: 0 auto;   margin-top: 10px;}

.con4 .list{ margin-top:0px; text-align:center;}
.con4 .list ul li{ float:left; width:48%; margin:1px 4% 15px 0;}
.con4 .list ul li:nth-child(5n){margin-right:4%;} 
.con4 .list ul li:nth-child(2n){ margin-right:0;}
.con4 .list ul li .txt h3{ display:none;}
.con4 .list ul li .txt{ padding:10px 15px;}
.con4 .list ul li .txt h2{ font-size:12px; line-height:1.5em; height:1.5em; overflow:hidden;}




 }
@media (min-width: 1600px) {

.wapper { max-width: 1440px; margin: 0 auto; }
.wapper span{font-size:18px;color: #3f55a4;font-weight: normal; } 
}

@media only screen and (min-width: 996px) {
    .ml_pchead {
        width: 100%;
        height: 100px;
        background-color: var(--main-color-white);
    }
    .ml_pcheader {
        display: flex;
        align-items: center;
        max-width: 1200px;
        margin: 0 auto;
        justify-content: space-between;
        height: 110px;
    }
    .pclogo img {
        height: 105px;
    }
    .pc_search {
        padding: 5px; 
        display: flex;
        align-items: center;
    }
    .pc_search img {
        width: 20px;
        display: block;
        margin-right: 10px;
    }
    .pc_search input {
        height: 32px;
        background-color: transparent;
        border: none;
        outline: none;
        display: block;
        width: 250px;
    }
    .pc_search a {
        display: block;
        width: 70px;
        height: 30px; margin-right: 1px;
        line-height: 30px;
        background-color:#878787;
        color: var(--main-color-white);
        font-size: 14px;
        text-align: center;
        border-radius: 1px;
    }
    .pcnav {
        display: flex;
        align-items: center;
        position: relative;
        z-index: 99;
        max-width: 1200px;
        margin: 0 auto;
    }
    .pcnav>li {
        position: relative;
        flex: 1;
        transition: var(--main-transition);
        border-right: 0px solid #eeedeb;
    }
    .pcnav>li:last-child {
        border-right: none !important;
    }
    .pcnav>li>a {
        display: block;
        height: 50px;
        text-align: center;
        line-height: 50px;
        font-size: 22px;
        transition: var(--main-transition);
        color: #000000;
        padding: 0 20px;
    }
    .pc_sec_nav {
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%; 
   background-color: rgba(255, 255, 255, 0.7); 
        transform: rotateX(-60deg);
        opacity: 0.7;
        visibility: hidden; 
    }
    .pc_sec_item a {
        color: var(--main-color-fontColor);
        font-size: 14px;
        text-align: center;
        display: block;
        padding: 10px 20px;
        transition: var(--main-transition);
    }
    .pcnav>li>a:hover {
        color: var(--main-color-white);
        font-weight: bold;
        background-color: var(--main-color);
    }
    .pc_sec_item a:hover {
        color: var(--main-color-white) !important;
        background-color: var(--main-color) !important;
    }
    .pcnav li:hover .pc_sec_nav {
        transform: rotateX(0deg) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pc_sec_item:hover .pc_third_nav {
        transform: rotateX(0deg) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
    .pcnav li:hover {
        background-color: var(--main-color) !important;
    }
    .pcnav li:hover .first_a {
        color: #fff;
        font-weight: bold;
    }
    .pc_sec_item:hover .second_a {
        color: var(--main-color-white) !important;
        font-weight: bold;
    }
    .third_a:hover {
        color: var(--main-color-white) !important;
        font-weight: bold;
    }
    .pc_sec_item {
        position: relative;
    }
    .pc_third_nav {
        position: absolute;
        left: 100%;
        top: 0;
        z-index: 998;
        width: 150px;
        transform: rotateX(-60deg);
        opacity: 0;
        visibility: hidden;
        transition: var(--main-transition);
    }
    .third_a {
        color: var(--main-color-fontColor);
        background-color: var(--main-color-white);
    }
    .ml_mb_head {
        display: none;
    }
    .ml_mb_nav {
        display: none;
    }
    .pc_navout {
        width: 100%;
        height: 50px; 
        position: relative;
        z-index: 99;
    }
    .mb_search {
        display: none;
    }
    .ml_banner {
        width: 100%;
        z-index: 998;
    }
    .ml_banner:hover .bannerbtnleft {
        left: 10px !important;
        opacity: 1 !important;
    }
    .ml_banner:hover .bannerbtnright {
        right: 10px !important;
        opacity: 1 !important;
    }
    .ml_banner img {
        width: 100%;
    }
    .bannerpage .swiper-pagination-bullet {
        width: 15px !important;
        height: 15px !important;
    }
    .bannerbtn {
        width: 50px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color-white);
        font-size: 25px;
        height: 50px !important;
        transition: var(--main-transition);
        background: rgba(0, 0, 0, .7);
        background-image: none !important;
        opacity: 0;
    }
    .bannerbtnleft {
        left: 0 !important;
    }
    .bannerbtnright {
        right: 0 !important;
    }
   
    .en_title {
        padding: 10px 35px;
        border: 1px solid #dfdcd8;
        font-size: 18px;
        color: var(--main-color-p_color);
        display: table;
        margin: 0 auto;
    }
    .zh_title {
        margin-top: 15px;
        text-align: center;
        color: var(--main-color);
        font-size: 30px;
    }
    .index_sales {
        display: flex;
        flex-wrap: wrap;
    }
    .index_sales li {
        width: calc((100% - 60px)/4);
        margin-right: 20px;
        background-color: var(--main-color-white);
        padding: 10px;
        cursor: pointer;
    }
    .index_sales li:hover img {
        transform: rotate(45deg);
    }
    .index_sales li:hover .con1div {
        border: 1px solid var(--main-color);
    }
    .index_sales li img {
        width: 100%;
        transition: var(--main-transition);
        height: 200px;
        object-fit: contain;
        display: block;
        margin: 20px auto;
    }
    .index_sales li:nth-child(4n) {
        margin-right: 0 !important;
    }
    .con1div {
        border: 1px solid #eeedeb;
        padding: 30px 20px;
    }
    .con1div span {
        color: var(--main-color-span_color);
        font-size: 14px;
        display: block;
        text-align: center;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .con1div em {
        font-style: normal;
        font-weight: bold;
        display: block;
        text-align: center;
        color: #ff0000;
    }
    .con1div p {
        font-size: 18px;
        color: var(--main-color-p_color);
        text-align: center;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 10px;
    }
    .index_more {
        display: block;
        width: 145px;
        height: 50px;
        line-height: 50px;
        text-align: center;
        color: var(--main-color);
        font-size: 15px;
        border: 1px solid var(--main-color);
        margin: 0 auto;
        margin-top: 35px;
    }
    .con2 {
        padding: 60px 0;
    }
    .con2con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con2con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con2con ul li:hover {
        border-top: 2px solid var(--main-color);
    }
    .con2con ul li {
        width: calc((100% - 60px)/4);
        margin-right: 20px;
        padding: 30px 20px;
        border-top: 2px solid #dfdcd8;
    }
    .con2con ul li p {
        text-align: center;
        color: var(--main-color-fontColor);
        font-size: 16px;
    }
    .con2con ul li img {
        display: block;
        margin: 40px auto;
        width: 60px;
        height: 60px;
        object-fit: contain;
    }
    .con2con ul li a {
        display: block;
        width: 130px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        color: var(--main-color-fontColor);
        font-size: 15px;
        margin: 0 auto;
        border: 1px solid #dfdcd8;
    }
    .con2con ul li a:hover {
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .con2con ul li:nth-child(4n) {
        margin-right: 0 !important;
    }
    .con3 {
        padding: 60px 0;
        width: 100%;
        position: relative;
        z-index: 20;
    }
    .con3con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con3conbox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con3conboxleft {
        width: 60%;
    }
    .con3conboxright {
        flex: 1;
        position: relative;
        padding-left: 50px;
    }
    .con3conboxrightpos {
        position: absolute;
        right: 0;
        top: 0;
    }
    .con3conboxrightpos img {
        width: 100%;
    }
    .con3conboxleft strong {
        display: block;
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 25px;
        color: var(--main-color-fontColor);
    }
    .con3conboxleft p {
        font-size: 14px;
        color: var(--main-color-fontColor);
        line-height: 25px;
    }
    .con3conboxleft .index_more {
        margin: inherit;
        margin-top: 35px;
    }
    .con4 {
        padding: 30px 0;
        background-image: url(../images/bg1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .con4con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con4con ul {
        display: flex;
        width: 60%;
        align-items: center;
        justify-content: space-between;
    }
    .con4con ul li {
        width: 31%;
    }
    .con4con ul li img {
        border: 1px solid #ccc;
        border-radius: 50%;
        display: block;
        width: 75px;
        margin: 0 auto;
    }
    .con4con ul li p {
        font-size: 14px;
        color: var(--main-color-white);
        text-align: center;
        padding: 10px 0;
    }
    .con4con ul li span {
        font-size: 14px;
        color: var(--main-color-white);
        text-align: center;
        display: block;
    }
    .con5 {
        padding: 50px 0;
    }
    .con5con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con6 {
        padding: 50px 0;
        width: 100%;
        position: relative;
        z-index: 10;
    }
    .con6con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con6con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con6con ul li {
        width: 32%;
        padding: 35px 25px;
        background-color: var(--main-color-white);
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    .con6con ul li img {
        border: 8px solid #f8f8f7;
        display: block;
        margin: 0 auto;
        border-radius: 50%;
        width: 100%;
    }
    .con6con ul li strong {
        display: block;
        text-align: center;
        position: relative;
        padding-bottom: 10px;
        border-bottom: 1px solid #003f70;
        margin: 20px auto;
        font-size: 18px;
        color: var(--main-color);
        font-weight: normal;
    }
    .con6con ul li strong::after {
        position: absolute;
        content: '';
        width: 75px;
        height: 3px;
        bottom: -2px;
        background-color: var(--main-color);
        left: 50%;
        transform: translateX(-50%);
    }
    .con6con ul li p {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        font-size: 14px;
        color: var(--main-color);
        line-height: 25px;
    }
    .con7 {
        height: 350px;
        background-image: url(../images/bg1.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        margin-top: -18%;
        position: relative;
        z-index: 8;
    }
    .con6 .index_more {
        border: 1px solid var(--main-color-white) !important;
        color: var(--main-color-white);
    }
    .con8 {
        padding: 50px 0;
    }
    .con8con {
        max-width: 1200px;
        margin: 0 auto;
    }
    .con8con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con8con ul li {
        width: 31%;
    }
    .con8con ul li img {
        width: 100%;
        height: 190px;
        object-fit: cover;
        transition: var(--main-transition);
    }
    .con8con ul li:hover img {
        transform: scale(1.1);
    }
    .con8con ul li:hover .indexnew_div_right p {
        color: var(--main-color);
    }
    .newimgbox {
        display: block;
        overflow: hidden;
    }
    .indexnew_div {
        padding: 13px 0;
        display: flex;
        justify-content: space-between;
    }
    .indexnew_div_left {
        width: 18%;
        padding-right: 20px;
    }
    .indexnew_div_left strong {
        color: var(--main-color-fontColor);
        font-weight: normal;
        font-size: 16px;
        margin-bottom: 5px;
    }
    .indexnew_div_left span {
        color: var(--main-color-fontColor);
        font-size: 16px;
    }
    .indexnew_div_right {
        flex: 1;
        padding-left: 10px;
        border-left: 1px solid #eeedeb;
    }
    .indexnew_div_right p {
        font-size: 16px;
        color: var(--main-color-fontColor);
        margin-bottom: 5px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .indexnew_div_right span {
        display: block;
        font-size: 14px;
        color: var(--main-color-fontColor);
        margin-bottom: 5px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-height: 25px;
    }
    .indexnew_div_right i {
        color: var(--main-color);
    }
    .con9 {
        padding: 50px 0;
        background-image: url(../images/bg2.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .con9con {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con9conleft {
        width: 48%;
        padding: 30px;
        background: rgba(0, 0, 0, .6);
    }
    .con9conleft ul li {
        padding: 10px 0;
        border-bottom: 1px solid #625e58;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .con9conleft ul li span {
        flex: 1;
        padding-left: 20px;
        font-size: 15px;
        color: var(--main-color-white);
    }
    .iconbox {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--main-color);
        border-radius: 50%;
    }
    .iconbox i {
        font-size: 15px !important;
        color: var(--main-color-white) !important;
    }
    .con9conright {
        width: 48%;
        padding: 30px;
        background: rgba(0, 0, 0, .6);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .con9conright input {
        width: 100%;
        height: 40px;
        display: block;
        outline: none;
        border: none;
        margin-bottom: 20px;
        background-color: transparent;
        padding-left: 15px;
        border: 1px solid #dadada;
        color: var(--main-color-white);
    }
    .con9conright textarea {
        width: 100%;
        height: 120px;
        display: block;
        outline: none;
        border: none;
        background-color: transparent;
        padding-left: 15px;
        padding: 15px;
        border: 1px solid #dadada;
        color: var(--main-color-white);
    }
    .con9conright input::-webkit-input-placeholder {
        color: var(--main-color-white);
    }
    .con9conright textarea::-webkit-input-placeholder {
        color: var(--main-color-white);
    }
    .sub {
        display: block;
        margin-top: 20px;
        border-radius: 3px;
        line-height: 40px;
        text-align: center;
        height: 40px;
        background-color: var(--main-color-white);
        font-size: 15px;
        color: var(--main-color);
    }
 
    .copy {
        padding: 15px 0;
        border-top: 1px solid #6a6a6a;
        background-color: #373838;
    }
    .copycon {
        max-width: 1200px;
        margin: 0 auto;
        color: #ccc;
        text-align: center;
        font-size: 14px;
    }
    .copycon a {
        font-size: 14px;
        color: #ccc;
    }
    .inbanner {
        width: 100%;
        height: 250px;
        background-image: url(../images/inbanner.png);
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .inbanner strong {
        display: block;
        text-align: center;
        color: var(--main-color-white);
        font-size: 30px;
        font-weight: normal;
    }
    .honor {
        padding: 50px 0;
        width: 100%;
        margin-top: 200px;
    }
    .honorcon {
        max-width: 1200px;
        margin: 0 auto;
    }
    .honorcon ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .honorcon ul li {
        width: calc((100% - 60px) / 4);
        margin-right: 20px;
    }
    .honorcon ul li:nth-child(4n) {
        margin-right: 0;
    }
    .honorcon ul li img {
        width: 100%;
        height: 200px;
        object-fit: cover;
    }
    .support {
        padding: 50px 0;
    }
    .supportcon {
        max-width: 1200px;
        margin: 0 auto;
    }
    .supportcon ul {
        display: flex;
        flex-wrap: wrap;
    }
    .supportcon ul li {
        width: 25%;
        display: flex;
        flex-direction: column;
    }
    .li_top {
        height: 235px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: var(--main-color);
    }
    .li_bot {
        height: 237px;
        background-color: #f8f8f7;
        padding: 25px;
    }
    .li_bot p {
        font-size: 18px;
        color: var(--main-color-fontColor);
        margin-bottom: 15px;
    }
    .li_bot span {
        font-size: 14px;
        color: var(--main-color-fontColor);
        display: block;
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
    }
    .li_top img {
        width: 100px;
        height: 100px;
        transition: var(--main-transition);
        display: block;
        margin: 0 auto;
    }
    .rev {
        flex-direction: column-reverse !important;
    }
    .aftersale {
        width: 100%;
        padding: 50px 0;
    }
    .aftersalecon {
        max-width: 1200px;
        margin: 0 auto;
    }
    .aftersalecon ul {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .aftersalecon ul li {
        width: 31%;
    }
    .aftersalecon ul li img {
        width: 100%;
        height: 250px;
        object-fit: cover;
    }
    .netdiv {
        padding: 20px;
        background-color: #f8f8f7;
    }
    .netdiv p {
        font-size: 16px;
        color: var(--main-color-fontColor);
        margin-bottom: 5px;
    }
    .inside {
        max-width: 1230px;
        margin: 0 auto;
        padding: 30px 15px;
    }
}

@media only screen and (max-width: 996px) {
    .inside {
        width: 100%;
        margin: 0 auto;
        padding: 30px 15px;
    }
    .aftersale {
        width: 100%;
        padding: 30px 15px;
    }
    .aftersalecon {
        margin: 0 auto;
    }
    .aftersalecon ul {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .aftersalecon ul li {
        width: 100%;
        margin-bottom: 25px;
    }
    .aftersalecon ul li img {
        width: 100%;
    }
    .netdiv {
        padding: 20px;
        background-color: #f8f8f7;
    }
    .netdiv p {
        font-size: 15px;
        color: var(--main-color-fontColor);
        margin-bottom: 5px;
    }
    .support {
        padding: 30px 15px;
    }
    .supportcon {
        margin: 0 auto;
    }
    .supportcon ul {
        display: flex;
        flex-wrap: wrap;
    }
    .supportcon ul li {
        width: 100%;
        display: flex;
        flex-direction: column;
    }
    .li_top {
        height: 235px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        background-color: var(--main-color);
    }
    .li_bot {
        height: 237px;
        background-color: #f8f8f7;
        padding: 25px;
    }
    .li_bot p {
        font-size: 18px;
        color: var(--main-color-fontColor);
        margin-bottom: 15px;
    }
    .li_bot span {
        font-size: 14px;
        color: var(--main-color-fontColor);
        display: block;
        line-height: 25px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
    }
    .li_top img {
        width: 100px;
        height: 100px;
        transition: var(--main-transition);
        display: block;
        margin: 0 auto;
    }
    .honor {
        padding: 30px 15px;
        width: 100%;
    }
    .honorcon {
        margin: 0 auto;
    }
    .honorcon ul {
        display: flex;
        justify-content: space-between;
        align-items: center;
        flex-wrap: wrap;
    }
    .honorcon ul li {
        width: 48%;
        margin-bottom: 20px;
    }
    .honorcon ul li img {
        width: 100%;
    }
    .inbanner {
        width: 100%;
        height: 200px;
        background-image: url(../images/inbanner.png);
        background-size: cover;
        background-repeat: no-repeat;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .inbanner strong {
        display: block;
        text-align: center;
        color: var(--main-color-white);
        font-size: 25px;
        font-weight: normal;
    }
 
    .copy {
        padding: 15px;
        border-top: 1px solid #6a6a6a;
        background-color: #373838;
        margin-bottom: 60px;
    }
    .copycon {
        margin: 0 auto;
        color: #ccc;
        text-align: center;
        font-size: 14px;
    }
    .copycon a {
        font-size: 14px;
        color: #ccc;
    }
    .con9 {
        padding: 30px 15px;
        background-image: url(../images/bg2.jpg);
        background-size: cover;
        background-repeat: no-repeat;
    }
    .con9con {
        margin: 0 auto;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con9conleft {
        width: 100%;
        margin-bottom: 30px;
        padding: 15px;
        background: rgba(0, 0, 0, .6);
    }
    .con9conleft ul li {
        padding: 10px 0;
        border-bottom: 1px solid #625e58;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .con9conleft ul li span {
        flex: 1;
        padding-left: 20px;
        font-size: 14px;
        color: var(--main-color-white);
    }
    .iconbox {
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: var(--main-color);
        border-radius: 50%;
    }
    .iconbox i {
        font-size: 15px !important;
        color: var(--main-color-white) !important;
    }
    .con9conright {
        width: 100%;
        padding: 15px;
        background: rgba(0, 0, 0, .6);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
    .con9conright input {
        width: 100%;
        height: 40px;
        display: block;
        outline: none;
        border: none;
        margin-bottom: 20px;
        background-color: transparent;
        padding-left: 15px;
        border: 1px solid #dadada;
        color: var(--main-color-white);
    }
    .con9conright textarea {
        width: 100%;
        height: 80px;
        display: block;
        outline: none;
        border: none;
        background-color: transparent;
        padding-left: 15px;
        padding: 15px;
        border: 1px solid #dadada;
        color: var(--main-color-white);
    }
    .con9conright input::-webkit-input-placeholder {
        color: var(--main-color-white);
    }
    .con9conright textarea::-webkit-input-placeholder {
        color: var(--main-color-white);
    }
    .sub {
        display: block;
        margin-top: 20px;
        border-radius: 3px;
        line-height: 40px;
        text-align: center;
        height: 40px;
        background-color: var(--main-color-white);
        font-size: 15px;
        color: var(--main-color);
    }
    .con8 {
        padding: 30px 15px;
    }
    .con8con {
        margin: 0 auto;
    }
    .con8con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con8con ul li {
        width: 100%;
        margin-bottom: 30px;
    }
    .con8con ul li img {
        width: 100%;
        transition: var(--main-transition);
    }
    .con8con ul li:hover img {
        transform: scale(1.1);
    }
    .con8con ul li:hover .indexnew_div_right p {
        color: var(--main-color);
    }
    .newimgbox {
        display: block;
        overflow: hidden;
    }
    .indexnew_div {
        padding: 13px 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .indexnew_div_left {
        width: 100%;
    }
    .indexnew_div_left strong {
        color: var(--main-color-fontColor);
        font-weight: normal;
        font-size: 16px;
        margin-bottom: 5px;
    }
    .indexnew_div_left span {
        color: var(--main-color-fontColor);
        font-size: 16px;
    }
    .indexnew_div_right {
        width: 100%;
        margin-top: 10px;
    }
    .indexnew_div_right p {
        font-size: 16px;
        color: var(--main-color-fontColor);
        margin-bottom: 5px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .indexnew_div_right span {
        display: block;
        font-size: 14px;
        color: var(--main-color-fontColor);
        margin-bottom: 5px;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-height: 25px;
    }
    .indexnew_div_right i {
        color: var(--main-color);
    }
    .con7 {
        display: none;
    }
    .con6 {
        padding: 30px 15px;
        width: 100%;
    }
    .con6con {
        margin: 0 auto;
    }
    .con6con ul {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con6con ul li {
        width: 100%;
        padding: 35px 25px;
        margin-bottom: 25px;
        background-color: var(--main-color-white);
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }
    .con6con ul li img {
        border: 8px solid #f8f8f7;
        display: block;
        margin: 0 auto;
        border-radius: 50%;
        width: 100%;
    }
    .con6con ul li strong {
        display: block;
        text-align: center;
        position: relative;
        padding-bottom: 10px;
        border-bottom: 1px solid #003f70;
        margin: 20px auto;
        font-size: 18px;
        color: var(--main-color);
        font-weight: normal;
    }
    .con6con ul li strong::after {
        position: absolute;
        content: '';
        width: 75px;
        height: 3px;
        bottom: -2px;
        background-color: var(--main-color);
        left: 50%;
        transform: translateX(-50%);
    }
    .con6con ul li p {
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 6;
        font-size: 14px;
        color: var(--main-color);
        line-height: 25px;
    }
    .con5 {
        padding: 30px 15px;
    }
    .con5con {
        margin: 0 auto;
    }
    .con4 {
        padding: 3px 15px;
        background-image: url(../images/bg1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }
    .con4con {
        margin: 0 auto;
    }
    .con4con ul {
        display: flex;
        width: 100%;
        align-items: center;
        justify-content: space-between;
    }
    .con4con ul li {
        width: 31%;
    }
    .con4con ul li img {
        border: 1px solid #ccc;
        border-radius: 50%;
        display: block;
        width: 75px;
        margin: 0 auto;
    }
    .con4con ul li p {
        font-size: 14px;
        color: var(--main-color-white);
        text-align: center;
        padding: 10px 0;
    }
    .con4con ul li span {
        font-size: 14px;
        color: var(--main-color-white);
        text-align: center;
        display: block;
    }
    .con3 {
        padding: 30px 15px;
        width: 100%;
    }
    .con3con {
        margin: 0 auto;
    }
    .con3conbox {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    .con3conboxleft {
        width: 100%;
        margin-bottom: 25px;
    }
    .con3conboxright {
        width: 100%;
        position: relative;
    }
    .con3conboxrightpos img {
        width: 100%;
    }
    .con3conboxleft strong {
        display: block;
        font-size: 18px;
        font-weight: normal;
        margin-bottom: 25px;
        color: var(--main-color-fontColor);
    }
    .con3conboxleft p {
        font-size: 14px;
        color: var(--main-color-fontColor);
        line-height: 25px;
    }
    .con3conboxleft .index_more {
        margin: inherit;
        margin-top: 35px;
    }
    .con2 {
        padding: 30px 15px;
    }
    .con2con {
        margin: 0 auto;
    }
    .con2con ul {
        display: flex;
        flex-wrap: wrap;
    }
    .con2con ul li:hover {
        border-top: 2px solid var(--main-color);
    }
    .con2con ul li {
        width: 100%;
        margin-bottom: 20px;
        padding: 30px 20px;
        border-top: 2px solid var(--main-color);
    }
    .con2con ul li p {
        text-align: center;
        color: var(--main-color-fontColor);
        font-size: 16px;
    }
    .con2con ul li img {
        display: block;
        margin: 20px auto;
        width: 60px;
        height: 60px;
        object-fit: contain;
    }
    .con2con ul li a {
        display: block;
        width: 130px;
        height: 45px;
        line-height: 45px;
        text-align: center;
        font-size: 15px;
        margin: 0 auto;
        border: 1px solid #dfdcd8;
        background-color: var(--main-color);
        color: var(--main-color-white);
    }
    .con2con ul li:nth-child(4n) {
        margin-right: 0 !important;
    }
    .con1 {
        width: 100%;
        padding: 30px 15px;
        background-color: #f8f8f7;
    }
    .con1con {
        margin: 0 auto;
    }
    .con_title {
        margin-bottom: 25px;
    }
    .en_title {
        padding: 10px 15px;
        border: 1px solid #dfdcd8;
        font-size: 20px;
        color: var(--main-color-p_color);
        display: table;
        margin: 0 auto;
    }
    .zh_title {
        margin-top: 10px;
        text-align: center;
        color: var(--main-color);
        font-size: 20px;
    }
    .index_sales {
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .index_sales li {
        width: 49%;
        background-color: var(--main-color-white);
        padding: 10px;
        cursor: pointer;
    }
    .index_sales li img {
        width: 100%;
        transition: var(--main-transition);
        height: 120px;
        display: block;
        margin: 20px auto;
    }
    .index_sales li:nth-child(4n) {
        margin-right: 0 !important;
    }
    .con1div {
        border: 1px solid #eeedeb;
        padding: 30px 20px;
    }
    .con1div span {
        color: var(--main-color-span_color);
        font-size: 14px;
        display: block;
        text-align: center;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
    }
    .con1div em {
        font-size: 12px;
        font-style: normal;
        font-weight: bold;
        display: block;
        text-align: center;
        color: #ff0000;
    }
    .con1div p {
        font-size: 14px;
        color: var(--main-color-p_color);
        text-align: center;
        width: 100%;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 1;
        margin-bottom: 10px;
    }
    .index_more {
        display: block;
        width: 120px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        color: var(--main-color);
        font-size: 14px;
        border: 1px solid var(--main-color);
        margin: 0 auto;
        margin-top: 25px;
    }
    .ml_banner {
        width: 100%;
    }
    .ml_banner img {
        width: 100%;
    }
    .bannerpage .swiper-pagination-bullet {
        width: 10px !important;
        height: 10px !important;
    }
    .bannerbtn {
        width: 40px !important;
        height: 40px !important;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--main-color-white);
        font-size: 25px;
        transition: var(--main-transition);
        background: rgba(0, 0, 0, .7);
        background-image: none !important;
    }
    .mb_search {
        margin-top: 33px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 10px 10px;
        background-color: var(--main-color-white);
    }
    .mb_search input {
        display: block;
        width: 75%;
        height: 35px;
        border: none;
        border: 1px solid #ccc;
        padding-left: 15px;
    }
    .mb_search a {
        display: block;
        height: 35px;
        background-color: var(--main-color);
        line-height: 35px;
        color: var(--main-color-white);
        font-size: 14px;
        text-align: center;
        flex: 1;
    }
    .pc_navout {
        display: none;
    }
    .ml_pchead {
        display: none;
    }
    .pcnav {
        display: none;
    }
    .ml_mb_arrowChange {
        transform: rotate(90deg);
    }
    .ml_mbnav_3 {
        display: none;
    }
    .ml_mbnav_3_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #efefef;
    }
    .ml_mbnav_3_item>a {
        display: block;
        width: 100%;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-fontColor);
        font-size: 14px;
        padding-left: 35px;
    }
    .ml_mb_nav i {
        font-size: 22px !important;
        transition: var(--main-transition);
    }
    .ml_mbnav_2_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
        background-color: #e3e3e3;
    }
    .ml_mbnav_2_item>a {
        display: block;
        height: 40px;
        width: 100%;
        line-height: 40px;
        color: var(--main-color-fontColor);
        font-size: 14px;
        padding-left: 20px;
    }
    .ml_mbnav_2 {
        display: none;
    }
    .ml_mbnav_1_item>a {
        display: block;
        height: 40px;
        line-height: 40px;
        color: var(--main-color-fontColor);
        font-size: 14px;
        width: 100%;
    }
    .ml_mbnav_1_item {
        display: flex;
        padding: 0 20px;
        justify-content: space-between;
        align-items: center;
        border-bottom: 1px solid #f3f3f3;
    }
    .ml_mb_nav {
        width: 100%;
        height: calc(100% - 60px);
        position: fixed;
        top: 60px;
        right: -100%;
        background-color: var(--main-color-white);
        z-index: 100;
        border-top: 1px solid #ccc;
        overflow: scroll;
        padding: 20px 0;
        transition: var(--main-transition);
    }
    .mb_navShow {
        right: 0 !important;
    }
    .hb_fadeout {
        opacity: 0 !important;
    }
    .change2 {
        transform: translateY(-10px) rotate(-45deg);
    }
    .change1 {
        transform: translateY(10px) rotate(45deg);
    }
    .hb span {
        display: block;
        width: 30px;
        height: 1px;
        background-color: var(--main-color-fontColor);
        transition: var(--main-transition);
    }
    .hb {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        height: 20px;
        flex-direction: column;
    }
    .ml_mb_logo img {
        width: 210px;
    }
    .ml_mb_head {
        display: flex;
        height: 60px;
        padding: 0 20px;
        background-color: var(--main-color-white);
        position: fixed;
        top: 0;
        left: 0;
        align-items: center;
        justify-content: space-between;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        width: 100%;
        z-index: 99;
    }
    .ml_pcheader {
        display: none;
    }
}