/*=============================== 关于模块的样式 ==========================*/
/**关于我们页面的样式**/
.aboutbanner-wrapper{
    width: 100%;
	/*margin-top: -20px;*/
}
.aboutbanner-wrapper .banner{
    width: 100%;
    height: 300px;
    position: relative;
}
.banner .bannerbg{
    background: url(../../../images/aboutbanner.jpg) no-repeat;
    background-position: center;
    background-size: cover;
    position: fixed;
    width: 100%;
    height: 300px;
}
.aboutus-wrapper{
    width: 100%;
    position: relative;
    z-index: 1;
    background: #fff;
}
.aboutus-ct{
    padding-left: 20px;
    /*width: 1180px;*/
    padding-top: 105px;
}
.about-listmenu{
    text-align: right;
}
.about-listmenu ul li{
    display: inline-block;
}
.about-listmenu ul li a {
    /*width: 100px;*/
    /*height: 35px;*/
    /*line-height: 35px;*/
    /*text-align: center;*/
    padding: 10px 30px;
    display: block;
    color: #666;
}
.about-listmenu ul .active > a {
    background: #e7390e;
    color: #fff;
    display: block;
}
.about-introtop{
    padding-top: 70px;
}
.about-jianjie{
	padding-top: 60px;
    padding-left: 70px;
    border-bottom: 1px dashed #ccc;
    padding-bottom: 60px;
    margin: 0px;
}

.about-jjtext{
    /*padding-top: 85px;*/
}
.about-jjtext p{
	/*margin-top: 34px;*/
    font-size: 12px;
    line-height: 26px;
}
.about-textct{
    padding-top: 60px;
    border-bottom: 0px;
}
.about-textct h3{
	color: #666;
}
.about-textct p{
    line-height: 26px;
    font-size: 12px;
}
.about-teamlist{
    padding-top: 0px;
}
.about-teamlist h3{
	color: #666666;
}
.aboutteam-second{
    padding-top: 70px;
    border-bottom: 0px;
}
.about-teamlist h3 span{
    display: block;
    font-size: 12px;
    padding-top: 5px;
	color: #999999;
}
.teamlist-down{
    float: right;
    font-size: 40px;
    color: #ededed;
    cursor: pointer;
}
.teamjianjie-nr{
    display: none;
}
.teamjianjie-nr p{
	margin-top: 48px;
	color: #999999;
}
/*pad端样式*/
@media screen and (max-width:1024px) and (min-width:750px){
	.about-intro .about-jianjie .col-md-6 img{
		width:100%;
		height:100%;
	}
	.about-intro .about-jianjie .about-jjtext{
		padding-top: 0px;
	}
}
/**手机端的样式**/
@media screen and (max-width: 750px){
	.aboutbanner-wrapper .banner{
		height: 135px;
	}
	.banner .bannerbg{
		position: fixed;
		height:75px;
		top:60px;
	}
    .aboutus-tu{
        display: none;
    }
    .aboutus-ct{
        padding-left: 0px;
        padding-top: 35px;
    }
    .about-jianjie{
        padding-left: 0px;
    }
    .about-title{
        text-align: center;
    }
    .about-listmenu{
        text-align: center;
        padding-top: 32px;
    }
    .about-jjtext{
        padding-top: 0px;
        text-indent: 20px;
    }
    .about-textct{
        text-indent: 20px;
    }

    .team-tu img{
        width: 100%;
    }
    .about-teamlist h3{
        text-align: center;
        font-size: 2.5rem;
        color: #333;
        font-family: "微软雅黑";
    }
    .about-teamlist h3 span{
        color: #999;
        font-size: 1.875rem;
        padding-top: 10px;
    }
    .aboutteam-second .team-tu{
        padding-bottom: 20px;
    }
	.about-introtop{[]
		padding-top: 0;
	}
    .about-jjtext p{ 
        font-size:15px;
        font-family: "微软雅黑";
        line-height:32px;
		margin-top: 0;
    }
    .about-textct p{
        font-size:15px;
        font-family: "微软雅黑";
        line-height:32px;
    }
    #about-us .banner .bannerbg{
        background: url(../../../images/tel-aboutbanner.jpg) no-repeat;
        background-position: center;
        background-size: cover;
        position: static;
        width: 100%;
        height: 300px;
    }
    #about-teamdetail .banner .bannerbg{
        background: url(../../../images/tel-aboutbanner.jpg) no-repeat;
        background-position: center;
        background-size: cover;
        position: static;
        width: 100%;
        height: 300px;
    }
    #joinus .banner .bannerbg{
        background: url(../../../images/tel-aboutbanner.jpg) no-repeat;
        background-position: center;
        background-size: cover;
        position: fixed;
        width: 100%;
        height: 300px;
    }
}

