.w1520 {

    width: 1520px;

    margin: 0 auto;

}



.header_ {

    height: 100px;

}



.header {

    height: 100px;

    line-height: 100px;

    background: rgba(255, 255, 255, 1);

    position: fixed;

    left: 0;

    top: 0;

    z-index: 8888;

    width: 100%;

}



.header .nav_box_pc li {

    display: inline-block;

    position: relative;



    margin-left: 50px;

}



.header .nav_box_pc li>a {

    font-size: 16px;

    color: #4D4D4D;

}



.header .nav_box_pc li>a {

    display: block;

}



.header .nav_box_pc li::after {

    content: '';

    position: absolute;

    bottom: 0;

    left: 50%;

    transform: translateX(-50%);

    width: 0;

    height: 3px;

    opacity: 0;

    border-radius: 2px;

    transition: all .5s;

}



.header .nav_box_pc li.active>a,

.header .nav_box_pc li:hover>a {

    color: #D70C19;

}



.header .nav_box_pc li.active::after,

.header .nav_box_pc li:hover::after {

    width: 100%;

    background: #D70C19;

    opacity: 1;

}



.header .nav_box_pc li .sub {

    position: absolute;

    z-index: -1;

    background: rgba(255, 255, 255, .9);

    line-height: normal;

    text-align: center;

    padding: 30px 0;

    width: 158px;

    box-shadow: 0px 5px 5px 0px rgba(0, 0, 0, 0.08);

    left: 50%;

    transform: translateX(-50%);

    opacity: 0;

    transition: all 1s;

    pointer-events: none;

}



.header .nav_box_pc li .sub>a {

    display: block;

    margin-bottom: 20px;

    font-size: 15px;

    color: #4D4D4D;

}



.header .nav_box_pc li .sub>a:hover {

    color: #D70C19;

}



.header .nav_box_pc li .sub>a:last-child {

    margin-bottom: 0;

}



.header .nav_box_pc li:hover .sub {

    z-index: 3;

    opacity: 1;

    pointer-events: all;

}



.ibanner .swiper-container {

    width: 100%;

}



.ibanner img {

    display: block;

    width: 100%;

}



.ibanner .swiper-pagination-bullet {

    width: 26px;

    height: 6px;

    background: #B6C0B7;

    border-radius: 3px;

    opacity: 1;

}



.ibanner .swiper-pagination-bullet-active {

    background: #fff;

}



.ibanner .swiper-slide img {

    width: 100%;

    height: 100%;

    object-fit: cover;

    transform: scale(1.1);

}



.ibanner .swiper-slide {

    max-height: 675px;

    overflow: hidden;
    background: #fff;
}



.ibanner .swiper-slide-active img {

    transform: scale(1);

    transition: all 5s;

}



.sbar {

    padding: 26px 0;

    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.06);

}



.notice-bar {

    width: 540px;

    height: 48px;

    line-height: 48px;

    background: #F7F7F7;

    padding: 0 20px;

    border-radius: 24px;

}



.notice-bar .swiper-container {

    height: 48px;

}



.search-bar {

    height: 48px;

    border: 1px solid #D70C19;

    border-radius: 24px;

    overflow: hidden;

    width: 620px;

}



.search-bar button {

    width: 25%;

    height: 48px;

    background: #D70C19;

    color: #fff;

    border: none;

    font-size: 15px;

}



.search-bar input {

    width: 75%;

    box-sizing: border-box;

    height: 48px;

    border: none;

    padding: 0 30px;

    background: transparent;

    font-size: 15px;

}



.search-bar input::placeholder {

    color: #B3B3B3;

}



.search-bar button .icon-sousuo {

    margin-right: 8px;

}



.sbar .contribute {

    display: block;

    width: 200px;

    height: 48px;

    line-height: 48px;

    background: #D70C19;

    color: #fff;

    border-radius: 24px;

    text-align: center;

    font-size: 15px;

    position: relative;

    margin-left: 30px;

}



.sbar .contribute .icon-aixinjuanzeng {

    font-size: 18px;

}



.sbar .contribute::before {

    content: '';

    position: absolute;

    top: -20px;

    left: -20px;

    bottom: -20px;

    right: -20px;

    background: inherit;

    border-radius: 50px;

    z-index: -1;

    opacity: 0.4;

    -webkit-transform: scale3d(0.8, 0.5, 1);

    transform: scale3d(0.8, 0.5, 1);

}



.sbar .contribute:hover::before {

    -webkit-animation: anim-moema-2 0.3s 0.3s forwards;

    animation: anim-moema-2 0.3s 0.3s forwards;

}



.sbar .contribute:hover {

    -webkit-animation: anim-moema-1 0.3s forwards;

    animation: anim-moema-1 0.3s forwards;

}



@-webkit-keyframes anim-moema-1 {

    60% {

        -webkit-transform: scale3d(0.8, 0.8, 1);

        transform: scale3d(0.8, 0.8, 1);

    }



    85% {

        -webkit-transform: scale3d(1.1, 1.1, 1);

        transform: scale3d(1.1, 1.1, 1);

    }



    100% {

        -webkit-transform: scale3d(1, 1, 1);

        transform: scale3d(1, 1, 1);

    }

}



@keyframes anim-moema-1 {

    60% {

        -webkit-transform: scale3d(0.8, 0.8, 1);

        transform: scale3d(0.8, 0.8, 1);

    }



    85% {

        -webkit-transform: scale3d(1.1, 1.1, 1);

        transform: scale3d(1.1, 1.1, 1);

    }



    100% {

        -webkit-transform: scale3d(1, 1, 1);

        transform: scale3d(1, 1, 1);

    }

}



@-webkit-keyframes anim-moema-2 {

    to {

        opacity: 0;

        -webkit-transform: scale3d(1, 1, 1);

        transform: scale3d(1, 1, 1);

    }

}



@keyframes anim-moema-2 {

    to {

        opacity: 0;

        -webkit-transform: scale3d(1, 1, 1);

        transform: scale3d(1, 1, 1);

    }

}



.s2 {

    padding: 100px 0;

}



.ititle {

    text-align: center;

    font-size: 30px;

    color: #1A1A1A;

    position: relative;

    padding-bottom: 10px;

}



.ititle::before {

    content: '';

    width: 20px;

    height: 3px;

    background: #E60012;

    border-radius: 1px;

    position: absolute;

    bottom: 0;

    left: 50%;

    transform: translateX(-50%);

}



.ititle::after {

    content: '';

    width: 120px;

    height: 1px;

    background: #E6E6E6;

    border-radius: 1px;

    position: absolute;

    bottom: 0;

    left: 50%;

    transform: translateX(-50%);

}



.s2 .cont {

    font-size: 0;

    margin-top: 56px;

    height: 303px;

}



.s2 .cont .item {

    display: inline-block;

    text-align: center;

    margin-right: 80px;

    width: 320px;




    box-sizing: border-box;

    position: relative;

}



.s2 .cont .item>a {

    display: block;
    padding: 58px 80px;
    border: 1px solid #E6E6E6;
    border-radius: 5px;
    transition: all .5s;
}



.s2 .cont .item img {

    transition: all .5s;

}



.s2 .cont .item .morea {

    transition: all .5s;

    opacity: 0;

    position: absolute;

    left: 50%;

    transform: translateX(-50%);

}



.s2 .cont .item:hover .morea {

    opacity: 1;

    transform: translateX(-50%) translateY(30px);

}






.s2 .cont .item:hover>a {
    border: 1px solid transparent;
    box-shadow: 0px 3px 29px 0px rgba(0, 0, 0, 0.06);
    padding-bottom: 80px;

}



.s2 .cont .item:nth-child(4n) {

    margin-right: 0;

}



.s2 .cont .item:hover img {

    transform: rotateY(180deg);

}



.s3 {

    background: url(../images/bg.jpg) no-repeat center center;

    background-size: cover;

    padding: 100px 0;

}



.s3 .tabnav {

    text-align: center;

    margin-top: 35px;

}



.s3 .tabnav li {

    display: inline-block;

    margin-right: 58px;

}



.s3 .tabnav li:last-child {

    margin-right: 0;

}



.s3 .tabnav li a {

    font-size: 18px;

    color: #4D4D4D;

}
.s3 .tabnav li.active a{
    color: #D70C19;
} 


.s3 .r_item {

    position: relative;

    width: 42%;

    height: 450px;

    border-radius: 10px;

}



.s3 .r_item img {

    position: relative;

    z-index: 1;
    height: 98%;

}



.s3 .r_item::after {

    content: '';

    position: absolute;

    width: 93%;

    height: 100%;

    left: 10px;

    top: 10px;

    background: #8D272B;

    border-radius: 10px;

    z-index: 0;

}



.s3 .l_item {

    width: 52%;

}



