﻿
/* CSS Document */
html, body {
	font-size: 12px;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	background: #fff;
	text-align: center;
	-webkit-text-size-adjust: none;
}
a {
	color: #666666;
	text-decoration: none;
	outline: 0px none;
 star:expression(this.onFocus=this.blur());
}
a:hover, a:active {
	color: #006699;
}
* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
table {
	border-collapse: collapse;
}
ul, li {
	list-style: none;
	border: 0 none;
	padding:0px;
}
form {
	margin: 0px;
}
img {
	border: 0px none;
	text-align-last: center;
	vertical-align: middle;
 _azimuth:expression(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none", this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')", this.src = "images/blank.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("', '').replace('")', ''), this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')", this.runtimeStyle.backgroundImage = "none")), this.pngSet=true);
}
center {
	text-align: left;
	color: #999;
	height: 50px;
}
#dhtmltooltip {
	z-index: 100;
	visibility: hidden;
	position: absolute;
	text-align: left;
	border: 1px solid #ccc;
}
#clear, .clear {
	clear: both;
	float:none;
	background:none;
	width:inherit !important;
	height:inherit !important;
}
#noData, .noData{
	color:#ccc;
	font-size:14px;
	text-align:left;
	padding:50px 0px;
}
#header {
	
	z-index: 1001;
	left:0px;
	top:0px;
	width: 100%;
	height: 165px;
	background:url(../image/top-bg.png) repeat-x;
	background-position:top center;
	background-color:#fff;
	box-shadow:0px 1px 3px rgba(0,0,0,0.1);
}
#header .nav{
	width:1080px;
	height:50px;
	line-height:50px;
	margin:0px auto;
	text-align:right;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	color:#fff;
}
#header .navleft{
	float:left;width:880px;
}
#header .navright{
	width:200px;	
	float:right;
}


/* SearchBar */

.SearchBar {
	width:200px;	
	margin:10px 0px 0px 10px;
	float:right;
	background:url("../image/search_bg.gif") no-repeat left top;

}



.SearchBar #search-text {
	width: 120px;
	padding:0px 5px;
 	margin:0px;
	color:#666666;
	height:23px;
	line-height:23px;
	font-size:12px;
	background:none;
	border:none;
	padding-left:25px;}

.navright #search-submit {
	border:none;
	background:none;
	font-size:12px;
	color: #FFFFFF;
	height:40px;
	margin:0px;	
	cursor:pointer;
	padding:0px;
	line-height:25px;
	width:25px;
	background:url("../image/search.png") no-repeat left top;
}





#header .nav a{
	color:#FFF;
}
#header .nav a:hover{
	color:#FFCC00;
}
#header .nav img{
	margin-right:5px;
	opacity:0.5;
}
#header .nav .language{
	width:180px;
	display:none;
	text-align:right;
}
#header .nav .language a{
	display:inline-block;
	height:50px;
	line-height:50px;
	padding-right:15px;
	background:url(../image/language-arr.png) no-repeat;
	background-position:top right;
}
#header .nav .language a:hover{
	background-position:bottom right;
}
#header .top{
	position:relative;
	width:1080px;
	height:115px;
	margin:0px auto;
	
}
#header .top .logo{
	position:absolute;
	left:0px;
	top:15px;
	text-align:left;
}
#header .top .menu{
	position:absolute;
	right:0px;
	top:0px;
	width:700px;
	height:115px;
	text-align:right;
	z-index:999;
	
}
#menu{
	width:700px;
	height:115px;
}
#menu li{
	display:inline-block;
	float:left;
	font-size:18px;
	width:95px;
	height:115px;
	line-height:115px;
	margin-left:45px;
}
#menu li a{
	display:block;
	width:75px;
	height:115px;
	color:#8b8b8b;
	
}
#menu li .A{
	color:#006699;
	background:url(../image/menu-A.png) no-repeat;
	background-position:center bottom;
}
#menu-follow{
	width:75px;
	height:4px;
	background:#006699;
	display:block;
	position:absolute;
	z-index:11;
	bottom:0px;
	left:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	opacity:0;
}
#menu-son{
	background:#eee;
	position:fixed;
	z-index:100;
	left:50%;
	margin-left:-50%;
	top:165px;
	overflow:hidden;
	width:100%;
	height:0px;
}
#menu-son .son{
	width:700px;
	height:220px;
	padding-top:30px;
	padding-left:380px;
	margin:auto;
	float:left;
}
#menu-son .son strong{
	font-weight:normal;
	color:#006699;
}
#menu-son .son .hover{
	float:left;
	width:95px;
	text-align:center;
	font-size:14px;
	padding-left:45px;
}
#menu-son .son a{
	display:block;
	padding:5px 0px 5px 10px;
	color:#777;
	text-align:left;
}
#menu-son .son a:hover{
	text-decoration:underline;
	color:#333;
}





