@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(100% + 1px));
		transform: translateY(calc(100% + 1px));
		visibility: visible;
		opacity: 0;
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

@keyframes slideInUp {
	0% {
		-webkit-transform: translateY(calc(100% + 1px));
		transform: translateY(calc(100% + 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;
	}
}

#newBridge {
 display:none!important;
}

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;
}

.img_line{
	width: 15px;
	height: 56px;
}

/*修改滚动条样式*/

::-webkit-scrollbar {
	width: 10px;
}
::-webkit-scrollbar-track {
	background: #bbb;
}
::-webkit-scrollbar-thumb {
	background: #b7282c;
}
::-webkit-scrollbar-thumb:hover {
	background: #b7282c;
}
::-webkit-scrollbar-corner {
	background: #b7282c;
}

/*关于我们，业务*/
.a1_menu{
	position: absolute;
	width: 100%;
	bottom: 0;
	left: 0;
	z-index: 100;
}
.a1_menu .a1_menu_nav{
	height: 57px;
	text-align: center;
	line-height: 57px;
	color:#fff;
	font-size: 18px;
	width: 260px;
}
.a1_menu .a1_menu_nav:hover,
.a1_menu .a1_menu_nav.on{
    background-image: -moz-linear-gradient( 90deg, rgb(232,128,131) 0%, rgb(183,40,44) 100%);
    background-image: -webkit-linear-gradient( 90deg, rgb(232,128,131) 0%, rgb(183,40,44) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(232,128,131) 0%, rgb(183,40,44) 100%);
}

.b1_menu .a1_menu_nav{
	width: 240px;
}
/*右边定位模块*/
.menus_right{
	position: fixed;
	top:70%;
	-o-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 2010;
	right: 0;
	height: 220px;
}
.menus_right .menus_right_nav{
	height: 70px;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
	background: #b7282c;
	color:#fff;
	text-align: center;
	font-size: 12px;
	line-height: 1;
	display: block;
	position: absolute;
	width: 70px;
	right: 0;
	top:0;
	z-index: 33;
}
.menus_right .menus_right_nav:nth-child(2){
	top:75px;
}
.menus_right .menus_right_nav:nth-child(3){
	top:150px;
}
.menus_right .menus_right_nav .img{
	margin: auto;
	padding-top: 13px;
	padding-bottom: 8px;
	width: 26px;
}
.menus_right .menus_right_nav .menus_right_inner{
	width: 70px;
}
.menus_right .menus_right_nav:nth-child(3){
	width: 290px;
	-o-transform: translateX(220px);
	-ms-transform: translateX(220px);
	-moz-transform: translateX(220px);
	-webkit-transform: translateX(220px);
	transform: translateX(220px);
	-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: #b7282c;
}
.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 .phone{
	font-size: 30px;
	line-height: 1;
	width: calc(100% - 70px);
	text-align: center;
	line-height: 70px;
	white-space: nowrap;
}
.menus_right .menus_right_nav:nth-child(2) .gzh_qr{
	width: 120px;
	height: 120px;
	position: absolute;
	right: 70px;
	top:50%;
	margin-top: -60px;
	padding-right: 20px;
	-o-transform: translateY(70px);
	-ms-transform: translateY(70px);
	-moz-transform: translateY(70px);
	-webkit-transform: translateY(70px);
	transform: translateY(70px);
	-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(2):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;
}

/*menu*/
.menu_box{
	height: 75px;
	margin-top: 56px;
	margin-bottom: 72px;
}
.menu_box .menu_box_nav{
	height: 75px;
	line-height: 75px;
	font-size: 24px;
	position: relative;
	margin-right: 50px;
}
.menu_box .menu_box_nav:last-child{
	margin-right: 0;
}
.menu_box .menu_box_nav.on,
.menu_box .menu_box_nav:hover{
	font-weight: bold;
}
.menu_box .menu_box_nav .menu_box_line{
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 56px;
	height: 15px;
	margin-left: -28px;
	display: none;
}
.menu_box .menu_box_nav.on .menu_box_line,
.menu_box .menu_box_nav:hover .menu_box_line{
	display: block;
}

