body.wfEditorMode a.wfEditorMode{margin-top: 0}
.fss-wrapper{position: absolute;z-index: 0;}

#pageWraper {
	position: relative;
	width: 100%;
}
.home-index{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.home-index-con{
   width: 100%;
	height: 100%;
    position: relative;
}
.inside_con{ padding:10px; min-height:400px;}
.home-index-bg{
    width: 1920px;
    height: 1080px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -960px;
    margin-top: -540px;
}
.home-index-video{
	position: absolute;
	width: 100%;height: 100%;
}
.home-index-film{
	position: absolute;top:0;left:0;width: 100%;height: 100%;background: url("../images/film.png");z-index: 20;
}
.home-index-text{position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;}
.home-index-text .fr {
	padding-top: 34px;
}
.select_box{margin: 20px 0; height: 16px;}
.wf_select {
	position: absolute;
	right: 0;
	width: 74px;
	color: #fff;
	line-height: 26px;
	z-index: 10;
	cursor: pointer;
}
.wf_select2 {
	position: absolute;
	width: 74px;
	color: #333;
	line-height: 26px;
}
.wf_select:hover:after {
	background: url(../images/arrow_u.png) no-repeat center;
}
.wf_select2:hover:after{ background: url(../images/arrow_u_b.png) no-repeat center;}
.wf_select:after {
	content: '';
	display: block;
	position: absolute;
	top: 6px;
	right: 10px;
	width: 14px;
	height: 14px;
	background: url(../images/arrow_d.png) no-repeat center;
	-webkit-transition: all ease-in 0.2s;
	-moz-transition: all ease-in 0.2s;
	-ms-transition: all ease-in 0.2s;
	-o-transition: all ease-in 0.2s;
	transition: all ease-in 0.2s;
}
.wf_select2:after{background: url(../images/arrow_d_b.png) no-repeat center;}
.wf_select span {
	padding-left: 6px;
}

.wf_select:hover p {
	height: 66px;
	border-width: 1px;
}
.wf_select2:hover p {
	border-color:#333;
}
.wf_select p {
	overflow: hidden;
	border: 0 solid #fff;background-color: #fff;
	height: 0;
	padding-left: 6px;
	-webkit-transition: all ease-in 0.5s;
	-moz-transition: all ease-in 0.5s;
	-ms-transition: all ease-in 0.5s;
	-o-transition: all ease-in 0.5s;
	transition: all ease-in 0.5s;
}
.wf_select p a {
	color: #fff;
}
.wf_select2 p a{color: #333;}
.search{position: absolute;right: 80px;}
.search input{width:0;height: 26px;border:none;outline: none;background:url(../images/search.png) no-repeat right center;cursor:pointer;padding: 0 15px;}
.search input:focus{border:1px solid #333;height: 24px;width: 160px;padding: 0 20px 0 10px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	border-radius:5px;}
.home-index-text .full_info {
	position: absolute;
	width: 650px;
	top: 50%;
	margin-top: -220px;
	left: 50%;
	margin-left: -325px;
	text-align: center;
}

.home-index-text .full_logo {
	position: relative;
	width: 264px;
	height: 98px;
	margin: 0 auto;
	
}

.full_info .full_logo:after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #d8271c;
}

.full_info h2 {
	font-size: 40px;
	line-height: 100%;
	margin-top: 20px;
        color: #fff;
}

.full_info h4 {
	font-size: 20px;
	line-height: 100%;
	margin-top: 42px;
        color: #fff;
}

.home-index-text .info_more {
	position: absolute;
	margin: 0;
	width: 198px;
	height: 44px;
	line-height: 44px;
	border: 2px solid #fff;
	text-align: center;
	top: 65%;
	left: 50%;
	margin-left: -99px;
}


/*.full_info .info_more:after{
	content: '';display: block;width:14px;height: 14px;background:url(../images/arrow_rt.png) no-repeat center;
}*/

.info_more a {
	color: #fff;
	display: block;
	height: 100%;
}
.home-index-text .page-cen .fr{
    float: right;
}
.home-index-text .mouse_next {
	position: absolute;
	top: 86%;
	left: 50%;
	width: 30px;
	margin-left: -22px;
	height: 60px;
	cursor:pointer;
	background: url(../images/mouse_next.png) no-repeat center;
	-webkit-transition: all ease-in 0.5s;
	-moz-transition: all ease-in 0.5s;
	-ms-transition: all ease-in 0.5s;
	-o-transition: all ease-in 0.5s;
	transition: all ease-in 0.5s;
	-webkit-animation: arrowlx 1.5s infinite;
	-moz-animation: arrowlx 1.5s infinite;
	-o-animation: arrowlx 1.5s infinite;
	-ms-animation: arrowlx 1.5s infinite;
	animation: arrowlx 1.5s infinite;
}


@-webkit-keyframes arrowlx {
	0% {
		top: 82%;
		opacity: 1;
	}
	100% {
		top: 83%;
		opacity: 0;
	}
}

@-moz-keyframes arrowlx {
	0% {
		top: 82%;
		opacity: 1;
	}
	100% {
		top: 84%;
		opacity: 0;
	}
}

@-ms-keyframes arrowlx {
	0% {
		top: 82%;
		opacity: 1;
	}
	100% {
		top: 83%;
		opacity: 0;
	}
}

@-o-keyframes arrowlx {
	0% {
		top: 82%;
		opacity: 1;
	}
	100% {
		top: 83%;
		opacity: 0;
	}
}

@keyframes arrowlx
/* Safari 和 Chrome */

{
	0% {
		top: 82%;
		opacity: 1;
	}
	100% {
		top: 83%;
		opacity: 0;
	}
}
.home-banner {
	width: 100%;
	position: relative;
	overflow: hidden;
	height: auto !important;
}
.home-banner .banner{
	margin-top:100px;
}
.banner-slider{
	position: relative;
    /*
	left: 50%;margin-left: -960px;
	width: 1920px;
    */
	width: 100%;

}
.banner-slider ul{height: 100%;}
.pagination{position: absolute;right: 20px;height: 200px;top:50%;text-align: center;z-index: 99;}
.pagination a span{display: none;}
.pagination a{display:block;width: 12px;height: 12px;margin:6px;
	background: url("../images/pagination.png") no-repeat top;}
.pagination a.selected{background-position: bottom;}
/*.pagination a{display: block;color:#fff;font-size: 18px;line-height: 40px;font-weight: 500;position: relative;text-align: center;width: 60px;}*/
/*.pagination a.selected:after{*/
	/*content: '';*/
	/*width: 100%;height: 1px;background-color:#fff;position: absolute;top:50%;left: 0;z-index: 10;*/
/*}*/
.banner-slider li{
	width: 100%;
	height: 100%;
    float: left;
    position: relative;
	overflow: hidden;
}
.banner-slider li .ban-pic{
	/**/
	position: relative;
	width: 100%;
	height:100%;
	/*top:0;left:0;bottom:0;right:0;margin: auto;*/
	/**/
    /*position: absolute;*/
   /* top: 50%;
    left: 50%;

    margin-left: -960px;
    margin-top: -440px;*/
}
.banner-slider li .ban-pic img{
	/*position: absolute;top:0;left:0;bottom:0;right:0;margin: auto; display: block;*/
	height: 100%;width: 100%;
	display: block;
}
/*.banner-slider li .ban-pic img{height: 100%;}*/
.banner-slider li .ban-text{
    position: absolute;
    z-index: 9;
    width: 100%;
    height: 400px;
	top:0;left: 0;bottom:0;right: 0;margin: auto;
    /*top: 50%;*/
    /*margin-top: -200px;*/
}

.banner-slider li .ban-text .slide_line {
	margin: 30px 0;
	width: 70px;
	height: 6px;
	background-color: #fff;
}
.banner-slider li .ban-text h3 {
	font-size: 34px;
	line-height: 100%;
	color: #fff;
}
.banner-slider li .ban-text h4 {
	margin-top: 14px;
	font-size: 28px;
	line-height: 100%;
	color: #fff;
}
.banner-slider li .ban-text p {
	margin-top: 4px;
	font-size: 24px;
	line-height: 38px;
	color: #fff;
}

.banner-slider li .ban-text .item {
	color: #fff;
	float: left;
	font-size: 15px;
	margin-right: 40px;
}

.banner-slider li .ban-text .item p {
	font-size: 18px;
}

.banner-slider li .ban-text .item span {
	font-size: 28px;
	font-weight: 600;
	color: #fff;
}
.banner-slider li .ban-text .info_more{
    margin-top: 60px;
}
.banner-slider li .ban-text .info_more a{
    display: block;
    width: 198px;
	height: 44px;
	line-height: 44px;
	border: 2px solid #fff;
	text-align: center;
        color: #fff;
}
.homeTechnique{
  
}
.homeTechnique ul{
	margin: 0 -24px;
}
.homeTechnique ul li{
    width: 21%;
    float: left;
	height: 220px;
	padding: 0 2%;
    margin-bottom: 60px;
	overflow: hidden;
}
.homeTechnique ul li .li-con{
    /*width: 90%;*/
}
.homeTechnique ul li .li-left{
	padding-top: 4px;
    float: left;
	width: 20%;
}
.homeTechnique ul li .li-left img{width: 100%;}
.homeTechnique ul li .li-right{
    float: right;
    width: 75%;
}
.homeTechnique ul li .li-right h3 {
	font-size: 14px;
	color: #333;
	line-height: 22px;
}

.homeTechnique ul li .li-right h4 {
	font-size: 12px;
	color: #ccc;
	line-height: 20px;
}

.homeTechnique ul li .li-right p {
	padding-top: 10px;
	font-size: 12px;
	color: #999;
	line-height: 32px;
	word-break: break-word;
}
.homeProduct{
    width: 100%;
}
.homeProduct ul li{
	position: relative;
    width: 33%;
	max-height: 530px;
    float: left;
	overflow: hidden;
	background-color: #012440;
}
.homeProduct ul li .pic{
	/*position: absolute;*/
}
.homeProduct ul li .bg-shaow{
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	-o-transition: all 0.8s;
	transition: all 0.8s;
	position: absolute;
	top:0;
	left:0;width: 100%;height: 100%;
	background:url(../images/bg_shadow.png);
}
.homeProduct ul li .text{
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s ;
	-ms-transition: all 0.8s ;
	-o-transition: all 0.8s ;
	transition: all 0.8s ;}
.homeProduct ul li:hover .text{opacity:0;}
.homeProduct ul li:hover .bg-shaow{opacity: 0}
.homeProduct ul li .pic img{
    width: 100%;
    display: block;
}
.homeProduct ul li .text{
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 66px;
    margin-top: -33px;
    text-align: center;
}
.homeProduct ul li .text img{
    display: inline-block;
}
.item-animate{
	-webkit-animation:rightIn 0.5s;
	-o-animation:rightIn 0.5s;
	animation:rightIn 0.5s;
}

@-webkit-keyframes rightIn {
  0% {
	  -webkit-transform: translateX(100px);
	  -moz-transform: translateX(100px);
	  -ms-transform: translateX(100px);
	  -o-transform: translateX(100px);
	  transform: translateX(100px);
	  opacity: 0;
}
	100%{
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@-moz-keyframes rightIn {
	0% {
		-webkit-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-ms-transform: translateX(100px);
		-o-transform: translateX(100px);
		transform: translateX(100px);
		opacity: 0;
	}
	100%{
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@-ms-keyframes rightIn {
	0% {
		-webkit-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-ms-transform: translateX(100px);
		-o-transform: translateX(100px);
		transform: translateX(100px);
		opacity: 0;
	}
	100%{
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@-o-keyframes rightIn {
	0% {
		-webkit-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-ms-transform: translateX(100px);
		-o-transform: translateX(100px);
		transform: translateX(100px);
		opacity: 0;
	}
	100%{
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}
@keyframes rightIn {
	0% {
		-webkit-transform: translateX(100px);
		-moz-transform: translateX(100px);
		-ms-transform: translateX(100px);
		-o-transform: translateX(100px);
		transform: translateX(100px);
		opacity: 0;
	}
	100%{
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		-o-transform: translateY(0);
		transform: translateY(0);
		opacity: 1;
	}
}

.homeNews-nav{
    margin-bottom: 30px;
    text-align: center;
}
.homeNews-nav a{
    display: inline;
    font-size: 17px;
    color: #000;
    padding-left: 30px;
}
.homeNews-nav a:hover,.homeNews-nav a.active{
    color: #0e70bb;
}
.homeNews-nav a.nav1{
    background: url(../images/news_icon11.png) left center no-repeat;
}
.homeNews-nav a.nav2{
    background: url(../images/news_icon21.png) left center no-repeat;
}
.homeNews-nav .active.nav1,.homeNews-nav a.nav1:hover{
    background: url(../images/news_icon12.png) left center no-repeat;
}
.homeNews-nav .active.nav2,.homeNews-nav a.nav2:hover{
    background: url(../images/news_icon22.png) left center no-repeat;
}
.homeNews-nav  span{
    padding: 0 15px;
}
.homeNews-text p{
      font-size: 13px;
    color: #666;
}
.homeNews-item{
	display: none; margin: 60px 0  100px 0;
}
.homeNews-item.active{display: block;}
.homeNews-item ul{
    margin-right: -40px;
}
.homeNews-item ul li{
    width: 25%;
	/*height: 440px;*/
	margin-bottom: 20px;
    float: left;
}
.homeNews-item ul li .li-con{
    width: 85%;
}
.homeNews-item ul li .li-pic{
    position: relative; min-height: 186px;
}
.homeNews-item ul li .li-pic img{
    width: 100%;
    display:block;
}
.homeNews-item ul li .time{
    width: 66px;
    height: 70px;
    position: absolute;
    top: 10px;
    left:10px;
    background: #0e70bb;
    text-align: center;
}
.homeNews-item ul li .time h2{
    font-size: 12px;
    color: #fff;
    line-height: 30px;
   border-bottom: 1px solid #fff;
   display: inline-block;
   padding: 0 10px;
}
.homeNews-item ul li .time p{
    font-size: 25px;
    color: #fff;
      line-height: 40px;
}
.homeNews-item ul li .li-title{
    margin: 15px 0; 
}
.homeNews-item ul li .li-title h2{
    font-size: 15px;
    color: #000000;
	height: 52px;overflow: hidden;
    font-weight: bold;
}
.homeNews-item ul li .li-text{
	height: 130px;overflow: hidden;
}
.homeNews-item ul li .li-text p{
    font-size: 13px;
    color: #666;
}
.homeNews-more{
    margin-top: 60px;
    text-align: center;
}
.homeNews-more a{
    font-size: 15px;
    border: 2px solid #bfbfbf;
    padding: 10px 30px;
}
.home-vision{

}
.home-vision-slider{position: relative;overflow: hidden;height: 690px;}
.home-vision-slider ul{
	width: 100%;height: 690px !important;
}
.home-vision-slider ul li{height:100%;position: relative;float: left;overflow: hidden;}
.home-vision-slider ul li .versionImage{width: 1920px;position: absolute;left: 50%;margin-left: -960px;height: 690px;top:0;}
.home-vision-slider ul li .versionImage img{width: 100%;}
.home-vision-slider ul li .homeVison{position: absolute;top:0;left:0;width: 100%;}
.version-pos{position: absolute;top:90%;width: 100%;text-align: center;}
.version-pos a span{display: none;}
.version-pos a{display: inline-block;width: 20px;height: 20px;margin: 0 6px;
	background: url("../images/quan1.png") no-repeat center;}
.version-pos a.selected{background: url("../images/quan2.png") no-repeat center;}
.homeVison-text{
    text-align: center;
}
.homeVison-text p{
    color: #fff;
}
.homeVison-icon{
    text-align: center;
    margin: 60px 0;
}
.homeVison-icon .icon{
    width: 137px;
    height: 137px;
    margin:  0 20px;
    background: url(../images/vison_quan.png) center no-repeat;
    display: inline-block;
	vertical-align: top;
}
.homeVison-icon .icon img{
    margin-top: 15px;
}
.homeVison-icon .icon p{
    color: #fff;
}
.homeVison-more{
  
    text-align: center;
}
.homeVison-more a{
    font-size: 15px;
    color: #fff;
    border: 2px solid #fff;
    padding: 10px 30px;
}
#section-footer{height: auto !important;}
.nobg p{background: none;}