﻿.bottom_dg {
    border-top: 1px solid #ededed;
}


/*.clearance{margin-bottom:20px;}*/

.content_dg {
    max-width: 1170px;
    margin: 0 auto;
    min-height: 250px;
}

.rtop {
    border-bottom: 1px dashed #eee;
    display: flow-root;
}

.rtop h5 {
    float: left;
    font-size: 18px;
    font-weight: 300;
    line-height: 50px;
}

.rtop span {
    float: right;
    font-size: 16px;
    line-height: 50px;
}

.rtop span img {
    padding-right: 10px;
    display: block;
    float: left;
    margin-top: 14px;
}

@media ( max-width:1030px) {
    .content_dg {
        padding: 0 20px;
    }
}

@media ( max-width:768px) {
    .clearance {
        margin-bottom: 100px;
    }
    .content_dg {
        padding: 0 20px;
    }
}

@media ( max-width:414px) {
    .rtop h5 {
        font-size: 16px;
    }
    .rtop span {
        font-size: 14px;
    }
}

@media ( max-width:375px) {
    .clearance {
        margin-bottom: 90px;
    }
    .rtop h5 {
        font-size: 16px;
    }
    .rtop span {
        font-size: 14px;
    }
}

.nav_column {
    padding-top: 20px;
}

.nav_column ul {
    display: block;
    text-align: center;
}

.nav_column ul li {
    display: inline-block;
    position: relative;
    padding: 8px 30px;
    margin: 20px 5px;
}

.nav_column ul li a {
    font-size: 14px;
}

.nav_column ul li:hover {
    background: #fd8a25;
}

.nav_column ul li:hover a {
    color: #fff;
}

.nav_hover {
    background: #fd8a25;
}

.nav_hover a {
    color: #fff;
}

@media ( max-width:768px) {
    .nav_column ul li {
        padding: 8px 28px;
    }
}

@media ( max-width:375px) {
    .nav_column ul li {
        padding: 8px 22px;
    }
}

.news-item {
    padding: 30px 0 20px;
    border-bottom: 1px dashed #eee;
    overflow: hidden;
}

.news-item .date-info {
    width: 80px;
    height: 80px;
    float: left;
    background-color: #eee;
    border-radius: 4px;
    text-align: center;
    overflow: hidden;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.news-item .date-info h2 {
    height: 55px;
    line-height: 55px;
    font-size: 38px;
    color: #aaa;
}

.news-item .date-info h3 {
    height: 25px;
    line-height: 25px;
    color: #fff;
    background-color: #ccc;
    font-size: 14px;
    font-weight: normal;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.news-item .news-content {
    margin-left: 110px;
}

.news-item .news-content .news-title {
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
}

.news-item .news-content a {
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.news-item .news-content p {
    font-size: 14px;
    color: #999;
}

.news-item:hover {
    cursor: pointer;
}

.news-item:hover .date-info {
    background-color: #fd8a25;
}

.news-item:hover .date-info h2 {
    color: #fff;
}

.news-item:hover .date-info h3 {
    background-color: #ef7000;
}

.news-item:hover .news-content a {
    color: #fd8a25;
}

.news-item a:hover {
    color: #fd8a25;
}

#pages {
    padding: 15px 0 25px;
    margin: 0px;
    text-align: center;
}

#pages a {
    display: inline-block;
    height: 30px;
    line-height: 30px;
    background: #fff;
    border: 1px solid #e3e3e3;
    text-align: center;
    color: #333;
    margin: 0 5px;
    padding: 0 20px;
}

#pages a.a1 {
    width: 56px;
}

#pages a:hover {
    background: #fd8a25;
    color: #fff;
    text-decoration: none;
}

#pages span {
    display: inline-block;
    margin: 0 5px;
    padding: 0 20px;
    height: 30px;
    line-height: 30px;
    background: #fd8a25;
    border: 1px solid #fd8a25;
    color: #fff;
    text-align: center;
}

.clearfix {
    zoom: 1;
}

