*{
	margin:0;
	padding:0;
}

body{
	font-family:"Microsoft Yahei",Arial, Helvetica, sans-serif; 
	/* font-weight:normal; */
	/* font-style:normal; */
}

li{
	list-style:none;
}

a{
	text-decoration:none !important;
}

img{
	border:none;
}

.clearfix() {
  &:before,
  &:after {
    content: " ";
    display: table;
  }
  &:after {
    clear: both;
  }
}

/*--------header---------*/
.header{
	padding:10px 0;
	line-height:55px;
	box-shadow: 0px 2px 5px #c7c7c7;
	box-sizing:border-box;
	background:#fff;
}

.header p.language{
	text-align:center;
	margin-top: 4px;
}	



.header p.language a{
	font-size:14px;
	color:#565656;
}

.header p.language span{
	border-left:1px solid #c8c8c8;
	margin:0 8px;
}

.nav li a{
	/* font-weight:bold; */
}

.nav .active a{
	color:#e50012 !important;
}

/*-------------列表导航-----------------------*/

.index_product{
	margin-top:25px;
	margin-bottom:25px;
}

.nav_title{
	margin-bottom:20px;
}

.nav_title span{
	font-size:24px;
	color:#2f2f2f;
	padding-bottom:10px;
	border-bottom:1px solid #007cc3;
}


.pro_nav{
	margin-top:5px;
}

.pro_nav ul li{
	margin:5px 0;
}

.pro_nav ul li a{
	font-size:16px;
	color:#999999;
	border:1px solid #fff;
	padding:5px 5px;
}

