a{
	transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
@-webkit-keyframes upDown{
	from{opacity:0; -webkit-transform:translate3d(0,-30px,0);}
}
@-moz-keyframes upDown{
	from{opacity:0; -moz-transform:translate3d(0,-30px,0);}
}
@keyframes upDown{
	from{opacity:0; transform:translate3d(0,-30px,0);}
}

.header{
	width: 100%;
	height: 90px;
	padding: 0 30px;
	position: relative;
	z-index: 99;
	background: #fff;
	-webkit-animation: upDown 0.8s 0.1s both;
  	-moz-animation: upDown 0.8s 0.1s both;
  	-ms-animation: upDown 0.8s 0.1s both;
  	-o-animation: upDown 0.8s 0.1s both;
  	animation: upDown 0.8s 0.1s both;
}

.logo{
	display: block;
	margin: 13px 0;
}
.header-right{
	margin-top: 30px;
	overflow: hidden;
}
.header-right span{
	display:block;
	float: left;
}

.lan{
	margin-right:25px;
}
.lan>a{
	display: inline-block;
	color:#4a4a4a;
	font-weight: bold;
	line-height: 35px;
}
.lan>a.lan_a,.lan>a:hover{
	color: #2079cc;
}
.top_link>a{
	display: inline-block;
	margin-left:15px;
}

.nav-main{
	float: right;
	margin-right: 20px;
}
.nav-main li{
	display:inline-block;
}
.nav-main li.about_li{
	position: relative;
}
.nav-main li>a{
	line-height:90px;
	display: block;
	padding:0 40px;
	color: #1a1a1a;
}
.nav-main li.active>a,.nav-main li:hover>a{
	color: #2079cc;
}
.nav-main li.lan_li,.nav-main li.link_li{
	display: none;
}

/*二级分类*/
.nav_bg{
	position:absolute;
	width: 100%;
	height: 44px;
	top:90px;
	left:0;
	background:rgba(255,255,255,.7);
	display: none;
	z-index:9;
}
.sub-nav{
	position: absolute;
  height:44px;
  line-height:44px;
  top:90px;
  z-index: 99;
  display: none;
}
.sub-nav>a{
	display: inline-block;
	line-height: 44px;
	height: 44px;
	font-size: 15px;
	padding: 0 25px;
	color: #666;
}
.sub-nav>a:hover{
	color:#2079cc;
}


.menu {
	width: 40px;
	height: 40px;
	float: right;
	border: #ddd 1px solid;
	border-radius: 5px;
	text-align: center;
	margin:10px 0 10px 10px;
	cursor: pointer;
	display: none;
	padding: 6px 8px;
}

.menu .icon-bar {
	display: block;
	width: 22px;
	height: 2px;
	border-radius: 1px;
	margin-top: 5px;
	background: #888;
}

.menu:hover {
	background: #ddd;
}
/*banner*/
.swiper-container {
    width: 100%;
}
.swiper-slide img{
	max-width: 100%;
}
.swiper-container .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background:#fff;
	border: #a9a9a9 1px solid;
	opacity: 1;
}
.swiper-container .swiper-pagination-bullet-active{
	background:#ed1b2f;
	border:#ed1b2f 1px solid;
}
.banner .swiper-pagination{
	position: initial;
	margin: 16px 0 30px;
}
/*index*/
.index-list{
	margin-bottom:35px;
}
.index-list li a{
	display: block;
	position: relative;
	margin-bottom: 30px;
}
.index-list .index-text{
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	padding: 35px 46px;
	color: #1a1a1a;
}
.index-text p{
	margin-top: 10px;
	font-family:simsun;
	color: #666;
}
/*index-pro*/
.pro-wrap{
	width: 100%;
	background: #e8e8e8;
	padding: 40px 0 70px;
}
.index_title{
	text-align: center;
}
.index_title h2{
	font-size: 28px;
	font-weight:bold;
	color: #1A1A1A;
}
.pro-search{
	padding:30px 0 0;
	border-bottom: #fff 1px solid;
	padding-bottom: 40px;
}
.pro_select,.search-box{
	width: 100%;
	height: 51px;
	line-height: 50px;
	border: none;
	background: #fff;
	padding:0 20px;
}
.search-box input{
	background: none;
	border: none;
	height: 51px;
	line-height: 50px;
}
.search-box input[type='text']{
	width: 80%;
}
.search-box .search_btn{
	width: 50px;
	height: 51px;
	background: url(../img/search_btn.png) center no-repeat;
	float: right;
	cursor: pointer;
}
.allpro{
	display: block;
	width:100%;
	height: 51px;
	line-height: 51px;
	background: #2079cc;
	color: #fff;
	text-align: center;
}
.search-name{
	display: block;
	margin-top: 5px;
}
.search-name>a{
	color: #969696;
}
.search-name>a:hover,.search-name>a.active{
	color: #2079cc;
}