.s3 .l_item .inews_list .swiper-container {

    background: #fff;

    border-radius: 10px;

    height: 460px;

}



.s3 .l_item .inews_list .swiper-container .swiper-slide {

    padding: 0 30px;

    box-sizing: border-box;

}



.s3 .l_item .inews_list .swiper-container .swiper-slide a {

    display: block;

    padding: 30px 0;

    position: relative;

}



.s3 .l_item .inews_list .swiper-container .swiper-slide a .line::after {

    content: '';

    position: absolute;

    width: 100%;

    height: 1px;

    background: #F2F2F2;

    left: 0;

    bottom: 0;

    z-index: 1;

}



.s3 .l_item .inews_list .swiper-container .swiper-slide a .line::before {

    content: '';

    position: absolute;

    width: 0;

    height: 1px;

    background: #D70C19;

    left: 0;

    bottom: 0;

    z-index: 2;

    transition: all 1s;

}



.s3 .l_item .inews_list .swiper-container .swiper-slide a .desc {

    width: 86%;

    padding-left: 30px;

    border-left: 1px solid #E6E6E6;

}



.s3 .l_item .inews_list .swiper-container .swiper-slide a .title {

    font-size: 20px;

    transition: all .5s;

}



.s3 .l_item .inews_list .swiper-container .swiper-slide a .p {

    font-size: 14px;

    color: #808080;

    line-height: 28px;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-box-orient: vertical;

    margin-top: 10px;

}



.s3 .l_item .inews_list .swiper-container .swiper-slide a:hover .title {

    font-weight: bolder;

    color: #D70C19;

}



.s3 .l_item .inews_list .swiper-container .swiper-slide a:hover .line::before {

    width: 100%;

}



.s3 .l_item .news-pagination {

    position: relative;

    margin-top: 8px;

}



.s3 .l_item .news-pagination .swiper-pagination-bullet {

    width: 10px;

    height: 10px;

    border: 1px solid #E60012;

    border-radius: 50%;

    background: transparent;

    opacity: 1;

    margin: 0 5px;

    outline: none;

}



.s3 .l_item .news-pagination .swiper-pagination-bullet-active {

    background: #E60012;

}



.s4 {

    padding: 100px 0;

}



.s4 .cont {

    margin-top: 35px;

}


.s4 .swiper-container{
    flex: 1;
}
.s4 .cont .swiper-slide .img {

    height: 114px;

    line-height: 114px;

    border: 1px solid #F2F2F2;

    text-align: center;
    box-sizing: border-box;
}

.s4 .cont .swiper-slide .img a{
    display: block;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
}

.s4 .cont .swiper-slide .img img {

    display: inline-block;

    vertical-align: middle;

    max-width: 90%;
    max-height: 98%;
    object-fit: cover;

    transition: all .5s;

}



.s4 .cont .swiper-slide:hover .img img {

    transform: scale(1.1);

}



.s4 .cont {

    display: flex;

    align-items: center;

}



.s4 .cont .next i,

.s4 .cont .prev i {

    font-size: 26px;

    color: #DA2128;

    cursor: pointer;

}



.s4 .cont .prev {

    margin-right: 48px;

    outline: none;

}



.s4 .cont .next {

    transform: rotateY(180deg);

    margin-left: 48px;

    outline: none;

}



.s4 .cont .next.swiper-button-disabled i,

.s4 .cont .prev.swiper-button-disabled i {

    color: #CCCCCC;

}


.s5 .swiper-container{
    flex: 1;
}
.s5 {

    background: url(../images/bg2.jpg) no-repeat center center;

    background-size: cover;

    padding: 100px 0;

}



.s5 .cont {

    display: flex;

    align-items: center;

    margin-top: 50px;

}



.s5 .cont .prev {

    margin-right: 48px;

    outline: none;

}



.s5 .cont .next {

    transform: rotateY(180deg);

    margin-left: 48px;

    outline: none;

}



.s5 .cont .next i,

.s5 .cont .prev i {

    font-size: 26px;

    color: #DA2128;

    cursor: pointer;

}



.s5 .cont .next.swiper-button-disabled i,

.s5 .cont .prev.swiper-button-disabled i {

    color: #CCCCCC;

}



.s5 .cont .swiper-slide img {

    width: 100%;

}



footer {

    background: #F5F5F5;

}



footer .footerT {

    padding: 100px 0 20px;

}



footer .fnav {

    font-size: 0;

}



footer .fnav .item {

    display: inline-block;

    vertical-align: top;

    margin-left: 60px;

}



footer .fnav .item .t {

    font-size: 16px;

    color: #1A1A1A;

    font-weight: bolder;

    margin-bottom: 15px;

}



footer .fnav .item ul {

    line-height: 38px;

}



footer .fnav .item ul li a {

    font-size: 14px;

    color: #4D4D4D;

}



footer .fnav .item ul li a:hover {

    color: #DA2128;

}



footer .flogo {

    margin-top: 40px;

}



footer .fcode {

    text-align: center;

}



footer .fcode .t {

    font-size: 16px;

    color: #1A1A1A;

    font-weight: bolder;

    margin-bottom: 25px;

    text-align: left;

}


.fcode .pure img{
    display: block;
    max-width: 100px;
    width: 100px !important;
    height: 100px !important;
}
footer .fcode p {

    color: #4D4D4D;

    font-size: 12px;

    margin-top: 20px;

}



nav.app-nav .getAppNav {

    font-size: 20px;

    z-index: 6;

    position: absolute;

    width: 100%;

    height: 100%;

    margin: auto;

    right: 0;

    text-align: center;

    cursor: pointer;

}



nav.app-nav {

    position: absolute;

    top: 50%;

    right: 0;

    transform: translateY(-50%);

    height: 70px;

    line-height: 70px;

    width: 60px;

    display: none;

    z-index: 20;

}



nav.app-nav .getAppNav:before {

    content: '';

    position: absolute;

    width: 25px;

    height: 2px;

    background-color: #D70C19;

    top: 16px;

    bottom: 0;

    left: 0;

    right: 0;

    margin: auto;

    transition: all 0.3s ease-out;

    -webkit-transition: all 0.3s ease-out;

    -moz-transition: all 0.3s ease-out;

    -o-transition: all 0.3s ease-out;

    -ms-transition: all 0.3s ease-out;

}



nav.app-nav .getAppNav>span {

    position: absolute;

    width: 25px;

    height: 2px;

    background-color: #D70C19;

    top: 0;

    bottom: 0;

    left: 0;

    right: 0;

    margin: auto;

    opacity: 1;

    transition: all 0.3s ease-out;

    -webkit-transition: all 0.3s ease-out;

    -moz-transition: all 0.3s ease-out;

    -o-transition: all 0.3s ease-out;

    -ms-transition: all 0.3s ease-out;

}



nav.app-nav .getAppNav:after {

    content: '';

    position: absolute;

    width: 25px;

    height: 2px;

    background-color: #D70C19;

    top: -16px;

    bottom: 0;

    left: 0;

    right: 0;

    margin: auto;

    transition: all 0.3s ease-out;

    -webkit-transition: all 0.3s ease-out;

    -moz-transition: all 0.3s ease-out;

    -o-transition: all 0.3s ease-out;

    -ms-transition: all 0.3s ease-out;

}



nav.app-nav .menuActive:before {

    transform: rotate(-45deg);

    transform-origin: 50% 50%;

    top: 0px !important;

}



nav.app-nav .menuActive:after {

    transform: rotate(45deg);

    transform-origin: 50% 50%;

    top: 0px !important;

}



nav.app-nav .menuActive>span {

    opacity: 0 !important;

}



nav.app-nav>ul {

    display: none;

    position: absolute;

    top: 100%;

    right: 0;

}



nav.app-nav>ul>li {

    width: 100%;

    line-height: 40px;

    text-align: center;

    background-color: rgba(255, 255, 255, 1);

    transition: all 0.3s ease-out;

    -webkit-transition: all 0.3s ease-out;

    -moz-transition: all 0.3s ease-out;

    -o-transition: all 0.3s ease-out;

    -ms-transition: all 0.3s ease-out;

    border-top: 1px solid #eee;

    font-weight: bold;

}



nav.app-nav>ul>li>a {

    display: inline-block;

    width: 100%;

    color: rgba(0, 0, 0, 0.7);

}



nav.app-nav>ul>li.child-Down>.child-nav {

    padding: 0;

    overflow: hidden;

    background-color: rgba(226, 226, 226, 0.7);

}



nav.app-nav>ul>li.child-Down>.child-nav>li {

    width: 50%;

    float: left;

    text-align: center;

    line-height: 0.4rem;

    transition: all 0.3s ease-out;

    -webkit-transition: all 0.3s ease-out;

    -moz-transition: all 0.3s ease-out;

    -o-transition: all 0.3s ease-out;

    -ms-transition: all 0.3s ease-out;

    height: 0;

}



