﻿.sign-cont {
    width: 900px !important;
    height: 420px !important;
}

    .sign-cont .layui-layer-setwin .layui-layer-close2 {
        background: url(../images/close-ico.png) no-repeat center !important;
        right: 0;
        top: 0;
    }

.slideBox {
	width: 100%;
	height: calc(100vh - 130px);
	overflow: hidden;
	position: relative;
	border: 1px solid #ddd;
}

.slideBox .hd {
	height: 15px;
	overflow: hidden;
	position: absolute;
	right: 5px;
	bottom: 45px;
	z-index: 1;
	width: 100%;
	text-align: center;
}

.slideBox .hd ul {
	overflow: hidden;
	zoom: 1;
	display: inline-block;
	height: 15px;
}

.slideBox .hd ul li {
	float: left;
	margin-right: 15px;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	background: rgba(0, 0, 0, .4);
	cursor: pointer;
}

.slideBox .hd ul li.on {
	background: #f6ab33;
	color: #fff;
}

.slideBox .bd {
	position: relative;
	height: 100%;
	z-index: 0;
}

.banner .bd li {
	width: 100%;
	height: calc(100vh - 130px);
	background-size:cover !important;
}

.banner .bd li a {
	display: block;
	width: 100%;
	height: 100%;
}

.banner .prev{
    display:block;
    position:absolute;
    left:35px;
    top:50%;
    margin-top:-35px;
    width:40px;
    height:70px;
    background:url(../images/prev.png) no-repeat center;
    opacity:.6;

}
    .banner .prev:hover{
        opacity:1
    }
.banner .next:hover {
    opacity: 1
}
.banner .next {
    display: block;
    position: absolute;
    right: 35px;
    top: 50%;
    margin-top: -35px;
    width: 40px;
    height: 70px;
    background: url(../images/next.png) no-repeat center;
    opacity: .6;
}

.features {
    width: 100%;
    text-align: center;
    padding-top: 100px;
}

.features li {
	width: 356px;
	display: inline-block;
	margin-right: 60px;
	margin-bottom: 60px;
}

.features li:nth-of-type(3) {
	margin-right: 0;
}

.features li h2 {
	font-size: 18px;
	color: #303030;
	font-weight: bold;
	padding: 10px 0;
}

.features li .p {
	font-size: 13px;
	color: #999999;
	line-height: 24px;
}

.features li:nth-of-type(4) {
	margin-right: 85px;
}

.features li:last-of-type {
	margin-left: 85px;
}


/*index-tab2*/

.index-tab2 {
	width: 100%;
	height: 668px;
	background-size: 1920px 666px !important;
	margin-top: 40px;
	padding-top: 80px;
}

.title-china {
	font-size: 28px;
	color: #020202;
	text-align: center;
	padding-top: 35px;
	background: url(../images/title-bg.png) no-repeat top center;
}

.title-en {
	font-size: 22px;
	color: #020202;
	text-align: center;
	margin-bottom: 65px;
}

.index-tab2 .text {
	border-top: 1px solid rgba(163, 163, 163, .6);
	font-size: 14px;
	color: #333;
	line-height: 28px;
	padding: 42px 75px;
	text-align: center;
}

.more {
	font-size: 14px;
	color: #666;
	display: block;
	text-align: center;
	width: 178px;
	height: 48px;
	line-height: 48px;
	border: 1px solid #a9a8a9;
	margin: 50px auto 0;
	transition: all .3s linear;
	-ms-transition: all .3s linear;
}

.more:hover {
	border: 1px solid #f49600;
	color: #fff;
	box-shadow: inset 178px 0 0 0 #f49600;
}


/*产品展示*/

.index-tab3 {
	padding-top: 80px;
	padding-bottom: 60px;
}

.product li {
	width: 390px;
	margin-right: 15px;
	margin-bottom: 40px;
}

.product li:nth-child(3n) {
	margin-right: 0;
}

.product .pic {
	height: 336px;
	position: relative;
	overflow: hidden;
}

.product-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	left: 0;
	top: 100%;
	text-align: center;
	padding-top: 115px;
	cursor: pointer;
}

.product-bg a {
	font-size: 16px;
	color: #ffffff;
	padding: 10px 15px;
	border-bottom: 2px solid #dfd2c9;
}

.product-bg img {
	margin-bottom: 25px;
}

.product .pic>img {
	width: 100%;
	height: 336px;
	display: block;
}

.product .pic:hover .product-bg {
	top: 0;
}

.product li h2 a {
	display: block;
	font-size: 16px;
	color: #333333;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-weight: bold;
	padding: 15px 0 5px;
}

.product li h2 a:hover {
	color: #f49600;
}

.product li h3 a {
	display: block;
	font-size: 14px;
	color: #999999;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.product li h3 a:hover {
	color: #f49600;
}

.product-bg {
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}


/*新闻*/

.index-tab4 {
	width: 100%;
	height: 815px;
	background: #f8f8f8;
	padding-top: 80px;
}

.news li {
	width: 350px;
	margin-right: 75px;
	float: left;
}

.news li:nth-of-type(3) {
	margin-right: 0;
}

.news li .pic {
	width: 100%;
	height: 230px;
	overflow: hidden;
}

.news li .pic img {
	width: 100%;
	height: 100%;
	display: block;
	transition: all .3s;
}
.news li .pic:hover img{
	transform: scale(1.1,1.1);
}
.news li h2 {
	font-size: 18px;
	color: #333333;
	font-weight: bold;
	padding-top: 17px;
	padding-bottom: 8px;
}
.news li h2:hover{
	color: #f49600;
}
.news li h4 {
	font-size: 13px;
	color: #999999;
	line-height: 24px;
	height: 48px;
	overflow: hidden;
	margin-bottom: 10px;
}
.news li h4:hover{
	color: #f49600;
}
.news li span {
	font-size: 24px;
	color: #999999;
}

.news li em {
	font-size: 13px;
	color: #999999;
	padding-left: 5px;
}

.news {
	border-top: 1px solid rgba(163, 163, 163, .6);
	padding-top: 40px;
}


/*合作伙伴*/

.index-tab5 {
	padding-top: 80px;
	padding-bottom: 60px;
}

.multipleColumn {
	overflow: hidden;
	position: relative;
	width: 100%;
}

.multipleColumn .hd {
	overflow: hidden;
	height: 20px;
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 0;
	left: 0;
	text-align: center;
}




.multipleColumn .hd ul {
	display: inline-block;
	overflow: hidden;
	zoom: 1;

	zoom: 1;
}

.multipleColumn .hd ul li {
	display: inline-block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	overflow: hidden;
	cursor: pointer;
	background: #c3c3c3;
	color: #c3c3c3;
	margin: 0 5px;
}

.multipleColumn .hd ul li.on {
	background: #f5a931;
	color: #f5a931;
}

.multipleColumn .bd {
	padding: 10px;
	overflow: hidden;
}

.multipleColumn .bd ul {
	overflow: hidden;
	zoom: 1;
	width: 284px;
	float: left;
	_display: inline;
	margin-right: 25px;
}

.multipleColumn .bd ul li {
	margin: 10px 0;
	float: left;
	overflow: hidden;
	text-align: center;
	height: 80px;
	line-height: 80px;
	width: 100%;
	background: #fff;
}
.multipleColumn .bd ul li img{
	display: inline-block;
	vertical-align: bottom;
	max-height: 75px;
	max-width: 90%;
}
.multipleColumn{
	padding-bottom: 35px;
	position: relative;
}

