/* 轮播 */
.main_swiper_container {
	width: 100%;
    height: 720px;
    min-width: 1200px;
    overflow: hidden;
}
.main_swiper_container .swiper-slide {
    display: block;
	width: 100%;
    height: 720px;
    overflow: hidden;
    margin: auto;
	/* padding-bottom: 37.5%; */
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
.main_swiper_container .swiper-button-prev {
    width: 56px;
    height: 56px;
    background-image: url(../images/home/button_left.png);
    background-size: 56px 56px;
    left: 40px;
    opacity: 0.5;
}
.main_swiper_container .swiper-button-next {
    width: 56px;
    height: 56px;
    background-image: url(../images/home/button_right.png);
    background-size: 56px 56px;
    right: 40px;
    opacity: 0.5;
}
.swiper-button-prev:hover, .swiper-button-next:hover {
    opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}
.swiper-pagination .swiper-pagination-bullet-active {
    background-color: #d70c19;
}





.container {
    /* width: 1200px; */
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 50px;
    /* padding: 60px 0; */
    /* overflow: hidden; */
}
.intro_head {
    width: 360px;
    height: 137px;
    margin: auto;
    font-size: 0;
}
/* 公司介绍 */
.com_intro {
    margin-top: 60px;
    overflow: hidden;
}
.com_intro .intro_head {
    background: url(../images/head_company.png) no-repeat center center;
    margin-bottom: 98px;
}
.com_intro_content {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 600px;
    padding: 0 15px;
}
/* .com_intro_pic, .com_intro_pic img {
    width: 352px;
} */
.com_intro_video {
    width: 528px;
    height: 295px;
    overflow: hidden;
    border: 1px solid #eaeaea;
    position: relative;
}
/* .video_box {
    display: none;
} */
.com_intro_video, .com_intro_video video {
    width: 528px;
}


.video_placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 528px;
    height: 295px;
}
.video_placeholder img {
    width: 100%;
    height: 100%;
}

.intro_title {
    font-weight: normal;
    font-size: 18px;
}
.com_intro_content .short_divider {
    margin: 10px 0 25px;
}
.com_intro_content .intro_desc {
    font-size: 16px;
    margin-bottom: 30px;
    overflow: hidden;
}
.com_intro_content .intro_desc p {
    font-size: 16px;
    line-height: 28px;
    text-indent: 2em;
    color: #666;
}
.com_intro_content .intro_btn_group>a {
    float: left;
    display: block;
    padding: 8px 12px;
    font-size: 15px;
    color: #666;
    margin-right: 40px;
    border: 1px solid #BFBFBF;
}
.com_intro_content .intro_btn_group>a:hover, .com_intro_content .intro_btn_group>a.active {
    color: #d70c19;
    border: 1px solid #d70c19;
}

