@charset "UTF-8";

.searchbox {
    width: 100%;
    float: left;
    background: #f0f0f0;
    padding: 10px 0;
}

.searchbox .box-fl {
    margin-top: 10px;
    font-size: 14px;
    float: left;
}

.searchbox .box-fl .title {
    float: left;
    color: #666;
}

.searchbox .box-fl .desc {
    float: left;
}

.searchbox .box-fl .desc a {
    float: left;
    margin-left: 10px;
    font-weight: bold;
}

.searchbox .box-fr {
    border: 1px solid #f0f0f0;
    background: #fff;
    float: right;
}

.searchbox .box-fr input {
    background: none;
    border: 0;
    line-height: 35px;
    height: 35px;
    padding: 0 10px;
}

.searchbox .box-fr button {
    background: #0500ff;
    border: 0px;
    line-height: 35px;
    height: 35px;
    padding: 0 10px;
    color: #fff;
}

.searchbox .box-fr button img {
    width: 30px;
}

.conBox-1 {
    padding: 60px 0;
    float: left;
    width: 100%;
}

.conBox-1 .box-title {
    width: 100%;
    text-align: center;
    float: left;
}

.conBox-1 .box-title .title {
    margin: 10px 0;
    font-size: 40px;
    font-weight: bold;
}

.conBox-1 .box-title .desc {
    font-size: 14px;
    color: #666;
}

.conBox-1 .list {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.conBox-1 .list li:nth-child(1) .content:before {
    border-right: 5px solid #0500ff;
}

.conBox-1 .list li:nth-child(2) .content:before {
    border-bottom: 5px solid #0500ff;
}

.conBox-1 .list li:nth-child(3) .content:before {
    border-left: 5px solid #0500ff;
}

.conBox-1 .list li:nth-child(4) .content:before {
    border-top: 5px solid #0500ff;
}

.conBox-1 .list li:hover .content:before {
    border: 5px solid #0500ff;
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    /* IE 9 */
    -moz-transform: rotate(360deg);
    /* Firefox */
    -webkit-transform: rotate(360deg);
    /* Safari 和 Chrome */
    -o-transform: rotate(360deg);
    /* Opera */
}

.conBox-1 .list li {
    width: 25%;
    float: left;
    text-align: center;
}

.conBox-1 .list li .content {
    width: 200px;
    height: 200px;
    display: inline-block;
    border: 5px solid #ccc;
    border-radius: 50%;
    position: relative;
    padding-top: 50px;
    transition: all 1s;
    -moz-transition: all 1s;
    /* Firefox 4 */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
    /* Opera */
}

.conBox-1 .list li .content .num {
    color: #0500ff;
}

.conBox-1 .list li .content .num em {
    font-size: 42px;
}

.conBox-1 .list li .content:before {
    border: 5px solid #ccc;
    position: absolute;
    transition: all 1s;
    -moz-transition: all 1s;
    /* Firefox 4 */
    -webkit-transition: all 1s;
    /* Safari 和 Chrome */
    -o-transition: all 1s;
    /* Opera */
    content: "";
    width: 100%;
    height: 100%;
    border-radius: 50%;
    left: -5px;
    top: -5px;
}

.conBox-1 .list li .content .desc {
    font-size: 20px;
}

.conBox-2 {
    padding: 0px 0 60px 0;
    float: left;
    width: 100%;
    background: #fff;
    /*
  .box-fl{
      float: right;
      width:  25%;
      ul{
          li{
              width: 100%;
              float:left;
              margin-top:30px;
              font-size: 20px;
              font-weight: bold;
              div{
                  float:left;
              }
              span{
                  float:right;
                  color: #666;
                  cursor: pointer;
                  em{
                      width: 20px;
                      height: 20px;
                      border-radius: 50%;
                      border: 5px solid #fff;
                      background: #666;
                      float:left;
                      margin-right: 10px;
                      margin-top: 5px;
                  }
              }
          }
          .hover{
              span{
                  em{
                      background: $Zys;
                  }
              }
          }
      }
  }
  .box-fr{
      width: 75%;
      float:left;
      padding-right: 40px;
      .info{
          width:40%;
          float: left;
          padding-right: 20px;
          .big-text{
              font-size:26px;
              color: $Zys;
              em{
                  font-weight:bold;
              }
          }
          .copywriting{
              margin-top:20px;
              font-size: 14px;
          }
          .content{
              width: 100%;
              margin-top: 20px;
              li{
                  display:none;
                  .title{
                      font-weight:20px;
                      font-weight:bold;
                  }
                  .desc{
                      font-size: 14px;
                      margin-top: 10px;
                      color: #666;
                  }
                  .more{
                      float:left;
                      margin-top: 20px;
                      a{
                          display:inline-block;
                          padding: 0 20px;
                          line-height: 40px;
                          border-radius: 30px;
                          background: $Zys;
                          color: #fff;
                          box-shadow:0 10px 10px rgba(0,0,0,.2)
                      }
                  }
              }
              .hover{
                  display: block;
              }
          }
      }
      .swiper{
          width: 60%;
          float: right;
          li{
              width: 100%;
              float:left;
              display: none;
              img{
                  width: 100%;
              }
          }
          .hover{
              display: block;
          }
      }
  }
  */
}

.conBox-2 .box-title {
    width: 100%;
    text-align: center;
    float: left;
}

.conBox-2 .box-title .title {
    margin: 10px 0;
    font-size: 40px;
    font-weight: bold;
}

.conBox-2 .box-title .desc {
    font-size: 14px;
    color: #666;
}

.conBox-2 .box {
    float: left;
    width: 100%;
    margin-top: 50px;
}

.conBox-2 .box-fl {
    width: 17%;
    float: left;
    text-align: center;
    font-size: 12px;
}

.conBox-2 .box-fl .desc {
    margin-top: 5px;
}

.conBox-2 .box-fl img {
    width: 100%;
}

.conBox-2 .box-center {
    width: 66%;
    float: left;
    padding: 0 10px;
}

.conBox-2 .box-center img {
    width: 100%;
}

.conBox-2 .box-center .swiper-container-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: linear;
    /*之前是ease-out*/
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}

