header > .inner > .fr > ul > li:nth-child(2) > a {
    border-bottom: 4px solid #1162bd;
}
.banner {
    width: 100%;
    min-width: 1200px;
    height: 360px;
    overflow: hidden;
}
.banner > img {
    width: 1920px;
    height: 360px;
}
.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(5) > 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;
}
.style {
    width: 100%;
    min-width: 1200px;
    background-color: #fff;
    padding: 50px 0px 68px;
}
.style > .inner {
    width: 1200px;
    margin: 0px auto 0px;
}
.style > .inner > .title {
    width: 1200px;
    text-align: center;
}
.style > .inner > .title > img {
    width: 1197px;
    height: 68px;
}
.style > .inner > .content {
    width: 1200px;
    margin: 58px auto 63px;
    /*display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;*/
    overflow: hidden;
}
.style > .inner > .content > .list {
    width: 380px;
    margin-top: 38px;
    margin-left: 30px;
    font-size: 0px;
    float: left;
}
.style > .inner > .content > .list:nth-child(1) {
    margin-top: 0px;
    margin-left: 0px;
}
.style > .inner > .content > .list:nth-child(2) {
    margin-top: 0px;
}
.style > .inner > .content > .list:nth-child(3) {
    margin-top: 0px;
}
.style > .inner > .content > .list > img {
    width: 380px;
    height: 267px;
    margin-bottom: 19px;
}
.style > .inner > .content > .list > .describe {
    font-size: 16px;
    color: #444;
}
.style > .inner > .content > .list > a > img {
    width: 380px;
    height: 267px;
    margin-bottom: 19px;
}
.style > .inner > .content > .list > a > img.big {
    display: none;
}
.style > .inner > .content > .list > a > .describe {
    font-size: 16px;
    color: #444;
}
.checks {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9998;
    background: rgba(0, 0, 0, .55);
    display: none;
}
.checks > .checkContent {
    width: 970px;
    height: 761px;
    padding: 18px;
    padding-bottom: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
}
.checks > .checkContent > .img {
    width: 970px;
    height: 682px;
}
.checks > .checkContent > .img > img {
    width: 970px;
    height: 682px;
}
.checks > .checkContent > .switch {
    width: 970px;
    position: absolute;
    left: 18px;
    top: 360px;
}
.checks > .checkContent > .switch > div {
    width: 38px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    background: rgba(0, 0, 0, .45);
}
.checks > .checkContent > .switch > div.left {
    position: absolute;
    left: 0px;
    top: 0px;
}
.checks > .checkContent > .switch > div.right {
    position: absolute;
    right: 0px;
    top: 0px;
}
.checks > .checkContent > .switch > div > a {
    width: 38px;
    height: 70px;
    display: block;
    text-align: center;
}
.checks > .checkContent > .switch > div > a > span {
    color: #fff;
    font-size: 45px;
    display: inline-block;
}
.checks > .checkContent > .switch > div.left > a > span {
    transform: translateX(-4px);
}
.checks > .checkContent > .switch > div.right > a > span {
    transform: translateX(-1px);
}
.checks > .checkContent > .describe {
    margin-top: 33px;
}
.checks > .checkContent > .describe > p {
    width: 930px;
    font-size: 14px;
    color: #444;
}
.checks > .checkContent > .describe > p:nth-child(1) {
    font-size: 16px;
}
.checks > .checkContent > .describe > p:nth-child(2){
    margin-top: 17px;
}
.checks > .checkContent > .close {
    width: 33px;
    position: absolute;
    right: 18px;
    /* bottom: 42px; */
    top: 724px;
    text-align: center;
}
.checks > .checkContent > .close a {
    width: 100%;
    height: 100%;
    display: block;
}
.checks > .checkContent > .close span,.checks > .checkContent > .close p {
    color: #999;
}
.checks > .checkContent > .close span {
    font-size: 32px;
}
.checks > .checkContent > .close p {
    margin-top: 11px;
}