﻿/*给页面添加CSS样式 如下*/
html, body {
    -ms-overflow-style: scrollbar;
}

#myAlert {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    display: block;
    z-index: 99999;
    padding-top: calc(4 / 13 * 100vh);
}

    #myAlert msg {
        display: block;
        width: 250px;
        max-width: calc(3 / 2 * 100vw);
        padding: 10px 0;
        text-align: center;
        color: #C4C4C4;
        background: rgba(0, 0, 0, .8);
        border-radius: 5px;
        margin: 0 auto;
        -moz-box-shadow: 0px 5px 30px rgba(0, 0, 0, .5);
        -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, .5);
        box-shadow: 0px 5px 30px rgba(0, 0, 0, .5);
    }

/*#myDialog {*/
/*position: fixed;*/
/*left: 0;*/
/*top: 0;*/
/*width: 100vw;*/
/*height: 100vh;*/
/*display: block;*/
/*z-index: 98;*/
/*padding: 0 20px;*/
/*background: rgba(0, 0, 0, .5);*/
/*}*/

/*#myDialog cover {*/
/*display: block;*/
/*width: 100%;*/
/*background-color: white;*/
/*}*/

header {
    z-index: 9;
}

.myHeader {
    height: 60px;
    width: 100%;
    padding: 0 calc((100% - 1180px) / 2);
    position: fixed;
    /*border-bottom: 1px solid #f0f0f0;*/
    z-index: 9;
}

    .myHeader logo {
        width: 300px;
        height: 59px;
        line-height: 59px;
        display: block;
        float: left;
    }

    .myHeader menu {
        display: block;
        height: 59px;
        float: left;
        width: calc(100% - 330px);
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin: 0;
        line-height: 59px;
    }

        .myHeader menu ul li:hover, .myHeader menu ul li.select {
            background: no-repeat url(../img/menu_bg1.png) center center;
            background-size: 100% 60px;
            color: #28AA35;
            cursor: pointer;
        }

    .myHeader user {
        display: block;
        height: 59px;
        line-height: 59px;
        float: right;
        text-align: right;
        width: 100px;
    }

input.mySearch {
    border: 0;
    vertical-align: top;
    line-height: normal;
    border: none;
    outline: none;
}

/*自定义弹层*/
#myDialog {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 9900;
    background: rgba(0, 0, 0, .5);
}

    #myDialog .myDialogContent {
        background: white;
        margin: auto;
        box-shadow: 0px 0px 20px rgba(0, 0, 0, .8);
        border-top: 0;
    }

        #myDialog .myDialogContent.full {
            background: white;
            width: 100%;
            height: 100%;
            position: fixed;
        }

        #myDialog .myDialogContent.bottom {
            background: white;
            width: 100%;
            bottom: 0;
            position: fixed;
        }

        #myDialog .myDialogContent.center {
            background: white;
            border: 1px solid #efefef;
            margin: auto;
            border-radius: 10px;
        }

.mySelect.show ul {
    display: block;
    z-index:1;
}

.mySelect ul {
    display: none;
}

.myTable, .myTable td, .myTable tr {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
    border-style: none;
}

.mybtn1 {
    display: inline-block;
    background-color: #28AA35;
    text-align: center;
    color: white;
}

    .mybtn1.disabled {
        background-color: #999;
    }

    .mybtn1:hover {
        cursor: pointer;
    }

    .mybtn1:active, .mybtn:active {
        -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3) inset;
        -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3) inset;
        box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.3) inset;
    }

.myFilter dl {
    font-weight: normal;
    line-height: 30px;
    width: 100%;
    padding-left: 91px;
}

    .myFilter dl dt {
        display: block;
        padding: 5px 5px 5px 15px;
        width: 60px;
        position: absolute;
        margin-left: -90px;
        overflow: hidden;
        height: 26px;
    }

.myFilter .o-hidden.h56 dl:nth-child(n+3) dt, .myFilter .o-hidden.h56 dl:nth-child(n+3) dd.buxian {
    display: none;
}

.myFilter dl dd {
    float: left;
    padding: 4px 0 4px 0;
    margin-left: 5px;
    height: 28px;
    overflow: hidden;
    line-height: 20px;
}

    .myFilter dl dd.buxian {
        position: absolute;
        margin-left: -31px;
    }

    .myFilter dl dd.select {
        color: #5BB863;
        background-color: #F5F5F5;
    }

.myFilter dl.title dt {
    width: 60px;
}

.myFilter dl.title dd {
    padding: 4px 8px 0 0;
    width: auto;
}

