html,body{
    min-width: 1366px;
}

.bigLogo{
    height: 500px;
    /*background-image: url(../images/5.gif);
    background-repeat: no-repeat;
    background-size: 100% 100%;*/
    font-size: 0;
    position: relative;
    z-index: 0;
}

.logoName{
    font-size: 64px;
    color: #f3d882;
    font-weight: bold;
    display: inline-block;
    vertical-align: middle;
    margin-left: 8px;
    line-height: 64px;
}

.logoTitle>img{
    vertical-align: middle;
}

.logoTitle{
    position: absolute;
    width: 1300px;
    left: 50%;
    margin-left: -650px;
    padding-left: 260px;
    top: 210px;
}

.linkMsg{
    display: inline-block;
    vertical-align: bottom;
    margin-left: 10px;
}

.linkName{
    font-size: 18px;
    color: #f3d882;
    line-height: 18px;
    margin-bottom: 10px;
}

.linkUrl{
    font-size: 36px;
    color: #216ad9;
    background: #ffffff;
    display: inline-block;
    padding: 0 13px;
    line-height: 45px;
}

.main{
    background: #f7faff;
    
}

.green {
    color: #1e8826 !important;
}

.mainInner{
    width: 1300px;
    margin: 0 auto;
    font-size: 0;
    padding-bottom: 24px;
}

.leftMain{
    width: 900px;
    display: inline-block;
    vertical-align: top;
}

.mainTitleBox{
    position: relative;
    padding-left: 10px;
    line-height: 25px;
    font-size: 0;
    height: 25px;
}

.sp{
    font-size: 18px;
    color: #e3d6c1;    
    display: inline-block;
    margin-left: 18px;
    margin-right: 18px;
}

.mainTitle{
    font-size: 25px;
    color: #333333;
    cursor: pointer;
    display: inline-block;
}
    .mainTitle a {
        text-decoration: none;
        color: #333333;
    }

    .mainTitle:hover {
        color: #f9b955;
    }
        .mainTitle:hover a {
            color: #f9b955;
        }

.mainTitleOn, .mainTitleOn a{
    color: #f9b955;
}

.wyjy{
    position: absolute;
    right: 10px;
    font-size: 16px;
    color: #5b6f78;
    line-height: 14px;
    top: 5px;
    cursor: pointer;
}

.wyjy:hover{
    color: #ff0000;
}

    .wyjy a {
        color: #5b6f78;
        text-decoration:none;
    }

        .wyjy a:hover {
            color: #ff0000;
        }

.wyjy img{
    vertical-align: bottom;     
}

.leftTable{
    margin-top: 28px;
    height: 350px;
    background: #fff;
    position: relative;
    overflow:hidden
}

.leftTable table{
    width: 100%;
    border-collapse: collapse;
    table-layout:fixed
}

.leftTable th{
    background: #e8eff8;
    color: #091c38;
    font-size: 14px;
    height: 48px;
}

.leftTable td{
    /*background: #fff;*/
    color: #333;
    font-size: 13px;
    height: 36px;
    border-bottom: 1px solid #ebeef5;
    text-align: center;
    padding: 5px;
}

.rightMain{
    display: inline-block;
    width: 400px;
    padding-left: 15px;
    vertical-align: top;
}

.rightMainBox table{
    width: 100%;
    border-collapse: collapse;
}

.rightMainBox th{
    background: #e8eff8;
    color: #091c38;
    font-size: 14px;
    height: 48px;
}

.rightMainBox td{
    background: #fff;
    color: #333;
    font-size: 14px;
    height: 50px;
    border-bottom: 1px solid #ebeef5;
    text-align: center;
    padding: 5px;
}

.more{
    position: absolute;
    font-size: 16px;
    color: #acacac;
    right: 10px;
    top: 0;
    cursor: pointer;
}

    .more a {
        color: #acacac;
        text-decoration:none;
    }

        .more a:hover {
            color: #ff0000;
        }

.more:hover{
    color: #ff0000;
}

.newsbox{
    margin-top:28px ;
    background: #fff;
    padding: 13px 10px 24px 10px;
    height: 350px;
    position: relative;
}

    .newsbox a {
        color:#333;
        text-decoration:none;
    }

.first{
    padding-top: 27px;
}

.newsLine{
    border-bottom: 1px solid #ebeef5;
    padding-right: 50px;
    font-size: 16px;
    color: #333333;
    line-height: 51px;
    overflow:hidden;
    text-overflow:ellipsis; 
    white-space: nowrap;
    padding-left: 5px;
    position: relative;
}

    .newsLine img {
        width: 30px;
        height: 30px;
        
    }

