.box {
    width: 100%;
}

* {
    padding: 0px;
    margin: 0px;
}

.bg {
    /* height: 60px;
    background: #FCC949; */
    display: flex;
    align-items: center;
}

.header {
    width: 1200px;
    padding: 1  0px 0;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.headerLeft {
    /* width: 80px; */
    display: flex;
    align-items: center;
    color: #505055;
    /* height: 60px; */
}

.headerLeft img {
    width: 120px;
    margin-right: 20px;
    /* height: 100%; */
}
.headerRight{
    margin-top: 22px;
}
.headerRight ul {
    /* line-height: 0px; */
    /* width: 600px; */
    display: flex;
    justify-content: flex-end;
    list-style: none;
}

.headerRight ul li {
    /* width: 100px; */
    height: 20px;
    /* background: red; */
}

.headerRight ul li a {
    display: inline-block;
    text-decoration: none;
    text-align: center;
    padding: 5px 10px;
    margin-left: 50px;
    color: #000;
    border: 1px solid #ffffff;
}

.headerRight ul li a:hover {
    color: #B7D384;
    border-radius: 20px;
    border: 1px solid #B7D384;
}

.active{
    color: #B7D384 !important;
    border-radius: 20px;
    border: 1px solid #B7D384 !important;
}

.banner {
    max-width: 1900px;
    /*height: 400px;*/
    margin: auto;
    /* margin: 20px auto; */
    /* border-radius: 20px; */
    /* background: #FCC949; */
}

.bgAsh {
    /*height: 200px;*/
    /* background: #909090; */
}

.activty {
    /* width: 1200px; */
    /*height: 200px;*/
    /* background: blue; */
    margin: 0 auto;
}

.activtyHeader {
    height: 40px;
    /* line-height: 40px; */
    display: flex;
    justify-content: flex-start;
}

.activtyZh {
    margin-right: 20px;
    font-weight: bold;
    font-size: 24px;
}

.activtyEn {
    line-height: 40px;
}

.activty_bg {
   max-width: 1900px;
   margin: auto;
}
.activty_bg img{
    width: 100%;
}

.content {
    /*background: red;*/
    /* width: 1200px; */
    margin: 0 auto;
}

.content img {
    width: 100%;
    height: 100%;
}

.more {
    width: 300px;
    height: 70px;
    margin: 0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    text-align: center;
    line-height: 70px;
    font-size: 28px;
    border-radius: 30px;
    background: #FCC949;
}












.footer {
    /* background: #373642; */
}

.footer-con {
    /* border-top: 2px solid #ccc; */
	max-width: 1200px;
	margin: auto;
	padding: 15px 0;
	display: flex;
	display: -webkit-flex;
    justify-content: center;
    /* align-items: center; */
    /* line-height: 20px; */
    color: #ffffff;
    /* background: #505050; */
	font-size: 14px;
}
.f-a{
	padding-bottom: 10px;
}
.f-a a{
	margin-right: 20px;
	color: #505055;
	text-decoration: none;
}
.f-a a span{
	margin-left: 20px;
}
.f-b{
	/* padding-top: 10px; */
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
}
.f-b img{
    margin-left: 10px;
	width: 15px;
}