html {
  font-size: 62.5%;
}

body {
  font     : normal 100% Arial, sans-serif;
  font-size: 14px;
  font-size: 14px;
  margin   : 0;
  overflow-x: hidden;
}

ul {
  list-style: none;
  margin    : 0px;
  padding   : 0;
}

a {
  text-decoration: none;
  color          : black;
}
ul li{
    list-style: none;
}




input,
button {
  border : none;
  outline: none;
}

/* 顶部 */
.pagetop {
  width : 1350px;
  height: 170px;
  margin: auto;
}

.pagetop .logo {
  position: relative;
  left    : 0;
  width   : 214px;
  height  : 170px;
  float   : left;
}

.pagetop .logo img {
  position : absolute;
  top      : 50%;
  left     : 50%;
  transform: translate(-50%, -50%);
}

/* 右边 */
.pagetop .topright {
  float     : right;
  margin-top: 30px;
}

.pagetop .topright .line {
  display        : flex;
  justify-content: flex-end;
}

.pagetop .topright .line img {
  width : 38px;
  height: 37px;
  margin: 0 10px 0 10px;
}

.bar3 form {
  background: #f3f3f3;


  position: relative;
  width   : 225px;
  margin  : 0 auto;

}

.bar3 input,
.bar3 button {
  background: transparent;
}

.bar3 input {
  width        : 200px;
  height       : 36px;
  border-radius: 36px;
  background   : #f3f3f3;
  transition   : .3s linear;
  float        : right;
  padding      : 0 15px;
}

.bar3 button {
  top  : 0;
  right: 0;

  height  : 3.6rem;
  width   : 3.6rem;
  cursor  : pointer;
  position: absolute;

}

.bar3 button:before {
  content    : "\f002";
  font-family: FontAwesome;
  font-size  : 16px;
  color      : #a9a7a8;
}

.pagetop .topright .line ul {
  display: flex;

  margin-top: 2.5rem;
}

.pagetop .topright .line ul li {
  width         : 10rem;
  height        : 3.5rem;
  font-family   : "Microsoft YaHei";
  font-size     : 1.6rem;
  font-weight   : bold;
  text-align    : center;
  vertical-align: middle;
  line-height   : 3.5rem;
  cursor        : pointer;
}

.pagetop .topright .line ul li.select {
  background-color: #3aa2f7;
  color           : #fff;
}
.pagetop .topright .line ul li.select a{
  color: #fff;
}
/* 顶部结束 */


.content {
  width : 1350px;
  margin: 0 auto;
}


/* index */

/* 滚动? 目前单图片 */
.content .bar {
  width    : 1920px;
  height   : 765px;
  transform: translate(-285px, 0);
}

.content .t1 {
  display    : block;
  font-family: "Microsoft YaHei";
  font-size  : 4rem;
  font-weight: bold;
  text-align : center;
  width      : 100%;
  margin-top : 4rem;
}

.content .t2 {
  display    : block;
  font-family: "Microsoft YaHei";
  font-size  : 2rem;

  text-align: center;
  width     : 100%;
  color     : #c1c1c1;
}

.content .m {
  width: 100%;

}

.content .m1 {
  display   : flex;
  margin-top: 60px;
}

.content .m1 .mm1 .tt1 {
  display     : block;
  font-family : "Microsoft YaHei";
  font-size   : 16px;
  line-height : 28px;
  margin-right: 80px;
}

.content .m1 .mm2 {
  margin: 0 20px;

}

.content .m1 .mm1 a,
.content .m3 a,
.content .c1 a,
.content .c .cc .ccc2 a.more {
  margin-top : 40px;
  display    : block;
  width      : 160px;
  height     : 45px;
  font-family: "Microsoft YaHei";
  font-size  : 16px;
  font-weight: bold;
  text-align : center;
  line-height: 45px;

  background-color: #3aa2f7;
  color           : #fff;
}

.content .bar1 {

  height    : 283px;
  margin-top: 50px;

}

.content .m2 {
  display  : flex;
  flex-wrap: wrap;
  transform: translate(0, -175px);
  height   : 380px;
}

.content .m2 img {
  margin: 18px 7px;
}

.content .c:before {
  content: "";
  display: table;
}

.content .c {
  width           : 1920px;
  height          : 700px;
  transform       : translate(-285px, 0);
  background-color: #f8f8f8;
  margin          : 0px;

}

.content .c .t1 {
  margin-top: 50xp;
}

