header > .inner > .fr > ul > li:nth-child(7) > a {
    border-bottom: 4px solid #1162bd;
}
.banner {
    width: 100%;
    min-width: 1200px;
    height: 345px;
    overflow: hidden;
}
.banner > img {
    width: 1920px;
    height: 345px;
}
.menu {
    width: 100%;
    min-width: 1200px;
    height: 64px;
    line-height: 64px;
    background: url(../images/menu_bg.png);
    background-size: 100% 100%;
    background-position: 0 0;
}
.menu > .inner {
    width: 1200px;
    margin: 0 auto 0px;
    overflow: hidden;
}
.menu > .inner > .fl {
    overflow: hidden;
}
.menu > .inner > .fl > p {
    float: left;
}
.menu > .inner > .fl > p > a {
    width: 100%;
    height: 100%;
    display: block;
    font-size: 18px;
    color: #444;
}
.menu > .inner > .fr {
    overflow: hidden;
}
.menu > .inner > .fr > ul {
    overflow: hidden;
    float: right;
    display: flex;
    justify-content: center;
}
.menu > .inner > .fr > ul > li {
    margin-left: 47px;
}
.menu > .inner > .fr > ul > li:nth-child(1) {
    margin-left: 0px;
}
.menu > .inner > .fr > ul > li .active {
    border-bottom: 2px solid #1162bd;
}
.menu > .inner > .fr > ul > li > a {
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    font-size: 14px;
}
.new {
    width: 100%;
    min-width: 1200px;
}
.new > .title {
    width: 1200px;
    text-align: center;
    padding: 67px 0px 30px;
    margin: 0px auto 0px;
    border-bottom: 1px solid #e5e5e5;
}
.new > .title > p:nth-child(1) {
    font-size: 24px;
    margin-bottom: 23px;
    color: #333;
}
.new > .title > p:nth-child(2) {
    color: #999;
    font-size: 14px;
}
.new > .title > p:nth-child(2) > .release {
    margin-right: 10px;
}
.new > .content {
    width: 1200px;
    padding: 40px 0px 75px;
    border-bottom: 1px solid #e5e5e5;
    margin: 0px auto 0px;
    text-align: center;
}
.new > .content > p {
    line-height: 27px;
    font-size: 14px;
    color: #444;
    text-align: left;
}
.new > .content > p.martop30 {
    margin-top: 30px;
}
.new > .content > img {
    margin: 46px auto 62px;
}
.upDown {
    width: 1200px;
    margin: 35px auto 57px;
    position: relative;
}
.upDown > p {
    width: 800px;
}
.upDown > .back {
    width: 150px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 5px;
    color: #666;
    position: absolute;
    right: 0px;
    top: 0px;
}
.upDown > .back > a {
    width: 100%;
    height: 100%;
    display: block;
}
.upDown > .back > span {
    font-size: 14px;
    vertical-align: middle;
}
.upDown > .back > span.iconfont {
    font-size: 17px;
    margin-right: 15px;
}
.upDown > .back > a > span {
    font-size: 14px;
    vertical-align: middle;
}
.upDown > .back > a > span.iconfont {
    font-size: 17px;
    margin-right: 15px;
}
