/* 365建站让建站和seo变得简单 */
/* 365建站器官网：Www.365jz.com */


body {
    font-family: "微软雅黑";
    background: #fff;
    color: #666
}

ul li {
    list-style-type: none
}

a {
    color: #666;
    text-decoration: none
}

a:hover {
    color: #c10404;
    text-decoration: none
}

td {
    color: #666
}

#ff input {
    border: 1px solid #ccc;
    background: #fff;
    line-height: 35px;
    height: 35px;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 5px;
}

#ff textarea {
    border: 1px solid #ccc;
    background: #fff;
    margin-top: 10px;
    margin-left: 10px;
    border-radius: 5px;
}

#ff .btn {
    border: 0px;
    background: #ddd;
    padding: 0px;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 35px;
}

#ff .btn:hover {
    color: #fff;
    background: #c10404;
}

/*图片悬浮链接*/

.imgLink-hover {
    cursor: pointer;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    background-image: url(../images/on-hover.png);
    background-repeat: repeat;
    opacity: 0;
    filter: Alpha(Opacity=0);
    z-index: 96;
    -webkit-transition: all .3s linear;
    -moz-transition: all .3s linear;
    -ms-transition: all .3s linear;
    -o-transition: all .3s linear;
    transition: all .3s linear
}

.imgLink-hover:hover {
    opacity: 1;
    filter: Alpha(Opacity=1)
}

.imgLink-hover * {
    filter: inherit
}

.imgLink-hover {
    cursor: pointer
}

.imgLink-hover:hover .hover-link {
    background-image: url(../images/hover-link.png);
    background-repeat: no-repeat;
    background-position: center center
}

.hover-link {
    width: 44px;
    height: 44px;
    top: 50%;
    left: 50%;
    margin-left: -22px;
    margin-top: -22px;
    position: absolute;
    display: block
}

/*详情页面*/

.detailTitleTxt {
    border-left: 3px solid #000;
    line-height: 35px;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
    background: #eee;
    text-indent: 10px;
    margin-bottom: 10px;
}

.detailTitle {
    border-left: 3px solid #000;
    line-height: 35px;
    font-weight: bold;
    font-size: 16px;
    text-align: center;
    background: #eee;
}

.detailParameter {
    padding: 10px;
    word-wrap: break-word;
}

.detailImg {
    text-align: center;
    padding: 10px;
}

.detailImg img {
    max-width: 100%;
}

.detailUrl {
    padding: 10px;
}

.detailUrl a {
    width: 150px;
    text-align: center;
    line-height: 40px;
    border: 1px solid #333;
    margin: 0px auto 0px auto;
    display: block;
    color: #333;
    text-decoration: none;
}

.detailUrl a:hover {
    background: #990000;
    border: 1px solid #990000;
    color: #fff;
}

.detailTime {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
}

.detailContent {
    width: 100%;
    word-wrap: break-word;
}

.detailContent img {
    max-width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    vertical-align: top;
}

.productListBox {
    margin-top: 15px;
}

.back {
    line-height: 35px;
    background: #990000;
    color: #fff;
    width: 80px;
    text-align: center;
    float: right
}

.back:hover {
    color: #fff;
    background: #000;
}

.otherPageBox {
    border-top: 1px solid #999;
    margin-top: 10px;
    padding: 10px 0px 0px 0px;
    overflow: hidden;
    width: 100%
}

.msgBox {
    border: 1px dashed #999;
    padding: 20px;
    margin-top: 20px
}

/*手机版菜单可展开图标*/

#app_menudown {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 16px;
}

#app_menudown:hover {
    background-color: #073053;
}

#app_menudown span {
    display: block
}

.bottomButton {
    position: absolute;
    margin-right: 15px;
    right: 0px;
    cursor: pointer;
    border-radius: 4px;
    display: block;
    line-height: 25px;
    width: 60px;
    text-align: center;
    background: #ccc;
    color: #fff;
    font-size: 14px;
    transition: background 0.5s
}

.bottomButton:hover {
    background: #990000;
    color: #fff;
}

.selectedBottomButton {
    background: #990000;
}

/*菜单栏标志*/

.navbar-brand {
    padding: 0px;
}

/*产品搜索*/

#smallSearchBox {
    position: fixed;
    overflow: hidden;
    top: 49px;
    display: none;
    z-index: 999;
    width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
}

#small_search {
    color: #fff;
    float: right;
    margin-top: 7px;
    padding: 8px 13px;
    font-size: 17px;
    border-radius: 4px;
}

#small_search:hover,
#small_search:focus {
    cursor: pointer;
    background-color: #000;
}

