﻿@charset "utf-8";
/* CSS Document */
/*头部区域*/
.auto{
	margin:0 auto;
}
.w1200{
	width:1200px;
}
.w1000{
	width:1000px;
}
.header{
	width:100%;
	height:auto;
	position:fixed;
	top:0;
	left:0;
	z-index:2;
}
.header .h-top{
	background-color:#fff;
	min-width:1000px;
}
/*logo*/
.header .h-logo{
	margin:20px 0 0 2%;
	width:220px;
	height:41px;
}
/*二级导航*/
.header .h-nav{
	width:48%;
	height:81px;
	line-height:81px;
	font-size:14px;
	float: right;
	margin-right: 160px;
	/*margin-left:23%;*/
}
.header .h-nav ul{
	width: 100%;
}
.header .h-nav ul li{
	margin-right:4%;
	position: relative;
}
.header .h-nav ul li:last-child{
	margin-right:0;
}
.header .h-nav ul li.cur{
	border-bottom:2px solid #0e78db;
}
.header .h-nav ul li a{
	color:#333;
}
.header .h-nav ul li a:hover{
	color:#0e78db;
}
.header .h-nav ul li .mainlist{
	display:none;
	width:240px;
	height:auto;
	position: absolute;
	top:81px;
	left:0;
	background:url(../img/headimg.jpg) repeat;
	border-right: 1px solid #eee;
	border-left:1px solid #eee;
	border-bottom:1px solid #eee;
}
.header .mainlist dl{
	width:210px;
	margin:0 auto;
	height:auto;
	padding:15px 0;
}
.header .mainlist dl dd{
	width:190px;
	height:40px;
	border-bottom:1px solid #eee;
	line-height: 40px;
	padding-left:20px;
	position: relative;
}
.header .mainlist dl dd:last-child{
	border-bottom:none;
}
.header .mainlist dl dd:hover{
	background-color: #e8e7e7;
}
.header .mainlist dl dd:hover a{
	color:#000;
}
.header .mainlist dl dd a{
	width:100%;
	color:#666;
	font-size:14px;
	height:40px;
	line-height: 40px;
	display: inline-block;
}
/*搜索*/
.header .seacher{
	width:20px;
	height:20px;
	display:inline-block;
	background:url(../img/seacher.png) no-repeat;
	margin-right:3%;
	margin-top:30px;
}
/*搜索框*/
.header .seachbox{
	padding:27px 0 34px 0;
	background:rgba(255,255,255,.6);
	display:none;
}
.seachbox .search{
	width:722px;
	height:49px;
	background:url(../img/search.png) no-repeat;
	position: relative;
}
.seachbox .search input{
	display:inline-block;
	border:none;
}
.seachbox .search .searl{
	width:646px;
	height:46px;
	margin:2px;
	text-indent:1em;
	font-size:16px;
}
.seachbox .search .sear{
	width:72px;
	height:49px;
	background-color:#0e78db;
	display:block;
}
.seachbox .search .sear .searr{
	width:25px;
	height:22px;
	background:url(../img/search2.png) no-repeat;
	display:block;
	margin:14px 0 0 22px;
}

/*banner区域*/
.bannerbox{
	height:821px;
	position: relative;
	z-index:1;
	overflow:hidden;
}
.banner ul li{
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:821px;
	overflow: hidden;
}
.banner ul li img{
	position: absolute;
	/*left:50%;
	margin-left:-960px;
	width:1920px;*/
	display:block;
	margin:0 auto;
}
.banner .more{
	font-size:18px;
	height:35px;
	line-height:35px;
	width:164px;
	border-radius:20px;
	background-color:#0e78db;
	position: absolute;
	bottom:184px;
	left:50%;
	margin-left:-97px;
	text-align:center;
	color:#fff;
}
.banner .btn{
	height:10px;
	position: absolute;
	bottom:40px;
	left:50%;
}
.banner .btn span{
	width:10px;
	height:10px;
	display:inline-block;
	background:url(../img/btn1.png) no-repeat;
	margin-right:18px;
}
.banner .btn span.on{
	background:url(../img/btn1-1.png) no-repeat;
}


/*内容区域*/
.cont{
	text-align:center;
}
.contpc .welcons{	
	position: relative;
	width:1100px;
}

