﻿* {
    margin: 0;
    padding: 0;
}

body {
    font: 15px "Microsoft YaHei", Arial, Helvetica, sans-serif;
    color: #000;
    background: #f1f1f1;
    font-size: 15px;
    margin: 0 auto;
}

img {
    border: 0;
    display: block;
}

ul, li {
    list-style: none;
}

a {
    text-decoration: none;
    color: #000;
}

    a:hover {
        color: #0976DC;
        text-decoration: none;
    }

h1 {
    font-size: 28px;
}

h2 {
    font-size: 18px;
}

h3 {
    font-size: 16px;
}

.f12 {
    font-size: 12px;
}

.hui {
    color: #989898;
}
/*topnav*/
/*空白部分*/
.blank {
    height: 20px;
}

.clear, .blank {
    clear: both;
    width: 100%;
    overflow: hidden;
}
/*空白部分*/
.tag_list ul {
    padding: 0 20px 20px 20px;
    display: block;
}

    .tag_list ul li {
        float: left;
        display: block;
        margin-right: 8px;
        margin-bottom: 15px;
        display: list-item;
        text-align: -webkit-match-parent;
        line-height: 20px;
    }

        .tag_list ul li a {
            display: inline-block;
            padding: 4px 14px;
            background: #0c9dcc;
            font-size: 14px;
            transition: all .3s ease 0s;
            color: #fff;
            text-decoration: none;
        }

#tab, .tab {
    border-bottom: #e4e3e3 1px solid;
    margin: 20px;
}

    #tab li, .tab li {
        font-size: 16px;
        margin-right: 20px;
        padding: 0 10px 10px;
        position: relative;
        cursor: pointer;
        display: inline-block;
        border-bottom: #0c9dcc 2px solid;
    }

#tab-content {
    margin: 20px;
    overflow: hidden;
}

#button {
    bottom: 85px;
    right: 5%;
    position: fixed;
    z-index: 2;
    width: 30px;
}

    #button a {
        background: #0c9dcc;
        background-repeat: no-repeat;
        display: block;
        width: 50px;
        height: 50px;
        color: #fff;
        margin-bottom: 2px;
        padding-top: 8px;
        overflow: hidden;
        text-align: center;
        -webkit-transition: all .2s ease-in-out;
        -moz-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        -ms-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
    }
.getcode, .getcode1 {
    font-size: 12px;
    background: #0c9dcc;
    padding: 8px 8px;
    color: #fff;
}
/*********图片切换 css定义***********/
.modal, .modal2 {
    position: fixed;
    top: 0%;
    right: 0;
    bottom: 0;
    left: 0%;
    overflow: hidden;
    outline: 0;
    -webkit-overflow-scrolling: touch;
    background-color: rgb(0, 0, 0);
    filter: alpha(opacity=60);
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 9999;
}

.login .login_close {
    text-align: right;
    width: 95%;
    margin-right: 5%;
    padding-top: 5%;
}

.login {
    width: 380px;
    border-radius: 10px;
    background: #fff;
    margin: 0 auto;
    margin-top: 10%;
}

    .login .title_name {
        text-align: center;
        height: 60px;
        line-height: 60px;
        font-size: 25px;
        list-style: none;
    }

        .login .title_name input[type=text] {
            height: 30px;
            line-height: 30px;
            width: 70%;
            font-size: 16px;
            padding-left: 10px;
        }

.button, .button1 {
    width: 72%;
    height: 40px;
    background: #0c9dcc;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
    border-radius: 24px;
    text-align: center;
    line-height: 40px;
    margin-top: 15px;
}

.clearfix {
    margin: 0 auto;
    margin-left: 15%;
    height: 35px;
    line-height: 35px;
}

    .clearfix a {
        color: #333;
        text-decoration: none;
    }

.loginPanel {
    text-align: center;
}

    .loginPanel .qrcode {
        width: 240px;
        margin-top: 15px;
        border: 1px solid #E2E2E2;
        margin: 0 auto;
    }

    .loginPanel .info {
        width: 280px;
        margin: auto auto;
    }

    .loginPanel .status p {
        font-size: 15px;
        height: 30px;
        line-height: 30px;
    }