.search_group {
    float: right;
    margin: 0px 0px 0px 0px;
    padding: 0px
}

.search_group input {
    border-radius: 0px;
    height: 35px;
    border: 0px;
    background: url(../images/alpha.png)
}

.mysearch_btn {
    background-color: #990000;
    color: #fff;
    border-radius: 0px;
    height: 35px;
    line-height: 25px;
}

.mysearch_btn:hover,
.mysearch_btn:focus {
    background-color: #fff;
    color: #333;
}

/*语言*/

#language {
    float: right;
    width: 43px;
    height: 32px;
    margin-top: 8px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center;
    background-image: url(../images/zh.png);
    border-radius: 4px;
}

#language:hover,
#language:focus {
    cursor: pointer;
    background-color: #000;
}

#languageBox {
    position: fixed;
    overflow: hidden;
    top: 50px;
    display: none;
    z-index: 999;
    right: 0px;
    background: url(../images/alpha.png)
}

#languageBox a {
    float: left;
    width: 50px;
    height: 35px;
    display: block;
    background-repeat: no-repeat;
    background-position: center center
}

#languageBox a:hover,
#languageBox a:focus {
    cursor: pointer;
    background-color: #000;
}

.zh {
    background-image: url(../images/zh.png);
}

.en {
    background-image: url(../images/en.png);
}

/*公司简介*/

.aboutBox {
    width: 100%;
    overflow: hidden;
    margin: 10px 0px 20px 0px;
}

.titleBar {
    background: url(../images/title_line.jpg) left 30px no-repeat;
    overflow: hidden;
    padding-bottom: 5px
}

.titleBar h1 {
    float: left;
    font-size: 22px;
    color: rgb(67, 67, 67);
    margin: 0px;
}

.titleBar span {
    float: left;
    padding-top: 10px;
    text-indent: 12px;
    font-size: 12px;
    font-family: Arial, Helvetica, sans-serif;
    color: rgb(125, 125, 125);
}

.aboutBox section {
    clear: both;
    padding: 10px 0px 0px 0px;
}

.aboutBox section img {
    margin: 10px 20px 0px 0px;
    max-width: 350px;
    float: left;
}

.aboutMore {
    color: #c10404;
    display: inline-block;
    font-size: 12px;
    padding: 5px 7px;
    transition: background 0.3s;
    border: 1px solid #c10404;
    border-radius: 4px;
}

.aboutMore:hover {
    color: #fff;
    background-color: #c10404;
    text-decoration: none;
}

.aboutContent {
    line-height: 31px;
    padding: 8px 0px 0px 0px;
    font-family: 'Microsoft YaHei';
}

/*首页产品*/

.indexProduct {
    margin: 0px 0px 0px 0px;
}

.productList {
    clear: both;
    margin: 30px -15px 0px -15px;
}

.productImg {
    min-height: 190px;
    margin: 0px;
    margin-bottom: 15px;
}

.productImg a {
    position: relative;
    display: block;
    width: auto;
    margin: 0px auto 0px auto;
}

.productImg img {
    margin-right: auto;
    margin-left: auto;
    display: block;
    height: auto;
    width: 100%;
    height: auto;
    margin-bottom: 0px;
    padding: 0px;
}

.productImg img:hover {}

.productTitle {
    width: 100%;
    display: block;
    text-align: center;
    line-height: 40px;
    height: 40px;
    overflow: hidden;
    color: #333;
    transition: color 0.3s;
}

.productTitle:hover {
    color: #000;
    text-decoration: none;
}

.viewBig {
    cursor: pointer;
}

/*首页新闻*/

.newsBox {
    margin: 0px 0px 20px 0px;
}

.indexNews {
    clear: both;
    list-style: none;
    margin: 0px;
    padding: 0px 0px 0px 0px;
}

.indexNews li {
    color: #898989;
    border-bottom: 1px dashed #ccc;
    overflow: hidden;
    background: url(../images/li.png) no-repeat left 16px;
    line-height: 21px;
    padding: 10px 0px;
    padding-left: 13px;
}

.indexNews li a {
    color: #656464;
}

.indexNews li a:hover {
    text-decoration: none;
    color: #c10404;
}

.newsTime {
    float: right;
}

.leftNews {
    clear: both;
}

.leftNews ul {
    padding: 0px 0px 12px 0px;
}

.leftNews span.newsTime {
    display: none;
}

/*介绍列表*/

.aboutList {
    margin-top: 30px;
    margin-bottom: 0px;
    overflow: hidden;
}

.aboutList li {
    padding: 0px;
}

