.w {
	width: 1200px;
	margin: 0 auto;
}

body {
	overflow-x: hidden;
}

.c-headerTop {
	height: 50px;
	border-bottom: 1px solid #e0e0e0;
	background: #fff;
}

.c-headerTop .c-l {
	font-size: 16px;
	color: #898989;
	line-height: 50px;
	float: left;
}

.c-headerTop dl {
	float: right;
}

.c-headerTop dt,
.c-headerTop dd {
	float: left;
	line-height: 50px;
	position: relative;
}

.c-headerTop dd a {
	font-size: 16px;
	color: #898989;
}

.c-headerTop dd a:hover {
	color: #ffb400;
}

.c-headerTop dt {
	font-size: 16px;
	color: #898989;
	padding: 0 20px;
}

.c-headerTop dd.erweima .img {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 51px;
	left: -5px;
	display: none;
}

.c-headerTop dd.erweima:hover .img {
	display: block;
}

.c-backTop {
	position: fixed;
	bottom: 30px;
	right: 30px;
	width: 50px;
	height: 50px;
	background-image: url(../images/backtop.png);
	background-color: rgba( 190, 190, 190, .5);
	border-radius: 4px;
	z-index: 11;
}

.c-backTop:hover {
	background-color: #028443;
}

.c-banner {
	height: 500px;
	position: relative;
}

.c-banner .swiper-slide {
	height: 500px;
}

.c-banner .btnx {
	width: 80px;
	height: 80px;
	margin-top: -40px;
}

.c-banner .btnx.l {
	background: url(../images/left1.png) no-repeat center top;
	left: 3%;
}

.c-banner .btnx.r {
	background: url(../images/right1.png) no-repeat center top;
	right: 3%;
}

.c-banner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: none;
	opacity: 1;
	border: 2px solid transparent;
	background: #fff;
	border-radius: 50%;
}

.c-banner .swiper-pagination-bullet-active {
	background: transparent;
	border: 2px solid rgba(255, 255, 255, .54);
	position: relative;
}

.c-indexSearch {
	background: #fff;
	overflow: hidden;
	height: 70px;
}

.c-indexSearch .c-hot {
	float: left;
	line-height: 70px;
}

.c-indexSearch .c-hot em {
	color: #333333;
	font-weight: bold;
}

.c-indexSearch .c-hot span a {
	color: #666666;
}

.c-indexSearch .c-hot span a:hover {
	color: #ffb400;
}

.c-indexSearch .c-searchMain {
	float: right;
}

.c-indexSearch .c-searchMain {
	overflow: hidden;
	font-size: 0;
	position: relative;
	margin-top: 15px;
	border-radius: 5px;
}

.c-indexSearch .c-searchMain input {
	display: block;
	float: left;
	width: 240px;
	height: 40px;
	border: 0;
	font-size: 16px;
	line-height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	background: #f6f6f6;
}

.c-indexSearch .c-searchMain a {
	display: block;
	width: 62px;
	height: 40px;
	margin: 0;
	padding: 0;
	float: left;
	background: #028443;
}

.c-indexSearch.common {
	background: #f6f6f6;
}

.c-indexSearch.common .c-searchMain input {
	background: #fff;
}

.c-header {
	background: #fff;
	height: 140px;
	overflow: hidden;
}

.c-header .c-logo {
	float: left;
	width: 528px;
	height: 68px;
	margin-top: 36px;
}

.c-header .c-phone {
	float: right;
	width: 219px;
	height: 95px;
	margin-top: 22px;
}

.c-indexNav {
	height: 60px;
	background: #028443;
}

.c-indexNav li {
	float: left;
	width: 12.5%;
}

.c-indexNav li a {
	display: block;
	text-align: center;
	line-height: 60px;
	color: #ffffff;
}

.c-indexNav li a:hover {
	background: #ffb400;
}

.c-indexNav li.on a {
	background: #ffb400;
}

.c-h2 {
	text-align: center;
	padding-top: 45px;
	padding-bottom: 42px;
}

