.header-hd {
	line-height: 42px;
	background-color: #eee;
	font-size: 13px;
}
.header-hd a {
	padding: 0 10px;
	color: #666;
}
.header-hd a:last-of-type {
	padding-right: 0;
}
.header-bd {
	height: 116px;
}
.header-bd .w {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-tel {
	background: url(../image/htel.png) no-repeat left center;
	padding-left: 60px;
	font-size: 13px;
	color: #131b10;
	line-height: 1.4;
	padding-top: 7px;
}
.header-tel p {
	font-size: 26px;
	color: #131b10;
	font-family: fantasy;
}
.navbar {
	height: 70px;
	background: #202020;
	border-bottom: 4px solid #c30101;
}
#nav_box {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.navbar li {
	position: relative;
	flex: 1;
	text-align: center;
	background: url(../image/navli.png) no-repeat right center;
}
.navbar li:last-of-type {
	background: none;
}
.navbar li a {
	display: block;
	line-height: 66px;
	font-size: 16px;
	color: #fff;
}
.navbar li.on a,
.navbar li:hover a {
	background: #c30101;
}
/*=====下拉菜单====*/
.nav li ul {
	position: absolute;
	left: 0px;
	top: 66px !important;
	min-width: 100%;
	background: #c30101;
	display: none;
}
.nav li ul li {
	width: 100%;
	height: 36px;
	background: none;
}
.nav li ul li a {
	font-size: 14px;
	color: #fff;
	line-height: 36px;
	display: block;
	white-space: nowrap;
	text-align: center;
	background: none;
	padding: 0 10px;
}
.nav li ul li a:hover {
	background: #ff9900;
	color: #fff;
	border: none;
}
.nav li.on ul li a {
	background: #c30101;
	color: #fff;
	border: none;
}
.nav li.on ul li a:hover {
	background: #ff9900;
	color: #fff;
	border: none;
}
.search-region {
	height: 71px;
	border-bottom: 2px solid #e0e0e0;
}
.search-region .w {
	height: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.search-region .search-hot {
	font-size: 15px;
	color: #333;
}
.search-region .search-form .search-key {
	border: none;
	background: url(../image/sbtn.png) no-repeat left center;
	padding-left: 37px;
	outline: none;
	line-height: 69px;
	color: #999;
}
.search-region .search-form .search-button {
	background: url(../image/btn.png) no-repeat center #dddddd;
	line-height: 69px;
	cursor: pointer;
	border: none;
	outline: none;
	width: 70px;
}
.product-region {
	background: url(../image/probg.jpg) center;
	padding: 60px 0;
	overflow: hidden;
}
.product-region .w {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.product-lside {
	width: 264px;
	border: 2px solid #c30101;
}
.product-lside .tit {
	background: #c30101;
	text-align: center;
	color: #fff;
	padding: 16px 0 18px;
	line-height: 1.5;
}
.product-lside .tit h2 {
	font-size: 25px;
}
.product-lside .tit p {
	font-size: 12px;
	font-family: arial;
}
.product-lside ul {
	padding: 26px 0;
	background: #fff;
}
.product-lside li {
	padding: 0 32px;
}
.product-lside li a {
	display: block;
	font-size: 16px;
	color: #666;
	line-height: 51px;
	transition: all 0.3s;
}
.product-lside li a::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 3px solid #666;
	float: left;
	margin: 23px 10px 0 0;
}
.product-lside li a:hover {
	color: #c30101;
	text-indent: 3px;
}
.product-list {
	width: 890px;
}
.product-list .tit {
	line-height: 50px;
	margin-bottom: 20px;
	background: url(../image/proline.jpg) repeat-x bottom left;
}
.product-list .tit h2 {
	font-size: 16px;
	color: #000;
	display: inline-block;
	border-bottom: 4px solid #c30101;
	padding: 0 15px;
	position: relative;
}
.product-list .tit h2::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #c30101;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -2px;
}
.product-list .tit a {
	font-size: 13px;
	color: #999;
}
.product-list li {
	width: 280px;
	border: 1px solid #cecece;
	padding: 9px 9px 0;
	margin-right: 25px;
	margin-bottom: 25px;
	transition: all 0.3s;
}
.product-list li .img {
	line-height: 0;
}
.product-list li .img img {
	width: 100%;
	display: block;
}
.product-list li h5 {
	font-size: 15px;
	text-align: center;
	font-weight: normal;
	color: #666666;
	line-height: 47px;
	transition: all 0.3s;
}
.product-list li:nth-of-type(3n) {
	margin-right: 0;
}
.product-list li:hover {
	border-color: #c30101;
}
.product-list li:hover h5 {
	color: #c30101;
}
.ban-region {
	width: 1200px;
	height: 162px;
	background: #c30101;
	margin: 0 auto;
	position: relative;
	display: flex;
	justify-content: space-around;
	align-items: center;
	overflow: hidden;
}
.ban-region .ban-img {
	margin-top: 79px;
}
.ban-region .ban-slogan h2 {
	font-size: 29px;
	font-weight: normal;
	color: #fff;
}
.ban-region .ban-slogan h2 span {
	font-size: 34px;
	margin-right: 5px;
}
.ban-region .ban-slogan h2 i {
	font-style: normal;
	color: #fdbb13;
}
.ban-region .ban-slogan h3 {
	font-size: 20px;
	color: #fff;
	font-weight: normal;
	padding-left: 65px;
}
.ban-region .ban-slogan h3 .tel {
	display: inline-block;
	margin-left: 19px;
	font-size: 24px;
	font-family: fantasy;
	vertical-align: -1px;
}
.ban-region .ban-slogan h3 .tel img {
	vertical-align: -4px;
	margin-right: 3px;
}
.ban-region .ban-link {
	position: absolute;
	right: 33px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	align-items: flex-end;
}
.ban-region .ban-link a {
	display: inline-block;
	border: 1px solid #fff;
	line-height: 39px;
	font-size: 15px;
	color: #fff;
	padding: 0 24px;
	border-radius: 20px;
	margin: 10px 0;
}
.ban-region .ban-link a img {
	vertical-align: -5px;
	margin-left: 7px;
}
.ban-region .ban-link a:first-of-type {
	border-color: #fdbb13;
	background: #fdbb13;
	color: #722400;
}
.avant-region {
	padding: 60px 0;
	background: url(../image/avanttop.jpg) no-repeat top center;
}
.avant-tit {
	background: url(../image/avanttit.png) no-repeat center;
	height: 132px;
	width: 869px;
	margin: 0 auto;
}
.avant-tit h2 {
	text-align: right;
	font-size: 29px;
	color: #272727;
	padding-right: 85px;
	line-height: 132px;
}
.avant-bd {
	margin-top: 50px;
}
.avant-bd li {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.avant-bd li:nth-of-type(2n) {
	flex-direction: row-reverse;
}
.avant-bd .item-hd {
	width: 43%;
	line-height: 0;
	text-align: center;
}
.avant-bd .item-hd img {
	max-width: 100%;
}
.avant-bd .item-mid {
	width: 1px;
	height: 365px;
	background: #b9c6bd;
	position: relative;
}
.avant-bd .item-mid::before {
	content: "";
	display: block;
	width: 13px;
	height: 13px;
	background: #c30101;
	box-shadow: 0 0 8px 2px #c30101;
	border-radius: 50%;
	left: 50%;
	transform: translateX(-50%);
}
.avant-bd .item-bd {
	width: 43%;
}
.avant-bd .item-bd dt {
	position: relative;
	padding-left: 110px;
	line-height: 1.5;
	margin-bottom: 23px;
}
.avant-bd .item-bd dt i {
	width: 93px;
	height: 89px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	font-size: 40px;
	color: #666;
	font-weight: bold;
	font-family: arial;
	line-height: 89px;
	text-indent: 17px;
	background: url(../image/avanti.png) no-repeat center;
}
.avant-bd .item-bd dt h3 {
	font-size: 25px;
	color: #c30101;
	font-weight: normal;
	padding: 3px 0 8px;
}
.avant-bd .item-bd dt p {
	font-size: 18px;
	font-size: 15px;
	color: #131b10;
}
.avant-bd .item-bd dt .en {
	font-weight: normal;
	color: #666666;
	font-size: 13px;
	font-family: arial;
}
.avant-bd .item-bd dd {
	padding-left: 110px;
}
.avant-bd .item-bd dd p {
	background: url(../image/avantg.png) no-repeat left 3px;
	padding-left: 30px;
	font-size: 16px;
	line-height: 27px;
	color: #131b10;
	margin-bottom: 15px;
}
.avant-bd .item-bd dd a {
	display: inline-block;
	margin-top: 30px;
}
.case-region {
	background: #f2f2f2;
	padding: 60px 0;
}
.case-tit {
	text-align: center;
	line-height: 1.5;
}
.case-tit .en {
	font-size: 13px;
	font-family: arial;
	color: #999;
}
.case-tit h2 {
	font-size: 30px;
	font-weight: normal;
	color: #333;
}
.case-tit p {
	font-size: 19px;
	color: #666;
}
.case-bd {
	margin-top: 50px;
	background: #c30101;
	padding: 25px;
	overflow: hidden;
}
.case-bd .tempWrap {
	width: 100% !important;
}
.case-bd li {
	float: left;
	margin-right: 41px;
	background: #fff;
}
.case-bd li .img {
	padding: 3px;
	line-height: 0;
	overflow: hidden;
}
.case-bd li .img img {
	width: 100%;
}
.case-bd li h5 {
	text-align: center;
	line-height: 40px;
	color: #333;
	font-size: 16px;
}
.about-region {
	padding: 60px 0;
}
.about-region .about-tit {
	text-align: center;
	line-height: 1.7;
}
.about-region .about-tit h2 {
	font-size: 36px;
	color: #202020;
	font-weight: normal;
}
.about-region .about-tit p {
	font-size: 20px;
}
.about-bd {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.about-bd .about-img {
	width: 490px;
	line-height: 0;
}
.about-bd .about-img img {
	width: 100%;
}
.about-bd .about-content {
	width: 655px;
}
.about-bd .about-content .about-desc {
	font-size: 16px;
	line-height: 33px;
	height: 198px;
	overflow: hidden;
	color: #666;
	margin-bottom: 30px;
}
.about-bd .about-content .about-link {
	display: flex;
	justify-content: space-around;
	align-items: center;
}
.about-bd .about-content .about-link a {
	display: block;
	line-height: 40px;
	border: 1px solid #bfbfbf;
	padding: 0 20px;
	font-size: 14px;
	transition: all 0.3s;
}
.about-bd .about-content .about-link a img {
	vertical-align: middle;
	margin-right: 5px;
}
.about-bd .about-content .about-link a:hover {
	border-color: #c30101;
	color: inherit;
}
.news-region .w {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.news-swiper {
	width: 785px;
}
.news-swiper .hd {
	margin-bottom: 25px;
	background: url(../image/proline.jpg) repeat-x bottom left;
}
.news-swiper .hd li {
	font-size: 16px;
	color: #000;
	display: inline-block;
	border-bottom: 4px solid transparent;
	padding: 0 15px;
	position: relative;
	line-height: 50px;
}
.news-swiper .hd li::after {
	content: "";
	display: none;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #c30101;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -2px;
}
.news-swiper .hd li.on {
	border-bottom-color: #c30101;
}
.news-swiper .hd li.on::after {
	display: block;
}
.news-swiper .bd .slideBox {
	overflow: hidden;
}
.news-swiper .bd .slideBox .li1 {
	float: left;
	width: 287px;
	margin-right: 40px;
	margin-top: 10px;
}
.news-swiper .bd .slideBox .li1 .img {
	border: 3px solid #bfbfbf;
	line-height: 0;
}
.news-swiper .bd .slideBox .li1 .img img {
	width: 100%;
}
.news-swiper .bd .slideBox .li1 h5 {
	font-size: 16px;
	color: #666;
	font-weight: normal;
	text-align: center;
	line-height: 40px;
}
.news-swiper .bd .slideBox .li1:hover .img {
	border-color: #c30101;
}
.news-swiper .bd .slideBox .li1:hover h5 {
	color: #c30101;
}
.news-swiper .bd .slideBox .li2 {
	float: left;
}
.news-swiper .bd .slideBox .li2 a {
	display: block;
	line-height: 40px;
	color: #666;
	font-size: 16px;
}
.news-swiper .bd .slideBox .li2 a::before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 4px solid #c30101;
	float: left;
	margin: 16px 9px 0 0;
}
.news-swiper .bd .slideBox .li2 a:hover {
	color: #c30101;
}
.news-faq {
	width: 340px;
	height: 285px;
	overflow: hidden;
}
.news-faq .tit {
	margin-bottom: 35px;
	background: url(../image/proline.jpg) repeat-x bottom left;
}
.news-faq .tit h2 {
	font-size: 16px;
	color: #000;
	display: inline-block;
	border-bottom: 4px solid #c30101;
	position: relative;
	width: 65px;
	white-space: nowrap;
	line-height: 50px;
}
.news-faq .tit h2::after {
	content: "";
	display: block;
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-bottom: 4px solid #c30101;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -2px;
}
.news-faq .tit h2 span {
	font-weight: normal;
	color: #999;
}
.news-faq li {
	padding-bottom: 10px;
	border-bottom: 1px dashed #ccc;
	margin-bottom: 10px;
	box-sizing: content-box;
}
.news-faq li i {
	display: block;
	width: 27px;
	height: 27px;
	border-radius: 50%;
	line-height: 27px;
	text-align: center;
	background: #da473d;
	float: left;
	margin-right: 10px;
	color: #fff;
	font-size: 13px;
}
.news-faq li h5 {
	line-height: 27px;
	font-weight: normal;
	color: #333;
	font-size: 15px;
	margin-bottom: 11px;
}
.news-faq li p {
	font-size: 13px;
	color: #666;
	line-height: 27px;
	height: 54px;
	overflow: hidden;
}
.news-faq li p i {
	margin-bottom: 10px;
	background: #212121;
	color: #fff;
}
.news-faq li:hover h5 {
	color: #c30101;
}
.contact-region {
	padding: 60px 0;
}
.contact-region .w {
	display: flex;
	justify-content: center;
	align-items: center;
}
.contact-img {
	width: 519px;
	line-height: 0;
}
.contact-img img {
	max-width: 100%;
}
.contact-content {
	width: 580px;
	height: 320px;
	padding-top: 27px;
	padding-left: 113px;
	background: url(../image/contactbg.jpg) no-repeat center;
}
.contact-content .tit {
	font-size: 36px;
	color: #c30101;
	text-transform: uppercase;
}
.contact-content .tit span {
	color: #065bac;
}
.contact-content .desc {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	height: 144px;
	overflow: hidden;
	margin: 6px 0 20px;
}
.contact-content .slogan {
	font-size: 20px;
	color: #065bac;
}
.area-region {
	width: 1164px;
	height: 135px;
	margin: 0 auto;
	padding: 0 36px 0 25px;
	background: url(../image/areabg.png) no-repeat center;
}
.area-region span {
	color: #fff;
	display: inline-block;
	width: 98px;
	text-align: center;
	margin-top: 55px;
	font-size: 14px;
}
.area-region a {
	font-size: 14px;
	color: #333;
	margin-left: 20px;
}
.footer {
	background: #ab2417;
	overflow: hidden;
	padding-bottom: 25px;
}
.footer .w {
	width: 1160px;
}
.footer .footer-code {
	width: 243px;
	background: #961b0f;
	padding: 20px 0;
	text-align: center;
	color: #fff;
	float: left;
	margin-right: 50px;
}
.footer .footer-code h2 {
	font-size: 24px;
	font-weight: normal;
	margin-bottom: 10px;
}
.footer .footer-code img {
	max-width: 100%;
}
.footer .footer-code p {
	font-size: 15px;
}
.footer .footer-desc {
	float: right;
	width: 860px;
}
.footer .footer-nav {
	padding: 10px 0 18px;
	margin: 36px 0 40px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
.footer .footer-nav a {
	display: inline-block;
	padding: 0 15px;
	color: #fff;
	font-size: 14px;
	line-height: 1;
	border-right: 1px dashed #fff;
}
.footer .footer-nav a:first-of-type {
	padding-left: 0;
}
.footer .footer-contact {
	font-size: 14px;
	line-height: 26px;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	padding-right: 100px;
}
.footer .footer-contact > * {
	margin-right: 30px;
}
