﻿* {
    padding: 0;
    margin: 0;
}

a, a:visited, a:link {
    color: inherit;
    text-decoration: none;
}

ul, ol, li {
    list-style-type: none;
}

img {
    max-width: 100%;
}
/*动画*/
@keyframes leftin {
    0% {
        left: -200px;
        opacity: 0;
    }

    100% {
        left: 0;
        opacity: 1;
    }
}

@keyframes topin {
    0% {
        top: -50px;
        opacity: 0;
    }

    100% {
        top: 0;
        opacity: 1;
    }
}

@keyframes scale {
    0% {
        transform: scale(1.2);
        -o-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -ms-transform: scale(1.2);
        -moz-transform: scale(1.2);
    }

    100% {
        transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        -moz-transform: scale(1);
    }
}

.w1920 {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

#slides2 img {
    width: 100%;
    display: block;
}

#dituContent img {
    max-width: inherit;
}

#slides, #slides2 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

    #slides li {
        position: relative !important;
    }

    #slides .bd li img {
        width: 100%;
        display: block;
        opacity: 0;
    }

    #slides2 li img {
        width: 100%;
        display: block;
    }

    #slides .bd li .desc {
        font-size: 36px;
        position: absolute;
        width: 100%;
        z-index: 99;
        text-align: center;
        top: 50%;
        margin-top: -40px;
        color: #fff;
    }

        #slides .bd li .desc h3 {
            position: relative;
            top: -10px;
            transform: scale(1.1);
            opacity: 0;
            transition: all .4s;
            -moz-transition: all .4s;
            -webkit-transition: all .4s;
            -o-transition: all .4s;
        }

        #slides .bd li .desc p {
            font-size: 16px;
            transform: scale(1.1);
            opacity: 0;
            position: relative;
            bottom: -10px;
            transition: all .4s;
            -moz-transition: all .4s;
            -webkit-transition: all .4s;
            -o-transition: all .4s;
        }

    #slides .bd li.cur .desc h3 {
        transform: scale(1);
        top: 0;
        opacity: 1;
    }

    #slides .bd li.cur .desc p {
        transform: scale(1);
        bottom: 0;
        opacity: 1;
    }

    #slides .hd {
        position: absolute;
        bottom: 20px;
        width: 100%;
        z-index: 101;
        bottom: 20px;
        text-align: center;
    }

        #slides .hd li {
            display: inline-block;
            zoom: 1;
            margin: 0 5px;
            font-size: 0;
            vertical-align: top;
            width: 20px;
            height: 20px;
            cursor: pointer;
            overflow: hidden;
            background: #95ef00;
            border-radius: 50%;
            position: relative;
        }

            #slides .hd li.on {
                background: none;
                width: 19px;
                height: 19px;
                border: 1px solid #fff;
            }

                #slides .hd li.on:after {
                    content: "";
                    display: block;
                    position: absolute;
                    width: 13px;
                    height: 13px;
                    left: 3px;
                    top: 3px;
                    border-radius: 50%;
                    background: #fff;
                }

span.prev, span.next {
    position: absolute;
    z-index: 101;
    width: 34px;
    height: 57px;
    cursor: pointer;
    top: 50%;
    margin-top: -26px;
    transition: all .4s;
    -moz-transition: all .4s;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
}

span.prev {
    background: url(../images/prev.png) no-repeat center;
    left: 30px;
}



span.next {
    background: url(../images/next.png) no-repeat center;
    right: 30px;
}


.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

body {
    font-size: 14px;
    font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif,SimSun;
    line-height: 1.5;
    overflow-x: hidden;
    color: #333;
    background: #fff;
}

.block {
    overflow: hidden;
    clear: both;
}

.container {
    width: 1200px;
    margin: auto;
    position: relative;
}
/*相关*/
h4.related {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    line-height: 32px;
    margin: 0 10px;
    height: 32px;
}

    h4.related span {
        display: inline-block;
        border-bottom: 2px solid #666;
    }

.relatedlist {
    margin: 0 10px;
    padding: 10px 0;
    overflow: hidden;
}