.pro_nav ul li a:hover{
	color:#e50012;
	border:1px solid #e50012;
	text-decoration:none;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.pro_nav ul li a.active{
	color:#e50012;
	border:1px solid #007cc3;
	text-decoration:none;
}

@media(max-width:414px){
	.nav_title span{
	font-size:18px;
	color:#2f2f2f;
	padding-bottom:5px;
}

.pro_nav ul li a{
	font-size:14px;
	color:#999999;
	border:1px solid #fff;
	padding:3px 12px;
}

}

/*---------------首页产品列表---------------------------*/
.pro_mess .mess_box{
	text-align:center;
	background:#fff;
	box-shadow:1px 1px 5px #bbbbbb;
	margin: 15px 0;
    padding: 15px 10px;
	overflow:hidden;
	height:330px;
}

.pro_mess .mess_box h3 a{
	color:#4c4c4c;
	font-size:16px;
}

.pro_mess .mess_box p{
	color:#8e8e8e;
	font-size:14px;
	line-height:26px;
}

.pro_mess .mess_box h3 a:hover{
	color:#e50012;
	text-decoration:none;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}


.pro_mess .mess_box:hover{
	background:#fff;
	box-shadow: 5px 6px 20px #8e8e8e;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

/*-------------------首页关于我们------------------*/
.index_about{
	background:#f2f2f2;
	margin:25px 0;
	padding:30px 0;
}

.index_about .title{
	text-align:center;
}

.index_about .title span{
	font-size:24px;
	color:#24282b;
	padding-bottom:10px;
	border-bottom:1px solid #007cc3;
}

.index_about .title p{
	font-size:14px;
	color:#888888;
	margin:20px 0;
}

.index_about .a_mess h5{
	font-size:24px;
	color:#231815;
	margin-bottom:15px;
}

.index_about .a_mess p{
	font-size:14px;
	color:#696969;
	line-height:32px;
	margin-bottom:20px;
}

.index_about .a_mess a{
	font-size:14px;
	color:#fff;
	background:#e50012;
	padding:8px 20px;
	border:1px solid #e50012;
}

.index_about .a_mess a:hover{
	color:#e50012;
	background:none;
	text-decoration:none;
	border:1px solid #e50012；
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

@media(max-width:414px){
	.index_about .title span{
	font-size:18px;
	padding-bottom:5px;
}
.index_about .a_mess h5{
	font-size:18px;
	margin-bottom:10px;
}

}

.index_about .a_mess,.index_about .a_pic{
	padding:0;
}

/*-----------新闻资讯-------------*/
.indexnew{
	margin-top:20px;
	margin-bottom:20px;
}

.new_pic{
	max-width:500px;
	max-height:220px;
	overflow:hidden;
}

.new_title{
	text-align:center;
	margin:20px 0;
}

.new_title span{
	font-size:24px;
	color:#24282b;
	border-bottom:1px solid #007cc3;
	padding-bottom:10px;
}

.index_news .new_box{
	margin:20px 0;
	border:1px solid #e3e3e3;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	overflow: hidden;
	text-align:center;
	padding-top:10px;
	height:316px;
}

.index_news .new_box h5 a{
	font-size:16px;
	color:#181818;
	margin:5px 0;
	float:left;
}

.index_news .new_box h5{
	margin:5px 10px;
}

.index_news .new_box h5 span{
	font-size:14px;
	color:#919191;
	margin:5px 10px;
	float:right;
}

.index_news p{
	font-size:14px;
	color:#747474;
	margin:5px 10px;
	line-height:26px;
	float:left;
	text-align:left;
}


.index_news .new_box:hover{
	background:#fff;
	box-shadow: 3px 3px 15px #8e8e8e;
}

@media(max-width:414px){
	.new_title span{
	font-size:18px;
	padding-bottom:5px;
}
.new_title{
	text-align:center;
	margin:10px 0;
}
}

@media(max-width:767px){
	.index_news .new_box{
	text-align:center;
}
}


/*--------------底部-----------------*/
.footer_box{
	background:#231815;
	padding:20px 0;
}

.footer .foot_mess .foot_title span{
	color:#888888;
	font-size:14px;
	border-bottom:1px solid #676767;
	padding-bottom:10px;
}

.footer .foot_mess{
	padding-left:5%;
	box-sizing:border-box;
}

.footer .foot_mess .foot_nav ul li a{
	color:#bfbfbf;
	font-size:14px;
}

.footer .foot_mess .foot_nav ul li a:hover{
	color:#fff;
	text-decoration:none;
}

.footer .foot_mess .foot_nav{
	margin:15px 0;
}

.footer .foot_mess .weixin{
	margin:20px 0;
}

@media(min-width:992px){
	.footer .foot_mess .weixin img{
	width:120px;
}

}
.footer .foot_mess .foot_nav ul li{
	margin:5px 0;
}

.bottom_mess{
	border-top:1px solid #363636;
	/* padding:0 10%; */
}

.bottom_mess p,.bottom_mess p a{
	font-size:14px;
	color:#bfbfbf;
	margin:0 5px;
}

.bottom_mess .bottom_left,.bottom_mess .bottom_right{
	margin-top: 20px;
}

.bottom_mess .bottom_right{
	text-align: right;
}

/*-----------内页-关于我们--------------*/
.inner_banner{
	background:url(../img/about-banner.png) no-repeat;
	text-align:center;
	padding:40px 0 80px 0;
}


.inner_banner h6 span{
	font-size:48px;
	color:#fff;
	display:inline-block;
	width:240px;
	padding-bottom:10px;
	border-bottom:1px solid #48545e;
}

.inner_banner p a,.inner_banner p{
	font-size:18px;
	color:#e4f3fe;
}

@media(max-width:414px){
	.inner_banner{
	background:url(../img/about-banner.png) no-repeat;
	text-align:center;
	padding:30px 0;
}
.inner_banner h6 span{
	font-size:32px;
}

.inner_banner p a,.inner_banner p{
	font-size:16px;
}
}

.inner_about .in_title{
	margin-top: 15px;
}

.inner_about .in_title span{
	font-size:24px;
	color:#231815;
	border-bottom:1px solid #e50012;
	padding-bottom:10px;
}

.inner_about .in_title p{
	font-size:24px;
	color:#e50012;
	margin:20px 0;
}

.inner_about .about_mess p{
	font-size:14px;
	color:#696969;
	line-height:30px;text-align: justify;
}

.about_pic{
	margin-top: 7%;
}

.wenhua_mess{
	background:url(../img/wenhua.png) no-repeat;
	text-align:center;
	background-size:cover;
	padding:50px 0;
	margin-top:50px;
}

.wenhua_mess .wenhua span{
	font-size:24px;
	color:#e50012;
	border-bottom:1px solid #a1b1fa;
	padding-bottom:10px;
	margin-bottom:15px;
}

.wenhua_mess .wenhua p{
	font-size:20px;
	color:#fff;
	margin-top:20px;
}

@media(max-width:414px){
	.inner_about .in_title p{
	font-size:18px;
	margin:10px 0;
}
	
	.inner_about .in_title span{
	font-size:18px;
	padding-bottom:5px;
}
	
	.wenhua_mess .wenhua span{
	font-size:18px;
}

.wenhua_mess .wenhua p{
	font-size:18px;
}
}


/*-----------------联系我们---------------------*/
@media(max-width:414px){
	.inner_contact{
	margin-top:20px;
}

}

.inner_nav{
	margin-top:10px;
	padding-bottom:10px;
	border-bottom:1px solid #c2c2c2;
	margin-bottom:30px;
}

.inner_nav ul{
	padding-left:15px;
	border-left:5px solid #e50012;
}

.inner_nav ul li a {
    font-size: 16px;
    color: #231815;
    border:1px solid #fff;
    padding: 5px 15px;
}

.inner_nav ul li a:hover{
	color:#e50012;
	text-decoration:none;
	border:1px solid #e50012;
}

.inner_nav ul li{
	line-height:30px;
	color:#c2c2c2;
	margin:0 5px;
}

@media(max-width:414px){
	.inner_nav ul li{
	margin:2px 1px;
	line-height:24px;
}
	.inner_nav ul li a {
    font-size: 14px;
    color: #231815;
    border: 1px solid #fff;
    padding: 3px 12px;
}
}

/*----------------------------------*/

.left-mess span{
	color:#231815;
	font-size:24px;
	border-bottom:1px solid #e50012;
	padding-bottom:15px;
	margin-bottom:20px;
}

.left-mess p{
	color:#4b4b4b;
	font-size:14px;
	line-height:30px;
	margin:20px 0;
}

.right-mess span{
	color:#231815;
	font-size:24px;
	border-bottom:1px solid #e50012;
	padding-bottom:15px;
	margin-bottom:20px;
}

.form-group{
	margin-top:20px;
}

.form-group input,.form-group textarea,.form-group button{
	margin:10px 0;
	resize: none;
}

.form-group textarea,{
	min-height:60px;
}

.form-group button{
	background:#e50012;
	border:none;
	color:#fff;
	width:100%;
}

.form-group button:hover{
	background:#cc0212;
	color:#ffc9cd;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.map{
	margin-bottom:30px;
}

@media(max-width:414px){
	.left-mess span,.right-mess span {
    color: #007cc3;
    font-size: 18px;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

}



/*---------------内页-案例-产品列表---------------------------*/
.innerpro_mess .innerpro_box{
	text-align:center;
	background:#fff;
	box-shadow:1px 1px 5px #bbbbbb;
	margin: 15px 0;
    padding: 15px;
	height:330px;
	overflow:hidden;
}

.innerpro_mess .innerpro_box h3 a{
	color:#231815;
	font-size:16px;
	font-weight:bold;
}


.innerpro_mess .innerpro_box p{
	color:#6a6a6a;
	font-size:14px;
	line-height:26px;
}

.innerpro_mess .innerpro_box h3 a:hover{
	color:#e50012;
	text-decoration:none;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.innerpro_mess .innerpro_box:hover{
	background:#fff;
	box-shadow: 5px 6px 20px #8e8e8e;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}


/*------------------产品列表-------------------*/
.page{
	margin-top:20px;
	margin-bottom:20px;
	display:flex;flex-flow:wrap;justify-content: center;padding:0;
}

.page li{
	margin:10px 8px;
}

.page li a{
	color:#2b2b2b;
	background:#fff;
	display:inline-block;
	font-size:16px;
	padding:5px 8px;
	
}

.page li .next,.page li .prev,.page .active a,.page li a:hover{
	border-radius:5px;
	background:#e50012;
	color:#fff;
	text-decoration:none;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

/*------------新闻资讯--------------*/
.news_box{
	background:#f2f4f5;
	margin:30px 0;
	cursor:pointer;
}

.news_box .new_mess{
	margin-top: 1%;
}

.news_box .new_mess h5{
	margin:30px 0 20px 0;
}

.news_box .new_mess h5 a{
	color:#111111;
	font-size:20px;
}

.news_box .new_mess p.new_time{
	color:#919191;
	font-size:14px;
}

.news_box .new_mess p.new_more{
	margin:10px 0;
	color:#5c5c5c;
	font-size:14px;
}

.news_box:hover{
	background:#fff;
	box-shadow: 3px 3px 15px #8e8e8e;
	-webkit-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

.news_box .new_mess h5 a:hover{
	color:#e50012;
	text-decoration:none;
}

.details_title{
	border-bottom:1px solid #e2e2e2;
	padding-bottom:10px;
	text-align:center;
	margin-bottom:20px;
}

.details_title h4{
	font-size:24px;
	color:#111111;
}

.details_title p{
	font-size:14px;
	color:#919191;
}

.details_title p a{
	color:#919191;
	margin-right:10px;
}

.details-mess .details_pic{
	margin-bottom:20px;
}

.details-mess .artical{
	max-width:100%;
}

.details-mess .artical p{
	max-width:100%;
	font-size:16px;
	color:#414040;
	line-height:30px;
}

.details-mess .artical p img{
	max-width:100%;
	height:auto;
}

.details-mess .artical p table{
	max-width:100%!important;
	height:auto;
}

.more_news{
	margin:20px 0;
}

.more_news p{
	font-size:16px;
	color:#414040;
}

.more_news p a{
	font-size:16px;
	color:#414040;
}

.more_news p a:hover{
	color:#007cc3;
}


/* 首页BANNER */
/* @media(max-width:768px){
	.carousel-inner .item a img{
		position:relative;
		right:50%;
	}
} */

/* 回顶部 */
#toTop {
	position: fixed;
	padding-top: 10px;
	bottom: -100px;
	right: 0px;
	z-index: 1000;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background-color: #231815;
	/* background: url(../img/right-menu-icons.png) no-repeat 57% -12%; */
	color: #fff;
	cursor: pointer;
	-webkit-transition: all 0.4s;
	transition: all 0.4s;
}
#toTop:hover {
	background: url(../img/right-menu-icons.png) no-repeat 57% 106%;
	z-index: 2000;
	color: #2792F0;
	background-color: #fff;
}

/*客服开始*/

.side{position:fixed;height:298px;left:40px;top:180px;z-index:100;}
.sidebox{position:absolute;width:200px;height:298px;top:0;left:-40px;overflow:hidden;}

.kefu .kefu_top{
	height:43px;
	}

.kefu .kefu_mid{
	background:#ededed;
	width:159px;
	padding:12px 20px;
	height:50px;
	}
.kefu .kefu_mid p{
	font-size:12px;
	line-height:18px;
	color:#515151;
	border-bottom:1px #e5e5e5 solid;
	padding-bottom:10px;
	text-align:center;
	}
.kefu .kefu_bot{
	background:#ededed;
	padding:8px 41px 5px ;
	border-bottom:1px solid #cfcfcf;
	}
.kefu .kefu_bot ul li{
	margin-bottom:15px;
	height:22px;
	cursor:pointer;
	}
.kefu .kefu_bot ul li:hover{
	box-shadow:0 0 10px rgba(0,0,0,0.2);
	transition:all 0.3s;
	}
.kefu dl{font-size:12px;color:#515151;background:#ededed;width:159px;padding:10px 30px;}

.gongshang{
	margin-top:20px;
}

.gongshang a{
	margin:0 10px;
}

.gongshang a img{
	width:100px;
	display:inline-block;
	border-radius:4px;
}

 .gongshang .gswj{
	text-align:right;
	padding-right: 25px;
} 


.gongshang a img.wang02{
	width:32px;
	display:inline-block;
	background:#fff;
	border-radius:4px;
	padding:2px;
	box-sizing:border-box;
}


.flex_wrap{display:flex;flex-flow:wrap}