#banner-main{	
	width:100%;
	min-width:1080px;
	height:500px;	
	position:relative;
	z-index:1;
	overflow:hidden;
}
#banner-main .animation{
	position:absolute;
	z-index:1;
	width: 1920px;
	height: 500px;
	left:50%;
	margin-left:-960px;
	background: #fff;
	padding:0px;
	overflow:hidden;
}
#banner-main .animation li{
	width:100%;
	height:500px;
	margin:0px auto;
}
#banner-main .arrow{
	position:absolute;
	z-index:99;
	width:1080px;
	left:50%;
	bottom:60px;
	margin-left:-540px;
	text-align:left;
}
#banner-main .arrow a{
	display:inline-block;
	width:17px;
	height:17px;
	background:url(../image/banner-arrow.png) no-repeat;
	background-position:left top;
	font-size:0px;
	margin:0px 3px;
}
#banner-main .arrow a.activeSlide{
	background:url(../image/banner-arrow.png) no-repeat;
	background-position:left bottom;
}

#banner-inside{
	position:relative;
	width:100%;
	height:215px;
	overflow:hidden;
	margin:0px auto;
	
}
#banner-inside img{
	position:absolute;
	z-index:2;
	left:50%;
	width:1920px;
	margin-left:-960px;
}
#banner-inside h2{
	position:absolute;
	z-index:10;
	left:50%;
	width:1080px;
	margin-left:-540px;
	margin-top:45px;
	text-align:left;
	font-size:30px;
	font-weight:normal;
	color:#fff;
}
#banner-inside h3{
	position:absolute;
	z-index:10;
	left:50%;
	width:1080px;
	margin-left:-540px;
	margin-top:100px;
	text-align:left;
	font-size:14px;
	font-weight:normal;
	color:#006699;
}
#banner-inside span{
	color:#5a5c69;
}
#banner-inside span a{
	color:#5a5c69 !important;
}
#banner-inside h3 a{
	color:#006699;
}
#banner-inside h3 a:hover{
	text-decoration:underline;
}
#main{
	margin:0px auto;
}
#main .nav{
	background:#f4f5f9;
	width:100%;
	height:260px;
	overflow:hidden;
	margin:0px auto;
}
#main .nav ul{
	width:1080px;
	margin:70px auto;
}
#main .nav ul li{
	width:33%;
	display:block;
	float:left;
	text-align:left;
}
#main .nav ul li:hover .img img{
	top:-69px;
}
#main .nav .img{
	position:relative;
	float:left;
	width:69px;
	height:69px;
	overflow:hidden;
	margin-right:20px;
	margin-top:5px;
	background:#fff;
}
#main .nav .img img{
	position:absolute;
	left:0px;
	top:0px;
}
#main .nav .text{
	float:left;
	font-size:14px;
	color:#848590;
	line-height:23px;
}
#main .nav .text h3{
	font-size:22px;
	font-weight:normal;
	color:#5a5c69;
	display:block;
	padding:5px 0px;
}
#main .pro{
	background:#fff;
	width:100%;
	overflow:hidden;
	margin:0px auto;
}
#main .pro .title{
	margin:65px auto 40px auto;
	width:730px;
	text-align:center;
}
#main .pro .title h3{
	color:#5a5c69;
	font-size:30px;
	font-weight:normal;
	padding:20px 0px 10px 0px;
}
#main .pro .title h4{
	color:#848590;
	font-size:14px;
	font-weight:normal;
	line-height:20px;
}