/*联系我们 d-contact*/
.d-banner{
	width: 100%;
	height: 490px;
	background-size:cover !important;
}
.d-banner h2{
	font-size: 32px;
	color: #ffffff;
}
.d-banner span{
	font-size: 46px;
	color: #fff;
	padding-bottom: 20px;
	position: relative;
	display: inline-block;
}
.d-banner span:after{
	content: "";
	display: block;
	position: absolute;
	width: 60px;
	height: 1px;
	background: #fff;
	bottom: 0;
	left:0;
}
.d-banner p{
	font-size: 18px;
	color: #ffffff;
	margin-top: 10px;
}
.d-banner .w-1200{
	position: relative;
	height: 100%;
}
.d-banner .banner-text{
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	-ms-transform: translateY(-50%);
}
.contact-box{
	margin-top: 58px;
}
.contact-box .map{
	width: 560px;
	height: 350px;
}
.contact-box h2{
	font-size: 24px;
	color: #020202;
	margin-bottom: 30px;
}
.contact-box .contact-box-right{
	margin-left: 50px;
	padding-top: 10px;
}
.contact-box .contact-box-right li{
	margin-bottom: 20px;
}
.contact-box .contact-box-right p{
	font-size: 14px;
	color: #666666;
}
.contact-box .contact-box-right i{
	font-size: 18px;
	color: #6d6d6d;
	padding-right: 15px;
}
.contact-ewm{
	width: 110px;
	margin-top: 35px;
}
.contact-ewm .pic{
	width: 110px;
	height: 110px;
	text-align: center;
	border: 1px solid #ededed;
}
.contact-ewm  h3{
	font-size: 13px;
	color: #333333;
	text-align: center;
	padding-top: 8px;
}
.contact-form {
	margin-top: 50px;
}
.contact-form input[type="text"]{
	width: 590px;
	height: 50px;
	background: #f5f5f5;
	border: none;
	outline: none;
	border-radius: 3px;
	margin-bottom: 15px;
	font-size: 14px;
	color: #333;
	padding-left: 15px;
}
.contact-form input[type="text"]:nth-of-type(2){
	float: right;
}
.contact-form textarea{
	width: 100%;
	height: 128px;
	resize: none;
	background: #f5f5f5;
	border: none;
	outline: none;
	font-size: 14px;
	color: #333;
	padding: 15px;
}
.d-submit-btn{
	display: block;
	margin: 30px auto 70px;
	font-size: 16px;
	color: #fff;
	width: 180px;
	height: 50px;
	background: #f6ab33;
}



.d-about-tab1{
	width: 100%;
	height: 390px;
}
.text-about-tab1{
	width: 790px;
	margin: 0 auto;
}
.text-about-tab1 h2{
	font-size: 28px;
	color: #fff;
	text-align: center;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 35px;
	padding-top: 110px;
}
.text-about-tab1 h2:after{
	content: "";
	display: inline-block;
	width: 50px;
	height: 2px;
	background: rgba(255,255,255,.8);
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -25px;
}
.text-about-tab1>div{
	font-size: 14px;
	color: #ffffff;
	line-height: 22px;
}
.d-about-box,.d-about-tab3{
	padding-top: 80px;
}
.d-about-tab2 {
	padding-bottom: 60px;
}
.d-about-tab2 h2{
	font-size: 28px;
	color: #020202;
	text-align: center;
	padding-top: 110px;
}
.d-about-tab3{
	background: #f7f7f7;
	padding-bottom: 60px;
}

/*服务*/
.d-service .d-banner h2{
	color: #53758e;
}

.d-service .d-banner span{
	font-weight: 100;
	font-size: 46px;
	color: #4898ba;
}
.d-service .d-banner span:after{
	background: #666;
}
.d-service .d-banner p{
	color: #666666;
}
.d-service-box{
	padding-top: 110px;
}
.d-service-tab1{
	padding-bottom: 180px;
}
.d-service-tab1 h2{
	font-size: 48px;
	color: #353535;
	text-align: center;
	padding-bottom: 15px;
}
.d-service-tab1 h3{
	font-size: 18px;
	color: #666666;
	text-align: center;
	padding-bottom: 90px;
}
.d-service-tab1 .service-left{
	margin-left: 65px;
	border:4px solid #f6a626 ;
}
.d-service-tab1 .service-left img{
	position: relative;
	left:30px;
	top:30px;
}
.d-service-tab1 .service-right {
	margin-right: 65px;
	padding-top: 30px;
	width: 565px;
}
.d-service-tab1 .service-right strong{
	font-size: 54px;
	color: #000000;
	opacity: .4;
	font-style: oblique;
	font-weight: lighter;
	
}
.d-service-tab1 .service-tit{
	font-size: 28px;
	color: #f49600;
	position: relative;
	padding-bottom: 15px;
	margin-bottom: 20px;
}
.d-service-tab1 .service-tit:before{
	content: "";
	position: absolute;
	display: block;
	width: 435px;
	height: 1px;
	background: #d2d2d2;
	bottom: 0;
}
.d-service-tab1 .service-tit:after{
	content: "";
	position: absolute;
	display: block;
	width: 65px;
	height: 3px;
	background: #f6a626;
	bottom: -1px;
}
.d-service-tab1 .p{
	font-size: 13px;
	color: #666666;
	line-height: 23px;
	margin-bottom: 40px;
}
.d-service-tab1 .p:last-of-type{
	margin-bottom: 0;
}

/*服务第二段*/
.d-service-tab2{
	width: 100%;
	height: 860px;
	padding-top: 110px;
}
.d-service-tab2 h2{
	font-size: 48px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 80px;
}
.d-service-tab2 li{
	width: 380px;
	float: left;
	margin-right: 30px;
}
.d-service-tab2 li:nth-of-type(3){
	margin-right: 0;
}
.d-service-tab2 li .pic{
	width: 380px;
	height: 336px;
	text-align: center;
	line-height: 336px;
	overflow: hidden;
}
.d-service-tab2 li .pic img{
	max-width: 380px;
	max-height: 336px;
	vertical-align: middle;
	transition: all .3s linear;
}
.d-service-tab2 li .pic:hover img{
	transform: scale(1.05,1.05);
}
.d-service-tab2 li .text{
	color: #fff;
	font-size: 14px;
	text-align: center;
	padding: 0 15px;
}
.d-service-tab2 li .text h3{
	font-size: 28px;
	padding-top: 28px;
	padding-bottom:15px;
}
.d-service-tab2 li .p{
	line-height: 24px;
}

/*服务第三段*/
.d-service-tab3{
	padding-top: 110px;
	padding-bottom: 90px;
}
.d-service-tab3 h2{
	font-size: 48px;
    color: #353535;
    text-align: center;
    padding-bottom: 15px;
}
.d-service-tab3 h3 {
    font-size: 18px;
    color: #666666;
    text-align: center;
    padding-bottom: 90px;
}
.d-service .address-nav{
	width: 1105px;
	margin: 0 auto;
	text-align: center;
	font-size: 18px;
	color: #666666;
	border-bottom:1px solid #f1f1f1 ;
	margin-bottom: 55px;
}
.d-service .address-nav li{
	display: inline-block;
	padding:0 15px 20px ;
	margin-right: 30px;
	position: relative;
	cursor: default;
}
.d-service .address-nav li.active{
	color: #f6a626;
}
.d-service .address-nav li:hover{
	color: #f6a626;
}
.d-service .address-nav li.active:after{
	content: "";
	display: block;
	position: absolute;
	width: 100%;
	height: 1px;
	background: #f6a626;
	left: 0;
	bottom: 0;
}
.d-service .address-cont{
	width: 1068px;
	margin: 0 auto;
	display: none;
}
.d-service .address-cont:first-of-type{
	display: block;
}
.d-service .address-cont li{
	width: 310px;
	height: 185px;
	background: #f5f5f5;
	margin-right: 69px;
	text-align: left;
	padding: 30px;
	float: left;
	margin-bottom: 65px;
}
.d-service .address-cont li:nth-child(3n){
	margin-right: 0;
}
.d-service .address-cont h3{
	font-size: 24px;
	color: #353535;
	padding-bottom: 15px;
	text-align: left;
}
.d-service .address-cont p{
	font-size: 14px;
	color: #8b8b8b;
	line-height: 18px;
	padding-bottom: 22px;
}
.d-service .address-cont span{
	font-size: 14px;
	color: #8b8b8b;
}

/*新闻中心*/
.d-news .news-list{
	margin-top: 50px;
}
.d-news .news-list li{
	padding: 40px 0;
	border-bottom: 1px solid #e6e6e6;
}
.d-news .news-list .pic{
	width: 350px;
	height: 233px;
	overflow: hidden;
}
    .d-news .news-list .pic:hover img{
        transform:scale(1.1,1.1);
    }
    .d-news .news-list .pic img {
        width: 350px;
        height: 233px;
        transition:all .3s linear;
    }
