@charset "utf-8";
body {
    color: #333333;
    font-size: 14px;
    background-color: #FFFFFF;
    overflow-x: hidden;
}

.left {
    float: left;
}

.right {
    float: right;
}

a {
    cursor: pointer;
    display: block；
}

.section {
    padding: 60px 0;
    width: 100%;
    position: relative;
}

.section-content {
    width: 1000px;
    margin: 0 auto;
}

.section h2 {
    text-align: center;
    font-size: 36px;
    font-weight: bolder;
    margin-bottom: 10px;
    position: relative;
}

.section h2::after {
    content: '';
    display: block;
    background: url(../img/title_line.png) no-repeat 0px 0px;
    width: 326px;
    height: 10px;
    position: absolute;
    left: 50%;
    margin-left: -163px;
    top: 50px;
}

.section h3 {
    text-align: center;
    font-size: 28px;
    margin-top: 20px;
}

.bg-color {
    background: #f5f5f5;
}

.ly-wrap {
    width: 560px;
    margin: 0 auto;
    text-align: center;
}

.ly-link {
    display: block;
    width: 270px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #FFFFFF;
    background: #0086f9;
    text-align: center;
}

.ly-link1 {
    display: block;
    width: 270px;
    height: 48px;
    line-height: 48px;
    font-size: 16px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    color: #0086f9;
    border: 1px solid #0086f9;
    text-align: center;
    margin: 0 auto;
}

.ly-link2 {
    margin-top: 40px;
}

.ly-link:hover {
    background-color: #F08200;
    color: #FFFFFF;
}

.linkOther {
    margin: 0 auto;
    display: block;
    margin-top: 50px;
    -webkit-transition: ease .3s;
    -moz-transition: ease .3s;
    -ms-transition: ease .3s;
    -o-transition: ease .3s;
    transition: ease .3s;
}

.linkOther:hover {
    filter: brightness(0.9);
}

.banner {
    width: 100%;
    height: 498px;
    padding-top: 0;
    background: url(../img/banner.jpg) no-repeat center top;
}

.banner .banner-cont {
    width: 1000px;
    height: 498px;
    margin: 0 auto;
    padding-left: 430px;
    padding-top: 140px;
    box-sizing: border-box;
}

.banner .banner-cont h2 {
    font-size: 30px;
    margin-bottom: 20px;
    margin-left: 60px;
}