#main .pro .animation{
	width:1080px;
	height:200px;
	overflow:hidden;
	margin:0px auto;
}
#main .pro .animation li{
	width:1080px;
	height:430px;
	margin:0px auto;
}
#main .pro .animation li{
	position:relative;
	display:inline-block;
	float:left;
	width:248px;
	height:430px;
	margin-right:22px;
	text-align:left;
	color:#666;
	font-size:14px;
	line-height:24px;
	overflow:hidden;
}
#main .pro .animation li .view{
	background:#006699;
	position:absolute;
	display:inline-block; 
	text-align:left;
	left:0px;
	bottom:-30px;
	width:90%;
	height:30px;
	line-height:30px;
	padding:0px 5%;
	color:#fff;
	font-size:14px;
}
#main .pro .animation li .view img{
	float:right;
	margin-top:8px;
}
#main .pro .animation li .img{
	display:block;
	width:252px;
	height:170px;
}
#main .pro .animation li .con{
	margin:10px auto;
	padding:10px 18px;
	height:150px;
	overflow:hidden;
}
#main .pro .animation li .con h3{
	display:block;
	padding:10px 0px;
	color:#006699;
	font-size:20px;
	font-weight:normal;
}
#main .pro .animation li .con h5{
	font-size:14px;
	font-weight:normal;
}
#main .pro .animation li:hover .view{
	bottom:0px;
}
#main .pro .animation li:hover{
	background:#f4f5f9;
}
#main .pro .arrow{
	text-align:center;
	padding:50px 0px;
	margin:0px auto;
}
#main .pro .arrow a{
	background:#ccc;
	width:14px;
	height:14px;
	display:inline-block;
	margin:0px 5px;
	border:0px;
	border-radius:50px;
	font-size:0px;
}
#main .pro .arrow a.activeSlide{
	background:#006699;
}
#main .news{
	background:#f4f5f9;
	width:100%;
	overflow:hidden;
	margin:0px auto;
	padding:30px 0px 30px 0px;
}
#main .news .list{
	width:1080px;
	margin:0px auto;
}
#main .news .list-company{
	width:320px;
	float:left;
	text-align:left;
}
#main .news .list-industry{
	width:720px;
	float:right;
	text-align:left;
}
#main .news .title{
	color:#5a5c69;
	font-size:22px;
	font-weight:600;
	text-align:left;
	padding:10px 0px;
	border-bottom:1px solid #cbcdce;
}
#main .news .title img{
	margin-right:5px;
}
#main .news .list{
	padding:20px 0px;
}
#main .news .list a{
	display:block;
	color:#999;
	font-size:14px;
	padding:15px 0px;
	
	text-align:left;
	border-bottom:1px solid #d5d5d5;
}
#main .news .list a h3{
	font-weight:normal;
	font-size:18px;
	color:#5a5c69;
	display:block;
	padding:10px 0px;
}
#main .news .list a span{
	color:#006699;
	display:block;
	padding:5px 0px 15px 0px;
}
#main .news .list a:hover h3{
	color:#006699;
}
#main .news .list .more{
	width:145px;
	height:40px;
	line-height:40px;
	text-align:center;
	font-size:16px;
	color:#006699;
	border:1px solid #d5d5d5;
	background:#fff;
	padding:0px;
}
#main .news .list .more:hover{
	color:#fff;
	background:#006699;
	border:1px solid #006699;
}
#main .about{
	background:#fff;
	width:100%;
	height:280px;
	margin:0px auto;
}
#main .about .con{
	width:1080px;
	margin:0px auto;
	padding-top:85px;
}
#main .about .con .text{
	float:left;
	text-align:left;
	width:700px;
}
#main .about .con .text h2{
	font-size:24px;
	color:#006699;
}
#main .about .con .text h2 span{
	color:#5a5c69;
	font-weight:normal;
}
#main .about .con .text  h3{
	padding:10px 0px;
	font-weight:normal;
	font-size:14px;
	line-height:24px;
	color:#9092a0;
}
#main .about .con .more{
	float:right;
	padding-top:20px;
}
#main .about .con .more a{
	display:inline-block;
	background:#006699;
	width:170px;
	height:54px;
	line-height:54px;
	text-align:center;
	font-size:18px;
	color:#fff;
}
#main .about .con .more a:hover{
	background:#006699;
}
#navpart{
	width:1080px;
	margin:50px auto 30px auto;
	text-align:left;
}
#navpart a{
	display:inline-block;
	font-size:15px;
	border-radius:3px;
	padding:0px 20px;
	height:35px;
	line-height:35px;
	color:#006699;
	margin:0px 3px;
	width:calc(33% - 46px);
}
#navpart a:hover{
	background:#eee;
	text-align:center;
}
#navpart .A{
	background:#006699 !important;
	color:#fff !important;
	text-align:center;
}


