/*********************公共样式*********************/
html,body{width: 100%;height: 100%;}
/* flex布局 */
.flex-item{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-center{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-middle{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: vertical;-webkit-box-direction: normal;-ms-flex-direction: column;flex-direction: column;-webkit-box-pack: center;-ms-flex-pack: center;justify-content: center;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-box{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: start;-ms-flex-pack: start;justify-content: flex-start;-webkit-box-align: center;-ms-flex-align: center;align-items: center;}
.flex-betw{display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}

/* 版心 */
.w{width: 1440px;margin: 0 auto;}
@media only screen and (max-width: 1680px) {
	.w{width: 1200px;}
}

@media only screen and (max-width: 1220px) {
	.w{width: 920px;}
}

@media only screen and (max-width: 992px) {
	.w{width: 720px;}
}

@media only screen and (max-width: 767px) {
	.w{width: 100%;padding: 0 10px;}
}
/* 距离 */
.pt50{padding-top: 50px;}
.pt30{padding-top: 30px;}
.pb30{padding-bottom: 30px;}
.pt20{padding-top: 20px;}
.pb20{padding-bottom: 20px;}
.mt30{margin-top: 30px;}
.mt20{margin-top: 20px;}
.mb30{margin-bottom: 30px;}
.mb20{margin-bottom: 20px;}
@media screen and (max-width: 1280px){
    .pt50{padding-top: 40px;}
	.mb20{margin-bottom: 10px;}
}
@media screen and (max-width: 992px){
    .pt50{padding-top: 25px;}
    .pt30{padding-top: 12px;}
    .pb30{padding-bottom: 12px;}
    .mt30{margin-top: 12px;}
    .mb30{margin-bottom: 12px;}
}
/*header*/
.header{width: 100%;background: #f7f7f7;padding:20px 0;position: fixed;top: 0;left: 0;z-index: 99;transition: all .4s;box-sizing: initial;}
.header .headerMain{height: 100%;position: relative;}
.header .logo{display: block;height: 50px;}
.header .logo .img{height: 100%;width: 170px;background: url(../img/logo2.png) no-repeat center/100%;transition: .4s;float: left;}
.header .logo .tip{float: right;margin: -5px 0 0 40px;width: 214px;}
.header .logo .tip img{width: 100%;}
.header .nav{height: 100%;}
.header .nav .navItem li{float: left;position: relative;}
.header .nav .navItem li .firstNav{display:block;width: 100%;text-align:center;color: #333; font-size: 18px;transition: all .4s;margin-right: 60px;line-height: 50px;}
.header .nav .navItem li .navDrop{display:none;position: absolute;top: 100%;left: 50%;width: 150px;margin-left: -75px;background: rgba(255,255,255,.9);overflow: hidden;}
.header .nav .navItem li .navDrop a{display: block;font-size: 14px;color: #333;line-height: 40px;text-align: center;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;-webkit-transition: .3s;-moz-transition: .3s;-ms-transition: .3s;-o-transition: .3s;transition: .3s;}
.header .nav .navItem li .navDrop a:hover{color: #fff;background-color: #aa1f24;}
.headerSp{height:90px;}

@media only screen and (max-width: 1680px) {
	.header{padding: 20px 0;}
	.header .nav .navItem li .firstNav{margin-right: 35px;}
}    
@media only screen and (max-width: 1220px){
	.header,.header.fixed{padding: 10px 0;}
	.header .logo .img{width: 150px;}
	.header .logo .tip{width: 170px;margin: 2px 0 0 20px;}
	.header .nav .navItem li .firstNav{font-size: 16px;margin-right: 15px;}
	.header .nav .search{margin-top: 16px;}
	.header .nav .search .searchBox.active{width: 100px;}
	.headerSp{height: 70px;}
}
@media only screen and (max-width: 992px) {
	.header{height: 56px;line-height: 56px;background: #f7f7f7;border-bottom: 1px solid transparent;padding:0;}
	.header .headerMain{width: 100%;padding: 0 20px;}
	.header .logo .img{background: url(../img/logo2.png) no-repeat center/100%;margin-top: 5px;}
	.header .logo .img img{max-height: 100%;}
	.header .logo .tip{margin: 3px 0 0 20px;}
	.header .navItem{display:none;width: 100%;padding: 0 3.5%;height: 100%;background: #fff;position: fixed;top: 56px;right: 0;}
	.header .nav .navItem a{color: #4d4d4d;display: block;border-bottom: 1px solid #e5e5e5;margin-right: 0;}
	.header .nav .navItem a:last-child{margin-right: 0;}
	.header .nav .navItem li .firstNav{color: #333;}
	.header .nav .navItem li{width: 100%;margin: 0;}
	.header .nav .navItem li .firstNav{text-align: left;height: 56px;position: relative;}
	.header .nav .navItem li .firstNav em{transition:all .4s;display:none;width: 40px;height: 100%;position: absolute;top: 0;right: 0;background: url(../img/down_arrow.png) no-repeat center;background-size: 30%;z-index: 99;}
	.header .nav .navItem li .firstNav em.active{transform: rotate(-180deg);}
	.header .nav .navItem li .navDrop{position: relative;width: 100%;left: auto;margin: 0;}
	.header .nav .navItem li .navDrop a{width: 100%;text-align: left;}
	.header .nav .search{margin-top:0;position: absolute;right: 40px;top: 50%;transform: translateY(-50%);-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);}
	.header .nav .search .searchBtn{width: 38px;height: 100%;background: url(../img/search.png) no-repeat center;background-size: auto;}
	.header .nav .search.active{border: 1px solid #fff;}
	.header .nav .search .searchBox input{color: #fff;}
	.header .nav .search .searchBox input::-webkit-input-placeholder{color: #fff;}
	.header .nav .search .searchBox input::-moz-placeholder{color: #fff;}
	.header .nav .search .searchBox input::-ms-input-placeholder{color: #fff;}
	.header .nav .search .searchBox input:-ms-input-placeholder{color: #fff;}
	.headerSp{height: 56px;width: 100%;}
	.menuBtn {position: absolute;width: 24px;height: 24px;right: 20px;top: 50%;margin-top: -12px;}
	.menuBtn span{display: block;width: 100%;height: 2px;background: #aa1f24;position: absolute;left: 0;top: 50%;margin-top: -1px;-webkit-transition: .4s;transition: .4s;border-radius: 2px;}
	.menuBtn .line1{-webkit-transform: translateY(-8px);transform: translateY(-8px);}
	.menuBtn .line3{-webkit-transform: translateY(8px);transform: translateY(8px);}
	.menuBtn.menuOn .line1{-webkit-transform: translateY(0) rotate(-45deg);transform: translateY(0) rotate(-45deg);-webkit-transition: .4s;transition: .4s;}
	.menuBtn.menuOn .line2{opacity: 0;-webkit-transition: .4s;transition: .4s;}
	.menuBtn.menuOn .line3{-webkit-transform: translateY(0) rotate(45deg);transform: translateY(0) rotate(45deg);-webkit-transition: .4s;transition: .4s;}
}
@media only screen and (max-width: 767px){
	.header{height: 48px;line-height: 48px;}
	.header, .header.fixed{padding: 0;}
	.header .logo .img,.header .logo .tip{width: 120px;margin: 0;}
	.header .logo .tip{padding: 9px 0 8px 10px;height: 100%;}
	.header .headerMain{padding: 0 10px;}
	.header .navItem{top: 48px;}
	.header .nav .search{height: 30px;line-height: 30px;right: 42px;}
	.header .nav .search .searchBox.active{width: 80px;}
	.header .nav .navItem li .firstNav{height: 42px;line-height: 42px;}
	.headerSp{height: 48px;width: 100%;}
	.menuBtn{right: 10px;}
}

/***********************首页***********************/
.mainWrap{width:100%;overflow:hidden;}
/*banner*/
.banner{width: 100%;height: 750px;position: relative;}
.banner::after{content: '';display:block;width: 100%;height: 100%;position: absolute;top: 0px;left: 0px;z-index: 1;background: transparent url(../img/pattern.png) repeat top left;}
.banner .swiper-wrapper{height: 100%;}
.banner .swiper-slide{height: 100%;}
.banner .swiper-slide .img{width: 100%;height: 100%;overflow: hidden;}
.banner .swiper-slide .img img{object-fit: cover;width: 100%;-webkit-transform: scale(1);transform: scale(1);}
.banner .swiper-slide-active .img img{-webkit-transform: scale(1.1);transform: scale(1.1);-webkit-transition: 6s cubic-bezier(.59,.5,.41,.92);transition: 6s cubic-bezier(.59,.5,.41,.92);}
.banner .swiper-slide .fadeUp{opacity: 0;}
.banner .swiper-slide-active .fadeUp{opacity:1;-webkit-animation: fadeInUpDis 1s both;animation: fadeInUpDis 1s both;}
.banner .swiper-slide-active .delay200{-webkit-animation-delay: 200ms;animation-delay: 200ms;}
.banner .swiper-slide-active .delay400{-webkit-animation-delay: 400ms;animation-delay: 400ms;}
.banner .swiper-slide-active .delay600{-webkit-animation-delay: 600ms;animation-delay: 600ms;}
.banner .swiper-slide-active .delay800{-webkit-animation-delay: 800ms;animation-delay: 800ms;}
.swiper-container .swiper-button-next:focus,.swiper-container .swiper-button-prev:focus{outline: 0;}
@media only screen and (max-width: 1220px) {
	.banner .swiper-slide .text .textMain{top: 35%;}
}
@media only screen and (max-width: 1024px) {
	.banner{height: auto;}
	.banner .swiper-slide .text .textMain{top: 30%;}
}
@media only screen and (max-width: 767px) {
	.banner .swiper-slide .text .textMain{top: 25%;}
	.banner .swiper-slide .text .textMain .h2{margin-bottom: 5px;}
	.banner .swiper-slide .text .textMain h2{font-size: 16px;}
	.banner .swiper-slide .text .textMain h3{font-size: 12px;}
}

/* title */
.title .fisTit{line-height: 50px;text-align: center;font-weight: bold;font-size: 36px;color: #333;}
.title .secTit{font-size: 16px;color: #999;text-align: center;padding-top: 15px;}
@media only screen and (max-width: 1680px){
	.title{margin: 0 0 20px;}
	.title .secTit{padding-top: 10px;}
}
@media only screen and (max-width: 1220px){
	.title .fisTit{font-size: 28px;line-height: 1.2;}
}
@media only screen and (max-width: 992px){
	.title{margin: 10px 0 15px;}
	.title .fisTit{font-size: 22px;}
}
@media only screen and (max-width: 767px){
	.indexTitle{height: 35px;line-height: 35px;}
	.indexTitle span{font-size: 18px;}
	.indexTitle span.title2{font-size: 20px;}
	.title{margin: 5px 0 10px;padding: 0 10px;}
	.title .secTit{font-size: 14px;padding-top: 6px;}
}


/* 业务领域 */
.businessWrap{padding:60px 0 40px;}
.ywfwWrap{padding: 20px 0;}
.ywfwWrap ul li{float: left;width: 20%;margin: 25px 0;}
.ywfwWrap ul li:first-child{margin-left: 144px;}
.ywfwWrap ul li .ywfwBox{width: 100%;}
.ywfwWrap ul li .ywfwBox .img{margin:0 auto;width: 200px;height: 200px;background:linear-gradient(-45deg,#c8dcff,#5184c3);border-radius: 50%;transition: all .4s;}
.ywfwWrap ul li .ywfwBox .img h4{font-size: 16px;color: transparent;line-height:0;transition: all .4s;}
.ywfwWrap ul li .ywfwBox .img img{width: 40%;transition: all .4s;}
.ywfwWrap ul li .ywfwBox h5{font-size: 20px;text-align: center;color: #666;margin-top: 15px;}

@media only screen and (max-width: 1680px) {
	.ywfwWrap{padding: 0;}
	.ywfwWrap ul li{margin: 20px 0;}
	.ywfwWrap ul li:first-child{margin-left: 120px;}
	.ywfwWrap ul li .ywfwBox .img{width: 160px;height: 160px;}
}
@media only screen and (max-width: 1220px) {
	.businessWrap{padding: 40px 0;}
	.ywfwWrap ul li:first-child{margin-left: 92px;}
	.ywfwWrap ul li .ywfwBox .img{width: 120px;height: 120px;}
	.ywfwWrap ul li .ywfwBox h5{font-size: 18px;margin-top: 10px;}
}
@media only screen and (max-width: 992px) {
	.businessWrap{padding: 30px 0;}
	.ywfwWrap ul li{margin: 15px 0;}
	.ywfwWrap ul li:first-child{margin-left: 72px;}
	.ywfwWrap ul li .ywfwBox .img{width: 90px;height: 90px;}
	.ywfwWrap ul li .ywfwBox h5{font-size: 16px;}
}
@media only screen and (max-width: 767px) {
	.businessWrap{padding: 25px 0;}
	.ywfwWrap{padding: 0 10px;}
	.ywfwWrap ul li{width: 33.33%;margin: 8px 0;}
	.ywfwWrap ul li:first-child{margin-left: 0;}
	.ywfwWrap ul li .ywfwBox .img{width: 70px;height: 70px;}
	.ywfwWrap ul li .ywfwBox h5{font-size: 14px;margin-top: 5px;}
}

/* 项目案例 */
.caseWrap{padding:60px 0;background: url(../img/fw_bg.jpg) no-repeat center;background-size: cover;}
.caseMainWrap ul{margin: 15px -15px 10px;}
.caseMainWrap ul li{float: left;width: 25%;padding: 15px;}
.caseMainWrap ul li a{display: block;width: 100%;background: #fff;border-radius: 6px;box-shadow: 0 0 10px 1px #eee;padding: 10px;transition: all .4s;}
.caseMainWrap ul li a:hover{transform: translateY(-6px);}
.caseMainWrap ul li a:hover .img img{transform: scale(1.1);}
.caseMainWrap ul li a .img{width: 100%;height: 210px;overflow: hidden;}
.caseMainWrap ul li a .img img{width: 100%;height: 100%;transition: all .4s;object-fit:cover;}
.caseMainWrap ul li a .tit{width: 100%;line-height: 40px;font-size: 16px;color:#333;text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding: 0 8px;}
.caseMainWrap .more{text-align: center;margin-top: 10px;}
.caseMainWrap .more a{font-size: 16px;color: #999;}
.caseMainWrap .more a:hover{color: #aa1f24;}
@media only screen and (max-width: 1680px) {
	.caseMainWrap ul{margin: 0 -12px;}
	.caseMainWrap ul li{padding: 12px;}
	.caseMainWrap ul li a .img{height: 175px;}
}
@media only screen and (max-width: 1220px) {
	.caseWrap{padding: 50px 0;}
	.caseMainWrap ul li{width: 33.33%;}
	.caseMainWrap ul li:nth-child(n+7){display: none;}
}
@media only screen and (max-width: 992px) {
	.caseWrap{padding: 30px 0 40px;}
	.caseMainWrap ul{margin: 0 -5px;}
	.caseMainWrap ul li{padding: 5px;}
	.caseMainWrap ul li a{padding: 5px;}
	.caseMainWrap ul li a .img{height: 140px;}
	.caseMainWrap ul li a .tit{line-height: 35px;}
}
@media only screen and (max-width: 767px) {
	.caseWrap{padding: 25px 0;}
	.caseMainWrap ul li{width: 50%;}
	.caseMainWrap ul li a .img{height: 105px;}
	.caseMainWrap ul li a .tit{font-size: 14px;line-height: 30px;}
}

/* 关于我们 */
.aboutUsWrap{overflow: hidden;padding:60px 0;}
.aboutUsH{width:95%;margin:0 auto;}
.aboutUsH .aboutUsHL{width: 230px;height: 226px;position: relative;}
.aboutUsH .aboutUsHL .xxC{display: inline-block;height: 40px;width: 43px;}
.aboutUsH .aboutUsHL .aboutTit{width: 230px;text-align: center;margin: 20px 0;}
.aboutUsH .aboutUsHL .aboutTit h4{font-size: 62px;color: #333;}
.aboutUsH .aboutUsHL .aboutTit h5{font-size: 20px;color: #666;}
.aboutUsH .aboutUsHR{width: calc(100% - 400px);}
.aboutUsH .aboutUsHR p{font-size: 16px;line-height: 2.5;text-indent: 2em;color: #666;}
.count li {float: left;width: 20%;padding: 40px 20px 10px;}
.count li .countBox *{text-align: center;}
.count li .countBox h1 {font-weight: bold;position: relative;transition: all .4s;display: flex;justify-content: center;align-items: center;}
.count li .countBox h1 span {font-size: 50px;color: #5184c3;font-weight: bold;position: relative;transition: all .4s;}
.count li .countBox h2 {font-size: 26px;color: #5184c3;transition: all .4s;}
.count li .countBox h3 {font-size: 16px;color: #666;transition: all .4s;margin-top:6px;}
.count h1 i {font-size: 50px;color: #5184C3;}

@media only screen and (max-width: 1680px) {
	.aboutUsH .aboutUsHL{height: 210px;}
	.aboutUsH .aboutUsHL .aboutTit h4{font-size: 56px;}
	.aboutUsH .aboutUsHR{width: calc(100% - 330px);}
	.count li{padding: 40px 10px 10px;}
	.count li .countBox h1 span,.count h1 i{font-size: 46px;}
	.count li .countBox h2{font-size: 24px;}
	.count li .countBox h3{font-size: 14px;margin-top: 8px;}
}
@media only screen and (max-width: 1220px) {
    .aboutUsWrap{padding: 50px 0;}
	.aboutUsH .aboutUsHL{width: 215px;}
	.aboutUsH .aboutUsHL .aboutTit h4{font-size: 50px;}
	.aboutUsH .aboutUsHR{width: calc(100% - 290px);}
	.aboutUsH .aboutUsHR p{line-height: 2;}
	.count li{padding: 30px 10px 0px;}
	.count li .countBox h1 span, .count h1 i{font-size: 44px;}
	.count li .countBox h2{font-size: 22px;}
}
@media only screen and (max-width: 992px) {
	.aboutUsH{width: 100%;}
	.aboutUsH .aboutUsHR{width: calc(100% - 255px);}
	.aboutUsH .aboutUsHR p{font-size: 14px;line-height: 1.8;}
	.count li{width: 33.33%;padding: 20px 10px 0;}
}
@media only screen and (max-width: 767px) {
	.aboutUsWrap{padding: 30px 10px 10px;}
	.aboutUsH .aboutUsHL{width: 100%;height: auto;}
	.aboutUsH .aboutUsHL .aboutTit{margin: 0;width: 100%;margin-bottom: 10px;}
	.aboutUsH .aboutUsHL .aboutTit h4,.aboutUsH .aboutUsHL .xxC{display: none;}
	.aboutUsH .aboutUsHL .aboutTit h5{font-size: 22px;font-weight: bold;color: #333;}
	.aboutUsH .aboutUsHR{width: 100%;}
	.aboutUsH .aboutUsHR p{font-size: 14px;line-height: 1.8;}
	.count{padding: 0;}
	.count li{width: 50%;padding: 8px 5px 0px;}
	.count li .countBox h1 span, .count h1 i{font-size: 32px;}
	.count li .countBox h2{font-size: 20px;}
	.count li .countBox h3{font-size: 14px;height: 40px;margin-top: 5px;}
}

/* 合作伙伴 */
.hzhbWrap{overflow: hidden;padding:60px 0;background: url(../img/fw_bg.jpg) no-repeat center;background-size: cover;}
.hzhbList{border-top: 1px solid #ccc;padding: 30px 10px 0;}
.hzhbList ul{margin: 0 -10px;}
.hzhbList ul li:nth-child(11n+1){margin-left: 109px;}
.hzhbList ul li{float: left;padding: 10px;width: 16.6%;}
.hzhbList ul li a{background:#fff;box-shadow:0 0 10px 1px #ccc;display: flex;width: 100%;height: 70px;border-radius: 10px;padding: 10px 15px;justify-content: center;align-items: center;overflow: hidden;}
.hzhbList ul li a img{max-width: 100%;max-height: 100%;transition: all .4s;}
.hzhbList ul li a:hover img{transform: scale(1.1);}

@media only screen and (max-width: 1680px) {
	.hzhbList ul{margin: 0 -6px;}
	.hzhbList ul li:nth-child(11n+1){margin-left: 90px;}
	.hzhbList ul li{padding: 6px;}
	.hzhbList ul li a{padding: 10px;font-size: 16px;}
}
@media only screen and (max-width: 1220px) {
	.hzhbWrap{padding: 40px 0;}
	.hzhbList{padding: 10px 0 0;}
	.hzhbList ul{margin: 0 -6px;}
	.hzhbList ul li:nth-child(11n+1){margin-left: 0;}
	.hzhbList ul li{width: 25%;padding: 6px;}
	.hzhbList ul li a{height: 55px;}
}
@media only screen and (max-width: 992px) {
	.hzhbWrap{padding: 30px 0 40px;}
	.hzhbList ul li a{font-size: 14px;}
}
@media only screen and (max-width: 767px) {
	.hzhbWrap{padding: 25px 0;}
    .hzhbList{padding:10px 10px 0;}
	.hzhbList ul{margin: 0 -5px;}
	.hzhbList ul li{width: 50%;padding: 5px;}
	.hzhbList ul li a{padding: 0;height: 50px;box-shadow:0 0 5px 1px #ccc;}
	.hzhbList ul li a img{max-width:80%;max-height:70%;}
}

/* 新闻中心 */
.newsWrap{padding: 60px 0;}
.xwzxWrap{padding-top:30px;}
.xwzxWrap ul li{width: 50%;float: left;}
.xwzxWrap ul li:nth-child(odd){padding-right: 30px;}
.xwzxWrap ul li:nth-child(even){padding-left: 30px;}
.xwzxWrap ul li .xwBox{padding: 25px 20px;border-bottom: 1px solid #ececec;transition: all .4s;}
.xwzxWrap ul li:nth-child(n + 5) .xwBox{border-bottom: 0;}
.xwzxWrap ul li .xwBox:hover{box-shadow: 0 0 15px 1px #ddd;}
.xwzxWrap ul li .xwBox .tit{margin-bottom: 12px;}
.xwzxWrap ul li .xwBox .tit a{font-size: 18px;color: #333;display: block;width: calc(100% - 220px);white-space: nowrap;overflow: hidden;text-overflow: ellipsis;transition: all .4s;}
.xwzxWrap ul li .xwBox .tit a:hover{color: #aa1f24;}
.xwzxWrap ul li .xwBox .tit span{display:block;font-size: 16px;color: #999;width: 150px;text-align: right;}
.xwzxWrap ul li .xwBox p{font-size: 14px;color: #999;line-height: 1.4;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.xwzxWrap ul li .xwBox .deil{font-size: 12px;color: #999;border: 1px solid #e5e5e5;border-radius: 5px;padding: 5px 10px;margin-top: 12px;display: inline-block;transition: all .4s;}
.xwzxWrap ul li .xwBox .deil:hover{background: #aa1f24;color: #fff;border: 1px solid #aa1f24;}
.xwzxWrap .more{text-align: center;margin-top: 10px;}
.xwzxWrap .more a{font-size: 16px;color: #999;}
.xwzxWrap .more a:hover{color: #aa1f24;}

@media only screen and (max-width: 1680px) {
	.xwzxWrap ul li:nth-child(odd){padding-right: 20px;}
	.xwzxWrap ul li:nth-child(even){padding-left: 20px;}
}
@media only screen and (max-width: 1220px) {
	.newsWrap{padding: 40px 0;}
	.xwzxWrap{padding-top: 10px;}
	.xwzxWrap ul li:nth-child(odd){padding-right: 15px;}
	.xwzxWrap ul li:nth-child(even){padding-left: 15px;}
	.xwzxWrap ul li .xwBox{padding: 10px 8px;}
	.xwzxWrap ul li .xwBox .tit{margin-bottom: 10px;}
	.xwzxWrap ul li .xwBox .tit a{width: calc(100% - 150px);}
	.xwzxWrap ul li .xwBox .tit span{width: 120px;}
	.xwzxWrap ul li .xwBox .deil{margin-top: 10px;}
}
@media only screen and (max-width: 992px) {
	.newsWrap{padding: 30px 0 40px;}
	.xwzxWrap{padding-top: 5px;}
	.xwzxWrap ul li .xwBox .tit a{font-size: 16px;}
}
@media only screen and (max-width: 767px) {
	.xwzxWrap ul li{width: 100%;padding: 0 !important;}
	.xwzxWrap ul li:nth-child(n + 4){display: none;}
	.xwzxWrap ul li:nth-child(3) .xwBox{border: 0;}
	.xwzxWrap ul li .xwBox{padding: 12px 0;}
	.xwzxWrap ul li .xwBox .tit{margin-bottom: 6px;}
	.xwzxWrap ul li .xwBox .deil{margin-top: 6px;}
}
/* 咨询 */
.zxHwWrap{width: 100%;padding: 90px 0;background: url(../img/foot_bg1.jpg) no-repeat center top/cover;background-attachment: fixed;text-align: center;}
.zxHwWrap h4{text-align: center;font-size: 36px;color: #fff;}
.zxHwWrap h4 span{color: #00ae66;}
.zxHwWrap p{color: #fff;font-size: 18px;margin: 15px 0 50px 0;text-align: center;}
.zxHwWrap .more{font-size:16px;line-height: 39px;display: block;background: #00ae66;border: solid 1px #00ae66;color: #fff;width: 178px;text-align: center;border-radius: 3px;overflow: hidden;margin: 0 auto;transition: all .4s;}
.zxHwWrap .more:hover{background: transparent;color: #00ae66;}

/*底部*/
.footer{width: 100%;background: url(../img/foot_bg2.jpg) repeat center top/cover;padding: 60px 0;}
.footer .footMain{width: 1000px;margin: 0 auto;}
.footer .ewm{width: 360px;}
.footer .fbR{width: calc(100% - 500px);}
.footer .ewm{text-align: center;}
.footer .ewm img{width: 160px;}
.footer .fbM .fbMItem{margin-bottom: 30px;}
.footer .fbM .fbMItem:last-child{margin-bottom: 0;}
.footer .fbM h4,.footer .fbR h4{display: block;color: #797979;font-size: 18px;margin-bottom: 15px;}
.footer .fbM a{display: inline-block;vertical-align: middle;color: #8A8A8A;font-size: 16px;padding: 5px 0;margin-right:15px;transition: all ease-in-out .3s;}
.footer .fbR P{margin-bottom: 10px;color: #8A8A8A;font-size: 16px;}

/* 侧边固定栏 */
.kfWrap{width: 40px;position: fixed;background: #fff;bottom: 200px;right: 0;z-index: 99999;box-shadow: 0 0 10px 1px #eee;}
.kfWrap a{display: block;width: 100%;height: 40px;border-bottom: 1px solid #eee;position: relative;}
.kfWrap a .img{width: 100%;height:100%;display: flex;align-items: center;justify-content: center;}
.kfWrap a .img img{width: 25px;position: relative;z-index: 2;}
.kfWrap a .num{height: 65px;padding: 8px;top: 0;font-size: 14px;color: #333;line-height: 1.8;}
.kfWrap a .ewm{height: 120px;padding: 0;top: -40px;}
.kfWrap a .iconCom{display:none;width: 120px; position: absolute;right: 40px;background: #fff;border-right: 1px solid #eee;}
.kfWrap .phoneNum:hover .num{display: block;}
.kfWrap .weixin:hover .ewm{display: block;}
.kfWrap .toTop .img img{width: 16px;}

@media only screen and (max-width: 1220px){
	.zxHwWrap{padding: 60px 0;}
	.zxHwWrap h4{font-size: 30px;}
	.zxHwWrap p{margin: 15px 0 30px 0;font-size: 16px;}
	.footer .footMain{width: 920px;}
	.footer .ewm{width: 35%;}
	.footer .fbR{width: 55%;}
	.footer .fbR h4{font-size: 16px;}
	.footer .fbR P{font-size: 14px;margin-bottom: 7px;}
	.footer .ewm img{width: 140px;}
}
@media only screen and (max-width: 992px){
	.zxHwWrap{padding: 40px 0;}
	.zxHwWrap h4{font-size: 26px;}
	.zxHwWrap p{margin: 10px 0 30px 0;}
	.zxHwWrap .more{width: 155px;line-height: 33px;}
	.footer{padding: 30px 0 20px 0;}
	.footer .footMain{width: 720px;}
	.footer .fbR{width: 60%;}
	.footer .fbR h4{margin-bottom: 10px;}
	.footer .ewm{margin-top: 10px;}
	.footer .ewm img{width: 110px;}
}
@media only screen and (max-width: 767px) {
	.footer .footMain{width: 100%;padding: 0 10px;}
	.zxHwWrap{padding: 35px 0;}
	.zxHwWrap h4{font-size: 22px;}
	.zxHwWrap p{font-size: 14px;margin: 10px 0 25px 0;}
	.footer .ewm, .footer .fbM, .footer .fbR{width: 100%;}
	.footer .ewm{width: 260px;margin: 0 auto 20px;float: none;}
	.footer .fbR{width: 100%;padding: 0 20px;}
	.footer .fbR h4{margin-bottom: 5px;}
	.footer .fbR P{margin-bottom: 8px;}
	.kfWrap{display: none;}
}

/******* 列表 *******/
.innerHeader{background: #f7f7f7;}
.innerHeader{background: #f7f7f7;}
.header.innerHeader{background: #f7f7f7;padding:20px 0;}
.header.innerHeader .logo a{background: url(../img/logo2.png) no-repeat center/100%;}
.header.innerHeader .nav .navItem li .firstNav{color: #333;}
.header.innerHeader .nav .search.active{border: 1px solid #333;}
.header.innerHeader .nav .search .searchBox input{color: #333;}
.header.innerHeader .nav .search .searchBox input::-webkit-input-placeholder{color: #333;}
.header.innerHeader .nav .search .searchBox input::-moz-placeholder{color: #333;}
.header.innerHeader .nav .search .searchBox input::-ms-input-placeholder{color: #333;}
.header.innerHeader .nav .search .searchBox input:-ms-input-placeholder{color: #333;}
.header.innerHeader .nav .search .searchBtn{background: url(../img/search1.png) no-repeat center;background-size: auto;}
.innerHeaderSp{height: 90px;}
.innerMain{margin-bottom: 60px;}
.innerMain .position{padding: 20px 0;}
.innerMain .position a{font-size: 14px;color: #333;}
.innerMain .position a:hover{color: #aa1f24;}
.innerMain .position span{color: #666;font-size: 14px;}
.innerMain .position i{display: inline-block;width: 12px;height: 12px;background: #a7b2c0;border-radius: 50%;margin: 0 5px;transform: translateY(1px);}
.innerMain .conListWrap{padding: 30px;box-shadow: 0 0 15px 5px #eee;}
.innerMain1 .listL{width: 100%;padding-top: 10px;}
.innerMain1 .listL .listUl li{border-bottom: 1px solid #f4f6f8;padding: 25px 0;width: 48%;float: left;}
.innerMain1 .listL .listUl li:nth-child(odd){margin-right: 4%;}
.innerMain1 .listL .img{display: block;width: 180px;height: 120px;overflow: hidden;}
.innerMain1 .listL .img img{width: 100%;height: 100%;object-fit:cover;transition: all .4s;}
.innerMain1 .listL .img:hover img{transform: scale(1.1);}
.innerMain1 .listL .listItem{width: calc(100% - 200px);}
.innerMain1 .listL .listItem .tit{display:block;color: #4e5a64;font-size: 18px;font-weight: 400;width: 100%;margin-bottom:10px;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.innerMain1 .listL .listItem .tit:hover{color: #aa1f24;}
.innerMain1 .listL .listItem p{margin-bottom:10px;width: 100%;font-size: 14px;color: #a0a9b4;line-height: 1.8;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}
.innerMain1 .listL .listItem .itemInfo span{color: #9aa5b2;font-size: 14px;}
.innerMain1 .listL .listItem .itemInfo span img{width: 20px;margin-right: 5px;}
.innerMain1 .listR{width: 380px;}
.innerMain1 .listR .listRTit{margin-bottom:15px;font-size: 18px;color: #333;font-weight: bold;border-bottom: 1px solid #eee;padding-bottom:10px;}
.innerMain1 .listR .cpList ul li a{display: block;width: 100%;}
.innerMain1 .listR .cpList ul li a .img{width: 100%;height: 260px;}
.innerMain1 .listR .cpList ul li a .img img{width: 100%;height: 100%;}
.innerMain1 .listR .cpList ul li a p{width: 100%;line-height: 40px;font-size: 16px;color: #666;text-align: center;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;padding: 0 10px;margin-bottom: 10px;}
.innerMain1 .listL .listLd{margin: 0 -20px;}
.innerMain1 .listL .listLd li{padding: 20px;float: left;width: 20%;margin: 0;}
.innerMain1 .listL .listLd li a{display: block;width: 100%;}
.innerMain1 .listL .listLd li a .img{width: 100%;height: 320px;}
.innerMain1 .listL .listLd li a .img img{width: 100%;height: 100%;}
.innerMain1 .listL .listLd li a:hover .img img{transform: scale(1);}
.innerMain1 .listL .listLd li a p{line-height: 36px;font-size: 16px;text-align: center;}

.innerMain2 .listUl li{margin-bottom: 30px;width:100%;}
.innerMain2 .tit{line-height: 30px;margin-bottom: 8px;}
.innerMain2 .tit a{display: block;width: 90%;font-size: 18px;color: #333;font-weight: bold;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
.innerMain2 .tit a:hover{color: #aa1f24;}
.innerMain2 .abstract{font-size: 14px;color: #808080;line-height: 1.8;width: 100%;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2;overflow: hidden;}

.innerMain2 .listUl li .listMainL{width: 280px;height: 175px;}
.innerMain2 .listUl li .listMainL a{display:block;width: 100%;height: 100%;}
.innerMain2 .listUl li .listMainL a img{width: 100%;height: 100%;}
.innerMain2 .listUl li .listMainR{width: calc(100% - 305px);}
.innerMain2 .listUl li .listMainR .tit{margin-bottom: 20px;}
.innerMain2 .listUl li .listMainR .abstract{-webkit-line-clamp: 3;line-height: 2.2;}
.innerMain2 .listUl li .listMainR .time{font-size: 14px;color: #999;display:block;margin-top:15px;}
.innerMain2 .listMainDt .pagination{border-top:1px solid #f4f6f8;}

.search-pagination{text-align: center;}
.pagination{margin:0 auto;padding-top:20px;}
.pagination>li{border: 0 !important;padding: 0 !important;display: inline-block;vertical-align: middle;margin: 0 3px;height: 25px;min-width: 25px;}
.pagination>li>a, .pagination>li>span{display: block;height: 100%;padding: 0;min-width: 25px;line-height: 25px;padding: 0 6px;border-radius: 6px !important;color: #aa1f24;background: #eeeeee;}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {    z-index: 3;color: #fff;background-color: #aa1f24;border-color: #aa1f24;cursor: default;}

/******* 内容 *******/
.innerMain .showL h3{font-size: 20px;color: #333;border-bottom: 1px solid #eee;padding: 20px 0;}
.innerMain .showL .contentInfo{color: #9aa5b2;font-size: 14px;padding: 10px 0;}
.innerMain .showL .contentInfo span{margin-right: 15px;}
.innerMain .showL .content.pageMain{padding: 20px 0;}
.innerMain .showL .content{font-size: 16px;color: #333;line-height: 1.8;}
.innerMain .showL .content p{margin: 15px 0;}
.innerMain .showL .content p img{max-width: 100%;max-height: 100%;height: auto !important;}
.innerMain .showL .content img{max-width: 100%;max-height: 100%;height: auto !important;}
.innerMain .showL .content video{max-width:100%;}
.innerMain .showL .essayLink{margin-top: 30px;border-top: 1px solid #eee;padding: 20px 0;}
.innerMain .showL .essayLink p{line-height: 30px;font-size: 14px;color: #333;}
.innerMain .showL .essayLink p span{font-weight: bold;}
.innerMain .showL .essayLink p a:hover{color: #aa1f24;}

@media only screen and (max-width: 1680px){
	.innerMain1 .listL .listLd li a .img{height: 250px;}
}
@media only screen and (max-width: 1220px){
	.innerMain1 .listL .listUl li{width: 100%;}
	.innerMain1 .listL .listUl li:nth-child(odd){margin: 0;}
	.innerMain1 .listL .listLd li{width: 25%;}
	
	.innerMain2 .listUl li{margin-bottom:25px;}
	.innerMain2 .listUl li .listMainL{width:245px;height:160px;}
	.innerMain2 .listUl li .listMainR{width:calc(100% - 265px);}
	.innerMain2 .listUl li .listMainR .tit{margin-bottom:10px;}
	.innerMain2 .listUl li .listMainR .abstract{line-height:2;}
}
@media only screen and (max-width: 992px){
	.header.innerHeader{padding: 0;}
	.innerHeaderSp{height: 56px;}
	.innerMain .conListWrap{padding: 20px;padding-top: 0;}
	.innerMain1 .listL .listUl li{padding: 20px 0;}
	.innerMain1 .listL .listLd li{width: 33.33%;}
	
	.innerMain2 .listUl li{margin:0;padding:20px 0;border-bottom:1px solid #f4f6f8;}
	.innerMain2 .listMainDt .pagination{border:0;}
	.innerMain2 .tit a{font-size:18px;font-weight:normal;}
	.innerMain2 .listUl li .listMainR .abstract{line-height:1.8;}
}
@media only screen and (max-width: 767px){
	.innerHeaderSp{height: 48px;}
	.innerMain{margin-bottom: 40px;}
	.innerMain .position{padding: 10px 0;}
	.innerMain .conListWrap{padding: 15px;padding-top: 0;}
	.innerMain1 .listL .img,.innerMain2 .listUl li .listMainL{height:75px;width:110px;}
	.innerMain1 .listL .listItem,.innerMain2 .listUl li .listMainR{width: calc(100% - 120px);}
	.innerMain1 .listL .listUl li{padding: 15px 0;}
	.innerMain1 .listL .listItem .tit{margin-bottom: 8px;}
	.innerMain1 .listL .listItem p{line-height: 1.2;margin-bottom: 5px;-webkit-line-clamp: 1;}
	.innerMain1 .listL .listItem .itemInfo{text-align: left;}
	.innerMain1 .listL .listItem .itemInfo span{margin: 0;}
	.innerMain1 .listL .listLd{margin: 0 -5px;}
	.innerMain1 .listL .listLd li{width: 50%;padding: 5px;}
	.innerMain1 .listL .listLd li a .img{display: block;height: 190px;}
	
	.innerMain2 .listUl li{padding:15px 0;}
    .innerMain2 .listUl li .listMainR .tit{margin-bottom:12px;line-height:1;}
    .innerMain2 .listUl li .listMainR .abstract{-webkit-line-clamp: 1;line-height: 1.2;}
    .innerMain2 .listUl li .listMainR .time{margin-top:8px;}
    
	
	.innerMain .showL h3{padding: 15px 0;}
	.innerMain .showL .contentInfo{padding: 8px 0;}
	.innerMain .showL .content{line-height: 1.6;}
	.innerMain .showL .content p{margin: 10px 0;line-height: 1.8 !important;}
	.innerMain .showL .content p img {width: 100% !important;max-width: 100% !important;}
	.innerMain .showL .content img {width: 100% !important;max-width: 100% !important;}
	.innerMain .showL .essayLink{margin-top: 20px;padding: 15px 0;}
	.innerMain .showL .essayLink p{line-height: 25px;}
	.pagination{padding-top:15px;}
}