.index-pro{
	border-top:#e1e1e1 1px solid;
	padding-top: 50px;
}

.pro-list li{
	margin-bottom: 46px;
}
.pro-list li a{
	display: block;
	background:#fff;
	text-align: center;
	padding-bottom:15px;
}
.pro-list li .pro-img img{
	max-width: 100%;
}
.pro-list li p{
	margin:20px 0 0;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
	color: #666;
}
.pro-list li a:hover{
	box-shadow:rgba(197, 193, 193, 0.48) 0 0 8px 0px;
	-webkit-box-shadow:rgba(197, 193, 193, 0.48) 0 0 8px 0px;
}
/*about*/
.index-wrap{
	width: 100%;
	background: url(../img/index_about.jpg) center no-repeat;
	text-align: center;
	padding: 100px 0;
	color: #1a1a1a;
	margin-top: 68px;
}
.index-wrap h1{
	font-weight: bold;
}
.index-wrap h4{
	font-size: 20px;
	margin:10px 0 18px;
	line-height: 24px;
}
.index-wrap .more{
	display: block;
	width: 165px;
	height: 44px;
	line-height: 44px;
	background: #fff;
	border-radius: 5px;
	margin: 16px auto 0;
	color: #1a1a1a;
}
/*index-news*/
.news-wrap{
	margin: 55px 0;
}
.index_title p{
	margin: 10px 0 22px;
}
.index_title span{
	display:block;
	width: 45px;
	height: 3px;
	background: #4c4c4c;
	margin: 0 auto;
}
.news-item{
	margin-top: 36px;
}
.news-item li a{
	display: block;
	margin-bottom: 20px;
}
.news-item li .news-img{
	overflow: hidden;
}
.news-item li .news-img img{
	transition: all .5s;
	-webkit-transition: all .5s;
}
.news-item li:hover .news-img img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}
.news-item li p{
	color: #1a1a1a;
	margin-top: 26px;
	height: 26px;
	overflow: hidden;
	line-height: 26px;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.news-item li .time{
	color: #999;
	display: block;
	margin: 5px 0;
}
.news-item li .news-info{
	line-height: 28px;
	height: 56px;
	overflow: hidden;
}
.news-item li:hover p{
	color: #2079cc;
}
/*footer*/
.footer{
	width:100%;
	background: #000;
	padding: 40px 0 45px;
}
.bottom-nav{
	overflow:hidden;
}
.bottom-nav li{
	width: 20%;
	float: left;
}
.bottom-nav li span{
	display: block;
}
.bottom-nav li span>a{
	display: block;
	color: #fff;
}
.bottom-nav li dl{
	margin-top: 10px;
}
.bottom-nav li dl>a{
	display: block;
	line-height: 28px;
}
.bottom-nav li dl>a:hover{
	color: #fff;
}
.footer .footer-right{
	float: right;
}
.footer-right span{
	display: block;
	margin-bottom: 12px;
	color:#fff;
}
.footer-right .focus{
	float: left;
}
.footer-right .share{
	float: right;
}
.share .bdshare-button-style1-32 a{
	width: 50px;
	height: 50px;
	background: url(../img/share_icons.png);
}
.share .bdshare-button-style1-32 .bds_weixin{
	background-position-x:50px;
}
.share .bdshare-button-style1-32 .bds_sqq{
	background-position-x:116px;
}

.bottom{
	width: 100%;
	background: #1c1c1c;
	color: #cecece;
	font-size: 14px;
	padding: 10px 0;
}
.b-logo{
	display: block;
}
.bottom-right{
	line-height: 40px;
	text-align: right;
}
/*窗口浮动*/
.fix-box{
	width: 170px;
	position: fixed;
	top:25%;
	right:0;
	z-index: 999;
}
.fix-box .fix_a{
	width: 100%;
	height: 50px;
	background: #2079cc;
	margin-bottom: 1px;
	position:relative;
	right: -120px;
	transition: all .5s;
	-ms-transition: all .5s;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
}
.fix-box .fix_a a{
	color:#fff;
	line-height: 50px;
	font-size: 14px;
}
.fix-box .fix_a span{
	display: inline-block;
	width: 50px;
	height: 50px;
}
.fix-box .fix_a:hover{
	right: 0;
}
.fix-box .back-top{
	width: 50px;
	height: 50px;
	display: block;
	position: relative;
	right:-120px;
}

/*内页*/
.inside-banner{
	position: relative;
}
.inside-banner .banner-text{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	margin-top:72px;
	color: #fff;
}
.banner-text span>a{
	font-size: 14px;
	color: #fff;
}
.banner-text h3{
	margin-top: 10px;
}
/*企业介绍*/
.tab-box{
	width: 100%;
	background: #2079cc;
}
.tab_li{
	text-align: center;
}
.tab_li li{
	display: inline-block;
}
.tab_li li>a{
	display: block;
	line-height: 60px;
	padding:0 35px;
	color: #fff;
}
.tab_li li:hover,.tab_li li.active{
	background: url(../img/tab_on.png) bottom center no-repeat;
}

.about{
	margin: 65px auto 33px;
}
.about-img{
	text-align: right;
}
.about-img img{
	max-width: 100%;
}
.about-text{
	padding: 40px 20px;
}
.about-text h4{
	font-size: 20px;
	font-weight: bold;
	color: #2079cc;
	height:84px;
	overflow: hidden;
	line-height: 42px;
}
.about-text .about-info{
	margin-top: 50px;
	line-height: 42px;
}

.line-box{
	width: 100%;
	height: 112px;
	line-height: 112px;
	background: #1c1c1c;
	text-align: center;
	color: #fff;
	font-size: 20px;
}

.pro-intr .img,.pro-intr .pro-right{
	width: 50%;
	float: left;
}
.pro-intr .pro-right{
	padding: 60px 40px 0;
}
.pro-right h3{
	color: #393939;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}
.pro-right .pro-right-text{
	color: #969696;
	line-height: 42px;
	margin: 50px 0 70px;
	max-height: 294px;
	overflow: hidden;
}
.pro-right .more{
	display: block;
	width: 140px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	background: #2079cc;
}
@media only screen and (min-width:1500px) {
	.pro-intr .pro-right{
		width: 750px;
	}
}

/*技术支持*/
.about-wrap{
	margin-top: 50px;
}
.title{
	text-align: center;
}
.title h3{
	font-weight: bold;
	color: #1A1A1A;
}
.title h5{
	color: #969696;
	margin: 10px 0 12px;
}
.title span{
	display: block;
	width: 44px;
	height: 4px;
	background: #297ece;
	margin: 0 auto;
}

.jishu-text{
	text-align: center;
	line-height:30px;
	margin-top: 32px;
}
.jishu-list{
	margin-top: 70px;
}
.jishu-list li{
	margin-bottom: 60px;
}
.jishu .img{
	position: relative;
	overflow: hidden;
}
.jishu .img p{
	position: absolute;
	width: 100%;
	height: 50px;
	left: 0;
	bottom: 0;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background: rgba(0,0,0,.4);
	padding: 0 10px;
	overflow: hidden;
}
.jishu .jishu-info{
	line-height: 30px;
	margin-top: 38px;
	font-size: 14px;
	height: 180px;
	overflow: hidden;
	text-align: center;
}

/*企业文化*/
.about-culture{
	margin: 40px auto 60px;
}
.about-culture .title span{
	width: 1px;
	height: 30px;
	background: #ccc;
	margin:20px auto 32px;
}
.about-culture .title p{
	font-weight: bold;
	line-height: 26px;
}
.culture-con{
	margin-top: 50px;
	position: relative;
	text-align: right;
}
.culture-con img{
	max-width: 100%;
}
.culture-text{
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: left;
	width: 30%;
}
.culture-text h4{
	font-size: 20px;
	color: #2079cc;
	margin-bottom: 30px;
}
.culture-text h5{
	line-height: 26px;
}
/*荣誉*/
.honor-wrap{
	margin: 50px auto 70px;
}
.honor-wrap .title p{
	color: #35497b;
	margin-top: 10px;
}
.honorScroll{
	margin-top: 28px;
	padding: 0 60px;
}
#honorScroll .owl-item{
	padding: 0 20px;
}
#honorScroll .item{
	display: block;
	text-align: center;
}
#honorScroll .item img{
	max-width: 100%;
}
#honorScroll .owl-controls .owl-buttons div{
	width: 14px;
	height: 28px;
	position: absolute;
	top: 50%;
	margin-top: -14px;
	cursor: pointer;
}
#honorScroll .owl-prev{
	background: url(../img/arrow-l.png) center no-repeat;
	left:-60px;
}
#honorScroll .owl-next{
	background: url(../img/arrow-r.png) center no-repeat;
	right:-60px;
}
/*产品展示*/
.banner-title{
	text-align: center;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	color: #fff;
	padding-top:100px;
}
.banner-title h1{
	font-size: 32px;
}
.banner-title h4{
	font-size: 20px;
	margin-top: 5px;
}
.pro-top{
	background: url(../img/pro-top.jpg);
}

