/* 首页标题 */
.index-title {
    text-align: center;
    margin-top: 6%;
    margin-bottom: 4%;
    font-size: 30px;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.index-title:after,
.index-title:before
{
    content: "";
    display: block;
    width: 2em;
    height: 6px;
    position: absolute;
    top: 35px;
    background-color: #666;
}
.index-title:after
{
    left: 0;
}
.index-title:before
{
    right: 0;
}

.index-title span {
    position: relative;
    font-size: 30px;
    text-align: center;
    color: #666;
    font-weight: bold;
    display: inline-block;
    line-height: 1;
    padding: 0 1em;
}


.index-title span:after,
.index-title span:before
{
    content: "";
    display: block;
    width: 960px;
    height: 2px;
    background-color: #999;
    position: absolute;
    top: 37px;
    right: 100%;
    z-index: -1;
}
.index-title span:after
{
    right: 100%;
}
.index-title span:before
{
    left: 100%;
}

.index-title i {
    display: block;
    font-size: 20px;
    color: #666;
    position: relative;
    text-transform: uppercase;
    line-height: 1;
    padding-top: 14px;
    font-weight: normal;
}


.index-title.white span,
.index-title.white i {
    color: #fff;
}

.index-title.white:after,
.index-title.white:before,
.index-title.white span:before,
.index-title.white span:after {
    background-color: #fff;
}

@media (max-width: 768px) {
    .index-title,
    .index-title span {
        font-size: 18px;
    }
    .index-title i
    {
        font-size: 12px;
        padding-top: 1em;
    }
    .index-title span:after, .index-title span:before
    {
        top: 1.2em;
        height: 1px;
    }
    .index-title:after, .index-title:before
    {
        top: 1.2em;
        height: 3px;
        transform: translateY(-1px);
    }
}

/* 首页标题 end*/

/* 产看更多 */
.index-more a {
    display: block;
    width: 9em;
    height: 2.5em;
    line-height: 2.5em;
    border-radius: 2.5em;
    text-align: center;
    border: 1px solid #ccc;
    margin: 0 auto 3%;
    font-size: 16px;
}

.index-more a:hover {
    background-color: #0064aa;
    border-color: #0064aa;
    color: #fff;
    -webkit-box-shadow: 0 0 6px 1px #0064aa;
    box-shadow: 0 0 6px 1px #0064aa;
}

@media (max-width: 768px) {
    .index-more a {
        font-size: 13px;
        height: 2em;
        line-height: 2em;
        border-radius: 2em;
    }
}

/* 产看更多 end*/

/* banner图 */
.bannerList {
    overflow: hidden;
    position: relative;
}

.bannerList li {
    width: 100%;
}

.bannerList li .imgBox {
    width: 100%;
    padding-bottom: 31.25%;
}

@media (max-width: 768px) {
    .bannerList li .imgBox {
        padding-bottom: 51.3%;
    }
}

/* banner图 end*/

/*产品-分类*/
.product .type {
    margin-bottom: 35px;
}

.product .type ul {
    text-align: center;
}

.product .type li {
    display: inline-block;
    line-height: 1.4em;
    margin: 0 1em;
    border: 1px solid #ccc;
    border-radius: 5px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.product .type li a {
    padding: .6em 1.5em;
    display: block;
}

.product .type li:hover {
    background-color: #0064aa;
    border-color: #0064aa;
}

.product .type li:hover a {
    color: #fff;
}

@media (max-width: 768px) {
    .product .type {
        margin-bottom: 15px;
    }

    .product .type ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .product .type li {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin: 0 5px;
    }

    .product .type li a {
        padding: 0;
        line-height: 2em;
        font-size: 12px;
    }
}

/*产品-分类 end*/

/*产品-列表*/
.product .cont li {
    float: left;
    width: 33.33%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;

    padding: 10px;
    font-size: 14px;
}

.product .cont li .imgBox {
    width: 100%;
    padding-bottom: 60%;

    -webkit-box-sizing: border-box;

    box-sizing: border-box;
    border: 1px solid #ccc;
}

.product .cont li .imgBox img {
    max-width: 96%;
    max-height: 96%;
}

.product .cont li span {
    display: block;
    padding: 0 .5em;
    text-align: center;
    background-color: #ccc;
    color: #fff;
    font-size: 14px;
    height: 2.5em;
    line-height: 2.5em;
}

.product .cont li:hover .imgBox {
    border-color: #0064aa;
}

.product .cont li:hover span {
    background-color: #0064aa;
}

@media (max-width: 768px) {
    .product .cont li {
        width: 50%;
    }

    .product .cont li:nth-child(n+5) {
        display: none;
    }

    .product .cont li span {
        height: 2em;
        line-height: 2em;
    }
}

/*产品-列表 end*/

/* 工程列表 */

/*工程列表*/

.project 
{
    background-color: #e5e5e5;
    padding-top: 1px;
    padding-bottom: 3%;
    margin-top: 6%;
}
.project .cont
{
    margin-bottom: 20px;
    padding-bottom: 1.5%;
    overflow: hidden;
}
.project .cont li {
    width: 30.3%;
    float: left;
}

.project .cont li .imgBox {
    width: 100%;
    padding-bottom: 60%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.project .cont li .imgBox img {
    width: 100%;
    height: 100%;
}

.project .cont li span {
    display: block;
    text-align: center;
    height: 2em;
    line-height: 2em;
    color: #b0b0b0;
}

.project .project-line
{
    text-align: center;
}
.project .project-line .lineBox
{
    display: inline-block;
    border: 1px solid #999;
    padding: 10px 30px;
}
.project .project-line .btn1,
.project .project-line .btn2
{
    font-size: 20px;
    color: #999;
    padding: 3px 0 3px 2.5em;
}
.project .project-line a
{
    color: #999;
}

.project .project-line a:hover
{
    color: #0064aa;
}
.project .project-line .btn1
{
    background: url("../Images/telIco.png") no-repeat 0 center / auto 100%;
    padding-right: 2em;
    border-right: 1px solid #999;
}
.project .project-line .btn2
{
    background: url("../Images/contactIco.png") no-repeat 0 center / auto 100%;
    margin-left: 2em;
}
@media (max-width: 768px) 
{
    .project
    {
        padding-bottom: 10px;
    }
    .project .cont {
        width: 96%;
        margin-left: auto;
        margin-right: auto;
    }
    .project .cont li {
        width: 47%;
    }

    .project .cont li span {
        font-size: 13px;
    }
    .project .project-line .lineBox
    {
            padding: 3px;
    }
    .project .project-line .btn1,
    .project .project-line .btn2
    {
        display: inline-block;
        font-size: 14px;
        padding: 0 0 0 2.5em;
    }
    .project .project-line .btn1
    {
        border-right: 0;
    }
    .project .project-line .btn2
    {
        display: none;
    }
}

/* 工程列表 end */

/* 新闻中心 */
.news {
    overflow: hidden;
}

.news .cont .newsBox{
    width: 46%;
    margin: 0 2%;
    float: left;
}
.news-more{
    width: 100%;
    height: 2.5em;
    line-height: 2.5em;
    background-color: #0064aa;
    text-align: center;
    font-size: 18px;
    margin-bottom: 30px;
}
.news-more a{
    color: #fff;
    display: block;
}
.news .cont li {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px dashed #ccc;
}

.news .cont li:last-child {
    border-bottom: 0;
}

.news .cont li .imgBox {
    float: left;
    width: 240px;
    height: 144px;
    margin-right: 3%;
}

.news .cont li .imgBox img {
    width: 100%;
    height: 100%;
}

.news .cont li .cont {
    overflow: hidden;
}

.news .cont li .cont .newsTime {
    float: right;
    padding-left: 2em;
}

.news .cont li .cont .newsTitle {
    overflow: hidden;
    font-weight: bold;
    font-size: 18px;
}

.news .cont li .cont .newDetail {
    font-size: 14px;
    margin-top: 2%;
    line-height: 1.6em;
    max-height: 3.2em;
    overflow: hidden;
    color: #a4a4a4;
}

@media (max-width: 768px) {
    .news .cont .newsBox{
        width: 100%;
        margin: 0 0 20px 0;
        font-size: 14px;
        
    }
    .news-more{
        height: 2em;
        line-height: 2em;
    }
    .news .cont {
        padding: 0 10px;
    }

    .news .cont li {
        padding-bottom: 15px;
        margin-bottom: 15px;
    }

    .news .cont li .imgBox {
        width: 140px;
        height: 84px;
        display: none;
    }

    .news .cont li .cont .newsTime {
        font-size: 16px;
    }

    .news .cont li .cont .newsTitle {
        line-height: 1.6em;
        max-height: 3.2em;
        overflow: hidden;
        font-weight: normal;
        font-size: 16px;
    }

    .news .cont li .cont .newDetail {
        display: none;
    }
}

/* 新闻中心end */

/* 关于我们 */
.about {
    background: url("../Images/about-bg.jpg") no-repeat center center / cover;
    padding-top: 1px;
    padding-bottom: 3%;
    margin-top: 6%;
}

.about .cont .t
{
   font-size: 26px;
   text-align: center; 
   padding: 0 15px;
   color: #fff;
}

.about .cont .c
{
   font-size: 14px;
   text-align: center; 
   padding: 0 15px;
   line-height: 2;
   color: #fff;
   margin-top: 20px;
}

.about .cont .btn
{
    margin-top: 30px;
    text-align: center;
}
.about .cont .btn a
{
    display: inline-block;
    width: 8em;
    height: 2em;
    line-height: 2em;
    text-align: center;
    background-color: #0064aa;
    color: #fff;
    margin: 0 2%;
}

.about .cont .btn a:hover
{
    box-shadow: 0 0 4px 1px #0064aa;
}

@media (max-width: 768px) {
    .about
    {
        background: url("../Images/about-bg-m.jpg") no-repeat center center / cover;
        padding-bottom: 5%;
    }
   .about .cont .t
   {
       font-size: 20px;
   }
   .about .cont .btn
   {
       margin-top: 15px;
   }
}

/* 关于我们 end */

/* 荣誉证书 */
.honor {
    background-color: #9f9f9f;
    padding: 20px 0;
}

.honor .cont {
    overflow: hidden;
}

.honor .cont li {
    float: left;
    width: 25%;
}

.honor .cont li .imgBox {
    width: 100%;
    padding-bottom: 60%;
    border: 2px solid #666;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.honor .cont li .imgBox img {
    max-width: 96%;
    max-height: 96%;
}

.honor .cont li span {
    text-align: center;
    display: block;
}


/* 荣誉证书 end */



.bigImg img{
    max-width: 100%;
    margin: 0 auto;

}


/*优势*/
.advantage .cont-img
{
    width: 349px;
    height: 400px;
    float: left;
    margin-right: 20px;
}
.advantage .cont-img img
{
    width: 100%;
    height: 100%;
}
.advantage .cont
{
    overflow: hidden;
}
.advantage .cont li
{
    float: left;
    width: 45%;
}

.advantage .cont li:nth-child(1),
.advantage .cont li:nth-child(2)
{
    margin-bottom: 50px;
}

.advantage .cont li .t
{
    padding-left: 90px;
    position: relative;
}
.advantage .cont li .t span
{
    display: block;
    position: absolute;
    width: 67px;
    height: 67px;
    background: url("../Images/numBg.jpg?v=20200428") no-repeat 0 center / contain;
    top: 0;
    left: 0;
    font-size: 40px;
    padding-top: 5px;
    padding-left: 10px;
    color: #fff;
    box-sizing: border-box;
    text-align: center;
    line-height: 62px;
}
.advantage .cont li .t i
{
    color: #0064aa;
    font-size: 26px;
    display: block;
}
.advantage .cont li .t small
{
    color: #ccc;
    font-size: 22px;
    display: block;
}
.advantage .cont li .text
{
    color: #666666;
    font-size: 14px;
    display: block;
    margin-top: 1em;
    line-height: 1.8em;
}
@media (min-width: 769px)
{
    .advantage .cont ul {
        display: block;
        transform: translate3d(0, 0, 0) !important;
    }
    .advantage .cont ul li:nth-child(2n) {
        margin-right: 0 !important;
    }
}
@media (max-width: 768px)
{
    .advantage .cont-img
    {
        float: none;
        width: 100%;
        height: auto;
    }
    .advantage .cont-img img
    {
        width: 100%;
        height: auto;
    }
    .advantage .cont
    {
        padding: 15px;
    }
    .advantage .cont ul li
    {
       width: 100%;
    }

    .advantage .cont li .t i {
        font-size: 22px;
    }
    .advantage .cont li .t small {
        font-size: 18px;
    }
    .advantage .cont li .text {
        font-size: 13px;
        margin-top: 0.5em;
    }
    .advantage .cont li:nth-child(1), .advantage .cont li:nth-child(2)
    {
        margin-bottom: 0;
    }
}
/*优势 end*/

.J_project .swiper-slide {
	-webkit-transition: transform 1.0s;
	-moz-transition: transform 1.0s;
	-ms-transition: transform 1.0s;
	-o-transition: transform 1.0s;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
    position: relative;
}
.J_project .swiper-slide .imgBox:before{    content: "";    position: absolute;    display: block;    width: 100%;    height: 100%;    background-color: rgba(255,255,255,0.75);    z-index: 1;}.J_project .swiper-slide-active,.J_project .swiper-slide-duplicate-active {
	-webkit-transform: scale(1);
	transform: scale(1);
}.J_project .swiper-slide-active  .imgBox:before,.J_project .swiper-slide-duplicate-active  .imgBox:before {    background-color: rgba(255,255,255,0);    }.J_project .swiper-slide-active span,.J_project .swiper-slide-duplicate-active span{    background-color: #0064aa;    color: #fff !important;}