/* 头部css */
.maximum{
    width: 100%;
}
*{
    margin: 0px;
    padding: 0px;
}
a{
    text-decoration: none;
}
ul li{
    list-style: none;
}
.maximum .header{
    width: 100%;
    height: 200px;
    background: #fff;
}
.maximum .header_top{
    width: 100%;
    height: 40px;
    background: #fff;
}
.maximum .header_top>div{
    width: 1200px;
    margin: 0 auto;
    height: 40px;
    display: flex;
    align-items: center;
}
.maximum .header_top>div>span:first-child{
    color: #999999;
    font-size: 12px;
}
.maximum .header_top>div>span:last-child{
    font-size: 12px;
    font-weight: bold;
    color: #E64F4E;
    position: relative;
    margin-left: 80px;
}
.maximum .header_top>div>span:last-child::before{
    content: '';
    display: inline-block;
    width: 16px;
    height: 16px;
    position: absolute;
    left: -20px;
    top: 0px;
    background: url(/statics/theme/img/content/icon_header_tel.png) no-repeat;
    background-size: 100% 100%;
}
.maximum .header_city{
    width: 100%;
    height: 40px;
    background: #E64F4E;
}
.maximum .header_city>div{
    width: 1200px;
    margin: 0 auto;
    line-height: 40px;
    position: relative;
    display: flex;
    align-items: center;
}
.maximum .header_city>div>img{
    width: 13px;
    height: 17px;
}
.maximum .header_city>div>span:first-of-type{
    font-size: 14px;
    margin-left: 11px;
    font-weight: bold;
    color: #fff;
}
.maximum .header_city>div>ul{
    display: flex;
    align-items: center;
    margin-left: 10px;
}
.maximum .header_city>div>ul a{
    font-size: 14px;
    color: #fff;
}
.maximum .header_city li:first-child~li{
    margin-left: 40px;
}
.maximum .header_city>div>span.header_city_more{
    position: absolute;
    right: 0px;
}
.maximum .header_city>div>span.header_city_more>a{
    font-size: 14px;
    color: #fff;
}
.maximum .header_content{
    width: 100%;
    background-color: #fff;
    height: 120px;
}
.maximum .header_content>div{
    width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    margin-top: 30px;
    position: relative;
    /* line-height: 120px; */
}
.maximum .header_content img.header_content_logo{
    display: inline-block;
    /*width: 238px;*/
    /*height: 61px;*/
    width: 564px;
    height: 74px;
}
.maximum .header_content .header_content_line{
    width: 1px;
    height: 40px;
    background: #E0CACA;
    margin: 0 14px;
}
.maximum .header_content .header_content_tip{
    width: 256px;
    height: 43px;

}
.maximum .header_content div.header_content_search{
    margin-left: 29px;
    display: flex;
    align-items: center;
}
.maximum .header_content div.header_content_search input{
    width: 200px;
    height: 44px;
    background: #FFFFFF;
    border: 1px solid #D6D6D6;
    border-radius: 22px;
    box-sizing: border-box;
    padding: 0 14px;
    outline: none;
}
.maximum .header_content .header_content_search .icon_search{
    position: relative;
    left: -33px;
    top: 4px;
    background: #fff;
}
.maximum .header_content .header_content_search .icon_search>img{
    display: inline-block;
    width: 18px;
    height: 18px;
}
.maximum .header_content .header_content_list{
    display: flex;
    margin-left: 10px;
    align-items: center;
}
.maximum .header_content .header_content_list>li>a{
    color: #E64F4E;
}
.maximum .header_content .header_content_list>li{
    font-size: 16px;
    color: #333;
    position: relative;
    display: flex;
    align-items: center;
}
.maximum .list_none{
    display: none !important;
}
.maximum .header_content_list>li:not(:first-of-type){
    margin-left: 20px;
}
.maximum .header_content_list>li>img{
    content: "";
    display: inline-block;
    width: 10px;
    height: 6px;
    position: relative;
    top: 2px;
    right: -8px;
}
.maximum .header_content_list>li>ul{
    background-color: #fff;
    position: absolute;
    top: 37px;
    left: -27px;
    width: 120px;
    text-align: center;
    box-shadow: 1px 1px 12px 3px rgba(0,0,0,.1);
}
.maximum .header_content_list .header_show>ul{
    left: -35px;
}
.maximum .header_content_list>li>ul>li>a{
    font-size: 14px;
    color: #333;
    line-height: 40px;
}
.maximum .header_content_list>li>ul>li{
    height: 40px;
}
.maximum .header_content_list li.list_triangle{
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 17px solid #fff;
    position: absolute;
    top: -16px;
    left: 44px;
}
.maximum .header_content_kf{
    position: absolute;
    right: 0px;
}
.maximum .header_content_kf>img{
    width: 40px;
    height: 40px;
    display: block;
}
.maximum .kf_content{
    display: flex;
    width: 290px;
    height: 130px;
    background: linear-gradient(0deg, #F3E9DF, #FFFFFF);
    position: absolute;
    left: -128px;
    top: 55px;
    box-shadow: 1px 1px 12px 3px rgba(0,0,0,.1);
    align-items: center;
}
.maximum .kf_content>span{
    width: 0;
    height: 0;
    border-left: 14px solid transparent;
    border-right: 14px solid transparent;
    border-bottom: 16px solid #fff;
    position: absolute;
    top: -16px;
    left: 135px;
}
.maximum .kf_content>div{
    display: flex;
    flex-direction: column;
    margin:0 17px;
}
.maximum .kf_content>div>span{
    color: #999;
    font-size: 14px;
    line-height: 21px;
}
.maximum .kf_content>div>span:first-child{
    font-weight: bold;
    color: #333333;
}
.maximum .kf_content>img{
    width: 92px;
    height: 92px;
    border: 4px solid #F6E4D0;
    border-radius: 4px;
}

/* 尾部css */
.maximum .foot{
    width: 100%;
    height: 385px;
    background: #fff;
}
.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: #333;
}
.maximum .foot .foot_centen .one ul p::after{
    content: '';
    display: block;
    width: 20px;
    height: 3px;
    background: #D8D8D8;
    margin: 20px 0 20px 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: #666;
}
.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: #666;
    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 #E3E3E3;
}
.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;
}

/* 第七栏 热门工具开始 */
.index_hottool{
    width: 1200px;
    height: 150px;
    margin: 10px 0;
    background: url(/statics/theme/img/content/bg_index_hottool.png) no-repeat;
    background-size: 100% 100%;
}
.index_hottool>p{
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    top: 6px;
    text-align: center;
}
.index_hottool_list{
    margin-top: 30px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 25px 0 15px;
    justify-content: space-between;
}
.index_hottool_list li{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.index_hottool_list li a>img{
    width: 40px;
    height: 40px;
}
.index_hottool_list li a{
    font-size: 14px;
    color: #333;
    position: relative;
}
.index_hottool_list li a:last-of-type::after{
    content: ">";
    font-size: 14px;
    color: #333;
    position: absolute;
    right: -15px;
    top:0px;
}
/* 第七栏 热门工具结束 */
.rightSide .rightClose{
    position: absolute;
    top: 0;
    right: -15px;
    width: 20px;
    height: 20px;
    cursor: pointer;
}