﻿*{
    outline:0;
}
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu,header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{
    margin:0;
    padding:0;
    overflow: 
}
li {
    list-style: none;
}
a {
    text-decoration: none;
    color: #000000;
}
a:hover{
    color: #0178D4;
}
img {
    border: none;
}
body {
    font-family: '微软雅黑';
    font-size: 14px;
}
.clear{clear: both;}
#header_ap {
position: fixed;
top: 0px;
z-index: 9999999;
width: 100%;
background: rgba(0, 39, 128, 0.8);
}
#header{
    width: 1420px;
    margin: 0px auto;
    height: 80px;

}
#hed_top{float: left; width: 407px;}
#hed_top .hed_logo{
    max-width: 630px;
    margin-top: 11px;
}

/*navgation start*/
#navgation {
   width: 992px;
float: right;
}
#navgation .menu_box{margin-top: 11px;
}
#navgation .menu_box li{
    float: left;width: 110px;
}
#navgation .menu_box li:first-child{
#ff9536;
}
#navgation .menu_box li a:hover{
color:#ffc000;font-size:15px;
}
#navgation .menu_box li:first-child a{
    color: #fff;
}
#navgation .menu_box li a{
    color: #fff;
text-align: center;
line-height: 58px;
padding: 0px 10px;
display: block;
}
#sub_menu {
    display: none;
    margin:0px;
    padding-top: 1px;
    position: absolute;
    z-index: 99;
}
#sub_menu dt {
    margin:0px;
    padding:0px;
}
#sub_menu dt a {
    display: block;
    text-decoration: none;
    padding:0px 25px!important;;
    line-height: 40px!important;
    height: 40px!important;
    text-align: left!important;
    border-top: 1px solid #fff;
}
#sub_menu dt a:hover {
    background: #FF0000;
    color: #fff;
}
/*二级菜单*/
.menu {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: center;
}
.menu * {
  box-sizing: border-box;
}
.menu .center {
  width: 1200px;
}
.menu .ul-list {
  display: flex;
}
.menu .ul-list > li {
  flex: 1;
  position: relative;
}
.menu .ul-list > li:last-child {
  border-right: none;
}
.menu .ul-list > li > a {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  text-decoration: none;
  color: #fff;
}
.menu .ul-list > li > a:hover{
  font-size: 16px;
}
.menu .ul-list > li > span {
  color: #fff;
  font-size: 14px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.menu .ul-list > li:hover .ol-list {
  display: block;
}
.menu .ol-list {
  display: none;
  position: absolute;
  top: 80px;
  left: 0;
  z-index: 999;
  width: 150%;
  background:rgba(0, 39, 128, 0.8);
}
.menu .ol-list > li > a {
  font-size: 14px;
  text-decoration: none;
  color: #fff;
  height: 40px;
  display: flex;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  /*justify-content: center;*/
  text-align:left;
  padding-left:28px;
}
.menu .ol-list > li > a:hover {
  background:rgba(0, 39, 128, 1);
}	
.menu{
    position: sticky;
    top:0;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    *{
        box-sizing: border-box;
    }
    .center{
        width: 1200px;
    }
    .ul-list{
        display: flex;
        >li{
            flex: 1;
            border-right: 1px solid #333;
            position: relative;
            &:last-child{
                border-right: none;
            }
            >a{
                height: 35px;
                display: flex;
                align-items: center;
                justify-content: center;
                font-size: 14px;
                text-decoration: none;
                color: #fff;
                background: #222;
            }
            >span{
                color: #fff;
                font-size: 14px;
                height: 35px;
                display: flex;
                align-items: center;
                justify-content: center;
                background: #222;
            }

            &:hover{
                .ol-list{
                    display: block;
                }
            }
        }
        
    }
    .ol-list{
        display: none;
        position: absolute;
        top:35px;
        left: 0;
        z-index: 999;
        background: #333;
        width: 100%;
        >li{
            >a{
                font-size: 14px;
                text-decoration: none;
                color: #fff;
                height: 35px;
                display: flex;
                align-items: center;
                border-bottom: 1px solid #222;
                justify-content: center;
                &:hover{
                    background: #222;
                }
            }
        }
    }
}	
/*分页*/
#page {
    text-align: right;
    margin: 10px 0px 5px 0px;
    line-height: 40px;
}
.pages {
    text-align: right;
}
#page a {
    color: #333333;
    transition:color 0.5s,background 0.5s;
    -moz-transition:color 0.5s,background 0.5s;
    /* Firefox 4 */
    -webkit-transition:color 0.5s,background 0.5s;
    /* Safari and Chrome */
    -o-transition:color 0.5s,background 0.5s;
    /* Opera */
    /*border: 1px solid #0178D4;*/
    background: rgb(252, 248, 248);
    padding: 2px 10px;
}
#page a:hover{
    background: #0178D4;
    color: #ffffff;
}
#page span {
    /*border: 1px solid #0178D4;*/
    padding: 2px 10px;
    background: #0178D4;
    color: #ffffff;
}
/*end goods*/
#case_list {
    margin: 0px auto;
}
#case_list li {    overflow: hidden;
    width: 200px;
    float: left;
    margin: 0px 8px 15px 5px;
    border: 1px solid #F2F2F2;
}
#case_list li a{
    color: #333333;
    overflow: hidden;
    padding: 2px;
    display: block;
    text-align: center;
    background: #fff;
    border:1px solid #FDFCFC;
}
#case_list li a:hover {
    color: #0178D4;
}
#case_list li a p {
    line-height: 25px;