.contpc .welcon-t{
	overflow: hidden;
	padding-top:55px;
	height:339px;
}
.contpc .welcon-t ul li{
	width:234px;
	background-color:#fff;
	margin-right:21px;
}
.contpc .welcon-t .welimg{
	width:234px;
}
.contpc .welcon-t .wel-bt{
	height:98px;
	border-top:1px solid #e5e5e5;
}
.contpc .welcon-t ul li:hover .wel-bt{
	background-color:#0e78db;
}
.contpc .welcon-t ul li:hover .icon{
	background:url(../img/web-icon1-1.png) no-repeat;
}
.contpc .welcon-t ul li .web-t{
	margin-top:10px;
}
.contpc .welcon-t ul li:hover .web-t span{
	color:#fff;
}
.contpc .welcon-t ul li:hover p{
	color:#fff;
}
.contpc .welcon-t .wel-bt .wbtxt{
	padding:10px;
}
.contpc .welcon-t .wel-bt .wbtxt dl{
	text-align:left;
}
.contpc .welcon-t .wel-bt h3{
	font-size:14px;
	color:#3c474d ;
}
.contpc .welcon-t ul li:hover h3{
	color:#fff;
}
.contpc .welcon-t .wel-bt p{
	color:#828c91;
	font-size:12px;
}
.contpc .welcon-t .web-t span{
	color:#333;
	font-size:12px;
}
.contpc .welcon-t .web-t .icon{
	width:20px;
	height:20px;
	background:url(../img/web-icon.png) no-repeat;
}
.contpc .ca{
	width:35px;
	height:35px;
	display:inline-block;
	position: absolute;
	top:50%;
}
.contpc .tprev{
	background:url(../img/tprev.png) no-repeat;
	left:-60px;
}
.contpc .tprev:hover{
	background:url(../img/tprev1-1.png) no-repeat;
}
.contpc .tnext{
	background:url(../img/tnext.png) no-repeat;
	right:-60px;
}
.contpc .tnext:hover{
	background:url(../img/tnext1-1.png) no-repeat;
}
/*关于我们*/
.aboutus .cont{
	padding:70px 0 80px;
	text-align:center;
}
.aboutus .cont dl .ab-txt{
	font-size:12px;
}
.aboutus .mcont{
	padding-bottom:0;
}
.aboutus .macont .ab-title span{
	font-size: 37px;
    color: #1968b3;
}
.aboutus .abmore{
	width: 200px;
    height: 33px;
    line-height: 33px;
    border: 1px solid #dedfe0;
    border-radius: 15px;
    text-align: center;
    font-size: 16px;
    color: #dedfe0;
    display:inline-block;
    margin:40px 0 85px;
}
.aboutus .abmore:hover{
	background-color:#0e78db;
	color:#fff;
	border:1px solid transparent;
}
.mcont3 .cont .abus{
	background-color:#fff;
	border:1px solid #dedfe0;
	color:#dedfe0;
	font-size:18px;
	margin-top:0;
}
.mcont3 .cont .abus:hover{
	background-color:#0e78db;
	color:#fff;
	border:1px solid transparent;
}
.aboutus .macont .ma-txt{
	height:78px;
	overflow: hidden;
}
.aboutus .macont .ma-txt p{
	padding:2px 0;
}
.aboutus .macont .abimg{
	background:url(../img/abimg.jpg) no-repeat;
	height:245px;
}
.aboutus .abimgcont{
	overflow: hidden;
}
.aboutus .abimgcont ul{
	width:1104px;
}
.aboutus .abimgcont ul li{
	padding-top:78px;
	text-align:left;
	padding-right:154px;
}
.aboutus .abimgcont h2{
	font-size:60px;
	color:#fff;
	position: relative;
}
.aboutus .abimgcont .abicon{
	width:16px;
	height:16px;
	display:inline-block;
	background:url(../img/abmore.png) no-repeat;
	position: absolute;
	top:-25px;
	right:-21px;
}
.aboutus .abimgcont .date{
	color:#eaeff7;
	padding:25px 0;
}
.aboutus .abimgcont .line{
	width:30px;
	height:2px;
	background:url(../img/ab-line.jpg) no-repeat;
}
.aboutus .mcont4{
	background-color: #f3f3f3;
}
.aboutus .mcont4 .cont .ma-line{
	background: url("../img/ma2-line2.jpg") no-repeat;
}
.aboutus .mcont4 .cont .ab-txt{
	padding-bottom:70px;
}
.aboutus .labt-w2 .cnt .cntimg{
	width:396px;
	height:235px;
	overflow: hidden;
}
.aboutus .labt-w2 .cnt .rt{
	width:550px;
	text-align:left;
	padding-top:12px;
}
.aboutus .cnt .rt h2{
	font-size:25px;
	color:#000;
	font-weight:normal;
}
.aboutus .cnt .rt h3{
	font-size:16px;
	font-weight:normal;
	padding:30px 0 28px;
}
.labt-w2 .cnt .rt .rtxt{
	line-height:24px;
	color:#666;
	text-overflow: ellipsis; 
    overflow: hidden
}
.aboutus .labt-w2 .lwcnts{
	overflow: hidden;
}
.aboutus .labt-w2 .cnt dl{
	overflow: hidden;
	height:192px;
}
.aboutus .labt-w2 .cnt .dtli{
	width:1000px;
}
.aboutus .labt-w2 .cnt .dtils{
	width:1020px;
}
.aboutus .labt-w2 .cnt .dtliss{
	width:222px;
	height:160px;
	border:1px solid #ccc;
	margin-right:34px;
}
.aboutus .labt-w2 .dtliss .dtlisimg img{
	width:222px;
	height: 160px;
}
.aboutus .labt-w2 .cnt .dtliss .stlistxt{
	padding-top:12px;
	font-size:14px;
	line-height:24px;
	color:#000;
}
.aboutus .labt-w2 .cnt .dtliss.cur{
	border:1px solid #0e78db;
	box-shadow:5px 5px 5px -2px #ccc;
}