.clearfix:after {
    content: "";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.content_box a {
    text-decoration: none
}

.content_box img {
    vertical-align: middle;
    border: 0
}

.content_box .item-list li {
    float: left;
    width: 32.2%;
    height: 320px;
    margin: 10px 5px 30px;
    background-color: #fff;
    overflow: hidden;
    position: relative;
}

.content_box .item-list li a {
    display: block;
    margin: 0 2%;
    overflow: hidden;
    position: relative;
    height: 100%;
}

.content_box .item-list .img {
    text-align: center;
    height: 240px;
    overflow: hidden;
    position: relative;
}

.content_box .item-list .img:after {
    content: "";
    position: absolute;
    left: 45%;
    top: 50%;
    width: 80px;
    height: 50px;
    background: /*#333*/
    url(../images/look.png) no-repeat center center;
    background-size: 80px 45px;
    margin-left: -25px;
    margin-top: -25px;
    font-size: 32px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    -webkit-transform: translateY(20%);
    transform: translateY(20%);
    visibility: hidden;
    opacity: 0;
}

.content_box .item-list li:hover .img:after {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    visibility: visible;
    opacity: 1;
}

.content_box .item-list .img img {
    max-width: 100%;
    height: 100%;
    -webkit-transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    transition: all .6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s
}

.content_box .item-list li:hover .img img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.content_box .caption {
    width: 100%;
    height: 80px;
    padding: 0 80px 0 10px;
    position: absolute;
    left: 0;
    bottom: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    background-color: #fff;
    border-bottom: 1px solid #e5e5e5
}

.content_box .caption .title {
    line-height: 80px;
    font-size: 15px;
    color: #555;
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.content_box .caption .info {
    color: #b5b5b5
}

.content_box .insert {
    width: 30px;
    height: 20px;
    line-height: 20px;
    position: absolute;
    top: 50%;
    right: 100px;
    margin-top: -10px;
    border-left: 1px solid transparent;
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.content_box .insert::before {
    content: "→";
    font-size: 16px;
    color: #cdcdcd;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    font-family: "Arial"
}

.content_box .item-list li:hover .caption {
    height: 90px;
    border-color: #333;
}

.content_box .item-list li:hover .caption .title {
    color: #333;
}

.content_box .item-list li:hover .insert {
    border-color: #eee
}

.content_box .item-list li:hover .insert::before {
    margin-left: 50%
}

@media ( max-width:768px) {
    .content_box .item-list li {
        width: 48.2%;
    }
}

@media ( max-width:414px) {
    .content_box .item-list li {
        width: 98%;
    }
}

.content_box1 ul,
li,
ol,
dl,
dt,
dd {
    list-style: none;
}

.content_box1 a {
    color: inherit;
    text-decoration: none;
}

.content_box1 img {
    max-width: 100%;
    vertical-align: middle;
    border: 0;
}

.content_box1 li {
    list-style: none;
    width: 48%;
    float: left;
    background: url(/ufile/38012/icon/dot1.gif) no-repeat 0px 8px;
    padding-left: 10px;
}

.content_box1 .clearFix {
    clear: both;
    height: 0;
    overflow: hidden;
}

.content_box1 .title {
    text-align: center;
    border-bottom: #ededed 1px solid;
    padding-bottom: 10px;
}

.content_box1 .title h1 {
    font-size: 26px;
    font-weight: normal;
}

.content_box1 .title p span {
    display: inline-block;
    padding: 5px 0;
    color: #c1c1c1;
    font-size: 14px;
}

.content_box1 .title .fromF {
    display: none;
}

.content_box1 .contMain {
    padding: 20px;
    line-height: 200%;
}

.content_box1 .contMain .tiyao {
    border: #f2f2f2 1px dashed;
    background: #ececec;
    padding: 10px;
    margin-bottom: 30px;
    display: none;
}

.content_box1 .change {
    margin-top: 10px;
}

.content_box1 .change a {
    text-decoration: none;
    font-weight: bold;
}

.content_box1 .change a:hover {
    color: #333;
}

.content_box1 .change .lastone {
    color: #333;
}

.content_box1 .key {
    background: #F8F8F8 url(/iFile/165/artIcon.gif) no-repeat 10px 10px;
    height: 30px;
    line-height: 30px;
    padding-left: 30px;
}

.content_box1 .key a {
    text-decoration: none;
}

.content_box1 .newslist h2 {
    height: 30px;
    line-height: 30px;
}

.content_box1 .newslist li a {
    text-decoration: none;
    line-height: 26px;
}

.content_box1 .newslist li a:hover {
    text-decoration: underline;
}

.content_box1 img {
    max-width: 100%;
}

.content_box1 a {
    color: inherit;
    text-decoration: none;
}

.content_box1 .htlr {
    padding-top: 20px;
    text-align: left;
}

.content_box1 .v_mid {
    display: block;
    text-align: center;
    font-size: 22px;
    line-height: 35px;
}

.content_box1 .v_mid .bold {
    display: none;
}

.content_box1 .htlr .tzwtitle {
    padding: 0;
    margin: 0;
    display: none;
}

.content_box1 .pager {
    margin-top: 15px;
    line-height: 180%;
    color: #666;
}

.content_box1 .FPage {
    text-align: center;
    margin: 20px 0;
}

.content_box1 .FPage a {
    display: inline-block;
    line-height: 34px;
    margin: 0 10px;
}

.content_box1 .FPage a:hover {
    color: #333;
}

.content_box1 a:hover {
    color: #333;
}

@media ( max-width:414px) {
    .content_box1 .FPage {
        text-align: inherit;
    }
    .spfirst {
        width: 100%;
    }
    .backPage {
        width: 100%;
    }
    .spfirst01 {
        width: 100%;
    }
}

.main_image {
    width: 100%;
    height: 580px;
    border-top: 1px solid #d7d7d7;
    overflow: hidden;
    margin: 0 auto;
    position: relative
}

.main_image ul {
    width: 9999px;
    height: 580px;
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0
}

.main_image li {
    float: left;
    width: 100%;
    height: 580px;
}

.main_image li span {
    display: block;
    width: 100%;
    height: 580px
}

.main_image li a {
    display: block;
    width: 100%;
    height: 580px
}

.main_image li .img_1 {
    text-align: center;
    background-repeat: no-repeat
}

.main_image li .img_2 {
    text-align: center;
    background-repeat: no-repeat
}

.main_image li .img_3 {
    text-align: center;
    background-repeat: no-repeat
}

.flicking_con {
    width: 100%;
    margin: 0 auto;
    position: relative
}

.flicking_con .flicking_inner {
    position: absolute;
    top: 530px;
    left: 45%;
    z-index: 999;
    width: 100%;
    height: 21px
}


/* 121126 */

.flicking_con a {
    float: left;
    width: 21px;
    height: 21px;
    margin: 0;
    padding: 0;
    background: url(/ifile/806/images/btn_main_img.png) 0 0 no-repeat;
    display: block;
    text-indent: -1000px
}

.flicking_con a.on {
    background-position: 0 -21px
}

#btn_prev,
#btn_next {
    z-index: 11111;
    position: absolute;
    display: block;
    width: 80px!important;
    height: 80px!important;
    top: 50%;
    margin-top: -37px;
    display: none;
}

body {}

#mOuterBox {}

#mBody1,
#dBody1 {
    background-position: 0% 0%;
}

#mBody2,
#dBody2 {
    background-position: 0% 0%;
}

