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(2) > 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;
}
.cooperation > .title {
    width: 1200px;
    margin: 61px auto 56px;
    text-align: center;
}
.cooperation > .title > p {
    font-size: 26px;
    color: #444;
}
.cooperation > .title > img {
    width: 1197px;
    height: 20px;
    margin-top: 21px;
}
.cooperation > .forms {
    width: 1200px;
    margin: 0px auto 64px;
    display: flex;
    justify-content: space-between;
}
.cooperation > .forms > .item > .img {
    width: 282px;
    height: 150px;
    line-height: 150px;
    text-align: center;
    position: relative;
}
.cooperation > .forms > .item > .img > img {
    width: 282px;
    height: 150px;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: -1;
}
.cooperation > .forms > .item > .img > p {
    font-size: 24px;
    color: #fff;
    text-align: center;
}
.cooperation > .forms > .item > .describe {
    text-align: center;
}
.cooperation > .forms > .item > .describe > p {
    margin-top: 19px;
    font-size: 14px;
    color: #444;
}
.cooperation > .forms > .item > .describe > p:nth-child(1) {
    margin-top: 29px;
}
.cooperation > .forms > .item > .describe > p > span:nth-child(1) {
    margin-right: 30px;
}
.partner {
    width: 100%;
    min-width: 1200px;
    height: 259px;
    background-color: #f8f8f8;
}
.partner > .title {
    padding-top: 50px;
    text-align: center;
}
.partner > .title > p {
    font-size: 26px;
    color: #444;
    margin-bottom: 21px;
}
.companys {
    width: 100%;
    min-width: 1200px;
    background: transparent;
}
.companys > .inner {
    width: 1200px;
    background-color: #fff;
    padding-top: 54px;
    margin: -97px auto 43px;
}
.companys > .inner > ul {
    width: 1128px;
    width: 1129px;
    /*display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    justify-content: space-between;*/
    margin: 0px auto 0px;
    margin-top: 31px;
    overflow: hidden;
}
.companys > .inner > ul:nth-child(1) {
    margin-top: 0px;
}
.companys > .inner > ul > li {
    width: 208px;
    height: 133px;
    position: relative;
    font-size: 0px;
    float: left;
    margin-left: 22px;
    margin-top: 32px;
}
.companys > .inner > ul > li:nth-child(1){
    margin-left: 0px;
    margin-top: 0px;
}
.companys > .inner > ul > li:nth-child(2){
    margin-top: 0px;
}
.companys > .inner > ul > li:nth-child(3){
    margin-top: 0px;
}
.companys > .inner > ul > li:nth-child(4){
    margin-top: 0px;
}
.companys > .inner > ul > li:nth-child(5){
    margin-top: 0px;
}
.companys > .inner > ul > li:nth-child(5n + 1) {
    margin-left: 0px;
}
.companys > .inner > ul > li:hover .outer {
    border-color: #1162bd;
}
.companys > .inner > ul > li > .outer {
    width: 207px;
    height: 94px;
    border: 1px solid #e5e5e5;
    background-color: #fff;
    position: relative;
}
.companys > .inner > ul > li .outer .img {
    width: 131px;
    height: 65px;
    text-align: center;
    margin: 14px auto 0px;
}
.companys > .inner > ul > li .outer .img img {
    max-width: 131px;
    max-height: 65px;
}
.companys > .inner > ul > li img {
    width: 207px;
    height: 94px;
    /*border: 1px solid #e5e5e5;*/
}
/*.companys > .inner > ul > li:hover img {
    border-color: #1162bd;
}*/
.companys > .inner > ul > li p {
    color: #444;
    font-size: 14px;
    margin-top: 16px;
    text-align: center;
}
.companys > .inner > ul:nth-child(2) > li > p {
    margin-top: 18px;
}