overflow: hidden;
text-align: center;
height: 25px;

}
#case_list li a span {
color: red;
}
#case_list li a img {
    width: 200px;
    height: 124px;
}
/*d000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000*/
.pagecon100{width: 100%;  background: rgb(240, 238, 238);
margin-bottom: 20px;}
.pagecon{width: 1200px; margin: 0 auto;}
.container{width: 1200px; margin: 0 auto;}
#cont_desc {
width: 1200px;
line-height: 35px;
margin: 5px 0px;
padding: 0px 10px;
margin: 0 auto;
background: rgb(240, 238, 238);
}
* {
    padding: 0;
    margin: 0;
}

a, a:visited, a:link {
    color: inherit;
    text-decoration: none;
}

ul, ol, li {
    list-style-type: none;
}

img {
    max-width: 100%;
}

.relative {
    position: relative;
}

#dituContent img {
    max-width: none;
}

.w1920 {
    width: 1920px;
    position: relative;
    left: 50%;
    margin-left: -960px;
}

/*相关*/
h4.related {
    border-bottom: 1px solid #ccc;
    font-size: 16px;
    line-height: 32px;
    margin: 0 10px;
    height: 32px;
}

    h4.related span {
        display: inline-block;
        border-bottom: 2px solid #666;
    }

.relatedlist {
    margin: 0 10px;
    padding: 10px 0;
    overflow: hidden;
}

ul.relate_news li a {
    display: block;
    line-height: 30px;
    border-bottom: 1px dotted #ccc;
    color: inherit;
}

ul.relate_pr li {
    width: 20%;
    float: left;
}

    ul.relate_pr li a {
        display: block;
        margin: 5px;
        text-align: center;
        line-height: 30px;
        color: inherit;
    }

    ul.relate_pr li img {
        width: 100%;
        display: block;
    }

ul.relate_pr p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
/**/
#slides, #slides2 {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

    #slides .bd li img {
        width: 100%;
        display: block;
    }

    #slides2 li img {
        width: 100%;
        display: block;
    }



    #slides .hd {
        position: absolute;
        width: 100%;
        z-index: 101;
        bottom: 10px;
        text-align: center;
    }

        #slides .hd li {
            display: inline-block;
            zoom: 1;
            margin: 0 5px;
            font-size: 0;
            vertical-align: top;
            width: 10px;
            height: 10px;
            cursor: pointer;
            overflow: hidden;
            background: #fff;
            border-radius: 50%;
            position: relative;
        }

            #slides .hd li.on {
                background: #ccc;
            }



.fl {
    float: left;
}

.fr {
    float: right;
}

.clear {
    clear: both;
}

body {
    font-size: 14px;
    font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif,SimSun;
    line-height: 1.8;
    overflow-x: hidden;
    color: #3d3d3d;
}
.container {
    margin: auto;
    width: 1200px;
}

.block {
    overflow: hidden;
    clear: both;
}
#backTop {
    position: fixed;
    right: 50px;
    bottom: 50px;
    cursor: pointer;
    z-index: 99999;
}
/*头部*/
.topheader {
    width: 100%;
    position: absolute;
    left: 0;
    top: 20px;
    z-index: 999;
    color: #fff;
}

.logo {
    width: 270px;
}

    .logo img {
        display: block;
    }

.hright {
    width: 910px;
}

.nav {
    width: 770px;
}

    .nav li {
        position: relative;
        float: left;
    }

        .nav li a {
            display: table-cell;
            padding: 0 20px;
            height: 80px;
            vertical-align: middle;
            text-align: center;
        }

        .nav li ul {
            position: absolute;
            background: rgba(255,255,255,0.7);
            z-index: 666;
            width: 100%;
            left: 0;
        }

            .nav li ul li {
                float: none;
                line-height: 36px;
                text-align: center;
                height: 0;
                overflow: hidden;
                transition: all .3s;
            }

        .nav li:hover ul li {
            height: 36px;
        }

        .nav li ul li a {
            padding: 0;
            height: 36px;
            display: block;
        }

        .nav li:hover ul {
            display: block;
        }

        .nav li a:hover, .nav li a.cur {
            color: #f6ac1b;
        }

        .nav li ul li a:hover {
            background: #fff;
            color: #0177ff;
        }

.fixheader .nav li ul {
    background: #0177ff;
    color: #fff;
}

.search {
    width: 130px;
    padding-top: 30px;
}

.serbtn {
    width: 30px;
    height: 30px;
    margin-right: 10px;
    background: url(../images/search.png) no-repeat center;
    cursor: pointer;
}

.sericon {
    position: relative;
    float: left;
    border-right: 1px solid #fff;
}

.input {
    position: absolute;
    width: 210px;
    left: -30px;
    z-index: 999;
    display: none;
}

    .input input {
        width: 210px;
        border: none;
        line-height: 30px;
        background: rgba(255,255,255,0.8);
        text-indent: 10px;
        color: #000;
    }

