@charset "UTF-8";

/* yui3 reset.css */

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset,
img {
    border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
    font-style: normal;
    font-weight: normal;
}

ol,
ul {
    list-style: none;
}

caption,
th {
    text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before,
q:after {
    content: "";
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

input,
textarea,
select {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    *font-size: 100%;
}

legend {
    color: #000;
}

iframe {
    display: block;
}


/* yui3 fonts */

body {
    min-width: 1300px;
    color: #333;
    font-size: 14px;
    font-family: "Microsoft YaHei";
    background-color: #f3f3f3;
}

select,
input,
button,
textarea {
    font: 99% arial, helvetica, clean, sans-serif;
}

table {
    font-size: inherit;
    font: 100%;
}

pre,
code,
kbd,
samp,
tt {
    font-family: monospace;
    *font-size: 108%;
    line-height: 100%;
}

a {
    text-decoration: none;
}

input,
button,
textarea {
    font-family: "Microsoft YaHei";
    border: 0;
    outline: 0;
}

input[type=text]::-ms-clear,
input[type=password]::-ms-reveal {
    display: none;
}

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
    color: #999;
}

textarea::-moz-placeholder,
input::-moz-placeholder {
    color: #999;
}

textarea:-moz-placeholder,
input:-moz-placeholder {
    color: #999;
}

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
    color: #999;
}

.placeholder {
    color: #999;
}

/* utilities */

.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.clearfix {
    *zoom: 1;
}

.clearfix:before,
.clearfix:after {
    display: table;
    line-height: 0;
    content: "";
}

.clearfix:after {
    clear: both;
}

.l {
    float: left !important;
}

.r {
    float: right !important;
}

.hidden {
    display: none !important;
}

.invisible {
    visibility: hidden !important;
}

/* css3效果 */

.trans {
    -webkit-transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1);
}

.ewb-mt20 {
    margin-top: 20px;
}

/* header */
#header {
    height: 180px;
}

/* top */
.ewb-top {
    height: 30px;
    line-height: 30px;
    color: #666;
    background-color: #eee;
}

/* top-state */
.ewb-top-state {
    height: 100px;
    overflow: hidden;
    background-color: #fff;
}

.top-logo {
    margin-top: 7px;
}


/* sea */
.ewb-sea {
    margin-top: 27px;
    position: relative;
    padding-right: 66px;
    width: 452px;
    height: 44px;
    font-size: 16px;
    border: 1px solid #ddd;
}

.sea-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 52px;
    height: 44px;
    cursor: pointer;
    background: url('../images/sea_btn.png') center no-repeat;
}

.ewb-search {
    position: relative;
    z-index: 1;
    padding-left: 14px;
    height: 44px;
}

.input-placeholder {
    position: absolute;
    top: 0;
    left: 14px;
    height: 44px;
    line-height: 43px;
    color: #999;
    z-index: -1;
    cursor: text;
}

.input-box {
    width: 100%;
    height: 44px;
    line-height: 43px;
    border: 0;
    background: 0 0;
}

.ewb-sea.focused {
    border-color: #4192e1;
}

/* nav */
.ewb-nav-wpr {
    height: 50px;
    line-height: 50px;
    background-color: #4192e1;
}

.ewb-nav-items>li {
    position: relative;
    float: left;
    z-index: 5000;
}

.nav-lk {
    padding: 0 32px;
    display: block;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #fff;
}

.nav-lk.home {
    padding: 0 60px;
}

.nav-lk:hover,
.nav-lk.current {
    font-weight: bold;
    background-color: #156cc2;
}

.ewb-navshow {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background-color: #fff;
}

.ewb-navshow-items {
    padding: 0 10px;
}

.ewb-navshow-items>li {
    padding: 8px 0;
    line-height: 24px;
    text-align: center;
    border-top: 1px dashed #ddd;
}

.ewb-navshow-items>li:first-child {
    border-top: 0;
}

.ewb-navshow-items>li>a {
    font-size: 16px;
    color: #666;
}

.ewb-navshow-items>li>a:hover {
    color: #156cc2;
}

