/*分割线*/
.dividingLine{
    width: 100%;
    height: 1px;
    background: #eee;
}
/*头部*/
.headerTop{
    background: #000;
    height: 36px;
}
.headerTop p,.headerTop a{
    color: #fff;
}
.header{
    width: 100%;
    z-index: 1997;
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    transition: all 0.5s ease;
}
.header .container{
    height: 75px;
}
.header_on{
    top: 0;
    width: 100%;
    position: fixed!important;
    margin: 0;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.header_mb{
    z-index: 1999;
    top: 0;
    left: 0;
    width: 100%;
    position: relative;
    display: none;
    background: #333;
    height: 50px;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.header .topNav{
    transition: all 0.5s ease;
    border-bottom: 1px solid #333;
}
.header_on .topNav{
    border-bottom: 0px;
}
.icon-dianhua{
    font-size: 18px;
    margin: 0 10px;
}
.icon-dianhua:before{
    color: #fff;
    font-size: 24px;
}
.nav_mb{
    overflow-y: auto;
    opacity: 0;
    padding-top: 120px;
    z-index: 1997;
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0;
    background: #fff;
    transition: all 1s ease;
    transform: translateY(-100%);
    
}
.header_active .nav_mb{
    opacity: 1;
    transform: translateY(0%);
}
.nav_mb .container{
    height: 100%;
}
.header_mb .container{
    height: 100%;
}
.logo_mb{
    z-index: 1999;
    flex: 1;
    height: 20px;
}
.logo{
    height: 50px;
    flex: 1;
}
.logo img{
    height: 100%;
}
.logo img:last-child{
    display: none;
}
.logo_mb img{
    height: 100%;
}
.line1{
    margin: 5px 0 5px auto;
    background: #fff;
    width: 10px;
    height: 2px;
}
.line2{
    margin: 5px 0 5px auto;
    background: #fff;
    width: 15px;
    height: 2px;
}
.line3{
    margin: 5px 0 5px auto;
    background: #fff;
    width: 20px;
    height: 2px;
}

.header_active .menu_mb_btn div{
    -webkit-transform: rotate(-30deg);
    -ms-transform: rotate(-30deg);
    transform: rotate(-30deg);
    background: #333
}

.navList a{
    transition: all 0.5s ease;
    padding: 0 30px;
    display: block;
    font-size: 14px;
}
.navList li{
    height: 75px;
    position: relative;
}
.navList .login{
    margin-right: 0;
}
.navList .login a{
    color: #fff;
    padding: 16px 40px;
    background: var(--theme-color);
}
.navList .firstClass{
    margin: 0 40px;
}
.navList .firstClass a:hover:after{
    width: 100%;
}
.navList .firstClass a{
    padding: 0;
    color: #fff;
}
.navList .firstClass a:after{
    display: block;
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 3px;
    background: #fff;
    transition: all 0.5s ease;
}
.navList .navItem a:after{
    width: 100%;
}
.navList li:hover .sub_nav{
    top: 75px;
    z-index: 2;
    opacity: 1;
    visibility: visible;
}
.sub_nav{
    z-index: 2000;
    background: #fff;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
    opacity: 0;
    visibility: hidden;
    width: 100%;
    position: absolute;
    top: 100px;
    left: 0;
    transition: all 0.5s;
}
.navList li .sub_nav a{
    line-height: 40px;
    text-overflow: ellipsis;
    white-space: nowrap;
    display: block;
    padding: 0;
    font-size: 14px;
    text-align: center;
    color: #333;
}
.navList li .sub_nav a:hover{
    color: #311500;
}
.header_on .navList .firstClass a{
    color: #333;
}
.header_on .navList .firstClass a:after{
    background: var(--theme-color);
}
.header_on .logo img:last-child{
    display: block;
}
.header_on .logo img:first-child{
    display: none;
}
.nav_mb li{
    border-bottom: 1px solid #eee;
}
.mb_nav_item a{
    font-size: 18px;
    display: block;
    line-height: 50px;
}
.nav_pc li .sub_nav a:last-child{
    border: none;
}
.menu_nav {
    border-top: 1px solid #eee;
}
.menu_nav a{
    font-size: 14px;
    display: inline-block;
}
.nav_mb a:hover{
    color: var(--theme-color);
}
.menu_mb_btn{
    z-index: 1999;
}
.menu_mb_btn div{
    transition: all 0.5s ease;
}

/*banner*/
.frontBanner{
    position: relative;
    background: #333;
}
.bannerList li{
    width: 100%;
}
.bannerCon{
    width: 100%;
    color: #fff;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}
.bannerCon .conText{
    text-align: center;
}
.bannerCon .conText h2{
    margin-top: 25px;
    font-weight: bold;
    text-shadow: -1.5px 2px rgba(55,184,119,.7);
}
.bannerSwitch{
    width: 100%;
    z-index: 2;
    position: absolute;
    bottom: 30px;
}
.frontBanner .swiper-pagination-bullet{
    border-radius: 0;
    height: 4px;
    width: 70px;
    margin: 0 10px;
    background: #fff;
    opacity: 1;
}
.frontBanner .swiper-pagination-bullet-active{
    background: var(--theme-color);
}
/*标题*/
.frontTit{
    padding: 100px 0 50px;
}
.frontTit h5{
    font-size: 16px;
    display: inline-block;
    text-align: center;
    color: var(--theme-color);
    position: relative;
}
.frontTit h5:before{
    display: block;
    content: "";
    width: 50px;
    height: 1px;
    background: var(--theme-color);
    position: absolute;
    top: 50%;
    right: -70px;
    transform: translate(0,-50%);
}
.frontTit h5:after{
    display: block;
    content: "";
    width: 50px;
    height: 1px;
    background: var(--theme-color);
    position: absolute;
    top: 50%;
    left: -70px;
    transform: translate(0,-50%);
}
.frontTit h3{
    color: #333;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 20px;
}
/*优势*/
.advantages li .adCon{
    position: relative;
    overflow: hidden;
    padding: 60px 35px;
    border: 1px solid #ececec;
    transition: all 0.5s ease;
    cursor: pointer;
}
.advantages li h5{
    margin-top: 15px;
}
.advantages li .adCon p{
    text-align: center;
    margin-top: 20px;
    transition: all 0.5s ease;
}
.advantages li:hover .adCon{
    background: var(--theme-color);
}
.advantages li:hover{
    color: #fff;
}
.advantages li:hover p{
    color: #fff;
}
.advantages li .adCon .img{
    position: relative;
}
.advantages li .adCon .coverImg{
    position: absolute;
    left:-250px;
    top: 0;
    opacity: 0;
}
.advantages li:hover .coverImg{
    opacity: 1;
    left: 0;
    transition: all 0.5s ease;
}
.advantages li .adCon num{
    position: absolute;
    left: -30px;
    font-size: 150px;
    opacity: 0.05;
    top: -30px;
    font-weight: bold;
    transition: all 0.5s ease;
}
.advantages li:hover .adCon .firstNum{
    opacity: 0;
}
.advantages li .adCon .coverNum{
    opacity: 0.1;
    left: -180px;
    color: #fff;
}
.advantages li:hover .coverNum{
    left: -30px;
    color: #fff;
}

/*服务*/
.service{
    margin-bottom: 100px;
    background: url(../images/servicebg.jpg) no-repeat top center;
}
.service .frontTit h5,.service .frontTit h3,.service .frontTit p{
    color: #fff;
}
.service .frontTit h5:after,.service .frontTit h5:before{
    background: #fff;
}
.service .serviceFlow{
    overflow: hidden;
    position: relative;
}
.service .serviceFlow .service-button-prev,.service .serviceFlow .service-button-next{
    z-index: 2;
    position: absolute;
    top: 50%;
    transform: translate(0,-50%);
}
.service li a{
    display: block;
    position: relative;
}
.service ul{
    padding: 0;
}
.service li .serviceCon{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 15px 30px;
    background: rgba(51,51,51,.8);
    transition: all 0.5s ease;
}
.service li:hover .serviceCon{
    background: rgba(55,184,119,.8);
}
.service li .serviceCon p,.service li .serviceCon h5{
    color: #fff;
}
.service .serviceList{
    padding-left: 30px;
}
.service .serviceLink a{
    overflow: hidden;
    display: flex;
    width: 100%;
    height: 100%;
    color: #fff;
    background: var(--theme-color);
}
.service .serviceLink h3{
    font-size: 32px;
    margin-bottom: 10px;
    transition: all 0.5s ease;
}
.service .serviceLink h5{
    transition: all 0.5s ease;
}
.service .serviceLink:hover h3{
    transform: translate(-5px,-5px);
}
.service .serviceLink:hover h5{
    transform: translate(-5px,-5px);
}
.service .serviceLink span{
    color: #fff;
    font-size: 48px;
    position: absolute;
    right: 30px;
    bottom: 15px;
    transform: translate(50px,50px);
    transition: all 0.8s ease;
    opacity: 0;
}
.service .serviceLink:hover span{
    transform: translate(0);
    opacity: 1;
}
.service .serviceFlow .swiper-pagination{
    position: absolute;
    right: 30px;
    bottom: 25px;
    width: auto;
    left: auto;
}
.service .serviceFlow .swiper-pagination .swiper-pagination-bullet{
    border: 1px solid #fff;
    background: transparent!important;
    opacity: 1;
    position: relative;
    margin: 0 10px;
    transition: all 0.5s ease;
}
.service .serviceFlow .swiper-pagination .swiper-pagination-bullet:last-child{
    margin-right: 0;
}
.service .serviceFlow .swiper-pagination .swiper-pagination-bullet:after{
    display: block;
    content: "";
    border-radius: 50%;
    border: 1px solid transparent;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.5s ease;
}
.service .serviceFlow .swiper-pagination .swiper-pagination-bullet-active{
    background: #fff!important;
}
.service .serviceFlow .swiper-pagination .swiper-pagination-bullet-active:after{
    border-color: #fff;
}
.serviceMb{
    display: none;
}
.serviceMb li{
    margin-bottom: 12px;
}

/*关于我们*/
.about{
    margin: 100px 0;
}
.about .aboutBg{
    position: relative;
}
.about .frontTit{
    padding-top: 0;
}
.about .frontTit h5:after{
    display: none;
}
.about .aboutCon{
    position: absolute;
    left: 0;
    top: 50%;
    transform: translate(0,-50%);
    width: 100%;
}
.about .aboutCon .container .contxt{
    width: 50%;
}
.about .more{
    display: inline-block;
    padding: 15px 30px;
    margin-top: 100px;
    color: var(--theme-color);
    border: 1px solid var(--theme-color);
}
.about .more:hover{
    background: var(--theme-color);
    color: #fff;
}
.about .more span{
    display: inline-block;
    transform: rotateY(180deg);
}
.about .teamAdvlist{
    margin-top: 100px;
}
.about .teamAdvlist li{
    width: 28%;
}
.about .teamAdvlist li .img{
    width: 30%;
    margin-right: 20px;
}
.about .teamAdvlist li h5{
    color: var(--theme-color);
    font-weight: bold;
    margin-bottom: 30px;
}

.aboutMb{
    display: none;
}
.aboutMb .contxt2{
    background: #f4f4f4;
    padding-left: 30px;
    padding-right: 15px;
}
.aboutMb .contxt2 p{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

/*过程*/
.process{
    padding: 100px 0;
    background: #f2f2f2;
}
.process .arrow4{
    margin-top: 30px;
}
.process ul .img:last-child{
    display: none;
}
.process li h4{
    color: #333;
    font-size: 22px;
    margin: 40px 0 30px;
}
.process li p{
    text-align: center;
}

/*成员简介*/
.team{
    padding: 100px 0;
}
.team .frontTit{
    padding-top: 0px;
}
.team .frontTit h5:after{
    display: none;
}
.team .titDivide{
    padding-right: 85px;
}
.team .more{
    margin-top: 100px;
    display: inline-block;
    color: var(--theme-color);
    padding: 15px 30px;
    border: 1px solid var(--theme-color);
}
.team .more:hover{
    color: #fff;
    background: var(--theme-color);
}
.team li a{
    display: block;
    position: relative;
}
.team li .teamTit{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 55%;
    padding: 30px;
    background: rgba(55,184,119,.9);
}
.team li .teamTit h5{
    color: #fff;
    font-weight: bold;
}
.team li .teamTit h5 span{
    padding-left: 3px;
    font-size: 14px;
}
.team li .teamTit p{
    margin-top: 10px;
    color: #fff;
}
.team .teamFlow{
    overflow: hidden;
}
.team li{
    width: 33.333333%;
}
.team .teamFlow .swiper-pagination{
    padding: 50px 0 10px;
    position: static;
}
.team .teamFlow .swiper-pagination .swiper-pagination-bullet{
    background: 333!important;
    opacity: 1;
    position: relative;
    margin: 0 10px;
    transition: all 0.5s ease;
}
.team .teamFlow .swiper-pagination .swiper-pagination-bullet:after{
    display: block;
    content: "";
    border-radius: 50%;
    border: 1px solid transparent;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.5s ease;
}
.team .teamFlow .swiper-pagination .swiper-pagination-bullet-active{
    background: #333!important;
}
.team .teamFlow .swiper-pagination .swiper-pagination-bullet-active:after{
    border-color: #333;
}

/*联系我们横幅*/
.contact{
    padding: 100px 0;
    background: url(../images/contact.jpg) center no-repeat;
}
.contact .contactTit{
    border-left: 10px solid #fff;
    padding-left: 30px;
}
.contact .contactTit h3{
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}
.contact .contactTit h5{
    color: #fff;
}
.contact .contactLink a:first-child{
    margin-right: 30px;
    padding: 15px 30px;
    border: 1px solid #fff;
    color: #fff;
}
.contact .contactLink a:last-child{
    padding: 15px 50px;
    background: #fff;
    border: 1px solid #fff;
    color: var(--theme-color);
}
.contact .contactLink a:first-child:hover{
    background: #fff;
    color: var(--theme-color);
}
.contact .contactLink a:last-child:hover{
    background: transparent;
    color: #fff;
}

/*案例*/
.cases {
    padding-bottom: 100px;
}
.cases .container{
    position: relative;
}
.cases .casesFlow li{
    width: 25%;
}
.cases .casesFlow .case-button-prev{
    position: absolute;
    left: -8px;
    top: 35%;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    background: var(--theme-color);
    z-index: 2;
}
.cases .casesFlow .case-button-prev span{
    font-size: 24px ;
    transform: rotateY(180deg);
}
.cases .casesFlow .case-button-next{
    position: absolute;
    right: -8px;
    top: 35%;
    width: 40px;
    height: 40px;
    color: #fff;
    border-radius: 50%;
    background: var(--theme-color);
    z-index: 2;
}
.cases .casesFlow .case-button-next span{
    font-size: 24px ;
}
.cases .casesFlow li .caseCon{
    padding: 20px 30px;
    background: rgba(51,51,51,.9);
    transition: all 0.5s ease;
}
.cases .casesFlow li .caseCon h5{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
}
.cases .casesFlow li .caseCon .caseTit{
    padding-right: 10px;
}
.cases .casesFlow li .caseCon p{
    color: #fff;
}
.cases .casesFlow li:hover .caseCon{
    background: rgba(55,184,119,.9);
}
.cases .casesFlow .swiper-pagination{
    padding: 50px 0 10px;
    position: static;
}
.cases .casesFlow .swiper-pagination .swiper-pagination-bullet{
    background: 333!important;
    opacity: 1;
    position: relative;
    margin: 0 10px;
    transition: all 0.5s ease;
}
.cases .casesFlow .swiper-pagination .swiper-pagination-bullet:after{
    display: block;
    content: "";
    border-radius: 50%;
    border: 1px solid transparent;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    transition: all 0.5s ease;
}
.cases .casesFlow .swiper-pagination .swiper-pagination-bullet-active{
    background: #333!important;
}
.cases .casesFlow .swiper-pagination .swiper-pagination-bullet-active:after{
    border-color: #333;
}

/*新闻*/
.news{
    padding-bottom: 100px;
    background: #f8f8f8;
}
.news li .newsItem{
    display: block;
    position: relative;
}
.news li .img{
    overflow: hidden;
}
.news li img{
    transition: all 0.5s ease;
}
.news li:hover img{
    transform: scale(1.1);
}
.news li .newsCon{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 15px 30px;
    transition: all 0.5s ease;
}
.news li .newsCon p{
    color: #fff;
}
.news li .newsCon .time p,.news li .newsCon .views p{
    line-height: 1;
}
.news li .newsCon .time span,.news li .newsCon .views span{
    margin-right: 5px;
    color: #fff;
    font-size: 24px;
}
.news li .newsCon h4{
    transition: all 0.5s ease;
    font-size: 22px;
    color: #fff;
    margin-bottom: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news li .newsCon .newsDes{
    height: 0;
    overflow: hidden;
    transition: all 0.5s ease;
}
.news li .newsCon .newsDes p{
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news li:hover .newsCon{
    background: var(--theme-color);
}
.news li:hover .newsDes{
    height: 250px;
}
.news li .newsCon .newsBtline{
    padding-top: 5px;
    border-top: 1px solid #fff;
}
.news li .newsCon a{
    text-align: right;
    color: #fff;
    margin-top: 50px;
}
.news li .newsCon a span{
    display: inline-block;
    transform: rotateY(180deg);
}
.news .more{
    display: inline-block;
    margin-top: 50px;
    color: #333;
    padding: 15px 30px;
    border: 1px solid #d1d1d1;
}
.news .more span{
    display: inline-block;
    transform: rotateY(180deg);
}
.news .more:hover{
    background: var(--theme-color);
    color: #fff;
}

/*合作伙伴*/
.partners{
    padding: 100px 0;
}
.partners li .img{
    padding: 15px;
}
.partners li img{
    margin: auto;
}

/*尾部*/
.footer{
    padding-top: 100px;
    background: #1d1f1d;
}
.footer{
    padding-top: 100px;
    background: #1d1f1d;
}
.footer .footCol li a{
    color: #fff;
    display: block;
    margin-bottom: 10px;
    color: #999;
    transition: all 0.5s ease;
}
.footer .footCol li a:hover{
    color: #fff;
}
.footer .footCol li:first-child{
    display: none!important;
}
.footer .footCol li h5{
    font-size: 16px;
    color: #fff;
    margin-bottom: 30px;
}
.footer .footCol li{
    margin-right: 100px;
}
.footer .footcontact a{
    color: #fff;
    display: block;
    margin-bottom: 5px;
}
.footer .footcontact a span{
    padding-left: 5px;
}
.footer .footerBtline{
    padding-bottom: 50px;
    margin-top: 100px;
}
.footer .footerBtline .lawLink a{
    color: #fff;
    margin-right: 30px;
}
.footer .footerBtline .icons a{
    margin-left: 15px;
}
.footer .footerBtline .icons a span{
    color: #fff;
    font-size: 20px;
}
.footer .icp{
    border-top: 1px solid #303030;
    padding: 20px 0;
}
.footer .icp p{
    padding: 0 15px;
    color: #999;
    text-align: center;
    color: #fff;
}

/*内页导航*/
.colTit{
    color: #333;
    flex:1;
}
.nyNav{
    padding: 30px 0;
    border-bottom: 1px solid #eee;
}
.ibanner{
    position: relative;
    box-shadow: 0 0 10px rgba(0,0,0,.3);
}
.ibanCon{
    transform: translate(-50%,-50%);
    position: absolute;
    left: 50%;
    top:50%;
    text-align: right;
}
.ibanCon h2{
    color: #fff;
}
.ibanCon h3{
    margin-top: 15px;
    text-transform: uppercase;
    color: #fff;
}

/*封面页详情页*/
.infoPage{
    padding: 70px 0;
}
.pageContent p{
    margin-bottom: 14px;
}
.infoTit h4{
    padding-bottom: 5px;
    color: #333;
}
.infoTit{
    text-align: center;
    margin-bottom: 30px;
}
.page{
    padding: 30px 0 0;
}
.page a:hover{
    color: #bd0b07;
}
.infoDes{
    margin-bottom: 14px;
    background: #eee;
    padding: 10px 15px;
}
.infoDes span{
    color: #333;
}

/*列表页*/
.listPage{
    padding: 70px 0;
}
.listPage li{
    padding-bottom: 15px;
}


/*关于我们内页*/
.aboutText p{
    text-align: center;
}
.aboutText img{
    margin: auto;
    margin-bottom: 15px;
}
.nymilePost{
    padding: 30px 0 70px;
    text-align: center;
    margin-bottom: 70px;
}
.nymilePost li h2{
    margin-bottom: 15px;
}
.nymilePost li{
    border-right: 1px solid;
    border-color: rgba(0,0,0,0.1);
}
.nymilePost li:last-child{
    border: none;
}
.nymilePost p{
    margin-top: 5px;
}
.nyAbout{
    padding-bottom: 0!important;

}
.borderBtm{
    border-bottom: 1px solid #eee;
}
.companyP{
    overflow: hidden;
}
.companyP li{
    padding: 0 15px 70px;
    width: 25%!important;
}
.companyP li .img{
    border: 1px solid #eee;
}
.companyP li h5{
    margin-top: 30px;
    text-align: center;
}

/*产品列表页*/
.proTit h5{
    font-weight: bold;
    margin: 10px 0;
    color: #311500;
    text-align: center;
}
.proTit p{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-align: center;
    color: #666;
}
.proList li{
    position: relative;
    transition: all ease 0.5s;
}
.proList li .img{
    transition: all 0.5s ease;
    padding-bottom: 25px;
    overflow: hidden;
}
.proList li img{
    transition: all ease 0.5s;
}
.proList li:hover img{
    transform: scale(1.1);
}
.proList li .icon-icon-test{
    font-size: 30px;
    position: absolute;
    display: block;
    top: 0px;
    left: 5px;
}
.icon-icon-test:before{
    background: #fff;
}

/*产品详情页*/
.latelyView{
    padding: 70px 0;
}
.latelyView h5{
    margin-bottom: 30px;
}
.latelyList li{
    padding: 15px;
    transition: all 0.5s ease;
}
.latelyList li p{
    padding: 5px 0;
    text-align: center;
    font-size: 16px;
}
.latelyList li:hover{
    box-shadow: 0 0 10px rgba(0,0,0,.1);
}
.proDtl .container{
    padding-bottom: 70px;
    border-bottom: 1px solid #eee;
}
.hotPro li{
    transition: all 0.5s ease;
    border-bottom: 1px solid #999;
    margin-bottom: 15px;
}
.hotPro li:hover{
    box-shadow:0 12px 20px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
}
.hotPro h5{
    text-align: center;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.hotPro li p{
    text-align: center;
}
.titText{
    padding-top: 10px;
    padding-left: 30px;
}
.titText h4{
    color: #666;
}
.titText p{
    margin-bottom: 0!important;
}
.proDes{
    margin-top: 10px;
}
.titText h4:after{
    display: block;
    content: "";
    margin-top: 10px;
    background: #eee;
    width: 100%;
    height: 1px;
}
.nyProtit{
    margin-bottom: 30px;
}
.titText .tel{
    display: inline-block;
    margin-top: 10px;
    font-size: 16px;
    padding: 10px 20px;
    background: #392c13;
    color: #fff;
}
.proDes p{
    color: #392c13;
    font-size: 16px;
}

/*案例列表页*/
.caseList li a{
    display: block;
    border: 1px solid #f5f5f5;
}
.caseList li .caseCon{
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    background: rgba(51,51,51,.8);
    transition: 0.5s ease all;
}
.caseList li .caseCon h4{
    color: #fff;
}
.caseList li:hover .caseCon{
    opacity: 1;
    visibility: visible;
}

/*新闻列表页*/
.newsList li{
    width: 100%;
    transition: all 0.5s ease!important;
    padding: 15px;
    border-bottom: 1px solid #eee;
}
.newsText h5{
    color: #333;
    margin-bottom: 15px;
}
.newsText p{
    margin-bottom: 15px;
}
.newsText span{
    font-size: 16px;
}
.newsList li:hover{
    padding: 20px 15px;
    box-shadow:0 12px 20px rgba(0, 0, 0, 0.1);
}

/*联系我们内页*/
.contactList ul{
    padding-bottom: 70px;
    width: 100%;
}
.contactList ul li{
    position: relative;
    margin-bottom: 30px;
    padding: 30px 15px;
    text-align: center;
    transition: all 0.5s ease;
}
.contactList ul li:after{
    display: block;
    content: "";
    position: absolute;
    width: 1px;
    height: 30%;
    background: #999;
    left: 0;
    top:50%;
    transform: translate(0, -50%);
    
}
.contactList ul li h1{
    font-size: 60px;
}
.contactList ul li h5{
    margin: 10px 0;
    color: #333;
}
.contactList ul li p{
    font-size: 16px;
    margin-bottom: 0;
}
.contactList ul li:first-child:after{
    display: none;
}
.contactList ul li:hover{
    box-shadow:0 12px 20px rgba(0, 0, 0, 0.1);
}
.nyContact{
    background: url(../images/nyContact.jpg) center no-repeat;
    padding-bottom: 70px;
}
.map{
    width: 100%;
    overflow: hidden;
    border: 10px solid #eee;
}
.map p{
    margin: 0!important;
    padding: 0!important;
}
.map iframe{
    display: block;
}
/*列表页翻页按钮*/
.pagination{
    margin: 30px 0 0;
    border-radius: 3px;
}
.pagination li span, .pagination li a{
    padding: 5px 10px;
}
.pagination li{
    cursor: pointer;
}
.pagination .active a{
    background: #333;
    border-color: #333;
}
.pagination li a{
    color: #333;
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover{
    color: #fff;
    background: #333;
    border-color: #333;
}
.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
    color: #333;
}
/*内页右侧导航*/
.menuBox{
    position: relative;
}
.inner_menu{
    background: #fff;
}
.inner_menu .tit{
    height: 50px;
    font-size: 16px;
    background: #333;
    font-weight: bold;
    line-height: 50px;
    padding: 0 20px;
    color: #fff;
}
.menuCol{
    border-bottom: 1px rgba(0,0,0,.1) solid;
    padding: 0!important;
    width: 100%;
}
.inner_menu ul li a{
    transition: all 0.5s ease;
    display: block;
    padding: 10px 15px;
    color: #fff;
    font-size: 14px;
    background: #ababab;
}
.inner_menu ul li a:hover{
    background: #999;
}
.nyright .contactCon,.nyright .search{
    margin-top: 30px;
}
.nyinforight .contactCon,.nyinforight .search{
    margin: 0 0 30px;
}
.nyinforight h5,.nyright h5{
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #333;
}
.hotNews .img{
    padding: 0;
}
.hotnewsCon span{
    font-size: 12px;
}
.hotNews li{
    padding-bottom: 15px;
}
.hotnewsCon p{
    margin: 0;
}

/*全站搜索*/
.searchMain{
    padding: 70px 0;
}
.searchBox{
    padding-top: 15px;
}
.search form{
    padding: 0;
    height: 40px;
}
.searchKey{
    padding-left: 10px;
    width: 100%;
}
.search button{
    transition: all 0.5s ease;
    background: #fff;
    width: 50px;
    border: 1px solid #999;
}
.search button:hover{
    background: #333;
}
.search button:hover .icon-sousuo{
    color: #fff;
}
.search button .icon-sousuo{
    font-weight: bold;
    font-size: 24px;
    color: #333;
}
.search-body-list li{
    padding: 15px 0;
    border-bottom: 1px solid #eee;
    display: block;
}
.search-body-title,.search-body-content{
    margin-bottom: 10px;
}

/*二维码*/
.layerWechat,.layerWechat2{
    display: none;
}