/*'#0da5d6', '#2AB561', '#DE8910', '#16BA9D', '#0DA5D6'*/
body {
    margin: 0;
    padding: 0;
    font-family: 'BASE' !important; 
}

.section {
    position: relative;
    overflow: hidden;
}

/*第一屏*/

#large-header {

    background: url(../images/index-bg.jpg) no-repeat;
    background-size: 100% 100%;
}
.first-nav-sidebar {
    float: right;
    padding-top: 28px;
    margin-left: 30px;
}
.common-nav-sidebar {
    position: absolute;
    right: -166px;
    top: 40px;
}
.tab-language {
    width:32px;
    height:32px;
    background:rgba(0,80,160,1);
    border-radius:4px;
    font-size: 18px;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    color: #fff;
    margin-right: 26px;
    vertical-align: middle;
    cursor: pointer;

}
.three-lines {
    width: 40px;
    cursor: pointer;
}

.first .logo1 {
    float: left;
}

.first .logo1 img {
    height: 80px;
}

.top-first-box {
    position: absolute;
    z-index: 10;
    left: 7%;
    right: 7%;
    top: 30px;
}

.myMenu-first {

    float: right;
    padding-top: 22px;

}

.myMenu-first li {
    float: left;
    padding: 10px 30px;
    color: #fff;
}

.myMenu-first li a {
    cursor: pointer;
    color: #fff;
    font-size: 18px;
    transition: all 0.6s;
    font-weight: 200;
}

.myMenu-first li:hover a {

    color: #0050A0;
    /* font-size: 20px; */
}

.main-title {
    font-size: 78px;
    color: #fff;
    font-weight: 100;
    position: absolute;
    top: 40%;
    left: 7%;
    opacity: 0.9;
    letter-spacing: 2px;

    letter-spacing: 10px;
}

.myMenu-first .isSelect a {
    color: #0050A0;
}

.main-title:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 6px;
    width: 46px;
    height: 4px;
    background: #fff;
}

.police {
    position: absolute;
    bottom: 40px;
    left: 7%;
    font-size: 16px;
 
    font-weight: 300;
    color: #6e6e6e;

}

.first-sidebar-list {
    z-index: 20;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
 
    box-sizing: border-box;
    overflow: hidden;
    background:rgba(0,78,162,0.9);

    padding-top: 160px;
    color: #fff;
    font-size: 18px;
    width: 0;
    transition: all 0.6s
}
.common-sidebar-list {
    z-index: 20;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 330px;
    box-sizing: border-box;
    overflow: hidden;
    background:rgba(0,78,162,0.9);

    padding-top: 160px;
    color: #fff;
    font-size: 18px;
    width: 0;
    transition: all 0.6s
}
.first-sidebar-item {
    padding-bottom: 40px;
    transition: all 0.6s;
    margin: 0 40px;
    
}
.first-sidebar-item:hover {
    /* font-size: 20px; */
}
.search-input-box {
    height:56px;
    border:2px solid rgba(213,214,216,1);
    border-radius:4px;
    line-height: 56px;
    margin: 0 40px;
    margin-top: 10px;
}
.search-input-box input {
    background: none;
    width: 178px;
    padding-top: 16px;
    color: #fff;
    opacity: 0.9;
}
.search-input-box img {
    width: 24px;
}
input::-webkit-input-placeholder { 
    color:    #f6f6f6;
    font-weight: 300;
}
input:-moz-placeholder { 
    color:    #f6f6f6;
}
input::-moz-placeholder { 
    color:    #f6f6f6;
}
input:-ms-input-placeholder { 
    color:    #f6f6f6;
}
.sidebar-close {
    position: absolute;
    right: 45px;
    top: 77px;
    cursor: pointer;
}
#common-sidebar-close {
    top: 57px;
}
.sidebar-close img {
    width: 30px;
}
.sidebar-ad-box {
    position: absolute;
    left: 0;
    bottom: 50px;
    width: 100%;
    text-align: center;
}
.sidebar-ad-box .sidebar-ad-icon {
    width: 30px;
    cursor: pointer;
    padding: 10px;
    margin: -10px;
}
.sidebar-img-item {
   display: inline-block;
   position: relative;
}

