﻿@charset "utf-8";
/* @font-face {
	font-family: "SourceHanSansRegular";
	src: url("../fonts/sourcehansans-regular.ttf") format('truetype');
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "SourceHanSansBold";
	src: url("../fonts/sourcehansans-bold.ttf") format('truetype');
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "MyriadProRegular";
	src: url("../fonts/MyriadPro-Regular.otf") format('truetype');
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "AGLettericaCondensedBold";
	src: url("../fonts/AGLettericaCondensed-Bold.ttf") format('truetype');
	font-style: normal;
	font-display: swap;
}
@font-face {
	font-family: "AccidentalPresidency";
	src: url("../fonts/accidentalpresidency.ttf") format('truetype');
	font-style: normal;
	font-display: swap;
}
.family_regular {
	font-family: "SourceHanSansRegular";
}
.family_bold {
	font-family: "SourceHanSansBold";
}
.family_myriad_pro_regular {
	font-family: "MyriadProRegular","Arial";
}
.family_aGLetterica_condensed_bold {
	font-family: "AGLettericaCondensedBold";
}
.family_accidental_presidency {
	font-family: "AccidentalPresidency","Arial";
} */
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;
}
p{
	margin: 0;
	padding: 0;
}
img{
	display: block;
}
.swiper-container{
	margin-left: initial;
	margin-right: initial;
}
@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
		visibility: visible;
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translateY(100px);
		transform: translateY(100px);
		visibility: visible;
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
/** {
    -webkit-touch-callout:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none;
}*/

input {
    -webkit-user-select:auto;
}




.top_icon{
	width: 60px;
	height: 60px;
	position: fixed;
	right: 20px;
	bottom: 60px;
	z-index: 1000;
	cursor: pointer;
}
.line_class{
	position: relative;
	top: -110px;
}
/*修改滚动条样式*/
::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
	background: #bbb;
}
::-webkit-scrollbar-thumb {
	background: #fcce27;
	border-radius: 20px;
}
::-webkit-scrollbar-thumb:hover {
	background: #fcce27;
}
::-webkit-scrollbar-corner {
	background: #fcce27;
}
/*三角形*/
.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;
}
/*顶部banner*/
.top_banner{
	width: 100%;
	position: relative;
	font-family: Microsoft YaHei, arial ,sans-serif;
}
.top_banner .img{
	width: 100%;
}
.top_banner .top_banner_txt{
	position: absolute;
	left: 50%;
	top:50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	color:#fff;
	text-align: center;
}
.top_banner .top_banner_1{
	font-size: 48px;
	line-height: 48px;
}
.top_banner .top_banner_2{
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
	margin-top: 24px;
}
/*公众菜单*/
.pc_menu{
	width: 100%;
	padding: 100px 0 50px;
}
.pc_menu .pc_menu_nav{
	margin-right: 86px;
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	color:#888;
	border-bottom: 2px solid transparent;
	padding-bottom: 10px;
}
.pc_menu .pc_menu_nav:last-child{
	margin-right: 0;
}
.pc_menu .pc_menu_nav .pc_menu_img{
	height: 50px;
}
.pc_menu .pc_menu_nav .pc_menu_img .img{
	margin: auto;
}
.pc_menu .pc_menu_nav .img2{
	display: none;
}
.pc_menu .pc_menu_nav.on,
.pc_menu .pc_menu_nav:hover{
	color: #fcce27;
	border-bottom: 2px solid #fcce27;
}
.pc_menu .pc_menu_nav.on .img1,
.pc_menu .pc_menu_nav:hover .img1{
	display: none;
}
.pc_menu .pc_menu_nav.on .img2,
.pc_menu .pc_menu_nav:hover .img2{
	display: block;
}
.pc_menu .pc_menu_nav .pc_menu_title{
	white-space: nowrap;
}
/*导航条 pc*/
.header_box{
	width: 100%;
	height: 110px;
	position: fixed;
	top:0;
	left: 0;
	z-index: 2003;
	background: transparent;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}
