

body,p,h1,h2,h3,h4,h5,h6,ul,ol,dl,li,dt,dd,a {
    /* 默认有边距，都要清除 */
    margin: 0;
    padding: 0;
    /*字体设置*/
    /* font-size: 14px; */
    font-family: "Microsoft Yahei", sans-serif;
    /* color: #ccc; */
    /* 去掉列表的原点 */
    list-style: none;
    /* 默认鼠标 */
    /* cursor: default; */
    text-decoration: none;
    box-sizing:border-box;
}

textarea,
input {
    /* 边框清零 */
    border: none;
    /* 轮廓线清零 */
    outline: none;
    /* 防止文本域被随意拖拽 */
    resize: none;
}

img {
    width: 100%;
    /*height: 100%;*/
}
*{
    box-sizing:border-box;
}
/*行内块元素*/

input,
img {
    margin: 0;
    padding: 0;
    border: 0 none;
    outline-style: none;
    vertical-align: bottom;
}


/** 使用伪元素清除浮动 */

.clearfix::before,
.clearfix::after {
    content: "";
    height: 0;
    line-height: 0;
    display: block;
    visibility: none;
    clear: both;
}
.clearfix {
    *zoom: 1;
}
/* 版心 */

.container {
    width: 1200px;
    margin: 0 auto;
}

/***************首页*********************/
.top {
    width: 100%;
    background: #fff;
}
div.fixed{
    position:fixed;
    top:0;
    left:0;
    z-index:9999;
}
.top-content {
    height: 100px;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    background: #fff url(../images/top-im.png) 360px center no-repeat;
    align-items: center;
}
.top-content .logo a {
    /* width: 347px; */
    /* width: 452px;
    height: 52px; */
    display: block;
}
.top-content-center .search {
    width: 278px;
    height: 30px;
    border: 1px solid #cccccc;
    display: flex;
    justify-content: space-between;
    cursor: pointer;
}
.top-content-center form{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.top-content-center .search input {
    padding-left: 10px;
    color: #ccc;
    font-size: 12px;
}
.top-content-center .search input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#ccc;
}

.top-content-center .search .sub{
    border:none;
    outline: none;
    width: 40px;
    height: 30px;
    display: block;
    background: #e62129 url(../images/search.png) center no-repeat;
}

.top-content-center>ul {
    display: flex;
}

.top-content-center>ul>li {
    margin-right: 12px;
    margin-top: 2px;
}

.top-content-center>ul>li>a {
    color: #ccc;
    font-size: 12px;
}

.top-tel>span:nth-child(2) {
    color: #000;
    vertical-align: middle;
    font-weight: bold;
}

.top-tel>span:first-child {
    vertical-align: middle;
    width: 20px;
    height: 19px;
    display: inline-block;
    background: url(../images/phone.png) no-repeat;
}

