* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing   : border-box;
  box-sizing        : border-box;
}

a {
  text-decoration: none;
}

img {
  border: 0;
}

html,
body,
div,
dl,
dt,
dd,
ol,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
button,
fieldset,
form,
input,
legend,
textarea,
th,
td {
  margin : 0;
  padding: 0;
}

a {
  text-decoration: none;
}

button {
  outline: 0;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;	/**通过边框阴影遮挡住背景*/
  -webkit-text-fill-color: #333;
 }
img {
  border: 0;
}

button,
input,
optgroup,
select,
textarea {
  margin : 0;
  font   : inherit;
  color  : inherit;
  outline: none;
}
.hidden{
  display: none;
}
li {
  list-style: none;
}


body {
  background-color: #F5F5F5;

}

.move_0 {
  padding-right: 20px;
  margin-left  : 0px;
}

.move_1 {
  padding-right: 100px;
  margin-left  : -80px;
}

.move_2 {
  padding-right: 180px;
  margin-left  : -160px;
}

.move_3 {
  padding-right: 260px;
  margin-left  : -240px;
}

.move_4 {
  padding-right: 340px;
  margin-left  : -320px;
}

.move_5 {
  padding-right: 420px;
  margin-left  : -400px;
}

.move_6 {
  padding-right: 500px;
  margin-left  : -480px;
}

.move_7 {
  padding-right: 580px;
  margin-left  : -555px;
}

.move_8 {
  padding-right: 660px;
  margin-left  : -634px;
}

.move_9 {
  padding-right: 740px;
  margin-left  : -713px;
}



.son_service_color {
  color: #fff !important;
}

.son_service_circular_color {
  border: #fff solid 2px !important;
}

.index_color {
  background-color: #0092FF;
  color           : #fff !important;
}

.column_color {
  color: #0092FF !important;
}

.sonnav_color {
  border-bottom: 3px solid #fff;
}

.f_l {
  float: left;
}

.f_r {
  float: right;
}

.Header {
  width : 1230px;
  margin: 0 auto;
  cursor: default;
}

.Header .inner {
  height    : 114px;
  margin-top: 12px;
}

.Header .header-logo img {
  background-repeat: no-repeat;
  width: 93px;
  height: 48px;
  margin-top: -7px;
  /* margin-left: 77px; */
}

.Header .inner .input {
  position     : relative;
  width        : 393px;
  height       : 40px;
  border-top   : #0092FF solid 1px;
  border-right : none;
  border-bottom: #0092FF solid 1px;
  border-left  : #0092FF solid 1px;
  float        : left;
  border-radius: 25px 0 0 25px;
  margin-left  : 220px;
}

.Header .inner .input .hot-list {
  font-size  : 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 16px;
  color      : #999999;
  opacity    : 1;
  float      : left;
  margin-top : 16px;
  margin-left: -4px;
}

.Header .inner .input div>input {
  -webkit-box-shadow: 0 0 0px 1000px white inset;	/**通过边框阴影遮挡住背景*/
  -webkit-text-fill-color: #333;
  outline      : none;
  border       : none;
  margin       : 0;
  height       : 19px;
  width        : 340px;
  color        : #333;
  font-size    : 16px;
  border-radius: 0px 0 0 4px;
  float        : left;
  margin-top   : 9px;
  margin-left  : 50px;
}

.Header .inner .input>input::-webkit-input-placeholder {
  color: #999;
}

.Header .inner .search {
  width           : 79px;
  height          : 40px;
  background-color: #0092FF;
  color           : #ffffff;
  cursor          : pointer;
  float           : left;
  border-radius   : 0px 25px 25px 0px;
  font-size       : 15px;
  font-family     : Microsoft YaHei;
  font-weight     : 400;
  line-height     : 20px;
  position        : absolute;
  margin-top      : -1px;
  margin-left     : 0px;
  border          : 1px solid transparent;
}

.Header .inner .code-img {
  width      : 152px;
  float      : left;
  margin-left: 245px;
  margin-top : -65px;
}

.Header .inner .code-img img {
  width     : 66px;
  margin-top: 5px;
}
.Header .inner .code-img .qr_code{
  cursor: pointer;
  transition: all 0.6s;
}
.Header .inner .code-img .qr_code:hover{
  transform: scale(1.7);
}
.Header .inner p {
  /* width     : 59px; */
  text-align: center;
}

.Header .inner .wx {
  height          : 20px;
  font-size       : 12px;
  font-family     : Microsoft YaHei;
  font-weight     : 400;
  line-height     : 16px;
  color           : #999999;
  opacity         : 1;
  float           : left;
  margin-top      : 16px;
  margin-left     : 0px;
  margin-top      : 15px;
  border          : 1px solid #ffffff;
  background-color: #ffffff;
  cursor          : pointer;
}

.Header .inner .wx a {
  padding-right: 6px;
  color        : #999999;
}

.Header .inner .inner ul li {
  display: inline;
}
.Header .inner .index_phone .icon-tel{
  display: block;
  animation: msClock 1.5s linear infinite;
  animation: msClock 1.5s linear infinite;
}
@keyframes msClock {
  0%,90%,100% {
    transform: rotate(0) scale(1);
  }
  20%,40% {
    transform: rotate(-8deg) scale(1.1);
  }
  30%,50% {
  transform: rotate(8deg) scale(1.1);
  }
}
.Header .inner .index_phone img{
  width:19px;height: 19px;position: absolute;margin-top: 9px; margin-left: -18px;
}
.nav {
  width : 1230px;
  margin: 0 auto;
  height: 40px;
}

/* .nav .slideTxtBox .hd ul li.on {
 
  background: #0092FF;
 color: #fff ;
  
}

.nav .slideTxtBox .hd ul li :hover{
  color: #fff;
} */

/* 
.nav .active {
  color           : #FFFFFF;
  background-color: #0092FF;
} */

.nav .menus ul {
  margin-top: 1px;
  position  : relative;
  float     : left;
}

.nav .menus li {
  float             : left;
  width             : 132px;
  height            : 40px;
  line-height       : 40px;
  text-align        : center;
  cursor            : pointer;
  -webkit-transition: all 0.5s;
  -moz-transition   : all 0.5s;
  -ms-transition    : all 0.5s;
  -o-transition     : all 0.5s;
  transition        : all 0.5s;
  font-size         : 18px;
  font-weight       : 400;
  position          : relative;
}

.top_nav .menus li>a {
  padding: 7px 25px;
}

.top_nav .menus li a {
  color: #333;
}

.nav .menus .bg {
  width             : 132px;
  height            : 40px;
  position          : absolute;
  left              : 0;
  top               : 0;
  background        : #0092FF;
  -webkit-transition: all 0.5s;
  -moz-transition   : all 0.5s;
  -ms-transition    : all 0.5s;
  -o-transition     : all 0.5s;
  transition        : all 0.5s;
  color             : #fff;

  font-size         : 18px;
  float             : left;
  width             : 132px;
  height            : 40px;
  line-height       : 40px;
  text-align        : center;
  cursor            : pointer;
  -webkit-transition: all 0.5s;
  -moz-transition   : all 0.5s;
  -ms-transition    : all 0.5s;
  -o-transition     : all 0.5s;
  transition        : all 0.5s;
  z-index           : 11;
  font-size         : 18px;
  font-weight       : 400;
  position          : absolute;
}


.menu {
  width   : 1230px;
  margin  : 0 auto;
  position: relative;
}

.menu .menu-nav-list {
  position: absolute;
}

.menu .menu-nav-list .menu-nav-left {
  width     : 205px;
  height    : 55px;
  background: #FFFFFF;
}

.menu .menu-nav-list .menu-nav-left dl dd {
  position  : relative;
  z-index   : 50;
  background: #068ad4;
}

.menu .menu-nav-list .menu-nav-left dl dd a img {
  margin-top: 23px;
}

.menu .menu-nav-list .menu-nav-left dl dd {
  width           : 205px;
  height          : 55px;
  line-height     : 55px;
  background-color: #FFFFFF;

}

.menu .menu-nav-list .menu-nav-left dl dd a {
  height     : 55px;
  line-height: 55px;
  font-size  : 16px;
  padding    : 14px 70px 9px 0px;
  margin-left: 52px;
  color      : #333;
  cursor     : default;
}

.menu .menu-nav-list .menu-nav-left dl dd .understand {
  margin-left: 0px;
}

.menu .menu-nav-list .menu-nav-left dl dd a:hover {
  color: #FFFFFF;
}

.menu .menu-nav-list .menu-nav-left dl dd .menu-nav-casket li p {
  font-size  : 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color      : #333333;
  float      : left;
  margin-left: 12px;
  padding    : unset;
  margin-top : -8px;
  cursor     : default;
}

.menu .menu-nav-list .menu-nav-left dl dd .menu-nav-casket li a:hover {
  color     : #08acee;
  background: none;
}

.menu .menu-nav-list .menu-nav-casket {
  display    : none;
  position   : absolute;
  left       : 205px;
  width      : 500px;
  top        : 0px;
  overflow   : hidden;
  font-size  : 20px;
  line-height: 2em;
  background : #fff;
  z-index    : 10002;
  padding    : 30px 10px 0px 10px;
}

.menu .menu-nav-list img {
  width: 98px;
}



.menu .menu-nav-list .menu-nav-casket .details-btn {
  width        : 76px;
  height       : 24px;
  border-radius: 17px;
  border       : 1px solid #0092FF;
  float        : left;
  margin-left  : 12px;
}

