* {
    padding: 0;
    margin: 0;
}

img {
    display: block;
}

.head {
    padding-bottom: 25px;
    background-color: #fff;
}

.head .headWrapper {
    width: 1100px;
    margin: 0 auto;
}

.headWrapper .headtop {
    overflow: hidden;
}

.headWrapper .headtop .headleft {
    display: flex;
    float: left;
    padding-top: 20px;
    width: 500px;
}

.headWrapper .headtop .headleft img {
    width: 144px;
    height: 55px;
}

.headWrapper .headtop .headleft .wz .cd {
    font-weight: bold;
    color: #1A1A1A;
    font-size: 28px;
}

.headWrapper .headtop .headleft .wz .ch {
    font-size: 15px;
    font-weight: bold;
    color: #1A1A1A;
}

.headWrapper .headtop .headright {
    float: right;
    display: flex;
}

.headWrapper .headtop .headright .one {
    padding-top: 30px;
    display: flex;
}

.headWrapper .headtop .headright .one input {
    width: 210px;
    height: 35px;
    vertical-align: top;
    border: 1px solid rgba(207,28,28,1);
    color: #999999;
    padding-left: 10px;
}

.headWrapper .headtop .headright .one button {
    width: 47px;
    height: 37px;
    background: rgba(207,28,28,1);
    padding-left: 8px;
    padding-top: 2px;
    border: 1px solid rgba(207,28,28,1);
}

.headWrapper .headtop .headright .two {
    display: flex;
    padding-left: 20px;
}

.headWrapper .headtop .headright .two img {
    width: 46px;
    height: 47px;
    display: block;
    padding-top: 27px;
}

.headWrapper .headtop .headright .two .sz {
    padding-left: 10px;
    padding-top: 18px;
}

.headWrapper .headtop .headright .two .sz .num {
    font-size: 28px;
    color: #1A1A1A;
    font-weight: bold;
}









/* 导航栏 */
.nav {
    background-color: #EEEEEE;
}

.nav .navWrapper {
    width: 1100px;
    margin: 0 auto;
}

.navWrapper ul {
    justify-content: space-between;
    display: flex;
}

.navWrapper ul li {
    list-style: none;
    width: 146px;
    height: 52px;
    text-align: center;
}

.navWrapper ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 52px;
}

.navWrapper ul li:hover {
    list-style: none;
    width: 146px;
    border-top: 3px solid #CF1C1C;
    height: 49px;
    text-align: center;
    background-color: #fff;
}

.navWrapper ul li:hover a {
    color: #CF1C1C;
    text-decoration: none;
    font-size: 18px;
    line-height: 46px;
}

.active1 {
    list-style: none;
    width: 146px;
    border-top: 3px solid #CF1C1C;
    height: 46px;
    text-align: center;
    background-color: #fff;
}

.active1 a {
    color: #CF1C1C;
    text-decoration: none;
    font-size: 18px;
    line-height: 43px;
}

.footer {
    padding-bottom: 30px;
    background-color: #333333;
}

.footer .footerWrapper {
    width: 1200px;
    margin: 0 auto;
}

.footerWrapper .footertop {
    padding-top: 30px;
}

.footerWrapper .footertop .yq {
    display: flex;
    color: #fff;
    height: 50px;
    border-top: 33px;
    border-bottom: 1px solid #4D4D4D;
}

.footerWrapper .footertop .yq a {
    text-decoration: none;
    color: #fff;
    padding-left: 20px;
}

.footerWrapper .footerbottom {
    display: flex;
}

.footerWrapper .footerbottom img {
    padding-top: 30px;
}

.footerWrapper .footerbottom .foot {
    padding-left: 20px;
    color: #FFFFFF;
    padding-top: 62px;
}

/* 成功案例 */
.success {
    padding-top: 60px;
    background-color: #fff;
    padding-bottom: 60px;
}

.success .successWrapper {
    width: 1100px;
    margin: 0 auto;
}

.successWrapper .successtitle {
    text-align: left;
}

.successWrapper .successtitle .cgal {
    font-size: 36px;
}

