@charset "utf-8";

.head {
	width:100%;
	min-width:1380px;
	margin:auto;
	z-index:100;
	height:90px;
	border-bottom: #ddd 1px solid;
}
.head ul{
	min-width:1380px;
	max-width:74%;
	margin: 0 auto;
}
.head .logo{
	width:200px;
	float:left;
	margin-top: 10px;
}
.head .nav{
	float:right;
	margin:0 auto;
	margin-top: 25px;
}
.head .nav li{
	position: relative;
	float: left;
	margin-left: 30px;
}
.head .nav a{
	display: block;
	text-align: center;
	color: #202527;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 1px;
	padding-right: 22px;
}
.head .nav .one:hover{
	border-bottom: none;
	background: none;
}

.head .nav .icon{
	background: url(../images/icon/below.png)no-repeat center right;
	background-size: auto 20px;
	border-bottom: #fff 2px solid;
}

.head .nav .icon:hover {
	color: #174899;
	background:#fff;
	background: url(../images/icon/below2.png)no-repeat center right;
	background-size: auto 20px;
}

.head .nav .icon:hover{
	border-bottom: #174899 2px solid;
	transition:.8s;
}

.head .nav .current a{
	color: #174899;
	border-bottom: #174899 2px solid;
	background: url(../images/icon/below2.png)no-repeat center right;
	background-size: auto 20px;
}

.head .nav .subnav {
	position: absolute;
	left: 0px;
	width: 100%;
	background: #fff;
	z-index: 200;
	display: none;
	min-width: 176px;
	padding: 8px 10px;
	box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.3);
	box-sizing: border-box;
}
.head .nav .subnav a {
	display: block;
	white-space: nowrap;
	text-align: center;
	color: #202527;
	font-size: 15px;
	font-weight: 600;
	padding: 5px;
	line-height: 32px;
	text-align: left;
	color: #202527;
	border-bottom: none;
	background: none;
}
.head .nav .subnav a:hover {
	color: #174899;
}

.head .nav .this{
	color: #174899;
	background: url(../images/icon/below2.png)no-repeat center right;
	background-size: auto 20px;
}


/* -------------------------------------------------- */

.foot{
	width: 100%;
	min-width:1380px;
	background: #333;
	overflow:hidden;
	background-repeat: no-repeat;
	background-position: center bottom;
	border-top: #eee 1px solid;
	color:#eee;
}
.foot .upper{
	min-width:1380px;
	max-width:74%;
	margin:auto;
	padding: 60px 0;
	overflow:hidden;
}
.foot .upper li{
	padding:0px 5px;
	float:left;
	margin-right: 3%;
}
.foot .upper li span{
	width:20px;
	border-bottom:#ccc 2px solid;
	margin:10px 0;
	display:block;
}
.foot .upper li p{
	font-size:15px;
	line-height:28px;
	max-width: 400px;
}
.foot .upper li h3{
	font-size:16px;
	line-height:30px;
}
.foot .upper li a{
	display:block;
	line-height:30px;
	font-size:15px;
	color:#eee;
}
.foot .upper li a:hover {
	color:#fff;
}
.foot .upper li:last-child{
	float: right;
	margin-right: 0;
	text-align: center;
	margin-top: 10px;
}


.foot .lower{
	min-width:1380px;
	width:100%;
	margin:auto;
	line-height:50px;
	border-top:#666 1px solid;
	text-align: left;
	background: #333;
	color:#fff;
	overflow:hidden;
}
.foot .lower ul{
	max-width:74%;
	margin: auto;
}
.foot .lower li{
	float: left;
}
.foot .lower li:last-child{
	float: right;
	text-align: center;
}

/*---------------------------------------------------*/

.banner .swiper-banner {
	width: 100%;
	height: 400px;
	min-width:1380px;
	background: #ddd;
}

.banner .swiper-slide .img{
	position: fixed;
	bottom: 0;
	z-index: 10;
	height: 400px;
	width: 100%;
	filter: brightness(70%);
}

.banner .swiper-slide .box{
	position: relative;
	z-index: 100;
	top:30%;
	width:800px;
	margin: auto;
	text-align: center;
}

.banner .swiper-slide .box p{
	font-size: 40px;
	line-height:50px;
	font-weight:bold;
	color:#FFFFFF;
	text-shadow: 1px 1px 3px #333;
}
.banner .swiper-slide .box span{
	font-size: 20px;
	line-height:26px;
	margin:10px 0px;
	display:block;
	color:#FFFFFF;
	text-shadow: 1px 1px 3px #333;
}
.banner .swiper-slide .box a{
	font-size: 15px;
	padding:6px 22px;
	line-height:60px;
	text-decoration:none;
	color:#FFFFFF;
	border:#FFFFFF 1px solid;
	border-radius: 3px;
	font-weight: bold;
	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;
	margin: auto;
	width:300px;
	bottom:30px;
	--swiper-theme-color: #174899;
}
.banner .swiper-button .swiper-pagination-bullet{
	width:20px;
	height:6px;
	border-radius:10px;
}

