﻿*{
	margin: 0;
	padding:0;
	list-style: none;
}
#fixed-foot { position:fixed; left:0; bottom:0; width:100%; height:50px; background: #EAEAEA; background: linear-gradient(#F6F6F6,#EAEAEA); line-height:24px; text-align:center; z-index:1; }
#fixed-foot li { float:left; width:33.33%; margin:0 -1px; border-left:1px solid rgba(255,255,255,.1); border-right:1px solid rgba(0,0,0,.2); }
#fixed-foot li a { display:block; padding:8px 0 0; color:#333; }
.fixed-button { display:block; width:19px; height:17px; margin:0 auto; background:url(../img/icon_arr_tel_white.png) no-repeat; overflow:hidden; }
.icon_arr_email { background-image:url(../img/icon_arr_email.png) }
.icon_arr_map { background-image:url(../img/icon_arr_map.png) }
.icon_arr_share { background-image:url(../img/icon_arr_share.png) }
.icon_arr_book { background-image:url(../img/icon_arr_book.png) }
#fdl { position:fixed; left:0; top:50%; width:100%; height:99px;}
@media only screen and (min-width: 320px){
html {
		font-size: 62.5% !important;
	}
}		
@media only screen and (min-width: 640px){
	html {
		font-size: 125% !important;
	}
}
@media only screen and (min-width: 750px){
	html {
		font-size: 150% !important;
	}
}
@media only screen and (min-width: 1242px){
	html {
		font-size: 187.5% !important;
	}
}
body{
	font-size: 1.3rem;
	position: relative;
	color: #393939;
}
a{
	text-decoration: none;
	color: #393939;
}
header{height:4.5rem;}
.heard{
	width: 90%;
	height: 3.5rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 1rem 5%;
	overflow: hidden;
	border-bottom: 1px solid #134E8F;
}
.logo{
	height: 100%;
}
.logo img{
	height: 100%;
}
.mbx {
    width: 3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.mbx span {
    display: block;
    width: 100%;
    height: 3px;
    background: #134E8F;
    margin: 2px 0;
}
.nav{
	width: 80%;
	height: 100%;
	padding: 5% 10%;
	position: fixed;
	top: calc(4.5rem + 1px);
	background: #f0f0f0;
	z-index: 999;
	display: none;
}
.navigation{}
.navigation li{
	width: 100%;
	line-height: 3.5rem;
	font-size: 1.7rem;
	border-bottom: 1px dashed #777;
	text-indent: 2rem;
	position: relative;
}
.navigation li:last-child{border-bottom: 1px solid ;}
.nav_child{
	width: 100%;
	display: none;
	background: #f6f6f6;
	border-top: 1px dashed #777;
}
.nav_child p{
	border-bottom: 1px dashed #E0E0E0;
}
.search{
	width: 85%;
	font-size: 1.5rem;
	margin: 1rem auto 0.5rem;
	color: #EB5B04;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.search input{
	width: 70%;
	height: calc(3rem - 4px);
	margin-right:1rem;
}
.search label{
	background: #EB5B04;
	color: white;
	line-height: 3rem;
	border: 1px solid #eee;
	width: 25%;
	text-align: center;
}
.hot{
	width: 85%;
	margin: 0 auto;
	display: flex;
	flex-wrap:wrap;
}
.hot a{
	line-height: 3rem;
    	font-size: 1.7rem;
	margin-right: 1rem;
	text-decoration: underline;
}
.tel{
	width: 70%;
	margin: 2rem auto;
	text-indent: 3rem;
	font-size: 2rem;
	background: url(../img/phone.png) no-repeat;
	background-size: auto 100%;
}
.tel a{
	color: #eb5b04;
}
.banner img{
	width: 100%;
}









/* 首页 */
.index-title {
    width: 80%;
    margin: 2rem auto;
    font-size: 1.3rem;
    color: #A4B1BD;
    text-align: center;
}
.index-title i {
    display: inline-block;
    width: 4rem;
    height: 2px;
    background: #E60011;
    vertical-align: middle;
}
.index-title p {
    font-size: 2rem;
    color: #363636;
}
.gycp-xxk{
	width: 90%;
	margin: 1rem auto;
	display: flex;
	flex-wrap: wrap;
}
.gycp-xxk .on {
    background: url(../img/gycpon.jpg) center center no-repeat;
	background-size: 100%;
    color: #fff;
}
.gycp-xxk li {
    width: 45%;
	margin: 2.5%;
	line-height: 4rem;
    background: #F3F3F3;
    color: #4E4E4E;
    border-radius: 5px;
    text-align: center;
    font-size: 1.3rem;
}
/*
.gycp-cont {
    width: 90%;
    line-height: 1.5rem;
    font-size: 1.3rem;
    color: #464646;
    text-align: center;
	margin: 0 auto 2rem;
}
.gycp-cont  img {
    width: 100%;
    border: 1px solid #eee;
}
*/
.gtco-fa{
    	width: 90%;
	line-height: 1.5rem;
    	font-size: 1.3rem;
    	color: #464646;
    	text-align: center;
	margin: 0 auto 2rem;
	display: flex;
    	flex-wrap: wrap;
}
.gtco-fa li{
	width:45%;
	margin:2.5%;
}
.gtco-fa li img{width:100%;}

.about{
	width: 90%;
	padding: 5%;
	color: white;
	font-size: 1.3rem;
	line-height: 2.5rem;
	background:rgba(230,0,0,.8) url(../img/about-bg.png) no-repeat center center;
	margin-bottom: 2rem;
	background-size: 100% 100%;
}
.about-cent p{
	text-indent: 2.6rem;
}
.about .index-title {
    width: 80%;
    margin: 0 auto;
    font-size: 1.3rem;
    color: white;
    text-align: center;
}
.about .index-title i {
    display: inline-block;
    width: 4rem;
    height: 2px;
    background: white;
    vertical-align: middle;
}
.about .index-title p {
    font-size: 2rem;
    color: white;
}
.about img{width:80%;margin:1rem auto;}
.more{
	display: block;
	width: 40%;
	height: 2.5rem;
	line-height: 2.5rem;
	color: white;
	border: 1px solid white;
	border-radius: 3rem;
	text-align: center;
	margin:1rem auto 0;
}
.new-xxk {
    width: 80%;
    margin: 2rem auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.new-xxk .on {
    background: #E60011;
    color: white;
    border-radius: 5px;
}
.new-xxk li {
	width: 33%;
    color: #828282;
    font-size: 1.5rem;
	line-height: 2.5rem;
	text-align: center;
}
.new-cont{
	margin: 0 auto 2rem;
}
.new-cont li{
	width: 90%;
	margin: 0 auto;
	display: none;
}
.new-cont li:first-child{
	display: block;
}
.new-cont li div{
	margin-bottom: 2rem;
	height: 10rem;
	overflow: hidden;
	font-size: 14px;
    color: #9D9D9D;
    line-height: 2rem;
}
.new-cont li div img{
	float: left;
	width:10rem;
	height:6rem;
	margin-right: 10px;
}
.new-cont li div h4{
	font-size: 1.4rem;
	color: #363636;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.new-cont li div p{
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.develop{
	width: 90%;
	display: flex;
	flex-wrap: wrap;
	background: url(../img/develop-bg.jpg) center center no-repeat;	
	
	color: white;
	padding:1rem 5%;
}
.develop li{
	width: 49%;
	margin:1rem  .5%;
	font-size: 1rem;
}
.develop p{
	width: 3rem;
    	height: 3rem;
    	border-radius: 50%;
    	background: white;
	display: flex;
	justify-content: center;
	align-items: center;
	float: left;
	margin-right:.5rem;
}
.develop img{
	width: 3rem;
    	height: 3rem;
   	padding:.5rem;
	box-sizing: border-box;
	
}
.develop a{
	color: white;
}
.foot{
	width: 90%;
	padding: 5%;
	background: #303134;
	color: white;
	line-height: 2rem;
}
.foot a{
	color: white;
}
.record {
    width: 90%;
    line-height: 2rem;
    padding: 0 5%;
	margin-bottom:50px;
    color: #89898A;
    text-align: center;
    align-items: center;
    background: #1D1E20;
}


.location{
	margin: 1rem 5%;
	padding-bottom: 1rem;
    border-bottom: 1px dashed #eee;
}
.location span {
    color: rgb(190, 1, 18);
}







/* 关于我们 */
.about-tit{
	color: rgb(190, 1, 18);
    font-size: 2rem;
    text-align: center;
    font-weight: bold;
}
.gsjj-text{
	width: 90%;
	margin: 1rem 5%;
	line-height: 2rem;
}
.gsjj-text p{
	text-indent: 2.4rem;
}
.qywh{
	width: 90%;
	padding: 1rem 5%;
	background:rgba(192, 0, 0, 0.7);
	color: rgb(129, 129, 129);
	margin: 2rem 0;
}
.qywh .about-tit{
	color: white;
}
.linian{
	width: 100%;
	height: 4rem;
	margin-top: 2rem;
	background: white;
	display: flex;
	justify-content: space-between;
	align-items: center;
	    padding: .5rem 0;
}
.linian img{
	height: 100%;
}
.linian div{
	width: 40%;
}
.linian p{
	width: 40%;
}
.linian span {
    font-size: 1.6rem;
    color: rgb(54, 54, 54);
}
.qywh2 {
	width: 100%;
	height: 12rem;
	margin: 2rem auto; 
	padding: .5rem 1rem;
    	box-sizing: border-box;
	background: white;
	text-align: center;
}
.qywh2 img{
	height: 50%;
	margin-bottom: .5rem;
}
.qywh2 span {
    font-size: 1.6rem;
    color: rgb(54, 54, 54);
}
.qywh2 div{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}


.swiper5{
	width: 90%;
	margin: 2rem auto;
	text-align: center;
}
.swiper5 img{
	width: 100%;
	margin-bottom: 1rem;
}













/* 新闻 */
.news-lis{
	width: 90%;
	margin:2rem auto;
}
.news-lis li{
	height: 6rem;
	overflow: hidden;
	display: flex;
	justify-content:flex-start;
	border-bottom: 1px solid #eee;
	padding-bottom: 1rem;
	margin-top: 1rem;
}
.new-lis-img{
	height: 100%;
	overflow: hidden;
	margin-right:1.5rem;
}
.new-lis-img img{
	height: 100%;
	width:10rem;
}
.new-lis-cent{
	width: 55%;
	height: 100%;
}
.new-lis-text{
	height:3rem;
	line-height: 1.5rem;
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}
.new-lis-time{
	height:1.5rem;
	margin-top: .5rem;
}
.fenye{
	width: 90%;
	margin: 2rem auto;
	display: flex;
	justify-content: space-between;
}







/*  */
.publicent-lis{
	position: fixed;
	top: 5rem;
	right: 8rem;
	width: 8rem;
}
.publicent-lis p{
	width: 8rem;
	height: 3rem;
	line-height:3rem ;
	text-align: center;
	background: #E70011;
    color: white;
	position: absolute;
	left: 8rem;
	z-index: 999;
}
.publicent-lis li{
	display: none;
	width: 12rem;
    height: 3rem;
    line-height: 3rem;
    color: #3A3A3A;
    background: #EEEEEE;
    margin-bottom: 1rem;
	text-indent: 1rem;
	float: right;
}
.publicent-lis li a{
	display: block;
}
.publicent ul{
	display: flex;
	flex-wrap: wrap;
}
.publicent li{
	width: 40%;
	margin: 1rem 5%;
	text-align: center;
}
.publicent li img{
	width: 100%;
	border: 1px solid #eee;
}










/* 配置方案 */
.scheme{
	width: 90%;
	margin: 0 auto;
	line-height: 2.5rem;
}
.scheme li{
	padding: 2rem;
	margin: 2rem 0;
	border: 1px solid #eee;
}
.scheme-tit{
	font-size: 1.6rem;
}
.scheme-time{
	color: #787878;
}
.scheme-text{
	color: #787878;
}
.scheme-text p{
	text-indent: 2.6rem;
}












/* 技术文章 */
.articles{
	width: 90%;
	
	margin: 2rem auto;
}
.articles li{
	height: 6rem;
	overflow: hidden;
	margin-bottom: 2rem;
}
.articles-rtime{
	width: 6rem;
	height: 6rem;
	border: 1px solid #B5B5B5;
    text-align: center;
	float: left;
	box-sizing: border-box;
	margin-right: 1rem;
}
.articles-rtime h3{
	 line-height: 3rem;
	 font-size: 1.8rem;
}
.articles-rtime div {
    color: white;
    background: #B5B5B5;
    line-height: 3rem;
}
.articles-rtext h3{
	font-size: 1.5rem;
	overflow: hidden;
	height: 2rem;
	line-height: 2rem;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 1rem;
}
.articles-rtext div{
	overflow:hidden; 
	text-overflow:ellipsis;
	display:-webkit-box; 
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2; 
}












/* 售后服务 */
.serciec{
	width: 90%;
	margin: 2rem auto;
	overflow: hidden;
}
.serciec li {
    width: 100%;
    margin-bottom: 2rem;
    border-bottom: 1px dashed #E1E1E1;
}
.serciec-img{
	text-align: center;
}
.serciec-img img{
	width: 80%;
}
.serciec-img h3{
	font-size: 1.5rem;
	line-height: 2rem;
}
.serciec-text{
	width: 100%;
}
.serciec-text p{
	line-height: 2rem;
	margin: 1rem 0;
}









/* 联系我们 */
.contact-tit {
    width: 80%;
    margin: 0 auto 2rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #868686;
    text-align: center;
}
.contact-tit div{
	margin-top: 1rem;
}
.contact-tit i {
    display: block;
    width: 30%;
    height: 1px;
    background: #BC050C;
}
.contact-tit b {
    font-size: 2rem;
    color: #BC050C;
    line-height: 2rem;
}
.contact-red {
    width: 100%;
    padding: 1rem 0;
    margin: 2rem auto;
    background: #E70011;
    color: white;
    text-align: center;
	display: flex;
	flex-wrap: wrap;
}
.contact-red li{
	width: 40%;
	margin:0 5%;
}
.contact-red li img{
	height:3rem;
}
form{
	width: 80%;
	margin: 2rem auto;
}
form input[type="text"]{
	width: 100%;
	line-height: 4rem;
	margin-bottom: 1rem;
	text-indent: 1rem;
}
form textarea{
	width: 100%;
	height: 6rem;
}
form input[type="submit"]{
	width: 50%;
    line-height: 3rem;
    text-align: center;
    font-size: 1.5rem;
    color: white;
    background: #E70011;
	display: block;
	margin: 1rem auto;
	border: 0;
}












/* 产品内容 */
.product_detail{
	width: 90%;
	margin: 0 auto;
}
.product_detail-img,
.product_detail-tit{
	width: 90%;
	margin: 0 auto;
}
.product_detail-img img{
	width:100%;
	border: 1px solid #eee;
}
.product_detail-tit{
	line-height: 1.8rem;
}
.product_detail-tit p{
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.product_detail-xxk{
	width: 90%;
	display: flex;
	justify-content: space-between;
	text-align: center;
	line-height: 3rem;
	margin: 2rem;
}
.product_detail-xxk li{
	width: 30%;
}
.product_detail-xxk .on {
    background: #E70011;
    color: white;
    border-radius: 5px 5px 0 0;
}
.product_detail-tcent {
	width: 90%;
	margin: 2rem auto;
	line-height: 2rem;
}
.product_detail-tcent li{
	display: none;
}
.product_detail-tcent li:first-child{
	display: block;
}
.product_detail-tcent p{
	margin-bottom: 1.5rem;
}
.product_detail-tcent img{max-width:90%;}















/* 新闻内容 */
.news_detail-left{
	width: 90%;
	margin: 2rem auto;
}
.news_detail-ltit{
	text-align: center;
	margin: 0 auto 1rem;
}
.news_detail-ltit h3{
	font-size: 1.5rem;
}
.news_detail-ltit div{
	line-height: 3rem;
}
.news_detail-ltext{
	line-height: 2rem;
}
.news_detail-ltext p{
	
}
.news_detail-ltext img{max-width:90%; height:auto}
.news_detail-page {
	line-height: 2rem;
	margin: 2rem 0;
}
.news_detail-page p{
	font-size: 1.5rem;
}
.fenxiang {
    font-size: 14px;
    color: #7A7A7A;
    margin: 2rem 0;
    display: flex;
    align-items: center;
}











.articles_detail-text{
	width: 80%;
	padding: 5%;
	border: 1px solid #eee;
	margin: 2rem auto;
}
.scheme_detail-tit{margin:0 auto 1rem;}
.scheme_detail-tit h3{
	margin: 0 auto;
	text-align: center;
}
.scheme_detail-tit div{
	line-height: 3rem;
	text-align: center;
}
.scheme_detail-text{
	line-height: 2rem;
}
.scheme_detail-text p{
	text-indent: 2rem;
}
.scheme_detail-text img{max-width:90%;}