html,
body {
    height: 100%;
}

body {
    background-color: #fff;
    color: #484848;
    font-size: 12px;
    font-family: "微软雅黑", Helvetica, Arial, sans-serif;
}

body .container {
    width: 1210px;
}

a:link,
a:visited,
a:active,
a {
    text-decoration: none;
    color: #2D2E32;
    transition: 0.5s all;
    -webkit-transition: 0.5s all;
}

em,
cite,
address,
i {
    font-style: normal;
}

body,
input,
select,
button,
textarea {
    color: #333;
    font-size: 14px;
    font-family: "Microsoft Yahei", "微软雅黑", arial, "\5b8b\4f53";
}

input,
textarea,
button {
    -webkit-border-radius: 0;
    -webkit-appearance: 0;
}

body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
iframe,
pre,
code,
fieldset,
legend,
form,
input,
select,
textarea,
button,
p,
blockquote,
th,
td,
figure {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: normal;
}

ul,
li {
    list-style: none;
}

button,
input,
select,
textarea {
    margin: 0;
    padding: 0;
    outline: none;
    vertical-align: middle;
}

.input {
    height: 18px;
    line-height: 18px;
    padding: 0px 5px;
    border: 1px solid #e7e7e7;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-right: 5px;
    padding-left: 5px;
}

.row {
    margin-left: -5px;
    margin-right: -5px;
}

.nav>li {
    position: inherit;
}

.ml10 {
    margin-left: 10px;
}

.mb50 {
    margin-bottom: 50px;
}

.pt20 {
    padding-top: 20px;
}

.mt10 {
    margin-top: 10px;
}

.mt50 {
    margin-top: 50px;
}

.pt30 {
    padding-top: 30px;
}

.txtc {
    text-align: center;
}

.mlr20 {
    margin: auto 20px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs30 {
    font-size: 30px;
}

.font-bold {
    font-weight: bold !important;
}

.panel {
    background-color: transparent;
}

.main {
    background: #f6f6f6;
    /* padding-bottom: 50px; */
}

.header_logo .navbar-brand {
    height: auto;
    padding: 15px 0;
}

.header_logo span {
    display: inline-block;
    font-size: 24px;
    color: #666;
    margin-top: 18px;
    border-left: 1px solid #ccc;
    padding-left: 15px;
    margin-left: 15px;
}

.header_nav {
    background-color: #01964b;
}

.header_nav .collapse {
    padding: 0;
}
.nav>li>a:hover, .nav>li>a:focus{
    background: transparent ;
}

.header_nav li.on a,
.header_nav li:hover a {
    background-color: #14ae43;
}

.header_nav li:focus,
.header_nav li:focus a,
.header_nav li:visited,
.header_nav li:visited a{
    background: transparent;
}

.header_nav li:hover a b {
    background: url(../image/dot00.png) center bottom no-repeat;
    display: block;
    width: 13px;
    height: 7px;
    position: relative;
    bottom: -15px;
    left: 75px;
}

.header_nav li:hover .child {
    display: block !important;
}

.header_nav li .child {
    position: absolute;
    top: 100%;
    width: 160px;
    /* margin-left: -16px; */
    line-height: 56px;
    border-bottom: 1px solid #d8d8d8;
    background-color: #f6f6f6;
    transition: .2s ease-in-out;
    z-index: 99;
    overflow: hidden;
}

.header_nav li .child dl {
    width: 100%;
    overflow: hidden;
}

.header_nav li .child dl dd {
    float: left;
    width: 100%;
}

.header_nav li .child a {
    color: #333333;
    font-size: 16px;
    background: none;
    height: auto;
}

.header_nav li .child a:hover{
    background-color: #14ae43; 
    color: #fff;
}

.header_nav li .child dl dd a {
    width: 100%;
    text-align: center;
    line-height: 40px;
}

.header_nav li a {
    display: block;
    width: 160px;
    height: 100px;
    text-align: center;
    padding: 0;
}

.header_nav li a em {
    display: block;
    padding: 15px 0 5px;
}

.header_nav li a span {
    display: block;
    font-size: 16px;
    color: #fff;
}

.nav-search {
    float: right;
    width: 35%;
    padding-top: 60px;
}

.nav-search .search-link {
    margin: 15px 0;
    height: 20px;
    line-height: 20px;
    text-align: right;
}

.nav-search .search-link a {
    color: #ABDFFF;
    padding: 5px;
    border: 1px solid #0063B0;
}

.nav-search .search-link a em {
    padding-right: 4px;
}

.nav-search .search-link a span {
    font-size: 16px;
}

.nav-search .search-box {
    width: 100%;
    height: 37px;
    padding: 6px 0 7px;
    border: 1px solid #000;
    float: right;
    background-color: #fff;
}

.nav-search .sear_1 {
    float: left;
    width: 24%;
}

.nav-search .select-box {
    position: relative;
    box-sizing: border-box;
    height: 28px;
    font-size: 14px;
}

.nav-search .select-box dt a {
    display: block;
    text-indent: 15px;
    position: relative;
    z-index: 2;
    line-height: 22px;
    height: 22px;
    overflow: hidden;
}

.nav-search .select-box dt a b {
    overflow: hidden;
    color: #919191;
    margin-right: 20px;
    display: block;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    text-align: center;
}

.nav-search .select-box .ico {
    position: absolute;
    right: 0;
    top: 0;
    width: 20px;
    height: 22px;
    z-index: 1;
    background: url(../image/dot09.png) no-repeat center;
}

.nav-search .select-box dd {
    display: none;
}

.nav-search .open dd {
    display: block;
    position: absolute;
    margin-top: 7px;
    border: 1px solid #ddd;
    border-top: 0;
    background-color: #fff;
    box-sizing: border-box;
    max-height: 200px;
    overflow: auto;
    z-index: 111111;
}

.nav-search .select-box dd a {
    display: block;
    padding: 5px 15px;
}

.nav-search .open dd a.on {
    background-color: #007FCC;
    color: #fff;
}

.nav-search .sear_r {
    float: right;
    width: 73%;
    border-left: 1px solid #d3d3d3;
}

.nav-search .sear_r .txt {
    width: 70%;
    padding: 0 18px;
    float: left;
    height: 22px;
    line-height: 22px;
    border: none;
    outline: none;
}

.nav-search .sear_r .button {
    float: right;
    width: 40px;
    height: 22px;
    border: none;
    background: url(../image/dot10.png) center no-repeat #fff;
}

.footer {
    background-color: #4b4f61;
    color: #fff;
}

.yqlink-box {
    padding: 20px 0;
    overflow: hidden;
}

.yongqinglj{
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

.yongqinglj label,
.yongqinglj ul,
.yongqinglj ul li{
    float: left;
}

.yongqinglj label{
    color: #fff;
    font-weight: bold;
    font-size: 16px;
}

.yongqinglj ul li{
    /* margin: 0 40px; */
    width: 300px;
    margin-left: 30px;
}

.yongqinglj ul li select{
    width: 90%;
    height: 32px;
    /* padding: 0 20px; */
}

.yqlink-box .yqlingk-logo {
    width: 175px;
    height: 125px;
    line-height: 1;
    background: url(../image/index_11.png) no-repeat center;
}

.yqlink-box .line {
    width: 0;
    height: 125px;
    border-left: 1px solid #f6f6f6;
    margin: 0 50px 0 55px;
}

.yqlink-box .yqlingk {
    width: 100%;
    height: 125px;
}

.yqlink-box .yqlingk .yqlingk-top{
    border-bottom: 1px dashed #999;
}
.yqlink-box .yqlingk .yqlingk-top ul {
    width: 635px;
    margin: 0 auto;
    overflow: hidden;
    padding: 25px 0;
}

.yqlink-box .yqlingk .yqlingk-top ul li {
    position: relative;
    float: left;
    border-right: 1px solid #f6f6f6;
    padding: 0 35px;
}

.yqlink-box .yqlingk .yqlingk-top ul li:last-child {
    border: 0;
}

.yqlink-box .yqlingk .yqlingk-top ul li a {
    color: #f6f6f6;
}

.yqlink-box .yqlingk .yqlingk-top ul li select {
    position: absolute;
    color: #F6F6F6;
    background-color: #4b4f61;
    height: 32px;
    top: -4px;
    width: 260px;
    text-indent: 15px;
}

.yqlink-box .yqlingk .yqlingk-bottom {
    color: #f6f6f6;
    text-align: center;
    padding: 15px 0;
}

.yqlink-box .yqlingk .yqlingk-bottom .plice{
    margin-left: 20px;
    background: url('../image/plice.jpg') no-repeat left center;
    padding-left: 20px;
}


/* loginå¼€å§‹ */

.panel {
    margin-bottom: 0;
    border: 0;
}

.portlet-content {
    margin-top: 0 !important;
}


/* ç™»å½•å¼¹çª— */

.login .modal-dialog {
    width: 420px;
}

.login .modal-title {
    font-size: 20px;
}

.login-box {
    width: 400px;
    background-color: #fff;
}

.login-box .login {
    padding: 10px 30px 0 20px;
}

.login-box .login li {
    position: relative;
    margin-bottom: 15px;
}

.login-box .login li input {
    width: 100%;
    height: 45px;
    line-height: 45px;
    border: 1px solid #ddd;
    text-indent: 12px;
}

.login-box .login li i {
    position: absolute;
    top: 12px;
    left: 12px;
    font-size: 20px;
    color: #cacaca;
}

.login-box .login li.username input,
.login-box .login li.password input {
    text-indent: 40px;
}

.login-box .login li.identify input {
    width: 200px;
}

.login-box .login li.identify a,
.login-box .login li.identify img {
    width: 145px;
    height: 45px;
}

.login-box .login li.loginbtn a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    font-size: 18px;
    border: 1px solid #05b922;
    background-color: #05b922;
    color: #fff;
    border-radius: 5px;
}

.login-box .login li.forget {
    text-align: center;
}

.login-box .login li.forget a {
    margin: 0 10px;
}

.login-box .login li:last-child {
    margin-bottom: 0px;
}


/* loginç»“æŸ */


/* service */

.service {
    position: fixed;
    right: 0;
    top: 50%;
    width: 50px;
    height: 290px;
    z-index: 99;
    margin-top: 40px;
}

.service li {
    position: relative;
    float: left;
    width: 50px;
    height: 50px;
    margin-top: -1px;
    line-height: 50px;
    background: #333;
    text-align: center;
}

.service li.first {
    height: 45px;
    line-height: normal;
    border-top-left-radius: 3px;
}

.service li.first h3 {
    color: #e8e8e8;
    padding: 8px 0 3px;
}

.service li.item {
    margin-top: 5px;
}

.service li.item a {
    display: block;
    height: 35px;
    line-height: 35px;
    text-align: center;
    color: #fff;
    border-radius: 3px;
    background-color: #f66;
}

.service li.item i {
    padding-top: 5px;
    padding-left: 3px;
}

.service li .circle {
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    background-color: #1f1f1f;
    border-radius: 100%;
    margin-top: 8px;
    text-align: center;
    cursor: pointer;
}

.service li i {
    font-size: 24px;
    color: #e8e8e8;
}

.service li .circle i {
    font-size: 20px;
    color: #249ae4;
    padding-top: 8px;
}

.service li.kf .circle i {
    display: block;
    width: 25px;
    height: 25px;
    background: url(../image/index_20.png) no-repeat center;
    margin: 5px auto;
}

.service li.yx .circle i {
    display: block;
    width: 25px;
    height: 25px;
    background: url(../image/index_21.png) no-repeat center;
    margin: 5px auto;
}

.service li.item .circle i {
    display: block;
    width: 38px;
    height: 34px;
    background: url(../image/index_22.png) no-repeat center;
}

.service li.retop .circle i {
    display: block;
    width: 38px;
    height: 34px;
    background: url(../image/index_23.png) no-repeat center;
}

.service .hider {
    position: absolute;
    top: 0;
    right: 200px;
    z-index: -1;
}

.service .bgbox {
    position: relative;
    width: 160px;
    margin-right: 20px;
    padding: 10px;
    text-align: left;
    background-color: #fff;
    box-shadow: 0 1px 5px 1px rgba(216, 216, 216, 0.7);
    cursor: default;
}

.service .yx .bgbox {
    width: 190px;
}

.service .bgbox label {
    display: block;
    padding: 5px 0 0 5px;
    line-height: 1;
    color: #666;
    margin-bottom: 0;
    font-weight: normal;
}

.service .bgbox span {
    padding-left: 5px;
    font-family: "dincond-medium-webfont";
    font-size: 18px;
    color: #249ae4;
}

.service .bgbox .outart {
    position: absolute;
    top: 20px;
    right: -13px;
    height: 0;
    width: 0;
    border-width: 5px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #e9e9e9;
}

.service .bgbox .inart {
    position: absolute;
    top: 20px;
    right: -12px;
    height: 0;
    width: 0;
    border-width: 5px 6px;
    border-style: solid;
    border-color: transparent transparent transparent #fff;
}

.service .bgbox a {
    display: block;
    height: 35px;
    line-height: 35px;
    color: #249ae4;
    border-radius: 3px;
    padding-left: 5px;
}

.service li.retop {
    margin-top: 5px;
}

.service li.item .circle,
.service li.retop .circle {
    background-color: transparent;
}

.service li.item .circle i,
.service li.retop .circle i {
    color: #fff;
    padding-top: 3px;
    font-size: 26px;
}


/* serviceç»“æŸ */

.carousel-indicators li {
    background-color: #fff;
    border: 0;
}

.carousel-indicators li.active {
    background-color: #0063B0;
}

.carousel-inner>.item>img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 1920px;
    height: auto;
    margin-left: -960px;
    max-width: inherit;
}