.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:1300px;
	padding:30px 0 100px 0;
	overflow:auto;
}
.solutions ul{
	max-width:1300px;
	margin:auto;
	display: flex;
}
.solutions .box li{
	flex: 1;
	text-align: center;
	font-size: 18px;
}
.solutions .box span{
	width: 220px;
	height: 220px;
	display:flex;
	background-repeat: no-repeat;
	background-position:center;
	background-size: 100%;
	background-color: #eee;
	border-radius: 4px;
	margin: auto;
	margin-bottom: 20px;
}
.solutions .box a:hover span{
	background-size: 110%;
	filter: brightness(50%);
	transition:all .2s;
}
.solutions .box a:hover p{
	color: #174899;
	text-shadow: 2px 2px 4px #ddd;
}
.solutions .title span{
	font-size:24px;
	color:#174899;
	font-weight:bold;
	display: block;
	margin: auto;
	text-align: center;
	padding:40px 0;
}
.solutions .title span i{
	display: block;
	width: 50px;
	height: 3px;
	border-radius: 4px;
	background: #999;
	margin: 15px auto;
}

/* ---------------------- */


.product {
	width:100%;
	min-width:1300px;
	padding: 90px 0;
	overflow:auto;
	box-sizing: border-box;
	background: #f8f8f8;
}
.product ul{
	max-width:1280px;
	margin:auto;
	display: flex;
}
.product li{
	flex: 1;
	border: #ccc 1px solid;
	background: #fff;
	margin: 0 15px;
	border-radius: 4px;
	box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.1);
}
.product li a{
	width: 100%;
	height: 100%;
	padding: 30px;
	display: block;
	box-sizing: border-box;
}
.product li h3{
	font-size: 20px;
	line-height: 40px;
}
.product li span{
	font-size: 12px;
	color:#666;
}
.product li:hover{
	transition: 0.3s ease;
	background: #174899;
	padding-bottom: 0;
	border-radius: 4px;
}
.product li:hover h3, .product li:hover span{
	color:#fff;
}

.product .x1{
	background: url(../images/icon/x1.png)no-repeat bottom 30px right 10px ;
	background-size: auto 60px;
}
.product .x2{
	background: url(../images/icon/x2.png)no-repeat bottom 30px right 10px ;
	background-size: auto 60px;
}
.product .x3{
	background: url(../images/icon/x3.png)no-repeat bottom 30px right 10px ;
	background-size: auto 60px;
}
.product .x4{
	background: url(../images/icon/x4.png)no-repeat bottom 30px right 10px ;
	background-size: auto 60px;
}

/* ----------------- */
.about {
	width:100%;
	min-width:1380px;
	padding:80px 0;
	overflow:auto;
	background: #174899;
}
.about ul{
	max-width:1300px;
	margin:auto;
	/*border:#000 1px solid;*/
	overflow: auto;
	padding: 0 20px;
	box-sizing: border-box;
}
.about li{
	width:50%;
	float:left;
}
.about .text{
	margin-top:20px;
	font-size:16px;
	line-height:32px;
	color:#fff;
}
.about .text span{
	font-size:24px;
	line-height:46px;
	color:#fff;
	display: block;
	font-weight:bold;
}
.about .text a{
	color: #ddd;
	font-size:14px;
	line-height: 50px;
}
.about .text a:hover{
	color: #fff;
	font-weight: bold;
}
.about .images img{
	border-radius: 6px;
}


/*---------------------------------------------------------*/

.page-banner{
	width: 100%;
	min-width:1380px;
	height: 250px;
	background:url('../images/bg.jpg');
	display: flex;
	align-items: center; /* 垂直居中 */
	justify-content: center; /* 水平居中 */
	filter: brightness(80%);
}
.page-banner span{
	color:#fff;
	font-size: 28px;
	font-weight: bold;
	filter:!important;
}

.bg2{
	background:url('../images/bg2.jpg');
}
.bg3{
	background:url('../images/bg3.jpg');
}
.bg4{
	background:url('../images/bg4.jpg');
}



/*---------------------------------*/


.page-nav{
	width: 100%;
	min-width:1380px;
	border-bottom: #eee 1px solid;
	text-align: center;
}
.page-nav a{
	padding:6px 20px;
	line-height: 60px;
	font-size: 16px;
	margin: 0 4px;
}
.page-nav a:hover{
	background: #eee;
	border-radius: 20px;
}

/*---------------------------------*/

.page-body {
	width: 100%;
	min-width:1380px;
	min-height: 500px;
	font-size: 14px;
	color:#333;
	box-sizing: border-box;
	padding: 60px 0 80px 0;
}

.page-body ul{
	width: 100%;
	max-width: 1200px;
	margin: auto;
	overflow: auto;
}

/*---------------------------------*/


/* 将偶数行的背景颜色设置为浅灰色 */
.backs ul:nth-child(even) {
	background-color: #f2f2f2; 
}

/* 将偶数行的边框加上装饰线 */
.line ul{
	border-bottom: 1px #ddd dashed;
}
.line ul:last-child{
	border-bottom:none;
}

