/*初始化样式*/

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: #191919;
    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;
}


h1, h2, h3, h4 {
    line-height: 1.5;
}
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;
}

.max1600{
    max-width: 1600px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


/*滚动*/

#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: #035cac;
    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: #035cac;
}

.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: #035cac;
}

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

.pf_right ul li.r_ewm:hover a {
    background: #035cac;
}

.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 #035cac;
}

.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: right;
}

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

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

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

}

.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: #191919;
}

.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: #191919;
}

@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;
    }
}

.container2 {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1640px) {
    .container2 {
        width: 1630px;
    }
}

.max_wd1600 {
    max-width: 1630px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.w1200{
    max-width: 1230px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}


/*头部样式*/
.logo1{
    line-height: 100px;
    width: 40%;
    float: left;
}
.logo1 img{
    max-width: 100%;
}
.head1-right{
    width: 220px;
    float: right;
    text-align: right;
}
.head1-right ul{
    display: inline-block;
    margin-top: 10px;
}
.head1-right ul li{
    display: inline-block;
}
.head1-right ul li:nth-child(1){
    margin-right: 30px;
}
.head1-right ul li a{
    display: block;
    padding-left: 40px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
}
.head1-right ul li:nth-child(1) a{
    background: url(../images/cn.png) no-repeat left center;
    background-size: 28px 20px;
}
.head1-right ul li:nth-child(2) a{
    background: url(../images/en.png) no-repeat left center;
    background-size: 28px 20px;
}
.head1-right #formsearch{
    width: 220px;
    border: 2px solid #e7e7e7;
    border-radius: 10px;
    margin-top: 10px;
}
.head1-right #formsearch #keyword{
    width: calc(100% - 35px);
    border: none;
    outline: none;
    background: none;
    padding-left: 15px;
    font-size: 14px;
    line-height: 35px;
    color: #bbc2c6;
}
.head1-right #formsearch input::-webkit-input-placeholder {
    color: #bbc2c6;
}
.head1-right #formsearch input::-moz-input-placeholder {
    color: #bbc2c6;
}
.head1-right #formsearch input::-ms-input-placeholder {
    color: #bbc2c6;
}
.head1-right #formsearch #s_btn{
    width: 32px;
    height: 35px;
    border: none;
    outline: none;
    background: none;
    background: url(../images/btn.png) no-repeat center;
    float: right;
}
.head2{
    background: #f0f0f0;
    padding: 0px 0;
}
.head2 .logo2{
    line-height: 60px;
    width: 20%;
    float: left;
}
.head2 .logo2 img{
    max-width: 100%;
    max-height: 40px;
}

@media (max-width: 1199px) {
    .head1-right ul li a{
        font-size: 14px;
    }
    .head1-right #formsearch #keyword{
        font-size: 14px;
    }
    .x-menu>li>a{
        font-size: 16px;
    }

}


.index-c1{
    padding: 60px 0 68px;
    background: #f7fbfc;
}
.c1-1{
    width: 35%;
    float: left;
}
.c1-1 > h2{
    font-size: 32px;
    color: #474747;
    line-height: 1;
    padding-bottom: 15px;
    border-bottom: 2px solid #fb696a;
    font-weight: bold;
}
.c1-1 .jj{
    margin-top: 15px;
}
.c1-1 .jj .wz{
    font-size: 14px;
    color: #294147;
    line-height: 25px;
    text-indent: 2em;
}
.c1-1 .jj a.c1-more{
    display: block;
    border: 1px solid #035cac;
    border-radius: 10px;
    line-height: 20px;
    font-size: 12px;
    padding: 0 10px;
    float: right;
    color: #035cac;
    margin-top: 10px;
}
.c1-1 .jj a.c1-more:hover{
    background: #035cac;
    color: #fff;
}
.c1-2{
    width: 62%;
    float: right;
    margin-top: 55px;
}
.c1-2 img{
    width: 100%;
}
@media (max-width: 1199px) {
    .c1-1 > h2{
        font-size: 24px;
    }

}
@media (max-width: 991px) {
    .index-c1{
        padding: 40px 0;
    }
    .c1-1{
        width: 100%;
        float: none;
    }
    .c1-2{
        width: 100%;
        float: none;
        margin-top: 30px;
    }
    .c1-1 > h2{
        font-size: 20px;
    }

}