.carousel-inner>.item {
    height: 600px;
}

@media screen and (max-width: 1180px) {
    .carousel-inner {
        width: 1210px;
    }
    .carousel-inner>.item>img {
        width: 1210px;
        height: 450px;
    }
}

.carousels-box {
    width: 20%;
    position: absolute;
    top: 5%;
    /* bottom: 5%; */
    /* height: 50%; */
    height: auto;
    right: 0;
    background: url(../image/bg02.png) repeat;
}

.carousels-box dl {
    margin: 0 30px;
    /* height: 100%; */
}

.carousels-box dd {
    float: left;
    width: 100%;
    /* height: 24.8%; */
    border-bottom: 1px dashed #cfcfcf;
    margin-top: 15px;
}

.carousels-box dd.last {
    border-bottom: none;
}

.carousels-box dd .inner {
    padding: 10px 0;
    overflow: hidden;
    position: relative;
}

.carousels-box dd span,
.carousels-box dd img {
    width: 48px;
    height: 48px;
    position: absolute;
    left: 0;
}

.carousels-box dd .con {
    margin-left: 70px;
}

.font-24 {
    font-size: 20px;
}

.carousels-box dd .con h2 em {
    display: block;
    width: 35px;
    height: 3px;
    background-color: #0063B0;
}

.carousels-box dd .con .c {
    margin: 10px 0 0;
    font-size: 12px;
    color: #999898;
    height: 3em;
    overflow: hidden;
}

.carousels-login {
    padding: 20px;
    display: none;
}

.carousels-login h2 {
    font-size: 18px;
    padding: 10px 0;
}

.carousels-login .update {
    padding-bottom: 10px;
}

.carousels-login .update a,
.carousels-login .infoReset a {
    text-decoration: underline;
}

.carousels-login .infoReset {
    margin-top: 10px;
}

.carousels-login .login-btn {
    margin-top: 20px;
}

.carousels-login .login-btn a {
    display: block;
    width: 100%;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background-color: #05b922;
    border: 1px solid #05b922;
    border-radius: 5px;
    color: #fff;
}

.zbgg-box {
    clear: both;
    position: relative;
    /* width: 100%; */
    margin-top: 10px;
    margin-bottom: 10px;
}

.zbgg-box .zbgg-info {
    height: 50px;
    overflow: hidden;
}

.zbgg-box .zbgg-info label {
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    font-weight: normal;
}

.zbgg-box .zbgg-type {
    height: 140px;
    overflow: hidden;
    /* margin-right: -16px; */
}

.zbgg-box .zbgg-type li {
    float: left;
    margin-right: 22px;
}

.zbgg-box .zbgg-type li.last {
    margin-right: 0;
    margin-left: 2px;
}

.zbgg-box .zbgg-type li a {
    display: block;
    position: relative;
    width: 278px;
    height: 140px;
}

.zbgg-box .zbgg-type li a.type1 {
    background: url(../image/zbtype01.jpg) no-repeat;
}

.zbgg-box .zbgg-type li a.type2 {
    background: url(../image/zbtype02.png) no-repeat;
}

.zbgg-box .zbgg-type li a.type3 {
    background: url(../image/zbtype03.jpg) no-repeat;
}

.zbgg-box .zbgg-type li a.type4 {
    background: url(../image/zbtype04.jpg) no-repeat;
}

.zbgg-box .zbgg-type li h3,
.zbgg-box .zbgg-type li p {
    position: absolute;
    left: 40px;
    transition: left 200ms;
    -webkit-transition: left 200ms;
}

.zbgg-box .zbgg-type li:hover h3,
.zbgg-box .zbgg-type li:hover p {
    left: 45px;
}

.zbgg-box .zbgg-type li h3 {
    top: 30px;
    font-size: 26px;
    color: #fff;
}

.zbgg-box .zbgg-type li p {
    top: 75px;
}

.zbgg-box .zbgg-type li p span {
    display: inline-block;
    height: 22px;
    line-height: 22px;
    background-color: #fff;
    border-radius: 50px;
    padding: 0 10px;
}

.zbgg-box .zbgg-type a.type1 span {
    color: #416bbf;
}

.zbgg-box .zbgg-type a.type2 span {
    color: #f08f3a;
}

.zbgg-box .zbgg-type a.type3 span {
    color: #f54c49;
}

.zbgg-box .zbgg-type a.type4 span {
    color: #79a672;
}

.zbgg-listbox {
    margin-top: 10px;
    /* overflow: hidden; */
}

.zbgg-bgbox {
    background-color: #fff;
    box-shadow: 0 1px 5px 1px rgba(216, 216, 216, 0.7);
    /* margin: 0 0 0 -5px; */
    min-height: 600px;
}

.zbgg-bgbox .hd {
    height: 50px;
    line-height: 50px;
    background-color: #f8f8f8;
    border-top: 1px solid #e5e5e5;
}

.zbgg-bgbox .hd ul {
    float: left;
    overflow: hidden;
}

