.header
{
    background-color: #fff;
}
.header .h-info
{
    height: 10px;
    background-color: #1584c9;
    overflow: hidden;
}
.header .h-info .h-i-ico
{
    background: url(../images/h-phone.png) no-repeat left center;
}
.header .h-info .h-search .inp
{
    width: 210px;
    height: 20px;
    padding: 5px 15px;
    line-height: 20px;
    vertical-align: top;
    margin-top: 15px;
}
.header .h-info .h-search .b-inp
{
    line-height: 30px;
    height: 30px;
    width: 48px;
    text-align: center;
    font-size: 14px;
    color: #1584c9;
    background-color: #fff;
    vertical-align: top;
    margin-top: 15px;
}
.header .logo
{
    width: 109px;
    height: 88px;
    margin-top: 21px;
    margin-bottom: 27px;
}
.header .top_nav
{
    top: 24px; /*right: 7.8125%;*/
    right: 2%;
    width: 20px;
    height: 16px;
}
/**
.fixed_top{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	z-index: 99;
}
***/
/**************导航**************/
.nav
{
    background-color: #fff;
}
.nav .mauto
{
    overflow: hidden;
}
.nav li
{
    width: 150px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
}
.nav li a
{
    display: block;
    line-height: 36px;
    height: 36px;
    color: #000000;
    font-size: 14px;
}
.snav
{
    font-size:0;
    overflow: hidden;
    position: absolute;
    height: 0;
    top: 51px;
    left: 0;
    background: #f7f7f6;
    z-index: -1;
    opacity: 0;
    transition: opacity 0.8s, top 0.8s, z-index 0.8s;
}
.snav.active
{
    z-index: 9999;
    opacity: 0.96;
    height: auto;
    top: 36px;
    filter: alpha(opacity=96);
    transition: opacity 0.8s, top 0.8s, z-index 0.8s, height 1s;
}
.snav .snav_a
{
    width: 150px;
    border-right: 1px solid #ececec;
    vertical-align: top;
    display: inline-block;
    position: relative;
    box-sizing:border-box;
}
.snav .snav_a.first
{
    border-left: 1px solid #ececec;
}
.snav .snav_a .s_bg
{
    position: absolute;
    left: 50%;
    top: 0;
    width: 0;
    height: 100%;
    padding-bottom: 60px;
    z-index: -1;
    background: #1584c9;
    transition: width 0.8s,left 0.8s;
}
.snav .snav_a .s_box
{
    height: 273px;
    padding-top: 34px;
    width: 100%;
}
.snav .snav_a .s_box a
{
    display: block;
    line-height: 34px;
    color: #666666;
    width: 100%;
    font-size:12px;
}
.snav .snav_a .s_box a:hover, .snav .snav_a .s_box a.act
{
    color: #fff;
    background:#1584c9;
}
.snav .snav_a.act .s_bg
{
    width: 100%;
    left: 0;
    transition: width 0.8s,left 0.8s;
}

.nav li .sn_a
{
    background: #f2f2f2;
}


