@charset "utf-8";
*{margin:0;padding:0;}
html{-ms-text-size-adjust: none;-webkit-text-size-adjust: none;-webkit-tap-highlight-color:transparent; font-size: 62.5%;}
body{color:#000; background: #fff;font-family:-apple-system, BlinkMacSystemFont,'os',"Helvetica Neue","Hiragino Sans GB","Microsoft YaHei UI",Arial,sans-serif;}
html,body{overflow:hidden;overflow-y:auto;height: 100%;}
.foot-icon{
  color: #ccd3df;
  font-size: 3rem !important;
}
a{
  text-decoration: none;
    /* inherit 继承 */
    color: inherit;
}
.fun-header{
  border-bottom: 1px solid #EEEEEE;
}
.fun-section{
  width:100%;
  padding: 3rem 3rem 2.5rem;
  box-sizing: border-box;
}
.fun-header-inner {
  position: relative;
  max-width: 1320px;
  margin: 0 auto;
}
.fun-flexSbStart {
  display: flex;
  align-items: start;
  justify-content: space-between;
}
.fun-flexCenterStart {
  display: flex;
  align-items: start;
  justify-content: center;
}
.fun-foot{
  background: #00235F;
  color: #FFFFFF;
}
.iconList{
  display: grid;
  grid-template-columns: repeat(5, 66px);
  text-align: right;
}
.fun-footTit{
  font-weight: 500;
  font-size: 2rem;
  padding:0 10px 19px;
  border-bottom: 1px solid rgba(255,255,255,0.5);
  display: grid;
  grid-template-columns: 388px 3fr 2.5fr 1fr;
  justify-items: end;
}
.foot-pad{
  padding-left: 10px;
  font-size: 1.4rem;
}
.reserved{
  margin:14px 0 30px;
}
.lastTest{
  opacity: 0.5;
}
#fun_header_Top{
  font-weight: 500;
  font-size: 2rem;
  color: #000;
}
.topHeader{
  margin-right: 50px;
}
.topHeader:last-child,.foot-icon:last-child{
  margin-right: 0;
}
.clickLine{
  height: 8px;
  width: 100%;
  background: #00235F;
  border-radius: 8px;
  margin-top: 17px;
}
.topHeader .underline {
  height: 8px;
  background: #00235F;
  border-radius: 8px;
  transform: scaleX(0);
  opacity: 0;
  transition: all .8s;
  margin-top: 17px;
}
.topHeader span:hover+.underline{
  left: 9px;
  width: 100%;
  background: #00235F;
  transform: scaleX(1);
  opacity: 1;
}
.underLink:hover{
  text-decoration: underline;
  cursor: pointer;
}
.topHeader span:hover,.left-subtitle:hover{
  cursor: pointer;
}
 @keyframes anim { 
  0% {opacity: 0;}
  100%{opacity:1;}
 }
