.banner{
	position: relative;
	width: 100%;
}
.banner img{
	width: 100%;
	display: block;
}
.xia{
	width: 46px!important;
	height: 24px;
	display: block;
	position: absolute;
	bottom: 40px;
	left: 0;
	right: 0;
	margin: auto;
}
.header{
	z-index: 99999;
	position: fixed;
	top: 0;
	height: 96px;
	width: 100%;
}
.header_b{
	border-bottom: 1px solid #bfbfbf;
	top: 0;
	z-index: 99999;
	width: 100%;
	height: 96px;
	background: #fff;
}

.header_b .auto{
	display: flex;
    justify-content: space-between;
    align-items: center;
}
.header_b .nav li{
	position: relative;
	padding: 0 22px;
	color: #333;
	transition-duration: 0s;
}

.nav li:hover{
	color: #fff;
	border-radius: 5px;
    background: #142d7d;
}

.nav li:hover .items{
	color: #fff;
}

.nav li:hover .slide-nav{
	display: block;
}

.active .items{
	color: #142d7d;
}
.auto{
	width: 1200px;
	margin: auto;
}

.header .auto{
	display: flex;
    align-items: center;
    justify-content: space-between;
}

.logo{
	width: 220px;
}
.logo img{
	width: 100%;
	display: block;
}
.nav{
	color: #fff;
	text-align: center;
}
.nav li{
    position: relative;
    display: inline-block;
    font-size: 14px;
    color: #fff;
    line-height: 36px;
    padding: 0 20px;
}
.shu{

	width: 1px;
	height: 96px;
}
.lian{
	width: 207px;
	float: right;
}
.lian img{
	width: 100%;
	display: block;
}
.sy_product{
	padding: 100px 0 110px;
}
.sy_product_img{
	float: left;
	width: 600px;
	height: 600px;
	background-size: cover;
	background-position: 100% 100%;
}
.sy_product_img img{
	width: 100%;
	display: block;
}
.sy_product_txt{
	text-align: center;
	width: 500px;
	float: right;
}
.sy_product_txt h3{
	font-size: 40px;
	font-weight: bold;
	color: #020403;
	line-height: 60px;
	padding: 40px 0;
}
.sy_product_txt h4{
	font-size: 52px;
	color: #020403;
	line-height: 60px;
}
.tuijian_sy{
	padding-top: 76px;
}
.tuijian_sy span{
	display: block;
	font-size: 20px;
}
.tuijian_sy,.tuijian_sy *{
	font-size: 26px;
	color: #696969;
	line-height: 36px;
}
.product_more{
	margin-top: 116px;
	display: inline-block;
	color: #142d7d;
	text-transform: uppercase;
	font-size: 22px;
}
.sy_ding{
	width: 100%;
}

.box{
	margin: auto;
	padding: 300px 0 110px;
	width: 80%;
	height: 400px;
	position: relative;
}

.list{
	width: 100%;
	height: 90%;
	overflow: hidden;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
}

.btn{
	position: absolute;
	top: 54%;
	width: 60px;
	height: 100px;
	line-height: 100px;
	font-size: 30px;
	color: white;
	opacity: 1;
	z-index: 99999;
	text-decoration: none;
	text-align: center;
	cursor: pointer;
}
.next{
	right: 18%;
}
.prev{
	left: 15%;
}

