.index-banner {
    width: 100%;
    position: relative;
    margin-top: 60px;
}
.banner-div {
    position: absolute;
    top: 35px;
    left: 50%;
    transform: translateX(-50%);
}
.banner-div-left {
    width:520px;
}
.banner-div-left h3 {
    font-weight: 800;
    color: #FFFFFF;
    font-size: 40px;
}
.banner-div-left p {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
    margin-top: 16px;
}
.banner-div-right {
    width: 613px;
    margin-left: 78px;
}


.index-main1 {
    margin-top: 25px;
    position: relative;
    height: 520px;
}
.index-main1-nav {
    /*width: 800px;*/
    width:630px;
    margin: 21px auto;
}
.index-main1-nav li {
    width: 32%;
    height: 56px;
    line-height: 56px;
    color: #202124;
    text-align: center;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.index-main1-nav li img {
    width: 32px;
    height: 32px;
    margin-right: 8px;
}
.index-main1-nav .main1-nav-active {
    background: #3D5BCE;
    color: #fff;
}
.index-main1-div {
    width: 100%;
    margin-top: 40px;
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 65px;
}
.main1-div-left {
    width: 650px;
    height: 394px;
    background: #F3F7FD;
    border-radius: 20px 20px 20px 20px;
    transform: translateX(10px);
    transition: all 1s;
    opacity: 0;

}
.main1-div-left img {
    width: 495px;
    margin: 30px auto;
    display: block;
}
.index-main1-active .main1-div-left{
    transform: scale(1);
    opacity: 1;
}
.index-main1-active {
    opacity: 1;
    visibility: visible;
}
.main1-div-right {
    width: 545px;
    margin-left: 48px;
}
.main1-div-right h3 {
    color: #000000;
    font-size: 24px;
    font-weight: 500;
}
.main1-div-right h3 img {
    margin-right: 4px;
}
.main1-div-right h4 {
    color: #60646B;
    font-weight: 400;
    margin-top: 10px;
}
.main1-right-line {
    width: 100%;
    border-bottom: 1px solid #D9D9D9;
    margin-top: 29px;
}
.main1-right-line i {
    width: 28px;
    height: 3px;
    background: #3D5BCE;
    display: block;
}
.main1-right-box {
    font-weight: 400;
    color: #60646B;
}
.main1-right-box p {
    background: url("/images/index/index-18.jpg") no-repeat;
    background-size: 3.5%;
    padding-left: 33px;
    margin-top: 21px;
}
.main1-right-xq {
    width: 110px;
    height: 43px;
    line-height: 43px;
    background: #3D5BCE;
    border-radius: 3px 3px 3px 3px;
    display: block;
    color: #FFFFFF;
    text-align: center;
    margin-top: 35px;
}

.main2-box-logo {
    font-size: 24px;
    color: #FFFFFF;
}
.main2-box-logo span,.main2-box-mask span {
    width: 40px;
    height: 40px;
    background: #A9A9A9;
    display: block;
    margin-bottom: 32px;
}
.main2-box-logo p {
    line-height: 36px;
    margin-top: 25px;
}

.mask-tit {
    color: #FFFFFF;
    font-size: 24px;
    line-height: 36px;
    margin-bottom: 24px;
}
.index-main2-box {
    margin-top: 36px;
}

.index-main2-box li {
    width: 200px;
    height: 380px;
    border-radius: 4px 4px 4px 4px;
    padding: 190px 64px 0 40px;
    box-sizing: border-box;
    margin-left: 16px;
    cursor: pointer;
    position: relative;
    transition: all .3s ease-in-out;
    overflow: hidden;
    background-position-x: -160px;
}
.index-main2-box .main2-box-mask {
    width: 100%;
    position: absolute;
    left: -100%;
    opacity: 0;
    transition: left .4s cubic-bezier(.4,0,.2,1);
    transition-delay: .1s;
    top: 100px;
    padding: 0 30px 0 0;
    box-sizing: border-box;
}
.main2-box-mask p {
    font-size: 18px;
    color: #FFFFFF;
    line-height: 32px;
    margin-right: 20px;
}
.index-main2-box .main2-active{
    width: 532px;
    padding: 110px 35px 0 40px;
    opacity: 1;
    background-position-x: 0px!important;
}
.index-main2-box .main2-active .main2-box-logo {
    opacity: 0;
}
.index-main2-box .main2-active .main2-box-mask {
    left: 6%;
    opacity: 1;
}
.main2-active .main2-box-mask .mask-tit{
    font-weight: bold;
    font-size: 24px;
    margin-top: 25px;
}

.index-main2-xq {
    width: 140px;
    height: 48px;
    line-height: 48px;
    background: #3D5BCE;
    border-radius: 3px 3px 3px 3px;
    margin: 55px auto;
    text-align: center;
}
.index-main2-xq a {
    color: #FFFFFF;
    display: block;
    cursor: pointer;
}
.index-main3 li {
    width: 30%;
    height: 230px;
    border-radius: 4px 4px 4px 4px;
    padding: 30px 24px;
    box-sizing: border-box;
    margin:30px 0 0 35px;
    cursor: pointer;
    box-shadow: -1px 0px 5px rgba(0, 0, 0, 0.25);
}
.index-main3 li a{
     display: block;
}
.index-main3 li:nth-of-type(1),.index-main3 li:nth-of-type(4) {
    margin-left: 0;
}
.index-main3 li h3 {
    font-weight: 800;
    color: #60646B;
    font-size: 18px;
    line-height: 32px;
    height: 64px;
}
.index-main3 li p {
    font-size: 14px;
    font-weight: 500;
    color: #60646B;
    line-height: 30px;
    margin-top: 16px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
}
.index-main3 li:hover {
    background: #3D5BCE url("/images/index/index-14.png") no-repeat  right 65px;
}

.index-main3 li:hover h3,.index-main3 li:hover p{
    color: #fff;
    opacity: 1;
}
.index-main4 {
    width: 100%;
    background: url("/images/index/index-19.png") no-repeat;
    padding: 10px 0 99px;
    margin: 0;
    /*background-size: 100%;*/
    background-size: cover;
}
.index-main4 ul {
    margin-top: 60px;
}
.index-main4 li {
    width: 20%;
    text-align: center;
}
.index-main4 li img {
    width: 88px;
    display: block;
    margin: 0 auto;
}
.index-main4 li span {
    font-weight: bold;
    color: #333333;
    margin: 16px 0 10px;
    display: block;
}
.index-main4 li p {
    font-weight: 400;
    color: #6F7275;
    font-size: 13px;
}
.index-main5 {
    background: #3D5BCE;
    padding: 92px 0;
}
.index-main5 ul {
    margin-top: 59px;
}
.index-main5 li {
    width: 34%;
    color: #fff;
    text-align: center;
}
.index-main5 li span {
    font-size: 40px;
    font-weight: bold;
}
.index-main5 li p {
    font-weight: bold;
    font-size: 18px;
    margin-top: 32px;
}

/*h5*/
.mo-banner {
    width: 100%;
    position: relative;
}
.mo-banner img {
    width: 100%;
    height: 503px;
}
.mo-banner-div {
    width: 100%;
    position: absolute;
    top: 95px;
    color: #fff;
    font-size: 24px;
    text-align: center;
}
.mo-banner-div h3 {
    width: 100%;
    display: block;
    text-align: center;
}
.mo-banner-div p {
    margin-top: 20px;
    /*font-size: 15px;*/
    line-height: 25px;
}

.mo-index-main1 {
    width: 100%;
    margin-top: 20px;
    position: relative;
}
.mo-main1-div {
    width: 100%;
    border-bottom: solid 1px #ccc;
    padding: 0 20px;
    box-sizing: border-box;
}
.mo-main1-div li {
    font-size: 14px;
    color: #60646B;
    padding-bottom: 10px;
}
.mo-main1-div .mo-main1-div-active {
    color: #3D5BCE;
    border-bottom: solid 1px #3D5BCE;
}
.mo-main1-box {
    width: 100%;
}
.mo-main1-top {
    width: 90%;
    margin: 20px auto;
}
.mo-main1-top img {
    width: 100%;
}
.mo-main1-bottom {
    width: 90%;
    margin: 15px auto 50px;
    font-size: 15px;
}
.mo-main1-bottom h3 img {
    margin-right: 8px;
}
.mo-main1-bottom h4 {
    color: #60646B;
    font-weight: normal;
    margin-top: 4px;
}
.mo-main1-line {
    margin-top: 8px;
}
.mo-main1-line i {
    width: 40px;
}
.mo-main1-bottom-box p{
    background-size: 4%;
    line-height: 25px;
    background-position: 0 6px;
    font-size: 14px;
    padding-left: 28px;
}
.mo-main1-xq {
    margin: 30px auto;
}
.mo-index-main2 {
    width: 100%;
    margin: 20px 0 48px;
}
.mo-index-main2 .swiper-slide {
    width: 320px !important;
    height: 300px!important;
    background: #3a8ee6;
    /*margin: 0 15px 0 0 !important;*/
}
.mo-main2-img {
    margin: 70px auto 30px;
    display: block;
}
.mo-index-main2 h3{
    width: 100%;
    text-align: center;
    color: #fff;
}
.mo-index-main2 p {
    color: #fff;
    font-size: 13px;
    padding: 0 30px;
    line-height: 22px;
    margin-top: 20px;
}
.mo-index-main3 {
    width: 100%;
    background:  url("/images/index/mo-01.png") no-repeat;
    background-size: 100% 100%;
    padding: 10px 0 60px;
}
.mo-main3-div img {
    width: 48px;
    height: 48px;
    margin: 0 auto;
    display: block;
}
.mo-main3-div span{
    width: 100%;
    display: block;
    font-size: 14px;
    text-align: center;
    margin: 8px 0 5px;
}
.mo-main3-div p {
    width: 100%;
    color: #6F7275;
    font-size: 12px;
    text-align: center;
    line-height: 24px;
}
.mo-index-main3 .swiper {
    overflow: visible;
    margin-top: 20px;
}
.mo-index-main3 .swiper-horizontal>.swiper-scrollbar {
    width: 40%;
    left: 50%;
    bottom: -18%;
    transform: translateX(-50%);
}
.mo-index-main3 .swiper-scrollbar-drag {
    background: #3D5BCE;
}
.mo-index-main4 {
    padding: 10px 0 48px;
}
.mo-index-title1 h3,.mo-index-title1 h4{
    color: #FFFFFF;
}
.mo-index-main4 ul {
    margin-top: 22px;
}
.mo-index-main4 li span {
    font-size: 20px;
}
.mo-index-main4 li p {
    font-size: 14px;
    margin-top: 10px;
}
.mo-index-main5 {
    margin-top: 20px;
}
.mo-index-main5 li {
    width: 90%;
    margin: 0 auto;
    border-bottom: 1px solid #D8D8D8;

}
.mo-index-main5 li a{
    color: #60646B;
    font-size: 14px;
    line-height: 25px;
    padding: 12px 0;
    display: block;
}
