@font-face{
    font-family: 'p';
    src : url('../fonts/Poppins-Regular.ttf');
  }
  @font-face{
    font-family: 'MyriadPro';
    src : url('../fonts/MyriadPro-Bold.otf');
  }
  @font-face{
    font-family: 'pb';
    src : url('../fonts/Poppins-Bold.ttf');
  }
  @font-face{
    font-family: 'bar';
    src : url('../fonts/BarlowCondensed-SemiBold.ttf');
  }
  *{
    margin: 0;
    padding: 0;
  }
  li{
    text-decoration: none;
    list-style: none;
  }
  .service_top{
    width: 100%;
    height: 4.65rem;
    background: url(../img/service.png) no-repeat;
    background-size: 100% 100%;
    margin: 0 auto;
  }
  .service_top h2{
    font-size: 0.48rem;
    color: #fff;
    font-family: MyriadPro;
    width: 100%;
    text-align: center;
    padding-top: 1.67rem;
  }
  .list_toptitls{
    width: 7.1rem;
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #fff;
    text-align: center;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 400;
    margin: 0 auto;
    margin-top: 0.3rem;
  }
  .service_onecenter h2{
    width: 7.1rem;
    height: auto;
    font-size: 0.42rem;
    font-family: MyriadPro;
    line-height: 0.42rem;
    padding-top: 0.97rem;
    padding-bottom: 0.3rem;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
  }
  .service_titles{
    width: 7.1rem;
    height: auto;
    font-size: 0.24rem;
    line-height: 0.36rem;
    color: #666;
    text-align: center;
    margin: 0 auto;
  }
  .service_onecenter ul{
    width: 7.1rem;
    height: 18.18rem;
    display: flex;
    /* justify-content: space-between; */
    margin: 0 auto;
    margin-top: 0.8rem;
    flex-wrap: wrap;
  }
  .service_onecenter ul li{
    width: 7.1rem;
    height: 5.88rem;
    background: #313132;
    overflow: hidden;
    border-radius: 0.2rem;
    font-size: 0.26rem;
    color: #fff;
    text-align: center;
    line-height: 0.75rem;
  }
  .list_img{
    width: 7.1rem;
    height: auto;
    overflow: hidden;
  }
  .list_img img{
    width: 7.1rem;
    height: auto;
    transition: 0.4s;
  }
  .list_img img:hover{
    transform: scale(1.05);
    transition: 0.4s;
  }
  .six{
    width: 100%;
    height: 5.35rem;
    margin: 0 auto;
    background-color: #f4f4f4;
  }
  .service_one{
    padding-bottom: 1.05rem;
  }
  .sixcenter h2{
    width: 7.1rem;
    height: auto;
    font-size: 0.42rem;
    font-family: MyriadPro;
    line-height: 0.42rem;
    padding-top: 0.97rem;
    padding-bottom: 0.3rem;
    font-weight: 600;
    margin: 0 auto;
    text-align: center;
  }
  .service_ul{
    width: 16rem;
    height: 2.65rem;
    display: flex;
    justify-content: space-between;
    margin: 0 auto;
    margin-top: 0.67rem;
    display: none;
}
.service_ul li{
    width: auto;
    font-size: 0.2rem;
    line-height: 0.22rem;
    color: #000;
    font-family: p;
    text-align: center;
}

