.page_content{
	margin: 50px auto;
}
.page_content .p_c_title{
	line-height: 60px;
	margin-bottom: 20px;
	font-weight: 700;
    font-style: normal;
    font-size: 24px;
    color: #197CD7;
}
.page_content .p_c_title .p_c_title_btn{
	display: inline-block;
	width: 127px;
	height: 50px;
	line-height: 50px;
    background: inherit;
    text-align: center;
    color: #fff;
    background-color: rgba(237, 31, 88, 1);
    border-radius: 10px;
}
.p_c_c_box .p_c_c_left{
	width: 600px;
	height: 400px;
	float: left;
    position: relative;
}
.p_c_c_box .p_c_c_left .play_icon_big{
    width: 120px;
    height: 120px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    cursor: pointer;
}
.p_c_c_box .p_c_c_right{
	width: 509px;
	height: 340px;
	float: right;
	background: #ecf5ff;
	padding: 30px;
} 
.p_c_c_box .swiper-container,
.p_c_c_box .swiper-slide{
	height: 100%;
	background: #ecf5ff;
}
.p_c_c_box .swiper-container{
    padding-bottom: 20px;
}
.p_c_c_box .swiper-slide{
    height: 320px;
    overflow-y:auto; 
}
.p_c_c_right{
	font-size: 14px;
	line-height: 24px;
}
.p_c_c_right p{
	color: #666666;
}
.s_c_m_top{
	margin-bottom: 20px;
}
.s_c_m_top .s_c_title{
	float: left;
	display: block;
	margin-bottom: 30px;
	margin-right: 20px;
	font-weight: 700;
    font-size: 14px;
}
.s_c_m_top b{
	font-weight: 700;
    color: #197CD7;
    font-size: 18px;
}
.s_my_des{
	margin-bottom: 20px;
}
.s_company_des h4{
	font-weight: 700;
}

.wacth_more_msg{
	text-align: center;
	margin: 40px 0;
}
.wacth_more_msg a{
	display: inline-block;
	width: 260px;
    height: 46px;
    line-height: 46px;
    background-color: rgba(237, 31, 88, 1);
    border: none;
    border-radius: 160px;
    font-size: 16px;
    color: #fff;
}
.wacth_more_msg a:hover{
	background: #d91148;
}

.p_c_c_bot{
	width: 100%;
	height: 267px;
	background: #f2f2f2;
	overflow: hidden;
	margin-bottom: 110px;
}
.p_c_c_bot li{
	float: left;
	width: 50%;
	padding:40px 0;
	position: relative;
}
.p_c_c_bot li .list_item_imgBox{
	width: 150px;
	height: 150px;
	float: left;
	margin: 0 20px;
	overflow: hidden;
}
.p_c_c_bot .list_item_imgBox img{
	width: 100%;
}
.p_c_c_bot .list_item_msg h3{
	font-weight: 700;
    color: #197CD7;
    font-size: 18px;
    margin-bottom: 10px;
    padding-top: 10px;
}
.p_c_c_bot .list_item_msg p{
	font-size: 14px;
}
.p_c_c_bot .list_item_msg p:nth-of-type(1){
	margin-bottom: 40px;
}
.p_c_c_bot .list_item_msg .list_item_btn{
	position: absolute;
	width: 150px;
    height: 30px;
    line-height: 30px;
    border-radius: 30px;
    color: #fff;
    font-size: 16px;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -5px;
    text-align: center;
    background: #ed1f58;
}
.list_item_btn:hover{
	background: #d91148;
}


@media (max-width: 1200px) {
    html {
        font-size: 13.333333vw;
    }
    .page_content{
    	margin: .7rem 0;
    	padding: 0 .3rem;
    }
    .page_content .p_c_title .p_c_title_btn{
    	width: 1.7rem;
    	height: .67rem;
    	line-height: .67rem;
    	font-size: .36rem;
    }
    .page_content .p_c_title{
    	font-size: .32rem;
    	margin-bottom: .2rem;
    }
    .p_c_c_box .p_c_c_left,
    .p_c_c_box .p_c_c_right{
    	width: 100%;
    	box-sizing: border-box;
    }
    .p_c_c_box .p_c_c_left{
    	height: 4.6rem;
    	margin-bottom: .2rem;
    }
    .p_c_c_box .p_c_c_left img{
    	width: 100%;
    }
    .p_c_c_box .p_c_c_right{
    	height: auto;
    	padding: .4rem;
    }
    .p_c_c_right .swiper-slide{
    	padding-bottom: .6rem;
    }
    .s_c_m_top,
    .s_my_des{
    	margin-bottom: .3rem;
    }
    .p_c_c_bot{
    	height: auto;
    	margin-bottom: 1.1rem;
    }
    .p_c_c_bot li{
    	width: 100%;
    	padding: .4rem 0;
    }
    .p_c_c_bot li .list_item_imgBox{
    	width: 1.75rem;
    	margin: 0 .2rem;
    }
    .p_c_c_bot .list_item_msg h3{
    	font-size: .28rem;
    	padding: 0;
    }
    .p_c_c_bot .list_item_msg p{
    	font-size: .2rem;
    }
    .p_c_c_bot .list_item_msg p:nth-of-type(1){
    	margin-bottom: .2rem;
    }
    .p_c_c_bot .list_item_msg .list_item_btn{
    	bottom: .6rem;
    }
    .p_c_c_box .p_c_c_left .play_icon_big{
        width: 1.2rem;
        height: 1.2rem;
    }
}