/*登陆弹出框*/
.wxdl {
    text-align: center;
    height: 35px;
    line-height: 35px;
}

.wximg_div {
    padding-bottom: 50px;
}

    .wximg_div img {
        width: 15%;
        text-align: center;
        margin: 0 auto;
    }
/*搜索*/
.search-bar {
    width: 80%;
    margin: 0px auto;
    padding-top: 2%;
    padding-bottom: 2%;
    padding-left: 20%;
}

.search-wrap {
    float: left;
    width: 70%;
    height: 40px;
    padding-bottom: 2%;
}

.search-input {
    height: 38px;
    width: 100%;
    font-size: 14px;
    line-height: 38px;
    padding-left: 2%;
    border: 1px solid #e2e2e2;
}

    .search-input:focus {
        outline: 1px solid #e2e2e2;
    }

.search {
    height: 40px;
    width: 10%;
    background: #0c9dcc;
    color: #fff;
    float: left;
    line-height: 40px;
    text-align: center;
    border: 0px;
}


/*搜索*/
/*topnav*/
.topnav {
    background: #0c9dcc;
    clear: both;
}

    .topnav:before {
        display: table;
        content: " ";
    }

    .topnav:after {
        content: ".";
        display: block;
        clear: both;
        visibility: hidden;
        line-height: 0;
        height: 0;
    }

nav {
    text-align: center;
    line-height: 50px;
    width: 100%;
}

    nav #starlist {
        margin: auto;
        width: 1200px;
    }

#starlist li {
    position: relative;
    display: inline;
    float: left;
    font-size: 18px;
    margin-right: 10px;
}

    #starlist li a {
        display: inline;
        float: left;
        padding: 0 40px;
        color: #fff;
        background: #0c9dcc;
    }

        #starlist li a:hover {
            background: #0976DC;
        }

#selected {
    position: relative;
}

#starlist ul.sub {
    padding: 5px 0;
    position: absolute;
    left: 0;
    top: 50px;
    background: #0c9dcc;
    z-index: 9;
    display: none;
}

    #starlist ul.sub li {
        height: 40px;
        line-height: 40px;
        margin-left: 0;
        width: 100%;
        font-size: 17px;
    }

        #starlist ul.sub li a {
            padding: 0;
            display: block;
            width: 100%;
        }

            #starlist ul.sub li a:hover {
                background: #0976DC;
            }

#starlist li:hover ul.sub {
    display: block;
}

a#selected {
    background: #0c9dcc;
}

#starlist ul.sub:before {
    background: #0c9dcc;
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    border-left: 0;
    border-bottom: 0;
    position: absolute;
    top: -8px;
    left: 42%;
}

.menu:after {
    content: "";
    position: absolute;
    right: 5px;
    top: 24px;
    width: 0;
    height: 0;
    border-width: 4px 4px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}

.menu:hover:after {
    transform: rotate(180deg);
}
/*topnav*/
.top {
    margin: 0 auto;
    width: 1200px;
    background: #fff;
    height: 86px;
}

.top_right {
    width: 592px;
    float: left;
    margin-left: 1%;
}

    .top_right ul li {
        height: 40px;
        line-height: 40px;
        font-size: 16px;
        color: #333;
        background: url(http://www.ihepa.com:8088/pages/gjgb/img/list_icon2.png) 6px center no-repeat;
        overflow: hidden;
        padding-left: 20px;
    }

        .top_right ul li a:hover {
            color: #218af1;
        }
/*-banner--*/
/*********图片切换 css定义***********/
.sub_box {
    width: 560px;
    height: 320px;
    float: left;
    position: relative;
    overflow: hidden;
    background: url() center center no-repeat;
    *background: url() 220px 120px no-repeat;
}

    .sub_box img {
        border: none;
        width: 560px;
        height: 320px;
    }
