@charset "utf-8";

.head {
	width:100%;
	min-width:1380px;
	margin:auto;
	z-index:100;
	height:100px;
	border-bottom:1px #eee solid;
}
.head ul{
	max-width:84%;
	margin:auto;
}
.head .logo{
	width:200px;
	float:left;
	margin-top: 10px;
}
.head .nav{
	float:right;
	margin:0 auto;
	margin-top: 10px;
}
.head .nav li{
	position: relative;
	float: left;
	margin-left: 30px;
}
.head .nav .one{
	display: block;
	text-align: center;
	color: #202527;
	font-size: 16px;
	font-weight: 600;
	color:#666;
	padding: 30px 0px 30px 0px;
}

.head .nav .current{
	color: #1aa8b0;
	border-bottom: #ccc 3px solid  ;
}

.head .nav .this{
	color: #1aa8b0;
	border-bottom: #1aa8b0 3px solid ;
}

.head .nav .subnav {
	position: absolute;
	left: 0px;
	top: 87px;
	width: 100%;
	background: #fff;
	z-index: 200;
	display: none;
	min-width: 140px;
	padding: 8px 10px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
	border-top: #ddd 1px solid;
}
.head .nav .subnav a {
	display: block;
	text-align: center;
	color: #666;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
	line-height: 32px;
	text-align: left;
}

.head .nav .subnav a:hover {
	color: #1aa8b0;
}




/* -------------------------------------------------- */

.foot{
	width: 100%;
	min-width:1380px;
	min-height:200px;
	background: #266288;
	overflow:hidden;
	background-image: url('../images/foot.png');
	background-repeat: no-repeat;
	background-position: center bottom;

}
.foot .upper{
	max-width:84%;
	margin:auto;
	padding: 60px 0;
	overflow:hidden;
	min-height:200px;
}
.foot .upper li{
	/*min-width:130px;*/
	padding:0px 5px;
	float:left;
	color:#fff;
	margin-right: 2%;
}
.foot .upper li span{
	width:20px;
	border-bottom:#eee 2px solid;
	margin:10px 0;
	display:block;
}
.foot .upper li p{
	font-size:15px;
	line-height:28px;
	max-width: 300px;
}
.foot .upper li h3{
	font-size:18px;
	line-height:30px;
}
.foot .upper li a{
	display:block;
	line-height:36px;
	color:#fff;
	font-size:15px;
}
.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{
	max-width:84%;
	margin:auto;
	line-height:50px;
	border-top:#ddd 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: 600px;
	min-width:1380px;
	background: #2c6ba2;
}

.banner .swiper-slide .img{
	position: fixed;
	bottom: 0;
	z-index: 10;
	height: 600px;
	width: 100%;
	filter: brightness(50%);
}

.banner .swiper-slide .box{
	position: relative;
	z-index: 100;
	top:25%;
	width:620px;
	text-align: left;
	padding-left: 9%;
}

.banner .swiper-slide .box h3{
	font-size: 34px;
	line-height:40px;
	font-weight:600;
	color:#FFFFFF;
	margin-bottom: 10px;
	text-shadow: 1px 1px 3px #10659b;
}
.banner .swiper-slide .box h3 i{
	display: block;
	width: 12%;
	border-bottom: 1px #eee solid;
	position: relative;
	top:6px;
	z-index: -1;
}


.banner .swiper-slide .box p{
	font-size: 42px;
	line-height:70px;
	font-weight:bold;
	color:#FFFFFF;
	text-shadow: 1px 1px 3px #1b567c;
}
.banner .swiper-slide .box span{
	font-size: 18px;
	line-height:26px;
	margin-bottom: 15px;
	display:block;
	color:#FFFFFF;
	text-shadow: 1px 1px 3px #10659b;
}
.banner .swiper-slide .box a{
	font-size: 14px;
	padding:8px 22px;
	line-height:60px;
	text-decoration:none;
	color:#FFFFFF;
	border:#0db2a7 1px solid;
	border-radius: 3px;
	font-weight: bold;
	background:#07a79c;
	/*background-color: rgba(255, 255, 255, 0.3);*/
}
.banner .swiper-slide .box a:hover{
	background:#FF6600;
	border:#FF6600 1px solid;
}

.banner .swiper-button .swiper-pagination{
	position: relative;
	width:300px;
	bottom:80px;
	padding-left: 9%;
	text-align: left;
	--swiper-theme-color: #174899;
}
.banner .swiper-button .swiper-pagination-bullet{
	width:20px;
	height:5px;
	border-radius:5px;
	background:#fff;
}