.menu .menu-nav-list .menu-nav-casket .details-btn a {
  font-size    : 12px;
  font-family  : Microsoft YaHei;
  font-weight  : 400;
  line-height  : 16px;
  color        : #0092FF;
  /* width     : 59px; */
  padding: 0px 12px;
  margin-top   : 2px;
  float        : left;
  height       : 24px;
  cursor       : pointer;
}

.menu .menu-nav-list .menu-nav-casket img {
  /* margin-top : 35px; */
  margin-left: 24px;
  float      : left;
}

.menu .menu-nav-list .menu-nav-casket li {
  float : left;
  width : 235px;
  height: 80px;
}

.menu .menu-nav-list .menu-nav-casket li a {
  color          : #222;
  text-decoration: none;
}


.menu .menu-nav-list .menu-slide-header {
  width      : 767px;
  margin     : 0 auto;
  height     : 410px;
  position   : absolute;
  left       : 50%;
  margin-left: -271px;
}

.menu .menu-nav-list .menu-slide:hover .menu-slide-header .prev {
  display: block;
}

.menu .menu-nav-list .menu-slide:hover .menu-slide-header .next {
  display: block;
}

/* .menu .menu-nav-list .menu-nav-left dl dd .submenu a:hover {
  background-color: #0092FF;
} */

.menu .menu-nav-list .menu-nav-left dl dd .submenu .menu_icon {
  width            : 17px;
  height           : 17px;
  position         : absolute;
  top              : 20px;
  left             : 20px;
  background-repeat: no-repeat;
}

.menu .menu-nav-list .menu-nav-left dl dd .submenu .menu_icon_hover {
  width            : 17px;
  height           : 17px;
  position         : absolute;
  top              : 20px;
  left             : 20px;
  background-repeat: no-repeat;
}

.menu .menu-nav-list .menu-nav-left dl dd .submenu .arrow {
  width            : 37px;
  height           : 11px;
  position         : absolute;
  top              : 24px;
  left             : 164px;
  background-repeat: no-repeat;
}

.menu .menu-nav-list .menu-nav-left dl dd .submenu .arrow_hover {
  width            : 37px;
  height           : 11px;
  position         : absolute;
  top              : 24px;
  left             : 164px;
  background-repeat: no-repeat;
}

.menu_icon {
  display: inline;
}

.menu_icon_hover {
  display: none;
}

.submenu:hover .menu_icon_hover {
  display   : inline;
  transition: opacity 1s;
}

.submenu:hover .menu_icon {
  display   : none;
  transition: opacity 1s;
}

.arrow {
  display: inline;
}

.arrow_hover {
  display: none;
}

.submenu:hover .arrow_hover {
  display   : inline;
  transition: opacity 1s;
}

.submenu:hover .arrow {
  display   : none;
  transition: opacity 1s;
}


.menu .menu-nav-list .menu-nav-left .submenu a:hover {
  width : 205px;
  height: 55px;
}

.menu .phone-service_index {
  width           : 252px;
  height          : 347px;
  float           : left;
  background-color: #fff;
  position        : absolute;
  margin-left     : 978px;
  margin-top      : 91px;
  box-shadow      : 0px 5px 10px rgba(0, 0, 0, 0.2);
  z-index         : 1111;
  border-radius   : 12px;
  cursor          : default;
}

.menu .phone-service_index .phone-input {
  width        : 214px;
  float        : left;
  height       : 37px;
  background   : #E3E3E3;
  opacity      : 1;
  border-radius: 23px;
  margin-left  : 18px;
  margin-top   : 15px;
}


.menu .phone-service_index .form-control {
  -webkit-box-shadow: 0 0 0px 1000px #E3E3E3 inset;
  outline         : none;
  border          : none;
  padding         : 2px 0px 0px 18px;
  margin          : 0;
  height          : 17px;
  width           : 175px;
  color           : #333;
  font-size       : 13px;
  border-radius   : 0px 0 0 4px;
  float           : left;
  margin-top      : 10px;
  margin-left     : 22px;
  background-color: #E3E3E3;
}

.menu .phone-service_index .phone-input>input::-webkit-input-placeholder {
  color: #999;
}

.menu .phone-service_index .search {
  width           : 214px;
  height          : 37px;
  background-color: #0092FF;
  opacity         : 1;
  border-radius   : 23px;
  margin-top      : 19px;
  float           : left;
  float           : left;
  font-size       : 13px;
  font-family     : Microsoft YaHei;
  font-weight     : 400;
  line-height     : 36px;
  color           : #FFFFFF;
  border          : #0092FF;
  padding         : 0px 58px;
  cursor          : pointer;
}

.menu .box-icon {
  float      : left;
  width      : 220px;
  height     : 80px;
  margin-top : 66px;
  margin-left: 20px;
}

.menu .box-icon .icon {
  width      : 53px;
  height     : 70px;
  float      : left;
  margin-left: 28px;
}

.menu .box-icon .icon p {
  width      : 52px;
  height     : 17px;
  font-size  : 13px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 17px;
  color      : #666666;
}

.carousel-inner {
  /* background-image: url({cms:special name= 'banner' /}); */
  background-size      : cover;
  background-attachment: scroll;
  background-position  : center;
  height               : 549px;
  width                : 100%;
  position             : relative;
}

.carousel-inner .bannen {
  background-size: cover;
  width          : 100%;
  min-width: 1230px;
  background-position: center center;
  -webkit-transition : all 0.3s;
  -moz-transition    : all 0.3s;
  -o-transition      : all 0.3s;
  transition         : all 0.3s;
  float              : left;
  margin             : 0 auto;
  background-repeat  : no-repeat;


  position: absolute;
  height  : 549px;
}

.sidebar {
  right: 0px;
  margin: 0 auto;
  position: fixed;
  top: 50%;
  z-index: 1111;
}

.sidebar .extra-wrap {
  right : 0px;
  width : 60px;
  height: 130px;
  cursor: pointer
}

.sidebar .extra-wrap .extra-wrap-phone a {
  width        : 60px;
  height       : 60px;
  display      : block;
  margin-bottom: 10px;
}

/* .sidebar .extra-wrap .extra-wrap-phone a:hover {
  width      : 210px;
  height     : 60px;
  background : url(../image/home/eq7-1.png);
  display    : block;
  margin-left: -150px;
} */

.sidebar .extra-wrap .extra-wrap-top a {
  margin-top: 10px;
  width     : 60px;
  height    : 60px;
  display   : block;
}


.board {
  width           : 1230px;
  height          : 180px;
  margin          : 0 auto;
  box-shadow      : 0px 5px 10px rgba(0, 0, 0, 0.1);
  border-radius   : 10px;
  background-color: #ffffff;
  margin-top      : 60px;
  position        : relative;
  cursor          : default;
}

.board .information {
  width           : 300px;
  height          : 180px;
  float           : left;
  margin-left     : 10px;
  background-color: #ffffff;
  border-radius   : 10px;
}

.board .information img {
  width           : 62px;
  height          : 62px;
  position        : absolute;
  margin-top: 59px;
    margin-left: 66px;
}

.board .information .alterable_text {
  font-size  : 30px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 21px;
  color      : #FF9221;
  margin-left: 5px;
}

.board .information .company {


  font-size  : 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 21px;
  color      : #333333;
  margin-left: -5px;
}

.board .information .text {
  font-size  : 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 21px;
  color      :
    #999999;
  margin-top: 8px;
}

.service {
  width : 1230px;
  height: 180px;
  margin: 0 auto;
  cursor: default;
}





.service .notice {
  margin-top: 60px;
  float     : left;
}

.service .notice .box {
  width      : 300px;
  height     : 210px;
  margin-left: 10px;
  background : #000000;
  z-index    : -1;
}

.service .notice .box img {
  opacity   : 0.4;
  z-index   : 1;
  margin-top: -49px;
}

.service .notice .box span {
  width      : 300px;
  height     : 31px;
  font-size  : 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 31px;
  color      : #FFFFFF;

  position  : absolute;
  margin-top: 49px;
  text-align: center;
}

.service .notice .box p {
  width      : 300px;
  height     : 19px;
  font-size  : 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color      : #FFFFFF;
  z-index    : 2;
  position   : absolute;
  margin-top : 86px;
  text-align : center;
}

.service .notice .btn {
  width        : 104px;
  height       : 39px;
  background   : #0092FF;
  border-radius: 5px;
  float        : left;
  position     : absolute;
  z-index      : 2;
  margin-top   : 122px;
  margin-left  : 102px;
}

.service .notice .btn a {
  font-size      : 14px;
  font-family    : Microsoft YaHei;
  font-weight    : 400;
  line-height    : 39px;
  color          : #FFFFFF;
  padding        : 8px 25px;
  text-decoration: none;
  margin-left    : -3px;
}

.article {
  width : 1230px;
  height: 124px;
  margin: 0 auto;
}

.article .menus ul {
  margin-top: 115px;
  position  : relative;
  float     : left;
}

.article .menus li {
  padding-bottom       : 8px;
  float                : left;
  line-height          : 40px;
  text-align           : center;
  cursor               : pointer;
  /* -webkit-transition: all 0.5s;
  -moz-transition      : all 0.5s;
  -ms-transition       : all 0.5s;
  -o-transition        : all 0.5s;
  transition           : all 0.5s; */
  z-index              : 11;
  color                : #000000;
  font-size            : 24px;
  font-weight          : 400;
  position             : relative;
  padding-right        : 24px;
}

