/*初始化样式*/

html {
    margin: 0;
    padding: 0;
    border: 0;
}

body, div, span, object, iframe, h1, h2, h3, h4, p, blockquote, pre, a, address, code, b, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover, a:active, a:focus {
    color: #1e5eb7;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul, ol, li {
    list-style-type: none;
}

select, input, img, select {
    vertical-align: middle;
}

/*table {*/
/*    border-collapse: collapse;*/
/*    border-spacing: 0*/
/*}*/

/*td, th, caption {*/
/*    font-size: 62.5%;*/
/*}*/

table, th, td {
    vertical-align: middle
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1
}

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

dt {
    font-weight: normal;
}

/*----- Common css ------*/

.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

/*滚动*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%!important;
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 92%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%!important;
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.8s;
    -webkit-transition: all 0.8s;
    -moz-transition: all 0.8s;
    -o-transition: all 0.8s;
}

.com-img:hover img {
    transform: scale(1.2);
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
}

.roll_product {
    float: left;
}

.pull-left {
    float: left;
}

.pull-right {
    float: right;
}


/*右侧漂浮*/

.pf_right {
    width: 50px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -180px;
    display: none;
    z-index: 99;
    -webkit-transition: all 0.3s ease-out 0s;
    -moz-transition: all 0.3s ease-out 0s;
    -o-transition: all 0.3s ease-out 0s;
    transition: all 0.3s ease-out 0s;
}

.pf_right ul {
    width: 100%;
    float: left;
}

.pf_right ul li {
    width: 49px;
    height: 49px;
    margin-top: 1px;
    float: left;
    background: #1e5eb7;
    text-align: center;
}

.pf_right ul li a {
    display: block;
    float: right;
    width: 49px;
    height: 49px;
    position: relative;
    font-size: 12px;
    color: white;
    line-height: 16px;
}

.pf_right ul li a .ico {
    width: 100%;
    height: 25px;
    line-height: 25px;
    float: left;
    margin-top: 4px;
}

.pf_right ul li a .ico img {
    display: inline-block;
    vertical-align: middle;
    width: 25px;
}

.pf_right ul li a h5 {
    width: 131px;
    height: 49px;
    line-height: 49px;
    text-align: center;
    color: white;
    font-size: 14px;
    display: none;
    position: absolute;
    right: 100%;
    top: 0;
    background: #1e5eb7;
}

.pf_right ul li a h5 span {
    display: inline-block;
    vertical-align: middle;
    line-height: 30px;
}

.pf_right ul li:hover {
    background: none !important;
}

.pf_right ul li:hover a {
    background: #1e5eb7;
}

.pf_right ul li:hover a h5 {
    display: block;
}

.pf_right ul li.r_ewm:hover a {
    background: #1e5eb7;
}

.pf_right ul li.r_ewm:hover a h5 {
    display: none;
}

.pf_right ul li.r_ewm .z_ewm {
    position: absolute;
    right: 120%;
    width: 100px;
    height: 100px;
    display: none;
    top: 0;
    border: 5px solid #1e5eb7;
}

.pf_right ul li.r_ewm .z_ewm span.jt {
    width: 7px;
    height: 14px;
    position: absolute;
    right: -12px;
    top: 20px;
}

.pf_right ul li.r_ewm .z_ewm img {
    width: 100%;
    height: 100%;
}

.pf_right ul li.r_ewm:hover a .z_ewm {
    display: block;
}

@media screen and (max-width:1569px) {
    .pf_right.on {
        right: 0 !important;
    }
}

@media screen and (max-width:991px) {
    .pf_right {
        display: none !important;
    }
}

.aspg-left {
    width: 280px;
    float: left;
}

.aspg-right {
    width: calc(97% - 280px);
    float: right;
}

.aspg-nei-img {
    margin-bottom: 20px;
}

.aspg-nei-img img {
    max-width: 100%;
}

.nei-news-list{
    margin-bottom: 30px;
}
.nei-news-list li {
    padding: 30px 0;
    border-bottom: 1px solid #ddd;
}

