body {
	min-width: 1200px;
	overflow-x: hidden;
}

.w {
	width: 1200px;
	margin: 0 auto;
}
.wow{ position:relative; z-index:15}
.c-h85{ height:85px; display:none;}
.footer{ display:none;}

.footer {
    position: fixed;
    width: 100%;
    bottom: 0;
    margin: 0 auto;
    background: #804d00;;
    z-index: 999;
	overflow:hidden;
}

.footer ul li {
    float: left;
    width: 25%;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}

.footer ul li h3 {
    color: #fff;
    font-size: 14px;
    line-height: 20px;
}

.footer ul li img {
    margin: 0 auto;
}

.footer ul li::after {
    position: absolute;
    content: '';
    width: 1px;
    height: 100%;
    background: url(../images/lx.png)no-repeat top right;
    right: 0;
    top: 0;
}

.footer ul li:last-child::after {
    display: none;
}

.c-header {
	border: 0;
	height: 100px;
	background: #fff;
}

.c-header .navbar-default {
	background: #fff;
	border: 0;
	height: 100px;
	margin: 0;
}

.c-header .nav li a {
	margin: 0 8px;
	padding: 0;
	height: 100px;
	line-height: 100px;
	background: #fff;
	color: #333333;
	position: relative;
}

.c-header .nav li a:after {
	position: absolute;
	content: "";
	background: #804d00;
	width: 0;
	left: 0;
	height: 3px;
	bottom: 20px;
	transition: 0.5s all;
}

.c-header .nav li.active a {
	color: #804d00;
}

.c-header .nav li.active a:after {
	width: 100%;
}

.c-header .nav li a:hover {
	color: #804d00;
}

.c-header .nav li a:hover:after {
	width: 100%;
}

.c-header .nav li.active a:hover {
	color: #804d00;
}

.c-header .c-navBig {
	float: right;
}

.c-header .c-icon {
	float: right;
	position: relative;
	height: 100%;
	margin-left: 10px;
}

.c-header .c-icon a {
	display: block;
	padding: 12px 0;
	width: 20px;
	height: 44px;
	float: left;
	margin-top: 28px;
}

.c-header .c-logo {
	
	height: 100px;
	float: left;
}

.c-header .c-logo img {
	height: auto;
}

.c-header .c-icon .c-searchMain {
	padding: 20px;
	position: absolute;
	right: 0;
	top: 200px;
	z-index: 0;
	background: #f6f6f6;
	overflow: hidden;
	font-size: 0;
	opacity: 0;
	transition: 0.5s all;
}

.c-header .c-icon .c-searchMain input {
	display: block;
	float: left;
	width: 478px;
	height: 50px;
	border: 1px solid #eaeaea;
	font-size: 16px;
	color: #888888;
	padding-left: 24px;
	padding-right: 86px;
}

.c-header .c-icon .c-searchMain a {
	display: block;
	width: 70px;
	height: 50px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 20px;
	right: 20px;
}

.c-header .c-icon .c-searchMain.active {
	opacity: 1;
	z-index: 100;
	top: 100px;
}

.c-headerTop {
	background: #333333;
	height: 50px;
	overflow: hidden;
}

.c-headerTop .c-l {
	font-size: 16px;
	color: #cccccc;
	line-height: 50px;
	float: left;
}

.c-headerTop .c-l img {
	width: 21px;
	height: 18px;
	margin-top: 17px;
	margin-right: 10px;
	display: inline-block;
	vertical-align: top;
}

.c-headerTop dl {
	float: right;
	overflow: hidden;
}

.c-headerTop dt,
.c-headerTop dd {
	float: left;
	line-height: 50px;
}

.c-headerTop dd a {
	font-size: 16px;
	color: #cccccc;
}

.c-headerTop dt {
	font-size: 16px;
	color: #808080;
	padding: 0 20px;
}

.c-pcBanner {
	width: 100%;
	height: 600px;
}

.c-pcBanner .swiper-slide {
	background: url(../img/banner1.jpg) no-repeat center top / cover;
	height: 600px;
}

.c-pcBanner .btnx {
	width: 80px;
	height: 80px;
	margin-top: -40px;
}

.c-pcBanner .btnx.l {
	background: url(../img/left1.png) no-repeat center top;
	left: 5%;
}

.c-pcBanner .btnx.r {
	background: url(../img/right1.png) no-repeat center top;
	right: 5%;
}

.c-pcBanner .swiper-pagination-bullet {
	width: 16px;
	height: 16px;
	background: none;
	opacity: 1;
	border: 2px solid #aaaaaa;
	border-radius: 50%;
}

.c-pcBanner .swiper-pagination-bullet-active {
	border-color: #fff;
	position: relative;
}

.c-pcBanner .swiper-pagination-bullet-active:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	width: 2px;
	height: 2px;
	border-radius: 1px;
	margin-top: -1px;
	margin-left: -1px;
	background: #fff;
}

.c-phoneBanner {
	display: none;
}

.c-indexSearch {
	background: #fff;
	overflow: hidden;
	height: 80px;
}

.c-indexSearch .c-hot {
	float: left;
	line-height: 80px;
}

.c-indexSearch .c-hot em {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
}

.c-indexSearch .c-searchMain {
	float: right;
}

.c-indexSearch .c-searchMain {
	overflow: hidden;
	font-size: 0;
	position: relative;
	padding: 15px 0;
}

.c-indexSearch .c-searchMain input {
	display: block;
	float: left;
	width: 478px;
	height: 50px;
	border: 0;
	font-size: 14px;
	color: #888888;
	line-height: 50px;
	padding-left: 24px;
	padding-right: 86px;
	background: #f0f0f0;
}

.c-indexSearch .c-searchMain a {
	display: block;
	width: 70px;
	height: 50px;
	margin: 0;
	padding: 0;
	position: absolute;
	top: 15px;
	right: 0;
}

.c-h2 {
	text-align: center;
}

.c-h2 h2 {
	color: #333333;
	font-size: 36px;
	font-weight: bold;
	margin-bottom: 8px;
}

