﻿/** header **/
#header {
    width: 100%;
    min-width: 1200px;
    height: 34px;
    background: #f8f8f8;
    box-shadow: 0 2px 4px #ccc;
}

.headerCon {
    width: 1200px;
    margin: 0 auto;
}

    .headerCon .welcome {
        font-size: 12px;
        color: #020202;
        line-height: 40px;
    }

    .headerCon form {
        margin: 6px 8px 0 15px;
    }

    .headerCon .btns {
        margin: 0 0 0 9px;
    }

.btns .login {
    margin: 0 7px 0 0;
}

.headerCon .password {
    margin: 0 0 0 10px;
}

.headerCon label {
    color: #025cad;
}

.headerCon #username, .headerCon #password {
    width: 108px;
    height: 24px;
    border: 1px solid #5181bc;
    border-radius: 5px;
    text-indent: 5px;
}

.headerCon .login, .headerCon .register {
    width: 50px;
    height: 22px;
    line-height: 22px;
    border: none;
    font-size: 12px;
    color: #fff;
    border-radius: 6px;
    cursor: pointer;
}

.headerCon input.login {
    background: #008ed6;
}

.headerCon input.register {
    background: #ff8022;
}

.headerCon .forgetPW {
    width: 80px;
    line-height: 42px;
    color: #025cad;
}
/*====== search ======*/
.search {
    width: 100%;
    min-width: 1200px;
    height: 106px;
    background: #f7f7f7 url(/Content/images/pics/bg_header.jpg) no-repeat center top;
    background-size: cover;
}

.searchCon {
    width: 1200px;
    margin: 0px auto;
}

    .searchCon .logo {
        display: block;
        width: 446px;
        height: 75px;
        background: url(/Content/images/logo.png) no-repeat;
        text-indent: -9999px;
    }

.searchBox {
    margin: 0px 0px 0 200px;
}

    .searchBox .top {
        height: 40px;
        border: 1px solid #9bcff6;
        border-radius: 8px 0 0 8px;
        background: #fff;
        border-right: none;
    }

    .searchBox .input input {
        display: block;
        border: none;
        border-radius: 8px 0 0 8px;
        font-size: 14px;
        width: 415px;
        padding: 0 10px 0 0;
        height: 40px;
        line-height: 40px;
        text-indent: 25px;
    }

.searchBox {
    position: relative;
}

    .searchBox .btn {
        font-size: 14px;
        width: 90px;
        position: absolute;
        right: -88px;
        top: 0;
    }

        .searchBox .btn input {
            border: none;
            width: 110px;
            height: 42px;
            background: #0182c4;
            color: #fff;
            font-size: 14px;
            border-radius: 0 8px 8px 0;
            cursor: pointer;
        }

    .searchBox .bot {
        margin: 8px 0 0 0;
    }

        .searchBox .bot span {
            display: block;
            height: 20px;
            line-height: 20px;
            margin: 0 10px 0 0;
            color: #0d8fdc;
            padding: 0px 5px;
            border-radius: 3px;
        }

        .searchBox .bot ul li {
            float: left;
        }

            .searchBox .bot ul li a {
                height: 20px;
                line-height: 20px;
                text-align: center;
                display: block;
                color: #333;
                -webkit-transition: all .3s;
                -moz-transition: all .3s;
                -ms-transition: all .3s;
                -o-transition: all .3s;
                transition: all .3s;
            }

                .searchBox .bot ul li a:hover {
                    color: #fd7e1d;
                }
/*样式重置*/
.more {
    color: #bbb;
}

.headerCon form {
    margin-left: 0;
}

.headerCon .btns {
    margin-left: 0;
}

.headerCon .login {
    margin-right: 0;
}

.headerCon .login, .headerCon .register {
    border-radius: 10px;
}

.searchCon .logo {
    margin: 25px 0 20px 0;
}
/*header*/
#header {
    border-bottom: 1px solid #e1deda;
    box-shadow: none;
}

    #header .btn {
        padding: 0 10px;
        margin: 6px 8px 0 0;
        height: 22px;
        line-height: 22px;
        background: #fe7900;
        border-radius: 6px;
    }
/*.links a{
	margin: 0 24px 0 0;
	height: 34px;
	line-height: 34px;
	padding: 0 0 0 28px;
}
.links a.downLoad{
	background: url(/Content/images/icons/icon_download.png) no-repeat left center;
}
.links a.phone{
	background: url(/Content/images/icons/icon_phone.png) no-repeat left center;
}*/
/*searchBox*/
.searchBox {
    margin: 20px 0px 0 140px;
    /*margin: 20px 70px 0 100px;*/
}

.searchCon .logo {
    width: 468px;
    height: 60px;
    background: url(/Content/images/pics/logo.png) no-repeat;
    margin: 20px 0;
}

.searchBox .top {
    height: 40px;
    width: 342px;
    border: 1px solid #6cc5f4;
    border-radius: 6px 0 0 6px;
    background: #fff;
    border-right: none;
}

.mySelect a {
    text-decoration: none;
    display: block;
    height: 40px;
    line-height: 40px;
}

.mySelect {
    width: 100px;
    position: relative;
}

    .mySelect .selected {
        border-right: 1px solid #6cc5f4;
        width: 100px;
        text-align: center;
        background: url(/Content/images/icons/icon_arrDown.png) no-repeat 84px 18px;
    }

    .mySelect > a {
        text-decoration: none;
        display: block;
        height: 40px;
        line-height: 40px;
    }