.conBox-2 .box-fr {
    width: 17%;
    float: left;
    text-align: center;
    font-size: 12px;
}

.conBox-2 .box-fr .desc {
    margin-top: 5px;
}

.conBox-2 .box-fr img {
    width: 100%;
}

.conBox-3 {
    padding: 0px 0 60px 0;
    float: left;
    width: 100%;
}

.conBox-3 .box-title {
    width: 100%;
    background: url(../images/ba_02.jpg) no-repeat;
    padding: 40px 0;
    text-align: center;
    color: #fff;
    font-size: 40px;
}

.conBox-3 .box-title .title {
    position: relative;
    display: inline-block;
}

.conBox-3 .box-title .title:before {
    width: 50px;
    height: 3px;
    background: #fff;
    bottom: -15px;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -25px;
}

.conBox-3 .fl-nav {
    width: 20%;
    float: left;
    border: 2px solid #0500ff;
    margin-top: 30px;
}

.conBox-3 .fl-nav .nav-title {
    background: #0500ff;
    padding:5px 20px;
    float: left;
    width: 100%;
    color: #fff;
    margin-bottom: 10px;
    text-align: center;
}


.conBox-3 .fl-nav .nav-title .cn {
    font-size: 20px;
    font-weight: bold;
    display: inline-block;
}

.conBox-3 .fl-nav .nav-title .cn:before{
  background: url(../images/nav_icon_02.png) no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
  margin-right: 10px;
  float: left;
  content: "";
}


.conBox-3 .fl-nav .nav-title .en {
    font-size: 14px;
    margin-top: 5px;
}

.conBox-3 .fl-nav ul li {
    width: 100%;
    float: left;
    padding: 10px;
}

.conBox-3 .fl-nav ul li .li-title {
    border-radius: 50px;
    width: 100%;
    background: #0500ff;
    position: relative;
    float: left;
}