/*顶部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: 14px;
}
.top_banner .top_banner_2{
	font-size: 60px;
}


/*三角形*/
.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 ~ .body{
	margin-top: 100px;
}
.header_box{
	height: 100px;
	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{
	margin: 0 160px;
	width: calc(100% - 320px);
	height: 100%;
}
.header_box .header_menus_nav{
	padding:0 65px;
	height: 100%;
	color:#333;
	position: relative;
	font-size: 20px;
}
.header_box .header_menus_nav .a_nav{
	line-height: 100px;
	height: 100px;
	display: block;
}
.header_box .header_menus_nav.on .a_nav{
	color:#b7282c;
	font-weight: bold;
}
.header_box .header_menus_nav:hover .a_nav{
	color:#b7282c;
	font-weight: bold;
}
.header_box .header_menus_nav:first-child{
	margin-left: 0;
}
.header_box .header_menus_nav .menus_child{
	position: absolute;
	min-width: 100%;
	box-shadow: 0px 5px 5px 5px rgba(100,100,100,0.05);
	text-align: center;
	left: 50%;
	-o-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
	top: 100px;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-webkit-transition: all 0.8s;
	transition: all 0.8s;
	opacity: 0;
	height: 0;
	overflow: hidden;
}
.header_box .header_menus_nav:hover .menus_child{
	opacity: 1;
	height: auto;
	overflow:initial;
}
.header_box .header_menus_nav .menus_child_txt{
	padding: 0 10px;
	white-space: nowrap;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #ccc;
	width: 100%;
	box-sizing: border-box;
	display: block;
	background: #fff;
	-webkit-transform: scale(0.85) translateY(-24px);
    transform: scale(0.85) 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;
}
.header_box .header_menus_nav .menus_child_txt:last-child{
	border-bottom: none;
}
.header_box .header_menus_nav:hover .menus_child_txt{
	-webkit-transform: scale(1) translateY(0px);
    transform: scale(1) translateY(0px);
}
.header_box .header_menus_nav:hover .menus_child_txt:nth-child(2) {
    -webkit-transition-delay: 100ms, 100ms;
    transition-delay: 100ms, 100ms;
}
.header_box .header_menus_nav:hover .menus_child_txt:nth-child(3) {
    -webkit-transition-delay: 180ms, 180ms;
    transition-delay: 180ms, 180ms;
}
.header_box .header_menus_nav:hover .menus_child_txt:nth-child(4) {
    -webkit-transition-delay: 260ms, 260ms;
    transition-delay: 260ms, 260ms;
}
.header_box .header_menus_nav:hover .menus_child_txt:nth-child(5) {
    -webkit-transition-delay: 320ms, 320ms;
    transition-delay: 320ms, 320ms;
}
.header_box .header_menus_nav:hover .menus_child_txt:nth-child(6) {
    -webkit-transition-delay: 400ms, 400ms;
    transition-delay: 400ms, 400ms;
}
.header_box .header_menus_nav:hover .menus_child_txt:nth-child(7) {
    -webkit-transition-delay: 480ms, 480ms;
    transition-delay: 480ms, 480ms;
}
.header_box .header_menus_nav:hover .menus_child_txt:nth-child(8) {
    -webkit-transition-delay: 560ms, 560ms;
    transition-delay: 560ms, 560ms;
}
/*导航条 移动*/
.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;
    visibility: visible;
}
.headr_img {
    width: 100px;
    height: 100%;
}
.headr_img .logo{
	width: 100%;
	display: block;
}
.headr_cont {
    margin-top: 18px;
    visibility: visible;
    display: block;
    position: relative;
    left: 1px;
}
.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:#b7282c;
}
.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: #000000;
	overflow: hidden;
}
.footer_logo{
	margin: auto;
	padding-top: 35px;
	padding-bottom: 20px;
	width: 83%;
	border-bottom: 1px solid #4d4d4d;
	box-sizing: border-box;
}
.footer_logo .logo_left{
	width: 40%;
	display: block;
}
.footer_logo .logo_right{
	width: 60%;
}
.footer_inner{
	width: 83%;
	margin: auto;
	margin-bottom: 30px;
	margin-top: 45px;
}
.footer_inner .footer_left{
	width: 40%;
}
.footer_inner .footer_right{
	width: 60%;
}
.footer_inner .footer_left .txt{
	margin-bottom: 16px;
	font-size: 18px;
}
.footer_inner .footer_left .txt2{
	margin-bottom: 6px;
	line-height: 24px;
	font-size: 14px;
	opacity: 0.6;
}
.footer_inner .footer_left .phone{
	font-size: 24px;
}
.footer_inner .footer_left .qr_img{
	width: 128px;
	padding-top: 10px;
}
.footer_inner .footer_left .qr_img .img{
	width: 100%;
}
.footer_inner .footer_left .qr_txt{
	padding-top: 16px;
	font-size: 14px;
	opacity: 0.5;
}
.footer_nav_title{
	display: block;
	color:#fff;
	line-height: 1;
	text-align: center;
	font-size: 18px;
	margin-left: 10%;
}
.footer_nav_title:first-child{
	margin-left: 0;
}
.footer_nav_title:nth-child(2){
	width: 160px;
}
.footer_nav_title:nth-child(1),
.footer_nav_title:nth-child(3),
.footer_nav_title:nth-child(4),
.footer_nav_title:nth-child(5){
	width: 96px;	
}
.footer_nav{
	margin-left: 10%;
}
.footer_nav:first-child{
	margin-left: 0;
}
.footer_nav:nth-child(2){
	width: 160px;
}
.footer_nav:nth-child(1),
.footer_nav:nth-child(3),
.footer_nav:nth-child(4),
.footer_nav:nth-child(5){
	width: 96px;	
}
.footer_nav_subtitle{
	display: block;
	color:#fff;
	opacity: 0.6;
	font-size: 14px;
	line-height: 1;
	margin-bottom: 25px;
	text-align: center;
	width: 100%;
}
.footer_nav_subtitle:hover{
	opacity: 1;
}
.footer_nav_subtitle:last-child{
	margin-bottom: 0;
}
.footer_right .txt2{
	font-size: 14px;
	opacity: 0.5;
}
.footer_bottom{
	width: 83%;
	margin: auto;
	padding-bottom: 28px;
	line-height: 38px;
	border-top: 1px solid #4d4d4d;
	font-size: 16px;
	color:#808080;
}
/*页码*/
.page_number_con {
	width: 100%;
	height: 30px;
	font-size: 14px;
}
.page_number_con .page_number {
	width: 30px;
	height: 30px;
	box-sizing: border-box;
	border: 1px solid transparent;
	text-align: center;
	line-height: 30px;
	display: block;
	color: #000;
	margin-right: 30px;
	font-size: 18px;
	font-weight: bold;
	border-radius: 50%;
}
.page_number_con .gonum{
	border:1px solid #e5e5e5;
	text-align: center;
	margin:0 10px;
	box-sizing: border-box;
	height: 30px;
	width: 30px !important;
}
.page_number_con .btngo{
	height: 30px;
	border:1px solid #e5e5e5;
	margin-left: 10px;
	line-height: 30px;
	padding:0 10px;
	font-size: 12px;
}
.page_number_con .page_number.page_dian {
	border: none;
}

