.pos{background: unset;margin-bottom: 15px;padding: 5px 15px 5px 0px;}
p{margin: 0;}
.m{width: 1015px;}

.top{
    width: 100%;
    height: 30px;
    line-height: 30px;
    background-color: #ECECEC;
    box-sizing: border-box;
}
.topCon{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_l, .top_r{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.top_l img{
    width: 19px;
    margin-right: 8px;
}
.top_l p{
    font-size: 12px;
    color: #686868;
}
.top_r a{
    display: flex;
    align-items: center;
    margin-left: 6px;
}
.top_r a img{
    height: 12px;
    margin-right: 5px;
}
.top_r a.lookAround img{
    width: 17px;
    height: auto;
}

.head{
    width: 100%;
    height: auto;
    overflow: unset;
    margin: 20px 0;
    display: flex;
    justify-content: space-between;
}
.head_l{
    display: flex;
}
.head .logo{
    padding: 0 26px 0 0px;
}
.head div{
    float: unset;
}
.comInfo h1{
    margin: 16px 0;
}
.comInfo h4{
    font-weight: normal;
    color: #999;
    margin: 10px 0 0 0;
}
.head_r p, .head_r li{
    font-size: 17px;
    color: #414141;
    display: flex;
    align-items: center;
    justify-content: right;
}
.head_r p{
    margin: 16px 0;
}
.head_r p img{
    height: 20px;
    margin-right: 8px;
}
.head_r li{
    margin-top: 15px;
    font-weight: bold;
    font-size: 20px;
    list-style: none;
}
.head_r li img{
    height: 22px;
    margin-right: 8px;
}

.menu{
    width: 100%;
    height: 45px !important;
    background-color: #2780DA;
    border: none;
    margin-bottom: 15px;
    box-sizing: border-box;
}
.menu ul{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.menu ul li{
    float: unset;
    border: none;
    padding: 0;
    margin: 0;
}
.menu ul li a{
    display: inline-block;
    padding: 0 20px;
    font-weight: normal;
    font-size: 15px;
    line-height: 45px;
}
.menu ul li a span{
    color: #fff;
}
.menu_on{
    background-color: unset;
}
.menu_on a{
    font-weight: bold;
}
.menu ul li a span{
    position: relative;
}
.menu ul li a:hover span::after,
.menu_on a span::after{
    position: absolute;
    left: 30%;
    bottom: -6px;
    content: "";
    width: 24px;
    height: 2px;
    background-color: #fff;
    border-radius: 3px;
}

.l_newsBox{
    width: 100%;
    margin-bottom: 25px;
    background-color: #fff;
    box-shadow: 3px 2px 10px 0px rgba(0, 0, 0, 0.2);
    padding: 15px 10px;
    box-sizing: border-box;
}
.l_newsTit{
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 8px;
    border-bottom: 1px solid #e9e9e9;
}
.l_newsTit p{
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #272727;
    font-weight: bold;
}
.l_newsTit p img{
    width: 16px;
    margin-right: 6px;
}
.l_newsTit a{
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #272727;
    text-decoration: unset;
}
.l_newsTit a:hover{
    text-decoration: underline;
}
.l_newsTit a img{
    width: 12px;
    margin-left: 6px;
}
.l_newsCon{
    width: 100%;
    margin-top: 15px;
}
.l_newsCon ul li{
    margin-bottom: 15px;
}
.l_newsCon ul li:last-child{
    margin-bottom: 0;
}
.l_newsCon ul li a{
    font-size: 12px;
    color: #030303;
    text-decoration: unset;
}
.l_newsCon ul li a:hover{
    text-decoration: underline;
}

.l_newsCon ul p{
    width: 100%;
    font-size: 12px;
    color: #030303;
    display: flex;
    align-items: center;
    justify-content: center;
}
.l_newsCon ul p img{
    width: 14px;
    margin-right: 6px;
}

.l_contactCon{
    width: 100%;
    margin-top: 15px;
}
.l_contactCon ul li{
    width: 100%;
    font-size: 12px;
    color: #030303;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
.l_contactCon ul li:last-child{
    margin-bottom: 0;
}
.l_contactCon ul li img.lTb{
    width: 12px;
    margin-right: 5px;
}

.l_seaCon{
    width: 100%;
    margin-top: 15px;
}
.kwBox{
    width: 100%;
    display: flex;
    align-items: center;
    background-color: #E8E8E8;
    border-radius: 20px;
    padding-left: 10px;
    box-sizing: border-box;
}
.kwBox img{
    height: 13px;
    margin-right: 6px;
}
.kwBox input{
    background-color: transparent;
    outline: none;
    border: none;
    height: 25px;
    line-height: 25px;
    box-sizing: border-box;
}
.seaList{
    width: 100%;
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.seaList select{
    width: 150px;
    height: 25px;
    border: 1px solid #2780DA;
    background-color: #fff;
    border-radius: 20px;
    padding: 0 8px;
    outline: none;
}
.seaList .sbm{
    height: 25px;
    line-height: 24px;
    border-radius: 20px;
    border: none;
    background: linear-gradient(to left, #FFAD00, #FF6200);
    font-size: 12px;
    color: #fff;
    cursor: pointer;
}

.r_conBox{
    width: 100%;
    margin-bottom: 35px;
}
.r_conTit{
    width: 100%;
}
.r_conTit li{
    width: 100%;
    display: flex;
    align-items: center;
}
.r_conTit li span{
    font-size: 20px;
    color: #2780DA;
    font-weight: bold;
    position: relative;
}
.r_conTit li span::after{
    position: absolute;
    left: 0;
    bottom: -8px;
    content: "";
    width: 40px;
    height: 2px;
    background-color: #2780DA;
}
.r_conTit p{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 13px;
    padding-bottom: 5px;
    border-bottom: 1px solid #e9e9e9;
}
.r_conTit p span{
    font-size: 12px;
    color: #AEAEAE;
}
.r_conTit p a{
    padding: 3px 10px;
    color: #2780DA;
    background-color: #EEEEEE;
    border-radius: 4px;
    text-decoration: none;
    display: flex;
    align-items: center;
}
.r_conTit p a:hover{
    background-color: #2780DA;
    color: #fff;
}
.r_conTit p a img{
    width: 12px;
    margin-left: 6px;
}

.r_bodyCon{
    width: 100%;
    margin-top: 20px;
}
.r_bodyCon #elite{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.r_bodyCon #elite .eliteList{
    width: 135px;
    margin-right: 15px;
    margin-bottom: 20px;
}
.r_bodyCon #elite .eliteList:nth-child(5n){
    margin-right: 0;
}
.r_bodyCon #elite ul{
    width: 100%;
    border-radius: 10px;
    border: 1px solid #2780DA;
    padding: 10px 10px 6px 10px;
    box-sizing: border-box;
}
.r_bodyCon #elite ul h3{
    width: 100%;
    margin: 0 0 5px 0;
}
.r_bodyCon #elite ul h3 a img{
    width: 100%;
}
.r_bodyCon #elite ul p{
    width: 100%;
    margin-top: 8px;
    text-align: right;
    font-size: 10px;
    color: #ADADAD;
}
.r_bodyCon #elite .eliteList li{
    width: 100%;
    display: flex;
    align-items: baseline;
    margin-top: 6px;
}
.r_bodyCon #elite .eliteList li img{
    width: 12px;
    margin-right: 5px;
}
.r_bodyCon #elite .eliteList li a{
    font-size: 12px;
    color: #333;
    text-decoration: unset;
}
.r_bodyCon #elite .eliteList:hover ul{
    border: 1px solid #ffb054;
    background-color: #fffaf5;
}
.r_bodyCon #elite .eliteList:hover li a{
    color: #FF6600;
}

