@charset "utf-8";
.base_title{
	text-align: center;
	font-size: 48px;
	font-weight: bold;
	color: #000;
	line-height: 48px;
}
.page_number2{
	cursor: pointer;
}
.page_number2:hover{
	border:1px solid !important;
	background: transparent !important;
}
.cc1_box{
	width: 100%;
	padding-top: 90px;
	padding-bottom: 85px;
}
.cc1_box .cc1_subtitle{
	font-size: 16px;
	line-height: 30px;
	color:#666666;
	margin-top: 40px;
}
.swiper-1{
	margin-top: 60px;
	padding-bottom: 55px;
}
.swiper-1 .swiper-slide{
	width: 63%;
	-webkit-transform: scale(0.91);
	transform: scale(0.91);
}

.swiper-1 .swiper-slide-active{
	-webkit-transform: scale(1);
	transform: scale(1);
}

.swiper-1 .swiper-slide .swi_title{
	display: none;
	font-size: 24px;
	color:#333333;
	text-align: center;
	line-height: 35px;
	margin-top: 30px;
}
.swiper-1 .swiper-slide .swi_subtitle{
	display: none;
	font-size: 16px;
	color:#666666;
	text-align: center;
	line-height: 35px;
}
.swiper-1 .swiper-slide-active .swi_title{
	display: block;
}
.swiper-1 .swiper-slide-active .swi_subtitle{
	display: block;
}
.swiper-1 .swiper-slide .cc1_img{
	opacity: 0.5;
	width: 100%;
}
.swiper-1 .swiper-slide-active .cc1_img{
	opacity: 1;
}
.swiper-pagination1{
	bottom: 0 !important;
}
.swiper-pagination1 .swiper-pagination-bullet{
	opacity: 0.3 !important;
	background: #000 !important;
	width: 12px !important;
	height: 12px !important;
	margin: 0 7px !important;
}
.swiper-pagination1 .swiper-pagination-bullet-active{
	opacity: 0.5 !important;
	background: #000 !important;
}
.next_arrow,
.prev_arrow{
	width: 68px;
	height: 68px;
	background: #666666;
	border-radius: 50%;
	margin-top: -60px;
	opacity: 0.3;
}
.next_arrow:after,
.prev_arrow:after{
	font-size: 20px;
	color: #fff;
}
.next_arrow{
	right: 4.6%;
}
.prev_arrow{
	left: 4.6%;
}
.next_arrow:hover,
.prev_arrow:hover{
	opacity: 1;
}

.c2_box{
	width: 100%;
	padding-top: 70px;
	padding-bottom: 90px;
}
.c2_box .c2_inner{
	margin-top: 50px;
}
.c2_box .c2_content{
	padding-top: 60px;
}
.c2_box .c2_content_nav{
	width: calc((100% - 56px) / 3);
	margin-right: 28px;
	margin-bottom: 28px;
	background: #ff;
    border-radius: 20px;
    box-shadow: 0px 0px 15px 0px rgba(4, 0, 0, 0.1);
    box-sizing: border-box;
    padding: 30px;
    text-align: center;
}
.c2_box .c2_content_nav .c2_content_title{
	font-size: 24px;
	line-height: 36px;
	color: #333333;
	margin-top: 18px;
}
.c2_box .c2_content_nav .c2_content_subtitle{
	font-size: 16px;
	line-height: 28px;
	color: #777777;
	margin-top: 10px;
}
.c2_box .c2_content_nav:nth-child(3n){
	margin-right: 0;
}
.c2_box .c2_content_nav .c2_content_img{
	overflow: hidden;
}
.c2_box .c2_content_nav .c2_content_img .img{
	width: 100%;
}
.ccc1_box{
	width: 100%;
	padding-top: 90px;
	padding-bottom: 90px;
	background:#fafafa url(../img/ccc1_box.png) no-repeat center center;
	background-size: 100% auto;
}
.ccc1_box .ccc1_inner{
	height: 200px;
	border-left: 1px solid #e1e1e1;
	overflow: auto;
	width: calc((100% - 120px) / 4);
	margin-right: 40px;
	box-sizing: border-box;
}
.ccc1_box .ccc1_inner:nth-child(4n){
	margin-right: 0;
}
.ccc1_box .ccc1_aa{
	margin-top: 66px;
}
/*修改滚动条样式*/
.ccc1_box .ccc1_inner::-webkit-scrollbar {
	width: 5px;
}
.ccc1_box .ccc1_inner::-webkit-scrollbar-track {
	background: #e5e5e5;
}
.ccc1_box .ccc1_inner::-webkit-scrollbar-thumb {
	background: #c30d23;
	border-radius: 20px;
}
.ccc1_box .ccc1_inner::-webkit-scrollbar-thumb:hover {
	background: #c30d23;
	border-radius: 20px;
}
.ccc1_box .ccc1_inner::-webkit-scrollbar-corner {
	background: #e5e5e5;
}
.ccc1_box .ccc1_inner_nav{
	position: relative;
	font-size: 16px;
	line-height: 20px;
	margin-left: 16px;
	padding-left: 18px;
	margin-bottom: 15px;
}
.ccc1_box .ccc1_inner_nav:last-child{
	margin-bottom: 0;
}
.ccc1_box .ccc1_inner_nav:after{
	position: absolute;
	left: 0;
	top: 8px;
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #afafaf;
}
.ccc1_box .ccc1_con{
	margin-top: 50px;
	background: #fff;
  	border-radius: 10px;
  	box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
	height: 440px;
}
.ccc1_box .ccc1_img{
	width: 100%;
	height: 318px;
}
.ccc1_box .ccc1_img .img{
	max-width: 90%;
	max-height: 90%;
}
.ccc1_box .ccc1_content{
	text-align: center;
	margin: 0 20px;
	border-top: 1px solid #e1e1e1;
	padding-top: 30px;
}
.ccc1_box .ccc1_content .ccc1_title{
	font-size: 24px;
	line-height: 24px;
}
.ccc1_box .ccc1_content .ccc1_subtitle{
	font-size: 16px;
	line-height: 20px;
	margin-top: 12px;
	color:#666666;
}
.swiper-2{
	padding-bottom: 50px;
}
.ccc2_box{
	width: 100%;
	background: #fafafa;
	padding-top: 96px;
	padding-bottom: 100px;
}
.ccc2_box .ccc2_nav{
	width: calc((100% - 120px) / 7);
	margin-right: 20px;
	margin-bottom: 20px;
	background: #fff;
	height: 108px;
    border: 1px solid rgb(229, 229, 229);
    border-radius: 10px;
    box-shadow: 0px 0px 13px 0px rgba(205, 205, 205, 0.2);
    box-sizing: border-box;
}
.ccc2_box .ccc2_nav:nth-child(7n){
	margin-right: 0;
}
.ccc2_box .ccc2_nav .ccc2_nav_img{
	max-width: 90%;
	max-height: 90%;
}
.ccc2_box .ccc2_inner{
	margin-top: 60px;
}
.ccc2_box .ccc2_btn{
	display: block;
	width: 186px;
	height: 56px;
	text-align: center;
	line-height: 56px;
	color:#fff;
	font-size: 18px;
	border-radius: 8px;
	margin: auto;
	margin-top: 55px;
	background: #c30d23;
}

