@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;
}

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
}

.f12 {
    font-size: 12px;
}

.f14 {
    font-size: 14px;
}

.fb {
    font-weight: bold
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.w1200 {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.mt3 {
    margin-top: 3px;
}

.mt5 {
    margin-top: 5px;
}

.mt7 {
    margin-top: 7px;
}

.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;
}

.sup {
    vertical-align: super;
}

.sub {
    vertical-align: sub;
}

.nowrapUl li {
    overflow: hidden;
    white-space: nowrap;
}

.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;
}

body {
    min-width: 1200px;
    font-size: 14px;
    color: #363636;
    font-family: 'ËÎÌå';
    letter-spacing: 1px;
}

#header {
    width: 1200px;
    margin: 0 auto;
}

#content {
    width: 1200px;
    margin: 5px auto;
}

#footer {
    width: 1200px;
    margin: 5px auto;
}

.abutton {
    border: 1px solid #91C6D6;
    outline: none;
    text-align: center;
    border-radius: 3px;
    padding: 0 12px;
    height: 20px;
    line-height: 21px;
    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: 0;
}

.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: 0;
}

#js_isLogin {
    display: none;
}

.getPass {
    padding-right: 10px;
    padding-left: 20px;
}

.english {
    width: 120px;
    font-weight: bold;
    display: inline;
}

.title {
    height: 30px;
    line-height: 30px;
    position: relative;
    padding-left: 20px;
    background-color: #D5E8EE;
}

.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: 20px;
}

.adTopFlag .logo {
    margin-top: 10px;
    margin-right: 10px;
}

#js_curr {
    top: 64px;
    left: 99px;
    width: 37px;
    height: 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;
}

#js_cityDownList li {
    float: left;
    display: inline;
    padding: 4px 8px;
}

#js_cityDownList .cell4 {
    padding: 3px 2px;
}

.iJsCurr {
    left: 108px !important;
}

.buttonL {
    border-radius: 3px 0 0 3px;
}

.buttonC {
    border-radius: 0;
}

.buttonR {
    border-radius: 0 3px 3px 0;
}

.navMain,
.navBottom {
    background: #2A6084;
}

.navMain {
    line-height: 30px;
    height: 30px;
    border-top: 3px #f00 solid;
}

.navMain ul {
    width: 1200px;
    overflow: hidden;
    white-space: nowrap;
}

.navMain li {
    float: left;
    display: inline;
}

.navMain a {
    font-size: 14px;
    display: inline-block;
    padding: 0 10px;
}

.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 {
    height: 24px;
    line-height: 24px;
    background: #E0E6EF;
}

.navSec li {
    float: left;
    display: inline;
    padding: 0 16px;
}

.navMain,
.navSec {
    font-size: 12px;
}

.navSec dt,
.navSec-Logo {
    text-indent: -999em;
    float: left;
}

.navSec dd {
    float: left;
}

.header5sw .navMain a {
    padding: 0 12px;
}

.topHeader .navMain {
    position: fixed;
    _position: absolute;
    z-index: 99999;
    margin: auto;
    left: 0;
    right: 0;
    top: 0;
    *left: 50%;
    *margin-left: -500px;
    top: 0;
}

.navBottom {
    width: 1200px;
    margin: 0 auto;
}

.navBottom ul {
    width: 800px;
    margin: 0 auto;
    height: 24px;
    line-height: 24px;
}

.navBottom ul li {
    float: left;
    display: inline;
    font-size: 12px;
}

.navBottom a {
    display: inline-block;
    width: 100px;
    text-align: center;
}

.navBottomLine {
    height: 3px;
    overflow: hidden;
    background: #f00;
    border-top: 2px solid #fff;
}

.footer-info {
    width: 1200px;
    display: flex;
    align-items: center;
    margin: 10px 0 30px 0;
}

.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;
}

.adLogo2 img {
    height: 210px;
    overflow: hidden;
    white-space: nowrap;
}

#header {
    width: 100%;
}

.header5sw .adBanner {
    width: 1200px;
    margin: 5px auto;
    display: block;
}

.header5sw .navMain a {
    padding: 0 12px;
}

/*??*/
.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: 50%;
    float: left;
}

