@charset "utf-8";
/* CSS Document */


.about-ifm{
	height: 335px;
	background: #F1F3FA;
	border-radius: 4px;
	padding: 30px;
}
.about p{
	font-size: 16px;
font-family: Arial;
font-weight: 400;
color: #444444;
line-height: 36px;
}
.about a:hover{
	color: #ca2e17!important;
}
.about-ifm-p{
	width: 935px;
	float: left;
}

.about-img{
	float: right;
	position: relative;
	width: 198px;
height: 266px;
border-radius: 4px;
	overflow: hidden;
}
.about-img img{
	width: 100%;
	height: 100%;
}
.about-img h3{
	background: url("namebg_byg.png") no-repeat bottom;
	position: absolute;
	bottom: 0px;
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	color: #fff;
	line-height: 54px;
	padding-top: 86px;
	width: 100%;
	text-align: center;
}
.about-txt{
	padding: 30px 7px 0px;
}
@media(max-width:1283px){
	.about-ifm-p{
		width: 800px;
	}
}
@media(max-width:1199px){
	.about-ifm-p{
		width: 600px;
	}
}
@media(max-width:991px){
	.about-ifm-p{
		float: none;
		width: 100%;
	}
	.about-img{
		float: none;
	}
	.about-ifm{
		height: inherit;
	}
	.firstpart{
		padding-top: 30px;
	}
}
.second-part{
	padding-top: 100px;
	position: relative;
}
.title{
	margin-bottom: 40px;
}
.title h2{
	font-size: 28px;
	font-family: Arial;
	font-weight: bold;
	color: #004098;
	text-align: center;
}
.title span{
	width: 35px;
	height: 4px;
	background: #E1E5F3;
	margin: auto;
	display: block;
}
.research-L{
	width: 48%;
	height: 517px;
	background: #FFFFFF;
	box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.09);
	padding: 50px 40px 40px;
	float: left
}
.research-L li{
	height: 90px;
	padding-left: 50px;
	background: url("square1_byg.png") left 13px no-repeat;
}
.research-L li a{
	font-size: 24px;
	font-family: Arial;
	font-weight: bold;
	color: #004098;
	line-height: 36px;
}
.research-L li a:hover{
	color: #5777DF;
}
.research-R li a:hover{
	color: #5777DF;
}
.research-R{
	width: 48%;
	height: 517px;
	background: #FFFFFF;
	box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.09);
	padding: 50px 40px 40px;
	float: right;
}
.research-R li{
	height: 180px;
	padding-left: 50px;
	background: url("square1_byg.png") left 13px no-repeat;
}

.research-R li:last-child{
	height:auto;
}

.research-R li a{
	font-size: 24px;
	font-family: Arial;
	font-weight: bold;
	color: #004098;
	line-height: 36px;
}
.research-R li p{
	font-size: 16px;
	font-family: Arial;
	color: #444;
	line-height: 32px;
}
@media(max-width:1199px){
	.research-R li{
		height: auto;
	}
	.research-R{
		height: auto;
	}
}
@media(max-width:991px){
	.research-L{
		height: auto;
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
	.research-L li{
		height: auto;
		margin-bottom: 15px;
	}
	.research-R li{
		margin-bottom: 15px;
	}
	.research-L li a{
		font-size: 18px;
	}
	.research-R li a{
		font-size: 18px;
	}
 	.research-R{
		height: auto;
		float: none;
		width: 100%;
	}
}
.third-part{
	padding-top: 100px;
	position: relative;
}

.pj{
	width: 31%;
	height: 460px;
	background: #EFF4FC;
	box-shadow: 0px 0px 13px 1px rgba(0, 0, 0, 0.09);
	float: left;
	margin-right: 3.5%;
}
.pj:last-child{
	margin-right: 0px;
}
.pj a{
	display: block;
}
.pj-img{
	width: 100%;
	height: 230px;
}
.pj-img a{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.pj-img img{
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}
.pj-img img:hover{
	transform: scale(1.1);
}
.pj-title{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #373737;
	line-height: 26px;
	padding: 20px 26px;
}
.pj-sum{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #7A7A7A;
	line-height: 22px;
	padding: 10px 26px;
}
.more{
	width: 100%;
height: 40px;
	float: left;
	margin-top: 40px;
}
.more a{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #FFFFFF;
	line-height: 40px;
	text-align: center;
	display: block;
	width: 165px;
	background: #004098;
	border-radius: 20px;
	margin: auto;
}
.more a:hover{
	background: #3D65D3;
}
@media(max-width:1199px){
	.pj-img {
		height: 150px;
	}
	.pj{
		height: inherit;
	}
}
@media(max-width:991px){
	.pj{
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.pj-img {
		height: inherit;
	}
}
.fourth-part{
	padding-top: 100px;
	position: relative;
}
.publications li{
	padding-left: 20px;
	background: url("square2_byg.png") no-repeat left 7px;
	height: 80px;
}
.publications>li>a{
	font-size: 16px;
	font-family: Arial;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	display: block;
	float: left;
	width: 90%;
}
.publications>li>a:hover{
	color: #3D73C7;
}
.pdf{
	width: 8%;
	height: 47px;
	background: url("pdf_byg.png") center no-repeat;;
	border-radius: 5px;
	float: right
}
.pdf a{
	font-size: 16px;
	font-family: Arial;
	font-weight: bold;
	color: #004098;
	line-height: 47px;
	padding-left: 23px;
	padding-right: 25px;
	display: inline-block;
	background: url("download_byg.png") no-repeat right 15px;
}

.pdf a:hover{
	  color: #3D73C7;
}
@media(max-width:1199px){
	.pdf{
		width: 100px;
		float: none;
		margin-bottom: 10px
	}
	.publications>li>a{
		float: none;
		width: 100%;
		margin-bottom: 5px;
	}
	.publications>li{
		height: inherit;
		margin-bottom: 20px;
		border-bottom: 1px solid #EFF4FF;
	}
}
.fifth-part{
	padding-top: 100px;
	position: relative;
}

.ser-ul{
	width: 31%;
	float: left;
	margin-right: 3.5%
}
.ser-ul:last-child{
	margin-right: 0;
}
.ser-ul h4{
	font-size: 18px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #004098;
	line-height: 80px;
}
.ser-ul li{
	min-height: 80px;
	padding: 10px 5px 10px 0px;
	border-top: 1px solid #EFF4FF;
	vertical-align: middle;
}
.ser-ul li p{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333;
	line-height: 30px;
}
@media(max-width:991px){
	.ser-ul{
		width: 100%;
	float: none;
	margin-right: 0;
	}
}
.pst{
	display: block;
	position: absolute;
	top: -50px;
}