.news_per{
	float: right;
    overflow: hidden;
    width: 870px;
}
.news_ul{
	overflow: hidden;
    margin-bottom: 40px;
}
.news_ul .newL{
	width: 250px;
    float: left;
}
.news_ul li{
	overflow: hidden;
	margin-bottom: 40px;
}
.news_ul .newL  img{
	width: 250px;
display: block;
}
.news_ul .newR{
	width: 595px;
    float: right;
}
.news_ul .newR h4 {
    font-size: 18px;
    color: #4D4D4D;
    line-height: 50px;
}
.news_ul .newR span {
    display: block;
    font-size: 16px;
    color: #9A9A9A;
    line-height: 30px;
    text-align: justify;
}
.news_ul li:hover .newR span {
    color: #4D4D4D;
}
.profile{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 50px;
}
.profile{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
	margin-top: 50px;
}
.profile  .xu{
	width:550px;
	height:340px;
	float: left;
}
.profile .pro-video {
    width: 550px;
    height: 340px;
    float: left;
    display: none
}
.profile  .caml{
	width:620px;
	height:340px;
	float: right;
}
.caml h5{
	font-size: 24px;
	color: #074285;
	width: 100%;
	padding: 20px 0;
	box-sizing: border-box;
	border-bottom: 2px solid#CBCBCB;
	line-height: 22px;
}
.caml h5 b{
	font-size: 18px;
	color: #CACACA;
	margin-left: 10px;
}
.caml h5 a{
	font-size:16px;
	color:#074285;
	float: right;
}
.caml h5 em{
	width:4px;
	height:25px;
	background:rgba(7,66,133,1);
	display: inline-block;
	margin-right: 5px;
	float: left;
}
.caml span{
	display: block;
	margin-top: 20px;
	font-size: 16px;
	color: #4B4B4B;
	line-height: 24px;
	text-align: justify;
}

/**/
.campus {
	margin: 0 auto;
	margin-top: 50px;
	box-sizing: border-box;
	width:100%;
	height:190px;
	width: 1200px;
	overflow: hidden;
}
.campus .zu_per {
	white-space: nowrap;
}
.campus .zu_per li {
	height:190px;
	/*width: 220px;*/
	overflow: hidden;
	display: inline-block;
	margin: 0 5px;
	position: relative;
	cursor: pointer;
}
.zu_per li img{
	height:190px;
	width: 300px;
	vertical-align: top;
}
._m_b{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.4);
	position: absolute;
	z-index: 1;
	top: 0px;
	padding: 27px 22px 43px 27px;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 28px;
	color: #ffffff;
	display: block;
	left: 355px;
	transition: 0.2s;	
}
.di_p{
	width: 100%;
	height: 100%;
	/*margin-left: -552px;*/
	margin-left: -680px;
	transition: 0.2s;
	text-align: justify;
}
.campus .zu_per li:hover ._m_b{
	left: 0px;
}
.campus .zu_per li:hover .di_p{
	margin-left: 0px;
}
.campus .zu_per li:hover .m_me{
	color: #106dba;
}
/**/
.leader{
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}
.leader>h5{
	padding-bottom: 20px;
	font-size: 22px;
	color: #074285;
	width: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid#CBCBCB;
	line-height: 22px;
}
.leader>h5 b{
	font-size: 18px;
	color: #CACACA;
	margin-left: 20px;
}
.leader>h5 a{
	float: right;
	font-size: 18px;
	color: #4C4C4C;
	line-height: 24px;
}
.agemen_ul{
	margin-top: 20px;
}
.agemen_ul li{
	float: left;
	width: 49%;
	/*margin-top: 50px;*/
}
.agemen_ul li:nth-child(2n){
	float: right;
}
.agemen_ul li .img_a{
    width: 205px;
    height: 270px;
	float: left;
	display: block;
	overflow:hidden;
}
.agemen_ul li .img_a img{
    width: 205px;
    height: 270px;
    transition: all 0.3s ease-out 0s;
}
.agemen_ul li .ad_q{
    width: 380px;
    height: 270px;
	float: left;
	padding: 15px;
	padding-top: 30px;
	box-sizing: border-box;
	position: relative;
	transition: all 0.3s ease-out 0s;
}
.agemen_ul li .ad_q .p_h5{
	color: #2D353E;
	font-size:20px;
}
.agemen_ul li .ad_q .p_em{
    color: #2D353E;
    font-size: 20px;
    display: block;
    margin: 15px 0;
}
.agemen_ul li .ad_q .p_span{
	color: #2D353E;
	font-size:16px;
	line-height: 30px;
	display: block;
	border-top: 1px solid#9A9A9A;
	padding-top: 15px;
}
.agemen_ul li:hover .ad_q{
	box-shadow:0px 5px 10px 0px rgba(0, 0, 0, 0.2);
	/*background:#245898;*/
	padding-top: 45px;
	}