/*响应式适配*/

@media screen and (max-width: 1861px) {
	
}
@media screen and (max-width: 1681px) {
	
}
@media screen and (max-width: 1450px) {
	.base_title{
		font-size: 30px;
		line-height: 30px;
	}
	.c2_box .c2_inner_nav{
		font-size: 16px;
		line-height: 24px;
	}
	.c2_box .c2_content_nav .c2_content_title{
		font-size: 20px;
		line-height: 28px;
	}
	.ccc1_box .ccc1_inner_nav {
	    font-size: 14px;
	    line-height: 18px;
	    margin-left: 10px;
	    padding-left: 10px;
	    margin-bottom: 10px;
	}
	.ccc1_box .ccc1_inner_nav:after {
	    top: 7px;
	    width: 3px;
	    height: 3px;
	}
	.ccc1_box .ccc1_content{
		padding-top: 20px;
	}
}
@media screen and (max-width: 1335px) {
	
}
@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 1100px) {

}
@media screen and (max-width: 1000px) {
	
}
@media screen and (max-width: 768px) {
	
}
@media screen and (max-width: 500px) {
	.c2_box {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.base_title {
	    font-size: 18px;
	    line-height: 18px;
	}
	.c2_box .c2_content {
	    padding-top: 20px;
	    display: block;
	}
	.c2_con > div{
		display: block;
	}
	.c2_box .c2_content_nav{
		display: block;
		width: 100%;
		margin-right: 0;
		padding: 10px;
		border-radius: 10px;
		margin-bottom: 10px;
	}
	.c2_box .c2_content_nav .c2_content_title {
	    font-size: 16px;
	    line-height: 20px;
	    margin-top: 10px;
	}
	.c2_box .c2_content_nav .c2_content_subtitle {
	    font-size: 14px;
	    line-height: 20px;
	}
	.page_number_con .page_number {
	    width: 30px;
	    height: 30px;
	    line-height: 30px;
	    font-size: 12px;
	}
	.page_number_con .page_number2{
		margin-right: 10px !important;
	}
	.ccc1_box {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.ccc1_box .ccc1_aa {
	    margin-top: 20px;
		display: block;
	}
	.ccc1_box .ccc1_inner{
		width: 100%;
		margin-bottom: 20px;
		height: auto;
	}
	.ccc1_box .ccc1_inner:last-child{
		margin-bottom: 0;
	}
	.ccc1_box .ccc1_img {
	    height: 150px;
	}
	.swiper-2 {
	    padding-bottom: 20px;
	}
	.ccc1_box .ccc1_con {
	    margin-top: 20px;
	    height: 260px;
	}
	.ccc1_box .ccc1_content .ccc1_title {
	    font-size: 16px;
	    line-height: 16px;
	}
	.ccc1_box .ccc1_content .ccc1_subtitle {
	    font-size: 12px;
	    line-height: 18px;
	}
	.cc1_box {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.swiper-1 {
	    margin-top: 20px;
	    padding-bottom: 20px;
	}
	.next_arrow, .prev_arrow {
	    width: 28px;
	    height: 28px;
	    margin-top: -14px;
	    top: 30%;
	}
	.next_arrow:after, .prev_arrow:after {
	    font-size: 12px;
	}
	.swiper-1 .swiper-slide .swi_title {
	    font-size: 16px;
	    line-height: 20px;
	    margin-top: 10px;
	}
	.swiper-1 .swiper-slide .swi_subtitle {
	    font-size: 12px;
	    line-height: 20px;
	}
	.swiper-pagination1 .swiper-pagination-bullet {
	    width: 6px !important;
	    height: 6px !important;
	    margin: 0 5px !important;
	}
	.ccc2_box {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.ccc2_box .ccc2_inner {
	    margin-top: 20px;
	}
	.ccc2_box .ccc2_nav {
	    width: calc((100% - 30px) / 4);
	    margin-right: 10px;
	    margin-bottom: 10px;
	    height: 60px;
	    border-radius: 5px;
	}
	.ccc2_box .ccc2_nav:nth-child(7n){
		margin-right: 10px;
	}
	.ccc2_box .ccc2_nav:nth-child(4n){
		margin-right: 0;
	}
}