header > .inner > .fr > ul > li:nth-child(5) > 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:nth-child(1) > a {
    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;
}
.content {
    width: 1200px;
    padding: 55px 0px 90px;
    margin: 0px auto 0px;
}
.content > .title {
    width: 1200px;
    height: 50px;
    line-height: 50px;
    background-color: #f8f8f8;
    overflow: hidden;
    margin-bottom: 48px;
}
.content > .title > .fl {
    margin-left: 28px;
}
.content > .title > .fl > p {
    font-size: 18px;
    color: #444;
}
.content > .title > .fr {
    margin-right: 19px;
}
.content > .title > .fr > p {
    font-size: 14px;
    color: #999;
}
.content > .title > .fr > a > p {
    font-size: 14px;
    color: #999;
}
.content > .banners {
    width: 1200px;
    height: 598px;
    padding-bottom: 59px;
    margin: 0px auto 0px;
    position: relative;
}
.content > .banners > .img {
    width: 850px;
    height: 598px;
    margin: 0px auto 0px;
    overflow: hidden;
}
.content > .banners > .img > img {
    width: 850px;
    height: 598px;
    float: left;
}
.content > .banners > div {
    width: 40px;
    height: 78px;
    line-height: 78px;
    text-align: center;
    border: 1px solid #e5e5e5;
    background-color: #f5f5f5;
}
.content > .banners > div > a {
    width: 100%;
    height: 100%;
    display: block;
}
.content > .banners > div.left {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translate(0,-50%);
}
.content > .banners > div.right {
    position: absolute;
    top: 50%;
    right: 100px;
    transform: translate(0,-50%);
}
.content > .banners > div > span {
    color: #9c9c9c;
    font-size: 31px;
}
.content > .banners > div > a > span {
    color: #9c9c9c;
    font-size: 31px;
}
.describe {
    width: 100%;
    min-width: 1200px;
    height: 262px;
    background-color: #f8f8f8;
}
.describe > .inner {
    width: 1200px;
    margin: 0px auto 0px;
}
.describe > .inner > p {
    font-size: 14px;
    color: #666;
}
.describe > .inner > p.bold {
    color: #444;
    font-size: 16px;
    font-weight: bold;
    padding: 41px 0px 29px;
}
.swiper {
    width: 1200px;
    margin: -85px auto 90px;
    background: transparent;
    /*display: flex;
    justify-content: space-between;*/
    overflow: hidden;
}
.swiper > .item {
    width: 182px;
    height: 128px;
    border: 1px solid #fff;
    float: left;
    margin-left: 21.6px;
}
.swiper > .item:nth-child(1){
    margin-left: 0px;
}
.swiper > .active {
    border: 1px solid #1162bd;
}
.swiper > .item > a {
    width: 182px;
    height: 128px;
    display: block;
}
.swiper > .item > a > img {
    width: 182px;
    height: 128px;
}
