.about-main-title {
    text-align: center;
    margin-top: 50px;
    width: 500px;
}

.about-main-title .tts {

    font-size: 34px;
    font-weight: 700;
}

.about-main-title .tit-mg {

    width: 460px;
    margin: 0 auto;
    margin-top: 10px;


}

.about-main-title span {

    width: 200px;
    height: 1px;
    display: block;
    float: left;
    background-color: #e4e4e4;
    margin-top: 8px;

    
}

.about-main-title span:last-child {

    float: right;
}

.syy {

    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

.about-main-title img {

    float: left;
    margin-left: 20px;
}

.about-main-title p {

    margin-top: 8px;
    color: #999999;
    font-size: 18px;
    text-transform: Uppercase;
}

.bjs {

    display: flex;
    margin: 15px auto;
    font-family: "宋体";
}

.bjs img {

    width: 22px;
    float: left;
    margin-right: 10px;
}

.bjs p {

    margin-top: 5px;
    color: #999;
}

.bjs a {


    color: #999;
}

.bjs a:last-child {
    color: #ff7e00;
    font-weight: 700;
}

.cases-list {

    margin-top: 40px;
}

.cases-list-item {
    width: 380px;
    display: block;
    cursor: pointer;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;

    /*-webkit-transform: translate3d(0, -3px, 0);*/
    -webkit-box-shadow: 0 0px 10px #e9e9e9;
    box-shadow: 0 0px 10px #e9e9e9;
    transition: 0.5s ease;
}

.cases-list-item:nth-child(3n) {

    margin-right: 0;
}

.cases-list-item .img {

    width: 100%;
    height: 255px;
    overflow: hidden;
}

.cases-list-item img {
    width: 100%;
}

.cases-list-item .txt {
    height: 100px;
    text-align: center;
    padding-top: 25px;
    background-color: #fff;
}

.cases-list-item .txt .tis {

    margin-top: 8px;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 13px;
}

.cases-list-item .txt p {

    width: 80%;
    margin: 0 auto;
    font-size: 14px;text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    
    
    color: #999999;
}

.cases-list-item:hover .txt .tis {

    color: #ff7e00;
}
.cases-list-item:hover{
        transform: translate3d(0, -10px, 0);
}

.join-nav {
    width: 1200px;
    display: flex;
    margin-top: 35px;
    background-color: #ff7e00;
}

.join-nav-item {

    width: 300px;
    line-height: 60px;
    color: #fff;
    text-align: center;
}

.join-list-item {
    width: 100%;
}

.join-list-item .to {

    display: flex;
    height: 60px;
    cursor: pointer;
    border: 1px solid #ededed;
}

.join-list-item .to p {

    width: 300px;
    text-align: center;
    line-height: 60px;
    font-size: 16px;
}

.join-list-item .cont {

    padding: 40px 60px;
    padding-left: 80px;
    display: none;
    background-color: #f6f6f6;
}

.join-list-item .cont .tt {

    font-weight: 700;
    margin-bottom: 10px;
}

.join-list-item .cont p {
    line-height: 1.8em;
}

#pages {
    /* 
    float: right; */
    display: table;
    margin: 0 auto;
    margin-top: 30px;
}

#pages li {
    list-style: none;
    float: left;
    width: 32px;
    display: inline-block;
    margin-left: 10px;
    text-align: center;
    border: 1px solid #ccc;
    height: 32px;
    line-height: 32px;
    transition: 0.5s ease;
    cursor: pointer;
    border-radius: 6px;
    overflow: hidden;
}

#pages li:hover {
    background-color: #ff7e00;
    border: 1px solid #ff7e00;
}

#pages li a {
    padding: 0;
    font-size: 16px;
    line-height: inherit;
    border: none;
    display: block;
    width: 100%;
    height: 100%;
    color: #333;
}

#pages li a:hover {
    background-color: #ff7e00;
    color: #fff;
    border: 1px solid #ff7e00;
}

#pages li.active {
    background-color: #ff7e00;
    color: #fff;
    border: 1px solid #ff7e00;
}

#pages li.active a {
    color: #fff;
}

#pages li span {
    font-size: 16px;
}

#pages li.disabled {
    color: #ccc;
}

.news-main {

    /* height: 1450px; */
    margin-top: 35px;
    /* overflow: hidden; */
}

.news-main .news-list-item {
    width: 1200px;
    display: block;
    margin: 0 auto;
    height: 230px;
    /* margin-bottom: 20px; */

    transition: 0.5s ease;
    position: relative;
    border-bottom: 1px dashed #000;

}