.agemen_ul li:hover .ad_q .p_h5,.agemen_ul  li:hover .ad_q .p_em,.agemen_ul  li:hover .ad_q .p_span{
	color: #074285;
}
	.agemen_ul li:hover .ad_q .p_span{
	border-top: 1px solid#074285;	
	}
.agemen_ul li:hover .img_a img{
-webkit-transform:scale(1.08);-ms-transform:scale(1.08);transform:scale(1.08)
}
/**/
.agemen_ul li .ad_p{
	position: absolute;
	left: 40PX;
	bottom: 30px;
	height: 30px;
	width: 100%;
}
.agemen_ul li .ad_p b{
width:1px;
height:30px;
background:rgba(154,154,154,1);
display: inline-block;
}
.agemen_ul li .ad_p i{
width:1px;
height:30px;
background:rgba(154,154,154,1);
display: inline-block;
}
.agemen_ul li .ad_p i{
	margin-left: 30px;
	background: url(../images/jr.png) no-repeat;
	height: 15px;
	width: 42px;
		display: block;
    margin-top: -22px;
	}
.agemen_ul li.ad_p{
	vertical-align: middle;
	}	
.agemen_ul li:hover .ad_p i{
	height: 15px;
	width: 42px;
	background: url(../images/jr2.png) no-repeat;	
	display: block;
    margin-top: -22px;
	}