a.searchBtn {
    position: absolute;
    top: 0;
    right: 0;
    border: none;
    cursor: pointer;
    width: 40px;
    height: 30px;
    background: #1571db;
    color: #fff;
    line-height: 30px;
    text-align: center;
}

.wxicon {
    float: left;
    position: relative;
    padding-left: 10px;
}

    .wxicon:before {
        content: "";
        display: block;
        width: 30px;
        height: 30px;
        cursor: pointer;
        background: url(../images/cord.png) no-repeat center;
    }

.wcord {
    position: absolute;
    width: 100px;
    padding: 20px 0 0;
    display: none;
}

    .wcord img {
        display: block;
        width: 100%;
    }

.wxicon:hover .wcord {
    display: block;
}

.fixheader {
    display: none;
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 99999;
    background: #fff;
}

.title {
    position: relative;
    text-align: center;
    margin-bottom: 26px;
}

    .title span {
        color: #e5e5e5;
        position: absolute;
        font-size: 55px;
        text-transform: uppercase;
        left: 50%;
        transform: translate(-50%);
        z-index: -1;
        top: 0;
        font-weight: normal;
    }

    .title h2 {
        color: #434343;
        font-size: 30px;
        position: relative;
        padding-top: 34px;
    }

        .title h2:after {
            content: "";
            display: block;
            width: 66px;
            height: 3px;
            background: #333;
            margin: 5px auto;
        }

    .title p {
        font-size: 16px;
    }

.imgnav {
    margin-top: 36px;
}

    .imgnav li {
        float: left;
        border-bottom: 6px solid #066fe7;
        width: 282px;
        background: #eee;
        margin-left: 9px;
        margin-right: 9px;
        margin-bottom: 20px;
        text-align: center;
        position: relative;
        overflow: hidden;
    }

        .imgnav li img {
            width: 280px;
            height: 220px;
        }

        .imgnav li h3 {
            font-size: 18px;
            line-height: 40px;
            font-weight: normal;
        }
