@charset 'utf-8';
/*header-start*/
#header{
    width: 100%;
    height: 104px;
    background: #1d4169;
}
#header .head_con{
	position: relative;
}
#header .logo{
	width: 360px;
	padding-top: 25px;
}
#header .head_right{
	width: 720px;
	padding-top: 32px;
}
#header .head_right .link ul li{
	position: relative;
	display: inline-block;
	width: 40px;
	height: 40px;
	background: url("../images/icon1.png") no-repeat;
	margin-left: 20px;
}
#header .head_right .link ul li+li{
	background: url("../images/icon2.png") no-repeat !important;
}
#header .head_right .link ul li+li+li{
	background: url("../images/icon3.png") no-repeat !important;
}
#header .head_right .link ul li a{
	display: block;
	width: 40px;
	height: 40px;
}
#header .head_right ul li img{
	position: absolute;
	left: -86px;
	top: 40px;
	display: none;
	z-index: 9999;
}
#header .head_right .nav .nav_pic{
	width: 40px;
	height: 29px;
	cursor: pointer;
	margin-top: 6px;
	padding: 0 0 37px 40px;
}
#header .head_right .search{
	position: relative;
	width: 324px;
	height: 30px;
	cursor: pointer;
	margin-left: 30px;
	background: url("../images/search_bg.png") no-repeat;
	margin-top: 6px;
}
#header .head_right .search input{
	position: absolute;
	top: 0px;
	border: none;
	outline: none;
	height: 30px;
	line-height: 30px;
}
#header .head_right .search input.btn{
	right: 8px;
	width: 20px;
	height: 28px;
	cursor: pointer;
}
#header .head_right .search input.txt{
	left: 0px;
	width: 280px;
	text-indent: 12px;
	background: transparent;
	color: #fff;
}
#header .nav_menu{
	position: absolute;
	left: 0px;
	top: 104px;
	width: 1200px;
	height: auto;
	background: url("../images/nav_menu_bg.png") no-repeat;
	z-index: 999999;
	display: none;
}
#header .nav_menu ul{
	display: block;
	padding: 10px 50px;
}
#header .nav_menu ul li{
	padding-left: 14px;
	float: left;
	width: 240px;
	height: 46px;
	line-height: 46px;
	border-bottom: 1px solid #dedfe0;
	margin-right: 34px;
	background: url("../images/nav_arrow.png") no-repeat left;
}
#header .nav_menu ul li+li+li{
	margin-right: 200px;
}
#header .nav_menu ul li+li+li+li{
	margin-right: 34px;
}
#header .nav_menu ul li+li+li+li+li{
	margin-right: 34px;
}
#header .nav_menu ul li+li+li+li+li+li+li{
	width: 610px;
}
#header .nav_menu ul li a{
	display: block;
	font-size: 18px;
	font-family: "Arial";
	color: #333;
}
#header .nav_menu ul li:hover a{
	color: #d4632b;
}
/*end header*/

/*banner start*/
#banner{
	width:100%;
	height:500px;
}
/*??|??1???*/
#banner .slideBox{ 
	position:relative;
	width:100%; 
	height:500px; 
	overflow: hidden;
	}
#banner .slideBox .hd{  
	position:absolute; 
	right:47.6%; 
	bottom:20px; 
	height:10px;
	z-index: 9999;
	}
#banner .slideBox .hd ul li{ 
	float:left; 
	margin:0 10px;  
	width:10px; 
	height:10px;
	border-radius: 5px;
	text-align:center; 
	background:#fff; 
	cursor:pointer; 

	}
#banner .slideBox .hd ul li.on{ 
	background:#d4632b;
	}
#banner .slideBox .bd ul li{
	position: absolute;
	left: 50%;
	top: 0px;
	display: none;
	margin-left: -960px;
	width: 1920px;
	height: 500px;
        z-index:-999;
}
#banner .slideBox  .bd ul li a img{ 
	display:block;  
	width:1920px; 
	height:500px; 
	background-size: 100% 100%;
	}
#banner .slideBox .banner_btn a{
	position:absolute; 
	top:50%;
	margin-top:-30px; 
	width:60px; 
	height:112px; 
	display:block; 
	cursor: pointer;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease
}
#banner .slideBox a.prev{ 
	left:50px; 
	background:url("../images/banner_l.png")  no-repeat;  
	}
#banner .slideBox a.next{ 
	right:50px; 
	background:url("../images/banner_r.png") no-repeat;  
	}
#banner .slideBox:hover a.prev{ 
	background:url("../images/banner_l_hover.png")  no-repeat;   
	}
#banner .slideBox:hover a.next{
	background:url("../images/banner_r_hover.png")  no-repeat;  
}
/*end banner*/

