p {
	margin: 0;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

input {
	border: 0;
	outline: none;
	background: none;
}

body {
	background: #f2f9ff;
}

.mn_lt0 {
	margin-left: 0 !important;
}

.mt_15 {
	margin-top: 15px;
}

.mt_20 {
	margin-top: 20px;
}

.text_i2 {
	text-indent: 2em;
}

.text_i3 {
	text-indent: 3.5em;
}


.clear::after {
	content: '';
	clear: both;
	display: block;
}

.content {
	position: relative;
	min-width: 1320px;
}

.banner_bg {
	height: 480px;
	background: url("../img/bg2.png") no-repeat center;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
	z-index: -1;
	width: 100%;
	border-bottom: 3px solid #194a7d;
}

.home_con .banner_bg {
	height: 540px;
	background: url("../img/bg1.png") no-repeat center;
	background-size: cover;
}

.greeting {
	color: #ffffff;
	font-size: 14px;
	line-height: 30px;
	padding: 20px 0;
}

.header {
	margin: 0 auto;
	width: 1320px;
	height: 480px;
}

.home_con .header {
	height: 540px;
}

.header_top {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}

.logo img {
	height: 70px;
	width: auto;
}

.contact {
	color: #ffffff;
	font-size: 26px;
	font-weight: bold;
	text-shadow: 1px 1px 1px rgba(0, 0, 0, .3);
	display: flex;
	align-items: center;
	height: 64px;

}

.contact img {
	width: 33px;
	height: 28px;
	margin-right: 15px;
}

.header_search_input {
	display: flex;
	align-items: center;
	background: #ffffff;
	width: 380px;
	height: 45px;
	border-radius: 4px;
	padding-left: 20px;
	float: right;
}

.header_search_input img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.header_search_input input {
	font-size: 14px;
	width: 250px;
}

.search_btn {
	width: calc(100% - 280px);
	background: #194a7d;
	border-radius: 4px;
	height: 45px;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #ffffff;
	font-size: 16px;
}

.header_nav {
	background: #ffffff;
	margin-top: 160px;
}

.logo_act {
	display: none;
}

.home_con .header_nav {
	margin-top: 210px;

}

.header_nav_home {
	width: 130px;
	background: #194a7d;
	height: 80px;
	margin-right: 45px;
	float: left;
}

.header_nav_home a {
	color: #ffffff;
	font-size: 16px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;

}

.header_nav_home img {
	width: 20px;
	height: 20px;
	margin-right: 10px;
}

.header_nav ul {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 175px);
	float: left;
}

.header_nav li a {
	color: #222222;
	font-size: 16px;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 80px;
}

.header_nav li {
	width: 120px;
	position: relative;

}

.header_nav li.act a,
.header_nav li:hover a {
	color: #194a7d;
}

.header_nav li.act::after,
.header_nav li:hover::after {
	content: '';
	width: 63px;
	height: 3px;
	background: #194a7d;
	position: absolute;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
}

.home_container {
	width: 1320px;
	margin: 0 auto;
	padding: 40px 0 20px;
}

.news_slider {
	float: left;
	width: calc(50% - 10px);
}

.news_slider li {
	position: relative;
}

.news_slider li p {
	position: absolute;
	left: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .5);
	line-height: 28px;
	padding: 16px 25px;
	width: 100%;
	color: #ffffff;
	font-size: 16px;
}

.news_slider .am-slider-default .am-control-nav {
	text-align: right;
	bottom: 20px;
	padding-right: 14px;
}

.news_slider .am-slider-default .am-control-nav li a {
	width: 10px;
	height: 10px;
	background: rgba(0, 0, 0, 0);
	border: 1px solid #ffffff;
}

.news_slider .am-slider-default .am-control-nav li a.am-active {
	background: #ffffff;
}

.news_container {
	padding: 10px 30px 20px;
	float: left;
	width: calc(50% - 10px);
	background: #ffffff;
	margin-left: 20px;
	margin-bottom: 20px;
}

.news_container_hd {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #dedede;
	align-items: center;
	margin-bottom: 20px;
}

.news_container_tit {
	position: relative;
	color: #194a7d;
	font-size: 24px;
	height: 62px;
	display: flex;
	align-items: center;

}

.news_container_tit::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: -3px;
	background: #194a7d;
	height: 3px;
	width: 100%;
}

.news_more a {
	display: flex;
	align-items: center;

	font-size: 14px;
}

