﻿.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: 10%;
 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;
   }
   
   .serve_ul {
 padding: 60px 0px;
   }
   
   .serve_li {
 float: left;
 width: 25%;
 margin-bottom: 30px;
   
   }
   
   .serve_li a {
 display: block;
 width: 128px;
 height: 128px;
 margin: 0 auto;
   }
   
   .li_wrapper {
 width: 112px;
 height: 112px;
 line-height: 112px;
 text-align: center;
 font-size: 18px;
 font-weight: 600;
 border-radius: 50%;
 border: 8px solid #24a7e1;
 transition: all 0.5s;
   }
   
   .serve_li:hover .li_wrapper {
 background: #24a7e1;
 color: #fff;
   }
   
   
   @media only screen and (max-width:768px) {
 /*新加2022 6.16 */
 .serve_con{
 width: 100%;
 padding: 0px 15px;
 }
 .serve_li{
 width: 50%;
 }
 .main_content{
 margin-top: 0px !important;
 }
 .serve_ul{
 padding: 20px 0px;
 }
 .serve_wrapper{
 padding-top: 35%;
 }
 .serve_title::before{
   width: 100px;
   left: -100px;
   }
   .serve_title::after{
   width: 100px;
   right: -100px;
   }
   
   
   
   
   
 .SwitchImage {
 display: none;
 }
   
 .chuzhen_pc {
 display: none;
 }
   
 .chuzhen_btn {
 display: block;
 width: 100%;
 line-height: 32px;
 text-align: center;
 background: #2076bd;
 }
   
 .chuzhen_btn a {
 color: #fff;
 }
   
 .article_list li {
 width: 50%;
 float: left;
 box-sizing: border-box;
 }
   
 ul.article_list li {
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: nowrap;
 }
   
 .pr10 {
 padding-right: 0px;
 }
   
 .pl10 {
 padding-left: 0px;
 }
   
 .H367 {
 height: auto;
 }
   
 .box2,
 .box3,
 .box4 {
 border: 1px solid #ccc;
 }
   
 /*.box2 .article_list{ border-bottom:0px !important;}
   */
 .box4 ul li.last {
 border-bottom: 1px dashed #ccc;
 }
   
 .border.H355 .article_list {
 padding: 15px 0px;
 }
   
 .H355 {
 height: auto;
 }
   }
   
   @media only screen and (max-width:640px) {
 .icon_list {
 padding: 15px 0px;
 }
   
 .icon_list li {
 width: 33.33%;
 margin-bottom: 15px;
 }
   
 .box4 ul li.last {
 border-bottom: 0px;
 }
   }
   
   @media only screen and (max-width:460px) {
 .icon_list li {
 width: 33.33%;
 margin-bottom: 15px;
 }
   
 .icon_list {
 padding: 15px 0px 0px;
 }
   
 .article_list li {
 width: 100%;
 }
   
 .H183 {
 height: auto;
 }
   
 .border.H355 .article_list {
 padding: 0px;
 }
   }
   
   @media only screen and (max-width:435px) {
 ul.article_list li a.columnName {
 display: none
 }
   } 