nav.app-nav>ul>li.child-Down>.child-nav.on>li {

    height: 40px;

}



nav.app-nav>ul>li.child-Down>.child-nav>li>a {

    display: inline-block;

    width: 100%;

    color: rgba(47, 47, 47, 0.7);

    height: 40px;

    line-height: 40px;

    overflow: hidden;

}



footer .footerB {

    text-align: center;

    font-size: 13px;

    color: #999999;

    padding: 20px 0;

    border-top: 1px solid #E6E6E6;

}



.nybanner {

    position: relative;

    overflow: hidden;

}



.nybanner>img {

    width: 100%;

    filter: blur(0px);

    transition: all 2s cubic-bezier(0.7, 0.01, 0.3, 1);

    -webkit-transition: all 2s cubic-bezier(0.7, 0.01, 0.3, 1);

    -moz-transition: all 2s cubic-bezier(0.7, 0.01, 0.3, 1);

    -o-transition: all 2s cubic-bezier(0.7, 0.01, 0.3, 1);

}



.nybanner>.buleMask1 {

    mix-blend-mode: multiply;

    transform: rotate(0deg);

    -webkit-transform: rotate(0deg);

    -moz-transform: rotate(0deg);

    -o-transform: rotate(0deg);

    position: absolute;

    width: 100%;

    height: 100%;

    right: 100%;

    bottom: 0;

    margin: auto;

    /* background-color: rgba(0, 0, 0, 0.4); */

    background-image: linear-gradient(to right, rgb(160 160 160) , transparent);

    z-index: 2;

    transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);

    -webkit-transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);

    -moz-transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);

    -o-transition: all 1s cubic-bezier(0.7, 0.01, 0.3, 1);

    transform-origin: 0 50%;

}



.nybanner>.buleMask1.go {

    -webkit-animation: bannergo 2s forwards ease-in-out;

    animation: bannergo 2s forwards ease-in-out;

}



.nybanner .text {

    font-size: 24px;

    color: #FFFFFF;

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    z-index: 3;

    left: 20%;

}



.nybanner .text {

    left: 11%;

}

.nybanner .contribute{

    position: absolute;

    right: 11%;

    display: block;

    width: 146px;

    height: 40px;

    line-height: 40px;

    background: #D70C19;

    color: #fff;

    border-radius: 24px;

    text-align: center;

    font-size: 15px;

    top: 100%;

    transition: all .5s;

    transition-delay: 2s;

}

.nybanner .contribute.go{

    top: 50%;

    transform: translateY(-50%);

}

.ny-position {

    padding: 20px 0;

    text-align: right;

    font-size: 14px;

    color: #808080;
    white-space: nowrap;

    overflow: hidden;
  
    text-overflow: ellipsis;

}

.jgyw_s1 {

    font-size: 0;

    display: flex;

}

.jgyw_s1 .img{

    flex-shrink: 0;

    float: left;

    vertical-align: top;

}

.jgyw_s1 .img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.jgyw_s1 .desc{

    float: right;

    padding:66px 40px;

    display: inline-block;

    box-sizing: border-box;

    background: #fafafa;

}

.jgyw_s2 .l_item{

    width: 40%;

}

.jgyw_s2 img{

    max-width: 100%;

}

.jgyw_act_list{

    font-size: 0;

}

.jgyw_act_list>a{

    display: inline-block;

    vertical-align: top;

    width: 48%;

    margin-right: 4%;

    box-sizing: border-box;

    padding: 20px 30px;

    background: #FAFAFA;

    transition: all .5s;

    margin-bottom: 20px;

}

.jgyw_act_list>a:hover{

    box-shadow: 0px 7px 6px 0px rgba(31, 29, 29, 0.06);

}

.jgyw_act_list>a:nth-child(2n){

    margin-right: 0;

}

@-webkit-keyframes bannergo {

    0% {

        right: 0%;

        opacity: 1;

    }



    60% {

        right: -100%;

        opacity: 1;

    }



    61% {

        right: 100%;

        opacity: 0;

    }



    100% {

        right: 20%;

        opacity: 1;

    }

}



@keyframes bannergo {

    0% {

        right: 100%;

        opacity: 1;

    }



    60% {

        right: -100%;

        opacity: 1;

    }



    60.0001% {

        right: 100%;

        opacity: 0;

    }



    100% {

        right: 20%;

        opacity: 1;

    }

}



.nynav {

    border-top: 1px solid #EDEDED;

}

.nynav ul {
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}

.nynav ul li {

    display: inline-block;

    margin-right: 58px;

    line-height: 48px;

}



.nynav ul li a {

    display: block;

    font-size: 15px;

    color: #4D4D4D;

    position: relative;

}



.nynav ul li.active a {

    color: #D70C19;

}



.nynav ul li.active a:after {

    content: '';

    position: absolute;

    width: 100%;

    top: 0;

    left: 0;

    height: 3px;

    background: #D70C19;

}



.about_main .cont img {

    max-width: 100%;

}



.lsh_list ul {

    font-size: 0;

}



.lsh_list ul li {

    display: inline-block;

    vertical-align: top;

    width: 33.3%;

    padding: 40px 0 70px;

    transition: all .5s;

}



.lsh_list ul li .img {

    width: 152px;

    height: 152px;

    border-radius: 50%;

    overflow: hidden;

    margin: 0 auto;

    border: 4px solid #e6e6e6;

}



.lsh_list ul li .img img {

    width: 100%;

    height: 100%;

    object-fit: cover;

}



.lsh_list ul li:hover {

    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.04);

}

.honor{

    margin-top: 80px;

}

.honor .honor_box .t{

    text-align: center;

    font-size: 20px;

    color: #1A1A1A;

    font-weight: bold;

    margin-bottom: 20px;

}

.honor .honor_box .line{

    width: 100%;

    height: 1px;

    background: #F2F2F2; 

    position: relative;

    margin-bottom: 20px;

}

.honor .honor_box .line .point{

    position: absolute;

    width: 10px;

    height: 10px;

    border-radius: 50%;

    background: #CCCCCC;

    top: 50%;

    left: 50%;

    transform: translate(-50%,-50%);

    z-index: 2;

    cursor: pointer;

}

.honor .honor_box .line::after{

    content: '';

    position: absolute;

    top: 50%;

    left: 50%;

    background: #EDEDED;

    border-radius: 50px;

    z-index: 1;

    width: 20px;

    height: 20px;

    margin-top: -10px;

    margin-left: -10px;

    -webkit-animation: halo 1s 0.5s infinite ease-out;

    -moz-animation: halo 1s 0.5s infinite ease-out;

    animation: halo 1s 0.5s infinite ease-out;

}

.honor .honor_box .bt_box{

    padding: 25px;

    width: 320px;

    margin: 0 auto;

    box-sizing: border-box;

    border-radius: 5px;
    max-height: 280px;
    overflow-y: auto;
}

.honor .honor_box .bt_box .img{

    height: 0;

    overflow: hidden;

}

.honor .honor_box .bt_box .img img{

    max-width: 100%;

    height: 100%;

    object-fit: cover;

    display: block;

    margin: 0 auto;

}

.honor .honor_box .bt_box .p{

    font-size: 15px;

    color: #4D4D4D;

    line-height: 30px;

}



.honor .swiper-slide-active .honor_box .bt_box{

    box-shadow: 0px 3px 21px 0px rgba(0, 0, 0, 0.04);

}

.honor .swiper-slide-active  .honor_box .bt_box .img{

    height: 192px;
    transition: all 1s;
    margin-bottom: 20px;

}
.honor .honor_box:hover .bt_box .img{
    height: 192px;
    transition: all 1s;
    margin-bottom: 20px;
}
.honor .honor_box:hover .line .point{

    background: #D70C19;

} 

.honor .honor_box:hover .line::after{

    background: #FFDEE1;

} 

.honor .swiper-slide-active .t{

    color: #D70C19;

} 

.honor .swiper-slide-active  .line .point{

    background: #D70C19;

} 

.honor .swiper-slide-active  .line::after{

    background: #FFDEE1;

}

.hbannerBox{

    display: flex;

    justify-content: space-between;

}

.hbannerBox .prev{

    width: 30px;

    height: 30px;

    margin-right: 2%;

    background: url(../images/l_arrow1.png) no-repeat center center;

    background-size: 100%;

    outline: none;

    margin-top: 124px;

    cursor: pointer;

    flex-shrink: 0;

}

.hbannerBox .next{

    width: 30px;

    height: 30px;

    margin-left: 2%;

    background: url(../images/l_arrow3.png) no-repeat center center;

    background-size: 100%;

    outline: none;

    margin-top: 124px;

    cursor: pointer;

    flex-shrink: 0;

}

.hbannerBox .prev:hover{

    background: url(../images/l_arrow2.png) no-repeat center center;

    background-size: 100%;

}