.imgbox {
    position: absolute;
    left: 0;
    top: -5px;
}

.newsDate{
    font-size: 16px;
    color: #939393;
    right: 5px;
    position: absolute;
    top: 0;
}

.imglist{
    margin-top: 24px;
}

.imglist a{
    display:inline-block;
    width: 316px;
    height: 85px;
    margin-right: 12px;
}

.imglist a:last-child{
    margin-right: 0;
}

    .imglist a img {
        width: 316px;
        height: 85px;
    }

.second{
    margin-top: 29px;
}

.third{
    margin-top: 29px;
}

.fourth{
    margin-top: 29px;
}

.mapTip{
    position: absolute;
    border: 1px solid #e9ebee;
    width: 342px;
    right: 65px;
    top: 49px;
    padding-bottom:10px;
}

.tipTitle{
    height: 48px;
    background: #f1f7fc;
    line-height: 48px;
    color:#666666;
    font-size: 12px;
    padding-left: 12px;
}

.tipTitle input{
    width: 95px;
    outline: none;
    height: 22px;

}

.tipName{
    font-size: 20PX;
    color: #3359ce;
    margin-left:5px;
    line-height: 20px;
    display: inline-block;
    vertical-align: middle                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       ;
}

.tipposition{
    padding-left: 26px;
    position: relative;
    margin-top: 17px; 
}

.tipposition img{
    vertical-align: middle;
}

.tipstate{
    width: 73px;
    height: 32px;
    background: url(../images/state.png) no-repeat 100% 100%;
    font-size: 14px;
    color: #fff;
    text-align: center;
    line-height: 29px;
    position: absolute;
    right: -4px;
    top: -3px;
}

#dgtable tr:nth-child(2n) {
    background: #f5f9ff
}

