/**
 * @name index.scss
 * @author ahuing
 * @date 2016-01-19 17:32:29
 */
.ml280 {
    margin-left: 280px;
}

.cond-sea {
    padding: 10px 50px 10px 10px;

    vertical-align: top;
}

.cond-sea .cond-txt {
    line-height: 34px;

    overflow: hidden;

    width: 186px;
    height: 34px;
    padding: 0 10px;

    border: 1px solid #e7e7e7;
    background: #fff;
}

.cond-sea .cond-btn {
    font-size: 22px;

    position: absolute;
    top: 10px;
    right: 10px;

    width: 40px;
    height: 36px;

    cursor: pointer;
    vertical-align: top;

    color: #fff;
    border: none;
    background-color: #e43;
}

/*jqduang-mod*/
.jqDuang-mod {
    position: relative;

    *zoom: 1;
}

.jqDuang-mod .prev,
.jqDuang-mod .next {
    font-size: 30px;

    position: absolute;
    top: 50%;
    left: -10px;

    width: 36px;

    cursor: pointer;
    -webkit-transition: left .3s, opacity .5s, right .3s;
       -moz-transition: left .3s, opacity .5s, right .3s;
         -o-transition: left .3s, opacity .5s, right .3s;
            transition: left .3s, opacity .5s, right .3s;
    text-align: center;

    opacity: 0;
    color: #fff;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #000;

    filter: alpha(opacity=0);
}

.jqDuang-mod .next {
    right: -10px;
    left: auto;
}

.jqDuang-mod:hover .prev {
    left: 0;

    opacity: .6;

    filter: alpha(opacity=60);
}

.jqDuang-mod:hover .next {
    right: 0;

    opacity: .6;

    filter: alpha(opacity=60);
}

/*flash*/
.flash .big {
    position: relative;

    overflow: hidden;

    height: 340px;
}

.flash .dot {
    line-height: 18px;

    position: absolute;

    width: 100%;
    margin-top: -36px;

    text-align: center;
}

.flash .dot .inner {
    display: inline-block;

    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px;
    background-color: rgba(0, 0, 0, .5);

        -ms-border-radius: 12px;
         -o-border-radius: 12px;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#80000000, endColorstr=#80000000);
}

.flash .dot i {
    line-height: 1000;

    display: inline-block;
    overflow: hidden;

    width: 12px;
    height: 12px;
    margin: 0 5px;

    cursor: pointer;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    background: #b7b7b7;

        -ms-border-radius: 50%;
         -o-border-radius: 50%;
}

.flash .dot .act {
    background: #e43;
}

.flash .prev,
.flash .next {
    line-height: 90px;

    height: 90px;
    margin-top: -45px;
}

/*scroll1*/
.scroll .big {
    position: relative;

    overflow: hidden;

    width: 640px;
    padding-right: 1px;
}

.scroll ul {
    width: 9999px;
}

.scroll li {
    line-height: 22px;

    float: left;

    width: 202px;
    margin-right: -1px;
    padding: 10px 5px;

    border: 1px solid #e7e7e7;
}

.scroll li a:hover {
    text-decoration: none;
}

.scroll li img {
    float: left;

    margin-right: 8px;
}

.scroll li h4 {
    font-size: 16px;

    overflow: hidden;

    height: 22px;
    margin-bottom: 5px;
}

.scroll li p {
    font-size: 12px;

    color: #666;
}

.scroll .prev,
.scroll .next {
    line-height: 46px;

    height: 46px;
    margin-top: -23px;
}

.scroll2 .prev,
.scroll2 .next {
    line-height: 100px;

    width: 40px;
    height: 100px;
    margin-top: -50px;
}

/*col-tools*/
.col-tools {
    border: 1px solid #e7e7e7;
    background: #f8f8f8;
}

.col-tools a {
    line-height: 26px;

    float: left;

    width: 33.3333%;
    padding: 10px 0;

    text-align: center;

    color: #999;
}

.col-tools a:hover {
    text-decoration: none;

    color: #e43;
    background: #fff;
}

.col-tools .ico08 {
    font-size: 22px;

    display: block;

    color: #e43;
    text-shadow: 0 0 1px #e43;
}

.col-tools1 {
    margin-right: -50px;

    _position: relative;
}

.col-tools1 a {
    line-height: 30px;

    float: left;

    width: 130px;
    margin: 9px 10px 0 0;

    text-align: center;

    color: #fff;
    background: #e43;
}

.col-tools1 a:nth-child(2n) {
    background: #f60;
}

.col-tools1 a:hover {
    text-decoration: none;

    opacity: .8;

    filter: alpha(opacity=80);
}

/*tab*/
.tab-hd li {
    font-size: 18px;
    line-height: 48px;

    position: relative;

    float: left;

    width: 299px;
    margin-left: -1px;

    cursor: pointer;
    text-align: center;

    border: 1px solid #e7e7e7;
    background: #fafafa;
}

.tab-hd .act {
    line-height: 45px;

    color: #e43;
    border-top: 3px solid #e43;
    border-bottom-color: #fff;
    background: #fff;
}

.tab-hd1 {
    margin-bottom: -1px;

    border-bottom: 1px solid #ddd;
}

.tab-hd1 a {
    line-height: 30px;

    float: left;

    padding: 0 17px;

    background: #f4f4f4;
}

.tab-hd1 a.act {
    color: #fff;
    background: #e43;
}

.tab-hd1 a:hover {
    text-decoration: none;
}

/*tlist*/
.tlist li {
    line-height: 40px;

    overflow: hidden;

    height: 40px;

    border-bottom: 1px dashed #e9e9e9;
}

