@charset "utf-8";

#page_home {
    width: 60%;
    box-sizing: border-box;
    margin: 0 auto;
    display: flex;
    margin-top: 50px;
    padding-bottom: 20px;
}

#page_home .l .logo_xx {
    width: 250px;
    height: 50px;
    background: url("../pic/logo_xx.png") no-repeat;
    background-size: 250px 50px;
}

#page_home .l .nav_list {
    margin-top: 10px;
}

#page_home .l .nav_list .item {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    box-sizing: border-box;
    overflow: hidden;
    border-bottom: 1px solid #818181;
}

#page_home .l .nav_list .item a {
    padding-left: 15px;
}

#page_home .l .nav_list .item a:hover {
    background: #164a95;
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: block;
    padding-left: 15px;
}

#page_home .l .nav_list .item.cur a {
    background: #164a95;
    color: #ffffff;
    width: 100%;
    height: 100%;
    display: block;
    padding-left: 15px;
}

#page_home .r {
    margin-left: 50px;
    font-size: 14px;
    width: 70%;
    box-sizing: border-box;
}

#page_home .r .title {
    font-size: 22px;
}

#page_home .r .txt {
    text-indent: 20px;
    line-height: 28px;
    color: #595757;
    margin-top: 30px;
}

#page_home .img1 {
    width: 692px;
    display: block;
    margin: 0 auto;
}


#page_hainan {
    text-align: center;
    font-size: 24px;
    color: #F00;
}

#page_hainan .tit {
    color: #393939;
    font-size: 18px;
    font-weight: bold;
    margin-top: 30px;
}

#page_hainan .txt {
    padding: 20px 0;
}

#page_hainan .map {
    width: 700px;
    display: block;
    margin: 10px auto 50px auto;
}