.nei-news-list li:nth-child(1) {
    padding-top: 0;
}

.nei-news-list li a {
    display: block;
}

.nei-news-list li .img {
    width: 250px;
    float: left;
    overflow: hidden;
}

.nei-news-list li .img img {
    max-width: 100%;
    transition: .5s;
}

.nei-news-list li a:hover .img img {
    transform: scale(1.1);
}

.nei-news-list li .wz {
    width: calc(96% - 250px);
    float: right;
}

.nei-news-list li .wz h3 {
    font-size: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: bold;
    color: #333;
}

.nei-news-list li .wz .date {
    font-size: 13px;
    line-height: 30px;
    color: #666;
}

.nei-news-list li .wz .info {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.nei-news-list li .wz .more {
    font-size: 12px;
    color: #333;
    text-align: right;
    margin-top: 8px;
}

.nei-news-list li a:hover .wz h3 {
    color: #1e5eb7;
}

.nei-news-list1 li{
    width: 48%;
    float: left;
    margin-bottom: 20px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
}
.nei-news-list1 li:nth-child(2n){
    margin-left: 4%;
}
.nei-news-list1 li a{
    display: block;
}
.nei-news-list1 li a h3{
    font-size: 16px;
    line-height: 2;
    color: #333;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.nei-news-list1 li a .info{
    font-size: 14px;
    line-height: 2;
    color: #666;
    display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
.nei-news-list1 li a:hover h3{
    color: #1e5eb7;
}

@media screen and (max-width:991px){
    .aspg-right{
        width: 100%;
        float: none;
    }
    
}

@media screen and (max-width:767px){
    .nei-news-list li .img{
        width: 180px;
    }
    .nei-news-list li .wz{
        width: calc(96% - 180px);
    }
    .nei-news-list1 li{
        width: 100%;
        float: none;
        margin-left: 0!important;
    }
}
@media screen and (max-width:480px){
    .nei-news-list li .img{
        width: 100%;
        float: none;
    }
    .nei-news-list li .wz{
        width: 100%;
        margin-top: 15px;
    }
    .nei-news-list li .wz h3{
        font-size: 14px;
    }
    .nei-news-list1 li a h3{
        font-size: 14px;
    }
}











   
/*phone底部导航*/

li {
    list-style: none;
}

.q_d_m {
    float: left;
    width: 100%;
    height: 50px;
}

.pf_down {
    width: 100%;
    float: left;
    position: fixed;
    left: 0;
    bottom: 0;
    height: 50px;
    background: #1e5eb7;
    z-index: 999;
    border-top: 1px solid #fff;
}

.pf_down li {
    width: 33.333333%;
    float: left;
    text-align: center;
    padding: 7px 0 4px 0;
    border-right: 1px solid #fff;
}

.pf_down li .ico7 {
    width: 100%;
    float: left;
    height: 20px;
}

.pf_down li .d_name {
    width: 100%;
    float: left;
    margin-top: 4px;
    font-size: 12px;
    color: #fff;
    line-height: 14px;
}

.pf_down li.l1 .ico7 {
    background: url(../images/btn15.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l2 .ico7 {
    background: url(../images/btn16.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li.l3 .ico7 {
    background: url(../images/btn17.png) no-repeat center;
    background-size: 20px 20px;
}

.pf_down li:nth-child(3n) {
    border: none;
}


.w1200{
    width: 1200px;
    margin: 0 auto;
}


.top_head{
    border-top: 5px solid #429849;
    height: 141px;
}
.logo{
    line-height: 136px;
}
.logowz{
    border-left: 1px solid #26ab3c;
    padding: 5px 12px;
    margin-left: 20px;
    margin-top: 40px;
}
.htel{
    padding-left: 62px;
    background: url(../images/tel1.png) no-repeat left center;
    margin-top: 40px;
}
.hnav{
    background: #1e5eb7;
}
.index_ss{
    height: 43px;
    background: #ececf3;
}
.index_ss .hotkey{
    font-size: 14px;
    color: #565656;
    line-height: 43px;
}
.index_ss .hotkey a{
    color: #565656;
    margin-right: 10px;
}
.index_ss .hotkey a:hover{
    color: #26ab3c;
}
.index_ss #formsearch{
    width: 363px;
    height: 27px;
    float: right;
    background: url(../images/ss.png) no-repeat center;
    margin-top: 8px;
}
.index_ss #formsearch .gjc{
    width: 310px;
    border: none;
    outline: none;
    background: none;
    line-height: 27px;
    padding-left: 18px;
}
.index_ss #formsearch .iconfont{
    width: 48px;
    border: none;
    outline: none;
    background: none;
    line-height: 27px;
}

.index-c1{
    width: 1920px;
    padding: 40px 0;
    min-height: 1078px;
    background: url(../images/bg1.jpg) no-repeat center;
    background-size: cover;
}
.index-tlt{
    text-align: center;
    margin-bottom: 40px;
}
.index-tlt h3{
    font-size: 40px;
    font-weight: bold;
    color: #2f2f2f;
    line-height: 1;
    margin-bottom: 15px;
}
.c1-left{
    width: 255px;
    background: #1e5eb7;
    padding: 9px;
    border-top-left-radius: 50px;
}
.c1-left > h2{
    padding: 25px 0;
    text-align: center;
}
.c1-left ul{
    background: #bcf1ff;
    padding: 1px;
}
.c1-left ul li{
    margin-bottom: 1px;
}
.c1-left ul li h3{
    font-size: 18px;
    background: #1e5eb7;
    color: #fff;
    text-align: center;
    line-height: 38px;
}
.c1-left ul li h3:hover{
    cursor: pointer;
    background: #26ab3c;
}
.c1-left ul li .sec dd{
    border-bottom: 1px solid #7d7d7d;
}
.c1-left ul li .sec dd a{
    display: block;
    font-size: 16px;
    color: #696969;
    line-height: 29px;
    padding: 0 2px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.c1-left ul li .sec dd a:hover{
    color: #429849;
}
.c1-left ul li:nth-child(n+5) .sec{
    display: none;
}
.c1-right{
    width: 940px;
}
.c1-right ul li{
    width: 309px;
    float: left;
    margin-bottom: 4px;
    margin-right: 4px;
}
.c1-right ul li:nth-child(3n){
    margin-right: 0;
}
.c1-right ul li a{
    display: block;
    border: 1px solid #e5e5e5;
    position: relative;
}
.c1-right ul li a .img{
    overflow: hidden;
}
.c1-right ul li a .img img{
    width: 307px;
    height: 281px;
    transition: .5s;
}
.c1-right ul li a:hover .img img{
    transform: scale(1.15);
}
.c1-right ul li a h3{
    width: 100%;
    background: #fff;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    font-size: 15px;
    color: #323232;
    line-height: 45px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.c1-right ul li a .cont{
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 10;
    display: none;
}
.c1-right ul li a .cont h4{
    font-size: 15px;
    color: #fff;
    line-height: 2;
    margin-bottom: 10px;
}
.c1-right ul li a .cont dd{
    display: block;
    width: 100px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    border-radius: 14px;
    border: 1px solid #fff;
    margin: 0 auto 20px;
}
.c1-right ul li a:hover h3{
    display: none;
}
.c1-right ul li a:hover .cont{
    display: block;
}
.c1-right ul li a:hover::before{
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(12,8,57,0.75);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
}
.c1_more{
    border-bottom: 1px solid #e5e5e5;
    text-align: right;
    line-height: 26px;
}
.c1_more a{
    color: #1e5eb7;
}


.index-c2{
    height: 334px;
    background: url(../images/bg2.png) no-repeat center;
    margin-top: -10px;
    padding-top: 60px;
    z-index: 10;
}
.c2-1{
    text-align: center;
    font-size: 40px;
    color: #1e5eb7;
    font-weight: bold;
    padding-bottom: 15px;
    position: relative;
}
.c2-1::before{
    content: '';
    width: 163px;
    height: 4px;
    background: #1e5eb7;
    position: absolute;
    left: 50%;
    margin-left: -81.5px;
    bottom: 0;
}
.c2-2{
    text-align: center;
    font-size: 21px;
    color: #393939;
    line-height: 1.6;
    margin: 15px auto;
}
.c2-3{
    width: 458px;
    height: 55px;
    background: url(../images/tel2.png) no-repeat center;
    margin: 0 auto;
    font-size: 20px;
    line-height: 55px;
    color: #fff;
    text-align: center;
    padding-left: 30px;
    font-weight: 100;
}


.index-c3{
    height: 614px;
    background: url(../images/bg3.jpg) no-repeat center;
    margin-top: -20px;
    z-index: 9;
    padding-top: 66px;
}
.c3-left{
    position: relative;
}
.c3-left::before{
    content: '';
    width: 540px;
    height: 295px;
    background: #1e5eb7;
    position: absolute;
    left: -20px;
    bottom: -20px;
}
.c3-left .img{
    width: 542px;
    height: 346px;
    position: relative;
    overflow: hidden;
    z-index: 10;
}
.c3-left .img img{
    width: 100%;
    transition: .5s;
}
.c3-left .img:hover img{
    transform: scale(1.1);
}
.c3-right{
    width: 626px;
}
.c3-right > h3{
    font-size: 25px;
    font-weight: bold;
    letter-spacing: 3px;
    color: #1e5eb7;
    line-height: 50px;
    border-bottom: 1px solid #bfbfbf;
}
.c3-right .jj{
    font-size: 14px;
    color: #444444;
    line-height: 35px;
    margin: 20px 0 50px;
    word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 5;
-webkit-box-orient: vertical;
}
.c3-right a.c3_more{
    display: block;
    width: 136px;
    line-height: 43px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    float: right;
    background: url(../images/more1.png) no-repeat center;
}

.index-c4{
    background: #e8eff8;
    padding: 46px 0 36px;
}
.picScroll-left1{
    position: relative;
}
.picScroll-left1 .bd{
    overflow: hidden;
}
.picScroll-left1 .bd ul li{
    margin-right: 21px;
    width: 285px;
}
.picScroll-left1 .bd ul li a{
    display: block;
    border: 1px solid #eeeeee;
    background: #fff;
}
.picScroll-left1 .bd ul li .img{
    overflow: hidden;
}
.picScroll-left1 .bd ul li .img img{
    width: 285px;
    height: 215px;
    transition: .5s;
}
.picScroll-left1 .bd ul li a:hover .img img{
    transform: scale(1.15);
}
.picScroll-left1 .bd ul li h3{
    text-align: center;
    border-top: 1px solid #eee;
    font-size: 16px;
    color: #686868;
    line-height: 48px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.picScroll-left1 .bd ul li a:hover h3{
    color: #fff;
    background: #429849;
}
.picScroll-left1 .hd a.next{
    width: 34px;
    height: 83px;
    cursor: pointer;
    position: absolute;
    right: -50px;
    top: 70px;
    background: url(../images/right1.png) no-repeat center;
}
.picScroll-left1 .hd a.next:hover{
    background: url(../images/right1_h.png) no-repeat center;
}
.picScroll-left1 .hd a.prev{
    width: 34px;
    height: 83px;
    cursor: pointer;
    position: absolute;
    left: -50px;
    top: 70px;
    background: url(../images/left1.png) no-repeat center;
}
.picScroll-left1 .hd a.prev:hover{
    background: url(../images/left1_h.png) no-repeat center;
}


.index-c5{
    padding: 46px 0 50px;
}
.picScroll-left2{
    position: relative;
}
.picScroll-left2 .bd{
    overflow: hidden;
}
.picScroll-left2 .bd ul li{
    margin-right: 12px;
    width: 291px;
    padding-bottom: 10px;
}
.picScroll-left2 .bd ul li a{
    display: block;
    border: 1px solid #eeeeee;
    background: #fff;
    box-shadow: 0 0 10px rgba(12,8,57,0.25);
}
.picScroll-left2 .bd ul li .img{
    overflow: hidden;
}
.picScroll-left2 .bd ul li .img img{
    width: 289px;
    height: 228px;
    transition: .5s;
}
.picScroll-left2 .bd ul li a:hover .img img{
    transform: scale(1.15);
}
.picScroll-left2 .bd ul li h3{
    text-align: center;
    border-top: 1px solid #eee;
    font-size: 16px;
    color: #686868;
    line-height: 55px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.picScroll-left2 .bd ul li a:hover h3{
    color: #fff;
    background: #1e5eb7;
}
.picScroll-left2 .hd a.next{
    width: 46px;
    height: 46px;
    cursor: pointer;
    position: absolute;
    right: 395px;
    bottom: -70px;
    background: url(../images/right2.png) no-repeat center;
}
.picScroll-left2 .hd a.prev{
    width: 46px;
    height: 46px;
    cursor: pointer;
    position: absolute;
    left: 395px;
    bottom: -70px;
    background: url(../images/left2.png) no-repeat center;
}
.c5_more a{
    display: block;
    width: 272px;
    border: 1px solid #c1c1c1;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    color: #525252;
    margin: 22px auto 0;
    border-radius: 23px;
}
.c5_more a:hover{
    background: #1e5eb7;
    color: #fff;
}

.index-c6{
    height: 448px;
    background: url(../images/bg4.jpg) no-repeat center;
    padding-top: 30px;
}
.index-c6 .c6tlt{
    text-align: center;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    line-height: 1;
    margin-bottom: 60px;
}
.index-c6 .picMarquee-left1 .bd{
    overflow: hidden;
}
.index-c6 .picMarquee-left1 .bd ul li{
    margin: 0 10px;
    width: 180px;
}
.index-c6 .picMarquee-left1 .bd ul li a{
    display: block;
    background: #fff;
    border: 1px solid #1e5eb7;
    margin-bottom: 6px;
}
.index-c6 .picMarquee-left1 .bd ul li a .img img{
    width: 178px;
    height: 114px;
}


.index-c7{
    height: 1632px;
    overflow: hidden;
    padding-top: 56px;
    background: url(../images/bg5.jpg) no-repeat center;
}
.index-c7 .c7tlt{
    text-align: center;
}
.index-c7 .c7tlt h4{
    font-size: 16px;
    color: #484848;
    line-height: 3;
    background: url(../images/tlt6.png) no-repeat center;
}
.why-list{
    margin-top: 30px;
}
.why-list li{
    margin-bottom: 25px;
}
.why-list li .wz{
    float: left;
    padding-left: 97px;
    width: 600px;
    position: relative;
}
.why-list li .img{
    float: right;
}
.why-list li:nth-child(2n) .wz{
    float: right;
}
.why-list li:nth-child(2n) .img{
    float: left;
}
.why-list li .img img{
    width: 560px;
    height: 249px;
}
.why-list li .wz dd{
    width: 70px;
    height: 118px;
    text-align: center;
    background: url(../images/num.png) no-repeat center;
    font-size: 40px;
    color: #fff;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
}
.why-list li .wz h3{
    border-bottom: 1px solid #1e5eb7;
    font-size: 18px;
    color: #5f5f5f;
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 15px;
    line-height: 1;
}
.why-list li .wz h3 span{
    font-size: 33px;
    color: #2764b7;
    letter-spacing: 4px;
}
.why-list li .wz .info{
    margin-top: 10px;
}
.why-list li .wz .info p{
    padding-left: 20px;
    font-size: 18px;
    color: #494949;
    line-height: 2;
    background: url(../images/dd.png) no-repeat left 15px;
}


.index-c8{
    height: 336px;
    background: url(../images/bg6.jpg) no-repeat center;
    padding-top: 78px;
}
.c8-left{
    width: 600px;
    padding-left: 30px;
}
.c8-left h3{
    font-size: 24px;
    color: #3e3e3e;
}
.c8-left .wz{
    font-size: 18px;
    color: #3e3e3e;
    line-height: 2;
    margin: 15px 0;
}
.c8-left h4{
    font-size: 16px;
    color: #282d73;
    font-weight: bold;
}
.c8-right{
    width: 580px;
}
.c8-right .c8-ly{
    width: 496px;
    margin: 0 auto;
}
.c8-right .c8-ly > h3{
    font-size: 16px;
    color: #525252;
    margin-bottom: 10px;
}
.c8-right #form2 .ly-item1 textarea{
    width: 100%;
    height: 80px;
    border: 1px solid #bfbfbf;
    padding: 12px;
    font-size: 12px;
    outline: none;
}
.c8-right #form2 .ly-item1 input{
    width: 100%;
    outline: none;
    border: 1px solid #bfbfbf;
    padding-left: 12px;
    font-size: 12px;
    line-height: 25px;
}
.c8-right #form2 .ly-item2{
    margin-top: 5px;
}
.c8-right #form2 .ly-item2 .code{
    width: 250px;
    float: left;
}
.c8-right #form2 .ly-item2 .code input{
    width: 121px;
    outline: none;
    border: 1px solid #bfbfbf;
    padding-left: 12px;
    font-size: 12px;
    line-height: 25px;
}
.c8-right #form2 .ly-item2 #sub{
    width: 121px;
    line-height: 30px;
    border: none;
    outline: none;
    background: #316aba;
    text-align: center;
    font-size: 12px;
    color: #fff;
    float: right;
}


.index-c9{
    height: 773px;
    padding-top: 52px;
    background: url(../images/bg7.jpg) no-repeat center;
}
.c9-left{
    width: 855px;
}
.c9-left .c9-tabli{
    margin-bottom: 30px;
}
.c9-left .c9-tabli ul{
    font-size: 0;
}
.c9-left .c9-tabli ul li{
    display: inline-block;
    border-bottom: 1px solid #1e5eb7;
    width: 218px;
}
.c9-left .c9-tabli ul li span{
    display: block;
    width: 109px;
    line-height: 33px;
    text-align: center;
    background: #1e5eb7;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
.c9-left .c9-xw-list .c9-tab{
    display: none;
}
.c9-left .c9-xw-list .c9-tab .xw1 li a{
    display: block;
}
.c9-left .c9-xw-list .c9-tab .xw1 li a .img{
    width: 231px;
    height: 179px;
}
.c9-left .c9-xw-list .c9-tab .xw1 li a .img img{
    width: 231px;
    height: 179px;
}
.c9-left .c9-xw-list .c9-tab .xw1 li a .wz{
    width: 605px;
}
.c9-left .c9-xw-list .c9-tab .xw1 li a .wz h3{
    font-size: 20px;
    color: #333;
    line-height: 2;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.c9-left .c9-xw-list .c9-tab .xw1 li a .wz .info{
    font-size: 14px;
    color: #5d5d5d;
    line-height: 1.8;
    word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
}
.c9-left .c9-xw-list .c9-tab .xw1 li a .wz dd{
    width: 93px;
    line-height: 29px;
    text-align: center;
    font-size: 14px;
    color: #fff;
    background: #1e5eb7;
    border-radius: 15px;
    margin-top: 30px;
}
.c9-left .c9-xw-list .c9-tab .xw1 li a:hover .wz h3{
    color: #1e5eb7;
}
.c9-left .c9-xw-list .c9-tab .xw2{
    padding: 5px;
    border: 1px solid #bfbfbf;
    margin-top: 23px;
}
.c9-left .c9-xw-list .c9-tab .xw2 li{
    width: 48%;
    float: left;
}
.c9-left .c9-xw-list .c9-tab .xw2 li:nth-child(2n+1){
    margin-right: 4%;
}
.c9-left .c9-xw-list .c9-tab .xw2 li a{
    display: block;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 45px;
    border-bottom: 1px solid #e5e5e5;
}
.c9-left .c9-xw-list .c9-tab .xw2 li .info {
    width: 300px;
}
.c9-left .c9-xw-list .c9-tab .xw2 li .info h3{
    font-size: 14px;
    color: #4c4c4c;
    line-height: 45px;
}
.c9-left .c9-xw-list .c9-tab .xw2 li .date{
    font-size: 14px;
    color: #4c4c4c;
    line-height: 45px;
}
.c9-left .c9-xw-list .c9-tab .xw2 li a:hover .info h3{
    color: #1e5eb7;
}
.c9-right{
    width: 318px;
}
.c9-right > h3{
    border-bottom: 1px solid #1e5eb7;
    margin-bottom: 30px;
}
.c9-right > h3 span{
    display: block;
    width: 109px;
    line-height: 33px;
    text-align: center;
    background: #1e5eb7;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}
.c9-right .picMarquee-top1 .bd ul li a{
    display: block;
    padding: 19px 0;
    border-bottom: 1px dashed #bfbfbf;
}
.c9-right .picMarquee-top1 .bd ul li a h3{
    padding-left: 30px;
    font-size: 14px;
    color: #585858;
    margin-bottom: 4px;
    line-height: 25px;
    background: url(../images/wenti.png) no-repeat left center;
    white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.c9-right .picMarquee-top1 .bd ul li a .info{
    padding-left: 30px;
    font-size: 14px;
    color: #585858;
    line-height: 24px;
    background: url(../images/daan.png) no-repeat left top;
    word-break: break-all;
text-overflow: ellipsis;
overflow: hidden;
display: -webkit-box;
-webkit-line-clamp: 4;
-webkit-box-orient: vertical;
}
.c9-right .picMarquee-top1 .bd ul li a:hover h3{
    color: #1e5eb7;
}





.footer{
    background: #323232;
}
.footnav{
    background: #316aba;
    padding: 20px 0;
    border-bottom: 1px solid rgba(255,255,255,0.32);
}
.footnav h3{
    font-size: 20px;
    font-weight: bold;
    float: left;
    line-height: 33px;
    color: #fff;
}
.footnav ul{
    float: right;
    width: 1080px;
    display: flex;
    justify-content: space-between
}

.footnav ul li a{
    display: block;
    font-size: 16px;
    color: #fff;
    line-height: 33px;
}
.footcon{
    border-bottom: 1px solid rgba(255,255,255,0.32);
    padding: 50px 0 60px;
}
.footcon h2{
    font-size: 18px;
    color: #fff;
    margin-bottom: 20px;
}
.footcon .footcon1{
    width: 330px;
}
.footcon .footcon1 .lxfs{
    font-size: 14px;
    color: rgba(255,255,255,0.52);
    line-height: 30px;
    padding-top: 10px;
}
.footcon .footcon2{
    width: 440px;
    margin-left: 30px;
}
.footcon .footcon2 .yqlj{
    padding: 20px;
    border: 1px solid rgba(255,255,255,0.32);
    font-size: 12px;
    color: #f1f1f1;
    line-height: 2;
    height: 128px;
}
.footcon .footcon2 .yqlj a{
    color: #f1f1f1;
}
.footcon .footcon3{
    width: 190px;
    margin-left: 30px;
    text-align: right;
}
.footcon .footcon3 > h3{
    display: inline-block;
    width: 108px;
    line-height: 29px;
    background: #2f598c;
    color: #fff;
    font-size: 16px;
    border-radius: 15px;
    text-align: center;
}
.footcon .footcon3 > h4{
    font-size: 14px;
    color: #fff;
    margin-top: 20px;
}
.footcon .footcon3 > h5{
    font-size: 18px;
    color: #fff;
    margin-top: 15px;
}
.footcon .footcon4{
    width: 180px;
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 40px;
}
.footcon .footcon4 img{
    width: 110px;
    height: 110px;
}
.footcopy{
    padding: 15px 0 15px;
    font-size: 12px;
    line-height: 20px;
    color: rgba(255,255,255,0.61);
}
.footcopy a{
    color: rgba(255,255,255,0.61);
}
.wwwseo{
    font-size: 14px;
    line-height: 2.4;
    color: rgba(255,255,255,0.52);
    margin-top: 10px;
}
.wwwseo a{
    color: rgba(255,255,255,0.52);
}



















