.service_ultitle{
    width: 1.75rem;
    height: auto;
    font-size: 0.2rem;
    line-height: 0.23rem;
    font-family: p;
    color: #000;
    text-align: center;
    margin: 0 auto;
    margin-top: 0.35rem;
}
.dun{
    width: 1.75rem;
    height: 1.75rem;
    display: block;
    transition: All 0.4s ease-in-out;

-webkit-transition: All 0.4s ease-in-out;

-moz-transition: All 0.4s ease-in-out;

-o-transition: All 0.4s ease-in-out;
}
.jian{
    width: 0.23rem;
    height: 0.4rem;
    margin-top: 0.925rem;
}
.dun:hover{
    transform: rotate(360deg);

    -webkit-transform: rotate(360deg);
    
    -moz-transform: rotate(360deg);
    
    -o-transform: rotate(360deg);
    
    -ms-transform: rotate(360deg);

    cursor: pointer;
}
.shufour{
    width: 100%;
    height: 26.2rem;
    margin: 0 auto;
    background: #192431;
}
.shufourcenter{
    width: 7.1rem;
    height: auto;
    margin: 0 auto;
    position: relative;
    position: relative;
}
.shufourcenter h2{
    width: auto;
    text-align: left;
    font-size: 0.42rem;
    color: #fff;
    font-weight: 600;
    font-family: MyriadPro;
    line-height: 0.42rem;
    padding-top: 1.3rem;
    padding-bottom: 0.25rem;
}
.shutitles{
    width: 7.1rem;
    height: auto;
    font-size: 0.24rem;
    line-height: 0.36rem;
    text-align: left;
    color: #fff;
    font-weight: 400;
    font-family: p;
}
.shufourcenter ul{
    width: 100%;
    height: 9.3rem;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    /* position: absolute; */
    top: 1.1rem;
    left: 0rem;
    flex-wrap: wrap;
}
.shufourcenter ul li:nth-of-type(1){
    width: auto;
    height: auto;
}
.sn1{
    width: auto;
    height: auto;
    overflow: hidden;
    margin-top: 0.4rem;
}
.sn1 img{
    width: 7.1rem;
    height: auto;
    transition: 0.4s;
}
.sn1 img:hover{
    transition: 0.4s;
    transform: scale(1.05);
}

