﻿header#navbar {
    margin-bottom: 0px;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0px;
    width: 100%;
}

.container {
    margin: 0 auto;
    width: auto;
}

.nav-mask {
    background-color: #f0ece8;
    height: 100px;
    width: 0px;
    position: absolute;
    top: 0px;
    z-index: 9000;
    left: 0;
}

.wrapper {
    position: relative;
}

a.logo {
    position: absolute;
    z-index: 9999;
    display: block;
    background: url(../images/logo.png) center center no-repeat #ffeb12;
    cursor: pointer;
    height: 70px;
    width: 120px;
}

.menu {
    display: none;
    position: absolute;
    top: 80px;
    left: 20px;
    margin: 0px;
    padding: 0px 0px;
    width: 590px;
    background-color: rgba(255, 255, 255, 0.8);
    list-style-type: none;
    z-index: 999;
}

    .menu li {
        position: relative;
        float: left;
        line-height: 70px;
    }

        .menu li:before, .menu li:after {
            content: " ";
            display: table;
        }

        .menu li:after {
            clear: both;
        }

        .menu li a:hover, .menu li a:focus {
            background: none;
        }

        .menu li a {
            color: #000;
            text-decoration: none;
            display: inline-block;
            width: 118px;
            color: #000;
            text-align: center;
            font-size: 16px;
        }

        .menu li i {
            position: absolute;
            top: 0;
            right: 0;
            display: inline-block;
            width: 28px;
            height: 28px;
            margin: 12px 20px 0px 0px;
            cursor: pointer;
        }

        .menu li.active, .menu li:hover, .menu li.current {
            background-color: #161616;
        }

            .menu li.active a, .menu li:hover a, .menu li.current a, .menu li ul li a {
                color: #fff;
            }

                .menu li ul li a:hover {
                    color: #000;
                }

            .menu li.active i {
                background-position: 0 0;
            }

            .menu li.active:hover i {
                background-position: 0 0;
            }

            .menu li:hover i {
                background-position: 0 -58px;
            }

        .menu li > ul {
            display: none;
            margin: 0px;
            padding: 0px;
            list-style-type: none;
        }

            .menu li > ul li {
                position: static;
                display: block;
            }

                .menu li > ul li a {
                    display: inline-block;
                    width: 94%;
                    font-size: 14px;
                }

                .menu li > ul li:hover, .menu li > ul li.current {
                    background-color: #ffeb12;
                }

.desktop .menu {
    display: block;
}

.menu > li:hover ul {
    display: block !important;
    position: absolute;
    top: 70px;
    left: 0px;
    min-width: 118px;
    background-color: #161616;
}

    .menu > li:hover ul li {
        float: none;
        height: 40px;
        width: 118px;
    }

        .menu > li:hover ul li a {
            font-size: 13px;
            display: block;
            line-height: 40px;
        }

.touch-only {
    display: none;
}

#pages {
    float: right;
    margin-top: 0px;
    padding-right: 5px;
}

    #pages a {
        display: inline-block;
        line-height: 26px;
        height: 26px;
        color: #fff;
        margin: 0 4px;
        padding: 0 2px;
    }

        #pages a:hover {
            color: #ffeb12;
        }

        #pages a.prev {
        }

            #pages a.prev:hover {
            }

        #pages a.next {
        }

            #pages a.next:hover {
            }

    #pages span {
        display: inline-block;
        line-height: 23px;
        height: 23px;
        color: #ffeb12;
        padding: 0 5px;
    }


.over_80 {display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;height: 30px;line-height: 30px;margin-right: 0px;}
.over_80_2 {display: block;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;height: 21px;line-height: 21px;margin-right: 0px;}

.moretab {
    line-height: 24px;
    border-bottom: solid 1px rgba(255,255,255,0.4);
    margin-top: 14px;
    padding-bottom: 10px;
}

    .moretab span {
        padding: 0 15px;
        border: solid 1px rgba(255,255,255,0.7);
        display: inline-block;
        border-radius: 30px;
        margin-right: 5px;
        text-align: center;
        width: 50px;
    }

        .moretab span:hover,
        .moretab span:hover, .moretab .sel {
            border: 1px solid rgba(255, 255, 18, 0.7);
            color: #ffeb12;
            cursor: pointer;
        }

.scope .btnspan a {
    padding: 2px 4px;
    color: #fff;
    border: 1px solid rgba(255, 255, 18, 0);
}

    .scope .btnspan a:hover {
        color: rgba(255, 255, 18, 0.8);
        border: 1px solid rgba(255, 255, 18, 0.7);
    }

select option {
    background-color:#000;;
}

.selSeaArea {
    border: 1px solid rgba(255, 255, 18, 0.7);
    color: #ffeb12;
}

.seaareapoump {
    height: 90px;
}

    .seaareapoump p {
        padding: 21px;
    }

        .seaareapoump p span {
            color: #E6E6E1;
            font-size: 13px;
        }

            .seaareapoump p span input {
                width: 168px;
                height: 21px;
                margin-left: 10px;
            }

.sav_btn {
    display: inline-block;
    width: 51px;
    height: 19px;
    line-height: 16px;
    background-color: #CCBC0E;
    text-align: center;
    font-size: 12px;
    color: #000000;
    font-size: 12px;
}