/*.banner .swiper-button .swiper-button-next,.swiper-rtl .swiper-button-prev {
	--swiper-navigation-size: 30px;
	opacity:0.8;
}
.banner .swiper-button .swiper-button-prev,.swiper-rtl .swiper-button-prev {
	--swiper-navigation-size: 30px;
	opacity:0.8;
}*/

/* ---------------------- */

.solutions {
	width:100%;
	min-width:1380px;
	padding:110px 0;
	overflow:hidden;
}
.solutions ul{
	max-width:84%;
	margin:auto;
}
.solutions li{
	float:left;
	width: 23%;
	background: #eee;
	margin-right: 2.6%;
	box-sizing: border-box;
	border-radius: 5px;
}
.solutions li:last-child{
	margin-right: 0;
}


.solutions li a{
	padding:16% 10% 12% 10%;
	display: block;
}

.solutions .image i{
	margin-top: 30px;
	width: 100px;
	height: 100px;
	display:flex;
	align-items:flex-end;
	background-repeat: no-repeat;
	background-position:center;
	background-size: 100%;
	background-color: #eee;
}

.solutions .image p span{
	font-size: 18px;
	line-height:32px;
	display: block;
	font-weight: bold;
}
.solutions .image p{
	font-size: 14px;
	margin: 10px 0 0 10px;
	line-height:32px;
	box-sizing: border-box;
	color:#666;
	/*超出一行自动隐藏*/
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}



.solutions li:hover,.solutions .image i:hover{
	background: #1aa8b0;
	transition:all .2s;
}
.solutions li:hover p{
	color:#fff;
}
.solutions li:hover img{
	filter: brightness(0) invert(1);
}


/* ----------------- */
.about {
	width:100%;
	min-width:1380px;
	height: 565px;
	padding:80px 0;
	overflow:hidden;
	background-image: url('../images/about.png');
	box-sizing: border-box;
}
.about ul{
	max-width:84%;
	margin:auto;
}
.about li{
	width:48%;
	float:left;
	box-sizing: border-box;
}
.about li:last-child{
	margin-left: 4%;
}
.about .title{
	font-size:32px;
	/*line-height:46px;*/
	font-weight:bold;
	color:#666;
}

.about .slogan{
	margin-top: 10px;
	line-height: 30px;
}
.about .slogan span{
	font-size: 20px;
	color: #06a79d;
}
.about .slogan p{
	font-size: 18px;
	color:#666;
}


.about .text{
	margin-top:20px;
	font-size:16px;
	line-height:32px;
	color:#666;
}
.about .text a{
	color: #666;
	font-size:16px;
	margin-top: 20px;
	display: block;
	width: 80px;
}
.about .text a:hover{
	color: #000;
	font-weight: bold;
}

.about li img{
	width: 100%;
	max-width: 600px;
	height: 400px;
	float: right;
	border-radius: 0px 20px 0px 20px;
}


/*---------------------------------------------------------*/


.news{
	width:100%;
	min-width:1380px;
	/*height: 500px;*/
	padding: 80px 0;
}

.news ul{
	max-width:84%;
	margin:auto;
}

.news .title{
	height: 80px;
	margin-bottom: 20px;
}
.news .title li{
	float: left;
}
.news .title li:last-child{
	float: right;
}
.news .title li a:last-child{
	border: #ccc 1px solid;
	font-size: 16px;
	font-weight:100;
	border-radius: 20px;
	padding: 5px 20px;
	color: #999;
}
.news .title span{
	font-size:24px;
	color:#fff;
	font-weight:bold;
	color:#666;
}
.news .title p{
	font-size:16px;
	line-height:36px;
	color:#fff;
	font-weight:100;
	color:#666;
}

.news .box {
	overflow: hidden;
	min-width:100%;
	box-sizing: border-box;

}

.news .box ul{
	width: 36%;
	float: left;
	min-width: 400px;
}

.news .box ul:last-child{
	width: 64%;
	float: right;
	overflow: auto;
}



.news .box .list li{
	background: #eee;
	width: 46%;
	height: 222px;
	float: left;
	margin-left: 4%;
	margin-bottom: 40px;
	box-sizing: border-box;
	font-size: 16px;
	color: #666;
}


.news .box .list li a{
	display: block;
	height: 100%;
	padding:8%;
	color: #999;
	box-sizing: border-box;
}
.news .box .list li:hover{
	background: #2c6ba2;
	transition:all .2s;
	color: #fff;
}
.news .box .list li:hover span{
	color: #fff;
}