.header_box.on{
	background: #fff;
	box-shadow: 5px 5px 5px rgba(150, 150, 150, 0.1);
}
.header_box .header_inner{
	padding: 0 160px;
	height: 100%;
	width: 100%;
	box-sizing: border-box;
	margin: auto;
}
.header_box .logo{

	height: 77px;
}
.header_box .header_menus{
	width: 71.25%;
}
.header_box .header_menus .header_menus_nav{
	font-size: 18px;
	position: relative;
	height: 110px;
	line-height: 110px;
}
.header_box .header_menus .header_menus_nav:last-child{
	margin-right: 0;
}
.header_box .header_menus .header_menus_nav a{
	color: #fff;
}
.header_box .header_menus .header_menus_nav a.a_nav{
	white-space: nowrap;
}
.header_box .header_menus .header_menus_nav:hover a.a_nav{
	color:#fcc80e !important;
}

.header_box .header_menus .header_menus_nav.on a.a_nav{
	color:#fcc80e !important;
}
.header_box.on .header_menus .header_menus_nav a{
	color: #333;
}
.header_box .header_menus .search_icon{
	width: 42px;
	height: 42px;
	opacity: 1;
}
.header_box .right_nav{
	margin-right: 8px;
}
.header_box .right_nav:last-child{
	margin-right: 0;
}
.header_box .right_nav .language{
	width: 42px;
	height: 42px;
	border-radius: 50%;
	color:#005c91;
	border:1px solid #cdcdcd;
	font-family: "SourceHanSansBold";
	text-align: center;
	line-height: 40px;
	box-sizing: border-box;
	font-size: 14px;
}
.header_menus .header_menus_nav .menus_child{
	width: 140px;
	position: absolute;
	left: 50%;
	-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 10;
	top:92px;
	display: none;
	background: #fff;
	font-size: 14px;
	padding: 10px 0;
}
.menus_child .menus_child_txt{
	/* border-bottom: 1px solid #e5e5e5; */
	line-height: 14px;
	text-align: center;
	display: block;
	color:#333 !important;
	padding:10px 0;
}
.menus_child .menus_child_txt:hover{
	/* background:#fcc80e !important;
	color:#fff !important;
	border-bottom: 1px solid #fcc80e; */
	text-decoration: underline;
}
.menus_child .menus_child_txt:last-chlid{
	border-bottom:none !important;
}
/*导航条 移动*/
.heade {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 2005;
    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;
	box-sizing: border-box;
}
.headr_img {
    width: 70px;
    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: 100%;
    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;
	box-sizing: border-box;
}
.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;
}
.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;
}
.liq:nth-child(9) {
    -webkit-transition-delay: 640ms, 640ms;
    transition-delay: 640ms, 640ms;
}
.fort_bott {
    width: 100%;
    padding: 0 20px;
	box-sizing: border-box;
}
.fort_bott .li {
    width: 100%;
    border-bottom: 2px 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 {
	width: 100%;
	color: #fff;
	font-size: 16px;
	background: #000;
	background-size: cover;
	overflow: hidden; 
	box-sizing: border-box;
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer_box .footer_top{
	width: 100%;
}
.footer_box .footer_top .footer_top_left{
	width: 33%;
}
.footer_box .footer_top .footer_top_left .logo{
	width: 189px;
}
.footer_box .footer_top .footer_top_right{
	width: 67%;
}
.footer_box .footer_top .footer_top_right .footer_top_nav{
	color: #fff;
}
.footer_box .footer_top .footer_top_right .footer_top_nav:hover{
	color: #0f83d6;
}
.footer_box .footer_inner{
	width: 100%;
	padding: 40px 0;
	margin: 26px 0 20px 0;
	border-top: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.3);
}
.footer_box .footer_inner .footer_inner_left{
	width: 33%;
}
.footer_box .footer_inner .footer_inner_right{
	width: 67%;
}
.footer_box .footer_inner .footer_inner_nav{
	margin-right: 60px;
	text-align: center;
}
.footer_box .footer_inner .footer_inner_nav:last-child{
	margin-right: 0;
}
.footer_box .footer_inner .qr_img{
	width: 100px;
}
.footer_box .footer_inner .qr_title{
	font-size: 14px;
	opacity: 0.5;
	margin-top: 10px;
}
.footer_box .footer_inner .footer_inner_title{
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 18px;
}
.footer_box .footer_inner .footer_inner_con{
	opacity: 0.5;
	line-height: 16px;
}
.footer_box .footer_inner .footer_inner_contact:first-child{
	margin-right: 140px;
}
.footer_box .footer_inner .footer_inner_con .footer_inner_txt{
	margin-bottom: 12px;
}
.footer_box .footer_inner .footer_inner_con .footer_inner_txt:last-child{
	margin-bottom: 0;
}
.footer_box .footer_bottom{
	width: 100%;
	text-align: center;
	opacity: 0.5;
}

/*页码*/

.page_number_con {
	width: 100%;
	height: 40px;
	font-size: 16px;
}
.page_number_con .page_number,.page_number_con .page-num {
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid #dbdbdb;
	text-align: center;
	line-height: 38px;
	display: block;
	color: #333;
	margin-right: 10px;
	font-size: 16px;
	border-radius: 50%;
	font-weight: bold;
}
.page_number_con .gonum{
	border:1px solid #e5e5e5;
	text-align: center;
	margin:0 10px;
	box-sizing: border-box;
	height: 40px;
	width: 40px !important;
}
.page_number_con .btngo{
	height: 40px;
	border:1px solid #e5e5e5;
	margin-left: 10px;
	line-height: 38px;
	padding:0 10px;
	font-size: 16px;
}
.page_number_con .page_number.page_dian {
	border: none;
}

.page_number_con .page_number.active,.page_number_con .page-num.page-num-current {
	background: #fcce27;
	color: #fff;
	border-color: #fcce27;
}

.page_number_con .page_number:not(.page_number_hover):hover {
	background: #fcce27;
	color: #fff;
	border-color: #fcce27;
}

.page_number_con .page_number_hover{
	background: #fff;
	border: none;
}

.page_number_con .page_number:hover .triangle_left {
	border-right-color: #fcce27;
}

.page_number_con .page_number:hover .triangle_right {
	border-left-color: #fcce27;
}

.page_number_con .page_number:last-child {
	margin-right: 0;
}

.page_number_con .page_number_inner {
	width: 100%;
	height: 100%;
}

/*公众样式*/

.scrollbar::-webkit-scrollbar,
.scrollbar::-webkit-scrollbar {
	width: 0px !important;
	height: 0px !important;
}

.body {
	position: relative;
}
.body_con{
	width: 83%;
	margin: auto;
}
.body_con2{
	width: 73%;
	margin: auto;
}
.pc_screen {
	display: block !important;
}

.mobile_screen {
	display: none !important;
}
.font_weight{
	font-weight: bold;
}

/*响应式适配*/

@media screen and (max-width: 1861px) {
	
}
@media screen and (max-width: 1681px) {
	.body_con,
	.body_con2{
		width: 88%;
	}
	.header_box .header_inner{
		width: 88%;
		padding: 0;
	}
}
@media screen and (max-width: 1500px) {
	.body_con,
	.body_con2{
		width: 90%;
	}
	.header_box .header_inner{
		width: 90%;
		padding: 0;
	}
}
@media screen and (max-width: 1335px) {
	.body_con,
	.body_con2{
		width: 94%;
	}
	.header_box .header_inner{
		width: 94%;
		padding: 0;
	}
}
@media screen and (max-width: 1200px) {
	.pc_screen {
		display: none !important;
	}
	.mobile_screen {
		display: block !important;
	}
	.header_box ~ .body{
		margin-top: 50px;
	}
	.line_class{
		top: -50px;
	}
	.footer_box .footer_inner .footer_inner_nav{
		margin-right: 20px;
	}
	.footer_box .footer_inner .footer_inner_contact:first-child{
		margin-right: 60px;
	}
	.footer_box .footer_inner .qr_img{
		width: 80px;
	}
	.footer_box .footer_inner .footer_inner_contact:first-child{
		margin-right: 30px;
	}
}
@media screen and (max-width: 1100px) {
	
}
@media screen and (max-width: 1000px) {
	
}
@media screen and (max-width: 768px) {
	.top_banner .top_banner_1 {
	    font-size: 20px;
	    line-height: 20px;
	}
	.top_banner .top_banner_2 {
	    font-size: 20px;
	    line-height: 20px;
		margin-top: 10px;
	}
	.pc_menu{
		padding: 20px 0 !important;
		overflow-y: hidden;
		overflow-x: auto;
		white-space: nowrap;
	}
	.pc_menu .pc_menu_nav{
		font-size: 12px;
		line-height: 12px;
		border-bottom: 1px solid transparent;
		margin-right: 10px !important;
		display: inline-block;
	}
	.pc_menu .pc_menu_nav:hover,
	.pc_menu .pc_menu_nav.on{
		border-bottom: 1px solid #fcce27;
	}
	.pc_menu .pc_menu_nav .img{
		max-height: 100%;
		max-width: 22px;
	}
	.pc_menu .pc_menu_nav .pc_menu_img{
		height: 28px;
	}
	.page_number_con .page_number{
		height: 32px;
		line-height: 30px;
		width: 32px;
		font-size: 14px;
	}
	
	.footer_box {
		font-size: 14px;
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.footer_box .footer_top{
		display: block;
	}
	.footer_box .footer_top .footer_top_left{
		width: 70px;
		margin-bottom: 15px;
		display: block;
	}
	.footer_box .footer_top .footer_top_left .logo{
		width: 100%;
	}
	.footer_box .footer_top .footer_top_right{
		width: 100%;
		display: block;
		overflow: hidden;
	}
	.footer_box .footer_top .footer_top_right .footer_top_nav{
		font-size: 12px;
		margin-right: 10px;
		margin-bottom: 10px;
		display: block;
		float: left;
	}
	.footer_box .footer_inner{
		padding: 20px 0;
		margin: 10px 0 20px 0;
		display: block;
	}
	.footer_box .footer_inner .footer_inner_left{
		width: 100%;
	}
	.footer_box .footer_inner .footer_inner_right{
		width: 100%;
	}
	.footer_box .footer_inner .footer_inner_nav{
		margin-right: 30px;
	}
	.footer_box .footer_inner .footer_inner_nav:last-child{
		margin-right: 0;
	}
	.footer_box .footer_inner .qr_img{
		width: 80px;
	}
	.footer_box .footer_inner .qr_title{
		font-size: 12px;
		margin-top: 10px;
	}
	.footer_box .footer_inner .footer_inner_title{
		font-size: 16px;
		line-height: 16px;
		margin-bottom: 18px;
		margin-top: 20px;
	}
	.footer_box .footer_inner .footer_inner_con{
		display: block;
	}
	.footer_box .footer_inner .footer_inner_contact:first-child{
		margin-right: 0;
		margin-bottom: 8px;
	}
	.footer_box .footer_inner .footer_inner_con .footer_inner_txt{
		margin-bottom: 8px;
	}
	.footer_box .footer_inner .footer_inner_con .footer_inner_txt:last-child{
		margin-bottom: 0;
	}
	.footer_box .footer_bottom{
		font-size: 12px;
		line-height: 20px;
	}
	.top_icon{
		width: 42px;
		height: 42px;
		right: 10px;
		bottom: 30px;
	}
}
@media screen and (max-width: 414px) {
	
}


/*公众样式*/
.clearfix{
    *zoom:1;
}
a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #fcce27;
	text-decoration: none;
	transition:0.3s all;
}

html {
	overflow-y: auto;
	overflow-x: hidden;
}

body{
	color: #333;
	padding: 0;
	margin: 0;
	font-family: "微软雅黑 Regular","Microsoft YaHei" , "PingFangSC-Semibold";
	font-size: 16px;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.color_fff {
	color: #fff !important;
}

.color_main {
	color: #fcce27 !important;
}

.color_bg_main {
	color: #fff !important;
	background: #d1282e !important;
}

.color_gray {
	color: #808080 !important;
}

.color_999 {
	color: #999 !important;
}

.color_red{
	color: red !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 {
	
	display: -webkit-box; 
	display: -moz-box; 
	display: -moz-flex; 
	display: -o-flex;
	display: -ms-flexbox; 
	display: -webkit-flex;
	display: flex;
	
	-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;
	-webkit-justify-content: flex-start;
	-ms-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;
	-moz-justify-content: space-between;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
}

.j_end {
	-o-justify-content: end;
	-moz-justify-content: end;
	-webkit-justify-content: end;
	-ms-justify-content: end;
	justify-content: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;
}





/*浮动*/

.float_left {
	float: left !important;
}

.float_right {
	float: right !important;
}