.news_more a span {
	font-size: 14px;
	color: #666666;
}

.news_more img {
	width: 36px;
	height: 36px;
	margin-left: 15px;
}

.news_container li a {
	display: flex;
	height: 40px;
	align-items: center;
}

.news_container i {
	width: 7px;
	height: 7px;
	background: #a5aeb7;
	border-radius: 50%;
	margin-right: 15px;
}

.news_container li p {
	color: #333333;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: calc(100% - 142px);
}

.news_container span {
	color: #999999;
	font-size: 16px;
	width: 120px;
	text-align: right;
}

.about_container {
	background: #fff;
	float: left;
	padding: 10px 30px 20px;
	display: flex;
	margin-bottom: 20px;
	flex-wrap: wrap;
}

.about_container_img {
	width: 610px;

}

.about_container_img img {
	width: 570px;
	height: auto;
	margin-top: 20px;
	margin-bottom: 10px;

}

.about_container_con {
	width: calc(100% - 610px);
	color: #333333;
	font-size: 16px;
	line-height: 32px;
}

.news_container.container_other {
	width: calc((100% - 40px) / 3);
}

.news_container.container_other li p {
	width: calc(100% - 22px);
}

.footer {
	background: url("../img/footer_ico1.png") no-repeat center;
	background-size: cover;
	height: 311px;
}

.footer_con {
	width: 1320px;
	margin: 0 auto;
}

.footer_con_hd {
	color: #ffffff;
	font-size: 14px;
	padding: 30px 0 20px;
	border-bottom: 1px solid #274b70;
	line-height: 30px;


}

.footer_con_hd a {
	color: #afbecf;
	margin-right: 20px;
}

.footer_con_bm {
	padding-top: 34px;
	display: flex;
	flex-wrap: wrap;
}

.copyright {
	width: 470px;
}

.copyright_logo img {
	width: 184px;
	height: 60px;
	margin-bottom: 30px;
}

.copyright p {
	color: #afbecf;
	font-size: 14px;
	line-height: 30px;
}

.footer_con_p {
	display: flex;
	justify-content: space-between;
	width: calc(100% - 470px);
}

.footer_con_txt {
	color: #afbecf;
	font-size: 14px;
	line-height: 31px;
	width: 356px;
}

.footer_con_tit {
	color: #ffffff;
	font-size: 18px;
	line-height: 33px;
	padding-bottom: 20px;
}

.second_nav {
	background: #ffffff;

}

.second_nav_con {
	width: 1320px;
	margin: 0 auto;
	color: #333333;
	font-size: 14px;
	line-height: 40px;
	padding: 10px 0;
	display: flex;
	justify-content: space-between;
}

.second_nav_lt a {
	color: #333333;
}

.second_nav_lt a.navact {
	color: #194a7d;
}

.contact_con {
	background: #fff;
	margin: 30px auto 50px;
	width: 1320px;
	padding: 45px 40px 70px;
	display: flex;
	flex-wrap: wrap;
}

.contact_con_rt img {
	width: 760px;
	height: auto;
}

.contact_con_lt {
	width: calc(100% - 760px);
}

.contact_con_tit {
	color: #222222;
	font-size: 24px;
	font-weight: bold;
	line-height: 34px;
	padding: 20px 0;
}

.contact_con_txt {
	display: flex;
	color: #333333;
	font-size: 16px;
	line-height: 30px;
	padding: 16px 0;
}

.contact_con_txt img {
	width: 24px;
	height: 24px;
	margin-right: 16px;
	margin-top: 3px;
}

.contact_con_txt p {
	width: calc(100% - 40px);
}

.policy_item_ico {
	display: flex;
}

.policy_content {
	margin: 40px 0 20px;
}

.case_content {
	margin: 0 0 20px;
}

.policy_list {
	width: 1320px;
	margin: 0 auto;
}

.policy_list li {
	background: #ffffff;
	margin-bottom: 10px;
}

.policy_list li a {
	display: flex;
	padding: 20px 0;

}

.policy_item_ico {
	padding: 0 45px;
	display: flex;
	align-items: center;
}

.policy_item_ico img {
	width: 31px;
	height: 10px;
}

.policy_list li :hover img {
	display: none;
}

.policy_list li :hover img.icoact {
	display: block;
}

.policy_list li :hover .policy_item_tit {
	color: #194a7d;
}

