﻿
/* 导航栏 start*/
.menu{width: 100%;height:130px; background: #FFFFFF; box-shadow: 2px 0px 10px rgba(51,51,51,0.2);}
.menu_wrapper{line-height: 130px; padding:0 4%;}
.phone_logo{display: none;}

.menu_left{float: left;}
.menu_right{float: right;}
.menu_logo img{width: 240px;}
.nav_main{float: left;}
.li_search{float: right;position: relative;width: 40px;text-align: center;}
.search_box{display: none;position: absolute;right: 0px;top: 87px;width: 260px;border: 2px solid #5D5E59;box-sizing: border-box;}
.searchTxt{width: 210px;height: 38px;border:none;}
.searchBtn{width: 30px;height: 38px;border:none;cursor: pointer; background:url(../../../../Sites/Uploaded/UserUpLoad/20200806/20200806144828.png)no-repeat right center;}
.search_form{line-height: 0;}


input.searchTxt::-webkit-input-placeholder { 
color: #666666; 
} 

.li_chinese{float: right;position: relative;width: 40px;margin-right: 20px;text-align: center;}
.Chinese_Btn img{width: 18px;}

.nav_main .sy1_ul .sy1_li {float:left;margin-right: 60px;height:130px;line-height:130px;position: relative;}
.nav_main .sy1_ul .sy1_li:hover::after{content:"";width:65%;height:2px;background-color: #467C87;position: absolute; bottom: 45px;left: 0;
transform: translateX(29%);
-ms-transform: translateX(29%); 
-webkit-transform: translateX(29%); 
-o-transform: translateX(29%);
-moz-transform: translateX(29%); 
}
.nav_main .sy1_ul .sy1_li .nav_main{ display: none; }
.nav_main .sy1_ul .sy1_li a::after {display: block;content: attr(a);font-weight: bold;height: 0;overflow: hidden;visibility: hidden;}
.nav_main .sy1_ul .sy1_li a{color:#666666;  display: block; overflow: hidden;text-overflow:ellipsis; white-space:nowrap;word-wrap:break-word;-webkit-line-clamp: 1;font-size:16px;}
/*.nav_main .sy1_ul .sy1_li a:hover { color: #467C87; }*/
.ul_children{ display: none; }
.nav_main .sy1_ul .sy1_li :hover .navspan{ color:#15a4a8;}

/*首页透明导航*/
.nav_tran{display: block;transition: all 0.6s;}
.nav_tran .nav .menu{width: 100%;height:130px; background: transparent;top: 0;}
.nav_tran .nav_main .sy1_ul .sy1_li a{color:#FFFFFF;  }
.nav_tran .nav_main .sy1_ul .sy1_li:hover::after{background-color: #fff;}
.li_search .search_tran{border:2px solid #fff;}
.search_tran .searchTxt{background:transparent;color: #fff;}
.search_tran .searchBtn{cursor: pointer;background:url(../../../../Sites/Uploaded/UserUpLoad/20200806/20200806144728.png)no-repeat right center;}
.search_tran input.searchTxt::-webkit-input-placeholder { 
color: #fff; 
} 

/*二级*/
.nav_main .sy1_ul .sy1_li .sy2_ul{display: none; position: absolute;z-index: 99;background: #5D5E59;border: 1px dotted #ccc; box-sizing: border-box; width:210px;
visibility: inherit !important;top: 100px;right:50%;
transform: translateX(50%);
-ms-transform: translateX(50%); 
-webkit-transform: translateX(50%); 
-o-transform: translateX(50%);
-moz-transform: translateX(50%); 
}
.nav_main .sy1_ul .sy1_li .sy2_ul .sy2_li {margin-right: 0px; padding: 0 10px; line-height: 38px; position: relative;}
.nav_main .sy1_ul .sy1_li .sy2_ul .sy2_li:not(:last-child){border-bottom: 1px dotted #ccc;}
.nav_main .sy1_ul .sy1_li .sy2_ul .sy2_li a span{ color:#fff; width: 210px; line-height: 38px;}
.nav_main .sy1_ul .sy1_li .sy2_ul .sy2_li a span:hover{ font-weight:700;}
.nav_main .sy1_ul .sy1_li .sy2_ul .sy2_li:hover .sy3_ul{display: block;}
.sf-sub-indicator{ display:none;}
.sfHover a span{ color:#fff;}
.sfHover a span:hover{color:#fff !important; }

/* 三级 */
.nav_main .sy1_ul .sy1_li .sy2_ul .sy2_li .sy3_ul{display: none; position: absolute;top: 0;left: 210px;width: 210px;border: 1px dotted #ccc;background: #5D5E59;border-bottom: 1px dotted #ccc;}
.nav_main .sy1_ul .sy1_li .sy2_ul .sy2_li .sy3_ul .sy3_li{margin-right: 0px; padding: 0 10px; line-height: 38px; }
.nav_main .sy1_ul .sy1_li .sy2_ul .sy2_li .sy3_ul .sy3_li:not(:last-child){border-bottom: 1px dotted #ccc;}
.lv1_li .lv2_ul .lv2_li .lv3_ul{padding-left:20px;}

.nav_main .sy1_ul .sy1_li:last-child .sy2_ul .sy2_li .sy3_ul{display: none !important;}

/* 导航栏 end*/
/* 底部 start*/
.footer{width: 100%;background-color: #15a4a8;}
.footer_main .main_img{padding: 38px 0;border-bottom: 1px solid rgba(255,255,255,0.6);text-align: center;}
.footer_main .main_img .mainImg{width: 402px;}
.main_text{width: 100%;padding: 28px 0;text-align: center;}
.main_text .NATW{font-size:16px;font-weight:300;color:#fff;line-height:30px;}
.main_text .NATW .NATW_img{width: 70px;}
.main_text.main_Phone{display:none;}

/* 底部 end */

/* index页面 start */
.video_main{display: block;text-align: center;position: relative; overflow: hidden;}
.video_main_con{ min-width: 100%;min-height: 100%;height: auto;width: 100%;}
.baner_img{position: absolute;top: 50%;left: 50%;
 transform: translateX(-50%) translateY(-50%);
 -ms-transform: translateX(-50%) translateY(-50%);
 -webkit-transform: translateX(-50%) translateY(-50%);
 -o-transform: translateX(-50%) translateY(-50%);
 -moz-transform: translateX(-50%) translateY(-50%);
 width: 40%;}

.news_main_wrapper{width: 100%;padding-top: 40px;}
.news_main{width: 1280px;margin:0 auto;}
.news_title{font-size:36px;font-weight:bold;color:rgba(51,51,51,1);line-height:30px;text-align: center;position: relative;}
.news_title::after{position: absolute;left: 50%;top: 50px;
 transform: translateX(-50%);
 -ms-transform:  translateX(-50%);
 -webkit-transform: translateX(-50%);
 -o-transform:  translateX(-50%);
 -moz-transform:  translateX(-50%);

 content: "";width: 60px;height: 2px;background-color: #292F40;}
.news_info_wrapper{ margin-top: 60px;}
.news_info{width: 100%;}


.news_info li{float: left;width: 32%;overflow: hidden;opacity: 0;}
.news_info .infoShow{overflow: visible;opacity: 1;  transition:background-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, opacity 800ms ease 0s, transform 800ms ease 0s;}
.news_info li:nth-child(1){transition-delay: 0.4s;}
.news_info li:nth-child(2){transition-delay: 1s;}
.news_info li:nth-child(3){transition-delay: 1.6s;}
.news_info li:not(:last-child){margin-right: 2%;}
.news_info li .img_box{width: 100%;height: 230px;overflow:hidden;display: block;}
.news_info li img{width: 100%;}
.news_info li img:hover{
 transform: scale(1.05);
 -ms-transform:  scale(1.05);
 -webkit-transform: scale(1.05);
 -o-transform: scale(1.05);
 -moz-transform: scale(1.05);
 transition:all .6s;
}
.news_info li a font {margin-top: 20px;display:block; font-size: 20px;line-height:30px;color: #333;word-break: break-all;}
.news_info li p {font-size:16px;font-weight:300;color:#666;line-height:30px;margin-top: 10px;word-break: break-all;}
.news_info li p .detail{display: none;}
.news_info li span.span_date{
	display: block;
	text-align: right;
	font-size: 16px;
	font-weight: 300;
	color: #666;
	line-height: 30px;
	margin-top: 10px;
}
.news_more{width:220px;height:48px;border:1px solid #D6D6D6; border-radius:24px;text-align: center;margin: 30px auto 0;line-height: 48px;}
.news_more .more_img{opacity: 0;transition: all 0.36s ease 0s;}
.news_more span{padding-left: 36px;}
.news_more .more_img::before{content: "";display: inline-block;vertical-align: 3px;background: url(../../../../Sites/Uploaded/UserUpLoad/20200121/20200121133858.png) no-repeat 100%;width: 30px;height: 6px;}
.news_more:hover .more_img{opacity:1;margin-left:10px}
.eduction_wrapper{width: 100%;height: 400px; background-image: url(../../../../Sites/Uploaded/UserUpLoad/20200121/20200121134507.png);background-repeat: no-repeat;background-size: cover;margin-top: 90px;}
.eduction_main{width: 1280px; margin: 0 auto;position: relative;}
.eduction_left{float: left;width: 50%;position: relative;opacity: 0;}
.eduction_left img{width: 570px; position: absolute;left: 0; top: -40px;}
.eduction_left img:hover{
 transform: scale(1.02);
 -ms-transform:scale(1.02);
 -webkit-transform:scale(1.02);
 -o-transform: scale(1.02);
 -moz-transform:scale(1.02);
}
.eduction_right{float: right;width: 50%;opacity: 0;padding-top: 180px;}
.active{opacity: 1;transition: all 2s;}
.eduction_title a{color:#fff;}
.eduction_title{font-size:36px;font-weight:bold;line-height:30px;position: absolute;top: 60px;left: 50%;}
.eduction_title::after{content: "";width: 80px;height: 4px;background-color: #fff;top: 54px;left: 0;position: absolute;}
.eduction_right p{font-size:18px;font-weight:300;color:#fff;line-height:30px;}
.eduction_right p .details{display: none;}
.research_wrapper{width: 100%;}
.research_main{width: 1280px;margin: 68px auto 0;}
.research_title{text-align: center;font-size:36px;font-weight:bold;color:#333;line-height:30px;position: relative;}
.research_title::after{content: ""; position: absolute;top: 50px;left: 50%;
transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
-moz-transform: translateX(-50%);
width: 60px; height: 2px; background-color: #333;}
.research_info_wrapper{width: 100%;margin-top: 60px;}
.research_info{width: 100%;}

.research_info li{width: 48%; position: relative;opacity: 0;}
.research_info .infoShow{overflow: visible;opacity: 1;transition:background-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, opacity 800ms ease 0s, transform 800ms ease 0s;}
.research_info .infoShow .img_box{height: 350px; overflow: hidden;display: block;}
.research_info li:nth-child(1){transition-delay: 0.4s;}
.research_info li:nth-child(2){transition-delay: 0.8s;}
.research_info li.Li_Odd{float: left;}
.research_info li.Li_Even{float: right;}
.research_info li img{width: 100%;}
.research_info li a:nth-child(2){display: block;width: 100%;background-color: rgba(0,0,0,0.3);height: 50px;position: absolute;text-align: center;top: 300px;font-size: 22px;line-height:50px;color: #FFFFFF;}
.research_info li:hover a:nth-child(2){display: block;width: 100%;height: 350px;top: 0px;transition: all 1s;font-size: 22px;line-height:350px;color: #FFFFFF;}
.research_info li p .detail{display: none;}
.research_info img{width: 100%;}
.patient_wrapper{width: 100%;height: 540px;overflow: hidden; background-image:url("../../../../Sites/Uploaded/UserUpLoad/20200121/20200121175902.png");background-repeat: no-repeat;background-size: cover; margin-top: 68px;}
.patient_main_wrapper{padding:74px 0 0;}
.patient_main{width: 1280px;margin: 0px auto;height: 396px;position: relative;z-index: 0;}
.patient_left{float: left;width: 47%;height: 100%;position: absolute;left: -50%;}
.patient_left img{width: 100%;height: 100%;}
.patient_right{float: right;width: 49%;position: absolute;right: -50%;background: url("../../../../Sites/Uploaded/UserUpLoad/20200121/20200121180749.png") no-repeat 100%;height: 100%;}

.patient_right_wrapper{padding:90px 62px 0px;}
.patient_title{width: 40%; font-size:36px;font-weight:bold;color:#333333;line-height:30px;position: absolute;left:100%;top: 55px; z-index: 100;}
.patient_title::after{content: "";width: 80px;height: 4px;background-color: #292F40;top: 50px;left: 0;position: absolute;}
.active1{left: 0;transition: all 2s;}
.active2{right: 60px;transition: all 2s;}
.active3{left: 51%;transition: all 2s;}
.patient_text{margin-top: 50px;}
.patient_text p {font-size:18px;line-height: 30px;color: #333;}
.patient_text p .details{display: none;}
.patient_more:hover{color:#15a4a8}
.patient_more{margin: 40px 0 0;width:220px;height:48px; border:1px solid #D6D6D6;border-radius:24px;text-align: center; color:#666;line-height:48px;}
/* index页面 end */
/*栏目首页*/
.news_content {margin-bottom:60px;}

.article_right .article_head {
 background: url(../../../../Sites/Uploaded/UserUpLoad/20160727/20160727165652.jpg) repeat-x right bottom; height: 40px; font-size: 14px; color: #15a4a8; line-height: 40px; padding: 5px 5px 0px 5px;margin-bottom: 10px;background-size: contain;}
.article_right .article_head  h3{font-size:16px;}
.article_right .article_blue_block h1{ line-height: 50px;text-align: center;font-size: 32px;background-image: -webkit-linear-gradient(right, #1186a3,#188d97); -webkit-background-clip: text; -webkit-text-fill-color: transparent;}
.article_right .article_cont p{font-size: 16px;text-indent: 0em !important;}
.article_right .article_cont p span{font-size: 16px;text-indent: 0em !important;color: #333 !important;}
#leftNav .lv1_ul{ width: 100%;padding: 0px 10px;box-sizing:border-box;}
.main_content{width:1280px;margin-top:30px;}
.article_content{background:url(../../../../Sites/Uploaded/UserUpLoad/20200514/20200514132023.png) no-repeat;background-size: cover;padding: 10px 0 20px;min-height: 500px;margin-top: -5px;}
.article_content .main_content{margin:0 auto;background:transparent;}
.article_cont .cont_top {margin-bottom: 20px;}
.cont_top .cont_img{float: left;width: 26%;height: 290px;}
.cont_top .cont_info{float: right;width: 74%;}
.cont_btm{border-top: 1px solid #969494;padding-top: 20px;}
.cont_btm img{display: none;}
.cont_info p{word-wrap: break-word;}
.cont_info p .info_title{font-size: 18px;margin-right: 10px; font-weight: bold;}
.article_right .cont_info .info_name{font-size: 22px;/* color: #333; */}


/*联系方式start*/
.infor_wrapper{
 width: 100%;
 background:url(../../../../Sites/Uploaded/UserUpLoad/20200608/20200608140517.png) no-repeat;
 margin-bottom: 30px;
}
.contact_way{
 width: 100%;
 margin:0 auto;
 padding:20px 0;
}
.contact_logo img{
  width: 32%;
  margin-left: 15px;
}
.infor_wrapper .article_infor{
 width: 50%;
 margin-top: 20px;
 padding-left: 50px;
 box-sizing: border-box;
}
.infor_wrapper .article_infor:nth-child(odd){
  float: left;
}
.infor_wrapper .article_infor:nth-child(even){
  float: right;
}
.article_infor p .infor_title{
 font-size:18px;
 margin-right: 15px;
 color: #333;
}
.article_infor p {
 font-size:16px;
 line-height: 30px;
 color:#656363;
}
.infor_wrapper .infor_name{
 background:url(../../../../Sites/Uploaded/UserUpLoad/20200608/20200608142952.png)no-repeat 10px 0px;
}
.infor_wrapper .infor_tel{
 background:url(../../../../Sites/Uploaded/UserUpLoad/20200608/20200608143040.png)no-repeat 10px 0px;
}
.infor_wrapper .infor_person{
 background:url(../../../../Sites/Uploaded/UserUpLoad/20200608/20200608143050.png)no-repeat 10px 0px;
}
.infor_wrapper .infor_secre{
 background:url(../../../../Sites/Uploaded/UserUpLoad/20201123/20201123180822.png)no-repeat 10px 0px;
}
.infor_wrapper .infor_fax{
 background:url(../../../../Sites/Uploaded/UserUpLoad/20201123/20201123180803.png)no-repeat 10px 0px;
}
.infor_wrapper .infor_add{
 background:url(../../../../Sites/Uploaded/UserUpLoad/20200608/20200608143101.png)no-repeat 10px 0px;
}
.infor_wrapper .infor_email{
 background:url(../../../../Sites/Uploaded/UserUpLoad/20200608/20200608143113.png)no-repeat 10px 0px;
}
/*联系方式end*/

/*文章页banner*/
.article_banner{width:100%;overflow: hidden;height: auto;}
.article_banner img{width:100%;}
.right_wrapper{
  padding:20px;
  box-sizing: border-box;
  border:1px solid #2bacb0;
  min-height: 485px;
}
#leftNav {background: rgba(21,164,168,0.9);width: 100%;}
.main_left{width: 310px;float: left;}
.main_right{ width:930px; float: right;}
.article_right { float: none; width: 100%; }
.main_right .right_title{ width:784px;}


.main_right .right_ul li{width: 32%;margin-right: 2%;height: 300px;float: left;margin-bottom: 20px;box-shadow: 3px 2px 9px 0px #efeded;}
.main_right .right_ul li:nth-child(3n){margin-right: 0;}
.main_right .right_ul li .img_box{width: 100%;height: 200px;overflow:hidden;}
.main_right .right_ul li .img_box img{width: 100%;}
.main_right .right_ul li .title_box{width: 100%;height: 100px;background:#FFF;position: relative;padding: 20px;box-sizing: border-box;}
.main_right .right_ul li .title_box p{color: #333;font-size: 16px;line-height: 24px;}
.main_right .right_ul li .title_box::after{position: absolute;content: "";width: 60px;height: 3px;background:rgba(21,164,168,0.8);top: 0;left: 40px;}
.main_right .right_ul li:hover .title_box{background:rgba(21,164,168,0.9);}
.main_right .right_ul li:hover .title_box p{color: #fff;}
/*院长寄语*/
.article_YZJY .article_cont { padding:50px 40px 115px; overflow: inherit; background:url(../../../../Sites/Uploaded/UserUpLoad/20200514/20200514133143.png) no-repeat;background-size: cover;}
.article_YZJY .article_right .article_blue_block h1{text-align: left;  background-image: -webkit-linear-gradient(right, #035367,#188d97);-webkit-background-clip: text;-webkit-text-fill-color: transparent;}
.article_YZJY .article_cont .img_YZ {width: 200px;height:276px;overflow:hidden; float: right;margin-top: -100px;margin-left: 30px;}
.article_YZJY .article_cont .img_YZ  img{width: 100%;}
.article_YZJY .article_cont p{color: #fff;}
.article_YZJY .article_cont p span{color: #fff !important;}
.main_right .right_content
.side_menu_inside .leftmenu_title{ background: url("https://ss.bjmu.edu.cn/Sites/Uploaded/Image/2014/12/left_title1.jpg") no-repeat  ;}
.leftNav_title{ height: auto; background: url(../../../../Sites/Uploaded/UserUpLoad/20160727/20160727164933.jpg) repeat-y ; }

.side_menu_inside .leftmenu_bottom{background: url("https://ss.bjmu.edu.cn/Sites/Uploaded/Image/2014/12/left_bottom1.jpg") no-repeat ;}
.lv1_ul .lv1_li{ background:none;  line-height:38px;  border-bottom: 1px dotted #fff;  padding: 8px 0;}
.lv1_li .lv2_ul{display: none;}
.lv1_ul .lv1_li .lv2_ul .navspan{ color:#333;padding-left: 65px; display: block; overflow: hidden;text-overflow:ellipsis;white-space: nowrap;}
.lv1_ul .lv1_li .lv2_ul .navspan:hover{color:#fff;}
.leftNavTitle { width: 100% !important; text-indent: 0px;background:#15a4a8; text-align: center;}
.lv1_ul .lv1_li .lv1_tit{ display:block;width:240px;}
.lv1_ul .lv1_li .lv1_tit span{ color:#333; padding-left: 50px;display: block;}
.lv1_ul .lv1_li .lv1_tit span:hover{color:#fff;}

.lv1_ul .lv1_li .ren{ background-color:#f2f2f2; background-image:none; }
.lv1_ul .lv1_li .ren a span{ color:#25a1c5;}
.lv1_ul .lv1_li .ren a:hover span{ color:#fff;}
.dy_title{ color:#333;}
.article_right h1{ color:#5D5E59; }
.list_more{ color:#25a1c5; }

.lv1_ul .lv1_li .lv2_ul .navspan{ 
 display: block;
 overflow: hidden;
 text-overflow: ellipsis;
 white-space: inherit;
 width: 205px;
 background:url("../../../../Sites/Uploaded/UserUpLoad/20200709/20200709163846.png")no-repeat 50px 12px;
  }
.lv1_ul .lv1_li .lv3_ul{
  display: none !important;
}
.common h2, .common_top h2{height: auto;}
.common h2 a{float: none;}

.lv1_li p{line-height: 30px;}
.main_content .main_left .lv1_ul .lv1_li p.current span{ font-weight: bold; color: #fff;font-size:15px;}


.lv1_ul .lv1_li .add{padding-right: 10px;}
.lv1_ul .lv1_li .add{background-position:right 16px}
.lv1_ul .lv1_li .lv2_ul .lv2_li .add{height: auto;}


.main_left .article_left .lv1_ul {  line-height: 38px; padding: 0;background: #2e9dbd;}
.main_left  .article_left .lv1_li .lv1_p a.lv1_tit { display: block; padding: 0;  width: 100%;}
.main_left .article_left .lv1_p.hasChildren { background:none;}

.article_left .lv2_ul { display: none; padding-bottom: 0; background: #5bbfc2;}
.article_left li .lv2_li { background: none;}

.main_left .lv1_p.hasChildren{background:url(../../Common/images/Article/icon_3.png) no-repeat 260px center;cursor:pointer;}
.main_left .lv1_p.hasChildren.show {background: url(../../Common/images/Article/icon_4.png) no-repeat 260px center;}
.main_left .lv1_p.hasChildren.show a.lv1_tit{color: #fff;}
.article_head span{ font-weight:normal; float:right}
.ks_list{ padding:10px 5px; line-height:28px;}
.ks_list li{ float:left; width:50%; box-sizing:border-box; background:url("https://ss.bjmu.edu.cn/Content/Areas/Common/images/new_li.jpg") no-repeat left 11px ; padding-left:10px}
.ks_list li a{ color:#4d4d4d}
.ks_list li a:hover{ color:#2e9dbd}
.right_content .common h2 .a1{ color: #5D5E59;border-bottom: 4px solid #4A7A88;line-height: 40px;float:left;font-size: 24px;}
.right_content .common h2 .a2{float: right;font-size: 14px;color: #5D5E59; cursor: pointer;float:right;font-size: 16px;line-height: 40px;}
.right_content .common h2 .a2:hover{color:#4A7A88;}
.right_content .common{border-bottom: 1px dotted #5D5E59;margin-bottom: 20px;padding-bottom: 20px;width: 100%;}
.common ul{margin-top:20px;}
.common ul li{width: 48%;font-size: 16px;line-height: 36px;}
.common ul li:nth-child(odd){float: left;}
.common ul li:nth-child(even){float: left;}
.common ul .Li_Odd {float: left;}
.common ul .Li_Even  {float: right;}
.common ul:after{content: "";display: block;clear: both;}
.ae-pagination a {color: #15a4a8 !important;}
.ae-pagination a:hover{ color:#fff!important; }
.pages a:hover{ background-color: #15a4a8 !important;border: 1px solid #15a4a8 !important;}
.pages .ae-pagination-current, .pages .ae-pagination-current:hover {color: #FFF!important;background-color: #15a4a8 !important; border: 1px solid #15a4a8 !important; 
}

/*Facult 子栏目首页 start*/
.common .facult_ul li{
  width: 23%;
  min-height:410px;
  margin: 0 1%;
  margin-bottom: 25px;
  background:#f1eeee;
}

.common .facult_ul li .img_box{
 width: 100%;
 height: 280px;
 overflow: hidden;
 display: block;
 margin-bottom: 15px;
}
.common .facult_ul li .img_box img{
  width: 100%;
}
.common .facult_ul li .title_type{
  font-size:15px;
  margin-left: 15px;
}
.common .facult_ul li .title_type .subtit{
  display: block;
  font-weight: bold;
  font-size: 16px;
  line-height: 18px;
  margin-left: 15px;
}
.facult_ul li .title_type .title_more{
  display: block;
  margin-left: 15px;
  color: #15a4a8;
  font-size:16px;
}
.facult_ul li a:hover{
 color: #333;
}
.facult_ul li a .title_more:hover{
 color: #15a4a8;
}




/*Facult 子栏目首页 end*/

/*搜索页*/
.main {min-height: 500px;}
.result_btn .result_btn_over { background:#5D5E59;}
.result_btn { border-bottom: 4px solid #5D5E59;}
input:focus, textarea:focus, select:focus {
  border-color: #5D5E59 !important; 
 outline: 0!important;
 -webkit-box-shadow: inset 0 1px 1px rgba(93,94,89,.075), 0 0 8px rgba(93,94,89,.075);
  /*box-shadow: inset 0 1px 1px rgba(93,94,89,.075), 0 0 8px rgba(21,164,168,.6); 
*/}
.search_01 {border: 1px solid #e7e7e7;}



/*二级页 aboutpuk start*/
.GenWapper{overflow: hidden;}
.about_banner{width: 100%;}
.about_banner img{width: 100%;}
.General_wrapper{width: 100%;}
.General_main{width: 1280px;height: 380px; margin:0 auto;position: relative;}
.General_title{font-size:36px;font-weight:bold;line-height:30px;position: relative;}
.General_title a{color: #FEFEFE;}
.General_title::after{content: "";width: 50px;height: 6px;background-color: #FEFEFE;top: 50px;left: 0;position: absolute;}
.General_left{position:absolute;top: -80px;left: -50%;opacity: 0; background-color:#278CA1;width: 50%;height: 460px; float: left;}
.General_left p{font-size:20px;color: #FEFEFE; line-height:36px;margin-top: 50px;}
.left_wrapper{padding:70px 48px 0px 48px; }
.General_right{width: 50%;position:absolute; right: -50%;top: 0;opacity: 0;overflow: hidden;}
.General_right img{width: 100%;height: 380px;transition: all .4s}
.General_right img:hover{
 transform: scale(1.04);
 -ms-transform: scale(1.04);
 -webkit-transform:scale(1.04);
 -o-transform: scale(1.04);
 -moz-transform:scale(1.04);
}
.Genactive1{left: 0;opacity: 1; transition: all 2s;}
.Genactive2{right: 0;opacity: 1; transition: all 2s;}
.General_left .left_wrapper p .details{display: none;}
.General_more{transition: all 0.6s; width:120px;height:38px; color: #fefefe;border:1px solid #FFFFFF; border-radius:19px;text-align: center;margin: 30px 0 0 270px;line-height: 38px;}
.General_more:hover {transform: scale(1.1); color: #15a4a8;}
.Message_wrapper{margin-top: 120px; width: 100%;background:url("../../../../Sites/Uploaded/UserUpLoad/20200303/20200303153154.png") no-repeat 100%;width: 100%;height:478px; }
.Message_main{width: 1280px;margin:0 auto;position:relative;opacity: 0;transition-delay: 0.5s;}
.Message_title{position: absolute;top: 80px;left: 35%;font-size:36px;font-weight:bold;line-height:30px;}
.Message_title a{color: #FEFEFE;}
.Message_title::after{content: "";width: 50px;height: 6px;background-color: #FEFEFE;top: 50px;left: 0;position: absolute;}
.Message_left{width: 35%;float: left;position:relative;}
.Message_left.Clin_wrapper a.img_box{ line-height: 460px;top:-25px;width: 400px;}

.Message_left a.img_box{position: absolute;width: 360px;height: 460px;top:-60px;left: 0;overflow: hidden;}
.Message_left img{width: 100%;transition: all 0.4s;}
.Message_left img:hover{transform: scale(1.04);}
.Message_right{width: 65%;float: right;height: 410px;position: relative;}
.Message_right p{margin-top: 190px;font-size: 20px;line-height: 36px;color:#FEFEFE; }
.Message_right p .details{display: none;}
.Message_more{transition: all 0.6s;position: absolute;bottom: 10px;right: 0;width:120px;height:38px;color: #fefefe;border:1px solid #FFFFFF;border-radius:19px;text-align: center;line-height: 38px;}
.Message_more:hover {transform: scale(1.1); color: #15a4a8;}
.MesShow{overflow: visible;opacity: 1;transition:background-color 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s, opacity 1.2s ease 0s, transform 1.2s ease 0s;}


.history_wrapper{width: 100%;}
.history_main{width: 1280px;margin: 80px auto 0;}
.history_info{float: left;width: 32%; position: relative;opacity: 0;margin-right: 2%; }
.hisShow{overflow: visible;opacity: 1;transition:background-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, opacity 800ms ease 0s, transform 800ms ease 0s;}
.history_info{overflow: hidden;}
.history_info:nth-child(1){transition-delay: 0.4s;}
.history_info:nth-child(2){transition-delay: 0.8s;}
.history_info:nth-child(3){transition-delay: 1.2s;margin-right:0;}
.history_info img{width: 100%;height: 280px;transition: all 0.4s;}
.history_info img:hover{transform: scale(1.04);}
.history_info h2{display: block;width: 100%;background-color: rgba(0,0,0,0.3);height: 50px;position: absolute;text-align: center;top: 230px;font-size: 22px;line-height:50px;color: #FFFFFF;}
.history_info:hover h2{display: block;width: 100%;height: 280px;top: 0px;transition: all 1s;font-size: 22px;line-height:280px;color: #FFFFFF;}
.history_info p .detail{display: none;}



.content_box{position:relative;}
.map_box{width: 100%;height: 744px;margin-top: 70px;}
.contact_box{ position: absolute;right: 5%;top: 92px; width: 500px;height: 560px; box-sizing: border-box;padding: 60px 45px;background: url(../../../../Sites/Uploaded/UserUpLoad/20200303/20200303165128.png);color: #fff;}
.contact_tit{font-size:40px;font-weight:bold;color: #fff; line-height:24px;margin-bottom: 60px;}
.contact_p{width: 100%;margin-bottom:36px;}
.contact_icon{line-height: 60px;float: left;margin-top: 8px;}
.contact_wrapper{float: right;width: 86%;}
.contact_title,.contact_info{font-size:18px;color: #fff; line-height:32px;}

/*二级页 aboutpuk end*/

/*二级页 educatio start*/
.edu_banner{width: 100%;}
.edu_banner img{width: 100%;}
.Overview_wrapper{width: 100%;}
.Overview_main{width: 1280px;margin:60px auto 0;}
.Overview_title{width: 100%;margin:0 auto 60px;text-align: center;position:relative;font-size:36px;font-weight:bold;color:#333333;line-height:30px;}
.Overview_title::after {content: "";width: 60px;height: 2px;background-color: #292F40;top: 50px;left: 50%;
transform: translateX(-50%);
-ms-transform: translateX(-50%);
-webkit-transform:translateX(-50%);
-o-transform: translateX(-50%);
-moz-transform:translateX(-50%);
 position: absolute;
}
.Overview_left{float: left;width: 47%;opacity: 0;}
.Overview_left img{width: 100%;height: 394px;transition: all .5s;}
.Overview_left img:hover {transform: scale(1.04);}
.Overview_right{position: relative; float: right;opacity: 0; width: 50%;height: 394px; background:url(../../../../Sites/Uploaded/UserUpLoad/20201221/20201221135510.png) no-repeat 100% 100%;}
.OverShow{overflow: visible;opacity: 1;transition:background-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, opacity 1s ease 0s, transform 1s ease 0s;}
.Overview_left{transition-delay: 0.4s;}
.Overview_right{transition-delay: 0.8s;}
.Overview_right h2{font-size:20px;font-weight:bold;color:#333333;margin-top:20px;}
.Overview_right p {font-size:20px;font-weight:500;color:#666666;line-height:36px;margin-top:28px;text-indent:2em;}
.Overview_right p .details{display: none;}
.Overview_more{transition: all 0.6s;position: absolute;bottom: 10px;left: 0;text-align: center;width:160px;height:48px;border:1px solid #E8E8E8;border-radius:24px;font-size:20px;color:#666666;line-height:48px;}
.Overview_more:hover {transform: scale(1.1); color: #15a4a8;}
.Faculty_wrapper{width: 100%;height: 480px;margin-top: 110px; background:url(../../../../Sites/Uploaded/UserUpLoad/20200304/20200304110117.png) no-repeat 100%;}
.Faculty_main{width: 1280px;height:100%;box-sizing:border-box; margin:0 auto;position:relative;padding-top: 180px;}
.Faculty_title{position:absolute;top: 78px;left: 0;font-size:36px;font-weight:bold;line-height:30px;}
.Faculty_title a{color:#FEFEFE;}
.Faculty_title::after{content: "";width: 50px;height: 6px;background-color: #FEFEFE;top: 50px;left:0; position: absolute;}

.swiper-father{width:100%;height:auto;position:relative;}
.swiper-container{width: 820px;height: 180px;position: relative;overflow: hidden;}
.swiper-wrapper {
 position: relative;
 width: 100%;
 height: 100%;
 z-index: 1;
 display: -webkit-box;
 display: -moz-box;
 display: -ms-flexbox;
 display: -webkit-flex;
 display: flex;
 -webkit-transition-property: -webkit-transform;
 -moz-transition-property: -moz-transform;
 -o-transition-property: -o-transform;
 -ms-transition-property: -ms-transform;
 transition-property: transform;
 -webkit-box-sizing: content-box;
 -moz-box-sizing: content-box;
 box-sizing: content-box;
}
.swiper-container li.swiper-slide{
 -webkit-flex-shrink: 0;
 -ms-flex: 0 0 auto;
 flex-shrink: 0;
 width: 100%;
 height: 100%;
 position: relative;

}
.swiper-wrapper li p {font-size:20px;color:#FEFEFE;line-height:36px;}
.swiper-wrapper li .title_type{display: none;}
.swiper-wrapper li p .detail{display: none;}
.Faculty_right .img_box{position:absolute; top: -62px;right: 0px;}
.Faculty_right .img_box img{width: 360px;height: 460px;transition: all .5s;}
.Faculty_right .img_box img:hover{transform:scale(1.04);}
.button_prev{background:url(../../../../Sites/Uploaded/UserUpLoad/20200304/20200304133923.png);width: 78px;height: 78px; position:absolute;left: -100px;top: 50%;
 transform: translateY(-50%);
 -ms-transform:  translateY(-50%);
 -webkit-transform: translateY(-50%);
 -o-transform:  translateY(-50%);
 -moz-transform: translateY(-50%);
}
.button_next{background:url(../../../../Sites/Uploaded/UserUpLoad/20200304/20200304133940.png);width: 78px;height: 78px; position:absolute;right: -100px;top: 50%;
 transform: translateY(-50%);
 -ms-transform: translateY(-50%);
 -webkit-transform:translateY(-50%);
 -o-transform:translateY(-50%);
 -moz-transform:translateY(-50%);
}
.swiper_btn{opacity: 0;cursor: pointer;transition: all 1s;}
.Faculty_wrapper:hover .swiper_btn{opacity: 1;} 
.Faculty_more{transition: 0.6s; position:absolute;bottom: 60px;right: 36%;text-align: center; width:160px;height:48px;border:1px solid #FFFFFF;border-radius:24px;font-size:20px;color:#FFFFFF;line-height:48px;}
.Faculty_more:hover {transform: scale(1.1); color: #15a4a8;}

.Global_wrapper{width: 100%;}
.Global_main{width: 1280px;margin:60px auto;}
.Global_title{width: 100%;margin:0 auto;text-align: center;position:relative;font-size:36px;font-weight:bold;line-height:30px;}
.Global_title::after{content: "";width: 60px;height: 2px;background-color: #292F40; top: 50px;left:50%;
transform: translateX(-50%);
-ms-transform:  translateX(-50%);
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
-moz-transform: translateX(-50%);
 position: absolute;}
.Global_info_wrapper{ width: 100%;margin-top: 58px;}
.Global_info{transition: all .3s; opacity: 0; width:23.5%;height: 200px;float: left; margin-right:2%;text-align: center;line-height: 200px;font-size:36px;font-weight:bold;color:#FFFFFF;}
.Global_info:hover{transform: scale(1.06);}
.GloShow{overflow: visible;opacity: 1;transition:background-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s, opacity 1s ease 0.2s, transform 1s ease 0s;}
.Global_info1{background:url(../../../../Sites/Uploaded/UserUpLoad/20200304/20200304114003.png); }
.Global_info2{background:url(../../../../Sites/Uploaded/UserUpLoad/20200304/20200304114018.png); }
.Global_info3{background:url(../../../../Sites/Uploaded/UserUpLoad/20200304/20200304114045.png); }
.Global_info4{background:url(../../../../Sites/Uploaded/UserUpLoad/20200304/20200304114102.png);margin-right:0;}

/*二级页 educatio end*/

/*二级页 Research start*/
.res_banner{width: 100%;}
.res_banner img{width: 100%;}

.intro_wrapper{width: 100%;}
.intro_main{width: 1280px;margin:60px auto 0;}
.intro_title{width: 100%;margin:0 auto 60px;text-align: center;position:relative;font-size:36px;font-weight:bold;color:#333333;line-height:30px;}
.intro_title::after {content: "";width: 60px;height: 2px;background-color: #292F40;top: 50px;left: 50%;
transform: translateX(-50%);
-ms-transform:  translateX(-50%);
-webkit-transform: translateX(-50%);
-o-transform: translateX(-50%);
-moz-transform: translateX(-50%);
 position: absolute;}
.intro_left{float: left;width: 47%;opacity: 0;}
.intro_left img{width: 100%;height: 394px;transition: all .5s;}
.intro_left img:hover {transform: scale(1.04);}
.intro_right{float: right;opacity: 0; width: 50%;height: 394px; background:url(../../../../Sites/Uploaded/UserUpLoad/20201221/20201221135510.png) no-repeat 100% 100%;}
.introShow{overflow: visible;opacity: 1;transition:background-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, opacity 1s ease 0s, transform 1s ease 0s;}
.intro_left{transition-delay: 0.4s;}
.intro_right{transition-delay: 0.8s;}
.intro_right h2{font-size:20px;font-weight:bold;color:#333333;line-height: 34px;}
.intro_right p {font-size:20px;font-weight:500;color:#666666;line-height:36px;margin-top:28px;text-indent:2em;}
.intro_right p .details{display: none;}
.intro_more{transition: all 0.6s;margin-top: 32px;text-align: center;width:160px;height:48px;border:1px solid #E8E8E8;border-radius:24px;font-size:20px;color:#666666;line-height:48px;}
.intro_more:hover {transform: scale(1.1); color: #15a4a8;}

.Labs_wrapper{margin-top: 120px; width: 100%;background:url("../../../../Sites/Uploaded/UserUpLoad/20200309/20200309095746.png") no-repeat 100%;width: 100%;height:480px;margin-bottom: 60px;}
.Labs_main{width: 1280px;margin:0 auto;position:relative;opacity: 0;transition-delay: 0.5s;}
.Labs_title{position: absolute;top: 80px;left: 0%;font-size:36px;font-weight:bold;line-height:30px;}
.Labs_title a{color: #FEFEFE;}
.Labs_title::after{content: "";width: 50px;height: 6px;background-color: #FEFEFE;top: 50px;left: 0;position: absolute;}
.Labs_left{width: 46%;float: left;height: 404px;position: relative;}
.Labs_left p{margin-top: 190px;font-size: 20px;line-height: 36px;color:#FEFEFE; }
.Labs_left p .details{display: none;}
.Labs_right{width: 50%;float: right;position:relative;}
.Labs_right .img_box{display: block;width: 100%;overflow: hidden;position: absolute;top:-60px;left: 0;transition: all 0.4s;}

.Labs_right img{width: 100%;}
.Labs_right1 { text-align: center;}
.Labs_main .Labs_right1 img{ width: 300px;}
.Labs_right img:hover{transform: scale(1.04);}
.Labs_more{transition: all 0.6s;position: absolute;width:120px;height:38px;color: #fefefe;border:1px solid #FFFFFF;border-radius:19px;text-align: center;bottom: 0;line-height: 38px;float: left;}
.Labs_more:hover {transform: scale(1.1); color: #15a4a8;}
.LabsShow{overflow: visible;opacity: 1;transition:background-color 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 1s, opacity 1.2s ease 0s, transform 1.2s ease 0s;}

.bull_wrapper{width: 100%;}
.bull_main{width: 1280px;margin: 50px auto 46px;}
.bull_info{width: 48%; position: relative;opacity: 0;}
.bullShow{overflow: visible;opacity: 1;transition:background-color 0.15s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s, opacity 800ms ease 0s, transform 800ms ease 0s;}
.bull_info{overflow: hidden;}
.bull_info:nth-child(1){transition-delay: 0.4s;float: left;}
.bull_info:nth-child(2){transition-delay: 0.8s;float: right;}
.bull_info img{width: 100%;height: 400px;transition: all 0.4s;}
.bull_info img:hover{transform: scale(1.04);}
.bull_info h2{display: block;width: 100%;background-color: rgba(0,0,0,0.3);height: 50px;position: absolute;text-align: center;top: 352px;font-size: 22px;line-height:50px;color: #FFFFFF;}

.bull_info:hover h2{display: block;width: 100%;height: 400px;top: 0px;transition: all 1s;font-size: 22px;line-height:400px;color: #FFFFFF;}
.bull_info p .detail{display: none;}
.bull_info h2 a,.history_info h2 a{color:#FFFFFF;}

/*二级页 Research end*/

/*三级页 Eucation-Overview start*/
.overview_wrapper{width: 100%;}
.overview_wrapper li{width: 48%;margin-bottom: 38px;}
.overview_wrapper li:nth-child(odd){float: left; position: relative;}
.overview_wrapper li:nth-child(even){float: right; position: relative;}
.overview_wrapper li img{width: 100%;height: 300px;}
.overview_wrapper li .overview_title{display: block;width: 100%;background-color: rgba(0,0,0,0.3);height: 50px;position: absolute;text-align: center;top: 250px;font-size: 22px;line-height:50px;color: #FFFFFF;}
.overview_wrapper li:hover .overview_title{display: block;width: 100%;height: 300px;top: 0px;transition: all 1.1s;font-size: 22px;line-height:300px;color: #FFFFFF;}
/*三级页 Eucation-Overview end*/

.photo_wrapper{position: relative;}
.photo_wrapper .swiper-container1{width: 100%;overflow: hidden;}
.photo_wrapper .swiper-container1 img{width: 100%;   height: 200px;}
.photo_wrapper .swiper-container1 li{padding: 0 10px;}
.photo_wrapper .button_prev1 {
 background: url(../../../../Sites/Uploaded/UserUpLoad/20200826/20200826143522.png);
 width: 30px;
 height: 30px;
 left: -25px;
 top: 50%;
 transform: translateY(-50%);
 -ms-transform:   translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-moz-transform: translateY(-50%);
 position: absolute;
 cursor: pointer;
}
.photo_wrapper .button_next1 {
 background: url(../../../../Sites/Uploaded/UserUpLoad/20200826/20200826143642.png);
 width: 30px;
 height: 30px;
 right: -25px;
 top: 50%;
 position: absolute;
 cursor: pointer;
 
 transform: translateY(-50%);
  -ms-transform:   translateY(-50%);
-webkit-transform: translateY(-50%);
-o-transform: translateY(-50%);
-moz-transform: translateY(-50%);
}
.news_wrapper{
 margin-top: 30px;
}
.news_wrapper h2 .a1{
 color: #5D5E59;
 border-bottom: 4px solid #4A7A88;
 line-height: 40px;
 float: left;
 font-size: 24px;
}
.news_wrapper h2 .a2 {
 color: #5D5E59;
 cursor: pointer;
 float: right;
 font-size: 16px;
 line-height: 40px;
}
.news_con{margin-top: 20px;}
.news_wrapper li{float: left;width: 32%;overflow: hidden;margin-right: 2%;}
.news_wrapper li.last{margin-right: 0;}
.news_wrapper li .img_box{width: 100%;height: 200px;overflow:hidden;display: block;}
.news_wrapper li img{width: 100%;}
.news_wrapper li img:hover{transform: scale(1.05);transition:all .6s;}
.news_wrapper li a font {display:block; font-size: 16px;line-height:22px;color: #333;}

@media only screen and (max-width: 1800px){
.menu_wrapper {
 padding: 0 2%;
}
  .nav_main .sy1_ul .sy1_li {margin-right: 50px;}
}
@media only screen and (max-width: 1600px){
  .nav_main .sy1_ul .sy1_li {margin-right: 36px;}
}

@media only screen and (max-width: 1500px){
  .nav_main .sy1_ul .sy1_li {margin-right: 26px;}
}

@media only screen and (max-width: 1366px){
  .nav_main .sy1_ul .sy1_li {margin-right: 16px;}
  .li_chinese{margin-right: 0px;}
}

@media only screen and (max-width: 1280px){
  .menu_wrapper {
 padding: 0 1%;
}
}
@media only screen and (max-width: 768px){
 .article_banner{
  height:auto;
 }
  .main_text.main_Pc{display:none;}
  .main_text.main_Phone{display:block;}
  .nav_main .sy1_ul .sy1_li :hover .navspan{color: #fff;}
  .footer_main .main_img{padding:15px 0;}
  .main_text{padding:15px 0;}
  .nav_tran{display: none !important;}
  .article_content{min-height:auto;}
  .sfHover {display: block;}
  .li_search{display: none;}
  .nav_main .sy1_ul .sy1_li{width: 100%;}
  .nav_main .sy1_ul .sy1_li a{color: #fff;}
  .nav_main .sy1_ul .sy1_li:not(:last-child):hover::after{content: "";width: 0;}
  .nav_main .sy1_ul .sy1_li .sy2_ul .sy2_li .sy3_ul{display: none;}
  .wrap .nav .menu{margin-top: 50px; background:none;top: 0;}
  .menu_left{display: none;}
  .phone_logo{display: block;width: 100%;height: 80px;line-height: 80px;background-color:#15a4a8;opacity:0.7;position:relative;z-index: 1;}
  .phone_logo img{width: 240px;margin-left:14px;}
  .main{margin:0;}
  .video_main{display: none;}
  .li_search{display: none;}  
  .baner_img{width: 70%;}
  .news_main{width: 100%;}
  .news_title{font-size: 30px;}
  .news_info_wrapper{margin-top: 50px;}
  .research_info li{opacity: 1;}
  .news_info li{float: none;width: 100%;margin-top: 20px;opacity: 1;}
  .research_info .infoShow .img_box{height: auto;}
  .research_info li img{height: 240px;}
  .news_info li a font{font-size: 16px;margin-top: 10px;}
  .news_info li p{font-size: 14px;}
  .eduction_left img{width: 95%;top: 110px;}
  .patient_main{width: 100%;height: auto;padding: 0 10px;box-sizing: border-box;}
  .eduction_main{width:100%;-z-index: 0; padding: 0 10px;box-sizing: border-box;}
  .patient_wrapper{height: 360px; margin: 30px 0;}
  .patient_main_wrapper{padding: 60px 0 0;}
  .patient_title{ left: 50%;
 transform: translateX(-50%);
 -ms-transform:   translateX(-50%);
 -webkit-transform:  translateX(-50%);
 -o-transform:  translateX(-50%);
 -moz-transform: translateX(-50%);
 top: -35px;}
  .patient_title::after{
 transform: translateX(-50%);
 -ms-transform:   translateX(-50%);
 -webkit-transform:  translateX(-50%);
 -o-transform:  translateX(-50%);
 -moz-transform: translateX(-50%);
 left: 50%;}
  .patient_text p{font-size: 16px;line-height: 23px;}
  .patient_left img{height: auto;margin-top: 40px;}
  .patient_right_wrapper{padding:0 0 0 30px;}
  .research_main{width: 100%;margin-top: 30px;}
  .research_info li a:nth-child(2){ top: 200px;line-height: 40px;height:40px;font-size: 16px;}
  .research_info li:hover a:nth-child(2){height: 40px;line-height: 40px;top: 200px;}
  .patient_left{left: 0;}
  .patient_right{right: 0;}
  .eduction_left,.eduction_right{opacity:1;}
  .eduction_wrapper{margin-top: 40px;}
  .eduction_title{top: 30px;left: 50%;
 transform: translateX(-50%);
 -ms-transform:   translateX(-50%);
 -webkit-transform:  translateX(-50%);
 -o-transform:  translateX(-50%);
 -moz-transform: translateX(-50%);
}
  .eduction_right{padding-top: 120px;}
  .eduction_title::after{
 transform: translateX(-50%);
 -ms-transform:   translateX(-50%);
 -webkit-transform:  translateX(-50%);
 -o-transform:  translateX(-50%);
 -moz-transform: translateX(-50%);
 left: 50%;}
  .patient_title{width: auto;}
  .sy2_inside{ border-bottom:none;}
  .phone_container header {display: block;height: 80px;line-height: 80px;position: relative; background:#00A599;}
  .header h3{margin-left: 30px;display: block !important;}
  .main_content{width: 100%;}
  .main_left{display: none;}
  .main_right{width: 100%;}
  .common ul li{width: 100%;}
.Labs_right .img_box{ top: 84px;}

/*aboutpk 响应式 star*/
.about_banner {margin-top: 10px;}
.General_main{width: 100%;margin-top: 40px;}
.General_left{top: 0;height: 380px;left: 0;opacity: 1;}
.General_right{right: 0;opacity: 1;}
.left_wrapper{padding:20px;}
.General_title {font-size: 28px;}
.General_left p{line-height: 30px;font-size: 18px;margin-top: 40px;}
.General_more{margin: 22px auto 0;}

.Message_main{width: 100%;opacity: 1;}
.Message_title{top: 20px;left: 52%;font-size: 28px;}
.Message_right{width: 48%; box-sizing: border-box;  padding-right: 20px;}
.Message_right p{margin-top: 90px; font-size: 18px;line-height: 30px;}
.Message_more{float: none;margin:30px auto 0;}

.history_main{width: 100%;margin:40px auto 0;}
.history_info{opacity: 1;}
.history_info img{height: 158px;}
.history_info h2{top: 118px; height: 40px;line-height: 40px; font-size: 18px;}
.map_box {margin-top:40px;}
.contact_box {width: 400px;}
.contact_tit{text-align:center;}

/*aboutpk 响应式 end*/

/*education 响应式 start*/
.edu_banner {margin-top: 10px;}
.Overview_main{width: 100%; margin: 40px auto 0;}
.Overview_left{opacity: 1;}
.Overview_right {padding-right: 10px;box-sizing:border-box;opacity: 1;}
.Overview_right h2{text-align:center; margin-top:0;}
.Overview_more{margin:18px auto 0;}
.Overview_right p {font-size: 18px;line-height: 30px; margin-top: 20px;}
.Faculty_wrapper{margin-top: 100px;}
.Faculty_main{width: 100%;padding-left: 20px;padding-top: 100px;}
.Faculty_title{top: 30px;left: 20px; font-size: 30px;}
.swiper-container{width: 100%;overflow: hidden;height: 310px; }
.swiper-container .swiper-wrapper{height: 310px !important;}
.swiper-wrapper li p { width: 48%;font-size: 18px; line-height: 30px;}
.Faculty_more {bottom: 20px;right: 40%;}
.Overview_title{font-size: 30px;}
.Global_title {font-size: 30px;}
.Global_main{width: 100%; margin: 40px auto;}
.Global_info{height: 112px;line-height: 112px;}
/*education 响应式 end*/

/*Research  响应式 start*/
.res_banner {margin-top: 10px;}
.intro_title{margin: 0 auto 40px;font-size: 32px;line-height: 40px;}
.intro_main{width: 100%; margin: 40px auto 0;}
.intro_left{opacity: 1;}
.intro_right {padding-right: 10px;box-sizing:border-box;opacity: 1;}
.intro_right p{line-height: 28px;}
.intro_right h2{text-align:center; margin-top:0;}
.intro_more{margin:18px auto;}

.Labs_wrapper {height: 410px;margin-top: 60px;}
.Labs_main{width: 100%;opacity: 1;}
.Labs_title{top: 20px;left: 20px;font-size: 28px;}
.Labs_left{width: 48%; box-sizing: border-box;  padding-right: 20px;}
.Labs_left p{margin-top: 90px;padding: 0 20px; font-size: 18px;line-height: 28px;}
.Labs_right img{width: 100%; height: 260px; top: 100px;}
.Labs_more{float: none;margin:30px auto 0;}

.bull_main{width: 100%;margin:40px auto;}
.bull_info{opacity: 1;}
.bull_info img{height: 225px;}
.bull_info h2{top: 185px; height: 40px;line-height: 40px; font-size: 18px;}
/*Research  响应式 end*/


/*手机搜索*/
  .phone_search {background-color:#15a4a8;opacity:0.7;height: 50px;padding: 10px;display: block !important; margin:14px 0 0;}
  .phone_search form {background:#ffffff;border-radius: 5px;}
  .phone_search .searchTxt {height: 50px;border: none;background: none;float: left;padding-left: 10px;color: #000;line-height: 42px;font-family: 'Microsoft YaHei','微软雅黑',STXihei;width: 80%;font-size: 16px;}
  .phone_search .searchBtn {height:50px;border: none;width:50px;background:url(../../Common/images/main/searchBtn_2.png) no-repeat center;float: right;cursor: pointer;line-height: 32px;}
  /**/
  .phone_container .phone_header,.dl_box{display: block;}
  .sy_nav{height:auto;background:none;width:100%;line-height:inherit;}
  .searchValBox{width: 100%;}
  .li_chinese{display:none;}
a.open_btn{
 position: fixed;
 z-index: 3;
 background: #49acaf;
 top: 20px;
 right: 5%;
 height: 44px;
 width: 44px;
 overflow: hidden;
 text-indent: 100%;
 white-space: nowrap;
 -webkit-transition: -webkit-transform 0.2s;
 -moz-transition: -moz-transform 0.2s;
 transition: transform 0.2s;
 border-radius: 5px;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 }

a.open_btn span{
 position: absolute;
 left: 50%;
 top: 50%;
 bottom: auto;
 right: auto;
 -webkit-transform: translateX(-50%) translateY(-50%);
 -moz-transform: translateX(-50%) translateY(-50%);
 -ms-transform: translateX(-50%) translateY(-50%);
 -o-transform: translateX(-50%) translateY(-50%);
 transform: translateX(-50%) translateY(-50%);
 width: 32px;
 height: 3px;
 background-color:#fff;  
}
a.open_btn span:before,a.open_btn span:after{
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: inherit;
  /* Force Hardware Acceleration in WebKit */
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.2s, width 0.2s;
  -moz-transition: -moz-transform 0.2s, width 0.2s;
  transition: transform 0.2s, width 0.2s;   
}
a.open_btn span:before{
  -webkit-transform-origin: right top;
  -moz-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px); 
}
a.open_btn span:after{
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  -ms-transform: translateY(10px);
  -o-transform: translateY(10px);
  transform: translateY(10px);  
}
a.open_btn:hover{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg); 
}
a.open_btn:hover span:after,a.open_btn:hover span:before{
  width: 50%;   
}
a.open_btn:hover span:before{
  -webkit-transform: translateX(1px) translateY(1px) rotate(45deg);
  -moz-transform: translateX(1px) translateY(1px) rotate(45deg);
  -ms-transform: translateX(1px) translateY(1px) rotate(45deg);
  -o-transform: translateX(1px) translateY(1px) rotate(45deg);
  transform: translateX(1px) translateY(1px) rotate(45deg); 
}
a.open_btn:hover span:after{
  -webkit-transform: translateX(1px) translateY(-1px) rotate(-45deg);
  -moz-transform: translateX(1px) translateY(-1px) rotate(-45deg);
  -ms-transform: translateX(1px) translateY(-1px) rotate(-45deg);
  -o-transform: translateX(1px) translateY(-1px) rotate(-45deg);
  transform: translateX(1px) translateY(-1px) rotate(-45deg);   
}
.phone_container{
  position: fixed;
  z-index: 4;
  top: 0;
  right: 0;
  width: 80%;
  height: 100%;
  overflow-y: auto;
  background:#15a4a8; 
  opacity:0.95;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  -o-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0.4s;
  -moz-transition: -moz-transform 0.4s 0s, box-shadow 0s 0.4s;
  transition: transform 0.4s 0s, box-shadow 0s 0.4s; 
}
.phone_container.is-visible {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
  -webkit-overflow-scrolling: touch;
  box-shadow: -4px 0 30px rgba(0, 0, 0, 0.2);
  -webkit-transition: -webkit-transform 0.4s 0s, box-shadow 0s 0s;
  -moz-transition: -moz-transform 0.4s 0s, box-shadow 0s 0s;
  transition: transform 0.4s 0s, box-shadow 0s 0s;
}
.phone_container .phone_header{
  padding: 1.5em 0 0 6.25%;
  height: 55px;
  position: relative;
  background:#15a4a8;
  opacity: 0.95;
}
.phone_container h3 a{
  font-size: 1.6rem;
  font-weight: bold;
  font-family: "Lora", serif;
  text-transform: uppercase;
  color: #fff;
}
.a_chinese{
  display:block;
  position: absolute;
  cursor: pointer;
  height: 30px;
  width: 30px;
  background: url("../../../../Sites/Uploaded/UserUpLoad/20201221/20201221174023.png")no-repeat;
  background-size: cover;
  left: 32px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.close_btn{
  position: absolute;
  cursor: pointer;
  height: 44px;
  width: 44px;
  right: 6.25%;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  -webkit-transition: opacity 0.2s;
  -moz-transition: opacity 0.2s;
  transition: opacity 0.2s; 
  display:block !important;
}
.close_btn:after,.close_btn:before {
  content: '';
  position: absolute;
  height: 3px;
  width: 32px;
  left: 50%;
  top: 50%;
  background-color: #fff;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.close_btn:after {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(45deg);
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
}
.close_btn:before {
  -webkit-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -moz-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -ms-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
}
.main{
  overflow-x: hidden;
  -webkit-transition: -webkit-transform 0.4s;
  -moz-transition: -moz-transform 0.4s;
  transition: transform 0.4s;
  box-shadow: 0 0 30px #241d20;
}
.main.scale-down {
  height: 100vh;
  position: relative;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.9);
  -ms-transform: scale(0.9);
  -o-transform: scale(0.9);
  transform: scale(0.9);
}
.close_btn:hover { opacity: .8;}
.nav{height:auto;width:auto;background: none;}
.phone_container .sy1_ul{padding:0 4%;box-sizing: border-box;width: 100%;}
.nav_main .sy1_ul {background:none;}
.nav_main .sy1_ul .sy1_li{position: relative;width: 100%;text-align: center;line-height: 40px;border-bottom: 1px dotted #fff; height:auto;}
.nav_main .sy1_ul .sy1_li .sy2_ul{width: 100%; border:none; position:inherit; height:auto; padding:0; background:none; top:0;} 
.nav_main .sy1_ul .sy1_li { text-align:left;background: none;}
.nav_main .sy1_ul .sy1_li .sy2_ul .sy2_li  { padding: 0 10px; margin:0; padding-left:20px; box-sizing:border-box;}

.num5 .sy2_ul{height:auto;}
.sy1_ul .sy2_ul{ height:auto;}
.Has_Children>.next_open{ display: block;width: 0;height: 0;border-left: 8px solid transparent; border-right: 8px solid transparent;
border-top: 8px solid #f1f1f1; position: absolute;top: 17px;right: 14px; transition: all 0.3s ease 0s;}
.sy1_tit{ display:inline;}
.sy2_ul .sy2_ul{ border-bottom:none;}
.sy2_li a.sy2_tit{ color:#fff;}
.opend .next_open{ 
 transform: rotate(180deg); 
 -ms-transform:  rotate(180deg); 
 -webkit-transform: rotate(180deg); 
 -o-transform:rotate(180deg); 
 -moz-transform: rotate(180deg); 
}
.phone_container .dl_box span span{ margin-left:30px; color:#fff;display: block;line-height: 30px;float: left;width: 14%;margin-top: 30px;}
.phone_container .dl_box span a,.tushu { display:block; width:75px;float: left;line-height: 30px;background: #fff;margin-left: 30px;text-align: center;height: 30px;border-radius: 6px; color:#15a4a8;margin-top: 30px;}
.dl_box span .register,.dl_box span .login{ margin-top:20px;}
.dl_box span span img{ display:none;}
.right_wrapper{
  min-height: auto;
}
}

@media only screen and (max-width: 420px)
{
  .research_info_wrapper{ margin-top: 30px;}
.Labs_main{ padding: 0 10px;box-sizing: border-box;}
.research_info li:hover a:nth-child(2){top: 184px;}
.photo_wrapper .swiper-container1 img{height:220px;}
.Overview_more{display:none;}
.news_wrapper{padding: 0 10px;}
.news_wrapper li{width: 100%;margin-bottom: 15px;  margin-right: 0%;}
.news_wrapper li .img_box{margin-bottom: 10px;}
.photo_wrapper .swiper_btn1{display:none;}
.research_info li{float: none;width: 100%;margin-top: 20px;}
.footer_main .main_img .mainImg{width: 90%;}
.news_info li p{margin-top: 0px;line-height: 22px;}

.eduction_title{font-size: 28px;}
.research_title{font-size: 28px;}
.eduction_wrapper{height:auto;}
.eduction_left{float: none;width: 100%;}
.eduction_right{float: none;width: 100%;}
.patient_title{width: 100%;text-align: center;}
.research_info li a:nth-child(2) {top: 184px;}
.patient_wrapper{height: auto;}
.patient_left{float: none;position: inherit;width: 100%;}
.patient_right_wrapper {padding:0;}
.patient_right{float: none;position: inherit;width: 100%;background: none;}
.news_info li img, .research_info li img{height: 224px;}
.eduction_left img{margin-top: 100px;position: inherit;width: 100%;}
.eduction_right{padding-top: 20px;padding-bottom: 30px;}
.patient_text{margin-top: 20px;}
.patient_more{margin: 20px auto;}
.phone_container .dl_box span span{width: 100%;margin-top:10px;}
.phone_container .dl_box span a,.tushu { margin-top: 10px;}
.logo { margin-left: 0px !important;}
  .phone_search .searchTxt{width:70%;}
  /*手机搜索*/
  .phone_search {height: 40px;padding: 8px;}
  .phone_search .searchTxt {height: 40px;}
  .phone_search .searchBtn {height:40px;width:40px;}

/*二级页 aboutpuk start*/
.General_main{height: 680px;}
.General_left{width: 100%;height: 680px;}
.General_right {top: 340px;width: 90%; right: 5%;}
.General_right img{height: 236px;}
.General_more {margin: 290px auto 0;}
.Message_wrapper{margin-top: 60px;}
.Message_title {top: 20px;left: 20px;font-size: 26px;}
.Message_left{display: none;}
.Message_right{width: 100%;padding-top: 90px;padding-right: 0;}
.Message_right p{padding:0 20px;margin-top: 10px;}


.history_info{width: 100%;float: none;margin-bottom: 20px;}
.history_info img{height: 224px;}
.history_info h2{top: 184px;}
.contact_box{display: none;}
.map_box{height: 200px;}
/*二级页 aboutpuk end*/


/*二级页 education start*/
.Overview_main {margin: 30px auto 0;}
.Overview_left{width: 100%;float: none;}
.Overview_left img{height: 236px;}
.Overview_right{width: 100%; float: none; height: auto;margin-top: 30px;padding-right: 0;}
.Faculty_wrapper {margin-top:60px;}
.Faculty_main{width: 100%;padding:100px 20px 0;}
.Faculty_title{top: 20px;}

.Faculty_right .img_box{display: none;}
.swiper-wrapper li p{line-height: 28px;width: 100%;}
.Faculty_more{left: 28%;}
.Global_info{width: 49%; margin-top: 20px;  margin-right: 0%;}
.Global_info1,.Global_info3{float: left;}
.Global_info2,.Global_info4{float: right;}
/*二级页 education end*/

/*二级页 Research start*/

.intro_main {margin: 30px auto 0;}
.intro_left{width: 100%;float: none;}
.intro_left img{height: 236px;}
.intro_right{width: 100%; float: none; height: auto;margin-top: 30px;padding-right: 0;}

.Labs_wrapper{margin-top: 40px; padding-bottom: 15px;}
.Labs_title {top: 20px;left: 20px;font-size: 26px;}
.Labs_right{width: 100%;float: none;}
.Labs_right .img_box{top: 90px;}
.Labs_left{width: 100%;padding-top: 90px;padding-right: 0;}
.Labs_left p{margin-top: 10px;}

.bull_info{width: 100%;float: none;margin-bottom: 20px;}
.bull_info img{height: 224px;}
.bull_info h2{top: 184px;}
/*二级页 Research end*/
}
 