@charset "utf-8";
/* @font-face {
	font-family: "SourceHanSansCNRegular";
	src: url("//cdn.xuansiwei.com/keany7899/templates/zh-cn/fonts/SourceHanSansCN-Regular.ttf") format('truetype');
	font-style: normal;
}

@font-face {
	font-family: "SourceHanSansCNLight";
	src: url("//cdn.xuansiwei.com/keany7899/templates/zh-cn/fonts/SourceHanSansCN-Light.otf") format('truetype');
	font-style: normal;
}

@font-face {
	font-family: "SourceHanSansCNBold";
	src: url("//cdn.xuansiwei.com/keany7899/templates/zh-cn/fonts/SourceHanSansCN-Bold.ttf") format('truetype');
	font-style: normal;
}

@font-face {
	font-family: "SourceHanSansCNMedium";
	src: url("//cdn.xuansiwei.com/keany7899/templates/zh-cn/fonts/SourceHanSansCN-Medium.ttf") format('truetype');
	font-style: normal;
}

@font-face {
	font-family: "GothamBook";
	src: url("//cdn.xuansiwei.com/keany7899/templates/zh-cn/fonts/Gotham-Book.ttf") format('truetype');
	font-style: normal;
}

@font-face {
	font-family: "GothamBold";
	src: url("//cdn.xuansiwei.com/keany7899/templates/zh-cn/fonts/Gotham-bold.ttf") format('truetype');
	font-style: normal;
} */

.font_regular {
	font-family: SourceHanSansCNRegular;
}

.font_light {
	font-family: SourceHanSansCNLight;
}

.font_bold {
	font-family: SourceHanSansCNBold;
}

.font_medium {
	font-family: SourceHanSansCNMedium;
}

.font_gotham_book {
	font-family: GothamBook;
}

.font_gotham_bold {
	font-family: GothamBold;
}


/*导航条*/

.header_box {
	width: 100%;
	position: fixed;
	z-index: 9999;
	top: 70px;
	min-width: 1000px;
}

.header_box_scroll {
	background: rgba(0, 0, 0, 0.5);
	padding: 10px 0;
	top: 0;
}

.header_box_inner {
	width: 67.7%;
	overflow: hidden;
	font-size: 14px;
	margin: auto;
}

.header_menu {
	width: 53.8%;
}

.header_menu .menu_nav {
	position: relative;
}

.header_menu .menu_nav.active .menu_nav_line {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.header_menu .menu_nav .menu_nav_line {
	height: 2px;
	background: #fff;
	width: 100%;
	-webkit-transform: scale(0);
	transform: scale(0);
	transition: 0.3s all;
}

.header_menu .menu_nav:hover .menu_nav_line {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.header_menu .menu_nav .menu_nav_txt {
	color: #fff;
}

.header_right_txt {
	margin-right: 20px;
}

.header_right_txt:last-child {
	margin-right: 0;
}

.header_right a {
	color: #fff;
}

.header_right a:hover {
	color: #fff;
}

.header_right .search_icon {
	margin-right: 60px;
}


/*脚部*/

.footer_box {
	background: #101936;
}

.footer_inner {
	width: 67.7%;
	margin: 0 auto;
	padding: 70px 0;
}

.footer_left {
	overflow: hidden;
	width: 65.4%;
}

.footer_info .footer_info_title {
	color: #ffffff;
	margin-bottom: 20px;
}

.footer_info .footer_info_txt {
	margin-bottom: 10px;
}

.footer_info .footer_info_txt a {
	color: #fff;
}

.footer_logo {
	width: 15.6%;
}

.footer_logo img {
	width: 100%;
}
.footer_info .footer_info_txt img{
	width: 76px;
	height: 19px;
}
.coperight {
	width: 100%;
	background: #192831;
	padding: 6px 0;
	text-align: center;
	line-height: 18px;
	color: #30556b;
}


/*公众样式*/
.scrollbar::-webkit-scrollbar,
.scrollbar::-webkit-scrollbar{
	width:0px !important;
	height:0px !important;
}
html,
body,
.body {
	min-width: 1000px;
	font-family: SourceHanSansCNRegular;
	font-size: 16px;
	color: #404040;
}

.body {
	position: relative;
}

.shadow_img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 2;
	height: 100%;
}

.banner_inner {
	width: 67.7%;
	left: 50%;
	transform: translateX(-50%);
	color: #fff;
	position: absolute;
	bottom: 100px;
	z-index: 3;
}

.banner_inner_left {
	line-height: 30px;
	font-size: 30px;
}

.banner_inner_left .banner_left_title {
	margin-bottom: 16px;
}

.banner_inner_right {
	text-align: right;
	line-height: 24px;
	font-size: 15px;
}

.pc_screen {
	display: block !important;
}

.phone_screen {
	display: none !important;
}


/*响应式适配*/

@media screen and (max-width: 1861px) {}

@media screen and (max-width: 1681px) {
	.header_box_inner,
	.footer_inner {
		width: 75%;
	}
	.footer_left {
		width: 70%;
	}
}

@media screen and (max-width: 1335px) {
	.header_box_inner,
	.footer_inner {
		width: 80%;
	}
	.footer_left {
		width: 75%;
	}
}

@media screen and (max-width: 1200px) {
	.header_box_inner,
	.footer_inner {
		width: 85%;
	}
	.footer_left {
		width: 75%;
	}
}

@media screen and (max-width: 1100px) {
	.header_box_inner,
	.footer_inner {
		width: 90%;
	}
	.footer_left {
		width: 75%;
	}
}

@media screen and (max-width: 1000px) {
	html,
	body,
	.body {
		min-width: initial;
		width: 100%;
	}
	.pc_screen {
		display: none !important;
	}
	.phone_screen {
		display: block !important;
	}
	/*头部菜单*/
	.mobile_header_con {
		width: 100%;
		height: 68px;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
	}
	.mobile_header {
		background: #fff;
		padding: 0 23px;
		height: 68px;
	}
	.mobile_header.active{
		background: #1781ba;
	}
	
	.mobile_logo {
		width: 89px;
		height: 23px;
	}
	.mobile_menu_img {
		width: 24px;
		height: 17px;
		cursor: pointer;
	}
	.mobile_header .mobile_menu_img .mobile_menu_1 {
		height: 2px;
		background: #a6a6a6;
		border-radius: 10px;
	}
	.mobile_header.active .mobile_menu_img .mobile_menu_1{
		background: #ffffff;
	}
	.mobile_menu_img .mobile_menu_1:nth-child(2),
	.mobile_menu_img .mobile_menu_1:nth-child(3) {
		margin-top: 5px;
	}
	.mobile_header_content {
		position: fixed;
		top: 67px;
		width: 100%;
		background-position: center bottom;
		background-repeat: no-repeat;
		background-size: 100% 100%;
		-webkit-transition: 0.3s all;
		transition: 0.3s all;
		overflow: hidden;
		height: 0;
		opacity: 0;
	}
	.mobile_header_content.active{
		height: calc(100% - 67px);
		opacity: 1;
	}
	.mobile_header_inner{
		padding:0 32px;
		overflow: hidden;
	}
	.mobile_header_nav{
		height: 40px;
		color:#fff;
		border-bottom: 1px solid #fff;
		font-size: 14px;
	}
	.mobile_header_nav:hover{
		color: #fff;
	}
	.mobile_header_nav .mobile_header_arrow{
		width: 24px;
		height: 24px;
	}
	.mobile_header_nav.active .mobile_header_arrow{
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
	}
	.mobile_header_con~.body {
		padding-top: 68px;
	}
	/*脚部*/ 
	.footer_inner {
	    width: 83%;
	    padding-top: 35px;
	    padding-bottom: 35px;
	}
	.coperight{
		font-size: 8px;
	}
	.footer_left{
		display: block !important;
		overflow: initial;
	}
	.footer_logo{
		width: 34%;
	}
	.footer_info .footer_info_title {
    	margin-bottom: 8px;
    	font-size: 10px;
	}
	.footer_info:nth-child(2){
		width: 90px;
		float: left;
		margin-top: 25px;
	}
	.footer_info:nth-child(3){
		width: 90px;
		margin-top: 25px;
		float: left;
	}
	.footer_info:nth-child(4){
		clear: both;
		margin-top: 20px;
		width: 100%;
		position: relative;
		white-space: nowrap;
	}
	.footer_info .footer_info_txt{
		font-size: 12px;
		margin-bottom: 2px;
	}

}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 414px) {}