.article .menus .bg {
  width             : 135px;
  height            : 4px;
  position          : absolute;
  left              : 0;
  top               : 0;
  background        : #ffffff;
  -webkit-transition: all 0.5s;
  -moz-transition   : all 0.5s;
  -ms-transition    : all 0.5s;
  -o-transition     : all 0.5s;
  transition        : all 0.5s;
  margin-top        : 48px;
}

.article .more a {
  font-size    : 12px;
  font-family  : Microsoft YaHei;
  font-weight  : 400;
  line-height  : 16px;
  color        : #FF9221;
  float        : left;
  margin-top   : 131px;
  padding-right: 20px;
}






/* .article .slideTxtBox .hd ul li.on {
  height: 52px;
  background: #fff;
  border-bottom: 5px solid #0092FF;
  color: #0092FF;
}
.article .slideTxtBox .hd ul li :hover{
  color: #0092FF;
} */


.article .input {
  position     : relative;
  width        : 393px;
  height       : 40px;
  border-top   : #0092FF solid 1px;
  border-right : none;
  border-bottom: #0092FF solid 1px;
  border-left  : #0092FF solid 1px;
  float        : left;
  border-radius: 25px 0 0 25px;
  margin-top   : 111px;
  margin-left  : 23px;
}

.article .wx {
  height          : 20px;
  font-size       : 12px;
  font-family     : Microsoft YaHei;
  font-weight     : 400;
  line-height     : 6px;
  color           : #999999;
  float           : left;
  margin-top      : 16px;
  margin-left     : 0px;
  margin-top      : 11px;
  border          : 1px solid #ffffff;
  background-color: #ffffff;
  cursor          : pointer;
}

.article .wx a {

  padding-right: 6px;
  color        : #999999;

}

.article .input .hot-list {
  cursor     : default;
  font-size  : 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 16px;
  color      : #999999;
  opacity    : 1;
  float      : left;
  margin-top : 6px;
  margin-left: -4px;
}

.article .input div>input {
  outline      : none;
  border       : none;
  margin       : 0;
  height       : 19px;
  width        : 340px;
  color        : #333;
  font-size    : 16px;
  border-radius: 0px 0 0 4px;
  float        : left;
  margin-top   : 9px;
  margin-left  : 50px;
}

.article .input>input::-webkit-input-placeholder {
  color: #999;
}

.article .search {
  width           : 79px;
  height          : 40px;
  background-color: #0092FF;
  color           : #ffffff;
  cursor          : pointer;
  float           : left;
  border-radius   : 0px 25px 25px 0px;
  margin-left     : 392px;
  margin-top      : -29px;
  font-size       : 15px;
  font-family     : Microsoft YaHei;
  font-weight     : 400;
  line-height     : 20px;
  border          : 1px solid transparent;
}

.article .article-list {
  width: 1230px;

  margin: 0 auto;
}

.article .article-list .more_btn {
  width        : 264px;
  height       : 79px;
  background   : #0092FF;
  border-radius: 40px;
  float        : left;
  margin-top   : 60px;
  margin-left  : 482px;
}

.article .article-list .more_btn img {
  width            : 26px;
  height           : 24px;
  background-repeat: no-repeat;
  position         : absolute;
  margin-top       : 4px;
  margin-left      : 20px;
}

.article .article-list .more_btn a {


  padding        : 24px 104px 24px 64px;
  font-size      : 24px;
  font-family    : Microsoft YaHei;
  font-weight    : 400;
  line-height    : 31px;
  color          : #FFFFFF;
  float          : left;
  text-decoration: none;
}

.article .article-list .case {
  /* width           : 285px;
  height          : 317px;
  float           : left;
  margin-left     : 30px;
  background-color: #ffffff; */
  width           : 230px;
  height          : 240px;
  float           : left;
  margin-left     : 15px;
  background-color: #ffffff;
}

.article .article-list .case img {
  width         : 200px;
  height        : 200px;
  /* width      : 263px;
  height        : 263px; */
  margin-top    : 15px;
  margin-left   : 15px;
  position      : absolute;
}

.article .article-list .case .title {
  /* margin-left  : 11px;
  width        : 264px;
  font-size    : 16px;
  font-family  : Microsoft YaHei;
  font-weight  : 400;
  line-height  : 21px;
  margin-top   : 21px;
  overflow     : hidden;
  white-space  : nowrap;
  text-overflow: ellipsis; */
  margin-left  : 14px;
  width        : 210px;
  font-size    : 13px;
  font-family  : Microsoft YaHei;
  font-weight  : 400;
  line-height  : 21px;
  margin-top   : 17px;
  overflow     : hidden;
  white-space  : nowrap;
  text-overflow: ellipsis;

}

.article .article-list a {
  color: #333;
}

.article .products-banner img {
  float            : left;
  margin           : 0 auto;
  background-repeat: no-repeat;
  height           : 188px;
  width            : 1230px;
  margin-top       : 60px;
}

.customer-list {
  width : 1230px;
  height: 635px;
  margin: 0 auto;
}


.customer-list .btn {
  width     : 150px;
  height    : 60px;
  float     : right;
  margin-top: -60px;
}

.customer-list .btn .right-btn {
  width        : 60px;
  height       : 60px;
  background   : #0092FF;
  border-radius: 15px;
  float        : right;
  margin-top   : -60px;
  cursor: pointer;
}

.customer-list .btn .left-btn {
  cursor: pointer;
  width        : 60px;
  height       : 60px;
  background   : #FF9221;
  border-radius: 15px;
}

.customer-list .btn img {
  margin-top : 12px;
  float      : left;
  margin-left: 14px;
}

.customer-list .list {
  height    : 375px;
  margin-top: 76px;
  float     : left;
}

.customer-list .list .up-line .case img {
  margin-left: 24px;
  width      : 180px;
  height     : 180px;

  float: left;
}

@keyframes bounceInLeft {
  0% {

    transform: translate3d(-50px, 0, 0);
  }

  60% {
    /*  opacity: 1;*/
    transform: translate3d(0px, 0, 0);
  }

  75% {
    transform: translate3d(0px, 0, 0);
  }

  90% {
    transform: translate3d(0px, 0, 0);
  }

  100% {
    transform: none;
  }

}

@keyframes bounceInright {
  0% {

    transform: translate3d(50px, 0, 0);
  }

  60% {
    /*  opacity: 1;*/
    transform: translate3d(0px, 0, 0);
  }

  75% {
    transform: translate3d(0px, 0, 0);
  }

  90% {
    transform: translate3d(0px, 0, 0);
  }

  100% {
    transform: none;
  }
}

.slide_left {
  animation         : bounceInLeft;
  /*动画名称*/
  animation-duration: 1.5s;
  /*动画持续时间*/
  -webkit-animation : bounceInLeft 1.5s;
  /*针对webkit内核*/
}

.slide_right {
  animation         : bounceInright;
  /*动画名称*/
  animation-duration: 1.5s;
  /*动画持续时间*/
  -webkit-animation : bounceInright 1.5s;
  /*针对webkit内核*/
}

.a1 {

  animation: test 500ms ease-in-out forwards;
}

@keyframes test {
  0% {
    opacity  : 0;
    transform: translateX(50px);
  }

  70% {
    opacity: 0.5
  }

  ;

  100% {
    opacity  : 1;
    transform: translateX(0);
  }
}


.customer-list .list .down-line .case img {
  margin-left: 24px;
  width      : 180px;
  height     : 180px;
  margin-top : 46px;
  float      : left;
}

.foot {
  height: 300px;
  width : 582px;
  margin: 0 auto;
  cursor: default;
}

.foot .foot-text {
  float     : left;
  margin-top: 40px;
  height    : 300px;
}

.foot .foot-text .copyright {
  width      : 590px;
  margin-top : 30px;
  font-size  : 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 16px;
  color      : #999999;
  opacity    : 1;
  float      : left;
}

.bottom {
  width           : 100%;
  height          : 148px;
  background-color: white;
  bottom          : 0;
  position        : fixed;
  z-index         : 11111;
  cursor          : default;
}

.bottom .last {
    margin: 0 auto;
  width :1230px;
  height: 148px;
}

.bottom .last .last-img {
  float            : left;
  background-repeat: no-repeat;
  left             : 0px;
}

.bottom .last .last-text {
  width      : 325px;
  margin-left: 12px;
  float      : left;
  margin-top : 18px;
  margin-left: 45px;
}

.bottom .phonenum {
  position: relative;
  width: 246px;
  height: 40px;
  border-top: #0092FF solid 1px;
  border-right: none;
  border-bottom: #0092FF solid 1px;
  border-left: #0092FF solid 1px;
  float: left;
  border-radius: 25px 0 0 25px;
  margin-top: 40px;
  margin-left: 136px;

}

.bottom .phonenum input {
  margin-top : 68px;
  margin-left: -260px;
  color      : #333;
  border     : 1px solid transparent;
  position   : absolute;
}

.bottom .phonenum .msg {
  font-size  : 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 16px;
  color      : #999999;
  float      : left;
  margin-top : 6px;
  width      : 258px;
}

.bottom .phonenum select {
  display: none;
}

.bottom .phonenum button {
  font-size  : 15px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 20px;
  margin-top : -1px;
  margin-left: 245px;
  border     : #0092ff;
  width      : 164px;
}