.d-news .news-list .text{
	width: 815px;
}
.d-news .news-list li:nth-of-type(odd) .pic{
	float: left;
}
.d-news .news-list li:nth-of-type(odd) .text{
	float: right;
}
.d-news .news-list li:nth-of-type(even) .pic{
	float: right;
}
.d-news .news-list li:nth-of-type(even) .text{
	float: left;
}
.d-news .news-list h2{
	font-size: 18px;
	color: #333333;
	padding-top: 40px;
	white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    font-weight: bold;
    margin-bottom: 20px;
}
.d-news .news-list h2:hover,
.d-news .news-list .p:hover{
	color: #f49600;
}
.d-news .news-list .p{
	font-size: 13px;
	color: #666666;
	line-height: 22px;
	height: 44px;
	overflow: hidden;
	margin-bottom: 25px;
}
.d-news .news-list span{
	font-size: 13px;
	color: #999999;
}
.d-news .news-list span i{
	font-size: 24px;
	padding-right: 10px;
	font-weight: lighter;
}
#page{
	text-align: center;
	margin-top: 40px;
	margin-bottom: 120px;
}
#page a{
	padding: 5px 10px;
	border-radius: 2px;
	background: #e3e3e3;
	margin-right:5px;
	color: #666;
	font-size: 16px;
}
#page .next-page{
	margin-left: 10px;
	margin-right: 15px;
}
#page .prev-page{
	margin-right: 15px;
}
#page a.RepeaterNumberList_Now {
        color: #fff;
        background: #f6ab33;
    }
#page a:hover{
	color: #fff;
	background: #f6ab33;
}

.bread_nav {
    padding: 20px 0;
    border-bottom: 1px solid #e5e6e7;
    color: #666;
}
.bread_nav .last{
	color: #f49600;
}
.bread_nav  a:hover{
	color: #f49600;
}
.news-detail h1 {
    font-size: 30px;
    color: #222222;
    text-align: center;
    font-weight: bold;
    margin-top: 60px;
}
.news-detail p {
    font-size: 14px;
    color: #a8a8a8;
    text-align: center;
    margin-top: 20px;
}
.news-detail p span {
    display: inline-block;
    padding: 0 20px;
}
.news-detail .share {
    padding-top: 30px;
     border-top: 1px solid #e5e6e7;
     margin-bottom: 120px;
}
.news-detail .share_left p {
    font-size: 18px;
    color: #222222;
    text-align: left;
    margin-top: 0px;
    margin-bottom: 10px;
}
.news-detail .share_left p a {
    color: #666666;
    transition: all 0.35s;
}
.news-detail .share_left p a:hover{
	color: #F49600;
}
.news-detail .share_right a.one {
    background: none;
    font-size: 15px;
    color: #222222;
    margin-left: 0;
    padding-left: 0;
    line-height: 24px;
}
.news-detail .share_right a.bds_weixin {
	margin-left: 10px;
    width: 27px;
    height: 24px;
    background: url(../images/weixin.png) center no-repeat;
}
.news-detail .share_right a.bds_tsina {
	margin-left: 10px;
    width: 27px;
    height: 24px;
    background: url(../images/weibo.png) center no-repeat;
}


/*产品工程系统*/

@font-face
{
	font-family: siYuan;
	src: url(../font/SourceHanSerifCN-Bold-2.otf);
}


/*.d-special{
	overflow-x: hidden;
}*/
.spaecal-banner .w-1200{
	position: relative;
	height: 725px;
}
.spaecal-banner img{
	max-width: 1920px;
}
.d-special .bannerd{
	width: 100%;
	height: 490px;
	text-align: center;
	position: relative;
}
.d-special .bannerd  .bannerd-text{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
}
.d-special .bannerd h2{
	font-size: 50px;
	color: #f6ab33;
	margin-bottom: 14px;
}
.d-special .bannerd h2 i{
	font-size: 46px;
	color: #ffffff;
}
.d-special .bannerd p{
	font-size: 18px;
	color: #ffffff;
	opacity: .9;
}
.d-special .banner-text{
	position: absolute;
	bottom: -50px;
	right: 95px;
	width: 440px;
	height: 470px;
	padding: 65px 45px 0;
	background: url(../images/banner-s-bg.png) no-repeat center;
}
.d-special .banner-text h2{
	font-size: 56px;
	color: #fff;
	text-align: left;
	margin-bottom: 50px;
}
.d-special .banner-text li{
	position: relative;
	font-size: 22px;
	color: #ffffff;
	padding-left: 38px;
	margin-bottom: 20px;
}
.d-special .banner-text li i{
	position: absolute;
	left: 10px;
	top:50%;
	margin-top: -5px;
	display: block;
	width: 10px;
	height: 10px;
	background: #fff;
	
}
.d-special .sy-font{
	font-family: siYuan;
}
.d-special .banner-title{
	position: absolute;
	left: 40px;
	top: 170px;
	font-size: 50px;
	color: #191919;
}
.d-special .banner-title:before{
	content: "";
	display: block;
	width: 30px;
	height: 29px;
	background: url(../images/douhao-before.png) no-repeat center;
	position: absolute;
	left: -55px;
	top: 34px;
	
}
.d-special .banner-title:after{
	content: "";
	display: block;
	width: 30px;
	height: 29px;
	background: url(../images/douhao-after.png) no-repeat center;
	position: absolute;
	right: -55px;
	top: 80px;
	
}
.d-special .banner-title i{
	font-size: 80px;
	color: #f6a626;
}
.d-special .banner-pic{
	width: 490px;
	height: 340px;
	position: absolute;
	left: 44px;
	bottom: 0;
}

.d-special .spaecal-tabone1{
	margin-top: 130px;
	height: 718px;
}
.spaecal-tabone1 h2{
	font-size: 76px;
	color: #f19a0f;
	padding-top: 110px;
}
.spaecal-tabone1 h3{
	font-size: 25px;
	color: #4e4526;
	margin-bottom: 35px;
}
.spaecal-tabone1 .spaecal-product{
	width: 631px;
	position: absolute;
	right: -25px;
	top:185px;
	transition: all .3s linear;
}
.spaecal-tabone1 .spaecal-product:hover{
	transform: translateX(15px);
}
.spaecal-tabone1 .w-1200{
	padding-left: 120px;
	position: relative;
}
.spaecal-tabone1 .spaecal-circle{
	position: relative;
	width: 219px;
	height: 250px;
	text-align: center;
	margin-left: 65px;

}
.spaecal-circle i.circle-box{
	position: absolute;
	left: 0;
	top: 0;
	width: 219px;
	height: 250px;
	text-align: center;
	background: url(../images/circle.png) no-repeat center top;
	animation: xuanzhuan 3s linear infinite;
}
.spaecal-tabone1 .spaecal-circle-n{
	content: "";
	position: absolute;
	width: 200px;
	height: 200px;
	border-radius: 100%;
	background: #f6a626;
	left: 50%;
	bottom:25px;
	margin-left: -100px;
}
.spaecal-tabone1 .spaecal-circle p{
	color: #fff;
	font-size: 19px;
	padding-top: 45px;
}
.spaecal-tabone1 .spaecal-circle .bf-icon{
	display: block;
	width: 30px;
	height: 30px;
	margin: 20px auto;
	background: url(../images/bf-ico.png) no-repeat center;
}
.d-special .spaecal-tabone2{
	padding-top: 110px;
}
.d-special .spaecal-tabone2 .w-1200{
	position: relative;
}
.d-special .spaecal-tabone2 h2{
	font-size: 50px;
	color: #202020;
	text-align: center;
}
.d-special .spaecal-tabone2 h2 i{
	color: #f6a626;
}
.d-special .spaecal-tabone2 h3{
	font-size: 20px;
	color: #999999;
	text-align: center;
}
.spaecal-tabone2 .occasion{
	width: 890px;
	margin:0 auto;
}
.spaecal-tabone2 .occasion li{
	width: 402px;
	float: left;
	margin-right: 86px;
	margin-top: 55px;
}
.spaecal-tabone2 .occasion .pic{
	width: 100%;
	height: 220px;
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 15px;
}
.spaecal-tabone2 .occasion .pic img{
	width: 100%;
	height: 100%;
	transition: all .3s;
}
.spaecal-tabone2 .occasion .pic:hover img{
	transform: scale(1.05,1.05);
}
.spaecal-tabone2 .occasion li:nth-child(2n){
	margin-right: 0;
}
.spaecal-tabone2 .occasion strong{
	font-size: 20px;
	color: #191919;
}
.spaecal-tabone2 .occasion .text{
	font-size: 14px;
	color: #999999;
}