.c-h2 h2 span {
	color: #804d00;
}

.c-h2 h2 img {
	width: 66px;
	height: 66px;
	vertical-align: middle;
	margin: 0 8px;
}

.c-h2 p {
	color: #4c4c4c;
	font-size: 16px;
}

.c-fuwu {
	padding: 55px 0 56px 0;
}

.c-fuwu .c-h2 {
	margin-bottom: 25px;
}

.slide {
	overflow: hidden;
	text-align: center;
	font-size: 0;
	padding: 0 0 50px 0;
}

.slide li {
	display: inline-block;
	vertical-align: top;
	margin: 0 5px 10px 5px;
}

.slide li a {
	display: block;
	width: 140px;
	height: 54px;
	background: #333333;
	font-size: 16px;
	color: #fff;
	line-height: 54px;
	text-align: center;
}

.slide li.active a {
	background: #804d00;
}

.slide li:hover a {
	background: #804d00;
}

.c-fuwu .swiper-container {
	margin-bottom: 40px;
}

.c-fuwu .swiper-container .c-img {
	width: 50%;
	float: left;
	height: 450px;
}

.c-fuwu .swiper-container .c-tit {
	width: 50%;
	float: left;
	padding: 30px 50px 0 50px;
	background: #fff;
	height: 450px;
}

.c-fuwu .swiper-container .c-tit h2 {
	/*width: calc(100% - 130px);*/
	width: 100%;
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	position: relative;
	line-height: 70px;
	margin-bottom: 35px;
}

.c-fuwu .swiper-container .c-tit h2:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 4px;
	background: #804d00;
}

.c-fuwu .swiper-container .c-tit #tit {
	height: calc(100% - 135px);
	overflow: hidden;
}

.c-fuwu .swiper-container .c-tit p {
	font-size: 16px;
	color: #666666;
	line-height: 36px;
	padding-right: 15px;
}

.c-fuwu .swiper-container .c-tit .c-b {
	overflow: hidden;
	margin-top: 26px;
}

.c-fuwu .swiper-container .c-tit a {
	display: block;
	float: right;
	width: 170px;
	height: 58px;
	background: #333333;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	line-height: 58px;
}

.c-fuwu .swiper-container .c-tit a:hover {
	background: #804d00;
}

.c-fuwu .swiper-container .btnx {
	width: 44px;
	height: 44px;
	top: 50px;
	opacity: 1;
	transition: 0.5s all;
	border-radius: 3px;
	margin: 0;
	position:absolute !important;
}

.c-fuwu .swiper-container .btnx.l {
	background: #f0f0f0 url(../img/left2.png);
	left: auto;
	right: 104px;
}

.c-fuwu .swiper-container .btnx.r {
	background: #f0f0f0 url(../img/right2.png);
	left: auto;
	right: 50px;
}

.c-fuwu .swiper-container .btnx.l:hover {
	background: #804d00 url(../img/left3.png);
}

.c-fuwu .swiper-container .btnx.r:hover {
	background: #804d00 url(../img/right3.png);
}

.c-prodcut {
	overflow: hidden;
	width: 100%;
}

.c-gallery .slide {
	padding: 50px 0 6px 0;
	text-align: left;
}

.c-prodcut ul {
	width: calc(100% + 24px);
	overflow: hidden;
}

.c-prodcut li {
	width: calc(33.333333% - 24px);
	margin-right: 24px;
	float: left;
	margin-top: 24px;
}

.c-prodcut li .c-tit {
	padding: 20px;
	overflow: hidden;
	background: #fff;
	transition: 0.5s all;
}

.c-prodcut .c-tit .c-l {
	float: left;
	width: calc(100% - 104px);
}

.c-prodcut .c-tit .c-l h2 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 8px;
}

.c-prodcut .c-tit .c-l p {
	font-size: 14px;
	color: #666666;
	line-height: 14px;
}

.c-prodcut .c-tit .img {
	width: 40px;
	height: 40px;
	background: url(../img/icon3.png);
	float: right;
}

.c-prodcut li .c-img {
	overflow: hidden;
}

.c-prodcut li .c-img img {
	transition: 0.5s all;
}

.c-prodcut li:hover .c-img img {
	transform: scale(1.05);
}

.c-prodcut li:hover .c-tit {
	background: #804d00;
	padding: 20px 30px;
}

.c-prodcut li:hover .c-tit .c-l h2 {
	color: #fff;
}

.c-prodcut li:hover .c-tit .c-l p {
	color: #fff;
}

.c-prodcut li:hover .c-tit .img {
	background: url(../img/icon4.png);
	float: right;
}



.c-cases {
	overflow: hidden;
	width: 100%;
}



.c-cases ul {
	width: calc(100% + 24px);
	overflow: hidden;
}

.c-cases li {
	width: calc(25% - 24px);
	margin-right: 24px;
	float: left;
	margin-top: 24px;
}

.c-cases li .c-tit {
	padding: 20px;
	overflow: hidden;
	background: #fff;
	transition: 0.5s all;
	
}

.c-cases .c-tit .c-l {
	float: left;
	width: calc(100% - 104px);
}


.c-cases .c-tit .c-l h2 {
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	line-height: 16px;
	margin-bottom: 8px;
}

.c-cases .c-tit .c-l p {
	font-size: 14px;
	color: #666666;
	line-height: 14px;
}

.c-cases .c-tit .img {
	width: 40px;
	height: 40px;
	background: url(../img/icon3.png);
	float: right;
}

.c-cases li .c-img {
	overflow: hidden;
	border: 1px solid #f0f0f0;
    box-sizing: border-box;
}

.c-cases li .c-img img {
	transition: 0.5s all;
}

.c-cases li:hover .c-img img {
	transform: scale(1.05);
}

.cc-cases li:hover .c-tit {
	background: #804d00;
	padding: 20px 30px;
}

.c-cases li:hover .c-tit .c-l h2 {
	color: #fff;
}

