@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: "SourceHanSansMedium";
	src: url("../fonts/SourceHanSans-Medium.ttf") format('truetype');
	font-style: normal;
	font-display: swap;
}
.family_regular {
	font-family: "SourceHanSansRegular";
}
.family_bold {
	font-family: "SourceHanSansBold";
}
.family_menu {
	font-family: "SourceHanSansMedium";
}*/
.wow{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

@-webkit-keyframes slideInUp {
	0% {
		-webkit-transform: translateY(calc(150px + 1px));
		transform: translateY(calc(150px + 1px));
		visibility: visible;
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translateY(calc(150px + 1px));
		transform: translateY(calc(150px + 1px));
		visibility: visible;
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@-webkit-keyframes slideInRight {
	0% {
		-webkit-transform: translateX(calc(100% + 1px));
		transform: translateX(calc(100% + 1px));
		visibility: visible;
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slideInRight {
	0% {
		-webkit-transform: translateX(calc(100% + 1px));
		transform: translateX(calc(100% + 1px));
		visibility: visible;
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}


@-webkit-keyframes slideInLeft {
	0% {
		-webkit-transform: translateX(calc(-100% + 1px));
		transform: translateX(calc(-100% + 1px));
		visibility: visible;
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}

@keyframes slideInLeft {
	0% {
		-webkit-transform: translateX(calc(-100% + 1px));
		transform: translateX(calc(-100% + 1px));
		visibility: visible;
		opacity: 0;
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0);
		opacity: 1;
	}
}
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;
}

.id_str{
	position: relative;
	top: -125px;
}
.view_more{
	font-size: 14px;
	cursor: pointer;
    color:#fff;
}
.view_more2{
	color:#333333;
}
.view_more .icon{
	width: 26px;
	height: 26px;
	background: url(../img/view_more.png) no-repeat center center;
	background-size: 100% 100%;
}
.view_more2 .icon{
	background: url(../img/index/more.png) no-repeat center center;
	background-size: 100% 100%;
}
/* .view_more:hover .icon{
	background: url(../img/view_more2.png) no-repeat center center;
	background-size: 100% 100%;
} */
.view_more .txt{
	margin-right: 35px;
}


.pre_next{
	width: 100%;
}
.pre_page,
.next_page{
	width: 200px;
	height: 60px;
	border-radius: 30px;
	cursor: pointer;
}
.pre_page{
	background: url(../img/arrow_left.png) no-repeat center center;
	background-size: auto;
}
.next_page{
	background: url(../img/arrow_right.png) no-repeat center center;
	background-size: auto;
}
.pre_page:hover{
	background:#dfdfdf url(../img/arrow_left2.png) no-repeat center center;
	background-size: auto;
}
.next_page:hover{
	background:#dfdfdf url(../img/arrow_right2.png) no-repeat center center;
	background-size: auto;
}
/*修改滚动条样式*/

::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
	background: #bbb;
}
::-webkit-scrollbar-thumb {
	background: #ffc000;
}
::-webkit-scrollbar-thumb:hover {
	background: #ffc000;
}
::-webkit-scrollbar-corner {
	background: #ffc000;
}

/*顶部banner*/
.top_banner{
	width: 100%;
	position: relative;
	overflow: hidden;
}
.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;
	margin-bottom: 15px;
}
.top_banner .top_banner_2{
	font-size: 48px;
	line-height: 48px;
	font-weight: bold;
}
.top_banner .banner_bottom{
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 10;
	position: absolute;
}

/*三角形*/
.triangle_left{
  position: relative;
  height: 0px;
  width: 0px;
  border-top: 6px solid transparent;
  border-right: 5px solid #595757;
  border-bottom: 6px solid transparent;
  border-radius: 3px;
}
.triangle_right{
  position: relative;
  height: 0px;
  width: 0px;
  border-top: 6px solid transparent;
  border-left: 5px solid #595757;
  border-bottom: 6px solid transparent;
  border-radius: 3px;
}
.triangle_top{
  position: relative;
  height: 0px;
  width: 0px;
  border-left: 5px solid transparent;
  border-bottom: 6px solid #595757;
  border-right: 5px solid transparent;
  border-radius: 3px;
}
.triangle_bottom{
  position: relative;
  height: 0px;
  width: 0px;
  border-left: 5px solid transparent;
  border-top: 6px solid #595757;
  border-right: 5px solid transparent;
  border-radius: 3px;
}


/*导航条 pc*/
.header_box ~ .body{
	margin-top: 90px;
}

.header_box{
	height: 90px;
	background: #fff;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 3000;
	width: 100%;
}

.header_box.shadow{
	box-shadow: 0px 0px 3px 4px rgba(0,0,0,0.1);
}

.header_inner{
	width: 83%;
	height: 100%;
	margin: auto;
}
.header_box .header_menus_nav{
	height: 100%;
	color:#333;
	position: relative;
	font-size: 22px;
}
.header_box .header_menus_nav .a_nav{
	line-height: 100px;
	height: 100px;
	display: block;
	position: relative;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.header_box .header_menus_nav .a_nav:first-child{
	display: flex;
}
.header_box .header_menus_nav:last-child{
	font-size: 14px;
	line-height: 24px;
	cursor: pointer;
}
.header_box .header_menus_nav .triangle_bottom{
	margin-left: 8px;
	-webkit-transition: all 0.6s;
	transition: all 0.6s;
}
.header_box .header_menus_nav .triangle_bottom.on{
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
}
.header_box .header_menus_nav .phone_box{
	height: 24px;
	overflow: hidden;
}
.header_box .header_menus_nav .phone_box.on{
	overflow: initial;
	height: auto;
}
.header_box .header_menus_nav .a_nav{
	line-height: 90px;
	height: 90px;
	display: block;
	position: relative;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.header_box .header_menus_nav .a_nav:after{
    background: #323333;
    content: "";
    height: 2px;
    width: 0;
    position: absolute;
    left: 50%;
    bottom: 26px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
    -webkit-transition: 0.35s all cubic-bezier(0.77, 0, 0.175, 1);
    -moz-transition: 0.35s all cubic-bezier(0.77, 0, 0.175, 1);
    transition: 0.35s all cubic-bezier(0.77, 0, 0.175, 1);
}
.header_box .header_menus_nav:first-child .a_nav:after{
    display: none;
}
.header_box .header_menus_nav:hover .a_nav:after,
.header_box .header_menus_nav.on .a_nav:after {
    color: #332c2b;
    width: 100%;
    font-weight: bold;
}
.header_box .header_menus_nav.on .a_nav{
	color:#332c2b;
    font-weight: bold;
}
.header_box .header_menus_nav:hover .a_nav{
	color:#332c2b;
    font-weight: bold;
}
.header_box .header_menus_nav:first-child{
	margin-left: 0;
}
.header_box .header_menus_nav .menus_child{
	position: fixed;
	width: 100vw;
	background: #fff;
	top: 90px;
	left: 0;
	text-align: center;
	padding-bottom: 100px;
	padding-top: 90px;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	visibility: hidden;
	opacity: 0;
}
.header_box .header_menus_nav:hover .menus_child{
	visibility: visible;
	opacity: 1;
	box-shadow: 0px 3px 4px rgba(0,0,0,0.1);
}
.header_box .header_menus_nav .menus_child .img{
	margin-bottom: 10px;
}
.header_box .header_menus_nav .menus_child img{
	margin: auto;
	margin-bottom: 10px;
	height: 67px;
}
.header_box .header_menus_nav .menus_child .img2{
	display: none;
	margin: auto;
}
.header_box .header_menus_nav .menus_child_txt{
	margin-right: 110px;
	color:#777777;
	font-size: 18px;
}
.header_box .header_menus_nav .menus_child_txt:last-child{
	margin-right: 0;
}
.header_box .header_menus_nav .menus_child_txt:hover{
	color:#ffbf00;
}
.header_box .header_menus_nav .menus_child_txt:hover .img1{
	display: none;
}
.header_box .header_menus_nav .menus_child_txt:hover .img2{
	display: block;
}
/*导航条 移动*/
.heade {
    position: fixed;
    top: 0;
    left: 0;
    width: calc(100% - 40px);
    z-index: 3000;
    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;
}
.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: 3001;
    background: #2f2f2f;
    height: 100vh;
    display: none;
}
.liq {
    padding: 0;
    opacity: 0;
    pointer-events: none;
    -webkit-transform: scale(1.2) translateY(-24px);
    transform: scale(1.2) 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;
}
.fort_bott {
    width: calc(100% - 40px);
    padding: 0 20px;
}
.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:#0f3c6d;
}
.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: 18px;
	background: #535353;
	overflow: hidden;
	padding-top: 80px;
	padding-bottom: 88px;
}

.footer_box .footer_inner{
	padding-bottom: 20px;
	border-bottom: 1px solid #878787;
}
.footer_box .footer_ul .footer_li{
	color:#fff;
	font-size: 18px;
}
.footer_box .footer_ul .footer_li:hover{
	color:#ffc000;
}
.footer_box .footer_ul .footer_li:first-child{
	margin-right: 60px;
}
.footer_box .footer_ul .footer_line{
	margin: 0 60px;
}
.footer_box .footer_right{
	font-size: 14px;
	opacity: 0.6;
}
.footer_box .footer_copyright{
	opacity: 0.5;
	font-size: 16px;
	padding-top: 40px;
}
.footer_box .footer_phone{
	margin-right: 14px;
	color:#fff;
}
.footer_box .footer_phone:last-child{
	margin-right: 0;
}
/*页码*/
.page_number_con {
	width: 100%;
	height: 40px;
	font-size: 14px;
}
.page_number_con .page_number {
	width: 40px;
	height: 40px;
	box-sizing: border-box;
	border: 1px solid transparent;
	text-align: center;
	line-height: 40px;
	display: block;
	color: #333333;
	margin-left: 20px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 50%;
}
.page_number_con .page_number:nth-child(1){
	margin-left: 0;
}
.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: 40px;
	padding:0 10px;
	font-size: 12px;
}
.page_number_con .page_number.page_dian {
	border: none;
}

.page_number_con .page_number.active {
	background: #efab3e;
	color: #fff;
	border-color: #efab3e;
}

.page_number_con .page_number:hover {
	background: #efab3e;
	color: #fff;
	border-color: #efab3e;
}
.page_number_con .page_number.page_number_hover{
	width: auto;
	padding: 0 20px;
	font-size: 24px;
}
.page_number_con .page_number.page_number_hover:hover{
	border: 1px solid transparent;
	background: transparent;
}
.page_number_con .page_number:hover .triangle_left {
	border-right-color: #1cb1d5;
}

.page_number_con .page_number:hover .triangle_right {
	border-left-color: #1cb1d5;
}

.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;
	position: relative;
}
.body_con2{
	width: 83%;
	margin: auto;
	position: relative;
}
.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) {
	.footer_box .footer_ul .footer_li:first-child{
		margin-right: 30px;
	}
	.footer_box .footer_ul .footer_line {
	    margin: 0 30px;
	}
}
@media screen and (max-width: 1450px) {
	.header_box .header_menus_nav .menus_child img{
		height: 50px;
	}
	.header_box .header_menus_nav .menus_child_txt{
		margin-right: 60px;
		font-size: 16px;
	}
	.footer_box .footer_ul .footer_li:first-child{
		margin-right: 20px;
	}
	.footer_box .footer_ul .footer_line {
	    margin: 0 20px;
	}
	.footer_box .footer_ul .footer_li{
		font-size: 14px;
	}
	.footer_box .footer_right{
		font-size: 12px;
	}
	.footer_box .footer_copyright{
		font-size: 12px;
	}
	.footer_box {
	    font-size: 14px;
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
}
@media screen and (max-width: 1335px) {
	.view_more {
	    font-size: 12px;
	}
	.view_more .txt {
	    margin-right: 20px;
	}
	.view_more .icon{
		width: 23px;
		height: 23px;
	}
}
@media screen and (max-width: 1200px) {
	.pc_screen {
		display: none !important;
	}
	.mobile_screen {
		display: block !important;
	}
	.header_box ~ .body{
		margin-top: 50px;
	}
	.body_con,.body_con2{
		width: calc(100% - 40px);
		margin: 0 20px;
	}
	.headr_img .logo{
		width: 100px;
	}
	.pre_page,
	.next_page{
		width: 120px;
		height: 42px;
	}
	.pre_page,.next_page,.pre_page:hover,.next_page:hover{
		background-size: 30px auto;
	}
	.view_more .txt {
	    margin-right: 10px;
		margin-bottom:20px;
	}
	.view_more .icon {
	    width: 16px;
	    height: 16px;
	}
	.top_banner .top_banner_1 {
	    font-size: 20px;
	    line-height: 20px;
	    margin-bottom: 10px;
	}
	.top_banner .top_banner_2 {
	    font-size: 20px;
	    line-height: 20px;
	}
}
@media screen and (max-width: 1100px) {

}
@media screen and (max-width: 1000px) {
	.footer_box .footer_ul .footer_li{
		font-size: 12px;
	}
	.footer_box {
	    padding-top: 30px;
	    padding-bottom: 30px;
	}
	.footer_box .footer_copyright{
		padding-top: 20px;
	}
	.footer_box .footer_inner{
		display: block;
	}
	.footer_box .footer_right{
		margin-top: 14px;
	}
	.footer_box .footer_logo{
		width: 110px;
	}
}
@media screen and (max-width: 768px) {
	.id_str{
		top: -60px;
	}
	::-webkit-scrollbar{
		width: 0 !important;
		-ms-overflow-style: none !important;
		overflow: -moz-scrollbars-none !important;
		display: none;
	}
	body{
		overflow-x: hidden;
		overflow-y: auto;
	}
	.footer_box .footer_ul .footer_li,
	.footer_box .footer_ul .footer_line{
		float: left;
		line-height: 16px;
	}
	.footer_box .footer_ul .footer_line{
		margin: 0 15px;
	}
	.footer_box .footer_ul .footer_li:first-child{
		width: 100%;
		clear: none;
		padding-bottom: 10px;
	}
	.footer_box .footer_copyright {
	    padding-top: 10px;
	}
	.footer_box .footer_inner{
		padding-bottom: 10px;
	}
	.footer_box {
	    padding-top: 20px;
	    padding-bottom: 20px;
	}
	.footer_box .footer_ul{
		display: block;
		overflow: hidden;
	}
	.view_more .icon {
	    width: 18px;
	    height: 18px;
	}
	.pre_next{
		width: 100%;
	}
	.pre_page,
	.next_page{
		width: 90px;
		height: 36px;
	}
	.pre_page,.next_page,.pre_page:hover,.next_page:hover{
		background-size: 20px auto;
	}
	.page_number_con .page_number {
	    width: 24px;
	    height: 24px;
	    line-height: 24px;
	    margin-left: 10px;
	    font-size: 14px;
	}
	.page_number_con .page_number.page_number_hover{
		padding: 0 10px;
	}
}
@media screen and (max-width: 414px) {
	
}


/*公众样式*/
.clearfix{
    *zoom:1;
}
a {
	color: #333333;
	text-decoration: none;
}

a:hover {
	color: #ffbf00;
	text-decoration: none;
	transition:0.3s all;
}

html {
	overflow-y: auto;
	overflow-x: hidden;
}

body{
	color: #333;
	padding: 0;
	margin: 0;
	font-family: "微软雅黑","Microsoft YaHei","PingFang SC","pingfangsc",arial;
	font-size: 16px;
	-webkit-tap-highlight-color: transparent;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.color_fff {
	color: #fff !important;
}
.color_red {
	color: red !important;
}
.color_main {
	color: #0f3c6d !important;
}

.color_bg_main {
	color: #fff !important;
	background: #0f3c6d !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;
}
.five_hidden {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 5;
}
.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;
}
.eight_hidden {
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	word-break: break-all;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 8;
}
/*文字倾斜*/
.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;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	display: -webkit-box; 
	display: -moz-box; 
	display: -moz-flex; 
	display: -ms-flexbox; 
	display: -o-flex;
	display: -webkit-flex;
	display: flex;
}

.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;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.j_space_around {
	-o-justify-content: space-around;
	-moz-justify-content: space-around;
	-ms-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;
	-ms-align-items: center;
	-webkit-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;
}


.flex_column {
	-o-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column;
}
/*浮动*/

.float_left {
	float: left !important;
}

.float_right {
	float: right !important;
}

/*字体大小*/
.font_12{
	font-size: 12px;
}
.font_14{
	font-size: 14px;
}
.font_15{
	font-size: 15px;
}
.font_16{
	font-size: 16px;
}
.font_18{
	font-size: 18px;
}
.font_20{
	font-size: 20px;
}
.font_22{
	font-size: 22px;
}
.font_24{
	font-size: 24px;
}