@charset "utf-8";

@font-face {
	font-weight:400;font-style:normal;
	font-family:CenturyGothic;
	src:url(../fonts/CenturyGothic.eot);
	src:url(../fonts/CenturyGothic.eot?#iefix) format('embedded-opentype'),
	url(../fonts/CenturyGothic.woff) format('woff'),
	url(../fonts/CenturyGothic.ttf) format('truetype'),
	url(../fonts/CenturyGothic.svg#DINProRegular) format('svg');
}
html,body{
	height:100%;
}
body{
	font-size:14px;
	color:#333333;
	font-family:"Microsoft Yahei","Arial", "Helvetica", "sans-serif";
	margin:0;
	padding:0;
	background: #f5f5f5;
}
div,dl,dt,dd,ol,ul,li,p{
	padding:0;
	margin:0;
	box-sizing:border-box;
}
ol,ul,li {
    list-style:none
}
a:link,a:visited {color:#333333;text-decoration:none;}
a:hover {text-decoration: none;color:#dd0000;}
.clearfix:after,.clearfix:before {
	display: table;
	content: "";
	line-height: 0;
}

.clearfix:after {
	clear: both;
}
.clear{clear:both;}
input,textarea,select{
	border: 1px solid #dcdcdc;
	line-height:20px;
	padding:3px;
}
input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] {
   -webkit-appearance: none;
}
img{
	border:0;
}
.banner2{
	display: none;
}
.banner2 img{
	max-width:100%;
	height:auto;
}
.space{
	height:0;
}
.sou {
	display: inline-block;
	vertical-align:middle;
	padding:6px 7px;
	font-size: 15px;
	line-height: 20px;
	box-sizing: border-box;
	width: 100%;
	border:1px solid #d5d5d5;
	border-radius:3px;
	font-family:"Microsoft Yahei","Arial", "Helvetica", "sans-serif";
}
.send {
	display: inline-block;
	vertical-align: middle;
	padding:6px 35px;
	background:#a71c19;
	border:none;
	line-height: 20px;
	color:#ffffff;
	font-size: 15px;
	cursor: pointer;
	font-family: "Microsoft Yahei","Arial", "Helvetica", "sans-serif";
}
.se{
	margin-left:30px;
	border-radius:3px;
}
.topbg{
	background:#242424;
	color:#fff;
	line-height: 40px;
}
.header{
	background: #fff;
}
.wrap{
	width:1300px;
	margin:0 auto;
	position: relative;
	box-sizing:border-box;	
}
.topshare{
	float:right;
	width:100px;
	padding-top:16px;
}
.tweibo{
	background:url(../images/weibo.png) no-repeat center center;
	width:28px;
	height:28px;
	margin:0 10px;
	display: inline-block;
	vertical-align: middle;
	border-radius:50%;
	position: relative;
	box-shadow: 0 2px 4px #ccc;
}
.weibo_pic,.weixin_pic{
	position: absolute;
	width:120px;
	left:-45px;
	top:45px;
	display: none;
	background: #fff;
}
.weibo_pic img,.weixin_pic img{
	max-width:100%;
	height:auto;
}
.tweibo:hover .weibo_pic,.tweixin:hover .weixin_pic{
	display:block;
}
.tweixin{
	background:url(../images/weixin.png) no-repeat center center;
	width:28px;
	height:28px;
	border-radius:50%;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	box-shadow: 0 2px 4px #ccc;
}
.topico{
	float:right;
}
.topico span{
	display: inline-block;
	vertical-align: middle;
	margin-left:10px;
	border:1px solid #ddd;
	border-radius:50%;
	height:14px;
}
.toptel{
	float:right;
	width:200px;
	position: relative;
	color:#fff;
	text-align: right;
}
.toptel img{
	width:20px;
	height:auto;
	margin-right:5px;
	display: inline-block;
	vertical-align: middle;
}
.toptel span{
	padding-left:5px;
}
.toplogo{
	float:left;
	height:90px;
	width:25%;
	padding:5px 0;
	box-sizing:border-box;
}
.toplogo img{
	max-height:100%;
	height:auto;
	width:auto;
}
.nav{
	float:right;
	width:70%;
	text-align:right;
}
.nav li{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	position: relative;
	border-radius:4px;
}
.nav li a{
	color:#333;
	font-size:15px;
	display:block;
	line-height:90px;
	padding:0 20px;	
}
.nav li:hover a,.nav li.current a{
	color:#a71c19;
	padding-top:3px;
	line-height: 84px;
	border-bottom:3px solid #a71c19;
}
.has-more:hover .nav-sub {
	display: block;
}
.nav-sub {
   margin:0;
   left:-15px;
   width: 130px;
   font-size:0;
	position: absolute;	
	z-index: 999;
	display:none;
	text-align: center;
	border-top:3px solid #a71c19;
	margin-top:-3px;
	box-shadow: 1px 1px 2px rgba(0,0,0,0.2);
	background:white;
}
.sub2{
	left:0px;
}
.nav .nav-sub li {
	display:inline-block;
	vertical-align: top;	
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding:0;
	width:100%;
	border-bottom:1px solid #f4f4f4;
}
.nav .nav-sub li a{
	display: block;
	color:#333333;
	line-height:40px;
	font-size:14px;
	border:none;
	padding:0;
}
.nav .nav-sub li:hover a{
	color:#a71c19;
}
.nav .nav-sub li:hover{
	background:transparent;
}
.nav .nav-sub li a{
	border-bottom:none;
}
.loct{
	font-size:12px;
	color:#777;
	text-align: right;
	position: absolute;
	right:0;
	top:0;
}
.banline{
	background:url(../images/banline.png) repeat-x center top;
	height:8px;
	position: absolute;
	z-index:9;
	top:0;
	width:100%;
}
.leftBox{
	float:left;
	width:21%;
	margin-top:30px;
}
.rightBox{
	float:right;
	width:75%;
	background: #fff;
	padding:20px 35px 15px 35px;
	box-sizing:border-box;
}
.home_pro{
	margin-top:-5px;
	padding:0 20px 3px 20px;
}
.home_pro ul{
	width:101.5%;
}
.home_pro li{
	float:left;
	position: relative;
	margin-right:1.5%;
	margin-bottom:10px;
	background: #fff;
}
.home_pro li.bigpic{
	width:48.5%;
	height:300px;
}
.home_pro li.smallpic{
	width:48.5%;
	height:145px;
}
.smallpic div{
	background-size:cover;
	height:100%;
	opacity: 0.8;
}
.home_pro li p{
	font-size:17px;
	color:#fff;
	position: absolute;
	top:18px;
	right:20px;
}
.bg{
	padding:50px 0;
	background: #fff;
	margin-top:50px;
	margin-bottom:60px;
}
.bgs{
	margin-bottom:-40px;
	margin-top:80px;
}
.bg3{
	background:#f8f8f8 url(../images/partnerbg.png) no-repeat;
	background-position: 0 bottom;
	padding:80px 0;
	margin:70px 0;
}
.home_title{
	font-size:28px;
	line-height: 40px;
	margin-bottom:20px;
	text-align: center;
}
.home_about{
	font-size:15px;
	line-height: 26px;
	padding-right:38%;
	padding-top:68px;
}
.home_about img{
	position: absolute;
	right:0;
	top:75px;
	max-width:36%;
	height:auto;
}
.amore{
	margin-top:30px;
}
.amore a{
	display: inline-block;
	padding:2px 30px;
	color:#a71c19;
	font-size:14px;
	border-radius:0px;
	border:1px solid #a71c19;
}
.amore a:hover{
	background: #a71c19;
	color:#fff;
}
.about_r_en{
	color:#ddd;
	font-size:22px;
	letter-spacing: 1px;
	text-transform: uppercase;
}
.about_r_cn{
	color:#a71c19;
	font-size:23px;
	line-height: 30px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom:40px;
	z-index:99;
	display: block;
	position: relative;
}
.about_r_cn i{
	height:2px;
	background: #444;
	width:48px;
	margin-top:8px;
	display: block;
}
#tline2{
	border-top:1px solid #e7e7e7;	
}
.home_case_l{
	float:left;
	width:36%;
	margin-bottom:30px;
	margin-top:-45px;
	position: relative;
	z-index:999;
	background: #fff;
}
.home_case_r{
	float:right;
	width:64%;
	margin-bottom:30px;
	margin-top:-45px;
	position: relative;
	z-index:999;
	padding:0;
	background: #fff;
	height:423px;
	overflow: hidden;
}
.home_case_r img{
	width:100%;
	height:100%;
	display: block;
}
.home_case{
	margin-top:-20px;
}
.home_case li{
	height:114px;
	color:#888;
	padding:15px 45px 0 45px;
}
.home_case li:hover,.home_case li.hover{
	background: #a71c19;
	color:#fff;
}
.home_case li:hover p,.home_case li.hover p{
	color:#fff;
}
.home_case li p{
	font-size:16px;
	color:#333;
	margin-bottom:5px;
}
.home_news_l{
	width:33%;
	float:left;	
}
.home_news_r{
	width:64%;
	float:right;
}
.tline{
	border-bottom:1px solid #e7e7e7;	
}
.home_news{
	padding:10px 28px 0 28px;
}
.home_news li{
	font-size:13px;
	line-height: 22px;
	position: relative;
	color:#666;
	padding:0 0 30px 120px;
	margin-bottom:30px;
}
.home_news li p{
	color:#333;
	font-size:15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom:15px;
}
.newspic2{
	width:100px;
	left:0;
	position: absolute;
}
.newspic2 span{
	height:80px;
	display: block;
}
.newspic2 img{
	max-width:100%;
	height:auto;
}
.h_date{
	background: url(../images/time.png) no-repeat left center;
	padding-left:20px;
	font-size:12px;
}
.c_dates{
	background: #fff;
	border:1px solid #888;
	color:#888;
	font-size:18px;
	line-height: 31px;
	text-align: center;
	width:68px;
	position: absolute;
	left:0;
	top:10px;
	font-family: CenturyGothic, Arial, Helvetica, sans-serif;
}
.c_dates p{
	background: #888;
	color:#fff;
}
.home_ico{
	font-size:0;
}
.home_ico ul{
	width:103%;
}
.home_ico li{
	width:22%;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	margin-right:3%;
	font-size:14px;
	line-height: 26px;
}
.home_ico li p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top:10px;	
}
.home_ico li span{
	color:#a71c19;
}
.hico{
	border:1px solid #ddd;
	height:240px;
	width:100%;
	text-align: center;	
}
.hico:hover{
	border:1px solid #a71c19;
}
.hico span{
	display: inline-block;
	vertical-align: middle;
	height:100%;
}
.hico img{
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
	vertical-align: middle;
}
.home_link{
	font-size:0;
	margin-top:15px;
	padding:0 20px 0 20px;
	height:140px;
	overflow: hidden;
}
.linkbox{
	text-align: center;
	height:115px;
}
.linkbox span{
	display: inline-block;
	vertical-align: middle;
	height:100%;
}
.linkbox img{
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
	vertical-align: middle;
}
.prolist{
	font-size:0;
	margin-top:30px;
}
.prolist li{
   display: inline-block;
   vertical-align: top;
   position: relative;
   text-align: center;
   width:30.33%;
   margin:0 1.5% 20px 1.5%;
   box-sizing: border-box;   
   transition:all 0.4s;   
}
.prolist li p{
	font-size:14px;
	color:#333;
	line-height: 30px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.prolist li span{
	padding-left:10px;
	color:#a71c19;
	font-size:13px;
}
.pics{
	border:1px solid #ddd;	
	text-align: center;
	display: flex;
  justify-content: center;
  align-items: center; 
  height:230px;
}
.pics span{
	height:100%;
	display: inline-block;
	vertical-align: middle;
}
.pics img{
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
	vertical-align: middle;
}
.pics:hover{
	border:1px solid #a71c19;
}
.pics2{
	border:1px solid #ddd;
	height:180px;
	overflow: hidden;
	text-align: center;
}
.pics2 span{
	height:100%;
	display: inline-block;
	vertical-align: middle;
}
.pics2 img{
	max-width:100%;
	width:auto;
	height:auto;
	vertical-align: middle;
}
.pics2:hover{
	border:1px solid #a71c19;
}
.proinfo{
	font-size:12px;
	line-height: 20px;
	color:#666;
}
.title{
	color:#222222;
	font-size:16px;
	font-weight: bold;
	line-height:50px;
	text-align: center;
}
.homeL{
	float:left;
	width:40%;
	text-align: center;
	padding:15px 0;
	height:400px;
}
.homeL span{
	height:100%;
	display: inline-block;
	vertical-align: middle;
}
.homeL img{
	max-width:100%;
	max-height:100%;
	width:auto;
	height:auto;
	vertical-align: middle;
}
.homeR{
	float:right;
	width:55%;
	line-height: 26px;
}
.inqu:link,inqu:visited{
	margin-top:30px;
	background: #a71c19 url(../images/ficon3.png) no-repeat 10px center;
	color:#fff;
	padding:7px 20px 7px 40px;
	display: inline-block;
}
.manual:link,manual:visited{
	margin-top:30px;
	background: #666 url(../images/ficon4.png) no-repeat 10px center;
	color:#fff;
	padding:7px 20px 7px 40px;
	display: inline-block;
}
.con_title{
	text-align: center;
	font-size:18px;
	line-height: 30px;
	color:#a71c19;
	padding:20px 0 10px 0;
}
.con_title img{
	width:80%;
	height:auto;
	display: block;
	margin:0 auto;
	margin-bottom:20px;
}
.n_title{
	padding:30px 0 10px 0;
	color:#a71c19;
	font-size:17px;
}
.pa:link,.pa:visited {
	font-size: 15px;
	color: #555555;
	margin-right:10px;
	padding:5px 11px;
	border: 1px solid #fff;
}
.pa img,.paon img,.paon2 img{
	display: inline-block;
	vertical-align: middle;
	margin-top:-4px;
}
.pa:hover{
	background: #ffffff;
	color:#555555;
	border: 1px solid #999999;
}
.paon {
	font-size: 15px;
	color: #555555;
	margin-right:10px;
	padding:5px 11px;
	background: #ffffff;
	border: 1px solid #fff;
}
.paon2 {
	font-size: 15px;
	color: #a71c19;
	margin-right:10px;
	padding:5px 11px;
	background: #ffffff;
	border: 1px solid #a71c19;
}
.maps{
	height:400px;
	overflow: hidden;
}
#allmap{
	height:465px;
}
.wechat{
	padding-top:40px;
	text-align: center;
}
.footcon{
	background: #f6f6f6;
	padding:20px 0;
}
.foottel{
	line-height:28px;
}
.foottel img{
	float:left;
	height:60px;
	width:auto;
	border-right:1px solid #ddd;
	padding-right:20px;
	margin-right:20px;
}
.shares{
	position: absolute;
	right:0;
	top:10px;
}
.shares img{
	width:38px;
	height:auto;
}
.shares span{
	display:inline-block;
	vertical-align: middle;
	margin-left:8px;
}
.footbg{
	background:#242424;
	padding:30px 0;
	color:#959595;
	font-size:0;
	margin-top:40px;
}
.footbg li{
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width:13%;
	margin-right:3%;
	font-size:13px;
	line-height: 26px;
}
.footbg li a{
	color:#959595;
}
.footbg li p{
	line-height: 50px;
	font-size:16px;
	margin-bottom:15px;
	color:#f3f3f3;
	background: url(../images/footp.jpg) no-repeat left bottom;
}
.footbg li img{
	max-width:100%;
	height:auto;
	margin-top:10px;
}
.footbg li.foot1{
	width:21%;
	margin-right:0;
}
.footbg li.foot2{
	width:10%;
	float:right;
	text-align: center;
	margin-right:0;
	padding-top:5px;
}
.footer{
	border-top:1px solid #393939;
	background:#242424;
	color:#787878;
	font-size:13px;
	line-height: 60px;
	text-align: center;	
}
.footlink{
	background: #2b2f32;
	padding:20px 0;
	text-align: center;
}
.footlink img{
	display: inline-block;
	vertical-align: middle;
	margin:0 12px;
}
.ban{
	text-align: center;
}
.ban img{
	max-width:100%;
	height:auto;
	display: block;
}
hr{
	height:1px;border:none;border-top:1px solid #ddd;
}
.left_tit{
	color:#ffffff;	
	background:#a71c19;
	line-height:32px;
	font-size:22px;
	text-align: left;
	padding:20px;
	margin-top:-70px;
}
.left_tit p{
	font-size:28px;
	font-weight: bold;
	color:#b65453;
}
.leftNav{
	text-align: left;
	position: relative;
}
.leftNav li{
	line-height:50px;
	background: #fff url(../images/subnav_ico0.png) no-repeat 95% 20px;
	border-bottom:1px solid #eee;
	position: relative;	
}
.leftNav li a{
	font-size:15px;
	color:#333;
	padding:0 25px;
}
.leftNav li:hover a{
	color:#a71c19;
}
.leftNav li.lefton{	
	background: #fcfcfc url(../images/subnav_ico.png) no-repeat 95% 20px;
}
.leftNav li.lefton a{
	color:#a71c19;
	display: block;
	border-left:4px solid #a71c19;
}
.leftNav li:hover .leftNav2{
	display: block;
}
.leftNav2{
	background: #ffffff;
	padding:10px 20px;
	border-top:1px solid #e5e5e5;
}
.leftNav li .leftNav2 ul li{
	background: url(../images/rico.jpg) no-repeat 20px center;
	border-bottom:none;
	padding-left:35px;
	line-height:35px;
}
.leftNav li .leftNav2 li a{
	font-size:14px;
	border-left:0;
	padding:0;
	color:#666;
	background: transparent;
}
.leftNav li .leftNav2 li.lefton2 a{
	color:#a71c19;
}
#tline{
	border-top:1px solid #eee;
}
.con_info{
	font-size:15px;
	line-height:32px;
	color:#242424;
	min-height:200px;
	height:auto;
	padding:20px 0 40px 0;
}
.con_info2{
	font-size:15px;
	line-height:30px;
	color:#242424;
	height:auto;
	padding:10px 10px 40px 10px;
}
.con_info img{
	max-width:100%;
	height:auto;
}
.con_info ul{
	width:101.5%;
	overflow: hidden;
}
.con_info li{
	float:left;
	width:50%;
	margin-bottom:12px;
}
.cons{
	font-size:16px;
	line-height: 32px;
	color:#242424;
	padding:20px 0 10px 0;
}
#dituContent{
	height:400px;
	width:100%;
}