.shufourcenter ul li:nth-of-type(2){
    width: 7.1rem;
    height: 9.3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sn2{
    width: 7.1rem;
    height: auto;
    overflow: hidden;
    margin-top: 0.55rem;
}
.sn2 img{
    width: 7.1rem;
    height: auto;
    transition: 0.4s;
}
.sn2 img:hover{
    transition: 0.4s;
    transform: scale(1.05);
}
.sn3{
    width: 7.1rem;
    height: auto;
    overflow: hidden;
    display: none;
    margin-top: 0.2rem;
}
.sn3 img{
    width: 3.84rem;
    height: 2.42rem;
    transition: 0.4s;
}
.sn3 img:hover{
    transition: 0.4s;
    transform: scale(1.05);
}



.shufourcenter ul li:nth-of-type(3){
    width: 3.84rem;
    height: 9.3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    float: left;
    position: absolute;
    left: 0rem;
    top: 17.6rem;
}
.sn4{
    width: auto;
    height: auto;
    overflow: hidden;
    margin-top: 2.2rem;
}
.sn4 img{
    width: 3.1rem;
    height: 2.28rem;
    transition: 0.4s;
}
.sn4 img:hover{
    transition: 0.4s;
    transform: scale(1.05);
}
.sn5{
    width: 3.12rem;
    height: 3.18rem;
    overflow: hidden;
    margin-top: -0.6rem;
}
.sn5 img{
    width: 3.12rem;
    height: 2.88rem;
    transition: 0.4s;
}
.sn5 img:hover{
    transition: 0.4s;
    transform: scale(1.05);
}


.shufourcenter ul li:nth-of-type(4){
    width: 3.86rem;
    height: 9.3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    float: right;
    position: absolute;
    right: 0rem;
    top: 17.6rem;
}
.sn6{
    width: 3.86rem;
    height: 3.07rem;
    overflow: hidden;
    margin-top: 2.2rem;
}
.sn6 img{
    width: 3.86rem;
    height: 3.07rem;
    transition: 0.4s;
}
.sn6 img:hover{
    transition: 0.4s;
    transform: scale(1.05);
}
.sn7{
    width: 3.86rem;
    height:2.41rem;
    overflow: hidden;
    margin-bottom: 1.2rem;
}
.sn7 img{
    width: 3.86rem;
    height: 2.41rem;
    transition: 0.4s;
}
.sn7 img:hover{
    transition: 0.4s;
    transform: scale(1.05);
}
.lianxi{
    width: 100%;
    height: 10.53rem;
    margin: 0 auto;
    background: #eee;
    background-size: 100% 100%;
    margin-top: 0.5rem;
  }
  .lianxicenter{
    width: 7.1rem;
    height: 10.53rem;
    margin: 0 auto;
  }
  .lianxicenter h2{
    font-size: 0.42rem;
    font-family: MyriadPro;
    width: 7.1rem;
    text-align: center;
    line-height: 0.42rem;
    padding-top: 0.95rem;
    /* padding-left: 0.7rem; */
  }
  {
    padding-bottom: 0.8rem;
    border-radius: 10px;
    margin-top: -0.3rem;
    MARGIN-LEFT: 0REM;
  }
  .five1{width: 7.1rem;height: 5.05rem;margin: 0 auto;display: flex;flex-direction: row;flex-wrap: wrap;/* float: left; *//* justify-content: space-between; */align-content: space-between;}
  .five2{width: 7.1rem;height: 0.75rem;}
  .five2 p{
  width: 4.27rem;
  height: 0.3rem;
  font-size: 0.22rem;
  line-height: 0.3rem;
  color: #000;
  }
  ..five2 span{
  color: red;
  font-size: 0.2rem;
  }
  .five2 input{
   width: 6.55rem !important;
   height: 0.75rem;
   float: left;
   border: 1px solid #ccc;
   padding-left: 0.55rem;
   background: #fafafa;
   font-size: 0.24rem;
  }
  
  .five3{width: 100%;margin: 0 auto;height: 1.85rem;margin-top: 0.15rem;}
  .five3 p{
  width: 100%;
  margin: 0 auto;
  height: 0.3rem;
  font-size: 0.22rem;
  line-height: 0.3rem;
  color: #000;
  }
  ..five3 span{
  color: red;
  font-size: 0.2rem;
  }
  .buttons1{
    width: 4.22rem;
    height: 0.85rem;
    line-height: 0.85rem;
    text-align: center;
    font-size: 0.3rem;
    color: #fff;
    margin: 0 auto;
    font-weight: 600;
    display: table;
    border-radius: 0.65rem;
    background: #df2c25;
    box-shadow: 0.05rem -0.06rem 1px #fdedc9;
    margin-top: 0.3rem;
  }
  .five3 textarea{
    width: 6.55rem;
    height: 1.55rem;
    background: #fafafa;
    float: left;
    resize: none;
    border: 1px solid #ccc;
    padding-top: 0.1rem;
    line-height: 0.3rem;
    color: #666;
    font-size: 0.24rem;
    font-family: 'p';
    padding-left: 0.55rem;
    /* margin-left: 0.38rem; */
    margin-top: 0.1rem;
  }
  input::-webkit-input-placeholder{
  
  color: #666;
  font-size: 0.24rem;
  }
  
  input::-moz-placeholder{   /* Mozilla Firefox 19+ */
  
  color: #666;
  font-size: 0.24rem;
  }
  
  input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
  
  color: #666;
  font-size: 0.24rem;
  }
  
  input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
  
  color: #666;
  font-size: 0.24rem;
  
  }
  textarea::-webkit-input-placeholder{
  
  color: #666;
  font-size: 0.24rem;
  line-height: 0.36rem;
  }
  
  .five2{
    position: relative;
  }
  .five2 img{
    width: 0.35rem;
    height: 0.35rem;
    position: absolute;
    top: 0.25rem;
    left: 0.13rem;
  }
  .five3{
    position: relative;
  }
  .five3 img{
    width: 0.35rem;
    height: 0.35rem;
    position: absolute;
    top: 0.3rem;
    left: 0.13rem !important;
  }
  .fgot{
    width: 7.1rem;
    height: auto;
    /* margin-left: 0.9rem; */
    margin-top: 0.2rem;
  }
.yd{
    display: block;
}
.pc{
    display: none;
}