/**.banner,.ad{ margin-top: 182px; }*/
.banner li, .ad_img
{
    height: 408px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: auto 100%;
}
.banner .bx-wrapper .bx-controls-auto, .banner .bx-wrapper .bx-pager
{
    bottom: 10px;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a
{
    background: #cccccc;
}
.banner .bx-wrapper .bx-pager.bx-default-pager a.active, .banner .bx-wrapper .bx-pager.bx-default-pager a:focus, .banner .bx-wrapper .bx-pager.bx-default-pager a:hover
{
    background: #1384c8;
}
.bx-wrapper
{
    margin-bottom: 0;
}
/**************二级导航**************/
.t-nav
{
    border-bottom: 1px solid #c5c5c5;
    height: 40px;
}
.t-nav li
{
    display: inline-block;
    width: 12%;
    margin: 0 5px;
    line-height: 39px;
    position: relative;
    border-bottom: 2px solid transparent;
}
.t-nav li > a
{
    display: block;
    color: #333333;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.t-nav li.act, .t-nav li:hover
{
    border-bottom-color: #1584c9;
}
.t-nav li.act > a, .t-nav li:hover > a
{
    color: #1584c9;
}
.t-nav li .t-nav-box
{
    position: absolute;
    bottom: 40px;
    left: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff,endColorstr=#C8ffffff);
    display: none;
    z-index: 99;
}
.t-nav li .t-nav-box a
{
    display: block;
}
.t-nav li .t-nav-box a:hover, .t-nav li .t-nav-box a.act
{
    color: #fff;
    background:#1584c9;
}
.n-title
{
    padding-bottom: 46px;
    border-bottom: 1px solid #c5c5c5;
}
.n-t-line
{
    height: 1px;
    width: 58px;
    background-color: #c5c5c5;
}
.network
{
    border-top: 1px solid #c5c5c5;
    padding-top: 17px;
    padding-bottom: 18px;
}
.network .n-gz a
{
    width: 24px;
    height: 24px;
    background-color: #cccccc;
    background-position: center center;
    background-repeat: no-repeat;
    text-indent: -9999px;
}
.network .n-gz a.wb
{
    background-image: url(../images/wb.png);
}
.network .n-gz a.wx
{
    background-image: url(../images/wx.png);
}
.network .network_pop, .network .network_ewm
{
    bottom: 60px;
    left: 0;
    background: rgba(255, 255, 255, 0.8);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#C8ffffff,endColorstr=#C8ffffff);
    z-index: 99;
    width: 128px;
    padding: 16px 16px 0 16px;
    display: none;
}
.network .network_pop
{
    background: #f4f4f4;
}
.network .network_pop li, .network .network_ewm li
{
    padding: 0 7px 10px;
    border-bottom: 1px solid #e1e1e1;
    margin-bottom: 10px;
}
.network .network_pop li.last, .network .network_ewm li.last
{
    border-bottom: none;
}
.network .network_pop img, .network .network_ewm img
{
    height: 128px;
}
.network .network_ewm
{
    right: 0;
    left: auto;
}
.newslist li
{
    float: left;
    width: 25%;
}
.newslist li a
{
    display: block;
    width: 88.28125%;
    margin: 0 auto;
}
.newslist li a span
{
    width: 100%;
    height: 140px;
}
.newslist li:hover h1
{
    color: #1584c9;
}
.footer
{
    border-top: 1px solid #c5c5c5;
}
.pages a
{
    display: inline-block;
    padding: 3px;
    margin: 0 6px;
    width: 8px;
    background-position: center center;
    background-repeat: no-repeat;
    font-family: "宋体";
    height: 16px;
    line-height: 16px;
    vertical-align: top;
}
.pages a.a_prev
{
    background-image: url(../images/p-prev.png);
}
.pages a.a_prev1
{
    background-image: url(../images/p-prev1.png);
}
.pages a.a_next
{
    background-image: url(../images/p-next.png);
}
.pages a.a_next1
{
    background-image: url(../images/p-next1.png);
}
.pages a.num
{
    border-bottom: 1px solid transparent;
}
.pages a.num:hover, .pages a.num.act
{
    border-bottom-color: #666666;
}
.s-more
{
    border: 1px solid #c5c5c5;
    width: 198px;
}
.languge
{
    top: 20px;
    left: 0;
    width: 158px;
    border: 1px solid #fff;
    z-index: 9999;
    background-color: #fff;
}
.languge.act
{
    border-color: #f0f0f0;
}
.languge .h1
{
    padding-left: 24px;
    background: url(../images/ico01.png) no-repeat left center;
    cursor: pointer;
}
.languge .lang-div
{
    display: none;
}
.languge .lang-div a
{
    display: block;
    margin-bottom: 10px;
    line-height: 20px;
    font-size: 12px;
    color: #666;
    font-family: "Arial";
}
.languge .lang-div a:hover
{
    color: #1584c9;
}
@media (max-width: 991px) {
	.languge{left: 3%;}
}

@media (max-width: 767px) {

.languge{
      width: 2rem;
      top:.12rem;
  }
   .languge .h1{
      background-size: .22rem .22rem;
      padding-left: .28rem;
      padding-top: .1rem;
	  background-position: left .19rem
  }
  .languge  .lang-div a{
    font-size: .3rem;
    line-height: .4rem;
    margin-bottom: .1rem;
  }

}


.newsite {
    top: 20px;
    left: 160px;
    width: 158px;
    border: 1px solid #fff;
    z-index: 9999;
    background-color: #fff;
}

    .newsite.act {
        border-color: #f0f0f0;
    }

    .newsite .h1 {
        padding-left: 24px;
        background: url(../images/ico01.png) no-repeat left center;
        cursor: pointer;
    }

    .newsite .lang-div {
        display: none;
    }

        .newsite .lang-div a {
            display: block;
            margin-bottom: 10px;
            line-height: 20px;
            font-size: 12px;
            color: #666;
            font-family: "Arial";
        }

            .newsite .lang-div a:hover {
                color: #1584c9;
            }

@media (max-width: 991px) {
    .newsite {
        left: 40%;
    }
}

@media (max-width: 767px) {

    .newsite {
        width: 2rem;
        top: .12rem;
    }

        .newsite .h1 {
            background-size: .22rem .22rem;
            padding-left: .28rem;
            padding-top: .1rem;
            background-position: left .19rem
        }

        .newsite .lang-div a {
            font-size: .3rem;
            line-height: .4rem;
            margin-bottom: .1rem;
        }
}