
 @media (min-width:1250px) {
.menu-box li:hover .nav-yi {
	color: #b5004e;
}
.menu-box li:hover .nav-yi:after {
	width: 100%;
}
/*.menu-box li:hover .nav-er-box{display: block;}*/

.index-a li:hover .index-a-title {
	margin-top: 0;
}
/*.index-a li:hover .index-a-con{background: none;}*/

.index-a li:hover i {
	transform: translateY(0) translateZ(0);
	-webkit-transform: translateY(0) translateZ(0);
	opacity: 1;
}
.anli-list li:hover .anli-con {
	opacity: 1;
}
.nav-er-list:hover .nav-er, .nav-san-box a:hover {
	background: #b5004e;
	color: #fff;
}
.nav-er-list:hover .nav-san-box {
	width: 140px;
}
.brief-nav-con li:hover .left-yi {
	color: #fff;
}
.brief-nav-con li:hover .left-yi:before {
	width: 100%
}
.index-a li:hover .index-a-con {
	background: rgba(63,177,80,.7);
}
}
 @media (max-width:1440px) {
.w1388 {
	width: 1200px;
}
.map-tit h2 {
	font-size: 20px;
}
.map-tit > div {
	font-size: 14px;
}
.banner .ljgd {
	bottom: 16%;
}

.ly-list ul li{  height:80px; line-height:80px;  }
.ly-list ul li a i{ width:80px; height:80px; right:-80px; }

.iys-con1{ width:80%; height:auto; margin:0px auto; margin-top:130px; font-size:18px; color:#8a271e; font-weight:bold; text-align:center; }
.iys-con2{ width:80%; height:auto; margin:0px auto; line-height:20px; margin-top:10px; font-size:14px; color:#666; }

.about3{ margin:10px auto;  }
.about3_con img{ max-width:100%; }

}
@media (max-width:1250px) {
.w1388 {
	width: 1100px;
}
.header .nav li {
	display: inline-block; width:80px; position:relative;
	vertical-align: middle; margin-left:10px; box-sizing: border-box;
}
.ifuwu{ width:100%; height:580px; margin:0px auto; background: no-repeat center url("../pic/ifuwu_bg.jpg"); display:inline-block; }
.xmitem1{  margin-top:50px; }
.xmitem3{ font-size:25px; }

.iys-con1{  font-size:18px; }
.iys-con2{  line-height:20px; font-size:12px; }

.bottom_lx{ width:300px; height:60px; border:#fff 1px solid; display:inline-block; margin-left:30px; margin-right:30px; }

}
@media (max-width:1100px) {
	
.ifuwu{ width:100%; height:500px; margin:0px auto; background: no-repeat center url("../pic/ifuwu_bg.jpg"); display:inline-block; }
.xmitem1{  margin-top:50px; }
.xmitem3{ font-size:25px; }

.ijianjie{ width:100%; height:520px; margin:0px auto; background: no-repeat center url("../pic/ijj_bg.jpg"); display:inline-block;  }
.ijj-con1{  line-height:24px; font-size:14px; }
.ijj-con2{  margin:15px auto 0px auto; }

.iys-con1{  font-size:14px; margin-top:110px; }
.iys-con2{  line-height:20px; font-size:12px; margin-top:5px; }

.ianli{ width:100%; height:580px; margin:0px auto; background: no-repeat center url("../pic/ianli_bg.jpg"); display:inline-block;  }

.bottom_lx{ width:260px; height:60px; border:#fff 1px solid; display:inline-block; margin-left:30px; margin-right:30px; }	

.w1388, .w1128 {
	width: 92%;
	margin: 0px auto;
}
body {
	padding-top: 60px;
}
.topbar{ display:none; }	 
.dingbu{ display:none; }
.nav{ display:none; }

.head-mid{ background:#fefefe; display:block; }
.menu-handler .burger{ background:#8a271e; }

.menu-handler {
	display: block;
}
.head-top div.fl {
	display: none;
}
.header {
	height: 60px;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%; z-index:99999;
}
.head-mid {
	height: 60px !important;
}
.head-con {
	transform: none;
	-webkit-transform: none;
	height: 60px;
}
.header.active .head-con {
	position: relative;
	height: 60px !important;
}
.language {
	position: fixed;
	line-height: 2em !important;
	top: 14px;
	right: 60px;
	text-align: center;
	z-index: 99;
}
/*.language.active{bottom:20px;}*/
.logo {
	top: 5px !important;
}
.logo img {
	height: 50px;
}
.menu-box {
	position: fixed;
	width: 100%;
	top: 60px;
	bottom: 0;
	left: -100%;
	background: #8a271e; z-index:99999;
	margin: 0;
	transition: all .3s cubic-bezier(0.89, 0.04, 0.21, 0.93);
	-webkit-transition: all .3s cubic-bezier(0.89, 0.04, 0.21, 0.93);
}
.menu-box.active {
	left: 0;
}
.menu-box-ul {
	position: absolute;
	left: 20px;
	right: 20px;
	top: 0px;
	bottom: 50px;
	overflow: auto;
}
.menu-box li {
	float: none;
	width: 100%;
	margin: 0;
	border-bottom: 1px solid rgba(255,255,255,.4);
}
.menu-box li:after {
	position: absolute;
	width: 16px;
	height: 16px;
	content: '';
	/*background: url(../images/p1.png) no-repeat center;*/
	background-size: cover;
	right: 5px;
	top: 17px;
	transition: all .3s linear;
	-webkit-transition: all .3s linear;
}
.menu-box li.active:after {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
}
.menu-box li:first-child:after {
	display: none;
}
.menu-box li:last-child:after {
	display: none;
}
.menu-box li:first-child .nav-yi {
	display: block;
}
.menu-box li:last-child .nav-yi {
	display: block;
}
.menu-box li.active {
	border-color: #ffae00;
}
.nav-yi {
	line-height: 50px !important;
}
.menu-box li.active .nav-yi{ color:#fff; }
.nav-yi:after {
	display: none !important;
}
.nav-er-box {
	position: static;
	width: auto;
	margin: 0;
	text-align: left;
	text-indent: 10px;
	padding-bottom: 10px;
	display: none;
	-ms-transform: scaleY(1);
	transform: scaleY(1);
}
.nav-tap {
	opacity: 1;
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	transform: translate(0, 0);
}
.nav-er-box a {
	display: block;
	line-height: 32px;
}
.fubox, .pro-i {
	display: none;
}
.nav-san-box {
	position: static;
	width: 100%;
	text-indent: 25px;
}
.nav-san-box a {
	width: 100%;
}
.footer-mid-left dl {
	margin-right: 40px;
}
.ppgs-title {
	margin-bottom: 15px;
}
.ppgs-title h4 {
	margin-bottom: 3px;
}
.brief-nav, .position h2 {
	width: 200px;
}
.box-right {
	margin-left: 230px;
}
.xw-list li {
	width: 100%;
}
.zksq {
	right: 5px;
}
.left-er-box {
	position: absolute;
	z-index: 9;
	width: 100%;
}
.left-er-box a {
	font-size: 13px;
}
.top-search {
	right: 12px;
	position: absolute;
	height: auto;
	left: 12px;
	top: 12px;
}
.search-btn, .search-close, .search-nr-wap:before {
	display: none;
}
.search-nr {
	width: 100%;
	position: relative;
	margin-top: 0;
}
.search-nr .text {
	width: 100%;
}
.menu-box.active .menu-box-ul {
	opacity: 1;
}
.language {
	padding-left: 0;
}
.language:before {
	position: static;
	display: inline-block;
	margin: -5px 4px 0 0;
	vertical-align: middle;
}
.search-nr-wap {
	width: 100%;
}
.search-nr .sbmit {
	right: 0;
}
.index-a-con {
	background: rgba(63,177,80,.7);
}
.hide-honor-con {
	width: 90%;
	left: 5%;
	margin-left: 0;
}
}
 @media (max-width:768px) {
	 
.ititle img{ width:50%; }
.ititle1{ width:100%; height:auto; margin:30px auto 20px auto; }
.ititle2{ width:100%; height:auto; margin:30px auto 20px auto; }
.ititle3{ width:100%; height:auto; margin:30px auto 20px auto; }
.ifuwu{ width:100%; height:auto; margin:0px auto; background: no-repeat center url("../pic/ifuwu_bg.jpg"); display:inline-block; }
.xm-list .xmitem {
	width:48%; float:left; margin-right:4%; 
	padding: 0 0px;
	margin-bottom: 10px;
}
.xmitem:nth-child(2n) {
	 margin-right:0px;
}
.xmitem1{ width:100%; height:auto; margin-top:80px; text-align:center; }
.xmitem1 .xmicon1{ width:40%; height:auto;  }
.xmitem1 .xmicon2{ width:40%; height:auto; display:none; }
.xmitem2{ width:100%; height:auto; margin-top:0px; text-align:center; }
.xmitem2 i{ width:24%; height:2px; background:#a0a0a0; display:inline-block; }
.xmitem3{ width:100%; height:auto; margin-top:10px; text-align:center; font-size:18px; color:#333; }
.xmitem4{ width:100%; height:auto; margin-top:30px; text-align:center; display:none; }


.ilingyu{ width:100%; height:auto; margin:0px auto; display:inline-block; position:relative; padding:0px;  }
.ly-bg{ width:100%; height:auto; display:inline-block; position:relative; float:left; }
.ly-bg img{ width:100%; height:auto; float:left; margin:0px; padding:0px; }
.ly-info{ display:none; }
.ly-info2{ display:inline-block; }
.ly-bg a{ width:50%; height:50px; line-height:50px; text-align:center; background:#fff; color:#333; font-size:16px; z-index:9999; display:inline-block; position:absolute; right:0px; bottom:70px; }

.ly-list{ width:100%; height:auto; position:absolute; left:0px; top:0px; padding-top:40px; }
.ly-list ul li{ width:50%; height:50px; line-height:50px; display:block; text-align:center; position:relative; }
.ly-list ul li a{ width:100%; height:100%; display:block; font-size:20px; color:#fff; cursor:pointer; }
.ly-list ul li a i{ width:50px; height:50px; display:block; position:absolute; right:-50px; top:0px; background-color:#fff; background-image:url("../pic/ily_icon1.png"); background-repeat:no-repeat; background-position:center; background-size:40% 40%; display:none; }

.ijianjie{ width:100%; height:auto; margin:0px auto; background: no-repeat center url("../pic/ijj_bg.jpg"); background-size:auto 100%; display:inline-block;  }
.ijj-pic{ width:100%; height:auto; float:none; }
.ijj-con{ width:100%; height:auto; float:none; }

.iyoushi{ width:100%; height:auto; margin:0px auto 0px auto; display:inline-block;  }
.iys-list{ width:100%; height:auto; margin:0px auto 40px auto; display:inline-block;  }

.iys-list .iys-item:nth-child(2n){ margin-right:0px; }
.iys-list .iys-item img{ width:100%; }
.iys-con{ width:100%; height:auto; position:absolute; left:0px; top:0px; }
.iys-con1{ width:80%; height:auto; margin:0px auto; margin-top:100px; font-size:14px; color:#8a271e; font-weight:bold; text-align:center; }
.iys-con2{ width:80%; height:auto; margin:0px auto; line-height:18px; margin-top:0px; font-size:12px; color:#666; }

.ianli{ width:100%; height:auto; margin:0px auto; background: no-repeat center url("../pic/ianli_bg.jpg"); display:inline-block; padding-bottom:30px; }
.pro-list-bot b { height:30px; line-height:30px; font-size:16px; }

.inews-list .inews-item{ width:100%; height:375px; display:inline-block; float:left; position:relative; border-right:#bfbfbf 0px solid; border-bottom:#bfbfbf 1px solid; box-sizing:border-box; }

.bottom{ width:100%; height:auto; margin:0px auto; margin-bottom:0px; display:inline-block; background: no-repeat center url("../pic/f_bg.jpg"); background-size:auto 100%; }
.footlink{ width:100%; height:auto; display:none; }
.bottom_lx{ width:80%; height:50px; line-height:50px; border:#fff 1px solid; display:inline-block; margin:0px auto; margin-bottom:15px; }
.bottom_lx p{  line-height:50px; }


.ntitle {
	margin-bottom: 20px; margin-top:30px; border-bottom:#eee 1px solid; padding-bottom:15px;
}
.ntitle span{
	font-size:20px; color:#30373f; font-family:"微软雅黑";
}
.ntitle span font{
	font-size:20px; color:#8a271e; margin-left:5px;
}
.ntitle p {
	font-size: 18px; color:#30373f; text-transform:Uppercase ;
}


.snav{ width:100%; height:auto;  background:#f3f3f3; text-align:center; padding-bottom:20px; }
.snav a{ height:40px; line-height:40px; display:inline-block; text-align:center; padding:0px 10px; margin-left:5px; margin-right:5px; text-transform:uppercase; font-size:14px; color:#000000; margin-top:15px; background:#fff;  }
.snav a.on{ background:#8a271e; color:#fff;  }


.nyoushi{ width:100%; height:auto; margin:30px auto; display:inline-block; }
.nyoushi ul li{ width:100%; height:auto; margin-right:0%; margin-bottom:2%; display:inline-block; float:left; border:#dcdcdc 1px solid;  box-sizing:border-box; }
.nyoushi ul li:nth-child(2n){ margin-right:0px; }
.nyoushipic{ width:100%; height:auto;  }
.nyoushipic img{ width:100%; height:auto; }
.nyoushicon{ width:100%; height:auto; display:inline-block;  padding-left:5%; padding-right:5%; box-sizing: border-box; }
.nyoushicon h5{ margin-top:20px; font-size:18px; color:#8a271e; }
.nyoushicon p{ margin-top:10px; font-size:14px; color:#666666; line-height:25px; height:auto; margin-bottom:15px; }


.zslist  {
	width:100%; height:auto; padding:0px; box-sizing: border-box;  
}
.zslist li {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 30px; text-align:left;
}
.zslist li:nth-child(2n) {
	margin-right: 0;
}
.zstitle{ width:100%; height:30px; line-height:30px; font-size:16px; color:#666666; margin-top:10px; font-weight:bold; }
.zscon{ width:100%; height:auto; line-height:22px; font-size:14px; color:#666666; margin-top:5px; }


.whlist  {
	width:100%; height:auto; padding:0px; box-sizing: border-box;  
}
.whlist li {
	float: left;
	width: 49%;
	margin-right: 2%;
	margin-bottom: 30px; text-align:left;
}
.whlist li:nth-child(2n) {
	margin-right: 0;
}
.whtitle{ width:100%; height:30px; line-height:30px; font-size:16px; color:#333; margin-top:10px;  text-transform:uppercase; font-weight:bold; }
.whcon{ width:100%; height:44px; line-height:22px; font-size:14px; color:#333; margin-top:0px; }
.whcon2{ width:100%; height:auto; font-size:14px; color:#333; margin-top:10px; }


.nxw-list li {
	width: 100%;
	margin-right: 0%;
	margin-bottom: 4%;
}
.nxw-con h4 {
	font-size: 18px;
	color: #0b0b0b;
}
.nxw-con span {
	font-size: 14px;
	margin-bottom:10px;
}
.nxw-con p {
	font-size:14px; color:#666666; margin:10px auto 15px auto;
}

.wh-title h4 {
	font-size: 16px;
}
.wh-text b, .wh-title span {
	font-size: 14px;
}
.index-a-title {
	margin-top: 0;
}
.index-a i {
	display: none;
}
.cptd2-con {
	height: 100px;
}
.ppgs-l, .gtrz .img100 {
	width: 100%;
}
.ppgs-r, .gtrz-con {
	position: static;
	width: 100%;
}
.footer-mid-left, .footer-mid-right, .proxqimg, .proxq-r, .map-info {
	float: none;
	width: 100%;
}
.ppgs-r {
	padding: 25px 0;
}
.ppgs-warp {
	width: auto;
}
.footer-mid-right {
	margin-top: 20px;
}
.wh-text b {
	margin-top: 15px;
}
.gtrz-con {
	padding: 20px 0;
}
.wh-text {
	width: 90%;
}
}
 @media (max-width:768px) {

.container{ width:100%; }

.yunu-section {
	padding: 30px 0; height:auto;
}
.yunu-section-title{ font-size:18px; margin-bottom:20px; }
.yunu-section-title p{ font-size:12px; }
.yunu-pinzhi li{}
.yunu-pinzhi li{ width:49%; margin-bottom:15px;}
.yunu-pinzhi li:nth-child(2n) {
	margin-right: 0;
}



.footer_main{ height:auto; }
.foot_z { width:100%;margin-top:15px; height:auto; }
.foot_y{ width:100%; margin-left:0px; margin-top:30px; margin-bottom:20px; }
.foot_y .item{ width:90%; }
.foot_y .item.item4{ margin-left:0px;}
.foot_y .item .txt.tel{ margin-left:0px; }
.foot_y .item .area{ width:100%; }
.foot_y .submit .tijiao{ float:left; }
.foot_j{ display:none;}
.copyright{ height:auto; padding:10px 0px;  }
.copyright p{ line-height:25px;}
 
.in-news{ width:100%; padding: 20px 0px; }	 


.ncon{ width:95%; }
.ncon img{ max-width:100%; }
.about3_con p{ font-size:14px;}



.pro-list li{ width:49%; margin-right:2%; margin-bottom:15px; }
.pro-list li:nth-child(2n) {
	margin-right: 0;
}

.xw-list li{ display:inline-block; }
.xw-list .img100{ width:30%; }
.xw-con{ width:68%; }
.xw-con h4{ height:20px; overflow:hidden; margin-bottom:0px;}
.xw-con span{ font-size:12px;}


.about1{ width:100%; height:auto; display:inline-block; }
.about1_pic{ width:100%; height:auto; float:left; margin-top:10px; }
.about1_pic img{ width:100%; }
.about1_con{ width:100%; height:auto; float:right; margin-top:10px; }
.about1_con p{ width:100%; height:auto; line-height:30px; font-size:15px; color:#333; }

.about2{ width:100%; height:auto; display:inline-block; }
.about2_pic{ width:100%; height:auto; float:right; margin-top:10px; }
.about2_pic img{ width:100%; }
.about2_con{ width:100%; height:auto; float:left; margin-top:10px; }
.about2_con p{ width:100%; height:auto; line-height:30px; margin-bottom:20px; font-size:15px; color:#333; }

.about3{ width:100%; height:auto; display:inline-block; }
.about3_con{ width:100%; height:auto; float:left; margin-top:0px; margin-bottom:20px; }
.about3_con p{ width:100%; height:auto; line-height:30px; font-size:15px; color:#333; }

.in-choose{ width:95%; margin:10px auto; }
.in-choose-left{ float:none; }
.in-choose-right{ float:none; }
.in-choose-left .img-center{ display:none; }

.citem{ width:95%; height:auto; line-height:50px; padding-left:50px; font-size:16px; color:#333; box-sizing: border-box; margin:20px auto; float:none; border-bottom:#eee 1px dashed; margin-right:0%; }

.price b {
	font-size: 30px;
}
.title1 h3, .ppgs-title h4, .pro-cs-a h4, .his-nian {
	font-size: 20px;
}
.pro-cs-a span {
	font-size: 18px;
}
.index-a h3, .position h2, .map-name {
	font-size: 16px;
}
.title2 h4 {
	font-size: 14px;
}
.xw-con p, .footer-bot span, .title2 span, .ny-title-r a {
	font-size: 12px;
}
.pc-show, .pro-i, .footer-mid-left, .hide-honor-bth div {
	display: none;
}
.phone-show {
	display: block;
}
.w1388, .w1128 {
	margin: 0px auto;
}
.margin-t60, .footer, .footer-mid, .history-top, .ditu-bot {
	margin-top: 25px;
}
.margin-t50, .margin-t40, .history-bot, .whbox li:last-child {
	margin-top: 20px;
}
.logo2, .contact-page:last-child, .result-box .search-list li {
	margin-top: 15px;
}
.honnor li p, .xwfy-a:last-child {
	margin-top: 10px;
}
.footer-mid-right {
	margin-top: 0;
}
.title2 h4 img {
	margin-top: -3px;
}
.title1, .honnor li, .search-list, .result-box {
	margin-bottom: 20px;
}
.gcal-list li {
	margin-bottom: 15px;
}
.box-right {
	padding-top: 25px;
}
.poroxq-b-con {
	padding: 15px;
}
.map-name {
	padding: 10px 0;
}
.wh-text {
	padding: 20px 0;
}
.left-er-box {
	width: 0;
	overflow: hidden;
	display: block;
	left: auto;
	right: 0;
	transition: all .3s linear;
	border: none;
	padding: 0;
}
.left-er-box a {
	white-space: nowrap;
}
li.in .left-er-box {
	width: 100%;
}
.left-er-wrap {
	border: 1px solid #e5e5e5;
	padding: 10px 0;
}
.map-lxwm {
	padding: 0;
}
.page span, .page input, .pages {
	margin: 0;
}
.xw-list li, .contact-page {
	float: none;
	width: 100%;
	margin-right: 0;
}
.brief-nav {
	position: static;
	width: 100%;
}
.menu-handler {
	right: 12px;
}
.index-a li {
	width: 49.5%;
	margin-right: 1%;
}
.index-a {
	margin-top: 1%;
}
.index-a li:nth-child(even) {
	margin-right: 0;
}
.ljgd2 {
	width: 100px;
	line-height: 34px;
}
.tab-btn a {
	margin: 0 2px;
	width: 80px;
	font-size: 12px;
	line-height: 30px;
}

.kcleft{ width:30px; height:60px; background: rgba(0,0,0,0.7); position:absolute; left:-15px; top:50%; margin-top:-30px;display:flex; align-items: center; text-align:center; cursor:pointer; z-index:999; }
.kcleft img{ align-items: center; margin:0px auto; }
.kcright{ width:30px; height:60px; background: rgba(0,0,0,0.7); position:absolute; right:-15px; top:50%; margin-top:-30px;display:flex; align-items: center; text-align:center; cursor:pointer; z-index:999; }
.kcright img{ align-items: center; margin:0px auto; }
.kcleft:hover,.kcright:hover{ background:#5c0413; }

.product-list li, .anli-list li {
	width: 100%;
	margin-right: 4%;
}
.product-list li:nth-child(3n), .anli-list li:nth-child(4n) {
	margin-right: 4%;
}
.product-list li:nth-child(even), .anli-list li:nth-child(even) {
	margin-right: 0;
}
.pro-list-bot {
	padding: 10px 0;
}
.pro-list-bot h5 {
	margin-right: 0;
}
.anli-list li {
	margin-bottom: 4%;
}
.footer-top {
	height: 70px;
}
.logo2 img {
	height: 40px;
}
.footer-bot, .bdsharebuttonbox.forlink {
	text-align: center;
}
.bdsharebuttonbox.forlink span, .bdsharebuttonbox.forlink a {
	display: inline-block;
	vertical-align: middle;
	float: none;
}
.box-right {
	margin-left: 0;
}
.contentbox {
	padding-bottom: 10px;
	min-height: 250px;
}
.position {
	line-height: 50px;
	margin-top: -50px;
}
.position h2 {
	width: 150px;
}
.left-yi {
	line-height: 50px;
}
.zksq {
	top: 18px;
}
.left-er-box a {
	line-height: 34px;
}
.title2 h4 img {
	width: 18px;
	height: 18px;
}
.title2 {
	line-height: 34px;
}
.history-year {
	width: 100px;
}
.history-con {
	left: 104px;
}
.preview .swiper-slide {
	height: 100px;
}
.whbox .img100 {
	float: none !important;
	width: 100% !important;
}
.whbox-con {
	position: static !important;
	width: 100% !important;
}
.gcal-list li {
	width: 49%;
	margin-right: 2%;
}
.gcal-list li:nth-child(4n) {
	margin-right: 2%;
}
.gcal-list li:nth-child(even) {
	margin-right: 0;
}
.honnor li {
	width: 32%;
	margin-right: 2%;
}
#container {
	height: 260px;
}
.contact-page {
	max-width: none;
}
.xwfy-a {
	float: none;
	max-width: 100%;
}
.fr .fy-go {
	left: 0;
	right: auto;
}
.fr.xwfy-a a {
	padding-left: 70px;
	padding-right: 0;
}
.fr.xwfy-a span {
	left: auto;
	right: 0;
}
.fr .fy-go {
	padding-left: 0;
	padding-right: 20px;
}
.map-info {
	margin: 0;
}
.map-tit h2 {
	color: #b5004e;
}
.map-name, .map-bot {
	background: #b5004e;
}
.map-tit {
	border-color: #b5004e;
}
.ny-title-r a {
	display: inline-block;
}
.position {
	height: auto;
}
.history-year {
	height: 180px;
}
.history-txt p {
	font-size: 13px;
}
.ljgd {
	width: 120px;
	line-height: 40px;
}
.banner .ljgd {
	margin-left: -60px;
	bottom: 18%;
}
.index-a .img img {
	width: 36px;
}
.brief-nav-con ul {
	/*display: flex*/
}
.brief-nav-con li {
	flex: 1;
	margin-right: 1px;
}
.brief-nav-con li:last-child {
	margin-right: 0;
}
.honor-close {
	right: 0;
}
html.active {
	overflow: hidden;
}
body {
	padding-bottom: 0px;
}
.swiper-btn-style {
	display: none;
}
}
