

/*统一的样式*/

/* reset */
*{margin:0;padding:0;list-style:none; font-size: 16px; box-sizing: border-box;} /*默认外边距 和 内边距*/ /*去圆点*/
img{border:none; vertical-align:bottom; max-width: 100%}

table {border-collapse:collapse;} /*边框会合并为一个单一的边框*/ /**/
button,input,select,textarea{font-size:100%;outline: none;box-shadow: none;}/* 使得表单元素在 ie 下能继承字体大小 */
input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}
/*字体系列 字体大小 字体样式 字体粗细 都继承父元素*/
.h1, .h2, .h3, .h4, .h5, .h6,span, h1, h2, h3, h4, h5, h6, p{margin: 0px; padding: 0px; font-size: inherit;color: #414141;}
address,cite,dfn,em,var{font-style:normal;} /* 将斜体扶正 */
/*input:focus{box-shadow: 0 0 10px #999; outline: none;}   /*边框阴影*/  /*轮廓取消*/
/* link */
a{text-decoration:none; color: inherit; transition: 0s;}  /*清除超链接的下划线*/
a:hover{text-decoration:none; color: inherit;}
.clear{clear: both;}  /*清除浮动*/
/*统一的样式*/
ol, ul, dl{margin: 0px;}


html body {
	margin: 0px auto;
	max-width: 1920px;	
	min-width: 320px;
	font-size: 16px;
	font-family:  "微软雅黑", "Microsoft YaHei", "SimSun", "宋体";
}
main{font-size: 16px; }
.public{max-width: 1200px;margin: 0 auto;
}
.max-w-14{max-width: 1400px; margin: 0 auto;
}
.max-w-12{max-width: 1200px; margin: 0 auto;
}
.public-tit{text-align: center;
}
.public-tit h3{font-size: 30px; margin-bottom: 10px;text-transform: uppercase;
}
.public-tit h4{font-size: 24px;margin-bottom: 4%;
}
/*=================公共头部样式           开始==========================*/
.header{position: fixed;z-index: 99;top: 0;left: 0;background: #fff;width: 100%;
}
.top-h {width: 100%;position: relative;border-bottom: 1px solid #d5d5d5;
}
.top-h .logo{display: block;position: absolute;left: 200px;top: 35%;transform: translateY(-50%);
}
.top-h .logo img{display: block;object-fit: contain;
}
.top-h>nav{color: #414141;
}
.top-h>nav>ul{width: 100%;
}
.top-h>nav>ul>li>a{display: block;height: 50px;line-height: 50px;border-bottom:4px solid transparent ;width: 100%;text-align: center;position: relative;
color: #182886;font-weight:bold;
}
.nav_cn{color: #888!important;}
.top-h>nav>ul>li{transition: 0.5s;float:left;margin-right:60px;
}
/*.top-h>nav>ul>li:hover{color: #fff;
}
.top-h>nav>ul>li.active{color: #fff;
} */
.top-h>nav>ul>li>a::before{content: "";width: 0;height: 4px;background:#182886 ;position: absolute;bottom: -4px;left: 0;
}
.top-h>nav>ul>li.active a::before{width: 100%;
} 
.top-h>nav>ul>li>a:hover::before{width: 100%;transition: 0.5s;
}

.ali{display: block;width: 30px !important;height: 30px !important;background: url("../image/ali.png") no-repeat center ;background-size: contain;}
/* .top-h .nav2{
	position: absolute;
	top: 101px;
	left: 0;
	background: #fff;
	width: 100%;
	display: none;
	padding: 40px 0;
}
.top-h .nav2 .prev-04{
	background: url("../image/icon17.png") no-repeat center center;
	color: transparent;
	left: 50%;
	transform: translateX(-750px);
	opacity: 1;
}

.top-h .nav2 .prev-04:hover::after{
	background: url("../images/icon-37.png") no-repeat center center !important;
}
.top-h .nav2 .swiper-button-prev.swiper-button-disabled:hover{
	background: url("../images/icon-37.png") no-repeat center center !important;
}
.top-h .nav2 .next-04{
	background: url("../image/icon18.png") no-repeat center center ;
	color: transparent;
	right: 50%;
	transform: translateX(750px);
	opacity: 1;
}
.top-h .nav2 .swiper-button-prev.swiper-button-disabled:hover{
	background: url("../images/icon-38.png") no-repeat center center !important;
}
.top-h .nav2 .next-04:hover{
	background: url("../images/icon38.png") no-repeat center center !important;
} */
/* .top-h .nav2 .nav2-list{ */
	/* display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 40px 0; */
	/* display: none; */
/* } */

/* .nav2 .swiper-slide{
	width: 200px;
} */
 /* .nav2 .pic{
	border: #d5d5d5 1px solid;
	padding:4px ;
	overflow: hidden;
	height: 150px;

}
.nav2 .pic:hover img{
	transform: scale(1.05,1.05);
}
.nav2 .pic img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
	transition: 1s;
}
.nav2 .swiper-slide:hover h4{
	color: #cea04d;
}
.nav2 h4{
	text-align: center;
	padding: 10px 0;
	transition: .5s;
} */

.banner{margin-top: 150px;}
.banner .swiper-pagination-bullet{width: 50px;border-radius:0;height: 3px;background: #919191;}	

.m_banner .swiper-pagination-bullet{width: 30px;border-radius:0;height: 3px;background: #919191;}
.banner .swiper-pagination-bullet-active,
.m_banner .swiper-pagination-bullet-active{background: #182886;}
.keywords{border-bottom: 1px solid #dadada;}
.keywords .max-w-12{display: flex;padding: 20px 0;align-items: center;justify-content: space-between;	}
.keywords b{font-size: 14px !important; color:#aaa;}

.keywords h4 a{display: inline;margin-right:10px;font-size: 14px !important;color: #888;}
.keywords h4 a:hover{color:#182886 ;}
.keywords  form{border: 1px solid #182886;width: 400px;height: 42px;border-radius: 21px;display: flex;align-items: center;}
.keywords input{width: 360px;border: none;box-shadow: none;height: 100%;padding-left: 20px;background: transparent;}
.keywords button{width: 32px;height: 32px;border-radius: 50%;border: none;background: url("../image/search.png") #182886 no-repeat center center;}
.index-content .box1{background: url("../image/index-bg01.png") no-repeat left bottom;padding-bottom: 160px;background-size: contain;}
.index-content .box1 .max-w-14{background: #fff;padding: 160px 100px 80px 100px;}
.index-content .box1 .pic{width: 500px;margin: 20px 0 0 20px;position: relative;z-index: 3;}
.index-content .box1 .pic::before{content: "";left: -20px;top: -20px;width: 100%;height: 100%;border: #182886 1px solid;position: absolute;z-index: -1;}
.index-content .box1 .max-w-12{display: flex;}
.index-content .box1 .txt{flex: 1;padding-left: 80px;}
.index-content .box1 .txt h5{ font-size: 30px;color: #182886;text-transform: uppercase;margin-bottom: 10px;font-weight:bold;}
.index-content .box1 .txt h5 span{ font-size: 48px;color: #182886;}
.index-content .box1 .txt>h1{padding-bottom: 8%;position: relative;font-size: 24px;color: #182886;margin-bottom: 8%;}
.index-content .box1 .txt>h1::before{content: "";width: 40px;height: 2px;background: #d5d5d5;left: 0;bottom: 0;position: absolute;}
.index-content .box1 .txt>h3{font-size: 18px;color: #aaa;margin-bottom: 30px;}

.index-content .box1 .txt>p{color: #4e4e4e;text-align: justify;line-height: 1.8;margin-bottom: 13%;}
.index-content .box1 .txt  .more{display: flex;justify-content: space-between;align-items: center;padding-bottom: 10%;border-bottom: 1px solid #d5d5d5;}
.index-content .box1 .txt  .more a{position: relative;z-index: 2;transition: .4s; border: 1px solid #4e4e4e;font-size: 14px;width: 224px;height: 38px;line-height: 38px;display: block;text-transform: uppercase;padding-left: 20px;background: url("../image/more-1.png") no-repeat center right 26px;}
.index-content .box1 .txt  .more a span{position: absolute;width: 0;left: 0;top: 0;height: 100%;background: url("../image/icon-36.png") #182886 no-repeat center right 26px;transition: .4s;z-index: -1;}
.index-content .box1 .txt  .more a:hover{color: #fff;border: 1px solid #fff;}
.index-content .box1 .txt  .more a:hover span{width:100% ;	}
.index-content .box1 .txt  .more h3{font-size: 16px;color: #fff;padding: 10px;background-color: #182886;}
.index-content .box1 .txt  .more h3 b{font-size: 18px;}
.index-content .box1 .num li{flex: 1;}
.index-content .box1 .num{display: flex;}
.index-content .box1 .num h3{font-size: 48px; color:#999; text-align:center;}
.index-content .box1 .num p{font-size:14px; color:#999;text-align:center;}

.index-content .box1 .num{color: #999;font-size: 14px;padding-top: 10%;}
.index-content .box2{width: 100%;position: relative;}
.index-content .box2 .gallery-top .swiper-slide{padding-bottom: 900px;}
.index-content .box2 img{position: absolute;object-fit: cover;left: 0;top: 0;width: 100%;height: 100%;}
.index-content .box2 .txt{width: 100%;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);text-align: center;z-index: 9;height: 100%;padding-top: 8%;}
.index-content .box2 .txt span{ font-size: 30px;margin-bottom: 10px;color: #fff;text-transform: uppercase;display: block;text-align: center;}

.index-content .box2 .txt h3{font-size: 24px;color: #fff;}

.index-content .box2 .txt h3:nth-of-type(1){margin-bottom: 9%;}
.index-content .box2 .txt h3:nth-of-type(2){margin-bottom: 10px;display: flex;align-items: center;justify-content: center;}
.index-content .box2 .txt h3:nth-of-type(2)::before,
.index-content .box2 .txt h3:nth-of-type(2)::after{content: "";width: 60px;background: rgba(255,255,255,0.5);height: 1px;}
.index-content .box2 .txt h3:nth-of-type(2)::before{margin-right: 16px;
}
.index-content .box2 .txt h3:nth-of-type(2)::after{margin-left: 16px;}
.index-content .box2 .txt h3 b{font-size: 24px;color: #fff;}
.index-content  .box2 .txt p:nth-of-type(1){
	 
	font-size: 12px;
	color: #b9b9b9;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.index-content  .box2 .txt p:nth-of-type(2){
	font-size: 16px;
	color: #d4d4d4;
	margin-bottom: 6%;
}
.index-content  .box2 .txt h4{
	font-size: 16px;
	color: #fff;
	margin-bottom: 4%;
}
.index-content  .box2 .txt h4 b{
	font-size: 18px;
}
.index-content  .box2 .txt a{
	 
	color: #fff;
	border: 1px solid #fff;
	font-size: 14px;
	width: 224px;
	height: 38px;
	line-height: 38px;
	display: block;
	text-transform: uppercase;
	padding-left: 20px;
	background: url("../image/more-1.png") no-repeat center right 26px;
	text-align: left;
	margin: 0 auto;
	transition: 1s;
}
.index-content .box2 .txt a:hover{
	background: url("../image/icon-36.png") #182886 no-repeat center right 26px;
	border: none;
}
.index-content  .box2 .type{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 10;
	height: 98px;
}
.index-content  .box2 .type ul{
	display: flex;
	height: 100%;
	color: #fff;
	text-align: center;
	align-items: center;
}

.index-content  .box2 .type ul p{
	 
	color: #a0a0a0;
	text-transform: uppercase;
	font-size: 14px;
	margin-top: 12px;
	opacity: 0;
	transform: translateY(10px);
	transition: 1s;
	height: 0;
}
.index-content  .box2 .type ul li:hover{
	background: #182886;
	border-top: 2px solid #cea04d ;
	border-left: 1px solid rgba(255,255,255,0.3);
	border-right: 1px solid rgba(255,255,255,0.3);
}
.index-content  .box2 .type ul li:hover p{
	opacity: 1;
	transform: translateY(0);
	height: auto;
}
.index-content  .box2 .type li:hover p{
	opacity: 1;
	transform: translateY(0);
}
.index-content  .box2 .type li{
	padding-top: 22px;
	transition:0.6s;
	cursor: pointer;
}
.index-content  .box2 .type li:hover span{
	transform: scale(0,1);
}
.index-content  .box2 .type li span{
	display: block;
	transition: 0.5s;
	margin: 0 auto;
	width: 20px;
	height: 2px;
	background: #fff ;
	margin-top: 6px;
}
.index-content  .box2  .gallery-thumbs{
	position: absolute;
	bottom: 0;
	height: 98px;
	width: 100%;
	left: 50%;
	transform: translateX(-50%);
	z-index: 12;
}
.index-content .box2 .trrow{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	width: 1200px;
	height: 100%;
	z-index: 9;
}
.index-content .box2 .prev-01{
	background: url("../image/index-arrow-l.png") no-repeat center center;
	color: transparent;
	width: 46px;
	left: 0;
}
.index-content .box2 .next-01{
	background: url("../image/index-arrow-r.png") no-repeat center center;
	color: transparent;
	width: 46px;
	right: 0;
}
.index-content .box3{
	padding: 100px 40px 0 40px;
	position: relative;
	
}
.index-content .box3>h1{
	 
	font-size: 30px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 10px;
	color: #182886;
}
.index-content .box3>h2{
	text-align: center;
	font-size: 24px;
	margin-bottom: 100px;
	color: #182886;
}
.index-content .box3 .gallery-top {
	height: 760px;
	width: 100%;
}
.index-content .box3 .gallery-top .swiper-slide{
	height: 100%;
}
.index-content .box3 .gallery-top .swiper-slide a>img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.index-content .box3 .gallery-top .swiper-slide .txt{
	position: absolute;
	left: 50%;
	transform:translate(-50%,30px);
	width: 100%;
	top: 0;
	padding-top: 20%;
	opacity: 1;
	transition: 2s;
}

.index-content .box3 .gallery-top .swiper-slide.swiper-slide-active .txt{
	transform: translate(-50%,0);
	opacity: 1;
}

.index-content .box3 .gallery-top .txt p:nth-of-type(1){
	font-size: 18px;
	color: #fff;
	background: #182886;
	padding:4px 14px;
	width: fit-content;
	margin-bottom: 2%;
}
.index-content .box3 .gallery-top .txt h3{
	font-size: 60px;
	color: #fff;
	text-transform: uppercase;
	 
	margin-top: 3%;
	max-width: 600px;
}
.index-content .box3 .gallery-top .type-txt{
	font-size: 24px;
	color: #fff;
	position: relative;
	padding-bottom: 4%;
}

.index-content .box3 .gallery-top .type-txt::before{
	content: "";
	left: 0;
	position: absolute;
	bottom:0 ;
	width: 40px;
	height: 2px;
	background: #d3d3d3;
}
.index-content .box3 .trrow{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	z-index: 9;
	width: 1200px;
	height: 100%;
}
.index-content .box3  .prev-02{
	background: url("../image/index-arrow01.png") no-repeat center center;
	color: transparent;
	width: 50px;
	left: unset;
	right: 50px;
	top: 75%;
}
.index-content .box3  .next-02{
	background: url("../image/index-arrow02.png") no-repeat center center;
	color: transparent;
	width: 50px;
	right: 0;
	top: 75%;
}
.index-content .box3 .gallery-thumbs{

	transform: translateY(-40px);
}
.index-content .box3 .gallery-thumbs h4{
	font-size: 14px;
	 
	text-align: center;
	text-transform: uppercase;
	top:70px;
	opacity: 0;
	position: absolute;
	transition: .5s;
	left: 50%;
	transform: translateX(-50%) ;
}
.index-content .box3 .gallery-thumbs li:hover h4{
	top: 40px;
	opacity: 1;
}
.index-content .box3 .gallery-thumbs p{
	font-size: 16px;
	color: #888888;
	text-align: center;
	padding-bottom: 20px;
	position: relative;
}

.index-content .box3 .gallery-thumbs p::before{
	content: "";
	width: 20px;
	height: 2px;
	background: #bdbdbd;
	position: absolute;
	bottom: 3px;
	left: 50%;
	transform:translateX(-50%);
}
.index-content .box3 .gallery-thumbs .pic{
	height: 80px;
	width: 100%;
	margin-bottom: 20px;
	margin-top: 60px;
}
.index-content .box3 .gallery-thumbs li{
	background: transparent;
	padding-bottom: 40px;
	padding-top: 40px;
	transition: .5s;
}
.index-content .box3 .gallery-thumbs li:hover::before{
	height: 100%;
}
.index-content .box3 .gallery-thumbs li::before{
	content: "";
	bottom: 0;
	left: 0;
	background: #fff;
	height: 0;
	width: 100%;
	position: absolute;
	z-index: -1;
	transition: .3s;
}
.index-content .box3 .gallery-thumbs li:nth-of-type(1) .pic{
	background: url("../image/index-pro1-yellow.png") no-repeat center center;
	
}
.index-content .box3 .gallery-thumbs li:nth-of-type(2) .pic{
	background: url("../image/index-pro2.png") no-repeat center center;
}
.index-content .box3 .gallery-thumbs li:nth-of-type(3) .pic{
	background: url("../image/index-pro3.png") no-repeat center center;
}
.index-content .box3 .gallery-thumbs li:nth-of-type(4) .pic{
	background: url("../image/index-pro4.png") no-repeat center center;
}
.index-content .box3 .gallery-thumbs li:nth-of-type(5) .pic{
	background: url("../image/index-pro5.png") no-repeat center center;
}

.index-content .box3 .gallery-thumbs li:nth-of-type(1):hover  .pic{
	background: url("../image/index-pro1.png") no-repeat center center;
	
}
.index-content .box3 .gallery-thumbs li:nth-of-type(2):hover .pic{
	background: url("../image/index-pro2-yellow.png") no-repeat center center;

}
.index-content .box3 .gallery-thumbs li:nth-of-type(3):hover  .pic{
	background: url("../image/index-pro3-yellow.png") no-repeat center center;
}
.index-content .box3 .gallery-thumbs li:nth-of-type(4):hover .pic{
	background: url("../image/index-pro4-yellow.png") no-repeat center center;
}
.index-content .box3 .gallery-thumbs li:nth-of-type(5):hover  .pic{
	background: url("../image/index-pro5-yellow.png") no-repeat center center;
}

.index-content .box3 .gallery-thumbs li:hover p{
	color: #000;
}
.index-content .box4{
	background: url("../image/index-pic04.jpg") no-repeat center center;
	background-size: cover;
	padding: 8% 0;
	
}
.index-content .box4 .tit-en{
	text-transform: uppercase;
	text-align: center;
	color: #fff;
	font-size: 30px;
	 
	margin-bottom: 6px;
}

.index-content .box4 .tit-ch{
	text-align: center;
	font-size: 24px;
	color: #fff;
	margin-bottom: 4%;
}
.index-content .box4 .core5 ul{
	display: flex;
	justify-content: space-between;
}
.index-content .box4 .core5 li{
	background: rgba(24,40,134,0.8);
	border: #858585 1px solid;
	padding:5% 16px;
	margin-right: 1.25%;
	width:19%;
}
.index-content .box4 .core5 li:last-of-type{
	margin-right: 0;
}
.index-content .box4 .core5 li h3{
	text-align: center;
	margin-bottom: 30px;
	color: #fff;
	font-size: 60px;
	/*font-family:"BASKERVILLEMTSTD-REGULAR" ;*/
}


.index-content .box4 .core5 li p{
	text-align: center;
	
}
.index-content .box4 .core5 li .ch{
	color: #fff;
	margin-bottom: 24px;
}
.index-content .box4 .core5 li .en{
	position: relative;
	padding-bottom: 30px;
	font-size: 16px;
	text-transform: uppercase;
	color: #bbbbbb;
	 
}
.index-content .box4 .core5 li .en::before{
	content: "";
	background: #ababab;
	bottom: 0;
	left: 50%;
	transform: translateX(-10px);
	width: 20px;
	height: 2px;
	position: absolute;
}
.index-content .box5{
	padding: 8% 0;
}
.index-content .box5 .tit-en{
	text-transform: uppercase;
	text-align: center;
	color: #182886;
	font-size: 30px;
	 
}

.index-content .box5 .tit-ch{
	text-align: center;
	font-size: 24px;
	color: #182886;
	padding-bottom: 60px;
	position: relative;
	margin-bottom: 60px;
}
.index-content .box5 li:hover .pic img{
	transform: scale(1.1,1.1);
}
.index-content .box5 .tit-ch::before{
	content: "";
	width: 40px;
	height: 2px;
	background: #d5d5d5;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.index-content .box5 .pic{
	position: relative;
	padding-bottom: 140%;
	overflow: hidden;
}
.index-content .box5 .pic img{
	position: absolute;
	width: 100%;
	height:100% ;
	object-fit: cover;
	transition: .4s;
}
.index-content .box5 .more{
	background: url("../image/moreNews.png") no-repeat center center;
	width: 40px;
	height: 40px;
	display: block;
	margin: 0 auto;
	transition: .3s;
}
.index-content .box5 li:hover .more{
	background: url("../image/moreNews-a.png") no-repeat center center;
}
.index-content .box5 .max-w-12{
	padding: 0 4%;
}
.index-content .box5 .txt{
	width: 90%;
	padding:  10%;
	text-align: center;
	margin: 0 auto;
	transform: translateY(-40px);
	background: #fff;
}
.index-content .box5 .txt h3{
	font-size: 24px;
	 
	margin-bottom: 6%;
}
.index-content .box5 .txt p{
	color:#434144;
	font-size: 16px;
	margin-bottom: 4%;
}
.index-content .box5 li:hover .txt p{
	color:#182886;

}
.index-content .box5 .swiper-container{
	padding-bottom: 40px;

}
.index-content .box5 .swiper-button-next,
.index-content .box5  .swiper-button-prev{
	top: 100%;
	transform: translateY(-50%);
	color: transparent;
	width: 33.33%;
}
.index-content .box5  .swiper-pagination{
	border: 1px solid #d5d5d5;
	height: 44px;
	line-height: 44px;
	margin: 0 auto;
	bottom: 0;
	width: 33.33%;
    left: 50%;
	transform: translateX(-50%);
	z-index: 9;
}
.index-content .box5 .swiper-button-next{

	background: url("../image/indexNews-next.png") no-repeat center center;
	right: 0;
	border: 1px solid #d5d5d5;
	border-left: none;
	opacity: 1;
	z-index: 15;
}
.index-content .box5 .swiper-button-prev{

	background: url("../image/indexNews-prev.png") no-repeat center center;
	left: 0;
	border: 1px solid #d5d5d5;
	border-right: none;
	opacity: 1;
	z-index: 15;
}
.index-content .box5 .swiper-button-next:hover{
		background: url("../image/icon04.png") #182886 no-repeat center center;
}
.index-content .box5 .swiper-button-prev:hover{
	background: url("../image/icon03.png") #182886 no-repeat center center;
}
.index-content .box5 .swiper-button-next.swiper-button-disabled:hover{
	background: url("../image/icon04.png") #182886 no-repeat center center;
}
.index-content .box5 .swiper-button-prev.swiper-button-disabled:hover{
	background: url("../image/icon03.png") #cea04d no-repeat center center;
}
.header-pic{
	height: 600px;
	position: relative;
}
.header-pic>img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.header-pic .txt{
	position: absolute;
	top: 50%;
	left: 50%;
	text-align: center;
	padding-bottom: 50px;
	transform: translate(-50%,-50%);
}
.header-pic .txt::before{
	content: "";
	width: 40px;
	height: 2px;
	background: #d2d2d2;
	bottom: 0;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
}
.header-pic .txt h2{
	font-size: 30px;
	 
	color: #fff;
	text-transform: uppercase;
}
.header-pic .txt p{
	font-size: 24px;
	color: #fff;
}
/* 产品中心 */
.protducts{
	padding-bottom: 60%;
}
.protducts .full{
	height: 100%;
	position: relative;

}
 .protducts .swiper-slide>img{
	 position: absolute;
	object-fit: cover;
	width: 100%;
	height: 100%;
}
.product-type{
	margin: 60px auto;
}
.product-type .tit{
	background: #bbb;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 20px;
	height: 60px;
	border: 1px solid #d3d3d3;
}
.product-type .tit span{
	display: inline-block;
	padding-left: 30px;
	color: #626262;
	background: url("../image/icon-01.png") no-repeat left center;
}
.product-type .tit .more{
	display: inline-block;
	padding-right:20px ;
	background: url("../image/icon-02.png") no-repeat right center;
	color: #626262;
}
.product-type .type-detail{
	border: 1px solid #d3d3d3;
	border-top: none;
	height: 60px;
	padding: 0 40px;
	display: flex;
	align-items: center;
	color: #626262;
}
.product-type .type-detail ul{
	display: flex;
}
.product-type .type-detail b{
	margin-right: 60px;
}
.product-type .type-detail li{
	margin-right: 30px;
	position: relative;
}

.product-type .type-detail a{
	display: inline-block;
}
.product-type .type-detail li.active ::before{
	position: absolute;
	content: "";
	bottom: -10px;
	left: 50%;
	height: 4px;
	width: 30px;
	transform: translateX(-15px);
	background: #d1a657;
}
.product-type .type-detail li::before{
	position: absolute;
	content: "";
	bottom: -10px;
	left: 50%;
	height: 4px;
	width: 30px;
	transform: translateX(-15px);
	background: #d1a657;
	transition: .4s;
	opacity: 0;
}
.product-type .type-detail li:hover::before{
	opacity: 1;
}
.product-list>ul{display: flex;flex-wrap: wrap;}
.product-list>ul li{width: 32%;margin-right: 1.1%;margin-bottom: 40px;}
.product-list>ul li a{display: block;}
.product-list>ul li:nth-of-type(3n+3){margin-right: 0;}
.product-list>ul li .pic{padding-bottom:122% ;position: relative;margin-bottom: 30px;overflow: hidden;border: 1px solid #f5f5f5;transition: 0.5s;background: #fff;}
.product-list>ul li:hover .pic{transform: translateY(-10px);box-shadow: 0px 3px 10px #eee;}
/* .product-list>ul li:hover .pic img{transform: scale(1.1,1.1);} */
.product-list>ul li .pic img{transition: .5s;position: absolute;width: 94%;height: 94%;object-fit: contain;left: 3%;top:3%;}

.product-list>ul li .txt{text-align: center;}
.product-list>ul li:hover .txt h4{color: #182886;}
.product-list>ul li .txt h4{color: #797979;;font-size: 18px;margin-bottom: 10px;transition: .5s;}
.product-list>ul li .txt  p{color:#9d9d9d;font-size: 14px;}
/* 产品详情页 */
.product-banner{height: 820px;margin-top: 100px;}
.product-banner .arrow{position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);width: 1200px;height: 100%;z-index: 9;}
.product-banner .swiper-slide{height: 100%;}
.product-banner .swiper-slide img{width: 100%;height: 100%;object-fit: cover;}
.product-banner  .next-03{color: transparent;background: url("../image/icon04.png") no-repeat center center;right: 0;}
.product-banner  .prev-03{color: transparent;background: url("../image/icon03.png") no-repeat center center;left: 0;}
.product-banner .swiper-pagination-bullet{width: 50px;height: 4px;border-radius: 0;background: #fff;}
.product-banner .swiper-pagination-bullet-active{background:#cea04d;}
 
.product-view .box1>img{display: block;margin: 0 auto;margin-bottom: 30px;}
.product-view .box1{text-align: center;padding: 100px 0;}
.product-view .box1 h3{font-size: 30px;color: #000; text-transform: uppercase;}
.product-view .box1 h4{font-size: 24px;color: #000;padding-bottom: 48px;position: relative;}
.product-view .box1 h4::before{content: "";left: 50%;bottom: 0;width: 40px;height: 2px;background: #d5d5d5;position: absolute;transform: translateX(-50%);}
.product-view .box1 h5{font-size: 18px;color: #000;margin-bottom: 30px;}
.product-view .box1 p{color: #4e4e4e;font-size: 16px;padding: 0 12%;}
.product-view .box2{padding-top: 300px;background: url("../image/product-bg07.jpg") no-repeat top left;background-size: contain;}
.product-view .para{background: #fff;	}
.product-view .para .empty{display: inline-block;width: 32px;}
.product-view .para .para-content{display: flex;padding: 40px 0;border-bottom: 1px solid #e4e4e4;}
.product-view .para .tit{
	text-align: center;
	width: 60%;
	padding-top: 4%;
	/*padding-left: 4%;*/
	border-right: 1px solid #e4e4e4;
}
.product-view .para .tit img{
	display: block;
	margin:  0 auto;
}
.product-view .para .tit h3{
	font-size: 30px;
	 
	color: #000;
	text-transform: uppercase;
}
.product-view .para .tit h4{
	font-size: 24px;
	color: #000;
}
.product-view .para .para-list{
	width: 40%;
	padding: 10% 0  1%  8%;
}
.product-view .para .para-list li{
	margin-bottom: 10%;
	line-height: 40px;
}
.product-view .para .para-list li b{
	font-size: 20px;
}
.product-view .performance{
	padding: 8% 0;
}
.product-view .performance li{
	text-align: center;
}

.product-view .performance li img{
	display: block;
	margin: 0 auto;
	margin-bottom: 30px;
}
.product-view .performance h5{
	color: #4e4e4e;
	font-size: 16px;
	line-height: 1.5;
	margin-bottom: 20px;
}
.product-view .performance .txt{
	padding-bottom: 30px;
	position: relative;
}
.product-view .performance .txt::before{
	content: "";
	width: 20px;
	height: 2px;
	background: #bdbdbd;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.product-view .performance .txt b{
	font-size: 24px;
	color: #000;
}
.product-view .performance p{
	font-size: 14px;
	text-transform: uppercase;
	color: #888888;
	 
}
.product-view .product-details{
	background: #f8f8f8;
	padding: 6% 0;
}
.product-view .product-details .tit{
	text-align: center;
}
.product-view .product-details .tit h3{
	font-size: 30px;
	 
	color: #000;
	text-transform: uppercase;
}
.product-view .product-details .tit h4{
	font-size: 24px;
	color: #000;
	margin-bottom: 4%;
}
.product-view .product-details .deatail-content{
	padding:0  8%;
}
/* 工程案例 */
.product-type .tit ul{
	height: 100%;
	display: flex;
}
.product-type .tit li{
	height: 100%;
}
.product-type .tit li>a{
	display: inline-block;
	height: 100%;
	line-height: 60px;
	color: #626262;
	text-align: center;
	padding: 0 20px;
}
.case .tit{
	padding-right: 0;
}
/*.product-type .tit li.active>a{
	background: #182886;
	color: #fff;
}*/
.product-type .tit li a:hover{
	background: #182886;
	color: #fff;
}
/* GKI极凯 */
.lolands .public-tit{
	margin-bottom: 6%;
}
.lolands .public-tit h3,
.lolands .public-tit h4{
	color: #fff;
}
.lolands  .box1{

	background: url("../image/index-bg01.png") no-repeat left bottom;
	/*padding-bottom: 160px;*/
	background-size: contain;
}
.lolands  .box1 .max-w-14{
	background: #fff;
	padding: 160px 100px 80px 100px;
}
.lolands  .box1 .pic{
	width: 500px;
	/*height: 410px;*/
	margin: 20px 0 0 20px;
	position: relative;
	z-index: 3;
}
.lolands  .box1 .pic::before{
	content: "";
	left: -20px;
	top: -20px;
	width: 100%;
	height: 100%;
	border: #182886 1px solid;
	position: absolute;
	z-index: -1;
}
.lolands  .box1 .max-w-12{
	display: flex;
}
.lolands  .box1 .txt{
	flex: 1;
	padding-left: 80px;
}
.lolands  .box1 .txt h1{
	font-size: 30px;
	color: #182886;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.lolands  .box1 .txt h1 span{
	font-size: 48px;
	font-weight:bold;
	color: #182886;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.lolands  .box1 .txt>h2{
	padding-bottom: 8%;
	position: relative;
	font-size: 24px;
	color: #182886;
	margin-bottom: 8%;
}
.lolands  .box1 .txt>h2::before{
	content: "";
	width: 40px;
	height: 2px;
	background: #d5d5d5;
	left: 0;
	bottom: 0;
	position: absolute;
}
.lolands  .box1 .txt>h3{
	font-size: 18px;
	color: #aaa;
	line-height:130%;
	margin-bottom: 30px;
}
.lolands  .box1 .txt>p{
	color: #4e4e4e;
	text-align: justify;
	line-height: 1.8;
	margin-bottom: 13%;
}
.lolands  .box1 .txt>p span{
	color: #444;
	font-weight:bold;
}
.lolands  .box1 .txt  .more{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-bottom: 10%;
	border-bottom: 1px solid #d5d5d5;
}
.lolands  .box1 .txt  .more a{
	position: relative;
	z-index: 2;
	transition: .4s;
	 
	border: 1px solid #4e4e4e;
	font-size: 14px;
	width: 224px;
	height: 38px;
	line-height: 38px;
	display: block;
	text-transform: uppercase;
	padding-left: 20px;
	background: url("../image/more-1.png") no-repeat center right 26px;
}
.lolands  .box1 .txt  .more a span{
	position: absolute;
	width: 0;
	left: 0;
	top: 0;
	height: 100%;

	background: url("../image/icon-36.png") #cea04d no-repeat center right 26px;
	transition: .4s;
	z-index: -1;
}
.lolands  .box1 .txt  .more a:hover{
	color: #fff;
	border: 1px solid #fff;
	
}
.lolands  .box1 .txt  .more a:hover span{
	width:100% ;
	
}
.lolands  .box1 .txt  .more h3{
	font-size: 16px;
	color: #fff;
	padding: 10px;
	background-color: #182886;
}
.lolands  .box1 .txt  .more h3 b{
	font-size: 18px;
	
}
.lolands  .box1 .num li{
	flex: 1;
	
	
}
.lolands  .box1 .num{
	display: flex;
	border-top:1px solid #ccc;
	
}
.lolands  .box1 .num h3{
	padding-top:10px;
	text-align:center;
	 	color: #aaa;
	font-size: 48px;
}
.lolands  .box1 .num{
	text-align:center;
	color: #aaa;
	font-size: 14px;
	padding-top: 10%;
}
.lolands .box1 .max-w-14{
	padding: 100px 100px 160px 100px;
}

.lolands  .box1 .num li p{
	 	color: #aaa;
		text-align:center;
	
}
.lolands .box2{
	/* background: url("../images/lolands-bg1.jpg") no-repeat top center;
	background-size: contain; */
	padding-top: 60px;
	margin-bottom: 60px;
}

.lolands .box2 .public-tit{margin-bottom: 80px;display: none;}
.lolands .box2 .max-w-14{
	padding: 0 100px;
	background: #fff;
}
.lolands .box2 .max-w-14 ul{
	display: flex;
	justify-content: space-between;
}
.lolands .box2 .max-w-14 ul li{
	width: 32%;
	border: 1px solid #d5d5d5;
	padding:40px  30px;
}
.lolands .box2 .max-w-14 li span{
	color: #b9b9b9;
	font-size: 12px;
	text-align: center;
	display: block;
	text-transform: uppercase;
	margin-bottom: 12px;
	 
}

.lolands .box2 .max-w-14  #allmap{
	height: 500px;
	margin-bottom: 40px;
}
.lolands .box2 .max-w-14 li h3{
	font-size: 24px;
	color: #414141;
	text-align: center;
	font-weight: bold;
	 
	width: fit-content;
	margin: 0 auto;
	position: relative;
	margin-bottom: 30px;
}
.lolands .box2 .max-w-14 li h3::before,
.lolands .box2 .max-w-14 li h3::after{
	position: absolute;
	content: "";
	width: 60px;
	height: 1px;
	background: #d5d5d5;
	top: 50%;
}
.lolands .box2 .max-w-14 li h3::before{
	left: 50%;
	transform: translateX(-128px);
}
.lolands .box2 .max-w-14 li h3::after{
	right: 50%;
	transform: translateX(128px);
}
.lolands .box2 .public-tit h3,
.lolands .box2 .public-tit h4{color: #000;}
.lolands .box2 .max-w-14 li p{
	color: #4e4e4e;
	font-size: 16px;
	margin-bottom: 10px;
}
.lolands  .box3{
	background: url("../image/lolands-bg2.jpg") no-repeat center center;
	background-size: cover;
	padding: 8% 0;
}
.lolands  .box3 .public-tit{
	margin-bottom: 4%;
}

.lolands  .box3  .max-w-12{
	/* padding: 0 70px; */
	position: relative;
}
.lolands  .box3 .honor{
	width: 100%;
}
.lolands  .box3 .honor .pic{
	padding: 20px;
}
.lolands  .box3 .honor .pic img{
	margin: 0 auto;
	object-fit: contain;
	display: block;
}
.lolands  .box3 .honor .swiper-slide p{
	text-align: center;
	color: #fff;
	transition: 0.5s;
}
.lolands  .box3  .arrow{
	position: absolute;
	left: 50%;
	top: 50%;	
	transform: translate(-50%,-50%);
	z-index: 9;
	width: 1200px;
	height: 40px;
	max-width: 1200px;
	padding: 0;
}
.lolands  .box3  .swiper-button-prev{
	background: url("../image/icon03.png") no-repeat center center;
	color: transparent;
	left: 0;
}
.lolands  .box3  .swiper-button-disabled{
	opacity: 1;
	
}
.lolands  .box3  .swiper-button-next{
	background: url("../image/icon04.png") no-repeat center center;
	color: transparent;
	right: 0;
}
.lolands  .box3 .honor .swiper-slide a{
	display: block;
}
.lolands  .box3 .honor .swiper-slide a .pic{
	height: 250px;
	background: rgba(255,255,255,0.3);
	width: 80%;
	margin: 0 auto;
	position: relative;
	margin-bottom: 20px;
	transition: 0.5s;
	border: 1px solid #fff;
}
.lolands  .box3 .honor .swiper-slide a .pic:hover{
	border: 1px solid #cea04d;
}
.lolands  .box3 .honor .swiper-slide:hover p{
	color: #cea04d;
}
.lolands .box3 .honor .pic img{
	width: 90%;
    height: 90%;
	object-fit: contain;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
}
.lolands .box4{
	padding: 8% 0;
}
.lolands .box4 .public{
	color: #000;
}
.lolands .box4 .datetime{
	padding: 0 60px;
	position: relative;
}
.lolands .box4 .development {
	padding-bottom: 20px;
	margin-bottom: 60px;
}
.lolands .box4 .development .swiper-slide{
	text-align: center;
	border-bottom: 1px solid #c8c8c8;
	color: #424242;
	font-size: 24px;
	 
	padding-bottom: 20px;
	cursor: pointer;
}
.lolands .box4 .development .swiper-slide::before{
	content: "";
	width:10px ;
	height: 10px;
	border-radius: 50%;
	background: #cccccc;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%,5px);
}
.lolands .box4 .development  .swiper-slide-thumb-active {
	color: #cea04d;
}
.lolands .box4 .development .swiper-slide-thumb-active::before{
	background: #cea04d;
}
.lolands .box4 .swiper-button-prev{
	background: url("../image/icon13.png") no-repeat center center;
	color: transparent;
	width: 36px;
	top: 100%;
	transform: translateY(-50%);
	left: 0;
}
.lolands .box4 .swiper-button-next{
	background: url("../image/icon14.png") no-repeat center center;
	color: transparent;
	width: 36px;
	top: 100%;
	transform: translateY(-50%);
	right: 0;	
}
.lolands .box4 .development .swiper-slide-thumb-active {
	color: #cea04d;
}

.lolands .box4 .development2 .swiper-slide{
	background: #f8f8f8;
	display: flex;
	height: 380px;
}
.lolands .box4 .development2 .pic{
	padding-bottom: 30%;
	width: 50%;
	position: relative;
}
.lolands .box4 .development2 .pic img{
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lolands .box4 .development2 .txt{
	width: 50%;
	padding:  8%  40px 20px 40px;
	overflow: hidden;
}
.lolands .box4 .development2 .txt h3{
	color: #000;
	font-size: 24px;
	margin-bottom: 24px;
}
.lolands .box4 .development2 .txt h3 span{
	display: inline;
	font-size: 36px;
	 
}
.lolands .box4 .development2 .txt p{
	
	color: #666666;
}
.lolands .box4 .public-tit{
	margin-bottom: 6%;
}
.lolands .box4  .public-tit h3,
.lolands .box4  .public-tit h4{
	color: #000;
}
.lolands .box5{
	padding: 6% 0 8% 0;
	/* background: url("../images/video.jpg") no-repeat center top; */
	background-size:contain;
}
.lolands .box5 .public-tit{
	margin-bottom: 6%;
}
.lolands .box5 .max-w-14{
	background: #fff;
	padding-top: 6% ;
	position: relative;
}
.lolands .box5 .video-swiper{
	margin: 0 auto;
}
.lolands .box5 .video-box::before{
	content: "";
	background: url("../image/icon16.png") no-repeat center center;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	z-index: 5;
	opacity: 0;
	transition: .5s;
	transform: translate(-50%,0);
}
.lolands .box5 .video-box:hover::before{
	opacity: 1;
	transform: translate(-50%,-50%);
}
.lolands .box5  .video-box{
	padding-bottom: 75%;
	position: relative;
	background: #000;
	display: block;
	margin-bottom: 30px;
}
.lolands .box5 .video-box img{
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	z-index: 3;
	opacity: 1;
	transition: .5s;
}

.lolands .box5 .video-box:hover img{
	opacity: 0.5;
	
}
.lolands .box5 .video-box video{
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
	z-index: 4;
	opacity: 0;
}
.lolands .box5 .video-swiper .swiper-slide>p{
	text-align: center;
	font-weight: bold;
	font-size: 18px;
	color: #333333;
}
.lolands .box5 .video-swiper .swiper-slide:hover p{
	color:#cea04d ;
}
.lolands .box5 .max-w-14 .prev-v{
	background: url("../image/icon17.png") no-repeat center center;
	color: transparent;
}
.lolands .box5 .max-w-14 .next-v{
	background: url("../image/icon18.png") no-repeat center center;
	color: transparent;
}


/* GKI极凯门窗系统 */
.lolands-system{
	margin-top: 100px;
}
.lolands-system .box1 {display: flex;flex-wrap: wrap;align-items: flex-start;}
.lolands-system .box1 img{display: block;width: 48%;height: auto;}
.lolands-system .box1 .txt1{width: 52%;padding-top: 70px;}	
.lolands-system .box1 .txt2{width: 100%;margin-top: 30%;}	

.lolands-system .box1 .txt1{padding-left: 60px;/* padding-top: 1%; */}
.lolands-system .box1 .public-tit{color: #000;text-align: left;padding-bottom: 4%;position: relative;margin-bottom: 5%;}
.lolands-system .box1 .public-tit::before{content: "";left: 0;position: absolute;bottom: 0;width: 40px;height: 2px;background: #d5d5d5;}
.lolands-system .box1 .txt1 h5{font-size: 18px;margin-bottom: 4%;}
.lolands-system .box1 .txt1 p{font-size:16px;line-height: 2;}
.lolands-system .box1  .txt2 img{display: block;margin:  0 auto;margin-bottom: 20px;width: 60%;}

.lolands-system .box1  .txt2 p{font-size: 16px;color: #cea04d;text-align: center;}
.lolands-system .box1  .txt2 b{font-size: 18px;}
.lolands-system .box2 {background: url("../image/lolands-system03.jpg") no-repeat center top;background-size: 100% contain;padding-top: 8%;margin-bottom:130px ;} 
.lolands-system .box2 .public-tit{margin-bottom: 8%;	}
.lolands-system .box2 .public-tit h3,
.lolands-system .box2 .public-tit h4{color: #fff;}
.lolands-system .box2 .max-w-14{padding-top: 6%;background: #fff;}
.lolands-system .box2 .max-w-12>img{display: block;margin: 0 auto;margin-bottom: 20px;}
.lolands-system .box2 .max-w-12 h5{font-size: 18px;color: #000;text-align: center;margin-bottom:20px ;}
.lolands-system .box2 .max-w-12 p{font-size:16px;color: #4e4e4e;text-align: center;line-height: 1.5;margin-bottom: 30px;}
.lolands-system .box2 .max-w-12 p b{font-size:18px;color: #cea04d;}
.lolands-system .box3{background: url("../image/lolands-system05.jpg") no-repeat center center;background-size: cover;padding: 8% 0;}
.lolands-system .public-tit{margin-bottom: 8%;}
.lolands-system .box3 .public-tit h3,
.lolands-system .box3 .public-tit h4{color: #fff;}



.lolands-system .box3 .performance{display: flex;margin-bottom: 5%;}
.lolands-system .box3 .performance li{width:18%;text-align: center;margin-right: 2.5%;}
.lolands-system .box3 .performance li:last-of-type{margin-right: 0;}
.lolands-system .box3 .performance li img{display: block;margin: 0 auto;margin-bottom: 30px;}
.lolands-system .box3 .performance h5{color: #fff;font-size: 16px;line-height: 1.5;margin-bottom: 20px;}
.lolands-system .box3 .performance .txt{
	padding-bottom: 30px;
	position: relative;
}
.lolands-system .box3 .performance .txt::before{
	content: "";
	width: 20px;
	height: 2px;
	background: #bdbdbd;
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}
.lolands-system .box3 .performance .txt b{
	font-size: 24px;
	color: #fff;
}
.lolands-system .box3 .performance p{
	font-size: 14px;
	text-transform: uppercase;
	color: #adadad;
	 
}
.lolands-system .box3  h5{
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-bottom: 30px;
}
.lolands-system .box3  p{
	font-size: 16px;
	color: #fff;
	text-align: center;
	
}


.lolands-system .box4{
	padding: 8% 0;
	background: #f7f7f7;
}
.lolands-system .box4 .public-tit{
	margin-bottom: 2%;
	color: #000;
} 
.lolands-system .box4 .public-tit h4{
	margin-bottom: 2%;
}
.lolands-system .box4 h5{
	font-size: 18px;
	color: #000;
	text-align: center;
	margin-bottom: 6%;
}
.lolands-system .box4 .max-w-12{
	display: flex;
	justify-content: space-between;
}
.lolands-system .box4 li{
	width: 31%;
}
.lolands-system .box4 .pic{
	padding-bottom: 130%;
	position: relative;
}
.lolands-system .box4 .pic img{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	object-fit: cover;
	display: block;
}
.lolands-system .box4 .txt{
	background: #fff;
	padding: 6% 8%;
}
.lolands-system .box4 .txt h2{
	 
	font-size:60px ;
	color: #cea04d;
	text-align: center;
	margin-bottom:10px;
}
.lolands-system .box4 .txt p{
	font-size:16px ;
	color: #434144;
	text-align: center;
}
.lolands-system .box5{
	background: url("../image/lolands-system09.jpg") no-repeat center center;
	background-size: cover;
	padding: 8% 0;
}
.lolands-system .box5 .public-tit h3,
.lolands-system .box5 .public-tit h4{
	color: #fff;
}
.lolands-system .box5 ul{
	display: flex;
	justify-content: space-between;
	margin-bottom: 5%;
}
.lolands-system .box5 li{
	border:#858585 1px solid;
	background: rgba(0,0,0,0.2);
	width: 31%;
	padding: 4% 0;
}
.lolands-system .box5 li h3{
	font-size: 48px;
	color: #cea04d;
	 
	text-align: center;
	margin-bottom: 30px;
}
.lolands-system .box5 li span{
	 
	display: block;	
	width: 70px;
	height: 70px;
	border-radius: 50%;
	border: 1px solid #fff;
	margin: 0 auto;
	color: #fff;
	font-size: 24px;
	text-align: center;
	line-height: 70px;
}
.lolands-system .box5 h5{
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-bottom: 20px;
}
.lolands-system .box5>p{
	color: #fff;
	text-align: center;
	font-size: 16px;
}
.lolands-system .box5>p span{
	display: inline-block;
	margin-right: 30px;
	color: #fff;
	font-size: 16px;
}
.lolands-system .box6 {
	padding: 8% 0;
}
.lolands-system .box6 .public-tit h3,
.lolands-system .box6 .public-tit h4{
	color: #000;
}
.lolands-system .box6 .public-tit{
	margin-bottom: 2%;
}
.lolands-system .box6 h5{
	font-size: 18px;
	color: #000;
	text-align: center;
	margin-bottom: 10px;
}
.lolands-system .box6 p{
	color: #4e4e4e;
	text-align: center;
	margin-bottom: 40px;
}
.lolands-system .box6 .max-w-12>img{
	height: auto;
	display: block;
}
.lolands-system .box7{
	background: #f7f7f7;
	padding: 60px 0;
}
.lolands-system .box7 .max-w-12{
	display: flex;

}
.lolands-system .box7 .join-lolands{
	background: #fff;
	width: 63%;
	margin-right: 2%;
	padding: 4% 30px;
}
.join-lolands .position-select{
	width: 100%;
	display: flex;
}
.join-lolands .position-select select{
	background: #f5f5f5;
	height: 48px;
	width: 48%;
	margin-right: 4%;
	border: 1px solid #dcdcdc;
	padding:0 20px;
	margin-bottom: 30px;
	color: #757575;
}
.join-lolands .position-select select:last-of-type{
	margin-right:0;
}
.join-lolands .public-tit h3,
.join-lolands .public-tit h4{
	color: #000;
}
.join-lolands input{
	background: #f5f5f5;
	height: 48px;
	width: 48%;
	margin-right: 4%;
	border: 1px solid #dcdcdc;
	padding:0 20px;
	margin-bottom: 30px;
}
.join-lolands form{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.join-lolands form button{
	width: 170px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	border: none;
	margin-right: 20px;
	transition: 0.2s;
}
.join-lolands form button:hover{
	transform: translateY(-4px);
	box-shadow: 0 5px 6px #ccc;
}
 .join-lolands form button:nth-of-type(1){
	background: #182886;
}
.join-lolands form button:nth-of-type(2){
	background: #000;
}
 .join-lolands input:nth-of-type(5){
	margin-right: 0;
}
 .join-lolands input:nth-of-type(7){
	margin-right: 0;
}
 .join-lolands input:nth-of-type(8){
	margin-right: 0;
}
 .join-lolands textarea{
	width: 100%;
	height: 160px;
	border: 1px solid #dcdcdc;
	background: #f5f5f5;
	padding: 20px;
	margin-bottom: 20px;
}
.join-lolands p{
	color: #d93751;
	font-size: 14px;
	margin-bottom: 30px;
}
.lolands-system .box7 .latest-news{
	width: 35%;
	background: #000;
}
.lolands-system .box7 .latest-news .public-tit h3,
.lolands-system .box7 .latest-news .public-tit h4{
	color: #fff;
}
.lolands-system .box7 .latest-news{
	padding:4% 30px;
}
.lolands-system .box7 .latest-news ul{
	margin-bottom:10% ;
}
.lolands-system .box7 .latest-news li a{
	color: #c4c4c4;
	font-size: 14px;
	display: flex;
	border-bottom: 1px solid #404040;
	transition: .4s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	align-items: center;
	height: 100%;
}
.lolands-system .box7 .latest-news li a:hover{
	border-bottom: 1px solid #808080;
	color: #fff;
}
.lolands-system .box7 .latest-news li a span{
	display: inline-block;
	color: #c4c4c4;
	margin-right: 30px;
}
.lolands-system .box7 .latest-news p{
	font-size: 14px;
	color: #fff;
}
.lolands-system .box7 .latest-news p span{
	color: #cea04d;
	display: inline-block;
}
/* 品牌加盟优势 */
.brand-advantage {margin-top: 80px;}
.brand-advantage .box7{background: #fff;padding:0;}
.brand-advantage .box7 .join-lolands{border: 1px solid #dcdcdc;}
.brand-advantage .box1{background: url("../image/brand-advantage02.jpg") no-repeat center center;background-size: cover;padding: 80px 0;}
.brand-advantage .box1 .public-tit h3,
.brand-advantage .box1 .public-tit h4{color: #000;}
.brand-advantage .box1 .public-tit h4{margin-bottom: 30px;}
.brand-advantage .box1>p{text-align: center;color: #434144;font-size: 16px;margin-bottom:40px;}
.brand-advantage .box1 ul{display: flex;justify-content: space-between;}
.brand-advantage .box1 li{width: 32%;transition: 0.5s;}
.brand-advantage .box1 li:hover{box-shadow: 2px 3px 4px #ccc;}
.brand-advantage .box1 .pic{padding-bottom: 60%;position: relative;overflow: hidden;}
.brand-advantage .box1 li:hover .pic img{transform: scale(1.05,1.05);}
.brand-advantage .box1 .pic img{position: absolute;width: 100%;height: 100%;left:0 ;top: 0;display: block;object-fit: cover;transition: 1s;}
.brand-advantage .box1 .txt{background: #fff;text-align: center;padding: 14px 0;}
.brand-advantage .box1 .txt h5{font-size: 18px;color: #000;margin-bottom: 10px;}
.brand-advantage .box1 .txt p{font-size: 16px;color: #434144;}
.brand-advantage .box2{display: flex;justify-content: space-between;flex-wrap: wrap;padding: 80px 0;}
.brand-advantage .box2 .pic img{display: block;width:100% ;height: 100%;object-fit: cover;position: absolute;left: 0;top: 0;}
.brand-advantage .box2 .pic{width: 48%;padding-bottom: 34%;position: relative;overflow: hidden;margin-bottom: 40px;display: none;}
.brand-advantage .box2 .txt .public-tit{text-align: left;position: relative;margin-bottom: 4%;}
.brand-advantage .box2 .txt .public-tit::before{content: "";bottom: 0;left: 0;width: 40px;height: 1px;background: #d5d5d5;position: absolute;}
.brand-advantage .box2 .txt .public-tit h3,
.brand-advantage .box2 .txt .public-tit h4{color: #000;}
.brand-advantage .box2 .txt .public-tit h4{margin-bottom: 0;}
.brand-advantage .box2 .txt{width: 100%;padding-top: 10px;margin-bottom: 40px;}
.brand-advantage .box2 .txt h5{color: #000;font-size: 18px;margin-bottom: 20px;}
.brand-advantage .box2 .txt p{text-align: justify;color: #4e4e4e;font-size: 16px;}
.brand-advantage .box2 .changed{padding: 70px 0;width: 100%;background: url("../image/brand-advantage08.jpg") no-repeat center center;background-size: cover;}
.brand-advantage .box2 .changed .public-tit h3,
.brand-advantage .box2 .changed .public-tit h4{color: #fff;text-align: center	;}
.brand-advantage .box2 .changed .public-tit h4{margin-bottom: 20px;}
.brand-advantage .box2 .changed  p{font-size: 18px;color: #fff;text-align: center;}
.brand-advantage .box2 .changed  p b{font-size: 24px;color: #fff;}
.brand-advantage .box3{background: url("../image/brand-advantage09.jpg") no-repeat center center;background-size: cover;padding: 80px 0;}
.brand-advantage .box3 .join-lolands{background: #fff;padding:60px 30px;}
.brand-advantage .box3 .join-lolands .public-tit h3,
.brand-advantage .box3 .join-lolands .public-tit h4{text-align: left;}
.brand-advantage .box3 .join-lolands .pt{display: flex;justify-content: space-between;align-items: center;margin-bottom: 30px;}
.brand-advantage .box3 .join-lolands .position-select{width: 65.5%;display: none;}
.brand-advantage .box3 .join-lolands .position-select select{margin-right: 5%;width: 47.5%;}
.brand-advantage .box3 .join-lolands .position-select select:last-of-type{margin-right: 0;}
.brand-advantage .box3 .join-lolands .pt h5{color: #cea04d;font-size: 18px;}
.brand-advantage .box3 .join-lolands .pt h5 b{font-size: 24px;}
.brand-advantage .box3 .join-lolands .form-btn{display: flex;justify-content: space-between;width: 100%;align-items: center;}
.brand-advantage .box3 .join-lolands form input:nth-of-type(3n+3){margin-right: 0;}
.brand-advantage .box3 .join-lolands form input{width: 31%;margin-right: 3.5%;}
.brand-advantage .box3 .join-lolands form input[name=qq]{display: none;}
.brand-advantage .box3 .join-lolands .form-btn p{margin-bottom: 0;}
.brand-advantage .box4{padding:80px 0;}
.brand-advantage .box4 .public-tit h4{margin-bottom: 30px;}
.brand-advantage .box4 ul{display: flex;justify-content: space-between;}
.brand-advantage .box4  li{width: 32%;}
.brand-advantage .box4 .pic{padding-bottom: 60%;position: relative;}
.brand-advantage .box4 .pic img{position: absolute;object-fit: cover;left: 0;top: 0;width: 100%;height: 100%;display: block;}
.brand-advantage .box4 .txt{padding: 30px 0;text-align: center;border: 1px solid #dcdcdc;}
.brand-advantage .box4 .txt h5{font-size: 18px;color: #000;margin-bottom: 10px;}
.brand-advantage .box4 .txt p{color: #434144;font-size: 16px;}
.brand-advantage .box5{background: url("../image/brand-advantage13.jpg") no-repeat top center;background-size: 100% contain;padding: 60px 0 0 0;}
.brand-advantage .box5  .public-tit h3,
.brand-advantage .box5  .public-tit h4{color: #fff;}
.brand-advantage .box5  .public-tit h4{margin-bottom: 50px;}
.brand-advantage .box5 .max-w-14{background: #fff;padding-top:60px;text-align: center;}
.brand-advantage .box5 .max-w-14 .txt>img{display: block;margin: 0 auto;margin-bottom: 3%;}
.brand-advantage .box5 .max-w-14 h5{font-size: 18px;color: #000;margin-bottom: 30px;}
.brand-advantage .box5 .max-w-14 h6{font-size: 16px;color: #182886;margin-bottom: 6px;}
.brand-advantage .box5 .max-w-14 p{font-size: 16px;color: #4e4e4e;margin-bottom: 40px;}
.brand-advantage .box5 .showroom {background: url("../image/brand-advantage14.jpg") no-repeat center center;background-size: cover;margin-top:60px;padding: 60px 0;}
.brand-advantage .box5 .showroom h5{color: #fff;margin-bottom: 10px;font-weight: bold;}
.brand-advantage .box5 .showroom p{color: #fff;font-size: 16px;margin-bottom: 0;}
.brand-advantage .box6{background-size: cover;padding: 80px 0;color: #fff;text-align: center;}
.brand-advantage .box6 .public-tit h3,
.brand-advantage .box6 .public-tit h4{color: #000;}
.brand-advantage .box6 .public-tit h4{margin-bottom: 30px;}
.brand-advantage .box6>p{color: #000;line-height: 1.8;}
.brand-advantage .box8{display: flex;padding-bottom:60px;justify-content: space-between;}
.brand-advantage .box8 .pic{width: 48%;padding-bottom: 28%;position: relative;}
.brand-advantage .box8 .pic img{left: 20px;top: 20px;position: absolute;display: block;object-fit: cover;width: 100%;height: 100%;}
.brand-advantage .box8 .pic::before{width: 100%;height: 100%;content: "";left: 0;top: 0;position: absolute;border: 1px solid #182886;}
.brand-advantage .box8 .txt .public-tit{text-align: left;
}
.brand-advantage .box8 .txt .public-tit h3,
.brand-advantage .box8 .txt .public-tit h4{color: #000;}
.brand-advantage .box8 .public-tit{padding-bottom: 6%;position: relative;margin-bottom: 6%;}
.brand-advantage .box8 .public-tit::before{content: "";left: 0;bottom: 0;width: 40px;height: 2px;background: #d5d5d5;position: absolute;}
.brand-advantage .box8 .txt>p{color: #4e4e4e;font-size: 16px;line-height: 1.8;margin-bottom: 8%;}
.brand-advantage .box8 .txt h5{font-size: 16px;color: #182886;}
.brand-advantage .box8 .txt h5 b{font-size: 18px;}
.brand-advantage .box9{background: url("../image/brand-advantage17.jpg") no-repeat center center;background-size: cover;padding-top: 60px ;}
.brand-advantage .box9 .public-tit {text-align: center;}
.brand-advantage .box9 .public-tit h3,
.brand-advantage .box9 .public-tit h4{color: #fff;}
.brand-advantage .box9 .support-list{width: 100%;height: 98px;}
.brand-advantage .box9 .support-list ul{display: flex;height: 100%;color: #fff;text-align: center;align-items: center;}
.brand-advantage .box9 .support-b{width: 100%;border-top: 1px solid rgba(255,255,255,0.3);}
.brand-advantage .box9 .support-list  ul p{ color: #a0a0a0;text-transform: uppercase;font-size: 14px;margin-top: 12px;opacity: 0;transform: translateY(10px);transition: .5s;height: 0;}
.brand-advantage .box9 .support-list  ul li:hover{background: #182886;border-top: 2px solid #cea04d ;border-left: 1px solid rgba(255,255,255,0.3);border-right: 1px solid rgba(255,255,255,0.3);}
.brand-advantage .box9 .support-list  ul li:hover p{opacity: 1;transform: translateY(0);height: auto;}
.brand-advantage .box9 .support-list  li:hover p{opacity: 1;transform: translateY(0);}
.brand-advantage .box9 .support-list li{padding-top: 22px;transition:background 0.2s;}
.brand-advantage .box9 .support-list  li:hover span{display: none;}
.brand-advantage .box9 .support-list  li span{display: block;margin: 0 auto;width: 20px;height: 2px;background: #182886 ;margin-top: 6px;}

.brand-advantage .box9 .support-list li.swiper-slide-thumb-active{background: #182886;border-top: 2px solid #182886 ;border-left: 1px solid rgba(255,255,255,0.3);border-right: 1px solid rgba(255,255,255,0.3);}
.brand-advantage .box9 .support-list li.swiper-slide-thumb-active p{opacity: 1;transform: translateY(0);height: auto;}
.brand-advantage .box9 .support-list li.swiper-slide-thumb-active p{opacity: 1;transform: translateY(0);}
.brand-advantage .box9 .support-list li{padding-top: 22px;transition:background 0.2s;}
.brand-advantage .box9 .support-list li.swiper-slide-thumb-active span{display: none;}



.brand-advantage .box9 .support {margin-bottom: 60px;}
.brand-advantage .box9 .support .swiper-slide{text-align: center;}

.brand-advantage .box9 .support .swiper-slide p:nth-of-type(1){ font-size: 12px;color: #b9b9b9;text-transform: uppercase;}
.brand-advantage .box9 .support .swiper-slide p:nth-of-type(2){font-size: 16px;color: #d4d4d4;margin-bottom: 4%;}
.brand-advantage .box9 .support .swiper-slide h4{font-size: 16px;color: #fff;}
.brand-advantage .box9 .support .swiper-slide h4 b{font-size: 18px;}
.brand-advantage .box9 .support .swiper-slide h3{font-size: 24px;color: #fff;margin-bottom: 10px;}
.brand-advantage .box9 .support .swiper-button-prev{background: url("../image/index-arrow-l.png") no-repeat center center;color: transparent;width: 46px;}
.brand-advantage .box9 .support .swiper-button-next{background: url("../image/index-arrow-r.png") no-repeat center center;color: transparent;width: 46px;}
.brand-advantage .box10 {background: #fff;padding: 60px 0;}
.brand-advantage .box10 .join-lolands{background: #fff;border: 1px solid #dcdcdc;}
.brand-advantage .box1{padding: 60px 0;}
.brand-advantage .box11 li{width: 48%;}
.brand-advantage .box11 .pic{padding-bottom: 50%;}
.brand-advantage .box11 .public-tit h4{margin-bottom: 50px;}
.brand-advantage .box12 .pic{padding-bottom: 66%;}
.brand-advantage .box12 .txt{padding: 20px;text-align: left;}
.brand-advantage .box12 .txt p::before{content: "★";display: inline-block;color: #182886;margin-right:4px ;font-size: 16px;}
.brand-advantage .box13{background: url("../image/brand-advantage23.jpg") no-repeat center center;background-size: cover;padding: 60px 0;}
.brand-advantage .box13 .public-tit h3,
.brand-advantage .box13 .public-tit h4{color: #fff;}
.brand-advantage .box13 ul{display: flex;justify-content: space-between;}
.brand-advantage .box13 li{width: 12%;}
.brand-advantage .box13 li a{display: block;width: 100%;padding-bottom: 40px;background: url("../image/icon26.png") no-repeat center bottom;text-align: center;}

.brand-advantage .box13  li .pic{height: 64px;position: relative;margin: 0 auto;margin-bottom: 20px;transition: 0.5s;}
.brand-advantage .box13 li:hover .pic{transform: translateY(-10px);}
.brand-advantage .box13  li img{display: block;position: absolute;left: 50%;top: 50%;transform: translate(-50%,-50%);}
.brand-advantage .box13  li h5{font-size: 16px;font-weight: bold;color: #fff;line-height: 1.8;}
.brand-advantage .box13  li p{color: #adadad;font-size: 16px; }
.brand-advantage .box13  li p br{display: none;}
.brand-advantage2{margin-top: 0;background: #fff;}
.brand-advantage2 .box7{background: #fff;}
.brand-advantage2 .box7 .join-lolands{border: 1px solid #dcdcdc;}

/* 新闻中心 */

.news>ul{display: flex;flex-wrap: wrap;}
.news>ul li{width: 48%;margin-right: 4%;}
.news>ul li:nth-of-type(2n+2){margin-right: 0;}
.news>ul li a{display: block;width: 100%;}
.news>ul li .pic{padding-bottom: 75%;position: relative;overflow: hidden;}

.news>ul li .pic img{position: absolute;width: 100%;height: 100%;object-fit: cover;left: 0;top: 0;transition: 1s;}
.news>ul li .pic img:hover{transform: scale(1.05,1.05);}
.news>ul li .txt{text-align: center;background: url("../image/moreNews-a.png") #fff no-repeat center bottom;width: 90%;transform: translateY(-40px);margin: 0 auto;padding: 30px 12%  60px 12%;}

.news>ul li .txt h5{
	font-size: 24px;
	margin-bottom: 3%;
	color: #000000;
	 
}
.news>ul li .txt p{
	color: #434144;
	font-size: 16px;
	transition: .4s;
	margin-bottom: 10px;
}
.news>ul li:hover .txt p{
	color: #182886;
}
.wuliao .txt{
	background: #fff;
}
.wuliao >ul li .txt{
	background: #fff;
	padding-bottom: 30px;
}
.wuliao .txt .download{
	width: 200px;
	height: 40px;
	color: #343434;
	font-size: 14px;
	line-height: 40px;
	border: 1px solid #343434;
	transition: .5s;
	display: block;
	margin: 0 auto;
	text-align: left;
	padding:0 20px;
	background: url("../image/more-1.png") no-repeat right 20px center;
}
.wuliao ul li:hover  .download{
	color: #cea04d;
	border: 1px solid #cea04d;
	background: url("../image/icon-32.png") no-repeat right 15px center;
}
/* 新闻详情 */
.news-view{
	display: flex;
	padding:60px 0;
}
.news-view .txt{
	width: 100%;
	border: 1px solid #e4e4e4;
	margin-right: 50px;
	padding: 40px 40px 6% 40px;
}
.news-view .txt .tit {
	padding-bottom: 36px;
}
.news-view .txt .new-content{
	padding: 36px 0;
	border-bottom: 1px solid #d6d6d6;
	border-top: 1px solid #d6d6d6;
	font-size: 16px;
	color: #787878;
	margin-bottom: 36px;
	line-height: 40px;
}
.news-view .txt .tit h2{
	font-size: 30px;
	font-weight: bold;
	color: #434144;
	margin-bottom: 20px;
	text-align: center;
}
.news-view .txt .tit p{
	color: #787878;
	font-size: 16px;
	text-align: center;
}
.news-view .txt .page-new a{
	display: block;
	font-size: 16px;
	color: #536072;
	margin-bottom: 10px;

}
.news-view .txt .page-new  .back-btn{
	background: #182886;
	color: #fff;
	height: 40px;
	line-height: 40px;
	text-align: center;
	width: 150px;
	margin-left: 60px;
	position: relative;
	margin-top: 20px;
}
.news-view .txt .page-new  .back-btn::before{
	position: absolute;
	content: "";
	width: 60px;
	height: 40px;
	background: url("../image/icon27.png") #949494 no-repeat center center;
	display:block;
	left: -60px;
	top: 0;
}
.news-view .share-list{
	width: 150px;
}

.header-pic-02{
	height: 800px;
	width: 100%;
	position: relative;
}
.header-pic-02>img{
	width: 100%;
	height: 100%;
	display: block;
	object-fit: cover;
}
.header-pic-02 .txt{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	text-align: center;
}
.header-pic-02 .txt img{
	display: block;
	margin: 0 auto;
	margin-bottom: 4%;
}
.header-pic-02 .txt h1{
	font-size: 60px;
	color: #fff;
	margin-bottom: 20px;
}
.header-pic-02 .txt h1 i{
	display: inline-block;
	margin:0 30px;
	font-size: 40px;
	color: #fff;
	font-weight: 200;

}
.header-pic-02 .txt h2{
	font-size: 30px;
	color: #fff;
	position: relative;
	margin: 0 auto;
	width: fit-content;
	padding: 0 10px;
	margin-bottom: 20px;
}
.header-pic-02 .txt h2::before,
.header-pic-02 .txt h2::after{
	content: "";
	width: 100px;
	height: 1px;
	background: #fff;
	opacity: 0.5;
	position: absolute;
	top: 50%;

}
.header-pic-02 .txt h2::before{
	left: -100px;
}
.header-pic-02 .txt h2::after{
	right: -100px;
}
.header-pic-02 .txt h3{
	margin-bottom: 30px;
	color: #fff;
	font-size: 24px;
	padding: 20px 0;
	background: url("../image/icon28.png") no-repeat center center;
}
.header-pic-02 .txt h5{
	 
	font-size:14px ;
	color: #989898;
	text-transform: uppercase;
	letter-spacing: 12px;
	line-height: 1.8;
	margin-bottom: 30px;
}
.header-pic-02 .txt p{
	color: #cea04d;
	font-size: 18px;
	
}
.header-pic-02 .txt p b{
	font-size: 24px;
}




.cityList {
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-shadow: 0px 0px 10px #ccc;
}
.cityList-l {
	position: relative;
	width: 25%;
	height: 30px;
	margin-left: 30px;
	border: 1px solid #dcdcdc;
}
.cityList-l input {
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	padding: 0px 30px 0px 5px;
	border: none;
	outline: none;
	line-height: 28px;
	font-size: 18px;
	color: #d7d7d7;
	transition: .3s;
}
.cityList-l input:focus {box-shadow: 0px 0px 10px #ccc}
.cityList-l button {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 28px;
	height: 28px;
	border: none;
	outline: none;
	background: transparent;
	line-height: 28px;
	font-size: 18px;
	color: #d7d7d7;
	text-align: center;
	cursor: pointer;
}

.cityList-r {width: 56.8%}
.cityList-r form {
	display: inline-block;
	width: 32.33%;
}
.cityList-r form select {
	box-sizing: border-box;
	width: 100%;
	height: 60px;
	padding: 0px 15px;
	border: none;
	border-left: 1px solid #eee;
	outline: none;
	font-size: 1.4rem;
	color: #656565;
	cursor: pointer;
}

.networkMap {
	float: left;
	width: 66%;
}
.mapChose {
	float: right;
	box-sizing: border-box;
	width: 34%;
	height: 800px;
	overflow: hidden;
	padding: 0px 0 0px 10px;
}
.mapChose .swiper-slide {
	position: relative;
	height: 135px;
	padding-left: 70px;
	padding-top: 30px;
	border-bottom: 1px solid #eee;
	cursor: pointer;
	transition: .3s;
}
.mapChose .swiper-slide:hover,
.mapChose .swiper-slide.active {background: #fafafa}
.mapChose .swiper-slide i {
	position: absolute;
	top: 30px;
	left: 10px;
	width: 40px;
	height: 40px;
	border-radius: 5px;
	background: #e76f30;
	line-height: 40px;
	font-size:18px;
	color: #fff;
	text-align: center;
	font-style: normal;
}
.mapChose .swiper-slide h6 {
	height: 48px;
	overflow: hidden;
	margin: 0px;
	line-height: 24px;
	font-size: 18px;
	color: #2c2c2c;
}
.mapChose .swiper-slide p {
	max-height: 48px;
	overflow: hidden;
	line-height: 24px;
	font-size: 16px;
	color: #a4a4a4;
}
.mapChose .swiper-scrollbar {width: 10px}
.mapChose .swiper-scrollbar-drag {background: #e76f30}








 /* 后面添加部分+++++++++++++++++++++++++++++++++++++++++++++++++ */
 @keyframes shanfreshL {
	from { 
		transform: translateX(0)
	}
	to {
		transform: translateX(5px);
		transition: all 0.6s;
	}
}
@keyframes shanfreshR {
	from { 
		transform: translateX(0)
	}
	to {
		transform: translateX(-5px);
		transition: all 0.6s;
	}
}
 .index-content .box4 .core5 ul{
	 margin-bottom: 80px;
 }
 .join-now{
	 margin:0 auto;
	 display: block;
	 background: #fff;
	 position: relative;
	 width: 220px;
	 height: 38px;
	 line-height: 38px;
	 text-align: center;
	 text-transform: uppercase;
	 color: #343434;
	 font-size:14px ;
	  
	 transition: .5s;
 }
 .join-now:hover{
	background: #182886;
	color: #fff;
 }
 .join-now:hover::before{
	background:url("../image/icon-36.png") no-repeat  center center;
 }
 .join-now:hover::after{
	background:url("../image/icon-35.png") no-repeat  center center;
 }
 .join-now::before{
	 content: "";
	 background:url("../image/icon-34.png") no-repeat  center center;
	position: absolute;
	 width: 12px;
	 height: 100%;
	left: 20px;
	top: 0;
	z-index: 2;
	animation: shanfreshL 0.5s alternate infinite;
 }
 .join-now::after{
	content: "";
	background:url("../image/icon-33.png") no-repeat  center center;
   position: absolute;
	width: 12px;
	height: 100%;
   right: 20px;
   top: 0;
   z-index:2 ;
   animation: shanfreshR 0.5s alternate infinite;
}
 .index-content  .box2 .type ul li.swiper-slide-thumb-active{
	background: #182886;
	border-top: 2px solid #cea04d ;
	border-left: 1px solid rgba(255,255,255,0.3);
	border-right: 1px solid rgba(255,255,255,0.3);
}
.index-content  .box2 .type ul li.swiper-slide-thumb-active p{
	opacity: 1;
	transform: translateY(0);
	height: auto;
}
.index-content  .box2 .type li.swiper-slide-thumb-active p{
	opacity: 1;
	transform: translateY(0);
}
.index-content  .box2 .type li{
	padding-top: 22px;
	transition:background 0.2s;
}
.index-content  .box2 .type li.swiper-slide-thumb-active span{
	display: none;
}
.index-content .box3 .gallery-top .swiper-slide.swiper-slide-active .txt{
	transform: translate(-50%,0);
    opacity: 1;
}
.index-content .box3 .gallery-top .swiper-slide .txt{
	transform: translateX(-50%,40px);
	opacity: 0;
}
 .index-content .box2 .trrow{
	 height: 40px;
	 z-index: 10;
 }
 .index-content .box3 .trrow{
	 height: 40px;
	 bottom: 25%;
	 left: 50%;
	 transform: translateX(-50%);
 }

.index-content .box3 .gallery-thumbs li.swiper-slide-thumb-active::before{
	height: 100%;
}


.index-content .box3 .gallery-thumbs li:nth-of-type(1).swiper-slide-thumb-active  .pic{
	background: url("../image/index-pro1.png") no-repeat center center;
	
}
.index-content .box3 .gallery-thumbs li:nth-of-type(2).swiper-slide-thumb-active .pic{
	background: url("../image/index-pro2-yellow.png") no-repeat center center;

}
.index-content .box3 .gallery-thumbs li:nth-of-type(3).swiper-slide-thumb-active .pic{
	background: url("../image/index-pro3-yellow.png") no-repeat center center;
}
.index-content .box3 .gallery-thumbs li:nth-of-type(4).swiper-slide-thumb-active .pic{
	background: url("../image/index-pro4-yellow.png") no-repeat center center;
}
.index-content .box3 .gallery-thumbs li:nth-of-type(5).swiper-slide-thumb-active  .pic{
	background: url("../image/index-pro5-yellow.png") no-repeat center center;
}

.index-content .box3 .gallery-thumbs li.swiper-slide-thumb-active p{
	color: #000;
}
.index-content .box3 .gallery-thumbs li.swiper-slide-thumb-active h4{
	top: 40px;
	opacity: 1;
}
.top-h .logo{left: 12%;}
.top-h .logo a{display: block;}
.weixin-phone{position: relative;display: flex;align-items: center;width: 18%;justify-content: center;margin-top: -2%;}
.weixin-phone a {font-size: 24px;color: #888;font-weight: bold;display:block;margin-right: 10px;position: relative;}
.weixin-ph/*one::before{content: "";left: 0;top: 50%;transform: translateY(-50%);height: 12px;width: 1px;background: #cccccc;position: absolute;}*/
.weixin-phone  .index-weixin{background: url("../image/icon30.png") no-repeat center;position: relative;background-size: 22px;}
.weixin-phone .tianmao{margin-right: 20px;}
.weixin-phone a .pic{width: 100px;height: 100px;position: absolute;top:62px;left: 0;transform: scale(0,0); transition: .5s;z-index: 22;}
.weixin-phone .index-weixin img{display: block;width: 100%;height: 100%;object-fit: contain;}
.weixin-phone a:hover .pic{transform:scale(1,1);}
.weixin-phone  .index-phone{background: url("../image/icon29.png") no-repeat left center;background-size: 35px;padding-left: 40px;white-space: nowrap;}
.weixin-phone .douyin{background: url("../image/icon41.png") no-repeat center; background-size:22px;}
.weixin-phone .tianmao{background: url("../image/icon42.png") no-repeat  center;background-size: 22px;}
.top-h>nav{margin: 0;width: 1200px;margin-top: 100px;margin-left: 5%;}
.top-h{justify-content: center;display: flex;align-items: center;}
.map01{width: 100%;height: 500px;}
.lolands-system .box1 .pic{padding-bottom:71%;position: relative;width: 48%;	} 
.lolands-system .box1 .pic img{width: 100%;height: 100%;position: absolute;object-fit: contain;left: 0;top: 0;}
.join-lolands p{text-align: left;}
.lolands-system .box7 .latest-news li:first-of-type a{border-top: 1px solid #404040;}
.header-pic{margin-top: 100px;}
.header-pic-02{margin-top: 100px;}
.header-pic-02 .txt{width: 100%;}
.video-ceng{position: fixed;z-index: 99;background: rgba(0, 0, 0, 0.8);width: 100%;height: 100%;display: none;top: 0;left: 0;justify-content:center; align-items: center} 
.video-ceng .video_b{width: 800px;height: 500px;max-width: 800px;display: flex;justify-content: space-between;align-items: center;position: relative;}
.video-ceng .video_p{width: 100%;}
.close-video{display: block;position: absolute;right:-48px;top: 25px;width: 48px;height: 48px;background:url("../image/close.png") #000 no-repeat center center;background-size: 30px;}
.close-video:hover{background:url("../image/close.png") #cea04d no-repeat center center;}
.fenye{display: flex;justify-content: center;margin: 60px 0;}
.fenye ul{display: flex;align-items: center;}
.fenye li{margin-right: 6px;}
.fenye li a{height: 36px;line-height: 36px;padding: 0 15px;background: #cccccc;border-radius: 4px;display: block;}
.fenye li a:hover{background: #182886;color: #fff;}
.fenye select{width: 64px;padding-left: 16px;border-radius: 4px;}
.mapChose li i{background: #dd983a !important;}
.network-box{
	margin-bottom: 60px;
}

.mobile-nav-box{
	display: none;
}
.m_banner{
	display: none;
}
 .loading_bnt{
	width: 90%;
	height: 40px;
	background: #cea04d;
	
	margin: 10px auto;
	display: none;
}
.loading_bnt span{
	display: block;
	width: 100%;
	height: 100%;
	line-height: 40px;
	text-align: center;
	color: #fff;

}
.m_news{
	display: none !important;
}
.m_news li{
	margin-bottom: 20px;
}
.words{
	padding: 16px;
	background: #fff;
    border: 1px solid #ededed;
}
.words h5{
	font-size: 16px;
	color: #000;
	margin-bottom: 14px;
}
.words .bot{
	display: flex;
	justify-content: space-between;
}
.words .bot time{
	display: inline-block;
	font-size: 14px;
}
.words .bot .pro_ico{
	font-size: 14px;
}
/* 右边功能栏 */
.aside ul{z-index: 19; position: fixed; top:350px; right: 5px;}
.aside ul li{margin-top: 10px; position: relative; width: 70px; height: 70px;}
.aside ul li:nth-of-type(1){margin-top: 0;}
.aside ul li .fix_box{transition: 0.6s; width: 100%; height: 100%; border: 1px solid #f0f0f0; background: #fff;}
.aside ul li .fix_box>a{width: 100%; height: 100%; font-size: 12px; color: #aaa; display: flex; justify-content: center; flex-direction: column; align-items: center;}
.aside ul li i{transition: 0.6s; display: block; width: 34px; height: 34px; margin: 0 auto 5px; overflow: hidden;}
.aside ul li:nth-of-type(1) i{background: url("../image/aside_ico1_h.png") center no-repeat; background-size: contain;}
.aside ul li:nth-of-type(2) i{background: url("../image/aside_ico2_h.png") center no-repeat; background-size: contain;}
.aside ul li:nth-of-type(3) i{background: url("../image/aside_ico3_h.png") center no-repeat; background-size: contain;}
.aside ul li:nth-of-type(4) i{background: url("../image/aside_ico4_h.png") center no-repeat; background-size: contain;}
.aside ul li:nth-of-type(5) i{background: url("../image/aside_ico5_h.png") center no-repeat; background-size: contain;}
.aside ul li:hover:nth-of-type(1) i{background-image: url("../image/aside_ico1.png");}
.aside ul li:hover:nth-of-type(2) i{background-image: url("../image/aside_ico2.png");}
.aside ul li:hover:nth-of-type(3) i{background-image: url("../image/aside_ico3.png");}
.aside ul li:hover:nth-of-type(4) i{background-image: url("../image/aside_ico4.png");}
.aside ul li:hover:nth-of-type(5) i{background-image: url("../image/aside_ico5.png");}
.aside ul li .fix_tel{transform: scale(1,0); width: max-content; width: -webkit-max-content; width: -moz-max-content; width: -ms-max-content; width: -o-max-content; transition:all 0.6s;color: transparent; opacity: 0; pointer-events: none; position: absolute; right: 100%; top: 0; font-size: 14px; height: 70px; line-height: 24px; padding: 0 30px; border: 2px solid #182886; border-right: none; background: #fff;  display: flex; justify-content: center; flex-direction: column; align-items: center;}
.aside ul li .fix_erwei{transition: 0.6s; z-index: -1; transform: scale(0); position: absolute; right: 70px; top: 50%; margin-top: -60px; font-size: 14px; color: #fff; width: 130px; height: 120px; padding-right: 10px;}
.aside ul li .fix_erwei img{width: 100%; height: 100%; object-fit: contain;}
.aside ul li:hover .fix_box{border-color: #182886; background: #182886;}
.aside ul li:hover .fix_box>a{color: #fff;}
.aside ul li:hover .fix_tel{opacity: 1; pointer-events: auto;color: #434144;transform: scale(1,1); }
.aside ul li:hover .fix_erwei{transform: scale(1);}
.aside ul .go_top{display: none;}
.ind_tit figure{
	display: block;
    margin: 0 auto;
    max-width: 300px;
    width: 100%;
    text-align: center;
    overflow: hidden;
}
.ind_tit h4 span {
    position: relative;
    display: block;
    padding: 0 12px;
}
.ind_tit h4 span::after {
    z-index: -1;
    position: absolute;
    right: 100%;
    top: 50%;
    content: "";
    width: 150px;
    height: 1px;
    background: #bebebe;
}
.ind_tit h4 span::before {
    z-index: -1;
    position: absolute;
    left: 100%;
    top: 50%;
    content: "";
    width: 150px;
    height: 1px;
    background: #bebebe;
}
.ind_tit h3{
	font-size: 30px;
    color: #000;
	line-height: 100%;
	text-align: center;
}
.ind_tit h4 {
    margin-top: 15px;
    display: inline-block;
    font-size: 14px;
    font-family: "Arial";
    color: #787878;
    line-height: 100%;
    text-align: center;
    text-transform: uppercase;
}
.weixin-code2 img{
	display: block;
	position: absolute;
	right: 151%;
	transform: scale(0,0);
	opacity: 0;
	transition: 0.8s;
	top: 35px;
}
.weixin-code2{
	position: relative;
}
.weixin-code2:hover img{
	transform: scale(2,2);
	opacity: 1;
}
.search-box{
	display: none;
}
/* 在线留言 */
.design_box,
.design_box2{z-index: 999; position: fixed; left: 0; top: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.5); display: none; align-items: center; justify-content: center;}
.design_con,
.design_con2{position: fixed; background: #fff; display: flex; align-items: center; justify-content: center;}
.design_con .will_close,
.design_con2 .will_close{z-index: 99; display: block; position: absolute; left: 100%; top: 0; width: 58px; height: 58px; background: url("../image/close.png") #182886 center no-repeat; cursor: pointer;background-size: 32px; }
.design_form,
.design_form2{width: 100%; display: flex; align-items: stretch; justify-content: space-between;}
.design_left,
.design_left2{width: 820px; padding: 70px 40px;}
.design_left .content,
.design_left2 .content{margin-top: 40px; display: flex; align-items: stretch; justify-content: space-between;}
.design_left .content .design_pic,
.design_left2 .content .design_pic{display: block; position: relative; width: 42.973%; padding: 19% 0; height: 100%; overflow: hidden;}
.design_left .content .design_pic img,
.design_left2 .content .design_pic img{position: absolute; left: 0; top: 0; width: 100%; height: 100%; object-fit: cover;}
.design_left .content ul,
.design_left2 .content ul{width: 51.3514%; display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;}
.design_left .content ul li,
.design_left2 .content ul li{margin-top: 20px; width: 100%;}
.design_left .content ul li:nth-of-type(1),
.design_left2 .content ul li:nth-of-type(1){margin-right: 5.263%;}
.design_left .content ul li:nth-of-type(-n+2),
.design_left2 .content ul li:nth-of-type(-n+2){margin-top: 0; width: 47.3685%;}
.design_left .content ul li .text,
.design_left2 .content ul li .text{transition: 0.6s; font-size: 14px; color: #979797; width: 100%; height: 46px; padding: 0 14px; border: 1px solid #bebebe;}
.design_left .content ul li .text::-webkit-input-placeholder,
.design_left2 .content ul li .text::-webkit-input-placeholder{color: #979797;}
.design_left .content ul li .design_sex,
.design_left2 .content ul li .design_sex{background:#fff 90% center no-repeat; cursor: pointer;}
.design_left .content ul li .design_address,
.design_left2 .content ul li .design_address{display: flex; align-items: center; justify-content: space-between;}
.design_left .content ul li .design_address select,
.design_left2 .content ul li .design_address select{width: 47.3685% ; background: #fff 90% center no-repeat;  cursor: pointer;}
.design_left .content ul li input[type='text']:focus,
.design_left2 .content ul li input[type='text']:focus{border-color: #182886; box-shadow: 0 0 10px rgba(24,40,134,0.5);}
.design_left .content ul li .form_btn,
.design_left2 .content ul li .form_btn{transition: 0.6s; font-size: 16px; font-weight: bold; color: #fff; width: 100%; height: 58px; border: none; background: #182886; cursor: pointer;}
.design_left .content ul li .form_btn:hover,
.design_left2 .content ul li .form_btn:hover{background: #536072;}
.design_left .content ul li textarea{
	width: 100%;
	height: 60px;
	order: 1px solid #bebebe;
	padding: 14px;
	color: #979797;
}
.design_left .content ul li textarea::placeholder{
	font-size: 14px;
	color: #979797;
}


.index-content .box2::before{
	content: "";
	width: 100%;
	height: 1px;
	background:rgba(255,255,255,0.3) ;
	position: absolute;
	bottom: 98px;
	left: 0;
	z-index: 9;
}

.news-view .share-list{
	height: fit-content;
	padding: 20px;
	border: 1px solid #e8e8e8;
}

.share-list .bdsharebuttonbox a {
    clear: both !important;
    float: none !important;
    margin: 16px 0 0 0;
    width: 100px !important;
    height: 32px !important;
    line-height: 32px !important;
	padding-left: 40px;
	display: block;
}
.popup_qzone {
    background: url("../image/share03.png") no-repeat left center !important;
    background-size: contain;
    width: 32px;
    height: 32px !important;
}
.bds_weixin {
    background: url("../image/share01.png") no-repeat left center !important;
    background-size: contain;
    width: 32px;
    height: 32px !important;
}
.bds_tsina {
    background: url("../image/share02.png") no-repeat left center !important;
    background-size: contain;
    width: 32px;
    height: 32px !important;
}
.share-list>p{
	color: #7a7a7a;
	padding-bottom: 16px;
	border-bottom: 1px solid #e8e8e8;
	
}
.overf-body{
	overflow: hidden;
}

.m_pro{
	display: none !important;
}
.m_page_nav{
	display: none;
}
.page_nav_bd{background: #fff;display: none;}
.page_nav_bd li{width: 100%; padding: 11px 0; border: 1px solid #d3d3d3; border-top: none;}
.page_nav_bd li dl{display: flex; align-items: flex-start; justify-content: flex-start;}
.page_nav_bd li dl dt{padding: 0 44px; display: flex; align-items: center; justify-content: center;}
.page_nav_bd li dl dt span{display: block; min-width: 2em; position: relative; font-size: 16px; font-weight: bold; color: #626262; line-height: 100%; padding: 13px 0;}
.page_nav_bd li dl dt i{display: none; margin-left: 1%; font-size: 20px; color: #b3b3b3;}
.page_nav_bd li dl dd{display: flex; align-items: center; justify-content: flex-start; flex-wrap: wrap;}
.page_nav_bd li dl dd a{margin: 0 15px; display: block; font-size: 16px; color: #626262; line-height: 100%; padding: 10px 0; border-top: 3px solid transparent; border-bottom: 3px solid transparent;}
.page_nav_bd li dl dd a:hover,.page_nav_bd li dl dd a.active{border-bottom-color: #f8b62d;}

.m-pro-menu{
	display: none;
}

.content02{
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.swiper-pagination-pro{
	display: none;
	position: absolute;
	text-align: center;
}
.swiper-pagination-pro .swiper-pagination-bullet-active{
	background: #182886;
}
.index-content .box1 .pic01, .lolands .box1 .pic01{
	display: none;
}


.join-list1 {
    height: 440px;
    margin-bottom: 40px;
}





/* 二级导航 */
.nav2{background: rgba(24, 40, 134, 0.9);width: 100%;position: fixed;top: 150px;left: 0;z-index: 99;height: 0;opacity: 0;overflow: hidden;}
.nav2-content{display: flex;justify-content: space-between;align-items: center;padding: 60px 0;}
.top-h .nav01>li:hover .nav2{transition: 0s;height:auto;opacity: 1;}
.nav2-content li a{display: block;}
.nav2-content .l-slide{width: 50%;}
.nav2-content .public-tit{text-align: left;margin-bottom: 40px;}
.nav2-content .public-tit h3{color: #fff;}
.nav2-content .public-tit h4{color: #fff;}
.nav2-content .public-tit{padding-bottom: 30px;position: relative;}
.nav2-content .public-tit::before{content: "";width: 40px;height: 2px;position: absolute;bottom: 0;left: 0;background: #182886;}
.nav2-content .r-slide{padding-bottom: 300px;position: relative;width: 60%;overflow: hidden;}
.nav2-content .r-slide img{position: absolute;width: 100%;height: 100%;left: 0;top: 0;object-fit: cover; transition: 0.5s;}
.nav2-content .r-slide:hover img{transform: scale(1.05,1.05);}
.nav-list2{width: 100%;display: flex;flex-wrap: wrap;}
.nav-list2 li{width: 33.3%;background: url("../image/icon40.png") no-repeat center left;padding-left: 14px;margin-bottom: 24px;}
.nav-list2 li a{display: block;color: #c9c9c9;font-size: 16px;transition: 0.5s;}
.nav-list2 li a:hover{color:#8290e0;}



/* 人才招聘 */
.recruit{margin-bottom: 60px;}
.join dl{background-color: #000; margin-bottom: 0px;}
.join dd{float: left; width: 20%; text-align: center; font-size: 16px; line-height: 50px; color: #fff;}
.join li dl{margin-top: 0px; background-color: #fff; border-bottom: 1px solid #e9e9e9}
.join li dd{color: #5f5f5f; overflow: hidden; white-space: nowrap; text-overflow: ellipsis}
.join li.li_act dl{background-color: #cea04d;}	
.join li.li_act dd{color: #fff;}
.join li .words{padding: 30px 40px; background: #f3f3f3}
.join li .words1{border-bottom: 1px solid #b1b1b1; padding-bottom:20px; position: relative} 
.join li h5{font-size: 18px; line-height: 30px; color: #313232;}
.join li p{font-size: 14px; line-height: 30px; color: #5e5d5d;}
.join li .words1>div{float: left; width: 50%;}
.join li .words1 div:nth-of-type(2){padding-left: 30px;}
.join li .words1 div:nth-of-type(1){border-right: 1px solid #b1b1b1}
.join li h3{padding-left: 15px; position: relative; font-size: 14px; line-height: 100%; color: #5e5d5d; margin-top: 15px;}
.join li h3::before{background-color: #343434;width: 7px;height: 7px;top: 4px;left: 0px;position: absolute;content: '';border-radius: 4px;}
.join li .more{width: 130px;height: 40px;background-color: #cea04d;text-align: center;color: #fff;line-height: 40px;font-size: 16px;margin: 20px 0px 0px;;display: block;float: left;position: relative;padding-left: 20px;border-radius: 30px;transition: 0.2s;}
.join li .more::before{position: absolute;height: 28px;width: 28px;top: 50%;margin-top: -14px;left: 7px;background-color: #fff;border-radius: 50%;transition: 0.2s;content: '';}
.join li .more span{position: relative; z-index: 55;}
.join li .words{display: none}
.join .li_act i{transform: rotateX(180deg)}
.join li .words .bdsharebuttonboxpro{float: right; margin: 20px 0px 0px; padding-top: 0px; border: 0px;}
.join li .more:hover{color: #000; padding-left: 0px}
.join li .more:hover::before{width: 117px; border-radius: 20px; }
.bdsharebuttonboxpro {margin-top: 20px;padding-top: 20px; border-top: 1px solid #cccccc}
.bdsharebuttonboxpro a { float: none !important; vertical-align: middle; font-size: 16px !important; width: 31px !important; display: inline-block; height: 31px !important; background-position: unset !important; margin: 0 !important; padding: 0 !important; }
.bdsharebuttonboxpro .bds_more { width: auto !important; height: auto !important; background-image: none !important; }
.bdsharebuttonboxpro .bds_weixin { background-image: url("../image/share01.png") !important; }
.bdsharebuttonboxpro .bds_tsina {background-image: url("../image/share02.png") !important;}
.bdsharebuttonboxpro .bds_qzone { background-image: url("../image/share03.png") !important; }

/*=================公共头部样式           结束============================*/




/*=================首页样式              ===========================*/



/*=================首页样式           结束=============================*/




/*=================公共尾样式           开始===========================*/
footer{
	background: #182886;
}
.footer-h{
	padding: 0 0 2%;
	border-bottom:1px solid #fff;
	border-top:2px solid #ccc;
}
.footer-h>img{
	display: block;
	margin: 0 auto;
	margin-bottom: 20px;
}
footer .footer-h ul{
	display: flex;
	width: 80%;
	margin: 0 auto;
	justify-content: center;
}
footer .footer-h li{
	margin-right:6%;
	
}
footer .footer-h li:last-of-type{
	margin-right: 0;
}
footer .footer-h li a{
	color: #fff;
	font-size: 14px;
	display: inline-block;
}
footer .footer-h li a:hover{
	color: #8290e0;
}
footer .footer-m{
	/*color: #fff;*/
	font-size: 14px;
	padding: 1% 0;
	background-color: #fff;
}
footer .footer-m p{
	margin-bottom: 6px;
	text-align:right;
	margin-right:50px;
	color: #888;
}
footer .footer-m p a{
	font-size: 14px;
	display: inline-block;
}
footer .footer-f{
	background: #1b1b1b;
	height: 70px;
	line-height: 70px;
}
footer .footer-f p{
	font-weight: bold;
	font-size: 14px;
	color: #7d7c7d;
}
footer .footer-f a{
	color: #7d7c7d;
	display: inline-block;
	height: 100%;
	font-size: 14px;
	font-weight: normal;
	margin-right: 10px;
}

footer .footer-m p a:hover{
	font-size: 14px;
	display: inline-block;
	color: #182886;
} 
/*=================公共尾样式            结束=======================*/

/*=================部分公共样式            开始==========================*/
.wrapper {
	width: 100%;
	min-width: 320px;
	margin: auto;
	overflow: hidden;
}

.layout {
	box-sizing: border-box;
	width: 100%;
	max-width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (max-width: 1200px){.layout{padding-left: 15px; padding-right: 15px;}}

@media only screen and (max-width: 600px){
    footer .footer-m p{
   margin-left:20px;
        text-align: left;
}}
.clearfix::after{
	clear: both;
	content: '';
	width: 0px;
	height: 0px;
	overflow: hidden;
	display: block;
}
.ulclearfix ul::after{
	display: block;
	overflow: hidden;
	clear: both;
	width: 0px;
	height: 0px;
	content: '';
}

.liclearfix li::after{
	display: block;
	overflow: hidden;
	clear: both;
	width: 0px;
	height: 0px ;
	content: '';
}
body .swiper-container{overflow: hidden;}

/*=================部分公共样式            结束===================================*/