.imgnav li h3:hover{ font-size: 18px; color: #0066da;}
        .imgnav li p {
            color: #959595;
            font-size: 14px;
            padding-bottom: 22px;
            position: relative;
            transition: all .6s;
            bottom: 0;
            opacity: 1;
        }

        .imgnav li em {
            display: block;
            position: absolute;
            width: 118px;
            background: #066fe7;
            height: 30px;
            line-height: 30px;
            color: #fff;
            border-radius: 30px;
            bottom: 20px;
            left: 84px;
            font-style: normal;
            opacity: 0;
            transition: all .4s;
        }

        .imgnav li:hover em {
            opacity: 1;
        }

        .imgnav li:hover p {
            opacity: 0;
            bottom: -30px;
        }
        .imgnav li:hover h3{ color: #0066da;}

        .imgnav li:last-child {
            background: #36c7ff;
            color: #fff;
            height: 340px;
        }

            .imgnav li:last-child img {
                width: auto;
                height: 116px;
                margin: 50px auto 30px;
            }

.newsl {
    margin-top: 110px;
}

.newstab {
    text-align: center;
    line-height: 38px;
    margin: 25px 0 40px;
}

    .newstab li {
        display: inline-block;
        margin: 0 10px;
    }

        .newstab li a {
            display: block;
            padding: 0 30px;
            background: #e5e5e5;
            font-size: 18px;
            border-radius: 18px;
        }

        .newstab li.cur a {
            color: #fff;
            background: #1571db;
        }

.newslist {
    counter-reset: nindex;
}

    .newslist li {
        width: 460px;
        float: right;
        padding-left: 112px;
        position: relative;
        margin-left: 20px;
        margin-bottom: 27px;
        height: 102px;
    }

        .newslist li:before {
            content: "0"counter(nindex);
            counter-increment: nindex;
            position: absolute;
            width: 98px;
            height: 102px;
            background: #f7f5f5;
            border-right: 4px solid #f7f5f5;
            text-align: center;
            line-height: 102px;
            font-size: 60px;
            color: #c8c8c8;
            left: 0;
            top: 0;
        }

        .newslist li h3 {
            font-size: 18px;
            line-height: 40px;
            font-weight: normal;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
            position: relative;
            padding-right: 90px;
        }

        .newslist li p {
            color: #959595;
            height: 44px;
            overflow: hidden;
        }

        .newslist li h3 span {
            position: absolute;
            right: 0;
            font-size: 14px;
            color: #959595;
        }

        .newslist li.first {
            height: auto;
            overflow: hidden;
            padding-left: 0;
            width: 558px;
            float: left !important;
        }

            .newslist li.first img {
                width: 100%;
                height: 268px;
            }

            .newslist li.first:before {
                display: none;
            }

        .newslist li:nth-child(2n+5) {
            float: left;
        }

        .newslist li:hover:before {
            background: #fff;
            border-right: 4px solid #f6ac1b;
            color: #1571db;
        }

        .newslist li:hover h3 {
            color: #1571db;
        }

        .newslist li:hover p {
            color: #000;
        }

.case {
    position: relative;
    color: #fff;
}

.casebg {
    position: absolute;
    left: 0;
    width: 100%;
    overflow: hidden;
    z-index: -1;
}

    .casebg img {
        width: 1920px;
        max-width: none;
        height: auto;
        left: 50%;
        position: relative;
        margin-left: -960px;
    }

.case .title, .case .title h2 {
    color: #434343;
}

    .case .title h2:after {
        background: #ababab;
    }

    .case .title span {
        color:#e5e5e5;
    }

.ctab {
    margin-bottom: 44px;
    text-align: center;
}

    .ctab li {
        display: inline-block;
        margin: 0 2px;
        position: relative;
        transition: all .3s;
        -moz-transition: all .3s;
        -o-transition: all .3s;
        -webkit-transition: all .3s;
        top: 0;
    }

        .ctab li a {
            display: block;
            line-height: 40px;
            font-size: 16px;
            padding: 0 15px;
            background: #1571db;
        }

        .ctab li.cur a {
            background: #fff;
            color: #000;
        }

        .ctab li:hover {
            top: -5px;
        }

.clist {
    width: 100%;
}

    .clist li {
        width: 380px;
        float: left;
        margin-left: 6px;
        position: relative;
        overflow: hidden;
    }

        .clist li img {
            width: 100%;
            height: 296px;
            display: block;
        }

.cshaw {
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    text-align: center;
    opacity: 0;
    z-index: 10;
    transition: all .4s;
}

    .cshaw h3 {
        font-size: 16px;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        margin-top: 90px;
    }

        .cshaw h3:before {
            display: block;
            content: "";
            width: 60px;
            height: 60px;
            background: #f6ac1b url(../images/0011.png) no-repeat center;
            margin: 0 auto 10px;
        }

    .cshaw p {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
        padding: 0 10px;
    }

.clist li:hover .cshaw {
    opacity: 1;
}

.about li {
    background: #e5e5e5;
    width: 600px;
    float: left;
    height: 192px;
    overflow: hidden;
}

.abimg {
    width: 300px;
    float: left;
    height: 100%;
    overflow: hidden;
}

    .abimg img {
        height: 100%;
        width: 100%;
        display: block;
        transition: all .6s;
        -moz-transition: all .6s;
        -o-transition: all .6s;
        -webkit-transition: all .6s;
    }

.about li:hover .abimg img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.abtext {
    width: 260px;
    float: right;
    text-align: center;
    padding: 0 20px;
}

    .abtext img {
        display: block;
        margin: 8px auto 10px;
    }

.about li:nth-child(4n+3) .abimg, .about li:nth-child(4n+4) .abimg {
    float: right;
}

.abtext h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 40px;
    padding-top: 26px;
}

.abtext:hover h3 {
    color: #0177ff;
}

.abtext p {
    color: #a0a0a0;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

.contact {
    position: relative;
    padding-bottom: 50px;
    overflow: hidden;
    height: 350px;
    margin-bottom: -40px;
}

.ctbg img {
    position: relative;
    left: 50%;
    margin-left: -960px;
    width: 1920px;
    height: auto;
    max-width: none;
    display:block;
}

.ctbg {
    width: 100%;
    position: absolute;
    z-index: -1;
    left: 0;
    bottom: 0;
}
.contact ul {
    text-align: center;
}
.contact li {
    display: inline-block;
    width: 200px;
    height: 104px;
    border: 1px solid #d2d2d2;
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 110px;
    position: relative;
    overflow: hidden;
    margin-top: 10px;
}

    .contact li img {
        position: absolute;
        left: 30px;
        width: 50px;
        top: 30px;
        height: auto;
    }

    .contact li h3 {
        color: #434343;
        font-size: 18px;
        margin-top: 20px;
        font-weight: normal;
    }
.pagehead {
    text-align: center;
    margin-top: -162px;
    position: relative;
    z-index: 9999;
    color: #fff;
    padding-bottom: 10px;
    height: 152px;
}

    .pagehead h2 {
        font-size: 20px;
        line-height: 45px;
        border: 1px solid #fff;
        display: table;
        margin: 0 auto;
        padding: 0 30px;
        font-weight: normal;
    }

.biaoyu {
    padding: 30px 0 20px;
    position: relative;
}

    .biaoyu:after {
        content: "";
        font-size: 20px;
        display: block;
        border-bottom: 1px solid #fff;
        border-right: 1px solid #fff;
        width: 8px;
        height: 8px;
        transform: rotate(45deg);
        position: absolute;
        left: 50%;
        bottom: 0;
    }

.tips {
    text-align: right;
    line-height: 30px;
}

    .tips b {
        padding-left: 25px;
        background: url(../images/home.png) no-repeat left center;
        background-size: 19px;
    }

.topnav {
    border-bottom: 3px solid #e5e5e5;
    margin-top: 13px;
    line-height: 45px;
    font-size: 18px;
}

    .topnav li {
        display: inline-block;
        position: relative;
    }

        .topnav li a {
            padding: 0 30px;
            display: block;
            position: relative;
        }

        .topnav li ul {
            position: absolute;
            background: #fff;
            z-index: 999;
            width: 100%;
            line-height: 32px;
            font-size: 14px;
            display: none;
        }

            .topnav li ul li {
                display: block;
            }

                .topnav li ul li a {
                    padding: 0;
                    text-align: center;
                }

        .topnav li:hover ul {
            display: block;
        }

        .topnav li a:before {
            content: "";
            border-top: 6px solid transparent;
            border-bottom: 6px solid transparent;
            border-left: 6px solid #fff;
            position: absolute;
            left: 15px;
            top: 50%;
            margin-top: -6px;
        }

        .topnav li ul li a:before {
            display: none;
        }

        .topnav li a:hover, .topnav li a.cur {
            background: #004a9f;
            color: #fff;
        }

ul.prlist li {
    float: left;
    margin-left: 8px;
    margin-right: 8px;
    margin-bottom: 35px;
    border-bottom: 1px solid #bababa;
    position: relative;
    padding-bottom: 64px;
    width: 384px;
}

    ul.prlist li img {
        width: 100%;
        height: 100%;
        display: block;
        transition: all .4s;
        -o-transition: all .4s;
        -webkit-transition: all .4s;
        -moz-transition: all .4s;
    }

.imgbox {
    overflow: hidden;
    width: 382px;
    height: 314px;
    border: 1px solid #bababa;
}

ul.prlist li:hover img {
    transform: scale(1.1);
    -o-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
}

ul.prlist li h4 {
    position: absolute;
    line-height: 64px;
    font-weight: normal;
    font-size: 16px;
    width: 100%;
    bottom: 0;
    left: 0;
    transition: all .4s;
    -o-transition: all .4s;
    -webkit-transition: all .4s;
    -moz-transition: all .4s;
}

    ul.prlist li h4 span {
        display: block;
        padding-right: 50px;
        text-overflow: ellipsis;
        white-space: nowrap;
        overflow: hidden;
        position: relative;
        padding-left: 10px;
    }

        ul.prlist li h4 span:after {
            content: ">";
            position: absolute;
            right: 5px;
            width: 34px;
            height: 34px;
            font-family: serif;
            border: 1px solid #f6ac1b;
            line-height: 34px;
            text-align: center;
            font-size: 24px;
            border-radius: 50%;
            color: #f6ac1b;
            top: 50%;
            margin-top: -17px;
        }

ul.prlist li:hover h4 {
    height: 100px;
    line-height: 100px;
    background: #f6ac1b;
    color: #fff;
}

    ul.prlist li:hover h4 span:after {
        color: #fff;
        border-color: #fff;
    }

ul.prlist li:hover {
    border-color: #f6ac1b;
}

.pading {
    text-align: right;
    font-size: 12px;
    padding: 5px 10px;
}

    .pading a, .pading span {
        border: #dedfde 1px solid;
        padding: 5px 10px;
        color: #adaaad;
    }

    .pading .current {
        font-weight: bold;
        color: #707070;
    }

.imgs {
    float: left;
    width: 510px;
}

    .imgs .bd {
        width: 500px;
        height: 410px;
        border: 1px solid #e4e4e4;
    }

        .imgs .bd li img {
            width: 100%;
            display: block;
            height: 410px;
        }

    .imgs .hd li {
        width: 100px;
        height: 76px;
        border: 1px solid #e4e4e4;
        margin: 5px 2px;
        float: left;
    }

        .imgs .hd li.on {
            border-color: #004a9f;
        }

        .imgs .hd li img {
            width: 100%;
            height: 100%;
            display: block;
        }

.desc {
    width: 584px;
    float: right;
}

    .desc h3 {
        color: #4d4e50;
        font-size: 30px;
        font-weight: bold;
        padding-top: 20px;
        line-height: 40px;
    }

    .desc h4 {
        line-height: 40px;
        color: #aaaaaa;
        font-size: 16px;
        padding-top: 10px;
        display: block;
        font-weight: normal;
    }

    .desc p {
        font-size: 16px;
        line-height: 30px;
        height: 120px;
        overflow: hidden;
        margin-bottom: 30px;
    }

    .desc ul li {
        background: #f6ac1b;
        width: 178px;
        height: 55px;
        line-height: 55px;
        float: left;
        font-size: 18px;
        margin-right: 20px;
        color: #fff;
        text-align: center;
    }

        .desc ul li:before {
            content: "";
            width: 33px;
            height: 30px;
            display: inline-block;
            margin-right: 5px;
            position: relative;
            top: 12px;
            transition: all .4s;
            -o-transition: all .4s;
            -webkit-transition: all .4s;
            -moz-transition: all .4s;
        }

        .desc ul li:hover:before {
            margin-right: 10px;
        }

        .desc ul li.xj:before {
            background: url(../images/xj.png) no-repeat center;
        }


        .desc ul li.xz {
            background: #d5d7d8;
        }

            .desc ul li.xz:before {
                background: url(../images/xz.png) no-repeat center;
            }

.bshareDiv {
    float: left;
    display: block;
}

.preview {
    margin-bottom: 60px;
    border-bottom: 30px solid #eee;
    padding-bottom: 60px;
}

ul.newscenter li {  
    overflow: hidden;
    padding-top: 40px;
    padding-right: 30px;
}
ul.newscenter li a{
  float:left;
  width:78%;
  min-height: 155px;
  margin-left:2%;
  border-bottom:1px solid #dadada
}
.thumimg{
  width:20%;
  float:left;
  height:156px;
}
.thumimg img{
  width:100%;
  height:100%;
}
.time {
    display: block;
    float: left;
    width: 106px;
    position: relative;
    padding-bottom: 90px;
    margin-right: 26px;
}

    .time b {
        color: #b5b5b5;
        font-size: 18px;
        line-height: 35px;
        display: block;
        font-weight: normal;
    }

    .time em {
        color: #b5b5b5;
        font-size: 30px;
        display: block;
        font-style: normal;
        line-height: 30px;
        white-space: nowrap;
    }

    .time:after {
        content: ">";
        width: 38px;
        height: 38px;
        position: absolute;
        left: 0;
        bottom: 20px;
        border: 2px solid #dadada;
        border-radius: 50%;
        text-align: center;
        line-height: 38px;
        font-size: 32px;
        font-family: serif;
        font-weight: bold;
        color: #dadada;
        transition: all .4s;
    }

ul.newscenter li:hover {
    border-color: #f6ac1b;
}

    ul.newscenter li:hover .time:after {
        color: #f6ac1b;
        border-color: #f6ac1b;
        left: 10px;
    }

ul.newscenter li h3 {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 18px;
    font-weight: normal;
}

ul.newscenter li p {
    color: #7d7d7d;
    font-size: 16px;
    margin-top: 36px;
    line-height: 22px;
    max-height: 66px;
    overflow: hidden;
}

ul.newscenter li.topnews {
    display: inline-block;
    width: 354px;
    transition: .6s;
    border: none;
    padding: 0;
    margin-left: 50px;
    overflow: visible;
    position: relative;
    margin-bottom: 40px;
    top: 0;
}

    ul.newscenter li.topnews a {
        display: block;
        padding-bottom: 32px;
        padding: 30px 11px 10px;
    }



ul.newscenter li:first-child {
    margin-left: 0;
}


ul.newscenter li.topnews span {
    color: #aaaaaa;
    font-size: 16px;
    padding: 0 15px;
    line-height: 30px;
}

ul.newscenter li.topnews p {
    font-size: 14px;
    color: #707070;
    padding: 0 15px;
    margin-bottom: 15px;
    margin-top: 0;
    height: 44px;
}

ul.newscenter li.topnews img {
    width: 100%;
    height: 188px;
    display: block;
}

ul.newscenter li.topnews:hover a {
    box-shadow: 0px 0px 20px #dddddd;
}

    ul.newscenter li.topnews:hover {
        top: 20px;
    }
ul.newscenter li.caseitem {
    float: left;
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 40px;
    position: relative;
    width: 286px;
    padding: 0 0 40px;
    border: none;
    display:none;
}
    ul.newscenter li.caseitem img {
        display: block;
        width: 100%;
        height: 227px;
        background: #000;
    }

    ul.newscenter li.caseitem div {
        width: 265px;
        height: 242px;
        position: absolute;
        top: 13px;
        border: 1px solid #fff;
        left: 12px;
        z-index: 3;
    }

        ul.newscenter li.caseitem div h3 {
            line-height: 55px;
            height: 55px;
            margin-top: 186px;
            box-shadow: 0 0 10px #ccc;
            transition: .3s;
            background: #fff;
            padding: 0 60px 0 20px;
            position: relative;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }

            ul.newscenter li.caseitem div h3:after {
                content: "";
                width: 40px;
                height: 40px;
                position: absolute;
                right: 10px;
                top: 8px;
                background:#e5e5e5  url(../images/search.png) no-repeat center;
            }
ul.newscenter li.caseitem:before {
    content: "";
    width: 100%;
    height: 227px;
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    opacity: 0;
    transition: all .6s;
}

ul.newscenter li.caseitem:hover:before {
    opacity: .7;
}

ul.newscenter li.caseitem:hover div h3 {
    background: #f6ac1b;
    color: #fff;
}

ul.newscenter li.caseitem div:before {
    content: "";
    width: 40px;
    height: 40px;
    position: absolute;
    left: 50%;
    background: #ffffffa8 url(../images/search.png) no-repeat center;
    margin: -50px auto 0 -20px;
    opacity: 0;
    top: 100%;
    transition: all .6s;
    border: 1px solid #fff;
}

ul.newscenter li.caseitem:hover div:before {
    top: 50%;
    opacity: 1;
}

ul.newscenter li.caseitem:hover div h3:after {
    opacity: 0;
}
ul.newscenter.block.casecenter li {
    display: none;
}

ul.newscenter.block.casecenter li.caseitem {
    display: block;
}
.desctitle h2 {
    font-size: 20px;
    padding: 10px 0;
    text-align: center;
    font-weight: normal;
}

p.info {
    line-height: 30px;
    color: #888;
    height: 18px;
    border-top: 1px solid #ccc;
    text-align: center;
    font-size: 12px;
}

.record {
    border: #DFDFE0 1px solid;
    background: #F7F7F7;
    height: 60px;
    padding: 5px;
    margin-top: 20px;
    font-size: 12px;
    line-height: 30px;
}
.imgtree {
    padding: 10px;
}

.imgtree li {
    margin-top: 40px;
    background: #f4f4f4;
    display: table;
    width: 100%;
    transition: .3s;
}

.imgtree li:hover {
    background: #fff;
    box-shadow: 0 0 20px #ccc;
}

.imgbox2 {
    width: 250px;
    height: 250px;
    float: left;
    overflow: hidden;
    border-radius: 50%;
    margin: 10px;
    background: #fff;
    margin-right: 30px;
}

.imgbox2 img {
    width: 250px;
    height: 250px;
    transition: .6s;
    display: block;
}

.imgtree li:hover .imgbox2 img {
    transform: scale(1.1);
}

.imgtree li h3 {
    margin-top: 60px;
    color: #535353;
    font-size: 21px;
    font-weight: normal;
    margin-bottom: 20px;
}

.pro-bq {
    overflow: hidden;
    margin-top: 30px;
}

.pro-bq b {
    color: #898989;
    font-size: 14px;
    display: block;
    float: left;
    line-height: 28px;
}

.pro-bq li {
    float: left;
    line-height: 28px;
    height: 28px;
    background: #fff;
    border-radius: 30px;
    border: 1px solid #bfbfbf;
    padding: 0 10px;
    margin-right: 10px;
    transition: .3s;
    width: auto;
    margin-top: 0;
}

.pro-bq ul {
    float: left;
}

.pro-bq li:hover {background: #004a9f;color: #fff;}

a.limore {
    display: block;
    clear: left;
    float: right;
    font-size: 14px;
    color: #898989;
    font-weight: bold;
    font-style: italic;
    margin-right: 20px;
}
.pagecon{width: 1200px; margin: 0 auto; margin-top: 20px; margin-bottom: 20px;}
.container{width: 1200px; margin: 0 auto;}
.imgtree li:hover a.limore {
    color: #f6ac1b;
}
/*留言板样式*/
#navgation {
   width: 992px;
float: right;
}
#navgation .menu_box{margin-top: 11px;
}
#navgation .menu_box li{
    float: left;width: 110px;
}
#navgation .menu_box li:first-child{
#ff9536;
}
#navgation .menu_box li a:hover{
color:#ffc000;font-size:15px;
}
#navgation .menu_box li:first-child a{
    color: #fff;
}
#navgation .menu_box li a{
    color: #fff;
