*{
	margin: 0;
	padding: 0;
	border: 0;
}
html,body{
	font-family: "微软雅黑";
	width: 100%;
	color: #333333;
}
em,i{
	font-style: normal;
}
a{
	text-decoration: none;
	color:#333333;
}
.inner{
	width: 1200px;
	margin: 0 auto;
}
.syhtB{
	font-family: "思源黑体 CN Regular" !important;
}
.syhtR{
	font-family: "思源黑体 CN Regular" !important;
}


/*侧边盒子*/
.moveBox{
	position: absolute;
	right: 0;
	top: 200px;
	z-index: 999;
}
.moveBox ul li{
	margin-top: 4px;
	position: relative;
}
.moveBox ul li .mBox{
	width: 65px;
	height: 64px;
	background: #0daae6;
	border-radius: 5px;
	padding-top: 1px;
	cursor: pointer;
}
.moveBox ul li:hover .mBox{
	background: #0daae6;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-webkit-transition: all 0.3s; 
}
.moveBox ul li .mBox .mIcon{
	width: 34px;
	height: 32px;
	font-size: 0;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 5px;
}
.moveBox ul li .mBox .mIcon img{
	width: 100%;
	height: 100%;
}
.moveBox ul li .mBox span{
	color: #FFFFFF;
	font-family: "微软雅黑";
	font-size: 12px;
	display: block;
	line-height: 12px;
	padding-top: 8px;
	text-align: center;
}
.moveBox ul .hotLine{
	height: 65px;
}
.moveBox ul .hotLine .show{
	display: block;
}
.moveBox ul .hotLine .hide{
	display: none;
}
.moveBox ul .hotLine:hover .show{
	display: none;
}
.moveBox ul .hotLine:hover .hide{
	display: block;
}
.moveBox ul .hotLine .hide{
	width: 255px;
	background: #0daae6;
	border-radius: 5px;
	height: 64px;
	padding-top: 1px;
	position: absolute;
	right: 0;
	top: 0;
}
.moveBox .hotLine .hide .phIcon{
	width: 34px;
	height: 32px;
	font-size: 0;
	overflow: hidden;
	margin-top: 16px;
	margin-left: 18px;
}
.moveBox .hotLine .hide .phIcon img{
	width: 100%;
	height: 100%;
}
.moveBox .hotLine .hide span{
	color: #FFFFFF;
	font-family: "微软雅黑";
	font-size: 16px;
	display: block;
	line-height: 64px;
	padding-left: 2px;
}
.moveBox ul .hezuo .mBox{
	height: 100px;
	margin-top: 20px;
}
.moveBox ul .hezuo .mBox .mIcon{
	margin-top: 25px;
}
.moveBox ul .hezuo .mBox span{
	padding-top: 12px;
}
.moveBox ul li .eCodeLi{
	position: relative;
}
.moveBox ul li .eCodeLi .eCode{
	width: 110px;
	background: #0daae6;
	padding-bottom: 5px;
	position: absolute;
	right: 65px;
	top: 0;
	opacity: 0;
	border-radius: 5px;
	display:none;
}
.moveBox ul li:hover .eCodeLi .eCode{
	opacity: 1;
	display:block;
}
.moveBox ul li .eCodeLi .mIcon{
	margin-top: 16px;
}
.moveBox li .eCodeLi .eCode span{
	color: #FFFFFF;
	font-family: "微软雅黑";
	font-size: 14px;
	text-align: center;
	line-height: 30px;
	display: block;
}
.moveBox li .eCodeLi .eCode .img{
	width: 100px;
	height: 100px;
	margin: 0 auto;
	font-size: 0;
	overflow: hidden;
}
.moveBox li .eCodeLi .eCode .img img{
	width: 100%;
	height: 100%;
}
.moveBox ul li:last-child span{
	padding-top: 0;
}  

