@charset "utf-8";



::-webkit-scrollbar{ 
	width:8px;
}
::-webkit-scrollbar-thumb{
	background:#b78f5a;
}
::-webkit-scrollbar-track{
	background:#fff;
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translateY(200px);
		transform: translateY(200px);
		visibility: visible;
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translateY(200px);
		transform: translateY(200px);
		visibility: visible;
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
/*右边定位模块*/
.menus_right{
	position: fixed;
	top:50%;
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
	right: 0;
	display: none;
	height: 304px;
}
.menus_right .menus_right_nav{
	display: block !important;
	height: 60px;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	background: #232323;
	color:#fff;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	display: block;
	position: absolute;
	width: 80px;
	right: 0;
	top:0;
	z-index: 33;
}
.menus_right .menus_right_nav:nth-child(2){
	top:61px;
}
.menus_right .menus_right_nav:nth-child(3){
	top:122px;
}
.menus_right .menus_right_nav:nth-child(4){
	top:183px;
}
.menus_right .menus_right_nav:nth-child(5){
	top:244px;
	cursor: pointer;
}
.menus_right .menus_right_nav .img{
	margin: auto;
	padding-top: 10px;
	padding-bottom: 5px;
}
.menus_right .menus_right_nav .menus_right_inner{
	width: 80px;
}
.menus_right .menus_right_nav:nth-child(3){
	width: 250px;
	-o-transform: translateX(170px);
	-ms-transform: translateX(170px);
	-moz-transform: translateX(170px);
	-webkit-transform: translateX(170px);
	transform: translateX(170px);
	-o-transition:0.8s all;
	-ms-transition:0.8s all;
	-moz-transition:0.8s all;
	-webkit-transition:0.8s all;
	transition:0.8s all;
}
.menus_right .menus_right_nav:hover{
	background: #b78f5a;
}
.menus_right .menus_right_nav:nth-child(3):hover{
	-o-transform: translateX(0px);
	-ms-transform: translateX(0px);
	-moz-transform: translateX(0px);
	-webkit-transform: translateX(0px);
	transform: translateX(0px);
}
.menus_right .menus_right_nav .three_box{
	height: 100%;
}
.menus_right .menus_right_nav .three_box .line{
	height: 30px;
	background: #fff;
	width: 1px;
	opacity: 0.19;
	margin-top: 15px;
}
.menus_right .menus_right_nav .three_box .phone{
	font-size: 26px;
	line-height: 1;
	width: calc(100% - 80px);
	text-align: center;
	margin-top: 17px;
	white-space: nowrap;
}
.menus_right .menus_right_nav:nth-child(4) .gzh_qr{
	width: 120px;
	height: 120px;
	position: absolute;
	right: 80px;
	top:50%;
	margin-top: -60px;
	padding-right: 20px;
	-o-transform: translateY(80px);
	-ms-transform: translateY(80px);
	-moz-transform: translateY(80px);
	-webkit-transform: translateY(80px);
	transform: translateY(80px);
	-o-transition:0.8s all;
	-ms-transition:0.8s all;
	-moz-transition:0.8s all;
	-webkit-transition:0.8s all;
	transition:0.8s all;
	opacity: 0;
	visibility: hidden;
}
.menus_right .menus_right_nav:nth-child(4):hover .gzh_qr{
	-o-transform: translateY(0px);
	-ms-transform: translateY(0px);
	-moz-transform: translateY(0px);
	-webkit-transform: translateY(0px);
	transform: translateY(0px);
	opacity: 1;
	visibility: visible;
}
/*banner*/

.banner {
	background: #0c0e11;
	position: relative;
	z-index: 10;
	width: 100%;
}

.banner .banner_img {
	width: 100%;
	opacity: 0.3;
}
.banner_center{
	position: absolute;
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	z-index: 10;
}
/*banner下面的线*/

.page_line {
	width: 100%;
	height: 4px;
}

.page_line .page_line_bar {
	height: 100%;
	width: 0;
	-o-transition: ease 2s;
	-ms-transition: ease 2s;
	-moz-transition: ease 2s;
	-webkit-transition: ease 2s;
	transition: ease 2s;
	background: #b78f5a;
}

.page_line .page_line_bar.on {
	width: 100%;
}


/*三角形*/

.triangle_left {
	position: relative;
	height: 0px;
	width: 0px;
	border-top: 6px solid transparent;
	border-right: 6px solid #595757;
	border-bottom: 6px solid transparent;
}

.triangle_right {
	position: relative;
	height: 0px;
	width: 0px;
	border-top: 6px solid transparent;
	border-left: 6px solid #595757;
	border-bottom: 6px solid transparent;
}

.triangle_top {
	position: relative;
	height: 0px;
	width: 0px;
	border-left: 6px solid transparent;
	border-bottom: 6px solid #595757;
	border-right: 6px solid transparent;
}

.triangle_bottom {
	position: relative;
	height: 0px;
	width: 0px;
	border-left: 6px solid transparent;
	border-top: 6px solid #595757;
	border-right: 6px solid transparent;
}


/*导航条 pc*/

.header_box {
	width: 100%;
	height: 130px;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	background: rgba(0, 0, 0, 0);
}
.header_box.on{
	background: rgba(24, 24, 24, 1);
	height: 80px;
}
.header_box .header_inner {
	padding: 0 4.6875%;
	height: 100%;
}

.header_box .left {}

.header_box .right {}

.menus {
	width: 100%;
}

.menus .menus_nav {
	margin-right: 60px;
	font-size: 18px;
	color: #fff;
	position: relative;
	top: 5px;
}

.menus .menus_nav:last-child {
	margin-right: 0;
}

.menus .menus_nav .menus_nav_txt,
.menus .menus_nav .login{
	color: #fff;
}

.menus .menus_nav .menus_icon {
	opacity: 0;
	width: 8px;
	height: 10px;
	position: absolute;
	left: 50%;
	margin-left: -4px;
	top: -15px;
	z-index: 1;
	-o-transition:0.3s all;
	-ms-transition:0.3s all;
	-moz-transition:0.3s all;
	-webkit-transition:0.3s all;
	transition:0.3s all;
}
.menus .menus_nav:hover .menus_icon,
.menus .menus_nav.on .menus_icon{
	opacity: 1;
}
.menus .menus_nav:hover .menus_nav_txt,
.menus .menus_nav.on .menus_nav_txt,
.menus .menus_nav .login:hover{
	color:#b78f5a;
}
.menus .menus_nav .line{
	width: 1px;
	height: 15px;
	opacity: 0.2;
	background: #fff;
	margin: 0 20px;
}
.menus .menus_nav .language_icon .img1{
	
}
.menus .menus_nav .language_icon .img2{
	display: none;
}
.menus .menus_nav .language_icon:hover .img1{
	display: none;
}
.menus .menus_nav .language_icon:hover .img2{
	display: block;
}
/*导航条 移动*/

.heade {
	position: fixed;
	top: 0;
	left: 0;
	width: calc(100% - 40px);
	z-index: 999;
	background: #191818;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 20px;
	height: 50px;
	line-height: 50px;
}

.headr_img {
	width: 100px;
	height: 100%;
}

.headr_img .logo {
	width: 100%;
	display: block;
}

.headr_cont {
	margin-top: 18px;
	cursor: pointer;
}

.headr_cont span {
	display: block;
	width: 23px;
	height: 1px;
	background: #fff;
	margin-bottom: 6px;
}

.headr_cont span:nth-child(2) {
	width: 17px;
}

.heart {
	width: calc(100% - 30px);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 0 15px;
	height: 50px;
	line-height: 50px;
}

.hea {
	position: relative;
}

.hea span {
	width: 20px;
	height: 1px;
	background: #fff;
	margin-top: 8px;
}

.hea .nm {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition: all .2s;
	transition: all .2s;
}

.hea .vb {
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transition: all .2s;
	transition: all .2s;
	position: absolute;
	top: 0px;
}

.hea span:nth-child(2) {
	width: 20px;
}

.headr_bot {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	z-index: 1000;
	background: #2f2f2f;
	height: 100vh;
	display: none;
}

.liq {
	padding: 0;
	opacity: 0;
	pointer-events: none;
	-webkit-transform: scale(1.1) translateY(-24px);
	transform: scale(1.1) translateY(-24px);
	-webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
	transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
	transition: opacity 0.35s ease-out, transform 0.35s ease-out;
	transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
.liq .line{
	width: 1px;
	height: 15px;
	opacity: 0.2;
	background: #fff;
	margin: 0 8px 0 16px;
}
.liq .login{
	color:#fff;
	font-size: 15px;
}
.slid {
	opacity: 1;
	pointer-events: auto;
	-webkit-transform: none;
	transform: none;
}

.liq:nth-child(2) {
	-webkit-transition-delay: 100ms, 100ms;
	transition-delay: 100ms, 100ms;
}

.liq:nth-child(3) {
	-webkit-transition-delay: 180ms, 180ms;
	transition-delay: 180ms, 180ms;
}

.liq:nth-child(4) {
	-webkit-transition-delay: 260ms, 260ms;
	transition-delay: 260ms, 260ms;
}

.liq:nth-child(5) {
	-webkit-transition-delay: 320ms, 320ms;
	transition-delay: 320ms, 320ms;
}

.liq:nth-child(6) {
	-webkit-transition-delay: 400ms, 400ms;
	transition-delay: 400ms, 400ms;
}

.liq:nth-child(7) {
	-webkit-transition-delay: 480ms, 480ms;
	transition-delay: 480ms, 480ms;
}

.liq:nth-child(8) {
	-webkit-transition-delay: 560ms, 560ms;
	transition-delay: 560ms, 560ms;
}

.fort_bott {
	width: calc(100% - 40px);
	padding: 0 20px;
}

.fort_bott .li {
	width: 100%;
	border-bottom: 1px solid #404043;
}

.fort_bott .info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #fff;
}

.info h3 {
	font-size: 15px;
	padding-top: 15px;
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding-bottom: 15px;
	color: rgba(255, 255, 255, 1);
	width: 50%;
}

.info h3 a {
	width: 100%;
	display: inline-block;
	color: #fff;
}

.inf_img>img {
	margin-top: 122%;
}

.foyu_opi2 {
	display: none;
}

.foty_over a {
	color: rgba(255, 255, 255, 0.8);
	width: 100%;
	display: inline-block;
	padding-left: 15px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	line-height: 40px;
	font-size: 14px;
}

.foty_over a:hover {
	color: #de1e31;
}

.inko p a {
	color: rgba(255, 255, 255, 0.7);
	font-size: 16px;
}

.img_disp2 {
	display: block;
}

.img_disp3 {
	display: none;
}

.y_ov a:last-child {
	border-bottom: none;
}


/*脚部*/

.footer_box {
	background: #090909;
	width: 100%;
	position: relative;
	z-index: 10;
	height: 400px;
	overflow: hidden;
}

.footer_box .footer_inner {
	width: 73%;
	margin: auto;
	padding-bottom: 50px;
	padding-top: 50px;
}
.footer_menus_con{
	width: 100%;
}
.footer_menus {
	
}
.footer_logo{
	width: 177px;
	display: block;
}
.footer_logo .logo{
	width: 100%;
}
.footer_menus .menus_nav {
	margin-right: 70px;
	font-size: 20px;
	color: #fff;
	position: relative;
}

.footer_menus .menus_nav:last-child {
	margin-right: 0;
}

.footer_menus .menus_nav .menus_nav_txt{
	color: #fff;
}

.footer_menus .menus_nav:hover .menus_nav_txt{
	color:#b78f5a;
}
.footer_1{
	width: 100%;
	padding-top: 40px;
	margin-top: 40px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	border-top: 1px solid #151515;
	border-bottom: 1px solid #151515;
}
.footer_1_1{
	font-size: 20px;
}
.footer_1_1 .footer_1_1_1{
	color:#aaa;
	padding-bottom: 8px;
}
.footer_1_1 .footer_1_1_2{
	font-size: 16px;
	color:#444;
}
.footer_1_2 .footer_1_2_1{
	position: relative;
	width: 40px;
	height: 40px;
	border:1px solid rgba(255,255,255,8%);
	border-radius: 50%;
	margin-right: 30px;
}
.footer_1_2 .footer_1_2_1:last-child{
	margin-right: 0;
}
.footer_1_2 .footer_1_2_1:hover{
	background: #fff;
	border:1px solid #fff;
}
.footer_2{
	font-size: 16px;
	color:#444;
}
.footer_2 .footer_2_2{
	position: relative;
	width: 115px;
	height: 35px;
	border-radius: 3px;
	background: #b78f5a;
	font-size: 18px;
	color:#fff;
}
.footer_2 .footer_2_2:hover{
	background: #815f32;
}
.footer_1_2 .wx_ewm img{
	width: 100px;
	height: 100px;
}
.footer_1_2 .footer_1_2_1 .wx_ewm{
	position: absolute;
	bottom: 50px;
	right: -29px;
	-o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -o-transition: 0.8s all;
    -ms-transition: 0.8s all;
    -moz-transition: 0.8s all;
    -webkit-transition: 0.8s all;
    transition: 0.8s all;
    opacity: 0;
    visibility: hidden;
}
.footer_1_2 .footer_1_2_1:hover .wx_ewm{
	-o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
.footer_1_2 .dy_ewm img{
	width: 100px;
	height: 100px;
}
.footer_1_2 .footer_1_2_1 .dy_ewm{
	position: absolute;
	bottom: 50px;
	right: -29px;
	-o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -o-transition: 0.8s all;
    -ms-transition: 0.8s all;
    -moz-transition: 0.8s all;
    -webkit-transition: 0.8s all;
    transition: 0.8s all;
    opacity: 0;
    visibility: hidden;
}
.footer_1_2 .footer_1_2_1:hover .dy_ewm{
	-o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}
.footer_2 .footer_2_2 .online_ewm img{
	width: 100px;
	height: 100px;
}
.footer_2 .footer_2_2 .online_ewm{
	position: absolute;
	bottom: 0px;
	right: 140px;
	-o-transform: translateY(100px);
    -ms-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -o-transition: 0.8s all;
    -ms-transition: 0.8s all;
    -moz-transition: 0.8s all;
    -webkit-transition: 0.8s all;
    transition: 0.8s all;
    opacity: 0;
    visibility: hidden;
}
.footer_2 .footer_2_2:hover .online_ewm{
	-o-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
}



/*页码*/

.page_number_con {
	width: 100%;
	height: 56px;
	font-size: 20px;
	font-family: "DaimlerCACRegular", "PingFangSC-Regular", "Microsoft YaHei", "arial";
}

.page_number_con .page_number {
	width: 56px;
	height: 56px;
	box-sizing: border-box;
	text-align: center;
	line-height: 56px;
	display: block;
	color: #333;
	margin-right: 10px;
	font-size: 20px;
	border-radius: 10px;
	background: #fff;
}

.page_number_con .gonum {
	text-align: center;
	margin: 0 10px;
	box-sizing: border-box;
	height: 56px;
	width: 56px !important;
}

.page_number_con .btngo {
	height: 56px;
	margin-left: 10px;
	line-height: 56px;
	padding: 0 10px;
	font-size: 12px;
}

.page_number_con .page_number.page_dian {
	border: none;
}

.page_number_con .page_number.active {
	background: #b78f5a;
	color: #fff;
	border-color: #b78f5a;
}

.page_number_con .page_number:not(.page_number_hover):hover {
	background: #b78f5a;
	color: #fff;
	border-color: #b78f5a;
}

.page_number_con .page_number:hover .triangle_left {
	border-right-color: #b78f5a;
}

.page_number_con .page_number:hover .triangle_right {
	border-left-color: #b78f5a;
}

.page_number_con .page_number:last-child {
	margin-right: 0;
}

.page_number_con .page_number_inner {
	width: 100%;
	height: 100%;
}


/*公众样式*/
@font-face {
	font-family: CorporateA;
	src: url("../fonts/CorporateA.otf") format('truetype');
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: DaimlerCACRegular;
	src: url("../fonts/DaimlerCAC-Regular.otf") format('truetype');
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: hyzsj;
	src: url("../fonts/hyzsj.ttf") format('truetype');
	font-style: normal;
	font-display: swap;
}

.CorporateA {
	font-family: "CorporateA", "PingFangSC-Regular", "Microsoft YaHei", "arial";
}

.DaimlerCACRegular {
	font-family: "DaimlerCACRegular", "PingFangSC-Regular", "Microsoft YaHei", "arial";
}

.hyzsj {
	font-family: "hyzsj", "PingFangSC-Regular", "Microsoft YaHei", "arial";
}
.fontScaleX {
	-o-transform: scaleX(0.8);
	-ms-transform: scaleX(0.8);
	-moz-transform: scaleX(0.8);
	-webkit-transform: scaleX(0.8);
	transform: scaleX(0.8);
	display: inline-block;
}
.originInit{
	-o-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-webkit-transform-origin: 0 0;
    transform-origin: 0 0;
}
input[type=search] {
	-webkit-appearance: textfield;
	-webkit-box-sizing: content-box;
	font-family: inherit;
	font-size: 100%;
}

input::-webkit-search-decoration,
input::-webkit-search-cancel-button {
	display: none;
}

input[type=number] {
	-moz-appearance: textfield;
	padding: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

img {
	display: block;
　　-moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -khtml-user-select: none;
    user-select: none;
}

a {
	color: #222;
	text-decoration: none;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

a:hover {
	color: #b78f5a;
	text-decoration: none;
	transition: 0.3s all;
}

.swiper-container {
	margin-left: initial;
	margin-right: initial;
}

.scrollbar::-webkit-scrollbar,
.scrollbar::-webkit-scrollbar {
	width: 0px !important;
	height: 0px !important;
}

body {
	color: #222;
	padding: 0;
	margin: 0;
	font-family: "hyzsj", "PingFangSC-Regular", "Microsoft YaHei", "arial";
	font-size: 16px;
	min-width: 1200px;
	-webkit-tap-highlight-color:transparent;
}

.body {
	position: relative;
	z-index: 2;
}

.body_con {
	width: 73%;
	margin: auto;
}

.pc_screen {
	display: block !important;
}

.mobile_screen {
	display: none !important;
}
.display_block{
	display: block !important;
}

.display_none {
	display: none !important;
}
.font_weight {
	font-weight: bold;
}

.color_fff {
	color: #fff !important;
}

.color_main {
	color: #b78f5a !important;
}

.color_bg_main {
	color: #fff !important;
	background: #b78f5a !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;
}

.six_hidden {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
}

.seven_hidden {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 7;
}


/*文字倾斜*/

.text_italic {
	font-style: italic;
}


/*flex*/

.d_flex {
	display: -webkit-box;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: -o-flex;
	display: -webkit-flex;
	display: flex;
}

.flex_wrap {
	-o-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

.j_start {
	-o-justify-content: flex-start;
	-moz-justify-content: flex-start;
	-ms-justify-content: flex-start;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.j_center {
	-o-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.j_between {
	-o-justify-content: space-between;
	-ms-justify-content: space-between;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.j_space_around {
	-o-justify-content: space-around;
	-ms-justify-content: space-around;
	-moz-justify-content: space-around;
	-webkit-justify-content: space-around;
	-webkit-justify-content: space-around;
	justify-content: space-around;
}
.j_end{
	-o-justify-content:flex-end;
	-ms-justify-content:flex-end;
	-moz-justify-content:flex-end;
	-webkit-justify-content:flex-end;
	justify-content:flex-end;
}

.a_center {
	-o-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	-ms-align-items: center;
	align-items: center;
}

.a_end {
	-o-align-items: flex-end;
	-ms-align-items: flex-end;
	-moz-align-items: flex-end;
	-webkit-align-items: flex-end;
	align-items: flex-end;
}

.row_column{
	-o-flex-direction: row-reverse; 
	-ms-flex-direction: row-reverse; 
	-moz-flex-direction: row-reverse; 
	-webkit-flex-direction: row-reverse; 
 	flex-direction: row-reverse; 
}
.flex_column{
	-o-flex-direction: column;
	-ms-flex-direction: column;
	-moz-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}

/*浮动*/

.float_left {
	float: left !important;
}

.float_right {
	float: right !important;
}
.hidden-xs{display: block;}
.visible-xs{display: none;}
/*响应式适配*/

@media screen and (max-width: 1861px) {}

@media screen and (max-width: 1681px) {}

@media screen and (max-width: 1500px) {}

@media screen and (max-width: 1335px) {
	.footer_box .footer_inner{
		width: 80%;
	}
}

@media screen and (max-width: 1200px) {
	.pc_screen {
		display: none !important;
	}
	.mobile_screen {
		display: block !important;
	}
	.header_box~.body {
		margin-top: 50px;
	}
}

@media screen and (max-width: 1100px) {}

@media screen and (max-width: 1000px) {}

@media screen and (max-width: 768px) {}

@media screen and (max-width: 500px) {
	.page_line {
	    height: 2px;
	}
	body {
		min-width: auto;
	}
	.program_form {
	    background-size: auto 100% !important;
	    background-position: center center;
	}
	.menus_right{
		top: auto;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 50px;
		-o-transform: translateY(0);
	    -moz-transform: translateY(0);
	    -ms-transform: translateY(0);
	    -webkit-transform: translateY(0);
	    transform: translateY(0);
	}
	.menus_right .menus_right_nav:nth-child(2){
		top:auto;
		left: 20%;
		z-index: 110;
	}
	.menus_right .menus_right_nav:nth-child(3){
		right: auto;
		top:auto;
		left: 40% !important;
		bottom: 0;
	}
	.menus_right .menus_right_nav:nth-child(4){
		top:auto;
		left: 60%;
	}
	.menus_right .menus_right_nav:nth-child(5){
		top:auto;
		cursor: pointer;
		left: 80%;
	}
	.menus_right .menus_right_nav .three_box .phone {
	    font-size: 16px;
	    margin-top: 0;
	    width: 120px;
	    position: absolute;
	    top: -50px;
	    z-index: 100;
	    height: 50px;
	    background: #232323;
	    line-height: 50px;
	    left: 50%;
	    margin-left: -60px;
	    -o-transform: translateY(100px);
	    -ms-transform: translateY(100px);
	    -moz-transform: translateY(100px);
	    -webkit-transform: translateY(100px);
	    transform: translateY(100px);
	    -webkit-transition: 0.6s all;
	    transition: 0.6s all;
	    visibility: hidden;
	   	opacity: 0;
	}
	.menus_right .menus_right_nav:hover .three_box .phone {
	    -o-transform: translateY(0);
	    -ms-transform: translateY(0);
	    -moz-transform: translateY(0);
	    -webkit-transform: translateY(0);
	    transform: translateY(0);
	    visibility: visible;
	   	opacity: 1;
	}
	.menus_right .menus_right_nav .three_box .line {
	    height: 26px;
	    margin-top: 14px;
	    display: none;
	}
	.menus_right .menus_right_nav .menus_right_inner {
	    width: 100%;
	    height: 100%;
	    background: #232323;
	    z-index: 1000;
	    position: relative;
	}
	
	.menus_right .menus_right_nav {
	    height: 50px;
    	font-size: 12px;
    	left: 0;
		right: auto;
		border-radius: 0;
    	width: 20% !important;
	}
	.menus_right .menus_right_nav:after{
		content: "";
		height: 20px;
		width: 1px;
		background: rgba(255,255,255,0.1);
		position: absolute;
		right: 0;
		top:15px;
    	z-index: 1000;
	}
	.menus_right .menus_right_nav:last-child:after{
		content:initial;
		height: 0;
		width: 0;
	}
	.menus_right .menus_right_nav .img {
	    padding-top: 8px;
	    width: 16px;
	}
	.menus_right .menus_right_nav:nth-child(3) {
	    -o-transform: translateX(0px);
	    -ms-transform: translateX(0px);
	    -moz-transform: translateX(0px);
	    -webkit-transform: translateX(0px);
	    transform: translateX(0px);
		border-top-left-radius: 0;
    	border-bottom-left-radius: 0;
    	z-index: 999;
	}
	.menus_right .menus_right_nav .three_box{
		width: 100%;
	}
	.menus_right .menus_right_nav:nth-child(4) .gzh_qr {
	    right: auto;
	    top: auto;
	    left: 50%;
	    bottom: 50px;
	    margin-top: 0;
	    padding-right: 0;
	    padding-bottom: 20px;
	    margin-left: -60px;
	    -o-transform: translateY(170px);
	    -ms-transform: translateY(170px);
	    -moz-transform: translateY(170px);
	    -webkit-transform: translateY(170px);
	    transform: translateY(170px);
	}
	.footer_box{
		height: auto;
		padding-bottom: 50px;
	}
	.footer_menus_con,.footer_menus{
		display: block;
	}
	.footer_logo {
	    width: 120px;
	}
	.footer_menus{
		margin-top: 20px;
		overflow: hidden;
	}
	.footer_menus .menus_nav {
	    margin-right: 5px;
	    font-size: 16px;
	    float: left;
		margin-bottom: 20px;
	}
	.footer_box .footer_inner {
	    width: 90%;
	    padding-bottom: 30px;
	    padding-top: 30px;
	}
	.footer_1 {
	    margin-top: 0;
	    display: block;
	    padding-top: 30px;
	    padding-bottom: 30px;
	    margin-bottom: 10px;
	}
	.footer_1_1 {
	    margin-bottom: 20px;
	}
	.footer_menus .menus_nav .menus_nav_txt div{
		-o-transform-origin: 0 0;
		-ms-transform-origin: 0 0;
		-moz-transform-origin: 0 0;
		-webkit-transform-origin: 0 0;
	    transform-origin: 0 0;
	}
	.footer_1_1 .footer_1_1_2{
		margin-top: 0;
		line-height: 22px;
    	color: #818181;
	}
	.footer_1_1 .footer_1_1_2 span,.footer_2 span{
		-o-transform: scaleX(1);
		-ms-transform: scaleX(1);
		-moz-transform: scaleX(1);
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
    	font-size: 14px;
    	text-align: justify;
	}
	.footer_1_2 .footer_1_2_1 {
	    border: 1px solid rgba(255,255,255,8%);
	}
	.footer_2 {
	    padding-top: 20px;
	    display: block;
	    color:#818181;
		line-height: 22px;
	}
	.footer_2 .footer_2_2 {
	    margin-top: 20px;
	}
	.public_title {
		-o-transform: scaleX(1);
		-ms-transform: scaleX(1);
		-moz-transform: scaleX(1);
		-webkit-transform: scaleX(1);
		transform: scaleX(1);
		display: inline-block;
	}
	.hidden-xs{display: none;}
	.visible-xs{display: block;}
}