html, body{
    font-size: 100%;
    font-family: '微软雅黑', sans-serif;
	background-color:#FFF;
	font-size:14px;
	margin: 0;
}
*{

    font-family: "微软雅黑";
    box-sizing:border-box;
}
p,ul,li,ol,li,td,tr{
	margin:0 0;
	list-style:none;
}

h1,h2,h3,h4,h5,h6{
    font-family: '微软雅黑', sans-serif;
	margin:0;
}
ul,label{
	margin:0;
	padding:0;
}
a:link, a:visited {
	text-decoration:none;
	color:#333333;
}

	@font-face {
 		 font-family: 'font';
 		 src:  url('../fonts/fonts.ttf');
 		 font-weight: normal;
 		 font-style: normal;
		}
		@font-face {
 		 font-family: 'fonts';
 		 src:  url('../fonts/font.ttf');
 		 font-weight: normal;
 		 font-style: normal;
		}

ul, ul li {
	list-style-type:none;
}
.left{
	float:left;
}
.right{
	float:right;
}
.clear{
	clear:both;
}
/*headWrap*/
.headWrap{
	height: 190px;
    background: url(../images/header_bg.jpg) no-repeat center/cover;
}
.headWrap span{
	display:inline-block;
	height:100%;
	letter-spacing:0px;
	font:40px/220px "font";
	font-weight:500;
	color:#fff;
	margin-left:40px;
}
.header {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}
.logoWrap {
    float: left;
    margin-top: 52px;
}
.slogan {
    float: right;
    display: block;
    margin-top: 50px;
}
.headWrap h1{
	margin-top:-9999999px;
}
/*head start*/
:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.nav {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
    background-color: #2360BD;
}
.nav ul {
    max-width: 1350px;
    font-size: 0;
    margin: 0 auto;
}
.nav ul li {
    display: inline-block;
    height: 21px;
    width:150px;
    margin: 23px 0;
    position: relative;
}
.nav ul li::after{
content:'';
width:3px;
height:120%;
background-color: #fff;
position:absolute;
top:50%;
left:0;
transform:translateY(-50%);
}
.nav ul li a {
    display: block;
    width: 100%;
    height: 100%;
    font: 18px/21px "微软雅黑";
    color: #fff;
    text-align: center;
}
.nav ul li a:hover{
	color:#000;
	text-decoration: underline;
}


    .container{
      width:100%;
      height:600px;
      position:relative;
      overflow: hidden;
       max-width:1520px;
      min-width:1520px; 
      margin:0 auto;
    }
    .wrapper{
      width:600%;
      height:100%;
      position:absolute;
      top:0;
      left:0;
      transition:left 300ms linear 0ms;
    }
    .slide{
      float:left;
      width:20%;
      height:600px;
      overflow: hidden;
    }
.slide img{
width:100%;
height:100%;
}
   .container img{
      width:100%;
    }

.main_t{
	width:100%;
	overflow: hidden;
	margin-top:15px;
	padding-left:20px;
}

.main_t .time{
	float:right;
}
.notice li a{
	display:inline-block;
	width:80%;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
	font: 16px / 30px "微软雅黑";
}
.cooperation{
	width:520px;
}
.cooperation li a{
	display:inline-block;
	width:80%;
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow: hidden;
	font: 16px / 30px "微软雅黑";
}
/*banner start*/
.banner1{
	height:100px;
	background-color: rgba(34,98,198,.8);
	background-size:cover;
	background-position:0px 0px;
}
.banner1 p{
	text-align:center;
	font:50px/100px "微软雅黑";
	color:#fff;
	text-shadow:15px 5px 10px #000;
}
.banner2{
	height:120px;
	background:url("../images/banner2.jpg") no-repeat;
	background-size:cover;
}
.banner2 p{
	text-align:center;
	font:45px/120px "fonts";
	color:#fff;
	text-shadow:15px 5px 10px #000;
}
/*.banner p i{
	font-family: "font";
}
*/

.swiper-container{
}
.main{
	width:1200px;
	margin:0 auto;
	position:relative;
	margin-bottom:30px;
}
.ReportCard{
	width:100%;
	background-color: #fff;
	padding-left:20px;
	margin:15px 0;
}
.title{
	margin:15px 0 15px -20px;
}
.title h3{
	display:inline-block;
	height:38px;
	line-height: 38px;
	padding:0 60px 0 30px;
	background:#204F9F url(../images/title_bg.jpg) no-repeat top right -1px;
	color:#fff;
	letter-spacing: 8px;
}


