body{
	overflow: auto;
}

body, h1, h2, h3, h4, a, ul, li, p, img, input, span, ol, li, button {
    font-family: Arial;
    font-weight: normal;
    list-style: none;
    padding: 0;
    margin: 0;
    text-decoration: none;
    border: 0 none;
    color: #666666;
    font-size: 14px;
}

.gray {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    display: none;
}

.password {
    width: 360px;
    height: 230px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -150px 0 0 -200px;
    background: rgba(255, 255, 255);
    border: 1px solid #ccc;
    z-index: 10000;
    padding: 20px 0 0 5px;
    display: none;
}

.password dl {
    margin: 16px 0;
    overflow: hidden;
}

.password dl dt {
    width: 150px;
    text-align: right;
    float: left;
    color: #333;
}

.password dl dd {
    margin-left: 10px;
    float: left;
}

.password input {
    width: 168px;
    border: 1px solid rgb(43, 95, 189);
}

.password .del {
    cursor: pointer;
    position: absolute;
    right: 16px;
    top: 7px;
}

.password .del:hover {
    color: red;
}

.password button {
    width: 80px;
    color: #fff;
    margin: 20px 0 0 130px;
    border-radius: 3px;
    height: 30px;
    background: rgb(43, 95, 189);
}

.password button:hover {
    background: rgb(66, 119, 216)
}

.logo {
    width: 400px;
    height: 400px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -200px 0 0 -200px;
    background: #fff;
    z-index: 1000;
    display: none;
}

.logo h4 {
    font-size: 22px;
    color: rgb(0, 0, 0);
    text-align: center;
    height: 100px;
    line-height: 100px;
}

.logo .ewm {
    width: 300px;
    height: 300px;
    background: url(../images/ewm.jpg) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 50%;
    margin-left: -150px;
    top: 80px;
}

.logo span {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    width: 20px;
    height: 20px;
    text-align: center;
}

.logo span:hover {
    color: red;
}

.Fixed {
    position: fixed;
    z-index: 999999;
    top: 140px;
    right: 10px;
    width: 270px;
    height: 255px;
    background: rgb(167, 6, 6);
    box-shadow: 0 0 5px #8c8e91;
    border-radius: 10px;
}

.Fixed span {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    color: #fff;

}

.Fixed h3 {
    font-size: 17px;
    /*text-align: center;*/
    margin: 20px 0 10px 35px;
    color: #fff;
}

.Fixed ul {
    padding-left: 22px;
}

.Fixed ul li {
    padding: 5px 0;
    line-height: 16px;
    color: #fff;
}

.Fixed ul .last {
    padding: 10px 0 0 185px;
    font-size:13px;

}

.Fixed ul .last a {
    display: block;
    color: #fff;
    font-size:13px;
}

.left {
    float: left;
}

.right {
    float: right;
}

.left, .right {
    display: inline-block;
}

.textCen {
    text-align: center;
}

/*head*/

.headWrap {
    width: 100%;
    height: 140px;
    min-width: 1200px;
	margin-top: -5px;
    background: url("../images/img/sea1.png") no-repeat left center;
}

.head {
    width: 70%;
    min-width: 1200px;
    height: 100px;
    margin: 0 auto;
    position: relative;
}

