﻿@media (max-width: 768px) {
    html, body {
        font-family: "arial";
        background: #fff;
        color: #666;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    html, body {
        font-family: "arial";
        background: #fff;
        color: #666;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    html, body {
        font-family: "arial";
        background: #fff;
        color: #666;
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 1200px) {
    html, body {
        font-family: "arial";
        background: #fff;
        color: #666;
        width: 100%;
        height: 100%;
    }
}


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;
    border-radius:0px; 
    background: #fff;
    line-height: 35px;
    height: 35px;
    margin-top: 10px;
    margin-left: 10px;               
}

#ff textarea {
    border: 1px solid #ccc;
    border-radius:0px; 
    background: #fff;
    margin-top: 10px;
    margin-left: 10px;
}

#ff .btn {
    color:#fff;
    border-radius:0px; 
    border: 0px;
    background: #0f5a99;
    padding: 0px;
    height: auto;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 30px;
}

    #ff .btn:hover {
        color: #fff;
        background: rgba(15, 90, 153, 0.42);
    }


/*图片悬浮链接*/
.imgLink-hover {
    cursor: pointer;
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,f,f,f);
    /*background-image: url(on-hover.png);*/
    background-repeat: repeat;
    opacity: 0;
    filter: Alpha(Opacity=80);
    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(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;
}
/*详情页面solid #000*/
.detailTitleTxt {
    border-left: 3px ;
    line-height: 35px;
    font-weight: bold;
    font-size: 16px;
    text-align: left;
     color: #000;
    background: #eee;
    text-indent: 10px;
    margin-bottom: 10px;
}
/*solid #000**/
.detailTitle {
    border-left: 3px ;
    line-height: 35px;
    font-weight: bold;
      color: #000;
    font-size: 26px;
    text-align: center;
    background: #eee;
}

.detailParameter {
    padding: 10px;
    font-size: 16px;
    color: #000;
    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: #0f5a99;
            border: 1px solid #0f5a99;
            color: #fff;
        }

.detailTime {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 40px;
}

.detailContent {
    width: 100%;
    word-wrap: break-word;
    color: #000;
}

    .detailContent img {
        width: 100%;
        height: auto;
        margin: 0px;
        padding: 0px;
        vertical-align: top;

    }

 .producting
 {
    margin-bottom:20px; 
 }

.productListBox {
    margin-top: 15px;
}

.back {
    line-height: 35px;
    background: #0f5a99;
    color: #000;
    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;
}



/*feedback留言字体 */
.feedback_font{
   color: #0066cc;
   font-size:20px;
   font-weight:bold;
   word-spacing:5px;
   /*letter-spacing:1px;*/
}



/*手机版菜单可展开图标*/
#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: #0f5a99;
        color: #000;
    }

.selectedBottomButton {
    background: #0f5a99;
}

/*菜单栏标志*/
.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: #0f5a99;
    float: right;
    margin-top: 7px;
    padding: 8px 13px;
    font-size: 17px;
    border-radius: 0px;
}

    #small_search:hover, #small_search:focus {
        cursor: pointer;
        background-color: #fff;
    }

.search_group {
    float: right;
    margin: 0px 0px 0px 0px;
    padding: 0px;
}

    .search_group input {
        border-radius: 0px;
        height: 35px;
        border: 0px;
        background: #0066cc;
        color: #fff;
    }

.mysearch_btn {
    background-color: #0f5a99;
    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(zh.png);
    border-radius: 0px;
}

    #language:hover, #language:focus {
        cursor: pointer;
        background-color: #fff;
    }

#languageBox {
    position: fixed;
    overflow: hidden;
    top: 50px;
    display: none;
    z-index: 999;
    right: 0px;
    background: url(doubleAlpha.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(zh.png);
}

.en {
    background-image: url(en.png);
}

/*公司简介*/
.aboutBox {
    width: 100%;
    overflow: hidden;
    margin: 10px 0px 20px 0px;
    background: #eeeeee;
    vertical-align: middle;
}