.pro-box{
	padding: 70px 0 40px;
}
.pro-box .pro-list li a{
	border: #e8e8e8 1px solid;
}
/*pager*/
.nycon .pager{
	text-align: center;
	margin: 50px 0 20px;
}
.pager a{
	display: inline-block;
	color: #fff;
	padding: 4px 12px;
	background: #78797b;
	margin: 4px 0;
}
.pager span.active a,.pager a:hover{
	background: #2079cc;
}

/*详情页*/
.pro-con{
	margin-top: 8px;
}
.current{
	border-top: #efefef 1px solid;
	line-height: 60px;
	font-size: 14px;
}
.current>a{
	color:#2079cc;
}
.current .current_a{
	color: #969696;
}

.pro-detail{
	margin-bottom: 30px;
	margin-top: 20px;
}
.pro-right-text{
	margin-top: 16px;
}
.pro-right-text h4{
	font-size:20px;
	color: #040203;
}
.pro-right-text span{
	color: #969696;
	display: block;
	margin-top: 10px;
}
.pro-info-li{
	margin-top: 50px;
}
.pro-info-li li{
	height: 46px;
	line-height: 46px;
	background: #f5f5f5;
	padding: 0 20px;
	overflow: hidden;
	font-size: 14px;
	color: #969696;
}
.pro-info-li li:nth-child(2n){
	background: #fff;
}

