﻿.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: 40px 100px;
}

.serve_li {
 width: 50%;
 margin-top: 60px;
 float: left;
}

.serve_li a {
 display: block;
 width: 250px;
 height: 50px;
 margin: 0 auto;
}

.li_wrapper {
 width: 250px;
 height: 50px;
 line-height: 50px;
 text-align: center;
 font-size: 18px;
 font-weight: 500;
 border: 4px solid #24a7e1;
 transition: all 0.5s;
}

.serve_li .li_wrapper:hover {
 background: #24a7e1;
 color: #fff;
}

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

@media only screen and (max-width:768px) {
 .serve_con{
 width: 100%;
 padding: 0px 15px;
 }
 .serve_li{
 width: 46%;
 margin-top: 25px;
 }
 .patient_ul, .li_wrapper, .serve_li a{
width: 100%;
font-size: 16px;
line-height: initial;
justify-content: center;
 display: flex;
 align-items: center;
}
 .main_content{
 margin-top: 0px !important;
 min-height: 700px;
 }
 .serve_ul{
 padding: 20px 0px;
 }
 .serve_ul li:nth-child(2n){
 float: right;
   }
 .serve_wrapper{
 padding-top: 35%;
 }
 .serve_title::before{
 width: 90px;
 left: -90px;
 }
 .serve_title::after{
 width: 90px;
 right: -90px;
 }
   
}

@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;
 }
} 