text-align: center;
line-height: 58px;
padding: 0px 10px;
display: block;
}
#sub_menu {
    display: none;
    margin:0px;
    padding-top: 1px;
    position: absolute;
    z-index: 99;
}
#sub_menu dt {
    margin:0px;
    padding:0px;
}
#sub_menu dt a {
    display: block;
    text-decoration: none;
    padding:0px 25px!important;;
    line-height: 40px!important;
    height: 40px!important;
    text-align: left!important;
    border-top: 1px solid #fff;
}
#sub_menu dt a:hover {
    background: #FF0000;
    color: #fff;
}
/*navgation end*/
#div_wap{min-height: 100px;}
#cont_wap ,#section{width: 1200px; margin: 0px auto;}
.cont_zsjm  ul{padding-top: 120px;padding-left: 20px;}
.cont_zsjm  ul li {

}
.cont_zsjm  ul li a {
    display: block;
line-height: 60px;
font-size: 20px;
font-weight: bold;
color: #0171BE;
}
#vermeor {
    width: 100%;
background: #fff;
padding-bottom: 40px;
height: 510px;
}

.ver_cq {
    width: 600px;
    margin-right: 40px;
    float: left;margin-top: 80px;
}
.ver_title {
    line-height: 60px;
    color: #232524;
}
.ver_title p {
    font-weight: bold;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    color: red;
    padding-left: 20px;
}
.ver_gsj {
    width: 560px;
    float: left;margin-top: 80px;
}
.ver_ry {
    width: 320px;
    float: left;
}
.ver_gsnr {
    text-indent: 30px;
    line-height: 40px;
}
.cont_jmban {
    height: 509px;
}
#focus
{
    width: 600px;
    height: 380px;
    overflow: hidden;
    position: relative;
}
#focus ul
{
    height: 250px;
    position: absolute;
}
#focus ul li
{
    float: left;
    width: 600px;
    height: 380px;
    overflow: hidden;
    position: relative;
    background: #000;
}
#focus ul li div
{
    position: absolute;
    overflow: hidden;
}
#focus .btnBg
{
    position: absolute;
    width: 600px;
    height: 20px;
    left: 0;
    bottom: 0;
    background: #000;
}
#focus .btn
{
    position: absolute;
    width: 600px;
    height: 10px;
    padding: 5px 10px;
    right: 0;
    bottom: 0;
    text-align: center;
}
#focus .btn span
{
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 10px;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}
#focus .btn span.on
{
    background: #fff;
}
#focus .preNext
{
    width: 45px;
    height: 100px;
    position: absolute;
    top: 100px;
    background: url(../images/sprite.png) no-repeat 0 0;
    cursor: pointer;
}
#focus .pre
{
    left: 10px;
}
#focus .next
{
    right: -20px;
    background: url(../images/sprite_r.png) no-repeat 0 0;
}
#focus_ry
{
    width: 320px;
    height: 250px;
    overflow: hidden;
    position: relative;
}
#focus_ry ul
{
    height: 250px;
    position: absolute;
    margin-left: 20px;
}
#focus_ry ul li
{
    float: left;
    width: 320px;
    height: 250px;
    overflow: hidden;
    position: relative;
}
#focus_ry ul li p{
    line-height: 40px;
    color: #4D5756;
    text-align: center;
}
#focus_ry ul li img{
    width: 280px;
    height: 200px;
}
#focus_ry ul li div
{
    position: absolute;
    overflow: hidden;
}
#focus_ry .btnBg
{
    position: absolute;
    width: 320px;
    height: 20px;display: none;
    left: 0;
    bottom: 0;
    background: #000;
}
#focus_ry .btn
{
    position: absolute;
    width: 320px;
    height: 10px;
    padding: 5px 10px;
    right: 0;
    bottom: 0;display: none;
    text-align: center;
}
#focus_ry .btn span
{
    display: inline-block;
    _display: inline;
    _zoom: 1;
    width: 25px;
    height: 10px;
    _font-size: 0;
    margin-left: 5px;
    cursor: pointer;
    background: #fff;
}
#focus_ry .btn span.on
{
    background: #fff;
}
#focus_ry .preNext
{
    width: 45px;
    height: 100px;
    position: absolute;
    top: 80px;
    background: url(../images/sprite.png) no-repeat 0 0;
    cursor: pointer;
}
#focus_ry .pre
{
    left: 0;
}
#focus_ry .next
{
    right: -30px;
    background: url(../images/sprite_r.png) no-repeat 0 0;
}
.ver_cq #focus li img {
    width: 600px;
    height: 380px;
}