#pronavpart{
	width:100%;
	margin:10px auto 30px auto;
	text-align:left;
}
#pronavpart a{
	display:inline-block;
	font-size:15px;
	border-radius:3px;
	padding:0px;
	height:35px;
	line-height:35px;
	color:#006699;
	margin:0px;
	width:32%;
	overflow:hidden;
}
#pronavpart a:hover{
	background:#eee;
	text-align:center;
}
#pronavpart .A{
	background:#006699 !important;
	color:#fff !important;
	text-align:center;
}


#inside{	
	width:1080px;
	margin:0px auto 20px auto;
}
#inside .left{
	width:760px;
	float:left;
	padding:5px;
}
#inside .right{
	width:270px;
	float:right;
	text-align:left;
	position: sticky;
    top: 0;
}
#leading-product {
	margin:10px auto;
}
#leading-product .title{
	font-size:24px;
	font-weight:bold;
	color:#5a5c69;
	text-align:left;
	padding:40px 0px 10px 0px;
	margin-bottom:10px;
	border-bottom:1px solid #e8e8e8;
}
#leading-product a{
	display:block;
	font-size:14px;
	color:#777;
	padding:3px 0px;
}
#leading-product a:hover{
	color:#006699;
}
#btn-download {
	margin:20px auto;
}
#btn-download .title{
	font-size:16px;
	color:#006699;
	padding:10px 0px;
}
#btn-download a{
	position:relative;
	display:block;
	height:84px;
	overflow:hidden;
}
#btn-download a h3{
	display:none;
	position:absolute;
	z-index:9;
	left:0px;
	top:0px;	
	width:100%;
	height:64px;
	padding-top:20px;
	line-height:20px;
	font-size:14px;
	color:#fff;
	text-align:center;
	background:rgba(123,203,166,0.5);
}
#btn-download a h3 strong{
	font-size:30px;
	font-weight:bold;
}
#btn-download a:hover h3{
	display:block;
}
#title{
	font-size:24px;
	color:#5a5c69;
	border-bottom:1px solid #e8e8e8;
	text-align:left;
	padding:10px 0px;
}
#title h3{
	display:inline-block;
	font-size:24px;
}
#about{
	text-align:left;
	font-size:14px;
	color:#555;
	line-height:24px;
}
#about p{
	margin-bottom:30px;
}

#history{
	text-align:left;
	font-size:14px;
	color:#555;
	line-height:24px;
}
#history p{
	margin-bottom:30px;
}

#responsibility{
	text-align:left;
	font-size:14px;
	color:#555;
	line-height:24px;
}
#responsibility p{
	margin-bottom:10px;
}
#talent{
	text-align:left;
	font-size:14px;
	color:#555;
	line-height:24px;
}
#talent p{
	margin-bottom:30px;
}

#news{
	text-align:left;
	font-size:14px;
	color:#555;
	line-height:24px;
	width:760px;
}
#news a{
	display:block;
	color:#999;
	font-size:14px;
	padding:10px 0px;
	border-bottom:1px solid #e8e8e8;
}
#news a h3{
	font-weight:normal;
	font-size:18px;
	color:#5a5c69;
	display:block;
	padding:10px 0px;
}
#news a span{
	color:#006699;
	display:block;
	padding:5px 0px 15px 0px;
}
#news a:hover h3{
	color:#006699;
}


#jobs{
	text-align:left;
	font-size:14px;
	color:#555;
	line-height:24px;
}
#jobs .list{
	border-bottom:1px solid #e8e8e8;
	padding:10px 0px 20px 0px;
}
#jobs .list h3{
	font-size:14px;
	color:#5a5c69;
	display:block;
	padding:20px 0px;
}
#jobs .list h4{
	font-weight:normal;
	font-size:12px;
	color:#5a5c69;
	display:block;
}
#jobs .list .tags .tags_title{
	border:0px;
	padding:0px;
	margin:0px;
	color:#666;
	font-weight:normal;
}
#jobs .list .tags .tags_content{
	padding:0px;
	margin:0px;
}
#service{
	text-align:left;
	font-size:14px;
	color:#555;
	line-height:24px;
}
#service p{
	margin-bottom:30px;
}
#service .tags_title{
	color:#5a5c69;
	font-weight:bold;
	border:0px;
	padding:0px;
}
#download{
	text-align:left;
	font-size:14px;
	color:#555;
	line-height:24px;
}
#download a{
	display:block;
	color:#666;
	font-size:14px;
	padding:15px 0px;
	border-bottom:1px solid #e8e8e8;
}
#download a .btn{
	float:right;
	padding:0px 10px;
}
#download a:hover{
	color:#006699;
}
#download a:hover .btn{
	color:#333;
	text-decoration:underline;
}