.top-tel h3 {
    font-size: 26px;
    color: #1674B4;
}
/* banner */
.banner1 {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
}
.nav1 {
    width: 100%;
    height: 68px;
    background: rgba(22, 116, 180,.6);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
}
.pc-nav{
    display: flex;
    justify-content: space-between;  
    height: 100%;
}
.pc-nav>li{
    width: 16%;
    height: 100%;
}
.pc-nav>li>a{
    display: block;
    width: 100%;
    height: 100%;
    color:#fff;
    font-size: 16px;
    font-family: '微软雅黑';
    display: flex;
    justify-content: center;
    align-items: center; 
    position: relative;
}
.pc-nav>li>a:hover{
    color:#00BAFF;
}
.pc-nav>li>a.pc-active{
    color:#00BAFF;
}
.nav1 .pc-nav li a:before{
    content:"";
    width: 4px;
    height: 4px;
    display: block;
    background:#00BAFF;
    position: absolute;
    top:50%;
    left:40px;
}
/* mob */
.mob-nav{
    width: 100%;
    height: 60px;
    background:#fff;
    border-bottom: 1px solid #F7F7F7;
    display: none;
}
.mob-container{
    width: 90%;
    height: 100%;
    margin:0 auto;
    align-items: center;
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.mob-container .logo{
    width: 158px;
}
.mob-container .logo>span{
    font-size: 20px;
    font-weight: bold;
    color:#575757;
}
.mob-container .mob-btn{
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background:#1874B3;
}
.mob-container .mob-btn>img{
    width: 22px;
    height: 22px;
}
.mob-nnav{
    display: none;
    width: 100%;
    height: 100%;
    /* background:rgba(51,51,51,.3); */
    /* position: fixed; */
    position: absolute;
    top:61px;;
    bottom:0;
    left:0;
    right:0;
    z-index: 10;
}
.mob-nnav .mob-top{
    width: 100%;
    height:30px;
    background:#C2C6CA;
}
.mob-nnav .close{
    font-size: 24px;
    color:#fff;
    text-align: center;
    line-height: 24px;
    float:right;
    margin-right: 24px;
}
.mob-nnav>ul{
    width: 100%;
    margin-top:4px;
}
.mob-nnav>ul>li{
    width: 100%;
    background:#1674B4;
    border-bottom: 1px solid #fff;
    height: 33px;
    line-height: 33px;
    cursor: pointer;
}
.mob-nnav>ul>li>a{
    display: block;
    font-size: 14px;
    color: #fff;
    padding-left:20px;
}
/* banner */
#swiper1 .swiper-slide{
    width:100%;
}
#swiper1 .swiper-slide .img{
    width: 100%;
    height:560px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
#swiper1 .swiper-pagination-bullet{
    width:8px;
    height: 8px;
    border-radius:0;
    opacity: 1;
    background:#fff;
     border:2px solid #fff;
}
#swiper1 .swiper-pagination-bullet-active{
    background:transparent;
   
}
.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin:0 8px;
}
/*立即咨询开始*/
.consult{
    margin-top:60px;
    height:200px;
    background-size: cover;
    background:url(../images/s.png) no-repeat center;
}
.consult-content{
    width: 51%;
    height: 100%;
    align-items: center;
    display: flex;
    margin-left: 206px;
}
.consult-content .consult-left a{
    text-align: center;
    color:#1674B4;
    font-weight: bold;
    display: block;
    width: 200px;
    height: 50px;
    line-height: 50px;
    background:url(../images/k.png) no-repeat center;
}
.consult-content .consult-right{
    padding-left:46px;
}
.consult-content .consult-right h3{
    font-size: 32px;
    font-weight: 400;
    color:#000;
    margin-bottom: 7px;
}
.consult-content .consult-right p{
    position: relative;
    padding-left:27px;
}
.consult-content .consult-right p:before{
    background: url(../images/phone.png) no-repeat center;
    width: 20px;
    height: 19px;
    display: block;
    content:"";
    position: absolute;
    left:0;
    top:0;
}
.consult-content .consult-right h4{
    font-size: 26px;
    color:#1673B6;
}
/*立即咨询结束*/

