﻿.new_hidden {
 display: none;
}
.header_new{
  display: block;
}
.header_right li .friendImg,.logo .friendImg{
  display: inline-block;
}
.mainImg{
  display: none;
}
.header_new .main_header .header_right li a{
  color:#008dd6;
}
.header_new .main_header li .line_1 {
   color:#008dd6;
}
.linkmap{
  display: none;
}
.serve_wrapper{
  width: 100%;
  height: 100vh;
  padding-top: 15%;
  box-sizing: border-box;
}
.serve_con{
  width: 1200px;
  margin: 0 auto;
  padding: 0 32px;
  box-sizing: border-box;
}
.serve_title{
  width: 200px;
  font-size: 28px;
  font-weight: 600;
  margin: 0 auto;
  text-align: center;
  color: #595757;
  position: relative;
}
.serve_title::before{
  content: "";
  position: absolute;
  left: -468px;
  top: 50%;
  transform:translateY(-50%);
  width: 468px;
  height: 3px;
  background:#595757;
}
.serve_title::after{
  content: "";
  position: absolute;
  right: -468px;
  top: 50%;
  transform:translateY(-50%);
  width: 468px;
  height: 3px;
  background:#595757;
}
.report_wrapper{
  width: 80%;
  margin: 30px auto 0;
}
.report_com {
  background:#29a7e1;
  width: 390px;
  box-sizing: border-box;
}
.report_com p{
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  font-weight: 600;
}
.report_com1{
  text-align: center;
  padding: 40px 15px;
  margin-bottom: 20px;
}
.report_com2{
  text-align: center;
  padding: 50px 15px;
}

.report_com3{
  padding: 51px 20px;
  margin-bottom: 30px;
  text-align: left;
}
.report_com4{
 padding: 20px 15px;
 text-align: center;
}
.report_com4 a{
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}
.mt50{
  margin-top: 50px;
}


@media only screen and (max-width:1400px){
.serve_wrapper{
  width: 100%;
  height: 100%;
  padding-top: 10%;
  }
}
@media only screen and (max-width:768px){

}

@media only screen and (max-width:640px){
  .chaxun_li{background:none;width:100%; height:auto;}
  .main{ padding-top:0;}
  .linkmap{ display:block;}
  ul.article_list li{ background:#125f89; position:inherit; width:30% !important; float:left; height:50px !important; padding:0 !important; border-radius:5px; margin:1%;}
  ul.article_list li a { display: inline;width: auto;line-height: 50px; font-size:16px;}
  ul.article_list li:hover{ background:#2b78a2;}

}
@media only screen and (max-width:360px){
  ul.article_list li{  width:90% !important; margin:10px;}
  }
 