.sidebar-dialog-box {
    position: absolute;
    width: 90px;
    height: 107px;
    background: url(../images/qr-bg.png);
    background-size: 100% 100%;
    left: 0px;
    top: -116px;
    text-align: center;
    margin-left: -23px;
    display: none;
}
.siderbar-open a{
    color: #fff;
    cursor: pointer;
}
.siderbar-close {
    opacity: .4;
}
.sidebar-img-item:hover .sidebar-dialog-box{
    display: block;
}
.sidebar-dialog-box img {
    width: 60px;
    height: 60px;
    padding-top: 10px;
}
.sidebar-dialog-box p {
    font-size: 14px;
    font-weight:300;
    color: #333;
    padding-top: 2px;
}

/*第一屏动画*/
.myMenu-first {

    opacity: 0;
}

.first img {

    opacity: 0;
}

.first.current img {
    margin: 0;
    opacity: 1;
    transition: all 0.5s ease-out 0s;
}

.first.current .myMenu-first {
    opacity: 1;
    transition: all 0.5s ease-out 0s;
}

.next-btn {
    position: fixed;
    bottom: 40px;
    right: 7%;
    z-index: 15;
}

.next-btn img {
    width: 48px;
    opacity: 0.5;
    z-index: 10;
    cursor: pointer;
}

.next-btn img:hover {
    opacity: 1;
}

.second {

    background-size: 100% 100%;
}

/*第二屏*/
.top-box {
    position: fixed;
    top: 0;
    z-index: 10;
    left: 0;
    right: 0;
    height: 100px;
    display: none;
    background: rgba(255, 255, 255, 0.9);
    transition: all 1s;
    border-bottom: 1px solid #ebebeb;

}

.top-wrap {
    width: 1230px;
    margin: 0 auto;
}

.common-logo {
   
    width: 89px;
    position: absolute;
    left: 4%;
    top: 9px;
}

.myMenu-common {
    float: right;
    padding-top: 32px;
    position: relative;

}

.myMenu-common li {
    float: left;
    padding: 10px 30px;
    color: #333333;
}

.myMenu-common li a {
    cursor: pointer;
    color: #333333;
    font-size: 18px;
    font-weight: 200;
    transition: all 0.6s;
}

.myMenu-common .isSelect a {
    color: #0050A0;
}

.myMenu-common li:hover a {

    color: #0050A0;
    /* font-size: 20px; */

}

.second-box {
    width: 94%;
    padding-top: 180px;
    position: absolute;
    z-index: 2;
}

.second-text {
    width: 600px;
    height: auto;
    box-sizing: border-box;
    padding: 40px;
    background: rgba(250, 250, 250, 1);
    font-size: 16px;

    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 32px;
    position: absolute;
    left: 950px;
    top: 240px;

}

.change-other-btn {
    background: rgba(248, 248, 250, 1);
    color: #333;
    border-radius: 4px;
    position: absolute;
    bottom: -20px;
    left: 50%;
    width: 200px;
    height: 50px;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    margin-left: -100px;
}

.change-other-btn:hover {
    background: #0050A0;
    color: #fff;
}

.intro-company {
    width: 55%;
}

.second-nav-box {

    position: absolute;
    top: 300px;
    right: 0;
}

.second-nav-box:before {
    content: '';
    position: absolute;
    top: 0;
    left: 9px;
    width: 2px;
    height: 208px;
    background: #EBEBEB;
}

.second-select .circle-text {
    color: #0050A0;
}

.second-select .circle-blue {
    background: #0050A0;
}

.circle-blue {
    float: left;
    width: 20px;
    height: 20px;
    background: #EBEBEB;
    border-radius: 50%;
    margin-right: 12px;
    transition: all 0.8s;
}

.circle-text {
    float: left;
    color: #EBEBEB;
    font-size: 16px;
    margin-top: -2px;
    transition: all 0.8s;
}

.second-nav {
    margin-bottom: 30px;
    z-index: 2;
    position: relative;
    cursor: pointer;
}

.second-nav:hover .circle-text {
    color: #0050A0;
}

.second-nav:hover .circle-blue {
    background: #0050A0;
}

.ceo-img {
    width: 380px;
}

.ceo-box {
    position: relative;
    float: left;
    margin-right: 45px;
    cursor: pointer;
}