.bottom .phonenum div>input {
  outline: none;
  border: none;
  padding: 1px 0px 0px 9px;
  margin: 0;
  height: 17px;
  width: 221px;
  color: #333;
  font-size: 16px;
  border-radius: 0px 0 0 4px;
  float: left;
  margin-top: 11px;
  margin-left: -385px;
}

.bottom .phonenum>input::-webkit-input-placeholder {
  color: #999;
}

.bottom .btn-left {
  width           : 125px;
  height          : 40px;
  background-color: #0092FF;
  color           : #ffffff;
  cursor          : pointer;
  float           : left;
  border-radius   : 0px 25px 25px 0px;
}

.bottom .btn-right {
  width: 164px;
  height: 40px;
  background-color: #0092FF;
  color: #ffffff;
  cursor: pointer;
  float: right;
  border-radius: 25px 25px 25px 25px;
}

.special-headline {
  margin-top: 15px;
}

.special-headline blockquote {
  border-radius: 3px;
  padding      : 15px 17px;
  border       : none;
  background   : #f5f9ff;
  font-family  : 'Open Sans', sans-serif !important;
}

.special-headline blockquote:before {
  content: ' ';
}

.special-headline blockquote h3 {
  line-height  : 35px !important;
  margin-bottom: 0px;
  margin-top   : 0 !important;
  font-size    : 16px !important;
  font-weight  : 400;
  color        : #777;
}

.special-headline blockquote h3::before {
  content      : "“";
  font-size    : 100px;
  display      : block;
  float        : left;
  line-height  : 1;
  height       : 35px;
  opacity      : .4;
  padding-right: 10px;
}

.special-banner {
  /* background-image: url({cms:special name= 'banner' /}); */
  background-size      : cover;
  background-attachment: scroll;
  background-position  : center;
  height               : 462px;
  position             : relative;
}


.special-focus .item .special-img {
  background-size: cover;
  width          : 100%;

  background-position: center center;
  -webkit-transition : all 0.3s;
  -moz-transition    : all 0.3s;
  -o-transition      : all 0.3s;
  transition         : all 0.3s;
  float              : left;
  margin             : 0 auto;
  background-repeat  : no-repeat;

  height: 462px;

  position: absolute;

}

.index-article .menus2 li.active,
.index-article .menus2 li:hover {
  color        : #0092FF !important;
  border-bottom: 4px solid #0092FF;

}

.index-article .menus2 li ::before {
  content         : "";
  position        : absolute;
  left            : -15%;
  bottom          : -5px;
  width           : 20%;
  height          : 6px;
  background-color: #fff;
}

.index-article .menus2 li ::after {
  content         : "";
  position        : absolute;
  left            : 75%;
  bottom          : -5px;
  width           : 25%;
  height          : 6px;
  background-color: #fff;
}

.index-article .menus2 li.active a,
.index-article .menus2 li:hover a {
  color: #0092FF !important;

}

.index-article .menus2 li a {
  color: #333;

}

.index-channel-tabs>div {
  display: none;
}

.index-channel-tabs>div.active {
  display: block !important;
}


.index-nav .menus1 li:hover {
  background-color: #0092FF !important;
}

.index-nav .menus1 li:hover a {
  color: #fff !important;
}

.index-channel-tabs>div {
  display: none;
}

.index-channel-tabs>div.active {
  display: block !important;
}


.son_nav .menus3 li:hover {
  background-color: #fff !important;
}

.son_nav .menus3 li a:hover {
  color: #0092FF !important;
}



/* 
.son_nav .menus3 li .active::before {
  content         : "";
  position        : absolute;
  left            : -20%;
  bottom          : -5px;
  width           : 37%;
  height          : 6px;
  background-color: #0092FF;
}

.son_nav .menus3 li .active::after {
  content         : "";
  position        : absolute;
  left            : 80%;
  bottom          : -5px;
  width           : 37%;
  height          : 6px;
  background-color: #0092FF;
} */

.index-channel-tabs>div {
  display: none;
}

.index-channel-tabs>div.active {
  display: block !important;
}

.search-sort .search li.active,
.search-sort .search li:hover {
  color: #0092FF !important;
}

.search-sort .search li.active a,
.search-sort .search li:hover a {
  color: #0092FF !important;
}

.index-channel-tabs>div {
  display: none;
}

.index-channel-tabs>div.active {
  display: block !important;
}

.category .col-xs-12 li.active,
.category .col-xs-12 li:hover {
  background-color: #0092FF !important;
}

.category .col-xs-12 li.active a,
.category .col-xs-12 li:hover a {
  color: #fff !important;
}

.index-channel-tabs>div {
  display: none;
}

.index-channel-tabs>div.active {
  display: block !important;
}



.index-menu.menu-nav div.active,
.index-menu .menu-nav div:hover {
  background-color: #0092FF !important;
         transition: all 300ms linear 10ms;
        -o-transition: all 300ms linear 10ms;/*兼容parsto内核*/
        -moz-transition: all 300ms linear 10ms;
        -webkit-transition: all 300ms linear 10ms;
}

.index-menu .menu-nav div:hover a {
  color: #fff !important;
}

.index-channel-tabs>div {
  display: none;
}

.index-channel-tabs>div.active {
  display: block !important;
}



.screen .screen_box .screen_box_nav.active,
.screen .screen_box .screen_box_nav :hover {
  color: #0092FF !important;
}


.index-channel-tabs>div {
  display: none;
}

.index-channel-tabs>div.active {
  display: block !important;
}









.roll .box-content {
  width        : 230px;
  height       : 240px;
  /* width     : 285px;
  height       : 317px; */
  position     : absolute;
  background   : #000;
  filter       : alpha(opacity=80);
  transform    : rotateY(90deg);
  transition   : all 0.50s ease-in-out 0s;
  overflow     : hidden;
  z-index      : 111;
  opacity      : 0.8;
}

.roll .box-img {
  transform : rotateY(0);
  transition: all 0.50s ease-in-out 0s;
}

.roll:hover .box-img {
  transform: rotateY(-90deg);
}

.roll:hover .box-content {
  transform: rotateY(0);
}

.roll .box-content .t1,
.roll .box-content2 .t1 {
  /* font-size  : 15px;
  width      : 98%;
  text-align : center;
  font-weight: bold;
  color      : #fff;
  padding-top: 50px; */
  font-size  : 15px;
  width      : 90%;
  text-align : center;
  font-weight: bold;
  color      : #fff;
  padding-top: 30px;
  margin-left: 12px;
}

.roll .box-content .t3,
.roll .box-content2 .t3 {
  width     : 96%;
  height    : 1px;
  background: #fff;
  margin    : 20px auto 0;
  text-align: center;
}

.roll .box-content .t4,
.roll .box-content2 .t4 {
  width: 94%;
  text-align: center;
  font-size: 12px;
  text-align: justify;
  color: #fff;
  margin: 20px auto 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}

.box-content2 {
  position  : absolute;
  left      : 0px;
  top       : -470px;
  width     : 100%;
  height    : 100%;
  background: #000;
  opacity   : 0.7;
  filter    : alpha(opacity=70);
  color     : #fff;
}





/* ————————————————关于托包—————————————— */


.about_us {
  width : 1230px;
  margin: 0 auto;
}

.about_us .title_box {
  width     : 1230px;
  margin    : 0 auto;
  float     : left;
  margin-top: 80px;
  cursor    : default;
}

.about_us .title_box .blue_mark {
  width        : 12px;
  height       : 36px;
  background   : #0092FF;
  opacity      : 1;
  border-radius: 8px;
  float        : left;
  margin-top   : 5px;
  margin-right : 16px;
}

.about_us .title_box .title {
  font-size  : 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 42px;
  color      : #333333;
  float      : left;
}

.about_us .interactive_box {
  width      : 1136px;
  margin-top : 60px;
  float      : left;
  margin-left: 47px;
  position   : relative;
  z-index    : 111;
}

.about_us .interactive_box .interactive_right,
.about_us .interactive_box .interactive_left {
  width: 278px;
}

.about_us .interactive_box .interactive_right .interactive,
.about_us .interactive_box .interactive_left .interactive {
  width        : 278px;
  height       : 142px;
  border       : 2px solid #0092FF;
  border-radius: 43px;
  text-align   : center;
  float        : left;
  margin-bottom: 60px;
  cursor       : default;
}

.about_us .interactive_box .interactive_right .interactive h3,
.about_us .interactive_box .interactive_left .interactive h3 {
  font-size  : 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 31px;
  color      : #333333;
  margin-top : 30px;
}

.about_us .interactive_box .interactive_right .interactive p,
.about_us .interactive_box .interactive_left .interactive p {
  width      : 238px;
  height     : 43px;
  font-size  : 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 21px;
  color      : #999999;
  text-align : center;
  margin-left: 20px;
}

.about_us .interactive_box .circle_box {
  width      : 580px;
  position   : absolute;
  float      : left;
  margin-left: 278px;
}

.about_us .interactive_box .circle_box .icon img {
  width            : 43px;
  height           : 47px;
  background-repeat: no-repeat;
  position         : absolute;
  z-index          : 111;
  pointer-events   : none;
}

.about_us .interactive_box .circle_box .icon .hover_icon {
  opacity: 0;
}

.about_us .interactive_box .circle_box .icon_one img {
  right: 100px;
  top  : 249px;
}

.about_us .interactive_box .circle_box .icon_two img {
  right: 182px;
  top  : 100px;
}

.about_us .interactive_box .circle_box .icon_three img {
  left: 186px;
  top : 100px;
}

.about_us .interactive_box .circle_box .icon_four img {
  left: 100px;
  top : 249px;
}