.nav-tri {
    position: absolute;
    top: -6px;
    left: 50%;
    margin-left: -6px;
}

.ewb-nav-items>li:hover .ewb-navshow {
    display: block;
}

.sidr ul li:hover .ewb-navshow{
    display: block;
}

/* footer */
.ewb-footer {
    margin-top: 30px;
    height: 160px;
    background-color: #373741;
}

.ewb-porela {
    position: relative;
}

.foot-star {
    position: absolute;
    left: 85px;
    top: 5px;
    text-align: center;
}

.ft-starbox {
    position: relative;
    display: block;
    width: 130px;
    height: 130px;
}

.ft-starimg {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-top: -39px;
    margin-left: -50px;
    width: 100px;
    height: 100px;
}

.foot-say {
    display: none;
    position: absolute;
    left: 50%;
    margin-left: -140px;
    width: 280px;
    bottom: -22px;
    height: 16px;
    line-height: 16px;
    font-size: 12px;
    color: #fff;
    white-space: nowrap;
}

.foot-star:hover .ft-starimg {
    width: 130px;
    height: 130px;
    margin-top: -65px;
    margin-left: -65px;
}


.foot-star:hover .foot-say {
    display: block;
}

.foot-msg {
    margin-left: 293px;
}

.foot-item {
    float: left;
    margin-top: 36px;
    margin-left: 76px;
    line-height: 30px;
    color: #fff;
}

.foot-item:first-child {
    margin-left: 0;
}

/* list */

.wb-data-item {
    padding-right: 10px;
}

.wb-data-list {
    line-height: 36px;
    padding-left: 12px;
    background: url('../images/listimg.png') 0 50% no-repeat;
}

.wb-data-infor {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.wb-data-infor a {
    color: #333;
}

.wb-data-date {
    float: right;
    margin-top: -36px;
    color: #999;
}

.wb-data-list:hover .wb-data-date,
.wb-data-list:hover a {
    cursor: pointer;
    color: #f1770b;
}

/* side */
.ewb-side {
    position: fixed;
    z-index: 9999;
    right: 20px;
    top: 50%;
    margin-top: -130px;
}

.side-item {
    margin-top: 10px;
}

.side-item:first-child {
    margin-top: 0;
}

.side-lk {
    padding-top: 46px;
    width: 70px;
    display: block;
    line-height: 32px;
    text-align: center;
    color: #666;
    border: 1px solid #dfefff;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center 13px;
}

.side-lk.bg01 {
    background-image: url('../images/side_ico01.png');
}

.side-lk.bg02 {
    background-position: center 15px;
    background-image: url('../images/side_ico02.png');
}

.side-lk.bg03 {
    background-position: center 11px;
    background-image: url('../images/side_ico03.png');
}

.side-lk:hover {
    color: #4192e1;
    border-color: #4192e1;
    background-color: #e7f4ff;
}

.visible-phone {
    display: none !important;
}

.ewb-phone-navbtn {
    display: block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    background: url(../images/phone_ico.png) center no-repeat;
}

/* purchase */
.ewb-purchase {
    position: fixed;
    z-index: 9999;
    left: 20px;
    top: 50%;
    margin-top: -130px;
}

.purchase-lk {
    padding-top: 43px;
    width: 70px;
    display: block;
    line-height: 36px;
    text-align: center;
    color: #fff;
    border-top: 1px solid #104e8c;
    background-color: #2068b0;
    background-repeat: no-repeat;
    background-position: center 14px;
}

.purchase-item:first-child>.purchase-lk{
    border-top: 0;
}

.purchase-lk.bg01 {
    background-image: url('../images/purchase_ico01.png');
}

.purchase-lk.bg02 {
    background-image: url('../images/purchase_ico02.png');
}

.purchase-lk.bg03 {
    background-position: 15px 10px;
    background-image: url('../images/purchase_ico03.png');
}

.purchase-items{
    position: relative;
    box-shadow:0px 2px 10px 0px rgba(204,204,204,1);
}

.purchase-show{
    display: none;
    position: absolute;
    left: 70px;
    top: 0;
    width: 312px;
    height: 239px;
    background-color: #fff;
    box-shadow:0px 2px 10px 0px rgba(204,204,204,1);
}

.ewb-give{
    margin-top: 11px;
    overflow-x:auto;
    height: 220px;
}

.ewb-give-items{
    margin-right: 4px;
    padding-left: 20px;
    padding-right: 4px;
}

.ewb-give-items>li{
    float: left;
    width: 33.3%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.give-lk{
    padding-left: 11px;
    display: inline-block;
    height: 32px;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #333;
    background: url('../images/purchase_list.png') left center no-repeat;
}

.purchase-items>li:hover .purchase-show{
    display: block;
}

.give-lk:hover{
    color: #2068b0;
}

/* banner */
/* 轮播 */
.ewb-banner{
    position: relative;
    width: 100%;
}

.ewb-rslides {
	width: 100%;
	overflow: hidden;
    position: relative;
}

.ewb-rslides li {
	left: 0;
	top: 0;
	width: 100%;
	display: none;
	position: absolute;
	-webkit-backface-visibility: hidden;
}

.ewb-rslides li:first-child {
	float: left;
	display: block;
	position: relative;
}

.ewb-rslides img {
	border: 0;
	width: 100%;
	height: auto;
	float: left;
	display: block;
}

/* Slideshow  */

.ewb-rslides-wrap {
	max-width: 540px;
	margin: 0 auto;
	position: relative;
}

#slider-pager {
	position: absolute;
	bottom: 10px;
	z-index: 10;
	width: 100%;
	text-align: center;
}

#slider-pager li {
	display: inline-block;
	margin-left: 15px;
	border: 2px solid #999;
	*display: inline;
	*zoom: 1;
}

