body,
h1,
h2,
h3,
h4,
p,
dl,
dd,
ul,
ol,
form,
input,
textarea,
th,
td,
select {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 12px;
	font-weight: normal;
	margin: 0;
}

li {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	border: none;
	vertical-align: middle;
}

table {
	/* border-collapse: collapse; */
	border: none;
}

input,
textarea {
	outline: none;
}
textarea {
	resize: none;
	overflow: auto;
}
*{-webkit-text-size-adjust: none;}
/*body{font-family: "Hiragino Sans GB","Microsoft YaHei","PingHei","Lucida Grande", "Lucida Sans Unicode","Helvetica","Arial","Verdana","sans-serif"; }*/
body {
	text-align: justify;
	text-justify: inter-ideograph;
	font-family: "Noto sans SC";
    background: #f5f8fe;
}
.clearf::after {
	content: '';
	display: block;
	clear: both;
}
.show {
	display: block !important;
}
.flex{
	display: flex !important;
}
.wrap {
	position: relative;
	width: 1680px;
	margin: auto;
}
.head{
	height: 370px;
	background: url(../img/head_bg.png);
	position: relative;
    box-sizing: border-box;
    display: inline-block;
    width: 100%;
}
.head p{
	text-align: center;
}
.nav{
    text-align: center;
    background: #cc6e42;
    display: flex;
    justify-content: center;
    padding: 12px 0;
}
.nav a{
    color: #541d00;
    font-size: 18px;
    margin: 0 14px;
    display: inline-block;
    position: relative;
}
.nav a:not(:last-child)::after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: -16px;
    width: 1px ;
    height: 18px;
    margin: auto;
    background: #541d00;
}
.main{
    width: 1205px;
    margin: auto;
    padding-top: 20px;
}
@font-face{
  font-family: "pmzd";
  src: url("https://business.guandian.cn/plan/PangMenZhengDaoBiaoTiTi-1.ttf");
}
.head p:nth-of-type(1){
    font-family: "pmzd";
    font-size: 45px;
    color: #fde1c5;
    margin-top: 20px;
}
.head p:nth-of-type(2){
    font-size: 26px;
    color: #fde1c5;
    margin-top: 30px;
}
.head p:nth-of-type(3){
    margin-top: 30px;
    color: #fde1c5;
    font-size: 23px;
}
.title{
    display: block;
    text-align: center;
    margin: 80px 0 70px;
}
.title span{
    background: linear-gradient(to right,#fc9891,#ffd5a8);
    color: #120b37;
    font-size: 30px;
    font-weight: bold;
    padding: 3px 60px;
    transform: skewX(-14deg);
    display: inline-block;
    position: relative;
}
.title span::before{
    content: '';
    position: absolute;
    background: url(../img/title_before.png);
    width: 52px;
    height: 55px;
    top: -10px;
    left: -22px
}
.title b{
    transform: skewX(14deg);
    display: block;
    letter-spacing: 2px;
}
.intro_box{
    position: relative;
    background: #e1e3ee;
    padding: 50px 42px;
    box-sizing: border-box;
}
.intro_box p{
    color: #120b37;
    font-size: 16px;
    line-height: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.intro_box::before{
    content: '';
    position: absolute;
    background: url(../img/intro_before.png);
    width: 73px;
    height: 97px;
    top: -20px;
    left: 10px;
}
.intro_box::after{
    content: '';
    position: absolute;
    background: url(../img/intro_after.png);
    width: 73px;
    height: 97px;
    right: 10px;
    bottom: -20px;
}
.act_box{
	min-height: 300px;
}
.act_switch_box{
    /* display: grid; */
	text-align: center;
	justify-content: center;
	margin-bottom: 40px;
	grid-template-columns: repeat(4,auto);
}
.selected{
	background: #541d00 !important;
	color: #f0be8f !important;
}
.act_switch_box span{
    color: #541d00;
    font-size: 26px;
    font-weight: bold;
    background: #e1e3ee;
    margin: 0 12px 20px;
    padding: 7px 21px;
    border-radius: 10px;
    cursor: pointer;
    width: 200px;
    text-align: center;
	display: inline-block;
	
}
.act_detail{
    position: relative;
	display: none;
}
.act_left{
    width: 647px;
    background: #241b4c;
    border-radius: 10px;
    box-sizing: border-box;
    padding: 42px 50px;
    position: relative;
	z-index: 2;
}
.act_left h1{
    color: #f2b98a;
    font-size: 36px;
    font-weight: bold;
    padding-bottom: 18px;
    border-bottom: 2px solid #fec1a1;
    margin-bottom: 48px;
}
.act_left h1 span{
    font-size: 30px;
    font-weight: normal;
    color: #f2b98a;
}    
.act_left p{
    color: #f5f8fe;
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 34px;
}
.act_right{
    /* position: absolute; */
    background: #e1e3ee;
    width: 600px;
    box-sizing: border-box;
    padding: 36px 42px 54px 72px;
    top: 64px;
    right: 0;
    z-index: -1;
    border-radius: 10px;
	transform: translate(600px, -270px);
}
.act_right h1{
    color: #241b4c;
    font-size: 28px;
    font-weight: bold;
    background: #f0be8f;
    padding: 8px 35px;
    display: inline-block;
    transform: translateX(-30px);
	margin-bottom: 30px;
}
.act_right h2{
    color: #241b4c;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 6px;
}
.act_right h3{
    color: #241b4c;
    font-size: 15px;
    margin-bottom: 6px;
}
/* .act_right h3{
    color: #241b4c;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 16px;
    margin-top: 20px;
} */
.act_right p{
    color: #241b4c;
    font-size: 13px;
    line-height: 24px;
}
.ar_box{
    margin-bottom: 20px;
}
.live{
    display: none;
}
.live1,.live2{
	margin-bottom: 160px;
}
.live_part{
	background: #6f1307;
	padding: 10px 50px 230px 30px;
	display: inline-block;
	border-radius: 10px 26% 10px 10px;
	z-index: -1;
    transform: translateY(-55px);
	color: #fed3a7;
	font-size: 24px;
	font-weight: bold;
	position: absolute;
}
.live_box{
    background: #e1e3ee;
	z-index: 1;
	position: relative;
	box-sizing: border-box;
	padding: 30px;
	display: block;
	border-radius: 20px;
}  
.live_link{
	display: none;
	justify-content: space-between;
	flex: 1;
}

.live_box a img{
	width: 290px;
	height: 326px;
}
.live_switch{
	width: 140px;
	margin-right: 38px;
}
.live_switch span{
	display: block;
	border-radius: 16px;
	background: #f6d8ba;
	color: #541d00;
	font-size: 21px;
	font-weight: bold;
	box-sizing: border-box;
	padding: 4px 0 5px;
	margin-bottom: 22px;
	text-align: center;
	cursor: pointer;
}
.live_selected{
	background: #241b4c !important;
	color: #fed3a7 !important;
}
.live_con{
	display: flex;
	justify-content: space-between;
}
.live_box h1{
	color: #241b4c;
	font-size: 21px;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 10px;
}
.live_box h2{
	color: #541d00;
	font-size: 15px;
	margin-bottom: 6px;
}
.live_box h3{
    color: #241b4c;
    font-size: 13px;
    line-height: 24px;
}
.live_change_box{
    display: flex;
    justify-content: center;
    margin-bottom: 130px;
}
.live_change_box span {
    color: #541d00;
    font-size: 26px;
    font-weight: bold;
    background: #e1e3ee;
    margin: 0 12px;
    padding: 7px 26px;
    border-radius: 10px;
    cursor: pointer;
    width: 200px;
    text-align: center;
}
.live_mes{
	width: 620px;
}
.guest{
    display: table;
    margin-top: 10px;
}
.guest_con{
	display: inline-block;
	vertical-align: top;
    margin: 12px 9px;
}
.guest_con img{
	width: 210px;
	height: 240px;
	border-radius: 16px;
}
.gname{
	text-align: center;
	color: #541d00;
	font-size: 18px;
	margin: 6px 0;
}
.gjob{
	text-align: center;
	color: #541d00;
	font-size: 14px;
}
.news_box{
	display: flex;
	justify-content: space-between;
}
.news_left{
	width: 650px;
	height: 387px;
	border-radius: 12px;
	overflow: hidden;
}
.sw1 .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.sw1 .swiper-slide p{
	bottom: 0;
	position: absolute;
	background: rgba(36,27,76,.59);
	color: #fff;
	font-size: 16px;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	padding: 5px 0;
}
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
	    bottom: 20px;
}
.sw1{
	padding-bottom: 40px;
	height: 100%;
}
.sw1 .swiper-pagination-bullet {
    width: 30px;
    height: 3px;
    border-radius: unset;
}
.sw1 .swiper-pagination-bullet-active {
    background: #241b4c;
}	
.news_right{
	width: 530px;
	height: 390px;
	box-sizing: border-box;
	padding-right: 50px;
	overflow: auto;
}
.news_right a{
	margin-bottom: 28px;
	display: block;
}
.news_right h1{
	color: #241b4c;
	font-size: 16px;
	margin-bottom: 6px;
}
.news_right a p{
	color: #807f7e;
	font-size: 12px;
	line-height: 22px;
}
.host{
	font-size: 16px;
	color: #492300;
	padding: 18px 0;
	border-bottom: 1px solid #dbb98a;
}
.adr{
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	padding-bottom: 20px;
}
.adr h1{
	font-size: 16px;
	color: #492300;
	padding: 18px 0 20px;
	font-weight: bold;
}
.adr p{
	color: #492300;
	font-size: 14px;
	line-height: 24px;
	margin-bottom: 4px;
}
.qrcode_box{
	display: flex;
	justify-content: space-between;
}
.qrcode_con span{
	color: #492300;
	font-size: 12px;
	display: inline-block;
	vertical-align: bottom;
	margin-right: 50px;
}
.qrcode_con img{
	width: 100px;
}
.footerwrap {
    background: #6f1307;
}
.footer {
    width: 1000px;
    margin: auto;
    overflow: hidden;
    padding: 10px 0;
}
.footer_l {
    float: left;
    width: 20%;
    margin-top: 3%;
}
.footer_r {
    float: right;
    width: 80%;
}
.footer_r li {
    list-style: none;
    float: left;
    text-indent: 24px;
    color: white;
    font-size: 12px;
    margin-top: 60px;
}
.side {
    position: fixed;
    margin-top: 460px;
    margin-left: 20px;
    z-index: 97;
    background: #8d3c18;
    /* box-shadow: 3px 2px 2px 0px #160e0a; */
    top: 0;
	border-radius: 12px;
}
.side span,.side a{
	display: block;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	line-height: 24px;
	width: 100%;
	padding: 26px 10px 16px;
	box-sizing: border-box;
	cursor: pointer;
}
.transparent_box{
	width: 100%;
	height: 100%;
	position: fixed;
	z-index: 1000;
	background: rgba(0,0,0,.5);
	margin: auto auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: none;
}
.sign_box{
	background: #241b4c;
	max-width: 900px;
	background-size: cover;
	padding: 30px 94px;
	display: flex;
	justify-content: space-between;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99;
	width: 70%;
	margin: auto;
	position: fixed;
	max-height: 290px;
	overflow-y: auto;
}
.sign_left li{
	display: flex;
}
.sign_left li h2{
	font-size: 14px;
	font-weight: bold;
	color: #ffffff;
	width: 60px;
	padding-top: 6px;
}
.sign_left .inputtext{
	width: 312px !important;
	height: 28px;
	margin-bottom: 6px;
	font-size: 17px;
	line-height: 26px;
	text-indent: 4px;
}
.btn_box{
	text-align: center;
}
.btn{
	font-size: 18px;
	color: #12133d;
	padding: 10px 52px;
	background: linear-gradient(to bottom,#ffd6a9,#f5a096);
	display: inline-block;
	border-radius: 50px;
	font-weight: bold;
	margin-top: 12px;
}
.sign_right{
	width: 316px;
	color: #ffffff;
	font-size: 14px;
	line-height: 24px;
	display: flex;
	flex-wrap: wrap;
	align-content: space-around;
	padding-bottom: 40px;
}
@media only screen and (max-width:1600px) {
    .wrap{
        width: 100%;
    }
}