/*
author：pcwl888.cn
首页样式
time:2021-8-11
*/
@charset "utf-8";
/*首页关于我们*/
.about{display: flex; background: url(../images/uybb.jpg); background-size: 100%; height: 100%; background-attachment: fixed; }
.aboutc{ width: 1300px; padding:125px 0; }
.aboutj{ width: 680px;}
.aboutj h3{ font-size: 32px; color: #333; }
.aboutpic{ width: 550px; height: 389px; overflow: hidden;}
.aboutpic img{ width:100%;  display: flex; border-radius: 20px; transition: all 0.8s; }
.aboutpic img:hover{transform:scale(1.2); transition: all 0.8s; }
.aboutj span{ width: 60px; height: 3px; background: #b5820f; display: block; margin:20px 0; }
.aboutj p{ line-height: 2; font-size: 14px; text-indent: 2em; color: #696969; }
.aboutj h4{ font-size: 24px; color: #b5820f; padding-right: 100px; line-height: 1.6; padding-top:15px; padding-bottom: 15px; }
/*.aboutj a{ width: 220px; height: 40px; border:1px solid #f00; color: #f00; padding:8px 60px; font-size: 16px; line-height: 40px; text-align: center; border-radius: 30px; }*/
/*.aboutj a:hover{ background: #f00; color: #fff; }*/
.aboutj a{ font-size: 15px; border-radius: 20px; }
.aboutj_btn{position:relative;  padding:10px; display: block;  width: 180px; text-align:center; color:#f00;  cursor:pointer; border-radius:4px;  border:1px solid #f00;}
.aboutj_btn:after,.aboutj_btn:before{content:'';position:absolute; left:0; top:0; width:0; height:100%; /*background:#f00;*/ z-index:-2;border-radius:4px; border-radius: 20px;}
.aboutj_btn:hover{z-index:1; background:transparent; border-radius: 20px;}
.aboutj_btn:before{transition:.5s; background:#f00; z-index:-1;border-radius: 20px; }
.aboutj a:hover.aboutj_btn{ color: #fff; }
.aboutj_btn:hover:after,.aboutj_btn:hover:before{ width:100%; border-radius: 20px; }

/*首页产品*/
.case-content-bg {
    padding-bottom: 0;
    height: 590px;
    /*background: url("../images/bg.png") no-repeat;*/
    background: #fefefe;
    background-size: cover;
    background-position: center 50%;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
    background-attachment: fixed;
}
.case-content-info {
    background-position: center 10%;
    padding: 80px 0;
}
.case-box {
    width: 1300px;
    margin: 0 auto;
    position: relative;
}
/*.case-box-title {
    text-align: center;
    color: #fff;
    font-weight: normal;
    padding-bottom: 40px;
}
.case-box-title em {
    display: block;
    margin-bottom: 14px;
    font-style: normal;
    font-size: 36px;
    font-weight: normal;
    color: #333;
    font-weight: bold;
}
.case-box-title span {
    font-size: 16px;
    opacity: .6;
    color: #696969;
    text-align: center;
}*/
.case-item {
    cursor: pointer;
    width: 242px;
    height: 390px;
    float: left;
    display: block;
    margin: 20px 0 0 0;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    /*background-image: -webkit-linear-gradient(bottom, rgba(72, 72, 79, 0.3) 0%, #00316d 100%);
    background-image: -moz-linear-gradient(bottom, rgba(72, 72, 79, 0.3) 0%, #00316d 100%);
    background-image: -moz-linear-gradient(to top, rgba(72, 72, 79, 0.3) 0%, #00316d 100%);
    background-image: -o-linear-gradient(to top, rgba(72, 72, 79, 0.3) 0%, #00316d 100%);
    background-image: linear-gradient(to top, rgba(72, 72, 79, 0.3) 0%, #00316d 100%);*/
    background-repeat: repeat;
    border:1px solid #d9d9d9;
    background: #fefefe;
}
.case-wrapper .case-item:hover {
    margin-top: 0;
    height: 410px;
    background-color: #e4e4e4;		
}
.case-item-bg1 {
    margin: auto;
    background: url(../images/case-logo001.png) no-repeat center;
    background-size: contain;
}
.case-item-bg2 {
    margin: auto;
    background: url(../images/case-logo002.png) no-repeat center;
    background-size: contain;
}
.case-item-bg3 {
    margin: auto;
    background: url(../images/case-logo003.png) no-repeat center;
    background-size: contain;
}
.case-item-bg4 {
    margin: auto;
    background: url(../images/case-logo004.png) no-repeat center;
    background-size: contain;
}
.case-item-bg5 {
    margin: auto;
    background: url(../images/case-logo005.png) no-repeat center;
    background-size: contain;
}
.case-item-bg {
    width: 120px;
    height: 120px;
    border-radius: 50px;
    margin-top: 50px;
}
.case-item-title {
    font-size: 19px;
    color: #002e62;
    text-align: center;
    margin: 20px 0;
    line-height: 40px;
    font-weight: 600;
}
.case-item-text {
    font-size: 14px;
    color: #666;
    line-height: 24px;
    height: calc(100% - 338px);
    margin: 0 30px;
    overflow: hidden;
    text-align: center;
}
.case-item-doc {
    padding: 10px 0px;
    width: 100%;
    bottom: 0;
    position: absolute;
    /*background: #27272e;*/
    background: rgba(0,0,0,0.2);
}
.case-item-doc p {
    line-height: 30px;
    margin: 0;
    font-size: 16px;
    color: #333;
    text-align: center;
}
.case-item-doc p a {
    font-size: 14px;
    color: #fff;
    float: left;
    width: calc(50% - 1px);
    text-decoration: none;
}
.case-item-doc a+a::before {
    content: '|';
    float: left;
    color: rgba(102,102,102,0.6);
    text-decoration: none;

}
.case-wrapper .case-item+.case-item {
    margin-left: 20px;
}
.case-wrapper .case-item .case-item-doc a+a {
    text-align: right;
}
.case-wrapper .case-item a:hover {
    text-decoration: none;
}

/*首页优势*/
.advan{ width: 100%; display: flex; background: #f0f1f5; flex-direction: column; }
.index_title{ text-align: center; padding:30px 0; } 
.index_title h2{ font-size: 36px; color: #000; } 
.index_title span{ width: 60px; height: 3px; background: #e07f21; display: block; margin:10px auto;  }
.index_title p{ font-size: 16px; color: #696969; font-family: 微软雅黑; }
.advanc{ width: 1300px; margin:0 auto;  display: flex; flex-direction: row; margin-bottom: 70px; }
.adva_sub{ width: 33.33%; box-sizing: border-box; margin:10px;  }
.adva_sub_top{ width: 100%; height: 300px; margin-bottom: 20px;  }
.adva_sub_top a{  display: block; width: 100%; }
.adva_sub_top a img{ display: block; width: 100%; height: 300px; }

.adva_sub_top{ background: #fff;  height: 300px; }
.adva_sub_top dl{ text-align: center; vertical-align: middle; display: table-cell; height: 300px; }
.adva_sub_top dl dt{ font-size: 24px; color: #000; font-weight: 600;  }
.adva_sub_top dl dd{ font-size: 15px; line-height: 1.8; padding:0 15px; color: #000; }
.adva_sub_top dd.line{ width: 30px; height: 2px; background: #f00;  text-align:center; display: inline-block; margin-top: 16px;margin-bottom: 5px;}


.adva_sub_bottom{ background: #fff;  height: 300px; }
.adva_sub_bottom dl{ text-align: center; vertical-align: middle; display: table-cell; height: 300px;}
.adva_sub_bottom dl dt{ font-size: 24px; color: #333; font-weight: 600; }
.adva_sub_bottom dl dd{ font-size: 15px; line-height: 1.8; padding:0 15px; color: #696969; }
.adva_sub_bottom dd.line{ width: 30px; height: 2px; background: #f00;  text-align:center; display: inline-block; margin-top: 16px;margin-bottom: 5px;}

/*首页案例*/
.case{ width: 1300px; margin:0 auto; padding-bottom: 40px; padding-top:40px;  }
.case_title{ width: 100%; display: flex;  padding:20px 0;}
.case_title h2{ font-size: 30px; color: #333; flex: 1; flex-direction: row; } 
.case_title span{ height: 3px; background: #f00; width: 100px; display: block;  margin-top:10px; }
.case_title p{ font-size: 14px; font-weight: normal; padding-top:8px; color: #333; }

/*.case_title a{ border:1px solid #E70012; border-radius: 20px; width: 130px; height: 30px; font-size: 16px; text-align: center; line-height: 30px; margin-top: 33px;}
.case_title a:hover{ background:#E70012; color: #fff;  background:transparent; } */

.case_title a{ font-size: 15px; border-radius: 20px; height: 20px;  border:1px solid #f00; float: right;}
.case_btn{position:relative;  padding:10px; display: block;  width: 180px; text-align:center; color:#f00;  cursor:pointer; border: none; }
.case_btn:after,.case_btn:before{content:'';position:absolute; left:0; top:0; width:0; height:100%; /*background:#f00;*/ z-index:-2;border-radius:4px; border-radius: 20px;}
.case_btn:hover{z-index:1; background:transparent;  }
.case_btn:before{transition:.5s; background:#f00; z-index:-1;}
.case_title a:hover.case_btn{ color: #fff; }
.case_btn:hover:after,.case_btn:hover:before{ width:100%; border:0; }

.con{height:435px; background:#fff; margin:27px auto; }
.con ul li{width:313px;height:235px;float:left;margin-right:15px;margin-bottom:15px;position:relative;overflow:hidden;cursor:pointer;}
.con ul li a{ display: block; height: 235px; width: 100%; }
.con ul li a img{ width: 100%; height: auto; max-width: 313px;  }

.con ul li:nth-child(4),.con ul li:nth-child(8){ margin-right:0px; }
.txt{width:312px; height:45px;background:rgba(0,0,0,0.6);/*透明背景色，不透明其文字内容*/position:absolute;left:0;bottom:0;color:#fff;font-family:"微软雅黑";}
.txt h3{font-size:20px;font-weight:100;height:45px;text-align:center;line-height:45px;}
.txt p{font-size:14px;text-align:center;}

/*首页新闻*/
.new{ width: 100%; display: flex;  background: url(../images/bg156.jpg); }
.new_box{ width: 1300px;  margin:0px auto; padding-top: 50px; padding-bottom: 80px; }
.new_box_L{ width: 760PX; }
/*.case_title{ border:1px solid #eee; }*/
.new_img{ width: 390px; height: 291px; position: relative; }
.new_img a{ display: block; width: 100%; }
.new_img a img{ width: 100%; height: 100%; }
.new_img a span{ background: #000;  position: absolute; bottom:0; height: 45px; width: 100%; display: block; opacity: 0.8 }
.new_img a span p{  line-height: 45px; color: #fff; font-size: 16px; padding-left: 10px; overflow: hidden;white-space: nowrap;text-overflow: ellipsis;}
.new_box_list_L ul { width: 350px; display: block;  margin-top:-10px;  }
.new_index_list li{ height: 40px; line-height: 40px; border-bottom: 1px dashed #c2c2c2; }
.new_index_list li a{ font-size: 15px; }
.new_index_list li a span{ font-size: 15px; float: right; }

.new_box_R{ width: 500px; }
.new_box_R ul{ margin-top:-10px; }

.case_title a{ font-size: 15px; border-radius: 20px; height: 20px;  border:1px solid #f00; float: right;}
.new_btn{position:relative;  padding:8px; display: block;  width: 90px; text-align:center; color:#f00;  cursor:pointer; border: none; }
.new_btn:after,.new_btn:before{content:'';position:absolute; left:0; top:0; width:0; height:100%; /*background:#f00;*/ z-index:-2;border-radius:4px; border-radius: 20px;}
.new_btn:hover{z-index:1; background:transparent;  }
.new_btn:before{transition:.5s; background:#f00; z-index:-1;}
.case_title a:hover.new_btn{ color: #fff; }
.new_btn:hover:after,.new_btn:hover:before{ width:100%; border:0; }


/*单页*/
.n_banner{ margin-top:116px; }
.page{ width: 1300px; margin:0 auto;}
.page_title{ font-size: 30px; line-height: 70px; padding-top:40px; text-align: left; font-weight: bold; border-bottom: 1px solid #999; }
.page_ny{padding:20px 0; line-height: 32px;}
.page_ny p{ font-size: 15px; }

/*新闻*/
.list{ width: 1300px;  margin:15px auto; display: flex;  }
.listL{ width: 20%; border:1px solid #e4e4e4;  }
.listR{ width: 78%; margin-left: 2%;    }
.listbar{ background: #e4e4e4; padding:10px 0;  }
.listbar h3{ font-size: 30px; font-weight: bold; color: #002F63;}
.listbar h5{ font-size: 15px; text-transform: uppercase; font-family: Fantasy; padding-left: 63px; color: #bcbcbc; font-weight: normal;}
.listicon{ padding-right: 10px; padding-left: 15px; width: 40px; height: 40px;  }
.listL ul{ padding:10px; }
.listL ul li{ height: 45px;  font-size: 16px; background: #f8f8f8; margin-bottom: 15px; line-height: 45px; display: flex; flex-direction: row; margin-top: 10px; }
.listL ul li a{ display: block; width:90%; color: #333;   }
.listL ul li i{ display: block; width: 20px; height: 5px; background-color: #003773; line-height: 45px; justify-content: middle; position:relative; top:40%; margin-left: 10px; margin-right: 10px;}
.listL ul li:hover{ background: #002F63; }
.listL ul li a:hover{ color: #fff; }
.listL ul li:hover i{ transition: all 0.6s; transform: scale(1.4); background-color: #fff; color: #fff; }


.listarc{ box-shadow: 0 0 10px rgba(0, 0, 0, 10%); padding:10px; display: flex; width: 100%; margin-bottom: 20px; }
.listarc:hover{ background: rgb(0 0 0 / 5%); }
.listarc a{ display: flex; flex-direction: row; width: 100%;  }
.listarc a .list_pic{ width: 19%; height: 153px; position: relative; border: 1px solid #f2f2f2; overflow: hidden; }
.listarc a .list_pic img{ max-width: 97%; max-height: 97%; line-height: 153px; position: absolute; top: 0; left: 0;right: 0; bottom: 0; margin: auto; transition: all .7s; }
.listarc:hover img{ transform: scale(1.1); }
.list_jj{ width: 77%; padding:10px;}
.list_jj h4{ font-size: 18px; font-weight: normal; font-style: normal; color: #333; }
.list_jj p{ font-size: 15px; line-height: 30px; color: #999; padding-top:10px; }
.list span{ margin-top: 20px; display: block; color: #999; font-size: 14px; }
.list span img{ padding-right: 10px; }

/*文章内容页*/
.ny_title{ font-size: 30px; line-height: 45px; text-align: center; }
.mess{ border-top:1px solid #d9d9d9; margin-top: 15px; }
.page_ny ul{  text-align: center;}
.page_ny ul.mess li{ padding:20px 8px; display: inline-block; height: 20px; line-height: 20px; font-size: 14px; color: #707070; }
.page_ny img{ max-width: 1300px; }

/*荣誉资质*/
.list_honner p{ color: #000; font-size: 16px; }
.list_honner_pic{ width: 100%; }
.list_honner_pic ul{  display: flex; flex-wrap: wrap; }
.list_honner_pic ul li{ width: 25%; flex-direction: row; max-width: 305px;   }
.list_honner_pic ul li a{ display: block; padding:10px; box-sizing: border-box; width: 100%; }
.list_honner_pic ul li a .honner_img{ background: #e4e4e4; height: 233px; }
.list_honner_pic ul li a .honner_img img{ height: 233px; max-width: 100%; padding:8px; box-sizing: border-box; max-height: 233px; }
.list_honner_pic ul li a .honner_title{ font-size: 15px; }

/*图片滚动*/
   .pcwl-h3 {
    text-align: center;
    margin-bottom: 30px;
    margin-top: 30px;
}
.pcwl-h3 h3 a {
    display: block;
    color: #014D9C;
    font-size: 26px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.pcwl-h3:hover h3 a {
    transform: translateY(20px);
    -webkit-transform: translateY(20px);
}
.pcwl-h3 span {
 *display: inline;
    _display: inline;
    display: inline-block;
    zoom: 1;
    font-size: 20px;
    color: #cdcdcd;
    position: relative;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    text-transform: uppercase;
}
.pcwl-h3:hover span {
    transform: translateY(-35px);
    -webkit-transform: translateY(-35px);
}
.pcwl-h3 span i,  .pcwl-h3 span em {
    position: absolute;
    top: 16px;
    float: left;
    width: 30px;
    height: 1px;
    margin: 0 auto;
    background-color: #bdbdbd;
}
.pcwl-h3 span i {
    left: -40px;
}
.pcwl-h3 span em {
    right: -40px;
}
   .image-list {
    margin-top: 45px;
    margin-bottom: 40px;
}
.image-list .content ul {
    width: 1300px;
}
.image-list .content ul li {
    float: left;
    width: 263px;
    padding: 20px;
    border: 1px solid #e4e4e4;
    margin-right: 26px;
    position: relative;
    -webkit-transition: all .8s ease-out;
    transition: all .8s ease-out;
}
.image-list .content ul li .border-top,  .image-list .content ul li .border-right,  .image-list .content ul li .border-bottom,  .image-list .content ul li .border-left {
    display: block;
    position: absolute;
    background-color: #014D9C;
    -webkit-transition: all .8s ease-out;
    transition: all .8s ease-out;
}
.image-list .content ul li .border-top {
    height: 1px;
    width: 0;
    left: -1px;
    top: -1px;
}
.image-list .content ul li:hover .border-top {
    width: 376px;
}
.image-list .content ul li .border-right {
    height: 0;
    width: 1px;
    right: -1px;
    top: -1px;
}
.image-list .content ul li:hover .border-right {
    height: 463px;
}
.image-list .content ul li .border-bottom {
    height: 1px;
    width: 0;
    right: -1px;
    bottom: -1px;
}
.image-list .content ul li:hover .border-bottom {
    width: 376px;
}
.image-list .content ul li .border-left {
    height: 0;
    width: 1px;
    left: -1px;
    bottom: -1px;
}
.image-list .content ul li:hover .border-left {
    height: 463px;
}
.image-list .content ul li .title-a {
    font-size: 18px;
    line-height: 35px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.image-list .content ul li:hover .title-a {
    color: #014D9C;
}
.image-list .content ul li .img {
    width: 100%;
    height: 230px;
}
.image-list .content ul li img {
    width: 100%;
    height: 200px;
}
.image-list .content ul li p {
    color: #999;
    text-indent: 2em;
    height: 69px;
    line-height: 23px;
    overflow: hidden;
    margin: 15px auto 20px;
}
.image-list .content ul li .more {
    display: block;
    width: 170px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    margin: 0 auto;
    border: 1px solid #d0d0d0;
    -webkit-transition: all .8s ease-out;
    transition: all .8s ease-out;
}
.image-list .content ul li:hover .more {
    background-color: #014D9C;
    border: 1px solid #014D9C;
    color: #fff;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.image-list .content ul li .more span {
    overflow: hidden;
    line-height: 35px;
    height: 35px;
    vertical-align: middle;
}
.image-list .content ul li .more i {
    _display: inline;
 *display: inline;
    display: inline-block;
    zoom: 1;
    width: 0;
    height: 35px;
    background-image: url(../images/bg2.gif);
    background-repeat: no-repeat;
    background-position: left center;
    vertical-align: middle;
    margin-left: 10px;
    -webkit-transition: all .8s ease-out;
    transition: all .8s ease-out;
}
.image-list .content ul li:hover .more i {
    width: 33px;
}
.image-list .tagcell {
    margin: 20px 0;
    text-align: center;
}
.image-list .tagcell span {
    _display: inline;
 *display: inline;
    display: inline-block;
    zoom: 1;
    background-color: #e3e3e3;
    width: 42px;
    height: 10px;
    line-height: 10px;
    border-radius: 5px;
    margin: 0 10px;
}
.image-list .tagcell .on {
    background-color: #a6a6a6;
}


/*成功案例*/
.list_pic{ width: 1300px; height: auto; display: flex; flex-direction: column;  }
      .list_img {
        width: 1300px;
        /*height: 435px;*/
        background: #fff;
        margin: 27px auto;
       /* padding-left: 25px;*/
        padding-top: 25px;
        flex-direction: column;
      }
      .list_img ul{ }
      .list_img ul li {
        width: 313px;
        height: 235px;
        float: left;
        margin-right: 15px;
        margin-bottom: 15px;
        position: relative;
        overflow: hidden;
        cursor: pointer;
        text-align: center;
        background: #e4e4e4;
      }
      .list_img ul li:nth-child(4n){ margin-right: 0px; }
      .list_img ul li img{ display: block; height: 100%; transition: all .7s; margin:0 auto; }
      .txt {
        width: 315px;
        height: 45px;
        background: rgba(0,0,0,0.6);/*透明背景色，不透明其文字内容*/
        position: absolute;
        left: 0;
        bottom: 0;
        color: #fff;
        font-family: "微软雅黑";
      }
      .txt h3 {
        font-size: 16px;
        font-weight: 100;
        height: 45px;
        text-align: center;
        line-height: 45px;
      }
      .txt p {
        font-size: 14px;
        text-align: center;
        color: #fff;
        padding:0 10px;

      }