.hbannerBox .next:hover{

    background: url(../images/l_arrow4.png) no-repeat center center;

    background-size: 100%;

}

.hbannerBox .prev.swiper-button-disabled:hover{

    background: url(../images/l_arrow1.png) no-repeat center center;

    background-size: 100%;

}

.hbannerBox .next.swiper-button-disabled:hover{

    background: url(../images/l_arrow3.png) no-repeat center center;

    background-size: 100%;

}

.hbannerBox{

    padding-bottom: 60px;

}

.contact_us{

    font-size: 0;

    border: 1px solid #E6E6E6;

    background: #FAFAFA;

}

.contact_us .l_item{

    display: inline-block;

    vertical-align: top;

    width: 37%;

    padding: 55px 40px;

    box-sizing: border-box;

}

.contact_us .l_item .t{

    font-size: 18px;

    font-weight: bold;

    color: #1A1A1A;

    position: relative;

    margin-bottom: 20px;

}

.contact_us .l_item .t::after{

    content: '';

    display: block;

    width: 30px;

    background: #D70C19;

    height: 2px;

    margin-top: 10px;

}

.contact_us .l_item ul li{

    position: relative;

    font-size: 15px;

    padding-left: 30px;

    color: #4D4D4D;

}

.contact_us .l_item ul li p{

    margin-bottom: 20px;

}

.contact_us .l_item ul li img{

    position: absolute;

    left: 0;

    top: 6px;

    width: 18px;
    height: 18px;
}

.contact_us .r_item{

    position: relative;

    width: 63%;

    height: 100%;

    display: inline-block;

    vertical-align: top;

}

.contact_us .r_item .map{

    min-height: 500px;

    height: 100%;

}

.contact_us .r_item .map img{

    max-width: inherit;

}

.xmdt_s1 .list>a{

    display: block;

    padding: 20px 0;

    border-bottom: 1px dashed #E6E6E6;

}

.xmdt_s1 .list>a:hover p:nth-child(1){

    color: #D70C19 !important;

}

.list-file{

    font-size: 0;

}

.list-file .list-group-item {

    display: inline-block;

    border-bottom: 1px solid rgba(213,223,235,0.5);

    padding: 18px 0;

    width: 32%;

    margin-right: 2%;

    vertical-align: top;

}

.list-file .list-group-item:nth-child(3n){

    margin-right: 0;

}

.list-file .list-group-item .ell {

    font-size: 13px;

    width: 100%;

    display: inline-block;

}

.list-file .list-group-item .ell .tbox {

    display: inline-block;

}
.list-file .list-group-item .ell .tbox .t:hover{
    white-space: inherit;
    overflow: inherit;
    text-overflow: inherit;
}
.list-file .list-group-item .ell .img-file {

    display: inline-block;

    vertical-align: top;

    margin-right: 10px;

}

.list-file .list-group-item .tbox .t{

    line-height: 1.5;

    margin-bottom: 10px;

}

.list-file .list-group-item .tbox .time{

    line-height: 1;

}

.list-file .list-group-item .btn-links {

    display: inline-block;

    vertical-align: top;

    margin-top: 6px;

}

.list-file .list-group-item .btn-links a{

    display: inline-block;

    width: 87px;

    height: 32px;

    border: 1px solid #E6E6E6;

    border-radius: 16px;

    text-align: center;

    line-height: 30px;

    transition: all .5s;

}

.list-file .list-group-item .btn-links a:hover{

    background: #D70C19;

    color: #fff;
    border: 1px solid #D70C19;

}

.list-file .list-group-item:hover .tbox .t{

    color: #D70C19;

}

.xmdt_s1 .word img{

    max-width: 100%;

}

.red_btn{

    display: inline-block;

    font-size: 15px;

    padding: 6px 30px;

    border-radius: 18px;

    color: #fff;

    background: #D70C19;

    position: relative;

}

.red_btn::before {

    content: '';

    position: absolute;

    top: -20px;

    left: -20px;

    bottom: -20px;

    right: -20px;

    background: inherit;

    border-radius: 50px;

    z-index: -1;

    opacity: 0.4;

    -webkit-transform: scale3d(0.6, 0.3, 1);

    transform: scale3d(0.6, 0.3, 1);

}

.red_btn:hover::before {

    -webkit-animation: anim-moema-2 0.3s 0.3s forwards;

    animation: anim-moema-2 0.3s 0.3s forwards;

}

.jzform_box{

    width: 790px;

}

/* .jzform_box .jzselect{

    width: 100%;

    border: 1px solid #E6E6E6;

    line-height: 40px;

    position: relative;

    font-size: 0;

} */

/* .jzform_box .jzselect select{

    width: 100%;

    height: 100%;

    border: none;

    appearance: none;

    height: 40px;

    padding: 0 20px;

    font-size: 15px;

    color: #1A1A1A;
    -webkit-appearance: none;
} */
.jzform_box .jzselect{
    position: relative;
}
.jzform_box .jzselect .select-picker-options-wrp{
    display: none;
    position: absolute;
    left: 0;
    width: 100%;
    background: #fff;
    z-index: 3;
}
.jzform_box .jzselect .select-picker-options-wrp .select-picker-options-serch{
    margin: 10px auto;
}
.jzform_box .jzselect .select-picker-options-wrp .select-picker-options-list{
    max-height: 336px;
    overflow-y: scroll;
}
.jzform_box .jzselect .select-picker-options-wrp .select-picker-options-list .select-picker-options-list-item{
    background: #333333;
    padding:10px 20px;
    border-bottom:1px solid #434343;
    color: #fff;
    font-size: 15px;
    cursor: pointer;
}
.jzform_box .jzselect .select-picker-options-wrp .select-picker-options-list .select-picker-options-list-item.active{
    background: #D70C19;
    border-bottom:1px solid #D70C19;
}
.hidden{
    display: none !important;
}
.jzform_box .jzselect .select-picker-options-wrp .select-picker-options-serch input{
    display: block;
    width: 100%;
    height: 40px;
    border: 1px solid #FFD9D9;
    background: #FAFAFA;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 0 20px;
}
.select-picker-search.open~.select-picker-options-wrp{
    display: block;
}
.jzform_box .jzselect .select-picker-search{
    width: 100%;

    border: 1px solid #E6E6E6;

    line-height: 40px;

    position: relative;

    font-size: 0;
    padding: 0 20px;
    cursor: pointer;
}
.jzform_box .jzselect .select-picker-search::after{

    content: '';

    position: absolute;

    right: 20px;

    top: 50%;

    transform: translateY(-50%);

    border-right:6px solid transparent;

	border-left:6px solid transparent;

	border-top:6px solid #999999;

}

.jzform_box select option{

    font-size: 14px;

    color: #1A1A1A;

    height: 40px;

    line-height: 40px !important;

}

.jzform_box .item .input{

    border: 1px solid #E6E6E6;

    line-height: 40px;

    font-size: 0;

}

.jzform_box .item .input input{

    background: transparent;

    border: none;

    width: 100%;

    height: 100%;

    padding: 0 20px;

    font-size: 15px;

    color: #1A1A1A;

    height: 40px;

}

.radio_item{

    display: flex;

    align-items: center;



}

.radio_item label{

    display: flex;

    align-items: center;

    margin-left: 30px;

}

.radio_item .input{

    width: 232px;

    margin-left: auto;

}

.radio_item .radio_box input{

    visibility: hidden !important;

}

.radio_item .radio_box{

    width: 15px;

    height: 15px;

    position: relative;

    margin-right: 10px;

}

.radio_item .radio_box input {

    width: 15px;

    height: 15px;

    position: absolute;

    top: 0;

    left: 0;

    z-index: 1;

    opacity: 0;

}

.radio_item .radio_box input:checked+span::after {

    content: '';

    background: url(../images/input2.png) no-repeat center center;

    width: 15px;

    height: 15px;

    background-size: 100% 100%;

    position: absolute;

    top: 0px;

    left: 0px;

}

.radio_item .radio_box input+span::before {

    content: '';

    background: url(../images/input1.png) no-repeat center center;

    width: 15px;

    height:15px;

    background-size: 100% 100%;

    position: absolute;

    top: 0px;

    left:0px;

}



.accept label{

    display: flex;

    align-items: center;

}

.accept .radio_box input{

    visibility: hidden !important;

}

.accept .radio_box{

    width: 15px;

    height: 15px;

    position: relative;

    margin-right: 10px;

}

.accept .radio_box input {

    width: 15px;

    height: 15px;

    position: absolute;

    top: 0;

    left: 0;

    z-index: 1;

    opacity: 0;

}

.accept .radio_box input:checked+span::after {

    content: '';

    background: url(../images/input4.png) no-repeat center center;

    width: 15px;

    height: 15px;

    background-size: 100% 100%;

    position: absolute;

    top: 0px;

    left: 0px;

}