/*part1 start*/
#part1{
	padding: 60px 0  0;
}
.hd_title img{
	margin: 0 auto;
}
#part1 .news_con{
	position: relative;
	width: 1410px;
	height: 540px;
	margin: 0 auto;
}
.news_pic{
	position: absolute;
	left: 95px;
	top: 0px;
	width: 1230px;
	overflow: hidden;
	height: 490px;
	padding-top: 30px;
}
.news_pic ul li{
	float: left;
	width: 380px;
	margin:0 15px 20px;
	cursor: pointer;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.news_pic ul li:hover{
	-webkit-box-shadow: 0 10px 20px #aaa;
	-moz-box-shadow: 0 10px 20px #aaa;
	box-shadow: 0 10px 20px #aaa;
}
.news_pic ul li .pic_img{
	width: 380px;
	height: 260px;
	overflow: hidden;
}
.news_pic ul li .pic_img a{
	display: block;
}
.news_pic ul li .pic_img a img{
	display: block;
	width: 380px;
	height: 260px;
	background-size: 100% 100%;
	overflow: hidden;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.news_pic ul li:hover .pic_img a img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.news_pic ul li .pic_txt{
	width: 320px;
	height: 150px;
	background: #f7f7f7;
	padding: 30px;
	webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.news_pic ul li:hover .pic_txt{
	background: #1d4169;
}
.news_pic ul li .pic_txt p.title{
	font-size: 16px;
	font-family: "Arial";
	height: 48px;
	line-height: 24px;
	padding-bottom: 10px;
}
.news_pic ul li .pic_txt p.title a{
	display: block;
	color: #323232;
}
.news_pic ul li:hover .pic_txt p.title a{
	color: #fff;
}
.news_pic ul li .pic_txt span.date{
	display: block;
	height: 24px;
	line-height: 24px;
	padding-left: 25px;
	background: url("../images/date_icon.png") no-repeat left center;
	font-family: "Arial";
	color: #999;
	font-size: 14px;
	margin-bottom: 10px;
}
.news_pic ul li:hover .pic_txt span.date{
	color: #fff;
	background: url("../images/date_icon_hover.png") no-repeat left center;
}
.news_pic ul li .pic_txt p.des{
	font-family: "Arial";
	color: #999;
	font-size: 14px;
	line-height: 22px;
}
.news_pic ul li:hover .pic_txt p.des{
	color: #fff;
}
.news_con .pageBtn span{
	position: absolute;
	display: block;
    width: 48px;
    height: 98px;
    top: 216px;
    cursor: pointer;
    border: 1px solid #cecece;
}
.news_con:hover .pageBtn span{
	border: 1px solid #d4632b;
}
.news_con .pageBtn span.prev{
	left: 0px;
	background: url("../images/news_left.png") no-repeat center center;
}
.news_con:hover .pageBtn span.prev{
	background: url("../images/news_left_hover.png") no-repeat center center;
}
.news_con .pageBtn span.next{
	right: 0px;
	background: url("../images/news_right.png") no-repeat center center;
}
.news_con:hover .pageBtn span.next{
	background: url("../images/news_right_hover.png") no-repeat center center;
}
#more{
	width: 120px;
	height: 40px;
	margin: 0 auto;
}
#more a{
	display: block;
	width: 118px;
	height: 38px;
	line-height: 38px;
	border:1px solid #d66b36;
	text-align: center;
	font-size: 14px;
	color: #d4632b;
	font-family: "Arial";
}
#more a:hover{
	border:1px solid #d66b36;
	background: #d66b36;
	color: #fff;
	webkit-box-shadow: 0 4px 20px #aaa;
	-moz-box-shadow: 0 4px 20px #aaa;
	box-shadow: 0 4px 20px #aaa;
}
/*end part1*/

/*part2 start*/
#part2{
	width: 100%;
	padding: 60px 0;
}
#part2 .global{
	padding-top: 30px;
	height: 466px;
}
.global .global_left{
	position: relative;
	width: 790px;
	height: 466px;
}
.global .global_left .global_pic{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1;
	width: 790px;
	height: 466px;
	overflow: hidden;
	cursor: pointer;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.global .global_left .global_pic:hover{
	webkit-box-shadow: 0 10px 20px #bbb;
    -moz-box-shadow: 0 10px 20px #bbb;
    box-shadow: 0 10px 20px #bbb;
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.global .global_left .global_pic a{
	display: block;
}
.global .global_left .global_pic a img{
	width: 790px;
	height: 466px;
	background-size: 100% 100%;
	overflow: hidden;
	webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.global .global_left:hover .global_pic a img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.global .global_left .global_txt{
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 99999;
	padding: 70px 30px;
	cursor: pointer;
}
.global .global_left .global_txt p.title{
	font-size: 26px;
	font-family: "Times New Roman";
	line-height: 54px;
}
.global .global_left .global_txt p.title a{
	display: block;
	color: #fff;
}
.global .global_left .global_txt p.des{
	font-size: 16px;
	font-family: "Arial";
	color: #fff;
	line-height: 32px;
	margin-bottom: 20px;
}
.global .global_left .global_txt p.more a{
	display: block;
	width: 138px;
	height: 38px;
	line-height: 38px;
	border: 1px solid #fff;
	font-family: "Arial";
	text-align: center;
	font-size: 14px;
	color: #fff;
}
.global .global_left .global_txt p.more a:hover{
	border:1px solid #d66b36;
	background: #d66b36;
	color: #fff;
}
.global .global_right{
	width: 380px;
	height: 466px;
}
.global .global_right .global_r_hd{
	height: 37px;
	border-bottom: 1px solid #dfdfdf;
	line-height: 38px;
	color: #1d4169;
	font-size: 26px;
	font-family: "Times New Roman";
}
.global .global_right .global_r_bd dl{
	display: block;
	width: 380px;
	height: 73px;
	border-bottom: 1px dashed #e3e3e3;
	padding: 18px 0 20px;
	cursor: pointer;
	-webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
    transition: all 500ms ease;
}
.global .global_right .global_r_bd dl:hover{
	padding: 15px;
	border-bottom: 1px solid #fff;
	webkit-box-shadow: 0 10px 20px #bbb;
    -moz-box-shadow: 0 10px 20px #bbb;
    box-shadow: 0 10px 20px #bbb;
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.global .global_right .global_r_bd dl dt a{
	display: block;
	font-family: "Arial";
	color: #323232;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 6px;
}
.global .global_right .global_r_bd dl:hover dt a{
	color: #d66b36;
}
.global .global_right .global_r_bd dl dd{
	display: block;
	height: 24px;
	line-height: 24px;
	padding-left: 25px;
	background: url("../images/date_icon.png") no-repeat left center;
	font-family: "Arial";
	color: #999;
	font-size: 14px;
	margin-bottom: 10px;
}
.global .global_right .global_r_bd dl:hover dd{
	color: #d66b36;
}
.global .global_right .global_r_bd dl.last{
	border:none;
}
/*end part2*/

/*part3 start*/
#part3{
	padding-bottom: 60px;
}
#part3 .part3_con{
	position: relative;
	width: 1384px;
	height: 276px;
	margin: 0 auto;
}
#part3 .part3_con .part3_pic{
	position: absolute;
	left: 82px;
	top: 36px;
	width: 1260px;
	height: 240px;
	overflow: hidden;
}
#part3 .part3_con .part3_pic ul li{
	position: relative;
	width: 285px;
	height: 200px;
	overflow: hidden;
	margin: 0 10px 20px;
	float: left;
}
#part3 .part3_con .part3_pic ul li:hover{
	webkit-box-shadow: 0 4px 20px #aaa;
	-moz-box-shadow: 0 4px 20px #aaa;
	box-shadow: 0 4px 20px #aaa;
}
#part3 .part3_con .part3_pic ul li a img{
	width: 285px;
	height: 200px;
	background-size: 100% 100%;
	overflow: hidden;
	webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