/* 公司动态 */
.com_news {
    overflow: hidden;
}
.com_news .intro_head {
    background:url(../images/head_news.png) no-repeat center center;
    margin-top: 100px;
    margin-bottom: 55px;
}
.news_box {
    width: 100%;
}
.news_box ul {
    width: 100%;
    padding: 10px 10px;
    overflow: hidden;
}
.news_box ul li {
    width: 360px;
    height: 526px;
    padding: 12px;
    float: left;
    margin-right: 15px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.news_box ul li:last-child {
    margin-right: 0;
}
.news_img_box {
    width: 100%;
    height: 270px;
}
.news_img_box img {
    width: 100%;
    height: 270px;
    object-fit: cover;
}
.news_box ul li h3 {
    display: block;
    font-size: 20px;
    line-height: 36px;
    width: 100%;
    height: 78px;
    overflow: hidden;
    margin: 24px 0 10px;
}
.news_box ul li:hover h3 {
    color: #d70c19;
}
.news_box ul li span {
    font-size: 16px;
    color: #666;
    display: block;
    margin-bottom: 18px;
}
.news_divider_line {
    width: 100%;
    height: 0;
    border-bottom: 1px dotted #d4d4d4;
}
.news_box ul li p {
    font-size: 14px;
    line-height: 24px;
    margin-top: 13px;
    height: 72px;
    /* overflow: hidden; */
}

.news_box ul li:hover {
    box-shadow: 0 0 15px rgba(215, 12, 25, 0.2);
    transition: all 0.7s ease;
}

/* 更多按钮 */
.more_text_btn {
    font-size: 18px;
    line-height: 40px;
    color: #333;
    display: block;
    width: 60px;
    height: 40px;
    padding: 5px 10px;
    margin: auto;
    margin-top: 20px;
    text-align: center;
}
.more_text_btn:hover {
    color: #d70c19;
}



.pro_intro_box {
    width: 1200px;
    overflow: hidden;
}
.pro_intro_show {
    width: 288px;
    height: 288px;
    margin-right: 10px;
    float: left;
    position: relative;
}
.pro_intro_show img {
    width: 288px;
}
.pro_intro_show .img_cover {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #fff;
    background-color: rgba(255,255,255,0.7);
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.pro_intro_show .img_cover h3 {
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    margin-top: 100px;
}
.pro_intro_show:hover .img_cover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 0;
}

/* 专家说桑黄 */
.honor {
    width: 100%;
    min-width: 1200px;
    background-color: #f6f6f6;
    padding-bottom: 80px;
    overflow: hidden;
}
.honor .intro_head {
    background:url(../images/head_honor.png) no-repeat center center;
    margin-top: 40px;
    margin-bottom: 55px;
} 
/* 轮播样式 */
.horder_box {
    width: 1200px;
    height: 300px;
    position: relative;
    margin: auto;
    overflow: hidden;
}
.honor_swiper_container {
    width: 1100px;
}
.horder_box .btn_prev {
    position: absolute;
    width: 18px;
    height: 32px;
    background-image:url(../images/btn_left_def.png);
    background-size: 18px 32px;
    left: 0;
    top: 50%;
    margin-top: -45px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.horder_box .btn_next {
    position: absolute;
    width: 18px;
    height: 32px;
    background-image:url(../images/btn_right_def.png);
    background-size: 18px 32px;
    right: 0;
    top: 50%;
    margin-top: -45px;
    cursor: pointer;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}
.horder_box .btn_prev:hover {
    background-image: url(../images/home/btn_left_active.png);
}
.horder_box .btn_next:hover {
    background-image: url(../images/home/btn_right_active.png);
}
/* 专家介绍内容 */
.swiper-container.honor_swiper_container .swiper-slide.honor_slide {
    /* width: 185px;  */
    height: 300px;
    width: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    overflow: hidden;
    padding: 0 14px;
}
.honor_slide img {
    /* width: 100%; */
    height: 252px;
    cursor: pointer;
}
/* .honor_swiper_container .honor_slide.cross_honor_slide {
    width: 343px;
    height: 300px;
} */
.honor_slide.cross_honor_slide img {
    width: 100%;
    height: 252px;
}
.honor_slide p {
    font-size: 14px;
    color: #666;
    text-align: center;
    line-height: 48px;
}
/* 图片预览效果 */
.honor_modal_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    visibility: hidden;
    opacity: 0;
    transition: all 0.5s ease;
    z-index: 10000;
    text-align: center;
    display: table;
}
.honor_modal_box.show {
    visibility: visible;
    opacity: 1;
    transition: all 0.5s ease;
}
.honor_modal_content {
    width: 100%;
    height: 100%;
    display: table-cell;
    vertical-align: middle;
}
.honor_modal_box img {
    display: block;
    width: auto;
    height: 0px;
    margin: auto;
    transition: height 0.65s ease;
}
.honor_modal_box.show img {
    height: 600px;
}



.more_btn {
    width: 100px;
    height: 32px;
    display: block;
    color: #BFBFBF;
    font-size: 18px;
    line-height: 32px;
    border: 1px solid #BFBFBF;
    text-align: center;
    margin: auto;
    margin-top: 24px;
    margin-bottom: 42px;
}
.more_btn i {
    color: #E5E5E5;
    font-size: 20px;
    margin-left: 5px;
}
.more_btn:hover {
    color: #d70c19;
    border: 1px solid #d70c19;
}
.more_btn:hover i {
    color: #d70c19;
}

/* 合作伙伴 */
.coop_intro {
    overflow: hidden;
}
.coop_intro .intro_head {
    background: url(../images/head_coop.png) no-repeat center center;
    margin-top: 100px;
    margin-bottom: 100px;
}
.swiper-container.coop_intro_box {
    width: 1200px;
    height: 175px;
    margin: auto;
    overflow: hidden;
}
.coop_intro_box .coop_show {
    display: block;
    width: 130px;
    height: 175px;
    float: left;
    text-align: center;
}
.coop_intro_box .coop_show:last-child {
    margin-right: 0;
}
.coop_intro_box .coop_show img {
    width: 130px;
    height: 100px;
    object-fit: cover;
}
.coop_intro_box .coop_show p {
    font-size: 14px;
    line-height: 28px;
    text-align: center;
    margin-top: 15px;
}
/* .coop_intro_box .coop_show:hover {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #D2D2D2;
} */

