.box-img{
	overflow: hidden;
}
.box-img img{
	display: block;
	transition: 0.5s;
	transform: scale(1);
}
li:hover .box-img img{
	transform: scale(1.2);
}
.header-nav{
	height: 68px;
	background: #ac181b;
}

.navbar #nav_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.navbar #nav_box li {
	text-align: center;
	position: relative;
	flex: 1;
}
.navbar #nav_box li a {
    line-height: 68px;
    font-size: 16px;
    color: #ffffff;
    display: block;
    padding: 0 23px;
    white-space: nowrap;
}
.navbar #nav_box li.on > a,
.navbar #nav_box li:hover > a {
	color: #fff;
	background: #2b2a2b;
}
.navbar #nav_box>li:last-of-type>a {
	padding-right: 0;
}

.navbar #nav_box li ul {
	position: absolute;
	top: 68px !important;
	left: 50% !important;
  transform: translateX(-50%);
	min-width: 135px;
	background: #ac181b;
	display: none;
}
.navbar #nav_box li ul li a {
	line-height: 40px;
	font-size: 14px;
	padding: 0 10px;
	white-space: nowrap;
}
.navbar #nav_box li ul li a:hover {
	background: #2b2a2b;
	color: #fff;
}

.header {
	height: 138px;
	background: url(../image/hbg.jpg) no-repeat center;
}