#solutions{
	text-align:left;
	font-size:14px;
	color:#555;
	line-height:24px;
}
#solutions p{
	margin-bottom:30px;
}







#product{
	text-align:left;
	font-size:14px;
	color:#555;
	line-height:24px;
}
#product .bclass{
	width:100%;
	margin:0px auto;
	padding:20px 0px;
}
#product .bclass a{
	position:relative;
	display:block;
	float:left;
	width:33%;
	border:1px solid #eee;
	margin-left:-1px;
	margin-top:-1px;
	overflow:hidden;	
}
#product .bclass a img{
	width:100%;
	transition:5s ease;
	-webkit-transition:5s ease;
	-moz-transition:5s ease;
}
#product .bclass a h3{
	position:absolute;
	z-index:99;
	left:50%;
	bottom:30px;
	text-align:center;
	width:100%;
	margin-left:-50%;
	color:#999;
	font-weight:normal;
	transition:0.5s ease;
	-webkit-transition:0.5s ease;
	-moz-transition:0.5s ease;
}
#product .bclass a:hover h3{
	color:#006699;
}
#product .bclass a:hover img{	
	transform:scale(1.5,1.5);
}
#product .bclass a:hover{
	background:#eee;
}
#product .sclass{
	width:100%;
	margin:0px auto;
}
#product .sclass .list{
	float:left;
	width:610px;
	text-align:left;
	padding:30px 0px;
}
#product .sclass .sList{
	padding-bottom:50px;
}
#product .sclass .sList .sName{
	float:left;
	font-size:16px;
	font-weight:normal;
	color:#006699;
	width:130px;
}
#product .sclass .sList .pList{
	float:left;
	width:480px;
	text-align:left;
}
#product .sclass .sList .pList a{
	text-align:left;
	min-width:125px;
	padding-right:35px;
	display:inline-block;
	float:left;
	color:#848590;
	font-size:14px;
	padding-bottom:5px;
}
#product .sclass .sList .pList a:hover{
	color:#7bcba6;
	text-decoration:underline;
}
#product .sclass .sList .pList .noData{
	padding:0px;
}
#product .sclass .img{
	float:right;
	width:470px;
	text-align:right;
	overflow:hidden;
}
#product .sclass .img  img{
	width:100%;
	max-width:100%;
}
#path{
	width:1080px;
	height:36px;
	line-height:36px;
	margin:55px auto;
	text-align:left;
	background:#8cd4af;
	overflow:hidden;
}
#path h2{
	display:inline-block;
	float:left;
	height:36px;
	line-height:36px;
	color:#fff;
	text-align:center;
	padding:0px 20px;
	font-size:18px;
	background:#3fb77a;
}
#path h3{
	display:inline-block;
	float:left;
	height:36px;
	line-height:36px;
	color:#fff;
	text-align:center;
	padding:0px 20px;
	font-size:16px;
	font-weight:normal;
	background:#65c594;
}
#path a{
	display:inline-block;
	float:left;
	font-size:14px;
	color:#fff;
	padding:0px 15px;
	text-align:center;
}
#path a:hover, #path .A{
	background:#7fcaa3 !important;
}
#view{
	position:relative;
	text-align:left;
	margin:0px auto;
	overflow:hidden;
}
#view .title{
	width:530px;
	color:#5a5c69;
	font-size:24px;
	font-weight:bold;
	line-height:30px;
	padding:20px 235px 20px 5px;
}
#view .img{
	position:absolute;
	right:0px;
	margin-top:-20px;
	height:300px;
	overflow:hidden;
}
#view .img img{
	margin-top:-150px;
}
#view .time{
	text-align:left;
	padding:20px 0px;
	color:#999;
}
#view .requirements{
	padding:15px 0px;
}
#view .requirements p{
	padding:3px 0px;
	display:inline-block;
	min-width:300px;
	font-size:14px;
	color:#006699;
}
#view .text{	
	font-size:14px;
	color:#555;
	line-height:24px;
}
#view .text img {
	margin: 10px 0px;
	max-width: 750px;
	width:expression(this.width>750?"750px":this.width);
}
#view .text table{
	border-left:1px solid #eee;
	border-top:1px solid #eee;
	width:100% !important;
	margin:15px auto;
}
#view .text td{
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:10px;
	text-align:center;
}
#view .tags{
	text-align:left;
	margin:10px 0px;
}
#view .tags .tags_title{
	color:#006699;
	font-size:20px;
	font-weight:normal;
	padding:5px;
	border-bottom:1px solid #e8e8e8;
}
#view .tags .tags_content{
	font-size:14px;
	color:#555;
	line-height:24px;
	padding:5px 5px 40px 5px;
}
#view .tags .tags_content img {
	margin: 10px 0px;
	max-width: 750px;
	width:expression(this.width>750?"750px":this.width);
}
#view .tags .tags_content table{
	border-left:1px solid #eee;
	border-top:1px solid #eee;
	width:100% !important;
	margin:15px auto;
}
#view .tags .tags_content td{
	border-right:1px solid #eee;
	border-bottom:1px solid #eee;
	padding:10px;
	text-align:center;
}
#view .pdf .title{
	width:760px;
	color:#006699;
	font-size:20px;
	font-weight:normal;
	padding:5px;
	border-bottom:1px solid #e8e8e8;
}
#view .pdf a{
	background:url(../image/icon-pdf.png) no-repeat;
	background-position:left center;
	display:block;
	padding:5px 0px 5px 25px;
	color:#555;
	font-size:14px;
}
#view .pdf a:hover{
	text-decoration:underline;
	color:#333;
}
#view .file{
	padding:10px 0px;
}
#view .file a{
	background:url(../image/icon-file.png) no-repeat;
	background-position:left center;
	display:block;
	padding:5px 0px 5px 20px;
	color:#4eb6e9;
	font-size:14px;
}
#view .file a:hover{
	text-decoration:underline;
	color:#333;
}

