@charset "utf-8";
/*Public*/

.wrap{
    width:1200px;
    margin-left:auto;
    margin-right:auto;
}
.w{
    width:1200px;
    margin-left:auto;
    margin-right:auto;
}

@media screen and (max-width: 1199px) { 
    .wrap{
        width:94%;
        margin-left:auto;
        margin-right:auto;
    }
    .w{
        width:100%;
        margin-left:auto;
        margin-right:auto;
    }
    .is_pc{display:none;}
}

/*header*/
.header{
    position: fixed;
    top:0px;
    left:0px;
    width:100%;
    z-index:100;
    background-color: rgba(255,255,255,0.7);
    padding-bottom: 15px;
    border-bottom: 1px #ccc solid;

    -webkit-transition: height .2s,top .2s,background-color .2s,padding .2s;
    transition: height .2s,top .2s,background-color .2s,padding .2s;
}
.index .header{
    /*    background: -moz-linear-gradient(top, rgba(101,44,137,0.63) 30%, rgba(255,255,255,0) 100%);  FF3.6-15 
        background: -webkit-linear-gradient(top, rgba(101,44,137,0.63) 30%,rgba(255,255,255,0) 100%);  Chrome10-25,Safari5.1-6 
        background: linear-gradient(to bottom, rgba(101,44,137,0.63) 30%,rgba(255,255,255,0) 100%);  W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ 
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a1734ca5', endColorstr='#00ffffff',GradientType=0 );  IE6-9 */
    border-bottom:none;
}
.header.header_shrink{
    top:-10px;
    padding-bottom:5px;
    background-color: rgba(255,255,255,0.95);
    border-bottom: 1px #ccc solid;
}
@media \0screen\,screen\9 {/* 只支持IE6、7、8 */
    .header.header_shrink{
        background-color:#c13232;
        filter:Alpha(opacity=95);
        position:static; /* IE6、7、8只能设置position:static(默认属性) ，否则会导致子元素继承Alpha值 */
        *zoom:1; /* 激活IE6、7的haslayout属性，让它读懂Alpha */
    }
    .header.header_shrink w{
        position: relative;/* 设置子元素为相对定位，可让子元素不继承Alpha值 */
    }  
}

.header.header_shrink.header_over{
    top:0px;
    padding-bottom: 15px;
}
.header .header_logo_nav{
    z-index:101;
    width:100%;
}
.header .header_logo_nav h1{
    padding-top: 15px;
}
.header .header_logo_nav h1,
.header .header_logo_nav h1 a{
    float: left;
    width:337px;
    overflow:hidden;
}
.header .header_logo_nav h1 img{
    width:100%;
    vertical-align: top;
}

.header .header_tel{
    float: right;
    width:182px;
    padding:25px 0px 0px 0px;
}

.header .header_tel img{
    width:100%;
    vertical-align: top;
}


@media screen and (max-width: 1199px) { 
    .header,
    .index .header{
        padding:10px 2%;
    }
    @media screen and (min-width:769px) and (max-width: 1199px) {  
        .header,
        .index .header{
            padding:2% 2%;
        }
    }
    .header.header_shrink{
        top:0;
        padding:1% 2%;
    }
    .header .header_logo_nav h1{
        width:40%;
        min-width:20px;
        max-width:337px;
        overflow: visible ;
        padding-top:0;
        padding-bottom:0;
        line-height:1;
    }
    .header .header_logo_nav h1 a{
        width:100%;
        height:auto;
        overflow: visible ;
        float:none;
        font-size:1em;
        line-height:2;
    }
    .header .header_tel{
        top:0;
        width:30%;
        min-width:20px;
        max-width:182px;
        padding:0px 1% 0px 0px;
        line-height:2;
    }
    .header .header_logo_nav h1 a img{
        vertical-align:baseline;
    }
}
/*header end*/


/*header nav*/
.header_nav{
    float: right;
    padding:23px 15px 0px 20px;
    height:50px;
    width:55%;
    /*    background: #0064AC;*/
}
.header_nav .nav{
    width:100%;
    text-align: center;
    color:#535353;
    height:50px;
    overflow-x:hiddin;
    font-family: "微软雅黑";
}
.header_nav .nav > li{
    font-size:20px;
    display: inline-block;
    position:relative;
    vertical-align: bottom;
    padding:0px 2%;
}
.header_nav .nav li.no_line{
    padding-left:0px;
    background:none;
}
.header_nav .nav > li > a{
    display: inline-block;
    /*    border-bottom:2px solid #fff;*/
}
.header_nav .nav li a{
    height:50px;
    font-size:20px;
    line-height:50px;
    color:#222;
    text-decoration:none;
    display: inline;
    padding:0px 3px;
    text-align:center;
    cursor:pointer;
}
.header_nav .nav > li > a:hover,
.header_nav .nav > li:hover > a{
    /*    background: #0064bd;*/
    color:#c13232;
    /*    border-bottom:2px solid #E51D4C;*/
}
.header_nav .nav > li > a.mo,
.header_nav .nav > li.mo > a,
.header_nav .nav > li.mo:hover > a,
.header_nav .nav > li.mo > a:hover{
    /*    background: #009fd7;*/
    color:#c13232;
    /*border-bottom:2px solid #E51D4C;*/
}


/*导航下拉菜单*/
.header_nav .nav > li > ul{
    display:none;
    position:absolute;
    top: 40px;
    left:0%;
    z-index:111;
    /*border:1px solid #ccc;*/
    min-width:100%;
    background: #fff;
}
.header_nav .nav > li:hover > ul{
    display: block ;
}

.header_nav .nav > li > ul li a{
    font-size:14px;
}

.header_nav .nav > li > ul > li{
    height:34px;
    text-align:center;
    position:relative;
    display:block;
    width:100%;
    /*border-top:1px dashed #ccc;*/
}

.header_nav .nav > li > ul > li:first-child{border-top:none;}

.header_nav .nav > li > ul > li a{
    display:block;
    width:100%;
    height:34px;
    line-height:34px;
    text-align:center;
    color:#555;
    margin:auto;
    white-space:nowrap;
    background-image: none;
    background-color:#f1f1f1;
    padding:0px 10px;
}
.header_nav .nav > li > ul > li > a:hover {
    background-color:#eee;
    color:#c13232;
}
.header_nav .nav > li > ul > li.mo > a,
.header_nav .nav > li > ul > li.mo > a:hover{
    color:#c13232;
}


