* {
  -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;
}

select {
  width        : 200px;
  float        : left;
  height       : 49px;
  background   : #E3E3E3;
  opacity      : 1;
  border-radius: 5px;
  margin-left  : 75px;
  margin-top   : -63px;
  color        : #999999;
  z-index      : 111;
  border-color : #e3e3e3;
  position     : relative;
  cursor       : pointer;

  border-style       : solid;
  -moz-appearance    : none;
  appearance         : none;
  -webkit-appearance : none;
  background         : url("../new/icon/down4.png") no-repeat scroll right center;
  background-position: calc(100% - 7px) 50%;
  border-radius      : 3px;
  padding            : 0;

}

select ::-ms-expand {
  display: none;
}

option {
  border-color    : #e3e3e3;
  background-color: #fff;
  color           : #333;

}

a {
  text-decoration: none;
}

button {
  outline: 0;
}

img {
  border: 0;
}

button,
input,
optgroup,
textarea {
  margin : 0;
  font   : inherit;
  color  : inherit;
  outline: none;
}

li {
  list-style: none;
}





.clearfix::after {
  clear     : both;
  content   : ".";
  display   : block;
  height    : 0;
  visibility: hidden;
}

.f_l {
  float: left;
}

.f_r {
  float: right;
}

.nav {
  width : 1230px;
  margin: 0 auto;
  height: 40px;
}

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


/* 
.nav .menus ul .white {
  width: 98px;
    height: 10px;
    background-color: #0092FF;
    margin-top: -15px;
} */

.nav .cs li {
  float: left;
  height: 47px;
  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: relative;
  color: #ffffff;
  cursor: default;
  padding-right: 16px;
  padding-left: 16px;
}
/* .nav .cs .active{
  border-bottom: 1px solid red;
} */

.nav .menus .bg {
  width             : 93px;
  height            : 1px;
  position          : absolute;
  left              : 0;
  top               : 0;
  background        : #0092ff;
  margin-top        : 38px;
  -webkit-transition: all 0.5s;
  -moz-transition   : all 0.5s;
  -ms-transition    : all 0.5s;
  -o-transition     : all 0.5s;
  transition        : all 0.5s;
}

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

.menu .phone-service {
  width           : 343px;
  height          : 422px;
  float           : left;
  background-color: #fff;
  position        : absolute;
  margin-left     : 900px;
  margin-top      : 50px;
  box-shadow      : 0px 5px 10px rgba(0, 0, 0, 0.2);
  z-index         : 10;
  cursor: default;
}

.menu .phone-service .phone-input {
  width        : 291px;
  float        : left;
  height       : 50px;
  background   : #E3E3E3;
  opacity      : 1;
  border-radius: 5px;
  margin-left  : 25px;
  margin-top   : 33px;
}

.menu .sel-box {
  width        : 291px;
  float        : left;
  height       : 50px;
  background   : #E3E3E3;
  opacity      : 1;
  border-radius: 5px;
  margin-left  : 25px;
  margin-top   : 33px;
}



.menu .sel-title-box {
  position        : relative;
  cursor          : default;
  overflow        : hidden;
  text-overflow   : ellipsis;
  white-space     : nowrap;
  background-color: #E3E3E3;
  margin-top      : 6px;
  cursor          : pointer;
  margin-left     : 77px;
  width           : 10px;
}

.menu .sel-title {
  outline         : none;
  border          : none;
  padding         : 2px 0px 0px 18px;
  margin          : 0;
  height          : 21px;
  width           : 188px;
  color           : #999999;
  font-size       : 16px;
  border-radius   : 0px 0 0 4px;
  float           : left;
  margin-top      : 8px;
  margin-left     : -16px;
  background-color: #E3E3E3;
  cursor          : pointer;
}

.menu .sel-sign {
  position       : absolute;
  display        : inline-block;
  right          : 0;
  top            : 0;
  background-size: 100% 100%;
  margin-top     : 7px;
  margin-right   : 10px;
  cursor         : pointer;
}

.menu .sel-sign.on {
  background-size: 100% 100%;
  margin-top     : 7px;
  margin-right   : 10px;
}

.menu .sel-float-box {
  position        : absolute;
  border          : 1px solid #ddd;
  z-index         : 2;
  background-color: white;
  margin-top      : 14px;
  overflow        : hidden;
  line-height     : 2.8;
}

.menu .sel-float-box.on {
  border-color: #15A0F5;
}