.news-main .news-list-item .bjs-a {
    position: absolute;
    width: 1260px;
    height: 230px;
    left: -30px;
    top: 0;
    display: none;

    background-color: #ff7e00;
}

.news-main .news-list-item .img {

    width: 300px;
    margin-right: 30px;
    height: 170px;
    overflow: hidden;
    float: left;
    margin-top: 30px;
    z-index: 3;
    position: relative;
}

.news-main .news-list-item .img img {

    width: 100%;
    height: 100%;

    transition: 0.5s ease;
}

.news-main .news-list-item .titlea {

    width: 720px;
    padding-top: 10px;
    float: left;
    margin-top: 30px;
    z-index: 3;
    position: relative;
    /* margin-top: ; */
}

.news-main .news-list-item .titlea .tti {

    font-size: 16px;
    margin-bottom: 30px;

}

.news-main .news-list-item .titlea p {

    color: #999999;
    overflow: hidden;
    /** 闅愯棌瓒呭嚭鐨勫唴瀹� **/
    word-break: break-all;
    text-overflow: ellipsis;
    /** 澶氳 **/
    display: -webkit-box;
    /** 瀵硅薄浣滀负浼哥缉鐩掑瓙妯″瀷鏄剧ず **/
    -webkit-box-orient: vertical;
    /** 璁剧疆鎴栨绱几缂╃洅瀵硅薄鐨勫瓙鍏冪礌鐨勬帓鍒楁柟寮� **/
    -webkit-line-clamp: 2;
    /** 鏄剧ず鐨勮鏁� **/
    margin-bottom: 15px;
}

.news-main .news-list-item .titlea .tips {

    display: flex;
    margin-top: 30px;
}

.news-main .news-list-item .titlea .tips p {

    margin-right: 20px;
}

.news-main .news-list-item .date {

    float: right;
    border-left: 1px solid #999;
    padding-left: 40px;
    margin-top: 85px;

    z-index: 3;
    position: relative;
}

.news-main .news-list-item .date .date_year {

    font-size: 24px;
}

.news-main .news-list-item .date .date_month {
    margin-left: 6px;
    margin-top: 2px;
}

.news-main .news-list-item:hover {



    /* transform: translateY(-20px); */
    border-bottom: 0;
    color: #fff;
}

.news-main .news-list-item:hover p {

    color: #fff;
}



.news-main .news-list-item:hover .date {
    border-left: 1px solid #fff;
}

.news-main .news-list-item:hover img {

    transform: scale(1.1);
}

.case-nav {

    margin: 0 auto;
    margin-top: 30px;
    /* width: 430px; */

     display: flex; 
    justify-content: center;
}

.case-nav a {

    width: 119px;
    line-height: 50px;
    text-align: center;
    float: left;
    border-radius: 10px;
    background-color: #e6e6e6;
    cursor: pointer;
    display: block;
    font-size: 18px;
    transition: 0.5s ease;
    margin-right: 35px;
}

.case-nav a:nth-child(8n) {
    margin-right: 0;
}

.case-nav a.active_case {

    background-color: #ff7e00;
    color: #fff;

}


.about-main-nav-item {

    width: 248px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    display: block;
    background-color: #efefed;
    float: left;
    margin-top: 15px;
    font-size: 18px;
    margin-right: 69px;
}



.about-main-nav-item:nth-child(4) {

    /* float: right; */
    margin-right: 0;
}

.about-main-nav-item span {

    width: 0px;
    height: 0;
    display: block;
    border-left: 10px solid transparent;
    border-bottom: 10px solid #efefed;
    border-right: 10px solid transparent;
    margin: -10px auto;

}

.about-main-nav-item-active {
    color: #fff !important;
    background-color: #ff7e00;
}

.about-main-nav-item-active span {
    border-bottom: 10px solid #fff;
}

.honor {

    margin-top: 35px;
}

.zoujin-cont img {

    width: auto;
    max-width: 100%;
    text-align: left;
}

.honor-item {

    width: 260px;
    height: 373px;
    overflow: hidden;
    margin-right: 48px;
    margin-bottom: 48px;
    float: left;
    border: 2px solid #fff;
    transition: 0.5s ease;
}

.honor-item img {
    width: 100%;
}

.honor-item:nth-child(4n) {
    margin-right: 0;
}

.honor-item:hover {
    border: 2px solid #ff7e00;
}

.contact-main {

    height: 570px;
    box-shadow: 0 0 10px #ff7e00;
    margin-top: 40px;
    position: relative;
    z-index: 5;
    background-color: #fff;
}