.conBox-3 .fl-nav ul li .li-title a {
    display: block;
    width: 100%;
    position: relative;
    padding-left: 30px;
    font-weight: bold;
    line-height: 35px;
    color: #fff;
    font-size: 18px;
    font-weight: normal;
}

.conBox-3 .fl-nav ul li .li-title a:before {
    background: url(../images/nav_icon_01.png) no-repeat;
	background-size: 20px;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	margin-top: 8px;
	float: left;
	content: "";
}



.conBox-3 .fl-nav ul li ul{
	margin-top: 10px;
	float: left;
	width: 100%;
}

.conBox-3 .fl-nav ul li ul li:last-child {
    border: 0;
}

.conBox-3 .fl-nav ul li ul li {
    border-bottom: 1px dashed #0500ff;
    padding: 10px 30px;
    position: relative;
}

.conBox-3 .fl-nav ul li ul li:hover{
	border-bottom: #fff 1px solid;
	background: #0500ff;
	border-radius: 30px;
}

.conBox-3 .fl-nav ul li ul li:hover:before{
	background: #fff;
	color: #0500ff;
}

.conBox-3 .fl-nav ul li ul li:hover > a{
	color: #fff;
}


.conBox-3 .fl-nav ul li ul li:before {
    width: 16px;
    height: 16px;
    line-height: 13px;
    text-align: center;
    background: #0500ff;
    border-radius: 50%;
    color: #fff;
    content: "+";
    position: absolute;
    font-size: 12px;
    left: 8px;
    top: 12px;
}

.conBox-3 .fl-nav ul li ul li a {
    font-size: 14px;
    display: block;
    color: #0500ff;
}

.conBox-3 .list {
    width: 80%;
    float: right;
    margin-top: 30px;
}

.conBox-3 .list li {
    width: 33.3333%;
    float: left;
    padding-left: 20px;
    padding-bottom: 15px;
    text-align: center;
}

.conBox-3 .list li:hover img {
    border: 1px solid #0500ff;
}

.conBox-3 .list li img {
    width: 100%;
    border: 1px solid #ccc;
}

.conBox-3 .list li .title {
    float: left;
    margin-top: 10px;
    text-align: center;
    width: 100%;
}

.conBox-3 .list li .title a:hover {
    color: #0500ff;
    font-weight: bold;
}

.conBox-4 {
    float: left;
    width: 100%;
}

.conBox-4 img {
    width: 100%;
}

.conBox-5 {
    padding: 60px 0;
    float: left;
    width: 100%;
    position: relative;
}

.conBox-5:before {
    width: 1500px;
    height: 1500px;
    border-radius: 50%;
    background: #f7f7f7;
    position: absolute;
    right: -30%;
    content: "";
    top: 20%;
}

.conBox-5 .box-title {
    width: 100%;
    text-align: center;
    float: left;
    position: relative;
}

.conBox-5 .box-title .title {
    margin: 10px 0;
    font-size: 40px;
    font-weight: bold;
}

.conBox-5 .box-title .desc {
    font-size: 14px;
    color: #666;
}

.conBox-5 .list {
    width: 100%;
    float: left;
    position: relative;
}

.conBox-5 .list li:nth-child(odd) {
    width: 100%;
    float: left;
}

.conBox-5 .list li:nth-child(odd) .img {
    float: right;
    width: 50%;
}

.conBox-5 .list li:nth-child(odd) .img img {
    width: 100% ；;
}

.conBox-5 .list li:nth-child(odd) .info {
    float: left;
    position: relative;
}

.conBox-5 .list li:nth-child(even) {
    width: 100%;
    float: left;
}

.conBox-5 .list li:nth-child(even) .img {
    float: left;
    width: 50%;
}

.conBox-5 .list li:nth-child(even) .img img {
    width: 100% ；;
}

.conBox-5 .list li:nth-child(even) .info {
    float: right;
    position: relative;
}

.conBox-5 .list li {
    width: 100%;
    float: left;
}

.conBox-5 .list li .info {
    width: 50%;
    position: relative;
    padding-left: 80px;
    margin-top: 90px;
}

