*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html{
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-size: 20px;
}
body{
    padding: 0;
    margin: 0;
    font-family: "微软雅黑" !important;
}
ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}
input,button,textarea{
    outline:medium;
}
textarea{
    resize: none;
}
label {
    display: inline-block;
    margin-bottom: 0;
    font-weight: normal;
}
div{
}
.main{
	text-align: center;
}
.logo{
	display: inline-block;
	margin-top: 5px;
}
.header{
	height: 110px;
	width: 1200px;
	display: inline-block;
	text-align: left;
}
.tabs{
	display: inline-block;
	height: 100%;
	float: right;
}
.tab{
	display: inline-block;
	height: 100%;
	padding: 39.5px;
	color: #34447a;
	cursor: pointer;
}
.tab.active{
	background-color: #34447a;
	color: white;
}
.content img,.footer img{
	width: 100%;
	max-width: 1980px;
}
.footer-copyright{
	background-color: #222222;
	color: white;
	padding: 40px;
	font-size: 12px;
}
.footer-contact{
	display: inline-block;
	width: 1200px;
	text-align: left;
	font-size: 14px;
}