.content .c .cc {
  display   : flex;
  width     : 1350px;
  margin    : auto;
  margin-top: 55px;
}

.content .c .cc .ccc1 {
  display         : inline-block;
  box-shadow      : 0 0 20px #d8d8d8;
  background-color: #fff;
  width           : 535px;
  height          : 470px;
}

.content .c .cc .ccc1 .tt1,
.content .c .cc .ccc1 .tt2,
.content .c .cc .ccc1 .tt3,
.content .c .cc .ccc2 .tt1 {
  display    : block;
  font-family: "Microsoft YaHei";
  font-size  : 18px;
  font-weight: bold;
  line-height: 28px;
  margin     : 10px 25px;
}

.content .c .cc .ccc1 .tt2 {
  font-weight: normal;
  font-size  : 15px;
  line-height: 20px;
  color      : #8f8f8f;
}

.content .c .cc .ccc1 .tt3,
.content .c .cc .ccc2 .tt3 {
  font-weight: normal;
  font-size  : 15px;
  line-height: 20px;
  color      : #8f8f8f;
}

.content .c .cc .ccc1 .tt3 .ttt1,
.content .c .cc .ccc2 .tt3 .ttt1 {
  color: #005db4;
}

.content .c .cc .ccc2 {
  margin-left: 40px;
}

.content .c .cc .ccc2 ul {}

.content .c .cc .ccc2 ul li {
  border-bottom: 1px #8f8f8f dashed;
  padding      : 10px 0;
  width        : 735px;
}

.content .c .cc .ccc2 ul li:first-child {
  padding-top: 0px;
}

.content .c .cc .ccc2 .tt1 {
  margin     : 10px 0;
  font-size  : 16px;
  line-height: 20px;
  color      : #8f8f8f;
}

.content .c .cc .ccc2 .tt3 {
  font-size: 14px;
}

.content .c .cc .ccc2 a {
  margin: 40px;
}

.content .m3 {
  height: 1200px;
}

.content .m3 ul {

  display  : flex;
  flex-wrap: wrap;
  width    : 1390px;
  padding  : 0;
}

.content .m3 ul li {
  display   : inline-block;
  box-shadow: 0 0 20px #d8d8d8;
  width     : 423px;
  height    : 370px;
  margin    : 50px 13px;
}

.content .m3 ul li .tt1,
.content .m3 ul li .tt2 {
  font-family: "Microsoft YaHei";
  font-size  : 18px;
  margin     : 30px 20px;
  float      : left;
}

.content .m3 ul li .tt2 {
  float: right;
}

.content .m3 a {
  position   : absolute;
  left       : 50%;
  margin-left: -80px;
  margin-top : 10px;
}

.content .c1 {
  display         : table;
  width           : 1920px;
  height          : 750px;
  transform       : translate(-285px, 0);
  background-image: url('../images/1.jpg');
}

.content .c1 .swiper-container {
  width     : 1376px;
  height    : 450px;
  margin    : auto;
  margin-top: 150px;
  overflow: hidden;
}

.content .c1 .swiper-container2 {
  width     : 1376px;
  height    : 450px;
  margin    : auto;
  margin-top: 100px;
  overflow: hidden;
}

.content .c1 .swiper-slide {
  text-align: center;
  font-size : 18px;
  background: #fff;

  /* Center slide text vertically */
  display                : -webkit-box;
  display                : -ms-flexbox;
  display                : -webkit-flex;
  display                : flex;
  -webkit-box-pack       : center;
  -ms-flex-pack          : center;
  -webkit-justify-content: center;
  justify-content        : center;
  -webkit-box-align      : center;
  -ms-flex-align         : center;
  -webkit-align-items    : center;
  align-items            : center;
}

.content .c1 .swiper-button-prev {
  margin-left: 200px;
}

.content .c1 .swiper-button-next {
  margin-right: 200px;

}

.content .c1 .swiper-slide {
  display    : block;
  font-family: "Microsoft YaHei";
  text-align : left;

  height: 400px;
}

.content .c1 .swiper-slide img {
  display: block;
}

.content .c1 .swiper-slide .tt1 {
  display    : block;
  font-size  : 18px;
  font-weight: bold;
  line-height: 28px;
  margin     : 20px 30px;

}

.content .c1 .swiper-slide .tt2 {
  display: block;

  font-size  : 14px;
  line-height: 18px;
  margin     : 0px 30px;

}