.pro-title{
	width: 100%;
	height: 40px;
	line-height: 40px;
	padding-left: 25px;
	background: #efefef;
}
.pro-info{
	margin: 20px 0;
}
.pro-info img{
	max-width: 100%;
}
.other-pro{
	margin-top: 30px;
}
.other-pro .pro-list li a {
    border: #e8e8e8 1px solid;
}
/*图片放大镜*/
.pro-left{
	position: relative; 
	overflow: hidden; 
	
}
.pro-left .bigImg{
	width:522px; 
	height: 474px; 
	position: relative;
	border: #efefef 1px solid;
	padding: 1px;
	overflow: hidden;
}
.pro-left .bigImg li img{ 
	vertical-align:middle; 
	width:100%; 
	/*height:474px;*/
}
.pro-left .smallScroll{
	height:80px;
	margin-bottom: 6px;
	margin-top: 30px;
}
.pro-left .sPrev,.pro-left .sNext{ 
	float: left; display: block; width: 20px; height:80px; text-indent: -9999px; 
}
.pro-left .sPrev{
	background: url(../img/pro-left.png) center no-repeat;
}
.pro-left .sNext{
	background: url(../img/pro-right.png) center no-repeat;
}

.pro-left .smallImg{ 
	float:left;
	margin: 0 15px; 
	display:inline; 
	width:452px; 
	overflow: hidden;
}
.pro-left .smallImg ul{
	overflow: hidden; 
}
.pro-left .smallImg li{ 
	float: left; 
	cursor:pointer;  
	display: inline; 
	text-align: center; 
	width: 80px;
	height: 80px;
	margin: 0 6px;
	border: 1px solid #dcdddd;
}
.pro-left .smallImg img{  
	max-width: 100%; 
}
.pro-left .smallImg .on{ 
	border-color: #1e50a2;
}
@media only screen and (min-width:992px) and (max-width:1260px) {
	.pro-left .bigImg{
		width: 450px;
		height: 408px;
	}
	.pro-left .smallImg{
		margin: 0 10px; 
		width:390px;
	}
	.pro-left .smallImg li{
		width: 70px;
		height: 70px;
		margin: 0 5px;
	}
	.pro-left .sPrev,.pro-left .sNext{
		height: 70px;
		background-size: 100%;
	}
}
@media only screen and (max-width:600px) {
	.pro-left .bigImg{
		width: 450px;
		height: 408px;
	}
	.pro-left .smallImg{
		margin: 0 10px; 
		width:390px;
	}
	.pro-left .smallImg li{
		width: 70px;
		height: 70px;
		margin: 0 5px;
	}
	.pro-left .sPrev,.pro-left .sNext{
		height: 70px;
		background-size: 100%;
	}
}
@media only screen and (min-width: 480px) and (max-width:520px) {
	.pro-left .bigImg{
		width:100%;
		max-height:400px;
	}
	.pro-left .smallImg{
		margin: 0 6%; 
		width:80%;
	}
	.pro-left .smallImg li{
		width:19%;
		height:auto;
		margin: 0 2px;
	}
	.pro-left .sPrev,.pro-left .sNext{
		width: 15px;
		height:60px;
		background-size: 100%;
	}
}
@media only screen and (max-width:480px) {
	.pro-left .bigImg{
		width:100%;
		max-height:350px;
	}
	.pro-left .smallImg{
		margin: 0 6%; 
		width:80%;
	}
	.pro-left .smallImg li{
		width:19%;
		height:auto;
		margin: 0 2px;
	}
	.pro-left .sPrev,.pro-left .sNext{
		width: 10px;
		height:50px;
		background-size: 100%;
	}
}
/*服务与支持*/
.inside-banner .banner-text.banner-text1,.banner-text.banner-text1 span>a{
	color: #2a2a2a;
}
.network-wrap .map,.network-right{
	width:50%;
	float: left;
}
.network-right{
	background: #eee;
}