.aboutus .labt-w2 .mct{
	width:1200px;
	margin:0 auto;
	position: relative;
}
.aboutus .cnt span{
	width: 35px;
	height:35px;
	display:inline-block;
	position: absolute;
	top:64%;
	cursor:pointer;
}
.aboutus .cnt span.prev{
	background:url(../img/tprev1.png) no-repeat;
	left:0;
}
.aboutus .cnt span.prev:hover{
	background:url(../img/tprev1-1.png) no-repeat;
}
.aboutus .cnt span.next{
	background:url(../img/tnext1.png) no-repeat;
	right:0;
}
.aboutus .cnt span.next:hover{
	background:url(../img/tnext1-1.png) no-repeat;
}
.aboutus .lwrap .yw{
	margin-bottom:80px;
	width:628px;
	overflow: hidden;
	margin:0 auto;
}
.aboutus .lwrap .yw ul li{
	width:64px;
	height:46px;
	font-size:20px;
	text-align:center;
	cursor:pointer;
	margin-right:30px;
	color:#999;
}
.labt-w2 .years .yw li.cur{
	border-bottom:3px solid #0e78db;
	color:#0e78db;
}
.aboutus .lwrap .ywma ul li{
	font-size:16px;
	width:auto;
}
.aboutus .lwrap .years{
	position: relative;
	margin-bottom: 53px;
}
.aboutus .lwrap .years:hover .prev{
	display:block;
}
.aboutus .lwrap .years:hover .next{
	display:block;
}
.aboutus .lwrap .years span{
	width: 35px;
	height:35px;
	display:inline-block;
	position: absolute;
	cursor:pointer;
}
.aboutus .lwrap .years .prev{
	background: url(../img/tprev1.png) no-repeat;
    left:13%;
    display:none;
}
.aboutus .lwrap .years .prev:hover{
	background: url(../img/tprev1-1.png) no-repeat;
}
.aboutus .lwrap .years .next{
	background: url(../img/tnext1.png) no-repeat;
	right:13%;
	display:none;
}
.aboutus .lwrap .years .next:hover{
	background: url(../img/tnext1-1.png) no-repeat;
}
.mcont3 .mcnimg{
	width:1000px;
	overflow: hidden;
	padding: 55px 0;
}
.mcont3 .mcnimg ul{
	width:1036px;
	height:189px;
	overflow:hidden;
}
.mcont3 .mcnimg ul li{
	margin-right:37px;
	margin-bottom:30px;
	width:222px;
	
	overflow: hidden;
}











/*生产领域*/
.contpa{
	padding:60px 0 100px 0;
}
.cont .c-line{
	width:35px;
	height:2px;
	background:url(../img/c-line.png) no-repeat;
	display:inline-block;
	margin:18px 0;
}
.cont .c-txt{
	font-size:18px;
	color:#333;
}
.cont .c-list{
	width:1000px;
	margin-top:70px;
}
.cont .c-list dl{
	width:250px;
	float:left;
	text-align:center;
	position: relative;
}
.cont .c-list dl .dt{
	width:100px;
	height:100px;
	display:inline-block;
}
.cont .c-list dl .pt-img{
	background:url(../img/pt.png) no-repeat;
}
.cont .c-list dl:hover .pt-img{
	background:url(../img/pt1-1.png) no-repeat;
}
.cont .c-list dl .rc-img{
	background:url(../img/rc.png) no-repeat;
}
.cont .c-list dl:hover .rc-img{
	background:url(../img/rc1-1.png) no-repeat;
}
.cont .c-list dl .hp-img{
	background:url(../img/hp.png) no-repeat;
}
.cont .c-list dl:hover .hp-img{
	background:url(../img/hp1-1.png) no-repeat;
}
.cont .c-list dl .rh-img{
	background:url(../img/rh.png) no-repeat;
}
.cont .c-list dl:hover .rh-img{
	background:url(../img/rh1-1.png) no-repeat;
}

.cont .c-list dl .cl-line{
	width:25px;
	height:2px;
	background:url(../img/cl-line.png) no-repeat;
	margin:27px 0 24px 0;
    margin-left: 110px;
}
.cont .c-list dl .cl-lines{
	width:1px;
	height:183px;
	display:inline-block;
	background:url(../img/cl-lines.jpg) no-repeat;	
	position: absolute;
	top:0;
	right:10px;
}
/*产品中心*/
.contpc{
	height:667px;
	background:url(../img/pcbg.jpg) no-repeat;
}
.contpc .c-img{
	padding-top:70px;
}