.agemen_ul li:hover .ad_p b{
 background: #074285;
}
.team{
	width: 100%;
}
.team li{
	width: 100%;
}
.team li{
	float: left;
	width: 49%;
	margin-top: 20px;
	padding: 30px;
	box-sizing: border-box;
	background:rgba(249,249,249,1);
 border-radius:10px;
 height: 190px;
 position: relative;
}
.team li:nth-child(2n){
	float: right;
}
.team li p{
	font-size:20px;
	color: #4D4D4D;
}
.team li p b{
	font-size:16px;
	color: #999999;
	margin-left: 20px;
}
.team li .teac{
	font-size:16px;
	color: #999999;
	line-height: 24px;
	text-align: justify;
	margin-top: 10px;
}
.team li:hover{
	box-shadow:0px 5px 10px 0px rgba(0, 0, 0, 0.2);
	background: #ffffff;
}
.team li .mo_u{
	position: absolute;
	left: 0;
	bottom: 20px;
	text-align: center;
	display: block;
	color: #074285;
	font-size: 16px;
	width: 100%;
	display:none;	
}
.team li:hover .mo_u{
	display:block;
}
.xia_s{
	overflow: hidden;
}
.xia_s li{
	overflow: hidden;
	margin-bottom: 50px;
}
.xia_s .xia_w{
	overflow: hidden;
	width: 680px;
	float: left;
}
.xia_s .xia_w p{
	font-size:18px;
	color: #4D4D4D;
}
.xia_s .xia_w span{
	font-size:16px;
	color: #9A9A9A;
	display: block;
	margin-top: 10px;
}
.xia_s .xia_w p i{
	float: right;
}
.xia_s .x_q{
	float: right;
}
.xia_s .x_q i{
	display: block;
	font-size:16px;
	color: #4D4D4D;
}
.xia_s .x_q b{
	width:80px;
	height:25px;
	border:1px solid #CBCBCB;
	display: inline-block;
	font-size: 14px;
	color: #CACACA;
	text-align: center;
	line-height: 25px;
	margin-top: 30PX;
}
.con_news{
	width: 100%;
	background:rgba(244,248,253,1);
    border:1px solid #DAE9FF;
    padding: 30px 20px;
    box-sizing: border-box;
    border-top: 2px solid#074285;
    margin-bottom: 50px;
     font-size: 14px;
    line-height: 26px;
}
.con_news img{
	max-width: 100%;
}
.con_ti2{
	height: 40px;
	width: 100%;
	text-align: center;
	color: #4C4C4C;
	font-size: 20px;
}
.con_ti2 ul{
	width: auto;
	display: inline-block;
}
.con_ti2 li{
	width: 240px;
	float: left;
}
.con_news2{
	height: 400px;
}
.con_h5{
	font-size:30px;
	color: #074285;
	text-align: left;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 20px;
}
.con_ti{
	margin-top: 30px;
	font-size:24px;
	color: #4D4D4D;
	text-align: center;
	margin-bottom: 30px;
}
.con_ul{
	overflow: hidden;
	margin-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	
}
.con_ul li{
	font-size:16px;
	color: #999999;
	width: auto;
	display: inline-block;
	margin: 0 15px;
}
.ti_p{
	font-size:24px;
	color: #074285;
}
.ti_p em{
	width:2px;
	height:30px;
	display: inline-block;
	margin-right: 15px;
	background:rgba(7,66,133,1);
	float: left;
}
.ti_ul{
	padding-left: 20px;
	width: 100%;
	overflow: hidden;	
}
.ti_ul li{
	margin-top: 30px;
	width: 25%;
	transition: all 0.36s ease;
	font-size:20px;
	color: #4D4D4D;
	box-sizing: border-box;
	float: left;
}
.ti_ul li a{
	color:#4D4D4D;
}
.ti_ul em{
	width:10px;
	height:2px;
	display: inline-block;
	margin-right: 10px;
	background:rgba(7,66,133,1);
	margin-top: 13px;
	float: left;
}
.ti_ul li:hover{
	padding-left: 15px;
}
.ti_ul li:hover a{
	color: #074285;
}
.scenery{
	overflow: hidden;
}
.scenery li{
	width: 49%;
	margin-right: 2%;
	float: left;
	margin-top: 30px;	
}
#videoList li video{
	width: 100%;
	height: auto;
	/*object-fit: none;*/
}
#videoList li p{
	line-height: 40px;
	text-align: center;
	font-size: 20px;
	color: #4C4C4C;
}
.scenery li:nth-child(2n){
	margin-right: 0;
}
.scenery .sc_img{
width:440px;
height:305px;
	overflow: hidden;
	position: relative;
}
.scenery .sc_img img{
width:440px;
height:305px;
	transition: all 0.36s ease;
}
/*.scenery .sc_img:hover img{
	transform: scale(1.08);
}*/
.scenery .sc_img span{
	position: absolute;
	right: 0;
	bottom: 0;
	width:50px;
	height:30px;
	background:rgba(0,0,0,0.5);
	display: block;
	color: #FFFFFF;
	font-size: 18px;
	text-align: center;
	line-height: 30px;
}
.scenery .sc_p{
	position: absolute;
	left: 0;
	bottom: 0;
	line-height: 50px;
	text-align: center;
	height: 50px;
	color: #ffffff;
	font-size: 24px;
	width: 100%;
}
.ration{
	margin: 0 auto;
	overflow: hidden;
	width: 1200px;
	margin-top: 50px;
	
}
.ti_ti2{
	padding-bottom: 10px;
	overflow: hidden;
	width: 100%;
	border-bottom:2px solid #CBCBCB;
	font-size: 22px;
	line-height: 36px;
	color: #4C4C4C;
}
.ti_ti2 h4{
	color: #074285;
	font-size:22px;
}
.ti_ti2 h4 b{
	color: #CACACA;
	font-size:18px;
	margin-left: 20px;
}
.ti_ti2 h4 a{
	color: #4C4C4C;
	float: right;
	font-size:18px;
}
.exte{
	margin-top: 20px;
}
.extl{
	width:550px;
	height:360px;
	float: left;
}
.extl img{
	width:550px;
	height:360px;
}
.ext_ul{
	width:620px;
	height:360px;
	float: right;
}
.ext_ul li{
	overflow: hidden;
	margin-top: 20px;
	font-size: 18px;
	transition: all 0.36s ease;
	box-sizing: border-box;
}
.ext_ul li:first-of-type{
	margin-top: 0;
}
.ext_ul li span{
	color: #9B9B9B;
	width: 460PX;
	float: left;
	display: block;
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.ext_ul li b{
	float: right;
	color: #9B9B9B;	
}
.ext_ul li i{
	color: #074285;	
}
.ext_ul li:hover{
	padding-left:10px;
}
.ext_ul li:hover span{
	color: #074285;
}
.coope{
	margin: 0 auto;
	margin-top: 50px;
	width: 1200px;
}
.coo_ul{
	overflow: hidden;
}
.coo_ul li{
	width:30%;
	margin-right: 3%;
	overflow: hidden;
}
.coo_ul li{
	width:31.3%;
	margin-right: 3%;
	overflow: hidden;
	margin-top: 30px;
	float: left;
}
.coo_ul li:nth-child(3n){
	margin-right: 0;
}
.coo_ti{
	background: url(../images/bss.png) no-repeat;
	height: 75px;
	width: 95px;
	float: left;
}
.coo_ti p{
	margin-top: 10px;
	text-align: center;
	font-size:22px;
	color: #074285;
}
.coo_ti em{
	display: block;text-align: center;
	font-size:14px;
	color: #4D4D4D;
}
.coo_we{
	width: 240px;
	float: left;
	margin-left: 20px;
}
.coo_we p{
	font-size:18px;
	color: #4D4D4D;
}
.coo_we span{
	height: 48px;
	font-size:14px;
	color: #9B9B9B;
	margin-top: 10px;
	display: block;
	line-height: 24px;
	transition: all 0.36s ease;
}
.coo_ul li:hover .coo_we p{
	color: #074285;
}
.coo_ul li:hover .coo_we span{
	color: #4D4D4D;
	margin-top: 5px;
}
.im_s{
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
	overflow: hidden;
}
.im_s img{
	width: 100%;
}
.ren_c{
	margin: 0 auto;
	width: 1200px;
	margin-top: 50px;	
}
.ren_c li{
	margin: 0 auto;
	width: 1200px;
	padding-bottom: 20px;
	margin-top: 30px;
	border-bottom: 1px solid#CCCCCC;	
}
.ren_c li p {
    font-size:20px;
    color: #4D4D4D;
}
.ren_c li p i {
        float: right;
}
.ren_c li span {
    font-size: 16px;
    color: #9A9A9A;
    display: block;
    line-height: 26px;
    margin-top: 20px;
}
.ren_c li:hover p{
	color: #074285;
}
.ren_c li:hover span{
	color: #4C4C4C;
}
.tou_g{
	overflow: hidden;
	width: 1200px;
	margin: 0 auto;
	margin-top: 50px;
}
.tou_p{
	font-size:20px;
	color: #4E4E4E;
	margin-bottom: 50px;
}
.tou_p i{
	color: #FF0000;
}
.da_we,.da_we2{
	overflow: hidden;
	margin-top: 30px;
}
.da_we em,.da_we2 em{
	width: 140px;
	font-size:20px;
	color: #4E4E4E;
	display: inline-block;
}
.da_we input{
	font-size:20px;
	color: #4E4E4E;
	width:400px;
	height:40px;
	border:1px solid rgba(7,66,133,1);
	border-radius:4px;
	padding:0 10px;
	box-sizing: border-box;
}
.da_we i,.da_we2 i{
	color: #FF0000;
	font-size:20px;
}
.da_we2 .bi_ms{
	width:100%;
	height:500px;
	border:1px solid #074285;
	box-sizing: border-box;
	margin-top: 20px;
}
.su_btn{
	margin-top: 50px;
	overflow: hidden;
	text-align: center;
}
.su_btn button{
	width:200px;
	height:50px;
	font-size:20px;
	color: #ffffff;
	text-align: center;
	line-height: 50px;
	background:rgba(7,66,133,1);
	border-radius:4px;
    border: none;
    cursor: pointer;
}
.r_ws p{
	color: #074285;
	line-height: 26px;
	font-size: 20px;
} 
.lei_b{
	overflow: hidden;
}
.lei_b span{
	display: inline-block;
	font-size: 18px;
	color: #4D4D4D;
	margin-right: 30px;
	margin-top: 30px;	
}
.lei_b input{
	padding: 0 10px;
	box-sizing: border-box;
	width:140px;
	height:30px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(77,77,77,1);
	border-radius:4px;
}
.lei_b .xu_a{
	font-size:16px;
	color: #ffffff;
	width:80px;
	height:30px;
	background:#074285;
	border-radius:4px;
	border: none;
}
.ta_s table{
	width:100%;
	height: auto;
	float: left;
	table-layout:fixed;
	border-collapse:collapse;
	box-sizing: border-box;	
	margin-top: 20px;
}
.ta_s table td,.ta_s table th{
	height:35px;
	line-height: 35px;
	border: 1px solid #c0c0c0;
	text-align: center;
	padding:0 10px;
	box-sizing: border-box;
}
.ta_s table th{
	font-size:16px;
	color: #000000;
}
.ta_s table td{
	font-size:16px;
	color: #4D4D4D;
}
.ti_ban{
	margin-top:30px;
	overflow: hidden;
}
.ti_ban li{
	color: #4D4D4D;
	font-size:20px;
	width: 33.3%;
	float: left;
	margin-bottom: 15px;
	overflow: hidden;
	text-align: center;
}
.cjcx{
	font-size:20px;
	line-height: 28px;
	color:#074285;
	margin-top: 20px;
}
.d_spa{
	margin-top: 40px;
	overflow: hidden;
}
.d_spa span{
	color: #4E4E4E;
	font-size:20px;
	display: block;
	margin-top: 30px;
	text-align: center;
}
.d_spa span em{
	text-align: right;
	width: 130px;
	display: inline-block;
}
.d_spa span input{
	width:400px;
	height:40px;
	border:1px solid rgba(76,76,76,1);
	border-radius:4px;
	text-align: left;
	padding: 0 10px;
	box-sizing: border-box;
}
.cjcx .c_w{
	margin: 0 auto;
	border: none;
	font-size:20px;
	color: #ffffff;
	display: block;
	margin-top: 30px;
	width:200px;
	height:50px;
	background:rgba(7,66,133,1);
	border-radius:4px;
}
.di_tu{
	margin: 30px 0;
	overflow: hidden;
	background: #E6F2FF;
}
.di_ul{
	overflow: hidden;
	margin-top: 30px;
	padding-left: 20px;
	box-sizing: border-box;
}
.di_ul li{
	font-size:20px;
	color:#4D4D4D;
	float: left;
	margin-right: 30px;
}
.z_r{
	margin-top: 50px;
	overflow: hidden;
	text-align: center;
}
.z_r span{
	display: block;
	margin-bottom: 30px;
}
.z_r span em{
	color: #4E4E4E;
	font-size:20px;
	width: 100px;
	display: inline-block;
	text-align: right;
}
.z_r span input{
	text-align: left;
	width:495px;
	height:40px;
	background:rgba(255,255,255,1);
	border:1px solid rgba(204,204,204,1);
	border-radius:4px;
	padding: 0 10px;
	box-sizing: border-box;
}
.z_r span i{
	color:#FF0101;
}
.z_r button{
	font-size:20px;
	color: #ffffff;
	margin: 0 auto;
	display: block;
	width:200px;
	height:50px;
	background:rgba(7,66,133,1);
	border-radius:4px;
}
/**/
#imgshow_mask{width:100%;position:absolute;z-index:1;background:url(../images/imgshow_mask.png) repeat-x 0 0;height:27px}
#imgshow_mask{_background:none;_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=scale,src='images/imgshow_mask.png')}
#imageShow{clear:both;border-bottom:1px solid #fff}#imageShow .imagebg{height:400px;overflow:hidden;position:relative}
#imageShow .imagebg li{height:400px;overflow:hidden;position:absolute;top:0;left:0;width:100%;display:block;filter:alpha(opacity=0);opacity:0}#imageShow .imagebg li a.bannerbg_main{width:100%;position:absolute;top:0;right:0;height:400px;display:block}.scrollbg{height:80px;background:#f4f4f4 url(../images/scroll_bg.png) 0 100% repeat-x}
.scroll{margin:0 auto;width:960px;height:76px;position:relative}
.s_pre,.s_next{display:block;width:48px;height:76px;position:absolute}a.s_pre{background:url(../images/arrow_l.png);top:4px;left:0}a.s_pre:hover{background:url(../images/arrow_l_on.png)}
a.s_next{background:url(../images/arrow_r.png);top:4px;right:0}
a.s_next:hover{background:url(../images/arrow_r_on.png)}
.outScroll_pic{height:76px;margin-left:70px;overflow:hidden;position:relative;width:822px;top:2px}.outScroll_pic .scroll_pic{position:absolute}
.scroll_pic{margin:0 auto;width:40000px;height:76px}
.scroll_pic li{float:left;float:left;height:65px;width:145px;margin:5px 9px;_margin:5px 14px 5px 4px;cursor:pointer;background:#000}.scroll_pic li img{filter:alpha(opacity=50);-moz-opacity:.5;opacity:.5}
.scroll_pic li:hover img,.scroll_pic li:hover{filter:alpha(opacity=100);-moz-opacity:1;opacity:1}.scroll_pic li.currently img{filter:alpha(opacity=100)!important;-moz-opacity:1!important;opacity:1!important}
.scroll .current{width:144px;height:65px;border:2px #ff780d solid;background:url(../images/arrow_on.png) 50% -4px no-repeat;z-index:10;position:absolute;top:5px;left:0}






@media only screen and (max-width: 1000px) and (min-width: 100px){


.nav_h{
	display: none;
}
.profile,.mics{
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	margin-top: 30px;
}
.profile .xu,.profile .caml,.mi_l,.mi_r{
	width: 100%;
    height: auto;
    float: initial;
	width: 100%;
}
.profile .pro-video {
        width: 100%;
        height: auto;
        float: initial;
        width: 100%;
    }
.xue_h{
	margin-top: 30px;
}
.xue_p,.xue_ul{
	width: 100%;
   padding: 0 10px;
   box-sizing: border-box;
}
.caml h5,.mi_h5{
	font-size: 20px;
	padding: 15px 0;
}
.xue_p h4{
	font-size: 20px;
	width: 180px;
	margin-left: 90px;
}
.xue_ul li{
  float: initial;
  margin: 0 auto;
  margin-top: 15px;
}
.xue_ul li:first-of-type{
	margin: 0 auto;
}
.tz_li span,.da_m span{
	font-size: 16px;
	width: 100%;

}
.tz_li li b,.da_m li a>b{
	float: initial;
	display: block;
	text-align: right;
}
.nami .xi_s{
	display: none;
}
.news_per{
	float: initial;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
}
.con_news{
	padding: 15px;
}
.con_h5{
	font-size: 24px;
    padding-bottom: 15px;
}
.nami{
	width: 100%;
	margin-top: 30px;
}
.news_ul .newL,.news_ul .newL img{
	width: 100px;
}
.news_ul .newR{
	width: 64%;
	float: left;
	margin-left: 15px;
}
.news_ul .newR h4{
	line-height: 36px;
}
.news_ul .newR span{
	font-size: 14px;
    color: #9A9A9A;
    line-height: 24px;
}
.news_ul li{
	margin-bottom: 20px;
}
.con_cons p{
	text-indent:initial !important;
}




}