.spaecal-tabone3 h2{
	font-size: 40px;
	color: #323232;
	margin-top: 80px;
	text-align: center;
}
.spaecal-tabone3 h3{
	font-size: 20px;
	color: #999999;
	text-align: center;
	margin-bottom: 40px;
	position: relative;
}
.spaecal-tabone3 h3:before{
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	display: block;
	width: 465px;
	height: 1px;
	background: #b2b2b2;
}
.spaecal-tabone3 h3:after{
	content: "";
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	width: 465px;
	height: 1px;
	background: #b2b2b2;
}
.spaecal-tabone3 .spaecal-table{
	width: 890px;
	margin: 0 auto;
	border: 20px solid #136ea8;
	margin-bottom: 40px;
}
.spaecal-tabone3 .spaecal-table img{
	display: block;
	width: 100%;
	height: 100%;
}
.spaecal-tabone4{
	width: 100%;
	height: 223px;
	padding-top: 30px;
	background: url(../images/tabone4.png) no-repeat center;
}
.spaecal-tabone4 li{
	width: 20%;
	float: left;
}
    .spaecal-tabone4 .pic {
        width: 110px;
        height: 110px;
        text-align: center;
        line-height: 110px;
        margin: 0 auto;
        border: 2px solid rgba(255,255,255,.3);
        border-radius: 100%;
        margin-bottom: 15px;
        position: relative;
        transition: all .5s linear;
    }
    .spaecal-tabone4 .pic:hover{
        transform:rotateZ(360deg)
    }
    .spaecal-tabone4 .pic img {
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
    }
.spaecal-tabone4  h4{
	font-size: 21px;
	color: #fff;
	text-align: center;
}
.spaecal-tabone5{
	padding-top: 110px;
}
.spaecal-tabone5 h2{
	font-size: 60px;
	color: #323232;
	text-align: center;
}
.spaecal-tabone5 h3{
	width: 448px;
	height: 50px;
	line-height: 50px;
	background: #fd521a;
	text-align: center;
	font-size: 26px;
	color: #fff;
	margin: 25px auto;
}
.spaecal-tabone5 ul{
	width: 1005px;
	margin: 40px auto 140px;
	height: 240px;
	
}
.spaecal-tabone5 ul li{
	width: 195px;
	height: 235px;
	float: left;
	
}
.spaecal-tabone5 ul li:nth-of-type(2){
	margin-right: 201px;
}
.spaecal-tabone5 ul li:first-of-type{
	margin-right: 205px;
}
.spaecal-tabone5 ul .pic{
	width: 186px;
	height: 110px;
	background: #e5e5e5;
	margin: 5px 11px;
    display: inline-block;
}
.spaecal-tabone5 ul .pic img{
	display: block;
}
.spaecal-tabone5 ul h4{
	font-size: 35px;
	text-align: center;
}
.spaecal-tabone5 ul .p{
	font-size: 18px;
	color: #233544;
	text-align: center;
}
.spaecal-tabone5 ul .p i{
	font-size: 26px;
	color: #fd521a;
}
#leaf{
	position: absolute;
	top:155px;
	right:-175px;
	z-index: 9;
	width: 100px;
}
#leaf img{
	position: absolute;
	opacity: 0;
}

    #leaf .leaf1 {
        -ms-animation: leafbottom1 6s linear infinite;
        animation: leafbottom1 6s linear infinite;
        opacity: 0;
    }
    #leaf .leaf2 {
        -ms-animation: leafbottom2 6s linear infinite;
        -ms-animation-delay: 1s;
        animation: leafbottom2 6s linear infinite;
        animation-delay: 1s;
    }
    #leaf .leaf3 {
        animation: leafbottom3 6s linear infinite;
        animation-delay: 2s;
        -ms-animation: leafbottom3 6s linear infinite;
        -ms-animation-delay: 2s;
    }
    #leaf .leaf4 {
        animation: leafbottom4 6s linear infinite;
        animation-delay: 3s;
        -ms-animation: leafbottom4 6s linear infinite;
        -ms-animation-delay: 3s;
    }
    #leaf .leaf5 {
        -ms-animation: leafbottom2 6s linear infinite;
        -ms-animation-delay: 4s;
        animation: leafbottom2 6s linear infinite;
        animation-delay: 4s;
    }
    #leaf .leaf6 {
        -ms-animation: leafbottom3 6s linear infinite;
        -ms-animation-delay: 5s;
        animation: leafbottom3 6s linear infinite;
        animation-delay: 5s;
    }
#leaf2{
	position: absolute;
	top: 0;
	left: 5%;
	z-index: 9;
	width: 100px;
}
#leaf2 img{
	position: absolute;
	opacity: 0;
}
    #leaf2 .leaf1 {
        -ms-animation: leafUp1 8s linear infinite;
        animation: leafUp1 8s linear infinite;
        opacity: 0;
    }
    #leaf2 .leaf2 {
        -ms-animation: leafUp2 8s linear infinite;
        -ms-animation-delay: 1.5s;
        animation: leafUp2 8s linear infinite;
        animation-delay: 1.5s;
    }
    #leaf2 .leaf3 {
        -ms-animation: leafUp3 8s linear infinite;
        -ms-animation-delay: 2.5s;
        animation: leafUp3 8s linear infinite;
        animation-delay: 2.5s;
    }
    #leaf2 .leaf4 {
        -ms-animation: leafUp4 8s linear infinite;
        -ms-animation-delay: 3.5s;
        animation: leafUp4 8s linear infinite;
        animation-delay: 3.5s;
    }
    #leaf2 .leaf5 {
        -ms-animation: leafUp1 8s linear infinite;
        -ms-animation-delay: 4s;
        animation: leafUp1 8s linear infinite;
        animation-delay: 4s;
    }
    #leaf2 .leaf6 {
        -ms-animation: leafUp2 8s linear infinite;
        -ms-animation-delay: 5s;
        animation: leafUp2 8s linear infinite;
        animation-delay: 5s;
    }
    #leaf2 .leaf7 {
        -ms-animation: leafUp3 8s linear infinite;
        -ms-animation-delay: 6s;
        animation: leafUp3 8s linear infinite;
        animation-delay: 6s;
    }
    #leaf2 .leaf8 {
        -ms-animation: leafUp4 8s linear infinite;
        -ms-animation-delay: 7s;
        animation: leafUp4 8s linear infinite;
        animation-delay: 7s;
    }


/*专题二*/
.spaecal-tabTwo1 {
	padding-top: 40px;
}
.spaecal-tabTwo1 h2{
	font-size: 36px;
	color: #eda741;
	text-align: center;
}
.spaecal-tabTwo1 h2 i{
	font-size: 18px;
}
.spaecal-tabTwo1 ul{
	width: 780px;
	height: 478px;
	margin:25px auto 15px;
}
.spaecal-tabTwo1 ul li{
	width: 33.33%;
    height:478px;
	float: left;
    overflow:hidden;
}
.spaecal-tabTwo1 ul li img{
	width: 100%;
	height: 478px;
    transition:all .3s linear;
}
    .spaecal-tabTwo1 ul li:hover img {
       transform:scale(1.05,1.05);
    }
.spaecal-tabTwo1 h4{
	font-size: 18px;
	line-height: 24px;
	color: #333333;
	text-align: center;
}
.spaecal-tabTwo2 {
	padding: 95px 0 110px;
	text-align: center;
}
.spaecal-tabTwo2 h2{
	font-size: 36px;
	color: #f6a626;
	text-align: center;
}
.spaecal-tabTwo2 h3{
	font-size: 22px;
	color: #0f0f0e;
	line-height: 35px;
	padding: 0 38px;
	background: #feda02;
	display: inline-block;
	margin-top: 30px;
	margin-bottom: 52px;
}
.spaecal-tabTwo3{
	width: 100%;
	height: 608px;
	padding-top: 110px;
	}
.spaecal-tabTwo3 .left{
	width: 640px;
	text-align: right;
}
.spaecal-tabTwo3 h2{
	font-size: 60px;
	color: #e8a439;
	margin-bottom:5px;
}
.spaecal-tabTwo3 h3{
	font-size: 24px;
	color: #4e4526;
	margin-bottom: 55px;
}
.spaecal-tabTwo3 .spaecal-circle,
.spaecal-tabTwo4 .spaecal-circle  {
    position: relative;
    width: 219px;
    height: 250px;
    text-align: center;
    margin-left: 65px;
    float: right;
}
.spaecal-circle i.circle-box {
    position: absolute;
    left: 0;
    top: 0;
    width: 219px;
    height: 250px;
    text-align: center;
    background: url(../images/circle.png) no-repeat center top;
    animation: xuanzhuan 3s linear infinite;
}
.spaecal-tabTwo3 .spaecal-circle span{
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	font-size: 24px;
	color: #fff;
	text-align: left;
	
}
.spaecal-tabTwo3 .spaecal-circle span i{
	font-size: 86px;
	line-height: 1;
}
.spaecal-tabTwo3 .spaecal-circle-n,
.spaecal-tabTwo4 .spaecal-circle-n {
    content: "";
    position: absolute;
    width: 200px;
    height: 200px;
    border-radius: 100%;
    background: #f6a626;
    left: 50%;
    bottom: 25px;
    margin-left: -100px;
}
.spaecal-tabTwo3  .w-1200,
.spaecal-tabTwo4 .w-1200{
	position: relative;
	height: 100%;
}
.spaecal-tabTwo3  .product-topic2{
	position: absolute;
	bottom: -45px;
	right: 100px;
}

