/* 第二层导航 */
.banner {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  height: 740px;
  min-width: 1260px;
  margin-top: -78px;
}

.banner-title {
  padding-top: 120px;
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.banner-title .p1 {
  font-weight: 400;
  font-size: 56px;
  color: #333333;
  line-height: 80px;
  font-weight: bold;
}

.banner-title .p2 {
  font-weight: 400;
  font-size: 56px;
  color: #333333;
  line-height: 80px;
  font-weight: bold;
}

.banner-title .p3 {
  width: 100%;
  font-size: 20px;
  color: #333333;
  line-height: 40px;
  margin-top: 10px;
  border: unset;
}

.banner .banner-title .banner-btn {
  width: 132px;
  height: 50px;
  background: #0866DF;
  border-radius: 25px;
  line-height: 50px;
  font-size: 14px;
  color: #FFFFFF;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  margin-top: 30px;
}

.banner .banner-title .banner-btn:hover {
  opacity: .9;
}

.banner .banner-img {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  margin-top: 60px;
  height: 200px;
}

.banner .banner-img img:nth-child(2) {
  margin: 0 20px;
}

.container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}

.container .title {
  font-weight: bold;
  font-size: 34px;
  color: #333333;
  line-height: 40px;
  text-align: center;
}

.container .subTitle {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  text-align: center;
  margin-top: 10px;
}

.reason .reason-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  overflow: hidden;
  margin-top: 60px;
  padding-top: 30px;
}

.reason .reason-box .reason-item {
  width: 360px;
  height: 200px;
  background: #E9F3FF;
  border-radius: 24px;
  padding: 35px;
  box-sizing: border-box;
  margin-bottom: 100px;
  overflow: hidden;
}

.reason .reason-box .reason-item:nth-child(2),
.reason .reason-box .reason-item:nth-child(3) {
  margin-bottom: 100px;
}

.reason .reason-box .reason-item .item-box {
  transition: all .3s ease-in-out;
}

.reason .reason-box .reason-item:hover .item-box {
  transform: translateY(-50px);
}

.reason .reason-box .reason-item:nth-child(3) {
  margin-left: 150px;
}

.reason .reason-box .reason-item .item-logo {
  transition: all .3s ease-in-out;
}

.reason .reason-box .reason-item:hover .item-logo {
  opacity: 0;
}

.reason .reason-box .reason-item .item-name {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 40px;
}

.reason .reason-box .reason-item .item-desc {
  font-size: 14px;
  color: #333333;
  line-height: 21px;
}

.reason .reason-box .reason-item .item-btn {
  width: 110px;
  height: 44px;
  background: #0866DF;
  border-radius: 22px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 44px;
  text-align: center;
  margin-top: 15px;
  display: block;
  opacity: 0;
  transition: all .3s ease-in-out;
}

.reason .reason-box .reason-item:hover .item-btn {
  opacity: 1;
}

.reason .reason-box .reason-item .item-btn:hover {
  opacity: .9;
}

.reason .reason-box .reason-img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

.reason .reason-box .reason-img .reason-article {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 384px;
  height: 604px;
  box-sizing: border-box;
  padding: 45px 70px;
}

.reason .reason-box .reason-img .reason-article .article-title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 40px;
}

.reason .reason-box .reason-img .reason-article .article-tag {
  font-size: 12px;
  color: #999999;
  line-height: 40px;
}

.reason .reason-box .reason-img .reason-article .article-content p {
  font-size: 14px;
  color: #333333;
  margin-bottom: 15px;
  line-height: 21px;
}

.advantage .advantage-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}