.aboutList li .wrapper {
    display: block;
    position: relative;
    overflow: hidden;
    padding: 5px;
    border: 1px dashed #ccc;
    margin-bottom: 15px;
}

.aboutList li span {
    display: block;
    margin: 0px 0px 0px 0px;
    height: 26px;
    font-weight: bold;
    overflow: hidden;
}

.aboutList li p {
    font-size: 12px;
    line-height: 22px;
    height: 74px;
    color: #888;
    overflow: hidden;
    margin: 0px 0px 0px 0px;
}

.aboutList li:hover * {
    color: #000
}

.aboutList li:hover .wrapper {
    border: 1px dashed #000;
}

/*首页联系*/

.index_contact {
    background: url(../images/title_line.jpg) left 30px no-repeat;
    margin: 0px 0px 20px 0px;
}

.index_contact P {
    clear: both;
}

/*导航菜单*/

.navbar li span {
    display: none
}

.navbar {
    margin: 0px;
    margin-top: 0px;
    min-height: 70px;
    background: url(../images/alpha.png);
    border: none;
}

.logo img {
    max-height: 80px;
}

/*翻页组件*/

.pageBar {
    width: 100%;
    overflow: hidden;
    float: left;
    display: inline;
    margin-top: 0px;
}

.pageBar .pageList {
    width: 100%;
    overflow: hidden;
    float: left;
    line-height: 35px;
    text-align: center;
}

.pageBar .pageList a {
    font-size: 14px;
    display: inline-block;
    text-align: center;
    width: 35px;
    text-align: center;
    color: #000;
    margin-top: 10px;
    margin-right: 5px;
    margin-left: 5px;
    background: #eee;
}

.pageBar .pageList a:hover {
    color: #fff;
    background: #000;
}

.pageBar .pageList .selected {
    font-size: 14px;
    display: inline-block;
    text-align: center;
    color: #fff;
    background: #000;
    cursor: default;
}

.pageBar .pageList .selected:hover {
    color: #fff;
    background: #000;
}

/*翻页组件*/

.jz_pages {}

.jz_pages ul {
    float: left;
    padding: 12px 0px 12px 16px;
}

.jz_pages ul li {
    float: left;
    font-family: Tahoma;
    line-height: 20x;
    margin-right: 6px;
    border: 1px solid #E9E9E9;
}

.jz_pages ul li a {
    float: left;
    padding: 0px 4px 0px;
    color: #555;
    display: block;
}

.jz_pages ul li a:hover {
    color: #000;
    text-decoration: none;
    padding: 0px 4px 0px;
}

.jz_pages ul li.thisclass,
.jz_pages ul li.thisclass a,
.pagebox ul li.thisclass a:hover {
    background-color: #F8F8F8;
    padding: 0px 4px 0px;
    font-weight: bold;
}

.jz_pages .pageinfo {
    line-height: 21px;
    padding: 12px 10px 12px 16px;
    color: #999;
}

.jz_pages .pageinfo strong {
    color: #555;
    font-weight: normal;
    margin: 0px 2px;
}

/*底部信息*/

footer {
    text-align: center;
    background-color: #000;
    color: #999;
    padding: 30px 0px 20px 0px;
    margin-top: 30px;
    font-size: 12px;
}

footer a {
    color: #ccc;
}

.flinks {
    width: 95%;
    max-width: 980px;
    height: auto;
    margin: 0 auto;
    padding-bottom: 20px;
    border-bottom: 1px solid;
    text-align: left;
}

.flinks li {
    height: auto;
    display: inline-block;
    padding-right: 15px;
    line-height: 25px;
}

.flinks span,
.flinks a {
    color: #bbb;
}

.copyright {
    line-height: 20px;
}

.copyright a {
    color: #C0C0C3;
}

.foot_nav {
    width: 25%;
    float: left;
    background-color: #fafafa;
    text-align: center;
}

.foot_nav:hover,
.foot_nav:focus {
    background-color: #e4e4e4;
}

.foot_nav a {
    color: #898989;
    display: block;
}

.foot_nav a:hover,
.foot_nav a:focus {
    text-decoration: none;
}

.foot_nav span {
    display: block;
    padding: 3px 0px 0px 0px;
}

.webshare {
    width: 230px;
    padding: 5px;
}

.ewebshare {
    width: 200px;
    padding: 5px;
}

/*横幅*/

.banner {
    width: 100%;
    height: auto;
    margin-bottom: 0px;
}

.topPadding {
    height: 70px;
    width: 100%;
    background: #666;
    position: relative;
}

/*内页横幅图片*/