.header_nav .nav > li:hover > ul > li > ul{
    position:absolute;
    top:0;
    left:100%; 
    z-index: 222;
    display: none;
    border-left:1px solid #fff;
    border-right:1px solid #fff;
    border-bottom:1px solid #fff;
    width:150%;
}
.header_nav .nav > li:hover > ul > li:hover > ul{display:block;}

.header_nav .nav > li > ul > li > ul > li{display:block}
.header_nav .nav > li > ul > li > ul > li > a,
.header_nav .nav > li > ul > li > ul > li > a{
    width:100%;display:block;text-align:center;height:34px;line-height:34px;*height:1%;
}
.header_nav .nav > li > ul > li > ul > li > a:hover {
    background-color:#eee;
    color:#c13232;
}
.header_nav .nav > li > ul > li > ul > li.mo > a,
.header_nav .nav > li > ul > li > ul > li.mo > a:hover{
    color:#c13232;
}

.header_nav .nav li.ico_wx span{
    border-right:1px #ccc solid;
    background:url(../images/ico_wx.png) 10px 2px no-repeat;
}
.header_nav .nav li.ico_phone span{
    background:url(../images/ico_phone.png) 10px 2px no-repeat;
}
/*导航下拉菜单 end*/


@media screen and (max-width: 1199px) { 
    .header_nav{
        float: none;
        /*clear: both;*/
        height:auto;
        width:100%;
        margin-top:0px;
        padding:1% 0px 0px 0px;
    }
    @media screen and (orientation:landscape) {
        .header form.search.is_pc{
            display:block;
            float:right;
            width:20%;
            padding:20px 1% 0px 0px;
            height:auto;
        }

        .header form.search.is_pc div{
            height:24px;
        }
        .header form.search.is_pc input{
            height:20px;
        }
        .header form.search.is_pc img{
            right:4px;
            top:3px;
            height:16px;
        }
        .header form.search.is_phone{
            display:none;
        }
    }

    @media screen and (orientation:portrait) {
        .header form.search.is_pc{
            display:none;
        }
        .header form.search.is_phone{
            display:block;
            float:none;
            width:90%;
            padding:5px 0% 0px 0%;
            height:auto;
            margin:0px auto;
        }

        .header form.search.is_phone div{
            height:24px;
        }
        .header form.search.is_phone input{
            height:20px;
        }
        .header form.search.is_phone img{
            right:4px;
            top:3px;
            height:16px;
        }
    }
    .header_nav .nav{
        /*float: none;
        clear: both;*/
        width:100%;
        color:#545454;
        height:auto;
        font-family: "微软雅黑";
    }
    .header_nav .nav li{
        float:left;
        height:auto;
        width:20%;
        padding:0px;
        position: inherit;
        vertical-align: bottom;
    }
    .header_nav .nav li.is_pc{
        display:none;
    }
    @media screen and (orientation:portrait) {
        .header_nav .nav li a{
            line-height:1.2;
            font-size:0.7em;
        }
    }
    @media screen and (orientation:landscape) {
        .header_nav .nav li a{
            line-height:1;
            font-size:1em;
        }
    }
    .header_nav .nav li a{
        float:left;
        height:auto;
        padding:1% 0px;
        color: #222;
        text-decoration:none;
        display: inline;
        width:100%;
        text-align:center;
        cursor:pointer;
    }
    .header_nav .nav > li > a:hover,
    .header_nav .nav > li:hover > a{
        color: #c13232;
    }
    .header_nav .nav > li > a.mo,
    .header_nav .nav > li.mo a,
    .header_nav .nav > li.mo:hover > a,
    .header_nav .nav > li.mo > a:hover{
    }
    .header_nav .nav > li:hover > ul{
        display: none ;
    }
    .header_nav .nav > li > ul > li{
        display:none;
    }

    .header_nav .nav > li > ul > li > a,.header_nav .nav > li.mo > ul > li > a{
        display:none;
    }
    .header_nav .nav > li:hover > ul > li:hover > ul{display:none;}

    .header_nav .nav > li > ul > li > ul > li{display:none}
    .header_nav .nav > li > ul > li > ul > li > a,
    .header_nav .nav > li > ul > li > ul > li > a{display:none;}
}
/*header nav end*/


/*banner*/
.banner{width:100%;height:auto; position: relative;}
.banner a{float:left;width:100%;height:auto}
.banner a img{width:100%;height:auto;}
.banner .swiper-container{height:auto;}
.banner .pagination {position: absolute;z-index: 20;bottom: 0px;width: 100%;text-align: center}
.banner .swiper-pagination-switch {display: inline-block;width: 12px;height: 12px;border-radius: 12px;background: #fff;margin: 0 5px;opacity: 0.8;cursor: pointer;
                                   -webkit-transition: width .3s,background-color .3s;}