.successWrapper .successtop {
    padding-top: 30px;
    display: flex;
    justify-content: space-between;
}

.successWrapper .successtop .succtb {
    padding-top: 10px;
}

.successWrapper .successtop .succtb .ab {
    text-align: left;
    font-size: 18px;
}

.successWrapper .successtop .succtb:hover .ab {
    color: #CF1C1C;
}



/* 动态 */
.dongtai {
    padding-bottom: 60px;
    background-color: #fff;
    padding-top: 60px;
}

.dongtai .dongtaiWrapper {
    width: 1100px;
    margin: 0 auto;
}

.dongtaiWrapper .dongtaititle {
    text-align: left;
}

.dongtaiWrapper .dongtaititle .dong {
    font-size: 36px;
}

.dongtaiWrapper .dongtaitop {
    padding-top: 0px;
    display: flex;
}

.dongtaiWrapper .dongtaitop .dongtairight {
    padding-left: 50px;
}

.dongtaiWrapper .dongtaitop .dongtairight .jy {
    font-size: 26px;
    padding-bottom: 20px;
}

.dongtaiWrapper .dongtaitop .dongtairight .jy a {
    text-decoration: none;
    color: #332C2B;
}

.dongtaiWrapper .dongtaitop .dongtairight .cy a {
    text-decoration: none;
    color: #332C2B;
}

.dongtaiWrapper .dongtaitop .dongtairight .yr a {
    text-decoration: none;
    color: #dadada;
}

.dongtaiWrapper .dongtaitop .dongtairight .cy {
    font-size: 18px;
    padding-bottom: 20px;
}

.dongtaiWrapper .dongtaitop .dongtairight .yr {
    font-size: 18px;
    width: 150px;
    bottom: 45px;
    padding-top: 20px;
    border-top: 1px solid #dadada;
    color: rgba(62, 62, 62, .5);
}

.chanpinfl {
    text-align: center;
    margin: 30px 0;
}

.chanpin .focus {
    background: #333333;
    color: #fff;
    display: inline-block;
    padding: 5px 10px;
    text-decoration: none;
    margin-right: 8px;
}
/* 产品展示 */

.chanpin {
    padding-top: 60px;
    padding-bottom: 60px;
}

.chanpin .chanpinWrapper {
    width: 1100px;
    margin: 0 auto;
}

.chanpinWrapper .chanpintitle {
    text-align: left;
}

.chanpinWrapper .chanpintitle .zhanshi {
    font-size: 36px;
    text-align: center;
}

.chanpinWrapper .chanpintop {
    padding-top: 20px;
}

.chanpinWrapper .chanpintop .fenlei {
    padding-top: 20px;
    width: 30%;
    float: left;
    margin-right: 5%;
    margin-bottom: 3%;
}

.chanpinWrapper .chanpintop .fenlei:nth-child(3n) {
    margin-right: 0px;
}

.chanpinWrapper .chanpintop .fenlei .dapin {
    text-align: center;
    margin-top: 10px;
    font-size: 22px;
}

.dapin a {
    color: #000;
    text-decoration: none;
}

.chanpinWrapper .chanpintop .fenlei  img {
    display: block;
    width: 100%;
    max-width: 100%;
    transition: all 0.6s;
    cursor: pointer;
    border: 1px solid #CCCCCC;
    width: 100%;
    height: 250px;
}

.chanpinWrapper .chanpintop .fenlei  img:hover {
    transform: scale(1.4);
}

.chanpinWrapper .chanpintop .fenlei .fl {
    padding-top: 10px;
    float: left;
}

.clear {
    clear: left;
}











/* 解决方案 */

.dongtai {
    padding-bottom: 60px;
    background-color: #fff;
    padding-top: 60px;
}

.dongtai .dongtaiWrapper {
    width: 1100px;
    margin: 0 auto;
}

.dongtaiWrapper .dongtaititle {
    text-align: left;
}

.dongtaiWrapper .dongtaititle .dong {
    font-size: 36px;
}