.conBox-5 .list li .info .num {
    font-size: 30px;
    line-height: 60px;
    text-align: center;
    width: 60px;
    height: 60px;
    background: #0500ff;
    position: absolute;
    top: 0px;
    left: 0;
    color: #fff;
}

.conBox-5 .list li .info .content .title {
    font-size: 28px;
    font-weight: bold;
    color: #0500ff;
}

.conBox-5 .list li .info .content .en {
    display: inline-block;
    border: 2px solid #ccc;
    color: #ccc;
    padding: 0 10px;
    margin: 10px 0;
}

.conBox-5 .list li .info .content p {
    content: "";
}

.conBox-5 .list li .info .content .more a {
    display: inline-block;
    border: 1px solid #0500ff;
    border-radius: 50px;
    padding: 0 20px;
    line-height: 40px;
    margin-top: 20px;
}

.conBox-5 .list li .info .content .more a:hover {
    background: #0500ff;
    color: #fff;
}

.conBox-6 {
    padding: 0px 0 60px 0;
    float: left;
    width: 100%;
}

.conBox-6 .box-title {
    width: 100%;
    background: url(../images/ba_01.jpg) no-repeat;
    padding: 40px 0;
    text-align: center;
    color: #fff;
    font-size: 40px;
}

.conBox-6 .box-title .title {
    position: relative;
    display: inline-block;
}

.conBox-6 .box-title .desc {
    font-size: 14px;
}

.conBox-6 .box {
    width: 100%;
    float: left;
    margin-top: 40px;
}

.conBox-6 .box .fl-nav {
    width: 25%;
    float: left;
}

.conBox-6 .box .fl-nav li {
    width: 100%;
    float: left;
    margin-bottom: 15px;
    border: 4px solid #0500ff;
}

.conBox-6 .box .fl-nav li a {
    display: block;
    padding: 10px 20px;
}

.conBox-6 .box .fl-nav li a:hover {
    background: #0500ff;
    color: #fff;
}

.conBox-6 .box .fl-nav li .cn {
    font-size: 18px;
    font-weight: bold;
}

.conBox-6 .box .fl-nav li .en {
    color: #ccc;
}

.conBox-6 .box .fl-nav .hover a {
    background: #0500ff;
    color: #fff;
}

.conBox-6 .box .centet-slides {
    width: 50%;
    float: left;
    padding: 0 20px;
}

.conBox-6 .box .centet-slides .swiper-slide img {
    width: 100%;
}

.conBox-6 .box .case-list {
    background: #f0f0f0;
    width: 25%;
    float: left;
    padding: 10px;
}

.conBox-6 .box .case-list .c-title {
    width: 100%;
    float: left;
}

.conBox-6 .box .case-list .c-title .fl {
    font-weight: bold;
}

.conBox-6 .box .case-list ul {
    width: 100%;
    float: left;
    margin-top: 10px;
}

.conBox-6 .box .case-list ul li {
    width: 100%;
    float: left;
    margin: 5px 0;
}

.conBox-6 .box .case-list ul li a {
    display: block;
    position: relative;
}

.conBox-6 .box .case-list ul li a img {
    width: 100%;
}

.conBox-6 .box .case-list ul li a .title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    width: 100%;
    text-align: center;
    line-height: 30px;
    overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	padding: 0 10px;
}

.conBox-7 {
    float: left;
    width: 100%;
}

.conBox-7 img {
    width: 100%;
}

.conBox-8 {
    padding: 60px 0;
    float: left;
    width: 100%;
}

.conBox-8 .box-title {
    width: 100%;
    text-align: center;
    float: left;
}

.conBox-8 .box-title .title {
    margin: 10px 0;
    font-size: 40px;
    font-weight: bold;
}

.conBox-8 .box-title .desc {
    font-size: 14px;
    color: #666;
}