.clo_btn {
    display: inline-block;
    width: 51px;
    height: 19px;
    line-height: 16px;
    background-color: #CCBC0E;
    text-align: center;
    font-size: 12px;
    color: #000000;
    font-size: 12px;
    margin-left: 11px;
}

._updown {
    background-color: #ffeb12;
    color: #000;
    font-size: 22px;
    border-radius: 29px;
    width: 29px;
    display: inline-block;
    height: 29px;
}

.systemArea {
    position: absolute;
    top: 127px;
    left: 100px;
    background-color: rgba(8, 7, 0, 0.7);
    color: #000;
    width: 500px;
    z-index: 1;
    padding: 10px;
}

    .systemArea ._top {
        top: -10px;
        left: 35px;
        position: absolute;
        width: 0px;
        height: 0px;
        overflow: hidden;
        border-width: 5px;
        border-style: solid;
        border-color: transparent transparent rgba(8, 7, 0, 0.7);
    }

    .systemArea ._close {
        top: -15px;
        right: -13px;
        position: absolute;
        width: 30px;
        height: 31px;
        overflow: hidden;
        background-color: rgba(8, 7, 0, 0.7);
        color: #fff;
        font-size: 41px;
        border-radius: 57px;
        line-height: 25px;
        height: 30px;
        text-align: center;
    }

        .systemArea ._close a {
            color: #fff;
            cursor: pointer;
            font-size: 22px;
        }

            .systemArea ._close a:hover {
                color: #ccc;
            }

    .systemArea ._name {
        float: left;
        width: 84px;
        text-align: right;
        color: #fff;
    }

    .systemArea ._area {
        float: left;
        color: #000;
        width: 416px;
    }

        .systemArea ._area a {
            border: 1px solid rgba(255,255,255,0.7);
            padding: 0 3px;
            border-radius: 3px;
            margin-right: 9px;
            color: #fff;
            line-height: 20px;
            display: inline-block;
        }

            .systemArea ._area a._sel {
                border: 1px solid rgba(255, 255, 18, 0.7);
                color: #ffeb12;
            }

.pagescss {
    height: 29px;
    position:absolute;right:102px;bottom:8px
}

    .pagescss a {
        display: inline-block;
        padding: 0 10px;
        line-height: 23px;
        height: 23px;
        color: #fff;
    }

        .pagescss a:hover {
            color: #ffeb12;
        }

        .pagescss a.prev {
            padding: 0 10px;
        }

            .pagescss a.prev:hover {
            }

        .pagescss a.next {
            padding: 0 10px;
        }

            .pagescss a.next:hover {
            }

    .pagescss span {
        display: inline-block;
        padding: 0 10px;
        line-height: 23px;
        height: 23px;
        color: #ffeb12;
    }

.reveal-modal {
    visibility: hidden;
    top: 100px;
    left: 43%;
    margin-left: -300px;
    width: 520px;
    background: #eee;
    position: absolute;
    z-index: 1001;
     
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 0px;
    -moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
    -box-shadow: 0 0 10px rgba(0,0,0,.4);
    font-size:14px;font-family:"微软雅黑";
}
.close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 11px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,0.6);
		font-weight: bold;
		cursor: pointer;
		} 
.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.4);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
#_divshipHide .border_yellow{color: rgba(255, 235, 18, 0.8);  border:1px solid rgba(255, 235, 18, 0.8);padding:2px 20px;margin:0 3px}
#_divshipHide .border_yellow:hover{color:rgba(255, 235, 18, 1);  border:1px solid rgba(255, 235, 18, 1);}
#_divshipHide ._calChart,#_divshipHide ._export{color: rgba(255, 235, 18, 0.8);  border:1px solid rgba(255, 235, 18, 0.8);padding:2px 20px;margin:0 3px}
#_divshipHide ._calChart:hover,#_divshipHide ._export:hover{color:rgba(255, 235, 18, 1);  border:1px solid rgba(255, 235, 18, 1);}
._updown {
    color: #000;
    position: absolute;
    float: right;
    top: -7px;
    right: -5px;
    width: 40px;
    height: 40px;
    background: url(../images/hiden.png) center center no-repeat;
}
._updown_up {
    color: #000;
    position: absolute;
    float: left;
    top: -33px;
    left: -7px;
    width: 40px;
    height: 40px;
    background: url(../images/shown.png) center center no-repeat;
}
._searchTip {padding:3px;font-size:14px;margin:3px 10px;display:inline-block } 
._searchTip a{color:#ffeb12;padding:0 2px} 
.tab p label,.tab p input{cursor:pointer}
.search_reasult td,.search_reasult th {text-align: center;height: 24px;line-height: 24px;border: 1px solid rgba(252, 251, 251, 0.07);word-break: break-all;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.search_reasult th{background:rgba(255, 255, 255, 0.4)}
/**滚动条相关**/
.part_goods{    width: 831px;
    height: 479px;
    overflow: hidden;
    left: 147px;
    top: 220px;
    position: fixed;
    border:1px solid #ccc;
    box-shadow: 0 0 7px #ccc;
}
.item_goods{position: relative;height: 479px;overflow: hidden;overflow-y: hidden;outline: none; line-height:20px;}
._year{border:1px solid #ccc;display:inline-block;}
._year a{width:40px;text-align:center;display:inline-block;font-size:12px;color:#000;line-height:26px;}
._year a.chose_year{background:#e5e5e5;}
