body,
div,
ul,
li,
a,
ol,
dl,
dt,
dd,
p,
h1,
h2,
h3,
h4,
h5,
form,
input,
span,
label,
section,
textarea,
b {
	margin: 0;
	padding: 0;
	line-height: 100%;
	text-decoration: none;
	box-sizing: border-box;
	font-weight: normal;
	font-family: "微软雅黑";
}

body {
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	font-family: "微软雅黑";
	min-width: 1200px;
}

@font-face {
	font-family: zaofang;
	/*è¿™é‡Œæ˜¯è¯´æ˜Žè°ƒç”¨æ¥çš„å­—ä½“åå­—*/
	src: url(../font/MFYueHei_Noncommercial-Regular.otf);
	/*è¿™é‡Œæ˜¯å­—ä½“æ–‡ä»¶è·¯å¾„*/
}

ul {
	list-style: none;
}

li {
	list-style: none;
}

button {
	border: none;
}

img,
input {
	outline: none;
	line-height: normal;
}

input[type=button],
input[type=submit],
input[type=file],
button {
	cursor: pointer;
	-webkit-appearance: none;
}

textarea {
	resize: none;
}

h1,
h2,
h3,
h4,
h5 {
	font-weight: normal;
}

i,
em {
	font-style: normal;
}

a:hover {
	text-decoration: none;
}