.ceo-name {
    position: absolute;
    left: 30px;
    bottom: 52px;
    color: #fff;
    font-size: 29px;
    letter-spacing: 2px;
}

.ceo-name:after {
    content: '';
    position: absolute;
    bottom: -12px;
    left: 0;
    width: 40px;
    height: 4px;
    background: #fff;
}

.ceo-intro {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0050A0;
    opacity: 0;
    transition: all 1s;
    color: #fff;
    padding: 34px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;


}

.ceo-intro-name {
    font-size: 29px;

    padding-bottom: 26px;

}

.ceo-intro-title {
    font-size: 17px;
    padding-bottom: 16px;
}

.ceo-intro-btn {

    text-align: center;
    border: 2px solid #fff;
    height: 50px;
    margin-top: 8px;
    line-height: 50px;
}

.second-dialog {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    opacity: 1;
    z-index: 11;
    display: flex;
    justify-content: center;
    align-items: center;
}

.second-dialog-main {
    display: flex;
}

.second-dialog-l img {
    width: 380px;
}

.second-dialog-r {
    width: 730px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    margin-left: 40px;
    position: relative;
    text-align: justify;
}

.second-dialog-r-name {
    font-size: 32px;
    /* font-family: PingFangSC-Regular; */
    font-weight: 400;
    color: rgba(0, 80, 160, 1)
}

.second-dialog-r-title {
    font-size: 18px;
    /* font-family: PingFangSC-Regular; */
    font-weight: 400;
    color: rgba(0, 80, 160, 1);
    margin-top: 40px;
    margin-bottom: 40px;
}

.second-dialog-r-detail {
    font-size: 18px;
    margin-bottom: 12px;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);

}

.second-dialog-close {
    position: absolute;
    right: -66px;
    top: -44px;
    cursor: pointer;

}

.second-dialog-close img {
    width: 30px;
}


/*第二屏动画*/
.second.current img {}

/*第三屏*/
.third-nav-box {
    border-bottom: 2px solid #EBEBEB;
    margin-bottom: 46px;
}

.third-nav-select {
    border-bottom: 2px solid #333;
}

.third-nav-item {
    float: left;
    width: 115px;
    padding-bottom: 36px;

    font-size: 16px;
    color: #333;
    text-align: center;
    cursor: pointer;
}
/* .third-nav-item:hover {
    border-bottom: 2px solid #333;
} */

.third-content-box {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 11;


}

