@charset "utf-8";
/* CSS Document */

.pageTop{
	background: #f2f6f6;
	line-height: 40px;
	font-size: 14px;
	color: #333333;
}

.pageTop .link{
	float: right;
}

.pageTop a{
	float: right;
	margin-left: 16px;
	color: #333;
}

.pageTop a:hover{
	text-decoration: underline;
	color: #1b57af;
}

.header{
	position: relative;
	padding: 62px 0;
	z-index: 99;
	/* background-image: url(/static/img/bg.png); */
}

.header .logo{
	float: left;
}

.header .logo img{
	display: block;
	height: 109px;
}

.header .right{
	float: right;
	padding-top: 0px;
}

.header .link{
	text-align: right;
}

.header .link a{
	position: relative;
	display: inline-block;
	vertical-align: top;
	margin-left: 16px;
}


.header .link a .qrcode{
	display: none;
	position: absolute;
	top: 32px;
	left: 50%;
	margin-left: -60px;
	width: 120px;
	height: 120px;
	min-width: 120px;
}


.header .link a:hover .qrcode{
	display: block;
}

.header .link img{
	display: inline-block;
	vertical-align: top;
	width: 26px;
	height: 26px;
	margin-right: 4px;
}

.header .link span{
	display: inherit;
	vertical-align: top;
	line-height: 26px;
	font-size: 15px;
	color: #555;
}


.header .link a:hover span{
	text-decoration: underline;
	color: #1b57af;
}

.header .search{
	margin-bottom: 12px;
	margin-top: 43px;
}

.header .search .submitBtn{
	float: right;
	width: 78px !important;
	height: 40px;
	height: 35px;
    font-size: 14px;
	font-family: PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	background: #629AEA;
    width: 78px;
    height: 48px;
    border-radius: 0px 5px 5px 0px;
}

.header .search .input{
	float: left;
    border: 1px solid #629AEA;
    padding: 0px 0px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font-size: 16px;
    width: 349px;
    height: 48px;
    background: #FFFFFF;
    border-radius: 6px;
}

.header .search .input .fa{
	display: inline-block;
	vertical-align: top;
	color: #999999;
	font-size: 14px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	margin-right: 10px;
}

.header .search .input input{
	display: inline-block;
    vertical-align: top;
    width: 261px;
    height: 48px;
    line-height: 48px;
	padding-left: 10px;
}

.nav{
	position: relative;
	background: #629AEA;
	z-index: 9;
}

.nav li.firstItem{
	position: relative;
	float: left;
	/* border-left: 1px solid #ffffff; */
}

.nav li.firstItem:first-child{
	border: none;
}

/* .nav li.firstItem:first-child a{
	padding: 0 30px;
} */

.nav li.firstItem>a{
	display: block;
	padding: 0 18px;
	font-size: 18px;
	color: #fff;
	height: 56px;
	line-height: 56px;
}

.nav .navSub{
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	text-align: center;	
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	min-width: 108px;
}

.nav .navSub a{
	display: block;
	line-height: 40px;
	height: 40px;
	text-align: center;
	border-top: 1px solid #fff;
	background: #1b57af;
	font-size: 16px;
	color: #fff;
	padding: 0 16px;
}

.nav a{
	cursor: pointer;
	background-image : linear-gradient(#FAFCFF,#FAFCFF);
	background-position : center bottom;
	background-size : 0 3px;
	background-repeat : no-repeat;  
	transition : .3s;
}

.nav a:hover,
.nav a.active{
	background-size : 100% 2px;
}

.nav li.firstItem:hover .navSub{
	display: block;
}

.footer{
	text-align: center;
	font-size: 18px;
	font-family: Adobe Heiti Std;
	font-weight: normal;
	color: #FFFFFF;
	height: 226px;
background: #629AEA;
	margin-top: 43px;
	
}

.footer a{
	color: #333;
}

.footer a:hover{
	color: #24289D;
	text-decoration: underline;
}

.bread{
	margin-top: 44px;
	margin-bottom: 16px;
}

.bread .text{
	border-left: 8px solid #3f4cad;
	font-size: 16px;
	line-height: 22px;
	color: #3f4cad;
	padding-left: 12px;
}

.bread .text a{
	color: #3f4cad;
}
.xz-col {
	background: #fff;
	float: left;
	margin-right: 15px;
	margin-top: 15px;
	margin-bottom: 15px;
	width: 385px;
	height: 371px;
	border: 1px solid #ECECEC;
}
.xz-col.abt {
	width: 385px;
}
.xz-col.abt img {
	width: 100%;
}
.xz-col.gsgg {
	width: 385px;
	margin-right: 0;
}
.xz-col.jlhd {
	width: 385px;
	margin-right: 0;
	float: right;
}

.col-title {
	height: 54px;
	background: #F3F7FC;
	line-height: 54px;
}
.col-title span p {
	font-size: 22px;
	font-family: PingFang SC;
	font-weight: bold;
	color: #629AEA;
	letter-spacing: 2px;
	border: solid #629AEA;
    border-width: 1px 0 0 0;
}
.col-title span p i {
	margin-right:0 8px 0 3px;
}
.col-title a {
	float: right;
	line-height: 54px;
	font-size: 18px;
    font-family: PingFang SC;
    font-weight: 500;
    color:#5793EA;
	margin-right: 10px;
}
.col-con {
	margin-top: 10px;
	padding: 0 15px 0 10px;
}
.col-con .abttxt {
	font-size: 14px;
	line-height: 28px;
	color: #666;
	margin-top: 15px;
	word-break: break-all;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