.spaecal-tabTwo4{
	width: 100%;
	height: 1021px;
}
.spaecal-tabTwo4 h2{
	font-size: 60px;
	color: #eca63d;
	margin-bottom: 5px;
}
.spaecal-tabTwo4 h3{
	font-size: 24px;
	color: #4e4526;
	margin-bottom: 55px;
}
.spaecal-tabTwo4 .right{
	margin-left: 550px;
	padding-top: 315px;
}
.spaecal-tabTwo4 .spaecal-circle {
	float: none;
}
.spaecal-tabTwo4 .spaecal-circle-n{
	background: #f0c04f;
}
.spaecal-tabTwo4 .spaecal-circle span{
	font-size: 24px;
	color: #fff;
	padding-top: 40px;
    display: inline-block;
}
.spaecal-tabTwo4 .product-topic2{
	position: absolute;
	bottom: 22px;
	left: 172px;
}
.spaecal-tabTwo3 .product-topic2 img,
.spaecal-tabTwo4 .product-topic2 img{
	transition: all .3s linear;
}
.spaecal-tabTwo3 .product-topic2:hover img{
	transform: translateX(-15px);
}
.spaecal-tabTwo4 .product-topic2:hover img{
	transform: translateX(15px);
}
.spaecal-tabTwo5{
	width: 100%;
	height: 500px;
	position: relative;
	text-align: center;
	padding-top: 80px;
}
.spaecal-tabTwo5-bg{
	position: absolute;
	width: 100%;
	height: 100%;
	left:0;
	top: 0;
	background: rgba(0,0,0,.05);
}
.spaecal-tabTwo5 h2{
	font-size: 40px;
	color: #f0c04f;
	padding-bottom: 20px;
}
.spaecal-tabTwo5 h3{
	font-size: 18px;
	color: #695e35;
	margin-bottom: 50px;
}
.spaecal-tabTwo5 li{
	width: 182px;
	height: 182px;
	border-radius: 100%;
	float: left;
	position: relative;
	border: 10px solid #efbf75;
	background: #FFFFFF;
	padding: 24px 25px;
	margin-right: 70px;
}
.spaecal-tabTwo5 li:after{
	content: "";
	display: block;
	width: 15px;
	height: 17px;
	position: absolute;
	right:-52px;
	top: 50%;
	margin-top: -8px;
	background: url(../images/jiantou.png);
}
.spaecal-tabTwo5 li:last-of-type{
	margin-right: 0;
}
.spaecal-tabTwo5 li:last-of-type:after{
	display: none;
}
.spaecal-tabTwo5 li span{
	font-size: 30px;
	color: #e8a439;
	font-weight: lighter;
	line-height: 1;
}
.spaecal-tabTwo5 li p{
	font-size: 16px;
	color: #efbf75;
	line-height: 22px;
	padding-top: 15px;
}


.spaecal-tabTwo6{
	text-align: center;
}
.spaecal-tabTwo6 h2{
	font-size: 42px;
	color: #e8a439;
	padding-top: 65px;
	margin-bottom: 5px;
}
.spaecal-tabTwo6 h3{
	font-size: 18px;
	color: #444444;
	margin-bottom: 40px;
}

.spaecal-tabTwo7{
	padding-top: 80px;
}
.spaecal-tabTwo7 h3{
	background: #eca63d;
}



/*专题三*/
.spaecal-tabThree1{
	padding-top: 140px;
	overflow: hidden;
}
.spaecal-tabThree1 .w-1200{
	height: 734px;
	position: relative;
}
.spaecal-tabThree1 h2{
	font-size: 36px;
	color: #494949;
	text-align: center;
	position: relative;
	line-height: 44px;
	top: -55px;
}
.spaecal-tabThree1 li{
	position: absolute;
	font-size: 40px;
	color: #494949;
	text-align: center;
	background: url(../images/qipao.png) no-repeat center;
	background-size:cover ;
	width: 146px;
	height: 145px;
	line-height: 165px;
	top: 880px;
	animation: qipao 18s linear infinite;
}
.spaecal-tabThree1 li:first-of-type{
	animation-delay:15s;
}
.spaecal-tabThree1 li:nth-of-type(2){
	animation-delay:12s;
}

.spaecal-tabThree1 li:nth-of-type(3){
	animation-delay:9s;
}
.spaecal-tabThree1 li:nth-of-type(4){
	animation-delay:6s;
}
.spaecal-tabThree1 li:nth-of-type(5){
	animation-delay:3s;
}
.spaecal-tabThree1 li:nth-of-type(6){
	animation-delay:0;
}


@keyframes qipao{
	0%{
		left:165px;
		top: 880px;
	}
	15%{
			transform: scale(1);
			left:165px;
			top: 489px;
	}
	30%{
		transform: scale(1.17);
		left: 692px;
		top: 325px;
	}
	45%{
		transform: scale(1.08);
	left: 300px;
	top: 350px;
	}
	60%{
		transform: scale(1.09);
		left:839px;
		top: 175px;
	}
	75%{
		left: 526px;
	top: 95px;
	transform: scale(1.2);
	}
	100%{
		transform: scale(1.35);
	left: 159px;
	top: 120px;
	}
}
.spaecal-tabThree2 h2{
	font-size: 36px;
	color: #494949;
	text-align: center;
	position: relative;
	line-height: 44px;
	top: -30px;
}

.spaecal-tabThree2 li{
	width:289px;
	text-align: center;
	float: left;
	margin-right: 14px;

}
.spaecal-tabThree2 li:last-of-type{
	margin-right: 0;
}
.spaecal-tabThree2 .top span{
	font-size: 70px;
	color: #dcccb2;
	position: relative;
	display: block;
}
.spaecal-tabThree2 .top span:after{
	content: "";
	position: absolute;
	right: 0;
	top: 10px;
	display: block;
	width: 1px;
	height: 70px;
	background: #ddcdb3;
	box-shadow: 0 1px 0 #f7f3ed;
}
.spaecal-tabThree2 .top p{
	font-size: 24px;
	color: #494949;
	margin-bottom: 35px;
}
.spaecal-tabThree2 .pic{
    overflow:hidden;
}
.spaecal-tabThree2 .pic img {
    width: 100%;
    display: block;
    transition:all .3s linear;
}
.spaecal-tabThree2 .pic:hover img{
    transform:scale(1.1,1.1);
} 
.spaecal-tabThree2 li h4{
	font-size: 32px;
	color: #fff;
	line-height: 38px;
    padding:20px 0;
	background: #ddcdb3;
}
.spaecal-tabThree3{
	height: 742px;
} 
.spaecal-tabThree3 .w-1200{
	position: relative;
	height: 100%;
}
.spaecal-tabThree3 h2{
	padding-top: 90px;
	font-size: 36px;
	color: #3e3e3e;
	padding-bottom: 40px;
	margin-bottom: 28px;
	position: relative;
    line-height:1.3;
}
.spaecal-tabThree3 h2:after{
	content: "";
	position: absolute;
	display: block;
	width: 67px;
	height: 6px;
	background: #f6a626;
	bottom: 0;
}
.spaecal-tabThree3 .text{
	width: 610px;
	font-size: 18px;
	color: #666666;
	line-height: 28px;
	margin-left: 154px;
}
.spaecal-tabThree3 .product-topic3{
	position: absolute;
	top: 280px;
	right: 25px;
	   
}
    .spaecal-tabThree3 .product-topic3 img {
        transition: all .3s linear;
    }
    .spaecal-tabThree3 .product-topic3:hover img {
        transform: translateX(-15px);
    }
.spaecal-tabThree4 h2{
	padding-top: 80px;
	font-size: 28px;
	text-align: center;
	position: relative;
	z-index: 1;
}
.spaecal-tabThree4 h3{
	text-align: center;
	font-size: 50px;
	color: rgba(246,166,38,.4);
	position: relative;
	top: -22px;
	font-family: Helvetica,Arial,'Microsoft Yahei';
}
.speacal-center{
	text-align: center;
}