.banner .banner-cont h1 {
    font-size: 44px;
    font-weight: bolder;
    background: -webkit-linear-gradient(left, #2630a9, #0086f9);
    background: linear-gradient(left, rgba(38, 48, 169, 0), rgba(0, 134, 250, 1));
    filter: progid: DXImageTransform.Microsoft.gradient( 'startColorstr'='#2630a9', 'endColorstr'='#0086f9', 'GradientType'=1);
    color: white;
    width: 570px;
    height: 80px;
    border-radius: 40px;
    text-align: center;
    line-height: 80px;
    margin-bottom: 30px;
}

.banner .banner-cont p {
    font-size: 30px;
    font-weight: bolder;
    background: linear-gradient(to right, #2630a9, #0086f9);
    -webkit-background-clip: text;
    color: transparent;
    margin-left: 50px;
}

.lead {
    width: 100%;
    height: 125px;
    background: #f2f5fe;
}

.lead .section-content {
    width: 1050px;
}

.lead .left {
    width: 120px;
    height: 125px;
    font-size: 34px;
    font-weight: bolder;
    line-height: 125px;
    text-align: center;
}

.lead .right {
    width: 930px;
    height: 125px;
    font-size: 14px;
    line-height: 30px;
    padding: 35px 0;
    box-sizing: border-box;
}

.skill-one ul {
    margin-top: 40px;
}

.skill-one ul li {
    width: 100%;
    height: 80px;
    margin-bottom: 10px;
}

.skill-one ul li .left {
    width: 205px;
    height: 80px;
    background: #bec9ff;
    padding: 15px 20px;
    box-sizing: border-box;
    position: relative;
}

.skill-one ul li .left::after {
    content: '';
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-width: 40px 0 40px 20px;
    border-style: solid;
    border-color: #f5f5f5 #f5f5f5 #f5f5f5 transparent;
    right: 0;
    top: 0;
}

.skill-one .left .tit1 {
    font-size: 24px;
    font-weight: bolder;
}

.skill-one .left .tit2 {
    font-size: 16px;
    font-weight: bolder;
}

.skill-one ul li .right {
    width: 780px;
    height: 80px;
    padding: 15px 0;
    box-sizing: border-box;
    line-height: 25px;
    color: #666;
}

.skill-one .ly-wrap {
    margin-top: 30px;
}

.slideTxtBox {
    width: 100%;
}

.slideTxtBox .hd ul li {
    width: 190px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    float: left;
    cursor: pointer;
    font-size: 18px;
    border: 1px solid #333;
    margin-left: 100px;
    margin-top: 40px;
    margin-bottom: 40px;
}

.slideTxtBox .hd ul li.on {
    background: #333;
    color: white;
}

.slideTxtBox .bd li {
    width: 100%;
    height: auto;
    border: 2px solid #d3d3d3;
    box-sizing: border-box;
    margin-bottom: 40px;
}

.slideTxtBox .bd .tit1 {
    width: 100%;
    height: 50px;
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
    line-height: 50px;
    background: #666d99;
    color: white;
}

.slideTxtBox .bd .tit2 {
    width: 100%;
    height: 160px;
    font-size: 16px;
    line-height: 25px;
    background: white;
    padding: 15px 30px;
    box-sizing: border-box;
}

.slideTxtBox .bd .tit3 {
    width: 100%;
    height: 50px;
}

.slideTxtBox .bd .tit3 span {
    display: inline-table;
    height: 50px;
    width: 138px;
    text-align: center;
    line-height: 50px;
    background: #e5eafe;
}

.slideTxtBox .bd .tit4 span.left {
    height: 260px;
    width: 138px;
    text-align: center;
    background: #f2f5fe;
    padding: 100px 0;
    box-sizing: border-box;
    margin-right: 5px;
}

.slideTxtBox .bd .tit4 div.left {
    height: 260px;
    width: 852px;
    background: #f2f5fe;
    padding: 50px 10px;
    box-sizing: border-box;
}

.slideTxtBox .bd .tit4 div.left span {
    display: inline-table;
    width: 160px;
    background: #f2f5fe;
    padding: 0 10px;
    box-sizing: border-box;
}

.skill-two .ly-link1 {
    width: 310px;
    margin: 0 auto;
}

.skill-three .top,
.skill-plan .top {
    width: 100%;
    height: 44px;
    margin-top: 48px;
}

.skill-three .top img.left,
.skill-plan .top img.left {
    width: 54px;
    height: 44px;
    display: block;
}

.skill-three .top .right,
.skill-plan .top .right {
    width: 933px;
    height: 44px;
    font-size: 16px;
    line-height: 22px;
}

.skill-three .slideTxtBox .hd li {
    width: 250px;
    box-sizing: border-box;
    margin-left: 0;
}

.skill-three .slideTxtBox .bd .bd-top {
    width: 100%;
    height: 80px;
    font-size: 14px;
    padding: 10px 20px;
    box-sizing: border-box;
    line-height: 20px;
}

.section .tit {
    width: 500px;
    height: 50px;
    font-size: 24px;
    font-weight: bolder;
    background: -webkit-linear-gradient(left, #2630a9, #0086f9);
    background: -moz-linear-gradient(left, #2630a9, #0086f9);
    background: linear-gradient(left, rgba(38, 48, 169, 0), rgba(0, 134, 250, 1));
    filter: progid: DXImageTransform.Microsoft.gradient( 'startColorstr'='#2630a9', 'endColorstr'='#0086f9', 'GradientType'=1);
    color: white;
    border-radius: 25px;
    text-align: center;
    line-height: 50px;
    margin: 40px auto;
}

.skill-three .slideTxtBox .bd li {
    border: none;
    width: 100%;
}

.skill-three .slideTxtBox .bd .ly-wrap {
    width: 825px;
}

.skill-three .slideTxtBox .bd .ly-wrap .left {
    width: 230px;
}

.skill-three .slideTxtBox .bd .ly-wrap .right {
    width: 475px;
}

.skill-three .slideTxtBox .bd table {
    width: 100%;
    text-align: center;
}

.skill-three .slideTxtBox .bd table td,
th {
    border: 1px solid #ddd;
    height: 64px;
}

.skill-three .slideTxtBox .bd table th {
    background: #666d99!important;
    color: white;
    font-size: 18px;
}

.skill-three .slideTxtBox .bd table tr:nth-child(odd) {
    background: #f2f5fe;
}

.skill-three .slideTxtBox .bd table tr:nth-child(even) {
    background: #fff;
}

.skill-four .top {
    margin: 40px 0 50px 0;
    background-color: #fff;
    width: 100%;
    height: 430px;
    background: url(../img/left.jpg) no-repeat top center;
}

.skill-four .top .left1 {
    width: 1000px;
    height: 430px;
    padding-top: 30px;
    padding-left: 400px;
    box-sizing: border-box;
    line-height: 21px;
    margin: 0 auto;
}

.skill-four .tit {
    width: 580px;
}

.skill-four .img-cont img {
    display: block;
    height: 350px;
    width: 310px;
}

.skill-four .img-cont .right {
    height: 350px;
    width: 690px;
    background: #fff;
    padding: 60px 90px;
    box-sizing: border-box;
}

.skill-four .img-cont .right p {
    width: 466px;
    height: 66px;
    background: #f5f5f5;
    border-radius: 33px;
    text-align: center;
    line-height: 66px;
    font-weight: bolder;
    font-size: 20px;
}

.skill-four .img-cont .right .info {
    margin-top: 40px;
    line-height: 25px;
    font-size: 16px;
}

.skill-four .video-cont {
    margin-top: 40px;
}

.skill-four .video-cont .left {
    width: 480px;
    height: 260px;
    padding: 35px 0;
}

.skill-four .video-cont .left-cont {
    width: 480px;
    height: 250px;
    border-top-left-radius: 125px;
    border-bottom-left-radius: 125px;
    background: #fff;
    padding: 60px 30px 60px 60px;
    line-height: 25px;
    font-size: 16px;
    box-sizing: border-box;
}

.skill-four .tit1 {
    width: 422px;
}

.skill-four table {
    width: 100%;
    text-align: center;
    background: #fff;
    /* margin-bottom: 40px; */
}

.skill-four table th {
    height: 55px;
    background: #666d99;
    color: white;
    border: none;
}

.skill-four table td {
    height: 60px;
    border: 1px solid #ddd;
    padding: 10px;
    box-sizing: border-box;
}

.skill-four table tr td:nth-child(1) {
    width: 70px;
    padding: 0 20px;
}

.skill-four table tr td:nth-child(2) {
    width: 150px;
}

.skill-four table tr th:nth-child(1) {
    width: 220px;
}

.skill-five {
    background: #f2f5fe;
}

.skill-five .slideTxtBox .hd ul li {
    float: left;
    cursor: pointer;
    width: 180px;
    height: 50px;
    box-sizing: border-box;
    color: #2431a4;
    font-size: 24px;
    margin-left: 50px;
    line-height: 50px;
    border-radius: 25px;
}

.skill-five .slideTxtBox .hd ul li.on {
    background: -webkit-linear-gradient(left, #2630a9, #0086f9);
    background: linear-gradient(left, rgba(38, 48, 169, 0), rgba(0, 134, 250, 1));
    filter: progid: DXImageTransform.Microsoft.gradient( 'startColorstr'='#2630a9', 'endColorstr'='#0086f9', 'GradientType'=1);
    color: white;
    font-weight: bolder;
}

.skill-five .slideTxtBox .hd li {
    height: 24px;
    line-height: 24px;
}

.skill-five .slideTxtBox .bd li {
    border: none;
}

.skill-five .slideTxtBox .bd li>div {
    background: url(../img/five1.jpg) no-repeat 0 0;
    background-size: 100% 100%;
    float: left;
    width: 320px;
    height: 190px;
    box-shadow: 0px 2px 2px 1px #d2d5e2, -2px 0px 2px 1px #d2d5e2, 2px 0px 2px 1px #d2d5e2, 0px 2px 2px 1px #d2d5e2;
    margin-right: 15px;
    margin-bottom: 20px;
    padding: 30px 60px;
    box-sizing: border-box;
}

.skill-five .slideTxtBox .bd li>div:nth-child(3),
.skill-five .slideTxtBox .bd li>div:nth-child(6) {
    margin-right: 0;
}

.skill-five .slideTxtBox .bd li>div .titi {
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
    margin-bottom: 30px;
}

.skill-five .slideTxtBox .bd li>div .info {
    line-height: 20px;
}

.skill-five .slideTxtBox .bd .top {}

.skill-five .slideTxtBox .bd .bottom {
    height: 150px;
    text-align: center;
}

.skill-five .ly-link1 {
    margin: 0 auto;
}

.skill-five .slideTxtBox .bd ul:nth-child(2) li>div {
    background: url(../img/five2.jpg) no-repeat 0 0;
    width: 470px;
    height: 150px;
    margin-right: 30px;
}

.skill-five .slideTxtBox .bd ul:nth-child(2) li .bottom {
    height: 215px;
    text-align: left;
}

.skill-five .slideTxtBox .bd ul:nth-child(3) li>div {
    width: 470px;
    height: 260px;
    margin-right: 30px;
}

.skill-five .slideTxtBox .bd ul:nth-child(3) li>div:nth-child(1) {
    background: url(../img/five4.jpg) no-repeat 0 0;
}

.skill-five .slideTxtBox .bd ul:nth-child(3) li>div:nth-child(2) {
    background: url(../img/five5.jpg) no-repeat 0 0;
}

.skill-five .slideTxtBox .bd ul:nth-child(3) li>div:nth-child(3) {
    background: url(../img/five6.jpg) no-repeat 0 0;
}

.skill-five .slideTxtBox .bd ul:nth-child(3) li>div:nth-child(4) {
    background: url(../img/five7.jpg) no-repeat 0 0;
}

.skill-five .slideTxtBox .bd ul:nth-child(3) li .bottom {
    text-align: left;
}

.skill-five .slideTxtBox .bd li .ly-link1 {
    border-color: #333;
    width: 115px;
    height: 34px;
    border-radius: 17px;
    margin-top: 30px;
    font-size: 14px;
    line-height: 34px;
    color: #333;
}

.skill-five .slideTxtBox .bd li .ly-link1:hover {
    background: #333;
    color: white;
}

.skill-five .slideTxtBox .bd ul:nth-child(4) li>div {
    width: 470px;
    height: 190px;
    margin-right: 30px;
    background: url(../img/five8.jpg) no-repeat 0 0;
}

.skill-six .ly-link1 {
    width: 310px;
    margin: 0 auto;
}

.skill-six .top {
    width: 100%;
    height: 44px;
    margin-top: 40px;
}

.skill-six .top img.left {
    width: 54px;
    height: 44px;
    display: block;
}

.skill-six .top .right {
    width: 946px;
    height: 44px;
    font-size: 16px;
    line-height: 22px;
}

.skill-six ul.choose li {
    width: 315px;
    height: 210px;
    float: left;
    margin-right: 19px;
    background-size: 100% 100%;
    margin-top: 30px;
    padding: 25px 45px;
    box-sizing: border-box;
}

.skill-six ul.choose li:nth-child(3),
.skill-six ul.choose li:nth-child(6) {
    margin-right: 0;
}

.skill-six ul.choose li:nth-child(1) {
    background: url(../img/six1.jpg) no-repeat 0 0;
}

.skill-six ul.choose li:nth-child(2) {
    background: url(../img/six2.jpg) no-repeat 0 0;
}

.skill-six ul.choose li:nth-child(3) {
    background: url(../img/six3.jpg) no-repeat 0 0;
}

.skill-six ul.choose li:nth-child(4) {
    background: url(../img/six4.jpg) no-repeat 0 0;
}

.skill-six ul.choose li:nth-child(5) {
    background: url(../img/six5.jpg) no-repeat 0 0;
}

.skill-six ul.choose li:nth-child(6) {
    background: url(../img/six6.jpg) no-repeat 0 0;
}

.skill-six ul.choose li a {
    text-decoration: none;
    color: white;
    display: block;
    width: 315px;
    height: 210px;
}

.skill-six ul.choose li .titi {
    font-size: 24px;
    font-weight: bolder;
    margin-top: 15px;
}

.skill-six ul.choose li .info {
    font-size: 16px;
    line-height: 30px;
}

.section h4 {
    background: linear-gradient(to right, #2630a8, #0086f8);
    background: -webkit-linear-gradient(left, #2630a8, #0086f8);
    background: linear-gradient(left, rgba(38, 48, 169, 0), rgba(0, 134, 250, 1));
    -webkit-background-clip: text;
    color: transparent;
    font-size: 28px;
    font-weight: bolder;
    text-align: center;
    margin: 30px 0;
    line-height: 40px;
}

.skill-six .logo li {
    width: 240px;
    height: 370px;
    border: 2px solid #999;
    box-sizing: border-box;
    float: left;
    margin-right: 13px;
    padding: 30px 10px;
    position: relative;
    margin-bottom: 40px;
}

.skill-six .logo li:nth-child(4),
.skill-six .logo li:nth-child(8),
.skill-six .logo li:nth-child(12) {
    margin-right: 0;
}

.skill-six .logo li .titi {
    font-size: 20px;
    font-weight: bolder;
    text-align: center;
}

.skill-six .logo li img {
    display: block;
    width: 100%;
    height: 100px;
}

.skill-six .logo li .info {
    line-height: 20px;
}

.skill-six .logo li .a-btn {
    color: #0086f8;
}

.skill-six .logo li .ly-link1 {
    border-color: #333;
    width: 115px;
    height: 34px;
    border-radius: 17px;
    font-size: 14px;
    line-height: 34px;
    color: #333;
    position: absolute;
    left: 50%;
    margin-left: -57px;
    bottom: 30px;
}

.skill-seven .made li {
    width: 100%;
    height: 90px;
    margin-bottom: 15px;
    background: #fff;
}

.skill-seven .made li img {
    display: block;
    width: 175px;
    height: 90px;
}

.skill-seven .made li .right {
    width: 825px;
    height: 90px;
    padding: 20px 30px;
    box-sizing: border-box;
    line-height: 30px;
}

.skill-seven .made li .right b {
    font-size: 20px;
}

.skill-seven .cont li {
    width: 190px;
    height: 280px;
    margin-right: 10px;
    padding: 20px;
    box-sizing: border-box;
    float: left;
    background: #fff;
}

.skill-seven .cont li .titi {
    font-size: 18px;
    font-weight: bolder;
    margin-bottom: 20px;
    text-align: center;
}

.skill-seven .cont li .info {
    line-height: 20px;
}

.skill-seven .pro {
    position: relative;
    width: 1000px;
    height: 213px;
    margin: 40px auto 0 auto;
    background: url(../img/right.jpg) no-repeat center top;
    background-size: 100% 213px;
}

.skill-seven .pro a {
    position: absolute;
    bottom: 40px;
    right: 50px;
    text-decoration: underline;
    color: #ffffff;
}

.skill-seven .pro .info {
    font-size: 30px;
    line-height: 50px;
    width: 1000px;
    /* height: 200px; */
    padding-top: 30px;
    padding-right: 510px;
    text-align: right;
    box-sizing: border-box;
    margin: 0 auto;
}

.skill-seven .pro .info::before {
    content: '';
    display: block;
    width: 70px;
    height: 16px;
    background: linear-gradient(to right, #2630a8, #0086f8);
    background: -webkit-linear-gradient(left, #2630a8, #0086f8);
    background: linear-gradient(left, rgba(38, 48, 169, 0), rgba(0, 134, 250, 1));
    border-radius: 8px;
    margin-top: 20px;
    margin-left: 420px;
}

.team .slideTxtBox .hd ul li {
    float: left;
    cursor: pointer;
    width: 144px;
    height: 144px;
    margin-right: 24px;
    margin-left: 0;
    border: none;
    overflow: hidden;
    background: transparent;
}

.team .slideTxtBox .hd ul li img.top {
    width: 144px;
    height: 144px;
}

.team .slideTxtBox .hd ul li:nth-child(6) {
    margin-right: 0;
}

.team .slideTxtBox .hd ul li.on {
    height: 180px;
}

.team .slideTxtBox .bd li {
    width: 100%;
    height: 160px;
    border: none;
    margin: 0;
}

.team .slideTxtBox .bd li .titi {
    font-size: 18px;
    font-weight: bolder;
    line-height: 40px;
}

.team .slideTxtBox .bd li .info {
    line-height: 30px;
}

.biaodan-wrap {
    width: 100%;
    height: 310px;
    background: url(../img/banner1.jpg) no-repeat 0px 0px;
    margin: 0;
    box-sizing: border-box;
}

.biaodan-wrap p {
    font-size: 24px;
    font-weight: bolder;
    text-align: center;
    color: white;
}


/* form */

.biaodan {
    width: 620px;
    margin: 30px auto;
}

.biaodan form div {
    margin-bottom: 10px;
    position: relative;
    background: white!important;
}

.biaodan form div img {
    display: block;
    position: absolute;
    top: 12px;
    left: 12px;
}

.biaodan form input,
.biaodan form select {
    height: 38px;
    font-family: "微软雅黑";
    width: 300px;
    color: #aab2bd;
    padding-left: 40px;
    box-sizing: border-box;
}

.mobile,
.name,
.Mschool,
.branch {
    margin: 0 auto;
    margin-bottom: 10px;
    height: 40px;
    width: 300px;
}

#submit {
    display: block;
    width: 300px;
    height: 50px;
    font-size: 16px;
    color: #0086f8;
    cursor: pointer;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    text-align: center;
    padding: 0;
    margin: 0 auto;
    background: white;
}

.from_submit {
    padding-top: 130px;
}


/* form */

.skill-eight .banner2 {
    width: 1920px;
    height: 225px;
    background: url(../img/banner2.png) no-repeat center;
}

.skill-eight .banner2-cont {
    width: 1000px;
    height: 225px;
    margin: 0 auto;
    padding-top: 30px;
    box-sizing: border-box;
}

.skill-eight .banner2 .tit1 {
    font-size: 50px;
    margin-left: 450px;
    background: -webkit-linear-gradient(left, #2630a9, #0086f9);
    -webkit-background-clip: text;
    color: transparent;
}

.skill-eight .banner2 .tit2 {
    font-size: 40px;
    color: white;
    margin-left: 480px;
    margin-top: 20px;
}

.skill-eight .att ul li {
    width: 240px;
    height: 175px;
    margin-right: 10px;
    float: left;
}

.skill-eight .att ul li:nth-child(4) {
    margin-right: 0;
}

.slide {
    width: 1000px;
    overflow: hidden;
    position: relative;
    padding-bottom: 50px;
}

.slide .prev,
.slide .next {
    display: block;
    width: 28px;
    height: 46px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin-top: -50px;
}

.slide .prev {
    left: 0;
    background: url(../img/pervBtn.png) no-repeat center;
}

.slide .next {
    right: 0;
    background: url(../img/nextBtn.png) no-repeat center;
}

.slide .prev:hover {
    left: 0;
    background: url(../img/hoverPrev.png) no-repeat center;
}

.slide .next:hover {
    right: 0;
    background: url(../img/hoverNext.png) no-repeat center;
}

.slide .hd ul {
    position: absolute;
    overflow: hidden;
    zoom: 1;
    width: 1000px;
    text-align: center;
    bottom: 0;
}

.slide .hd ul li {
    display: inline-block;
    width: 9px;
    height: 9px;
    overflow: hidden;
    margin: 0 4px;
    text-indent: -999px;
    border: 1px solid #333333;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.slide .hd ul li.on {
    background-color: #333333;
}

.slide .bd {
    width: 890px;
    margin: 0 auto;
    overflow: hidden;
}

.slide .bd ul {
    overflow: hidden;
    zoom: 1;
}

.slide .bd ul li {
    float: left;
    background-color: #FFFFFF;
    _display: inline;
    overflow: hidden;
    padding: 40px;
    width: 810px;
    margin-right: 30px;
}

.skill-eight h3 {
    margin-bottom: 40px;
}

.swiper-container {
    width: 100%;
    height: 500px;
}

.swiper-wrapper .swiper-slide .cont {
    width: 860px;
    height: 445px;
    border: 3px solid #0086f7;
    margin: 0 auto;
}

.swiper-wrapper .swiper-slide .left1 {
    width: 430px;
    height: 445px;
    background: #f2f5fe;
    padding: 30px 20px;
    box-sizing: border-box;
}

.swiper-wrapper .swiper-slide .top img {
    display: inline-block;
    width: 120px;
    height: 120px;
}

.swiper-wrapper .swiper-slide .top .right {
    width: 250px;
    height: 120px;
    font-size: 18px;
    padding: 20px;
    box-sizing: border-box;
    line-height: 30px;
}

.swiper-wrapper .swiper-slide .bottom {
    width: 100%;
    height: 220px;
    line-height: 25px;
    margin-top: 20px;
}

.swiper-wrapper .swiper-slide .tea {
    display: block;
    width: 145px;
    height: 34px;
    border-radius: 17px;
    border: 1px solid #333;
    color: #333;
    margin: 0 auto;
    text-align: center;
    line-height: 34px;
}

.swiper-wrapper .swiper-slide .right1 {
    width: 430px;
    height: 445px;
    padding: 30px 20px;
    box-sizing: border-box;
}

.swiper-wrapper .swiper-slide .right .top {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;
    width: 100%;
    height: 80px;
}

.swiper-wrapper .swiper-slide .right .bottom img {
    display: inline-block;
    width: 170px;
    height: 215px;
}

.swiper-wrapper .swiper-slide .right .bottom p {
    width: 220px;
    height: 215px;
    padding: 0 20px;
    box-sizing: border-box;
}

.swiper-wrapper .swiper-slide .right .a-wrap {
    width: 350px;
    height: 36px;
    margin: 35px auto;
}

.tab_ul {
    display: inline-block;
}

.tab_ul li {
    width: 250px !important;
    margin-left: 0 !important;
}

.skill-plan .section-content h2::after {
    background: none;
}

.plan-ul {
    margin-top: 50px;
}

.plan-ul li {
    position: relative;
    display: inline-block;
    float: left;
    margin: 0 10px 16px 0;
    width: 322px;
    height: 210px;
    cursor: pointer;
}

.plan-ul li img {
    width: 322px;
    height: 210px;
}

.plan-ul li .layer {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    display: none;
    color: #ffffff;
    font-size: 16px;
    line-height: 30px;
}

.plan-ul li:hover .layer {
    display: table;
    width: 322px;
    height: 210px;
    background-color: rgba(0, 0, 0, .7);
}

.plan-ul li .layer span {
    padding: 0 22px;
    display: table-cell;
    vertical-align: middle;
}

.plan-ul li:nth-child(3n) {
    margin-right: 0;
}

.plan-ul li:nth-child(2) {
    background: url(../img/plan_img2.png) no-repeat center center;
}

.plan-ul li:nth-child(3) {
    background: url(../img/plan_img3.png) no-repeat center center;
}

.plan-ul li:nth-child(4) {
    background: url(../img/plan_img4.png) no-repeat center center;
}

.plan-ul li:nth-child(5) {
    background: url(../img/plan_img5.png) no-repeat center center;
}

.plan-ul li:nth-child(6) {
    background: url(../img/plan_img6.png) no-repeat center center;
}

.plan-title b {
    font-size: 24px;
    color: #2630a8;
    background: linear-gradient(-0deg, #2630a8 10.009765625%, #0086f8 89.990234375%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.plan-title {
    margin: 73px auto 0 auto;
    text-align: center;
    width: 226px;
    height: 64px;
    line-height: 64px;
    background-color: #ffffff;
    opacity: 0.85;
}

.plan-ul li:hover .plan-title {
    display: none;
}

.project-btn {
    margin: 50px auto 30px auto;
    width: 180px;
    height: 44px;
    text-align: center;
    line-height: 44px;
    background-image: linear-gradient(90deg, #2630a8 10%, #0086f8 100%), linear-gradient( #f5f5f5, #f5f5f5);
    background-blend-mode: normal, normal;
    border-radius: 22px;
    -moz-border-radius: 22px;
    -webkit-border-radius: 22px;
    font-size: 24px;
    color: #ffffff;
}

.project-time {
    margin-bottom: 50px;
    text-align: center;
    font-size: 24px;
}