.contact-main .left {
    width: 600px;
    float: left;
    margin-left: 62px;

}

.contact-main .left .tt {
    margin-top: 50px;
    display: flex;
    font-size: 18px;
}

.contact-main .left .tt img {
    width: 38px;
    height: 38px;
    margin-right: 10px;
}

.contact-main .left .tt p {
    font-size: 18px;
    margin-top: 5px;
}

.contact-main input {

    height: 38px;
    background-color: #efefef;
    border: none;
    outline: none;
    border-left: 4px solid #ff9833;
    padding-left: 10px;
    line-height: 35px;
    margin-top: 25px;
}

#name {

    width: 260px;
    float: left;
}

#tel {

    width: 260px;
    float: right;
}

#email {

    width: 587px;
}

#cont {
    width: 587px;
    height: 160px;
    background-color: #efefef;
    border: none;
    outline: none;
    border-left: 4px solid #ff7e00;
    padding-left: 10px;
    line-height: 35px;
    margin-top: 25px;
}

.contact-main button {
    /* display: block; */
    width: 144px;
    height: 54px;
    color: #ffffff;
    border: none;
    border-radius: 27px;
    outline: none;
    display: block;
    text-align: center;
    background-color: #ff7e00;
    margin: 0 auto;
    margin-top: 50px;
    cursor: pointer;
    transition: 0.5s ease;
}

.contact-main button:hover {

    padding-left: 15px;
}

.contact-main .right {

    width: 470px;
    height: 100%;
    float: right;
    background-color: #ff7e00;
}

.contact-main .right .tt {

    margin-top: 50px;
    display: flex;
    font-size: 18px;
    margin-left: 40px;
    color: #fff;

}

.contact-main .right .tt img {
    width: 38px;
    height: 38px;
    margin-right: 10px;
}

.contact-main .right .tt p {
    font-size: 18px;
    margin-top: 5px;
}

.contact-main .right .lxit {

    margin-left: 45px;
    /* display: flex; */
    color: #fff;
    height: 45px;
}

.contact-main .right .lxit img {

    width: 20px;
    /* height: 20px; */
    float: left;
    margin-right: 15px;
    margin-top: 1px;
}

.contact-main .right .lxit p {

    float: left;
    font-size: 16px;
    margin-top: -3px;
}

.contact-main .right .lxit p.aa {

    width: 300px;
    line-height: 1.9em;
    margin-top: -6px;
}

.contact-main .a-img {

    display: block;
    margin: 0 auto;
}

.zoujin-bj {
    background-color: #f8f8f8;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.zoujin-bj .zoujin-tit {
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 30px;
    border-bottom: 1px dashed #bbb;
    text-align: center;
}

.zoujin-bj .zoujin-cont {

    margin-top: 35px;
}

.zoujin-bj .zoujin-cont p {
    line-height: 1.8em;
    font-size: 16px;
    /* text-indent: 2em; */
}

.zoujin-video {

    margin-top: 40px;
    display: flex;
}

.zoujin-video-cont .titls {

    display: flex;
    font-size: 28px;
    font-weight: 700;
    margin-top: 30px;
    margin-bottom: 30px;
}

.zoujin-video-cont {

    margin-left: 45px;
}

.zoujin-video-cont img {

    width: 35px;
    height: 35px;
    display: block;
    margin-right: 25px;
}

.zoujin-video-cont>p {

    font-size: 16px;
    margin-bottom: 30px;
}

iframe {

    width: 800px;
    height: 680px;
}

.product_nav {

    width: 990px;
}

.product_nav a {

    width: auto;
    padding: 0 25px;
}

.gcjsfu {

    margin-top: 50px;
}

.gcjsfu-tit {

    font-size: 30px;
    color: #ff7e00;
    font-weight: 700;
}

.gcjsfu-desc {
    background-color: #f6f6f6;
    line-height: 77px;
    font-size: 18px;
    margin-top: 35px;
    padding-left: 40px;
}

.youx {
    margin-top: 60px;
    /* display: flex; */
    /* width: 1100px; */
}

.youx li {
    cursor: pointer;
    float: left;
    width: 25%;
    position: relative;
    /* margin-right: 52px; */
}

.youx li img {
    width: 50px;
    height: 17px;
    right: -15px;
    top: 35%;
    /*opacity: 0;*/
    transition: 0.5s ease;
    position: absolute;
    animation: imove 2s linear infinite;
}


@keyframes imove {
    form{
        transform: rotateX(180deg);
    /*  transform: rotateX(360deg);*/
    }
  to{
        transform: rotateX(360deg);
    /*  transform: rotateX(360deg);*/
    }
}