.net-con{
	padding: 28px 80px;
	position: relative;
}
.net-con h3{
	color: #1a1a1a;
	margin-bottom: 22px;
}
.net_search{
	overflow: hidden;
}
.net_search .net_select{
	width: 208px;
	height: 56px;
	line-height: 56px;
	float: left;
	margin-right: 5px;
	margin-bottom: 10px;
	border: none;
	background: #fff;
	padding: 0 10px;
}
.net_search .net_btn{
	width: 65px;
	height: 56px;
	float: left;
	border: none;
	background: #fff;
}
@media only screen and (min-width:1500px) {
	.net-con{
		width:750px;
	}
}
.net-list{
	margin-top: 40px;
}
.net-list li{
	overflow: hidden;
	margin-bottom: 33px;
}
.net-list li i{
	display: block;
	width:30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	border: #969696 1px solid;
	float: left;
	font-style: normal;
}
.net-list li span{
	width: 90%;
	float: left;
	line-height:30px;
	color: #4a4a4a;
	font-size: 14px;
	padding-left: 35px;
}
.network_bottom{
	width: 100%;
	height: 56px;
	background: #2079cc;
}
.net_pager{
	position: absolute;
	width: 100%;
	height: 56px;
	line-height: 56px;
	bottom: -56px;
	left: 0;
	text-align: center;
}
.net_pager span>a{
	padding: 0 20px;
	color: #fff;
}

/*防伪查询*/
.fangwei{
	margin: 45px auto;
	padding: 0 20px;
}
.fw_title{
	width: 100%;
	height:44px;
	line-height: 44px;
	background: #efefef;
	border-top-left-radius:10px;
	color: #2079cc;
	font-weight: bold;
}
.fw_title i{
	display:block;
	float: left;
	width: 44px;
	height: 44px;
	text-align: center;
	font-size: 30px;
	font-style: normal;
}
.fw_title span{
	display:block;
	float: left;
	background: #fff;
	font-size: 18px;
	height:44px;
	padding: 0 30px;
}
.fw_con{
	margin: 40px 0 60px;
	overflow: hidden;
}
.fw_con span{
	display: block;
	float: left;
	margin-right: 30px;
}
.fangwei li img{
	max-width: 100%;
}
@media only screen and (min-width:900px) {
	.fangwei{
		width: 840px;
	}
}
/*售后服务*/
.shouhou{
	padding: 50px 80px;
}
.shouhou img{
	max-width: 100%;
}
/*网络销售*/
.shop_list{
	margin: 70px 0;
	min-height: 300px;
}
.shop_list li{
	width: 260px;
	float: left;
	margin-right: 25px;
	margin-bottom: 30px;
	padding-bottom: 44px;
	border-bottom:#eee 12px solid;
}
.shop_list li span{
	display: block;
	float: left;
}
.shop_list .shop_n{
	margin-left: 16px;
	padding: 15px 0;
}
.shop_n h4{
	color: #1a1a1a;
	margin-bottom: 5px;
}
.shop_n i{
	font-style: normal;
	color: #2079cc;
}
/*二维码*/
.ewm-wrap{
	width: 100%;
	background: url(../img/ewm_bg.jpg) center no-repeat;
	padding:88px 0;
}
.ewm_con{
	border:#aeadac 1px solid;
	background: #fff;
	padding:36px 0;
}
.ewm-img{
	text-align: center;
}
.ewm-img img{
	max-width: 100%;
}
.ewm-right h4{
	margin:25px 0 20px;
	color: #1a1a1a;
}
@media only screen and (min-width:1024px ) {
	.ewm_con{
		width: 851px;
		margin: 0 auto;
	}
}
/*news*/
.news-con{
	padding-top: 10px;
	padding-bottom: 40px;
}
.news-list{
	margin-bottom:60px;
}
.news-list li{
	padding: 80px 0 50px;
	border-bottom: #dcdcdc 1px solid;
}
.news-list li .news-img{
	overflow: hidden;
}
.news-list li .news-img img{
	transition: all .5s;
	-webkit-transition: all .5s;
}
.news-right{
	padding: 20px 40px;
}
.news-right h3{
	color: #1a1a1a;
	height: 26px;
	line-height: 26px;
	overflow: hidden;
}
.news-right .time{
	display: block;
	margin: 10px 0 0;
	color: #969696;
}
.news-right .news-info{
	line-height: 30px;
	height: 60px;
	overflow: hidden;
	margin: 30px 0 45px;
}
.news-right .more{
	display: block;
	width: 136px;
	height: 48px;
	text-align: center;
	line-height: 48px;
	border: #c3c3c3 1px solid;
	font-size: 14px;
	color: #969696;
	cursor: pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
}
.news-list li .more:hover{
	background: #2079cc;
	border: none;
	color: #fff;
}
.news-list li .news-img:hover img{
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}