.list ul li{
	color: #fff;
	padding: 3% 8%;
	box-sizing: border-box;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	list-style: none;
	opacity: 0;
	transition: all 0.3s ease-out;
	background: #142d7d!important;
	width: 68%;
	height: 400px;
}
@media screen and (max-width: 1680px) {
	.next{
		right: 16%;
	}
	.prev{
		left: 18%;
	}
}
@media screen and (max-width: 1600px) {
	.next{
		right: 19%;
	}
	.prev{
		left: 18%;
	}
	.list ul li{
		width: 64%;
	}
}
@media screen and (max-width: 1500px) {
	.next{
		right: 22%;
	}
	.prev{
		left: 21%;
	}
	.list ul li{
		width: 68%;
		height: 340px;
	}
	.box{
		width: 90%;
	}
}
@media screen and (max-width: 1400px) {
	.next{
		right: 16%;
	}
	.prev{
		left: 22%;
	}

}
@media screen and (max-width: 1300px) {
	.next{
		right: 26%;
	}
	.prev{
		left: 22%;
	}
	.list ul li{
		width: 56%;
	}
}
@media screen and (max-width: 1200px) {
	.next{
		right: 26%;
	}
	.prev{
		left: 22%;
	}
	.list ul li{
		width: 54%;
	}
}
.list ul li h3{
	font-size: 28px;
	line-height: 40px;
}
.list ul li h4{
	position: relative;
	font-size: 18px;
	line-height: 30px;
	text-transform: uppercase;
}
.list ul li h4:after{
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	bottom: -12px;
	margin: auto;
	width: 80px;
	height: 3px;
	background: #fff;
}
.list ul li p{
	font-size: 16px;
	line-height: 26px;
	padding-top: 30px;
}
.list_more{
	width: 120px;
	height: 40px;
	background: #fff;
	margin: auto;
	color: #142d7d;
	font-size: 14px;
	text-align: center;
	line-height: 40px;
	display: block;
	margin-top: 34px;
}
/* .list li img{
	width: 751px;
	height: 300px;
	border:none;
	float: left;
} */
.p1{
	transform:translate3d(-224px,0,0) scale(0.81);
}
.p2{
	transform:translate3d(0px,0,0) scale(0.81);
	transform-origin:0 50%;
	opacity: 0.8!important;
	z-index: 2;
}
.p3{
	transform:translate3d(224px,0,0) scale(1);
	z-index: 3;
	opacity: 1!important;
}
.p4{
	transform:translate3d(449px,0,0) scale(0.81);
	transform-origin:100% 50%;
	opacity: 0.8!important;
	z-index: 2;
}
.p5{
	transform:translate3d(672px,0,0) scale(0.81);
}
.p6{
	transform:translate3d(896px,0,0) scale(0.81);
}
.p7{
	transform:translate3d(1120px,0,0) scale(0.81);
}