.tipmsg {
    padding-left: 28px;
    padding-right: 28px;
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.tipline{
    font-size: 16px;
    line-height: 16px;
    margin-top: 16px;
    padding-left: 28px;
}

.tipline span{
    color: #f9b955;
}

.gpline div{
    writing-mode:vertical-lr;
    writing-mode:vertical-rl;
    writing-mode:tb-rl;
    font-size:16px;
    margin: 0 auto;
    margin-top: 75px;
}

.gpline{
    cursor: pointer;
    position: relative;
}

.gpline img{
    position: absolute;
    left: 10px;
    top: -20px;
}

.gpcolor{
    color: #f9b955;
}

.dgline div {
    writing-mode: vertical-lr;
    writing-mode: vertical-rl;
    writing-mode: tb-rl;
    font-size: 14px;
    width: 47px;
}

.dgline {
    cursor: pointer;
    position: relative;
    width:47px;
    padding:4px 0;
    margin-bottom:4px;
}
    .dgline.dgcolor {
        background: url(../images/gpbg.png) no-repeat left 3px center;
        background-size:100% 100%;
    }


.dgcolor {
    color: #f9b955;
}


.selectgp{
    position: absolute;
    left: 1px;
    top: 48px;
    width: 60px;
    height: 300px;
    z-index: 10;
    background: #fff;
}

.selectdg {
    position: absolute;
    left: 6px;
    top: 10px;
    width: 45px;
    z-index: 10;
    background: #fff;
}

.zsselect{
    cursor: pointer;
    font-size: 16px;
    color: #333333;
    width: 92px;
    height: 30px;
    border: 1px solid #dfdfdf;
    border-radius: 3px;
    text-align: center;
    line-height: 28px;
    background: #f3f3f3;
    display: inline-block;
    margin-right: 10px;
}

.zsselectbox{
    text-align: center;
    padding-top: 28px;
}

.zsselect:last-child{
    margin-right: 0;
}

.zsselect:hover {
    background: #f9f2e7;
    color: #f9b955;
    border-color: #e9cfa4;
}

.zsselecton {
    background-color: #f9f2e7;
    border: solid 1px #fcd291;
    font-size: 16px;
    color: #f9b955;
}

.rightMainBox{
    margin-top:28px ;
    background: #fff;
    height: 350px;
    position: relative;
}

.rightGqBox{
    margin-top:28px ;
    height:350px;
    overflow:hidden;
    position: relative;
    padding: 0 10px;
}

.zsmsg {
    font-size: 15px;
    padding-left: 22px;
    /* margin-top: 34px; */
    line-height: 14px;
    padding-right: 140px;
    position: absolute;
    right: 0;
    left: 0;
    bottom: 0;
    top: 90px;
}

.blue{
    color: #1883ef !important;
}

.zsmsg div{
    display: inline-block;
}

.red{
    color: #ff0000 !important;
}

.green{
    color: #1e8726 !important;
}

.zsmsgdate{
    position: absolute;
    color: #5c5c5c;
    right: 25px;
}

.Gqline{
    border-bottom: 1px solid #ededed;
    padding-top: 28px;
    padding-left: 12px;
    padding-right: 12px;
    padding-bottom: 20px;
    background: #fff;
    cursor:pointer;
}

.Gqline:last-child{
    border-bottom:none ;
}

.gqname{
    font-size: 16px;
    color: #585858;
    line-height: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight:bold
}

.gqmsg{
    font-size: 14px;
    color: #333333;
    line-height: 14px;
    margin-top: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.jsq{
    position: absolute;
    left: 10px;
    margin-top: -14px;
    cursor: pointer;
}

.fifth{
    margin-top: 29px;
}

.childMsgBox {
    vertical-align:top
}

.childMsgTitle{
    position: relative;
    font-size: 25px;
    line-height: 25px;
    padding-right: 70px;
    padding-left: 10px;
}

.childMsgTitle img{
    margin-right: 7px;
}

.childMore{
    position: absolute;
    font-size: 16px;
    color: #acacac;
    right: 10px;
    top: 0;
    cursor: pointer;
}

.childMore:hover{
    color: #ff0000;
}

    .childMore a {
        color: #acacac;
        text-decoration:none;
    }

        .childMore a:hover {
            color: #ff0000;
        }

.childMsgBox {
    width: 422px;
    display: inline-block;
    margin-right: 16px;
    margin-top: 29px;
}

.childBody{
    margin-top: 28px;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 12px;
    background: #fff;
    height: 350px;	
}

.childLine{
    position: relative;
    font-size: 16px;
    color: #333333;
    height: 51px;
    line-height: 51px;
    border-bottom: 1px solid #ebeef5;
    padding-left: 4px;
    padding-right: 90px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

    .childLine img {
        width: 30px;
        height: 30px;
    }

.childBody a {
    text-decoration: none;
    color: #333
}

.newsLine:hover {
    color: #f9b955
}

.childLine:hover {
    color: #f9b955
}

.childDate{
    position: absolute;
    right: 5px;
    top: 0;
    color: #939393;
}

.childMsgBox:nth-child(3n){
    margin-right: 0;
}

.footimg{
    margin-top: 24px;
    overflow: hidden;
    position: relative;
    height: 67px;
}

#imglist{
    width: 1300px;
    overflow: hidden;
    position:relative;
}


#imglist img{
    height: 67px;
}

.top{
    position: fixed;
    right: 20px;
    bottom: 50px;
    cursor: pointer;
}

.zschartbox {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 20px;
}

.selectsszs {
    height: 48px;
    background: #e8eff9;
    padding-left:20px;
}

#ssfstable {
    position:absolute;
    top:40px;
    left:0;
    right:0;
    bottom:0
}

#ssktable {
    position: absolute;
    top: 48px;
    left: 0;
    right: 0;
    bottom: 0
}


.selectss {
    display: inline-block;
    font-size: 14px;
    line-height: 45px;
    border-bottom: 3px solid #e8eff9;
    margin:0 10px;
    cursor:pointer;
}

.sszson {
    border-color: #d8a43e !important
}

.chartMapBox {
    position:absolute;
    left:0;
    right:410px;
    top:0;
    bottom:0;
    width:490px;
    height:350px;
}

.bjleft {
    position:absolute;
    width:111px;
    height:260px;
    left:37px;
    top:42px;

}

.bjleftin {
    border: 1px solid #e3e3e3;
    color: #daa96b;
    height:44px;
    text-align:center;
    line-height:44px;
    font-size:16px;
    cursor:pointer;
}

.bjlefto {
    border: none;
    color: #fff;
    background: #deb887;
}

.bjchart {
    position: absolute;
    left: 178px;
    right: 0;
    top:0;
    bottom: 0;
}

#bjchart {
    top:40px;
}

#hcchart {
    top: 40px;
}

.bjmsg {
    position: absolute;
    left: 178px;
    right: 0;
    top: 0;
    height:40px;
    line-height:40px;
    font-size:15px;
    padding-left:10px;
    color:#585858 
}
#hcbox .bjmsg {
    width: 722px;
    height: 40px !important;
    line-height: 40px !important;
}
.datelength {
    display: inline-block;
    font-size: 14px;
    line-height: 38px;
    margin-left: 30px;
    cursor: pointer;
}
#ssdj,
#gpdt {
    position:absolute;
    top:40px;
    left:0;
    right:0;
    bottom:0;
}

