*{margin: 0px auto;padding: 0px auto; font-family:Microsoft Sans serif}
html,body{width: 100%;height: 100%;}
ul{padding: 0px;}
li{list-style: none;}
a{text-decoration: none;color: #000;}
img{border: none;}
h3,h4,h5{font-weight: normal;}


@media screen and (max-width:1440px){
	.container{
		width: 1200px;
	}
	.header{
		width: 1200px;
	}
	.fotr{
		padding-left: 80px;
	}
	.af1ul li .img{
		height: 205px;
	}
	.af1ul li .img img{
		height: 205px;
	}
	.shul li .img{
		width: 100%;
		height: 260px;
		overflow: hidden;
	}
	.shul li .img img{
		width: 100%;
		height: 260px;
		transition: 1s;
	}
	.coop{
		max-height: 800px;
		background: url(../../images/bg_03.jpg)center no-repeat;
		padding: 7px 40px 40px 40px;
		box-sizing: border-box;
		overflow: hidden;
	}
	.coop ul li{
		width: 160px;
		height: 120px;
		float: left;
		margin-right: 32px;
		margin-top: 33px; 
	}
	.coop ul li img{
		width: 158px;
		height: 88px;
		border: 1px #e5e5e5 solid;
	}
	.coop ul li:nth-child(6n){
		margin-right: 0px;
	}
	.caseul li .cont{
		width: 830px;
		float: right;
		margin-left: 20px;
	}
	.caseul li{
		padding: 6px 18px 6px 6px;
	}
	.caseul li p{
		font-size: 12px;
	}
	.lxl{
		width: 550px;
		float: left;
	}
	.lxr{
		width: 500px;
		float: right;
		margin-top: 95px;
	}
	.lxl .h2{
		font-size: 20px;
		color: #0a5098;
		margin-top: 30px;
	}
	.lxr h2{
		font-size: 20px;
		color: #0a5098;
	}

}

@media screen and (min-width:1440px){
    .container{
		width: 1400px;
	}
	.fotr{
		padding-left: 150px;
	}
	.af1ul li .img{
		height: 240px;
	}
	.af1ul li .img img{
		height: 240px;
	}
	.shul li .img{
		width: 100%;
		height: 300px;
		overflow: hidden;
	}
	.shul li .img img{
		width: 100%;
		height: 300px;
		transition: 1s;
	}
	.coop{
		max-height: 800px;
		background: url(../../images/bg_03.jpg)center no-repeat;
		padding: 7px 40px 40px 40px;
		box-sizing: border-box;
		overflow: hidden;
	}
	.coop ul li{
		width: 160px;
		height: 120px;
		float: left;
		margin-right: 33.3px;
		margin-top: 33px;
	}
	.coop ul li img{
		width: 158px;
		height: 88px;
		border: 1px #e5e5e5 solid;
	}
	.coop ul li:nth-child(7n){
		margin-right: 0px;
	}
	.caseul li .cont{
		width: 1000px;
		float: right;
		margin-left: 32px;
	}
	.caseul li{
		padding: 6px 28px 6px 6px;
	}
	.caseul li p{
		font-size: 14px;
	}
	.image-list2{
		margin-left: 100px;
	}
	.lxl{
		width: 650px;
		float: left;
	}
	.lxr{
		width: 600px;
		float: right;
		margin-top: 95px;
	}
	.lxl .h2{
		font-size: 24px;
		color: #0a5098;
		margin-top: 30px;
	}
	.lxr h2{
		font-size: 22px;
		color: #0a5098;
	}

}

.clearfix:after {
    visibility: hidden;
    display: block;
    content: " ";
    clear: both;
    height: 0;
    line-height: 0;
}
.index_banner .swiper-container{
	width: 100%;
	height: 600px;
}
#ban_page{
	bottom: 20px;
}
#ban_page span{
	width: 36px;
	height: 3px;
	background: rgba(0,0,0,.5);
	border-radius: 0px;
	opacity: 1;
	border-radius: 10px;
}
#ban_page span.swiper-pagination-bullet-active{
	background: #fff;
}
.header{
	height: 120px;
}
.header .logo{
	float: left;
	margin-top: 30px;
}
.header .lang{
	width: 90px;
	height: 28px;
	border: 1px #ececec solid;
	border-radius: 5px;
	float: right;
	text-align: center;
	line-height: 28px;
	margin-top: 47px;
	color: #656565;
}
.header .lang a{
	color: #656565;
	font-weight: bold;
}
.header .lang a.cur{
	color: #0a5098;
}
.header p a{
	color: #343434;
	margin: 0px 25px;
}
.header p{
	float: right;
	margin-right: 130px;
	margin-top: 50px;
	color: #343434;
}
.header p a:hover{
	color: #0a5098;
}
.nav{
	height: 60px;
	background: #0a5098;
}
.nav ul li{
	width: 14%;
	float: left;
	text-align: center;
	position: relative;
	text-transform: capitalize;
}
.nav ul li>a{
	display: block;
	color: #fff;
	line-height: 60px;
	font-size: 16px;
	font-weight:bold;
	font-family:Arial Black
 
}
.nav ul li:hover{
	background: #044487;
}
.nav .two{
	width: 100%;
	position: absolute;
	top: 60px;
	left: 0px;
	z-index: 100;
	background: #0a5098;
	padding: 0px 10px;
	box-sizing: border-box;
	 
	display: none;
}
.nav .two p a{
	color: #fff;
	display: block;
	font-size:14px;
}
.nav .two p{
	margin: 20px 0px;
}
.nav .two a:hover{
	color: #e29324;
}
.afone{
	margin-top: 60px;
	overflow: hidden;
	background: url(../../images/line_02.jpg)center bottom no-repeat;
}
.title{
	height: 60px;
	background: #044487;
	line-height: 60px;
	padding: 0px 20px;
}
.title h2{
	font-size: 24px;
	color: #fff;
	float: left;
}
.title a{
	float: right;
	color: #fff;
}
.title a img{
	margin-left: 10px;
}
.af1ul li{
	width: 32%;
	float: left;
	margin-right: 2%;
	margin-top: 20px;
	background: #fff;
	transition: .5s;
}
.af1ul li .img{
	width: 100%;
	overflow: hidden;
}
.af1ul li:nth-child(3n){
	margin-right: 0px;
}
.af1ul li p{
	height: 57px;
	overflow: hidden;
	color: #333333;
	font-size: 18px;
	line-height: 57px;
	margin: 0px 20px;
	text-align: center;
}
.af1ul li:hover img{
	transform: scale(1.2);
}
.af1ul li img{
	width: 100%;
	transition: 1s;
}
.af1ul li:hover{
	background: #0a5098;
}
.af1ul li:hover p{
	color: #fff;
}
.aftwo{
	background: #f5f6f7;
	padding: 20px 0px 60px 0px;
	overflow: hidden;
}
.af2ul{
	background: #fff url(../../images/shu_06.jpg)center no-repeat;
	padding: 20px;
	overflow: hidden;
	box-sizing: border-box;
}
.af2ul li{
	width: 48%;
	height: 78px;
	float: left;
	border-bottom: 1px #ededed solid;
	box-sizing: border-box;
	background: url(../../images/index_23.png)right center no-repeat;
}
.af2ul li h3{
	font-size: 16px;
	color: #333;
	margin-top: 15px;
}
.af2ul li p{
	font-size: 14px;
	color: #989898;
	margin-top: 6px;
}
.af2ul li:nth-child(2n){
	float: right;
}
.af2ul li:hover h3{
    color: #0a5098;
}
.af2ul li:hover p{
	color: #0a5098;
}
.af2ul li:nth-child(5),.af2ul li:nth-child(6){
	border: 0px;
}
.footer{
	background: #0a5098;
	padding: 60px 0px;
	overflow: hidden;
}
.fotl{
	width: 58%;
	border-right: 1px #5182b5 solid;
	overflow: hidden;
	float: left;
	box-sizing: border-box;
}
.fotl ul li{
	width: 298px;
	height: 58px;
	border: 1px #1059a5 solid;
	background: #07498e;
	float: left;
	margin-right: 28px;
	margin-top: 28px;
	line-height: 58px;
	transition: .5s;
}
.fotl ul{
	overflow: hidden;
	margin-top: 10px;
}
.fotl ul li img{
	float: left;
	margin: 10px 10px 0px 20px;
}
.fotl ul li a{
	display: block;
	color: #fff;
	opacity: .9;
}
.fotl ul li:hover{
	background: #e29324;
}
.fotb h2{
	font-size: 24px;
	color: #fff;
}
.fotb p{
	font-size: 14px;
	color: #fff;
	margin-top: 6px;
	font-weight: bold;
}
.fotr{
	width: 42%;
	box-sizing: border-box;
	float: right;
}
.fotr .cont{
	color: #fff;
	line-height: 26px;
	margin-top: 34px;
}
.fotr .cont p{
	margin: 10px 0px;
}
.fotr .copy{
	font-size: 12px;
	color: #fff;
	opacity: .7;
	margin-top: 20px;
}
.banner{
	height: 320px;
}
.zynav{
	height: 68px;
	background: #fff;
	text-align: center;
}
.zynav ul{
	display: inline-block;
	background: url(../../images/l_05.jpg)left center no-repeat;
}
.zynav ul li{
	width: 350px;
	height: 68px;
	font-size: 18px;
	float: left;
	text-transform: capitalize;
	display: table;
}
.zynav ul li a{
	color: #333;
	display: table-cell;
	vertical-align: middle;
	background: url(../../images/l_05.jpg)right center no-repeat;
	box-sizing: border-box;
	padding: 0px 10px;
}
.zynav ul li p{
	display: table-cell;
	vertical-align: middle;
}
.zynav ul li .cur{
	background: #0a5098;
	color: #fff!important;
	font-weight: normal!important;
}
.zynav ul li a:hover{
	color: #0a5098;
	font-weight: bold;
}
.bg{
	background: #f5f6f7;
	overflow: hidden;
	padding: 60px 0px;
}
.zyl{
	width: 25%;
	float: left;
	background: #0a5098;
}
.zyl img{
	width: 100%;
}
.zyl h2{
	font-size: 36px;
	color: #fff;
	margin: 40px 0px 100px 40px;
}
.zyr{
	width: 72%;
	float: right;
	box-sizing: border-box;
	padding: 30px;
	background: #fff;
}
.abcont{
	color: #4d4d4d;
	line-height: 32px;
}
.shul li{
	width: 48.5%;
	float: left;
	margin-bottom: 30px;
}
.shul li:nth-child(2n){
	float: right;
}
.shul li span{
	display: block;
	height: 60px;
	border: 1px #e5e5e5 solid;
	line-height: 60px;
	text-align: center;
	color: #323232;
	font-size: 18px;
	box-sizing: border-box;
	padding: 0px 10px;
	border-top: 0px;
	transition: .5s;
}
.shul li:hover img{
	transform: scale(1.2);
}
.shul li:hover span{
	background: #0a5098;
	color: #fff;
}
.course{
	padding: 40px;
	background: #fff;
}
.kcb{
	width: 100%;
	border-bottom: 1px #e5e5e5 solid;
	overflow: hidden;
	padding-bottom: 36px;
	display: table;
}
.kcbl{
	height: 80px;
	float: left;
}
.kcbl p{
	font-weight: bold;
	font-size: 20px;
	color: #323232;
}
.kcbl h2{
	font-size: 50px;
	color: #0a5098;
}
.kcb span{
	width: 50%;
	color: #0a5098;
	font-weight: bold;
    display: table-cell;
    vertical-align: bottom;
    text-align: right;
    line-height: 28px;
}
.kcul li{
	width: 48.5%;
	height: 210px;
	float: left;
	background: url(../../images/kc_08.jpg);
	border-radius: 15px;
	color: #fff;
	box-sizing: border-box;
	padding: 0px 50px;
}
.kcul li:nth-child(2n){
	float: right;
}
.kcul li h2{
	font-size: 20px;
	margin-top: 30px;
	margin-bottom: 15px;
}
.kcul li .cont{
	line-height: 30px;
}
.kcul{
	overflow: hidden;
}
.kccont{
	background: #f7f9fa;
	border: 1px #ececec solid;
	padding: 60px;
	margin-top: 50px;
	border-radius: 15px;
}
.kccont h2{
	font-size: 20px;
	color: #313131;
}
.kccontul li h3{
	font-size: 16px;
	color: #0a5098;
	font-weight:bold
}
.kccontul li p{
	color: #646464;
	margin-top: 8px;
	line-height: 26px;
}
.kccontul li{
	margin-top: 35px;
}
.c3b{
	text-align: center;
	border-bottom: 1px #e5e5e5 solid;
	padding-bottom: 40px;
}
.c3lx{
	height: 150px;
	background: url(../../images/c3_07.jpg);
	border-radius: 15px;
}
.c3lx h2{
	font-size: 20px;
	color: #fff;
	float: left;
	margin-left: 24%;
	margin-top: 60px;
}
.c3lx .text{
	color: #fff;
	font-size: 18px;
	float: left;
	margin-left: 12%;
	margin-top: 30px;
}
.c3lx .text p{
	margin: 15px 0px;
}
.c3contul li{
	background: url(../../images/c3_11.jpg)left center no-repeat;
	padding-left: 20px;
	color: #646464;
	margin-top: 25px;
}
.c3contul{
	margin-top: 10px;
	overflow: hidden;
}
.coop ul li:hover img{
	border: 1px #0a5098 solid;
}
.case{
	padding: 0px 40px 40px 40px;
	background: #fff;
	overflow: hidden;
}
.caseul li{
	/*border: 2px #ececec solid;*/
	box-sizing: border-box;
	margin: 40px 0px 0px 0px;
	overflow: hidden;
	transition: .5s;
	box-shadow: 2px 2px 20px #ddd;
}
.caseul li img{
	width: 238px;
	height: 332px;
	float: left;
}
.caseul li h2{
	font-size: 26px;
	color: #0a5098;
	margin-top: 20px;
}
.caseul li .text{
	background: #f5f6f7;
	font-size: 14px;
	color: #343434;
	padding: 10px 15px;
	line-height: 26px;
	margin: 15px 0px;
}
.caseul li p{
	color: #343434;
	line-height: 20px;
	margin: 9px 0px;
}
.caseul li:hover{
   box-shadow: 2px 2px 20px #0a5098;
}
.zhanshi h2{
	font-size: 24px;
	color: #0a5098;
	margin-bottom: 40px;
}
.zhanshi{
	margin-top: 60px;
}
/*.image-list{
    width: 100%;
    background: #fcfcfc;
    border: 1px #e6e6e6 solid;
    overflow: hidden;
    padding: 35px 0px;
    box-sizing: border-box;
}*/
.image-list .cover{
    position: relative;
   /* width: 170px;
    height: 240px;*/
    display: inline-block;
    cursor: zoom-in;
	float: left;
	text-align: center;  
}
.image-list .cover img{
    width: 170px;
    height: 240px;
    box-sizing: border-box;
    border: 1px #e6e6e6 solid;
}
.school{
	padding: 40px;
	background: #fff;
	overflow: hidden;
}
.xxcont{
	text-align: center;
	font-size: 18px;
	color: #343434;
	margin-top: 30px;
	line-height: 36px;
}
.image-list2{
    overflow: hidden;
    box-sizing: border-box;
    margin-top: 40px;
}
.image-list2 .cover{
    position: relative;
    width: 250px;
    height: 410px;
    overflow: hidden;
    display: inline-block;
    cursor: zoom-in;
	float: left;
	text-align: center;  
	margin-right: 40px;
	margin-top: 40px;
}
.image-list2 .cover:nth-child(4n){
	margin-right: 0px;
}
.image-list2 .cover img{
    width: 248px;
    height: 348px;
    border: 1px #e5e5e5 solid;
}
.join{
	padding: 10px 40px 40px 40px;
	background: #fff;
	overflow: hidden;
}
.joinul li{
	border: 1px #e7e7e7 solid;
	padding: 30px;
	box-sizing: border-box;
	overflow: hidden;
	margin-top: 30px;
	cursor: pointer;
}
.joinul li .text{
	height: 40px;
	background: #0a5098;
	color: #fff;
	font-size: 20px;
	padding: 0px 30px;
	float: left;
	line-height: 40px;
}
.joinul li h3{
	font-size: 16px;
	color: #333333;
	float: left;
	background: url(../../images/c3_11.jpg)left center no-repeat;
	padding-left: 20px;
	margin-left: 40px;
	line-height: 40px;
}
.joinul li span{
	float: right;
	color: #0a5098;
	font-size: 14px;
	line-height: 40px;
}
.zpzhedie{
	border: 1px #e7e7e7 solid;
	padding: 0px 40px 30px 40px;
	font-size: 14px;
	color: #4d4d4d;
	line-height: 28px;
	border-top: 0px;
	display: none;
}
.joinul li.cur{
	border-bottom: 0px;
}
.lianxi{
	padding: 60px 40px 40px 40px;
	background: #fff;
}
.lxl .cont{
	padding: 10px 25px;
	box-shadow: 0px 0px 10px #ddd;
	border-radius: 7px;
	line-height: 40px;
	margin-top: 20px;
	color: #666;
}
/*.lxl .cont h2{
	font-size: 16px;
	color: #323232;
	margin: 15px 0px;
}
.lxl .cont p{
	color: #666;
	line-height: 28px;
	margin: 15px 0px;
}*/
.lxr .bor{
	border: 1px #e7e7e7 solid;
	padding: 5px;
	border-radius: 5px;
	margin-top: 20px;
}
.iw_poi_title {color:#CC5522;font-size:14px;font-weight:bold;overflow:hidden;padding-right:13px;white-space:nowrap}
.iw_poi_content {font:12px arial,sans-serif;overflow:visible;padding-top:8px;white-space:-moz-pre-wrap;word-wrap:break-word}
.news li img{
	width: 360px;
    height: 200px;
    float: left;
    margin-right: 30px;
}
.news li{
	padding: 20px;
	background: #fff;
	overflow: hidden;
	margin-bottom: 30px;
	transition: .2s;
}
.news li .date{
	font-size: 36px;
	color: #b2b2b2;
}
.news li .date span{
	font-size: 16px;
	float: right;
	color: #7f7f7f;
}
.news li h2{
	font-size: 22px;
	color: #333;
	margin: 17px 0px;
}
.news li p{
	color: #4d4d4d;
	line-height: 28px;
}
.news li:hover{
	box-shadow: 2px 2px 15px #ddd;
}
.news li:hover h2{
	color: #0a5098;
}
.det{
	background: #fff;
	padding: 40px;
	overflow: hidden;
}
.detl{
	width: 78%;
	min-height: 600px;
	float: left;
	padding-right: 40px;
	border-right: 3px #eeeeee solid;
	box-sizing: border-box;
}
.detl h2{
	font-size: 30px;
	color: #333333;
}
.detl .cont{
	line-height: 32px;
	color: #4d4d4d;
	margin-top: 30px;
}
.detr{
	width: 18%;
	float: right;
}
.detrb h2{
	font-size: 36px;
	color: #0a5098;
}
.detrb h3{
	font-size: 18px;
	color: #b2b2b2;
	font-weight: bold;
	margin-bottom: 45px;
}
.detrb p{
	color: #656565;
	margin-top: 10px;
}
.fany h3{
	font-size: 16px;
	color: #343434;
	margin-bottom: 8px;
	margin-top: 50px;
}
.fany p{
	color: #666666;
	line-height: 24px;
}
.fany{
	border-top: 1px #ededed solid;
	margin-top: 60px;
}
.fany a:hover{
	color: #0a5098;
}

.page{text-align:center;clear: both;padding-top: 60px;height: 50px;}
.page a{
	border:1px solid #cccccc;
	margin-left:5px;padding:5px 10px;
	background-color:#ffffff;color:#ffffff;
	text-decoration:none;
	color:#333333;
	font-size:14px;  
}

.sotitle{
	text-align: center;
	color: #333;
	font-size: 22px;
	margin-top: 20px;
	border-bottom: 1px #e6e6e6 solid;
	padding-bottom: 20px;
}
.socont{
	line-height: 32px;
	color: #4d4d4d;
	margin-top: 30px;
}
.coop ul li p{
	height: 38px;
	font-size: 14px;
	text-align: center;
	color: #333;
	margin-top: 5px;
	overflow: hidden;
}
.zhanshi .swiper-container{
	width: 100%;
	height: 330px;
}
.zhanshi .swiper-container .swiper-slide img{
	width: 170px;
}
.zhanshi .swiper-container .swiper-slide p{
	font-size: 14px;
	margin-top: 10px;
	height: 40px;
	color: #333;
}
#zs_page{
	bottom: 0px;
}
#zs_page span{
	width: 10px;
	height: 10px;
    background: #000;
}
#zs_page span.swiper-pagination-bullet-active{
	background: #0a5098;
	opacity: 1;
}