.mySelect {
    width: 100px;
    position: relative;
    z-index: 1000;
}

    .mySelect .selected {
        border-right: 1px solid #6cc5f4;
        width: 100px;
        text-align: center;
        background: url(/Content/images/icons/icon_arrDown.png) no-repeat 84px 18px;
    }

.msUl {
    width: 100px;
    border: 1px solid #ccc;
    border-top: none;
    display: none;
    background: #fff;
    position: absolute;
    top: 39px;
    left: -1px;
    z-index: 1000;
    height: 180px;
    overflow-y: auto;
}

    .msUl li {
    }

    .msUl a {
        display: block;
        text-align: center;
        font-size: 14px;
        height: 30px;
        line-height: 30px;
    }

        .msUl a:hover {
            background: #f1f1f1;
        }

.mySelect .current a {
    background: #e5e5e5;
}

.searchBox .input input {
    display: block;
    border: none;
    font-size: 14px;
    width: 242px;
    padding: 0 0px 0 0;
    height: 39px;
    line-height: 40px;
    text-indent: 10px;
}

.searchBox {
    position: relative;
}

    .searchBox .btn {
        font-size: 14px;
        width: 60px;
        position: absolute;
        right: 0px;
        top: 0;
    }

        .searchBox .btn input {
            border: none;
            width: 60px;
            height: 42px;
            background: #0081bf url(/Content/images/icons/icon_bigbig.png) no-repeat center center;
            color: #fff;
            font-size: 14px;
            border-radius: 0 6px 6px 0;
            cursor: pointer;
        }

    .searchBox .bot span {
        display: block;
        height: 20px;
        line-height: 20px;
        margin: 0 10px 0 0;
        color: #999;
        padding: 0px 5px;
        border-radius: 3px;
    }

    .searchBox .bot ul li {
        float: left;
        margin: 0 10px 0 0;
    }

        .searchBox .bot ul li a {
            height: 20px;
            line-height: 20px;
            text-align: center;
            color: #999;
            display: block;
            -webkit-transition: all .3s;
            -moz-transition: all .3s;
            -ms-transition: all .3s;
            -o-transition: all .3s;
            transition: all .3s;
        }

            .searchBox .bot ul li a:hover {
                color: #0182c4;
            }
/*=== 大赛模块 logo===*/
.ContestSearch .logo {
    width: 524px;
    text-indent: 0;
    background: none;
    font-size: 26px;
    color: #0092da;
    font-weight: bold;
    text-align: center;
    margin: 0;
    height: 70px;
    margin-top: 15px;
    letter-spacing: 3px;
}
/*=== 大赛模块小banner===*/
.timeBanner img {
    display: block;
    width: 413px;
    height: 67px;
    margin-top: 20px;
}
/** navbar **/
.navbar {
    width: 100%;
    min-width: 1200px;
    height: 52px;
    line-height: 52px;
    background: url(/Content/images/navbg.jpg);
}

    .navbar .navCon {
        width: 1200px;
        margin: 0 auto;
        box-sizing: border-box;
    }

        .navbar .navCon .navLi {
            height: 52px;
            width: 108px;
            text-align: center;
            float: left;
            background: url(/Content/images/navborder.jpg) no-repeat right center;
            transition: background-color .5s;
            -moz-transition: background-color .5s;
            -ms-transition: background-color .5s;
            -webkit-transition: background-color .5s;
            -o-transition: background-color .5s;
        }

            .navbar .navCon .navLi:last-of-type {
                background-image: none;
            }

            .navbar .navCon .navLi ul {
                display: none;
                width: 120px;
                background: #00a0e9;
                position: relative;
                z-index: 1000;
                left: 0px;
                top: 0px;
            }

                .navbar .navCon .navLi ul li {
                    height: 34px;
                    line-height: 34px;
                    border-bottom: 1px dashed #61ccfd;
                }

            .navbar .navCon .navLi li a {
                font-size: 12px;
                color: #fff;
                display: block;
                background: #00a0e9;
                transition: background-color .3s;
                -moz-transition: background-color .3s;
                -ms-transition: background-color .3s;
                -webkit-transition: background-color .3s;
                -o-transition: background-color .3s;
            }

                .navbar .navCon .navLi li a:hover {
                    background: #025cad;
                    color: #fff;
                }

        .navbar .navCon .bordernone {
            border: none;
        }

        .navbar .navCon .navLi > a {
            height: 52px;
            line-height: 52px;
            color: #fff;
            font-size: 16px;
            display: block;
        }

        .navbar .navCon li:hover {
            background-color: #00a0e9;
        }

        .navbar .navCon .current {
            background: #00a0e9 url(/Content/images/navborder.jpg) no-repeat right center;
        }
/*=== 大赛模块导航样式 ===*/
.ContestNavbar .navCon .navLi {
    width: 200px;
}

    .ContestNavbar .navCon .navLi ul {
        width: 198px;
    }
/*====== crumbs ======*/
.crumbs {
    width: 100%;
    min-width: 1200px;
    height: 50px;
    line-height: 50px;
    background: #f8f8f8;
    margin: 0 0 20px 0;
}

.crumbsCon {
    width: 1200px;
    margin: 0 auto;
}

    .crumbsCon p {
        margin: 0 0px 0 10px;
    }

        .crumbsCon p a:hover {
            color: #239bde;
        }

.cp {
    cursor: pointer;
}
.red {
    color:#ff0000
}