﻿body{
	margin: 0;
	padding: 0;
	font-family:"微软雅黑";
}
ul{
	list-style-type: none;
	padding-left: 0;
}
a{
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
.thebox{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.cc-box{
	clear: both;
	height: 0;
	width: 100%;
}
/*导航栏*/
.navbar-default {
    background-color: black;
    border: none;
}.navbar {
	position: relative;
    min-height: 87px;
    width: 100%;
    z-index: 999;
    margin-bottom: 0;
}
.navbar-default .navbar-nav>li>a {
    color: white;
    font-size: 14px;
}
.navbar-nav>li>a {
    padding: 33.5px 0;
    display: block;
}
.navbar-nav {
    float: right;
}
.nav>li {
    width: 130px;
    text-align: center;
}
.navbar-default .navbar-nav .nav-lag{
	color: #CBC9C9;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-top: 33px;
    font-size: 12px;
    margin-left: 54px;
}
.navbar-default .navbar-nav .nav-lag a{
	color: #CBC9C9;
	margin: 0 3px;
}
.navbar-default .navbar-nav .nav-lag a:hover{
	color: #E62129;
}
.navbar-default .navbar-nav>li>a:focus, .navbar-default .navbar-nav>li>a:hover {
     color: white;
    background-color: #E62129;
}
.navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: white;
    background-color: #E62129;
}
.navbar {
    border-radius: 0;
}
.navbar-brand {
    padding: 23px 0;
}
.navbar-collapse {
    padding-right: 0;
    padding-left: 0;
}
.dropdown-menu {
    min-width: 130px;
    text-align: center;
    padding: 0;
    margin: 0 0 10px;
    border-radius: 0;
    font-size: 16px;
    border: none;
}
.dropdown-menu>li>a {
    padding: 15px 0;
}
.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: white;
    background-color: #E62129;
}
/*轮播*/
.carousel-indicators {
    bottom: 0;
}
.carousel-inner {
    min-width: 1200px;
}
.carousel-control.right {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
}
.carousel-control.left {
    background-image: -webkit-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -o-linear-gradient(left,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
    background-image: -webkit-gradient(linear,left top,right top,from(rgba(0,0,0,0)),to(rgba(0,0,0,0)));
    background-image: linear-gradient(to right,rgba(0,0,0,0) 0,rgba(0,0,0,0) 100%);
}
.carousel-indicators li {
    width: 12px;
    height: 12px;
    border: 2px solid #fff;
    margin: 1px 4px;
    background-color: white;
}
.carousel-indicators .active {
    width: 12px;
    height: 12px;
    margin: 1px 4px;
    background-color: #E62129;
    border-color: #E62129;
}
.carousel-inner>.item img{
	width: 100%;
}

/*首页产品*/
.inpro-box{
	padding: 60px 0;
	margin-bottom: 45px;
}
.index-til{
	text-align: center;
	margin-bottom: 46px;
}
.index-til div{
	font-size: 18px;
	color: #666666;
}
.index-til p{
	font-size: 24px;
}
.index-til span{
	display: block;
	width: 48px;
	height: 2px;
	background-color: #E62129;
	margin: 0 auto;
}
.foucebox .hd ul li{
	    position: relative;
}
.foucebox .hd ul li div{
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(71,71,71,0.2);
	transition: all 0.3s;
}
.foucebox .hd ul .on div{
	opacity: 0;
}
.foucebox{
	overflow: hidden;
}
/*首页关于*/
.inabo-box{
	height: 560px;
	background: url(../images/index/inabo-bj.jpg) no-repeat center center;
	padding-top: 105px;
	min-width: 1200px;
    transition: all 0.3s;

}
.inabo-tex{
	width: 830px;
	height: 318px;
	margin: 0 auto;
	color: white;
	padding: 40px 30px 10px;
	background-color: rgba(0,0,0,0.5);
}
.inabo-tex span{
	display: block;
	font-weight: bold;
	font-size: 30px;
	text-align: center;
	margin-bottom: 30px;
}
.inabo-tex p{
	font-size: 16px;
	line-height: 34px;
	margin-bottom: 0;
}
.inabo-bot{
	background-color: #F4F4F4;
	height: 98px;
}
.inabo-bot>div{
	height: 100%;
	position: relative;
	padding: 0 40px;
}
.inabo-bot ul{
	float: right;
	margin-bottom: 0;
	font-size: 20px;
	height: 106px;
	position: absolute;
	bottom: 0;
	left: 40px;
}
.inabo-bot span{
	display: block;
	font-size: 12px;
	margin-top: 3px;
}
.inabo-bot ul li{
	float: left;
	height: 100%;
	transition: all 0.3s;
}
.inabo-bot ul li a{
	display: block;
	color: #666666;
	text-align: center;
	    padding: 31px 36px 25px;
    padding-right: 42px;
}
.inabo-bot ul li a span{
	color: #999999;
}
.inabo-botimp{
	color: white;
	height: 106px;
	float: left;
	background: url(../images/index/inabd-ic.png) no-repeat center center;
	font-size: 20px;
	text-align: center;
}
.inabo-bot ul .inabo-botimp a{
	color: white;
}
.inabo-bot ul .inabo-botimp a span{
	color: white;
}
/*首页新闻*/
.innews-box{
	padding: 60px 0;
}
.innews-tex ul li{
	float: left;
	width: 396px;
}
.innews-tex ul li:not(:first-child){
	margin-left: 6px;
}
.innews-tex ul li div{
	width: 100%;
	height: 222px;
	margin-bottom: 20px;
}
.innews-tex ul li div img{
	width: 100%;
	height: 100%;
}
.innews-tex ul li h4{
	font-size: 16px;
	color: black;
	margin-bottom: 16px;
}
.innews-tex ul li a:hover h4{
	color: #E61D18;
}
.innews-tex ul li p{
	color: #666666;
}
.innews-tex ul li span{
	color: #E62129;
}
/*脚部*/
footer{
	background-color: #0C0C0C;
	height: 318px;
	padding-top: 60px;
	clear: both;
}
.foot-ul{
	float: left;
}
.foot-logo{
	float: left;
}
.foot-erwei{
	float: right;
}
.foot-ul ul{
	margin-right: 46px;
	float: left;
}
.foot-ul ul li{
	margin-bottom: 8px;
	font-size: 12px;
}
.foot-ul ul li a{
	color: white;
}
.foot-ul ul li a:hover{
	color: #E62129;
}
.foot-ul ul li:first-of-type{
	font-size: 14px;
	margin-bottom: 22px;
}
.foot-logo a{
	margin: 0 35px;
}
.foot-logo a img{
	width: 155px;
	height: 80px;
}
.foot-erwei img{
	width: 178px;
	height: 178px;
}
.foot-imp{
	padding: 20px 0;
	border-top: 1px solid #3C3C3C;
	text-align: center;
	margin-top: 20px;
}
.foot-imp a{color:#919191;}
.foot-imp span{display: inline-block;margin: 0 20px;color: #919191;}
.foot-imp img{margin-right: 14px;margin-bottom: 3px;
}

/*关于我们页面*/
.oth-top{
	min-width: 1200px;
}
.oth-top img{
	width: 100%;
}
.lujing{
	background-color: #F4F4F4;
	height: 74px;
	min-width: 1200px;
}
.lujing>div{height: 100%;position: relative;}
.the-dh div{
	width: 154px;
	height: 82px;
	background: url(../images/others/oth-dh.png) no-repeat center center;
	float: left;
	text-align: center;
	color: white;
	font-size: 16px;
	position: absolute;
	left: 0;
	bottom: 0;
	padding: 32px 0;
    padding-right: 7px;
}
.the-dh ul{margin: 0;}
.the-dh ul li{
	float: left;
	margin-right: 14px;
}
.the-dh a{
	display: block;
	font-size: 16px;
	color: #666666;
	padding: 26px;
}
.the-dh a:hover{
	background-color: #E62129;
    color: white;
}
.abo-top-lef{
	width: 600px;
	float: left;
}
.abo-top-rig{
	width: 520px;
	height: 339px;
	float: right;
}
.abo-top-rig img{
	width: 100%;
	height: 100%;
}
.abo-til{
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 35px;
}
.abo-til span{
	display: block;
	color: #CCCCCC;
	font-size: 18px;
	margin-top: 10px;
}
.abo-top-leftex p{
	color: #888888;
	line-height: 26px;
	margin-bottom: 30px;
}
.the-lj{
	float: right;
	color: #666666;
	margin-top: 26px;
}
.the-lj a{
    color: #666666;
}
.the-lj img{
	margin-right: 10px;
    margin-bottom: 3px;
}
.abo-top-box{
	padding-top: 65px;
}
.abo-top-box .thebox img{max-width:100%;}
.abo-bot{
	background-color: #F7F7F7;
	    margin: 60px 0;
}
.abo-bot>.thebox{
	padding: 30px 0;
    height: 164px;
}
.abo-bot ul li{
	float: left;
	width: 25%;
	box-sizing: border-box;
	text-align: center;
}
.abo-bottex{
	display: inline-block;
	font-size: 56px;
	font-weight: bold;
	position: relative;
	padding-right: 20px;
}
.abo-bottex p{
	margin: 0;
	color: #E62129;
	display: inline-block;
}
.abo-bottex span{
	display: block;
	font-size: 14px;
	font-weight: 100;
	position: absolute;
	right: -8px;
    top: 14px;
}
.abo-botna{
	font-size: 18px;
	font-weight: 100;
}
.abo-bot ul li:not(:last-child){
	border-right: 1px solid #DCDCDC;
}

/*万利达页面*/
.wld-box{
	padding: 42px 0 55px;
}
.wld-box>div>ul li{
	width: 380px;
	height: 280px;
	position: relative;
	float: left;
	margin-bottom: 32px;
	margin-left: 30px;
}
.wld-box>div>ul li:nth-of-type(3n+1){
	margin-left: 0;
}
.wld-box>div>ul li img{
	width: 100%;
	height: 100%;
}
.wld-box>div>ul li p{
	margin: 0;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 16px;
	background-color: rgba(0,0,0,0.5);
	color: white;
	font-size: 16px;
	text-align: center;
}
.wld-box>div>ul li a:hover p{
	color: #ED9093;
}
.fenye{
	text-align: center;
	padding: 32px 0;
}
.fenye a{
	display: inline-block;
}
.fenye a{
	margin: 0 5px;
	display: inline-block;
}
.fenye a{
	color: #333333;
	background-color: #F0F0F0;
	padding: 11px 17px;
	border-radius: 50%;
}
.fenye .current{
	background-color: #E62129;
	color: white;
}
.fenye a:hover{
	background-color: #E62129;
	color: white;
}
.fy-next{
	font-weight: bold;
}

/*产品页面*/
.prod-box{
	min-width: 1200px;
	padding-top: 55px;
}
.prod-box>ul li{
	margin-bottom: 22px;
}
.prod-box>ul li img{
	width: 100%;
}

/*新闻页面*/
.news-box{
	padding-top: 55px;
}
.news-img{
	width: 760px;
	height: 420px;
	float: left;
}
.news-img img{
	width: 100%;
	height: 100%;
}
.news-tex{
	width: 440px;
	height: 420px;
	background-color: #F6F7F7;
	padding: 40px 32px 20px;
	position: relative;
	float: right;
}
.news-tex div{
	font-size: 28px;
	font-weight: bold;
	color: black;
	margin-bottom:40px
}
.news-top a:hover .news-tex div{
	color: #E62129;
}
.news-tex p{
	color: #666666;
	line-height: 27px;
	text-align: justify;
	overflow: hidden;
	    height: 215px;
}
.news-tex span{
	color: #999999;
	display: block;
	text-align: right;
	position: absolute;
	right: 32px;
	bottom: 45px;
}
.news-box>div>ul li a{
	display: block;
	padding: 48px 0;
	border-bottom: 1px solid #EAEAEA;
}
.news-simg{
	width: 220px;
	height: 148px;
	float: left;
}
.news-simg img{
	width: 100%;
	height: 100%;
}
.news-imp{
	display: inline-block;
}
.news-tt{
	float: right;
	text-align: center;
}
.news-stex{
	width: 708px;
	margin-left: 250px;
	padding-top: 14px;
}
.news-stex span{
	font-size: 18px;
	margin-bottom: 18px;
	color: black;
	display: block;
}
.news-box>div>ul li a:hover .news-stex span{
	color: #E62129;
}
.news-stex p{
	color: #666666;
	line-height: 24px;
	font-size: 12px;
}
.news-tt h3{
	font-size: 30px;
	color: black;
}
.news-tt span{
	color: #666666;
	    display: block;
    margin-bottom: 26px;
}
.news-tt p{
	border-left: 1px solid #CCCCCC;
	margin-bottom: 0;
	    margin-left: 10px;
}
.news-tt p img{
	width: 26px;
	height: 22px;
}

/*官方商城*/
.sp-box{
	text-align: center;
	padding: 50px 0 60px;
}
.sp-box a{
	margin: 10px 60px;
}

/*服务社区*/
.fuwu-box{
	min-width: 1200px;
	padding-top: 50px;
}
.fuwu-tex ul li{
	padding-left: 10px;
	padding-right: 18px;
	margin-bottom: 28px;
}
.fuwu-img{
	width: 580px;
	height: 420px;
	float: left;
}
.fuwu-img img{
	width: 100%;
	height: 100%;
}
.fuwu-imp{
	width: 580px;
	height: 420px;
	text-align: center;
	padding-top: 45px;
	float: right;
}
.fuwu-tex ul li:nth-of-type(2n) .fuwu-img{
	float: right;
}
.fuwu-tex ul li:nth-of-type(2n) .fuwu-imp{
	float: left;
}
.fuwu-imp span{
	width: 431px;
	display: block;
	margin: 0 auto;
	margin-bottom: 50px;
	font-size: 24px;
}
.fuwu-imp p{
	width: 431px;
	color: #888888;
	line-height: 25px;
	margin: 0 auto;
	text-align: justify;
}

/*联系我们*/
.cont-top-box{
	padding: 50px 0;
}
.cont-top-box ul li{
	float: left;
	width: 33.3%;
}
.cont-top-box ul li:not(:first-child){
	border-left: 1px solid #EAEAEA;
	    padding-left: 97px;
}
.cont-top-box ul li img{
	float: left;
	width: 81px;
	height: 81px;
}
.cont-top-box ul li div{
	display: inline-block;
	text-align: left;
	margin-left: 25px;
	padding-top: 8px;
}
.cont-top-box ul li div span{
	font-size: 22px;
	display: block;
	margin-bottom: 8px;
}
.cont-top-box ul li div p{
	color: #666666;
}
.cont-map{
	min-width: 1200px;
	height: 560px;
	margin-top: 50px;
    margin-bottom: 60px;
}
.cont-map>img{
	width: 100%;
	height: 100%;
}

/*新闻内页*/
.news-de-box{
	padding-top: 45px;
}
.newsdes-text{
	width: 100%;
}
.newsdes-text>.newsde-til{
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	margin-bottom: 10px;
}
.newsdes-text>.newsde-til span{
	display: block;
	width: 57px;
	height: 3px;
	margin-top: 15px;
	background-color: #E62129;
	margin-left: auto;
	margin-right: auto;
}
.newsdes-text>.news-tilbot{
	text-align: center;
	color: #999999;
	margin-bottom: 20px;
	font-size: 15px;
	border-bottom: 1px solid gainsboro;
    padding-bottom: 18px;
}
.newsdes-text>.news-tilbot a{
	color: #E62129;
}
.newsde-text{
	margin-bottom: 40px;
}
.newsde-text>div{
	font-size: 15.5px;
	line-height: 28px;
	color: #666666;
	margin-bottom: 20px;
	text-indent: 30px;
	text-align: justify;
}
.newsde-text>div span{
	display: block;
	font-weight: bold;
	text-indent: 0;
}
.newsde-text>.newde-img{
	text-indent: 0;
	text-align: center;
}
.newsde-text>.newde-img>img{
	width: auto;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.jumptil{
	margin-bottom: 30px;
}
.jumptil span{
	display: block;
	margin-bottom: 12px;
	font-size: 15.5px;
}
.jumptil span a{
	color: #666666;
}
.jumptil span a:hover{
	color: #E62129;
}
.move-newsde{
	padding: 20px 25px;
	border: 1px solid #CCCCCC;
	margin-bottom: 45px;
}
.moven-til{
	border-left: 3px solid #E62129;
	padding: 3px 8px;
	font-size: 20px;
	margin-bottom: 18px;
}
.moven-text{
	border-top: 1px solid #CCCCCC;
	padding-top: 25px;
	display: flex;
}
.moven-text ul{
	min-width: 500px;
	margin-right: 30px;
	color: #E62129;
	line-height: 28px;
	list-style-type: disc;
	list-style-position: inside;
	width: 100%;
}
.moven-text ul li{
	width: 50%;
	float: left;
}
.moven-text ul li a{
	color: #666666;
	font-size: 15.5px;
}
/*产品详情内页*/
.peo-box{
	font-size: 15px;
	color: #666666;
	line-height: 26px;
}
.abo-box img,.peo-box img{    max-width: 100% !important;
    height: auto !important;}
.peo-box span{
	display: block;
	color: black;
	font-weight: bold;
}
.peo-box p{
	margin-bottom: 25px;
}
.peo-box div{
	text-align: center;
	margin-bottom: 30px;
}
.peo-box div img{
	max-width: 100%;
}
.thebottom-jump>div {
	margin-top: 100px;
	border-top: 1px solid gainsboro;
	padding-bottom: 30px;
	display: flex;
	justify-content: space-between;
}
.thebottom-jump>div>a {
	font-size: 15px;
	color: #999999;
	line-height: 35px;
	border: 1px solid gainsboro;
	text-align: center;
	margin-top: 40px;
	padding: 3px 15px;
}
.thebottom-jump>div>a>div {
	height: 30px;
	line-height: 30px;
}
.thebottom-jump>div>a:hover {
	background-color: #E62129;
	color: white;
}
.peo-box ul li {
	font-size: 16px;
	color: #666666;
}
.my-map { margin: 0 auto; width: 100%; height: 100%; }
		.my-map .icon { background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat; }
		.my-map .icon-cir { height: 31px; width: 28px; }
		.my-map .icon-cir-red { background-position: -11px -5px; }
		.amap-container{height: 100%;}
        .oth-act{
    background-color: #E62129;
    color: white;
        width: 154px;
    height: 82px;
    background: url(../images/others/oth-dh.png) no-repeat center center;
    float: left;
    text-align: center;
    color: white;
    font-size: 16px;
margin-top: -9px;
    padding: 32px 0;
    padding-right: 7px;
}
.oth-act a{
    color: white;
    padding:0px;
}
.zz{width:100%;margin-top: -55px;}
.zz iframe{width:100%;}
.hd{}
.hd ul{}
.foucebox .hd{height:530px;}
.foucebox .hd ul{
   height: 536px;
    overflow-y: auto;    overflow-x: hidden;
}