/*图片容器样式*/
.page-body .row .img{
	display: block;
	background: #eee;
	border-radius: 8px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 96%;
	height: 100vh;
	min-height: 30px;
	min-width: 30px;
	max-height: 600px;
}


/*---------------------------------*/



/*栅格样式*/

.row{
	width: 100%;
	max-width: 1200px;
	box-sizing: border-box;
	margin: auto;
	overflow: auto;
}
.row ul{
	width: 100%;
	display: flex;
	padding: 40px 0;
}
.row li{
	flex:1;
	margin: 0 30px;
}
.row li:last-child i.img{
	/*float: right;*/
}

/*---------------------------------*/

/*.page {
	width: 100%;
	min-width:1380px;
	min-height: 500px;
	font-size: 16px;
	color:#666;
	line-height: 28px;
	box-sizing: border-box;
	margin: 80px 0 80px 0;
}

.page ul{
	max-width: 1200px;
	margin: auto;
}*/

/*.image-text{
	width: 100%;
	box-sizing: border-box;
}
.image-text li{
	float: left;
	width: 50%;
}*/

/*---------------------------------*/

.table{
	width: 100%;
	border-top: #ddd 1px solid;
	border-left:  #ddd 1px solid;
	margin-bottom: 60px;
	border-radius: 3px;
}
.table th{
	border-bottom: #ddd 2px solid;
	border-right: #ddd 1px solid;
	text-align: left;
	height: 36px;
	padding: 8px 8px;
	background-color: #E8F3FF;
	color:#333;
}
.table td{
	border-right: #ddd 1px solid;
	border-bottom: #ddd 1px solid;
	padding: 8px 8px;
	font-size:15px;
	line-height: 20px;
}
.table tr:hover {
	background-color: #E8F3FF;
}
.table a{
	font-weight: bold;
	color: #666;
}
.table a:hover{
	color: #174899;
}

/*-----------------------*/
.search{
	margin-bottom: 10px;
}
.search .title{
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-top: 4px;
	color:#2c63bf;
}
.search .title span{
	width: 6px;
	height: 18px;
	background: #174899;
	display: block;
	float: left;
	margin-top: 3px;
	margin-right: 8px;
	border-radius: 4px;
}
.search .input{
	float: right;
	position: relative;
	z-index: 100;
	top: 0;
}
.search .input input[type='text']{
	border: 1px solid #ddd;
	line-height: 28px;
	padding:0 10px;
	width: 220px;
	border-radius: 2px;
}

.search .input input[type='text']:hover{
	border: 1px solid #999;
}

.search button{
	border: 1px solid #ddd;
	line-height: 26px;
	border-radius: 2px;
	cursor: pointer;
}
.search button:hover{
	background: #ccc;
	border: 1px solid #999;
}

.search .tip{
	line-height: 26px;
	font-size: 14px;
}

/*------------------------------------*/

.features{
	width: 100%;
	margin-bottom: 20px;
	box-sizing: border-box;
}
.features::after {
	content: "";
	display: table;
	clear: both;
}
.features li{
	float: left;
	box-sizing: border-box;
}
.features .title{
	width: 100%;
	font-size: 18px;
	margin-bottom: 20px;
	color: #2c63bf;
	font-weight: bold;
}
.features .title span{
	width: 6px;
	height: 18px;
	background: #174899;
	display: block;
	float: left;
	margin-top: 3px;
	margin-right: 8px;
	border-radius: 4px;
}

/*------------------------------------*/

.list{
	width: 100%;
	overflow: hidden;
}
.list ul{
	border-bottom: 1px #eee solid;
	padding: 20px 0;
	padding-left: 10px;
	width: 100%;
}
/*.list ul:last-child{
    border-bottom: none;
}*/
.list li{
	float: left;
	margin: 0 20px;
	box-sizing: border-box;
	max-width: 60%;
	font-size: 14px;
	color: #666;
}
.list ul a{
	display: block;
	width: 100%;
	height: 100px;
}
.list ul:hover{
	background: #efefef;
}
.list li img{
	border-radius: 6px;
	border: 1px #eee solid;
}
.list li:last-child{
	padding-top:8px;
}
.list li h3{
	font-weight: 600;
	font-size: 16px;
	color: #333;
	line-height: 36px;
}
.list .paging{
	overflow: auto;
	line-height: 60px;
	text-align: center;
}
.list .paging a{
	border:#ccc 1px solid;
	padding:8px 20px;
	border-radius: 4px;
	margin: 0 4px;
}
.list .paging a:hover{
	color:#FFFFFF;
	background: #4285f4;
	border:#4285f4 1px solid;
}
.list .paging .now_page{
	background: #ccc;
	color:#FFFFFF;
	border:#ccc 1px solid;
}
/*------------------------------------*/
.article{
	width: 80%;
	margin: auto;
}
.article .title{
	font-size: 24px;
	height: 34px;
	text-align: center;
}
.article .info{
	border-bottom: 1px #ccc solid;
	text-align: center;
	height: 36px;
}
.article .text{
	padding: 20px;
	box-sizing: border-box;
}
.article .text img{
	width: 100%;
}

/*------------------------------------*/
.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;
}