@charset "UTF-8";
/* 版心 */
.w {
    width: 1000px;
    margin: 0 auto;
}

.combox {
    margin: 10px 0;
    background: #fff;
    border: 1px solid #a1c2d6;
}

/* 头部 */
.head {
    padding: 30px 0;
   /* background: #068acd url(../img/bg_head.png) no-repeat center top;*/
    background: hsl(148deg 56% 38%)  no-repeat center top;
    background-size: 100% 100%;
}

.head .w {
    position: relative;
}

.head .w>a {
    position: absolute;
    top: 0px;
    right: 0;
    color: #fff;
    text-decoration: underline;
}

.head .w>a:nth-child(2) {
    right: 80px;
}

.head h1 {
    /* overflow: hidden; */
    margin-bottom: 5px;
    padding-left: 15px;
    height: 110px;
}

.head h1 a {
    display: block;
    /* overflow: hidden; */
    opacity: 1;
    filter: alpha(opacity=100);
}

.head .logo_l {
    position: relative;
    float: left;
    width: 160px;
    font-size: 18px;
    font-weight: normal;
    color: #fff;
    text-align: center;
}

.head .logo_l img,
.head .logo_l p,
.head .logo_r {
    position: relative;
    z-index: 2;
}

.head .logo_l::after {
    position: absolute;
    top: -52px;
    left: -48px;
    content: '';
    display: block;
    width: 260px;
    height: 228px;
    background: url(../img/logo3_shadow.png) no-repeat center;
    z-index: 1;
}

.head .logo_l img {
    width: 92px;
    margin: 0 auto;
}

.head .logo_r {
    float: left;
    width: 450px;
    margin: 14px 0 0 0px;
}


/* 左侧 star */
.index_left {
    float: left;
    width: 190px;
}

.l_nav {
    padding: 20px;
    margin-bottom: 10px;
    margin-top: 0;
}

.l_nav li {
    margin-top: 8px;
}

.l_nav li:first-child {
    margin-top: 0;
}

.l_nav a {
    display: block;
    line-height: 40px;
    border-radius: 4px;
    text-align: center;
    color: #333;
   /* background: #F9F9F9;*/
    background: #ddeef6;
}


.l_nav a:hover {
    background: #fefefe;
    color: #068ACD;
}

/* 联系我们 */
.l_contact {
    padding: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333;
}

.l_contact h4 {
    margin-bottom: 20px;
    font-size: 18px;
    color: #333;
    font-weight: normal;
}

.l_contact li {
    display: flex;
    line-height: 20px;
}

.l_contact li i {
    width: 20px;
    height: 20px;
    margin-right: 10px;
    background: url(../img/contact_tel.png) no-repeat;
}

.l_contact li:nth-child(1) {
    margin-bottom: 10px;
}

.l_contact li:nth-child(2) i {
    background: url(../img/contact_qq.png) no-repeat;
}

.l_contact li span {
    flex: 1;
}

/* 二维码 */
.l_code {
    width: 100%;
    margin: 20px auto;
    text-align: center;
    font-size: 14px;
    color: #333;
}

.l_code img {
    width: 90px;
    margin-bottom: 10px;
}

/* 右侧 star */
.index_right {
    margin-top: 10px;
    margin-left: 215px;
}

/* 用户信息 */
.user_info {
    display: flex;
}

.u_l {
    width: 423px;
    padding: 37px 30px 20px;
    color: #333;
}

.u_l h3 {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight:600;
}

.u_l h3 i {
    font-style: italic;
}

.u_l h4 {
    margin-bottom: 15px;
    padding-left: 32px;
    background: url(../img/ic_team.png) no-repeat left 2px;
    font-size: 16px;
    font-weight: normal;
}

.u_l p {
    font: 13px 'SimSun', 'FangSong';
    color: #999;
    margin-bottom: 30px;
}

.u_l .btns {
    display: flex;
}

.u_l .btns a {
    width: 90px;
    margin-right: 10px;
    line-height: 35px;
    border-radius: 3px;
    background: #daeeff;
    color: #068acd;
    text-align: center;
    font-size: 14px;
}


.u_l .btns a:hover {
    background: #e8f5ff;
}

.u_r {
    position: relative;
    padding: 50px 30px 27px;
    background: #FAFAFA;
    font-size: 17px;
    color: #333;
}

.u_r p {
    margin-bottom: 15px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.u_r p a {
    color: #FFA325;
}

.u_r p:nth-child(2) {
    height: 46px;
}

.u_r .btns {
    display: flex;
}

.u_r .btns a {
    width: 140px;
    line-height: 40px;
    margin-right: 10px;
    background: #068ACD;
    border: 1px solid #068ACD;
    border-radius: 3px;
    font-size: 15px;
    color: #fff;
    text-align: center;
}

.u_r .btns a:hover {
    background: #0a9ce6;
    border: 1px solid #0a9ce6;
}

.u_r .btns a:nth-child(2) {
    color: #333;
    background: #fff;
    border: 1px solid #D9D9D9;
}

.u_r .kefu {
    position: absolute;
    top: 20px;
    right: 0;
    width: 90px;
    height: 44px;
    text-indent: -9999px;
    overflow: hidden;
    background: url(../img/img_kefu2.png) no-repeat;
}

/* 赛事通知 news */
.news {
    border-top: 3px solid #CDE9FF;
}

.title {
    line-height: 50px;
    padding: 0 30px;
    color: #333;
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
}

.title a {
    float: right;
    color: #068ACD;
    font-size: 16px;
    font-style: normal;
}

.news ul {
    padding: 15px 30px 0;
}

.news li {
    margin-bottom: 20px;
    letter-spacing: 1px;
}

.news li::before {
    display: block;
    float: left;
    margin: 4px 10px 0 0;
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 4px;
    background: #D1DCE6;
}

.news li a {
    display: flex;
    justify-content: space-between;
}

.news li a span {
    width: 75%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news li a i {
    color: #999;
    font-size: 14px;
    letter-spacing: normal;
}

.news li:hover a {
    color: #068ACD;
}

.news li:hover::before {
    background: #068ACD;
}

/* 流程 */
.progress {
    border-top: 3px solid #CDE9FF;
}

.progress ul {
    overflow: hidden;
    padding: 10px 34px;
}

.progress li {
    float: left;
    width: 227px;
    height: 84px;
    padding-left: 86px;
    padding-top: 22px;
    margin-bottom: 20px;
    background: url(../img/liucheng_bg2.png) no-repeat;
    overflow: hidden;
}

.progress li:nth-child(1) {
    margin-left: 30px;
    background-position: -28px 0px;
}

.progress li:nth-child(2) {
    background-position: -259px 0px;
}

.progress li:nth-child(3) {
    background-position: -489px 0px;
}

.progress li:nth-child(4) {
    background-position: 0px -109px;
}

.progress li:nth-child(5) {
    background-position: -230px -109px;
}

.progress li:nth-child(6) {
    background-position: -460px -109px;
}

.progress li h5 {
    height: 27px;
    font-weight: normal;
    font-size: 18px;
    color: #068ACD;
}

.progress li p {
    font-size: 14px;
    color: #8A9AAA;
}

/* company */
.company .links {
    padding: 10px 30px 10px;
    overflow: hidden;

}

.company a {
    display: block;
    float: left;
    width: 196px;
    height: 54px;
    margin: 0 10px 10px 0;
}

.company a img {
    width: 100%;
}

/* footer */
.footer {
    padding: 20px 0;
    background: #EFEFEF;
    border-top: 1px solid #DEDEDE;
    font: 14px 'simsun';
    color: #616161;
}

.footer p {
    margin-bottom: 8px;
}