.buttons{
	position: absolute;
	width: 1200px;
	height: 30px;
	bottom: 0;
	left: 50%;
	margin-left: -600px;
	text-align: center;
	padding-top: 10px;
}
.tiyan{
	width: 100%;
}
.tiyan img{
	width: 100%;
	display: block;
}
.us{
	padding: 150px 0;
}
.us_box{
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	width: 380px;
	padding: 0 50px;
}
.us_right{
	margin-right: 25px;
	float: right;
}
.us_left{
	margin-left: 25px;
	float: left;
}
.us_box h3{
	line-height: 50px;
	position: relative;
	font-size: 36px;
}
.us_box h3:after{
	position: absolute;
	content: "";
	bottom: -20px;
	width: 62px;
	height: 2px;
	background: #fff;
	left: 0;
	right: 0;
	margin: auto;
}
.us_box h4{
	line-height: 30px;
	font-size: 20px;
	padding-top: 40px;
	text-transform: uppercase;
}
.us_txt{
	min-height: 104px;
	font-size: 16px;
	line-height: 26px;
	padding-top: 20px;
}
.us_more{
	width: 124px;
	height: 42px;
	border: 2px solid #142d7d;
	text-transform: uppercase;
	color: #142d7d;
	font-size: 14px;
	text-align: center;
	line-height: 38px;
	display: block;
	margin: auto;
	margin-top: 60px;
}
.sy_txt{
	padding: 150px 0;
	color: #333;
	font-size: 18px;
	line-height: 30px;
	text-align: center;
}
.sy_anli{
	background: #fafafa;
	padding: 100px;
}
.sy_anli ul{
	max-width: 1650px;
	margin: auto;
}
.sy_anli li{
	position: relative;
	box-sizing: border-box;
	padding: 78px 16% 0;
	min-height: 336px;
}
.sy_anli li h3{
	text-transform: uppercase;
	font-size: 36px;
	line-height: 46px;
	color: #fff;
}
.sy_anli li h3 span{
    margin-right: 30px;
	display: inline-block;
	font-size: 20px;
	color: #fff;
	width: 158px;
	height: 46px;
	border-radius: 40px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 44px;
}
.sy_anli li h4{
	position: relative;
	padding-top: 50px;
	font-size: 16px;
	color: #fff;
	line-height: 26px;
}
.sy_anli li h4:before{
	position: absolute;
	content: "";
	left: 0;
	top: 20px;
	width: 74px;
	height: 3px;
	background: #fff;
}
.anli_more{
	width: 124px;
	height: 42px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 38px;
	color: #fff;
	font-size: 14px;
	text-transform: uppercase;
	display: block;
	margin-top: 40px;
}
@media screen and (max-width: 1650px) {
	.sy_anli{
		padding: 100px 0;
	}
}
.years{
	color: #fff;
	position: absolute;
	bottom: 26px;
	right: 40px;
}
.years h5{
	font-size: 66px;
	line-height: 76px;
}
.years h6{
	font-size: 22px;
	line-height: 30px;
	text-transform: uppercase;
}
.anli_li{
	padding-top: 20px;
	width: 384px;
}
.anli_li,.anli_li *{
	font-size: 14px;
	color: #fff;
	line-height: 24px;
}
.sy_anli li .h5 span{
	margin-right: 30px;
	display: inline-block;
	font-size: 18px;
	color: #fff;
	width: 158px;
	height: 46px;
	border-radius: 40px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 44px;
}
.sy_anli li .h5{
	margin-top: 24px;
	font-size: 30px;
	line-height: 46px;
	color: #fff;
	float: left;
}
.sy_news{
	padding: 90px 0 100px; 
}
.sy_title h3{
	font-size: 28px;
	color: #858484;
	line-height: 38px;
	float: left;
	text-transform: uppercase;
}
.news_more{
	margin-top: 20px;
	display: block;
	width: 168px;
	height: 50px;
	border-radius: 40px;
	background: #142d7d;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 50px;
	float: right;
}
.sy_news_li{
	padding-top: 60px;
	display: flex;
}
.sy_news_li li{
	margin-right: 20px;
	width: 385px;
	flex: 1;
	border: 1px solid #d4d2d4;
	box-sizing: border-box;
	padding: 10px;
}
.sy_news_li li:last-child{
	margin-right: 0;
}
.sy_news_li_img{
	width: 100%;
	height: 240px;
}
.sy_news_li_img img{
	width: 100%;
	height: 100%;
	display: block;
}
.sy_news_li_date{
	margin-top: 20px;
	font-size: 14px;
	color: #818181;
	width: 68px;
	height: 68px;
	box-sizing: border-box;
	border: 1px solid #142d7d;
	text-align: center;
}
.sy_news_li_date span{
	display: block;
	color: #142d7d;
	font-size: 36px;
}
.sy_news_li_txt h3{
	padding: 10px 0;
	font-size: 18px;
	color: #858484;
	line-height: 30px;
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.sy_news_li_txt .p{
	font-size: 14px;
	color: #858484;
	line-height: 24px;
	-webkit-line-clamp: 3!important;
	-webkit-box-orient: vertical!important;
	overflow: hidden!important;
	 text-overflow: ellipsis!important;
	display: -webkit-box!important;
}
.news_li_more{
	width: 124px;
	height: 42px;
	background: #142d7d;
	color: #fff;
	text-align: center;
	line-height: 42px;
	font-size: 14px;
	margin: auto;
	text-transform: uppercase;
	margin-top: 24px;
}
.footer{
	padding: 60px 0 104px;
	border-top: 1px solid #bfbfbf;
}
.footer_left{
	width: 294px;
	float: left;
}
.footer_left h3{
	position: relative;
	font-size: 16px;
	color: #858484;
	line-height: 30px;
	text-transform: uppercase;
	padding-bottom: 30px;
}
.footer_left h3:after{
	position: absolute;
	content: "";
	width: 62px;
	height: 1px;
	background: #eee;
	left: 0;
	bottom: 0;
}
.footer_left h4{
	padding-top: 30px;
	font-size: 36px;
	color: #858484;
	line-height: 50px;
}
.code{
	margin-top: 30px;
	width: 84px;
	height: 84px;
	display: block;
}
.footer_nav{
	color: #858484;
	width: 526px;
	float: left;
}
.footer_nav ul{
	float: left;
	margin-left: 40px;
}
.footer_nav ul:first-child{
	margin-left: 0;
}
.footer_nav ul li.li_title{
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 30px;
}
.footer_nav ul li{
	font-size: 14px;
	line-height: 24px;
	color: #858484;
}
.footer_right{
	width: 378px;
	float: left;
}
.footer_right,.footer_right *{
	font-size: 14px;
	color: #858484;
	line-height: 24px;
}
.banner_us{
	color: #142d7d;
	text-align: center;
	margin: 10px auto 0;
	padding: 222px 0 236px;
}
.banner_us h3{
	font-size: 40px;
	line-height: 50px;
}
.txt_us{
	text-align: center;
	color: #333;
	padding: 110px 0 92px;
}
.txt_us span{
	display: block;
	font-size: 30px;
	line-height: 50px;
}
.txt_us h3{
	font-size: 40px;
	line-height: 60px;
}
.content_us{
	padding: 70px 0 114px;
}
.content_us_left{
	padding-left: 30px;
	box-sizing: border-box;
	color: #333;
	float: left;
	width: 566px;
}
.content_us_title span{
	line-height: 24px;
	display: block;
	font-size: 20px;
}
.content_us_title{
	position: relative;
	padding-bottom: 20px;
	line-height: 34px;
	font-size: 28px;
}
.content_us_title:after{
	position: absolute;
	content: "";
	bottom: 0;
	width: 57px;
	height: 3px;
	background: #fff;
	left: 0;
}
.content_left_txt{
	padding-top: 30px;
}
.content_left_txt,.content_left_txt *{
	font-size: 16px;
	line-height: 50px;
	color: #171717;
}
.content_us_right{
	float: right;
	width: 630px;
}
.content_us_right .content_us_title{
	margin-left: 44px;
}
.form{
	padding: 44px 0 0 44px;
	box-sizing: border-box;
	border-left: 1px solid #fff;
}
.form h4{
	padding-bottom: 20px;
	font-size: 14px;
	line-height: 22px;
	color: #171717;
}
.form input{
	color: #142d7d;
	font-size: 14px;
	padding: 0 10px;
	margin-bottom: 10px;
	display: block;
	width: 388px;
	background: none;
	line-height: 44px;
	border: 1px solid #ffffff;
	box-sizing: border-box; 
}
.form textarea{
	color: #fff;
	padding: 10px;
	margin-bottom: 10px;
	resize: none;
	display: block;
	width: 552px;
	background: none;
	height: 126px;
	border: 1px solid #fff;
	box-sizing: border-box; 
}
.anniu{
	margin-top: 30px;
	width: 120px!important;
	height: 45px!important;
	background: #142d7d!important;
	font-size: 18px!important;
	text-align: center!important;
	line-height: 45px!important;
	color: #fff!important;
	border: none!important;
	cursor: pointer;
}
input::-webkit-input-placeholder{
	color: #fff;
}
textarea::-webkit-input-placeholder{
	color: #fff;
}
.about_more{
	width: 162px;
	height: 52px;
	border: 1px solid #142d7d;
	box-sizing: border-box;
	text-transform: uppercase;
	font-size: 24px;
	color: #142d7d;
	display: block;
	position: absolute;
	bottom: 20%;
	left: 0;
	right: 0;
	margin: auto;
	text-align: center;
	line-height: 50px;
}
.about_jj{
	padding: 80px 0 90px;
}
.about_jj_left{
	box-sizing: border-box;
}
.about_jj_left h3{
	padding-bottom: 35px;
	text-transform: uppercase;
	font-size: 30px;
	color: #171717;
	line-height: 40px;
}
.about_jj_left span{
	display: block;
	font-size: 24px;
	line-height: 30px;
}
.about_jj_right{
	margin-top: 28px;
	width: 540px;
	float: right;
}
.about_jj_right img{
	width: 100%;
	display: block;
}
.about_jj_txt{
	display: flex;
	justify-content: space-between;
}
.about_jj_txt section{
	flex: 1;
	text-align: justify;
}

.about_jj_txt img{
	margin-left: 35px;
}

.about_jj_txt,.about_jj_txt *{
	font-size: 14px;
	color: #999;
	line-height: 24px;
}
.about_jj_list ul{
	display: flex;
}
.about_jj_list li{
	flex: 1;
}
.about_jj_list{
	max-width: 1640px;
	margin: auto;
	box-sizing: border-box;
	padding: 44px 0 50px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.about_jj_list li{
	padding: 0 50px;
	box-sizing: border-box;
}
.about_jj_list li h3{
	font-size: 24px;
	color: #7d7d7d;
	line-height: 34px;
}
.about_jj_list li h4{
	margin-top: 20px;
	font-family: "Arial";
	font-weight: bold;
	font-size: 80px;
	color: #333;
	line-height: 90px;
}
.about_jj_list li span{
	font-family: "微软雅黑";
	font-weight: normal;
	font-size: 33px;
}
.about_jj_page{
	padding: 120px 0 100px;
}
.about_jj_page,.about_jj_page *{
	font-size: 16px;
	color: #999;
	line-height: 30px;
	text-align: center;
}
.about_jj_page img{
	margin: 56px auto;
	display: inline-block;
	max-width: 32%;
}
.about_course_list{
	width: 100%;
}
.about_course_list img{
	width: 100%;
	display: block;
}
.about_course_txt{
	background: #eee;
	padding: 110px 0 114px;
	text-align: center;
	font-size: 24px;
	line-height: 50px;
	color: #212121;
}
.about_course_txt span{
	display: block;
	font-size: 20px;
	line-height: 24px;
}
.about_base{
	text-align: center;
	color: #fff;
	margin: 60px auto;
	width: 100%;
	padding: 240px 0 270px;
}
.about_base h3{
	font-size: 36px;
	line-height: 150px;
}
.about_base span{
	font-size: 18px;
	line-height: 28px;
}
.about_base h4{
	width: 174px;
	height: 50px;
	background: #142d7d;
	border-radius: 40px;
	color: #fff;
	font-size: 24px;
	line-height: 50px;
	text-align: center;
	margin: 80px auto 0;
}
.products{
	padding: 50px 0 140px;
}
.place{
	width: 100%;
	text-align: right;
	color: #858484;
	font-size: 18px;
	line-height: 30px;
}
.title{
	width: 100%;
	text-transform: uppercase;
	font-size: 26px;
	color: #191919;
	line-height: 40px;
	text-align: left;
}
.products_li{
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}
.products_li li{
	position: relative;
	margin: 0 30px 30px 0;
	display: inline-block;
	flex: 1;
	max-width: 380px;
	min-width: 380px;
}
.products_li li:nth-child(3n){
	margin-right: 0;
}
.products_li li img{
	width: 100%;
	height: 380px;
	display: block;
}
.products_li li h4{
	text-transform: uppercase;
	position: absolute;
	bottom: 0;
	padding: 20px;
	box-sizing: border-box;
	width: 100%;
	color: #fff;
	font-size: 22px;
	line-height: 32px;
}
.products_li li span{
	display: block;
}
.bj{
	display: none;                             
	justify-content: center;
	align-items: center;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: #142d7d;
	color: #fff;
}
.bj h5{
	position: relative;
	text-align: center;
	text-transform: uppercase;
	font-size: 22px;
	line-height: 32px;
	padding-bottom: 40px;
}
.bj h5:after{
	position: absolute;
	content: "";
	height: 1px;
	width: 60%;
	background: #fff;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.bj span{
	text-align: center;
	display: block;
}
/* .bj a{
	display: block;
	width: 100%;
} */
.products_more{
	width: 100px;
	height: 35px;
	border: 2px solid #fff;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	line-height: 33px;
	font-size: 14px;
	margin: 100px auto 0;
	display: block;
}
.products_li li:hover .bj{
	display: flex;
}
.bj_ms{
	text-align: center;
	padding: 40px 20px 0;
}
.bj_ms p{
	display: inline-block;
    width: 100px;
    background: #fff;
    border-radius: 20px;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    color: #142d7d;
	margin-bottom:15px;
}
.about_honor_content{
	padding: 70px 0 40px;
	border: 1px dashed #5bb3bf;
	margin: 50px auto ;
	max-width: 1480px;
}
#certify .swiper-container{
	width: 90%;
	margin: auto;
}
#certify {
	position: relative;
	width: 1200px;
	margin: 0 auto
}