#cddt {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    bottom: 0;
}





.banner {
    width:100%;
    height:100%;
    overflow: hidden;
    position: relative;
}

    .banner img {
        width: 100%;
        height: 100%;
        display:inline-block;
    }
    /*
        设置小圆点的容器，利用flex布局使其居中
        */

    .banner .points {
        position: absolute;
        color: #fff;
        width: 100%;
        bottom: 10px;
        height: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    /* 设置每个小圆点的样式 */

    .banner .point {
        background-color: skyblue;
        width: 10px;
        height: 10px;
        border-radius: 50%;
        margin: 5px;
        cursor: pointer;
    }

.points .active {
    background-color: #f40;
}
/* 制作左右箭头 */

.banner .left-btn,
.banner .right-btn {
    z-index: 999;
    color: #fff;
    font-weight: 900;
    position: absolute;
    background-color: rgba(0, 0, 0, .2);
    height: 20px;
    width: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    margin-top: 140px;
}

.banner .left-btn {
    margin-left: -20px;
}

.banner .right-btn {
    margin-left: 500px;
    justify-content: center;
}

.mylunbo {
    /*margin: 20px auto;*/
    position: relative;
    width: 100%;
    height: 500px;
    /*background-color: purple;*/
    overflow: hidden;
}

.mylunbo img {
    width: 100%;
    height: 500px;
}

.mylunbo ul {
    position: absolute;
    top: 0;
    left: 0;
    width: 500%;
}

ul li {
    float: left;
    list-style-type: none;
    width:calc(100%/5);
}

ol li {
    list-style-type: none;
}

.arrow-l,
.arrow-r {
    display: none;
    position: absolute;
    top: 50%;
    margin-top: -20px; /*高度40，上移20*/
    width: 24px;
    height: 40px;
    background: rgba(0, 0, 0, .3);
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-family: 'icomoon';
    font-size: 18px;
    text-decoration:none;
    z-index: 2;
}

.arrow-r {
    right: 0;
}

.circle {
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin-left: -28px;
}

    .circle li {
        float: left;
        width: 8px;
        height: 8px;
        /*background-color: #fff;*/
        border: 2px solid rgba(240, 120, 120, 0.5);
        margin: 0 3px;
        border-radius: 50%;
        /*鼠标经过显示小手*/
        cursor: pointer;
    }

.current {
    background-color: #fff;
}

.zytz {
    background: #f3f7ff;
    border: 1px solid #d5e1fb;
    width: 302px;
}

.zytzhead {
    height: 40px;
    line-height: 40px;
    font-size: 18px;
    color: #3963bc;
    padding-left: 15px;
    position: relative;
    border-bottom: 1px solid #d5e1fb;
    font-weight: bold;
}

.zytzclose {
    position:absolute;
    top:15px;
    right:15px;
    cursor:pointer;
    font-weight:normal
}

.zytzbody {
    font-size: 16px; 
    color: #333333;
    line-height:30px;
    padding-left:15px;
    padding-right:15px;
    padding-top:10px;
}

    .zytzbody a {
        color:#000;
        text-decoration:none;
    }

    .zytzbody span {
        font-weight:bold
    }

.btn_top {
    margin-bottom:20px;
    margin-left:190px;
}

.rightpart {
    position:fixed;
    right:0;
    bottom:0;
    z-index:1
}

.flyleft {
    position:fixed;
    z-index:1000
}

.leftclose {
    right:0;
    position:absolute;
    top:-30px
}

.flyright {
    position: fixed;
    z-index: 1000;
    right:0;
}

.rightclose {
    right: 0;
    position: absolute;
    top: -30px
}

.flytips {
    position: fixed;
    z-index: 1000;
    display: flex;
    justify-content: space-between;
    width: 100%;
    height:0;
}
#weekpriceM{
    height:300px;
    overflow:hidden;
}
.zytzhead span:nth-child(1){
    display:inline-block;
    width:240px;
}
.zytzhead span:nth-child(2){
    color:#000;
    font-size:14px;
    cursor:pointer;
}
.dls img:nth-child(1){
    position:fixed;
    left:0;
    top:300px;
}
.dls img:nth-child(2) {
    position: fixed;
    right: 0;
    top: 300px;
}