.c-cases li:hover .c-tit .c-l p {
	color: #fff;
}

.c-cases li:hover .c-tit .img {
	background: url(../img/icon4.png);
	float: right;
}



.c-guanggao {
	width: 100%;
	height: 300px;
	background: url(../img/img2.jpg) no-repeat center top / cover;
}

.c-guanggao img {
	display: none;
}

.c-youshi {
	background: #fff;
	padding-bottom: 80px;
}

.c-youshi .c-h2 {
	padding: 45px 0;
}

.c-youshi .c-main {
	overflow: hidden;
}

.c-youshi li .c-img {
	width: 50%;
	/* height: 330px; */
}

.c-youshi li .c-tit {
	width: 50%;
	height: 450px;
	overflow: hidden;
	padding-top: 140px;
}

.c-youshi li .c-tit .img {
	width: 70px;
	height: 58px;
	float: left;
	font-family: "impact_1";
	font-size: 70px;
	color: #804d00;
	line-height: 58px;
	text-align: right;
}

.c-youshi li .c-tit .tit {
	width: calc(100% - 90px);
	float: right;
}

.c-youshi li .c-tit .tit h2 {
	font-size: 26px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 12px;
}

.c-youshi li .c-tit .tit h3 {
	font-size: 16px;
	color: #666666;
	padding-bottom: 20px;
	border-bottom: 1px solid #cccccc;
}

.c-youshi li .c-tit .tit p {
	margin-top: 25px;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.c-youshi li .l {
	float: left;
}

.c-youshi li .r {
	float: right;
}

.c-youshi li .c-tit.l {
	padding-right: 40px;
}

.c-youshi li .c-tit.r {
	padding-left: 40px;
}

.c-about {
	min-height: 581px;
	background: url(../img/bg.jpg) no-repeat center top / cover;
	margin-bottom: 247px;
	position: relative;
}

.c-about .c-h2 {
	padding: 55px 0 45px 0;
}

.c-about .c-h2 h2 {
	color: #fff;
}

.c-about .c-h2 p {
	color: #fff;
}

.c-about h3 {
	font-size: 16px;
	color: #ffffff;
	line-height: 40px;
	text-align: center;
}

.c-about .w>a {
	display: block;
	width: 170px;
	height: 58px;
	border-radius: 3px;
	border: 1px solid #fff;
	text-align: center;
	line-height: 56px;
	color: #fff;
	margin: 45px auto 0 auto;
}

.c-about .w>a:hover {
	background: #804d00;
	border: 1px solid #804d00;
}

.c-about .mb {
	width: 1400px;
	height: 334px;
	background: #fff;
	padding: 60px 100px;
	position: relative;
	position: absolute;
	top: 414px;
	left: 50%;
	margin-left: -700px;
}

.c-about .swiper-container {
	height: 100%;
}

.c-about .swiper-container .swiper-slide {
	overflow: hidden;
}

.c-about .swiper-container .swiper-slide img {
	transition: 0.5s all;
}

.c-about .swiper-container .swiper-slide img:hover {
	transform: scale(1.05);
}

.c-about .mb .btnx {
	width: 18px;
	height: 32px;
	margin-top: -16px;
	position:absolute !important;
}

.c-about .mb .btnx.l {
	background: url(../img/left4.png);
	left: 50px;
}

.c-about .mb .btnx.r {
	background: url(../img/right4.png);
	right: 50px;
}

.c-about .mb .btnx.l:hover {
	background: url(../img/left5.png);
}

.c-about .mb .btnx.r:hover {
	background: url(../img/right5.png);
}

.c-about .mbb {
	display: none;
}
.c-about .mbb .btnx {
	width: 18px;
	height: 32px;
	margin-top: -16px;
	position:absolute !important;
}
.c-about .mbb .btnx.l {
	background: url(../img/left4.png);
	left: 10px;
}

.c-about .mbb .btnx.r {
	background: url(../img/right4.png);
	right: 10px;
}

.c-about .mbb .btnx.l:hover {
	background: url(../img/left5.png);
}

.c-about .mbb .btnx.r:hover {
	background: url(../img/right5.png);
}
.c-anli {
	background: #fff;
	padding-bottom: 56px;
}

.c-anli .c-h2 {
	padding-top: 55px;
	margin-bottom: 25px;
}

.c-anli .mt {
	overflow: hidden;
	margin-bottom: 50px;
}

.c-anli .mt ul {
	width: calc(100% + 40px);
	overflow: hidden;
}

.c-anli .mt li {
	width: calc(50% - 40px);
	margin-right: 40px;
	float: left;
	position: relative;
	overflow: hidden;
}

.c-anli .mt li .c-tit {
	position: absolute;
	left: -100%;
	bottom: 0;
	width: 100%;
	padding: 20px;
	background: rgba(0, 0, 0, .7);
	color: #fff;
	transition: 0.5s all;
}

.c-anli .mt li .c-tit .l {
	float: left;
	width: calc(100% - 120px);
}

.c-anli .mt li .c-tit .l h2 {
	font-weight: bold;
}

.c-anli .mt li .c-tit .l p {
	font-size: 14px;
}

.c-anli .mt li .c-tit .r {
	line-height: 38px;
	font-size: 16px;
	float: right;
}

.c-anli .mt li .c-tit .r img {
	width: 20px;
	height: 20px;
	margin-top: 10px;
	margin-left: 6px;
}

.c-anli .mt li:hover .c-tit {
	left: 0;
}

.c-anli .mt li .c-img {
	transition: 0.5s all;
}

.c-anli .mt li:hover .c-img {
	transform: scale(1.05);
}

.c-anli .c-prodcut li .c-tit {
	background: #f0f0f0;
}

.c-anli .c-prodcut li:hover .c-tit {
	background: #804d00;
}

.c-new {
	padding-bottom: 80px;
}

.c-new .c-h2 {
	padding: 55px 0 45px 0;
}

.c-new .c-main {
	overflow: hidden;
}

.c-new .c-main .c-l {
	float: left;
	width: calc(100% - 410px);
	padding: 30px;
	background: #fff;
	height: 462px;
}

.c-new .c-main .c-l .mt {
	overflow: hidden;
}

.c-new .c-main .c-l .mt .c-img {
	width: 240px;
	height: 180px;
	float: left;
}

.c-new .c-main .c-l .mt .c-tit {
	width: calc(100% - 270px);
	float: right;
}

.c-new .c-main .c-l .mt .c-tit h2 {
	color: #333333;
	font-size: 20px;
	font-weight: bold;
	transition: 0.5s all;
	padding: 10px 0;
}

.c-new .c-main .c-l .mt .c-tit h2:hover {
	color: #804d00;
}

.c-new .c-main .c-l .mt .c-tit p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
}