.contpc .c-txt{
	color:#fff;
}

/*产品详情*/
.proage{
	padding:41px 0 94px;
}
.proage .prgeimg{
	width:500px;
	/*height:450px;*/
	height:auto;
	overflow: hidden;
	cursor:pointer;
}
.proage .prgeimg img{
	max-width:100%;
}
.proage .prgeimg img:hover{
	transform:scale(1.2);
}
.proage .prgetxt{
	margin:25px 0;
}
.proage .prgetxt ul li{
	list-style:disc;
	float:none;
}
.proage .prgetxt h2{
	font-size:25px;
	color:#111;
	font-weight:normal;
}
.proage .prgetxt .prtitle{
	font-size:18px;
	padding-top: 10px;
}
.proage .prgetxt .prtxts{
	font-size:14px;
	width:397px;
	padding:40px 0;
	border-top:1px dotted #ccc;
	border-bottom:1px dotted #ccc;
	margin:30px 0 39px;
}
.proage .prtxts .pre-p{
	background:url(../img/prtxtsicon.png) no-repeat;
	background-position: 1px 9px;
	padding-left:12px;
}
.quote{
	width:200px;
	height:35px;
	line-height: 35px;
	background-color:#0e78db;
	color:#fff;
	display:inline-block;
	text-align: center;
	border-radius: 15px;
}
.prges{
	padding-top:45px;
}
.prges h2{
	font-size:20px;
	font-weight:normal;
	color:#000;
	padding-bottom:28px;
	border-bottom:1px dotted #ccc;
}
.prge-cont2 .prcout{
	padding-top:22px;
}
.prge-cont2 .prcout tr td{
	float:left;
	width:475px;
	/*height:45px;*/
	line-height:22px;
	border-right:1px solid #f3f3f3;
	border-bottom:1px solid #f3f3f3;
	padding: 10px 0 10px 24px
}
.prge-cont3{
	width: 1000px;
	overflow: hidden;
}
.prge-cont3 .prcout{
	padding-top:22px;
}
.pro-list ul li .listimg{
	padding:10px 0;
}
.pro-list ul li .listimg img{
	width:270px;
	height: 224px;
}
.pro-list ul li a{
	position:relative; 
	display:block; 
	width:100%; 
	height:100%;
}
.pro-list ul li a:before, .pro-list ul li a:after{
	content:''; 
	position:absolute; 
	bottom:-2px; 
	width:0; 
	height:2px; 
	background:#0e78db; 
	-webkit-transition:0.4s; 
	transition:0.4s;
}
.pro-list ul li a:before{
	left:0;
}
.pro-list ul li a:after{
	right:0;
}
.pro-list ul li a:hover:before, .pro-list ul li a:hover:after{
	width:50%;
}


/*产品列表*/
.pro-list{
	width:1000px;
	overflow:hidden;
	padding:37px 0 20px;
}
.pro-list ul{
	width:1032px;
}
.pro-list ul li{
	background-color:#fff;
	/*padding:15px 24px 10px;*/
	text-align:center;
	margin:0 26px 33px 0;
	width: 318px;
    height: 346px
}
.pro-list ul li .listtitle{
	padding:24px 0 16px;
	border-top:1px dotted #ccc;
	width: 280px;
    margin-left: 13px
}
.pro-list ul li .listtitle h3{
	color: #111;
    font-size: 16px;
}
.pro-list ul li .listtitle .txts{
	font-size: 14px;
    color: #999;
    padding-top: 12px;
}









.prge-cont3 ul li .prge-img{
	padding-bottom:22px;
}
.prge-cont3 ul li .prge-txt{
	padding-top:25px;
	border-top:1px dotted #ccc;
	padding-bottom:10px;
}
.prge-cont3 ul li .prge-txt h3{
	color:#111;
	font-size:16px;
}
.prge-cont3 ul li .prge-txt .txts{
	font-size:14px;
	color:#999;
	padding-top:12px;
}