#part3 .part3_con .part3_pic ul li:hover a img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#part3 .part3_con .part3_pic ul li a p.title{
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 285px;
	height: 54px;
	line-height: 54px;
	background:url("../images/researc_txt_bg.png");
	text-align: center;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #fff;
	z-index: 9999;
}
.part3_con .pageBtn span{
	position: absolute;
	display: block;
    width: 22px;
    height: 42px;
    top: 110px;
    cursor: pointer;
}
.part3_con:hover .pageBtn span.prev{
	left: 40px;
	background: url("../images/news_left_hover.png") no-repeat center center;
}
.part3_con:hover .pageBtn span.next{
	right: 40px;
	background: url("../images/news_right_hover.png") no-repeat center center;
}
/*end part3*/

/*end part4*/
#part4{
	padding: 0 0 60px;
}
#part4 .part4_con ul li{
	float: left;
	padding: 30px;
	width: 518px;
	height: 517px;
	border: 1px solid #e3e3e3;
	cursor: pointer;
	webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
#part4 .part4_con ul li:hover{
	border:1px solid #d66b36;
	webkit-box-shadow: 0 10px 20px #bbb;
    -moz-box-shadow: 0 10px 20px #bbb;
    box-shadow: 0 10px 20px #bbb;
	-webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
#part4 .part4_con ul li .pic{
	width: 518px;
	height: 304px;
	overflow: hidden;
}
#part4 .part4_con ul li .pic a{
	display: block;
	width: 518px;
	height: 304px;
}
#part4 .part4_con ul li .pic a img{
	width: 518px;
	height: 304px;
	background-size: 100% 100%;
	overflow: hidden;
	webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
#part4 .part4_con ul li:hover .pic a img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#part4 .part4_con ul li p.title a{
	display: block;
	font-family: "Times New Roman";
	font-size: 30px;
	color: #323232;
	line-height: 36px;
	margin-top: 20px;
}
#part4 .part4_con ul li:hover p.title a{
	color: #d4632b;
}
#part4 .part4_con ul li span.line{
	margin: 15px 0;
	display: block;
	width: 60px;
	height: 2px;
	background: #d4632b;
}
#part4 .part4_con ul li p.des{
	font-family: "Arial";
	font-size: 14px;
	color: #666;
	line-height: 26px;
}
#part4 .part4_con ul li div.more a{
	display: block;
	width: 118px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border: 1px solid #d4632b;
    background: #fef4ee;
    font-family: "Microsoft Yahei";
    color: #d4632b;
    font-size: 12px;
    margin-top: 15px;
}
#part4 .part4_con ul li:hover div.more a{
	border:1px solid #d66b36;
	background: #d66b36;
	color: #fff;
	-webkit-box-shadow: 0 4px 20px #aaa;
	-moz-box-shadow: 0 4px 20px #aaa;
	box-shadow: 0 4px 20px #aaa;
}
#part4 .part4_con ul li.first{
	margin-right: 40px;
	background: url("../images/part4_pic1_bg.jpg") no-repeat;
}
#part4 .part4_con ul li.last{
	background: url("../images/part4_pic2_bg.jpg") no-repeat;
}
/*end part4*/

