body {
    width: 100%;
}

.app-container {
    width: 1200px;
    margin: 0 auto;
    padding: 0;
    border: 0;
}

@media (max-width: 1200px) {
    .app-container {
        width: 100%;
        margin: 0;
        padding: 0;
        bottom: 0;
    }
    .main-news-img {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        height: auto;
    }
}

.main-app-header {
    height: 100px;
    line-height: 100px;
    width: 100%;
    background: #fff;
}

.main-app-nav {
    display: flex;
    justify-content: space-between;
}

.main-app-nav .main-nav-logo {
    margin-left: 30px;
    width: 70%;
}

.bphone-box {
    display: none;
}

.bphone-box2 {
    display: none;
}

@media(max-width:765px) {
    .main-app-nav .main-nav-logo {
        margin-left: 30px;
    }
}


/* @media(max-width: 600px) {
  .bphone-box {
    transform: translate(70%, -20%);
    display: block;
  }
  .bphone-box2 {
    display: block;
    transform: translate(70%, -20%);
  }
} */

.main-nav-list {
    display: flex;
    flex-direction: row;
}

.main-nav-list-icon {
    display: none;
}

.app-menu-list {
    text-decoration: none;
    color: #000;
}

.app-menu-list :active {
    color: #024099;
}

.main-nav-btn {
    border: 0;
    margin-left: 30px;
    margin-right: 30px;
}

.main-nav-item {
    padding: 0 30px;
    display: inline;
    line-height: 100px;
    font-size: 1.7rem;
}

.main-nav-item {
    padding: 0 20px;
    display: inline;
    line-height: 100px;
    font-size: 1.6rem;
}

.main-smallnav-item {
    padding-left: 30px;
    height: 40px;
    line-height: 40px;
    width: 100%;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 1.7rem;
}

.main-smallnav-item a {
    color: #000000;
    text-decoration: none;
}

.main-nav-active {
    color: #013f99;
    border-bottom: 3px solid #013f99;
}

.main-nav-active a .main-nav-content {
    vertical-align: baseline;
    color: #013f99;
}

.main-nav-content {
    vertical-align: bottom;
}

.main-nav-item a {
    text-decoration: none;
}

.small-box {
    display: none;
}

.big-box {
    display: block;
}

@media (max-width: 765px) {
    .big-box .footer-form-leftBtn {
        display: none;
    }
    .small-box {
        color: #ffffff;
        display: block;
    }
}

.main-nav-item .main-nav-content {
    color: #000;
    text-decoration: none;
}

.main-smallnav {
    display: none;
}

@media (max-width: 1150px) {
    .main-nav-list {
        display: none;
    }
    .main-nav-list-icon {
        display: block;
    }
    .main-smallnav {
        width: 100%;
        display: none;
        border-top: 1px solid #024099;
        border-bottom: 1px solid #000;
        background: rgba(255, 255, 255, 0.1);
    }
    .smallnav-select-item {
        display: none;
    }
}

.main-banner {
    background: url('../img/bphone.png') no-repeat 75% 100%;
    background-size: 240px 300px;
    background-color: #013191;
    width: 100%;
    height: 450px;
}

.main-banner2 {
    background: url('../img/bphone-jp.png') no-repeat 75% 100%;
    background-size: 240px 300px;
    background-color: #013191;
    width: 100%;
    height: 450px;
}

@media (max-width: 765px) {
    .main-banner {
        background: url('../img/bphone.png') no-repeat 80% 100%;
        background-size: 180px 220px;
        background-color: #013191;
        width: 100%;
        height: 450px;
        min-height: 400px;
        overflow: hidden;
    }
    .main-banner2 {
        background: url('../img/bphone-jp.png') no-repeat 80% 100%;
        background-size: 180px 220px;
        background-color: #013191;
        width: 100%;
        height: 450px;
        min-height: 400px;
        overflow: hidden;
    }
}

@media (max-width: 400px) {
    .main-banner {
        background: url('../img/bphone.png') no-repeat 80% 100%;
        background-size: 180px 220px;
        background-color: #013191;
        width: 100%;
        height: 500px;
        min-height: 400px;
        overflow: hidden;
    }
    .main-banner2 {
        background: url('../img/bphone-jp.png') no-repeat 80% 100%;
        background-size: 180px 220px;
        background-color: #013191;
        width: 100%;
        height: 500px;
        min-height: 400px;
        overflow: hidden;
    }
}

.main-banner-title {
    padding-top: 100px;
    font-size: 6rem;
    color: #fff;
    font-weight: 400;
}

.main-banner-title2 {
    padding-top: 60px;
    font-size: 5rem;
    color: #fff;
    font-weight: 400;
}

.main-banner-title3 {
    padding-top: 60px;
    font-size: 3.3rem;
    color: #fff;
    font-weight: 400;
}