/*追求卓越开始*/
.pursuing{
    margin-top:40px;
}
.pursuing-title{
    width: 100%;
    margin-bottom: 35px;
}
.pursuing-title .ch{
    font-size: 26px;
    color:#555;
    text-align: center;
    position:relative;
}
.pursuing-title .ch span{
    height: 33px;
    line-height: 33px;
    color: #fff;
    background: #1775B5;
    display: inline-block;
    padding: 0 4px;
    box-sizing: border-box;
}
.pursuing-title .ch:before{
    content:"";
    width: 319px;
    height: 1px;
    background:#CCCCCC;
    display: block;
    position: absolute;
    left:0;
    top:50%;
}
.pursuing-title .ch:after{
    content:"";
    width: 319px;
    height: 1px;
    background:#CCCCCC;
    display: block;
    position: absolute;
    right:0;
    top:50%;
}
.pursuing-title p{
    color:#666;
    text-align: center;
    font-size: 12px;
    margin-top:4px;
}
.z-ul{
    display: flex;
    justify-content: space-between;
}
.z-ul li{
    width: 32%;
    height:auto;
    position: relative;
    overflow: hidden;
}
.z-ul li>a{
    width: 100%;
    display: block;
    z-index: 2;
    height: 373px;
    position: relative;
}
.z-ul li>a .img{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.z-ul li>a .img img{
    transition: all 1s ease-in-out;
}
.z-ul li>a:hover .img img{
    transform: scale(1.1);
}
.z-ul li .dis{
    /* display:block; */
    position: absolute;
    bottom: 0px;
    height:80px;
    width: 100%;
    transition: all .5s;
}
.z-ul li>a .info1{
    width: 100%;
    height:100%;
   background:#E6E6E6;
   /* color:#fff; */
   font-size: 18px;
   display: flex;
   flex-direction: column;
   align-items: center;
   transition: all .5s;
}
.z-ul li>a .info1 p{
    color:#666;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 8px;
    transition: all .5s;
}
.z-ul li>a .info1 span{
    width: 61px;
    height: 61px;
    display: block;
    background:url(../images/lian2.png) no-repeat center;
    flex-shrink: 0;
}

.z-ul li .dis:hover{
    height: 130px;
}
.z-ul li .dis:hover .info1 {
    background:#1674b4;
}
.z-ul li .dis:hover .info1 p{
    color: #fff;
}
.z-ul li .dis:hover span{
    background:url(../images/lianjie.png) no-repeat center;
}
#swiper2 .swiper-button-next{
    right:30px!important;
}
#swiper2 .swiper-button-prev{
    left:30px!important;
}
/*追求卓越结束*/
/*公司优势介绍*/
    .advantages{
        width: 100%;
        margin-top:76px;
        background: #EBEBEB;
        position: relative;
    }
    .advantages .adv-img{
        width: 814px;
        height:auto;
       
    }
    .ad-content{
        width: 810px;
        height: 330px;
        box-sizing:border-box;
        position: absolute;
        top:50%;
        transform: translate(0,-50%);
        right:0;
        padding:72px 84px 62px 54px;
        background: #fff;
    }
    .ad-content .title{
        display: flex;
        color:#666;
        margin-bottom: 14px;
    }
    .ad-content .title span{
        width: 90px;
        height: 80px;
        display: block;
        /*background:url(../images/s1.png) no-repeat;*/
    }
    .ad-content .title p{
        padding-top:42px;
        padding-left:22px;
        font-size: 20px;
        width: 340px;
        border-bottom: 2px solid #1674B4;
    }
    .ad-content .info{
        font-size: 12px;
        line-height: 20px;
    }
    .ad-content>a{
        width: 125px;
        height: 36px;
        border:1px solid #1674B4;
        display: block;
        padding-left: 17px;
        line-height: 36px;
        color:#1773B4;
        font-size: 14px;
        position:relative;
        margin-top:26px;
    }
    .ad-content>a:after{
        content:"";
        display: block;
        width: 21px;
        height: 21px;
        background:url(../images/link2.png) no-repeat;
        position: absolute;
        top:6px;
        right:10px;
    }
    .one-zhan{
        width: 100%;
        height: 60px;
        background:url(../images/l15.png) no-repeat;
    }
    .one-zhan .black{
        height: 60px;
        line-height: 60px;
        font-size: 25px;
        color:#fff;
        width: 790px;
        margin:0 auto;
        text-align: center;
        background:url(../images/b.png) no-repeat center;
    }
    .four-h{
        padding-bottom: 68px;
    }
    .four-h>.pc-c{
        background:url(../images/s2.png) no-repeat;
        height:400px;
    }
    .four-h>ul>li{
        padding-top:192px;
    }
    .four-h>ul>li h3{
        color:#fff;
        text-align: center;
        font-size: 24px;
    }
    .four-h>ul>li p{
        font-size: 14px;
        line-height: 21px;
        text-align: center;
        color:#fff;
        margin-top:50px;
    }
    .four-h>.pc-c{
        display: flex;
        justify-content: space-between;
    }
    .four-h>.pc-c>li:nth-child(1){
        width: 250px;
        height: 250px;
    }
    .four-h .mob-c{
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
        width: 80%;
        margin:0 auto;
    }
    .four-h .mob-c>li{
        width:49%;
       height: 250px;
    }
    .four-h .mob-c>li{
        padding-top:54px;
        margin-top:20px;
    }
     .four-h>.pc-c>li:nth-child(2){
        width: 250px;
        height: 239px;
     }
     .four-h>.pc-c>li:nth-child(3){
        width: 250px;
        height: 250px;

     }
     .four-h>.pc-c>li:nth-child(4){
        width: 250px;
        height: 250px;

     }