/*第四个专题*/
.spaecal-tabFour1{
	width: 100%;
	height: 720px;
	/*overflow: hidden;*/
}
.spaecal-tabFour1 .w-1200{
	position: relative;
	height: 100%;
}
.spaecal-tabFour1 h2{
	font-size: 55px;
	text-align: center;
	position: relative;
	top:106px
}
.spaecal-tabFour1 li{
	position: absolute;
	font-size: 21px;
	color: #494949;
	width: 92px;
	height: 82px;
	background: url(../images/qipao.png) no-repeat center;
	background-size:contain ;
	text-align: center;
	line-height: 82px;
	bottom: -100px;
	animation: runQipao 18s linear infinite;
}
.spaecal-tabFour1 li:first-of-type{
	/*transform: scale(1.34);
	bottom: 355px;
	right: 245px;*/
	animation-delay:0s;
}
.spaecal-tabFour1 li:nth-of-type(2){
	/*transform: scale(1.2);
	bottom: 225px;
	right: 418px;*/
	animation-delay:3s;
}
.spaecal-tabFour1 li:nth-of-type(3){
	/*transform: scale(1.05);
	bottom:195px;
	right: 262px;*/
	animation-delay:6s;
}
.spaecal-tabFour1 li:nth-of-type(4){
	/*transform: scale(1);
	bottom:80px;
	right: 503px;*/
	animation-delay:9s;
}
.spaecal-tabFour1 li:nth-of-type(5){
	/*transform: scale(1.08);
	bottom:63px;
	right: 300px;*/
	animation-delay:12s;
}
.spaecal-tabFour1 li:nth-of-type(6){
	/*transform: scale(0.88);
	bottom:348px;
	right: 580px;*/
	animation-delay:15s;
}



.spaecal-tabFour1 .product-topic4{
	position: absolute;
	left: 178px;
	bottom: -60px;
	z-index: 9;
}
.d-special .bg-236ca9{
	width: 100%;
	height: 145px;
	background: #236ca9;
	position: relative;
}

.spaecal-tabFour2{
	width: 100%;
	height: 890px;
	padding-top: 110px;
}
.spaecal-tabFour2 .w-1200{
	height: 100%;
	position: relative;
}
.spaecal-tabFour2 h2{
	text-align: center;
}
.spaecal-tabFour2 h3{
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 22px;
	color: #687786;
	background: url(../images/topicsFourtitle-2-1.png) no-repeat center bottom;
}
.spaecal-tabFour2 ul{
	margin-left: 180px;
	margin-top: 110px;
}
.spaecal-tabFour2 li{
	float: left;
	margin-right: 35px;
	transition: all .5s linear;
	
	
}
.spaecal-tabFour2 li:hover{
	transform: rotate(360deg);
}

.spaecal-tabFour2 .product-topic4{
	position: absolute;
	right: -75px;
	bottom: 35px;
}
.spaecal-tabFour1 .product-topic4 img,
.spaecal-tabFour2 .product-topic4 img{
	transition: all .3s linear;
}
.spaecal-tabFour1 .product-topic4:hover img{
		transform: translateX(15px);
}
.spaecal-tabFour2 .product-topic4:hover img{
	transform: translateX(-15px);
}

.spaecal-tabFour3{
	width: 100%;
	height: 920px;
	padding-top: 110px;
}


.spaecal-tabFour3 h2{
	text-align: center;
}
.spaecal-tabFour3 h3{
	height: 64px;
	line-height: 64px;
	text-align: center;
	font-size: 22px;
	color: #687786;
	background: url(../images/topicsFourtitle-2-1.png) no-repeat center bottom;
}

.spaecal-tabFour3 ul{
	width: 840px;
	margin: 0 auto;
	margin-top: 80px;
}

.spaecal-tabFour3 ul li{
	width: 185px;
	height: 185px;
	border-radius: 100%;
	border:10px solid #4db4f2;
	float: left;
	margin-right: 142px;
	text-align: center;
	color: #22709e;
	background: #fff;
	padding: 0 20px;
	margin-bottom: 38px;
}

.spaecal-tabFour3 ul li:nth-child(3n){
	margin-right: 0;
}

.spaecal-tabFour3 ul li span{
	font-size: 30px;
	padding-top: 35px;
	padding-bottom: 10px;
	display: inline-block;
}


.spaecal-tabFour4 h2{
	margin-bottom: 35px;
	text-align: center;
	padding-top: 80px;
}

/*第五个专题*/
.spaecal-tabFive1{
	width: 100%;
	height: 1020px;
	padding-top: 840px;
}


.spaecal-tabFive1 h2{
	font-size: 46px;
	color: #333333;
	text-align: center;
	margin-bottom: 20px;
}
.spaecal-tabFive1 h2 i{
	color: #f6a626;
}
.spaecal-tabFive1 h3{
	text-align: center;
	font-size: 26px;
	color: #666;
}

.spaecal-tabFive2{
	width: 100%;
	height: 475px;
	background: #f2f2f2 url(../images/222.gif) no-repeat center;
}
.spaecal-tabFive2 .w-1200{
	position: relative;
	height: 100%;
}
.spaecal-tabFive2 h2{
	font-size: 36px;
	color: #333333;
	padding-top: 70px;
}
.spaecal-tabFive2 h3{
	font-size: 28px;
	color: #f6a626;
	line-height: 48px;
	padding-top: 80px;
}
.spaecal-tabFive2 .product-topic5{
	position: absolute;
	right: 100px;
	bottom: 10px;
}
.spaecal-tabFive3{
	width: 100%;
	height: 635px;
}
.spaecal-tabFive3 h2{
	font-size: 40px;
	color: #f0c04f;
	text-align: center;
	padding-top: 150px;
	margin-bottom: 50px;
}
.spaecal-tabFive3 li{
	    width: 182px;
    height: 182px;
    border-radius: 100%;
    float: left;
    position: relative;
    border: 10px solid #efbf75;
    background: #FFFFFF;
    padding: 24px 25px;
    margin-right: 70px;
    text-align: center;
}
.spaecal-tabFive3 li span {
    font-size: 30px;
    color: #e8a439;
    font-weight: lighter;
    line-height: 1;
}
.spaecal-tabFive3 li .p {
    font-size: 16px;
    color: #efbf75;
    line-height: 22px;
    padding-top: 15px;
}
.spaecal-tabFive3 li:last-of-type {
    margin-right: 0;
}

.spaecal-tabFive4{
	width: 100%;
	height: 740px;
	padding-top: 100px;
}
.spaecal-tabFive4 .w-1200{
	position: relative;
	height: 100%;
}
.spaecal-tabFive4 h2{
	font-size: 42px;
	color: #f6a626;
}
.spaecal-tabFive4 .p{
	width: 610px;
	font-size: 24px;
	color: #666666;
	line-height: 38px;
	margin-top: 45px;
}

.spaecal-tabFive4 .product-topic5{
	position: absolute;
	left: 45px;
	bottom: 65px;
}
.spaecal-tabFive4 .feng{
	position: absolute;
	left: 460px;
	bottom: 30px;
	width: 680px;
	height: 200px;
}
.spaecal-tabFive4 .feng img{
	position: absolute;
    opacity: .5;
}
.spaecal-tabFive4 .feng  .feng2{
	    left: 130px;
    top: 71px;
}.spaecal-tabFive4 .feng  .feng3{
	    left: 35px;
    top: 40px;
}
.spaecal-tabFive5{
	text-align: center;
	padding-top: 110px;
}
.spaecal-tabFive5 h2{
	font-size: 42px;
	color: #e8a439;
	padding-bottom: 50px;
}