.content .c1 .swiper-slide a {
  font-size  : 14px;
  line-height: 18px;
  margin     : 10px 10px;
  float      : right;
  color      : #005db4;
  background : none;
  text-align : right;
}

.content .c1 a {
  position   : absolute;
  left       : 50%;
  margin-left: -80px;
  margin-top : 10px;
}

/* 内容容器 */
.content .ac1,
.content .ac2 {
  width  : 1350px;
  padding: 40px 0px;
  overflow: hidden;
}

/* 底部 */
.foot,
.foot .c1,
.foot .c2 {
  width: 100%;
  color: #fff;
}

.foot a {
  color: #fff;
}

.foot .c1 {
  height          : 310px;
  background-color: #050c1f;
}

.foot .c2 {
  display         : table;
  height          : 120px;
  background-color: #040e29;

}

.foot .c1 .cc1 {
  width      : 1350px;
  margin     : auto;
  display    : flex;
  position   : relative;
  padding-top: 20px;
}

.foot .c1 .cc1 img {
  position: absolute;
  width   : 133px;
  height  : 160px;
  right   : 20px;
  top     : 50px;
}

.foot .c1 .cc1 ul {
  margin-right: 40px;
}

.foot .c1 .cc1 li {
  font-size: 15px;
  margin   : 15px 0px;
}

.foot .c1 .cc1 li:first-child {
  font-weight: bold;
  font-size  : 16px;
}

.foot .c2 span {
  display   : block;
  width     : 100%;
  text-align: center;
  margin    : 10px;

}

.foot .c2 span:first-child {
  margin-top: 20px;
}




/* about */
.content .image1,
.content .title1 {
  width    : 1920px;
  height   : 760px;
  transform: translate(-285px, 0);
}

.content .title1 {
  height          : 80px;
  background-color: #f8f8f8;
}

.content .title1 span {
  display    : block;
  width      : 1350px;
  margin     : auto;
  color      : #6d6d6d;
  line-height: 80px;
  font-size  : 18px;
}

.content .sort2 {
  display        : flex;
  width          : 1350px;
  justify-content: center;
  margin         : 40px 0;
}

.content .sort2 li {
  font-size   : 22px;
  color       : #6d6d6d;
  margin-right: 30px;
  line-height : 40px;
}

.content .sort2 .tar {
  border-bottom: 4px solid #2975af;
}

.content .sort2 .tar a {
  color: #2975af;
}

/* news */
.content .ac1 ul {
  display: block;
}

.content .ac1 li {
  display      : block;
  width        : 1260px;
  height       : 200px;
  padding      : 20px 0px;
  border-bottom: 1px #8f8f8f dashed;
  position     : relative;
}

.content .ac1 li .ll {
  float: left;
}

.content .ac1 li .rr {
  float: right;
  width: 950px;

}

.content .ac1 li .rr span {
  display: block;

}

.content .ac1 li .rr .ttt {
  font-size  : 20px;
  font-weight: bold;
  margin     : 20px 0;
}

.content .ac1 li .rr .ccc {
  font-size: 14px;

  color         : #6d6d6d;
  line-height   : 28px;
  letter-spacing: 1px;
}

.content .ac1 li .rr a {

  display    : block;
  width      : 160px;
  height     : 45px;
  font-family: "Microsoft YaHei";
  font-size  : 16px;
  font-weight: bold;
  text-align : center;
  line-height: 45px;

  background-color: #3aa2f7;
  color           : #fff;
  position        : absolute;
  right           : 10px;
  bottom          : 60px;
}

/* jionus */

.content .ac2 ul {
  display: block;
}

.content .ac2 img {
  margin-bottom: 40px;
}

.content .ac2 li {
  display      : block;
  width        : 1260px;
  height       : 50px;
  padding      : 35px 0px;
  border-bottom: 1px #8f8f8f dashed;
  position     : relative;
}

.content .ac2 .rr {
  border-left: 10px #5b9eed solid;
  height     : 50px;
}

.content .ac2 .rr span {
  display       : block;
  font-size     : 20px;
  font-weight   : bold;
  margin-left   : 10px;
  letter-spacing: 1px;
}

.content .ac2 .rr .ccc {
  font-size  : 14px;
  font-weight: normal;
  color      : #6d6d6d;
  margin-top : 5px;
  display    : inline-block;
}

.content .ac2 .rr .rrr {
  float      : right;
  font-size  : 18px;
  font-weight: normal;
  color      : #6d6d6d;
}


/* contact */

.content .ac3 .img1 {
  margin: 50px 0px;
}

