header {
	width: 100%;
	height: 80px;
	background-color: #fff;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99999;
}
header .logo {
	width: 11%;
	height: 100%;
	margin-left: 40px;
	background: url("../images/01.png") no-repeat center;
	background-size: contain;
	display: inline-block;
}
header .rightheader {
	float: right;
	white-space: nowrap;
}
header .rightheader .headernav {
	font-size: 0;
	display: inline-block;
}
header .rightheader .headernav li {
	display: inline-block;
	font-size: 16px;
	text-align: center;
}
header .rightheader .headernav li a {
	color: #666;
	padding: 0 46px;
	line-height: 78px;
	display: inline-block;
	height: 78px;
	border-bottom: 2px solid transparent;
}
header .rightheader .headernav li:hover a {
	color: #ba0a01;
}
header .rightheader .headernav .close {
	display: none;
}
header .rightheader .headernav .active a {
	color: #ba0a01;
	border-bottom-color: #ba0a01;
}
header .rightheader .rightphone {
	display: inline-block;
}
header .rightheader .rightphone a {
	font-size: 14px;
	color: #ba0a01;
	line-height: 80px;
	margin-right: 68px;
	font-weight: bold;
	margin-left: 46px;
}
header .rightheader .rightphone p {
	font-size: 18px;
	line-height: 80px;
	background-color: #ba0a01;
	color: #fff;
	padding: 0 26px;
	font-weight: bold;
	display: inline-block;
	vertical-align: top;
}
header .rightheader .rightphone p img {
	margin-right: 15px;
}
header .rightheader .rightphone .btn {
	display: none;
}
.headerh {
	width: 100%;
	height: 80px;
}
footer {
	width: 100%;
	border-top: 2px solid #ba0a01;
}
footer .footer-top {
	width: 100%;
	background-color: #3d3d3d;
	padding-top: 34px;
	padding-bottom: 56px;
}
footer .footer-top .listwra {
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
footer .footer-top .listwra dl {
/*	width: auto;*/
	color: #fff;
	width: 12.5%;
}
footer .footer-top .listwra dl dt {
	font-size: 18px;
	margin-bottom: 18px;
}
footer .footer-top .listwra dl dd {
	font-size: 14px;
	line-height: 34px;
	color: #c3c3c3;
}
footer .footer-top .listwra dl dd a {
	color: #c3c3c3;
	position: relative;
}
footer .footer-top .listwra dl dd a:before {
	position: absolute;
	content: "";
	clear: both;
	width: 0px;
	height: 2px;
	background-color: #d41508;
	top: 10px;
	margin-top: -1px;
	left: 0;
}
footer .footer-top .listwra dl dd:hover a {
	padding-left: 8px;
	color: #d41508;
}
footer .footer-top .listwra dl dd:hover a:before {
	width: 5px;
}
footer .footer-top .listwra dl .nolink {
	line-height: 22px;
	padding-top: 6px;
}
footer .footer-bottom {
	width: 100%;
	background-color: #9a0700;
	text-align: center;
	padding: 12px 0;
	line-height: 28px;
	border-top: 1px solid #6c6c6c;
}
footer .footer-bottom .contact {
	color: #f2bfbd;
	font-size: 14px;
}
footer .footer-bottom .contact span {
	margin-left: 40px;
}
footer .footer-bottom .produce {
	font-size: 14px;
	color: #f2bfbd;
}
footer .footer-bottom .produce a {
	color: #f2bfbd;
	margin-left: 35px;
}
footer .friend_link {
	width: 980px;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
}
footer .friend_link p, .friend_link p a {
	font-size: 14px;
	color: #f2bfbd;
}
footer .friend_link .link_detail {
	margin-left: 18px;
}
@media screen and (max-width: 1440px) and (min-width: 1025px){
	footer .friend_link {
		width: 100%;
	}
}
.fixed-right {
	position: fixed;
	right: 0;
	top: 30%;
	z-index: 999;
}
.fixed-right ul li {
	width: 70px;
	height: 70px;
	text-align: center;
	background-color: #ba0a01;
	transition: background-color .3s ease-out;
	-webkit-transition: background-color .3s ease-out;
	-moz-transition: background-color .3s ease-out;
}
.fixed-right ul li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 12px;
	color: #fff;
}
.fixed-right ul li a img {
	margin-top: 10px;
}
.fixed-right ul li a p {
	margin-top: 4px;
}
.fixed-right ul li:hover {
	background-color: #a30800;
}
.fixed-right ul .totop {
	border-top: 1px solid #d78e91;
}
.fixed-right ul .totop a p {
	font-size: 16px;
}
.fixed-right ul li:first-child {
	border-bottom: 1px solid #d78e91;
}
.bodycolor {
	background-color: #f5f5f5;
}
.inside-nav {
	width: 100%;
	background-color: #fff;
	height: 60px;
	box-shadow: 1px 1px 8px #f3f3f3;
}
.inside-nav ul {
	width: 1200px;
	margin: 0 auto;
	font-size: 0;
}
.inside-nav ul li {
	display: inline-block;
	border-right: 1px solid #f1f1f1;
}
.inside-nav ul li a {
	font-size: 16px;
	color: #666;
	line-height: 60px;
	padding: 0 56px;
	display: inline-block;
	height: 100%;
}
.inside-nav ul li:first-child {
	border-left: 1px solid #f1f1f1;
}
.inside-nav ul .active {
	background-color: #ba0a01;
}
.inside-nav ul .active a {
	color: #fff;
}
.inside-nav ul li:hover:not(.active) a {
	color: #ba0a01;
}
.inside-banner {
	width: 100%;
	height: 480px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	display: flex;
	align-items: center;
	position: relative;
	z-index: 100;
}
.inside-banner .font {
	width: 84%;
	margin: 0 auto;
	color: #fff;
	max-width: 1200px;
}
.inside-banner .font .tit {
	font-size: 48px;
}
.inside-banner .font .desc {
	font-size: 18px;
	line-height: 32px;
	width: 36%;
	margin-top: 22px;
}
.inside-banner.product {
	height: 420px;
	position: relative;
	z-index: 100;
}
.page_dix {
	width: 100%;
	margin-top: 30px;
	background-color: #fff;
	text-align: center;
	font-size: 0;
	padding: 15px 0;
}
.page_dix a {
	display: inline-block;
	width: 30px;
	height: 30px;
	background-color: #f1f1f1;
	font-size: 16px;
	line-height: 30px;
	color: #666;
	margin: 0 5px;
}
.page_dix .current {
	background-color: #ba0a01;
	color: #fff;
}

