﻿html, body, form {
    width: 100%;
    min-height: 100%;
}

html, body, h1, h2, h3, h4, h5, h6, ul, li, dt, dd, dl {
    margin: 0;
    padding: 0;
}

ul, li, dt, dd, dl {
    list-style: none;
}

h1 {
    font-size: 2em;
}

body {
    font: 1em/2em "arial";
    text-align: center;
    min-width: 1280px;
    color: rgb(110,130,20);
}

p {
    margin: 0;
    font-size: 0.876em;
}
input {
    height: 2em;
}
.va {
    text-align: left;
    margin: 0 auto;
    max-width: 73.75em;
    min-width: 45em;
    padding: 0 1em;
    position: relative;
    line-height: 1.5em;
}

.top {
    /* background: url(./Images/top_bg.jpg) no-repeat center rgb(218,227,210); */
    background-size: cover;
    height: 9em;
}

    .top > .va {
        height: 100%;
        padding: 0;
    }

    .top img.logo {
        margin: 1em 0 0 0;
        height: 5.5em;
    }

    .top .sNav {
        background-color: rgb(110,130,20);
        padding: .5em 0;
        top: 0;
        right: 0;
        position: absolute;
    }


        .top .sNav a {
            color: #fff;
            text-decoration: none;
            padding: 0 1.5em;
            font-size: 0.825em;
        }

            .top .sNav a:hover {
                color: #ffb400;
            }

            .top .sNav a i {
                margin-right: .07142857em;
            }

        .top .sNav ul > li {
            float: left;
        }

#search {
    width: 25%;
    position: absolute;
    bottom: 2em;
    right: 0;
    min-width: 18em;
}

    #search input {
        margin-right: 5px;
    }

.photo-banner {
    height: 22.5em;
}

    .photo-banner .slider {
        position: relative;
        width: 100%;
        height: 22.5em;
    }

        .photo-banner .slider .banner2 {
            height: 22.5em;
            position: absolute;
            width: 100%;
            overflow: hidden;
            z-index: 2;
        }

            .photo-banner .slider .banner2 li {
                position: absolute;
                z-index: 0;
                height: 22.5em;
                width: 100%;
            }

                .photo-banner .slider .banner2 li a {
                    display: block;
                    height: 22.5em;
                }

.photo-wrap {
    width: 73.75em;
    margin: 0 auto;
}

.photo-banner .slider .dot-list {
    position: absolute;
    width: 100%;
    height: 10px;
    text-align: center;
    line-height: 0;
    font-size: 0;
    bottom: 20px;
    z-index: 3;
}

    .photo-banner .slider .dot-list a.cur, .photo-banner .slider .dot-list a.active {
        background: #fabf30;
        width: 26px;
    }

    .photo-banner .slider .dot-list a {
        display: inline-block;
        width: 12px;
        height: 12px;
        background: #fff;
        border-radius: 6px;
        -webkit-border-radius: 6px;
        margin: 0 3px;
        transition: width .3s ease-in;
        -webkit-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
        -moz-box-shadow: 1px 1px 2px rgba(0,0,0,.2);
        box-shadow: 1px 1px 2px rgba(0,0,0,.2);
    }

.photo-banner .banner2-aside {
    position: absolute;
    height: 22.5em;
    width: 73.75em;
    top: 0;
    left: 50%;
    margin-left: -610px;
}

.photo-banner .aside {
    width: 260px;
    height: 320px;
    background: rgba(249,249,249,.2);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    right: 0;
    top: 20px;
    z-index: 6;
}

    .photo-banner .aside h2 {
        padding: 29px 0 10px;
        color: #ffb400;
        font-size: 1.5em;
        text-align: center;
        line-height: 1.5em;
    }

    .photo-banner .aside h4 {
        text-align: center;
        color: #fff;
        font-size: 18px;
        line-height: 18px;
        font-weight: 400;
        font-family: 'Microsoft Yahei';
    }

    .photo-banner .aside .info {
        margin: 10px 0 25px;
    }

        .photo-banner .aside .info p {
            font-size: 16px;
            color: #e4e4e4;
            white-space: nowrap;
            line-height: 30px;
            height: 30px;
            margin-bottom: 6px;
            padding-left: 25px;
            text-align: left;
        }

            .photo-banner .aside .info p i {
                font-size: 1.375em;
                position: relative;
                top: 3px;
            }

            .photo-banner .aside .info p span {
                font-size: 22px;
                color: #ffb400;
                text-align: left;
                display: inline-block;
                position: relative;
                top: 3px;
                padding: 0 10px 0 15px;
            }

    .photo-banner .aside .down-app {
        width: 210px;
        height: 70px;
        margin: 0 auto;
    }

        .photo-banner .aside .down-app a {
            display: block;
            background: rgba(255,180,0,0.7);
            height: 70px;
            color: #fff;
            font-size: 16px;
            padding-left: 75px;
            line-height: 24px;
            -webkit-border-radius: 10px;
            border-radius: 10px;
            position: relative;
            text-decoration: none;
        }

            .photo-banner .aside .down-app a:hover {
                text-decoration: underline;
                background: rgba(255,180,0,1);
            }

            .photo-banner .aside .down-app a i {
                position: absolute;
                left: 25px;
                top: 13px;
                font-size: 2.7em;
            }

            .photo-banner .aside .down-app a p {
                padding-top: 10px;
            }