.policy_item_ico .icoact {
	display: none;
}

.policy_item_time {
	color: #999999;
	font-size: 16px;
	width: 140px;
	text-align: center;
	line-height: 28px;
}

.time_day {
	color: #333333;
	font-size: 30px;
	line-height: 35px;
}

.policy_item_con {
	color: #999999;
	font-size: 14px;
	width: calc(100% - 260px);
	padding: 0 20px 0 40px;
	border-left: 1px solid #dedede;
	line-height: 28px;
}

.policy_item_con p {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.policy_item_con p span {
	margin-right: 26px;
}

.policy_item_tit {
	color: #222222;
	font-size: 18px;
	line-height: 35px;
}

.pagelist {
	padding: 40px 0;
}

.pagelist ul {
	display: flex;
	justify-content: center;
}

.page li {

	margin-left: 4px;

}

.page li:first {
	margin-left: 0;
}

.page li span,
.page li a {
	display: block;
	border: 1px solid #fff;
	width: 45px;
	height: 45px;
	line-height: 43px;
	text-align: center;
	border-radius: 2px;
	font-size: 16px;
	color: #666666;
	background: #ffffff;
}

.page li a[disabled] {
	background: #dddddd;
	border-color: #dddddd;
}

.page li a img {
	height: 12px;
	width: auto;
	display: block;
	margin: 16px auto;
}

.article_details {
	background: #ffffff;
	width: 1320px;
	margin: 30px auto 40px;
	padding: 35px 40px 44px;
}

.article_hd {
	border-bottom: 1px solid #dedede;
	padding-bottom: 25px;
}

.article_hd_tit {
	color: #222222;
	font-size: 24px;
	font-weight: bold;
	line-height: 32px;
	padding: 10px 0;
}

.article_hd_date {
	color: #333333;
	font-size: 16px;
	line-height: 44px;
}

.article_hd_date span {
	margin-right: 46px;
}

.article_con {
	line-height: 36px;
	color: #333333;
	font-size: 16px;
	padding: 30px 0 70px;
}

.article_con_tit {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	line-height: 33px;
	margin-bottom: 24px;

}

.download_con {
	padding: 6px 0 25px;
	border-top: 1px solid #dedede;
	position: relative;
}

.download_con:before {
	content: '';
	position: absolute;
	width: 70px;
	height: 3px;
	background: #194a7d;
	left: 0;
	top: -1px;
}

.download_tit {
	color: #194a7d;
	font-size: 16px;
	font-weight: bold;
	line-height: 34px;
	padding: 10px 0;
}

.download_txt {
	line-height: 36px;
}

.download_txt a {
	display: flex;
	align-items: center;
	color: #333333;
	font-size: 16px;
}

.download_txt i {
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background: #194a7d;
	display: block;
	margin-right: 15px;
}

.article_next {
	padding-top: 32px;
	border-top: 1px solid #dedede;
}

.article_next a {
	color: #333333;
	font-size: 16px;
	line-height: 38px;
	display: block;
}

.second_nav_rt a {
	color: #333333;
	font-size: 16px;
	padding: 0 25px;
	line-height: 36px;
	display: block;
	float: left;
	margin-left: 10px;
	border-radius: 18px;
	margin-top: 2px;
}

.second_nav_rt a.act {
	background: #194a7d;
	color: #fff;
}

.download_container {
	width: 1320px;
	margin: 20px auto;
}

.download_list li {
	background: #ffffff;
	width: calc(50% - 10px);
	float: left;
	margin: 10px 0 10px 20px;
	display: flex;
	padding: 22px 0 23px 30px;
	align-items: center;

}

.download_list li:nth-child(2n-1) {
	margin-left: 0;
}

.download_item_btn {
	width: 130px;
	border-left: 1px solid #dedede;
	height: 80px;
}

.download_item_btn a {
	width: 130px;
	color: #333333;
	line-height: 42px;
	font-size: 16px;
	padding-top: 10px;
	display: block;
	text-align: center;
}

.download_item_btn img {
	display: block;
	margin: 0 auto 3px;
	width: 20px;
	height: 24px;
}

.download_item_con {
	width: calc(100% - 130px);
	line-height: 33px;
}

.filename {
	min-height: 70px;
	background: url('../img/item_ico3.png') no-repeat left 12px;
	background-size: 7px 8px;
	padding-left: 20px;
}

.date_size {
	color: #666666;
	font-size: 14px;
	line-height: 25px;
}

.date_size span {
	margin: 0 10px;
}

.paragraph {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	line-height: 42px;
}

.details_tit {
	background: url('../img/about_ico9.png') no-repeat bottom center;
	line-height: 70px;
	text-align: center;
	font-size: 30px;
	color: #333333;
	background-size: 60px 4px;
}

.about_details {

	width: 100%;
	background: #fafafa;
	padding-top: 50px;
}

.about_details_con {
	display: flex;
	padding: 43px 0 35px;
	width: 1320px;
	margin: 0 auto;

}

.about_details_p {
	width: calc(100% - 600px);
	padding-right: 46px;
	color: #333333;
	font-size: 16px;
	line-height: 32px;
}

.about_details_img {
	width: 600px;
	padding-top: 8px;
}

.img_container1 {
	width: 600px;
	height: auto;
	margin-bottom: 17px;
}

.img_container1 img {
	width: 100%;
	height: auto;
}

.img_container2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.img_container2 img {
	width: 290px;
	height: auto;
}

.service_promise {
	position: relative;
	min-height: 600px;
}

.service_promise_bg {
	width: 100%;
	height: 600px;
	position: absolute;
	left: 0;
	top: 0;
	background: url('../img/about_ico14.png') no-repeat center;
	background-size: cover;
	z-index: -1;
}

.service_promise_con {
	width: 1320px;
	margin: 0 auto;
	padding-top: 460px;
	display: flex;
}

.service_promise_lt {
	background: url('../img/about_ico1.png') #194a7d no-repeat bottom;
	background-size: 100% auto;
	width: 320px;
	min-height: 380px;
	color: rgba(255, 255, 255, .3);
	font-size: 23px;
	line-height: 44px;
	padding: 46px 36px;
}

.service_promise_tit {
	color: #ffffff;
	font-size: 36px;
	font-weight: bold;
	line-height: 66px;
}

.service_promise_rt {
	width: calc(100% - 320px);
	background: #ffffff;
	color: #333333;
	font-size: 16px;
	line-height: 40px;
	padding: 65px 50px;
}

.honor_details {
	margin-top: 70px;
	padding-bottom: 40px;
}

.honor_slider {
	width: 1320px;
	margin: 50px auto;
}

.picture_list {
	background: #fafafa;
}

.picture_slider {
	width: 1320px;
	margin: 0 auto;
	padding: 50px 0 80px;
}

.picture_slider .am-slider-default {
	margin-bottom: 0;
}

.honor_slider .am-slider-default,
.picture_slider .am-slider-default {
	background: rgba(0, 0, 0, 0);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0);
}

