@charset "utf-8";
.common-footer-wrap {
    background: #f2f2f2;
    clear: both;
}
.common-footer-wrap * {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    text-align: left;
}
.common-footer-wrap .common-footer {
    width: 80%;
    margin: 0 auto;
    padding-top: 20px;
    background: #f2f2f2;
}
.common-footer-wrap .clears {
    _zoom: 1;
}
.common-footer-wrap .common-footer .common-footer-top .tab-about {
    position: relative;
    color: #555;
    float: right;
    padding-left: 25px;
    padding-right: 25px;
    border-left: 1px solid #e0e0e0;
    margin-right: 0;
}
.common-footer-wrap .common-footer .common-footer-top .tab-download {
  /*  position: relative;
    color: #555;
    float: right;
    padding-left: 25px;
    border-left: 1px solid #e0e0e0;
    margin-right: 0; */
    width: 100%;
}
.common-footer-wrap .common-footer .common-footer-top>div {
  /*   display: inline-block;
    margin-right: 5.5%;
    vertical-align: top;
    margin-top: 30px; */
}
.common-footer-wrap .common-footer .common-footer-top>div h2 {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 700;
}

.common-footer-wrap .common-footer .common-footer-top>div li {
    line-height: 28px;
    font-size: 15px;
}
.common-footer-wrap .common-footer .common-footer-top .tab-about-col {
    display: inline-block;
    padding-left: 5%;
    padding-right: 5%;
    text-align: center;
}
.common-footer-wrap .common-footer .common-footer-top>div {
    display: inline-block;
    margin-right: 5%;
    vertical-align: top;
    margin-top: 30px;
}
.common-footer-wrap .common-footer .common-footer-top>div h2 {
    font-size: 14px;
    color: #333;
    margin-bottom: 20px;
    font-weight: 700;
}
.common-footer-wrap .common-footer .common-footer-top>div li a {
    color: #555;
    text-decoration: none;
}
.common-footer-wrap .common-footer .common-footer-top>div li a:hover {
    color: #2196f3;
}

.common-footer-wrap .common-footer .common-footer-bottom {
    border-top: 1px solid #e0e0e0;
    margin-top: 60px;
    font-size: 0;
}
.common-footer-wrap .common-footer .common-footer-bottom .common-footer-logo {
    display: inline-block;
    width: 10%;
    color: #797e83;
    vertical-align: middle;
}
.common-footer-wrap .common-footer .common-footer-bottom .common-footer-logo i {
    font-size: 80px;
}
.common-footer-wrap .common-footer .common-footer-bottom .common-footer-info {
    display: inline-block;
    padding-bottom: 5px;
    width: 90%;
    text-align: right;
    font-size: 12px;
    color: #797e83;
    vertical-align: middle;
}
.common-footer-wrap .common-footer .common-footer-bottom .common-footer-info a {
    color: #797e83;
    text-decoration: none;
}
.common-footer-wrap .common-footer .common-footer-bottom .common-footer-info a {
    color: #797e83;
    text-decoration: none;
}
.common-footer-wrap .common-footer .common-footer-bottom .common-footer-info a:hover {
    color: #2196f3;
}
.partners .partners-header{
	height: 100px;
	 background: url(../images/partners_banner.jpg) no-repeat center center;
}
.partners .partners-header .partners-header-title{
	color: #fff;
    font-size: 32px;
    text-align: center;
    margin-bottom: 0px;
    padding-top: 28px;
}
.partners .partners-container .list-wrap{
	position: relative;
    overflow: hidden;
    height: 160px;
}
.partners .partners-container .list-wrap .list-item{
	display: inline;
    position: absolute;
    top: 0;
    left: 0;
    float: left;
    width: 70%;
    margin-left: 15%;
    vertical-align: top;
}
.partners .partners-container .list-wrap .list-item li{
	float: left;
    display: inline;
    margin-top: 50px;
    width: 25%;
    box-sizing: border-box;
    text-align: center;
    height: 60px;
}
.partners .partners-container .list-wrap .list-item li img{
    height: 100%;
}


.about-banner {
    position: relative;
    height: 330px;
    overflow: hidden;
    padding-top: 80px;
}
.about-banner-bg {
    display: block;
    height: 100%;
    width: 100%;
}
.about-banner-title {
    position: absolute;
    top: 80px;
    width: 100%;
    color: #fff;
    text-align: center;
}

.container-full .container .row .title-index{
	background: -webkit-linear-gradient( left,green,white );
    text-align: left;
    padding-left: 15px;
    padding-top: 6px;
    font-size: 18px;
    font-weight: bold;
    color: white;
    width: 100%;
    height: 40px;
}