/*footer*/
.footer{
	height: 102px;
	background-color: #24292f;
}
.footer_content{
	width:1200px;
	text-align: right;
	padding-top: 33px;
	margin: 0 auto;
}
.weixin_icon,.weibo_icon{
	background: url(../img/contact_icon.png) 0 no-repeat;
	display: inline-block;
	width:46px;
	height: 36px;
}
.weibo_icon{
	background: url(../img/contact_icon.png) -60px 0px no-repeat;
}

/*search*/
.search_warp{
	position: relative;
	height:0px;
	/*display: none;*/
	overflow: hidden;;
	width: 100%;
	background-color: #373b43;
}
.search_content{
	width: 1200px;
	margin: 32px auto 0;
	padding: 72px;
	color: #fff;
}
.search_text_warp{
	position: relative;
}
.search_text{
	display: block;
	height: 70px;
	width: 1050px;
	border: none;
	outline: none;
	border-bottom: 1px solid #787a82;
	font-size: 26px;
	text-indent: 16px;
	color: #ddd;
	background-color: inherit;
}
.search_action{
	position: absolute;
	right: 100px;
	top: 32px;
	color: #fff;
	line-height: 70;
	cursor: pointer;
}
span.search_action:before {
	top: 0px;
	left: 64px;
	width: 18px;
	height: 18px;
	border: 2px solid #686a72;
}
span.search_action::after{
	background: #686a72;
}
.search_btn_warp{
	text-align: right;
	font-size: 16px;
	color: #787a82;
	position: relative;
	margin-right: 16px;
}
.search_btn_warp input{
	zoom: 1.6;
	margin: 0 6px 0 16px;
	position: relative;
	top: 4px;
}
.close_btn{
	position: absolute;
	right: 26px;
	top: 26px;
	width: 28px;
	height: 28px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 36px;
	font-family: "Microsoft YaHei";
	background: url(../img/sx.png);
    background-size: 100%;
        cursor: pointer;
}
 
.search_btn { 
	position: absolute;
	width: 100px;
	right: 12px;
	top:52px;
	color: #fff;
	cursor: pointer;
} 
.search_icon:before { 
	content: ' ';
	top: 2px;
	left: 65px;
	position: absolute;
	width: 16px;
	height: 16px;
	border: 2px solid #fff;
	border-radius: 16px;
} 
.search_icon::after { 
	content: ' ';
	position: absolute;
	top: 16px;
	left: 76px;
	width: 8px;
	height: 2px;
	background: #fff;
	border-radius: 5px 0 0 5px;
	-webkit-transform: rotate(225deg); 
	-moz-transform: rotate(225deg); 
	-ms-transform: rotate(225deg); 
	-o-transform: rotate(225deg); 
	transform: rotate(225deg); 
} 


/*menu*/
.menu{
	background-color: #3c3f4e;
}
.menu_content{
    width: 1020px;
    height: 100px;
    position: relative;
    margin-left: -600px;
    padding: 0 90px;
    margin: 0 auto;
}
.menu_content>li{
	float: left;
	text-align: center;
}
.menu_content>li a{
	display: block;
	width: 162px;
	height: 98px;
	line-height: 98px;
	color: #b6b6b6;
	font-size: 18px;
	border-bottom: 2px solid transparent;
}
.menu_content>li:hover a{
	color: #f68803;
	border-bottom: 2px solid #f68803;
}