.bannerImg {
    width: 100%;
    overflow: hidden;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
}

.bannerImg img {
    max-width: 100%;
    height: auto;
}

/*产品搜索标题*/

.searchTitle {
    width: 100%;
    padding-top: 10px;
    font-weight: bold;
}

/*当前位置*/

.positionBox {
    width: 100%;
    margin: 0px;
    padding: 0px
}

.positionBar {
    width: 100%;
    overflow: hidden;
    line-height: 50px;
    background: url(../images/smallalpha.png);
}

.positionBar .title {
    width: 100px;
    margin: 0px;
    padding: 0px;
    float: left;
    display: block;
    text-align: center;
    font-size: 16px;
    background: #990000;
    color: #fff;
    font-weight: normal;
    line-height: 50px;
}

.positionBar span {
    margin: 0px;
    float: left;
    padding-left: 10px;
}

.positionBar span a {
    font-size: 14px;
    color: #ccc;
    text-decoration: none;
}

.positionBar span a:hover {
    color: #fff
}

.positionBar .moreMenu {
    margin: 0px;
    float: right;
    line-height: 50px;
    width: 220px;
    padding: 0px;
    text-align: center;
    background: #000;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

/*导航菜单*/

.indexNavigationGroup {
    display: none;
}

.navigationBox {
    position: absolute;
    display: none;
    z-index: 999;
    right: 15px;
    overflow: hidden;
    width: 220px;
    line-height: 40px;
    background: url(../images/alpha.png);
}

.navigationBox .selected {
    color: #eee;
    background: url(../images/smallalpha.png);
}

.navigationBox span {
    cursor: pointer;
    display: block;
    position: absolute;
    right: 0px;
    top: 0px;
    background: #990000;
    color: #fff;
    width: 40px;
    text-align: center;
    font-size: 20px;
    font-weight: bold
}

.navigationBox span:hover {
    background: #ff0000;
}

#firstpane {
    margin: 0px;
    padding: 0px;
    width: 100%;
    overflow: hidden;
}

#firstpane>li {
    float: left;
    width: 100%;
    position: relative;
}

#firstpane>li:hover {}

#firstpane>li>a {
    display: block;
    text-indent: 10px;
    color: #eee
}

#firstpane>li>a:hover {
    color: #eee;
    background: url(../images/smallalpha.png);
}

/*小类*/

#firstpane>li>ul {
    float: left;
    padding: 0px;
    margin: 0px;
    display: none;
    width: 100%;
}

#firstpane>li>ul>li {
    float: left;
    width: 100%;
    position: relative;
}

#firstpane>li>ul>li:hover {}

#firstpane>li>ul>li>a {
    display: block;
    text-indent: 30px;
    color: #eee
}

#firstpane>li>ul>li>a:hover {
    color: #eee;
    background: url(../images/smallalpha.png);
}

/*小类*/

#firstpane>li>ul>li>ul {
    width: 100%
}

#firstpane>li>ul>li>ul>li {
    float: left;
    width: 100%;
    position: relative;
}

#firstpane>li>ul>li>ul>li:hover {}

#firstpane>li>ul>li>ul>li>a {
    display: block;
    text-indent: 50px;
    color: #eee
}

#firstpane>li>ul>li>ul>li>a:hover {
    color: #eee;
    background: url(../images/smallalpha.png);
}

/*推荐新闻*/

.recommendNews {
    width: auto;
    overflow: hidden;
    background: #e9e9e9;
}

.recommendNews .slider {
    margin: 10px;
    width: inherit;
}

.recommendNews .newsImg {
    width: auto;
    display: block;
    float: left;
    margin-right: 20px;
    padding: 0px
}

.recommendNews .newsImg img {
    width: auto;
    height: 190px;
}

.recommendNews p {
    width: auto;
    padding: 0px;
    margin: 0px;
    line-height: 25px;
}

.recommendNews .newsTitle {
    font-size: 16px;
    font-weight: bold;
    display: inline;
    padding: 0px;
    line-height: 30px;
}

.recommendNews .newsTitle:hover {
    color: #c10404;
}

.recommendNews .more {
    width: 120px;
    line-height: 35px;
    border: 1px solid #ccc;
    color: #666;
    text-align: center
}

.recommendNews .more:hover {
    border: 1px solid #c10404;
    color: #fff;
    background: #c10404
}

.recommendNews .slider__nav {
    bottom: 0px;
    right: 0px;
}

/*新闻列表*/

.newsList {
    margin-bottom: 15px;
    padding: 0px
}

.newsList ul {
    margin: 0px;
    padding: 0px;
}