.zbgg-bgbox .hd ul li {
    position: relative;
    float: left;
    padding: 0 15px;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s;
}

.zbgg-bgbox .hd ul li.on {
    padding: 0 30px;
    color: #fff;
    background: #0fa037;
}

.zbgg-bgbox .hd ul li .ard {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: none;
    width: 0;
    height: 0;
    margin-left: -8px;
    border-width: 7px 8px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.zbgg-bgbox .hd ul li.on .ard {
    display: block;
}

.zbgg-bgbox .hd ul li:hover {
    color: #fff;
    background: #0fa037;
}

.zbgg-bgbox .hd a {
    float: right;
    margin-right: 20px;
    color: #999;
}

.zbgg-bgbox .hd a i {
    margin-left: 5px;
    font-size: 12px;
}

.zbgg-bgbox .tempWrap {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.zbgg-bgbox .tempWrap .bd {
    width: 4425px;
    /* height: 510px; */
    height: auto;
    left: 0;
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.zbgg-bgbox .tempWrap .bd div {
    float: left;
    width: 885px;
}

.zbgg-bgbox .tempWrap .bd table.sty {
    /* height: 510px; */
    height: auto;
    background-color: #fff;
    border-collapse: collapse;
    border-spacing: 0;
}

.zbgg-bgbox .tempWrap .bd table.sty thead .frt {
    padding-left: 20px;
}

.zbgg-bgbox .tempWrap .bd table.sty thead td {
    color: #888;
}

.zbgg-bgbox .tempWrap .bd table.sty td {
    padding: 12px 0;
}

.zbgg-bgbox .tempWrap .bd table.sty thead label {
    float: left;
    font-weight: normal;
    margin: 0;
}

.zbgg-bgbox .tempWrap .bd table.sty tbody .frt {
    padding-left: 16px;
    border-left: 6px solid transparent;
}

.zbgg-bgbox .tempWrap .bd table.sty tbody td {
    color: #666;
}

.zbgg-bgbox .tempWrap .bd table.sty tbody a {
    display: inline-block;
    width: 280px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

a.wth885 {
    width: 770px !important;
}

.zbgg-bgbox .tempWrap .bd table.sty tbody tr:nth-child(2n+1) {
    background-color: #fafafa;
}

.zbgg-bgbox .tempWrap .bd table.sty tbody tr:hover {
    background-color: #edf7ef;
}

.zbgg-bgbox .tempWrap .bd table.sty tbody tr:hover .frt {
    border-left-color: #249ae4;
}

.zbgg-bgbox .tempWrap .bd table.sty tbody tr:hover a {
    color: #249ae4;
}

.totalInfo {
    overflow: hidden;
}

.totalInfo ul.total-item1,
.totalInfo ul.total-item2
 {
    height: 80px;
    overflow: hidden;
}
.totalInfo ul.total-item3{
    height: 95px;
    overflow: hidden;
}

.totalInfo .total-item1 {
    background: url(../image/index_01.png) no-repeat center;
}

.totalInfo .total-item2 {
    background: url(../image/index_02.png) no-repeat center;
}
.totalInfo .total-item3 {
    background: url(../image/u123.png) repeat center;
    /* font-size: 12px; */
}

.totalInfo .total-item3 .item2{
    text-align: right;
    padding-right: 15px;
    margin-top: -5px;
}
.totalInfo .total-item3 .item1 label{
    margin-bottom: 0px !important;
    color: #fff;
    margin-left: 7px;
    font-size: 14px;
}
.totalInfo .total-item3 .item2 label{
    margin-bottom: 0px !important;
    color: #fffc00;
}

.totalInfo ul.total-item1 li,
.totalInfo ul.total-item2 li {
    position: relative;
    float: left;
    height: 80px;
    width: 50%;
    color: #fff;
}

.totalInfo ul.total-item1 li i,
.totalInfo ul.total-item2 li i {
    position: absolute;
    left: 10px;
    top: 25px;
    width: 30px;
    height: 30px;
}

.totalInfo .total-item1 .item1 i {
    background: url(../image/index_03.png) no-repeat center;
}

.totalInfo .total-item1 .item2 i {
    background: url(../image/index_04.png) no-repeat center;
}

.totalInfo .total-item2 .item1 i {
    background: url(../image/index_05.png) no-repeat center;
}

.totalInfo .total-item2 .item2 i {
    background: url(../image/index_06.png) no-repeat center;
}

.totalInfo ul.total-item1 li label,
.totalInfo ul.total-item2 li label {
    display: block;
    margin-top: 15px;
    padding-left: 45px;
    font-size: 12px;
    margin-bottom: 0;
    font-weight: normal;
}

.totalInfo ul.total-item1 li label b,
.totalInfo ul.total-item2 li label b {
    margin-right: 5px;
    font-size: 20px;
    color: #fffc00;
}

.totalInfo ul.total-item1 li span,
.totalInfo ul.total-item2 li span {
    display: block;
    padding-left: 45px;
    font-size: 12px;
}

.datainter {
    height: 160px;
    background-color: #fff;
    box-shadow: 0 1px 5px 1px rgba(216, 216, 216, 0.7);
    overflow: hidden;
    margin: 10px 2px 0 2px;
}

.datainter h2 {
    padding-top: 20px;
    overflow: hidden;
}

.datainter h2 label {
    float: left;
    display: inline-block;
    padding-left: 10px;
    font-size: 16px;
    line-height: 1;
    border-left: 6px solid #249ae4;
    margin-bottom: 0;
    font-weight: normal;
}

.datainter ul {
    position: relative;
    margin-top: 20px;
    padding: 0 8px;
}

.datainter ul li {
    position: relative;
    z-index: 2;
    height: 50px;
    /* padding: 3px; */
    overflow: hidden;
    border-radius: 26px;
}

.datainter ul li.arrowrt {
    position: absolute;
    top: 0;
    left: 125px;
    z-index: 1;
    height: 50px;
    width: 40px;
    padding: 0;
    background: url(../image/index_09.png);
    border-radius: 0;
    overflow: visible;
}

.datainter ul li.arrowrt .view-arrow {
    position: absolute;
    width: 9px;
    height: 9px;
    font-size: 0;
    z-index: 9999;
    background: url(../image/index_10.png) no-repeat;
}

.datainter ul li.arrowrt .arrow1 {
    left: 3px;
    top: 15px;
    opacity: 1;
    animation: run1 2s linear infinite;
    -webkit-animation: run1 2s linear infinite;
}

.datainter ul li.arrowrt .arrow2 {
    left: -5px;
    top: 15px;
    opacity: 1;
    animation: run2 2s linear 1s infinite;
    -webkit-animation: run2 2s linear 1s infinite;
}

.datainter p {
    padding: 15px 15px 0;
    text-align: right;
    color: #999;
}

.datainter p b {
    padding: 0 5px;
    font-size: 16px;
    color: #f66;
}

@keyframes run1 {
    0% {
        top: 15px;
        left: 3px;
        background-position: 0 0;
        opacity: 1;
    }
    50% {
        top: 15px;
        left: 32px;
        background-position: 0 0px;
        opacity: 1;
    }
    50.1% {
        top: 15px;
        left: 32px;
        background-position: 0 -9px;
        opacity: 1;
    }
    100% {
        top: 15px;
        left: 3px;
        background-position: 0 -9px;
        opacity: 1;
    }
}

@-webkit-keyframes run1 {
    0% {
        top: 15px;
        left: 3px;
        background-position: 0 0;
        opacity: 1;
    }
    50% {
        top: 15px;
        left: 32px;
        background-position: 0 0px;
        opacity: 1;
    }
    50.1% {
        top: 15px;
        left: 32px;
        background-position: 0 -9px;
        opacity: 1;
    }
    100% {
        top: 15px;
        left: 3px;
        background-position: 0 -9px;
        opacity: 1;
    }
}

@keyframes run2 {
    0% {
        top: 26px;
        left: 3px;
        background-position: 0 0;
        opacity: 1;
    }
    50% {
        top: 26px;
        left: 32px;
        background-position: 0 0px;
        opacity: 1;
    }
    50.1% {
        top: 26px;
        left: 32px;
        background-position: 0 -9px;
        opacity: 1;
    }
    100% {
        top: 26px;
        left: 3px;
        background-position: 0 -9px;
        opacity: 1;
    }
}

@-webkit-keyframes run2 {
    0% {
        top: 26px;
        left: 3px;
        background-position: 0 0;
        opacity: 1;
    }
    50% {
        top: 26px;
        left: 32px;
        background-position: 0 0px;
        opacity: 1;
    }
    50.1% {
        top: 26px;
        left: 32px;
        background-position: 0 -9px;
        opacity: 1;
    }
    100% {
        top: 26px;
        left: 3px;
        background-position: 0 -9px;
        opacity: 1;
    }
}

.zbzt-item {
    margin-top: 35px;
    margin-bottom: 50px;
    background-color: #fff;
    box-shadow: 0 1px 5px 1px rgba(216, 216, 216, 0.7);
    height: 285px;
}

.zbzt-item h2 {
    padding-top: 20px;
    overflow: hidden;
}

.zbzt-item h2 label {
    float: left;
    display: inline-block;
    padding-left: 10px;
    font-size: 16px;
    line-height: 1;
    border-left: 6px solid #079928;
    margin-bottom: 0;
    font-weight: normal;
}

.zbzt-item h2 a {
    float: right;
    display: inline-block;
    margin-right: 10px;
    color: #999;
}

.zbzt-list {
    padding: 15px 20px 0 40px;
    color: #ccc;
    min-height: 135px;
}

.zbzt-list li {
    list-style-type: disc;
}

.zbzt-list li a {
    /* display: block; */
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    vertical-align: middle;
}

.c666 {
    color: #666;
}

.c999 {
    color: #999;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.fs12 {
    font-size: 12px;
}

.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.zbzt-list li a .fl {
    width: 70%;
}

.zbgs-zcfg {
    margin: 10px;
    background-color: #f6f6f6;
    height: 85px;
    padding: 10px 0 10px 10px;
}

.zbgs-zcfg dl {
    margin-left: 105px;
}

.zbgs-zcfg dt {
    padding: 5px 0 8px;
}

.zbgs-zcfg dd a {
    float: left;
    border: 1px #ddd solid;
    background-color: #fff;
    padding: 0 4px;
    margin-right: 5px;
    font-size: 12px;
    line-height: 22px;
}

.helpcont {
    width: 100%;
    overflow: hidden;
    /* padding-top: 20px; */
}

.helpcont .hd {
    height: 36px;
    line-height: 36px;
    background-color: #f8f8f8;
    margin: 0 20px;
}

.helpcont .hd li {
    position: relative;
    float: left;
    width: 33.3%;
    text-align: center;
    color: #999;
    cursor: pointer;
    background-color: #f5f5f5;
    transition: all 0.3s;
}

.helpcont .hd li.on {
    color: #fff;
    background: #079928;
}

.helpcont .hd li .ard {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    width: 0;
    height: 0;
    margin-left: -8px;
    border-width: 7px 8px;
    border-style: solid;
    border-color: transparent transparent #fff transparent;
}

.helpcont .hd li.on .ard {
    display: block;
}

.helpcont .bd {
    width: 1160px;
}

.helpcont .list {
    padding: 10px 20px 0 40px;
    width: 386.66px;
    overflow: hidden;
    float: left;
    color: #ccc;
    width: 386.66px !important;
}

.helpcont .list li {
    list-style-type: disc;
}

.helpcont .list li a {
    display: inline-block;
    width: 100%;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
}

.helpcont .list li a .fl {
    width: 255px;
}


/* policy */

.zcfg {
    overflow: hidden;
}

.zcfg-box {
    width: 49%;
    border: 1px solid #ccc;
    border-top: 3px solid #01974b;
    overflow: hidden;
}

.zcfg .zcfg-box:nth-of-type(even) {
    margin-left: 20px;
}

.mt30 {
    margin-top: 30px;
}

.zcfg-box h2 {
    height: 35px;
    line-height: 35px;
    overflow: hidden;
    border-bottom: 1px solid #ccc;
}

.zcfg-box h2 label {
    float: left;
    margin-bottom: 0;
    font-size: 16px;
    margin-left: 25px;
    font-weight: bold;
    color: #000;
}

.zcfg-box h2 a {
    float: right;
    display: inline-block;
    margin-right: 10px;
    color: #999;
}

.zcfg-box .zcfg-list,
.zcfg-box .zcfg-item {
    /* width: 100%; */
    overflow: hidden;
    margin: 0 20px;
    color: #ccc;
    padding-left: 20px;
}

.zcfg-box .zcfg-list {
    padding-top: 15px;
    padding-bottom: 5px;
    border-bottom: 1px dashed #ccc;
}

.zcfg-box .zcfg-item {
    padding-top: 10px;
    padding-bottom: 15px;
    height: 145px;
}

.zcfg-box .zcfg-list li,
.zcfg-box .zcfg-item li {
    list-style-type: disc;
    height: 30px;
    line-height: 30px;
}

.cf00 {
    color: #ff0000;
}

.pol {
    color: #007bfd;
}

.zcfg-box .zcfg-list li .fl,
.zcfg-box .zcfg-item li .fl {
    max-width: 390px;
}

.zcfg-box .zcfg-list li .new {
    position: relative;
    top: -16px;
    left: 0px;
}


/* gglist */

.gglist-location {
    position: relative;
    height: 45px;
    line-height: 45px;
    padding-left: 25px;
    left: 5px;
    color: #999;
    background: url(../image/index_24.png) no-repeat center left;
}

.gglist-location span {
    margin: 0 8px;
}

.gglist-form .gglist-search {
    background-color: #fff;
    box-shadow: 0 1px 5px 1px rgba(216, 216, 216, 0.7);
    clear: both;
    position: relative;
}

.gglist-form .gglist-search .item {
    padding: 15px 0;
    border-bottom: 1px #f0f0f0 solid;
    line-height: 24px;
}

.gglist-form .gglist-search .item h4 {
    float: left;
    font-size: 12px;
    color: #999;
    padding: 0 15px 0 30px;
    line-height: 24px;
}

.gglist-form .gglist-search .item .cont a {
    float: left;
    margin: 0 3px;
    color: #666;
    font-size: 12px;
    padding: 0 10px;
}

.gglist-form .gglist-search .item .cont a.on {
    height: 24px;
    line-height: 24px;
    background-color: #3ad08b;
    color: #fff;
    border-radius: 3px;
}

.gglist-form .gglist-search .item .keysearch {
    float: left;
}

.gglist-form .gglist-search .item .keysearch .input {
    float: left;
    width: 197px;
    height: 28px;
    line-height: 1;
    font-size: 12px;
    border-color: #ddd;
}

.gglist-form .gglist-search .item .cont .serbtn,
.gglist-form .gglist-search .item .keysearch .serbtn {
    float: left;
    padding: 0 10px;
    background-color: #e8e8e8;
    height: 28px;
    line-height: 28px;
    border-radius: 3px;
    margin: 0 10px;
    font-size: 12px;
    color: #666;
}

.gglist-form .gglist-sort {
    height: 58px;
    margin-top: 15px;
    padding: 15px 0;
    background-color: #fff;
    box-shadow: 0 1px 5px 1px rgba(216, 216, 216, 0.7);
    clear: both;
    position: relative;
}

.gglist-form .gglist-sort h4 {
    float: left;
    font-size: 12px;
    line-height: 28px;
    color: #999;
    padding: 0 15px 0 30px;
}

.gglist-form .gglist-sort-box {
    width: 150px;
    height: 28px;
    float: left;
    color: #6c6c6c;
}

.gglist-form .gglist-sort-box .gglist-sort-key {
    height: 28px;
    /* line-height: 28px; */
    padding: 0 25px 0 10px;
    border: 1px solid #ddd;
    display: block;
    position: relative;
    background-color: #fff;
    cursor: pointer;
}

.gglist-form .gglist-sort-box .gglist-sort-key em {
    font-size: 12px;
}

.gglist-form .gglist-sort-box .gglist-sort-key i {
    position: absolute;
    top: 50%;
    right: 8px;
    margin-top: -5px;
    font-size: 12px;
    color: #adadad;
}

.gglist-form .gglist-sort-box .gglist-sort-keyhide {
    position: relative;
    /* display: none; */
    width: auto;
    left: 0;
    top: -1px;
    border: 1px solid #ddd;
    background: #fff;
    z-index: 99;
    max-height: 180px;
    overflow-y: auto;
    cursor: pointer;
}

.gglist-form .gglist-sort-box .gglist-sort-keyhide li {
    padding-left: 10px;
}

.gglist-form .gglist-sort-checkbox {
    display: inline-block;
    margin-left: 30px;
}

.gglist-form .gglist-sort-checkbox label {
    margin-bottom: 0;
    font-weight: normal;
    color: #666;
    font-size: 12px;
    cursor: pointer;
}

.gglist-form .gglist-sort-checkbox label:hover {
    color: #3ad08b;
}

.gglist-form .gglist-sort-checkbox label i {
    display: inline-block;
    margin: 0 3px 2px 0;
    width: 11px;
    height: 11px;
    background: url(../image/checkbox.png) no-repeat;
    vertical-align: middle;
}

.checkbox-ok {
    background-position: -11px 0 !important;
}

.gglist-list {
    width: 100%;
    clear: both;
    position: relative;
    margin-top: 15px;
    /* overflow: hidden; */
}

.gglist-searchlist {
    float: left;
    width: 100%;
}

.gglist-searchlist .gglist-listbox {
    background: #fff;
    box-shadow: 0 1px 5px 1px rgba(216, 216, 216, 0.7);
}

.gglist-searchlist .gglist-listbox .item {
    position: relative;
    top: 0;
    transition-duration: .3s;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5;
    padding: 20px 20px 20px 30px;
}

.gglist-searchlist .gglist-listbox .item:hover {
    box-shadow: 0 0px 8px 1px rgba(58, 207, 136, 0.8);
    z-index: 5;
    top: -5px;
}

.gglist-searchlist .gglist-listbox .item.time-org:hover {
    box-shadow: 0 0px 8px 1px rgba(255, 151, 18, 0.8);
    z-index: 5;
    top: -5px;
}

.gglist-searchlist .gglist-listbox .item.time-red:hover {
    box-shadow: 0 0px 8px 1px rgba(255, 70, 69, 0.8);
    z-index: 5;
    top: -5px;
}

.gglist-searchlist .gglist-listbox .item.time-end:hover {
    box-shadow: 0 0px 8px 1px rgba(226, 226, 226, 0.8);
    z-index: 5;
    top: -5px;
}

.gglist-searchlist .gglist-listbox .item .hd {
    padding-bottom: 15px;
}

.gglist-searchlist .gglist-listbox .item .hd em.blue {
    background-color: #6bb8fa;
}

.gglist-searchlist .gglist-listbox .item .hd em {
    float: left;
    height: 26px;
    line-height: 26px;
    font-size: 12px;
    color: #fff;
    padding: 0 10px;
    border-radius: 3px;
    margin-right: 10px;
}

.gglist-searchlist .gglist-listbox .item .hd .tit {
    max-width: 580px;
    float: left;
    font-size: 16px;
    line-height: 26px;
}

.gglist-searchlist .gglist-listbox .item .hd .date {
    float: right;
    font-size: 12px;
    line-height: 26px;
    color: #999;
}

.gglist-searchlist .gglist-listbox .item .bd .list {
    float: left;
    width: 810px;
}

.gglist-searchlist .gglist-listbox .item .bd .list li {
    float: left;
    width: 50%;
    line-height: 26px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.gglist-searchlist .gglist-listbox .item .bd .list span {
    color: #999;
}

.gglist-searchlist .gglist-listbox .item .bd .list .trade {
    display: inline;
    height: 20px;
    line-height: 20px;
    border: 1px #ccc dashed;
    background: #f8f8f8;
    font-size: 12px;
    color: #666;
    padding: 0 5px;
    margin: 0 3px;
}

.gglist-searchlist .gglist-listbox .item .bd .timewrap {
    position: relative;
    float: left;
    width: 299px;
    height: 45px;
    line-height: 45px;
    border-left: 1px #f0f0f0 solid;
    color: #999;
    font-size: 12px;
    padding-left: 20px;
    margin-top: 5px;
}

.gglist-searchlist .gglist-listbox .item .bd .countdown {
    position: absolute;
    right: -47px;
    top: 3px;
    width: 160px;
    height: 40px;
    background: #d9ece7;
    color: #25c178;
}

.gglist-searchlist .gglist-listbox .item.time-org .bd .countdown {
    background-color: #ffedda;
    color: #ff9826;
}

.gglist-searchlist .gglist-listbox .item.time-red .bd .countdown {
    background-color: #f7dede;
    color: #ff6666;
}

.gglist-searchlist .gglist-listbox .item.time-end .bd .countdown {
    background-color: #e2e2e2;
    color: #999;
}

.gglist-searchlist .gglist-listbox .item .bd .countdown span {
    float: left;
    font-size: 12px;
    line-height: 40px;
}

.gglist-searchlist .gglist-listbox .item .bd .countdown span.t {
    margin: 2px 5px 0 5px;
}

.gglist-searchlist .gglist-listbox .item .bd .countdown .days {
    float: left;
    font: bold 24px/normal arial;
    padding-left: 3px;
    margin-top: 6px;
}

.gglist-searchlist .gglist-listbox .item .bd .countdown b {
    float: left;
    width: 24px;
    height: 24px;
    border-radius: 3px;
    text-align: center;
    font: bold 16px/24px arial;
    color: #fff;
    margin: 8px 3px 0;
    background: -webkit-linear-gradient(bottom, #3acf88, #31dab4);
    background: -moz-linear-gradient(bottom, #3acf88, #31dab4);
    background: -o-linear-gradient(bottom, #3acf88, #31dab4);
    background: -ms-linear-gradient(bottom, #3acf88, #31dab4);
    background: linear-gradient(bottom, #3acf88, #31dab4);
}

.gglist-searchlist .gglist-listbox .item.time-org .bd .countdown b {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ff9726), to(#ffcd15));
    background: -webkit-linear-gradient(bottom, #ff9726, #ffcd15);
    background: -moz-linear-gradient(bottom, #ff9726, #ffcd15);
    background: -o-linear-gradient(bottom, #ff9726, #ffcd15);
    background: -ms-linear-gradient(bottom, #ff9726, #ffcd15);
    background: linear-gradient(bottom, #ff9726, #ffcd15);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ffcd15, endColorstr=#ff9726);
}

.gglist-searchlist .gglist-listbox .item.time-red .bd .countdown b {
    background: -webkit-gradient(linear, 0 0, 0 100%, from(#ed4f4f), to(#ff7373));
    background: -webkit-linear-gradient(bottom, #ed4f4f, #ff7373);
    background: -moz-linear-gradient(bottom, #ed4f4f, #ff7373);
    background: -o-linear-gradient(bottom, #ed4f4f, #ff7373);
    background: -ms-linear-gradient(bottom, #ed4f4f, #ff7373);
    background: linear-gradient(bottom, #ed4f4f, #ff7373);
    filter: progid: DXImageTransform.Microsoft.gradient(GradientType=0, startColorstr=#ff7373, endColorstr=#ed4f4f);
}

.gglist-searchlist .gglist-listbox .item .bd .countdown .arrow_l {
    position: absolute;
    left: -20px;
    top: 0px;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #d9ece7;
}

.gglist-searchlist .gglist-listbox .item.time-org .bd .countdown .arrow_l {
    border-right-color: #ffedda;
}

.gglist-searchlist .gglist-listbox .item.time-red .bd .countdown .arrow_l {
    border-right-color: #f7dede;
}

.gglist-searchlist .gglist-listbox .item.time-end .bd .countdown .arrow_l {
    border-right-color: #e2e2e2;
}

.gglist-searchlist .gglist-listbox .item .bd .countdown .arrow_r {
    position: absolute;
    right: -5px;
    top: -5px;
    display: inline-block;
    width: 0;
    height: 0;
    border-right: 5px solid transparent;
    border-top: 5px solid transparent;
    border-left: 5px solid #afc2bd;
}

.gglist-searchlist .gglist-listbox .item.time-org .bd .countdown .arrow_r {
    border-left: 5px solid #ddc3a6;
}

.gglist-searchlist .gglist-listbox .item.time-red .bd .countdown .arrow_r {
    border-left: 5px solid #e3aaaa;
}

.gglist-searchlist .gglist-listbox .item.time-end .bd .countdown .arrow_r {
    border-left: 5px solid #c4bbbb;
}

.gglist-pagebox {
    text-align: center;
}

.gglist-pagebox .gglist-listpage {
    display: inline-block;
    padding: 30px 0 10px;
    overflow: hidden;
}

.gglist-pagebox .gglist-listpage .items li {
    display: inline-block;
    float: left;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 8px;
    background: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-family: arial;
    border: 1px solid #e7e7e7;
}

.gglist-pagebox .gglist-listpage .items li.prev {
    width: 65px;
}

.gglist-pagebox .gglist-listpage .items li.disabled,
.gglist-pagebox .gglist-listpage .items li.disabled:hover {
    color: #bfbfbf
}

.gglist-pagebox .gglist-listpage .items a {
    display: block;
    color: #666;
}

.gglist-pagebox .gglist-listpage .items li.disabled a,
.gglist-pagebox .gglist-listpage .items li.disabled:hover a {
    color: #bfbfbf;
}

.gglist-pagebox .gglist-listpage .items li.cur {
    line-height: 30px;
    border: 1px #3acf88 solid;
    background: #fff;
    color: #3acf88;
    font-weight: bold;
}

.gglist-pagebox .gglist-listpage .items li.dot {
    cursor: default;
}

.gglist-pagebox .gglist-listpage .items li.next {
    width: 65px;
}

.gglist-pagebox .gglist-listpage .total {
    margin: 0 15px;
}

.gglist-pagebox .gglist-listpage .total,
.gglist-pagebox .gglist-listpage .text {
    height: 32px;
    line-height: 32px;
    color: #9e9e9e;
    font-size: 12px;
}

.gglist-pagebox .gglist-listpage .form span {
    float: left;
    margin-left: 10px;
}

.gglist-pagebox .gglist-listpage .form .input {
    width: 55px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    font-size: 12px;
    color: #666;
}

.gglist-pagebox .gglist-listpage .form .btn {
    display: inline-block;
    width: 65px;
    height: 32px;
    background: #fff;
    text-align: center;
    color: #656565;
    margin-left: 10px;
    border: 1px solid #e7e7e7;
}


/* ggdetail */

.ggdetail-location {
    position: relative;
    height: 50px;
    line-height: 50px;
    padding-left: 25px;
    left: 5px;
    color: #999;
    background: url(../image/index_24.png) no-repeat center left;
}

.ggdetail-location a {
    color: #343434;
}

.ggdetail-box {
    background: #fff;
    padding: 0 50px 50px;
}

.ggdetail-box .ggdetail-title {
    padding: 30px 0;
    border-bottom: 1px #ddd dashed;
}

.ggdetail-box .ggdetail-title h3 {
    font: bold 20px/normal Microsoft Yahei;
    text-align: center;
}

.ggdetail-box .ggdetail-content>div>.MsoNormal:first-child {
    /* display: none; */
}

.ggdetail-box .ggdetail-btn {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 50px;
    background-color: #fff;
    border: 1px solid #007bfc;
    color: #007bfc;
    font-size: 18px;
    border-radius: 5px;
    cursor: pointer;
    vertical-align: middle;
    overflow: visible;
}

.ggdetail-box .ggdetail-btn:hover {
    color: #fff;
    background-color: #007bfc;
    border: 1px solid #007bfc;
}


/* helpcenter */

.helpcont {
    /* padding: 0 30px 80px 0; */
}

.helpcont .item {
    float: left;
    margin-right: 30px;
    width: 350px;
    height: auto;
    background-color: #fff;
    box-shadow: 0px 0px 2px #ccc;
}

.helpcont .green h3 {
    background: url(../image/index_14.png) no-repeat center;
}

.helpcont .item h3 {
    height: 80px;
    line-height: 80px;
    color: #fff;
}

.helpcont .item h3 span {
    float: left;
    font-size: 24px;
    padding-left: 25px;
}

.helpcont .item h3 i {
    float: right;
    width: 48px;
    height: 48px;
    margin-right: 25px;
    margin-top: 16px;
}

.helpcont .item.green h3 i {
    background: url(../image/index_17.png) no-repeat center;
}

.helpcont .helpcont-yw {
    padding: 20px 0 10px 20px;
    height: 330px;
    background-color: #fff;
    overflow: hidden;
    color: #ccc;
}

.helpcont .green .helpcont-yw em {
    background-color: #219ae3;
}

.helpcont .blue .helpcont-yw em {
    background-color: #58ae53;
}

.helpcont .red .helpcont-yw em {
    background-color: #ffa209;
}

.helpcont .helpcont-yw li {
    height: 30px;
    line-height: 30px;
    padding-right: 20px;
    vertical-align: middle;
    /* list-style-type: disc; */
}

.helpcont .helpcont-yw li .circle {
    height: 30px;
    line-height: 22px;
}

.helpcont .helpcont-yw li em {
    display: inline-block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000;
}

.helpcont .helpcont-yw li p {
    max-width: 280px;
    margin-left: 15px;
}

.helpcont .item .bot {
    margin: 0 20px;
    border-top: 1px #eee solid;
    padding: 20px 0;
}

.helpcont .item .bot a {
    display: inline-block;
    height: 33px;
    line-height: 33px;
    padding: 0 28px;
    border: 1px solid #ddd;
    border-radius: 50px;
}

.helpcont .green .bot a {
    border: 1px solid #219ae3;
    color: #219ae3;
}

.helpcont .green .bot a:hover {
    border: 1px solid #219ae3;
    background-color: #219ae3;
    color: #fff;
}

.helpcont .blue h3 {
    background: url(../image/index_15.png) no-repeat center;
}

.helpcont .blue h3 i {
    background: url(../image/index_18.png) no-repeat center;
}

.helpcont .blue .bot a {
    border: 1px solid #58ae53;
    color: #58ae53;
}

.helpcont .blue .bot a:hover {
    border: 1px solid #58ae53;
    background-color: #58ae53;
    color: #fff;
}

.helpcont .red h3 {
    background: url(../image/index_16.png) no-repeat center;
}

.helpcont .red h3 i {
    background: url(../image/index_19.png) no-repeat center;
}

.helpcont .red .bot a {
    border: 1px solid #ffa209;
    color: #ffa209;
}

.helpcont .red .bot a:hover {
    border: 1px solid #ffa209;
    background-color: #ffa209;
    color: #fff;
}


/* helplist */

.helplist {
    background-color: #fff;
    height: 530px;
    margin-bottom: 60px;
}

.helplist .left {
    float: left;
    width: 220px;
    background-color: #fafafa;
    border-right: 1px solid #eee;
    height: 530px;
}

.helplist .left li {
    height: 60px;
    line-height: 60px;
    border-bottom: 1px solid #eee;
    border-left: 5px solid #fafafa;
    font-size: 16px;
    padding-left: 20px;
    cursor: pointer;
}

.helplist .left li.cur {
    position: relative;
    border-left: 5px solid #249ae4;
    background-color: #fff;
    width: 215px;
    color: #249ae4;
    font-weight: bold;
}

.helplist .left li.cur i {
    display: block;
    float: left;
    width: 25px;
    height: 60px;
    background: url(../image/index_28.png) no-repeat center;
}

.helplist .left li.cur a {
    float: left;
    color: #249ae4;
    margin-left: 20px;
}

.helplist .right {
    width: 960px;
    float: left;
}

.helplist .right .helplist-list {
    padding: 20px 35px 0;
    height: 420px;
    background-color: #fff;
    overflow: hidden;
    color: #ccc;
}

.helplist .right .helplist-list li {
    height: 40px;
    line-height: 40px;
    padding: 0;
    border-bottom: 1px dashed #ddd;
    vertical-align: middle;
    /* list-style-type: disc; */
}

.helplist .right .helplist-list li p {
    max-width: 820px;
}

.helplist .right .helplist-list li span {
    font-size: 12px;
    color: #999;
}

.helplist .right .helplist-pagebox {
    text-align: center;
}

.helplist .right .helplist-pagebox .helplist-page {
    display: inline-block;
    padding: 30px 0 10px;
    overflow: hidden;
}

.helplist .right .helplist-pagebox .helplist-page .items li {
    display: inline-block;
    float: left;
    width: 32px;
    height: 32px;
    line-height: 32px;
    margin-right: 8px;
    background-color: #fff;
    text-align: center;
    vertical-align: middle;
    font-size: 14px;
    font-family: arial;
    border: 1px solid #e7e7e7;
}

.helplist .right .helplist-pagebox .helplist-page .items li.prev {
    width: 65px;
}

.helplist .right .helplist-pagebox .helplist-page .items li.disabled,
.helplist .right .helplist-pagebox .helplist-page .items li.disabled:hover {
    color: #bfbfbf;
}

.helplist .right .helplist-pagebox .helplist-page .items a {
    display: block;
    color: #666;
}

.helplist .right .helplist-pagebox .helplist-page .items li.disabled a,
.helplist .right .helplist-pagebox .helplist-page .items li.disabled:hover a {
    color: #bfbfbf;
}

.helplist .right .helplist-pagebox .helplist-page .items li.cur {
    line-height: 30px;
    border: 1px solid #249ae4;
    background-color: #fff;
    color: #249ae4;
    font-weight: bold;
}

.helplist .right .helplist-pagebox .helplist-page .items li.dot {
    cursor: default;
}

.helplist .right .helplist-pagebox .helplist-page .items li.next {
    width: 65px;
}

.helplist .right .helplist-pagebox .helplist-page .total {
    margin: 0 15px;
}

.helplist .right .helplist-pagebox .helplist-page .total,
.helplist .right .helplist-pagebox .helplist-page .text {
    height: 32px;
    line-height: 32px;
    color: #9e9e9e;
    font-size: 12px;
}

.helplist .right .helplist-pagebox .helplist-page .form span {
    float: left;
    margin-left: 10px;
}

.helplist .right .helplist-pagebox .helplist-page .form .input {
    width: 55px;
    height: 32px;
    line-height: 32px;
    /* border: 0 none; */
    text-align: center;
    font-size: 12px;
    color: #666;
}

.helplist .right .helplist-pagebox .helplist-page .form .btn {
    display: inline-block;
    width: 65px;
    height: 32px;
    background-color: #fff;
    text-align: center;
    color: #656565;
    margin-left: 10px;
    border: 1px solid #e7e7e7;
}


/* dynamics */

.dynamics {
    background-color: #fff;
    margin-bottom: 30px;
    padding: 0 20px;
}

.dynamics .dynamics-title {
    padding: 30px 10px;
}

.dynamics .dynamics-title h2 {
    color: #333;
}

.dynamics .dynamics-box .dynamics-tit {
    margin: 0 0 30px;
    overflow: hidden;
    padding: 0 10px;
}

.dynamics .dynamics-box .dynamics-tit li {
    float: left;
    width: 120px;
    height: 40px;
    margin-right: 20px;
    line-height: 40px;
    border: 1px solid #3385F5;
    color: #3385F5;
    text-align: center;
    cursor: pointer;
    border-radius: 5px;
}

.dynamics .dynamics-box .dynamics-tit li a {
    color: #3385F5;
}

.dynamics .dynamics-box .dynamics-tit li.on {
    color: #fff;
    background-color: #3385F5;
}

.dynamics .dynamics-box .dynamics-tit li.on a {
    color: #fff;
}

.dynamics .dynamics-box .dynamics-tab .dynamics-list {
    position: relative;
    width: 100%;
    height: 600px;
    text-align: center;
    min-height: 50px;
}

.dynamics .dynamics-box .dynamics-tab .dynamics-more {
    text-align: center;
    margin-bottom: 20px;
}

.dynamics .dynamics-box .dynamics-tab .dynamics-more .dynamics-more-link {
    display: inline-block;
    height: 45px;
    line-height: 45px;
    padding: 0 50px;
    color: #007bfc;
    text-align: center;
    cursor: pointer;
    border: 1px solid #249ae4;
    background-color: #fff;
    border-radius: 5px;
    font-size: 18px;
}

.dynamics .dynamics-box .dynamics-tab .dynamics-more .dynamics-more-link:hover {
    color: #fff;
    background-color: #007bfc;
}

.dynamics .dynamics-list .dynamics-panel {
    width: 33.3%;
    position: absolute;
    top: 0px;
    left: 0px;
    visibility: visible;
    text-align: left;
}

.dynamics .dynamics-list .dynamics-panel .inner {
    padding: 1px;
    margin: 10px 0;
    border: 1px solid #cfcfcf;
}

.dynamics .dynamics-list .dynamics-panel .inner .img {
    position: relative;
    height: 281px;
}

.dynamics .dynamics-list .dynamics-panel .inner .img img {
    /* width: 100%; */
    width: 375px;
    height: auto;
}

.dynamics .dynamics-list .dynamics-panel .inner .img em {
    display: block;
    width: 14px;
    height: 8px;
    position: absolute;
    bottom: 0;
    left: 40px;
    background: url(../image/dot38.png) no-repeat;
}

.dynamics .dynamics-list .dynamics-panel .inner .txt {
    padding: 0px 20px 40px;
}

.dynamics .dynamics-list .dynamics-panel .inner .txt h2 {
    margin: 0 0 10px;
}

.dynamics .dynamics-list .dynamics-panel .inner .txt h2 a {
    display: block;
    max-width: 335px;
}

.dynamics .dynamics-list .dynamics-panel .inner .txt .c {
    color: #888;
    max-height: 80px;
    overflow: hidden;
    font-size: 16px;
}

.dynamics .dynamics-list .dynamics-panel .inner .txt .cSpan {
    display: block;
    color: #888;
    font-family: arial;
    margin: 8px 0 15px;
    height: auto;
    font-size: 16px;
    text-align: right;
}

.dynamics .dynamics-list .dynamics-panel .inner .txt a.more {
    display: block;
    font-size: 12px;
    width: 80px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    color: #249ae4;
    border: 1px solid #249ae4;
    margin: 0 auto;
    border-radius: 5px;
}

.dynamics .dynamics-list .dynamics-panel .inner .txt a.more:hover {
    background-color: #249ae4;
    color: #fff;
    border-color: #fff;
}


/* contact */

.contact {
    position: relative;
    overflow: hidden;
}

.contact-location {
    position: relative;
    height: 45px;
    line-height: 45px;
    padding-left: 25px;
    left: 5px;
    color: #999;
    background: url(../image/index_24.png) no-repeat center left;
}

.contact-location span {
    margin: 0 8px;
}

.contact-box {
    padding: 0 50px 50px 20px;
    min-height: 630px;
    /* background: url(/EPMasterPage/chain/images/index_30.png) no-repeat 15px 40px; */
    background-color: #fff;
    position: relative;
}

.contact-box .contact-txt {
    min-height: 320px;
}

.contact-box .contact-txt .contact-dl {
    width: 450px;
    padding: 0 0 20px 0;
}

.contact-box .contact-txt .contact-dl:first-child {
    margin-bottom: 20px;
}

.contact-box .contact-txt .contact-dl dt {
    padding-bottom: 10px;
    font-size: 18px;
    color: #000;
    font-weight: normal;
}

.contact-box .contact-txt .contact-dl dt em {
    display: block;
    width: 30px;
    height: 3px;
    background-color: #229be2;
}

.contact-box .contact-txt .contact-dl dd {
    color: #666;
    font-size: 14px;
}

.contact-img {
    position: absolute;
    top: 20px;
    right: 50px;
}

.contact-box .contact-txt .contact-email {
    margin-bottom: 10px;
    text-indent: 30px;
    background: url(404.png) no-repeat center left;
}

.contact-box .contact-txt .contact-phone {
    text-indent: 30px;
    background: url(404.png) no-repeat center left;
}

.contact-tablebox {
    position: relative;
}

.contact-line {
    border-top: 1px solid #ccc;
    position: absolute;
    width: 1100px;
    left: -60px;
}

.contact-tablebox .contact-table {
    overflow: hidden;
    margin-left: -40px;
}

.contact-tablebox .contact-table .contact-table-name,
.contact-tablebox .contact-table .contact-table-email,
.contact-tablebox .contact-table .contact-table-phone {
    width: 33.3%;
    text-align: center;
}

.contact-tablebox .contact-table h2 {
    height: 70px;
    line-height: 70px;
}

.contact-tablebox .contact-table h2 span {
    display: inline-block;
    height: 70px;
    background: url(404.png) no-repeat center left;
    padding-left: 65px;
    font-size: 16px;
    font-weight: bold;
}

.contact-tablebox .contact-table .contact-table-email h2 span {
    background: url(404.png) no-repeat center left;
}

.contact-tablebox .contact-table .contact-table-phone h2 span {
    background: url(404.png) no-repeat center left;
}

.contact-tablebox .contact-table ul {
    background-color: #f6f6f6;
}

.contact-tablebox .contact-table .contact-table-name ul,
.contact-tablebox .contact-table .contact-table-email ul {
    border-right: 1px solid #ccc;
}

.contact-tablebox .contact-table ul li {
    height: 35px;
    line-height: 35px;
}


/* impeach */

.impeach-location {
    position: relative;
    height: 45px;
    line-height: 45px;
    padding-left: 25px;
    left: 5px;
    color: #999;
    background: url(../image/index_24.png) no-repeat center left;
}

.impeach-location span {
    margin: 0 8px;
}

.impeach-box {
    background-color: #fff;
    box-shadow: 0 1px 5px 1px rgba(216, 216, 216, 0.7);
    clear: both;
    position: relative;
}

.impeach-box .impeach-species-box {
    width: 100%;
    height: 360px;
    overflow: hidden;
}

.impeach-box .impeach-species-box h2 {
    padding: 50px 0;
    font-size: 18px;
    text-align: center;
}

.impeach-box .impeach-species-box .impeach-species {
    width: 654px;
    margin: 0 auto;
    overflow: hidden;
    text-align: center;
}

.impeach-box .impeach-species-box .impeach-species .impeach-species-dl {
    width: 218px;
}

.impeach-box .impeach-species-box .impeach-species .impeach-species-dl dt a {
    padding: 12px 40px;
    font-size: 16px;
}

.impeach-box .impeach-species-box .impeach-species .impeach-species-dl.suggest dt a {
    color: #249ae4;
    border: 1px solid #249ae4;
}

.impeach-box .impeach-species-box .impeach-species .impeach-species-dl.suggest dt a:hover {
    color: #249ae4;
}

.impeach-box .impeach-species-box .impeach-species .impeach-species-dl.suggest dt a i {
    display: block;
    width: 60px;
    height: 60px;
    background: url(../image/index_25.png) no-repeat center;
    margin-bottom: 10px;
}

.impeach-box .impeach-species-box .impeach-species .impeach-species-dl.complain dt a {
    color: #54ab4d;
    border: 1px solid #54ab4d;
}

.impeach-box .impeach-species-box .impeach-species .impeach-species-dl.complain dt a:hover {
    color: #54ab4d;
}

.impeach-box .impeach-species-box .impeach-species .impeach-species-dl.complain dt a i {
    display: block;
    width: 60px;
    height: 60px;
    background: url(../image/index_26.png) no-repeat center;
    margin-bottom: 10px;
}

.impeach-box .impeach-species-box .impeach-species .impeach-species-dl.report dt a {
    color: #f26462;
    border: 1px solid #f26462;
}

.impeach-box .impeach-species-box .impeach-species .impeach-species-dl.report dt a:hover {
    color: #f26462;
}

.impeach-box .impeach-species-box .impeach-species .impeach-species-dl.report dt a i {
    display: block;
    width: 60px;
    height: 60px;
    background: url(../image/index_27.png) no-repeat center;
    margin-bottom: 10px;
}

.impeach-box .impeach-species-box .impeach-species .impeach-species-dl dd {
    text-align: left;
    padding: 40px 15px;
}

.impeach-box .impeach-species .impeach-search {
    text-align: right;
    font-size: 14px;
}

.impeach-box .impeach-species .impeach-search a {
    color: #428bca;
}

.impeach-box .impeach-suggest-box h2,
.impeach-box .impeach-complain-box h2,
.impeach-box .impeach-report-box h2 {
    padding: 50px 0;
    font-size: 18px;
    text-align: center;
}

.impeach-box .impeach-suggest-box .impeach-suggest-text,
.impeach-box .impeach-complain-box .impeach-complain-text,
.impeach-box .impeach-report-box .impeach-report-text {
    padding: 0 90px;
}

.impeach-box .impeach-suggest-box .impeach-suggest-text .text-title,
.impeach-box .impeach-complain-box .impeach-complain-text .text-title,
.impeach-box .impeach-report-box .impeach-report-text .text-title {
    font-size: 16px;
    font-weight: bold;
}

.impeach-box .impeach-suggest-box .impeach-suggest-check,
.impeach-box .impeach-complain-box .impeach-complain-check,
.impeach-box .impeach-report-box .impeach-report-check {
    height: 140px;
    text-align: center;
    color: #f00;
    padding-top: 15px;
}

.impeach-box .impeach-suggest-box .impeach-suggest-check .impeach-suggest-btn,
.impeach-box .impeach-complain-box .impeach-complain-check .impeach-complain-btn,
.impeach-box .impeach-report-box .impeach-report-check .impeach-report-btn {
    padding-top: 20px;
}

.impeach-box .impeach-suggest-box .impeach-suggest-check .impeach-suggest-btn a,
.impeach-box .impeach-complain-box .impeach-complain-check .impeach-complain-btn a,
.impeach-box .impeach-report-box .impeach-report-check .impeach-report-btn a {
    /* padding: 12px 25px;
    font-size: 16px;
    color: #fff;
    margin: 0 10px; */
    height: 45px;
    line-height: 45px;
    color: #007bfc;
    border: 1px solid #007bfc;
    padding: 0 50px;
    background-color: #fff;
    font-size: 18px;
}

.impeach-box .impeach-suggest-box .impeach-suggest-check .impeach-suggest-btn a:hover,
.impeach-box .impeach-complain-box .impeach-complain-check .impeach-complain-btn a:hover,
.impeach-box .impeach-report-box .impeach-report-check .impeach-report-btn a:hover {
    color: #fff;
    background-color: #007bfc;
}

.impeach-box .impeach-check-input {
    display: none;
}

.impeach-box .impeach-check-label {
    position: relative;
    cursor: pointer;
    top: 8px;
}

.impeach-box .impeach-check-label,
.impeach-box .impeach-check-text {
    margin: 0;
    cursor: pointer;
    color: #f00;
    font-weight: 700;
}

.impeach-box .impeach-check-input+label:before {
    content: '';
    display: block;
    right: 0;
    bottom: 0;
    width: 16px;
    height: 16px;
    border-radius: 3px;
    border: 1px solid #bbc5ce;
}

.impeach-box .impeach-check-input:checked+label:before {
    border-color: #6ba6ff;
    background-color: #6ba6ff;
}

.impeach-box .impeach-check-input:checked+label:after {
    content: '';
    display: block;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
    position: absolute;
    top: 5px;
    left: 4px;
    width: 8px;
    height: 5px;
}

.impeach-box .impeach-detail-box {
    padding: 40px 65px;
}

.impeach-box .impeach-detail-box .impeach-detail-border .impeach-detail-title {
    height: 36px;
    line-height: 36px;
    border: 1px solid #d3d3d3;
    background-color: #f0f5fa;
}

.redline {
    display: inline-block;
    width: 5px;
    height: 18px;
    background: #f25749;
    margin-left: 21px;
    vertical-align: middle;
}

.impeach-box .impeach-detail-border .impeach-detail-title span {
    vertical-align: middle;
    font-size: 16px;
}

.impeach-box .impeach-detail-border .impeach-detail-title .title-small {
    font-size: 12px;
    color: gray;
}

.impeach-box .impeach-detail-border .impeach-detail-title .title-small i {
    font-size: 16px;
    color: #f00;
}

.impeach-box .impeach-detail-box .impeach-item-box {
    border-left: 1px solid #d3d3d3;
    border-right: 1px solid #d3d3d3;
}

.impeach-box .impeach-detail-box .impeach-item-bottom {
    border-bottom: 1px solid #d3d3d3;
}

.impeach-box .impeach-detail-box .impeach-item-box .item {
    padding: 10px 0;
    line-height: 32px;
    overflow: hidden;
}

.impeach-box .impeach-detail-box .impeach-item-box .item .impeach-item-title {
    width: 240px;
    text-align: right;
    padding-right: 10px;
}

.fx4 {
    color: #f00;
    margin-right: 5px;
}

.impeach-box .impeach-detail-box .impeach-item-box .item .impeach-item-input {
    overflow: hidden;
}

.impeach-box .impeach-detail-box .impeach-item-box .item .impeach-item-input .input {
    width: 450px;
    height: 29px;
    border-color: #ccc;
}

.impeach-box .impeach-detail-box .impeach-item-box .item .impeach-item-small {
    font-size: 12px;
    color: gray;
    padding-left: 20px;
}

.impeach-box .impeach-detail-box .impeach-item-box .item .impeach-item-input p {
    font-size: 12px;
    color: gray;
}

.impeach-box .impeach-detail-box .impeach-item-box .item .impeach-item-input textarea {
    width: 700px;
    border: 1px solid #ccc;
    line-height: 20px;
}

.impeach-box .impeach-detail-box .impeach-item-box .item .impeach-item-input .select {
    width: 300px;
    text-align: left;
    text-align-last: left;
}

.file {
    outline: 0 !important;
}

.impeach-box .impeach-btn {
    padding-top: 45px;
    text-align: center;
}

.impeach-box .impeach-btn .btn {
    /* padding: 12px 40px;
    font-size: 16px;
    color: #fff; */
    height: 45px;
    line-height: 45px;
    color: #007bfc;
    border: 1px solid #007bfc;
    padding: 0 50px;
    background-color: #fff;
    font-size: 18px;
}

.impeach-box .impeach-btn .btn:hover {
    color: #fff;
    background-color: #007bfc;
}

.impeach-box .impeach-detail-box .impeach-item-box .impeach-item-input select {
    width: 70px;
    height: 30px;
    border-color: #ccc;
    text-align: center;
    text-align-last: center;
}


/* å…¬å‘Šè¯¦æƒ…å³ä¾§ */

.detail-service {
    position: fixed;
    top: 50%;
    right: 0;
    z-index: 9999;
    margin-top: 40px;
}

.detail-service ul {
    width: 50px;
}

.detail-service ul li {
    width: 50px;
    height: 50px;
    margin-bottom: 5px;
    color: #fff;
    text-align: center;
    background-color: #898989;
    vertical-align: bottom;
    cursor: pointer;
    border-radius: 3px;
}

.detail-service ul li.service-de {
    position: relative;
    height: 145px;
    line-height: inherit;
}

.detail-service ul li.service-de h3 {
    position: relative;
    z-index: 10;
    height: 145px;
    padding: 15px 15px 0;
    font-size: 18px;
    color: #fff;
    text-align: center;
    background-color: #007bfc;
    border-radius: 3px 0 0 3px;
}

.detail-service ul li.service-de h3 i {
    position: absolute;
    top: 105px;
    margin-left: -12px;
    font-size: 24px;
}

.detail-service ul li.service-de .info {
    position: absolute;
    top: 0;
    right: 120px;
    width: 130px;
    height: 180px;
    padding: 10px 5px;
    color: #898989;
    background-color: #f0f0f0;
}

.detail-service ul li.service-de .info p {
    position: relative;
    height: 80px;
}

.detail-service ul li.service-de .info p i {
    display: block;
    font-size: 24px;
    height: 42px;
    line-height: 42px;
}

.detail-service ul li.service-de .info .line {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
    height: 1px;
    background-color: #ddd;
}

.detail-service ul li.complain {
    position: relative;
    width: 50px;
    height: 50px;
}

.detail-service ul li.complain .side-box {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    border: 1px solid #007bfc;
    color: #007bfc;
    font: 16px/48px "微软雅黑";
    overflow: hidden;
    border-radius: 3px;
    background-color: rgb(255, 255, 255);
}

.detail-service ul li.complain .side-box i {
    width: 48px;
    height: 48px;
    line-height: 48px;
    background-color: #007bfc;
    color: #fff;
    top: 0;
    font-size: 24px;
    float: left;
}

.detail-service ul li.retop i {
    height: 50px;
    line-height: 50px;
    transform: rotate(180deg);
    font-size: 24px;
}

.detail-service ul li.retop:hover {
    background-color: #007bfc;
}

.white_content {
    display: none;
    position: fixed;
    top: 30%;
    left: 35%;
    width: 465px;
    height: 350px;
    padding: 0;
    border: 0;
    background-color: #fff;
    z-index: 999;
    overflow: auto;
}

.black_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: .7;
}


/* å‘å¸ƒä¿¡æ¯è¯¦æƒ… */

.content-detail {
    position: relative;
    height: 45px;
    line-height: 45px;
    padding-left: 25px;
    left: 5px;
    color: #999;
    background: url(../image/index_24.png) no-repeat center left;
}

.content-detail li {
    float: left;
}

.content-detail li+li:before {
    padding: 0 5px;
    content: ">";
}

.contdetail-box {
    min-height: 400px;
    background-color: #fff;
    padding: 0 50px 50px;
    margin-bottom: 50px;
}

.contdetail-box .contdetail-title {
    padding: 30px 0;
    border-bottom: 1px #ddd dashed;
}

.contdetail-box .contdetail-title h3 {
    font: bold 20px/normal Microsoft Yahei;
    text-align: center;
}

.contdetail-box .detail-cont a {
    color: #428bca;
}

.promap-box {
    background-color: #fff;
    box-shadow: 0 1px 5px 1px rgba(216, 216, 216, 0.7);
    overflow: hidden;
    margin: 10px 2px;
}

.promap-box h2 {
    padding-top: 20px;
    overflow: hidden;
}

.promap-box h2 label {
    float: left;
    display: inline-block;
    padding-left: 10px;
    font-size: 16px;
    line-height: 1;
    border-left: 6px solid #249ae4;
    font-weight: normal;
}

.floatDiv {
    position: absolute;
    top: 30px;
    left: 240px;
}

.floatDiv .floatSpan {
    overflow: hidden;
    display: block;
    /* width: 300px; */
    height: 28px;
    font-size: 16px;
    color: #f00;
    margin: 0;
    padding: 0;
    border: none;
}


/* 修改密码增加 */

.black_overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: .70;
    filter: alpha(opacity=70);
}

.white_content {
    display: none;
    position: fixed;
    top: 30%;
    left: 35%;
    width: 465px;
    height: 350px;
    padding: 0px;
    border: 0px solid black;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

#iframepwd {
    width: 445px;
    height: 335px;
}

/* 公告详情开始 */
.message-box .message-header{
	height: 50px;
	line-height: 50px;
	font-size: 18px;
}
.message-box .message-danger{
	padding: 15px;
	background-color: #f2dede;
	border-radius: 3px;
	margin-bottom: 20px;
	border: 1px solid #ebccd1;
	color: #a94442;
}
.message-box .message-danger a{
	color: #1a7ad9;
}
.message-box .alert-warning a{
	color: #e2473d;
}
.message-img img{
    display: block;
    margin: 0 auto;
}