.index-c2{
    padding: 50px 0;
}
.index-c2 ul li{
    width: 25%;
    float: left;
    border-right: 2px solid #c5c5c5;
    text-align: center;
}
.index-c2 ul li:last-child{
    border: none;
}
.index-c2 ul li a{
    display: inline-block;
    padding: 10px 0 10px 75px;
    background-repeat: no-repeat;
    background-position: left center;
    text-align: left;
}
.index-c2 ul li a dd{
    font-size: 15px;
    color: #035cac;
    font-weight: bold;
    white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.index-c2 ul li a dl{
    font-size: 15px;
    color: #035cac;
    white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}

@media (max-width: 1199px) {
    .index-c2 ul li a{
        background-size: 50px 46px;
        padding-left: 55px;
    }
    .index-c2 ul li a dl{
        font-size: 13px;
    }
}
@media (max-width: 991px) {
    .index-c2{
        padding: 40px 0 30px;
    }
    .index-c2 ul li{
        width: 50%;
        margin-bottom: 15px;
    }
    .index-c2 ul li:nth-child(2n){
        border: none;
    }
    .index-c2 ul li a{
        background-size: 40px 36px;
        padding-left: 50px;
        width: 240px;
    }
    .index-c2 ul li a dl{
        font-size: 12px;
    }

}
@media (max-width: 767px) {
    .index-c2 ul li a{
        width: 160px;
    }
}


.c3-con{
    position: relative;
    padding-top: 140px;
}
.c3-con .c3-1 li{
    width: 260px;
    float: left;
}
.c3-con .c3-1 li:nth-child(2n){
    float: right;
    margin-left: 45%;
    border: 2px solid #dcdcdc;
    border-top: 1px solid #8cadd8;
    border-bottom: none;
}
.c3-con .c3-1 li:nth-child(10){
    border-bottom: 2px solid #dcdcdc;
}
.c3-con .c3-1 li:nth-child(2n+1){
    border-top: 1px solid #79a5cd;
    background: #035cac;
}
.c3-con .c3-1 li:nth-child(2n+1) a{
    display: block;
    padding: 20px 0 20px 110px;
    background: url(../images/lun1.png) no-repeat 52px center;
    background-size: 25px 25px;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
}
.c3-con .c3-1 li:nth-child(2n) a{
    display: block;
    padding: 20px 0 20px 80px;
    background: url(../images/lun2.png) no-repeat 20px center;
    background-size: 25px 25px;
    font-size: 18px;
    color: #195bb1;
    line-height: 25px;

}
.c3-con .c3-3{
    width: 260px;
    position: absolute;
    left: 0;
    top: 0;
}
.c3-con .c3-3 .c3-3-con{
    background: #035cac;
    position: relative;
    padding: 30px 0 0 40px;
    height: 140px;

}
.c3-con .c3-3 .c3-3-con::before{
    content: '';
    width: 22px;
    height: 33px;
    background: url(../images/sj1.png) no-repeat center;
    position: absolute;
    top: 37px;
    right: -22px;
    z-index: 9999;
}
.c3-con .c3-3 .c3-3-con h3{
    font-size: 22px;
    padding-bottom: 15px;
    line-height: 1.5;
    color: #fff;
    background: url(../images/xx1.png) no-repeat left bottom ;
}
.c3-con .c3-3 .c3-3-con p{
    font-size: 12px;
    color: #fff;
    margin-top: 12px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.c3-con .c3-4{
    width: 260px;
    height: 140px;
    border: 2px solid #dcdcdc;
    border-bottom: none;
    position: absolute;
    top: 0;
    right: 0;
}
.c3-con .c3-4 .c3-4-con img{
    max-width: 100%;
}
.c3-con .c3-4 .c3-4-con::before{
    content: '';
    width: 22px;
    height: 33px;
    background: url(../images/sj2.png) no-repeat center;
    position: absolute;
    top: 37px;
    left: -24px;
    z-index: 9999;
}
.c3-con .c3-2{
    position: absolute;
    left: 260px;
    overflow: hidden;
    width: calc(100% - 525px);
    height: 471px;
    top: 0;
}
.c3-con .c3-2 li{
    position: relative;
    width: 100%;
    height: 471px;
    display: none;
}
.c3-con .c3-2 li img{
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);

}

@media (max-width: 1199px) {
    .c3-con .c3-1 li{
        width: 220px;
    }
    .c3-con .c3-3{
        width: 220px;
    }
    .c3-con .c3-1 li:nth-child(2n+1) a{
        padding: 15px 0 15px 80px;
        background-position: 30px center;
        font-size: 15px;
    }
    .c3-con .c3-4{
        width: 220px;
    }
    .c3-con .c3-1 li:nth-child(2n) a{
        padding: 15px 0 15px 60px;
        font-size: 15px;
    }
    .c3-con .c3-2{
        width: calc(100% - 445px);
        height: 422px;
        left: 220px;
    }
    .c3-con .c3-2 li{
        height: 422px;
    }

}
@media (max-width: 991px) {
    .c3-con{
        padding-top: 0;
    }
    .c3-con .c3-3{
        position: static;
        background: none;
    }
    .c3-con .c3-3 .c3-3-con{
        background: none;
        padding: 0;
        height: auto;
        width: 100%;
        margin-bottom: 20px;
    }
    .c3-con .c3-3 .c3-3-con h3{
        color: #333;
    }
    .c3-con .c3-3 .c3-3-con p{
        color: #333;
    }
    .c3-con .c3-3 .c3-3-con::before{
        display: none;
    }
    .c3-con .c3-4{
        display: none;
    }
    .c3-con .c3-2{
        position: static;
        width: 100%;
        margin-top: 20px;
        height: auto;
    }
    .c3-con .c3-1 li{
        width: 25%;
        margin: 0!important;
        float: left!important;
    }
    .c3-con .c3-1 li:nth-child(2n+1){
        background: none;
        border: 1px solid #dcdcdc;
    }
    .c3-con .c3-1 li:nth-child(2n+1) a{
        padding: 0;
        color: #333;
        text-align: center;
        line-height: 32px;
    }
    .c3-con .c3-1 li:nth-child(2n){
        border: 1px solid #dcdcdc!important;
    }
    .c3-con .c3-1 li:nth-child(2n) a{
        padding: 0;
        color: #333;
        text-align: center;
        line-height: 32px;
        background: none;
    }
    .c3-con .c3-1 li.cur a{
        background: #035cac;
        color: #fff;
    }
    .c3-con .c3-2 li{
        height: auto;
    }
    .c3-con .c3-2 li img{
        height: auto;
        position: static;
        transform: none;
    }

}
@media (max-width: 767px) {
    .c3-con .c3-1 li{
        width: 33.33333%;
    }
    .c3-con .c3-1 li a{
        font-size: 12px!important;
        white-space:nowrap;
        overflow:hidden;
        text-overflow:ellipsis;
    }
}


.index-c4{
    background: url(../images/xwbg.jpg) repeat-x center top #e1f5fd;
    padding-bottom: 40px;
}
.index-c4 .c4-1{
    width: 45%;
    float: left;
}
.index-c4 .c4-1 .xw_sort{
    display: flex;
    justify-content: space-around;
}
.index-c4 .c4-1 .xw_sort li a{
    display: block;
    font-size: 20px;
    line-height: 68px;
    color: #035cac;
    /* font-weight: bold; */
}
.index-c4 .c4-1 .xw_list li{
    padding: 20px 0;
}
.index-c4 .c4-1 .xw_list li a{
    display: block;
    position: relative;
    padding-bottom: 20px;
    padding-left: 130px;
}
.index-c4 .c4-1 .xw_list li a::before{
    content: '';
    width: 170px;
    height: 1px;
    background: #979797;
    position: absolute;
    left: 0;
    bottom: 0;
}
.index-c4 .c4-1 .xw_list li a .date{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    margin-top: -10px;
    font-size: 14px;
    color: #636363;
}
.index-c4 .c4-1 .xw_list li a .date span{
    font-size: 25px;
    color: #484b4d;
    font-weight: bold;
    font-style: italic;
}
.index-c4 .c4-1 .xw_list li a .wz h3{
    font-size: 17px;
    color: #272727;
    font-weight: bold;
    margin-bottom: 8px;
    white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.index-c4 .c4-1 .xw_list li a .wz .info{
    font-size: 13px;
    color: #636363;
    white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.index-c4 .c4-2{
    width: 52%;
    float: right;
}
.index-c4 .c4-2 .c4-2-le{
    width: 52.65%;
    position: relative;
    background: #035cac;
    padding: 40px 5px 25px;
    float: left;
}
.index-c4 .c4-2 .c4-2-tlt{
    padding-left: 22px;
    margin-bottom: 32px;
}
.index-c4 .c4-2 .c4-2-tlt h3{
    font-size: 22px;
    color: #fff;
    padding-bottom: 16px;
    position: relative;
}
.index-c4 .c4-2 .c4-2-tlt h3::before{
    content: '';
    width: 43px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}
.index-c4 .c4-2 .c4-2-tlt p{
    font-size: 17px;
    color: #fff;
    margin-top: 19px;
}
.index-c4 .c4-2 .c4-2-le::before {
    content: '';
    width: 25px;
    height: 36px;
    background: url(../images/sj3.png) no-repeat center;
    position: absolute;
    left: -25px;
    top: 49px;
    z-index: 999;
}
.index-c4 .c4-2 .c4-slick1{
    margin-bottom: 5px;
}
.index-c4 .c4-2 .c4-slick1 .slick-con{
    position: relative;
}
.index-c4 .c4-2 .c4-slick1 .slick-con img{
    width: 100%;
}
.index-c4 .c4-2 .c4-slick1 .slick-con h3{
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.71);
    text-align: center;
    font-size: 27px;
    color: #fff;
    line-height: 38px;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
}
.index-c4 .c4-2 .c4-slick2 .slick-con{
    position: relative;
}
.index-c4 .c4-2 .c4-slick2 .slick-con img{
    width: 100%;
}
.index-c4 .c4-2 .c4-2-ri{
    width: 47.35%;
    position: relative;
    background: #57a1e4;
    padding: 40px 5px 25px;
    float: left;
}
.index-c4 .c4-2 .c4-sp img{
    width: 100%;
}
.index-c4 .c4-2 .c4-sp{
    position: relative;
}
.index-c4 .c4-2 .c4-sp a.more_hjahj{
    display: block;
    width: 75px;
    height: 75px;
    background: url(../images/spbtn.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.index-c4 .c4-3{
    width: 25%;
    margin: 0 2.5%;
    float: left;
}
.index-c4 .c4tlt{
    font-size: 24px;
    color: #000000;
    line-height: 68px;
}
.index-c4 .c4tlt span{
    font-size: 18px;
    padding-left: 20px;
}
.index-c4 .c4-3 .c4-3-sp{
    margin-top: 15%;
    position: relative;
}
.index-c4 .c4-3 .c4-3-sp img{
    width: 100%;
}
.index-c4 .c4-3 .c4-3-sp .sp_bof a.more_hjahj{
    display: block;
    width: 55px;
    height: 55px;
    background: url(../images/spbtn.png) no-repeat center;
    background-size: 100% 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    cursor: pointer;
    z-index: 99;
}
.index-c4 .c4-4{
    width: 25%;
    float: left;
}
.index-c4 .c4-4 ul{
    margin-top: 20px;
}
.index-c4 .c4-4 ul li{
    background-repeat: no-repeat;
    background-position: left 7px;
    background-size: 20px 20px;
    padding-left: 25px;
    margin-bottom: 10px
}
.index-c4 .c4-4 ul li p{
    font-size: 16px;
    color: #272727;
    line-height: 2;
}
.index-c4 .c4-4 .c4-4-code{
    margin-top: 10px;
    display: inline-block
}
.index-c4 .c4-4 .c4-4-code .img img{
    max-width: 100%;
}
.index-c4 .c4-4 .c4-4-code > p{
    font-size: 14px;
    line-height: 30px;
    color: #005db1;
    text-align: center;
}


@media (max-width: 1199px) {
    .index-c4 .c4-1 .xw_sort li a{
        font-size: 20px;
    }
    .index-c4 .c4-2 .c4-slick1 .slick-con h3{
        font-size: 20px;
    }
    .index-c4 .c4-2 .c4-2-tlt h3{
        font-size: 18px;
    }
    .index-c4 .c4-2 .c4-2-tlt p{
        font-size: 14px;
    }
    .index-c4 .c4tlt{
        font-size: 20px;
    }
    .index-c4 .c4tlt span{
        font-size: 16px;
    }
    .index-c4 .c4-4 ul li p{
        font-size: 14px;
    }
}
@media (max-width: 991px) {
    .index-c4{
        padding-bottom: 40px;
    }
    .index-c4 .c4-1 .xw_sort li a{
        font-size: 16px;
    }
    .index-c4 .c4-2 .c4-slick1 .slick-con h3{
        font-size: 14px;
    }
    .index-c4 .c4-2 .c4-2-tlt h3{
        font-size: 16px;
    }
    .index-c4 .c4-2 .c4-2-tlt p{
        font-size: 12px;
    }
    .index-c4 .c4-1 .xw_list li a .date span{
        font-size: 18px;
    }
    .index-c4 .c4-1 .xw_list li a{
        padding: 5px 0 15px 100px;
    }
    .index-c4 .c4-1 .xw_list li a .wz h3{
        font-size: 15px;
    }
    .index-c4 .c4-1 .xw_list li a .date{
        margin-top: -7px;
    }
    .index-c4 .c4-1 .xw_list li{
        padding: 6px 0 15px;
    }
    .index-c4 .c4-2 .c4-sp a.more_hjahj{
        width: 50px;
        height: 50px;
    }
    .index-c4 .c4tlt{
        font-size: 18px;
    }
    .index-c4 .c4tlt span{
        font-size: 12px;
    }
}
@media (max-width: 767px) {
    .index-c4 .c4-1{
        width: 100%;
        float: none;
        margin-bottom: 30px;
    }
    .index-c4 .c4-1 .xw_sort li a{
        font-size: 14px;
    }
    .index-c4 .c4-1 .xw_list li a .wz h3{
        font-size: 14px;
    }
    .index-c4 .c4-2{
        width: 100%;
        float: none;
    }
    .index-c4 .c4-2 .c4-2-le::before{
        display: none;
    }
    .index-c4 .c4-2 .c4-2-le{
        padding-top: 20px;
    }
    .index-c4 .c4-2 .c4-2-ri{
        padding-top: 20px;
    }
    .index-c4 .c4-2 .c4-2-tlt{
        padding-left: 0;
        margin-bottom: 20px;
    }
    .index-c4 .c4-2 .c4-2-tlt h3{
        padding-bottom: 10px;
    }
    .index-c4 .c4-2 .c4-2-tlt p{
        margin-top: 10px;
    }
    .index-c4 .c4-2 .c4-sp a.more_hjahj{
        width: 40px;
        height: 40px;
    }
    .index-c4 .c4-3{
        width: 100%;
        margin: 0;
    }
    .index-c4 .c4-3 .c4-3-sp{
        margin-top: 0;
    }
    .index-c4 .c4-4{
        width: 100%;
    }
    .index-c4 .c4-4 ul{
        margin-top: 0;
    }

}

.index-c5{
    padding-bottom: 50px;
}
.c5tlt{
    text-align: center;
    font-size: 32px;
    color: #035cac;
    line-height: 1;
    padding-bottom: 15px;
    border-bottom: 2px solid #fb696a;
    font-weight: bold;
}
.c5tlt span{
    color: #fb696a;
}
.c5-item{
    margin-top: 40px;
}
.c5-item > h3{
    margin-bottom: 30px
}
.c5-item > h3 span{
    display: inline-block;
    width: 200px;
    text-align: center;
    font-size: 20px;
    line-height: 50px;
    background: #035cac;
    color: #fff
}
.c5-item > h3 a{
    font-size: 16px;
    float: right;
    color: #035cac;
    line-height: 50px
}
.c5-item .c5-slick{
    position: relative;
    margin-left: -10px;
    margin-right: -10px;
}
.c5-item .c5-slick .slick-con{
    padding: 0 10px;
}
.c5-item .c5-slick .slick-con a{
    display: block;
}
.c5-item .c5-slick .slick-con .img{
    overflow: hidden;
    border: 1px solid #ccc
}
.c5-item .c5-slick .slick-con .img img{
    width: 100%;
}
.c5-item .c5-slick .slick-con h4{
    text-align: center;
    padding: 0 5px;
    background: #ddd
}
.c5-item .c5-slick .slick-con h4 span{
    font-size: 14px;
    line-height: 40px;
    display: block;
    white-space:nowrap;
overflow:hidden;
text-overflow:ellipsis;
}
.c5-item .c5-slick .slick-arrow{
    border: none;
    background: none;
    outline: none;
    text-indent: 100px;
    overflow: hidden;
    font-size: 0;
    width: 25px;
    height: 56px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: center
}
.c5-item .c5-slick .slick-prev{
    background-image: url(../images/lt.png);
    left: -30px; 
}
.c5-item .c5-slick .slick-next{
    background-image: url(../images/rt.png);
    right: -30px; 
}

@media (max-width: 1300px){
    .c5-item .c5-slick{
        padding: 0 20px;
    }
    .c5-item .c5-slick .slick-prev{
        left: 0;
    }
    .c5-item .c5-slick .slick-next{
        right: 0;
    }
    .c5tlt{
        font-size: 28px;
    }
    .c5-item > h3 span{
        font-size: 16px;
    }
    .c5-item > h3 a{
        font-size: 14px;
    }
    .c5-item .c5-slick .slick-con h4 span{
        font-size: 13px;
    }
}
@media (max-width: 768px){
    .c5-item > h3{
        margin-bottom: 20px;
    }
    .c5-item{
        margin-top: 20px;
    }
    .c5tlt{
        font-size: 24px;
    }
    .c5-item > h3 span{
        font-size: 15px;
        line-height: 32px;
        width: 160px;
    }
    .c5-item > h3 a{
        font-size: 13px;
        line-height: 32px;
    }
    
}



.footbg{
    background: #e1f5fc;
    padding: 20px 0;
    font-size: 16px;
    color: #272727;
    line-height: 2;
}
.footbg a{
    color: #272727;
}
.foot1{
    width: 60%;
    float: left;
}
.foot2{
    width: 35%;
    float: right;
    text-align: right;
}
@media (max-width: 1199px) {
    .footbg{
        font-size: 14px;
        line-height: 1.8;
    }

}
@media (max-width: 767px) {
    .foot1{
        width: 100%;
        text-align: center;
    }
    .foot2{
        display: none;
    }

}

/*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: #191919;
    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;
}


.videos{ 
    display:none; 
    border: 1px solid #080808; 
    position:fixed; 
    left:50%; 
    top:50%; 
    transform: translate(-50%,-50%);
    z-index:100; 
    width: 800px; 
    height: 540px; 
    
}
.videos video{
    display: block;
    width: 800px; 
    height: 540px; 
}
.vclose { 
    position:absolute;
    right:1%; 
    top:1%; 
    border-radius:100%; 
    cursor: pointer; 
}


@media (max-width: 1199px) {
    .videos{ 
        width: 540px;
        height: 360px;
    }
    .videos video{
        width: 540px; 
        height: 360px; 
    }
}

@media (max-width: 767px) {
    .videos{ 
        width: 370px;
        height: 250px;
    }
    .videos video{
        width: 370px;
        height: 250px; 
    }
}
