@charset "UTF-8";

* {
    padding: 0;
    margin: 0;
}

/* banner */
#myCarousel img {
    display: block;
}
.carousel {
    position: relative;
    width: 100%;
    min-width: 1200px;
    overflow: hidden;
}
#myCarousel .carousel-indicators li {
    display: inline-block;
    width: 50px;
    height: 5px;
    margin: 0 6px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #FFF;
    border: none;
}

#myCarousel .carousel-indicators .active {
    width: 50px;
    height: 5px;
    margin: 0;
    background-color: #E12836;
}

/* information */
#information {
    width: 100%;
}

.informationCont {
    width: 1200px;
    margin: auto;
    padding: 60px 0 30px 0;
}

.inTitle {
    font-size: 30px;
    color: #1A1A1A;
    overflow: hidden;
}

.inTitle>span {
    color: #E20617;
}

.inTitle>a {
    font-size: 14px;
    float: right;
    line-height: 20px;
    color: #9E9E9E;
    margin-top: 13px;
    font-weight: normal;
}

.inCont {
    list-style: none;
    overflow: hidden;
    width: 100%;
    margin-top: 30px;
}

.inCont>li:first-child {
    width: 580px;
    float: left;
    margin-right: 20px;
}

.informationBanner {
    position: relative;
    width: 580px;
    height: 384px;
    overflow: hidden;
}

.informationBanner_info {
    position: absolute;
    bottom: 0;
    left: 0;
    top: 340px;
    height: 44px;
    color: #fff;
    z-index: 1001;
    cursor: pointer;
    width: 100%;
}

.informationBanner_info>ul {
    position: absolute;
    z-index: 1002;
    margin: 0;
    padding: 0;
    top: 0;
    right: 0;
}

.informationBanner_info>p {
    line-height: 44px;
    font-size: 20px;
    width: 400px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
    color: #1A1A1A;
}

.informationBanner_info>ul>li {
    float: left;
    display: block;
    background: #EBEBEB;
    cursor: pointer;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 17px 0 17px 8px;
}

.informationBanner_info>ul>li.on {
    background: #E12836;
}

.informationBanner_list a {
    position: absolute;
    top: 0;
    left: 0;
}

.informationBanner_list {
    width: 580px;
    height: 340px;
    position: absolute;
    top: 0;
    left: 0;
}

.informationBanner_list img {
    display: block;
    width: 580px;
    height: 340px;
}

/* 内容 */
.inCont>li:last-child {
    width: 600px;
    float: left;
    padding: 20px;
    box-sizing: border-box;
    background-color: #F7F7F7;
}

.informationContent {
    list-style: none;
    width: 100%;
}

.informationContent>li {
    width: 100%;
    font-size: 14px;
    color: #1A1A1A;
    overflow: hidden;
}

.informationContent>li>a {
    display: block;
    font-size: 14px;
    color: #1A1A1A;
    letter-spacing: 0;
    line-height: 34.4px;
    text-decoration: none;
    width: 430px;
    float: left;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}

.informationContent>li>a:hover {
    color: #E20617;
}

.informationContent>li>span {
    float: right;
    font-size: 12px;
    color: #9E9E9E;
    line-height: 34.4px;
    display: block;
    float: left;
    text-align: right;
    width: 130px;
}

/* 员工风采 */
#EmployeeDemeanor {
    width: 100%;
    background-color: #FFF;
}

.EmployeeDemeanorCont {
    width: 1200px;
    margin: auto;
    position: relative;
}

.EmployeeDemeanorContent {
    width: 100%;
    margin-top: 30px;
    position: relative;
}

#EmployeeDemeanor .full {
    width: 100%;
    overflow: hidden;
    min-width: 1200px;
}

#EmployeeDemeanor .content {
    width: 1200px;
    height: 370px;
    margin: 50px auto;
    position: relative;
    overflow: hidden;
}
#EmployeeDemeanor .cover-left {
    width: 2000px;
    position: absolute;
    left: -2000px;
    top: 0;
    background: #FFF;
    height: 370px;
    z-index: 10;
}

#EmployeeDemeanor .cover-right {
    width: 2000px;
    position: absolute;
    right: -2000px;
    top: 0;
    background: #FFFFFF;
    height: 370px;
    z-index: 10;
}

#EmployeeDemeanor .swiper-container {
    overflow: visible;
    height: 370px;
}

#EmployeeDemeanor .swiper-slide {
    padding: 5px;
    box-sizing: border-box;
    position: relative;
    width: 240px;
}
#EmployeeDemeanor .swiper-slide img {
    width: 100%;
    height: 315px;

}
#EmployeeDemeanor .swiper-slide p {
    font-size: 14px;
    color: #181818;
    line-height: 35px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
