/*公用部分*/
.mp-nav{
	position: fixed;
	top: 100px;
	width: 100%;
	min-width: 1200px;
	height: 70px;
	-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);
	z-index: 9999;
}
.fxd{
    top: 0 !important;
}
.mp-nav .menu{
	width: 1036px;
}
.mp-nav .menu li{
	float: right;
	padding: 0 20px;
	line-height:70px;
}
.mp-nav .menu li>a{
	color: #969696;
	font-size: 14px;
	display: block;
}
.mp-nav .menu li.on>a,.mp-nav .menu li>a:hover{
	color: #fff;
}
.mp-nav .deploy-btn{
	width: 91px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	color: #fff;
	font-size: 14px;
	border-radius: 3px;
	background: #ff6700;
	margin: 20px 6px 0 0;
}
.mp-banner{
	width: 100%;
    min-width: 1200px;
    height: 500px;
    position: relative;
    overflow: hidden;
}
.mp-banner .imgs{
	width: 1920px;
    height: 500px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}
.mp-banner .imgs  img{
	width: 100%;
}
.mp-sm-banner{
	width: 100%;
    min-width: 1200px;
    height: 200px;
    position: relative;
    overflow: hidden;
}
.mp-sm-banner .imgs{
	width: 1920px;
    height: 200px;
    position: absolute;
    left: 50%;
    margin-left: -960px;
    overflow: hidden;
}
.mp-sm-banner .imgs>a{
	display: table-cell;
    width: 1920px;
    height: 200px;
    vertical-align: middle;
    text-align: center;
}
.mp-sm-banner .imgs>a img{
	vertical-align: middle;
}
.mp-sm-banner .linking{
	position: absolute;
	top: 50%;
	margin-top: -21px;
	right: 50%;
	margin-right: -600px;
	display: inline-block;
	height: 40px;
	border: 1px solid #ffffff;
	padding: 0 25px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
}
.mp-sm-banner .linking .arrow{
	display: inline-block;
	vertical-align: middle;
	width: 7px;
	height: 12px;
	margin: -2px 0 0 15px;
	background: url(../images/mp-btn-arrow.png) no-repeat;
}

.ds-text-box{
	width: 100%;
	min-width: 1200px;
	background: #fafafa;
}
.ds-text-box .txt{
	padding: 34px 150px;
}
.ds-text-box .txt>p{
	color: #848484;
	font-size: 14px;
	line-height: 24px;
	position: relative;
}
.ds-text-box .txt>p:before{
	content: "";
	position: absolute;
	left: -20px;
	top: 0px;
	width:13px;
	height: 13px;
	background: url(../images/edit-ico.png) no-repeat;
}

.comm-tit{
	width: 920px;
	margin: 0 auto;
	text-align: center;
	position: relative;
}
.comm-tit:before{
	content: "";
	position: absolute;
	left: 50%;
	top: -36px;
	margin-left: -18px;
	width: 36px;
	height: 1px;
	background: #b4b4b4;
}
.comm-tit h3{
	font-size: 40px;
	padding-bottom: 20px;
}
.comm-tit p{
	font-size: 15px;
	color: #666666;
	line-height: 28px;
}

