@charset "utf-8";
.cd1_box .cd1_title{
	padding-top: 100px;
	padding-bottom: 80px;
}
.cd1_box .cd1_title .img{
	width: 80px;
}
.cd1_box .cd1_title .txt{
	position: relative;
	left: -55px;
	z-index: 10;
	font-size: 30px;
	line-height: 36px;
	font-weight: bold;
}
.cd1_box .cd1_content{
	padding-bottom: 120px;
	font-size: 18px;
	line-height: 36px;
	color: #666666;
	text-align: justify;
}
.cd1_box .cd1_content .txt{
	margin-top: 12px;
}
.cd1_box .cd1_content img{
	width: 100%;
}
.cd1_box .cd1_content .con{
	width: 87%;
}
.cd1_11{
	margin-top: 96px;
}
.cd1_111{
	margin-top: 138px;
}
.cd1_2{
	margin-top: 80px;
}
.cd1_2 .cd1_2_l{
	width: 40%;
}
.cd1_2 .cd1_2_r{
	width: 60%;
}
.cd1_2 .txt_title{
	color:#333;
	font-weight: bold;
}
.cd1_3{
	margin-top: 140px;
}
.cd1_33{
	margin-top: 100px;
}
.cd1_333{
	margin-top: 90px;
}
.cd1_3 .title{
	line-height: 80px;
	text-align: right;
	font-size: 48px;
	margin-bottom: 88px;
}
.cd1_3 .img{
	border-radius: 20px;
}
.cd1_4{
	margin-top: 68px;
}
.cd1_4 .cd1_4_video{
	width: 100%;
	position: relative;
	border-radius: 20px;
}
.cd1_4 .cd1_4_video .video{
	border-radius: 20px;
	width: 100%;
}
.cd1_4 .cd1_4_video .video_icon{
	width: 101px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 100;
	cursor: pointer;
}





.cd1_5{
	margin-top: 106px;
}
.cd1_5 .cd1_5_img{
	width: calc((100% - 56px) / 3);
}
.cd1_5 .cd1_5_img .img{
	width: 100%;
}

.cd1_box .cd1_inner{
	background: #f0f0f0;
	padding-bottom: 120px;
}
.cd1_box .cd1_inner .cd1_inner_title{
	font-size: 30px;
	padding-top: 68px;
	line-height: 30px;
	padding-bottom: 72px;
}
.cd1_box .cd1_inner .cd1_inner_nav{
	width: calc((100% - 52px) / 3);
	margin-right: 26px;
	margin-bottom: 26px;
}
.cd1_box .cd1_inner .cd1_inner_nav .cd1_inner_sub{
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	margin-top: 16px;
}
.cd1_box .cd1_inner .cd1_inner_nav:hover .cd1_inner_sub{
	text-decoration: underline;
}
.cd1_box .cd1_inner .cd1_inner_nav:nth-child(3n){
	margin-right: 0;
}
.cd1_box .cd1_inner .cd1_inner_nav .cd1_inner_img{
	overflow: hidden;
}
.cd1_box .cd1_inner .cd1_inner_nav .img{
	width: 100%;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.cd1_box .cd1_inner .cd1_inner_nav:hover .img{
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
/*响应式适配*/

@media screen and (max-width: 1861px) {
	
}
@media screen and (max-width: 1681px) {
	
}
@media screen and (max-width: 1450px) {
	
}
@media screen and (max-width: 1335px) {
	
}
@media screen and (max-width: 1200px) {
	
}
@media screen and (max-width: 1100px) {
	
}
@media screen and (max-width: 1000px) {
	.cd1_2 .cd1_2_l{
		width: 50%;
	}
	.cd1_2 .cd1_2_r{
		width: 50%;
	}
}
@media screen and (max-width: 768px) {
	.cd1_box .cd1_title {
	    padding-top: 20px;
	    padding-bottom: 20px;
		padding-left: 15px;
	}
	.cd1_box .cd1_title .img {
	    width: 50px;
	}
	.cd1_box .cd1_title .txt {
	    left: -30px;
	    font-size: 20px;
	    line-height: 26px;
	}
	.cd1_box .cd1_inner .cd1_inner_title {
	    font-size: 16px;
	    padding-top: 20px;
	    line-height: 20px;
	    padding-bottom: 16px;
	}
	.cd1_box .cd1_inner .cd1_inner_nav {
	    width: calc((100% - 10px) / 2);
	    margin-right: 10px;
	    margin-bottom: 10px;
	}
	.cd1_box .cd1_inner .cd1_inner_nav:nth-child(3n) {
	    margin-right: 10px;
	}
	.cd1_box .cd1_inner .cd1_inner_nav:nth-child(2n) {
	    margin-right: 0;
	}
	.cd1_box .cd1_inner .cd1_inner_nav .cd1_inner_sub {
	    font-size: 14px;
	    line-height: 20px;
	    margin-top: 6px;
	}
	.cd1_box .cd1_inner {
	    padding-bottom: 20px;
	}
	.cd1_2 .body_con{
		display: block;
	}
	.cd1_2 .cd1_2_l{
		width: 100%;
	}
	.cd1_2 .cd1_2_r{
		width: 100%;
		margin-top: 10px;
	}
	.cd1_2{
		margin-top: 10px;
	}
	.cd1_box .cd1_content {
	    padding-bottom: 30px;
	    font-size: 14px;
	    line-height: 20px;
	}
	.cd1_box .cd1_content .txt {
	    margin-top: 5px;
	}
	.cd1_3,.cd1_4,.cd1_11,.cd1_111,.cd1_5{
		margin-top: 20px;
	}
	.cd1_4 .cd1_4_video .video_icon{
		width: 30px;
	}
	.cd1_3 .title {
	    line-height: 30px;
	    font-size: 20px;
	    margin-bottom: 12px;
	}
	.cd1_3 .img{
		border-radius: 10px;
	}
	.cd1_4 .cd1_4_video,.cd1_4 .cd1_4_video .video{
		border-radius: 10px;
	}
	.cd1_5 .cd1_5_img {
	    width: calc((100% - 20px) / 3);
	}
}
@media screen and (max-width: 414px) {

}