.conBox-8 .box {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.conBox-8 .box .news-list {
    width: 65%;
    float: left;
    padding-right: 30px;
}

.conBox-8 .box .news-list .c-title {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.conBox-8 .box .news-list .c-title .fl img {
    margin-right: 5px;
}

.conBox-8 .box .news-list .top-news {
    width: 100%;
    float: left;
    margin-top: 30px;
}

.conBox-8 .box .news-list .top-news .img {
    width: 40%;
    float: left;
}

.conBox-8 .box .news-list .top-news .img img {
    width: 100%;
}

.conBox-8 .box .news-list .top-news .content {
    float: right;
    padding-left: 15px;
    width: 60%;
}

.conBox-8 .box .news-list .top-news .content .title {
    font-size: 16px;
    font-weight: bold;
}

.conBox-8 .box .news-list .top-news .content .desc {
    font-size: 14px;
    margin-top: 10px;
    color: #666;
}

.conBox-8 .box .news-list .top-news .content .more {
    margin-top: 10px;
}

.conBox-8 .box .news-list .top-news .content .more a {
    display: inline-block;
    padding: 0 20px;
    background: #0500ff;
    line-height: 30px;
    font-size: 12px;
    color: #fff;
    border-radius: 50px;
    box-shadow: 0 10px 10px rgba(0, 0, 0, 0.2);
}

.conBox-8 .box .news-list ul {
    margin-top: 15px;
    width: 100%;
    float: left;
}

.conBox-8 .box .news-list ul li {
    width: 50%;
    padding-right: 10px;
    float: left;
    margin-bottom: 10px;
}

.conBox-8 .box .news-list ul li .li-block {
    width: 100%;
    border: 1px solid #ccc;
    line-height: 40px;
    float: left;
    position: relative;
    height: 40px;
    overflow: hidden;
    padding-left: 50px;
    font-size: 14px;
    padding-right: 10px;
}

.conBox-8 .box .news-list ul li .li-block .num {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #ccc;
    float: left;
    text-align: center;
}

.conBox-8 .box .qa-list {
    width: 35%;
    float: left;
    padding-right: 30px;
}

.conBox-8 .box .qa-list .c-title {
    width: 100%;
    float: left;
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}

.conBox-8 .box .qa-list .c-title .fl img {
    margin-right: 5px;
}

.conBox-8 .box .qa-list .myscroll {
    width: 100%;
    height: 260px;
    margin: 0 auto;
    line-height: 90px;
    font-size: 12px;
    overflow: hidden;
    float: left;
    margin-top: 10px;
}

.conBox-8 .box .qa-list .myscroll li {
    height: 80px;
    border-bottom: 1px dotted #ccc;
    margin-top: 10px;
}

.conBox-8 .box .qa-list .myscroll li .title {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-left: 40px;
    float: left;
    height: 25px;
    line-height: 25px;
}

.conBox-8 .box .qa-list .myscroll li .title .ask {
    background: #666;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    left: 0px;
    top: 0px;
    font-size: 14px;
    text-align: center;
}

.conBox-8 .box .qa-list .myscroll li .desc {
    width: 100%;
    margin-top: 5px;
    overflow: hidden;
    position: relative;
    padding-left: 40px;
    float: left;
    height: 40px;
    overflow: hidden;
    line-height: 1.6;
    color: #666;
    font-size: 12px;
}

.conBox-8 .box .qa-list .myscroll li .desc .answer {
    background: #0500ff;
    color: #fff;
    width: 25px;
    height: 25px;
    line-height: 25px;
    position: absolute;
    left: 0px;
    font-size: 14px;
    top: 0px;
    text-align: center;
}

.conBox-8 .box .qa-list .myscroll a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
}

.conBox-8 .box .qa-list .myscroll a:hover {
    color: #ED5565;
    text-decoration: underline;
}

.conBox-9 {
    padding: 60px 0;
    float: left;
    width: 100%;
    background: #f0f0f0;
}

.conBox-9 .box-title {
    width: 100%;
    text-align: center;
    float: left;
}

.conBox-9 .box-title .title {
    margin: 10px 0;
    font-size: 40px;
    font-weight: bold;
}

.conBox-9 .box-title .desc {
    font-size: 14px;
    color: #666;
}

.conBox-9 .box {
    width: 100%;
    float: left;
    display: flex;
    margin-top: 30px;
}

.conBox-9 .box .img {
    width: 50%;
    float: left;
}

.conBox-9 .box .img img {
    width: 100%;
}

.conBox-9 .box .content {
    padding: 40px;
    float: right;
    width: 50%;
    background: #fff;
}

.conBox-9 .box .content .desc {
    line-height: 1.8;
    color: #666;
}

.conBox-9 .box .content .more {
    display: inline-block;
    margin-top: 25px;
}

.conBox-9 .box .content .more a {
    display: block;
    background: #0500ff;
    padding: 0 20px;
    line-height: 35px;
    border-radius: 50px;
    color: #fff;
}

.conBox-9 .list {
    width: 100%;
    float: left;
    text-align: center;
    margin-top: 30px;
}

.conBox-9 .list li {
    display: inline-block;
    border: #0500ff 1px solid;
    border-radius: 50px;
    line-height: 40px;
    margin: 0 15px 0 15px;
}

.conBox-9 .list li a {
    display: block;
    position: relative;
    padding: 0 60px 0 50px;
}

.conBox-9 .list li a:before {
    content: "";
    position: absolute;
    right: 10px;
    background: url(../images/icon_04.png) no-repeat;
    background-size: 15px;
    width: 15px;
    height: 15px;
    top: 13px;
}

.conBox-9 .list li .img {
    display: inline-block;
}

.conBox-9 .list li .img img {
    width: 20px;
}

.conBox-9 .list li .title {
    font-weight: bold;
    color: #0500ff;
    display: inline-block;
}

.conBox-10 {
    background: #0500ff;
    width: 100%;
    float: left;
}

.conBox-10 .list {
    width: 100%;
    float: left;
    position: relative;
    color: #fff;
}

.conBox-10 .list .fl-title {
    background: #d58403;
    height: 100%;
    line-height: 40px;
    float: left;
    padding: 0 20px;
}

.conBox-10 .list ul {
    float: left;
    margin-left: 20px;
}

.conBox-10 .list ul li {
    float: left;
    margin-right: 20px;
    line-height: 40px;
}

.conBox-10 .list ul li a {
    color: #fff;
}

@media screen and (max-width: 769px) {
    .searchbox {
        display: none;
    }

    .conBox-1 {
        padding: 20px 10px;
    }

    .conBox-1 img {
        display: none;
    }

    .conBox-1 .box-title .title {
        font-size: 18px;
    }

    .conBox-1 .box-title .desc {
        display: none;
    }

    .conBox-1 .list li {
        width: 50%;
        margin-bottom: 20px;
    }

    .conBox-1 .list li .content {
        width: 150px;
        height: 150px;
        padding-top: 30px;
    }

    .conBox-1 .list li .content .num em {
        font-size: 30px;
    }

    .conBox-1 .list li .content .desc {
        font-size: 16px;
    }

    .conBox-2 {
        padding: 20px 10px;
        /*
    .box-fl{
        width: 100%;
        ul{
            li{
                width: 25%;
                text-align: center;
                float:left;
                margin-top: 0px;
                font-size:16px;
                div{
                    display: none;
                }
                span{
                    float:left;
                    em{
                        margin-top: 0;
                        margin-right: 5px;
                    }
                }
            }
        }
    }
    .box-fr{
        width:100%;
        padding: 0;
        .swiper{
            width: 100%;
            padding: 0px;
            margin-top: 20px;
        }
        .info{
            width: 100%;
            padding: 10px;
        }
    }
    */
    }

    .conBox-2 .box-title img {
        display: none;
    }

    .conBox-2 .box-title .title {
        font-size: 18px;
    }

    .conBox-2 .box {
        margin-top: 20px;
    }

    .conBox-2 .box-fl {
        display: none;
    }

    .conBox-2 .box-center {
        width: 100%;
    }

    .conBox-2 .box-fr {
        display: none;
    }

    .conBox-3 {
        padding-bottom: 20px;
    }

    .conBox-3 .box-title {
        padding: 20px 0 40px 0;
    }

    .conBox-3 .box-title .title {
        font-size: 18px;
        font-weight: bold;
    }

    .conBox-3 .fl-nav {
        display: none;
    }

    .conBox-3 .list {
        width: 100%;
        padding: 0 5px;
    }

    .conBox-3 .list li {
        width: 50%;
        padding: 5px;
    }

    .conBox-4 {
        display: none;
    }

    .conBox-5 {
        padding: 20px 10px;
    }

    .conBox-5:before {
        content: none;
    }

    .conBox-5 .box-title .img {
        display: none;
    }

    .conBox-5 .box-title .title {
        font-size: 18px;
    }

    .conBox-5 .list {
        margin-top: 20px;
    }

    .conBox-5 .list li:nth-child(odd) .img {
        width: 100%;
    }

    .conBox-5 .list li:nth-child(odd) .img img {
        width: 100%;
    }

    .conBox-5 .list li:nth-child(odd) .info {
        width: 100%;
        margin-top: 20px;
    }

    .conBox-5 .list li:nth-child(even) .img {
        width: 100%;
    }

    .conBox-5 .list li:nth-child(even) .img img {
        width: 100%;
    }

    .conBox-5 .list li:nth-child(even) .info {
        width: 100%;
        margin-top: 20px;
    }

    .conBox-5 .list li {
        margin-bottom: 20px;
    }

    .conBox-5 .list li .info .content p {
        font-size: 14px;
    }

    .conBox-6 {
        padding-bottom: 20px;
    }

    .conBox-6 .box-title {
        padding: 20px 0;
    }

    .conBox-6 .box-title .title {
        font-size: 18px;
    }

    .conBox-6 .box {
        margin-top: 20px;
        padding: 0 20px;
    }

    .conBox-6 .box .fl-nav {
        width: 100%;
    }

    .conBox-6 .box .fl-nav li {
        width: 50%;
    }

    .conBox-6 .box .fl-nav li .cn {
        font-size: 14px;
    }

    .conBox-6 .box .centet-slides {
        width: 100%;
        padding: 0;
    }

    .conBox-6 .box .case-list {
        width: 100%;
    }

    .conBox-6 .box .case-list ul li {
        width: 50%;
        padding: 0 5px;
    }

    .conBox-6 .box .case-list ul li a .title {
        font-size: 12px;
    }

    .conBox-7 {
        display: none;
    }

    .conBox-8 {
        padding: 20px 0;
    }

    .conBox-8 .box-title .img {
        display: none;
    }

    .conBox-8 .box {
        padding: 0 10px;
    }

    .conBox-8 .box .news-list {
        width: 100%;
        padding: 0px;
    }

    .conBox-8 .box .news-list .top-news .img {
        width: 100%;
    }

    .conBox-8 .box .news-list .top-news .content {
        width: 100%;
        margin-top: 20px;
        padding: 0px;
    }

    .conBox-8 .box .news-list .top-news .content .title {
        font-size: 15px;
    }

    .conBox-8 .box .news-list .top-news .content .desc {
        font-size: 12px;
        height: 34px;
        overflow: hidden;
    }

    .conBox-8 .box .news-list ul li {
        width: 100%;
        padding-right: 0px;
    }

    .conBox-8 .box .qa-list {
        width: 100%;
        padding-right: 0px;
    }

    .conBox-9 {
        padding: 20px 0;
    }

    .conBox-9 .box-title .img {
        display: none;
    }

    .conBox-9 .box-title .title {
        font-size: 18px;
    }

    .conBox-9 .box {
        display: block;
        width: 100%;
    }

    .conBox-9 .box .img {
        width: 100%;
    }

    .conBox-9 .box .content {
        width: 100%;
    }

    .conBox-9 .list {
        padding: 0 20px;
    }

    .conBox-9 .list li {
        width: 100%;
        margin: 5px 0;
    }
}

/*
  
 主色 #EC8617 
 高亮色 $Zys
 字体颜色 #515151  文本颜色#626262
 线颜色 #dedede
 点缀色 #517fff

*/

/*# sourceMappingURL=index.css.map */