.mask{
  background: black;
  z-index: 100;
  width: 100%;
  height: 100%;
  position:fixed;
  opacity: 0.5;
  display: none;
}  
.fun-header-dialog{
  z-index: 101;
  width: 1360px;
  height: 565px;
  border-radius: 10px;
  position: absolute;
  background: #ffffff;
  top: 77px;
  left: -2%;
  display: flex;
  overflow: hidden;
  animation: anim 0.8s;
}
.dialog{
  display: none;
}
.header-dialog-left{
  background: #00235F;
  width: 320px;
  height: 86%;
  padding: 40px;
  color: #FFFFFF;
  font-weight: 500;
  border-radius: 10px 0px 0px 10px;
}
.left-title{
  font-size: 2.7rem;
  margin-bottom: 3.2rem;
  margin-left: 2rem;
}
.left-subtitle{
  font-size: 2.3rem;
  margin-bottom: 1rem;
  width: 361px;
  height: 50px;
  line-height: 50px;
}
.langCut{
  cursor: pointer;
}
.subActivate{
  background: #FFFFFF;
  border-radius: 10px 0px 0px 10px;
  color: #000;
}
.header-dialog-right{
  padding: 53px 50px 0 50px;
  width: 100%;
}
.dialog .fun-content-tab-item{
  width: 197px !important;
  height: 158px;
  border-radius: 10px;
  overflow: hidden;
}
.dialog .fun-content-tab-item .fun-content-tabItem-wrap{
  height: 74px;
  margin-top: 85px;
  font-size: 16px;
  border-radius:10px !important;
}
.right-content{
  font-size: 1.8rem;
  line-height: 35px;
}
.right-title{
  font-size: 3rem;
  font-weight: 600;
  margin-bottom: 20px;
}
.left-subtitle>span:hover{
  border-bottom: 2px solid #000;
}
.dialog-off{
  position: absolute;
  top: 30px;
  right: 30px;
  color: #000;
  display: block;
  cursor: pointer;
  font-size: 3rem !important;
}
.dialogNumber{
  font-size: 41px !important;
  line-height: 76px !important;
}
.dialogDot{
  width: 12px !important;
  height: 12px !important;
}
.dialog-fun-content-flowItem-text_Title{
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 3px;
  font-weight: 600;
  color: #000;
}
.dialog-fun-content-flowItem-text_Content{
  font-size: 10px;
  line-height: 14px;
}
.dialog-fun-content-flowItem-text{
	padding: 12px 43px;
}
/* 移动端 */
.fun-header-expander{
    display: none;
}
.fun-header-expander-inner {
    width: 38px;
    height: 29px;
}
.fun-header-expander-line {
    display: inline-block;
    border-bottom:5px solid #00235F ;
    width: 100%;
    float: left;
    margin-bottom: 7px;
}
.mobileOff{
    display: none;
    color: #00235F;
    font-size: 4.1rem !important;
    font-weight: 600;
}
.navList-box{
    width: 100%;
    background: #00235F;
    box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.5);
    color: #FFFFFF;
    font-size:2.6rem;
    padding: 40px 20px;
    display: none;
    box-sizing: border-box;
    position: absolute;
    z-index: 100;
}
.navList-box ul{
    list-style-type: none;
}
.navTitle{
    padding-bottom: 40px;
    display: inline-block;
    border-bottom: 2px solid #334f7f;
    width: 100%;
    /* height: 40px; */
    line-height: 40px;
}
.navList-box .nvaListLi{
    margin-bottom: 40px;
}
.navIcon{
    float: right;
}
.navList-box ul li:last-child,.navList-box ul li:last-child span{
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0;
}
.navTitle ul{
    margin-top: 20px;
    margin-left: 70px;
    display: none;
}
.navTitle li {
    /* padding-bottom: 26px; */
    border-bottom: 2px solid #334f7f;
    margin-top: 20px;
    height: 66px;
}
.navTitle li a{
  display: inline-block;
  height: 100%;
  width: 100%;
}

.mobileBottom{
    display: none;
    font-size: 3rem;
    text-align: center;
}
.exceptions {
    text-align: left;
    border-bottom: 2px solid #334f7f;
    padding: 40px 20px 40px 0;
    line-height: 33px;
}
.exceptions .iconfont{
    transform: rotate(-90deg);
}
.mobileContent{
    padding: 30px 20px 0;
    color: #FFFFFF;
    opacity: .5;
    font-size: 26px;
    text-align: left;
}

