@charset "utf-8";
/* CSS Document */

.wrap{width:1160px;margin:0 auto;}
.fl{float: left;}
.fr{float: right;}
.clear {
    zoom: 1;
}
.clear:after {display: block;visibility: hidden;clear: both;overflow: hidden;height: 0;content: '.';}
/*×¨Ìâ¶¥²¿µ¼º½*/
.top-bar{border-bottom: 2px #E20000 solid;}
.top-bar-login,.top-bar-login-after{line-height: 30px;font: 12px/30px simsun;}
.top-bar-login-after{display: none;}
.top-bar .ofw-logo{margin-top: 2px;}
.top-bar-login>.signin{display: inline-block;background: #e20000;height:24px;width:50px;border-radius: 2px;text-align: center;margin-top: 3px;line-height: 24px;}
.top-bar-login>.signin>a{color: #fff;}
.top-bar-login a,.top-bar-login-after a{color: #333;}
.top-bar-login a:hover,.top-bar-login-after a:hover{text-decoration: underline;}
.top-bar-login i{font-style: normal;color: #666;}
.top-bar-login>.email{padding-left: 24px;display: inline-block;background: url(http://images.ofweek.com/images/global-steven/email/ico_email.png) no-repeat left;}

/*nav-bar*/
.nav-bar {
	position: absolute;
	width: 100%;	
	z-index: 100;
	background: #393335;	
	border-bottom: 2px solid #164898;	
}
.nav-bar.fixed {
	position: fixed;
	top: 0;	
}
.nav-bar .nav-logo {margin-top: 5px;margin-bottom: 6px;}
.nav-bar .nav {margin-top: 20px;}
.nav-bar .nav li {
	float: left;
	margin-left: 20px;
	color: #000;
    position: relative;
}
.nav-bar .nav li a {
	color: #fff;
	font-weight: bold;
	font-size: 16px;
	padding-right: 10px;
    border-right: 2px solid #fff;
}
.nav-bar .nav li .hot{
    position: absolute;
    top: -20px;
    left: 42px;
    width: 24px;
    height: 28px;
    background: url(../images/ticket/hot.png) no-repeat center center;
    background-size: 100% 100%;
}
.nav-bar .nav li:hover a,.nav-bar .nav li.on a {
	color: #7665ff;
}

.nav-bar .nav li.on a{
	color: #7665ff;
}

.nav-bar .nav .erji {
	position: relative;
	padding-bottom: 6px;
}
.nav-bar .nav .erji:after {
	/*position: absolute;*/
	content: '';
	border-style: solid;
	border-width: 4px 3.5px;
	border-color: #000 transparent transparent;
	float: right;
	margin-top: 8px;
	margin-left: 5px;
}
.nav-bar .nav .erji div {
	position: absolute;
	z-index: 1000;
	left: -15px;
	width: 140px;
	top: 100%;
	background: #000a18;
	display: none;
}
.nav-bar .nav .erji:hover  div {
	display: block;
} 
.nav-bar .nav .erji div a {
	display: block;
	padding-left: 15px;
	line-height: 30px;
	color: #fff;
	font-size: 13px;

}
.nav-bar .nav .erji div a:hover {
	background: #164898;
}

.nav-bar .nav .erji:hover:after {
	border-top-color: #164898;
}
.nav-bar .nav a.on {
	color: #092b7b
}
.nav-bar .nav-r {
	margin-top: 24px;
	margin-right: -8px;
}
.nav-bar .nav-r a {
	float: left;
	margin-right: 8px;
	width: 98px;
	line-height: 34px;
	border-radius: 17px;
	background: #164898;
	text-align: center;
	color: #fff;
}
.nav-bar .nav-r div.fl {
	width: 150px;
	height: 98px;
	text-align: center;
	background: #164898;

}
.nav-bar .nav-r .fl div {
	margin-top: 22px;
}
.nav-bar .nav-r .fl p{
	margin-top: 10px;
	font-size: 17px;
	color: #fff;
}

.main-cont{
	/* background: url('../images/main-bg.jpg') no-repeat top center; */
}

.banner {
	margin-top: 58px;	
	height: 672px; 
	position: relative;
	background: url('../images/banner-bg.png?v=2') no-repeat top center;
	background-size: cover;
	font-size: 28px;
    color: #6858e6;
}
.banner .banner-logo01{
    position: absolute;
    bottom: -135px;
    left: -90px;
}
.banner .banner-logo02{
    position: absolute;
    top: 50px;
    right: -50px;
}

.part-tit{
	text-align: center;
}

/*canvas做背景图*/
#canvas {
    position: fixed;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: al .5s;
    transition: all .5s;
}

#canvas.on {
    opacity: 1;
}



/*meet-intro*/
.part-cont {
	margin-top: 30px;
}
.meet-intro {
	padding-top: 85px;
}
.meet-intro .part-cont{
	position: relative;
}
.meet-intro .part-cont div {
	background: url('../images/intro-p-bg.png') no-repeat center center;
	background-size: 100% 100%;
	width: 608px;
	height: 231px;
	padding: 15px;
}
.meet-intro .part-cont p {
	font-size: 14px;
	text-indent: 30px;
}
.meet-intro .part-cont p span {
	color: #fe0000;
}
.meet-intro .part-cont img{
	position: absolute;
	top: 0;
	right: 0;
}

/*meet-point*/
.meet-point {
	padding-top: 90px;
}
.meet-point .part-cont ul li{
	float: left;
	width: 180px;
	height: 138px;
	font-size: 16px;
	background: url('../images/point01.png') no-repeat center center;
	background-size: 100% 100%;
	padding: 60px 50px 60px 65px;
	margin: 0 130px 75px 0;
}
.meet-point .part-cont ul li:hover{
	background: url('../images/point02.png') no-repeat center center;
	background-size: 100% 100%;
}
.meet-point .part-cont ul li.mar-0{
	margin-right: 0;
}
.meet-point .part-cont ul li h3{
	text-align: center;
	font-size: 32px;
	font-weight: 300;
	margin-bottom: 30px;
}

/*meet-schedule*/
 .meet-schedule {
    padding-top: 60px;
}
.meet-schedule .part-cont{
	width: 836px;
	padding-top: 40px;
	margin: 0 auto;
}
.meet-schedule .part-cont table{
	padding: 35px 0;
	font-size: 14px;
	line-height: 1.6;
}
.meet-schedule .part-cont table td{
	padding: 10px 0;
}

.big-cont {
	padding: 30px 0;
	background: url(../images/img_2_03.png) no-repeat center top;
}
/*meet-guest*/
.meet-guest {
	padding-top: 70px;
}
.judges_cnt {
    margin-top: 60px;
}
.pagination {
    text-align: center;
    margin-top: 40px;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 5px;
    background: rgba(98, 163, 209, .5);
}
.swiper-active-switch {
    background: #4548ff;
    transition: all .2s;
}
.swiper-container {
    position: relative;
    z-index: 1;
    overflow: hidden;
    margin: 0 auto;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    width: 1160px;
    height: 579px;
}
.swiper-wrapper {
    position: relative;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    width: 100%;
    -webkit-transition: -webkit-transform, left, top 0s ease;
    -moz-transition: -moz-transform, left, top 0s ease;
    -ms-transition: -ms-transform, left, top 0s ease;
    -o-transition: -o-transform, left, top 0s ease;
    transition: transform, left, top 0s ease;
    -webkit-transform: translate3d(0px, 0, 0);
    -moz-transform: translate3d(0px, 0, 0);
    -ms-transform: translate3d(0px, 0, 0);
    -o-transform: translate3d(0px, 0, 0);
    transform: translate3d(0px, 0, 0);
}
.swiper-slide {
    position: relative;
    float: left;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.judges_list {
    position: relative;
    height: 386px;
}
.judges_list li {
    position: absolute;
    cursor: pointer;
}
.judges_list li .judges_img {
    float: left;
    width: 193px;
    height: 193px;
    font-size: 0;
    overflow: hidden;
}
.judges_list li .judges_img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.judges_list li .judges_info {
    float: left;
    width: 193px;
    height: 193px;
	background: #545b69;
	color: #fff;
    padding: 20px;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
	transition: all .2s;
	    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.judges_list li:hover .judges_info {
    background: #4548ff;
}
.judges_list li:hover .judges_img img {
    -webkit-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2);
}
.judges_info .p1 {
    font-size: 18px;
    position: relative;
    padding-left: 20px;
}
.judges_info .p1:before {
    content:'';
    position: absolute;
    width: 0;
    height: 0;
    border-width: 7px;
    border-style: solid;
    border-color: transparent #fff transparent transparent;
    top: 2px;
    left: -4px;
}
.judges_info .p2 {
    margin-top: 15px;
    line-height: 1.8;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
}
.judges_list li:nth-of-type(1) {
    left: 0;
    top: 0;
}
.judges_list li:nth-of-type(2) {
    left: 386px;
    top: 0;
}
.judges_list li:nth-of-type(3) {
    left: 772px;
    top: 0;
}
.judges_list li:nth-of-type(4) {
    left: 0;
    top: 193px;
}
.judges_list li:nth-of-type(5) {
    left: 386px;
    top: 193px;
}
.judges_list li:nth-of-type(6) {
    left: 772px;
    top: 193px;
}
.judges_list li:nth-of-type(7) {
    left: 0;
    top: 386px;
}
.judges_list li:nth-of-type(8) {
    left: 386px;
    top: 386px;
}
.judges_list li:nth-of-type(9) {
    left: 772px;
    top: 386px;
}
.judges_list li:nth-of-type(6) .judges_img, .judges_list li:nth-of-type(5) .judges_img, .judges_list li:nth-of-type(4) .judges_img {
    float: right;
}
.judges_list li:nth-of-type(6) .judges_info, .judges_list li:nth-of-type(5) .judges_info, .judges_list li:nth-of-type(4) .judges_info {
    text-align: right;
}
.judges_list li:nth-of-type(6) .judges_info .p1, .judges_list li:nth-of-type(5) .judges_info .p1, .judges_list li:nth-of-type(4) .judges_info .p1 {
    padding-left: 0;
    padding-right: 20px;
}
.judges_list li:nth-of-type(6) .judges_info .p1:before, .judges_list li:nth-of-type(5) .judges_info .p1:before, .judges_list li:nth-of-type(4) .judges_info .p1:before {
    border-color: transparent transparent transparent #fff;
    top: 2px;
    left: inherit;
    right: -4px;
}


/*review*/
.review{
	padding-top: 60px;
}
.review .part-tit{
	margin-bottom: 50px;
}
.review a{
	width: 70px;
	height: 14px;
}

/*buy*/
.buy{
	padding: 80px 0;
}
.buy .part-tit img{
	display: block;
	margin: 0 auto;
}
.ticket-cont ul li{
	float: left;
	width: 320px;
	height: 149px;
	position: relative;
	color: #fff;
	margin: 28px 130px;
	cursor: pointer;
}
.ticket-cont ul li.ticket-bg01{
	background: url('../images/ticket/ticket-bg01.png') no-repeat center center;
	background-size: 100% 100%;
}
.ticket-cont ul li.ticket-bg02{
	background: url('../images/ticket/ticket-bg02.png') no-repeat center center;
	background-size: 100% 100%;
}
.ticket-cont ul li.ticket-bg03{
	background: url('../images/ticket/ticket-bg03.png') no-repeat center center;
	background-size: 100% 100%;
}
.ticket-cont ul li.ticket-bg04{
	background: url('../images/ticket/ticket-bg04.png?v=1') no-repeat center center;
	background-size: 100% 100%;
}
.ticket-cont .ticket-name{
	position: absolute;
	top: 0;
	left: 0;
	margin: 7px 0;
	width: 20px;
	height: 135px;
	padding: 0 10px 0 10px;
	border-right: 1px dashed #fff;
	font-size: 20px;
}
.ticket-cont .ticket-name .hot{
	position: absolute;
	top: 0;
	left: 20px;
	width: 24px;
	height: 28px;
	background: url('../images/ticket/hot.png') no-repeat center center;
	background-size: 100% 100%;
}
.ticket-bg01 .ticket-name{
	padding-top: 30px;
	height: 105px;
}
.ticket-cont .ticket-bg02 .ticket-name{
	width: 40px;
	padding-top: 15px;
	height: 120px;
} 
.ticket-bg03 .ticket-name{
	padding-top: 15px;
	height: 120px;
}
.ticket-cont .ticket-right{
	margin-left: 41px;
	position: relative;
	height: 100%;
	padding-left: 20px;
}
.ticket-cont .ticket-bg02 .ticket-right{
	margin-left: 61px;
} 
.ticket-cont .ticket-price{
	padding-top: 18px;
	margin-left: -10px;
	font-size: 46px;
}
.ticket-cont .ticket-old-price{
	text-decoration:line-through
}
.ticket-cont .ticket-number{
	position: absolute;
	bottom: 13px;
	left: 20px;
	font-size: 14px;
}
.ticket-cont .flash-sale{
	position: absolute;
	top: -9px;
    right: 16px;
	width: 84px;
	height: 44px;
	background: url('../images/ticket/flash-sale.png') no-repeat center center;
	background-size: 100% 100%;
}
.ticket-cont .ofweekVip{
	position: absolute;
	top: -9px;
    right: 16px;
	width: 84px;
	height: 44px;
	background: url('../images/ticket/ofweekVip.png') no-repeat center center;
	background-size: 100% 100%;
}
.ticket-cont .ticket-logobox{
	position: absolute;
	right: 10px;
	bottom: 50px;
	width: 20px;
}
.ticket-cont .ticket-logobox img{
	width: 20px;
	height: 20px;
	margin-bottom: 8px;
}
.ticket-cont .ticket-btn{
	position: absolute;
	right: 10px;
	bottom: 12px;
	width: 101px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	border: 1px solid #fff;
	font-size: 16px;
	color: #fff;
	border-radius: 3px;
}
.ticket-explain{
	font-size: 18px;
}
.ticket-explain img{
	margin: 0 5px 0 36px;
}
.ticket-explain img.mar-l-0{
	margin-left: 0;
}
.ticket-text{
	margin: 26px 0;
	font-size: 14px;
	line-height: 1.8;
}
.ticket-text h3{
	font-size: 14px;
	font-weight: 300;
}
.ticket-text h3 div{
	display: inline-block;
	width: 58px;
	height: 22px;
	line-height: 22px;
	margin-right: 15px;
	text-align: center;
	border: 1px solid #303030;
	border-radius: 22px;
}


/*last-speech*/
.last-speech .sp-slide {
	position: relative;
}
.last-speech .sp-slide .hd {
	position: absolute;
	right: 510px;
	bottom: 10px;
}
.last-speech .sp-slide .hd span {
	float: left;
	margin-left: 1px;
	width: 22px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	background: rgba(255,255,255,.6);
	font-size: 14px;
	color: #fff;
	/*opacity: .6;*/
	cursor: pointer;
}
.last-speech .sp-slide .hd span.on {
	background: rgba(255,0,0,.6);
}
.last-speech .sp-slide .slide {
	height: 380px;
}
.last-speech .sp-slide .slide .fl {
	width: 500px;
}
.last-speech .sp-slide .slide .fl img {
	width: 500px;
	height: 380px;
}
.last-speech .sp-slide .slide .fr {
	width: 460px;
	margin-top: 30px;
}
.last-speech .t1 {
	font-size: 20px;
}
.last-speech .t1 span {
	color: #488bff;
	font-size: 30px;
	margin-right: 20px;
}

.last-speech .t2 {
	margin: 30px 0;
	font-size: 30px;
}
.last-speech .t3 {
	font-size: 16px;
	line-height: 2;
}
.last-speech .t3  a  {
	color: #f00;
}


/*last-audience*/
.last-audience {
	height: 840px;
	background: url(../images/bg_02.png) center;
}
.last-audience .s-tit {
	font-size: 30px;
	color: #fff;
	border-bottom: 1px solid #0580ca;
	margin-bottom: 20px;
	padding-bottom: 10px;
}
.last-audience .job-an {
	padding-left: 290px;
	background: url(../images/img_2_06.png) no-repeat left top;
}
.last-audience .job-an dl {
	margin-bottom: 20px;
	color: #fff;
}
.last-audience .job-an dl dt {
	position: relative;
	font-size: 20px;

}
.last-audience .job-an dl dt  span {
	position: absolute;
	left: 220px;
	height: 10px;
	top: 50%;
	margin-top: -5px;
	border-radius: 5px;
	transition: width 3s 300ms linear;
}
.job-an.on dt span {
	width: 0!important;
}
.last-audience .job-an dl dd {
	font-size: 16px;
	margin-top: 10px;
}

.ind-an {
	margin-left: 35px;
}

.ind-an div {
	position: relative;
	font-size: 20px;
	color: #fff;
	margin-top: 10px;
	line-height: 1.8;
}
.ind-an div span {
	position: absolute;
	left: 260px;
	height: 10px;
	top: 50%;
	margin-top: -5px;
	border-radius: 5px;
	transition: width 3s 800ms linear;
}
.ind-an.on div span {
	width: 0!important;
}
/*orgnaization*/
.orgnaization {
	margin-top: 50px;
	padding-bottom: 50px;
}
.orgnaization .img-con span {
	float: left;
	line-height: 50px;
	font-size: 14px;
}
.orgnaization .img-con div {
	margin-left: 110px;

}
.orgnaization .img-con div a {
	margin-right: 50px;
}
.orgnaization .img-con {
	/*margin-top: 50px;*/
	margin-bottom: 40px;
	overflow: hidden;
}


.concat {
	padding: 55px 0;
	background: #444444;
}
.concat .cl div {
	width: 300px;
	margin-right: 40px;
	color: #fff;
	font-size: 12px;
	line-height: 28px;
	float: left;
}
.concat .cl div span {
	font-size: 16px;
}
.concat .cl div p {
	font-size: 16px;
	line-height: 1;
	padding-bottom: 10px;
	margin-bottom: 16px;
}
.concat .cr {
	margin-right: -15px;
}
.concat .cr div {
	width: 120px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	line-height: 18px;
	float: left;
}
.concat .cr div img {
	width: 90px;
	height: 90px;
}
.concat .cr div p {
	margin-top: 10px;
}


/*20180323新增*/
.side-float {
	display: none;
	position: fixed;
	z-index: 1000;
	width: 84px;
	height: 360px;
	right: 0;
	top: 35%;
	margin-top: -60px;
}
.side-float a.float-nav-a {
	display: block;
    position: relative;
    width: 84px;
	height: 47px;
	line-height: 47px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #fff;
    text-align: center;
    border-radius: 3px;
	background: url('../images/rightbar-bg.png') no-repeat center center;
	background-size: 100% 100%;
}
.side-float a.float-nav-a01{
	background: url('../images/float_nav_01.png') no-repeat center center;
	background-size: 100% 100%;
}
.side-float a.float-nav-a02{
	background: url('../images/float_nav_02.png') no-repeat center center;
	background-size: 100% 100%;
}
.side-float a.float-nav-a03{
	display: none;
	background: url('../images/float_nav_03.png') no-repeat center center;
	background-size: 100% 100%;
}
.side-float a.float-nav-a04{
	height: 38px;
	background: url('../images/float_nav_04.png') no-repeat center center;
	background-size: 100% 100%;
}
.side-float a.float-nav-a05{
	display: block;
	width: 32px;
	height: 28px;
	background: url('../images/float_nav_05.png') no-repeat center center;
	background-size: 100% 100%;
}

/*service*/
.service {
    position: relative;
    zoom: 1;
}

.service .service-list {
    position: relative;
    width: 1000px;
    height: 230px;
    margin: 0 auto;
    /* overflow:hidden; */
    zoom: 1;
}

.service ul {
    position: absolute;
    left: -37px;
    top: 0;
    width: 1000px;
    height: 230px;
    padding-top: 5px;
    transition: left .8s ease-in-out;
}

.service li {
    float: left;
    width: 313px;
    height: 216px;
    margin-right: 20px;
}

.service li a {
    position: relative;
    display: block;
    width: 100%;
    height: 216px;
    padding: 10px 0 0 92px;
    zoom: 1
}

.service .item-box {
    position: relative;
    width: 274px;
    height: 186px;
    padding: 20px 0 0 60px;
    background: url(../images/lianxi-line.png) 0 0 no-repeat;
    color: #000;
    zoom: 1;
}

.service .overlay-start {
    position: absolute;
    bottom: -2px;
    right: -2px;
    width: 34px;
    height: 10px;
    background-color: #fff;
}

.service .overlay-bottom {
    position: absolute;
    left: -2px;
    bottom: 25px;
    width: 295px;
    height: 15px;
    background-color: #fff;
}

.service .overlay-left {
    position: absolute;
    left: -2px;
    top: -2px;
    width: 15px;
    height: 189px;
    background-color: #fff;
}

.service .overlay-top {
    position: absolute;
    right: 28px;
    top: -2px;
    width: 295px;
    height: 15px;
    background-color: #fff;
}

.service .overlay-right {
    position: absolute;
    right: 62px;
    bottom: 10px;
    width: 15px;
    height: 189px;
    background-color: #fff;
}

.service .service-icon {
    position: absolute;
    left: 40px;
    top: 35px;
    width: 112px;
    height: 112px;
    padding-top: 12px;
    background-color: transparent;
    z-index: 11;
}

.service .service-icon .circle {
    width: 80px;
    height: 80px;
    line-height: 80px;
    background: url(../images/lianxi-circle.png) 0 0 no-repeat;
    background-size: 100% 100%;
    text-align: center;
    color: #359EFB;
    font-size: 28px;
}

.service .service-icon .iconfont {
    font-size: 32px;
    color: #00a0ff
}

.service .start-point {
    position: absolute;
    right: 67px;
    bottom: 45px;
    width: 0;
    height: 16px;
    background-color: transparent;
    overflow: hidden
}

.service .start-point .circle {
    float: right;
    width: 16px;
    height: 16px;
    background: url(../images/lianxi-circle.png) 0 0 no-repeat;
    background-size: 100% 100%;
}

.service h3 {
    line-height: 52px;
    font-size: 24px;
    margin-left: 23px;
}

.service h4 {
    line-height: 20px;
    font-size: 14px;
    margin-left: 23px;
    width: 170px;
}

.service a:hover h3,
.service a:hover h4 {}

.service a:hover .overlay-bottom {
    animation: borderslideBottom .15s linear 0s 1;
    -moz-animation: borderslideBottom .15s linear 0s 1;
    -webkit-animation: borderslideBottom .15s linear 0s 1;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.service a:hover .overlay-left {
    animation: bordersildeLeft .2s linear .15s 1;
    -moz-animation: bordersildeLeft .2s linear .15s 1;
    -webkit-animation: bordersildeLeft .2s linear .15s 1;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.service a:hover .overlay-top {
    animation: bordersildeTop .15s linear .35s 1;
    -moz-animation: bordersildeTop .15s linear .35s 1;
    -webkit-animation: bordersildeTop .15s linear .35s 1;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.service a:hover .overlay-right {
    animation: bordersildeRight .2s linear .5s 1;
    -moz-animation: bordersildeRight .2s linear .5s 1;
    -webkit-animation: bordersildeRight .2s linear .5s 1;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.service a:hover .start-point {
    animation: bordersildeEnd .1s linear .7s 1;
    -moz-animation: bordersildeEnd .1s linear .7s 1;
    -webkit-animation: bordersildeEnd .1s linear .7s 1;
    animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
}

.service .arrow {
    top: 357px
}
.case {
    position: relative;
    padding-top: 10px;
    background-color: transparent;
    zoom: 1
}

.case .arrow {
    top: 183px
}

@-moz-keyframes slogan {
    0% {
        opacity: 0;
        margin-top: 0
    }
    100% {
        opacity: 1;
        margin-top: -30px
    }
}

@-webkit-keyframes slogan {
    0% {
        opacity: 0;
        margin-top: 0
    }
    100% {
        opacity: 1;
        margin-top: -30px
    }
}

@keyframes slogan {
    0% {
        opacity: 0;
        margin-top: 0
    }
    100% {
        opacity: 1;
        margin-top: -30px
    }
}

@-moz-keyframes clickme {
    0% {
        opacity: .2;
        transform: translate3d(0, -5px, 0)
    }
    100% {
        opacity: .8;
        transform: translate3d(0, 5px, 0)
    }
}

@-webkit-keyframes clickme {
    0% {
        opacity: .2;
        transform: translate3d(0, -5px, 0)
    }
    100% {
        opacity: .8;
        transform: translate3d(0, 5px, 0)
    }
}

@keyframes clickme {
    0% {
        opacity: .2;
        transform: translate3d(0, -5px, 0)
    }
    100% {
        opacity: .8;
        transform: translate3d(0, 5px, 0)
    }
}

@-moz-keyframes borderslideBottom {
    from {
        width: 295px
    }
    to {
        width: 0
    }
}

@-webkit-keyframes borderslideBottom {
    from {
        width: 295px
    }
    to {
        width: 0
    }
}

@keyframes borderslideBottom {
    from {
        width: 295px
    }
    to {
        width: 0
    }
}

@-moz-keyframes bordersildeLeft {
    from {
        height: 189px
    }
    to {
        height: 0
    }
}

@-webkit-keyframes bordersildeLeft {
    from {
        height: 189px
    }
    to {
        height: 0
    }
}

@keyframes bordersildeLeft {
    from {
        height: 189px
    }
    to {
        height: 0
    }
}

@-moz-keyframes bordersildeTop {
    from {
        width: 295px
    }
    to {
        width: 0
    }
}

@-webkit-keyframes bordersildeTop {
    from {
        width: 295px
    }
    to {
        width: 0
    }
}

@keyframes bordersildeTop {
    from {
        width: 295px
    }
    to {
        width: 0
    }
}

@-moz-keyframes bordersildeRight {
    from {
        height: 189px
    }
    to {
        height: 0
    }
}

@-webkit-keyframes bordersildeRight {
    from {
        height: 189px
    }
    to {
        height: 0
    }
}

@keyframes bordersildeRight {
    from {
        height: 189px
    }
    to {
        height: 0
    }
}

@-moz-keyframes bordersildeEnd {
    from {
        width: 0
    }
    to {
        width: 34px
    }
}

@-webkit-keyframes bordersildeEnd {
    from {
        width: 0
    }
    to {
        width: 34px
    }
}

@keyframes bordersildeEnd {
    from {
        width: 0
    }
    to {
        width: 34px
    }
}



/* box */
#box{position:relative;width:1000px;height:380px;}
#box ul{position:relative;width:1000px;height:380px;}
#box li{position:absolute;list-style:none;background:#000;width:0;height:0;top:146px;left:377px;z-index:0;cursor:pointer;overflow:hidden;border-radius:3px;}
#box li img{width:100%;height:100%;vertical-align:top;}
#box .prev, #box .next{position:absolute;top:50%;width:136px;height:136px;margin-top:-68px;overflow:hidden;text-indent:-999px;cursor:pointer;z-index: 99;}
#box .prev{left:-60px;background:url(../images/btns_07.png) no-repeat;}
#box .next{right:-60px;background:url(../images/btns_09.png) no-repeat;}


/* 购票 */
.ticket-form {
    width: 1000px;
}

.ticket-table {
    border-collapse: collapse;
    width: 1000px;
}
.ticket-table th{
	font-weight: 300;
	height: 35px;
	background: #2170ba;
	color: #fff;
}

.ticket-table td {
    border: 1px solid #010101;
    font-size: 14px;
    line-height: 36px;
    text-align: center;
}
.ticket-table td.bor-0{
	border: none;
}
.ticket-table td.bor-r-1{
	border-right: 1px solid #010101;
}
.ticket-table td.table-td-left{
	border-top: 1px solid #010101;
	border-bottom: 1px solid #010101;
	background: url('../images/ticket/table-td-left.png') repeat;
	font-size: 20px;
	color: #2071ba;
}

.ticket-table .td-tname {
    border-left: none;
    text-align: left;
    padding-left: 11px;
}

.ticket-table .td-tname-hd {
    padding-left: 23px;
}

.ticket-table .td-num,
.ticket-table .noborder {
    border-right: none;
}

.ticket-table .zhe {
    color: #ff1d1d;
    font-size: 24px;
    font-style: italic;
    margin-right: 3px;
}

.ticket-table .tips {
	width: 24px;
	height: 28px;
	margin-left: 5px;
	background: url('../images/ticket/hot.png') no-repeat center center;
	background-size: 100% 100%;
    float: left;
}

.tname,
.fname {
    float: left;
    cursor: pointer;
    position: relative;
}
.isicon0 .tname{
	cursor: auto;
}
.isicon0:nth-child(2){
	color: #ccc;
}
.isicon0:nth-child(2) .td-price{
	color: #ccc !important;
}
.isicon0:nth-child(2) .td-old-price{
	color: #ccc !important;
}

.num-opera {
    width: 95px;
    height: 28px;
    line-height: 28px;
    border: 1px solid #fc0000;
    background: #fff;
    margin-left: 20px;
}

.num-opera span {
    width: 27px;
    background: #fafafa;
    cursor: pointer;
    float: left;
    font-family: Arial;
    font-size: 20px;
    color: #fc0000;
}

.num-opera .add {
    background-position: 0 -26px;
}

.num-opera .cut {
    background-position: 0 0;
}

.num-opera .cut.active {
    background-position: 0 -13px;
}

.num-opera input {
    width: 34px;
    height: 26px;
    line-height: 26px;
    background: none;
    outline: none;
    font-size: 14px;
    color: #000;
    text-align: center;
    overflow: hidden;
    float: left;
    border-left: 1px solid #fc0000;
	border-right: 1px solid #fc0000;
	border-top: 0;
	border-bottom: 0;
}


.ticket-table .td-price {
    color: #f50000;
    font-size: 18px;
	width: 186px;
	padding-left: 10px;
	text-align: left;
}

.ticket-table .td-old-price {
	float: right;
	text-decoration:line-through;
	font-size:14px;
	margin-left:4px;
	margin-right:5px;
	color: #000;
}

.td-tname {
    width: 296px;
}

.time {
    width: 200px;
}


.rdo {
    display: inline-block;
    background: url(../images/radio.png) 0 0 no-repeat;
    width: 10px;
    height: 11px;
    margin-right: 3px;
}

.rdo.active {
    background-image: url(../images/radio_check.png)
}

.chk {
    display: inline-block;
    border: 1px solid #c9c9c9;
    width: 25px;
    height: 25px;
    margin-right: 3px;
    vertical-align: middle;
}

.chk.active {
	background: url('../images/ticket/checked.png') no-repeat center center;
	background-size: 100% 100%;
}

.ticket-form .btns{
	padding-top: 30px;
}
.ticket-form .btns .total {
	float: right;
    font-size: 22px;
    color: #ed0707;
    line-height: 46px;
    margin-top: 5px;
    text-align: right;
}
.sub-btn {
	float: right;
	width: 219px;
    height: 49px;
    border: 1px solid #18464e;
    font-size: 24px;
    margin-left: 38px;
    line-height: 46px;
    text-align: center;
    outline: none;
    cursor: pointer;
    display: inline-block;
    background: #999;
    color: #fff;
    border-color: #999;
}

.sub-btn.active {
    background: #0d334e;
    color: #FC0000;
    border-color: #FC0000;
    background: #FC0000;
    color: #fff;
}