.youx li:nth-child(4) img {
    display: none;
}



.youx li:hover .cpsj {
    color: #ff7e00;
}

.youx li:hover span {
    color: #ff7e00;
}

.youx .waiy {
    width: 174px;
    height: 174px;    box-shadow: 0px 0px 3px 3px #ff7e00;
    margin: 0 auto;    border: 1px solid #ff7e00;
    transition: 0.5s ease;
}

.youx .neiy span {
    display: inline-block;
    width: 100%;
    height: 160px;
    line-height: 160px;
    font-size: 40px;
    color: #9c9c9c;
    text-align: center;
    font-weight: 800;
    transition: 0.5s ease;

}

.youx .neiy {
    width: 160px;
    height: 160px;
        border: 1px solid #ff7e00;
    margin: 6px;
    transition: 0.5s ease;
}

.bb1 {
    border: solid 1px rgb(212, 212, 212);
    border-radius: 50%;

}

.cpsj {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
    line-height: 67px;
    text-align: center;
    transition: 0.5s ease;

}

.msen {
    font-size: 14px;
    color: #999;
    text-align: center;

}

.youx li:hover .waiy {
    border: 1px solid #ff7e00;
    box-shadow: 0px 0px 3px 3px #ff7e00;
}

.youx li:hover .neiy {
    border: 1px solid #ff7e00;
    /* box-shadow: 0px 0px 3px 3px #ffae00; */
}

.gcjsfu-list-item {

    width: 370px;
    /* margin-top: 40px; */
    box-shadow: 0px 0px 5px 3px #eee;
    float: left;
    overflow: hidden;
    border-radius: 15px;
    height: 570px;
    margin-right: 45px;
    position: relative;

}

.gcjsfu-list-item:nth-child(3) {

    margin-right: 0;
}

.gcjsfu-list-item span img {

    width: 13px;
    height: 9px;
}