.about_us .interactive_box .circle_box .icon_five img {
  left: 186px;
  top : 400px;
}

.about_us .interactive_box .circle_box .icon_six img {
  right: 182px;
  top  : 400px;
}

.about_us .interactive_box .circle_box .pie {
  position     : relative;
  padding      : 0;
  height       : 420px;
  overflow     : hidden;
  width        : 420px;
  margin       : 0 auto;
  border-radius: 50%;
  margin-top   : 63px;
}

.about_us .interactive_box .circle_box .slice {
  overflow        : hidden;
  position        : absolute;
  top             : 0;
  right           : 0;
  width           : 50%;
  height          : 50%;
  transform-origin: 0% 100%;
}

.about_us .interactive_box .circle_box .slice-one {
  transform       : rotate(60deg) skewY(-30deg);
  background-color: #EEEEEE;
  margin-right    : -28px;
  margin-top      : 1px;
}

.about_us .interactive_box .circle_box .slice-two {
  transform       : rotate(0deg) skewY(-30deg);
  background-color: #EEEEEE;
  margin-top      : -35px;
  margin-right    : -16px;
}

.about_us .interactive_box .circle_box .slice-three {
  transform       : rotate(-60deg) skewY(-30deg);
  background-color: #EEEEEE;
  margin-top      : -35px;
  margin-right    : 16px;
}

.about_us .interactive_box .circle_box .slice-four {
  transform       : rotate(-120deg) skewY(-30deg);
  background-color: #EEEEEE;
  margin-top      : 0px;
  margin-right    : 20px;
}

.about_us .interactive_box .circle_box .slice-five {
  transform       : rotate(-180deg) skewY(-30deg);
  background-color: #EEEEEE;
  margin-top      : 35px;
  margin-right    : 16px;
}

.about_us .interactive_box .circle_box .slice-six {
  transform       : rotate(-240deg) skewY(-30deg);
  background-color: #EEEEEE;
  margin-right    : -16px;
  margin-top      : 35px;
}

.about_us .interactive_box .circle_box .outer_circle {
  width           : 268px;
  height          : 268px;
  border-radius   : 50%;
  background-color: #F5F5F5;
  position        : relative;
  z-index         : 11;
  margin-top      : 76px;
  margin-left     : 76px;
}

.about_us .interactive_box .circle_box .Inner_circle {
  width           : 224px;
  height          : 224px;
  border-radius   : 50%;
  background-color: #ffffff;
  position        : absolute;
  z-index         : 111;
  margin-top      : 22px;
  margin-left     : 22px;
  border          : 4px solid #0092FF;
}

.about_us .interactive_box .circle_box .Inner_circle img {
  width            : 143px;
  height           : 74px;
  background-repeat: no-repeat;
  margin-top       : 67px;
  margin-left      : 49px;
}










.team_construction {
  width : 1230px;
  margin: 0 auto;
}

.team_construction .title_box {
  width     : 1230px;
  margin    : 0 auto;
  float     : left;
  margin-top: 45px;
  cursor    : default;
}

.team_construction .title_box .blue_mark {
  width        : 12px;
  height       : 36px;
  background   : #0092FF;
  opacity      : 1;
  border-radius: 8px;
  float        : left;
  margin-top   : 5px;
  margin-right : 16px;
}

.team_construction .title_box .title {
  font-size  : 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 42px;
  color      : #333333;
  float      : left;
}

.team_construction .team_content {
  width     : 1230px;
  margin-top: 20px;
  float     : left;
}

.team_construction .team_content .team_content_left {
  width: 590px;
}

.team_construction .team_content .team_content_left .content {
  margin-bottom: 132px;
}

.team_construction .team_content .team_content_left .content img {
  /* width            : 380px;
  height           : 364px;
  background-repeat: no-repeat; */
  width            : 253px;
  height           : 243px;
  background-repeat: no-repeat;
}

.team_construction .team_content .team_content_left .content .text_box {
  width     : 168px;
  float     : right;
  margin-top: 43px;
}

.team_construction .team_content .team_content_left .content .text_box .text_box_up p {
  font-size    : 18px;
  font-size    : 20px;
  margin-bottom: 6px;
  font-family  : Microsoft YaHei;
  font-weight  : bold;
  line-height  : 24px;
  color        : #333333;
}

.team_construction .team_content .team_content_left .content .text_box .text_box_up p::before {
  width           : 20px;
  height          : 20px;
  background      : #FFFFFF;
  border          : 4px solid #0092FF;
  border-radius   : 50%;
  content         : "";
  position        : absolute;
  margin-top      : 17px;
  /* margin-top   : 10px; */
  margin-left     : 180px;
}

.team_construction .team_content .team_content_left .content .text_box .text_box_up p span {
  color: #0092FF;
}

.team_construction .team_content .team_content_left .content .text_box .line {
  width       : 168px;
  height      : 0px;
  border      : 1px solid #707070;
  border-style: dashed;
}

.team_construction .team_content .team_content_left .content .text_box .text_box_down {
  width         : 164px;
  height        : 41px;
  /* font-size  : 14px; */
  font-size     : 16px;
  font-family   : Microsoft YaHei;
  font-weight   : 400;
  line-height   : 19px;
  color         : #333333;
  margin-top    : 13px;
}

.team_construction .team_content .divider {
  width         : 4px;
  /* height     : 2370px; */
  height        : 1760px;
  background    : #E8E8E8;
  float         : left;
  margin-left   : 24px;
}

.team_construction .team_content .team_content_right {
  width: 590px;
}

.team_construction .team_content .team_content_right .content {
  margin-bottom: 132px;
}

.team_construction .team_content .team_content_right .content img {
  /* width            : 380px;
  height           : 364px;
  background-repeat: no-repeat;
  margin-left      : 40px; */
  width            : 253px;
  height           : 243px;
  background-repeat: no-repeat;
  margin-left      : 168px;
}

.team_construction .team_content .team_content_right .content .text_box {
  width     : 168px;
  float     : left;
  margin-top: 137px;
}

.team_construction .team_content .team_content_right .content .text_box .text_box_up p {
  /* font-size  : 18px; */
  font-size    : 20px;
  margin-bottom: 6px;
  font-family  : Microsoft YaHei;
  font-weight  : bold;
  line-height  : 24px;
  color        : #333333;
}

.team_construction .team_content .team_content_right .content .text_box .text_box_up p ::before {
  width           : 20px;
  height          : 20px;
  background      : #FFFFFF;
  border          : 4px solid #0092FF;
  border-radius   : 50%;
  content         : "";
  position        : absolute;
  margin-top      : 17px;
  /* margin-top   : 10px; */
  margin-left     : -38px;
}

.team_construction .team_content .team_content_right .content .text_box .text_box_up p span {
  color: #0092FF;
}

.team_construction .team_content .team_content_right .content .text_box .line {
  width       : 168px;
  height      : 0px;
  border      : 1px solid #707070;
  border-style: dashed;
}

.team_construction .team_content .team_content_right .content .text_box .text_box_down {
  width         : 164px;
  height        : 41px;
  font-size     : 16px;
  /* font-size  : 14px; */

  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color      : #333333;
  margin-top : 13px;
}





.tuobao_process {
  width : 1230px;
  margin: 0 auto;
  cursor: default;
}

.tuobao_process .title_box {
  width        : 1230px;
  margin       : 0 auto;
  float        : left;
  margin-top   : 105px;
  margin-bottom: 182px;
  position     : relative;
  z-index      : 11;
  cursor       : default;
}

.tuobao_process .title_box .blue_mark {
  width        : 12px;
  height       : 36px;
  background   : #0092FF;
  opacity      : 1;
  border-radius: 8px;
  float        : left;
  margin-top   : 5px;
  margin-right : 16px;
}

.tuobao_process .title_box .title {
  font-size  : 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 42px;
  color      : #333333;
  float      : left;
}

.tuobao_process .event_box {
  width     : 1230px;
  margin    : 0 auto;
  position  : relative;
  min-height: 557px;
}

.tuobao_process .event_box .parHd {
  width      : 1094px;
  display    : inline-block;
  height     : 151px;
  margin-left: 99px;
  overflow   : hidden;
}

.tuobao_process .parHd ul {
  width      : 100%;
  text-align : center;
  margin     : 0 auto;
  padding-top: 25px !important;
  margin: 0 -35px !important;
}

.tuobao_process .parHd .tempWrap {
  margin: 0 auto;
}

.tuobao_process .parHd .tempWrap:after {
  content   : '';
  width     : 1094px;
  height    : 1px;
  background: #580000;
  margin    : 0 auto;
  position  : absolute;
  right     : 6%;
  top       : 70%;
  z-index   : 10;
}

.tuobao_process .parHd li.no_line:before {
  display: none;
}

.tuobao_process .parHd li:before {
  content      : '';
  width        : 8px;
  height       : 8px;
  background   : #ffffff;
  border       : 2px solid #0092FF;
  border-radius: 50%;
  position     : absolute;
  z-index      : 25;
  top          : 68px;
  left         : 53%;
  margin-left  : -12px;
}

.tuobao_process .parHd li {
  display       : inline-block;
  cursor        : pointer;
  padding-bottom: 62px;
  font-size     : 32px;
  margin        : 0 60px;
  position      : relative;
  font-family   : Microsoft YaHei;
  font-weight   : bold;
  line-height   : 42px;
  color         : #0092FF;
}

