@charset "UTF-8";
/*
* @Author: jacobwang
* @Date:   2016-11-15 16:02:26
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   jacobwang
* @Last Modified time: 2017-01-10 11:19:32
*/
/*
* @Author: wenyu
* @Date:   2016-12-19 11:21:40
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2016-12-29 19:08:33
*/
/*
* @Author: wenyu
* @Date:   2016-12-19 16:42:18
* @Email:  wangwenyu@qwang.com.cn
* @Last Modified by:   wenyu
* @Last Modified time: 2017-01-05 17:17:01
*/
/* 两列定宽布局 */
/* 两列右侧自适应布局 */
/* 两列左侧自适应布局 */
/* 三列右侧自适应布局 */
/* 三列左侧自适应布局 */
/* 三列中间自适应布局 */
/* 等分布局 */
/*
* @Author: huangyuan
* @Date:   2016-11-15 16:02:54
* @Email:  huangyuan@qwang.com.cn
* @Last Modified time: 2017-01-10 11:19:44
*/
body {
  overflow: hidden; }

.w1200 {
  width: 1200px;
  margin: auto; }

.m-indexNav {
  box-shadow: 0px 4px 3px #ccc;
  position: absolute;
  width: 100%;
  height: 65px;
  z-index: 2;
  position: fixed; }
  .m-indexNav .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    top: 0;
    background: #fff; }
  .m-indexNav .indexNav {
    width: 1200px;
    margin: auto;
    position: absolute;
    left: 50%;
    padding: 0 0;
    margin-left: -600px; }
    .m-indexNav .indexNav .logo {
      width: 300px;
      height: 65px; }
      .m-indexNav .indexNav .logo img {
        max-height: 65px;
		}
    .m-indexNav .indexNav .nav .fircell {
      float: left;
      width: 110px;
      height: 30px;
      margin-top: 20px;
      border-radius: 6px;
      transition: all .4s ease; }
      .m-indexNav .indexNav .nav .fircell:hover .subnav {
        height: auto; }
      .m-indexNav .indexNav .nav .fircell:hover > a {
        color: #006bc5; }
    .m-indexNav .indexNav .nav a {
      font-size: 15px;
      color: #4a5252;
      line-height: 28px;
      display: block;
      text-align: center; }
    .m-indexNav .indexNav .nav .on {
      background: #1177cc; }
      .m-indexNav .indexNav .nav .on > a {
        color: #fff !important; }
    .m-indexNav .indexNav .subnav {
		margin-left:-15px;
	  width:140px;
      height: 0;
      overflow: hidden;
      transition: all 0.5s ease;
      border-radius: 5px;
      overflow: hidden;
      position: relative;
      padding-top: 5px; }
      .m-indexNav .indexNav .subnav .seccell {
        background: #fff;
        color: #555;
        padding: 0 2px; }
        .m-indexNav .indexNav .subnav .seccell a {
          padding: 2px 0;
          display: block;
          border-bottom: 1px solid #ccc;
          opacity: 1;
          font-size: 12px; }
        .m-indexNav .indexNav .subnav .seccell:hover a {
          color: green; }

.m-banner {
  position: relative;
  /* 本轮播css */
  /* 下面是前/后按钮代码，如果不需要删除即可 */ }
  .m-banner .slideBox {
    width: 100%;
    height: 680px;
    text-align: center;
    overflow: hidden;
    position: relative;
    border: 1px solid #ddd; }
  .m-banner .slideBox .hd {
    height: 15px;
    width: 100%;
    text-align: center;
    overflow: hidden;
    position: absolute;
    bottom: 15px;
    z-index: 1; }
  .m-banner .slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    display: inline-block; }
  .m-banner .slideBox .hd ul li {
    float: left;
    margin-right: 10px;
    width: 8px;
    height: 8px;
    line-height: 8px;
    text-align: center;
    background: #fff;
    cursor: pointer;
    position: relative;
    border-radius: 10px; }
  .m-banner .slideBox .hd ul li.on {
    background: #f00;
    color: #fff; }
  .m-banner .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0; }
  .m-banner .slideBox .bd li {
    zoom: 1;
    vertical-align: middle; }
  .m-banner .slideBox .bd a {
    height: 680px;
    display: block;
    width: 100%;}
  .m-banner .slideBox .prev,
  .m-banner .slideBox .next {
    position: absolute;
    left: 50%;
    margin-left: -500px;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 50px;
    height: 95px;
    background: url(../images/jt-icon.png) 0px 23px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
    border-radius: 5px;
    transition: all .5s ease;
    opacity: 0; }
  .m-banner .slideBox .next {
    left: auto;
    right: 50%;
    margin-right: -500px;
    background: url(../images/jt-icon.png) -115px 23px no-repeat; }
  .m-banner .slideBox .prev:hover,
  .m-banner .slideBox .next:hover {
    background-color: #000; }
  .m-banner .slideBox:hover .prev {
    margin-left: -550px;
    opacity: 1; }
  .m-banner .slideBox:hover .next {
    margin-right: -550px;
    opacity: 1; }
  .m-banner .slideBox .prevStop {
    display: none; }
  .m-banner .slideBox .nextStop {
    display: none; }
  .m-banner .mess {
    position: absolute;
    width: 100%;
    text-align: center;
    font-size: 20px;
    color: #fff;
    top: 0px;
    opacity: 0;
    left: 0;
    letter-spacing: 1px; }
    .m-banner .mess span {
      font-size: 120%; }

.u-tit {
  text-align: center; }
  .u-tit p {
    font-size: 24px;
    color: #333;
    padding-top: 40px;
    line-height: 1; }
  .u-tit small {
    font-size: 10px;
    color: #c1c1c1; }

.u-more {
  text-align: center; }
  .u-more .more {
	 margin:0 190px;
    border: 1px solid #555;
    font-size: 12px;
    color: #bcbcbc;
    padding: 5px 80px;
    margin-top: 40px;
    margin-bottom: 70px;
    border-radius: 3px; }
.u-more .more a {
  color: #555; }
    .u-more .more:hover {
      border: 1px solid #999;
      color: #2a2a2a; }
.u-more .more:hover a {
  color: #2a2a2a; }
    .u-more .more:hover:after {
      content: ">";
      color: #555;
      margin-left: 8px;
      position: absolute; }

.u-cover {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  background: #000;
  top: 0px;
  left: 0;
  transition: all .5s ease; }
  .u-cover:hover {
    opacity: 0.5; }

.m-product {
  background: #f8f8f8; }

.m-tabProduct {
  margin-top: 30px; }
  .m-tabProduct .hd {
    text-align: center;
    margin-bottom: 20px; }
    .m-tabProduct .hd li {
      display: inline-block;
      min-width: 130px;
      height: 35px;
      line-height: 35px;
      font-size: 15.2px;
      padding: 0 15px;
      color: #333;
      cursor: pointer; }
	   .m-tabProduct .hd a{
      display: inline-block;
      min-width: 130px;
      height: 35px;
      line-height: 35px;
      font-size: 15.2px;
      padding: 0 15px;
      color: #333;
      cursor: pointer; }
      .m-tabProduct .hd li:hover {
        background: #80bbf2;
        color: #fff; }
      .m-tabProduct .hd li.on {
        background: #1379d8;
        color: #fff; }
		
		.m-tabProduct .hd a.on {
        background: #1379d8;
        color: #fff; }
		
  .m-tabProduct .bd {
    opacity: 0;
    position: relative;
    top: -100px; }
    .m-tabProduct .bd .proConCell {
      width: 1200px;
      margin: auto;
      padding-left: 35px;
      display: none; }
      .m-tabProduct .bd .proConCell:first-child {
        display: block; }
      .m-tabProduct .bd .proConCell li {
        display: inline-block;
        width: 360px;
        overflow: hidden;
        margin: 0 8px; }
        .m-tabProduct .bd .proConCell li:hover .cover {
          opacity: 0.3; }
        .m-tabProduct .bd .proConCell li:hover img {
          transform: scale(1.1); }
        .m-tabProduct .bd .proConCell li:hover .detail {
          top: 70px;
          opacity: 1; }
        .m-tabProduct .bd .proConCell li img {
          transition: transform .5s ease; }
        .m-tabProduct .bd .proConCell li .detail {
          position: absolute;
          width: 100%;
          text-align: center;
          top: 0;
          left: 0;
          opacity: 0;
          transition: all .5s ease; }
        .m-tabProduct .bd .proConCell li a {
          width: 360px;
          height: 200px;
          overflow: hidden;
          position: relative; }
        .m-tabProduct .bd .proConCell li p {
          font-size: 14.3px;
          padding: 10px 0;
          border-bottom: 1px solid #ccc;
          color: #000; }
        .m-tabProduct .bd .proConCell li small {
          font-size: 80%;
          color: #666;
          width: 360px;
          display: -webkit-box;
          -webkit-line-clamp: 1;
          -webkit-box-orient: vertical;
          overflow: hidden;
          word-break: break-all; }

.m-solution {
  background: #363c40;
  opacity: 0; }
  .m-solution ul {
    margin-top: 10px; }
  .m-solution .u-tit p, .m-solution .u-tit small {
    color: #fff; }
  .m-solution .u-more .more {
    background: none;
    border:1px solid #888;}
.m-solution .u-more .more:hover{
  border-color:#ccc;
}
.m-solution .u-more .more a{
  color: #888;
}
    .m-solution .u-more .more:hover a {
      color: #ccc; }
.m-solution .u-more .more:hover:after{
  color: #ccc;
}
  .m-solution li {
    display: inline-block;
    float: left;
    width: 200px;
    height: 265px;
    overflow: hidden;
    position: relative;
    top: -100px; }
    .m-solution li .pic {
      display: block;
      width: auto;
      height: 100%; }
    .m-solution li .more {
      position: absolute;
      width: 100%;
      height: 100%;
      text-align: center;
      padding-top: 65px;
      left: 0;
      top: 0;
      color: #bcbcbc;
      font-size: 17px;
      transition: all .5s ease; }
      .m-solution li .more .icon {
        display: inline-block;
        width: 60px;
        height: 60px; }
        .m-solution li .more .icon:after {
          content: "";
          display: block;
          height: 2px;
          width: 20px;
          background: #fff;
          margin: auto;
          margin-top: 65px; }
      .m-solution li .more .detail {
        font-size: 14px;
        border: 1px solid #fff;
        padding: 3px 20px;
        opacity: 0;
        color: #fff;
        transition: all .5s ease; }
      .m-solution li .more p {
        padding-top: 30px;
        margin-bottom: 20px; }
      .m-solution li .more:hover .detail {
        opacity: 1; }
      .m-solution li .more:hover {
        padding-top: 40px; }
    .m-solution li:hover .u-cover {
      opacity: 0.6; }
    .m-solution li:nth-child(2n+1) {
      top: 100px; }
  .m-solution .u-cover {
    background: #2d6495; }

.m-caselist .caselist {
  padding-left: 45px;
  margin: 20px auto; }
  .m-caselist .caselist li {
    width: 180px;
    height:115px;
    overflow: hidden;
    float: left;
    border: 1px solid #ccc;
    margin-left: -1px;
  margin-top: -1px;}
    .m-caselist .caselist li a {
      width: 180px;
      height: 114px;
      overflow: hidden;
      transition: transform .5s ease; }
.m-caselist .caselist li a img{
  max-width: 100%;
  max-height: 100%;
  margin-top: 12px;
}
    .m-caselist .caselist li:hover a {
      transform: rotateY(180deg); }

.m-caselist .m-data {
  height: 330px;
  overflow: hidden;
  background: url(../images/indexdata.png) no-repeat center center;
  position: relative; }
  .m-caselist .m-data table {
    border: none;
    position: absolute;
    width: 1100px;
    left: 50%;
    top: 80px;
    margin-left: -550px;
    color: #fff; }
    .m-caselist .m-data table td {
      color: #fff;
      font-size: 93px;
      border: none;
      text-align: center; }
      .m-caselist .m-data table td p {
        font-size: 17px; }
      .m-caselist .m-data table td span {
        font-size: 40px;
        position: relative;
        top: -16px;
        margin-left: 20px; }

.m-newwarp {
  height: 390px;
  overflow: hidden; }
  .m-newwarp .newwarp {
    padding: 20px 0; }
  .m-newwarp .newcell {
    width: 600px;
    padding: 0 70px;
    font-size: 11.5px;
    opacity: 0;
	height: 180px;
    position: relative; }
    .m-newwarp .newcell.f-fl {
      left: -50%; }
    .m-newwarp .newcell.f-fr {
      right: -50%; }
    .m-newwarp .newcell a {
      color: #333; }
    .m-newwarp .newcell dt {
      font-size: 14.2px;
      line-height: 2;
      margin-bottom: 10px;
      border-bottom: 2px solid #f3f3f3; }
      .m-newwarp .newcell dt:after {
        content: "";
        display: block;
        width: 20px;
        height: 2px;
        background: #444;
        margin-top: 20px;
        position: relative;
        top: 2px;
        transition: all 0.8s ease-out; }
    .m-newwarp .newcell dd {
      line-height: 2; }
    .m-newwarp .newcell:hover dt:after {
      width: 100%; }

footer {
  background: #363c40;
  height: 490px;
  color: #fff;
  position: relative;
  opacity: 0; }
  footer .m-left,
  footer .m-right {
    width: 400px;
    height: 330px;
    margin: 0 60px;
    position: absolute; }
  footer .m-left {
    position: relative;
    top: 0;
    left: -50%;
    float: left; }
  footer .m-right {
    position: relative;
    right: -50%;
    top: 0;
    color: #fff;
    font-size: 17px;
    float: right; }
    footer .m-right input {
      border: 1px solid #51575b;
      height: 35px;
      line-height: 35px;
      border-radius: 5px;
      background: none;
      margin-bottom: 10px;
      padding: 0 10px; }
    footer .m-right .name {
      width: 159px;
      margin-right: 15px; }
    footer .m-right .tell {
      width: 220px; }
    footer .m-right .email {
      width: 400px; }
    footer .m-right textarea {
      width: 400px;
      height: 100px;
      border: 1px solid #51575b;
      border-radius: 3px;
      background: none;
      padding: 5px 10px; }
    footer .m-right .submit {
      height: 30px;
      line-height: 30px;
      background: #2288dd;
      color: #fff;
      padding: 0 20px;
      border: none;
      border-radius: 3px;
      margin-top: 20px;
      font-size: 14px; }
      footer .m-right .submit:hover {
        position: relative;
        left: 0.5px;
        top: 0.5px;
        background: #4195db; }
  footer .tit {
    color: #fff;
    font-size: 19px;
    margin-bottom: 10px; }
  footer p {
    font-size: 13.5px;
    line-height: 2; }
  footer .ewm {
    margin-bottom: 10px; }
  footer .footer {
    padding-top: 80px;
    padding-bottom: 50px;
    width: 1200px;
    margin: auto;
    position: relative; }

.btmfoot .bottom {
  text-align: center;
  height: 60px;
  line-height: 60px;
  background: #000000;
  color: #909497; }

.a-fadeIn {
  opacity: 1;
  transition: all 2s ease; }

.a-push-t {
  opacity: 1 !important;
  top: 250px !important;
  transition: all 1s ease; }

.a-push-b {
  opacity: 1 !important;
  top: 0 !important;
  transition: all 1s ease; }

.a-push-r {
  opacity: 1 !important;
  left: 0 !important;
  transition: all 1s ease; }

.a-push-l {
  opacity: 1 !important;
  right: 0 !important;
  transition: all 1s ease; }

.a-push-back {
  top: 0 !important;
  transition: all 1s ease; }

.rightsidebar {
  position: fixed;
  top: 350px;
  right: 20px;
  width: 59px;
  overflow: hidden;
  z-index: 9999; }
  .rightsidebar li {
    width: 30px;
    height: 30px;
    cursor: pointer; }
  .rightsidebar .scrolltop {
    display: none; }

.refer {
  width: 304px;
  border-radius: 4px;
  position: fixed;
  top: 100px;
  right: 240px;
  background: white;
  z-index: 999;
  overflow: hidden;
  box-shadow: 0 4px 8px 0 #777;
  font-size: 16px;
  display: none; }
  .refer li {
    position: relative;
    margin: 0 20px;
    margin-bottom: 10px;
    border: 1px solid #ccc; }
    .refer li span {
      position: absolute;
      line-height: 28px;
      top: 0;
      left: 5px; }
    .refer li input {
      width: 100%;
      height: 28px;
      line-height: 28px;
      border: none;
      padding-left: 60px; }
    .refer li textarea {
      width: 100%;
      border: none;
      padding: 5px; }
  .refer .top {
    height: 56px;
    background: #00ccf1;
    line-height: 56px;
    color: white;
    font-size: 16px;
    padding-left: 20px;
    margin: 0 0 10px 0; }
    .refer .top img {
      cursor: pointer;
      margin-top: 22px;
      margin-right: 20px; }
  .refer .submit {
    background: #00ccf1;
    color: #fff;
    width: 125px;
    height: 37px;
    line-height: 37px;
    margin: auto;
    display: block;
    border: none;
    margin-bottom: 18px;
    margin-top: 10px;
    font-size: 18.34px;
    border-radius: 8px; }

.refer2 {
  width: 131px;
  height: 147px;
  border-radius: 4px;
  position: fixed;
  top: 390px;
  right: 90px;
  z-index: 999;
  display: none; }

.big-data .top-map {
  width: 100%; }
  .big-data .top-map img {
    width: 100%;
    height: 360px; }

.big-data .center {
  width: 1060px;
  margin: auto;
  position: relative;
  top: -30px; }
  .big-data .center .z-box {
    width: 1060px;
    height: 244px;
    border: 2px solid #e8e8e8;
    background: white;
    margin-bottom: 46px;
    position: relative;
    transition: all 1s ease;
    opacity: 0;
    top: 100px; }
    .big-data .center .z-box .main {
      width: 695px;
      height: 240px;
      padding-left: 50px; }
      .big-data .center .z-box .main .tit {
        font-size: 22px;
        color: #000000;
        margin: 30px 0px 20px;
        font-weight: 100; }
      .big-data .center .z-box .main p {
        letter-spacing: 1px;
        width: 615px;
        color: #9d9d9d;
        font-size: 15px;
        line-height: 1.6em;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-break: break-all; }
      .big-data .center .z-box .main div {
        margin-top: 28px;
        width: 159px;
        height: 38px;
        border-radius: 4px;
        border: 1px solid #c3c3c3; }
        .big-data .center .z-box .main div a {
          display: inline-block;
          width: 159px;
          height: 38px;
          line-height: 38px;
          text-align: center;
          color: #626262;
          font-size: 15px; }
          .big-data .center .z-box .main div a:hover {
            color: #626262; }

.z-product .top-map {
  width: 100%; }
  .z-product .top-map img {
    width: 100%;
    height: 360px; }

.z-product .m-tabProduct .bd {
  padding-bottom: 60px; }

.z-product .m-tabProduct .bd .proConCell li {
  margin: 0 8px 50px 8px; }

.z-product .u-more {
  display: none; }

.z-product .u-tit small {
  font-family: HELVETICANEUELTPRO-THEX, "微软雅黑"; }

.z-contactUs .top-map {
  width: 100%; }
  .z-contactUs .top-map img {
    width: 100%;
    height: 360px; }

.z-contactUs .main {
  width: 100%;
  height: 594px;
  margin-bottom: 60px; }
  .z-contactUs .main .wrap {
    width: 1037px;
    height: 594px;
    margin: auto;
    position: relative;
    top: -30px;
    margin-bottom: 35px; }
    .z-contactUs .main .wrap .left {
      width: 541px;
      height: 594px;
      box-shadow: 0px 0px 5px 0px #e0e0e0;
      background: white;
      padding: 45px 100px 65px 60px; }
      .z-contactUs .main .wrap .left .wrap1 {
        width: 200px;
        color: #000;
        font-size: 15px;
        margin-right: 50px; }
        .z-contactUs .main .wrap .left .wrap1 span {
          font-size: 20px; }
      .z-contactUs .main .wrap .left .wrap2 {
        width: 130px;
        color: #000;
        font-size: 15px;
        line-height: 1.8em; }
      .z-contactUs .main .wrap .left li {
        margin-top: 28px; }
        .z-contactUs .main .wrap .left li .conpayName {
          font-size: 20px;
          color: #000000;
          line-height: 2em; }
        .z-contactUs .main .wrap .left li .conpayAddRess {
          font-size: 14px;
          color: #797979;
          line-height: 1.6em; }
    .z-contactUs .main .wrap .right {
      display: block;
      width: 495px;
      height: 443px;
      margin-top: 150px;
      background: #363c40;
      padding: 0 37px; }
      .z-contactUs .main .wrap .right h2 {
        color: white;
        text-align: right;
        font-size: 34px;
        font-weight: 100;
        margin: 33px 0;
        font-weight: 100; }
      .z-contactUs .main .wrap .right input,
      .z-contactUs .main .wrap .right textarea {
        display: inline-block;
        border: 1px solid #52585b;
        background: #3c4347;
        height: 36px;
        padding-left: 15px;
        font-size: 17px;
        color: #898c8e; }
      .z-contactUs .main .wrap .right .name {
        width: 168px;
        margin-right: 15px; }
      .z-contactUs .main .wrap .right .tell {
        width: 234px; }
      .z-contactUs .main .wrap .right .emily1 {
        width: 420px; }
      .z-contactUs .main .wrap .right .message {
        width: 420px;
        height: 100px;
        border: 1px solid #51575b;
        border-radius: 3px;
        background: none;
        padding: 5px 10px; }
      .z-contactUs .main .wrap .right .submit {
        width: 165px;
        height: 40px;
        line-height: 40px;
        background: #2288dd;
        color: #fff;
        padding: 0 20px;
        border: none;
        border-radius: 3px;
        margin-top: 20px;
        font-size: 17px; }

.m-detail .wrapb {
  margin-top: 65px;
  background: #2288dd; }
  .m-detail .wrapb .box {
    width: 1175px;
    margin: auto; }
    .m-detail .wrapb .box h1 {
      font-size: 45px;
      color: white;
      font-weight: 100;
      text-align: center;
      padding-top: 50px; }
    .m-detail .wrapb .box p {
      width: 980px;
      font-size: 20px;
      color: white;
      margin: auto;
      line-height: 1.8em;
      padding-bottom: 30px;
      text-align: center;
      padding: 40px 0; }

.m-detail .wrape {
  font-size: 16px;
  line-height: 1.6em;
  text-align: center;
  position: relative;
  top: 100px;
  opacity: 0; }
  .m-detail .wrape .box {
    width: 1175px;
    margin: auto; }
    .m-detail .wrape .box h5 {
      line-height: 40px;
      padding-top: 20px;
      color: #000000;
      text-align: center !important;
      font-weight: 500;
      font-size: 30px; }
    .m-detail .wrape .box p {
      width: 850px;
      line-height: 30px;
      text-align: left !important;
      padding-top: 30px;
      margin: auto; }
    .m-detail .wrape .box img {
      display: inline-block;
      padding: 30px 0;
      margin-bottom: 20px; }

.m-newsconter {
  width: 1175px;
  margin: auto;
  margin-bottom: 50px; }
  .m-newsconter .tit {
    padding: 135px 0 20px 0;
    text-align: center;
    font-size: 30px;
    color: #000;
    font-weight: 100; }
  .m-newsconter .time {
    font-size: 18px;
    text-align: center;
    margin-bottom: 40px;
    color: #bcbcbc; }
  .m-newsconter .main {
    width: 1175px;
    padding: 0 45px 0 35px;
    color: #585858;
    font-size: 16px;
    line-height: 1.8em; }
  .m-newsconter .img-wrap {
    text-align: center;
    max-width: 1175px;
    padding: 0 45px 50px 35px; }
.m-newsconter .img-wrap img {
  width: 100%;
}
@font-face {
  font-family: 'HELVETICANEUELTPRO-THEX';
  src: url("http://code.uemo.net/css/font/HELVETICANEUELTPRO-THEX.otf");
  font-weight: normal;
  font-style: normal; }

.m-qwnews .top-map img {
  width: 100%;
  height: 360px; }

.m-qwnews .main {
  width: 1175px;
  margin: auto; }
  .m-qwnews .main .tit {
    text-align: center;
    color: #000000;
    font-weight: 100;
    font-size: 25px;
    margin-top: 30px; }
  .m-qwnews .main .titeng {
    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
    text-align: center;
    color: #aaaaaa;
    font-weight: 100;
    font-size: 15px;
    margin-bottom: 30px; }
  .m-qwnews .main .left {
    height: 1150px; }
    .m-qwnews .main .left li {
      width: 200px;
      height: 37px;
      line-height: 37px;
      padding-left: 15px;
      font-size: 16px;
      border-bottom: 1px solid #dcdcdc;
      transition: all 0.6s ease;
      position: relative; }
      .m-qwnews .main .left li:hover {
        padding-left: 22px; }
      .m-qwnews .main .left li a {
        display: block;
        width: 200px;
        height: 37px;
        line-height: 37px;
        color: #000; }
    .m-qwnews .main .left .li1:before {
      top: 13px;
      left: 0;
      content: '';
      position: absolute;
      width: 3px;
      height: 12px;
      background: #17c2c4;
      transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
    .m-qwnews .main .left .li1:hover:before {
      left: 8px; }
    .m-qwnews .main .left .li2:before {
      top: 13px;
      left: 0;
      content: '';
      position: absolute;
      width: 3px;
      height: 12px;
      background: #17c2c4;
      transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
      opacity: 0; }
    .m-qwnews .main .left .li2:hover:before {
      left: 8px;
      opacity: 1; }
  .m-qwnews .main .right .f-fl {
    width: 200px;
 height: 138px}
  .m-qwnews .main .right a {
    color: #000000; }
    .m-qwnews .main .right a li {
      width: 920px;
      height: 190px;
      border-bottom: 1px solid #d8d8d8;
      padding: 30px 0;
      position: relative; }
      .m-qwnews .main .right a li .wrap {
        width: 550px;
        height: 130px; }
        .m-qwnews .main .right a li .wrap .stit {
          width: 530px;
          font-size: 18px;
          color: #000000;
          height: 27px;
          overflow: hidden;
          transition: all 0.25s linear;
        margin-bottom: 25px}
        .m-qwnews .main .right a li .wrap .scenter {
          width: 530px;
          font-size: 14px;
          color: #616161;
          line-height: 1.8em;
          display: -webkit-box;
          -webkit-line-clamp: 3;
          /*=====  1行显示 =====*/
          -webkit-box-orient: vertical;
          overflow: hidden;
          word-break: break-all;
          transition: all 0.3s linear; }
      .m-qwnews .main .right a li .Date {
        font-size: 24px;
        color: #949494;
        font-family: "HELVETICANEUELTPRO-THEX", Arial; }
      .m-qwnews .main .right a li .go {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -5px;
        z-index: 2;
        transition: all .5s ease; }
        .m-qwnews .main .right a li .go img {
          display: inline-block;
          padding: 10px; }
      .m-qwnews .main .right a li:hover .stit {
        margin-left: 20px; }
      .m-qwnews .main .right a li:hover .scenter {
        margin-left: 20px; }
      .m-qwnews .main .right a li:hover .Date {
        color: #000000; }
      .m-qwnews .main .right a li:hover .go {
        top: 55%; }
  .m-qwnews .main .paging {
    width: 930px;
    text-align: center; }
    .m-qwnews .main .paging .btmnum {
      display: inline-block;
      width: 36px;
      height: 36px;
      line-height: 36px;
      text-align: center;
      color: white;
      font-size: 16px;
      background: #6b6b6b;
      margin: 50px 10px;
      cursor: pointer; }

.m-aboutqw .top-map img {
  width: 100%;
  height: 360px; }

.m-aboutqw .maintop {
  width: 1175px;
  padding: 0 32px 50px;
  margin: auto; }
  .m-aboutqw .maintop .tit {
    text-align: center;
    color: #000000;
    font-weight: 100;
    font-size: 25px;
    padding-top: 56px;
    letter-spacing: 2px; }
  .m-aboutqw .maintop .titeng {
    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
    text-align: center;
    color: #aaaaaa;
    font-weight: 100;
    font-size: 15px;
    margin-bottom: 56px; }
  .m-aboutqw .maintop .center1 {
    color: #000;
    font-size: 16px;
    line-height: 1.8em;
    letter-spacing: 1px; }
  .m-aboutqw .maintop .wrapp {
    height: 164px;
    overflow: hidden;
    position: relative;
    background: #F8F8F8; }
    .m-aboutqw .maintop .wrapp table {
      border: none;
      position: absolute;
      width: 1100px;
      left: 50%;
      top: 0;
      margin-left: -550px;
      color: #000; }
    .m-aboutqw .maintop .wrapp table td {
      color: #000;
      font-size: 93px;
      border: none;
      text-align: center; }
    .m-aboutqw .maintop .wrapp table td p {
      font-size: 17px; }
    .m-aboutqw .maintop .wrapp table td span {
      font-size: 40px;
      position: relative;
      top: -16px;
      margin-left: 20px; }

.m-aboutqw .maincenter {
  width: 1175px;
  padding: 0 32px 50px;
  margin: auto; }
  .m-aboutqw .maincenter .tit {
    text-align: center;
    color: #000000;
    font-weight: 100;
    font-size: 25px;
    padding-top: 56px;
    letter-spacing: 2px; }
  .m-aboutqw .maincenter .center1 {
    color: #000;
    font-size: 14px;
    line-height: 1.8em;
    letter-spacing: 1px;
    margin: 30px 0 52px; }
  .m-aboutqw .maincenter .img-wrap {
    width: 110%; }
    .m-aboutqw .maincenter .img-wrap img {
      display: block;
      float: left;
      max-width: 360px;
      margin-right: 12px; }
      .m-aboutqw .maincenter .img-wrap img:nth-child(3) {
        margin-right: 0; }
    .m-aboutqw .maincenter .img-wrap p {
      float: left;
      width: 360px;
      height: 72px;
      line-height: 72px;
      color: #000;
      text-align: center;
      font-size: 16px;
      margin-right: 12px; }
    .m-aboutqw .maincenter .img-wrap .keke {
      margin-right: 0 !important; }

.m-aboutqw .mainbot {
  margin: auto;
  margin-bottom: 60px; }
  .m-aboutqw .mainbot .tit {
    text-align: center;
    color: #000000;
    font-weight: 100;
    font-size: 25px;
    padding-top: 89px;
    letter-spacing: 2px; }
  .m-aboutqw .mainbot .tits {
    text-align: center;
    font-size: 16px;
    color: #7d7d7d;
    margin-top: 22px;
    padding-bottom: 35px;
    border-bottom: 1px solid #c4c4c4; }
  .m-aboutqw .mainbot .z-box {
    width: 1175px;
    padding: 0 32px;
    margin: auto;
    border-bottom: 2px solid #c4c4c4;
    overflow: hidden; }
    .m-aboutqw .mainbot .z-box .year {
      color: #000000;
      font-size: 18px;
      padding: 36px 0; }
    .m-aboutqw .mainbot .z-box li {
      width: 350px;
      height: 250px;
      overflow: hidden;
      position: relative;
      margin-right: 43px;
      margin-bottom: 50px; }
      .m-aboutqw .mainbot .z-box li img {
        position: absolute;

        max-width: 100%;
        max-height: 100%; }
      .m-aboutqw .mainbot .z-box li:nth-child(3) {
        margin-right: 0; }
      .m-aboutqw .mainbot .z-box li:nth-child(6) {
        margin-right: 0; }
		.m-aboutqw .mainbot .z-box li:nth-child(9) {
        margin-right: 0; }
		.m-aboutqw .mainbot .z-box li:nth-child(12) {
        margin-right: 0; }
		.m-aboutqw .mainbot .z-box li:nth-child(15) {
        margin-right: 0; }
		.m-aboutqw .mainbot .z-box li:nth-child(18) {
        margin-right: 0; }
		.m-aboutqw .mainbot .z-box li:nth-child(21) {
        margin-right: 0; }
		.m-aboutqw .mainbot .z-box li:nth-child(24) {
        margin-right: 0; }
      .m-aboutqw .mainbot .z-box li p {
        width: 350px;
        font-size: 16px;
        background: deepskyblue;
        line-height: 30px;
        text-align: center;
        position: absolute;
        bottom: -160px;
        transition: all 0.5s linear;
        z-index: 5;
        padding: 10px 0;
        color: #000000;
        opacity: 0.8;
      }
      .m-aboutqw .mainbot .z-box li:hover p {
        bottom: 0px; }

.m-aboutqw .centerwrap {
  width: 100%;
  height: 710px;
  background: url("../images/aboutqw10.jpg") no-repeat center center;
  padding: 105px 0; }
  .m-aboutqw .centerwrap .center {
    width: 500px;
    height: 500px;
    padding: 20px;
    border-radius: 50%;
    border: 1px dashed white;
    margin: auto; }
    .m-aboutqw .centerwrap .center .box {
      width: 460px;
      height: 460px;
      border-radius: 50%;
      border: 1px dashed white;
      margin: auto;
      color: white;
      font-size: 32px;
      text-align: center;
      padding-top: 100px;
      position: relative; }
      .m-aboutqw .centerwrap .center .box li {
        width: 80px;
        height: 80px;
        border-radius: 50%;
        background: #041128;
        position: absolute;
        font-size: 20px;
        line-height: 80px;
        text-align: center;
        color: #4b76ad;
        transition: all 0.2s linear; }
        .m-aboutqw .centerwrap .center .box li:hover {
          color: white;
          font-size: 24px; }
          .m-aboutqw .centerwrap .center .box li:hover .developmentHistory {
            display: block; }
          .m-aboutqw .centerwrap .center .box li:hover .wire {
            display: block; }
      .m-aboutqw .centerwrap .center .box .wire {
        width: 1px;
        height: 80px;
        position: absolute;
        display: none;
        transition: all 0.2s linear; }
      .m-aboutqw .centerwrap .center .box .developmentHistory {
        width: 330px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-left: 30px;
        position: relative;
        display: none;
        text-align: left;
        transition: all 0.2s linear; }
        .m-aboutqw .centerwrap .center .box .developmentHistory p {
          font-size: 12px; }
          .m-aboutqw .centerwrap .center .box .developmentHistory p span {
            width: 230px;
            padding-left: 30px; }
        .m-aboutqw .centerwrap .center .box .developmentHistory div {
          width: 10px;
          height: 10px;
          border-radius: 50%;
          position: absolute; }
      .m-aboutqw .centerwrap .center .box .li1 {
        top: 20px;
        left: 30px; }
        .m-aboutqw .centerwrap .center .box .li1:hover {
          background: #f44336; }
          .m-aboutqw .centerwrap .center .box .li1:hover .wire {
            background: #f44336;
            top: -57px;
            left: -8px;
            transform: rotateZ(-45deg); }
          .m-aboutqw .centerwrap .center .box .li1:hover .developmentHistory {
            border-top: 1px solid #f44336;
            left: -365px;
            top: -125px; }
            .m-aboutqw .centerwrap .center .box .li1:hover .developmentHistory div {
              top: -5px;
              left: -5px;
              background: #f44336; }
      .m-aboutqw .centerwrap .center .box .li2 {
        top: 130px;
        left: -40px; }
        .m-aboutqw .centerwrap .center .box .li2:hover {
          background: #e91e63; }
          .m-aboutqw .centerwrap .center .box .li2:hover .wire {
            background: #e91e63;
            top: -57px;
            left: -8px;
            transform: rotateZ(-45deg); }
          .m-aboutqw .centerwrap .center .box .li2:hover .developmentHistory {
            border-top: 1px solid #e91e63;
            left: -365px;
            top: -125px; }
            .m-aboutqw .centerwrap .center .box .li2:hover .developmentHistory div {
              top: -5px;
              left: -5px;
              background: #e91e63; }
      .m-aboutqw .centerwrap .center .box .li3 {
        top: 260px;
        left: -40px; }
        .m-aboutqw .centerwrap .center .box .li3:hover {
          background: #9c27b0; }
          .m-aboutqw .centerwrap .center .box .li3:hover .wire {
            background: #9c27b0;
            top: -57px;
            left: -8px;
            transform: rotateZ(-45deg); }
          .m-aboutqw .centerwrap .center .box .li3:hover .developmentHistory {
            border-top: 1px solid #9c27b0;
            left: -365px;
            top: -125px; }
            .m-aboutqw .centerwrap .center .box .li3:hover .developmentHistory div {
              top: -5px;
              left: -5px;
              background: #9c27b0; }
      .m-aboutqw .centerwrap .center .box .li4 {
        top: 360px;
        left: 30px; }
        .m-aboutqw .centerwrap .center .box .li4:hover {
          background: #673ab7; }
          .m-aboutqw .centerwrap .center .box .li4:hover .wire {
            background: #673ab7;
            top: 57px;
            left: -8px;
            transform: rotateZ(45deg); }
          .m-aboutqw .centerwrap .center .box .li4:hover .developmentHistory {
            border-bottom: 1px solid #673ab7;
            left: -365px;
            top: -57px; }
            .m-aboutqw .centerwrap .center .box .li4:hover .developmentHistory div {
              top: 97px;
              left: -5px;
              background: #673ab7; }
      .m-aboutqw .centerwrap .center .box .li5 {
        top: 420px;
        left: 180px; }
        .m-aboutqw .centerwrap .center .box .li5:hover {
          background: #03a9f4; }
          .m-aboutqw .centerwrap .center .box .li5:hover .wire {
            background: #03a9f4;
            top: 57px;
            left: -8px;
            transform: rotateZ(45deg); }
          .m-aboutqw .centerwrap .center .box .li5:hover .developmentHistory {
            border-bottom: 1px solid #03a9f4;
            left: -365px;
            top: -45px; }
            .m-aboutqw .centerwrap .center .box .li5:hover .developmentHistory div {
              top: 84px;
              left: -5px;
              background: #03a9f4; }
      .m-aboutqw .centerwrap .center .box .li6 {
        top: 360px;
        left: 340px; }
        .m-aboutqw .centerwrap .center .box .li6:hover {
          background: #4caf50; }
          .m-aboutqw .centerwrap .center .box .li6:hover .wire {
            background: #4caf50;
            top: 57px;
            left: 72px;
            transform: rotateZ(-45deg); }
          .m-aboutqw .centerwrap .center .box .li6:hover .developmentHistory {
            border-bottom: 1px solid #4caf50;
            left: 100px;
            top: -45px; }
            .m-aboutqw .centerwrap .center .box .li6:hover .developmentHistory div {
              top: 84px;
              left: 325px;
              background: #4caf50; }
      .m-aboutqw .centerwrap .center .box .li7 {
        top: 260px;
        left: 420px; }
        .m-aboutqw .centerwrap .center .box .li7:hover {
          background: #ffeb3b; }
          .m-aboutqw .centerwrap .center .box .li7:hover .wire {
            background: #ffeb3b;
            top: 57px;
            left: 72px;
            transform: rotateZ(-45deg); }
          .m-aboutqw .centerwrap .center .box .li7:hover .developmentHistory {
            border-bottom: 1px solid #ffeb3b;
            left: 100px;
            top: -45px; }
            .m-aboutqw .centerwrap .center .box .li7:hover .developmentHistory div {
              top: 84px;
              left: 325px;
              background: #ffeb3b; }
      .m-aboutqw .centerwrap .center .box .li8 {
        top: 130px;
        left: 420px; }
        .m-aboutqw .centerwrap .center .box .li8:hover {
          background: #ff5722; }
          .m-aboutqw .centerwrap .center .box .li8:hover .wire {
            background: #ff5722;
            top: -57px;
            left: 72px;
            transform: rotateZ(45deg); }
          .m-aboutqw .centerwrap .center .box .li8:hover .developmentHistory {
            border-top: 1px solid #ff5722;
            left: 100px;
            top: -125px; }
            .m-aboutqw .centerwrap .center .box .li8:hover .developmentHistory div {
              top: -5px;
              left: 325px;
              background: #ff5722; }
      .m-aboutqw .centerwrap .center .box .li9 {
        top: 20px;
        left: 360px; }
        .m-aboutqw .centerwrap .center .box .li9:hover {
          background: #795548; }
          .m-aboutqw .centerwrap .center .box .li9:hover .wire {
            background: #795548;
            top: -57px;
            left: 72px;
            transform: rotateZ(45deg); }
          .m-aboutqw .centerwrap .center .box .li9:hover .developmentHistory {
            border-top: 1px solid #795548;
            left: 100px;
            top: -125px; }
            .m-aboutqw .centerwrap .center .box .li9:hover .developmentHistory div {
              top: -5px;
              left: 325px;
              background: #795548; }
      .m-aboutqw .centerwrap .center .box .li10 {
        top: -40px;
        left: 180px; }
        .m-aboutqw .centerwrap .center .box .li10:hover {
          background: #9e9e9e; }
          .m-aboutqw .centerwrap .center .box .li10:hover .wire {
            background: #9e9e9e;
            top: -57px;
            left: 72px;
            transform: rotateZ(45deg); }
          .m-aboutqw .centerwrap .center .box .li10:hover .developmentHistory {
            border-top: 1px solid #9e9e9e;
            left: 100px;
            top: -125px; }
            .m-aboutqw .centerwrap .center .box .li10:hover .developmentHistory div {
              top: -5px;
              left: 325px;
              background: #9e9e9e; }

.m-casez .top-map img {
  width: 100%;
  height: 360px; }

.m-casez .tit {
  font-size: 25px;
  text-align: center;
  font-weight: 100;
  color: #000; }

.m-casez .stit {
  font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
  font-size: 16px;
  color: #d1d1d1;
  text-align: center;
  font-weight: 100; }

.m-casez .subnav {
  width: 870px;
  height: 40px;
  margin: auto;
  overflow: hidden; }
  .m-casez .subnav .li1 {
    width: 87px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: white;
    font-size: 16px;
    color: #000000;
    transition: all 0.2s linear;
    cursor: pointer; }
    .m-casez .subnav .li1:hover {
      color: #FFFFFF;
      background: rgba(0, 102, 255, 0.5); }
    .m-casez .subnav .li1.x {
      background: #1379d8;
      color: white; }

.m-casez .zcenter {
  width: 1175px;
  margin: auto;
  padding: 14px 0 30px 0;
  display: none; }
  .m-casez .zcenter.x {
    display: block; }
  .m-casez .zcenter li {
    background: #f8f8f8;
    margin-bottom: 30px; }
    .m-casez .zcenter li .img-wrap {
      border: 1px solid white;
      position: relative;
      width: 401px;
      height: 183px;
      margin-right: 35px;
      text-align: center; }
      .m-casez .zcenter li .img-wrap img {
        width: 100%;
        height: 100%; }
    .m-casez .zcenter li .center {
      height: 183px;
      width: 655px; }
      .m-casez .zcenter li .center h5 {
        color: #000000;
        font-size: 18px;
        font-weight: 500;
        margin: 45px 0 15px 0;
        transition: all 0.3s linear; }
      .m-casez .zcenter li .center p {
        font-size: 16px;
        color: #6f6f6f;
        line-height: 2em;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        /*=====  1行显示 =====*/
        -webkit-box-orient: vertical;
        overflow: hidden;
        word-break: break-all; }
    .m-casez .zcenter li .right {
      width: 60px;
      height: 80px;
      border-left: 2px solid #F1F1F1;
      position: relative;
      top: 60px;
      transition: all 0.3s linear; }
      .m-casez .zcenter li .right a {
        display: inline-block;
        width: 60px;
        height: 80px; }
        .m-casez .zcenter li .right a img {
          position: absolute;
          top: 50%;
          margin-top: -5px;
          right: 0; }
  .m-casez .zcenter li:hover h5 {
    margin: 25px 0 15px 0; }
  .m-casez .zcenter li:hover .right {
    top: 80px; }

/*==========================*/
/*============产品分销=========*/
/*==========================*/
.m-distribution .tit-big {
  color: #000000;
  text-align: center;
  font-size: 28px;
  font-weight: 100;
  margin: 45px 0 10px 0; }

.m-distribution .stit {
  color: #b8b8b8;
  text-align: center;
  font-size: 14px;
  font-weight: 100;
  margin-bottom: 50px; }

.m-distribution .wrapa {
  overflow: hidden;
  background: white;
  text-align: left;
  text-align: center; }

.m-distribution .wrapb {
  height: 650px;
  background: #5f55ce; }
  .m-distribution .wrapb .slideBox {
    width: 1175px;
    height: 650px;
    overflow: hidden;
    position: relative;
    margin: auto; }
  .m-distribution .wrapb .slideBox .hd {
    height: 20px;
    overflow: hidden;
    position: absolute;
    right: 500px;
    bottom: 40px;
    z-index: 1; }
  .m-distribution .wrapb .slideBox .hd ul {
    overflow: hidden;
    zoom: 1;
    float: left; }
  .m-distribution .wrapb .slideBox .hd ul li {
    float: left;
    margin-right: 10px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    line-height: 14px;
    text-align: center;
    background: #7f77d8;
    cursor: pointer; }
  .m-distribution .wrapb .slideBox .hd ul li.on {
    background: white; }
  .m-distribution .wrapb .slideBox .bd {
    position: relative;
    height: 100%;
    z-index: 0; }
  .m-distribution .wrapb .slideBox .bd li {
    zoom: 1;
    vertical-align: middle; }
  .m-distribution .wrapb .slideBox .bd li a {
    display: block; }
  .m-distribution .wrapb .slideBox .bd li .wrap {
    position: relative;
    width: 1175px;
    height: 650px; }
    .m-distribution .wrapb .slideBox .bd li .wrap .q-box {
      width: 600px;
      height: 400px;
      position: absolute;
      top: 75px;
      right: 45px;
      background: #7c71fa;
      z-index: 2; }
    .m-distribution .wrapb .slideBox .bd li .wrap .q-box.x {
      right: 90px; }
    .m-distribution .wrapb .slideBox .bd li .wrap .w-box {
      width: 500px;
      height: 380px;
      text-align: center;
      background: #35b5f8;
      position: absolute;
      top: 125px;
      left: 100px;
      z-index: 3; }
      .m-distribution .wrapb .slideBox .bd li .wrap .w-box .tit {
        color: white;
        font-size: 35px;
        font-weight: 100;
        margin: 65px 0 45px 0;
        letter-spacing: 1px; }
      .m-distribution .wrapb .slideBox .bd li .wrap .w-box p {
        font-size: 36px;
        color: #d6edfd;
        line-height: 1.7em; }
    .m-distribution .wrapb .slideBox .bd li .wrap .w-box.x {
      width: 400px;
      height: 400px;
      left: 125px; }
    .m-distribution .wrapb .slideBox .bd li .wrap .e-box {
      width: 400px;
      height: 400px;
      padding: 20px;
      border-radius: 50%;
      border: 2px solid white;
      position: relative;
      top: 155px;
      left: 620px;
      z-index: 5;
      animation: rot 5s linear infinite; }
      .m-distribution .wrapb .slideBox .bd li .wrap .e-box .rotyuan {
        width: 10px;
        height: 10px;
        border-radius: 50%;
        background: #bbd4ea;
        position: absolute;
        top: 195px;
        left: -6px; }
      .m-distribution .wrapb .slideBox .bd li .wrap .e-box .rotyuan.x {
        left: -2px; }

@-webkit-keyframes rot {
  0% {
    transform: rotateZ(0deg); }
  100% {
    transform: rotateZ(360deg); } }

@-o-keyframes rot {
  0% {
    transform: rotateZ(0deg); }
  100% {
    transform: rotateZ(360deg); } }

@-ms-keyframes rot {
  .m-distribution .wrapb .slideBox .bd li .wrap .e-box 0% {
    transform: rotateZ(0deg); }
  .m-distribution .wrapb .slideBox .bd li .wrap .e-box 100% {
    transform: rotateZ(360deg); } }
    .m-distribution .wrapb .slideBox .bd li .wrap .e-box.x {
      width: 503px;
      height: 503px;
      padding: 0;
      border-radius: 50%;
      border: 2px solid white;
      top: 100px;
      left: 570px; }
    .m-distribution .wrapb .slideBox .bd li .wrap .r-box {
      width: 360px;
      height: 360px;
      border-radius: 50%;
      position: absolute;
      top: 175px;
      right: 175px;
      z-index: 10;
      overflow: hidden; }
    .m-distribution .wrapb .slideBox .bd li .wrap .r-box.x {
      width: 461px;
      height: 461px;
      border-radius: 50%;
      position: absolute;
      top: 124px;
      right: 124px; }
    .m-distribution .wrapb .slideBox .bd li .wrap .u-box {
      width: 510px;
      height: 340px;
      background: #7c71fa;
      position: absolute;
      left: 60px;
      top: 100px; }
      .m-distribution .wrapb .slideBox .bd li .wrap .u-box .img-wrap {
        position: relative;
        top: 50px;
        left: 45px; }
        .m-distribution .wrapb .slideBox .bd li .wrap .u-box .img-wrap .rotayuan {
          width: 10px;
          height: 10px;
          border-radius: 50%;
          background: #bbd4ea;
          position: absolute;
          animation: rota 5s linear infinite;
          top: 0;
          left: 190px; }

@-webkit-keyframes rota {
  0%, 100% {
    top: 0;
    left: 190px; }
  33% {
    top: 332px;
    left: 382px; }
  66% {
    top: 332px;
    left: -4px; } }

@-moz-keyframes rota {
  0%, 100% {
    top: 0;
    left: 190px; }
  33% {
    top: 332px;
    left: 382px; }
  66% {
    top: 332px;
    left: -4px; } }

@-o-keyframes rota {
  0%, 100% {
    top: 0;
    left: 190px; }
  33% {
    top: 332px;
    left: 382px; }
  66% {
    top: 332px;
    left: -4px; } }

@-ms-keyframes rota {
  .m-distribution .wrapb .slideBox .bd li .wrap .u-box .img-wrap 0%, .m-distribution .wrapb .slideBox .bd li .wrap .u-box .img-wrap 100% {
    top: 0;
    left: 190px; }
  .m-distribution .wrapb .slideBox .bd li .wrap .u-box .img-wrap 33% {
    top: 332px;
    left: 382px; }
  .m-distribution .wrapb .slideBox .bd li .wrap .u-box .img-wrap 66% {
    top: 332px;
    left: -4px; } }
      .m-distribution .wrapb .slideBox .bd li .wrap .u-box .img-wrap2 {
        position: absolute;
        top: 150px;
        left: 50px;
        z-index: 999; }
    .m-distribution .wrapb .slideBox .bd li .wrap .i-box {
      width: 580px;
      height: 410px;
      background: #8d83ff;
      position: absolute;
      right: 45px;
      top: 55px;
      text-align: center; }
      .m-distribution .wrapb .slideBox .bd li .wrap .i-box .tit {
        color: white;
        font-size: 35px;
        font-weight: 100;
        margin: 65px 0 45px 0;
        letter-spacing: 1px;
        line-height: 1.6em; }
      .m-distribution .wrapb .slideBox .bd li .wrap .i-box p {
        font-size: 36px;
        color: #d6edfd;
        line-height: 1.7em; }
    .m-distribution .wrapb .slideBox .bd li .wrap .a-box {
      width: 920px;
      height: 520px;
      background: #7c71fa;
      position: relative;
      top: 35px;
      left: 180px; }
      .m-distribution .wrapb .slideBox .bd li .wrap .a-box .img-wrap {
        position: absolute;
        left: -90px;
        top: 70px;
        text-align: center; }
        .m-distribution .wrapb .slideBox .bd li .wrap .a-box .img-wrap img {
          max-width: 100%;
          max-height: 100%;
          border: 5px solid white; }
    .m-distribution .wrapb .slideBox .bd li .wrap .s-box {
      width: 320px;
      height: 250px;
      position: absolute;
      top: 120px;
      right: 150px;
      text-align: center; }
      .m-distribution .wrapb .slideBox .bd li .wrap .s-box .tit {
        font-size: 35px;
        color: white;
        font-weight: 100;
        margin-bottom: 50px; }
      .m-distribution .wrapb .slideBox .bd li .wrap .s-box p {
        font-size: 36px;
        color: #d6edfd;
        line-height: 1.7em; }

.m-distribution .z-box {
  background: #f5f5f5;
  text-align: center; }

.m-distribution .contactUs {
  width: 260px;
  height: 60px;
  margin: auto;
  margin-top: 85px;
  margin-bottom: 105px; }
  .m-distribution .contactUs a {
    color: #006ec3;
    line-height: 60px;
    font-size: 40px;
    text-decoration: none; }
