/*banner*/
.index-banner {
    position: relative;
    height: auto;
}
.index-banner .swiper-slide {
    position: relative;
}
.index-banner .swiper-slide .incover {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.wsc-banner .container {
    width: auto;
    height: 100%;
}
.index-banner .swiper-container{
    width: 100%;
    height: 100%;
}
.swiper-slide .inban-item {
    padding-top: 12%;
    text-align: center;
}
.inban-itit {
    width: 50%;
    height: 296px;
}
.inban-itit-bg {
    width: 100%;
    height: 100%;
    background: url("/images/inban-itit1.png") no-repeat left center;
    background-size: contain;
}
.swiper-slide  .inban-item2 {
    padding-top: 10%;
}
.inban-item2 .inban-itit {
    width: 100%;
    height: 398px;
}
.inban-item2 .inban-itit-bg {
    height: 100%;
    background: url("/images/inban-itit2.png") no-repeat left center;
    background-size: contain;
}
.swiper-slide  .inban-item3 {
    padding-top: 19%;
	padding-left:17%
}
.inban-item3 .inban-itit {
    width: 100%;
    height: 174px;
}
.inban-item3 .inban-itit-bg {
    height: 100%;
    background-size: contain;
}
.inban-item3 .inban-btn {

}
.swiper-slide  .inban-item4 {
    padding-top: 14%;
}
.inban-item4 .inban-itit {
    width: 100%;
    height: 147px;
}
.inban-item4 .inban-itit-bg {
    height: 100%;
    background-size: contain;
}
.inban-item4 .inban-btn {

}
.swiper-slide  .inban-item5 {
    padding-top: 11%;
}
.inban-item5 .inban-itit {
    width: 100%;
    height: 213px;
}
.inban-item5 .inban-itit-bg {
    margin-left: -40px;
    height: 100%;
    background: url("/images/inban-itit5.png") no-repeat left center;
    background-size: contain;
}
.inban-item1 .inban-itit-bg {
    margin-left: -36px;
}



.inban-text {
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}
.inban-btn {
    margin-top: 60px;
    font-size: 0;
}
.inban-btn .btn {
    width: 180px;
    margin-left: 20px;
}
.inban-btn .btn:first-child {
    margin-left: 0;
}

.index-banner .pagination{
    position: absolute;
    left: 0;
    width: 100%;
    text-align: left;
    bottom: 80px;
    height: 20px;
    font-size: 0;
    z-index: 9;
}
.inban-page {
    position: relative;
}
.index-banner .wrap{
    display: inline-block;
    vertical-align: top;
    margin-left: 10px;
}
.index-banner .wrap:first-child{
    padding-left: 0;
    margin-left: 0;
}
.index-banner .wrap {
    width: 20px;
    height: 20px;
    position: relative;
}
.index-banner .wrapper{
    width: 10px;
    height: 20px;
    position: absolute;
    top:0;
    overflow: hidden;
}
.index-banner .right{
    right:0;
}
.index-banner .left{
    left:0;
}
.index-banner .circleProgress{
    width: 18px;
    height: 18px;
    border:1px solid #fff;
    border-radius: 50%;
    position: absolute;
    top:0;
    -webkit-transform: rotate(45deg);
    z-index: 99;
}
.index-banner .rightcircle{
    border-top:1px solid transparent;
    border-right:1px solid transparent;
    right:0;

}
.index-banner .leftcircle{
    border-bottom:1px solid transparent;
    border-left:1px solid transparent;
    left:0;

}
.index-banner .swiper-pagination-switch {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
    background: url("/images/inban-round.png") no-repeat center center;
    z-index: 99999;
}
@-webkit-keyframes circleProgressLoad_right{
    0%{
        -webkit-transform: rotate(45deg);
    }
    50%,100%{
        -webkit-transform: rotate(225deg);
    }
}
@-webkit-keyframes circleProgressLoad_left{
    0%,50%{
        -webkit-transform: rotate(45deg);
    }
    100%{
        -webkit-transform: rotate(225deg);
    }
}
.index-banner .swiper-active-switch .leftcircle {
    -webkit-animation: circleProgressLoad_left 5s linear 1 both;
}
.index-banner .swiper-active-switch .rightcircle {
    -webkit-animation: circleProgressLoad_right 5s linear 1 both;
}
.inban-arr {
    position: relative;
}
.arrow-left1{
    position: absolute;
    width:60px;
    height:60px;
    background: url("/images/arrow-left.png") no-repeat center;
    z-index: 10;
    right: 0;
    bottom: 233px;
    transition: 0.36s;
}
.arrow-right1 {
    position: absolute;
    width:60px;
    height:60px;
    background: url("/images/arrow-right.png") no-repeat center;
    z-index: 10;
    right: 0;
    bottom: 153px;
    transition: 0.36s;
}
.arrow-left1:hover {
    background: url("/images/arrow-lefth.png") no-repeat center;
}
.arrow-right1:hover {
    background: url("/images/arrow-righth.png") no-repeat center;
}
.index-block1 {
    padding: 80px 0;
}
.inb1-list {
    width: 33%;
    height: 380px;
}
.inb1-top-news{
    position: relative;
}
.inb1-top-news .swiper-container {
    height: 380px;
    width: 100%;
}
.inb1-top-news .swiper-slide {
    position: relative;
}
.inb1-top-news a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
}
.inb1-top-news .list-img {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.inb1-top-news .list-img img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.inb1-news-list:hover img {
    transform: scale(1.08);
}
.inb1-top-news .list-info {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    background: url("/images/inb1-bg1.png") no-repeat center top;
}
.inb1-top-news .list-tit {
    width: 70%;
    margin: 50px 0 0 30px;
    height: 22px;
    line-height: 22px;
    font-size: 16px;
    color: #FFFFFF;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.inb1-top-news .pagination2 {
    position: absolute;
    right: 5%;
    bottom: 36px;
    height: 6px;
    z-index: 999;
    font-size: 0;
}
.inb1-top-news .swiper-pagination-switch {
    display: inline-block;
    width:6px;
    height:6px;
    background:rgba(255,255,255,0.3);
    border-radius:50%;
    margin: 0 6px;
    cursor: pointer;
    vertical-align: middle;
}
.inb1-top-news .swiper-pagination-switch:first-child {
    margin-left: 0;
}
.inb1-top-news .swiper-active-switch {
    background:rgba(255,255,255,1);
}
.inb1-list-fg {
    background-color: #fff;
    padding: 40px;
}
.inbTit {
    height: 24px;
    line-height: 24px;
}
.inb-tit {
    float: left;
    font-size: 18px;
    color: #04152C;
    padding-left: 12px;
    background: url("/images/tit-line.png") no-repeat left center;
}
.inb-more {
    float: right;
    font-size: 14px;
    color: #62748E;
    padding-right: 20px;
    background: url("/images/more-grey.png") no-repeat right center;
    transition: 0.3s;
}
.inb-more:hover {
    color: #00429D;
    background: url("/images/more-blue14.png") no-repeat right center;
}
.inb1-fg-main {
    margin-top: 20px;
}
.inb1-fg-tit {
    font-size: 16px;
    color: #04152C;
    line-height: 22px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 22px;
    transition: 0.3s;
}
.inb1-fg-item:hover .inb1-fg-tit {
    color: #00429D;
}
.inb1-fg-time {
    margin-top: 14px;
    font-size: 14px;
    color: #888F98;
    line-height: 16px;
}
.inb1-fg-text {
    margin-top: 15px;
    font-size: 14px;
    color: #888F98;
    line-height: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    height: 52px;
}
.inb1-fg-bot {
    margin-top: 20px;
    padding-top: 20px;
    border-top: 1px dashed #C1C1C1;
}
.inb1-fg-list {
    margin-top: 18px;
}
.inb1-fg-list:first-child {
    margin-top: 0;
}
.inb1Fg-tit {
    width: 60%;
    float: left;
    font-size: 14px;
    color: #7A8189;
    line-height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    height: 20px;
}
.inb1-fg-list:hover .inb1Fg-tit {
    color: #00429D;
}
.inb1Fg-time {
    float: right;
    height: 20px;
    line-height: 20px;
    color: #888F98;
    font-size: 14px;
}
.inb1-line {
    border-left: 1px solid rgba(112,112,112,0.12);
}
.index-block2 {
    padding: 80px 0 60px;
}
.inb2-box {
    margin: 0 -10px;
}
.inb2-main .item-box {
    width: 33.33%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
}
.inb2-main .item-main {
    position: relative;
    width: 100%;
    overflow: hidden;
}
.inb2-main .item-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
    text-align: center;
}
.inb2-main .item-img img {
    width: 100%;
    height: 100%;
}
.inb2-main .item-info {
    width: 100%;
    height: 140px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("/images/inb2-bg.png") no-repeat center top;
    text-align: center;
    color: #FFFFFF;
    transition: 0.36s ease-out;
}
.inb2-main .item-tit {
    font-size: 24px;
    font-weight: bold;
    line-height: 32px;
    margin-top: 30px;
}
.inb2-main .item-text {
    margin-top: 10px;
    font-size: 20px;
    line-height: 26px;
}
.item-brief {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 1;
    background:rgba(0,66,157,0.8);
    width: 100%;
    height: 0;
    transition: 0.36s ease-in-out;
}
.inb2-main .item-main:hover .item-info {
    bottom: -100%;
}
.inb2-main .item-main:hover .item-brief {
    height: 100%;
}
.inb2-cover {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.inb2-cont {
    text-align: center;
    color: #FFFFFF;
    padding-top: 60px;
}
.inb2-tit {
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
}
.inb2-text {
    margin-top: 30px;
}
.inb2-text p {
    font-size: 16px;
    line-height: 40px;
}
.inb2-btn {
    margin-top: 50px;
    text-align: center;
}
.index-block3 {
    padding: 60px 0;
}
.inb3-main ul {
    margin: -20px -10px 0;
}
.inb3-main li {
    float: left;
    width: 25%;
    height: 195px;
    box-sizing: border-box;
    text-align: center;
    padding: 0 10px;
    position: relative;
    transition: 0.36s;
    margin-top: 20px;
}
.inb3-main li.inb3-list5 {
    width: 20%;
}
.inb3-main .inb3-item {
    line-height: 195px;
    background-color: #ffffff;
}
.inb3-box {
    vertical-align: middle;
    display: inline-block;
    line-height: normal;
}
.inb3-main li img {

}
.inb3-main li p {
    margin-top: 8px;
    font-size: 14px;
    line-height: 19px;
    color: #7A8189;
}
.inb3-btn {
    text-align: center;
    margin-top: 40px;
    font-size: 0;
}
.inb3-btn .btn {
    margin: 0 5px;
}
.index-block4 {
    background: url("/images/inb4-bg.jpg") no-repeat center center;
    padding: 80px 0 120px;
}
.inb4-box {
    width: 500px;
}
.inb4-tit {
    font-size: 36px;
    line-height: 50px;
    color: #00429D;
    font-weight: bold;
}
.inb4-text {
    margin-top: 30px;
    font-size: 14px;
    line-height: 26px;
    color: #62748E;
}
.inb4-btn {
    margin-top: 70px;
    font-size: 0;
}
.inb4-btn .btn-whiteb {
    margin-left: 10px;
}
.inb4-main {
    margin-left: 100px;
}
.inb4-item {
    float: left;
    margin-left: 60px;
    padding-top: 80px;
}
.inb4-item:first-child {
    margin-left: 0;
}
.inb4-list {
    display: block;
    font-size: 14px;
    line-height: 36px;
    color: #62748E;
}
.inb4-list span {
    padding-right: 14px;
    background: url("/images/jt-grey7.png") no-repeat right center;
    transition: 0.3s;
}
.inb4-list:hover {
    color: #00429D;
}
.inb4-list:hover span {
    background: url("/images/jt-blue7.png") no-repeat right center;
}
.inb4-link {
    color: #00429D;
}
.index-block5 {
    padding: 80px 0;
}
.inb5Cont {
    margin: 0 -10px;
}
.inb5-main {
    width: 33%;
    padding: 0 10px;
    box-sizing: border-box;
    height: 370px;
    float: left;
}
.inb5-item {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
.inb5-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.inb5-img img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.inb5-item:hover img {
    transform: scale(1.08);
}
.inb5-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.inb5-art {
    padding: 40px;
}
.inb5-tit {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
}
.inb5-text {
    margin-top: 20px;
    font-size: 14px;
    line-height: 26px;
    color: #FFFFFF;
}
.inb5-brief {
    margin-top: 40px;
}
.inb5-brief p {
    font-size: 14px;
    line-height: 36px;
    color: #FFFFFF;
}
.inb5-brief p span {
    width:6px;
    height:6px;
    background:rgba(255,255,255,0);
    border:1px solid rgba(255,255,255,1);
    border-radius:50%;
    display: inline-block;
    margin-right: 8px;
}
.inb5-link {
    position: absolute;
    left: 40px;
    bottom: 40px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    transition: 0.3s;
}
.inb5-link span {
    transition: 0.3s;
    padding-right: 24px;
    background: url(../images/more-grey.png) no-repeat right center;
}

.inb5-box {
    float: right;
    width: 34%;
    padding: 0 10px;
    box-sizing: border-box;
}
.inb5-list {
    display: block;
    width: 100%;
    height: 370px;
    margin-top: 20px;
    position: relative;
}
.inb5-list:first-child {
    margin-top: 0;
}
.inb5-list-img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.inb5-list-img img {
    width: 100%;
    height: 100%;
    transition: 0.3s;
}
.inb5-list:hover img {
    transform: scale(1.08);
}
.inb5-list-info {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}
.inb5-list-art {
    padding: 40px;
}
.inb5-list-tit {
    color: #FFFFFF;
    font-size: 20px;
    line-height: 26px;
    font-weight: bold;
}
.inb5-list-link {
    position: absolute;
    left: 40px;
    bottom: 40px;
    color: #FFFFFF;
    font-size: 14px;
    line-height: 20px;
    transition: 0.3s;
}
.inb5-list-link span {
    transition: 0.3s;
    padding-right: 24px;
    background: url(../images/more-grey.png) no-repeat right center;
}
.inb5-list:hover .inb5-list-link {
    color: #ffffff;
}
.index-block6 {
    background: url("/images/inb6-bg.jpg") no-repeat center top;
    padding: 75px 0 80px;
}
.inb6Tit {
    float: left;
    color: #FFFFFF;
    font-size: 36px;
    line-height: 52px;
    font-weight: bold;
}
.inb6-more {
    float: right;
    margin-top: 5px;
}
.inb6-main {
    margin-top: 40px;
}
.inb6-box {
    margin: 0 -10px;
}
.inb6-item {
    width: 33.33%;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
}
.inb6-info {
    padding: 35px 0;
    background-color: #fff;
}

.inb6-list {
    float: left;
    width: 50%;
    text-align: center;
    border-left: 1px solid rgba(112,112,112,0.16);
    box-sizing: border-box;
}
.inb6-list:first-child {
    border-left: 0;
}
.inb6-list .inb6-icon {
    display: block;
    text-align: center;
    margin-top: 10px;
    font-size: 14px;
    line-height: 20px;
    color: #04152C;
}
.inb6-list .inb6-icon:hover {
    color: #00429D;
}
.friLink {
    background-color: #EDEDED;
    padding: 25px 0;
    font-size: 14px;
    color: #828282;
    border-top: 0;
    line-height: 30px;
}
.item-dt {
    float: left;
}
.item-dd {
    float: left;
}
.item-dd a {
    margin-right: 15px;
}
.item-dd a:hover {
    color: #00429D;
}
.friLink em {
    font-weight: bold;
    margin-right: 10px;
    color: #00429D;
    padding-left: 22px;
    background: url("/images/flink.png") no-repeat left center;
}

/*--------------------------*/
/*导航固定*/
.wsc-Nav {
    width: 100%;
    height: 120px;
    position: fixed;
    z-index: 999;
    background-color: #fff;
}
.index-banner {
    padding-top: 120px;
    margin-top: 0;
}

@media screen and (min-width:1580px){
    .inMain {
        width: 1540px;
    }
}
@media screen and (min-width:1400px) and (max-width:1580px){
    .inMain {
        width: 1360px;
    }
    .ft-help {
        display: none;
    }
    .fn-item {
        margin-right: 80px;
    }
    .inb2-cont {
        padding-top: 38px;
    }
    .inban-item2 .inban-itit {
        height: 360px;
    }

}
@media screen and (min-width:1220px) and (max-width:1400px){
    .inMain {
        width: 1180px;
    }
    .inban-item2 .inban-itit {
        height: 330px;
    }
    .inban-item3 .inban-itit {
        height: 160px;
    }
    .ft-help {
        display: none;
    }
    .fn-item {
        margin-right: 50px;
    }
    .ft-mes {
        margin-right: 40px;
    }
    .inb1-list {
        height: 295px;
    }
    .inb1-top-news .swiper-container {
        height: 295px;
    }
    .inb1-top-news .list-info {
        height: 82px;
        background: url(../images/inb1-bg1s.png) no-repeat center top;
    }
    .inb1-top-news .list-tit {
        width: 70%;
        margin: 35px 0 0 20px;
    }
    .inb1-top-news .pagination2 {
        bottom: 32px;
    }
    .inb1-list-fg {
        padding: 25px 30px;
    }
    .inb1-fg-text {
        margin-top: 8px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        height: 26px;
        display: block;
    }
    .inb1-fg-time {
        margin-top: 10px;
    }
    .inb1-fg-list {
        margin-top: 12px;
    }
    .inb1-fg-bot {
        margin-top: 17px;
        padding-top: 17px;
        border-top: 1px dashed #C1C1C1;
    }
    .inb2-main .item-info {
        height: 108px;
        background: url(../images/inb2-bgs.png) no-repeat center top;
    }
    .inb2-main .item-tit {
        font-size: 20px;
        line-height: 26px;
    }
    .inb2-main .item-text {
        font-size: 16px;
        line-height: 21px;
    }
    .inb2-cont {
        padding-top: 44px;
    }
    .inb2-tit {
        font-size: 20px;
        line-height: 26px;
    }
    .inb2-text {
        margin-top: 20px;
    }
    .inb2-text p {
        font-size: 14px;
        line-height: 30px;
    }

}
@media screen and (max-width:1220px){
    .inMain {
        width: 1180px;
    }
    .inban-item2 .inban-itit {
        height: 330px;
    }
    .inban-item3 .inban-itit {
        height: 160px;
    }
    .ft-help {
        display: none;
    }
    .fn-item {
        margin-right: 50px;
    }
    .ft-mes {
        margin-right: 40px;
    }
    .inb1-list {
        height: 295px;
    }
    .inb1-top-news .swiper-container {
        height: 295px;
    }
    .inb1-top-news .list-info {
        height: 82px;
        background: url(../images/inb1-bg1s.png) no-repeat center top;
    }
    .inb1-top-news .list-tit {
        width: 70%;
        margin: 35px 0 0 20px;
    }
    .inb1-top-news .pagination2 {
        bottom: 32px;
    }
    .inb1-list-fg {
        padding: 25px 30px;
    }
    .inb1-fg-text {
        margin-top: 8px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        height: 26px;
        display: block;
    }
    .inb1-fg-time {
        margin-top: 10px;
    }
    .inb1-fg-list {
        margin-top: 12px;
    }
    .inb1-fg-bot {
        margin-top: 17px;
        padding-top: 17px;
        border-top: 1px dashed #C1C1C1;
    }
    .inb2-main .item-info {
        height: 108px;
        background: url(../images/inb2-bgs.png) no-repeat center top;
    }
    .inb2-main .item-tit {
        font-size: 20px;
        line-height: 26px;
    }
    .inb2-main .item-text {
        font-size: 16px;
        line-height: 21px;
    }
    .inb2-cont {
        padding-top: 44px;
    }
    .inb2-tit {
        font-size: 20px;
        line-height: 26px;
    }
    .inb2-text {
        margin-top: 20px;
    }
    .inb2-text p {
        font-size: 14px;
        line-height: 30px;
    }
}