﻿@charset "utf-8";
/* 此文件作为总入口，引入所有less文件，之后会编译为all.css */
/*CSS Document*/
/*init BEGIN*/
body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
fieldset,
lengend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
    outline: none;
}

.wow {
    visibility: hidden;
}
/*清除内外边距*/
a:focus {
    -moz-outline-style: none;
}
/*IE不支持*/
a:focus {
    outline: none;
}
/*很多网站都会加的属性*/
body,
button,
input,
select,
textarea {
    /*for ie*/
    /*font:12px/1 Tahoma,Helvetica,Arial,"宋体",sans-serif;*/
    font: 12px/1 Tahoma, Helvetica, Arial, "\5b8b\4f53", sans-serif;
    /*用 ascii 字符表示，使得在任何编码下都无问题*/
}
/*设置默认字体*/
address,
cite,
dfn,
em,
var {
    font-style: normal;
}
/*将斜体扶正*/
code,
kbd,
pre,
samp,
tt {
    font-family: "Courier New", Courier, monospace;
}
/*统一等宽字体*/
small {
    font-size: 12px;
}
/*小于 12px 的中文很难阅读，让 small 正常化*/
ul,
ol {
    list-style: none;
}
/*重置列表元素*/
a {
    text-decoration: none;
}
/*重置文本格式元素*/
abbr[title],
acronym[title] {
    /*注：1.ie6 不支持 abbr; 2.这里用了属性选择符，ie6 下无效果*/
    border-bottom: 1px dotted;
    cursor: help;
}

