﻿@charset "utf-8";
/* CSS Document */
* {
    padding: 0;
    margin: 0;
}

body {
    margin: 0px;
    padding: 0px;
    color: #666;
    font-family: "微软雅黑", Arial, Helvetica, sans-serif;
    font-size: 14px;
    background: #fff;
    text-align: left;
    position: relative;
    line-height: 20px;
    min-width: 1200px;
}

img {
    border: 0;
    position: relative;
}

.clear {
    height: 0px;
    line-height: 0px;
    font-size: 0px;
    clear: both;
    visibility: hidden;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

div, ul, dl, dd, dt, li, p, span, h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
    list-style: none;
    list-style-type: none;
    word-wrap: break-word;
    position: relative;
    border: none;
    font-weight: 400;
}

a {
    color: #666;
    text-decoration: none;
    position: relative;
    cursor: pointer;
}

header, footer, nav, section, article, menu, aside {
    display: block;
    position: relative;
}

textarea {
    resize: none;
    font-family: "微软雅黑";
    font-size: 14px;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

th, td {
    text-align: left;
}

input {
    font-family: "微软雅黑";
    font-size: 14px;
}

    input:focus {
        outline: none;
    }

    input.sub {
        cursor: pointer;
        background: none;
        border: none;
    }

    input.text {
        background: none;
        border: none;
    }
/* common main */
.red, a.red {
    color: #cc0031;
}

.yellow, a.yellow {
    color: #f8bd09;
}

.white, a.white {
    color: #fff;
}

.fc, a.fc {
    color: #4fb0a5;
}

.c0, a.c0 {
    color: #000;
}

.c1, a.c1 {
    color: #111;
}

.c2, a.c2 {
    color: #222;
}

.c3, a.c3 {
    color: #333;
}

.c4, a.c4 {
    color: #444;
}

.c5, a.c5 {
    color: #555;
}

.c6, a.c6 {
    color: #666;
}

.c7, a.c7 {
    color: #777;
}

.c8, a.c8 {
    color: #888;
}

.c9, a.c9 {
    color: #999;
}
/*a:hover {color:#4fb0a5;}*/
.fs12 {
    font-size: 12px;
}

.fs14 {
    font-size: 14px;
}

.fs16 {
    font-size: 16px;
}

.fs18 {
    font-size: 18px;
}

.fs20 {
    font-size: 20px;
}

.fs22 {
    font-size: 22px;
}

.fs24 {
    font-size: 24px;
}

.fw-b {
    font-weight: bold;
}

.fw400 {
    font-weight: 400;
}

.ti2 {
    text-indent: 2em;
}

.lh18 {
    line-height: 18px;
}

.lh20 {
    line-height: 20px;
}

.lh25 {
    line-height: 25px;
}

.lh30 {
    line-height: 30px;
}

.lh35 {
    line-height: 35px;
}

.lh40 {
    line-height: 40px;
}

.unl {
    text-decoration: underline;
}

.unl-no {
    text-decoration: none;
}

.unl-th {
    text-decoration: line-through;
}

.ta-l {
    text-align: left;
}

.ta-c {
    text-align: center;
}

.ta-r {
    text-align: right;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.va-m {
    vertical-align: middle;
}

.va-t {
    vertical-align: top;
}

.pr {
    position: relative;
}

.pa {
    position: absolute;
}

.oh {
    overflow: hidden;
}

.none {
    display: none;
}

.block {
    display: block;
}

.inblock {
    display: inline-block;
}

.pointer {
    cursor: pointer;
}

.w100 {
    width: 100%;
}

.w1000 {
    width: 1000px;
}

.w1200 {
    width: 1200px;
}

.h5 {
    height: 5px;
}

.h10 {
    height: 10px;
}

.h15 {
    height: 15px;
}

.h20 {
    height: 20px;
}

.h25 {
    height: 25px;
}

.h30 {
    height: 30px;
}

.h40 {
    height: 40px;
}

.h50 {
    height: 50px;
}

.h60 {
    height: 60px;
}

.h70 {
    height: 70px;
}
/*.h100 { height:100%;}*/
.ma2 {
    margin: 2px;
}

.ma5 {
    margin: 5px;
}

.ma10 {
    margin: 10px;
}

.ma15 {
    margin: 15px;
}

.ma20 {
    margin: 20px;
}

.pa2 {
    padding: 2px;
}

.pa5 {
    padding: 5px;
}

.pa10 {
    padding: 10px;
}

.pa15 {
    padding: 15px;
}

.pa20 {
    padding: 20px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.mt5 {
    margin-top: 5px;
}

.mt10 {
    margin-top: 10px;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.mb5 {
    margin-bottom: 5px;
}

.mb10 {
    margin-bottom: 10px;
}

.mb15 {
    margin-bottom: 15px;
}

.mb20 {
    margin-bottom: 20px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pl15 {
    padding-left: 15px;
}

.pl20 {
    padding-left: 20px;
}

.pr5 {
    padding-right: 5px;
}

.pr10 {
    padding-right: 10px;
}

.pr15 {
    padding-right: 15px;
}

.pr20 {
    padding-right: 20px;
}

.pt2 {
    padding-top: 2px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.pb5 {
    padding-bottom: 5px;
}

.pb10 {
    padding-bottom: 10px;
}

.pb15 {
    padding-bottom: 15px;
}

.pb20 {
    padding-bottom: 20px;
}

.mga {
    margin-left: auto;
    margin-right: auto;
}

.main {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}

.absolute-r {
    position: absolute;
    left: auto;
    right: 0;
}

.absolute-l {
    position: absolute;
    left: 0;
    right: auto;
}

.comtab {
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}

.textover {
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
}

.whitebg, input.whitebg {
    background: #fff;
}

.eeebg, input.eeebg {
    background: #eee;
}

.cccbg, input.cccbg {
    background: #ccc;
}

/* js相关样式 */
.bannerbox {
    width: 100%;
    height: 520px;
    margin: 0 auto;
    overflow: hidden;
}

    .bannerbox a {
        display: block;
        width: 100%;
        height: 520px;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        left: 0;
        top: 0;
    }

#bannernum {
    position: absolute;
    width: 100%;
    bottom: 15px;
    text-align: center;
    left: 0;
    z-index: 10;
}

    #bannernum span {
        display: inline-block;
        width: 10px;
        height: 10px;
        background: #fff;
        line-height: 0px;
        font-size: 0px;
        margin: 0 5px;
    }

        #bannernum span.numsel {
            background: #4fb0a5;
        }

.bannerbox .main {
    z-index: 10;
    top: 250px;
}

    .bannerbox .main b {
        position: absolute;
        top: 0;
        display: block;
        width: 25px;
        height: 60px;
        cursor: pointer;
        transition: all 0.2s ease-in-out;
        -webkit-transition: all 0.2s ease-in-out;
        opacity: 0.5;
    }

#adlast {
    background: url(../images/ad_page02.png) no-repeat;
    left: 0;
}

#adnext {
    background: url(../images/ad_page01.png) no-repeat;
    right: 0;
}

.bannerbox .main b:hover {
    opacity: 1;
}
/* cartoon */
.cartoon {
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
}

/*顶部*/
.mainhead {
    width: 100%;
    height: 108px;
    z-index: 99;
}

    .mainhead .main {
        padding-top: 25px;
    }

    .mainhead h1 {
        float: left;
        width: 280px;
    }

    .mainhead ul {
        float: right;
        width: 920px;
    }

        .mainhead ul li {
            float: left;
            padding: 0 0 0 50px;
            _width: 40px;
            height: 83px;
        }

            .mainhead ul li .a1 {
                display: block;
                white-space: nowrap;
                font-size: 16px;
                padding-top: 15px;
                height: 64px;
                border-bottom: 4px solid #fff;
                transition: all 0.2s ease-in-out 0.01s;
                -webkit-transition: all 0.2s ease-in-out 0.01s;
            }

            .mainhead ul li menu {
                position: absolute;
                left: 50%;
                top: 83px;
                width: 120px;
                margin-left: -35px;
                display: none;
            }

                .mainhead ul li menu a {
                    display: block;
                    line-height: 45px;
                    height: 45px;
                    white-space: nowrap;
                    overflow: hidden;
                    background: #419d93;
                    transition: all 0.2s ease-in-out 0.01s;
                    -webkit-transition: all 0.2s ease-in-out 0.01s;
                    color: #fff;
                    text-align: center;
                    font-size: 16px;
                }

                    .mainhead ul li menu a:hover {
                        background: #4fb0a5;
                        color: #fff;
                    }

            .mainhead ul li.sel .a1, .mainhead ul li:hover .a1 {
                border-bottom: 4px solid #4fb0a5;
                color: #4fb0a5;
            }













.cw404 {
    width: auto;
    height: auto;
    margin-left: 200px;
    padding-top: 150px;
}

    .cw404 .img {
        width: 283px;
        height: 324px;
    }

    .cw404 .info {
        margin-left: 100px;
        margin-top: 98px;
    }

        .cw404 .info h2 {
            color: #000;
            font-size: 24px;
            font-weight: bold;
        }

        .cw404 .info p {
            width: auto;
            line-height: 25px;
            color: #333;
        }

        .cw404 .info a {
            color: #ea1c26;
            width: auto;
            line-height: 25px;
        }

            .cw404 .info a:hover {
                text-decoration: underline;
            }

.null {
    width: 100%;
    height: 100%;
    padding-top: 200px;
    padding-bottom: 200px;
    text-align: center;
}

.c9 {
    color: #999;
}

.picList li {
    float: left;
}

.sea-null {
    width: 100%;
    height: auto;
    margin: 10px auto;
    min-height: 475px;
    position: relative;
    text-align: center;
}

.ss-t {
    margin-top: 48px;
    color: #000;
    font-size: 20px;
    line-height: 57px;
    border-bottom: 1px dashed #cccccc;
}

.quiz_list .tit {
    color: #333;
    margin-bottom: 10px;
    width: 85%;
}

.quiz_list .detail {
    color: #666;
    line-height: 22px;
    height: 42px;
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.quiz_list .data {
    top: 0;
    position: absolute;
    right: 0;
    color: #999;
}

.quiz_list li {
    padding: 20px 0;
    border-bottom: 1px dashed #d2d2d2;
}

.quiz_list {
    padding-top: 25px;
    /*padding-bottom: 100px;*/
}

.newleft {
    padding-left: 300px;
    overflow: hidden;
}

.qj-x {
    width: 40px;
    height: 40px;
    display: block;
    position: absolute;
    top: 24px;
    right: 48px;
    z-index: 999;
}

    .qj-x img {
        width: 40px;
        height: 40px;
    }

.prd-cen li a .prd-cen-font {
    display: -webkit-box;
    overflow: hidden;
    white-space: normal !important;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 48px;
    line-height: 24px;
}


::-webkit-scrollbar {
    width: 8px;
    background: #f0f0f0;
}

::-webkit-scrollbar-thumb {
    width: 8px;
    background: #9f1f24;
}

::-webkit-scrollbar-corner {
    background: #f0f0f0;
}

::-webkit-scrollbar:horizontal {
    height: 9px;
}



input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}

.fix_right {
    position: fixed;
    right: 3.4%;
    top: 64%;
    z-index: 66;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

    .fix_right a {
        display: block;
        margin-bottom: 1px;
        width: 50px;
        height: 50px;
        background-color: rgba(0, 0, 0, 0.75);
        background-repeat: no-repeat;
        background-position: center;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }

        .fix_right a .sys {
            position: absolute;
            right: 50px;
            top: 0;
            display: block;
            width: 140px;
            height: 140px;
            transition: all 0.3s ease-in-out;
            -webkit-transition: all 0.3s ease-in-out;
            visibility: hidden;
            opacity: 0;
        }

        .fix_right a:hover {
            background-color: rgba(159, 31, 36, 0.9);
        }

            .fix_right a:hover .sys {
                visibility: visible;
                opacity: 1;
            }

    .fix_right .fix_a4 {
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease-in-out;
        -webkit-transition: all 0.3s ease-in-out;
    }

    .fix_right .fix_show {
        opacity: 1;
        visibility: visible;
    }

.footnav {
    overflow: hidden;
    margin-top: 30px;
}

    .footnav a {
        color: #999;
    }

    .footnav span {
        margin: 10px;
        color: #444;
    }

.hea_phone {
    float: right;
    padding-left: 41px;
    padding-top: 15px;
    line-height: 18px;
    background: url(../images/index/ph.png) no-repeat left 17px;
}

    .hea_phone .t1 {
        font-size: 14px;
        padding-top: 0px;
        color: #333;
    }

    .hea_phone .t2 {
        font-size: 14px;
        margin-top: 6px;
        color: #999;
    }
.foo_ph .fax {
  position: absolute;
  left: 50px;
  top: 0px;
  z-index: 10;
  width: 170px;
  height: 20px;
  line-height: 20px;
  padding: 5px;
  background: #fff;
  border: 1px solid #ccc;
  transition: all 0.3s ease-in-out 0.01s;
  -webkit-transition: all 0.3s ease-in-out 0.01s;
  transform: translate(20px, 0px);
  -webkit-transform: translate(20px, 0px);
  visibility: hidden;
  filter: alpha(Opacity=0);
  opacity: 0;
  -webkit-opacity: 0;
  font-size: 20px;
  text-align: center;
  color: #333 !important; }

.foo_ph:hover .fax {
  transform: translate(0, 0px);
  -webkit-transform: translate(0, 0px);
  filter: alpha(Opacity=100);
  opacity: 1;
  -webkit-opacity: 1;
  visibility: visible; }

.foo_ph .fax:after {
  content: '';
  position: absolute;
  left: -7px;
  top: 8px;
  background: url("../images/float00.png") no-repeat center center;
  width: 7px;
  height: 12px;
  transform: rotate(180deg); }