.banner .banner_word{
    position: absolute;
    top: 32%;
    left :0px;
    right:0px;
    width:100%;
    text-align: center;
    z-index: 102;
    font-size:90px;
    color:#fff;
    -webkit-text-stroke: 2px #1A5B91;
    font-weight: bold;
}
.banner .swiper-pagination-switch.swiper-visible-switch.swiper-active-switch {background: #444444;width:50px;}
.banner_btn{
    position: absolute;
    top:50px;
    bottom: 0px;
    z-index:1;
    background-image: url(../images/sprite.png);
    background-repeat: no-repeat;
    width:56px;
    min-height:52px;
    cursor: pointer;
}
.banner_btn:hover{
    background-image: url(../images/sprite-ov.png);
}
.banner_btn_left{
    left:0px;
    background-position: center left;
}
.banner_btn_right{
    right:0px;
    background-position: center right;
}
@media screen and (max-width: 1199px) {
    .banner .swiper-container{height:auto;}
    .banner_btn_left,.banner_btn_right{
        display:none;
    }
}
.banner_btn_t_b{
    position:fixed;
    left:0px;
    right:0px;
    z-index:1;
    background-image: url(../images/sprite_t_b.png);
    background-repeat: no-repeat;
    width:100%;
    height:56px;
    cursor: pointer;
}
.banner_btn_t_b:hover{
    background-image: url(../images/sprite_t_b-ov.png);
}
.banner_btn_top{
    top:60px;
    background-position: top center;
}
.banner_btn_bottom{
    bottom:0px;
    background-position: bottom center;
}
@media screen and (max-width: 1199px) {
    .banner .banner_btn{top:40px;}
    .banner .banner_btn{
        cursor: default;
    }
    .banner .swiper-pagination-switch {width: 8px;height:8px;border-radius:8px;margin: 0 3px;}
    .banner .swiper-pagination-switch.swiper-visible-switch.swiper-active-switch {background: #444444;width:30px;}
    .banner .banner_word{
        position: absolute;
        left :0px;
        right:0px;
        width:100%;
        text-align: center;
        z-index: 102;
        font-size:2em;
        color:#fff;
        -webkit-text-stroke: 0px #1A5B91;
        font-weight: normal;
    }
    @media screen and (orientation:portrait) {
        .banner .banner_word{
            top: 32%;
        }
    }
    @media screen and (orientation:landscape) {
        .banner .banner_word{
            top: 28%;
        }
    }
}
/*banner end*/

/*header other*/
/*header other end*/

.main{
    margin-top:100px;
    min-height: 400px;
}
.index .main{
    margin-top:0px;
}

.module{
    padding: 0px 0px;
}
.index .module{
    padding: 20px 0px;
}
@media screen and (max-width: 1199px) {
    .module{
        padding: 3% 0;
    }
    .index .module{
        padding: 10px 0px;
        border:1px #e5e5e5 solid;
    }
    @media screen and (orientation:portrait) {
        .main{
            margin-top:22%;
        }
    }
    @media screen and (orientation:landscape) {
        .main{
            margin-top:8%;
        }
    }
    .index .main{
        margin-top:0px;
    }
}
.module .title,
.module .title-min{
    color:#444444;
    padding-bottom:5px;
    /*border-bottom: 1px solid #ccc;*/
    padding-left: 0px;
}
.module .title b{
    color:#666;
    font-weight: normal;
}
.module .title a,
.module .title-min a{
    color:#444444;
}
.module .title b,
.module .title h3,
.module .title-min h3{
    padding:5px 0px 5px 20px;
    line-height: 1;
    background: url('../images/ico_title.png') no-repeat left center;
}
.module .title b,
.module .title h3,
.module .title h3 a{
    float: left;
    font-size: 22px;
}
.module .title-min b,
.module .title-min h3,
.module .title-min h3 a{
    float: left;
    font-size: 20px;
}
.module .title i,
.module .title-min i{
    float: left;
    color:#bbb;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height:1;
    margin-top:8px;
    margin-left:3px;
    padding-left:8px;
    /*border-left:1px solid #ccc;*/
}
.module .title small,
.module .title-min small{
    float: left;
    margin-left: 10px;
    color:#fff;
    font-size: 16px;
    line-height:30px;
}
.module .title .more,
.module .title-min .more {
    float: right;
    line-height:30px;
    font-size:13px;
    color:#666;
}
.module .cont{
    clear: both;
}
.module .cont .more {
    color:#aaa;
}
@media screen and (max-width: 1199px) { 
    .index .module{
        padding:0px;
        margin-top:10px;
    }
    .index .module .title{
        border-bottom:1px #eee solid;
        background: #f9f9f9;
    }
    .index .module .title, .module .title-min{
        padding: 5px 10px 0px 10px;
        
    }
    .module .title, .module .title-min{
        padding: 5px 0px 0px 0px;
        
    }
    .module .title b,
    .module .title h3,
    .module .title h3 a{
        font-size: 1em;
    }
    .module .title-min b,
    .module .title-min h3,
    .module .title-min h3 a{
        font-size: 1.1em;
    }
    .module .title i,
    .module .title-min i{
        float: left;
        font-style: normal;
        font-size: 0.9em;
        line-height:1;
        margin-top:7px;
    }
    .module .title small,
    .module .title-min small{
        float: left;
        margin-left: 10px;
        font-size: 1em;
        line-height:30px;
    }
    .module .cont{
        padding: 5px 10px 0px 10px;
    }
}

/*newslist*/
.list_new{
}
.list_new li{
    display: block;
    line-height: 1;
    position: relative;
    padding:8px 0px;
    /*border-bottom: 1px dashed #ccc;*/
}
.list_new li span{
    color:#666;
    display:block;
    width:480px;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap; 
    position: absolute;
    top: 10px;
    text-indent: 3px;
}
.list_new li span a{
    color:#666;
}
.list_new li span a:hover{
    color:#888;
}
.list_new li span,
.list_new li i{
    font-size: 15px;
}
.list_new li span a{
}
.list_new li span sup{
    cursor: default;
    margin-right:3px;
    display: inline-block;
    font-size: 11px;
    padding:3px;
    background: #f5f5f5;
    color:#749fc5;
    text-align: center;
    text-indent: 0px;
}
.list_new li span .t{
    color:#f00;
}
.ym li span{
    padding-right:55px;
}
.ymd li span{
    padding-right:80px;
}
.ymdhis li span{
    padding-right:145px;
}
@media screen and (max-width: 1199px) {
    .ymd li span{
        padding-right:90px;
    }
    .ymdhis li span{
        padding-right:90px;
    }
	.list_new li span{
		color:#666;
		display:block;
		width:75%;
	}
}
.list_new li i{
    color:#aaa;
    display: block;
    text-align:right;
    font-weight: 100;
}
.list_new li i i{
    display: inline;
}
@media screen and (max-width: 1199px) {
    .list_new li span,
    .list_new li i{
        font-size:0.8em;
        line-height:1.2;
    }
    .list_new li i{
        padding-top:2px;
    }
    .list_new li span sup{
        font-size:0.95em;
    }
    .list_new li i i{
        display:none;
    }
}
/*newslist end*/

/*newslistpic*/
.list_newspic{
}
.list_newspic li{
    margin-left:3.3333333%;
    width:30%;
    float:left;
    position: relative;
}
.list_newspic li:first-child{
    margin-left:0px;
}
.list_newspic li a.pic{
    display: block;
    width:100%;
    border: 1px #eee solid;
}
.list_newspic li a.bt{
    position: absolute;
    width:100%;
    left:0px;
    bottom:0px;
    display: block;
    background: #000;
    filter:alpha(opacity=67);
    -moz-opacity:0.67;
    opacity:0.67;
    color:#fff;
    padding:5px 15px;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
}
.list_newspic li:hover a.bt{
    background: #333;
}

/*newslistpic end*/

/*list_pic*/
.list_pic{
    width:100%;
}
.list_pic li{
    font-size: 14px;
    margin-top:2px;
    margin-bottom:10px;
}
.list_pic li{
    float: left;
    width:25%;
    overflow: hidden;
    cursor: pointer;
}
.list_pic li a{
    color:#888;
    text-decoration: none;
}
.list_pic li:hover a{
    color:#f60;
}
.list_pic li a.infoimg,
.list_pic li a.infotitle{
    display:block;
    width:80%;
    margin:auto;
}
.list_pic li img{
    width:100%;
    display: none;
}
.list_pic li a.infotitle{
    background: #fff;
    text-align:center;
    height:50px;
    line-height: 1.5;
    padding-top: 5px;
    overflow: hidden;
    white-space: normal; 
    position: static;
    display: -webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient: vertical;
}



.list_pic li.pictext_li{
    margin-bottom:20px;
    width:48%;
    overflow: hidden;
    cursor: auto;
}
.list_pic li.pictext_li.fr{
    float: right;
}
.list_pic li.pictext_li.fl{
    float: left;
}
.list_pic li.pictext_li a.infoimg{
    float: left;
    width:40%;
}
.list_pic li.pictext_li img{
    width:100%;
    display: none;
}
.list_pic li.pictext_li .pictext_li_info{
    float:right;
    width:55%;
}
.list_pic li.pictext_li .pictext_li_info .pictext_li_title{
    display:block;
    line-height: 1;
    font-size: 16px;
    font-weight: bold;
    color:#444;
}
.list_pic li.pictext_li .pictext_li_info .pictext_li_text{
    margin-top:10px;
    display:block;
    line-height: 1.5;
}



.list_pic li.pictext_lisingle{
    width:100%;
    overflow: hidden;
    cursor: auto;
    padding-bottom: 15px;
    border-bottom: 2px solid #eeeeee;
    margin-bottom: 15px;
}
.list_pic li.pictext_lisingle .pictext_lisingle_info{
    display: block;
    width: 100%;
    vertical-align: middle;
}
.list_pic li.pictext_lisingle .pictext_lisingle_info a.infoimg{
    float:left;
    height:80px;
    width: auto;
}
.list_pic li.pictext_lisingle .pictext_lisingle_info a.infoimg img{
    display: inline;
    height:auto;
    width: auto;
    height:80px;
}
.list_pic li.pictext_lisingle .pictext_lisingle_info .pictext_lisingle_title{
    display: table-cell;
    height:80px;
    padding-left:10px;
    line-height:2;
    text-align: left;
    vertical-align: middle;
    color:#444;
    font-size: 16px;
    font-weight: bold;
}
.list_pic li.pictext_lisingle .pictext_lisingle_text{
    margin-top:10px;
    display:block;
    line-height: 1.5;
}
@media screen and (max-width: 1199px) {
    .list_pic li{
        width:33.33333333%;
    }
    .list_pic li a.infoimg,
    .list_pic li a.infotitle{
        width:90%;
    }
    .list_pic li.pictext_li{
        width:100%;
    }
    .list_pic li.pictext_li .pictext_li_info .pictext_li_title{
        font-size: 1.2em;
        font-weight: bold;
    }
    .list_pic li.pictext_li .pictext_li_info .pictext_li_text{
        font-size: 1.1em;
    }
    .list_pic li.pictext_lisingle .pictext_lisingle_info .pictext_lisingle_title{
        font-size: 1.2em;
        font-weight: bold;
    }
    .list_pic li.pictext_lisingle .pictext_lisingle_text{
        font-size: 1.1em;
    }
}
/*list_pic end*/
/*list_cosler START*/
.list_cosler{
    padding:2px 0px;
    border-bottom: 2px #eee dashed;
    margin-bottom: 5px;
}
.list_cosler li{
    float:left;margin:0px 2px;
}
.list_cosler li.all a{
    color:#444;
}
.list_cosler li a{
    float:left;
    padding:2px 5px;
}
.list_cosler li.mo a{
    color:#f00;
}
/*list_cosler end*/


/*footer*/
.footer{
    background: #858585;
    margin-top:15px;
    padding:20px 0 10px;
    color:#fff;
    border-top:1px #ccc solid;
}
.footer .info{
    float: left;
}
.footer .info .menu{
    color:#fff;
}
.footer .info .menu a{
    color:#fff;
    float: left;
    margin-right: 30px;
    font-size: 18px;
    line-height: 1;
}
.footer .info .menu a:hover{
    color:#ff0;
}
.footer .info .footer_contact{
    margin-top:10px;
    color:#fff;
    font-size: 16px;
}
.footer .info .copyright,
.footer .info .icpnum{
    display: inline-block;
}
.footer .info .icpnum{
    margin-left: 25px;
}
.footer .info .footer_contact p{
    padding:2px 0px;
}
.footer .info .footer_contact a{
    color:#fff;
}
.footer .info .footer_contact .wubinet,
.footer .info .footer_contact .wubinet a{
    color:#fff;
}
.footer .info .footer_contact .wuyila{
    display:inline-block;margin-left:10px;
}
.footer .info .footer_contact .wuyila img{
    vertical-align: initial;
}
.footer .info .footer_contact .footer_email{
    display:inline-block;margin-right:20px;
}

.footer .ewm{
    margin-left:20px;
    float: right;
}
.footer .ewm div{
    float: right;
    padding-left:10px;
    text-align: center;
}
.footer .ewm div img{
    width:130px;
    height:130px;
}
.footer .ewm div p{
    font-size: 14px;
    line-height: 1;
    padding-top:5px;
}
@media screen and (max-width: 1199px) {
    .footer{
        padding:1% 0;
        text-align: left;
        line-height: 2;
    }
    .footer .info{
        float: none;
    }
    .footer .info .menu{
        text-align: center;
    }
    .footer .info .menu a{
        float: none;
        display: inline-block;
        margin: 0px;
        font-size: 0.9em;
        width:20%;
    }

    .footer .info .footer_contact{
        margin-top:10px;
        color:#fff;
        font-size: 0.7em;
    }
    .footer .info .footer_contact .footer_email{
        display:block;margin-right:0px;
    }
    .footer .info .copyright,
    .footer .info .icpnum{
        display: block;
    }
    .footer .info .icpnum{
        margin-left: 0px;
    }
    .footer .info .footer_contact p{
        padding:0px 0px;
    }
    .footer .info .footer_contact a{
        color:#fff;
    }
    .footer .info .footer_contact .wubinet,
    .footer .info .footer_contact .wubinet a{
        color:#DBDBEA;
    }
    .footer .info .footer_contact .wuyila{
        display:inline-block;margin-left:10px;
    }
    .footer .info .footer_contact .wuyila img{
        vertical-align: initial;
    }
}
/*footer end*/

/*Public END*/



/*Index*/
.index .about{
    margin-top:0px;
    width:580px;
    height:240px;
    float: left;
    font-size:16px;
}
.index .about .cont{
    padding-top:10px;
}
.index .about .cont .about_img{
    float:left;
    width:222px;
    height:150px;
    padding-top:8px;
}
.index .about .cont .about_img img{
    width:100%;
}
@media screen and (min-width: 1200px) {
    .index .about .cont .about_txt{
        float:left;
        margin-left:10px;
        width:348px;
        height:155px;
        white-space: normal; 
        position: static;
        display: -webkit-box;
        -webkit-line-clamp:5;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }
}
@media screen and (max-width: 1199px) {
    .index .about .cont{
        padding-top:0px;
    }
    .index .about{
        margin-top:10px;
        width:100%;
        height:auto;
    }
    .index .about .cont .about_img{
        float:left;
        width:45%;
        height:auto;
        padding-top:0px;
        margin-right:5px;
    }
    .index .about .cont .about_img img{
        margin-top:5px;
    }
    .index .about .cont .about_txt{
        display: inherit;
        width:100%;
        margin-top:0px;
        margin-left:0px;
        height:auto;
        overflow: visible;
        font-size: 0.9em;
    }
}
.index .news{
    width:580px;
    height:240px;
    float: right;
}
.index .news .cont{
    padding-top:5px;
}
.index .news .list_new{
    width:580px;
}
.index .news .list_new li{
    padding:9px 0px
}

@media screen and (max-width: 1199px) {
    .index .news{
        width:100%;
        height:auto;
    }
    .index .news .list_new{
        width:100%;
    }
}

.index .case .tab-display .tab-btn{
    padding:15px 0px;
}
.index .case .tab-display .tab-btn a{
    display: inline-block;
    width:20%;
    text-align: center;
    font-size: 19px;
    color: #444;
    line-height: 1;
    padding:10px 0px;
}
.index .case .tab-display .tab-btn a:hover,
.index .case .tab-display .tab-btn a.mo{
    color: #666;
    background: #ddd;
}

.index .case .tab-display .tab-content .tab-page{
    
}
.index .case .tab-display .tab-content .tab-page ul li{
    float: left;
    margin-right: 48px;
    margin-bottom:15px;
}
.index .case .tab-display .tab-content .tab-page ul li a.infoimg{
    display: block;
    overflow: hidden;
}
.index .case .tab-display .tab-content .tab-page ul li a.infoimg img{
    width:100%;
}
.index .case .tab-display .tab-content .tab-page ul li.case_num_1 a.infoimg,
.index .case .tab-display .tab-content .tab-page ul li.case_num_2 a.infoimg{
    width:576px;
    height:324px;
    overflow: hidden;
}
.index .case .tab-display .tab-content .tab-page ul li.case_num_1 img,
.index .case .tab-display .tab-content .tab-page ul li.case_num_2 img{
    width:576px;
    height:324px;
}
.index .case .tab-display .tab-content .tab-page ul li.case_num_3 a.infoimg,
.index .case .tab-display .tab-content .tab-page ul li.case_num_4 a.infoimg,
.index .case .tab-display .tab-content .tab-page ul li.case_num_5 a.infoimg{
    width:368px;
    height:207px;
}
.index .case .tab-display .tab-content .tab-page ul li.case_num_3 img,
.index .case .tab-display .tab-content .tab-page ul li.case_num_4 img,
.index .case .tab-display .tab-content .tab-page ul li.case_num_5 img{
    width:368px;
    height:207px;
}

.index .case .tab-display .tab-content .tab-page ul li.case_num_2,
.index .case .tab-display .tab-content .tab-page ul li.case_num_5{
    margin-right: 0px;
}
.index .case .tab-display .tab-content .tab-page ul li.case_num_6{
    margin-right: 0px;
    display: none;
}
.index .case .tab-display .tab-content .tab-page ul li a.infotitle{
    display: block;
    text-align:center;
    font-size: 16px;
    padding-top:5px;
    line-height: 1.5;
    color: #555;
}

@media screen and (max-width: 1199px) {
    .index .case .tab-content{
        padding-top:10px;
    }
    .index .case .tab-display .tab-btn{
        padding:2px 0px;
    }
    .index .case .tab-display .tab-btn a{
        width:48%;
        font-size: 0.9em;
        margin:3px 0px;
        background: #f5f5f5;
    }
    .index .case .tab-display .tab-btn a.list_ou{
        margin-left:2%;
    }
    .index .case .tab-display .tab-btn a:hover,
    .index .case .tab-display .tab-btn a.mo{
        color: #666;
        background: #ddd;
    }

    .index .case .tab-display .tab-content .tab-page{

    }
    .index .case .tab-display .tab-content .tab-page ul li{
        float: left;
        margin-right: 0px;
        width:48%;
        margin-bottom:5px;
    }
    .index .case .tab-display .tab-content .tab-page ul li a.infoimg{
        display: block;
        overflow: hidden;
    }
    .index .case .tab-display .tab-content .tab-page ul li a.infoimg img{
        width:100%;
    }
    .index .case .tab-display .tab-content .tab-page ul li.case_num_2,
    .index .case .tab-display .tab-content .tab-page ul li.case_num_4,
    .index .case .tab-display .tab-content .tab-page ul li.case_num_6{
        float:right;
    }
    .index .case .tab-display .tab-content .tab-page ul li.case_num_6{
        display: block;
    }
    .index .case .tab-display .tab-content .tab-page ul li.case_num_1 a.infoimg,
    .index .case .tab-display .tab-content .tab-page ul li.case_num_2 a.infoimg{
        width:100%;
        height:auto;
    }
    .index .case .tab-display .tab-content .tab-page ul li.case_num_1 img,
    .index .case .tab-display .tab-content .tab-page ul li.case_num_2 img{
        width:100%;
        height:auto;
    }
    .index .case .tab-display .tab-content .tab-page ul li.case_num_3 a.infoimg,
    .index .case .tab-display .tab-content .tab-page ul li.case_num_4 a.infoimg,
    .index .case .tab-display .tab-content .tab-page ul li.case_num_5 a.infoimg{
        width:100%;
        height:auto;
    }
    .index .case .tab-display .tab-content .tab-page ul li.case_num_3 img,
    .index .case .tab-display .tab-content .tab-page ul li.case_num_4 img,
    .index .case .tab-display .tab-content .tab-page ul li.case_num_5 img{
        width:100%;
        height:auto;
        overflow: visible;
    }
    .index .case .tab-display .tab-content .tab-page ul li a.infotitle{
        height:40px;
        font-size: 0.7em;
    }
}


.f_link_txt{
    margin:10px 0px 0px;
}
.f_link_txt .cont ul a{
    float: left;
    margin: 10px 20px 0px 0px;
}

@media screen and (max-width: 1199px) {
    .f_link_txt{
        margin:10px 0px 0px;
    }
    .f_link_txt .cont ul a{
        float: left;
        margin: 5px 10px 0px 0px;
		font-size:0.8em;
    }
}
/*Index END*/

/*Other Page Public*/
.main_top{
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
    line-height:1;
}
.main_top .btn_back{
    float: left;
    width:24px;
}
.main_top .map{
    float: left;
    width:95%;
    font-size:14px;
    color:#777;
    margin-left: 5px;
}
.main_top .map a{
    color:#777;
}
.main_top .map a:hover{
}
.main_top .map i,
.main_top .map a,
.main_top .map span{
    margin:0px 2px;
}
.main_top .btn_menu{
    display:none;
}
@media screen and (max-width: 1199px) {
    .main_top .btn_back{
        padding-top:3px;
        width:6%;
        max-width: 24px;
    }
    .main_top .map{
        width:75%;
        font-size:0.9em;
        margin-left: 2%;
        padding-top:3px;
        line-height:1.4;
    }
    .main_top .map i{
        display: none;
    }
    .main_top .btn_menu{
        display:block;
        /*margin-top:1px;*/
        margin-right:2%;
        font-size:0.8em;
        /*width:10%;*/
        max-width:40px;
        float: right;
        color:#888;
        padding:5px 5px;
        line-height: 1.2;
        background: #fff;
        border:1px solid #eee;
    }
    .main_top .btn_menu i{
        display:block;
        height:3px;
        margin-bottom:14%;
        width: 100%;
        background: #aaa;
    }
}
.main_top .btn_back img{
    width:100%;
}

.main_l{
    padding-top: 7px;
    float: left;
    width:230px;
}
.main_l .nav{
    background: #fff;
    padding:0px 0px 20px;
    width:100%;
}
.main_l .nav ul{
    background: #fff;
    width:100%;
}
.main_l .nav ul li{
    display: block;
}
.main_l .nav li a{
    display: block;
    width:100%;
    padding:7px 20px;
    margin-bottom: 1px;
    font-size: 15px;
    color: #555;
    background-color: #f1f1f1;
    background-repeat: no-repeat;
    background-position: 90% center;
    text-decoration: none;
}
.main_l .nav li > a:hover{
    background-color: #e6e6e6;
    color: #555;
}
.main_l .nav li > a.sub{
    background-image: url(../images/ico_sub.png);
}
.main_l .nav li > a.sub:hover{
    background-image: url(../images/ico_sub_mo.png);
}
.main_l .nav li > a.sub.sub_{
    background-image: url(../images/ico_this.png);
}
.main_l .nav li > a.sub.sub_:hover{
    background-image: url(../images/ico_this_mo.png);
}
.main_l .nav li.mo > a,
.main_l .nav li.mo > a:hover{
    background-color: #c13232;
    color: #fff;
    background-image: url(../images/ico_this_mo.png);
}
.main_l .nav li.mo > a.sub,
.main_l .nav li.mo > a.sub:hover{
    background-color: #c13232;
    color: #fff;
    background-image: url(../images/ico_sub_mo.png);
}
.main_l .nav li > a.sub{
    margin-bottom: 2px;
}
.main_l .nav li.mo > a.sub_,
.main_l .nav li.mo > a.sub_:hover{
    background-image: url(../images/ico_this_mo.png);
}

.main_l .nav li ul li a{
    background-color: #eee;
    padding:5px 20px;
    font-size: 14px;
    text-indent: 20px;
}


.main_l .nav li ul li a:hover{
    background-color: #f8f8f8;
    color: #777;
    background-image: url(../images/ico_sub_this.png);
}
.main_l .nav li ul li.mo a,
.main_l .nav li ul li.mo a:hover{
    background-color: #ddd;
    color: #FF5C26;
    background-image: url(../images/ico_sub_this_mo.png);
}


.main_r{
    float: right;
    width:950px;
}
.main_r.w{
    width:100%;
}
.search .main_r{
    float: none;
    width:100%;
}
.main_r .module{
    width: 100%;
    padding:5px 0px 30px 0px;
}
@media screen and (max-width: 1199px) {
    .main_l{
        display: none;
        float: none;
        width:100%;
    }
    .main_l .nav li ul{
        display:none;
    }
    .main_r{
        float: none;
        width:100%;
    }
}

/*分页样式*/
.page_box{margin-top:20px;padding-top:5px;line-height:24px;height:24px;}
.page_info{float: left;text-align:center;color:#333;font-size: 13px;}
.page_info span{padding:0 2px;color:#f60}
.page_list{float: right;line-height:24px;height:24px;text-align:center;letter-spacing:0;font-family:"宋体";font-size:13px;}
.page_list a{display:inline-block;text-decoration: none;color:#555;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 2px;height:24px;}
.page_list a:hover{color:#555;border:1px solid #ddd;background:#ddd;}
.page_list a.on{color:#fff;background:#2292ff;border:1px solid #2292ff;}

@media screen and (max-width: 1199px) {
    .page_box{}
    .page_info{display: none;}
    .page_info span{padding:0 2px;color:#f60}
    .page_list{float: right;line-height:24px;height:24px;text-align:center;letter-spacing:0;font-family:"宋体";font-size:13px;}
    .page_list a{display:inline-block;text-decoration: none;color:#555;border:1px solid #e8e8e8;background:#f8f8f8;text-align:center;padding:0 8px;margin:0 2px;height:24px;}
    .page_list a:hover{color:#555;border:1px solid #ddd;background:#ddd;}
    .page_list a.on{color:#fff;background:#2292ff;border:1px solid #2292ff;}
}

/*内容分页*/
.contPage{height:20px;line-height:20px;text-align:center;letter-spacing:0;font-family:"Arial Black";font-size:10px;margin-top:20px;}
.contPage a{display:inline-block;color:#898989;background:#fff;text-align:center;padding:0 7px;margin:0 1px;}
.contPage a:hover{color:#fff;background:#898989;}
.contPage a.on{color:#333;background:#E5EDF2;border:1px solid #C2D5E3;}


/*Other Page Public END*/

/*Other Page About*/
.main_r .about{
    font-size: 16px;
    /*    padding:0px;*/
}

@media screen and (max-width: 1199px) {
    .main_r .about{
        font-size: 1.1em;
        /*    padding:0px;*/
    }
}
/*Other Page About END*/

/*Other Page Pic*/
/*Other Page Pic END*/

/*Other Page News*/
.main_r .news{
    font-size: 16px;
    /*    padding:0px;*/
}

@media screen and (max-width: 1199px) {
    .main_r .news{
        font-size: 1.1em;
        /*    padding:0px;*/
    }
}
/*Other Page News END*/

/*Other Page Join*/
/*Other Page Join END*/

/*Other Page content*/
.pic_show{
    line-height:2;color:#666;
}
.details .title{
    color:#555;font-size:26px;text-align: center;line-height:40px;
}
.details .info{line-height:28px;text-align:center;margin:15px auto;padding-bottom: 15px;border-bottom:1px dashed #ccc;color:#888;font-size:14px;}
.details .info div{display: inline-block;margin:0px 3px;}
.details .info small{margin-left:8px;margin-right:3px;color:#999;font-size:14px;display: inline-block;}
.details .info span{display: inline-block;}
.details .info .share{}
.details .info .jiathis_style{display:inline-block;}
.details .info .small,
.details .info .big{font-family:Georgia;font-weight:bold;cursor:pointer;}
.details .info .small{font-size:10px;padding-right:3px;}
.details .info .big{color:#003ba6;padding-left:3px;}
.details .desc{margin:20px 0 15px;padding:5px 10px;line-height:20px;border:1px solid #f4e4b4;background:#fffff0;}
.details .showimg{margin:20px 0;text-align:center;}
.details .showimg a img{border:1px solid #ccc;padding:1px;}
.details .showimg a:hover img{border:1px solid #F90;padding:1px;}
.details .conttitle{font-weight:bold;padding-bottom:7px;margin-bottom:7px;color:#2f2f2f;line-height:24px;border-bottom:1px solid #ddd;font-size:14px;}
.details .author{text-align:right;color:#999;}
.details .content{line-height:2;font-size: 16px;padding:15px 0px;}
.details .preNext{border-top:1px dashed #ccc;margin:10px 0px 0px;padding:10px 0px 0px;}
.details .preNext li{font-size:14px;color:#888;}
.details .preNext li a{color:#555;}
.main_r .about img,
.details .content img{max-width:950px;height:auto;}
.details .share_m{display: none;}
@media screen and (max-width: 1199px) {
    .details .title{
        font-size:1.2em;
    }
    .details .info{margin:0px auto;font-size:0.7em;}
    .details .info small{font-size:1em;}
    .details .info span{}
    .details .info .small{font-size:0.9em;}
    .details .info .share{display:none;}
    .details .conttitle{font-size:0.9em;}
    .details .content{line-height:2;font-size: 1em;}
    .details .preNext li{font-size:0.9em;}
    .main_r .about img,
    .details .content img{max-width:100%;height:auto;}
    .details .share_m{border-top:1px dashed #ccc;margin:10px 0px;padding:10px 0px;}
}
/*Top按钮*/
.tbox{display:block;width:50px;float:right;position:fixed;z-index: 10;right:10px;bottom:55px;_position:absolute;_bottom:auto;_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight-this.offsetHeight-(parseInt(this.currentStyle.marginTop,10)||0)-(parseInt(this.currentStyle.marginBottom,10)||0)));_margin-bottom:15px;}/*解决IE6下不兼容 position:fixed 的问题*/
.tbox #gotop{width:50px;height:50px;background:url(../images/icon.png) no-repeat 0 0;display:block;}
.tbox .btn_back{width:50px;height:50px;background:url(../images/btn_back.png) #eee no-repeat center center;display:block;border:1px solid #ccc;}

@media screen and (max-width: 1199px) {
    .tbox{display:block;width:50px;float:right;position:fixed;z-index: 10;right:10px;bottom:0px;}/*解决IE6下不兼容 position:fixed 的问题*/
    .tbox #gotop{width:50px;height:50px;background:url(../images/icon.png) no-repeat 0 0;display:block;}
    .tbox .btn_back{width:50px;height:50px;background:url(../images/btn_back.png) #eee no-repeat center center;display:block;border:1px solid #ccc;}
}




.swiper{width:100%;height:auto;border-bottom: 2px solid #fff;position: relative;}
.swiper .swiper-container{width:100%;background: #222;}
.swiper .swiper-container .swiper-slide{width:100%;float:left;position: relative;}
.swiper .swiper-container .swiper-slide a{display: block;width:100%;color: #fff;}
.swiper .swiper-container .swiper-slide a img{width:1px;height:1px;}
.swiper .swiper-container .swiper-slide a span{
    display:block;position: absolute;left:0px;bottom:0px;height:40px;line-height:40px;background: #000;width:100%;text-align: center;font-size:16px;
    background-color: rgba(0,0,0,0.5);
}
@media screen and (max-width: 1199px) {
    .swiper .swiper-container .swiper-slide a span{font-size:1.1em;}
}
.swiper .swiper-container .pagination {position: absolute;z-index: 20;bottom: 0px;width: 100%;text-align: center}
.swiper .swiper-container .swiper-pagination-switch {display: inline-block;width: 14px;height: 14px;border-radius: 14px;background: #fff;margin: 0 5px;opacity: 0.8;cursor: pointer}
@media screen and (max-width: 1199px) {
    .banner .swiper-pagination-switch {width: 8px;height:8px;border-radius:8px;margin: 0 3px;}
}
.swiper .swiper-active-switch {background: #E44B43}
.swiper .arrow-left {
    display: block;
    background: url(../images/sprite.png) no-repeat left top;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -50px;
    width: 45px;
    height: 100px;
    z-index: 11;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
}
.swiper .arrow-right {
    display: block;
    background: url(../images/sprite.png) no-repeat right top;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -50px;
    width: 45px;
    height: 100px;
    z-index: 11;
    filter:alpha(opacity=50);
    -moz-opacity:0.5;
    opacity:0.5;
}
@media screen and (max-width: 1199px) {
    .swiper .arrow-left,
    .swiper .arrow-right {
        display: none;
    }
}
/*Other Page content END*/

/*Message Page content START*/
.message #form_message{
    
}
.message #form_message .message_tr{
    width:100%;
    margin:10px;
    position: relative;
    line-height:30px;
}
.message #form_message .message_tr .msgtitle{
    width:120px;
    text-align: right;
}
.message #form_message .message_tr.msgt_title{
    padding-top:20px;
    padding-bottom:5px;
    border-bottom:1px dashed #ccc;
}
.message #form_message .message_tr.msgt_title div{
    width:120px;
    text-align: right;
    font-size: 18px;
    font-weight: bold;
    padding-bottom:5px;
}
    
.message #form_message .message_tr .msginput{
    position: absolute;
    top:0px;
    left:0px;
    right:0px;
    padding-right:15px;
    margin-left:120px;
    margin-right:30px;
    max-width:200px;
    line-height:28px;
}
.message #form_message .message_tr.msg1{
    
}
.message #form_message .message_tr.msg2{
    height:180px;
}
.message #form_message .message_tr.msg2 .msginput{
    max-width:500px;
}
.message #form_message .message_tr .msginput .msg_input{
    border:1px solid #ccc;
    width:100%;
    height:26px;
}
@media screen and (max-width: 1199px) {
    .swiper .arrow-left,
    .message #form_message .message_tr .msginput,
    .message #form_message .message_tr .msg_textarea{
        max-width:100%;
    }
}
.message #form_message .message_tr.msg2 .msginput .msg_textarea{
    border:1px solid #ccc;
    width:100%;
    height:180px;
}
.message #form_message .message_tr .msginput .msg_info{
    position: absolute;
    top:0px;
    right:0px;
    line-height:30px;
}
.message #form_message .message_tr.msg3{
    max-width:600px;
}
.message #form_message .message_tr.msg3 .msginput{
    max-width: 100%;
}
.message #form_message .message_tr.msg4 .msginput .msg_input{
    width:50px;
}
.message #form_message .message_tr.msg4 .msginfo{
    width:80px;
}
.message #form_message .message_tr.msg4 img{
    width:50px;
    height:26px;
    margin-left:10px;
}
.msg_btn_area{margin:5px 0px;text-align:left;}
.msg_btn_area a{display:inline-block;padding:5px 15px;background:#09F;color:#fff;text-align:center;font-family:"宋体";font-size:14px;overflow:hidden;cursor:pointer;font-weight:bold;}
.msg_btn_area a:hover{text-decoration:none;background:#F60}
/*Message Page content END*/

/*Other Page search*/
div.search .msg{text-align:left;font-size:17px;padding-bottom:10px;}
div.search .msg span{color:#ff0000;}
div.search .menu a{display: inline-block;padding:5px;border:1px solid #ccc;color:#999;line-height: 1;margin: 5px 0px 0px 10px;text-decoration: none;}
div.search .menu a:hover{border:1px solid #aaa;color:#555;}
div.search .menu a.mo,
div.search .menu a.mo:hover{border:1px solid #bbb;background:#eee;color:#666;}
div.search .title{padding-bottom: 10px;}

div.search form.search{
    float:right;
    width:240px;
}
div.search form.search div{
    float: right;
    width:100%;
    height:30px;
    border: #bbb 1px solid;
    -webkit-border-radius:15px;
    -moz-border-radius:15px;
    border-radius: 15px;
    background:#fff;
    position: relative;
    overflow: hidden;
}
div.search form.search input{
    float:left;
    width:200px;
    height:24px;
    font-size:12px;
    text-indent:3px;
    margin-top:3px;
    margin-left:2px;
    -webkit-border-radius:20px;
    -moz-border-radius:20px;
    border-radius: 20px;
    color: #555;
}
div.search form.search button{
    display:none;
}
div.search form.search span{
    display: inline-block;
    overflow: hidden;
    cursor:pointer;
    text-align: center;
    background: #ff0000;
}
div.search form.search img{
    position: absolute;
    right:7px;
    top:5px;
    width:20px;
    height:20px;
    cursor: pointer;
}
@media screen and (max-width: 1199px) {
    div.search .msg{font-size:1.1em;}
    div.search .menu a{margin: 0px 0px 0px 10px;}
    div.search form.search{
        float:none;
        margin-top:10px;
        width:100%;
    }
    div.search form.search input{
        float:left;
        width:90%;
        height:28px;
        font-size:12px;
        text-indent:3px;
        color: #555;
        margin-top:1px;
    }
}
/*Other Page search END*/

/*subindex*/
.subindex .main{
    margin: 0px;
    padding: 0px;
}
.subindex .oneweb{
    margin-bottom: 2px;
    overflow: hidden;
    width:100%;
}
.subindex .footer{
    margin-top: 0px;
}
.fullpage{
}