.newsList li {
    padding: 0 17px;
}

.newsList li .wrapper {
    display: block;
    padding: 40px 0 25px;
    border-bottom: 1px solid #e2e2e2;
}

.newsList li .time {
    float: left;
    width: 70px;
    text-align: center;
}

.newsList li .time .day {
    font-size: 60px;
    color: #888;
}

.newsList li .time .date {
    font-size: 16px;
    color: #888;
}

.newsList li .tit {
    margin-left: 100px;
    margin-bottom: 10px;
    padding-bottom: 12px;
    border-bottom: 1px dashed #cfcfcf;
    height: 22px;
    line-height: 22px;
    font-size: 15px;
    color: #666;
    font-weight: bold;
    overflow: hidden;
}

.newsList li .tit span {
    display: block;
    height: 22px;
    overflow: hidden;
}

.newsList li p {
    margin-left: 100px;
    font-size: 14px;
    line-height: 26px;
    height: 52px;
    color: #888;
    overflow: hidden;
}

.newsList li:hover {
    background-color: #a4a0a0;
}

.newsList li:hover .wrapper {
    border-bottom-color: #a4a0a0;
}

.newsList li:hover .time .day,
.newsList li:hover .time .date {
    color: #fff;
}

.newsList li:hover .tit {
    border-bottom-color: #fff;
    color: #fff;
}

.newsList li:hover p {
    color: #fff;
}

.keyweb {
    padding: 0px;
}





/*屏幕宽度为414px至767px*/

@media screen and (min-width:414px) and (max-width:767px) {

    .col-mm-1,
    .col-mm-2,
    .col-mm-3,
    .col-mm-4,
    .col-mm-5,
    .col-mm-6,
    .col-mm-7,
    .col-mm-8,
    .col-mm-9,
    .col-mm-10,
    .col-mm-11,
    .col-mm-12 {
        float: left;
    }

    .col-mm-12 {
        width: 100%;
    }

    .col-mm-11 {
        width: 91.66666667%;
    }

    .col-mm-10 {
        width: 83.33333333%;
    }

    .col-mm-9 {
        width: 75%;
    }

    .col-mm-8 {
        width: 66.66666667%;
    }

    .col-mm-7 {
        width: 58.33333333%;
    }

    .col-mm-6 {
        width: 50%;
    }

    .col-mm-5 {
        width: 41.66666667%;
    }

    .col-mm-4 {
        width: 33.33333333%;
    }

    .col-mm-3 {
        width: 25%;
    }

    .col-mm-2 {
        width: 16.66666667%;
    }

    .col-mm-1 {
        width: 8.33333333%;
    }

    .logo img {
        max-width: 400px;
    }
}



/*屏幕宽度为768px以下，手机版*/

