@charset "utf-8";
/*code by zhangeryi*/
/*css重置*/
@font-face {
    font-family: "PT Sans";
    font-weight: normal;
    font-style: normal;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, small {
    margin: 0;
    padding: 0;
}

body {
    font: 12px/1.5 "PT Sans", "Helvetica Neue", arial, "Microsoft Yahei", "微软雅黑", 'Hiragino Sans GB', tahoma, sans-serif;
    color: #000;
    text-align: justify;
}

h1, h2, h3, h4, h5, h6, small {
    font-size: 100%;
    overflow: hidden;
    font-weight: normal;
}

input, select {
    vertical-align: middle;
    font-size: 12px;
}

ol, ul, li {
    list-style: none;
}

i {
    font-style: normal;
}

img {
    border: 0;
}

ul, li {
    list-style-type: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*全局公用*/
.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.f12 {
    font-size: 12px
}

.f13 {
    font-size: 13px
}

.f14 {
    font-size: 14px
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f20 {
    font-size: 20px;
}

.f22 {
    font-size: 22px;
}

.f24 {
    font-size: 24px;
}

.f26 {
    font-size: 26px;
}

.f28 {
    font-size: 28px;
}

.divc {
    margin: 0 auto
}

.fb {
    font-weight: bold
}

.dis {
    display: block;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.cl {
    clear: both;
    font-size: 0;
    height: 0;
    overflow: hidden;
}

.cl5 {
    clear: both;
    font-size: 0;
    height: 5px;
    overflow: hidden;
}

.cl10 {
    clear: both;
    font-size: 0;
    height: 10px;
    overflow: hidden;
}

.cl15 {
    clear: both;
    font-size: 0;
    height: 15px;
    overflow: hidden;
}

.cl20 {
    clear: both;
    font-size: 0;
    height: 20px;
    overflow: hidden;
}

.cl30 {
    clear: both;
    font-size: 0;
    height: 30px;
    overflow: hidden;
}

.cl40 {
    clear: both;
    font-size: 0;
    height: 40px;
    overflow: hidden;
}

.cl50 {
    clear: both;
    font-size: 0;
    height: 50px;
    overflow: hidden;
}

a:link {
    color: #666;
    text-decoration: none;
}

a:visited {
    color: #666;
    text-decoration: none
}

a:hover {
    color: #e60044;
    text-decoration: none
}

a:active {
    color: #e60044;
    text-decoration: none;
}

.ti2 {
    text-indent: 2em;
}

.w1000 {
    width: 1000px;
}

.w980 {
    width: 980px;
}

.w1200 {
    width: 1200px;
}

.wauto {
    width: auto;
}

.ovn {
    overflow: hidden;
}

.r3 {
    -moz-border-radius: 3px;
    -khtml-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

a.more, a.more:link, a.more:visited {
    font-size: 12px;
    font-weight: normal;
}

a.more:hover, a.more:active {
    cursor: pointer;
}

a.lan, a.lan:link, a.lan:visited, .lan {
    color: #334cc0;
}

a.lan:hover, a.lan:active {
    color: #334cc0;
    text-decoration: underline;
}

a.cheng, a.cheng:link, a.cheng:visited, .cheng {
    color: #fc814b;
}

a.cheng:hover, a.cheng:active {
    color: #fc814b;
    text-decoration: underline;
}

a.tdu:hover {
    text-decoration: underline;
}

.redborder {
    border: 1px solid #f4167b;
}

.red, a.red {
    color: #f4167b
}

a.red:hover {
    text-decoration: underline;
}

.bai, a.bai {
    color: #fff;
}

.hui, a.hui {
    color: #777;
}

.qhui, a.qhui {
    color: #fff;
}

a.bai:hover {
    text-decoration: underline;
}

.t5 {
    margin-top: 5px;
}

.t10 {
    margin-top: 10px;
}

.t15 {
    margin-top: 15px;
}

.t20 {
    margin-top: 20px;
}

.t30 {
    margin-top: 30px;
}

.t40 {
    margin-top: 40px;
}

.t50 {
    margin-top: 50px;
}

.lh1 {
    line-height: 1;
}

.lh13 {
    line-height: 1.3;
}

.lh15 {
    line-height: 1.5;
}

.lh18 {
    line-height: 1.8;
}

.lh2 {
    line-height: 2;
}

.lh30 {
    line-height: 30px;
}

.clearfix {
    zoom: 1;
}

.clearfix:before, .clearfix:after {
    clear: both;
    content: " ";
    display: table;
}

.bgbai {
    background: #fff;
}

.bghui {
    background: #f0f0f0;
}

.p5 {
    padding: 5px;
}

.p10 {
    padding: 10px;
}

.p15 {
    padding: 15px;
}

.p20 {
    padding: 20px;
}

.pl5 {
    padding-left: 5px;
}

.pl10 {
    padding-left: 10px;
}

.pr10 {
    padding-right: 10px;
}

.pl20 {
    padding-left: 20px;
}

.pr20 {
    padding-right: 20px;
}

.pt5 {
    padding-top: 5px;
}

.pt10 {
    padding-top: 10px;
}

.pt15 {
    padding-top: 15px;
}

.pt20 {
    padding-top: 20px;
}

.ml5 {
    margin-left: 5px;
}

.ml10 {
    margin-left: 10px;
}

.ml15 {
    margin-left: 15px;
}

.ml20 {
    margin-left: 20px;
}

.ml25 {
    margin-left: 25px;
}

.mr5 {
    margin-right: 5px;
}

.mr10 {
    margin-right: 10px;
}

.mr15 {
    margin-right: 15px;
}

.mr20 {
    margin-right: 20px;
}

.wraperh-xs {
    padding-top: 5px;
    padding-bottom: 5px;
}

.wraperh {
    padding-top: 10px;
    padding-bottom: 10px;
}

.wraperh-sm {
    padding-top: 15px;
    padding-bottom: 15px;
}

.wraperh-md {
    padding-top: 20px;
    padding-bottom: 20px;
}

.wraperh-lg {
    padding-top: 40px;
    padding-bottom: 40px;
}

.wraperl-xs {
    padding-left: 5px;
    padding-right: 5px;
}

.wraperl {
    padding-left: 10px;
    padding-right: 10px;
}

.wraperl-sm {
    padding-left: 15px;
    padding-right: 15px;
}

.wraperl-md {
    padding-left: 20px;
    padding-right: 20px;
}

.wraperl-lg {
    padding-left: 40px;
    padding-right: 40px;
}

.bbd {
    border-bottom: 1px solid #ddd;
}

.btd {
    border-top: 1px solid #ddd;
}

.border {
    border: 1px solid #ddd;
}

.bbe {
    border-bottom: 1px solid #eee;
}

.bte {
    border-top: 1px solid #eee;
}

.bordere {
    border: 1px solid #eee;
}

.imgborder {
    padding: 1px;
    border: 1px solid #eee;
}

a:hover .imgborder {
    border: 1px solid #ccc;
}

.op:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.br0 {
    border-right: 0px !important;
}

.mr0 {
    margin-right: 0px !important;
}

.iblock {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: middle;
}

.transition {
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    transition: all 0.2s linear 0s;
}

.ellipsis {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: block;
}

.ellipsis2 {
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    height: 44px;
}

.ellipsis3 {
    line-height: 22px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    word-break: break-all;
}

.circle {
    border-radius: 100%
}

/*模板公用*/

/*编辑*/

/*导航*/
.nav {
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

.nav li {
    float: left;
}

.nav li h3 a {
    display: block;
    padding: 0 20px;
    font-size: 14px;
}

.nav .sub {
    display: none;
    left: 0;
    top: 34px;
    position: absolute;
    line-height: 26px;
    padding: 5px 0;
}
.nav .sub li {
    zoom: 1;
}
.nav .sub a {
    display: block;
    padding: 0 10px;
}


.fixed{
    position: fixed !important;
    top: 0 !important;
    width:100%;
}
.animated {

    -webkit-animation-duration: 1s;

    animation-duration: 1s;

    -webkit-animation-fill-mode: both;

    animation-fill-mode: both;

}

@-webkit-keyframes fadeInDown {

    from {

        opacity: 0;

        -webkit-transform: translate3d(0, -100%, 0);

        transform: translate3d(0, -100%, 0);

    }



    to {

        opacity: 1;

        -webkit-transform: none;

        transform: none;

    }

}



@keyframes fadeInDown {

    from {

        opacity: 0;

        -webkit-transform: translate3d(0, -100%, 0);

        transform: translate3d(0, -100%, 0);

    }



    to {

        opacity: 1;

        -webkit-transform: none;

        transform: none;

    }

}



.fadeInDown {

    -webkit-animation-name: fadeInDown;

    animation-name: fadeInDown;

}

@media (min-width: 1500px) {
    .container {
        width: 1480px;
    }
}