.ReportCard_left,.ReportCard_center,.ReportCard_right{
}
.ReportCard_left,.ReportCard_center{
	width:400px;
	float:left;
}
.ReportCard_left{
	margin-right:10px;
}
.ReportCard_right{
	width:350px;
	float:right;
	/*margin-left:30px;*/
}
.titles{
	height:50px;
	border-bottom: 1px solid #000;
	margin-bottom:20px;
	background-size:50px 50px;
}
.titles h2{
	display:inline-block;
	font: 24px/50px "FZYingBiXingShu-S16S";
	font-family: "FZYingBiXingShu-S16S";
    color: #333;
    margin: auto;
    text-indent: 10px;
    position: relative;
    padding-left:8px;
}
.toMore{
	font: 14px/50px "微软雅黑";
    color: #999;
    float: right;
}
.titles h2::after{
	content: '';
    display: block;
    width: 8px;
    height: 20px;
    background: #2262c6;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
.jiuyezc{
	/*background:url(../images/就业政策.jpg)no-repeat left/contain;*/
}
.ReportCard_left li,.ReportCard_center li,.ReportCard_right li{
	 height:33px;
     overflow: hidden;
   	 padding-left:10px;
}

.ReportCard_left li a,.ReportCard_center li a{
	 white-space: nowrap;
	 font: 16px/33px "微软雅黑";
   	 color: #666;
   	 overflow: hidden;
   	 text-overflow: ellipsis;
   	 float:left;
         width:325px;
}
.ReportCard_left .time,.ReportCard_center .time{
	height:100%;
	line-height:33px;
	float:right;
}
.ReportCard_right .platform a{
	display:block;
	width:170px;
	height:60px;
	border:1px solid #ccc;
	font:20px/60px "微软雅黑";
	text-align:center;
	border-radius:25px;
	color:#fff;
	transition:all .3s;
}

.contents{
	min-height:300px;
	border-bottom:1px solid #ccc;
      
}

.ReportCard_right .platform .btn1 a{
	background-color: #01A7A5;
}
.ReportCard_right .platform .btn2 a{
	background-color: #A39A01;
}
.ReportCard_right .btn3 a{
	background-color: #A75503;


}
.ReportCard_right .platform .btn1 a:hover{
	background: rgba(1,167,165,.8);
	color:#000;
	border-radius:0;
}
.ReportCard_right .platform .btn2 a:hover{
	background: rgba(163,154,1,.8);
	color:#000;
	border-radius:0;
}
.ReportCard_right .btn3 a:hover{
	background: rgba(167,85,3,.8);
	color:#000;
	border-radius:0;
}
.ReportCard_right .btn3{
position:relative;
}
.ReportCard_right .btn1, .btn2, .btn3 {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}
.ReportCard_right .platform .contents{
	height:300px;
	padding-top:30px;
	background:url("https://ss3.bdstatic.com/70cFv8Sh_Q1YnxGkpoWK1HF6hhy/it/u=2428338735,1320379716&fm=15&gp=0.jpg") no-repeat;
	background-size:445px 600px;
	background-position:-90px -240px;

}
.contents li{
	padding-right:10px;
}
.contents li:hover{
         background-color:rgba(0,0,0,.1);
}

.shengyuaninfo .contents a{
display:inline-block;
    white-space: nowrap;
    font: 16px/33px "微软雅黑";
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    float: left;
    width: 280px;
}
.shengyuaninfo .time {
    height: 100%;
    line-height: 33px;
    float: right;
}
.typucal{
	padding-left:20px;
}
.typucal_float{
	float:left;
	width:47%;
}
.jiuyezhidao{
	margin:0 25px;
}
.typucal_float li{
	 height:33px;
     overflow: hidden;
   	 padding-left:10px;
}

.typucal_float li a{
	display:inline-block;
	width:260px;
	font: 16px/33px "微软雅黑";
   	color: #666;
	overflow: hidden;
	white-space: nowrap;
   	text-overflow: ellipsis;
   	float:left;
}
.typucal_float .time{
	display:inline-block;
	float:right;
	height:100%;
	line-height:33px;
}
.ewm{
	height:150px;
	width:50%;
	margin:0 auto;
float:right;

}
#img{
	display: none;
       vertical-align: middle;
       position:absolute;
        left:81px;
       top:-190px;
}
















.Xiaoyuan{
	width:1200px;
	height:275px;
	padding-left:20px;
}
.Xiaoyuan .Titles{
	width:1200px;
	height:50px;
	border-bottom:2px solid #99bbdf;}
.Xiaoyuan .Titles p{
	float:left;
	font-family:"微软雅黑";
	font-size:80px;
	font-weight:bold;
	color:#0154ad;
	line-height:48px;}
.Xiaoyuan .Titles a{
	font-size:80px;
	color:red;
	font-weight:bold;
	float:right;
	line-height:20px;
	margin-top:17px;}
/****产品轮播****/
#inner img {
	width:230px;
	height:200px;
	float:left;
}

#outer ul li{
	float: left;
	width: 18%;
	height: 230px;
	margin: 0 11px;
}
#inner {
	width:2300px;
	height:310px;
}
#inner div {
	float:left;
}



.copyright {
    background: #0041a6;
    text-align: center;
    padding: 22px 0;
}
.copyright p {
    font-size: 12px;
    line-height: 24px;
    color: #fff;
}
.copyright a {
    color: #fff;
}


/*就业典型*/
.jiuyedianxing{
	width:1200px;
	height:auto;
    overflow: hidden;
    overflow: hidden;
}
.jiuyedianxing img{
	width:230px;
	height:220px;
	vertical-align:top;
	
}
.jiuyedianxing a{
	display:inline-block;
	position:relative;
	float:right;
}
.jiuyedianxing a>span{
	display:inline-block;
	padding:10px 5px;
	width:100%;
	height:auto;
	background-color: rgba(0,0,0,.5);
	position:absolute;
	bottom:-300;
	left:0;
	text-align:center;
	color:#fff;
	font-size:12px;
	line-height:20px;
	transition:all .5s;
}
#window{
	overflow: hidden;
}
#info{
	overflow: hidden;
}
#info div{
	float:left;
}