@media screen and (max-width: 767px) {
    .topPadding {
        height: 50px;
    }

    .navbar {
        min-height: 50px;
    }

    .searchBox {
        height: 30px;
    }

    .navbar-brand img {
        height: 50px
    }

    .navbar-default .navbar-brand {
        color: #fff;
        font-size: 16px;
    }

    .navbar-default .navbar-brand:hover,
    .navbar-default .navbar-brand:focus {
        color: #fff;
    }

    .navbar-toggle {
        border: none;
    }

    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border: 1px solid #333;
    }

    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background: url(../images/alpha.png);
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color: #fff;
    }

    .navbar-default .navbar-nav {
        margin-top: 0px;
        margin-bottom: 0px;
    }

    .navbar-default .navbar-nav>li {}

    .navbar-default .navbar-nav>li:last-child {
        border: none;
    }

    .navbar-default .navbar-nav>li>a {
        color: #fff;
    }

    .navbar-default .navbar-nav .open .dropdown-menu>li>a {
        color: #fff;
    }

    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.active>a:focus,
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a:focus,
    .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
        background: url(../images/alpha.png);
        color: #fff;
    }

    .navbar .dropdown-menu li a {
        line-height: 30px;
        display: block;
    }

    .navbar .dropdown-menu li a:hover {
        background: url(../images/alpha.png);
    }

    .navbar .dropdown-menu li ul li a {
        color: #fff;
        padding-left: 40px
    }

    .navbar .dropdown-menu li ul li ul li a {
        color: #fff;
        padding-left: 60px
    }

    .navbar .dropdown-menu a span {
        display: inline;
    }

    .about_box section img {
        margin: 10px 15px 0px 0px;
        max-width: 180px;
        height: auto;
    }

    .logo {
        text-align: center
    }

    .logo img {
        max-width: 700px
    }

    footer {
        margin-bottom: 50px;
    }

    #app_menudown {
        display: block;
    }

    #cmsFloatPanel {
        display: none;
    }

    .slider__arrows-item {
        display: none;
    }

    .mobile {
        margin: 0px;
        padding: 0px;
    }

    .indexNavigationGroup {
        display: block;
        margin-bottom: 20px;
        background: url(../images/title_line.jpg) left 30px no-repeat;
    }

    .indexNavigationGroup .navigationBox {
        display: block;
        position: static;
        background: none;
        padding-top: 10px;
    }

    .indexNavigationGroup #firstpane>li>a {
        width: 100%;
        color: #333;
        border-bottom: 1px dashed #ccc;
        overflow: hidden;
        background: url(../images/li.png) no-repeat left 16px;
    }

    .indexNavigationGroup #firstpane>li>a:hover {
        color: #000;
        background: url(../images/li.png) no-repeat left 16px;
    }

    .indexNavigationGroup #firstpane>li>ul>li a {
        background: url(../images/li.png) no-repeat 18px 16px;
        color: #333
    }

    .indexNavigationGroup #firstpane>li>ul>li a:hover {
        background: url(../images/li.png) no-repeat 18px 16px;
        color: #000
    }

    .indexNavigationGroup #firstpane>li>ul>li>ul>li a {
        background: url(../images/li.png) no-repeat 38px 16px;
        color: #333
    }

    .indexNavigationGroup #firstpane>li>ul>li>ul>li a:hover {
        background: url(../images/li.png) no-repeat 38px 16px;
        color: #000
    }

    .news_box {
        margin-top: 0px;
    }

    .positionBar .title {
        display: none;
    }

    .positionBar {
        background: #eee;
    }

    .positionBar span {
        margin: 0px;
        float: left;
        padding-left: 10px;
    }

    .positionBar span a {
        font-size: 12px;
        color: #333;
        line-height: 40px;
        text-decoration: none;
    }

    .positionBar span a:hover {
        color: #000
    }

    .positionBar .moreMenu {
        width: 100%;
    }

    .navigationBox {
        right: 0px;
        width: 100%;
    }

    .bottomButtonBox {
        width: 100%;
        float: left;
        margin-top: 10px;
    }
}

/*屏幕宽度为768px以上*/

@media screen and (min-width: 768px) {
    .navbar-nav>li {
        /*border-right: 1px solid #052744;border-left: 1px solid #3d5f7d;*/
    }

    .navbar-nav>li:first-child {
        border-left: 0;
    }

    .navbar-nav>li:last-child {
        border-right: 0;
    }

    .navbar-nav>li>a {
        transition: background 0.4s;
        text-align: center;
    }

    .navbar-default .navbar-nav>li>a {
        font-size: 12px;
        line-height: 40px;
        min-width: 70px;
        color: #fff;
        font-weight: bold;
        padding-left: 0px;
        padding-right: 0px
    }

    .navbar-default .navbar-nav>li>a:hover,
    .navbar-default .navbar-nav>li>a:focus,
    .navbar-default .navbar-nav>.active>a,
    .navbar-default .navbar-nav>.active>a:hover,
    .navbar-default .navbar-nav>.open>a,
    .navbar-default .navbar-nav>.open>a:hover,
    .navbar-default .navbar-nav>.open>a:focus {
        background: url(../images/alpha.png);
        color: #fff;
    }

    .navbar-default .navbar-nav-e>li>a {
        font-weight: normal;
    }

    .navbar .dropdown-menu {
        background: url(../images/alpha.png);
        border: none;
        color: #fff;
        padding: 0px;
        border-radius: 0px;
        min-width: 130px;
    }

    .navbar .dropdown-menu li a {
        color: #fff;
        line-height: 35px;
        font-size: 12px;
        padding: 0px;
        text-indent: 10px;
    }

    .navbar .dropdown-menu li a:hover {
        background: url(../images/alpha.png);
        color: #fff;
    }

    .navbar .dropdown-menu li ul {
        display: none;
        position: absolute;
        z-index: 9999;
        margin-top: -35px;
        margin-left: 130px;
        width: 130px;
        background: url(../images/alpha.png);
    }

    .navbar .dropdown-menu li ul a {
        line-height: 35px;
        display: block;
    }

    .navbar .dropdown-menu li ul li ul {
        display: none;
        position: absolute;
        z-index: 9999;
        margin-left: 130px;
    }

    .navbar .dropdown-menu a span {
        display: none;
    }

    .nav_small {
        background: url(../images/alpha.png);
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 25px;
        border-radius: 0px;
        border: none;
        box-shadow: none;
    }

    .nav_small>li {}

    .nav_small>li>a {
        line-height: 20px;
        color: #bac6bf;
        font-size: 13px;
    }

    .nav_small>li>a:hover {
        color: #fff;
        background: transparent;
    }

    #app_menudown {
        display: none;
    }

    .footer_nav {
        display: none;
    }

    #small_search {
        right: 50px;
        position: absolute;
        top: 12px;
    }

    #smallSearchBox {
        top: 70px;
    }

    #language {
        right: 5px;
        position: absolute;
        top: 11px;
    }

    #languageBox {
        top: 70px;
    }
}