.honor_slider .am-slider-default .am-slides>li {
	background: #ffffff;
}


.honor_slider_img {
	padding: 20px 20px 26px;
}

.picture_slider_img {
	/* padding: 20px 20px 26px; */
}

.honor_slider p {
	color: #333333;
	font-size: 16px;
	border-top: 1px solid #eeeeee;
	text-align: center;
	line-height: 54px;
	padding-bottom: 10px;
}

.honor_slider .am-slider-default .am-direction-nav .am-next,
.picture_slider .am-slider-default .am-direction-nav .am-next {
	background: url('../img/about_ico7.png') no-repeat;
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
	opacity: 1;
	right: -90px;
}

.honor_slider .am-slider-default .am-direction-nav a.am-next:before,
.honor_slider .am-slider-default .am-direction-nav a:before,
.picture_slider .am-slider-default .am-direction-nav a.am-next:before,
.picture_slider .am-slider-default .am-direction-nav a:before {
	content: '';
}

.honor_slider .am-slider-default .am-direction-nav .am-prev,
.picture_slider .am-slider-default .am-direction-nav .am-prev {
	background: url('../img/about_ico8.png') no-repeat;
	background-size: 100% 100%;
	width: 50px;
	height: 50px;
	opacity: 1;
	left: -90px;
}

.about_structure {
	background: #ffffff;
	padding: 70px 0 60px;
}

.about_structure_con {
	width: 1320px;
	margin: 0 auto;
}

.about_structure_img img {
	width: 100%;
	height: auto;
}

.preview_popup {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	display: none;
	z-index: 999;
}

.preview_popup_mask {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, .5);
}

.preview_popup_con {
	background: #ffffff;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 900px;
	transform: translate(-50%, -50%);
	padding: 75px 50px 0;
	border-radius: 10px;
}

