@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:#b51f21;}

.header { width: 100%; height: 160px; z-index: 99; }
.link_en_search { width: 100%; height: 45px; background: #920911; }
.link_en_searchIn { width: 1200px; height: 45px; margin: 0 auto; }

.en select {   appearance:none;-moz-appearance:none;-webkit-appearance:none; *appearance:none; appearance:none\9\0; appearance:none\9; background: url("../images/xiala_03.png") no-repeat scroll right center transparent;
 padding-right: 14px;
 border: none;
 width: 64px; float: left; color: #ffffff; margin: 0 20px 0 0;
   }
.en select option { background: #b51f21; } 
.en a { color: #ffffff; margin: 0 20px 0 0; padding: 0 14px 0 0; font-size:14px;}  
.en a:hover { font-weight: bold; }

.link_en_searchIn ul { overflow: hidden; width: auto; float: left; } 
.link_en_searchIn ul li { padding: 0 17px; background: url(../images/li_hover_06.png) no-repeat left center; float: left; height: 45px; line-height: 45px; }   
.link_en_searchIn ul li a { color: #fff; font-size:14px; }
.link_en_searchIn ul li:first-child{background:none;}
.en_search { width: 330px; float: right; margin: 10px 0 0 0; }
.en { width: 68px; float: left; }

.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: 110px; background: url(../images/topbg.png) no-repeat right #ffffff; border-bottom: 4px solid #f49080; }
.logo_navIn { width: 1200px; height: 90px; margin: 0 auto; }
.logo { width: 391px; height: 75px; margin:16px 0; float: left; z-index:999;position:relative}
.logo img { width: 100%}
.nav { width: auto; float: right; }
.nav ul { width: auto; }
.nav{height:41px;z-index:888;}
.nav ul li{float:left;padding:0;padding: 0 25px;border-top: 4px solid #ffffff;position:relative;height:107px;line-height:107px;}
.nav ul li a{text-align:center;font-size:16px; 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:110px;text-align:center;z-index:9999;background-color:#b51f21;width:240px;}
.nav ul li.on { border-top: 4px solid #f29180; background:#b51f21; }
.nav ul li.on a{font-weight:bold; color:#fff;}
.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:6px 15px
; text-align:left;}
.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; 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 .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;}



.Banner{ margin:0 auto; z-index:1; overflow:hidden;}

/*banner开始*/

.iosSliderDemo {
	clear: both;
	width: 100%;
	padding: 0 0 27% 0; 
/*	padding: 0 0 400px;*/
	position: relative;
}
.fluidHeight {
	position: absolute;
	width: 100%;
	height:100%;
}
.sliderContainer {
	height: 100%;

	padding: 0 0;
}
.iosSlider {
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.iosSlider .slider {
	width: 100%;
	height: 100%;
}
.iosSlider .slider .item {
/* PKU	width: 1200px; */
	width: 100%;
   	max-width:1280px;
	height: 100%;
	padding: 0 0 0 0;
	text-align: center;
}
.iosSlider .slider .item .inner {
	position: relative;
	top: 0;
	left: 0;
	width:100%;
	margin: 0 auto;
	box-shadow: 0 0 10px -5px #000;
	background-position: 50% 0;
	background-repeat: no-repeat;
}
.iosSlider .slider .item .inner img {
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	margin: 0 auto;
	max-width:1280px;
	height:auto;
}
.iosSlider .slider .item .inner .selectorShadow {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/selector-shadow.png) no-repeat 0 0;
	width: 120px;
	height: 30px;
	display: none;
}
.iosSlider .slider .item .inner .text1{
	opacity: 0;
	filter: alpha(opacity=0);
/* PKU	background:#9b0000; */
	background: none repeat scroll 0 0 #000000;
	position: absolute;
/* PKU	left: 150px; */
/* PKU	top: 250px; */
	bottom: 12%;
	padding: 0 12px 0 12px;
	height:50px;
	text-align: left;
}
.iosSlider .slider .item .inner .text1 span {
	color: #fff;
	font-size:24px;
	font-weight: 700;
	line-height:50px;
	padding: 0 8px;
	font-family:"Microsoft Yahei";
}
.iosSlider .slider .item .inner .text1 span i {
	margin: 0 0 0 5px;
}
.iosSlider .slider .item .inner .text2 {
	background: none repeat scroll 0 0 #000000;
	opacity: 0;
	filter: alpha(opacity=0);
	padding: 10px 12px 10px;
	position: absolute;
	left: 100px;
/* PKU	top: 301px; */
	top: 451px;
	text-align: left;
}
.iosSlider .slider .item .inner .text2 span {
	display: block;
	color: #fff;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size:14px;
	line-height:1.5;
	font-weight: 100;
	padding: 0 8px;
	font-family:"Microsoft Yahei"
}
.iosSlider .slider .item .inner .more{
/*	opacity: 0.3;  zb */
	opacity: 0.4;
	background: none repeat scroll 0 0 #fff;
	position: absolute;
	bottom: 6%;
   	right:0;
/*	padding: 0 5px; zb */
	padding: 0 5px 0 2px;
	height:25px;
   	width:55px;
   	z-index:2;
	text-align: center;
}
.iosSlider .slider .item .inner .more a {
	color: #000;
   text-decoration:none;
	font-size:14px;
	line-height:25px;
	font-family:"寰蒋闆呴粦"
}
.sliderContainer .slideSelectors {
	/* PKU	left: 0;
	width: 137px; */
	margin: 0 auto;
	z-index: 1;
	position:absolute;
	width:100%;
	top:0px;
	height:auto;
}
.mask{ max-width:1280px; margin:0px auto; position:relative; z-index:3;}
.slideSelectors_pn .prev {
	position:absolute;
	left:45%;
	top:230px;
	margin-left:-500px;
	width:35px;
	height: 35px;
	background: url(../images/arrow_left.png) no-repeat 50% 0;
	
}
.slideSelectors_pn .next {
	position:absolute;
	left:55%;
	top:230px;
	width: 35px;
	height: 35px;
	margin: 0 0 0 10px;
	background: url(../images/arrow_right.png) no-repeat 50% 0;
	margin-left:470px;
}
.sliderContainer .slideSelectors .item {
	float: left;
	width: 9px;
	height: 9px;
	background: #aaa;
	margin: 1px 1px 1px 11px;
	/* opacity: 0.25; */
	filter: alpha(opacity=25);
	border-radius: 10px;
}
.sliderContainer .slideSelectors .item.first {
	margin-left: 1px;
}
.sliderContainer .slideSelectors .selected {
	width: 11px;
	height: 11px;
	margin: 0 0 0 10px;
	background: #eee;
	opacity: 1;
	filter: alpha(opacity=100);
	box-shadow: none;
}
.sliderContainer .slideSelectors .selected.first {
	margin-left: 0;
}
.sliderContainer .scrollbarContainer {
	position: relative;
	bottom: 4px;
	left: 0;
	height: 4px;
	margin: 0 auto;
	z-index: 1;
}

.slideSelectors .mask-right, .slideSelectors .mask-left {
    background: #fff none repeat scroll 0 0;
    opacity: 0.5;
	filter:alpha(opacity=50); 
	-moz-opacity:0.5; 
    overflow: hidden;
    z-index: 4;
	height: 400px;
	position: absolute;
	width:1280px;
	
}
.slideSelectors .mask-left {
	margin-left:-1690px;
    left:32%;
}
.slideSelectors .mask-right {
	margin-left:870px;
    left:32%;
}
/*banner结束*/



.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%; }
.mynews.lf{float: left; }
.mynews.rt{float: right; }
.mynewsTitle{border-bottom: 2px solid #8c0000; overflow:hidden;} 
.mynews .title { font-size: 18px; color: #343434; height: 55px; float:left; }
.mynews .title a { color: #343434; font-size: 20px; font-weight:bold;}
.mynews .more { color: #333; font-size: 18px; height:55px; float:right;}
.mynews ul li { overflow: hidden; margin:15px 0;border-bottom: #e7e7e7 1px solid; background:url(../images/left_li_03.png) no-repeat left center; padding-left:15px; }
.mynews ul li:hover p,.news ul li:hover p.day { color: #b41e1f; }
.mynews ul li:hover a { color: #b41e1f; }
.mynews .date { width: 65px; height: 65px; float: left; }
.mynews .date p { font-size: 12px; color: #999; }
.mynews .date .day { font-size: 34px; color: #999; }
.mynews a { color: #333333; font-size: 14px; padding:15px 0; 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{ width:555px; height: 390px; overflow: hidden;}
.little_banner .flexslider ul.slides li img{ width:555px; height:391px; 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: 26px; color: #343434; }
.lifecon { overflow: hidden; }
.life_img01{width:100%;height:0;padding-bottom:80.3509%}
.life_img02{width:100%;height:0;padding-bottom:71.6783%}
.life_left { width: 570px; float: left; }
.life_left .life_con { height: 70px; background: #f8e4e3; border-top: 3px solid #f38f7f; padding: 25px 30px 0 30px; }
.life_left .life_conIn { width: 100%; text-align:center; }
.life_left .life_conIn h4 a { font-size: 14px; 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_right { width: 608px; float: right; }
.life_right .life_con { height: 56px; background: #f8e4e3; border-top: 3px solid #f38f7f; padding: 6px 15px; }
.life_right .life_conIn { }
.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: 14px; margin: 5px 0 0 0; text-align:center; }
.life_right .lifecon a{ color: #303433; font-size: 14px; font-weight:bold;}
.life_right .lifecon a:hover { text-decoration: underline; }

.life_right ul li { width: 286px; float: left; height: 267px; margin: 0 12px 12px 0; }
.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%; text-align: center; }
.footertop { width: 100%; padding: 35px 0; background: url(../images/footerbg.jpg) no-repeat #700e0d; overflow:hidden; }
.footer_Max{ max-width:1200px; margin:0 auto;}
.footer_lf{ width:30%; float:left;}
.footer_lf a{ color:#fff; font-size:16px; display:block; width:165px; float:left; text-align:left; margin:10px 5px;}

.footer_md{ width:30%; float:left; border-left:#7a0000 1px solid; border-right:#7a0000 1px solid; margin:0 4%; padding:20px 0;}

.footer_rt{ width:30%; float:right;}


.footer .social{
	 text-align:left;
}
.footer .social .p1{
	font-size:20px ;
	color:#fefefe ;
	line-height: 20px;
	margin: 0 0 20px;
}
.footer .social .type img{
	margin-right: 20px;
	vertical-align: middle;
}
.footer .social .contact-us{
	margin-top: 20px; overflow:hidden;
}
.footer .social .contact-us a{
	font-size: 14px;
	color: #fefefe;
	line-height: 20px;
}
.footer .social .contact-us div:first-child{
	margin-right:5px;
}
.footer .social .contact-us img{
	vertical-align: middle;
}

.footer .social .type{
	position: relative;
}
.footer .social .type .code{
	position: absolute;
	left: 70px;
    top: -5px;
    display: none;
}
.fl{ float:left; color:#fff;}
.clearfix{ clear:both;}



.footerbottom { width: 100%; height: 50px; line-height: 50px; color: #fff; 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; }



.aside_img02{padding:35px 0 0 0;}



/*二级页面*/
/*二级页面*/
.bread { width: 100%; background: #f9f9f9;overflow:hidden }
.breadIn { width: 1200px;  line-height: 1.4; margin: 0 auto; color: #999;padding:11px 0}
.breadIn a { color: #999; }
.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 .sub_nav{/* border-left:10px solid #69a5ab; */}
.con_left .sub_nav li {position: relative;/* border-bottom: 1px solid #bfbfbf; */}
.con_left .sub_nav li a{padding: 20px 0 20px 16px;
    font-size: 18px;
    display: block;
    background: url(../images/left_li_bottom_03.png) repeat-x left bottom;}
.con_left .sub_nav{
    overflow:hidden;
    /* background-color:#f2f2f2; */
    line-height: 24px;
    display: block;
    color: #000;
    font-size: 16px;
    }

.con_left .sub_nav li>a:hover,.con_left .sub_nav li>a.active{ background: url(../images/left_hover_03.png) no-repeat left 31px; color:#c2282a;}


.con_left .sub_nav li .subNavs{/* background: #f2f2f2; */display: none;} 
.con_left .sub_nav li .subNavs dl dd{border-bottom: 1px solid #fff;}
.con_left .sub_nav li .subNavs dl dd a{font-size: 14px;padding-left: 30px;padding:0 30px;height: 40px;line-height: 40px;color:#888;} 
.con_left .sub_nav li.sub_has a:hover{}
.con_left .sub_nav li.sub_has .subNavs dl dd a:hover,.con_left .sub_nav li.sub_has .subNavs dl dd a.active{color: #c2282a;/* background: #69a5ab; */}
.con_left .sub_nav li .skipBtn {
    border: none;
    margin: 0;
    padding: 0;
    display: block;
    width: 40px;
    text-align: center;
    height: 60px;
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 24px;
    line-height: 60px;
    color: #999;
    font-style: normal;
    margin: 0;
}
.con_left .sub_nav li .skipBtn.up {    background: url(../images/sub_left_up.png) no-repeat center center;}
.con_left .sub_nav li .skipBtn.down{background: url(../images/sub_left_down.png) no-repeat center center;}

.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; }
.sc_art_con { margin:0px 0 65px 0;text-align: justify}
.article h3{max-height: 315px;text-align:  center;font-size:  20px;font-family:'Myriad Pro' ,Helvetica,sans-serif;font-weight: 500;line-height: 2.5;}
.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; }


.subBanner{width: 100%;margin-bottom: 25px;}


.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_title { overflow: hidden; margin-bottom: 2%; }
.school_title h2 {width: auto;float: left;/* background: #c2282a; */padding: 1%;color: #161616;font-size: 1.8em;border-bottom: 3px solid #f49080;}
.school_title h2 a{color:#161616;}
.school_title a { width: auto; float: right; padding: 2% 0; font-weight: bold; font-size: 1.4em; }
.school_life ul { overflow:hidden; }
.school_life ul li {margin:0 16px 16px 0;overflow:hidden;font-family: Verdana,sans-serif;padding-bottom: 15px;border-bottom: 1px solid #e7e7e7;}
.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 {padding:0 18px;height:30px;line-height:30px;}
.school_life li a {font-size:15px;color:#565656;line-height:24px;width:auto;overflow:hidden;padding: 0px 0 7px;display:block;}
.school_life li a:hover{color:#8c0000;}
.bt a { font-size:14px; color:#323433; line-height:24px; }
.bt a:hover { text-decoration: underline; }
.school_life li span{color:#999;display: block;padding-left: 20px;background:url(../images/au03_03.png) no-repeat left 2px;line-height: 18px;}

.school_life02 li span{float: right;}
.school_life02 li a{padding-right: 15px;}
.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;}
.spaceHeight{width: 100%;overflow: hidden;padding-bottom: 50px;}
.author {line-height: 20px;text-align: center;padding: 8px 0px 20px;top: 66px;border-bottom: #dcdcdc 1px dotted;margin:5px 0 15px;}
.author span { padding: 0 0 0 21px; margin: 0 29px;color:#999; }
.author .au01 { background: url(../images/au01_03.png) no-repeat left center; }
.author .au02 { background: url(../images/au02_03.png) no-repeat left center; }
.author .au03 { background: url(../images/au03_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: 1.6;color: #000;margin: 0 0 60px 0;font-size: 15px;font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;padding:10px 0;}
.sc_art_con img{display: inline-block;padding:20px 0;}
.teacher_img{float: right;margin-left: 25px;}
.sc_art_con p{margin-bottom: 15px;}
.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; }

.subBanner2{max-width: 1200px;margin:20px auto 0;}

/*0913师资页面*/
.subDoctor_year{background: #f2f2f2;overflow: hidden; padding:10px;}
.subDoctor_year_info{overflow: hidden;}
.subDoctor_year_info a{color:#999;font-size: 18px;font-weight: bold;float: left;width: 30px;line-height: 24px;height: 24px;text-align: center;}
.subDoctor_year_info a:hover,.subDoctor_year_info a.active{color:#c2282a;text-decoration:underline;}
.subTeachList{padding:20px 0;width: auto;}
.subTeachList li{overflow: hidden; background:url(../images/bg.png) no-repeat right bottom #f2f2f2;margin-bottom: 25px;box-shadow:1px 1px 5px rgba(13,4,9,.1);border:1px solid #e1e1e0;}
.subTeachLeft{float: left;width: 165px;overflow: hidden;}
.subTeachLeft a{display: block;position: relative;height: 0;padding-bottom: 127.27%;overflow: hidden;}
.subTeachLeft a:before{position: absolute;content: '';top:0;left: 0;width: 5px;background: #c2282a;right:0;bottom:0;}
.subTeachLeft a img{max-width: 100%;}
.subTeachRight{margin-left: 185px;}
.subTeachRight_info{    
    min-height: 105px;
    padding: 15px 15px;
 
    background-repeat: repeat;
   
    border-radius: 1px;}
.subTeachRight_info .title{font-size: 18px;margin-bottom: 5px;color:#000;}
.subTeachRight_info .title a{color:#000;font-weight: normal;}
.subTeachRight_info .sub_title{font-size:15px;margin-bottom: 10px;color:#6a6a6a;font-weight: normal;}
.subTeachRight_info .label{font-size: 14px;font-weight: bold;color:#6a6a6a;margin-bottom: 5px;}
.subTeachRight_info .value{font-size: 14px;color:#6a6a6a;line-height: 20px;}
.subTeachRight_info .title a:hover{color:#c2282a;}










@media screen  and (max-width:1366px) {
	
	.iosSliderDemo {	padding: 0 0 37% 0; }
	
	}





@media screen  and (max-width:1200px) {
	.iosSliderDemo { padding-bottom:40%; }
	.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{float:none;margin:25px auto 0;height:auto}
	.mynews{width:100%;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}

	.subBanner2{margin:0;padding:0 5%;width: auto;}
	.con{margin-top: 20px;}
	.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) {
	.article h3{
			line-height:1.2
}

	.sc_art_con img{
    width: 100% !important;
    height: auto !important;
}


	.logo{width:80%;height:auto;padding-left:15px;max-width:460px;}
	.logo img {height:auto;display:block }
	.footer .logo{width:auto;max-width:366px;padding:0;margin:15px 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}
	.footerbottom{line-height:30px;}
	.little_banner .flexslider{width:100%;height:0;padding-bottom:70.2702%;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%;}
	.teacher_img{float: none;margin:0 auto;text-align: center;}
	
	
	}
@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%;}
	
	.footer_lf,.footer_md,.footer_rt{ width:90%; padding:15px;}
	.footertop{ background:none; background-color:#700e0d;}
	
	}
@media screen  and (max-width:500px) {
	.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%}
	
	}
@media screen  and (max-width:480px) {
	.subTeachLeft{float: none;width: 100%;height: auto;}
	.subTeachLeft img{display: block;width: 100%;}
	.subTeachRight{margin-left: 0;}
	
	
	}