/*关于贝特*/
.cont2{
	background-color:#f8f6f7;
	padding:76px 0 107px;
}
.contab{
	text-align:center;
}
.contab .ctab-txt{
	margin:65px 0;
}
.contab .ctab-txt p{
	color:#666;
}
.ctab-list{
	overflow: hidden;
}
.ctab-list ul{
	width:1025px;
}
.ctab-list ul li{
	margin-right:21px;
	height:84px;
	width:184px;
	margin-bottom:20px;
}
.cont .c-more{
	width:200px;
	height:35px;
	line-height: 35px;
	text-align:center;
	color:#dedfe0;
	font-size:16px;
	display:inline-block;
	border:1px solid #dedfe0;
	border-radius:20px;
	margin-top:65px;
}
.cont .c-more:hover{
	background-color:#0e78db;
	color:#fff;
	border:1px solid transparent;
}
/*新闻资讯*/
.cont3{
	padding:74px 0 90px 0;
}
.cont3 .ctnl{
	width:1000px;
	/*margin-left:42px;*/
	margin-top:75px;
	overflow: hidden;
}
.cont3 .ctnl ul{
	width:1056px;
}
.cont3 .ctnl ul li{
	width:298px;
	text-align:left;
	margin-left:54px;
}
.cont3 .ctnl ul li .date{
	font-size:14px;
	color:#000;
}
.cont3 .ctnl ul li .nl-line{
	border-bottom:1px dotted #ccc;
	margin:8px 0;
}
.cont3 .ctnl ul li .nl-title{
	font-size:14px;
	color:#000;
	padding:12px 0;
}
.cont3 .ctnl ul li .nl-title:hover{
	color:#70a3e5;
}
.cont3 .ctnl ul li .nl-txt{
	color:#808080;
}
.cont3 .ctnl ul li .nl-skip{
	width:30px;
	height:30px;
	display:inline-block;
	background:url(../img/nl-skip.png) no-repeat;
	margin-top:30px;
}
.cont3 .ctnl ul li:hover .nl-skip{
	background:url(../img/nl-skip1-1.png) no-repeat;
}
.cont3 .ctnl ul li:hover .date{
	color:#0e78db;
}

/*产品中心*/
.product{
	background-color:#f3f3f3;
}
.pro-img img{
	width:100%;
}
.pro-column{
	background-color:#fff;
	border-bottom:1px solid #e0e0e0;
	/*height:77px;*/
	line-height:77px;
	box-shadow: 0px -11px 10px 10px #ccc;
}
.pro-column .title{
	background:url(../img/pro-title.png) no-repeat;
	color:#0e78db;
	padding-left:40px;
	background-position:1px 24px;
	font-size:18px;
}
.pronav{
	background-color:#fdfdfd;
	padding-top:22px;
}
.pronav ul li{
	margin-right:30px;
	margin-bottom:12px;
	line-height: 30px;
	height: 30px;
}
.pronav ul li a{
	color:#888;
}
.pronav ul li.cur{
	line-height:30px;
	height: 30px;
	background-color:#0e78db;
	width:auto;
	padding:0 27px;
	border-radius:15px;
	text-align:center;
	color:#fff;
	display:block;
}
.pronav ul li.cur a{
	color:#fff;
}
.pro-list ul li a{
	position:relative; 
	display:block; 
	width:100%; 
	height:100%;
}
.pro-list ul li a:before, .pro-list ul li a:after{
	content:''; 
	position:absolute; 
	bottom:-2px; 
	width:0; 
	height:2px; 
	background:#0e78db; 
	-webkit-transition:0.4s; 
	transition:0.4s;
}
.pro-list ul li a:before{
	left:0;
}
.pro-list ul li a:after{
	right:0;
}
.pro-list ul li a:hover:before, .pro-list ul li a:hover:after{
	width:50%;
}


/*产品列表*/
.pro-list{
	width:1000px;
	overflow:hidden;
	padding:37px 0 20px;
}
.pro-list ul{
	width:1032px;
}
.pro-list ul li{
	background-color:#fff;
	/*padding:15px 24px 10px;*/
	text-align:center;
	margin:0 26px 33px 0;
	width: 318px;
    height: 346px
}
.pro-list ul li .listtitle{
	padding:24px 0 16px;
	border-top:1px dotted #ccc;
	width: 280px;
    margin-left: 13px
}
.pro-list ul li .listtitle h3{
	color: #111;
    font-size: 16px;
}
.pro-list ul li .listtitle .txts{
	font-size: 14px;
    color: #999;
    padding-top: 12px;
}
.paging .pagings{
	/*margin-left:34%;*/
	/*padding:10px 0 95px;*/
}

