@charset "utf-8";
/* CSS Document */
/*公用*/
* {
	margin:0;
	padding:0;
}
html, body, ul, li {
	list-style:none;
	-webkit-text-size-adjust:none;
	font-weight:normal;
	margin:0;
	padding:0;
}
body {
	background:#ffffff;
	font-family: Arial, Helvetica, sans-serif;
	-webkit-text-size-adjust:none;
	color:#666666;
	font-weight:normal;
}
img {
	border:0;
	behavior:url("iepngfix.htc");
}
.clear {
	clear:both;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
a {
	text-decoration: none;
	color:#666666;
}
a:hover {
	text-decoration:none;
	color: #0069b3;
}
a:active {
	text-decoration: none;
	color: #666666;
}
a::focus {
-moz-outline-style:none;
}
.vcenter {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	display: block;
	vertical-align: middle;
	margin: auto;
}
/*头部*/
.header {
	margin: 0px;
	padding: 0px;
	padding: 18px 0px 0;
}
.header .container .logo {
	width: 20%;
	float: left;
}
.header .container .nav_right {
	width: 59.5%;
	float: right;
}
.language {
	height:16px;
}
.language a {
	width:70px;
	height:16px;
	line-height:16px;
	color:#FFF;
	text-align:center;
	margin-right:5px;
	display:block;
	background:#dfdfdf;
	float:right;
	border-radius:20px;
	font-size:12px;
}
.language a.current, .language a:hover {
	background:#0069b3;
	color:#FFF;
	text-decoration:none
}
.navbar-brand {
	padding: 29px 15px;
	height: auto;
}
nav.navbar.bootsnav {
	border: none;
	margin-bottom: 150px;
}
.navbar-nav {
	float: left;
}
nav.navbar.bootsnav ul.nav > li > a {
	color: #333333;
	text-transform: uppercase;
	padding:13px 40px;
	font-size:16px;
}
nav.navbar.bootsnav ul.nav > li:last-child > a {
	padding-right:0;
}
nav.navbar.bootsnav ul.nav > li:hover a {
	color:#0069b3
}
.nav > li:after {
	content: "";
	width: 0;
	height: 3px;
	background: #0069b3;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: all 0.5s ease 0s;
}
.nav > li:hover:after {
	width: 100%;
}
nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after {
	font-size: 16px;
	font-weight: 500;
	position: absolute;
	top: 35%;
	right: 10%;
	transition: all 0.4s ease 0s;
}
nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after {
	transform: rotate(90deg);
}
.dropdown-menu.multi-dropdown {
	position: absolute;
	left: -100% !important;
}
nav.navbar.bootsnav li.dropdown ul.dropdown-menu {
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
	border: none;
}
 @media only screen and (max-width:1200px) {
 .header .container .nav_right {
width: 77%;
}
 nav.navbar.bootsnav ul.nav > li > a {
 padding:13px 30px;
}
}
 @media only screen and (max-width:990px) {
 nav.navbar.bootsnav ul.nav > li.dropdown > a.dropdown-toggle:after, nav.navbar.bootsnav ul.nav > li.dropdown.on > a.dropdown-toggle:after {
content: " ";
}
 .dropdown-menu.multi-dropdown {
left: 0 !important;
}
 nav.navbar.bootsnav ul.nav > li:hover {
background: transparent;
}
 nav.navbar.bootsnav ul.nav > li > a {
margin: 0;
}
}
/*幻灯片*/
.owl-carousel .owl-wrapper:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
/* display none until init */
.owl-carousel {
	display: none;
	position: relative;
	width: 100%;
	-ms-touch-action: pan-y;
}
.owl-carousel .owl-wrapper {
	display: none;
	position: relative;
	-webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper-outer {
	overflow: hidden;
	position: relative;
	width: 100%;
}
.owl-carousel .owl-wrapper-outer.autoHeight {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}
.owl-carousel .owl-item {
	float: left;
}
.owl-controls .owl-page, .owl-controls .owl-buttons div {
	cursor: pointer;
}
.owl-controls {
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
/* mouse grab icon */
.grabbing {
	cursor:url(grabbing.png) 8 8, move;
}
/* fix */
.owl-carousel .owl-wrapper, .owl-carousel .owl-item {
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility:    hidden;
	-ms-backface-visibility:     hidden;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
}
#owl-demo {
	position: relative;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
#owl-demo .item {
	position: relative;
	display: block;
}
#owl-demo img {
	display: block;
	width: 100%;
}
#owl-demo b {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 78px;
	background-color: #000;
	opacity: .5;
	filter: alpha(opacity=50);
}
#owl-demo span {
	position: absolute;
	left: 0;
	bottom: 37px;
	width: 100%;
	font: 18px/32px "Arial", "黑体";
	color: #fff;
	text-align: center;
}
.owl-pagination {
	position: absolute;
	left: 0;
	bottom: 5px;
	width: 100%;
	height: 22px;
	text-align: center;
}
.owl-page {
	display: inline-block;
	width:10px;
	height: 10px;
	margin: 0 5px;
	background:#FFF;
*display: inline;
*zoom: 1;
	border-radius:10px;
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
}
.owl-pagination .active {
	background:#0069b3;
}
.owl-buttons {
	display: none;
}
.owl-buttons div {
	position: absolute;
	top: 50%;
	width: 24px;
	height: 48px;
	margin-top: -40px;
	text-indent: -9999px;
}
/*.owl-prev { left: 10px; background-image: url(../images/bg17.png);}
.owl-next { right: 10px; background-image: url(../images/bg18.png);}
.owl-prev:hover { background-image: url(../images/bg17.png);}
.owl-next:hover { background-image: url(../images/bg18.png);}*/
@media screen and (max-width: 579px) {
.owl-pagination {
bottom:0px;
height:15px;
}
}
/*幻灯片*/