/*part5 start*/
#part5{
	width: 100%;
	min-height: 538px;
	background: url("../images/part5_bg.jpg") no-repeat center center;
	background-size: 100% 100%;
}
#part5 .hd_title{
	padding: 60px 0 30px;
}
.cooperation{
	position: relative;
	width: 100%;
	height: 260px;
	overflow: hidden;
}
.cooperation .cooperation_pic{
	position: absolute;
	left: 0px;
	right: 0px;
	margin: auto;
	width: 1920px;
}
.cooperation .cooperation_pic ul{
	display: block;
	width: 1000%;
}
.cooperation .cooperation_pic ul li{
	position: relative;
	display: inline-block;
	float: left;
	width: 380px;
	height: 260px;
	margin-right: 5px;
	overflow: hidden;
}
.cooperation .cooperation_pic ul li a img{
	width: 380px;
	height: 260px;
	overflow: hidden;
	background-size: 100% 100%;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.cooperation .cooperation_pic ul li:hover a img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.cooperation .cooperation_pic ul li p.title{
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 380px;
	height: 54px;
	line-height: 54px;
	background:url("../images/researc_txt_bg.png");
	text-align: center;
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #fff;
	z-index: 9999;
}
.cooperation .pageBtn span{
	position: absolute;
	display: block;
    width: 21px;
    height: 37px;
    top: 110px;
    cursor: pointer;
}
.cooperation .pageBtn span.prev{
	left: 10px;
	background: url("../images/part5_left.png") no-repeat;
}
.cooperation .pageBtn span.next{
	right: 10px;
	background: url("../images/part5_right.png") no-repeat;
}
#part5 .more{
	width: 120px;
    height: 40px;
    margin: 50px auto 0;
}
#part5 .more a{
	display: block;
	width: 118px;
	height: 38px;
	line-height: 38px;
	border:1px solid #fff;
	text-align: center;
	font-size: 14px;
	color: #fff;
	font-family: "Arial";
}
#part5 .more a:hover{
	border:1px solid #d66b36;
	background: #d66b36;
	color: #fff;
}
/*end part5*/

/*part6 start*/
#part6{
	padding: 60px 0;
	height: 455px;
}
#part6 .part6_pic{
	width: 627px;
	height: 455px;
	overflow: hidden;
	webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
#part6 .part6_pic:hover{
	padding: 15px 15px 0;
	webkit-box-shadow: 0 10px 20px #bbb;
    -moz-box-shadow: 0 10px 20px #bbb;
    box-shadow: 0 10px 20px #bbb;
}
#part6 .part6_pic a img{
	display: block;
	width: 627px;
	height: 455px;
	background-size: 100% 100%;
	overflow: hidden;
	webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
#part6 .part6_pic:hover a img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

#part6 .part6_txt{
	width: 530px;
	height: 455px;
	cursor: pointer;
	webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
#part6 .part6_txt:hover{
	padding: 15px 15px 0;
	webkit-box-shadow: 0 10px 20px #bbb;
    -moz-box-shadow: 0 10px 20px #bbb;
    box-shadow: 0 10px 20px #bbb;
}
#part6 .part6_txt p.title a{
	display: block;
	font-size: 30px;
	color: #323232;
	font-family: "Times New Roman";
}
#part6 .part6_txt:hover p.title a{
	color: #d4632b;
}
#part6 .part6_txt span.line{
	display: block;
	width: 120px;
	height: 1px;
	background: #d4632b;
	margin:40px 0;
}
#part6 .part6_txt p.des{
	font-size: 16px;
	color: #323232;
	font-family: "Arial";
	line-height: 30px;
}
#part6 .part6_txt p.more a{
	display: block;
    width: 138px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #d66b36;
    font-family: "Arial";
    text-align: center;
    font-size: 14px;
    color: #d66b36;
    margin-top: 40px;
}
#part6 .part6_txt:hover p.more a{
	border: 1px solid #d66b36;
	background: #d66b36;
	color: #fff;
	webkit-box-shadow: 0 4px 20px #aaa;
	-moz-box-shadow: 0 4px 20px #aaa;
	box-shadow: 0 4px 20px #aaa;
}
/*end part6*/ 

/*part7 start*/
#part7 .campus{
	padding: 30px 0 47px;
}
#part7 .campus .campus_pic1{
	height: 185px;
	margin-bottom: 13px;
}
#part7 .campus .campus_pic1 ul li{
	float: left;
	width: 290px;
	height: 185px;
	margin-right: 13px;
	overflow: hidden;
	webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
#part7 .campus .campus_pic1 ul li a{
	display: block;
}
#part7 .campus .campus_pic1 ul li a img{
	display: block;
	width: 290px;
	height: 185px;
	background-size: 100% 100%;
	overflow: hidden;
	webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
#part7 .campus .campus_pic1 ul li:hover a img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#part7 .campus .campus_pic1 ul li.last{
	margin:0;
}
#part7 .campus .campus_pic2{
	height: 396px;
}
#part7 .campus .video{
	position: relative;
	width: 593px;
	height: 383px;
	overflow: hidden;
}
#part7 .campus .video a img{
	display: block;
	width: 593px;
	height: 383px;
	background-size: 100% 100%;
	overflow: hidden;
	webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
#part7 .campus .video:hover a img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#part7 .campus .video a span.video_icon{
	position: absolute;
	left: 258px;
	top: 154px;
	display: block;
	width: 75px;
	height: 75px;
	background: url("../images/video_icon.png") no-repeat;
	z-index: 9999;
}

#part7 .campus .campus_pic3{
	width: 607px;
	height: 383px;
}
#part7 .campus .campus_pic3 ul li{
	float: left;
	width: 290px;
	height: 185px;
	margin:0 0 13px 13px;
	overflow: hidden;
}