.top .wel {
    position: absolute;
    right: 0;
    bottom: .5em;
    font-size: 0.875em;
    max-width: 32%;
    min-width: 12em;
    text-align: right;
}

.cnt {
    /*min-height: 40em;*/
    max-width: 73.75em;
    position: relative;
    margin: 0 auto;
    /* box-shadow: 0 0 8px #ccc; */
}
    .cnt > div {
        width:100%;
        position:relative;
        padding:1em;
    }

    .cnt .title {
        border-bottom: 2px #ddd solid;
        text-align: center;
        height: 30px;
        line-height: 30px;
        margin-bottom: 38px;
    }

        .cnt .title span {
            display: inline-block;
            font-size: 1.5rem;
            font-weight: 400;
            position: relative;
            top: 50%;
            padding: 0 20px;
            background: #fff;
        }

    .cnt .title2 {
        color: #6e8214;
        font-size: 1.5rem;
        font-weight: 400;
        padding-bottom: 10px;
    }

    .cnt .va {
        clear: both;
        padding-top: 1em;
        padding-bottom: 1em;
    }

        .cnt .va > h1 {
            text-align: center;
            margin-top: 30px;
        }

.banner {
    background-color: rgb(110,130,20);
    padding-top: .5em;
    padding-bottom: .5em;
}

    .banner > img {
        width: 100%;
        height: 100%;
        box-shadow: rgba(0,0,0,.2) 0 0 0.2em .1em;
    }

    .banner > .d_sum {
        text-align: right;
        color: rgba(255,255,255,.9);
        font-size: 1em;
    }

        .banner > .d_sum img {
            height: 1em;
        }

        .banner > .d_sum > table {
            width: 85%;
            text-align: center;
            margin: 0 auto;
        }

.btm {
    text-align: center;
    background-color: #fff;
    box-shadow: rgba(0,0,0,.2) 0 -.2em .5em;
    padding: 1em 10%;
    position: relative;
}

    .btm a {
        color: #fff;
    }

    .btm .casearth {
        height: 100%;
    }

    .btm > table {
        margin: 0 auto;
        text-align: left;
    }

.c_w {
    color: #fff;
}

.c_gr {
    color: rgb(110,130,20);
}

.fl {
    float: left;
}

.fr {
    float: right;
}

ul.tb {
    display: block;
}

    ul.icoMenu > li {
        float: left;
        width: 15%;
        margin: 0 2%;
        text-align: center;
        padding: 1em 0 2em;
    }

        ul.icoMenu > li > a {
            display: block;
            margin: 0 auto;
            width: 8em;
        }

            ul.icoMenu > li > a i {
                font-size: 5em;
                color: #7ead59;
                margin-bottom: 10px;
            }

                ul.icoMenu > li > a i:hover {
                    color: #62a928
                }

            ul.icoMenu > li > a > img {
                width: 4em;
            }

ul.icoMenu2 > li {
    float: left;
    width: 29%;
    margin: 2%;
    background-color: #fff;
}

    ul.icoMenu2 > li img {
        width: 100%;
    }

    ul.icoMenu2 > li p {
        padding: 10px 15px;
    }

ul.icoMenu_s {
    display: block;
}

    ul.icoMenu_s > li {
        float: left;
        width: 8%;
        margin: 1em;
        text-align:center;
    }


ul.cop_ul {
    overflow: hidden;
    position: relative;
    padding: 0 0 1em;
}

    ul.cop_ul li {
        float: left;
        display: inline-block;
        text-align: center;
        border: 1px solid rgba(110,130,20,.5);
        cursor: default;
        position: relative;
        z-index: 0;
        margin: .4em .2em 0 .1em;
    }

        ul.cop_ul li img {
            position: relative;
            height: 6rem;
            width: auto;
            margin: .5em auto;
        }

.to-open {
    color: #999;
    font-size: 14px;
    text-align: center;
    cursor: pointer;
    padding-bottom: 50px;
}

.col-6 {
    width: 16%;
}

.clear {
    clear: both;
}

.hr1 {
    width: 2em;
    border: none;
    border-bottom: solid 2px rgb(110,130,20);
    margin: 1em auto;
}

.eCharts, .eCharts canvas {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.fs1 {
    font-size: 0.875em;
}

.wd_80 {
    width: 80%;
}

.btn1 {
    border: none;
    border-radius: 0.2em;
}

.btn1_g {
    background-color: rgb(110,130,20);
}

    .btn1_g:hover {
        background-color: #ffb400;
        cursor: pointer;
    }

.bg_g {
    background-color: rgb(110,130,20);
    color: #fff;
}

.bg_grey {
    background-color: #f9f9f9;
    width: 100%;
}

.bg_w {
    background-color: rgba(255,255,255,1);
    color: rgb(110,130,20);
}

.bg_d_1 {
    background-color: rgba(0,0,0,.2);
}