#slider-pager .ewb-rslides-cur {
	border: 2px solid #fff;
}

#slider-pager img {
	display: block;
}

/* Slideshow 2 */

.ewb-slider-item {
	margin: 0 auto;
	position: relative;
}

/* 自定义分页导航 */

#slider2-pager {
    position: absolute;
    left: 0;
	right: 0;
    bottom: 20px;
    text-align: center;
	z-index: 9999;
	height: 6px;
	overflow: hidden;
}

#slider2-pager li {
    margin: 0 3px;
    display: inline-block;
    vertical-align: top;
	width: 50px;
	height: 6px;
	line-height: 6px;
    text-indent: -999px;
    overflow: hidden;
}

#slider2-pager li a {
	display: block;
    color: #fff;
    background: url('../images/banner_list.png') left top no-repeat;
}

#slider2-pager .ewb-rslides-cur a {
	background: url('../images/banner_listh.png');
}

/* 两侧按钮 */

.ewb-slider-item .ewb-rslides-nav {
	display: none;
}

/* 1300分辨率以下 */

@media (max-width: 1299px) {
    body {
        min-width: auto;
    }

    .nav-lk {
        padding: 0 21px;
    }

    .foot-item {
        width: 45%;
        margin-left: 9%;
    }

    .ewb-footer {
        padding-bottom: 36px;
        height: auto;
    }
}

/* 竖版pad及以下 */

@media (max-width: 979px) {
    #header {
        height: auto;
    }

    .ewb-side {
        display: none;
    }

    .ewb-top-state {
        height: auto;
        padding-bottom: 20px;
    }

    .ewb-nav-wpr {
        height: auto;
    }

    .ewb-nav-items>li {
        width: 25%;
    }

    .nav-lk {
        padding: 0;
        text-align: center;
    }

    .nav-lk.home {
        padding: 0;
    }

    .ewb-sea {
        width: 100%;
        float: none !important;
    }

    .ewb-nav-items>li:hover {
        z-index: 8000;
    }

    .top-func {
        float: none !important;
    }

    .ewb-purchase{
        display: none;
    }

}


/* 手机端 */

