@charset "utf-8";
body{font-size:14px;font-family:"Microsoft Yahei" !important;overflow-x:hidden;}
a{text-decoration:none; cursor:pointer; outline: 0 none;color:#333;transition: 0.5s all;
    -webkit-transition: 0.5s all;}
a:focus,a:hover{ text-decoration:none !important;color:#ae2431 !important;}
@font-face{font-family:times;
		src:url('../fonts/timesbd.woff'),  
		url('../fonts/timesbd.ttf'),
		url('../fonts/timesbd.eot');
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,p,blockquote,th,td{margin:0; padding:0;}
header,footer,article,aside,section,nav,menu,hgroup,details,dialog,figure,figcaption{display:block}
ol,li,ul,dl,dt,dd{list-style:none;}
fieldset,img {border:0}
button,submit,input,select { vertical-align:middle;}
button,submit { cursor:pointer;}
h1,h2,h3,h4,h5,h6{font-size:inherit; font-weight:lighter;}
table{border-collapse:collapse; border-spacing:0;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
select,button{font-family:inherit; font-size:inherit; font-weight:inherit; outline-style:none; outline-width:0pt; padding: 0; margin: 0;}
b,em,i{display:inline-block; font-weight:normal; font-style:normal;}
.w1200{width:1200px;margin:0 auto}
.clear{clear:both}
.f12{font-size:12px;}
.f14{font-size:14px;}
.f16{font-size:16px;}
.f18{font-size:18px;}
.f20{font-size:20px;}
.f22{font-size:22px;}
.f24{font-size:24px;}
.f26{font-size:26px;}
.f28{font-size:28px;}
.f30{font-size:30px;}
.b{font-weight:bold}
.t_c{text-align:center}
.t_l{text-align:left}
.t_r{text-align:right}
.fl{float:left}
.fr{float:right}
.black{color:#000}
.fff{color:#fff}
.gray{color:#333}
.block{display:block}
.p10{padding:10px}
.p5{padding:5px}
.m_t_10{margin-top:10px}
.m_t_20{margin-top:20px}
.m_t_40{margin-top:40px}
.m_t_60{margin-top:60px}
.p_t_10{padding-top:10px}
.p_t_20{padding-top:20px}
.p_t_40{padding-top:40px}
.p_r{position:relative}
.p_a{position:absolute}
.czjz{vertical-align: middle;display: table-cell;}
.hide{display:none}
.show{display:block}
.line-none{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.c{color:#ae2431}
.c_8d{color:#8d8d8d}
.c5{color:#555}
.c_ed{color:#ed312e}
.c_ac{color:#c73e16}

/*图片放大,需设置父元素的宽高，需要overflow:hidden属性*/
#img_hover{cursor: pointer;transition: all 0.8s;}
#img_hover:hover{transform: scale(1.2);}
#img_hover1{cursor: pointer;transition: all 0.8s;}
#img_hover1:hover{transform: scale(1.2);border-radius:20px}
/*链接渐变色*/
#a_hover{transition: color 0.3s;}
/*垂直居中，必须给父元素设置高度*/
.cz_tc{display: table-cell;vertical-align: middle;}

/*顶部*/
.top_header{width:100%;background:url(../images/top.png) no-repeat;height:215px;background-size: 100% 100%;}
.top{height:160px;width:100%}
/*顶部搜索框*/
.input-group{vertical-align: middle;height: 160px;display: table-cell !important;}
.search_input{background:none;border:1px solid #b66063;outline:none;padding:0 15px;height:35px;color:#fff;border-radius:10px;position:relative;margin-left:82px;}
.search_button{background:url(../images/search.png) no-repeat;height:28px;width:28px;position:absolute;right:4%;bottom:41%;cursor:pointer;  outline: medium;border: none;}

/*新闻*/
.left_news_index{background:url(../images/left_bg.png) no-repeat;height:586px;width:600px;padding:0 15px;}
.right_news_index{background:url(../images/right_bg.png) no-repeat;height:586px;width:600px;margin-left:30px;padding-left: 30px;}
.left_news_title{height:40px;line-height:40px;border-bottom:1px solid #ddd;width: 550px;}
.left_news_img{margin-top:7px}
.left_news_span{margin-left:10px}
.left_news_en{font-family:times;margin-left:20px;letter-spacing:2px}

.left_img_news{margin:10px 0;padding:10px;border-bottom:1px solid #ddd;overflow:hidden;width: 550px;}
.left_img{width:147px;overflow:hidden;height:119px}
.left_news{width:355px;margin-left:18px}
.small_img_title{font-size:17px;}
.small_img_title a{color:#525252}
.small_img_desc{color:#737373;line-height: 28px;height:84px;overflow:hidden}

.left_news_ul{padding: 0 10px;}
.left_news_ul li{background:url(../images/disc.png) no-repeat center left;}
.left_news_ul li > a{margin-left:15px;font-size:15px;color:#606060;line-height:35px;font-bold:600}


/*school_life*/
.school_life{background:url(../images/life_bg.png) no-repeat;width:100%;height:600px;background-size:100% 100%;}
.life_title_en{font-family:times;margin-top:5px;letter-spacing:2px}

.slideGroup{ width:1300px; margin:0 auto;margin-top:40px !important; }
.slideGroup .parHd{ height:30px; line-height:30px;  padding:0 20px;  position:relative;  }
.slideGroup .parHd ul{ float:left; position:absolute; left:50%;margin-left:-135px; top:0; height:32px;   }
.slideGroup .parHd ul li{ float:left; cursor:pointer; width:125px;height:40px;text-align:center;font-size:16px;color:#ae2431;background:#fff;line-height:40px }
.slideGroup .parHd ul li.on{ height:40px;  background:#ae2431;color:#fff;font-size:16px;  }
.slideGroup .parHd ul li:last-child{margin-left:20px}
.slideGroup .parHd ul li:first-child{margin-left:0px}
.slideGroup .slideBox{ overflow:hidden; zoom:1; padding:10px 0 10px 42px; position:relative;   }

.slideGroup .sPrev,.slideGroup .sNext{ position:absolute; left:0px; top:36%; display:block; width:45px; height:64px;  background:url(../images/icoLeft.png) center center no-repeat ; }
.slideGroup .sNext{ left:auto; right:5px; background:url(../images/icoRight.png) center center no-repeat ;  }
.slideGroup .parBd ul{ overflow:hidden; zoom:1;   }
.slideGroup .parBd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.slideGroup .parBd ul li .pic{ text-align:center;     overflow: hidden;border-radius:10px 10px 0 0;position:relative}
.slideGroup .parBd ul li .pic img{ width:388px; height:267px; display:block;   }
.slideGroup .parBd ul li .pic a:hover img{ border-color:#999;  }
.slideGroup .parBd ul li .title{ line-height:40px; background:#fff;border-radius:0 0 10px 10px;font-size:16px;width:388px;}
.slideGroup .parBd ul li .title a{color:#757575;}
.play{position:absolute;left:45%;top:40%;}
/*ks*/
.life_li1,.life_li2,.life_li3{height:100px;padding-top: 7px;}
.ks_right1,.ks_right2,.ks_right3{width:250px;margin-left: 14px;}
.ks_title1,.ks_title2,.ks_title3{color:#242424;    margin-top: 15px;}
.ks_desc1,.ks_desc2,.ks_desc3{color:#a4a4a4}
.ks_desc1 a,.ks_desc2 a,.ks_desc3 a{color:#a4a4a4}
.on{background: #ae2341;}
.school_row{height:100px;margin-bottom:40px}
.ks_title_hover{color:#fff}
.ks_title_hover a{color:#fff}
.ks_title_hover a:hover{color:#fff !important}
.ks_ewm{width:500px}
.ks_ewm li{float:left;margin-left:20px;}

/*about*/
@media (min-width: 1440px) and (max-width: 1920px) {
.about_left_img{background:blue;background:url(../images/about_left.png) no-repeat; height:487px;width:574px;left:0;bottom:0;position:absolute;background-size:100% 100%}
.about_right_img{background:blue;background:url(../images/about_right.png) no-repeat; height:760px;width:950px;background-size:100% 100%;right:0;bottom:0;position:absolute;z-index:0}
.xx_about_title{margin-top:20px}	
.about_qj_img{position: absolute;left: 34%;bottom: 0;}
}
@media (min-width: 1920px) {
.about_left_img{background:blue;background:url(../images/about_left.png) no-repeat; height:487px;width:859px;left:0;bottom:0;position:absolute}
.about_right_img{background:blue;background:url(../images/about_right.png) no-repeat; height:760px;width:1290px;background-size:100% 100%;right:0;bottom:0;position:absolute;z-index:0} 
.xx_about_title{margin-top:60px}
.about_qj_img{position: absolute;left: 38%;bottom: 0;}
}
.school_about{height:760px;background:#f1efe0;position:relative}

.about_tags li{background:url(../images/about_tags.png) no-repeat;width:187px;height:33px; float:left;text-align:center;margin-left:20px;margin-top:30px} 
.about_tags li a{line-height:33px;}
.about_content_desc{line-height: 32px;color:#6c6c6c;}

.Rotation:hover{
-webkit-transform: rotate(180deg);
animation: rotation 3s linear infinite;
-moz-animation: rotation 3s linear infinite;
-webkit-animation: rotation 3s linear infinite;
-o-animation: rotation 3s linear infinite;
}
@keyframes rotation{0%   {transform:rotateY(0deg);}25%{transform:rotateY(90deg);}50%{transform:rotateY(180deg);}75%{transform:rotateY(270deg);}100% {transform:rotateY(360deg);}}
.about_desc_more{position: absolute;left: 30%;top: 58%;z-index:1}
 
 
 
/*优势*/
.our_title_en{font-family:times;margin-top:5px;letter-spacing:2px;margin-bottom:40px;}
.our_li{width:365px;height:355px;border:1px solid #dcdcdc;overflow:hidden;float:left;margin-left:20px}
/* .our_li_img{width:380px;height:242px;overflow:hidden} */
.our_li_title a{color:#222}
.our_li_hr{width:80px;border:2px solid #c7c7c7;    margin: 0 auto;margin-top:10px}
.our_li_desc{padding:0 20px;margin-top:10px;color:#8a8a8a;text-align:center;line-height:24px}


/*友情链接*/
.friend_link{background:url(../images/friend_bg.png) no-repeat;height:215px;}
.friend_title{color:#4f4f4f;margin-top:40px}
.fri_sel{width: 192px;height: 32px;border: 1px solid #bfbfbf;border-radius: 7px;padding:0 10px;color:#bfbfbf;margin-left:29px;margin-top:40px}
.friend_sel{width:900px;margin:0 auto}
.fri_sel option{color:#bfbfbf;}
/*底部*/
.footer{/* height:480px; */background:#a21f24;}

.footer_first_li a{color:#fff !important}
.footer_ul li{margin-top: 15px;}
.footer_ul li a{color:#d09a9c}
.footer_ul li a:hover{color:#d09a9c !important}
.footer_first_li a:hover{color:#fff !important}
.footer_ul{float:left;width:108px;}
.ewm{letter-spacing:4px;margin-top:5px;}
.footer_right{position:relative}
.footer_top{height:300px;padding-top:50px}
.footer_bottom{height:80px;width:1100px;border-top:1px solid #a72d31}

.footer_tel{position:absolute;right:0;bottom:-13%;color:#fff;font-size:20px;letter-spacing:2px}
.footer_tel img{margin-right:10px;}
.footer_bottom p{color:#d09a9c;font-size:12px;text-align:center}
.footer_bottom a:hover{color:#d09a9c !important}

@-webkit-keyframes dwdq {
0% {
opacity: 0; /*初始状态 透明度为0*/
}
50% {
opacity: 0.5; /*中间状态 透明度为0*/
}
100% {
opacity: 1; /*结尾状态 透明度为1*/
}
}
.asasassas
{-webkit-animation-name: fadeIn; /*动画名称*/
-webkit-animation-duration: 3s; /*动画持续时间*/
-webkit-animation-iteration-count: 5; /*动画次数*/
-webkit-animation-delay: 0s; /*延迟时间*/}


.position{padding:30px 0; text-align:left}
.Detail{width:90%;margin:0 auto}
.xw_tit{font-size: 24px;
    color: #333;
    text-align: center;}

.summary {
    line-height: 25px;
    padding: 20px 0;
    text-align: center;
    color: #9a9a9a;
border-bottom: 1px solid #f0f0f0;}

.xxy_con, .xxy_con * {
    font-size: 16px;
    color: #555;
    line-height: 30px;
    min-height: 30px;
    margin-bottom: 10px;
    margin-top: 20px;
}



.nav_nei{height:90px;border-top:1px solid #ccc;margin-top:-90px;z-index:9999;background:rgba(255,255,255,0.3)}
.nav2_ul{padding:0 50px}
.nav2_ul li{float:left;line-height: 89px;height: 89px;width:200px;text-align:center;margin:0 10px}
.nav2_ul li:hover{background:rgba(162,31,36,0.5);}
.nav2_ul li a{color:#fff;font-size:20px}
.nav2_ul li a:hover{color:#fff !important}

.left_hover{background:rgba(162,31,36,0.5);}

.ts_school{padding:60px 0}


.ts_ul li{width:376px;height:182px;border-radius:12px;box-shadow:0px 0px 20px #e2e2e2;float:left;margin:20px 10px;cursor:pointer}
.ts_img{padding-top:35px;}
.ts_li_hover{background:#ed312e;}
.ts_ul li:hover{background:#ed312e;}
.ts_ul li:hover div{color:#fff}
.ts_p{padding:20px 25px;}

.kc_bg{background:url(../images/kc_bg.png) no-repeat;background-size:cover;height:810px;}
.kc_tit_ch,.jx_tit_en{padding-top:80px;}
.kc_main{margin-top:60px;}
.kc_main li{float:left;cursor:pointer}

.ts_jx{height:700px;}
.jx_xian{border-left: 1px solid #555;height: 30px;text-align: center;margin: 0 auto;width: 1px;}
.jx1,.jx2,.jx3,.jx4{float:left;cursor:pointer}
.jx_main{position:relative;    height: 500px;}
.jx1{position:absolute;left:2%;top:20%;}
.jx2{position:absolute;left:14.3%;top:13%;}
.jx3{position:absolute;left:26.5%;top:7%;}
.jx4{position:absolute;left:38.8%;top:20%;}
.jx_bg{background: rgba(237,49,46,0.5);position: absolute;left: 0;top: 0;width: 144px;height: 341px;}

.jx_hr1{border-top:1px solid #d23d45;width:400px;position: absolute; top: 47%;left: 55%;}
.jx_p{position: absolute; top: 49%;left: 58%;}
.jx_hr2{border-top:1px solid #d23d45;width:240px;position: absolute; top: 59%;left: 61%;}

.ts_gl{background:url(../images/kc_bg.png) no-repeat;background-size:cover;height:693px;}

.gl_ul{position:relative;height: 500px;}
.gl_div{width:50%;float:left;margin-top:100px;}
.gl_tit{background:#ed312e;width:187px;height:40px;line-height:40px;font-size:22px;color:#fff;text-align:center;font-weight:bold}
.gl_desc{font-size:16px;color:#555;margin-left:20px}


.y_solid{width:100%;border:1px solid #fff;position:absolute;top:47%;left:0}
.x_solid{width:1px;height:80%;border:1px solid #fff;position:absolute;top:10%;left:45%}
.y_solid1{width:120px;border:3px solid #ed312e;position:absolute;top:46.5%;left:40%}
.x_solid1{height:120px;border:3px solid #ed312e;position:absolute;top:35%;left:44.85%}

.school_life1{width:100%;height:600px;background-size:100% 100%;}
.slideGroup .parBd ul li .title1{ line-height:35px; background:#fff;border-radius:0 0 10px 10px;font-size:16px;height:80px;box-shadow:0px 0px 20px #e2e2e2;}
.slideGroup .parBd ul li .title1 a{ color:#757575 !important;font-size:20px;}
.slideGroup .parBd ul li .title1 p{ color:#757575 !important;}
.slideGroup .parBd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;height:380px  }

.xxgk_left,.xxgk_right{width:600px;margin-top:50px}
.xxgk_left img{width:100%}


.right_about_tit{color:#c92730;font-size:30px;font-weight:bold;margin-top:40px;margin-left:-135px;}
.xxgk_right span{color:#fff;margin-right:20px;}
.right_about_desc{width:530px;color:#666;float:right;line-height:28px}

.bxln{background:url(../images/bxln.png) no-repeat;background-size:cover;height:854px;}
.bxys_ul{margin-top:100px;}
.bxys_ul li{width:285px;float:left;cursor:pointer}
.bxys_p{background:#68686e;height:330px;}
.p_tit{padding:40px 0;}
.p_desc{padding:0 20px;line-height:24px;}

.bxys_ul li:nth-child(2){margin-left:20px;}
.bxys_ul li:nth-child(3){margin-left:20px;}
.bxys_ul li:nth-child(4){margin-left:20px;}

.fzlt{background:url(../images/fzlt.png) no-repeat;background-size:cover;height:473px;}
.fzlt_tit{padding-top:60px}
.fzlt_desc{color:#c92730;}
.fzlt_ul{margin-top:80px;}
.fzlt_ul li{width:335px;height:100px;border:1px solid #fff;background:rgba(255,255,255,0.3);border-radius:15px;float:left;margin-left: 60px;cursor:pointer}
.fzlt_ul li p{font-size:30px;color:#ffffff;line-height:100px;text-align:center;font-weight:bold}
.jx_img{position:relative}
.jx_zi{    position: absolute;
    left: 24%;
    top: 43%;
    color: #fff;
    font-size: 26px;}

	
	

@media screen and (max-width: 1920px){
	.slideBox1{ width:1920px; height:575px; overflow:hidden; position:relative; }
	.slideBox1 .hd{ height:15px; overflow:hidden; position:absolute; right:47%; bottom:3%; z-index:1; }
	.slideBox1 .hd ul{ overflow:hidden; zoom:1; float:left;  }
	.slideBox1 .hd ul li{ float:left; margin-right:10px;  width:12px; height:12px; line-height:14px; text-align:center; background:#fff; cursor:pointer; border-radius:10px}
	.slideBox1 .hd ul li.on{ background:#861118; color:#fff; }
	.slideBox1 .bd{ position:relative; height:100%; z-index:0;text-align:center   }
	.slideBox1 .bd li{ zoom:1; vertical-align:middle; }
	.slideBox1 .bd img{ width:100%; height:575px; display:block; }
}

	
/* 本例子css */
@media screen and (min-width:1440px) and (max-width:1920px){
	.slideBox1{ width:100%; height:520px; overflow:hidden; position:relative; }
	.slideBox1 .hd{ height:15px; overflow:hidden; position:absolute; right:47%; bottom:3%; z-index:1; }
	.slideBox1 .hd ul{ overflow:hidden; zoom:1; float:left;  }
	.slideBox1 .hd ul li{ float:left; margin-right:10px;  width:12px; height:12px; line-height:14px; text-align:center; background:#fff; cursor:pointer; border-radius:10px}
	.slideBox1 .hd ul li.on{ background:#861118; color:#fff; }
	.slideBox1 .bd{ position:relative; height:100%; z-index:0; text-align:center  }
	.slideBox1 .bd li{ zoom:1; vertical-align:middle; }
	.slideBox1 .bd img{ width:100%; height:520px; display:block; }
} 



      
.slideBox1 .bd p{width:100%;position:absolute;bottom:0;right:0;background:rgba(0,0,0,0.3);    text-indent: 10px;color:#fff;height:28px;line-height:28px}
         
/* 下面是1前/后按钮代码，如果不需要删除即可 */
.slideBox1 .prev,
.slideBox1 .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../images/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox1 .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox1 .prev:hover,
.slideBox1 .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox1 .prevStop{ display:none;  }
.slideBox1 .nextStop{ display:none;  }




/*餐厅*/	
.ct_title_desc{width:600px;margin:0 auto;margin-top:10px}
.ct_left{width:800px;height:600px;}
.ct_left li{width:394px;height:271px;float:left;margin-top:10px;cursor:pointer;position:relative}
.ct_left li:nth-child(even){margin-left:12px;}
.ct_right{margin-top:10px;margin-left:6px;cursor:pointer;position:relative}

.ct_right1{margin-top:10px;cursor:pointer;position:relative;margin-right:6px;height:600px}

.img_zz{background:url(../images/canting/1px.png);height:271px;width:394px;position:absolute;left:0;top:0;color:#fff;font-size:20px;font-weight:bold;text-align:center;}
.img_zz p{margin-top:125px;}
.img_zz1 p{margin-top:263px;}
.img_zz1{background:url(../images/canting/1px.png);height:546px;width:394px;position:absolute;left:0;top:0;color:#fff;font-size:20px;font-weight:bold;text-align:center;}

/*师资团队*/
.n_team .w1200{ border-left:#e1e1e1 1px solid; padding:25px 0 92px 0;}

.n_team ul{ margin-bottom:54px; overflow:hidden;}

.n_team ul li{ padding:50px 0 50px 62px; border-bottom:#e1e1e1 1px solid; overflow:hidden; position:relative;}

.n_team ul li:before{ content:""; position:absolute; left:0px; top:50%; margin-top:-25px; width:3px; height:50px; background:#b1b1b1; z-index:100}

.n_team ul li:hover:before{ background:#d81417}

.n_team ul li .left{ float:left; width:230px; height:250px; overflow:hidden;}

.n_team ul li .left img{ width:230px; height:250px; -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;}

.n_team ul li .right{ float:right; width:858px;}

.n_team ul li .right .con h3{ font-size:22px; color:#323232; font-weight:normal; margin-bottom:12px; margin-top:22px;}

.n_team ul li .right .con h3 a{ font-size:22px; color:#323232;}

.n_team ul li .right .con h3 a:hover,.n_team ul li .right .con .more a:hover{ color:#d81417;}

.n_team ul li .right .con h6{ font-size:14px; color:#656565; margin-bottom:22px;}

.n_team ul li .right .con p{ font-size:14px; line-height:30px; height:90px; overflow:hidden; color:#6f6f6f; margin-bottom:40px;}

.n_team ul li .right .con .more{ position:relative; padding:0 0 0 84px;}

.n_team ul li .right .con .more a{ font-size:12px; color:#a6a6a6; font-style:italic;}

.n_team ul li .right .con .more:before{content:"";position:absolute;left:3px;top: 5px;width:70px;height:1px;background:#a6a6a6;}

.n_team ul li .right .con .more:hover:before{background:#d81417}


/*校园信箱*/
.sub_form{margin-top:100px;margin-bottom:100px}
.sub_form laber{font-size:15px;color: #303133;font-weight:bold;}

.sub_form .input_text{width:400px;outline:none;height:40px;padding-left:10px;border-radius:2px;border: 1px solid #eaeaea;border-radius:2px;}
.sub_form .input_area{width:100%;outline:none;height:200px;padding-left:10px;border-radius:2px;border: 1px solid #eaeaea;border-radius:2px;resize:none}
.input_text:focus { border:1px solid #9b0000; }
.input_area:focus { border:1px solid #9b0000; }

.sub_form p{margin-top:30px}

.input_sub{padding:10px 25px;font-weight:bold;color:#333;margin-top:50px;border:1px solid #eaeaea;outline:none;background:#f7f7f7}

/*活动报名*/
.hdbm{background: #f7f7f7;padding: 100px 0;min-height: 500px;height: auto;}

.hdbm_1200 li{height:300px;margin-left:125px;margin-top:50px;}
.hdbm_right{width:500px;background:#fff;height:300px;}

.h_r_tit{padding:20px 50px;line-height:28px}
.h_r_desc{padding:0 50px;line-height:28px}
.h_r_date{padding:0 50px;line-height:28px;margin-top:30px}

.h_r_more{    border: none;background: none;padding: 0.7em 1.5em;display: inline-block;letter-spacing: 1px;outline: none;position: relative;cursor:pointer;-webkit-transition: all 0.8s;-moz-transition: all 0.8s;transition: all 0.8s;border-radius: 0px !important;text-decoration: none;font-size: 1em;border: 1px solid #ae2431;font-weight: 400;color: #ae2431;text-align:left !important;float:right;margin-right:50px;margin-top:-20px}

.h_r_more:hover{background:#ae2431;color:#fff}

/*成长光影*/
.czgy{padding: 100px 0;min-height: 500px;height: auto;}

.czgy_1200 li{height: 370px;
    margin-left: 50px;
    float: left;
    margin-bottom: 50px;}
.czgy_p{height:40px;line-height:40px;text-align:center;}
.czgy_p a{color:#333 !important;font-size:16px;}
.czgy_li img{border-radius:10px}

.czgy_li{position:relative}

.about_content{font-size: 1em;color: #9C9C9C;line-height: 1.8em;margin-top: 30px;
margin-bottom: 40px;}

.news_tit{    font-size: 18px;
    margin: 0;
    color: #323232;
    font-weight: 600;margin-top:30px;width:740px}
.news_tit a{color:#323232}
.news_tit a:hover{color:#ff7200}
.news_time{    color: #0070C6;
    font-size: 14px;
    line-height: 1.7em;
    font-weight: 700;margin-bottom:10px}
	
.about_content li{float:left;margin-left:30px;margin-top:20px;margin-bottom:30px;}

.news_img{width:400px;height:233px;}
.news_img img{width:350px;height:233px;}


	
	
.news_des{    color: #8c8c8c;
    font-size: 15px;
    line-height: 24px;
    margin: .5em 0 0 0;
    height: 48px;
    overflow: hidden;}	
	
	
.news_more{    background: none;
    color: #ff7200;
    font-size: 18px;
    padding: 0;    margin-top: 1em;
    text-align: left;}
	
.news_more a{color:#ff7200}	
.news_more a:hover{color:#8c8c8c;text-decoration:underline}	
	
.news_title{
	text-align: center;
	font-size:22px;
	font-weight: normal;
    height: 35px;
    line-height: 35px;
    overflow: hidden;color:#333;font-weight:bold;
}
.news_date{
    color: #999;
    padding: 0 0 10px 0;
    text-align: center;
    position: relative;
}

.news_content{
	font-size:14px;
	line-height: 24px;
	text-indent:2em;
}

.two_nav{border-bottom:2px solid #929292;height:140px;}
.two_nav li{float:left;margin-top:80px;    color: #ff7200;text-transform: capitalize;font-size: 2em;font-weight: 600;margin-bottom: 2%;margin-right:3%}

.left_nav{color:#ff7200}
.two_nav li a:hover{color:#ff7200}

.w1200{width:1200px;margin:0 auto}