.h_title{
	line-height:80px;
	color:#a71c19;
	font-size:21px;
	padding-left:20px;
	border-bottom:1px solid #f2f2f2;
	margin-bottom:20px;
	position: relative;
}
.nmore{
	background: url(../images/more.png) no-repeat -26px 0;
	width:26px;
	height:26px;
	position: absolute;
	right:30px;
	top:25px;
	transition:all 0.4s;
}
.nmore:hover{
	background: url(../images/more.png) no-repeat 0 0;
}
.p_title{
	line-height:50px;
	color:#a71c19;
	font-size:20px;
	position: relative;
	border-bottom:1px solid #e5e5e5;
}
.boxs{
	background: #fff;
	margin-top:10px;
}
.formbox{
	position: relative;
	font-size:0;
	width:80%;
	margin:30px auto;
}
.formbox p{
	text-align: center;
	font-size:15px;
	margin-bottom:20px;
}
.formbox li{
	position: relative;
	font-size:15px;
	line-height: 36px;
	box-sizing:border-box;
	padding-bottom:20px;
}
.formbox li.form1{
	width:47%;
	margin-right:6%;
	display: inline-block;
}
.formbox li.form2{
	width:47%;
	display: inline-block;
}
.formbox li span{
	display: block;
	color:#333;
}
.formpic{
	width:370px;
	height:340px;
	position: absolute;
	right:0;
	top:20px;
	background: #eee;
}
.pages{
	text-align: center;
	padding:20px 0 40px 0;
}
.swiper-slide{
	text-align: center;
	height:670px;
	overflow: hidden;
}
.banner1{
	background-position: center center;
	background-size:cover;
	height:100%;
}
.swiper-button-prev1{
	left:5%;
}
.swiper-button-next1{
	right:5%;
}
.mob-tit{
	display:none;
}
.drawer-hamberger {
	top: -50px;
}
.sbn{
	margin-bottom:50px;
}
.sbn a{
	display: inline-block;
	padding:8px 40px ;
	color:#333333;
	font-size:15px;
	border:1px solid #666666;
}
.sbn a:hover{
	background:#c4de92;
	color:#111111;
	border:1px solid #c4de92;
}
.newslist{
	margin-top:30px;
	font-size:0;
}
.newslist li{
	line-height: 46px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	font-size:14px;
	border-bottom: 1px dotted #ddd;
	background: url(../images/rico.jpg) no-repeat 5px center;
	padding-left:18px;
}
.newslist li span{
	position: absolute;
	right:0;
	top:0;
	font-size:13px;
	color:#999;
}
.manualist{
	margin-top:30px;
	font-size:0;
}
.manualist ul{
	width:103%;
}
.manualist li{
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	position: relative;
	font-size:16px;
	display: inline-block;
	vertical-align: top;
	width:30.33%;
	margin-right:3%;
	border-bottom: 1px dotted #ddd;
	padding-bottom:20px;
}
.manualist li span{
	margin-top:10px;
	font-size:14px;
	line-height: 30px;
	padding:8px 15px 8px 40px;
	color:#fff;
	background:#666666 url(../images/ficon5.png) no-repeat 10px center;
}
.manualinfo{
	margin:10px 0;
	color:#777777;
	font-size:14px;
	line-height: 24px;
}
.downlist{
	margin-top:30px;
	font-size:0;
}
.downlist li{
	display: inline-block;
	vertical-align: top;
	width:27.33%;
	margin:0 3% 30px 3%;
	line-height: 40px;
	position: relative;
	font-size:16px;
}
.downlist li span{
	margin-top:20px;
	font-size:15px;
	display: block;
	margin:0 auto;
	text-align: center;
	line-height: 40px;
	padding-left:15px;
	border-radius:5px;
	color:#fff;
	background:#cc0000 url(../images/ficon4.png) no-repeat 60px center;
}
.downpic{
	position: relative;
}
.downpic img{
	max-width:100%;
	height:auto;
}
.videolist{
	margin-top:30px;
	font-size:0;
}
.videolist li{
	display: inline-block;
	vertical-align: top;
	text-align: center;
	width:46%;
	margin:0 2% 30px 2%;
	line-height: 40px;
	position: relative;
	font-size:16px;
}
.videoinfo{
	text-align: center;
}
.player{
	position: absolute;
	width:100%;
	height:100%;
	z-index:99;
	background:rgba(0,0,0,0.3) url(../images/player.png) no-repeat center center;
}
.player:hover{
	background:rgba(0,0,0,0) url(../images/player.png) no-repeat center center;
}
.downpic img,.videolist li img{
	max-width:100%;
	height:auto;
	display: block;
}
.faqlist{
	padding:20px 0 50px 0;
}
.faqlist li{
	line-height: 50px;
	font-size:14px;
	font-weight: bold;
	cursor: pointer;
	border-bottom:1px solid #e6e6e6;
	overflow: hidden;
	background: url(../images/ico_t.png) no-repeat 98% center;
}
.faqlist li.hover{
	background: url(../images/ico_d.png) no-repeat 98% center;
}
.faqinfo{
	padding:20px 0 30px 0;
	color:#666666;
	font-size:14px;
	line-height: 24px;
	border-bottom:1px solid #e6e6e6;
}
.newspic{
	height:240px;
	width:100%;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
}
.newsinfo2{
	margin:10px 10px 20px 10px;
	color:#777777;
	font-size:14px;
	line-height: 24px;
	height:72px;
	overflow: hidden;
	position: relative;
}
.newsinfo{
	margin:10px 15px 20px 15px;
	color:#777777;
	font-size:14px;
	line-height: 24px;
	height:72px;
	overflow: hidden;
	position: relative;
}
.c_date{
	position: absolute;
	right:20px;
	bottom:16px;
	color:#aaa;
	font-size:13px;
}
.news_title{
	font-size:20px;
	padding:30px 0 5px 0;
	color:#333333;
	line-height:30px;
	position: relative;
	text-align: center;
}
.news_page{
	font-size:13px;
	color:#999;
}
.footbg2{
	display:none;
}
.wrappic{
	display: none;
}
.swiper2 p{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-top:10px;
	line-height: 28px;	
}
.swiper2 span{
	color:#a71c19;
}
.footmove{
	position: fixed;
	z-index:999;
	right:0;
	top:40%;
}
.footmove li{
	background: #666;
	padding:12px;
	margin:1px 0;
	cursor: pointer;
	position: relative;
}
.footmove li.move1{
	background: #c92e17;
}
.footmove li.move1:hover{
	background: #d74a2d;
}
.footmove li.move2{
	background: #32a259;
}
.footmove li.move2:hover{
	background: #4eb877;
}
.footmove li.move2:hover .wechat2{
	display: block;
}
.footmove li img{
	display:block;
}
.footmove li:hover{
	background: #a71c19;
}
.footmove li .wechat2{
	position: absolute;
	right:54px;
	width:120px;
	top:0;
	text-align: center;
	background: #fff;
	padding-bottom:10px;
	display: none;
}
.footmove li .wechat2 img{
	max-width:100%;
	height:auto;
}
@media screen and (max-width:1300px) {
   .wrap{
   	width:96%;
   }
   .swiper-slide{
		height:600px;
	}
}
@media screen and (max-width:1200px) {
   .wrap{
   	width:98%;
   }
	.nav li a{
		padding:0 15px;	
	}
	.toplogo{
		height:64px;
		padding-top:26px;
	}
   .swiper-slide{
		height:500px;
	}
	.rightBox{
		width:77%;
		padding:15px 25px 10px 25px;
	}
	.pics{
		height:200px;
	}
	.pics2{
		border:none;
		height:155px;
	}
	.left_tit p{
		font-size:22px;
	}
	.newsinfos{
		line-height: 22px;
		height:66px;
		overflow: hidden;
	}
	.formbox{
		width:90%;
	}
	.home_case li{
		height:100px;
		padding:16px 30px;
	}
	.home_case_l{
		margin-top:30px;
	}
	.home_case_r{
		height:381px;
		margin-top:30px;
	}
	.downlist li{
		width:29.33%;
		margin:0 2% 30px 2%;
	}
}
@media screen and (max-width:880px) {
	.toplogo{
		float:none;
		height:62px;
		padding-top:10px;
		padding-bottom:10px;
	}
	.nav{
		float:none;
		width:100%;
		text-align: center;
		border-top:1px solid #ddd;
	}
	.nav li a{
		line-height:50px;
		padding:0 20px;
		font-size:15px;	
	}
	.nav li:hover a,.nav li.current a{
		line-height: 44px;
	}
   .swiper-slide{
		height:400px;
	}
	.leftBox{
		width:23%;
		margin-top:30px;
	}
	.rightBox{
		width:75%;
	}
	.home_news_l,.home_news_r{
		float:none;
		width:100%;
	}
	.home_news{
		padding:0 10px;
	}
	.home_news li{
		font-size:14px;
		padding:0 0 20px 120px;
		margin-bottom:20px;
	}
	.h_title{
		line-height:60px;
		font-size:20px;
	}
	.home_pro ul{
		width:100%;
	}
	.home_pro li{
		margin:0 1% 16px 1%;
	}
	.home_pro li.smallpic{
		width:48%;
		height:145px;
	}
	.home_case_l{
		width:42%;
		margin-bottom:10px;
	}
	.home_case_r{
		width:58%;
		margin-bottom:10px;
		height:320px;
	}
	.home_case li{
		height:87px;
		padding:10px 20px;
		font-size:13px;
		line-height: 20px;
	}
	.footbg li.foot1{
		width:34%;
	}
	.footbg li.foot2{
		display:none;
	}
	.prolist li{
   	width:46%;
   	margin:0 2% 20px 2%;
	}
	.pics{
		height:180px;
	}
	.downlist li{
		width:42%;
		margin:0 4% 30px 4%;
	}
	.manualist li{
		width:47%;
		margin-right:3%;
	}
}
@media screen and (max-width:740px) {
   .header{
   	position: fixed;
   	top:0;
   	width:100%;
   	z-index:900;
   	background: #ffffff;
   	border-bottom:1px solid #e5e5e5;
   }
   body{
   	background: #fff;
   }
   .wrap{
   	width:100%;
   }
   .topbg,.footmove,.nav,.footer,.footbg li,.p_title,.swiper2,.banner1,.news_page,.ban,.swiper-button-prev,.swiper-button-next,.amores2,.amores,.leftNav,.leftBox{
   	display: none;
   }
   .p_t2{
   	display: block;
   }
   .footbg{
   	padding:16px 20px;   	
   }
	.banner2,.footbg li.foot1{
		display: block;
		width:100%;
		line-height: 24px;
		font-size:15px;
	}
	.footbg li.foot1 p{
		display: none;
	}
   .space{
   	height:44px;
   }
   .toplogo{
   	height:44px;
		padding:6px;
   }
	.drawer-hamberger {
		top:auto;
	}
   .mob-tit {
		position:relative;
		width:100%;
		display: block;
		background: #777;
		color: #fff;
		text-align: center;
		font-size: 19px;
		line-height: 38px;
		font-weight: 600;
	}
	.mob-tit span{
		width:25px;
		display: inline-block;
	}
	.mob-tit img{
		width:20px;
		height:auto;
		padding-left:6px;
	}
	.moblist {
		position: absolute;
		top: 0;
		z-index: 100;
		margin-top: 38px;
		width: 100%; 
		text-align: center;
	}
	.moblist li{
		border-bottom: 1px solid #ddd;
		background: #f2f2f2;
		font-size: 17px;
		line-height: 38px;
		font-weight: normal;
	}
	.moblist li a {
		display: block;
		color:#333;
	}
	.footbg2{
		display:block;
		background:#1f2a66;
		line-height: 22px;
		padding:10px 0;
		color:#ddd;
		text-align: center;
		margin-top:20px;
	}
	.con_info{
		font-size:16px;
		line-height: 28px;
		padding:10px 5px;
	}
	.swiper2 .swiper-container {
    	height: 280px;
    	margin: 20px auto;
	}
	.swiper2 .swiper-slide {
    	height:280px;
	}
	.newslist{
		margin-top:10px;
	}
	.newslist li{
		width:98%;
	}
	.newspic{
		height:150px;
	}
	.news_title{
		font-size:18px;
		text-align: center;
		border-bottom:1px solid #ddd;
	}
	.h_title2{
		font-size:0;
	}
	.forms{
		padding:0 20px;
	}
	.rightBox,.homeL,.homeR{
		float:none;
		width:100%;
		padding:0 5px;
	}
	.pics,.pics2{
		height:150px;
	}
	.pages{
		padding:20px 0 5px 0;
	}
	.prolist{
		margin-top:14px;
	}
	.prolist li{
   	width:47%;
   	margin:0 1.5% 15px 1.5%;
	}
	.inqu:link,inqu:visited{
		margin-top:10px;
		margin-bottom:20px;
		padding:7px 20px 7px 40px;
	}
	.n_title{
		padding:10px 0;
		font-size:17px;
	}
	.h_title{
		line-height:50px;
		font-size:20px;
		padding-left:12px;
	}
	.formbox li{
		padding-bottom:5px;
	}
	.formbox li.form1,.formbox li.form2{
		width:100%;
	}
	.faqlist li{
		line-height: 50px;
		font-size:16px;
	}
	.faqinfo{
		padding:15px 0;
	}
	.videolist{
		margin-top:20px;
	}
	.videolist li{
		width:96%;
		margin:0 2% 20px 2%;
	}
	.home_case_l{
		width:100%;
		float:none;
		margin-bottom:10px;
		z-index:90;
		margin-top:0px;
	}
	.home_case_r{
		display: none;
	}
	.home_case li{
		height:auto;
		padding:15px 20px;
	}
	.nmore{
		right:10px;
		top:15px;
	}
	.home_pro{
		padding:0 8px 3px 8px;
	}
	.home_pro li{
		margin:0 1% 10px 1%;
	}
	.home_pro li.smallpic{
		height:130px;
	}
	.home_link{
		margin-top:0;
		padding:0 5px 0 5px;
	}
	
	.home_link li{
		width:24%;
		margin:0 0.5%;
	}
	.home_news{
		margin-bottom:-20px;
	}
	.swiper-slide{
		height:auto;
	}
	.linkbox{
		text-align: center;
		height:80px;
	}
	.downlist li{
		width:46%;
		margin:0 2% 30px 2%;
	}
	.downlist li p{
		line-height: 20px;
		height:40px;
	}
	.downlist li span{
		background:#cc0000 url(../images/ficon4.png) no-repeat 20px center;
		padding:0px 20px 0px 30px;
	}
	.manualist li{
		width:92%;
		margin:0 4% 5px 4%;
		line-height: 30px;
		padding-bottom:15px;
	}
	.manualinfo{
		margin:5px 0;
	}
}