.banner-container {
	position: relative;
	float: left;
	width: 100%;
	height: 500px;
	margin: 0 0 0 0;
	/*background: url(../images/background_2x.jpg) no-repeat;*/
}
.banner-img {
	position: relative;
	float: left;
	width: 50%;
	height: 100%;
	margin: 0 0 0 0;
	border: 1px #F0F1F2 solid;
	-webkit-box-shadow: 0 0 2px #999;
	-moz-box-shadow: 0 0 2px #999;
	-o-box-shadow: 0 0 2px #999;
	box-shadow: 0 0 2px #999;
}
.mid-img-frame {
	position: relative;
	float: left;
	width: 25%;
	height:  100%;
	margin: 0 0 0 0;
}
.index-midsection {
    position: relative;
    float: left;
    width: 100%;
    height: 150px;
    margin: 0 0 0 0;
}
.mid-img-vertical {
	position: relative;
    /* float: left; */
    width: 100%;
    height: 150px;
    margin: 125px 0 0 0;
    text-align: center;
	
}
.mid-img {
    position: relative;
    float: center;
    width: 66%;
    height: auto;
    /* width: 150px;
    height: 150px; */
	/* margin: 0 0 0 81px; */
}

.mid-img-text {
    position: relative;
    float: center;
    width: 241px;
    height: 64px;
	margin: 0 0 0 0;
} 
.mid-text {
    position: relative;
    float: left;
    width: 140px;
    height: 120px;
    margin: 10px 0 0 58px;
    color: #858687;
    font-size: .7em;
}
.mid-title-vertical {
	position: relative;
    width: 100%;
	/* width: 241px;
	height: 64px;
    float: left;
    margin: 20px 0 0 30px; */
}
.mid-img-text
.third-frame {
    position: relative;
    width: 425px;
    height: 270px;
}
.third-title {
    position: relative;
    float: left;
    text-align: left;
    width: 100%;
    color: #333;
    font-size: 1.0em;
    margin: 35px 0 10px 0;
	
}
.third-text{
    position: relative;
    float: left;
    text-align: left;
    float: left;
    width: 100%;
    height: 26px;
    color: #858687;
    font-size: .7em;
}
.third-img1{
    position: relative;
    float: left;
    width: 117px;
    height: 138px;
}
.third-img2{
    position: relative;
    width: 117px;
    height: 138px;
}
.third-img3{
    position: relative;
    float: right;
    width: 117px;
    height: 138px;
}
.contact-container {
    position: relative;
    float: left;
    width: 100%;
    height: auto;
    background-color: #fff;
}
.contact-name {
	position: relative;
    float: left;
    width: auto;
    height: auto;
	margin: 50px 0 50px 30px;
    font-size: 1.25em;
	font-family: Microsoft YaHei(微软雅黑), Arial;
	color: #000;
		line-height: 33px;

}
.contact-number {
	position: relative;
    float: left;
    width: auto;
    height: 33px;
	margin: 50px 0 50px 0;
    font-size: 1.25em;
	font-family: Arial;
	color: #37a1dd;
	line-height: 33px;
}
.contact-img {
	position: relative;
	float:  right;
	width: 67px;
	height:  33px;
	margin: 50px 30px 50px 0;
}
.cantact-right {
	position: relative;
	float: right;
	text-align: right;
    width: auto;
    height: 33px;
    color: #000;
    font-size: 1.25em;
	margin: 50px 15px 50px 0;
		line-height: 33px;

}
.more-text{
    position: relative;
    float: left;
    text-align: right;
    width: 100%;
    height: 26px;
    color: #333;
    font-size: .8em;
}
.indexfooter-frame {
    position: relative;
    float: left;
    width: 220px;
    height: 145px;
    background-color: #454241;
    margin: 0 0 0 0px;
}
.indexfooter-title{
    position: relative;
    float: left;
    text-align: center;
    width: 100%;
    color: #D9DADB;
    font-size: 1.0em;
	line-height:  40px;
}

.indexfooter-text {
    position: relative;
    float: left;
    text-align: left;
    width: 100%;
    height: 13px;
    line-height: 13px;
    color: #A7A7A7;
    font-size: .75em;
}
.ahelfstyle {
	text-decoration:none;
}
.indexfooter-img {
    position: relative;
    float: left;
    width: 13px;
    height: 13px;
    background-color: #123;
}

.indexfooter-scan{
    position: absolute;
    top: 52px;
    left: 0px;
    width: 64px;
    height: 64px;
    background-color: #454241;
}

.footer-sap {
    position: fixed;
     bottom: 0;

	right: 0;
	width: 100%;
	height: 40px;
    background-color: #222;
	margin-bottom:0px;
}

.footer-text {
    position: relative;
	float: bottom;
    width: 100%;
    height: auto;
    line-height: 40px;
    color: #A7A7A7;
    font-size: .0.8em;
}
.img-button{
    /* width: 241px; */
    width: 96%;
    height: 65px;
    background-color: #37a1dd;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.img-button-title{
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    opacity: 0.9;
}
.img-button-content{
    color: #fff;
    font-size: 14px;
    opacity: 0.9;
}