.accept .radio_box input+span::before {

    content: '';

    background: url(../images/input3.png) no-repeat center center;

    width: 15px;

    height:15px;

    background-size: 100% 100%;

    position: absolute;

    top: 0px;

    left:0px;

}

.pay_way{

    display: flex;

    justify-content: space-between;

}

.pay_way label{

    display: flex;

    align-items: center;

    border: 1px solid #F2F2F2;

    padding: 0 15px;

    height: 60px;

    width: 250px;

    box-sizing: border-box;

}
.pay_way .img img{
    display: block;
    max-width: 30px;
}
.pay_way .img i{
    display: block;
    font-size: 28px;
}
.pay_way .radio_box input{

    visibility: hidden !important;

}

.pay_way .radio_box{

    width: 20px;

    height: 20px;

    position: relative;

    margin-left: auto;

}

.pay_way .radio_box input {

    width: 20px;

    height: 20px;

    position: absolute;

    top: 0;

    left: 0;

    z-index: 1;

    opacity: 0;

}

.pay_way .radio_box input:checked+span::after {

    content: '';

    background: url(../images/input6.png) no-repeat center center;

    width: 20px;

    height: 20px;

    background-size: 100% 100%;

    position: absolute;

    top: 0px;

    left: 0px;

}

.pay_way .radio_box input+span::before {

    content: '';

    background: url(../images/input5.png) no-repeat center center;

    width: 20px;

    height:20px;

    background-size: 100% 100%;

    position: absolute;

    top: 0px;

    left:0px;

}

.jzbtn{

    width: 150px;

    height: 36px;

    background: #D70C19;

    border-radius: 5px;

    line-height: 36px;

    text-align: center;

    color: #FFFFFF;

    font-size: 15px;

    border: none;

    padding: 0;

}

@-webkit-keyframes halo {

    0% {

        opacity: 0;

        -webkit-transform: scale(0.1);

    }



    50% {

        opacity: 1;

    }



    100% {

        opacity: 0;

        -webkit-transform: scale(1.2);

    }

}



@-moz-keyframes halo {

    0% {

        opacity: 0;

        -moz-transform: scale(0.1);

    }



    50% {

        opacity: 1;

    }



    100% {

        opacity: 0;

        -moz-transform: scale(1.2);

    }

}



@-ms-keyframes halo {

    0% {

        opacity: 0;

    }



    50% {

        opacity: 1;

    }



    100% {

        opacity: 0;

    }

}



@-o-keyframes halo {

    0% {

        opacity: 0;

        -o-transform: scale(0.1);

    }



    50% {

        opacity: 1;

    }



    100% {

        opacity: 0;

        -o-transform: scale(1.2);

    }

}



@keyframes halo {

    0% {

        opacity: 0;

        transform: scale(0.1);

    }



    50% {

        opacity: 1;

    }



    100% {

        opacity: 0;

        transform: scale(1.2);

    }

}

.ywjs_list{

    font-size: 0;
    display: flex;
    align-items: center;
}

.ywjs_list a{

    display: inline-block;

    vertical-align: top;

    width: 100%;
    border: 1px solid #F2F2F2;

    overflow: hidden;

    position: relative;

    transition: all .5s;

}
.ywjs_list .next,.ywjs_list .prev{
    outline: none;
}
.ywjs_list .next{
    margin-left: 48px;
}
.ywjs_list .prev{
    margin-right: 48px;
}
.ywjs_list .next i, .ywjs_list .prev i{
    color: #DA2128;
    cursor: pointer;
    font-size: 26px;
}
.ywjs_list .next {
    transform: rotateY(180deg);
}
.ywjs_list  .next.swiper-button-disabled i, .ywjs_list  .prev.swiper-button-disabled i {
    color: #CCCCCC;
}
.ywjs_list a>img{

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.ywjs_list a .mask{

    position: absolute;

    width: 100%;

    height: 100%;

    background: rgba(0,0,0,.5);

    top: 0;

    left: 0;

    opacity: 0;

    transition: all .5s;

}

.ywjs_list a .mask img{

    position: absolute;

    top: 50%;

    left: 50%;

    transform: translate(-50%,-50%);

}

.ywjs_list a:hover{

    box-shadow: 0px 7px 6px 0px rgb(0,0,0,.2);

}

.ywjs_list a:hover .mask{

    opacity: 1;

}

.page {

    text-align: center;

}

.page ul{

    display: inline-block;

    vertical-align: middle;

}

.page ul li{

    font-size: 14px;

    color: #4D4D4D;

    border: 1px solid #E6E6E6;

    display: inline-block;

    vertical-align: middle;

    border-radius: 2px;

    margin-right: 8px;

    background: #F2F2F2;
    margin-bottom: 10px;
}

.page ul li a{

    display: block;

    padding: 3px 8px;

}

.page ul li span{

    display: block;

    padding: 3px 8px;

}

.page ul li.active span{

    background: #C92B2F;

    color: #fff;

    padding: 3px 8px;

    border: 1px solid #C92B2F;

}

.gyxm .type-list{

    font-size: 0;
    text-align: center;

}

.gyxm .type-list>a{

    display: inline-block;

    min-width: 280px;

    line-height: 40px;

    text-align: center;

    color: #D70C19;

    border: 1px solid #D70C19;

    margin-right: 22px;

    border-radius: 20px;

    margin-bottom: 30px;

}
.gyxm .type-list>a:hover{
    background: #D70C19;
    color:#fff;
}
.fwtx{

    display: flex;

    justify-content: space-between;

    flex-wrap: wrap;

    align-items: center;

}

.fwtx .item{

    width: 47%;

    display: flex;

    align-items: center;

    margin-top: 40px;

}

.fwtx .item .l_font{

    width: 50px;

    height: 50px;

    text-align: center;

    background: #E60012 !important;

    border-radius: 50%;

}

.fwtx .item .l_font p{

    line-height: 50px;

    font-size: 20px;

    font-size: 20px;

    color: #FFFFFF;

    transition: all .5s;

}

.fwtx .item:hover .l_font p{

    transform: translateY(-5px);

}

.fwtx .item .r_word{

    width: calc(100% - 70px);

    margin-left: auto;

    font-size: 15px;

    color: #4D4D4D;

    line-height: 30px;

}

.fwtx .item:nth-child(2) .l_font{

    background: #0082E6;

}

.fwtx .item:nth-child(3) .l_font{

    background: #A800E6;

}

.fwtx .item:nth-child(4) .l_font{

    background: #E69800;

}

.rqmx_list ul{

    font-size: 0;

}

.rqmx_list ul li{

    display: inline-block;

    vertical-align: top;

    width: 31.5%;

    height: 300px;

    margin-right: 2.75%;

    position: relative;

}

.rqmx_list ul li img{

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.rqmx_list ul li:nth-child(3n){

    margin-right: 0;

}

.rqmx_list ul li .mask{

    position: absolute;

    width: 94%;

    height: 88%;

    border: 1px solid #fff;

    top: 50%;

    left: 50%;

    transform: translate(-50%,-50%);

    text-align: center;

    color: #fff;

}

.rqmx_list ul li .mask .t{

    font-size: 22px;

    font-weight: bold;

    margin-top: 60px;

    position: relative;

    transition: all .5s;

    /*transform: translateY(55px);*/

}

.rqmx_list ul li .mask .t::after{

    content: '';

    display: block;

    width: 26px;

    height: 3px;

    background: #E60012;

    margin: 6px auto 20px;

    opacity: 0;

    transition: all .5s;

}

.rqmx_list ul li .mask .desc{

    font-size: 16px;

    line-height: 30px;

    position: relative;

    transition: all .5s;

    /*opacity: 0;*/

    transform: translateY(10px);

}

.rqmx_list ul li:hover .mask .t{

    transform: translateY(0);

}

.rqmx_list ul li:hover .mask .t::after{

    opacity: 1;

}

.rqmx_list ul li:hover .mask .desc{

    opacity: 1;

    transform: translateY(0);

    transition-delay: .6s;

}

.ppxm_s4 .word img{

    max-width: 100%;

}

.gyxm_list ul{

    font-size: 0;

}



.gyxm_list ul li{

    display: inline-block;

    vertical-align: top;

    width: 48%;

    margin-right: 4%;

    transition: all .5s;

    box-sizing: border-box;

    padding: 40px 30px 36px;

    background: #FAFAFA;

    margin-bottom: 30px;

    transition: all .3s;

}

.gyxm_list ul li a{

    display: block;

}

.gyxm_list ul li:nth-child(2n){

    margin-right: 0;

}

.gyxm_list ul li .l_item{

    width: 80%;

    float: left;

}

.gyxm_list ul li .r_item{

    float: right;

    margin-top: 30px;

    text-decoration: underline;

    color: #D70C19;

    font-size: 15px;

}

.gyxm_list ul li .t{

    font-size: 16px;

    color: #1A1A1A;

    margin-bottom: 25px;

}

.gyxm_list ul li .desc{

    font-size: 14px;

    color: #999999;

    line-height: 24px;

}

.gyxm_list ul li:hover{

    transform: translateY(-10px);

    background: #D70C19;

}

.gyxm_list ul li:hover .t{

    color: #fff;

}

.gyxm_list ul li:hover .desc{

    color: #fff;

}

.gyxm_list ul li:hover .r_item{

    color: #fff;

}

.gyxmxq_cont .word img{

    max-width: 100%;

}

.gyxmxq_tab>a{

    display: inline-block;

    padding: 8px 28px;

    background: #F2F2F2;

    font-size: 16px;

    color: #808080;

    margin-right: 6px;

}

.gyxmxq_tab>a.active{

    background: #D70C19;

    color: #fff;

}

.gyxmxq_tab{

    border-bottom: 1px solid #EDEDED;

}

.xmxq_bot .more{

    font-size: 16px;

    color: #D70C19;

    padding: 6px 25px;

    border: 1px solid #D70C19;

    border-radius: 18px;
    display: inline-block;

}

.xmxq_bot .btn{

    text-align: center;

}

.xmxq_bot .btn>a{

    display: inline-block;

    color: #fff;

    text-align: center;

    background: #D70C19;

    box-sizing: border-box;

    padding: 5px 30px;
    border-radius: 5px;

}

.xmxq_bot .btn>a:nth-child(2){

    background: #5078D2;

    margin-left: 35px;

}

.gyxmxq_cont .gyxm_progress li{

    position: relative;

    padding-left: 36px;

    padding-bottom: 40px;

}

.gyxmxq_cont .gyxm_progress li .t{

    font-size: 16px;

}

.gyxmxq_cont .gyxm_progress li::before{

    content: '';

    position: absolute;

    left: 0;

    top: 6px;

    width: 12px;

    height: 12px;

    background: #D70C19;

    border-radius: 50%;

    z-index: 2;

}

.gyxmxq_cont .gyxm_progress li::after{

    content: '';

    position: absolute;

    height: 100%;

    width: 1px;

    background: #FFD7DA;

    left: 6px;

    top: 6px;

    z-index: 1;

}

.gyxmxq_cont .gyxm_progress li:last-child::after{

    display: none;

}

.gyxmxq_cont .gyxm_progress li .img_list{

    font-size: 0;

    width: 290px;

}

.gyxmxq_cont .gyxm_progress li .img_list .item{

    display: inline-block;

    width: 86px;

    height: 86px;

    overflow: hidden;

    margin-right: 15px;

    margin-top: 20px;

    cursor: pointer;

}

.gyxmxq_cont .gyxm_progress li .img_list .item:nth-child(3n){

    margin-right: 0;

}

.gyxmxq_cont .gyxm_progress li .img_list .item img{

    width: 100%;

    height: 100%;

    object-fit: cover;

}

.progress-overflow{

    overflow: hidden;

    text-overflow: ellipsis;

    -webkit-box-orient: vertical;

    display: -webkit-box;

    -webkit-line-clamp: 3;

    position: relative;

}

.progress-word{

    position: relative;

    width: 48%;

}

.progress-word p{

    width: calc(100% - 90px);

}

.progress-word .more{

    position: absolute;

    color: #D70C19;

    bottom: 4px;

    right: 0;

    display: none;

}

.progress-word.progress-overflow .more{

    display: block;

}

#pictureViewer{

    width: 100%;

    height: 100%;

    position: fixed;

    top: 0;

    left: 0;

    background-color: rgba(0,0,0,.3);

    z-index: 10000;

}

#pictureViewer > .content{

    background-color: #fff;

    position: absolute;

    width: 60%;

    height:80%;

    margin: auto;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

}

