.index {
    width: 100%;
    min-width: 1200px;
    background-color: #fff;
}

.banner {
    position: relative;
    width: 100%;
    height: 913px;
    background: url(../images/indexBanner.jpg) no-repeat center;
    background-size: cover;
}

.banner-content {
    position: relative;
    height: 100%;
    width: 1200px;
    margin: 0 auto;
}

.banner-title {
    position: absolute;
    top: 50%;
    left: 10px;
    margin-top: -188px;
}

.banner-title h1 {
    display: -webkit-flex;
    display: flex;
    margin-bottom: 34px;
    width: 646px;
    font-size: 60px;
    line-height: 60px;
    font-weight: 600;
    letter-spacing: 8px;
    color: #fff;
}

.banner-title h1 img {
    width: 646px;
    height: 60px;
}

.banner-title h1:last-child {
    margin-bottom: 0;;
}

.banner-title h2 {
    display: -webkit-flex;
    display: flex;
    font-size: 30px;
    line-height: 30px;
    font-weight: 400;
    letter-spacing: 2px;
    color: #fff;
}

.banner-title h2 .space {
    display: inline-block;
    width: 20px;
}

.banner-title .text {
    -webkit-transition: text-shadow .3s ease-in-out, -webkit-transform .3s ease-out;
    transition: text-shadow .3s ease-in-out, -webkit-transform .3s ease-out;
    transition: transform .3s ease-out, text-shadow .3s ease-in-out;
    transition: transform .3s ease-out, text-shadow .3s ease-in-out, -webkit-transform .3s ease-out;
    display: inline-block;
    opacity: 0;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
}

.banner-title .text:hover {
    text-shadow: 0 0 10px white;
}

.banner-info {
    position: absolute;
    left: 0;
    top: 50%;
}

.banner-info .info-content {
    margin-left: 10px;
}

.banner-info .info-content .item {
    margin: 24px 0;
    padding-left: 50px;
    line-height: 32px;
    font-size: 18px;
    color: #fafafa;
    background: url(../images/banner_icon1.png) no-repeat left center;
    transition: all .3s ease;
}

.banner-info .info-content .item:nth-child(2) {
    background-image: url(../images/banner_icon2.png);
}

.banner-info .info-content .item:nth-child(3) {
    background-image: url(../images/banner_icon3.png);
}

.banner-info .info-content .item:hover {
    margin-left: 24px;
}

.solution {
    width: 100%;
    background: url(../images/solutions/solution_bg.png) no-repeat center top;
}

.solution-wrapper {
    width: 1200px;
    margin: 0 auto;
    padding: 64px 0;
}

.solution .title-box {
    display: -webkit-flex;
    display: flex;
    align-items: baseline;
    height: 36px;
    margin-bottom: 64px;
}

.solution .title-box .title {
    line-height: 36px;
    font-size: 36px;
    color: #333;
}

.solution .title-box .desc {
    margin-left: 20px;
    line-height: 16px;
    font-size: 16px;
    color: rgba(0, 4, 26, .65)
}

.solution-wrapper .solution-content {
    display: -webkit-flex;
    -js-display: flex;
    display: flex;
    justify-content: space-between;
}

.solution-wrapper .solution-content .solution-colummn {
    box-sizing: border-box;
    padding-top: 104px;
    padding-bottom: 32px;
    width: 376px;
    border: 1px solid #e8e9ea;
    border-radius: 4px;
    background: url(../images/solutions/solution_icon1.jpg) no-repeat center 30px;
    background-color: #fff;
}

.solution-wrapper .solution-content .solution-colummn:nth-child(2) {
    background-image: url(../images/solutions/solution_icon2.jpg);
}

.solution-wrapper .solution-content .solution-colummn:nth-child(3) {
    background-image: url(../images/solutions/solution_icon3.jpg);
}

.solution-wrapper .solution-content .solution-colummn .title {
    margin-bottom: 36px;
    line-height: 20px;
    font-size: 20px;
    color: rgba(0, 4, 26, .85);
    text-align: center;
}

.solution-wrapper .solution-content .solution-colummn .sub-title-wrapper {
    margin: 0 0 36px 90px;
}