.main-banner-content {
    display: block;
    color: #ffffff;
    font-size: 1.8rem;
    width: 100%;
    height: auto;
    line-height: 30px;
}

.main-banner-more {
    display: block;
    margin-top: 30px;
    width: 100%;
    height: 56px;
    line-height: 56px;
    background: #ffffff;
    color: #013191;
    font-size: 3rem;
    text-align: center;
    -moz-box-shadow: 5px 5px 5px rgba(0, 143, 255, 0.4);
    /* 老的 Firefox */
    box-shadow: 5px 5px 5px rgba(0, 143, 255, 0.4);
}

.main-banner-more2 {
    display: block;
    margin-top: 30px;
    width: 100%;
    height: 56px;
    line-height: 56px;
    background: #ffffff;
    color: #013191;
    font-size: 3rem;
    text-align: center;
    -moz-box-shadow: 5px 5px 5px rgba(0, 143, 255, 0.4);
    /* 老的 Firefox */
    box-shadow: 5px 5px 5px rgba(0, 143, 255, 0.4);
    /* margin: 0 auto; */
}

.main-banner-more a {
    text-decoration: none;
    /* color: #000000; */
}

@media (max-width: 765px) {
    .main-banner-title {
        padding-top: 100px;
        font-size: 4rem;
    }
    .main-banner-title2 {
        font-size: 2.8rem;
    }
    .main-banner-title3 {
        padding-top: 20px;
        font-size: 2rem;
    }
    .main-banner-content {
        font-size: 1.8rem;
    }
    .main-banner-more {
        width: 100%;
        height: 40px;
        line-height: 40px;
        font-size: 1.8rem;
    }
    .main-banner-more2 {
        height: 40px;
        line-height: 40px;
        font-size: 1.8rem;
    }
}

@media (max-width: 375px) {
    .main-banner-title {
        padding-top: 60px;
        font-size: 3rem;
    }
    .main-banner-content {
        font-size: 1.4rem;
    }
    .main-banner-more {
        height: 40px;
        line-height: 40px;
        font-size: 1.3rem;
        width: 100%;
    }
}

.main-detail {
    width: 100%;
    height: 1343px;
    background: #ffffff;
}

@media (max-width: 765px) {
    .main-detail {
        width: 100%;
        height: auto;
        background: #ffffff;
    }
}

.main-detail-box img {
    width: 100%;
    transform: translateY(-50px);
}

.main-news {
    padding: 30px 0;
    width: 100%;
    height: 360px;
    background: url('../img/bg.png') repeat;
}

@media (max-width: 765px) {
    .main-detail-box img {
        width: 100%;
        transform: translateY(-70px);
    }
    .main-news {
        width: 100%;
        height: auto;
        min-height: 360px;
        background: url('../img/bg.png') repeat;
    }
}

.main-news-box {
    padding: 0;
    width: 100%;
    height: 595px;
    background: #ffffff;
    border-left: 2px solid #fff;
    border-top: 2px solid #fff;
    box-sizing: border-box;
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

.main-img-box {
    /* width: 33.33%; */
    padding: 0;
    margin: 0;
}

.main-news-img {
    margin-top: 8px;
    margin-left: 8px;
    margin-right: 8px;
    height: 480px;
    width: 100%;
    overflow: hidden;
}

.main-news-content {
    min-height: 588px;
    background: #ffffff;
    padding: 10px 40px;
}

@media (max-width: 765px) {
    .main-news-content {
        /* height: 716px; */
        padding: 20px 40px;
    }
    .main-news-box {
        padding: 0;
        width: 100%;
        height: 420px;
        background: #ffffff;
        box-sizing: border-box;
        /* box-shadow: 3px 3px 5px rgba(0,0,0,0.3); */
    }
    .main-news-img {
        margin-top: 0;
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        height: auto;
    }
}

.main-news-content .news-list {
    width: 100%;
    height: 310px;
}

.main-news-content .news-list .news-item {
    display: block;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
}

.main-news-content .news-list .news-item:last-child {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 0;
}

.news-list .news-item a {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: #000000;
}

.news-list .news-item a:hover {
    color: #409EFF;
}

.news-list .news-item .news-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-news-content .news-list .news-item2 {
    display: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
}

.main-news-content .news-list .news-item2:last-child {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 0;
}

.news-list .news-item2 a {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: #000000;
}

.news-list .news-item2 a:hover {
    color: #409EFF;
}

.news-list .news-item2 .news-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 89%;
}

.main-news-content .news-list .news-item3 {
    display: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
}

.main-news-content .news-list .news-item3:last-child {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 0;
}

.news-list .news-item3 a {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: #000000;
}

.news-list .news-item3 a:hover {
    color: #409EFF;
}