ul.relate_news li a {
    display: block;
    line-height: 30px;
    border-bottom: 1px dotted #ccc;
}

ul.relate_pr li {
    width: 20%;
    float: left;
}

    ul.relate_pr li a {
        display: block;
        margin: 5px;
        text-align: center;
        line-height: 30px;
    }

    ul.relate_pr li img {
        width: 100%;
        display: block;
    }

ul.relate_pr p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/*头部*/
.header_top_bar {
    width: 100%;
	height:38px;

    background: url(../images/top_bar.png) no-repeat top center #ececec;

}
.header {
    width: 100%;
    left: 0;
    top: 0;
    background: #fff;
    position: fixed;
    z-index: 999999;
	box-shadow:0px 2px 5px 0px #ccc;
}

    .header:after {
        content: "";
        position: absolute;
        background: url(../images/header-before.png) no-repeat top center;
        width: 380px;
        height: 41px;
        bottom: -41px;
        left: 50%;
        margin-left: -190px;
		filter:drop-shadow(0 2px 0px #cccccc85);
    }

.logo {
    position: absolute;
    left: 50%;
    margin-left: -100px;
    width: 200px;
    height: 90px;
    z-index:10;
}

    .logo a {
        display: table-cell;
        width: 200px;
        text-align: center;
        height: 110px;
        _vertical-align: middle;
		padding-top: 15px;
    }

    .logo img {
        max-height: 100%;
        max-height: 100%;
        display: block;
        margin: auto;
    }

.nav {
    line-height: 80px;
}

    .nav li {
        display: inline-block;
        position: relative;
        text-align: center;
        width: 124px;
    }

    .nav > ul > li:nth-child(4) {
        margin-right: 200px;
    }

    .nav li a {
        display: block;
    }

    .nav li.cur a, .nav li:hover > a {
        color: #cf000e;
        font-weight: bold;
    }

    .nav li ul {
        position: absolute;
        _width: 100%;
        _left: 0;
		width: 150px;
		left: -15px;
        background: rgba(245, 245, 245, 0.5);
        z-index: 999;
        display: none;
        line-height: 32px;
    }

    .nav li:hover ul {
        display: block;
    }

    .nav li ul li {
        display: block;
        padding: 0;
        width: auto;
    }
/*内页*/
/*首页*/
.banner {
    position: relative;
}

.bannertext {
    width: 500px;
    height: 200px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -250px;
    margin-top: -100px;
    z-index: 2;
}



.bannert h2 {
    text-align: center;
    font-weight: normal;
    font-size: 42px;
    color: #000;
    white-space: nowrap;
    position: relative;
}

.animate .bannert h2 {
    animation: topin 1s;
    -moz-animation: topin 1s;
    -o-animation: topin 1s;
    -webkit-animation: topin 1s;
    -ms-animation: topin 1s;
}

.bannert p {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #000;
    font-family: 'Myriad Pro';
    margin-bottom: 20px;
    margin-top: 10px;
    position: relative;
    top: 50px;
    opacity: 0;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition-delay: .2s;
}

.animate .bannert p {
    top: 0;
    opacity: 1;
}

.bannertext .block {
    overflow: hidden;
    position: relative;
    top: 50px;
    opacity: 0;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition-delay: .4s;
}

.animate .bannertext .block {
    top: 0;
    opacity: 1;
}

.bannertext li {
    text-align: center;
    width: 140px;
    border-right: 1px dotted #000;
    float: left;
    padding: 0 12px;
    font-size: 18px;
}

    .bannertext li img {
        display: block;
        margin: auto;
        max-width: 100%;
        height: auto;
    }

    .bannertext li:last-child {
        border: none;
    }

.service {
    padding-bottom: 30px;
}

    .service li {
        float: left;
        width: 225px;
        margin: 10px 36px;
        text-align: center;
        position: relative;
        bottom: -30px;
        left: -50px;
        transform: scale(1.2);
        -o-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        opacity: 0;
        transition: all 1s;
        -moz-transition: all 1s;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
    }

    .service.animate li {
        transform: scale(1);
        -o-transform: scale(1);
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        opacity: 1;
        bottom: 0;
        left: 0;
    }

    .service li img {
        display: block;
        margin: auto;
        width: 120px;
        height: auto;
    }

    .service li h2 {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        font-size: 18px;
        padding-bottom: 10px;
    }

    .service li h3 {
        font-weight: normal;
        font-size: 14px;
    }

    .service li:nth-child(2) {
        transition-delay: .1s;
        -moz-transition-delay: .1s;
        -o-transition-delay: .1s;
        -webkit-transition-delay: .1s;
    }

    .service li:nth-child(3) {
        transition-delay: .2s;
        -moz-transition-delay: .2s;
        -o-transition-delay: .2s;
        -webkit-transition-delay: .2s;
    }

    .service li:nth-child(4) {
        transition-delay: .3s;
        -moz-transition-delay: .3s;
        -o-transition-delay: .3s;
        -webkit-transition-delay: .3s;
    }

.bg {
    background: url(../images/dianqi_bg.jpg);
}

.title {
    text-align: center;
    padding: 30px 0 10px;
    font-size: 30px;
}

    .title p {
        position: relative;
        top: -100px;
        opacity: 0;
        transition: all 1s;
        -moz-transition: all 1s;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
        transition-delay: .2s;
    }

.animate .title p {
    top: 0;
    opacity: 1;
}

.title span {
    display: block;
    text-align: center;
    font-size: 12px;
    color: #999;
    text-transform: uppercase;
    font-family: Arial;
    position: relative;
    top: -100px;
    opacity: 0;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.animate .title span {
    top: 0;
    opacity: 1;
}

.title:after {
    content: "";
    display: block;
    width: 40px;
    height: 3px;
    background-color: #db0a24;
    margin: 6px auto 0;
}

.homenav {
    width: 240px;
    background: #fff;
    margin-bottom: 20px;
}

    .homenav h2 {
        font-size: 26px;
        font-weight: normal;
        line-height: 78px;
        text-align: center;
        background: #dd0021;
        color: #fff;
    }

.navcon {
    padding:20px 13px;
}
.navcon .current{color:#DD0021;}

.homenav li a {
    line-height: 45px;
    background: #e8e8e8;
    display: block;
    padding: 0 15px;
    font-size: 16px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 1px;
}

.homenav li ul {
    padding-left: 34px;
}

    .homenav li ul li a {
        font-size: 13px;
        color: #333;
        line-height: 36px;
        background: none;
        padding: 0;
    }

        .homenav li ul li a:before {
            content: "";
            background: url(../images/pro_list.png) no-repeat center;
            width: 10px;
            display: block;
            height: 36px;
            float: left;
            margin-right: 10px;
        }

.tab {
    padding: 20px 0;
    text-align: center;
}

    .tab li {
        display: inline-block;
        border: 1px solid #e2e2e2;
        line-height: 40px;
        margin: 0 10px;
    }

        .tab li a {
            display: block;
            padding: 0 20px;
        }

        .tab li.cur {
            color: #fff;
            background: #db0a24;
            border-color: #db0a24;
        }

.pr {
    margin-bottom: 20px;
    overflow: hidden;
}

    .pr li {
        width: 300px;
        margin-right: 20px;
        float: left;
        background: #fff;
        margin-bottom: 20px;
        overflow: hidden;
        transform: scale(1.2);
        -o-transform: scale(1.2);
        -webkit-transform: scale(1.2);
        -moz-transform: scale(1.2);
        opacity: .4;
        transition: all 1s;
        -moz-transition: all 1s;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
    }

        .pr li:nth-child(2) {
            transition-delay: .1s;
            -moz-transition-delay: .1s;
            -o-transition-delay: .1s;
            -webkit-transition-delay: .1s;
        }

        .pr li:nth-child(3) {
            transition-delay: .2s;
            -moz-transition-delay: .2s;
            -o-transition-delay: .2s;
            -webkit-transition-delay: .2s;
        }

        .pr li:nth-child(4) {
            transition-delay: .3s;
            -moz-transition-delay: .3s;
            -o-transition-delay: .3s;
            -webkit-transition-delay: .3s;
        }

        .pr li:nth-child(5) {
            transition-delay: .4s;
            -moz-transition-delay: .4s;
            -o-transition-delay: .4s;
            -webkit-transition-delay: .4s;
        }

        .pr li:nth-child(6) {
            transition-delay: .5s;
            -moz-transition-delay: .5s;
            -o-transition-delay: .5s;
            -webkit-transition-delay: .5s;
        }

        .pr li:nth-child(7) {
            transition-delay: .6s;
            -moz-transition-delay: .6s;
            -o-transition-delay: .6s;
            -webkit-transition-delay: .6s;
        }

        .pr li:nth-child(8) {
            transition-delay: .7s;
            -moz-transition-delay: .7s;
            -o-transition-delay: .7s;
            -webkit-transition-delay: .7s;
        }

        .pr li:nth-child(9) {
            transition-delay: .8s;
            -moz-transition-delay: .8s;
            -o-transition-delay: .8s;
            -webkit-transition-delay: .8s;
        }

.animate .pr li {
    opacity: 1;
    transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
}

.pr li:nth-child(4n) {
    margin-right: 0;
}
.listcontent.block .pr li:nth-child(4n) {
    margin-right: 20px;
}
.listcontent.block .pr li:nth-child(3n) {
    margin-right: 0;
}
.pr li h3 {
    text-align: center;
    padding: 0 10px;
    white-space: nowrap;
    overflow: hidden;
    line-height: 26px;
    text-overflow: ellipsis;
    height: 56px;
    font-size: 13px;
    font-weight: normal;
    transition: line-height .4s;
    -moz-transition: line-height .4s;
    -webkit-transition: line-height .4s;
    -o-transition: line-height .4s;
}

.pr li:hover h3 {
    line-height: 56px;
    background: #dd0021;
    color: #fff;
}

.pr li .img {
    overflow: hidden;
}

.pr li img {
    _width: 300px;
    height: 245px;
    display: block;
    transition: all .4s;
	max-width: fit-content;
	margin: 0 auto;
}

.pr li:hover img {
    transform: scale(1.1);
}

.addver {
    width: 100%;
    overflow: hidden;
}

    .addver img {
        position: relative;
        width: 1920px;
        max-width: none;
        left: 50%;
        margin-left: -960px;
        display: block;
    }

.aboutsec {
    position: relative;
    padding: 50px 0;
    width: 100%;
    overflow: hidden;
}

img.imgbg {
    position: absolute;
    z-index: -1;
    min-width: 100%;
    _min-height: 100%;
    top: 0;
    left: 0;
    max-width: initial;
}

.aboutsecon {
    background: #fff;
    padding: 30px;
}

.aboutsec .title {
    padding: 0 0 50px;
    color: #fff;
}

a.morebtn2 {
    display: inline-block;
    width: 100px;
    background: #4a4f45;
    text-align: center;
    color: #fff;
    height: 24px;
    line-height: 24px;
    font-size: 12px;
    margin-top: 44px;
}

.title3 p {
    display: inline-block;
    border-left: 4px solid #db0a24;
    padding-left: 10px;
    font-size: 16px;
}

.title3 {
    padding: 30px 0;
    text-align: left;
}

    .title3 span {
        color: #8a8a8a;
        font-style: italic;
        font-size: 12px;
        border-bottom: 1px solid #8a8a8a;
    }



.about .block {
    font-size: 15px;
    color: #333;
    line-height: 28px;
    opacity: 0;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    -webkit-transition-delay: .4s;
}

.about.animate .block {
    opacity: 1;
}

.about img {
    float: left;
    margin-right: 30px;
    padding: 0 50px;
}

a.morebtn {
    display: inline-block;
    width: 116px;
    height: 32px;
    margin-top: 40px;
    border: 1px solid #ccc;
    position: relative;
}

    a.morebtn:before {
        content: "";
        width: 50px;
        border-bottom: 1px solid #ccc;
        position: absolute;
        left: 24px;
        top: 50%;
    }

    a.morebtn:after {
        content: "";
        border-top: 1px solid #ccc;
        border-right: 1px solid #ccc;
        position: absolute;
        width: 8px;
        height: 8px;
        transform: rotate(45deg);
        top: 36%;
        left: 65px;
    }

.anli {
    overflow: hidden;
    margin-bottom: 40px;
}

.tab2 {
    width: 238px;
}

    .tab2 li a {
        overflow: hidden;
        margin-bottom: 2px;
        background-color: #e9e9e9;
        line-height: 57px;
        padding: 0 20px;
        display: block;
    }

    .tab2 li.cur a {
        background: #d02127;
        color: #fff;
    }

.tabcon2 {
    width: 945px;
    float: right;
}

.tabitem li img {
    _width: 481px;
	width:auto;
	max-width: fit-content;
    height: 245px;
    _height: 350px;
    display: block;
    float: left;
}

.itemdes {
    width: 410px;
    margin-right: 30px;
    margin-top: 40px;
}

    .itemdes h3 {
        font-weight: normal;
        font-size: 24px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        margin-bottom: 25px;
    }

    .itemdes p {
        font-size: 14px;
        line-height: 26px;
        color: #666;
        height: 130px;
        overflow: hidden;
        text-align: justify;
        margin-bottom: 60px;
    }

a.itemmore {
    display: block;
    width: 142px;
    height: 37px;
    text-align: center;
    line-height: 37px;
    font-size: 13px;
    color: #fff;
    text-decoration: none;
    float: left;
    margin-right: 7px;
    background-color: #d02127;
}

.tabitem li {
    overflow: hidden;
position: relative !important;
}

.case {
    text-align: center;
}

    .case .block {
        position: relative;
        left: 1000px;
        opacity: 0;
        transition: all 1s;
        -moz-transition: all 1s;
        -webkit-transition: all 1s;
        -o-transition: all 1s;
    }

    .case.animate .block {
        left: 0;
        opacity: 1;
    }

    .case li {
        float: left;
        width: 260px;
        margin: 0 9px;
		overflow:hidden;
    }

        .case li img {
            _width: 100%;
            height: 195px;
            display: block;
			max-width: fit-content;
        }

        .case li p {
            line-height: 40px;
            text-align: center;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

.newslist {
    float: left;
    overflow: hidden;
        margin-left: 30px;
    width: 365px;
}

.news {
    width: 800px;
    padding: 30px 0;
}

.title2 {
    font-weight: normal;
    font-size: 20px;
    padding-bottom: 20px;
}

    .title2 span {
        font-size: 14px;
        color: #999;
        font-family: Arial;
        margin-left: 5px;
    }

    .title2 a {
        float: right;
        font-size: 13px;
        color: #666;
        display: block;
        margin-top: 10px;
    }

.newslist li img {
    width: 168px;
    height: 118px;
    float: left;
    margin-right: 20px;
}

.newslist li.first {
    overflow: hidden;
    margin-bottom: 14px;
}

.newslist li h3 {
    font-size: 14px;
    margin: 12px auto;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.newslist li p {
    font-size: 13px;
    line-height: 22px;
    color: #333;
    height: 44px;
    overflow: hidden;
    text-align: justify;
}

a.smore {
    font-size: 12px;
    display: block;
    margin-top: 10px;
}

.newslist li h4 {
    overflow: hidden;
    padding-left: 10px;
    background: url(../images/pro_list.png) no-repeat left center;
    line-height: 36px;
    font-weight: normal;
    padding-right: 80px;
    position: relative;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newslist li span {
    position: absolute;
    right: 0;
    font-size: 12px;
}

.qa {
    width: 345px;
    margin: 30px 0;
    background: #fff;
    padding: 10px;
	padding-right: 30px;
}

    .qa li h3 {
        padding-left: 35px;
        line-height: 27px;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        font-size: 14px;
        font-weight: normal;
        margin-bottom: 8px;
        position: relative;
    }

        .qa li h3:before {
            content: "问";
            position: absolute;
            left: 0;
            top: 0;
            width: 27px;
            height: 27px;
            background: #515151;
            color: #fff;
            border-radius: 50%;
            text-align: center;
        }

    .qa li p {
        font-size: 13px;
        color: #333;
        line-height: 24px;
        height: 48px;
        padding-left: 35px;
        position: relative;
        overflow: hidden;
    }

        .qa li p:before {
            content: "答";
            position: absolute;
            left: 0;
            top: 0;
            width: 27px;
            height: 27px;
            border-radius: 50%;
            background: #f00;
            color: #fff;
            text-align: center;
            line-height: 27px;
        }

    .qa li {
        padding-bottom: 10px;
        border-bottom: 1px dashed #dedede;
        margin-bottom: 10px;
    }

.flink {
    padding: 10px 0;
}
.flink span{
	margin:0 5px;
}
.page {
    padding: 30px 0;
    background: #e8e8e8;
}

.left {
    width: 240px;
}

.right {
    width: 940px;
}

.innerTop {
    overflow: hidden;
    background: #fff;
    padding: 10px;
    padding-bottom: 9px;
    border-bottom: 1px solid #dbdbdb;
    margin-bottom: 20px;
    text-align: right;
}

    .innerTop span {
        border-left: 3px solid #dd0021;
        padding-left: 10px;
        font-size: 16px;
        color: #dd0021;
    }

.pagination {
    padding: 5px 10px;
    text-align: center;
    background: #fff;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
}

    .pagination a, .pagination span {
        display: inline-block;
        padding: 0 10px;
        font-size: 16px;
    }

.lnews {
    padding: 10px;
    background: #fff;
}

.ltitle {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

    .ltitle span {
        border-left: 4px solid #dd0021;
        padding-left: 7px;
    }

.lnews {
    counter-reset: index;
}

    .lnews li a {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        font-size: 12px;
        line-height: 32px;
        text-overflow: ellipsis;
    }

    .lnews li {
        padding-left: 20px;
        position: relative;
    }

        .lnews li:before {
            counter-increment: index;
            content: counter(index);
            position: absolute;
            left: 0;
            width: 14px;
            height: 14px;
            background: #dd0021;
            font-size: 12px;
            line-height: 14px;
            text-align: center;
            top: 9px;
            color: #fff;
        }

        .lnews li:nth-child(n+4):before {
            background: #e8e8e8;
            color: #000;
        }
lnews {
    padding: 10px;
    background: #fff;
}

.ltitle {
    font-size: 16px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
    margin-bottom: 5px;
}

    .ltitle span {
        border-left: 4px solid #dd0021;
        padding-left: 7px;
    }

.lnews {
    counter-reset: index;
}

    .lnews li a {
        display: block;
        white-space: nowrap;
        overflow: hidden;
        font-size: 12px;
        line-height: 32px;
        text-overflow: ellipsis;
    }

    .lnews li {
        padding-left: 20px;
        position: relative;
    }

        .lnews li:before {
            counter-increment: index;
            content: counter(index);
            position: absolute;
            left: 0;
            width: 14px;
            height: 14px;
            background: #dd0021;
            font-size: 12px;
            line-height: 14px;
            text-align: center;
            top: 9px;
            color: #fff;
        }

        .lnews li:nth-child(n+4):before {
            background: #e8e8e8;
            color: #000;
        }
		

.contact {
    margin: 20px 0;
    background: #dd0021;
    color: #fff;
    line-height: 30px;
}

    .contact .block {
        padding: 10px;
        border-bottom: 1px solid #fff;
    }

.phone {
    background: url(../images/pro_phone_1.png) no-repeat 20px center;
    display: block;
    padding-left: 70px;
}

.content {
    padding: 10px;
    background: #fff;
    margin-bottom: 20px;
    line-height: 30px;
}

.pageing {
    line-height: 40px;
}

.desctitle {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    padding: 30px 0 16px;
    border-bottom: 3px double #e8e7e7;
}

.info {
    font-size: 12px;
    padding: 10px 0 0;
    color: #7b7b7b;
}

ul.newscenter li {
    margin: 30px 0;
    overflow: hidden;
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    padding: 10px;
    transition: .8s;
    -moz-transition: .8s;
    -webkit-transition: .8s;
    -o-transition: .8s;
    background: #f8f8f8;
}

    ul.newscenter li .time {
        width: 60px;
        height: 73px;
        float: left;
        background: #fff;
        padding: 7px 0 0 20px;
    }

        ul.newscenter li .time b {
            display: block;
            font-size: 18px;
            color: #267abf;
            font-weight: normal;
        }

        ul.newscenter li .time em {
            display: block;
            font-style: normal;
            line-height: 20px;
        }

    ul.newscenter li img {
        height: 80px;
        display: block;
        float: left;
        width: 100px;
        margin-right: 10px;
    }

    ul.newscenter li h3 {
        font-size: 18px;
        color: #267abf;
        padding-bottom: 13px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    ul.newscenter li p {
        line-height: 22px;
        font-size: 14px;
        height: 40px;
        overflow: hidden;
        color: #595959;
    }

    ul.newscenter li.topnews {
        display: inline-block;
        width: 400px;
        margin-right: 30px;
        border: none;
        margin-bottom: 0;
        background: none;
    }

        ul.newscenter li.topnews img {
            width: 400px;
            height: 250px;
            float: none;
        }

        ul.newscenter li.topnews span {
            display: block;
            color: #777;
            line-height: 24px;
            margin: 10px 0;
        }

        ul.newscenter li.topnews p {
            height: 66px;
        }


.footer {
    padding: 40px 0;
    background-color: #515151;
    color: #fff;
	
}

.tpr {
    padding: 10px;
    background: #fff;
    margin: 20px 0;
}

    .tpr li {
        margin: 0 20px;
    }

        .tpr li p {
            line-height: 30px;
            white-space: nowrap;
            overflow: hidden;
            text-align: center;
            text-overflow: ellipsis;
        }

        .tpr li img {
            display: block;
            border: 1px solid #ccc;
            padding: 1px;
        }
/**kefu**/

.deansidetools {
	width:60px;
	z-index:999999;
	border:1px solid #eff0f1;
	position:fixed;
	right:0;
	top:65%;
	    font-size: 12px;
}
.deansidetools ul {
	}
.deansidetools ul li {
	display:block;
	background:#fff;
	text-align:center;
	height:60px;
	border-bottom:1px solid #eff0f1;
	overflow:hidden;
	color:#999;
}
.kefu_part {
	position:relative;
	z-index:20;
	display:block;
	cursor:pointer
}
.deansidetools ul li a i {
	display:block;
	width:25px;
	height:25px;
	margin:10px auto 5px;
}
.deansidetools ul li a i.icon_kefu {
	background:url(../sidetools/side-icon-service.png) no-repeat center center;
}
.deansidetools ul li a:hover i.icon_kefu {
	background:url(../sidetools/sidebar_icon01_hover.png) no-repeat center center;
}
.deansidetools ul li a:hover {
	color:#FA622F
}
.kefu_part_open {
	position:absolute;
	overflow:hidden;
	width:218px;
	height:252px;
	top:-11px;
	left:-221px;
	display:none;
	background:url(../sidetools/sidebar_kefu_bg.png) no-repeat center center;
	padding-right:8px;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.deansideicon_qq {
	display:block;
	width:38px;
	height:46px;
	margin:20px auto 0;
	background:url(../sidetools/sidebar_icon_qq_.png) no-repeat center center;
}
.kefu_part_open a.deanonline {
	display:block;
	color:#FA622F;
	border:1px solid #FA622F;
	width:78px;
	height:22px;
	line-height:22px;
	text-align:center;
	margin:10px auto;
	border-radius:3px;
}
.kefu_part_open a.deanonline:hover {
	background:#FA622F;
	color:#fff;
}
.deansidetime {
	color:#999;
	margin-bottom:10px;
}
.deansidephone {
	color:#333;
	background:url(../sidetools/sidebar_icon_phone.png) no-repeat 20px center;
	height: 45px;
    line-height: 45px;
    padding: 0 0 0px 28px;
	border-top:1px solid #e5e5e5;
}
.deansidetel {
	color:#333;
	background:url(../sidetools/sidebar_icon_kefu.png) no-repeat 20px center;
	height: 45px;
    line-height: 45px;
    padding: 0 0 0px 28px;
	border-top:1px solid #e5e5e5;
}
.kefu_part_box:hover .kefu_part_open {
	display:block
}
.weixin_part_box {
	}
.weixin_part {
	position:relative;
	z-index:20;
	display:block;
	cursor:pointer
}
.icon_erweima {
	display:block;
	width:25px;
	height:25px;
	margin:10px auto 5px;
	background:url(../sidetools/sidebar_icon03.png) no-repeat center center;
}
.deansidetools ul li a:hover i.icon_erweima {
	background:url(../sidetools/sidebar_icon03_hover.png) no-repeat center center;
}
.weixin_part_open {
	position:absolute;
	overflow:hidden;
	width:166px;
	height:200px;
	top:0;
	left:-165px;
	display:none;
	background:url(../sidetools/sidebar_ewm_weixin.png) no-repeat center center;
	padding-right:8px;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.weixin_part_box:hover .weixin_part_open {
	display:block
}
.app_part_box {
	}
.app_part {
	position:relative;
	z-index:20;
	display:block;
	cursor:pointer
}
.icon_app {
	display:block;
	width:25px;
	height:25px;
	margin:10px auto 5px;
	background:url(../sidetools/sidebar_icon04.png) no-repeat center center;
}
.deansidetools ul li a:hover i.icon_app {
	background:url(../sidetools/sidebar_icon04_hover.png) no-repeat center center;
}
.app_part_open {
	position:absolute;
	overflow:hidden;
	width:160px;
	padding-right:6px;
	height:250px;
	top:-50px;
	left:-161px;
	display:none;
	background:url(../sidetools/sidebar_bg_open.png) no-repeat center center;
	-webkit-transition:all 0.3s linear;
	-moz-transition:all 0.3s linear;
	-o-transition:all 0.3s linear;
	-ms-transition:all 0.3s linear;
	transition:all 0.3s linear;
}
.app_part_open i.app {
	display:block;
	background:url(../sidetools/sidebar_ewm_app.png) no-repeat center center;
	width:134px;
	height:140px;
	margin:15px auto;
}
.d_iphone {
	display:block;
	width:100px;
	height:24px;
	text-align:center;
	line-height:24px;
	margin:0 auto;
	color:#FA622F;
	border-radius:3px;
	border:1px solid #FA622F;
	margin-bottom:7px;
}
.d_android {
	display:block;
	width:100px;
	height:24px;
	text-align:center;
	line-height:24px;
	margin:0 auto;
	color:#FA622F;
	border-radius:3px;
	border:1px solid #FA622F;
}
.app_part_open a:hover {
	background:#FA622F;
	color:#fff!important;
}
.app_part_box:hover .app_part_open {
	display:block
}

#scrolltop {
	display:block;
	width:60px;
	height:60px;
	right:-1px!important;
	background:none;
	position:absolute!important;
	bottom:-61px;
	cursor:pointer;
	z-index:222222;
	border:1px solid #eff0f1;
	border-top:0;
	border-radius:0!important;
}
#scrolltop a {
	width:60px;
	height:60px;
	display: block;
	border:0;
	padding:0;
	background:#fff url(../sidetools/up.png) 18px 12px no-repeat;
	z-index:222222;
}
a.scrolltopa:hover {
	background-position:0px !important;
	background:#fff url(../sidetools/up1.png) 18px 12px no-repeat!important;
}
#scrolltop a.returnlist,#scrolltop a.returnboard {
	display:none;
}
#scrolltop a b {
	position:absolute;
	bottom:5px;
	width:59px;
	left:0;
	visibility:inherit;
	color:#343434;
	text-align: center;
}
#scrolltop:hover b {
	color:#FA622F;
}