.c-new .c-main .c-l .mt .c-tit .btnx {
	display: block;
	width: 130px;
	height: 46px;
	text-align: center;
	border-radius: 3px;
	line-height: 46px;
	color: #fff;
	background: #333333;
	float: right;
}

.c-new .c-main .c-l .mt .c-tit .btnx:hover {
	background: #804d00;
}

.c-bottomTit {
	width: 100%;
	overflow: hidden;
}

.c-bottomTit ul {
	width: calc(100% + 30px);
	overflow: hidden;
}

.c-bottomTit li {
	width: calc(50% - 30px);
	float: left;
	margin-right: 30px;
	background: #f0f0f0;
	transition: 0.5s all;
	margin-top: 30px;
}

.c-bottomTit li a {
	display: block;
	padding: 20px;
	overflow: hidden;
}

.c-bottomTit li h2 {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	margin-bottom: 8px;
	width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}

.c-bottomTit li p {
	font-size: 14px;
	color: #808080;
	line-height: 14px;
}

.c-bottomTit li .l {
	float: left;
	width: calc(100% - 40px);
}

.c-bottomTit li .r {
	width: 30px;
	height: 30px;
	background: url(../img/icon7.png);
	float: right;
	margin-top: 6px;
}

.c-bottomTit li:hover {
	background: #804d00;
}

.c-bottomTit li:hover h2 {
	color: #fff;
}

.c-bottomTit li:hover p {
	color: #fff;
}

.c-bottomTit li:hover .r {
	background: url(../img/icon8.png);
}

.c-new .c-main .c-r {
	width: 380px;
	float: right;
	height: 462px;
	padding: 30px;
	background: #fff;
}

.c-new .c-main .c-r .c-img {
	overflow: hidden;
}

.c-new .c-main .c-r .c-img img {
	transition: 0.5s all;
}

.c-new .c-main .c-r .c-img:hover img {
	transform: scale(1.05);
}

.c-new .c-main .c-r h2 {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	padding: 20px 0 6px 0;
}

.c-new .c-main .c-r p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
	height: 90px;
	overflow: hidden;
}

.c-new .c-main .c-r .c-btn {
	float: right;
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.c-new .c-main .c-r .c-btn img {
	width: 30px;
	height: 30px;
	margin-left: 10px;
}

.c-new .c-main .c-r .c-btn:hover {
	color: #804d00;
}

.c-contact {
	width: 100%;
	min-height: 486px;
	background: url(../img/bg2.jpg) no-repeat center top / cover;
}

.c-contact .c-h2 {
	padding: 55px 0 40px 0;
}

.c-contact .c-h2 h2 {
	color: #fff;
}

.c-contact .c-h2 p {
	color: #fff;
}

.c-contact .c-form {
	overflow: hidden;
}

.c-contact .c-form .mt {
	overflow: hidden;
	margin-bottom: 32px;
}

.c-contact .c-form .mt ul {
	width: calc(100% + 30px);
	overflow: hidden;
}

.c-contact .c-form .mt li {
	width: calc(33.333333% - 30px);
	margin-right: 30px;
	float: left;
	overflow: hidden;
	border-bottom: 1px solid #fff;
}

.c-contact .c-form .mt li .c-tit {
	float: left;
	width: 60px;
	font-size: 16px;
	padding-left: 10px;
	line-height: 48px;
	color: #fff;
}

.c-contact .c-form .mt li .c-input {
	float: left;
	width: calc(100% - 60px);
}

.c-contact .c-form .mt li .c-input input {
	border: 0;
	background: transparent;
	width: 100%;
	height: 48px;
	line-height: 48px;
	color: #fff;
}

.c-contact .c-form .mc {
	overflow: hidden;
	border-bottom: 1px solid #fff;
}

.c-contact .c-form .mc li .c-tit {
	float: left;
	width: 90px;
	font-size: 16px;
	padding-left: 10px;
	line-height: 48px;
	color: #fff;
}

.c-contact .c-form .mc li .c-input {
	float: left;
	width: calc(100% - 90px);
}

.c-contact .c-form .mc li .c-input input {
	border: 0;
	background: transparent;
	width: 100%;
	height: 48px;
	line-height: 48px;
	color: #fff;
}

.c-contact .c-form .mb {
	overflow: hidden;
	padding-top: 50px;
}

.c-contact .c-form .mb .c-btn {
	float: left;
}

.c-contact .c-form .mb .c-btn a {
	display: block;
	float: left;
	width: 170px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	border-radius: 3px;
	color: #fff;
	margin-right: 20px;
}

.c-contact .c-form .mb .c-btn a.reset {
	background: #6f6658;
}

.c-contact .c-form .mb .c-btn a.submit {
	background: #804d00;
}

.c-contact .c-form .mb .c-tit {
	float: right;
	font-size: 26px;
	color: #fff;
	line-height: 58px;
}

.c-contact .c-form .mb .c-tit span {
	font-size: 36px;
	font-weight: bold;
	display: inline-block;
	vertical-align: -1px;
}

.c-footer .mt {
	overflow: hidden;
	min-height: 290px;
	padding-top: 40px;
	background: #333333;
}

.c-footer .mt .c-logo {
	width: 150px;
	height: 146px;
	float: left;
	margin-right: 55px;
	background:url(../img/logo2.png) no-repeat center;
}

.c-footer .mt .c-nav {
	float: left;
	width: 286px;
	padding-left: 66px;
	position: relative;
}

.c-footer .mt .c-nav:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 170px;
	background: #4d4d4d;
}