#part7 .campus .campus_pic3 ul li.first{
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
    background: url(../images/global.jpg) no-repeat center;
    background-size: cover;
}
#part7 .campus .campus_pic3 ul li.first:hover{
	-webkit-box-shadow: 0 10px 20px #bbb;
    -moz-box-shadow: 0 10px 20px #bbb;
    box-shadow: 0 10px 20px #bbb;
}
#part7 .campus .campus_pic3 ul li.first p.title{
	padding: 24px 15px 0 15px;
	display: block;
    font-size: 24px;
    color: #323232;
    font-family: "Times New Roman";
    text-align: justify;
    line-height: 28px;
}
#part7 .campus .campus_pic3 ul li.first:hover p.title{
	color: #d4632b;
}
#part7 .campus .campus_pic3 ul li.first a span.line{
	display: block;
    width: 100px;
    height: 1px;
    background: #d4632b;
    margin: 20px 0 20px 15px;
}
#part7 .campus .campus_pic3 ul li.first a .more{
	display: block;
    width: 98px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #d66b36;
    font-family: "Arial";
    text-align: center;
    font-size: 14px;
    color: #d66b36;
    margin: 20px 0 0 15px;
}
#part7 .campus .campus_pic3 ul li.first:hover a .more{
	border: 1px solid #d66b36;
	background: #d66b36;
	color: #fff;
	-webkit-box-shadow: 0 4px 20px #aaa;
	-moz-box-shadow: 0 4px 20px #aaa;
	box-shadow: 0 4px 20px #aaa;
}


#part7 .campus .campus_pic3 ul li a img{
	display: block;
	width: 290px;
	height: 185px;
	background-size: 100% 100%;
	overflow: hidden;
	webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
#part7 .campus .campus_pic3 ul li:hover a img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
/*end part7*/


/*part8 start*/
#part8{
	position: relative;
    width: 100%;
    height: 362px;
    overflow: hidden;
}
#part8 .part8_dibu{
	position: absolute;
    left: 50%;
    top: 0px;
    width: 1920px;
    height: 362px;
    margin-left: -960px;
    background: url("../images/part8_bg.jpg") no-repeat;
}
#part8 .part8_con{
	padding-top: 58px;
}
#part8 .links{
	width: 358px;
	height: 244px;
	border-right: 1px solid #798ba0;
}
#part8 .links .links_hd,#part8 .links2 .links2_hd{
	height: 44px;
	line-height: 44px;
	font-family: "Microsoft Yahei";
	color: #fff;
	font-size: 24px;
}
#part8 .links .links_hd span.line,#part8 .links2 .links2_hd span.line{
	display: block;
	width: 80px;
	height: 1px;
	background: #61768f;
}
#part8 .links .links_bd,#part8 .links2 .links2_bd{
	padding-top: 30px;
}
#part8 .links .links_bd ul li{
	width: 178px;
	height: 40px;
	line-height: 40px;
	float: left;
}
#part8 .links .links_bd ul li a{
	display: block;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #fff;
}
#part8 .links .links_bd ul li:hover a{
	text-indent: 4px;
}
#part8 .links2{
	padding-left: 100px;
	width: 440px;
}
#part8 .links2 .links2_bd ul li{
	width: 216px;
	height: 40px;
	line-height: 40px;
	float: left;

}
#part8 .links2 .links2_bd ul li a{
	display: block;
	font-size: 14px;
	font-family: "Microsoft Yahei";
	color: #fff;
}
#part8 .links2 .links2_bd ul li:hover a{
	text-indent: 4px;
	color: #d4632b;
}
#part8 .part8_right{
	position: relative;
	width: 300px;
	height: 190px;
	overflow: hidden;
}
#part8 .part8_right a{
	display: block;
}
#part8 .part8_right a img{
	display: block;
	width: 300px;
	height: 190px;
	background-size: 100% 100%;
	overflow: hidden;
	webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
#part8 .part8_right:hover a img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
#part8 .part8_right a span.title{
	position: absolute;
	left: 0px;
	bottom: 10px;
	display: block;
	width: 160px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: url("../images/part8_r_bg.png");
	font-size: 16px;
	font-family: "Microsoft Yahei";
	color: #fff;
}
/*end part8*/

/*footer start*/
#footer{
	width: 100%;
	height: 48px;
	background: #002956;
	padding:12px 0;
}
#footer p{
	font-size: 12px;
	font-family: "Microsoft Yahei";
	color: #fff;
	height: 24px;
	line-height: 24px;
	text-align: center;
}
/*end footer*/

/*back start*/
#back{
	position: fixed;
	bottom: 60px;
	right: 60px;
	width: 69px;
	height: 49px;
	z-index: 9999;
	cursor: pointer;
	background: url("../images/back.png") no-repeat;
	margin-top: 20px;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
}
/*end back*/

