﻿@charset "utf-8";
*{border:0;margin:0;padding:0;}
body{font-family:'微软雅黑'; margin:0 auto;min-width:1024px;}
	.topDiv{
		width: 100%;
		height: 110px;
		background:#FFFFFF;
		position: fixed;
		top: 0;
		right: 0;
		z-index: 199;
	}
	.top-div2{
		width:100%;
		min-width: 1100px;
		height:110px;
	}
	.top-div2 #language{
		float: right;
		width:105px;
		height: 100%;
		line-height:90px;
		cursor: pointer;
	}
	.top-div2 #language:hover{
		color: #1ABB9A;
	}
	.nav{
		width: 480px;
		height:100%;
		float: right;
		margin-right:5%;
		line-height:90px;
	}
	.nav li{
		width: auto;
		height:80px;
		margin-left: 20px;
		font-size: 20px;
		list-style-type: none;
		box-sizing: border-box;
		display:block;
		float: left;
	}
	.nav li a{
		display: inline-block;
		text-decoration:none;
	}
	.nav li a:hover{
		color: #19c99e;
		border-bottom:2px solid #19c99e;
	}
	.navAdd{
		border-bottom:2px solid #19c99e;
		color: #19c99e;
	}
	.navRemove{
		color: #000000;
	}
	.top-div2-left img{
		width: 180px;
		height: auto;
		float: left;
		margin: 17px 0 0 14%;
		
	}
