/* 定位导航 */
.fix-nav-bar{
    width: 100%;
    padding: 20px 0;
    position: fixed;
    top: 100px;
    z-index: 9999;
    -webkit-transition: all .6s;
    -moz-transition: all .6s;
    -ms-transition: all .6s;
    -o-transition: all .6s;
    transition: all .6s;
    -webkit-box-shadow: 0 3px 5px rgba(0,0,0,.3);
    -moz-box-shadow: 0 3px 5px rgba(0,0,0,.3);
    box-shadow: 0 3px 5px rgba(0,0,0,.3);
    background: rgba(0,0,0,.7);
}
.fix-nav-bar .menu-list{
    width: 1200px;
    margin: 0 auto;
    text-align: right;
    font-size: 0;
}
.fix-nav-bar .menu-list a{
    color: #969696;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 20px;
    font-size: 14px;
}
.fix-nav-bar .menu-list a:hover,
.fix-nav-bar .menu-list a.on{
    color: #fff;
}
.fix-nav-bar .menu-list a.now-buy-btn{
    color: #fff;
    margin-left: 60px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background: #ff6700;
}
.fix-nav-bar .menu-list a.now-buy-btn:hover{
    background: #f80;
}
.fix-coordinate{
    display: block !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9999;
}
/* CMS概述 */
.cms-brief-block{
    height: 500px;
    background: url("../images/cms-brief.jpg") center no-repeat;
}
.cms-brief-block > h1{
    width: 1200px;
    margin: 0 auto;
    padding-top: 200px;
    text-align: center;
    font-size: 60px;
    font-family: "FZLanTingHeiS-U4ac2e69284986";
}
.cms-brief-block > h1 > strong{
    color: #3db1fa;
    padding-left: 15px;
}
.cms-brief-block > h1 > span{
    font-size: 30px;
}
/* 版本体验 */
.practice-content{
    border-bottom: 1px solid #e5e5e5;
}
.practice-block{
    padding: 16px 0;
    text-align: center;
    font-size: 0;
}
.practice-block a{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    padding: 0 25px;
    margin: 0 25px;
    font-size: 15px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    border: 1px solid #dadada;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.practice-block a:hover{
    color: #fff;
    -webkit-transform: translate(0,-5px);
    -moz-transform: translate(0,-5px);
    -ms-transform: translate(0,-5px);
    transform: translate(0,-5px);
    border: 1px solid #50b269;
    background: #50b269;
}
/* 极速上线 */
.top-speed-content{
    padding: 60px 0 40px;
    background: -moz-linear-gradient(top, #ffffff, #fbfbfb);
    background: -webkit-linear-gradient(top, #ffffff, #fbfbfb);
    background: -ms-linear-gradient(top, #ffffff, #fbfbfb);
    background: -o-linear-gradient(top, #ffffff, #fbfbfb);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #ffffff, endColorstr = #fbfbfb);
}
.top-speed-block h3{
    text-align: center;
    font-size: 16px;
}
.top-speed-block h3 strong{
    display: block;
    margin-bottom: 20px;
    padding-top: 35px;
    font-size: 40px;
    position: relative;
}
.top-speed-block h3 strong:after{
    content: "";
    width: 35px;
    height: 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin: 0 0 0 -18px;
    border-top: 1px solid #979797;
}
.top-speed-block .item{
    padding-top: 444px;
    margin-top: 40px;
    font-size: 0;
    text-align: center;
    background: url("../images/cms-pic01.png") top center no-repeat;
}
.top-speed-block .item p{
    display: inline-block;
    line-height: 24px;
    padding-left: 80px;
    margin: 50px 80px 0;
    text-align: left;
    font-size: 15px;
    opacity: 0;
    filter:alpha(opacity=0);
    position: relative;
}
.top-speed-block .item .fadeRight{
    opacity: 100;
    filter:alpha(opacity=100);
    -webkit-animation:cms-fadeRight 1s forwards;
    animation:cms-fadeRight 1s forwards;
}
.top-speed-block .item .fadeLeft{
    opacity: 100;
    filter:alpha(opacity=100);
    -webkit-animation:cms-fadeLeft .8s forwards;
    animation:cms-fadeLeft .8s forwards;
}
.top-speed-block .item p:before{
    content: "";
    display: inline-block;
    width: 58px;
    height: 58px;
    position: absolute;
    left: 0;
    top: 7px;
    background: url("../images/cms-show-ico.png") no-repeat;
}
.top-speed-block .item .first:before{
    background-position: 0 -70px;
}
.top-speed-block .item .second:before{
    background-position: 0 -146px;
}
/* 功能强大 */
.powerful-content{
    padding: 80px 0;
}
.powerful-block{
    min-height: 436px;
    padding-left: 160px;
    background: url("../images/cms-pic02.jpg") right center no-repeat;
}
.powerful-block h3{
    position: relative;
    padding-top: 90px;
    font-size: 40px;
}
.powerful-block h3:after{
    content: "";
    display: block;
    width: 35px;
    height: 0;
    position: absolute;
    left: 10px;
    top: 45px;
    border-top: 1px solid #979797;
}
.powerful-block p{
    line-height: 28px;
    margin-top: 20px;
    font-size: 16px;
}
.want-more-link{
    display: inline-block;
    color: #3db1fa;
    width: 198px;
    height: 43px;
    line-height: 43px;
    margin-top: 45px;
    text-align: center;
    font-size: 16px;
    border: 1px solid #c4e7fd;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
}
.want-more-link:hover{
    color: #fff;
    background: #3db1fa;
}
.more-rig-arrow{
    display: inline-block;
    width: 8px;
    height: 14px;
    opacity: 0;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    transition: all .5s;
    background: url("../images/templets-ico.png") no-repeat -20px 0;
}
.want-more-link:hover .more-rig-arrow{
    opacity: 1;
    margin-left: 20px;
    -webkit-transform: translate(10px,0);
    -moz-transform: translate(10px,0);
    -ms-transform: translate(10px,0);
    transform: translate(10px,0);
}
/* 非凡营销 */
.marketing-content{
    background: url("../images/market-bg.jpg") center no-repeat;
}
.marketing-block{
    display: table-cell;
    width: 1200px;
    height: 600px;
    vertical-align: middle;
    text-align: center;
}
.marketing-block h3{
    position: relative;
    padding-top: 50px;
    font-size: 40px;
}
.marketing-block h3:after{
    content: "";
    display: block;
    width: 35px;
    height: 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -18px;
    border-top: 1px solid #979797;
}
.marketing-block p{
    line-height: 28px;
    margin-top: 15px;
    font-size: 16px;
}
.marketing-block .list{
    margin-top: 50px;
    font-size: 0;
}
.marketing-block .list li{
    display: inline-block;
    width: 120px;
    height: 130px;
    margin: 0 25px;
    opacity: 0;
    filter:alpha(opacity=0);
    background: url("../images/cms-show-ico.png") no-repeat;
}
.marketing-block .movelist li{
    filter:alpha(opacity=100);
    -webkit-animation:cms-fadeRight 1s forwards;
    animation:cms-fadeRight 1s forwards;
}
.marketing-block .movelist li.seo{
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    background-position: 0 -223px;
}
.marketing-block .movelist li.sem{
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
    background-position: 0 -373px;
}
.marketing-block .movelist li.qq{
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    background-position: 0 -523px;
}
.marketing-block .movelist li.wx{
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
    background-position: 0 -673px;
}
/* 海量模板 */
.templets-content{
    padding: 60px 0 50px;
    overflow: hidden;
    position: relative;
    background: -moz-linear-gradient(top, #ffffff, #fbfbfb);
    background: -webkit-linear-gradient(top, #ffffff, #fbfbfb);
    background: -ms-linear-gradient(top, #ffffff, #fbfbfb);
    background: -o-linear-gradient(top, #ffffff, #fbfbfb);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #ffffff, endColorstr = #fbfbfb);
}
.templets-content:before,
.templets-content:after{
    content: "";
    display: block;
    width: 286px;
    height: 160px;
    position: absolute;
    bottom: 0;
    z-index: 99;
}
.templets-content:before{
    left: 50%;
    margin-left: -860px;
    background: url("../images/pillar-left-ico.png") center no-repeat;
}
.templets-content:after{
    right: 50%;
    margin-right: -860px;
    background: url("../images/pillar-right-ico.png") center no-repeat;
}
.templets-block{
    text-align: center;
}
.templets-block h3{
    position: relative;
    padding-top: 35px;
    font-size: 40px;
}
.templets-block h3:after{
    content: "";
    display: block;
    width: 35px;
    height: 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -18px;
    border-top: 1px solid #979797;
}
.mall-block{
    padding-bottom: 354px;
    font-size: 0;
    background: url("../images/cms-pic03.png") bottom center no-repeat;
}
.mall-block .item{
    display: inline-block;
    line-height: 28px;
    margin: 50px 80px 0;
    text-align: left;
    font-size: 16px;
}
/* 系统开源 */
.code-content{
    padding: 50px 0 80px;
}
.code-block{
    padding-bottom: 381px;
    text-align: center;
    background: url("../images/cms-code.jpg") bottom center no-repeat;
}
.code-block h3{
    font-size: 40px;
}
.code-block p{
    line-height: 28px;
    margin-top: 30px;
    font-size: 16px;
}
/* 售后服务 */
.after-service-content{
    background: url("../images/customer-service-bg.jpg") center no-repeat;
}
.after-service-block{
    display: table-cell;
    width: 1200px;
    height: 720px;
    vertical-align: middle;
}
.after-service-block .hd{
    padding-left: 80px;
}
.after-service-block .hd h3{
    position: relative;
    padding-top: 20px;
    font-size: 40px;
}
.after-service-block .hd h3:after{
    content: "";
    display: block;
    width: 35px;
    height: 0;
    position: absolute;
    top: 0;
    left: 5px;
    border-top: 1px solid #979797;
}
.after-service-block .hd p{
    line-height: 28px;
    margin-top: 20px;
    font-size: 16px;
}
.after-service-block .support,
.after-service-block .back{
    float: left;
    padding: 100px 0 0 80px;
}
.after-service-block .support h4,
.after-service-block .back h4{
    font-size: 20px;
}
.after-service-block .support .list{
    margin-top: 5px;
}
.after-service-block .support .list li{
    height: 35px;
    line-height: 35px;
    font-size: 15px;
}
.after-service-block .support .list li:before{
    content: "";
    display: inline-block;
    width: 20px;
    height: 16px;
    vertical-align: middle;
    margin: -3px 5px 0 0;
    background: url("../images/cms-show-ico.png") no-repeat 0 -34px;
}
.after-service-block .back p{
    line-height: 26px;
    margin-top: 10px;
    font-size: 15px;
}

/* 运行环境 */
.runtime-top-box{
	float:left;
	width:100%;
	min-width:1024px;
	height:510px;
	background:url(../images/hj-banner-bg.png) center no-repeat #fbfbfb}
.runtime-top-box h1{
	font-size:0}

.runtime-big{
	float:left;
	width:100%;
	min-width:1200px}
.runtime-main{
	width:1200px;
	margin:0 auto}
.runtime-main:after{
	content:'.';
	clear:both;
	height:0;
	display:block;
	overflow:hidden}

.container-box{
	}
	.down-box{
	    padding-bottom: 52px;
	}
.container-box .hj-tit,
.down-box .down-tit{
	color:#464646;
	padding:40px 0;
	text-align:center}
.container-box .hj-tit h3,
.down-box .down-tit h3{
	font-size:28px;
	font-weight:500}
.container-box .hj-tit p,
.down-box .down-tit p{
	margin-top:5px;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif}

.hj-con{
	}
.hj-con:after{
	content:'.';
	clear:both;
	height:0;
	display:block;
	overflow:hidden}
.hj-con .hj-list{
	float:left;
	width: 578px;
	background:#fff;
	position: relative;
	box-shadow:1px 1px 12px rgba(0,0,0,.1)}
.hj-con .hj-list .word-bg{
	position: absolute;
	bottom: 29px;
	right: 0;
	width: 159px;
	height: 103px;
	background: url("../images/huanjing-lin-bg.jpg") no-repeat;
}
.hj-con .hj-list.win .word-bg{
	width: 220px;
	background: url("../images/huanjing-win-bg.jpg") no-repeat;
}
.hj-con .hj-list h4{
	color:#fff;}
.hj-con .hj-list .left-hd{
	height:88px;
	line-height:22px;
	padding:40px 0 0 40px;
	background:url(../images/Linux-ico.jpg) center no-repeat}
.hj-con .hj-list .rig-hd{
	height:88px;
	line-height:22px;
	padding:40px 0 0 40px;
	background:url(../images/Windows03-ico.jpg) center no-repeat}
.hj-con .hj-list .mid-hd{
	height: 88px;
	line-height:22px;
	padding:20px 0 20px 18px;
	background:url(../images/Windows08-ico.jpg) center no-repeat}
.hj-con .hj-list h4 em{
	display:block;
	margin-bottom:13px;
	padding-left:35px;
	font-size:22px;
	font-style:normal;
	background:url(../images/runtime-ico.png) no-repeat 0 -26px}
.hj-con .hj-list h4 strong{
	display:block;
	font-weight:bold;
	font-size:24px;
	font-family:Arial, Helvetica, sans-serif}
.hj-con .hj-list h4 span{
	font-size:16px;
	font-weight:500}
.hj-con .hj-list ul{
	padding:25px 0}
.hj-con .hj-list ul li{
	color:#333;
	height:32px;
	line-height:32px;
	font-size:14px}
.hj-con .hj-list ul li span{
	color:#afb6d0;
	display:inline-block;
	width:150px;
	padding-right:5px;
	text-align:right}

.hj-con .propose{
	float:left;
	width:785px;
	height:304px;
	margin-top:40px;
	box-shadow:1px 1px 12px rgba(0,0,0,.1);
	background:url(../images/runtime-ico.png) no-repeat 0 -252px #fff}
.hj-con .propose ul{
	color:#333;
	font-size:14px;
	padding:0 60px 0 226px}
.hj-con .propose ul li{
	padding-left:15px;
	line-height:20px;
	margin-top:18px;
	background:url(../images/runtime-ico.png) no-repeat 0 8px}
.hj-con .propose ul li span{
	color:#999}

.hj-con .space{
	float:right;
	width:322px;
	height:304px;
	margin-top:40px;
	padding:0 24px;
	position:relative;
	box-shadow:1px 1px 12px rgba(0,0,0,.1);
	background:#fff;}
.hj-con .space:after{
	content:' ';
	display:block;
	width:144px;
	height:201px;
	position:absolute;
	top:-17px;
	right:0;
	background:url(../images/runtime-ico.png) no-repeat right -586px}
.hj-con .space h4{
	color:#743edd;
	margin-top:35px;
	font-size:15px;
	font-weight:500}
.hj-con .space h4 strong{
	display:block;
	font-size:20px;
	font-weight:500}
.hj-con .space .txt1{
	color:#b5a6dd;
	margin-top:40px;
	font-size:14px;}
.hj-con .space .txt2{
	color:#666cfb;
	line-height:26px;
	margin-top:5px;
	font-size:16px;
	font-weight:bold}
.hj-con .space .buy-btn{
	display:block;
	color:#fff;
	width: 280px;
	height:36px;
	line-height:36px;
	margin:15px auto 0;
	text-align:center;
	font-size:14px;
	text-decoration:none;
	background:url(../images/runtime-ico.png) no-repeat 0 -160px}
.hj-con .space .buy-btn:hover{
	background:url(../images/runtime-ico.png) no-repeat 0 -206px}

.down-box .down-con li{
	height:36px;
	line-height:36px;
	padding:2px 2px 2px 20px;
	margin-bottom:17px;
	border-radius:20px;
	background:#fff;
	box-shadow:1px 1px 12px rgba(0,0,0,.1)}
.down-box .down-con li span{
	color:#333;
	font-size:14px}
.down-box .down-con li a{
	float:right;
	color:#fff;
	width:130px;
	height:36px;
	line-height:36px;
	text-align:center;
	font-size:14px;
	text-decoration:none;
	background:url(../images/runtime-ico.png) no-repeat}
.down-box .down-con li a.down-btn{
	background-position:0 -68px}
.down-box .down-con li a:hover.down-btn{
	background-position:-150px -68px}
.down-box .down-con li a.look-btn{
	background-position:0 -114px}
.down-box .down-con li a:hover.look-btn{
	background-position:-150px -114px}

/* 强大功能 */
.pdt-content{
    padding: 100px 0 0;
}
.pdt-tit,
.nr-tit{
    width: 900px;
    margin: 0 auto;
    text-align: center;
}
.pdt-tit h3,
.nr-tit h3{
    font-size: 40px;
}
.pdt-tit p,
.nr-tit p{
    color: #666;
    line-height: 30px;
    padding-top: 20px;
    font-size: 16px;
}
.pdt-block{
    width: 1200px;
    height: 758px;
    margin: 0 auto;
    position: relative;
    background: url("../images/product-bg01.jpg") center no-repeat;
}
.pdt-block .circle{
    opacity: 0;
    -webkit-animation:cms-fadeIn 1s forwards;
    animation:cms-fadeIn 1s forwards;
}
.pdt-block .circle1{
    width: 104px;
    height: 103px;
    position: absolute;
    left: 290px;
    top: 70px;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    background: url("../images/circle-01.png") center no-repeat;
}
.pdt-block .circle2{
    width: 78px;
    height: 78px;
    position: absolute;
    left: 220px;
    top: 320px;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
    background: url("../images/circle-02.png") center no-repeat;
}
.pdt-block .circle3{
    width: 99px;
    height: 99px;
    position: absolute;
    left: 840px;
    top: 190px;
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
    background: url("../images/circle-03.png") center no-repeat;
}
.pdt-block .circle4{
    width: 85px;
    height: 85px;
    position: absolute;
    left: 480px;
    top: 210px;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    background: url("../images/circle-04.png") center no-repeat;
}
.pdt-block .circle5{
    width: 77px;
    height: 77px;
    position: absolute;
    left: 340px;
    top: 320px;
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
    background: url("../images/circle-05.png") center no-repeat;
}
.pdt-block .circle6{
    width: 74px;
    height: 74px;
    position: absolute;
    left: 700px;
    top: 360px;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    background: url("../images/circle-06.png") center no-repeat;
}
.pdt-block .circle7{
    width: 79px;
    height: 79px;
    position: absolute;
    left: 930px;
    top: 350px;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    background: url("../images/circle-07.png") center no-repeat;
}
.pdt-block .circle8{
    width: 86px;
    height: 85px;
    position: absolute;
    left: 800px;
    top: 470px;
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
    background: url("../images/circle-08.png") center no-repeat;
}
.pdt-block .circle9{
    width: 100px;
    height: 100px;
    position: absolute;
    left: 610px;
    top: 550px;
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
    background: url("../images/circle-09.png") center no-repeat;
}
.pdt-block .circle10{
    width: 74px;
    height: 74px;
    position: absolute;
    left: 380px;
    top: 520px;
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s;
    background: url("../images/circle-10.png") center no-repeat;
}
.pdt-block .circle11{
    width: 87px;
    height: 89px;
    position: absolute;
    left: 660px;
    top: 180px;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
    background: url("../images/circle-11.png") center no-repeat;
}
/* 内容管理 */
.nr-block{
    width: 1316px;
    height: 759px;
    margin: -100px auto 0;
    position: relative;
    background: url("../images/cms-nr-big-bg.png") 45px center no-repeat;
}
.nr-block .circle{
    width: 74px;
    height: 30px;
    line-height: 30px;
    padding-top: 84px;
    text-align: center;
    position: absolute;
    color: #666;
    cursor: pointer;
    font-size: 16px;
}
.nr-block .circle1,
.nr-block .circle2,
.nr-block .circle3,
.nr-block .circle4{
    top: 310px;
}
.nr-block .circle1{
    left: 320px;
    -webkit-animation: cms-infeed 8s infinite forwards;
    -moz-animation: cms-infeed 8s infinite forwards;
    animation: cms-infeed 8s infinite forwards;
    background: url("../images/nr-circle01.png") top no-repeat;
}
.nr-block .circle2{
    left: 530px;
    -webkit-animation: cms-infeed 6s infinite forwards;
    -moz-animation: cms-infeed 6s infinite forwards;
    animation: cms-infeed 6s infinite forwards;
    background: url("../images/nr-circle02.png") top no-repeat;
}
.nr-block .circle3{
    left: 710px;
    -webkit-animation: cms-infeed 7s infinite forwards;
    -moz-animation: cms-infeed 7s infinite forwards;
    animation: cms-infeed 7s infinite forwards;
    background: url("../images/nr-circle03.png") top no-repeat;
}
.nr-block .circle4{
    left: 900px;
    -webkit-animation: cms-infeed 9s infinite forwards;
    -moz-animation: cms-infeed 9s infinite forwards;
    animation: cms-infeed 9s infinite forwards;
    background: url("../images/nr-circle04.png") top no-repeat;
}
.nr-block .circle5,
.nr-block .circle6,
.nr-block .circle7{
    top: 450px;
}
.nr-block .circle5{
    left: 420px;
    -webkit-animation: cms-infeed 6s infinite forwards;
    -moz-animation: cms-infeed 6s infinite forwards;
    animation: cms-infeed 6s infinite forwards;
    background: url("../images/nr-circle05.png") top no-repeat;
}
.nr-block .circle6{
    left: 615px;
    -webkit-animation: cms-infeed 7s infinite forwards;
    -moz-animation: cms-infeed 7s infinite forwards;
    animation: cms-infeed 7s infinite forwards;
    background: url("../images/nr-circle06.png") top no-repeat;
}
.nr-block .circle7{
    left: 808px;
    -webkit-animation: cms-infeed 8s infinite forwards;
    -moz-animation: cms-infeed 8s infinite forwards;
    animation: cms-infeed 8s infinite forwards;
    background: url("../images/nr-circle07.png") top no-repeat;
}
.wavewarp{
    height: 300px;
    margin-top: -300px;
}
.wavewarp .canvas{
    vertical-align: middle;
}
/* 站点管理 */
.website-content{
    position: relative;
    background: #48d985;
    background: -moz-linear-gradient(top, #48d985, #56e0df);
    background: -webkit-linear-gradient(top, #48d985, #56e0df);
    background: -ms-linear-gradient(top, #48d985, #56e0df);
    background: -o-linear-gradient(top, #48d985, #56e0df);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #48d985, endColorstr = #56e0df);
}
.website-tit{
    width: 1200px;
    margin: 0 auto;
    padding-top: 190px;
    text-align: center;
}
.website-tit h3{
    color: #fff;
    font-size: 40px;
}
.website-tit p{
    color: #fff;
    line-height: 30px;
    margin-top: 20px;
    font-size: 16px;
}
.website-block{
    height: 420px;
    background: url("../images/website-block-delta-bg.png") right bottom no-repeat;
}
.website-tab{
    width: 1010px;
    padding-top: 70px;
    margin: 0 auto;
}
.website-tab .website-hd{
    float: left;
    width: 646px;
    height: 246px;
    padding-top: 150px;
    text-align: center;
    font-size: 0;
    background: url("../images/website-block-bg.png") center no-repeat;
}
.website-tab .website-hd span{
    display: inline-block;
    width: 76px;
    margin: 0 40px;
    cursor: pointer;
    font-size: 16px;
}
.website-tab .website-hd .pc{
    color: #5aacf3;
}
.website-tab .website-hd .wap{
    color: #f0861e;
}
.website-tab .website-hd .wx{
    color: #1aad3d;
}
.website-tab .website-hd span:before{
    content: "";
    display: block;
    width: 76px;
    height: 76px;
    margin-bottom: 5px;
    background: url("../images/cms-strong-ico.png") no-repeat;
}
.website-tab .website-hd .pc:before{
    background-position: 0 -53px;
}
.website-tab .website-hd .wap:before{
    background-position: -86px -53px;
}
.website-tab .website-hd .wx:before{
    background-position: -172px -53px;
}

.website-tab .website-hd .pc.on:before{
    background-position: 0 -134px;
}
.website-tab .website-hd .wap.on:before{
    background-position: -86px -134px;
}
.website-tab .website-hd .wx.on:before{
    background-position: -172px -134px;
}
.website-tab .website-bd{
    float: right;
    width: 324px;
    padding-top: 50px;
}
.website-tab .website-bd .item{
    display: none;
}
.website-tab .website-bd .item a{
    float: left;
    color: #40ccf1;
    width: 118px;
    height: 38px;
    line-height: 38px;
    margin: 0 0 15px 40px;
    text-align: center;
    font-size: 14px;
    opacity:0;
    filter:alpha(opacity=0);
    border: 1px solid #40ccf1;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #fff;
}
.website-animate .website-bd .item a{
    filter:alpha(opacity=100);
    -webkit-animation: cms-bottomFadein 1s forwards;
    -moz-animation: cms-bottomFadein 1s forwards;
    animation: cms-bottomFadein 1s forwards;
}
.website-animate .website-bd .item a:nth-child(1),
.website-animate .website-bd .item a:nth-child(2){
    -webkit-animation-delay: .0s;
    animation-delay: .0s;
}
.website-animate .website-bd .item a:nth-child(3),
.website-animate .website-bd .item a:nth-child(4){
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.website-animate .website-bd .item a:nth-child(5),
.website-animate .website-bd .item a:nth-child(6){
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.website-animate .website-bd .item a:nth-child(7),
.website-animate .website-bd .item a:nth-child(8){
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.website-animate .website-bd .item a:nth-child(9),
.website-animate .website-bd .item a:nth-child(10){
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
/* 用户管理 */
.user-content{
    padding: 100px 0;
    background: #fff;
}
.user-tit{
    width: 700px;
    margin: 180px auto 0;
    text-align: center;
}
.user-tit h3{
    font-size: 40px;
}
.user-tit p{
    color: #666;
    padding-top: 20px;
    line-height: 30px;
    font-size: 16px;
}
.user-block{
    width: 964px;
    height: 480px;
    margin: 70px auto 0;
    position: relative;
}
.user-block .item-list{
    width: 964px;
    height: 360px;
    padding-top: 120px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 99;
    background: url("../images/cms-usergl-bg.png") top no-repeat;
}
.user-block .item-list dl{
    display: inline-block;
    margin: 0 45px;
    vertical-align: top;
}
.user-block .item-list dl dt{
    color: #fff;
    width: 120px;
    height: 40px;
    line-height: 40px;
    margin-bottom: 14px;
    font-size: 16px;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    background: #40ccf1;
}
.user-block .item-list dl dd{
    color: #40ccf1;
    width: 118px;
    height: 38px;
    line-height: 38px;
    margin-top: 20px;
    font-size: 14px;
    opacity:0;
    filter:alpha(opacity=0);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    border: 1px solid #40ccf1;
    background: #fff;
}
.user-animate .item-list dl dt,
.user-animate .item-list dl dd{
    filter:alpha(opacity=100);
    -webkit-animation: cms-bottomFadein 1s forwards;
    -moz-animation: cms-bottomFadein 1s forwards;
    animation: cms-bottomFadein 1s forwards;
}
.user-animate .item-list dl dd:nth-child(1){
    -webkit-animation-delay: .1s;
    animation-delay: .1s;
}
.user-animate .item-list dl dd:nth-child(2){
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.user-animate .item-list dl dd:nth-child(3){
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}
.user-animate .item-list dl dd:nth-child(4){
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.user-animate .item-list dl dd:nth-child(5){
    -webkit-animation-delay: .5s;
    animation-delay: .5s;
}
.user-animate .item-list dl dd:nth-child(6){
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.user-block .circle1{
    width: 278px;
    height: 274px;
    position: absolute;
    left: -100px;
    top: -100px;
    z-index: 9;
    background: url("../images/cms-user-circle01.png") center no-repeat;
}
.user-block .circle2{
    width: 467px;
    height: 381px;
    position: absolute;
    right: -230px;
    top: -160px;
    z-index: 9;
    background: url("../images/cms-user-circle02.png") center no-repeat;
}
.user-block .circle3{
    width: 355px;
    height: 355px;
    position: absolute;
    left: -318px;
    top: -500px;
    background: url("../images/cms-user-circle03.png") center no-repeat;
}
.user-block .circle4{
    width: 113px;
    height: 118px;
    position: absolute;
    right: -120px;
    top: -500px;
    background: url("../images/cms-user-circle04.png") center no-repeat;
}
.user-block .circle5{
    width: 275px;
    height: 307px;
    position: absolute;
    right: -360px;
    bottom: -50px;
    background: url("../images/cms-user-circle05.png") center no-repeat;
}
/* 消息通知 */
.msg-content{
    padding: 90px 0;
    background: -moz-linear-gradient(top, #39df90, #57e0e0);
    background: -webkit-linear-gradient(top, #39df90, #57e0e0);
    background: -ms-linear-gradient(top, #39df90, #57e0e0);
    background: -o-linear-gradient(top, #39df90, #57e0e0);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType = 0, startColorstr = #39df90, endColorstr = #57e0e0);
}
.msg-tit{
    color: #fff;
    text-align: center;
}
.msg-tit h3{
    color: #fff;
    font-size: 40px;
}
.msg-tit p{
    color: #fff;
    padding-top: 40px;
    line-height: 30px;
    font-size: 16px;
}
.msg-block{
    margin-top: 80px;
    text-align: center;
    font-size: 0;
}
.msg-block span{
    color: #fff;
    display: inline-block;
    padding: 0 110px;
    font-size: 16px;
    position: relative;
}
.msg-block span:before{
    content: "";
    display: block;
    width: 48px;
    height: 47px;
    margin: 0 auto 10px;
    background: url("../images/cms-strong-ico.png") no-repeat;
}
.msg-block .sms:before{
    background-position: 0 0;
}
.msg-block .mail:before{
    background-position: -57px 0;
}
.msg-block .letter:before{
    background-position: -113px 0;
}
.msg-block .sms:after,
.msg-block .mail:after{
    content: "";
    width: 1px;
    height: 78px;
    position: absolute;
    top: 0;
    right: 0;
    background: #fff;
    background: rgba(255,255,255,.4);
}
/* 第二屏 */
.section2{
    background: url("../images/section2.jpg") center no-repeat;
}
.second-block{
    width: 1060px;
    height: 580px;
    margin: 0 auto;
    background: url("../images/section6.png") left no-repeat;
}
.second-block .nr{
    float: right;
    width: 390px;
}
.second-block .txt h3{
    font-size: 40px;
}
.second-block .txt p{
    margin-top: 20px;
    line-height: 26px;
    font-size: 16px;
}
.second-block .pic{
    float: right;
    width: 390px;
    height: 255px;
    margin-top: 60px;
    opacity: 0;
    filter: alpha(opacity=0);
    background: url("../images/section5.png") center no-repeat;
}
.second-block .scale{
    animation: scale 1s forwards;
    -webkit-animation: scale 1s forwards;
}
    /* 第三屏 */
.section3{
    background: url("../images/section3.jpg") center no-repeat;
}
.third-block{
    width: 980px;
    margin: 0 auto;
}
.third-block .block-tit{
    text-align: center;
}
.third-block .block-tit h3{
    font-size: 40px;
}
.third-block .block-tit p{
    margin-top: 20px;
    line-height: 26px;
    font-size: 16px;
}
.third-block .block-tab{
    width: 728px;
    height: 515px;
    margin: 30px auto 0;
    position: relative;
}
.third-block .block-tab .prev,
.third-block .block-tab .next{
    display: block;
    width: 47px;
    height: 47px;
    position: absolute;
    top: 50%;
    margin-top: -24px;
    background: url("../images/market-btn-ico.png") no-repeat;
}
.third-block .block-tab .prev{
    left: -100px;
    background-position: 0 0;
}
.third-block .block-tab .next{
    right: -100px;
    background-position: -47px 0;
}
.third-block .block-tab .bd{
    width: 728px;
    height: 515px;
    overflow: hidden;
    background: url("../images/ipad-bg.png") center no-repeat;
}
.third-block .block-tab .bd .tempWrap{
    margin: 46px 0 0 81px;
}
.third-block .block-tab .bd > ul{
    width: 566px;
    height: 415px;
    overflow: hidden;
}
.third-block .block-tab .hd{
    height: 40px;
}
.third-block .block-tab .hd > ul{
    text-align: center;
    font-size: 0;
}
.third-block .block-tab .hd > ul > li{
    display: inline-block;
    color: #61a0ce;
    height: 40px;
    padding: 0 20px;
    cursor: pointer;
    font-size: 14px;
}
.third-block .block-tab .hd > ul > li.on:after{
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    margin: 5px auto;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #74aad2;
}
/* 第四屏 */
.section4{
    background: url("../images/section4.jpg") center no-repeat;
    background-size: cover;
}
.fourth-block{
    width: 1060px;
    margin: 0 auto;
}
.fourth-block .nr{
    float: right;
    width: 460px;
}
.fourth-block .txt{
    padding-left: 10px;
}
.fourth-block .txt h3{
    font-size: 40px;
}
.fourth-block .txt p{
    margin-top: 20px;
    line-height: 26px;
    font-size: 16px;
}
.fourth-block .item{
    margin-top: 70px;
}
.fourth-block .item li{
    float: left;
    margin: 10px 5px 20px 0;
}
.fourth-block .cms-fadeIn li{
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-animation:cms-fadeIn 1s forwards;
    animation:cms-fadeIn 1s forwards;
}
.fourth-block .cms-fadeIn li:nth-child(1){
    -webkit-animation-delay: 0.2s;
    animation-delay: 0.2s;
}
.fourth-block .cms-fadeIn li:nth-child(2){
    -webkit-animation-delay: .4s;
    animation-delay: .4s;
}
.fourth-block .cms-fadeIn li:nth-child(3){
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
}
.fourth-block .cms-fadeIn li:nth-child(4){
    -webkit-animation-delay: .8s;
    animation-delay: .8s;
}
.fourth-block .cms-fadeIn li:nth-child(5){
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.fourth-block .cms-fadeIn li:nth-child(6){
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.fourth-block .cms-fadeIn li:nth-child(7){
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s;
}
.fourth-block .cms-fadeIn li:nth-child(8){
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s;
}
/* 第五屏 */
.section5{
    position: relative;
    background: #effafe;
}
.fifth-block{
}
.fifth-block .txt{
    width: 612px;
    position: absolute;
    top: 150px;
    left: 50%;
    margin-left: -306px;
    text-align: center;
}
.fifth-block .txt h3{
    font-size: 40px;
}
.fifth-block .txt p{
    margin-top: 20px;
    line-height: 26px;
    font-size: 16px;
}
.fifth-block .pic{
    width: 982px;
    height: 472px;
    position: absolute;
    bottom: 0;
    left: 50%;
    margin-left: -491px;
    background: url("../images/section7.png") center no-repeat;
}
.fifth-block .focus-block{
    width: 904px;
    height: 199px;
    margin: 140px 0 0 39px;
    position: relative;
}
.fifth-block .focus-block .bd{
    height: 199px;
}
.fifth-block .focus-block .hd{
    width: 100%;
    height: 8px;
    position: absolute;
    bottom: 10px;
}
.fifth-block .focus-block .hd ul{
    height: 8px;
    text-align: center;
    font-size: 0;
}
.fifth-block .focus-block .hd ul li{
    display: inline-block;
    width: 8px;
    height: 8px;
    margin: 0 3px;
    cursor: pointer;
    vertical-align: top;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #83bde4;
}
.fifth-block .focus-block .hd ul li.on{
    background: #fff;
}
/* 第六屏 */
.section6{
    position: relative;
}
.sixth-block{
    width: 1000px;
    margin: 0 auto;
}
.sixth-block .left{
    width: 433px;
    height: 760px;
    position: absolute;
    left: 15%;
    bottom: 0;
    background: url("../images/section11.jpg") center no-repeat;
}
.sixth-block .right{
    float: right;
    width: 400px;
}
.sixth-block .right .txt h3{
    font-size: 40px;
}
.sixth-block .right .txt p{
    margin-top: 20px;
    line-height: 26px;
    font-size: 16px;
}
.sixth-block .right .pic{
    margin-top: 120px;
}
.sixth-block .right .pic li{
    float: left;
    width: 97px;
    height: 97px;
    margin-right: 50px;
}
.sixth-block .right .pic li.last{
    margin-right: 0;
}
.sixth-block .right .cms-fadeLeft li{
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-animation: cms-fadeRight 1s forwards;
    -o-animation: cms-fadeRight 1s forwards;
    animation: cms-fadeRight 1s forwards;
}
.sixth-block .right .cms-fadeLeft li:nth-child(1){
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}
.sixth-block .right .cms-fadeLeft li:nth-child(2){
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}
.sixth-block .right .cms-fadeLeft li:nth-child(3){
    -webkit-animation-delay: 0.6s;
    animation-delay: 0.6s;
}

/* 第七屏 */
.section7{
  background: #effafe;
}
.seventh-block{
    width: 878px;
    margin: 0 auto;
}
.seventh-block .txt{
    text-align: center;
}
.seventh-block .txt h3{
    font-size: 40px;
}
.seventh-block .txt p{
    margin-top: 20px;
    line-height: 26px;
    font-size: 16px;
}
.seventh-block .pic{
    width: 878px;
    height: 502px;
    margin-top: 50px;
    background: url("../images/section12.png") center no-repeat;
}

#fp-nav{
    display: none;
}

/* 二次开发 */
.develop-banner{
    height: 500px;
    background: url("../images/develop-page-banner.jpg") center no-repeat;
}
.develop-content{
    padding: 50px 0 40px;
}
.develop-tit{
    text-align: center;
}
.develop-tit h3{
    font-size: 40px;
}
.develop-tit p{
    line-height: 24px;
    padding-top: 20px;
    font-size: 16px;
}
.develop-path{
    padding-top: 120px;
}
.develop-path > ul > li{
    float: left;
    width: 150px;
    margin-right: 60px;
    text-align: center;
    position: relative;
}
.develop-path > ul > li.last{
    margin-right: 0;
}
.develop-path > ul > li:after{
    content: "";
    display: block;
    width: 65px;
    height: 6px;
    position: absolute;
    left: 150px;
    top: 35px;
    background: url("../images/two-develop-ico.png") no-repeat 0 -486px;
}
.develop-path > ul > li.last:after{
    display: none;
}
.develop-path .path-ico{
    display: inline-block;
    width: 65px;
    height: 67px;
    background: url("../images/two-develop-ico.png") no-repeat;
}
.develop-path .ico01{
    background-position: 0 0;
}
.develop-path .ico02{
    background-position: 0 -83px;
}
.develop-path .ico03{
    background-position: 0 -167px;
}
.develop-path .ico04{
    background-position: 0 -247px;
}
.develop-path .ico05{
    background-position: 0 -324px;
}
.develop-path .ico06{
    background-position: 0 -402px;
}
.develop-path .bt{
    display: block;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}
.develop-path .txt{
    color: #999;
    line-height: 20px;
    font-size: 13px;
    text-align: left;
}
.more-box{
    text-align: center;
}
.develop-con .link-us{
    padding-top: 40px;
}
.develop-con .link-us li{
    float: left;
    color: #666;
    height: 30px;
    line-height: 30px;
    padding: 0 28px;
    font-size: 14px;
    border-right: 1px solid #e0e0e0;
}
.develop-con .link-us li.last{
    border-right: 0;
}
.develop-con .link-us li:before{
    content: "";
    display: inline-block;
    width: 23px;
    height: 23px;
    vertical-align: middle;
    margin: -3px 7px 0 0;
    background: url("../images/two-develop-ico.png") no-repeat;
}
.develop-con .link-us li.qq:before{
    background-position: -86px -31px;
}
.develop-con .link-us li.phone:before{
    background-position: -86px -73px;
}
.develop-con .link-us li.mail:before{
    background-position: -86px -112px;
}
.develop-con .link-us li.ads:before{
    background-position: -86px -149px;
}
/* 优秀案例 */
.case-content{
    padding: 50px 0 40px;
    position: relative;
    background: #f6fafb;
}
.case-content:before{
    content: " ";
    display: block;
    width: 379px;
    height: 322px;
    position: absolute;
    left: 0;
    top: 50%;
    z-index: 1;
    margin-top: -161px;
    background: url("../images/case-left-bg.png") center no-repeat;
}
.case-content:after{
    content: " ";
    display: block;
    width: 323px;
    height: 347px;
    position: absolute;
    right: 0;
    top: 50%;
    z-index: 1;
    margin-top: -161px;
    background: url("../images/case-right-bg.png") center no-repeat;
}
.case-content .case-tit{
    font-size: 40px;
    text-align: center;
}
.case-block{
    padding-top: 50px;
    text-align: center;
    position: relative;
    z-index: 9;
}
.case-block li{
    display: inline-block;
    margin: 0 30px;
    border: 1px solid #f5f5f5;
    background: #fff;
}
.case-block li:hover{
    -webkit-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 10px rgba(0, 0, 0, .1);
}
.case-block li .pic{
    display: table-cell;
    width: 315px;
    height: 252px;
    vertical-align: middle;
    text-align: center;
}
.case-block li .txt{
    padding: 15px 24px;
    text-align: left;
    position: relative;
}
.case-block li .txt .bt{
    display: block;
    width: 230px;
    height: 24px;
    line-height: 24px;
    font-size: 16px;
}
.case-block li .txt .ms{
    color: #999;
    display: block;
    width: 230px;
}
.case-block li .txt:after{
    content: "";
    display: block;
    width: 14px;
    height: 11px;
    position: absolute;
    right: 30px;
    top: 30px;
    background: url("../images/two-develop-ico.png") no-repeat -95px 0;
}
/* 系统开发优势 */
.develop-ys-content{
    padding: 50px 0 60px;
    background: #f6fafb;
}
.develop-ys-tit{
    text-align: center;
    font-size: 40px;
}
.develop-ys-block{
    width: 715px;
    height: 715px;
    margin: -30px auto 0;
    position: relative;
}
.core-circle{
    width: 293px;
    height: 327px;
    position: absolute;
    left: 216px;
    top: 196px;
    z-index: 9;
    background: url("../images/core-circle.png") center no-repeat;
}
.small-circle{
    width: 389px;
    height: 389px;
    position: absolute;
    top: 163px;
    left: 163px;
    z-index: 5;
    opacity: 0;
    filter: alpha(opacity=0);
    animation: cms-fadeIn 1.5s forwards;
    animation-delay: 0s;
    -webkit-animation-delay: 0s;
    background: url("../images/small-circle.png") center no-repeat;
}
.mid-circle{
    width: 553px;
    height: 553px;
    position: absolute;
    top: 81px;
    left: 81px;
    z-index: 5;
    opacity: 0;
    filter: alpha(opacity=0);
    animation: cms-fadeIn 1.5s forwards;
    animation-delay: .2s;
    -webkit-animation-delay: .2s;
    background: url("../images/mid-circle.png") center no-repeat;
}
.big-circle{
    width: 715px;
    height: 715px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    opacity: 0;
    filter: alpha(opacity=0);
    animation: cms-fadeIn 1.5s forwards;
    animation-delay: .4s;
    -webkit-animation-delay: .4s;
    background: url("../images/big-circle.png") center no-repeat;
}
.develop-ys-block .txt{
    width: 250px;
    position: absolute;
    z-index: 8;
    opacity: 0;
    filter: alpha(opacity=0);
    animation: cms-fadeIn 5s forwards;
}
.develop-ys-block .txt1,
.develop-ys-block .txt2,
.develop-ys-block .txt3{
    width: 220px;
    text-align: right;
}
.develop-ys-block .txt1{
    left: -25px;
    top: 110px;
    animation-delay: .6s;
    -webkit-animation-delay: .6s;
}
.develop-ys-block .txt2{
    left: -150px;
    top: 300px;
    animation-delay: .8s;
    -webkit-animation-delay: .8s;
}
.develop-ys-block .txt3{
    left: -100px;
    top: 510px;
    animation-delay: 1s;
    -webkit-animation-delay: 1s;
}
.develop-ys-block .txt4{
    left: 340px;
    top: 618px;
    animation-delay: 1.2s;
    -webkit-animation-delay: 1.2s;
}
.develop-ys-block .txt5{
    left: 610px;
    top: 485px;
    animation-delay: 1.4s;
    -webkit-animation-delay: 1.4s;
}
.develop-ys-block .txt6{
    left: 645px;
    top: 302px;
    animation-delay: 1.6s;
    -webkit-animation-delay: 1.6s;
}
.develop-ys-block .txt7{
    width: 225px;
    right: -50px;
    top: 125px;
    animation-delay: 1.8s;
    -webkit-animation-delay: 1.8s;
}
.develop-ys-block .txt strong{
    color: #3db1fa;
    display: block;
    height: 30px;
    font-size: 18px;
}
.develop-ys-block .txt p{
    color: #7e7e7e;
    line-height: 20px;
    text-align: left;
    font-size: 13px;
}
/* 购买页面 */
.buy-page-main{
    padding: 40px 0 80px;
}
.buy-slide-block{
    float: left;
    width: 550px;
    padding: 40px 0 0;
}
.buy-slide-img{
    width: 550px;
    height: 523px;
    overflow: hidden;
}
.buy-slide-img li{
    width: 550px;
    height: 523px;
    vertical-align: middle;
    text-align: center;
}
.buy-slide-img li img{
    vertical-align: middle;
}
.link-txt{
    text-align: center;
}
.link-txt > a{
    display: inline-block;
    padding: 18px 0;
}
.link-txt > a .ico{/*问号*/
    display: inline-block;
    width: 13px;
    height: 13px;
    text-align: center;
    line-height: 13px;
    border: 1px solid #272636;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    margin-right: 4px;
}
.link-txt > a:hover .ico{
    border: 1px solid #31a5e7;
}
.link-txt > p{
    line-height: 24px;
    padding: 15px 5px 0;
    text-align: left;
    font-size: 13px;
    border-top: 1px solid #d6d6d6;
}
/* 产品选择 */
.buy-choose-block{
    float: right;
    width: 560px;
}
.buy-choose-hd{
    padding: 0 5px;
    border-bottom: 1px solid #d6d6d6;
}
.buy-choose-hd .buy-tit{
    display: inline-block;
    padding: 10px 0;
    font-size: 30px;
}
.buy-choose-hd .buy-more{
    float: right;
    color: #fff;
    width: 110px;
    height: 30px;
    line-height: 30px;
    margin-top: 10px;
    text-align: center;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #2ac4f6;
}
/*.buy-choose-hd .buy-more .ico{
    display: inline-block;
    width: 15px;
    height: 14px;
    vertical-align: middle;
    margin: -3px 3px 0 0;
    background: url("../images/cms-buy-ico.png") no-repeat 0 0;
}
.buy-choose-hd .buy-more:hover{
    background: #38abe5;
}*/

.buy-set-meal{
    padding: 10px;
}
.buy-set-meal h3{
    padding: 10px 0;
    text-align: left;
}
.buy-set-meal h3 strong{
    font-size: 18px;
}
.buy-set-meal h3 span{
    padding-left: 35px;
    font-size: 13px;
}
.buy-set-meal .must h3 span{
    color: #fc6000;
}
.buy-set-meal .largess h3 span{
    color: #42b8f1;
}
.buy-set-meal .added h3 span{
    color: #999;
}
.buy-set-meal .must{
    float: left;
   
    margin-bottom: 15px;
}
.buy-set-meal .must2{
    width: 255px;
}
.buy-set-meal .must .l-nr{
    float: left;
    width: 100%;
    font-size: 0;
    text-align: center;
}
.buy-set-meal .must .l-nr h4{
    line-height: 24px;
    padding:12px 0 0;
}
.buy-set-meal .must .l-nr span{
    display:inline-block;
    width: 100%;
    line-height: 24px;
    font-size: 15px;
}
.buy-set-meal .must .l-nr span em{
    color: #ff6854;
}
.buy-set-meal .must .r-nr{
    width: 100%;
    text-align: center;
    float: right;
    padding-top: 14px;
}
.buy-set-meal .must .r-nr del{
    color: #999;
    display: block;
    /*padding-top: 10px;*/
}
.buy-set-meal .must .r-nr span{
    color: #f00;
    font-size: 13px;
    display: block;
    padding-top: 6px;
}
.buy-set-meal .group{
    float: right;
    width: 255px;
    margin-bottom: 15px;
}
.buy-set-meal .largess{
    float: left;
    width: 255px;
    text-align: center;
    font-size: 13px;
}
.buy-set-meal .largess del{
    color: #999;
    padding-right: 20px;
    font-size: 12px;
}
.buy-set-meal .largess .item-nr span{
    padding-left: 20px;
}
.buy-set-meal .added{
    float: right;
    width: 255px;
    text-align: center;
    font-size: 13px;
}
.buy-set-meal .added .item-nr span{
    padding: 0 12px;
}
.buy-set-meal .item-nr{
    padding: 20px ;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.buy-set-meal .item-nr:hover{
    cursor: pointer;
    border: 1px solid #999;
}
.buy-set-meal .item-nr.active{
    border: 1px solid #08c;
    -webkit-box-shadow: 3px 0 0 #b2dbef,0 3px 0 #b2dbef,-3px 0 0 #b2dbef,0 -3px 0 #b2dbef;
    -moz-box-shadow: 3px 0 0 #b2dbef,0 3px 0 #b2dbef,-3px 0 0 #b2dbef,0 -3px 0 #b2dbef;
    box-shadow: 3px 0 0 #b2dbef,0 3px 0 #b2dbef,-3px 0 0 #b2dbef,0 -3px 0 #b2dbef;
}
.buy-set-meal .item-nr.active:hover{
    border: 1px solid #d6d6d6;
}
.buy-set-meal .item-nr h4{
    padding: 0 0 10px;
    font-size: 15px;
}
.buy-set-meal .must .item-nr{
    float: left;
    width: 124px;
    height:126px;
    padding: 0;
   /* border: 1px solid #d6d6d6;*/
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-right: 11px;
}
.buy-set-meal .must .item-nr:hover{
    border: 1px solid #999;
}
.buy-set-meal .must .item-nr.active:hover{
    border: 1px solid #d6d6d6;
}
.buy-set-meal .must .item-nr:nth-last-of-type(1){
    margin-right: 0;
}
.buy-set-meal .must .meal-con{
    padding: 14px 12px 10px;
    background: url("../images/st-apply-bg.png") no-repeat center bottom;
}
.buy-set-meal .must .meal-con span{
    font-size: 12px;
    color: #333333;
    line-height: 24px;
}
.buy-set-meal .must .meal-con .tit{
    font-weight: bold;
}
.buy-set-meal .must .other-btn{
    display: block;
    margin: 0 auto;
    width: 198px;
    height: 32px;
    text-align: center;
    line-height: 32px;
    background: url("../images/other-btn-bg.png") no-repeat;
    background-size: contain;
    font-size: 12px;
    color: #666666;
    /*-webkit-transition: background .3s,color 0.3s;*/
    /*-moz-transition: background .3s,color 0.3s;*/
    /*-ms-transition: background .3s,color 0.3s;*/
    /*-o-transition: background .3s,color 0.3s;*/
}
.buy-set-meal .must .other-btn:hover{
    background:url("../images/other-btn-bg-on.png") no-repeat;
    color: #ffffff;
}
.buy-set-meal .largess .txt{
    color: #ff6854;
    padding: 10px 0 0;
    font-size: 12px;
}

.settle-accounts-block{
    padding: 20px 50px;
    margin-top: 20px;
    background: #fbfbfb;
}
.settle-accounts-block h3{
    font-size: 14px;
}
.settle-accounts-block .bill{
    padding-top: 10px;
}
.settle-accounts-block .bill li{
    color: #666;
    height: 24px;
    line-height: 24px;
}
.settle-accounts-block .bill li span{
    display: inline-block;
    width: 280px;
}
.settle-accounts-block .bill li del{
    color: #999;
}
.settle-accounts-block .bill li em{
    float: right;
    width: 70px;
    text-align: left;
}
.settle-accounts-block .bill li i{
    float: right;
    display: inline-block;
    color: #4bca85;
    height: 16px;
    line-height: 16px;
    padding: 0 6px;
    margin: 3px 8px 0 0;
    border: 1px solid #4bca85;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
.settle-accounts-block .total{
    padding-top: 30px;
    text-align: center;
}
.settle-accounts-block .total .jg{
    font-size: 20px;
}
.settle-accounts-block .total .jg em{
    color: #e02b41;
    font-size: 24px;
}
.settle-accounts-block .total .ht{
    color: #999;
    display: block;
    padding: 6px 0 8px;
    cursor: pointer;
}
.settle-accounts-block .total .ht input{
    vertical-align: middle;
    margin: -3px 2px 0 0;
    cursor: pointer;
}
.settle-accounts-block .total .buy-btn{
    color: #fff;
    display: inline-block;
    width: 320px;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    background: #2ac4f6;
}
.settle-accounts-block .total .buy-btn:hover{
    background: #38abe5;
}
/* 6.0新特点 */
.cms-new-block{
    padding: 55px 0;
    border-bottom: 1px solid #e0e0df;
}
.cms-new-block h3{
    text-align: center;
    font-size: 30px;
}
.cms-new-block .new-item{
    padding-top: 90px;
}
.cms-new-block .new-item li{
    float: left;
    width: 280px;
    padding: 0 60px;
    text-align: center;
}
.cms-new-block .new-item li i{
    display: inline-block;
    width: 100px;
    height: 90px;
}
.cms-new-block .new-item li .ico01{
    background: url("../images/character-ico01.png") no-repeat;
}
.cms-new-block .new-item li .ico02{
    background: url("../images/character-ico02.png") no-repeat;
}
.cms-new-block .new-item li .ico03{
    background: url("../images/character-ico03.png") no-repeat;
}
.cms-new-block .new-item li .tit{
    display: inline-block;
    width: 100%;
    text-align: center;
    color: #333333;
    padding-top: 10px;
    font-size: 16px;
}
.cms-new-block .new-item li p{
    color: #999999;
    line-height: 24px;
    padding-top: 28px;
    text-align: center;
    font-size: 15px;
}
/* 无限扩展 */
.cms-expand-block,
.cms-custom-made,
/*.cms-function-block,*/
.user-service-block{
    padding: 55px 0;
    border-bottom: 1px solid #e0e0df;
}
.cms-expand-block .tit,
.cms-custom-made .tit,
.cms-template-block .tit,
.user-service-block .tit{
    text-align: center;
}
.cms-expand-block .tit h3,
.cms-custom-made .tit h3,
.cms-template-block .tit h3,
.cms-function-block h3,
.user-service-block .tit h3{
    padding: 10px 0;
    font-size: 30px;
}
.cms-expand-block .tit p,
.cms-custom-made .tit p,
.cms-template-block .tit p,
.user-service-block .tit p{
    color: #999;
    font-size: 15px;
}
.cms-expand-block .item-list,
.cms-custom-made .item-list{
    padding-top: 40px;
    text-align: center;
}
.cms-expand-block .item-list ul,
.cms-custom-made .item-list ul{
    font-size: 0;
}
.cms-expand-block .item-list li{
    display: inline-block;
    width: 230px;

}
.cms-expand-block .item-list li i{
    display: inline-block;
    width: 75px;
    height: 75px;
    background: url("../images/cms-buy-ico.png") no-repeat;
}
.cms-expand-block .item-list li .ico01{
    background-position: 0 -286px;
}
.cms-expand-block .item-list li .ico02{
    background-position: 0 -444px;
}
.cms-expand-block .item-list li p{
    color: #32b16d;
    font-size: 14px;
}
.item-expand{
    height: 114px;
    background: url("../images/expand-cms.png") center no-repeat;
}
/* 专属定制 */
.cms-custom-made{
    padding: 55px 0;
    border-bottom: 1px solid #e0e0df;
}
.cms-custom-made .item-list li{
    float: left;
    color: #00a0e9;
    width: 91px;
    height: 91px;
    line-height: 91px;
    margin-right: 27px;
    text-align: center;
    font-size: 14px;
    border: 2px solid #00a0e9;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.cms-custom-made .item-list li.last{
    margin-right: 0;
}
/* 功能介绍 */
.function{
    padding-bottom: 50px;
    border-bottom: 1px solid #e0e0df;
}
.function .cms-function-table{
    height: 1592px;
    padding-top: 5px;
    overflow: hidden;
}
.cms-function-con{
    width: 100%;
    background-color: #f5f5f5;
    border: 1px solid #d6d6d6;
}
.cms-function-con td,
.cms-serve-con .cms-serve-con-btn td{
    color: #333333;
    font-size: 14px;
    text-align: center;
    border: 1px solid #d6d6d6;
    padding: 14px 0;
    position: relative;
}
.cms-serve-con .cms-serve-con-btn td{
    border: 1px dashed #d6d6d6;
}
.cms-function-con .title td{
    line-height: 34px;
}
.cms-function-con .title td{
    padding: 0;
}
.cms-function-con .title td>.tips{
    position: absolute;
    top:-5px;
    left: 20px;
    width: 32px;
    height:45px;
    background: url("../images/function-ico01.png") no-repeat;
}
.cms-function-con td.tit{
    font-size: 16px;
}
.cms-function-con td .order-btn,
.cms-serve-con td .order-btn{
    display: block;
    width: 80px;
    height: 26px;
    color: #ffffff;
    font-size: 13px;
    text-align: center;
    line-height: 26px;
    background-color: #ff6700;
    -webkit-border-radius: 13px;
    -moz-border-radius: 13px;
    border-radius: 13px;
    margin: 8px auto 0;
    text-decoration: none!important;
}
.cms-function-con td .order-btn:hover,
.cms-serve-con td .order-btn:hover{
    background-color: #ff8800;
}

.cms-function-con td .ori-price,
.cms-serve-con td .ori-price,
.cms-function-con td .cur-price,
.cms-serve-con td .cur-price{
    display: inline-block;
    color: #999999;
    font-size: 13px;
}
.cms-function-con td .cur-price,
.cms-serve-con td .cur-price{
    color: #666666;
    padding-left: 16px;
}

.cms-function-block .more-btn{
    display: block;
    width: 76px;
    font-size: 13px;
    color: #999999;
    margin: 20px auto 0;
    background: url("../images/more-btn-ico.png") no-repeat right 5px;
}
.cms-function-block .more-btn:hover{
    color: #ff6700;
    background: url("../images/more-btn-ico.png") no-repeat right -25px;
}
.cms-function-block .more-btn.on{
    background: url("../images/more-btn-ico-on.png") no-repeat right -25px;
}
.cms-function-block .more-btn.on:hover{
    color: #ff6700;
    background: url("../images/more-btn-ico-on.png") no-repeat right 5px;
}
.cms-duty-con{
    width: 100%;
    border: 1px solid #d6d6d6;
}
.cms-duty-con th{
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    line-height: 38px;
    text-align: center;
    background-color: #e6e6e6;
}
.cms-duty-con  td{
    font-size: 13px;
    color: #666666;
    line-height: 24px;
    border: 1px solid #d6d6d6;
    padding:5px 10px;
}
.cms-duty-con .title td{
    text-align: center;
    line-height: 44px;
    padding: 0 10px;
}
.cms-duty-con td.tit{
    text-align: center;
    padding: 0 21px;
}
/*基础功能,贴心服务，运营优化*/
.cms-base-con,
.cms-serve-con,
.cms-business-con{
    width: 100%;
    border: 1px solid #d6d6d6;
    border-top: 0;
}
.cms-base-con th,
.cms-serve-con th,
.cms-business-con th{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    line-height: 38px;
    background-color: #e6e6e6;
}
.cms-base-con tr:nth-of-type(2n),
.cms-serve-con tr:nth-of-type(2n),
.cms-business-con tr:nth-of-type(2n){
    background-color: #f5f5f5;
}
.cms-base-con td,
.cms-serve-con td,
.cms-business-con td{
    border: 1px dashed #d6d6d6;
    height:44px;
    line-height: 44px;
    text-align: center;
    font-size: 13px;
    color: #666666;
}
.cms-base-con td.tit,
.cms-serve-con td.tit,
.cms-business-con td.tit{
    font-size: 14px;
}
.cms-base-con td.tit-special,
.cms-serve-con td.tit-special,
.cms-business-con td.tit-special{
    background-color: #ffffff;
}
.cms-base-con td .choose-ico,
.cms-serve-con td .choose-ico,
.cms-business-con td .choose-ico{
    display: inline-block;
    width: 18px;
    height: 18px;
    vertical-align: middle;
    background: url("../images/choose-ico01.png") no-repeat;
}
.cms-base-con td .choose-ico.disabled,
.cms-serve-con td .choose-ico.disabled,
.cms-business-con td .choose-ico.disabled{
    background: url("../images/choose-ico02.png") no-repeat;
}
.cms-base-con td a,
.cms-serve-con td a,
.cms-business-con td a{
    color: #31a5e7;
    text-decoration: underline;
}
/* 售后服务 */
.user-service-block .item-list{
    text-align: center;
}
.user-service-block .item-list li{
    display: inline-block;
    width: 200px;
    margin: 50px 25px 0;
    padding: 30px;
    text-align: left;
    border: 1px solid #ccc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}
.user-service-block .item-list li strong{
    display: block;
    color: #666;
    padding-bottom: 15px;
    font-size: 20px;
}
.user-service-block .item-list li p{
    color: #757575;
    line-height: 24px;
    font-size: 14px;
}
/* 常见问题 */
.cms-faq-block{
    padding: 55px 0;
}
.cms-faq-block .tit{
    text-align: center;
    font-size: 30px;
}
.cms-faq-block .item-list li{
    padding-top: 30px;
}
.cms-faq-block .item-list li em{
    float: left;
    width: 24px;
}
.cms-faq-block .item-list li .ask em{
    color: #ff7800;
}
.cms-faq-block .item-list li .answer em{
    color: #a7cb5a;
}
.cms-faq-block .item-list li .ask{
    color: #666;
    height: 24px;
    line-height: 24px;
    padding-bottom: 5px;
    font-size: 14px;
}
.cms-faq-block .item-list li .answer{
    color: #757575;
    line-height: 22px;
    font-size: 13px;
}
.cms-faq-block .item-list li .answer .txt{
    color: #757575;
    display: block;
    padding-left: 24px;
}
/* 组合购买 */
.buy-group-bar{
    width: 1200px;
    height: 47px;
    border-bottom: 1px solid #e6e6e6;
    background: #fff;
}
.buy-fixed{
    position: fixed;
    left: 50%;
    top: 0;
    z-index: 1000;
    margin-left: -600px;
}
.buy-group-bar .tit{
    float: left;
    color: #52b268;
    height: 46px;
    line-height: 46px;
    padding: 0 30px;
    font-size: 14px;
    border: 1px solid #e6e6e6;
    border-top: 2px solid #52b268;
    border-bottom: 0;
    background: #fff;
}
.buy-group-bar .buy-link{
    color: #fff;
    float: right;
    display: inline-block;
    height: 22px;
    line-height: 22px;
    padding: 0 10px;
    margin-top: 12px;
    vertical-align: middle;
    background: #ff6a19;
}
/* 组合产品 */
.pdt-group-content{
    width: 870px;
    margin-bottom: 20px;
    min-height: 756px;
}
.base-block{
    margin-top: 20px;
}
.base-block > ul > li{
    float: left;
    width: 240px;
    height: 98px;
    padding: 5px 20px;
    margin-right: 12px;
    position: relative;
    cursor: pointer;
    border: 1px solid #f1f6fa;
    background: #f1f6fa;
}
.base-block > ul > li.on{
    border: 1px solid #00c1f8;
}
.base-block > ul > li.third-item{
    margin-right: 0;
}
.base-block > ul > li .ico{
    display: none;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: url("../images/cms-buy-ico.png") no-repeat -45px 0;
}
.base-block > ul > li.on .ico{
    display: block;
}
.base-block > ul > li p{
    height: 24px;
    line-height: 24px;
}
.base-block > ul > li .attr-bx{
    color: #fc6000;
    text-align: right;
}
.base-block > ul > li .attr-tj{
    color: #f5181c;
    text-align: right;
}
.base-block > ul > li .attr-kx{
    color: #b0b0b0;
    text-align: right;
}
.base-block > ul > li .bt,
.base-block > ul > li .txt{
    color: #c4c8cc;
    font-size: 14px;
}
.base-block > ul > li .explain{
    color: #ff6854;
}
.base-block > ul > li.on .attr-tj{
    color: #42b8f1;
}
.base-block > ul > li.on .explain{
    display: none;
}
.base-block > ul > li .jg{
    margin-right: 30px;
}
.base-block > ul > li.on .bt{
    color: #00c1f8;
}
.base-block > ul > li.on .txt{
    color: #666;
}
/* 自由组合产品 */
.pdt-group-slide-nav{
	padding: 15px 0;
}
.pdt-group-slide-nav span{
	float: left;
	margin-right: 10px;
	padding: 0 20px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	color: #666666;
	cursor: pointer;
}
.pdt-group-slide-nav span.on{
	color: #fff;
	background: #00c1f8;
}
.slide-item li{
    float: left;
    width: 204px;
    height: 200px;
    margin-right: 18px;
    margin-bottom: 26px;
}
.slide-item li.mr-0{
	margin-right: 0;
}
.slide-item li .pic{
    display: inline-block;
    width: 202px;
    height: 138px;
    border: 1px solid #eeeeee;
    text-align: center;
    overflow: hidden;
}
.slide-item li .pic img{
	width: 100%;
}
.slide-item li .txt{
    margin-top: 10px;
    font-size: 0;
}
.slide-item li .txt .check{
    display: inline-block;
    width: 20px;
    height: 20px;
    cursor: pointer;
    vertical-align: middle;
    background: url("../images/user-center-ico.png") no-repeat 0 -242px;
}
.slide-item li .txt .check.on{
    background: url("../images/user-center-ico.png") no-repeat 0 -272px;
}
.slide-item li .txt .bt{
    display: inline-block;
    max-width: 160px;
    height: 20px;
    line-height: 20px;
    margin-left: 8px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis;
    vertical-align: middle;
    font-size: 14px;
}
.slide-item li .jg{
    padding: 5px 0;
    font-size: 14px;
}
.slide-item li .jg .yh{
    color: #f35959;
    font-family: Arial, "Microsoft YaHei", Helvetica, sans-serif;
}
.slide-item li .jg .yj{
    color: #bfbfbf;
    display: inline-block;
    margin-left: 10px;
    text-decoration: line-through;
}
/* 购买清单 */
.pdt-side-bill{
    width: 310px;
    background: #fff;
}
.side-fixed{
    position: fixed;
    top: 48px;
    left: 50%;
    margin-left: 290px;
    z-index: 999;
}
.pdt-side-bill .sum-num{
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    margin-top: 20px;
    font-size: 14px;
    background: #fafafa;
}
.pdt-side-bill .sum-num em{
    color: #999;
    padding-left: 12px;
    font-size: 12px;
}
.selected-block{
    margin-top: 20px;
    background: #fafafa;
}
.selected-block h3{
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    font-size: 14px;
    border-bottom: 1px solid #e6e6e6;
}
.selected-block .cp-list{
    max-height: 200px;
    padding: 10px 20px;
    overflow-y: auto;
}
.selected-block .cp-list li:after{
    content: "";
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
}
.selected-block .cp-list li{
    padding: 5px 0;
}
.selected-block .cp-list li span{
    float: left;
    color: #999;
    width: 185px;
    line-height: 18px;
}
.selected-block .cp-list li span strong{
    color: #f00;
}
.selected-block .cp-list li em{
    float: right;
    color: #666;
}
.sum-jg{
    padding: 10px 20px;
}
.sum-jg span{
    color: #999;
    display: block;
}
.sum-jg strong{
    color: #ff7105;
    display: block;
    padding-top: 5px;
    font-size: 28px;
}
.sun-btn-block{
    padding: 10px 20px;
}
.sun-btn-block .gwc-btn,
.sun-btn-block .buy-btn{
    display: inline-block;
    color: #fff;
    width: 130px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 13px;
}
.sun-btn-block .gwc-btn{
    background: #4bca85;
}
.sun-btn-block .buy-btn{
    background: #ff6d5e;
}
.sum-ht{
    padding: 10px 20px;
    border-bottom: 1px solid #e6e6e6;
}
.sum-ht label{
    color: #666;
    cursor: pointer;
}
.sum-ht label input{
    float: left;
    width: 14px;
    height: 14px;
    cursor: pointer;
}
.sum-ht label span{
    color: #666;
    display: block;
    padding-left: 20px;
}
.yh-block{
    padding: 15px 20px;
}
.yh-block li{
    height: 30px;
}
.yh-block li em{
    display: inline-block;
    color: #fff;
    height: 16px;
    line-height: 16px;
    vertical-align: middle;
    padding: 0 3px;
    background: #fc6000;
}
.yh-block li span{
    display: inline-block;
    color: #666;
    width: 160px;
    height: 30px;
    line-height: 30px;
    padding-left: 10px;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    text-overflow:ellipsis
}
.yh-block li a{
    float: right;
    color: #999;
    height: 30px;
    line-height: 30px;
}
.pdt-side-adimg{
    margin-top: 20px;
}




























@-webkit-keyframes cms-fadeLeft{
    from{
        -webkit-transform:translate(200px);
        transform:translate(200px);
        opacity:0;
        filter:alpha(opacity=0)
    }
    to{
        -webkit-transform:translate(0);
        transform:translate(0);
        opacity:1;
        filter:alpha(opacity=100)
    }
}
@-moz-keyframes cms-fadeLeft{
    from{
        -webkit-transform:translate(200px);
        transform:translate(200px);
        opacity:0;
        filter:alpha(opacity=0)
    }
    to{
        -webkit-transform:translate(0);
        transform:translate(0);
        opacity:1;
        filter:alpha(opacity=100)
    }
}
@keyframes cms-fadeLeft{
    from{
        -webkit-transform:translate(200px);
        transform:translate(200px);
        opacity:0;
        filter:alpha(opacity=0)
    }
    to{
        -webkit-transform:translate(0);
        transform:translate(0);
        opacity:1;
        filter:alpha(opacity=100)
    }
}

@-webkit-keyframes cms-fadeRight{
    from{
        -webkit-transform:translate(-200px);
        transform:translate(-200px);
        opacity:0;
        filter:alpha(opacity=0)
    }
    to{
        -webkit-transform:translate(0);
        transform:translate(0);
        opacity:1;
        filter:alpha(opacity=100)
    }
}
@-moz-keyframes cms-fadeRight{
    from{
        -webkit-transform:translate(-200px);
        transform:translate(-200px);
        opacity:0;
        filter:alpha(opacity=0)
    }
    to{
        -webkit-transform:translate(0);
        transform:translate(0);
        opacity:1;
        filter:alpha(opacity=100)
    }
}
@keyframes cms-fadeRight{
    from{
        -webkit-transform:translate(-200px);
        transform:translate(-200px);
        opacity:0;
        filter:alpha(opacity=0)
    }
    to{
        -webkit-transform:translate(0);
        transform:translate(0);
        opacity:1;
        filter:alpha(opacity=100)
    }
}

@-webkit-keyframes cms-fadeIn{
    from{
        opacity:0;
        filter:alpha(opacity=0)
    }
    to{
        opacity:1;
        filter:alpha(opacity=100)
    }
}
@-moz-keyframes cms-fadeIn{
    from{
        opacity:0;
        filter:alpha(opacity=0)
    }
    to{
        opacity:1;
        filter:alpha(opacity=100)
    }
}
@keyframes cms-fadeIn{
    from{
        opacity:0;
        filter:alpha(opacity=0)
    }
    to{
        opacity:1;
        filter:alpha(opacity=100)
    }
}

@-webkit-keyframes cms-infeed{
    0%{
        -webkit-transform: translate(-10px,0);
        -moz-transform: translate(-10px,0);
        -ms-transform: translate(-10px,0);
        -o-transform: translate(-10px,0);
        transform: translate(-10px,0);
    }
   50%{
        -webkit-transform: translate(10px,0);
        -moz-transform: translate(10px,0);
        -ms-transform: translate(10px,0);
        -o-transform: translate(10px,0);
        transform: translate(10px,0);
    }
    100%{
        -webkit-transform: translate(-10px,0);
        -moz-transform: translate(-10px,0);
        -ms-transform: translate(-10px,0);
        -o-transform: translate(-10px,0);
        transform: translate(-10px,0);
    }
}
@-moz-keyframes cms-infeed{
    0%{
        -webkit-transform: translate(-10px,0);
        -moz-transform: translate(-10px,0);
        -ms-transform: translate(-10px,0);
        -o-transform: translate(-10px,0);
        transform: translate(-10px,0);
    }
    50%{
        -webkit-transform: translate(10px,0);
        -moz-transform: translate(10px,0);
        -ms-transform: translate(10px,0);
        -o-transform: translate(10px,0);
        transform: translate(10px,0);
    }
    100%{
        -webkit-transform: translate(-10px,0);
        -moz-transform: translate(-10px,0);
        -ms-transform: translate(-10px,0);
        -o-transform: translate(-10px,0);
        transform: translate(-10px,0);
    }
}
@keyframes cms-infeed{
    0%{
        -webkit-transform: translate(-10px,0);
        -moz-transform: translate(-10px,0);
        -ms-transform: translate(-10px,0);
        -o-transform: translate(-10px,0);
        transform: translate(-10px,0);
    }
    50%{
        -webkit-transform: translate(10px,0);
        -moz-transform: translate(10px,0);
        -ms-transform: translate(10px,0);
        -o-transform: translate(10px,0);
        transform: translate(10px,0);
    }
    100%{
        -webkit-transform: translate(-10px,0);
        -moz-transform: translate(-10px,0);
        -ms-transform: translate(-10px,0);
        -o-transform: translate(-10px,0);
        transform: translate(-10px,0);
    }
}

@-webkit-keyframes cms-bottomFadein{
    0%{
        opacity:0;
        filter:alpha(opacity=0);
        -webkit-transform: translate(0,20px);
        -moz-transform: translate(0,20px);
        -ms-transform: translate(0,20px);
        -o-transform: translate(0,20px);
        transform: translate(0,20px);
    }
    100%{
        opacity:1;
        filter:alpha(opacity=100);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }
}
@-moz-keyframes cms-bottomFadein{
    0%{
        opacity:0;
        filter:alpha(opacity=0);
        -webkit-transform: translate(0,20px);
        -moz-transform: translate(0,20px);
        -ms-transform: translate(0,20px);
        -o-transform: translate(0,20px);
        transform: translate(0,20px);
    }
    100%{
        opacity:1;
        filter:alpha(opacity=100);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }
}
@keyframes cms-bottomFadein{
    0%{
        opacity:0;
        filter:alpha(opacity=0);
        -webkit-transform: translate(0,20px);
        -moz-transform: translate(0,20px);
        -ms-transform: translate(0,20px);
        -o-transform: translate(0,20px);
        transform: translate(0,20px);
    }
    100%{
        opacity:1;
        filter:alpha(opacity=100);
        -webkit-transform: translate(0,0);
        -moz-transform: translate(0,0);
        -ms-transform: translate(0,0);
        -o-transform: translate(0,0);
        transform: translate(0,0);
    }
}

@-webkit-keyframes scale {
    0%{
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    100%{
        opacity: 100;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@-moz-keyframes scale {
    0%{
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    100%{
        opacity: 100;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}
@keyframes scale {
    0%{
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transform: scale(0);
        -moz-transform: scale(0);
        -ms-transform: scale(0);
        -o-transform: scale(0);
        transform: scale(0);
    }
    100%{
        opacity: 100;
        filter: alpha(opacity=100);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
    }
}

/*户外活动购买*/
.activity-buy-slide-img li{
	line-height: 523px;
}
.core-item{
	padding: 20px;
    text-align: center;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}
.core-item.active{
	border: 1px solid #08c;
    -webkit-box-shadow: 3px 0 0 #b2dbef, 0 3px 0 #b2dbef, -3px 0 0 #b2dbef, 0 -3px 0 #b2dbef;
    -moz-box-shadow: 3px 0 0 #b2dbef,0 3px 0 #b2dbef,-3px 0 0 #b2dbef,0 -3px 0 #b2dbef;
    box-shadow: 3px 0 0 #b2dbef, 0 3px 0 #b2dbef, -3px 0 0 #b2dbef, 0 -3px 0 #b2dbef;
}
.core-item h4{
	font-size: 15px;
	line-height: 24px;
}
.core-item .txt{
    padding-bottom: 5px;
	font-size: 15px;
	line-height: 24px;
}
.core-item .txt label{
	color: #ff6854;
}
.core-item .price{
	line-height: 24px;
}
.core-item .price del{
	color: #999999;
	margin-right: 20px;
}
.core-item .price span{
	font-size: 13px;
}
.buy-set-meal .group h3 span{
	color: #42b8f1;
}
.buy-set-meal .group div{
	float: left;
}
.buy-set-meal .group div.core-item{
    width: 213px;
}
.buy-set-meal .group .xcx-item,.buy-set-meal .group .zs-item{
	padding: 20px;
    border: 1px solid #d6d6d6;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    height: 78px;
    width: 84px;
    margin-right: 12px;
    text-align: center;
}
.buy-set-meal .group .zs-item{
	margin-right: 0;
}
.buy-set-meal .group div.active{
	border: 1px solid #08c;
    -webkit-box-shadow: 3px 0 0 #b2dbef, 0 3px 0 #b2dbef, -3px 0 0 #b2dbef, 0 -3px 0 #b2dbef;
    -moz-box-shadow: 3px 0 0 #b2dbef,0 3px 0 #b2dbef,-3px 0 0 #b2dbef,0 -3px 0 #b2dbef;
    box-shadow: 3px 0 0 #b2dbef, 0 3px 0 #b2dbef, -3px 0 0 #b2dbef, 0 -3px 0 #b2dbef;
}
.buy-set-meal .group .xcx-item h4{
	font-size: 15px;
	margin-top: 12px;
}
.buy-set-meal .group .xcx-item p{
	font-size: 13px;
	margin-top: 10px;
}
.buy-set-meal .group div.core-item .txt label{
	display: block;
}
.buy-set-meal .group div.core-item .txt span{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.buy-set-meal .group .zs-item h4{
	font-size: 15px
}
.buy-set-meal .group .zs-item .txt{
	font-size: 14px;
	color: #666666;
	line-height: 18px;
	padding: 5px 0;
}
.buy-set-meal .group .zs-item .price{
	font-size: 13px;
}
.core-active-box{
	border-top: 1px solid #e6e6e6;
	height: 500px;
	background: url(../images/cms-core-bg.jpg) no-repeat center center;
}
.core-tit{
	padding: 48px 0;
	text-align: center;
}
.core-tit h3{
	font-size: 32px;
}
.core-active-box .core-tit{
	margin-top: 60px;
}
.core-list li{
	float: left;
	width: 300px;
	text-align: center;
}
.core-list li .pic{
	margin: 0 auto;
	margin-bottom: 25px;
	width: 90px;
	height: 79px;
	background: url(../images/active-ico.png) no-repeat;
}
.core-list li.li-1 .pic{
	background-position: 0 0;
}
.core-list li.li-2 .pic{
	background-position: -90px 0;
}
.core-list li.li-3 .pic{
	background-position: -179px 0;
}
.core-list li.li-4 .pic{
	background-position: -269px 0;
}
.core-list li .txt{
	color: #999999;
	line-height: 24px;
	font-size: 15px;
	height: 72px;
	overflow: hidden;
}
.marketing-box .wm-1200{
	padding-bottom: 48px;
	border-bottom: 1px solid #e0e0df;
}
.markt-list{
	margin: 0 11px;
}
.markt-list li{
	float: left;
	width: 256px;
	border: 2px solid #00a0e9;
	margin-right: 46px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.markt-list li.mr-0{
	margin-right: 0;
}
.markt-list li .txt{
	overflow: hidden;
	color: #00a0e9;
    padding: 30px;
	font-size: 14px;
	line-height: 24px;
}
.multiport-box{
	padding-bottom: 48px;
}
.multiport-list{
	text-align: center;
}
.multiport-list li{
	display: inline-block;
	width: 160px;
}
.multiport-list li .pic{
	width: 65px;
	height: 58px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: url(../images/active-ico.png) no-repeat;
}
.multiport-list li.li-1 .pic{
	background-position: 0 -79px;
}
.multiport-list li.li-2 .pic{
	background-position: -65px -79px;
}
.multiport-list li.li-3 .pic{
	background-position: -130px -79px;
}
.multiport-list li.li-4 .pic{
	background-position: -195px -79px;
}
.multiport-list li.li-5 .pic{
	background-position: -260px -79px;
}
.multiport-list li p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.selected-block .terminal-list .terminal-val{
    float: right;
    margin-top: 4px;
}
.selected-block .terminal-list{
    max-height: 200px;
    padding: 10px 20px;
    overflow-y: auto;
}
.selected-block .terminal-list li:after{
    content: "";
    clear: both;
    display: block;
    height: 0;
    overflow: hidden;
}
.selected-block .terminal-list li{
    padding: 5px 0;
}
.selected-block .terminal-list li span{
    float: left;
    color: #999;
    width: 240px;
    line-height: 18px;
}
.selected-block .terminal-list li span strong{
    color: #f00;
}
.selected-block .terminal-list li em{
    float: right;
    color: #666;
}
.selected-block .terminal-list li span .price{
    float: right;
    display: inline;
    width: auto;
    color: #666666;
}