.r_bodyCon .seeMore,
.r_introCon .seeMore{
    width: 100%;
    display: flex;
    justify-content: center;
}
.r_bodyCon .seeMore a,
.r_introCon .seeMore a{
    padding: 3px 12px;
    background-color: #2780DA;
    border-radius: 20px;
    font-size: 12px;
    color: #fff;
    display: flex;
    align-items: center;
    text-decoration: unset;
    margin-right: 5px;
}
.r_bodyCon .seeMore a:hover,
.r_introCon .seeMore a:hover{
    text-decoration: underline;
}
.r_bodyCon .seeMore a img,
.r_introCon .seeMore a img{
    width: 12px;
    margin-left: 6px;
}

.r_introCon{
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
}
.r_introCon .px13 table tr td a,
.thumb div a,
.r_introCon table tr td.px13 a{
    text-decoration: unset;
}
.r_introCon .seeMore{
    justify-content: center;
    margin-top: 10px;
}

.footBox{
    width: 100%;
    background-color: #333;
    padding: 20px 0;
}
.footCon p{
    width: 100%;
    margin: 0;
    text-align: center;
}
.footCon p,
.footCon p a{
    font-size: 12px;
    color: #fff;
}
.footCon p a{
    text-decoration: unset;
}
.footCon p a:hover{
    text-decoration: underline;
}
.footCon p:first-child{
    margin-bottom: 10px;
}

.l_pageCon ul li{
    width: 100%;
    margin-bottom: 12px;
}
.l_pageCon ul li a{
    font-size: 12px;
    color: #030303;
    text-decoration: unset;
}
.l_pageCon ul li a:hover{
    text-decoration: underline;
}


#position a{
    text-decoration: none;
}