@charset "UTF-8";

/*简易栅格化*/
.row {
    margin-left: -5px;
    margin-right: -5px;
    zoom: 1;
}
.row:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.row>li,
.row .item {
    float: left;
    padding: 0 5px;
    margin-bottom: 10px;
}
.row li img,
.row .item img {
    max-width: 100%;
}
.row-2 li,
.row-2 .item {
    width: 50%;
}
.row-3 li,
.row-3 .item {
    width: 33.3333%;
}
.row-4>li,
.row-4 .item {
    width: 25%;
}
.row-5 li,
.row-5 .item {
    width: 20%;
}

.row-6 li,
.row-6 .item {
    width: 16.6666%;
}

.row-8 li,
.row-8 .item {
    width: 12.5%;
}

/* 间距10px */
.row-big {
    margin-left: -10px;
    margin-right: -10px;
}
.row-big>li,
.row-big .item {
    padding: 0 10px;
    margin-bottom: 20px;
}





/*浏览器更新提示*/
.browserupgrade {
    margin: 0;
    padding: 50px 0;
    background: #ccc;
    text-align: center;
    font-size: 18px;
}

.browserupgrade a {
    font-weight: 600;
    color: red;
    text-decoration: underline;
}

/*返回顶部*/
#to-top {
    display: none;
    width: 36px;
    height: 36px;
    background: url(../images/top-bg.png) no-repeat center;
    text-align: center;
    text-decoration: none;
    z-index: 8;
    right: 20px;
    /*opacity: 0.7;*/
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

#to-top:hover {
    opacity: 1;
}

/*分享修复*/
.jiathis_style .jiathis_counter.jiathis_bubble_style {
    box-sizing: content-box;
}

/*图片放大*/
.pic-scale,
.img-scale .pic {
    position: relative;
    overflow: hidden;
}

.img-scale img,
.pic-scale img {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.img-scale:hover img, .pic-scale:hover img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}

/*图片内阴影*/
.img-cover:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.2) inset;
    opacity: 0;
    filter: alpha(opacity=0);
    content: "";
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.img-cover:hover:before {
    opacity: 1;
    filter: alpha(opacity=100);
}

/*图片透明*/
.img-opacity {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.img-opacity:hover {
    opacity: .9;
    filter: alpha(opacity=90);
}

/*图片去色*/
.img-gray {
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
}

/*三角*/
.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 4px;
    margin-top: -1px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid\9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    -webkit-transition: transform .5s;
    -o-transition: transform .5s;
    transition: transform .5s;
}

/* ====== 分页 ====== */
.paging {
    text-align: center
}

.paging a,
.paging span {
    display: inline-block;
    margin: 0 5px;
    width: 40px;
    line-height: 30px;
    color: #333;
    font-size: 14px;
    -webkit-transition: .2s;
    -moz-transition: .2s;
    transition: .2s;
    border: 1px solid #d2d2d2;
}

.paging .prev,
.paging .prev_disabled,
.paging .next,
.paging .next_disabled {
    padding: 0 10px;
    width: auto;
    color: #333;
    border: 1px solid #d2d2d2;
    display: none;
}

.paging .pre:hover,
.paging .next:hover {
    background-color: #f69507;
    color: #fff;
    border-color: #f69507;
}

.paging .current,
.paging a:hover {
    background-color: #1e54a2;
    color: #fff !important;
    border-color: #1e54a2;
}

.paging a.prev:before,
.paging a.prev_disabled:before {
    content: "上一页";
    display: none;
}

.paging a.next:before,
.paging a.next_disabled:before {
    content: "下一页";
    display: none;
}