.c-footer .mt .c-nav:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 170px;
	background: #4d4d4d;
}

.c-footer .mt .c-nav dt {
	font-size: 18px;
	color: #fff;
	margin-bottom: 22px;
}

.c-footer .mt .c-nav dd {
	font-size: 16px;
	color: #b2b2b2;
	float: left;
	margin-right: 40px;
	margin-bottom: 15px;
}

.c-footer .mt .c-nav dd a {
	color: #b2b2b2;
}

.c-footer .mt .c-nav dd a:hover {
	color: #fff;
}

.c-footer .mt .c-er {
	float: right;
}

.c-footer .mt .c-er .c-img {
	width: 160px;
	height: 160px;
	padding: 15px;
	background: #71480a;
}

.c-footer .mt .c-er .c-tit {
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	color: #fff;
}

.c-footer .mt .c-lian {
	float: left;
	padding-left: 58px;
	padding-right: 30px;
	width: 460px;
	border-right: 1px solid #4d4d4d;
	position: relative;
}

.c-footer .mt .c-lian:after {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 1px;
	height: 170px;
	background: #4d4d4d;
}

.c-footer .mt .c-lian dt {
	font-size: 18px;
	color: #fff;
	margin-bottom: 22px;
}

.c-footer .mt .c-lian dd {
	font-size: 14px;
	color: #b2b2b2;
	margin-bottom: 15px;
}

.c-footer .mc {
	overflow: hidden;
	background: #fff;
	font-size: 16px;
	color: #666666;
	padding: 11px 0;
}

.c-footer .mc .c-t {
	overflow: hidden;
	margin-bottom: 5px;
}

.c-footer .mc .c-l {
	float: left;
}

.c-footer .mc .c-l a {
	padding: 0 10px;
}

.c-footer .mc .c-l a:hover {
	color: #804d00;
}

.c-footer .mc .c-r a:hover {
	color: #804d00;
}

.c-footer .mc .c-r {
	float: right;
}

.c-footer .mc .c-b {
	overflow: hidden;
}

.c-footer .mb {
	background: #333333;
	height: 20px;
}

.c-commonAbout {
	background: none;
	background: #fff;
	margin: 0;
	min-height: 334px;
}

.c-commonAbout .mb {
	top: 0;
}

.c-contactCommon {
	overflow: hidden;
	padding: 60px 0;
}

.c-contactCommon .c-tit {
	width: 50%;
	float: left;
	height: 420px;
	background: #fff;
	padding: 40px 45px;
}

.c-contactCommon .c-tit dt {
	font-size: 26px;
	color: #333333;
	margin-bottom: 15px;
}

.c-contactCommon .c-tit dd {
	font-size: 16px;
	color: #646464;
	line-height: 36px;
}

.c-contactCommon .c-tit .c-img {
	width: 130px;
	height: 130px;
	border: 1px solid #ebeae9;
	margin-top: 15px;
}

.c-contactCommon .c-map {
	width: 50%;
	float: left;
	height: 420px;
	border: 1px solid #cccccc;
}

.c-contactCommon .c-map #dituContent {
	width: 100%;
	height: 100%;
}
.c-contactCommon .c-map #dituContent img {
	width: auto;
	height: auto;
}
.c-commonNav em {
	font-weight: bold;
	font-size: 18px;
}

.c-backTop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	background-image: url(../img/backtop.png);
	background-color: rgba( 190, 190, 190, .5);
	border-radius: 4px;
	z-index: 11;
}

.c-backTop:hover {
	background-color: #804d00;
}

.c-page {
	text-align: center;
	padding: 50px 0;
}

.c-page a {
	color: #646464;
	font-size: 14px;
	display: inline-block;
	line-height: 48px;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	padding: 0 22px;
	margin: 10px 5px;
}

.c-page a.on {
	background: #804d00;
	border: 1px solid #804d00;
	color: #fff;
}

.c-page a.dian {
	color: #646464;
	background: transparent;
	border: 1px solid transparent;
	cursor: text;
}

.c-page a:hover {
	background: #804d00;
	border: 1px solid #804d00;
	color: #fff;
}

.c-page a.dian:hover {
	color: #646464;
	background: transparent;
	border: 1px solid transparent;
	cursor: text;
}

.c-gallery {
	padding-top: 24px;
}

.c-list {
	padding-top: 50px;
}

.c-list li {
	background: #fff;
	margin-top: 30px;
	transition: 0.5s all;
}

.c-list li a {
	display: block;
	padding: 30px;
	height: 270px;
}

.c-list li .c-img {
	float: left;
	width: 280px;
	height: 210px;
}

.c-list li .c-tit {
	float: right;
	width: calc(100% - 320px);
}

.c-list li .c-tit h2 {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
	line-height: 48px;
	margin-bottom: 8px;
}

.c-list li .c-tit p {
	font-size: 16px;
	color: #666666;
	line-height: 34px;
	height: 102px;
	overflow: hidden;
}

.c-list li .c-tit .mb {
	overflow: hidden;
	margin-top: 8px;
}

.c-list li .c-tit .mb .c-time {
	float: left;
	overflow: hidden;
	line-height: 49px;
	font-size: 16px;
	color: #666666;
}

.c-list li .c-tit .mb .c-time .time {
	width: 19px;
	height: 19px;
	background: url(../img/icon9.png);
	display: inline-block;
	vertical-align: -3px;
	margin-right: 15px;
}

.c-list li .c-tit .mb .c-more {
	float: right;
	width: 130px;
	height: 46px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	line-height: 46px;
	background: #804d00;
}

.c-list li:hover {
	background: #804d00;
}

.c-list li:hover .c-tit h2 {
	color: #fff;
}

.c-list li:hover .c-tit p {
	color: #fff;
}

