@charset "utf-8";


/*头部导航*/
.head{
	width: 100%;
	min-width:1380px;
	position: fixed;
	z-index: 9999;
	top: 0;
	background: #fff;
	border-bottom: 1px #efefef solid;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
	overflow: hidden;
}
.head ul{
	display: flex;
	max-width:84%;
	min-height: 80px;
	margin: auto;
	align-items: center;
}
.head ul li{
	flex: 1;
	white-space: nowrap;
}

.head ul > .logo a{
	position: absolute;
	top: 5px;
}
.head ul > .logo img{
	width: 150px;
}
.head ul > .nav a{
	font-size: 18px;
	color: #333;
	margin-right: 60px;
}
.head ul > .nav a:hover{
	color: #0066CC;
	font-weight: 600;
}

.head ul > .link{
	text-align: right;
}
.head ul > .link a{
	font-size: 18px;
	color: #333;
	margin-right: 10px;
}
.head ul > .link a:hover{
	color: #0066CC;
}

.head ul > .link > .bnt{
	background: #000;
	color: #fff;
	padding: 6px 16px;
	font-size: 16px;
	border-radius: 20px 0 20px 20px;
}
.head ul > .link > .bnt:hover{
	background: #0066CC;
	color: #fff;
}

/*尾部菜单*/
.foot{
	width: 100%;
	min-width:1380px;
	min-height:200px;
	background: #333;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: center bottom;
}
.foot .upper{
	max-width:84%;
	margin:auto;
	padding: 40px 0 60px 0;
	overflow:hidden;
	min-height:200px;
}
.foot .upper li{
	padding:0px 5px;
	float:left;
	color:#fff;
	margin-right: 2%;
}
.foot .upper li span{
	width:20px;
	border-bottom:#eee 2px solid;
	margin:14px 0;
	display:block;
}
.foot .upper li p{
	font-size:14px;
	line-height:28px;
	max-width: 300px;
}
.foot .upper li h3{
	font-size:16px;
	line-height:28px;
}
.foot .upper li a{
	display:block;
	line-height:26px;
	color:#fff;
	font-size:14px;
}
.foot .upper li a:hover {
	color:#ddd;
}
.foot .upper li:last-child{
	float: right;
	margin-right: 0;
	text-align: center;
	margin-top: 10px;
}
.foot .lower{
	font-size:14px;
	max-width:84%;
	margin:auto;
	line-height:50px;
	border-top:#999 1px solid;
	text-align: left;
	color:#fff;
	overflow:hidden;
}
.foot .lower a{
	color:#fff;
}
.foot .lower li{
	float: left;
}
.foot .lower li:last-child{
	float: right;
	text-align: center;
}

/*焦点图*/
.banner .swiper-banner {
	width: 100%;
	height: 520px;
	min-width:1380px;
	background: #ddd;
	margin-top: 80px;
}

.banner .swiper-slide .box{
	position: relative;
	z-index: 100;
	top: 24%;
	width:620px;
	text-align: left;
	padding-left: 10%;
}

.banner .swiper-slide .box h3{
	font-size: 34px;
	line-height:60px;
	font-weight:600;
	color:#FFFFFF;
	text-shadow: 1px 1px 3px #1b567c;
}
.banner .swiper-slide .box h3 i{
	display: block;
	width: 14%;
	border-bottom: 1px #eee solid;
	position: relative;
	top:6px;
	z-index: -1;
}

.banner .swiper-slide .box span{
	font-size: 16px;
	line-height:26px;
	margin: 20px 0;
	display:block;
	color:#FFFFFF;
	text-shadow: 1px 1px 3px #10659b;
}
.banner .swiper-slide .box a{
	font-size: 16px;
	padding:6px 22px;
	text-decoration:none;
	color:#FFFFFF;
	border-radius: 20px 0 20px 20px;
	font-weight: bold;
	background:#FF6600;
}
.banner .swiper-slide .box a:hover{
	background:#07a79c;
}

.banner .swiper-slide .img{
	float: right;
	position: relative;
	right: 15%;
	top:-44%;
}
.banner .swiper-slide .img i{
	width: 600px;
	height: 600px;
	display: block;
	background-repeat: no-repeat;
	background-position:center;
	background-size: 100%;
}
.banner .swiper-button .swiper-pagination{
	position: relative;
	width:300px;
	bottom:80px;
	padding-left: 10%;
	text-align: left;
	--swiper-theme-color: #174899;
}
.banner .swiper-button .swiper-pagination-bullet{
	width:20px;
	height:5px;
	border-radius:5px;
	background:#fff;
}

