/* 新样式 */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

.newHeaderThree,
.newHeaderOne {
    min-width: 1200px;
    margin: 100px auto
}

.titleAllNews {
    margin-bottom: 40px;
}

.titleAllNews h1 {
    font-size: 38px;
    font-weight: bold;
    position: relative;
    padding-left: 30px;
}

.titleAllNews h1::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 8px;
    height: 38px;
    background-color: #1372c8;
}

.newHeaderOneBox .newHeaderOneLeft {
    width: 690px;
    float: left;
}

.newHeaderOneBox .newHeaderOneRight {
    width: 612px;
    float: right;
}

.newHeaderOneBox img {
    width: 612px;
    height: 612px;
}

.newsText p {
    font-size: 18px;
    color: #666666;
    text-align: justify;
}

.newsText p a {
    font-size: 16px;
    color: #1372c8;
}

.newHeaderOneLeft ul li {
    width: 270px;
    margin: 42px 0;
}

.newHeaderOneLeft ul li:nth-of-type(odd) {
    float: left;
}

.newHeaderOneLeft ul li:nth-of-type(even) {
    float: right;
}

.newHeaderOneLeft ul li img {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
}

.newHeaderOneLeft ul li h2 {
    font-size: 20px;
    color: #1372c8;
}

.newHeaderOneLeft ul li p {
    font-size: 16px;
    color: #666666;
}

.newHeaderTwo {
    /* min-width: 1200px; */
    padding: 100px 0;
    background-image: url(../../images/new/indexbg.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    height: 763px;
    box-sizing: border-box;
    background-size: cover;
}

.newHeaderFour {
    /* min-width: 1200px; */
    padding: 100px 0 140px;
    background-color: #f2f2f2;
}

.newHeaderTwo .swiper-slide .heightImg {
    padding-top: 20px;
    box-sizing: border-box;
    text-align: center;
    position: relative;
}

.newHeaderTwo .swiper-slide .suning {
    height: 420px;
    box-sizing: border-box;
    position: relative;
}

.newHeaderTwo .swiper-slide:nth-of-type(odd) .suning {
    padding-top: 120px;
}

.newHeaderTwo .swiper-slide .heightImg::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    background-repeat: no-repeat;
    background-position: center top;
}

.newHeaderTwo .swiper-slide:nth-of-type(odd) .heightImg::after {

    background-image: url(../../images/new/kk.png);

    height: 203px;

}

.newHeaderTwo .swiper-slide:nth-of-type(even) .heightImg::after {
    background-image: url(../../images/new/kk1.png);
    height: 325px;
}

.newHeaderTwo .swiper-slide .heightImg p {
    font-size: 20px;
    color: #666666;
}

.newHeaderTwo .swiper-slide .suning h3 {
    font-size: 48px;
    color: #1372c8;
    font-weight: bold;
    position: absolute;
    bottom: 0;
    text-align: center;
    left: 0;
    right: 0;
}

.pageTxzrf {
    height: 445px;
    background-position: center bottom;
    background-repeat: no-repeat;
    position: relative;

}

.pageTxzrf::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20px;
    background-image: url(../../images/new/line.png);
}

.pageTxzrf .btn {
    background-image: url(../../images/new/uhg.png);
    background-repeat: no-repeat;

    width: 68px;
    height: 68px;
    position: absolute;
    background-size: 135px;
    cursor: pointer;
    z-index: 555;
}

.pageTxzrf .btnPrev {
    left: 80px;
    bottom: 50px;
    background-position: 0 0;
}

.pageTxzrf .btnNext {
    right: 80px;
    bottom: 50px;
    background-position: 0 -68px;
}

.pageTxzrf .btnPrev:hover {
    background-position: -68px 0;
}

.pageTxzrf .btnNext:hover {
    background-position: -68px -68px;
}

.newHeaderThreeLeft {
    width: 60%;
    height: 499px;
    float: left;
}

.newHeaderThreeLeft img {
    max-width: 100%;
    max-height: 100%;
}