/*--------顶部--------*/
.tops{
	width: 100%;
	min-width: 1200px;
	height: 37px;
	border-bottom: 1px solid #e0e0e0;
}
.tops .welcome{
	color: #0daae6;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 36px;
}
.tops .tOther ul li{
	float: left;
	padding: 0 10px;
	margin-top: 12px;
	position: relative;
}
.tops .tOther ul li.line::after{
	content: "";
	display: block;
	width: 1px;
	height: 11px;
	background: url(../image/topLine.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 1px;
	right: 0;
}
.tops .tOther ul li span{
	color: #0daae6;
	font-family: "微软雅黑";
	font-size: 14px;
	line-height: 14px;
	display: block;
} 
.tops .tOther .phone{
	margin-left: 20px;
	padding-top: 10px;
}
.tops .tOther .phone em{
	width: 14px;
	height: 14px;
	font-size: 0;
	overflow: hidden;
	display: block;
	background: url(../image/topPhoneIcon.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 2px;
}
.tops .tOther .phone span{
	color: #0daae6;
	font-family: "微软雅黑";
	font-size: 16px;
	display: block;
	line-height: 16px;
	font-weight: bold;
	padding-left: 6px;
}

.dropdown-menu{
	position: absolute;
	width: 160%;
	display: none;
	z-index: 999;
	border-radius: 1px;
	top: 100%;
	left: -30%;
	background-color: rgba(0,0,0,0.7);
	overflow: hidden;
}
.dropdown-menu ul{
	display: block;
	line-height: 1.5;
}
.dropdown-menu ul li{
	position: relative;
	text-align: center;
	padding: 10px 0;
	width: 100%;
	display: inline-block;
	margin: 0 auto !important;
	color: white;
}
.dropdown-menu ul li a{ display: block; width: 100%; color: #ffffff; font-size: 14px; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; text-transform: uppercase; }
.dropdown-menu ul li a:hover{
	color: #bf1f37;
}
/*-------导航条--------*/
.navigate{
	width: 100%;
	min-width: 1200px;
	position: absolute;
	z-index: 9;
	/*top: 30px;*/
}
.navigate .logo{
	/*width: 210px;*/
	/*height: 60px;*/
	font-size: 0;
	overflow: hidden;
	margin: 20px 0 0;
}
.navigate .logo img{
}
.fixheader{
	position: fixed;
	background-color: rgba(0,0,0,.7);
	padding: 0 0 15px;
}
/*搜索框*/
.sousuo{ height: 30px; float: right; margin-right: 15px; padding-top: 5px;}
.mall-search {
  margin-left: 20px;

}
.mallSearch-form {
  height: 25px;
  position: relative;
  background: #fff;
  border: 1px solid #e0e0e0;
  border-radius:10px;
  margin-left: 10px;
}
.mallSearch-input-wp {
  float: left;
  position: relative;
}

.mallSearch-input {
  color: #999;
  margin: 0;
  position: relative;
  z-index: 2;
  width: 260px;
  /*height: 20px;*/
  /*line-height: 20px;*/
  padding:0 5px;
	letter-spacing: 1px;
  outline: 0;
  /*font-weight: 900;*/
  font: 16px/16px arial;
}
.mallSearch-input-wp label {
  line-height: 30px;
  position: absolute;
  left: 8px;
  top: 0;
  z-index: 1;
  font-size: 14px;
  display: inline;
  color: #666;
}
.mallSearch-input-wp.focus label {
  color: #ccc;
}
.mallSearch-input-wp.fill label {
  display: none;
}
.mallSearch-form button {
  background: transparent;
    border: none;
    padding-right: 7px;
      cursor:pointer;
}

.navigate ul{
	padding-top: 5px;
}
.navigate ul li{
	float: left;
	margin-left: 53px;
	position: relative;
}
.navigate ul li span{
	color: #fff;
	font-family: "微软雅黑";
	/*font-size: 15px;*/
	display: block;
	height: 50px;
	line-height: 50px;
	/*padding: 0 0 0 36px;*/
	position: relative;
}
.navigate ul li span::after{
	content: "";
	display: block;
	width: 0;
	height: 2px;
	background: #bf1f37;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
	opacity: 0;
}
.navigate ul li:hover span,.navigate ul li.active span{
	/*color: #bf1f37;*/
}
.navigate ul li.active span::after,
.navigate ul li:hover span::after{
	width: 100%;
	opacity: 1;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.foot_line{
	width: 0;
	background-color: #bf1f37;
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0 auto;
}
/*.navigate ul li:hover ~  .foot_line{
	width: 100%;
	height: 3px;
	opacity: 1;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
}*/
.fw_hotline{
	color: #ffffff;
	margin-top: 20px;
}
.fw_hotline img{
	margin-right: 10px;
}
.pubimg{
	width: 100%;
	height: 100%;
	display: block;
}
.pubimg1s{
	width: 100%;
	height: 100%;
	display: block;
	transition: all 1s;
}
.Process_flow{
	overflow: hidden;
}
.Process_flow .flow-box1{
	position: relative;
	overflow: hidden;
	display: flex;
	align-items: center;
	align-content: center;
	margin-top: 8%;
}
.Process_flow .flow-box1 .box-lf{
	width: 50%;
	float: left;
	/*padding: 8% 16% 0% 0;*/
}
.Process_flow .flow-box1 .box-lf img{
	width: 76%;
	margin: 0 auto;
}
.Process_flow .flow-box1 .box-rf{
	width: 50%;
	float: left;
	padding-left: 10%;
}
.Process_flow .pubtit{
	line-height: 2;
}
.Process_flow .pubtit_en{
	letter-spacing: 2px;
	margin-bottom: 22px;
}
.Process_flow .flow-box1 .box-rf .p1{
	text-indent: 2.5em;
	background: url("../image/icon-flag.png") no-repeat left center;
	margin-bottom: 16px;
}
.Process_flow .moreBtn{
	background-color: #bf1f37;
	padding: 10px 30px;
	border-radius: 50px;
	margin-top: 10px;
	position: relative;
	border: 2px solid #bf1f37;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}
.Process_flow .moreBtn:hover,.Process_flow .moreBtn:hover a{
	background: transparent;
	color: #bf1f37;
}
.Process_flow .moreBtn a{
	color: white;
}
.Process_flow .pubdesc{
	line-height: 2;
	margin-bottom: 10px;
}

.Process_flow .flow-box2{
	overflow: hidden;
	display: flex;
	align-items: center;
	align-content: center;
}
.Process_flow .flow-box2 .box-lf{
	width: 45%;
	float: left;
}
.Process_flow .flow-box2 .box-rf{
	width: 50%;
	float: right;
}
.Process_flow .flow-box2 .box-rf img{
	width: 78%;
	margin:0 auto;
	padding-left: 22%;
}
.pub-tit{
	text-align: center;
	margin-bottom: 25px;
	letter-spacing: 10px;
}
.pub-desc{
	letter-spacing: 4px;
	text-align: center;
	color: #AAAAAA;
	margin-bottom: 50px;
}
.Case{
	margin-top: 80px;
	overflow: hidden;
	background-color: #555555;
	color: white;
	padding:70px 0 ;
}
.Case .case-box{
	overflow: hidden;
}
.Case .case-box .ico{
	width: 120px;
	height: 120px;
	border-radius: 50%;
	border: 4px solid;
	z-index: 1;
	margin: 0 auto;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	-ms-transition: .4s all;
	transition: .4s all;
}
.Case .case-box li{
	float: left;
	width: 16.66%;
	display: inline-block;
	text-align: center;
	position: relative;
	cursor: pointer;
	-webkit-transition: .4s all;
	-moz-transition: .4s all;
	-ms-transition: .4s all;
	transition: .4s all;
}
.Case .case-box li p{
	margin-top: 20px;
}
.Case .case-box li:hover .ico{
	background-color: #bf1f37;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg);
	border-color:#bf1f37;
	/*border: none;*/
}
.Case .case-box li:hover p{
	color: #61c9ff;
}
.Product{
	overflow: hidden;
	padding: 70px 0 65px;
}
.Product .pro-list{
	overflow: hidden;
	border-radius: 10px;
	margin: 0 4px;
}

.Product .pro-list .pro-box{
	width: 298px;
	float: left;
	/*margin-bottom: 1.5%;*/
	height: 500px;
	overflow: hidden;
}
.Product .pro-list .pro-box:nth-of-type(4n){
	/*margin: 0 0 1.5% 0;*/
}
.Product .pro-list .pro-box .pro-img{
	position: relative;
	height: 100%;
	overflow: hidden;
}
.Product .pro-list .pro-box .pro-tit{
	line-height: 3.5;
	text-align: center;
}
.Product .pro-list .pro-box .pro-shade{
	position: absolute;
	width: 100%;
	height: 100%;
	top: -100%;
	left: 0;
	/*background: url("../image/pico1.png") no-repeat center top;*/
	background-color: rgba(191, 31, 55,.7);
	background-position-y: 5%;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}
.Product .pro-list .pro-box .pro-shade .pro-ico{
	text-align: center;
	position: relative;
	top: 20%;
}
.Product .pro-list .pro-box .pro-shade .pro-cate{
	position: relative;
	overflow: hidden;
	top: 37%;
	text-align: center;
}
.Product .pro-list .pro-box .pro-shade .pro-cate > p{
	line-height: 40px;
	padding: 0 15%;
}
.Product .pro-list .pro-box .pro-shade .pro-cate > p:hover > a{
	display: inline;
	text-decoration-line: underline;
}
.Product .pro-list .pro-box .pro-shade .pro-more{
	position: absolute;
	text-align: center;
	width: 100%;
	bottom: 11%;
}
.Product .pro-list .pro-box .psa-shade{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	/*background: url("../image/pico1.png") no-repeat center center;*/
	background-color: rgba(0,0,0,.3);
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}
.Product .pro-list .pro-box .psa-shade .psa-ico{
	text-align: center;
	position: relative;
	top: 30%;
}
.Product .pro-list .pro-box .psa-shade .psa-cname{
	position: relative;
	top: 37%;
	text-align: center;
}
.Product .pro-list .pro-box .psa-shade .psa-cname:after,.Product .pro-list .pro-box .pro-shade .pro-cname:after{
	content: '';
	position: absolute;
	height: 3px;
	width: 20%;
	left: 40%;
	bottom: -30px;
	background-color: #bf1f37;
}
.Product .pro-list .pro-box .pro-shade .pro-cname{
	position: relative;
	top: 28%;
	text-align: center;
}
.Product .pro-list .pro-box .pro-shade .pro-cname:after{
	background-color: #ffffff;
}
.Product .pro-list .pro-box:hover .pro-shade{
	top: 0;
}
.Product .pro-list .pro-box:hover .psa-shade{
	top: 100%;
}
.Product .pro-list .pro-box:hover .pro-img > img{
	transform: scale(1.1);
}
.Product .pro-list .pro-box:hover .pro-tit a{
	color: #bf1f37;
}
.hotLine{
	overflow: hidden;
	background: url("../image/foot_hotline.jpg") no-repeat center;
	background-size: cover;
}
.hotLine .hotpad{
	padding: 65px 0;
}
.hotLine .hotpad .htit{

}
.hotLine .hotpad .fw-hotline{
	color: #bf1f37;
	margin: 45px 0 5px;
	text-indent: 1.8em;
}
.SearchPro{
	overflow: hidden;
	padding: 25px 0 20px;
	background: url("../image/search_bg.jpg") no-repeat center center;
}
.SearchPro .search-box{
	overflow: hidden;
	color: white;
}
.SearchPro .search-box .srch-lf{
	width: 50%;
	float: left;
}
.SearchPro .search-box .srch-lf .srch-ipt{
	display: flex;
	align-content: center;
	align-items: center;
	margin-top: 25px;
	/*justify-content: space-between;*/
}
.SearchPro .search-box .srch-lf .srch-ipt .srch-txt{
	padding-left: 55px;
	letter-spacing: 1px;
}
.SearchPro .search-box .srch-lf .srch-ipt .srch-inpt{
	margin-left: 50px;
}
.SearchPro .search-box .srch-rf{
	width: 43%;
	float: right;
	position: relative;
}
.SearchPro .search-box .srch-rf .srch-p1{

}
.SearchPro .search-box .srch-rf .srch-p2{
	letter-spacing: 4px;
	margin-top: 10px;
}
.SearchPro .search-box .srch-rf .psa-zxun{
	position: absolute;
	right: 0;
	top: 0;
	width: 35%;
	height: 100%;
}
.AboutUs{
	overflow: hidden;
	padding: 70px 0 0;
	background-color: #f0f0f0;
}
.AboutUs .about-con{
	overflow: hidden;
	position: relative;
}
.AboutUs .about-con .abt-lf{
	width: 45%;
	float: left;
}
.AboutUs .about-con .abt-rf{
	width: 50.5%;
	float: right;
	left: 49.5%;
	height: 100%;
	position: absolute;
}

.AboutUs .about-con .abt-rf .abtrf-tit{
	color: #bf1f37;
	line-height: 5;
}
.AboutUs .about-con .abt-rf .abtrf-dec{
	line-height: 3;
	color: #555555;
	padding-right: 27%;
	text-align: justify;
	height: 46%;
	overflow: hidden;
}
@media (max-width: 1299px) {
	.AboutUs .about-con .abt-rf .abtrf-dec{
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 3;
		overflow: hidden;
		height: auto;
	}
}
.AboutUs .about-con .abt-rf .abtrf-more{
	top: 18%;
	position: relative;
}
.AboutUs .about-con .abt-rf .abtrf-more > a{
	background-color: #d2d2d2;
	font-weight: bold;
	font-size: 35px;
	padding: 3px 38px;
}
.AboutUs .about-con .abt-rf .abtrf-more > a:hover{
	background-color: #bf1f37;
}
.AboutUs .about-foot{
	position: relative;
	overflow: hidden;
	display: flex;
}
.AboutUs .about-foot .abft-lf{
	width: 60%;
	float: left;
}
.AboutUs .about-foot .abft-lf ul{
	overflow: hidden;
	padding-left: 25%;
}
.AboutUs .about-foot .abft-lf ul li{
	float: left;
	width: 25%;
	height: 100%;
	padding: 5.65% 0;
	transition: all 0.3s;
	text-align: center;
}
.AboutUs .about-foot .abft-lf ul li .hico{
	height: 31px;
}
.AboutUs .about-foot .abft-lf ul li:hover{
	background-color: #bf1f37;
	transition: all 0.5s;
}
.AboutUs .about-foot .abft-lf ul li:hover .menu-btn{
	color: white;
}
.AboutUs .about-foot .abft-lf ul li:hover .hico{
	filter: brightness(1000%);
	filter: "progid:DXImageTransform.Microsoft.brightness(1000%)";
	transform: rotateY(360deg);
	transition: all 0.5s;
}
.AboutUs .about-foot .abft-lf .menu-btn{
	color: #555555;
	margin-top: 18%;
}
.AboutUs .about-foot .abft-rf{
	width: 40%;
	float: right;
}
.Applications{
	overflow: hidden;
	padding: 80px 0;
}
.Applications .acts-cont{
	overflow: hidden;
}
.Applications .acts-cont .acts-box{
	width: 25%;
	float: left;
	text-align: center;
	overflow: hidden;
	margin-bottom: 50px;
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-ms-transition: 1s all;
	transition: 1s all;
}
.Applications .acts-cont .acts-box .acts-img{
	overflow: hidden;
}
.Applications .acts-cont .acts-box:hover .acts-tit{
	color: #bf1f37;
}
.Applications .acts-cont .acts-box:hover .acts-img img{
	-webkit-transition: 1s all;
	-moz-transition: 1s all;
	-ms-transition: 1s all;
	transition: 1s all;
	transform: scale(1.1);
}
.Applications .acts-cont .acts-box .acts-tit{
	position: relative;
	margin-bottom: 70px;
}
.Applications .acts-cont .acts-box .acts-tit:after{
	position: absolute;
	content: '';
	bottom: -30px;
	left: 36%;
	width: 28%;
	height: 6px;
	background-color: #bf1f37;
}
.Applications .acts-more{
	text-align: center;
	letter-spacing: 4px;
	line-height: 70px;
}
.Applications .acts-more > a{
	background-color: #bf1f37;
	color: white;
	padding: 19px 63px;
	border-radius: 50px;
	border: 3px solid #bf1f37;
	-webkit-transition: .5s all;
	-moz-transition: .5s all;
	-ms-transition: .5s all;
	transition: .5s all;
}
.Applications .acts-more > a:hover{
	background-color: transparent;
	color: #bf1f37;
}
.Guarantee{
	/*background-color: #eeeeee;*/
	background: url("../image/wuyou.jpg") no-repeat center;
	overflow: hidden;
	padding: 35px 0;
	position: relative;
	z-index: 0;
}
.Guarantee .pub-tit{
	margin-bottom: 50px;
}
.Guarantee .guar-cont{
	overflow: hidden;

}
.Guarantee .Watermark{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: -30px;
	/*display: flex;*/
	align-items: center;
	justify-content: center;
	z-index: -1;
	text-transform: uppercase;
	color: #e8e8e8;
	font-size: 5vw;
	font-family: "思源黑体 CN Heavy";
}
.Guarantee .guar-cont .guar-box{
	width: 20%;
	text-align: center;
	line-height: 3;
	float: left;
	z-index: 9;
}
.Guarantee .guar-cont .guar-box:nth-of-type(1) .guar-img{
	background: url("../image/guar1.png") no-repeat center center;
	height: 65px;
}
.Guarantee .guar-cont .guar-box:nth-of-type(1):hover .guar-img{
	background: url("../image/guar1_.png") no-repeat center center;
}
.Guarantee .guar-cont .guar-box:nth-of-type(2) .guar-img{
	background: url("../image/guar2.png") no-repeat center center;
	height: 65px;
}
.Guarantee .guar-cont .guar-box:nth-of-type(2):hover .guar-img{
	background: url("../image/guar2_.png") no-repeat center center;
}
.Guarantee .guar-cont .guar-box:nth-of-type(3) .guar-img{
	background: url("../image/guar3.png") no-repeat center center;
	height: 65px;
}
.Guarantee .guar-cont .guar-box:nth-of-type(3):hover .guar-img{
	background: url("../image/guar3_.png") no-repeat center center;
}
.Guarantee .guar-cont .guar-box:nth-of-type(4) .guar-img{
	background: url("../image/guar4.png") no-repeat center center;
	height: 65px;
}
.Guarantee .guar-cont .guar-box:nth-of-type(4):hover .guar-img{
	background: url("../image/guar4_.png") no-repeat center center;
}
.Guarantee .guar-cont .guar-box:nth-of-type(5) .guar-img{
	background: url("../image/guar5.png") no-repeat center center;
	height: 65px;
}
.Guarantee .guar-cont .guar-box:nth-of-type(5):hover .guar-img{
	background: url("../image/guar5_.png") no-repeat center center;
}
.Guarantee .guar-cont .guar-box .guar-tit{
	font-family: "张海山锐线体简";
}
.Guarantee .guar-cont .guar-box .guar-dec{
	padding: 0 10%;
	line-height: 2;
}
.Guarantee .guar-cont .guar-box:hover .guar-img{
	/*filter: brightness(0);*/
	transform: rotateY(360deg);
	transition: all 0.5s;
}
.NewsCet{
	/*overflow: hidden;*/
}
.NewsCet .news-tit{
	background-color: #bf1f37;
	height: 100px;
	padding: 40px 0;
}
.NewsCet .news-tit .news-lf{
	width: 30%;
	float: left;
	line-height: 2.1;
	color: white;
}
.NewsCet .news-tit .news-lf .news-tit-zh{
	letter-spacing: 2px;
}
.NewsCet .news-tit .news-lf .news-tit-en{
	color: #CCCCCC;
	text-transform: uppercase;
}
.NewsCet .news-tit .news-rf{
	width: 70%;
	float: right;
}
.NewsCet .news-tit .news-rf .news-cate{
	/*overflow: hidden;*/
	margin-top: 22px;
}
.NewsCet .news-tit .news-rf .news-cate ul{
	/*overflow: hidden;*/
}
.NewsCet .news-tit .news-rf .news-cate li{
	float: right;
	width: 30%;
	/*line-height: 4;*/
	padding-top: 35px;
	text-align: right;
	position: relative;
	display: inline-block;
	height: 43px;
	z-index: 0;
}
.NewsCet .news-tit .news-rf .news-cate li:hover .active-ico{
	/*display: block;*/
}
.NewsCet .news-tit .news-rf .news-cate ul .on .active-ico{
	display: block;
}
.NewsCet .news-tit .news-rf .news-cate .active-ico{
	display: none;
	position: relative;
	height: 209px;
	z-index: 999;
	top: -128px;
	right: -47px;
	background: url("../image/news-ico.png") no-repeat right;
}
.NewsCet .news-tit .news-rf .news-cate .active-ico .act-tit{
	position: absolute;
	text-align: center;
	width: 100%;
	top: 46%;
	text-indent: 2.5em;
}
.NewsCet .news-tit .news-rf .news-cate .active-ico .act-more{
	position: relative;
	text-align: center;
	width: 100%;
	top: 73%;
	text-indent: 5.5em;
}
.NewsCet .news-tit .news-rf .news-cate li:before{
	content: '';
	position: absolute;
	top: 0;
	right: 10%;
	width: 20%;
	height: 3px;
	background-color: white;
}
.NewsCet .news-cont{
	overflow: hidden;
	margin: 50px 0;
}
.NewsCet .news-cont .news-box{
	width: 30%;
	float: left;
	margin-right: 5%;
}
.NewsCet .news-cont .news-box:hover .news-time,.NewsCet .news-cont .news-box:hover .news-more{
	color: #bf1f37;
}
.NewsCet .news-cont .news-box:hover .news-img img{
	transform: scale(1.1);
}
.NewsCet .news-cont .news-box:nth-of-type(3){
	margin-right: 0;
}
.NewsCet .news-cont .news-box .news-time{
	line-height: 2.3;
}
.NewsCet .news-cont .news-box .news-time span{
	margin-left: 20px;
}
.NewsCet .news-cont .news-box .news-img{
	overflow: hidden;
}
.NewsCet .news-cont .news-box .news-tit-dec{
	margin: 15px 0 5px;
}
.NewsCet .news-cont .news-box .news-tit-dec .ns-tit{
	line-height: 2.2;
}
.NewsCet .news-cont .news-box .news-tit-dec .ns-dec{
	line-height: 2;
}
.NewsCet .news-cont .news-box .news-more{
	font-size: 2vw;
}
.ContactUs{
	overflow: hidden;
	background-color: #4c4c4c;
	padding: 25px 0;
}
.ContactUs .contus-box{
	overflow: hidden;
}
.ContactUs .contus-box .ctus-lf{
	width: 30%;
	float: left;
	line-height: 2;
}
.ContactUs .contus-box .ctus-lf .p2{
	letter-spacing: 2px;
}
.ContactUs .contus-box .ctus-cet{
	width: 51%;
	float: left;
}
.ContactUs .contus-box .ctus-cet .p1{
	font-family: "宋体";
	margin-bottom: 15px;
}
.ContactUs .contus-box .ctus-cet .formData{
	overflow: hidden;
}
.ContactUs .contus-box .ctus-cet .formData .input-txt{
	line-height: 3;
	height: 39px;
	text-indent: 1em;
	width: 100%;
}
.ContactUs .contus-box .ctus-cet .formData .ipt-box{
	width: 82%;
	float: left;
}
.ContactUs .contus-box .ctus-cet .formData .ipt-box li{
	width: 47.5%;
	float: left;
	margin-right: 2.5%;
	margin-bottom: 2.5%;
}
.ContactUs .contus-box .ctus-cet .formData .ipt-box li:nth-of-type(n+3){
	margin-bottom: 0;
	display: flex;
}
.ContactUs .contus-box .ctus-cet .formData .ipt-box li:nth-of-type(4) .input-txt{
	width: 48%;
	margin-right: 3%;
}
.ContactUs .contus-box .ctus-cet .formData .yzm{
	line-height: 3;
	background-color: #a82222;
	/*padding: 0 10.4%;*/
	color: white;
}
.ContactUs .contus-box .ctus-cet .formData .ipt-btn{
	width: 16%;
	float: right;
	margin-right: 2%;
	font-family: "思源黑体 CN Bold";

}
.ContactUs .contus-box .ctus-cet .formData .ipt-btn > button{
	letter-spacing: 6px;
	padding: 14.5%;
	background-color: #a82222;
	padding-left: 20%;
	cursor: pointer;
}
.ContactUs .contus-box .ctus-rf{
	width: 16%;
	float: right;
	margin-left: 3%;
	line-height: 1.6;
	padding-top: 10px;

}
.ContactUs .contus-box .ctus-rf .p1{
	margin-bottom: 5px;
}
.ContactUs .contus-box .ctus-rf .p2,.ContactUs .contus-box .ctus-rf .p3{
	color: #F2C722;
}
.product_list{
	padding: 50px 0;
}
.rangeik2 {
	position: relative;
	width: 32%;
	height: 50%;
	background-color: #ffffff;
	float: left;
	margin-right: 2%;
	margin-bottom: 2%;
	box-shadow: none;
	transition: all 0.3s;
}
.rangeik2:nth-child(3n) {
	margin-right: 0;
}
.rangeik2 .dnr1 {
	font-size: 16px;
	color: #ffffff;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	width: 92.1%;
	background-color: #202328;
	height: 50px;
	line-height: 50px;
	padding: 0 4%;
	transition: all .5s;
	border: 1px solid;
}
.rangeik2 .dnr2 {
	font-size: 14px;
	color: #999999;
	margin: 5.5% 0;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
}
.rangeik2 .dnrimg{
	width: 100%;
	overflow: hidden;
	border: 1px solid #ddd;
}
.rangeik2:hover{
	z-index: 2;
	box-shadow: 1px 2px 6px #cccccc;
}
.rangeik2:hover .dnrimg img{
	transform: scale(1.1);
	transition: all .5s;
}
.rangeik2:hover .dnr1 {
	background-color: #bf1f37;
	transition: all .5s;
}

.pctlf{
	width: 300px;
	float: left;
}
.pctlf .pctlfmeu{
	width: 300px;
}

.pctlf .pctlfmeu .pcfmt{
	/*width: 100%;*/
	overflow: hidden;
	background-color: #313131;
	padding: 25px 30px;
}
.pctlf .pctlfmeu .pcfmt .img1{
	float: left;
}
.pctlf .pctlfmeu .pcfmt .p1{
	float: right;
	font-size: 20px;
	color: #ffffff;
	margin-top: 3px;
}
.pctlf .pctlfmeu .pcfml{
	width: 100%;
	background: #313131;
	overflow: hidden;
}
.pctlf .pctlfmeu .pcfml .yjfl{
	display: block;
	background: #313131;
	color: #fff;
	line-height: 30px;
	padding: 15px 5px;
	font-size: 16px;
	position: relative;
	transition: all .5s;
	width: 90%;
	margin-left: 5%;
	/*background-image: linear-gradient(to right, #ccc 0%, #ccc 50%, transparent 50%);*/
	/*background-size: 10px 1px;*/
	/*background-repeat: repeat-x;*/
}
.pctlf .pctlfmeu .pcfml .yjfl img{
	float: left;
	margin-top: 5.2px;
}
.pctlf .pctlfmeu .pcfml .yjfl span{
	margin-left: 15px;
	transition: all .5s;
}
.pctlf .pctlfmeu .pcfml .yjfl:after {
	content: "";
	display: inline-block;
	float: right;
	width: 22px;
	height: 22px;
	background: url(../image/yjfllg2.png);
	margin: 5px 0 0 0;
	transition: all .5s;
}
.pctlf .pctlfmeu .pcfml ul li{
	transition: all .5s;
}
.pctlf .pctlfmeu .pcfml ul li:hover{
	background-color: #bf1f37;
}
.pctlf .pctlfmeu .pcfml ul li:hover .yjfl{
	background-color: #bf1f37;
}
.pctlf .pctlfmeu .pcfml ul li:hover .yjfl span{
	margin-left: 20px;
}
.pctlf .pctlfmeu .pcfml ul li:hover .yjfl:after{
	transform:rotate(90deg);
}
.yjsele{
	background-color: #bf1f37!important;
}
.yjsele .yjfl{
	background-color: #bf1f37!important;
}
.yjsele .yjfl:after{
	transform:rotate(90deg);
}


.pctlf .pctlfmeu .pcfml .ejfl{
	line-height: 50px;
	background-color: #f4f4f4;
}
.pctlf .pctlfmeu .pcfml .ejfl a{
	color: #333333;
	border-top: 1px #313131 dashed;
	padding: 0px 20px;
	position: relative;
	font-size: 14px;
	display: block;
	width: 75%;
	margin-left: 5%;
}
.pctlf .pctlfmeu .pcfml .ejfl a:nth-of-type(1){
	border-top: 0px;
}
.pctlf .pctlfmeu .pcfml .ejfl a:after{
	content: "";
	display: inline-block;
	float: right;
	width: 22px;
	height: 11px;
	background: url(../image/ejfllg1.png);
	margin: 20px 0 0 0;
	transition: all .5s;
	position: absolute;
	right: 6px;
}
.pctlf .pctlfmeu .pcfml .ejfl a:hover{
	color: #bf1f37;
}
.pctlf .pctlfmeu .pcfml .ejfl a:hover:after{
	background: url(../image/ejfllg1bs.png);
}
.pctlf .pctlfmeu .pcfml .ejfl .bians{
	color: #bf1f37;
}
.pctlf .pctlfmeu .pcfml .ejfl .bians:after{
	background: url(../image/ejfllg1bs.png);
}
.yjsele{
	background-color: #bf1f37!important;
}
.yjsele .yjfl{
	background-color: #bf1f37!important;
}
.yjsele .yjfl:after{
	transform:rotate(90deg);
}
/*.pctlf .pctlfmeu .pcfml .ejfl .bians{
	color: #bf1f37;
}*/

.pctlflx{
	margin-top: 20px;
	width: 300px;
	height: 330px;
	background: url(../image/nylxwm.jpg) no-repeat center;
}

.pctlflx .p1{
	font-size: 24px;
	color: #ffffff;
	padding-top: 250px;
	text-align: center;
}



.pctlr{
	width: 870px;
	float: right;
}
.pctlr img{
	max-width: 100%;
}
.pctlr .pctlrtt{
	width: 100%;
	border-bottom: 1px solid #333333;
	padding: 25px 0;
	margin-bottom: 30px;
}
.pctlr .pctlrtt .p1{
	color: #333333;
	font-size: 20px;
	display: inline-block;
	line-height: 30px;
	letter-spacing: 1px;
}

.pctlr .pctlrnr{

}
.pctlr .pctlrnr{

}
.pctlr .pctlrnr .pctlrnrif{

}
.pctlr .pctlrnr  .pniimg{
	width: 350px;
	float: left;
}

.pctlr .pctlrnr  .pniimg img{

	display: inline-block;
}



.pctlr .pctlrnr .pctlrnrif .pninr{
	float: left;
	width: 870px;
}
.pctlr .pctlrnr .pctlrnrif .pninr .p1{
	padding-top: 50px;
	font-size: 18px;
	color: #333333;
	margin-bottom: 30px;
}
.pctlr .pctlrnr .pctlrnrif .pninr .p2{
	font-size: 14px;
	color: #333333;
	margin-bottom: 20px;
	line-height: 25px;
}



.nyall_left{
	width: 100%;
}

.nyal_list{
	background-color: #ffffff;
}
.nyal_list .nyalimg{
	width: 30%;
	float: left;
	border: 1px solid #d5d5d5;
}
.nyal_list .nyalcot{
	width: 60%;
	float: right;
}
.nyall_right .inpro_left {
	float: left;
	width: 100%;
}
.nyall_right .inpro_right {
	float: right;
	width: 20%;
	margin-top: 7%;
}
.nyal_list .nyalcot .tit{
	font-size: 26px;
	color: #000000;
	margin: 2% 0 2% 0;
	line-height: 1.5;
}

.nyal_list .nyalcot .intro {
	line-height: 2em;
}
.nyal_list .nyalcot .purchase{
	margin-top: 20px;
}
.nyal_list .nyalcot .purchase .buy{
	width: 25%;
	padding: 1.8% 0%;
	background-color: #bf1f37;
	color: #ffffff;
	text-align: center;
	border-radius: 5px;
	float: left;
	margin-right: 5%;
}
.nyal_list .nyalcot .purchase .hotline{
	font-size: 20px;
	color: #333333;
	float: left;
	margin-top: 1%;
}
.nyal_detail{
	background-color: #ffffff;
	margin: 5% 0;
}
.nyal_detail .detail_tit{
	font-size: 18px;
	color: #bf1f37;
	font-weight: bold;
	letter-spacing: 3px;
	padding-bottom: 2%;
	margin-bottom: 3%;
	border-bottom: 2px solid #a0a0a0;
	position: relative;
}
.nyal_detail .detail_tit .line{
	position: absolute;
	width: 10%;
	height: 2px;
	background-color: #bf1f37;
	left: 0;
	bottom: -2px;
}
.nyal_detail .allnr{
	width: 100%;
	overflow: hidden;
	margin-bottom: 30px;
}
.nyal_detail .allnr img{
	max-width: 100%!important;
}

.nyall_right .nyar_tit {
	background-color: #bf1f37;
	padding: 3.9% 5%;
	font-size: 24px;
	color: #ffffff;
	text-align: center;
	letter-spacing: 2px;
}
.product_detail{
	padding: 50px 0;
}

.upperandlower{
	padding: 1% 0 0;
	position: relative;
}
.upperandlower .next{
	width: 30%;
	background-color: #626262;
	padding: 0% 2%;
	color: #ffffff;
	height: 50px;
	line-height: 50px;
	font-size: 14px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
	transition: all 0.3s;
}
.upperandlower .next .arrow{
	margin: 0 10%;
}
.upperandlower .next *{
	color: #ffffff!important;
}
.upperandlower .tl{
	text-align: left;
}
.upperandlower .tr{
	text-align: right;
}
.upperandlower .next:hover{
	background-color: #bf1f37;
}

.newscenter-list {
	/*padding-top: 60px;*/
	/*padding-bottom: 18px;*/
}
.newscenter-list li {
	padding: 0 !important;
	margin: 0 0 30px 0;
	width: 98%;
	height: 200px;
	border: 1px solid #e3e3eb;
	overflow: hidden;
}
.newscenter-list li a {
	display: block;
	/*border: 1px solid #e3e3eb;*/
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
}
.newscenter-list li .news-img {
	overflow: hidden;
	float: left;
	height: auto;
	width: 26%;
}
.newscenter-list li .news-img img {
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	transition: all ease 0.7s;
}
.newscenter-list li img {
	display: block;
	width: 100%;
}
.newscenter-list li .news-text {
	padding: 22px 30px 24px;
	/*border-top: 1px solid #e3e3eb;*/
	float: right;
	width: 66%;
}
.newscenter-list li .news-text .name {
	font-size: 18px;
	line-height: 30px;
	height: 40px;
	color: #333333;
	/*display: -webkit-box;*/
	/*-o-text-overflow: ellipsis;*/
	/*text-overflow: ellipsis;*/
	/*overflow: hidden;*/
	/*-webkit-box-orient: vertical;*/
	/*-webkit-line-clamp: 2;*/
}
.newscenter-list li .news-text .desc {
	margin: 9px 0 11px;
	color: #777777;
	font-size: 13px;
	display: -webkit-box;
	height: 72px;
	line-height: 24px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}
.newscenter-list li .news-text .date {
	display: block;
	color: #999999;
	font-family: Montserrat;
}
.newscenter-list li:hover img {
	-webkit-transform: scale(1.03, 1.03);
	-moz-transform: scale(1.03, 1.03);
	-ms-transform: scale(1.03, 1.03);
	-o-transform: scale(1.03, 1.03);
	transform: scale(1.03, 1.03);
}
.newscenter-list li:hover a {
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}
.newscenter-list li:hover .news-text .name {
	color: #bf1f37;
}

.newscenter-detail {
	padding: 0px 0 50px;
	line-height: 30px;
}
.news-detail-title {
	padding: 0 0 28px 0;
	position: relative;
	border-bottom: 3px solid #f2f2f2;
	text-align: center;
	line-height: 2;
}

.news-detail-title:before {
	content: "";
	display: block;
	width: 30%;
	max-width: 330px;
	height: 3px;
	background-color: #e0e0e0;
	position: absolute;
	left: 37%;
	bottom: -3px;
}
.news-detail-title .date {
	display: block;
	font-family: Montserrat;
	color: #666666;
	padding: 0 0 5px 0;
}
.news-datail-content {
	padding-top: 47px;
}
.news-detail-title #newshare {
	background: url(../images/wicon6.png) no-repeat left center;
	color: #999999;
	padding: 0 0 0 23px;
	height: 18px;
	line-height: 18px;
	margin: 15px 0 0 0;
}
.news-detail-title #newshare a {
	display: inline-block;
	vertical-align: top;
	*display: inline;
	*zoom: 1;
	width: 22px;
	height: 18px;
	background-repeat: no-repeat;
	background-position: center center;
	float: none;
	margin: 0;
	padding: 0;
}
.news-detail-title #newshare a.txinlang {
	background-image: url(../images/weibo2.png);
}
.news-detail-title #newshare a.tweixin {
	background-image: url(../images/weixin2.png);
	margin-left: 2px;
}
.news-detail-title #newshare a.tQQ {
	background-image: url(../images/qq.png);
}
.news-datail-content {
	color: #808080;
	font-size: 13px;
}
.news-detail-foot dl {
	border-top: 1px solid #ebebeb;
	font-size: 14px;
	padding: 10px 0;
}
.news-detail-foot dl span {
	display: inline-block;
	line-height: 27px;
	padding: 0 10px 0 0;
}
.news-detail-foot dl a {
	color: #666666;
}
.news-detail-foot dl dd, .news-detail-foot dl dt {
	height: 24px;
	line-height: 24px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
}
.news-detail-foot dl dd:hover a, .news-detail-foot dl dt:hover a {
	color: #bf1f37;
}
.news-detail-foot{
	margin-bottom: 30px;
}