.menu .sel-float-div {
  padding-left    : 12px;
  cursor          : default;
  overflow        : hidden;
  white-space     : nowrap;
  text-overflow   : ellipsis;
  background-color: white;
  color           : #666;
}

.menu .sel-float-div:hover {
  background-color: #15A0F5;
  color           : white;
}

.menu .sel-float-div-disabled {
  padding-left : 12px;
  line-height  : 1.8;
  color        : #bbb;
  overflow     : hidden;
  white-space  : nowrap;
  text-overflow: ellipsis;
}

.menu .sel-hide {
  display: none;
}

.menu .phone-input #c-mobile {
  outline         : none;
  border          : none;
  padding         : 2px 0px 0px 18px;
  margin          : 0;
  height          : 21px;
  width           : 188px;
  color           : #333;
  font-size       : 16px;
  border-radius   : 0px 0 0 4px;
  float           : left;
  margin-top      : 15px;
  margin-left     : 59px;
  background-color: #E3E3E3;
}

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

.menu .search {
  width           : 291px;
  height          : 50px;
  border-radius   : 5px;
  margin-top      : 45px;
  float           : left;
  cursor          : pointer;
  background-color: #0092FF;
  float           : left;
  font-size       : 19px;
  font-family     : Microsoft YaHei;
  line-height     : 25px;
  color           : #FFFFFF;
  padding         : 12px 88px;
  font-weight     : 400;
  border          : #0092FF;
  padding         : 0px 58px;
  cursor          : pointer;
}

.menu .related-cases {
  width      : 285px;
  float      : left;
  position   : absolute;
  margin-left: 884px;
  margin-top : 564px;
}

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

.menu .related-cases .box .case {
  width : 285px;
  height: 317px;
  float : left;
  margin: 33px 29px 0px 29px;
}

.menu .related-cases .box .case .case-img {
  width : 261px;
  height: 260px;
  float : left;
  margin: 12px 12px 45px 12px;
}

.menu .related-cases .box .case p {
  margin-top: 12px;
}


.bannen {
  float            : left;
  margin           : 0 auto;
  background-repeat: no-repeat;

  height: 549px;
  width : 1918px;

  margin-bottom: 60px;

}

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

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

  margin: 0 auto;
}



.article button {
  display         : inline-block;
  padding         : 6px 12px;
  font-weight     : 400;
  line-height     : 1.42857143;
  text-align      : center;
  vertical-align  : middle;
  cursor          : pointer;
  border          : 1px solid transparent;
  border-radius   : 4px;
  border-color    : #28a4c9;
  color           : #fff;
  background-color: #5bc0de;
  margin          : 20px 20px 0 0;
}

.article .box {
  width : 900px;
  margin: 100px auto 0;
  height: 34px;
}

.article .page {
  width: 825px;
}

.article .info {
  width      : 200px;
  height     : 34px;
  line-height: 34px;
}

.article .fl {
  float: left;
}

.service {
  width : 1230px;
  height: 635px;
  margin: 0 auto;
}

.service .title {
  width      : 1230px;
  font-size  : 32px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 42px;
  color      : #333333;
  opacity    : 1;
  float      : left;
  margin-top : 140px;
}

.service .service-list {
  width      : 300px;
  position   : relative;
  margin-top : 60px;
  margin-left: 10px;
  float      : left;
}

.service .service-list img {
  width            : 300px;
  height           : 168px;
  background-repeat: no-repeat;
  float            : left;
  background-color : #ffffff;
}

.service .service-list span {
  width      : 300px;
  height     : 31px;
  font-size  : 24px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 31px;
  color      : #333333;

  float     : left;
  position  : relative;
  text-align: center;
}

.service .service-list p {
  width      : 300px;
  height     : 21px;
  font-size  : 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 21px;
  color      : #666666;
  float      : left;
  margin-top : 8px;
  position   : relative;
  text-align : center;

}

.service-process {
  width : 1230px;
  height: 299px;
  margin: 0 auto;
  cursor:default;
}

.service-process .notes p {
  float      : left;
  width      : 280px;
  height     : 21px;
  font-size  : 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 21px;
  color      : #707070;
  margin-left: 27px;
}

.service-process .process {
  width : 1230px;
  height: 300px;
  margin: 0 auto;
}

.service-process .process .box {
  width      : 88px;
  height     : 150px;
  float      : left;
  margin-left: 60px;
  margin-top : 40px;
}

.service-process .process .box .icon {
  width : 88px;
  height: 88px;
  float : left;
}

