﻿/*关于我们banner图*/
.twobanner {
	position:relative;
}
.twobanner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 1;
    transition: all 0.3s;
}
.twobanner-item {
	position: absolute;
	z-index: 2;
    top: 30%;
    left: 10%;
	width: 82%;
    color: #fff;
	text-align:center;
}
.twobanner-item h1 {
	font-size: 50px;
	font-weight:bold;
    padding: 2% 0;
	font-family: 'Heavitas Neue';
}
.twobanner-item h2 {
	font-size: 50px;
    letter-spacing: 0px;
}
.twobanner-item p {
    line-height: 30px;
    font-size: 24px;
    margin-top: 20px;
}

/*自适应样式*/
@media screen and (max-width:1024px){
.twobanner {
	position:relative;
	width:100%;
	padding-top:150%;
	overflow:hidden;
}
.twobanner:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.4);
    z-index: 1;
    transition: all 0.3s;
}
.twobanner .mobile {
	max-width: 500%;
    width: 337% !important;
    transform: translate(-50%,-50%);
    position: absolute;
    top: 50%;
    left: 50%;
}
.twobanner-item {
	position: absolute;
	z-index: 2;
    top: 40%;
    left: 0%;
	width: 100%;
    color: #fff;
	text-align:center;
}
.twobanner-item h1 {
	font-size: 24px;
	font-weight:bold;
    padding: 2% 0;
	font-family: 'Heavitas Neue';
}
.twobanner-item h2 {
	font-size: 24px;
    letter-spacing: 0px;
}
.twobanner-item p {
    line-height: 16px;
    font-size: 16px;
    margin-top: 20px;
}
}
/*自适应样式 end*/


/*关于我们*/
.about {
     padding:2% 0;
}
.about .item {
    width: 49%;
    text-align: justify;
}
.about .item h1 {
    display: inline-block;
    font-size: 40px;
    color: #133a6b;
	font-family: 'RuiZiChaoPaiHaoHengHeiJian';
    margin-top: 50px;
    position: relative;
	
	visibility: visible;
	animation-name: fadeInUp;
	animation-delay: 0.4s;
}
.about .item h1:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -10%;
    width: 100%;
    height: 10px;
    background: #ffc006;
    z-index: -1;
    transition: all 0.3s;
}
.about .item .item-content {
	margin:5% 0;
	visibility: visible;
	animation-name: fadeInUp;
	animation-delay: 0.6s;
}
.about .item .item-content p {
    font-size: 16px;
    color:#666;
    line-height: 30px;
    padding-bottom: 2%;
    text-indent: 2em;
}

.about .item .item-number {}
.about .item .item-number ul {
    overflow:hidden;
}
.about .item .item-number ul li {
    float:left;
    width:50%;
	margin:2% 0;
    padding:2% 0;
}
.about .item .item-number ul li h4 {
    font-size: 30px;
    color:#133a6b;
    text-align: center;
}
.about .item .item-number ul li h4 span {
    font-size: 44px;
    font-family: 'Futura';
	font-weight: bold;
    padding:0 2% 0 0;
}
.about .item .item-number ul li h4  i {
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    transform: translate(0px,-18px);
}
.about .item .item-number ul li p {
    font-size: 14px;
    color: #666;
    text-align: center;
}

.about .pic {
    position: relative;
    width: 45%;
    padding: 3.1% 3.1% 0 0;
}
.about .pic i {
    display:block;
    position: absolute;
    background: #ffc006;
    right: 0;
    top: 0;
    width: 89%;
    height: 82%;
}
.about .pic img {
    position: relative;
    z-index: 5;
	visibility: visible;
	animation-name: fadeInUp;
	animation-delay: 0.8s;
}
.about .pic a {
	display:block;
	position:relative;
}
.about .pic a:after {
    opacity:0;
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 6;
    transition: all 0.3s;
    background:rgba(0, 0, 0, 0.2) url(../fonts/video.svg) no-repeat center -500px/40px;
}
.about .pic a:hover:after {
    opacity:1;
    background:rgba(0, 0, 0, 0.3) url(../fonts/video.svg) no-repeat center center/40px;
}