.solution-wrapper .solution-content .solution-colummn .sub-title-wrapper .sub-title {
    display: block;
    position: relative;
    padding-left: 20px;
    margin-bottom: 20px;
    line-height: 16px;
    font-size: 16px;
    color: rgba(0, 4, 26, .7);
    transition: all .3s ease;
    outline: none;
}

.solution-wrapper .solution-content .solution-colummn .sub-title-wrapper .sub-title:after {
    position: absolute;
    left: 0;
    top: 4px;
    content: '';
    width: 4px;
    height: 4px;
    border: 2px solid rgba(0, 4, 26, .7);
    border-radius: 50%;
}

.solution-wrapper .solution-content .solution-colummn .sub-title-wrapper .sub-title:hover {
    margin-left: 24px;
    color: #4373f9;
    cursor: pointer;
}

.solution-wrapper .solution-content .solution-colummn .sub-title-wrapper .sub-title:hover:after {
    border-color: #4373f9;
}

.solution-wrapper .solution-content .solution-colummn .more-btn {
    box-sizing: border-box;
    margin: 0 auto;
    width: 200px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid #4373f9;
    color: #4373f9;
}

.solution-wrapper .solution-content .solution-colummn .more-btn a {
    display: block;
    line-height: 40px;
    font-size: 16px;
    text-align: center;
}

.solution-wrapper .solution-content .solution-colummn .more-btn:hover {
    background-size: 100% 100%;
    color: #fff;
    background-color: #4373f9 \9;
}

.example-wrapper {
    width: 1200px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 64px;
}

.example-wrapper .title-box {
    display: -webkit-flex;
    display: flex;
    align-items: baseline;
    height: 36px;
    margin-bottom: 64px;
}

.example-wrapper .title-box .title {
    line-height: 36px;
    font-size: 36px;
    color: #333;
}

.example-wrapper .title-box .desc {
    margin-left: 20px;
    line-height: 16px;
    font-size: 16px;
    color: rgba(0, 4, 26, .65)
}

.example-content {
    display: -webkit-flex;
    -js-display: flex;
    display: flex;
    height: 270px;
}

.example-content .content-left {
    flex: 1;
}

.example-content .content-left .example-column {
    display: none;
    box-sizing: border-box;
    padding: 48px 36px 0 48px;
    height: 270px;
    background: url(../images/example_bg1.jpg) no-repeat left center;
}

.example-content .content-left .example-column:nth-child(2) {
    background-image: url(../images/example_bg2.png);
}

.example-content .content-left .example-column:nth-child(3) {
    background-image: url(../images/example_bg3.png);
}

.example-content .content-left .example-column .title {
    margin-bottom: 36px;
    line-height: 24px;
    font-size: 24px;
    color: rgba(0, 4, 26, .85)
}

.example-content .content-left .example-column .desc {
    line-height: 24px;
    color: rgba(0, 4, 26, .7)
}

.example-content .content-right {
    display: -webkit-flex;
    -js-display: flex;
    display: flex;
    align-items: center;
    width: 310px;
    height: 100%;
    background: url(../images/example_nav_bg.png) no-repeat center;
}

.example-content .content-right .example-nav-list {
    width: 100%;
}

.example-content .content-right .example-nav-list .list-item {
    height: 54px;
    line-height: 54px;
    border-bottom: 1px solid rgba(255, 255, 255, .5);
    text-align: center;
    cursor: pointer;
}

.example-content .content-right .example-nav-list .list-item span {
    display: inline-block;
    padding-left: 32px;
    font-size: 16px;
    color: #fff;
    background: url(../images/example_nav_icon1.png) no-repeat left center;
}

.example-content .content-right .example-nav-list .list-item:nth-child(2) span {
    background-image: url(../images/example_nav_icon2.png);
}

.example-content .content-right .example-nav-list .list-item:nth-child(3) span {
    background-image: url(../images/example_nav_icon3.png);
}

.example-content .content-right .example-nav-list .list-item.item-s {
    background-color: rgba(255, 255, 255, .1);
}

.expert {
    width: 100%;
    background: url(../images/expert_bg.jpg) no-repeat center;
}