/*面包屑导航*/
.com-bread{margin-top: 35px; padding: 0 30px; height:60px;line-height:60px;font-size:16px;color:#333;background: #f6f6f6;}
.com-bread a{color:#333;}
.com-bread a:hover{color:#b42e32;}


/*弹窗留言*/
.tc-message {
    padding: 20px;
    display: none;
}

.tc-message .form-box h3 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 10px;
    color: #000;
}

.tc-message .form-box {
    padding: 30px;
    background: #fff;
}

.tc-message .form-box .form-tit {
    margin-bottom: 30px;
    text-align: center;
    font-size: 16px;
}

.tc-message .form-box ul li {
    float: left;
    margin-bottom: 20px;
    width: 32.6666%;
    height: 40px;
    line-height: 40px;
    background-color: #f5f5f5;
    position: relative;
}

.tc-message .form-box ul li ~ li {
    margin-left: 1%;
}

.tc-message .form-box ul li input {
    line-height: 25px;
    width: 72%;
    padding: 0 5px;
    background-color: #f5f5f5;
    font-size: 16px;
}

.tc-message .form-box ul li input:focus, .tc-message .form-box .form-desc .text:focus {
    background-color: #fff;
}

.tc-message .form-box .in-tit {
    float: left;
    width: 25%;
    text-align: center;
    font-size: 14px;
    color: #666;
}

.tc-message .form-box .form-desc .in-tit {
    width: 8%;
}

.tc-message .form-box .form-desc {
    margin-bottom: 55px;
    padding-top: 10px;
    padding-bottom: 10px;
    background-color: #f5f5f5;
    position: relative;
}

.tc-message .form-box .form-desc .error {
    bottom: -25px;
}

.tc-message .form-box .form-desc .text {
    vertical-align: top;
    width: 90%;
    height: 175px;
    border: none;
    padding: 0 5px;
    font-size: 14px;
    line-height: 22px;
    background-color: #f5f5f5;
}

.tc-message .form-box .sub-btn {
    display: block;
    margin: 0 auto;
    width: 220px;
    height: 50px;
    line-height: 50px;
    background-color: #069fb9;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    border-radius: 3px;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    font-family: "微软雅黑";
}

.tc-message .form-box .sub-btn:hover {
    opacity: 0.9;
    filter: alpha(opacity=90);
}

.tc-message .com-form-box ul li input {
    line-height: 54px;
}
.tc-message .com-form-box {
    margin-top: 0;
}
.tc-message h3 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 25px;
    margin-top: 10px;
}

/*视频弹窗*/
.vwrap {
    display: none;
    z-index: 1040;
    width: 100%;
    position: fixed;
    left: 0;
    top: 0;
}

.vwrap .videobtg {
    z-index: 900;
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
    overflow: hidden;
}

.vwrap .videobox {
    z-index: 990;
    width: 992px;
    height: 558px;
    background-color: #fff;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-top: -279px;
    margin-left: -500px;
}

@media (max-width:1440px) {
    .vwrap .videobox {
        width: 854px;
        height: 480px;
        margin-top: -240px;
        margin-left: -430px;
    }

}

#videobox {
    height: 100%;
    width: 100%;
}

.vwrap .videobox #videobox1, .vwrap .videobox #videobox2 {
    width: 100%;
    display: inline-block;
    height: 100%;
    background: #000;
}

#videobox_wrapper {
    height: 100% !important;
}

.vwrap .close {
    z-index: 999;
    width: 24px;
    height: 24px;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: -40px;
}

.vwrap .close i {
    display: block;
    width: 24px;
    height: 24px;
    background: url(../images/common/close.png) no-repeat 50% 50%;
    -webkit-transition: 400ms;
    transition: 400ms;
}

.vwrap .close:hover i {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}

#videobox_display_button {
    background: none no-repeat !important;
}

.jwplayer .jwicon:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

.jwlogo, .jwclick {
    display: none !important;
}

#videobox_controlbar {
    bottom: 5% !important;
}

/*KEFU*/
.qqkefu {
    position: fixed;
    right: 0;
    bottom: 40%;
    z-index: 20;
    width: 53px;
}

.qqkefu ul li {
    position: relative;
    float: right;
    margin-bottom: 1px;
    height: 47px;
    background: #757575;
    font-size: 14px;
    line-height: 47px;
    opacity: .9;
    cursor: pointer;
}

.qqkefu ul li a {
    display: block;
    width: 100%;
    height: 100%;
    color: #fff;
}