#EmployeeDemeanor .change {
    position: absolute;
    right: 0;
    top: -40px;
    width: 80px;
    height: 30px;
    overflow: hidden;
}
#EmployeeDemeanor .arrow-left {
    width: 30px;
    height: 30px;
    z-index: 15;
    display: block;
    float: left;
    margin-right: 20px;
    background-image: url("../images/home_left_nor@2x.png");
    background-position: center;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 30px;
}

#EmployeeDemeanor .arrow-left:hover {
    background-image: url("../images/home_left_pre@2x.png");
}

#EmployeeDemeanor .arrow-right {
    width: 30px;
    height: 30px;
    z-index: 15;
    float: left;
    display: block;
    background-image: url("../images/home_right_nor@2x.png");
    background-position: center;
    background-repeat: no-repeat;
    background-position: 0 0;
    background-size: 30px;
}

#EmployeeDemeanor .arrow-right:hover {
    background-image: url("../images/home_right_pre@2x.png");
}

/* 咨询 */
#Consultation {
    width: 100%;
}

.ConsultationCont {
    width: 1200px;
    margin: auto;
}

.ConsultationContent {
    width: 100%;
    overflow: hidden;
    list-style: none;
    margin-top: 30px;
}

.ConsultationContent>li {
    width: 380px;
    float: left;
    margin-bottom: 30px;
    overflow: hidden;
}

.ConsultationContent>li:nth-child(3n+2) {
    margin: 0 30px;
}

.ConsultationContent>li .left {
    width: 90px;
    float: left;
}

.ConsultationContent>li .left>img {
    width: 100%;
    display: block;
}

.ConsultationContent>li .right {
    width: 280px;
    height: 75px;
    float: right;
}
.ConsultationContent>li .right>h5 {
    font-size: 14px;
    line-height: 25px;
    margin: 0;
    height: 46px;
    color: #1A1A1A;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.ConsultationContent>li .right>p {
    font-size: 12px;
    color: #9E9E9E;
    line-height: 20px;
    margin: 0;
}
/* 素质提升 */
#QualityImprovement{
    width: 100%;
    padding-top: 30px;
    margin-bottom: 80px;
}
.QualityImprovementCont{
    width: 1200px;
    margin: auto;
}
.QualityImprovementCont>ul{
    width: 100%;
    list-style: none;
    overflow: hidden;
}
.QualityImprovementCont>ul>li:first-child{
    width: 580px;
    float: left;
    margin-right: 20px;
}
.QualityTitle{
    width: 100%;
}
.QualityTitle>h1{
    font-size: 18px;
    margin: 0;
    margin-right: 30px;
    line-height: 40px;
    color: #9E9E9E;
    cursor: pointer;
    display: inline-block;
}
.QualityTitle>h1.active{
    font-size: 30px;
    color: #E20617;
}
.QualityTitle>a {
    font-size: 14px;
    float: right;
    line-height: 20px;
    color: #9E9E9E;
    margin-top: 13px;
}
.QualityCont {
    list-style: none;
    width: 100%;
    margin-top: 20px;
}

.QualityCont>li {
    width: 100%;
    font-size: 14px;
    color: #1A1A1A;
    overflow: hidden;
}

.QualityCont>li>a {
    width: 450px;
    display: inline-block;
    font-size: 14px;
    color: #1A1A1A;
    letter-spacing: 0;
    line-height: 30px;
    text-decoration: none;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
}

.QualityCont>li>a:hover {
    color: #E20617;
}

.QualityCont>li>span {
    float: right;
    text-align: right;
    display: inline-block;
    width: 130px;
    font-size: 12px;
    color: #9E9E9E;
    line-height: 30px;
}
.QualityImprovementCont>ul>li:last-child{
    width: 600px;
    float: left;
    padding: 20px;
    background-color: #F7F7F7;
}
.QualityMore{
    width: 100%;
    margin-bottom: 30px;
}
.QualityMore>h4{
    width: 100%;
    font-size: 18px;
    color: #1A1A1A;
    letter-spacing: 0;
    margin: 0;
}
.QualityMore>h4>a{
    float:right;
    font-size: 14px;
    color: #9E9E9E;
    letter-spacing: 0;
    margin: 0;
    font-weight: normal;
}
.QualityMore>ul{
    list-style: none;
    margin-top: 15px;
}
.QualityMore>ul>li{
    width: 100%;
    overflow: hidden;
}
.QualityMore>ul>li>a{
    font-size: 14px;
    color: #1A1A1A;
    letter-spacing: 0;
    line-height: 30px;
    display: block;
    width: 430px;
    float: left;
}
.QualityMore>ul>li>span{
    font-size: 12px;
    text-align: right;
    color: #9E9E9E;
    display: block;
    line-height: 30px;
    width: 130px;
    float: left;
}