.head .newLogo {
    height: 125px;
    background: url("../images/img/logo.png") no-repeat left center;
    padding: 35px 0 0 160px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

.head .newLogo p {
    height: 30px;
    line-height: 30px;
    font-size: 24px;
    color: #458aca;
    font-weight: bold;
    font-family: Arial;
}

.head .twoText {
    text-indent: 1em;
}

.head .nweLine {
    display: block;
    border-bottom: 2px solid #458aca;
}

.topClock {
    margin-right: 10px;

}

.timer05 {
    color: #458aca;
}

.loginBox .topClock span {
    color: #458aca;
}

.navWrap {
    width: 100%;
    height: 40px;
    /*background: url("../images/navbg.png") repeat-x left bottom;*/
    background: rgba(48, 94, 137, 0.5);
}

.nav {
    width: 70%;
    min-width: 1200px;
    margin: 0 auto;
    height: 40px;
    color: #ffffff;
}

.navList {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
}

.nav ul li {
    width: 17%;
    margin: 0 4%;
    float: left;
}

.nav .last {
    display: inline-block;
    color: #fff;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
}

.nav ul li a {
    display: inline-block;
    color: #ffffff;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    font-size: 18px;
}

.nav ul li.current a, .nav ul li a:hover {
    background: #ffa320;
    text-decoration: none;
    cursor: pointer;
}

.loginBox {
    height: 100px;
    padding: 30px 0px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    /*height:32px;*/
    /*line-height: 32px;*/
    /*margin-top:40px;*/
    overflow: hidden;
    /*background:url("../images/bgimg.png")  no-repeat -9px -134px;*/

}

.xin {
    position: relative;
    cursor: pointer;
    height: 50px;
}

.xinX {
    border: 1px solid #666;
    position: absolute;
    margin-left: -6px;
    left: -76px;
    top: 25px;
    width: 140px;
    padding-left: 3px;
    background: rgba(255, 255, 255, 0.3);
    display: none;
    box-sizing: border-box;
}

.xinImg {
    margin-top: -5px;
}

.loginBox span {
    color: #fff;
    display: block;
    float: left;
	/*margin-top:-18px;*/
}

.loginBox span a {
}

.loginBox a {
    display: inline-block;
    color: #458aca;
    height: 20px;
    /*line-height:20px;*/
    padding: 0 5px;
}

.loginBox a:hover {
    color:red;
}

/*foot*/
.footWrap {
    width: 100%;
    min-width: 1200px;
    /*height:150px;*/
    background: #32363f;
    margin-top: 80px;
    padding: 15px 0;

}

.foot {
    width: 70%;
    min-width: 1200px;
    margin: 0 auto;
}

.foot ul {
    overflow: hidden;
}

.foot ul li {
    float: left;
}

.foot b {
    color: #cec9c9;
    margin-bottom: 10px;
    display: block;
    font-size: 16px;
}

.foot p {
    line-height: 22px;
    color: #999999;
}

.foot .textCon {
    text-align: justify;
}

.foot a {
    color: #999;
    display: block;
    padding: 1px 0;
    text-decoration: underline;
}

.foot a:hover {
    color: #5297c4;
}


.foot .visit {
    margin-left: 2%;
    width: 5%;
}


.foot .jianJu {
    margin-left: 2%;
    width: 25%;
}

.foot .liOne {
    width: 30%;
}

.foot .liTwo {
    width: 28%;
}

#zhuce {
    background: #f7f7f7;
}

.center {
    width: 1000px;
    margin: 23px auto;
    border: 2px solid #b8b8b8;
    background: #fff;
    height: 630px;
}

.center .cen_t {
    width: 934px;
    margin: 20px auto;
}

.center .cen_t h1 {
    font-size: 14px;
    color: #000;
    font-weight: bold;
}

.center .cen_t p {
    font-size: 12px;
    color: #000;
    line-height: 2em;
    padding-left: 0px;
}

.con {
    font-weight: bold;
}

.cen_b {
    width: 934px;
    margin: 45px auto 0 auto;
}

.cen_b p {
    color: #364a7b;
    font-weight: 700;
}

.b_l {
    float: left;
    width: 467px;
}

.b_r {
    float: left;
}

.con form span {
    width: 160px;
    text-align: right;
    display: inline-block
}

.con input {
    border: 1px solid #b8b8b8;
    width: 273px;
    margin: 10px 0px 5px 10px;
    padding-left: 5px;
}

.con select {
    margin: 10px 0 10px 10px;
}

.c_b {
    width: 100%;
    float: left;
    margin: 25px 0 30px;
    text-align: center;
    line-height: 1.5em;
    clear: both;
}

.c_b input {
    margin-right: 5px;
}

.c_b b {
    color: #587fb4;
    font-weight: inherit
}

.c_f {
    width: 100%;
    clear: both;
    height: 22px;
    position: relative;
}


.mapBox .tipsLeftText {
    display: inline-block;
    vertical-align: middle;
}


#hawkeye{
    position: absolute;
    right: 10px;
    top: 10px;
    display: block;
    padding: 9px 5px;
    background-color: #337ab7;
    z-index: 99999;
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
    border-radius: 3px;
}
#hawkeye:hover{
    background-color: #204d74;
}


.list_prev{
	
	padding: 2px 10px;
	border:solid 1px #C0C0C0;
}

.list_next{
	padding: 2px 10px;
	border:solid 1px #C0C0C0;
}