/*产品*/
.products {
	padding:10px 0 40px;
	background:url(../images/bg_1.jpg) repeat;
	overflow:hidden;
}
.sec-tit {
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}
@media screen and (max-width: 1000px) {
 .sec-tit {
 width: 90%;
 margin: 0 auto 8px;
 overflow: hidden;
}
}
.sec-tit h2 {
	font-size: 30px;
	padding: 20px 0;
	line-height: 38px;
}
@media screen and (max-width: 860px) {
 .sec-tit h2 {
 font-size: 26px;
 padding: 14px 0;
 line-height: 32px;
}
}
.sec-tit b {
	font-size: 30px;
	color: #0069b3;
	text-transform: uppercase;
	margin: 0 4px;
	display: inline-block;
	vertical-align: top;
	font-weight:normal;
}
@media screen and (max-width: 860px) {
 .sec-tit b {
 font-size: 26px;
 line-height: 32px;
}
}
.sec-tit .sec-tit-line-l, .sec-tit .sec-tit-line-r {
	position: absolute;
	top: 39px;
	width: 20%;
	border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 860px) {
 .sec-tit .sec-tit-line-l, .sec-tit .sec-tit-line-r {
 top: 29px;
}
}
.sec-tit .sec-tit-line-l {
	margin-right: 180px;
	right: 50%;
}
.sec-tit .sec-tit-line-r {
	margin-left: 180px;
	left: 50%;
}
.pro_slide {
}
.pro_slide li {
	width:100%;
	background:#FFF;
	padding:20px 30px;
	-moz-box-shadow: 4px 4px 0px 0px #eaeaea;
	-webkit-box-shadow: 4px 4px 0px 0px #eaeaea;
	box-shadow: 4px 4px 0px 0px #eaeaea;
	margin-bottom:20px;
}
.pro_img {
	float:left;
	width:43%;
}
.pro_info {
	float:right;
	width:50%;
}
.pro_info h3{ color:#0069b3; margin-top:0;}
.pro_info p{ height:110px; line-height:24px; overflow:hidden; padding:35px 20px 0 35px;}
.pro_info p a{color:#333333;}
@media screen and (max-width:991px) {
	.pro_img, .pro_info{ width:100%;}
}
@media screen and (max-width:500px) {
.pro_info h3{ margin-top:15px;}
.pro_info p{ padding-top:15px;}

}


/*新闻*/
.news{padding:10px 0 40px; overflow:hidden;}
.ind-news-main{}
.ind-news-img{float: left;width: 575px;height: 390px;overflow: hidden;}
.ind-news-img-ul{}
.ind-news-img-li{display: none;}
.ind-news-img-li:first-child{display: block;}
.ind-news-img-li img{display: block;width: 100%;}
.ind-news-desc{float: right;width: 580px;}
.ind-news-ul{}
.ind-news-li{margin-bottom: 15px;}
.ind-news-li-a{display: block;background-color: #ececec;color: #666666;}
.ind-news-li-time{position:relative;padding:9px 20px;float: left;width:20%;box-sizing: border-box;font-family: arial; text-align:center; font-size:16px; }
.ind-news-li-time:after{content: '';position: absolute;right: 0;top: 20%;height: 60%;width: 1px;}
.ind-news-li-time:before{content: '';position: absolute;left: -6px;top: 50%;margin-top: -6px;display:none;width: 0;height: 0;border-right: 6px solid #0069b3;border-top: 6px solid transparent;border-bottom: 6px solid transparent;}
.ind-news-li-time-a{font-size: 24px;}
.ind-news-li-desc{padding:10px;float: left;width:80%;}
.ind-news-li-tit{line-height: 30px;color: #333333;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; font-size:18px;}
.ind-news-li-p{height:28px;font-size: 14px;line-height: 28px;display: -webkit-box !important;overflow: hidden;text-overflow: ellipsis;word-break: break-all;-webkit-box-orient: vertical;-webkit-line-clamp: 2;}
.ind-news-li.active .ind-news-li-a{background-color: #0069b3;color: #fff;}
.ind-news-li.active .ind-news-li-time{border-color: transparent;}
.ind-news-li.active .ind-news-li-tit{color: #fff;}
.ind-news-li.active .ind-news-li-time:before{display: block;}
.ind-news-li.active .ind-news-li-time:after{display: none;}
.ind-news-li-a:hover .ind-news-li-time:after{display: none;}
@media screen and (max-width: 1200px) {
	.ind-news-img{width: 49%;}
	.ind-news-desc{width: 49%;}
	.ind-news-li{margin-bottom: 10px;}
	.ind-news-li.active .ind-news-li-time{background-color: transparent;}
	.ind-news-li.active .ind-news-li-tit{color: #fff;}
	.ind-news-li.active .ind-news-li-time:before{display: none;}

}
@media screen and (max-width: 991px){
	.ind-news-img{width: 100%; height:auto}
	.ind-news-desc{width: 100%;}
	.ind-news-li.active .ind-news-li-time:after{display: block;}
		.ind-news-li-time{padding: 20px 10px;width: 85px;}
	.ind-news-li-desc{width: 70%;box-sizing: border-box;}

	}

/*在线商城*/
.store {
	padding:10px 0 50px;
	background:url(../images/bg_2.jpg) repeat;
}
.store_info{ margin-top:20px;}
.store_info li{ width:32%; padding:1%; float:left;}

@media screen and (max-width: 991px){
	.store_info li{ width:98%; padding:1%; text-align:center; background:#c10001; margin-bottom:10px;}
}



/*footer*/
.footer {}
.ft-mid {
  padding: 32px 0 50px;
  border-top: 3px solid #0069b3;
}
@media screen and (max-width: 1000px) {
  .ft-mid {
    background: #0874b9;
    color: #fff;
    position: relative;
    padding: 20px 0 0 0;
  }
}

.ft-nav {
  float: left;
}
.ft-nav dl {
  float: left;
  margin-right:80px;
}
.ft-nav dt a {
  color: #333333;
  font-weight:normal;
}
.ft-nav dd {
  line-height: 30px;
  display: block;
}
@media screen and (max-width: 1000px) {
	.ft-nav{ width:100%; text-align:center; float:none;}
  .ft-nav dl {
    margin-right: 6px;
	margin-bottom:0;
  }
    .ft-nav dt a {
    color: #fff;
	font-size:16px;
  }

    .ft-nav dd {
    display: none;
  }

}
@media screen and (min-width: 541px) {
  .ft-nav dl {
    min-width: 64px;
  }
}
.ft-nav dt {
  font-size: 18px;
  margin-bottom: 12px;
}
@media screen and (max-width: 540px) {
  .ft-nav dt {
    font-size: 12px;
  }
}

.ft-nav dd a {
  color: #999;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
}
.ft-nav dd a:hover {
  color: #0069b3;
  -moz-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease;
  -webkit-transition-delay: 0s;
  transition: all 0.3s ease 0s;
  text-decoration:none;
}

.ft-qr {
  width: 162px;
  height: 162px;
  display: block;
}

.ft-tel {
  font-size: 16px;
  float: right;
}
@media screen and (max-width: 1000px) {
  .ft-tel {
	  display:none
  }
}

.ft-bt {
  background-color: #0874b9;
  color: #fff;
  padding: 25px 0;
  line-height: 20px;
  text-align:center;
}
@media screen and (max-width: 1000px) {
  .ft-bt {
    padding: 10px 0;
  }
}
.ft-bt a {
  color: #fff;
}



/*内页*/
.ny_position{ padding:20px 0; height:76px; line-height:36px; color:#858585;}
.ny_position a{ color:#858585;}
.ny_position a:hover{ text-decoration:none;}
.col_menu{ height:70px; background:url(../images/col_menu1.jpg) top repeat-x; padding:0 15px 1px}
.col_title{ font-size:30px; color:#0069b3; text-transform:uppercase; line-height:70px; float:left;}
.col_menu1{ float:right;}
.col_menu1 li{ float:left;}
.col_menu1 li a{ padding:0 20px; line-height:70px; color:#333; display:block;}
.col_menu1 li a:hover,.col_menu1 li a.current{ background:#ffffff; color:#0069b3; border-top:3px solid #0069b3; text-decoration:none;}

@media screen and (max-width: 991px) {
.col_menu{ height:auto; background:none; padding:0 0px 20px}
.col_title{ float:none; width:100%;}
.col_menu1{ float:none;width:100%;}
.col_menu1 li{ width:100%; background:url(../images/col_menu1.jpg) top repeat-x; height:70px; padding:0 15px 1px}
.col_menu1 li a{ line-height:70px; color:#333; display:block;}
.col_menu1 li a:hover,.col_menu1 li a.current{ background:#ffffff; color:#0069b3; border-top:3px solid #0069b3; text-decoration:none;}

}

.content{ padding:30px 0 50px; width:100%;}
@media screen and (max-width: 991px) {

	.about img{ width:100%;}
}



/*荣誉*/
.honor_ul {
	padding: 5% 0px;
}
.honor_ul li {
	width: 23%;
	margin: 0px 1% 2%;
	float: left;
}
.honor_ul li .pic {
	position: relative;
	border: 1px solid #c5c5c5;
	box-shadow: 2px 2px 2px #e6f0f8;
}
.honor_ul li .pic img {
	padding: 3px;
}
.honor_ul li .pic i {
	display: block;
	padding-bottom: 68.80733944954129%;
}
.honor_ul li p {
	font-size: 13px;
	line-height: 30px;
	height: 30px;
	width: 100%;
	overflow: hidden;
	text-align: center;
	margin-top: 10px;
}
@media (max-width: 786px) {
 .honor_ul li {
 width: 46%;
 margin: 0px 2%;
}
}
/*产品*/
.sub_nav{ width:20%; float:left; height:auto;}
.sub_nav ul li{height:50px;line-height:50px;white-space:nowrap;-webkit-tap-highlight-color:rgba(0,0,0,0.3);overflow:hidden; border-bottom:1px dotted #dcdcdc; text-align:left;background: url(../images/sub_navli.jpg) 24px center no-repeat;}
.sub_nav ul li a{display:block;font-size:14px;color:#333333; padding-left:50px;}
.sub_nav ul li a:hover,.sub_nav ul li.on{color:#ffffff;background:#0069b3 url(../images/sub_navlih.jpg) 24px center no-repeat; border:none;}
.sub_nav ul li.on a{color:#ffffff;}

.page_right{ float:right; width:78%;}

@media (max-width: 991px) {
	.sub_nav, .page_right{ width:100%; float:none;}
	.sub_nav{ height:200px; overflow:auto;}
}


.pro_ul {
	overflow: hidden;
}
.pro_ul li {
	width: 29.4%;
	float: left;
	margin-right: 5.9%;
	position: relative;
	cursor: pointer;
	padding-top: 20px;
}
.pro_ul li .pic {
	position: relative;
	overflow: hidden;
}
.pro_ul li .pic i {
	display: block;
	padding-bottom: 70%;
}
.vcenter {
	bottom: 0;
	display: block;
	left: 0;
	margin: auto;
	max-height: 100%;
	max-width: 100%;
	position: absolute;
	right: 0;
	top: 0;
	vertical-align: middle;
}
.pro_ul li .pic .zhe_a {
	background: url(../images/hover_bg_a.png);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	display: none;
}
.pro_ul li:nth-child(3n+3) {
 margin-right: 0px;
}
.pro_ul li:nth-child(3n+3):after {
 display: none;
}
.pro_ul li:after {
	content: "";
	border-right: 1px dashed #ccc;
	height: 100%;
	position: absolute;
	top: 0px;
	right: -9.95%;
}
.pro_ul li:before {
	content: "";
	border-bottom: 1px dashed #ccc;
	width: 120%;
	position: absolute;
	bottom: 0px;
	left: 0px;
}
.pro_ul li .text {
	padding: 3% 0px 20%;
}
.pro_ul li .text h4 {
	color: #606a71;
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	width: 98%;
	overflow: hidden;
}
.pro_ul li .text span {
	height: 1px;
	background: #c9c9c9;
	width: 104px;
	display: block;
	vertical-align: top;
	margin: 15px 0px 20px;
	width: 37%;
}
.pro_ul li .text .more {
	background: #999999;
	color: #fff;
	font-size: 12px;
	font-family: arial;
	width: 75px;
	display: block;
	height: 28px;
	line-height: 28px;
	border: 1px solid #8c8c8c;
	position: relative;
	text-align: center;
}
.pro_ul li .text .more:after {
	width: 71px;
	height: 24px;
	border: 1px solid #adadad;
	content: "";
	position: absolute;
	top: 1px;
	left: 1px;
}
.pro_ul li a:hover .pic .zhe_a {
	display: block;
}
.pro_ul li a:hover .text span {
	background: #0069b3;
}
.pro_ul li a:hover .text .more {
	background: #0069b3;
	border: 1px solid #0069b3;
}
.pro_ul li a:hover .text .more:after {
	border: 1px solid #0069b3;
}
@media (max-width: 640px) {
 .pro_ul li {
 width: 48%;
 margin-right: 4%;
}
 .pro_ul li:nth-child(3n+3) {
 margin-right: 4%;
}
 .pro_ul li:nth-child(3n+3):after {
 display: block;
}
 .pro_ul li:nth-child(2n+2) {
 margin-right: 0px;
}
 .pro_ul li:nth-child(2n+2):after {
 display: none;
}
 .pro_ul li:after {
 content: "";
 border-right: 1px dashed #ccc;
 height: 100%;
 position: absolute;
 top: 0px;
 right: -3.95%;
}
}

.pro_show {
	width:100%;
}
.pro_show1{ height:70px; line-height:40px; font-size:24px; color:#333; text-align:center; padding:15px 0;}
.pro_show2{ width:80%; text-align:center; margin:0 auto;}
.pro_show2 img{ max-width:100%;}
.pro_show3{ padding:20px 0;}
.pro_show3a{ border-bottom:2px solid #dfdfdf; margin:35px 15px 0;}
.pro_show3a span{ width:120px; line-height:38px; background:#0069b3; color:#FFF; height:38px; display:block; text-align:center;}
.pro_show3b{ line-height:30px; padding:25px 15px;}
@media (max-width: 992px) {
.pro_show3b img {
width:100%;
}
}

/*新闻*/
.news_list {
	width:100%;
	padding-top:17px;
}
.news_list dl {
	width:100%;
	padding:20px 0;
	border-bottom:1px dashed #CCC;
}
.news_list dl a {
	display:block;
}
.news_list dl dt {
	width:33.33%;
	float:left;
	vertical-align:top;
	overflow:hidden
}
.news_list dl dt img {
	width:100%;
transition: 0.3s;
}
.news_list dl dd {
	width:64%;
	float:left;
	margin-left:2%;
}
.news_list dl dd .title {
	width:100%;
	height:34px;
	line-height:34px;
	white-space:nowrap;
	overflow:hidden;
	text-overflow:ellipsis;
	font-size:18px;
	color:#2c2c2c
}
.news_list dl dd .des {
	width:100%;
	height:106px;
	font-size:14px;
	color:#555555;
	line-height:24px;
	overflow:hidden;
	padding:10px 0 0;
}
.news_list dl dd .time {
	width:100%;
	height:30px;
	line-height:30px;
	font-size:14px;
	color:#888;
	padding:20px 0;
}
.news_list dl a:hover .title {
	color:#0054a6;
}
.news_list dl a:hover img {
  transform: scale(1.1);
}

@media screen and (max-width: 991px) {
 .news_list dl dt {
width:30%;
float:left;
vertical-align:top;
overflow:hidden
}
.news_list dl dd {
width:68%;
float:left;
margin-left:2%;
}
}
@media screen and (max-width: 599px) {
.news_list dl dd {
width:100%;
}
.news_list dl dt, .news_list dl dt img {
width:100%;
height:224px;
}
}
/*新闻详细*/
.news_show .top_show {
	text-align: center;
	border-bottom: 1px dashed #dfdfdf;
	padding-bottom: 15px;
	margin-bottom: 10px;
}
.news_show .top_show h3 {
	color: #333333;
	font-size: 20px;
	line-height: 30px;
	overflow: hidden;
	width: 100%;
}
.news_show .top_show p {
	font-size: 12px;
	color: #ababab;
	height: 24px;
	line-height: 24px;
	overflow: hidden;
	width: 100%;
	margin: 10px 0px;
}
.news_show p {
	color: #666666;
	line-height: 24px;
}
@media (max-width: 992px) {
.news_show img {
width:100%;
}
}


/*联系我们*/
.contact{ width:100%; overflow:hidden;}
.cotact1{ width:50%; float:left; line-height:30px; color:#333; padding:20px 0;}
.contact2 div{ width:25%; margin:0 3%; border:1px solid #e8e8e8; text-align:center; font-size:14px; color:#333; float:left; padding:40px 0; cursor:pointer;}
.contact2 div h4{ font-weight:bold; margin-bottom:30px;}
.contact2 div:hover{ background: #0069b3; border:1px solid #7e632e; color:#FFF}
@media (max-width: 1199px) {
	.contact2 div{ width:99%; margin:0;}
}

.video{ width:80%; margin:0 auto; text-align:center;}
/*分页*/
.pageing {
  text-align: center;
  padding: 4% 0px;
}
.pageing a {
  border: 1px solid #e8e8e8;
  background: #f8f8f8;
  color: #898989;
  font-size: 12px;
  font-family: arial;
  padding: 5px 10px;
  margin-bottom: 10px;
  display: inline-block;
}
.pageing a:hover {
  background: #0069b3;
  color: #fff;
}
.pageing .active {
  background: #0054a6;
  color: #fff;
}