#leaf3 {
    position: absolute;
    left: 456px;
    top: 440px;
    width: 100px;
    height: 75px;
}

    #leaf3 img {
        position: absolute;
        opacity: 0;
    }

    #leaf3 .leaf1 {
        animation: leafRight1 12s linear infinite;
        -ms-animation: leafRight1 12s linear infinite;
    }

    #leaf3 .leaf2 {
        animation: leafRight2 12s linear infinite;
        -ms-animation: leafRight2 12s linear infinite;
        -ms-animation-delay: 2s;
        animation-delay: 2s;
    }

    #leaf3 .leaf3 {
        animation: leafRight3 12s linear infinite;
        animation-delay: 4s;
        -ms-animation: leafRight3 12s linear infinite;
        -ms-animation-delay: 4s;
    }
    #leaf3 .leaf4 {
        animation: leafRight1 12s linear infinite;
        animation-delay: 6s;
        -ms-animation: leafRight1 12s linear infinite;
        -ms-animation-delay: 6s;
    }
    #leaf3 .leaf5 {
        animation: leafRight2 12s linear infinite;
        animation-delay: 8s;
        -ms-animation: leafRight3 12s linear infinite;
        -ms-animation-delay: 8s;
    }
    #leaf3 .leaf6 {
        animation: leafRight3 12s linear infinite;
        animation-delay: 10s;
        -ms-animation: leafRight3 12s linear infinite;
        -ms-animation-delay: 10s;
    }

@-ms-keyframes runQipao {
    0% {
        bottom: -100px;
        right: 245px;
    }

    15% {
        transform: scale(1.34);
        bottom: 355px;
        right: 245px;
    }

    30% {
        transform: scale(1.2);
        bottom: 225px;
        right: 418px;
    }

    45% {
        transform: scale(1.05);
        bottom: 195px;
        right: 262px;
    }

    60% {
        transform: scale(1);
        bottom: 80px;
        right: 503px;
    }

    75% {
        transform: scale(1.08);
        bottom: 63px;
        right: 300px;
    }

    100% {
        transform: scale(0.88);
        bottom: 348px;
        right: 580px;
    }
}

@keyframes runQipao{
	0%{
		bottom: -100px;
		right: 245px;
	}
	15%{
		transform: scale(1.34);
		bottom: 355px;
		right: 245px;
	}
	30%{
		transform: scale(1.2);
		bottom: 225px;
		right: 418px;
	}
	45%{
		transform: scale(1.05);
		bottom:195px;
		right: 262px;
	}
	60%{
		transform: scale(1);
		bottom:80px;
		right: 503px;
	}
	75%{
		transform: scale(1.08);
		bottom:63px;
		right: 300px;
	}
	100%{
		transform: scale(0.88);
		bottom:348px;
		right: 580px;
	}
}


@-ms-keyframes xuanzhuan {
    from {
        transform: rotateZ(0);
    }

    to {
        transform: rotateZ(360deg);
    }
}
@keyframes xuanzhuan{
	from{
		transform: rotateZ(0);
	}
	to{
		transform: rotateZ(360deg);
	}
}

@-ms-keyframes leafbottom1{
    0% {
        transform: scale(0.5,0.5);
        opacity: 1;
        left: 0;
        top: 0;
        filter: blur(0);
    }

    25% {
        transform: scale(0.6) rotate(50deg);
        opacity: 1;
        left: -93px;
        top: 40px;
        filter: blur(0);
    }

    50% {
        transform: scale(0.7) rotate(50deg);
        opacity: 1;
        left: -166px;
        top: 59px;
    }

    75% {
        transform: scale(0.8) rotate(50deg);
        opacity: 1;
        left: -235px;
        top: 80px;
    }

    100% {
        transform: scale(0.8) rotate(70deg);
        left: -320px;
        top: 105px;
        /*filter:blur(1px);*/
    }
}
@keyframes leafbottom1{
    0% {
        transform: scale(0.5,0.5) ;
        opacity: 1;
        left: 0;
        top: 0;
        filter: blur(0);
    }
    25% {
        transform: scale(0.6) rotate(50deg);
        opacity: 1;
        left: -93px;
        top: 40px;
        filter: blur(0);
    }
    50% {
        transform: scale(0.7) rotate(50deg);
        opacity: 1;
        left: -166px;
        top: 59px;
    }
    75% {
        transform: scale(0.8) rotate(50deg);
        opacity: 1;
        left: -235px;
        top: 80px;
    }
    100% {
        transform: scale(0.8) rotate(70deg);
        left: -320px;
        top: 105px;
        /*filter:blur(1px);*/
    }
	
}

@-ms-keyframes leafbottom2{
    0% {
        transform: scale(0.5,0.5);
        opacity: 1;
        left: 0;
        top: 0;
        filter: blur(0);
    }

    25% {
        transform: scale(.5) rotate(28deg);
        opacity: 1;
        left: -74px;
        top: 44px;
        filter: blur(0);
    }

    50% {
        transform: scale(0.55) rotate(28deg);
        opacity: 1;
        left: -140px;
        top: 83px;
        filter: blur(0);
    }

    75% {
        left: -207px;
        top: 104px;
        transform: scale(0.6) rotate(28deg);
        opacity: 1;
        filter: blur(0);
    }

    100% {
        left: -293px;
        top: 127px;
        transform: scale(0.7) rotate(28deg);
        filter: blur(0);
    }
}
@keyframes leafbottom2{
    0% {
        transform: scale(0.5,0.5);
        opacity: 1;
        left: 0;
        top: 0;
        filter: blur(0);
    }
    25% {
        transform: scale(.5) rotate(28deg);
        opacity: 1;
        left: -74px;
        top: 44px;
        filter: blur(0);
    }
    50% {
        transform: scale(0.55) rotate(28deg);
        opacity: 1;
        left: -140px;
        top: 83px;
        filter: blur(0);
    }
    75% {
        left: -207px;
        top: 104px;
        transform: scale(0.6) rotate(28deg);
        opacity: 1;
        filter: blur(0);
    }
    100% {
        left: -293px;
        top: 127px;
        transform: scale(0.7) rotate(28deg);
        filter: blur(0);
    }
}

@-ms-keyframes leafbottom3 {
    0% {
        transform: scale(0.5,0.5);
        opacity: 1;
        left: 0;
        top: 0;
        filter: blur(0);
    }

    25% {
        transform: scale(0.6) rotate(35deg);
        left: -50px;
        top: 30px;
        opacity: 1;
    }

    50% {
        transform: scale(0.7) rotate(70deg);
        left: -100px;
        top: 60px;
        opacity: 1;
    }

    75% {
        transform: scale(0.8) rotate(95deg);
        left: -140px;
        top: 80px;
        opacity: 1;
    }

    100% {
        transform: scale(0.8) rotate(129deg);
        left: -200px;
        top: 110px
    }
}
@keyframes leafbottom3{
    0% {
        transform: scale(0.5,0.5);
        opacity: 1;
        left: 0;
        top: 0;
        filter: blur(0);
    }
    25% {
        transform: scale(0.6) rotate(35deg);
        left: -50px;
        top: 30px;
        opacity: 1;
    }
    50% {
        transform: scale(0.7) rotate(70deg);
        left: -100px;
        top: 60px;
        opacity: 1;
    }
    75% {
        transform: scale(0.8) rotate(95deg);
        left: -140px;
        top: 80px;
        opacity: 1;
    }
    100% {
        transform: scale(0.8) rotate(129deg);
        left: -200px;
        top: 110px
    }
}

@-ms-keyframes leafbottom4 {
    0% {
        transform: scale(0.5,0.5);
        opacity: 1;
        left: 0;
        top: 0;
        filter: blur(0);
    }

    25% {
        transform: scale(0.5) rotate(0);
        left: -40px;
        top: 35px;
        opacity: 1;
    }

    50% {
        transform: scale(0.55) rotate(28deg);
        left: -80px;
        top: 80px;
        opacity: 1;
    }

    75% {
        transform: scale(0.6) rotate(28deg);
        left: -120px;
        top: 115px;
        opacity: 1;
    }

    100% {
        transform: scale(0.7) rotate(28deg);
        left: -160px;
        top: 150px;
    }
}
@keyframes leafbottom4{
    0% {
        transform: scale(0.5,0.5);
        opacity: 1;
        left: 0;
        top: 0;
        filter: blur(0);
    }
    25% {
        transform: scale(0.5) rotate(0);
        left: -40px;
        top: 35px;
        opacity: 1;
    }
    50% {
        transform: scale(0.55) rotate(28deg);
        left: -80px;
        top: 80px;
        opacity: 1;
    }
    75% {
        transform: scale(0.6) rotate(28deg);
        left: -120px;
        top: 115px;
        opacity: 1;
    }
    100% {
        transform: scale(0.7) rotate(28deg);
        left: -160px;
        top: 150px;
    }
}