q:before,
q:after {
    content: '';
}
/*重置表单元素*/
legend {
    color: #000;
}
/*for ie6*/
fieldset,
img {
    border: none;
}
/*img 搭车：让链接里的 img 无边框*/
/*注：optgroup 无法扶正*/
button,
input,
select,
textarea {
    font-size: 100%;
    /*使得表单元素在 ie 下能继承字体大小*/
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
/*重置表格元素*/
hr {
    border: none;
    height: 1px;
}
/*重置 hr*/
html {
    overflow-y: scroll;
}
/*让非ie浏览器默认也显示垂直滚动条，防止因滚动条引起的闪烁*/
/*清除float BEGIN*/
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.clearfix {
    display: inline-block;
    display: block;
    zoom: 1;
}
/*清除float END*/
/*init END*/
/*banner BEGIN*/
.cg_banner {
    width: 100%;
    overflow: hidden;
    position: relative;
}
/*子页banner高度*/
.cg_banner,
.cg_banner_listbox,
.cg_banner_listbox ul,
.cg_banner_listbox ul li,
.cg_banner_listbox ul li a {
    display: block;
    height: 100px;
}
    /*首页banner高度*/
    .cg_banner.cg_index_banner,
    .cg_index_banner .cg_banner_listbox,
    .cg_index_banner .cg_banner_listbox ul,
    .cg_index_banner .cg_banner_listbox ul li,
    .cg_index_banner .cg_banner_listbox ul li a {
        display: block;
        height: 100px;
    }

.cg_banner_listbox {
    position: relative;
    height: 100%;
    z-index: 0;
}

    .cg_banner_listbox ul li {
        zoom: 1;
        vertical-align: middle;
    }
/*li按钮*/
.cg_banner .hd {
    height: 15px;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 5px;
    z-index: 1;
    width: 100%;
}

    .cg_banner .hd ul {
        overflow: hidden;
        zoom: 1;
        clear: both;
        width: 100%;
        text-align: center;
    }

        .cg_banner .hd ul li {
            display: inline-block;
            *zoom: 1;
            *display: inline;
            margin: 0 2px;
            width: 30px;
            height: 8px;
            text-align: center;
            background: #fff;
            cursor: pointer;
            overflow: hidden;
            line-height: 8px;
            color: #fff;
        }

            .cg_banner .hd ul li.on {
                background: #f00;
                color: #f00;
            }
/*前/后按钮代码*/
.cg_banner .prev,
.cg_banner .next {
    position: absolute;
    left: 3%;
    top: 50%;
    margin-top: -25px;
    display: block;
    width: 32px;
    height: 40px;
    background: url(../images/slider-arrow.png) -110px 5px no-repeat;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 9;
}

.cg_banner .next {
    left: auto;
    right: 3%;
    background-position: 8px 5px;
}

    .cg_banner .prev:hover,
    .cg_banner .next:hover {
        filter: alpha(opacity=100);
        opacity: 1;
    }

.cg_banner .prevStop {
    display: none;
}

.cg_banner .nextStop {
    display: none;
}
/*banner END*/
/*上下篇 BEGIN*/
.sub_updown_hei {
    height: 26px;
    line-height: 26px;
}

.sub_updown {
    clear: both;
    font-family: "微软雅黑";
    overflow: hidden;
    font-size: 12px;
    padding: 4px 0;
    width: 100%;
}

    .sub_updown div {
        clear: both;
        overflow: hidden;
        margin: 6px 0px;
        height: 26px;
        line-height: 26px;
    }

        .sub_updown div a {
            display: block;
            color: #666;
            height: 26px;
            line-height: 26px;
        }

            .sub_updown div a[href]:hover {
                color: #06F;
            }

    .sub_updown span {
        display: block;
        float: left;
        cursor: pointer;
        height: 26px;
        line-height: 26px;
    }
/*上下篇 END*/
/*分页 BEGIN*/
.ql_fenye {
    clear: both;
    width: 100%;
    text-align: center;
    font-family: "微软雅黑";
    font-size: 12px;
}

    .ql_fenye a,
    .ql_fenye span {
        display: inline-block;
        *zoom: 1;
        *display: inline;
        padding: 0 9px;
        border: 1px solid #e4e3e1;
        -webkit-border-radius: 20px;
        -moz-border-radius: 20px;
        border-radius: 20px;
        margin: 0px 3px;
    }

    .ql_fenye a {
        color: #444;
    }

        .ql_fenye a[href]:hover {
            color: #fff;
            background: #4c466c;
            border-color: #4c466c;
        }

    .ql_fenye span {
        color: #fff;
        background: #4c466c;
        border-color: #4c466c;
    }
/*选中需要全部important一下*/
/*分页 END*/
/*百度地图*/
.iw_poi_title {
    color: #CC5522;
    font-size: 14px;
    font-weight: bold;
    overflow: hidden;
    padding-right: 13px;
    white-space: nowrap;
}

.iw_poi_content {
    font: 12px arial, sans-serif;
    overflow: visible;
    padding-top: 4px;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
}

a[href] * {
    cursor: pointer;
}
/*此文件放置共用函数、变量等*/
/* 手机rem单位字号，与js保持一致 */
/* 兼容IE7 透明度写法 */
/* 字体设置 */
/* 定位属性 */
/* 遮罩层定位 */
/* 截字符 */
.ellipsis {
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}
/* 公用类 */
body {
    font-size: 12px;
    color: #333;
    line-height: 1.8;
    font-family: "微软雅黑";
}
/* 清楚浮动 */
.clearfix {
    zoom: 1;
}

    .clearfix:after {
        content: "\0020";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
    }

input {
    background: none;
    font-family: 微软雅黑;
    border: none;
}

textarea {
    background: none;
    font-family: 微软雅黑;
    border: none;
}

.hxq_gaba {
    display: inline-block;
    line-height: 26px;
    padding-left: 25px;
    min-height: 20px !important;
    background: url(../images/bah_10.png) no-repeat left center;
}

.hxq_w1920 {
    position: relative;
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

.hxq_w1200 {
    width: 1200px;
    margin: 0 auto;
}

.hxq_w1003 {
    width: 1003px;
    margin: 0 auto;
}
/* CSS Document */
/*以下为公用样式，不可以修改，如涉及到参数请在html页面删除相应的class或id*/
body {
    font-size: 12px;
    line-height: 26px;
    font-family: "微软雅黑";
    white-space: normal;
    word-break: break-word;
    background: url(../images/topback.jpg);
}

.cg_fs {
    font-family: "宋体";
}

.cg_l {
    float: left;
}

.cg_r {
    float: right;
}
/*width*/
.w1002,
.w1004,
.w1080,
.w1100,
.w1200,
.w1216,
.w1280 {
    margin: 0 auto;
}

.w1002 {
    width: 1002px;
}

.w1004 {
    width: 1004px;
}

.w1080 {
    width: 1080px;
}

.w1100 {
    width: 1100px;
}

.w1200 {
    width: 1200px;
}

.w1216 {
    width: 1216px;
}

.w1280 {
    width: 1280px;
}

.qgl_mgaba {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    line-height: 26px;
    padding-left: 25px;
    min-height: 20px !important;
    background: url(../images/gaba.png) no-repeat left center;
}
/*以上为公用样式，不可以修改，如涉及到参数请在html页面删除相应的class或id*/
/*BEGIN*/
.c_top {
    display: block;
    text-align: center;
    padding: 48px 0 0;
    position: relative;
    z-index: 105;
}

    .c_top .c_logo {
        display: block;
    }

    .c_top .c_topnav {
        border-top: 1px solid #eaeaea;
        margin: 48px 0 0;
    }

    .c_top ul {
        display: inline-block;
        vertical-align: top;
        height: 70px;
        line-height: 70px;
    }

        .c_top ul li {
            float: left;
            position: relative;
        }

            .c_top ul li a {
                display: block;
                color: #4c466c;
                padding: 0 20px;
                font-size: 18px;
                overflow: hidden;
                -webkit-transform: scale(1, 1);
                -moz-transform: scale(1, 1);
                -ms-transform: scale(1, 1);
                -o-transform: scale(1, 1);
                transform: scale(1, 1);
            }

                .c_top ul li a:after {
                    content: ' ';
                    display: block;
                    position: absolute;
                    border-left: 10px solid transparent;
                    border-right: 10px solid transparent;
                    border-bottom: 0 solid #4c466c;
                    left: 50%;
                    bottom: 0;
                    margin-left: -8px;
                    -webkit-transition: all 0.3s;
                    -o-transition: all 0.3s;
                    -moz-transition: all 0.3s;
                    transition: all 0.3s;
                }

            .c_top ul li:hover a:after {
                border-bottom: 8px solid #4c466c;
            }

            .c_top ul li:hover .c_submenu {
                opacity: 1;
                visibility: visible;
            }

                .c_top ul li:hover .c_submenu a {
                    margin: 0;
                    color: #fff;
                }

            .c_top ul li.on a:after {
                border-bottom: 8px solid #4c466c;
            }

            .c_top ul li .c_submenu {
                position: absolute;
                left: 0;
                width: 100%;
                top: 70px;
                background: #4c466c;
                padding: 10px 0;
                -webkit-transition: all 0.3s;
                -o-transition: all 0.3s;
                -moz-transition: all 0.3s;
                transition: all 0.3s;
                opacity: 0;
                visibility: hidden;
            }

                .c_top ul li .c_submenu a {
                    display: block;
                    height: auto;
                    line-height: 24px;
                    padding: 5px;
                    margin: 15px 0 0;
                    -webkit-transition: all 0.3s;
                    -o-transition: all 0.3s;
                    -moz-transition: all 0.3s;
                    transition: all 0.3s;
                    font-size: 16px;
                }

                    .c_top ul li .c_submenu a:hover {
                        color: #d3a766;
                    }

                    .c_top ul li .c_submenu a.on {
                        color: #d3a766;
                    }

    .c_top .c_toptel {
        display: inline-block;
        color: #d3a766;
        font-family: "宋体";
        font-size: 20px;
        background: url(../images/toptel.png) no-repeat;
        padding: 8px 0 0 36px;
        font-weight: bold;
        vertical-align: top;
        margin: 20px 0 0 30px;
    }

.c_bottom {
    font-size: 14px;
    color: #9a9a9a;
}

    .c_bottom a {
        color: #9a9a9a;
    }

        .c_bottom a:hover {
            color: #eee;
        }

    .c_bottom .c_botlink1 {
        display: block;
        text-align: center;
        font-size: 40px;
        color: #dcdcdc;
        line-height: 40px;
        height: 40px;
        font-weight: lighter;
        text-transform: uppercase;
        padding: 40px 0;
        background: #404040;
        transition: all .3s 0s;
    }

        .c_bottom .c_botlink1 img {
            vertical-align: top;
            margin: 1px 0 0;
        }

        .c_bottom .c_botlink1:hover {
            background: #473f72;
        }

    .c_bottom .c_botlink2 {
        display: block;
        text-align: center;
        font-size: 40px;
        color: #dcdcdc;
        font-weight: lighter;
        text-transform: uppercase;
        line-height: 40px;
        height: 40px;
        padding: 40px 0;
        background: #212121;
        transition: all .3s 0s;
    }

        .c_bottom .c_botlink2 img {
            vertical-align: top;
            margin: 1px 0 0;
        }

        .c_bottom .c_botlink2:hover {
            background: #ae8954;
        }

    .c_bottom .botinfo {
        background: url(../images/bottomback.jpg) no-repeat center top;
        padding: 80px 0 50px;
        position: relative;
        background-size: 100%;
    }

        .c_bottom .botinfo .c_biaoyu {
            text-align: center;
            font-size: 30px;
            color: #dcdcdc;
            line-height: 1.5;
            font-weight: lighter;
        }

            .c_bottom .botinfo .c_biaoyu em {
                font-size: 48px;
                text-transform: uppercase;
                display: block;
            }

            .c_bottom .botinfo .c_biaoyu strong {
                font-weight: bold;
                font-size: 36px;
                color: #ae8954;
                padding: 20px 0 0;
                display: block;
            }

        .c_bottom .botinfo .c_botfx {
            position: absolute;
            left: 0;
            bottom: 0;
            width: 100%;
            padding: 20px 0;
            background: url(../images/bantou.png);
            text-align: center;
        }

            .c_bottom .botinfo .c_botfx a {
                display: inline-block;
                position: relative;
            }

                .c_bottom .botinfo .c_botfx a img {
                    display: block;
                    opacity: 0.8;
                    filter: alpha(opacity=80);
                }

                    .c_bottom .botinfo .c_botfx a img:hover {
                        opacity: 1;
                        filter: alpha(opacity=100);
                    }

            .c_bottom .botinfo .c_botfx img.c_guanbi {
                position: absolute;
                right: 70px;
                top: 28px;
                opacity: 0.8;
                filter: alpha(opacity=80);
                cursor: pointer;
            }

                .c_bottom .botinfo .c_botfx img.c_guanbi:hover {
                    opacity: 1;
                    filter: alpha(opacity=100);
                }

            .c_bottom .botinfo .c_botfx img.tanc {
                position: absolute;
                width: 200px;
                height: 200px;
                bottom: 52px;
                left: 50%;
                margin-left: -100px;
                opacity: 1;
                filter: alpha(opacity=100);
                display: none;
            }

            .c_bottom .botinfo .c_botfx a:hover img.tanc {
                display: block;
            }

    .c_bottom .c_botlx {
        text-align: center;
        padding: 15px 0 10px;
    }

    .c_bottom .c_botxx {
        text-align: center;
        padding: 10px 0 15px;
    }

.leftmenu {
    width: 50px;
    height: 100%;
    position: fixed;
    z-index: 992;
    left: 0;
    top: 0;
    background: url(../images/topback.jpg);
}

    .leftmenu .menubutton {
        width: 50px;
        height: 100%;
        background: url(../images/menuic.png) no-repeat center;
        display: block;
    }

.pageright {
    width: 50px;
    height: 100%;
    position: fixed;
    z-index: 992;
    right: 0;
    top: 0;
    background: url(../images/topback.jpg);
}

.c_menu {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #4c466c;
    z-index: 993;
    display: table;
    display: none;
}

    .c_menu .c_guanle {
        position: absolute;
        z-index: 9;
        left: 20px;
        top: 20px;
        cursor: pointer;
        opacity: 0.8;
        filter: alpha(opacity=80);
    }

        .c_menu .c_guanle:hover {
            opacity: 1;
            filter: alpha(opacity=100);
        }

    .c_menu .menuul {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 100%;
    }

        .c_menu .menuul ul {
            display: block;
            overflow-y: auto;
            max-height: 80%;
            text-align: left;
        }

        .c_menu .menuul li {
            border-bottom: 1px solid #554e7a;
            position: relative;
        }

            .c_menu .menuul li a {
                display: block;
                width: 250px;
                margin: 0 auto;
                height: 80px;
                line-height: 80px;
                color: #fff;
                font-size: 20px;
                background: url(../images/jiah.png) no-repeat right center;
            }

                .c_menu .menuul li a em {
                    display: inline-block;
                    text-align: left;
                    height: 80px;
                    line-height: 80px;
                    vertical-align: top;
                    padding: 0 35px;
                }

            .c_menu .menuul li:hover em {
                background: url(../images/xuanz.png) repeat-x center;
            }

            .c_menu .menuul li.on em {
                background: url(../images/xuanz.png) repeat-x center;
            }

            .c_menu .menuul li span {
                display: block;
                position: absolute;
                width: 100%;
                left: 0;
                top: 0;
                height: 80px;
            }

            .c_menu .menuul li .c_sufmenu {
                background: #473F72;
                padding: 10px 0;
                border-top: 1px solid #554e7a;
                -webkit-box-shadow: 0 0 10px #39344f inset;
                -moz-box-shadow: 0 0 10px #39344f inset;
                box-shadow: 0 0 10px #39344f inset;
                display: none;
            }

                .c_menu .menuul li .c_sufmenu a {
                    height: auto;
                    line-height: 40px;
                    background: none;
                }

                    .c_menu .menuul li .c_sufmenu a:before {
                        content: '　　';
                    }

                    .c_menu .menuul li .c_sufmenu a:hover {
                        color: #d3a766;
                    }

                    .c_menu .menuul li .c_sufmenu a.on {
                        color: #d3a766;
                    }

.bannermini {
    display: none;
    overflow: hidden;
    position: relative;
}

    .bannermini .swiper-pagination {
        font-size: 16px;
        font-weight: bold;
        color: #fff;
        text-shadow: 2px 2px 2px #666;
    }

.c_floor1 {
    padding: 50px 0 70px;
}

.f1tit {
    text-align: center;
    line-height: 1.4;
    width: 300px;
    margin: 0 auto;
}

    .f1tit a {
        display: block;
        font-size: 30px;
        font-family: "宋体";
        color: #4c466c;
    }

        .f1tit a:hover {
            color: #d3a766;
        }

    .f1tit em {
        display: block;
        font-size: 12px;
        color: #4c466c;
        font-weight: normal;
        text-transform: uppercase;
    }

.kpclass {
    text-align: center;
    padding: 35px 0;
}

    .kpclass h2 {
        display: inline-block;
        border: 1px solid #473f72;
        line-height: 30px;
        vertical-align: top;
        font-size: 16px;
        font-weight: normal;
        margin: 0 2px;
    }

        .kpclass h2 a {
            display: block;
            padding: 0 20px;
            color: #473f72;
            position: relative;
            -webkit-transition: all 0.2s;
            -o-transition: all 0.2s;
            -moz-transition: all 0.2s;
            transition: all 0.2s;
        }

            .kpclass h2 a:after {
                content: ' ';
                display: block;
                position: absolute;
                border-left: 8px solid transparent;
                border-right: 8px solid transparent;
                border-top: 6px solid #fff;
                bottom: -7px;
                left: 50%;
                margin-left: -8px;
                -webkit-transition: all 0.2s;
                -o-transition: all 0.2s;
                -moz-transition: all 0.2s;
                transition: all 0.2s;
            }

        .kpclass h2.on a {
            background: #473F72;
            color: #fff;
        }

            .kpclass h2.on a:after {
                border-top: 6px solid #473F72;
            }

.c_kppid {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}

    .c_kppid img {
        display: block;
        height: auto;
        width: 100%;
        filter: alpha(opacity=85);
        transition: all .3s 0s;
    }

        .c_kppid img:hover {
            filter: alpha(opacity=100);
            transform: scale(1.1);
        }

    .c_kppid a {
        display: block;
    }

    .c_kppid .swiper-slide a {
        display: block;
        width: 100%;
        position: relative;
        overflow: hidden;
        padding-bottom: 61%;
    }

        .c_kppid .swiper-slide a img {
            display: block;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            position: absolute;
        }

    .c_kppid .swiper-slide {
        position: relative;
        overflow: hidden;
        background: #000;
    }

        .c_kppid .swiper-slide h3 {
            position: absolute;
            width: 100%;
            left: 0;
            bottom: 0;
            font-weight: normal;
            font-size: 18px;
            transform: translate(0, 105%);
            transition: all 0.3s .5s;
        }

            .c_kppid .swiper-slide h3 a {
                display: block;
                height: 50px;
                line-height: 50px;
                width: auto;
                padding: 0 50px 0 20px;
                background: #473F72 url(../images/xyy.png) no-repeat 97.5% center;
                color: #fff;
                overflow: hidden;
                white-space: nowrap;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                -webkit-transition: all 0.3s .5s;
                -o-transition: all 0.3s .5s;
                -moz-transition: all 0.3s .5s;
                transition: all 0.3s 0s;
            }

    .c_kppid .swiper-slide-active h3 {
        transform: translate(0, 0);
    }

    .c_kppid .swiper-slide h3 a:hover {
        color: #FAB42E;
    }

    .c_kppid .swprev {
        position: absolute;
        display: block;
        width: 22px;
        height: 47px;
        background: url(../images/jiantou.png) no-repeat left top;
        left: 22.5%;
        top: 38%;
        z-index: 98;
    }

        .c_kppid .swprev:hover {
            background-position: left bottom;
        }

    .c_kppid .swnext {
        position: absolute;
        display: block;
        width: 22px;
        height: 47px;
        background: url(../images/jiantou.png) no-repeat right top;
        right: 22.5%;
        top: 38%;
        z-index: 98;
    }

        .c_kppid .swnext:hover {
            background-position: right bottom;
        }

    .c_kppid .c_more {
        display: block;
        width: 200px;
        height: 50px;
        line-height: 50px;
        border: 1px solid #eee;
        background: #fff;
        text-align: center;
        font-size: 14px;
        color: #6d6d6d;
        text-transform: uppercase;
        margin: 40px auto 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

        .c_kppid .c_more:hover {
            background: #473F72;
            color: #fff;
            border-color: #39344F;
        }

.c_indexnews {
    margin: 0 50px;
    padding: 40px 0 80px;
    position: relative;
    overflow: hidden;
}

    .c_indexnews .swiper-slide {
        position: relative;
        overflow: hidden;
        background: #fff;
    }

        .c_indexnews .swiper-slide .shijian {
            position: absolute;
            left: 0;
            top: 0;
            color: #fff;
            background: #39344F;
            padding: 0 10px 6px;
            text-align: center;
            line-height: 1.2;
            z-index: 9;
            transition: all .3s 0s;
        }

            .c_indexnews .swiper-slide .shijian strong {
                font-size: 28px;
                border-bottom: 3px solid #fff;
                display: block;
            }

        .c_indexnews .swiper-slide .c_tud {
            position: relative;
            display: block;
        }

            .c_indexnews .swiper-slide .c_tud > span {
                display: block;
                background: #000;
                width: 100%;
                padding-bottom: 60.94%;
                position: relative;
                overflow: hidden;
            }

                .c_indexnews .swiper-slide .c_tud > span img {
                    display: block;
                    filter: alpha(opacity=85);
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    transition: all .3s 0s;
                    left: 0;
                    top: 0;
                }

            .c_indexnews .swiper-slide .c_tud .arrow {
                position: absolute;
                bottom: -22px;
                left: 0;
                width: 44px;
                opacity: 0;
                z-index: 10;
                transition: all .3s 0s;
            }

        .c_indexnews .swiper-slide:hover .c_tud .arrow {
            left: 50%;
            opacity: 1;
            transform: translate(-50%, 0);
        }

        .c_indexnews .swiper-slide:hover .shijian {
            background: #d3a766;
        }

        .c_indexnews .swiper-slide .c_tud img:hover {
            transform: scale(1.1);
            filter: alpha(opacity=100);
        }

        .c_indexnews .swiper-slide .c_des {
            position: relative;
            border: 1px solid #efefef;
            -webkit-box-shadow: 2px 1px 3px #efefef;
            -moz-box-shadow: 2px 1px 3px #efefef;
            box-shadow: 2px 1px 3px #efefef;
            padding: 20px;
        }

            .c_indexnews .swiper-slide .c_des:after {
                position: absolute;
                width: 0;
                left: 0;
                bottom: 0;
                height: 4px;
                content: '';
                background: #d3a766;
                transition: all .3s 0s;
            }

@media screen and (max-width: 1200px) {
    .c_indexnews .swiper-slide .c_des:after {
        display: none;
    }

    .c_indexnews .swiper-slide .c_tud .arrow {
        display: none;
    }
}

.c_indexnews .swiper-slide .c_des h3 {
    font-size: 16px;
    font-weight: normal;
}

    .c_indexnews .swiper-slide .c_des h3 a {
        display: block;
        overflow: hidden;
        white-space: nowrap;
        -o-text-overflow: ellipsis;
        text-overflow: ellipsis;
        color: #333;
    }

        .c_indexnews .swiper-slide .c_des h3 a:hover {
            color: #E1472F;
        }

.c_indexnews .swiper-slide .c_des .c_moaod {
    line-height: 24px;
    overflow: hidden;
    height: 48px;
    padding: 10px 0 0;
    color: #999;
}

.c_indexnews .swiper-slide:hover .c_des:after {
    width: 100%;
}

.c_indexnews .swiper-pagination {
    bottom: 40px;
}

    .c_indexnews .swiper-pagination span {
        opacity: 1;
        background: #cdcdcd;
    }

        .c_indexnews .swiper-pagination span.swiper-pagination-bullet-active {
            background: #39344F;
        }

.c_video {
    /*background: url(../images/videoback.jpg) no-repeat center;*/
    height: 530px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

    .c_video a {
        display: block;
        left: 50%;
        top: 50%;
        margin: -80px 0 0 -96px;
        position: absolute;
    }

.c_tinadjk {
    position: fixed;
    max-width: 600px;
    width: 90%;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 2002;
    display: none;
    background: #000;
    border: 5px solid #efefef;
}

    .c_tinadjk a {
        display: block;
        width: 36px;
        height: 36px;
        line-height: 36px;
        font-size: 30px;
        color: #fff;
        background: #473f72;
        position: absolute;
        right: -6px;
        top: -36px;
        text-align: center;
    }

        .c_tinadjk a:hover {
            background: #ddd;
        }

.c_kjihkz {
    width: 100%;
}

    .c_kjihkz img, .c_kjihkz iframe {
        display: block;
        width: 100%;
    }

{
    width: 600px;
    height: 350px;
}

.c_floor3 {
    padding: 50px 50px;
}

    .c_floor3 .c_more {
        display: block;
        width: 200px;
        height: 50px;
        line-height: 50px;
        border: 1px solid #eee;
        background: #fff;
        text-align: center;
        font-size: 14px;
        color: #6d6d6d;
        text-transform: uppercase;
        margin: 40px auto 0;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

        .c_floor3 .c_more:hover {
            background: #473F72;
            color: #fff;
            border-color: #39344F;
        }

.c_zuopin {
    padding: 40px 0 0;
    position: relative;
    overflow: hidden;
}

    .c_zuopin .swiper-slide {
        position: relative;
        overflow: hidden;
    }

        .c_zuopin .swiper-slide .c_tuos {
            display: block;
            background: #000;
            position: relative;
            overflow: hidden;
            width: 100%;
            padding-bottom: 148.92%;
        }

            .c_zuopin .swiper-slide .c_tuos img {
                display: block;
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
            }

            .c_zuopin .swiper-slide .c_tuos strong {
                font-size: 30px;
                text-align: center;
                color: #fff;
                position: absolute;
                width: 100%;
                line-height: 1.4;
                padding: 10% 0 0;
                margin-top: -50%;
                -webkit-transition: all 0.4s;
                -o-transition: all 0.4s;
                -moz-transition: all 0.4s;
                transition: all 0.4s;
                z-index: 6;
            }

                .c_zuopin .swiper-slide .c_tuos strong em {
                    font-size: 9px;
                    display: block;
                    font-weight: lighter;
                    text-transform: uppercase;
                }

            .c_zuopin .swiper-slide .c_tuos span {
                position: absolute;
                left: 0;
                bottom: 0;
                width: 90%;
                padding: 0 5%;
                color: #fff;
                background: #473f72;
                height: 70px;
                line-height: 70px;
                font-size: 15px;
                margin-bottom: -50%;
                -webkit-transition: all 0.4s;
                -o-transition: all 0.4s;
                -moz-transition: all 0.4s;
                transition: all 0.4s;
                z-index: 6;
            }

                .c_zuopin .swiper-slide .c_tuos span em {
                    font-size: 9px;
                    text-transform: uppercase;
                }

            .c_zuopin .swiper-slide .c_tuos:hover strong {
                margin: 0;
            }

            .c_zuopin .swiper-slide .c_tuos:hover span {
                margin: 0;
            }

            .c_zuopin .swiper-slide .c_tuos:hover img {
                opacity: 0.6;
                filter: alpha(opacity=60);
            }

        .c_zuopin .swiper-slide h3 {
            font-weight: normal;
            font-size: 20px;
        }

            .c_zuopin .swiper-slide h3 a {
                color: #585858;
                display: block;
                overflow: hidden;
                white-space: nowrap;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                height: 60px;
                line-height: 60px;
            }

                .c_zuopin .swiper-slide h3 a:hover {
                    color: #E1472F;
                }

    .c_zuopin .zpwprev {
        position: absolute;
        display: block;
        width: 22px;
        height: 47px;
        background: url(../images/jiantou.png) no-repeat left top;
        left: 50px;
        top: 42%;
        z-index: 98;
        display: none;
    }

        .c_zuopin .zpwprev:hover {
            background-position: left bottom;
        }

    .c_zuopin .zpwnext {
        position: absolute;
        display: block;
        width: 22px;
        height: 47px;
        background: url(../images/jiantou.png) no-repeat right top;
        right: 50px;
        top: 42%;
        z-index: 98;
        display: none;
    }

        .c_zuopin .zpwnext:hover {
            background-position: right bottom;
        }

    .c_zuopin:hover .zpwprev,
    .c_zuopin:hover .zpwnext {
        display: block;
    }

.c_gotop {
    position: fixed;
    z-index: 980;
    right: 65px;
    bottom: 80px;
    width: 40px;
}

    .c_gotop img {
        display: block;
        width: 100%;
        height: auto;
    }

.c_subbanner img {
    display: block;
    width: 100%;
    height: auto;
}

.c_catename {
    text-align: center;
    padding: 60px 0;
}

    .c_catename strong {
        font-weight: lighter;
        color: #d3a766;
        font-size: 50px;
        line-height: 78px;
        height: 78px;
        display: inline-block;
        padding: 0 20px;
        background: url(../images/xiexian.png) no-repeat right center;
        text-transform: uppercase;
    }

    .c_catename span {
        display: inline-block;
        font-size: 12px;
        color: #4c466c;
        text-transform: uppercase;
        text-align: left;
        line-height: 1.2;
        vertical-align: top;
    }

        .c_catename span em {
            display: block;
            font-family: "宋体";
            font-size: 30px;
            font-weight: bold;
            padding: 12px 0 0;
        }

.c_position {
    line-height: 65px;
    height: 65px;
    background: #f7f7f7;
    padding: 0 50px;
    font-size: 14px;
    color: #666;
}

    .c_position span {
        float: left;
        width: 65px;
        height: 65px;
        background: url(../images/weizhi.png) no-repeat center;
    }

    .c_position a {
        color: #666;
        transition: all .3s 0s;
    }

        .c_position a:hover {
            color: #000;
        }

.c_pagecont {
    min-height: 500px;
    font-size: 14px;
    color: #666;
    line-height: 2;
}

    .c_pagecont img {
        max-width: 100%;
        height: auto;
    }

.c_lxwmcont {
    padding: 0 0 40px;
}

.c_bend {
    overflow: hidden;
}

    .c_bend img {
        float: left;
        margin: 0 40px 0 0;
    }

.zilx {
    float: left;
    width: 50%;
    padding: 20px 0;
}

.c_catelist {
    text-align: center;
    margin: -20px 0 0;
}

    .c_catelist h2 {
        font-weight: normal;
        font-size: 16px;
        margin: 0 2px 15px;
        display: inline-block;
    }

        .c_catelist h2 a {
            display: block;
            line-height: 32px;
            height: 32px;
            border: 1px solid #473F72;
            padding: 0 20px;
            color: #473F72;
        }

        .c_catelist h2:hover a {
            background: #473F72;
            color: #fff;
        }

        .c_catelist h2.on a {
            background: #473F72;
            color: #fff;
        }

.c_zxdt {
    overflow: hidden;
    padding: 0 50px 80px;
}

.newslist {
    margin-right: -2%;
    min-height: 400px;
    padding-bottom: 80px;
    overflow: hidden;
}

    .newslist li {
        float: left;
        width: 23%;
        margin: 20px 2% 0 0;
        position: relative;
        background: #fff;
    }

        .newslist li .shijian {
            position: absolute;
            left: 0;
            top: 0;
            color: #fff;
            background: #39344F;
            padding: 0 10px 6px;
            text-align: center;
            line-height: 1.2;
            z-index: 9;
            transition: all .3s 0s;
        }

            .newslist li .shijian strong {
                font-size: 28px;
                border-bottom: 3px solid #fff;
                display: block;
            }

        .newslist li .c_tud {
            position: relative;
            display: block;
            background: #000;
            width: 100%;
        }

            .newslist li .c_tud > span {
                display: block;
                overflow: hidden;
                position: relative;
                padding-bottom: 60.94%;
            }

                .newslist li .c_tud > span > img {
                    display: block;
                    filter: alpha(opacity=85);
                    width: 100%;
                    height: 100%;
                    position: absolute;
                    left: 0;
                    top: 0;
                    transition: all .3s 0s;
                }

            .newslist li .c_tud:hover > span > img {
                filter: alpha(opacity=100);
                transform: scale(1.1);
            }

        .newslist li .c_des {
            position: relative;
            border: 1px solid #efefef;
            -webkit-box-shadow: 2px 1px 3px #efefef;
            -moz-box-shadow: 2px 1px 3px #efefef;
            box-shadow: 2px 1px 3px #efefef;
            padding: 20px;
            transition: all .3s 0s;
        }

            .newslist li .c_des:after {
                position: absolute;
                bottom: 0;
                left: 0;
                width: 0;
                height: 4px;
                content: '';
                background: #d3a766;
                transition: all .3s 0s;
            }

            .newslist li .c_des h3 {
                font-size: 16px;
                font-weight: normal;
            }

                .newslist li .c_des h3 a {
                    display: block;
                    overflow: hidden;
                    white-space: nowrap;
                    -o-text-overflow: ellipsis;
                    text-overflow: ellipsis;
                    color: #333;
                }

                    .newslist li .c_des h3 a:hover {
                        color: #E1472F;
                    }

            .newslist li .c_des .c_moaod {
                line-height: 24px;
                overflow: hidden;
                height: 48px;
                padding: 10px 0 0;
                color: #999;
            }

        .newslist li .c_tud .arrow {
            position: absolute;
            bottom: -22px;
            left: 0;
            z-index: 10;
            width: 44px;
            opacity: 0;
            transition: all .3s 0s;
        }

        .newslist li:hover .c_tud .arrow {
            left: 50%;
            opacity: 1;
            transform: translate(-50%, 0);
        }

        .newslist li:hover .shijian {
            background: #d3a766;
        }

        .newslist li:hover .c_des:after {
            width: 100%;
        }

@media screen and (max-width: 1200px) {
    .newslist li:hover .c_tud .arrow {
        display: none;
    }

    .newslist li .c_des:after {
        display: none;
    }
}

.c_xxtit {
    text-align: center;
    font-weight: normal;
    font-size: 30px;
    color: #333;
    line-height: 1.4;
    padding: 40px 0 20px;
}

.c_textinfo {
    text-align: center;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
    padding: 5px 0;
    background: #fff;
}

    .c_textinfo div {
        display: inline-block;
        text-align: left;
        padding: 10px 40px;
        border-right: 1px solid #d9d9d9;
        font-size: 24px;
        color: #4e4e4e;
        line-height: 1.6;
        vertical-align: top;
    }

        .c_textinfo div em {
            display: block;
            text-transform: uppercase;
            font-size: 12px;
            color: #999;
        }

    .c_textinfo .cao {
        color: #bc6100;
    }

        .c_textinfo .cao em {
            color: #616161;
        }

    .c_textinfo .shangxia {
        border: none;
        overflow: hidden;
        padding-top: 20px;
    }

        .c_textinfo .shangxia a {
            float: left;
            width: 36px;
            height: 37px;
            margin: 0 0 0 16px;
            background: url(../images/yem.png);
        }

            .c_textinfo .shangxia a.golist {
                background-position: left top;
            }

                .c_textinfo .shangxia a.golist:hover {
                    background-position: left bottom;
                }

            .c_textinfo .shangxia a.c_syy {
                background-position: center top;
            }

                .c_textinfo .shangxia a.c_syy:hover {
                    background-position: center bottom;
                }

            .c_textinfo .shangxia a.c_xyy {
                background-position: right top;
            }

                .c_textinfo .shangxia a.c_xyy:hover {
                    background-position: right bottom;
                }

.c_textcont {
    padding: 40px 0;
}

.tuijian {
    border-top: 1px solid #d9d9d9;
    padding: 40px 0;
    position: relative;
}

    .tuijian strong {
        font-weight: normal;
        font-size: 24px;
        color: #333;
        padding-bottom: 15px;
        display: block;
    }

.tjnews {
    position: relative;
    overflow: hidden;
    padding-bottom: 50px;
}

    .tjnews .swiper-slide {
        border-bottom: 1px solid #d9d9d9;
        padding-bottom: 30px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

        .tjnews .swiper-slide:hover {
            border-color: #473f72;
        }

            .tjnews .swiper-slide:hover h3 a {
                color: #473f72;
            }

            .tjnews .swiper-slide:hover h3:before {
                width: 30px;
                background: #473f72;
            }

    .tjnews h3 {
        font-weight: normal;
        font-size: 14px;
        -webkit-transition: all 0.3s;
        -o-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }

        .tjnews h3 a {
            display: block;
            overflow: hidden;
            color: #777;
            line-height: 30px;
            height: 60px;
        }

        .tjnews h3:before {
            content: ' ';
            float: left;
            margin: 14px 15px 0 0;
            width: 15px;
            height: 2px;
            background: #777;
            -webkit-transition: all 0.3s;
            -o-transition: all 0.3s;
            -moz-transition: all 0.3s;
            transition: all 0.3s;
        }

    .tjnews span.lla {
        display: block;
        background: url(../images/liulan.png) no-repeat left center;
        height: 30px;
        line-height: 30px;
        color: #999;
        font-size: 14px;
        padding: 0 0 0 30px;
        margin-left: 30px;
    }

    .tjnews .c_fian {
        position: absolute;
        width: 100%;
        left: 0;
        bottom: 0;
        text-align: center;
    }

        .tjnews .c_fian a {
            display: inline-block;
            vertical-align: top;
            width: 32px;
            height: 32px;
            background: url(../images/jiantou1.png);
            margin: 0 15px;
        }

            .tjnews .c_fian a.tjwprev {
                background-position: left top;
            }

                .tjnews .c_fian a.tjwprev:hover {
                    background-position: left bottom;
                }

            .tjnews .c_fian a.tjwnext {
                background-position: right top;
            }

                .tjnews .c_fian a.tjwnext:hover {
                    background-position: right bottom;
                }

.kplist {
    overflow: hidden;
    margin-right: -2%;
    min-height: 400px;
    padding-bottom: 40px;
}

    .kplist li {
        float: left;
        width: 48%;
        margin: 20px 2% 0 0;
    }

        .kplist li a {
            display: block;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            overflow: hidden;
        }

        .kplist li img {
            display: block;
            width: 100%;
            height: auto;
            opacity: 0.9;
            filter: alpha(opacity=90);
        }

            .kplist li img:hover {
                opacity: 1;
                filter: alpha(opacity=100);
            }

        .kplist li .datud {
            background: #000;
            width: 100%;
            padding-bottom: 61%;
            overflow: hidden;
            position: relative;
        }

            .kplist li .datud img {
                width: 100%;
                display: block;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
            }

        .kplist li .c_mod {
            overflow: hidden;
            padding: 15px 0;
        }

            .kplist li .c_mod .c_more {
                float: right;
                border: 1px solid #ccc;
                -webkit-border-radius: 4px;
                -moz-border-radius: 4px;
                border-radius: 4px;
                height: 32px;
                line-height: 32px;
                padding: 0 30px;
                text-transform: uppercase;
                font-size: 14px;
                color: #1d1d1d;
                margin: 10px 15px 0 0;
                -webkit-transition: all 0.3s;
                -o-transition: all 0.3s;
                -moz-transition: all 0.3s;
                transition: all 0.3s;
            }

                .kplist li .c_mod .c_more:hover {
                    color: #ae8954;
                    border-color: #ae8954;
                }

            .kplist li .c_mod .c_time {
                padding: 0 50px;
                font-size: 18px;
                color: #4e4e4e;
                line-height: 1.8;
                float: right;
                border-left: 1px solid #d9d9d9;
                border-right: 1px solid #d9d9d9;
                margin-right: 50px;
            }

                .kplist li .c_mod .c_time em {
                    display: block;
                    font-size: 12px;
                    color: #666;
                    text-transform: uppercase;
                }

            .kplist li .c_mod .c_tiit {
                padding: 0 0 0 15px;
                margin-right: 415px;
                line-height: 1.8;
            }

                .kplist li .c_mod .c_tiit em {
                    display: block;
                    font-size: 12px;
                    color: #666;
                    text-transform: uppercase;
                }

                .kplist li .c_mod .c_tiit h3 {
                    font-weight: normal;
                    font-size: 18px;
                }

                    .kplist li .c_mod .c_tiit h3 a {
                        color: #4e4e4e;
                        -webkit-transition: all 0.3s;
                        -o-transition: all 0.3s;
                        -moz-transition: all 0.3s;
                        transition: all 0.3s;
                    }

                        .kplist li .c_mod .c_tiit h3 a:hover {
                            color: #ae8954;
                        }

.c_kptuijian {
    padding: 0 50px 20px;
    position: relative;
}

    .c_kptuijian strong {
        font-weight: normal;
        font-size: 24px;
        color: #333;
        padding-bottom: 10px;
        display: block;
        border-bottom: 1px solid #d9d9d9;
        margin-bottom: 30px;
    }

.tuijiankk {
    overflow: hidden;
    position: relative;
    padding-bottom: 40px;
}

    .tuijiankk .diat {
        display: block;
        background: #000;
        width: 100%;
        padding-bottom: 148.92%;
        position: relative;
        overflow: hidden;
    }

        .tuijiankk .diat img {
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            opacity: 0.85;
            filter: alpha(opacity=85);
            transition: all .3s 0s;
        }

    .tuijiankk .swiper-slide:hover .diat img {
        transform: scale(1.1);
    }

    .tuijiankk h3 {
        font-size: 16px;
        font-weight: normal;
        background: #473F72;
        padding: 0 15px;
        border-top: 4px solid #fff;
    }

        .tuijiankk h3 a {
            display: block;
            overflow: hidden;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            color: #fff;
            height: 54px;
            line-height: 54px;
            padding-right: 40px;
            background: url(../images/xyy.png) no-repeat right center;
        }

    .tuijiankk .swiper-pagination span {
        width: 50px;
        height: 3px;
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        background: #666;
    }

        .tuijiankk .swiper-pagination span.swiper-pagination-bullet-active {
            background: #473F72;
        }

.c_about {
    padding: 40px 0;
}

.c_wdy {
    overflow: hidden;
    padding: 0 50px 40px;
}

.videolist {
    overflow: hidden;
    min-height: 400px;
    padding-bottom: 40px;
    margin-right: -2%;
}

    .videolist li {
        float: left;
        width: 31.33%;
        margin: 20px 2% 0 0;
    }

        .videolist li .spkk {
            display: block;
            background: url(../images/shipinback.jpg) center;
            width: 100%;
            padding-bottom: 61.03%;
            position: relative;
            overflow: hidden;
        }

            .videolist li .spkk > span {
                position: absolute;
                top: 0;
                left: 0;
                width: 100%;
                height: 100%;
                z-index: 10;
                transform: scale(1.4);
                transition: all .3s 0s;
                opacity: 0;
                background: url(../images/shipinback.jpg) center / 100% 100%;
            }

            .videolist li .spkk img {
                display: block;
                width: 100%;
                height: 100%;
                position: absolute;
                left: 0;
                top: 0;
            }

            .videolist li .spkk:hover > span {
                opacity: .7;
                transform: scale(1);
            }

            .videolist li .spkk:hover img {
            }

        .videolist li h3 {
            font-size: 16px;
            font-weight: normal;
        }

            .videolist li h3 a {
                display: block;
                overflow: hidden;
                white-space: nowrap;
                -o-text-overflow: ellipsis;
                text-overflow: ellipsis;
                color: #1f1f1f;
                height: 70px;
                line-height: 70px;
                -webkit-transition: all 0.3s;
                -o-transition: all 0.3s;
                -moz-transition: all 0.3s;
                transition: all 0.3s;
            }

                .videolist li h3 a:before {
                    content: ' ';
                    float: right;
                    background: url(../images/youjian1.png) no-repeat right center;
                    width: 25px;
                    margin-left: 15px;
                    height: 70px;
                    -webkit-transition: all 0.3s;
                    -o-transition: all 0.3s;
                    -moz-transition: all 0.3s;
                    transition: all 0.3s;
                }

            .videolist li h3:hover a {
                color: #d3a766;
            }

                .videolist li h3:hover a:before {
                    width: 55px;
                }

.shipinnkk {
    position: fixed;
    width: 780px;
    top: 50%;
    left: 50%;
    margin: -260px 0 0 -390px;
    border: 10px solid #fff;
    display: none;
    z-index: 2002;
}

    .shipinnkk .uglbi {
        display: block;
        width: 40px;
        position: absolute;
        top: -60px;
        right: 0;
    }

        .shipinnkk .uglbi img {
            display: block;
            width: 100%;
            transition: all .3s 0s;
        }

        .shipinnkk .uglbi:hover img {
            transform: rotate(180deg);
        }

    .shipinnkk img {
        display: block;
        width: 100%;
    }

    .shipinnkk iframe {
        display: block;
        width: 100%;
        height: 100%;
    }

.c_zhe {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2000;
    background: url(../images/bantou.png);
    display: none;
}

.zplist {
    overflow: hidden;
    margin-right: -2%;
    padding-bottom: 80px;
}

    .zplist li {
        float: left;
        width: 18%;
        margin: 20px 2% 0 0;
    }

    .zplist .c_tuos {
        display: block;
        background: #000;
        position: relative;
        overflow: hidden;
        width: 100%;
        padding-bottom: 148.92%;
    }

        .zplist .c_tuos img {
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            left: 0;
            top: 0;
            transition: all .3s 0s;
        }

    .zplist li:hover .c_tuos img {
        transform: scale(1.1);
    }

    .zplist .c_tuos strong {
        font-size: 30px;
        text-align: center;
        color: #fff;
        position: absolute;
        width: 100%;
        line-height: 1.4;
        padding: 10% 0 0;
        margin-top: -50%;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        z-index: 6;
    }

        .zplist .c_tuos strong em {
            font-size: 9px;
            display: block;
            font-weight: lighter;
            text-transform: uppercase;
        }

    .zplist .c_tuos span {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 90%;
        padding: 0 5%;
        color: #fff;
        background: #473f72;
        height: 70px;
        line-height: 70px;
        font-size: 15px;
        margin-bottom: -50%;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        -moz-transition: all 0.4s;
        transition: all 0.4s;
        z-index: 6;
    }

        .zplist .c_tuos span em {
            font-size: 9px;
            text-transform: uppercase;
        }

    .zplist .c_tuos:hover strong {
        margin: 0;
    }

    .zplist .c_tuos:hover span {
        margin: 0;
    }

    .zplist .c_tuos:hover img {
        opacity: 0.6;
        filter: alpha(opacity=60);
    }

    .zplist h3 {
        font-weight: normal;
        font-size: 20px;
    }

        .zplist h3 a {
            color: #585858;
            display: block;
            overflow: hidden;
            white-space: nowrap;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            height: 60px;
            line-height: 60px;
        }

            .zplist h3 a:hover {
                color: #E1472F;
            }

.yybanner img {
    display: block;
    width: 100%;
    height: auto;
}

.c_yybiao {
    width: 980px;
    margin: -120px auto 60px;
    position: relative;
    background: #fff;
    padding: 20px 100px 40px;
    -webkit-box-shadow: 0 0 10px #eee;
    -moz-box-shadow: 0 0 10px #eee;
    box-shadow: 0 0 10px #eee;
}

    .c_yybiao .c_tishi {
        background: url(../images/xiangji.jpg) no-repeat;
        padding: 100px 0 20px 140px;
        font-size: 14px;
        color: #414141;
        margin: 0 0 30px;
    }

        .c_yybiao .c_tishi em {
            font-size: 24px;
            font-weight: lighter;
        }

        .c_yybiao .c_tishi strong {
            font-size: 24px;
            color: #ae8954;
        }

.inputdd {
    width: 400px;
    border-bottom: 1px solid #dedede;
    height: 46px;
    padding: 0 0 0 46px;
}

    .inputdd input {
        display: block;
        height: 46px;
        line-height: 46px;
        font-size: 14px;
        font-family: "微软雅黑";
        color: #000;
        width: 100%;
    }

    .inputdd:hover {
        border-color: #114791;
    }

    .inputdd.ii1 {
        background: url(../images/ico.png) no-repeat 14px center;
    }

    .inputdd.ii2 {
        background: url(../images/ico1.png) no-repeat 14px center;
    }

.c_textaf {
    border-bottom: 1px solid #dedede;
    height: 120px;
    padding: 6px 0 6px 46px;
    background: url(../images/ico2.png) no-repeat 14px 10px;
    margin: 20px 0 0;
}

    .c_textaf textarea {
        display: block;
        height: 120px;
        line-height: 30px;
        font-size: 14px;
        font-family: "微软雅黑";
        color: #000;
        width: 100%;
        resize: none;
    }

    .c_textaf:hover {
        border-color: #114791;
    }

.c_yamf {
    border-bottom: 1px solid #dedede;
    height: 46px;
    padding: 0 0 0 46px;
    background: url(../images/ico3.png) no-repeat 14px center;
    margin: 20px 0 0;
}

    .c_yamf img {
        float: right;
        width: 15%;
        height: 46px;
        cursor: pointer;
    }

    .c_yamf input {
        display: block;
        height: 46px;
        line-height: 46px;
        font-size: 14px;
        font-family: "微软雅黑";
        color: #000;
        width: 85%;
    }

    .c_yamf:hover {
        border-color: #114791;
    }

.bit {
    padding: 0 30px;
    font-size: 14px;
    color: #999;
    background: url(../images/ico4.png) no-repeat 10px center;
    height: 60px;
    line-height: 60px;
}

.tijias {
    display: block;
    width: 245px;
    margin: 30px auto 0;
    text-align: center;
    font-size: 24px;
    background: #473f72;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    overflow: hidden;
    height: 56px;
    line-height: 56px;
    color: #fff;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

    .tijias:hover {
        background: #d3a766;
    }
/*END*/
/*BEGIN*/
@media screen and (max-width: 1200px) {
    img {
        max-width: 100%;
    }

    .w1080 {
        width: auto;
        padding: 0 12px;
    }

    .w1200 {
        width: auto;
        padding: 0 12px;
    }

    .c_top {
        padding: 10px 0;
        overflow: hidden;
    }

        .c_top .c_logo {
            float: left;
            width: 200px;
            margin-left: 12px;
        }

            .c_top .c_logo img {
                display: block;
                width: 100%;
            }

        .c_top .c_topnav {
            display: none;
        }

    .c_bottom {
        font-size: 12px;
    }

        .c_bottom .c_botlink1 {
            font-size: 14px;
            line-height: 30px;
            height: 30px;
            padding: 10px 0;
        }

            .c_bottom .c_botlink1 img {
                margin: 5px 0 0;
                width: 20px;
            }

        .c_bottom .c_botlink {
            display: block !important;
        }

        .c_bottom .c_botlink2 {
            font-size: 14px;
            line-height: 30px;
            height: 30px;
            padding: 10px 0;
        }

            .c_bottom .c_botlink2 img {
                margin: 5px 0 0;
                width: 20px;
            }

        .c_bottom .botinfo {
            padding: 20px 12px 20px;
            background: url(../images/bottomback.jpg) no-repeat center bottom / auto 100%;
        }

            .c_bottom .botinfo .c_biaoyu {
                font-size: 16px;
            }

                .c_bottom .botinfo .c_biaoyu em {
                    font-size: 18px;
                }

                .c_bottom .botinfo .c_biaoyu strong {
                    font-size: 18px;
                    padding: 10px 0 0;
                }

            .c_bottom .botinfo .c_botfx {
                position: relative;
                padding: 0;
                width: auto;
                max-width: 600px;
                margin: 40px auto 0;
            }

                .c_bottom .botinfo .c_botfx a {
                    float: left;
                    width: 25%;
                }

                    .c_bottom .botinfo .c_botfx a img {
                        width: 100%;
                        height: auto;
                    }

                .c_bottom .botinfo .c_botfx img.c_guanbi {
                    position: absolute;
                    right: 0;
                    top: -30px;
                    width: 22px;
                }

        .c_bottom .c_botlx {
            text-align: center;
            padding: 5px 0 0;
        }

        .c_bottom .c_botxx {
            text-align: center;
            padding: 0 0 5px;
        }

    .leftmenu {
        width: 30px;
        height: 70px;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        left: auto;
        right: 35px;
        top: 8px;
        position: absolute;
    }

    .pageright {
        display: none;
    }

    .c_menu {
        left: auto;
        right: 0;
    }

        .c_menu .c_guanle {
            left: auto;
            right: 12px;
            top: 12px;
            width: 30px;
        }

        .c_menu .menuul li a {
            height: 40px;
            line-height: 40px;
            font-size: 16px;
            width: auto;
            margin: 0 12px;
        }

            .c_menu .menuul li a em {
                height: 40px;
                line-height: 40px;
                padding: 0 10px;
            }

        .c_menu .menuul li span {
            height: 40px;
        }

        .c_menu .menuul li .c_sufmenu {
            padding: 5px 0;
        }

            .c_menu .menuul li .c_sufmenu a {
                line-height: 30px;
            }

                .c_menu .menuul li .c_sufmenu a:before {
                    content: '　';
                }

    .bannermini {
        display: block;
    }

    #wrapper {
        display: none;
    }

    .c_floor1 {
        padding: 30px 0 40px;
    }

    .f1tit a {
        font-size: 20px;
    }

    .kpclass {
        padding: 15px 0;
    }

        .kpclass h2 {
            margin: 0 2px 12px;
            font-size: 14px;
        }

            .kpclass h2 a {
                padding: 0 10px;
            }

    .c_kppid .swiper-slide h3 {
        position: relative;
        font-size: 14px;
    }

        .c_kppid .swiper-slide h3 a {
            height: 30px;
            line-height: 30px;
            padding: 0 10px;
            background: #473F72;
        }

    .c_kppid .swprev {
        left: 15px;
        top: 18%;
    }

    .c_kppid .swnext {
        right: 15px;
        top: 18%;
    }

    .c_kppid .c_more {
        width: 150px;
        height: 30px;
        line-height: 30px;
        margin: 20px auto 0;
    }

    .c_indexnews {
        margin: 0;
        padding: 20px 0;
    }

        .c_indexnews .swiper-wrapper {
            display: block;
        }

        .c_indexnews .swiper-pagination {
            display: none;
        }

        .c_indexnews .swiper-slide {
            display: block;
            float: left;
            width: 48%;
            margin: 0 1% 15px;
        }

            .c_indexnews .swiper-slide .shijian {
                padding-top: 4px;
            }

                .c_indexnews .swiper-slide .shijian strong {
                    font-size: 18px;
                }

            .c_indexnews .swiper-slide .c_des {
                padding: 5px 5px 10px;
            }

                .c_indexnews .swiper-slide .c_des h3 {
                    font-size: 14px;
                }

                .c_indexnews .swiper-slide .c_des .c_moaod {
                    line-height: 20px;
                    height: 40px;
                    padding: 0;
                }

    .c_video {
        height: 230px;
        -moz-background-size: auto 100%;
        -o-background-size: auto 100%;
        background-size: auto 100%;
    }

    .c_floor3 {
        padding: 30px 0;
    }

        .c_floor3 .c_more {
            width: 150px;
            height: 30px;
            line-height: 30px;
            margin: 20px auto 0;
        }

    .c_zuopin {
        padding: 20px 0 0;
    }

        .c_zuopin .swiper-wrapper {
            display: block;
        }

        .c_zuopin .swiper-pagination {
            display: none;
        }

        .c_zuopin .swiper-slide {
            display: block;
            float: left;
            width: 48%;
            margin: 0 1% 15px;
        }

            .c_zuopin .swiper-slide .c_tuos strong {
                display: none;
            }

            .c_zuopin .swiper-slide .c_tuos span {
                padding: 0 5%;
                height: 30px;
                line-height: 30px;
                font-size: 12px;
                margin-bottom: 0;
            }

            .c_zuopin .swiper-slide h3 {
                font-size: 14px;
            }

                .c_zuopin .swiper-slide h3 a {
                    height: 32px;
                    line-height: 32px;
                }

    .c_gotop {
        right: 15px;
        width: 30px;
    }

    .c_catename {
        padding: 20px 0;
    }

        .c_catename strong {
            display: none;
        }

        .c_catename span {
            text-align: center;
        }

            .c_catename span em {
                font-size: 24px;
                padding: 0;
            }

    .c_position {
        display: none;
    }

    .c_pagecont {
        min-height: 500px;
        font-size: 14px;
        color: #666;
        line-height: 2;
    }

        .c_pagecont img {
            max-width: 100%;
            height: auto;
        }

    .c_lxwmcont {
        padding: 0 0 20px;
    }

    .c_bend img {
        float: none;
        display: block;
        margin: 0;
    }

    .zilx {
        float: none;
        width: auto;
        padding: 10px 0;
    }

    .c_catelist {
        margin: 0;
    }

        .c_catelist h2 {
            font-size: 14px;
        }

            .c_catelist h2 a {
                line-height: 26px;
                height: 26px;
                padding: 0 10px;
            }

    .c_zxdt {
        padding: 0 0 20px;
    }

    .newslist {
        margin-right: 0;
        min-height: 300px;
        padding-bottom: 20px;
    }

        .newslist li {
            width: 48%;
            margin: 12px 1% 0;
        }

            .newslist li .c_des {
                padding: 5px 5px;
            }

                .newslist li .c_des h3 {
                    font-size: 14px;
                }

                .newslist li .c_des .c_moaod {
                    line-height: 20px;
                    height: 40px;
                    padding: 0;
                    font-size: 12px;
                }

    .c_xxtit {
        font-size: 20px;
        padding: 20px 12px 10px;
    }

    .c_textinfo {
        padding: 0 7px;
        overflow: hidden;
    }

        .c_textinfo div {
            padding: 5px 5px;
            font-size: 14px;
            float: left;
            border: none;
        }

        .c_textinfo .shangxia {
            float: right;
            padding-top: 16px;
        }

            .c_textinfo .shangxia a {
                margin: 0 0 0 5px;
                width: 20px;
                height: 20px;
                -moz-background-size: auto 268%;
                -o-background-size: auto 268%;
                background-size: auto 268%;
            }

    .c_textcont {
        padding: 15px 12px;
    }

    .tuijian {
        padding: 10px 0;
        position: relative;
    }

        .tuijian strong {
            font-size: 18px;
            padding-bottom: 5px;
        }

    .tjnews {
        position: relative;
        overflow: hidden;
        padding-bottom: 20px;
    }

        .tjnews .swiper-wrapper {
            display: block;
        }

        .tjnews .swiper-slide {
            padding: 10px 0;
            display: block;
        }

        .tjnews h3 {
            font-size: 14px;
        }

            .tjnews h3 a {
                line-height: 20px;
                height: 40px;
            }

        .tjnews .c_fian {
            display: none;
        }

    .kplist {
        margin-right: 0;
        min-height: 300px;
        padding-bottom: 20px;
    }

        .kplist li {
            margin: 20px 1% 0;
        }

            .kplist li .c_mod {
                overflow: hidden;
                padding: 5px 0;
            }

                .kplist li .c_mod .c_more {
                    display: none;
                }

                .kplist li .c_mod .c_time {
                    padding: 0;
                    font-size: 14px;
                    margin-right: 0;
                    border: none;
                    float: none;
                    line-height: 1.6;
                }

                    .kplist li .c_mod .c_time em {
                        display: none;
                    }

                .kplist li .c_mod .c_tiit {
                    padding: 0;
                    margin-right: 0;
                    line-height: 1.6;
                }

                    .kplist li .c_mod .c_tiit h3 {
                        font-size: 14px;
                    }

                    .kplist li .c_mod .c_tiit em {
                        display: none;
                    }

    .c_kptuijian {
        padding: 0 12px 20px;
    }

        .c_kptuijian strong {
            font-size: 18px;
            margin-bottom: 0;
        }

    .tuijiankk {
        padding-bottom: 10px;
        margin: 0 -1%;
    }

        .tuijiankk .swiper-wrapper {
            display: block;
        }

        .tuijiankk .swiper-slide {
            display: block;
            float: left;
            width: 48%;
            margin: 15px 1% 0;
        }

        .tuijiankk h3 {
            font-size: 14px;
            padding: 0 5px;
            border-top: 2px solid #fff;
        }

            .tuijiankk h3 a {
                height: 34px;
                line-height: 34px;
                padding-right: 0;
                background: none;
            }

        .tuijiankk .swiper-pagination {
            display: none;
        }

    .c_about {
        padding: 20px 0;
    }

    .c_wdy {
        padding: 0 12px 20px;
    }

    .videolist {
        min-height: 300px;
        padding-bottom: 20px;
        margin-right: 0;
    }

        .videolist li {
            width: 48%;
            margin: 20px 1% 0;
        }

            .videolist li h3 {
                font-size: 14px;
            }

                .videolist li h3 a {
                    height: 34px;
                    line-height: 34px;
                }

                    .videolist li h3 a:before {
                        display: none;
                    }

    .shipinnkk {
        width: 90%;
        height: 250px;
        left: 5%;
        margin: -125px 0 0 0;
        border: none;
        display: none;
        z-index: 2002;
    }

        .shipinnkk .uglbi img {
            height: auto;
        }

        .shipinnkk img {
            height: 250px;
        }

        .shipinnkk iframe {
            height: 250px;
        }

    .zplist {
        padding-bottom: 0;
    }

        .zplist li {
            width: 48%;
            margin: 0 1% 15px;
        }

            .zplist li .c_tuos strong {
                display: none;
            }

            .zplist li .c_tuos span {
                padding: 0 5%;
                height: 30px;
                line-height: 30px;
                font-size: 12px;
                margin-bottom: 0;
            }

            .zplist li h3 {
                font-size: 14px;
            }

                .zplist li h3 a {
                    height: 32px;
                    line-height: 32px;
                }

    .c_yybiao {
        width: auto;
        margin: 0;
        padding: 20px 12px;
    }

        .c_yybiao .c_tishi {
            background: url(../images/xiangji.jpg) no-repeat left top / 80px auto;
            padding: 14px 0 20px 80px;
            font-size: 12px;
            margin: 0;
        }

            .c_yybiao .c_tishi em {
                font-size: 15px;
                display: block;
            }

            .c_yybiao .c_tishi strong {
                font-size: 18px;
            }

    .inputdd {
        width: auto;
        float: none;
        margin: 10px 0 0;
    }

    .c_textaf {
        margin: 10px 0 0;
    }

    .c_yamf {
        margin: 10px 0 0;
    }

        .c_yamf img {
            width: 30%;
        }

        .c_yamf input {
            width: 70%;
        }

    .tijias {
        width: 150px;
        margin: 10px auto 0;
        font-size: 18px;
        height: 36px;
        line-height: 36px;
    }
}

@media screen and (max-width: 700px) {
    .pcshow {
        display: none !important;
    }

    .phoneshow {
        display: block !important;
    }
}

.c_bottom .c_botxx a:hover img {
    opacity: 0.4;
    filter: alpha(opacity=40);
}

@media screen and (max-width: 1200px) {


    .c_bend img {
        width: 211px;
        margin: 0 auto;
        display: block;
    }
}

}

/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/
/*BEGIN*/
/*END*/


/*网站地图-开始*/
.c_pagecont {
    padding: 40px 0;
    font-size: 14px;
    color: #333;
    line-height: 30px;
    min-height: 300px;
}

.c_sitemap {
    text-align: center;
    background: url(../images/xixian.png) repeat-x center 85px;
}

    .c_sitemap ul {
        display: inline-block;
        vertical-align: top;
        padding: 30px 26px 0;
    }

        .c_sitemap ul li {
            font-size: 14px;
        }

            .c_sitemap ul li a {
                display: block;
                color: #343434;
                line-height: 34px;
            }

                .c_sitemap ul li a:hover {
                    color: #554e7a;
                }

            .c_sitemap ul li.c_jit {
                font-size: 16px;
                margin-bottom: 10px;
            }

                .c_sitemap ul li.c_jit a {
                    border-bottom: 2px solid transparent;
                    height: 54px;
                    line-height: 54px;
                }

                    .c_sitemap ul li.c_jit a:hover {
                        font-weight: bold;
                        border-color: #554e7a;
                    }