.c-list li:hover .c-tit .mb .c-time {
	color: #fff;
}

.c-list li:hover .c-tit .mb .c-time .time {
	background: url(../img/icon10.png);
}

.c-list li:hover .c-tit .mb .c-more {
	background: #fff;
	color: #804d00;
}

.c-listShow {
	padding: 60px 0;
}

.c-listShow .c-t {
	padding: 30px 30px 0 30px;
	background: #fff;
	margin-bottom: 30px;
}

.c-listShow .c-t .mt {
	padding: 0 10px 0 15px;
	border-bottom: 1px solid #cccccc;
}

.c-listShow .c-t .mt h2 {
	font-size: 24px;
	color: #333333;
	font-weight: bold;
}

.c-listShow .mtb {
	overflow: hidden;
	padding: 12px 0;
}

.c-listShow .mtb .c-time {
	float: left;
	color: #666666;
}

.c-listShow .mtb .c-time img {
	width: 19px;
	height: 19px;
	display: inline-block;
	vertical-align: -3px;
	margin-right: 14px;
}

.back {
	float: right;
	color: #666666;
}

.back img {
	width: 22px;
	height: 18px;
	display: inline-block;
	vertical-align: -3px;
	margin-right: 14px;
}

.back:hover {
	color: #804d00;
}

.c-listShow .mc {
	padding: 30px 20px;
	border-bottom: 1px dashed #cccccc;
}

.c-listShow .mc p {
	font-size: 16px;
	color: #666666;
	line-height: 50px;
}

.c-listShow .mb {
	overflow: hidden;
}

.c-listShow .mb a {
	display: block;
	width: 50%;
	padding: 30px 0;
	float: left;
	text-align: left;
	font-size: 16px;
	color: #808080;
}

.c-listShow .mb a:hover {
	color: #804d00;
}

.c-listShow .mb a img {
	width: 26px;
	height: 26px;
	vertical-align: -8px;
	margin-right: 15px;
}

.c-listShow .mb a span {
	color: #333333;
}

.c-listShow .mb .next {
	text-align: right;
}

.c-listShow .c-b {
	background: #fff;
	padding: 15px 30px 30px 30px;
}

.c-commonH2 {
	overflow: hidden;
	border-bottom: 1px solid #cccccc;
}

.c-commonH2 h2 {
	float: left;
	font-size: 20px;
	color: #333333;
	line-height: 60px;
	font-weight: bold;
	position: relative;
}

.c-commonH2 h2:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	background: #804d00;
}

.c-listShow .c-b .c-bottomTit ul {
	width: calc(100% + 35px);
}

.c-listShow .c-b .c-bottomTit li {
	width: calc(33.333333% - 35px);
	margin-right: 35px;
}

.c-message {
	padding: 60px 0;
}

.c-message .mt {
	overflow: hidden;
}

.c-message .mt ul {
	width: calc(100% + 30px);
	overflow: hidden;
}

.c-message .mt li {
	width: calc(33.333333% - 30px);
	margin-right: 30px;
	float: left;
	margin-bottom: 30px;
	position: relative;
}

.c-message .mt li input {
	width: 100%;
	border: 0;
	height: 70px;
	line-height: 70px;
	padding: 0 20px;
}

.c-message .mt li span {
	display: block;
	line-height: 70px;
	font-size: 16px;
	top: 0;
	right: 20px;
	position: absolute;
}

.c-message .mt li select {
	width: 100%;
	border: 0;
	height: 70px;
	line-height: 70px;
	padding: 0 20px;
	appearance: none;
	-moz-appearance: none;
	-webkit-appearance: none;
	background: #fff url(../img/icon11.png) no-repeat center right;
}

.c-message .mc {
	background: #fff;
	padding: 0 20px;
}

.c-message .mc p {
	font-size: 16px;
	color: #666666;
	line-height: 50px;
}

.c-message .mc textarea {
	height: 148px;
	width: 100%;
	border: 0;
	line-height: 24px;
	resize: none;
}

.c-message .mb {
	overflow: hidden;
	margin-top: 40px;
}

.c-message .mb .c-btn {
	float: right;
}

.c-message .mb .c-btn a {
	display: block;
	float: left;
	width: 170px;
	height: 58px;
	line-height: 58px;
	text-align: center;
	border-radius: 3px;
	color: #fff;
	margin-left: 20px;
}

.c-message .mb .c-btn a.reset {
	background: #6f6658;
}

.c-message .mb .c-btn a.submit {
	background: #804d00;
}

.c-show .c-t {
	overflow: hidden;
	padding: 60px 0;
}

.c-show .c-t .c-l {
	width: 50%;
	float: left;
	position: relative;
}

.c-show .c-t .c-l .c-showTop {
	margin-bottom: 10px;
}

.c-show .c-t .c-l .c-showThumbs {
	padding: 0 45px;
	position: relative;
}

.c-show .c-t .c-l .btnx {
	position: absolute;
	bottom: 0;
	width: 35px;
	height: 100%;
	z-index: 10;
	transition: 0.5s all;
}

.c-show .c-t .c-l .btnx.l {
	background: #333 url(../img/left6.png) no-repeat center center;
	left: 0;
}

.c-show .c-t .c-l .btnx.r {
	background: #333 url(../img/right6.png) no-repeat center center;
	right: 0;
}

.c-show .c-t .c-l .btnx:hover {
	background-color: #804d00;
}