/*新闻动态开始*/
.news-d{
    width: 100%;
    background:#EBEBEB;
}
.news-d .title{
    width:100%;
    height: 60px;
    line-height: 60px;
    color:#666;
    font-size: 28px;
    text-align: center;
    background:url(../images/l15.png) no-repeat;
}
.news-d .title span{
    height: 33px;
    line-height: 33px;
    color:#fff;
    background:#1775B5;
    display: inline-block;
    padding:0 2px;
    box-sizing:border-box;
}
.news-d-content{
    padding:44px 50px;
    background:#fff;
}
.news-it{
    display: none;
}
.news-items{
    width: 100%;
    display: flex;
    justify-content: space-between;
}
.news-d-content .img{
    width: 33%;
}
.news-d-content .news-d-right{
    width: 61%;
}
.news-d-content .news-d-right h3{
    font-size: 31px;
    color:#1375B4;
    margin-bottom: 10px;
}
.news-d-content .news-d-right span{
    color:#666;
}
.news-d-content .news-d-right p{
    border-top:1px solid #BEBEBE;
    color:#666;
    padding-top:20px;
    margin-top:20px;

}
.news-d-content .jian{
    margin-top: 30px;
    display: flex;
    justify-content: flex-end;
}
.news-d-content .jian>a{
    display: block;
    margin-left: 10px;
    width: 68px;
    height: 29px;
    border:1px solid #999;
    text-align: center;
    margin-left:14px;
}
.news-d-content .jian>a img{
    width: 21px;
}
/*新闻动态结束*/
/*footer开始*/
footer{
    width: 100%;
    background:#142134;
    padding:30px 0;
}
footer .footer-ul{
    height: 49px;
    justify-content:space-between;
    align-items: center;
    border-top:1px solid #444D5E;
    border-bottom: 1px solid #444D5E;
    display: flex;
    padding:0 72px;
}
footer .footer-ul li a{
    width: 100%;
    height: 100%;
    font-size: 12px;
    color:#8D99AF;
    display: flex;
    align-items: center;
}
footer .footer-ul li a:before{
    content:"";
    display: block;
    width: 4px;
    height: 4px;
    background:#00BAFF;
    margin-right:6px;
}
footer .footer-bottom{
    display: flex;
    padding-top:24px;
}
footer .footer-bottom .title{
    color:#fff;
    margin-bottom: 12px;
}
footer .footer-bottom .link-us p{
    line-height: 22px;
    font-size: 12px;
    color:#8D99AF;
}
footer .footer-bottom .link-us p:last-child{
    /* padding-left: 48px; */
}
footer .frendly-link{
    padding-left: 240px;
}
footer .frendly-link p a{
     line-height: 22px;
    font-size: 12px;
    color:#8D99AF;
    margin-right: 16px;
}
footer .focus-us{
    margin-left: 120px;
    border-left:1px solid #444D5E;
    padding-left: 95px;
    padding-right: 26px;
}
footer .focus-us .erwei{
    width: 106px;
    height: 106px;
    margin-bottom: 12px;
}
footer .focus-us span{
    color:#fff;
    font-size: 13px;
    padding-left: 30px;
    display: block;
}
footer .md-footer{
   
    color:#fff;
    display: none;
    text-align: center;
}

footer .md-footer p{
    margin-bottom:40px;
    font-size:35px;
}
footer .md-footer .img{
    margin:0 auto;
    width: 28%;
}
footer .copy{
    font-size: 12px;
    color:#8D99AF;
    text-align: center;
    margin-top: 10px;
}
/*footer结束*/
/***************首页*********************/

/****************关于裕和*********************/
.banner-img{
    width: 100%;
    height: auto;  
}
.banner-img .img{
    width: 100%;
    height:560px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}