/*list page start*/
#main .main_bd{
	padding-bottom:40px;
}
.sidebar{
	width: 300px;
}
.sidebar .lmmc{
	width: 328px;
	line-height: 35px;
	border-bottom: 1px solid #1d4169;
	font-size: 26px;
	font-family: "Times New Roman";
	color: #323232;
	text-indent: 10px;
}
.sidebar ul{
	display: block;
	width: 300px;
}
.sidebar ul li{
	height: 53px;
	line-height: 53px;
	font-family: "Times New Roman";
	font-size: 16px;
	border-bottom: 1px solid #f0f0f0;
	color:323232;
	padding-left: 32px;
}
.sidebar ul li a{
	display: block;
	color: #333;
}
.sidebar ul li:hover a{
	color:#d4632b;
}
.sidebar ul li.active
{
	background: url("../images/sidebar_icon.png") no-repeat 20px center;
}
.sidebar ul li.active a{
	color:#d4632b;
}
.main_list,.main_zhy{
	width: 820px;
	min-height: 500px;
}
#main .main_hd{
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #ccc;
}
#main .main_hd .lmmc{
	line-height: 42px;
	font-family: "Microsoft Yahei";
	font-size: 20px;
	color: #000;
}
#main .main_con{
	padding-top: 60px;
}
#main .main_hd .dqwz{
	line-height: 42x;
}
#main .main_hd .dqwz a{
	font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #000;
}
#main .main_hd .dqwz a:hover{
	color: #a32124;
}
#main .main_hd span{
	display: inline-block;
    line-height: 42px;
    font-family: "Microsoft YaHei";
    font-size: 14px;
    color: #000;
    padding-left: 19px;
    background: url("../images/home_icon.png") no-repeat left center;
}
.main_list ul{
	display: block;
	padding: 0 0 20px;
}
.main_list ul li{
	padding: 30px 0;
	height: 85px;
	border-bottom: 1px dashed #e9e9e9;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.main_list ul li:hover{
	border-bottom: 1px solid #fff;
	webkit-box-shadow: 0 10px 20px #bbb;
    -moz-box-shadow: 0 10px 20px #bbb;
    box-shadow: 0 10px 20px #bbb;
    -webkit-transform: scale(1.02);
    -moz-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02);
}
.main_list ul li.first{
	padding-top: 0px;
}
.main_list ul li.first:hover{
	padding-top: 20px;
}
.main_list ul li .date{
	float: left;
	width: 84px;
	height: 84px;
	border:1px solid #e9e9e9;
	margin-bottom: 30px;
}
.main_list ul li:hover .date{
	margin-left: 15px;
}
.main_list ul li .date span.d1{
	display: block;
	width: 84px;
	height: 50px;
	line-height: 50px;
	font-size: 54px;
	font-family: "Cormorant";
	color: #d4632b;
	text-align: center;
}
.main_list ul li .date span.d2{
	display: block;
	width: 84px;
	height: 34px;
	line-height: 34px;
	font-size: 18px;
	font-family: "Cormorant";
	color: #d4632b;
	text-align: center;
}
.main_list ul li .list_txt{
	float: right;
	width: 706px;
} 
.main_list ul li .list_txt p.title{
	font-size: 18px;
	font-family: "Times New Roman";
	line-height: 36px;
}
.main_list ul li .list_txt p.title a{
	display: block;
	color: #323232;
}
.main_list ul li:hover .list_txt p.title a{
		color: #d4632b;
}
.main_list ul li .list_txt p.des{
	font-family: "Butler";
	color: #999;
	font-size: 14px;
}
.fanye img{
	padding: 20px 0;
	margin: 0 auto;
}
/*end list page*/

