﻿* css reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { padding:0; margin:0;}
table { border-collapse: collapse; border-spacing: 0; }
fieldset, img { border: 0; }
a { color:#000; text-decoration:none; }
a:hover { color: #083fa3;text-decoration: underline; }
address, caption, cite, code, dfn, em, th, var { font-weight: normal; font-style: normal; }
ol, ul { list-style: none; }
h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }
q:before, q:after { content:""; }
/* css base */
body { font-family:"微软雅黑"; font-size:12px; color:#000; line-height:1.8;}
.left{ float:left;}
.right{ float:right;}
.clearfix:after{  content: "."; display: block;height: 0;clear: both; visibility: hidden;}
*{
	margin: 0;
	padding: 0;
}

.wrap{
	width: 1200px;
	margin: 0 auto;
	overflow: hidden;
}
.wrap1{
	width: 1200px;
	margin: 0 auto;
	
}
.wrap1200{
	width: 1200px;
	margin: 0 auto;
}
.mtop{
	margin-top:50px;
}
/*header*/
.header{

}
.header .top{}
.header .top .logo{
	float: left;
}
.header .top  .top_ri{
	float: left;
	width: 1047px;
	margin-left: 50px;
}
.top_word{
    width: 502px;
    margin-left: auto;
    margin-right: 0px;
}
.top_word .zx{
	display: inline-block;
	float: left;
}
.top_word .zx h4{
	font-size: 13px;
	color: #828282;
}
.top_word .zx h4 em{
	font-size: 18px;
	font-weight: bold;
}
.top_word .search{
	display: inline-block;
	float: left;
	margin: 0 15px;
	padding: 0 10px;
   
	position: relative;
	cursor: pointer;
}
.search form{
	height:100%;
}
.search_de{
	border: 1px solid #ddd;
	position: absolute;
	width: 200px;
	height: 25px;
	top: 32px;
	left: -100px;
	z-index: 20;
	display: none;
}
.search_de input{
	box-sizing: border-box;
	border: none;
	outline: none;
	appearance: none;
	background: none;
	
}
.search_de input.inp_1{
	width: 100%;
	height: 100%;
	padding-left: 5px;
	padding-right: 40px;
	box-sizing: border-box;
	border: 5px solid #ddd;
}
.search_de input.inp_2{
	position: absolute;
	top: 0px;
	right: 0px;
	z-index: 30;
	height: 25px;
	line-height: 25px;
	background: #e2c782;
	padding: 0 5px;
	color: #FFFFFF;
	cursor: pointer;
}
.top_word .wechat{
	display: inline-block;
	float: left;
}
.top_word .wechat h4{
	display: inline-block;
	float: left;
	margin: 0 5px;
	position: relative;
}
.top_word .wechat em{
	float: left;
	display: block;
    font-size: 13px;
    color: #828282;
	margin: 4px 10px 0;
}
.top_word .wechat h4:hover span{
	transform: scale(1);
}
.top_word .wechat span{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 20;
	transform: scale(0);
	transition: all ease-in-out .5s;
}
.naver{
   background: #252525;
   width:100%;
   height:56px;

}
.naver ul li{
	float: left;
	height: 56px;
	line-height: 56px;
	position:relative;
	
}
.nav-show{
	position:absolute;
	top:56px;
	left:-150px;
	width:550px;
	background:rgba(248,129,0);
	z-index:9999;
	transform:translateY(-3px);
	display:none;
	transition:all .5s;
	padding-top:20px;
	padding-bottom:20px;
	opacity:.8;
}
.nav-show-text{
	float:left;
	width:30%;
}
.nav-show-a{
	color:white;
	font-size:18px;
	border-bottom:1px dashed white;
	display:block;
	margin-left:50px;
	text-align:left;
}
.naver ul li:after{
	content: "";
	width: 1px;
	height: 12px;
	display: block;
	/*background: url(../images/p_12.jpg) no-repeat right center;*/
	position: absolute;
	right: 0px;
	top: 23px;
	z-index: 20;
}
.nav-show-img{
	float:right;
	width:50%;
		margin-right:30px;
		margin-top:2px;
}
.nav-show-img img{
	width:100%;

}
.naver ul li:last-child:after{
	background: none;
}





.naver ul li i{
	display: block;
	font-style: normal;
	transition:all .5s;
}
.naver ul li b{
	display: block;
}
.naver ul li:last-child{
	border-right: none;
	background: #f8810
}
.naver ul li{
	
}
.naver ul>li>a{
	overflow:hidden;
	display:block;
}
.naver ul>li:hover>a{
	color: #FFFFFF;
	margin-top: -56px;
	overflow:hidden
}
.naver ul li:hover i{
	opacity:0
}
.naver ul li:hover{
	background:#083FA3;
	
}
.naver ul li:hover .nav-show{
	transform:translateY(0);
	display:block;
}
.naver ul li.act{
	background: #083FA3;
}
.naver ul li.act:after{
	display: none;
}
.naver ul li.act a{
	color: #FFFFFF;
}
.naver ul li a{
	font-size: 16px;
	color: #fff;
   width: 150px;
	display: block;
    transition: 0.2s;
    text-align: center;
    transition: all ease-in-out .5s;
}
.naver ul li:first-child{
	background: url(../images/home.png) no-repeat 10px 20px;
}

/*banner*/
.banner{
	width:100%;
}
.banner .swiper-slide{
	position: relative;
}
.banner img{
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.banner_de{


}
.banner .swiper-slide .zx_box{
	background: url(../images/pp_1.png);
	width: 263px;
	height: 56px;
	line-height: 56px;
    margin-top: 500px;
    transform: translateY(50px);
    transition: all ease-in-out .5s;
    margin-bottom: 30px;
}
.banner .swiper-slide .zx_box a{
	color: #FFFFFF;
	text-indent: 50px;
	display: block;
	font-size: 14px;
}
.banner  .swiper-container-horizontal > .swiper-pagination-bullets{
	bottom: 30px;
}
.banner .swiper-pagination-bullet{
	width: 60px;
	height: 3px;
	background: #dfdedc;
	opacity: 1;
}
.banner  .swiper-pagination-bullet-active{
	background: #014e92;
}
.banner  .swiper-slide-active .zx_box{
	transform: translateY(0px);
}


/*右侧客服*/
.actGotop{
	
	cursor: pointer;
}
.yc{
	width: 170px;
	position: fixed;
	top: 30%;
	right: 17px;
	z-index: 30;
	background: #FFFFFF;	
}
.yc ul li{
	height: 50px;
	line-height: 50px;
    text-align: left;
    text-indent: 77px;
	border-bottom: 1px solid #e8e8e8;
}
.yc ul li.li_1{
	background: url(../images/p_8.jpg) no-repeat 30px center;
}
.yc ul li.li_2{
	background: url(../images/p_9.jpg) no-repeat 30px center;
}
.yc ul li.li_3{
	background: url(../images/p_10.jpg) no-repeat 30px center;
}
.yc ul li.li_4{
	background: url(../images/p_11.jpg) no-repeat 30px center;
}
.yc ul li a{
	color: #5c5c5c;
	display: block;
}
.pub_title{
	text-align: center;
	color: #FFFFFF;
}
.pub_title-col{
	color: #2e2e2e;
}
.pub_title h3{
	font-size: 36px;
	font-weight: bold;
	line-height: 46px;
	
}
.pub_title h3 em{
	color: #edc35d;
	font-size: 95px;
	font-weight: bold;
	line-height: 90px;
}
.pub_title h4{
	font-size: 42px;
	line-height: 66px;
	font-weight: bold;
}
.pub_title h5{
	color: #d0d0d0;
	padding: 16px 0;
	width: 468px;
	border-bottom: 1px solid #f2f2f2;
	margin: 0 auto 16px;
}
.pub_title span{
	color: #edc35d;
	font-size: 14px;
	line-height: 19px;
	display: block;
}
.pub_title i{
	font-style: normal;
	color: #f2bc55;
}
.pub_title-col span{
	color: #909090;
}
.pub_title span img{
	display: inline-block;
	margin-top: -5px;
	margin: 0 19px;
}
.pro_show{
	padding-top: 57px;
}
.top_t{
	background: #f5f5f5;
	height: 33px;
	line-height: 33px;
}
.top_t span{
	float: left;
	color: #9c9c9c;
}
.top_t .top_t_ri{
	float: right;
}
.top_t .top_t_ri a{

	padding: 0 10px;
	color: #9c9c9c;
}
.top_t .top_t_ri em i{
	color: #f88100;
	font-size: 14px;
	font-weight: bold;
}
.top_t .top_t_ri a:last-child{
	background: none;
}
.top_cen{
	padding: 12px 0;
}
.logo{
	float: left;
	margin-top: 8px;
}
.logo img{
	display: block;
}
.tell{
	float: right;
	margin-top: 8px;
	min-height: 48px;
	position: relative;
}
.tell i{
	display: inline-block;
	position: absolute;
	left: -60px;
	top: 4px;
	z-index: 20;
}
.tell span.spa_1{
	font-size: 14px;
	color: #FFFFFF;
	display: block;
	margin-bottom: 5px;
}
.tell span{
	display: block;	
	font-weight: bold;
	font-size: 36px;
	color: #FFFFFF;
	text-align: left;
	line-height: 26px;
}
/*热门 搜索 begin*/
.hot_search{
	border-bottom: 1px solid #000000;
}
.hot_search .wrap{
	padding: 20px 0;
}
.hot{
	float: left;
	margin-top: 18px;
}
.hot span{
	font-weight: bold;
}
.hot a{
	padding-left: 6px;
}
.search{
	float: right;
	width: 410px;
	height: 45px;
	position: relative;
	margin-top: 10px;	
}
.search input{
	border: none;
	outline: none;
}
.search input::-webkit-input-placeholder{
	color: #cfcfcf;
}
.search input.inp_1{
	width: 100%;
	height: 100%;
	display: block;
	border: none;
	padding-right: 75px;
	padding-left: 13px;
	box-sizing: border-box;
	border: 5px solid #3D3D3D;
	border-radius: 23px;	
	background-color: #666666;
}
.search input.inp_2 {
    position: absolute;
    right: 5px;
    top: 5px;
    z-index: 20;
    width: 52px;
    height: 35px;
    line-height: 40px;
    background: #000;
    color: #FFFFFF;
    border-radius: 0 23px 23px 0;
}
/*热门 搜索 end*/


/*产品中心*/
.pro_center{
	padding-top: 35px;
	padding-bottom: 35px;

}
.pro_center_de{
	background: none;
}
.pro_box{
	
}
.pro_title{
	text-align: center;
	background: #083fa3;
	color: #FFFFFF;
	padding: 14px 0;
}
.pro_title dl dt{
	font-size: 28px;
	font-weight: bold;
	line-height: 40px;
	margin-bottom: 5px;
}
.pro_title dl dd{
	font-size: 16px;
	color: #90abdc;
}
.pro_le{
	width: 220px;
	float: left;
}
.pro_le_list{

	border: 1px solid #424242;
}
.pro_le_list ul li{
	height: 70px;
	line-height: 70px;
	font-size: 14px;
	text-align: center;
  border-bottom: 1px solid #424242;
}
.pro_le_list ul li>a{
	font-size:16px;
}
.pro_le_list_de ul li{
	height:auto;
}
.pro_le_list_de .three_nav a{
	line-height:34px;
	border-bottom: 1px solid #eaeaea;
	margin: 0 2%;
    color: #083fa3;
    text-align: left;
}
.pro_le_list ul li:hover a{


}
.pro_le_list ul li.act a{


}
.pro_le_list ul li:hover{

}
.pro_le_list ul li a{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	padding: 0 10px;
}
.pro_more a{
	width: 122px;
	height: 22px;
	line-height: 22px;
	background: #4d4d4d;
	color: #FFFFFF;
	display: block;
	text-align: center;
	margin-left: auto;
	margin-right: 0px;
}
.pro_ri{
	width: 899px;
	float: left;
	margin-left: 50px;
}
.pro_list_list{
	
}
.pro_list_list dl{
	width: 286px;
	float: left;
	text-align: center;
	margin-right: 19px;
	margin-bottom: 24px;
	/*background: #FFFFFF;*/
	box-sizing: border-box;
	/*border: 1px solid #ececec;*/
}
.pro_list_list dl:nth-child(3n+3){
	margin-right: 0px;
}
.pro_list_list dl dt{
	display: block;
	width: 276px;
	height: 220px;
	overflow: hidden;
	border: 1px solid #f6f6f6;
	background: #f6f6f6;
	box-sizing: border-box;
	transition: all ease-in-out .5s;
	margin: 0 auto;
}
.pro_list_list dl dt em{
	width: 276px;
	height: 220px;
	display: table-cell;
	vertical-align: middle;
	
}
.pro_list_list dl:hover dt img{
	transform: scale(1.2);
}
.pro_list_list dl dt img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	transition: all ease-in-out .5s;
	margin: 0 auto;
}
.pro_list_list dl dd{
	display: block;
	font-size: 14px;
	padding: 14px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.about{
	margin: 95px 0;
}
.about_word{
	float: left;
	width: 575px;
	padding-right: 25px;
	margin-top: -10px;
}
.about_title{
	margin-bottom: 15px;
}
.about_title dl dt{
	font-size: 24px;
	color: #3b3b3b;
	font-weight: bold;
}
.about_title dl dd{
	font-size: 12px;
	color: #bebebe;
}
.about_content{
	line-height: 28px;
	color: #797979;
	font-size: 14px;
}
.num{
	margin-top: 25px;
}
.num dl{
	width: 31%;
	float: left;
	margin: 0 1%;
	text-align: center;
	border-right: 1px solid #dddddd;
}
.num dl:last-child{
	border-right: none;
}
.num dl dt{
	font-size: 48px;
	position: relative;
	font-weight: bold;
	line-height: 36px;
}

.num dl dt em{
	font-size: 14px;
	position: relative;
	top: -30px;
	right: 0px;
	z-index: 20;
}
.num dl dd{
	font-size: 16px;
}
.about_pho{
	float: right;
	width: 600px;
	height:428px;
	/*border-top: 12px solid #082e50;*/
	/*border-bottom: 12px solid #082e50;*/
}
.about_pho p{
	height:100%;
}
.about_pho video{
	display:block;
	width:100%;
	height:100%;
	object-fit: fill;
}
.about_pho img{
	display: block;
}
.about_more a{
	
}
.about_more a{
	display: block;
	width: 180px;
	height: 48px;
	line-height: 48px;
	font-size: 16px;
	text-align: center;
	color: #FFFFFF;
	background: #083FA3;
	margin-top: 40px;
	border: 1px solid #ffffff;
}
/*门窗系列*/
.series{
	background: url(../images/series.jpg) no-repeat center top;
	height: 821px;
}
.series .pub_tt{
	color: #FFFFFF;
}
.series .pub_tt h4{
	color: #FFFFFF;
}
.pub_tt{
	text-align: center;
	padding-top: 75px;
}
.pub_tt h3{
	font-size: 32px;
	font-weight: bold;
	margin-bottom:10px;
}
.pub_tt h4{
	font-size: 24px;
	color: #cecece;
	margin-bottom:10px;
}
.series_list{
	margin: 50px 0;
}
.series_list dl{
	width: 291px;
	float: left;
	margin: 0 4px;
}
.series_list dl dt{
	display: block;
	width: 100%;
	height: 300px;
	
}
.series_list dl dd{
	height: 75px;
	line-height: 75px;
	text-align: center;
	background: #FFFFFF;
	font-size: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.series_more a{
	display: block;
    width: 180px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    text-align: center;
    color: #FFFFFF;
    background: #083FA3;
    margin: 40px auto;
} 
   
.adv{
	background: url(../images/adv.jpg) no-repeat center top;
    margin-bottom: 80px;
}
.adv_list{
	margin-top: 60px;
}
.adv_list dl{
	width: 269px;
	float: left;
	/*box-shadow: 0 5px 8px 1px #ededed;*/
	margin-bottom: 50px;
	margin-right: 37px;
}
.adv_list dl:last-child{
	margin-right: 0px;
}
.adv_list dl:hover .adv_bot {
	background: #083fa3;
	color: #FFFFFF;
}
.adv_list dl:hover .adv_bot p{
	color: #FFFFFF;
}
.adv_list dl dt{
	display: block;
	width: 100%;
	height: 258px;
}
.adv_bot{
	background: #FFFFFF;
	text-align: center;
	padding: 0 2%;
	overflow: hidden;
}
.adv_bot dd{
	font-size: 24px;
	border-bottom: 1px solid #e8e8e8;
	padding: 8px 0;
	font-weight: bold;
}
.adv_bot p{
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	line-height: 26px;
	color: #868686;
	margin: 8px 0;
}
/*加盟*/
.join{
	background: url(../images/join.jpg) no-repeat center center;
	height: 698px;
}
.join_left{
	margin-top: 150px;
	width: 600px;
	float: left;
}
.join_left dl dt{
	font-size: 30px;
	color: #FFFFFF;
}
.join_left dl dd{
	font-size: 14px;
	color: #4e4e4f;
	padding-bottom: 35px;
}
.join_left .series_more a{
	margin: 35px 0;
}
.join_right{
	width: 600px;
	float: left;
	margin-top: 105px;
}
.join_right dl{
	float: left;
	margin: 0 40px 50px;
	width: 120px;
	text-align: center;
}
.join_right dl dt{
	background: url(../images/join_1.png) no-repeat center center #FFFFFF;
	width: 120px;
	height: 120px;
	border-radius: 50%;
	box-shadow: 0 5px 8px 1px #eae9e9;
	transition: all ease-in-out .5s;
}
.join_right dl:hover dt{
	transform: rotate(360deg);
}
.join_right dl dt.j_1{
	background: url(../images/join_1.png) no-repeat center center #FFFFFF;
}
.join_right dl dt.j_2{
	background: url(../images/join_2.png) no-repeat center center #FFFFFF;
}
.join_right dl dt.j_3{
	background: url(../images/join_3.png) no-repeat center center #FFFFFF;
}
.join_right dl dt.j_4{
	background: url(../images/join_4.png) no-repeat center center #FFFFFF;
}
.join_right dl dt.j_5{
	background: url(../images/join_5.png) no-repeat center center #FFFFFF;
}
.join_right dl dt.j_6{
	background: url(../images/join_6.png) no-repeat center center #FFFFFF;
}
.join_right dl:hover dt.j_1{
	background: url(../images/join11.png) no-repeat center center #0b41a4;
}
.join_right dl:hover dt.j_2{
	background: url(../images/join_22.png) no-repeat center center #0b41a4;
}
.join_right dl:hover dt.j_3{
	background: url(../images/join_33.png) no-repeat center center #0b41a4;
}
.join_right dl:hover dt.j_4{
	background: url(../images/join_44.png) no-repeat center center #0b41a4;
}
.join_right dl:hover dt.j_5{
	background: url(../images/join_55.png) no-repeat center center #0b41a4;
}
.join_right dl:hover dt.j_6{
	background: url(../images/join_66.png) no-repeat center center #0b41a4;
}
.join_right dl dd{
	font-size: 18px;
}
/*新闻中心*/
.news{
	background: #f7f7f7;
}
.news_box{
	background: #FFFFFF;
}
.news_box dl{	
	width: 359px;
	float: left;
	margin: 20px;
}
.news_box dl dt{
	display: block;
	width: 359px;
	height: 153px;
}
.news_box dl dd{
	font-size: 16px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
	margin-top: 40px;
}
.news_box dl em{
	display: block;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.news_box dl a:hover{
	text-decoration: none;
}
.news_box dl a:hover em{
	color: #000000;
}
.news_box dl a:hover p{
	color: #959595;
}
.news_box dl p{
	display: block;
	-webkit-line-clamp: 2;
	font-size: 14px;
	color: #959595;
	height: 48px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}


/*footer*/
.footer{
	background: #383838;
	color: #FFFFFF;
	padding-top: 40px;
}
.footer a:hover{
	text-decoration: underline;
}
.foot_top{
	
}
.foot_word{
	padding-right: 25px;
	font-size: 14px;
	float: left;
}
.foot_word img{
	border-bottom: 1px solid #555555;
	padding: 25px 0;
}
.foot_word ul{
	margin-top: 20px;
}
.foot_word ul li{
	color: #a9a9a9;
	margin-bottom: 8px;
}
.foot_word ul li em{
	color: #FFFFFF;
}
.foot_nav{

}
.foot_team{
	float: left;
	padding: 0 50px;
	border-left: 1px solid #555555;
	min-height: 195px;
	font-size: 14px;

}
.foot_team h4{
	font-size: 16px;
	margin-bottom: 15px;
	text-align: center;
}
.foot_team h3{
	font-size: 24px;
	margin-bottom: 15px;
}
.foot_team h2{
	color: #cecece;
	
}
.foot_team h4 a{
	color: #fff;
}
.foot_team ul li{
	background: url(../images/p7.jpg) no-repeat left center;
	padding-left: 10px;
	margin-bottom: 10px;
	text-align: left;
	text-align: center;
}
.foot_team ul li a{
	color: #8d8d8d;
}
.foot_team p{
	color: #8d8d8d;
}
.foot_team dl{

}
.foot_team dl dd{
	
}
.link{
	color: #FFFFFF;
	margin-top: 30px;
	padding: 15px 0;	
}
.link .wrap{
	border-bottom: 1px solid #484848;
	padding-bottom: 15px;
}
.link a{
	color: #a8a8a8;
	margin: 0 15px;
}
.copyright{
	padding: 27px 0;
	background: #1b1b1b;
	text-align: center;
	color: #8d8d8d;
	margin-top: 60px;
	font-size: 14px;
}


/*右侧客服*/
.actGotop{
	
	cursor: pointer;
}
.yc_right{

	position: fixed;
	top: 30%;
	right: 20px;
	z-index: 30;

}
.yc_right ul li{	
    text-align: center;
    background: #014e92;
	border-bottom: 1px solid #e8e8e8;
	color: #FFFFFF;
	padding: 3px 0;
	position: relative;
	z-index: 250;
}
.yc_right ul li span{
	display: block;
	margin: 0 auto;
}
.yc_right ul li img{
	display: block;
	margin: 0 auto;
}
/*.yc ul li.li_1{
	background: url(../images/p_8.jpg) no-repeat 30px center;
}
.yc ul li.li_2{
	background: url(../images/p_9.jpg) no-repeat 30px center;
}
.yc ul li.li_3{
	background: url(../images/p_10.jpg) no-repeat 30px center;
}
.yc ul li.li_4{
	background: url(../images/p_11.jpg) no-repeat 30px center;
}*/
.yc_right ul li a{
	color: #FFFFFF;
	display: block;
}
.yc_right_left{
	position: absolute;
	top: 0px;
	right: 60px;
	z-index: 200;
	width: 120px;
    opacity: 0;
	transform: translateX(60px);
	transition: all ease-in-out .5s;
}
.yc_right ul li:hover .yc_right_left{
	display: block;
	transform: translateX(0px);
	 opacity: 1;
}
.yc_right_left img{
	display: block;
}
.yc_right_left dl dt{
    padding: 5px 0;
	font-size: 16px;
	font-weight: bold;
	background: #083FA3;
	margin-top: 13px;
}
/*main*/
.main{
	
}
.main_title{
	text-align: center;
	background: url(../images/p_13.jpg) no-repeat center center;
	margin: 40px 0;
}
.main_title h3{
	font-size: 30px;
}
.main_title  h4{
	font-size: 14px;
	color: #c7c7c7;
}
/*二级栏目*/
.second{
	text-align: center;
	margin: 35px 0;
}
.second ul li{
	width: 295px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	background: #f2f1f1;
	font-size: 14px;
	margin: 8px 1px;
	display: inline-block;
}
.second ul li a{
	display: block;
}
.second ul li.act{
	background: #083fa3;
}
.second ul li.act a{
	color: #FFFFFF;
}
.second ul li:hover{
	background: #083fa3;
}
.second ul li:hover a{
	color: #FFFFFF;
}
.second ul li:nth-child(3n+3){
	margin-right: 0px;
}
.main_pho_list{
	
}
.main_pho_list dl{
	width: 388px;
	float: left;
	text-align: center;
	margin: 50px 17px 50px 0px;
}
.main_pho_list dl:nth-child(3n+3){
	margin-right: 0px;
}
.main_pho_list dl dt{
	width: 388px;
	height: 260px;
	overflow: hidden;
	text-align: center;
	background-size: 100%;
}
.main_pho_list dl dd{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}


/*分页*/
.padding{
	margin: 30px 0;
}
.padding ul{
	text-align: center;
}
.padding ul ul{
	display: inline-block;
}
.padding ul li{
	display: inline-block;
	border: 1px solid #cecece;
	margin: 0 1px;
}
.padding ul li.active{
	background: #ff9566;
	color: #FFFFFF;	
}
.padding ul li a{
	padding: 1px 10px;
	display: block;
}
.padding ul li span{
	padding: 1px 10px;
	display: block;
}
.padding ul li a:hover{
	background: #ff9566;
	color: #FFFFFF;	
}

.news_de_list{
	
}
.news_de_list ul li{
	margin-bottom: 60px;	
}
.news_de_list ul li .news_de_le{
	width: 683px;
	float: left;
}
.news_de_list ul li .news_de_le span{
	display: block;
	width: 27px;
	height: 27px;
	line-height: 27px;
	background: #ffa120;
	color: #FFFFFF;
	text-align: center;
	margin-bottom: 20px;
}
.news_de_list ul li .news_de_le h4{
	font-size: 24px;
	margin-bottom: 63px;
}
.news_de_list ul li .news_de_le p{
	font-size: 14px;
	color: #8e8e8e;
	border-bottom: 1px solid #e3e3e3;
    height: 51px ;  
	-webkit-line-clamp: 2;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}
.news_de_list ul li .news_de_le em{
	display: block;
	margin-top: 8px;
	float: left;
	color: #7fa2d9;
}
.news_de_list ul li .news_de_le .titme_more  a{
	float: right;
	color: #7fa2d9;
}
.news_de_list ul li .news_de_ri{
	width: 426px;
	height: 280px;
	overflow: hidden;
	display: table-cell;
	vertical-align: middle;
	float: right;
}
.news_de_list ul li .news_de_ri img{
	display: block;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
.case{
	text-align: center;
	margin-bottom:50px;
}
.case .gallery-top {
      height: 80%;
      width: 100%;
      margin: 50px 0;
}
.case .gallery-top h4{
	font-size: 20px;
	font-weight: bold;
	color: #5b5b5b;
}    
.case   .gallery-thumbs {
      height: 20%;
      box-sizing: border-box;
      padding: 10px 0;
    }
.case    .gallery-thumbs .swiper-slide {
      width: 25%;
      height: 100%;
      opacity: 0.4;
    }
.case    .gallery-thumbs .swiper-slide img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
	/* width:292px; */
	/* height:118px; */
}    
.case    .gallery-thumbs .swiper-slide-thumb-active {
      opacity: 1;
    }
/*联系我们*/    
.contact{
	margin: 50px 0;
}
.contact ul li{
	width: 50%;
	float: left;
	font-size: 24px;
}
.about_de_p{
	width:1090px;
	margin:70px auto;
	text-align:left;
	font-size:18px;
	line-height:30px;
	color:#797979;
}
.about_vidio{
	background:url(../images/video_bg.jpg) no-repeat center center;
	height:701px;
	margin-bottom:114px;
}
/* 招商加盟 */
.wrap{width:1200px;margin:0 auto}
.Lleft{float:left}
.Rright{float:right}
.clear{clear:both;}
*{padding:0;margin:0;}

.ja-t>i:first-child{
    font-size: 148px;
    color: #dcdcdc;
    font-family: "POPPINS-BOLD";
    top: 0px;
    font-style: italic;
    display:block;
    position: absolute;
    left:0;
}
.ja-t>div:nth-child(2){
    margin-top:-25px;
    width:1200px;
	text-align:center;
}
.ja-t>div:nth-child(2) p{
    text-align: center;
}
.ja-t>div:nth-child(2) p:first-child{
    color: #313131;
    font-size: 22px;
    text-align: center;
    background: #dcdcdc;
    padding: 4px 20px;
    border-radius: 30px;
    display: table;
    margin: 0 auto;
    margin-bottom:10px;
}
.ja-t p:nth-child(2){
    color: #313131;
    font-size: 40px;
    text-align: center;
}
.ja-t p:nth-child(2):after {
    content: "";
    width: 94px;
    height: 2px;
    background: #313131;
    display: inherit;
    margin: 0 auto;
    margin-top: 15px;
}
.j-a{
    margin-top:100px;
}
.j-b{
    background: url(../images/2020-05-28_142648.jpg) no-repeat center;
    height: 711px;
    margin-top: 70px;
    padding-top:60px;
    margin-bottom:50px;
}
.jb-bg{
    background: #E1DFDF;
    padding:40px;
    width:1120px;
    margin:0 auto;
    margin-top:30px;
}
.ja-t{
    position: relative;
    margin-bottom:40px;
}
.jb-to p:first-child{
    color: #fff;
    font-size: 40px;
    text-align: center;
}
.jb-to p:last-child{
    color: #fff;
    font-size: 18px;
    text-align: center;
    padding-top: 20px;
}
.jb-t p{
    text-align: center;
    list-style: none;
    font-family: "微软雅黑";
}
.jb-t b{
    font-size:36px;
    margin-right:10px;
}
.jb-t span{
    font-size:34px;
}
.jb-t2{
    color: #fff;
    font-size: 20px;
    padding: 4px 20px;
    border-radius: 30px;
    display: table;
    margin: 0 auto;
    background: #b5b5b5;
    margin-top: 20px;
}
.jb-k{
    display:flex;
    justify-content: space-between;
}
.jb-ku{
    width:126px;
    margin-top:50px;
}
.ku-bg{
    width:126px;
    background: #35322D;
    height:126px;
    border-radius: 50%;
    margin-bottom:5px;
    position: relative;
}
.ku-bg img{
    display:block;
    margin:0 auto;
    padding-top:25px;
    width:40px;

}
.ku-bg p{
    color:white;
    font-size:24px;
    font-weight: bold;
    position: absolute;
    bottom:18px;
    left:37%;
}
.jb-k>div:nth-child(6) img{
    padding-top:40px;
    width:70px;
}
.j-d{
    margin-top: 60px;
    background: url(../images/2020-05-28_155518.jpg) no-repeat center;
    height: 600px;
}
.jd-1{
    width:600px;
    margin: 0 auto;
    display:flex;
    justify-content: space-between;
}
.jd-1>img:first-child{
    transform: rotate(-90deg);
    width:11px;
}
.jd-1>img:last-child{
    transform: rotate(90deg);
    width:11px;
}
.jd-1 p{
    padding-top:30px;
    color:white;
    font-size:38px;
}
.jd-2 span:first-child{
    color: #fff;
    font-size: 20px;
    margin-top: 40px;
}
.jd-2 span:last-child{
    font-size: 24px;
    color: #313131;
    background: #fff;
    padding: 4px 20px;
    border-radius: 30px;
    float: right;
    margin-left: 10px;
    margin-top: -7px;
}
.jd-2>div{
    width:300px;
    margin:0 auto;
    margin-top:15px;
    margin-bottom:30px;
}
.jd-3>div:first-child{
    text-align: center;
    font-size:36px;
    font-weight: bold;
    color:white;
    opacity:.9
}
.jd-3>div:nth-child(2){
    width:1050px;
    margin:0 auto;
    justify-content: space-between;
    display:flex
}
.jd-3>div:nth-child(2) input{
    width:320px;
    height:40px;
    opacity:.7;
    border:1px solid white;
    padding:0px 10px;
    margin-top:20px;
}
.jd-3>div:nth-child(3) textarea{
    width:500px;
    height:100px;
    padding:10px;
    margin:0 auto;
    display:block;
    margin-top:20px;
    opacity: .7;
}
.jd-3 button{
    display: block;
    width: 300px;
    height: 50px;
    background: #fff;
    border: none;
    text-align: center;
    color: #333;
    font-size: 16px;
    margin: 0 auto;
    margin-top: 20px;
    cursor: pointer;
}
.jd-3>p{
    text-align: center;
    color:white;
    margin-top:20px;
}
.j-e>div:first-child{
    text-align: center;
    margin-top:30px;
    margin-bottom:30px;
    font-size: 40px;
}
.jf-bg{
    background: url(../images/2020-05-28_163342.jpg) no-repeat center;
    height: 587px;
    margin-top: 40px;
}
.j-g>div:first-child{
    text-align: center;
    margin-top:30px;
    margin-bottom:30px;
    font-size: 40px;
}
.j-g>div:nth-child(2){
    display:flex;
    justify-content: space-between;
}
.jg-li>div{
    width:281px;
}
.jg-li img{
    height:193px;
	
}
.jg-li-k{
    padding:10px 25px;
    background: #F5F5F5;
	margin-top:-6px;
}
.jg-li-k>p:first-child{
    text-align: center;
    padding:5px 0;
    border-bottom:1px solid #D5D5D5;
    font-weight: bold;
    font-size: 18px;
}
.jg-li-k>p:last-child{
    margin-top:5px;
    line-height:24px;
    font-size:14px;
}
.jg-li-k{
    height:110px;
}
.xiantiao{
    display:block;
    margin-top:80px;
	width:100%;
}
.ja-t{
    border:1px solid white;
}
.jh1{
    background: url(../images/jh1.jpg) no-repeat center;
}
.jh2{
    background: url(../images/jh2.jpg) no-repeat center;
}
.jh3{
    background: url(../images/jh3.jpg) no-repeat center;
}
.jh4{
    background: url(../images/jh4.jpg) no-repeat center;
}
.jh-bg>div>div:nth-child(2){
    width:430px;
    height:339px;
}
.jh-bg{
    display:flex;
    justify-content: space-between;
	margin-bottom:50px;
}
.j-h>div:nth-child(2){
    margin-top:130px;
}
.jho{
    padding:0 80px;
    font-size: 16px;
    color:white;
    margin-top:-200px;
}
.jho>div:first-child{
    padding-top:150px;
    font-size:40px; 
    font-weight: bold;
	margin-bottom:10px;
}
.jho p:first-child{
    padding-bottom:15px;
    border-bottom:1px solid white;
    margin-bottom:15px;
}
.j-i{
    height:470px;
    position: relative;
	margin-bottom:50px;
}
.j-i>p{
    text-align: center;
    font-size: 40px;
	margin-bottom:5px;
}
.ji-bg{
    background: url(../images/2020-05-28_174937.jpg) no-repeat center;
    width:1200px;
    margin:0 auto;
    height:380px;
    position: relative;
    margin-top:30px;
}
.ji-bg>img{
    position: absolute;
    width:187px;
}
.ji-bg>img:nth-child(1){
    top:15px;
    left:70px;
}
.ji-bg>img:nth-child(2){
    top:15px;
    left:330px;
}
.ji-bg>img:nth-child(3){
    top:15px;
    left:590px;
}
.ji-bg>img:nth-child(4){
    top:15px;
    left:850px;
}
.ji-bg>img:nth-child(5){
    top:280px;
    left:0;
}
.ji-bg>img:nth-child(6){
    top:280px;
    left:260px;
}
.ji-bg>img:nth-child(7){
    top:280px;
    left:530px;
}
.ji-bg>img:nth-child(8){
    top:280px;
    left:790px;
}
.i-xian{
    border-top:1px solid #B3B3B3;
    position: absolute;
    left:0;
    top:272px;
    width:100%;
}



/*网站模板  pc*/

/*详情页 begin*/
.ypl_de{
	margin:35px 0 ;
}
.ypl_center{
	text-align: center;
}
.ypl_center h4{
	font-size:24px;
	margin: 15px auto 5px;
	font-weight: bold;
}
.ypl_pho{
	margin: 25px 0;
}
.ypl_word{
	text-align: left;
	margin-bottom: 30px;
}
.ypl_pag{
	font-size: 14px;
}
/*详情页 end*/

/*网站地图 begin*/
.ypl_map{
	margin: 30px 0 ;
}
.ypl_map ul li{
	padding: 25px 0;
	border-bottom: 1px solid #dddddd;
}
.ypl_map  ul li h3{
	font-size: 18px;
	margin-bottom: 8px;
	font-weight: bold;
}
.map_de a{
	padding: 10px;
	font-size: 14px;
}
/*网站地图 end*/

/*留言 begin*/
.ypl_mes{
	margin: 35px 0;
}
.ypl_mes h3{
	font-size: 24px;
	text-align: center;
	font-weight: bold;
	color: #404040;
	margin-bottom: 10px;
}
.ypl_mes h4{
	font-size: 16px;
	text-align: center;
}
.ypl_mes_list{
	padding: 0 2%;
	margin-top: 25px;
}
.ypl_mes_list input{
	display: block;
	height: 45px;
	line-height: 45px;
	width: 100%;
	border: 1px solid #e0dcdc;
	padding: 0 5px;
	box-sizing: border-box;
	margin-bottom: 8px;
	border-radius: 6px;
	-webkit-appearance: none;
}
::-webkit-input-placeholder{
	color: #bbbbbb;
}
.ypl_mes_list textarea{
	height: 180px;
	width: 100%;
	border: 1px solid #e0dcdc;
	padding: 5px;
	box-sizing: border-box;
	margin-bottom: 8px;
	border-radius: 6px;
	-webkit-appearance: none;
}
.ypl_sub{
	margin: 50px 0;
}
.ypl_mes_list .ypl_sub input{
	background: #014e92;
	color: #FFFFFF;
	border: none;
	border-radius: 0;
	width: 20%;
	height: 55px;
	line-height: 55px;
	margin:  0 auto;
	cursor: pointer;
}

.ypl_yz{
	margin: 15px 0;
}
.ypl_yz input,.ypl_yz img{
	width: 25%;
	height: 45px;
	line-height: 45px;
	border: 1px solid #e0dcdc;
	box-sizing: border-box;
	border-radius: 6px;
	float: left;
}
.ypl_yz img{
	margin-left: 10px;
}
/*留言 begin*/

/*分页 begin*/
.ypl_padding{
	text-align: center;
	margin: 50px 0;
}
.ypl_padding ul{
	display: inline-block;
}
.ypl_padding ul li{
	width: 27px;
	line-height: 27px;
	text-align: center;
	display: inline;	
}
.ypl_padding ul li.active span{
	background: #3a3e7a;
	color: #fff;
}
.ypl_padding ul li:first-child a{
	padding: 5px 20px;
}
.ypl_padding ul li:last-child a{
	padding: 5px 20px;
}
.ypl_padding ul li a{
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
}
.ypl_padding ul li span{
	padding: 5px 10px;
	border: 1px solid #e1e1e1;
}
.ypl_padding ul li a:hover{
	background: #3a3e7a;
	color: #FFFFFF;
}
/*分页 end*/

/*联系我们*/
.ypl_contact{
	margin: 30px 0;
}
.ypl_c_word {
	text-align: center;
	font-size: 14px;
	line-height: 30px;
}
.ypl_c_word ul li{
	margin-bottom: 20px;
}
.ypl_c_word ul li h4{
	font-size: 24px;
	margin-bottom: 10px;
}
.ypl_map iframe{
	border: none;
}

.hot_search{background-color:#252525;}

.hot span{color:#ffffff;}

.hot a{color:#ffffff;}

.map{
	margin: 25px 0;
}
.about_video{
	width: 600px;
    height: 420px;
    margin-left: 349px;
    margin-top: 117px;
	
}
.about_video p{
	width:100%;
	height:100%;
}
.about_video video{
	display: block;
    width: 100%;
    height: 100%;
    object-fit: fill;
}