.main_img{
  width: 100%;
  height: 840px;
  background: url(../img/main_img.jpg) no-repeat;
  background-position: center;
  box-shadow: 0px 0px 30px 0px 
  rgba(0, 0, 0, 0.2);
  padding-top: 510px;
}
.main_img .content,
article .content{
  width: 1200px;
  margin: 0 auto;
}
.main_img .m-left{
  width: 820px;
	height: 280px;
	background-image: linear-gradient(94deg, 
		#025dc4 0%, 
		#0043be 100%);
    padding: 30px 25px 0 30px;
    position: relative;
}
.main_img .m-left ul{
  flex-wrap: wrap;
  width: 658px;
  margin-bottom: 28px;
}
.main_img .m-left li{
  width: 320px;
	height: 50px;
	background-color: #ffffff;
	border-radius: 24px;
  margin-bottom: 18px;
  font-size: 14px;
	font-weight: 700;
	color: #000000;
  padding-left: 21px;
  padding-right: 16px;
}
.main_img .m-left li.nomar{
  margin-bottom: 0;
}
.main_img .m-left p{
  width: 658px;
  font-size: 14px;
	line-height: 24px;
	color: #ffffff;
  padding: 0 14px 0 28px;
}
.main_img .m-left>div{
  width: 70px;
	height: 180px;
  background: url(../img/icon6.png) no-repeat;
  background-size: 100%;
	border-radius: 8px;
  position: absolute;
  right: 25px;
  top: 50px;
  font-size: 20px;
	font-weight: 700;
  line-height: 22px;
	color: #ffffff;
  padding: 69px 25px 0;
}
.main_img .m-right{
  width: 350px;
	height: 280px;
	background-image: linear-gradient(41deg, 
		#025dc4 0%, 
		#0043be 100%);
    padding: 30px 30px 20px;
    flex-wrap: wrap;
    align-items: flex-start;
}
.main_img .m-right img{
  display: block;
  margin-bottom: 8px;
}
.main_img .m-right .icon{
  width: 80px;
  font-size: 15px;
	line-height: 15px;
	color: #ffffff;
  text-align: center;
  cursor: pointer;
}
.main_img .m-right .icon a{
	color: #ffffff;
}
article .section{
  position: relative;
  z-index: 1;
  padding-top: 145px;
}
article .section h2{
  font-family: 'AlimamaShuHeiTiBold';
  font-size: 40px;
	line-height: 40px;
	color: #1a1a1a;
  text-align: center;
  position: relative;
  margin-bottom: 49px;
}
article .section h2 em{
  font-family: 'avantibold';
  font-size: 80px;
  width: 100%;
  height: 62px;
	line-height: 68px;
	color: #ededed;
  display: block;
  position: absolute;
  bottom: 22px;
  text-align: center;
  z-index: -1;
}
article .service>div{
  height: 480px;
  background: #ededed url(../img/servicebg.png) no-repeat;
  background-position: center;
  padding: 50px 0;
  position: relative;
}
article .service .content{
  justify-content: flex-end;
  flex-wrap: wrap;
}
article .service .content>div{
  width: 350px;
	height: 180px;
	background-color: #0040b5;
  font-size: 20px;
	line-height: 20px;
	color: #ffffff;
  padding-left: 30px;
  padding-top: 30px;
  margin-left: 20px;
  margin-bottom: 20px;
}
article .service .content>div.nomar{
  margin-bottom: 0;
}
article .service .content>div:nth-child(1){
  margin-left: 0;
}
article .service .content>div p{
  font-size: 14px;
	line-height: 22px;
	color: #ffffff;
  margin-top: 19px;
}
article .service .content>div.c{
  background-color: #333333;
}
article .service .content>div.w{
  width: 460px;
  padding: 0;
}
article .service>div .service2{
  width: 820px;
	background-color: #eeeeee;
  position: absolute;
  top: 250px;
  left: 0;
}
article .view{
  padding-bottom: 62px;
}
article .view .swiper-container{
  padding-bottom: 50px;
}
article .view .swiper-container .swiper-wrapper{
  align-items: flex-start;
}
article .view .swiper-slide{
  width: 380px;
}
article .view .swiper-slide .img{
  width: 380px;
	height: 250px;
  overflow: hidden;
  font-size: 16px;
	line-height: 26px;
	color: #000000;
  margin-bottom: 22px;
  display: flex;
  align-items: flex-end;
}
article .view .swiper-slide .img img{
  height: 100%;
}
article .view .swiper-slide p{
  font-size: 16px;
}
article .view .swiper-slide p a{
  color: #000000;
}
article .view .swiper-slide p a:hover{
  color: #f10000;
}
article .view .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background-color: #d9d9d9;
  opacity: 1;
}
article .view .swiper-pagination-bullet-active{
  width: 50px;
	height: 12px;
	background-color: #999999;
	border-radius: 5px;
}
article .speech {
  width: 100%;
  height: 800px;
  background: url(../img/speechbg.png) no-repeat;
  background-position: center;
  padding-top: 96px;
}
article .speech h2{
  color: #ffffff;
  margin-bottom: 86px;
}
article .speech h2 em{
  opacity: 0.05;
}

article .speech .detail{
  height: 340px;
  margin-bottom: 70px;
}
article .speech .detail h4{
  font-size: 20px;
	line-height: 20px;
	color: #0040b5;
}
article .speech .detail .img{
  width: 500px;
	height: 400px;
	background-color: #858585;
  flex-shrink: 0;
  overflow: hidden;
  position: relative;
}
article .speech .detail .img img{
  height: 100%;
}

article .speech .detail .img .txt{
  width: 100%;
  height: 100px;
	background: linear-gradient(to right,#ffffff 50%,transparent);
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 24px 0 0 24px;
}
article .speech .detail .img .txt p{
  font-size: 16px;
	line-height: 20px;
	color: #000000;
  margin-top: 10px;
}
article .speech .detail .d-right{
  width: 750px;
	height: 340px;
	background-color: #ffffff;
  position: relative;
  left: -50px;
  z-index: 4;
  padding-top: 50px;
  padding-left: 40px;
  padding-right: 35px;
  flex-shrink: 0;
}
article .speech .detail .d-right img{
  position: absolute;
  top: 20px;
  right: 20px;
  width: 200px;
}
article .speech .detail .d-right h4{
  color: #000000;
  margin-bottom: 42px;
}
article .speech .detail .d-right p{
  font-size: 14px;
	line-height: 24px;
	color: #666666;
}
article .speech ul {
  /* overflow-x: scroll; */
  padding-bottom: 20px;
  position: relative;
  z-index: 1;
}
/* 滚动槽 */
article .speech ul::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

article .speech ul::-webkit-scrollbar-track {
  border-radius: 3px;
  background: rgba(0, 0, 0, 0.4);
}

/* 滚动条滑块 */
article .speech ul::-webkit-scrollbar-thumb {
  border-radius: 3px;
  background: #ffffff;
}
article .speech ul li{
  width: 220px;
	height: 120px;
	background-color: #ffffff;
	border: solid 2px #ffffff;
  /* border-top: none; */
  flex-shrink: 0;
  margin-right: 25px;
  /* overflow: hidden; */
  cursor: pointer;
  position: relative;
}
article .speech ul li{
  background: url(../img/speech1.jpg) no-repeat;
  background-size: cover;
}
article .speech ul li:nth-child(2){
  background-image: url(../img/speech2.jpg);
}
article .speech ul li:nth-child(3){
  background-image: url(../img/speech3.jpg);
}
article .speech ul li:nth-child(4){
  background-image: url(../img/speech5.jpg);
}
article .speech ul li:nth-child(5){
  background-image: url(../img/speech6.jpg);
}
/* article .speech ul li:nth-child(6){
  background-image: url(../img/speech6.jpg);
} */
article .speech ul li:last-child{
  margin-right: 0;
}
article .speech ul li img{
  width: 100%;
}
article .speech ul li.active::before{
  content: "";
  width: 15px;
  height: 15px;
  border: 2px solid #ffffff;
  background: #ffffff;
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%) rotateZ(45deg);
  z-index: -1;
  /* mix-blend-mode: screen; */
}
/* 
article .speech ul li:after{
  content: "";
  width: 220px;
  height: 13px;
  position: absolute;
  top: 0;
  left: -2px;
  background: #003eb6;
  border: 2px solid #003eb6;
  backdrop-filter: blur(10px);
  box-sizing: border-box;
} */
article .conversation{
  padding-bottom: 100px;
}
article .conversation h2{
  /* margin-bottom: 29px; */
}
article .conversation .content>p{
  font-size: 14px;
	line-height: 24px;
	color: #999999;
  margin-bottom: 48px;
}
article .conversation .content>div{
  height: 509px;
  align-items: stretch;
}
article .conversation .guests{
  flex-wrap: wrap;
  width: 595px;
  flex-shrink: 0;
}
article .conversation .guests div,
  article .conversation .guests2 div{
  width: 193px;
	height: 252px;
  position: relative;
  overflow: hidden;
  align-items: flex-start;
  margin-top: 5px;
}
article .conversation .guests>div:nth-child(1){
  width: 394px;
  margin-top: 0;
}
article .conversation .guests>div:nth-child(2){
  margin-top: 0;
}
article .conversation .guests div img,
  article .conversation .guests2 div img{
  width: 100%;
  position: relative;
}
article .conversation .guests>div:nth-child(1) img{
  /* width: 150%; */
  /* top: -40px; */
}
article .conversation .guests div .txt,
  article .conversation .guests2 div .txt{
  width: 100%;
  height: 80px;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 36, 102,.8);
  padding-top: 11px;
  padding-left: 14px;
  /* transition: all .4s; */
}
/* article .conversation .guests div:hover .txt{
  bottom: 0;
  transition: all .4s;
} */
article .conversation .guests div h4,
  article .conversation .guests2 div h4{
  font-size: 16px;
	line-height: 16px;
	color: #ffffff;
  margin-bottom: 10px;
}
article .conversation .guests div p,
  article .conversation .guests2 div p{
  font-size: 12px;
	line-height: 16px;
	color: #ffffff;
	opacity: 0.5;
}
article .conversation .con{
  width: 595px;
  font-size: 15px;
	line-height: 30px;
	color: #666666;
  position: relative;
}
article .conversation .con>p{
  padding: 0px 30px 0;
}
article .conversation .con .guests2{
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
article .guest{
  background-color: #ededed;
  padding-bottom: 80px;
}
article .guest h2{
  margin-bottom: 29px;
}
article .guest h2 em{
  color: #ffffff;
	opacity: 0.5;
}
article .guest>p{
  font-size: 14px;
	line-height: 24px;
	color: #999999;
  text-align: center;
  margin-bottom: 44px;
}
article .guest .part{
  margin-bottom: 80px;
  position: relative;
  overflow: hidden;
}
article .guest .part .logo-box{
  height: 220px;
  position: relative;
  overflow: hidden;
}
/* article .guest .part-d::after{
  content: "";
  width: 100%;
  height: 220px;
  background: rgba(255, 255, 255, 0.8);
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 4;
} */
article .guest .logo-box::before{
  content: "";
  width: 1200px;
  height: 220px;
  background: transparent;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  z-index: 3;
  /* box-shadow: 0 0 0 2000px rgba(0,0,0,0.8); */
  box-shadow: 0 0 0 2000px rgba(255,255,255,0.8);
}
article .guest .part:last-child{
  margin-bottom: 0;
}
article .guest .part h4{
  width: 1200px;
  margin: 0 auto 29px;
  font-size: 20px;
	line-height: 20px;
	color: #000000;
}
article .guest .content .part .logo{
  flex-wrap: wrap;
}
article .guest  .part .swiper-wrapper {
  transition-timing-function: linear !important;
}
article .guest  .part .logo1{
  margin-bottom: 20px;
}
article .guest .part img{
  width: 180px;
	height: 100px;
	background-color: #ffffff;
  margin-right: 24px;
  display: inline-block;
}
article .guest .content img{
  margin-bottom: 20px;
}
article .guest .content img:nth-child(6){
  margin-right: 0;
}
article .photo {
  padding-bottom: 50px;
}
article .photo .swiper-container{
  padding-bottom: 50px;
}
article .photo .swiper-slide{

}
article .photo .swiper-slide.img{
  width: 290px;
	height: 200px;
  overflow: hidden;
}
article .photo .swiper-slide.img img{
height: 100%;
}
article .photo .swiper-wrapper {
  transition-timing-function: linear !important;
}
article .photo .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	background-color: #d9d9d9;
  opacity: 1;
}
article .photo .swiper-pagination-bullet-active{
  width: 50px;
	height: 12px;
	background-color: #999999;
	border-radius: 5px;
}
article .media{
  width: 100%;
  height: 400px;
  background: url(../img/mediabg.png) no-repeat;
  background-position: center;
  padding-top: 94px;
}
article .media h2{
  color: #ffffff;
  margin-bottom: 71px;
}
article .media h2 em{
  color: #ffffff;
	opacity: 0.05;
}
article .media .content{
  width: 1000px;
  flex-wrap: wrap;
  font-family: 'AlibabaPuHuiTiMedium';
  font-size: 32px;
	line-height: 32px;
	color: #ffffff;
}
article .media .content >div{
  width: 25%;
  text-align: center;
  margin-bottom: 50px;
}


/* layout */
.lt {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
  display: none;
  z-index: 10;
}
.lt .po_center{
  width: 645px;
  height: 370px;
  background: url(../img/lay.png) no-repeat;
  background-size: 100%;
}
.lt .po_center a{
  width: 300px;
  height: 100px;
  display: block;
  position: absolute;
  left: 20px;
  top: 240px;
}
.lt .po_center .close{
  width: 50px;
  height: 50px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}