/*公共样式start*/
html{
    overflow-y: auto;
    overflow-x: hidden;
}
img{
    max-width: none;
}
body{
    background: #fff;
    overflow-y: auto;
    overflow-x: hidden;
}
a {
    text-decoration:none;
    outline: none;
    color: #fff;
}
/*.topBox{
	position: relative;
	width: 100%;
	height: 476px;
}*/
.topBox{
    width: 100%;
    min-width: 1200px;
    height: 476px;
    background: url(../image/introduce-top.png) no-repeat;
    background-size: cover;
    background-position: center;
}
.aboutusImg{
	position: absolute;
    width: 1920px;
    top: 0;
    left: 50%;
    z-index: -1;
    height: 476px;
    margin-left: -960px;
}
.header{
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 34px;
}
.header2{
    /*display: none;*/
    position: fixed;
    left: 0;
    /*margin-left: -960px;*/
    top: -80px;
    width: 100%;
    height: 80px;
    overflow: hidden;
    background: rgba(255, 255, 255, 0.9);
    z-index: 9999;
    box-shadow: 0 0 10px 0;
}
.headercontent{
    width: 1024px;
    overflow: hidden;
    margin: 0 auto;
}
.header2content{
    width: 1024px;
    overflow: hidden;
    margin: 0 auto;
    padding-top: 20px;
}
.blue{color: #009EE0!important;}
.header .logoDefault{
	width: 154px;
	float: left;
}
.header2 .logoDeactivity{
    width: 154px;
    float: left;
}
.header .list{
	float: right;
	color: #fff;
	width: 370px;
	margin-top: 12px;
}
.header2 .list{
    float: right;
    color: #000;
    width: 370px;
    margin-top: 12px;
}
.header2 .list a{
    color: #000;
}
.header .list li,.header2 .list li{
	font-size: 14px;
	margin-right: 65px;
	float: left;
}
.header .list li a:hover,.header2 .list li a:hover{
    color: #009EE0;
}
.header .list li:last-child,.header2 .list li:last-child{
	margin-right: 0;
}
.words{
    width: 1024px;
    margin: 133px auto 0;
}
.clear{clear: both;}
footer{
    height: 98px;
    background: #012938;
    padding: 25px 0;
    color: #fff;
    text-align: center;
    font-size: 12px;
}
footer .icp{margin-top: 14px;}
/*公共样式end*/
.middleBox{
    width: 1024px;
    margin: 0 auto;
}
.introduce1{
    overflow: hidden;
    margin-top: 128px;
}
.introduce1-left{
    width: 45%;
    float: left;
    overflow: hidden;
}
.titleimg{
    width: 62px;
    float: left;
}
.introduce-title{
    float: left;
    width: 100%;
    font-size: 18px;
    margin-top: 26px;
}
.introduce-text{
    float: left;
    margin-top: 28px;
    font-size: 14px;
    color: #4a4a4a;
}
.introduce1-right{
    width: 50%;
    float: right;
    overflow: hidden;
}
.introduce1-right img{
    width: 500px;
    float: right;
}

.introduce2{
    overflow: hidden;
    margin-top: 122px;
}
.introduce2-left{
    width: 50%;
    float: left;
    overflow: hidden;
}
.introduce2-left img{
    float: left;
    width: 500px;
}
.introduce2-right{
    float: right;
    width: 45%;
    overflow: hidden;
}