.advantage .advantage-box .advantage-left {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.advantage .advantage-box .advantage-item {
  width: 420px;
  height: 280px;
  background: #ECF1FF;
  border-radius: 24px;
  padding: 44px 55px 50px;
  box-sizing: border-box;
  transition: all .3s ease-in-out;
  border: 1px solid transparent;
}

.advantage .advantage-box .advantage-item:hover{
  border-color: #8752D9;
}

.advantage .advantage-box .advantage-item:nth-child(2) {
  background: #E6F7F8;
}

.advantage .advantage-box .advantage-item:nth-child(2):hover{
  border-color: #33C0C8;
}

.advantage .advantage-box .advantage-item:nth-child(3) {
  height: 220px;
  flex: 1;
  margin-top: 30px;
  padding: 42px 55px 50px;
}

.advantage .advantage-box .advantage-item .item-title {
  font-size: 24px;
  color: #8752D9;
  line-height: 30px;
}

.advantage .advantage-box .advantage-item:nth-child(2) .item-title {
  color: #33C0C8;
}

.advantage .advantage-box .advantage-item .item-title i {
  font-size: 20px;
  margin-right: 10px;
}

.advantage .advantage-box .advantage-item .item-desc {
  font-size: 14px;
  color: #333333;
  line-height: 24px;
  margin: 15px 0 20px
}

.advantage .advantage-box .advantage-item .item-btn {
  font-size: 14px;
  color: #8752D9;
  line-height: 25px;
}

.advantage .advantage-box .advantage-item:nth-child(2) .item-btn {
  color: #33C0C8;
}

.advantage .advantage-box .advantage-right {
  align-self: stretch;
  margin-left: 30px;
}

.advantage .advantage-box .advantage-card {
  width: 300px;
  height: 530px;
  background-size: 100% auto;
  background-position: center center;
  padding: 40px 30px;
  box-sizing: border-box;
  border-radius: 24px;
}

.advantage .advantage-box .advantage-card .card-title {
  font-size: 24px;
  color: #333333;
  line-height: 40px;
}

.advantage .advantage-box .advantage-card .card-desc {
  font-size: 14px;
  color: #666666;
  line-height: 21px;
  margin: 10px 0 20px;
}

.advantage .advantage-box .advantage-card .card-btn {
  width: 110px;
  height: 44px;
  background: #DF9108;
  border-radius: 22px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 44px;
  text-align: center;
  display: block;

}

.advantage .advantage-box .advantage-card .card-btn:hover {
  opacity: .9;
}

.resource {
  background: #F1F7FB;
  margin: 110px 0;
  padding: 50px 0;
}

.resource .container .subTitle{
  margin-bottom: 60px;
}

.resource .resource-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.resource .resource-box .resource-wrapper{
  position: relative;
}

.resource .resource-box .resource-wrapper .resource-float{
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.1);
  padding: 15px 15px 20px;
  opacity: 0;
  z-index: 10;
  transition: all .4s ease-in-out;
}

.resource .resource-box .resource-wrapper:hover .resource-float{
  opacity: 1;
}

.resource .resource-box .resource-wrapper .resource-float .item-medias{
  flex-wrap: wrap;
  padding: 15px 15px 5px;
}

.resource .resource-box .resource-wrapper .resource-float.resource-wz .item-medias{
  width: 920px;
}

.resource .resource-box .resource-wrapper .resource-float.resource-zb .item-medias{
  width: 460px;
}

.resource .resource-box .resource-wrapper .resource-float.resource-video .item-medias{
  width: 640px;
}

.resource .resource-box .resource-wrapper .resource-float.resource-paper .item-medias{
  width: 320px;
}

.resource .resource-box .resource-wrapper .resource-float .media-wrapper{
  flex-wrap: wrap;
}

.resource .resource-box .resource-wrapper .resource-float .media-wrapper img{
  margin-right: 0;
  margin-bottom: 10px;
}

.resource .resource-box .resource-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.resource .resource-box .resource-flex .resource-map {
  width: 440px;
  height: 180px;
  background-position: center center;
  background-size: cover;
}

.resource .resource-box .resource-flex .resource-map .map-content {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding-left: 150px;
  padding-top: 80px;
}

.resource .resource-box .resource-flex .resource-map .map-title {
  font-size: 18px;
  color: #FFFFFF;
  line-height: 40px;
}

.resource .resource-box .resource-flex .resource-map .map-area {
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
  line-height: 40px;
}

.resource .resource-box .resource-item {
  background: #FFFFFF;
  border-radius: 24px;
  padding: 15px 15px 30px;
  position: relative;
}

.resource .resource-box .resource-item .item-title {
  font-size: 22px;
  color: #333333;
  line-height: 40px;
  padding: 0 20px;
  height: 40px;
  margin-bottom: 5px;
}

.resource .resource-box .resource-item .item-title span {
  font-size: 14px;
  color: #999999;
  line-height: 40px;
  margin-left: 30px;
}

.resource .resource-box .resource-item .item-medias {
  background: #F1F7FB;
  border-radius: 24px;
  padding: 15px;
  width: 870px;
  box-sizing: border-box;
  user-select: none;
}

.resource .resource-box .resource-item .item-medias .media-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  overflow: hidden;
}

.resource .resource-box .resource-item .item-medias .media-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  flex: 1;
}