.myFilter dl dd label {
    font-weight: normal;
}

    .myFilter dl dd label input {
        vertical-align: middle;
        margin: 0;
    }


dl.mySort {
    width: 100%;
    font-size: 13px;
    border-bottom: 1px solid #F2F2F2;
    height: 35px;
}

    dl.mySort dt {
        font-weight: normal;
        margin-right: 20px;
        display: block;
        float: left;
        color: #1a1a1a;
        height: 30px;
        padding-top: 5px;
    }

    dl.mySort dd {
        display: block;
        float: left;
        height: 30px;
        color: #333;
        padding: 5px 5px 0 10px;
        margin-right: 10px;
    }

        dl.mySort dd:first-child span.select, dl.mySort dd span:first-child:hover {
            color: #28AA35;
            cursor: pointer;
        }

        dl.mySort dd span.select {
            color: #28AA35;
        }

        dl.mySort dd .span_i {
            display: inline-block;
            width: 10px;
            height: 30px;
            float: right;
            line-height: 0;
            margin-top: -6px;
            position: relative;
            /*left: -26px;*/
        }

        dl.mySort dd i.bottom, dl.mySort dd i.top {
            display: inline-block;
            height: 15px;
            margin: 0;
            padding: 0;
            text-align: right;
            cursor: pointer;
            color: #C7C7C7;
            /*width: 41px;*/
            padding-left: 5px;
        }

        dl.mySort dd i.select {
            color: #28AA35;
        }

        dl.mySort dd i.top {
            padding-top: 9px;
        }

        dl.mySort dd i.bottom {
            line-height: 0;
        }

myselect {
    width: 100px;
    display: block;
    cursor: pointer;
    overflow: hidden;
    text-align: left;
}

/*myselect.show {*/
/*overflow: visible;*/
/*}*/

/*myselect select {*/
/*display: none;*/
/*}*/

/*myselect myoption, myselect mytitle {*/
/*display: block;*/
/*width: 100%;*/
/*text-align: center;*/
/*}*/

/*myselect mytitle i {*/
/*font-size: 16px;*/
/*vertical-align: middle;*/
/*display: inline-block;*/
/*padding: 0 10px;*/
/*}*/

/*myselect mytitle span, myselect myoption {*/
/*display: inline-block;*/
/*width: calc(100% - 30px)*/
/*}*/

/*myselect optioncover {*/
/*background-color: teal;*/
/*width: 100%;*/
/*height: auto;*/
/*}*/

leftMenu dd p {
    border-left: 5px solid white;
    cursor: pointer;
}

    leftMenu dd p.select, leftMenu dd p:hover {
        border-left: 5px solid #00A651;
        color: #00A651;
    }

.myTimeLine {
    width: 100%;
}

    .myTimeLine li {
        float: left;
        display: block;
        width: 85px;
        text-align: center;
        height: 145px;
    }

        .myTimeLine li.line {
            width: 70px;
            height: 8px;
            background-color: #F4F4F4;
            border-radius: 5em;
            margin-top: 24px;
        }

            .myTimeLine li.line.select {
                background-color: #28AA35;
            }

        .myTimeLine li.title .top {
            width: 55px;
            height: 55px;
            border-radius: 5em;
            background-color: #EEEEEE;
            color: #999999;
            line-height: 55px;
            text-align: center;
            font-weight: bold;
            font-size: 30px;
            margin-left: 15px;
            margin-bottom: 10px;
        }

        .myTimeLine li.title.select .top {
            background-color: #28AA35;
            color: white;
            -moz-box-shadow: 0px 4px 9px rgba(40, 170, 53, 0.33);
            -webkit-box-shadow: 0px 4px 9px rgba(40, 170, 53, 0.33);
            box-shadow: 0px 4px 9px rgba(40, 170, 53, 0.33);
        }

        .myTimeLine li.title .bottom .time, .myTimeLine li.title .bottom .icon {
            display: none;
        }

        .myTimeLine li.title.select .bottom .time, .myTimeLine li.title.select .bottom .icon {
            display: block;
        }

        .myTimeLine li.title .bottom p {
            width: 85px;
            text-align: center;
        }

        .myTimeLine li.title .bottom .title {
            color: #999;
            font-size: 19px;
        }

        .myTimeLine li.title.select .bottom .title {
            color: #28AA35;
            font-size: 19px;
        }

        .myTimeLine li.title .bottom .time {
            color: #999;
            font-size: 13px;
            margin-bottom: 5px;
        }

        .myTimeLine li.title .bottom .icon {
            color: #28AA35;
            font-size: 22px;
        }