#pictureViewer .menu-bar{

    width: 100%;

}

#pictureViewer .menu-bar .handel{

    width: 40px;

    height: 40px;

    float: right;

    background-repeat: no-repeat;

    background-position: 50%;

    cursor: pointer;

}

#pictureViewer .menu-bar .handel:hover{

    background-color: #D70C19;



    -webkit-transition: all .3s;

    -moz-transition: all .3s;

    -ms-transition: all .3s;

    -o-transition: all .3s;

    transition: all .3s;

}

#pictureViewer .menu-bar .handel.maximization{

    background-image: url(../images/icons/maximization_black.png);

    background-size: 14px;

}

#pictureViewer .menu-bar .handel.maximization:hover{

    background-image: url(../images/icons/maximization_white.png);

}

#pictureViewer .menu-bar .handel.miniaturization{

    background-size: 16px;

    background-image: url(../images/icons/maximization_black.png);

}

#pictureViewer .menu-bar .handel.miniaturization:hover{

    background-image: url(../images/icons/maximization_white.png);

}

#pictureViewer .menu-bar .handel.close-view{

    background-image: url(../images/icons/close_black.png);

    background-size: 15px;

}

#pictureViewer .menu-bar .handel.close-view:hover{

    background-image: url(../images/icons/close_white.png);

}

#pictureViewer .handel-prev,

#pictureViewer .handel-next{

    display: inline-block;

    width: 50px;

    height: 70px;

    position: relative;

    top: calc(50% - 80px);

    background-repeat: no-repeat;

    background-size: 25px;

    background-position: 50%;

    cursor: pointer;



    -webkit-transition: all .3s;

    -moz-transition: all .3s;

    -ms-transition: all .3s;

    -o-transition: all .3s;

    transition: all .3s;

}

#pictureViewer .handel-prev{

    background-image: url(../images/icons/prev_blank.png);

}

#pictureViewer .handel-next{

    background-image: url(../images/icons/next_blank.png);

}

#pictureViewer .handel-prev:hover,

#pictureViewer .handel-next:hover{

    background-color: #D70C19;

}

#pictureViewer .handel-prev:hover{

    background-image: url(../images/icons/prev_white.png);

}

#pictureViewer .handel-next:hover{

    background-image: url(../images/icons/next_white.png);

}

#pictureViewer .picture-content{

    display: inline-block;

    width: 80%;

    height: calc(100% - 80px);

    position: absolute;

    margin: 0 auto;

    left: 0;

    right: 0;

}

#pictureViewer .picture-content .cover{

    position: absolute;

    margin: auto;

    top: 0;

    right: 0;

    bottom: 0;

    left: 0;

}

#pictureViewer .counter{

    position: absolute;

    bottom: 0;

    height: 40px;

    line-height: 40px;

    width: 100%;

    text-align: center;

    color: #808080;

    font-size: 13px;

}

#pictureViewer .hide{

    display: none;

}

#pictureViewer .left{

    float: left;

}

#pictureViewer .right{

    float: right;

}

#pictureViewer .clear-flex{

    clear: both;

}

#pictureViewer img{

    max-width: 100%;

    max-height: 100%;

}

.gktm_cxs1{

    background: #FAFAFA;

    padding: 30px 40px;

}

.gktm_cxs1 form .item{

    display: flex;

    line-height: 36px;

    align-items: center;

    margin-bottom: 15px;

}

.gktm_cxs1 form .item .input{

    border: 1px solid #E6E6E6;

    border-radius: 5px;

    height: 36px;

    width: 190px;

}

.gktm_cxs1 form .item .input input{

    display: block;

    width: 100%;

    height: 100%;

    box-sizing: border-box;

    background: transparent;

    padding-left: 10px;

    border: none;

    appearance: none;

    color: #1A1A1A;

    font-size: 16px;

}

.gktm_cxs1 form .item:nth-child(1) .input,.gktm_cxs1 form .item:nth-child(2) .input{

    width: 416px;

}