.qqkefu ul li.qq_cza {
    overflow: hidden;
}

.qqkefu ul li:hover {
    background: #000;
}

.qqkefu ul li.top {
    position: relative;
    width: 53px;
    background: #000 url(../images/kf/top_icon.png) no-repeat center;
    color: #1c1c1c;
    text-align: center;
    font-weight: 800;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.qqkefu ul li.top:hover {
    background-color: #907842;
}

.qqkefu ul li b {
    float: left;
    display: block;
    overflow: hidden;
    width: 53px;
    height: 47px;
}

.qqkefu ul li b.a {
    background: url(../images/kf/czx4.png) no-repeat center center;
}

.qqkefu ul li b.b {
    background: url(../images/kf/czx3.png) no-repeat center center;
}

.qqkefu ul li b.d {
    background: url(../images/kf/bdsq.png) no-repeat center center;
}

.qqkefu ul li b.c {
    background: url(../images/kf/czx5.png) no-repeat center center;
}

.qqkefu ul li b.e {
    background: url(../images/kf/icon_kf_tel.png) no-repeat center center;
}

.qqkefu ul li b.lxb {
    background: url(../images/kf/phone0.png) no-repeat center center;
}

.qqkefu .erweima {
    position: absolute;
    top: -103px;
    left: -134px;
    float: right;
    display: none;
    height: 150px;
    border: 1px solid #CCC;
    background: #FFF;
    cursor: default !important;
}

.qqkefu .erweima p {
    float: left;
    width: 130px;
    color: #000;
    text-align: center;
    font-size: 12px;
    line-height: 20px;
}

.qqkefu .erweima p img {
    margin: 10px 10px 0 10px;
    width: 110px;
    height: 110px;
}

.qqkefu .kf-tel .erweima {
    top: -23px;
    left: -153px;
    height: 70px;
    text-align: center;
}

.qqkefu .kf-tel .erweima p {
    width: 150px;
}

.qqkefu .kf-tel .erweima em {
    display: inline-block;
    margin-top: 12px;
    margin-bottom: 6px;
    width: 100%;
    color: #000;
    font-weight: 600;
    font-size: 18px;
}

/*常见问题*/
.faq-list {
    /*border-top: 1px solid #E4E4E4;*/
}

.faq-list li {
    border-bottom: 1px solid #E4E4E4;
}

.faq-list .question {
    font-size: 16px;
    height: 55px;
    line-height: 55px;
    color: #666;
    cursor: pointer;
    padding-left: 20px;
}

.faq-list li .question.on,
.faq-list li .question:hover {
    color: #1e54a2;
}

.faq-list .question .fa-dropdown {
    float: right;
    margin-top: 15px;
    margin-right: 20px;
    width: 24px;
    height: 24px;
    opacity: .7;
    background: url(../images/plus.png) no-repeat center;
    background-size: contain;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.faq-list .question.on .fa-dropdown {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}

.faq-list .answer {
    display: none;
    padding: 15px 45px 45px;
    line-height: 1.7;
}

.faq-list .answer p {
    line-height: 2;
}

/*网站地图*/
.sitemap-list>li {
    margin-top: 20px;
    padding: 20px;
    border-bottom: #f2f2f2 1px solid;
}

.sitemap-list>li:first-child {
    margin-top: 0;
}

.sitemap-list>li>a {
    display: inline-block;
    margin-bottom: 15px;
    font-size: 18px;
}

.sitemap-list>li>a b {
    font-weight: normal;
}

.sitemap-list ul li {
    display: inline-block;
    font-size: 14px;
    margin-right: 50px;
}


/*hover-shadow效果*/
.hover-shadow {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.hover-shadow:hover {
    -webkit-box-shadow:0 0 20px rgba(0,0,0,0.2);
    box-shadow:0 0 20px rgba(0,0,0,0.2);
}


/*hover-xiaomi效果*/
.hover-xm {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.hover-xm:hover {
    -webkit-box-shadow:0 15px 30px rgba(0,0,0,0.2);
    box-shadow:0 15px 30px rgba(0,0,0,0.2);
    -webkit-transform:translate3d(0, -2px, 0);
    transform:translate3d(0, -2px, 0);
}

/*hover-opacity透明效果*/
.hover-opacity {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.hover-opacity:hover {
    opacity: .9;
}


/*按钮*/
.com-btn-140 {
    position: relative;
    z-index: 2;
    display: inline-block;
    width: 140px;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #fff !important;
    background: #b42e32;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.com-btn-140:hover {
    opacity: .9;
}
.com-btn-140.white {
    background: transparent;
    border: 1px solid #898989;
    color: #333 !important;
}

.com-btn-180 {
    display: inline-block;
    width: 180px;
    line-height: 45px;
    text-align: center;
    font-size: 16px;
    color: #333;
    border: 1px solid #333;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}
.com-btn-180:hover,
.com-btn-140.white:hover {
    color: #fff !important;
    background: #b42e32;
    border-color: #b42e32;
}


/*标题装饰条*/
.title-line {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 10px;
}
.title-line:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    margin-left: -15px;
    width: 30px;
    height: 5px;
    background: #b42e32;
}
.title-line-yellow:before {
    background: #f69507;
}


/*图文模块*/
.pic-word {
    position: relative;
}
.pic-word .pic {
    width: 50%;
}
.pic-word .cont {
    position: absolute;
    right: 0;
    top: 0;
    width: 50%;
    height: 100%;
    background: #fff;
    padding: 0 90px;
}
.pic-word .cont .tit {
    font-size: 32px;
    color: #333;
}
.pic-word .cont .tit.fs-20 {
    font-size: 20px;
}
.pic-word .cont .des {
    margin-top: 20px;
    margin-bottom: 35px;
}
.pic-word .cont .des.fs-14 {
    font-size: 14px;
    margin-top: 30px;
}
.pic-word .cont .des-lh-35 {
    line-height: 35px;
}
.pic-word .cont .des p ~ p {
    margin-top: 10px;
}


/*标题 风格3*/
.page-title-three {
    padding: 65px 0;
    text-align: center;
}
.page-title-three p {
    margin-top: 20px;
    line-height: 30px;
}


/*图标文字列表 风格1*/
.gr-icon-tit-list li .box {
    padding: 10px 50px 30px;
    text-align: center;
}
.gr-icon-tit-list li .box .icon-value {
    margin-bottom: 15px;
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
}
.gr-icon-tit-list li .box .icon-value-1 {
    background-image: url(../images/icon-value-1.png);
}
.gr-icon-tit-list li .box .icon-value-2 {
    background-image: url(../images/icon-value-2.png);
}
.gr-icon-tit-list li .box .icon-value-3 {
    background-image: url(../images/icon-value-3.png);
}
.gr-icon-tit-list li .box .icon-value-4 {
    background-image: url(../images/icon-value-4.png);
}
.gr-icon-tit-list li .box .icon-value-5 {
    background-image: url(../images/icon-value-5.png);
}
.gr-icon-tit-list li .box .icon-value-6 {
    background-image: url(../images/icon-value-6.png);
}
.gr-icon-tit-list li .box .icon-value-7 {
    background-image: url(../images/icon-value-7.png);
}
.gr-icon-tit-list li .box .icon-value-8 {
    background-image: url(../images/icon-value-8.png);
}
.gr-icon-tit-list li .box h5 {
    font-size: 28px;
    color: #333;
    line-height: 1;
}
.gr-icon-tit-list li .box p {
    margin-top: 20px;
    text-align: left;
    font-size: 16px;
}
@media (max-width: 1600px) {
    .gr-icon-tit-list li .box h5 {
        font-size: 24px;
    }
    .gr-icon-tit-list li .box p {
        font-size: 14px;
    }
}


.gr-icon-tit-list li .box .icon-value {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gr-icon-tit-list li .box:hover .icon-value {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}



/*数字滚动 风格2*/
.num-scroll-two {
    margin-top: 35px;
    margin-bottom: 35px;
    text-align: center;
}
.num-scroll-two li {
    display: inline-block;
    padding: 0 35px;
    color: #fff;
    font-size: 18px;
    min-width: 162px;
}
.num-scroll-two li .num {
    margin-bottom: 5px;
    font-size: 52px;
    font-family: "Impact","Microsoft Yahei";
    line-height: 1;
}



/*内页栏目图*/
.page-banner {
    position: relative;
    overflow: hidden;
}
.page-banner .pb-tit {
    position: absolute;
    left: 50%;
    top: 35%;
    margin-left: -600px;
}
.page-banner .pb-tit.center {
    top: 50%;
    margin-top: -33px;
}
.page-banner .pb-pic img {
    transform:matrix(1.1, 0, 0, 1.1, 0, 0); 
    -webkit-transform:matrix(1.1, 0, 0, 1.1, 0, 0); 
    -webkit-animation: minus 5s 0s ease both infinite;
    -moz-animation: minus 5s 0s ease both infinite;
    animation: minus 5s 0s ease both infinite;
    animation-iteration-count: 1;
    -webkit-animation-iteration-count: 1;
}
/*缩小停止*/
@-webkit-keyframes minus {
    from {
    -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
}
to {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
}
}
@keyframes minus {
    from {
    -webkit-transform: matrix(1.1, 0, 0, 1.1, 0, 0);
    transform: matrix(1.1, 0, 0, 1.1, 0, 0);
}
to {
    -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
    transform: matrix(1, 0, 0, 1, 0, 0);
}
}


/*留言*/
.contact-message {
    padding-top: 95px;
    padding-bottom: 100px;
}
.message-title {
    text-align: center;
}
.message-title h3 {
    font-size: 30px;
    color: #333;
    line-height: 1;
}
.message-title p {
    font-size: 16px;
    color: #ccc;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.com-form-box {
    margin-top: 50px;
}
.com-form-box ul {
    margin-left: -8px;
    margin-right: -8px;
}
.com-form-box ul li {
    float: left;
    width: 33.3333%;
    background: #fff;
    box-sizing: border-box;
    margin-bottom: 20px;
    padding: 0 8px;
}

.com-form-box ul li input {
    font-size: 16px;
    color: #999;
    width: 100%;
    line-height: 64px;
    padding: 0 30px;
    border: 1px solid #e5e5e5;
}

.com-form-box ul li input:focus,
.com-form-box .textarea:focus,
.com-form-box .submit:focus {
    outline: none;
    box-sizing: border-box;
}

.com-form-box .textarea {
    box-sizing: border-box;
    padding: 30px;
    height: 270px;
    width: 100%;
    border: none;
    border: 1px solid #e5e5e5;
    font-size: 16px;
    color: #999;
    background: #fff;
    font-family: "微软雅黑";
}

.com-form-box .submit {
    margin-top: 20px;
    width: 100%;
    height: 64px;
    line-height: 64px;
    text-align: center;
    background: #0a8dff;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.com-form-box .submit:hover {
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}
.message-input::-webkit-input-placeholder{
    color:#999;
}
.message-input:-moz-placeholder{
    color:#999;
}
.message-input::-moz-placeholder{
    color:#999;
}
.message-input:-ms-input-placeholder{
    color:#999;
}



.com-breadcrumb {
    height: 40px;
    line-height: 40px;
    color: #949494;
    box-sizing: border-box;
    padding: 0 10px;
    font-size: 12px;
}

.com-breadcrumb a {
    color: #949494;
}

.com-breadcrumb a:hover {
    color: #3890ff;
}

.com-breadcrumb .cur {
    color: #333;
}

.com-back-btn {
    width: 120px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    color: #fff!important;
    background: #1e54a3;
    text-align: center;
    border-radius: 16px;
    margin-top: 15px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.com-back-btn:hover {
    opacity: .9;
}


/*新闻详情页 风格gr01 */
.news-location .ep { padding: 0 5px; }
.icon-eye { width: 21px; height: 11px; background: url(../images/eye.png) no-repeat center; position: relative; top: -2px; }
.news-show-left {width: 100%; }
.news-show-cont { width: 100%; background: #fff; }
.news-show-left .news-title { padding: 40px 40px; padding-bottom: 30px;text-align: center; }
.news-show-left .news-title h2 { font-size: 28px; color: #333; padding-bottom: 10px; font-weight: normal; line-height: 1.5; }
.news-show-left .news-title p { font-size: 14px; color: #6b6b6b; padding-bottom: 28px; border-bottom: 1px solid #eee; }
.news-show-left .news-title p a { color: #6b6b6b; }
.news-show-left .news-title p a:hover{color: #1e54a3;}
.news-show-left .news-views { margin: 40px 40px 20px; margin-top: 0; font-size: 16px; min-height: 600px; color: #666; line-height: 1.75; overflow: hidden; }
.news-show-left .news-views img { max-width: 100% !important; }
.news-show-left .news-views p { margin-bottom: 5px; font-size: 16px !important; }
.news-show-left .news-views span { font-size: 16px !important; }
.news-show-left .news-other { padding: 20px 15px; border-top: 1px #f1f1f1 solid; }
.news-show-left .news-other p { display: block; height: 40px; line-height: 40px; padding-left: 3px; }
.news-show-left .news-other p a { font-size: 14px; color: #333; }
.news-show-left .news-other p a:hover { color: #1e54a3; }
.news-show-left .share-bar { padding: 20px 40px; }
.news-show-left .share-bar .fl { position: relative; top: -3px; }
.news-show-right { width: 100%; margin-top: 20px; }
.news-show-right dl { display: block; margin-top: 0; margin-bottom: 20px; background: #fff; }
.news-show-right dl dt { display: block; height: 50px; line-height: 50px; position: relative; border-bottom: 1px #f1f1f1 solid; }
.news-show-right dl.tab dt { height: 50px; line-height: 50px; color: #1d1d1d; font-size: 18px; padding-left: 20px; }
.news-show-right dl.tab dd { position: relative; }
.news-show-right dl.tab dd ul { display: block; padding: 0 20px; }
.news-show-right dl.tab dd ul li { display: block; padding: 10px 0 10px; border-bottom: 1px #f1f1f1 solid; }
.news-show-right dl.tab dd ul li .pic { margin-right: 20px; width: 60px; height: 60px; overflow: hidden; position: relative; }
.news-show-right dl.tab dd ul li h5 { padding-top: 4px; padding-bottom: 10px; font-size: 14px; color: #666; display: block; line-height: 20px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.news-show-right dl.tab dd ul li h5 a { color: #333; }
.news-show-right dl.tab dd ul li h5 a:hover { color: #1e54a3; }
.news-show-right dl.tab dd ul li .news-cate { color: #999; }
.news-show-right dl.tab dd ul li i { float: left; font-size: 12px; color: #999; }
.news-show-right dl.tab dd ul li em { float: right; padding-left: 25px; font-size: 12px; color: #999;/* background: url(../images/eye.png) no-repeat left center; */ font-style: normal; }
.news-show-right dl.tab dd .more { color: #333; height: 45px; line-height: 45px; border-top: 1px #f1f1f1 solid; position: relative; top: -1px; text-align: center; }
.news-show-right dl.tab dd .more a { display: inline-block; position: relative; color: #333; }
.news-show-right dl.tab dd .more a b { margin-left: 5px; -webkit-transition: transform .3s; -o-transition: transform .3s; transition: transform .3s; }
.news-show-right dl.tab dd .more a:hover b { -webkit-transform: translateX(5px); -ms-transform: translateX(5px); -o-transform: translateX(5px); transform: translateX(5px); }
.news-show-right dl.tab dd .more a:hover { color: #1e54a3; }
.news-show-right dl.list dt { padding-left: 40px; color: #333; font-size: 18px; }
.news-show-right dl.tab dt a { width: 33%; height: 42px; line-height: 42px; text-align: center; display: table-cell; color: #009A62; font-size: 18px; -webkit-transition: all .3s ease-in-out; -moz-transition: all .3s ease-in-out; -ms-transition: all .3s ease-in-out; transition: all .3s ease-in-out; }
.news-show-right dl.list dt a b { width: 15px; height: 15px; overflow: hidden; display: inline-block; vertical-align: middle; background-position: 0 -64px; margin-left: 2px; position: relative; top: -1px; }
.news-show-right dl.list dd ul { display: block; padding: 20px 40px; }
.news-show-right dl.list dd ul li { padding-bottom: 12px; display: block; overflow: hidden; text-overflow: ellipsis;  }
.news-show-right dl.list dd ul li a { position: relative;/* padding-left: 10px;*/ display: inline-block; color: #666; font-size: 14px; -webkit-transition: .2s; -o-transition: .2s; transition: .2s; }
.news-show-right dl.list dd ul li a:hover { color: #1e54a3; }
.news-page-other { margin-top: 20px; padding: 20px 40px; background: #fff; }
.news-page-other p { line-height: 26px; font-size: 14px; color: #949494; }
.news-page-other p a { color: #6b6b6b; }
.news-page-other p a:hover { color: #1e54a3; }
.news-page-other .p-prev { margin-bottom: 10px; }
.news-page-other .com-back-btn { margin-top: 14px; }






/*网站地图*/
#sitemap { border:1px solid #eee; padding:10px 15px; margin-top:30px; width: 1200px;margin:0 auto;background: #fff; }
#sitemap h1 { border-bottom:1px solid #eee; height:40px; line-height:30px; padding:0 10px }
#sitemap h1 label { color:#9c9c9c }
#sitemap .cont { padding:10px }
#sitemap .cont ul li b{font-size: 14px;}
#sitemap .cont ul li { line-height:40px; margin-bottom:10px }
#sitemap .cont ul li a { margin:0 15px }
#sitemap .cont ul li ul { border:1px solid #eee; display:block; padding:0 0 0 15px }
#sitemap .cont ul li ul li { display:inline }


/*回到顶部*/
.toolbar-item,.toolbar-layer{background:url(../images/common/toolbar.png) no-repeat;}
.toolbar{position:fixed;right:0px;bottom:50px;}/*假设网页宽度为1200px，导航条在右侧悬浮*/
.toolbar-item{display:block;width:52px;height:52px;margin-top:1px;position:relative;-moz-transition:background-position .5s;-ms-transition:background-position .5s;-o-moz-transition:background-position .5s;-webkit-moz-transition:background-position .5s;transition:background-position .5s;}
.toolbar-item:hover .toolbar-layer{opacity:1;filter:alpha(opacity=100);transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);}
.toolbar-item-weixin{background-position:0 -798px;}
.toolbar-item-weixin:hover{background-position:0 -860px;}
.toolbar-item-weixin .toolbar-layer{height:212px;background-position:0 0;}
.toolbar-item-feedback{background-position:0 -426px;}
.toolbar-item-feedback:hover{background-position:0 -488px;}
.toolbar-item-app{background-position:0 -550px;}
.toolbar-item-app:hover{background-position:0 -612px;}
.toolbar-item-app .toolbar-layer{height:194px;background-position:0 -222px;}
.toolbar-item-top{background-position:0 -674px;}
.toolbar-item-top:hover{background-position:0 -736px;}
.toolbar-layer{position:absolute;right:46px;bottom:-10px;width:172px;opacity:0;filter:alpha(opacity=0);
transform-origin: 95% 95%;-moz-transform-origin: 95% 95%;-ms-transform-origin: 95% 95%;-o-transform-origin: 95% 95%;-webkit-transform-origin: 95% 95%;transform:scale(0.01);
-moz-transform:scale(0.01);-ms-transform:scale(0.01);-o-transform:scale(0.01);-webkit-transform:scale(0.01);transition:all .5s;-moz-transition:all .5s;-ms-transition:all .5s;-o-transition:all .5s;-webkit-transition:all .5s;}





