﻿@charset "utf-8";

#content {
    
}
.rowA{overflow: hidden;}
.swiper-banner{
    height: 100vh;
}
.swiper-line{
    display:none;
}
.swiper-banner .swiper-wrapper .swiper-slide {
    background-size: cover;
    background-repeat: repeat;
    background-position: center;
    display: flex;
  }
.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
    bottom: 40px;
}
.swiper-pagination-bullet{
    background: transparent!important;
}
.swiper-pagination-bullet{
    width: auto;
    font-size: 16px;
    color: #fff; 
    opacity: 1;
    height: 16px;
    line-height: 16px;
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{
    margin: auto 5px;
}
.swiper-pagination .li1 .line,.swiper-pagination .li2 .line{
    width: 50px;
    height: 1px;
    background: #fff;
    display: inline-block;
    margin: 5px;
}
.swiper-slide .con{
    position: absolute;
    top: 48%;
    left: 0;
    right: 0;
    color: #fff;
    transform: translateY(32px);
    opacity: 0;
    transition: all 2.6s;
}
.swiper-slide.li3 .con{
    top: 35%;
}
.swiper-slide.swiper-slide-active .con{
    transform: translateY(0px);
    opacity: 1;
}
.swiper-slide .con .title{
    font-size: 48px;
    margin-bottom: 20px;
}
.swiper-slide .con .intro{
    font-size: 30px;
}
.row{
    margin: 0;
}
.rowA .row{
    display: flex;
}
.picbox img{
    width: 100%;
}
.textbox{
	width: 30%;
	background-color: #003a8f;
	padding: 3% 2%;
	position: relative;
}
.row2 .textbox{
    background-color: #3d7dcc;
}
.row3 .textbox{
    background-color: #00bcd1;
}
.textbox .title{
    text-align: left;
    margin-bottom: 5%;
}
.rowpchide{display: none!important;}
.textbox .title a{
    font-size: 36px;
    color: #fff;
    font-weight: 600;
}
.textbox .con{
	text-align: left;
	font-size: 14px;
	color: #fff;
}
.textbox .con p{
    margin-bottom: 10px;
}
.textbox .con li{
    padding-left: 15px;
    background: url(../../base/img/list-icon.png) 0 center no-repeat;
}

.textbox .more {
    position: absolute;
    bottom: 5%;
    left: 0;
    right: 0;
    color: #fff;
    font-size: 14px;
    display: block;
    width: 87%;
    text-align: left;
    padding: 0 2%;
    padding-top: 6%;
    border-top: 1px solid;
    border-color:rgba(255,255,255,0.1);
    margin: auto;
}
.textbox .more .moretext{
    color: #fff;
    padding-right: 40px;
    background: url(../../base/img/more.png) right 7px no-repeat;
    position: relative;
}
.textbox .more .moretext em{
    height: 1px;
    bottom: -7px;
    left: 0px;
    position: absolute;
    width: 100%;
    transition: all 0.3s;
    transform: scaleX(0);
    background-color: #fff;
    transform-origin: left;
}
.textbox .more .moretext:hover em {
    transform: scaleX(1);
  }
.rowB{
    background: url(../../base/img/rowbg.jpg) center no-repeat;
    background-size: cover;
    text-align: center;
    padding: 123px 0 218px;
}
.rowB .about{
    width: 1440px;
    margin: auto;
    position: relative;
}
.rowB .about .leftline,.rowB .about .rightline{
    position: absolute;
    bottom: 0;
    width: 2.5rem;
    height: 1px;
    background-color: rgba(238,238,238,0.3);
}
.rowB .about .leftline{
    left: 0;
}
.rowB .about .rightline{
    right: 0;
}
.rowB .about .title{
    font-size: 48px;
	line-height: 48px;
	
}
.rowB .about .title a{
    color: #ffffff;
}
.rowB .about .pbox{
    margin: 50px 0 90px;
}
.rowB .about .pbox p{
    font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 24px;
	letter-spacing: 0px;
	color: #ffffff;
}
.rowB .msgbox{
    width: 980px;
    margin: auto;
}
.rowB .msgbox li .p1{
    font-size: 80px;
	line-height: 80px;
	color: #ffffff;
}
.rowB .msgbox li .p1 em{
    font-size: 30px;
    line-height: 1;
    position: absolute;
}
.rowB .msgbox li .p2{
    font-size: 24px;
	line-height: 30px;
	color: #ffffff;
    margin: 29px 0 125px;
}
.rowB .more{
    display:block;
    width: 300px;
	height: 50px;
	background-color: #ffffff;
    margin: auto;
    text-align: center;
    line-height: 50px;
    font-size: 18px;
    color: #003a8f;
    position: relative;
    top: -25px;
}
.rowC{
    display: flex;
}
.rowC .bigbox{
    display: flex;
    width: 50%;
}
.rowC .picbox{
    width: 50%;
    position: relative;
}

.rowC .picbox .textbox{
    width:100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent;
    padding: 5%;
}
.rowC .picbox .textbox .more{
    text-align: right;
}
.rowC .textbox .title a{
    font-weight: 500;
}


/* 轮播图 */
.swiper-pagination {
  display: flex;
  justify-content: center;
}

.swiper-pagination .swiper-pagination-bullet {
  box-sizing: content-box;
  background-color: transparent;
  border-radius: 0px;
  font-size: 14px;
  height: auto;
  opacity: 1;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  text-align: center;
  color: rgba(255, 255, 255, 0.5);
  width: 30px;
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.swiper-pagination .swiper-pagination-bullet:hover {
  color: #fff;
}

.swiper-pagination .swiper-pagination-bullet-active {
  padding-right: 110px;
  color: rgba(255, 255, 255);
}

.swiper-pagination .swiper-pagination-bullet::after {
  	content: "";
    top: 7px;
    transform: scaleX(0);
    transform-origin: left;
    background-color: #25a0ad;
    height: 1px;
    left: 40px;
    position: absolute;
    width: 90px;
}

.homepage .swiper-banner .swiper-pagination-bullet::before,
.homepage .swiper-banner .swiper-pagination-bullet::after {
  content: "";
  top: 7px;
  transform: scaleX(0);
  transform-origin: left;
}
.homepage .swiper-banner .swiper-pagination-bullet::before {
  background-color: rgba(255, 255, 255, 1);
}

.homepage .swiper-banner .swiper-pagination-bullet::after {
  background-color: rgba(255, 255, 255, 0.5);
}

.homepage .swiper-banner .swiper-pagination-bullet-active::after {
  transition: transform 1s;
  transition-delay: 0.5s;
  transform: scaleX(1);
}

.homepage .swiper-banner .swiper-pagination-bullet-active::before {
  animation-name: bulletSlideToRight;
  animation-timing-function: linear;
  animation-delay: 1.5s;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  animation-play-state: running;
}

.homepage .swiper-banner .swiper-pagination-hidden .swiper-pagination-bullet-active::before {
  animation-play-state: paused;
}


.homepage .swiper-banner .swiper-pagination-bullet::before, .homepage .swiper-banner .swiper-pagination-bullet::after {
  height: 1px;
  left: 40px;
  position: absolute;
  width: 90px;
}


@keyframes bulletSlideToRight {
  to {
    transform: scaleY(1);
  }
}
.w-full {width: 100%;}
.absolute {position: absolute;}
.left-0 {left: 0px;}
.top-0 {top: 0px;}
.h-full {height: 100%;}
.icon-play{
    box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.5);
    transition: all 1s;
    transform: scale(0.5);
    opacity: 0;
    border-radius: 9999px;
    height: 70px;
    width: 70px;
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
}
svg > path, svg > line {
    stroke: currentColor;
    margin: auto;
}
.icon-play svg{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    color: rgba(255, 255, 255, 0.5);
}
.swiper-slide-active .icon-play {
    transform: scale(1);
    opacity: 1;
}
.swiper-slide-active .icon-play:hover{
    transform: scale(1.2);
}
.content-showing .icon-play{
    transform: scale(0.5);
    opacity: 0;
}




@media (max-width: 1500px){
	.textbox{width: 55%;}
    .textbox .con{font-size: 13px;}
    .rowB .msgbox{width: 100%}
    .rowB .about{width: 90%}
    .textbox .con .li1{float: left;width: 50%;}
    .textbox .con .li2{clear: both;margin-bottom: 20px;}
}
@media (max-width: 1300px){
    .textbox{width: 100%;}
    .rowA .row{display: block;}
    .rowA .row1 .textbox{float:left;}
    .rowA .textbox .title{margin-bottom: 3%;}
    .rowA .textbox .title a{font-size: 22px;}
    .rowA .textbox .more{position: relative;padding-top: 2%;bottom: 0;font-size: 18px;text-indent: 0;clear: both;width: 100%;}
    .textbox .more{padding: 0;}
    .rowC .picbox .textbox .more{padding: 5% 0 0 0;}
    .rowA .textbox .con{font-size: 18px;line-height: 2;margin-bottom: 3%;}
    .rowC{display:block}
    .rowC .bigbox{width: 100%;}
    .rowC .textbox .title a{font-size: 26px;}
    .rowC .textbox .con,.rowC .textbox .more{font-size: 18px;}  
    .rowC .textbox .con{line-height: 40px;}
    .clear{clear: both}
    .rowphonehide{display: none!important;}
    .rowpchide{display: block!important;}
    .swiper-slide .con .title{font-size: 38px;margin-bottom: 20px;}
	.swiper-slide .con .intro{font-size: 20px;}
}
@media (max-width: 990px){
    .swiper-slide .con .title{font-size: 28px;margin-bottom: 20px;}
	.swiper-slide .con .intro{font-size: 16px;} 
    .rowC .picbox{height: auto;}
    .rowC .textbox .con{font-size: 16px;line-height: 30px;}
}
@media (max-width: 740px){
	.rowC .bigbox{display: block;}
    .rowC .picbox{width: 100%;}

}
@media (max-width: 450px){
    .rowA .textbox .title a,.rowC .textbox .title a{font-size: 16px;}
    .rowA .textbox .con,.rowA .textbox .more,.rowC .textbox .con, .rowC .textbox .more{font-size: 14px;}
    .textbox .more .moretext{margin-right: 5%;}
    /* .swiper-banner{height: 400px;} */
}












*/
/*--
颜色代码
#0068B7 深色标题
#ddd 淡色边框
--*/