@import url("../iconfont201903/iconfont.css");

* {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 14px;
	font-family: "microsoft yahei";
}

.fl {
	float: left;
	display: inline-block;
}

.fr {
	float: right;
	display: inline-block;
}

ul,
li {
	list-style-type: none;
}

body {
	background: #FFFFFF;
}

a {
	text-decoration: none;
	color: #666666;
}

.header {
	width: 100%;
	height: 160px;
	/* overflow: hidden; */
	background: #FFFFFF;
	position: relative;
	z-index: 9999999;
}

.header_title {
	width: 100%;
	height: 36px;
	background: #e6e6e6;
	overflow: hidden;
}

.header_title_content {
	width: 1200px;
	height: 36px;
	margin: 0 auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.header_title_content_left {
	font-size: 14px;
	color: #666666;
	line-height: 36px;
}

.header_title_content_right {
	display: flex;
	align-items: center;
}

.header_title_content_right1 {
	height: 36px;
	display: flex;
	align-items: center;
	font-size: 14px;
	color: #666666;
}

.header_title_content_right1 img {
	margin-right: 10px;
}

.header_title_content_right2 {
	margin-left: 10px;
	height: 36px;
	display: flex;
	align-items: center;
	color: #666666;
}

.header_title_content_right2 span {
	font-size: 14px;
	color: #666666;
}

.header_title_content_right2 span label {
	font-size: 14px;
	color: #008FFB;
	cursor: pointer;
}

#search_result_list_none {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: 0 auto;
	height: calc(100vh - 458px);
	color: #999;
}

#search_result_list_none img {
	width: 200px;
	height: 140px;
	margin-bottom: 20px;
}

.header_logo {
	width: 1200px;
	height: 80px;
	background: #FFFFFF;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* display: none; */
}

.header_logo img {
	cursor: pointer;
}

.header_logo_search {
	width: 366px;
	height: 36px;
	position: relative;
	border: 1px solid #14a0e6;
	display: flex;
	justify-content: space-between;
}

.header_logo_search1 {
	width: 75px;
	flex-shrink: 0;
	height: 36px;
	border-right: 1px solid #14A0E6;
}

.header_logo_search1 span {
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 14px;
	color: #14A0E6;
	overflow: hidden;
}

.header_logo_search1 span i {
	font-size: 14px;
	margin-top: 3px;
	transition: all linear .2s;
}

.header_logo_search1 span i.active {
	transform: rotate(90deg);
	transition: all linear .2s;
}

.header_logo_search1 ul {
	width: 75px;
	background: #FFFFFF;
	position: absolute;
	left: 0;
	top: 0;
	border: none;
	box-shadow: 0 0 10px #CCCCCC;
	overflow: hidden;
	height: 0;
	transition: all linear .2s;
	z-index: 10;
}

.header_logo_search1 ul.active {
	border: 1px solid #ebebeb;
	top: 36px;
	height: auto;
	transition: all linear .2s;
}

.header_logo_search1 ul li {
	width: 100%;
	height: 32px;
	text-align: center;
	line-height: 32px;
	font-size: 14px;
	color: #666666;
}

.header_logo_search1 ul li:hover {
	color: #14A0E6;
	cursor: pointer;
}

.header_logo_search2 {
	width: 100%;
	height: 36px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	box-sizing: border-box;
	padding: 0 10px;
}

.header_logo_search2 input {
	width: 100%;
	display: block;
	background: none;
	box-sizing: border-box;
	padding-left: 5px;
	height: 36px;
	outline: none;
}

.header_logo_search3 {
	width: 80px;
	height: 36px;
	background: #14A0E6;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	line-height: 36px;
	cursor: pointer;
}

.header_nav {
	width: 100%;
	height: 51px;
	background: #02152c url(../images2019/nav_line.png) no-repeat bottom;
	display: none;
}

