@charset "utf-8";
/* CSS Document */
body{margin:0; padding:0; font-size:12px; background-color:#fff;}
a{text-decoration:none; color:#888888;}
a:hover{ color:#94070a;}

.header { width: 100%; height: 139px; z-index: 99; }
.link_en_search { width: 100%; height: 45px; background: #94070a; }
.link_en_searchIn { width: 1200px; height: 45px; margin: 0 auto; }
.topNav a { color: #fff; margin: 0 20px 0 0; padding: 0 14px 0 0; /*background: url(../images/xiala_03.png) no-repeat right center; */}  
.topNav a:hover { font-weight: bold; }


.top_nav { width: auto; float: left; margin: 15px 0 0 0; }
.top_nav a {  padding: 0 17px; color: #ffffff; }
.en_search { width: 330px; float: right; margin: 10px 0 0 0; }
.topNav { width: auto; float: left;margin-right: 5px; }

.search{width:242px; height:26px;background:url(../images/search_03.png) no-repeat left center; z-index:1000; float: right; position: relative; }
.search input{ width:200px;height:26px;line-height:26px; color:#323232; border:none; background:none;  padding:0px; margin:0px;}
.search input.notxt{color:#3f3f3c; padding-left:12px;}	
.search input.notxt1 {position:absolute;width:28px;height:26px;left:214px;}

.logo_nav { width: 100%; height: 90px; background: #ffffff; border-bottom: 4px solid #f49080; }
.logo_navIn { width: 1200px; height: 90px; margin: 0 auto; }
.logo { max-width: 280px; height: 90; float: left; z-index:999;position:relative}
.logo img { width: 460px; height: 90px; }
.nav { width: auto; float: right; } 
.nav ul { width: auto; }
.nav{height:41px;z-index:888;}
.nav ul li{float:left;padding:0; margin: 0 0 0 60px; border-top: 4px solid #ffffff; position:relative; height: 86px; line-height: 86px;}
.nav ul li a{text-align:center;font-size:18px; text-align:center; color:#323232; font-weight: bold;}
.nav ul li a:hover{font-weight:bold} 
.nav ul li .subNav {line-height:38px; font-size:14px;display:none; position:absolute; left:0; top:86px; text-align:center; z-index:999;background-color:#94070a; width:260px;}
.nav ul li.on { border-top: 4px solid #f29180; }
.nav ul li.on a{font-weight:bold;}
.nav ul li.on .subNav { display:block; padding: 5px 0;}
.nav ul li.on .subNav dl{/*overflow:hidden;*/}
.nav ul li.on .subNav dl dd{ line-height:20px; height:auto; text-align:left; margin: 0 0 5px 0; padding: 0 20px;}
.nav ul li.on .subNav dl dd a{ font-size:14px; color: #ffffff; line-height:20px; border-top:none; text-align:center; font-weight:normal; height:auto;font-family:'Microsoft YaHei'; padding-left:0; *padding-left:0px; }
.nav ul li.on .subNav dl dd a:hover{ font-weight:normal; text-decoration: underline;}

.mobile{width: 100%;position: relative;height: 40px;display: none;z-index:998;}
.mobile-inner-header{	width: 100%;
	height: 40px;position: absolute;top: 0px;left: 0px;}
.mobile-inner-header-icon{
	background-color:#b51f21;
	color: #fff;	height: 40px;font-size:25px;text-align: center;
	float:right;width: 40px;position: relative;
	-webkit-transition: background 0.5s;
	-moz-transition: background 0.5s;
	-o-transition: background 0.5s;
	transition: background 0.5s;margin:26px 15px 0 0;
}
.mobile-inner-header-icon:hover{
	cursor: pointer;
	opacity:0.8;
}
.mobile-inner-header-icon span{
	position: absolute;	left: calc((100% - 25px) / 2);
	top: calc((100% - 1px) / 2);	width: 25px;	height: 1px;	background-color: rgba(255,255,255,1);}
.mobile-inner-header-icon span:nth-child(1){transform: translateY(4px) rotate(0deg);}
.mobile-inner-header-icon span:nth-child(2){transform: translateY(-4px) rotate(0deg);}
.mobile-inner-header-icon-click span:nth-child(1){animation-duration: 0.5s;	animation-fill-mode: both;animation-name: clickfirst;}		
.mobile-inner-header-icon-click span:nth-child(2){animation-duration: 0.5s;	animation-fill-mode: both;animation-name: clicksecond;}

@keyframes clickfirst {
  0% {
	  transform: translateY(4px) rotate(0deg);
	  
  }

  100% {
    transform: translateY(0) rotate(45deg);
  }
}	

@keyframes clicksecond {
  0% {
	  transform: translateY(-4px) rotate(0deg);
  }

  100% {
    transform: translateY(0) rotate(-45deg);
  }
}	
.mobile-inner-header-icon-out span:nth-child(1){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outfirst;
	}		
.mobile-inner-header-icon-out span:nth-child(2){
	animation-duration: 0.5s;
	animation-fill-mode: both;
	animation-name: outsecond;
	}

@keyframes outfirst {
  0% {
    transform: translateY(0) rotate(-45deg);
  }

  100% {
    transform: translateY(-4px) rotate(0deg);
  }
}	



@keyframes outsecond {
  0% {
    transform: translateY(0) rotate(45deg);
  }

  100% {
    transform: translateY(4px) rotate(0deg);
  }
}

.mobile-content{	background-color: rgba(181,31,33,0.9);width: 100%;	position: absolute;top: 94px;	left: 0px;padding-top: 10px;padding-bottom: 25px;display: none;}
.mobile-inner-nav{width:100%;overflow:hidden;}
.mobile-inner-nav li{display: inline-block;line-height: 40px;
	text-decoration: none;	width: 80%;	margin-left: 10%;
	color: #FFFFFF;	border-bottom: solid 1px rgba(255,255,255,0.3);
	-webkit-transition: all 0.5s;	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;	transition: all 0.5s;	font-weight:300;}
.mobile-content a{color:#fff;}
.mobile-content a:hover{color: rgba(255,255,255,0.4);
	border-bottom: solid 1px rgba(255,255,255,0.2);}
.mobile-inner-nav li,.nLinks dd{-webkit-animation-duration: 0.5s;animation-duration: 0.5s;-webkit-animation-fill-mode: both;animation-fill-mode: both;-webkit-animation-name: returnToNormal;animation-name: returnToNormal;}
@-webkit-keyframes returnToNormal {
	  from {
	    opacity: 0;
	    -webkit-transform: translate3d(0, 100%, 0);
	    transform: translate3d(0, 100%, 0);
	  }

	  to {
	    opacity: 1;
	    -webkit-transform: none;
	    transform: none;
	  }
	}

	@keyframes returnToNormal {
	  from {
	    opacity: 0;
	    -webkit-transform: translate3d(0, 100%, 0);
	    transform: translate3d(0, 100%, 0);
	  }

	  to {
	    opacity: 1;
	    -webkit-transform: none;
	    transform: none;
	  }
	}

.mobile-inner-nav li{position: relative;}
.arrow01{width: 40px;height: 40px;font-size:26px;color:#fff;text-align: center;line-height: 40px;position: absolute;right:0;top:0;cursor: pointer;}
.mobile .phoneSearch{display:none;}
.nLinks{width:80%;margin-left:10%;}
.nLinks dl{width:100%;overflow:hidden;text-align:center;border-bottom:solid 1px rgba(255,255,255,0.3)}
.nLinks dd{display:inline-block;padding:0 10px;height:35px;line-height:35px;}
.nLinks dd a{color:#fff;}
.phoneSub_nav{display: none;}
.phoneSub_nav dd{border-bottom: dotted 1px rgba(255,255,255,0.2)}
.phoneSub_nav dd a{padding-left:20px;}
.phoneSub_nav dd a:hover{border-bottom: none;} 
.Banner { overflow: hidden; background: #fff;}
.Banner .flexslider{ max-width:1400px; height: auto; overflow: hidden;margin: 0 auto;}
.Banner .flexslider ul.slides li img{ width:100%; height:auto; display:block}
.Banner .flexslider .til_slides{ width:285px; height: 24px; position: absolute;bottom:0; left:0; line-height: 24px; background: #444; background: rgba(0,0,0,.6); color:#fff; padding-left: 15px; display: none;}
.Banner .flex-control-nav{ bottom:25px; text-align: right; width: auto; right: 50%; margin: 0 -550px 0 0;}
.Banner .flex-control-paging li{ margin:0 7px 0 0;}
.Banner .flex-control-paging li a{ display: inline-block; width: 11px; height: 11px;  border-radius: 0; background: url(../images/a.png) no-repeat;text-indent:9999px; }
.Banner .flex-control-paging li a:hover,.Banner .flex-control-paging li a.flex-active{ margin: 0px; width: 11px; height: 11px; background: url(../images/a_hover.png) no-repeat; color:#fff;}





.news_lbanner { width: 100%;  margin: 20px 0 0 0;padding-bottom:22px; }
.news_lbannerIn { width: 1200px; margin: 0 auto;overflow:hidden }
.mynews { width: 46.667%; float: left; }
.mynews h2 {  color: #343434; height: 80px; }
.mynews h2 a { color: #343434; font-size: 22px; font-family:Aria }
.mynews ul li { overflow: hidden; margin: 0 0 10px 0; font-family: verdana; }
.mynews ul li:hover p,.news ul li:hover p.day { color: #b41e1f; }
.mynews ul li:hover a { color: #b41e1f; }
.mynews .date { width: 70px; height: 70px; float: left; }
.mynews .date p { font-size: 10px; color: #999; }
.mynews .date .day { font-size: 26px; color: #999; }
.mynews .news_right {  height:60px; overflow:hidden; margin: 0 20px 0 90px; }
.mynews .news_right h3{ padding:10px 0 0 0;}
.news_right h3 a { color: #333333; font-size: 18px; height: 28px; display: block; font-weight:normal; }
.news_con { color: #888; font-size: 14px; line-height: 20px; }



.little_banner { width: 555px; height: 390px; float: right;}
.little_banner .flexslider{ padding-top: 80px;width:440px; height: 330px; overflow: hidden;}
.little_banner .flexslider ul.slides li img{ width:100%; max-height:300px; display:block}
.little_banner .flexslider .til_slides{ width:445px; height: 30px; position: absolute;bottom:-45px; left:0; line-height: 24px; color:#343434; padding: 0px 0 0 54px; text-align: center; }
.little_banner .flex-control-nav{ bottom:15px; text-align: center; width: 100%; display:none; }
.little_banner .flex-control-paging li{ margin:0 7px 0 0;}
.news_lbanner .little_banner .flex-control-paging li a{ display: inline-block; width: 14px; height: 14px;  border-radius: 0; background: url(../images/little.png) no-repeat;text-indent:9999px; }
.news_lbanner .little_banner .flex-control-paging li a:hover,.news_lbanner .little_banner .flex-control-paging li a.flex-active{ margin: 0px; width: 14px; height: 14px; background: url(../images/little_hover.png) no-repeat; color:#fff;}



.programs {  background: #fff; width: 100%; padding:20px 0 0 0;overflow:hidden }
.programsIn { width: 1200px; margin: 0 auto;overflow:hidden  }
.programsIn h2 { text-align: center; height: 40px; }
.programsIn h2 a { color: #333333; padding: 0 36px 0 0; font-size: 26px; background: url(../images/programs_title_03.png) no-repeat right center; }
.programs_con { width: 565px; height:24px; margin: 0 auto; line-height: 24px; color: #adadad; text-align: center; margin-bottom:30px; }
.programs ul li { width: 333px; height: 230px; text-align: center; display:inline-block;margin: 10px 30px; background: url(../images/pr_bg_03.png) no-repeat center top; }
.programs ul li:hover{ background: url(../images/pr_hover_03.png) no-repeat center top;  }
.programs ul li:hover a { color: #b31e20; }
.programs ul li h4 { text-align: center; height: 40px; }
.programs ul li h4 a { font-size: 20px; color: #343434; }
.programs ul li .pro_con { width: 250px; margin: 0 auto; color: #898989; line-height: 20px; }
.programs ul li .li01In { background: url(../images/pr01_03.png) no-repeat center 47px;  padding:130px 0 0 0; }
.programs ul li .li02In { background: url(../images/pr02_03.png) no-repeat center 47px;  padding:130px 0 0 0; }
.programs ul li .li03In { background: url(../images/pr03_03.png) no-repeat center 47px;  padding:130px 0 0 0; }

.aids { width: 100%; height: 345px; margin: 30px 0 0 0; }
.aidsIn { width: 1200px;  margin: 0 auto;overflow:hidden;padding-bottom:27px; }
.aids h2 { height: 70px; }
.aids h2 a { font-size: 26px; color: #343434; }
.aids ul li { width: 585px; height: 243px; }
.aids ul li.li01 { float: left; }
.aids ul li.li01 a { background: url(../images/ai01.png); }
.aids ul li.li02 { float: right; }
.aids ul li.li02 a { background: url(../images/ai02.png); }
.aids ul li a { color: #fff; font-size: 18px; font-weight: bold; width: 80%; height: 45px; line-height: 45px; text-align: center; display: block; margin: 98px auto 0; }




.life { width: 100%;  background: #fff; padding: 0px;overflow:hidden }
.lifeIn { width: 1200px;margin: 0 auto;overflow:hidden;padding-bottom:20px; }
.life h2 { height: 80px; line-height: 80px; }
.life h2 a {  font-size: 22px; color: #343434; }
.lifecon { overflow: hidden; margin: 0 -10px;font-family: arial;}
.life_img01{width:100%;max-height: 35px;padding-bottom:53.678%;overflow: hidden;}
.life_img01 img { width: 100%;}
.life_img02{width:100%;max-height: 35px;padding-bottom:53.678%;overflow: hidden;}
.life_img02 img { width:100%;}

.life_left { width: 33.3%; float: left; }
.img_sm { /*! width: 100%; */margin: 0 10px;}
.life_left .life_con { height: 56px; background: #f8e4e3; border-top: 3px solid #f38f7f; padding: 20px 30px 0px 30px; }
.life_left .life_conIn { width: 100%; text-align:center; }
.life_left .life_conIn h4 a { font-size: 18px; color: #303433; font-weight:bold; }
.life_left .life_conIn h4 a:hover { color: #b51f21; }
.life_left .lifecon { color: #767877; font-size: 16px; margin: 5px 0 0 0; }


.life_middle { width: 33.3%; float: left; }
.life_middle .life_con { height: 56px; background: #f8e4e3; border-top: 3px solid #f38f7f; padding: 20px 30px 0 30px; }
.life_middle .life_conIn { width: 100%; text-align:center;}
.life_middle .life_conIn h4 a { font-size: 18px; color: #303433; font-weight:bold;  }
.life_middle .life_conIn h4 a:hover { color: #b51f21; }
.life_middle .lifecon { color: #303433; font-size: 16px; margin: 5px 0 0 0; text-align:center; }
.life_middle .lifecon a{ color: #303433; font-size: 16px; font-weight:bold;}
.life_middle .lifecon a:hover { text-decoration: underline; }

.life_right { width: 33.3%; float: left; }
.life_right .life_con { height: 56px; background: #f8e4e3; border-top: 3px solid #f38f7f; padding: 20px 30px 0 30px; }
.life_right .life_conIn { width: 100%; text-align:center;}
.life_right .life_conIn h4 a { font-size: 18px; color: #333333; }
.life_right .life_conIn h4 a:hover { color: #b51f21; }
.life_right .lifecon { color: #303433; font-size: 16px; margin: 5px 0 0 0; text-align:center; }
.life_right .lifecon a{ color: #303433; font-size: 16px; font-weight:bold;}
.life_right .lifecon a:hover { text-decoration: underline; }

.life_right ul li { width: 49%; float: left; /*! height: 267px; */ margin: 0 0px 12px 0; }
.life_right ul li:nth-child(even) { float: right;}
.contact { width: 100%;  padding: 22px 0 30px 0; background:url(../images/contant_bg_02.png) no-repeat top center;overflow:hidden; }
.contactIn { width: 1200px;margin: 0 auto;overflow:hidden }
.contact h2 { text-align: center; height: 65px; }
.contact h2 a { font-size: 26px; color: #b51f20; }
.contact ul li { float: left; margin: 0 39px 0 0; padding: 0 0 0 25px; }
.contact ul li a { text-decoration: underline; }
.contact ul li.li01 { background: url(../images/con01_03.png) no-repeat left center; }
.contact ul li.li02 { background: url(../images/con02_03.png) no-repeat left center; }
.contact ul li.li03 { background: url(../images/con03_03.png) no-repeat left center; }
.contact ul li.li04 { background: url(../images/con04_03.png) no-repeat left center; }
.contact ul li.li05 { background: url(../images/con05_03.png) no-repeat left center; }
 
.footer { width: 100%; height: auto; text-align: center; } 
.footertop { width: 100%; height: 110px; padding: 30px 0 0 0;  background: url(https://jszx4.pku.edu.cn/pub/wkktzyw/images/footer_top_02.png) repeat-x; }
.footer .logo-left { width: 30%; margin: 10px 10px auto 0px; float: left; }
.footer .logo-left a img { width: auto; max-height: 60px; }
.footer .logo-right { width: 20%; margin: -5px 10px auto 40px; float: left; }
.footer .logo-right a img { width: auto; max-height: 80px; }
.footer .logo-middle { width: 40%; margin: 15px 10px auto 40px; float: left; }
.footer .logo-middle ul { overflow: hidden; width: auto; margin: 0px auto 0; }
.footer .logo-middle ul li { float: left; padding: 0 0px 10px; background: url(../images/link_09.png) no-repeat left center; }
.footer .logo-middle ul li.first { background:none; }
.footer .logo-middle ul li a { color: #ffffff; font-size: 18px; font-family: verdana; }
.footer .logo-wechat {color:#ffffff; font-size:12px;font-family: verdana;}
.copyRight { width: 100%; height: 50px; line-height: 50px; color: #6a6b6f; background: #191a1e; }

.footer #ckepop .jtico_tsina { height: 25px !important; padding: 0 0 0 30px !important; background: url(../images/fx_03.png) no-repeat left center; }
.footer #ckepop .jtico_weixin { display:block; height: 25px !important; padding: 0 0 0 30px !important; background: url(../images/fx01_03.png) no-repeat left center; }
.fx { width: 100px; margin: 20px auto 0; }







/*二级页面*/
.bread { width: 100%; background: #f9f9f9;overflow:hidden }
.breadIn { width: 1200px;  line-height: 28px; margin: 0 auto; color: #474747;padding:11px 0}
.breadIn a { color: #474747; }
.breadIn a:hover { color: #bf2928; }
.con { width: 1200px; margin: 30px auto 0; overflow: hidden; } 
.con_left { width: 278px; float: left; }
.con_left h2 { height: 70px; line-height: 70px; background: #c2282a; text-align: center; }
.con_left h2  { color: #ffffff; font-size: 24px; }
.con_left ul li {  background: url(../images/left_li_03.png) no-repeat left 31px; }
.con_left ul li:hover{background:url(../images/left_hover_03.png) no-repeat left 31px; }
.con_left ul li.current { background: url(../images/left_li_hover_03.png) no-repeat left 31px; }
.con_left ul li.current .yiji { color: #000000; }
.con_left li { background: url(../images/left_li_bottom_03.png) repeat-x left bottom; }
.left_in dl { padding: 20px 0 20px 15px; display:none; }
.left_in dl dd { height: 26px; line-height: 26px; }
.left_in dl dd:hover { color: #c12729; }
.left_in dl dd:hover a { text-decoration: underline; }

/*移动端二级导航开始*/

.phone-icon01{width: auto;height: 36px;background-color:#e5e5e5;display: none;}
.sub_navm{ width:auto;; overflow: hidden;display: none;}
.sub_navm ul{background-color:#f5f5f5;text-align: left;width: 100%;overflow: hidden;}
.sub_navm li{border-bottom:1px solid #dadada;width: 100%;overflow: hidden;}
.sub_navm li a{font-size: 14px; color:#515151; padding-left:13px; height:35px;line-height:35px;display:block;width: 80%;float:left;}
.sub_navm li a:hover{color:#003c7f;}
.sub_navm li.sub_has span{ margin-left: 10px;}
.sub_navm li.on a{ color:#003c7f;float: left;overflow: hidden;}
.sub_navm dl{ display: none; background-color:#fff; overflow: hidden;width:auto;border:1px solid #f5f5f5;clear: both;}
.sub_navm dl dd{ padding-left: 30px; line-height:18px;overflow: hidden;border-bottom: 1px solid #dadada;}
.sub_navm dl dd:last-child{border-bottom: none;}
.sub_navm li.on dl dd a{ font-size: 13px; color:#444;font-weight:normal;display:inline; border:none; padding:0px;float:left;}
.sub_navm li.on{border-bottom: none;}
.sub_navm li strong{float:right;width: 30px;height:35px;line-height:35px;text-align: center;color:#b8b8b8;font-size: 18px;}
.phone-icon01 .mobile-inner-header-icon{margin:0;background:none;}



.con_left a {  padding: 20px 0 20px 16px; font-size: 18px; display: block; background: url(../images/left_li_bottom_03.png) repeat-x left bottom; }

.con_right {margin-left:348px; }
.tab { min-height:500px; }
.tab ol {  width:430px; margin:0 auto;  }
.tab ol li { width:197px; height:46px; margin:0 10px 0 0;  text-align:center; line-height:46px; float:left;border:1px solid #dbdbdb }
.tab ol li a { color:#555555; font-size:16px; }
.tab ol li.current { background-color:#b51f21;position:relative}
.tab ol li.current:before{content:'';width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #c2282a;position:absolute;left:50%;bottom:-8px;margin-left:-8px;}
.tab ol li.current a { color:#fff; }
.tab ul{width:100%;overflow:hidden;padding-top:40px; }
.article { margin:0px 0 65px 0;}
.article h3{ height:45px; }
.article h3 a { color:#333333; font-size:25px; }
.art_con { line-height:25px; color:#555555; }
.art_img { position:relative; width:852px; height:363px; margin:0 0 25px 0; }
.art_img img { position:relative; width:852px; height:363px; }
.art_img a { height:26px; line-height:26px; padding:0 15px; background:#c3292b; position:absolute; display:block; color:#ffffff; right:299px; bottom:55px; }
.art_img_two { overflow:hidden; margin:0 0 40px 0; }
.art_img_two .left{ width:426px; height:293px; float:left; }
.art_img_two .right { width:426px; height:293px; float:right; }





.video ul { overflow:hidden; }
.video ul li { width:380px; float:left; margin:0 30px 30px 0; position:relative; overflow:hidden}
.video ul li .datu { position:relative; }
.v_top { position:relative; }
.video_img{width:100%;height:0;padding-bottom:66.579%}
.v_top span { padding:0 18px; background:#b3282b; height:30px; line-height:30px; color:#ffffff; position:absolute; display:block; left:20px; top:20px; }
.v_top a { width:56px; height:56px; display:block; position:absolute; left:50%; top:50%; margin:-28px 0 0 -28px; }
.v_bottom { padding:25px 0 25px 20px; background:#f9f9f9; }
.v_bottom p{ width:100%; height:50px;overflow:hidden }
.v_bottom p a {  color:#333333; font-size:14px; line-height:25px; }
.video ul li:hover .v_bottom { background:#c2282a; }
.video ul li:hover .v_bottom a { color:#ffffff; }
.video ul li.no_margin { margin:0px 0 30px 0; }

.page { height:35px; line-height:35px; margin:40px auto 80px; }
.page ul { overflow:hidden; margin:0 auto; width:620px; height:auto; display:block; }
.page ul li { width:35px; height:35px; line-height:35px; float:left; margin:0 20px 0 0; background:url(../images/page_a_07.png) no-repeat; }
.page ul li:hover { background:url(../images/page_a_hover_07.png) no-repeat; }
.page ul li:hover a { color:#c63031; }





.map_ul { overflow:hidden; margin:44px 0 0 0; }
.map_ul ul li { width:390px; float:left; padding:0 0 50px 0;}
.map_ul ul li.li02,.map_ul ul li.li04 { float:right; }
.map_ul h3 { padding:0 0 0 37px; background:url(../images/map01.png) no-repeat 2px center; height:50px; line-height:50px; }
.map_ul ul li.li02 h3 { background:url(../images/map02_03.png) no-repeat 2px center; }
.map_ul ul li.li03 h3 { background:url(../images/map03_03.png) no-repeat 2px center; }
.map_ul ul li.li04 h3 { background:url(../images/map04_03.png) no-repeat 2px center; }

.map_ul h3 a { font-size:20px; color:#323232; }
.map_con { color:#676767; line-height:25px; }
.map_ul ul li.li01 h3:hover { background:url(../images/map01_hover.png) no-repeat 2px center;  }
.map_ul ul li.li01 h3:hover a { color:#c1282a; }
.map_ul ul li.li02 h3:hover { background:url(../images/map02_hover_03.png) no-repeat 2px center; }
.map_ul ul li.li02 h3:hover a { color:#c1282a; }
.map_ul ul li.li03 h3:hover { background:url(../images/map03_hover_03.png) no-repeat 2px center; }
.map_ul ul li.li03 h3:hover a { color:#c1282a; }
.map_ul ul li.li04 h3:hover { background:url(../images/map04_hover_03.png) no-repeat 2px center; }
.map_ul ul li.li04 h3:hover a { color:#c1282a; }

.pages_min{ margin:25px 0; overflow: hidden; display: none;padding:0 18px;font-size:13px;}
.pages_min a.prev_min,.pages_min a.next_min{ display: block; width:100px; height: 30px; float:left;  border-radius: 3px; color:#fff; line-height: 30px; text-align: center;background-color:#b51f21;}
.pages_min a.next_min{ float:right;}


.school_life { }
.school_life ul { overflow:hidden; }
.school_life ul li {   width:418px;float:left; margin:0 16px 16px 0;overflow:hidden}
.school_life ul li.life_r {margin-right:0 }
.sc_tp {  position:relative; }
.sc_img02{padding-bottom:66.746%;width:100%;height:0;}
.sc_tp img { position:relative; }
.sc_tp span { position:absolute; padding:0 18px; height:30px; line-height:30px; background:url(../images/life_span.png); display:block; color:#ffffff; position:absolute; left:20px; top:20px; display: none; }
.bt { font-size:14px; color:#323433; line-height:24px; width:auto;overflow:hidden; height:50px; padding:15px 15px 10px 18px; background:#f8e4e3; border-top:3px solid #f49080; }
.bt a { font-size:14px; color:#323433; line-height:24px; }
.bt a:hover { text-decoration: underline; }

.schoollife_art .title h3 { text-align: center; width: 100%; margin: 0 auto; }
.schoollife_art .title h3 a { font-size: 24px; color: #323232; font-weight: normal;}
.author {  line-height: 30px; text-align: center; padding:20px 0}
.author span { padding: 0 0 0 21px; margin: 0 29px; }
.author .au01 { background: url(../images/au01_03.png) no-repeat left center; }
.author .au02 { background: url(../images/au02_03.png) no-repeat left center; }

.sc_img { margin: 15px 0 35px 0; }
.sc_img ul { overflow: hidden; }
.sc_img ul li { height: 320px; width: auto; float: left; margin: 0 6px 0 0; }
.sc_img ul li.li01 { width: 542px; height: 320px;  }
.sc_img ul li.li02 { width: 322px; height: 320px;  }
.sc_img ul li.li03 { width: 322px; height: 320px; margin: 0px;  }
.sc_art_con { line-height: 30px; color: #888888; margin: 0 0 60px 0; }
.share { padding: 0 0 30px 0; background: url(../images/left_li_bottom_03.png) repeat-x left bottom; }
.share ul { overflow: hidden; }
.share ul li { width: 29px; height: 28px; float: left; margin: 0 11px 0 0; }
.prev_next_shut { overflow: hidden; margin: 18px 0 80px 0; }
.prev_next { width: auto; float: left; }
.prev_next ul li { line-height: 23px;padding:4px 0 }
.prev_next ul li a { font-size: 14px; color: #343434; }
.prev_next ul li a:hover { color: #c3292b; }
.shut { width: 125px; height: 40px; line-height: 40px; margin: 12px 0 0 0; background: #c2282a; text-align: center; float: right; }
.shut input{display:block;color:#fff;font-size:14px;width:100%;height:100%;}


/* brand-list */
.brand-list{width:1200px;margin:0px auto 68px auto;position:relative;}
.news_list01{width:100%;overflow:hidden}
.brand-list ul li { width:33.333%; float:left; margin:0  0 20px 0; }
.brand-list ul li > div{margin:0 10px;}
.brand-list .item{/*position:absolute;width:380px;background-color:#f9f9f9;top:0;left:40%;-webkit-transition:all 0.3s;-moz-transition:all 0.3s;-o-transition:all 0.3s;-ms-transition:all 0.3s;transition:all 0.3s;*/}
.brand-list .hover{box-shadow:0px 1px 8px rgba(200,200,200,.6);background-color:#fff;border-color:#c8c8c8;}
.brand-list .additem{padding:0;width:380px;border:none;}
.brand-list .item h3{font-size:42px;color:#666;font-family:arial;font-size:18px;font-weight:800;line-height:.8;}
.brand-list .item p{ position:relative;}
.brand-list .item p span{ position:absolute; padding:0 18px; background:#c33c42; height:30px; line-height:30px; left:19px; top:21px; color:#ffffff; }
.item-img01{width:100%;height:0;padding-bottom:66.8421%;display:block}

.news { padding:25px 20px 25px 20px; width:auto; background:#f9f9f9; height:130px; }
.news01 { background:#c2282a; }
.news h3 a { line-height:24px; color:#333333; font-weight:normal; }
.news01 h3 a { color:#ffffff; }
.news01 .news_con { color:#ffffff; }
.gray { background:#f9f9f9; padding:20px 0 0 0px; position:relative; }
.gray span{  padding:20px 0 0 20px; padding:0 18px; background:#c33c42; height:30px; line-height:30px; left:19px; top:21px; color:#ffffff; display:block; width:90px; margin:0 0 0 20px; }

.red { background:#c2282a; padding:20px 0 0 0px; position:relative; }
.red span{  padding:20px 0 0 20px; padding:0 18px; background:#c33c42; height:30px; line-height:30px; left:19px; top:21px; color:#ffffff; display:block; width:90px; margin:0 0 0 20px; }
.lode { width:156px; height:40px; line-height:40px; display:block; margin:0 auto 90px; font-size:18px; font-weight:bold; color:#c2282a; border:3px solid #c2282a; text-align:center; }




.con_left01 { width:850px; height:auto; float:left; }
.con_right01 { width:279px; height:auto; float:right; }
.con_right01 h2 { height:70px; line-height:70px; background:#c2282a; text-align:center; }
.con_right01 h2 a { color:#ffffff; font-size:24px; font-weight:normal; }
.con_right01 ul li { padding:25px 0 20px 0; background:url(../images/left_li_bottom_03.png) repeat-x left bottom; }
.con_right01 ul li a { font-size:15px; color:#333333; line-height:23px; }
.con_right01 ul li span { padding:0 0 0 22px; background:url(../images/clock_06.png) no-repeat left center; margin:10px 0 0 0; width:auto; height:auto; display:block; }



.wrapSearch { height: 70px; padding: 24px 0 0 0; background: #f8e4e3;  }
.searchPage { }
.search_bg{width:85%; height:46px; z-index:10;  position: relative; margin: 0 auto; }
.search_bg input{ width:82.8%;height:44px;line-height:44px; color:#323232; border:none; background:none;  padding:0px; margin:0px;}
.search_bg input.notxt{color:#333; padding-left:22px;border:1px solid #c1282a;}	
.search_bg input.notxt1 {position:absolute;width:15.1%;height:46px;right:0px; cursor: pointer;background:url(../images/search_btn.png) no-repeat center center #c2282a;border:1px solid #c2282a}
.searchPage p { margin: 25px 0 0px 0; color: #000000; font-size: 13px; }
.searchPage p span { color: #c2282a; font-size: 20px; }
.search_con { padding:35px 0 35px 0; border-bottom: 1px solid #e8e8e8; }
.search_con h3 { font-size: 16px; color: #333333; margin: 0 0 5px 0; }
.search_con h3 span { color: #c3292b; }
.search_nr { font-size: 13px; color: #888888; line-height: 20px; }
.search_con p { margin: 15px 0 0px 0; }
.search_con p span { color: #333333; font-size: 13px; }









.borderBot{border-bottom:1px solid #c2282a; overflow: hidden;}
.borderBot h2{height:25px;line-height:25px;color:#c2282a; float: left; padding: 15px 15px 15px 0; font-size: 1.8em; }
.borderBot a { float: right; margin: 20px 0 0 0; }
.list01{width:100%;overflow:hidden;margin-top:10px;}
.list01 li{ width:100%;overflow:hidden;}
.list01 li a{display:block;padding:10px 0 10px 0px;width:83%;line-height:23px;font-family:Arial;color:#282828;float:left; font-size: 18px;}
.list01 li a:hover{color:#7f0007;}
.rightDate{float:right;padding-top:10px;width:100px;text-align:right; color: #666666;}
.list01 .rightDate { display: none; }

.pic_list ul{width:100%;overflow:hidden;margin-top:15px;}
.pic_list li{width:30%;margin-right:3%; /*width:266px;margin-right:41px;*/float:left;border:1px solid #d3d3d3;overflow:hidden;}
.pic_list .pic a{display:block;width:auto;height:0;padding-bottom:66%;overflow:hidden;}
.pic_list .pic a img{display:block;width:100%; transition: all 1s ease 0s;}
.pic_list .pic a img:hover{filter:alpha(opacity=80);-moz-opacity:0.8;opacity:0.8; transform:scale(1.2);-webkit-transform:scale(1.2);-ms-transform:scale(1.2);-o-transform:scale(1.2);}
.pic_list .pic strong{padding:5px;float:left;}
.list01 li.noBg{background:none;border-bottom:1px solid #d3d3d3;padding:3px 0; }
.life li{border:1px solid #fff;}
.list_info{width:auto;overflow:hidden;padding:0 4%;}
.pic_list .list_title{padding:8px 0 8px;text-align:center;font-weight:normal;}
.list_title a{font-size:16px;font-family:Helvetica;color:#333;line-height:20px;}







@media screen  and (max-width:1200px) {
	.link_en_searchIn{width:100%;}
	.logo_navIn{width:100%;}
	.nav{display:none;}
	/*.link_en_searchIn,.link_en_searchIn ul li,.link_en_search{height:30px;line-height:30px;}*/
	.en_search,.link_en_search{display:none}
	.header{height:auto;border-top:5px solid #b51f21}
	.mobile{display:block}
	.mobile .phoneSearch{display:block;margin:25px auto 0;float:none}
	.news_lbannerIn{width:100%;overflow:hidden}
	.news_lbanner{width:auto;padding:0 5% 35px;}
	.little_banner{width:50%;float:none;margin:40px auto 0;height:auto}
	.mynews{width:50%;float:none}
	.programsIn{width:auto;padding:0 5%;text-align:center}
	.lifeIn{padding:0 5% 20px;width:auto}
	.life_left{/*! float:none; *//*! margin:0 auto 20px; */}
	.life_right{/*! float:none; *//*! margin:0 auto; */}
	.aidsIn{width:auto;padding:0 5%;}
	.aids ul li{width:49%;}
	.contactIn{width:auto;padding:20px 5% 0;}
	.contact ul li{margin-bottom:20px;}
	.contact{background-size:cover;padding:0}
	.footertop{padding-top:10px;}
	
	.breadIn{width:auto;padding:11px 5%;}
	.con{width:auto;padding:0 5%;}
	.con_left{display:none;}
	.con_right{margin-left:0}
	.tab{min-height:220px;}
	 	.phone-icon01{text-align: center;display: block;}
	.phone_subNav .mobile-inner-header-icon{display:inline-block;float: none;width: 36px;height: 36px;}
	.phone_subNav{width: 100%;overflow: hidden;padding-bottom: 20px;}
	.phone_subNav .mobile-inner-header-icon span{background-color: #2f6698}
	.art_img{width:100%;height:auto;}
	.art_img img{width:100%;display:block;height:auto}
	.map_ul ul li{width:50%;}
	.video ul li{width:33.333%;margin-right:0;}
	.video ul li > div{margin:0 15px;}
	.school_life ul li{width:50%;margin-right:0}
	.school_life ul li a{display:block;margin:0 8px;overflow:hidden;}
	.brand-list{width:100%}
	.con_left01{width:100%;}
	.con_right01{width:100%}
	.sc_art{width:100% !important;display:block !important;height:auto !important;}
	.footer{height:auto;}
	}
@media screen  and (max-width:768px) {
	.logo{/*! width:80%; */height:auto;/*! padding-left:15px; *//*! max-width:460px; */}
	.logo img { width:100%;height:auto;display:block }
	.footer .logo{width:auto;max-width:366px;padding:0;margin:0px auto;height:auto}
	.footer .logo img{width:100%;height:auto;display:block}
	.footer ul li a{font-size:12px}
	.footer ul{width:100%;text-align:center;}
	.footer ul li{float:none;display:inline-block}
	.copyRight{height:40px;line-height:40px;}
	.little_banner .flexslider{width:100%;height:0;padding-bottom:70%;overflow:hidden;}
	.little_banner{width:100%;overflow:hidden}
	.little_banner .flexslider ul.slides li img{width:100%;display:block;height:auto}
	.programs ul li{width:100%;line-height:30px;margin:0 0 20px 0;overflow:hidden;background:none;height:auto;}
	.programs ul li .li01In,.programs ul li .li02In,.programs ul li .li03In{background-color:#fdf7f7;border:1px solid #f1d3d3;border-radius:5px;padding:0;padding:10px 5px;}
	.programs ul li .li01In{background-size: 30px 28px;background-position:10px 12px;}
	.programs ul li .li02In{background-size: 30px 26px;background-position:10px 12px;}
	.programs ul li .li03In{background-size: 30px 32px;background-position:10px 12px;}
	.programsIn ul{width:100%;padding-top:20px;}
	.programs ul li:hover{background:none;}
	.programs ul li h4{height:auto;font-size:16px;text-align:left;padding-left:50px;}
	.life_left,.life_right{width:100%;}
	.life_right ul li{/*! width:50%; */margin:0 0 10px 0;height:auto;}
	.life_right ul li > div{margin:0 5px}
	.life_img02 img{width:100%;display:block;height:auto;}
	.pages_min{display:block}
	.page{display:none;}

	.video ul li{margin-bottom:16px;width:50%}
	.video ul li.no_margin{margin-bottom:16px;}
	.video ul li > div{margin:0 8px;}
	.v_top a{width:35px;height:35px;margin:-17px 0 0 -17px}
	.v_top span,.brand-list .item p span{top:10px;left:10px}
	.brand-list ul li{width:50%;}
	.sc_art img{width:auto !important;height:auto !important; display: inline-block !important;}
	.pic_list li { width: 46%; }
	.list01 li a { float: none; width: auto; }
	.rightDate { float: left; float: none; }
	
	}
@media screen  and (max-width:640px) {
	.aids ul li{width:100%;margin-bottom:20px;}
	.aids{height:auto}
	.map_ul ul li{width:100%;}
	.search_bg input{width:70%;}
	.search_bg input.notxt1{width:25%}
	.school_life ul li{width:100%;}
	.brand-list ul li{width:100%;}
	} 
@media screen  and (max-width:500px) { 
	.logo{width:180px;padding-top:20px;}
	.life_right ul li{width:100%;}
	.tab ol li{float:none;height:46px;overflow:hidden;margin-bottom:5px;border:1px solid #dbdbdb}
	.tab ol{padding-bottom:10px;}
	.art_img a{right:10px;bottom:10px;}
	.video ul li{width:100%;}
	.search_bg input{width:60%;}
	.search_bg input.notxt1{width:35%}
	.pic_list li { float: none; width: 100%; margin: 0px; }
	}
@media screen  and (max-width:360px) {
	
	
	
	}