/* 头部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;
}

/* 右侧商桥 */
#right_close{
    display: block;
    position: absolute;
    right: 10px;
    top: 10px;
    background: url(/statics/theme/img/content/right_close.png) no-repeat top center;
    width: 10px;
    height: 9px;
    cursor: pointer;
}
.rightSide{
    padding-top: 20px;
    position: fixed;
    width: 132px;
    background: url(/statics/theme/img/content/right_bg.png) no-repeat top center;
    background-size: 100% 425px;
    top: 310px;
    min-height: 300px;
    left: 50%;
    border-radius: 8px;
    margin-left: 650px;
    background-color: #f15644;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 999;
}
.rightSide>p{ font-weight: bold;
font-size: 18px;
color: #FFE890;
line-height: 39px;}
.rightSide li{
    font-size: 14px;
    line-height: 40px;
    width: 132px;
    text-align: center;
    height: 40px;}
.rightSide li>a,.rightSide li{
    color: #FFFFFF;
    width: 132px;
    height: 40px;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
}
.rightSide li>a>img,.rightSideTel img{
    max-width: 22px;
    vertical-align: sub;
    margin-right: 17px;
}
.rightSide .rightSideQRcode img{
    width: 110px;
    height: 110px;
}
.rightSide .rightSideQRcode{
    height: 140px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 12px;}
.rightSide .rightSideQRcode p{
    
    height: 20px;
    line-height: 20px;
}
.rightSide .rightSideTel{
    height: 60px;
    flex-wrap: wrap;}
.rightSideTel p{
    display: flex;
    align-items: center;
    height: 30px;
}

.rightSide li:hover{
    background: #E73C18;
}
.right_zx{
    background: url(/statics/theme/img/content/right_zxbg.png);
    width: 110px;
    color: #EE4420;
    height: 34px;
    display: flex;
    font-weight: bold;
    margin-bottom: 10px;
    align-items: center;
    justify-content: center;
}
.right_zx img{
    max-width: 22px;
    vertical-align: sub;
    margin-right: 7px;
}