.header_nac_content {
	width: 1200px;
	height: 51px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.head_nav_content_left {
	width: 180px;
	height: 51px;
	box-sizing: border-box;
	position: relative;
	z-index: 1000;
}

.head_nav_content_left p {
	width: 180px;
	height: 50px;
	box-sizing: border-box;
	padding-left: 20px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.head_nav_content_left p i {
	font-size: 18px;
	color: #FFFFFF;
	font-weight: bold;
	margin-right: 10px;
}

.head_nav_content_left p span {
	font-size: 16px;
	color: #FFFFFF;
}

.head_nav_content_left.active {
	border-bottom: 2px solid #008FFB;
}

.head_nav_content_left.active p span {
	color: #008FFB;
}

.head_nav_content_left.active p i {
	color: #008FFB;
}

.head_nav_content_left ul {
	display: block;
	width: 180px;
	height: 420px;
	overflow: hidden;
	z-index: 999999999999;
	left: 0;
	top: 51px;
	background: rgba(5, 26, 58, 0.8);
}

.head_nav_content_left ul li {
	width: 100%;
	height: 50px;
	box-sizing: border-box;
	padding: 0 20px;
	cursor: pointer;
}

.head_nav_content_left ul li a {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.head_nav_content_left ul li span {
	font-size: 16px;
	color: #c5c5c5;
	display: flex;
	align-items: center;
}

.head_nav_content_left ul li span i {
	font-size: 18px;
	color: #C5C5C5;
	margin-right: 5px;
}

.head_nav_content_left ul li i.icon-right {
	font-size: 18px;
	color: #C5C5C5;
}

.head_nav_content_left ul li:hover span {
	color: #008FFB;
}

.head_nav_content_left ul li:hover span i {
	color: #008FFB;
}

.head_nav_content_left ul li:hover i.icon-right {
	color: #008FFB;
}

.head_nav_content_right {
	display: flex;
	align-items: center;
	width: 100%;
}

.head_nav_content_right span {
	box-sizing: border-box;
	display: block;
	height: 51px;
	width: auto;
	padding: 0 20px;
	text-align: center;
	line-height: 51px;
}

.head_nav_content_right span.active {
	border-bottom: 2px solid #008FFB;
}

.head_nav_content_right span.active a {
	color: #008FFB;
}

.head_nav_content_right span a {
	display: block;
	width: 100%;
	height: 100%;
	color: #FFFFFF;
	font-size: 16px;
}

.head_nav_content_right span a:hover {
	color: #008FFB;
}

.head_nav_content_right span:hover {
	border-bottom: 2px solid #008FFB;
}

.userPhoto {
	width: 70px;
	height: 51px;
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.userPhoto:hover {
	background: #008FFB;
}

.userPhoto img {
	width: 40px;
	height: 40px;
	border-radius: 20px;
}

.pointer {
	cursor: pointer;
}

.w_1200 {
	width: 1200px;
	margin: 0 auto;
}

.hear-top {
	background-color: #FFFFFF;
}

.logo_part {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 120px;
}

.logo_left {
	width: 507px;
}

.search_right {
	width: 340px;
}

.user-part {
	text-align: right;
}

.serch_box {
	width: 338px;
	border: 1px solid rgba(112, 165, 255, 1);
	border-radius: 4px;
	height: 33px;
	line-height: 33px;
	margin-top: 21px;
	display: flex;
}

.serch_box img {
	margin: 9px;
	width: 14px;
	height: 14px;
}

.serch_box input {
	width: calc(100% - 98px);
	margin-right: 10px;
}

.serch_box span {
	display: inline-block;
	width: 56px;
	height: 33px;
	line-height: 33px;
	background: #2B83E1;
	/* border-radius: 0px 4px 4px 0px; */
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
}

.nav {
	height: 50px;
	line-height: 50px;
	background: #1C6FC6;
	box-shadow: 0px 2px 14px 0px rgba(6, 111, 215, 0.33);
}

.nav a {
	font-size: 18px;
	color: #FFFFFF;
	padding: 13px 50px;
}

.banner_box {
	width: 100%;
	height: 550px;
	overflow: hidden;
	position: relative;
	/* display: none; */
}

.banner_content {
	width: 1920px;
	height: 550px;
	position: relative;
	left: 50%;
	margin-left: -960px;
	z-index: 2;
	cursor: pointer;
}

.banner_slide1 {
	width: 1920px;
	height: 550px;
	background: url(../images2019/c1f06226.jpg) no-repeat center top;
	background-size: 100% 100%;
	text-align: center;
}

.banner_slide2 {
	width: 1920px;
	height: 550px;
	background: url(../images2019/index_banner5.jpg) no-repeat center top;
	background-size: 100% 100%;
	text-align: center;
}

.banner_slide3 {
	width: 1920px;
	height: 550px;
	background: url(../images2019/szzg.jpg) no-repeat center top;
	background-size: 100% 100%;
	text-align: center;
}

.banner_slide4 {
	width: 1920px;
	height: 550px;
	background: url(../images2019/1a5ecc99-2132-4596-ac0b-ef9372870d7b.jpg) no-repeat center top;
	background-size: 100% 100%;
	text-align: center;
}

.banner_slide1_box {
	width: 1920px;
	height: 550px;
	position: relative;
	/* overflow: hidden; */
}

.banner_btn_left {
	background: url(../images2019/banner_left.png) no-repeat center top;
	width: 45px;
	height: 81px;
	position: absolute;
	left: 10%;
	top: 50%;
	margin-top: -40px;
	z-index: 10;
}

.banner_btn_right {
	background: url(../images2019/banner_right.png) no-repeat center top;
	width: 45px;
	height: 81px;
	position: absolute;
	right: 10%;
	top: 50%;
	margin-top: -40px;
	z-index: 10;
}

.main_box {
	width: 1200px;
	margin: -70px auto 0 auto;
	z-index: 2;
	position: relative;
	height: auto;
}

.news_box {
	width: 1200px;
	height: 290px;
	border: 1px solid #EBEBEB;
	box-sizing: border-box;
	box-shadow: 0 0 5px #ebebeb;
	background: #FFFFFF;
	padding: 30px 60px;
	display: flex;
	justify-content: space-between;
}

.news_box_left {
	width: 355px;
	height: auto;
	overflow: hidden;
}

.news_box_left .active {
	background: url(../images2019/new_bg.png) no-repeat bottom left;
}

.news_box_left_title {
	width: 345px;
	height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 1px solid #EBEBEB;
}

.news_box_left_title1 {
	height: 41px;
	position: relative;
	background: url(../images2019/news_bg1.png) no-repeat bottom left;
	display: flex;
	align-items: flex-end;
	padding-bottom: 10px;
	box-sizing: border-box;
	cursor: pointer
}

.news_box_left_title11 {
	font-size: 18px;
	color: #333333;
}

.news_box_left_title12 {
	font-size: 14px;
	color: #008FFB;
	margin-right: 5px;
}

.news_box_left_title13 {
	font-size: 14px;
	color: #c8c8c9;
	display: inline-block;
	border-left: 1px solid #c8c8c8;
	box-sizing: border-box;
	padding-left: 5px;
}

.news_box_left_title2 {
	font-size: 12px;
	color: #999999;
}

.news_box_left_content {
	width: 345px;
	margin-top: 10px;
	height: auto;
	overflow: hidden;
}

.news_box_left_content p {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 30px;
}

.news_box_left_content p a {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news_box_left_content p i {
	color: #158ccb;
}

.news_box_left_content p span {
	display: block;
	width: auto;
	flex: 1;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 12px;
	color: #666666;
}

.news_box_left_content p label {
	font-size: 12px;
	color: #999999;
}

.news_box_left_content p a:hover * {
	color: #008FFB;
	text-decoration: underline;
	transition: all linear .2s;
}

.news_box_right {
	width: 690px;
	height: 40px;
	border-bottom: 1px solid #EBEBEB;
}

.news_box_right_title {
	width: 700px;
	height: 40px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.news_box_right_title div {
	width: 90%;
	display: flex;
}

.news_box_right_title .news_box_left_title1 {
	width: 180px;
	background: none;
	cursor: pointer;
}

.news_box_right_title .news_box_left_title1.active {
	background: url(../images2019/new_bg.png) no-repeat bottom left;
}

.news_loc {
	width: 100%;
	height: auto;
	margin-top: 20px;
}

.news_loc a {
	display: block;
	width: 153px;
	height: auto;
	overflow: hidden;
	float: left;
	margin-right: 20px;
}

.news_loc a:nth-child(4n) {
	float: right;
	margin-right: 0;
}

.news_loc div {
	width: 160px;
	height: auto;
	overflow: hidden;
	cursor: pointer;
	transition: all linear .2s;
}

.news_loc div span:first-child {
	width: 160px;
	height: 120px;
	overflow: hidden;
	display: block;
}

.news_loc div:hover img {
	transform: scale(1.2);
	transition: all linear .2s;
}

.news_loc div span:last-child {
	font-size: 12px;
	color: #666666;
	line-height: 20px;
	display: block;
	box-sizing: border-box;
	padding: 5px;
	overflow: hidden;
	height: 50px;
}

.news_loc div img {
	transition: all linear .2s;
}

.news_loc div:hover {
	box-shadow: 0 0 10px #CCCCCC;
}

.news_loc div:hover span {
	color: #008FFB;
	transition: all linear .2s;
}

.total_num {
	width: 1200px;
	height: 220px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.total_num div {
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.total_num div span {
	font-size: 24px;
	color: #ffaa00;
}

.total_num div label {
	font-size: 14px;
	color: #666666;
}

.total_num div p {
	width: 109px;
	height: 109px;
}

.total_num div p img {
	width: 109px;
	height: 109px;
}

.total_num div:hover p img {
	animation: ianim 1s ease-in-out 1;
}

@keyframes ianim {
	0% {
		transform: translateY(0px);
	}

	20% {
		transform: translateY(-40px);
	}

	40% {
		transform: translateY(0px);
	}

	80% {
		transform: translateY(-20px);
	}

	100% {
		transform: translateY(0px);
	}
}

.sc_box {
	width: 100%;
	/* height: 1050px; */
	min-height: 440px;
	background: #f3f6f9;
	padding-top: 40px;
}


.sc_content {
	width: 84%;
	height: auto;
	margin: 0 auto;
	box-sizing: border-box;
}

.sc_title {
	width: 100%;
	height: 80px;
	display: flex;
	align-items: center;
}

.sc_title img {
	margin-right: 5px;
}

.sc_title span {
	font-size: 24px;
	color: #14A0E6;
}

.sc_tab {
	/* width: 1200px; */
	width: 100%;
	height: 36px;
	display: flex;
	justify-content: space-between;
}

.sc_tab_left {
	display: flex;
	align-items: center;
}

.sc_tab_left span {
	/* width: 80px; */
	/* display: block; */
	margin-right: 50px;
	text-align: center;
	line-height: 36px;
	font-size: 16px;
	color: #a5a7a9;
	box-sizing: border-box;
	cursor: pointer;
}

.sc_tab_left span.active {
	border-bottom: 2px solid #14A0E6;
	color: #333333;
	transition: all linear .2s;
}

.sc_tab_right {
	display: flex;
	justify-content: space-between;
}

.sc_tab_right span {
	width: 130px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	font-size: 14px;
	color: #FFFFFF;
	cursor: pointer;
}

.sc_tab_right span:first-child {
	background: url(../images2019/sc_btn1.png) no-repeat center top;
}

.sc_tab_right span:last-child {
	background: url(../images2019/sc_btn2.png) no-repeat center top;
	margin-left: 20px;
}

.sc_tab_right span:hover {
	opacity: 0.7;
	transition: all linear .2s;
}

.sc_list {
	/* width: 1200px; */
	width: 100%;
	height: auto;
	margin-top: 30px;
}

.sc_list_content {
	/* width: 280px; */
	width: 17.6%;
	height: 305px;
	box-sizing: border-box;
	box-shadow: 0 0 10px #CCCCCC;
	position: relative;
	float: left;
	margin-right: 3%;
	border-radius: 10px;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 26px;
}

.sc_list_content:nth-child(5n) {
	float: right;
	margin-right: 0;
}

/* @media screen and (min-width: 1920px) {
	.sc_content {
		width: 84%;
		height: auto;
		margin: 0 auto;
	}

	.sc_list_content {
		margin-right: 45px;
	}

	.sc_list_content:nth-child(5n) {
		margin-right: 0;
	}

	.sc_list_content:nth-child(4n) {
		margin-right: 35px;
	}
} */
@media screen and (max-width: 1600px) {
	.sc_list_content {
		width: 22.75%;
		margin-right: 3%;
	}

	.sc_list_content:nth-child(5n) {
		margin-right: 3%;
	}

	.sc_list_content:nth-child(4n) {
		margin-right: 0;
	}
}

.sc_list_top {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.tip {
	width: 54px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 15px;
	font-size: 12px;
	color: #FFFFFF;
	line-height: 24px;
	box-sizing: border-box;
	padding-left: 10px;
	border-top-right-radius: 12px;
	border-bottom-right-radius: 12px;
	z-index: 3;
}

.tip.jxz {
	background: #008FFB;
}

.sc_img {
	/* width: 280px; */
	width: 100%;
	height: 170px;
	overflow: hidden;
	display: block;
}

.sc_img img {
	width: 100%;
	height: 100%;
	transition: all linear .2s;
}

.sc_list_content:hover .sc_img img {
	transform: scale(1.2);
	transition: all linear .2s;
}

.sc_list_content:hover {
	box-shadow: 0 0 10px #666666;
	transition: all linear .2s;
}

.sc_title {
	width: 100%;
	height: 80px;
	line-height: 24px;
	font-size: 14px;
	color: #333333;
	box-sizing: border-box;
	display: block;
	padding: 10px;
	overflow: hidden;
}

.sc_type {
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 3;
	padding: 5px 10px;
}

.sc_type label {
	font-size: 12px;
	color: #797979;
}

.sc_type label:first-child {
	max-width: 60%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.sc_list_bottom {
	background: url(../images2019/ds_bg.png) no-repeat center top;
	width: 100%;
	height: 170px;
	position: absolute;
	left: 0;
	background-size: 100% 100%;
	z-index: 3;
	box-sizing: border-box;
	padding: 20px;
	opacity: 0;
	bottom: -170px;
	transition: all linear .2s;
}

.sc_list_bottom span:nth-child(1) {
	font-size: 14px;
	color: #FFFFFF;
	line-height: 24px;
}

.sc_list_bottom span:nth-child(2) {
	width: 100px;
	height: 32px;
	border: 1px solid #FFFFFF;
	display: block;
	text-align: center;
	line-height: 30px;
	box-sizing: border-box;
	font-size: 14px;
	color: #FFFFFF;
	border-radius: 5px;
	margin: 20px auto;
}

.sc_list_content:hover .sc_list_bottom {
	opacity: 1;
	bottom: 0;
	transition: all linear .5s;
}

.sc_list_bottom span:nth-child(2):hover {
	border: 1px solid #008FFB;
	color: #008FFB;
	transition: all linear .2s;
}

.act {
	background: url(../images2019/act_bg.jpg) no-repeat center top;
	width: 100%;
	height: 698px;
}

.act_content {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	top: -150px;
	position: relative;
}

.act_title {
	width: 1200px;
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.act_title_left {
	display: flex;
	align-items: center;
}

.act_title_left span {
	font-size: 24px;
	color: #008FFB;
	margin-left: 10px;
}

.act_title_right {
	display: flex;
	align-items: center;
}

.act_title_right span {
	width: 80px;
	height: 42px;
	text-align: center;
	line-height: 42px;
	box-sizing: border-box;
	font-size: 16px;
	color: #666666;
	margin-left: 20px;
	cursor: pointer;
}

.act_title_right span.active {
	color: #008FFB;
	border-bottom: 2px solid #008FFB;
	transition: all linear .2s;
}

.act_list {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 30px;
}

.act_list_content {
	width: 380px;
	height: 400px;
	position: relative;
	overflow: hidden;
	background: #FFFFFF;
	float: left;
	margin-right: 30px;
	margin-bottom: 30px;
	transition: all linear .2s;
	cursor: pointer;
}

.act_list_content:nth-child(3n) {
	float: right;
	margin-right: 0;
}

.act_date_title {
	width: 100%;
	height: 75px;
	background: #14A0E6;
	text-align: center;
	line-height: 75px;
	font-size: 22px;
	color: #FFFFFF;
	position: relative;
	overflow: hidden;
}

.act_date_title span {
	width: 30px;
	font-size: 14px;
	display: block;
	position: absolute;
	right: 20px;
	top: 20px;
	height: 40px;
	line-height: 20px;
	cursor: pointer;
}

.act_date_top {
	width: 350px;
	height: 50px;
	margin: 0 auto;
	display: flex;
}

.act_date_top span {
	width: 70px;
	height: 50px;
	display: block;
	text-align: center;
	line-height: 50px;
	font-size: 14px;
	color: #666666;
}

.act_date_top span:first-child,
.act_date_top span:nth-child(7n) {
	color: #14A0E6;
}

.act_date_content {
	width: 350px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	border-top: 2px solid #bae2f6;
}

.act_date_content span {
	float: left;
	width: 50px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #666666;
	position: relative;
}

.act_date_content span:nth-child(7n+1),
.act_date_content span:nth-child(7n) {
	color: #14A0E6;
}

.act_date_content span:hover {
	background: #f2f2f2;
	font-weight: bold;
	color: #008FFB;
	cursor: pointer;
}

.act_date_content span.active::before {
	content: '';
	width: 6px;
	height: 6px;
	background: #008FFB;
	display: block;
	border-radius: 3px;
	position: absolute;
	left: 50%;
	margin-left: -3px;
	top: 5px;
}

.act_date_bottom {
	width: 100%;
	margin: 20px auto;
	position: absolute;
	left: 0;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0 100px;
}

.act_date_bottom i {
	font-size: 16px;
	color: #666666;
	cursor: pointer;
}

.act_date_bottom i:hover {
	font-weight: bold;
}

.act_date_bottom span {
	font-size: 16px;
	color: #666666;
}

.act_list_content:hover {
	box-shadow: 0 0 10px #CCCCCC;
	transition: all linear .2s;
}

.act_list_content:hover .act_img span {
	opacity: 1;
	transition: all linear .5s;
}

.act_img {
	width: 380px;
	height: 280px;
	display: block;
	position: relative;
	overflow: hidden;
}

.act_img img {
	width: 100%;
	height: 100%;
}

.act_img span {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, 0.3);
	display: flex;
	align-items: center;
	justify-content: center;
	opacity: 0;
	transition: all linear .2s;
}

.act_img span label {
	display: block;
	width: 60px;
	height: 60px;
	background: #FFFFFF;
	border-radius: 30px;
	box-sizing: border-box;
	padding: 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 14px;
	color: #008FFB;
	cursor: pointer;
}

.act_img span label:hover {
	background: #008FFB;
	color: #FFFFFF;
	transition: all linear .2s;
}

.act_mesg {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 20px;
	box-sizing: border-box;
}

.act_mesg span {
	font-size: 14px;
	color: #999999;
	display: block;
	line-height: 24px;
}

.act_mesg span:first-child {
	color: #333333;
}

.prod {
	width: 100%;
	height: auto;
	padding-bottom: 50px;
	overflow: hidden;
	background: #f0f4f8;
}

.prod_box {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 200px;
}

.prod_box_title {
	width: 100%;
	height: 60px;
	display: flex;
	justify-content: space-between;
}

.prod_box_title span:first-child {
	display: flex;
	align-items: center;
}

.prod_box_title span:first-child img {
	margin-right: 10px;
}

.prod_box_title span:first-child label {
	font-size: 24px;
	color: #29cccc;
}

.prod_box_title span:last-child:hover {
	opacity: 0.7;
	transition: all linear .2s;
}

.prod_list {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.prod_item {
	background: url(../images2019/prod_bg.png) no-repeat center top;
	width: 294px;
	height: 326px;
	border-radius: 5px;
	overflow: hidden;
	float: left;
	background-size: 100% 100%;
	box-sizing: border-box;
	padding: 10px;
	cursor: pointer;
	margin-right: 8px;
	margin-bottom: 10px;
}

.prod_item:nth-child(4n) {
	float: right;
	margin-right: 0;
}

.prod_img {
	width: 100%;
	height: 180px;
	display: block;
	overflow: hidden;
	border-radius: 5px;
}

.prod_img img {
	width: 100%;
	height: 100%;
	transition: all linear .2s;
}

.prod_img:hover img {
	transform: scale(1.2);
	opacity: 1.2;
	transition: all linear .2s;
}

.prod_name {
	width: 100%;
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	font-size: 16px;
	color: #333333;
	margin-top: 10px;
	display: block;
}

.prod_address {
	margin-top: 10px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.prod_address span {
	width: 50%;
	line-height: 24px;
	font-size: 14px;
	color: #999999;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.serv_box {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	margin-top: 80px;
}

.serv_top {
	width: 60px;
}

.serv_top span {
	width: 200px;
	display: flex;
	align-items: center;
	height: 60px;
}

.serv_top img {
	margin-right: 10px;
}

.serv_top label {
	font-size: 24px;
	color: #14A0E6;
}

.serv_content {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.serv_list {
	background: #FFFFFF;
	width: 188px;
	height: 150px;
	overflow: hidden;
	float: left;
	margin-right: 12px;
	margin-bottom: 12px;
	box-sizing: border-box;
	border: 2px solid;
	border-image: linear-gradient(#FFFFFF, #14A0E6) 30 30;
	transition: all linear .2s;
	cursor: pointer;
}

.serv_list:nth-child(6n) {
	float: right;
	margin-right: 0;
}

.serv_list:nth-child(7) {
	border-image: linear-gradient(#14A0E6, #FFFFFF) 30 30;
}

.serv_list:nth-child(8) {
	border-image: linear-gradient(#14A0E6, #FFFFFF) 30 30;
}

.serv_list:nth-child(9) {
	border-image: linear-gradient(#14A0E6, #FFFFFF) 30 30;
}

.serv_list:nth-child(10) {
	border-image: linear-gradient(#14A0E6, #FFFFFF) 30 30;
}

.serv_list:nth-child(11) {
	border-image: linear-gradient(#14A0E6, #FFFFFF) 30 30;
}

.serv_list:nth-child(12) {
	border-image: linear-gradient(#14A0E6, #FFFFFF) 30 30;
}

.serv_img {
	width: 100%;
	height: 100px;
	overflow: hidden;
	display: block;
}

.serv_img img {
	width: 100%;
	height: 100%;
	transition: all linear .2s;
}

.serv_name {
	width: 100%;
	height: auto;
	box-sizing: border-box;
	padding: 5px;
	font-size: 12px;
	color: #333333;
	text-align: center;
	display: block;
	overflow: hidden;
	line-height: 20px;
}

.serv_list:hover {
	box-shadow: 0 0 10px #CCCCCC;
	transition: all linear .2s;
}

.serv_list:hover img {
	transform: scale(1.2);
	transition: all linear .2s;
}


.rw {
	width: 100%;
	height: 867px;
	background: url(../images2019/rw_bg.jpg) no-repeat center top;
	overflow: hidden;
}

.rw_box {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin: 30px auto;
}

.rw_top_title {
	width: 100%;
	height: 60px;
}

.rw_top_title span {
	height: 60px;
	display: flex;
	align-items: center;
}

.rw_top_title span img {
	margin-right: 10px;
}

.rw_top_title span label {
	font-size: 24px;
	color: #14A0E6;
}

.rw_subtitle {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #FFFFFF;
	margin-top: 20px;
}

.rw_list {
	width: 100%;
	height: auto;
	margin-top: 20px;
	overflow: hidden;
}

.rw_item {
	width: 590px;
	height: 200px;
	box-sizing: border-box;
	padding: 15px;
	background: #FFFFFF;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
	float: left;
	margin-bottom: 20px;
}

.rw_item:nth-child(2n) {
	float: right;
}

.rw_img {
	width: 175px;
	height: 170px;
}

.rw_mesg {
	width: 100%;
	margin-left: 15px;
}

.rw_title {
	width: 100%;
	height: 30px;
	line-height: 30px;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
}

.rw_time {
	width: 100%;
	height: 30px;
	line-height: 30px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.rw_time span {
	font-size: 12px;
	color: #999999;
}

.rw_desc {
	width: 100%;
	height: 60px;
	overflow: hidden;
	line-height: 20px;
	font-size: 12px;
	color: #666666;
}

.rw_btn {
	width: 100%;
	height: 36px;
	overflow: hidden;
	margin-top: 13px;
	display: flex;
	justify-content: space-between;
}

.rw_btn span:first-child {
	width: 130px;
	height: 36px;
	border: 1px solid #14A0E6;
	text-align: center;
	line-height: 34px;
	box-sizing: border-box;
	color: #666666;
	font-size: 14px;
}

.rw_btn span:first-child label {
	color: #14A0E6;
	font-size: 14px;
	margin: 0 3px;
}

.rw_btn span:last-child {
	width: 100%;
	text-align: center;
	line-height: 36px;
	margin-left: 20px;
	font-size: 14px;
	box-sizing: border-box;
	border: 1px solid #14A0E6;
	color: #14A0E6;
	cursor: pointer;
}

.rw_btn span:last-child:hover {
	background: #14A0E6;
	color: #FFFFFF;
}

.zj {
	background: #f3f6f9;
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 50px;
}

.zj_box {
	width: 1200px;
	height: auto;
	background: #f3f6f9;
	overflow: hidden;
	margin: 0 auto;
	padding-top: 60px;
}

.zj_title {
	width: 1200px;
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-bottom: 3px solid #0066CC;
}

.zj_title span:first {
	display: flex;
	align-items: center;
}

.zj_title span:first-child img {
	margin-right: 10px;
}

.zj_title span:first-child label {
	font-size: 24px;
	color: #0066cc;
}

/*.zj_title span:last-child{ width: 150px; height: 40px; text-align: center; font-size: 16px; color: #0066CC; line-height: 40px; border: 1px solid #0066CC; cursor: pointer;}
.zj_title span:last-child:hover{ border: 1px solid #008FFB; color: #008FFB;}*/
.zj_list {
	width: 1200px;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.zj_item {
	width: 280px;
	height: 230px;
	background: #FFFFFF;
	overflow: hidden;
	float: left;
	box-sizing: border-box;
	padding: 15px 10px;
	display: flex;
	justify-content: space-between;
	margin-right: 26px;
	margin-bottom: 25px;
}

.zj_item:nth-child(4n) {
	float: right;
	margin-right: 0;
}

.zj_img {
	width: 140px;
	height: 200px;
	overflow: hidden;
	flex-shrink: 0;
}

.zj_img img {
	width: 140px;
	height: 200px;
}

.zj_mesg {
	width: 100%;
	margin-left: 10px;
}

.zj_name {
	font-size: 16px;
	color: #14A0E6;
	display: block;
}

.zj_subname {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	margin-top: 10px;
	display: block;
}

.zj_desc {
	font-size: 12px;
	color: #999999;
	line-height: 20px;
	margin-top: 10px;
	display: block;
}

.more_msg {
	width: 1200px;
	height: 50px;
	line-height: 50px;
	text-align: right;
}

.more_msg a {
	font-size: 16px;
	color: #666666;
}


/*底部*/
.footer {
	width: 100%;
	height: auto;
	padding: 36px 0px;
	background: #262626;
	overflow: hidden;
	min-width: 1200px;
}

.footer_content {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	position: relative;
}

.fc1 {
	width: 300px;
	height: 75px;
	line-height: 25px;
}

.fc1 p {
	width: 275px;
	height: 25px;
	font-size: 12px;
	color: #FFFFFF;
	padding-left: 25px;
}

.fc1_p1 {
	background: url(../images_v1.0/ft_img1.png) no-repeat left center;
}

.fc1_p2 {
	background: url(../images_v1.0/ft_img2.png) no-repeat left center;
}

.fc1_p3 {
	background: url(../images_v1.0/ft_img3.png) no-repeat left center;
}

.fc1_p3 label {
	float: left;
}

.fc1_p3 img {
	float: left;
	margin-left: 10px;
}

.fc2 {
	width: 300px;
	height: auto;
	overflow: hidden;
}

.fc2 p {
	font-size: 12px;
	color: #FFFFFF;
	line-height: 20px;
}

.fc2 p img {
	margin-bottom: 5px;
}

.fc3 {
	width: 88px;
	height: 115px;
	position: absolute;
	right: -20px;
	top: -20px;
	text-align: center;
	line-height: 24px;
	color: #FFFFFF;
	font-size: 12px;
}

.gototop {
	width: 80px;
	height: 80px;
	background: #149BDF;
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 999999;
	cursor: pointer;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	color: #FFFFFF;
	box-sizing: border-box;
	padding: 15px 20px 20px 20px;
}

.gototop:hover {
	background: #008FFB;
	color: #FFFFFF;
}


.myApp-index {
	position: relative;
	min-width: 1450px;
}

/* 新首页头部 */
.myApp-header {
	height: 80px;
	width: 100%;
	display: flex;
	justify-content: center;
	background: #1655BC;
	box-shadow: 0px 2px 14px 0px rgba(6, 111, 215, 0.33);
}

.header-cont-logo {
	width: 1225px;
	display: flex;
	align-items: center;
}

.header-cont-logo img {
	width: 312px;
	height: 45px;
}

.header-cont-logo ul {
	display: flex;
	width: 665px;
	margin-left: 40px;
}

.header-cont-logo ul li a {
	font-family: shm;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 500;
	padding-left: 10px;
	padding-right: 10px;
}

.header-cont-logo ul li {
	position: relative;
}

.header-cont-logo ul li.active::after {
	content: ' ';
	display: block;
	width: 20px;
	height: 4px;
	border-radius: 3px 3px 0 0;
	background-color: #fff;
	position: absolute;
	bottom: -28px;
	left: 0;
	right: 0;
	margin: 0 auto;
}

.header-cont-logo ul li a:hover {
	font-weight: 700;
}

.header-cont-logo .right-login {
	width: 350px;
	display: flex;
	justify-content: flex-end;
	align-items: center;
}

.cursorpointer {
	cursor: pointer;
}

.right-login .right-search {
	background: rgba(255, 255, 255, 0.30);
	border-radius: 16px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 42px;
	height: 32px;
	margin-right: 15px;
	cursor: pointer;
}

.right-login .right-search img {
	width: 14px;
	height: 14px;
}

.right-login span {
	font-family: shr;
	font-size: 16px;
	color: #FFFFFF;
	font-weight: 400;
}

/* 新首页尾部 */
/*底部*/
.footer {
	width: 100%;
	height: auto;
	padding: 36px 0px;
	background: #1F2833;
	overflow: hidden;
	min-width: 1200px;
}

.footer_content {
	width: 1200px;
	height: auto;
	margin: 0 auto;
	position: relative;
	display: flex;
}

.fc1 {
	border-left: 1px solid rgba(151, 151, 151, 0.36);
	padding-left: 25px;
	width: 255px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.fc1 p {
	width: 235px;
	height: 25px;
	font-family: shm;
	font-size: 16px;
	color: #A6A8AA;
	line-height: 36px;
	padding-left: 35px;
}

.fc1_p1 {
	margin-bottom: 23px;
	background: url(../newimages/phone.png) no-repeat left center;
	display: flex;
	align-items: center;
}

.fc1_p2 {
	background: url(../newimages/kefu.png) no-repeat left center;
	display: flex;
	align-items: center;
}

.fc1_p3 {
	background: url(../newimages/weixin.png) no-repeat left center;
}

.fc1_p3 label {
	float: left;
}

.fc1_p3 img {
	float: left;
	margin-left: 10px;
}

.fc2 {
	width: 300px;
	height: auto;
	overflow: hidden;
	border-left: 1px solid rgba(151, 151, 151, 0.36);
	margin-left: 40px;
	padding-left: 25px;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.fc2 p a:first-child {
	margin-bottom: 21px;
}

.fc2 p a {
	font-family: shm;
	font-size: 16px;
	color: #A6A8AA;
	/* height: 42px; */
	display: flex;
}

.fc2 p {
	font-family: shm;
	font-size: 16px;
	color: #A6A8AA;
	line-height: 36px;
}

.fc2 p img {
	margin-bottom: 5px;
}

.fc3 {
	width: 88px;
	height: 115px;
	text-align: center;
	font-family: shm;
	font-size: 16px;
	color: #A6A8AA;
	line-height: 36px;
}

.gototop {
	width: 80px;
	height: 80px;
	background: #149BDF;
	position: fixed;
	bottom: 30px;
	right: 20px;
	z-index: 999999;
	cursor: pointer;
	text-align: center;
	line-height: 24px;
	font-size: 14px;
	color: #FFFFFF;
	box-sizing: border-box;
	padding: 15px 20px 20px 20px;
}

.gototop:hover {
	background: #FF7200;
	color: #FFFFFF;
}

.pointer {
	cursor: pointer;
}

.w_1200 {
	width: 1200px;
	margin: 0 auto;
}

.hear-top {
	background-color: #FFFFFF;
}

.logo_part {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 120px;
}

.logo_left {
	width: 507px;
	cursor: pointer;
}

.search_right {
	width: 340px;
}

.user-part {
	text-align: right;
	font-size: 14px;
	font-family: "Microsoft YaHei", sans-serif;
}

.serch_box {
	width: 338px;
	border: 1px solid rgba(112, 165, 255, 1);
	border-radius: 4px;
	height: 33px;
	line-height: 33px;
	margin-top: 21px;
	display: flex;
	font-size: 14px;
	font-family: "Microsoft YaHei", sans-serif;
}

.serch_box img {
	margin: 9px;
	width: 14px;
	height: 14px;
}

.serch_box input {
	width: calc(100% - 98px);
	margin-right: 10px;
	border: none;
}

.serch_box input:focus {
	outline: none;
}

.serch_box span {
	display: inline-block;
	width: 56px;
	height: 33px;
	line-height: 33px;
	background: #2B83E1;
	/* border-radius: 0px 4px 4px 0px; */
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
}

.nav {
	height: 50px;
	line-height: 50px;
	background: #1C6FC6;
	box-shadow: 0px 2px 14px 0px rgba(6, 111, 215, 0.33);
}

.nav>div {
	display: flex;
}

.nav li {
	position: relative;
	z-index: 99;
}

.nav a {
	font-size: 18px;
	color: #FFFFFF;
	padding: 13px 50px;
	text-decoration: none;
}

.nav a:hover {
	color: #FFFFFF !important;
}

.nav li dl,
.nav li dl dd {
	width: 172px;
	color: #fff;
	text-align: center;
}

.nav li dl dd a {
	padding: 7px 0;
	display: block;
	height: 100%;
	width: 100%;
}

.nav li:hover .my-nav-child {
	display: block !important;
}

.nav li dl:hover .my-nav-child {
	display: block !important;
}

.my-nav-child {
	display: none;
	position: absolute;
	left: 0;
	top: 50px;
	min-width: 100%;
	line-height: 36px;
	box-shadow: 0 2px 4px rgba(0, 0, 0, .12);
	background-color: #1C6FC6;
	z-index: 100;
	border-radius: 2px;
	white-space: nowrap;
	box-sizing: border-box;
}

.my-nav-child a:hover {
	background-color: #008FFB;
}

.my-anim {
	-webkit-animation-duration: .3s;
	-webkit-animation-fill-mode: both;
	animation-duration: .3s;
	animation-fill-mode: both;
}

.my-anim-upbit {
	-webkit-animation-name: my-upbit;
	animation-name: my-upbit;
}

@keyframes my-upbit {
	from {
		transform: translate3d(0, 15px, 0);
		opacity: .3
	}

	to {
		transform: translate3d(0, 0, 0);
		opacity: 1
	}
}