/*! CSS Used from: https://robot580.com/static/css/app.5401ccf22339d3d3f1cf740e6d3346f1.css */
#app {
    font-family: Avenir, Helvetica, Arial, sans-serif;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-align: left;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: Microsoft YaHei, Roboto !important;
    word-break: break-all;
    background-repeat: no-repeat;
}

.mask {
    position: fixed;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 150px;
    width: 50px;
    z-index: 99;
}

.contant {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    z-index: 9999;
    background: #efefef;
    color: #000;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    background: url(https://chengtu.oss-cn-hangzhou.aliyuncs.com/image/2020090232191320200902112316.png) 0 -150px;
    position: relative;
}

.contant:hover {
    background: url(https://chengtu.oss-cn-hangzhou.aliyuncs.com/image/2020090232191320200902112316.png) 50px -150px;
}

.contant2 {
    background-position: 0 -50px;
}

.contant2:hover {
    background: url(https://chengtu.oss-cn-hangzhou.aliyuncs.com/image/2020090232191320200902112316.png) 50px -50px;
}

.contant2:hover .contant-code2 {
    position: absolute;
    width: 70px;
    height: 70px;
    background: url(https://chengtu.oss-cn-hangzhou.aliyuncs.com/image/2020082572257320200825113113.png) no-repeat;
    background-size: 70px 70px;
    left: -80px;
    top: -10px;
}

.contant3 {
    background-position: 0 0;
}

.contant3:hover {
    background: url(https://chengtu.oss-cn-hangzhou.aliyuncs.com/image/2020090232191320200902112316.png) 50px 0;
}

.contant3:hover .contant-code3 {
    position: absolute;
    width: 70px;
    height: 70px;
    background: url(https://chengtu.oss-cn-hangzhou.aliyuncs.com/image/2020123035593620201230160607.jpg) no-repeat;
    background-size: 70px 70px;
    left: -80px;
    top: -10px;
}

.ant-btn-primary {
    background-color: #066bb5;
    border-color: #066bb5;
}

.ant-btn:focus,
.ant-btn:hover {
    color: #066bb5;
    border-color: #066bb5;
}

.ant-btn-primary:focus,
.ant-btn-primary:hover {
    color: #fff;
    background-color: #066bb5;
    border-color: #066bb5;
}

.ant-input-affix-wrapper:hover .ant-input:not(.ant-input-disabled),
.ant-input:focus,
.ant-input:hover {
    border-color: #066bb5;
}

a,
a:hover {
    color: #066bb5;
    text-decoration: none;
}

.MainLayout {
    min-width: 1440px;
    height: 100%;
    overflow: hidden;
}

.home {
    padding-bottom: 40px;
}

.home-link {
    font-size: 20px;
    font-weight: 700;
    color: #000;
    margin: 20px 0;
}

.home-link-item {
    font-size: 16px;
    color: #999;
    margin-right: 10px;
}

.home-banner {
    height: 450px;
    width: 100%;
}

.home-banner-item {
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
}

.home-con {
    width: 1200px;
    margin: auto;
    background: #fff;
}

.home-con-title {
    color: #333;
    font-size: 28px;
    height: 40px;
    line-height: 40px;
    font-weight: 700;
    position: relative;
    padding-left: 20px;
    margin: 26px 0;
}

.home-con-title:before {
    content: "";
    display: block;
    position: absolute;
    width: 8px;
    height: 40px;
    background: #066bb5;
    left: 0;
    top: 0;
}

.home-con-pro {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.home-con-pro,
.home-project {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-project {
    width: 596px;
    height: 356px;
    -webkit-box-shadow: 2px 2px 5px 0 hsla(0, 0%, 86.3%, .55);
    box-shadow: 2px 2px 5px 0 hsla(0, 0%, 86.3%, .55);
    border-radius: 2px;
}

.home-project-left {
    width: 188px;
    height: 356px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(#9fcdfd), to(#7cb9ff));
    background: linear-gradient(180deg, #9fcdfd, #7cb9ff);
    background-position: 50%;
    background-size: cover;
    border-radius: 2px;
    padding: 24px 0 0 15px;
    position: relative;
}

.home-project-left-name {
    color: #326497;
    font-size: 24px;
    font-weight: 700;
    height: 33px;
    line-height: 33px;
    width: 100%;
}

.home-project-left-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 44px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home-project-left-tag {
    width: 70px;
    height: 26px;
    background: #5da6f0;
    color: #fff;
    line-height: 26px;
    text-align: center;
    border-radius: 13px;
    margin: 0 7px 12px 0;
}

.home-project-left-btn {
    width: 162px;
    height: 32px;
    border: 1px solid #275b8f;
    line-height: 32px;
    text-align: center;
    color: #275b8f;
    font-weight: 500;
    font-size: 14px;
    position: absolute;
    bottom: 28px;
    left: 13px;
    cursor: pointer;
}

.home-project-right {
    padding: 26px 22px;
    width: 100%;
    overflow: hidden;
}

.home-project-right-item {
    cursor: pointer;
}

.home-project-right-item:hover>.home-project-right-name {
    color: #066bb5;
}

.home-project-right-name {
    height: 25px;
    line-height: 25px;
    font-size: 18px;
    color: #333;
    font-weight: 700;
}

.home-project-right-name,
.home-project-right-text {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.home-project-right-text {
    height: 20px;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    line-height: 20px;
    margin-top: 9px;
   
    margin-bottom: 10px;
}

.home-project-right-text span {
    margin-right: 20px;
}

.home-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.home-course {
    width: 289px;
    height: 245px;
    -webkit-box-shadow: 2px 2px 5px 0 hsla(0, 0%, 86.3%, .55);
    box-shadow: 2px 2px 5px 0 hsla(0, 0%, 86.3%, .55);
    margin-right: 14px;
    margin-bottom: 20px;
    cursor: pointer;
}

.home-course-img {
    height: 164px;
    background-position: 50%;
    background-size: cover;
}

.home-course-text {
    height: 38px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-course-text-left {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 170px;
    padding-left: 12px;
    white-space: nowrap;
}

.home-course-text-right {
    width: 100%;
    text-align: right;
    font-size: 14px;
    font-weight: 600;
    padding-right: 12px;
    line-height: 38px;
    color: #046bb6;
}

.home-course:nth-child(4n),
.home-under:nth-child(3n) {
    margin-right: 0;
}

.home-under {
    width: 387px;
    height: 220px;
    background: #fff;
    -webkit-box-shadow: 0 2px 12px 0 hsla(0, 0%, 82.7%, .5);
    box-shadow: 0 2px 12px 0 hsla(0, 0%, 82.7%, .5);
    margin-right: 19px;
    margin-bottom: 20px;
    background-position: 50%;
    background-size: cover;
    cursor: pointer;
}

.home-list-right {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 600px;
}

.home-list-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.home-serImg {
    width: 600px;
    height: 364px;
    background-position: 50%;
    background-size: cover;
}

.home-ser,
.home-serImg {
    -webkit-box-shadow: 2px 2px 5px 0 hsla(0, 0%, 86.3%, .55);
    box-shadow: 2px 2px 5px 0 hsla(0, 0%, 86.3%, .55);
    cursor: pointer;
}

.home-ser {
    width: 290px;
    height: 174px;
    margin-left: 10px;
    margin-bottom: 16px;
}

.home-ser-img {
    width: 290px;
    height: 136px;
    background-position: 50%;
    background-size: cover;
}

.home-ser-text {
    color: #333;
    font-size: 14px;
    height: 38px;
    line-height: 38px;
    font-weight: 700;
    padding: 0 17px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.home-service {
    width: 1200px;
    height: 427px;
    padding-top: 57px;
    background-position: 50%;
    background-size: contain;
    background-image: url(https://chengtu.oss-cn-hangzhou.aliyuncs.com/image/2020080413084220200804164903.jpeg);
}

.home-service-title {
    height: 98px;
    font-size: 70px;
    font-weight: 800;
    color: #fff;
    line-height: 98px;
    text-align: center;
}

.home-service-tip {
    height: 46px;
    font-size: 33px;
    line-height: 46px;
}

.home-service-btn,
.home-service-tip {
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.home-service-btn {
    width: 283px;
    height: 36px;
    background: #066bb5;
    border-radius: 2px;
    line-height: 36px;
    font-size: 12px;
    margin: 38px auto auto;
    cursor: pointer;
}

.ant-btn-primary {
    background-color: #055591;
    border-color: #055591;
}

.ant-btn:focus,
.ant-btn:hover {
    color: #055591;
    background-color: #fff;
    border-color: #055591;
}

.ant-input:focus,
.ant-input:hover {
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.w-header {
    width: 100%;
    height: 40px;
    background: #f5f5f5;
    min-width: 1200px;
    line-height: 26px;
}

.w-header-con {
    width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.w-header a {
    font-size: 12px;
    margin-right: 5px;
}

.w-header-text {
    height: 26px;
    line-height: 26px;
}

.w-header-text span {
    margin-right: 5px;
    color: #666;
    font-size: 12px;
}

.w-header2-search {
    width: 1200px;
    height: 140px;
    background: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
}

/* .w-header2-logo {
    width: 240px;
    background-image: url(https://chengtu.oss-cn-hangzhou.aliyuncs.com/image/2020070165356020200701152411.png);
    background-position: 50%;
    background-size: 180px 90px;
} */

.w-header2-tags {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.w-header2-tags-item {
    font-size: 16px;
    color: #333;
    margin-right: 20px;
    font-weight: 500;
    height: 22px;
    line-height: 22px;
    width: 70px;
    text-align: center;
    cursor: pointer;
    position: relative;
    border-radius: 2px;
}

.w-header2-tags-item.active {
    background: #066bb5;
    color: #fff;
}

.w-header2-tags-item.active:after {
    position: absolute;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #066bb5;
    left: 27px;
}

.w-header2-con {
    padding-top: 20px;
}

.w-header2-con-input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 10px;
}

.w-header2-con-text {
    margin-top: 6px;
    color: #999;
    font-size: 14px;
    height: 20px;
    line-height: 20px;
    font-weight: 400;
}

.w-header2-con-text span {
    margin: 0 5px;
    cursor: pointer;
}

.w-header2-con-text span:hover {
    color: #066bb5;
}

.w-header2-tab {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 60px;
    width: 100%;
    background: #066bb5;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.w-header2-tab-item {
    color: #fff;
    width: 150.5px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    position: relative;
}

.w-header2-tab-item.active,
.w-header2-tab-item:hover {
    background: #055591;
}

.w-header2-tab-list {
    position: absolute;
    width: 170px;
    background: #fff;
    -webkit-box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
    box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .15);
    border-radius: 4px;
    z-index: 999;
}

.w-header2-tab-list-item {
    height: 44px;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .09);
    color: #171717;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
    font-weight: 500;
    cursor: pointer;
}

.w-header2-tab-list-item:hover {
    background: #5f8db0;
    color: #fff;
}

.w-header2-tip {
    padding-top: 38px;
    padding-left: 88px;
}

.w-header2-tip-title {
    font-size: 16px;
    color: #666;
    height: 22px;
    line-height: 22px;
    padding-left: 21px;
    position: relative;
}

.w-header2-tip-title:before {
    content: "";
    background-image: url(https://chengtu.oss-cn-hangzhou.aliyuncs.com/image/2020050375579320200503135348.png);
    background-position: 50%;
    display: block;
    position: absolute;
    width: 18px;
    height: 18px;
    left: 0;
}

.w-header2-tip-text {
    font-size: 12px;
    height: 17px;
    line-height: 17px;
    color: #666;
    margin-top: 9px;
}

.w-footer {
    height: 300px;
    background: #141720;
    width: 100%;
}

.w-footer-con {
    width: 1440px;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: .1px;
}

.w-footer-con-left {
    width: 360px;
    position: relative;
}

.w-footer-con-left-logo {
    height: 100px;
    width: 230px;
    margin-left: 80px;
    margin-top: 39px;
    background-image: url(https://chengtu.oss-cn-hangzhou.aliyuncs.com/image/2020091103575920200911170040.png);
    background-position: 50%;
    background-size: contain;
}

.w-footer-con-left-text {
    height: 17px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    line-height: 17px;
    margin-top: 16px;
    text-align: left;
    padding-left: 120px;
}

.w-footer-con-mid {
    width: 537px;
    padding: 67px 76px 0;
    position: relative;
}

.w-footer-con-mid-item {
    color: #fff;
    font-size: 12px;
    height: 17px;
    line-height: 17px;
    width: 95px;
    margin-bottom: 16px;
    text-align: center;
    float: left;
    cursor: pointer;
}

.w-footer-con-mid-item:hover {
    color: #066bb5;
}

.w-footer-con-left:after,
.w-footer-con-mid:after {
    content: "";
    display: block;
    position: absolute;
    width: 2px;
    height: 148px;
    background: #979797;
    right: 0;
    top: 60px;
}

.w-footer-con-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 69px;
    padding-left: 70px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.w-footer-con-right-icon {
    width: 96px;
    height: 70px;
    margin: 18px 0;
    height: 17px;
    font-size: 12px;
    font-weight: 500;
    color: #fff;
    line-height: 17px;
    padding-top: 60px;
    text-align: center;
    background-position: 50%;
    background-size: 36px 36px;
    cursor: pointer;
    position: relative;
}

.w-footer-con-right-code {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: -80px;
    padding: 5px;
    border: 1px solid #ccc;
    background-color: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border-radius: 2px;
    width: 80px;
    height: 80px;
    background-position: 50%;
}

.w-footer-con-right-icon:hover .w-footer-con-right-code {
    visibility: visible;
    opacity: 1;
    top: -90px;
}

.w-footer-text {
    height: 17px;
    font-size: 12px;
    font-weight: 500;
    color: hsla(0, 0%, 100%, .85);
    line-height: 17px;
    margin-top: 11px;
    text-align: center;
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}

.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
}

.swiper-wrapper {
    transform: translateZ(0);
}

.swiper-slide {
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
    transition-property: transform;
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    transition: opacity .3s;
    transform: translateZ(0);
    z-index: 10;
}

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 10px;
    left: 0;
    width: 100%;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 4px;
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}

/*! CSS Used fontfaces */
@font-face {
    font-family: Roboto;
    src: url(https://robot580.com/static/SourceHanSansCN-Normal.ttf) format("truetype");
}