* {margin: 0;padding: 0}
a {color: #FFFFFF;text-decoration: none;cursor: pointer;}
ul,li{list-style-type:none}
img {
    width: 100%;
    height: 100%;
}
html{
    width: 100%;
    height: 100%;
    font-size: 100%;
}
body {
    margin: 0px;

}

.body {
    background-color: #ffffff;
}

.header {
    width: 100%;
    height: 70px;
    background: #6662AA;
    display: flex;
    justify-content: center;
}

.container {
    width: 1200px;
}

.nav {
    display: flex;
    align-items: center;
    height: 70px;
}
.nav li a{
    font-size: 18px;
    display: block;
    line-height: 70px;
    padding: 0 50px;
    width: 100%;
}
.nav li.cur,.nav li:hover{
    background:#EEEDFF;
}
.nav li.cur a,.nav li:hover a{
    color:#6662AA;
}
.swiper-container {
    width: 100%;
    height: 520px;
}

.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;
}

.swiper-slide img {
    width: 100%;
    height:520px;
}

.title {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
}

.top-title {
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
}

.title-et {
    font-size: 18px;
    font-family: Microsoft YaHei;
    color: #999999;
}

.entry {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 auto;
    width: 1200px;
}

.entry_modular {
    margin-right: 20px;
    margin-top: 30px;
}

.entry_img {
    width: 385px;
    height: 260px;
    overflow: hidden;
}
.entry_img img{
    display: block;
    transition: all 0.3s ease 0s;
}