.from-list {
    padding-top: 0px;
    position: relative;
    overflow: hidden;
}

.from-list label {
    line-height: 30px;
    position: absolute;
    left: 10px;
    top: 7px;
    color: #999;
    -webkit-transition: all ease .35s;
    -moz-transition: all ease .35s;
    transition: all ease .35s;
    z-index: 0;
}

.from-list label.off {
    left: 0;
    top: 0;
    color: #999;
}

.from-list input,
.from-list textarea {
    width: 98%;
    height: 40px;
    font-family: "Microsoft Yahei";
    /*padding: 0 10px; */
    outline: none;
    border: 1px solid #ededed;
    border-radius: 3px 0 0 3px;
    color: #333;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
    color: #666;
    margin-bottom: 20px;
}

.from-list textarea {
    padding: 10px;
    min-height: 150px;
    resize: vertical;
}

.from-list .from-txt {
    position: relative;
    z-index: 1;
    background: transparent;
}

.from-list input:focus,
.from-list textarea:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);
}

.from-list .ver-code {
    float: left;
    width: 90px;
    height: 40px;
    line-height: 40px;
    margin-left: 10px;
    overflow: hidden;
    cursor: pointer;
}

.from-list .code-txt {
    float: left;
    width: 110px;
}

.from-list .ver-code img {
    vertical-align: middle;
    border: none;
    padding-top: 10px;
}

.from-m-p {
    padding-top: 20px;
}

.from-list .send {
    width: 100px;
    padding: 10px 0;
    display: inline-block;
    background: #fd8a25;
    color: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.from-list .send:hover {
    background-color: #5bc0de;
}