/* banner */

.content_index {
    width: 100%;
    /* background-color: aqua; */
}

.content_index .fl_1 {
    height: 773px;
    width: 100%;
    background-image: url('../images/banner.png');
}

.content_index .fl_1 p {
    color: white;
    font-size: 24px;
    text-align: center;
    letter-spacing: 5px;
    position: relative;
    top: 30%;
}


/* 二楼 */

.content_index .fl_2 {
    height: 294px;
    width: 100%;
    background-color: #f7f7f7;
    text-align: center;
}

.content_index .fl_2 .p_1 {
    position: relative;
    top: 30%;
    font-size: 26px;
    font-weight: 500;
    color: #333333;
}

.content_index .fl_2 .p_2 {
    position: relative;
    top: 35%;
    font-size: 14px;
    font-weight: 500;
    color: rgba(51, 51, 51, 0.8);
    width: 910px;
    margin: 0 auto;
}


/* 关于我们 */

.content_index .fl_3 {
    width: 100%;
    height: 600px;
}

.content_index .fl_3 h3 {
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    /* width: 120px; */
    margin: 0 auto;
    background: #FFFFFF;
}

.content_index .fl_3 h3 .left_bg {
    content: url('../images/left_tit.png');
    position: relative;
    right: 25px;
}

.content_index .fl_3 h3 .right_bg {
    content: url('../images/left_tit.png');
    transform: rotate(180deg);
    position: relative;
    left: 25px;
}

.content_index .fl_3 .about_index {
    height: 470px;
    width: 100%;
}

.about_index .about_left {
    width: 33.3%;
    height: 100%;
    float: left;
    background: url('../images/about.jpg') no-repeat;
}

.about_index .about_center {
    width: 33.3%;
    height: 100%;
    float: left;
    text-align: center;
}

.about_index .about_center h3 {
    font-size: 20px;
    font-weight: 500;
    color: #FF5454;
    margin-top: 100px;
}

.about_index .about_center p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.8);
    line-height: 25px;
    letter-spacing: 3px;
    width: 426px;
    margin: 0 auto;
}

.about_index .about_right {
    width: 33.3%;
    height: 100%;
    float: left;
    text-align: center;
}

.about_index .about_right h3 {
    font-size: 20px;
    font-weight: 500;
    color: #FF5454;
    margin-top: 100px;
}

.about_index .about_right p {
    font-size: 16px;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.8);
    line-height: 25px;
    letter-spacing: 3px;
    width: 426px;
    margin: 0 auto;
}


/* 营业范围 */

.content_index .fl_4 {
    width: 100%;
    height: 434px;
    background: #333333;
    opacity: 1;
}

.content_index .fl_4 h3 {
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    margin: 0 auto;
}

.content_index .fl_4 h3 .left_bg {
    content: url('../images/left_tit.png');
    position: relative;
    right: 25px;
}

.content_index .fl_4 h3 .right_bg {
    content: url('../images/left_tit.png');
    transform: rotate(180deg);
    position: relative;
    left: 25px;
}

.fl_4 .sell_fanwei {
    width: 1200px;
    height: 334px;
    margin: 0 auto;
}

.sell_fanwei .sell_size {
    width: 25%;
    height: 334px;
    float: left;
}

.sell_fanwei .sell_1 {}

.sell_fanwei .sell_1 ul {
    float: left;
    margin-top: 25%;
}

.sell_fanwei .sell_1 .sell_num {
    width: 50%;
    position: relative;
}

.sell_fanwei .sell_1 .sell_num h3 {
    width: 142px;
    height: 150px;
    font-size: 128px;
    font-weight: 800;
    color: #EAEAEA;
    line-height: 150px;
}

.sell_fanwei .sell_1 .sell_num span {
    background-color: #333333;
    width: 100%;
    height: 36px;
    font-size: 24px;
    text-align: center;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    position: absolute;
    bottom: 38px;
}

.sell_fanwei .sell_1 .sell_nav {
    width: 50%;
}

.sell_fanwei .sell_1 .sell_nav li span {
    float: left;
    width: 8px;
    height: 8px;
    background: rgba(255, 64, 64, 0.8);
    opacity: 1;
    border-radius: 5px;
    margin: 5px 5px 0 5px;
}

.sell_fanwei .sell_1 .sell_nav li {
    height: 18px;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    line-height: 14px;
    margin-top: 10px;
    margin-left: 20px;
}


/* 新闻中心 */

.content_index .fl_5 {
    height: 600px;
    background-color: #FFFFFF !important;
}

.content_index .fl_5 h3 {
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    margin: 0 auto;
    background: #FFFFFF;
}

.content_index .fl_5 h3 .left_bg {
    content: url('../images/left_tit.png');
    position: relative;
    right: 25px;
}

.content_index .fl_5 h3 .right_bg {
    content: url('../images/left_tit.png');
    transform: rotate(180deg);
    position: relative;
    left: 25px;
}

.content_index .fl_5 .news_center {
    width: 1500px;
    height: 450px;
    margin: 0 auto;
}

.news_center li {
    float: left;
}

.news_center .news_list {
    float: left;
    width: 46%;
    margin-bottom: 40px;
    margin-left: 40px;
    height: 202px;
    background: #F7F7F7;
    border-radius: 10px 10px 10px 10px;
}

.news_center .news_list .news_text {
    float: left;
    width: 50%;
    margin: 0 5%;
}

.news_center .news_list .news_text h2 {
    font-size: 16px;
    font-weight: 500;
    color: #333333;
    margin: 25px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
}

.news_center .news_list .news_text h2 a:hover {
    color: #FF5454;
}

.news_center .news_list .news_text p {
    font-size: 12px;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.8);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}

.news_center .news_list .news_text span {
    font-size: 12px;
    font-weight: 400;
    color: rgba(51, 51, 51, 0.6);
    margin-top: 40px;
    display: block;
}

.news_center .news_list .news_img {
    float: left;
    width: 32%;
    margin-top: 25px;
    margin-left: 40px;
}

.news_center .news_list .news_img img {
    width: 210px;
    height: 128px;
    border-radius: 4px 4px 4px 4px;
    opacity: 1;
}


/* 团队风采 */

.content_index .fl_6 {
    width: 100%;
    height: 860px;
    overflow: hidden;
    /* background-color: #FF5454 !important; */
}

.content_index .fl_6 h3 {
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 24px;
    font-weight: 500;
    color: #333333;
    margin: 0 auto;
    background: #FFFFFF;
}

.content_index .fl_6 h3 .left_bg {
    content: url('../images/left_tit.png');
    position: relative;
    right: 25px;
}

.content_index .fl_6 h3 .right_bg {
    content: url('../images/left_tit.png');
    transform: rotate(180deg);
    position: relative;
    left: 25px;
}

.content_index .fl_6 .team_style ul {
    height: 340px;
    width: 100%;
}

.content_index .fl_6 .team_style ul li {
    float: left;
}

.team_style {
    width: 100%;
}

.team_style img {
    /* width: 100%; */
    display: block;
}

.team_style .wid_1 {
    width: 33.33%;
}

.team_style .wid_2 {
    width: 16.66%;
}