.c-h2 h2 {
	font-size: 42px;
	color: #111111;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px solid #d2d2d2;
	position: relative;
}

.c-h2 h2:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: -4px;
	width: 108px;
	height: 7px;
	background: #028443;
	margin-left: -54px;
}

.c-h2 p {
	color: #666666;
	margin-top: 18px;
}

.c-indexProductNav .main {
	overflow: hidden;
}

.c-indexProductNav ul {
	width: 1210px;
	overflow: hidden;
}

.c-indexProductNav li {
	width: calc(15% - 19px);
	margin-right: 10px;
	float: left;
	margin-bottom: 10px;
}

.c-indexProductNav li a {
	display: block;
	border: 1px solid #22a940;
	text-align: center;
	line-height: 44px;
	color: #666666;
	border-radius: 5px;
}

.c-indexProductNav li a:hover {
	background: #028443;
	border: 1px solid #028443;
	color: #fff;
}

.c-indexProductNav li.on a {
	background: #028443;
	border: 1px solid #028443;
	color: #fff;
}

.c-product {
	overflow: hidden;
	padding-bottom: 50px;
	padding-top:20px;
}

.c-product .main {
	overflow: hidden;
	width: 100%;
}

.c-product ul {
	width: calc(100% + 25px);
	overflow: hidden;
}

.c-product li {
	width: calc(33.333333% - 25px);
	margin-right: 25px;
	margin-top: 45px;
	float: left;
}

.c-product li .c-img {
	overflow: hidden;
	border: 1px solid #e1e1e1;
	position: relative;
}

.c-product li .c-img .img {
	width: 100%;
	transition: 0.5s all;
}
.c-product li .c-img .bg{ position: absolute; left: 0; top: 0; width: 100%; height: 100%; transition: 0.5s all;}
.c-product li .c-tit {
	padding: 0 16px;
	background: #028443;
	height: 56px;
	transition: 0.5s all;
}

.c-product li .c-tit .nowrap {
	width: calc(100% - 60px);
	float: left;
	line-height: 56px;
	color: #fff;
}

.c-product li .c-tit img {
	width: 32px;
	height: 32px;
	float: right;
	margin-top: 12px;
}

.c-product li:hover .c-img .img {
	transform: scale(1.05);
}
.c-product li:hover .c-tit {
	padding: 0 21px;
	background: #ffa200;
}

.c-banner1 {
	width: 100%;
	height: 216px;
	background: url(../images/banner1.jpg) no-repeat center top / cover;
}

.c-indexVideo {
	background: #fff;
	overflow: hidden;
	padding-bottom: 45px;
}

.c-indexVideo .l {
	float: left;
	width: calc(53% - 11px);
	cursor: pointer;
}

.c-indexVideo .r {
	float: right;
	width: calc(47% - 11px);
}

.c-indexVideo .r ul {
	width: calc(100% + 18px);
	overflow: hidden;
}

.c-indexVideo .r li {
	width: calc(50% - 18px);
	margin-right: 18px;
	float: left;
	cursor: pointer;
}

.c-indexVideo .c-tit {
	line-height: 65px;
	overflow: hidden;
	color: #333333;
	transition: 0.5s all;
}

.c-indexVideo .video:hover .c-tit {
	color: #ffa200;
}

.c-indexVideo .c-img {
	position: relative;
}