/*产品中心开始*/
.pro{
    padding-top: 62px;
    color:#fff;
    width: 100%;
}
.pro-title{
    display: flex;
    align-items: flex-end;
    margin-bottom: 24px;
}
.pro-title>h3{
    font-size: 22px;
    color:#1275B0;
}
.pro-title .pr-a{
    color:#666;
    padding-left: 30px;
}
.pro-title .pr-a a{
    color:#666;
    font-size: 12px;
}
.pro-info{
    display: flex;
    justify-content: space-between;
}
.pro-info-left{
    width: 256px;
    position:relative;
}
.pro-info-left>p{
    padding-left: 4px;
    color:#fff;
    width: 60px;
    height: 20px;
    line-height: 20px;
    font-size: 14px;
    transform: rotate(90deg);
    background:#00BAFF;
    position: absolute;
    top:20px;
    left:-20px;
}
.pro-z-info p:nth-of-type(8){
    margin:20px 0;
}
.pro-ul1{
    width: 100%;
    border-left:20px solid #D4D4D4;
    background:#F7F7F7;
    padding-top: 10px;
    padding-bottom: 30px;
}
.pro-ul1>li{
    margin:0 auto;
    width: 92%;
    font-size: 14px;
    cursor: pointer;
}
.pro-ul1 li a{
    color:#666;
}
.pro-ul1>li>a{
    display: block;
    padding-left:20px;
    padding-top:9px;
    padding-bottom: 9px;
    border-bottom: 1px solid #E6E6E6;
    position: relative;
}
.pro-ul1>li>a>span{
    width: 6px;
    height: 6px;
    display: block;
    border-right:1px solid #666;
    border-bottom:1px solid #666;
    transform: rotate(-45deg);
    position: absolute;
    top:15px;
    right:25px;
}
.pro-ul1>li>a.ul_active{
    color:#00BBFF;
}
.pro-ul1>li>a span.sp-active{
    transform: rotate(45deg);
}
.pro-ul1>li>a:hover{
    color:#00BBFF;
}
.pro-ul2{
    display: none;
}
.pro-ul2>li>a{
    padding:7px 0;
    display: block;
    text-align: center;
}
.pro-ul2>li>a:hover{
    color:#00BBFF;
}
.pro-tel{
    text-align: center;
    padding-top:10px;
    padding-bottom:16px;
   
}
.pro-tel>span:nth-child(2) {
    color: #000;
    vertical-align: middle;
    font-weight: bold;
}

.pro-tel>span:first-child {
    vertical-align: middle;
    width: 20px;
    height: 19px;
    display: inline-block;
    background: url(../images/phone.png) no-repeat;
}

.pro-tel h3 {
    font-size: 26px;
    color: #1674B4;
}
.pro-box{
    width: 100%;
    border:1px solid #E6E6E6;
}
.pro-p{
    padding-top:14px;
    border-top:1px solid #E6E6E6;
    padding-left: 14px;
}
.pro-p p{
    font-size: 12px;
    color:#8E8E8E;
    line-height: 24px;
}
.pro-p p:last-child{
    padding-left:30px;
}
.pro-box .img{
    width: 94px;
    margin:0 auto;
    padding-top:9px;
    padding-bottom:20px;
}
.z-ul1{
    display: flex;
    justify-content: space-between;
}
.z-ul1 li{
    width: 32%;
    height:auto;
    position: relative;
    overflow: hidden;
    z-index:1;
}
.z-ul1 li>a{
    width: 100%;
    display: block;
    z-index: 2;
    height: 373px;
    position: relative;
}
.z-ul1 li>a .img{
    width: 100%;
    height: auto;
    overflow: hidden;
}
.z-ul1 li>a .img img{
    transition: all 1s ease-in-out;
}
.z-ul1 li>a:hover .img img{
    transform: scale(1.1);
}
.z-ul1 li .dis{
    /* display:block; */
    position: absolute;
    bottom: 0px;
    height:60px;
    width: 100%;
    transition: all .5s;
}
.z-ul1 li>a .info1{
    width: 100%;
    height:100%;
   background:#E6E6E6;
   /* color:#fff; */
   font-size: 18px;
   display: flex;
   flex-direction: column;
   align-items: center;
   transition: all .5s;
}
.z-ul1 li>a .info1 p{
    color:#666;
    font-size: 16px;
    margin-top: 25px;
    margin-bottom: 8px;
    transition: all .5s;
}
.z-ul1 li>a .info1 span{
    width: 61px;
    height: 61px;
    display: block;
    background:url(../images/lian2.png) no-repeat center;
    flex-shrink: 0;
}