.expert-wrapper {
    width: 1200px;
    margin: 0 auto;
    padding-bottom: 106px;
}

.expert-wrapper .title-box {
    padding-top: 48px;
    display: -webkit-flex;
    display: flex;
    align-items: baseline;
    height: 36px;
}

.expert-wrapper .title-box .title {
    line-height: 36px;
    font-size: 36px;
    color: #fff;
}

.expert-wrapper .title-box .desc {
    margin-left: 20px;
    line-height: 16px;
    font-size: 16px;
    color: rgba(255, 255, 255, .85);
}


.expert-wrapper .expert-content {
    position: relative;
}

.expert-wrapper .expert-content .expert-content-wrapper {
    position: relative;;
    overflow: hidden;
    width: 1200px;
    margin-top: 72px;
    height: 162px;
}

.expert-wrapper .expert-content .left-arrow {
    position: absolute;
    top: 50%;
    left: 0;
    width: 50px;
    height: 160px;
    transform: translateY(-50%);
    cursor: pointer;
}

.expert-wrapper .expert-content .left-arrow:after {
    display: none;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/arrow-left.png) no-repeat left center;
}

.expert-wrapper .expert-content .left-arrow:hover:after {
    display: block;
}

.expert-wrapper .expert-content .right-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    width: 50px;
    height: 160px;
    transform: translateY(-50%);
    cursor: pointer;
}

.expert-wrapper .expert-content .right-arrow:after {
    display: none;
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url(../images/arrow-right.png) no-repeat right center;
}

.expert-wrapper .expert-content .right-arrow:hover:after {
    display: block;
}

.expert-wrapper .expert-content .swiper-wrapper {
    position: absolute;
    top: 0;
    left: -1200px;
    width: 3600px;
}

.expert-wrapper .expert-content .expert-column {
    float: left;
    display: -webkit-flex;
    -js-display: flex;
    display: flex;
    justify-content: center;
    width: 1200px;
}

.expert-wrapper .expert-content .expert-column .expert-image {
    flex-shrink: 0;
    width: 148px;
    height: 148px;
    border: 6px solid #4373f9;
    border-radius: 50%;
}

.expert-wrapper .expert-content .expert-column .expert-image img {
    width: 148px;
    height: 148px;
    border-radius: 50%;
}

.expert-wrapper .expert-content .expert-column .expert-desc {
    margin-left: 38px;
    width: 724px;
}

.expert-wrapper .expert-content .expert-column .expert-desc .name {
    line-height: 24px;
    font-size: 24px;
    color: #fff;
}

.expert-wrapper .expert-content .expert-column .expert-desc .line {
    margin: 24px 0;
    width: 44px;
    height: 1px;
    background-color: #4373f9;
}

.expert-wrapper .expert-content .expert-column .expert-desc .info {
    line-height: 22px;
    color: rgba(255, 255, 255, .85);
}

.news-wrapper {
    width: 1200px;
    margin: 0 auto;
}

.news-wrapper .title-box {
    position: relative;
    margin-top: 64px;
    margin-bottom: 48px;
}

.news-wrapper .title-box .title {
    line-height: 36px;
    font-size: 36px;
    color: #333;
}

.news-wrapper .title-box .more-btn {
    position: absolute;
    right: 0;
    top: 0;
    line-height: 44px;
    box-sizing: border-box;
    width: 128px;
    height: 44px;
    color: #4373f9;
    border: 1px solid #4373f9;
    text-align: center;
    border-radius: 2px;
}

.news-wrapper .title-box .more-btn:hover {
    background-size: 100% 100%;
    color: #fff;
}

.news-wrapper .title-box .more-btn a {
    display: block;
    cursor: pointer;
}

.news-wrapper .news-content {
    display: -webkit-flex;
    -js-display: flex;
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
}

.news-wrapper .news-content .news-column {
    width: 370px;
}

.news-wrapper .news-content .news-column .news-image {
    display: inline-block;
    width: 370px;
    height: 246px;
    outline: none;
}

.news-wrapper .news-content .news-column .news-image img {
    width: 370px;
    height: 246px;
}

.news-wrapper .news-content .news-column .title {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-top: 24px;
    margin-bottom: 16px;
    line-height: 20px;
    font-size: 20px;
    color: rgba(0, 4, 26, .85);
}