.c-indexVideo .c-img .bo {
	width: 48px;
	height: 48px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.c-indexVideo .c-img .type {
	position: absolute;
	top: 20px;
	right: 18px;
	font-size: 12px;
	color: #fff;
	background: #ff6428;
	border-radius: 3px;
	padding: 0 5px;
}

.c-indexVideo .l .c-tit span {
	width: 75%;
	float: left;
}

.c-indexVideo .l .c-tit em {
	width: 25%;
	float: right;
	text-align: right;
	color: #666666;
	font-size: 14px;
}

.c-advantage {
	width: 100%;
	background: url(../images/bg1.jpg);
}

.c-advantage .top {
	text-align: center;
	height: 167px;
	color: #fff;
	overflow: hidden;
}

.c-advantage .top h2 {
	font-size: 36px;
	font-weight: bold;
	margin-top: 32px;
	margin-bottom: 6px;
}

.c-advantage .c-h2 h2 {
	color: #028443;
}

.c-advantage .c-h2 h2 span {
	font-size: 22px;
	font-weight: normal;
}

.c-advantage .c-h2 h2 img {
	width: 78px;
	height: 78px;
	display: inline-block;
	vertical-align: bottom;
	margin: 0 5px;
}

.c-advantage .main .tit {
	width: 50%;
}

.c-advantage .main .img {
	width: 50%;
}

.c-advantage .main .tit.fl dl {
	padding-right: 35px;
}

.c-advantage .main .tit.fr dl {
	padding-left: 35px;
}

.c-advantage .main li {
	overflow: hidden;
}

.c-advantage .main dd {
	overflow: hidden;
	margin-bottom: 35px;
}

.c-advantage .main .l {
	float: left;
	width: 60px;
	height: 94px;
}

.c-advantage .main .r {
	float: right;
	width: calc(100% - 80px);
}

.c-advantage .main h2 {
	font-size: 32px;
	color: #028443;
	font-weight: bold;
	line-height: 36px;
}

.c-advantage .main h3 {
	font-size: 22px;
	color: #333333;
}

.c-advantage .main p {
	font-size: 16px;
	color: #666666;
	line-height: 36px;
	position: relative;
	padding-left: 20px;
}

.c-advantage .main p:after {
	content: "";
	position: absolute;
	left: 4px;
	top: 12px;
	width: 8px;
	height: 10px;
	background: url(../images/icon3.png) no-repeat center top / cover;
}

.c-advantage .main .line {
	width: 100%;
	height: 8px;
	background: url(../images/bg2.png) repeat-x;
	margin: 14px 0 8px 0;
}

.c-indexMessage {
	background: #028443;
	overflow: hidden;
}

.c-indexMessage h2 {
	font-size: 36px;
	color: #fefefe;
	text-align: center;
	padding: 25px 0 20px 0;
}

.c-indexMessage dl {
	overflow: hidden;
}

.c-indexMessage dd {
	width: calc(33.333333% - 76px);
	float: left;
	margin-right: 16px;
}

.c-indexMessage dd input {
	width: calc(100% - 32px);
	border: 0;
	height: 50px;
	line-height: 50px;
	padding: 0 16px;
}

.c-indexMessage dt {
	width: 180px;
	float: right;
}

.c-indexMessage dt a {
	display: block;
	text-align: center;
	height: 50px;
	line-height: 50px;
	background: #ffb400;
	color: #fff;
}

.c-indexMessage p {
	text-align: center;
	color: #fff;
	padding: 20px 0 35px 0;
}

.c-indexContact {
	min-height: 460px;
	background: url(../images/bg3.jpg) no-repeat center top / cover;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 30px;
}

.c-h3 {
	border-bottom: 1px solid #e1e1e1;
	line-height: 60px;
	overflow: hidden;
}

.c-h3 h2 {
	font-size: 26px;
	color: #028443;
	font-weight: bold;
	float: left;
}

.c-h3 a {
	float: right;
	color: #666666;
}

.c-h3 a:hover {
	color: #ffb400;
}

.c-indexContact .l {
	float: left;
	width: calc(100% - 400px);
}

.c-indexContact .l .main {
	padding-top: 36px;
	max-height: 352px;
	overflow: hidden;
}

.c-indexContact .l .main img {
	width: auto;
	height: auto;
	float: left;
	margin-bottom: 5px;
	margin-right: 20px;
}

.c-indexContact .l .main p {
	font-size: 16px;
	color: #666666;
	line-height: 32px;
	text-align: justify;
}

.c-indexContact .r {
	float: right;
	width: 340px;
}

.c-indexContact .r .main {
	overflow: hidden;
	padding-top: 20px;
}

.c-indexContact .r .main a {
	padding: 20px 0;
	display: block;
	border-bottom: 1px dashed #cacaca;
}

.c-indexContact .r .main h2 {
	color: #028443;
	font-weight: bold;
}

.c-indexContact .r .main p {
	font-size: 14px;
	color: #777777;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
}

.c-indexLink {
	overflow: hidden;
	padding: 25px 0;
	line-height: 28px;
	border-top: 1px solid #eaeaea;
}

.c-indexLink img {
	display: block;
	width: 28px;
	height: 28px;
	float: left;
	margin-right: 12px;
}

.c-indexLink span {
	color: #028443;
	float: left;
	font-weight: bold;
}

.c-indexLink dl {
	overflow: hidden;
	float: left;
	font-size: 0;
}

.c-indexLink dd {
	float: left;
}

.c-indexLink dd a {
	font-size: 14px;
	color: #666666;
	display: block;
}

.c-indexLink dd a:hover {
	color: #ffb400;
}

.c-indexLink dt {
	float: left;
	font-size: 14px;
	color: #666666;
	padding: 0 8px;
}

.c-footer {
	background: #151515;
	overflow: hidden;
	padding: 50px 0;
}

.c-footer .logo {
	float: left;
	margin-top: 18px;
}

.c-footer .erweima {
	float: right;
	padding: 15px 10px;
	border-top: 1px solid #5e5e5e;
	border-bottom: 1px solid #5e5e5e;
	overflow: hidden;
}

.c-footer .erweima .img {
	float: left;
	width: 97px;
	height: 97px;
	margin-right: 20px;
}
.c-footer .erweima .img img{
	float: left;
	width: 97px;
	height: 97px;
	margin-right: 20px;
}

.c-footer .erweima .tit {
	float: left;
	font-size: 16px;
	line-height: 30px;
	color: #bbbbbb;
	padding-top: 19px;
}

.c-footer .title {
	float: left;
}

.c-footer .title li {
	font-size: 16px;
	color: #bbbbbb;
	line-height: 32px;
}

.c-footer .line {
	margin: 0 60px;
	width: 1px;
	height: 72px;
	background: #5e5e5e;
	float: left;
	margin-top: 24px;
}

.c-copy {
	background: #000000;
	text-align: center;
	color: #8f8f8f;
	line-height: 50px;
}

.c-video {
	padding: 10px;
	height: 600px;
	display: none;
}

.c-video iframe {
	width: 100%;
	height: 100%;
}

.c-contact {
	overflow: hidden;
	background: #fff;
	padding: 78px 0 70px 0;
}

.my-map {
	width: calc(100% - 400px);
	height: 510px;
	float: left;
	border: 1px solid #d8d8d8;
}

.my-map img {
	width: auto;
	height: auto;
}

.my-map .icon {
	background: url(http://lbs.amap.com/console/public/show/marker.png) no-repeat;
}

.my-map .icon-cir {
	height: 31px;
	width: 28px;
}

.my-map .icon-cir-blue {
	background-position: -11px -55px;
}

.amap-container {
	height: 100%;
}

.c-contact .r {
	float: right;
	width: 355px;
}

.c-contact dt {
	color: #028443;
	font-size: 26px;
	margin-bottom: 15px;
}

.c-contact dd {
	font-size: 16px;
	color: #666666;
	line-height: 40px;
}

.c-contact .img {
	width: 200px;
	height: 200px;
	margin-top: 15px;
}

.c-page {
	text-align: center;
	background: #fff;
	padding: 65px 0;
}

.c-page a {
	color: #646464;
	font-size: 16px;
	display: inline-block;
	line-height: 40px;
	background: #fff;
	border: 1px solid #e6e6e6;
	border-radius: 2px;
	padding: 0 14px;
	margin: 10px 5px;
}

.c-page a.on {
	background: #028443;
	border: 1px solid #028443;
	color: #fff;
}

.c-page a.dian {
	color: #646464;
	background: transparent;
	border: 1px solid transparent;
	cursor: text;
}

.c-page a:hover {
	background: #028443;
	border: 1px solid #028443;
	color: #fff;
}

.c-page a.dian:hover {
	color: #646464;
	background: transparent;
	border: 1px solid transparent;
	cursor: text;
}

.c-indexProduct.common {
	background: #fff;
}

.c-product.common {
	background: #fff;
	padding-bottom: 0;
	margin-top:-40px;
}

.c-honor {
	background: #fff;
}

.c-honor .main {
	width: 100%;
	overflow: hidden;
}

.c-honor ul {
	width: calc(100% + 25px);
	overflow: hidden;
	padding-top: 60px;
}

.c-honor li {
	width: calc(25% - 25px);
	margin-right: 25px;
	float: left;
	margin-top: 12px;
	cursor: pointer;
}

.c-honor li .img {
	border: 1px solid #e4e2e2;
}

.c-honor li .tit {
	line-height: 66px;
	text-align: center;
}

.c-list {
	background: #fff;
}

.c-list li {
	overflow: hidden;
	border-bottom: 1px solid #eeeeee;
}

.c-list li a {
	display: block;
	padding: 40px 0;
	overflow: hidden;
}

.c-list .l {
	float: left;
	width: 115px;
	text-align: right;
}

.c-list .r {
	float: right;
	padding-top: 15px;
}

.c-list .l span {
	font-size: 48px;
	color: #333333;
}

.c-list .l .tit {
	border: 1px solid #d8d8d8;
	float: right;
	font-size: 14px;
	color: #777777;
	line-height: 20px;
	padding: 14px;
}

.c-list .r .c-time {
	color: #777777;
}

.c-list .r h2 {
	font-size: 22px;
	color: #333333;
	transition: 0.5s all;
}

.c-list .r p {
	font-size: 14px;
	color: #777777;
	line-height: 26px;
	height: 52px;
	overflow: hidden;
}

.c-list .r .line {
	width: 20px;
	height: 2px;
	background: #028443;
	margin: 15px 0;
}

.c-list .r span {
	display: block;
	width: 116px;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #fff;
	background: #028443;
	margin-top: 15px;
	transition: 0.5s all;
}

.c-list li:hover .r h2 {
	color: #028443;
}

.c-list li:hover .r span {
	background: #ffb400;
}

.c-listShow {
	background: #fff;
	overflow: hidden;
}

.c-listShow .top {
	text-align: center;
	padding: 0 0 25px 0;
	border-bottom: 1px solid #eaeaea;
}

.c-listShow .top h2 {
	color: #333333;
	font-size: 30px;
}

.c-listShow .top p {
	color: #666666;
}

.c-listShow .main {
	padding: 40px 0;
	overflow: hidden;
}

.c-listShow .main p {
	font-size: 16px;
	color: #666666;
	line-height: 40px;
}

.c-listShow .main img {
	width: auto;
	display: block;
	margin: 0 auto;
}

.c-listShow .bottom {
	overflow: hidden;
	padding: 20px 0;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
	margin-bottom:50px;
}

.c-listShow .bottom a {
	display: inline-block;
	color: #666666;
	line-height: 40px;
}

.c-listShow .bottom img {
	width: 17px;
	height: 11px;
	vertical-align: middle;
	display: inline-block;
	margin-right: 20px;
}

.c-listShow .bottom a:hover {
	color: #ffb400;
}

.c-message {}


.c-message .mt {
	padding: 60px 0;
	text-align: center;
}

.c-message .mt h2 {
	font-size: 36px;
	color: #028443;
	position: relative;
	margin-bottom: 42px;
	font-weight: bold;
}

.c-message .mt h2:after {
	position: absolute;
	content: "";
	width: 108px;
	height: 7px;
	background: #028443;
	left: 50%;
	margin-left: -54px;
	bottom: -20px;
}

.c-message .mt p {
	font-size: 16px;
	color: #666666;
	line-height: 30px;
}

.c-message .mc {
	overflow: hidden;
	width: 100%;
	padding-bottom: 50px;
}

.c-message .mc ul {
	width: calc(100% + 16px);
	overflow: hidden;
}

.c-message .mc li {
	width: calc(33.333333% - 18px);
	margin-right: 16px;
	margin-bottom: 22px;
	border: 1px solid #e4e2e2;
	float: left;
	height: 58px;
	background: #fff;
}

.c-message .mc li img {
	width: 56px;
	height: 56px;
	float: left;
	display: block;
}

.c-message .mc li input {
	width: calc(100% - 76px);
	padding-right: 20px;
	border: 0;
	height: 56px;
	line-height: 56px;
}

.c-message .mc .textarea {
	border: 1px solid #e4e2e2;
	width: calc(100% - 2px);
	height: 200px;
	background: #fff;
}

.c-message .mc .textarea img {
	width: 56px;
	height: 56px;
	float: left;
	display: block;
}

.c-message .mc .textarea textarea {
	width: calc(100% - 56px);
	padding: 15px 0;
	border: 0;
	height: 168px;
	line-height: 24px;
	resize: none;
}

.c-message .btnx {
	display: block;
	background: #00a044;
	height: 58px;
	line-height: 58px;
	color: #fff;
	text-align: center;
	margin: 22px 0;
}

.c-show {
	overflow: hidden;
	padding: 40px 0;
	position: relative;
	min-height:820px;
}

.c-show .c-lbox {
	float: left;
	width: 300px;
}

.c-show .c-lbox.fixed {
	position: fixed;
	left: 50%;
	top: 40px;
	z-index: 10;
	margin-left: -600px;
}

.c-show .c-lbox.fixed2 {
	position: absolute;
	top: auto;
	bottom: 15px;
}

.c-show .c-rbox {
	float: right;
	width: calc(100% - 348px);
}

.c-h3 {
	height: 72px;
	padding: 0 33px;
	border: 1px solid #eaeaea;
	font-size: 22px;
	color: #222222;
	line-height: 82px;
	position: relative;
	background: #fff;
}

.c-h3:after {
	content: "";
	position: absolute;
	bottom: 0;
	left: 33px;
	width: 90px;
	height: 3px;
	background: #00a044;
}

.c-fuwu {
	background: #fff;
	margin-bottom: 25px;
}

.c-fuwu ul {
	overflow: hidden;
	padding: 30px 0 20px 30px;
}

.c-fuwu li {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.c-fuwu li a {
	padding: 0 20px;
	color: #666666;
	border: 1px solid #ebebeb;
	display: inline-block;
	line-height: 34px;
	border-radius: 18px;
}

.c-fuwu li a:hover {
	border: 1px solid #00a044;
	background: #00a044;
	color: #fff;
}

.c-comAbout {
	background: #fff;
	margin-bottom: 25px;
}

.c-comAbout ul {
	padding: 15px 33px;
}

.c-comAbout li {
	display: block;
	font-size: 16px;
	color: #666666;
	line-height: 40px;
}

.c-show .c-rbox .main {
	background: #fff;
	padding: 40px; line-height:40px;
}
.c-show .c-rbox .main img{ width:auto; max-width:100%;}
.c-show .c-rbox .main .c-img{ position: relative;}
.c-show .c-rbox .main .c-img .bg{ position: absolute; left: 0; top: 0; width: 100%; height: 100%;}
.c-single {
	background: #fff;
	overflow: hidden;
	padding-bottom:30px;
}

.c-single .top h2 {
	font-size: 36px;
	color: #028443;
	text-align: center;
	line-height: 90px;
	position: relative;
	font-weight: bold;
	margin: 45px 0;
}

.c-single .top h2:after {
	content: "";
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 108px;
	height: 7px;
	background: #028443;
	margin-left: -54px;
}

.c-single .top .main {
	overflow: hidden;
}

.c-single .top .main .img {
	width: 100%;
	height: auto;
	float: right;
	margin-left: 25px;
}

.c-single .top .main p {
	font-size: 16px;
	color: #666666;
	line-height: 40px;
	text-indent: 2em;
}

.c-single .bottom .box {
	height: 294px;
	border: 1px solid #e8e8e8;
	overflow: hidden;
	text-align: center;
}

.c-single .bottom img {
	width: 72px;
	height: 72px;
	display: block;
	margin: 40px auto 30px auto;
}

.c-single .bottom h2 {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
}

.c-single .bottom p {
	font-size: 16px;
	color: #666666;
	line-height: 24px;
	padding: 0 20px;
	display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
}

.c-single .bottom .c-line {
	width: 36px;
	height: 2px;
	background: #4bb249;
	margin: 22px auto 18px auto;
}

.c-single .bottom {
	padding: 50px 0;
}

.c-single .swiper-container .swiper-pagination {
	position: static;
	font-size: 0;
	padding-top: 40px;
}

.c-single .swiper-container .swiper-pagination-bullet {
	vertical-align: top;
	width: 11px;
	height: 11px;
	margin: 0 10px;
}

.c-single .swiper-container .swiper-pagination-bullet-active {
	background: #0f8746;
}

.c-commonVideo {
	background: #fff;
}

.c-commonVideo .main {
	overflow: hidden;
	width: 100%;
}

.c-commonVideo ul {
	width: calc(100% + 24px);
	overflow: hidden;
	padding-top: 40px;
}

.c-commonVideo li {
	width: calc(33.333333% - 24px);
	margin-right: 24px;
	float: left;
	cursor: pointer;
	margin-top: 40px;
}

.c-commonVideo li .img {
	position: relative;
}

.c-commonVideo li .img .bo {
	width: 48px;
	height: 48px;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.c-commonVideo li .img .type {
	position: absolute;
	top: 20px;
	right: 18px;
	font-size: 12px;
	color: #fff;
	background: #ff6428;
	border-radius: 3px;
	padding: 0 5px;
}

.c-commonVideo li .tit {
	padding: 20px 25px;
	background: #f0f0f0;
}

.c-commonVideo li .tit h2 {
	color: #333333;
	transition: 0.5s all;
}

.c-commonVideo li .tit p {
	color: #666666;
	font-size: 14px;
}

.c-commonVideo li:hover .tit h2 {
	color: #ffb400;
}
.c-honorLayer{ display: none;}

/*·ÖÒ³ÑùÊ½*/
.fenyetips{ display:none}
#pagelist{ line-height:22px;color:#666; padding:15px;}
#pagelist a{ width:28px; text-align:center; float:left; border:1px solid #bfbfc7;background:#fff; height:28px; font-size:12px;color:#666; line-height:28px; margin-left:5px;border-radius:3px;}
#pagelist a.next,#pagelist a.prev{width:60px;}
#pagelist a.curr{ background:#bfbfc7;border:1px solid #bfbfc7;color:#fff;}
#pagelist a:hover{background:#bfbfc7;border:1px solid #bfbfc7;color:#fff; text-decoration:none}
#pagelist a img{ display:block;margin:0 auto;margin-top:12px;}
#pagelist span{line-height:28px; font-size:13px; height:28px; margin-left:10px;}
#pagelist span#totalpage{ margin:0;}
.fenye a img{ display:block;margin:0 auto;margin-top:12px;}
#cont{
	width:100%;
	overflow:hidden;
}
.cont_1{
	height:53px;
	background-color:#f4f4f4;
}
.cont_11{
	width:1200px;
	margin:0 auto;
	text-align:left;
	line-height:53px;
	height:53px;
	font-size:14px;
	color:#8a8a8a;
	position:relative;
}
.cont_11 img{
	vertical-align:middle;
	margin-right:6px;
}
.cont_11 a{
	color:#8a8a8a;
}
.cont_1_left{
	width:218px;
	height:34px;
	position:absolute;
	z-index:99;
	top:10px;
	left:0;
	background-color:#ffffff;
	border:#d0d0d0 1px solid;
	border-radius:34px;
}
.cont_1_left input{
	width:168px;
	float:left;
	padding-left:15px;
	height:34px;
	border:none;
	background:none;
	outline:none;
	line-height:34px;
	font-size:14px;
	color:#b5b5b5;
}
.cont_1_left img{
	float:right;
	padding-top:9px;
	margin-right:10px;
}