.z-ul1 li .dis:hover .info1 {
    background:#1674b4;
}
.z-ul1 li .dis:hover .info1 p{
    color: #fff;
}
.z-ul1 li .dis:hover span{
    background:url(../images/lianjie.png) no-repeat center;
}
.pro-info-right{
    width: 905px;
}
.pro-info-right .z-ul1

{
    flex-wrap: wrap;
}
.pro-info-right .z-ul1 li{
    margin-bottom: 32px;
}
.pro-info-right .z-ul1 li .img{
    height: 220px;
}
.pro-info-right .z-ul1 li>a{
    height: 280px;
}
.pro-info-right .z-ul1 li>a .info1 p{
    font-size: 14px;
    margin-top:10px;
}
/* .pro-info-right .z-ul1 li .dis{
    height: 60px;
} */
.pro-info-right .z-ul1 li .dis:hover {
    height: 110px;
}
.p-pages{
    display: flex;
    justify-content: center;
    margin:24px 0 54px; 
}
.p-pages span{
    color:#666;
    display: block;
    margin-right: 9px;
}
.p-pages .pre,.p-pages .next{
    display: block;
    width: 116px;
    height: 30px;   
}
.p-pages a{
    border:1px solid #e0e0e0;
    color:#666;
    font-size: 14px;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background:#f5f5f5;
    margin-right: 9px;
    cursor: pointer;
}
.p-pages a.pa-active{
    color:#fff;
    background:#1674b4;
}
/*产品中心结束*/
/****************产品中心*********************/
/*****************产品中心内页***************/
.pro-z-c .pro-z-title{
    font-size: 30px;
    color:#333;
    font-weight: bold;
    text-align: center;
}
.pro-z-c .img{
    width: 50%;
    margin:0 auto;
    border:1px solid #1674b4;
    padding:10px;
    margin-top:20px;
}
.pro-z-info{
    color:#666;
    margin-top:20px;
    font-size: 14px;
    line-height: 30px;
}
.pro-z-info>p{
    /* text-indent: 2em; */
}
.pro-z-pages{
    display: flex;
    justify-content: space-between;
    margin:20px;
}
.pro-z-pages a{
    color:#666;
    padding:4px 5px;
    border:1px solid #999;
    font-size: 14px;
}
/*****************产品中心内页***************/
/*****************关于裕和***************/
.about-title{
    font-size: 30px;
    color:#333;
    font-weight: bold;
    text-align: center;
}
.pro-z-info p span{
    font-size: 14px!important;
}
.about{
    width:66%;
    margin-bottom:50px;
}
.about .img{
    width: 60%;
    margin:20px auto;
}
.hexin {
    color: rgb(67, 67, 67);
    margin-bottom:50px;
    margin:0 auto;
}
.hexin strong {
    margin-top: 20px;
    display: inline-block;
}
.firstRow td p{
    width: 300px;
}
.sortEnabled tr:nth-child(2) p{
    width: 300px;
}
.pro-z-info p:nth-of-type(7){
    width: 80%;
    margin:0 auto;
    text-indent: 0!important;
}
.pro-z-info p:nth-of-type(11){
    width: 80%;
    margin:0 auto;
}
/*****************关于裕和***************/
/****************新闻动态*******************/
.news-list{
    padding-top:4px;

}
.news-list>li{
    border-bottom:1px dotted #d9d9d9;
}
.news-list>li>a{
    color:#00baff;
    font-size: 14px;
    font-family: Microsoft Yahei;
    font-weight: bold;
    padding-top:22px;
    display:block;
}
.news-list>li>.date{
    font-family: Microsoft YaHei;
    font-size: 11px;
    color: #929292;
    padding-top:5px;
}
.news-list>li>p{
    color: #5A5A5A;
    font-size: 14px;
    font-family: Microsoft Yahei;
    padding:11px 0 20px;
}
/****************新闻动态*******************/
/*************新闻动态内页*******************/
.case{
    padding-top:5px;
}
.case .brainpower-top{
    height: 35px;
    line-height: 35px;
    border-bottom: 1px solid rgb(238, 238, 238);
    font-size: 12px;
    color: #666;
}
.case .brainpower-top a{
    font-size: 12px;
    font-family: 微软雅黑;
    color: #666;
}
.case .brainpower-top a:hover{
    text-decoration: underline;
}
.case .brainpower-top a:visited{
   color:#333;
   text-decoration: none;
}
.brainpower-bottom{
    padding-top:35px;
    padding-bottom:50px;
}
.brainpower-bottom>h3{
    text-align: center;
    font-family: Microsoft YaHei;
    font-size: 18px;
    color: #00baff;
    padding:3px 0;
}
.brainpower-bottom>.date{
    color: #5a5a5a;
    font-family: Microsoft YaHei;
    font-size: 12px;
    text-align: center;
    padding:15px 0 28px;
}
.brainpower-bottom .info{
    font-size: 14px;
    color:#5a5a5a;
    line-height: 25px;
}
.brainpower-bottom p{
    width: 50%;
    margin:0 auto;
}
.pian{
    margin-top:20px;
}
.pian,.pian>div>a {
    color: #444;
    font-size: 14px;
    font-weight: bold;
    font-family: "微软雅黑";
}
/****************新闻动态内页******************/
/****************产品设备开始*******************/

