@charset "gb2312";
body,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td,
select {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

img {
    vertical-align: top
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
    font-style: inherit;
    font-weight: inherit;
}

li {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

legend {
    color: #333;
}
html {
    background: url(/skins/image/bg.png) repeat-y center top;
}

body{
    width: 1200px;
    font-family: '??';
    margin: auto;
}
input,
button,
textarea,
optgroup {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

textarea,
select {
    border: 1px #CCC solid;
    resize: none;
}

a:link {
    color: #333;
    text-decoration: none;
}

a:visited {
    color: #333;
    text-decoration: none;
}

a:hover {
    color: #ff2222;
    text-decoration: underline;
}

a:active {
    color: #333;
    text-decoration: underline;
}

select {
    border: 1px solid #ccc;
}

.clearfix:after {
    content: "";
    display: block;
    clear: both;
}

.clearfix {
    zoom: 1;
}

.btn {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: .280rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn-info {
    color: #fff;
    background-color: #169BB0;
    border-color: #169BB0;
}

.btn-info:hover {
    color: #fff;
    background-color: #296789;
    border-color: #10707f;
}

.btn-info.focus,
.btn-info:focus {
    color: #fff;
    background-color: #296789;
    border-color: #10707f;
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-info.disabled,
.btn-info:disabled {
    color: #fff;
    background-color: #296789;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active,
.btn-info:not(:disabled):not(.disabled):active,
.show>.btn-info.dropdown-toggle {
    color: #fff;
    background-color: #296789;
    border-color: #10707f
}

.btn-info:not(:disabled):not(.disabled).active:focus,
.btn-info:not(:disabled):not(.disabled):active:focus,
.show>.btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(58, 176, 195, .5)
}

.btn-light {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:hover {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5
}

.btn-light.focus,
.btn-light:focus {
    color: #212529;
    background-color: #e2e6ea;
    border-color: #dae0e5;
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.btn-light.disabled,
.btn-light:disabled {
    color: #212529;
    background-color: #f8f9fa;
    border-color: #f8f9fa
}

.btn-light:not(:disabled):not(.disabled).active,
.btn-light:not(:disabled):not(.disabled):active,
.show>.btn-light.dropdown-toggle {
    color: #212529;
    background-color: #dae0e5;
    border-color: #d3d9df
}

.btn-light:not(:disabled):not(.disabled).active:focus,
.btn-light:not(:disabled):not(.disabled):active:focus,
.show>.btn-light.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(216, 217, 219, .5)
}

.text-white {
    color: #fff !important
}

.fb {
    font-weight: bold
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1200 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mb5 {
    margin-bottom: 5px;
}

.pr {
    position: relative;
}

.border4 {
    border: 1px solid #91C6D6;
}

.bg1 {
    background-color: #D5E8EE;
}

.border-bottom4 {
    border-bottom: 1px solid #91C6D6;
}

.border-top4 {
    border-top: 1px solid #91C6D6;
}

.square li,
.square dd,
.square td {
    padding-left: 12px;
    background: url(/skins/image/css2.png) no-repeat 5px -382px;
}

.line,
.line2,
.line3,
.line4 {
    height: 3px;
    border: 0;
    font-size: 0;
    line-height: 0;
    margin: 5px 0;
}

.line {
    background-color: #4996E2;
}

.line2 {
    background-color: #ea7317;
}

.line3 {
    background-color: #5f9e1d;
}

.line4 {
    background-color: #104C64;
}

.color1 {
    color: #009900;
}

.color2 {
    color: #ff0000;
}

.color3 {
    color: #EF5003;
}

.color4 {
    color: #772BF2;
}

.color5 {
    color: #257465;
}

.color6 {
    color: #0033CC;
}

.color7 {
    color: #8B4513;
}

.color8 {
    color: #FF6500;
}

.color9 {
    color: #2377FF;
}

.color10 {
    color: #38AFFF;
}

.color11 {
    color: #019900;
}

.color12 {
    color: #900080;
}

.color13 {
    color: #999999;
}

.color14 {
    color: #DB3330;
}

.color15 {
    color: #2067bf;
}

.color16 {
    color: #0066CC;
}

#header {
    width: 1200px;
    margin: 0 auto;
}

#content {
    width: 1200px;
    margin: 5px auto;
}

#footer {
    width: 1200px;
    margin: 5px auto;
}

.topLogin {
    width: 1200px;
    height: 30px;
    font-size: 12px;
}

.topLogin-Logo {
    width: 226px;
    height: 20px;
    padding-top: 4px;
}

.topLogin h1 {
    width: 205px;
    line-height: 28px;
    font-weight: bold;
}

.topLogin ul {
    height:30px;
    line-height: 21px;
    padding-top: 4px;
}

.topLogin li {
    float: left;
}

.topLogin .loginName {
    width: 145px;
    overflow: hidden;
    white-space: nowrap;
}

.topLogin .loginOpr {
    width: 60px;
}

.title {
    height: 30px;
    line-height: 30px;
    position: relative;
    
}

.title-more {
    position: absolute;
    right: 5px;
    top: 0px;
}

.arrow {
    background-image: url(/skins/image/arrow_1.gif);
    background-position: 7px 10px;
    background-repeat: no-repeat;
}

.adTopFlag {
    height: 80px;
    padding: 1px 0 1px;
}

.adTopFlag li{
    float: left;
    margin-left: 10px;
}
.adTopFlag .fr{
    text-align: right;
    float: right;
    padding-right: 5px;
}
.adTopFlag .logo {
    margin-right: 10px;
    width: 200px;
    height: 80px;
    margin-left: 20px;
}
#js_curr {
  top: 58px;
  left: 150px;
  width: 37px;
  height: 12px;
  font-size: 12px;
  color: #ff0000;
  font-weight: bold;
  cursor: pointer;
  background: url(/skins/image/css.png) 28px -1310px no-repeat;
}
#js_cityDownList {
  width: 146px;
  border: 1px solid #ccc;
  z-index: 2;
  top: 80px;
  left: 85px;
  filter: alpha(opacity=90);
  opacity: 0.9;
  background: #fff;
  font-size: 12px;
}

#js_cityDownList li {
  float: left;
  display: inline;
  padding: 4px 8px;
}
#js_cityDownList .cell4 {
  padding: 3px 2px;
}
.iJsCurr {
  left: 108px !important;
}
.pr {
  position: relative;
}
.pr10 {
  padding-right: 10px;
}
.pa {
  position: absolute;
}
.none {
  display: none;
}
.sup {
  vertical-align: super;
}
.sub {
  vertical-align: sub;
}
.nowrapUl li {
  overflow: hidden;
  white-space: nowrap;
}

