@charset "utf-8";
/* CSS Document */
@font-face {
  font-family: 'MyNewFont';  
  src: url("GOTHIC.TTF")/*tpa=http://yiyuan.test.win-8.cn/skin/yiyuan/css/GOTHIC.TTF*/;       
}






body{ margin:0px; padding:0px; border:0px; font-family:"微软雅黑","Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei"; color:#555555; font-size:14px; width:100%; background:#ffffff; }
body.on{ overflow: hidden;}

input[type="button"], input[type="submit"], input[type="reset"] {
     -webkit-appearance: none;
}
textarea {  
    -webkit-appearance: none;
}  

a{ margin:0px; padding:0px; border:0px; text-decoration:none; color:#555555; font-size:13px;transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;  -webkit-tap-highlight-color: transparent; outline: none;}
a:hover{ text-decoration:none;
       transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s;}
*{ padding:0px; margin:0px; border:0px; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; box-sizing:border-box; }
/* background:rgba(0,0,0,0);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);*/
li{ list-style:none;}
.clear:after{content: "";display: block;height: 0;clear: both;visibility: hidden;}
.clear{zoom: 1;}/* 触发 hasLayout */ 
img{ vertical-align: middle;}
input:focus{ outline: none;}/*去除按钮选中的高亮标签*/
textarea:focus{ outline: none;}/*去除文本框选中的高亮标签*/
button:focus{ outline: none;}/*去除按钮选中的高亮标签*/
select:focus{ outline: none;}/*去除下拉框选中的高亮标签*/
img{vertical-align: middle;}
div,p,table,td,ul,li,span,a,ol,input,label{ padding:0px; margin:0px; border:0px;}
input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#999999; font-size:13px;}
input::-webkit-input-placeholder{ /* WebKit browsers */ color:#999999; font-size:13px;}
input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#999999; font-size:13px;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:13px;}
input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:13px;}
textarea::-webkit-input-placeholder{color:#999999; font-size:15px; font-family:"Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei"}






video::-internal-media-controls-download-button {
    display:none;
}
video::-webkit-media-controls-enclosure {
    overflow:hidden;
}
video::-webkit-media-controls-panel {
    width: calc(100% + 30px); 
}


.mo_down{ height:0px; overflow:hidden}
.mo_down.on{ height:auto;}

input:-webkit-autofill { 
-webkit-box-shadow: 0 0 0px 1000px white inset; 
}


.fl{ float:left;}
.fr{ float:right;}
/*渐变从左向右*/
.jianbian2{
    height: 200px;
    background: -webkit-linear-gradient(to right,blue, yellow); /* Safari 5.1 - 6.0 */
    background: -o-linear-gradient(to right,blue, yellow); /* Opera 11.1 - 12.0 */
    background: -moz-linear-gradient(to right,blue, yellow); /* Firefox 3.6 - 15 */
    background: linear-gradient(to right,white, yellow); /* 标准的语法（必须放在最后） */
}

/*黑白照片*/
.gray { 
-webkit-filter: grayscale(100%); 
   -moz-filter: grayscale(100%); 
    -ms-filter: grayscale(100%); 
     -o-filter: grayscale(100%); 
        filter: grayscale(100%); 
        filter: gray; 
}

.gray:hover { 
-webkit-filter: grayscale(0%); 
   -moz-filter: grayscale(0%); 
    -ms-filter: grayscale(0%); 
     -o-filter: grayscale(0%); 
        filter: grayscale(0%); 
        filter: gray; 
}
/*圆角5px*/
.radius5{ 
-webkit-border-radius:5px; 
   -moz-border-radius:5px; 
    -ms-border-radius:5px; 
     -o-border-radius:5px; 
        border-radius:5px; 
}
/*圆角10px*/
.radius10{ 
-webkit-border-radius:10px; 
   -moz-border-radius:10px; 
    -ms-border-radius:10px; 
     -o-border-radius:10px; 
        border-radius:10px; 
}
/*图片变大*/
.tra{
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
           filter: scale(1);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
	cursor:pointer;
	
}
.tra:hover{
-webkit-transform: scale(1.15);
   -moz-transform: scale(1.15);
    -ms-transform: scale(1.15);
     -o-transform: scale(1.15);
           filter: scale(1.15);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
	cursor:pointer;
	
}
/*透明度50%*/
.opacity5{ filter:alpha(opacity=50);-moz-opacity:0.5; -khtml-opacity:0.5;opacity: 0.5;}


.shadow1{ 
-webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
   -moz-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
    -ms-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px; 
     -o-box-shadow:rgba(0,0,0,0.1) 0px 0px 5px; 
        box-shadow:rgba(0,0,0,0.1) 0px 0px 5px;
}
.shadow2{transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; }
.shadow2:hover{ 
-webkit-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;
   -moz-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;
    -ms-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px; 
     -o-box-shadow:rgba(0,0,0,0.1) 0px 0px 15px; 
        box-shadow:rgba(0,0,0,0.1) 0px 0px 15px;transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}


/*投影*/
.shadow5{ 
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}

.shadow7{ 
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}
.shadow7:hover{ 
-webkit-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
   -moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
    -ms-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px; 
     -o-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px; 
        box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}


.shadow1_1{ 
-webkit-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
   -moz-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
    -ms-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px; 
     -o-box-shadow:rgba(0,0,0,0.5) 0px 0px 5px; 
        box-shadow:rgba(0,0,0,0.5) 0px 0px 5px;
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}


.shadow5:hover{ 
-webkit-box-shadow:rgba(0,0,0,0.08) 0px 0px 15px; 
   -moz-box-shadow:rgba(0,0,0,0.08) 0px 0px 15px; 
    -ms-box-shadow:rgba(0,0,0,0.08) 0px 0px 15px; 
     -o-box-shadow:rgba(0,0,0,0.08) 0px 0px 15px; 
        box-shadow:rgba(0,0,0,0.08) 0px 0px 15px; 
		transition: all 0.3s ease 0s;
-webkit-transform: all 0.3s ease 0s; 
}

.shadow8{ 
-webkit-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
   -moz-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
    -ms-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
     -o-box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
        box-shadow:rgba(0,0,0,0.05) 5px 5px 5px;
		transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
}


.shadow6{ 
-webkit-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
   -moz-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
    -ms-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
     -o-box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
        box-shadow:rgba(0,0,0,0.3) 5px 5px 60px;
		transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
}

/*投影*/
.shadow10{ 
-webkit-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
   -moz-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
    -ms-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
     -o-box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
        box-shadow:rgba(0,0,0,0.13) 0px 0px 10px; 
}
/*图片居中*/
.center{
	-webkit-align-items: center;
    display: -webkit-flex;
    -webkit-justify-content: star;
}

/*图片居中2*/
.vertical{
	display:-webkit-box;
 display:-webkit-flex;
 display:-moz-box;
 display:-moz-flex;
display:-ms-flexbox;
display:flex;
/* 水平居中*/ 
	   -webkit-box-align:center;
		  -moz-box-align:center;
		   -ms-flex-pack:center;
 /* IE 10 */
 -webkit-justify-content:center; 
	-moz-justify-content:center;
	     justify-content:center;
/* IE 11+,Firefox 22+,Chrome 29+,Opera 12.1*/
/* 垂直居中 */ 
		-webkit-box-pack:center;
		  -ms-flex-align:center;
		   -moz-box-pack:center;
/* IE 10 */
	 -webkit-align-items:center;
	    -moz-align-items:center;
	    	 align-items:center;

}






/*图片翻转*/
.flip{
	-webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
           transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;
 }
.flip:hover{
	-webkit-transform: rotate(360deg);
       -moz-transform: rotate(360deg);
        -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(60deg);
           transition: all 0.3s ease; -webkit-transform: all 0.3s ease;  
	cursor:pointer;
}


.noscroll{
    overflow: hidden;
}


.bd_weixin_popup{ width:280px !important; height:345px !important; position:fixed !important; top:30% !important; left:0% !important; right:0% !important; margin:0 auto}



.quan{ width: 100%;}

.mo_top{ width:100%; display:none; position:fixed; top: 0; z-index: 100;}
.mo_top .mot{ width:100%; padding:0 2%; height:50px; background:#fff;box-shadow: 0px 0px 16px rgba(0,0,0,.2);}
.mo_top .mot .molo{ float:left; display:inline-block; height:30px; margin:10px 0;}
.mo_top .mot .molo img{ height:30px;}
.mo_top .mot .momenuicon{ float:right; height:16px; margin:17px 0;}
.mo_top .mot .cloesicon{ display:none;}
.mo_top .moxl{ left:-100%; top:50px; background:rgba(50,123,246,0.5); position:absolute; z-index:99; width:100%; transition:all ease 0.3s;}
.mo_top .moxl_box{ width:60%; background:#327bf6; height:100%; padding-bottom: 50px;}

.mo_top .moxl .moxl_xun{ width:100%; float:left; position:relative;}
.mo_top .moxl .moxl_xun .moxl_xun_icon{ width:100%; height:0px; position:absolute; padding-right:10px;}
.mo_top .moxl .moxl_xun .moxl_xun_icon img{ float:right; height:10px; margin:20px 0;}
.mo_top .moxl .moxl_xun .moxl_xun_icon img.moxl_xun_img2{ display:none; width:10px; height:7px}
.mo_top .moxl .moxl_xun .moxl_xun_title{ width:100%; padding-left:10px; display:inline-block; line-height:35px; font-size:14px; color:#fff;}
.mo_top .moxl .moxl_xun .moxl_erji{ width:100%; overflow:hidden; display:none}
.mo_top .moxl .moxl_xun .moxl_erji a{ width:100%; padding-left:20px; height:30px; line-height:30px; font-size:12px; color:#fff; display:inline-block; float:left;}

.mo_bottom{ width:100%; background:#da251c; display:none; margin-top:20px; position:fixed; bottom:0; z-index:20;}
.mo_bottom .mo_bottom_nei{ width:96%; margin:0 auto; height:50px;}
.mo_bottom .mo_bottom_nei .mo_lj_font{ padding-top:5px;}
.mo_lj{ color:#fff; padding:10px 0; text-align:center; font-size:13px; width:25%;}
.mo_yc{ width:100%; height:80px; display:none;}
.mo_lj div i{ font-size: 20px;}


.pc_all .pc_all_contnet{ max-width: 1455px; margin: 0 auto;}


.banner .pc_all_contnet{ position: relative;}
.banner .swiper-pagination{ bottom: 133px; font-size: 16px; color: #fff; width: 8%; padding-left: 40px;}
.banner .swiper-pagination:before{ content: ""; position: absolute; display: inline-block; width: 30px; height: 2px; background: #fff; top: 50%; left: 0;}
.banner .swiper-pagination .swiper-pagination-current{ font-size: 25px;}
.banner .swiper-pagination i{ font-size:25px; font-style:inherit;}
.banner .swiper-pagination .i{ font-size:16px;}
.banner .swiper-button-prev,.banner .swiper-button-next{ width: 48px; height: 48px; border-radius: 100%; background: #fff; top: auto; bottom: 193px;}
.banner .swiper-button-prev:after,.banner .swiper-container-rtl .swiper-button-next:after,.banner .swiper-button-next:after,.banner .swiper-container-rtl .swiper-button-prev:after{ font-size: 16px; color: #0c5f96; font-weight: bold;}
.banner .swiper-button-prev{ left: 0%;}
.banner .swiper-button-next{ left: 5%;}







.pc_top{ background: #f6f6f6; line-height: 42px;}
.pc_top .pc_top_left{ font-size: 12px; color: #666666;}
.pc_top .pc_top_left img{ position: relative; top: -2px;}
.pc_top .pc_top_left span{ margin-left: 7px; color: #0c5f96;}
.pc_top .pc_top_right{ font-size: 12px; color: #666666;}
.pc_top .pc_top_right .top_right_phone{ margin-right: 20px;}
.pc_top .pc_top_right .top_right_nav{ margin-right: 20px; cursor: pointer; position: relative;}
.pc_top .pc_top_right .top_right_nav.on i{
	webkit-transform: rotate(180deg);
	       -moz-transform: rotate(180deg);
	        -ms-transform: rotate(180deg);
	         -o-transform: rotate(180deg);
	            transform: rotate(180deg);
	           transition: all 0.3s ease; 
}
.pc_top .pc_top_right .top_right_nav i{ margin-left: 5px;
-webkit-transform: rotate(0deg);
       -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg);
           transition: all 0.3s ease; 
}
.pc_top .pc_top_right .top_right_nav dt{ display: none; position: absolute; width: 100%; background: #f6f6f6; z-index:50;}
.pc_top .pc_top_right .top_right_nav dt a{ display: inline-block; color: #333; display: inline-block; width: 100%; text-align: center; line-height: 28px;}
.pc_top .pc_top_right .top_right_nav dt a:hover{ background: #0c5f96; color: #fff;}
.pc_top .pc_top_right .top_right_log{ margin-right: 20px; font-size: 12px; color: #0c5f96;}
.pc_top .pc_top_right .top_right_code{ border-left: 1px solid #dcdcdc; border-right: 1px solid #dcdcdc; padding: 0px 15px; cursor: pointer; position:relative;}
.pc_top .pc_top_right .top_right_code dt{ position:absolute; width:80px; z-index:50; left:-13px; display:none;}
.pc_top .pc_top_right .top_right_code dt img{ width:100%;}



.pc_nav .pc_nav_logo{ display: inline-block; line-height: 100px;}
.pc_nav .pc_nav_right .nav_right_list{ margin-right: 60px; position:relative;}
.pc_nav .pc_nav_right .nav_right_list:last-child{ margin-right: 0px;}
.pc_nav .pc_nav_right .nav_right_list .right_list_title{ display: inline-block; line-height: 100px; font-size: 16px; color: #282828;}
.pc_nav .pc_nav_right .nav_right_list .right_list_down{ position:absolute; width:100%; background:#fff; z-index:50; width:150px; left:-37px; display:none;}
.pc_nav .pc_nav_right .nav_right_list:hover .right_list_down{ display:block;}
.pc_nav .pc_nav_right .nav_right_list .right_list_down .list_down_list{ position:relative;}
.pc_nav .pc_nav_right .nav_right_list .right_list_down .list_down_list:last-child dd a{ border-bottom:0px;}
.pc_nav .pc_nav_right .nav_right_list .right_list_down .list_down_list dd a{ display:inline-block; width:100%; font-size:14px; color:#333; text-align:center; line-height:45px; border-bottom:1px solid #dcdcdc;}
.pc_nav .pc_nav_right .nav_right_list .right_list_down .list_down_list dt{ width:150px; position:absolute; right:-150px; top:0; display: none;}
.pc_nav .pc_nav_right .nav_right_list .right_list_down .list_down_list dt a{ display:inline-block; width:100%; font-size:14px; color:#333; text-align:center; line-height:45px; background:#f5f5f5;}

.pc_nav .pc_nav_right .nav_right_list .right_list_down .list_down_list dd a:hover{ color: #0c5f96;}
.pc_nav .pc_nav_right .nav_right_list .right_list_down .list_down_list:hover dt{ display:block;}
.pc_nav .pc_nav_right .nav_right_list .right_list_down .list_down_list dt a:hover{ background:#0c5f96; color:#fff;}
.pc_nav .pc_nav_right .nav_right_list:hover .right_list_title{ color: #0c5f96;}




.Features{ position: relative;}
.Features .pc_all_contnet{ background: #fff; box-shadow: 14px 9px 27px rgba(0,0,0,.15); position: absolute; width: 1455px; margin: 0 auto; left: 0; right: 0; top: -80px; z-index: 40;}
.Features .Features_list{ display: inline-block; width: 25%; text-align: center; position: relative; padding: 35px 0px;}
.Features .Features_list:before{ content: ""; position: absolute; display: inline-block; width: 1px; height: 69%; background: #ededed; right: 0;}
.Features .Features_list:last-child:before{ display: none;}
.Features .Features_list .Features_list_icon{ line-height: 75px;}
.Features .Features_list dd{ color: #333333; font-size: 20px; font-weight: bolder; position: relative; padding-bottom: 12px; margin-bottom: 15px; margin-top: 15px;}
.Features .Features_list dd:before{ content: ""; position: absolute; display: inline-block; width: 45px; height: 2px; background: #1b509c; left: 0; right: 0; margin: 0 auto; bottom: 0;}
.Features .Features_list dt p{ color: #666666; font-size: 15px; line-height: 24px;}

.IndexNews{ background: #f7f8fa; padding-top: 250px; padding-bottom: 70px;}
.IndexNews .IndexNews_title{ margin-bottom: 45px;}
.IndexNews .IndexNews_title .IndexNews_title_left{ font-size: 30px; color: #222222; text-align: center;}
.IndexNews .IndexNews_title .IndexNews_title_right a{ font-size: 16px; color: #222222; margin-right: 70px; position: relative; display: inline-block;}
.IndexNews .IndexNews_title .IndexNews_title_right a:hover{ color: #0c5f96;}
.IndexNews .IndexNews_title .IndexNews_title_right a.on{ color: #0c5f96;}
.IndexNews .IndexNews_title .IndexNews_title_right a:hover:before{ width: 100%; opacity: 1; transition: all 0.3s ease;}
.IndexNews .IndexNews_title .IndexNews_title_right a.on:before{ width: 100%; opacity: 1; transition: all 0.3s ease;}
.IndexNews .IndexNews_title .IndexNews_title_right a:before{ content: ""; position: absolute; display: inline-block; bottom: -18px; height: 2px; width: 0%; left: 0; right: 0; background: #0c5f96; opacity: 0; transition: all 0.3s ease; margin: 0 auto;}
.IndexNews .IndexNews_bottom .IndexNews_bottom_left{ width: 39%; position: relative;}
.IndexNews .IndexNews_bottom .IndexNews_bottom_left .bottom_left_list .left_list_top img { width: 100%; height: 325px;object-fit: cover;}
.IndexNews .IndexNews_bottom .IndexNews_bottom_left .swiper-button-next,.IndexNews .IndexNews_bottom .IndexNews_bottom_left .swiper-button-prev{ top: 88%;}
.IndexNews .IndexNews_bottom .IndexNews_bottom_left .swiper-button-prev{ left: auto; right: 9%;}
.IndexNews .IndexNews_bottom .IndexNews_bottom_left .swiper-button-next:after,.IndexNews .IndexNews_bottom .IndexNews_bottom_left .swiper-button-prev:after{ font-size: 24px; font-weight: bolder; color: #0c5f96;}
.IndexNews .IndexNews_bottom .IndexNews_bottom_left .bottom_left_list:hover .left_list_content dd{ color: #0c5f96;}
.IndexNews .IndexNews_bottom .IndexNews_bottom_left .bottom_left_list .left_list_content{ background: #fff; padding: 21px 24px;}
.IndexNews .IndexNews_bottom .IndexNews_bottom_left .bottom_left_list .left_list_content dd{ font-size: 16px; color: #333333; margin-bottom: 15px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.IndexNews .IndexNews_bottom .IndexNews_bottom_left .bottom_left_list .left_list_content dt{ font-size: 14px; color: #999999;}
.IndexNews .IndexNews_bottom .IndexNews_bottom_right{ width: 57%;}
.IndexNews .IndexNews_bottom .IndexNews_bottom_right .bottom_right_list{ display: inline-block; width: 100%; background: #fff; padding: 9px; margin-bottom: 15px;}
.IndexNews .IndexNews_bottom .IndexNews_bottom_right .bottom_right_list:hover{ box-shadow: 0px 0px 15px rgba(0,0,0,.1);}
.IndexNews .IndexNews_bottom .IndexNews_bottom_right .bottom_right_list:hover .right_list_txt .list_txt_title dd{ color: #0c5f96; transition: all 0.3s ease;}
.IndexNews .IndexNews_bottom .IndexNews_bottom_right .bottom_right_list:last-child{ margin-bottom: 0px;}
.IndexNews .IndexNews_bottom .IndexNews_bottom_right .bottom_right_list .right_list_img{ width: 24%;}
.IndexNews .IndexNews_bottom .IndexNews_bottom_right .bottom_right_list .right_list_img img{ width: 100%; height: 113px; object-fit: cover;}
.IndexNews .IndexNews_bottom .IndexNews_bottom_right .bottom_right_list .right_list_txt{ width: 76%; padding: 13px 3%;}
.IndexNews .IndexNews_bottom .IndexNews_bottom_right .bottom_right_list .right_list_txt .list_txt_title dd{ font-size: 16px; color: #333333; width: 80%;
overflow: hidden;
text-overflow:ellipsis; transition: all 0.3s ease;
white-space: nowrap;
}
.IndexNews .IndexNews_bottom .IndexNews_bottom_right .bottom_right_list .right_list_txt .list_txt_title dt{ font-size: 14px; color: #999999; width: 20%; text-align: right;}
.IndexNews .IndexNews_bottom .IndexNews_bottom_right .bottom_right_list .right_list_txt p{ color: #666666; line-height: 24px; font-size: 14px; margin-top: 17px; text-align: justify;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}





.medical{ padding: 70px 0px;}
.medical .medical_left{ width: 50%;}
.medical .medical_left img{ max-width:100%;}
.medical .medical_right{ width: 46%; margin-left: 4%; padding: 2% 0px;}
.medical .medical_right .medical_right_title{ margin-bottom: 30px;}
.medical .medical_right .medical_right_title dd{ font-size: 28px; color: #222222;}
.medical .medical_right .medical_right_title dt{ color: #999999; font-size: 17px; text-transform: uppercase; margin-top: 12px;}
.medical .medical_right .medical_right_content p{ color: #666666; font-size: 14px; line-height: 28px;}
.medical .medical_right .medical_right_content a{ display: inline-block; width: 111px; text-align: center; color: #fff; font-size: 14px; background: #0c5f96; line-height: 35px; margin-top: 40px;}
.medical .medical_right .medical_right_content a i{ margin-left: 8px;}
.medical .medical_right .medical_right_bottom{ margin-top: 60px;}
.medical .medical_right .medical_right_bottom .right_bottom_list{ width: 121px; height: 121px; border-radius: 100px; border: 1px solid #dcdcdc; padding: 23px 0px; margin-right: 55px; color: #333333; font-size: 16px; box-shadow: 0px 5px 16px rgba(9,135,100,0);}
.medical .medical_right .medical_right_bottom .right_bottom_list:last-child{ margin-right: 0px;}
.medical .medical_right .medical_right_bottom .right_bottom_list dd{ width: 34px; overflow: hidden; position: relative; margin: 0 auto;}
.medical .medical_right .medical_right_bottom .right_bottom_list dd img{ position: relative; left: -32px;}
.medical .medical_right .medical_right_bottom .right_bottom_list dt{ margin-top: 12px; text-align: center;}
.medical .medical_right .medical_right_bottom .right_bottom_list:hover{ background: linear-gradient(to bottom,#5e7fbb, #203c94); color: #fff; box-shadow: 0px 5px 16px rgba(9, 47, 135, 0.85); border: 1px solid rgba(255,255,255,0);}
.medical .medical_right .medical_right_bottom .right_bottom_list:hover dd img{ position: relative; left: 0px;}



.index .footer{ border-top:1px solid #dcdcdc;}
.footer .footer_title{ line-height: 110px; border-bottom: 1px solid #dcdcdc;}
.footer .footer_title .footer_title_left a{ display: inline-block; font-size: 16px; color: #0c5f96; margin-right: 197px;}
.footer .footer_title .footer_title_left a img{ margin-right: 8px;}
.footer .footer_title .footer_title_left a:last-child{ margin-right: 0px;}
.footer .footer_title .footer_title_right{ padding: 0px 60px; line-height: 40px; background: #0c5f96; text-align: center;; color: #fff; border-radius: 50px; margin: 35px 0px;}
.footer .footer_content{ padding: 35px 0px;}
.footer .footer_content .footer_content_list{ width: 10%; margin-right: 28px;}
.footer .footer_content .footer_content_list dd { color: #333333; font-size: 16px;display: inline-block; width: 100%}
.footer .footer_content .footer_content_list dt a{ font-size: 14px; color: #666666; margin-bottom: 10px; display: inline-block; width: 100%;}
.footer .footer_content .footer_content_list dd{ padding-bottom: 20px;}
.footer .footer_content .footer_content_list dt a:hover{ color: #0c5f96;}
.footer .footer_content .footer_content_list:first-child{ width: 30%;}
.footer .footer_content .footer_content_list:last-child{ margin-right: 0px; width: 8%;}



.Copyright{ width: 100%; background: #0c5f96; line-height: 50px; }
.Copyright .Copyright_left a{ color: #fff;}
.Copyright .Copyright_left span{ padding: 0px 10px; color: #fff;}
.Copyright .Copyright_right{ color: #fff;}






.details_banner{ overflow:hidden;}
.details_banner .details_banner_img img{ max-width: 100%;}
.details_banner .details_banner_content{ position: absolute; top: 30%; width: 1455px; left: 0%; right: 0; margin:0 auto;}
.details_banner .details_banner_content .banner_content_title{ margin-bottom: 10px; position: relative; padding-top: 0px;}
/* .details_banner .details_banner_content .banner_content_title:before{ content: ""; position: absolute; display: inline-block; width: 257px; height: 3px; background: #fff; top: 0; left: 0;} */
.details_banner .details_banner_content .banner_content_title dd{ font-size: 35px; color: #fff; text-transform: uppercase; font-weight: bolder;}
.details_banner .details_banner_content .banner_content_title dt{ font-size: 45px; color: #fff; font-weight: bolder; margin-top: 15px;}
.details_banner .details_banner_content .banner_content_txt p{ font-size: 16px; color: #fff; font-family: 'MyNewFont'; line-height: 24px;}
.details_banner .details_banner_content a{ display: inline-block; width: 63px; height: 63px; border-radius: 100%; text-align: center; line-height: 63px; background: #0c5f96; margin-top: 60px;}








.details_nav{ line-height: 76px; box-shadow: 0px 0px 25px rgba(0,0,0,.1); position:relative;}
.details_nav .details_nav_left a{ font-size: 18px; color: #666666; margin-right: 75px;}
#navSelected{ position: absolute; width: 228px; height: 4px; background: #0c5f96; left: 0;}
.details_nav .details_nav_left a.on{ color: #0c5f96; background: url("/style/images/nav_bg2.png") bottom no-repeat;}
.details_nav .details_nav_left a:hover{ color: #0c5f96;}
.details_nav .details_nav_right{ width: 336px; border: 1px solid #dcdcdc; height: 47px; line-height: 47px; border-radius: 100px ; overflow: hidden; margin: 14px 0px;}
.details_nav .details_nav_right .nav_right_text{ padding: 0px 20px; width: 80%; line-height: 47px; font-size: 16px; color: #333; padding-right: 0px;}
.details_nav .details_nav_right .nav_right_submit{ width: 20%; line-height: 47px; background: url("/style/images/bn16.png")/*tpa=http://yiyuan.test.win-8.cn/skin/yiyuan/images/bn16.png*/ no-repeat 50%; cursor: pointer;}



.Academic{ padding: 60px 0px;}
.Academic .news_hot{ height: 339px; overflow: hidden;}
.Academic .news_img{ width:41%;}
.Academic .news_img .slick-next{ right: 4%;}
.Academic .news_img .slick-prev{ left: 4%;}
.Academic .news_img .slick-next,.Academic .news_img .slick-prev{ width: 30px; height: 30px; border-radius: 100%; background: rgba(0,0,0,0.5); z-index: 20;}
.Academic .news_img .slick-next:before,.Academic .news_img .slick-prev:before{ color: #fff;}
.Academic .news_img .news_img_slick .img_slick_xunimg img{ width:100%; height:339px; object-fit:cover;}
.Academic .news_content{ width:59%; padding: 45px 50px; background: #f7f7f7; height: 339px;}
.Academic .news_content .news_content_slick .content_slick_xuntext{  outline: none;}
.Academic .news_content .news_content_slick .content_slick_xuntext dd{ font-size: 18px; color: #333333;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.Academic .news_content .news_content_slick .content_slick_xuntext dt{ font-size: 13px; color: #999999; margin-top: 10px; margin-bottom: 20px;}
.Academic .news_content .news_content_slick .content_slick_xuntext p{ font-size: 14px; color: #666666; line-height: 24px; text-align:justify;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.Academic .news_content .news_content_slick .content_slick_xuntext a{ display: inline-block; width: 141px; height: 44px; line-height: 40px; border: 2px solid #e5e5e5; text-align:  center; font-size: 14px; color: #666666;text-transform: uppercase; margin-top: 25px;}
.Academic .news_content .news_content_slick .content_slick_xuntext a:hover{ background: #259370; color: #fff; border: 2px solid #259370;}



.DNews{ background: #f7f7f7; padding: 60px 0px; }
.DNews .DNews_content{ margin-bottom: 25px;}
.DNews .DNews_content .DNews_content_list{ display: inline-block; width: 23.5%; margin-right: 1.5%; background: #ffffff;}
.DNews .DNews_content .DNews_content_list{ margin-bottom:2%;}
.DNews .DNews_content .Academic_bottom_contentDNews_content_list:nth-child(4n){ margin-right: 0px;}
.DNews .DNews_content .DNews_content_list .content_list_img img{ width: 100%; height: 206px; object-fit: cover;}
.DNews .DNews_content .DNews_content_list .content_list_txt{ padding: 20px;}
.DNews .DNews_content .DNews_content_list .content_list_txt dd{ font-size: 16px; color: #333333; line-height: 26px; text-align:justify;
display: -webkit-box; height: 23px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.DNews .DNews_content .DNews_content_list .content_list_txt p{ font-size: 14px; color: #999999; margin-top: 10px;}
.DNews .DNews_content .DNews_content_list .content_list_txt dt{ width: 100%; line-height: 38px; border: 1px dashed #dcdcdc; text-align: center; font-size: 14px; color: #0c5f96; margin-top: 30px; transition: all 0.5s ease 0s;}
.DNews .DNews_content .DNews_content_list .content_list_txt dt i{ margin-left: 10px;}
.DNews .DNews_content .DNews_content_list:hover .content_list_txt dt{ background: linear-gradient(to right,#5e7fbb, #203c94); color: #fff; border: 1px solid rgba(0,0,0,0); transition: all 0.5s ease 0s; border-radius: 100px; box-shadow: 0px 8px 13px rgba(0,0,0,.15);}
.DNews .DNews_content .DNews_content_list:hover .content_list_txt dd{ color: #0c5f96;}




.page .page_left li a{ display: inline-block; width: 34px; height: 34px; border-radius: 100%; text-align: center; line-height: 34px; background: #fff; font-size: 14px; margin-right: 15px; border:1px solid #dcdcdc;}
.page .page_left li a i{ position:relative; top:-2px;}
.page .page_left li.active a{ background: #0c5f96; color: #fff; border:1px solid #0c5f96;}
.page .page_left li:hover a{ background: #0c5f96; color: #fff; border:1px solid #0c5f96;}
.page .page_left li:last-child a,.page .page_left li:first-child a{ font-size: 18px;}
.page .page_right .page_right_txt{ width: 74px; height: 34px; line-height: 34px; border-radius: 100px; text-align: center; margin-right: 16px; padding: 0px 10px; border:1px solid #dcdcdc;}
.page .page_right .page_right_submit{ width: 34px; height: 34px; border-radius: 100%; background: #fff; color: #333; cursor:pointer; border:1px solid #dcdcdc;}
.page .page_right .page_right_submit:hover{ background: #0c5f96; color: #fff; border:1px solid #0c5f96;}









.news_details{ background: #f7f7f7; padding: 66px 0px;}
.news_details .pc_all_contnet{ background: #fff url(article_bg.png) top right no-repeat; padding: 60px 70px;}
.news_details .news_details_title{ text-align:center; border-bottom:1px solid #dcdcdc; padding-bottom:15px}
.news_details .news_details_title dd{ font-size:26px; color:#333333; padding-bottom:20px; font-weight: bolder;}
.news_details .news_details_title dt div{ color:#666666; font-size:13px; padding-right:50px; display:inline-block; line-height:26px}
.news_details .news_details_title dt div:nth-child(3){ padding-right:0px}

.news_details .news_details_content{ padding:30px 0px; padding-bottom: 0px;}
.news_details .news_details_content .details_content_top div{ text-align: center;}
.news_details .news_details_content img{ max-width:100%}
.news_details .news_details_content .details_content_top{ border-bottom:1px solid #dcdcdc; padding-bottom:30px}
.news_details .news_details_content .details_content_top{ line-height:26px; font-size:14px; color:#666666}
.news_details .news_details_content .details_content_top p{ padding:10px 0px;}
.news_details .news_details_content .details_content_top p img{ max-width: 100%;}
.news_details .news_details_content .news_page{ padding-top: 35px;}
.news_details .news_details_content .news_page .news_page_left .page_left_list{ font-size: 14px; color: #333333; margin-top: 18px;}
.news_details .news_details_content .news_page .news_page_left .page_left_list:first-child{ margin-top: 0px;}
.news_details .news_details_content .news_page .news_page_left .page_left_list a{ font-size: 14px; color: #333333;}
.news_details .news_details_content .news_page .news_page_left .page_left_list a:hover{ color: #259370;}
.news_details .news_details_content .news_page .news_page_right{ display: inline-block; border: 1px solid #259370; border-radius: 50px; text-align: center; line-height: 4px; line-height: 43px; font-size: 14px; color: #333333; margin: 5px 0px; padding: 0px 25px;}
.news_details .news_details_content .news_page .news_page_right img{  width: auto; margin-left: 20px; position: relative; top: -1px;}
.news_details .news_details_content .news_page .news_page_right:hover{ color: #259370;}

.w48p{width:48%;}
.mr4p{margin-right:4%;}
.zhuanti_details{ background: #fff; padding: 66px 0px;}
.ksmz_t {
    border-bottom: 1px solid #e4e4e4;
    height: 60px;
    line-height: 60px;
    color: #000;
    font-size: 23px;
}
.ksmz_t h1 {
    color: #0174b3;
    font-size: 23px;
    display: inline-block;
}
.ksmz_c {
    margin-top: 20px;
    text-indent: 2em;
    font-size: 16px;
    line-height: 30px;
}
.ksmz_i img{
    width: 100%;
    height: 400px;
    object-fit: cover;
}
.ksmz_d_t {
    border-bottom: 1px solid #e4e4e4;
    height: 60px;
    line-height: 60px;
    margin-bottom: 30px;
}
.ksmz_d_t p {
    font-size: 24px;
    color: #000;
    float: left;
}
.ksmz_doctor li {
    float: left;
    margin: 0 15px 20px 15px;
    width: 203px;
}
.ksd_tp {
    width: 100%;
    height: 280px;
}
.ksd_tp img {
    height: 100%;
    width: 100%;
}
.ksd_c {
    border-bottom: 2px solid #e4e4e4;
    border-right: 2px solid #e4e4e4;
    border-left: 2px solid #e4e4e4;
    text-align: center;
    box-sizing: border-box;
    padding: 10px;
}
.ksd_t {
    color: #0174b3;
    font-size: 20px;
    line-height: 45px;
}
.ksd_c p {
    color: #000;
    font-size: 16px;
}
.keshi_bos{
    overflow: hidden;
}
.keshi_list_box{
    display: inline-block;
    width: 32%;
    margin-right: 2%;
    margin-bottom: 2%;
}
.keshi_list_box a{
    display: block;
    border: 1px solid #ababab;
    box-sizing: border-box;
    padding: 20px;
}
.keshi_list_box a h3{
    color: #040404;
    font-size: 24px;
    border-bottom: 1px solid #ababab;
    position: relative;
    font-weight: normal;
    width: 100%;
    padding-bottom: 20px;
}
.keshi_list_box a h3::after {
    content: '';
    position: absolute;
    background-color: #0174b3;
    width: 50px;
    height: 4px;
    left: 0;
    bottom: 0;
}
.keshi_list_box a p {
    color: #040404;
    font-size: 16px;
    line-height: 30px;
    margin-top: 15px;
}
.keshi_list_box:nth-child(3n) {
    margin-right: 0px;
}


.Sdetails_nav{ padding: 60px 0px; background: #f7f7f7;}
.Sdetails_nav .Sdetails_nav_left{ width: 16%; margin-right: 3%;}
.Sdetails_nav .Sdetails_nav_left a{ display: inline-block; width: 100%; line-height: 44px; text-align: center; color: #333333; font-size: 16px; border-radius: 100px; margin-bottom: 20px; box-shadow: 0px 8px 13px rgba(0,0,0,.15); background: #fff;}
.Sdetails_nav .Sdetails_nav_left a.on{ background: linear-gradient(to right,#33ecec, #2f4ab9); color: #fff;}
.Sdetails_nav .Sdetails_nav_right{ /*width: 81%;*/width: 81%; padding: 0px;}
.Sdetails_nav .Sdetails_nav_right .news_img{ width: 50%;}
.Sdetails_nav .Sdetails_nav_right .news_content{ width: 50%;}
.Sdetails_nav .Sdetails_nav_right .searcy_key{ font-size: 18px;}
.Sdetails_nav .Sdetails_nav_right .searcy_key b{color:#0c5f96}

.nd{ background:#fff;}








.DNewsStory .DNews_content .DNews_content_list{ width: 100%; padding: 30px 25px; background: #f7f7f7; border-bottom: 1px solid #dcdcdc; margin-bottom: 0px;}
.DNewsStory .DNews_content .DNews_content_list:last-child{ border-bottom: 0px;}
.DNewsStory .DNews_content .DNews_content_list:hover{ box-shadow: 0px 15px 20px rgba(0,0,0,.1); background: #fff;}
.DNewsStory .DNews_content .DNews_content_list:hover .content_list_more span{ background: #0c5f96; color: #fff; border: 1px solid #0c5f96; box-shadow: 0px 6px 10px rgba(30,147,111,.25);transition: all 0.3s ease; }
.DNewsStory .DNews_content .DNews_content_list .content_list_img{ width: 23%; border-radius: 6px; overflow: hidden;}
.DNewsStory .DNews_content .DNews_content_list .content_list_txt{ width: 57%;}
.DNewsStory .DNews_content .DNews_content_list .content_list_txt dd{ font-size: 22px; color: #333333;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.DNewsStory .DNews_content .DNews_content_list .content_list_txt p{ font-size: 18px; color: #999999; margin-top: 82px;}
.DNewsStory .DNews_content .DNews_content_list .content_list_more{ text-align: right; width: 20%; padding: 6% 0px;}
.DNewsStory .DNews_content .DNews_content_list .content_list_more span{ line-height: 35px; border: 1px solid #dcdcdc; padding: 0px 25px; display: inline-block; border-radius: 100px;transition: all 0.3s ease; }
.DNewsStory .DNews_content .DNews_content_list .content_list_more span i{ margin-left: 8px;}







.about .Sdetails_nav_right{ box-shadow: 0px 7px 22px rgba(0,0,0,.1); padding: 55px; background: #fff;}
.about .Sdetails_nav_right .about_title{ margin-bottom: 24px;}
.about .Sdetails_nav_right .about_title dd{ font-size: 46px; color: #333333; margin-bottom: 10px;}
.about .Sdetails_nav_right .about_title dt{ font-size: 16px; color: #333333;}
.about .Sdetails_nav_right .about_title dt span{ color: #0c5f96;}
.about .Sdetails_nav_right .about_content{ padding-bottom: 30px;}
.about .Sdetails_nav_right .about_content p{ font-size: 18px; color: #666666; line-height: 35px; margin-bottom: 30px; text-align: justify;}
.about .Sdetails_nav_right .about_bottom{ position: relative;}
.about .Sdetails_nav_right .about_bottom .about_bottom_img img{ width: 100%;}
.about .Sdetails_nav_right .about_bottom .about_bottom_txt{ position: absolute; transform: translateX(-50%) translateY(-50%); top: 50%; left: 50%; width: 100%;}
.about .Sdetails_nav_right .about_bottom .about_bottom_txt .bottom_txt_list{ width: 25%; text-align: center; position: relative;}
.about .Sdetails_nav_right .about_bottom .about_bottom_txt .bottom_txt_list:last-child:before{ display: none;}
.about .Sdetails_nav_right .about_bottom .about_bottom_txt .bottom_txt_list:before{ content: ""; position: absolute; right: 0; height: 45%; background: rgba(255,255,255,.5); width: 2px; top: 40%;}
.about .Sdetails_nav_right .about_bottom .about_bottom_txt .bottom_txt_list dd{ font-size: 50px; color: #fff; font-family:"MyNewFont"; font-weight:bolder;}
.about .Sdetails_nav_right .about_bottom .about_bottom_txt .bottom_txt_list dt{ font-size: 16px; color: #fff; margin-top: 20px;}












.Aproduct .Aproduct_content{ padding-bottom: 35px;}
.Aproduct .Aproduct_content .Aproduct_content_list{ display: inline-block; width: 32%; margin-right: 2%; margin-bottom: 2%; background: #fff; text-align: center; padding-bottom: 45px;}
.Aproduct .Aproduct_content .Aproduct_content_list:nth-child(3n){ margin-right: 0px;}
.Aproduct .Aproduct_content .Aproduct_content_list:hover{ box-shadow: 0px 0px 25px rgba(0,0,0,.1);}
.Aproduct .Aproduct_content .Aproduct_content_list:hover .content_list_txt dt span{ background: linear-gradient(to right,#5e7fbb, #203c94); color: #fff;}
.Aproduct .Aproduct_content .Aproduct_content_list .content_list_img{ line-height: 240px;}
.Aproduct .Aproduct_content .Aproduct_content_list .content_list_txt{ margin-top: -25px;}
.Aproduct .Aproduct_content .Aproduct_content_list .content_list_txt dd{ color: #333333; font-size: 20px;
padding:0px 25px;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.Aproduct .Aproduct_content .Aproduct_content_list .content_list_txt dt span{ display: inline-block; width: 111px; line-height: 37px; border-radius: 100px; background: #ededed; font-size: 16px; color: #333333; margin-top: 25px;}






.surroundings .surroundings_title{ font-size: 16px; color: #666666; line-height: 33px; padding: 25px; border: 1px dashed #6fbe9f; border-radius: 10px;}
.surroundings .surroundings_content{ margin-top: 0px;}
.surroundings .surroundings_content .surroundings_content_list{ width: 100%; margin-right: 0%;}
.surroundings .surroundings_content .surroundings_content_list:nth-child(3n){ margin-right: 0px;}
.surroundings .surroundings_content .surroundings_content_list .content_list_li{ margin-bottom: 25px; width:32%; margin-right:2%; margin-bottom:2%;}
.surroundings .surroundings_content .surroundings_content_list .content_list_li:nth-child(3n){ margin-right:0px;}
.surroundings .surroundings_content .surroundings_content_list .content_list_li a{position: relative; width: 100%;  display: inline-block;}
.surroundings .surroundings_content .surroundings_content_list .content_list_li a dd{ position: relative;}
.surroundings .surroundings_content .surroundings_content_list .content_list_li a dd img{ width: 100%; height: 168px; object-fit: cover;}
.surroundings .surroundings_content .surroundings_content_list .content_list_li a p{  font-size: 16px; text-align: center; color: #333; margin-top: 8px;}
.surroundings .surroundings_content .surroundings_content_list .content_list_li a .icon{ position: absolute; transform: translateX(-50%) translateY(-50%); left: 50%; top: 50%; opacity: 0;}
.surroundings .surroundings_content .surroundings_content_list .content_list_li a .icon img{ height: auto;}
.surroundings .surroundings_content .surroundings_content_list .content_list_li a dd:before{ content: ""; position: absolute; display: inline-block; width: 100%; height: 100%; background: rgba(77,158,133,.8); opacity: 0;}
.surroundings .surroundings_content .surroundings_content_list .content_list_li:hover a dd:before{ opacity: 1; transition: all 0.3s ease;}
.surroundings .surroundings_content .surroundings_content_list .content_list_li:hover a .icon{ opacity: 1; transition: all 0.3s ease;}













.Medical{ background: #f7f7f7; padding: 60px 0px;}
.Medical .Medical_content .Medical_content_list:last-child{ margin-bottom: 0px;}
.Medical .Medical_content .Medical_content_list{ background: #fff; display: inline-block; width: 100%; margin-bottom: 40px;}
.Medical .Medical_content .Medical_content_list:hover{ box-shadow: 0px 0px 25px rgba(0,0,0,.2);}
.Medical .Medical_content .Medical_content_list:hover .content_list_content dt{ background: #259370; color: #fff; border: 1px solid #259370; transition: all 0.3s ease;}
.Medical .Medical_content .Medical_content_list:nth-child(2n) .content_list_img{ float: right;}
.Medical .Medical_content .Medical_content_list:nth-child(2n) .content_list_content{ float: left;}
.Medical .Medical_content .Medical_content_list .content_list_img{ width: 32%;}
.Medical .Medical_content .Medical_content_list .content_list_img img{ width: 100%; height:290px; object-fit:cover;}
.Medical .Medical_content .Medical_content_list .content_list_content{ width: 68%; padding: 45px 55px;}
.Medical .Medical_content .Medical_content_list .content_list_content dd{ font-size: 20px; color: #145358; padding-bottom: 15px; position: relative; margin-bottom: 25px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 1;
overflow: hidden;
}
.Medical .Medical_content .Medical_content_list .content_list_content dd:before{ content: ""; position: absolute; bottom: 0; width: 46px; height: 2px; background: #145358;}
.Medical .Medical_content .Medical_content_list .content_list_content p{ color: #666666; font-size: 14px; line-height: 28px;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.Medical .Medical_content .Medical_content_list .content_list_content dt{ width: 161px; text-align: center;; border: 1px solid #dcdcdc; line-height: 42px; color: #999999; margin-top: 35px; transition: all 0.3s ease;}
.Medical .Medical_content .Medical_content_list .content_list_content dt i{ margin-left: 8px;}







.DMedical .DMedical_title{ font-size: 26px; color: #333333; line-height: 34px; margin-bottom: 35px;}
.DMedical .DMedical_title img{ margin-right: 15px;}
.DMedical .DMedical_img{ border-radius: 20px; overflow: hidden; box-shadow: 0px 13px 21px rgba(0,0,0,.34); margin-bottom: 50px;}
.DMedical .DMedical_img img{ width: 100%;}
.DMedical .DMedical_content .DMedical_content_list{ margin-bottom: 60px;}
.DMedical .DMedical_content .DMedical_content_list:last-child{ margin-bottom: 0px;}
.DMedical .DMedical_content .DMedical_content_list dd{ font-size: 20px; color: #0c5f96; font-weight: bolder; padding-bottom: 25px;}
.DMedical .DMedical_content .DMedical_content_list dd span{ border-bottom: 3px solid #0c5f96; display: inline-block; padding-bottom: 10px;}
.DMedical .DMedical_content .DMedical_content_list dt p{ color: #666666; font-size: 16px; line-height: 32px; margin-bottom: 20px;}
.DMedical .DMedical_content .DMedical_content_list dt p:last-child{ margin-bottom: 0px;}









.reservation{ background: #f7f7f7; padding: 60px 0px;}
.reservation .reservation_list{ background: #fff; width: 47%; margin-right: 5%; box-shadow: 0px 7px 24px rgba(37,147,112,.1);}
.reservation .reservation_list:last-child{ margin-right: 0px;}
.reservation .reservation_list .reservation_list_left{ position: relative; width:37%;}
.reservation .reservation_list .reservation_list_left span{ position: absolute; top: 5%; left: 0; font-size: 40px; color: #fff; width: 65%; text-align: center;}
.reservation .reservation_list .reservation_list_right{ text-align: center; width: 53%; padding: 57px 0px;}
.reservation .reservation_list .reservation_list_right dd{ font-size: 20px; color: #333333; position: relative; padding-bottom: 17px; margin-bottom: 25px;}
.reservation .reservation_list .reservation_list_right dd:before{ content: ""; position: absolute; width: 37px; height: 2px; background: #0c5f96; bottom: 0; left: 0; right: 0; margin: 0 auto;}
.reservation .reservation_list .reservation_list_right p{ font-size: 14px; color: #999999; text-transform: uppercase; margin-bottom: 35px;}
.reservation .reservation_list .reservation_list_right dt a{ width: 126px; text-align: center; line-height: 35px;background: #259370; color: #fff; display: inline-block; border-radius: 100px; box-shadow: 0px 7px 24px rgba(37,147,112,.4);}
.reservation .reservation_list .reservation_list_right dt a i{ margin-left: 10px;}



.yyjz .reservation .reservation_list{ width:32%; margin-right:2%;}
.yyjz .reservation .reservation_list:last-child{ margin-right:0px;}







.Online .Online_title{ font-size: 28px; color: #333333; text-align: center; margin-bottom: 50px;}
.Online .Sdetails_nav_right{ background: #fff url("bn33.png")/*tpa=http://yiyuan.test.win-8.cn/skin/yiyuan/images/bn33.png*/ no-repeat 100% 50%;}
.Online .Online_content{ padding: 0px 200px;}
.Online .Online_content .Online_content_list{ line-height: 60px; border: 1px solid #dcdcdc; background: #fff; margin-bottom: 20px;}
.Online .Online_content .Online_content_list dd{ width: 8%; text-align: center; position: relative;}
.Online .Online_content .Online_content_list dd:before{ content: ""; position: absolute; width: 1px; height: 19px; background: #dcdcdc; right: 0; top: 40%;}
.Online .Online_content .Online_content_list dt{ width: 90%; margin-left: 2%;}
.Online .Online_content .Online_content_list dt input{ width: 100%; line-height: 45px; font-size: 16px; color: #333; padding-right: 20px; font-family: '微软雅黑'; background:#fff;}
.Online .Online_content .Online_content_list dt input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#999999; font-size:16px;}
.Online .Online_content .Online_content_list dt input::-webkit-input-placeholder{ /* WebKit browsers */ color:#999999; font-size:16px;}
.Online .Online_content .Online_content_list dt input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#999999; font-size:16px;}
.Online .Online_content .Online_content_list dt input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:16px;}
.Online .Online_content .Online_content_list dt input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:16px;}
.Online .Online_content .Online_content_list dt textarea::-webkit-input-placeholder{color:#999999; font-size:15px; font-family:"Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei"}
.Online .Online_content .Online_content_textarea{ width: 100%;} 
.Online .Online_content .Online_content_textarea textarea{ width: 100%; resize: none; height: 147px; font-family: '微软雅黑'; font-size: 16px; line-height: 28px; padding: 15px 25px;}
.Online .Online_content .Online_content_submit{ text-align: center; padding-top: 25px;}
.Online .Online_content .Online_content_submit button{ width: 212px; line-height: 54px; text-align: center; font-size: 18px; color: #fff; background: #0c5f96; cursor: pointer;}









.PReservation .Sdetails_nav_right{ padding: 70px 115px; width: 78%;}
.PReservation .PReservation_left{ width: 60%; margin-right: 10%; padding-top: 75px;}
.PReservation .PReservation_left dd{ font-size: 38px; color: #26946e; font-weight: bolder; line-height: 35px; padding-left: 24%;}
.PReservation .PReservation_left dd img{ margin-right: 15px; position: relative; top: -2px;}
.PReservation .PReservation_left dt{ margin-top: 30px; font-size: 16px;line-height: 34px; color: #333333; padding-left: 24%;}
.PReservation .PReservation_right{ width: 30%; text-align: center;}
.PReservation .PReservation_right img{ max-width:100%;}





.WeChatReservation .Sdetails_nav_right{ padding-left: 90px;}
.WeChatReservation .PReservation_left{ width: 70%; margin-right: 0px;}
.WeChatReservation .WeChatReservation_cord{ text-align: center; margin-top: 35px;}
.WeChatReservation .WeChatReservation_cord a{ display:inline-block;}
.WeChatReservation .WeChatReservation_cord a:first-child{ display:none;}
.WeChatReservation .WeChatReservation_cord span{ color: #19519c; font-size: 18px; margin-top: 20px; display: inline-block;}
.WeChatReservation .PReservation_left p{ margin-top: -200px;}








.dang .details_banner .details_banner_content a{ background: #c7161e;}
.dang .footer .footer_title .footer_title_right{ background: #c7161e;}
.dang .footer_title .footer_title_left a{ color: #c7161e;}
.dang .Copyright{ background: #c7161e;}
.DangJ .DNews_content .DNews_content_list .content_list_txt{ width:100%;}
.DangJ .DNews_content .DNews_content_list .content_list_txt dd{ font-size: 18px;
overflow: hidden; width:100%;
text-overflow:ellipsis;    display: block;
white-space: nowrap;
}
.DangJ .DNews_content .DNews_content_list .content_list_txt p{ font-size: 15px;}
.DangJ .DangJ_txt{ line-height: 28px; color: #666666; font-size: 16px; margin-top: 20px;
display: -webkit-box; height: 56px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.DangJ .DNews_content .DNews_content_list .content_list_txt dt{ color: #999999;}
.DangJ .DNews_content .DNews_content_list:hover .content_list_txt dd{ color: #c7161e;}
.DangJ .DNews_content .DNews_content_list:hover .content_list_txt dt{ border: 1px solid #c7161e; background: #c7161e; box-shadow: 0px;}
.DangJ .page .page_left li.active a{ background: #c7161e;}
.DangJ .page .page_left li:hover a{ background: #c7161e;}








.join{ background: #f7f7f7; padding: 60px 0px;}
.join .join_form{ width: 100%;}
.join .join_form .join_form_list{ width: 25%; margin-right: 3.3%;}
.join .join_form .join_form_list select{ background: #fff; width: 100%; height: 56px; font-size: 16px; color: #999999; padding: 0px 20px;
  /* 清除默认边框 */
    border: 0;
    /* 清除默认的箭头样式 */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /* 右侧添加小箭头的背景图 */
	background: #fff url("bn43.png")/*tpa=http://yiyuan.test.win-8.cn/skin/yiyuan/images/bn43.png*/ no-repeat 95% 50%;
    background-size: 12px;
}
.join .join_form .join_form_list input{ background: #fff; width: 100%; height: 56px; line-height: 56px; padding: 0px 20px; font-size: 16px; color: #333;}
.join .join_form .join_form_list input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#999999; font-size:16px;}
.join .join_form .join_form_list input::-webkit-input-placeholder{ /* WebKit browsers */ color:#999999; font-size:16px;}
.join .join_form .join_form_list input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#999999; font-size:16px;}
.join .join_form .join_form_list input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:16px;}
.join .join_form .join_form_list input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:16px;}
.join .join_form .join_form_submit{ width: 15%; margin-right: 0px;}
.join .join_form .join_form_submit input{ background: #0c5f96; color: #fff; cursor: pointer;}
.join .join_content{ padding-bottom: 55px;}
.join .join_content .join_content_list{ width: 48%; padding: 30px 25px; background: #fff; overflow: hidden; position: relative; border: 3px solid #e5e5e5;}
.join .join_content .join_content_list .content_list_title{padding-bottom: 20px; border-bottom: 1px solid #dcdcdc;}
.join .join_content .join_content_list .content_list_title .list_title_left{ font-size: 18px; color: #333333; line-height: 36px; width:60%;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.join .join_content .join_content_list .content_list_title .list_title_left span{ font-size: 15px; color: #0c5f96; margin-left: 15px;}
.join .join_content .join_content_list .content_list_title .list_title_right{ font-size: 13px; color: #fff; background: #0c5f96; line-height: 36px; padding: 0px 24px; border-radius: 5px;}
.join .join_content .join_content_list .content_list_txt{ height: 215px; overflow: hidden;}
.join .join_content .join_content_list.on .content_list_txt{ height: auto;}
.join .join_content .join_content_list .content_list_txt .list_txt_li{ padding-top: 20px;}
.join .join_content .join_content_list .content_list_txt .list_txt_li:last-child{ margin-bottom: 0px;}
.join .join_content .join_content_list .content_list_txt .list_txt_li dd{ color: #333333; font-size: 16px; padding-bottom: 8px;}
.join .join_content .join_content_list .content_list_txt .list_txt_li dt p{ color: #666666; font-size: 15px; line-height: 28px;}
.join .join_content .join_content_list .click{ position: absolute; bottom: 10px; right: 25px;}
.join .join_content .join_content_list .click .sq{ display: none;}
.join .join_content .join_content_list .click a{ color: #0c5f96; font-size: 12px; display: inline-block;}
.join .join_content .join_content_list .click a i{ padding-left: 5px;}
.join .join_content .join_content_list{ margin-right: 4%; margin-top: 45px;}
.join .join_content .join_content_list:nth-child(2n){ margin-right: 0px;}
.join .join_content .join_content_list:hover .content_list_title .list_title_right{ background: #0c5f96;}





.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:4px;white-space:-moz-pre-wrap;word-wrap:break-word}
.contact{ padding: 60px 0px; background: #f7f7f7;}
.contact .contact_map{ width: 100%; height: 407px; border: 1px solid #dcdcdc; box-shadow: 0px 15px 16px rgba(0,0,0,.15);}
.contact .contact_content{ padding-top: 20px;}
.contact .contact_content .contact_content_list{ background: #fff; margin-top: 35px; padding: 35px 45px; transition: all 0.3s ease; cursor: pointer;}
.contact .contact_content .contact_content_list dd{ font-size: 24px; color: #333333; margin-bottom: 16px;}
.contact .contact_content .contact_content_list dt{ font-size: 18px; color: #666666;}
.contact .contact_content .contact_content_list img{ margin-right: 15px;}
.contact .contact_content .contact_content_list:hover{ box-shadow: 0px 0px 25px rgba(0,0,0,.15); transition: all 0.3s ease;}








.message{ padding: 60px 0px; background: #f7f7f7;}
.message .message_left{ width: 46%;}
.message .message_left img{ width: 100%; height:446px; object-fit:cover;}
.message .message_right{ width: 50%; margin-left: 4%;}
.message .message_right .message_right_title{ font-size: 24px; color: #333333; margin-bottom: 25px;}
.message .message_right .message_right_title span{ font-size: 16px; color: #259370; margin-left: 20px;}
.message .message_right .message_right_content .right_content_list{ width: 48%; margin-right: 4%; margin-bottom: 17px; line-height: 53px;}
.message .message_right .message_right_content .right_content_list:last-child{ margin-bottom: 0px;}
.message .message_right .message_right_content .right_content_list:nth-child(2n){ margin-right: 0px;}
.message .message_right .message_right_content .right_content_list input{ line-height: 55px; background: #fff; width: 100%; padding: 0px 22px;}
.message .message_right .message_right_content .right_content_list dd{ color: #999999; font-size: 16px;}
.message .message_right .message_right_content .right_content_list dt .radio_jibie span{ font-size: 16px; color: #333333;}
.message .message_right .message_right_content .right_content_list input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#999999; font-size:16px;}
.message .message_right .message_right_content .right_content_list input::-webkit-input-placeholder{ /* WebKit browsers */ color:#999999; font-size:16px;}
.message .message_right .message_right_content .right_content_list input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#999999; font-size:16px;}
.message .message_right .message_right_content .right_content_list input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:16px;}
.message .message_right .message_right_content .right_content_list input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:16px;}
.message .message_right .message_right_content .right_content_list textarea::-webkit-input-placeholder{color:#999999; font-size:16px; font-family:"Helvetica Neue",Helvetica,Arial,"Microsoft Yahei","Hiragino Sans GB","Heiti SC","WenQuanYi Micro Hei"}
.message .message_right .message_right_content .right_content_textarea { width: 100%; margin-right: 0px;}
.message .message_right .message_right_content .right_content_textarea textarea{ height: 153px; resize: none; width: 100%; padding: 15px 20px; font-size: 16px; color: #333; font-family: "微软雅黑";}
.message .message_right .message_right_content .right_content_submit input{ width: 145px; line-height: 49px; color: #333333; font-size: 16px; cursor: pointer; background: #cdcdcd;}
.message .message_right .message_right_content .right_content_submit input:first-child{ background: #0c5f96; color: #fff; margin-right: 15px;}




.radio_jibie .button{ margin-left: 10px; cursor: pointer; margin-right: 20px;}
.radio_jibie .button{ display: inline-block; background: url("bn48.png")/*tpa=http://yiyuan.test.win-8.cn/skin/yiyuan/images/bn48.png*/ no-repeat 0% 50%; padding-left: 20px; font-size: 14px; color: #333333;}
.radio_jibie input[type=radio]:checked ~ .button{ background: url("bn48_on.png")/*tpa=http://yiyuan.test.win-8.cn/skin/yiyuan/images/bn48_on.png*/ no-repeat 0% 50%;}
.radio_jibie input[type=radio]{display: none;}







.problem .problem_list{ border: 1px solid #dcdcdc; margin-bottom: 12px;}
.problem .problem_list:last-child{ margin-bottom: 0px;}
.problem .problem_list .problem_list_title{ color: #333333; font-size: 18px; line-height: 70px; padding: 0px 30px; cursor: pointer;}
.problem .problem_list .problem_list_title img{ margin-right: 13px;}
.problem .problem_list .problem_list_down{ padding: 0px 30px; padding-bottom: 35px; display: none;}
.problem .problem_list .problem_list_down dd{ padding: 25px 30px; background: #f3f3f3; border-left: 3px solid #0c5f96;}
.problem .problem_list .problem_list_down p{ font-size: 16px; color: #666666; line-height: 28px; text-indent: 2em; text-align: justify;}







.PJoin .Sdetails_nav_right{ background: none; box-shadow: none; padding: 0px;}
.PJoin .PJoin_top{ margin-bottom: 55px;}
.PJoin .PJoin_top .PJoin_top_left{ width: 27%;}
.PJoin .PJoin_top .PJoin_top_left img{ width: 100%; height:446px; object-fit:cover;}
.PJoin .PJoin_top .PJoin_top_right{ width: 73%; background: #fff; padding: 33px 45px;}
.PJoin .PJoin_top .PJoin_top_right .top_right_title{ font-size: 24px; color: #333333; margin-bottom: 25px;}
.PJoin .PJoin_top .PJoin_top_right .top_right_txt .right_txt_list{ width: 48%; margin-right: 4%;}
.PJoin .PJoin_top .PJoin_top_right .top_right_txt .right_txt_list:nth-child(2n){ margin-right: 0px;}
.PJoin .PJoin_top .PJoin_top_right .top_right_txt .right_txt_list:nth-child(3){ width: 100%; margin-top: 25px;}
.PJoin .PJoin_top .PJoin_top_right .top_right_txt .right_txt_list dd{ font-size: 18px; color: #326b6f; margin-bottom: 10px;}
.PJoin .PJoin_top .PJoin_top_right .top_right_txt .right_txt_list dt{  font-size: 15px; color: #666666; line-height: 28px;}
.PJoin .PJoin_bottom{ box-shadow: 0px 7px 22px rgba(0,0,0,.1); padding: 40px 50px; background: #fff; }
.PJoin .PJoin_bottom .DMedical_title span{ color: #666666;}
.PJoin .DMedical_content .DMedical_content_list dt p{ margin-bottom: 5px;}
.PJoin .DMedical_content .DMedical_content_list dt p b{ margin-left: 18px; color: #259370;}







.Training .Training_top{ padding-bottom: 45px;}
.Training .Training_top .Training_top_list{ display: inline-block; width: 100%; line-height: 75px; background: #fff; font-size: 18px; color: #666666;overflow: hidden; padding: 0px 38px; margin-bottom: 16px;
text-overflow:ellipsis; position: relative;
white-space: nowrap;}
.Training .Training_top .Training_top_list:before{ content: ""; position: relative; display: inline-block; width: 8px; height: 8px; border-radius: 100%; border: 1px solid #999999; margin-right: 14px; transition: all 0.3s ease;}
.Training .Training_top .Training_top_list:hover{ box-shadow: 0px 0px 22px rgba(0,0,0,.1); color: #0c5f96;}
.Training .Training_top .Training_top_list:hover:before{ background: #0c5f96; border: 1px solid #0c5f96; transition: all 0.3s ease;}






.project .Sdetails_nav_right{ padding: 40px 55px;}
.project .project_title{ font-size: 24px; color: #333333; text-align: center; margin-bottom: 40px;}
.project .project_content table{ width: 100%; background: #dcdcdc;}
.project .project_content table tr td{ background: #fff; text-align: center; font-size: 18px; color: #666666; width: 20%; padding: 15px 0px;}
.project .project_content table tr:nth-child(1) td{ color: #fff; background: #0c5f96;}
.project .project_content table tr:nth-child(1) td:nth-child(2n){ background: #53ac69;}
.project .project_content table tr td:nth-child(2n){ background: #f9f9f9;}
.project .project_content table tr:nth-child(1) td:nth-child(4){ font-size: 18px; text-align: center;}
.project .project_content table tr td:nth-child(4){ font-size: 16px; width: 40%; padding: 15px 24px; text-align: left; line-height: 28px;}










.guide .Sdetails_nav_right{ background: none; box-shadow: none; padding: 0px;}
.guide .guide_top{ box-shadow: 0px 7px 22px rgba(0,0,0,.1); padding: 55px; background: #fff; }
.guide .guide_top .guide_top_title .top_title_list{ width: 25%; background: #ebeaed; font-size: 18px; color: #333333; line-height: 71px; cursor: pointer; position: relative; transition: all 0.3s ease;}
.guide .guide_top .guide_top_title .top_title_list:before{ content: ""; position: absolute; right: 0; height: 100%; width: 1px; background: #fff;}
.guide .guide_top .guide_top_title .top_title_list:last-child:before{ display: none;}
.guide .guide_top .guide_top_title .top_title_list dd{ width: 21px; margin-right: 13px; overflow: hidden;}
.guide .guide_top .guide_top_title .top_title_list dd img{ transition: all 0.3s ease; left: 0px; position: relative;}
.guide .guide_top .guide_top_title .top_title_list:hover dd img{ left: -21px; transition: all 0.3s ease;}
.guide .guide_top .guide_top_title .top_title_list:hover{ transition: all 0.3s ease; background: #0c5f96; color: #fff;}
.guide .guide_top .guide_top_title .top_title_list.on dd img{ left: -21px; transition: all 0.3s ease;}
.guide .guide_top .guide_top_title .top_title_list.on{ transition: all 0.3s ease; background: #0c5f96; color: #fff;}
.guide .guide_top .guide_top_content{ border: 1px solid #dcdcdc; border-top: 0px; padding: 35px;}
.guide .guide_top .guide_top_content .top_content_list p{ color: #555555; line-height: 30px; font-size: 16px;} 
.guide .guide_top .guide_top_content .top_content_list p span{ text-indent: 2em; display: inline-block;}
.guide .guide_bottom{ margin-top: 45px;}
.guide .guide_bottom .guide_bottom_title{ font-size: 24px; color: #333333; text-align: center; margin-bottom: 35px;}
.guide .guide_bottom .guide_bottom_a{ text-align:center; margin-top:30px;}
.guide .guide_bottom .guide_bottom_a a{ border:1px solid #dcdcdc; line-height:40px; padding:0px 45px; display:inline-block; color:#333333;}
.guide .guide_bottom .guide_bottom_a a.more_on img{
-webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
    transition: all 0.3s ease;
    -webkit-transform: all 0.3s ease;
}
.guide .guide_bottom .guide_bottom_a a img{ position: relative; top: -2px;}
.guide .guide_bottom .guide_bottom_a a span{ margin-right:5px;}
.guide .problem_list{ display: none;}
.guide.on .problem_list{ display: block;}
.guide .problem_list:nth-child(1){ display: block;}
.guide .problem_list:nth-child(2){ display: block;}
.guide .problem_list:nth-child(3){ display: block;}
.guide .problem_list:nth-child(4){ display: block;}
.guide .problem_list:nth-child(5){ display: block;}








.information .information_top{ box-shadow: 0px 7px 22px rgba(0,0,0,.1); padding: 40px 55px; background: #fff; }
.information .information_top .information_top_title{ text-align: center; border-bottom: 1px solid #dcdcdc; padding-bottom: 30px;}
.information .information_top .information_top_title dd{ font-size: 26px; color: #333333; font-weight: bolder; margin-bottom: 18px;}
.information .information_top .information_top_title dt{ color: #666666; font-size: 14px;}
.information .information_top .information_top_title dt span{ margin-right: 40px;}
.information .information_top .information_top_title dt span:last-child{ margin-right: 0px;}
.information .information_top .information_top_txt{ padding: 35px 0px; font-size: 18px; color: #666666; line-height: 30px; }
.information .information_top .information_top_txt p{ margin-bottom: 15px;}
.information .information_top .information_top_txt p:last-child{ margin-bottom: 0px;}
.information .information_bottom { margin-top: 55px;}
.information .information_bottom .information_bottom_title{ font-size: 24px; color: #333333; text-align: center; margin-bottom: 43px;}
.information .information_bottom .information_bottom_content a{ width: 48%; margin-right: 4%; margin-bottom: 2%; line-height: 70px; border: 1px solid #dcdcdc; padding: 0px 26px; background: url("bn55.png")/*tpa=http://yiyuan.test.win-8.cn/skin/yiyuan/images/bn55.png*/ no-repeat 25px 50%;}
.information .information_bottom .information_bottom_content a:nth-child(2n){ margin-right: 0px;}
.information .information_bottom .information_bottom_content a dd{ font-size: 18px; color: #333; width: 64%; margin-right: 5%; padding-left: 13%;
overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.information .information_bottom .information_bottom_content a dt{ width: 31%; text-align: right; font-size: 14px; color: #999999;}
.information .information_bottom .information_bottom_content a:hover{ background: #0c5f96 url("bn55_on.png")/*tpa=http://yiyuan.test.win-8.cn/skin/yiyuan/images/bn55_on.png*/ no-repeat 25px 50%; border: 1px solid #0c5f96; box-shadow: 0px 0px 15px rgba(30,147,111,.85);}
.information .information_bottom .information_bottom_content a:hover dd{ color: #fff;}
.information .information_bottom .information_bottom_content a:hover dt{ color: #fff;}





.ReviewForm .ReviewForm_title{ font-size: 24px; color: #333333; text-align: center; margin-bottom: 45px;}
.ReviewForm .ReviewForm_content{ border: 12px solid #b5d9f1; padding: 40px;}
.ReviewForm .ReviewForm_content .ReviewForm_content_list{ width: 48%; margin-right: 4%; float: left; margin-bottom: 30px;}
.ReviewForm .ReviewForm_content .ReviewForm_content_list:nth-child(2n){ margin-right: 0px;}
.ReviewForm .ReviewForm_content .ReviewForm_content_list dd{ font-size: 16px; color: #333333; margin-bottom: 18px;}
.ReviewForm .ReviewForm_content .data dt input{ background: #fff url("bn56.png")/*tpa=http://yiyuan.test.win-8.cn/skin/yiyuan/images/bn56.png*/ no-repeat 95% 50%;}
.ReviewForm .ReviewForm_content .ReviewForm_content_list dt input{ width: 100%; line-height: 50px; border: 1px solid #dcdcdc; padding: 0px 20px; font-size: 16px; color: #333; font-family: "微软雅黑"; height:50px;}
.ReviewForm .ReviewForm_content .ReviewForm_content_list dt select{ width: 100%; height: 50px; padding: 0px 20px; font-size: 16px; color: #333;
/* 清除默认边框 */
    border: 0;
    /* 清除默认的箭头样式 */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /* 右侧添加小箭头的背景图 */
	background: #fff url("bn57.png")/*tpa=http://yiyuan.test.win-8.cn/skin/yiyuan/images/bn57.png*/ no-repeat 95% 50%;
    background-size: 12px;
	 border: 1px solid #dcdcdc;
}
.ReviewForm .ReviewForm_content .ReviewForm_content_list dt label{ line-height: 50px;}
.ReviewForm .ReviewForm_content .ReviewForm_content_list dt label .button{ font-size: 16px;}
.ReviewForm .ReviewForm_content .address{ width: 100%;}
.ReviewForm .ReviewForm_content .textarea{ width: 100%;}
.ReviewForm .ReviewForm_content .textarea dt textarea{ width: 100%; line-height: 28px; border: 1px solid #dcdcdc; padding: 10px; font-size: 16px; color: #333; font-family: "微软雅黑"; height: 122px; resize: none;}
.ReviewForm .ReviewForm_content .Remark{ width: 100%; border: 1px solid #dcdcdc; font-size: 16px; color: #666666; padding: 20px 0px; text-align: center;}
.ReviewForm .ReviewForm_content .three{ width: 32%;}
.ReviewForm .ReviewForm_content .ReviewForm_content_list:nth-child(18){ margin-right: 4%;}
.ReviewForm .ReviewForm_content .ReviewForm_content_list:nth-child(19){ margin-right: 0%;}
.ReviewForm .ReviewForm_content .ReviewForm_content_list:nth-child(20){ margin-right: 2%;}
.ReviewForm .ReviewForm_content .ReviewForm_content_list:nth-child(21){ margin-right: 2%;}
.ReviewForm .ReviewForm_content .ReviewForm_content_list:nth-child(32){ margin-right: 2%;}
.ReviewForm .ReviewForm_content .ReviewForm_content_list:nth-child(33){ margin-right: 2%;}
.ReviewForm .ReviewForm_content .submit{ text-align: center; width: 100%; margin-bottom: 0px; padding: 20px 0px;}
.ReviewForm .ReviewForm_content .submit input{ width: 268px; line-height: 50px; border-radius: 10px; font-size: 18px; color: #fff; background: #259370; margin-right: 38px; cursor: pointer;}
.ReviewForm .ReviewForm_content .submit a{ width: 268px; line-height: 50px; border-radius: 10px; font-size: 18px; color: #fff; background: #1b4f9b; display: inline-block;}





input[type=date]::-webkit-inner-spin-button{ visibility: hidden; } 
input[type=date]::-webkit-inner-spin-button { visibility: hidden; }




.cell .Medical_content{ padding-bottom: 55px;}





.Department .Department_content .Department_content_list{ width: 32%; margin-right: 2%; margin-bottom: 2%;}
.Department .Department_content .Department_content_list:nth-child(3n){ margin-right: 0px;}
.Department .Department_content .Department_content_list dd{ overflow: hidden;}
.Department .Department_content .Department_content_list dd img{ width: 100%;
-webkit-transform: scale(1);
   -moz-transform: scale(1);
    -ms-transform: scale(1);
     -o-transform: scale(1);
           filter: scale(1);
           filter: transform;
       transition: all 0.5s ease 0s;
-webkit-transform: all 0.5s ease 0s; 
	cursor:pointer;
}
.Department .Department_content .Department_content_list dt{ font-size: 18px; color: #333333; text-align: center; padding-top: 15px;}
.Department .Department_content .Department_content_list:hover dd img{
	-webkit-transform: scale(1.15);
	   -moz-transform: scale(1.15);
	    -ms-transform: scale(1.15);
	     -o-transform: scale(1.15);
	           filter: scale(1.15);
	           filter: transform;
	       transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s; 
		cursor:pointer;
}
.Department .Department_content .Department_content_list:hover dt{ color: #0c5f96;}










.DepartmentD .Sdetails_nav_right{ background: none; box-shadow: none; padding: 0px;}
.DepartmentD .DepartmentD_top{ box-shadow: 0px 7px 22px rgba(0,0,0,.1); padding: 55px;  background: #fff; }
.DepartmentD .DepartmentD_top .DepartmentD_title{ font-size: 30px;color: #333333; margin-bottom: 40px;}
.DepartmentD .DepartmentD_top .DepartmentD_top_img{ margin-bottom: 40px;}
.DepartmentD .DepartmentD_top .DepartmentD_top_img img{ width: 100%;}
.DepartmentD .DepartmentD_top .DepartmentD_top_txt .top_txt_list{ border-bottom: 1px solid #dcdcdc; padding-bottom: 35px; margin-bottom: 35px;}
.DepartmentD .DepartmentD_top .DepartmentD_top_txt .top_txt_list dd{ font-size: 20px; color: #145358; padding-bottom: 18px; margin-bottom: 30px; position: relative;}
.DepartmentD .DepartmentD_top .DepartmentD_top_txt .top_txt_list dd:before{ content: ""; position: absolute; display: inline-block; width: 29px; height: 2px; background: #145358; bottom: 0; left: 0;}
.DepartmentD .DepartmentD_top .DepartmentD_top_txt .top_txt_list dt p{ font-size: 16px; color: #666666; line-height: 30px; margin-bottom: 25px;}
.DepartmentD .DepartmentD_top .DepartmentD_top_txt .top_txt_list dt p:last-child{ margin-bottom: 0px;}
.DepartmentD .DepartmentD_top .DepartmentD_top_txt .top_txt_list:last-child{ margin-bottom: 0px; border-bottom: 0px; padding-bottom: 0px;}
.DepartmentD .DepartmentD_img{ margin-top: 45px; padding-bottom: 85px; padding-top: 35px;}
.DepartmentD .DepartmentD_img .DepartmentD_img_title{ font-size: 28px; color: #333333; text-align: center; margin-bottom: 35px;}
.DepartmentD .DepartmentD_img .DepartmentD_img_title dt{ line-height: 20px;}
.DepartmentD .DepartmentD_img .DepartmentD_img_content .img_content_list{ padding: 0px 8px;}
.DepartmentD .DepartmentD_img .DepartmentD_img_content .img_content_list img{ width: 100%;}
.DepartmentD .DepartmentD_img .DepartmentD_img_content .slick-dots li{ margin: 0px;}
.DepartmentD .DepartmentD_img .DepartmentD_img_content .slick-dots li button:before{ font-size: 32px; color: #0c5f96;}
.DepartmentD .DepartmentD_team{ background: #fff; margin-top: 45px; padding: 40px 55px;} 
.DepartmentD .DepartmentD_team .DepartmentD_team_left{ width: 18%;}
.DepartmentD .DepartmentD_team .DepartmentD_team_left img{ width: 100%; height:240px; object-fit:cover;}
.DepartmentD .DepartmentD_team .DepartmentD_team_right{ width: 79%; margin-left: 3%;}
.DepartmentD .DepartmentD_team .DepartmentD_team_right dd{ font-size: 20px; color: #333333; line-height: 44px; border-bottom: 1px dashed #dcdcdc; margin-bottom: 18px;}
.DepartmentD .DepartmentD_team .DepartmentD_team_right dd span{ font-size: 16px; color: #0c5f96; display: inline-block; margin-left: 26px;}
.DepartmentD .DepartmentD_team .DepartmentD_team_right dt{ line-height: 30px; color: #555555; font-size: 16px; text-align: justify;}












.team .team_title{ box-shadow: 0px 7px 22px rgba(0,0,0,.1); padding: 55px; background: #fff; }
.team .team_title .team_title_list{ display: inline-block; width: 25%; text-align: center; border: 1px solid #dcdcdc;margin-bottom: -1px; margin-right: -1px; line-height: 80px; font-size: 16px; color: #333333; padding-left: 38px;}
.team .team_title .team_title_list dd{ display: inline-block; width: 38px; margin-right: 20px; overflow: hidden;}
.team .team_title .team_title_list dd img{ position: relative; left: 0;}
.team .team_title .team_title_list:hover{ background: #0c5f96; color: #fff;}
.team .team_title .team_title_list:hover dd img{ left: -38px;}
.team .team_title .team_title_list.on{ background: #0c5f96; color: #fff;}
.team .team_title .team_title_list.on dd img{ left: -38px;}
.team .team_txt{ padding-bottom: 30px;} 
.team .team_txt .team_txt_list{ display: inline-block; width: 48.5%; margin-right: 3%; padding: 18px 26px; background: #fff; margin-bottom: 2%;}
.team .team_txt .team_txt_list:nth-child(2n){ margin-right: 0px;}
.team .team_txt .team_txt_list:hover{ box-shadow: 0px 0px 15px rgba(0,0,0,.2);}
.team .team_txt .team_txt_list:hover .txt_list_right .list_right_txt dt{ background: #0c5f96; transition: all 0.5s ease 0s;}
.team .team_txt .team_txt_list:hover .txt_list_right .list_right_txt dt a{ color: #fff;}
.team .team_txt .team_txt_list .txt_list_left{ width: 34%;}
.team .team_txt .team_txt_list .txt_list_left img{ width: 100%; height: 219px; object-fit: cover;}
.team .team_txt .team_txt_list .txt_list_right{ width: 66%; background: #fff; padding-left: 22px;}
.team .team_txt .team_txt_list .txt_list_right .list_right_title{ line-height: 61px; border-bottom: 1px solid #dcdcdc;}
.team .team_txt .team_txt_list .txt_list_right .list_right_title dd a{ font-size: 20px; color: #333333;}
.team .team_txt .team_txt_list .txt_list_right .list_right_title dt a{ line-height: 34px; background: #0c5f96; color: #fff; font-size: 14px; text-align: center; border-radius: 5px; margin: 13px 0px; display: inline-block; padding: 0px 5px; margin-left: 5px;}
.team .team_txt .team_txt_list .txt_list_right .list_right_title dt a:last-child{ margin-right: 0px;}
.team .team_txt .team_txt_list .txt_list_right .list_right_txt dd{ margin-top: 15px; line-height: 28px; color: #555555; font-size: 16px;
display: -webkit-box; height: 56px;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.team .team_txt .team_txt_list .txt_list_right .list_right_txt dt{ width: 114px; border: 1px solid #0c5f96; line-height: 40px; text-align: center;  margin-top: 25px; transition: all 0.5s ease 0s;}
.team .team_txt .team_txt_list .txt_list_right .list_right_txt dt a{font-size: 14px; color: #0c5f96;}





.ksjs .team_title{ box-shadow: 0px 0px 0px; padding: 0px; margin-bottom: 35px;}





.teamD{ background: #f7f7f7; padding: 60px 0px;}
.teamD .teamD_top{ line-height: 60px; background: #fff; padding: 0px 35px;}
.teamD .teamD_top dd{ color: #333333; font-size: 16px;}
.teamD .teamD_top a{ color: #333333; font-size: 16px;}
.teamD .teamD_top a img{ position: relative; top: -2px; margin-left: 10px;}
.teamD .teamD_bottom{ margin-top: 57px;}
.teamD .teamD_bottom .teamD_bottom_left{ width: 26%;} 
.teamD .teamD_bottom .teamD_bottom_left img{ width: 100%;}
.teamD .teamD_bottom .teamD_bottom_right{ width: 71%; margin-left: 2%;}
.teamD .teamD_bottom .teamD_bottom_right .bottom_right_title{ background: #fff; box-shadow: 0px 7px 22px rgba(0,0,0,.1); padding: 0px 45px; padding-bottom: 55px;}
.teamD .teamD_bottom .teamD_bottom_right .bottom_right_title dd{ font-size: 20px; color: #333333; line-height: 75px; border-bottom: 1px solid #dcdcdc; overflow: hidden;}
.teamD .teamD_bottom .teamD_bottom_right .bottom_right_title dd span{ font-size: 16px; color: #555555; margin-left: 25px;}
.teamD .teamD_bottom .teamD_bottom_right .bottom_right_title dd .zj_phone{ float: right;}
.teamD .teamD_bottom .teamD_bottom_right .bottom_right_title dd a{ line-height: 34px; background: #0c5f96; color: #fff; font-size: 14px; text-align: center; border-radius: 5px; margin: 13px 0px; display: inline-block; padding: 0px 5px; margin-left: 5px;}
.teamD .teamD_bottom .teamD_bottom_right .bottom_right_title dd a:last-child{ margin-right: 0px;}
.teamD .teamD_bottom .teamD_bottom_right .bottom_right_title dt{ color: #555555; line-height: 32px; font-size: 16px; text-indent: 2em; margin-top: 20px;}
.teamD .teamD_bottom .teamD_bottom_right .bottom_right_content{ margin-top: 35px; padding: 35px;}
.teamD .teamD_bottom .teamD_bottom_right .bottom_right_content .right_content_t{ font-size: 20px; color: #0c5f96; margin-bottom: 30px;}
.teamD .teamD_bottom .teamD_bottom_right .bottom_right_content .right_content_c{ margin-bottom: 20px;}
.teamD .teamD_bottom .teamD_bottom_right .bottom_right_content .right_content_c a{ font-size: 16px; color: #333333; display: inline-block; width: 14%; margin-bottom: 25px;}
.teamD .teamD_bottom .teamD_bottom_right .bottom_right_content .right_content_c a img{ margin-right: 5px;}
.teamD .teamD_bottom .teamD_bottom_right .bottom_right_content .right_content_b table{ background: #dcdcdc; width: 100%;}
.teamD .teamD_bottom .teamD_bottom_right .bottom_right_content .right_content_b table tr td{ background: #fff; text-align: center; padding: 15px 0px;}
.teamD .teamD_bottom .teamD_bottom_right .bottom_right_content .right_content_b table tr:nth-child(1) td{ background: #008363; color: #fff;}
.teamD .teamD_bottom .teamD_bottom_right .bottom_right_content .right_content_b table tr:nth-child(1) td:nth-child(1){ background: #008363; color: #fff;}
.teamD .teamD_bottom .teamD_bottom_right .bottom_right_content .right_content_b table tr td:nth-child(1){ background: #0c5f96; color: #fff;}
.teamD .teamD_bottom .teamD_bottom_right .bottom_right_content .right_content_b table tr td p:first-child{ margin-bottom: 3px;}
.teamD .teamD_bottom .teamD_bottom_right .bottom_right_content .right_content_b table tr td a{ display: inline-block; line-height: 31px; padding: 0px 15px; border-radius: 6px; background: #0c5f96; color: #fff;}
.teamD .teamD_bottom .teamD_bottom_right .bottom_right_content .right_content_b table tr td a.already{ background: #999999;}





.WReservation_bg{ position: fixed; left: 0; top: 0; background: rgba(0,0,0,0.5); width: 100%; height: 100%; display: none;}
.WReservation{ position: fixed; transform: translateX(-50%) translateY(-50%); left: 50%; top: 50%; background: #fff; width: 330px; padding: 20px; border-radius: 5px; display: none;}
.WReservation .WReservation_title{ text-align: center; font-size: 24px; color: #333; margin-bottom: 20px; position: relative;}
.WReservation .WReservation_title span{ cursor: pointer; position: absolute; right: 0; color: #999;}
.WReservation .WReservation_form .WReservation_form_list{ margin-bottom: 20px;}
.WReservation .WReservation_form .WReservation_form_list input{ width: 100%; line-height: 55px; border: 1px solid #dcdcdc; font-size: 16px; color: #333; padding: 0px 25px;}
.WReservation .WReservation_form .WReservation_form_submit input{ width: 100%; background: #008363; color: #fff; font-size: 16px; border-radius: 100px; line-height: 45px; cursor: pointer;}








.search{ background: #f7f7f7; padding: 60px 0px; padding-bottom:0px;}
.search .search_top{ background: url("bg78.jpg")/*tpa=http://yiyuan.test.win-8.cn/skin/yiyuan/images/bg78.jpg*/ no-repeat 50%/cover; padding: 40px 110px; padding-top: 75px; border-radius: 5px; display:none;}
.search .search_top .search_top_left{ padding: 25px 0px;}
.search .search_top .search_top_left dd{ font-size: 36px; color: #fff; margin-bottom: 35px;}
.search .search_top .search_top_left dt{ font-size: 16px; color: #fff; line-height: 36px;}
.search .search_top .search_top_right{ padding: 25px 45px; background: #fff; padding-top: 35px; position: relative;}
.search .search_top .search_top_right:before{ content: ""; position: absolute; display: inline-block; width: 101px; height: 65px; border-radius: 100%; background: #fff url("bn75.png")/*tpa=http://yiyuan.test.win-8.cn/skin/yiyuan/images/bn75.png*/ no-repeat 50%; right: 0; left: 0; margin: 0 auto; top: -35px;}
.search .search_top .search_top_right .top_right_list{ width: 363px; margin-bottom: 25px;}
.search .search_top .search_top_right .top_right_list:last-child{ margin-bottom: 0px;}
.search .search_top .search_top_right .top_right_list input{ line-height: 60px; border: 1px solid #dcdcdc; width: 100%; padding: 0px 15px; font-size: 16px; color: #333;}
.search input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#999999; font-size:16px;}
.search input::-webkit-input-placeholder{ /* WebKit browsers */ color:#999999; font-size:16px;}
.search input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#999999; font-size:16px;}
.search input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:16px;}
.search input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:16px;}
.search .search_top .search_top_right .top_right_submit{ width: 186px; margin: 0 auto;}
.search .search_top .search_top_right .top_right_submit input{ line-height: 47px; color: #fff; background: #0c5f96; cursor: pointer;}



.SearchWeChat{ padding-top: 0px;}
.SearchWeChat .PReservation_left{ text-align: center;}
.SearchWeChat .PReservation_left dd{ padding-left: 0px;}
.SearchWeChat .PReservation_left dt{ padding-left: 0px;}
.SearchWeChat .PReservation_left dd{ color: #333333;}
.SearchWeChat .PReservation_left dt{ color: #666666;}
.SearchWeChat .Sdetails_nav_right{ padding: 70px 210px;}
.SearchWeChat .Sdetails_nav_right{ width: 100%; padding-left: 90px;}
.SearchD .SearchD_content{ margin-top: 45px; border-radius: 20px; overflow: hidden;}
.SearchD .SearchD_content .SearchD_content_list{ line-height: 50px; font-size: 18px; color: #333333; text-align: center; width: 100%; margin-bottom: 4px; background: #ffffff;}
.SearchD .SearchD_content .SearchD_content_list:nth-child(1){ background: #0c5f96; color: #fff;}
.SearchD .SearchD_content .SearchD_content_list dd{ width: 15%;}
.SearchD .SearchD_content .SearchD_content_list dd:nth-child(2){ width: 20%;}
.SearchD .SearchD_content .SearchD_content_list dd:nth-child(3){ width: 20%;}
.SearchD .SearchD_content .SearchD_content_list a{ color: #0c5f96; font-size: 18px;}






.banner .swiper-slide img{ width:100%; height:640px; object-fit:cover;}
.bannerXf{ width: 100%;overflow: hidden;display:none;}






.search_details{ padding:60px 0px;}
.search_details .search_details_left{ width:17%;}
.search_details .search_details_left .details_left_title{
font-size: 18px;
    color: #555555;
    padding-bottom: 20px;
}
.search_details .search_details_left .details_left_content{
border: 1px solid #ececec;background: #fff;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
}
.search_details .search_details_left .details_left_content .left_content_list{
	border-bottom: 1px solid #f0f0f0; display:inline-block; width:100%;
    padding-left: 30px;
    padding-right: 15px;
    line-height: 45px;
    overflow: hidden;
}
.search_details .search_details_left .details_left_content .left_content_list.on dd{ color:#359375;}
.search_details .search_details_left .details_left_content .left_content_list.on dt{ color:#359375;}
.search_details .search_details_left .details_left_content .left_content_list dd{    color: #414141; font-size: 14px;}
.search_details .search_details_left .details_left_content .left_content_list dt{
color: #7d7d7d;
    float: right;
    font-size: 12px;
}
.search_details .search_details_right{
    width: 80%;
    padding: 0;
    border: none;
    margin-top: 0;
}
.search_details .search_details_right .details_right_title{
    line-height: 30px;
    font-size: 26px;
	margin-bottom:17px;
}
.search_details .search_details_right .details_right_title span{ color:#359375;}
.search_details .search_details_right .details_right_content{
	margin-bottom:35px;
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 25px;
}
.search_details .search_details_right .details_right_content .right_content_list:nth-child(1){ padding-top:0px;}
.search_details .search_details_right .details_right_content .right_content_list:last-child{ padding-bottom:0px; border-bottom:0px;}
.search_details .search_details_right .details_right_content .right_content_list{
	border-bottom: 1px solid #e5e5e5;
    overflow: hidden;
    padding: 20px 15px;
	display:inline-block;
	width:100%;
}
.search_details .search_details_right .details_right_content .right_content_list:hover dd{ background:#359375; color:#fff; border:1px solid #359375;}
.search_details .search_details_right .details_right_content .right_content_list dd{
    height: 24px;
    line-height: 24px;
    border: 1px solid #dcdcdc;
    color: #359375;
    width: 10%;
    text-align: center;
}
.search_details .search_details_right .details_right_content .right_content_list dt{
    line-height: 26px;
    height: 26px;
    overflow: hidden;
    width: 88%;
    margin-left: 2%;
    font-size: 14px;
    color: #575757;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.search_details .search_details_left .details_left_content .left_content_list:last-child{ border-bottom:0px;}









.culture .pc_all_contnet{ background: #fff;}
.culture .culture_left{ padding:33px;}
.culture .culture_right{ padding:33px; padding-top:0px; width:100%;}
.culture .culture_right_title{ font-size: 35px; color: #333333; margin-bottom:5px; padding-top:33px; padding-left:33px;}
.culture .culture_right_title span{ font-size: 18px; color: #999; margin-left: 20px; text-transform:uppercase;}
.culture .culture_right .culture_right_content .right_content_list{ padding-bottom: 20px; margin-right:105px;}
.culture .culture_right .culture_right_content .right_content_list:last-child{ padding-bottom: 0px;}
.culture .culture_right .culture_right_content .right_content_list dd{ color: #333333; font-size: 16px; font-weight: bolder; padding-bottom: 10px;}
.culture .culture_right .culture_right_content .right_content_list dt{ color: #666666; font-size: 14px; line-height: 25px;}





.search_bg{ position:fixed; top:0; left:0; width:100%; left:0; right:0; height:100%; background:rgba(0,0,0,.5); z-index:50; display:none;}
.searcht{ position:fixed; left:50%; top:50%; transform:translateX(-50%) translateY(-50%); z-index:51; width:800px; background:#fff; padding:35px; display:none;}
.searcht .searcht_title{ font-size:24px; color:#333; text-align:center; margin-bottom:28px; position:relative;}
.searcht .searcht_title i{ position:absolute; right:0; color:#999; top:-15px; cursor:pointer;}
.searcht .searcht_content{ border:1px solid #dcdcdc;}
.searcht .searcht_content dd{ width:80%;}
.searcht .searcht_content dd input{ width:100%; line-height:35px; padding:5px 10px; font-size:16px; color:#333;}
.searcht .searcht_content dt{ width:20%;}
.searcht .searcht_content dt input{ display:inline-block; width:100%; line-height:35px; padding:5px 0px; font-size:16px; background:#259370; color:#fff; margin-right:-1px; cursor:pointer;}








.mo_phone{ position:fixed; right:2%; bottom:10%; display:inline-block; width:41px; height:41px; line-height:40px; background:#1b509c; text-align:center; border-radius:1000px; z-index:111; color:#fff; font-size:18px; display:none;}













.log_img img{ max-width:100%;}
.log{ border-radius:15px; overflow:hidden; width:874px; position: relative; left:0; right:0; margin:0 auto; background:#fff; box-shadow:0px 8px 29px rgba(0,0,0,.2); padding:42px 0px; top:24%; padding-bottom:52px; margin-top:-248px;}
.log:before{ content:""; position:absolute; display:inline-block; width:135px; height:100px; background: url("lg2.jpg")/*tpa=http://yiyuan.test.win-8.cn/skin/yiyuan/images/lg2.jpg*/ no-repeat 50% 50%; left:0; top:0;}
.log:after{ content:""; position:absolute; display:inline-block; width:62px; height:60px; background: url("lg3.jpg")/*tpa=http://yiyuan.test.win-8.cn/skin/yiyuan/images/lg3.jpg*/ no-repeat 50% 50%; bottom:0; right:0;}
.log .log_top{ text-align:center;}
.log .log_top dt{ font-size:24px; color:#1b4f9c; padding:20px 0px; padding-bottom:30px;}
.log .log_form .log_form_list{ display:flex; width:360px; margin:0 auto; line-height:48px; border:1px solid #dcdcdc; margin-bottom:15px;}
.log .log_form .log_form_list dd{ width:15%; text-align:center; position:relative;}
.log .log_form .log_form_cord dd{ width:29%;}
.log .log_form .log_form_list dd:before{ content:""; position:absolute; display:inline-block; width:1px; height:15px; background:#dcdcdc; right:0; top:36%;}
.log .log_form .log_form_list dt{ width:85%;}
.log .log_form .log_form_list dt input{ width:100%; padding:0px 15px; font-size:16px; color:#333; line-height:40px;}
.log .log_form .log_form_list dt input::-ms-input-placeholder{ /* Internet Explorer 10+ */ color:#999999; font-size:16px;}
.log .log_form .log_form_list dt input::-webkit-input-placeholder{ /* WebKit browsers */ color:#999999; font-size:16px;}
.log .log_form .log_form_list dt input::-moz-placeholder{ /* Mozilla Firefox 4 to 18 */  color:#999999; font-size:16px;}
.log .log_form .log_form_list dt input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:16px;}
.log .log_form .log_form_list dt input::-moz-placeholder{ /* Mozilla Firefox 19+ */ color:#999999; font-size:16px;}
.log .log_form .log_form_submit { border:0px; padding-top:10px;}
.log .log_form .log_form_submit dt{ width:100%;}
.log .log_form .log_form_submit dt input{ line-height:50px; background:#0c5f96; color:#fff; font-size:20px; cursor:pointer;}
.log .log_form .log_form_bottom{  width:360px; margin:0 auto;}
.log .log_form .log_form_bottom a{ font-size:14px; color:#333333;}
.log .log_form .log_form_bottom a:last-child{ color:#0c5f96;}


.log_footer{ text-align:center; text-align:center; margin-top:83px;}
.log_footer dd a{ font-size:14px; color:#666666;}
.log_footer dd span{ font-size:14px; color:#000000; display:inline-block; margin:0px 25px;}
.log_footer dt{ color:#999999; font-size:14px; margin-top:10px;}







.admin_banner img{ max-width:100%;}

.mw1200 .pc_all .pc_all_contnet{ max-width:1200px;}
.mw1200 .footer_content .footer_content_list{ width:10%;}
.admin{ background:#f5f5f5; padding:0px; padding-bottom:65px;}
.admin .pc_all_contnet{ margin-bottom:-2%;}
.admin .admin_top{ padding:35px 0px;}
.admin .admin_top a{ font-size:16px; color:#666666;}
.admin .admin_top a img{ margin-right:10px;}
.admin .admin_top span{ margin:0px 10px; font-size:16px; color:#666666;}
.admin .admin_top a.on{ color:#1b4f9b;}
.admin .admin_bottom .admin_bottom_list{ display:inline-block; width:23%; margin-right:2.6%; box-shadow:0px 2px 13px rgba(0,0,0,.09); background:#fff url("ln14.png")/*tpa=http://yiyuan.test.win-8.cn/skin/yiyuan/images/ln14.png*/ no-repeat 100% 100%; margin-bottom:4%; text-align:center; padding:40px 0px; border-radius:30px 0px 30px 0px;}
.admin .admin_bottom .admin_bottom_list:nth-child(4n){ margin-right:0px;}
.admin .admin_bottom .admin_bottom_list dt{ font-size:18px; color:#333333; margin-top:12px; transition: all 0.3s ease 0s;}
.admin .admin_bottom .admin_bottom_list:hover dt{ color:#1b4f9b; transition: all 0.3s ease 0s;}




.registered{ padding:75px 0px; position:inherit; margin-top:0px; top:0px; width:100%; box-shadow:0px 0px 0px;}
.registered:before,.registered:after{ display:none;}
.mw1200 .registered .pc_all_contnet{ max-width:900px; margin-bottom:0px;}
.registered .pc_all_contnet .registered_top{ line-height:44px;}
.registered .pc_all_contnet .registered_top .registered_top_right{ font-size:14px; color:#666;}
.registered .pc_all_contnet .registered_top .registered_top_right a{ font-size:14px; color:#0c5f96;}
.registered .pc_all_contnet .registered_top .registered_top_right span{ display:inline-block; margin:0px 20px;}
.registered .pc_all_contnet .registered_bottom{ background:#fff; margin-top:28px; border-radius:5px; overflow:hidden;}
.registered .pc_all_contnet .registered_bottom .registered_bottom_title{ font-size:24px; color:#fff; line-height:76px; background:#0c5f96; text-align:center;}
.registered .pc_all_contnet .registered_bottom .log_form{ padding:53px 0px;}
.registered .log_form .log_form_list dt #btnSendCode{ line-height:48px; background:#e9e9e9; color:#333333; font-size:16px; cursor:pointer;}
.registered .log_form .bottom_form_list{ text-align:center;}
.registered .log_form .bottom_form_list select{ height:48px; width:360px; margin:0 auto; line-height:48px; border:1px solid #dcdcdc; margin-bottom:15px; font-size:16px; color:#999999; padding:0px 15px;}
.registered .log_form .bottom_form_list select{ 
    /* 清除默认的箭头样式 */
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    /* 右侧添加小箭头的背景图 */
	background: #fff url("bn43.png")/*tpa=http://yiyuan.test.win-8.cn/skin/yiyuan/images/bn43.png*/ no-repeat 95% 50%;
    background-size: 12px;
}
.registered .log_form .log_form_bottom{ text-align:center; padding-top:10px;}
.registered .log_form .log_form_bottom .checkboxWrapper label{ display:flex; width:210px; margin:0 auto;}
.registered .log_form .log_form_bottom .checkboxWrapper label dd{ line-height:14px;}
.registered .log_form .log_form_bottom .checkboxWrapper label dd a{ font-weight:bolder;}



/*------------------Checkbox前方高能----------------------*/
.checkboxWrapper {
	display:block;
	/* you can replace with 'display:inline-block' if you want parent element inline */
}
.checkboxWrapper input[type="checkbox"] {
	display:none;
}
.checkboxWrapper input[type="checkbox"] + label {
	cursor:pointer;
	line-height: 10px;
}
.checkboxWrapper input[type="checkbox"] + label i {
	display:inline-block;
	vertical-align:middle;
	margin-right: 7px;
}
.checkboxWrapper input[type="checkbox"] + label path {
	stroke-dashoffset:-189;
	stroke:inherit;
	stroke-dasharray:189;
	transition:all ease-in-out 0.5s;
	-webkit-transition:all ease-in-out 0.5s;
	-moz-transition:all ease-in-out 0.5s;
	-ms-transition:all ease-in-out 0.5s;
	-o-transition:all ease-in-out 0.5s;
}
.checkboxWrapper input[type="checkbox"]:checked + label path {
	stroke-dashoffset:0;
}
/*----------------------color------------------------*/
/* Turquoise theme */
	.theme1 {
	stroke:#1ABC9C;
}
/**/

/* Emerald theme */
	.theme2 {
	stroke:#2ECC71;
}
/**/

/* Peterriver theme */
	.theme3 {
	stroke:#3498DB;
}
/**/

/* Amethyst theme */
	.theme4 {
	stroke:#9B59B6;
}
/**/

/* Wet Asphalt theme */
	.theme5 {
	stroke:#34495E;
}
/**/

/* Carrot theme */
	.theme6 {
	stroke:#E67E22;
}
/**/
/* Alizarin theme */
	.theme7 {
	stroke:#E74C3C;
}
.theme8 {
	stroke:#0c5f96;
}
/**/

/*-----------------------size------------------------------*/
.tweentyCheckboxSize.checkboxWrapper input[type="checkbox"] + label i svg {
	width:20px;
	height:20px;
}
.thirtyCheckboxSize.checkboxWrapper input[type="checkbox"] + label i svg {
	width:30px;
	height:30px;
}
.fortyCheckboxSize.checkboxWrapper input[type="checkbox"] + label i svg {
	width:40px;
	height:40px;
}
.fiftyCheckboxSize.checkboxWrapper input[type="checkbox"] + label i svg {
	width:50px;
	height:50px;
}
.sixtyCheckboxSize.checkboxWrapper input[type="checkbox"] + label i svg {
	width:60px;
	height:60px;
}
.seventyCheckboxSize.checkboxWrapper input[type="checkbox"] + label i svg {
	width:60px;
	height:60px;
}










.inf .pc_all_contnet{ margin-bottom:0px;}
.inf .inf_content .inf_content_left{ width:254px; background:#fff; padding:30px}
.inf .inf_content .inf_content_left .content_left_list{ margin-bottom:30px;}
.inf .inf_content .inf_content_left .content_left_list:last-child{ margin-bottom:0px;}
.inf .inf_content .inf_content_left .content_left_list .left_list_title{ font-size:18px; color:#333333; line-height:50px; padding-left:17px; background:#f2f2f2; margin-bottom:25px;}
.inf .inf_content .inf_content_left .content_left_list .left_list_title img{ margin-right:9px;}
.inf .inf_content .inf_content_left .content_left_list .left_list_txt{ padding-left:47px;}
.inf .inf_content .inf_content_left .content_left_list .left_list_txt a{ display:inline-block; width:100%; font-size:15px; margin-bottom:20px; position:relative;}
.inf .inf_content .inf_content_left .content_left_list .left_list_txt a:before{ content:""; display:inline-block; position:absolute; width:15px; height:9px;
 background: url("ln21.png")/*tpa=http://yiyuan.test.win-8.cn/skin/yiyuan/images/ln21.png*/ no-repeat 50% 50%; right:54px; top:6px; opacity:0; transition: all 0.3s ease 0s;
}
.inf .inf_content .inf_content_left .content_left_list .left_list_txt a:last-child{ margin-bottom:0px;}
.inf .inf_content .inf_content_left .content_left_list .left_list_txt a:hover{ color:#1b4f9b;}
.inf .inf_content .inf_content_left .content_left_list .left_list_txt a:hover:before{ opacity:1; transition: all 0.3s ease 0s;}
.inf .inf_content .inf_content_left .content_left_list .left_list_txt a.on{ color:#1b4f9b;}
.inf .inf_content .inf_content_left .content_left_list .left_list_txt a.on:before{ opacity:1; transition: all 0.3s ease 0s;}
.inf .inf_content .inf_content_right{ width:906px; background:#fff; padding:0px 45px; min-height:690px;}
.inf .inf_content .inf_content_right .content_right_title{ font-size:22px; color:#333333; line-height:65px; border-bottom:1px solid #dcdcdc;}
.inf .inf_content .inf_content_right .content_right_form{ padding:40px 0px;}
.inf .inf_content .inf_content_right .content_right_form .right_form_list{ width:341px; margin:0 auto; margin-bottom:30px;}
.inf .inf_content .inf_content_right .content_right_form .right_form_list dd{ font-size:16px; color:#333333; margin-bottom:15px;}
.inf .inf_content .inf_content_right .content_right_form .right_form_list dt .button{ font-size:16px; color:#333333;}
.inf .inf_content .inf_content_right .content_right_form .right_form_list dt input{ line-height:44px; border:1px solid #dcdcdc; padding:0px 20px; width:100%; font-size:16px; color:#333;}
.inf .inf_content .inf_content_right .content_right_form .right_form_submit{ text-align:center;}
.inf .inf_content .inf_content_right .content_right_form .right_form_submit input{ line-height:44px; width:128px; background:#1b4f9b; color:#fff; font-size:16px; cursor:pointer;}
.inf .inf_content .inf_content_right .content_right_form .right_form_submit input:last-child{ line-height:44px; width:128px; background:#cccccc; color:#333; font-size:16px; margin-left:15px;}




.inf .inf_content .radio_jibie .button{ cursor: pointer; margin-right: 40px; margin-left:0px;}
.inf .inf_content .radio_jibie .button{ display: inline-block; background: url("off.png")/*tpa=http://yiyuan.test.win-8.cn/skin/yiyuan/images/off.png*/ no-repeat 0% 50%; padding-left: 23px; font-size: 14px; color: #333333;}
.inf .inf_content .radio_jibie input[type=radio]:checked ~ .button{ background: url("on.png")/*tpa=http://yiyuan.test.win-8.cn/skin/yiyuan/images/on.png*/ no-repeat 0% 50%;}
.inf .inf_content .radio_jibie input[type=radio]{display: none;}




.ASearch .pc_all_contnet{ margin-bottom:0px;}
.ASearch .ASearch_content .PReservation_left{ padding-top:35px;}
.ASearch .ASearch_content .PReservation_left dt{ margin-top:5px;}
.ASearch .ASearch_content .Sdetails_nav_right{ padding:40px 0px;}
.ASearch .ASearch_content .Sdetails_nav_right .PReservation_left dd{ font-size:24px;}
.ASearch .ASearch_content .Sdetails_nav_right .PReservation_left dt{ font-size:14px;}





.Outpatient .pc_all_contnet{ margin-bottom:0px;}
.Outpatient .Outpatient_content .Sdetails_nav_right{ padding:0px; box-shadow:0px 0px 0px; padding:40px 0px;}
.Outpatient .Outpatient_content .team_title .team_title_list{ padding-left:25px;}
.Outpatient .Outpatient_content .team_title .team_title_list:nth-child(3){ padding-left:9px;}





.Outpatient_date .teamD_bottom{ margin-top:0px; padding:40px 0px;}
.Outpatient_date .teamD_bottom .teamD_bottom_right{ margin-left:0px; width:100%; margin-top:0px;}
.Outpatient_date .teamD_bottom .teamD_bottom_right .bottom_right_content{ padding:0px; box-shadow:0px 0px 0px; margin-top:0px;}


.Outpatient_reservation_bg{ background:rgba(0,0,0,.4); position:fixed; top:0; left:0; width:100%; height:100%; z-index:10; display:none;}
.Outpatient_reservation{ position:fixed; left:0; right:0; margin:0 auto; top:25%; width:468px; background:#fff; z-index:12; padding:30px; display:none;}
.Outpatient_reservation .Outpatient_reservation_title{ line-height:26px;}
.Outpatient_reservation .Outpatient_reservation_title dd{ font-size:24px; color:#333333;}
.Outpatient_reservation .Outpatient_reservation_title dt{ cursor:pointer;}
.Outpatient_reservation .Outpatient_reservation_date{ text-align:left; font-size:16px; color:#333333; padding:20px 0px;}
.Outpatient_reservation .Outpatient_reservation_date span{ font-size:16px; color:#999999; margin:0px 17px;}
.Outpatient_reservation .Outpatient_reservation_time .reservation_time_list{ background:#f5f5f5; border-radius:10px; display:inline-block; width:100%; line-height:48px; cursor:pointer;}
.Outpatient_reservation .Outpatient_reservation_time .reservation_time_list dd{ font-size:14px; color:#333333;}
.Outpatient_reservation .Outpatient_reservation_time .reservation_time_list dt{ color:#1b4f9b; font-size:14px;}
.Outpatient_reservation .Outpatient_reservation_time .reservation_time_list.on{ cursor:not-allowed;}
.Outpatient_reservation .Outpatient_reservation_time .reservation_time_list.on dd{ color:#666666;}
.Outpatient_reservation .Outpatient_reservation_time .reservation_time_list.on dt{ color:#666666;}
.Outpatient_reservation .Outpatient_reservation_submit{ text-align:center; padding-top:15px;}
.Outpatient_reservation .Outpatient_reservation_submit input{ width:123px; border-radius:5px; line-height:38px; text-align:center; font-size:16px; color:#fff; background:#1b4f9b; cursor:pointer;}
.Outpatient_reservation .radio_jibie .clear{ width:100%; padding:0px 20px;}
.Outpatient_reservation .radio_jibie input[type=radio]:checked ~ .clear{ background: url("ln22.png")/*tpa=http://yiyuan.test.win-8.cn/skin/yiyuan/images/ln22.png*/ no-repeat 99% 50%;}
.Outpatient_reservation .radio_jibie input[type=radio]{display: none;}








.Iphone{ padding:0px; padding-bottom:65px;}
.Iphone .pc_all_contnet{ margin-bottom:0px;}
.mw1200 .Iphone .pc_all_contnet{ max-width:1200px;}
.Iphone .Iphone_top{ margin-top:40px;}
.Iphone .Iphone_top .Iphone_top_img{ text-align:center;}
.Iphone .Iphone_top .Iphone_top_txt{ padding:0px 20px; margin-top:20px;}
.Iphone .Iphone_top .Iphone_top_txt dd{ width:33.33%; text-align:center; font-size:15px; color:#666;}
.Iphone .Iphone_top .Iphone_top_txt dd.on{ color:#1b4f9b;}
.Iphone .Iphone_bottom{ padding-top:55px; text-align:center;}
.Iphone .Iphone_bottom dt{ font-size:18px; color:#333; margin-top:25px; margin-bottom:10px;}
.Iphone .Iphone_bottom p a{ font-size:14px; color:#54bd58;}















.MyReservation .pc_all_contnet{ margin-bottom:0px;}
.MyReservation .MyReservation_content{ padding:40px 0px;}
.MyReservation .MyReservation_content .MyReservation_content_list{ border:1px solid #dcdcdc; padding:0px 25px; line-height:60px; margin-bottom:10px; transition: all 0.3s ease 0s;}
.MyReservation .MyReservation_content .MyReservation_content_list:hover{ box-shadow:0px 0px 15px rgba(0,0,0,.1); transition: all 0.3s ease 0s;}
.MyReservation .MyReservation_content .MyReservation_content_list dd{ font-size:16px; color:#333333;}
.MyReservation .MyReservation_content .MyReservation_content_list dd span{ margin:0px 15px; font-size:16px; color:#999999;}
.MyReservation .MyReservation_content .MyReservation_content_list dt{ font-size:16px; color:#008363;}
.MyReservation .MyReservation_content .MyReservation_content_list dt img{ margin-right:10px;}






.expert .pc_all_contnet{ margin-bottom:0px;}
.expert .expert_content{ padding:40px 0px;}
.expert .expert_content .expert_list{ display:inline-block; width:31.3%; margin-right:3%; border:1px solid #dcdcdc; border-radius:10px; padding:20px; margin-bottom:3%;}
.expert .expert_content .expert_list .expert_list_img{ width:102px; height:102px; border-radius:100px; overflow:hidden; border:1px solid #dcdcdc; margin:0 auto;}
.expert .expert_content .expert_list .expert_list_img img{ width:100%; height:115px;  object-fit:cover;}
.expert .expert_content .expert_list:nth-child(3n){ margin-right:0px;}
.expert .expert_content .expert_list .expert_list_txt dd{ text-align:center; font-size:16px; color:#333333; padding:14px 0px;}
.expert .expert_content .expert_list .expert_list_txt dt{ font-size:14px; color:#666666; line-height:26px;
display: -webkit-box; text-align:justify;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
overflow: hidden;
}
.expert .expert_content .expert_list .expert_list_bottom{ width:100%; line-height:35px; text-align:center; font-size:16px; color:#fff; background:#008363; border-radius:5px; margin-top:15px;}























@media screen and (max-width:1455px){
.pc_all .pc_all_contnet{ max-width:1200px;}
.team .team_title .team_title_list{ padding-left:28px; }
.details_banner .details_banner_content{ width:1200px;}


.banner .swiper-pagination{ width:10%;}
.banner .swiper-slide img{ width:100%; height:525px; object-fit:cover;}


.medical .medical_right{ padding:1.5% 0px;}
.medical .medical_right .medical_right_title{ margin-bottom:20px;}
.medical .medical_right .medical_right_content a{ margin-top:20px;}
.medical .medical_right .medical_right_bottom{ margin-top:30px;}
.medical .medical_right .medical_right_bottom .right_bottom_list{ margin-right:22px;}



.DNews .DNews_content .DNews_content_list .content_list_img img{ height:167px;}


.Academic .news_img .news_img_slick .img_slick_xunimg img{ height:288px;}
.Academic .news_content,.Academic .news_hot{ height:288px;}
.Academic .news_content{ padding:37px 50px;}


.PReservation .PReservation_left{ padding-top:20px;}
.PReservation .Sdetails_nav_right{ padding:35px 50px;}



.DepartmentD .DepartmentD_team .DepartmentD_team_left{ width:22%;}
.DepartmentD .DepartmentD_team .DepartmentD_team_right{ width:75%;}



.search .search_top{ padding:45px;}


.message .message_right .message_right_content .right_content_list:last-child{ width:100%;}




.footer .footer_content .footer_content_list{ width:9%; margin-right:34px;}
}








@media screen and (max-width:1200px){
.mo_phone{ display:block;}
.all{ width: 96% !important; margin: 0 auto;height:auto}
.pc_top,.pc_nav{ display: none;}
.footer .pc_all_contnet{ display:none;}
.Copyright .pc_all_contnet{ display:block;}
.footer{ padding-bottom: 0px !important;}
.mo_footer{ display:block;}
.mo_top{display: block;}
.mo_height{ height: 50px;}
.index_ourys .index_ourys_nei .ourys_nei_wen,.details_banner .details_banner_content .banner_content_txt,.details_banner .details_banner_content a{ display: none;}
.details_banner{ position:relative;}
.pc_all .pc_all_contnet{ width: 96%; margin: 0 auto;height:auto; overflow: hidden;}
.slick-dots li{ width: 10px !important; height: 1px !important; margin: 0px 4px !important;}
img{ max-width: 100%;}

.Copyright .Copyright_right,.Copyright .Copyright_left{ width:100%; text-align:center;}

.details_banner .details_banner_content .banner_content_title:before{ display:none;}
.details_banner .details_banner_content .banner_content_title{ position:absolute; left:50%; top:50%; transform:translateX(-50%) translateY(-50%); text-align:center; padding:0px; margin:0px;}
.details_banner .details_banner_content .banner_content_title dd{ font-size:18px;}
.details_banner .details_banner_content .banner_content_title dt{ font-size:16px;}

.Features .pc_all_contnet{ top:0px;}
#navSelected{ display:none;}


.banner .swiper-slide img{ height:auto;}


.PJoin .PJoin_top .PJoin_top_left{ text-align:center; background:#fff; margin-bottom:35px;}
.PJoin .PJoin_top .PJoin_top_left img{ width:auto;}
.PJoin .PJoin_top .PJoin_top_left,.PJoin .PJoin_top .PJoin_top_right{ width:100%;}

.Sdetails_nav .Sdetails_nav_left{ width:14%; margin-right:2%;}


.team .team_title .team_title_list dd img{ max-width: none; }
.team .team_title .team_title_list{ padding-left:15px; font-size:16px;}


.Online .Online_content{ padding:0px 25px;}

.search .search_top .search_top_left,.search .search_top .search_top_right{ width:100%; float:none;}
.search .search_top .search_top_right{ margin:0 auto; margin-top:25px;}
.search .search_top .search_top_right .top_right_list{ width:100%;}




.lin .lin_nei .lin_nei_left{ text-align: center; width: 100%;}
.lin .lin_nei .lin_nei_right{ width: 100%;}


.details_banner .details_banner_content{ width: 100%;}
.culture .culture_right{ width: 100%; padding: 22px;}



.inf .inf_content .inf_content_left{ display:none;}
.inf .inf_content .inf_content_left,.inf .inf_content .inf_content_right{ width:100%;}
}

@media screen and (max-width:960px){


.details_nav{ padding:15px 0px;}
.details_nav .details_nav_left,.details_nav .details_nav_right{ width:100%;}
.details_nav .details_nav_left a{ width:49%; margin-right:2%; font-size:16px; text-align:center; border:1px solid #dcdcdc; line-height:45px; margin-top:2%; border-radius:100px;}
.details_nav .details_nav_left a:nth-child(2n){ margin-right:0px;}
.details_nav .details_nav_left a.on{ color:#fff; background:#0c5f96; border:1px solid #0c5f96; color:#fff;}




.Sdetails_nav{ padding:30px 0px;}
.Sdetails_nav .Sdetails_nav_left,.Sdetails_nav .Sdetails_nav_right{ width:100%;}
.Sdetails_nav .Sdetails_nav_left a{ width:48%; margin-right:4%; font-size:14px; margin-bottom:4%;}
.Sdetails_nav .Sdetails_nav_left a:nth-child(2n){ margin-right:0px;}
.Sdetails_nav .Sdetails_nav_right .news_img,.Sdetails_nav .Sdetails_nav_right .news_content{ width:100%;}





.medical .medical_right .medical_right_bottom .right_bottom_list dd img{ max-width:none;}
.medical .medical_left,.medical .medical_right{ width:100%;}



.Features .pc_all_contnet{ position:relative;}


.IndexNews{ padding-top:30px; margin-top:25px; padding-bottom:30px;}
.IndexNews .IndexNews_bottom .IndexNews_bottom_left img{ width:100%;}
.IndexNews .IndexNews_bottom .IndexNews_bottom_left,.IndexNews .IndexNews_bottom .IndexNews_bottom_right{ width:100%;}
.IndexNews .IndexNews_bottom .IndexNews_bottom_right{ margin-left:0px; margin-top:25px;}


.Academic .news_content, .Academic .news_hot{ height:auto;}


.Sdetails_nav .Sdetails_nav_left{ margin-right:0px;}


.DNews .DNews_content .DNews_content_list .content_list_img img{ height:140px;}
.DNewsStory .DNews_content .DNews_content_list{ margin-right:0px;}
.DNewsStory .DNews_content .DNews_content_list .content_list_img img{ height:209px;}



.about .Sdetails_nav_right{ padding:25px;}
.about .Sdetails_nav_right .about_title dd{ font-size:25px;}


.Medical .Medical_content .Medical_content_list{ width:48%;}
.Medical .Medical_content .Medical_content_list:nth-child(2n){ float:right;}
.Medical .Medical_content .Medical_content_list .content_list_img img{ height:auto;}
.Medical .Medical_content .Medical_content_list .content_list_img,.Medical .Medical_content .Medical_content_list .content_list_content{ width:100%;}
.Medical .Medical_content .Medical_content_list .content_list_content{ padding:20px 25px;}



.reservation .reservation_list{ width:100%; margin-bottom:35px; margin-right:0px;}



.team .Sdetails_nav_right{ padding:0px;}
.team .team_title{ padding:25px;}
.team .team_title .team_title_list dd img{ max-width:none;}
.team .team_title .team_title_list{ padding-left:20px; width:33.33%;}
.team .team_txt .team_txt_list .txt_list_left,.team .team_txt .team_txt_list .txt_list_right{ width:100%;}
.team .team_txt .team_txt_list .txt_list_right{ padding-left:0px;}




.teamD .teamD_bottom .teamD_bottom_left{ text-align:center; margin-bottom:35px;}
.teamD .teamD_bottom .teamD_bottom_left img{ max-width:100%; width:auto;}
.teamD .teamD_bottom .teamD_bottom_left,.teamD .teamD_bottom .teamD_bottom_right{ width:100%;}
.teamD .teamD_bottom .teamD_bottom_right .bottom_right_content .right_content_c a{ width:25%;}
.teamD .teamD_bottom .teamD_bottom_right .bottom_right_content{ padding:20px;}




.Online .Online_content{ padding:0px;}



.PReservation .PReservation_left dd{ font-size:35px;}








.search .search_top .search_top_left,.search .search_top .search_top_right{ width:100%;}
.search .search_top .search_top_right{ margin-top:85px;}
.search .search_top .search_top_right .top_right_list{ width:100%;}



.PJoin .PJoin_top .PJoin_top_left img{ height:auto;}
.PJoin .Sdetails_nav_right{ padding:0px;}




.guide .Sdetails_nav_right{ padding:0px;}
.guide .guide_top{ padding:22px;}
.guide .guide_top .guide_top_title .top_title_list dd img{ max-width:none;}
.guide .guide_top .guide_top_title .top_title_list{ width:50%;}





.ReviewForm .ReviewForm_title{ font-size:18px; margin-bottom:20px;}
.ReviewForm .ReviewForm_content{ padding:15px;}
.ReviewForm .ReviewForm_content .ReviewForm_content_list{ width:100%; margin-right:0px;}
.ReviewForm .ReviewForm_content .Remark{ font-size:15px; padding:20px; text-align:justify;}
.ReviewForm .ReviewForm_content .submit input{ margin-right:3%;}
.ReviewForm .ReviewForm_content .submit input,.ReviewForm .ReviewForm_content .submit a{ width:48%; float:left; font-size:16px;}



.news_details .pc_all_contnet{ padding:25px;}
.Medical .Medical_content .Medical_content_list .content_list_content dd{ padding-bottom:0px;}
.Medical .Medical_content .Medical_content_list .content_list_content dd:before{ display:none;}




.DNews .DNews_content .DNews_content_list{ width:32%; margin-right:2%;}
.DNews .DNews_content .DNews_content_list:nth-child(3n){ margin-right:0px;}




.news_details .news_details_title dd{ font-size:20px; padding-bottom:10px;}





.message .message_left,.message .message_right{ width:100%;}
.message .message_right{ margin-top:35px; margin-left:0px;}





.join .join_content{ padding-top:25px;}
.join .join_content .join_content_list{ width:49%; margin-right:2%; margin-top:2%;}
.join .join_content .join_content_list:nth-child(2n){ margin-right:0%;}


.DNewsStory .DNews_content .DNews_content_list{ width:100%;}



.search_details .search_details_left{ margin-bottom:30px;}
.search_details .search_details_right .details_right_title{ font-size:20px; text-align:center;}
.search_details .search_details_left .details_left_title{ text-align:center; font-size:18px;}
.search_details .search_details_left,.search_details .search_details_right{ width:100%;}




.search_details{ padding:30px 0px;}
}


@media screen and (max-width:780px){
.reservation .reservation_list .reservation_list_right{ padding:20px 0px;}

}




@media screen and (max-width:600px){
.search_details .search_details_right .details_right_content .right_content_list{ padding:15px 0px;}
.search_details .search_details_right .details_right_content .right_content_list dd{ width:25%;}
.search_details .search_details_right .details_right_content .right_content_list dt{ width:73%;}
.search_details .search_details_right .details_right_content{ padding:15px;}


.reservation{ padding:55px 15%;}


.culture .culture_right .culture_right_title dd{ font-size: 26px;}
.culture .culture_right .culture_right_title dt{ font-size: 18px; padding: 13px 0px;}
	
.message .message_right{ margin-top:0px;}	
	
	
.Medical .Medical_content .Medical_content_list{ width:100%;}	
	
	
.IndexNews .IndexNews_title{ margin-bottom:0px;}
.IndexNews .IndexNews_title .IndexNews_title_left,.IndexNews .IndexNews_title .IndexNews_title_right{ width:100%;}
.IndexNews .IndexNews_title .IndexNews_title_left{ text-align:center; margin-bottom:15px; font-size:20px;}
.IndexNews .IndexNews_title .IndexNews_title_right{ overflow:hidden;}
.IndexNews .IndexNews_title .IndexNews_title_right a{ display:inline-block; width:48%; margin-right:0px; float:left; text-align:center; font-size:16px; margin-bottom:10px; border:1px solid #dcdcdc; background:#fff; border-radius:100px; line-height:38px;}
.IndexNews .IndexNews_title .IndexNews_title_right a.on{ background:#0c5f96; border:1px solid #0c5f96; color:#fff;}
.IndexNews .IndexNews_title .IndexNews_title_right a.on:before{ display:none;}
.IndexNews .IndexNews_title .IndexNews_title_right a:nth-child(2n){ float:right;}
.IndexNews .IndexNews_bottom .IndexNews_bottom_left .bottom_left_list .left_list_top img { height: 225px;}
	
	
	
.banner .swiper-slide img{ height:165px;}
.Features{ margin:4% 0px;}
.Features .Features_list{ width:50%; padding:20px 0px;}
.Features .Features_list .Features_list_icon{ line-height:45px;}
.Features .Features_list .Features_list_icon img{ height:35px;}
.Features .Features_list dd{ font-size:16px;}
.Features .Features_list dt p{ font-size:13px;}
.bannerFx{margin-top:50px;}

.IndexNews .IndexNews_bottom .IndexNews_bottom_right .bottom_right_list .right_list_txt .list_txt_title dd{ width:60%;}
.IndexNews .IndexNews_bottom .IndexNews_bottom_right .bottom_right_list .right_list_txt .list_txt_title dt{ width:40%;}


.IndexNews .IndexNews_bottom .IndexNews_bottom_right .bottom_right_list .right_list_img{ width:40%;} 
.IndexNews .IndexNews_bottom .IndexNews_bottom_right .bottom_right_list .right_list_txt{ width:60%;}
.IndexNews .IndexNews_bottom .IndexNews_bottom_right{ margin-left:0px; margin-top:25px;}


.IndexNews .IndexNews_bottom .IndexNews_bottom_left,.IndexNews .IndexNews_bottom .IndexNews_bottom_right{ width:100%;}


.medical,.Academic,.DNews,.news_details{ padding:25px 0px;}
.medical .medical_left,.medical .medical_right{ width:100%;}
.medical .medical_left{ margin-bottom:25px;}
.medical .medical_right .medical_right_title dd{ font-size:22px;}
.medical .medical_right .medical_right_title dt{ font-size:15px; margin-top:8px;}
.medical .medical_right .medical_right_bottom .right_bottom_list{ width:45%; border-radius:10px; margin-bottom:5%; margin-right:10%;}
.medical .medical_right .medical_right_bottom .right_bottom_list:nth-child(2n){ margin-right:0px;}
.medical .medical_right .medical_right_bottom .right_bottom_list dd img{ max-width:inherit;}


.Academic .news_img,.Academic .news_content{ width:100%;}
.Academic .news_content, .Academic .news_hot{ height:auto;}
.Academic .news_content{ padding:20px;}
.Academic .news_img .news_img_slick .img_slick_xunimg img{ height:auto;}








.DNews .DNews_content .DNews_content_list{ width:48%; margin-right:4%; margin-bottom:4%;}
.DNews .DNews_content .DNews_content_list:nth-child(2n){ margin-right:0px;}
.DNews .DNews_content .DNews_content_list .content_list_txt{ padding:13px;}
.DNews .DNews_content .DNews_content_list:nth-child(3){ margin-right:4%;}



.news_details .pc_all_contnet{ padding:25px 15px;}
.news_details .news_details_title dd{ font-size:18px;}
.news_details .news_details_content .news_page .news_page_left{ width:100%;}
.news_details .news_details_content .news_page .news_page_left .page_left_list{
overflow: hidden; width:100%;
text-overflow:ellipsis;
white-space: nowrap;
}
.news_details .news_details_content .news_page .news_page_right{ width:100%; margin-top:25px;}





.DNewsStory .DNews_content .DNews_content_list{ padding:0px; border-bottom:0px;}
.DNewsStory .DNews_content .DNews_content_list .content_list_img,.DNewsStory .DNews_content .DNews_content_list .content_list_txt,.DNewsStory .DNews_content .DNews_content_list .content_list_more{ width:100%;}
.DNewsStory .DNews_content .DNews_content_list .content_list_txt dd{ font-size:16px; display:block;}
.DNewsStory .DNews_content .DNews_content_list .content_list_txt p{ margin-top:10px; font-size:14px;}
.DNewsStory .DNews_content .DNews_content_list .content_list_more span{ width:100%; text-align:center;}




.about .Sdetails_nav_right{ padding:25px;}
.about .Sdetails_nav_right .about_title dd{ font-size:22px;}
.about .Sdetails_nav_right .about_content p{ font-size:14px; line-height:26px; margin-bottom:14px;}
.about .Sdetails_nav_right .about_bottom .about_bottom_txt .bottom_txt_list{ width:47%; margin-bottom:35px;}
.about .Sdetails_nav_right .about_bottom .about_bottom_txt .bottom_txt_list:nth-child(2n){ float:right;}
.about .Sdetails_nav_right .about_bottom .about_bottom_txt .bottom_txt_list:nth-child(3){ margin-bottom:0px;}
.about .Sdetails_nav_right .about_bottom .about_bottom_txt .bottom_txt_list:nth-child(4){ margin-bottom:0px;}
.about .Sdetails_nav_right .about_bottom .about_bottom_img img{ height:260px; object-fit:cover;}
.about .Sdetails_nav_right .about_bottom .about_bottom_txt .bottom_txt_list dd{ font-size:25px;}
.about .Sdetails_nav_right .about_bottom .about_bottom_txt .bottom_txt_list dt{ font-size:13px;}
.about .Sdetails_nav_right .about_bottom .about_bottom_txt .bottom_txt_list:before{ display:none;}



.Aproduct .Aproduct_content .Aproduct_content_list{ width:48%; margin-right:4%;}
.Aproduct .Aproduct_content .Aproduct_content_list:nth-child(2n){ margin-right:0px;}
.Aproduct .Aproduct_content .Aproduct_content_list:nth-child(3){ margin-right:4%;}
.Aproduct .Aproduct_content .Aproduct_content_list .content_list_txt dd{ font-size:16px;}


.surroundings .surroundings_title{ font-size:14px; padding:15px;}
.surroundings .surroundings_content .surroundings_content_list .content_list_li{ margin-bottom:10px;}



.Medical{ padding:35px 0px;}
.Medical .Medical_content .Medical_content_list .content_list_img,.Medical .Medical_content .Medical_content_list .content_list_content{ width:100%;}
.Medical .Medical_content .Medical_content_list .content_list_img img{ height:auto;}
.Medical .Medical_content .Medical_content_list .content_list_content{ padding:20px;}
.Medical .Medical_content .Medical_content_list .content_list_content dt{ margin-top:20px;}



.DMedical .DMedical_title{ font-size:20px;}
.DMedical .DMedical_content .DMedical_content_list dd{ font-size:18px;}
.DMedical .DMedical_content .DMedical_content_list dt p{ font-size:14px; line-height:28px;}
.DMedical .DMedical_img{ margin-bottom:25px;}
.DMedical .DMedical_content .DMedical_content_list{ margin-bottom:30px;}




.Online .Sdetails_nav_right{ padding:25px 15px;}
.Online .Online_title{ font-size:20px;}
.Online .Online_content{ padding:0px;}
.Online .Online_content .Online_content_list dd{ width:14%;}
.Online .Online_content .Online_content_list dt{ width:84%;}
.Online .Online_content .Online_content_submit{ padding-top:0px;}
.Online .Online_content .Online_content_submit input{ width:150px; line-height:45px; font-size:16px;}


.PReservation .PReservation_left,.PReservation .PReservation_right{ width:100%;}
.PReservation .PReservation_right{ margin-top:35px;}
.PReservation .PReservation_left dd,.PReservation .PReservation_left dt{ padding-left:0px; text-align:center;}
.PReservation .PReservation_left p{ display:none;}
.PReservation .PReservation_left dt{ margin-top:15px;}
.PReservation .PReservation_left dd{ font-size:18px;}


.Department .Department_content .Department_content_list{ width:49%; margin-right:2%; margin-bottom:25px;}
.Department .Department_content .Department_content_list:nth-child(2n){ margin-right:0px;}
.Department .Department_content .Department_content_list dt{ font-size:16px;}



.DepartmentD .DepartmentD_top{ padding:15px;}
.DepartmentD .DepartmentD_top .DepartmentD_top_img{ margin-bottom:20px;}
.DepartmentD .DepartmentD_top .DepartmentD_top_txt .top_txt_list dd{ font-size:18px;}
.DepartmentD .DepartmentD_top .DepartmentD_top_txt .top_txt_list dt p{ font-size:13px;}
.DepartmentD .DepartmentD_img .DepartmentD_img_title{ font-size:20px; margin-bottom:15px;}
.DepartmentD .DepartmentD_team{ padding:15px;}
.DepartmentD .DepartmentD_team .DepartmentD_team_left,.DepartmentD .DepartmentD_team .DepartmentD_team_right{ width:100%;}
.DepartmentD .DepartmentD_team .DepartmentD_team_left{ text-align:center;}
.DepartmentD .DepartmentD_team .DepartmentD_team_left img{ height:auto; width:auto;}
.DepartmentD .DepartmentD_team .DepartmentD_team_right{ margin-top:25px;}
.DepartmentD .DepartmentD_team .DepartmentD_team_right dd{ font-size:16px;}
.DepartmentD .DepartmentD_team .DepartmentD_team_right dd span{ font-size:13px;}
.DepartmentD .DepartmentD_team .DepartmentD_team_right dt{ font-size:13px;}


.team .team_title{ padding:20px;}
.team .team_title .team_title_list{ width:50%; padding-left:0px; font-size:16px; padding-left:7%; line-height:60px;}
.team .team_title .team_title_list dd{ width:28px; margin-right:5%;}
.team .team_title .team_title_list dd img{ max-width:none; height:25px;}
.team .Sdetails_nav_right{ padding:25px 0px;}
.team .team_title .team_title_list.on dd img{ left:-24px;}
.team .team_title .team_title_list:hover dd img{ left:-24px;}
.team .team_txt .team_txt_list{ padding:15px;}
.team .team_txt .team_txt_list .txt_list_left img{ width: 100%; height: auto; object-fit: cover;}
.team .team_txt .team_txt_list .txt_list_left,.team .team_txt .team_txt_list .txt_list_right{ width:100%; padding-left:0px;}
.team .team_txt .team_txt_list .txt_list_right .list_right_title dd{ font-size:16px;}
.team .team_txt .team_txt_list .txt_list_right .list_right_title dt{ width:auto; background:#fff; color:#0c5f96; margin:0px; line-height:50px;}
.team .team_txt .team_txt_list .txt_list_right .list_right_title{ line-height:50px;}
.team .team_txt .team_txt_list .txt_list_right .list_right_txt dd{ font-size:14px; line-height:24px; height:48px;}
.team .team_txt .team_txt_list .txt_list_right .list_right_txt dt{ line-height:32px; margin:0 auto; margin-top:15px;}





.teamD{ padding:25px 0px;}
.teamD .teamD_bottom .teamD_bottom_left,.teamD .teamD_bottom .teamD_bottom_right{ width:100%;}
.teamD .teamD_bottom .teamD_bottom_right .bottom_right_title{ padding:15px;}
.teamD .teamD_bottom .teamD_bottom_right .bottom_right_title dd{ line-height:55px; font-size:16px;}
.teamD .teamD_bottom .teamD_bottom_right .bottom_right_title dd span{ margin-left:10px; font-size:13px;}
.teamD .teamD_bottom .teamD_bottom_right .bottom_right_title dt{ font-size:14px; line-height:26px;}
.teamD .teamD_bottom .teamD_bottom_right .bottom_right_content .right_content_t{ font-size:18px;}
.teamD .teamD_bottom .teamD_bottom_right .bottom_right_content .right_content_c a{ width:48%; margin-right:4%;}
.teamD .teamD_bottom .teamD_bottom_right .bottom_right_content .right_content_c a:nth-child(2n){ margin-right:0px;}
.teamD .teamD_bottom .teamD_bottom_right .bottom_right_content .right_content_b{ overflow:auto;}
.teamD .teamD_bottom .teamD_bottom_right .bottom_right_content .right_content_b table{ width:855px;}




.search{ padding:25px 0px; padding-bottom:0px;}
.search .search_top{ padding:20px;}
.search .search_top .search_top_left{ margin-bottom:55px;}
.search .search_top .search_top_left dd{ font-size:20px; margin-bottom:15px;}
.search .search_top .search_top_left dt{ font-size:14px; line-height:26px;}
.search .search_top .search_top_right .top_right_list{ width:100%;}
.search .search_top .search_top_right{ width:100%; padding:25px 20px;}
.search .search_top .search_top_right .top_right_list input{ line-height:45px; font-size:16px;}
.SearchWeChat .PReservation_left{ padding-top:0px;}
.SearchWeChat .PReservation_left dt{ font-size:13px;}





.problem .problem_list .problem_list_title{ font-size:15px; padding:15px; line-height:24px;}
.problem .problem_list .problem_list_down{ padding:0px 15px;}
.problem .problem_list .problem_list_down p{ font-size:14px;}
.problem .problem_list .problem_list_down dd{ padding:25px 20px;}
.problem .problem_list .problem_list_title img{ height:20px; margin-right:10px;}


.PJoin .PJoin_top{ margin-bottom:25px;}
.PJoin .PJoin_top .PJoin_top_left{ text-align:center;}
.PJoin .PJoin_top .PJoin_top_left img{ height:auto; max-width:100%; width:auto;}
.PJoin .PJoin_top .PJoin_top_left,.PJoin .PJoin_top .PJoin_top_right{ width:100%;}
.PJoin .PJoin_top .PJoin_top_right{ padding:25px 0px;}
.PJoin .PJoin_top .PJoin_top_right .top_right_title{ font-size:18px;}
.PJoin .PJoin_top .PJoin_top_right .top_right_txt{ padding:0px 15px;}
.PJoin .PJoin_top .PJoin_top_right .top_right_txt .right_txt_list{ width:100%; margin-right:0px;}
.PJoin .PJoin_bottom{ padding:15px;}
.PJoin .DMedical_title{ font-size:16px; margin-bottom:15px;}
.PJoin .DMedical_title img{ display:none;}






.Training .Training_top{ padding-bottom:25px;}
.Training .Training_top .Training_top_list{ padding:0px 20px; font-size:15px; line-height:55px;}







.project .project_content{ overflow:auto;}
.project .project_content table{ width:600px;}
.project .project_content table tr td{ font-size:16px;}
.project .project_content table tr td:nth-child(4){ font-size:14px; padding:10px;}





.guide .guide_top{ padding:15px;}
.guide .guide_top .guide_top_title .top_title_list{ width:50%; font-size:15px;}
.guide .guide_top .guide_top_title .top_title_list dd img{ max-width:none;}
.guide .guide_top .guide_top_content{ padding:15px;}
.guide .guide_top .guide_top_content .top_content_list p{ font-size:14px;}
.guide .guide_bottom .guide_bottom_title{ font-size:18px; margin-bottom:20px;}



.ReviewForm .ReviewForm_title{ font-size:18px; margin-bottom:20px;}
.ReviewForm .ReviewForm_content{ padding:15px;}
.ReviewForm .ReviewForm_content .ReviewForm_content_list{ width:100%; margin-right:0px;}
.ReviewForm .ReviewForm_content .Remark{ font-size:15px; padding:20px; text-align:justify;}
.ReviewForm .ReviewForm_content .submit input{ margin-right:3%;}
.ReviewForm .ReviewForm_content .submit input,.ReviewForm .ReviewForm_content .submit a{ width:48%; float:left; font-size:16px;}






.DNews .DNews_content .DNews_content_list .content_list_txt dd{ -webkit-line-clamp: 1; text-align:left;}



.Medical .Medical_content .Medical_content_list .content_list_content dd{ font-size:17px; padding-bottom:0px; margin-bottom:15px;}





.DangJ .DNews_content .DNews_content_list .content_list_txt dd{ font-size:17px;}
.DangJ .DangJ_txt{ font-size:14px; line-height:24px; height:48px;}




.join{ padding:25px 0px;}
.join .join_content{ padding-bottom:25px;}
.join .join_form .join_form_list{ width:100%; margin-bottom:15px;}
.join .join_content .join_content_list{ width:100%; margin-right:0px; padding:15px; padding-bottom:35px;}
.join .join_content .join_content_list:last-child{ margin-bottom:0px;}
.join .join_content .join_content_list .content_list_title .list_title_left{ width:100%; font-size:16px; line-height:30px;}
.join .join_content .join_content_list .content_list_title .list_title_right{ display:none;}
.join .join_content .join_content_list .content_list_txt .list_txt_li dt p{ font-size:14px;}



.contact{ padding:35px 0px;}
.contact .contact_content .contact_content_list{ padding:20px; margin-top:15px;}
.contact .contact_content .contact_content_list dd{ font-size:18px;}
.contact .contact_content .contact_content_list dt{ font-size:14px;}





.message{ padding:30px 0px;}
.message .message_left img{ height:auto;}
.message .message_left{ margin-bottom:25px;}
.message .message_left,.message .message_right{ width:100%; margin-left:0px;} 
.message .message_right .message_right_title{ font-size:16px;}
.message .message_right .message_right_title span{ font-size:14px; margin-left:0px; display:inline-block; width:100%;}
.message .message_right .message_right_content .right_content_list{ width:100%;}
.message .message_right .message_right_content .right_content_submit input{ width:46%;}
.message .message_right .message_right_content .right_content_submit input:nth-child(2){ float:right;}
.message .message_right .message_right_content .right_content_list:nth-child(4){ padding-left:20px;}





.DepartmentD .Sdetails_nav_right{ padding:25px 0px;}



.reservation{ padding:35px 0px;}
.reservation .reservation_list .reservation_list_right{ padding:35px 0px;}


.search .search_top .search_top_right{ margin-top:0px;}



.lin .lin_nei .lin_nei_left img{ width: 100%;}
.lin .lin_nei .lin_nei_right{ padding: 10px;}



.surroundings .surroundings_content .surroundings_content_list .content_list_li{ margin-bottom: 25px; width:48%; margin-right:2%; margin-bottom:2%;}
.surroundings .surroundings_content .surroundings_content_list .content_list_li:nth-child(2n){ margin-right:0px;}
.surroundings .surroundings_content .surroundings_content_list .content_list_li:nth-child(3){ margin-right:2%;}
.surroundings .surroundings_content .surroundings_content_list .content_list_li:nth-child(9){ margin-right:2%;}
.surroundings .surroundings_content .surroundings_content_list .content_list_li:nth-child(15){ margin-right:2%;}

.culture .culture_left{ padding:20px;}
.culture .culture_right_title{ font-size: 22px; color: #333333; margin-bottom:5px; padding-top:20px; padding-left:20px;}
.culture .culture_right_title span{ font-size:16px}



.yyjz .reservation .reservation_list{ width:100%; margin-right:0px;}



.log{ width:96%; margin-top:0px; position: absolute; top:10%; padding:25px 0px;}
.log:before,.log:after{ display:none;}
.log .log_top dd img{ height:40px;}
.log .log_top dt{ padding:10px 0px; font-size:18px; padding-bottom:20px;}
.log .log_form .log_form_list a{ display:inline-block; line-height:48px; background:#f3fbfe;}
.log .log_form .log_form_submit{ padding-top:0px;}
.log .log_form .log_form_submit dt input{ font-size:16px; line-height:44px;}




.registered .pc_all_contnet .registered_top .registered_top_logo,.registered .pc_all_contnet .registered_top .registered_top_right{ width:100%; text-align:center;}
.registered .pc_all_contnet .registered_top .registered_top_right{ margin-top:8px;}
.registered .pc_all_contnet .registered_bottom .registered_bottom_title{ font-size:20px; line-height:55px;}
.registered .pc_all_contnet .registered_bottom .log_form{ padding:28px 0px; padding-bottom:20px;}
.log_footer{ margin-top:50px;}
.log_footer dd{ display:none;}




.admin{ padding-bottom:25px; background:#fff;}
.admin .admin_top{ padding:20px 0px;}
.admin .admin_top a{ font-size:14px;}
.admin .admin_bottom .admin_bottom_list{ width:48%; margin-right:4%; padding:20px 0px; background-size:40%;}
.admin .admin_bottom .admin_bottom_list:nth-child(2n){ margin-right:0px;}
.admin .admin_bottom .admin_bottom_list dd img{ height:65px;}
.admin .admin_bottom .admin_bottom_list dt{ font-size:16px;}




.inf .inf_content .inf_content_right{ padding:0px;}
.inf .inf_content .inf_content_right .content_right_title{ font-size:18px; line-height: normal; text-align:center; border-bottom:0px;}



.expert .expert_content{ padding:20px 0px;}
.expert .expert_content .expert_list{ width:49%; margin-right:2%; padding:15px;}
.expert .expert_content .expert_list:nth-child(2n){ margin-right:0px;}
.expert .expert_content .expert_list:nth-child(3){ margin-right:2%;}



.ksjs .team_title{ margin-bottom:0px; padding:0px;}



.Outpatient .Outpatient_content .Sdetails_nav_right{ padding:20px 0px;}
.Outpatient_reservation{ width:96%;}


.MyReservation .MyReservation_content{ padding:20px 0px;}
.MyReservation .MyReservation_content .MyReservation_content_list{ padding:10px 15px; line-height:28px;}
.MyReservation .MyReservation_content .MyReservation_content_list dd{ font-size:14px; width:100%;}
.MyReservation .MyReservation_content .MyReservation_content_list dt{ font-size:14px; width:100%;}

.Copyright .Copyright_left{ display:none;}

.inf .inf_content .inf_content_right .content_right_form .right_form_list{ width:100%;} 



.Iphone .Iphone_top .Iphone_top_txt{ padding:0px;}
.Iphone .Iphone_top .Iphone_top_txt dd{ font-size:14px;}























}




@media screen and (max-width:414px){
.DNews .DNews_content .DNews_content_list .content_list_img img{ height:112px;}

}




@media screen and (max-width:375px){
.DNews .DNews_content .DNews_content_list .content_list_img img{ height:102px;}


}
@media screen and (max-width:360px){


}


@media screen and (max-width:320px){

}