.resolve{
    padding-bottom: 120px;
}
.resolve-right ul{
    display:flex;
    display:-webkit-flex;
    justify-content: space-between;
    -webkit-justify-content:space-between;
    flex-wrap: wrap;
    -webkit-flex-wrap:wrap;
}
.resolve-right ul>li{
    width: 294px;
}
.resolve-right ul>li>a{
    width: 294px;
    height: 190px;
    display:block;
    overflow: hidden;
}
.resolve-right ul>li>a img{
    transition:all .7s ease-in-out;
}
.resolve-right ul>li>a:hover img{
    transform:scale(1.1);
}
.resolve-right ul>li .title{
    text-align: center;
}
.resolve-right ul>li .title a{
    display: inline-block;
    font-family: Microsoft YaHei;
    font-size: 14px;
    color:#000;
    /* padding-left:10px; */
    font-weight: bold;
    padding-top:10px;
    text-align: center;
}
.resolve-right ul>li p{
    font-size: 14px;
    color:#666;
    padding-left:10px;
    line-height: 140%;
    padding-bottom:48px;
}
/*****************产品设备结束********************/
/*******************联系我们*************************/
.link-contact{
    width: 90%;
    margin-top:50px;
    margin-bottom: 50px;
}
.link-contact h3{
    color:#1674b4;
    font-size: 30px;
}
.link-contact p{
    font-size: 16px;
    color:#666;
    line-height: 38px;
}
.map{
    display: flex;
    justify-content: center;
    margin-bottom:30px;
    margin-top:50px;
}
.map iframe{
    width: 90%;
    margin:0 auto;
}
/*******************联系我们*************************/
@media (max-width: 1200px){
    .top-content .logo a{
        width: 290px;
    }
    .container{
        width: 90%;
    }
    .pro-info{
        flex-wrap: wrap;
    }
    .pro-info-left{
        width: 100%;
        margin:0 auto;
    }
    .pro-ul1{
        display: flex; 
        flex-wrap: wrap;
        background:transparent;
        border:none;
    }
    .pro-ul1>li{
        width: 49%;
    }
    .pro-info-left>p{
        display: none;
    }
    .pro-ul1>li>a{
        background:#F7F7F7;
        width: 100%;
    }
    .pro-ul1>li>a>span{
        top: 17px;
        right: 12px;
    }
    .pro-box{
        display: none;
    }
    .pro-info-right{
        width: 90%;
        margin:0 auto;
        margin-bottom: 50px;
    }
    .four-h>.pc-c{
        display: none;
    }
    /* .mob-c{
        display: block;
    } */
    .about-ul1>li{
        width: 32%;
    }
    .about-title{
        text-align: center;
    }
    .map iframe{
        height: 500px;
    }
    .z-ul li>a{
        height:auto;
    }
    .z-ul li .dis{
        height:auto;
    }

    .z-ul li>a .info1 span{
        display: none;
    }
    .z-ul li>a .info1 p{
       margin:6px 0;
    }
    .pro-info-right .z-ul1 li>a{
        height:auto;
    }
    .pro-info-right .z-ul1 li>a{
        height:auto;
    }
    .pro-info-right .z-ul1 li>a .info1 span{
        display: none;
    }
    .pro-info-right .z-ul1 li>a .info1 p{
       margin:6px 0;
    }
    #swiper2 .swiper-button-next{
        display: none!important;
    }
    #swiper2 .swiper-button-prev{
        display: none!important;
    }
}
@media(max-width:992px){
    #swiper1 .swiper-slide .img{
        height: 500px;
    }
    .top{
        display: none;
    }
    .nav1{
        display: none;
    }
    .mob-nav{
        display: block;
    }
    .consult{
        margin-top:28px;
    }
    .consult-content{
        width: 60%;
        margin-left:160px;
    }
    .consult-content .consult-right{
        padding-left:20px;
    }
    .consult-content .consult-right h3{
        font-size: 21px;
    }
    .consult-content .consult-right h4{
        font-size: 20px;
    }
    .pursuing-title .ch:before{
        display: none;
    }
    .pursuing-title .ch:after{
        display: none;
    }
    .ad-content{
        width: 515px;
        height: 194px;
        padding:30px 20px 10px 20px;
    }
    .ad-content .info{
        display: none;
    }
    .ad-content>a{
        
        margin:0 auto;
        margin-top:10px;
    }
    .one-zhan .black{
        width: 80%;
    }
    .advantages .adv-img{
        width: 80%;
    }
    .ad{
        display: none;
    }
    footer .footer-content{
        display: none;
    }
    footer .md-footer{
        display: block;
    }
    .banner-img .img{
        height: 500px;
    }
    .pro-ul1>li{
        margin-bottom: 10px;
    }
    .map iframe{
        height: 450px;
    }

}
@media(max-width:768px){
    #swiper1 .swiper-slide .img{
        height: 400px;
    }
    .consult{display: none;}
    .news-d-content {
    height: 350px;
    padding: 29px 35px;
    }
    .news-d-content{
        flex-wrap: wrap;
        height:auto;
        justify-content: center;
    }
    .news-items{
        flex-wrap: wrap;
    }
    .news-d-content .img{
        width: 90%;
        margin:0 auto;
    }
    .news-d-content .news-d-right {
        width: 85%;
        margin:0 auto;
    }
    .banner-img .img{
        height:400px;
    }
    .map iframe{
        height: 300px;
    }
    .firstRow td p{
        width: 49%;
    }
    .sortEnabled tr:nth-child(2) p{
        width: 49%;
    }
}
@media(max-width:576px){
    #swiper1 .swiper-slide .img{
        height: 222px;
    }
    .z-ul li .bottom-center>p{
        font-size: 13px;
    }
    .z-ul li .bottom-center>a{
        width: 40px;
        height: 40px;
    }
    .pursuing{
        margin-top:10px;
    }
    .ad-content{
        width: 60%;
        height:auto;
        padding-top:10px;
    }
    .ad-content .title span{
        display: none;
    }
    .ad-content .title p {
        width:100%;
        font-size: 14px;
        padding:10px 0;
    }
    .banner-img .img{
        height: 222px;
    }
    .z-ul li>a .info{
        height: 40px;
    }
    .map iframe{
        height: 250px;
    }
    .advantages{
        margin-top:30px;
    }
    .z-ul li>a .info1{
        display: none;
    }
    .z-ul1 li .dis{
        display: none;
    }
    .pro-info-right .z-ul1 li .img{
        height:auto;
    }
    .resolve-right ul{
        justify-content: center;
    }
}
@media (max-width:375px){
    .pro-title>h3{
        font-size: 20px;
    }
   
}