@media screen and (max-width: 1700px) {
header .rightheader .rightphone p {
	padding: 0 16px;
}
header .rightheader .rightphone a {
	margin-left: 30px;
	margin-right: 30px;
}
header .rightheader .headernav li a {
	padding: 0 26px;
}
}

@media screen and (max-width: 1360px) {
header .rightheader .headernav li {
	font-size: 12px;
}
header .rightheader .rightphone p img {
	width: 30px;
	margin-right: 8px;
}
header .rightheader .rightphone p {
	font-size: 16px;
}
}

@media screen and (max-width: 1200px) {
header .rightheader .rightphone p {
	display: none;
}
footer .footer-top .listwra {
	width: 90%;
}
.inside-nav ul {
	width: 90%;
}
.inside-nav ul li a {
	padding: 0 26px;
	font-size: 14px;
}
}

@media screen and (max-width: 980px) {
header .rightheader .headernav li a {
	padding: 0 15px;
}
header .logo {
	margin-left: 20px;
}
footer .footer-top .listwra dl dt {
	font-size: 14px;
}
footer .footer-top .listwra dl dd {
	font-size: 12px;
	line-height: 24px;
}
footer .footer-bottom .contact, footer .footer-bottom .produce {
	font-size: 12px;
}
.inside-nav ul li a {
	font-size: 12px;
	padding: 0 16px;
}
.inside-banner {
	height: 320px;
}
.inside-banner.product {
	height: 260px;
}
.inside-banner .font .desc {
	width: 60%;
	margin-top: 10px;
}
.inside-banner .font .tit {
	font-size: 30px;
}
}