/* ------------------------------------- */

/*区块*/
.block{
	width: 100%;
	min-width: 1380px;
	padding: 60px 0 80px 0;
}
.block ul{
	max-width: 80%;
	margin: auto;
}

.block ul li{
	margin-left: 20px;
	margin-right: 20px;
}

/*网格*/
.grid > ul{
	display: flex;
	box-sizing: border-box;
}
.grid > ul >li{
	flex: 1;
	width: 100%;
}

/*标题*/
.title{
	max-width: 660px;
	text-align: center;
	margin: auto;
	padding: 0 0 40px 0;
}
.title > span{
	font-size: 28px;
	font-weight: 650;
}
.title > p{
	font-size: 16px;
	color: #666;
	margin-top: 8px;
}


/* ------------------------------------- */

.module01 ul li{
	text-align: center;
	min-height: 200px;
}
.module01 ul li i{
	display: block;
	width: 100%;
	border: #eee 1px solid;
	border-radius: 10px;
	height: 340px;
	margin-bottom: 10px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.module01 ul li span{
	font-size: 18px;
	font-weight: 500;
}
.module01 ul li p{
	color: #666;
	padding: 0;
	margin: 5px;
	display: block;
	margin-bottom: 50px;
}
.module01 ul li:hover i{
	background-size: 105%;
	background-position: center;
	background-repeat: no-repeat;
}
.module01 ul li:hover span{
	font-weight: 600;
}

/* ------------------------------------- */

.about{
	background-image: url('../../../../storage/images/about.jpg');
}
.about li > .text{
	line-height: 30px;
	font-size: 16px;
}
.about li > .img{
	float: right;
}
.about li > .img img{
	width: 100%;
	max-width: 600px;
	border-radius: 10px;
}
.about li > .keynote{
	width: 100%;
	height: 60px;
	overflow: hidden;
	margin-top: 40px;
}
.about li > .keynote > div{
	float: left;
	margin-right: 10%;
}
.about li > .keynote > div > span{
	font-size: 24px;
	font-weight: 600;
}
.about li > .keynote > div > p{
	font-size: 14px;
	color: #333;
}

/* ------------------------------------- */
.feature ul li{
	text-align: center;
	border: #ddd 1px solid;
	padding: 50px 20px;
	border-radius: 10px;
	line-height: 28px;
	min-height: 200px;
	background: #fff;
}
.feature ul li i{
	display: block;
	width: 100px;
	height: 100px;
	background: #ddd;
	border-radius: 50px;
	margin: 15px auto;
	background-size: 60%;
	background-position: center;
	background-repeat: no-repeat;
}
.feature ul li span{
	font-size: 18px;
	font-weight: 600;
}
.feature ul li p{
	color: #666;
	padding: 0;
	margin: 5px;
	display: block;
	margin-bottom: 30px;
}
.feature ul li:hover{
	background:#ddd;
	cursor: pointer;
}
.feature ul li:hover i{
	background:#fff;
	background-size: 70%;
	background-position: center;
	background-repeat: no-repeat;
}
.feature ul li:hover span{
	font-weight:700;
}

/* ------------------------------------- */
.page-img-text{
	padding-top: 60px;
}
.page-img-text ul{
	padding-top: 30px;
	padding-bottom: 30px;
}
.page-img-text li h3{
	font-size: 22px;
	line-height: 32px;
	font-weight: 600;
}
.page-img-text li h4{
	font-size: 18px;
	line-height: 28px;
	font-weight: 600;
}
.page-img-text li p{
	font-size: 16px;
	line-height: 26px;
	margin: 24px 0;
}
.page-img-text li img{
	max-width: 500px;
	width: 100%;
	border-radius: 20px;
}
.page-img-text li a{
	padding: 4px 16px;
	text-decoration:none;
	color:#FFFFFF;
	border-radius: 6px;
	background:#FF6600;
}
.page-img-text li:last-child{
	text-align: right;
}




/* ------------------------------------- */
.navigation{
	height: 220px;
	width: 100%;
	min-width: 1380px;
	background: #eee;
	margin-top: 80px;
	background: #0066CC;
}
.navigation ul{
	max-width: 68%;
	margin: auto;
	padding-top: 4%;
	color: #fff;
	text-align: center;
}
.navigation ul li h2{
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
}
.navigation ul li span{
	
}