.resource .resource-box .resource-item .item-medias .media-flex:first-child {
  margin-top: 0;
}

.resource .resource-box .resource-zb .item-medias {
  width: 410px;
}

.resource .resource-box .resource-paper .item-medias {
  width: 250px;
  padding: 10px 15px;
}

.resource .resource-box .resource-paper .item-medias .media-wrapper {
  flex-wrap: wrap;
}

.resource .resource-box .resource-video .item-medias {
  width: 560px;
}


.resource .resource-box .resource-item .item-medias img {
  width: 140px;
  height: 60px;
  border-radius: 40px;
  margin-right: 10px;
  flex-shrink: 0;
}

.resource .resource-box .resource-item .item-medias img:last-child {
  margin-right: 0;
}

.resource .resource-box .resource-item .scroll-bar {
  position: absolute;
  left: 50%;
  bottom: 15px;
  margin-left: -15px;
  width: 30px;
  height: 2px;
  background: #0866DF;
  border-radius: 1px;
}

.resource .resource-btn {
  width: 136px;
  height: 50px;
  background: #0866DF;
  border-radius: 25px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 50px;
  text-align: center;
  margin: 60px auto;
  display: block;
}

.resource .resource-btn:hover{
  opacity: .9;
}

.cooperation {
  background: linear-gradient(-21deg, #F2F0FE 0%, #E9F5FD 100%);
  border-radius: 24px;
}

.cooperation .cooperation-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin: 0 60px;
  padding: 60px 0 20px;
  position: relative;
}

.cooperation .cooperation-box .cooperation-item {
  width: 288px;
  height: 126px;
  background: #FFFFFF;
  box-shadow: 0px 2px 32px 0px rgba(194, 227, 252, 0.32);
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 30px;
  box-sizing: border-box;
  margin-bottom: 40px;
}

.cooperation .cooperation-box .cooperation-item .item-no {
  width: 88px;
  height: 84px;
  border-radius: 50%;
  background-position: center;
  background-size: 100% auto;
  font-weight: bold;
  font-size: 30px;
  color: #0866DF;
  line-height: 64px;
  text-align: center;
  margin-right: 25px;
  flex-shrink: 0;
}

.cooperation .cooperation-box .cooperation-item .item-title {
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  text-align: justify;
}

.cooperation .cooperation-box .cooperation-arrow {
  width: 32px;
  height: 10px;
  display: inline-block;
  position: relative;
  margin-bottom: 40px;
}

.cooperation .cooperation-box .cooperation-arrow:nth-child(6) {
  position: absolute;
  right: 130px;
  top: 158px;
  transform: rotateZ(90deg);
  width: 20px;
}

.cooperation .cooperation-box .cooperation-arrow:nth-child(8) {
  transform: rotateZ(180deg);
}

.cooperation .cooperation-box .cooperation-arrow:nth-child(10) {
  transform: rotateZ(180deg);
}

.cooperation .cooperation-box .cooperation-arrow::before {
  content: '';
  position: absolute;
  right: 0;
  width: 9px;
  height: 9px;
  box-sizing: border-box;
  border-top: 1px solid #0866DF;
  border-right: 1px solid #0866DF;
  transform: rotateZ(45deg);
}

.cooperation .cooperation-box .cooperation-arrow .arrow-line {
  box-sizing: border-box;
  position: absolute;
  width: 30px;
  left: 0;
  top: 4px;
  border-bottom: 1px dashed #0866DF;
}

.cooperation .cooperation-box .cooperation-arrow:nth-child(6) .arrow-line {
  width: 18px;
}

.case .case-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 60px 0 100px;
}

.case .case-box .case-item {
  width: 380px;
  height: 340px;
  background-position: center center;
  background-size: 100% auto;
  padding: 35px;
  box-sizing: border-box;
  position: relative;
  transition: all .3s ease-in-out;
}

.case .case-box .case-item:hover{
  transform: translateY(-10px);
}

.case .case-box .case-item .item-desc {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 24px;
  position: absolute;
  bottom: 90px;
  left: 35px;
  right: 35px;
}

.case .case-box .case-item .item-btn {
  width: 128px;
  height: 40px;
  background: rgba(255, 255, 255, .5);
  border-radius: 20px;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 40px;
  display: block;
  text-align: center;
  position: absolute;
  bottom: 35px;
}

.case .case-box .case-item .item-btn:hover {
  opacity: .9;
}