.power {
    width:100%;
    padding:8% 0;
    background: url(../images/power.jpg) no-repeat center/cover;
}
.power .power-box {
}
.power-box  .title {
	visibility: visible;
	animation-name: fadeInUp;
	animation-delay: 0.4s;
}
.power-box  .title h3 {
    display: inline-block;
    font-size: 40px;
    color: #fff;
    font-family: 'RuiZiChaoPaiHaoHengHeiJian';
    margin-top: 50px;
    position: relative;
	z-index: 1;
    visibility: visible;
    animation-name: fadeInUp;
    animation-delay: 0.4s;
}
.power-box  .title h3:after {
    content: "";
    position: absolute;
    left: 0px;
    bottom: -10%;
    width: 100%;
    height: 10px;
    background: #ffc006;
    z-index: -1;
    transition: all 0.3s;
}

.power-box .item-power {
	width: 45%;
	padding:5% 0 2% 0;
}
.power-box .item-power p{
	font-size: 16px;
    color: #fff;
    line-height: 30px;
    padding-bottom: 2%;
    text-indent: 2em;
}
.power-box .item {
	width: 45%;
}
.power-box .item ul {
    overflow:hidden;
}
.power-box .item ul li {
    float:left;
    width:50%;
	padding:5%;
	
	visibility: visible;
	animation-name: fadeInUp;
	animation-delay: 0.8s;
}
.power-box .item ul li h4 {
    font-size: 20px;
    color:#fff;
}
.power-box .item ul li h4 span {
    font-size: 40px;
    font-family: 'Futura';
	font-weight: bold;
    padding:0 2% 0 0;
}
.power-box .item ul li h4  i {
    display: inline-block;
    font-size: 20px;
    font-style: normal;
    transform: translate(0px,-18px);
}
.power-box .item ul li p {
    font-size: 16px;
    color: #fff;
}




/*自适应样式*/
@media screen and (max-width:1024px){
/*关于我们*/
.about {
     padding:4% 0;
}
.about .item {
    width: 100%;
    text-align: justify;
}
.about .item h1 {
    font-size: 20px;
}
.about .item h1:after {
    bottom: -10%;
    height: 10px;
}
.about .item .item-content {
}
.about .item .item-content p {
    font-size: 14px;
    color:#666;
    line-height: 1.8;
    padding-bottom: 2%;
    text-indent: 2em;
}

.about .item .item-number {}
.about .item .item-number ul {
    overflow:hidden;
}
.about .item .item-number ul li {
}
.about .item .item-number ul li h4 {
    font-size: 20px;
}
.about .item .item-number ul li h4 span {
    font-size: 30px;
}
.about .item .item-number ul li h4  i {
    display: inline-block;
    font-size: 18px;
    font-style: normal;
    transform: translate(0px,-18px);
}
.about .item .item-number ul li p {
    font-size: 14px;
    color: #666;
    text-align: center;
}

.about .pic {
    width: 100%;
    padding: 3.1% 3.1% 0 0;
}


.power {
    width:100%;
    padding:8% 0;
}
.power .power-box {
}
.power-box  .title {
}
.power-box  .title h3 {
    font-size: 20px;
}
.power-box  .title h3:after {
    bottom: -10%;
    height: 10px;
}

.power-box .item-power {
	width: 100%;
	padding:2% 0;
}
.power-box .item-power p{
	font-size: 14px;
    line-height: 1.6;
}
.power-box .item {
	width: 100%;
}
.power-box .item ul {
}
.power-box .item ul li {
}
.power-box .item ul li h4 {
    font-size: 20px;
    color:#fff;
}
.power-box .item ul li h4 span {
    font-size: 30px;
}
.power-box .item ul li h4  i {
    font-size: 20px;
}
.power-box .item ul li p {
    font-size: 16px;
    color: #fff;
}


}