.booking-box{
	padding-top: 40px;
	width: 1080px;
	margin: 0 auto;
}
.booking-box li{
	float: left;
	width: 270px;
	height: 220px;
}
.booking-box li .book{
	width: 270px;
	height: 220px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.booking-box li .book p{
	font-size: 16px;
	line-height: 36px;
}
.booking-box li.li-1 .book p{
	color: #e5a100;
}
.booking-box li.li-2 .book p{
	color: #028aeb;
}
.booking-box li.li-3 .book p{
	color: #f53505;
}
.booking-box li.last-li .book p{
	color: #00bd81;
}

/*电商平台*/
.kj-box{
	width: 100%;
	min-width: 1200px;
}
.kj-box .kj-con{
	padding: 60px 0;
}
.kj-con li{
	float: left;
	width: 300px;
	text-align: center;
}
.kj-con li .pic{
	width: 135px;
	height: 135px;
	margin: 0 auto;
	background: url(../images/mp-index-ico.png) no-repeat;
}
.kj-con li.li-1 .pic{
	background-position: 0 0;
}
.kj-con li.li-2 .pic{
	background-position: -317px 0;
}
.kj-con li.li-3 .pic{
	background-position: -634px 0;
}
.kj-con li.li-4 .pic{
	background-position: -951px 0;
}
.kj-con li:hover.li-1 .pic{
	background-position: -146px 0;
}
.kj-con li:hover.li-2 .pic{
	background-position: -463px 0;
}
.kj-con li:hover.li-3 .pic{
	background-position: -781px 0;
}
.kj-con li:hover.li-4 .pic{
	background-position: -1095px 0;
}
.kj-con li.li-1{
	width: 250px;
	margin-right: 50px;
}
.kj-con li.li-4{
	width: 250px;
	margin-left: 50px;
}
.kj-con li h3{
	padding: 28px 0;
	line-height: 26px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.kj-con li .txt{
	width: 250px;
	margin: 0 auto;
	height: 88px;
	line-height: 22px;
	color: #999999;
	font-size: 14px;
	overflow: hidden;
	text-align: left;
}
.mcustomize-box{
	position: relative;
    overflow: hidden;
	background: url(../images/pic/ba1.jpg) no-repeat center center;
    background-attachment: fixed;
    
}
.container-mcu{
	position: relative;
    width: 100%;
    height: 720px;
}
.container_content{
	position: relative;
    left: 0;
    width: 56%;
    background: #ffffff;
    height: 80%;
    top: 50%;
    transform: translateY(-50%);
    overflow: visible;
}
.mediabody{
	position: absolute;
    top: 76px;
    right: -60px;
    width: 720px;
    height: 218px;
    border: 1px solid #dedede;
    box-sizing: border-box;
    padding: 9px;
    margin-top: 0;
}
.mediabody img{
	width: 100%;
}
.container_content .description{
	position: absolute;
	top: 330px;
	width: 574px;
	right: 74px;
}
.container_content .description h3{
	font-size: 18px;
	line-height: 34px;
	padding-bottom: 15px;
}
.container_content .description p{
	font-size: 14px;
	line-height: 24px;
	color: #999999;
}
.cpxs-box{
	padding: 72px 0 107px 0;
	background: #1574d9;
	width: 100%;
	min-width: 1200px;
}
.cpxs-box .cpxs-con h2{
	font-size: 32px;
	line-height: 48px;
	padding-bottom: 70px;
	color: #fff;
	text-align: center;
}
.cpxs-box .cpxs-con li{
	float: left;
	width: 300px;
	height: 305px;
	background: #fff;
	text-align: center;
	position: relative;
}
.cpxs-box .cpxs-con li>.item{
	height: 305px;
	border-right: 1px solid #e2e2e2;
}
.cpxs-box .cpxs-con li:last-child>.item{
	border-right: none;
}
.cpxs-box .cpxs-con li .pic{
	border-radius: 50%;
	width: 140px;
	height: 140px;
	overflow: hidden;
	display: inline-block;
	margin: 30px auto;
}
.cpxs-box .cpxs-con li.last .pic{
	width: 80px;
	height: 80px;
	margin: 60px auto;
}
.cpxs-box .cpxs-con li .pic img{
	width: 100%;
}
.cpxs-box .cpxs-con li h3{
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.cpxs-box .cpxs-con li .more{
	display: block;
	font-size: 13px;
	margin-top: 40px;
	position: relative;
}
.cpxs-box .cpxs-con li .more:before{
	content: "";
	position: absolute;
	width: 22px;
	height: 1px;
	background: #e8e8e8;
	left: 50%;
	margin-left: -11px;
	top: -20px;
}
.cpxs-box .cpxs-con li .txt{
	display: none;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(22,137,235,0.9);
}
.cpxs-box .cpxs-con li:hover .txt{
	display: block;
}
.cpxs-box .cpxs-con li .txt .txt-con{
	width: 300px;
	height: 305px;
	margin: 0 auto;
	display: table-cell;
	vertical-align: middle;
}
.cpxs-box .cpxs-con li.last .txt .txt-con img{
	margin-bottom: 30px;
}
.cpxs-box .cpxs-con li .txt .txt-con strong{
	font-size: 16px;
	line-height: 26px;
	color: #fff;
	padding-bottom: 30px;
	display: block;
}
.cpxs-box .cpxs-con li .txt .txt-con p{
	padding: 0 30px;
	font-size: 14px;
	line-height: 22px;
	color: #fff;
	text-align: left;
}
.cpxs-box .cpxs-con li.last .txt .txt-con p{
	text-align: center;
}
.ds-mp-sm-banner .linking{
	margin-right: -300px;
}

/*电子票务*/
.pw-cjsp-box{
	width: 100%;
	min-width: 1200px;
	padding-bottom: 80px;
}
.pw-cjsp-box .item{
	padding-top: 70px;
}
.pw-cjsp-box .item .txt{
	width: 760px;
	margin: 0 auto;
	text-align: center;
}
.pw-cjsp-box .item .txt>h3{
	font-size: 32px;
	line-height: 48px;
	padding-bottom: 15px;
}
.pw-cjsp-box .item .txt>p{
	color: #848484;
	font-size: 14px;
	line-height: 24px;
}
.pw-cjsp-box .scene-box{
	padding-top: 50px;
}
.pw-cjsp-box .scene-box li{
	float: left;
	width: 240px;
	height: 260px;
	position: relative;
}
.pw-cjsp-box .scene-box li .pic{
	width: 240px;
	height: 260px;
	overflow: hidden;
}
.pw-cjsp-box .scene-box li .pic>img{
	width: 100%;
}
.pw-cjsp-box .scene-box li .wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 240px;
	height: 260px;
	background: rgba(0,0,0,0.6);
	display: none;
}
.pw-cjsp-box .scene-box li:hover .wrap{
	display: block;
}
.pw-cjsp-box .scene-box li .wrap .wrap-con{
	width: 240px;
	height: 260px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.pw-cjsp-box .scene-box li .wrap .wrap-con p{
	font-size: 16px;
	color: #fff;
	line-height: 26px;
	padding-top: 10px;
}
.mp-set-box{
	width: 100%;
	min-width: 1200px;
	height: 528px;
	background: url(../images/pic/ban4.jpg) no-repeat center center;
}
.mp-set-box .mp-set-con{
	margin: 0 auto;
	width: 1200px;
	height: 528px;
}
.mp-set-box .mp-set-con .item{
	width: 1200px;
	height: 528px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.mp-set-box .mp-set-con .item h3{
	font-size: 32px;
	line-height: 48px;
	padding-bottom: 10px;
}
.mp-set-box .mp-set-con .item p{
	font-size: 14px;
	line-height: 24px;
	color: #999;
}
.jp-box{
	padding: 60px 0;
}
.jp-box .tit{
	width: 770px;
	margin: 0 auto;
	padding-bottom: 30px;
	text-align: center;
}
.jp-box .tit h3{
	font-size: 32px;
	line-height: 48px;
	padding-bottom: 10px;
}
.jp-box .tit  p{
	font-size: 14px;
	line-height: 24px;
	color: #848484;
}
.jp-box .imgs{
	text-align: center;
}
.pw-sm-banner .linking{
	margin-right: -348px;
}
/*概述*/
.sum-box{
	width: 100%;
	min-width: 1200px;
}
.sum-tit{
	text-align: center;
	font-size: 36px;
	line-height: 48px;
}
.sum-box1{
	padding: 30px 0;
	border-bottom: 1px solid #f0f0f0;
}
.sum-box1-content{
	width: 885px;
	margin: 0 auto;
	position: relative;
}
.sum-box1-content:before{
	content: "";
	position: absolute;
	left: -20px;
	top: -5px;
	width: 18px;
	height: 18px;
	background: url(../images/sum-add.png) no-repeat;
}
.sum-box1-content .sum-tit{
	text-align: left;
}
.sum-box1-content .txt{
	padding-top: 10px;
	color: #666666;
	font-size: 15px;
	line-height: 30px;
}
.sum-box2{
	height: 866px;
	border-bottom: 1px solid #f0f0f0;
	position: relative;
}
.sum-box2:after{
	content: "";
	position: absolute;
	z-index: 999;
	bottom: 0;
	left: 50%;
	margin-left: -50%;
	width: 100%;
	height: 222px;
	background: url(../images/sum-bg1-after.png) no-repeat bottom center;
}
.sum-box2-content{
	width: 1200px;
	height: 866px;
	position: relative;
}
.sum-box2-content .sum-tit{
	width: 100%;
	position: absolute;
	top: 54px;
}
.sum-box2-content .sum-item{
	position: absolute;
	top: 138px;
	left: 50%;
	margin-left: -529px;
	width: 1059px;
	height: 547px;
	background: url(../images/sum-bg1.png) no-repeat;
}
.sum-box2-content .sum-item .left-info{
	position: absolute;
	top: 122px;
	left: 40px;
}
.sum-box2-content .sum-item .left-info p{
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	margin-bottom: 16px;
}
.sum-box2-content .sum-item .right-info{
	position: absolute;
	top: 124px;
	right: 0;
	width: 238px;
}
.sum-box2-content .sum-item .right-info p{
	padding: 8px 14px;
	line-height: 22px;
	color: #fff;
	font-size: 14px;
	margin-bottom: 14px;
}
.sum-box3{
	padding: 55px 0 70px 0;
	border-bottom: 1px solid #f0f0f0;
}
.sum-box3-content{
	margin-top: 90px;
}
.sum-box3-content li{
	float: left;
	width: 260px;
	padding: 0 20px;
	text-align: center;
}
.sum-box3-content li .pic,.sum-box4-content li .pic{
	width: 88px;
	height: 88px;
	margin: 0 auto;
	background: url(../images/sum-ico.png) no-repeat;
}
.sum-box3-content li.li-2 .pic{
	background-position: -122px 0;
}
.sum-box3-content li.li-3 .pic{
	background-position: 0 -110px;
}
.sum-box3-content li.li-4 .pic{
	background-position: -122px -110px;
}
.sum-box3-content li h4,.sum-box4-content li h4{
	line-height: 28px;
	padding: 24px 0;
	font-size: 18px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sum-box3-content li p,.sum-box4-content li p{
	color: #666666;
	font-size: 14px;
	line-height: 28px;
	text-align: left;
}
.sum-box4{
	padding: 55px 0 60px 0;
}
.sum-box4-content{
	margin-top: 70px;
}
.sum-box4-content li{
	float: left;
	width:320px;
	padding: 0 40px;
	text-align: center;
}
.sum-box4-content li.li-1 .pic{
	background-position:  0 -220px;
}
.sum-box4-content li.li-2 .pic{
	background-position: -122px -220px;
}
.sum-box4-content li.li-3 .pic{
	background-position: 0 -330px;
}
.sum-box4-content li .more{
	display: block;
	margin: 20px auto 0 auto;
	width: 136px;
	height: 29px;
	line-height: 27px;
	border: 1px solid #e6e6e6;
	border-radius: 20px;
}
.sum-box4-content li .more i{
	display: inline-block;
	vertical-align: middle;
	width: 61px;
	height: 16px;
	background: url(../images/sum-ico.png) no-repeat;
	background-position: -132px -330px;
	transition: all ease-out .5s;
}
.sum-box4-content li .more:hover{
	border: 1px solid #b2e0ff;
}
.sum-box4-content li .more:hover i{
	background-position: -132px -357px;
}
.sum-box5{
	height: 844px;
	background: url(../images/sum-bg2.jpg) no-repeat center center;
}
.sum-box5-content h3{
	margin-top: 74px;
}
.sum-box5-content .pic{
	margin-top: 120px;
	width: 1200px;
	height: 450px;
	background: url(../images/sum-img1.png) no-repeat;
}
.sum-box6{
	padding: 55px 0 85px 0;
}
.sum-box6-content .list{
	margin-top: 75px;
}
.sum-box6-content .list li{
	float: left;
	width:279px;
	margin:0 28px 15px 0;
}
.sum-box6-content .list li.mr-0{
	margin-right: 0;
}
.sum-box6-content .list li .pic{
	width: 279px;
	height: 156px;
	overflow: hidden;
}
.sum-box6-content .list li .pic img{
	width: 100%;
}
.sum-box6-content .list li p{
	font-size: 16px;
	line-height: 46px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.sum-box7{
	background: #f6fafb;
	padding: 25px 0;
}
.sum-box7-content{
	text-align: center;
}
.sum-box7-content li{
	display: inline-block;
	position: relative;
}
.sum-box7-content li > a{
	width: 168px;
	height: 40px;
	line-height: 40px;
	display: block;
	margin: 0 70px;
	border-radius: 25px;
	background: #02c63c;
	color: #fff;
	font-size: 15px;
}
.sum-box7-content li > a i{
	display: inline-block;
	vertical-align: middle;
	margin: -1px 6px 0 0;
	background: url(../images/sum-ico.png) no-repeat;
}
.sum-box7-content li.li-1 > a i{
	width: 15px;
	height: 23px;
	background-position: -105px -395px;
}
.sum-box7-content li.li-2 > a i{
	width: 24px;
	height: 21px;
	background-position: -129px -397px;
}
.sum-box7-content li.li-3 > a i{
	width: 22px;
	height: 22px;
	background-position: -162px -396px;
}
.sum-box7-content li .code{
	position: absolute;
	top: 44px;
	left: 50%;
	margin-left: -91px;
	z-index: 999;
	width: 183px;
	height: 221px;
	-webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    transition: all .3s;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    transform-origin: top;
    opacity: 0;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.sum-box7-content li:hover .code{
    opacity: 1;
    -ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
/*信息平台*/
.info-box-1{
	width: 100%;
	min-width: 1200px;
	padding: 90px 0;
}
.info-box-1 ul{
	padding-top: 50px;
}
.info-box-1 ul li{
	float: left;
	width: 300px;
	text-align: center;
}
.info-box-1 ul li .pic{
	width: 100px;
	height: 100px;
	overflow: hidden;
	margin: 0 auto;
	background: url(../images/mp-index-ico7.png) no-repeat;
}
.info-box-1 ul li.li-1 .pic{
	background-position: 0 0;
}
.info-box-1 ul li.li-2 .pic{
	background-position: -120px 0;
}
.info-box-1 ul li.li-3 .pic{
	background-position: -240px 0;
}
.info-box-1 ul li.li-4 .pic{
	background-position: -360px 0;
}
.info-box-1 ul li h3{
	padding: 20px 0;
	font-size: 18px;
	line-height: 30px;
}
.info-box-1 ul li .txt{
	width: 235px;
	margin: 0 auto;
	color: #666666;
	font-size: 14px;
	line-height: 26px;
	text-align:left;
}
.info-box-2{
	width: 100%;
	min-width: 1200px;
	height: 720px;
	background: url(../images/pic/ba2.jpg) no-repeat;
}
.info-box-2 .wm-1200{
	padding-top: 90px;
}
.info-box-2 .con{
	float: right;
	width: 1180px;
	height: 372px;
	background: #fff;
	margin-top: 74px;
}
.info-box-2 .con .left{
	float: left;
	width: 420px;
	padding: 0 40px;
	height: 372px;
}
.info-box-2 .con .left ul{
	width: 420px;
	height: 372px;
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
.info-box-2 .con .left ul li{
	float: left;
	width: 140px;
}
.info-box-2 .con .left ul li .pic{
	margin: 0 auto;
	width: 100px;
	height: 100px;
	background: url(../images/mp-index-ico7.png) no-repeat;
	position: relative;
}
.info-box-2 .con .left ul li.li-1 .pic{
	background-position: -840px 0;
}
.info-box-2 .con .left ul li.li-2 .pic{
	background-position: -1080px 0;
}
.info-box-2 .con .left ul li.li-3 .pic{
	background-position: -960px 0;
}
.info-box-2 .con .left ul li .pic:after{
	content: "";
	position: absolute;
	top: 19px;
	right: -63px;
	width: 76px;
	height: 62px;
	background: url(../images/mp-index-ico-after1.png) no-repeat;
}
.info-box-2 .con .left ul li.li-1 .pic:after{
	background: url(../images/mp-index-ico-after1.png) no-repeat;
}
.info-box-2 .con .left ul li.li-2 .pic:after{
	background: url(../images/mp-index-ico-after2.png) no-repeat;
}
.info-box-2 .con .left ul li.li-3 .pic:after{
	width: 0;
}
.info-box-2 .con .left ul li  p{
	font-size: 15px;
	line-height: 30px;
	color: #666666;
	padding-top: 10px;
}
.info-box-2 .con .right{
	float: left;
	width: 650px;
	height: 372px;
}
.info-box-2 .con .right .text{
	width: 650px;
	height: 372px;
	display: table-cell;
	vertical-align: middle;
	text-align:left;
}
.info-box-2 .con .right .text p{
	padding: 15px 0;
	color: #666666;
	font-size: 15px;
	line-height: 28px;
}
.info-box-3{
	width: 100%;
	min-width: 1200px;
	padding: 120px 0;
}
.info-box-3  ul{
	margin-top: 80px;
}
.info-box-3 li{
	float: left;
	width: 400px;
	text-align: center;
}
.info-box-3 li>.item h3{
	font-size: 18px;
	padding: 25px 0;
}
.info-box-3 li>.item p{
	width: 320px;
	margin: 0 auto;
	font-size: 14px;
	line-height: 26px;
	color: #666666;
}
.info-mp-sm-banner .linking{
	margin-right: -266px;
}

.kj-con h2 {
    font-size: 32px;
    line-height: 48px;
    padding-bottom: 60px;
    text-align: center;
}
/*景区门户--购买*/
.buy-page-main{
	padding: 40px 0 40px;
}
.buy-slide-block{
    float: left;
    width: 584px;
    padding: 40px 0 0;
}
.buy-slide-img{
    width: 584px;
    height: 430px;
    overflow: hidden;
}
.buy-slide-img li{
    width: 584px;
    height: 430px;
    line-height: 430px;
    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-type{
	padding: 10px;
	padding-top: 20px;
}
.buy-type li{
	border: 1px solid #d6d6d6;
	margin-bottom: 10px;
	width: 538px;
	height: 98px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    cursor: pointer;
}
.buy-type li.on{
	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-type li .nl{
	float: left;
	margin: 27px 0 0 23px;
	width: 48px;
	height: 44px;
	background: url(../images/scenic-buy-ico.png) no-repeat;
}
.buy-type li.li-1 .nl{
	background-position: 0 0;
}
.buy-type li.li-2 .nl{
	background-position: -48px 0;
}
.buy-type li.li-3 .nl{
	background-position: -96px 0;
}
.buy-type li .info{
	float: left;
	width: 430px;
	margin: 17px 0 0 22px;
}
.buy-type li .info h4{
	line-height: 34px;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.buy-type li .info p{
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.settle-accounts-block {
    padding: 40px 70px;
    background: #fbfbfb;
}
.settle-accounts-block .txt{
	font-size: 14px;
	line-height: 24px;
}
.settle-accounts-block .zx-btn{
	display: block;
	margin: 0 auto;
	margin-top: 40px;
	width: 310px;
	height: 40px;
	background: #2ac4f6;
	color: #fff;
	line-height: 40px;
	text-align: center;
	font-size: 18px;
}
.settle-accounts-block .yx-link{
	text-align: center;
	display: block;
	color: #666666;
	font-size: 14px;
	line-height: 28px;
}
.settle-accounts-block .yx-link:hover{
	color: #3db1fa;
}
.core-box{
	padding-bottom: 110px;
	border-top: 1px solid #e6e6e6;
}
.scenic-buy-tit{
	padding: 40px 0;
	text-align: center;
}
.scenic-buy-tit h3{
	font-size: 32px;
	line-height: 70px;
}
.core-list li{
	float: left;
	width: 340px;
	margin: 0 30px;
}
.core-list li .pic{
	margin: 0 auto;
	width: 60px;
	height: 54px;
	background: url(../images/scenic-buy-ico.png) no-repeat;
}
.core-list li.li-1 .pic{
	background-position: 0 -44px;
}
.core-list li.li-2 .pic{
	background-position: -60px -44px;
}
.core-list li.li-3 .pic{
	background-position: -120px -44px;
}
.core-list li h4{
	padding: 15px 0 20px 0;
	text-align: center;
	font-size: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.core-list li .txt{
	height: 72px;
	overflow: hidden;
	line-height: 24px;
	color: #999999;
	font-size: 15px;
}
.marketing-box{
	border-top: 1px solid #e6e6e6;
	height: 408px;
	background: url(../images/scenic-buy-bg.png) no-repeat center center;
}
.marketing-list li{
	float: left;
	width: 258px;
	height: 158px;
	margin-right: 53px;
	border: 1px solid #999999;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
.marketing-list li.mr-0{
	margin-right: 0;
}
.marketing-list li .txt{
	width: 220px;
	margin: 0 auto;
	margin-top: 43px;
	height: 96px;
	overflow: hidden;
	line-height: 24px;
	font-size: 14px;
	color: #666666;
}

.merge-box{
	padding-bottom: 75px;
}
.merge-box-list{
	padding: 0 19px;
}
.merge-box-list li{
	float: left;
	width: 250px;
	height: 220px;
	background: #fafafa;
	margin-right: 54px;
	overflow: hidden;
}
.merge-box-list li.last-li{
	margin-right: 0;
}
.merge-box-list li .book{
	width: 250px;
    height: 220px;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.mp-set-box .mp-set-con .merge-box-list li .book p{
	font-size: 14px;
    line-height: 30px;
    color: #999;
}
.merge-box-list li.li-1 .book p{
	color: #e5a100;
}
.merge-box-list li.li-2 .book p{
	color: #028aeb;
}
.merge-box-list li.li-3 .book p{
	color: #f53505;
}
.merge-box-list li.last-li .book p{
	color: #00bd81;
}
/*解决方案首页*/
.solution-banner,.solution-banner .imgs,.solution-banner .imgs>a{
    height: 530px;
}
.solution-box1{
	width: 100%;
	min-width: 1200px;
	padding: 22px 0;
	border-bottom: 1px solid #e6e6e6;
	margin-bottom: 30px;
}
.solution-box1 li{
	float: left;
	height: 126px;
	border-right: 1px solid #e6e6e6;
}
.solution-box1 li.li-1{
	width: 439px;
}
.solution-box1 li.li-2{
	width: 320px;
}
.solution-box1 li.li-3{
	width: 439px;
	border-right: none;
}
.solution-box1 li .ico{
	float: left;
	width: 44px;
	height: 46px;
	margin:40px 30px 0 0;
	background: url(../images/solution-ico.png) no-repeat;
}
.solution-box1 li.li-1 .ico{
	margin-left: 41px;
	background-position: 0 0;
}
.solution-box1 li.li-2 .ico{
	margin-left: 70px;
	background-position:-44px 0;
}
.solution-box1 li.li-3 .ico{
	margin-left: 82px;
	background-position:-88px 0;
}
.solution-box1 li .info{
	float: left;
	margin-top: 18px;
	line-height: 30px;
}
.solution-box1 li .info h4{
	font-size: 16px;
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.solution-box1 li .info strong{
	display: block;
	font-size: 22px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.solution-box1 li .info strong.orange{
	color: #ff6709;
}
.solution-box1 li .info strong.blue{
	color: #3db1fa;
}
.solution-box1 li .info p{
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.solution-box1 li .info .zx{
	display: block;
	margin-top: 27px;
	width: 88px;
	height: 32px;
	line-height: 32px;
	background: #ff6709;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	-o-transition: all 0.3s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.solution-box1 li .info .zx:hover{
	background: #ef650f;
}
.solution-box{
	padding-bottom: 30px;
}
.solution-tit{
	text-align: center;
	padding: 15px 0;
}
.solution-tit h3{
	font-size: 32px;
	line-height: 60px;
}
.solution-list li{
	float: left;
	width: 370px;
	height: 370px;
	background: #f6f6f6;
	overflow: hidden;
	margin: 0 24px 24px 0;
	position: relative;
}
.solution-list li.mr-0{
	margin-right: 0;
}
.solution-list li .pic{
	width: 384px;
	height: 200px;
	overflow: hidden;
}
.solution-list li .pic > a{
	display: block;
}
.solution-list li .pic img{
	width: 100%;
	-webkit-transition: all .5s linear;
	-moz-transition: all .5s linear;
	-o-transition: all .5s linear;
	-ms-transition: all 5s linear;
	transition: all .5s linear;
}
.solution-list li:hover .pic img{
	transform: scale(1.1);
}
.solution-list li .tit{
	display: block;
	width: 344px;
	padding: 6px 20px;
	line-height: 32px;
	font-size: 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.solution-list li .des{
	padding: 0 20px;
	width: 344px;
	line-height: 22px;
	color: #999999;
	font-size: 14px;
	height: 66px;
	overflow: hidden;
}
.solution-list li .more{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 24px;
	padding: 11px 0;
	border-top: 1px solid #e6e6e6;
	text-align: center;
	font-size: 0;
}
.solution-list li .more .btn-link{
	color: #fff;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding:0 10px;
	margin: 0 5px;
	font-size: 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
.solution-list li .more .btn-link.show-link{
	background: #009cff;
}
.solution-list li .more .btn-link.buy-link{
	background: #ff6d5e;
}
.solution-des{
	text-align: center;
	font-size: 15px;
	color: #999999;
	line-height: 24px;
}
.cms-advantage{
	padding: 25px 0;
}
.cms-advantage li{
	float: left;
	width: 282px;
	height: 102px;
	margin-right: 24px;
	background: url(../images/solution-ico.png) no-repeat;
}
.cms-advantage li.mr-0{
	margin-right: 0;
}
.cms-advantage li.li-1{
	background-position: 0 -46px;
}
.cms-advantage li.li-2{
	background-position: 0 -156px;
}
.cms-advantage li.li-3{
	background-position: 0 -266px;
}
.cms-advantage li.li-4{
	background-position: 0 -376px;
}
.cms-advantage li p{
	margin: 24px 30px 0 30px;
	width: 222px;
	height: 56px;
	overflow: hidden;
	line-height: 28px;
	color: #fff;
	font-size: 14px;
}

/* 二维码 */
.qr-entry-box{
	background: #f6fafb;
}
.qr-entry-bar{
	padding: 25px 0;
	text-align: center;
	font-size: 0;
}
.qr-entry-bar .item{
	display: inline-block;
	width: 168px;
	height: 40px;
	margin: 0 80px;
	position: relative;
}
.qr-entry-bar .item .type{
	color: #fff;
	display: inline-block;
	width: 168px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	font-size: 15px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	background: #3098ff;
}
.qr-entry-bar .item .type .icon{
	display: inline-block;
	width: 24px;
	height: 23px;
	vertical-align: middle;
	margin: -3px 10px 0 0;
	background: url("../images/camplan-icon.png") no-repeat;
}
.qr-entry-bar .item .type .w-icon{
	background-position: -305px -23px;
}
.qr-entry-bar .item .type .p-icon{
	background-position: -335px -23px;
}
.qr-entry-bar .item .type .c-icon{
	background-position: -368px -23px;
}
.qr-entry-bar .item .code{
	display: block;
	width: 187px;
	height: 224px;
	position: absolute;
	top: 45px;
	left: 50%;
	z-index: 9999;
	margin-left: -94px;
	opacity: 0;
	-webkit-transition: all .5s;
	transition: all .5s;
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: top;
	transform-origin: top;
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
}
.qr-entry-bar .item:hover .code{
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
}