.clearfix:after {
	content: "";
	display: block;
	height: 0%;
	clear: both;
}
header{
	width: 100%;
}
.header1{
	width: 100%;
	background: #222222;
	padding: 10px 0;
}
.header1main{
	width: 1200px;
	margin: auto;
}
.header1main h4{
	font-size: 14px;
	line-height: 20px;
	color: #FFFFFF;
	float: left;
}
.header1main p{
	float: right;
	line-height: 20px;
	font-size: 14px;
	color: #a3a3a3;
}
.header1main p a{
	line-height: 20px;
	font-size: 14px;
	color: #a3a3a3;
	display: inline-block;
}
.header2{
	width: 100%;
	background-color: #FFFFFF;
	padding: 20px 0;
}
.header2main{
	width: 1200px;
	margin: auto;
}
.header2logo{
	height: 100px;
	float: left;
	display: block;
}
.header2logo img{
	height: 100%;
}
.headerright{
	float: right;
	position: relative;
	padding-left: 60px;
	margin-top: 25px;
}
.headerright img{
	height: 50px;
	float: left;
	margin-right: 10px;
	position: absolute;
	left: 0;
	top: 0;
}
.headerright h4{
	font-size: 15px;
	line-height: 25px;
	color: #666;
}
.headerright p{
	font-size: 23px;
    line-height: 25px;
    color: #fb801f;
}
.header3{
	background-color: #fb801f;
}
.header3main{
	width: 1200px;
	margin: auto;
	display: flex;
}
.header3main a{
	display: inline-block;
	flex: 1;
	color: #FFFFFF;
	line-height: 50px;
	text-align: center;
	margin: 0 10px;
	font-size: 15px;
	transition: all 0.3s ease;
}
.header3 .header3xz{
	background-color: #e36400;
}
.header3main a:hover{
	background-color: #e36400;
}
.indexn01{
	width: 100%;
	padding: 80px 0;
}
.indexn01main{
	width: 1200px;
	margin: auto;
}
.indexn01tit{
	text-align: center;
	margin-bottom: 50px;
}
.indexn01tit h4{
	font-size: 25px;
    line-height: 30px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 10px;
    letter-spacing: 1px;
}
.indexn01tit p{
	font-size: 14px;
	color: #666666;
	letter-spacing: 1px;
}
.indexn01tit p span{
	position: relative;
}
.indexn01tit p span:after{
	content: "";
	width: 40px;
	height: 1px;
	background: #dddddd;
	position: absolute;
	left: -50px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.indexn01tit p span:before{
	content: "";
	width: 40px;
	height: 1px;
	background: #dddddd;
	position: absolute;
	right: -50px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.indexn01lb{
	display: flex;
	position: relative;
}
.indexn01lb:after{
	content: "";
	width: 95%;
	height: 2px;
	border-top: 2px dashed #FB801F;
	position: absolute;
	left: 0;
	top: 50px;
}
.indexn01lb li{
	flex: 1;
	margin-right: 14%;
	position: relative;
	z-index: 2;
}
.indexn01lb li:last-child{
	margin-right: 0;
}
.indexn01lb li i{
	font-size: 50px;
	width: 100px;
	height: 100px;
	display: inline-block;
	text-align: center;
	line-height: 100px;
	border: 1px solid #FB801F;
	color: #FB801F;
	border-radius: 50%;
	background: #FFFFFF;
}
.indexn01lb li p{
	font-size: 16px;
	text-align: center;
	margin-top: 10px;
}
.indexn02{
	width: 100%;
	background: url(../images/indexn02bg.jpg) center center no-repeat;
}
.indexn02main{
	width: 50%;
	float: right;
	padding: 80px;
	background-color: rgba(235, 108, 7, 0.85);
}
.indexn02tit{
	margin-bottom: 30px;
}
.indexn02tit h4 {
    font-size: 28px;
    color: #FFFFFF;
    line-height: 30px;
    margin-bottom: 5px;
    letter-spacing: 3px;
    font-weight: bold;
}
.indexn02tit p {
    font-size: 15.5px;
    color: #FFFFFF;
    line-height: 20px;
}
.indexn02main h3 {
    font-size: 22px;
    line-height: 50px;
    color: #FFFFFF;
}
.indexn03{
	width: 100%;
	padding: 80px 0;
}
.indexn03main{
	width: 1200px;
	margin: auto;
}
.indexn03lb{
	width: 100%;
}
.indexn03lb li{
	width: 31.33%;
	float: left;
	margin-bottom: 30px;
	border: 1px solid #aaaaaa;
	background: #f8f8f8;
	position: relative;
}
.indexn03lb li:nth-child(3n-1){
	margin: 0 3%;
}
.indexn03lb li div{
	padding: 20px;
}
.indexn03lb li div h4{
	font-size: 15px;
	line-height: 20px;
	margin-bottom: 10px;
	color: #222222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.indexn03lb li div h5{
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 5px;
	margin-bottom: 10px;
	color: #666;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	border-bottom: 1px solid #dddddd;
}

.indexn03lb li div p{
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 5px;
	color: #222222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.indexn03lb li div p span{
	color: #fb801f;
	margin-right: 3px;
}
.indexn03lb li img{
	width: 100%;
	height: 215px;
}
.indexnmore{
	text-align: center;
	margin-top: 20px;
}
.indexnmore a{
	display: inline-block;
	background-color: #fb801f;
	line-height: 35px;
	font-size: 14px;
	color: #FFFFFF;
	padding: 0 20px;
	transition: all 0.3s ease;
}
.indexnmore a i{
	margin-left: 5px;
}
.indexnmore a:hover{
	background-color: #E36400;
	border-radius: 20px;
}
.indexn04{
	width: 100%;
	padding: 80px 0;
	background: #f5f5f5;
}
.indexn04main{
	width: 1200px;
	margin: auto;
}
.indexn04lb{
	width: 100%;
	float: left;
}
.indexn04lb li{
	width: 24%;
	float: left;
	margin-right: 1.333%;
	margin-bottom: 15px;
}
.indexn04lb li:nth-child(4n){
	margin-right: 0;
}
.indexn04lb li img{
	display: block;
	width: 100%;
	height: 170px;
}
.indexn04lb li div{
	background: #eeeeee;
	padding:10px 20px;
}
.indexn04lb li div h4{
	font-size: 16px;
	line-height: 20px;
	color: #f17627;
	margin-bottom: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.indexn04lb li div p{
	color: #898989;
	font-size: 13px;
	line-height: 18px;
	height: 36px;
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical; 
	display: -moz-box; 
	-moz-line-clamp: 2; 
	-moz-box-orient: vertical; 
	display: -o-box; 
	-o-line-clamp: 2; 
	-o-box-orient: vertical;
	margin-bottom: 10px;
}
.indexn04lb li div h5{
	text-align: right;
}
.indexn04lb li div h5 a{
	display: inline-block;
	background: #303d4a;
	font-size: 14px;
	line-height: 28px;
	padding: 0 10px;
	color: #FFFFFF;
}
.indexn05{
	width: 100%;
	padding: 80px 0;
}
.indexn05main{
	width: 1200px;
	margin: auto;
}
.indexn05lb {
	margin-top: 50px;
}

.indexn03lbleft {
	width: 48%;
	float: left;
	position: relative;
	display: block;
}

.indexn03lbleft img {
	width: 100%;
	display: block;
	height: 410px;
}

.indexn03lbleft p {
	font-size: 14px;
	line-height: 30px;
	padding: 0 10px;
	color: #FFFFFF;
	background-color: rgba(0, 0, 0, 0.7);
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.indexn03lbright {
	width: 48%;
	float: right;
}

.indexn03lbright a {
	display: block;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #dddddd;
	position: relative;
	padding-left: 100px;
}

.indexn03lbright a h3 {
	text-align: center;
	font-size: 14px;
	width: 80px;
	height: 80px;
	background-color: #f0f0f0;
	color: #666666;
	position: absolute;
	left: 0;
	top: 0;
}

.indexn03lbright a h3 span {
	display: block;
	font-size: 27px;
	text-align: center;
	line-height: 40px;
	margin-top: 7px;
}

.indexn03lbright a h4 {
	font-size: 18px;
	line-height: 25px;
	margin-bottom: 8px;
	color: #222222;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.indexn03lbright a div {
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 2;
	-o-box-orient: vertical;
}

.indexn03lbright a p {
	font-size: 14px;
	line-height: 22px;
	color: #666666;
	height: 44px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	display: -moz-box;
	-moz-line-clamp: 2;
	-moz-box-orient: vertical;
	display: -o-box;
	-o-line-clamp: 2;
	-o-box-orient: vertical;
}
footer{
	background: #c8af7a;
	padding-top:50px;
	padding-bottom: 20px;
}
.footer{
	width: 1200px;
	margin: auto;
}
.footerleft{
	width: 60%;
	float: left;
}
.footerleft1{
	margin-bottom: 40px;
}
.footerleft1 a{
	font-size: 18px;
    line-height: 20px;
    color: #FFFFFF;
    margin-right: 80px;
    font-weight: bold;
}
.footerleft1 a:last-child{
	margin-right: 0;
}
.footerleft2{
	display: flex;
}
.footerleft2 div{
	flex: 1;
}
.footerleft2 div h4{
	font-size: 16px;
	color: #FFFFFF;
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 15px;
}
.footerleft2 div p{
	font-size: 26px;
	line-height: 40px;
	color: #FFFFFF;
	letter-spacing: 1px;
}
.footerleft2 div p img{
	width: 40px;
	float: left;
	margin-right: 10px;
}
.footerright{
	width: 30%;
	float: right;
	display: flex;
}
.footerright div{
	flex: 1;
	margin-left: 10%;
}
.footerright div img{
	display: block;
	width: 100%;
}
.footerright div h4{
	font-size: 17px;
	text-align: center;
	line-height: 20px;
	margin-top: 5px;
	color: #FFFFFF;
}
.bqsy{
	text-align: center;
	font-size: 15px;
	line-height: 20px;
	color: #FFFFFF;
	margin-top: 60px;
}
.bqsy a{
	color: #FFFFFF;
}
.banner{
	display: block;
	width: 100%;
}
.mbx{
	background-color: #F5F5F5;
}
.mbxmain{
	width: 1200px;
	margin: auto;
}
.mbxmain i{
	font-size: 30px;
	line-height: 50px;
	color: #bcbcbc;
	float: left;
	margin-right: 5px;
}
.mbxmain a{
	font-size: 15px;
	line-height: 50px;
	color: #666;
}
.mbxmain span{
	font-size: 14px;
	color: #666;
	margin:0 5px;
}
.aboutn01{
	width: 100%;
	padding: 80px 0;
}
.aboutn01main{
	width: 1200px;
	margin: auto;
}
.aboutn01tit{
	text-align: center;
	margin-bottom: 30px;
}
.aboutn01tit h4{
	font-size: 18px;
	line-height: 20px;
	color: #000000;
}
.aboutn01tit p{
	font-size: 12px;
	line-height: 20px;
	color: #666666;
	text-transform: uppercase;
}
.aboutn01nr1{
	width: 100%;
	position: relative;
}
.aboutn01nr1 img{
	height: 300px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.aboutn01nr1 div{
	width: 70%;
	float: right;
	padding: 100px 60px;
	padding-left: 23%;
	background: #f5f5f5;
}
.aboutn01nr1 div h4{
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 20px;
	color: #222222;
}
.aboutn01nr1 div p{
	font-size: 15px;
	line-height: 35px;
	color: #222222;
}
.aboutn01nr2{
	width: 100%;
	margin: 50px 0;
}
.aboutn01nr2left{
	width: 45%;
	float: left;
}
.aboutn01nr2right{
	width: 45%;
	float: right;
}
.aboutn01nr2 .aboutn01tit{
	text-align: left;
}
.aboutn01nr2left1{
	margin-bottom: 30px;
}
.aboutn01nr2left1 h4{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 20px;
	color: #000000;
}
.aboutn01nr2left1 p{
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 15px;
	color: #666;
}
.aboutn01nr2right1 input{
	width: 100%;
	border: none;
	outline-style: none;
	height: 45px;
	background: #f7f7f7;
	font-size: 16px;
	margin-bottom: 20px;
	padding: 0 15px;
}
.aboutn01nr2right1 textarea{
	width: 100%;
	height: 100px;
	border: none;
	outline-style: none;
	background: #f7f7f7;
	font-size: 16px;
	margin-bottom: 20px;
	padding: 15px;
}
.aboutn01nr2right1 button{
	width: 100px;
	height: 40px;
	background-color: #eba52d;
	color: #FFFFFF;
	border: none;
	font-size: 16px;
	transition: all 0.3s ease;
	outline-style: none;
	line-height: 40px;
}
.aboutn01nr2right1 button:hover{
	background: #E36400;
	border-radius: 20px;
}
.contact_map{
	display: block;
	width: 100%;
	height: 500px;
}
.newslb{
	width: 100%;
}
.newslb a{
	display: block;
	padding: 20px 0;
	border-bottom: 1px solid #dddddd;
}
.newslb a h4{
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	margin-bottom: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.newslb a p{
	font-size: 14px;
	line-height: 20px;
	color: #222222;
	max-height: 40px;
	overflow: hidden; 
	text-overflow: ellipsis; 
	display: -webkit-box; 
	-webkit-line-clamp: 2; 
	-webkit-box-orient: vertical; 
	display: -moz-box; 
	-moz-line-clamp: 2; 
	-moz-box-orient: vertical; 
	display: -o-box; 
	-o-line-clamp: 2; 
	-o-box-orient: vertical; 
	margin-bottom: 10px;
}
.newslb a h5{
	font-size: 13px;
	line-height: 20px;
	color: #666666;
}
.newslb a h5 i{
	float: left;
	font-size: 13px;
	margin-right: 5px;
}
.product1left{
	width: 49%;
	float: left;
}
.product1right{
	width: 49%;
	float: right;
}
.product1right h4{
	font-size: 23px;
	color: #000000;
	line-height: 30px;
	margin-bottom: 20px;
}
.product1right h5{
	font-size: 20px;
	color: #3e3e3e;
	line-height: 30px;
	margin-bottom: 30px;
}
.product1right h5 b{
	color: #fb801f;
}
.product1right h5 span{
	margin-left: 10px;
    font-size: 16px;
    color: #8c8989;
    text-decoration: line-through;
}
.product1right p{
	font-size: 14px;
	line-height: 24px;
	color: #666666;
}

.product1right a{
	margin-top: 40px;
	display: inline-block;
	line-height: 35px;
	padding: 0 20px;
	border-radius: 5px;
	background-color: #fb801f;
	font-size: 15px;
	color: #FFFFFF;
}
.product1right a i{
	margin-right: 3px;
    font-size: 21px;
    float: left;
    margin-top: 1px;
}
.swiper-box {
  width: 100%;
}
.swiper-box img{
	width: 100%;
}
.view {
  position: relative
}
.view .swiper-container {
  width: 100%;
  height: 345px
}
.view .arrow-left {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  width: 28px;
  height: 50px;
  
  background-size: 100%;
  z-index: 10
}
.view .arrow-right {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -25px;
  width: 28px;
  height: 50px;
  z-index: 10
}
.view .swiper-slide div {
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover
}
.preview {
  width: 100%;
  margin-top: 18px;
  position: relative
}
.preview .swiper-container {
  margin-left: 45px;
  margin-right: 45px
}
.preview .swiper-slide {
  width: 110px;
    height: 90px;
    cursor: pointer;
    overflow: hidden;
    margin: 0 5px;
}
.preview .swiper-slide img {
  margin: 0 auto;
  height: 77px;
}
.preview .arrow-left {
  background-size: 100% 100%;
  position: absolute;
  left: 0px;
  top: 10px;
  margin-top: -10px;
  width: 44px;
  height: 77px;
    background: #fb801f;
  text-align: center;
  z-index: 2
}
.preview .arrow-left span {
  display: inline-block;
  width: 12px;
  height: 18px;
  background-size: 100% 100%;
  margin-top: 27px;
  font-family: '黑体';
  color: #ffffff;
  font-size: 20px;
}
.preview .arrow-right {
  position: absolute;
  right: 0px;
  top: 10px;
  margin-top: -10px;
  width: 44px;
  height: 77px;
    background: #fb801f;
  text-align: center;
  z-index: 2
}
.preview .arrow-right span {
  display: inline-block;
  width: 12px;
  height: 18px;
  background-size: 100% 100%;
  margin-top: 27px;
  font-family: '黑体';
  color: #ffffff;
  font-size: 20px;
}
.preview .active-nav img {
  padding: 0;
  opacity: .6
}
.producttit{
	padding: 0 10px;
	font-size: 20px;
	color: #222222;
	line-height: 40px;
	background: #f5f5f5;
	margin: 30px 0;
}
.producttit span{
	font-size: 16px;
}
.product2 p{
	font-size: 15px;
	line-height: 25px;
	color: #000000;
	margin-bottom: 10px;
}
.product2 img{
	max-width: 100%;
}
.catsfl{
        text-align: center;
        margin-bottom: 30px;
        margin-top: -30px;
    }
    .catsfl li{
        display: inline-block;
        padding:0 20px;
        margin:5px 10px;
        border-radius: 20px;
        background-color:#dcdcdc;
        color: #222222;
    }
    .catsfl li a{
        display: inline-block;
        line-height: 40px;
        color: #222222;
    }
    .catsfl .catsflxz{
        background-color:#fb801f;
        color: #ffffff;
    }
    .catsfl .catsflxz a{
        color: #ffffff;
    }








@media only screen and (max-width: 640px) {
	body{
		min-width: 0px;
		padding-top: 50px;
	}
	.header2 {
	    width: 100%;
	    background-color: #FFFFFF;
	    padding: 0;
	}
	.header2main {
    width: 100%;
    margin: auto;
}
.header2logo {
    height: 40px;
    float: left;
    display: block;
}
.headerright{
	display: none;
}
.header3main {
    width: 100%;
    margin: auto;
    display: block;
}
.header3main a {
    display: inline-block;
    flex: 1;
    color: #FFFFFF;
    line-height: 50px;
    text-align: center;
    margin: 0;
    font-size: 15px;
    transition: all 0.3s ease;
    width: 100%;
}
.indexn01 {
    width: 100%;
    padding: 20px 10px;
}
.indexn01main {
    width: 100%;
    margin: auto;
}
.indexn01tit {
    text-align: center;
    margin-bottom: 20px;
}
.indexn01tit h4 {
    font-size: 20px;
    line-height: 30px;
    color: #222222;
    font-weight: bold;
    margin-bottom: 5px;
    letter-spacing: 1px;
}
.indexn01tit p {
    font-size: 13px;
    color: #666666;
    letter-spacing: 0px;
}
.indexn01lb {
    display: block;
    float: left;
    position: relative;
    z-index: 0;
}
.indexn01lb li {
    flex: 1;
    margin-right: 0;
    position: relative;
    z-index: 2;
    width: 48%;
    float: left;
    text-align: center;
    margin-bottom: 10px;
}
.indexn01lb li:nth-child(2n){
	float: right;
}
.indexn01lb:after {
    content: "";
    width: 95%;
    height: 0px;
    border-top: 0px dashed #FB801F;
    position: absolute;
    left: 0;
    top: 50px;
}
.indexn02main {
    width: 100%;
    float: right;
    padding: 20px;
    background-color: rgba(235, 108, 7, 0.85);
}
.indexn02tit {
    margin-bottom: 10px;
}
.indexn02 {
    width: 100%;
    background: url(../images/indexn02bg.jpg) center center no-repeat;
    background-size: auto 100%;
}
.indexn03 {
    width: 100%;
    padding: 20px 10px;
}
.indexn03main {
    width: 100%;
    margin: auto;
}
.indexn03lb li {
    width: 49%;
    float: left;
    margin-bottom: 10px;
    border: 1px solid #aaaaaa;
    background: #f8f8f8;
    position: relative;
}
.indexn03lb li:nth-child(2n){
	float: right;
	    margin: 0;
	    margin-bottom: 10px;
}
.indexn03lb li div {
    padding: 5px;
}
.indexn03lb li img {
    height: 125px;
}
.indexn04 {
    width: 100%;
    padding: 20px 10px;
    background: #f5f5f5;
}
.indexn04main {
    width: 100%;
    margin: auto;
}
.indexn04lb li {
     width: 49%;
    float: left;
    margin-right: 0;
    margin-bottom: 10px;
}
.indexn04lb li:nth-child(2n){
	float: right;
	    margin: 0;
	    margin-bottom: 10px;
}
.indexn04lb li img {
    display: block;
    width: 100%;
    height: 125px;
}
.indexn05 {
    width: 100%;
    padding: 20px 10px;
}
.indexn05main {
    width: 100%;
    margin: auto;
}
.indexn05lb {
    margin-top: 20px;
}
.indexn03lbleft {
    width: 100%;
    float: left;
    position: relative;
    display: block;
    margin-bottom: 15px;
}
.indexn03lbleft img {
    width: 100%;
    display: block;
    height: auto;
}
.indexn03lbright {
    width: 100%;
    float: right;
}
footer {
    background: #c8af7a;
    padding-top: 50px;
    padding: 20px 10px;
    padding-bottom: 10px;
}
.footer {
    width: 100%;
    margin: auto;
}
.footerleft {
    width: 100%;
    float: left;
}
.footerleft1 {
    margin-bottom: 40px;
    display: none;
}
.footerleft2 {
    display: block;
}
.footerleft2 div p {
    font-size: 20px;
    line-height: 40px;
    color: #FFFFFF;
    letter-spacing: 1px;
}
.footerleft2 div h4 {
    font-size: 16px;
    color: #FFFFFF;
    line-height: 25px;
    font-weight: bold;
    margin-bottom: 10px;
}
.footerright {
    width: 84%;
    float: right;
    display: flex;
    margin-right: 7%;
}
.footerright div {
    flex: 1;
    margin-left: 10%;
    margin: 0 5%;
}
.footerright div h4 {
    font-size: 15px;
    text-align: center;
    line-height: 20px;
    margin-top: 5px;
    color: #FFFFFF;
}
.bqsy {
    text-align: center;
    font-size: 13px;
    line-height: 20px;
    color: #FFFFFF;
    margin-top: 20px;
}
.paimdetail3nrtit {
    width: 100%;
    font-size: 21px;
    text-align: center;
    color: #fb801f;
    line-height: 45px;
    position: relative;
}
.paimdetail3nrtit span {
    padding: 0 25px;
    background-color: #FFFFFF;
    position: relative;
    z-index: 1;
}
.mbxmain {
    width: 100%;
    margin: auto;
}
.mbx {
    width: 100%;
     margin: 0px auto; 
    font-size: 14px;
}
.paimdetail {
    padding: 20px 0;
    margin: auto;
}
.paimdetail1zt3 {
    width: 100%;
    margin-top: 10px;
    padding: 0;
}
.court {
    width: 100%;
    margin: 20px auto;
    padding: 10px;
}
.court1 {
	padding-left: 100px;
}
.court1sx a {
	font-size: 15px;
	color: #000000;
	margin-right: 30px;
	display: block;
	line-height: 25px;
	width: 25px;
	border-radius: 50%;
	float: left;
	margin-bottom: 5px;
	text-align: center;
}
.aboutn01 {
    width: 100%;
    padding: 20px 10px;
}
.aboutn01main {
    width: 100%;
    margin: auto;
}
.aboutn01nr1 img {
    height: auto;
    position: initial;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 100%;
    display: block;
}
.aboutn01nr1 div {
    width: 100%;
    float: right;
    padding: 10px;
    padding-left: 10px;
    background: #f5f5f5;
}
.aboutn01nr2 {
    width: 100%;
    margin: 20px 0;
}
.aboutn01nr2left {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.aboutn01tit {
    text-align: center;
    margin-bottom: 20px;
}
.aboutn01nr2left1 h4 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 15px;
    color: #000000;
}
.aboutn01nr2left1 p {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
    color: #666;
}
.aboutn01nr2right {
    width: 100%;
    float: right;
}
.contact_map {
    display: block;
    width: 100%;
    height: 300px;
}
.jtpm {
    width: 100%;
    margin: 20px auto;
}
.catsfl {
    margin-top: 0;
}
.product1left {
    width: 100%;
    float: left;
    margin-bottom: 20px;
}
.product1right {
    width: 100%;
    float: right;
}
.producttit {
    padding: 0 10px;
    font-size: 16px;
    color: #222222;
    line-height: 40px;
    background: #f5f5f5;
    margin: 20px 0;
}
.indexn02main h3 {
    font-size: 17px;
    line-height: 35px;
    color: #FFFFFF;
}
.indexn04lb li div {
    background: #eeeeee;
    padding: 10px 10px;
}
.indexn04lb li div h5 a {
    display: inline-block;
    background: #303d4a;
    font-size: 12px;
    line-height: 25px;
    padding: 0 8px;
    color: #FFFFFF;
}
.index01, .indexn01, .indexn02, .indexn03, .indexn04, .indexn05{
	overflow: hidden;
}
.footerleft2 div {
    flex: 1;
    margin-bottom: 15px;
}
.indexn03lb li:nth-child(3n-1) {
    margin: 0;
    margin-bottom: 10px;
}
.indexn03lb {
    width: 100%;
    padding: 0 10px;
}


}