@charset "gb2312";
/* reset */
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, b {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

fieldset, img {
    border: 0;
}

address, caption, cite, code, dfn, em, th, var, b, i {
    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: '';
}

.g-clr {
    zoom: 1;
}

.g-clr:after {
    display: block;
    clear: both;
    height: 0;
    content: "\0020";
}

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;
}

input, textarea, select {
    *font-size: 100%;
}

a{
    color: #a1a1a1;
    text-decoration: none;
}

.clear {
    clear: both;
}

body {
    font: 14px/18px "Microsoft YaHei", \5fae\8f6f\96c5\9ed1, arial, \5b8b\4f53;
}

.wrap {
    width: 1000px;
    margin: 0 auto;
}

/*header*/
.header-index {
    background: url(../images/indexheader-bg.jpg) 50% 50% no-repeat;
}

.header-index .wrap {
    height: 593px;
    position: relative;
    width: 980px;
}

.header-logo {
    display: block;
    position: absolute;
    left: 200px;
    z-index: 99;
}

.header-logo img {
    width: 360px;
}

@media (max-width: 1680px) {
    .header-logo {
        left: 10px;
    }
}

@media (max-width: 1280px) {
    .header-logo img {
        width:  280px;
    }
}

.blackdrop {
    background-color: #000000;
    height: 136px;
    opacity: 0.3;
    position: absolute;
    top: 454px;
    width: 100%;
}

.header-index .nav {
    float: right;
    max-width: 550px;
    min-width: 450px;
    height: 80px;
    overflow: hidden;
}

.header-index .nav li {
    float: left;
}

.header-index .nav a {
    display: block;
    width: 108px;
    height: 74px;
    font-size: 18px;
    color: #fff;
    text-align: center;
    line-height: 74px;
    text-decoration: none;
    border-bottom: 6px solid #292f38;
}

.header-index .nav .active a,.header-index .nav a:hover{
    border-bottom: 6px solid #ff7e00;
}

.header-index .intro {
    position: absolute;
    left: 20px;
    top: 454px;
    width: 600px;
    height: 136px;
}
.header-index .intro .appico{
    float: left;
    margin-right: 20px;
}
.header-index .intro h2{
    padding-top: 15px;
    font-size: 24px;
    color: #fff;
    height: 30px;
    line-height: 30px;
}
.header-index .intro p{
    font-size: 14px;
    color: #fff;
    line-height: 24px;
    margin-top: 6px;
    height: 72px;
    overflow: hidden;
}

.header-index .download {
    width: 152px;
    height: 112px;
    position: absolute;
    left: 660px;
    top: 467px;
    color: #fff;
}
.header-index .download a{
    display: block;
    color: #fff;
    width: 152px;
    height: 50px;
    line-height: 50px;
    overflow:hidden;
    text-indent:-30000px;
    background: url(../images/header-link.png) 0 0 no-repeat;
}
.header-index .download a.ios{
    background-position: 0 0;
    margin-bottom: 15px;
}

.header-index .download a.android {
    background-position: 0 -50px;
}

.header-index .qcode {
    width: 97px;
    height: 97px;
    position: absolute;
    background-size: 100%;
    left: 860px;
    top: 464px;
}

.header-index .qcode p {
    color: #fff;
    text-align: center;
    margin-top: 102px;
}



.content-bottom-bg {
    background: url(../images/content-bottom-bg.jpg) 50% 100% no-repeat;
}

.content {
    background: url(../images/content1-bg.jpg) 50% 0% no-repeat #fdfdfd;
}

.content .wrap{
    padding-top: 12px;
    width: 980px;
}


.carousel {
    position: relative;
    float: left;
    width: 478px;
    height: 258px;
}

.carousel .cont li {
    position:absolute;
    left: 0;
    top: 0;
    z-index: 1;
}

.carousel .cont li.previou{
    z-index: 2;
}

.carousel .cont li.active{
    z-index: 3;
}

.carousel .trigger{
    position:absolute;
    left: 10px;
    bottom: 10px;
    z-index: 10;
}

.carousel .trigger li{
    float: left;
    width: 17px;
    height: 17px;
    margin-right: 8px;
    background-color: #292f38;
    border: 1px solid #afafaf;
    line-height: 17px;
    text-align: center;
    color: #fff;
    cursor: pointer;
}

.carousel .trigger li.active{
    background-color: #ff7e00;
}

.mod .hd {
    height: 48px;
    border-bottom: 6px solid #cbcbcb;
}

.mod .hd li {
    float: left;
    width: 80px;
    height: 48px;
    line-height: 48px;
    text-decoration: none;
    text-align: center;
    color: #000;
    font-size: 18px;
    cursor: pointer;
    position: relative;
    margin-bottom: -6px;
}