.news .box .list li span{
	display: block;
}

.news .box .list li .topic{
	font-weight: bold;
	color: #666;
	margin: 18px 0;
}
.news .box .list .more {
	color: #ccc;
}




.news .box .img li{
	width: 100%;
	max-width: 580px;
	height: 485px;
	float: left;
	padding: 8%;
	box-sizing: border-box;
	display: flex;
	background-size: 100% 100%;
	filter: brightness(90%);
	background-color: #eee;
}
.news .box .img li:hover{
	background-size: 110% 110%;
	filter: brightness(100%);
	background-position: center;
}
.news .box .img li span{
	margin-top: auto;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	text-shadow: 1px 1px 2px #333;
}


/*---------------------------------------------------------*/

.photo{
	width:100%;
	min-width:1380px;
	height: 320px;
	padding: 80px 0;
	background:#eee;
	background-image: url('../images/project.png');
	background-repeat: no-repeat;
	animation: moveBackground 25s linear infinite;
}

@keyframes moveBackground {
  0% {
    background-position: center top;
  }
  50% {
    background-position: center bottom;
  }
  100% {
    background-position: center top;
  }
}

.photo ul{
	max-width:84%;
	margin:auto;
}

.photo .title{
	height: 80px;
	margin-bottom: 20px;
}
.photo .title li{
	float: left;

}
.photo .title li:last-child{
	float: right;
}
.photo .title li a:last-child{
	border: #ccc 1px solid;
	font-size: 16px;
	font-weight:100;
	border-radius: 20px;
	padding: 5px 20px;
	color: #666;
}
.photo .title span{
	font-size:24px;
	color:#fff;
	font-weight:bold;
	color:#666;
}
.photo .title p{
	font-size:16px;
	line-height:36px;
	color:#fff;
	font-weight:100;
	color:#666;
}

.photo .box li{
	width: 23.5%;
	height: 200px;
	background:#eee;
	float: left;
	margin-right: 2%;
	font-size:16px;
	font-weight:bold;
	background-size: 100% 100%;
	filter: brightness(90%);
	border-radius: 5px;
}
.photo .box li:hover{
	background-size: 100% 100%;
	filter: brightness(100%);
	background-position: center;
}
.photo .box li:last-child{
	margin-right: 0;
}

.photo .box li a span{
	margin-top: auto;
}
.photo .box li a{
	width: 100%;
	height: 100%;
	display: flex;
	padding: 8% 11%;
	box-sizing: border-box;
	color: #fff;
	text-shadow: 1px 1px 2px #666;
}

/*---------------------------------------------------------------------------------------------------------------*/

/*图文*/
/*.image-text{
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
	margin: auto;
	display: flex;
	overflow: auto;
}
.image-text ul{
}
.image-text li{
	float: left;
	flex:1;
	margin: 0 20px;
}
.image-text li:last-child i{
	float: right;
}

.image-text li .img{
	display: block;
	background: #ccc;
	border-radius: 8px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100vh;
	min-height: 100px;
	min-width: 300px;
	max-height: 400px;
}*/

/*------------------------------------*/
.form{
	width: 600px;
	margin: 40px auto;
	font-size: 14px;
	padding-bottom: 80px;
}
.form li{
	height: 50px;
	position: relative;
}
.form li label{
	width: 100px;
	color: #666;
	padding: 6px 0px 6px 10px;
	position: absolute;
	box-sizing: border-box;
	top: 0;
	z-index: 1;
}
.form input{
	width: 100%;
	height: 38px;
	float: left;
	padding: 10px 10px  10px 85px;
	box-sizing: border-box;
	border-radius: 4px;
	border:#999 1px solid;
}
.form textarea {
	line-height:20px;
	border: none;
	padding: 35px 10px 10px 10px;
	box-sizing: border-box;
	border-radius: 4px;
	resize: none;
	color: #333;
	background-color: transparent;
	border:#999 1px solid;
	float:right;
	width: 100%;
	height: 150px;
	font-family: none;
	margin-bottom: 20px;
}
.form input:hover,.form textarea:hover{
	border:#174899 1px solid;
}
.form .submit{
	width: 100%;
	height: 42px;
	background: #174899;
	cursor:pointer;
	border:#174899 2px solid;
	font-weight: bold;
	color:#fff;
	padding: 10px;
}
.form .submit:hover{
	background: #3a63a7;
	color:#fff;
}