/*
site css
basic element
*/
.fun-content{
	margin: auto;
	position: relative;
}
.fun-content-text{
	max-width: 1320px;
}
.fun-content-text .fun-content-inner{
	margin-top: 60px;
	margin-bottom: 50px;
  min-height: calc(100vh - 437px);
}
.fun-content-title{
	font-size: 5.5rem;
	font-weight: 600;
	color: #000;
	line-height: 77px;
}
.langeEN{
  display: none;
}
.fun-content-text .fun-content-inner .fun-content-title{
	margin-bottom: 30px;
}
.fun-content-title.fun-content-title-center{
	text-align: center;
}
.fun-content-text.mt20{
	margin-top: 20px;
}
.fun-content-text.td70{
	text-indent: 70px;
}
.fun-content-text{
	font-size: 2rem;
	color: #000;
	line-height: 40px;
}
.fun-content-img{
	margin-top: 30px;
}
.fun-content-box{
	display: flex;
}
.fun-content-flow-lineWrap{
	width: 55px;
	    position: relative;
	    display: flex;
	    flex-direction: column;
	    justify-content: center;
}
.fun-content-flow-line{
	    height: 72%;
	    width: 0;
	    border-left: 1px dashed #00235F;
	    margin-left: 12px;
}
.fun-mt20{
	margin-top: 20px;
	padding-bottom: 30px;
}
.fun-content-subTitle{
	font-size: 24px;
	font-weight: 600;
	color: #000;
	line-height: 40px;
}
.fun-content-subPara-title{
	font-size: 18px;
	font-weight: 600;
	color: #000;
	line-height: 35px;
	border-bottom: 1px solid #EEE;
	padding-bottom: 10px;
}
.fun-content-subPara-content p{
	font-size: 18px;
	color: #808080;
	line-height: 35px;
	margin-top: 10px;
}

.box_carousel{
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
}
.fun-content-flow{
	width: calc(100% - 55px);
}
.fun-content-flowItem{
	background: #EEE;
	border-radius: 8px;
	position: relative;
	display: flex;
}
.fun-content-flowItem + .fun-content-flowItem{
	margin-top: 50px;
}
.fun-content-flowItem-index{
	    background: #00235F;
	    padding: 0 3%;
	    position: relative;
	    display: flex;
	    justify-content: center;
	    flex-direction: column;
		border-radius: 8px;
}
.fun-content-flowItem-index div{
	font-size: 100px;
	font-weight: 600;
	color: #FFF;
	line-height: 140px;
}
.fun-content-flowItem-text_Title{
	font-size: 30px;
	font-weight: 600;
	color: #000;
	line-height: 42px;
	margin-bottom: 15px;
}
.fun-content-flowItem-text_Content{
	font-size: 20px;
	color: #000;
	line-height: 28px;
}
.fun-content-flowItem-text{
	padding: 15px 43px;
}
.fun-content-flowItem-ract{
	display: block;
	width: 0;
	height: 0;
	border: 17px solid transparent;
	border-left-color: #00235F;
	position: absolute;
	right: -34px;
}
.fun-content-flowItem-dotWrap{
	background: #fff;
	    padding: 5px 0;
	    height: 25px;
	    position: absolute;
	    top: 50%;
	    left: -55px;
	    transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
}
.fun-content-flowItem-dot{
	width: 25px;
	    height: 25px;
	    background: #00235F;
	    border-radius: 50%;
	    display: inline-block;
	    float: left;
}
.fun-content-bg_Title{
	margin-top: 60px;
	margin-bottom: 55px;
}
.fun-content-bg_Title_text{
	font-size: 55px;
	font-weight: 600;
	color: #000;
	line-height: 77px;
}
.fun-content-bg_Title_line{
	/* border-radius: 3px;
	width: 0;
	height: 60px;
	border-left: 6px solid #fff;
	display: inline-block; */
}
.fun-content-tab{
	display: flex;
	justify-content: space-between;
}
.fun-content-tab-item{
	background-size: auto;
	width: 25%;
	max-width: 325px;
	border-radius: 10px;
	    overflow: hidden;
	    position: relative;
}
.fun-content-tab-item img{
  position: absolute;
  width: 100%;
}
.fun-content-tab-item:not(.active){
	cursor: pointer;
}
.fun-content-tabItem-wrap{
	height: 117px;
	margin-top: 143px;
	background: rgba(0, 35, 95, .5);
	font-size: 24px;
	font-weight: 500;
	color: #FFF;
	line-height: 33px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	display: flex;
	    flex-direction: column;
	    text-align: center;
		justify-content: center;
		position: relative;
		z-index: 2;
}
.fun-content-tab-item.active .fun-content-tabItem-wrap{
	background: rgba(0, 35, 95, .9);
}
.fun-content-tab_Content{
	margin-top: 57px;
	display: none;
}
.fun-content-tab_Content_Title{
	color: #000;
	font-size: 32px;
	font-weight: 600;
	line-height: 56px;
	margin-bottom: 15px;
}
.nodataStyle{
  height: 150px;
  margin-top: 50px;
  box-shadow: 0px 4px 7px 0px rgb(0 0 0 / 12%);
  border-radius: 10px;
  text-align: center;
  line-height: 150px;
  color: #808080;
}
.fun-content-tab_Content_Img{
	margin-top: 20px;
}
.fun-content-tab_Content_Img img{
	width: 100%;
}
.content_left:hover .left_img>img,.content_right ul li:hover .right_img img,.fun-content-tab-item:hover img{
  animation: move .5s linear forwards;
}
.content_left .left_img>img,.content_right ul li .right_img>img,.fun-content-tab-item img{
  animation: outthis .5s linear forwards;
}
@keyframes move {
  0% {
      transform: scale(1);
  }

  100% {
      transform: scale(1.1);
  }
}
@keyframes outthis {
  0% {
      transform: scale(1.1);
  }

  100% {
      transform: scale(1);
  }
}
@media (max-width: 1320px) {
	.fun-content-text .fun-content-inner{
		padding: 0 20px;
	}
}
@media (max-width: 768px) {
	.fun-content-flow-lineWrap{
		display: none;
	}
}