.gktm_cxs1 form .item .select select{

    width: 190px;

    box-sizing: border-box;

    border: 1px solid #E6E6E6;

    border-radius: 5px;

    color: #1A1A1A;

    line-height: 36px;

    height: 36px;

    padding-left: 10px;

    background: transparent;

    font-size: 16px;

}
.table_body{
    overflow-x: auto;
}
.gktm_cxs1 form .item button{

    width: 100px;

    height: 36px;

    background: #D70C19;

    border-radius: 3px;

    border: none;

    color: #FEFEFE;

    font-weight: bold;

    margin-left: 30px;

}
.gktm_table{
    line-height: 0px;
}
.gktm_table table{font-size: 14px;color: #5a5a5a; min-width: 1000px;width:100%;table-layout: fixed;border-collapse: collapse;line-height: normal;margin-top: 30px;}

.gktm_table table thead tr th{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.gktm_table table thead tr th:first-child{width:15%;}

.gktm_table table tbody tr td>div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;}

.gktm_table table tr th,.gktm_table table tr td{

    border: 1px solid #E6E6E6;

    padding: 20px 30px;

    text-align: left;

    font-size: 15px;

}

.gktm_table table tr th{

    background: #fafafa;

    font-size: 15px;

    color: #1A1A1A;

    font-weight: bolder;

}

.gktmzl .list-file .list-group-item{

    width: 100%;

    background: #fafafa;

    border-bottom: 0;

    margin-right: 0;

    margin-bottom: 20px;

    padding: 18px 20px;

}
.gktmzl .list-file .list-group-item .ell{
    width: 70%;
}
.gktmzl .list-file .list-group-item .btn-links{
    float: right;
}
.join ul li{

    margin-bottom: 20px;

}

.join ul li .top{

    padding: 30px;

    background: #FAFAFA;

    position: relative;

}

.join ul li .top .t{

    font-size: 16px;

    font-weight: bolder;

    color: #4D4D4D;

}

.join ul li .top .control{

    position: absolute;

    top: 50%;

    transform: translateY(-50%);

    right: 30px;

    width: 24px;

    height: 24px;

    cursor: pointer;

}

.join ul li .top .control::before{

    content: '';

    position: absolute;

    display: inline-block;

    left: 50%;

    width: 2px;

    margin-left: -1px;

    height: 24px;

    background: #D9D9D9;

    vertical-align: middle;

    transform: rotate(180deg);

    transition: all .5s;

}

.join ul li .top .control::after{

    content: '';

    position: absolute;

    display: inline-block;

    left: 0;

    top: 50%;

    transform: translateY(-50%);

    width: 24px;

    height: 2px;

    background: #D9D9D9;

    vertical-align: middle;

    transition: all .5s;

}

.join ul li .top .control.open::before {

    transform: rotate(270deg);

    background: #fff;

}

.join ul li .top .control.open::after {

    background: #fff;

}

.join ul li .ny{

    display: none;

    padding: 40px 30px;

    background: #FAFAFA;

}

.join ul li .ny p{

    line-height: 28px;

}

.join ul li.active .top{

    background: #D70C19;

}

.join ul li.active .top .t{

    color: #fff;

}

.news_detail .word img{

    max-width: 100%;

}

.popup_bg{

    position: fixed;

    top: 0;

    left: 0;

    width: 100%;

    height: 100%;

    background: rgba(0, 0, 0, .5);

    z-index: 99999;

    display: none;

}

.popup{

    position: fixed;

    top: 50%;

    left: 50%;

    width: 60%;

    background: #fff;

    transform: translate(-50%,-50%);

    z-index: 199999;

    padding: 2%;

    display: none;

}

.popup .confirm{

    display: block;

    width: 150px;

    height: 36px;

    background: #D70C19;

    border-radius: 5px;

    line-height: 36px;

    text-align: center;

    color: #FFFFFF;

    font-size: 15px;

    border: none;

    padding: 0;

    margin: 0 auto;

}

.bank_list ul{

    font-size: 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.bank_list ul li{

    display: inline-block;

    vertical-align: top;

    width: 32%;

    margin-bottom: 20px;

}

.bank_list ul li .bank_bg{

    background: url(../images/bank_bg.png) no-repeat center;

    background-size: cover;

    padding: 10px;

    box-sizing: border-box;

    box-shadow: 0px 2px 7px 0px rgba(0, 0, 0, 0.1);

    border-radius: 5px;

}

.bank_list ul li .bank_bg .bank_bod{

    border: 1px solid #FAFAFA;

    box-sizing: border-box;

    padding:15px 20px;

    border-radius: 5px;

}

.pjsq_form{

    width: 710px;

}

.pjsq_form .item{

    display: flex;

    align-items: center;

    justify-content: space-between;

}

.pjsq_form .item .text{

    width: 80px;

    text-align: right;

}

.pjsq_form .item .input{

    width: calc(100% - 100px);

    border: 1px solid #E6E6E6;

    background: #FFFFFF;

    height: 40px;

    line-height: 40px;

    color: #1A1A1A;

}

.pjsq_form .item .input input{

    display: block;

    width: 100%;

    height: 100%;

    box-sizing: border-box;

    padding: 0 15px;

    border: none;

}

.pjsq_form .item .select{

    width: calc(100% - 100px);

    border: 1px solid #E6E6E6;

    background: #FFFFFF;

    height: 40px;

    line-height: 40px;

    color: #1A1A1A;

    position: relative;

}

.pjsq_form .item .select select{

    display: block;

    width: 100%;

    height: 100%;

    box-sizing: border-box;

    padding: 0 15px;

    border: none;

    appearance: none;

}

.pjsq_form .item .select::after{

    content: '';

    position: absolute;

    right:15px;

    top: 50%;

    transform: translateY(-50%);

    border-right:6px solid transparent;

	border-left:6px solid transparent;

	border-top:6px solid #999999;

}

.pjsq_form .item .textarea{

    width: calc(100% - 100px);

    border: 1px solid #E6E6E6;

    background: #FFFFFF;

    height: 118px;

    color: #1A1A1A;

    position: relative; 

}

.pjsq_form .item .textarea textarea{

    display: block;

    width: 100%;

    height: 100%;

    box-sizing: border-box;

    padding:10px 15px;

    border: none;

    resize: none;

}

.pjsq_btn{

    display: block;

    width: 106px;

    height: 36px;

    background: #D70C19;

    border-radius: 5px;

    font-size: 15px;

    color: #FFFFFF;

    text-align: center;

    border: none;

    margin-left: auto;

    margin-right: auto;

}
.r_suspension{
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    right: 30px;
    background: #D70C19;
    width: 50px;
    height: 350px;
    border-radius: 25px;
    z-index: 5;
    text-align: center;
}
.r_suspension ul{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 30px 0;
}
.r_suspension ul li{
    position: relative;
}
.r_suspension .h_box{
    position: absolute;
    opacity: 0;
    right:0;
    top: 50%;
    transform: translateY(-50%);
    background: #D70C19;
    width: 112px;
    height: 112px;
    padding: 5px;
    transition: all .5s;
    z-index: -8;
}
.r_suspension .h_box img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.r_suspension ul li:hover .h_box{
    opacity: 1;
    right: 155%;
    z-index: 2;
}
.check_more:hover{
    color: #fff;
}
.footer .fcode img{
    width: 100px;
    height: 100px;
}

.gyxmxq_cont .word strong{
    line-height:normal;
}
.gyxmxq_cont .word strong span{
    display: inline-block;
    padding: 5px 0;
}
@media screen and (max-width: 1600px) {

    .w1520 {

        width: 90%;

        margin: 0 auto;

    }



    .header .nav_box_pc li {

        margin-left: 30px;

    }



    .header_ {

        height: 70px;

    }



    .header {

        height: 70px;

        line-height: 70px;

    }



    .header .logo img {

        width: 270px;

    }



    .notice-bar {

        width: 100%;

        float: none;

    }



    .search-bar {

        width: calc(80% - 30px);

        margin-top: 20px;

    }



    .sbar .contribute {

        width: 20%;

        margin-top: 20px;

    }



    .s2 .cont {

        height: auto;

    }



    .s2 .cont .item {

        margin-right: 2.5%;

        width: 23%;

    }



    .s2 .cont .item>a {

        padding: 40px 20%;

    }



    .s3 .r_item img {

        width: 100%;

    }



    .s3 .r_item {

        height: auto;

    }



    footer .footerT {

        display: flex;

        flex-wrap: wrap;
        justify-content: space-between;

    }


    .fwtx .item .r_word{

        font-size: 12px;

    }
}


@media screen and (max-width: 1540px) {
    footer .fnav .item {

        margin-left: 35px;

    } 
}
@media screen and (max-width: 1420px) {

    footer .fnav .item {

        margin-left: 30px;

    }



    .s4 .cont .prev {

        margin-right: 28px;

    }



    .s4 .cont .next {

        margin-left: 28px;

    }



    .s5 .cont .prev {

        margin-right: 28px;

    }



    .s5 .cont .next {

        margin-left: 28px;

    }



    .progress-word{

        width: 100%;

    }

    #pictureViewer > .content{

        width: 100%;

        height: 100%;

    }

    #pictureViewer .picture-content{

        width: 100%;

    }

    #pictureViewer .handel-prev{

        position: absolute;

        left: 10px;

        bottom: 0;

        top: auto;

        z-index: 10000;

    }

    #pictureViewer .handel-next{

        position: absolute;

        right: 10px;

        bottom: 0;

        top: auto;

        z-index: 10000;

    }

}