#page{
	text-align:left;
	padding:30px 0px;
	margin:0px auto;
}
#page a{
	display:inline-block;
	font-size:14px;
	padding:5px;
	border:1px solid #eee;
	width:18px;
	height:18px;
	text-align:center;
	margin-right:5px;
}
#page .A{
	background:#006699;
	border:1px solid #006699;
	color:#fff;
}

#boot{
	background:url(../image/boot-bg.png) repeat-x;
	background-position:left top;
	background-color:#2c333b;
	width:100%;
	height:330px;
	overflow:hidden;
	margin:0px auto;
}
#boot .copy{
	width:1080px;
	height:50px;
	line-height:50px;
	margin:0px auto;
	text-align:left;
	color:#fff;
	font-size:14px;
}
#boot .copy a{
	color:#fff;
}
#boot .copy .at{
	float:right;
	color:#fff;
	margin-left:30px;
}
#boot .copy a img{
	margin-left:5px;
}
#boot .con{
	width:1080px;
	height:240px;
	margin:0px auto;
	padding-top:40px;
}
#boot .con .qrcode{
	width:180px;
	float:left;
	text-align:left;
	padding-top:10px;
}
#boot .con .contact{
	width:300px;
	float:right;
	text-align:left;
	color:#87919f;
}
#boot .con .contact h3{
	display:block;
	font-size:18px;
	font-weight:normal;
	padding:10px 0px;
}
#boot .con .contact p{
	display:block;
	font-size:14px;
	color:#87919f;
	padding:1px 0px;
}
#boot .con .nav{
	float:left;
	width:600px;
}
#boot .con .hover{
	float:left;
	text-align:left;
	width:100px;
}
#boot .con .hover:first-child{
	width:300px;
}
#boot .con .hover h3{
	display:block;
	color:#87919f;
	font-size:18px;
	font-weight:normal;
	padding:10px 0px;
}
#boot .con .hover a{
	display:block;
	font-size:14px;
	color:#87919f;
	padding:1px 0px;
}
#boot .con .hover:first-child a{
	width:100px;
	float:left;
}

#boot .con .hover a:hover{
	color:#dde3f0;
}