.product-list {
	padding-top: 57px;
	padding-bottom: 20px;
}
.product-list ul {
	padding-bottom: 30px;
}
.case-box {
	margin: 0 2% 2% 0;
	padding: 0;
	width: 32%;
}
.case-box:nth-of-type(3n){
	margin-right: 0;
}
.case-box :hover img {
	-webkit-transform: scale(1.03, 1.03);
	-moz-transform: scale(1.03, 1.03);
	-ms-transform: scale(1.03, 1.03);
	-o-transform: scale(1.03, 1.03);
	transform: scale(1.03, 1.03);
}
.case-box  a {
	-webkit-transition: all ease .5s;
	-o-transition: all ease .5s;
	-moz-transition: all ease .5s;
	transition: all ease .5s;
	border: 1px solid #e3e3eb;
	display: block;
}
.case-box  .pro-img {
	overflow: hidden;
}
.case-box  .pro-img img {
	-webkit-transition: all ease 0.7s;
	-moz-transition: all ease 0.7s;
	-o-transition: all ease 0.7s;
	transition: all ease 0.7s;
}

.case-box .pro-text {
	border-top: 1px solid #e3e3eb;
	text-align: center;
	padding: 0 10px;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 45px;
	color: #333333;
}
.case-box:hover .pro-text {
	color: #bf1f37;
}
.case-box :hover a {
	-webkit-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	-moz-box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
	-webkit-transform: translateY(-2px);
	-moz-transform: translateY(-2px);
	-ms-transform: translateY(-2px);
	-o-transform: translateY(-2px);
	transform: translateY(-2px);
}

