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;
}
.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: 200px;
	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;}

.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: 215px;
	height: 58px;
	margin: 0 auto;
	background: url(../images/indexlogo.png) no-repeat center top;
}
.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;
}
.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 h2 {
	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: 281px;
    float: left;
	overflow: hidden;
	margin-right: 25px;
	height: 400px!important;
	background: #efeff7;
}
.homeProduct ul li:nth-child(4){margin-right: 0;}
.homeProduct ul li .pic{
	/*position: absolute;*/
	-webkit-transition: .5s ease;
    -moz-transition: .5s ease;
}
.homeProduct ul li:hover{background: #1ea3e5;}
.homeProduct ul li:hover .pic{
    -webkit-transform: rotatey(360deg);
    -moz-transform: rotatey(360deg);
}
.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 .bg-shaow{opacity: 0}
.homeProduct ul li .pic img{
    width: 100%;
    display: block;
}
.homeProduct ul li .text{
    width: 270px;
    height: 120px;
    text-align: center;
	padding: 0 6px;
	padding-bottom: 10px;
}
.homeProduct ul li .text .text-logo{color:#000;font-size:16px;line-height: 30px;}
.homeProduct ul li:hover .text .text-logo{color:#fff;}
.homeProduct ul li .text .ms{color:#8f8f8f;line-height: 20px;text-align: left;}
.homeProduct ul li:hover .text .ms{color:#fff;}
.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 9px;
}
.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;}
.home-product{background:url(../images/page5.jpg);}
.home-product{background:#F6F6F6;}
.home-product .title{text-align:center;background:url(../img/line.jpg) no-repeat bottom center;padding-bottom:10px;}
.home-product .title p{font-size:30px;line-height:35px;padding-top:45px;color:#333;font-weight:bold;}
.home-product .title span{font-size:16px;}
.home-product .home-product-con{width:1200px;margin:0 auto;margin-top:15px;}
.home-product .home-product-con .tab-menu{overflow:hidden;text-align: center;}
.home-product .home-product-con .tab-menu li{
	padding-left: 25px;
    line-height: 35px;
    padding-right: 20px;
    font-size: 15px;
    display: inline-block;
    color: #FFF;
    background-color: #B20000;
    margin: 10px;
    /*border: #B20000 solid 1px;*/
    border-radius: 37px;
}
.title-tips{
	text-align:center;
	line-height:3;
	font-size:16px;
}
.home-product .home-product-con .tab-menu li:hover{
    background-color: #FF8600;
}
.home-product .home-product-con .tab-menu li:hover a{
	color: #fff;
}
.home-product .home-product-con .homeProduct{margin-top: 30px;text-align: center;}
.home-product .home-product-con .homeProduct .more{background:#fff;border:1px solid #000;color:#000;line-height:35px;display: inline-block;padding: 0 25px;margin: 25px 0;}
        .picScroll-left {
            overflow: hidden;
            position: relative;
            background-color: rgba(255, 255, 255, 0.9);
            margin-top: 15px;
            box-shadow: 0 1px 6px #eee;
            -webkit-box-shadow: 0 1px 6px #eee;
            -moz-box-shadow: 0 1px 6px #eee;
            padding: 10px 35px;
        }

        #tjcp ul li {
            list-style: none;
        }

        #tjcp ul li {
            TEXT-ALIGN: center;
            WIDTH: 260px;
            FLOAT: left;
            margin-left: 10px;
            margin-right: 10px;
            margin-top: 5px;
        }

        #tjcp ul li .tp {
            WIDTH: 260px;
            height: 200px;
            overflow: hidden;
            box-shadow: 0px 1px 6px #bbb;
            -webkit-box-shadow: 0px 1px 6px #bbb;
            -moz-box-shadow: 0px 1px 6px #bbb;
        }

        #tjcp ul li img {
            border: 0;
            width: 260px;
            min-height: 200px;
            transition: all 0.6s ease-in-out 0s;
        }

        #tjcp ul li a:hover img {
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -o-transform: scale(1.1);
            transform: scale(1.1);
        }

        #tjcp ul li p {
            font-size: 14px;
            height: 35px;
            line-height: 35px;
            TEXT-OVERFLOW: ellipsis;
            WHITE-SPACE: nowrap;
            OVERFLOW: hidden;
            text-align: center;
        }

        #tjcp ul li a {
            color: #444;
        }

        #tjcp ul li a:hover {
            color: #FF8600;
        }

        #tjcp .prev,
        #tjcp .next {
            width: 30px;
            height: 220px;
            position: absolute;
            top: 0;
            z-index: 10;
            line-height: 200px;
            color: #B20000;
        }

        #tjcp .prev {
            text-align: left;
            left: 10px;
        }

        #tjcp .next {
            text-align: right;
            right: 10px;
        }

        #tjcp .prev i, #tjcp .next i {
            line-height: 250px;
            font-size: 50px;
        }

        #tjcp .prev:hover, #tjcp .next:hover {
            color: #F7A005;
        }
		.mores {
			text-align:center;
			padding:25px 0;
		}
		.mores a{
	display:inline-block; padding-left:15px; padding-right:15px; line-height:34px; color:#ff8600;font-size:14px;border-radius:38px; border:#ff8600 solid 1px; background-color:#f9f9f9;transition:all 0.2s ease-in-out 0s;
}
.mores a:hover {
	background:#ff8600;  color:#FFFFFF;
}