.ver_cq #focus .btn {
    width: 600px;
    text-align: right;
    bottom: 5px;
}
#new_contus {
    height: 640px;
}
.cut_title {
    line-height: 80px;
    color:rgba(0, 39, 128, 0.8);
    font-size: 20px; 
   text-align:center;   
}
.cut_title p {
    display: inline-block;
    font-weight: bold;
}

.cut_title a {
    color: #0079D4;
    float: right;
}

.cut_lxwm {
    width: 340px;
    margin-right: 20px;
    float: left;
}
.cut_news {
    width: 620px;
    margin-right: 80px;
    float: left;
}
.cut_zxyd {
    width: 480px;
    float: left;
}
.yd_divwa {background:rgba(0, 39, 128, 0.7);
min-height: 300px;
border-radius: 15px;padding: 10px 5px;}
#FontScroll{
    height: 445px;
    line-height: 30px;
    overflow: Hidden;
    padding: 5px 0;
    margin: 0 auto;
}
#FontScroll a{
    color: aliceblue;
    text-decoration: none;
}
#FontScroll .line{
    text-align: left;
    width: 100%;
}
#FontScroll .fontColor a{
    color: red;
    transition: all 1.5s ease 0s;
}
#FontScroll{padding-left: 10px}
#FontScroll ul li p {
    width: 200px;
    display: inline-block;
    line-height: 35px;
}
#FontScroll ul li span {
    float: right;
}
.cut_cutnr {
    line-height: 32px;
    height: 190px;
}
.nes_thleft {
    float: left;
}
.nes_thleft img {
    width: 200px;
    height:190px;
}
.news_list {
    float: left;margin-left: 25px;
    width: 270px;
}
.news_list li {
        list-style: initial;
    border-bottom: 1px solid #C1C1C3;
    border-bottom-style: dotted;
    line-height: 30px;
}
.news_list li span {
    float: right;
    font-size: 12px;
}