.news-list .news-item3 .news-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-news-content .news-list .news-item4 {
    display: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
}

.main-news-content .news-list .news-item4:last-child {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 0;
}

.news-list .news-item4 a {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: #000000;
}

.news-list .news-item4 a:hover {
    color: #409EFF;
}

.news-list .news-item4 .news-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-news-content .news-list .news-item5 {
    display: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.4);
}

.main-news-content .news-list .news-item5:last-child {
    width: 100%;
    height: 50px;
    line-height: 50px;
    border-bottom: 0;
}

.news-list .news-item5 a {
    display: flex;
    justify-content: space-between;
    text-decoration: none;
    color: #000000;
}

.news-list .news-item5 a:hover {
    color: #409EFF;
}

.news-list .news-item5 .news-text {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.main-news-time {
    display: inline;
}

@media (max-width: 765px) {
    .main-news-time {
        display: none;
    }
}

.main-menu-list {
    /* padding: 30px 0; */
    text-align: center;
    padding-top: 34px;
    vertical-align: center;
    width: 100%;
    height: 280px;
    min-height: 200px;
    border: 1px solid rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
    /* 老的 Firefox */
    box-shadow: 3px 3px 3px rgba(0, 0, 0, 0.2);
}

@media (min-width: 1200px) {
    .main-menu-list {
        margin: 110px 0 80px;
    }
}

@media (max-width: 1200px) {
    .main-menu-list:nth-child(1) {
        margin: 30px 0 0;
    }
    /* .main-menu-list:nth-child(end) {
    margin:  0 0 30px;
  } */
}

.main-menu-list .main-menu-icon {
    width: 90%;
    margin-bottom: 5%;
    text-align: center;
}

.main-menu-title {
    font-size: 3rem;
}

@media (max-width: 375px) {
    .main-menu-title {
        font-size: 2rem;
    }
}

.main-menu-icon img {
    margin-top: 30px;
    width: 30%;
}

@media (max-width: 765px) {
    .main-menu-box {
        margin: 0 auto;
    }
    .main-menu-list {
        margin-top: 10px;
        padding: 10px 0;
        text-align: center;
        /* margin: 0 auto; */
        /* margin-left: 30px; */
        width: 100%;
        height: 200px;
    }
    .main-menu-icon img {
        width: 30%;
    }
}

.main-product-title {
    margin-top: 30px;
    font-size: 4rem;
    font-weight: 800;
    text-align: center;
}

.main-product-contents {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 40px;
}

.main-product-box {
    margin-top: 60px;
    padding-bottom: 60px;
}

@media (max-width: 765px) {
    .main-product-title {
        /* margin-top: 30px; */
        text-align: center;
    }
    .main-product-contents {
        /* text-align: center; */
        text-align: center;
        line-height: 2rem;
        font-size: 1.6rem;
    }
}

.main-product-list {
    width: 100%;
    min-height: 600px;
    margin-top: 30px;
    border: 0.5px solid #cbcbcb;
}

@media (max-width: 765px) {
    .main-product-list {
        padding-bottom: 20px;
        width: 100%;
        min-height: 400px;
        margin-top: 30px;
        border: 0.5px solid #cbcbcb;
    }
}

.main-product-list .main-product-img {
    width: 100%;
}

.main-product-content {
    text-align: left;
    width: 100%;
    padding: 10px 20px;
}

.main-product-ltitle {
    font-weight: 800;
}

.main-product-content .main-product-text {
    display: inline-block;
    margin-top: 25px;
    width: 100%;
    line-height: 2rem;
    font-size: 1.8rem;
    margin-bottom: 30px;
    word-wrap: break-word;
}

.main-product-more {
    font-size: 2rem;
}

.main-partner-listBox {
    margin-top: 100px;
}

@media (max-width: 765px) {
    .main-partner-list {
        padding: 0 10px;
    }
    .main-partner-listBox {
        margin-top: 30px;
    }
}

.main-partner-box {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 60px;
    background: #013191;
}

@media(max-width: 765px) {
    .main-partner-box {
        width: 100%;
        padding-top: 30px;
        padding-bottom: 60px;
        background: #013191;
    }
}

.main-partner-box .main-partner-title {
    text-align: center;
    color: #ffffff;
    font-size: 4rem;
}

.main-partner-box .main-partner-item {
    width: 110%;
    text-align: center;
    margin-bottom: 20px;
    /* padding-left: 60px; */
    /* margin-left: 60px; */
}

.main-partner-item .main-partner-name {
    display: block;
    height: 30px;
    color: #ffffff;
    margin-top: 10px;
    font-size: 1.2rem;
}

.main-partner-item .main-partner-name2 {
    display: block;
    height: 30px;
    color: #ffffff;
    margin-top: 10px;
    font-size: 0.2rem;
}

.main-partner-item-img {
    height: 157.5px;
    background: #ffffff;
}

.margin-line {
    margin-top: 0px;
}


/* @media(min-width:1100px) {
  
} */

@media(max-width:765px) {
    .margin-line {
        margin-top: 30px;
    }
    .main-partner-box .main-partner-item {
        width: 100%;
        text-align: center;
        margin-bottom: 20px;
        /* padding-left: 60px; */
        /* margin-left: 60px; */
    }
    .main-partner-item-img {
        height: 133px;
        background: #ffffff;
    }
}

.footer-box {
    padding-top: 100px;
    width: 100%;
    height: auto;
    background: url('../img/newcontactus.png') no-repeat scroll center center;
    background-size: cover;
}

.footer-link {
    text-decoration: none;
    color: #8a98a4
}

@media (max-width: 765px) {
    .phone-dn {
        display: none;
    }
    .footer-box {
        padding-top: 30px;
        width: 100%;
        height: auto;
        background: url('../img/newcontactus.png') no-repeat scroll center center;
        background-size: cover;
    }
}

.footer-form {
    padding: 60px 0;
}

.footer-form-left {
    color: #ffffff;
}

.footer-form-left p {
    font-size: 1.2rem;
    /* margin: 40px 0; */
}

.footer-form-left .footer-form-leftText {
    font-size: 2rem;
}

.footer-form-left .footer-form-leftBtn {
    margin-top: 84px;
    background: #02409a;
    width: 80%;
    height: 50px;
    border: 0;
    border-radius: 30px;
}

.footer-email-img {
    display: block;
}

@media (max-width: 765px) {
    .phone-dn {
        display: none;
    }
    .footer-form-left .footer-form-leftBtn {
        margin-top: 30px;
        background: #02409a;
        width: 80%;
        height: 50px;
        border: 0;
        border-radius: 30px;
    }
    .footer-form-right h2 {
        padding-left: 10px;
    }
    .footer-form-right p {
        /* padding: 0 0 0 10px; */
        padding-left: 10px;
        font-size: 14px;
    }
    .footer-email-img {
        display: none;
    }
}

@media (max-width:375px) {
    .footer-email-img {
        display: none;
    }
}

.footer-form-item {
    width: 100%;
    height: 68px;
    line-height: 70px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-form-item2 {
    /* vertical-align: top; */
    /* display: flex; */
    /* align-content: baseline; */
    /* padding: 10px; */
    width: 100%;
    height: auto;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer-ml {
    margin-left: 10px;
}

.footer-form-item .footer-form-inp {
    margin-left: 10px;
    border: 0;
    color: #ffffff;
    background-color: transparent;
}

.icon {
    color: #ffffff;
}

.footer-form-item2 .footer-form-textArea {
    margin-left: 10px;
    border: 0;
    vertical-align: top;
    /* height: 100%; */
    overflow: hidden;
    width: 80%;
    height: 120px;
    line-height: 30px;
    background-color: transparent;
    resize: none;
    color: #fff;
}

.footer-ourInfo {
    color: #8a98a4;
}

.footer-keyinfo {
    /* margin-top: 20px; */
    padding: 20px 0 20px;
    /* border-top: 1px solid #fff; */
    color: #8a98a4;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
}

.footer-inner-box {
    padding: 0 0 30px;
}

@media (max-width: 765px) {
    .footer-mt {
        margin-top: 30px;
    }
    .footer-code {
        /* text-align: center; */
        margin-bottom: 10px;
    }
    .footer-keyinfo {
        /* margin-top: 20px; */
        padding: 20px 0 20px;
        /* border-top: 1px solid #fff; */
        color: #8a98a4;
        background: rgba(0, 0, 0, 0.4);
        text-align: left;
    }
}

.special-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 143.17px;
    min-height: 132.95px;
    background: #fff;
    font-family: verdana, sans-serif;
    font-size: 32px;
    font-weight: 800;
}

.flex-end {
    display: flex;
    justify-content: flex-end;
}

.pagination {
    padding: 96px 0 15px 0;
}

.flex-between {
    display: flex;
    justify-content: space-between;
}

.flex-center {
    display: flex;
    justify-content: center;
}


/* 模仿-bootstrap写法八等分，五等分 */

.col-xs-1-8,
.col-sm-1-8,
.col-md-1-8,
.col-lg-1-8 {
    min-height: 1px;
    padding-left: 15px;
    padding-right: 15px;
    position: relative;
}

.col-xs-1-8 {
    width: 12.5%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-1-8 {
        width: 12.5%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-8 {
        width: 12.5%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-8 {
        width: 12.5%;
        float: left;
    }
}


/* 五等分 */

.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-1-5 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
    .col-sm-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}

@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}