.gcjsfu-list-item .titls {

    height: 89px;
    background-image: linear-gradient(#fc664d, #f38a2b);
    text-align: center;
    line-height: 89px;
    font-size: 24px;
    color: #fff;
    margin-bottom: 35px;

}

.gcjsfu-list-item>img {

    width: 80%;
    left: 10%;
    position: absolute;
    bottom: -0;
    /* ; */
}

.gcjsfu-list-item p {
    width: 70%;
    margin: 0 auto;
    margin-bottom: 40px;
    display: flex;
    font-size: 20px;
    position: relative;
    z-index: 3;
}



.gcjsfu-list-item p span {

    width: 24px;
    height: 24px;
    text-align: center;

    line-height: 20px;
    border-radius: 50%;
    margin-right: 15px;
    background-color: #ffe9d3;
}

.gcjsjg {
    margin-top: 60px;
    height: 490px;
    background: url(../images/gcjsjg.png) 0 0 no-repeat;
    background-size: 100% auto;
    position: relative;

}

.gcjsjg-cont {

    position: relative;
}

.gcjsjg-cont .titles {

    padding-top: 25px;
    font-size: 20px;
    color: #fff;
}

.gcjsjg-item {

    color: #fff;
    text-align: center;
    position: absolute;
    /* top: 0; */

}

.gcjsjg-item p {

    text-align: center;
    font-size: 22px;
    margin-bottom: 15px;
    font-family: "黑体";
    font-weight: 700;
}

.gcjsjg-item .tis {
    font-size: 20px;
    font-weight: 700;
}

.gcjsjg-item .y {

    width: 26px;
    height: 26px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin: 0 auto;
    margin-top: 25px;
    margin-bottom: 20px;
    animation: fmove 2s linear infinite forwards;

}

.gcjsjg-item .y .y-c {
    width: 15px;
    height: 15px;
    background-color: #fff;
    margin: 5.5px;
    border-radius: 50%;
}



@keyframes fmove {
    10% {
        opacity: 0
    }
 
   
 
  
  
   
    100% {
        opacity: 1
    }
}


.gcjsjg-item:nth-child(2) {


    top: 105px !important;
    left: 30px;
}

.gcjsjg-item:nth-child(3) {


    top: 145px !important;
    left: 195px;
}

.gcjsjg-item:nth-child(4) {


    top: 160px !important;
    left: 400px;
}

.gcjsjg-item:nth-child(5) {


    top: 95px !important;
    left: 600px;
}

.gcjsjg-item:nth-child(6) {


    top: 85px !important;
    left: 790px;
}

.gcjsjg-item:nth-child(7) {


    top: 100px !important;
    right: 193px;
}
.gcjsjg-item:nth-child(8) {


    top: 130px !important;
    right: 20px;
}

.jchfw-tit {

    margin: 30px auto;
    margin-top: 40px;
    display: flex;
    font-size: 18px;
}

.jchfw-tit img {

    width: 25px;
    height: 25px;
    margin-right: 15px;

}

.jchfw-desc {
    width: 1170px;
    padding: 15px;
    background-color: #f6f6f6;
    margin-bottom: 35px;
    line-height: 1.8em;
    font-size: 18px;
}

.jchfw-it {
    width: 282px;
    float: left;
    text-align: center;
    margin-right: 23px;
    margin-bottom: 23px;
    font-size: 18px;
    cursor: pointer;
}

.jchfw-it .img {

    width: 282px;
    border: 2px solid #ebebeb;
    text-align: center;
    overflow: hidden;
    line-height: 282px;
    height: 282px;
    transition: 0.5s ease;
    margin-bottom: 30px;

}

.jchfw-it .img img {
    width: auto;
    max-width: 100%;
}

.jchfw-it:nth-child(4n) {

    margin-right: 0px;
}

.jchfw-it:hover {
    color: #ff7e00;
}

.jchfw-it:hover .img {
    border: 2px solid #ff7e00;
    background-color: #fffefd;
    /* color: #ff7e00; */
}

.jchfw-it2 {

    width: 380px;
    float: left;
    text-align: center;
    margin-right: 30px;
    margin-bottom: 40px;
    cursor: pointer;
    font-size: 18px;
}

.jchfw-it2 .img {

    width: 380px;
    background-color: #fff;
    -webkit-box-shadow: 0 0px 10px #e9e9e9;
    box-shadow: 0 0px 10px #e9e9e9;
    height: 251px;
    text-align: center;
    transition: 0.5s ease;
    line-height: 251px;
    margin-bottom: 20px;

}

.jchfw-it2:hover .img {

    transform: translateY(-10px);

}

.jchfw-it2:nth-child(3n) {
    margin-right: 0;
}

.jchfw-it2:hover {

    color: #ff7e00;
}

.jchfw-it3 {

    width: 278px;
    float: left;
    height: 181px;
    text-align: center;
    margin-right: 29px;
    margin-bottom: 30px;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    position: relative;
}

.jchfw-it3:nth-child(4n) {
    margin-right: 0;
}

.jchfw-it3 .bjsa {

    position: absolute;
    top: -181px;
    left: 0;
    width: 278px;
    height: 181px;
    background: rgba(0, 0, 0, 0.4);
}

.jchfw-it3 .bjsa p {
    color: #fff;
}

.jchfw-it3 .bjsa img {

    width: 32px;
    margin-top: 40px;
    height: auto;
    margin-bottom: 10px;
    /* height: 31px; */
}

.jchfw-it3 .bjsa .xian {
    width: 30px;
    height: 2px;
    margin: 12px auto;
    background-color: #ff7e00;
}

.jchfw-it3 .tisa {

    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    padding: 10px 0;
    background: rgba(0, 0, 0, 0.4);
    text-align: center;
    color: #fff;
}

.jchfw-list2 .imgs {
    width: 600px;
    height: 372px;
    overflow: hidden;
    float: left;
}

.jchfw-list2 .liebiao-item {
    width: 600px;
    background-color: #f6f6f6;
    display: flex;
    height: 124px;
    align-items: center;
    cursor: pointer;
    transition: 0.5s ease;
}

.jchfw-list2 .liebiao-item span {

    font-size: 36px;
    margin-left: 40px;
    color: #ff7e00;
    margin-right: 30px;
    transition: 0.5s ease;
}

.jchfw-list2 .liebiao-item .tp {

    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 700;
    transition: 0.5s ease;
}

.jchfw-list2 .liebiao-item p {

    margin-bottom: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #666;
    transition: 0.5s ease;
}

.jchfw-list2 .liebiao-item:hover {
    background-color: #ff7e00;
    color: #fff;
}

.jchfw-list2 .liebiao-item:hover span {

    color: #fff;
}

.jchfw-list2 .liebiao-item:hover .tp {

    color: #fff;
}

.jchfw-list2 .liebiao-item:hover p {

    color: #fff;
}

.jialu-list,
.jiaju-show {

    margin-top: 45px;
}

.jialu-list-item {

    width: 380px;
    /* height: 2; */
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    font-size: 18px;
    cursor: pointer;
    text-align: center;
}

.jialu-list-item .img {

    width: 376px;
    border: 2px solid #efefef;
    height: 285px;
    line-height: 285px;
    text-align: center;
    background-image: linear-gradient(#bfc1c3, #e5e7e8);
    overflow: hidden;
    transition: 0.5s ease;
    margin-bottom: 20px;
}

.jialu-list-item .img img {
    width: 80%;
    /* height: 100%; */
}

.jialu-list-item:nth-child(3n) {
    margin-right: 0;
}

.jialu-list-item:hover .img {
    border: 2px solid #ff7e00;
}

.jialu-list-item:hover {

    color: #ff7e00;
}

.jiaju-show h1 {
    font-size: 28px;
    font-weight: 700;
}

.jiaju-show-title {
    display: flex;
    height: 66px;
    background-color: #ff7e00;
    align-items: center;
    color: #fff;
    font-size: 18px;
    margin-top: 40px;
}

.jiaju-show-title img {
    width: 20px;
    height: 20px;
    margin-left: 25px;
    margin-right: 25px;
}

.jiaju-show-desc {

    width: 1140px;
    margin: 30px 0;
    padding: 30px;
    background-color: #efefef;
    font-size: 18px;
}

.jiaju-show-desc .pa {

    display: flex;
    margin-bottom: 18px;
}

.jiaju-show-desc .pa p {

    margin-right: 30px;
}

.jiaju-show-desc .pa span {

    width: 5px;
    height: 5px;
    display: inline-block;
    float: left;
    background-color: #000;
    border-radius: 50%;
    margin-top: 10px;
    margin-right: 15px;
}

.jiaju-show-list {

    margin-top: 25px;
}

.jiaju-show-list-item {
    width: 376px;
    height: 291px;
    /* height: 2; */
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
    overflow: hidden;
    font-size: 18px;
    cursor: pointer;
    line-height: 291px;
    border: 2px solid #efefef;
    text-align: center;
    transition: 0.5s ease;
}

.jiaju-show-list-item img {

    width: 100%;
}

.jiaju-show-list-item:nth-child(3n) {

    margin-right: 0;
}

.jiaju-show-list-item:hover {
    border: 2px solid #ff7e00;
}
.jiaju-show-list-items {
    width: 580px;
    height: 291px;
    /* height: 2; */
    float: left;
 
    margin-bottom: 30px;
    overflow: hidden;
    font-size: 18px;
    cursor: pointer;
    line-height: 291px;
    border: 2px solid #efefef;
    text-align: center;
    transition: 0.5s ease;
}

.jiaju-show-list-items iframe {
    width: 580px !important;
    height: 291px !important; 
}

.jiaju-show-list-items:nth-child(2n) {

  float: right;
}

.jiaju-show-list-items:hover {
    border: 2px solid #ff7e00;
}

.cases-show h1 {
    text-align: center;
    margin-top: 30px;
    font-weight: 700;
    font-size: 28px;
}

.cases-show .cases-hits {

    height: 50px;
    margin-top: 30px;
    background-color: #efefef;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 300px;
}

.cases-show-title {
    display: flex;
    height: 40px;
    /* background-color: #ff7e00; */
    align-items: center;
    font-weight: 700;
    font-size: 18px;
    /* margin-top: 20px; */
}

.cases-show-title img {
    width: 20px;
    height: 20px;
    /* margin-left: 25px; */
    margin-right: 25px;
}

.cases-show-desc {
    width: 1140px;
    margin: 30px 0;
    margin-top: 15px;
    padding: 30px;
    background-color: #efefef;
    font-size: 16px;
    line-height: 1.8em;
}

.zhineng {
    margin-top: 45px;
}

.zhineng-tit {

    font-size: 28px;
    color: #ff7e00;
    font-weight: 700;
    margin-bottom: 35px;
}

.zhineng-desc {
    width: 1170px;
    padding: 15px;
    background-color: #f6f6f6;
    margin-bottom: 35px;
    font-size: 18px;
    line-height: 1.8em;
}

.zhineng-list {
    /* height: 8px; */
    display: flex;
    /* background-color: #ffe9dd; */

}

/* .zhineng-xian p{
    width: 25%;
    
}
.zhineng-xian p span{

    display: block;
    width: 19px;
    height: 19px;
    border-radius: 19px;
    margin: 0 auto;
    margin-top: -4px;
    background-color: #f36800;
} */
.zhineng-list-item {
    position: relative;
    width: 25%;
    height: 283px;
    padding-bottom: 15px;
    padding-left: 25px;
    cursor: pointer;
    /* border-bottom: 8px solid #ffe9dd; */
    /* float: left; */
}

.zhineng-list-item:nth-child(2n) {

    border-top: 8px solid #ffe9dd;
    margin-top: 298px;
    padding-top: 20px;
}

.zhineng-list-item:nth-child(2n-1) {

    border-bottom: 8px solid #ffe9dd;
    /* margin-top: 400px; */
}

.zhineng-list-item span {

    font-size: 36px;
    color: #ff7e00;
    font-weight: 700;
}

.zhineng-list-item .zn-tit {
    font-size: 20px;
    margin: 12px 0;
}

.zhineng-list-item p {
    margin-bottom: 15px;
}

.zhineng-list-item .img {

    width: 211px;
    height: 143px;
    border-radius: 10px;
    overflow: hidden;
}

.zhineng-list-item .img img {

    width: 100%;
}

.zhineng-list-item i {
    display: block;
    width: 19px;
    height: 19px;
    border-radius: 19px;
    margin: 0 auto;
    margin-top: -4px;
    left: 50%;
    position: absolute;
    background-color: #faa96d;
}

.zhineng-list-item:nth-child(2n) i {

    top: -8px;
}

.zhineng-list-item:nth-child(2n-1) i {

    bottom: -15px;
}

.zhineng-list-item:nth-child(2n) .img {

    margin-top: 15px;
    margin-bottom: 25px;
}

.zhineng-bj {

    width: 100%;
    margin-top: 50px;
    height: 734px;
    background: url(../images/znbj.png) 50% 0 no-repeat;
    background-size: 1920px 734px;
    overflow: hidden;
    position: relative;
}

.container {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

canvas {
    display: block;
    vertical-align: bottom;
}

#particles-js {
    width: 100%;
    height: 95%;
}

.htmleaf-header {
    color: #fff;
}

.zhineng-lista {

    margin-top: 80px;
}

.zhineng-list-items {
    width: 33.33%;
    text-align: center;
    float: left;
    margin-bottom: 80px;
}

.zhineng-list-items img {
    width: 54px;
    height: 54px;
}

.zhineng-list-items .img {
    width: 126px;
    height: 126px;
    background-color: #ff7e00;
    border-radius: 50%;
    text-align: center;
    line-height: 105px;
    margin: 0 auto;
    margin-bottom: 20px;
}

.zhineng-list-items .i {
    width: 106px;
    height: 106px;
    border-radius: 50%;
    margin: 0 auto;
    margin-top: 8px;
    display: inline-block;
    border: 1px dashed #fff;
}

.zhineng-list-items p {

    color: #ff7e00;
    font-size: 22px;
    font-weight: 700;
}

.zhineng-list-items:nth-child(4) {
    margin-left: 16.66%;
}

.show-main h1 {

    font-size: 20px;
}

.show-main .titles {

    text-align: center;
    margin-bottom: 25px;
}

.show-main .titles .tis {

    display: flex;
    margin: 20px auto;
    width:600px;
    background-color: #efefef;
    padding: 15px 300px;
    
    justify-content: space-between;
}

.show-main .cont img {

    max-width: 100%;
    width: auto;
}

.show-main .cont p {

    line-height: 1.9em;
}

.syy {

    display: flex;
    justify-content: space-between;
    margin-top: 25px;
}

        .other_pro {
            margin-bottom: 60px;
        }

        /**/
        .cp_cont {
            padding: 20px;   
               height: 421px;
            /*overflow: hidden;*/
            margin-top: 20px;
        }

        .cp_cont .cp_cont_img {
            width: 40%;
            height: 421px;
            display: block;
            overflow: hidden;
            transition: all 0.5s;
            background: #f0f3fa;
        }

        .cp_cont .cp_cont_img img {
            width: 100%;
            height: 100%;
            transition: all 0.5s;
        }

        .cp_cont .cp_cont_img:hover img {
            transform: scale(1.1);
        }

        .cp_cont_txt {
            background: #efefef;
            width: 55%;
            padding: 20px;
            height: 384px;
        }

        .cp_cont_txt h3 {
            padding-top: 30px;
            font-size: 30px;
            color: #000000;
            padding-bottom: 20px;
            border-bottom: 1px solid #e2e2e2;
        }

        .cp_cont_txt p {
            font-size: 16px;
            padding-top: 20px;
            height: 160px;
            line-height: 30px;
            border-bottom: 1px solid #e2e2e2;
            padding-bottom: 20px;
        }

        .cp_cont_txt ul {
            margin-top: 30px;
        }

        .cp_cont_txt ul li {
            float: left;
            height: 50px;
            margin-right: 20px;
            width: 200px;
            background: #ff7e00;
        }

        .cp_cont_txt ul li a {
            text-align: center;
            display: block;
            height: 50px;
            color: #fff;
            font-size: 16px;
            line-height: 50px;
        }

        .cp_cont_txt ul li:hover {
            background: #2e384d;
        }

        .other_pro_cont {
            margin-top: 30px;
            /*overflow: hidden;*/
            position: relative;
            /*width: 100%;*/
        }

        .xq_nav {
            /*display: flex;*/
            height: 60px;
            width: 1200px;
            margin-bottom: 30px;
            /*overflow: hidden;*/
        }
        .xq_nav ul{
            display: flex;
            height: 60px;
            width: 1200px;
            margin-bottom: 30px;
        }
        .xq_nav ul li {
            width: 20%;
            /*float: left;*/
            height: 60px;
            line-height: 60px;
            border-bottom: 5px solid #e7e7e7;
        }

        .xq_nav ul li p {
            text-align: center;
            font-size: 20px;
            cursor: pointer;
        }

        .xq_nav ul li:hover {
            border-bottom: 5px solid #ff7e00;
        }

        .xq_nav ul li.hover {
            border-bottom: 5px solid #ff7e00;
        }

        .xq_nav ul li.hover p {
            color: #ff7e00;
        }

         .fl {
            float: left;
        }

        .fr {
            float: right;
        }



/*---------------------------------*/

.xq_box {
            margin-top: 30px;
        }

        .xq_list h5 {
            font-size: 20px;
            padding-left: 30px;
            background: url(../img/incon.png) no-repeat left center;
        }

        .xq_nr {
            margin-top: 20px;
        }

        .xq_nr p {
            font-size: 16px;
            line-height: 30px;
        }

        .xq_nr table {
            border-collapse: collapse;
            width: 100% !important;
            height: auto;
        }

        .xq_nr table td {
            border: 1px solid #cad3de;
            /*height: 30px !important;
    line-height: 60px  !important;*/
            text-align: center;
        }

        .xg_img {
            margin-top: 30px;
            width: 100%;
            overflow: hidden;
            margin-bottom: 20px;
        }

        .xg_img h5 {
            font-size: 20px;
            color: #0462A6;
        }


        .pro_box_list {
        overflow: hidden;
        margin-bottom: 20px;
        margin-top: 30px;
        clear: both;
    }
    .pro_box_list li {
        margin-right: 20px;
        float: left;
    }
    .pro_box_list h4 {
        font-size: 28px;
        color: 0462 a6;
    }
    .pro_box_list .pro_h2 {
        margin-top: 20px;
        overflow: hidden;
    }
    .pro_box_list .pro_h2 p {
        float: left;
        width: 80%;
        font-size: 16px;
        line-height: 35px;
    }
    .pro_box_list .pro_h2 a {
        display: block;
        width: 15%;
        height: 40px;
        font-size: 15px;
        float: right;
        background: #ff7e00;
        color: #fff;
        text-align: center;
        line-height: 40px;
    }

.section1_slide {
    background: #ffffff;
    /*border/*/
    width: 374px !important;
    height: 557px ;
    transition: all 0.5s ease-out;
}
.section1_slide:hover {
    transition: all 0.5s;
    background: #ff7e00;
}
.section2_slide {
    height: 531px ;
    background: #f0f3fa;
}
.slide_img {
  width: 374px !important;
    display: block;
    overflow: hidden;
    height: 335px;
    text-align: center;
    margin-top: 20px;
}
.slide_img img {
    width: 374px;
    display: block;
    overflow: hidden;
    margin-top: 20px;
}
.slide_txt {
    margin-top: 10px;
    text-align: center;
}
.slide_txt a {
    display: block;
    height: 50px;
    font-weight: bold;
    font-size: 20px;
    line-height: 50px;
}
.slide_txt p {
    width: 320px;
    /*line-height: 30px;*/
    /*padding: 10px;*/
    /*height: 60px;*/
    font-size: 18px;
    /*margin-top: 20px;*/
    margin: 20px auto;
    overflow: hidden;  /** 隐藏超出的内容 **/
    word-break: break-all;
    text-overflow: ellipsis; /** 多行 **/
    display: -webkit-box; /** 对象作为伸缩盒子模型显示 **/
    -webkit-box-orient: vertical; /** 设置或检索伸缩盒对象的子元素的排列方式 **/
    -webkit-line-clamp: 3; /** 显示的行数 **/
}