mycheckbox {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../img/_ck1.png);
    background-size: contain;
}

    mycheckbox[checked] {
        background-image: url(../img/_ck2.png);
    }

myradio {
    display: inline-block;
    width: 18px;
    height: 18px;
    background-image: url(../img/_rad1.png);
    background-size: contain;
}

    myradio[checked] {
        background-image: url(../img/_rad2.png);
    }

    myradio.radio2 {
        background-image: url(../img/_rad3.png);
    }

        myradio.radio2[checked] {
            background-image: url(../img/_rad4.png);
        }

myselect, myselect:checked {
    display: block;
    height: 35px;
    line-height: 33px;
    border: 1px solid #f2f2f2;
    width: 100%;
    text-align: center;
    overflow: hidden;
    outline: none;
}

    myselect.show {
        overflow: visible;
        z-index: 99;
    }

    myselect mytitle icon {
        float: right;
        font-size: 16px;
        display: inline-block;
        float: right;
        margin-right: 10px;
    }

    myselect mytitle {
        display: block;
        padding-left: 20px;
    }

    myselect.show myoption {
        display: block;
        padding-right: 20px;
        border-left: 1px solid #f2f2f2;
        border-right: 1px solid #f2f2f2;
        padding-left: 20px;
        width: calc(100% + 2px);
        position: relative;
        left: -1px;
        background-color: white;
    }

        myselect.show myoption:hover {
            background-color: #FCFCFC;
            color: #28AA35;
        }

        myselect.show myoption:last-child {
            border-bottom: 1px solid #f2f2f2;
        }

    myselect myoption {
        display: none;
    }

/*自定义轮播图*/
.main_visual {
    height: 100%;
    overflow: hidden;
    position: relative;
}

    .main_visual.big {
        z-index: 101;
        position: fixed;
        width: 100%;
    }

.main_image {
    height: 100%;
    overflow: hidden;
    position: relative;
}

    .main_image ul {
        width: 9999px;
        height: 100%;
        overflow: hidden;
        position: absolute;
        top: 0;
        left: 0
    }

    .main_image li {
        float: left;
        width: 100%;
        height: 100%;
    }

        .main_image li span {
            display: block;
            width: 100%;
            height: 100%
        }

        .main_image li a {
            display: block;
            width: 100%;
            height: 100%
        }

div.flicking_con {
    position: absolute;
    top: calc(100% - 40px);
    left: 50%;
    z-index: 1;
    width: 300px;
    height: 21px;
    margin: 0 0 0 -50px;
}

    div.flicking_con a {
        float: left;
        width: 21px;
        height: 21px;
        margin: 0;
        padding: 0;
        background: url('../img/btn_main_img.png') 0 0 no-repeat;
        display: block;
        text-indent: -1000px
    }

        div.flicking_con a.on {
            background-position: 0 -21px
        }

.main_image li .img {
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

#btn_prev, #btn_next {
    z-index: 11111;
    position: absolute;
    display: block;
    width: 73px !important;
    height: 74px !important;
    top: 50%;
    margin-top: -37px;
    display: none;
}

#btn_prev {
    background: url(../img/hover_left.png) no-repeat left top;
    left: 100px;
}

#btn_next {
    background: url(../img/hover_right.png) no-repeat right top;
    right: 100px;
}

#main_page {
    display: inline-block;
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    font-size: 12px;
    color: white;
    height: 20px;
    line-height: 20px;
    padding: 0 7px;
    margin-top: -30px;
    right: 10px;
    border-radius: 5em;
}

/*我的轮播2*/
.imagebg .bannerbg {
    height: 100%;
    overflow: hidden;
}

#imageShow {
    clear: both;
    border-bottom: 1px solid #fff;
    width: 600px;
    height: 560px;
    position:relative;
}

    #imageShow .imgScroll {
        width: 600px;
        height: 0px;
        position: absolute;
        margin-top: 205px;
        z-index: 10;
        display: block;
    }

        #imageShow .imgScroll .icon-arrow-left, #imageShow .imgScroll .icon-arrow-right {
            font-size: 30px;
            display: inline-block;
            width: 45px;
            height: 40px;
            text-align: center;
            color: #BDBDBD;
        }

            #imageShow .imgScroll .icon-arrow-left:hover, #imageShow .imgScroll .icon-arrow-right:hover {
                color: #6c6c6c;
                cursor: pointer;
            }

        #imageShow .imgScroll .icon-arrow-left {
            float: left;
        }

        #imageShow .imgScroll .icon-arrow-right {
            float: right;
        }

    #imageShow .imagebg {
        height: 450px;
        width: 100%;
        overflow: hidden;
        position: relative;
    }

        #imageShow .imagebg li {
            height: 100%;
            overflow: hidden;
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            display: block;
            filter: alpha(opacity=0);
            opacity: 0;
        }