.dongtaiWrapper .dongtaitop {
    padding-top: 0px;
    display: flex;
    margin-bottom: 30px;
    border:1px solid #dadada;
}
.dongtaiWrapper .dongtaitop:hover{
    border:1px solid #d80d18;
}
.dongtaiWrapper .dongtaitop:hover .jy a{
    color:#d80d18!important;
}
.dongtaiWrapper .dongtaitop .dongtaileft img {
    width: 400px;
    height: 260px;
    display: block;
}

.dongtaiWrapper .dongtaitop .dongtairight {
    padding-left: 50px;
}

.dongtaiWrapper .dongtaitop .dongtairight .jy {
    font-size: 26px;
    padding-bottom: 20px;
    padding-top: 15px;
}

.dongtaiWrapper .dongtaitop .dongtairight .jy a {
    text-decoration: none;
    color: #332C2B;
}
.dongtaiWrapper .dongtaitop .dongtairight .jy a:hover{
    color:#d80d18;
}
.dongtaileft{

    width: 400px;
}
.dogntaileft img{
  cursor: pointer;
  transition: all 0.6s;
}
.dogntaileft img:hover{
  transform: scale(1.4);
}
.dongtaiWrapper .dongtaitop .dongtairight .cy a {
    text-decoration: none;
    color: #332C2B;
}

.dongtaiWrapper .dongtaitop .dongtairight .yr a {
    text-decoration: none;
    color: #dadada;
}

.dongtaiWrapper .dongtaitop .dongtairight .cy {
    font-size: 18px;
    padding-bottom: 20px;
}

.dongtaiWrapper .dongtaitop .dongtairight .yr {
    font-size: 18px;
    width: 150px;
    bottom: 45px;
    padding-top: 20px;
    border-top: 1px solid #dadada;
    color: rgba(62, 62, 62, .5);
}



/* 分页 */
.page1 {
    padding-bottom: 50px;
    padding-top: 40px;
    text-align: center;
}

.page1 a,.page1 .current {
    height: 36px;
    background: #ffffff;
    font-size: 16px;
    display: inline-block;
    width: 36px;
    line-height: 36px;
    text-decoration: none;
    border: 1px solid rgba(204,204,204,1);
    color: #000;
    margin-right: 5px;
    text-align: center;
}

.page1 .next,.page1 .prev {
    width: 50px;
}

.page1 .current {
    background: #d80d18;
    color: #fff;
}

.page1 .xia {
    width: 76px;
    border: 1px solid rgba(204,204,204,1);
}

.page1 .wei {
    width: 66px;
    border: 1px solid rgba(204,204,204,1);
}

.page1 button:hover {
    height: 36px;
    background: #0071BC;
    font-size: 16px;
    color: #ffffff;
    width: 36px;
}

.page1 .xia:hover {
    width: 76px;
    color: #ffffff;
    background: #0071BC;
    border: 1px solid rgba(204,204,204,1);
}

.anniu .wei:hover {
    width: 66px;
    color: #ffffff;
    background: #0071BC;
    border: 1px solid rgba(204,204,204,1);
}







/* 关于我们 */
.jieshao {
    padding-top: 60px;
    padding-bottom: 60px;
}

.jieshao .jieshaoWrapper {
    width: 1100px;
    margin: 0 auto;
}

.jieshaoWrapper .jieshaotitle {
    text-align: left;
}

.jieshaoWrapper .jieshaotitle .jj {
    font-size: 30px;
}

.jieshaoWrapper .jieshaotop {
    padding-top: 30px;
}

.jieshaoWrapper .jieshaotop .cc {
    font-size: 18px;
    line-height: 30px;
}



/* 联系我们 */
.contact {
    padding:30px;
    background-color: #ffffff;
}

.contact .contactWrapper {
    width: 1100px;
    margin: 0 auto;
}

.contactWrapper .contactitle {
    text-align: left;
}

.contactWrapper .contactitle .lx {
    font-size: 30px;
}

.contactWrapper .contacttop {
    padding-top: 30px;
}

.contactWrapper .contacttop .jl {
    font-size: 18px;
    line-height: 30px;
}

.company {
    padding-top: 60px;
    padding-bottom: 60px;
}