.menu_content>li .menu_content_action{
	color: #f68803;
	border-bottom: 2px solid #f68803;
}
/*banner*/
/*改装产品内容*/
.products_content,.news_content{
	background-color: #1c1d21;
	margin: 0;padding: 0;
}
/* 产品内容，详细内容，搜索结果内容*/
.products_content_banner,.products_content_detail,.products_content_result,.news_content_result{
	width: 1200px;
	margin: 0 auto;
	color: #fff;
	padding:36px;
}
/*banner*/
.products_content_banner_hidden{
	display: none;
}
.products_content_detail_hidden{
	display: none;
}
.banner1_dec{
    float: left;
    width: 564px;
    padding:32px 76px 32px 12px;
}
.banner1_img{
	border-radius: 6px;
	float: left;
	width:564px;
	margin-top: 41px;
}
.bann1_title,.detail1_title{
	font-size: 30px;
	line-height: 46px;
	text-indent: 2px;
	padding:0;
	margin: 0;
}
.banner1_info,.detail1_info{
	color: #c6c6c6;
	line-height: 26px;
	margin-top: 22px;
}
.products_banner2{
	width: 1128px;
	overflow: hidden;
}
.banner_list{
	width: 356px;
	float: left;
	margin: 12px 8px;
}
.banner_list .title{
	text-align: center;
    height: 68px;
    line-height: 68px;
    font-size: 20px;
}
.banner_list .info,.banner_list p{
	line-height: 26px;
	color: #c6c6c6;
	font-size:14px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
	text-align: left;
	height: 210px;
}
.banner_list img{
	width:352px;
	height: auto;
	border-radius: 6px;
	cursor: pointer;
}
/*search*/
.result_info{
	text-align: center;
	color: #b6b6b6;
	font-size: 16px;
}
.result_title{
	text-align: center;
	color: #dfdfdf;
	font-size: 26px;
}
.result_list,.news_list{
	margin-top: 52px;
	overflow: hidden;
}
.result_list>img,.news_list>img{
	border-radius: 6px;
	float: left;
	width: 538px;
	margin-right: 20px;
	cursor: pointer;
}
.result_dec, .news_dec{
	float: left;
	width: 500px;
	padding: 0 6px;
}
.result_dec .title,.news_dec .title{
	font-size: 30px;
	margin:0px;
}
.news_dec .title{
	cursor: pointer;
}
.result_dec .info,.news_dec .info{
	margin-top: 32px;
	color: #c6c6c6;
}
/*detail*/
.products_details{
	padding:16px;
	overflow: hidden;
}
.detail1_dec {
	padding: 32px;
	float: left;
	width:500px;
}
.detail1_img{
	border-radius: 6px;
	float: left;
	width:487px;
	margin: 72px 36px 12px 12px;
}
.detail_list{
	margin: 12px;
}
.detail_list h3{
	text-align: center;
	position: relative;
	    margin-bottom: 40px;
}
.detail_list h3 .time{
	position: absolute;
	right: 26px;
	font-size: 12px;
	color: #ccc;
	top: 20px;
}
.detail_list img{
	    margin: auto;
    display: block;
    min-width: 100%;
}
/*
.detail_list .info,.detail_list p{
	margin: 22px 0;
	line-height: 26px;
	color: #c6c6c6;
	word-break: break-all;
	word-wrap: break-word;
}
*/
.detail_list video{
	width:100%;
	height: auto;
	margin-bottom: 36px;
	max-height: 500px;
}
/*上下翻页*/
.page_btn_warp{
	clear: both;
	width: 240px;
	position: relative;
	text-align: center;
	overflow: hidden;
	margin: 0 auto;
}
.page_btn_warp .button{
	display: block;
	float: left;
	height: 72px;
	width: 72px;
	margin: 0 24px;
	background-color: #313540;
	position: relative;
}
.btn_icon{
	width: 14px;
	height: 8px;
	line-height: 20px;
	position: absolute;
	left: 50%;
	margin-left: -7px;
	top: 50%;
	margin-top: -4px;
	display: block;
}
.up_icon{
	background: url(../img/products_btn.png) -134px  no-repeat;
}
.down_icon{
	background: url(../img/products_btn.png) 0 no-repeat;
}
/*上下翻页 end*/ 

/*news*/
.news_bg{
	background: url('../img/news_bg.jpg') center;
	height: 1078px;
	min-width: 1200px;
	   background-position:center;
}

/*关于我们，联系我们*/
.about_header_content_bg{
	background-color: transparent;
}
.contact_header_content_bg{
	background-color: rgba(0,0,0,0.2);
}
.products_bg{
	background: url('../img/products_bg.jpg') center;
	height: 1078px;
	min-width: 1200px;
	   background-position:center;
}
.about_bg{
	background: url('../img/about_bg.jpg') center;
	height: 1077px;
	min-width: 1200px;
	   background-position:center;
}
.contact_bg{
	background: url('../img/contact_bg.jpg') center;
	height: 1097px;
	min-width: 1200px;
	   background-position:center;
}
.about_content,.contact_content{
	width: 1200px;
	position: absolute;
	left:50%;
	margin-left:-600px;
	top:185px;
	color: #fff;
}
.contact_content{
	top:260px;
}
.article_title{
	width: 629px;
	height: 91px;
	margin: 70px auto 54px;
	background-image: url(../img/about_title.png);
}
.article_content p{
	font: 18px/24px Myriad Pro,arial,sans-serif;
	margin-bottom:24px;
	word-break: break-all;
	word-wrap: break-word;
}
.article_content .article_info_C{
	font: 16px/24px "Adobe  Std","Microsoft YaHei";
}
.location_warp{
	text-align: center;
}
.weixin_warp{
    width: 560px;
    display: flex;
    margin: 118px auto 36px;
    justify-content: space-around;
    text-align: center;
    font-size: 20px;
    color: #ced1d4;
}
.weixin_warp_IE{
	display: block;
	overflow: hidden;
}
.qrcode_warp_IE{
	float: left;
	margin-left: 50px;
}
.QR_code,.QR_code_info{
	display: block;
	margin: 0 auto ;
}
.QR_code_info{
	margin-top: 32px;
}
.contact_way{
	text-align: center;
	font-size: 20px;
	color:#dededf;
}
.spinner {
	width: 40px;
	height: 40px;
	background-color: #fff;
	border-radius: 100%;
	    margin: 0 50%;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
	border: 2px solid #fff;
	border-bottom-color: transparent;

	background: transparent !important;
	display: inline-block;
	-webkit-animation: loading 3s 0s linear infinite;
	    animation: loading 3s 0s linear infinite; 
}

@keyframes loading{
0%{
  transform: rotate(0deg);
  }
 100%{
  transform: rotate(360deg);
 }
}

/*.spinner {
  margin: 6em auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
    border-radius: 50%;
}
 .spinner:after{
  border-radius: 50%;
  width: 20px;
  height: 20px;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}*/

/*.title{
	text-align: center;
	font-size: 32px;
	font-family: PingFangSC,HelveticaNeue Thin;
}
.title_E{
	color: #d9bc5a;
	font-size: 46px;
}*/
 