.news-box{
	margin: 60px 0 85px;
	background:#eee;
	padding:40px 80px;
}
.news-title{
	padding-bottom: 16px;
	border-bottom: #cbcbcb 1px solid;
	position: relative;
}
.news-title h3{
	line-height: 30px;
	color: #1a1a1a;
}
.news-title .time{
	display: block;
	color: #969696;
	margin-top: 10px;
}
.news-box .news-text{
	padding: 50px 0 20px;
	line-height: 30px;
}
.news-box .news-text img{
	max-width: 100%;
}
.news_share{
	position: absolute;
	right: 0;
	bottom: 12px;
}
.news_share span {
    display: block;
    float: left;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    color: #969696;
    margin: 0 4px;
}
.news_share.bdsharebuttonbox a, .news_share.bdsharebuttonbox .bds_more{
	margin: 0 4px;
}
/*联系我们*/
.join-con{
	margin: 40px auto;
	min-height: 200px;
}
.join-con img{
	max-width: 100%;
}

.contact-con{
	margin: 35px auto 60px;
}
.contact-title{
	text-align: center;
	color: #1A1A1A;
}
.contact-title h4{
	font-size: 20px;
	margin-top: 10px;
}
.add-list{
	margin: 30px 0 40px;
}
.add_li .icons{
	padding: 0 10px;
	margin-right: 20px;
}
.add-list li .add_li{
	padding: 30px 20px 10px;
	border-top: #ddd 6px solid;
	overflow: hidden;
}
.add_li span{
	display: block;
	float: left;
	line-height: 30px;
	color: #1A1A1A;
}
.add_li span img{
	padding: 15px 0;
}
.add_li .add_info{
	width: 70%;
}
.contact-map{
	margin-bottom: 40px;
}
.contact-map img{
	max-width: 100%;
}
@media only screen and (max-width:1500px) {
	
	.nav-main li>a{
		padding: 0 35px;
	}
}

