*{padding:0;margin:0;}
body{
	width: 100%;
	background: #fff;
	min-width: 1300px;
	position: relative;
	font-family: '微软雅黑';
}
li{list-style: none;}
a{
	cursor: pointer;
}
.active0{
	border-bottom: 2px solid red;
	padding-bottom: 4px;
	font-weight: bold;
}
.nav{
	width: 100%;
	min-width: 1300px;
	height:70px;
	background-color:#fff;
	position: absolute;
	top:0;
	z-index: 5;
	cursor: pointer;
}
.nav a{
	color:#1b1a1a;
	font-size: 16px;
}
.nav_cont{
	width: 66%;
	margin:0 17%;
	clear: both;
	font-size: 16px;
}
.logo_left{
	padding-top:19px;
	float: left;
}
.logo_left img{
	width: 200px;
}
.nav_right{
	float: right;
}
.nav_right .active1{
	background:#78808d;
}
.nav_left,.nav_right{
	display: inline-block;
}
.nav_left{
	padding-top:23px;
}
.nav_right{
	padding-top:20px;
}
.nav_left li{
	float: left;
	padding:0 5%;
}
.nav_left li a:hover{
	text-decoration: none;
	padding-bottom: 4px;
	border-bottom: 2px solid red;
}
.nav_right a{
	color:#fff;
	background: rgba(0,0,0,.8);
	padding: 5px 12px;
    font-size: 14px;
    line-height: 30px;
} 
.login{
	border-top-right-radius: 3px;
    border-bottom-right-radius: 3px;
}
.register{
	border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border-right:1px solid #ccc;
}
/*产品能力下拉框*/
.cap_nav,.solu_nav{
	width: 50%;
	position: absolute;
	top:60px;
	left: 35%;
    z-index: 6;
    background: #1a1a1a;
    color: #ebebeb;
    font-size: 12px;
    text-align: center;
    display: none;
}
.cap_nav .col-xs-2{
	padding:0;
}
.cap_nav h5{
	padding:5px 0;
	font-weight: bolder;
}
.cap_nav ul{
	height:58px;
	line-height: 28px;
	border-right: 1px solid #0e5663;
}
.cap_nav .last_l,.solu_nav .last_l{
	border-right: 0px;
}
.cap_nav div li:hover,.cap_nav div h5:hover,.solu_nav div:hover{
	color:#00a2be;
	font-weight: bold;
}
/*解决方案下拉框*/
.solu_nav{
	font-weight: bold;
	font-size: 13px;
	padding:30px 0;
}
.solu_nav .col-xs-2{
	width: 20%;
}
.solu_nav div{
	padding:4px 0;
	border-right: 1px solid #0e5663;
}
/**/
.last_wrap{
	width: 100%;
	background: #2f2f2f;
	height:60px;
	line-height: 60px;
	text-align: center;
	color:#777;
	font-size: 13px;
	
}
.online {
    position: fixed;
    right: 20px;
    bottom: 20%;
    z-index: 9;
}
.touch{
	display: block;
    background: url(../images/right_icons.png) no-repeat center;
    height: 70px;
    width: 70px;
    text-align: center;
    color: #fff;
    padding-top:50%;
    font-size: 12px;
    line-height: 36px;
    background-color: #00c6e8;
    border-bottom: 1px solid #fff;
}
.touch1{
	background-position: -6px 0px;
}
.touch2{
	outline: none;
	background-position: -6px -80px;
}
button{
	background:rgba(0,0,0,0);
	border: none;
}
.touch3{
	background-position: -6px -165px;
}
.TOP{
	height:35px;
	background-color:#e3e5e8;
	 background-position: -6px -245px;
}
.touch1:hover,.touch2:hover,.touch3:hover,.touch1:focus,.touch2:focus,.touch3:focus,.touch1:active,.touch2:active,.touch3:active{
    background-color: #00a2be;
}
.popover.left {
    margin-left: -52px;
}
/**/
/**/
/**/
.bottom_wrap{
	width: 100%;
	background: #f7f8fb;
}
.bottom_cont{
	margin-top:0;
	margin-left:18%;
	/*margin-bottom: 2%;*/
	clear: both;
	padding:5% 0;
	border-bottom: 1px solid #ccc;
}
.bottom_cont ul{
	display: inline-block;
	text-align: left;
	float: left;
}
.bottom_cont ul li{
	padding:6px 0;
}
.bottom_cont ul a{
	display: inline-block;
	color:#000;
}
.bottom_cont .blue_text{
	color:#096c95;
	font-size: 18px;
	padding-bottom:10px;
}
.phone,.wechat{
	display: inline-block;
	width: 40px;
	height:30px;
	position: absolute;
	background: url(../images/bottom_icons.png) no-repeat;
}
.phone{
	top:46px;
	background-position: 0px 9px;
}
.wechat{
	top:77px;
	background-position: 0px -22px;
}

.phone-text{
	padding-left: 13%;
}
.bottom_right1{
	padding-left:30px;
	padding-right:0;
}
.bottom_right2{
	padding-left:0;
}
.href_fast{
	display: inline-block;
	width: 100%;
	text-align: center;
	padding-bottom:4%;
	color:#adb3bb;
}
.href_fast:hover{
	color:#06a2b9;
}