.mod .hd li.curr,
.mod .hd li:hover{
    border-bottom: 6px solid #ff7e00;
    color: #ff7e00;
}

.mod .more {
    float: right;
    hight: 48px;
    line-height: 48px;
    color: #666;
    padding-right: 16px;
    font-size: 14px;
    text-align: right;
}

.mod .more i {
    float: right;
    margin-left: 2px;
    margin-top: 20px;
    _margin-top: 18px;
    width: 10px;
    height: 10px;
    background: url(../images/more.png) 0px 0px no-repeat;
}

.mod .more:hover {
    color: #ff7e00;
}

.mod .more:hover .more-icon {
    background-position: -10px 0px;
}

.mod .bd{
    position: relative;
}

.mod .bd .box{
    display: none;
    hight: 205px;
    padding-top: 16px;
}
.mod .bd .curr{
    display: block;
}


.mod .bd .box li {
    height: 42px;
    line-height: 42px;
    padding: 0 10px;
    overflow: hidden;
}

.mod .bd .box a{
    color: #2f2f2f;
    text-decoration: none;
}
.mod .bd .box a:hover {
    color: #ff7e00;
}

.mod .bd .box .tit {
    float: left;
    width: 350px;
    font-size: 16px;
    overflow:hidden;
    word-wrap:normal;
    white-space:nowrap;
    text-overflow:ellipsis;
}

.mod .bd .box .time {
    width: 100px;
    float: right;
    text-align: right;
    font-size: 14px;
    font-family: Simsun;
}

.mod-news {
    width: 476px;
    height: 256px;
    float: right;
    border: 1px solid #dedede;
    background-color: #fff;
}

.mod-news .hd ul{
    float: left;
}

.mod-data,
.mod-media {
    width: 478px;
    margin-bottom: 36px;
    float: left;
}
.mod-data .title,
.mod-media .title{
    height: 48px;
}

.mod-data .title span,
.mod-media .title span{
    float: left;
    font-size: 24px;
    line-height: 48px;
    padding-left: 5px;
}

.mod-data .cont,
.mod-media .cont{
    border: 1px solid #dedede;
    width: 476px;
    height: 308px;
    background-color: #fff;
    overflow: hidden;
}

.mod-data .hd li{
    width: 25%;
}

.mod-media{
    float: right;
}

.mod-media .hd{
    border-bottom: 0;
}

.mod-media .hd li{
    width: 235px;
    background-color: #f5f5f5;
    color:#707070;
    border-bottom:1px solid #dedede;
}
.mod-media .hd li.btn-1{
    border-left: 1px solid #f5f5f5;
    border-right: 1px solid #dedede;
}
.mod-media .hd li.btn-2{
    border-left: 1px solid #dedede;
    border-right: 1px solid #f5f5f5;
}
.mod-media .hd li.curr,
.mod-media .hd li:hover{
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
    border-bottom:1px solid #fff;
    background-color: #fff;
}

.mod-media .bd .box{
    padding-top: 20px;
    padding-left: 20px;
}

.mod-media .bd .box li{
    position: relative;
    float: left;
    width: 213px;
    height: 104px;
    padding: 0;
    margin: 0 14px 14px 0;
}

.mod-media .video-btn {
    background: url(../images/video-btn.png) no-repeat;
    width: 213px;
    height: 104px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    cursor: pointer;
}

.mod-media .bt {
    width: 213px;
    height: 27px;
    line-height: 27px;
    position: absolute;
    left: 0;
    bottom: 0;
    text-align: center;
    z-index: 2;
    color: #fff;
}

.mod-media a:hover .bt {
    color: #ff7e00;
}


.banners {
    width: 980px;
    height: 151px;
    margin: 40px 0;
    overflow: hidden;
}

.banners ul{
    width: 1100px;
}

.banners li {
    float: left;
    margin-right: 20px;
    width: 313px;
    height: 151px;
}

.ej_footer {
    display: block;
    color: #a1a1a1;
    background-color: #181818;
    border-top: 1px solid #484848;
    min-width: 1000px;
    padding: 30px 0 70px;
}

.ejf_content{
    margin: 0 auto;
    width: 900px;
    color: #a1a1a1;
    background-color: #181818;
}

.ejf_copyright {
    background-color: #181818;
    padding-top: 6px;
    line-height: 1.8em;
}

.ejf_logo {
    background: url("../images/ej_sprite.png") no-repeat scroll 0 -64px;
    display: block;
    float: right;
    height: 30px;
    margin-top: 15px;
    width: 111px;
}

.menu_1 li{
    padding: 0 15px;
}

.mod .bd .box ul{
  overflow: hidden;
}

.mod .bd .six-li{
  padding-top: 0px
}