@media screen and (max-width: 750px) {
header {
	height: .88rem;
	line-height: .88rem;
}
header .rightheader .headernav {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background-color: #fff;
	padding: 34px 0 14px;
	display: none;
}
header .rightheader .headernav li {
	width: 100%;
	display: block;
}
header .rightheader .headernav li a {
	height: .88rem;
	line-height: .88rem;
	display: block;
	width: 100%;
	padding: 0;
	border-width: 1px;
}
header .rightheader .headernav .close {
	position: absolute;
	right: 10px;
	top: 10px;
}
header .rightheader .rightphone p {
	line-height: .88rem;
}
header .rightheader {
	height: .88rem;
	line-height: .88rem;
}
header .rightheader .rightphone a {
	height: .88rem;
	line-height: .88rem;
	margin-right: .24rem;
}
.headerh {
	height: .88rem;
}
header .logo {
	margin-left: .24rem;
	width: 26%;
}
header .rightheader .rightphone .btn {
	display: inline-block;
	width: .5rem;
	margin-right: .24rem;
}
header .rightheader .headernav .close {
	display: block;
}
footer {
	border: 0;
}
footer .footer-top {
	display: none;
}
footer .footer-bottom {
	border-top: 0px solid #6c6c6c;
}
footer .footer-bottom .contact span {
	display: block;
	margin-left: 0;
}
footer .footer-bottom .contact {
	text-align: center;
	line-height: 20px;
}
footer .footer-bottom .produce {
	display: none;
}
.inside-nav ul {
	width: -moz-max-content;
	width: -webkit-max-content;
	width: -o-max-content;
	width: -ms-max-content;
	width: max-content;
}
.inside-nav {
	box-sizing: border-box;
	padding-left: 6%;
	padding-right: 6%;
	overflow-y: hidden;
	overflow-x: auto;
}
.inside-banner {
	height: 4rem;
}
.inside-banner.product {
	height: 3.4rem;
}
.inside-banner .font .desc {
	width: 100%;
	font-size: 12px;
	line-height: 18px;
}
.inside-banner .font .tit {
	font-size: 20px;
}
.inside-nav {
	height: .7rem;
	line-height: .7rem;
}
.inside-nav ul li a {
	line-height: .7rem;
}
.inside-nav {
	padding: 0 .24rem;
}
.about-produce1 {
	padding-top: 20px;
}
.about-produce1 .topnum .titlel {
	font-size: 16px;
}
.about-produce1 .topnum .linel {
	font-size: 40px;
}
.about-produce1 .topnum .descl {
	font-size: 12px;
	line-height: 20px;
}
.about-produce1 .editor .leftfont {
	padding-top: 20px;
}
.about-produce1 .editor .leftfont .tit {
	font-size: 16px;
}
.about-produce1 .editor .leftfont .desc {
	font-size: 12px;
	line-height: 20px;
}
.fixed-right ul li {
	width: 50px;
	height: 50px;
}
.fixed-right ul li a img {
	width: 34%;
	margin-top: 4px;
}
.fixed-right ul li a p {
	font-size: 12px;
}
.fixed-right ul li.totop a img {
	margin-top: 8px;
}
.fixed-right ul .totop a p {
	font-size: 12px;
}
.fixed-right .tel .number{
	height: 50px !important;
	line-height: 50px !important;
	right: 51px !important;
	font-size: 14px !important;
	width: 0px !important;
}
.fixed-right .tel:hover .number{
	width: 130px !important;
}
}

/*# sourceMappingURL=header.css.map */