@media (max-width: 1400px) {
  .fun-section{
    padding: 2rem 3rem 1.5rem;
  }
    .pcBottom{
        display: none;
    }
    .mobileBottom{
        display: block;
    }
    .fun-header-sm img{
        width: 100px;
        height: 54px;
    }
	.fun-header-link{
		display: none;
	}
	.fun-header-expander{
    display: inline-block;
    cursor: pointer;
    transition: all .2s;
    margin:auto 0;
	}
    .fun-foot{
        padding: 43px 0 89px;
    }
    .Fortune{
        font-size: 2.6rem;
        font-weight: 100;
        margin-bottom: 81px;
        padding: 0 10px;
    }
    .mobilicon{
        padding-bottom: 60px;
        border-bottom: 2px solid #334f7f;
    }
    .mobilicon .foot-icon{
        font-size: 4rem !important;
        margin-right: 8.7% !important;
    }
    .mobilicon .foot-icon:last-child{
        
        margin-right: 0 !important;
    }
    .introduction_content-img{
      display: block !important;
    }
    .introduction_content-img img{
      margin-bottom: 30px;
    }
    .exceptions{
      line-height: 10px;
      font-size: 2.5rem;
    }
    .mobileContent{
      font-size: 18px;
    }
    .fun-content-flowItem-index div{
      font-size: 40px;
    }
    .fun-content-flow{
      width: 100%;
    }
    .fun-content-flowItem-text{
      padding: 15px 33px;
    }
    .fun-content-tab{
      display: block;
    }
    .fun-content-tab-item{
      background-repeat: no-repeat;
      background-size: cover;
      width: 100%;
      max-width: 100%;
      margin-bottom: 20px;
      height: 117px;
    }
    .fun-content-tab_Content{
      margin-top: 37px;
    }
    .fun-content-tabItem-wrap{
      margin-top: 51px;
      height: 66px;
    }
}
@media (max-width: 560px) {
    .mobilicon .foot-icon{
        padding-bottom: 20px;
    }
    .mobilicon{
        display: flex;
        padding:0 20px;
        justify-content: center;
    }
}
/* 关于我们 */
.introduction{
  padding-bottom: 40px;
  border-bottom: 1px solid #eeeeee;
  margin-bottom: 35px;
}
.introduction_title{
  font-size: 5.5rem;
  font-weight: 500;
  margin-bottom: 10px;
}
.introduction_content{
  font-size: 2rem;
  line-height: 40px;
}
.introduction_content-img{
  display: flex;
  margin-top: 28px;
}
.introduction_content-img img{
  margin-right: 152px;
  width: 100%;
  height: auto;
}
.introduction_content-img img:last-child{
  margin-right: 0;
}
.icon {
    width: 1em;
    height: 1em;
    vertical-align: -0.15em;
    fill: currentColor;
    overflow: hidden;
  }