﻿/* ----------------about1-------------------- */
.banner-mask{
    width: 100%;
    display: block;
    opacity: 0.5;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+50,000000+100&0.7+0,0+100 */
    background: -moz-linear-gradient(left, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.35) 50%, rgba(0,0,0,0) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.35) 50%,rgba(0,0,0,0) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, rgba(0,0,0,0.7) 0%,rgba(0,0,0,0.35) 50%,rgba(0,0,0,0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3000000', endColorstr='#00000000',GradientType=1 ); /* IE6-9 */
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}

.banner-box{
    width: 1200px;
    height: 360px;
    overflow: hidden;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    position: relative;
}
.banner-img{
    width: 100%;
    height: 120%;
    display: block;
    position: relative;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    transition: all .3s linear;
}


.main-box{
    width: 1200px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.main-title{
    width: 100%;
    text-align: center;
    font-size: 45px;
    color: #000;
    padding-top: 30px;
}
.main-line{
    width: 290px;
    max-width: 100%;
    display: block;
    position: relative;
    margin: 0 auto;
    top: -15px;
}
.main-line:after{
    content: 'normal';
    font-size: 0;
    width: 100%;
    height: 100%;
    display: block;
 
    position: absolute;
    top: 0;
    left: 0;
}

.about1-info-box{
    width: 100%;
    font-size: 0;
    padding: 100px 0;
    direction: rtl;
}
.about1-logo-box{
    width: 410px;
    display: inline-block;
    vertical-align: middle;
}

.about1-info{
    width: calc(100% - 410px);
    padding: 0 20px;
    box-sizing: border-box;
    display: inline-block;
    vertical-align: middle;
    direction: initial;
}
.about1-info-p{
    font-size: 18px;
    line-height: 2;
    letter-spacing: 2px;
    color: #333;
    text-align: justify;

}
.about1-info-p span{
    color: #e58eb7;
    font-weight: bold;
}
.about1-info .about1-info-p:nth-child(even){
    padding: 50px 0;
}
.about-say-box{
    width: 850px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}
.about-say-p{
    font-size: 18px;
    line-height: 2;
    letter-spacing: 2px;
    width: 100%;
    text-align: justify;
    position: relative;
    margin: 50px 0;
}
.about-say-p-line{
    width: 40px;
    height: 3px;
    display: block;
    background-color: #73c0cb;
    position: absolute;
    bottom: 17px;
    right: 130px;
}
.about-say-p-name{
    font-size: 30px;
    font-weight: bold;
    display: block;
    vertical-align: middle;
    color: #73c0cb;
    position: absolute;
     letter-spacing: 5px;
    bottom: -10px;
    right: 13px;
}
.about-say-img{
    width: 450px;
    max-width: 100%;
    display: block;
    margin: 10px auto;
    padding-top: 10px;
}
.about1-info-box .about-say-img{
    margin-top: 30px;
    float: right;
    transform: rotate(2deg);
}