@media only screen and (max-width:1400px) {
	.nav-main li>a{
		padding: 0 20px;
	}
}
@media only screen and (max-width:1200px) {
	.nav-main li>a{
		padding: 0 10px;
	}
	.nav-main{
		margin-right: 0;
	}
}
@media only screen and (max-width:1024px) {
	
	.nav-main li>a {
    padding: 0 5px;
    font-size: 14px;
	}
	.sub-nav>a{
		font-size: 14px;
	}
	.index-list .index-text{
		padding: 25px;
	}
	.index-wrap{
		padding:80px 10px;
	}
	.index-wrap h4{
		font-size: 18px;
	}
	.index_title h2{
		font-size: 22px;
	}
	.inside-banner .banner-text{
		margin-top: 32px;
	}
	.about-text h4{
		font-size: 18px;
		line-height: 36px;
		height: 72px;
	}
	.about-text .about-info{
		line-height: 30px;
		margin-top: 20px;
	}
	.line-box{
		font-size: 18px;
	}
	.pro-intr .pro-right{
		padding: 30px 30px 0;
	}
	.pro-right .pro-right-text{
		margin: 10px 0 20px;
		line-height: 30px;
	}
	
	.jishu .img p{
		font-size: 18px;
	}
	.banner-title{
		padding-top: 60px;
	}
	.banner-title h1{
		font-size:20px;
	}
	.banner-title h4{
		font-size:16px;
	}
	
	.network-wrap .map,.network-right{
		width:100%;
		float:none;
	}
	
	.news-right{
		padding: 0 15px;
	}
	.news-right .news-info{
		margin: 30px 0;
	}
	.contact-title h4{
		font-size: 18px;
	}
	.culture-text{
		position: initial;
		width: 100%;
	}	
	.culture-text h4{
		margin: 30px 0 10px;
		font-size: 16px;
	}
}
@media only screen and (max-width:996px) {
	
	.header{
		height:auto;
	}
	.logo{
		margin: 10px 0;
	}
	.logo img{
		height: 40px;
	}
	.header-right{
		margin-top: 12px;
	}
	.nav-main{
		position: absolute;
		width: 100%;
		left: 0;
		top: 60px;
		background: #fff;
		padding-left: 20px;
		display: none;
		z-index: 999;
	}
	.nav-main li{
		display: block;
		text-align: left;
		padding: 0;
		height: 40px;
		line-height: 40px;
	}
	.nav-main li>a{
		line-height: 40px;
		padding: 0;
	}
	
	.menu{
		display: block;
	}
	.lan>a{
		font-size: 14px;
	}
	.pro_select, .search-box{
		margin-bottom: 20px;
	}
	.footer .footer-right{
		float: none;
		margin-top: 20px;
	}
	.footer-right .share{
		float: left;
		margin-left: 30px;
	}
	.fix-box{
		display: none;
	}
	.about-img{
		text-align: left;
	}
	.pro-intr{
		margin-bottom: 30px;
	}
	.pro-intr .img, .pro-intr .pro-right{
		width: 100%;
		float: none;
	}
	.news-right .news-info{
		margin: 20px 0;
	}
	/*.add_li .add_info{
		width: 100%;
	}*/
}

@media only screen and (max-width:768px) {
	.index-wrap{
		padding:60px 10px;
	}
	.index-wrap h4{
		font-size: 16px;
	}
	.index_title h2{
		font-size:20px;
	}
	
	.b-logo{
		float: none;
	}
	.bottom-right{
		float: none;
		text-align: left;
		line-height: 30px;
		margin-top: 20px;
	}
	.inside-banner .banner-text{
		margin-top: 30px;
	}
	.about {
	    margin:40px auto 25px;
	}
	.jishu .img p{
		font-size: 16px;
	}
	.banner-title{
		padding-top:40px;
	}
	.banner-title h1{
		font-size: 18px;
	}
	.banner-title h4{
		font-size: 14px;
	}
	
	.net-con {
	    padding: 28px 40px;
	}
	
	.shouhou{
		padding: 50px 60px;
	}
	.news-list li{
		padding: 40px 0;
	}
	.news-right{
		margin-top: 20px;
	}
	
	.news_share{
		position: initial;
		margin-top: 20px;
	}
	.news-box {
	    margin: 50px 0 65px;
	    padding: 30px 40px;
	}
	.contact-title h4{
		font-size: 16px;
	}
}