.newHeaderThreeRight {
    width: 38%;
    float: right;
}

.newHeaderThreeRight ul li {

    margin-bottom: 35px;
    padding-bottom: 35px;
    border-bottom: 1px dashed #e5e5e5;

}

.newHeaderThreeRight ul li a {
    display: flex;
    align-items: center;
}

.newHeaderThreeRight ul li a:hover p,
.newHeaderThreeRight ul li a:hover h3 {
    color: #1372c8;
}

.newHeaderThreeRight ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.newHeaderThreeRight ul li .newHeaderThreeRightImg {
    margin-right: 40px;
}

.newHeaderThreeRight ul li .newHeaderThreeRightImg h3 {
    font-size: 48px;
    color: #333333;
    font-weight: bold;
    line-height: 48px;
    transform: all 0.3s ease-in-out;
    -webkit-transform: all 0.3s ease-in-out;
    -moz-transform: all 0.3s ease-in-out;
    -o-transform: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
}

.newHeaderThreeRight ul li .newHeaderThreeRightImg p {
    font-size: 14px;
    color: #333333;
    transform: all 0.3s ease-in-out;
    -webkit-transform: all 0.3s ease-in-out;
    -moz-transform: all 0.3s ease-in-out;
    -o-transform: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
}

.newHeaderThreeRight ul li .newHeaderThreeRightText p {
    font-size: 20px;
    color: #333333;
    transform: all 0.3s ease-in-out;
    -webkit-transform: all 0.3s ease-in-out;
    -moz-transform: all 0.3s ease-in-out;
    -o-transform: all 0.3s ease-in-out;
    -ms-transform: all 0.3s ease-in-out;
}

.newHeaderFourBox .swiper-slide img {
    width: 335px;
    height: 120px;
    border: 1px solid #cccccc;
}

.newHeaderFourBox .swiper-container {
    width: 100%;
    height: 542px;
    /* margin-left: auto;
    margin-right: auto; */
}

.newHeaderFourBox .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;
    height: 120px !important;
}

.newHeaderFourBox {
    position: relative;
}

.newHeaderFourBox .swiper-pagination {
    width: 100%;
    margin-top: 40px;
}

.newHeaderFourBox .swiper-pagination-bullet {
    margin: 0 10px;
    width: 14px;
    height: 14px;
    background-color: #fff;
    opacity: 1;
}

.newHeaderFourBox .swiper-pagination-bullet-active {
    background-color: #1372c8;
}

.newHeaderFivebox .newHeaderFiveboxTop .newHeaderFiveboxTopImg {
    width: 218px;
    height: 218px;
}

.newHeaderFivebox .newHeaderFiveboxBottom .newHeaderFiveboxTopImg {
    width: 196px;
    height: 196px;
}