.sutherlandBox {
    width: 100%;
    overflow: hidden;
    margin: 10px 0px 20px 0px;
    vertical-align: middle;
}

    @media (max-width: 768px) 
{ 
    .aboutleft
    {
        float: left;
        padding-right:50px;
        font-size: 20px;
    }
}   
@media (min-width: 768px) and (max-width: 992px) 
{.aboutleft
{
    float: right;
    padding-right:50px;
    font-size: 20px;
}

}
@media (min-width: 992px) and (max-width: 1200px) 
{ 
.aboutleft
{
    float: right;
    padding-right:50px;
    font-size: 20px;
}
}
@media (min-width: 1200px)
{ 
    .aboutleft
{
    float: right;
    padding-right:50px;
    font-size: 20px;
}
}


.titleBar {
    /*background: url(title_line.jpg) left 30px no-repeat;*/
    overflow: hidden;
    padding-bottom: 5px;
    text-align:center;
     color: #000000;
}

    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;
}

    .aboutBox section img {
        width:100%;
        height:100%;
        float: left;
        margin:0px;
        padding:0px;
        object-fit:cover;
    }

.aboutMore {
    color: #000000;
    display: inline-block;
    font-size: 12px;
    padding: 5px 7px;
}

    .aboutMore:hover {
        color: #fff;
        background-color: #ccc;
        text-decoration: none;
    }

.aboutContent {
    line-height: 31px;
    font-family: 'Arial';
}

.aboutGP {
    line-height: 31px;
    padding-top: 10px;
    font-family: 'Arial';
    background: url(alpha.png);
    text-align: right;
    font-size: 20px;
}

.aboutMoreBtn {
    color: #000000;

}

    .aboutMoreBtn:hover {
        color: #000;
        background-color: #fff;
        text-decoration: none;
    }

.aboutGP.aboutMoreArrow {
    height: 50%;
    width: 50%;
    margin-bottom: 0px;
    padding: 0px;
}

.GPbrief {
    line-height: 30px;
    padding-top: 10px;
    font-family: 'Arial';
    background: url(alpha.png) no-repeat;
    text-align: left;
    word-wrap:break-word;
}


.briefImg {
    height: 20%;
    width: 20%;
    padding-top: 20px;
    margin:auto;
}

.briefdetail {
    color: #666666;
    padding-top: 10px;
    font-size: 20px;
    font-weight: bold;
}

.briefDistrib {
    padding-top: 10px;
    color: #0066cc;
    padding-bottom: 40px;
}

.briefContent {
    width: 100%;
    text-align:center;
}

/*首页客户*/
.indexCustomer{
    margin: 0px 0px 0px 0px;
    margin-bottom: 30px;
    width:100%;
}
    .indexCustomer img {
        height: 60%;
        width: 60%;
    }

    /*首页客户*/
.indexExample{
    margin: 0px 0px 0px 0px;
    margin-bottom: 20px;
    width:100%;
}
    .indexExample img {
        height: 95%;
        width: 95%;
        margin-bottom: 20px;
    }

/*首页产品*/
.indexProduct {
    margin: 0px 0px 0px 0px;
    width:100%;
}

.productList {
    width:100%;
    clear: both;
    margin: 30px -15px 0px -15px;
}

.productlistImg {
    min-height: 190px;
    margin: 0px;
    margin-bottom: 45px;
}

    .productlistImg a {
        position: relative;
        display: block;
        width: auto;
        margin: 0px auto 0px auto;
    }

    .productlistImg img {
        margin-right: auto;
        margin-left: auto;
        display: block;
        height: 60%;
        width: 60%;
        margin-bottom: 0px;
        padding: 0px;
    }

        .productlistImg img:hover {
        }

.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: 60%;
        width: 60%;
        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: #fff;
        text-decoration: none;
    }

.viewBig {
    cursor: pointer;
}


