.over {
  overflow: hidden;
}
.trans {
  -webkit-transition: all 300ms ease 0s;
  transition: all 300ms ease 0s;
}
.imgZoom img {
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
}
.imgZoom img:hover {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
}
.hoverBtn:hover {
  background-color: #e7161d !important;
  color: #fff !important;
}
.index-banner {
  height: 680px;
}
.Home-swiper-banner {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
}
.control-div {
  position: absolute;
  bottom: 0;
  left: 0%;
  z-index: 999;
  width: 100%;
}
.control-div .control-banner {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
.control-div .control-banner .swiper-button-next,
.control-div .control-banner .swiper-button-prev {
  width: 20px;
  height: 20px;
  background-size: 100%;
  margin: 0;
  margin-top: -10px;
}
.control-div .control-banner .swiper-button-prev {
  left: 54px;
}
.control-div .control-banner .swiper-button-next {
  left: 110px;
}
.control-div .control-banner .Home-banner-page {
  position: absolute;
  bottom: 30px;
  margin-top: -10px;
  left: 0;
  width: 100%;
}
.control-div .control-banner .Home-banner-page .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  margin: 0 10px;
  background-color: #fff;
  opacity: 1;
  font-size: 0;
  background-size: 100%;
  vertical-align: middle;
}
.control-div .control-banner .Home-banner-page .swiper-pagination-bullet-active {
  width: 12px;
  height: 12px;
  background-size: 100%;
  background-color: #e7161d;
}
.banner-center {
  width: 1200px;
  height: 100%;
  position: relative;
  margin-right: auto;
  margin-left: auto;
}
.banner-text {
  width: 590px;
  height: 310px;
  background-color: rgba(231, 22, 29, 0.67);
  position: absolute;
  top: 50%;
  right: 0%;
  margin-top: -155px;
  padding-right: 40px;
  padding: 7% 8%;
  box-sizing: border-box;
}
.banner-text .h3 {
  margin-bottom: 20px;
  margin-top: 0;
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.banner-text .h4 {
  margin-bottom: 5px;
  font-size: 24px;
  color: #fff;
}
.section {
  padding-top: 36px;
  padding-bottom: 50px;
}
.Home_title {
  text-align: center;
  margin-bottom: 54px;
}
.Home_title .t {
  position: relative;
  padding-bottom: 13px;
  color: #1c1a18;
  font-size: 32px;
  text-transform: uppercase;
}
.Home_title .t:after {
  content: '';
  display: block;
  width: 70px;
  height: 4px;
  background-color: #e7161d;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -35px;
}
.Home_title .p {
  width: 640px;
  margin: 10px auto 0;
  font-size: 14px;
  line-height: 20px;
}
.home-product-con .product-con-l {
  float: left;
  width: 260px;
}
.home-product-con .product-con-r {
  width: 100%;
}
.home-product-con .product_menu {
  height: 585px;
  overflow: hidden;
}
.home-product-con .product_menu .product_kind {
  position: relative;
  height: 90px;
  line-height: 90px;
  background: url(../images/home_product_l_bg.jpg) no-repeat center;
  color: #1a1b1d;
}
.home-product-con .product_menu .product_kind p {
  width: 100%;
  position: absolute;
  z-index: 2;
  padding: 0 10px;
  box-sizing: border-box;
  font-weight: bold;
  cursor: pointer;
}
.home-product-con .product_menu .product_kind .ico {
  float: right;
  font-size: 28px;
}
.home-product-con .product_menu .product_kind.on {
  color: #fff;
}
.home-product-con .product_menu .product_kind.on:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-color: rgba(230, 120, 25, 0.8);
}
.home-product-con .product_menu .sub_product li {
  padding-left: 18px;
  line-height: 28px;
  border-bottom: 1px dashed #dddddd;
}
.home-product-con .product_menu .sub_product li:last-child {
  border-bottom: 0;
}
.home-product-con .product_menu .sub_product li a {
  color: #888;
  font-size: 14px;
}
.home-product-con .product_menu .sub_product li a:hover {
  color: #e7161d;
}
.home-product-con .product_menu .sub_product {
  display: none;
}
.home-product-con .use-list {
  -webkit-display: flex;
  display: flex;
  flex-wrap: wrap;
}
.home-product-con .use-list li {
  float: left;
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px;
}
.home-product-con .use-list li a {
  position: relative;
  display: block;
  height: 374px;
}
.home-product-con .use-list li img {
  vertical-align: top;
  max-width: 100%;
  width: 100%;
}
.home-product-con .use-list li .product-name {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  height: 40px;
  line-height: 40px;
  color: #fff;
  font-size: 14px;
  background-color: rgba(0, 0, 0, 0.4);
}
.home-product-con .use-list li .bg {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(231, 22, 29, 0.9);
  display: table;
  text-align: center;
}
.home-product-con .use-list li .bg .info {
  display: table-cell;
  vertical-align: middle;
  color: #fff;
}
.home-product-con .use-list li .bg h4 {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: bold;
}
.home-product-con .use-list li .bg h4 img {
  width: 40px;
}
.home-product-con .use-list li .bg p {
  color: #fff;
  font-size: 14px;
}
.home-product-btn {
  width: 100%;
  margin-top: 20px;
  text-align: center;
}
.home-product-btn .jk-btn {
  display: inline-block;
  width: 106px;
  height: 30px;
  margin: 0 8px;
  text-align: center;
  line-height: 30px;
  background-color: #e7161d;
  color: #fff;
  font-size: 15px;
  border-radius: 4px;
}
.home-product-btn .jk-btn img {
  width: 18px;
  margin-bottom: 2px;
  vertical-align: middle;
}
.home-product-btn .jk-btn.download {
  background-color: #1c1a18;
}
.Home_center_banner {
  height: 306px;
  background: url(../images/center_banner.jpg) no-repeat center;
}
.Home_center_banner .center_banner_r {
  width: 50%;
  height: 200px;
  padding-left: 200px;
  padding-top: 100px;
  box-sizing: border-box;
  float: right;
  color: #fff;
}
.Home_center_banner .center_banner_r .kind {
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 20px;
}
.Home_center_banner .center_banner_r .p {
  font-size: 16px;
}
.Home_center_banner .center_banner_r a {
  width: 112px;
  height: 30px;
  display: block;
  margin-top: 20px;
  background-color: #e7161d;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
  font-size: 15px;
}
.section-pinpai {
  padding-bottom: 120px;
  background: url(../images/pinpai_bg.jpg) #fafafa no-repeat center bottom;
}
.culturelist dd {
  display: table;
  width: 100%;
  background-color: #fff;
}
.culturelist dd .img {
  width: 50%;
  display: table-cell;
  vertical-align: middle;
  box-sizing: border-box;
}
.culturelist dd .img img {
  width: 100%;
  vertical-align: top;
}
.culturelist dd .con {
  width: 50%;
  display: table-cell;
  padding-left: 38px;
  padding-right: 33px;
  vertical-align: middle;
  box-sizing: border-box;
}
.culturelist dd .txtitem .c {
  font-size: 17px;
  line-height: 29px;
  color: #333;
}
.culturelist dd .txtitem a {
  width: 112px;
  height: 30px;
  display: block;
  margin-top: 30px;
  background-color: #e7161d;
  color: #fff;
  text-align: center;
  line-height: 30px;
  border-radius: 3px;
  font-size: 15px;
}