.news-wrapper .news-content .news-column .title:hover {
    color: #4373f9;
}

.news-wrapper .news-content .news-column .title a {
    outline: none
}

.news-wrapper .news-content .news-column .desc {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 16px;
    line-height: 22px;
    color: rgba(0, 4, 26, .65);
}

.news-wrapper .news-content .news-column .date {
    line-height: 14px;
    color: rgba(0, 4, 26, .65);
}

.partner {
    width: 100%;
    background: url(../images/partner_bg.jpg) no-repeat center;
}

.partner-wrapper {
    width: 1200px;
    margin: 0 auto;
}

.partner-wrapper .title-box {
    padding: 64px 0;
    display: -webkit-flex;
    display: flex;
    align-items: baseline;
    height: 36px;
}

.partner-wrapper .title-box .title {
    line-height: 36px;
    font-size: 36px;
    color: #333;
}

.partner-wrapper .title-box .desc {
    margin-left: 20px;
    line-height: 16px;
    font-size: 16px;
    color: rgba(0, 4, 26, .65);
}

.partner-wrapper .partner-list {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 40px;
}

.partner-wrapper .partner-list .partner-logo {
    margin-bottom: 24px;
    width: 178px;
    height: 66px;
    border: 1px solid #fff;
    background: url(../images/pic01.png) no-repeat center;
    background-size: 178px auto;
    background-color: #fff;
}

.partner-wrapper .partner-list .partner-logo.logo01 {
    background-image: url(../images/pic01.png);
}

.partner-wrapper .partner-list .partner-logo.logo02 {
    background-image: url(../images/pic02.png);
}

.partner-wrapper .partner-list .partner-logo.logo03 {
    background-image: url(../images/pic03.png);
}

.partner-wrapper .partner-list .partner-logo.logo04 {
    background-image: url(../images/pic04.png);
}

.partner-wrapper .partner-list .partner-logo.logo05 {
    background-image: url(../images/pic05.png);
}

.partner-wrapper .partner-list .partner-logo.logo06 {
    background-image: url(../images/pic06.png);
}

.partner-wrapper .partner-list .partner-logo.logo07 {
    background-image: url(../images/pic07.png);
}

.partner-wrapper .partner-list .partner-logo.logo08 {
    background-image: url(../images/pic08.png);
}

.partner-wrapper .partner-list .partner-logo.logo09 {
    background-image: url(../images/pic09.png);
}

.partner-wrapper .partner-list .partner-logo.logo10 {
    background-image: url(../images/pic10.png);
}

.partner-wrapper .partner-list .partner-logo.logo11 {
    background-image: url(../images/pic11.png);
}

.partner-wrapper .partner-list .partner-logo.logo12 {
    background-image: url(../images/pic12.png);
}

.about-logo .about-logo-content {
    position: relative;
    margin-top: 36px;
    height: 100%;
}

.about-logo .about-logo-content .logo-item {
    position: absolute;
    top: 0;
    left: 0;
    width: 122px;
    height: 122px;
    background-color: #fff;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    box-shadow: 0 2px 14px 0 rgba(0, 39, 123, .13);
}

.about-logo .about-logo-content .logo-item img {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
}

.about-logo .about-logo-content .logo-item.logo2 {
    left: 202px;
}

.about-logo .about-logo-content .logo-item.logo3 {
    left: 404px;
}

.about-logo .about-logo-content .logo-item.logo4 {
    left: 606px;
}

.about-logo .about-logo-content .logo-item.logo5 {
    top: 100px;
    left: 101px;
}

.about-logo .about-logo-content .logo-item.logo6 {
    top: 100px;
    left: 303px;
}

.about-logo .about-logo-content .logo-item.logo7 {
    top: 100px;
    left: 505px;
}

.about-logo .about-logo-content .logo-item.logo8 {
    top: 200px;
    left: 202px;
}

.about-logo .about-logo-content .logo-item.logo9 {
    top: 200px;
    left: 404px;
}

.about-logo .about-logo-content .logo-item.logo10 {
    top: 300px;
    left: 303px;
}