.text-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
  }
  .header .w,
  .header .tel {
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  .header .top {
	background: #f2f2f2;
  }
  .header .top .w {
	height: 25px;
  }
  .header .top .w p,
  .header .top .w a {
	font-size: 12px;
	color: #000000;
  }
  .header .top .w span {
	display: inline-block;
	width: 16px;
	text-align: center;
  }
  .header .bd {
	height: 115px;
  }
  .header .bd .text {
	min-height: 58px;
	padding-left: 65px;
	background: url("../image/head-tel.png") no-repeat left;
	font-size: 19px;
	color: #383838;
	line-height: 19px;
	margin-right: 30PX;
  }
  .header .bd .text p {
	font-size: 27px;
	color: #a52323;
	line-height: 36px;
  }
  .box-tit {
	text-align: center;
  }
  .box-tit h3 {
	font-size: 36px;
	color: #000;
  }
  .box-tit span {
	border-left: 45px solid #d9212a;
	border-right: 45px solid #000;
	display: inline-block;
	height: 3px;
	width: 90px;
	margin: 18px auto 18px;
  }
  .box-tit p {
	font-size: 18px;
	color: #5c5c5c;
  }
  .search {
	border-bottom: 1px solid #e8e8e8;
	color: #717171;
	font-size: 16px;
  }
  .search img {
	vertical-align: middle;
  }
  .search .w {
	height: 87px;
	display: flex;
	align-items: center;
	justify-content: space-between;
  }
  .search .w .sea-text img {
	margin-right: 14px;
  }
  .search .w .sea-box input {
	outline: none;
  }
  .search .w .sea-box input.search-key {
	width: 270px;
	height: 42px;
	border: 1px solid #dcdcdc;
	font-size: 16px;
	color: #666;
	text-indent: 16px;
  }
  .search .w .sea-box input.search-button {
	border: none;
	width: 42px;
	height: 42px;
	margin-left: 4px;
	vertical-align: bottom;
	cursor: pointer;
	background: url("../image/search.png") no-repeat center;
  }
  .search .w .sea-tel img {
	margin-right: 20px;
  }
  .search .w .sea-tel span {
	font-size: 28px;
	color: #d9212a;
	font-weight: bold;
	line-height: 28px;
	vertical-align: middle;
	font-family: fantasy;
  }
  .cooper {
	padding: 68px 0 58px;
  }
  .cooper .coop-box {
	margin-top: 50px;
	position: relative;
  }
  .cooper .coop-box .bd {
	overflow: hidden;
  }
  .cooper .coop-box ul li {
	width: 214px;
	text-align: center;
	float: left;
	margin-right: 32px;
  }
  .cooper .coop-box ul li img {
	display: block;
  }
  .cooper .coop-box ul li p {
	font-size: 13px;
	color: #000;
	margin-top: 20px;
  }
  .cooper .coop-box .coop-btn a {
	display: block;
	width: 36px;
	height: 67px;
	background: #a2a2a2;
	text-align: center;
	line-height: 67px;
	color: #fff;
	font-size: 18px;
	position: absolute;
	top: 30px;
  }
  .cooper .coop-box .coop-btn a.prev {
	left: -50px;
  }
  .cooper .coop-box .coop-btn a.next {
	right: -50px;
  }
  .cooper .coop-box .coop-btn a:hover {
	opacity: 0.6;
  }
  .product {
	background: #f2f2f2;
	padding: 62px 0 87px;
  }
  .product .pro-box {
	margin-top: 25px;
  }
  .product .pro-box .pro-l {
	background: #fff;
	width: 250px;
	float: left;
	margin-right: 32px;
  }
  .product .pro-box .pro-l .pro-l-tit {
	background: #b02223 url("../image/pro-l-tit.png") no-repeat left 32px center;
	padding: 38px 32px 38px 83px;
	box-sizing: border-box;
	font-size: 24px;
	color: #fff;
	line-height: 24px;
  }
  .product .pro-box .pro-l .pro-l-tit p {
	font-size: 9px;
	opacity: 0.7;
  }
  .product .pro-box .pro-l .pro-nav {
	padding: 5px;
  }
  .product .pro-box .pro-l .pro-nav h3 a {
	display: block;
	line-height: 53px;
	height: 53.2px;
	border-bottom: 1px solid #e7e7e7;
	text-indent: 14px;
	font-size: 16px;
	color: #000000;
	text-indent: 30px;
	}
  .product .pro-box .pro-l .pro-nav h3:hover a,
  .product .pro-box .pro-l .pro-nav h3.on a {
	background: #000 url("../image/pro-nav.png") no-repeat right 18px center;
	color: #fff;
	border: none;
  }
  .product .pro-box .pro-l .pro-nav ul a {
	display: block;
	height: 40px;
	line-height: 40px;
	padding-left: 20px;
	font-size: 14px;
	color: #fff;
	background: #b02223;
  }
  .product .pro-box .pro-l .pro-nav ul a:hover {
	background: rgba(176, 34, 35, 0.7);
  }
  .product .pro-box .pro-l .pro-tel {
	padding: 50px 28px 73px;
	text-align: center;
	background: #b02223;
	color: #ffffff;
  }
  .product .pro-box .pro-l .pro-tel p {
	font-size: 18px;
  }
  .product .pro-box .pro-l .pro-tel h3 {
	font-size: 24px;
	line-height: 24px;
	padding: 17px 0 15px;
	}
  .product .pro-box .pro-l .pro-tel a {
	display: inline-block;
	width: 160px;
	height: 40px;
	border-radius: 20px;
	background: #fff;
	color: #b02223;
	line-height: 40px;
	font-size: 18px;
	margin-top: 15px;
	}
  .product .pro-box .pro-r {
	display: flow-root;
  }
  .product .pro-box .pro-r .pro-r-tit {
	height: 41px;
	background: url("../image/pro-r-tit.png") no-repeat center;
	text-align: right;
	line-height: 46px;
	padding-right: 37px;
	margin-bottom: 15px;
	}
  .product .pro-box .pro-r .pro-r-tit a {
	display: inline-block;
	width: 70px;
	height: 26px;
	border-radius: 5px;
	border: 2px solid #d0d0d0;
	text-align: center;
	line-height: 26px;
  }
  .product .pro-box .pro-r .pro-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
  }
  .product .pro-box .pro-r .pro-list li {
	width: 300px;
	margin-bottom: 15px;
	border: 1px solid #ccc;
	}
  .product .pro-box .pro-r .pro-list li p {
	background: #fff;
	line-height: 43px;
	text-align: center;
	font-size: 16px;
	color: #000000;
  }
  .product .pro-box .pro-r .pro-list li:hover p {
	color: #b02223;
  }
  .ban {
	height: 221px;
	background: url("../image/22.jpg") no-repeat center;
  }
  .ban .w {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
  }
  .ban .w .ban-l {
	width: 580px;
	height: 155px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	background: url("../image/ban-2.png") no-repeat left top, url("../image/ban-3.png") no-repeat right bottom;
  }
  .ban .w .ban-l p {
	font-size: 21px;
	color: #b02223;
  }
  .ban .w .ban-l h3 {
	font-size: 37px;
	color: #b02223;
  }
  .ban .w .ban-tel {
	color: #ffffff;
	padding-left: 125px;
	background: url("../image/ban-tel.png") no-repeat left center;
  }
  .ban .w .ban-tel p {
	font-size: 18px;
  }
  .ban .w .ban-tel h3 {
	font-size: 37px;
  }
  .ban .w .ban-tel a {
	display: block;
	width: 125px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	background: #b02223;
	color: #fff;
	font-size: 16px;
  }
  .choice {
	padding: 50px 0 30px;
	background: url("../image/choice-bg.jpg") no-repeat center;
  }
  .choice .cho-l {
	text-align: right;
  }
  .choice .cho-r {
	text-align: left;
  }
  .choice .cho-box {
	margin-top: 70px;
	display: flex;
	justify-content: space-between;
	position: relative;
  }
  .choice .cho-box li {
	padding-bottom: 70px;
  }
  .choice .cho-box li:last-child {
	padding: 0;
  }
  .choice .cho-box li h3 {
	font-size: 36px;
	color: #000;
  }
  .choice .cho-box li p {
	width: 290px;
	font-size: 16px;
	color: #000;
	opacity: 0.7;
	line-height: 30px;
  }
  .choice .cho-box .cho-yuan {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
  }
  .choice .cho-box .cho-yuan .yuan-box {
	position: relative;
  }
  .choice .cho-box .cho-yuan .yuan-box img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	cursor: pointer;
  }
  .choice .cho-box .cho-yuan .yuan-box img:nth-child(1) {
	animation: myfirst 60s infinite linear;
  }
  .choice .cho-box .cho-yuan .yuan-box img:nth-child(2) {
	transition: 0.5s;
	transform: translate(-50%, -50%) rotate(0deg);
  }
  .choice .cho-box .cho-yuan .yuan-box img:nth-child(3) {
	transition: 0.5s;
	transform: translate(-50%, -50%) rotate(0deg);
  }
  .choice .cho-box .cho-yuan .yuan-box:hover img:nth-child(2) {
	transform: translate(-50%, -50%) rotate(25deg);
  }
  .choice .cho-box .cho-yuan .yuan-box:hover img:nth-child(3) {
	transform: translate(-50%, -50%) rotate(-15deg);
  }
  @keyframes myfirst {
	0% {
	  transform: translate(-50%, -50%) rotate(0deg);
	}
	25% {
	  transform: translate(-50%, -50%) rotate(90deg);
	}
	50% {
	  transform: translate(-50%, -50%) rotate(180deg);
	}
	100% {
	  transform: translate(-50%, -50%) rotate(360deg);
	}
  }
  .adv {
	padding-bottom: 52px;
  }
  .adv .adv-tit {
	height: 318px;
	background: url("../image/11.png") no-repeat center;
  }
  .adv .adv-box li {
	display: flex;
	justify-content: space-between;
	align-items: center;
  }
  .adv .adv-box li:nth-child(n+2) {
	margin-top: 42px;
  }
  .adv .adv-box li .adv-text {
	width: 549px;
  }
  .adv .adv-box li .adv-text h3 {
	font-size: 24px;
	color: #000000;
	line-height: 135px;
	background: url("../image/adv-text.png") no-repeat left center;
  }
  .adv .adv-box li .adv-text h3 span {
	font-size: 40px;
	color: #fff;
	vertical-align: bottom;
	display: inline-block;
	width: 82px;
	text-align: center;
	margin-right: 25px;
  }
  .adv .adv-box li .adv-text .adv-text-con {
	padding-left: 21px;
	padding-right: 52px;
  }
  .adv .adv-box li .adv-text .adv-text-con p {
	font-size: 18px;
	color: #000;
	opacity: 0.7;
	line-height: 27px;
	padding-left: 26px;
	background: url("../image/adv-p.png") no-repeat left top 8px;
  }
  .adv .adv-box li .adv-text .adv-text-con p:nth-child(n+2) {
	margin-top: 24px;
  }
  .service {
	padding: 60px 0 75px;
	background: #fafafa;
  }
  .service .ser-box {
	display: flex;
	justify-content: space-between;
	margin-top: 75px;
  }
  .service .ser-box li {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
  }
  .service .ser-box li img {
	display: block;
	transition: 0.5s;
  }
  .service .ser-box li p {
	width: 138px;
	height: 38px;
	background: #e1e1e1;
	font-size: 15px;
	color: #000000;
	line-height: 38px;
	text-align: center;
	margin-top: 10px;
	border-radius: 8px;
  }
  .service .ser-box li:hover img {
	transform: rotate(360deg);
  }
  .service .ser-box li:hover p {
	background: #d9212a;
	color: #fff;
  }
  .service .ser-box .jt {
	padding-top: 66px;
  }
  .case {
	padding: 50px 0 90px;
  }
  .case .case-box {
	margin-top: 30px;
	position: relative;
  }
  .case .case-box .case-btn a {
	outline: none;
	color: #838383;
	font-weight: bold;
  }
  .case .case-box .case-btn a:first-child {
	left: -50px;
  }
  .case .case-box .case-btn a:last-child {
	right: -50px;
  }
  .case .swiper-container {
	width: 100%;
  }
  .case .swiper-container .swiper-slide {
	width: 550px !important;
	position: relative;
  }
  .case .swiper-container .swiper-slide p {
	position: absolute;
	line-height: 45px;
	font-size: 20px;
	color: #fff;
	width: 100%;
	bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	text-align: center;
  }
  .about {
	padding-bottom: 70px;
  }
  .about .ab-bg {
	margin-top: 37px;
	background: url("../image/ab-bg.jpg") no-repeat top center;
  }
  .about .ab-img {
	float: left;
	margin-right: 44px;
  }
  .about .ab-con {
	padding-top: 80px;
	display: flow-root;
  }
  .about .ab-con h3 {
	font-size: 27px;
	color: #000;
	line-height: 27px;
	padding-bottom: 24px;
	border-bottom: 1px solid #bdbdbd;
	margin-bottom: 29px;
  }
  .about .ab-con .ab-text {
	font-size: 19px;
	line-height: 36px;
	color: #000;
	opacity: 0.7;
	height: 245px;
	overflow: hidden;
  }
  .about .ab-con .ab-nav {
	margin-top: 30px;
	display: flex;
  }
  .about .ab-con .ab-nav a {
	display: block;
	width: 163px;
	height: 42px;
	border: 2px solid #b0b0b0;
	border-radius: 5px;
	text-align: center;
	line-height: 42px;
	font-size: 16px;
	color: #000;
  }
  .about .ab-con .ab-nav a:nth-child(n+2) {
	margin-left: 11px;
  }
  .about .ab-con .ab-nav a:hover {
	border: transparent;
	background: #d9212a;
	color: #fff;
  }
  .about .ab-botm {
	margin-top: 35px;
	padding: 25px 0;
	background: #2b2825;
  }
  .about .ab-botm .bd {
	position: relative;
	width: 1100px;
	margin: 0 auto;
  }
  .about .ab-botm .bd .ab-btn a {
	display: block;
	width: 24px;
	height: 32px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
  }
  .about .ab-botm .bd .ab-btn a.prev {
	left: -40px;
	background: url("../image/ab-btn1.png") no-repeat center;
  }
  .about .ab-botm .bd .ab-btn a.next {
	right: -40px;
	background: url("../image/ab-btn2.png") no-repeat center;
  }
  .about .ab-botm .bd li {
	width: 350px;
	float: left;
	margin-right: 25px;
  }
  .about .ab-botm .bd li p {
	line-height: 40px;
	background: #e5e5e5;
	text-align: center;
	color: #000;
	font-size: 15px;
  }
  .news {
	padding-bottom: 40px;
  }
  .news .news-hd {
	padding-left: 38px;
	background: url("../image/news-hed.png") no-repeat left center;
	line-height: 50px;
	border-bottom: 1px solid #d8d7d7;
	margin-bottom: 34px;
  }
  .news .news-hd a.news-nav {
	font-size: 20px;
	color: #000;
  }
  .news .news-hd a.news-nav:nth-of-type(3) {
	margin-left: 17px;
  }
  .news .news-hd a.news-more {
	float: right;
	font-size: 12px;
	color: #000;
  }
  .news .news-l {
	width: 570px;
	float: left;
	margin-right: 68px;
  }
  .news .news-l .news-l-list {
	height: 562px;
	overflow: hidden;
  }
  .news .news-l .news-l-list li {
	height: 94px;
	border: 1px solid #e5e5e5;
	margin-bottom: 24px;
  }
  .news .news-l .news-l-list li:hover .news-num,
  .news .news-l .news-l-list li:hover .news-num p {
	color: #c3131e;
  }
  .news .news-l .news-l-list li .news-num {
	background: #e5e5e5;
	width: 94px;
	height: 94px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	color: #000;
	font-weight: bold;
	float: left;
	margin-right: 17px;
  }
  .news .news-l .news-l-list li .news-num p {
	color: #484848;
	font-size: 16px;
	font-weight: normal;
  }
  .news .news-l .news-l-list li .news-l-text {
	display: flow-root;
	padding-top: 23px;
  }
  .news .news-l .news-l-list li .news-l-text h3 {
	font-size: 16px;
	color: #000;
	line-height: 16px;
  }
  .news .news-l .news-l-list li .news-l-text p {
	font-size: 12px;
	color: #000;
	opacity: 0.7;
	margin-top: 15px;
  }
  .news .news-r {
	display: flow-root;
  }
  .news .news-r .news-r-con li {
	height: 87px;
  }
  .news .news-r .news-r-con .news-r-tit {
	color: #000;
	line-height: 30px;
  }
  .news .news-r .news-r-con .news-r-tit p {
	float: right;
	font-size: 12px;
	color: #000000;
	opacity: 0.7;
  }
  .news .news-r .news-r-con .news-r-tit i {
	font-size: 20px;
  }
  .news .news-r .news-r-con .news-r-tit span {
	font-size: 16px;
	display: inline-block;
	width: 195px;
	overflow: hidden;
	vertical-align: bottom;
  }
  .news .news-r .news-r-con .news-r-text {
	font-size: 12px;
	color: #000;
	line-height: 17px;
	height: 32px;
	overflow: hidden;
	margin-top: 10px;
  }
  .station img {
	vertical-align: middle;
	margin-right: 9px;
  }
  .station a {
	font-size: 14px;
	color: #313132;
  }
  .station a span {
	padding: 0 5px;
  }
  .station a:last-child span {
	display: none;
  }
  .footer {
	background: #222222;
	padding: 58px 0 62px;
  }
  .footer h3 {
	font-size: 17px;
	color: #fff;
	margin-bottom: 28px;
  }
  .footer .foot-box {
	display: flex;
	justify-content: space-between;
  }
  .footer .foot-tel h4 {
	font-size: 24px;
	color: #d9212a;
	font-weight: bold;
	padding: 0 0 30px;
  }
  .footer .foot-tel h4 span {
	font-size: 12px;
	color: #7e7e7e;
  }
  .footer .foot-tel p {
	font-size: 16px;
	color: #fff;
	line-height: 22px;
  }
  .footer .foot-tel p:nth-of-type(3) {
	margin-top: 25px;
	opacity: 0.8;
  }
  .footer .foot-tel p.dz {
	margin-bottom: 27px;
  }
  .footer .foot-tel a {
	display: block;
	width: 98px;
	height: 34px;
	border: 3px solid #5a5a5a;
	text-align: center;
	line-height: 28px;
	color: #5a5a5a;
	border-radius: 5px;
	margin-top: 10px;
  }
  .footer .foot-code h3 {
	padding-left: 73px;
  }
  .footer .foot-code .bd {
	display: flex;
	justify-content: space-between;
	padding: 0 90px;
	box-sizing: border-box;
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
  }
  .footer .foot-code .bd .con {
	text-align: center;
  }
  .footer .foot-code .bd .con p {
	font-size: ;
	color: #fff;
	font-size: 12px;
  }
  .footer .foot-code .bd .con:nth-child(2) {
	margin-left: 40px;
  }
  .footer .foot-nav .bd {
	width: 140px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-right: 170px;
  }
  .footer .foot-nav .bd a {
	width: 50%;
	height: 38px;
	font-size: 12px;
	color: #fff;
  }
  .foot-botm {
	text-align: center;
	background: #181818;
	padding: 35px 0;
	line-height: 22px;
  }
  
.um_pro{
	background: none;
	padding: 0;
	padding-bottom: 50px;
}
.um_pro .pro-r{
	float: left;
	width: 918px;
	margin-right: 32px;
}

.um_pro .pro-l{
	display: flow-root;
	margin: 0 !important;
}

.um_pro .pro-r .pro-list li{
	border: 2px solid #ccc !important;
}

.um_pro .pro-nav{
  background: #eee;
}
  .um_contact{
  	   padding: 15px;
  	   border: 1px dashed #ac181b;
  	   font-size: 13px;
  	   line-height: 26px;
  	   color: #fff;
  	   background: #ac181b;
  }
  
  .content {
  	padding: 30px;
    border: 1px solid #ccc;
  }