.entry_describe {
    text-align: center;
    margin: 20px auto 0px;
    width: 305px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

.more {
    width: 100%;
    height: 100%;
    background: url(../img/banner_0_1.jpg) no-repeat;
    background-size: 100% 100%;
    margin-top: 40px;
    background-attachment: fixed;
    position: relative;
}

.more_b {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.more_logo {
    margin-top:30px;
    margin-right: 40px;
}

.more_bt {
    width: 360px;
    margin: 40px auto;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-content: center;
}

.button-1 {
    width: 140px;
    height: 40px;
    background: #FFA70D;
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    line-height: 40px;
}

.button-1 a {
    font-size: 18px;
    font-family: Source Han Sans CN;
    color: #FFFFFF;
    text-align: center;
}

.button-2 {
    width: 140px;
    height: 40px;
    background: #FFFFFF;
    border-radius: 25px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
    line-height: 40px;
}

.button-2 a {
    font-size: 18px;
    font-family: Source Han Sans CN;
    color: #666666;
    text-align: center;
}

.box-button {
    text-align: center;
}

.pack {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    background-size: 100% 100%;
    flex-direction: column;
}
.pack .title{
    margin-top: 40px;
}
.pack-conent{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    flex-direction: row;
    margin-top: 30px;
}
.zx{
    margin-right: 20px;
    height: 400px;
    border: 0px solid ;
    cursor: pointer;
     border: 3px solid #fff;
     width: 280px;
}
.zx-z{
    box-shadow: 0px 0px 4px 0px rgb(0 0 0 / 19%);
}
.zx:hover{
    border: 3px solid #8C88D1;
}
.zx:nth-child(4){
    margin-right: 0px;
}
.zx-img{
    height: 200px;
}
.zx-m{
    height: 160px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
}
.zx-m p{
    text-align: center;
}
.p1{
    color: #6662AA;
    text-align: center;
}
.p2{
    color: #FFA70D;
    font-size: 18px;
    text-align: center;
}
.p3{
    color: #999999;
    text-align: center;
    font-size: 16px;
    margin-top: 10px;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.bt {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 130px;
    height: 40px;
    background: #FFA70D;
    border-radius: 20px;
    margin: 20px auto;
    line-height: 40px;
}
.bt:hover{
    opacity: 0.8;
}

.bt a {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    text-decoration: none;
}

.pro {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row;
    margin: 0 auto;
    margin-top: 30px;
    width: 1200px;
}
.pro-box{
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.19);
    cursor: pointer;
}
.pro-t {
    text-align: center;
    width: 80px;
    margin: 10px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}

.pro-s {
    width: 120px;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;

}

.footer-b {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 49px;
}

.f-logo {
    margin-top: 24px;
    width: 186px;
    height: 97px;
}

.footer-tab {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    margin-top: 33px;
}

.footer-label {
    margin-left: 80px;
}

.footer-label span {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}

.bottom {
    height: 14px;
    margin-top: 30px;
}

.bottom span {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
}
.form-lx{
    background: #fff;
    margin-top: 40px;
}
.con-b {
    display: flex;
    justify-content: space-between;
    align-content: center;
    flex-direction: row;
    padding: 0px 50px 50px;
}

.con-left {
    border: 4px solid #6662AA;
    margin: 20px 0 0 20px;
}

.con-left img {
    margin: -20px 20px 20px -20px;
}
.i-message{
    background: url(../img/message_1_1.png) no-repeat 14px 14px;
    padding-left: 50px;
}
.form-d input {
    width: 300px;
    height: 55px;
    border: 1px solid #999999;
    border-radius: 5px;
    margin-top: 22px;
}
.form-d textarea {
    width: 300px;
    height: 100px;
    border: 1px solid #999999;
    border-radius: 5px;
    margin-top: 22px;
    resize: none;
    overflow-x: hidden;
    overflow-y: hidden;
    line-height: 42px;
}

.i-name {
    background: url("../img/13.png") no-repeat 14px 14px;
    padding-left: 50px;
}

.i-phone {
    background: url("../img/14.png") no-repeat 14px 14px;
    padding-left: 50px;
}

.i-city {
    background: url("../img/15.png") no-repeat 14px 14px;
    padding-left: 50px;
}

.submit {
    text-align: center;
    margin-top: 50px;
}

.submit-i {
    width: 350px;
    height: 55px;
    background: #FFA70D;
    border-radius: 10px;
    font-size: 19px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}

.form-d input::placeholder {
    width: 79px;
    font-size: 19px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    padding-left: 50px;
}

.cases {
    padding-top:1px;
    margin-top: 40px;
    background: url(../img/banner_0_2.jpg) no-repeat;
     height: 720px;
    background-size: 100% 100%;
    background-attachment: fixed;
    position: relative;
}
.more:before{
    background-color: rgba(255,255,255,0.75);
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
}
.cases:before{
    background-color: rgba(255,255,255,0.75);
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
}

.cases-list {
    display: flex;
    /*justify-content: center;*/
    /*align-content: center;*/
    flex-direction: column;
    height: 100%;
}

.cases-img {
    width: 150px;
    height: 150px;
    background: #FFFFFF;
    border: 2px solid #999999;
    border-radius: 50%;
    overflow: hidden;
}

.cases-column {
    display: flex;
    flex-direction: row;
    text-align: center;
    margin: 0 auto;
     height: 189px;
    width: 100%;
    justify-content: space-between

}

.cases-box {
    z-index: 1;
    border-radius: 100%;
    border-top: 1px dashed #999999;
    margin: 0 auto;
   /* height: 680px;*/
   height:550px;
    width: 1000px;
    margin-top: 128px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    align-content: center;
}

.cases-column div:nth-child(1) {
    transform: translate(-50%, 50%);
}
.cases-column div:nth-child(2) {
    transform: translate(-50%, 20%);
    margin-top: -120px;
}
.cases-column div:nth-child(3) {
    margin-top: -150px;
}
.cases-column div:nth-child(4) {
    transform: translate(50%, 20%);
    margin-top: -120px;
}
.cases-column div:nth-child(5) {
    transform: translate(50%, 50%);
}
.cases-img1 {
    width: 150px;
    height: 150px;
    background: #FFFFFF;
    border: 2px solid #999999;
    border-radius: 50%;
    overflow:hidden;
}

.cases-img1 img{
    transform: scale(1.3);
    transition: 0.3s;
}

.cases-title {
    height: 34px;
    text-align: center;
    width: 800px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
.cases-title a{
    font-size: 18px;
    font-family: Source Han Sans CN;
    color: #706CB0;
    font-weight: bold;
}

.cases-content {
    width: 800px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin: 0 auto;
    font-size:16px;
    margin-top: 30px;
    line-height: 24px;
    height: 48px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.abt{
    list-style-type: none;
}
.ad {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.ad-text{
    width: 1200px;
    height: 435px;
    background-image: url("../img/i_0.jpg");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    display: none;
}
.ad-text1{
    display: block;
}
.ad-content {
    width: 880px;
    height: 310px;
    background: #FFFFFF;
    opacity: .95;
    filter:Alpha(opacity=95);
    margin: 0 auto;
    margin-top: 30px;
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    transform: translateY(25%);
}

.ad-article {
    width: 760px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    line-height: 33px;
    margin-left: 60px;
}

.choice {
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: row;
    margin-top: 2px;
}

.ad-choice {
    width: 198px;
    height: 70px;
    background: #EAEAEA;
    text-align: center;
    line-height: 70px;
    margin-left: 3px;
}

.choice div:nth-child(1) {
    margin-left: 0px;
}
.choice div:nth-child(2) {
    margin-left: 2px;
}
.choice div:nth-child(5) {
    margin-right: 0px;
}

.ad-choice a {
    width: 167px;
    height: 24px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

.current {
    margin-top: -10px;
    width: 198px;
    height: 80px;
    text-align: center;
    line-height: 90px;
    margin-left: 3px;
    background: url("../img/17.png") no-repeat;
    background-size: 100% 100%;
}

.current a{
    width: 175px;
    height: 21px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}

.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
}
.body-case{
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
    width: 1200px;
    margin:0 auto;
}
.details-left{
    background: #fff;
    padding: 0 20px;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 10%);
}
.nav-case{
    width: 100%;
    height: 18px;
    padding: 30px 0px;
}
.nav-case a, .nav-case{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #929292;
}
.c-list{
    display:flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.c-column{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    margin-right: 20px;
    width: 385px;
    max-height: 530px;
    background: #FFFFFF;
    border-radius: 10px;
    margin-bottom: 40px;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 10%);

}
.c-column:nth-child(3n){
    margin-right: 0px;
}
.column-img{
    width: 385px ;
    height: 300px;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
    
}

.column-title{
    height: 21px;
    text-align: center;
    width: 280px;
    margin: 30px auto 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.column-title a{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.column-content{
    margin: 20px auto;
    width: 350px;
    height: 48px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.column-content a{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.column-button{
    width: 100px;
    height: 35px;
    background: #FFA70D;
    border-radius: 20px;
    margin: 0 auto 20px;
    text-align: center;
    line-height: 35px;
}
.column-box{
    text-align: center;
    margin-top: 5px;
}
.column-button a{
    width: 87px;
    height: 21px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 33px;
}
.c-fy{
    margin: 20px;
    display: flex;
    height: 40px;
    justify-content: center;
}
.c-fy ul{
    text-align: center;
}
.c-fy li{
    list-style-type:none;
    padding: 0;
    margin: 0;
    float: left;
    margin-right: 9px;
    line-height: 42px;
}
.li{
    width: 40px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
}
.c-fy a{
    height: 18px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #929292;
    display: block;
}
.next{
    width: 92px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
}
.now{
    width: 42px;
    height: 42px;
    background: #FFA70D;
    border: 1px solid #DFDFDF;
}
.now a{
    height: 18px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.sg-top{
    height: 380px;
}
.sg-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
}
.sg-column{
    margin:0  20px 51px 0;
    background:#FFF;
}
.sg-column:hover{
     box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.16);
}
.sg-column:hover a{
    color: #6662AA;
}
.sg-column:hover img{
    transform: scale(1.2, 1.2);
}
.sg-column:nth-child(3n){
    margin-right: 0px;
}
.sg-img{
    width: 385px;
    height: 220px;
    overflow: hidden;
}
/*.sg-img:hover img{*/
/*    transform: scale(1.2, 1.2);*/
/*}*/
.sg-title{
    height: 50px;
    text-align: center;
    line-height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    width: 300px;
    margin: 0 auto;
}
.sg-title a{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

.zy-column{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-bottom: 50px;
    background:#FFF;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 10%);
}
.zy-img{
    width: 440px;
    height: 320px;
}
.zy-title{
    width: 260px;
    height: 320px;
    background: #6662AA;
}
.zy-box{
    width: 230px;
    height: 283px;
    border: 1px solid #FFFFFF;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    text-align: center;
}
.zy-content{
    display: flex;
    justify-content: center;
    align-content: center;
    flex-direction: column;
}
.zy-text{
    width: 470px;
    height: 72px;
    line-height: 24px;
    margin:50px 30px 30px 30px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.zy-text a{
      font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.button-zy {
    margin: 0 auto;
    width: 120px;
    height: 36px;
    background: #FFA70D;
    border-radius: 35px;
    text-align: center;
}
.button-zy a{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;

}

.hw-region {
    width: 1200px;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.16);
}

.region {
    margin: 0 30px;
    text-align: center;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}

.hw-box {
    padding: 30px 0;
    display: flex;
}
.hw-choice1,.hw-choice2{
    height: 38px;
    margin-bottom: 10px;

}
.hw-region ul {
    text-align: center;
    height: 100%;
    margin-bottom: 30px;
}

.hw-region li {
    list-style-type: none;
    padding: 0;
    margin: 0;
    float: left;
    margin-right: 15px;
    height: 38px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: 38px;
    width: 76px;
}
.hw-choice1 a, .hw-choice2 a{
        color: #999999;
} 

.select{
    width: 76px;
    background: #FFA70D;
}
.reg-box a{
    display: block;
}
.select a{
    color: #FFFFFF !important;
}
.hw-list{
    margin-top: 50px;
}
.list-box{
    width: 100%;
    height: 280px;
    display: flex;
    flex-direction: row;
    align-items: center;
    background: #FFFFFF;
    margin-bottom: 50px;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 10%);
}
.article-bottom a:hover{
    color: #6662AA;
}
.list-box:hover{
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.16);
}
.article-box:hover{
    box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.30);
}
.list-img{
    width: 320px;
    height: 220px;
    margin-left: 26px;
    overflow: hidden;
}
.list-int{
    width: 660px;
    height: 220px;
    margin-left: 30px;
}
.int-title{
    height: 29px;
}
.int-title a{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.int-des{
    height: 19px;
    margin-top: 10px;
}
.int-des a{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}
.int-content{
    width: 565px;
    height: 72px;
    line-height: 24px;
    margin-top: 18px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

}
.int-content a{
    height: 40px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.int-button{
    margin-top: 20px;
    width: 100px;
    height: 35px;
    background: #FFA70D;
    border-radius: 20px;
    text-align: center;
    line-height: 35px;
}
.int-button a{
    width: 95px;
    height: 22px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.list-img img{
    display: block;
    transition: all 0.3s ease 0s;
}
.list-img:hover img{
    transform: scale(1.2);
}
.list-position{
    display: flex;
    height: 220px;
    margin: 0 20px 0 30px;
}
.position-img{
    width: 13px;
    height: 19px;
}
.position{
    margin-left:15px;
}

.about-title {
    background:#FFF;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(102, 98, 170, 0.22);
}


.about-content{
    padding: 10px 40px;
}
.about-content p{
    color: #666666;
    margin-top: 20px;
    line-height: 24px;
}
.about-env{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background:#FFF;
    padding: 20px;
    box-shadow: 0px 0px 10px 0px rgba(102, 98, 170, 0.22);
}
.gs-env{
    font-size: 20px;
    color: #333333;
    text-align: center;
}
.env-1{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
}
.env-img{
    width: 236px;
    height: 160px;
    margin-right: 5px;
}
.env-img:nth-child(3){
    margin-right: 0px;
}
.env-2{
    display: flex;
    margin-top: 30px;
    max-width: 1200px;
    width: 99.5%;
}
.env-2 div{
    width: 236px;
    height: 160px;
    margin-right: 5px;
}
.env-2 div:nth-child(5){
    margin-right: 0px;
}
.about-contact{
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background: url(../img/21.png);
    background-size: 100% 100%;
    box-shadow: 0px 0px 10px 0px rgb(102 98 170 / 22%);
}
.gs-contact{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    padding: 20px 0;
    color: #333333;
}
.contact{
    width: 100%;
    height: 253px;
}
.contact-mode{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin: 15px 0 0 150px;
}
.contact-mode:nth-child(1){
    margin-top: 40px;
}
.contact-mode a{
    color:#6662AA;
}
.hos{
    text-align: center;
    margin-top: 71px;
}
.hos-img{
    width: 100%;
    height: 471px;
    margin:30px 0 102px 0;
    display: flex;
    flex-direction: row;
}
.img-1{
    width: 360px;
    height: 471px;
    margin-right: 8px;
}
.img-2{
    width: 340px;
    height: 266px;
}
.img-3{
    width: 340px;
    height: 197px;
    margin-top: 8px;
}
.img-box{
    margin-right: 8px;
}
.img-box1{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-right: 8px;
    width: 568px;
}
.img-4{
    width: 568px;
    height: 189px;
    margin-bottom: 8px;
}
.img-5{
    width: 280px;
    height: 274px;
    margin-right: 8px;
}
.img-6{
    width: 280px;
    height: 274px;
}
.img-box2{
    display: flex;
    flex-direction: column;
}
.img-7{
    width: 354px;
    height: 274px;
}
.img-8{
    margin-top: 8px;
    width: 354px;
    height: 189px;
}
.img-9{
    margin-left: 8px;
    width: 266px;
    height: 471px;
}
.int-bt {
    height: 34px;
    font-size:20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    margin-top: 28px;
    text-align: center;
}
.int-text1{
  margin-top: 30px;  
}
.int-text1 p{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
}
.inf-name{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 60px;
}
.inf-l{
    margin-top: 31px;
    display: flex;
    flex-direction: row;
    width: 1200px;
    justify-content: center;
}
.inf-z{
    margin-right:20px;
}
.inf-z:nth-last-child(1){
    margin-right: 0;
}
.inf-img{
    width: 285px;
    height: 360px;
}
.inf-people{
    text-align: center;
    height: 24px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
    width: 285px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.list-details {
    width: 100%;
    height: 280px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin-top: 29px;
}

.details-img {
    width: 400px;
    height: 280px;
}

.details-content {
    width: 750px;
    height: 220px;
    margin-left: 50px;
}

.details-title {
    height: 29px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

.details-en {
    height: 19px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    margin-top: 10px;
}
.details-int{
    width: 750px;
    height: 80px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin-top: 32px;
    text-overflow: ellipsis;
    overflow: hidden; 
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.interval{
    width: 100%;
    height: 2px;
    background: #6662AA;
    margin-top: 50px;
}
.det-content {
    border-bottom: 1px dashed #999999;
    padding: 0 40px;
}

.det-text {

}

.det-title {
    height: 29px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #6662AA;
    text-align: center;
    clear: both;
}

.det-time {
    height: 16px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    margin-top: 20px;
    text-align: center;
}

.det-article {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin: 30px 0;
    line-height: 28px;
}
.det-article p{
    line-height:26px;
    font-size:16px;
    margin-top: 20px;
    text-indent: 2em;
}
.det-body{
    display: flex;
    flex-direction: row;
    width: 100%;
    margin-top: 30px;
}
.article-up{
    width: 300px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.article-up a{
    color: #999999;
}
.article-next a{
    color: #999999;
}
.article-next{
    width: 300px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    text-align: right;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.article-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    /*width: 910px;*/
    padding: 0 20px 60px 20px;
}
.article-box{
    width: 405px;
    height: 230px;
}
.article-img{
    width: 100%;
    height: 100%;
}
.article-box:nth-child(2n-1){
    margin-right: 19px;
}
.article-box:nth-child(3){
    margin-top: 20px;
}
.article-box:nth-child(4){
    margin-top: 20px;
}
.article-bottom{
    display: flex;
    justify-content: space-between;
    padding: 30px 40px;
}
.article-title{
    width: 405px;
    height: 50px;
    background: #000000;
    opacity: 0.65;
    text-align: center;
    transform: translatey(-100%);
    line-height: 44px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.details-right{
    margin-left: 30px;
}
.set{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 260px;
    height: 320px;
    background: #FFFFFF;
}
.right-img{
    width: 53px ;
    height: 54px;
    margin-top: 25px;
}
.right-title{
    line-height: 24px;
    height: 24px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #6662AA;
    margin-top: 21px;
    width: 235px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.right-int{
    margin-top: 10px;
    height: 16px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
}
.right-article{
    width: 235px;
    height: 72px;
    font-size: 16px;
    line-height: 24px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin: 20px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}
.right-button{
    width: 90px;
    height: 30px;
    background: #FFA70D;
    border-radius: 15px;
    margin-bottom: 28px;
}
.right-1{
    text-align: center;
    margin-top: 2px;
}
.right-1 a{
    width: 63px;
    height: 16px;
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}
.cg-list{
    width: 260px;
    height: 400px;
    background: #FFFFFF;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 10%);
    margin-top: 30px;
}
.cg-new{
    width: 260px;
    height: 50px;
    background: #6662AA;
    box-shadow: 0px 0px 10px 0px rgba(102, 98, 170, 0.22);
    border-radius: 2px;
    text-align: center;
    line-height: 50px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
}

.right-list ul{
    list-style-image:url('../img/23.png');
    margin: 20px 0 0 35px;
}
.right-list li{
    height: 16px;
    margin-top: 15px;
}
.right-list li a{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 300;
    color: #666666;
    overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:1;
}
.package-article {
    background: #fff;
    border-bottom: 1px solid #E5E5E5;
}

.package-title {
    border-left: 4px solid #6662AA;
}

.package-name {
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    line-height: 25px;
}

.package-inf {
    height: 20px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6662AA;
    margin-top: 10px;
}

.package-box {
    margin-left: 19px;
}

.package-content {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    margin: 30px 0;
    line-height: 28px;
    
}
.right-form{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}
.ly-box{
    display: flex;
    flex-direction: row;
    margin-top: 20px;
}
.ly-bt{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    line-height: 35px;
}
.input input{
    width: 172px;
    height: 34px;
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 6px;
    padding:0 4px;
}
.textarea{
    width: 180px;
    height: 74px;
    background: #FFFFFF;
    border: 1px solid #999999;
    border-radius: 6px;
    resize: none;
    padding:4px;
}
.right-submit {
    width: 80px;
    height: 30px;
    background: #FFA70D;
    border-radius: 15px;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    border: none;
    cursor: pointer;
}
.img-box3{
    display: flex;
}
.nav-d{
    width: 17.5%;
    height: 100%;
    text-align: center;
    line-height: 68px;
}
.select-nav{
    width: 17.5%;
    height: 100%;
    line-height: 68px;
    text-align: center;
    background: #EEEDFF;
}
.select-nav a{
    width: 94px;
    height: 24px;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #6662AA;
    line-height: 66px;
}
.sy{
    width: 150px;
}
.cont-t{
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
    flex-direction: column;
    text-align: center;
    display: none;

}

.nav-d:hover {
    background: #EEEDFF;
    height: 100%;
}

.nav-d:hover>a {
    color: #6662AA;
}

.entry_describe a{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}

.entry_describe a:hover{
    color: #6662AA;
}

.entry_img :hover img{
    transform: scale(1.2);

}

.entry_modular:nth-child(3n) {
    margin-right: 0px;
}

.pro-box:hover img{
    /*width: 193px;*/
    /*height: 193px;*/
    /*background: url("../img/lc-0.png");*/
    transform: scale(1.1);
}
.c-column:hover{
   /* transform: translateY(-10px);*/
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17);

}
.column-img img:hover{
   transform: scale(1.1);
   transition: all 0.3s ease 0s;
   /* -webkit-filter: brightness(80%); /*考虑浏览器兼容性：兼容 Chrome, Safari, Opera */
    /*filter: brightness(80%);*/
}

.c-fy ul li:hover{
    background: #FFA70D;
}
.c-fy ul li>a:hover{
    color: #FFFFFF;
}
.column-button:hover{
    opacity: 0.8;
}
.right-list ul li>a:hover{
    color: red;
}
.article-box:hover{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.22);
}
.inf-img:hover{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.22);
}
.hos-img div:hover{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.22);
}
.zy-column:hover{
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.22);
}
.int-button:hover{
    opacity: 0.8;
}
.button-zy:hover{
    opacity: 0.8;
}
.right-button:hover{
    opacity: 0.8;
}

.sg-img img{
    display: block;
    transition: all 0.3s ease 0s;
}
.reg-box li:hover{
    width: 76px;
    background: #FFA70D;
}
.reg-box li:hover a{
    color: #FFFFFF !important;
}
.swiper-container{
    --swiper-theme-color: #6662AA;
    /* 设置Swiper风格 */
    --swiper-navigation-color: #6662AA;
    /* 单独设置按钮颜色 */
}
.form-d input{
    outline-color:#6662AA;
    font-size:19px
}
.form-d textarea{
    outline-color:#6662AA;
    font-size:19px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9e9e9e;
}
.nav div:last-child{
    margin-right: 0px;
}
.submit:hover{
    opacity: 0.6;
}
.swiper-container:hover .swiper-button-next,.swiper-container:hover .swiper-button-prev{
    display: inline;
}
.swiper-button-prev:hover,.swiper-button-next:hover{
    opacity: 0.5 !important;
}
.swiper-button-next{
    background-position: 0 -90px !important;
    right: 0;
}
.swiper-button-prev{
    left: 0;
}
.swiper-button-prev,.swiper-button-next{
    width: 60px;
    height: 90px;
    margin: -60px 0 0;
    background: url(../img/ad_ctr.png) no-repeat 0 0;
    position: absolute;
    display: none;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    text-indent: -9999px;
    filter: alpha(opacity=20);
    opacity: 0.2;
}
:-moz-placeholder,::-moz-placeholder,:-ms-input-placeholder,::-webkit-input-placeholder{
    text-align: left;
    width: 81px;
    height: 19px;
    font-size: 19px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
}
.form-d input::-webkit-input-placeholder{
    transform: translate(-30%, 0%) !important;
}







.top{
    height: 100px;
    width: 100%;
    background: #FFFFFF;
    display: flex;
    justify-content: center;
}
.top-l{
    width: 1200px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.logo-top{
    display: flex;
    align-items: center;
}

.t-b{
    height: 21px;
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #6662AA;
    line-height: 26px;
    margin-left: 30px;
}
.t-b span:first-child{
    color:#FFA70D;
}
.top-r{
    display: flex;
    align-items: center;
}
.r-b{
    width: 51px;
    height: 43px;
}
.r-t{
    width: 243px;
    height: 24px;
    margin-left: 16px;
}
.swiper-pagination {
    position: absolute;
    z-index: 20;
    bottom: 10px;
    width: 100%;
    text-align: center;
}
.swiper-pagination-switch {
    display: inline-block;
    width: 15px;
    height: 15px;
    border-radius: 8px;
    background: #555;
    margin: 0 5px;
    opacity: 0.8;
    border: 1px solid #fff;
    cursor: pointer;
}
.swiper-active-switch {
    background: #6662AA;
}
.reg-box li:hover{
    cursor: pointer;
}

textarea::-webkit-input-placeholder{
            color:#999999;
}
.last{
    width: 92px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
}
.prev{
    width: 92px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
}
.home{
    width: 92px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #DFDFDF;
}
.more_w{
    width: 1200px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}

.more_text{
    width: 600px;
    height: 100px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    margin-top: 60px;
    text-align: center;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.more_content{
    font-size: 16px;
    font-family: Source Han Sans CN;
    line-height: 24px;
    color: #333333;
    display: flex;
    justify-content: space-evenly;
    width: 458px;
    flex-direction: column;
    height: 100%;
}
.more_text:nth-child(2n-1) .more_content{
    text-align: end;
}
.more_text:nth-child(2n) .more_content{
    text-align: left;
}
.more_tb{
    width: 100px;
    height: 100px;
    margin: 20px;
}
.more_content p:nth-child(1){
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #333333;
    
}
.more_content p:nth-child(2){
    height: 48px;
    overflow: hidden;
    text-overflow: ellipsis;
}

        .more_w .more_text:nth-child(2n){
            justify-content: flex-start;
        }
        .more_w .more_text:nth-child(2n-1){
            justify-content:  flex-end;
        }
        
.technology-list{
    width: 1200px;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin: 0 auto;
    justify-content: space-between;
    flex-wrap: wrap;
}
.technology-list li{
    margin-top: 30px;
    display:block;
    height: 250px;
    width: 33.3%;
}
.technology-content{
    width:95%;
    height:100%;
    margin: 0 auto;
    border:3px solid #FFF;
    background: #FBFBFF;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.17);
}
.technology-content:hover{
    border: 3px solid #8C88D1;
    cursor: pointer;
}

.technology-icon{
    width: 70px;
    overflow: hidden;
    margin: 33px auto;
}
.technology-icon2{
    width: 332px;
    height:100px;
    overflow: hidden;
    margin: 36px auto;
    height: auto;
    display: flex;
    justify-content: space-around;
}
.technology-text{
    margin-top: 35px;
}
.technology-icon img {

      width:70px;
}
.technology-icon2 img {
    width:70px;
    float: left;
}
.technology-icon3 img{
         width: 160px;
}
.technology-title{
    margin-top:5px;
    text-align: center;
    font-size: 24px;
    font-family: Source Han Sans CN;
}
.technology-icon3{
    text-align: center;
    width: 56%;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 15.43px;
    margin-bottom: 0px;
}
.technology-info{
    margin-top:5px;
    text-align: center;
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #333333;
}
.abt li {
    float:left;
}
.fl{
 float: left;  
}
.fr{
    float: right;
}
.technology-content-newadd{
    position: relative;
}
.center-text{
    position:absolute;
    top: 57px;
    left: 175px;
    font-size: 24px;
    font-family: Nunito;
    font-weight: 900;
    color: #333333;
}
.tech{list-style:none;}
.width{width: 1200px;margin: 0 auto;display: flex;justify-content: space-between;align-items: center;}
.cl:before,.cl:after{content:"";display:block;clear:both;zoom:1;}
.e2{text-overflow: -o-ellipsis-lastline;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;line-clamp: 2;-webkit-box-orient: vertical;}
.tech{margin-left: -30px;}
.tech li{float: left;box-shadow: 0px 0px 10px 0px rgb(0 0 0 / 17%);width: 374px;height:260px;margin-left: 30px;margin-top: 20px;background: #FBFBFF;border-radius: 4px;border:3px solid #FBFBFF;position:relative;}
.tech li:hover{border:3px solid #8C88D1;cursor: pointer;}
.tech li .tech_i{position: absolute;top: 20px;left: 50%;transform: translateX(-50%);}
.tech li .tech_i img{display: block;margin: 0 auto;}
.tech li:first-child .tech_i img{width: 80%;}
.tech li:nth-child(2) .tech_i{top:50px}
.tech li:nth-child(2) .tech_i img{width: 240px;}
.tech li:nth-child(3) .tech_i{top:30px}
.tech li:last-child .tech_i img{width: 80%;}
.tech li:nth-child(4) .tech_i img{width: 80%;}
.tech li:nth-child(5) .tech_i img{width: 75%;}
.tech li .tech_t{text-align: center;position:absolute;top:160px;left: 0;right:0}
.tech li .t1{font-size:18px}
.tech li .t2{font-size:16px;margin: 6px 16px 20px;height: 50px;line-height: 25px;}
.footer{
    width: 100%;
    height: 300px;
    background: #6662AA;
    overflow: hidden;
    margin-top: 50px;
} 
.footer-box{
    max-width: 1200px;
    margin:0 auto;
    padding: 50px 0 0;
    display: flex;
    justify-content: center;
}
.footer-logo{
    width: 253px;
    height: 110px;
    margin-top: 40px;
}
.footer-right{
    margin-left: 60px;
}
.footer-link{
    position: relative;
    display: flex;
    flex-wrap: wrap;
    height: 70px;
    justify-content: space-between;
    align-items: center;
    width: 400px;
}
.footer-link:after{
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    position: absolute;
    bottom: 0;
    background: #ffffff;
}
.footer-link li a{
    color: #FFFFFF;
}
.footer-link li a:hover{
    color:#FFA70D;
}
.footer-flink{
    margin: 20px 0;
    color:#fff;
}
.footer-bq{
    color: #FFFFFF;
}
.footer-bq span a{
    display: none;
}
#swiper-container2{
    width: 260px;
    height: 320px;
    box-shadow: 0px 0px 13px 0px rgb(0 0 0 / 10%);
}

@media screen and (max-width: 1280px) {
    .entry {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        margin:30px 0px 0px 0px;
    }
    .footer-center {
        width: 1280px; 
        height: 300px;
        background: #6662AA;
        margin: 0 auto;
    }
    .swiper-container {
        width: 100%;
        height:345.5px;
    }
}
#swiper-container2 .swiper-slide{
    width: auto!important;
}
#swiper-container2 .swiper-pagination-switch{
    width: 8px !important;
    height: 8px !important;
}
#swiper-container2 .swiper-slide img{
    height: 100%;
}
.technology{
    margin: 60px 0 80px 0;
}
.z-ms{
    width: 180px;
    margin: 0 auto;
}
.cases-column img{
    object-fit: cover;
}
.form-lx .gs-contact{
    text-align: center;
}
.dom{
    width: 500px;
    background: #9f9f9f;
    height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.over{
   width: 500px;
   background: #706CB0;
   height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.dom p{
    color: #FFFFFF;
}
.dom p:nth-child(1){
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 36px;
}
.over p:nth-child(1){
    font-size: 22px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 36px;
}
.over p{
    color: #FFFFFF;
}
.dom_t{
    border-top: 0;
    border-radius: 0 0 0 20px;
    background: #fafafa;
}
.over_t{
     border-top: 0;
     border-radius: 0 0 20px;
     background: #f8f8ff;
}
.dom_t p{
    width: 350px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    text-align: center;
    border-bottom:1px #9f9f9f dashed;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #9f9f9f;
}
.dom_t p:nth-child(6){
    border: 0;
}
.over_t p{
    width: 350px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    text-align: center;
    border-bottom:1px #6662AA dashed;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #6662AA;
}
.over_t p:nth-child(6){
    border: 0;
}
.pro_vs_z{
    position: absolute;
    z-index: 10;
    left: 50%;
    margin-left: -130px;
    width: 260px;
    text-align: center;
    background: #fff;
    border-radius:10px;
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 /50%);
    behavior: url(./PIE.htc);
}
.pro_vs_z img{
    width: 45px;
    height: 65px;
}
.pro_vs{
    height: 100px;
    margin: 15px 0;
}
.pro_vs p{
    font-size: 20px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    line-height: 36px;
}
.pro_vs_t{
    margin-bottom: 30px;
}
.pro_vs_t p{
    width: 180px;
    height: 80px;
    line-height: 80px;
    margin: 0 auto;
    text-align: center;
    border-bottom: 1px #999999 dashed;
     font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
}
.pro_vs_t p:nth-child(6){
    border: 0;
}

.banner_zy{
    width: 100%;
    background:url("../img/banner_0_3.png") no-repeat;
    height: 180px;
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    background-attachment: fixed;
    background-position: center center;
    position: relative;
    background-size: cover;
}
.banner_zy:before{
    background-color: rgb(112 108 176 / 90%);
    height: 100%;
    width: 100%;
    content: "";
    position: absolute;
    top: 0;
}
.banner_title p:nth-child(1){
    font-size: 26px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #fff;
}
.banner_title p:nth-child(2){
    font-size: 16px;
    font-family: Source Han Serif CN;
    font-weight: 400;
    color: #fff;
}
.banner_title{
    position:relative;
}
.banner_botton{
    width: 160px;
    height: 50px;
    background: #FFA70D;
    border-radius: 35px;
    text-align: center;
    line-height: 50px;
    position:relative;
}
.banner_botton a{
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
}
.banner_botton:hover{
    opacity: 0.8;
}