﻿html {
    -webkit-text-size-adjust: none; /*解决chrome浏览器下字体不能小于12px*/
}

body {
    color: #333;
}

a {
    outline: none;
    text-decoration: none;
}

    a:hover {
        text-decoration: underline;
    }

html {
    zoom: 1;
}

    html * {
        outline: 0;
        zoom: 1;
    }

    html button::-moz-focus-inner {
        border-color: transparent !important;
    }

body {
    font-size: 12px;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
    /*font-family: 'Microsoft YaHei';*/
}

fieldset, a img {
    border: 0;
}

address, caption, cite, code, dfn, em, th, var {
    font-style: normal;
    font-weight: normal;
}

li {
    list-style: none;
}

caption, th {
    text-align: left;
}

h1, h2, h3, h4, h5, h6 {
    font-size: 100%;
    font-weight: normal;
}

q:before, q:after {
    content: '';
}

input[type="submit"], input[type="reset"], input[type="button"], button {
    -webkit-appearance: none; /*去掉苹果的默认UI来渲染按钮*/
}

em, i {
    font-style: normal;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.clearfix {
    display: block;
}

.clear {
    clear: both;
}
/* 清除浮动*/
.colwrapper {
    overflow: hidden;
    zoom: 1 /*for ie*/;
    margin: 5px auto;
}
/* 高度自适应 */
.strong {
    font-weight: normal;
}

.left {
    float: left;
}

.right {
    float: right;
}

.center {
    margin: 0 auto;
    text-align: center;
}

.show {
    display: block;
    visibility: visible;
}

.hide {
    display: none;
    visibility: hidden;
}

.block {
    display: block;
}

.inline {
    display: inline;
}

.transparent {
    filter: alpha(opacity=50);
    -moz-opacity: 0.5; /** Firefox 3.5即将原生支持opacity属性，所以本条属性只在Firefox3以下版本有效 ***/
    -khtml-opacity: 0.5;
    opacity: 0.5;
}

.break {
    word-wrap: break-word;
    overflow: hidden; /*word-break:break-all;*/
}

.tal {
    text-align: left;
}

.tar {
    text-align: right;
}
/*文字两侧对齐*/
.justify {
    text-align: justify;
    text-justify: distribute-all-lines; /*ie6-8*/
    text-align-last: justify; /* ie9*/
    -moz-text-align-last: justify;
    /*ff*/ -webkit-text-align-last: justify; /*chrome 20+*/
}

.toe { /*超出省略号*/
    word-break: keep-all;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

img {
    max-width: 100%;
}

strong {
    font-weight: normal;
}

table[align="center"] {
    margin: 0 auto;
}

td[align="left"] {
    text-align: left;
}

td[align="center"] {
    text-align: center;
}

td[align="right"] {
    text-align: right;
}
/*select{
 -webkit-appearance:none;-moz-appearance:none;appearanearance: none;}*/
/**
 +------------------------------------------------------------------------------
 * 网站整布局命名规范
 +------------------------------------------------------------------------------
 * @codex   id和class命名采用该版块的英文单词或组合命名 如:newRelease
 +------------------------------------------------------------------------------
 */
a {
    color: #333;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    text-decoration: none;
}

    a:hover {
        text-decoration: none;
        color: #973021;
    }

body {
    /*font-family: 'Microsoft YaHei';*/
    /* line-height: 1.5; */
    font-size: 14px;
    color: #333;
    background: #f7f7f7;
    min-width: 1240px\9;
}

.lft, .fl {
    float: left;
}

.rgt, .fr {
    float: right;
}

.wrapper {
    width: 1200px;
    margin: 0 auto;
}

/*!
 *  Material Design Iconic Font 1.0.1 by Sergey Kupletsky (@zavoloklom) - http://zavoloklom.github.io/material-design-iconic-font/
 *  License - https://github.com/zavoloklom/material-design-iconic-font/blob/gh-pages/License.md (Attribution-ShareAlike 4.0 International license)
 */
@font-face {
    font-family: 'Material Design Iconic Font';
    src: url(/css/fonts/Material-Design-Iconic-Font.eot?v=1.0.1);
    src: url(/css/fonts/Material-Design-Iconic-Font.eot?#iefix&v=1.0.1) format('embedded-opentype'), url(/css/fonts/Material-Design-Iconic-Font.woff?v=1.0.1) format('woff'),url(/css/fonts/Material-Design-Iconic-Font.ttf?v=1.0.1) format('truetype'), url(/css/fonts/Material-Design-Iconic-Font.svg?v=1.0.1#Material-Design-Iconic-Font) format('svg');
    font-weight: 400;
    font-style: normal;
}

[class^=md-], [class*=" md-"] {
    display: inline-block;
    font: normal normal normal 14px/1 'Material Design Iconic Font';
    font-size: inherit;
    color: #666;
    speak: none;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.md-public:before {
    content: "\f2dd";
}

.md-search:before {
    content: "\f05f";
}

.md-menu:before {
    content: "\f2a1";
}


/*header*/
.content {
    width: 1060px;
    height: auto;
    margin: 0 auto;
}

.wrapper {
    width: 1240px;
    height: auto;
    margin: 0 auto;
    background: #FFFFFF;
}

.header {
    background: #FFFFFF;
    width: 100%;
    height: 98px;
}

    .header .content {
        position: relative;
    }

    .header .logo {
        width: 224px;
        height: 98px;
        background: url(/images/logo.png) no-repeat center;
        background-size: 224px 53px;
    }

        .header .logo a {
            display: block;
            width: 100%;
            height: 50%;
            text-indent: -999999px;
            margin-top: 15%;
        }

    .header .method {
        position: absolute;
        top: 20px;
        right: 0px;
    }

        .header .method ul li {
            float: left;
            margin-right: 9px;
            margin-left: 9px;
            position:relative;
        }

        .header .method ol{display:none; position:absolute; top:24px; left:-50px; width:120px; background:#fff; z-index:999;box-shadow: rgba(0, 0, 0, 0.2) 0px 1px 5px; padding:12px 0;}
        .header .method ol li{ display:block; width:100%; margin:0; text-indent:15px;line-height:200%;}
        .header .method ol li:hover{background-color: rgb(245, 245, 245);}
        .header .method ol a{ display:block; width:100%;font-size:12px;color:#666;}
        .header .method ol li img{ vertical-align:middle; margin-right:5px;}

    .header .input input {
        width: 85px;
        height: 20px;
        border-radius: 50px;
        border: 1px solid #848484;
        position: relative;
        margin-top: 7px;
        text-indent: 15px;
        padding: 0 25px 0 2px;
    }

    .header .input button {
        background: url(/images/search.png) no-repeat;
        width: 17px;
        height: 16px;
        background-size: 100%;
        position: absolute;
        top: 33px;
        right: 8px;
        border: none;
        border-radius: 50px;
        cursor: pointer;
    }

.nav {
    width: 720px;
}

    .nav ul {
        margin: 30px 0 0 20px;
    }

        .nav ul li {
            float: left;
            padding: 19px 8px;
            font-size: 14px;
            position: relative;
        }

            .nav ul li a {
                color: #333333;
            }

    .nav .on .a {
        color: #db4f34;
    }

    .nav ul li a:hover {
        color: #db4f34;
    }

    .nav ul li dl {
        display: none;
        position: absolute;
        top: 57px;
        left: 0;
        background: rgba(243,240,240,0.9);
        background: url(/images/nav_bg.png)\9;
        width: 180px;
        padding-bottom: 2px;
        text-align: left;
        z-index: 99;
        border-bottom: 3px solid #a7574b;
        font-size: 13px;
		border-top: 11px solid #fff;
    }

    .nav ul li:hover dl {
        display: block;
    }

    .nav ul li dl dd {
        padding: 10px 13px;
    }

        .nav ul li dl dd:hover {
            background: rgba(255,255,255,0.9);
            background: url(/images/ie/nav_bg.png)\9;
        }

            .nav ul li dl dd:hover .a {
                color: #db4f34;
            }

.navs {
    display: none;
}

.method2 {
    display: none;
}
/*header end*/

/*foot*/
.footer {
    width: 100%;
    min-width: 1240px\9;
    border-top: 1px solid #EEEEEE;
    background: #f0f0f0 url(/images/footer_bg.jpg) top repeat-x;
    height: auto;
}

    .footer .h3 {
        display: none;
    }

    .footer .content {
        margin-top: 50px;
    }

        .footer .info ul {
            /* width: 134px; */
            float: left;
            color: #999999;
            line-height: 25px;
            font-size: 12px;
            margin-right: 40px;
        }

            .footer .info ul li a h3 {
                color: #333333;
                line-height: 35px;
                font-size: 16px;
            }

            .footer .info ul li a {
                color: #999;
            }

                .footer .info ul li a:hover, .footer .info ul li a:hover h3 {
                    color: #973021;
                }

    .footer .relation {
        margin-top: 5px;
    }

        .footer .relation .icon {
            display:none;
        }
        .footer .relation .icon h5 {
            font-size: 16px;
            color: #999999;
        }

        .footer .relation .icon ul {
            width: 160px;
            margin: 15px 0 0 -10px;
        }

            .footer .relation .icon ul li {
                position: relative;
            }

                .footer .relation .icon ul li div {
                    width: 50px;
                    height: 50px;
                    float: left;
                    margin-right: 3px;
                }

        .footer .relation .icon .icon1 {
            background: url(/images/icona.png) no-repeat center;
            background-size: 27px 21px;
        }

            .footer .relation .icon .icon1:hover {
                background: url(/images/iconaa.png) no-repeat center;
                background-size: 27px 21px;
            }

        .footer .relation .icon .icon2 {
            background: url(/images/icond.png) no-repeat center;
            background-size: 24px 16px;
        }

            .footer .relation .icon .icon2:hover {
                background: url(/images/icondd.png) no-repeat center;
                background-size: 24px 16px;
            }

       /* .footer .relation .icon .icon3 {
            background: url(/images/iconc.png) no-repeat center;
            background-size: 21px 21px;
        }

            .footer .relation .icon .icon3:hover {
                background: url(/images/iconcc.png) no-repeat center;
                background-size: 21px 21px;
            }*/

        .footer .relation .icon .abs {
            display: none;
            position: absolute;
            width: 100px;
            height: 100px;
            background: url(/images/j1.png) center bottom no-repeat;
            text-align: center;
            padding-bottom: 4px;
            bottom: -12px;
            left: -28px;
        }

        .footer .relation .icon li:hover .abs {
            display: block;
        }


        .footer .relation .qr {
            /*margin-left: 60px;*/
            color: #666666;
            font-size: 12px;
			text-align: center;
        }

            .footer .relation .qr img {
                width: 100px;
                height: 100px;
            }

.downmost {
    background: #873039;
    text-align: center;
    height: 45px;
    font-size: 13px;
    color: #FFFFFF;
    margin-top: 70px;
}

    .downmost p {
        line-height: 45px;
    }

    .downmost span {
        line-height: 45px;
    }

    .downmost a {
        color: #fff;
    }

        .downmost a:hover {
            text-decoration: underline;
        }
/*foot  end*/

#toTop {
    display: none;
    position: fixed;
    bottom: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    background-image: url('/images/toTop.png');
    background-repeat: no-repeat;
    opacity: 0.3;
    filter: alpha(opacity=30); /* For IE8 and earlier */
}
#toTop:hover {
    opacity: 0.8;
    filter: alpha(opacity=50); /* For IE8 and earlier */
}


/*切换图样式*/
.banner {
    background: #dee6e7;
    height: 450px !important;
}

.fullSlide {
    position: relative;
    margin: 0 auto;
    overflow: hidden;
    height: 450px;
}

    .fullSlide .bd {
        position: relative;
        z-index: 0;
    }

        .fullSlide .bd li {
            position: relative;
            overflow: hidden;
        }

            .fullSlide .bd li img {
                width: 100%;
                height: 450px;
            }

            .fullSlide .bd li a {
                display: block;
            }

    .fullSlide .hd {
        width: 100%;
        position: absolute;
        height: 24px;
        padding-top: 8px;
        bottom: 12px;
        text-align: center;
        font-size: 0;
        z-index: 1;
        filter: alpha(opacity=50);
        opacity: 0.5;
    }

        .fullSlide .hd ul {
            text-align: center;
        }

        .fullSlide .hd li {
            margin: 0 6px; /*background:url(/images/dian2.jpg) no-repeat center center;*/
            border-radius: 11px;
            height: 11px;
            overflow: hidden;
            width: 11px;
            background: #a3a3a3;
            cursor: pointer;
            display: inline-block;
            *display: inline;
            zoom: 1;
        }

        .fullSlide .hd .on { /*background:url(/images/dian.jpg) no-repeat center center;*/
            background: #fff;
        }

    .fullSlide .prev,
    .fullSlide .next {
        width: 50px;
        height: 90px;
        margin: -50px 0 0;
        display: none;
        background: url(/images/ad_ctr.png) no-repeat 5px 0;
        position: absolute;
        top: 50%;
        z-index: 10;
        cursor: pointer;
        text-indent: -9999px;
        filter: alpha(opacity=20);
        opacity: 0.2;
    }

    .fullSlide .prev {
        left: 50%;
        margin-left: -500px;
    }

    .fullSlide .next {
        background-position: -10px -90px;
        right: 50%;
        margin-right: -500px;
    }

        .fullSlide .prev:hover,
        .fullSlide .next:hover {
            filter: alpha(opacity=80) !important;
            opacity: 0.8 !important;
        }

/*contact*/
/*图片放大*/
.thumb {
    overflow: hidden;
}

    .thumb img {
        webkit-transform: translateZ(0);
        -webkit-transition: .2s;
        -moz-transform: translateZ(0);
        -moz-transition: .2s;
        -ms-transform: translateZ(0);
        -ms-transition: .2s;
        -webkit-transform-style: preserve-3d;
    }

        .thumb img:hover {
            text-decoration: none;
            -webkit-transform: scale(1.1);
            -moz-transform: scale(1.1);
            -ms-transform: scale(1.1);
        }

/*翻页*/
.page {
    text-align: center;
    height: 50px;
    clear: both;
    width: 100%;
}

    .page ul li {
        display: inline-block;
        margin-top: 17px;
		font-family: SimSun;
    }

        .page ul li a, .page ul li span {
            color: #b5b4b4;
            font-size: 12px;
            display: inline-block;
            height: 18px;
            line-height: 18px;
            margin: 0 5px;
			padding:0 5px;
            text-align: center;
        }

            .page ul li a.active {
                background: #b81c1c;
                color: #FFFFFF;
            }

.pages ul li a.prev, .pages ul li a.next {
    width: 30px;
    height: 24px;
    line-height: 24px;
    font-size: 13px;
    font-family: SimSun, "宋体";
    text-align: center;
}

/*index*/
.About_Us .fl {
    width: 63.67924528301887%;
}

.About_Us .head {
    padding: 30px 0 17px 0;
}

.About_Us .fl h3 {
    font-size: 24px;
    color: #973122;
    display: inline-block;
    *display: inline-block;
}

.About_Us .fl span {
    color: #999999;
    font-size: 15px;
    margin-left: 10px;
	display: none;
}

.About_Us .fl .text {
    margin-bottom: 40px;
	text-align: justify;
}

    .About_Us .fl .text p {
        color: #666666;
        font-size: 13px;
        line-height: 28px;
        text-indent: 20px;
    }

.About_Us .fl a {
    vertical-align: bottom;
    color: #973122;
    font-size: 14px;
    font-weight: 600;
}

    .About_Us .fl a em {
        font-style: normal;
        font-family: Georgia, "Times New Roman", Times, serif;
    }

.About_Us .fr {
    width: 33.0188679245283%;
    height: 230px;
    margin-top: 50px;
}

    .About_Us .fr img, .About_Us .fr video {
        width: 100%;
        height: 100%;
    }

    .About_Us .fr img {
        display: none;
        display: block\9;
        cursor: pointer;
    }

    .About_Us .fr video {
        display: none\9;
    }

.hot {
    margin: 40px 0;
}

    .hot ul {
        margin-left: -20px;
    }

        .hot ul li {
            width: 248px;
            height: 170px;
            border: 1px solid #EEEEEE;
            text-align: center;
            float: left;
            margin-left: 20px;
            background: #e8e8e8;
        }

            .hot ul li i {
                display: block;
                width: 86px;
                height: 86px;
                margin: 0 auto;
            }

            .hot ul li a {
                color: #333333;
            }

            .hot ul li h4 {
                font-size: 20px;
                margin-top: 10px;
                color: #922b1c;
            }

            .hot ul li p {
                font-size: 14px;
            }

    .hot .first {
        background: #873039;
    }

        .hot .first h4 {
            color: #FFFFFF;
        }

        .hot .first a {
            color: #FFFFFF;
        }

    .hot ul li:hover a {
        color: #FFFFFF;
    }

    .hot li:hover {
        background: #873039;
    }

        .hot li:hover h4 {
            color: #FFFFFF;
        }

    .hot .li1 i {
        background: url(/images/icon4.png) no-repeat bottom;
        background-size: 50px 49px;
    }

    .hot .li2 i {
        background: url(/images/icon5.png) no-repeat bottom;
        background-size: 42px 60px;
    }

    .hot .li3 i {
        background: url(/images/icon6.png) no-repeat bottom;
        background-size: 51px 56px;
    }

    .hot .li4 i {
        background: url(/images/icon7.png) no-repeat bottom;
        background-size: 51px 51px;
    }

    .hot .li1:hover i {
        background: url(/images/icon44.png) no-repeat bottom !important;
    }

    .hot .li2:hover i {
        background: url(/images/icon55.png) no-repeat bottom !important;
    }

    .hot .li3:hover i {
        background: url(/images/icon66.png) no-repeat bottom !important;
    }

    .hot .li4:hover i {
        background: url(/images/icon77.png) no-repeat bottom !important;
    }

.cut {
    width: 100%;
		min-height:10px;
}

    .cut .head {
        text-align: center;
    }

        .cut .head h2 {
            font-size: 28px;
            color: #973122;
        }

        .cut .head p {
            font-size: 15px;
            color: #999999;
        }

.tabBox .tab-hd {
    width: 100%;
    border-bottom: 1px solid #f0f0f0;
}

    .tabBox .tab-hd i {
        display: block;
        margin: 0 auto;
        width: 45px;
        height: 6px;
        background: #922b1c;
        margin-bottom: -3px;
    }

    .tabBox .tab-hd ul {
        width: 250px;
        margin: 0 auto;
    }

        .tabBox .tab-hd ul li {
            width: 50%;
            height: 45px;
            line-height: 45px;
            text-align: center;
            font-size: 18px;
        }

            .tabBox .tab-hd ul li a {
                color: #666666;
            }

                .tabBox .tab-hd ul li a:hover {
                    color: #973122;
                }

.active a {
    color: #922b1c !important;
}

.tabBox .tab-bd {
    margin-top: 40px;
    padding-bottom: 70px;
}

    .tabBox .tab-bd .img {
        width: 33.0188679245283%;
        height: 260px;
    }

        .tabBox .tab-bd .img img {
            width: 100%;
            height: 100%;
        }

    .tabBox .tab-bd .txt {
        width: 63.67924528301887%;
        height: 260px;
    }

        .tabBox .tab-bd .txt .head2 {
            border-bottom: 1px dotted #8f8f8f;
            padding-bottom: 10px;
        }

            .tabBox .tab-bd .txt .head2 h3 {
                color: #873039;
                font-size: 16px;
                line-height: 1.4;
                height: auto;
				margin-bottom: 5px;
            }

            .tabBox .tab-bd .txt .head2 p {
                font-size: 12px;
                color: #666666;
                line-height: 1.4;
				font-style: italic;				
				max-height: 3.5em;
				overflow: hidden;
            }

        .tabBox .tab-bd .txt .body ul {
            margin-top: 6px;
        }

            .tabBox .tab-bd .txt .body ul li {
                font-size: 13px;
                width: 100%;
                height: 30px;
                line-height: 30px;
            }

                .tabBox .tab-bd .txt .body ul li a {
                    color: #666666;
                }

                    .tabBox .tab-bd .txt .body ul li a p {
                        width: 85%;
                        overflow: hidden;
                        height: 30px;
                        word-break: keep-all;
                        white-space: nowrap;
                        text-overflow: ellipsis;
                    }

                .tabBox .tab-bd .txt .body ul li span {
                    font-size: 12px;
                    color: #E8E8E8;
                    text-align: right;
                }

                .tabBox .tab-bd .txt .body ul li:hover * {
                    color: #973122;
                }

.searc {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255,255,255,0.95);
    z-index: 999;
    display: none;
}

    .searc .box {
        width: 80%;
        margin: 30px 10%;
        position: relative;
    }

        .searc .box .close {
            background: url(/images/icon2.png) no-repeat;
            width: 20px;
            height: 22px;
            border: none;
            display: block;
            cursor: pointer;
            position: absolute;
            right: 0;
            top: 0;
        }

        .searc .box input {
            width: 94%;
            height: 50px;
            border: none;
            border-bottom: 1px solid #E8E8E8;
            background-color: transparent;
            margin-top: 20px;
            font-size: 18px;
            padding-left: 6%;
        }

        .searc .box .submit {
            position: absolute;
            bottom: 10px;
            border: 0;
            background: transparent;
            font-size: 20px;
        }

/*index  end*/

/*新闻列表*/
.banner2 {
    width: 100%;
    height: auto;
    background: #dee6e7;
    position: relative;
    text-align: center;
    font-size: 0;
}

    .banner2 img {
        max-width: 1240px;
        width: 100%;
        width: auto\9;
        margin: 0 auto;
        display: block;
        display: inline\9;
    }

    .banner2 .wrapper {
        position: absolute;
        width: 100%;
        top: 0;
        background: none;
        display: none;
    }

    .banner2 .text {
        max-width: 1060px;
        margin: 0 auto;
        text-align: left;
        margin-top: 48px;
        width: 90%;
    }

        .banner2 .text h3 {
            font-size: 30px;
            color: #000000;
        }

        .banner2 .text p {
            font-size: 20px;
            color: #d0c8bb;
            text-transform: capitalize;
        }

        .banner2 .text .btn {
            width: 116px;
            height: 38px;
            display: block;
            margin-top: 20px;
            border-radius: 50px;
            background: url(/images/banner_btn.png) no-repeat;
        }

.cut2 {
    width: 100%;
    padding-bottom: 50px;
}

    .cut2 .head h3 {
        font-size: 24px;
        color: #973122;
        padding: 30px 0 15px 0;
    }

    .cut2 .tab-hd2 {
        width: 220px;
    }

        .cut2 .tab-hd2 .on {
            color: #973122;
        }

        .cut2 .tab-hd2 ul {
            border-top: 1px solid #eae8e8;
        }

            .cut2 .tab-hd2 ul li {
				font-size: 14px;
				color: #666666;
				line-height: 120%;
				border: 1px solid #eae8e8;
				border-top: none;
				padding: 20px 10px 20px 35px;
				display: block;
            }

                .cut2 .tab-hd2 ul li:hover {
                    background: #973122;
                }

                    .cut2 .tab-hd2 ul li:hover A {
                        color: #FFFFFF;
                    }

    .cut2 .tab-bd2 {
        width: 790px;
    }

        .cut2 .tab-bd2 ul li {
            border-bottom: 1px solid #eae8e8;
        }

        .cut2 .tab-bd2 h3 {
            font-size: 24px;
            color: #973122;
            padding: 30px 0 15px 0;
        }

            .cut2 .tab-bd2 h3 span {
                font-size: 15px;
                color: #999999;
                /*margin-left: 10px;*/
                text-transform: capitalize;
				display:none;
            }

        .cut2 .tab-bd2 .img {
            width: 240px;
            text-align: center;
            padding: 20px 0 25px 0;
        }

            .cut2 .tab-bd2 .img img {
                width: 100%;
                height: 100%;
            }

            .cut2 .tab-bd2 .img a {
                display: inline-block;
                max-width: 160px;
                max-height: 110px;
                width: 160px\9;
                height: 110px\9;
            }
			.cut2 .tab-bd2 a:hover {
            	-moz-box-shadow:0px 0px 10px #CCCCCC; -webkit-box-shadow:0px 0px 10px #CCCCCC; box-shadow:0px 0px 10px #CCCCCC;
            }

        .cut2 .tab-bd2 a:hover p {
            color: #973122;
        }

        .cut2 .tab-bd2 .text {
            width: 540px;
            padding: 20px 0 25px 0;
        }

            .cut2 .tab-bd2 .text h4 {
                font-size: 16px;
                color: #000000;
                font-weight: 700px;
                line-height: 30px;
            }

            .cut2 .tab-bd2 .text span {
                font-size: 12px;
                color: #999999;
                line-height: 20px;
				display: none;
            }

            .cut2 .tab-bd2 .text p {
                font-size: 12px;
                color: #666666;
                line-height: 23px;
            }

    .cut2 .right {
        width: 790px;
    }

.newspapers{ margin-top:10px;}
.newspapers li{height: 40px;line-height: 40px;font-size: 14px;overflow:hidden;padding-right:12px;}
.newspapers  span{ float:right; color:#bbb;}
.cut2 .tab-bd2 .newspapers a:hover{box-shadow:none;}

.newspapers a{padding-left:35px;background-image:url(/images/file/pdf.gif); background-repeat:no-repeat; background-position: 9px center;}
.newspapers a[href$=".xls"],.newspapers a[href$=".xlsx"]{ background-image:url(/images/file/xls.gif);}
.newspapers a[href$=".doc"],.newspapers a[href$=".docx"]{ background-image:url(/images/file/doc.gif);}
.newspapers a[href$=".ppt"],.newspapers a[href$=".pptx"]{ background-image:url(/images/file/ppt.gif);}
.newspapers a[href$=".pdf"]{ background-image:url(/images/file/pdf.gif);}
.newspapers a[href$=".rar"]{ background-image:url(/images/file/rar.gif);}
.newspapers a[href$=".zip"]{ background-image:url(/images/file/zip.gif);}
.newspapers a[href$=".jpg"]{ background-image:url(/images/file/jpg.gif);}
.newspapers a[href$=".gif"]{ background-image:url(/images/file/gif.gif);}
.newspapers a[href$=".txt"]{ background-image:url(/images/file/txt.gif);}
.newspapers a[href$=".htm"],.newspapers a[href$=".html"],.newspapers a[href$=".xhtml"],.newspapers a[href$=".asp"],.newspapers a[href$=".aspx"],.newspapers a[href$=".php"]{ background-image:url(/images/file/htm.gif);}
.newspapers a[href$=".mp3"],.newspapers a[href$=".wav"],.newspapers a[href$=".wmv"]{ background-image:url(/images/file/mp3.gif);}
.newspapers a[href$=".swf"]{ background-image:url(/images/file/swf.gif);}


/*新闻列表  end*/

/*新闻详情*/
.TopBox h1 {
    text-align: center;
    font-size: 32px;
    color: #333333;
    font-weight: 600px;
    padding: 40px 0 40px 0;
}

.TopBox div {
    background: #f8fafc;
    height: 75px;
	line-height: 75px;
	text-align:center;
	color: #999999;
	font-size: 12px;
}

    .TopBox div p {
		display:inline-block;
		float:none;
		margin:0 3px;
    }

        .TopBox div p span {
            color: #666666;
        }

.cut2 .right .TopBox div{ height:50px; line-height:50px;}

.subject {
    padding: 20px 0 60px 0;
    font-size: 14px;
    color: #333333;
    line-height: 180%;
}

    .subject p, .subject div {
        font-size: 14px;
        color: #333333;
        line-height: 180%;
        margin-bottom: 15px;
		text-indent:2em;
    }

    .subject ul, .subject ol, .subject table {
        margin-bottom: 15px;
    }

    .subject img {
        max-width: 100%;
		display:block; 
		margin:0 auto;
    }

    .subject strong, .subject b {
        font-weight: bold;
    }

.BottomBox {
    margin-top: 40px;
    padding-bottom: 70px;
    position: relative;
}
.cut2 .right .BottomBox{ display:none;}

    .BottomBox .fl {
        position: absolute;
        width: 20px;
        left: 0;
    }

    .BottomBox .fr {
        position: absolute;
        width: 20px;
        right: 0;
    }

    .BottomBox img {
        width: 20px;
        height: 25px;
    }
	.BottomBox .gray{
       text-decoration:none
	   pointer-events:none; 
	   color:#afafaf; 
	   cursor:not-allowed;

	   filter:url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");/* Firefox 10+, Firefox on Android */
	   filter: gray;/* IE6-9 */
	   -webkit-filter:grayscale(100%);/* Chrome 19+, Safari 6+, Safari 6+ iOS */
	}

    .BottomBox .backlist {
        background: url(/images/content.jpg) no-repeat center;
        height: 27px;
        width: 28px;
        background-size: 28px 27px;
        position: absolute;
        left: 49%;
        top: 0px;
    }
/*新闻详情   end*/

/*单页*/
.single_body {
    font-size: 14px;
    color: #666666;
    line-height: 180%;
    padding-top: 20px;
}

    .single_body p, .single_body div {
        font-size: 14px;
        color: #666666;
        line-height: 180%;
        margin-bottom: 15px;
    }

    .single_body ul, .single_body ol, .single_body table {
        margin-bottom: 15px;
    }

    .single_body strong, .single_body b {
        font-weight: bold;
    }


/*图片列表*/
.pic_list {
    width: 100%;
    overflow: hidden;
}

    .pic_list ul {
        margin-top: 20px;
        width: 110%;
    }

    .pic_list li {
        width: 28%;
        overflow: hidden;
        margin-right: 3%;
        margin-bottom: 30px;
        display: inline-block;
        vertical-align: top;
    }

        .pic_list li:hover {
            background: #fafafa;
			-moz-box-shadow:5px 5px 10px #ccc; -webkit-box-shadow:5px 5px 10px #ccc; box-shadow:5px 5px 10px #ccc;
        }

            .pic_list li:hover a {
                color: #973021;
            }

        .pic_list li .p {
            position: relative;
            overflow: hidden;
            font-size: 0;
        }

    .pic_list img {
        webkit-transform: translateZ(0);
        -webkit-transition: .2s;
        -moz-transform: translateZ(0);
        -moz-transition: .2s;
        -ms-transform: translateZ(0);
        -ms-transition: .2s;
        -webkit-transform-style: preserve-3d;
        width: 100%;
    }

    .pic_list li:hover img {
        text-decoration: none;
        -webkit-transform: scale(1.1);
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
    }

    .pic_list li h2 {
        font-size: 16px;
        line-height: 120%;
        margin: 5px 0;
    }

    .pic_list li .i {
        color: #888;
        padding: 8px 0 10px;
        line-height: 20px;
        max-height: 70px;
        font-size: 12px;
    }
/*图片列表   end*/



.subject td {
    border: 1px solid #c5c3c3;
}

.hide {
    display: none;
}

.cut2 .tab-bd2 .text p {
    max-height: 45px;
    overflow: hidden;
    text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp: 2;-webkit-box-orient:vertical;
}

@media screen and (max-width: 1000px) {
    .single_body *, .subject * {
        float: none !important;
        white-space: normal !important;
        max-width: 100% !important;
        width: auto !important;
    }
}

.single_body img {max-width: 100% !important;}
.subject img {max-width: 800px !important;}
.pic_detail .subject{max-width: 100% !important;}

.single_body td, .subject td {
    display: table-cell !important;
}

    .single_body td span, .subject td span {
        max-height:45px;
        overflow:hidden;
        display: inline-block;
    }

.single_body table, .subject table {
    width: 100% !important;
}


.single_body a[href*='.pdf'], .subject a[href*='.pdf'] {
    display: none;
}

/*内容区域文字排版*/
.single_body ul, .subject ul{padding-left:23px; padding-bottom:12px; list-style:disc;}
.single_body ul[type='disc'], .subject ul[type='disc']{ list-style:disc;}
.single_body ul[type='square'], .subject ul[type='disc']{ list-style:square;}
.single_body ul[type='circle'], .subject ul[type='disc']{ list-style:circle;}

.single_body ol, .subject ol{padding-left:23px; padding-bottom:12px; list-style:decimal;}
.single_body ol[type='1'], .subject ol[type='1']{ list-style:decimal;}
.single_body ol[type='A'], .subject ol[type='A']{ list-style:upper-latin;}
.single_body ol[type='a'], .subject ol[type='a']{ list-style:lower-latin;}
.single_body ol[type='I'], .subject ol[type='I']{ list-style:upper-roman;}

.single_body li, .subject li{list-style: unset;}


.nav ul li a {
    text-transform: capitalize;
}
.notdata {
    text-align: center;
    border-bottom: 0 !important;
    margin-top: 8%;
}
.pic_list li h2 {
    height: 25px;
    overflow: hidden;
}

.banner2 img{max-height: 240px;}
.pic_list li h2{line-height: 25px;}

/*职位列表表格*/
.jobtable{ font-size:12px; width:100%;}
.jobtable strong{ font-size:14px;}
.jobtable td{ padding:20px; width:45%!important;}
.jobtable p,.mytable1 div{ text-indent:0; font-size:12px;}