.inpro_second ul {
	background: url(../image/sproright_list.jpg) left no-repeat;
	margin: 50px 0 -25px;
	overflow: hidden;
}
.inpro_second ul li {
	display: inline-block;
	font-size: 14px;
	color: #333333;
	width: 22%;
	overflow: hidden;
	margin-left: 2%;
	transition: all .3s;
	text-align: center;
	background-color: #eeeeee;
	padding: 1% 0;
	margin-bottom: 10px;
}
.inpro_second ul .active{
	background-color: #bf1f37;
	color: white;
}
.inpro_second ul .active a{
	color: white;
}
.inpro_second ul li:hover {
	color: #ffffff;
	transform: translateX(5%);
	transition: all .3s;
	background-color: #bf1f37;
}
.inpro_second ul li:hover a{
	color: white;
}

.Contact-box{
	padding: 50px 0 0;
}

.lxwmall{
	position: relative;
}

.lxwmnr1{
	font-size: 24px;
	color: #333333;
	line-height: 2;
	margin-bottom: 2%;
}
.lxwmnr1 span{
	color: #bf1f37;
}
.lxwmnr2 li{
	font-size: 18px;
	color: #333333;
	line-height: 3;
	padding-left: 3%;
}
.lxwmnr2 li:nth-of-type(1){
	background: url(../image/lxwm1.png) no-repeat 0px 50%;
}