.navMain,
.navBottom {
    background: #2A6084;
}

.navMain {
    font-family: 'ËÎÌå';
    line-height:30px;
    height:33px;
    border-top: 3px #f00 solid;
    
}

.navMain ul {
    width: 1200px;
    float: left;
}

.navMain li {
    font-size: 14px;
    display: inline-block;
    float: left;
}

.navMain a:link,
.navBottom a:link {
    color: #FFF;
}

.navMain a:visited,
.navBottom a:visited {
    color: #FFF;
}

.navMain a:hover,
.navBottom a:hover {
    background: -webkit-gradient(linear, left top, left bottom, from(#2e658c), to(#42A8D0));
    background: -ms-linear-gradient(top, #2e658c, #42A8D0);
    background: -moz-linear-gradient(top, #2e658c, #42A8D0);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2e658c', endColorstr='#42A8D0');
    color: #fff;
    text-decoration: none;
}

.navMain a:active,
.navBottom a:active {
    color: #FFF;
}

.navMain .home {
    letter-spacing: 10px;
    margin-left: 10px;
}

.navsec {
    font-size: 14px;
}

.navsec dt,
.navsec-Logo {
    text-indent: -999em;
    float: left;
}

.navsec {
    height:40px;
    line-height: 40px;
    background: #f4faff;
}

.navsec li {
    float: left;
    display: inline;
    padding: 0 14px;
}

.navsec dt {
    text-indent: -999em;
    float: left;
}

.navsec dd {
    float: left;
    margin-left: 15px;
}

.navBottom {
    width: 1200px;
    margin: 0 auto;
}

.navBottom ul {
    width: 900px;
    margin: 0 auto;
    height: 24px;
    line-height: 24px;
}

.navBottom li {
    float: left;
    display: inline;
    
}

.navBottom a {
    display: inline-block;
    width: 100px;
    text-align: center;
    font-size: 14px;
}

.navBottomLine {
    height:5px;
    overflow: hidden;
    background: #f00;
    border-top: 2px solid #fff;
}

.footer-info {
    width: 1200px;
    padding: 10px 0 0;
    line-height: 30px;
    font-size: 12px;
    margin: 0 auto;
}

.navFrame {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: -1;
    width: 1200px;
    height: 24px;
}

.userNone {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.header-user .icon {
    font-size: 20px;
}

.header-topbar {
    width: 1200px;
    float: left;
    margin-top: 10px;
}

.header-language {
    padding: 0 10px
}

.header-tag,
.header-user {
    width: 49%;
    height: 30px;
    float: left;
}

.header-tag {
    padding-top:5px;
    padding-left: 20px;
}

.header-user {
    text-align: right;
}
.header-btn span{
    width: 100%;
}
.header-btn a {
    padding-right: 20px;
    display:inline-block;
    font-size: 12px;
    text-align: center;
    color: #363636;
}

.w-10 {
    width: 100%;
}

.w-5 {
    width: 50%;
}

.w-6 {
    width: 60%;
}

.w-4 {
    width: 40%;
}

.link {
    font-size: 12px;
    padding: 2px 0 2px 10px;
}

.link li:first-child {
    margin-right: 0;
}

.link li {
    float: left;
    line-height: 18px;
    margin-right: 15px;
}

.adBanner {
    width: 1200px;
    margin: 5px auto;
    display: block;
}

.color1 {
    color: #ff0000;
}

.color2 {
    color: #0066CC;
}

.color3 {
    color: #257465;
}

.color4 {
    color: #009900;
}

.color5 {
    color: #EF5003;
}

.color7 {
    color: #8B4513;
}

.color8 {
    color: #666;
}

.color9 {
    color: #999;
}

.bgcolor1 {
    background-color: #F4FAFF;
}

.bgcolor2 {
    background-color: #f2f5fa;
}

.bgcolor3 {
    background-color: #D5E8EE;
}

.bgcolor4 {
    background-color: #ffffff;
}

.bgcolor5 {
    background-color: #FFF0D1;
}

.bgcolor6 {
    background-color: #E6F3DE;
}

.bgcolor7 {
    background-color: #CCC;
}
.wrap {
  width: 1200px;
}
.fontRed {
    color: #ff0000;
    font-weight: 600
}

a.fontRed:link,
a.fontRed:visited {
    color: #FF0000;
    font-weight: 600
}

.mt3 {
    margin-top: 3px;
}

.mt4 {
    margin-top: 4px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.ml3 {
    margin-left: 3px;
}

.ml10 {
    margin-left: 10px;
}

.ml20 {
    margin-left: 20px;
}

.pl10 {
    padding-left: 10px;
}

.pt5 {
    padding-top: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pr20 {
    padding-right: 20px;
}

.lh24 {
    line-height: 24px;
}

.lh28 {
    line-height: 28px;
}

.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.box1 {
    border: 1px #91C6D6 solid;
}

.box1_b {
    border-bottom: 1px #91C6D6 solid;
}

.box1_t {
    border-top: 1px #91C6D6 solid;
}

.box2 {
    border: 1px #EA7317 solid;
}

.box2_b {
    border-bottom: 1px #EA7317 solid;
}

.box2_t {
    border-top: 1px #EA7317 solid;
}

.box3 {
    border: 1px #5F9E1D solid;
}

.box3_b {
    border-bottom: 1px #5F9E1D solid;
}

.box3_t {
    border-top: 1px #5F9E1D solid;
}

.userNone {
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -o-user-select: none;
    user-select: none;
}

.adBanner {
    margin: 5px 0;
    width: 1200px;
}


.topnav {
    height: 24px;
    padding-top: 4px;
}

.topnav li {
    float: left;
}

.topnav .toplogo {
    padding-top: 4px;
    width: 220px;
}

.topnav h1 {
    width: 200px;
    float: left;
    line-height: 28px;
}

.topnav ul {
    height: 20px;
    line-height: 21px;
    padding-top: 4px;
}

.topnav .uname {
    width: 300px;
    overflow: hidden;
    white-space: nowrap;
}

#js_isLogin {
    display: none;
}

.abutton {
  border: 1px solid #91C6D6;
  outline: none;
  text-align: center;
  border-radius: 3px;
  padding: 0 12px;
  *padding: 0 10px;
  height: 20px;
  line-height: 21px;
  *line-height: 20px;
  font-family: 'Microsoft Yahei', verdana;
  background: #F1F7FE;
  display: inline-block;
  overflow: hidden;
  text-indent: 0;
}
.abutton:hover {
  box-shadow: 0 1px 3px rgba(0, 0, 0, .2);
  border-color: #61C8D6;
  background: #D5E8EE;
  text-decoration: none;
}
.abutton:active {
  position: relative;
  top: 1px;
}
.abuttonL {
  border-radius: 3px 0 0 3px;
}
.abuttonC {
  border-radius: 0px;
}
.abuttonR {
  border-radius: 0 3px 3px 0;
}
.topLogin {
  width: 1200px;
  height: 26px;
}
.topLogin-Logo {
  width: 226px;
  height: 20px;
  padding-top: 4px;
}
.topLogin h1 {
  width: 205px;
  line-height: 28px;
  font-weight: bold;
}
.topLogin ul {
  height: 20px;
  line-height: 21px;
  padding-top: 4px;
}
.topLogin li {
  float: left;
}
.topLogin .loginName {
  width: 145px;
  overflow: hidden;
  white-space: nowrap;
}
.topLogin .loginOpr {
  width: 60px;
}
#js_noLogin li {
  margin-left: -1px;
  _margin-left: 0px;
}
#js_isLogin {
  display: none;
}
.getPass {
  padding-right: 10px;
  padding-left: 20px;
}
.english {
  width: 120px;
  font-weight: bold;
  display: inline;
}
.mobile {
  padding-left: 20px;
}

.adtop {
    height: 80px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    float: left;
}

.adtop .adtoplogo {
    width: 230px;
}

.adtop li {
    display: inline-block;
    float: left;
    padding-left: 10px;
}
#footer {
    height: 150px;
    font-size: 12px;
}
.footer_logo {
  width: 170px;
  height: 40px;
  margin: 20px 0 0 45px;
  background: url(/skins/image/5starlogo.png) no-repeat;
  float: left;
}
.footer_icp {
  width: 55px;
  height: 65px;
  background: url(/skins/image/gongshang.jpg) no-repeat;
}
.footer_gongan {
  width: 50px;
  height: 56px;
  background: url(/skins/image/gonganbig.png) no-repeat;
}
.footer_info {
  line-height: 24px;
  vertical-align: top;
  width: 630px;
  margin-top: 20px;
  text-align: center;
}
.footer_mp {
  width: 70px;
  height: 70px;
  margin-top: 10px;
}
#js_float {
    left: 0;
    top: 240px;
    position: fixed;
    z-index: 200;
}