/*
 * Swiper 2.7.0
 * Mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/sliders/swiper/
 *
 * Copyright 2010-2014, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under GPL & MIT
 *
 * Released on: August 30, 2014
*/
/* ===============================================================
Basic Swiper Styles 
================================================================*/
.swiper-container {
	width:100%;
	height:490px;
	margin:0 auto;
	position:relative;
	overflow:hidden;
	-webkit-backface-visibility:hidden;
	-moz-backface-visibility:hidden;
	-ms-backface-visibility:hidden;
	-o-backface-visibility:hidden;
	backface-visibility:hidden;
	/* Fix of Webkit flickering */
	z-index:1;
	margin-bottom: 10px;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	-webkit-transition-property:-webkit-transform, left, top;
	-webkit-transition-duration:0s;
	-webkit-transform:translate3d(0px,0,0);
	-webkit-transition-timing-function:ease;
	
	-moz-transition-property:-moz-transform, left, top;
	-moz-transition-duration:0s;
	-moz-transform:translate3d(0px,0,0);
	-moz-transition-timing-function:ease;
	
	-o-transition-property:-o-transform, left, top;
	-o-transition-duration:0s;
	-o-transform:translate3d(0px,0,0);
	-o-transition-timing-function:ease;
	-o-transform:translate(0px,0px);
	
	-ms-transition-property:-ms-transform, left, top;
	-ms-transition-duration:0s;
	-ms-transform:translate3d(0px,0,0);
	-ms-transition-timing-function:ease;
	
	transition-property:transform, left, top;
	transition-duration:0s;
	transform:translate3d(0px,0,0);
	transition-timing-function:ease;

	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.swiper-free-mode > .swiper-wrapper {
	-webkit-transition-timing-function: ease-out;
	-moz-transition-timing-function: ease-out;
	-ms-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	margin: 0 auto;
}
.swiper-slide {
	float: left;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
	-ms-touch-action: pan-y;
}
.swiper-wp8-vertical {
	-ms-touch-action: pan-x;
}
.pagination {
  position:absolute;
  z-index:20;
  bottom:145px;
  right:0;
}
.swiper-pagination-switch {
  display:inline-block;
  width:14px;
  height:14px;
  border-radius:50%;
  background: #959595;
  margin:0 5px;
  opacity:1;
  cursor:pointer;
}
.swiper-active-switch {
  background: #0092d7;
}
.pagination-mina{
	width:1200px !important;
	margin:0 auto;
	position:relative;
}
.swiper-container .swiper-slide {
	width:1920px;
	height:477px !important;
}
.swiper-slide-1{background:url(/skin/images/1.jpg) center;}
.swiper-slide-2{background:url(/skin/images/2.jpg) center;}
.swiper-slide-3{background:url(/skin/images/3.jpg) center;}










/*颜色*/
.header {background: #000;}
.header-col-1 {border-bottom: 1px solid #666;}
.header-col-2 {border-top:1px solid #000;background: #000;}
.header-col-3 {background: #333;}
#form-text {background: #000;color: #fff;}
.pagination-li1 {background:#000;}
.pagination-li2 {background: #e60012;}
.pagination-li3{color:#e60012;}

.nav {background: #000;}.nav-p2 {color: #fff;}
.nav-ul li:nth-child(odd) {background: #e60012;}
.nav-ul li {border-right: 1px solid #e60012;}
.tab{border-top:1px solid #333;background:#333;}
.tabbox_h1 { background: #333}
.tab a.on {background:#000;}
.tab a { background: #000;border-bottom: 1px solid #666;border-right: 1px solid #666;}

.mian_3 {background:#000;}
.mian_5{background:#000;}

.mian_5_t .mian_5_ts1 {background: #e60012}

.mian_6_ul ul li a:hover{border:5px solid #000;}
.mian_6_ul ul li a:hover .mian_6_txt{background:#000;}
p.hmstyle{color:#e60012;}
.mian_9_d2 {background: #000;}
.mian_9_wv a.ona { background: #000;}
.mian_9_wxt h1 {color: #e60012;}
.mian_9_w {background: #000;}

.mian_11_nav p a:hover {background: #e60012;}
.mian_11_nav {background: #000;border-bottom: 1px solid #333;}
.mian_11 {background: #111;}
.mian_11_np {border-bottom: 1px solid #666}
.mian_11_np a {border-left: 1px solid #666;}

.mian_11_nav32 a {background: #e60012;}
.mian_11_nav32 a:hover {background: #eb7f88;}


.tab_ny a:hover{background:#e60012 url(../images/arw.png) no-repeat;}
.tabboxny_h1{height:125px;background:#000 url(../images/n1.png);}
.tabny_1{width:230px;background:#000;}
.tab_ny{border-top:1px solid #fff;float:left;width:230px;background:#000;}
.tab_ny a{width:115px;height:60px;background:#000 url(../images/ar.png) no-repeat;border-bottom: 1px solid #fff;
    border-right: 1px solid #fff;}
.tab_ny a.on{background:#000 url(../images/arw.png) no-repeat;}


	/*分页*/
.pagestyle{margin:10px 0;}
.pagestyle a{border:1px #e60012 solid;color:#e60012;padding: 0 4px;margin:0 5px;width: 90px;}
.pagestyle .current{background: #e60012;color:#fff;padding: 0 4px;margin:0 5px;}
.next,.prev,.arrow-left,.arrow-right{z-index:5;cursor:pointer;width:26px;;height:26px;line-height:28px;text-align:center;display:inline-block;}

.clear{clear:both;}

.an2roll{width:1200px;height:340px;margin:15px auto;position:relative;padding-top:30px;overflow:hidden;}
.an2roll .prev,.an2roll .next{width:40px;height:200px;position:absolute;top:48px;z-index:100; cursor:pointer; background:url("../images/leftri.png") 0 0 no-repeat;}
.an2roll .next{left:auto; right:0; background-position:-42px 0;}
.an2roll .scrollWrap{width:1200x;padding-top:15px;overflow:hidden;position:absolute;}
.an2roll dl{float:left;height: 258px;text-align:center;margin-right:69px;background-color:#f2f5f5;color:#484848;}
.an2roll dt{margin:0 auto;width:228px;height:169px;background-color:#fff; overflow:hidden;padding:1px;}
.an2roll dt img{display:block;width:228px;height:169px;margin:0 auto;}
.an2roll dd{width:228px;height:60px;line-height: 20px;}
.an2roll dl a{border: 5px solid #fff;display: block;}.an2roll dl a:hover {border: 5px solid #000;}
.an2roll dl:hover,.mian_6_txt h2:hover{background-color:#000;color:#fff;}

.mian_6_tx{width:228px;height:169px;  overflow : hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
.mian_6_txt{padding:20px;height:60px;display:block; }
.mian_6_txt h2{font-size:16px;}
.mian_6_txt p{font-size:14px;color:#8e8e8e; height: 20px;overflow: hidden;}
.mian_6_txt span{color:#000;font-size:12px;position:absolute;bottom:25px;}


.focus{width:213px;height:153px;position:relative;}
.focus #pic{width:213px;height:153px;}
.focus #pic ul{width:1216px;height:153px;float:left;}
.focus #pic li{width:213px;height:153px;float:left;}
.focus #pic li img{width:213px;height:153px;float:left;}
.focus .btn{width:80px;height:40px;z-index:14;position: absolute;right:0;}
.focus .btn ul{width:100%;float:left;margin-top: 10px;}
.focus .btn li{width:40px;height:30px;float:left;display:inline;cursor:pointer;overflow:hidden;color:#fff;background:#eee;}
.focus .btn li:hover{color:#000;background:#ccc;}