.tuobao_process .parHd li>p {
  margin-top : -20px;
  width      : 96px;
  height     : 31px;
  font-size  : 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 31px;
  color      : #000000;
  opacity    : 1;
}

.tuobao_process .parHd li:after {
  content      : '';
  width        : 13px;
  height       : 13px;
  background   : #0092FF;
  border       : 2px solid #0092FF;
  border-radius: 50%;
  position     : absolute;
  z-index      : 20;
  top          : 65px;
  left         : 50%;
  margin-left  : -12px;
}

.tuobao_process .parBd {
  width : 1020px;
  height: 200px;
  margin: 0 auto;
}

.tuobao_process .parBd .fable {
  margin-top: 10px;
  float: right;
}

.tuobao_process .parBd .content_box {
  text-align: center;
  margin-top: 60px;
  width     : 1020px;
  height    : 145px;
  background: #F5F5F5;
  margin    : 0 auto;
}

.tuobao_process .parBd h4 {
  position     : relative;
  font-size    : 24px;
  margin-bottom: 3%;
  /* width     : 200px; */
  padding      : 0 60px;
  display      : inline-block;
  text-align   : center;
  font-family  : Microsoft YaHei;
  font-weight  : bold;
  line-height  : 31px;
  color        : #0092FF;
  margin-top   : 35px;
}

.tuobao_process .parBd h4:after {
  content   : '';
  background: #000;
  width     : 100px;
  height    : 1px;
  position  : absolute;
  left      : -100px;
  bottom    : 12px;
}

.tuobao_process .parBd h4:before {
  content   : '';
  background: #000;
  width     : 100px;
  height    : 1px;
  position  : absolute;
  right     : -100px;
  bottom    : 12px;
}

.tuobao_process .parBd .text {
  width      : 80%;
  margin     : 0 auto;
  font-size  : 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 21px;
  color      : #333333;
}

.tuobao_process div#listBox {
  width: 100%;
}

.tuobao_process .sPrev,
.tuobao_process .sNext {
  width   : 30px;
  height  : 30px;
  display : block;
  position: absolute;
  cursor  : pointer;
}

.tuobao_process .sPrev {
  left: 0;
}

.tuobao_process .sNext {
  right: 0;
}

.tuobao_process .sPrev img,
.tuobao_process .sNext img {
  transition        : all 0.6s cubic-bezier(0.51, 1.1, 0.9, 0.95);
  -moz-transition   : all 0.6s cubic-bezier(0.51, 1.1, 0.9, 0.95);
  -webkit-transition: all 0.6s cubic-bezier(0.51, 1.1, 0.9, 0.95);
  -o-transition     : all 0.6s cubic-bezier(0.51, 1.1, 0.9, 0.95);
}








.tuobao_honor {
  width : 1230px;
  margin: 0 auto;
}

.tuobao_honor .title_box {
  width     : 1230px;
  margin    : 0 auto;
  float     : left;
  margin-top: 80px;
  cursor    : default;
  margin-bottom:60px;
}

.tuobao_honor .title_box .blue_mark {
  width        : 12px;
  height       : 36px;
  background   : #0092FF;
  opacity      : 1;
  border-radius: 8px;
  float        : left;
  margin-top   : 5px;
  margin-right : 16px;
}

.tuobao_honor .title_box .title {
  font-size  : 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 42px;
  color      : #333333;
  float      : left;
}

.tuobao_honor .certificate_box {
  width : 1230px;
  margin: 0 auto;
}

.tuobao_honor .certificate_box .certificate_up {
  width        : 1230px;
  margin       : 0 auto;
  float        : left;
  margin-top   : 60px;
  margin-bottom: 24px;
}

.tuobao_honor .certificate_box .certificate_up img {
  width            : 300px;
  height           : 208px;
  background-repeat: no-repeat;
  margin-left      : 2px;
}

.tuobao_honor .certificate_box .certificate_down {
  width : 800px;
  margin: 0 auto;
}

.tuobao_honor .certificate_box .certificate_down img {
  width            : 168px;
  height           : 230px;
  background-repeat: no-repeat;
  margin-right     : 28px;
}

.title_boxs {
  width : 1230px;
  margin: 0 auto;
  float : left;
  cursor: default;
      margin-top: 45px;
}

.title_boxs .blue_mark {
  width        : 12px;
  height       : 36px;
  background   : #0092FF;
  border-radius: 8px;
  float        : left;
  margin-top   : 5px;
  margin-right : 16px;
}

.title_boxs .title {
  font-size  : 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 42px;
  color      : #333333;
  float      : left;
}



.zero_left {
  margin-left: 0px !important;
}





.movies {
  width     : 1230px;
  margin    : 0 auto;
  margin-top: 60px;

}



/* ————————————————共享员工———————————————— */





.sharing_employees {
  width : 1230px;
  margin: 0 auto;
}

.sharing_employees .title_box {
  width        : 1230px;
  margin       : 0 auto;
  float        : left;
  margin-top   : 45px;
  margin-bottom: 80px;
  cursor       : default;
}

.sharing_employees .title_box .blue_mark {
  width        : 12px;
  height       : 36px;
  background   : #0092FF;
  opacity      : 1;
  border-radius: 8px;
  float        : left;
  margin-top   : 5px;
  margin-right : 16px;
}

.sharing_employees .title_box .title {
  font-size  : 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 42px;
  color      : #333333;
  float      : left;
}

.sharing_employees .copywriting_frame {
  width        : 1230px;
  margin       : 0 auto;
  margin-bottom: 30px;
}

.sharing_employees .copywriting_frame .copywriting_box {
  width        : 600px;
  height       : 196px;
  background   : rgba(255, 255, 255, 0.4);
  box-shadow   : 0px 3px 10px rgba(0, 146, 255, 0.2);
  border-radius: 10px;
  padding      : 32px;
  cursor       : default;
}

.sharing_employees .copywriting_frame .copywriting_box h2 {
  width        : 100px;
  height       : 31px;
  font-size    : 24px;
  font-family  : Microsoft YaHei;
  font-weight  : bold;
  line-height  : 31px;
  color        : #0092FF;
  margin-bottom: 17px;
}

.sharing_employees .copywriting_frame .copywriting_box .line {
  width        : 45px;
  height       : 0px;
  border       : 1px solid #0092FF;
  margin-bottom: 25px;
}

.sharing_employees .copywriting_frame .copywriting_box p {
  width      : 520px;
  height     : 58px;
  font-size  : 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 32px;
  color      : #000000;
}




.package_selection {
  width : 1230px;
  margin: 0 auto;
  cursor: default;
}

.package_selection .package_head {
  width     : 405px;
  height    : 24px;
  margin    : 0 auto;
  text-align: center;
}

.package_selection .package_head h1 {
  font-size  : 52px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color      : #333333;
  margin-top : 80px;
  margin-left: 93px;
}

.package_selection .package_head h3 {
  font-size    : 18px;
  font-family  : Microsoft YaHei;
  font-weight  : bold;
  color        : #666666;
  margin-bottom: 80px;
}

.package_selection .package_type {
  width   : 1230px;
  margin  : 0 auto;
  overflow: hidden;
}

.package_selection .package_type .package_type_box {
  width        : 400px;
  height       : 695px;
  background   : #fff;
  border       : 1px solid #D3D3D3;
  border-radius: 15px 15px 0px 0px;
}

.package_selection .package_type .package_type_box .package_type_box_head {
  width        : 400px;
  height       : 102px;
  border-radius: 15px 15px 0px 0px;
  text-align   : center;
}

.package_selection .package_type .package_type_box .package_type_box_head img {
  position   : absolute;
  width      : 94px;
  height     : 79px;
  margin-left: -200px;
}

.package_selection .package_type .package_type_box .package_type_box_head h2 {
  font-size  : 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 96px;
  color      : #FFFFFF;
}

.package_selection .package_type .package_type_box .package_type_box_body {
  width  : 400px;
  height : 477px;
  padding: 20px;
}

.package_selection .package_type .package_type_box .package_type_box_body h2 {
  font-size    : 18px;
  font-family  : Microsoft YaHei;
  font-weight  : bold;
  color        : #666666;
  margin-bottom: 8px;
}

.package_selection .package_type .package_type_box .package_type_box_body p {
  font-size    : 16px;
  font-family  : Microsoft YaHei;
  font-weight  : 400;
  line-height  : 24px;
  color        : #666666;
  margin-bottom: 13px;
}

.package_selection .package_type .package_type_box .package_type_box_body p span {
  color: #0092FF;
}

.package_selection .package_type .package_type_box .package_type_box_body .line {
  width        : 360px;
  height       : 0px;
  border       : 1px solid #E8E8E8;
  border-style : dashed;
  margin-bottom: 20px;
}

.package_selection .package_type .package_type_box .service_button {
  width        : 239px;
  height       : 58px;
  background   : #0092FF;
  border-radius: 15px;
  margin       : 0 auto;
  text-align   : center;
}

.package_selection .package_type .package_type_box .service_button a {
  width      : 75px;
  height     : 24px;
  font-size  : 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 60px;
  color      : #FFFFFF;
  padding    : 16px 80px;
}












/* ————————————new服务页面———————————— */
.related_interests {
  width : 1230px;
  margin: 0 auto;
  cursor: default;
}

.related_interests .title_box {
  width        : 1230px;
  margin       : 0 auto;
  float        : left;
  margin-top   : 80px;
  margin-bottom: 60px;
  cursor       : default;
}