.company .companyWrapper {
    width: 1100px;
    margin: 0 auto;
}

.companyWrapper .companytitle {
    text-align: left;
}

.companyWrapper .companytitle .com {
    font-size: 30px;
}

.companyWrapper .companytop {
    padding-top: 20px;
    display: flex;
    justify-content: space-between;
}

.companyWrapper .companytop img {
    width: 280px;
    height: 240px;
}

.companyWrapper .companytop .comleft {
    padding-top: 10px;
}

.swiper-container {
    width: 1100px;
}  


/* 导航栏 */
.nav {
    background-color: #EEEEEE;
}

.nav .navWrapper {
    width: 1100px;
    margin: 0 auto;
    position: relative;
}

.navWrapper ul {
    justify-content: space-between;
    display: flex;
}

.navWrapper ul li {
    list-style: none;
    width: 146px;
    border-top: 3px solid #EEEEEE;
    height: 46px;
    text-align: center;
}

.navWrapper ul li a {
    text-decoration: none;
    font-size: 18px;
    color: #1A1A1A;
    line-height: 46px;
}

.navWrapper ul li:hover {
    list-style: none;
    width: 146px;
    border-top: 3px solid #CF1C1C;
    height: 46px;
    text-align: center;
    background-color: #fff;
}

.navWrapper ul li:hover a {
    color: #CF1C1C;
    text-decoration: none;
    font-size: 18px;
    line-height: 46px;
}

.active1 {
    list-style: none;
    width: 146px;
    border-top: 3px solid #CF1C1C!important;
    height: 46px;
    text-align: center;
    background-color: #fff;
}

.active1 a {
    color: #CF1C1C;
    text-decoration: none;
    font-size: 18px;
    line-height: 46px;
}

.subMenu {
    position: absolute;
    width: 1100px;
    padding: 20px 40px;
    background-color: #FFFFFF;
    z-index: 1000000;
    left: 0px;
}

.subMenu1 {
    position: absolute;
    width: 1100px;
    padding-bottom: 30px;
    background-color: #FFFFFF;
    z-index: 1000000;
    left: 0px;
}

.subMenu2 {
    position: absolute;
    width: 1100px;
    padding-bottom: 30px;
    background-color: #FFFFFF;
    z-index: 1000000;
    left: 0px;
}

.subMenu .name {
    text-align: left;
    padding-left: 20px;
    display: flex;
}

.subMenu4 .name {
    text-align: left;
    padding-left: 20px;
    display: flex;
}

.subMenu .name a {
    font-size: 16px!important;
    color: #1A1A1A !important;
}

/* .subMenu4 .name a {
    font-size: 16px!important;
    color: #1A1A1A !important;
} */

.subMenu4 {
    position: absolute;
    width: 1100px;
    padding-bottom: 30px;
    background-color: #FFFFFF;
    z-index: 1000000;
    left: 0px;
}

.subMenu4 .name {
    text-align: left;
    padding-left: 20px;
    display: flex;
    border-bottom:1px dashed;
}

 .subMenu4 .name a {
    width: 150px;
    font-size: 16px!important;
} 
.subMenu4 .name .fenli {
    padding-left: 30px;
}
.subMenu4 .name .fenli a {
    color: #1A1A1A;
    padding-left: 20px;
    font-size: 16px!important;
}
.subMenu4 .name .fenli a:hover {
    color: #CF1C1C;
    padding-left: 20px;
    font-size: 16px!important;
}
.subMenu4 {
    position: absolute;
    width: 1100px;
    padding-bottom: 30px;
    background-color: #FFFFFF;
    z-index: 1000000;
    left: 0px;
}
.displayNone {
    display: none;
}
.other .name{
    display: inline-block;
    text-align: left;
    padding:5px 30px!important;
}

.other .name:hover a{
    color:#fff!important;
}
.other .name:hover{
    background:#CF1C1C!important;
}
.other .subMenu{
    text-align:left;
}
@media screen and (max-width:1440px){
   .swiper-button-next,.swiper-button-prev{
        display: none;
   }
}