#certify .qqq {
	padding-bottom: 90px;
	width: 90%!important;
}

#certify  .aaaa {
	width: 350px;
}
#certify  .aaaa img{
	display:block;
	width: 100%;
	height: 100%;
}
#certify .ccc {
	width: 100%;
	bottom: 20px;
}

.ccc .swiper-pagination-bullet{
	width: 15px!important;
	height: 5px!important;
	background: #a0a0a0!important;
	opacity: 1!important;
	border-radius: 4px!important;
	margin: 0px 5px!important;

}
.ccc .swiper-pagination-bullet-active{
	width: 15px!important;
	height: 5px!important;
	background: #ff0000!important;
	opacity: 1!important;
	border-radius: 4px!important;
	margin: 0px 5px!important;
}
.about_honor{
	text-align: center;
	width: 100%;
	padding: 70px 0 50px;
	background: #535353;
}
.about_honor h3{
	padding-bottom: 50px;
	text-transform: uppercase;
	color: #fff;
	font-size: 42px;
	line-height: 50px;
}
.about_honor h3 span{
	line-height: 40px;
	display: block;
	font-size: 28px;
}
.about_honor_title{
	background: rgba(92,193,207,0.3);
	height: 120px;
	text-align: center;
	padding: 16px 0;
	box-sizing: border-box;
}

