::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E2E2E2;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #555;
}




* {
  padding: 0;
  margin: 0;
}
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}
html {
  font-size: 100px;
}

body {
  color: #333;
  margin: 0;
  overflow-x: hidden;
  width: 100%;
  line-height: 1.5;
}

:focus {
  outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
  display: block;
}

a {
  color: #333;
  text-decoration: none;
}

a:link,
a:hover,
a:active,
a:visited {
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input,
select {
  vertical-align: middle;
}

li,
ul {
  list-style-type: none;
}

img {
  border: none;
}

input,
textarea {
  outline: 0;
  border: 0;
}

textarea {
  resize: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
dl,
dd,
dt,
i,
em {
  font-weight: normal;
  font-style: normal;
}

.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.gd {
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.top {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}

.right {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}

.dx {
  text-transform: uppercase;
}

.pr {
  position: relative;
}

.pa {
  position: absolute;
}

.juzhong {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  margin: auto;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearboth {
  clear: both;
}

.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner img {
  width: 100%;
  display: block;
}

.banner .bannerBox {
  width: 100%;
  padding: 0 12%;
  position: absolute;
  top: 0;
}

.banner .bannerBox .bannerBoxText {
  width: 43%;
  float: left;
}

.banner .bannerBox .bannerBoxText h4 {
  font-size: 0.4rem;
  color: #fff;
  font-weight: bold;
  padding-top: 1.6rem;
}

.banner .bannerBox .bannerBoxText p {
  color: #fff;
  font-size: 0.16rem;
  line-height: 0.28rem;
  margin-top: 0.28rem;
}

.banner .bannerBox .bannerBoxText i {
  display: block;
  width: 15%;
  height: 2px;
  background: #fff;
  margin-top: 0.2rem;
}

.banner .bannerBox .bannerImg {
  width: 42%;
  float: right;
}

.banner .bannerBox .bannerImg img {
  display: block;
  width: 100%;
  position: relative;
  margin-top: 10%;
}

.dyaboutTitle {
  text-align: center;
  margin-top: 0.48rem;
}

.dyaboutTitle h4 {
  font-size: 0.3rem;
  line-height: 1;
  margin-bottom: 0;
}

.dyaboutTitle h4 img {
  display: inline-block;
  margin: 0 0.1rem;
  vertical-align: top;
}

.dyaboutTitle h5 {
  font-size: 0.15rem;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  display: inline-block;
  padding: 0 0.06rem;
  z-index: 2;
  line-height: 1;
  margin-top: 0.16rem;
  text-transform: uppercase;
}

.dyaboutTitle h5::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 6px;
  background: #f5850c;
  z-index: -1;
}

.dyaboutTitle p {
  font-size: 0.15rem;
  line-height: 2;
  margin-top: 0.3rem;
}

.dyabout {
  overflow: hidden;
  background: #fcfcfc;
}

.dyabout .dyaboutBox {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  text-align: center;
  padding-bottom: 60px;
}

.dyabout .dyaboutBox h5 {
  width: 100%;
  text-align: center;
  font-size: 200px;
  color: #f5f5f5;
  font-family: Arial, "Helvetica Neue", Helvetica, sans-serif;
  font-weight: bold;
  position: absolute;
}

.dyabout .dyaboutBox p {
  font-size: 16px;
  width: 100%;
  line-height: 2;
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 0.9rem 0 0.5rem 0;
}

.dyabout .dyaboutBox a {
  display: inline-block;
  text-align: center;
  padding: 15px 40px;
  border: 2px solid #2b597d;
  border-radius: 30px;
  font-size: 15px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.dyabout .dyaboutBox a:hover {
  background: #2b597d;
  color: #fff;
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.operation {
  width: 100%;
  padding: 0 13%;
}

.operation ul li {
  margin-top: 0.5rem;
  padding: 0 20px;
}

.operation ul li .operationList {
  position: relative;
}

.operation ul li .operationList img {
  width: 100%;
  box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}

.operation ul li .operationList .operationBox {
  position: absolute;
  top: 0;
  width: 100%;
}

.operation ul li .operationList .operationBox h4 {
  text-align: center;
  margin-top: 0.5rem;
  font-size: 0.2rem;
  color: #fff;
}

.operation ul li .operationList .operationBox .operationLine {
  width: 20%;
  height: 1px;
  background: #fff;
  margin: 0 auto;
  top:0.3rem;
  position: relative;
}

.operation ul li .operationList .operationBox p {
  text-align: center;
  margin-top: 0.5rem;
  padding: 0 12%;
  font-size: 0.16rem;
  color: #fff;
  line-height: 2;
}

.mbanner {
  width: 100%;
  height: 3.16rem;
  background: url(../images/mbanner.jpg) no-repeat center;
  margin-top: 0.6rem;
  position: relative;
}

.mbanner .mbannerBox {
  position: absolute;
  width: 100%;
}

.mbanner .mbannerBox img {
  display: block;
  margin: 0.93rem auto;
}

.mbanner .mbannerBox h4 {
  position: absolute;
  top: 33%;
  left: 0;
  font-size: 0.3rem;
  color: #fff;
  line-height: 0.48rem;
  text-align: center;
  width: 100%;
}

.enterprise {
  padding: 0 13%;
}

.enterprise ul {
  overflow: hidden;
}

.enterprise ul li {
     width: 14%;
     float: left;
     overflow: hidden;
     margin-right: 6.7%;
     margin-top: 0.5rem;
}

.enterprise ul li .enterpriseBox {
  position: relative;
  padding: 44.3%;
  border: 10px solid #f3f3f3;
  border-radius: 50%;
  background: #e3e3e3;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.enterprise ul li .enterpriseBox img {
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.enterprise ul li .enterpriseBox img.enterpriseBox1 {
  opacity: 1;
}

.enterprise ul li .enterpriseBox img.enterpriseBox2 {
  opacity: 0;
}

.enterprise ul li h4 {
  text-align: center;
  margin: 20px auto;
}

.enterprise ul li p {
  text-align: center;
  font-size: 0.15rem;
  line-height: 2;
  color: #666666;
}

.enterprise ul li:last-child {
  margin-right: 0;
}

.enterprise ul li:hover .enterpriseBox {
  background: #f2683b;
  border-color: #d7ffe8;
}

.enterprise .enterprisebox {
  width: 100%;
  text-align: center;
  margin-top: 0.3rem;
}

.enterprise .enterprisebox a {
      display: inline-block;
      text-align: center;
      padding: 13px 60px;
      background: #f2683b;
      border-radius: 30px;
      font-size: 16px;
      color: #fff;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      margin-bottom: 0.6rem;
}

.enterprise .enterprisebox a:hover {
  -webkit-animation-name: rubberBand;
  animation-name: rubberBand;
  -webkit-animation-duration: 1.3s;
  animation-duration: 1.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.enterprise ul li:hover .enterpriseBox img {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.enterprise ul li:hover .enterpriseBox img.enterpriseBox1 {
  opacity: 0;
}

.enterprise ul li:hover .enterpriseBox img.enterpriseBox2 {
  opacity: 1;
}

.help {
  width: 100%;
  overflow: hidden;
  background: #f7f7f7;
  padding-bottom: 0.8rem;
}

.help .helpBox {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

.help .helpBox ul li {
  width: 28%;
  float: left;
  position: relative;
  margin-right: 8%;
  margin-top: 0.44rem;
}

.help .helpBox ul li img {
  width: 100%;
}

.help .helpBox ul li h4 {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center;
  width: 100%;
  line-height: 2.4;
  color: #fff;
  font-size: 0.24rem;
}

.help .helpBox ul li:nth-child(3n) {
  margin-right: 0;
}

.factor {
  padding: 0 13% 0.3rem 13%;
  overflow: hidden;
}

.factorBox{
  margin-top: 0.6rem;
}

.factor .factorBox ul li {
  margin-top: 0.2rem;
}

.factor .factorBox ul li h4 i {
  font-size: 0.24rem;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  padding: 5px;
  background: #333;
  color: #fff;
  border-radius: 50%;
  width: 0.36rem;
  height: 0.36rem;
  display: inline-block;
  text-align: center;
  line-height: 0.26rem;
  margin-right: 0.2rem;
}

.factor .factorBox ul li p {
  padding-left: 56px;
  width: 20em;
  color: #333;
  font-size: 0.16rem;
}

.case {
  padding: 0 13% 0.3rem;
}

.case .caseBox {
  margin-top: 0.5rem;
}

.case .caseBox ul li {
  display: block;
}

.case .caseBox ul li .caseBoxImg {
  position: relative;
  border: 10px solid #333;
  border-radius: 8px;
  overflow: hidden;
  display: block;
  padding: 2%;
}

.case .caseBox ul li .caseBoxImg img {
  max-width: 100%;
  /* max-height: 100%; */
  /* left: 0; */
  /* right: 0; */
  /* top: 0; */
  /* bottom: 0; */
  /* margin: auto; */
}

.case .caseBox ul li .caseBoxText {
  font-size: 0.2rem;
  line-height: 4;
  text-align: center;
  display: block;
  padding-bottom: 0.2rem;
}

.service {
  background: #f6f9fd;
  overflow: hidden;
  padding: 0 13% 0.6rem;
}

.service h3 {
  font-size: 0.3rem;
  color: #008aea;
  margin-top: 0.58rem;
  text-align: center;
}

.service .serviceBox {
  margin-top: 0.8rem;
}

.service .serviceBox img {
  display: block;
  margin: 0 auto;
  height: 2.3rem;
}

.service .serviceBox h4 {
  font-size: 0.22rem;
  text-align: center;
  color: #333;
  margin-top: 0.4rem;
}

.mess_bg {
  background: url(../images/mess_bg.jpg) no-repeat top center;
  height: 200px;
}

/*å¡«å†™ä¿¡æ¯ï¼ŒèŽ·å–å“ç‰Œå»ºè®¾æ–¹æ¡ˆ*/
.in_bottom_r {
  width: 100%;
  background: url(../images/mess_bg.jpg) no-repeat center;
  padding: 70px 10% 70px;
  webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-size: cover;
}

.webq_bottom_r3_1 {
  height: 58px;
  position: relative;
}

.webq_bottom_ml {
  margin-left: 1.5%;
}

.webq_bd_2 {
  width: 100%;
  height: 58px;
  line-height: 58px;
  background: #fff;
  color: #333;
  box-sizing: border-box;
  padding: 0 10px 0 40px;
  display: block;
}

.ly_d1 {
  width: 40px;
  height: 58px;
  position: absolute;
  left: 15px;
  top: 0;
  background: url(../images/mico1.png) no-repeat center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.ly_d2 {
  width: 40px;
  height: 58px;
  position: absolute;
  left: 15px;
  top: 0;
  background: url(../images/mico2.png) no-repeat center;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.ly_d3 {
  width: 40px;
  height: 58px;
  position: absolute;
  left: 15px;
  top: 0;
  background: url(../images/mico3.png) no-repeat center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}

.in_bd_go {
  margin: 0;
  border: 0;
  width: 100%;
  background: #fff;
  cursor: pointer;
  color: #333;
  line-height: 58px;
  text-align: center;
  font-size: 16px;
}

.in_bottom_r3 input::-webkit-input-placeholder {
  color: #999999;
}

.in_bottom_r3 input::-moz-placeholder {
  color: #999999;
}

.in_bottom_r3 input:-moz-placeholder {
  color: #999999;
}

.in_bottom_r3 input:-ms-input-placeholder {
  color: #999999;
}

/*ç•™è¨€ç»“æŸ*/
@media (max-width: 1440px) {
  .banner .bannerBox .bannerBoxText h4 {
    padding-top: 110px;
  }

  .in_bottom_r {
    padding: 70px 8% 70px;
  }

  .dyabout .dyaboutBox p {
    padding: 0.9rem 15px;
  }

  .banner .bannerBox .bannerBoxText h4 {
    padding: 0;
  }

  .operation ul li .operationList .operationBox h4{
    margin-top: 0.2rem;
  }

  .enterprise ul li .enterpriseBox{
        padding: 43.3%;
  }
}

@media (max-width: 1200px) {
  .enterprise ul li {
    width: 30%;
    margin-right: 3%;
  }

  .enterprise,
  .operation,
  .service {
    padding: 0 15px;
  }

  .case {
    background: #f7f7f7;
    overflow: hidden;
  }

  .enterprise ul li p {
    display: none;
  }

  .in_bottom_r {
    padding: 0.3rem 15px;
  }

  .service .serviceBox img {
    height: 1.3rem;
  }

  .factor .factorBox ul li {
    font: none;
  }

  .service .serviceBox h4 {
    padding-bottom: 0.6rem;
  }

  .webq_bottom_r3_1 {
    margin-bottom: 0.1rem;
  }

  .webq_bottom_r3_1 {
    width: 100%;
  }

  .banner .bannerBox .bannerBoxText h4 {
    padding-top: 40px;
  }

  .enterprise ul li {
    width: 30%;
    margin-right: 3%;
    padding: 9px;
  }

  .factorBox{
        margin-bottom: 0.6rem;
  }
  .factor {
    padding: 0 15px;
  }

  .case {
    padding: 0 15px;
  }

  .operation ul li .operationList .operationBox h4{
    margin-top: 0.6rem;
  }
}

@media (max-width: 768px) {
  .banner .bannerBox .bannerBoxText h4 {
    padding-top: 0.2rem;
    font-size: 18px;
  }

  .dyaboutTitle p {
    color: #666;
    margin-top: 0.1rem;
  }

  .enterprise ul li {
    margin-top: 0.1rem;
  }

  .mbanner {
    height: 1.12rem;
  }

  .mbanner .mbannerBox img {
    width: 100%;
    padding: 0 20px;
    display: none;
  }

  .mbanner .mbannerBox h4 {
    font-size: 0.26rem;
  }

  .enterprise ul li .enterpriseBox img {
    height: 40%;
  }

  .enterprise ul li:nth-child(5) .enterpriseBox img {
    width: 40%;
    height: auto;
  }

  .dyaboutTitle h4 {
    font-size: 0.24rem;
  }

  .mbanner .mbannerBox h4 {
    font-size: 0.16rem;
  }

  .dyabout .dyaboutBox h5 {
    display: none;
  }

  .case .caseBox {
    margin-top: 0.2rem;
  }

  .dyabout .dyaboutBox p {
    padding: 0.2rem 15px;
  }

  .dyabout .dyaboutBox a {
    padding: 10px 20px;
  }

  .operation ul li {
    margin-top: 0.2rem;
  }

  .operation ul li .operationList .operationBox h4 {
    margin-top: 0.2rem;
    font-size: 0.15rem;
  }

  .enterprise ul li h4 {
    font-size: 0.16rem;
    line-height: 1.5;
  }

  .dyaboutTitle h4 img {
    display: none;
  }

  .dyaboutTitle h5::after {
    display: none;
  }

  .help .helpBox {
    padding: 0 15px;
  }

  .help .helpBox ul li {
    width: 49%;
    margin-right: 1%;
  }

  .help .helpBox ul li:nth-child(2) {
    margin-right: 0;
  }

  .help .helpBox ul li:nth-child(3n) {
    margin-right: 1%;
  }

  .help .helpBox ul li img {
    height: 0.5rem;
  }

  .help .helpBox ul li h4 {
    margin: 0;
    line-height: 0.5rem;
  }

  .factor,
  .case,
  .service {
    padding: 0 15px;
  }

  .factor .factorBox ul li p {
    padding: 0;
    width: 100%;
  }

  .service h3 {
    font-size: 0.24rem;
  }

  .service .serviceBox img {
    height: 1rem;
  }

  .service .serviceBox {
    padding-top: 0rem;
  }

  .service .serviceBox h4 {
    font-size: 0.16rem;
  }

  .service .serviceBox h4 {
    padding-bottom: 0.3rem;
  }

  .banner .bannerBox .bannerBoxText {
    width: 100%;
    position: absolute;
  }

  .webq_bottom_r3_1 {
    width: 100%;
    margin-bottom: 0.1rem;
  }

  .in_bottom_r {
    padding: 20px 0;
  }

  .banner .bannerBox {
    padding: 0;
  }

  .banner .bannerBox .bannerBoxText p {
    font-size: 0.14rem;
    display: none;
  }

  .banner .bannerBox .bannerBoxText i {
    display: none;
  }

  .enterprise ul {
    text-align: center;
  }

  .enterprise ul li {
    float: none;
    display: inline-block;
    margin-right: 2%;
  }

  .enterprise ul li h4 {
    margin: 10px 0;
  }

  .help .helpBox ul li h4 {
    font-size: 0.16rem;
  }
}

@media (max-width: 468px) {
  .operation ul li .operationList .operationBox p {
    display: none;
  }

  .enterprise ul li .enterpriseBox {
    padding: 42.3%;
  }
}
