.swiper1 {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}

.swiper1 .swiper-slide {
    text-align: center;
    font-size: 18px;
    /* background: #fff; */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.swiper1 .swiper-slide img {
    width: 100%;
    /* height: 980px; */
}


.secMain {
    padding-bottom: 39px;
    background-image: url(../img/carbg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}


.secMain .home_tab {
    margin: 52px 0 70px 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.home_tab_child {
    padding: 22px 120px;
    background: #FFFFFF;
    font-size: 28px;
    font-family: AlimamaShuHeiTi;
    font-weight: bold;
    color: #5AC9F3;
    -moz-transform: rotate(0deg) scale(1, 1) skewX(30deg) skewY(0deg) translate(14px, 0px);
    /* FF3.5+ */
    -webkit-transform: rotate(0deg) scale(1, 1) skew(30deg, 0deg) translate(14px, 0px);
    /*Saf3.1+, Chrome*/
    -o-transform: rotate(0deg) scale(1, 1) skew(30deg, 0deg) translate(14px, 0px);
    /* Opera 10.5 */
    -ms-transform: rotate(0deg) scale(1, 1) skew(30deg, 0deg) translate(14px, 0px);
    /* IE 9 */
    transform: rotate(0deg) scale(1, 1) skew(30deg, 0deg) translate(14px, 0px);
}

.secMain .home_tab_child.active {
    background: #5AC9F3;
    font-size: 28px;
    font-weight: bold;
    color: #FFFFFF;
}


.mySwiper {
    padding-top: 50px;
}

.secMain .item .pic {
    overflow: hidden;
    border-radius: 5px;
    transform: scale(0.5);
    -webkit-transform: scale(.5);
    -moz-transform: scale(.5);
    -ms-transform: scale(.5);
    -o-transform: scale(.5);
}

.secMain .swiper-slide-active .item .pic {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    margin-top: -50px;
}

.secMain .item .pic img {
    display: block;
    width: 100%;
    /* width: 706px;
    height: 568px; */
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}

/* .secMain .item .pic:hover img {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
}

.secMain .swiper-slide-active .item {
    transform: scale(1.0);
    background: rgba(0, 0, 0, .7);
} */

.secMain .swiper-slide {
    text-align: center;
}

.secMain .swiper-button-prev,
.secMain .swiper-button-next {
    width: 48px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    top: 50%;
    margin-top: -40px;
    z-index: 2;
}

.secMain .swiper-button-prev {
    background-image: url(../img/images/prev.png);
    left: 22%;
}

.secMain .swiper-button-next {
    background-image: url(../img/images/next.png);
    right: 22%;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
    display: none;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
    display: none;
}


.shMain2 {
    padding: 0 160px;
}

.shMain2 .info {
    margin-top: 51px;
    text-indent: 3rem;
    font-size: 24px;
    font-weight: 200;
    color: #000000;
    line-height: 44px;
}

.shMain2 .item ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.shMain2 .item ul li {
    width: 30%;
    height: 660px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    margin-bottom: 50px;
}

.shMain2 .item ul li .title {
    margin-top: 34px;
    font-size: 30px;
    font-weight: 800;
    color: #00AEEF;
    line-height: 44px;
    text-align: center;
}

.shMain2 .item ul li .con {
    padding: 135px 46px 0 37px;
}

.shMain2 .item ul li .con p {
    font-size: 18px;
    font-family: Lantinghei SC;
    font-weight: 200;
    color: #666666;
    line-height: 44px;
}

.shMain2 .item ul li .con a {
    margin-top: 133px;
    font-size: 18px;
    color: #00AEEF;
}

.newMain {
    padding-top: 56px;
}

.newMain .title {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
}

.newMain .title h2 {
    color: #00AEEF;
    font-size: 60px;
    font-weight: 600;
    line-height: 1;
}

.newMain .title h4 {
    color: #00AEEF;
    font-size: 40px;
    line-height: 1;
    margin-left: 20px;
}

.newMain .news_list {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.newMain .news_list .item {
    width: 23%;
    margin: 0 1% 64px;
    padding-bottom: 40px;
    /* border-bottom: 1px solid #E6E6E6; */
    transition: all 300ms ease;
    position: relative;
    cursor: pointer;
}

.newMain .news_list .item::after{
    content: '';
    width: 100%;
    height: 1px;
    background: #E6E6E6;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 300ms ease;
}
.newMain .news_list .item:hover::after{
    background: #00ADEF;
    bottom: -30px;
}
.newMain .news_list .item a {
    text-decoration: none;
}

.newMain .news_list .item .pic {
    width: 100%;
    overflow: hidden;
}
.newMain .news_list .item .pic img{
    display: block;
    width: 100%;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
}
.newMain .news_list .item:hover .pic img{
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
}
.newMain .news_list .item .news_title {
    margin-top: 34px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.newMain .news_list .item .news_title .tit {
    margin-left: 12px;
    font-size: 18px;
    font-weight: 600;
    color: #000000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.newMain .news_list .item .news_title img {
    margin-left: 77px;
    width: 23px;
    height: 15px;
    opacity: 0; 
    transition: all 300ms ease; 
}
.newMain .news_list .item:hover .news_title img{
    opacity: 1;
    margin-left: 77px;
    width: 23px;
    height: 15px;
}

.newMain .news_list .item .news_con {
    margin-left: 12px;
    margin-top: 38px;
    font-size: 14px;
    font-weight: 200;
    line-height: 25px;
    color: #828282;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.newMain .pages {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 84px;
}

.newMain .pages .navigation ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.newMain .pages .navigation ul li a {
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    padding: 13px 18px;
    margin-right: 12px;
    text-decoration: none;
}

.newMain .pages .navigation ul li a.active {
    background: #5AC9F3;
    color: #FFFFFF;
}
.newMain .pages .navigation ul li a:hover{
    background: #5AC9F3;
    color: #FFFFFF;
}

.newMain .pages .pagination .prev {
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    padding: 9px 16px;
    margin-right: 12px;
    text-decoration: none;
    font-size: 28px;
}
.newMain .pages .pagination .prev:hover{
    background: #5AC9F3;
    color: #FFFFFF;
}

.newMain .pages .pagination .next {
    border: 1px solid #E6E6E6;
    border-radius: 50%;
    padding: 9px 16px;
    margin-right: 12px;
    text-decoration: none;
    font-size: 28px;
}
.newMain .pages .pagination .next:hover{
    background: #5AC9F3;
    color: #FFFFFF;
}

.newsSec1 {
    width: 100%;
    background: #F8F8F8;
    position: relative;
}

.newsSec1 .container {
    width: 100%;
    padding: 85px 0;
    box-sizing: border-box;
    /* position: absolute;
    top: 560px;
    z-index: 999; */
}

.newsSec1 .container .box {
    background-color: #FFFFFF;
    padding: 0 139px 79px 139px;
    margin-top: -258px;
}

.newsSec1 .container .box .bot {
    padding-top: 30px;
    padding-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #F0F0F0;
}

.newsSec1 .container .box .bot .time {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 200;
    color: #838282;
    line-height: 28px;
}

.newsSec1 .container .box .bot .time img {
    width: 14px;
    height: 14px;
    margin-right: 6px;
}

.newsSec1 .container .box .bot .back img {
    width: 140px;
    height: 34px;
}

.newsSec1 .container .box .tit {
    text-align: center;
    padding: 53px 0 65px 0;
}

.newsSec1 .container .box .con {
    font-size: 16px;
    font-weight: 200;
    color: #797979;
    line-height: 38px;
}
.newsSec1 .container .box .con img{
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
    max-height: 100% !important;
}
.newsSec1 .container .box .piece {
    margin-top: 165px;
}

.newsSec1 .container .box .piece a{
    font-size: 14px;
    font-weight: 600;
    color: #666666;
    line-height: 42px;
    padding-left: 32px;
    border-bottom: 1px dashed #EEEEEE;
    position: relative;
    display: block;
}
.newsSec1 .container .box .piece a i{
    display: block;
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -11px;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
}
.newsSec1 .container .box .piece .prev i{
    background-image: url('../img/news/prev11.png');
}
.newsSec1 .container .box .piece .next i{
    background-image: url('../img/news/next11.png');
}
.newsSec1 .container .box .piece a:last-child{
    border: 0;
}
.newsSec1 .container .box .piece a:hover{
    color: #333333;
}
.newsSec1 .container .box .piece .prev:hover i{
    background-image: url('../img/news/prev11_active.png');
}
.newsSec1 .container .box .piece .next:hover i{
    background-image: url('../img/news/next11_active.png');
}











@media only screen and (max-width:1440px) {
    .secMain .item {
        width: 480px;
        margin: 0 14%;
    }
    .newMain .title h2 {
        color: #00AEEF;
        font-size: 50px;
        font-weight: 600;
        line-height: 1;
    }
    
    .newMain .title h4 {
        color: #00AEEF;
        font-size: 30px;
        line-height: 1;
        margin-left: 20px;
    }
}
@media only screen and (max-width:1600px){
    .newMain .title h2 {
        color: #00AEEF;
        font-size: 50px;
        font-weight: 600;
        line-height: 1;
    }
    
    .newMain .title h4 {
        color: #00AEEF;
        font-size: 30px;
        line-height: 1;
        margin-left: 20px;
    }
}
@media only screen and (max-width:1366px){
    .newMain .title h2 {
        color: #00AEEF;
        font-size: 50px;
        font-weight: 600;
        line-height: 1;
    }
    
    .newMain .title h4 {
        color: #00AEEF;
        font-size: 30px;
        line-height: 1;
        margin-left: 20px;
    }
    
}
@media only screen and (max-width:1199px){
    .newMain .title h2 {
        color: #00AEEF;
        font-size: 50px;
        font-weight: 600;
        line-height: 1;
    }
    
    .newMain .title h4 {
        color: #00AEEF;
        font-size: 30px;
        line-height: 1;
        margin-left: 20px;
    }
    
}