.content .ac3 .l1 {
  color : #6d6d6d;
  height: 280px;
}

.content .ac3 .l1 img,
.content .ac3 .l1 span {
  display       : inline-block;
  vertical-align: middle;
  margin-right  : 20px;
}


.content .ac3 .l1 .ll2 {
  margin: 40px 0px;
}

.content .ac3 .l1 .ll1 .txt1 {
  font-size  : 36px;
  line-height: 40px;
  width      : 250px;
}

.content .ac3 .l1 .ll1 .txt2 {
  font-size  : 24px;
  line-height: 40px;
}

.content .ac3 .l1 .ll2 .txt3,
.content .ac3 .l1 .ll2 .txt4 {
  font-size  : 18px;
  line-height: 24px;
  width      : 250px;
  white-space: normal;
}

.content .ac3 .l1 .ll2 .txt4 {
  font-size: 24px;
}

.content .ac3 .l1 div {
  display: inline-block;
}

.content .ac3 .l1 .ll3 {

  float       : right;
  margin-top  : -50px;
  margin-right: 100px;
}

/* message */
.content .ac4 {
  height: 1500px;
}

.content .ac4 .img1 {
  margin: 50px 0px;
}

.content .hh {
  font-size    : 20px;
  font-weight  : normal;
  color        : #6d6d6d;
  margin-bottom: 40px;
  display      : block;
}

.content .ipt .nn {
  color    : #6d6d6d;
  font-size: 20px;
}

.content .ipt li {
  height: 80px;
}

.content .ipt li input {
  background-color: #f8f8f8;
  height          : 50px;
  width           : 660px;
  margin-left     : 20px;
  font-size       : 20px;
  color           : #6d6d6d;
  padding         : 0px 20px;
}

.content .ac4 .ta {
  width           : 1250px;
  height          : 340px;
  background-color: #f8f8f8;
  border          : none;
  padding         : 20px;
  font-size       : 20px;
  font-family     : "Microsoft YaHei";
  color           : #6d6d6d;
}

.content .ac4 .btn {
  margin: 40px 0px;
}

.content .ac4 .btn input {
  width           : 160px;
  height          : 50px;
  background-color: #5b9eed;
  margin-right    : 50px;
  color           : #fff;
  font-size       : 20px;
}

.content .ac4 .btn .rrbtn {
  background-color: #f8f8f8;
  color           : #8c8c8c;
}

/* company */
.content .ac5 {
  /* height: 1500px; */
}

.content .ac5 .img1 {
  margin: 50px 0px;
}

.content .ac5 ul {
  display  : flex;
  flex-wrap: wrap;
}

.content .ac5 ul li {
  width           : 400px;
  height          : 368px;
  display         : block;
  background-color: #f8f8f8;
  border          : 1px solid #ededed;
  margin-right    : 14px;
  margin-bottom   : 50px;
  position        : relative;


}

.content .ac5 ul li .iii {
  width : 400px;
  height: 200px;
}

.content .ac5 ul li .ct1 {
  display  : block;
  font-size: 17px;

  font-weight: bold;
  margin     : 20px;
}

.content .ac5 ul li .ct2 {
  font-size: 12px;
  display  : block;
  margin   : 20px;
}

.content .ac5 ul li .icn {
  position: absolute;
  left    : 20px;
  bottom  : 20px;
}

.content .ac5 ul li a {
  position   : absolute;
  right      : 20px;
  bottom     : 25px;
  font-size  : 12px;
  color      : #005db4;
  font-weight: bold;
}


/* Performance */


.content .ac6 .img1 {
  margin: 50px 0px;
}

.content .ac6 ul {
  display  : flex;
  flex-wrap: wrap;
}

.content .ac6 ul li {
  width           : 400px;
  height          : 368px;
  display         : block;
  background-color: #f8f8f8;
  border          : 1px solid #ededed;
  margin-right    : 14px;
  margin-bottom   : 50px;
  position        : relative;


}

.content .ac6 ul li .iii {
  width : 400px;
  height: 200px;
}

.content .ac6 ul li .ct1 {
  display  : block;
  font-size: 17px;

  font-weight: bold;
  margin     : 20px;
}

.content .ac6 ul li .ct2 {
  font-size: 12px;
  display  : block;
  margin   : 20px;
}


.content .ac6 ul li a {
  position   : absolute;
  right      : 20px;
  bottom     : 25px;
  font-size  : 12px;
  color      : #005db4;
  font-weight: bold;
}