.newHeaderFivebox ul li .newHeaderFiveboxTopImg {
    background-image: url(../../images/new/new/yy.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;

    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}

.newHeaderFivebox ul {
    display: flex;
    justify-content: center;
}

.newHeaderFivebox .newHeaderFiveboxBottom ul {
    justify-content: space-between;
    flex-wrap: wrap;
}

.newHeaderFivebox ul li {
    text-align: center;
    margin-bottom: 70px !important;
}

.newHeaderFivebox .newHeaderFiveboxTop img {
    width: 180px;
    height: 180px;
}

.newHeaderFivebox ul li .newHeaderFiveboxTopImg img {

    border-radius: 50%;
}

.newHeaderFivebox ul li h3 {
    font-size: 30px;
    color: #333333;
    font-weight: bold;
    margin-top: 20px;
}

.newHeaderFivebox ul li p {
    font-size: 18px;
    color: #333333;
}

.newHeaderFiveboxTop ul li {
    margin: 0 85px;
}

.newHeaderFivebox .newHeaderFiveboxBottom img {
    width: 164px;
    height: 164px;
}

.newHeaderFiveboxBottom ul li {
    width: 22%;
}


.newHeaderSix {
    margin: 100px 0;
}

.newHeaderSixbox {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.newHeaderSix ul li {
    margin-bottom: 60px;
}

.newHeaderSixbox dl {
    margin: 5px 10px;
}

.newHeaderSixbox dl img {
    width: 328px;
    height: 118px;
    border: 1px solid #cccccc;
}

.newHeaderSix .hd {
    font-weight: 700;
    font-size: 38px;
    color: #333;
    text-align: center;
    margin-bottom: 30px;
}

.uyh {
    margin: 40px 0 20px;
}

.page-left {
    width: 400px;
    pointer-events: all;
    padding-top:100px ;
}

.newHeaderSevenbox dl {
    border-bottom: 1px solid #cccccc;
    margin-bottom: 38px;
}

.newHeaderSevenbox dl dt {
    font-size: 16px;
    color: #1372c8;
}

.newHeaderSevenbox dl dd {
    font-size: 30px;
    color: #333333;

}

.font24 {
    font-size: 24px !important;
}

.newHeaderSeven {

    height: 1062px;
    position: relative;

}

.newHeaderSeven>img {
    width: 100%;
    height: 100%;
}
.jkk {
    height: 100%;
}
/* .jkk {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background-image: url(../images/new/new/uff.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    height: 100%;
    box-sizing: border-box;
    z-index: 111111;
    pointer-events: none;
   
} */
.jkk .jkk-left{
    width: 100%;
    /* float: left; */
    height: 100%;
    position: absolute;
    pointer-events: none;
    top: 0;
    left: 0;
}
.jkk .jkk-Right{
    width: 60%;
    float: right;
    height: 100%;
    position: relative;
}
.jkk-Right::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 120px;
    height: 100%;
    background-image: url(../../images/new/new/uff.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
    z-index: 8888;
}
.jkk .page-container{
    pointer-events: none;
}
.newHeaderSevenimg ul {
    display: flex;
    justify-content: space-between;
}

.newHeaderSevenimg ul li {
    width: 159px;
    text-align: center;
}

.newHeaderSevenimg ul li img {
    width: 159px;
    height: 159px;
}

.newHeaderSevenimg ul li p {
    font-size: 16px;
}

.newHeaderEight .newHeaderEightBox {
    background-image: url(../../images/new/new/ok.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding: 100px 0;
}

.newHeaderEightBox img {
    max-width: 100%;
}


.news_box {
    border-bottom: 1px dashed #e5e5e5;
    margin-bottom: 60px;
    padding-bottom: 60px;
}

.news_box .news_a {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news_box .news_left {
    width: 355px;
    height: 219px;
    flex-shrink: 0;
    overflow: hidden;
}

.news_box .news_right .news_text {
    width: 80%;


}

.news_box .news_right {
    flex-grow: 0;
    width: calc(100% - 455px);
    margin-right: 0px;

}

.news_box .news_right .display {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.news_box .news_left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}

.news_box .news_right .date {
    margin-right: 5%;
    font-size: 18px;
    color: #1372c8;
    text-transform: uppercase;
}

.news_box .news_right .news_text h1 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.8;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.news_box .news_right .news_text p {
    font-size: 18px;
    line-height: 36px;
    color: #666;
    margin-bottom: 30px;
}

.news_box .news_right .news_btn h3 {
    font-size: 48px;
    color: #333;
    line-height: 48px;
    font-weight: bold;
}

.news_box .news_right .news_btn p {
    color: #333;
    font-size: 14px;
}

.news_box:hover .news_text h1,
.news_box:hover .news_btn p,
.news_box:hover .news_btn h3 {
    color: #1372c8;
}

.news_box:hover .news_left img {
    transform: scale(1.1);
}

.page_desc {
    margin: 50px auto;
    text-align: center;
    font-size: 14px;
}

.page_desc ul {
    font-size: 0;
}

.page_desc li {
    display: inline-block;
    margin-right: -1px;
}

.page_desc li>span,
.page_desc li a {
    display: inline-block;
    border: 1px solid #d8d8d8;
    color: #999999;
    background-color: #fff;
    width: 35px;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
}

.page_desc li span.current,
.page_desc li a:hover {
    background: #1372c8;
    color: #fff;
    border: 1px solid #1372c8
}

.newHeaderTen {
    margin: 50px 0;
}

.actDetail .actDetailLeft {
    width: 68%;
    float: left;


}

.actDetail .actDetailRight {
    background-color: #f8f8f8;
    border-top: 2px solid #0067cb;
    width: 25%;
    float: right;

}

.actDetail .actDetailRight .actDetailRightBottom {
    padding: 30px;
    box-sizing: border-box;
}

.actDetail .actDetailRight .actDetailRightTile {
    border-bottom: 1px solid #c2c2c2;
    padding: 28px 30px
}

.actDetail .actDetailRight .actDetailRightTile h3 {
    font-size: 24px;
    color: #333333;
}



.actDetail .actDetailRight .actDetailRightBottom ul li {
    border-bottom: 1px dashed #c2c2c2;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.page_paing a:hover,
.actDetail .actDetailRight .actDetailRightBottom ul li:hover h6 {
    color: #0067cb;
}

.actDetail .actDetailRight .actDetailRightBottom ul li h6 {
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    margin-bottom: 10px
}

.actDetail .actDetailRight .actDetailRightBottom ul li span {
    font-size: 14px;
    color: #999999;

}

.actDetail .actDetailLeft .titledeta {
    border-bottom: 1px solid #c2c2c2;
    text-align: left;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.actDetail .actDetailLeft .titledeta h3 {
    font-size: 32px;
    color: #111111;
}

.actDetail .actDetailLeft .titledeta span {
    font-size: 18px;
    color: #999999
}

.actDetail .actDetailLeft .necom p {
    font-size: 16px;
    color: #666666;
    line-height: 30px
}

.actDetail .actDetailLeft .necom img {
    max-width: 100%;
}

.page_paing {
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #f8f8f8;
    padding: 15px 40px;
    box-sizing: border-box;
    margin-top: 60px;
}

.page_paing a {
    color: #999999;
}

.newHeaderEileven .titleAllNews {
    width: 322px;
    margin-bottom: 0;
    flex-shrink: 0;
}

.newHeaderEileven {
    margin: 100px 0;
}

.newHeaderEileven .flex-yy {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newHeaderEileven p {
    font-size: 18px;
    color: #666666;
    line-height: 32px;
    text-align: justify;
}

.newHeaderTwelveBox .newHeaderTwelveBoxLeft {
    width: 434px;
}

.flleft {
    float: left;
}

.flright {
    float: right;
}

.newHeaderTwelveBoxLeftLine {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    margin-bottom: 20px;
}
.newHeaderTwelveBoxLeftLine:last-child{
    margin-bottom: 0;
}
.newHeaderTwelveBoxCenter{
    margin-left: 20px;
}
.newHeaderTwelveBoxCenter img,
.newHeaderTwelveBoxLeftLine .newHeaderTwelveBoxLeftImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.newHeaderTwelveBoxLeftText {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    height: 58px;
    background: rgba(19, 114, 200, 0.33);
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.newHeaderTwelveBoxLeftText h3 {
    font-size: 20px;
    padding: 11px 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
}

.newHeaderTwelveBoxLeftText p {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 30px;
    text-align: left;
    width: 70%;
    margin: auto;
}

.newHeaderTwelveBoxLeftLine:hover .newHeaderTwelveBoxLeftText {
    height: 100%;
}
.newHeaderTwelveBoxLeftLine:hover .newHeaderTwelveBoxLeftText h3{
    padding-top: 53px;
}
@media screen and (max-width: 1000px){
    .newHeaderTwelveBox .newHeaderTwelveBoxLeft{
        width: 100%;
    }
    .newHeaderTwelveBoxCenter{
        width: 100%;
        margin-left: 0;
    }
    .newHeaderTwelveBoxLeftLine{
        height: 300px;
    }
}