/*公众样式*/


/*庞门正道*/

@font-face {
	font-family: "pangmenzhengdao";
	src: url("//cdn.xuansiwei.com/keany7899/templates/zh-cn/fonts/pangmenzhengdao.ttf") format('truetype');
	font-weight: normal;
	font-style: normal;
}

.font_one {
	font-family: pangmenzhengdao;
}

a {
	color: #232323;
}

a:hover {
	color: #006bcf;
	text-decoration: none;
}

body,
html {
	color: #232323;
	padding: 0;
	margin: 0;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.color_main {
	color: #8dc0ac !important;
}

.color_bg_main {
	color: #fff !important;
	background: #8dc0ac!important;
}

.color_gray {
	color: #808080 !important;
}

.color_999 {
	color: #999 !important;
}

.text_hidden {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.two_hidden {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.three_hidden {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
}

.four_hidden {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 4;
}

.show_animate_X {
	opacity: 1 !important;
	-webkit-transform: translateX(0) !important;
	transform: translateX(0) !important;
}

.show_animate_Y {
	opacity: 1 !important;
	-webkit-transform: translateY(0) !important;
	transform: translateY(0) !important;
}


/*flex*/

.d_flex {
	display: -webkit-flex;
	display: flex;
}

.flex_wrap {
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.j_start {
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.j_center {
	-webkit-justify-content: center;
	justify-content: center;
}

.j_between {
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

.a_center {
	-webkit-align-items: center;
	align-items: center;
}

.a_end {
	-webkit-align-items: flex-end;
	align-items: flex-end;
}


/*浮动*/

.float_left {
	float: left !important;
}

.float_right {
	float: right !important;
}

/*翻页*/
.page-fy {
	display: -webkit-flex;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	align-items: center;
	padding: 2.56% 0;
}

.page-fy a {
	display: block;
	height: 34px;
	line-height: 34px;
	padding: 0 16px;
	margin: 0 5px;
	background-color: #ffffff;
	border: 1px solid #d9d9d9;
	font-size: 14px;
	color: #333333;
}

.page-fy a:hover {
	background-color: #0075C3;
	border: 1px solid #0075C3;
	color: #ffffff;
}

.page-fy span {
	display: block;
	height: 34px;
	line-height: 34px;
	padding: 0 16px;
	margin: 0 5px;
	background-color: #0075C3;
	border: 1px solid #0075C3;
	font-size: 14px;
	color: #ffffff;
}

.page-fy span.current {
	background-color: #0075C3 !important;
	border-color: #0075C3 !important;
	font-size: 14px !important;
	color: #ffffff !important;
}

.page-fy span.disabled {
	background-color: #f3f3f4 !important;
	border-color: #d9d9d9 !important;
	font-size: 14px !important;
	color: #333333 !important;
}