.bannerbg_main {
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    position: absolute;
    background-size: cover;
    top: 0;
    right: 0;
    height: 100%;
}

    .bannerbg_main:hover {
        cursor: pointer;
    }

.scrollbg {
    height: 100px;
    margin-top: 10px;
    /*background: #f4f4f4 url(../images/home/scroll_bg.png) 0 100% repeat-x;*/
}

    .scrollbg .scroll {
        margin: 0 auto;
        width: 100%;
        height: 100px;
        position: relative;
    }

.s_pre, .s_next {
    display: block;
    width: 45px;
    height: 100px;
    line-height: 100px;
    position: absolute;
    font-size: 30px;
    text-align: center;
    color: #BDBDBD;
    /*background-repeat: no-repeat;*/
    /*background-position: center;*/
}

i.s_pre {
    left: 0;
}

.s_pre:hover, .s_next:hover {
    color: #6C6C6C;
    cursor: pointer;
}

i.s_next {
    right: 0;
    top: 0;
}

.outScroll_pic {
    height: 100px;
    margin-left: 45px;
    overflow: hidden;
    position: relative;
    width: 510px;
}

    .outScroll_pic .scroll_pic {
        position: absolute
    }

.scroll_pic {
    margin: 0 auto;
    width: 40000px;
    height: 100px;
}

    .scroll_pic .imgCover {
        position: absolute;
        height: 100px;
        width: 120px;
        /*background: url(../img/play.png) no-repeat center center;*/
        /*background-color: rgba(0, 0, 0, 0.3);*/
        background-size: 40px 40px;
    }


    .scroll_pic li {
        float: left;
        height: 100px;
        width: 120px;
        margin-right: 10px;
        cursor: pointer;
    }

        .scroll_pic li img {
            /*filter: alpha(opacity=70);*/
            /*-moz-opacity: 0.7;*/
            /*opacity: 0.7;*/
            height: 100px;
            width: 120px;
        }

        .scroll_pic li:hover img, .scroll_pic li:hover {
            filter: alpha(opacity=100);
            -moz-opacity: 1;
            opacity: 1;
        }

.scrollbg .scroll .current {
    width: 120px;
    height: 100px;
    border: 2px #ff780d solid;
    background-image: url(../img/arrow_on.png);
    background-repeat: no-repeat;
    background-position: 50% 0px;
    z-index: 1;
    position: absolute;
    left: 0;
}

.currently img {
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
}

a, a:hover, a:active, a:visited {
    text-decoration: none;
    color: inherit;
}

mystar {
    display: block;
    width: 188px;
    height: 27px;
}

    mystar i {
        width: 28px;
        height: 27px;
        display: inline-block;
        background-image: url(../img/_star1.png);
        background-size: contain;
        margin: 0 12px 0 0;
        float: left;
    }

        mystar i:last-child {
            margin-right: 0;
        }

        mystar i[selected] {
            background-image: url(../img/_star2.png);
        }
.cover720 {
    top:45px;
    height: 340px;
    width: 600px;
    position: absolute;
    z-index:5;
    cursor:pointer;
}
#cover-close {
    position: absolute;
    top: 0;
    right: 20px;
    cursor:pointer;
    z-index:10;
}
    #cover-close:before {
        content: "\2716";
        font-size:30px;
        width:40px;
        height:40px;
        line-height:40px;
        text-align:center;
        color:white;
    }
#cover-arrows {
    position: absolute;
    height: 0;
    width: 100%;
    top: 50%;
    color: white;
    font-size: 30px;
    font-weight: normal;
    margin-top:-15px;
    z-index:10;
}
#cover-left {
    float: left;
    cursor: pointer;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    margin-left:15px;
}
    #cover-left:before {
        content:"\f060";
    }
#cover-right {
    float: right;
    cursor: pointer;
    font-family: FontAwesome;
    font-weight: normal;
    font-style: normal;
    text-decoration: inherit;
    -webkit-font-smoothing: antialiased;
    line-height: normal;
    vertical-align: baseline;
    background-image: none;
    background-position: 0% 0%;
    background-repeat: repeat;
    margin-top: 0;
    margin-right:15px;
}
    #cover-right:before {
        content: "\f061";
    }