.CertificateBar {
    /*background: url(title_line.jpg) left 30px no-repeat;*/
    overflow: hidden;
    padding-bottom: 5px;
    text-align:center;
    color:#0f5a99;
    padding-bottom:30px;
    padding-top:30px;
}

.CertificateLine
{
    width:100%;
    margin:0 auto;
    margin-bottom:20px;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.CertificateRightImg
{
    margin-top:100px;
    margin-bottom:100px;

}

.CertificateLeftText
{
    float:right;
    margin-top:100px;
    margin-bottom:100px;
}


.CertificateLink {
    margin: 0px;
    margin-bottom: 60px;
}

    .CertificateLink a {
        position: relative;
        display: block;
        width: auto;
        margin: 0px auto 0px auto;
    }

    .CertificateLink img {  
        margin-right: auto;
        margin-left: auto;
        display: block;
        height: 100%;
        width: 100%;
        margin-bottom: 0px;
        padding: 0px;
    }

 .new_title
 {
    color:#0f5a99;
    font-size:24px;
    margin-top:10px;
    margin-bottom:10px;
 }

  .new_time
 {
    font-size:24px;
    margin-top:10px;
    margin-bottom:10px;
 }

 .new_readmore
 {
    color:#0f5a99;
    font-size:24px;
    margin-top:10px;
    margin-bottom:10px;
 }

 .new_readmore img
 {
     height:30px;
     width:30px;
 }

 .new_line
{
    width:100%;
    margin:0 auto;
    margin-bottom:40px;
    margin-top:20px;
    border: 0;
    height: 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

 .new_readmore a
 {
    color:#0f5a99;
    position: relative;
    display: block;
    width: auto;
    margin: 0px auto 0px auto;
 }

/*首页新闻*/
.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(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(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(alpha.png);*/
    border: none;
}
/*翻页组件*/
.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;
            }
/*底部信息*/
footer {
    text-align: center;
    background-color: #0f5a99;
    color: #fff;
    padding: 25px 0px 20px 0px;
  /*  margin-top: 30px; */
    font-size: 12px;
}

    footer a {
        color: #fff;
    }

.copyright {
    line-height: 20px;
}

    .copyright a {
        color: #fff;
    }

.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: #fff;
        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;
}

/*
._contact{
    margin-left: -50px;
    width:100%;

}
*/


/*横幅*/
@media (max-width: 768px) {
    .banner {
        width: 100%;
        height: auto;
        margin-bottom: 0px;
    }
    
    .slider_vedio {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 992px) {
    .banner {
        width: 100%;
        height: auto;
        margin-bottom: 0px;
    }
        .slider_vedio {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 992px) and (max-width: 1200px) {
    .banner {
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
    }
        .slider_vedio {
        width: 100%;
        height: 100%;
    }
}

@media (min-width: 1200px) {
    .banner {
        width: 100%;
        height: 100%;
        margin: 0px;
        padding: 0px;
    }
        .slider_vedio {
        width: 100%;
        height: 100%;
    }
}

.topPadding {
    height: 70px;
    width: 100%;
    background: #666;
    position: relative;
}

/*内页横幅图片*/
.bannerImg {
    width: 100%;
    height: auto;
    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 {
        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(smallalpha.png);
}

    .positionBar .title {
        width: 100px;
        margin: 0px;
        padding: 0px;
        float: left;
        display: block;
        text-align: center;
        font-size: 16px;
        background: #0f5a99;
        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: #0f5a99;
        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(smallalpha.png);
}

    .navigationBox .selected {
        color: #eee;
        background: url(smallalpha.png);
    }

    .navigationBox span {
        cursor: pointer;
        display: block;
        position: absolute;
        right: 0px;
        top: 0px;
        background: #0f5a99;
        color: #000000;
        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(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(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(smallalpha.png);
                            }

/*推荐新闻*/
.recommendNews {
    width: auto;
    overflow: hidden;
    background: #f2f2f2;
}

    .recommendNews .slider {
        margin: 30px;
        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: #000000;
        }

    .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 .newsimg
        {
            margin-left: 100px;
            cursor: pointer;
        
              /*图片阴影*/
            -webkit-filter:drop-shadow(10px 10px 10px rgba(0,0,0,.5));/*chrome,safari opera...*/
  
        }


        .newsList li .time {
            float: left;
            width: 60px;
            text-align: center;
        }

            .newsList li .time .day {
                font-size: 34px;
                color: #888;
            }

            .newsList li .time .date {
                font-size: 16px;
                color: #888;
            }

        .newsList li .tit {
            margin-left: 100px;
            margin-top:10px;
            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: #000;
            }

            .newsList li:hover .tit {
                border-bottom-color: #fff;
                color: #000;
            }

            .newsList li:hover p {
                color: #000;
            }

.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(alpha.png);
    }

    .navbar-default .navbar-toggle .icon-bar {
        background-color:#0f5a99;
    }

    .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: #000;
            }

        .navbar-default .navbar-nav .open .dropdown-menu > li > a {
            color: #000;
        }

            .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(alpha.png);
                color: #0066cc;
            }

    .navbar .dropdown-menu li a {
        line-height: 30px;
        display: block;
    }

        .navbar .dropdown-menu li a:hover {
            background: url(alpha.png);
        }

    .navbar .dropdown-menu li ul li a {
        color: #0066cc;
        padding-left: 40px;
    }

    .navbar .dropdown-menu li ul li ul li a {
        color: #0066cc;
        padding-left: 60px;
    }

    .navbar .dropdown-menu a span {
        display: inline;
    }

    .about_box section img {
        margin: 10px 15px 0px 0px;
        max-width: 180px;
        height: 100%;
    }

    .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(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(li.png) no-repeat left 16px;
        }

            .indexNavigationGroup #firstpane > li > a:hover {
                color: #000;
                background: url(li.png) no-repeat left 16px;
            }

        .indexNavigationGroup #firstpane > li > ul > li a {
            background: url(li.png) no-repeat 18px 16px;
            color: #333;
        }

            .indexNavigationGroup #firstpane > li > ul > li a:hover {
                background: url(li.png) no-repeat 18px 16px;
                color: #000;
            }

        .indexNavigationGroup #firstpane > li > ul > li > ul > li a {
            background: url(li.png) no-repeat 38px 16px;
            color: #333;
        }

            .indexNavigationGroup #firstpane > li > ul > li > ul > li a:hover {
                background: url(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: #000;
        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(alpha.png);
            color: #0066cc;
        }

    .navbar-default .navbar-nav-e > li > a {
        font-weight: normal;
    }

    .navbar .dropdown-menu {
        background: url(alpha.png);
        border: none;
        color: #000000;
        padding: 0px;
        border-radius: 0px;
        min-width: 130px;
    }

        .navbar .dropdown-menu li a {
            color: #000;
            line-height: 35px;
            font-size: 12px;
            padding: 0px;
            text-indent: 10px;
        }

            .navbar .dropdown-menu li a:hover {
                background: url(alpha.png);
                color: #0066cc;
            }

        .navbar .dropdown-menu li ul {
            display: none;
            position: absolute;
            z-index: 9999;
            margin-top: -35px;
            margin-left: 130px;
            width: 130px;
            background: url(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(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: #0066cc;
                    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(alpha.png);
        border: none;
        color: #0066cc;
        padding: 0px;
        border-radius: 0px;
        width: 160px;
    }

        .navbar .dropdown-menu li a {
            color: #000;
            font-size: 14px;
            text-indent: 25px;
        }

            .navbar .dropdown-menu li a:hover {
                background: url(alpha.png);
                color: #0066cc;
            }

        .navbar .dropdown-menu li ul {
            margin-left: 160px;
            width: 160px;
        }

            .navbar .dropdown-menu li ul li ul {
                margin-left: 160px;
            }

    .positionBox {
        position: absolute;
        margin-top: -50px;
        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*/
    }
}
