@charset "utf-8";

html, body, div, span, applet, object, iframe, h1, h2, h3,
h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address,
big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table, caption, tbody, tfoot,
thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

/*更改输入框获取焦点样式*/
input:focus {
    outline: #00FF00 solid 10px;
}

/*更改输入框提示颜色*/
input::-webkit-input-placeholder {
    color: #dddddd !important;
}

input:-moz-placeholder {
    color: #dddddd !important;
}

input::-moz-placeholder {
    color: #dddddd !important;
}

input:-ms-input-placeholder {
    color: #dddddd !important;
}

a img {
    border: none;
}

input, textarea, select, button {
    font-size: 100%;
    font-family: inherit;
}

a {

    text-decoration: none;
}

p {
    line-height: 1.5em;
}

.fl {
    float: left;
}

.fr {
    float: right;

}

.text-right {
    text-align: right;
}

.text-center {
    text-align: center;
}

.text-left {
    text-align: left;
}

.clear {
    clear: both;
}

body {
    font-family: "Microsoft Yahei", "微软雅黑";
    background: #fff;
}

#mediaplayer {
    margin-top: 251px;
    float: left;
}

.gxs-content {
    width: 1280px;
    margin: 0 auto;
}

.header {
    border-top: 8px solid #2e2e30;
    width: 100%;
    overflow: hidden;
    padding-top: 25px;
}

.header .logo {
    margin-left: 180px;
    float: left;
}

.header .logo img {
}

.header-link {
    float: right;
}

.header-link p {
    margin-top: 15px;
    margin-bottom: 25px;
}

.header-link a {
    color: #000000;
    font-size: 24px;
    margin-left: 25px;
}

.header-link a.hot {
    color: #0e87cf;
}

.header-link a.back-home {
    color: #fff;
    text-decoration: dotted;
}

.main {
    margin-top: -65px;
    margin-bottom: 105px;
}

.home-zhibo {
    background: url("../images/banner-zhibo.jpg") no-repeat center top;
    height: 1040px;
}

.zhibo-video {
    margin-top: 252px;
    width: 787px;
    height: 590px;
    float: left;
    margin-left: 2px;
}

.zhibo-text {
    padding: 25px;
    float: left;
    margin-left: 30px;
    margin-top: 252px;
    width: 395px;
    height: 545px;
}

.zhibo-text p {
    margin-bottom: 10px;
}

.footer {
    background: url("../images/line-foot.jpg") no-repeat center top;
    overflow: hidden;
    padding-top: 30px;
}

.footer p {
    margin-top: 34px;
    color: #000000;
    font-size: 16px;
    line-height: 26px;
}

.footer .fl p {
    margin-top: 25px;
}

.footer .erweima .erweima-img {
    float: left;
    width: 121px;
    height: 127px;
    border: 1px solid #cbcdce;
    margin-right: 36px;
    text-align: center;
}

.footer .erweima .erweima-img img {
    margin-top: 10px;
}

.footer .erweima p {
    float: left;
    text-align: center;
}

.home-slider {
    background: url("../images/banner-pic.jpg") no-repeat center top;
    height: 455px;
    padding-top: 655px;
    overflow: hidden;
    margin-bottom: 0;
}

/* Carousel */
#carousel1 {
    width: 1260px;
    height: 600px;
    position: relative;
    margin: 0 auto;
}

#carousel1 > div {
    left: 40px;
}

#carousel1 img {
    width: 220px;
    height: 188px;
}

#carousel1 #title-text {
    font-size: 22px;
    margin: 10px 20px 0 0;
    padding: 0;
    text-align: right;
}

#carousel1 #alt-text {
    font-size: 14px;
    margin: 5px 20px 0 0;
    padding: 0;
    text-align: right;
}

#carousel1 #user-c {
    padding: 0;
    position: absolute;
    right: 15px;
    bottom: 10px;
}

#carousel1 .carouselLeft, #carousel1 .carouselRight {
    position: absolute;
    bottom: 150px;
    width: 90px;
    height: 90px;
    cursor: pointer;
    z-index: 99;
}

#carousel1 .carouselLeft {
    right: 140px;
    background: url(../images/right.png) no-repeat;
}

#carousel1 .carouselRight {
    left: 60px;
    right: auto;
    background: url(../images/left.png) no-repeat;
}