@media (max-width: 767px) {
    #slider2-pager li{
        width: 35px;
    }

    .visible-phone {
        display: inherit !important;
    }

    .ewb-top {
        height: auto;
    }

    .top-l,
    .top-r {
        float: none !important;
    }

    .ewb-phone-navbtn {
        position: absolute;
        top: 50%;
        margin-top: -20px;
        right: 10px;
    }

    .top-logo {
        max-width: 80%;
        margin-top: 0;
    }

    .ewb-sea {
        margin-top: 0;
        font-size: 14px;
    }

    .top-func {
        padding: 10px 0;
        position: relative;
    }

    .ewb-top-state {
        padding-bottom: 10px;
    }

    .ewb-mt20 {
        margin-top: 10px;
    }

    .ewb-nav-wpr {
        display: none;
    }

    .ewb-banner {
        padding: 0 10px;
    }

    .foot-star {
        position: static;
    }

    .foot-msg {
        margin-left: 0;
    }

    .foot-item {
        float: none !important;
        width: auto;
        margin-left: 0;
        margin-top: 0;
    }

    .foot-say {
        position: relative;
        margin-top: 10px;
        left: 0;
        bottom: auto;
        width: auto;
        display: block;
        margin-left: 10px;
        height: auto;
        line-height: 30px;
        text-align: left;
        font-size: 14px;
        white-space: normal;
    }

    .ewb-footer {
        margin-top: 10px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .ft-starimg {
        width: 130px;
        height: 130px;
        margin-top: -65px;
        margin-left: -65px;
    }

    #slider2-pager {
        bottom: 10px;
    }

}
.fix-bg {
    background: #000;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 1;
    filter: alpha(opacity=70);
}
.recharge-cz .myclose i {
    background: url(../images/zpwt-ico.png) no-repeat;
    width: 27px;
    height: 27px;
    display: inline-block;
}

.recharge-cz .myclose:hover i {
    background-position: 0px -27px;
}

.recharge-cz {
    padding: 15px 15px 5px;
}

.recharge-cz-hd {
    padding-bottom: 10px;
    border-bottom: 1px solid #d4d4d4;
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    line-height: 24px;
}

.recharge-cz .myclose {
    float: right;
}
.ewb-input-name {
    float: left;
    width: 83px;
    padding: 0 10px;
    line-height: 42px;
    height: 42px;
    text-align: right;
    font-size: 14px;
    color: #666;
}
.ewb-form-input {
    float: left;
    border: 1px #ddd solid;
    border-radius: 0px;
    width: 333px;
    position: relative;
}

.ewb-form-input input {
    outline: 0;
    padding: 0;
    text-indent: 10px;
    font-size: 14px;
    color: #666;
}

.ewb-form-input textarea {
    height: 80px;
    padding: 10px;
    line-height: 24px;
    font-size: 14px;
    width: 313px;
    border: 0;
    vertical-align: top;
    outline: 0;
    color: #666;
}
.ewb-form-input.ewb-wt230 {
    width: 230px;
}
.recharge-btn {
    padding: 10px;
    text-align: center;
}
.visit-fix {
    position: fixed;
    width: 100%;
    height: 100%;
    bottom: -100%;
    left: 0px;
    z-index: 9999999;
}

.visit-fix .box {
    position: absolute;
    left: 50%;
    margin-left: -250px;
    top: 20%;
    width: 500px;
    z-index: 2;
    background: #fff;
}

.visit-fix .box_zxdksq {
    position: absolute;
    left: 50%;
    margin-left: -250px;
    top: 20px;
    width: 500px;
    z-index: 2;
    background: #fff;
}
.fix-bg {
    background: #000;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0.7;
    z-index: 1;
    filter: alpha(opacity=70);
}
.fcdd3 {
    color: #dd342c;
}
.fix-btn-default {
    color: #333;
    background-color: #fff;
    border-color: #ccc;
    margin-right: 10px;
}
.fix-btn-danger {
    color: #fff;
    background-color: #dd342c;
    border-color: #dd342c;
}

.fix-btn-default:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.fix-btn-danger:hover {
    color: #fff;
    background-color: #b61109;
    border-color: #b61109;
}
.fix-base-btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}
.ewb-form-mod {
    margin-top: 10px;
}


.mycglb{
	margin-right: 0px !important;
    padding-left: 10px !important;
    padding-right: 0px !important;
}

.mycglb>li{
	width: 81.3%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.mycglb>li>a{
	    height: 20px !important;
    line-height: 20px !important;
}