/*森森*/
.ss-m3 a{
  position: relative !important;
  left: 0;
  margin: 0;
}
.content .ac5 ul li {
  width           : 400px;
  height          : 368px;
  display         : block;
  background-color: #f8f8f8;
  border          : 1px solid #ededed;
  margin: 0 20px 50px;
  position        : relative;
}
.ss-page{
  padding: 20px 0;
  margin-bottom: 30px;
}
.ss-page li{
    line-height: 30px;
    text-align: center;
    list-style: none;
    float: left;
}
.ss-page li.thisclass{
    height: 30px;
    background: #2975af;
    line-height: 30px;
    text-align: center;
    border: 1px solid #eee;
    margin: 0 4px;
    padding: 0 10px;
    color: #fff;
}
.ss-page li a{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin-right: 4px;
    padding: 0 10px;
    border: 1px solid #eee;
}
.content .ac6 ul li .ss-iii{
  height: 280px;
}
.content .ss-team{
    height: 800px;
    background: #fff;
}
.content .ss-team .cc .ccc1{
    width: 776px;
    /* height: 640px; */
}
.content .ss-team .cc .ccc2{
    width: 530px;
}
.content .ss-team .cc .ccc2 ul li{
    width: 100%;
    height: 250px;
    border: none;
}
.content .ss-team .cc .ccc2 ul li img{
    width: 530px;
    height: auto;
}
.content .ss-team .cc .ccc2 a{
    margin: 0;
}
.content .ss-team .ss-more{
    margin: 40px auto;
    display: block;
    width: 160px;
    height: 45px;
    font-family: "Microsoft YaHei";
    font-size: 16px;
    font-weight: bold;
    text-align: center;
    line-height: 45px;
    background-color: #3aa2f7;
    color: #fff;
}
.content .ss-team .cc .tt1{
    color: #666;
}
.content .ss-duty .cc .ccc2{
    margin: 0 40px 0 0;
}
a:hover{
    color: #3aa2f7;
}
a.more:hover{
    background: #1885de !important;
}
.content .c .cc .ccc2 .tt1:hover, .content .ss-team .cc .tt1:hover{
    color: #3aa2f7;
}
.content .m2 a{
    width: 436px;
    height: 216px;
    overflow: hidden;
    margin: 18px 7px;
}
img.hover{
    cursor: pointer;
    transition: all 0.6s;
    -ms-transition: all 0.8s;
    margin: 0 !important;
}
img.hover:hover{
    -webkit-transform:scale(1.05, 1.05);
    -moz-transform:scale(1.05, 1.05);
    -transform:scale(1.05, 1.05);
}

.page-box{
  width: 100%;text-align: center;margin: 0 0 20px;
}
.page-box #pages{
  display: inline-block;
  margin-right: 10px;
}


.page-box #pages a{
  display: inline-block;
  width: 35px;
  height:35px;
  color: #838383;
  font-size: 14px;
  border: 1px solid #ccc;
  /*background: #d03745;*/
}

.page-box #pages li {width: 35px;height: 35px;line-height: 35px;display: inline-block;border: 1px solid #cccccc;margin-right:5px;}
.page-box #pages li.active{background: #183883;color:#fff;}
.pc{
    display: block;
}
.mobile{
    display: none;
}

.ccc-box{
    width:537px;
    height:320px;
    overflow:hidden;
}
.ccc-box img{
    width:537px;
    height:320px;
}
.team-box{
    width:776px;height:518px;overflow:hidden;
}
.team-box img{
    width:776px;height:518px;
}

.m.m3{
        overflow:hidden;
        height:600px;
    }