.preview_popup_cancel {
	position: absolute;
	right: 0;
	top: 0;
	padding: 20px;
}

.preview_popup_cancel img {
	width: 19px;
	height: 20px;
}

.preview_popup_img {
	width: 800px;
	height: auto;
	max-height: calc(100vh - 255px);
	text-align: center;
}
.preview_popup_img img{
	max-width: 100%;
	max-height: calc(100vh - 255px);
}

.preview_popup_con p {
	color: #333333;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	line-height: 30px;
	padding: 25px 0;
	margin-top: 40px;
}

.nav_ico {
	display: none;
	padding: 15px;
	position: absolute;
	right: 0;
	top: 0;

}

.nav_ico img {
	width: 28px;
	height: 20px;
	display: block;
}

.mobile_nav {
	display: none;
}

.time_filtrate {
	color: #333333;
	font-size: 16px;
	display: flex;
	width: 1320px;
	margin: 0 auto;
	margin-bottom: 30px;
	line-height: 40px;
	margin-top: -10px;
}

.time_filtrate ul {
	display: flex;
	flex-wrap: wrap;
	margin-left: 10px;
}

.time_filtrate li {

	padding: 0 20px;
	border-radius: 4px;
	background: #ffffff;
	margin-right: 20px;
}

.time_filtrate li.act {
	background: #194a7d;
	color: #ffffff;
}

.case_list {
	width: 1320px;
	margin: 0 auto;
	padding-top: 10px;
}

.case_list li {
	margin-top: 20px;
	background: #fff;
}

.case_list li a {
	display: flex;
	color: #666666;
	font-size: 16px;
	line-height: 28px;
}

.case_item_lt {
	width: 420px;
}

.case_item_lt img {
	width: 100%;
	height: auto;
}


.case_item_rt {
	width: calc(100% - 420px);
	padding: 14px 50px 56px;
}

.case_item_ico img {
	display: block;
	width: 31px;
	height: auto;
	margin-top: 38px;
}

.case_list li a:hover .case_item_ico img {
	display: none;
}

.case_item_ico img:last-child {
	display: none;
}

.case_list li a:hover .case_item_ico img:last-child {
	display: block;
}

.case_item_txt {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;

}

.case_list li a:hover .case_item_tit {
	color: #194a7d;
}