.related_interests .title_box .blue_mark {
  width        : 12px;
  height       : 36px;
  background   : #0092FF;
  opacity      : 1;
  border-radius: 8px;
  float        : left;
  margin-top   : 5px;
  margin-right : 16px;
}

.related_interests .title_box .title {
  font-size  : 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 42px;
  color      : #333333;
  float      : left;
}

.related_interests .relevant_type {
  width : 1230px;
  margin: 0 auto;
}

.related_interests .relevant_type .type_box {
  width      : 400px;
  height     : 114px;
  background : rgba(0, 0, 0, 0.4);
  float      : left;
  margin-left: 15px;
}

.related_interests .relevant_type .type_box img {
  width   : 400px;
  height  : 114px;
  position: absolute;
  z-index : -1;
}

.related_interests .relevant_type .type_box .type_box_left {
  margin-top : 27px;
  margin-left: 22px;
}

.related_interests .relevant_type .type_box .type_box_left h3 {
  font-size  : 24px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 31px;
  color      : #FFFFFF;
}

.related_interests .relevant_type .type_box .type_box_left p {
  width      : 112px;
  height     : 19px;
  font-size  : 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color      : #FFFFFF;
  margin-top : 6px;
}

.related_interests .relevant_type .type_box .type_box_right {
  margin-top  : 38px;
  margin-right: 31px;
}

.related_interests .relevant_type .type_box .type_box_right .button {
  width        : 104px;
  height       : 39px;
  background   : #0092FF;
  border-radius: 5px;
  text-align   : center;
}

.related_interests .relevant_type .type_box .type_box_right .button a {
  font-size  : 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 37px;
  color      : #FFFFFF;
  padding    : 10px 23px;
}




/* ——————————————内页导航菜单—————————————— */

.son_list li>a {
  display       : block;
  padding-bottom: 10px;
}

.son_list li a {
  color: #fff;
}

.son_list li:hover>a {

  color: #0092FF;
}

.son_list li:hover .son_down {
  display: block;
}

.son_list li .son_down {
  width        : 100%;
  background   : #fff;
  position     : absolute;
  top          : 46px;
  left         : 0;
  display      : none;
  z-index      : 1112;
  border-radius: 0px 0px 3px 3px;
  padding      : 4px 0px 4px 0px;
}

.son_list li .son_down a {
  display    : block;
  line-height: 30px;
  color      : #333 !important;
  font-size  : 14px;
  padding    : 8px 0px 8px 0px;
}

.son_list li .son_down a:hover {
  color             : #fff !important;
  background-color  : #0092FF;
  transition        : all 100ms linear 80ms;
  -o-transition     : all 100ms linear 80ms;
  /*兼容parsto内核*/
  -moz-transition   : all 100ms linear 80ms;
  /*兼容gecko内核*/
  -webkit-transition: all 100ms linear 80ms;
  /*兼容webkit内核*/
}



/*  ——————————————内页背景图文本—————————————— */


.bannen_text {
  width : 1230px;
  margin: 0 auto;

}

.bannen_text .bannen_text_box {
  width   : 416px;
  position: absolute;
  z-index : 1;
}

.bannen_text .bannen_text_box h1 {
  margin-top   : 80px;
  margin-left  : 64px;
  width        : 334px;
  height       : 52px;
  font-size    : 40px;
  font-family  : Microsoft YaHei;
  font-weight  : bold;
  line-height  : 52px;
  margin-bottom: 18px;
}

.bannen_text .bannen_text_box .cumulative_box {
  width        : 416px;
  height       : 63px;
  float        : left;
  margin-left  : 64px;
  margin-bottom: 18px;
}

.bannen_text .bannen_text_box .cumulative_box .cumulative_text {
  width       : 96px;
  margin-right: 32px;
  float       : left;
}

.bannen_text .bannen_text_box .cumulative_box .cumulative_text p {
  width      : 96px;
  height     : 21px;
  font-size  : 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 21px;
}

.bannen_text .bannen_text_box .cumulative_box .cumulative_text .alterable_text {
  padding-right: 2px;
  font-size  : 34px;
  font-family: Arial;
  font-weight: 400;
  line-height: 39px;
}

.bannen_text .bannen_text_box .cumulative_box .cumulative_text .symbol {
  width      : 18px;
  height     : 31px;
  font-size  : 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 31px;
  margin-top : -5px;
}

.bannen_text .bannen_text_box .page_description {
  width        : 352px;
  font-size    : 16px;
  font-family  : Microsoft YaHei;
  font-weight  : 400;
  line-height  : 20px;
  margin-bottom: 40px;
}

.bannen_text .bannen_text_box .page_propaganda_box {
  width      : 194px;
  margin-left: 66px;
}

.bannen_text .bannen_text_box .page_propaganda_box .page_propaganda {
  width: 213px;
}

.bannen_text .bannen_text_box .page_propaganda_box .page_propaganda .circular {
  width        : 21px;
  height       : 21px;
  border-radius: 50%;
  border       : 1px solid #333;
  margin-top   : 3px;
}

.bannen_text .bannen_text_box .page_propaganda_box .page_propaganda .yes {
  font-weight: bold;
  line-height: 21px;
  font-size  : 16px;
  margin-top : 3px;
  margin-left: -16px;
  position   : relative;
  z-index    : 11;
}

.bannen_text .bannen_text_box .page_propaganda_box .page_propaganda .describe {
  font-size   : 20px;
  font-family : Microsoft YaHei;
  font-weight : 400;
  line-height : 26px;
  padding-left: 10px;
}




/* ——————————————form—————————————— */

.eject_form {
  width           : 800px;
  height          : 400px;
  margin          : 0 auto;
  background-color: white;
  margin-top      : -150px;
  border-radius   : 10px;
}

.eject_form .form_title_box {
  width           : 800px;
  height          : 80px;
  background-color: white;
  text-align      : center;
  border-radius   : 10px;
}

.eject_form .form_title_box .form_title {
  font-size       : 30px;
  font-family     : Microsoft YaHei;
  font-weight     : bold;
  line-height     : 80px;
  color           : #666666;
  /* border-bottom: dashed; */
  padding-top     : 25px;
  letter-spacing  : 2px;
}

.eject_form .form_box {
  width : 600px;
  margin: 0 auto;
}

.eject_form .form_box .service_box {
  width     : 100%;
  height    : 46px;
  margin-top: 30px;
}

.eject_form .form_box .service_box .service_title {
  width           : 20%;
  float           : left;
  background-color: white;
  height          : 46px;
  text-align      : center;
  line-height     : 50px;
}

#c-meal {
  width           : 80%;
  float           : right;
  background-color: white;
  height          : 46px;
  margin-top      : -120px;
  border-radius   : 5px;
  border: 1px solid #333;
}

#c-phone {
  width           : 80%;
  float           : right;
  background-color: white;
  height          : 46px;
  margin-top      : -43px;
  border-radius   : 5px;
  border: 1px solid #333;
}

.eject_form .form_box .submit {
  width     : 80%;
  margin    : 0 auto;
  height    : 46px;
  margin-top: 70px;
}

.eject_form .form_box .submit .submit_choice {
  width: 50%;
}

.eject_form .form_box .submit .submit_choice .submit_button {
  margin-left     : 30%;
  background-color: #0092FF;
  color           : #fff;
  width           : 160px;
  height          : 50px;
  outline         : none;
  border          : none;
  border-radius   : 5px;
  font-size       : 20px;
}






.van-search {
  padding: 20px 21px;
}

.van-search .van-cell {
  padding: 10px 8px 9px 0;
}

.van-search__content {
  background-color: #37474F;
}

.van-field__control {
  color: #ffffff;
}

.van-cell {
  color: #ffffff;
}

.search_button_box {
  position: absolute;
  right   : 0;
  top     : 0;
  padding : 20px 21px;
}

.search_button_box .search_button {
  /* position: absolute;
  margin-top: -12%;
  right: 4%;
  border-radius: 999px;
  width: 18%;
  height: 5%; */
  display            : -webkit-box;
  display            : -webkit-flex;
  display            : flex;
  -webkit-box-align  : center;
  -webkit-align-items: center;
  align-items        : center;
  box-sizing         : border-box;
  padding            : 8px 26px 9px 26px;
  background-color   : #0092FF;
  border-radius      : 999px;
  border             : none;
  color              : #ffffff;
  position           : relative;
  right              : 0;
  top                : 0;
  font-size          : 15pt;
}

.van-sidebar {
  width     : 31%;
  text-align: center;
  position  : absolute;
  z-index   : 11;
}

.van-sidebar-item {
  padding  : 16px 12px;
  font-size: 16pt;
}

.van-sidebar-item--select::before {
  background-color: #0092FF;
  width           : 5px;
  height          : 21px;
}

.van-tabs__line {
  background-color: #FF9221;
  width           : 23pt;
  height          : 2px;
}

.van-tab--active {
  color: #FF9221;
}

.van-tab {
  padding     : 0px 6pt;
  font-size   : 12px;
  -webkit-flex: none;
}

.van-grid {
  padding: 16pt 0pt 16pt 16pt;
}

.van-grid-item__content--center {
  margin-right: 16pt;
}

.van-grid-item {
  margin-bottom: 13pt;
}

.case_title {
  margin-top: 6pt;
  font-size : 11pt
}

.case_type {
  margin-top: 4pt;
  font-size : 9pt;
}

.case_releasedate {
  margin-top: 3pt;
  font-size : 9pt;
  color     : #0092FF;
}

.details_head {
  text-align: center;
}