/*屏幕宽度为1000px以上*/

@media screen and (min-width:1000px) {
    .navbar-default .navbar-nav>li>a {
        font-size: 14px;
        min-width: 100px;
        padding-left: 0px;
        padding-right: 0px
    }

    .navbar .dropdown-menu {
        background: url(../images/alpha.png);
        border: none;
        color: #fff;
        padding: 0px;
        border-radius: 0px;
        width: 160px;
    }

    .navbar .dropdown-menu li a {
        color: #fff;
        font-size: 14px;
        text-indent: 25px;
    }

    .navbar .dropdown-menu li a:hover {
        background: url(../images/alpha.png);
        color: #fff;
    }

    .navbar .dropdown-menu li ul {
        margin-left: 160px;
        width: 160px;
    }

    .navbar .dropdown-menu li ul li ul {
        margin-left: 160px;
    }

    .positionBox {
        margin-top: 15px;
        /*	margin-left: -15px;*/
        /*	padding-left: 15px;*/
        /*	padding-right: 15px;*/
    }
}



/*屏幕宽度为1200px以上*/

@media screen and (min-width:1200px) {
    .navbar-default .navbar-nav>li>a {
        min-width: 115px;
        padding: 15px 0px 15px 0px;
        /*padding兼容低版IE*/
    }
}



/* footer */
.z17a57footer {
    margin: 0 auto;
    color: #5d5d5d;
    background: #282828;
    border-top: 1px solid #C7CED1;
    text-align: center;
}

.z17a57footer a {
    color: #5d5d5d;
}

.z17a57footer a:hover {
    color: #FFF;
}

.z17a57footer .z17a57flink {
    padding-bottom: 20px;
}

.z17a57footer .z17a57flink li {
    display: inline-block;
    margin-left: 10px;
}

.z17a57footer .footerserver {
    padding: 30px 0 20px 0;
    text-align: left;
}

.z17a57footer dl {
    margin: 0 0 10px 50px;
}

.z17a57footer dt {
    position: relative;
    font-size: 16px;
    color: #fff;
    line-height: 20px;
    margin-bottom: 10px;
}

.z17a57footer dd {

    line-height: 30px;
}

.footerc {
    background: #000;
    color: #5d5d5d;
    padding: 30px 0;
    line-height: 22px;
}




/*  
banner
*/
.swiper-container {
    width: 100%;
}

.swiper-container img {
    max-width: 100%;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
}

.swiper-text {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -56px;
    z-index: 2;
    text-align: center;
    color: #FFF;
    width: 100%;
}

.swiper-text h3 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 3%;
    color: #FFF;
    line-height: 24px;
}

.swiper-text p {
    font-size: 16px;
    text-align: center;
    margin-bottom: 3%;
    color: #FFF;
    line-height: 24px;
}

