@font-face {
    /* TEL */
    font-family: '341-CAI978';
    src: url('/font/341-CAI978.eot');
    src: url('/font/341-CAI978.eot?#ie6-8') format('embedded-opentype'),
    url('/font/341-CAI978.woff') format('woff'),
    url('/font/341-CAI978.ttf') format('truetype'),
    url('/font/341-CAI978.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    /* 1MIN */
    font-family: 'FZZXHJW';
    src: url('/font/FZZXHJW.eot');
    src: url('/font/FZZXHJW.eot?#ie6-8') format('embedded-opentype'),
    url('/font/FZZXHJW.woff') format('woff'),
    url('/font/FZZXHJW.ttf') format('truetype'),
    url('/font/FZZXHJW.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    /* motto */
    font-family: 'HYDianYaTiJ';
    src: url('/font/HYDianYaTiJ.eot');
    src: url('/font/HYDianYaTiJ.eot?#ie6-8') format('embedded-opentype'),
    url('/font/HYDianYaTiJ.woff') format('woff'),
    url('/font/HYDianYaTiJ.ttf') format('truetype'),
    url('/font/HYDianYaTiJ.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    /* num */
    font-family: '495-CAI978';
    src: url('/font/495-CAI978.eot');
    src: url('/font/495-CAI978.eot?#ie6-8') format('embedded-opentype'),
    url('/font/495-CAI978.woff') format('woff'),
    url('/font/495-CAI978.ttf') format('truetype'),
    url('/font/495-CAI978.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@media screen and (min-width: 1280px) {
    body {
        min-width: 1280px !important;
    }

    .wrap {
        width: 1280px !important;
    }
}

@media screen and (max-width: 1280px) {
    body {
        min-width: 1024px !important;
    }

    .wrap {
        width: 1024px !important;
    }

    .head .nav {
        padding-left: 30px !important;
    }

    .head .nav li.rootItem {
        margin-right: 10px !important;
    }

    .head .nav li.rootItem > a {
        width: 100px !important;
    }

    .caseList li .box {
        padding: 15px !important;
    }

    .caseList li .box img {
        height: 180px !important;
    }

    .caseList li .box .title1 {
        font-size: 24px !important;
    }

    .caseList li .box .title2 {
        font-size: 18px !important;
    }

    .caseList li .box p {
        font-size: 14px !important;
    }

    .footer .im {
        padding: 0px 20px !important;
    }

    .footer .copyright {
        padding: 10px 0 0 25px !important;
        width: 420px;
    }

    .footer .hotline {
        padding-right: 20px !important;
    }

    .news dd p {
        height: 70px;
        overflow: hidden;
    }
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
}

a img {
    border: none;
}

.c:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

* html .c {
    zoom: 1;
    display: inline-block;
    _height: 1px;
}

body input,
body button,
body textarea,
body {
    color: #333;
    background: #FFF;
    font-family: "Microsoft Yahei", Arial;
}

.wrap {
    width: 1280px;
    margin: 0 auto;
}

.wrap img {
    max-width: 100%;
}

.hide {
    display: none;
}

a {
    color: #333;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}

a:hover {
    color: #000;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}

.hits {
    display: none;
}

.page_info span {
    padding: 0 2px;
}

.page_info,
.page_list {
    clear: both;
    height: 24px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0;
    font-family: "Microsoft Yahei", "Arial Black";
    font-size: 12px;
    margin-bottom: 10px;
    padding: 10px;
}

.page_list a {
    display: inline-block;
    color: #898989;
    border: 1px solid #e8e8e8;
    background: #f8f8f8;
    text-align: center;
    padding: 0 8px;
    margin: 0 1px;
}

.page_list a:hover {
    color: #fff;
    border: 1px solid #898989;
    background: #898989;
}

.page_list a.on {
    color: #333;
    border: 1px solid #ccc;
    background: #E5EDF2;
}


.contPage {
    height: 20px;
    line-height: 20px;
    text-align: center;
    letter-spacing: 0;
    font-family: "Arial Black";
    font-size: 10px;
    margin-top: 20px;
}

.contPage a {
    display: inline-block;
    color: #898989;
    background: #fff;
    text-align: center;
    padding: 0 7px;
    margin: 0 1px;
}

.contPage a:hover {
    color: #fff;
    background: #898989;
}

.contPage a.on {
    color: #333;
    background: #E5EDF2;
    border: 1px solid #C2D5E3;
}

.articleTitle {
    font-size: 24px;
    margin: 50px 0 0;
    padding: 30px 5px 0px 5px;
    text-align: center;
    color: #333;
    font-weight: normal;
}

.articlesSubTitle {
    font-size: 16px;
    margin: 20px 0 10px 0;
    text-align: center;
    color: #666;
    font-weight: normal;
}

.articleInfo {
    border-top: dashed 1px #cacaca;
    height: 72px;
    line-height: 36px;
    color: #A9A9A9;
    text-align: center;
    font-size: 12px;
    width: 90%;
    margin: 0 auto;
}

.articleInfo span {
    padding: 0px 5px;
}

.articleContent {
    font-size: 14px;
    color: #868686;
    padding: 20px;
    min-height: 400px;
    height: auto;
}

.articleContent div,
.articleContent p {
    line-height: 220% !important;
    font-size: 14px !important;
}

.articleContent img {
    max-width: 100%;
    height: auto !important;
}

.articleContent p {
    /*text-indent: 2em;*/
    margin: 10px 0;
}

.articleContent div img,
.articleContent p img {
    /*margin-left: -2em;*/
}

.articleContent.middle div,
.articleContent.middle p {
    font-size: 14px !important;
}

.articleContent.big div,
.articleContent.big p {
    font-size: 18px !important;
}

.articleContent.small div,
.articleContent.small p {
    font-size: 12px !important;
}

.articleContent table,
.articleContent table td,
.articleContent table th {
    border-collapse: collapse;

}

.articleContent table td {
    padding: 0 10px;
    line-height: 180%;
}

.articleContent .back {
    text-align: center;
    padding: 30px;
}

.articleContent .back a {
    font-size: 18px;
    color: #5a5a5a;
    border: 1px solid #cc0000;
    padding: 10px 30px;
    border-radius: 2px;
}

.articleContent .back a:hover {
    background-color: #e6e6e6;
    color: #000;
}

.articleContent .back a:after {
    content: "";
    margin-left: 10px;
    padding-left: 18px;
    height: 18px;
    display: inline-block;
    background: url(/images/arrow.gif) -31px -1px no-repeat;
    vertical-align: middle;
}

ul.pn {
    border-top: dashed 1px #999;
    padding: 15px;
    color: #333;
    margin-top: 15px;
}

.pn li {
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color: #333;
    overflow: hidden;
}

.pn a {
    color: #333;
    text-decoration: none;
}

.pn a:hover {
    color: #000;
}

.ke-insertfile {
    background: url(/templates/default/images/download.gif) 3px center no-repeat;
    padding-left: 25px;
    padding-right: 3px;
    border-bottom: dotted 1px #333;
}

.tooltip {
    position: absolute;
    z-index: 2147483647;
    max-width: 250px;
    word-wrap: break-word;
    background-color: #f03b26;
    background-color: rgba(240, 59, 38, 0.8);
    text-align: left;
    padding: 5px 10px;
    min-height: 1em;
    border-radius: 3px;
    border: solid 1px #C00;
    color: #FFF;
    font-size: 14px;
}

/* flexslider start */
.flexslider,
.flexslider .slides li {
    height: 700px;
}

.flexslider.i1,
.flexslider.i1 .slides li {
    height: 700px;
}

.flexslider.i2,
.flexslider.i2 .slides li {
    height: 695px;
}

.flexslider.i3,
.flexslider.i3 .slides li {
    height: 444px;
}

.flexslider.i2 .flex-direction-nav {
    display: none;
}

.flexslider {
    position: relative;
    overflow: hidden;
    background: url(/images/loading.gif) 50% no-repeat;
}

.flexslider .slides {
    position: relative;
    z-index: 1;
}

.flexslider .slides li {
    background-position: center top;
    position: relative;
    /*background-size: cover !important;*/
}

.flexslider .slides li a {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.flex-control-nav {
    position: absolute;
    bottom: 20px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.i3 .flex-control-nav {
    display: none;
}

.flex-control-nav li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flex-control-nav a {
    display: inline-block;
    width: 10px;
    height: 10px;
    line-height: 40px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 50%;
    font-size: 0px;
    background-color: #666666;
}

.flex-control-nav .flex-active {
    background-color: #996600;
}

.flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.flex-direction-nav li a {
    display: block;
    width: 0px;
    height: 0px;
    text-align: center;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    opacity: .5;
    filter: alpha(opacity=10);
    /*border: 20px solid #000;*/
    border-top-color: transparent;
    border-bottom-color: transparent;
}

.flex-direction-nav li a:hover {
    opacity: .7;
    filter: alpha(opacity=70);
}

.flex-direction-nav li a.flex-prev {
    left: 50px;
    border-left-color: transparent;
}

.flex-direction-nav li a.flex-next {
    right: 50px;
    border-right-color: transparent;
}

/* flexslider end */
.flexslider {
    background-color: #fff;
}

.flexslider .slides li a {
    cursor: pointer;
}

.flexslider .flex-direction-nav {
    top: 25%;
}

.flexslider .flex-direction-nav li a {
    display: block;
    width: 70px;
    height: 220px;
    opacity: 1;
    border: none;
    background: url(/images/prevAndNext.png) left center no-repeat;
}

.flexslider .flex-direction-nav li a.flex-prev {
    background-position: right center;
}

.flexslider .flex-direction-nav li a.flex-next {
    background-position: left center;
}

.flexslider .flex-control-nav .flex-active {
    background-color: #C00;
}

.head .wrap {
    position: relative;
    z-index: 11;
}

.head .logo,
.head .nav,
.head .hotline {
    position: absolute;
    top: 35px;
}

.head a,
.head {
    color: #484848;
}

.head .logo {
    left: 0;
    top: 25px;
    display: block;
}

.head .logo:hover {
    /*background-color: rgba(255,255,255,.02);*/
    border-radius: 5px;
}

.head .logo img {
    width: 141px;
    height: 79px;
    padding: 5px 5px 5px 10px;
}

.head .hotline {
    right: 0;
    padding-top: 20px;
}

.head .hotline span {
    display: inline-block;
    line-height: 36px;
    vertical-align: top;
}

.head .hotline .name {
    font-size: 12px;
    padding-right: 5px;
}

.head .hotline .tel {
    font-size: 35px;
    font-family: "341-CAI978", Impact, "Arial Narrow";
}

.head .nav {
    padding-top: 15px;
    padding-left: 60px;
    left: 140px;
}

.head .nav li {
    font-size: 14px;
}

.head .nav li.rootItem {
    float: left;
    margin-right: 20px; /* 导航有“首页”时用这行，没“首页”时用下边那行 */
    margin-right: 30px;
}

.head .nav li.rootItem > a:hover {
    color: #999;
    /*background-color: #121119;*/
    border-radius: 3px;
}

.head .nav li.rootItem > a {
    display: block;
    text-align: center;
    width: 120px;
    height: 50px;
    line-height: 50px;
}

.banner {
    height: 700px;
    background-color: #0f0e14;
    clear: both;
}

.on_min {
    background-color: #996600;
    font-size: 28px;
    text-align: center;
    height: 90px;
    line-height: 90px;
}

.on_min a {
    color: #000;
    font-family: "FZZXHJW";
    background: url(/images/btn_play.png) right center no-repeat;
    padding-right: 30px;
}

.on_min a:hover {
    color: #4a3100;
}


.caseList {
    width: 100%;
}

.caseList li {
    width: 33.3%;
    float: left;
}

.caseList li .box {
    margin: 10px;
    padding: 20px 25px;
    background-color: #fff;
    display: block;
    border: 1px solid #FFF;
    border-radius: 2px;
}

.caseList li .box .title1 {
    font-size: 30px;
    font-size: 26px;
    line-height: 48px;
    height: 48px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.caseList li .box .title2 {
    font-size: 23px;
    font-size: 20px;
    line-height: 32px;
    height: 32px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.caseList li .box p {
    font-size: 16px;
    line-height: 180%;
    color: #484848;
    height: 110px;
    overflow: hidden;
}

.caseList li .box img {
    width: 100%;
    height: 230px;
    margin: 20px 0 10px;
    border-radius: 2px;
}

.caseList li .box .arrow {
    margin-top: 0px;
    width: 56px;
    height: 20px;
    background: url(/images/arrow.gif) 0 0 no-repeat;
}

.caseList li .box:hover {
    color: initial;
    background-color: #f7f7f7;
    -webkit-transition-duration: 200ms;
    transition-duration: 200ms;
    transform: scale(1.03, 1.03);
}

.caseList li .box:hover img {
    opacity: .9;
}

.loadMore {
    padding-top: 10px;
    padding-bottom: 40px;
}

.loadMore a {
    display: block;
    text-align: center;
    margin: 0 auto;
    padding-top: 50px;
    padding-bottom: 20px;
    width: 200px;
    background: url(/images/loadMore.gif) center 10px no-repeat;
}

.loadMore a:hover {
    /*background-color: #f7f7f7;*/
    background-position: center 15px;
    border-radius: 3px;
}

.navFooter {
    height: 80px;
    line-height: 80px;
    background-color: #a6a6a6;
}

.navFooter .container {
    width: 900px !important;
    margin: 0 auto;
}

.navFooter .nav a:hover {
    color: #c30101;
}

.navFooter .nav a {
    padding: 0px 40px;
    color: #4b4b4b;
}

.navFooter .nav {
    float: right;
    color: transparent;
}

.navFooter .logo {
    font-size: 36px;
    font-size: 24px;
    float: left;
    color: #4b4b4b;
    padding-left: 10px;
}

.footer {
    background-color: #dbdbdb;
    padding: 55px 0;
}

.footer .blk {
    float: left;
}

.footer .hotline {
    padding-right: 55px;
    padding-left: 10px;
}

.footer .hotline .tel {
    color: #960;
    font-family: "341-CAI978", Impact, "Arial Narrow";
    font-size: 46px;
}

.footer .hotline .hours {
    color: #585858;
    font-size: 16px;
}

.footer .im {
    padding: 0px 90px;
    border-left: 1px solid #9d9d9d;
    border-right: 1px solid #9d9d9d;
    text-align: center;
}

.footer .im .item {
    padding: 10px;
    display: inline-block;
    font-size: 14px;
}

.footer .im .item img {
    border-radius: 2px;
}

.footer .im .item div {
    color: #313131;
}

.footer .copyright .r {
    padding-top: 10px;
}

.footer .copyright {
    padding: 10px 0 0 100px;
    font-size: 12px;
    color: #7a7a7a;
    line-height: 24px;
    width: 35%;
}

.footer .copyright a {
    color: #7a7a7a;
    border-bottom: 1px dotted #c3c3c3;
}

.footer .copyright a:hover {
    border-bottom-color: #7a7a7a;
}

.subNav {
    background-color: #996600;
    height: 80px;
    overflow: hidden;
}

.subNav ul {
    display: flex;
}

.subNav li {
    flex: 1;
    align-self: center;
    text-align: center;
    border-left: solid 1px #926100;
    float: none !important;
    width: auto !important;
    float: left;
    width: 33.3%;
}

.subNav li.primary a {
    background-color: #5f3e13;
}

.subNav li a {
    display: block;
    height: 80px;
    line-height: 80px;
    font-size: 20px;
    color: #edd7bd;
}

.subNav li.hover a {
    background-color: #90640e;
}

.subNav li a:hover {
    background-color: #7f5708;
}

.articleList {
    padding-top: 93px;
    padding-bottom: 35px;
}

.articleList li {
    margin-bottom: 70px;
}

.articleList li:after {
    content: "";
    display: block;
    clear: both;
}

.articleList li .thumb {
    display: block;
}

.articleList li .thumb:hover img {
    opacity: .9;
}

.articleList li .thumb img {
    width: 514px;
    height: 280px;
    float: left;
    margin-right: 52px;
    border-radius: 2px;
}

.articleList li .title:hover {
    color: #C00;
    /*border-bottom: 1px dotted #C00;*/
}

.articleList li .title {
    font-size: 24px;
    display: block;
    margin: 20px 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border-bottom: 1px solid #FFF;
}

.articleList li .description:hover {
    color: #a5a5a5;
}

.articleList li .description {
    color: #868686;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 35px;
    height: 100px;
    overflow: hidden;
}

.articleList li .detail:hover {
    color: #F00;
}

.articleList li .detail {
    font-size: 14px;
    color: #d90000;
}

.articleList li .date {
    font-family: "341-CAI978", Impact, "Arial Narrow";
    font-size: 30px;
    color: #707070;
}

.win {
    position: absolute;
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.win.video .close {
    position: absolute;
    right: 0;
    top: 0;
    padding: 5px;
    background-color: #000;
    color: #FFF;
}

.win.video {
    left: 50%;
    top: 50%;
    margin-left: -300px;
    margin-top: -225px;
    z-index: 11;
    width: 600px;
    height: 450px;
}

.win.mask {
    background-color: #000;
    opacity: .7;
}

#backTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 12;
}

#backTop a {
    width: 70px;
    height: 60px;
    text-indent: -9999px;
    overflow: hidden;
    border: 1px solid #9E9E9E;
    display: block;
    background: url(/images/up-arrow.png) no-repeat center center;
    border-radius: 2px;
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s;
}

#backTop a:hover {
    border-color: #777;
}

.btn.jump2more {
    margin-top: 30px;
    margin-bottom: 30px;
    display: inline-block;
    border: 1px solid #cc0000;
    color: #cc0000;
    font-size: 22px;
    font-size: 14px;
    line-height: 26px;
    padding: 5px 15px;
    border-radius: 2px;
}

.btn.jump2more:hover span {
    padding-left: 10px;
    margin-right: 5px;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}

.btn.jump2more span {
    display: inline-block;
    position: relative;
    vertical-align: middle;
    -webkit-transition-duration: 400ms;
    transition-duration: 400ms;
}

.btn.jump2more span:before {
    content: "";
    display: block;
    width: 22px;
    border-top: 1px solid #C00;
}

.btn.jump2more span:after {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border: 1px solid #C00;
    border-left: none;
    border-bottom: none;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    top: -3px;
}

.flexslider.i1 .flex-direction-nav {
    display: none;
}

/* End */