/*售后服务*/
.maintain{
	position: relative;
}
.pro-nav ul li{
	margin-left:47px;
	font-size:14px;
	cursor:pointer;
}
.pro-nav ul li.cur{
	border-bottom:2px solid #0e78db;
}
.pro-nav ul li a{
	color:#666;
}
.maintain .pro-nav ul li a:hover{
	color:#333;
}
.maintain .macont{
	text-align:center;
}
.maintain .cont h3{
	font-size:25px;
	color:#000;
	font-weight:normal;
}
.maintain .cont .ma-line{
	background:url(../img/ma-line.png) no-repeat;
	width:620px;
	height:45px;
	margin:30px 0 15px 186px;
}
.maintain .mcont1 h2{
	font-size:37px;
	color:#1968b3;
}
.maintain .mcont1 .ma-address{
	font-size:16px;
	color:#000;
	padding:40px 0 50px;
}
.maintain .mcont1 .ma-txt{
	color:#888;
	font-size:12px;
}
.maintain .mcont1 .ma-img2{
	margin:30px 0 50px;
}
.maintain .mcont1 .checkcrd{
	width:200px;
	height:33px;
	line-height:33px;
	border:1px solid #dedfe0;
	border-radius:15px;
	text-align:center;
}
.maintain .mcont1 .chectxt{
	background:url(../img/check-img.png) no-repeat;
	padding-left:15px;
	background-position:38px 7px;
	font-size:16px;
	color:#dedfe0;
	cursor:pointer;
}
.maintain .mcont2{
	background-color:#f3f3f3;
	/*padding:70px 0 98px;*/
}
.maintain .mcont2 .ma-line{
	background:url(../img/ma2-line2.jpg) no-repeat;
}
.maintain .mquacont{
	width:966px;
	height:415px;
	overflow: hidden;
	position: relative;
}
.maintain .mquacont .qua-content{
	width: 966px;
    height: 410px;
    position: relative;
    overflow: hidden
}
.maintain .mquacont .as{
	width:34px;
	height:30px;
	display:inline-block;
}
.maintain .mquacont .ask{
	background:url(../img/ask.png) no-repeat;
}
.maintain .mquacont .reply{
	background:url(../img/reply.png) no-repeat;
}
.maintain .mquacont .txt{
	width:921px;
	margin-left:11px;
}
.maintain .mquacont .cont-wrap{
	text-align:left;
	position: absolute;
	top:0;
	left:0;
}
.maintain .mquacont .cont-wrap dl{
	margin-top:17px;
}
.maintain .mquacont .cont-wrap ul li{
	margin-bottom:28px;
}
.maintain .mquacont .scrollbox{
	width:14px;
	height:415px;
	background-color:#e9e9e9;
	position: absolute;
	top:0;
	right:0;
	cursor:pointer;
}
.mquacont .scrollbox .scroll-btn{
	width:14px;
	height:39px;
	background:url(../img/scroll-btn.jpg) no-repeat;
	display:block;
	position: absolute;
	right:0;
	top:0;
}

.mainbgs{
	width:100%;
	height:100%;
	background:rgba(0,0,0,.4);
	position: absolute;
	top:0;
	left:0;
}
.mainbg{
	width:880px;
	position: fixed;
	top:100px;
	left:50%;
	background-color:#fff;
	text-align:center;
	padding:63px 0;
	margin-left:-440px;
}
.mainbg .close{
	width:27px;
	height:27px;
	background:url(../img/close.png) no-repeat;
	position: absolute;
	top:30px;
	right:35px;
	display:inline-block;
}
.mainbook h2{
	font-size:30px;
	font-weight: normal;
	color:#000;
}
.mainbook .mbgimg{
	width:630px;
	height:400px;
	margin:0 auto;
	overflow: hidden;
	padding-top:74px;
}

/*最新动态*/
.news .ns-cont ul{
	width: 100%;
}
.news .ns-cont ul li{
	width:100%;
	padding:35px 0;
	border-bottom:1px solid #e7e7e9; 
}
.news .ns-cont .nccont{
	padding-top:35px;
}
.news .nc-img{
	position: relative;
}
.news .nc-img .ncbg{
	width:480px;
	height:250px;
	background:rgba(0,0,0,.4);
	display:inline-block;
	position: absolute;
	top:0;
	left:0;
}
.news .ns-cont .nc-txt{
	width:453px;
}
.news .ns-cont .nc-txt h3{
	font-size:18px;
	color:#111;
	padding:15px 0;
	font-weight:normal;
}
.ns-cont .nc-txt span{
	padding-left:23px;
	color:#999;
}
.ns-cont .nc-txt .data{
	background:url(../img/nc-date.png) no-repeat;	
	margin-right:24px;
}
.ns-cont .nc-txt .name{
	background:url(../img/nc-name.png) no-repeat;
}
.ns-cont .nc-txt .t-text{
	color:#999;
	padding:25px 0;
}
.ns-cont .nc-txt .nc-more{
	width:100px;
	height:35px;
	display:inline-block;
	line-height:35px;
	text-align:center;
	border:1px solid #d9d9d9;
	border-radius:15px;
	color:#ccc;
}
.news .ns-cont .nc-txt:hover .nc-more{
	background-color:#0e78db;
	color:#fff;
	border:none;
}
.news .ns-cont .nc-txt:hover h3{
	color:#0e78db;
}
.news-pag{
	padding:85px 0;	
}

