body,div,p,ul,li{
    padding: 0;
    margin: 0;
}
body {
    /* font-family: Microsoft YaHei; */
    font-family: Source Han Sans CN;
}
.center-width {
    width: 1200px;
    margin: auto;
}
/* header */
.header {
    position: relative;
    width: 100%;
}
.header .header-top {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    margin: auto;
    z-index: 10;
}
.header .logo{
    float: left;
    display: inline-block;
    width: 69px;
    height: 100px;
    background: url(./img/icon_logo.png) 0 0 no-repeat;
}
.navigation {
    float: right;
    padding-top: 40px;
    font-size: 20px;
    list-style: none;
}
.navigation li {
    position: relative;
    display: inline-block;
    margin-right: 26px;
    color: #fff;
    cursor: pointer;
}
.navigation li::after {
    display: none;
    content: "";
    position: absolute;
    left: 0;
    bottom: -25px;
    width: 100%;
    height: 4px;
    border-radius: 2px;
    background: #76B3FF;
}
.navigation li:hover {
    color: #76B3FF;
}
.navigation li:hover::after {
    display: inline-block;
}
.navigation li.active {
    color: #76B3FF;
}
.navigation li.active::after {
    display: inline-block;
}
/* 服务 */
.serve {
    width: 100%;
    background: #fff;
}
.serve .serve-main {
    padding: 104px 0 104px 0;
}
.serve .serve-main .left {
    width: 370px;
    float: left;
}
.serve .serve-main .right {
    width: 700px;
    padding: 118px 60px 0 0;
    float: right;
}
.serve-main .left .title{
    width: 367px;
    height: 86px;
    background: url(./img/serve_lefttop.png) 0 0 no-repeat;
}
.serve-main .left .img {
    width: 306px;
    height: 372px;
    margin-top: 46px;
    background: url(./img/serve_left.png) 0 0 no-repeat;
}
.serve-main .right .title{
    position: relative;
    font-size: 19px;
    line-height: 36px;
    height: 72px;
}
.serve-main .right .title .text {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
}
.serve-main .right .title::before {
    content: "";
    position: absolute;
    left: 0;
    top: -30px;
    display: inline-block;
    width: 53px;
    height: 48px;
    background: url(./img/icon_yinhao.png) 0 0 no-repeat;
    z-index: 1;
}
.examples {
    width: 100%;
    margin-top: 76px;
    list-style: none;
    font-size: 0;
}
.examples >li {
    width: 20%;
    display: inline-block;
}
.examples >li >i {
    display: block;
    width: 67px;
    height: 120px;
    background: url(./img/icon_exa_one.png) 0 0 no-repeat;
    margin: auto;
}
.examples >li:nth-child(2) >i {
    width: 56px;
    background: url(./img/icon_exa_two.png) 0 0 no-repeat;
}
.examples >li:nth-child(3) >i {
    width: 62px;
    background: url(./img/icon_exa_three.png) 0 0 no-repeat;
}
.examples >li:nth-child(4) >i {
    width: 52px;
    background: url(./img/icon_exa_four.png) 0 0 no-repeat;
}
.examples >li:nth-child(5) >i {
    width: 59px;
    background: url(./img/icon_exa_five.png) 0 0 no-repeat;
}
.examples >li .text {
    margin-top: 40px;
    text-align: center;
    font-size: 16px;
    color: #373737;
}
/* 培训 */
.teach {
    width: 100%;
    /* height: 999px; */
    background: url(./img/teach_back.png);
}
.teach .teach-main {
    padding: 65px 0 88px 0;
}
.teach .teach-main >.title{
    float: right;
    width: 281px;
    height: 86px;
    background: url(./img/iocn_title.png) 0 0 no-repeat;
}
.teach .dialog {
    position: relative;
    width: 716px;
    font-size: 18px;
    line-height: 36px;
    color: #0E4991;
    background: #fff;
    padding: 24px 32px;
}
.teach .dialog::after{
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-top: 41px solid #3778c7;
    border-left: 60px solid transparent;
    left: 0;
    bottom: -41px;
}
.teach .teach-ul {
    margin-top: 72px;
    list-style: none;
}
.teach .teach-ul >li {
    width: 320px;
    display: inline-block;
    vertical-align: top;
    margin-right: 100px;
}
.teach .teach-ul >li:last-child {
    margin-right: 0;
}
.teach-ul >li >i {
    display: inline-block;
    width: 279px;
    height: 212px;
    background: url(./img/icon_team_one.png) 0 0 no-repeat;
}
.teach-ul >li:nth-child(2) >i {
    display: inline-block;
    width: 280px;
    background: url(./img/icon_team_two.png) 0 0 no-repeat;
}
.teach-ul >li:nth-child(3) >i {
    display: inline-block;
    width: 280px;
    background: url(./img/icon_team_three.png) 0 0 no-repeat;
}
.teach-ul .teach-ul-div {
    position: relative;
    margin-top: 20px;
    padding: 26px 30px;
    background: #fff;
    border-radius: 5px;
}
.teach-ul .teach-ul-div::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 0;
    height: 0;
    border-top: 72px solid rgba(14, 73, 145, 0.3);
    border-right: 72px solid transparent;
}
.teach-ul .teach-ul-div .title {
    color: #1561BE;
    font-size: 20px;
    font-weight: 700;
}
.teach-ul .teach-ul-div .title-two {
    font-size: 14px;
    color: #1561BE;
    margin-top: 12px;
    font-family: "微软雅黑";
}
.teach-ul .teach-ul-div .text {
    height: 153px;
    font-size: 14px;
    color: #737373;
    line-height: 28px;
    margin-top: 22px;
}
.teach-ul .teach-ul-div .more {
    margin-top: 32px;
    float: right;
    position: relative;
    display: inline-block;
    width: 90px;
    height: 42px;
    padding-left: 30px;
    background: #FF6600;
    color: #fff;
    text-align: left;
    line-height: 42px;
    cursor: pointer;
}
.teach-ul .teach-ul-div .more::after {
    content: "";
    position: absolute;
    display: inline-block;
    top: 0;
    bottom: 0;
    right: 24px;
    margin: auto;
    width: 12px;
    height: 11px;
    background: url(./img/icon_xiayi.png) 0 0 no-repeat;
}
.teach-ul .text-ul {
    list-style: initial;
    padding-left: 20px;
    margin-top: 0;
}
/* 解决方案 */
.blue-print {
    width: 100%;
    background: #fff;
}
.print-main {
    padding: 100px 0 130px 0;
}
.print-main >.title {
    width: 212px;
    height: 86px;
    background: url(./img/icon_title_three.png) 0 0 no-repeat;
}
.product {
    margin-top: 30px;
}
.product .left {
    position: relative;
    width: 263px;
    font-size: 18px;
    line-height: 36px;
    padding-top: 40px;
    float: left;
}
.product  .right {
    position: relative;
    float: right;
    width: 325px;
    height: 347px;
    padding: 40px 30px 0 90px;
    margin-right: 10px;
    background: url(./img/product_back_one.png) 0 0 no-repeat;
}
.product  .right:nth-child(3) {
    background: url(./img/product_back_two.png) 0 0 no-repeat;
}
.product  .right::after {
    content: "";
    position: absolute;
    left: 31px;
    top: 24px;
    display: inline-block;
    width: 34px;
    height: 34px;
    background: url(./img/iocn_shui.png) 0 0 no-repeat;
    z-index: 1;
}
.product  .right::before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 48px;
    top: 37px;
    width: 22px;
    height: 24px;
    background: url(./img/icon_ruanjian.png) 0 0 no-repeat;
    z-index: 10;
}
.product  .right.plan::before {
    background: url(./img/icon_fangan.png) 0 0 no-repeat;
}
.product  .right .title-text {
    float: left;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
}
.product  .right .title-english {
    float: right;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.2);
    font-family: Arial;
}
.product .left::after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    display: inline-block;
    width: 120px;
    height: 2px;
    background: #0E4991;
}
.product .print-ul {
    margin-top: 50px;
    padding-left: 62px;
    color: #fff;
    list-style: none;
}
.product .print-ul >li {
    position: relative;
    padding-left: 36px;
    margin-bottom: 33px;
    cursor: pointer;
}
.product .print-ul >li >i {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
}
.icon-tongxin {
    background: url(./img/icon_tongxin.png) 0 0 no-repeat;
}
.icon-jinrong {
    background: url(./img/icon_jinrong.png) 0 0 no-repeat;
}
.product .print-ul >li >i.icon-qiche{
    width: 22px;
}
.icon-qiche {
    background: url(./img/icon_qiche.png) 0 5px no-repeat;
}
.icon-zhengfu {
    background: url(./img/icon_zhengfu.png) 0 0 no-repeat;
}
.icon-ditu {
    background: url(./img/icon_ditu.png) 0 0 no-repeat;
}
/* footer */
.footer {
    width: 100%;
    background: #000000
}
.footer .footer-main {
    position: relative;
    padding: 72px 0 25px 0;
}
.footer .logo {
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 69px;
    height: 100px;
    background: url(./img/icon_logo.png) 0 0 no-repeat;
}
.footer-main .footer-ul {
    float: left;
    width: 140px;
    color: #fff;
    font-size: 18px;
    list-style: none;
    margin-left: 80px;
}
.footer-main .footer-ul.first {
    margin-left: 120px;
}
.footer-main .footer-ul >.title {
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 35px;
    cursor: context-menu;
}
.footer-main .footer-ul >li {
    cursor: pointer;
    margin-bottom: 18px;
}
.footer-main .footer-ul >li:last-child {
    margin-bottom: 0;
}
.footer-main .map {
    float: right;
    width: 195px;
    height: 156px;
    background: url(./img/icon_map.png) 0 0 no-repeat;
}
.base-info {
    margin-top: 60px;
    text-align: center;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    font-size: 18px;
    color: #fff;
    line-height: 40px;
}
.base-info >span {
    cursor: pointer;
}
.base-info >span::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 18px;
    background: rgba(255, 255, 255, 0.6);
    margin: 0 24px;
    vertical-align: text-top;
}
.base-info >span:last-child::after {
    display: none;
    margin: 0;
}
.legal-info {
    margin-top: 21px;
    font-size: 18px;
    color: #fff;
    text-align: center;
}
/* swiper */
.swiper-container {
    width: 100%;
    height: 700px;
}

.swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #fff;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.use-swiper .swiper-pagination-bullet{
    width: 55px;
    height: 4px;
    background: #fff;
    border-radius: 2px;
}
.use-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background: #FF6600;
}
.use-swiper .btns {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 10;
}
.use-swiper .btns {

}
.use-swiper .btns .cut {
    float: right;
    width: 1px;
    height: 43px;
    padding-top: 17px;
    background: rgba(0, 0, 0, 0.3);
}
.use-swiper .btns .cut::after {
    content: "";
    display: inline-block;
    width: 1px;
    height: 26px;
    background: rgba(255, 255, 255, 0.3);
}
.use-swiper .btns .btn {
    float: right;
    display: inline-block;
    width: 52px;
    height: 39px;
    padding: 21px 0  0 32px;
    background: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}
.use-swiper .btns .left::after {
    display: inline-block;
    content: "";
    width: 20px;
    height: 19px;
    background: url(./img/icon_left.png) 0 0 no-repeat;
}
.use-swiper .btns .right::after {
    display: inline-block;
    content: "";
    width: 20px;
    height: 19px;
    background: url(./img/icon_right.png) 0 0 no-repeat;
}