body{
	min-width: 1200px;
	/*overflow-x: hidden;*/
}
.inner{
	width: 1200px;
	margin: 0 auto;
}
.outer{
	width: 100%;
}
.header{
	width: 100%;
	height: 100px;
	position: absolute;
	z-index: 100;
	top: 0;
	left: 0;
}
.header .logo{
	width: 120px;
	height:100px;
	margin-left: 16px;
	line-height: 100px;
	background-image: url(../img/logo.png);
	background-position: left center;
	background-repeat: no-repeat;
}
/*.header .logo img{
	vertical-align: middle;
}*/
/*.logo>img{
	width: 120px;
	height: 37px;
	margin-top: 43px;
	display: block;
}
*/
.header .menu>li{
	float: left;
	height: 100px;
	position: relative;
	
}
.last>a{
	
}

.header .menu>li:hover{
	background-color:rgba(0,0,0,0.3);
}

.header .menu>li.active{
	background-color:rgba(0,0,0,0.3);
}
.menu>li>a{
	display: block;
	padding: 49px 40px 32px;
	color: #fff;
	font-size: 18px;
	line-height: 1;
}
.header.active{
	position: fixed;
	background-color: #fff;
	height: 75px;
	border-bottom: 1px solid #ddd;

	
}
.header.active .logo{
	width: 146px;
	height:75px;
	margin-left: 16px;
	background-image: url(../img/logo3.png);
	background-position: left center;
	background-repeat: no-repeat;
}
.header.active .menu>li{
	height: 75px;
}
.header.active .menu>li.active{
  background-color: #0db2ef;	
}
.header.active .menu>li.active a{
	color: #fff;
}
.header.active .menu>li:hover{
	background-color: #0db2ef;
}
.header.active .menu>li:hover a{
	color: #fff;
}
.header.active .menu>li>a{
	padding: 0 38px;
	height:75px;
	line-height: 75px;
	color: #031427;
}
.header.active .menu-child-mark{
	position: absolute;
	top:75px;
	left: 0;
	height: 40px;
	background-color: #fff;
	border-bottom: 1px solid #ddd;
	display: none;
}
.header .menu-child-mark{
	position: absolute;
	top:100px;
	left: 0;
	height: 40px;
	background-color: rgba(0,0,0,0.6);
	display: none;
}
.header.active .menu-child-mark{
	position: absolute;
	top:75px;
	left: 0;
	height: 40px;
	background-color: rgba(0,0,0,0.6)
	display: none;
}
.product-service>.child-menu{
	left: 45px;
}
.product-service:hover>.child-menu{
	display: block;
}
.last:hover>.child-menu{
	display: block;
}
.last>.child-menu{
	right: -12px;
}
.last>.child-menu>li{
	float: right;
}
.child-menu{
	width: 400px;
	position: absolute;
	top: 100%;	
	z-index: 101;
	height: 40px;
	display: none;
	
}
.child-menu>li{
	float: left;
	height: 40px;
}
.header .child-menu>li>a{
	display: block;
	height: 40px;
	padding: 0 15px;
	line-height: 40px;
	color: #fff;
	font-size: 16px;
}
.header.active .menu .child-menu>li>a{
	display: block;
	height: 40px;
	padding: 0 15px;
	line-height: 40px;
	color: #031427;
	font-size: 16px;
}
.child-menu>li:hover>a{
	color: #0DB2EF;
}
.header.active .menu  .child-menu>li:hover>a{
	color: #0DB2EF !important;
}


.pinRight{
	position: fixed;
	z-index: 10000;
	right: 0;
	top: 50%;
	margin-top: -69px;
}
.pinRight>ul>li{
	width: 46px;
	height: 46px;
	position: relative;
	
}
.pinRight>ul>li>a{
	display: inline-block;
	height: 100%;

}
.pin-cover{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear ;
	-moz-transition:  all 0.3s linear;
	-ms-transition:  all 0.3s linear;
	
}

.pin-bottom{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5;
	width: 177px;
	color: #fff;
	font-size: 16px;
	line-height: 46px;
	text-align: center;
	transition: all 0.3s linear;
	-webkit-transition: all 0.3s linear ;
	-moz-transition:  all 0.3s linear;
	-ms-transition:  all 0.3s linear;
}
.qq{
	background-color: #0077b5;
}
.phonenum{
	background-color: #dc4e41;
}
.up{
	background-color: #00b4ff;
}
.qq>.pin-cover{
	background-image: url(../img/qq-icon.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #0077b5;
}
.qq:hover>.pin-cover{
	background-position: 5px center;
}
.qq:hover>.pin-bottom{
	left: -177px;
}
.qq>.pin-bottom{
	background-color: #0077b5;
}
.phonenum>.pin-cover{
	background-image: url(../img/phone-icon.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #dc4e41;
}
.phonenum>.pin-bottom{
	background-color: #dc4e41;
}
.phonenum:hover .pin-cover{
	background-position: 5px center;
}
.phonenum:hover>.pin-bottom{
	left: -177px;
}
.up>.pin-cover{
	background-image: url(../img/up-icon.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #00b4ff;
}
.up>.pin-bottom{
	background-color: #00b4ff;
	
}
.up:hover .pin-cover{
	background-size: 50% 50%;
	filter: alpha(opacity=50);
	opacity: 0.5;
	-moz-opacity: 0.5;
}