.cut_zximg {
    border:1px solid #C1C1C3;
    height: 190px;
}

#seon_link {
    background: #CFF3FF;
        padding: 5px 0px 20px 0px;
}
.sen_left {
    width: 250px;
    float: left;
}
.sen_right {
    width: 950px;
    float: right;
}
.sen_right li {
    float: left;
    margin-right: 20px;
        line-height: 40px;
}

.foot_top {
    background: #0079D4;
        padding: 20px 0px 5px 0px;
}
#footer_son {
    background: #004B7F;
}
.foot_bottom {
    width: 1200px;
    margin: 0px auto;
    
    color: #fff;
    text-align: left;
    padding: 10px 0px;
    line-height: 32px;
}

.foot_inks {
    float: left;
    width: 685px;
}
.foot_inks li{
    float: left;    margin-right: 55px;
}
.foot_inks li p{
    line-height: 60px;
    font-weight: bold;
        margin-bottom: 15px;
}
.foot_inks li a {
    line-height: 30px;
    display: block;
    color: #fff;
}
.foot_logo {
    float: left;
    margin-top: 20px;
}
.foot_rwm {
    float: left;
    margin-left: 10px;
}
/*网站底部样式*/
.botton{ width: 100%; height:300px; background:#85ecff;}
.lxwm{ width: 1200px; margin: 0 auto; height:300px;}
.lxwm li{ float: left; margin: 30px; text-align: center;}
.rwm{ width: 50%;  height:230px;float: left; margin-top: 20px;}
.lxfs{width: 50%; height: 246px; float: left; margin-top: 30px;}
.lxfs span{ height: 36px; line-height: 40px;}
.lxfs img{ width: 36px; height: 36px; vertical-align:middle;}
.banquan{ width: 100%;background: #006cd0;}
.banquan-nr{ width: 1200px; margin: 0 auto; text-align: center;}
.banquan-nr p{font-size: 14px; color: #fff; line-height: 36px;padding-top: 14px; padding-bottom: 14px;}
