/*孙立宏2021.06.10*/
.Banner{position: relative;margin-top: 40px;}
.slick-img{height: calc(100vh - 94px);display: block;background-size: cover;background-position: center;/* background-attachment: fixed; */}
.slick-img video{width: 100%;}
.Banner-dots{width: auto;right: 0;}
.logo-txt{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);font-size: calc(30px + 2vw);color: #fff;z-index: 9998;font-family: 'goudy_old';width: 85%;text-align: center;text-shadow: 1px 1px 0 rgba(0,0,0,0.8);}
.explore{height: 54px;line-height: 54px;background-color: #a83017;text-align: center;position: relative;z-index: 9998;width: 100%;font-size: 0;}
.explore a{color: #fff;display: inline-block;vertical-align: middle;}
.explore a i{margin-left: 15px;font-size: 28px;-webkit-animation: pulse 2s infinite;
            animation: pulse 2s infinite;}
.logo-txt {font-size: calc(16px + 1vw);}
.logo-txt span{font-size: calc(26px + 2vw);display: block;letter-spacing: 10px;}
.Banner .swiper-slide .slick-img {
    /* animation: scaleBig 5s linear 0s 1 both;
    transform-style: preserve-3d; */
}

@-webkit-keyframes scaleBig {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}

@keyframes scaleBig {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.1);
    }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px); }

  50% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px); }

  100% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px); } }

@keyframes pulse {
  0% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px); }

  50% {
    -webkit-transform: translate(0, 5px);
            transform: translate(0, 5px); }

  100% {
    -webkit-transform: translate(0, -5px);
            transform: translate(0, -5px); } }