@media screen and (max-width:750px){
    .pc{
        display: none;
    }
    .mobile{
        display: block;
    }
    .pagetop{
        width: 100%;
        height: auto;
    }
    .pagetop .topright{
        float: none;
        margin-top: 0;
    }
    .pagetop .topright .line{
        float: right;
        margin-top: 20px;
    }
    .pagetop .topright .line2{
        clear:both;
        display: flex;
        justify-content: flex-start;
        text-align: left;
    }
    .top-box{
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .pagetop .logo{
        width:100px;
        height:40px;
        left:10px;
        top:10px;
        float:none;
    }
    .pagetop .logo img{
        width:100%;
        height: auto;
    }
    .content{
        width:100%;
    }
    .content .t1{
        font-size: 26px;
        margin-top:20px;
        margin-bottom:10px;
    }
    .content .t2{
        font-size: 20px;
    }
    .content .m1{
        margin-top:20px;
        flex-direction:  column-reverse;
    }
    .content .m1 .mm2{
        margin: 0 15px;
    }
    .content .m1 .mm1 .tt1{
        margin-right: 0;
        padding: 0 15px;
    }
    .content .m1 .mm1 a{
        margin: 20px auto 0;
        display: block;
        width: 120px;
        height: 35px;
        line-height: 35px;
        
    }
    .mm2 video{
        width:100% !important;
        height: 230px !important;
        margin-bottom: 20px;
    }
    .content .bar.bar1 {
        height: auto;
        margin-top: 0px;
        display: none;
    }
    .content .m2 {
        transform: translate(0, -25px);
         height: auto; 
    }
    .content .c{
        width: 100%;
        height: auto;
        transform: translate(0, 0);
    }
    .content .c .cc{
        flex-direction: column;
        width:100%;
        margin-top: 20px;
    }
    .content .c .cc .ccc1{
        width:100%;
        height:auto;
    }
    .ccc-box{
        width:100%;
        height:auto;
        overflow:hidden;
    }
    .ccc-box img{
        width:100%;
        height:auto;
    }
    .content .c .cc .ccc2{
        margin-left: 0;
        padding: 0 15px;
    }
    .content .c .cc .ccc2 a.more {
        margin: 20px auto;
        display: block;
        width: 120px;
        height: 35px;
        line-height: 35px;
    }
    .team-box{
        width:100%;
        height:auto;
        overflow:hidden;
    }
    .team-box img{
        width:100%;
        height:auto;
    }
    .content .ss-team .cc .ccc2{
        width:100%;
        padding-left: 0;
    }
    .content .m2 a{
        margin:20px 8px 0;
    }
    .content .c .cc .ccc2 ul li{
        width:100%;
        padding: 0;
    }
    .content .c .cc .ccc2 .tt3{
        display: block;
        margin: -10px 0 10px;
    }
    .content .c .cc .ccc2 .tt1{
        margin: 0;
    }
    .content .ss-team .ss-more {
        margin: 20px auto;
        display: block;
        width: 120px;
        height: 35px;
        line-height: 35px;
    }
    .content .m3 a {
        position: relative;
        left: 0%;
        margin:20px auto;
        width: 120px;
        height: 35px;
        font-family: "Microsoft YaHei";
        font-size: 16px;
        font-weight: bold;
        text-align: center;
        line-height: 35px;
    }
    .m.m3{
        overflow:hidden;
        height:auto;
    }
    .content .yeji{
        width:100vw;
        height: 570px; 
        transform: translate(0, 0);
    }
    .yeji .t1{
        width:100vw;
        text-align: center;
    }
    .yeji .t2{
        width:100vw;
        text-align: center;
        margin-bottom:20px;
    }
    .content .c1 .swiper-slide a{
        left:30px;
        margin: 0;
        text-align: left;
    }
    .content .c1 .swiper-button-prev{
        margin-left: 0;
    }
    .content .c1 .swiper-button-next{
        margin-right: 0;
    }
    .swiper-container5{
        width: 100vw;
    }
    .foot .c2 span{
        display: block;
    }
    
    .pagetop .topright .line ul li{
        width: 8rem;
        font-size: 14px;
        
    }
    .pagetop .topright .line ul{
        overflow: scroll;
        margin-top: 0;
        display: flex;
        justify-content: flex-start;
        text-align: left;
    }
    
    .nav-box ul{
        display: flex;
        width:100%;
        overflow: hidden;
        overflow-x: scroll;
    }
    .nav-box ul li {
      width         : 80px;
      height        : 40px;
      font-family   : "Microsoft YaHei";
      font-size     : 14px;
      font-weight   : bold;
      text-align    : center;
      vertical-align: middle;
      line-height   : 40px;
      cursor        : pointer;
    }
    .nav-box ul li a{
        width    : 70px;
        display: block;
    }
    .bar3 form{
        width:200px;
    }
    .bar3 input{
        width:175px;
    }
    .foot .c1 .cc1{
        width:100%;
        flex-wrap: wrap;
        text-align: center;
    }
    .foot .c1{
        height: auto;
    }
    .foot .c1 .cc1 ul{
        display: none;
    }
    .foot .c1 .cc1 img{
        position: relative;
        left:50%;
        top: 20px;
        margin-left: -66px;
    }
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
}