.case_item_tit {
	color: #222222;
	font-size: 24px;
	line-height: 80px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

@media screen and (max-width: 1500px) {
	.honor_slider .am-slider-default .am-direction-nav .am-next {
		right: calc(50% - 70px);
		top: calc(100% + 40px);
	}

	.picture_slider .am-slider-default .am-direction-nav .am-next {
		right: calc(50% - 70px);
		top: calc(100% + 30px);
	}

	.honor_slider .am-slider-default .am-direction-nav .am-prev {
		left: calc(50% - 70px);
		top: calc(100% + 40px);
	}

	.picture_slider .am-slider-default .am-direction-nav .am-prev {
		left: calc(50% - 70px);
		top: calc(100% + 30px);
	}

}

@media screen and (max-width: 767px) {
	.content {
		min-width: 0;
	}

	.header {
		width: 100%;
		height: 210px;
	}

	.banner_bg {
		height: 210px;
		border: 0;
	}

	.home_con .banner_bg {
		height: 225px;
		border: 0;
	}

	.home_con .header {
		width: 100%;
		height: 225px;
	}

	.home_container {
		width: 100%;
		padding: 0;
	}

	.home_container .news_container:last-child {
		margin-bottom: 0;
	}

	.footer {
		height: auto;
	}

	.footer_con {
		width: 100%;
	}

	.about_container {
		padding: 0 15px;

	}

	.about_container_con {
		color: #222222;
		font-size: 15px;
		width: 100%;
		line-height: 26px;


	}

	.about_container_con>p {
		padding: 10px 0;
	}

	.about_container_img img {
		width: 100%;
		margin-top: 15px;
		margin-bottom: 0;
	}



	.news_container.container_other,
	.news_container {
		width: 100%;
		margin-left: 0;
		padding: 0 15px 15px;
		margin-bottom: 10px;
	}

	.news_container_hd {
		padding-top: 3px;
		margin-bottom: 3px;
	}

	.news_container_tit {
		font-size: 17px;
		font-weight: bold;

		height: 37px;
	}

	.news_container_tit::after {
		transform: scaleY(0.5);
		bottom: calc(-5px / 2);
	}

	.news_more img {
		width: 20px;
		height: 20px;
		margin-left: 10px;
	}

	.news_more a span {
		font-size: 12px;
	}

	.news_container li a {
		border-bottom: 1px dashed #cccccc;
	}

	.news_container li p {
		font-size: 15px;
		color: #222222;
		width: 100%;
	}



	.about_container_img {
		width: 100%;
	}



	.news_slider {
		width: 100%;
		background: #ffffff;
		padding: 15px 15px 0;


	}

	.news_slider .am-slider-default {
		margin-bottom: 0;
	}

	.news_slider li p {
		font-size: 13px;
		line-height: 36px;
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
		padding: 0 55px 0 15px;
	}

	.news_slider .am-slider-default .am-control-nav li a {
		width: 8px;
		height: 8px;
	}

	.am-slider-default .am-control-nav li {
		margin: 0 3px;
	}

	.news_slider .am-slider-default .am-control-nav {
		bottom: 12px;
		padding-right: 5px;
	}

	.copyright {
		width: 100%;
	}

	.footer_con_p {
		width: 100%;
		flex-wrap: wrap;
		padding-bottom: 26px;
	}

	.policy_content {
		margin: 0;
	}

	.policy_list {
		width: 100%;
		padding: 0 15px 15px;
		background: #ffffff;

	}

	.policy_list li {
		border-bottom: 1px solid #eeeeee;
		margin-bottom: 0;
	}

	.policy_list li a {
		flex-direction: column-reverse;
		padding: 6px 0;
	}

	.policy_item_con {
		width: 100%;
		border: 0;
		padding: 0;
	}

	.policy_item_con p {
		display: none;
	}

	.policy_item_con p.policy_item_tit {
		display: block;
		color: #222222;
		font-size: 15px;
		line-height: 26px;
	}

	.policy_item_time {
		display: flex;
		flex-direction: row-reverse;
		color: #999999;
		font-size: 12px;
		line-height: 20px;
		width: 100%;
		justify-content: flex-end;
	}

	.time_day {
		color: #999999;
		font-size: 12px;
		line-height: 20px;
	}

	.time_day::before {
		content: '-';
		padding-left: 0;
	}

	.second_nav_con {
		width: 100%;
		padding: 0 15px;
		line-height: 42px;
		border-bottom: 1px solid #f2f9ff;
	}

	.download_container {
		width: 100%;
		padding: 10px 15px 12px;
		margin: 0;
	}

	.download_list li {
		width: 100%;
		margin-left: 0;
		padding: 7px 0 15px 15px;
	}

	.download_item_con {
		width: calc(100% - 65px);
	}

	.download_item_btn {
		width: 65px;
		height: 42px;
	}

	.download_item_btn a {
		width: 65px;
		line-height: 17px;
		color: #333333;
		font-size: 12px;
		padding: 0;

	}

	.filename {
		background: none;
		padding: 0;
		min-height: auto;
		color: #222222;
		font-size: 15px;
		line-height: 30px;
	}

	.date_size {
		color: #666666;
		font-size: 12px;
		line-height: 27px;
	}

	.second_nav_lt span,
	.second_nav_lt a {
		display: none;
	}

	.details_nav .second_nav_lt span,
	.details_nav .second_nav_lt a {
		display: inline-block;
		font-size: 12px;
		color: #333333;
	}

	.second_nav_lt a.navact {
		display: block;
		font-size: 17px;
		font-weight: bold;
		border-bottom: 2px solid #194a7d;

	}

	.details_nav .second_nav_lt a.navact {
		display: inline-block;
		font-size: 12px;
		font-weight: 400;
		border-bottom: 0;
		color: #194a7d;

	}

	.second_nav_rt a {
		padding: 0 12px;
		line-height: 25px;
		font-size: 13px;
		margin-top: 10px;
		margin-left: 10px;
	}

	.contact_con {
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.contact_con_lt {
		width: 100%;
		padding: 7px 15px 15px;
	}

	.contact_con_tit {
		color: #222222;
		font-size: 17px;
		padding: 5px 0;
	}

	.contact_con_txt {
		padding: 10px 0;
		line-height: 23px;
		color: #333333;
		font-size: 15px;
	}

	.contact_con_txt img {
		width: 18px;
		height: 18px;
		margin-right: 12px;
		margin-top: 2px;
	}

	.contact_con_rt img {
		width: 100%;
	}

	.article_details {
		width: 100%;
		margin: 0;
		padding: 5px 15px;
	}

	.article_hd {
		padding-bottom: 12px;
	}

	.article_hd_tit {
		color: #222222;
		font-size: 17px;
		line-height: 23px;
	}

	.article_hd_date {
		display: flex;
		flex-direction: column;
		color: #666666;
		font-size: 13px;
		line-height: 23px;
	}

	.article_hd_date span {
		margin-right: 0;
	}

	.article_con {
		color: #333333;
		font-size: 15px;
		line-height: 26px;
		padding: 16px 0 30px;
	}

	.paragraph {
		margin-top: 8px;
		line-height: 26px;
		padding: 5px 0;
	}

	.download_con {
		padding: 2px 0 10px;
	}

	.download_tit {
		line-height: 32px;
		padding: 0;
	}

	.download_txt {
		line-height: 30px;
	}

	.download_txt a {
		font-size: 15px;
	}

	.article_next {
		padding: 14px 0;
	}

	.article_next a {
		color: #333333;
		font-size: 15px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
		line-height: 30px;
	}

	.nav_ico {
		display: block;
	}


	.news_container span,
	.news_container i,
	.copyright_logo,
	.footer_con_hd,
	.greeting,
	.download_container .pagelist,
	.policy_content .pagelist,
	.policy_item_ico {
		display: none;
	}


	.footer_con_bm {
		flex-direction: column-reverse;
		padding: 0 15px;
	}

	.footer_con_txt {
		font-size: 12px;
		line-height: 25px;
	}

	.footer_con_tit {
		font-size: 14px;
		line-height: 34px;
		padding-bottom: 0;
		padding-top: 12px;
	}

	.copyright p {
		text-align: center;
		border-top: 1px solid #274b74;
		font-size: 11px;
		line-height: 20px;
		padding: 8px 0 12px;
	}

	.header_nav {
		margin-top: 0 !important;
		background: #ffffff;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 999;
		height: 50px;
		overflow: hidden;
		transition: all .5s;
	}

	.header_nav.open {
		height: 100vh !important;
	}

	.header_nav.hide_h {
		height: 0;
	}

	.header_nav.open .nav_ico1 {
		display: none;
	}

	.header_nav .nav_ico2 {
		display: none;
		height: 20px;
		width: auto;
	}

	.header_nav.open .nav_ico2 {
		display: block;
	}

	.header_nav_home {
		background: #ffffff;
		width: 100%;
		padding: 0 15px;
		height: auto;
	}

	.header_nav_home a {
		color: #333333;
		font-size: 15px;
		justify-content: flex-start;
		border-bottom: 1px solid #eeeeee;
		height: auto;
		padding: 24px 0 10px;
		line-height: 38px;
	}

	.header_nav_home img {
		display: none;
	}

	.header_nav ul {
		max-height: calc(100vh - 123px);
		overflow-y: auto;
		padding: 0 15px;
		width: 100%;
	}

	.header_nav li {
		width: 100%;
		padding: 10px 0;
		border-bottom: 1px solid #eeeeee;
		background: url('../img/nav_ico4.png') no-repeat right center;
		background-size: auto 11px;
	}

	.header_nav li.select {
		background: url('../img/nav_ico5.png') no-repeat right 26px;
		background-size: 11px auto;
	}

	.header_nav li.act a,
	.header_nav li:hover a {
		color: #333333;
	}

	.header_nav li.act::after,
	.header_nav li:hover::after {
		content: '';
		width: 0;
	}

	.header_nav li a {
		height: auto;
		line-height: 38px;
		justify-content: flex-start;
		color: #333333;
		font-size: 15px;
	}

	.select .mobile_nav {
		display: block;
		padding-left: 15px;

	}

	.header_nav li .mobile_nav a {
		line-height: 25px;
		padding-bottom: 4px;
		font-size: 13px;
	}


	.logo {
		width: 100%;
		padding: 10px 15px 5px;
	}

	.logo>img {
		height: 35px;
	}

	.logo_act {
		padding: 8px 15px;
		display: block;
	}

	.logo_act>img {
		height: 34px;
		width: auto;

	}

	.header_search_input {
		width: 255px;
		padding-left: 10px;
		margin: 0 auto;
		float: none;
		height: 35px;
		border-radius: 2px;
	}

	.header_search_input img {
		width: 16px;
		height: 16px;
		margin-right: 8px;
	}

	.header_search_input input {
		width: 166px;
		font-size: 12px;
	}

	.search_btn {
		width: calc(100% - 190px);
		font-size: 13px;
		height: 35px;
		border-radius: 2px;
	}

	.contact {
		font-size: 18px;
		justify-content: center;
		width: 100%;
		height: 47px;
		margin-top: 11px;
	}

	.contact img {
		width: 25px;
		height: 21px;
		margin-right: 8px;
	}


	.details_tit {
		padding-top: 16px;
		line-height: 47px;
		color: #333333;
		font-size: 20px;
		background-size: 30px 2px;
	}

	.about_details {
		width: 100%;
		background: #fff;
		margin: 0;
		padding: 15px 15px 20px;
	}

	.about_details_con {
		flex-direction: column-reverse;
		padding: 20px 0 0;
		width: 100%;
	}

	.about_details_img {
		width: 100%;
		padding: 0 0 16px;
	}

	.img_container1 {
		width: 100%;
		margin-bottom: 10px;
	}

	.img_container2 img {
		width: calc(50% - 6px);
	}

	.about_details_p {
		width: 100%;
		padding-right: 0;
		color: #333333;
		font-size: 15px;
		line-height: 26px;
	}

	.service_promise {
		min-height: auto;
	}

	.service_promise_bg {
		height: 210px;
	}

	.service_promise_con {
		width: 100%;
		flex-direction: column;
		padding: 160px 15px 0;
	}

	.service_promise_lt {
		width: 100%;
		min-height: auto;
		background: url('../img/about_ico13.png') #194a7d no-repeat bottom right;
		background-size: 65% auto;
		height: 120px;
		padding: 16px 24px;
		font-size: 13px;
		line-height: 24px;
	}

	.service_promise_tit {
		font-size: 20px;
		line-height: 30px;
	}

	.service_promise_rt {
		width: 100%;
		padding: 13px 20px 20px;
		line-height: 26px;
		color: #333333;
		font-size: 15px;
	}

	.honor_details {
		padding: 0 15px;
		margin: 0;
	}

	.picture_list {
		padding: 0 15px;
		margin: 0;
		background: #ffffff;
	}

	.honor_slider {
		width: 100%;
		margin: 18px 0 75px;

	}

	.picture_slider {
		width: 100%;
		margin: 0;
		padding-top: 0;

	}

	.honor_slider .am-slider-default .am-direction-nav .am-next,
	.picture_slider .am-slider-default .am-direction-nav .am-next {
		right: calc(50% - 45px);
		top: calc(100% + 40px);
		width: 30px;
		height: 30px;
	}

	.honor_slider .am-slider-default .am-direction-nav .am-prev,
	.picture_slider .am-slider-default .am-direction-nav .am-prev {
		left: calc(50% - 45px);
		top: calc(100% + 40px);
		width: 30px;
		height: 30px;
	}

	.honor_slider_img {
		padding: 17px 16px 22px;
	}

	.picture_slider_img {
		/* padding: 17px 16px 22px; */
	}

	.honor_slider p {
		font-size: 15px;
		line-height: 48px;
		padding-bottom: 2px;
	}

	.about_structure {
		padding: 0 15px 50px;
	}

	.about_structure_con {
		width: 100%;
		padding-top: 20px;
	}

	.article_con_tit {
		font-size: 13px;
		line-height: 23px;
	}

	.time_filtrate {
		margin: 15px 0;
		padding: 0 15px;
		line-height: 30px;
		font-size: 13px;
	}

	.time_filtrate ul {
		margin-left: 0;
	}

	.time_filtrate li {
		padding: 0 8px;
		margin-right: 8px;
	}
	.case_content {
		margin-bottom:10px;
	}
	.case_list{
		width: 100%;
		padding: 0 15px;
	}
	.case_item_lt{
		width: 100%;
		padding: 15px 15px 0;
	}
	.case_list li{
		margin-top: 10px;
	}
	.case_list li a{
		flex-direction: column;
		
	}
	
	.case_item_ico,
	.case_item_txt,
	.case_content .pagelist{
		display: none;
	}
	.case_item_rt{
		width: 100%;
		padding: 0 15px;
	}
	.case_item_tit{
		line-height: 50px;
		font-size: 16px;

	}
	

}

.mouse{cursor:pointer}