.lxwmnr2 li:nth-of-type(2){
	background: url(../image/lxwm2.png) no-repeat 0px 50%;
}
.lxwmnr2 li:nth-of-type(3){
	background: url(../image/lxwm4.png) no-repeat 0px 50%;
}
.lxwmnr2 li:nth-of-type(4){
	background: url(../image/lxwm5.png) no-repeat 0px 50%;
}
.lxwmnr2 li:nth-of-type(5){
	background: url(../image/lxwm6.png) no-repeat 0px 50%;
}
.lxwmnr2 li:nth-of-type(6){
	background: url(../image/lxwm6.png) no-repeat 0px 50%;
}
.lxwmewm{
	position: absolute;
	right: 0;
	top: 10%;
	width: 50%;
	text-align: center;
	color: #333333;
}


.lxwmmap{
	margin-top: 3%;
}











@media (max-width: 1200px) {
	.AboutUs .about-con .abt-rf .abtrf-tit{
		line-height: 3;
	}
	.NewsCet .news-tit .news-rf .news-cate .active-ico{
		right: 0;
	}
}

.footer{
	background: url("../image/foot-bg.jpg") no-repeat center;
	color: white;
	background-size: cover;
	padding: 50px 0;
}

.foot ul li {
	float: left;
	margin-left: 5%;
}
.foot ul li:nth-child(1) {
	margin-left: 0;
}
.foot .ft_title {
	font-size: 22px;
	color: #ffffff;
	line-height: 4em;
}
.foot ul li:nth-of-type(1) .ft_title{
	text-align: left;
	line-height: 3em;
}
.foot .ft_tel {
	font-size: 28px;
	color: #bf1f37;
	font-weight: bold;
	margin-bottom: 20px;
	letter-spacing: 2px;
}
.foot .ft_address {
	font-size: 14px;
	color: #eeeeee;
	line-height: 2;
}
.foot .ft_option {
	font-size: 14px;
	color: #EEEEEE;
	line-height: 2.1;
}
.foot .ft_option > a{
	color: #eeeeee;
}
.foot .ft_dot {
	width: 10px;
	height: 10px;
	background-color: #bf1f37;
	border-radius: 50%;
	margin-top: 2.6em;
}


.footer .foot_keyword{
	margin: 40px 0 28px;
}
.QQ{ position:fixed; right:20px; top:40%; cursor:pointer;z-index: 999;}
.qq1{position:fixed;  top:8px;position:relative; display:none; right:245px; }
.qq1 img{ position:absolute; top:-193px; left:0; }
.qq1 p{
	display: block;
	float: left;
	width: 150px;
	height: 30px;
	position: absolute;
	z-index: 999;
	margin-top: -45px;
	/*margin-left: 145px;*/
}
.qq1 ul{
	position: absolute;
	padding-top: 10px;
	left: 110px;
	width: 75px;
	height: 225px;
	top: -91px;
}
.qq1 ul li{
	width: 100%;
	height: 20px;
	margin: 0 0 7px 0;
}
.qq1 ul li a{ display:block;width:100%;height:100%; }