*{
	padding:0px;
	margin:0px;
}

.contact_con{
	margin-top: 217px;
	text-align: center;
}
.container{
	max-width: 1280px;
	margin:0 auto;
}
.top_play_img{
	width: 100%;
}
.top_play_img img{
	border:0px;
	width: 100%;
}
.xilie{
	width: 100%;
}
.xilie_top_title{
	width: 100%;
	font-size: 20px;
	text-align: left;
	padding-left: 10px;
	margin-top: 40px;
	margin-bottom: 20px;
	color:#8e8e8e;
}
.xilie_list{display: flex;
justify-content: space-between;
align-items: center;
}
.xilie_list .xilie_item{
	position: relative;
}
.xilie_item_txt{
	position: absolute;
	top: 12px;
	left: 20px;
	z-index: 99;
	text-align: left;
	color:#fff;
	width: 384px;
}
.xilie_item_txt_top{
	display: flex;
	font-size: 17px;
	justify-content: space-between;
	/*align-items: center;*/
}
.xilie_item_txt_top span{
	font-size: 17px;
}
.xilie_item_txt_con{
	width: 272px;
	font-size: 16px;
}
.xilie_item_txt_more{
	
	text-align: right;
}
.xilie_item_txt_more span{
	font-size: 14px;
}
/*产品列表*/
.pro_con{
	width: 100%;
	margin-top: 80px;

}
.pro_con .pro_con_title {
	text-align: center;
	padding-bottom: 60px;
}
.pro_con .pro_con_title h2{
	font-size: 60px;
	font-family: '宋体';
	padding-bottom: 10px;
	font-weight: 400;
}
.pro_con_title p{
	font-size: 30px;
	font-weight:350;
}
.pro_con_top{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 25px;
}
.pro_con_top span{
	display: inline-block;
	border-bottom: 1px solid #999;
	flex:1;
}
.pro_con_top a{
	color:#b10000;
	padding:0 5px;
}
.pro_con_top a:hover{
	color:#f8850a;
}
.pro_con_list{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.pro_con_list .pro_con_list_item{
	width: 49%;
	position: relative;
	cursor: pointer;
}
.pro_con_list_item_txt{
	position: absolute;
	top: 46px;
	left: 40px;
	text-align: left;
	color:#fff;
	font-family: '宋体';
}
.pro_con_list_item_txt h2{
	font-size: 40px;
}
.pro_con_list_item_txt h1{
	font-size: 42px;
	padding-bottom: 20px;
}
.pro_con_list_item_txt span{
	font-size: 14px;
}
.cases_list{
	width: 100%;
	margin-top: 80px;
	text-align: left;
}
.cases_list_title{
	padding-left: 10px;
}
.cases_list .cases_list_title p{
	font-family: '微软雅黑';
	font-size: 20px;
	/*font-weight: bold;*/
	color:#999;
	padding-bottom: 40px;
}
.cases_list .cases_list_title h2{
	font-size: 48px;
	font-family: '宋体';
	padding-bottom:10px;
}
.more_cases{
	text-align: right;
}
.more_cases a{
	color:#b10000;
	padding:0 5px;
}
.more_cases{
	display: flex;
	justify-content: flex-end;
	align-items: center;
}
.more_cases a:hover{
	color:#f8850a;
}
.more_cases span{
	display: inline-block;
	border-top: 1px solid #ccc;
	width:200px;
}
.cases_list_img{
	margin-top: 120px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}
.case_list_item{
	width: 374px;
}
.case_list_item h4,.case_list_item p,.case_list_item a{
	padding-left:28px; 
}
.case_list_item h4{
	padding-top: 35px;
	padding-bottom: 30px;
	font-size: 22px;
	font-family: '宋体';
	font-weight: 400;
	color:#000;
}
.case_list_item h4:hover{
	color: #f8850a;
}
.case_list_item h4 a{
	color:#000;
}
.case_list_item p{
	font-size: 14px;
	color:#ccc;
}
.case_list_item_date{
	padding-top: 10px;
	padding-bottom: 30px;
}
.case_list_item a{
	padding-right: 5px;
	color:#b10000;
	font-size: 14px;
}
.case_list_item img{
	width: 374px;
	height: 282px;
}
.case_list_item{
	padding-bottom: 78px;
}
.case_list_item a:hover{
	color:#f8850a;
}
.cases_list_img:after{
	width: 374px;
	content: '';
}
/*常见问题*/
.normal_problem{
	width: 100%;
	margin-top: 86px;
	text-align: left;
}
.normal_problem_title_top_en{
	font-size: 21px;
	color:#8e8e8e;
	padding-bottom: 20px;
}
.normal_h_title{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.normal_h_title_left h2{
	font-size: 42px;
	font-family: '宋体';
}
.normal_p_title_right p{
	font-size: 14px;
	color:#333;
	padding-bottom: 10px;
}
.normal_p_title_right a{
	color:#b10000;
	color:15px;
	
}
.normal_p_title_right a:hover{
	color:#f8850a;
}
.normal_problem_con{
	margin-top: 115px;
	
}
.normal_problem_con ul{
	width: 100%;
	list-style: none;
}
.normal_problem_con ul li{
	float: left;
	width: 33.333%;
	height: auto;
	padding-bottom: 108px;
}
.normal_problem_con ul li p{
	color:#b10000;
	font-size: 12px;
	padding-bottom: 15px;
}
.normal_problem_con ul li h4{
	font-weight: 400;
	font-size: 21px;
	width: 360px;
	font-family: '宋体';
	color:#000;
	padding-bottom: 3px;
}
.normal_problem_con ul li h4:hover{
	color: #f8850a;
}
.normal_problem_con ul li div{
	color:#999;
	font-size: 18px;
	width: 360px;
	padding-bottom: 25px;
	font-family: '宋体';
}
.normal_problem_con ul li a{
	color:#b10000;
	font-size: 15px;
}
.normal_problem_con ul li a:hover{
	color:#f8850a;
}
/*弹出层*/
.con_chat_wx{
	display: block;
	font-family: '微软雅黑';
	position: absolute;
	top: 260px;
	width: 1280px;
	height: 720px;
	left: 50%;
	margin-left: -640px;
	background: #fff;
	border-radius: 5px;
	-moz-box-shadow:0px 0px 2px #ccc; 
	-webkit-box-shadow:0px 0px 2px #ccc; 
	box-shadow:0px 0px 2px #ccc;
}
.con_chat_wx_top{
	margin-top: 36px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-left: 78px;
	margin-right: 15px;
}
.con_chat_wx_top .close:hover{
	cursor: pointer;
}
.con_chat_wx_center{
	padding-top: 8px;
	margin-left: 78px;
	display: flex;
	align-items: center;
	width: 952px;
	justify-content: space-between;
}
.wx_con_left span{
	font-size: 27px;
	color:#626262;
}
.wx_con_left h2{
	padding-top: 10px;
	padding-bottom: 15px;
	font-family: '宋体';
	font-size: 85px;
}
.wx_con_left p{
	font-size: 22px;
	color:#4d4d4d;
}

.wx_img_right{
	margin:0px;
	padding:0px;
	width: 222px;
	text-align: center;
}
.wx_img_right img{
	width: 100%;
}
.wx_img_right h4{
	font-size: 30px;
	font-family: '宋体';
	color:#000;
	padding-bottom: 10px;
}
.wx_img_right span{
	display: inline-block;
	width: 50px;
	border-top: 1px solid #d7d7d7;
}
.wx_img_right p{
	color:#d7d7d7;
	padding-top: 5px;
	padding-bottom: 8px;
}
.con_chat_wx_bot{
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 960px;
	margin:60px auto 0px;
}
.con_chat_wx_bot .con_chat_wx_bot_item{
}
.con_chat_wx_bot .con_chat_wx_bot_item span{
	display: inline-block;
	width: 25px;
	border-top:1px solid #ccc;
	padding-bottom: 15px;
}
.con_chat_wx_bot .con_chat_wx_bot_item p{
	font-size: 20px;
	padding-bottom: 5px;
}
.con_chat_wx_bot .con_chat_wx_bot_item img{
	padding-top: 5px
	border:0px;
	padding-bottom: 3px;
}
.con_chat_wx_bot .con_chat_wx_bot_item .guanzhu{
	
	font-size: 15px;
	color:#535353;
	text-align: right;
}