@-ms-keyframes leafUp1 {
    0% {
        transform: scale(0.8,0.8) translateX(0);
        opacity: 1;
        filter: blur(0);
    }

    50% {
        transform: scale(1.1,1.1) translateX(200px,-150px) rotate(45deg);
        filter: blur(0);
        opacity: 0.8;
    }

    75% {
        transform: scale(1.25,1.25) translate(300,-200px) rotate(65deg);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.3,1.3) translate(400px,-250px) rotate(90deg);
        /*filter:blur(1px);*/
    }
}
@keyframes leafUp1{
	0%{
		
		transform: scale(0.8,0.8) translateX(0);
		opacity: 1;
		filter:blur(0);
		
	}
	50%{
			transform: scale(1.1,1.1) translateX(200px,-150px) rotate(45deg);
			filter:blur(0);
			opacity: 0.8;
	}
	75%{
		transform: scale(1.25,1.25) translate(300,-200px) rotate(65deg);
		opacity: 0.5;
	}
	100%{
		transform: scale(1.3,1.3) translate(400px,-250px) rotate(90deg);
		/*filter:blur(1px);*/
		}
	
}

@-ms-keyframes leafUp2 {
    0% {
        transform: scale(0.8,0.8) translateX(0,-10px) rotate(15deg);
        opacity: 1;
    }

    50% {
        transform: scale(1.05,1.05) translateX(250px,-230px) rotate(-30deg);
        opacity: 0.8;
    }

    75% {
        transform: scale(1.1,1.1) translate(380px,-320px) rotate(-35deg);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.25,1.25) translate(400px,-450px) rotate(-75deg);
    }
}
@keyframes leafUp2{
	0%{
		transform: scale(0.8,0.8) translateX(0,-10px) rotate(15deg);
		opacity: 1;
	}
	50%{
		transform: scale(1.05,1.05) translateX(250px,-230px) rotate(-30deg);
		opacity: 0.8;
	}
	75%{
		transform: scale(1.1,1.1) translate(380px,-320px) rotate(-35deg);
		opacity: 0.5;
	}
	100%{
		transform: scale(1.25,1.25) translate(400px,-450px) rotate(-75deg);
	}
}

@-ms-keyframes leafUp3 {
    0% {
        transform: scale(0.8,0.8) translateX(0,-5px) rotate(20deg);
        opacity: 1;
    }

    50% {
        transform: scale(1.1,1.1) translateX(230px,-245px) rotate(0);
        opacity: 0.8;
    }

    75% {
        transform: scale(1.15,1.15) translate(380px,-380px) rotate(35deg);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.2,1.2) translate(310px,-420px) rotate(45deg);
    }
}
@keyframes leafUp3{
	0%{
		transform: scale(0.8,0.8) translateX(0,-5px) rotate(20deg);
		opacity: 1;
	}
	50%{
		transform: scale(1.1,1.1) translateX(230px,-245px) rotate(0);
		opacity: 0.8;
	}
	75%{
		transform: scale(1.15,1.15) translate(380px,-380px) rotate(35deg);
		opacity: 0.5;
	}
	100%{
		transform: scale(1.2,1.2) translate(310px,-420px) rotate(45deg);
	}
}

@-ms-keyframes leafUp4 {
    0% {
        transform: scale(0.8,0.8) translateX(0) rotate(-10deg);
        opacity: 1;
    }

    50% {
        transform: scale(1.1,1.1) translateX(250px,-250px) rotate(30deg);
        opacity: 0.8;
    }

    75% {
        transform: scale(1.15,1.15) translate(400px,-350px) rotate(35deg);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.25,1.25) translate(300px,-480px) rotate(45deg);
    }
}
@keyframes leafUp4{
	0%{
		transform: scale(0.8,0.8) translateX(0) rotate(-10deg);
		opacity: 1;
	}
	50%{
		transform: scale(1.1,1.1) translateX(250px,-250px) rotate(30deg);
		opacity: 0.8;
	}
	75%{
		transform: scale(1.15,1.15) translate(400px,-350px) rotate(35deg);
		opacity: 0.5;
	}
	100%{
		transform: scale(1.25,1.25) translate(300px,-480px) rotate(45deg);
	}
}


@-ms-keyframes leafRight1 {
    0% {
        opacity: 1;
        transform: scale(0.5,0.5);
        left: 0;
        top: 0;
    }

    25% {
        opacity: 1;
        transform: scale(0.6,0.6) rotate(65deg);
        left: 246px;
        top: -10px;
    }

    50% {
        opacity: 1;
        transform: scale(0.7,0.7) rotate(65deg);
        left: 487px;
        top: -45px;
    }

    75% {
        opacity: 1;
        transform: scale(0.8,0.8) rotate(65deg);
        left: 708px;
        top: -260px;
    }

    100% {
        opacity: 0;
        transform: scale(0.9,0.9) rotate(65deg);
        left: 902px;
        top: -390px;
    }
}

@keyframes leafRight1 {
    0% {
        opacity: 1;
        transform: scale(0.5,0.5);
        left: 0;
        top: 0;
    }

    25% {
        opacity: 1;
        transform: scale(0.6,0.6) rotate(65deg);
        left: 246px;
        top: -10px;
    }

    50% {
        opacity: 1;
        transform: scale(0.7,0.7) rotate(65deg);
        left: 487px;
        top: -45px;
    }

    75% {
        opacity: 1;
        transform: scale(0.8,0.8) rotate(65deg);
        left: 708px;
        top: -260px;
    }

    100% {
        opacity: 0;
        transform: scale(0.9,0.9) rotate(65deg);
        left: 902px;
        top: -390px;
    }
}

@-ms-keyframes leafRight2{
    0% {
        opacity: 1;
        transform: scale(0.5,0.5);
        left: 0;
        top: 0;
    }

    25% {
        left: 150px;
        top: 68px;
        opacity: 1;
        transform: scale(0.6,0.6);
    }

    50% {
        opacity: 1;
        transform: scale(0.7) rotate(-15deg);
        left: 355px;
        top: 34px;
    }

    75% {
        left: 620px;
        top: -142px;
        opacity: 1;
        transform: scale(0.8) rotate(-15deg);
    }

    100% {
        transform: scale(0.9) rotate(-29deg);
        left: 860px;
        top: -284px;
    }
}
@keyframes leafRight2 {
    0% {
        opacity: 1;
        transform: scale(0.5,0.5);
        left: 0;
        top: 0;
    }

    25% {
        left: 150px;
        top: 68px;
        opacity: 1;
        transform: scale(0.6,0.6);
    }

    50% {
        opacity: 1;
        transform: scale(0.7) rotate(-15deg);
        left: 355px;
        top: 34px;
    }

    75% {
        left: 620px;
        top: -142px;
        opacity: 1;
        transform: scale(0.8) rotate(-15deg);
    }

    100% {
        transform: scale(0.9) rotate(-29deg);
        left: 860px;
        top: -284px;
    }
}

@-ms-keyframes leafRight3{
    0% {
        opacity: 1;
        transform: scale(0.5,0.5);
        left: 0;
        top: 0;
    }

    25% {
        opacity: 1;
        transform: scale(0.6) rotate(25deg);
        left: 150px;
        top: 5px;
    }

    50% {
        opacity: 1;
        transform: scale(0.7) rotate(30deg);
        left: 345px;
        top: -40px;
    }

    75% {
        opacity: 1;
        transform: scale(0.8) rotate(30deg);
        left: 565px;
        top: -257px;
    }

    100% {
        transform: scale(0.9) rotate(30deg);
        left: 812px;
        top: -412px;
    }
}
@keyframes leafRight3 {
    0% {
        opacity: 1;
        transform: scale(0.5,0.5);
        left: 0;
        top: 0;
    }

    25% {
        opacity: 1;
        transform: scale(0.6) rotate(25deg);
        left: 150px;
        top: 5px;
    }

    50% {
        opacity: 1;
        transform: scale(0.7) rotate(30deg);
        left: 345px;
        top: -40px;
    }

    75% {
        opacity: 1;
        transform: scale(0.8) rotate(30deg);
        left: 565px;
        top: -257px;
    }

    100% {
        transform: scale(0.9) rotate(30deg);
        left: 812px;
        top: -412px;
    }
}

#LauncherLogo {
    display: none !important;
}

#LauncherTranslatePhrase {
    width: 80px;
    background-color: #f49600 !important;
    border: none !important;
    position: relative !important;
    top: -3px !important;
    margin: 0 auto !important;
    padding: 5px 0 !important;
}
#TranslateSpan {
    font-size: 12px !important;
}
#MicrosoftTranslatorWidget {
    height:30px !important;
}
.d-sign-btn {
    background: url(/../images/zhuce-01.png) no-repeat left center;
    padding-left: 24px;
}