/*list_pic page start*/
#ej_banner{
	position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
}
#ej_banner .banner_pic{
	position: absolute;
    left: 50%;
    top: 0px;
    width: 1920px;
    height: 400px;
    margin-left: -960px;
}
#ej_banner .t_lmmc{
	position: absolute;
	left: 50%;
	top: 112px;
	width: 1200px;
	height: 114px;
	line-height: 114px;
	margin-left: -600px;
	z-index: 9999;
	text-align: center;
	font-size: 46px;
	font-family: "Times New Roman";
	color: #fff;
	font-weight: bold;
	text-shadow:0px 1px 0px #b2b3b6,1px 1px 0px #b2b3b6,1px 1px 0px #cbcccf;
	-webkit-text-shadow:0px 1px 0px #b2b3b6,1px 1px 0px #b2b3b6,1px 1px 0px #cbcccf;
	-moz-text-shadow:0px 1px 0px #b2b3b6,1px 1px 0px #b2b3b6,1px 1px 0px #cbcccf;
	-ms-text-shadow:0px 1px 0px #b2b3b6,1px 1px 0px #b2b3b6,1px 1px 0px #cbcccf;
	-o-text-shadow:0px 1px 0px #b2b3b6,1px 1px 0px #b2b3b6,1px 1px 0px #cbcccf;
}
#ej_banner .position{
	position: absolute;
	left: 50%;
	bottom: 0px;
	width: 1200px;
	height: 60px;
	line-height: 60px;
	background: url("../images/position_bg.png") no-repeat;
	margin-left: -600px;
	color: #fff;
}
#ej_banner .dqwz{
	padding-left: 64px;
	height: 60px;
	line-height: 60px;
	background: url("../images/home_icon.png") no-repeat 50px center;
	text-indent: 10px;
	font-size: 16px;
	font-family: "Times New Roman";
}
#ej_banner .dqwz a{
	color: #fff;
}
.dqwz2{
	width: 1200px;
	padding-top: 30px;
	padding-bottom: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	font-family: "Microsoft Yahei";
	color: #000;
}
.dqwz2 span.line{
	display: block;
	width: 34px;
	height: 3px;
	background: #ec6661;
	margin: 0 auto;
}
.main_pic{
	width: 1283px;
	margin:0 auto;
	padding-left: 83px;
	padding-bottom: 40px;
	padding-top: 60px;
}
.main_pic ul li{
	padding: 20px;
	float: left;
	width: 338px;
	height: 320px;
	background: #f9f9f9;
	margin: 0px 30px 30px 0;
	border: 1px solid #e3e3e3;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.main_pic ul li:hover{
    box-shadow: 0 10px 20px #bbb;;
    -webkit-box-shadow: 0 10px 20px #bbb;
    -moz-box-shadow: 0 10px 20px #bbb;
    border: 1px solid #d66b36;
     -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.main_pic ul li a img{
	display: block;
	width: 338px;
	height: 200px;
	overflow: hidden;
	margin:0 auto;
	-webkit-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	transition: all 500ms ease;
}
.main_pic ul li:hover a img{
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}
.main_pic ul li a h3.title{
	margin-top: 10px;
	height: 50px;
	font-family: "Times New Roman";
	color: #323232;
	font-size: 26px;
	font-weight: normal;
}
.main_pic ul li:hover a h3.title{
	color: #d66b36;
}
.main_pic ul li a span.line{
	display: block;
	width: 60px;
	height: 2px;
	background: #d4632b;
	margin-bottom: 12px;
}
.main_pic ul li a p.info{
	font-family: "Arial";
	color: #666666;
	font-size: 14px;
	line-height: 30px;
}
.main_pic ul li a div.more{
	width: 118px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	border: 1px solid #d4632b;
	background: #fef4ee;
	font-family: "Microsoft Yahei";
	color: #d4632b;
	font-size: 12px;
	margin-top: 15px;
}
.main_pic ul li:hover a div.more{
	border: 1px solid #d4632b;
	background: #d4632b;
	color: #fff;
}
/*end list_pic page*/

/*content page start*/
.con_page{
	width: 820px;
}
.con_page .main_con_hd h2.title{
	font-size: 26px;
	font-family: "Times New Roman";
	color: #323232;
	font-weight: normal;
}
.con_page .main_con_hd p.info{
	font-family: "Arial";
	font-size: 14px;
	color: #666;
	line-height: 60px;
	border-bottom: 1px dashed #e9e9e9;
}
.con_page .main_con_hd p.info i{
	font-style: normal;
	font-family: "Arial";
	font-size: 14px;
	margin-right: 26px;
}
.content{
	padding: 30px 0;
}
.content p{
	font-size: 16px;
	color: #444;
	font-family: "Microsoft Yahei";
	line-height: 38px;
		margin-bottom: 10px;
}
.content p img{
	margin: 0 auto;
}
.content .page { 
	margin-top: 40px;
	padding-top: 20px;
	border-top: 1px dashed #e6e6e6;
	font-size: 16px; }
.content .page p{
	line-height:30px;
	text-indent: 0 !important;
}
.content .page span { 
	color: #333; 
}
.content .page a { 
	color: #666; 
}
.content .page a:hover { 
	color: #bd1f1f;
	font-weight: bold;
}
/*end content page*/


/*main list pic page start*/
.main_list_pic{
	width: 820px;
    min-height: 500px;
}
.main_list_pic ul li{
	height: 186px;
	border-bottom: 1px dashed #e9e9e9;
	padding: 30px 0;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.main_list_pic ul li:hover{
	border-bottom: 1px solid #fff;
	webkit-box-shadow: 0 10px 20px #bbb;
    -moz-box-shadow: 0 10px 20px #bbb;
    box-shadow: 0 10px 20px #bbb;
}
.main_list_pic ul li.first{
	padding-top: 0px;
}
.main_list_pic ul li a .pic_con{
	position: relative;
	width: 260px;
	height: 186px;
	overflow: hidden;
	margin-right: 30px;
}
.main_list_pic ul li a .pic_con img{
	width: 260px;
	height: 186px;
	background-size: 100% 100%;
	overflow: hidden;
	-webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.main_list_pic ul li:hover a .pic_con img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.main_list_pic ul li a .pic_con .date{
	position: absolute;
	right: 20px;
	bottom: 20px;
	width: 44px;
	height: 44px;
	background: url("../images/date_bg.png") no-repeat;
	z-index: 9999;
}
.main_list_pic ul li a .pic_con .date span{
	display: block;
	width: 44px;
	text-align: center;
	font-family: "Cormorant";
	color: #fff;
}
.main_list_pic ul li a .pic_con .date span.d1{
	font-size: 26px;
	line-height: 22px;
}
.main_list_pic ul li a .pic_con .date span.d2{
	font-size: 12px;
	line-height: 22px;
}
.main_list_pic ul li a span.line{
	display: block;
	width: 60px;
	height: 2px;
	background: #d4632b;
	margin: 20px 0 30px;
}
.main_list_pic ul li a .pic_txt{
	width: 530px;
}
.main_list_pic ul li:hover a .pic_txt{
	width: 510px;
	padding-right: 20px;
}
.main_list_pic ul li a .pic_txt p.title{
	font-size: 18px;
	font-family: "Times New Roman";
	color: #1d4169;
	line-height: 26px;
}
.main_list_pic ul li a:hover .pic_txt p.title{
	color: #d4632b;
}
.main_list_pic ul li a .pic_txt p.des{
	font-size: 16px;
	font-family: "Times New Roman";
	color: #999;
	line-height: 20px;
	text-align: justify;
}
/*end main list pic page*/

#con_page2{
	width: 1200px;
}

/*zj_list page*/
.clear{clear:both;}
.zj_list{
	width: 820px;
    min-height: 500px;
}
.zj_hd{
	width: 818px;
	height: 48px;
	line-height: 48px;
	border: 1px solid #e7e7e7;
	margin-bottom: 10px;
	background: #f8f8f8;
}
.zj_hd .zj_lmmc{
	padding-left: 10px;
	font-family: "Times New Roman";
	color: #323232;
	font-size: 18px;
}
.zj_hd .zj_lmmc span.line{
	display: inline-block;
	width:20px;
	height: 1px;
	background: #e6e6e6;
	margin: 0 10px;
}
.zj_hd .zj_lmmc .xl{
	position: relative;
}
.zj_hd .zj_lmmc .xl img{
	position: absolute;
	right: 0px;
	top: 0px;
	padding: 20px;
	cursor: pointer;
}
.zj_hd .zj_lmmc .xl_hide{
	display: none;
	position: absolute;
	top: 49px;
	right: -1px;
	width: 240px;
	border: 1px solid #e7e7e7;
	border-top: 0px;
	background: #f8f8f8;
	padding: 0 10px;
}
.zj_hd .zj_lmmc .xl_hide li{
	height: 42px;
	line-height: 42px;
	border-bottom: 1px solid #e7e7e7;
}
.zj_hd .zj_lmmc .xl_hide li.last{
	border: none;
}
.zj_hd .zj_lmmc .xl_hide li a{
	font-family: "Times New Roman";
	color: #323232;
	font-size: 18px;
}
.zj_hd .zj_lmmc .xl_hide li:hover a{
	color: #d4632b;
}

.zj_list ul.zj_list li{
	margin-top: 30px;
	height: 355px;
	border-bottom: 1px dashed #d5d5d5;
}
.zj_list ul.zj_list li .zj_pic{
	width: 260px;
	height: 325px;
	overflow: hidden;
	margin-right: 30px;
}
.zj_list ul.zj_list li .zj_pic img{
	width: 260px;
	height: 325px;
	background-size: 100% 100%;
	overflow: hidden;
	webkit-transition: all 1000ms ease;
    -moz-transition: all 1000ms ease;
    -ms-transition: all 1000ms ease;
    -o-transition: all 1000ms ease;
    transition: all 1000ms ease;
}
.zj_list ul.zj_list li:hover .zj_pic img{
	-webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}
.zj_list ul.zj_list li .zj_txt{
	width: 530px;
}
.zj_list ul.zj_list li .zj_txt p.title{
	font-size: 24px;
	font-family: "Times New Roman";
	color: #1d4169;
}
.zj_list ul.zj_list li .zj_txt .zc{
	display: block;
	font-size: 16px;
	font-family: "Butler";
	color: #1d4169;
	padding-left: 30px;
	background: url("../images/zj_icon.jpg") no-repeat left center;
}
.zj_list ul.zj_list li .zj_txt p.email{
	font-size: 16px;
	font-family: "Butler";
	color: #666;
	line-height: 60px;
}
.zj_list ul.zj_list li .zj_txt p.email span{
	color: #323232;
}
.zj_list ul.zj_list li .zj_txt p.des{
	font-size: 16px;
	font-family: "Butler";
	color: #666;
	line-height: 32px;
	text-align: justify;
}
.zj_list ul.zj_list li .zj_txt p.des span{
	color: #323232;
}

@media only screen and (max-width:1919px) and (min-width:1680px){
	#part5{
		min-height: 500px;
	}
	.cooperation{
		height: 225px;
	}
    .cooperation .cooperation_pic ul li{
		width: 329px;
		height: 225px;
	}
	.cooperation .cooperation_pic ul li p.title{
		width: 329px;
		height: 44px;
		line-height: 44px;
		font-size: 15px;
	}
	.cooperation .cooperation_pic ul li a img{
		width: 329px;
		height: 225px;
	}
	.cooperation .pageBtn span{
		top: 90px;
	}
}

@media only screen and (max-width:1679px) and (min-width:1600px){
	#part5{
		min-height: 492px;
	}
	.cooperation{
		height: 214px;
	}
    .cooperation .cooperation_pic ul li{
		width: 313px;
		height: 214px;
	}
	.cooperation .cooperation_pic ul li p.title{
		width: 313px;
		height: 44px;
		line-height: 44px;
		font-size: 15px;
	}
	.cooperation .cooperation_pic ul li a img{
		width: 313px;
		height: 214px;
	}
	.cooperation .pageBtn span{
		top: 84px;
	}
}
@media only screen and (max-width:1599px) and (min-width:1440px){
	#part5{
		min-height: 470px;
	}
	.cooperation{
		height: 193px;
	}
    .cooperation .cooperation_pic ul li{
		width: 281px;
		height: 193px;
	}
	.cooperation .cooperation_pic ul li p.title{
		width: 281px;
		height: 44px;
		line-height: 44px;
		font-size: 15px;
	}
	.cooperation .cooperation_pic ul li a img{
		width: 281px;
		height: 193px;
	}
	.cooperation .pageBtn span{
		top: 80px;
	}
}

@media only screen and (max-width:1439px) and (min-width:1400px){
	#part5{
		min-height: 470px;
	}
	.cooperation{
		height: 187px;
	}
    .cooperation .cooperation_pic ul li{
		width: 273px;
		height: 187px;
	}
	.cooperation .cooperation_pic ul li p.title{
		width: 273px;
		height: 44px;
		line-height: 44px;
		font-size: 15px;
	}
	.cooperation .cooperation_pic ul li a img{
		width: 273px;
		height: 187px;
	}
	.cooperation .pageBtn span{
		top: 74px;
	}
}
@media only screen and (max-width:1399px) and (min-width:1366px){
	#part5{
		min-height: 458px;
	}
	.cooperation{
		height: 182px;
	}
    .cooperation .cooperation_pic ul li{
		width: 266px;
		height: 182px;
	}
	.cooperation .cooperation_pic ul li p.title{
		width: 266px;
		height: 44px;
		line-height: 44px;
		font-size: 15px;
	}
	.cooperation .cooperation_pic ul li a img{
		width: 266px;
		height: 182px;
	}
	.cooperation .pageBtn span{
		top: 74px;
	}
}