/* å†…é¡µ */

.heig50{height: 50px;}
.f24{font-size: 24px;}
.o_big {
	overflow: hidden;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: auto 100%;
}
.o_big img {
	width: 100%;
	filter: Alpha(Opacity=0);
	opacity: 0;
	min-height: 120px;
}
.wrap2 {
	clear: both;
	width: 96%;
	max-width: 1300px;
	margin: 0 auto;
	text-align: left;
	zoom: 1;
}
.product_ul {
	overflow: hidden;
	padding-bottom: 20px;
	padding-top: 8px;
}
.product_ul ul li {
	float: left;
	width: 32.1%;
	margin-left: 0.5%;
	margin-right: 1%;
	overflow: hidden;
	margin-bottom: 1.5%;
	text-align: center;
	background-color: #fff;
}
.product_ul ul li .product_b {
	border: 1px solid #e8e8e8;
	padding-bottom: 36px;
}
.product_ul ul li:nth-child(3n+0) {
	margin-right: 0;
}
.product_ul ul li img {
	display: inline-block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	vertical-align: middle;
}
.product_ul ul li .imgs {
	width: 100%;
	overflow: hidden;
	height: 550px;
}
.product_ul ul li h2 {
	font-weight: normal;
	color: #333333;
	line-height: 36px;
	height: 36px;
	text-align: center;
	overflow: hidden;
	padding-left: 2%;
	padding-right: 2%;
	white-space: nowrap;
	text-overflow: ellipsis;
	transition: all 0.3s;
	margin-bottom: 1%;
	margin-top: 30px;
}
.product_ul ul li p {
	line-height: 20px;
	height: 40px;
	overflow: hidden;
	color: #929292;
	font-size: 14px;
	padding-left: 2%;
	padding-right: 2%;
	max-width: 350px;
	margin: 0 auto;
}
.product_ul ul li em {
	display: block;
	color: #ee697e;
	font-size: 14px;
	margin-top: 10px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
}
.product_ul ul li label {
	display: block;
	color: #333;
	font-size: 14px;
	line-height: 20px;
	height: 20px;
	overflow: hidden;
	margin-top: 5px;
}
.product_ul ul li:hover img {
	-webkit-transform: scale(1.1, 1.1);
	-moz-transform: scale(1.1, 1.1);
	-o-transform: scale(1.1, 1.1);
	-ms-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
.product_ul ul li:hover {
	-webkit-box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	box-shadow: 0 5px 20px rgba(0,0,0,0.1);
	-webkit-transform: translate3d(0, -2px, 0);
	transform: translate3d(0, -2px, 0);
	transition: all 0.3s;
}
.product_ul ul li:hover h2 {
	color: #e7161d;
}
.product_ul ul li:hover .product_b {
	border: 1px solid #fff;
}
/*åˆ†é¡µ*/
.yema {
	width: 100%;
	text-align: center;
	clear: both;
	overflow: hidden;
	padding-top: 40px;
	padding-bottom: 40px;
	clear: both;
}
.yema li{display: inline-block;vertical-align: top;}
.yema a {
	display: inline-block;
	height: 26px;
	line-height: 26px;
	padding-left: 10px;
	overflow: hidden;
	padding-right: 10px;
	min-width: 12px;
	margin-left: 1px;
	margin-right: 1px;
	text-align: center;
	color: #757575;
	font-size: 13px;
	border: 1px solid #cccccc;
}
.yema a:hover {
	text-decoration: none;
	color: #fff;
	background-color: #e7161d;
	border: 1px solid #e7161d;
}
.yema li.thisclass {
	color: #fff;
	background-color: #e7161d;
	border: 1px solid #e7161d;
	height: 26px;
	line-height: 26px;
	padding: 0 10px;
}
.yema a.on {
	color: #fff;
	background-color: #e7161d;
	border: 1px solid #e7161d;
}
.yema a.first, .yema a.last {
	margin-right: 0;
}
.yema a.first:hover, .yema a.last:hover {
	background-color: #ec2029;
}


.contact_bg {
	background-color: #f5f5f5;
	overflow: hidden;
}
.map_div {
	overflow: hidden;
	float: left;
	width: 50%;
}
.map_div img {
	max-width: 100%;
}
.contact_r {
	overflow: hidden;
	float: left;
	width: 44%;
	margin-left: 3%;
	margin-top: 3%;
	margin-bottom: 3%;
	color: #6f6f6f;
	font-size: 14px;
}
.contact_r h2 {
	color: #333333;
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 3%;
}
.contact_r ul li {
	display: block;
	margin-bottom: 10px;
}
.contact_r ul li img {
	display: inline-block;
	margin-right: 12px;
	margin-top: 3px;
	float: left;
}
.baidu_ditu {
	width: 100%;
	height: 37rem;
	margin: 0 auto;
	border: #ccc solid 1px;
	margin-bottom: 3rem;
}

.anim-show {
	-webkit-transform: translateY(0px) translateX(0);
	-moz-transform: translateY(0px) translateX(0);
	transform: translateY(0px) translateX(0);
	opacity: 1;
}
.anim-2 {
	-webkit-transition: transform 1s, opacity 1s;
	-moz-transition: transform 1s, opacity 1s;
	-o-transition: transform 1s, opacity 1s;
	transition: transform 1s, opacity 1s;
}
.cxcont{background: #F5F8FB;margin-bottom: 50px;padding: 50px;}
.cxcont form{margin: 0 auto;width: 525px;}
.cxcont form input{border: none;background: #fff;padding: 0 10px;height: 50px;font-size: 16px;width: 400px;box-sizing: border-box;border: 1px #ccc solid;}
.cxcont form input.submit{background: #e7161d;color: #fff;width: 120px;}

.contsear{margin-top: 30px;overflow: hidden;}
.searli{background: #fff;}
.seartit{background: #e7161d;color: #fff;}
.searli li{border-right: 1px solid #ccc;text-align: center;box-sizing: border-box;line-height: 26px;width: 12.5%;font-size: 16px;min-height: 42px;display: table-cell;vertical-align: middle;padding: 8px;min-width: 145px;word-break: break-all;}
.seartit li{border-right:1px #fff solid}
.searli_list li{width: 12%;border-bottom: 1px #ccc solid;}
.serul_m{display: none;}

.news_bg {
	background-color: #f5f5f5;
	overflow: hidden;
	padding-top: 3%;
}
.about_x {
	overflow: hidden;
	line-height: 30px;
	font-size: 14px;
	color: #666666;
}
.about_x img {
	margin-bottom: 15px;
	max-width: 100%;
	height: auto !important;
}
.about_x .show_t {
	line-height: 36px;
	font-size: 24px;
	color: #333;
	text-align: center;
	margin-bottom: 15px;
	font-weight: normal;
}
.about_x .con_line {
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #999999;
	border-bottom: 1px dashed #cccccc;
	text-align: center;
}
.about_x .con_id {
	line-height: 30px;
	overflow: hidden;
	white-space: normal;
	word-break: break-all;
	padding-top: 20px;
	text-align: left;
	padding-bottom: 40px;
}
.about_x table {
	border-collapse: collapse;
	border-spacing: 0;
}
.about_x table td {
	line-height: 22px;
	height: 27px; /*border:1px solid #000;*/
}

.prenext {
	border-top: 1px dashed #cccccc;
	border-bottom: 1px dashed #cccccc;
	font-size: 16px;
	line-height: 60px;
	margin-top: 20px;
	color: #444;
}
.prenext span {
	float: left;
	width: 108px;
	color: #666666;
	font-size: 16px;
}
.prenext a {
	color: #444;
}
.prenext a:hover {
	color: #00a1e9;
	text-decoration: none;
}
.prenext:last-child {
	border-top: 0;
	margin-top: 0;
	margin-bottom: 10px;
}
.cx-table{
  width: 100%;
}
.cx-table td{
  text-align: center;
  line-height: 26px;
  padding: 8px;
  box-sizing: border-box;
  background: #fff;
}
.cx-table>tbody>tr:first-of-type>td:first-of-type{
  color: transparent;
}
.cx-table>tbody>tr:first-of-type>td{
  border-color: #fff;
  background: #e7161d;
  color: #fff;
}
.cpbj-list{
  position: absolute;
  background: #e7161d;
  width: 100%;
  z-index: 10;
  text-decoration: none;
  height: 0;
  overflow: hidden;
  transition: all linear 0.5s;

}
.cpbj-list>li{
  padding: 10px 5px;
  text-align: center;
}
.cpbj-list>li>a{
  color: #fff;
  
}
.hasdrop:last-child:hover>ul{
    height: 80px;
}
.hasdrop:last-child:hover>ul li:hover{
  background: #333;
}

@media(max-width:991px){
.cpbj-list{
  height: 80px;
  background: #000;
}
.cpbj-list>li{
  background: #000;
  border-top: 1px solid rgba(221, 221, 221, .5);
}
.cpbj-list>li>a{
  line-height: 44px;
  font-size: 14px;
}
.cpbj-list>li{
  padding: 0;
  text-align: left;
  padding-left: 40px;
}
}
@media(min-width:992px){
.header-nav{
  width: 70%;
}
.drop-menu{
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cpbj-list{
  width: 200%;
  left: -50%;
}
}