.tlist1 li {
    line-height: 38px;

    overflow: hidden;

    height: 38px;
}

.tlist1 .dt a {
    font-size: 18px;
    font-weight: bold;

    color: #e43;
}

/*plist*/
.plist-mod {
    margin-right: -50px;

    _position: relative;
    *zoom: 1;
}

.plist-mod li .img {
    display: block;
    overflow: hidden;
}

.plist-mod li img {
    -webkit-transition: -webkit-transform .5s;
       -moz-transition:         transform .5s;
        -ms-transition:     -ms-transform .5s;
            transition:         transform .5s;
}

.plist-mod li:hover img {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1);
}

.plist-mod li:hover h4 {
    background-color: rgba(238, 68, 51, .5);

    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#80ee4433, endColorstr=#80ee4433);
}

.plist-mod h4 {
    line-height: 35px;

    position: relative;

    overflow: hidden;

    height: 35px;
    margin-top: -35px;

    background-color: rgba(0, 0, 0, .5);

    filter: progid:DXImageTransform.Microsoft.gradient(enabled='true', startColorstr=#80000000, endColorstr=#80000000);
}

.plist-mod h4 a {
    display: block;

    padding: 0 15px;

    color: #fff;
}

.plist-mod h4 a:hover {
    text-decoration: none;
}

.plist li {
    float: left;

    width: 220px;
    margin: 20px 25px 0 0;
}

.plist p {
    overflow: hidden;

    height: 29px;
    padding: 5px;
}

.plist1 li {
    float: left;

    width: 193px;
    margin: 20px 20px 0 0;
}

.plist1 h5 {
    line-height: 50px;

    overflow: hidden;

    height: 50px;
    margin-top: -1px;
    padding: 0 8px;

    border: 1px solid #e7e7e7;
}

.plist1 .tip {
    line-height: 40px;

    height: 40px;
}

.plist2 li {
    float: left;

    margin-right: 18px;
    padding: 2px;

    border: 1px solid #e7e7e7;
}

.plist3 {
    position: relative;

    overflow: hidden;

    width: 1200px;
}

.plist3 ul {
    width: 9999px;
}

.plist3 li {
    float: left;

    width: 285px;
    margin-right: 20px;

    text-align: center;
}

.plist4 li {
    line-height: 20px;

    padding: 12px 10px;

    vertical-align: top;

    border-top: 1px solid #e7e7e7;

    *zoom: 1;
}

.plist4 li:hover {
    background-color: #f8f8f8;
}

.plist4 img {
    float: left;

    margin-right: 20px;

    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;

        -ms-border-radius: 50%;
         -o-border-radius: 50%;
}

.plist4 p {
    color: #666;
}

.plist4 .more {
    font-size: 20px;
    line-height: 60px;

    display: block;

    margin-top: -1px;

    text-align: center;

    color: #fff;
    background: #e43 url(../images/ico-jjr.png) 20px 0 no-repeat;

    *zoom: 1;
}

.plist4 .more:hover {
    text-decoration: none;

    opacity: .8;
    color: #fff;

    filter: alpha(opacity=80);
}

/*col-title*/
.col-title {
    line-height: 40px;

    border-bottom: 3px solid #999;
}

.col-title h2 {
    font-size: 24px;

    overflow: hidden;

    width: 283px;

    text-indent: 20px;

    border-left: 4px solid #e43;
}

.col-title .col-nav {
    line-height: 37px;

    position: relative;
    bottom: -3px;
}

.col-title .col-nav a {
    float: left;

    padding: 0 3px;
}

.col-title .col-nav a:hover {
    float: left;

    padding: 0 3px;

    text-decoration: none;
}

.col-title .col-nav span {
    font-size: 16px;

    float: left;

    padding: 0 15px;

    border-bottom: 3px solid #999;
}

.col-title .col-nav .ico08 {
    line-height: 1;

    position: absolute;
    top: 28px;
    left: 50%;

    display: none;

    margin-left: -5px;
}

.col-title .col-nav .act {
    position: relative;

    color: #e43;
    background: #fff;
}

.col-title .col-nav .act span {
    cursor: pointer;

    border-bottom-color: #e43;
}

.col-title .col-nav .act .ico08 {
    display: block;
}

.col-title .col-info span {
    font: 24px Georgia;

    color: #e43;
}

.col-title .col-nav-lg span {
    padding: 0 25px;
}

/*form*/
.form-tg dd {
    padding: 8px 0;
}

.form-tg h4 {
    font-size: 18px;
    line-height: 26px;
}

.form-tg p {
    font-size: 12px;
}

.form-tg select {
    padding: 7px;

    border: 1px solid #ddd;
}

.form-list-hd {
    text-align: center;

    background: #f4f4f4;
}

.form-list-hd span {
    font: 24px Georgia;

    color: #e43;
}

.form-list li {
    line-height: 32px;

    overflow: hidden;

    height: 32px;
}

.form-list-bd {
    overflow: hidden;

    height: 192px;
}

/*link-hd*/
.link-hd h2 {
    font-size: 24px;
    line-height: 1;

    padding: 30px 0 15px;
}

.link-bd {
    background: #ececec;
}

.link-bd a {
    display: inline-block;

    margin: 0 10px;
}

/*ico*/
.ico-0 {
    font-size: 16px;

    color: #8bd3e9;
}

.ico-1 {
    font-size: 16px;

    color: #f27c78;
}

.ico-2 {
    font-size: 16px;

    color: #8dca48;
}

/*# sourceMappingURL=index.css.map */

/*# sourceMappingURL=../maps/css/index.css.map */