/*新闻详情页*/
.npage{
	 padding: 0 115px 40px 115px;
    background-color: #fff;
}
.npage .lf-hd{
	height: 99px;
    line-height: 99px;
    border-bottom: 1px solid #e5e5e5;
    margin-top:15px;
}
.npage .lf-hd h2{
	width: 808px;
    overflow: hidden;
    float: left;
    font-size: 30px;
    color: #333;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.lf-ct{
	color: #777;
    font-size: 14px;
    line-height: 26px;
    min-height: 300px;
    padding: 40px 0;
    border-bottom: 1px solid #e5e5e5;
}
.l-pn-l{
	 float: left;
    margin-top: 14px;
}
.l-pn-l a, .l-pn-l span{
	display: block;
    font-size: 14px;
    color: #777;
    line-height: 30px
}
.l-pn-l a, .l-pn-l span{
	display: block;
    font-size: 14px;
    color: #777;
    line-height: 30px;
}
.l-pn .lin-a{
	float: right;
    margin-top: 25px;
    height: 35px;
    padding: 0 15px;
    margin-right: 0;
    color: #ccc;
    width:120px;
    border:1px solid #e8e8e8;
    text-align: center;
    line-height: 35px;
    border-radius: 20px;
}
.l-pn .lin-a:hover{
	background-color:#0e78db;
	color:#fff;
	border:none;
}
.lf-hd .data{
	background:url(../img/nc-date.png) no-repeat;	
	padding-left:23px;
}
.lf-hd .name{
	background:url(../img/nc-name.png) no-repeat;
	padding-left:23px;
	margin-right:24px;
}

/*联系我们*/
.cont-cont{
	padding:112px 0 100px;
}
.contactus .add-title{
	padding-bottom:15px;
}
.contactus .add-title h2{
	font-size:25px;
	color:#0e78db;
}
.contactus .add-title .t-txt{
	font-size:14px;
	color:#999;
	padding:10px 0;
}
.contactus .address{
	padding-top:10px;
}
.contactus .address dl{
	border-top:1px dotted #ccc;
	padding:20px 0;
}
.contactus .address dl dd{
	padding-bottom:18px;
	font-size:12px;
	color:#666;
}
.cont-cont .ccont2{
	padding-top:40px;
}
.cont-cont .ccont2 ul{
	width: 1020px;
}
.cont-cont .ccont2 ul li{
	width:256px;
	height:74px;
	background-color:#f3f3f3;
	margin-right:18px;
	margin-bottom:20px;
	padding:28px 33px 16px;
}
.cont-cont .ccont2 ul li h3{
	padding-bottom:5px;
	font-size:18px;
	color:#333;
	font-weight:normal;
}
.cont-cont .ccont2 ul li p{
	font-size:14px;
	color:#666;
}

/*在线留言*/
.cont-cont .message{
	overflow: hidden;
	width:1000px;
}
.cont-cont .message h2{
	padding:25px 0;
}
.cont-cont .message .mesform{
	width:1028px;
}
.cont-cont .message .meswrit{
	border:1px solid #d9d9d9;
	width:481px;
	height:54px;
	text-indent:2em;
	margin-right:28px;
	margin-bottom:28px;
}
.cont-cont .message textarea{
	width:973px;
	height:170px;
	border:1px solid #d9d9d9;
	padding:20px 0 0 25px;
}
.cont-cont .message .setsub{
	width:199px;
	height:35px;
	text-align:center;
	line-height:35px;
	background-color:#0e78db;
	color:#fff;
	font-size:14px;
	border-radius:15px;
	margin-top:38px;
	border:none;
}
.cont-cont .confoot .chat{
	font-size:14px;
}
.cont-cont .confoot .chat a{
	color:#498ee0;
}


/*底部*/
.footer{
	background-color:#373b3e;
	padding:50px 0 90px;
}
.footer .fc-mess dl{
	float:left;
	margin-right:80px;
}
.footer .fc-mess dl dt{
	font-size:14px;
	margin-bottom:28px;
}
.footer .fc-mess dl dt a{
	color:#d8d9da;
}
.footer .fc-mess dl dd{
	padding:4px 0;
}
.footer .fc-mess dl dd a{
	color:#777879;
}
.footer .fc-mess dl dd a:hover{
	color:#fff;
}
.footer .fc-fr{
	width: 190px;
	text-align:center;
	border-left:1px solid #4b4f52;
	padding-left:70px;
	padding-top:20px;
}
.footer .fc-fr h2{
	font-size:25px;
	color:#0e78db;
	margin-bottom:5px;
}
.footer .fc-fr p{
	color:#0e78db;
}
.footer .fc-fr .phone{
	width: 145px;
	height:29px;
	line-height:29px;
	border:1px solid #0e78db;
	color:#1571cb;
	margin-top:20px;
}
.footer .fc-fr .phone:hover{
	background-color:#0e78db;
}
.footer .fc-fr .phone:hover .p-time{
	color:#fff;
}
.footer .fc-fr .phone:hover .p-time{
	background:url(../img/p-time1-1.png) no-repeat 15px center;
}
.footer .fc-fr .phone .p-time{
	background:url(../img/p-time.png) no-repeat 15px center;
	padding-left:30px;
}
.footbt{
	padding:14px 0;
	background-color:#25282a;
}
.footbt .fotxt{
	color:#8d8d8d;
}