.third-content-wrap {
    position: absolute;
    width: 1230px;
    height: 708px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.third-partner-box {
    width: 1230px;
    display: flex;
    flex-wrap: wrap;
    position: absolute;
}

.third-partner-item {

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 50px;
    margin-bottom: 50px;
    width: 270px;
    height: 250px;
    background: rgba(248, 248, 250, 1);
    color: #333;
}

.third-partner-item:nth-child(4n) {
    margin-right: 0;
}

.third-partner-item img {
   
    margin-bottom: 22px;
    height: 60px;
    max-width: 200px;
}



/*第三屏动画*/
.third.current .rocket {}

/*第四屏*/
.fourth-content-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.fourth-content-item {
    width: calc(100% / 3);
    float: left;
    height: 100%;
    position: relative;
}

.fourth-content-item .fourth-content-item-bg {
    width: 100%;
    height: 100%;
}

.fourth-content-main {
    position: absolute;
    top: 32%;
    left: 50%;
    width: 200px;
    margin-left: -100px;
    cursor: pointer;
    padding-bottom: 360px;
    transition: all 0.6s ease-out;
    text-align: center;
}

.fourth-content-main-hover {
    /* transform: scale(1.08); */
    top: 22%;
}

.fourth-content-item-icon {
    width: 70px;
}

.icon-line {
    width: 20px;
    height: 4px;
    background: rgba(255, 255, 255, 1);
    border-radius: 2px;
    margin: 42px auto;
}

.fourth-content-item-text {
    font-size: 26px;
    text-align: center;
    font-weight: 600;
    color: rgba(255, 255, 255, 1);
}

.fourth-dialog-list {
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translateX(-50%);
    transition: all 0.5s;
    opacity: 0;
    height: 0;
    overflow: hidden;
}

.fourth-dialog-list li {

    font-size: 18px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    width: 300px;
}

.fourth-dialog-list li span {
    display: inline-block;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.fourth-dialog-list li:hover span {
    border-bottom: 1px solid #fff;
}

.fourth-content-dialog {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 78, 162, 0.9);
    display: none;
    z-index: 16;
    color: #fff;
    font-size: 16px;
    transition: all 0.6s;
    padding: 60px;

}
.fourth-common-title {
    margin-bottom: 60px;
}
.fourth-common-title img {
    width: 60px;
    margin-right: 30px;
}
.fourth-common-title span {
    font-size:32px;
    vertical-align: top;
    margin-top: 8px;
    display: inline-block;
}
.text-indent2 {
    text-indent: 2em;
}
.fourth-p {
    margin-bottom: 16px;
    line-height: 24px;
    letter-spacing: 2px;
}
.fourth-p span {
    display: inline-block;
    padding-right: 20px;
    padding-bottom: 4px;
}





/*第五屏*/
.fifth-box {
    width: 94%;
    padding-top: 156px;
    position: absolute;
    z-index: 2;
}

.fifth-text {
    width: 536px;
    height: 629px;
    box-sizing: border-box;
    padding: 70px 38px;
    background: rgba(250, 250, 250, 1);
    font-size: 16px;

    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 32px;
    position: absolute;
    left: 1020px;
    top: 240px;

}

.know-more-btn {
    /* width: 460px; */
    height: 60px;
    line-height: 60px;
    color: #333;
    border: 2px solid rgba(235, 235, 235, 1);
    text-align: center;
    margin: 0 auto;
    margin-top: 40px;
}

.team-talk {
    width: 1078px;
}
.fifth-p {
    
    line-height: 24px;
    letter-spacing: 2px;
}
.alliance-p {
    line-height: 28px;
    margin-bottom: 10px;
}


/* 第六屏 */
.sixth-box {
    width: 1230px;
    margin: 0 auto;
    padding-top: 126px;
}

.sixth-main-item {
    position: relative;
    margin-bottom: 40px;
    cursor: pointer;
    width: 360px;
    margin-right: 73px;
    height: 340px;
    font-family: "Microsoft YaHei" ! important;
}
.sixth-main-item:nth-child(3n) {
    margin-right: 0;
}
.more-news-btn {
    
    border-radius: 4px;
    color:rgba(51,51,51,1);
    position: absolute;
    background: #fff;
    bottom: 40px;
    left: 50%;
    width:600px;
    height:50px;
    border:2px solid rgba(235,235,235,1);
    border-radius:4px;
    font-size: 16px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    margin-left: -300px;
}    
.more-news-btn:hover {
    background: #0050A0;
    color: #fff;
}
.news-img {
    width: 360px;
    height: 200px;
}

.news-right {
    width: 330px;
    float: right;
}

.news-time-box {
    height: 48px;
    line-height: 48px;
    border-bottom: 2px solid #EBEBEB;
    position: relative;
}

.news-time-l {
    float: left;
    font-size: 26px;
    color: #333;

}

.news-time-r {
    float: left;
    font-size: 20px;
    color: #333;
    
}

.news-title {
    font-size: 18px;
    /* font-family: PingFangSC-Semibold; */
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
    line-height: 22px;
    margin-top: 10px;
    height: 50px;
    
}
.news-detail {
    font-size:15px;
    /* font-family:PingFangSC-Regular; */
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:22px;
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-wrap: break-word;
}

.news-more {
    width: 26px;
    height: 26px;
    position: absolute;
    right: 0;
    bottom: 11px;
    background-image: url(../images/more-before.png);
    background-size: 100% 100%;
    cursor: pointer;
    transition: all 1.5s;
}

.news-more:hover {
    background-image: url(../images/more-hover.png);
    
}



/* 第七屏 */
.last-top-box {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 10;
}

.last-top-box .map-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.last-dialog-box {
    position: absolute;
    /* top: 21%;
    left: 36%;
    padding: 60px;
    padding-bottom: 28px;
    background: url(../images/juxing-bg.png);
    background-size: 100% 100%; */
    top: 50%;
    left: 50%;
    width: 610px;
    box-sizing: border-box;
    padding: 10px 40px 40px 40px;
    border-radius: 8px;
    transform: translate(-70%, -60%);
    background-color: rgba(255, 255, 255, .9);
}

.last-bottom-box {
    position: absolute;
    top: 65%;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 11;
}

.last-dialog-title {
    position: relative;
    margin-top: 30px;
    font-weight: 600;
    font-size: 20px;
    padding-bottom: 15px;
}

.last-dialog-title::after {
    position: absolute;
    content: " ";
    display: block;
    left: 0;
    bottom: 7px;
    width: 240px;
    height: 1px;
    background-color: #dcdcdc;
}

.last-dialog-detail {
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    padding-bottom: 10px;
}

.last-bottom-wrap {
    width: 60%;
    margin: 0 auto;
}

.input-box {
    border-bottom: 1px solid #d9d9d9;
    padding: 30px 0 16px;
    color: #333;
    font-size: 16px;
}

input {
    border: none;
    color: #333;
    margin-left: 10px;
    margin-right: 10px;
    width: 30%;
    font-size: 16px;
    vertical-align: top;
    font-weight: 400;
}

.submit-btn {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 150px;
    height: 50px;
    background: rgba(209, 209, 209, 1);
    border-radius: 4px;
    line-height: 50px;
    text-align: center;
    color: #585858;
    font-size: 16px;
    cursor: pointer;

}
.submit-btn:hover {
    background: #0050A0;
    color: #fff;
}
.input-click::-webkit-input-placeholder { 
    color:    #333;
    font-weight: 300;
}
.input-click:-moz-placeholder { 
    color:    #333;
}
.input-click::-moz-placeholder { 
    color:    #333;
}
.input-click:-ms-input-placeholder { 
    color:    #333;
}

.news-list-dialog {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}
.news-list-wrap {
    width: 960px;
    position: absolute;
    top: 45%;
    left: 50%;
    margin-left: -480px;
    margin-top: -265px;
}

.news-list-main {
    height: 540px;
    overflow: auto;

}

.news-list-title {
    margin-bottom: 18px;
}
.news-list-title span {
    font-size: 28px;
    color: #014DB5;
    font-weight: 700;
    padding-left: 5.5%;
}
.news-list-dialog-close img{
    width: 36px;
    cursor: pointer;
}

.news-list-item {

    
    height: 106px;
    cursor: pointer;
    padding: 20px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

}
.news-item-date {
    float: left;
    width: 16%;
    text-align: center;
    font-size: 30px;
    color: #333;
    padding-top: 5px;
}
.news-item-content {
    float: left;
    width: 84%;
    font-size: 14px;
}
.news-item-title {
    font-size: 18px;
    margin-bottom: 5px;
    color: #333;
    font-weight: bold;
}
.news-item-detail {
    height: 23px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.news-detail-dialog {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
}
.news-detail-wrap {
    width: 1000px;
    position: absolute;
    top: 90px;
    left: 50%;
    margin-left: -500px;
    
}
.news-detail-title {
    font-size: 26px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 30px;
}
.news-detail-content {
    text-align: center;
    font-size: 15px;
    color: #ccc;
}
.news-detail-content  p{
    text-align: left;
    margin-bottom: 20px;
}
.news-detail-content  div {
    text-align: left;
    margin-bottom: 20px;
}

.news-detail-content {
    max-height: 700px;
    overflow: auto;
}
.news-detail-dialog-close img {
    width: 40px;
    
}
.news-detail-dialog-close {
    cursor: pointer;
    position: absolute;
    right: -60px;
    top: -6px;
}

#toast-box {
    position: absolute;
    bottom: 200px;
    left: 50%;
    margin-left: -80px;
    width: 160px;
    color: #fff;
    background: rgba(0,0,0,0.6);
    padding: 10px;
    font-size: 16px;
    border-radius: 0.1rem;
    z-index: 1000;
    text-align: center;
    
}
.news-split {
    float: left;
    color: #ebebeb;
    font-size: 24px;
    margin-left: 20px;
    margin-right: 20px;
}
.toast-box {
    animation: toastKF 3s;
}
@keyframes toastKF{
  0% {opacity: 0;}
 25% {opacity: 1; z-index: 9999}
 50% {opacity: 1; z-index: 9999}
 75% {opacity: 1; z-index: 9999}
 100% {opacity: 0; z-index: 0}
}