.page_number_con .page_number.active {
	background: #b7282c;
	color: #fff;
	border-color: #b7282c;
}

.page_number_con .page_number:hover {
	background: #b7282c;
	color: #fff;
	border-color: #b7282c;
}
.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: 75%;
	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{
		width: 80%;
	}
	.footer_inner,
	.footer_logo{
		width: 90%;
	}
	.footer_bottom{
		width: 90%;
	}
}
@media screen and (max-width: 1450px) {
	.body_con{
		width: 85%;
	}
	.header_box .header_menus_nav{
		padding: 0 25px;
	}
}
@media screen and (max-width: 1335px) {
	.body_con{
		width: 90%;
	}
	.header_inner {
	    margin: 0 30px;
	    width: calc(100% - 90px);
	}
	.footer_nav,
	.footer_nav_title{
	    margin-left: 5%;
	}
}
@media screen and (max-width: 1200px) {
	.pc_screen {
		display: none !important;
	}
	.mobile_screen {
		display: block !important;
	}
	.header_box ~ .body{
		margin-top: 50px;
	}
	.body_con{
		width: calc(100% - 40px);
		margin: 0 20px;
	}
	.headr_img .logo{
		width: 100px;
	}
}
@media screen and (max-width: 1100px) {

}
@media screen and (max-width: 1000px) {

}
@media screen and (max-width: 768px) {
	.id_str{
		top: -60px;
	}
	.menus_right{
	    height: 184px;
	}
	.menus_right .menus_right_nav:nth-child(2) .gzh_qr {
	    right: 50px;
	}
	.menus_right .menus_right_nav {
	    height: 60px;
	    width: 60px;
	    font-size: 12px;
	    border-top-left-radius: 5px;
	    border-bottom-left-radius: 5px;
	}
	.menus_right .menus_right_nav:nth-child(2){
		top:62px;
	}
	.menus_right .menus_right_nav:nth-child(3){
		top:124px;
	}
	.menus_right .menus_right_nav .img {
	    margin: auto;
	    padding-top: 12px;
	    padding-bottom: 5px;
	    width: 20px;
	}
	.menus_right .menus_right_nav .menus_right_inner {
	    width: 60px;
	}
	.menus_right .menus_right_nav .three_box .phone {
	    font-size: 16px;
	    width: calc(100% - 60px);
	    line-height: 60px;
	}
	.menus_right .menus_right_nav:nth-child(3){
		width: 180px;
		-o-transform: translateX(120px);
		-ms-transform: translateX(120px);
		-moz-transform: translateX(120px);
		-webkit-transform: translateX(120px);
		transform: translateX(120px);
		-o-transition:0.8s all;
		-ms-transition:0.8s all;
		-moz-transition:0.8s all;
		-webkit-transition:0.8s all;
		transition:0.8s all;
	}
	
	.top_banner .top_banner_1{
		font-size: 12px !important;
	}
	.top_banner .top_banner_2{
		font-size: 24px !important;
	}
	
	.menu_box {
	    margin-top: 0;
	    margin-bottom: 20px;
	    height: 60px;
	}
	.menu_box .menu_box_nav{
		font-size: 18px;
		margin-right: 20px;
	    height: 60px;
	    line-height: 60px;
	}
	.menu_box .menu_box_nav .menu_box_line {
	    width: 30px;
	    height: 8px;
	    margin-left: -15px;
	}

	.page_number_con .page_number {
	    font-size: 12px;
	    margin-right: 10px;
	}
	.page_number_con .page_number.page_number_hover {
	    padding: 0 5px;
	    font-size: 12px;
	}
	.headr_img{
		width: auto;
	}
	.footer_logo{
		height: auto !important;
		border-bottom: none;
		display: block;
		padding-top: 20px;
	}
	.footer_logo .logo_right{
		display: none;
	}
	.footer_inner {
	    width: auto !important;
	    display: block !important;
	    margin: 0px 10px 0 20px !important;
	}
	.footer_nav{
		overflow: hidden;
		padding-bottom: 5px;
	}
	.footer_nav_title{
		font-size: 12px;
		margin-bottom: 10px;
		float: left;
		margin-right: 0;
		width: 90px;
	}
	.footer_content{
		overflow: hidden;
	}
	.footer_nav_subtitle{
		font-size: 12px;
		float: left;
		padding-bottom: 10px;
		margin-bottom: 0;
	}
	.footer_nav_title .txt:after{
		display: none;
	}
	.footer_inner .footer_left{
		width: 100%;
	}
	.footer_inner .footer_left .txt{
		font-size: 14px;
		margin-bottom:6px;
	}
	.footer_inner .footer_left .txt2{
		font-size: 12px;
		margin-bottom: 0px;
	}
	.footer_inner .footer_left .qr_txt{
		font-size: 12px;
		padding-top: 10px;
	}
	.footer_inner .footer_left .qr_img{
		width: 90px !important;
		padding-top: 15px;
	}
	.footer_inner .footer_right{
		width: 100%;
		margin-top: 20px;
		-o-justify-content: space-between !important;
		-moz-justify-content: space-between !important;
		-ms-justify-content: space-between !important;
		-webkit-justify-content: space-between !important;
		justify-content: space-between !important;
		display: none;
	}
	.footer_nav:nth-child(1), 
	.footer_nav:nth-child(3), 
	.footer_nav:nth-child(4) {
	    width: 76px;
	}
	.footer_bottom{
		font-size: 12px;
		text-align: center;
		padding-top: 10px;
		padding-bottom: 10px;
		line-height: 20px;
		width: auto;
		margin: 20px 20px 0 20px;
	}
	
	
	
	
	.top_banner .top_banner_2 {
	    position: relative;
	    top: -20px;
	}
	.a1_menu .a1_menu_nav {
	    height: 30px;
	    line-height: 30px;
	    font-size: 12px;
	    width: 25%;
	}
	.b1_menu{
		overflow: -moz-scrollbars-none;
		overflow-x: auto;
		overflow-y: hidden;
		display: block !important;
		white-space: nowrap;
		-ms-overflow-style: none;
		font-size: 0;
	}
	.b1_menu::-webkit-scrollbar{
	    display:none;
	}
	.b1_menu .a1_menu_nav{
		display: inline-block;
		padding: 0 20px;
		width: auto;
	}
}
@media screen and (max-width: 414px) {
	
}


/*公众样式*/
.clearfix{
    *zoom:1;
}
a {
	color: #333;
	text-decoration: none;
}

a:hover {
	color: #b7282c;
	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";
	font-size: 16px;
	-webkit-tap-highlight-color: transparent;
}

ul,
li {
	padding: 0;
	margin: 0;
	list-style: none;
}

.color_fff {
	color: #fff !important;
}

.color_main {
	color: #b7282c !important;
}

.color_bg_main {
	color: #fff !important;
	background: #b7282c !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;
}

.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;
}