.service-process .process .box p {
  width      : 80px;
  height     : 26px;
  font-size  : 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 26px;
  color      : #666666;
  margin-left: 4px;
  margin-top : 8px;
}

.rotation-chart {
  width : 1230px;
  height: 880px;
  margin: 0 auto;
}


.rotation-chart .department {
  width : 1320px;
  height: 134px;
  margin: 0 auto;
}

.rotation-chart .department .category li {
  width           : 128px;
  height          : 35px;
  background-color: #0092FF;
  border-radius   : 10px;
  float           : left;
  margin-left     : 30px;
  margin-top      : 40px;
  cursor          : pointer;
  margin-bottom   : 40px;

  font-size  : 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 33px;
  color      : #fff !important;
  text-align : center;
}




.rotation-chart .department .category a {
  color: #ffffff;
}
.rotation-chart .slider_box{
  cursor: default;

}


.rotation-chart .slider_box .slider_box_text{
  width: 666px;
  height: 295px;
  /* margin-top: 60px */
  
}

.rotation-chart .slider_box h1 {
  width      : 34px;
  height     : 114px;
  font-size  : 102px;
  font-family: Arial;
  font-weight: 400;
  line-height: 117px;
  color      : #333333;
  opacity    : 1;
  margin-top : 12px;
  margin-left: 113px;
}

.rotation-chart .slider_box h3 {
  width: 395px;
  height     : 65px;
  font-size  : 44px;
  font-family: Microsoft YaHei;
  font-weight: bold;
  line-height: 59px;
  color      : #ffffff;
  margin-left: 32px;
  float: left;
  /* margin-top : -168px; */
}

.rotation-chart .slider_box .honor {
width: 111px;
    height: 51px;
    background-repeat: no-repeat;
    float: left;
    /* margin-left: 175px;
    margin-top: 24px; */
}
.rotation-chart .slider_box .tag_box{
  width: 345px;
  float: left;
  margin-top: 12px;
  margin-left: 20px;
  height: 70px;
}
.rotation-chart .slider_box .tag_box .tag {
  background: rgba(0, 146, 255, 0.1);
  border-radius: 5px;
  line-height: 22px;
  color: #0092FF;
  padding: 2px 7px;
  margin-left: 10px;
}
.rotation-chart .slider_box .tag_box .tag span{
  font-size: 17px;
  font-family: Microsoft YaHei;
  font-weight: 400;
}
.rotation-chart .slider_box p {
  width      : 696px;
  font-size  : 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 21px;
  color      : #707070;
  margin-left: 32px;
  margin-top: -23px;
  float: left;

}

.rotation-chart .silder_nav img {
  margin-left: 0px;

}

.service-process {
  width : 1230px;
  height: 299px;
  margin: 0 auto;
}


.service-process .notes p {
  float      : left;
  width      : 280px;
  height     : 21px;
  font-size  : 16px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 21px;
  color      : #707070;

}

.service-process .process {
  width : 1230px;
  height: 300px;
  margin: 0 auto;
}

.service-process .process .box {
  width      : 88px;
  height     : 150px;
  float      : left;
  margin-left: 60px;
  margin-top : 40px;
}

.service-process .process .box .icon {
  width : 88px;
  height: 88px;
  float : left;
}

.service-process .process .box p {
  width      : 80px;
  height     : 26px;
  font-size  : 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 26px;
  color      : #666666;
  margin-left: 4px;
  margin-top : 8px;
}

.common-problem {
  width : 1230px;
  margin: 0 auto;
  cursor: default;
}



.common-problem .board {
  width        : 382px;
  height       : 230px;
  margin-left  : 40px;
  background   : #FFFFFF;
  box-shadow   : 0px 3px 10px rgba(0, 0, 0, 0.1);
  opacity      : 1;
  border-radius: 10px;
  margin-top   : 62px;
  float        : left;
}

.common-problem .board .icon {
  width           : 44px;
  height          : 44px;
  background-color: #0092FF ;
  float           : left;
  margin          : 24px 0 0 39px;
  border-radius   : 22px;
}

.common-problem .board .question {
  float      : left;
  width      : 240px;
  height     : 52px;
  font-size  : 20px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 26px;
  color      : #333333;
  opacity    : 1;
  margin     : 24px 0 0 20px;
}

.common-problem .board .answer {
  width      : 342px;
  height     : 69px;
  font-size  : 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color      : #707070;
  margin     : 79px 0 0 19px;
  opacity    : 1;
}