.explore a *{display: inline-block;vertical-align: middle;}
.wrap_mode1{background-color: #e8f1f6;padding-bottom: 50px;}
.listTitle{text-align: center;padding: 70px 0;}
.listTitle h2{font-size: calc(25px + 1.65vw);font-weight: bold;font-family: Arial Black;}
.listTitle p{line-height: 1.5;padding: 10px 0 0;font-family: 'goudy_old_regular';}
.news{display: flex;justify-content: space-between;display: -webkit-flex;}
.newsCol{width: 24.9%;box-sizing: border-box;}
.news .lf{padding-right: 15px;order: 1;}
.news .rt{padding-left: 15px;order: 3;}
.news .md{width: 50.2%;overflow: hidden;box-sizing: border-box;order: 2;}
.item-info1{display: block;}
.item-txt1{background-color: #fff;padding: 12px 15px;box-shadow: 0 10px 10px rgba(0,0,0,0.1);}
.item-title{line-height: 26px;height: 52px;overflow: hidden;margin-bottom: 10px;}
.item-date{display: block;color: #04508e;font-family: 'georgiaregular';}
.USTB-list1 li:first-child{margin-bottom: 40px;}
.item-info2{display: block;padding: 0 15px 15px;}
.item-txt2{background-color: #fff;box-shadow: 0 10px 10px rgba(0,0,0,0.1);padding: 28px 24px 45px;}
.item-txt2 h3{margin-bottom: 20px;}
.item-txt2 p{line-height: 24px;height: 72px;overflow: hidden;margin-bottom:35px;color: #999;}


.wrap_mode2{background: url(../images/m_bg1.jpg) no-repeat center;background-size: cover;min-height: 100px;position: relative;}
.wrap_mode2::before{width: 50%;height: 100%;position: absolute;left: 0;top: 0;background-color: rgba(0,62,120,0.75);z-index: 0;content: '';}
.mode2{position: relative;z-index: 5;}
.GlobalCol{width: 45%;text-align: center;padding: 45px 0 20px;}

.GlobalCol p{line-height: 34px;height: 204px;overflow: hidden;font-family: 'goudy_old_regular';}

.news-dots{width: 100%;text-align: center;position: static;padding: 30px 0;}
.news-dots .swiper-pagination-bullet{width: 14px;height: 14px;background-color: #04508e;margin: 0 19px;border-radius: 0;position: relative;transition: background-color 0.35s ease-out;}
.news-dots .swiper-pagination-bullet::before{content: '';width: 0;height:0;left: 50%;top: 50%;transition: all 0.35s ease-out;}
.news-dots .swiper-pagination-bullet:hover{background-color: #ffcc03;}
.news-dots .swiper-pagination-bullet:hover.swiper-pagination-bullet-active::before{border-color: #ffcc03;}
.news-dots .swiper-pagination-bullet.swiper-pagination-bullet-active::before{border: 1px solid #004a99;width: 18px;height: 18px;left: -3px;top: -3px;position: absolute;}
.swiper-news{overflow: hidden;}

.GlobalLink{width: 40%;height: 100%;}
.USTB-list3 {text-align: center;padding-top: 100px;}
.USTB-list3 li{margin-bottom: 65px;}
.USTB-list3 li > a{display: block;background-color: rgba(0,0,0,0.35);line-height: 1.2;padding: 31px 15px;position: relative;}
.USTB-list3 li > a span{color: #fff;position: relative;z-index: 5;font-weight: bold;}
.USTB-list3 li > a::after{content: '';width: calc(100% - 20px);left: 10px;top: 12px;height: calc(100% - 20px);content: '';position: absolute;z-index: 0;border: 1px solid rgba(255,255,255,0.5);box-sizing: border-box;transition: all 0.35s ease-out;}
.USTB-list3 li > a:hover span{color: #00274c;}
.USTB-list3 li > a:hover::after{background-color: #ffcc03;left: 0;top: 0;width: 100%;height: 100%;border-color: #ffcc03;}
.USTB-list3 li > a:hover{box-shadow: 0 0 15px rgba(255,204,3,0.4);}
.wrap_mode3{background: url(../images/m_bg3.png) no-repeat center #e8f1f6;padding: 110px 0;}
.wrap_mode3 .gp-img-responsive{padding-bottom: 100%;}
.m3_block{position: relative;}
.nowCol{}
.now-img1{width: 49.5%;}
.item-hover .gp-img-responsive{background-color: #000;position: relative;}
.nowCol {width:50.5%;position: absolute;right: 0;bottom: 0;box-sizing: border-box;background-color: #04508e;padding: 70px 60px;}
.mode3{}
.nowInner{border-left: 5px solid rgba(255,255,255,0.1);padding-left: 36px;position: relative;}
.nowInner::before{content: '';width: 5px;height: 39.4%;background-color: #fff;position: absolute;left: -5px;top: 0;}
.nowInner .readMore{padding-bottom: 0;}
.nowInner .USTB-title{padding-top: 0;line-height: 1;}
.nowInner p{opacity: 0.8;filter: alpha(opacity = 80);line-height: 34px;height: 102px;font-family: 'goudy_old_regular';}
.item-hover .gp-img-responsive::before{content: '';width: 70%;height: 70%;position: absolute;left: 10%;top: 10%;box-sizing: border-box;border: 1px solid rgba(255,255,255,0.8);opacity: 0;filter: alpha(opacity=0);transition: all 0.35s ease-out;}
.now-txt1{position: absolute;left: 50%;top: 50%;width: 80%;transform: translate(-50%,-30%);line-height: 40px;max-height: 120px;overflow: hidden;color: #fff;font-weight: bold;opacity: 0;filter: alpha(opacity = 0);transition: all 0.35s ease-out;max-width: 400px;}
.m3_block2{position: relative;}
/* .USTB-list4 li{width: 25%;} */
.USTB-list4 li:first-child{margin-left: 25%;}
.USTB-list4 li:nth-child(2){width: 50%;}
.USTB-list4 li:nth-child(3){position: absolute;left: 0;top: 50%;}
.USTB-list4 li:nth-child(4){position: absolute;left:25%;top: 50%;}
.wrap_mode4{background: url(../images/m_bg4.jpg) no-repeat center;background-size: cover;padding-bottom: 15px;}
.ImpactCol{padding: 0 0 20px;}
.item-img3.gp-img-responsive{position: relative;background-color: #000;padding-bottom: 66.66%;}
.item-img3 .now-txt2{width: 90%;position: absolute;left: 0;bottom: 20px;color: #fff;font-weight:bold;line-height: 26px;max-height: 52px;overflow: hidden;z-index: 5;left: 5%;transition: all 0.35s ease-out;}
.item-img3.gp-img-responsive::after{content: '';width: 100%;height: 119px;background: url(../images/s_bg1.png) repeat-x;position: absolute;left: 0;bottom: 0;z-index: 0;}
.item-img3.gp-img-responsive::before{width: calc(100% - 28px);height: calc(100% - 28px);left: 14px;top: 14px;opacity: 0;filter: alpha(opacity=0);content: '';position: absolute;border: 1px solid rgba(255,255,255,0.6);transform: scale(0.5);transition: all 0.35s ease-out;}
.Impact-dots{display: none;}
/*about*/
.wrap_mode5{background: url(../images/m_bg5.jpg) no-repeat bottom center #fff;padding: 160px 0 50px;}
.mode5{position: relative;min-height: 280px;}
.listTitle6{width: 45%;position: absolute;left: 0;top: 0;padding-top: 0;}
.listTitle6 p{line-height: 30px;height: 210px;overflow: hidden;color: #666;}
.USTB-list5{margin-left: 20.7%;margin-bottom: 40px;}
.USTB-list5 li {margin-bottom: 10px;}
.USTB-list5 li > a{display: block;margin: 0 5px;position: relative;}
.USTB-list5 li .gp-img-responsive{padding-bottom: 100%;position: relative;background-color: #000;}
.USTB-list5 li .gp-img-responsive img{opacity: 0.8;filter: alpha(opacity=80);}
.USTB-list5 li .s_title{position: absolute;left: 0;width: 100%;bottom: 10px;padding: 0 2px;overflow: hidden;box-sizing: border-box;color: #fff;white-space: nowrap;text-align: center;z-index: 25;transition: all 0.35s ease-out;font-size: calc(16px + 0.82vw);}
.USTB-list5 li:first-child{margin-left: 33.3%;}
.USTB-list5 li .gp-img-responsive::before{content: '';width:100%;height: 90px;background: url(../images/s_bg2.png) repeat-x ;position: absolute;left: 0;bottom: 0;z-index: 5;}
.USTB-list5 li .gp-img-responsive::after{width: calc(100% - 28px);height: calc(100% - 28px);left: 14px;top: 14px;opacity: 0;filter: alpha(opacity=0);content: '';position: absolute;border: 1px solid rgba(255,255,255,0.6);transition: all 0.34s ease-out;transform: scale(0.5);}



.effect{transform: translateY(80px);opacity: 0;transition: all 0.8s ease-in-out;}
.effect.isView{transform: none;opacity: 1;}
.Banner .swiper-button-prev,.Banner  .swiper-button-next{width: 50px;height: 50px;text-align: center;line-height: 50px;display: block;background-color: rgba(0,62,120,0.55);font-size: 30px;border-radius: 50%;opacity: 0.1;transition: opacity .35s ease-out; }
.Banner:hover .swiper-button-prev,.Banner:hover  .swiper-button-next{opacity: 1;}


@media screen  and (min-width:1020px){
	.item-info2,.GlobalCol,.listTitle {transition: transform 0.4s ease-out;}
	.GlobalCol:hover,.listTitle:hover{transform: translateY(-10px);}
	.item-hover:hover img,.item-img3:hover img{opacity: 0.65;}
	.item-hover:hover .now-txt1{opacity: 1;filter: alpha(opacity = 100);transform: translate(-50%,-50%);}
	.item-hover:hover img,.item-img3:hover img{transform: scale(1.15);}
.item-hover:hover .gp-img-responsive::before{width: 90%;height: 90%;left: 5%;top: 5%;opacity: 1;filter: alpha(opacity=100);}
.item-img3.gp-img-responsive:hover::before{opacity: 1;filter: alpha(opacity=100);transform: none;}
.item-img3.gp-img-responsive:hover .now-txt2{bottom: 50%;transform: translate(-50%,50%);left: 50%;width: 80%;max-height:104px ;}
.USTB-list5 li a:hover .gp-img-responsive::after{opacity: 1;filter: alpha(opacity=100);transform: none;}
.USTB-list5 li a:hover .s_title{bottom: 50%;transform: translate(-50%,50%);left: 50%;white-space: normal;max-width: 90%;}
.USTB-list5 li a:hover .gp-img-responsive::before{display: none;}
.USTB-list5 li a:hover .gp-img-responsive img{opacity: 0.4;}
}
@media screen  and (max-width:1460px){

}

@media screen  and (min-width:1020px) {
.item-info1,.swiper-news{transition: transform 0.35s ease-out;}
.item-info1:hover,.swiper-news:hover{transform: translateY(-10px);}
}


@media screen  and (max-width:1386px) {
.listTitle6 p{height: 150px;}
.wrap_mode5{padding-top: 120px;}
}

@media screen  and (max-width:1240px) {
	.listTitle6 p{height: 90px;}
}

@media screen and (max-width: 996px) {
	.Banner{margin-top: 0;}
	.content{overflow: hidden;}
	.wrap_mode3{padding: 80px 0;}
	.slick-img{height: 0;padding-bottom: 47.9%;background-attachment: scroll;}
	
	.news .lf,.news .md,.news .rt{width: 100%;padding: 0;float: none;}
	.USTB-list1 {margin: 0 -8px;}
	.USTB-list1 li{padding: 0 8px;box-sizing: border-box;}
	.item-info2{padding: 0 0 15px;}
	.news{display: block;}
	.wrap_mode2::before{display: none;} 
	.GlobalCol{position: relative;}
	.GlobalCol > *{position: relative;z-index: 50;}
	.GlobalCol::before{content: '';width: calc(100% + 6vw);left: -3vw;height: 100%;background-color: rgba(0,62,120,0.75);position: absolute;top: 0;z-index: 0;}
	.nowCol{width: 100%;position: static;}
	.now-img1{width: 100%;}
	.USTB-list4 li:first-child{margin-left: 0;}
	.USTB-list4 li{width: 50% !important;position: static !important;}
	.Impact-dots{text-align: center;display: block;}
	.Impact-dots span{margin: 0 5px;}
	.ImpactCol{padding: 20px 0;}
	.wrap_mode5{padding-top: 50px;}
	.listTitle6{position: static;text-align: center;width: 100%;}
	.USTB-list5{margin-left: 0;}
	.nowInner .readMore{padding-top: 30px;}
	.GlobalCol p,.nowInner p{height: auto;}
	.nowCol{padding: 50px ;}
	.wrap_mode3{padding: 50px 0;}
	.USTB-list5{margin-bottom: 20px;}
	.listTitle{padding: 50px 0;}
	.USTB-list5 li a .gp-img-responsive::after{opacity: 1;filter: alpha(opacity=100);transform: none;}
	.USTB-list5 li a .s_title{bottom: 50%;transform: translate(-50%,50%);left: 50%;white-space: normal;max-width: 90%;}
	.USTB-list5 li a .gp-img-responsive::before{display: none;}
	.USTB-list5 li a .gp-img-responsive img{opacity: 0.4;}
}

@media screen and (max-width:767px) {
	.logo-txt{display: none;}
	.USTB-list1 .gp-img-responsive{display: none;}
	.USTB-list1 li{margin-bottom: 20px !important;}
	.mode1{margin-bottom: 10px;}
	.USTB-list1 .item-title{height: auto;line-height: 1.3;font-weight: normal;}
	.wrap_mode1{padding-bottom: 20px;}
	.USTB-list3{padding-top: 50px;}
	.USTB-list3 li{margin-bottom: 35px;}
	.USTB-list5 li:first-child{margin-left: 50%;}
	.wrap_mode5{padding: 20px 0;}
	.USTB-list5{margin-bottom: 10px;}
	.listTitle{padding: 30px 0;}
	.item-txt2 p{margin-bottom: 15px;}
	.item-txt2{padding: 25px;}
	.news-dots{padding: 15px 0 25px;transform: scale(0.6);}
	
}
@media screen and (max-width:480px) {


}