.header-tag {
    padding-top: 15px;
}

.header-user {
    text-align: right;
}

.header-btn a {
    font-size: 12px;
    color: #363636;
}

.searchPart {
    width: 860px;
    float: left;
}

.searchPart-box {
    width: 850px;
    padding: 5px 5px 10px 5px;
    float: left;
    height: 94px;
}

.searchPart-box form {
    height: 24px;
    line-height: 24px;
    padding: 0;
    position: relative;
}

.searchPart-box form * {
    *vertical-align: middle !important;
}

.searchPart-box form select {
    height: 20px;
    line-height: 20px;
    border: 0px;
}

.searchPart-box-city {
    width: 76px;
}

.searchPart-box-type {
    width: 80px;
}

.searchPart-box-saleway {
    width: 66px;
}

.searchPart-box-area {
    width: 110px;
}

.searchPart-box .area,
.searchPart-box .area1 {
    width: 850px;
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    height: 20px;
    line-height: 20px;
}

.searchPart-box .area dd {
    float: left;
    margin-right: 17px;
}

.searchPart-box .area1 dd {
    float: left;
    margin-right: 15px;
}

.search-box-header {
    width: 250px;
    height: 22px;
    background: #EF5003;
    float: left;
    position: relative;
    margin-left: 3px;
    font-size: 12px;
}

.search-box-header .search-btn {
    background: transparent;
    border: 0;
    color: #fff;
    vertical-align: middle;
    width: 51px;
    text-align: center;
    padding-left: 2px;
    position: absolute;
    top: 0;
    right: 0;
    height: 22px;
    line-height: 22px;
    font-size: 12px;
}

.search-box-header .ipt {
    background: #fff;
    height: 20px;
    padding: 0 2px;
    width: 196px;
    margin: 1px 0 auto 1px;
    border: 0;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0
}

.starList {
    line-height: 40px;
    height: 40px;
    font-size: 12px;
    width: 860px;
    overflow: hidden;
    white-space: nowrap;
}

.starList span:first-child {
    float: left;
    width: 70px;
    background: url(/skins/image/css2.png) no-repeat 0px -450px;
    padding-left: 70px;
}

.starList span:last-child {
    width: 720px;
    float: left;
    overflow: hidden;
    white-space: nowrap;
}

.starList a {
    float: left;
    margin-right: 15px;
}

.clock {
    padding-top: 10px;
    height: 95px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
}

.clock .cWeek {
    margin-top: 10px;
}

.adSlide {
    width: 326px;
    height: 248px;
}

.slide_container {
    position: relative;
}

.slide_PicText {
    background: #eee;
    text-align: center;
    font-weight: bold;
    white-space: nowrap;
    overflow: hidden;
    font-size: 12px;
    line-height: 24px;
    height: 24px;
}

.slide_PicText a {
    text-decoration: none;
    color: #333;
    display: block;
}

.slide_Num {
    position: absolute;
    left: 0px;
    bottom: 2px;
    margin: 0;
    padding: 0;
}

.slide_Num li {
    float: left;
    height: 18px;
    line-height: 18px;
    text-decoration: none;
    background-color: #4999B2;
    border: 1px #FFF solid;
    padding: 0 5px;
    margin-left: 2px;
    color: #FFF;
    font-weight: bold;
}

.slide_Num li.on {
    background-color: #ce0609;
    font-weight: bold;
    opacity: 1;
}

.publish-8 {
    width: 326px;
}

.publish-8 .publish-news,
.publish-8 h3 {
    width: 320px;
    line-height: 24px;
    padding-left: 6px;
    overflow: hidden;
    white-space: nowrap;
}

.publish-8 .publish-title {
    widows: 326px;
    height: 30px;
    line-height: 30px;
    text-indent: -999999em;
    background-position: center 4px;
    background-repeat: no-repeat;
}

.publish-8 .publish-title {
    background-image: url("/skins/image/title.gif");
}

.publish-button-8 li {
    width: 69px;
    height: 46px;
    background-image: url(/skins/image/css2.png);
    background-repeat: no-repeat;
    float: left;
    margin-left: 10px;
    margin-top: 4px;
    text-indent: -9999em;
}