@media screen and (max-width: 1340px) {

    .nav_box_pc {

        display: none;

    }



    .app {

        display: block !important;

    }



    footer .fnav {

        display: none;

    }



    footer .fcode {

        margin-left: auto;

    }

    .jgyw_s2 .l_item{

        width: 100%;

    }

    .jgyw_s2 .r_item{

        float: none;

    }

    .jgyw_s1{

        flex-wrap: wrap;

    }

    .jgyw_s1 .img{

        width: 100%;

    }

    .jgyw_s1 .img img{

        max-width: 100%;

        height: auto;

    }

    .jgyw_s1 .desc{

        width: 100%;

        padding: 30px;

    }
    .ywjs_list .next,.ywjs_list .prev{
        display: none;
    }
}

@media screen and (max-width: 1100px) {

    .contact_us .l_item{

        width: 100%;

        padding:40px；

    }

    .contact_us .r_item{

        width: 100% ;

    }

    .list-file .list-group-item{

        margin-right: 0;

        width: 100%;

    }






    .fwtx .item{

        width: 100%;

        margin-top: 30px;

    }

    .gyxm_list ul li{

        width: 100%;

        margin-right: 0;

    }

    .gktm_cxs1{

        padding: 20px;

    }

    .gktm_cxs1 form .item .input{

        width: 34%;

    }

    .gktm_cxs1 form .item .select{

        width: 34%;

    }

    .gktm_cxs1 form .item .select select{

        width:100%;

    }

    .gktm_cxs1 form .item:nth-child(1) .input,.gktm_cxs1 form .item:nth-child(2) .input{

        width:100%;

    }

    .gktm_cxs1 form .item>.text:nth-child(1){

        width: 100% !important;

    }

    .gktm_cxs1 form .item{

        flex-wrap: wrap;

    }

    .gktm_cxs1 form .item button{

        margin:20px auto 0;

    }

    .gktm_cxs1 .r_item{

        margin-left:0 !important;

    }

    .gktm_table table tr th, .gktm_table table tr td{

        padding: 15px;

    }

    .gktm_table table thead tr th:first-child{

        width:20%;

    }

    .jzform_box{

        width: 100%;

    }

    .radio_item{

        flex-wrap: wrap;

        justify-content: space-around;

    }

    .radio_item .text{

        width: 100%;

        margin-bottom: 15px;

    }

    .radio_item label{

        margin-left: 0;

    }

    .jzform_box .item .input{

        margin-top: 15px;
        margin-left: 0;
        width: 100%;
    }

    .pay_way{

        flex-wrap: wrap;

    }

    .pay_way label{

        margin-bottom: 15px;

    }
    .pay_way label .img{
        flex-shrink: 0;
    }
    .pay_way label img{
        max-width: none;
    }
    .popup{

        width: 95%;

    }

    .bank_list ul li{

        width: 100%;

        margin-right: 0;

    }

    .bank_list ul li{

        width: 100%;

    }

    .pjsq_form{

        width: 100%;

    }

}

@media screen and (max-width: 780px) {

    .s2 {

        padding: 30px 0 10px;

    }



    .ititle {

        font-size: 24px;

    }



    .s2 .cont {

        margin-top: 20px;

    }



    .s2 .cont .item {

        width: 49%;

        margin-right: 2%;

        margin-bottom: 20px;

    }



    .s2 .cont .item:nth-child(2n) {

        margin-right: 0;

    }



    .s3 {

        padding: 30px 0;

    }



    .s3 .tabnav {

        margin-top: 20px;

    }



    .s3 .r_item {

        width: 100%;

        float: none;

    }



    .s3 .l_item {

        width: 100%;

        float: none;

        margin-top: 30px;

    }



    .s4 {

        padding: 30px 0;

    }



    .s4 .cont .prev {

        margin-right: 15px;

    }



    .s4 .cont .next {

        margin-left: 15px;

    }



    .s5 .cont .prev {

        margin-right: 15px;

    }



    .s5 .cont .next {

        margin-left: 15px;

    }



    .s5 {

        padding: 30px 0;

    }



    footer .footerT {

        padding: 30px 0;

    }



    footer .flogo {

        width: 40%;

    }



    footer .flogo img {

        width: 100%;

    }

    .honor .honor_box .bt_box{

        width: 100%;

    }

    .honor .swiper-slide-active .honor_box .bt_box .img{

        height: auto;

    }

    .honor .honor_box .bt_box .img img{

        width: 100%;

        object-fit: fill;

    }

    .hbannerBox{

        padding-bottom: 0;

    }

    .honor{

        margin-top: 20px;

    }

    .hbannerBox .prev{

        margin-top: 62px;

    }

    .hbannerBox .next{

        margin-top: 62px;

    }


    .gktm_table table tr th, .gktm_table table tr td{

        padding: 5px;

    }

    .nybanner{

        height: 200px;

    }

    .nybanner>img{

        width: 100%;

        height: 100%;

        object-fit: cover;

    }

    .nybanner .text{

        font-size: 16px;

    }

    .nybanner .contribute{

        right: 2%;

    }
    .rqmx_list ul li .mask .t{
        margin-top: 15px;
    }
    .nynav .w1520{
        height: 48px;
        overflow-y: hidden;
    }
    .gyxm .type-list>a{
        margin:0 auto;
        margin-bottom: 30px;
    }
}



@media screen and (max-width:650px) {

    .ititle {

        font-size: 18px;

    }



    footer .flogo {

        width: 100%;

        text-align: center;

        margin-top: 0;
        display: none;

    }



    footer .flogo img {

        width: auto;

        max-width: 100%;

    }



    footer .fcode {

        margin: 0 auto 0;

    }



    footer .fcode .t {

        margin-bottom: 15px;

    }



    footer .fcode p {

        margin-top: 20px;

    }



    .s4 .cont .swiper-slide .img {
        width: 99%;
        margin: 0 auto;
    }



    .s4 .cont .next i,

    .s4 .cont .prev i {

        font-size: 18px;

    }



    .s5 .cont .next i,

    .s5 .cont .prev i {

        font-size: 18px;

    }



    .search-bar {

        width: 100%;

    }



    .sbar .contribute {

        width: 100%;

        float: none;

        margin: 20px auto 0;

    }



    .search-bar button {

        width: 35%;

    }



    .search-bar input {

        width: 65%;

        padding: 0 15px;

    }



    .s2 .cont .item>a {

        padding: 30px 5%;

    }



    .s2 .cont .item {

        border: 1px solid transparent;

        box-shadow: 0px 3px 29px 0px rgb(0 0 0 / 6%);

    }



    .s2 .cont .item .morea {

        opacity: 1;

        transform: translateX(-50%) translateY(10px);

    }



    .s2 .cont .item>a {

        padding-bottom: 40px;

    }



    .s3 .tabnav {

        display: flex;

        justify-content: space-between;

    }



    .s3 .tabnav li {

        margin-right: 0;

    }



    .s3 .tabnav li a {

        font-size: 15px;

    }



    .s3 .l_item .inews_list .swiper-container {

        height: 351px;

    }



    .s3 .l_item .inews_list .swiper-container .swiper-slide {

        padding: 0 15px;

    }



    .s3 .l_item .inews_list .swiper-container .swiper-slide a .title {

        font-size: 14px;

    }



    .s3 .l_item .inews_list .swiper-container .swiper-slide a .p {

        font-size: 12px;

    }



    .s3 .l_item .inews_list .swiper-container .swiper-slide a .desc {

        width: 75%;

        margin-left: auto;

    }



    .s3 .l_item .inews_list .swiper-container .swiper-slide a {

        padding: 15px 0;

        display: flex;

        align-items: center;

    }



    .lsh_list ul li {

        padding: 20px 15px;

    }



    .lsh_list ul li .img {

        width: 100px;

        height: 100px;

    }



    .nynav ul li{

        margin-right: 25px;

    }

    .contact_us .l_item{

        padding:20px;

    }

    .contact_us .r_item .map{

        height: 300px;

        min-height: auto;

    }

    .jgyw_act_list>a{

        width: 100%;

        margin-right: 0 !important;

        margin-bottom: 20px;

    }

    .rqmx_list ul li{

        width: 100%;
        height: auto;
        margin-bottom: 20px;

    }

    .gyxm_list ul li .l_item{

        width: 100%;

    }

    .gyxm_list ul li .r_item{

        margin-top: 20px;

    }

    .gyxm_list ul li{

        padding: 20px;

    }

    .join ul li .top{

        padding: 15px;

    }

    .join ul li .top .control{

        right: 15px;

    }

    .join ul li .ny{

        padding: 20px;

    }

    .join ul li .top .t{

        font-size: 14px;

    }

    .pagexyy{

        padding-top: 15px !important;

    }

    .pagexyy>a{

        display: block;

        float: none !important;

    }
    .red_btn{
        margin-left: 0;
        margin-right: 10px;
        margin-bottom: 15px;
    }
    .r_suspension{
        display: none;
    }
    .s3 .r_item::after{
        width: 100%;
    }
    footer .fcode .pure{
        display: flex;
    }
    footer .fcode .pure>div:nth-child(2){
        margin-top: 0;
        margin-left: 20px;
    }
}