@charset "utf-8";
.id_str{
	top: -122px;
}

.de_title{
	font-size: 24px;
	font-weight: bold;
}
.de_title .txt{
	padding-left: 5px;
}

.menu_box{
	margin-bottom: 70px;
}
.cpfw1_box{
	padding-bottom: 85px;
}
.cpfw1_box .cpfw1_con{
	margin-top: 60px;
	padding-bottom: 26px;
	border-bottom: 1px dashed #ebebeb;
	margin-bottom: 70px;
}
.cpfw1_box .cpfw1_con .left{
	font-size: 28px;
	font-weight: bold;
	line-height: 28px;
}
.cpfw1_box .cpfw1_con .cpfw1_menu{
	font-size: 16px;
	color:#888;
	line-height: 16px;
}
.cpfw1_box .cpfw1_con .cpfw1_menu .cpfw1_menu_nav{
	padding-right: 46px;
}
.cpfw1_box .cpfw1_con .cpfw1_menu .cpfw1_menu_nav:last-child{
	padding-right: 0;
}
.cpfw1_box .cpfw1_con .cpfw1_menu .cpfw1_menu_nav:hover{
	font-weight: bold;
	color:#1d4589;
}
.cpfw1_content{
	font-size: 16px;
	line-height: 30px;
	color:#888;
	padding-top: 26px;
}
.de2_box{
	background: url(../img/de2_bg.jpg) no-repeat center center;
	background-size: cover;
	padding-bottom: 120px;
	padding-top: 100px;
}
.de2_box .de2_nav{
	width: calc((100% - 40px) / 2);
	margin-top: 40px;
	margin-right: 40px;
	background: #fff;
	min-height: 343px;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 40px 24px 10px 24px;
}
.de2_box .de2_nav:nth-child(2n){
	margin-right: 0;
}
.de2_box .de2_nav .de2_nav_left{
	width: 70px;
}
.de2_box .de2_nav .de2_nav_right{
	width: calc(100% - 70px);
}
.de2_box .de2_nav .de2_nav_title{
	color:#1d4589;
	font-weight: bold;
	font-size: 24px;
	line-height: 30px;
}
.de2_box .de2_nav .de2_nav_inner{
	font-size: 16px;
	color:#888;
	line-height: 32px;
	padding-top: 15px;
}
.de3_box {
	padding-top: 100px;
	padding-bottom: 120px;
}
.de3_box .de3_nav{
	width: calc((100% - 40px) / 2);
	height: 260px;
}
.de3_box .de3_inner{
	border-bottom: 1px dashed #ebebeb;
	margin-bottom: 77px;
}
.de3_box .de3_nav .de3_nav_inner{
	width: 100%;
}
.de3_box .de3_nav .de3_nav_img{
	max-height: 145px;
}
.de3_box .de3_nav .de3_nav_img .img{
	max-width: 100%;
	max-height: 100%;
}
.de3_box .de3_nav .de3_nav_title{
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	padding-top: 10px;
}
.table_con{
	width: 100%;
}
table{
	width: 100%;
	border-width: 1px;
	border-color: #e8e8e8;
	border-collapse: collapse;
	width: 100%;
	word-wrap: break-word;
	word-break: break-all;
	margin-top: 40px;
}
table thead{
	font-size: 18px;
	background: #f6f6f6;
	height: 42px;
	text-align: center;
	color:#333;
}
table tbody{
	font-size: 16px;
	color:#888;
}
table tr{
	width: 100%;
}
table tbody td {
	border: 1px solid #e8e8e8;
	padding:10px 30px;
	min-height: 42px;
	min-width: 50px;
}
table thead td{
	min-width: 50px;
}

/*响应式适配*/

@media screen and (max-width: 1861px) {
	
}
@media screen and (max-width: 1681px) {
	
}
@media screen and (max-width: 1450px) {
	.de2_box .de2_nav{
		min-height: 300px;
	}
	.de2_box .de2_nav .de2_nav_title{
		font-size: 20px;
		line-height: 26px;
	}
	.de2_box .de2_nav .de2_nav_inner{
		font-size: 14px;
		line-height: 24px;
		padding-top: 10px;
	}
}
@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) {
	.id_str{
		top: -60px;
	}
	.menu_box{
		margin-bottom: 0;
	}
	.cpfw1_box .cpfw1_con{
		display: block;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.cpfw1_box .cpfw1_con .left{
		font-size: 18px;
		padding-bottom: 10px;
	}
	.cpfw1_box{
		padding-bottom: 30px;
	}
	.cpfw1_box .cpfw1_con .cpfw1_menu .cpfw1_menu_nav {
	    padding-right: 15px;
	}
	.cpfw1_box .cpfw1_con .cpfw1_menu .cpfw1_menu_nav:last-child{
		padding-right: 0;
	}
	.de_title {
	    font-size: 18px;
	}
	.de_title .icon{
		width: 30px;
	}
	.cpfw1_content {
	    font-size: 14px;
	    line-height: 24px;
	    padding-top: 16px;
	}
	.de2_box {
	    padding-bottom: 30px;
	    padding-top: 20px;
	}
	.de2_box .de2_inner{
		display: block;
	}
	.de2_box .de2_nav {
	    width: 100%;
	    min-height: auto;
	    padding: 20px;
	    margin-top: 10px;
	}
	.de2_box .de2_nav .de2_nav_left {
	    width: 50px;
	}
	.de2_box .de2_nav .de2_nav_left .img{
	    width: 30px;
	}
	.de2_box .de2_nav .de2_nav_right {
	    width: calc(100% - 50px);
	}
	.de2_box .de2_nav .de2_nav_title {
	    font-size: 16px;
	    line-height: 24px;
	}
	.de3_box {
	    padding-top: 20px;
	    padding-bottom: 30px;
	}
	.de3_box .de3_nav .de3_nav_inner{
		padding-top: 30px;
	}
	.de3_box .de3_nav {
	    width: 100%;
	    height: auto;
	    margin-bottom: 30px;
	}
	.de3_box .de3_nav .de3_nav_img {
	    max-height: auto;
	}
	.de3_box .de3_inner {
	    margin-bottom: 30px;
	    display: block;
	}
	table{
		margin-top: 20px;
	}
	table tbody td {
	    padding: 10px 10px;
	}
	table thead {
	    font-size: 14px;
	}
	table tbody {
	    font-size: 12px;
	}
}
@media screen and (max-width: 414px) {
	
}