.publish-button-8 li a {
    width: 69px;
    height: 46px;
    display: block;
}

.publish-button-8-1 {
    background-position: 0px 0px;
}

.publish-button-8-2 {
    background-position: 0px -92px;
}

.publish-button-8-3 {
    background-position: 0px -138px;
}

.publish-button-8-4 {
    background-position: 0px -184px;
}

.publish-button-8-5 {
    background-position: 0px -46px;
}

.publish-button-8-6 {
    background-position: 0px -230px;
}

.publish-button-8-7 {
    background-position: 0px -276px;
}

.publish-button-8-8 {
    background-position: 0px -322px;
}

.clock .cDay {
    font-size: 16px;
}

.w-10 {
    width: 100%;
}

.w-5 {
    width: 50%;
}

.w-6 {
    width: 60%;
}

.w-4 {
    width: 40%;
}

.cYear,
.cHour {
    padding-top: 5px;
}

.project {
    padding-top: 3px;
}

.project li {
    text-align: center;
    float: left;
    padding-left: 15px;
}

.project li p {
    line-height: 30px;
    font-size: 12px;
    color: #EF5003
}

.news {
    float: left;
    width: 860px;
    font-size: 14px;
    overflow: hidden;
    white-space: nowrap;
}

.news-l,
.news-r {
    width: 50%;
    float: left;
    overflow: hidden;
    white-space: nowrap;
}

.news ul {
    padding: 2px 0 3px 0;
}

.news ul li,
.news h3 {
    line-height: 28px;
}

.news h2 span {
    width: 100%;
    display: block;
    float: left;
}

.w-l,
.w-r {
    width: 180px;
    float: left;
}

.w-r {
    margin-left: 5px;
}

.w-l .logo,
.w-r .logo {
    padding-top: 1px;
    padding-bottom: 5px;
}

.w-l .logo li,
.w-r .logo li {
    padding-top: 4px;
}

.w-mod,
.w-mod-2 {
    width: 824px;
	height:270px;
    float: left;
    margin-left: 5px;
}

.w-mod ul li {
    line-height: 23px;
    width: 50%;
    float: left;
    text-indent: 4px;
    overflow: hidden;
    white-space: nowrap;
	margin-bottom: 0.9px;
}

.w-mod .spcf {
    height: 270px;
    margin-top: 5px;
}

.w-mod-2 ul li {
    line-height: 23px;
    width: 100%;
    text-indent: 4px;
    overflow: hidden;
    white-space: nowrap;
}

.link {
    font-size: 12px;
    padding: 2px 0 2px 10px;
}

.link li:first-child {
    margin-right: 0;
}

.link li {
    
    line-height: 18px;
    margin-right: 15px;
    float: left;
}

.adBanner {
    width: 1200px;
    margin: 5px auto;
    display: block;
}

.clock {
    margin-top: 3px;
    width: 80px;
    background: url(/skins/image/wind.jpg);
    padding-top: 10px;
    height: 95px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
}

.clock .cYear {
    height: 24px;
    line-height: 24px;
    padding-top: 5px;
}

.clock .cWeek {
    margin-top: 10px;
}

.clock .cHour {
    padding-top: 5px;
}

.clock .cDay {
    font-size: 16px;
}

.publish-4 {
    width: 326px;
}
.footer_logo {
    width: 170px;
    height:40px;
    margin:0px 0 0px 30px;
    background: url(/skins/image/5starlogo.png) no-repeat;
    float: left;
}
.btm_center{
    font-family: "ËÎÌå";
    font-size: 12px;
    width: 630px;
    line-height: 20px;

}
.footer_icp {
    display: block;
    width: 55px;
    height: 65px;
    margin-right: 10px;
    background: url(/skins/image/gongshang.jpg) no-repeat;
}
.footer_wba {
    display: block;
    width: 55px;
    height: 65px;
    margin-right: 10px;
    background: url(/skins/image/gonganbig.png) no-repeat;
}
.footer_mp {
    width: 70px;
    height: 70px;
    font-size: 12px;
    margin-right: 10px;
    font-family: "ËÎÌå",sans-serif;
}
.fl {
    float: left;
}
.tc {
    text-align: center;
}
.pl10 {
    padding-left: 10px;
}