/* 头部css */
.maximum{
    width: 100%;
}
.maximum .header{
    width: 100%;
}
.maximum .header .header_top{
    width: 100%;
    height: 36px;
    background: #F5F5F5;
}
.maximum .header .header_top div{
    width: 1200px;
    height: 36px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
    align-items: center;
}
.maximum .header .header_top div p:first-child{
    font-size: 12px;
}
.maximum .header .header_top div p:last-child{
    display: flex;
    align-items: center;
}

.maximum .header .header_top div p:last-child img{
    margin-right: 8px;
}
.maximum .header .header_top div p:last-child span{
    font-size: 16px;
    font-weight: bold;
    color: #B34746;
}
.maximum .header .header_centre{
    width: 100%;
    height: 166px;
    background: #FFFFFF;
}
.maximum .header .header_centre .middle{
    width: 1200px;
    margin: 0 auto;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.maximum .header .header_centre .middle div:first-child{
    display: flex;
    align-items: center;
}
.logo_flexs{
    width: 238px;
    height: 72px;
}
.maximum .header .header_centre .middle div:first-child .vertical{
    width: 1px;
    height: 40px;
    background: #B34746;
    margin: 0 20px;
}
.creation{
    height: 43px;
    width: 256px;
}
.maximum .header .header_centre .middle div:last-child form{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    width: 445px;
    height: 40px;
    background: #FFFFFF;
    border: 2px solid #B34746;
    font-size: 16px;
    font-family: Source Han Serif CN, garamond, serif;
    font-weight: 600;
    color: #333333;
}
.maximum .header .header_centre .middle div:last-child form .keyWordInput{
    width: 76%;
    height: 100%;
    outline: none;
    border: none;
    padding-left: 10px;
    font-size: 14px;
}
.maximum .header .header_centre .middle div:last-child form .sousuo{
    width: 80px;
    height: 40px;
    background: #B34746;
    display: flex;
    align-items: center;
    justify-content: center ;
    font-size: 14px;
    color: #FFFFFF;
    cursor: pointer;
}
.maximum .header .header_centre .middle div:last-child form .sousuo img{
    margin-right: 6px;
}
.maximum .header .header_centre .middle div:last-child p{
    margin-top: 16px;
    color: #333333;
    font-size: 12px;
}
.maximum .header .header_centre .middle ul{
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}
.maximum .header .header_centre .middle ul li a{
    font-size: 16px;
    color: #333333;
}
.maximum .header .header_centre .middle ul li a:hover{
    color: #B34746;
}
.maximum .header .header_footstep{
    width: 100%;
    height: 80px;
    background: #B34746;
}
.maximum .header .header_footstep .centre{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.maximum .header .header_footstep .centre .neirou{
    height: 100%;
    display: flex;
    align-items: center;
}
.maximum .header .header_footstep .centre .neirou .title-big{
    width: 89px;
    height: 90px;
    background: #C5605F;
    position: relative;
    top: -5px;
    line-height: 90px;
    font-weight: bold;
    color: #FFFFFF;
    text-align: center;
    font-size: 18px;
    flex-shrink: 0;
} 
.maximum .header .header_footstep .centre .neirou .title-big::before{
    content: "";
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-left: 10px solid #A63231;
    position: absolute;
    right: -10px;
}
.maximum .header .header_footstep .centre .neirou ul{
    display: flex;
    flex-wrap: wrap;
}
.maximum .header .header_footstep .centre .neirou:nth-child(1)  ul{
    min-width: 152px;
}

.maximum .header .header_footstep .centre .neirou:nth-child(2)  ul{
    min-width: 76px;
}
.maximum .header .header_footstep .centre .neirou:nth-child(3)  ul{
    min-width: 228px;
}
.maximum .header .header_footstep .centre .neirou:nth-child(-n+3) ul{
    padding: 0 52px 0 0;
}
.maximum .header .header_footstep .centre .neirou:last-child ul{
    width: 228px;
}
.maximum .header .header_footstep .centre .neirou ul li a{
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    margin-left: 20px;
}
.maximum .header .header_footstep .centre .neirou ul li a:hover{
    text-decoration: underline;
}

/* 尾部css */
.maximum .foot{
    width: 100%;
    height: 385px;
    background: #333333;
}
.maximum .foot .foot_centen{
    width: 1200px;
    height: 100%;
    margin: auto;
    padding: 23px 20px 0;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
}
.maximum .foot .foot_centen .one{
    display: flex;
    width: 50%;
}
.maximum .foot .foot_centen .one ul{
    margin-right: 15%;
}
.maximum .foot .foot_centen .one ul:last-child{
    margin-right: 0px;
}
.maximum .foot .foot_centen .one ul p{
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}
.maximum .foot .foot_centen .one ul p::after{
    content: '';
    display: block;
    width: 20px;
    height: 3px;
    background: #FFFFFF;
    margin: 7px 0 30px 0;
}
.maximum .foot .foot_centen .one ul li{
    margin-bottom: 10px;
}
.maximum .foot .foot_centen .one ul li a{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
}
.maximum .foot .foot_centen .map a{
        font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
}
.maximum .foot .foot_centen .two{
    width: 525px;
}
.maximum .foot .foot_centen .two p
,.maximum .foot .foot_centen .two p>a{
    font-size: 14px;
    font-weight: 400;
    color: #999999;
    margin-bottom: 15px;
}
.maximum .foot .foot_centen .two p .security {
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin-left: 10px;
}
.maximum .foot .foot_centen .two p:first-child{
    display: flex;
}
.maximum .foot .foot_centen .two p:first-child span:last-child{
    display: block;
    width: 80%;
}
.maximum .foot .foot_centen .two hr{
    margin-bottom: 15px;
    border: 1px solid #575757;
}
.maximum .foot .foot_centen .two .erweima{
    display: flex;
    justify-content: space-between;
    margin-top: 25px;
    border: 1px transparent;
}
.maximum .foot .foot_centen .two .erweima div{
    text-align: center;
}
.maximum .foot .foot_centen .two .erweima div img{
    width: 102px;
    height: 102px;
}

/* 右侧商桥 */
.rightSide{
    position: fixed;
    width: 150px;
    background:url(/statics/theme/img/content/bg_side.png) no-repeat ;
    background-size: 100% 425px;
    top:310px;
    right:80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 999;
}
.rightSide .rightSide_logo{
    width: 123px;
    height: 123px;
    position: relative;
    top: -16px;
}
.rightSide .rightSide_title{
    width: 168px;
    height: 65px;
    background:url(/statics/theme/img/content/bg_sideTitle.png) no-repeat ;
    background-size: 100% 100%;
    font-weight: bold;
    color: #FFFFFF;
    font-size: 24px;
    text-align: center;
    line-height: 54px;
    margin-top: -5px;
}
.rightSide .rightSide_list{
    width: 100%;
    box-sizing: border-box;
    padding: 0 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: -5px;
}
.rightSide .rightSide_list>img{
    width: 133px;
    height: 1px;
}
.rightSide .rightSide_listItem{
    width: 100%;
    display: flex;
    align-items: center;
    padding: 11px 0;
    color: #fff;
}
.rightSide .rightSide_listItem>img{
    width: 23px;
    height: 22px;
    margin-left: 9px;
}
.rightSide .rightSide_listItem>span{
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    margin-left: 14px;
}
.rightSide .rightSide_back{
    width: 62px;
    height: 62px;
    background: #F18D4B;
    border-radius: 50%;
    position: relative;
    top:5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #FFFFFF;
    justify-content: center;
    cursor: pointer;
}
.rightSide .rightSide_back>img{
    width: 16px;
    height: 14px;
}
.rightSide .rightSide_back>span{
    font-weight: 500;
    color: #FFFFFF;
    font-size: 20px;
}
.rightSide .rightClose{
    position: absolute;
    top: 0;
    right: -15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}