@charset "utf-8";
/* CSS Document */
body{min-width:1200px;font-size: 12px;overflow-x:hidden;line-height:1.333;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td,hr{margin:0;padding:0;font-family:'microsoft yahei';}
h1,h2,h3,h4,h5,h6{font-size:100%;font-family:arial,'hiragino sans gb','microsoft yahei','Simsun',sans-serif}
li{list-style:none}
a{text-decoration:none}

.head-v3{position:relative;z-index:100;min-width:1200px}
.logo{
	width: 250px;
	float: left;
	margin-left: 150px;
	margin-top: 6px;
	margin-bottom: 7px;
}
.head-v3 .navigation-inner{
	margin: 0 auto;
	width: 800px;
	position: relative
}
.navigation-up{height:73px}
.navigation-up .navigation-v3{float:left}
.navigation-up .navigation-v3 ul{
	float: left;
	width: 800px;
}
.navigation-up .navigation-v3 li{
	float: left;
	font: bold 16px/59px "microsoft yahei";
	width: 120px;
	margin-top: 6px;
	margin-right: 5px;
	margin-bottom: 7px;
	margin-left: 6px;
	text-align: center;
}
.navigation-up .navigation-v3 .nav-up-selected{
	background: none;
	width: 120px;
	margin-top: 6px;
	margin-right: 5px;
	margin-bottom: 7px;
	margin-left: 6px;
	text-align: center;
}
.navigation-up .navigation-v3 .nav-up-selected-inpage{
	background: none;
	width: 120px;
	margin-top: 6px;
	margin-right: 5px;
	margin-bottom: 7px;
	margin-left: 6px;
	text-align: center;
}
.navigation-v3 li a{
	padding: 0 25px;
	color: #686868;
	display: block;
	text-align: center;
}
.navigation-v3 li a:after{
	content: "";
	display: block;
	position: relative;
	left: 50%;
	right: 50%;
	bottom: 5px;
	height: 3px;
	opacity: 0;
	background-color: #dc6103;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	-ms-transition: all .5s;
	transition: all .5s;
}
.navigation-v3 li a:hover{color:#f3782a;}
.navigation-v3 li a:hover:after{left: 1%;right: 1%;opacity: 1;-webkit-transition: all .5s;-o-transition: all .5s;-ms-transition: all .5s;transition: all .5s;}
.navigation-v3 a#sel{border-bottom:3px solid #f3782a;color:#f3782a;}
.navigation-v3 a#sel:hover:after{opacity: 0;}

.navigation-down{position:absolute;top:73px;left:0px;width:100%}
.navigation-down .nav-down-menu{width:100%;margin:0;background-color:#f5f5f5;position:absolute;top:0px}
.navigation-down .nav-down-menu .navigation-down-inner{margin:auto;width:1200px;position:relative}
.navigation-down .nav-down-menu dl{float:left;margin:18px 80px 18px 0}
.navigation-down .menu-1 dl{margin:20px 80px 25px 0}
.navigation-down .menu-1 dt{font:normal 16px "microsoft yahei";color:#333333;padding-bottom:10px;border-bottom:1px solid #b3b3b3;margin-bottom:10px}
.navigation-down .menu-1 dd a{color:#686868;font:normal 14px/30px "microsoft yahei"}
.navigation-down .menu-1 dd a:hover{color:#f3782a}
.navigation-down .menu-2 dd a,.navigation-down .menu-3 dd a{color:#686868;font:normal 16px "microsoft yahei"}

.apple-banner {
	width: 100%;
	height: 468px;
	overflow: hidden;
}
.apple-banner .swiper-container {
	margin-top: -40px;
	width: 100%;
	height: 500px;
}
.swiper-button-prev,.swiper-button-next{
	width: 15%;
	height: 100%;
	top:0;
	background:none;
	}
.swiper-button-prev{
	left:0;}	
.swiper-button-next{
	right:0;}	
.swiper-button-prev span,.swiper-button-next span{
	display:block;
	width: 64px;
	height: 64px;
	position: absolute;
	left: 20px;
	top: 50%;
	margin-top:-32px;
	border-radius: 100%;
	background: rgba(180,180,180,0.25) url(../img/arrows.png) no-repeat center 17px;
	opacity: 0;
	-webkit-transition: opacity 0.5s ease;
	transition: opacity 0.5s ease;
}
.swiper-button-next span{
	background: rgba(180,180,180,0.25) url(../img/arrows.png) no-repeat center -71px;
	left:auto;
	right:20px;
	}
.swiper-button-prev:hover span,.swiper-button-next:hover span{
	opacity: .6;
}
/*分页器*/
.apple-banner .swiper-pagination{
	top:auto;
	bottom:50px;
	background:none;
}
.apple-banner  .swiper-pagination-bullet {
	display: inline-block;
	width: 50px;
	height: 30px;
	margin: 0 3px;
	cursor: pointer;
	background: none;
	border-radius:0;
	opacity: 1;
}
.apple-banner  .swiper-pagination-bullet span {
	width: 50px;
	height: 2px;
	display: block;
	background: rgba(128,128,128,0.2);
}
.apple-banner .swiper-pagination-bullet-active span{
    background:gray;
}
.apple-banner .autoplay .swiper-pagination-bullet-active span{
    background: rgba(128,128,128,0.2);
}
.apple-banner  .swiper-pagination-bullet i{
	background: gray;
	height: 2px;
	transform:scaleX(0);
	transform-origin: 0;
	display: block;
}
.apple-banner .autoplay .firsrCurrent i{
	transition:transform 2.9s linear;
	transform:scaleX(1);
}
.apple-banner .autoplay .current i{
	transition:transform 4s linear;
	transform:scaleX(1);
}
.apple-banner  .autoplay .replace span{
  background:gray;
}
/*内容样式*/

.slide1 {
	background: #fff url(../img/banner1.png) no-repeat center 100%;
	background-size: auto 100%;
}

.slide1 .title {
	text-align: center;
	margin-top: 100px;
	font-size: 30px;
	font-weight: normal;
	color: #fff;
}

.slide2 {
	background: #fff url(../img/banner2.png) no-repeat center 100%;
	background-size: auto 100%;
}

.slide2 .title {
	padding-top: 100px;
	text-align: center;
}

.slide3 {
	background: #fff url(../img/banner3.png) no-repeat center 100%;
	background-size: auto 100%;
}

.slide3 .title {
	text-align: center;
	margin-top: 100px;
	font-size: 40px;
	font-weight: normal;
}


footer {
	background-color: #f4f4f4;
	width: 100%; /*展开footer宽度*/
	height: 40px; /*设定footer高度*/
	line-height: 40px;
	margin: 0;
	bottom: 0;
    padding: 0 10px;
    min-height: 1px;
	text-align: center;
    position: absolute; /*设定footer绝对位置在底部*/
}
