#homeTop {
	height: 40px;
	background-color: #0D2534;
	color: #FFFFFF;
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
}

#bx {
	height: 40px;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#navgator {
	height: 83px;
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}

#navgator .navgator_left {
	width: 128px;
	height: 30px;
	margin-right: 55px;
	cursor: pointer;
}

#navgator .navgator_left img {
	width: 128px;
	height: 30px;
}

#navgator .navgator_right {
	flex: 1;
}

#navgator .navgator_right ul {
	color: #333333;
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

#navgator .navgator_right ul li {
	margin-right: 24px;
}

#navgator .navgator_right ul li a {
	display: block;
	text-align: center;
	padding: 9px 8px 7px 8px;
	border-bottom: 2px solid #fff;
}

#navgator .navgator_right ul li a:hover {
	color: #2E4A99;
}

#banner {
	height: 574px;
	background: url('../img/banner02.png') center center / cover no-repeat;
}



#footerOne {
	position: relative;
	font-family: SourceHanSansCN;
	/* background-color: #fafafa; */
}

#footerOne .bg {
	top: -1px;
	min-width: 1200px;
	z-index: -1;
	width: 100%;
	position: absolute;
	/* top: -566px; */
	height: 580px;
	background: url('../img/footer.png') center center / cover no-repeat;
}

#footerOne .bx {
	display: flex;
	justify-content: space-between;
	color: #fff;
	width: 1200px;
	height: 578px;
	margin: 0 auto;
}

#footerOne .footerOne_left {
	margin: 90px 0px 90px 100px;
}

#footerOne .footerOne_left p {
	width: 450px;
	/* margin:100px 0px 25px 100px; */
	font-size: 14px;
	line-height: 22px;

}

#footerOne .footerOne_left #img {}

#footerOne .footerOne_left #img .top {
	display: flex;
	align-items: center;
	font-size: 18px;
	margin-bottom: 2px;

}

#footerOne .footerOne_left #img p,
h4 {
	margin-left: 28px;

}

#footerOne .footerOne_left #img h4 {
	font-size: 18px;

}

#footerOne .footerOne_left #img .img {
	width: 20px;
	height: 26px;
	margin-right: 8px;
}

#footerOne .footerOne_left #img img {
	width: 20px;
	height: 26px;
}

#footerOne .footerOne_left .bottom ul {
	display: flex;
	font-size: 14px;
}

#footerOne .footerOne_left .bottom ul li {
	display: flex;
	margin-right: 20px;
	flex-direction: column;
	align-items: center;
}

#footerOne .footerOne_left .bottom .tp {
	margin-bottom: 14px;
	width: 82px;
	height: 82px;
}

#footerOne .footerOne_left .bottom .tp img {
	width: 82px;
	height: 82px;
}

#footerOne .footerOne_right {
	width: 400px;
	margin-top: 90px;
	/* padding-right: 80px; */
}

#footerOne .footerOne_right h3 {
	display: inline-block;
	font-size: 26px;
	font-weight: 400;
}

#footerOne .footerOne_right input {
	color: #fff;
	width: 310px;
	height: 46px;
	border: 1px solid #fff;
	border-radius: 8px;
	margin: 8px 0px;
}

#footerOne .footerOne_right input::-webkit-input-placeholder {
	color: #fff;
}

#footerOne .footerOne_right .button {
  cursor: pointer;
	color: #fff;
	margin-top: 24px;
	display: inline-block;
	width: 310px;
	height: 46px;
	font-size: 16px;
	line-height: 42px;
	text-align: center;
	background: #2E4A99;
	border-radius: 8px;
}
#footerOne .footerOne_right .button:hover {
color:#333;
}
#footerTwo {
	width: 100%;
	padding: 20px 0px;
	font-size: 14px;
	font-family: SourceHanSansCN;
	background-color: #383C3C;
	color: #CDCDCD;
}

#footerTwo .bx {
	/* background-color: red; */
	width: 1200px;
	margin: 0 auto;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#footerTwo .bx .top {
	margin-bottom: 25px;
}

#footerTwo .bx .top a {
	border-bottom: 2px solid #383C3C;
}

#footerTwo .bx ul {
margin-bottom: 4px;
	display: flex;
	 align-items: center;
	justify-content: left; 
}
#footerTwo .bx .ul{
    display: none;
}
#footerTwo .bx .ul li{
    padding: 4px 10px;
}
#footerTwo .bx ul li a {
	padding: 4px 10px;
}
#footerTwo .bx .top a:first-child{
     margin-right: 15px;
}
#footerTwo .bx .top .actA {
    border-bottom: 2px solid #fff;
   
}

#footerTwo .yqlj_title {
    display: block;
    width: 140px;
}

#footerTwo .bx ul li a:hover{
	color:#fff!important;
}

#footerThree {
	margin-top: -1px;
	height: 36px;
	font-size: 14px;
	font-family: SourceHanSansCN;
	background-color: #2B2D2D;
	color: #fff;

}

#footerThree .bx {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 36px;
}
#partTwo .partTwo_RIGHT{
	margin-left: 28px;
	display: flex;
	flex-wrap: wrap;
}
#partTwo .partTwo_RIGHT>div{
	position: relative;
	overflow: hidden;
	margin-right: 20px;
	display: flex;
	justify-content: center;
	width: 186px;
	height: 216px;
	background: #FFFFFF;
	box-shadow: 0px 2px 7px 0px rgba(67,67,67,0.06);
	border-radius: 10px 10px 0px 0px;
}
#partTwo .partTwo_RIGHT .top{
	width: 164px;
	height: 140px;
	border-radius: 10px 10px 0px 0px;
}
#partTwo .partTwo_RIGHT .top img{
	margin: 10px 0px;
	border-radius: 10px 10px 0px 0px;
}
#partTwo .partTwo_RIGHT .center{
	padding: 6px 16px;
	position: absolute;
	left: 0px;
	top: 144px;
	background: #2E4A99;
	color: #fff;
	z-index: 9;
}
#partTwo .partTwo_RIGHT .bottom{
	font-size: 14px;
	color: #333333;
	text-align: center;
	width: 164px;
	padding: 20px 6px 15px 6px;
	background-color: #fff;
	position: absolute;
	bottom: 0px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
