* {
    margin: 0;
    padding: 0;
}

ul,
li {
    list-style: none;
}

a {
    color: #333333;
    text-decoration: none;
}

body {
    font-family: "Microsoft Yahei";
    font-size: 16px;
    color: #333333;
}

.banner {
    width: 100%;
    height: 450px;
    background: url('../images/banner.jpg') no-repeat center top;
    background-size: auto 450px;
}

.wrap {
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.tit {
    width: 100%;
    height: 72px;
    line-height: 72px;
    overflow: hidden;
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: url('../images/tit.png') no-repeat center center;
    margin: 30px auto;
}

.tit-buy {
    width: 100%;
    height: 72px;
    line-height: 72px;
    overflow: hidden;
    font-size: 42px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    background: url('../images/tit-buy.png') no-repeat center center;
    margin: 30px auto;
}

.nav-one {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
}

.nav-one ul {
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}

.nav-one ul li {
    margin-right: 10px;
    width: 181px;
    height: 59px;
    line-height: 59px;
    background: url("../images/tit-big.png") no-repeat center center;
    background-size: 100% 100%;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    text-shadow: 2px 2px rgba(0, 0, 0, 0.4);
}

.nav-one ul li.on a {
    color: #ffff20;
}

.nav-one ul li:last-child {
    margin-right: 0;
}

.nav-one ul li a {
    display: block;
    color: #ffffff;
}



.nav-two{
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-bottom: 30px;
    
}

.nav-two ul{
    display: flex;
    align-items: center;
    /*justify-content: space-between;*/
}


.nav-two ul li {
    margin-right: 20px;
    width: 250px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    border: 1px solid #ffae00;
    background: #fdf7ef;
    color: #ffae00;
    border-radius: 25px;
    cursor: pointer;
}

.nav-two ul li.active {
    background: #ffae00;
    color: #ffffff;
}

.nav-two ul li a {
    color: #ffffff;
}


.prowrap {
    width: 100%;
    height: auto;
    overflow: hidden;    
    /*display: none;*/
    margin-bottom: 20px;
}

.prowrap-show {
    display: block;
}

.prolist {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #cccccc;
    background: url("../images/wrap-bg.png") repeat-y;
    padding: 40px 40px 20px 40px;
    box-sizing: border-box;
}

.pro-left {
    width: 450px;
    height: auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 40px;
}

.pro-left a {
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.pro-left a .tips {
    position: absolute;
    left: 0;
    top: 0;
}

.pro-left>a>img {
    display: block;
    width: 450px;
}

.pro-left a p {
    text-align: center;
    font-size: 20px;
    color: #333333;
    margin-top: 10px;
    font-weight: bold;
}

.pro-left .titcket {
    font-size: 36px;
    font-weight: bold;
    color: #e2018c;
    margin-bottom: 20px;
    display: none;
}

.pro-left .ticketbtn {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    padding: 0;
}




.pro-text {
    flex: 1;
    overflow: hidden;
}

.texttit {
    width: 205px;
    height: 53px;
    line-height: 60px;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: bold;
    color: #ffffff;
    text-indent: -15px;
    text-align: center;
    background: url("../images/tit-jd.png") no-repeat center center;
}

.userjd .texttit {
    margin-top: 20px;
}

.pro-text ul li {
    width: 100%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 20px;
}

.pro-text ul li a {
    color: #333;
}

.prowrap .prolist:last-child {
    border-bottom: 0;
}

.fk-wrap {
    width: 100%;
    height: auto;
    overflow: hidden;
    border: 1px solid #e3e3e3;
    padding: 30px 120px;
    box-sizing: border-box;
}

.footer {
    text-align: center;
    width: 100%;
    height: auto;
    overflow: hidden;
    line-height: 2;
    padding: 20px 0;
    color: #666666;
}

.intro {
    width: 100%;
    height: 332px;
    background: url("../images/intro.png") no-repeat center center;
    padding: 0 120px 0 190px;
    color: #666666;
    font-size: 20px;
    line-height: 2;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    margin-top: 20px;
}

.px-button {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 20px auto;
}

.px-button .px-two {
    display: flex;
    justify-content: space-between;
    padding: 0 200px;
    margin-bottom: 40px;
}

.px-button .px-two a {
    display: block;
}

.px-button .px-three {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.video {
    width: 100%;
    height: auto;
    overflow: hidden;
}

.video ul {
    display: flex;
    flex-wrap: wrap;
}

.video ul li {
    width: 285px;
    height: auto;
    overflow: hidden;
    position: relative;
    margin-bottom: 15px;
    margin-right: 20px;
}

.video ul li:nth-child(4n+0) {
    margin-right: 0;
}

.video ul li img {
    width: 285px;
    height: 160px;
    display: block;
}

.video ul li p {
    width: 100%;
    height: 60px;
    overflow: hidden;
    font-size: 16px;
    line-height: 30px;
    word-break: break-all;
    text-overflow: -o-ellipsis-lastline;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.video ul li span {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -60px;
    width: 60px;
    height: 60px;
    background: url("../images/v-icon.png") no-repeat center center;
    background-size: contain;
}

.user-stroys {
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 40px;
    background: url("../images/wrap-bg.png") repeat-y center center;
    box-sizing: border-box;
}

.user-stroys ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.user-stroys ul li {
    width: 49%;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    float: left;
    background: url('../images/li-icon.png') no-repeat center left;
    text-indent: 30px;
    font-size: 16px;
}

.user-stroys ul li a:hover {
    color: #ff5300;
}

.brand{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.brand ul{
	display: flex;
	flex-wrap: wrap;
}

.brand ul li{
	width: 150px;
	height: auto;
	overflow: hidden;
	text-align: center;
	line-height: 30px;
	margin-right: 24px;
	margin-bottom: 10px;
}

.brand ul li:nth-child(7n+0){
	margin-right: 0;
}

.brand ul li a img {
	width: 150px;
	height: 100px;
	display: block;
	box-sizing: border-box;
    border: 1px solid #e4e3e3;
}
.wj-wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
}

.wj-wrap ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.wj-wrap ul li{
	width: 280px;
	line-height: 30px;
	text-align: center;
	margin-bottom: 10px;
}

.wj-wrap ul li img{
	width: 280px;
}

.wj-wrap ul li:nth-child(1){
	width: 370px;
}
.wj-wrap ul li:nth-child(2){
	width: 370px;
}
.wj-wrap ul li:nth-child(3){
	width: 370px;
}


.wj-wrap ul li:nth-child(1) img,
.wj-wrap ul li:nth-child(2) img,
.wj-wrap ul li:nth-child(3) img{
	width:370px;
}

.tit-rw{
	width: 100%;
	height: 102px;
	line-height: 102px;
	background: url("../images/rw-tit.png") no-repeat center center;
	font-size: 52px;
	font-weight: bold;
	color: #ffffff;
	overflow: hidden;
	text-align: center;
	margin-top: 20px;
}

.item-wrap{
	width: 100%;
	height: auto;
	overflow: hidden;
	padding: 40px;
	box-sizing: border-box;
	background: url("../images/wrap-bg.png") repeat-y center center;
	margin-top: 30px;
}

.item-wrap>h2{
	font-size: 36px;
	color: #333333;
	text-align: center;
	margin-bottom: 30px;
}

.itemcont{
	width: 100%;
	height: auto;
	overflow: hidden;
	display: flex;
	justify-content: space-between;
}

.item-left{
	width: 450px;
	height: auto;
	overflow: hidden;
	padding-right: 20px;
	display: flex;
	flex-direction: column;
	justify-content: space-around;
}


.item-img img{
	display: block;
}


.item-video{
	position: relative;
	height: auto;
	overflow: hidden;
	margin-top: 20px;
}

.item-video a{
	display: block;
}

.item-video span{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 60px;
	height: 60px;
	margin-left: -30px;
	margin-top: -30px;
	background: url("../images/v-icon.png") no-repeat center center;
}

.item-text{
	flex: 1;
	display: flex;
    overflow: hidden;
    flex-direction: column;
    justify-content: space-between;
}

.item-text h2{
	width: 100%;
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 26px;
	color: #333333;
	margin-bottom: 10px;
}

.item-text p{
	width: 100%;
	height: auto;
	overflow: hidden;
	font-size: 20px;
	line-height: 2;	
}


.item-text p a{
	color: #666666;
}


.item-text p a span{
	color: #1fdbfe;
}



.titcket {
    font-size: 36px;
    font-weight: bold;
    color: #e2018c;
    text-align: center;
    margin-top: 10px;
    display: none;

}

.ticketbtn {
    width: 100%;
    height: auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    padding: 0 80px;
    box-sizing: border-box;
    margin-top: 10px;
}

.ticketbtn div {
    cursor: pointer;
}

.item-left  .ticketbtn{
	padding: 0;
}

.kb-cont{
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-bottom: 20px;
}

.kb-cont ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.kb-cont ul li{
	width: 580px;
	height: 210px;
	background: url("../images/kb-bg.png") no-repeat center right;
	margin-bottom: 20px;
}

.kb-cont ul li a{
	display: block;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.kb-cont ul li a img{
	width: 300px;
	height: 200px;
	display: block;
	margin-right: 20px;
	margin-top: 10px;

}

.kb-cont ul li a .kb-text{
	flex: 1;
	font-size: 20px;
	line-height: 2;
	padding: 0 20px;
	box-sizing: border-box;
	font-size: 20px;
	color: #666666;
}

.kb-cont ul li a .kb-text span{
	color: #16dafe;
}

.top-wrap{
    width: 1200px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
}

.nav-fixd {
    position: fixed;
    left: 50%;
    margin-left: -50%;
    top: 0;
    background: #ffffff;
    width: 100%;
    padding: 10px;
    box-sizing: border-box;
    z-index: 99;
    display: none;
    border-bottom: 1px solid #e3e3e3;
}

.nav-fixd .tit{
    margin: 0 auto 10px auto;
}

.nav-fixd .nav-one{
    width: 1200px;
    margin: 0 auto 10px auto;
}

.nav-fixd .nav-two{
    width: 1200px;
    margin: 0 auto;
}

.left-nav{
    position: fixed;
    right: 0;
    bottom: 0;
    width: 197px;
    height: 491px;
    padding-top: 160px;
    box-sizing: border-box;
    margin-bottom: 40px;
    background: url("../images/left-nav.png") no-repeat center top;
    background-size: contain;
    z-index: 100;
    box-sizing: border-box;
}

.left-nav ul li{
    width: 184px;
    height: 30px;
    display: block;
    margin-bottom: 15px;
}


.left-nav .gohome{
    position: absolute;
    bottom: -20px;
    left: 50%;
    margin-left: -57px;
}

.ticketbtn div {
    cursor: pointer;
}

.ticketbtn div.sentbtn{
    display: none;
}

.ticketbtn div.askbtn{
    width: 30%;
}

.ticketbtn div.askbtn img{
    width: 100%;
}