.details_head img {
  margin-top       : 40pt;
  width            : 200pt;
  height           : 200pt;
  background-repeat: no-repeat;
  /* background-color : red; */
}

.details_head_tips {
  width           : 176pt;
  height          : 42pt;
  background-color: #0092FF;
  border-radius   : 25pt;
  margin          : 0 auto;
  margin-top      : 20pt;
  margin-bottom   : 35pt;
}

.details_head_tips p {
  line-height: 42pt;
  color      : #fff;
  font-size  : 16pt;
}

.details_title_box {
  width: 100%;
  float: left;
}

.details_title_box .blue_mark {
  width        : 4pt;
  height       : 20pt;
  background   : #0092FF;
  border-radius: 8px;
  float        : left;
  margin-top   : 5px;
  margin-right : 16px;
}

.details_title_box .details_title {
  font-size    : 18pt;
  font-family  : Microsoft YaHei;
  font-weight  : 400;
  line-height  : 25pt;
  color        : #37474F;
  float        : left;
  margin-bottom: 6pt;
}

.details_text {
  font-size    : 16pt;
  margin-bottom: 14pt;
}

.details_releasetime {
  margin-bottom: 28pt;
}


/* ————————————————new—————————————— */

.team_construction {
  width : 1230px;
  margin: 0 auto;
}

.team_construction .title_box {
  width     : 1230px;
  margin    : 0 auto;
  float     : left;
  margin-top: 45px;
}

.team_construction .title_box .blue_mark {
  width        : 12px;
  height       : 36px;
  background   : #0092FF;
  opacity      : 1;
  border-radius: 8px;
  float        : left;
  margin-top   : 5px;
  margin-right : 16px;
}

.team_construction .title_box .title {
  font-size  : 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 42px;
  color      : #333333;
  float      : left;
}

.team_construction .team_content {
  width: 1230px;
  float: left;
}

.team_construction .team_content .team_content_box {
  width      : 321px;
  height     : 132px;
  margin-top : 40px;
  margin-left: 128px;
  float      : left;
}

.team_construction .team_content .team_content_box img {
  width            : 132px;
  height           : 132px;
  background-repeat: no-repeat;
  border-radius: 5px;
}

.team_construction .team_content .team_content_box .describe_box {
  width: 168px;
}

.team_construction .team_content .team_content_box .describe_box .describe_up p {
  font-size  : 18px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 24px;
  color      : #333333;
}

.team_construction .team_content .team_content_box .describe_box .describe_up p span {
  font-size: 24px;
  color    : #0092FF;
}

.team_construction .team_content .team_content_box .describe_box .line {
  margin-top  : 6px;
  width       : 168px;
  height      : 0px;
  border      : 1px solid #707070;
  border-style: dashed;
}

.team_construction .team_content .team_content_box .describe_box .describe_down {
  margin-top : 13px;
  font-size  : 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color      : #333333;
}

.team_construction .team_content .divider {
  width      : 4px;
  height     : 1865px;
  background : #E8E8E8;
  float      : left;
  margin-left: 24px;
}

/* ————————————创始人———————————— */
.founder{
  width: 1230px;
    margin: 0 auto;
    /* float: left; */
    height: 180px;
}
p a {
  color: #fff;
}

div#carousel {
  perspective: 100%;

  padding-top: 36px;
  font-size: 0;
  /* margin-bottom: 3rem; */
}

figure#spinner {
  transform-style: preserve-3d;
  height: 659px;
  transform-origin: 50% 50% -285px;
  transition: 1s;
  width: 95%;
}

figure#spinner figure {
  width: 323px;
  max-width: 323px;
  position: absolute;
  left: 40%;
  transform-origin: 50% 50% -290px;
  outline: 1px solid transparent;
  transition: 1s;
}
figure#spinner .hidden{
 
  overflow: hidden;
}



figure#spinner figure img {
  width: 100%;
  height: 425px;
}

figcaption {
  position: absolute;
  top: 100%;
  width: 100%;
  padding: .3rem;
  z-index: 2;
  font-size: 1.1rem;
  background: rgba(0, 0, 0, 0);
  transition: .6s;
}



div#carousel~span {
  color: #fff;
  /* margin: 24%; */
  display: inline-block;
  text-decoration: none;
  font-size: 2rem;
  transition: 0.6s color;
  position: relative;
  margin-top: -27rem;
  border-bottom: none;
  line-height: 0;
  margin-left: 22%;
  margin-right: 22%;
}

div#carousel~span:hover {
  color: #888;
  cursor: pointer;
}

a {
  color: #6c4176;
  text-decoration: none;
}

.htmleaf-demo {
  width: 100%;
}

.htmleaf-demo a {
  display: inline-block;
  margin: 0.5em;
  padding: 0.6em 1em;
  border: 3px solid #6c4176;
  font-weight: 700;
}

.htmleaf-demo a:hover {
  opacity: 0.6;
}

.htmleaf-demo a.current {
  background: #6c4176;
  color: #fff;
}
figcaption h2{
  margin-top: 20px;
            font-size: 44px;
            font-family: Microsoft YaHei;
            font-weight: bold;
            line-height: 59px;
            color: #ffffff;
            margin-left: 15px;
            position: absolute;
            float: left;
            width: 400px;
}
figcaption .tag{
  background: rgba(0, 146, 255, 0.1);
            border-radius: 5px;
            position: absolute;
            line-height: 22px;
            color: #0092FF;
            padding: 2px 7px;
            margin-top: 88px;
            margin-left: 80px;
}
figcaption p{
  width: 617px;
            position: absolute;
            font-size: 14px;
            font-family: Microsoft YaHei;
            font-weight: 400;
            line-height: 21px;
            color: #707070;
            margin-left: -105px;
            margin-top: 135px;
            float: left;
}

/* ——————————————honor—————————————— */

.honor_up {
  width: 1230px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
}


.honor_up .items .right {
  float: left;
  width: 1230px;
  position: relative;
  overflow: hidden;
}
.honor_up .items .right ul li {
  background-color: #fff;
  margin-right: 22px;
  text-align: center;
  float: left;
  width: 290px;
  -webkit-transition: box-shadow .2s ease-out;
  transition: box-shadow .2s ease-out;
}
.honor_up .items .right ul {
background-color: #fff;
}
.honor_up .items .right ul li img {
 width: 269px;
 height:187px;
 background-repeat: no-repeat;
 margin: 11px 11px 33px 11px;
}

.honor_up .items .right .next, .honor_up .items .right .prev {
  opacity: 0;
  position: absolute;
  top: 44%;
  transform: translateY(-50%);
  display: inline-block;
  cursor: pointer;
  z-index: 1;
  width: 51px;
  height: 162px;
  line-height: 155px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  background: #0092FF;
  font-family: simsun;
  transition: all ease-in .4s;
}
.honor_up .items .right .next {
  right: 0px;
}
.honor_up .items .right .prev {
  left: 0px;
}
.honor_up .items .right:hover .next {
  opacity: 1;
}
.honor_up .items .right:hover .prev {
  opacity: 1;
}

.honor_down {
  width: 1230px;
  margin: 0 auto;
  overflow: hidden;
  background-color: #fff;
}


.honor_down .items .right {
  float: left;
  width: 1230px;
  position: relative;
  overflow: hidden;
}
.honor_down .items .right ul li {
  background-color: #fff;
  margin-right: 22px;
  text-align: center;
  float: left;
  width: 290px;
  -webkit-transition: box-shadow .2s ease-out;
  transition: box-shadow .2s ease-out;
}
.honor_down .items .right ul {
background-color: #fff;
}
.honor_down .items .right ul li img {
  width: 253px;
  height: 344px;
  background-repeat: no-repeat;
  margin: 11px 11px 10px 11px;
}

.honor_down .items .right .next, .honor_down .items .right .prev {
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  cursor: pointer;
  z-index: 1;
  width: 51px;
  height: 162px;
  line-height: 155px;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  background: #0092FF;
  font-family: simsun;
  transition: all ease-in .4s;
}
.honor_down .items .right .next {
  right: 0px;
}
.honor_down .items .right .prev {
  left: 0px;
}
.honor_down .items .right:hover .next {
  opacity: 1;
}
.honor_down .items .right:hover .prev {
  opacity: 1;
}



/* ——————————————new founder———————————— */



 #jswbox h2{
  margin-top: 20px;
  font-size: 36px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 59px;
  color: #ffffff;
  /* margin-left: 15px; */
  float: left;
  width: 300px;
}
#jswbox .tags{
  background: rgba(0, 146, 255, 0.1);
  border-radius: 5px;
  /* position: absolute; */
  line-height: 22px;
  color: #0092FF;
  /* padding: 2px 7px; */
  /* margin-top: 88px; */
  /* margin-left: 80px; */
  float: left;
  width: 300px;
}
#jswbox p{
  width: 600px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 21px;
  color: #707070;
  margin-left: -143px;
  /* margin-top: 135px; */
  float: left;
  margin-top: 12px;
}


/* ————————————new bannen—————— */
.target {
  background-size: cover;
background-attachment: scroll;
background-position: center;
height: 549px;
width: 100%;
position: relative;
}
.target img {
  background-size: cover;
width: 100%;
background-position: center center;
-webkit-transition: all 0.3s;
-moz-transition: all 0.3s;
-o-transition: all 0.3s;
transition: all 0.3s;
float: left;
margin: 0 auto;
background-repeat: no-repeat;
position: absolute;
height: 549px;
}