@media only screen and (max-width:480px) {
	.header{
		padding: 0 15px;
	}
	.header-right{
		display: none;
	}
	.nav-main li.lan_li,.nav-main li.link_li{
		display: block;
	}
	.top_link>a{
		margin-left: 0;
		margin-right: 10px;
	}
	.index_title h2{
		font-size:18px;
	}
	
	.pro-list li{
		width: 100%;
	}
	.index-wrap{
		padding:40px 10px;
	}
	.index-wrap h4{
		font-size: 14px;
	}
	
	
	.footer{
		padding:20px 0;
	}
	.bottom-nav li{
		width: 100%;
	}
	.bottom-nav li span{
		height: 40px;
		line-height: 40px;
		border-bottom: #6c6c6c 1px solid;
		padding: 0 10px;
	}
	.bottom-nav li span>a{
		background: url(../img/arrow-right.png) right center no-repeat;
	}
	.bottom-nav li dl{
		display: none;
	}
	.footer-right .focus{
		float: none;
	}
	.footer-right .share{
		float: none;
		margin-left: 0;
		margin-top: 20px;
	}
	.inside-banner .banner-text{
		display: none;
	}
	.tab_li li>a {
	    line-height: 50px;
	    padding: 0 10px;
	}
	
	.about-text{
		padding: 30px 0;
	}
	.about-text h4{
		font-size: 16px;
		line-height: 30px;
		height: 60px;
	}
	.line-box {
	    font-size: 16px;
	    height: 60px;
	    line-height: 60px;
	}
	.line-box img{
		height: 40px;
	}
	
	.jishu .img p{
		font-size: 14px;
	}
	.inside-banner img{
		width: auto;
		height:80px;
	}
	.banner-title{
		padding-top: 20px;
	}
	.banner-title h1{
		font-size: 16px;
	}
	.banner-title h4{
		font-size: 12px;
	}
	
	.pro-right-text h4{
		font-size: 16px;
	}
	
	.net-con {
	    padding: 28px 15px;
	}
	.net-list li span{
		width: 80%;
	}
	.net_pager span>a{
		padding: 0 10px;
	}
	.fw_title i{
		font-size: 18px;
	}
	.fw_title span{
		font-size: 14px;
		padding: 0 10px;
	}
	.shouhou{
		padding:40px 20px;
	}
	
	.ewm-wrap{
		padding: 50px 0;
	}
	.ewm_con{
		padding: 20px 0;
	}
	.ewm-img,.ewm-right{
		width: 100%;
		text-align: center;
	}
	.ewm-right h4{
		font-size: 15px;
	}
	
	.news-box {
	    margin: 40px 0;
	    padding: 30px 20px;
	}
	.news-box .news-text{
		padding: 20px 0;
	}
	
	.contact-title h4{
		font-size: 14px;
	}
	.add-list li .add_li{
		padding: 20px 10px;
	}
	.add_li .icons{
		margin-right: 10px;
	}
	
	.b-logo img{
		height:40px;
	}
}

/*add经销网络*/
.net-tips{
	width:100%;
	height:60px;
	line-height: 60px;
	background: #fff;
	color: #4A4A4A;
	text-align: center;
}
.network-box{
	width: 100%;
	background: #f5f5f5;
	padding:20px 0;
}
.map_box{
	width: 837px;
	margin: 0 auto;
	position: relative;
}
.map_dot{
	position: absolute;
	z-index: 1;
}

.map_dot .point{
	display: block;
	width: 13px;
	height: 13px;
	background: url(../img/map_on1.png) center no-repeat;
	/*background: url(../img/map_on.png) center no-repeat;*/
	cursor:pointer;
	transition: all .5s;
	-webkit-transition: all .5s;
	z-index: 1;
}
.map_dot .point:hover{
	/*background: url(../img/map_on1.png) center no-repeat;*/
	background: url(../img/map_on.png) center no-repeat;
}
.map_box .add{
	position: absolute;
	width: 215px;
	height: 51px;
	background: url(../img/phone_bg.png) center no-repeat;
	left: 50px;
	top: -10px;
	color: #fff;
	font-weight: bold;
	z-index:9;
	display: none;
}
.map_box .add span{
	display:block;
	float: left;
}
.add_phone{
	width: 42px;
	height: 51px;
	background: url(../img/phone_icon.png)center no-repeat;
}
.add_t{
	width: 173px;
	height: 51px;
	line-height: 20px;
	padding:5px 20px;
	font-size: 14px;
}
.dot1{
	top: 126px;
    right:86px;
}
.dot2{top: 170px;right:92px;}
.dot3{top: 222px;right:113px;}
.dot4{top: 256px;right:207px;}
.dot5{top: 271px;right:190px;}
.dot6{top: 294px;right:228px;}
.dot7{top:321px;right:184px;}
.dot8{top:396px;right:143px;}
.dot9{top:415px;right:103px;}
.dot10{top:412px;right:176px;}
.dot11{top:440px;right:130px;}
.dot12{top: 518px;right: 143px;}
.dot13{top: 541px;right:75px;}
.dot14{top:477px;right:192px;}
.dot15{top:584px;right:201px;}
.dot16{top:588px;right:218px;}
.dot17{top:576px;right:227px;}
.dot18{top:252px;right:286px;}
.dot19{top:305px;right:266px;}
.dot20{top:369px;right:239px;}
.dot21{top:441px;right:233px;}
.dot22{top:490px;right:247px;}
.dot23{top:306px;right:355px;}
.dot24{top:369px;right:310px;}
.dot25{top:458px;right:329px;}
.dot26{top:519px;right:339px;}
.dot27{bottom:88px;right:318px;}
.dot28{bottom:26px;right:287px;}