

.searchCon{
	width: 100%;
	height: 114px;
	background-color: #1438BD;
}
.searchBox{
	flex: 1;
	background: #fff;
	height: 60px;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
	position: relative;
}
.searchSelectBox{
	width: 150px;
	line-height: 60px;
	font-size: 24px;
	padding-left: 34px;
	box-sizing: border-box;
	color: #333;
	position: relative;
	cursor: pointer;
}
.searchSelectIcon{
	width: 23px;
	height: 14px;
	position: absolute;
	top: 23px;
	left: 110px;
}
.searchSelectOpen{
	width: 150px;
	position: absolute;
	top: 53px;
	left: 0px;
	background: #fff;
	text-align: center;
	display: none;
}
.searchSelectBox:hover .searchSelectOpen{
	display: block;
}
.searchSelectItem{
	height: 50px;
	line-height: 50px;
	font-size: 21px;
	border-bottom: 1px solid #eee;
}
.searchSelectItem:hover{background: #eee;}
.searchSelectItem.on{background: #eee;}
.searchLine{
	width: 2px;
	height: 31px;
	background: #999999;
	position: absolute;
	top: 15px;
	left: 153px;
	z-index: 1;
}
.searchInput{
    height: 60px;
    flex: 1;
    padding-left: 30px;
}
.searchBtn{
	width: 200px;
	height: 60px;
	line-height: 60px;
	background: #A52429;
	border-radius: 0px 5px 5px 0px;
	position: relative;
	text-align: center;
	font-size: 26px;
	color: #fff;
	padding-left: 58px;
	cursor: pointer;
}
.searchIcon{
	width: 34px;
	position: absolute;
	top: 13px;
	left: 57px;
}
.searchOld{
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #C6C6C6;
	line-height: 30px;
	height: 30px;
	overflow: hidden;
}
.searchOld span{
	margin-right: 15px;
	color: #C6C6C6;
}
.searchOld a span:hover{
	color: #fff;
}
.profileCon{
	padding: 40px 0;
}
.profileBox{
	width: 50%;
	padding: 10px 20px;
}
.profileTitle1{
	font-size: 26px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #999999;
	line-height: 53px;
	opacity: 0.4;
}
.profileTitle2{
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #1438BD;
	border-bottom: 1px solid #ccc;
	height: 44px;
	position: relative;
}
.profileTitle2Line{
	width: 95px;
	height: 4px;
	background: #1438BD;
	position: absolute;
	bottom: 0;
	left: 0;
}
.profileText{
	font-size: 16px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #666666;
	line-height: 32px;
	padding: 23px 0;
	text-indent: 35px;
	height: 205px;
	overflow: hidden;
}
.profileBtn{
	width: 119px;
	height: 37px;
	line-height: 37px;
	background: #1438BD;
	border-radius: 16px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
}
.profileImg{
	width: 100%;
	height: 341px;
}
.bannerSmall{
	width: 100%;
	margin: 40px 0;
}
/* 新闻中心 */
.newsTitle1{
	font-size: 24px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #1438BD;
	text-align: center;
}
.newsTltleLine{
	width: 95px;
	height: 4px;
	background: #1438BD;
	margin: 6px auto;
}
.newsTitle2{
	font-size: 26px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #999999;
	line-height: 53px;
	opacity: 0.4;
	text-align: center;
}
.newsBox{
	background: #FFFFFF;
	box-shadow: 0px 6px 23px 1px rgba(7,0,2,0.08);
	padding: 20px;
	margin-bottom: 40px;
}
.newsItemBox1{
	height: 320px;
	width: 465px;
}
.newsItemBox2{
	width: 640px;
	height: 320px;
	position: relative;
}
.newsItemImg{
	width: 100%;
	height: 100%;
}
.newsTitle3{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #A52429;
	line-height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 440px;
	height: 35px;
}
.newsText{
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #333333;
	line-height: 24px;
	padding: 20px 0;
	height: 240px;
	overflow: hidden;
	text-indent: 35px;
}
.newsTime{
	font-size: 14px;
	font-family: Source Han Sans CN;
	font-weight: 500;
	color: #999999;
	position: absolute;
	bottom: 0;
	left: 0;
}
.newsBtn{
	width: 119px;
	height: 32px;
	line-height: 32px;
	background: #1438BD;
	border-radius: 16px;
	position: absolute;
	right: 0;
	bottom: 0;
	text-align: center;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	cursor: pointer;
}
.newsItemBox3{
	width: 490px;
	height: 320px;
}
.newsItemLineBox{
	display: flex;
}
.newsItemIcon{
	width: 16px;
	height: 16px;
	margin-right: 22px;
	margin-top: 16px;
}
.newsItemLineText{
	height: 45px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #171717;
	line-height: 45px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	flex: 1;
}
.newsItemLineText:hover{
	color: #A52429;
}

.newsItemLineOneBox .newsItemIcon{
	width: 20px;
	height: 20px;
	margin-top: 11px;
}
.newsItemLineOneBox .newsItemLineText{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #A52429;
}
.newsItemBox4{
	width: 631px;
	height: 320px;

}

.newsTitle4{
	font-size: 34px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1A1A1A;
	text-align: center;
}
.newsTltleLine2{
	height: 1px;
	background: #1A1A1A;
	opacity: 0.2;
	margin: 20px 0 20px 0;
}
.swiper-pagination{
	text-align: right;
}
.swiper-pagination .swiper-pagination-bullet{
	width: 10px;
    height: 10px;
	background: #fff;
	opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active{
	background: #A52429;
}
.paritSwiperBox{
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 50px;
    height: 50px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background-color: rgba(0,0,0,.6);
    text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 20px;
}
.newsItemBox5 {
    width: 540px;
    height: 320px;
	position: relative;
}
.newsItemLineMore{
	font-size: 15px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #818181;
    line-height: 45px;
	padding-left: 20px;
}
.paritLineText{
    height: 35px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    flex: 1;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #171717;
    line-height: 35px;
}
.paritLineText:hover{
	color: #1438BD;
}
.newsItemLineOneBox .paritLineText{
	font-size: 22px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #1438BD;
}
.paritImg{
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
}
.corporate {
	width: 100%;
	margin: 100px 0 40px 0;
}
.newsTitle5{
	font-size: 18px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #333333;
	line-height: 30px;
	text-align: center;
	padding: 10px 100px;
}
.aboutMore{
	font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #1438BD;
    margin: 10px auto 50px auto;
    display: block;
    width: 120px;
    text-align: center;
}
.aboutItemBox{
	width: 33.3%;
	text-align: center;
	margin-bottom: 10px;
}
.aboutNum{
	font-size: 40px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1438BD;
}
.aboutText1{
	font-size: 17px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #1438BD;
	margin-top: 20px;
	margin-bottom: 10px;
}
.aboutText2{
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #333333;
	line-height: 24px;
	padding: 0 60px;
}
.noticeBox{
	margin-top: 80px;
}
.noticeItemCon{
	display: flex;
}
.noticeImg1{
	height: 320px;
	width: 290px;
}
.noticeImg2{
	height: 320px;
	width: 290px;
}
.noticeItemBox{
	flex: 1;
}
.noticeItem{
	width: 33.3%;
	height: 320px;
	background: #F9F6EF;
	padding: 50px 0 0 30px;
}
.noticeItemTitle{
	font-size: 20px;
	font-family: Microsoft YaHei;
	font-weight: bold;
	color: #333333;
}
.noticeItemLine{
	width: 40px;
	height: 4px;
	background: #1438BD;
	border-radius: 2px;
	margin-top: 3px;
	margin-bottom: 30px;
}
.noticeItemText{
	display: block;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #171717;
	line-height: 35px;
	height: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.noticeItemText:hover{
	color: #1438BD;
}

.connectionBox{
	width: 100%;
	position: relative;
	height: 440px;
	margin-bottom: 50px;
}
.banner2{
	width: 100%;
	height: 100%;
}
.connectionTitle1{
	width: 100%;
	text-align: center;
	position: absolute;
	top: 120px;
	font-size: 26px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
}
.connectionTitle2{
	width: 800px;
	text-align: center;
	position: absolute;
	top: 170px;
	font-size: 16px;
	font-family: Microsoft YaHei;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 30px;
	left: 50%;
	margin-left: -400px;
}
.connectionBtn{
    width: 164px;
    height: 52px;
    line-height: 52px;
    border: 1px solid #FFFFFF;
    border-radius: 26px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    position: absolute;
    text-align: center;
    left: 50%;
    margin-left: -82px;
    top: 262px;
}
.addressLineBox{
	width: 100%;
	height: 32px;
	line-height: 32px;
	color: #999E9F;
	background: #EBEBEB;
	padding: 0px 10%;
	font-size: 12px;
}







@media (max-width: 1200px){
	
}

@media (max-width: 640px){
	.searchCon{
		padding: 0 20px;
		height: 90px;
	}
	.searchBox{
		height: 40px;
	}
	.searchBtn{
		width: 80px;
		height: 40px;
		line-height: 40px;
		font-size: 17px;
		padding-left: 20px;
	}
	.searchSelectBox{
		width: 80px;
		line-height: 40px;
		font-size: 17px;
		padding-left: 12px;
	}
	.searchSelectIcon{
		width: 16px;
		height: 9px;
		top: 17px;
		left: 50px;
	}
	.searchSelectOpen{
		width: 80px;
		top: 34px;
	}
	.searchSelectItem{
		height: 40px;
	    line-height: 40px;
	    font-size: 17px;	
	}
	.searchInput{
		height: 40px;
		width: 160px;
	}
	.searchLine{
		top: 11px;
		left: 87px;
		height: 21px;
	}
	.searchOld span{
		margin-right: 5px;
	}
	.searchIcon{
		width: 17px;
		top: 13px;
		left: 10px;
	}
	.profileBox{
		width: 100%;
	}
	.profileImg{
		height: auto;
	}
	.bannerSmall{
		display: none;
	}
	.profileText{
		height: auto;
	}
	/* news */
	.newsBox{
		margin: 10px;
	}
	.newsItemBox1{
		width: 100%;
		height: auto;
	}
	.newsItemBox2{
		width: 100%;
	}
	.newsTitle3{
		width: 100%;
	}
	.newsItemBox3{
		width: 100%;
		height: auto;
	}
	.newsItemLineText{
		line-height: 35px;
		height: 35px;
	}
	.newsItemIcon{
		margin-right: 10px;
		margin-top: 10px;
	}
	.newsItemLineOneBox .newsItemIcon{
		margin-top: 8px;
		margin-right: 5px;
	}
	.newsItemBox4{
		width: 100%;
		height: 200px;
	}
	
	.newsItemBox5 {
	    width: 100%;
	    height: auto;
	}
	.paritBox{
		padding: 20px;
	}
	.corporate {
		margin: 20px 0;
	}
	.newsTitle5{
		padding: 10px 20px;
		font-size: 13px;
	}
	.aboutMore{
		margin: 10px auto 20px auto;
	}
	.aboutItemBox{
		width: 100%;
	}
	.noticeBox{
		margin-top: 40px;
	}
	.noticeImg1{
		display: none;
	}
	.noticeImg2{
		display: none;
	}
	.noticeItem{
		width: 100%;
	}
	.noticeItemCon{
		display: block;
	}
	.noticeItemBox{
		padding: 10px;
	}
	.noticeItemText{
		width: 90%;
	}
	.connectionBox{
		height: 160px;
	}
	.connectionTitle1{
		top: 16px;
		font-size: 17px;
	}
	.connectionTitle2{
		top: 47px;
		font-size: 12px;
		width: 80%;
		margin-left: -40%;
		line-height: 17px;
	}
	.connectionBtn{
		top: 109px;
		width: 100px;
		height: 38px;
		line-height: 38px;
		margin-left: -50px;
		font-size: 14px;
	}
	.addressLineBox{
		height: 40px;
	    line-height: 16px;
	    padding: 4px 5%;
	}
}
