html body{
	margin: 0;
	background-color: #f1f1f1;
}
.detail_list{
	width: 1200px;
	margin: 30px auto 0;
	min-height: 300px;
	display: flex;
}
.left_box{
	max-width: 300px;
	min-width: 300px;
	min-height: 300px;
	height: 100%;
	/*padding-bottom: 70px;*/
	/*background-color: #aaa;*/
}
.right_box{
	width: 100%;
	min-height: 300px;
	height: 100%;
	margin-left: 60px;
	/*background-color: #bbb;*/
}
.left_box_1{
	height: 130px;
	width: 100%;
	background-color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-content: stretch;
}
.left_box_1 a{
	text-decoration: none;
	display: block;
	width: 100%;
	line-height: 43.33px;
	padding-left: 19px;
}
.left_box_1 a p{
	margin: 0;
	font-size: 15px;
}
.select_vl{
	text-indent: 10px;
	position: relative;
	background-color: #025cca;
	color: #ffffff;
}
.sel_list{
	color: #999999;
}
.select_vl::after{
	content: "";
	position: absolute;
	left: 22px;
	height: 20px;
	width: 4px;
	background-color: #fff;
	top: 50%;
	transform: translateY(-50%);
}
.left_box_1 .active{
	color: #ffffff;
	background-color: #2283f6;
}
.hot_news{
	width: 100%;
	min-height: 150px;
	border-radius: 8px;
	box-shadow: 0 0 8px rgba(0,0,0,0.05);
	padding-bottom: 10px;
	background-color: #fff;
	/*margin-top: 57px;*/
}
.hot_title_text{
	display: block;
	height: 40px;
	width: 100%;
	line-height: 40px;
	margin: 0;
	font-size: 15px;
	text-indent: 19px;
	position: relative;
	text-indent: 20px;
}
.hot_title_text::before{
	left: 10px;
	content: "";
	position: absolute;
	height: 20px;
	top: 10px;
	width: 4px;
	background-color: #2283f6;
}
.news_name{
	/*display: flex;*/
	height: 30px;
	/*margin-left: 19px;*/
	margin-right: 19px;
	line-height: 30px;
	text-decoration: none;
	color: #999999;
	font-size: 13px;
	box-sizing: border-box;
	border-width: 1px;
	border-color: #E2E2E2;
	border-style: none;
	align-items: center;
}
.contact_us{
	position: relative;
	margin-top: 40px;
	width: 100%;
	min-height: 216px;
	background-color: #fff;
	border-radius: 8px;
	box-shadow: 0 0 8px rgba(0,0,0,0.05);
	overflow: hidden;
}
.contact_us::after{
	top: 0;
	content: "";
	position: absolute;
	width: 100%;
	height: 10px;
	background-color: #2283f6;
}
.contact_us_title_text{
	margin:30px 30px 24px;
	font-size: 15px; 
}
.contact_us_title_text::before{
	position: absolute;
	content: "";
	left: 19px;
	height: 20px;
	width: 4px;
	background-color: #2283f6;
}
.contact_us .dz{
    font-size: 14px;
    color: #666666;
    margin-left: 19px;
    margin-bottom: 25px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.news_detail_box{
	text-decoration: none;
	color: #333333;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	min-height: 170px;
	border-radius: 8px;
	box-shadow: 0 0 8px rgba(0,0,0,0.05);
	background-color: #fff;
	padding: 15px ;
	margin-bottom: 20px;
}
.img_box{
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	overflow: hidden;
	font-size: 0;
	position: relative;
	/*height: 100%;*/
}
.bottom_title_name{
	display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin: 0;
	z-index: 100;
	font-size: 15px;
	color: #ffffff;
	line-height: 38px;
	text-indent: 15px;
	height: 38px;
	width: 100%;
	position: absolute;
	background-color: rgba(0,0,0,0.4);
	bottom: 0px;
}
.img_box img{
	width: 100%;
}
.hot_news ul{
	padding-left: 30px;
	margin-bottom: 0;
}
.hot_news li{
	content:".";  
	color: #2283f6;
	height: 30px;
}
.look_more{
	float: right;
	border-radius: 4px;
	display: block;
	text-decoration: none;
	line-height: 24px;
	width: 70px;
	background-color: #025cca;
	color: #ffffff;
	text-align: center;
	height: 24px;
}
.icon_list{
	height: 130px;
	width: 100%;
	display: flex;
	/*background-color: #aaa;*/
	justify-content: space-between;
}
.icon_detail{
	width: 100%;
	height: 100%;
	max-width: 180px;
	/*background-color: #bbb;*/
	display: flex;
	flex-wrap: wrap;
}
.img_boxs{
	width: 100%;
	display: flex;
	justify-content: center;
}
.img_boxs img{
	height: 100%;
}
.title_text{
	width: 100%;
	margin: 0px;
	text-align: center;
	font-size: 14px;
	color: #333333;
}
.detail_text{
	width: 100%;
	text-align: center;
	font-size: 13px;
	color: #666666;
}
.message{
	margin-top: 30px;
	width: 100%;
	min-height: 100px;
	/*background-color: #aaa;*/
}
.message_title{
	height: 30px;
	width: 100%;
	/*background-color: #bbb;*/
	position: relative;
}
.message_title::before{
	content: "";
	position: absolute;
	height: 100%;
	width: 4px;
	background-color: #2283f6;
}
.message_title p{
	margin: 0;
	line-height: 30px;
	text-indent: 10px;
	font-size: 15px;
	color: #333333;
}
.form_table{
	margin-top: 30px;
	width: 100%;
	/*height: 100%;*/
	/*background-color: #aaa;*/
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.form_table input{
	font-size: 15px;
	text-indent: 10px;
	border-style: solid;
	border-color: #cccccc;
	border-width: 1px;
	outline: none;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
.form_table .divd{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.def_input{
	width: 48%;
	height: 36px;
}
.msg_data{
	padding: 5px 10px 5px;
	/*text-indent: 10px;*/
	border-style: solid;
	border-color: #cccccc;
	resize:none;
	font-size: 15px;
	line-height: 20px;
    font-family:"微软雅黑";
	outline: none;
	margin-top: 40px;
	width: 100%;
	height: 130px;
}
.up_data{
	margin-top: 30px;
	width: 100%;
	display: flex;
	justify-content: flex-end;
}
.send_msg{
	display: block;
	height: 36px;
	width: 150px;
	border-style: none;
	background-color: #2283f6;
	color: #ffffff;
	font-size: 15px;
}
.baidu_map_api{
	margin-top: 35px;
	width: 100%;
	height: 416px;
	background-color: #aaa;
}
h1, h2, h3 {
    margin: 0;
    font-size: 100%;
    font-weight: normal;
    /* display: block; */
    /* font-size: 1.5em; */
    margin-block-start: 0;
    margin-block-end: 0;
    margin-inline-start: 0;
    margin-inline-end: 0;
    /* font-weight: bold; */
}
h3{
	    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    margin: 0;
}