.swiper-text .swiperbtn {
    display: block;
    background: #0064Cd;
    background-image: -webkit-gradient(linear, right top, left top, color-stop(0, #1dab7d), to(#47de9d));
    background-image: linear-gradient(270deg, #1dab7d 0, #47de9d 100%);
    width: 120px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    border-radius: 20px;
    margin: 0 auto;
    font-size: 14px;
}

.swiper-text .swiperbtn:hover {
    -webkit-box-shadow: 0 1px 5px 0 rgb(34 178 129 / 50%);
    box-shadow: 0 1px 5px 0 rgb(34 178 129 / 50%);
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
}


/* 话题标签topic */
.z17a57meta-tags {
    padding: 20px 0;
}

.z17a57meta-tags .z17a57tagitem {
    position: relative;
    display: inline-block;
    height: 30px;
    padding: 0 12px;
    font-size: 14px;
    line-height: 30px;
    vertical-align: top;
    border-radius: 100px;
    background: #f2f3f5;
    margin-bottom: 20px;
}

.z17a57meta-tags .z17a57tagitem:hover {
    background-color: rgba(0, 102, 255, .15);
}

.z17a57meta-tags .z17a57tagitem:not(:last-child) {
    margin-right: 10px;
}


/* 话题标签topic列表 */
.z17a57container {
    position: relative;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box
}

@media screen and (min-width:768px) {
    .z17a57container {
        width: 750px
    }
}

@media screen and (min-width:992px) {
    .z17a57container {
        width: 970px
    }
}

@media screen and (min-width:1200px) {
    .z17a57container {
        width: 1170px
    }
}

@media only screen and (max-width: 1140px) {

    .z17a57main,
    .z17a57container {
        width: auto;
    }
}

.z17a57place {
    min-height: 56px;
    background-color: #f2f3f5;
    line-height: 56px;
    font-size: 16px;
    padding: 0 20px;
    margin: 20px 0;
}

.z17a57row .z17a57rowtitle {
    text-align: center;
    padding: 30px 0 20px 0;
}

.z17a57row .z17a57rowtitle h1 {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
}

.z17a57row .z17a57rowtitle p {
    font-size: 16px;
    line-height: 30px;
    color: rgba(119, 119, 119, 1);
    font-family: Arial;
}

/* 自定义内容 */
.z17a57content {
    width: 100%;
    font-size: 16px;
    line-height: 28px;
    padding-bottom: 30px;
}

.z17a57content p {
    padding-bottom: 20px;
}

.z17a57content .contain {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 36px 40px;
    background: #FAF7F2;
    box-shadow: 0 0 15px 0 rgb(0 0 0 / 10%);
    border-radius: 6px;
    -webkit-transition: .7s;
    -moz-transition: .7s;
    -o-transition: .7s;
    transition: .7s;
}

.z17a57content .contain:hover {
    background: #EFEFEF;
}

.z17a57content .contain .ch-title {
    font-size: 24px;
    font-weight: 600;
    color: #5d5044;
    line-height: 32px;
    margin-bottom: 6px;
}

.z17a57content .contain .en-title {
    font-size: 16px;
    font-family: HelveticaNeueLTPro;
    color: rgba(133, 114, 90, 0.6);
    line-height: 32px;
    padding-bottom: 8px;
}

.z17a57content .contain .line {
    width: 48px;
    height: 4px;
    background: #ff9f38;
    display: inline-block;
    margin-bottom: 24px;
}

.z17a57content .contain p {
    font-size: 16px;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
    text-align: justify;
}

/* 列表 */
.z17a57news_list_wrap {
    max-width: 1140px;
    margin: 0 auto;
}

.news_list_item_line {
    padding: 30px;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.news_list_item_line:hover {
    -webkit-box-shadow: rgba(0, 0, 0, .12) 0 0 22px;
    -moz-box-shadow: rgba(0, 0, 0, .12) 0 0 22px;
    box-shadow: rgba(0, 0, 0, .12) 0 0 22px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background: #fff;
    color: #2ba0e8;

}

.news_list_item_line:hover a {
    color: #2ba0e8;
}

.news_list_item_header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 0
}

.news_list_item_date {
    font-size: 14px;
    color: #999;
    line-height: 24px;
}

.news_list_item_title {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 24px;
}

.news_list_item_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.news_list_item_summery {
    margin-top: 18px;
    font-size: 14px;
    color: #666;
    line-height: 1.7;
}

.news_list_item_group a {
    display: inline-block;
    position: relative;
    height: 26px;
    line-height: 26px;
    max-width: 100%;
    padding: 0 8px;
    border: 1px solid #e5e5e5;
    margin-top: 12px;
    margin-right: 15px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    color: #999;
    font-size: 12px;
    word-break: keep-all;
    overflow: hidden;
    z-index: 2;
}

.news_list_parting_line {
    height: 0;
    border-bottom: 1px solid #ececec;
    margin: 0 1.6666%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* 分页 */
.zzpages ul {
    float: left;
    padding: 12px 0px 12px 16px;
}

.zzpages ul li {
    display: inline-block;
    height: 35px;
    line-height: 35px;
    background: #fff;
    border: 1px solid #e5e5e5;
    overflow: hidden;
    vertical-align: top;
}

.zzpages li.thisclass {
    background: #292a32;
    border: 1px solid #292a32;
    color: #fff;
}

.zzpages ul li:hover {
    border: 1px solid #292a32;
}

.zzpages ul li a,
.zzpages ul li .pageinfo {
    color: #292a32;
    padding: 8px 12px;
}

.zzpages li.thisclass a {
    color: #fff;
}

.zzpages .pageinfo strong {
    color: #555;
    font-weight: normal;
    margin: 0px 2px;
}

/* 话题标签topic列表结束 */