.c-show .c-t .c-l .c-showThumbs .box {
	width: 100%;
	height: 100%;
	border: 2px solid #804d00;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

.c-show .c-t .c-l .c-showThumbs .swiper-slide-thumb-active .box {
	opacity: 1;
}

.c-show .c-t .c-l .c-showThumbs .swiper-slide {
	cursor: pointer;
}

.c-show .c-t .c-l .c-showThumbs .swiper-slide:hover .box {
	opacity: 1;
}

.c-show .c-t .c-r {
	width: 50%;
	float: left;
	padding-left: 40px;
}

.c-show .c-t .c-r .mt {
	margin-bottom: 23px;
}

.c-show .c-t .c-r .mt h3 {
	font-size: 26px;
	color: #333333;
	font-weight: bold;
	padding-top: 20px;
}

.c-show .c-t .c-r .mt h2 {
	font-size: 16px;
	color: #808080;
	font-weight: normal;
	padding-bottom: 8px;
	line-height: 50px;
}

.c-show .c-t .c-r .mt h2:after {
	height: 4px;
}

.c-show .c-t .c-r .mc {
	margin-bottom: 25px;
}

.c-show .c-t .c-r .mc h2 {
	padding-left: 15px;
	font-size: 22px;
	color: #804d00;
	font-weight: bold;
	line-height: 33px;
	position: relative;
	margin-bottom: 4px;
}

.c-show .c-t .c-r .mc h2:after {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 3px;
	height: 21px;
	background: #804d00;
}

.c-show .c-t .c-r .mc p {
	font-size: 16px;
	color: #666666;
	line-height: 36px;
}

.c-show .c-t .c-r .mb {
	position: relative;
}

.c-show .c-t .c-r .mb h2 {
	padding-left: 15px;
	font-size: 22px;
	color: #804d00;
	font-weight: bold;
	line-height: 33px;
	position: relative;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 15px;
	margin-bottom: 22px;
}

.c-show .c-t .c-r .mb h2:after {
	content: "";
	position: absolute;
	left: 0;
	top: 6px;
	width: 3px;
	height: 21px;
	background: #804d00;
}

.c-show .c-t .c-r .mb .swiper-slide {
	overflow: hidden;
}

.c-show .c-t .c-r .mb .c-tit {
	text-align: center;
	color: #333333;
	line-height: 44px;
	background: #fff;
	transition: 0.5s all;
	width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;
}

.c-show .c-t .c-r .mb .swiper-slide:hover .c-tit {
	background: #804d00;
	color: #fff;
}

.c-show .c-t .c-r .mb .swiper-slide img {
	transition: 0.5s all;
}

.c-show .c-t .c-r .mb .swiper-slide:hover img {
	transform: scale(1.05);
}

.c-show .c-t .c-r .mb .btnx {
	position: absolute;
	top: 0;
	width: 34px;
	height: 34px;
}

.c-show .c-t .c-r .mb .btnx.l {
	background: url(../img/left7.png);
	right: 44px;
}

.c-show .c-t .c-r .mb .btnx.r {
	background: url(../img/right7.png);
	right: 0;
}

.c-show .c-t .c-r .mb .btnx.l:hover {
	background: url(../img/left8.png);
}

.c-show .c-t .c-r .mb .btnx.r:hover {
	background: url(../img/right8.png);
}

.c-show .c-b {
	padding: 25px 40px;
	background: #fff;
	margin-bottom: 60px;
}

.c-show .c-b .c-commonH2 .back {
	margin-top: 18px;
}

.c-show .c-b .c-tit {
	padding-top: 20px;
}

.c-show .c-b .c-tit p {
	font-size: 16px;
	color: #666666;
	line-height: 36px;
}
.c-show .c-b .c-tit p img{
	max-width:100%;
}
.c-commonPhoneBanner{
	width:100%;
	display:none;
}
.c-commonfuwu.c-fuwu .swiper-container .c-tit p{
	height:auto
	}
@media(max-width:1200px) {
	body {
		min-width: auto;
	}
	.w {
		width: 100%;
	}
	.c-about .mb {
		width: 100%;
		margin: 0;
		position: relative;
		top: initial;
		left: initial;
	}
	.c-header .nav li a {
		margin: 0 5px;
	}
	.c-youshi li .c-tit .tit h3 {
		padding-bottom: 10px;
	}
	.c-youshi li .c-tit .tit p {
		margin-top: 15px;
	}
	.c-about .w>a {
		margin-bottom: 20px;
	}
	.c-about {
		margin-bottom: 0;
	}
	.c-footer .mt .c-logo {
		display: none;
	}
}

@media(max-width:1024px) {
	.c-headerTop {
		display: none;
	}
	.c-header {
		height: auto;
	}
	.c-header .c-logo {
		width: 240px;
		height: 50px;
		margin-left: 10px;
	}
	.c-header .navbar-default {
		height: auto;
	}
	.c-pcBanner {
		display: none;
	}
	.c-phoneBanner {
		display: block;
	}
	.c-indexSearch {
		height: auto;
	}
	.c-indexSearch .c-hot {
		display: none;
	}
	.c-indexSearch .c-searchMain {
		float: none;
		padding: 15px;
	}
	.c-fuwu .swiper-container .c-img {
		width: 100%;
		float:none;
		height:auto;
	}
	.c-fuwu .swiper-container .c-tit {
		width: 100%;
		padding: 20px 15px 0 15px;
		height: auto;
	}
	.c-fuwu .swiper-container .c-tit p {
		height: 180px;
		overflow:hidden;
		padding-bottom: 15px;
	}
	.c-fuwu .swiper-container .btnx.l {
		right: 54px;
		bottom: 316px;
		top:auto;
	}
	.c-fuwu .swiper-container .btnx.r {
		right: 0;
		bottom: 316px;
		top:auto;
	}
	.c-fuwu .swiper-container .c-tit h2 {
		/*width: calc(100% - 100px);*/
		width: 100%;
	}
	.c-fuwu .swiper-container .c-tit .c-b {
		margin-bottom: 15px;
	}
	.c-prodcut ul {
		width: 100%;
	}
	.c-prodcut li {
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
	}
	.c-guanggao {
		background: none;
		height: auto;
	}
	.c-guanggao img {
		display: block;
	}
	.c-fuwu {
		padding: 40px 0 0 0;
	}
	.c-h2 p {
		padding: 0 15px;
	}
	.c-youshi li .l {
		float: none;
	}
	.c-youshi li .r {
		float: none;
	}
	.c-youshi li .c-tit {
		width: 100%;
		padding: 20px 15px !important;
		height: auto;
	}
	.c-youshi li .c-img {
		width: 100%;
	}
	.c-about h3 {
		padding: 0 15px;
	}
	.c-about .mb {
		display: none;
	}
	.c-about .mbb {
		display: block;
		padding-top:30px;
		background:#fff;
	}
	.c-anli .mt ul {
		width: 100%;
	}
	.c-anli .mt li {
		width: 100%;
		margin: 0;
		margin-bottom: 15px;
	}
	.c-anli .mt {
		margin-bottom: 20px;
	}
	.c-anli {
		padding: 0;
	}
	.c-new .c-main .c-l {
		float: none;
		width: 100%;
		padding: 15px;
		height: auto;
	}
	.c-new .c-main .c-l .mt .c-img {
		width: 100%;
		height: auto;
		float: none;
	}
	.c-new .c-main .c-l .mt .c-tit {
		float: none;
		width: 100%;
	}
	.c-new .c-main .c-l .mt .c-tit .btnx {
		float: none;
		margin: 15px 0;
	}
	.c-bottomTit ul {
		width: 100%;
	}
	.c-bottomTit li {
		width: 100%;
		margin-right: 0;
		margin-top: 15px;
	}
	.c-bottomTit li a {
		padding: 10px 15px;
	}
	.c-new .c-main .c-r {
		width: 100%;
		padding: 15px;
		height: auto;
		display:none;
	}
	.c-new {
		padding-bottom: 0;
	}
	.c-contact .c-form .mt ul {
		width: 100%;
	}
	.c-contact .c-form .mt li {
		width: 100%;
		margin-right: 0;
		margin-top: 15px;
	}
	.c-contact .c-form .mt {
		margin-bottom: 15px;
	}
	.c-contact .c-form .mb .c-btn {
		float: none;
	}
	.c-contact .c-form .mb .c-btn a {
		width: 40%;
		margin: 0 5%;
	}
	.c-contact .c-form .mb .c-tit {
		font-size: 16px;
		float: none;
		text-align: center;
	}
	.c-contact .c-form .mb .c-tit span {
		font-size: 18px;
	}
	.c-contact .c-form .mb {
		padding-top: 20px;
	}
	.c-footer .mt .c-logo {
		display: block;
		margin: 0 auto;
		float: none;
	}
	.c-footer .mt .c-nav {
		float: none;
		padding: 0 15px;
		width: 100%;
		overflow: hidden;
	}
	.c-footer .mt .c-nav dd {
		margin-right: 0;
		width: 25%;
	}
	.c-footer .mt .c-lian {
		float: none;
		padding: 0 15px;
		overflow: hidden;
		width: 100%;
	}
	.c-footer .mt .c-er {
		float: none;
		margin: 0 auto;
	}
	.c-footer .mt .c-er .c-img {
		margin: 0 auto;
	}
	.c-footer .mc {
		padding: 11px 15px;
	}
	.c-footer .mc .c-l {
		float: none;
	}
	.c-footer .mc .c-r {
		float: none;
	}
	.c-youshi li .c-img {
		height: auto;
	}
	.c-indexSearch .c-searchMain a {
		right: 15px;
	}
	.c-indexSearch .c-searchMain input {
		width: 100%;
	}
	.c-header .c-navBig {
		float: none;
	}
	.c-header .nav li a {
		line-height: 40px;
		height: 40px;
		text-align: center;
	}
	.c-header .nav li a:after {
		bottom: 0;
	}
	.c-header .c-icon {
		float: none;
		margin: 0;
		display: none;
	}
	.c-header .c-icon img {
		display: block;
		width: 20px;
		height: 20px;
		margin: 0 auto;
	}
	.c-header .c-icon a {
		float: none;
		width: 100%;
	}
	.c-contactCommon {
		overflow: hidden;
		padding: 30px 0;
	}
	.c-contactCommon .c-tit {
		width: 100%;
		float: none;
		height: auto;
		background: #fff;
		padding: 15px;
	}
	.c-contactCommon .c-map {
		width: 100%;
		float: none;
		height: 420px;
	}
	.c-list li a {
		display: block;
		padding: 15px;
		height: auto;
	}
	.c-list li .c-img {
		float: none;
		width: 100%;
		height: auto;
	}
	.c-list li .c-tit {
		float: none;
		width: 100%;
	}
	.c-listShow .c-t {
		padding: 15px 15px 0 15px;
	}
	.c-listShow .mc {
		padding: 15px 0;
	}
	.c-listShow .c-t .mt {
		padding: 0;
	}
	.c-listShow .mb a {
		padding: 15px 0;
		width: 100%;
		float: none;
		text-align: left;
	}
	.c-listShow .mb a.next {
		text-align: left;
	}
	.c-listShow .c-b .c-bottomTit ul {
		width: 100%;
	}
	.c-listShow .c-b .c-bottomTit li {
		width: 100%;
		margin-right: 0;
		margin-top: 15px;
	}
	.c-listShow .c-b .c-bottomTit li a {
		padding: 10px 15px;
	}
	.c-message .mb .c-btn a {
		margin: 0;
		width: 40%;
		margin: 0 5%;
	}
	.c-message .mb .c-btn {
		float: none;
	}
	.c-message .mt ul {
		width: 100%;
	}
	.c-message .mt li {
		width: 100%;
		margin-right: 0;
	}
	.c-show .c-t .c-l {
		width: 100%;
		float: none;
	}
	.c-show .c-t .c-r {
		width: 100%;
		float: none;
		padding: 0 15px;
	}
	.c-show .c-b {
		padding: 15px;
		margin-bottom: 20px;
	}
	.c-show .c-t {
		padding: 20px 0;
	}
	.c-anli .mt{
		display:none;
	}
	.c-footer{
		display:none;
		height:85px;
	}
	.footer img{
		width:auto !important;
		max-width:100% !important;
	}
	.footer{
		display:block;
	}
	.c-h85{ display:block;}
	.c-commonBanner{
		display: none;
	}
	.c-commonPhoneBanner{
		display: block;
	}
}