.quan{
	cursor: pointer;
	margin: 0 50px;
	text-align: center;
	font-size: 26px;
	color: #fff;
	line-height: 82px;
	display: inline-block;
	width: 88px;
	height: 88px;
	background: #5bb3bf;
	border: 2px solid #fff;
	box-sizing: border-box;
	border-radius: 100%;
}
.on{
	cursor: pointer;
	margin: 0 50px;
	text-align: center;
	font-size: 26px;
	color: #5bb3bf;
	line-height: 82px;
	display: inline-block;
	width: 88px;
	height: 88px;
	background: #fff;
	border: 2px solid #fff;
	box-sizing: border-box;
	border-radius: 100%;
}
.ccc .swiper-pagination-bullet{
      width:38px!important;
      height: 38px!important;
      background: url(../images/dian_19.png)no-repeat center!important;
      border-radius: 100%!important;
      display: inline-block!important;
      margin: 0 20px!important;
      opacity: 1!important;
}
.ccc .swiper-pagination-bullet-active{
      opacity: 1!important;
      background: url(../images/dianf_19.png)no-repeat center!important;
}
.ccc{
	display: block!important;
      bottom: 10px;
      text-align: center!important;
      right: 0!important;
      margin: 0 5px;
}
.qqq_prev,.qqq_next{
	top: 54%!important;
    background: none!important;
}
.qqq_prev{
      left: 56px;
}
.qqq_next{
      right: 98px;
}
.qqq_prev img,.qqq_next img{
      width: 18px;
      height: 36px;
}
.design{
	padding: 50px 0 100px;
}
.design_title{
	width: 1200px;
	margin: auto;
}
.design_title ul{
	text-align: center;
}
.design_title li{
	cursor: pointer;
	display: inline-block;
	margin: 0 70px;
}
.design_thumb{
	width: 50px;
	height: 50px;
	position: relative;
	float: left;
}
.design_thumb img{
	position: absolute;
	top: 0;
	left: 0;
	height: 50px;
	width: 50px;
}
.lan{
	display: none;
}
.design_title li p{
	border-bottom: 2px solid #dcdcdc;
	padding: 0 5px;
	margin-left: 5px;
	line-height: 50px;
	font-size: 20px;
	color: #666;
	float: left;
	display: block;
}
.oo p{
	border-bottom: 0!important;
	color: #142d7d!important;
}
.oo{
	border-bottom: 2px solid #142d7d;
}
.oo .lan{
	display: block;
}
.oo .hei{
	display: none;
}
.design_list ul{
	display: flex;
	flex-wrap: wrap;
}
.design_list li{
	background: #eee;
	text-align: center;
	flex: 1;
	max-width: 200px;
	min-width: 200px;
	margin: 50px 10px 20px 20px; 
}
.design_list li img{
	width: 100%;
	height: 393px;
	display: block;
}
.design_list li:nth-child(2n){
	margin-right: 0;
}
.design_list li h3{
	font-size: 24px;
	color: #191919;
	margin-top: 32px;
}
.design_list li p{
	margin: 24px auto 32px;
	width: 140px;
	height: 40px;
	background: #142d7d;
	color: #fff;
	font-size: 20px;
	text-align: center;
	line-height: 40px;
	text-transform: uppercase;
}
#pages {
	text-align: -webkit-center;
	font-size: 14px;
	height: 30px;
	margin:50px auto 0;
	color: #142d7d;
}
#pages a { 
	margin:0 5px;
	display:inline-block;
	height:30px; 
	line-height:30px;
	background:#fff;
    border:1px solid #e3e3e3;
	text-align:center;
	color:#142d7d; 
	padding:0 10px;
}
#pages a.a1 { 
	padding:0 10px;
}
#pages a:hover { 
	background:#142d7d; 
	color:#fff; 
	border: 1px solid #142d7d;
	text-decoration:none 
}
#pages span { 
	margin: 0 5px;
	display:inline-block; 
	height:30px; 
	line-height:30px; 
	background:#142d7d; 
	border:1px solid #142d7d; 
	color:#fff; 
	text-align:center;
	padding:0 10px;
}
.page .noPage { 
	display:inline-block; 
	width:48px; 
	height:30px; 
	line-height:30px; 
	border:1px solid #e3e3e3; 
	text-align:center; 
	color:#a4a4a4; 
}
.content{
	padding: 110px 168px 130px;
}
.content h4{
	font-size: 36px;
	color: #333;
	line-height: 50px;
	text-align: center;
}
.content_txt{
	padding-top: 20px;
}
.content_txt,.content_txt *{
	text-align: justify;
	color: #949494;
	font-size: 16px;
	line-height: 30px;
}
.content_txt img{
	display: block;
	max-width: 100%;
	height: auto!important;
	margin: 30px auto;
}
.live_list ul{
	display: flex;
	flex-wrap: wrap;
}
.live_list li{
	text-align: center;
	flex: 1;
	max-width: 588px;
	min-width: 588px;
	margin: 50px 24px 0 0; 
}
.live_list li img{
	width: 100%;
	height: 395px;
	display: block;
}
.live_list li:nth-child(2n){
	margin-right: 0;
}
.live_list h3{
	padding: 0 10px;
	line-height: 64px;
	
	font-size: 24px;
	color: #353535;
}
.news li img{
	width: 680px;
	display: block;
	float: left;
}
.news_txt{
	padding: 40px 0 0 58px;
	box-sizing: border-box;
	width: 520px;
	float: right;
}
.date{
	text-align: center;
	font-size: 50px;
	color: #142d7d;
	width: 80px;
	height: 100px;
	border: 1px solid #142d7d;
}
.date span{
	line-height: 24px;
	color: #818181;
	font-size: 16px;
	display: block;
}
.news ul{
	margin-top: 70px;
}
.news li{
	margin-bottom: 50px;
}
.news li h4 {
    font-size: 24px;
    color: #858484;
    line-height: 40px;
    padding: 20px 0;
}
.news li h5{
	text-align: justify;
	font-size: 14px;
	color: #8c8c8c;
	line-height: 26px;
}
.products_title{
	padding-top: 50px;
	line-height: 60px;
	text-align: center;
	font-size: 48px;
	font-weight: bold;
}
.products_text{
	padding-top: 30px;
}
.products_text,.products_text *{
	text-align: center;
	font-size: 18px;
	color: #969696;
	line-height: 30px;
}
.products_text span{
	display: block;
	color: #232323;
	font-size: 22px;
	line-height: 40px;
	padding: 10px 0;
}
.products_text img{
	display: block;
	margin: 60px auto;
	max-width: 100%;
	height: auto!important;
}
.products_list ul{
	display: flex;
	flex-wrap: wrap;
}
.products_list li{
	flex: 1;
	margin: 0 70px 30px 0;
	max-width: 180px;
	min-width: 180px;
	display: inline-block;
}
.products_list li:nth-child(5n){
	margin-right: 0;
}
.products_list li img{
	width: 180px;
	display: block;
}
.products_list h5{
	font-size: 24px;
	text-align: center;
	color: #1c3244;
	line-height: 40px;
	margin-bottom: 40px;
	text-transform: uppercase;
}
.products_list li h6{
	color: #333;
	font-size: 18px;
	font-weight: bold;
	line-height: 26px;
}
.products_list li p{
	color: #1c3244;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
}
.banner_show{
	width: 100%;
	position: relative;
	height: 100%;
	display: flex;                             
	justify-content: center;
	align-items: center;
}
.banner_show img{
	width: 100%;
	display: block;
}
.banner_show p{
	text-align: center;
	position: absolute;
	color: #fff;
	font-size: 36px;
	line-height: 50px;
}
.banner_show span{
	display: block;
}
.products_show h3{
	position: relative;
	padding: 100px 0 70px;
	color: #333;
	font-size: 22px;
	color: #222;
	line-height: 30px;
	text-align: center;
}
.products_show span{
	display: block;
}
.products_show h3:after{
	width: 466px;
	height: 2px;
	background: #eee;
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
.products_show_more{
	display: block;
	text-transform: uppercase;
	color: #fff;
	width: 208px;
	height: 53px;
	background: #142d7d;
	border-radius: 40px;
	font-size: 22px;
	line-height: 53px;
	text-align: center;
	margin: 50px auto 110px;
}
.products_show_img{
	text-align: center;
}
.products_show_img img{
	display: inline-block;
	max-width: 15%;
	min-width: 15%;
	margin: 0 19px 0 0;
}
.products_show_img img:nth-child(6n){
	margin-right: 0;
}
.pp{
	text-align: center;
	color: #343434;
	font-size: 26px;
	line-height: 40px;
	padding: 20px 0;
}
.products_show_quan img{
	max-width: 100%;
	height: auto!important;
	display: block;
	margin: 60px auto;
}
.banner_stores{
/* 	margin-top: 14px; */
	width: 100%;
}
.banner_stores img{
	display: block;
	width: 100%;
}
.service{
	max-width: 1688px;
	margin: 60px auto;
	border-top: 1px solid #eee;
}
.service ul{
	text-align: center;
}
.service li{
	margin-right: 70px;
	display: inline-block;
}
.service li:last-child{
	margin-right: 0;
}
.service li img{
	width: 150px;
	height: 150px;
	display: block;
	margin: 0 auto 10px;
}
.service li p{
	font-size: 24px;
	color: #202020;
	line-height: 30px;
}
.service li p span{
	font-size: 16px;
	display: block;
}
.tiyan{
	width: 100%;
}
.tiyan img{
	width: 100%;
	display: block;
}
.stores_tiyan{
	background: #eee;
	padding: 90px 0 60px;
}
.stores_img{
	width: 100%;
	display: block;
}
.stores_qie{
	background: #fff;
	padding: 64px 88px 0;
	box-sizing: border-box;
}
.stores_title{
	width: 550px;
	float: left;
}
.stores_qie form{
	box-sizing: border-box;
	padding-right: 20px;
	height: 50px;
	width: 430px;
	float: right;
	line-height: 50px;
	background: #ebebeb;
	border-radius: 6px;
}
.text{
	color: #505050;
	font-size: 18px;
	padding-left: 10px;
	line-height: 50px;
	border: none;
	background: none;
	width: 360px;
	float: left;
}
input::-webkit-input-placeholder{
	color: #505050;
}
.submit{
	float: right;
	border: none;
	background: url(../images/fang.png)no-repeat center!important;
	width: 30px;
	height: 50px;
	background-size: 100% 100%;
}
.stores_title{
	border-bottom: 1px solid #bfbfbf;
	text-align: center;
}
.stores_title li{
	cursor: pointer;
	margin: 0 60px;
	display: inline-block;
}
.stores_title li img{
	display: block;
	float: left;
	width: 50px;
	height: 50px;
}
.stores_title li p{
	float: left;
	line-height: 50px;
	color: #142d7d;
	font-size: 24px;
}
.p{
	position: relative;
}
.stores_title li .p:after{
	right: -66px;
    top: 14px;
    position: absolute;
    content: "";
    height: 20px;
    width: 1px;
    background: #bfbfbf;
}
.o{
	position: relative;
}
.o:after{
	left: 50px;
    bottom: -6px;
    position: absolute;
    content: "";
    height: 3px;
    width: 45px;
    background: #142d7d;
}
.stores_content{
	display: flex;
	flex-wrap: wrap;
}
.stores_content_li{
	margin: 30px 0;
	flex: 1;
	min-width: 50%;
	max-width: 50%;
}
.stores_content_li h6{
	font-size: 20px;
	color: #142d7d;
	line-height: 40px;
	font-weight: bold;
}
.stores_txt{
	font-size: 14px;
	color: #a6a6a6;
	line-height: 26px;
}
.stores_content_lili{
	width: 146px;
	text-align: center;
	display: inline-block;
}
.stores_content_lili p{
	padding: 20px 0;
	font-size: 20px;
	color: #666;
	line-height: 34px;
}
.biao{
	border: 1px solid #d2d2d2;
	max-width: 1300px;
	margin: 70px auto 100px;
	padding: 50px 50px 96px 50px;
	box-sizing: border-box;
}
.biao h3{
	font-size: 18px;
	line-height: 60px;
	color: #393939;
	border-bottom: 1px solid #dcdcdc;
}
.biao_left{
	float: left;
	width: 388px;
}
.biao_right{
	padding-top: 70px;
	float: right;
	width: 718px;
}
.biao_left h4{
	font-size: 30px;
	color: #393939;
	padding: 60px 0;
}
.biao_left_txt,.biao_left_txt *{
	font-size: 16px;
	color: #747474;
	line-height: 30px;
}
.biao_right input{
	color: #333;
	width: 340px;
	height: 52px;
	border: 1px solid #bfbfbf;
	background: #f5f5f5;
	display: inline-block;
	margin: 0 0 20px 14px;
	font-size: 16px;
	padding: 0 10px;
	box-sizing: border-box; 
}
.tijiao{
	cursor: pointer;
	width: 185px!important;
	border: none!important;
	height: 45px!important;
	display: block!important;
	background: #142d7d!important;
	border-radius: 40px!important;
	color: #fff!important;
	font-size: 20px;
	padding: 0!important;
	float: left!important;
	margin-top: 20px!important;
}
.title_next,.title_prev{
	background: none!important;
}
.zhichi_lbb{
	width: 760px;
	margin: auto;
}






/* 2019-10-17 */

.slide-nav{
	display: none;
    position: absolute;
    padding: 5px 0;
    top: 100%;
    left: 0;
    width: 100%;
    background: #fff;
    box-sizing: border-box;
	border-radius: 5px;
	z-index: 999;
}

.slide-nav a{
	display: block;
	width: 100%;
	height: 32px;
	color: #666666;
	font-size: 14px;
	text-align: center;
	line-height: 32px;
	overflow: hidden;
}

.slide-nav a:hover{
	color: #5dbfcc !important;
}