.ser{
	height:54px;
	line-height:54px;
	background-color:#000;
	width:50px;
	height:50px;
	position: fixed;
	right:0;
}
.qq{
	transition: 1s ease;
	width:120px;
	position:fixed;
	right:-70px;
	bottom:300px;
}
.qqs{
	background:url(../img/qq.png) no-repeat;
	display:block;
	color:#fff;
	font-size:14px;
	padding-left:50px;
}
.qq:hover{
	transition: 1s ease;
	right:0;
}
/*.service ul li .sina{
	background:url(../img/sina.png) no-repeat;
	background-position: 0 3px;
}*/
.sertop{
	bottom:242px;
	cursor:pointer;
}
.sertop .sertops{
	background:url(../img/sertop.png) no-repeat;
	display:block;
	width:50px;
	height:50px;
}

.page{
    /*padding:90px 0 10px;*/
    font-size:12px;
    font-weight:bold;
    line-height:22px;
    text-align:center;
    clear:both;}
.page a{
    text-decoration:none;
    color:#8698b6;
    background:#fff;
    border:1px solid #CCCCCC;
    padding:3px 6px;
    padding-bottom:2px;
    margin-right:3px}
.page a.active{
    background:#0E78DB;
    border:1px solid #0E78DB;
    color:#fff}
.page a:hover{
    text-decoration:none;
 color:#fff;
 background:#88664E;
border:1px solid #88664E}
/*.service ul li .qq:hover{
	transition:1px ease;
	margin-right:100px;
}*/



/*产品中心左右切换*/
.product .mcont2{
	/*width:845px;*/
	width:730px;
	margin:0 auto;
}
.product .pro-navs{
	width:845px;
	margin-left:38px;
	overflow: hidden;
}
.product .lwrap .years {
    position: relative;
}
.product .lwrap .years span {
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    cursor: pointer;
    top:30px;
}
.product .lwrap .years .next {
    background: url(../img/tnext0.png) no-repeat;
    right:-2%;
}
.product .lwrap .years .prev {
    background: url(../img/tprev0.png) no-repeat;
    left: -3%;
}
.product .lwrap .years:hover .prev{
	background:url(../img/tprev0-0.png) no-repeat;
}
.product .lwrap .yw {
    width:720px;
    overflow: hidden;
}
.product .labt-w2 .years .yw ul li {
  	padding:0 12px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    color: #999;
}
.product .labt-w2 .years .yw li.cur{
    border-bottom: 3px solid #0e78db;
    color: #0e78db;
}
.product .labt-w2 .years .yw li a{
	color:#666;
}
.product .labt-w2 .years .yw li.cur a{
    color: #0e78db;
}
.product .labt-w2 .lwcnts {
    overflow: hidden;
}

/*配件中心左右切换*/
.parts .mcont2{
	/*width:845px;*/
	width:730px;
	margin:0 auto;
}
.parts .pro-navs{
	width:845px;
	margin-left:38px;
	overflow: hidden;
}
.parts .lwrap .years {
    position: relative;
}
.parts .lwrap .years span {
    width: 15px;
    height: 15px;
    display: inline-block;
    position: absolute;
    cursor: pointer;
    top:30px;
}
.parts .lwrap .years .next {
    background: url(../img/tnext0.png) no-repeat;
    right:-2%;
}
.parts .lwrap .years .prev {
    background: url(../img/tprev0.png) no-repeat;
    left: -3%;
}
.parts .lwrap .years:hover .prev{
	background:url(../img/tprev0-0.png) no-repeat;
}
.parts .lwrap .yw {
    width:720px;
    overflow: hidden;
}
.parts .labt-w2 .years .yw ul li {
  	padding:0 12px;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    color: #999;
}
.parts .labt-w2 .years .yw li.cur{
    border-bottom: 3px solid #0e78db;
    color: #0e78db;
}
.parts .labt-w2 .years .yw li a{
	color:#666;
}
.parts .labt-w2 .years .yw li.cur a{
    color: #0e78db;
}
.parts .labt-w2 .lwcnts {
    overflow: hidden;
}


/*三级导航*/
.cong{
	width: 240px;
    height: auto;
    background-color:#fff;
    position:absolute;
    top:-15px;
    right:-255px;
    padding:10px 0;
    display: none;
}

.cong a{
	width:100%;
	height:40px;
	line-height:40px;
}
.cong span{
	width:200px;
	margin-left:12px;
	display: inline-block;
	padding-left:18px;
	border-bottom:1px solid #eee;
}
.cong span:hover{
	background-color:#e8e7e7;
}