/*common style*/
*{padding: 0;margin: 0;font-family: "microsoft YaHei"; font-size: 14px;outline: none;}
a{text-decoration:none;color: #000;}
em{font-style:normal}
li{list-style:none}
img{border:0; vertical-align: middle;}
i,em {font-style: normal;}
label {margin-bottom: 0;font-weight: normal;}
h1,h2,h3,h4,h5,h6 {margin: 0;}
table{border-collapse:collapse;border-spacing:0}
p{word-wrap:break-word;}
.inner{ width:66%; margin:0 3%; position:relative;}
.left{float: left;}
.right{float: right;}
.clear{clear: both;}
.clearFix:after {content: "";display: block;clear: both;}
.main {width: 1216px;margin: 0 auto;}

/*welcome*/
.welcome {
    box-sizing: border-box;
    padding-top: 20px;
}
.welcome h1 {
    font-size: 24px;
    line-height: 70px;
}
.welcome h1 span {
    font-size: 20px;
    color: #c41714;
    margin-right: 10px;
}
.welcome p {
    line-height: 24px;
    margin-bottom: 40px;
}
/*navbar*/ 
.navbar {
    height: 55px;
    line-height: 55px;
}
.navbar a:hover {
    color: #c41714;
}
/*header*/
header {
    width: 100%;
    background: #eee;
    height: 36px;
    line-height: 36px;
    text-align: right;
}
header ul {
    float: right;
    height: 36px;
    line-height: 36px;
}
header ul li {
    float: left;
    padding: 0 20px;
    position: relative;
}
header ul li:not(:last-child):after {
    content: "|";
    color: #000;
    position: absolute;
    right: 0;
}
header #edition {
    margin-left: 20px;
    float: right;
}
header #edition i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: url(../images/earth.png) no-repeat;
    background-size: cover;
    vertical-align: sub;
}
header #edition span {
    padding-left: 12px;
}
.logo {
    padding: 16.5px 0;
    height: 136px;
    box-sizing: border-box;
}
.nav {
    background: #c41714;
    height: 50px;
    line-height: 50px;
    position: relative;
    box-sizing: border-box;
}
.nav ul {
    height: 50px;
    line-height: 50px;
}
.nav ul li {
    position: relative;
    float: left;
    width: 185px;
    height: 50px;
    box-sizing: border-box;
    text-align: center;
}
.nav ul li a {
    color: #fff;
    font-size: 16px;
    width: 100%;
    display: inline-block;
    position: relative;
}
.nav ul li:not(:first-child) a:hover:after, .nav ul li:not(:first-child) a.active:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% - 9px);
    width: 18px;
    height: 10px;
    background: url(../images/tri.png) no-repeat;
    background-size: 100% 100%;
}
.nav ul li:first-child {
    text-align: left;
    width: 115px;
}
.nav ul li:not(:last-child):after {
    content: "|";
    color: #fff;
    position: absolute;
    right: 0;
}
.nav .downup {
    position: absolute;
    width: 100%;
    display: none;
    min-height: 60px;
    background: #fff;
    top: 50px;
    left: 0;
    z-index: 999;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
}
.nav .downup .dprow {
    display: none;
}
.nav .downup .downlist {
    width: 23.333%;
    padding-top: 25px;
    float: left;
    margin-right: 1.5%;
}
.nav .downup .downlist a {
    display: inline-block;
    line-height: 35px;
    width: 100%;
}
.secondary-nav-a {
    border-bottom: 1px solid #888;
    font-size: 16px;
    font-weight: bold;
}
.secondary-nav-a:hover {
    color: #c41714;
}
/*footer*/
footer {
    width: 100%;
    background: #eee;
    padding-top: 5px;
    height: 210px;
}
footer .share {
    padding: 20px 0;
    border-bottom: 1px solid #d6d6d6;
}
footer .share div {
    display: inline-block;
    margin-right: 10px;
}
footer .copyright {
    height: 82px;
    padding: 20px 0;
    border-bottom: 1px solid #d6d6d6;
    font-size: 12px;
    line-height: 30px;
}
.fLeft {
    float: left;
}
footer .copyright {
    height: 82px;
    padding: 20px 0;
    border-bottom: 1px solid #d6d6d6;
    font-size: 12px;
    line-height: 30px;
}
footer .copyright .footerlogo {
    float: right;
    width: 82px;
    height: 82px;
    padding-left: 20px;
    border-left: 1px solid #d6d6d6;
    margin-left: 18px;
    line-height: 82px;
}
footer .copyright .footerlogo:last-of-type {
    border-left: none;
}
footer .copyright .footerlogo img {
    height: 94%;
    vertical-align: middle;
}
footer .copyinfo {
    font-size: 12px;
}
/*page*/
#page {
    width: 100%;
    text-align: center;
    margin-bottom: 45px;
}
#page span:first-child {
    display: none;
}
#page a, #page span {
    display: inline-block;
    border: 1px solid #cecece;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 12px;
}
#page a:not(:last-child), #page span:not(:last-child) {
    margin-right: 8px;
}
#page span.current {
    background: #333333;
    color: #fff;
}
#page span.disabled {
    background: #eee;
    color: #ccc;
}
/*festival*/
.festival {
    width: 1120px;
    margin: 18px auto 78px;
    height: 420px;
    box-sizing: border-box;
    transition: all 0.5s linear;
    position: relative;
}
.festival:hover {
    width: 1216px;
    margin: 0 auto 60px;
    height: 456px;
    -webkit-box-shadow: rgba(0,0,0,0.48) 0px 0px 24px;
    -moz-box-shadow: rgba(0,0,0,0.48) 0px 0px 24px;
    box-shadow: rgba(0,0,0,0.48) 0px 0px 24px;
}
.festival .title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1120px;
    color: #fff;
    height: 60px;
    line-height: 60px;
    font-size: 24px;
    background: url(../images/mask.png) no-repeat top center;
    background-size: 100% 100%;
    transition: all 0.5s linear;
}
.festival:hover .title {
    padding: 0 40px;
}
.festival .title a {
    color: #c41714;
    font-size: 16px;
}
.festival .ac-time {
    position: absolute;
    top: 10%;
    right: 0;
    background: #c41714;
    width: 262px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #fff;
}
.fl {
    float: left;
    display: inline;
}
.fl p {
    line-height: 34px;
    font-size: 14px;
    margin-top: 16px;
    margin-bottom: -16px;
    color: #c41714;
}
.fl p a {
    line-height: 34px;
    font-size: 14px;
    color: #c41714;
}
.fanhui {
    float: right;
    display: inline;
    text-align: center;
}
.fanhui-a1 {
    text-align: center;
    display: block;
    margin: 15px auto 0;
    color: #c41714;
    font-size: 14px;
    line-height: 48px;
    width: 72px;
    height: 40px;
    border-bottom: 1px solid #c41714;
    transition: all .5s linear;
}