/*head*/
.head{
    height: 90px;
}
.head-menu{
    height: 100%;
}
.head-menu a {
    color: #333333;
    font-size: 18px;
}
.head-menu>ul{
    height: 100%;
}
.head-menu li {
    height: 100%;
    float: left;
    margin: 0px 20px;
    position: relative;
}
.head-menu>ul>li>a{
    line-height: 90px;
}
.head-menu>ul>li>a:hover{
    color: #006DC2;
}
.nav-active::after{
    content:"";
    background: url("../image/bar-line.png");
    background-repeat: no-repeat;
    width:91px;
    height:9px;
    position:absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.head-info {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    min-width: 1200px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.head-logo {
    float: left;
}

.head-logo img {
    width: 232px;
    height: 62px;
}

.loop-img {
    height: 470px;
}

/*rmkc*/
.rmkc {
    text-align: center;
    margin: 0 auto;
    width: 1200px;
    min-width: 1200px;
}

.rmkc-font {
    padding: 30px;
}

.rmkc-font span:nth-child(1) {
    font-size: 32px;
    color: #333333;
    font-weight: 400;
}

.rmkc-font span:nth-child(2) {
    font-size: 32px;
    color: #006DC2;
    font-weight: bold;
}

.rmkc-font span:nth-child(3) {
    width: 147px;
    height: 12px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #9B9B9B;
}

.rmkc-font img {
    float: right;
    padding: 20px;
}

.rmkc-img {
    display: flex;
    padding: 20px;
    justify-content: space-between;
    flex-wrap: wrap;
}

.rmkc-box {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-content: space-between;
    margin-left: 20px;
    margin-top: 45px;
}

.rmkx-opatic {
    width: 361px;
    height: 239px;
    background: rgba(0,32,57,0.75);
    position: absolute;
    z-index: 998;
}

.rmkc-border {
    width: 226px;
    height: 93px;
    border: 1px solid #D3D7DF;
    opacity: 0.64;
    margin: 0 auto;
    position: absolute;
    top: 65px;
    right: 60px;
    line-height: 80px;
    z-index: 999;
}

.rmkc-border span {
    font-size: 32px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}

.rmkc-box img {
    width: 361px;
    height: 239px;
}

.rmkc-box-img {
    width: 361px;
    height: 239px;
    background: #002039;
}

.rmkc-title {
    width: 361px;
    height: 60px;
    border: 1px solid #D3D7DF;
    text-align: center;
    line-height: 55px;
}

.rmkc-title span {
    width: 95px;
    height: 23px;
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}


/*foot*/
.foot {
    background-image: url(../image/foot.png);
    background-repeat: repeat;
    height: 215px;
    padding: 55px;
}

.foot-info {
    display: flex;
    min-width: 1200px;
    margin: 0 auto;
}

.foot-bar {
    margin-top: 20px;
    margin-left: 40px;
}

.foot-beian {
    margin-top: 20px;
}

.foot-bar li {
    float: left;
    margin-left: 45px;
}

.foot-detail li,a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 24px;
}

.foot-bar a {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.foot-ewm{
    position: relative;
    bottom: 30px;
    left: 45px;
}
.text-line{
    width: 1030px;
    height: 1px;
    background: #E5E5E5;
    margin: 0 auto;
    position: relative;
    bottom: 70px;
    right: 90px;
}
.foot-detail{
    position: relative;
    right: 20px;
}
.foot-ewm span{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
}

.foot-ewm img{
    width: 136px;
    height: 136px;
}
