.header-bg {
  background-size: auto 100%;
  height: 100px;
}
.header-bg .center2 {
  height: 100%;
}
.header-bg .logo {
  width: 223px;
  margin-top: 13px;
  float: left;
}
.nav6-bg {
  background: #fff;
  height: 45px;
}
.nav6-bg::after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.nav6 {
  z-index: 100;
  position: relative;
  float: right;
}
.nav6 li {
  float: left;
  margin: 0;
  width: 128px;
  height: 100px;
  line-height: 100px;
  color: #4c4c4c;
  position: relative;
  font-size: 16px;
}
.nav6 li::after {
  content: "";
  position: absolute;
  bottom: 20px;
  width: 30px;
  height: 2px;
  background: #2655cb;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  line-height: 14px;
  font-style: italic;
  opacity: 0;
  transition: all 0.3s;
}
.nav6 li:hover::after {
  opacity: 1;
}
.nav6 li .link-a {
  position: relative;
  overflow: hidden;
  display: block;
  height: 100px;
  color: #2655cb;
  text-align: center;
  font-size: 16px;
}
.nav6 li .nav-show {
  height: 45px;
  display: block;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 97;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  transition: all 0.3s linear;
  color: #4c4c4c;
  transition: all 0.3s;
}
.nav6 li .nav-show:hover {
  color: #2655cb;
}
.nav6 li .lev6 {
  position: absolute;
  left: 0;
  top: 100px;
  z-index: 1000;
  width: 128px;
  padding: 10px 0;
  background: rgba(38, 85, 203, 0.6);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  filter: scale(0);
  filter: transform;
  transition: all 0.3s ease 0s;
  -webkit-transform: all 0.3s ease 0s;
  transform: all 0.3s ease 0s;
  opacity: 0;
}
.nav6 li .lev6 a {
  display: block;
  color: #fff;
  line-height: 30px;
  font-size: 14px;
  background: url(../images/nav-drow.png) 8px 12px no-repeat;
  -webkit-transition: all 0.3s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  text-align: center;
}
.nav6 li .lev6 a:hover {
  background: rgba(38, 85, 203, 0.6) url(../images/nav-drow.png) 8px -18px no-repeat;
}
.nav6 li:hover .lev6 {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  filter: scale(1);
  filter: transform;
  transition: all 0.3s ease 0s;
  -webkit-transform: all 0.3s ease 0s;
  transform: all 0.3s ease 0s;
  cursor: pointer;
  opacity: 1;
}
/**banner**/
.sy-banner {
  width: 100%;
  height: 650px;
}
.sy-banner .sy-slide {
  width: 100%;
  height: 650px;
}
.sy-banner .sy-pagination {
  bottom: 30px !important;
}
.sy-banner .sy-pagination .swiper-pagination-bullet {
  width: 80px !important;
  height: 2px !important;
  margin: 0 7px !important;
  background: #fff;
  opacity: 1;
  border-radius: 5px !important;
  outline: none;
  transition: all 0.3s;
}
.sy-banner .sy-pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #2655cb !important;
}
.sy-banner .sy-prev,
.sy-banner .sy-next {
  width: 52px;
  height: 52px;
  outline: none;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s;
}
.sy-banner .sy-prev {
  background: url(../images/sy-prev.png) center no-repeat;
  background-size: 100% auto;
}
.sy-banner .sy-prev:hover {
  background: url(../images/sy-prev2.png) center no-repeat;
}
.sy-banner .sy-next {
  background: url(../images/sy-next.png) center no-repeat;
  background-size: 100% auto;
}
.sy-banner .sy-next:hover {
  background: url(../images/sy-next2.png) center no-repeat;
}
/**首页产品**/
.sy-tit {
  margin-top: 78px;
  text-align: center;
  color: #9d9d9d;
  font-size: 16px;
}
.sy-tit h1 {
  font-size: 36px;
  color: #2655cb;
  font-weight: bold;
}
.sy-chanpbg {
  overflow: hidden;
  background: url(../images/sy-cpbg.jpg) center no-repeat;
  background-size: auto 100%;
  height: 680px;
}
.sy-chanpbg .center2 {
  position: relative;
}
.sy-chanpbg .center2 .sy-cpprev,
.sy-chanpbg .center2 .sy-cpnext {
  top: 65%;
  width: 52px;
  height: 52px;
  outline: none;
  transition: all 0.3s;
}
.sy-chanpbg .center2 .sy-cpprev {
  background: url(../images/sy-prev.png) center no-repeat;
  background-size: 100% auto;
  left: -50px;
}
.sy-chanpbg .center2 .sy-cpprev:hover {
  background: url(../images/sy-prev2.png) center no-repeat;
  background-size: 100% auto;
}
.sy-chanpbg .center2 .sy-cpnext {
  background: url(../images/sy-next.png);
  right: -50px;
}
.sy-chanpbg .center2 .sy-cpnext:hover {
  background: url(../images/sy-next2.png) center no-repeat;
  background-size: 100% auto;
}
.sy-cpNav {
  overflow: hidden;
  text-align: center;
  margin: 30px auto 60px;
}
.sy-cpNav a {
  font-size: 16px;
  display: inline-block;
  padding: 0 30px;
  color: #232e3a;
}
.sy-cpNav a:not(:last-child) {
  border-right: 2px solid #535961;
}
.sy-cpNav a:hover {
  color: #2655cb;
}
.sy-cpList {
  width: 100%;
}
.sy-cpList .sy-cpslide {
  background: #ffffff;
  margin-bottom: 10px;
}
.sy-cpList .sy-cpslide .sy-cpImg {
  width: 285px;
  height: 200px;
  overflow: hidden;
}
.sy-cpList .sy-cpslide .sy-cpImg img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.sy-cpList .sy-cpslide .sy-cptit {
  color: #484848;
  width: 285px;
  height: 100px;
  background: #fff;
  padding: 20px;
  font-size: 14px;
  transition: all 0.3s;
  box-shadow: 5px 5px 5px #fafafa;
}
.sy-cpList .sy-cpslide .sy-cptit h1 {
  font-size: 18px;
  margin-bottom: 15px;
  position: relative;
  transition: all 0.3s;
}
.sy-cpList .sy-cpslide .sy-cptit span {
  position: relative;
  color: #2655cb;
  font-size: 14px;
}
.sy-cpList .sy-cpslide .sy-cptit span::after {
  content: ">";
  position: absolute;
  right: 8px;
  opacity: 0;
  transition: all 0.3s;
}
.sy-cpList .sy-cpslide:hover .sy-cptit {
  background: #2655cb;
}
.sy-cpList .sy-cpslide:hover span::after {
  opacity: 1;
  right: -10px;
}
.sy-cpList .sy-cpslide:hover h1 {
  margin-bottom: 12px;
  color: #fff;
}
.sy-cpList .sy-cpslide:hover span {
  color: #fff;
}
.sy-cpList .sy-cpslide:hover .sy-cpImg img {
  transform: scale(1.1);
}
/**首页新闻**/
.sy-newsbg {
  background: url(../images/sy-news.jpg) center no-repeat;
  height: 470px;
  overflow: hidden;
}
.sy-newsbg .center {
  padding: 55px 20px 0;
}
.news-left {
  float: left;
  width: 565px;
}
.news-left .news-top {
  overflow: hidden;
}
.news-left .news-top > em {
  font-size: 30px;
  font-weight: bold;
  color: #2655cb;
}
.news-left .news-top .news-nav {
  margin-top: 20px;
  float: right;
  font-size: 14px;
}
.news-left .news-top .news-nav .active {
  color: #2655cb;
  font-weight: bold;
}
.news-left .news-top .news-nav em,
.news-left .news-top .news-nav a {
  color: #4a4a4a;
  padding: 0 15px;
}
.news-left .news-top .news-nav em:not(:last-child),
.news-left .news-top .news-nav a:not(:last-child) {
  border-right: 2px solid #858585;
}
.news-left .news-top .news-nav em:last-child,
.news-left .news-top .news-nav a:last-child {
  padding: 0 0 0 15px;
}
.news-left .news-top .news-nav em:hover,
.news-left .news-top .news-nav a:hover {
  color: #2655cb;
  font-weight: bold;
}
.news-left .newsBox {
  width: 100%;
  overflow: hidden;
  margin-top: 25px;
}
.news-left .newsBox .newList {
  overflow: hidden;
  width: 350%;
  transition: all 0.3s;
  height: 320px;
}
.news-left .newsBox .newList li {
  float: left;
  width: 565px;
  overflow: hidden;
  margin-right: 15px;
}
.news-left .newsBox .newList li .news-li {
  width: 100%;
  overflow: hidden;
  margin: 30px 0;
}
.news-left .newsBox .newList li .news-li .news-time {
  width: 68px;
  height: 68px;
  border: 1px solid #2655cb;
  text-align: center;
  font-size: 14px;
  color: #565656;
  float: left;
  margin-right: 20px;
}
.news-left .newsBox .newList li .news-li .news-time h1 {
  line-height: 40px;
  font-size: 30px;
  color: #2655cb;
  font-weight: bold;
}
.news-left .newsBox .newList li .news-li a {
  display: block;
  overflow: hidden;
}
.news-left .newsBox .newList li .news-li a > h1 {
  font-size: 18px;
  color: #4a4a4a;
  margin-top: 10px;
  margin-bottom: 5px;
  transition: all 0.3s;
}
.news-left .newsBox .newList li .news-li a > h2 {
  font-size: 14px;
  color: #969696;
}
.news-left .newsBox .newList li .news-li:hover a > h1 {
  color: #2655cb;
}
.news-right {
  float: right;
  width: 530px;
}
.news-right .news-top {
  overflow: hidden;
}
.news-right .news-top em {
  font-size: 30px;
  color: #2655cb;
  font-weight: bold;
}
.news-right .news-top a {
  float: right;
  font-size: 14px;
  margin-top: 20px;
  color: #2655cb;
}
.news-right .news-top a:hover {
  text-decoration: underline;
}
.news-right .gongsi-info {
  margin-top: 45px;
  font-size: 14px;
  color: #40444e;
  line-height: 28px;
}
.news-right .gongsi-info p {
  font-size: 14px;
  color: #40444e;
  line-height: 28px;
}
.news-right .gonsi-nav {
  margin-top: 15px;
}
.news-right .gonsi-nav a {
  display: inline-block;
  width: 55px;
  height: 55px;
  background: #2454cf;
  color: #fff;
  text-align: center;
  border-radius: 100%;
  font-size: 16px;
  line-height: 18px;
  padding-top: 8px;
  margin-right: 20px;
  transition: all 0.3s;
}
.news-right .gonsi-nav a:hover {
  background: #fff;
  color: #2655cb;
}
/**foot**/
.foot-bg {
  background: #232323;
  overflow: hidden;
  padding-top: 70px;
}
.foot-bg .ft-call {
  float: left;
  width: 245px;
  padding-left: 15px;
}
.foot-bg .ft-call h1 {
  font-size: 14px;
  color: #fff;
}
.foot-bg .ft-call > img {
  margin-top: 5px;
}
.foot-bg .ft-call .fenx2 {
  zoom: 1;
  position: relative;
  text-align: left;
  font-size: 18px;
  height: 48px;
  background-repeat: no-repeat;
  margin-top: 15px;
}
.foot-bg .ft-call .fenx2 .bds_sqq2 {
  background: url(../images/fx1.png);
}
.foot-bg .ft-call .fenx2 .bds_weixin2 {
  background: url(../images/fx2.png);
}
.foot-bg .ft-call .fenx2 .bds_tsina2 {
  background: url(../images/fx3.png);
}
.foot-bg .ft-call .fenx2:after {
  content: ".";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both;
}
.foot-bg .ft-call .fenx2 a {
  display: inline-block;
  width: 34px;
  height: 34px;
  cursor: pointer;
  margin-right: 10px;
}
.foot-bg .center {
  padding-bottom: 35px;
}
.foot-bg .foot-nav {
  overflow: hidden;
  float: left;
}
.foot-bg .foot-nav li:nth-child(1),.foot-bg .foot-nav li:last-child{display: none;}
.foot-bg .foot-nav li {
  float: left;
  font-size: 14px;
  text-align: center;
  padding: 0 35px;
}
.foot-bg .foot-nav li .foot-h1 {
  font-size: 16px;
  color: #ffffff;
  margin-bottom: 10px;
}
.foot-bg .foot-nav li a {
  display: block;
  color: #8e8e8e;
  line-height: 28px;
  transition: all 0.3s;
}
.foot-bg .foot-nav li a:hover {
  color: #fff;
  text-decoration: underline;
}
.foot-bg .erweima {
  float: right;
  color: #fff;
  text-align: center;
  margin-right: 60px;
}
.foot-bg .erweima img {
  width: 140px;
}
.foot-bg .erweima h1 {
  font-size: 16px;
  margin-top: 10px;
}
.foot-bg .foot-btn {
  width: 1200px;
  padding: 15px 0;
  margin: 0 auto;
  border-top: 1px solid #3c3c3c;
  color: #8e8e8e;
  font-size: 14px;
  text-align: center;
  line-height: 28px;
}
.foot-bg .foot-btn a {
  color: #8e8e8e;
}
.foot-bg .foot-btn a:hover {
  color: #fff;
}
/**************产品中心*****************/
.inban {
  height: 350px;
  color: #fff;
  overflow: hidden;
}
.inban .inban-con {
  padding: 90px 0 0 75px;
  font-size: 16px;
}
.inban .inban-con h1 {
  font-size: 45px;
  font-weight: bold;
  line-height: 85px;
}
.inban .inban-con h1::after {
  content: "";
  display: block;
  width: 72px;
  background: #fff;
  height: 2px;
}
.inban .inban-con h2 {
  width: 555px;
  line-height: 24px;
  font-size: 16px;
  margin-top: 15px;
}
.tittle {
  text-align: center;
  padding-bottom: 15px;
}
.tittle h1 {
  position: relative;
  font-size: 36px;
  color: #006cba;
  font-weight: bold;
  line-height: 80px;
}
.tittle h1::after {
  content: "";
  position: absolute;
  display: block;
  width: 222px;
  height: 1px;
  background: #3875bc;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.tittle h1::before {
  content: "";
  position: absolute;
  display: block;
  width: 37px;
  height: 22px;
  background: #fff url(../images/ball.png) center no-repeat;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  z-index: 2;
}
.product-box {
  padding-top: 60px;
}
.in-nav {
  margin-top: 20px;
  margin-bottom: 80px;
  text-align: center;
  overflow: hidden;
}
.in-nav a {
  display: inline-block;
  height: 40px;
  line-height: 38px;
  margin: 0 10px;
  background: #fff;
  color: #696969;
  padding: 0 20px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: bolder;
  text-align: center;
  border: 1px solid #e5e5e5;
  transition: all 0.3s;
}
.in-nav a:hover {
  border: 1px solid #006cba;
  background: #006cba;
  color: #fff;
}
.in-nav a.active {
  border: 1px solid #006cba;
  background: #006cba;
  color: #fff;
}
.product-list {
  overflow: hidden;
  width: 1220px;
}
.product-list li {
  width: 285px;
  float: left;
  margin-right: 20px;
  margin-bottom: 80px;
}
.product-list li a {
  display: block;
}
.product-list li a .cp-img {
  width: 285px;
  height: 200px;
  overflow: hidden;
}
.product-list li a .cp-img img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.product-list li a .cp-tit {
  width: 100%;
  color: #484848;
  height: 100px;
  background: #fff;
  padding: 20px;
  font-size: 14px;
  transition: all 0.3s;
  box-shadow: 5px 5px 5px #fafafa;
}
.product-list li a .cp-tit h1 {
  font-size: 18px;
  margin-bottom: 15px;
  position: relative;
  transition: all 0.3s;
}
.product-list li a .cp-tit span {
  position: relative;
  color: #2655cb;
}
.product-list li a .cp-tit span::after {
  content: ">";
  position: absolute;
  right: 8px;
  opacity: 0;
  transition: all 0.3s;
}
.product-list li:hover .cp-img img {
  transform: scale(1.1);
}
.product-list li:hover .cp-tit {
  background: #2655cb;
}
.product-list li:hover .cp-tit span {
  color: #fff;
}
.product-list li:hover .cp-tit span::after {
  opacity: 1;
  right: -10px;
}
.product-list li:hover .cp-tit h1 {
  margin-bottom: 12px;
  color: #fff;
}
.cp-infoTop {
  margin-bottom: 50px;
}
.cp-infoTop .big-cp {
  width: 650px;
  height: 455px;
  border: 1px solid #dcdcdc;
  float: left;
  margin-right: 45px;
  overflow: hidden;
}
.cp-infoTop .big-cp img {
  width: 100%;
  height: 100%;
  transition: all 0.3s;
}
.cp-infoTop .big-cp img:hover {
  transform: scale(1.05);
}
.cp-info {
  width: 470px;
  float: left;
}
.cp-name {
  font-size: 22px;
  color: #2655cb;
  font-weight: bold;
  line-height: 26px;
  margin-bottom: 15px;
}
.cp-infoBt {
  margin-bottom: 40px;
}
/************产品展示**************/
.cpd-list {
  margin-top: 135px;
  margin-bottom: 100px;
  display: flex;
  justify-content: space-between;
}

.cpd-list li {
  width: 280px;
  height: 400px;
  position: relative;
}
.cpd-list li a {
  display: block;
}
.cpd-list li a > div {
  margin: 0 auto;
  width: 190px;
  height: 190px;
  transition: all 0.3s;
  overflow: hidden;
}
.cpd-list li a > div img {
  width: 100%;
  height: 100%;
}
.cpd-list li a h2 {
  font-size: 22px;
  color: #404040;
  text-align: center;
  line-height: 28px;
  margin: 10px 0 15px 0;
  transition: all 0.3s;
}
.cpd-list li a h1 {
  font-size: 14px;
  line-height: 24px;
  color: #404040;
}
.cpd-list li a h3 {
  left: 0;
  width: 100%;
  bottom: 0;
  position: absolute;
  text-align: center;
  font-size: 16px;
  color: #2454cf;
  font-weight: 550;
}
.cpd-list li a h3::after {
  content: ">";
  position: relative;
  left: -10px;
  opacity: 0;
  transition: all 0.3s;
}
.cpd-list li:hover a > div {
  transform: scale(1.05);
}
.cpd-list li:hover h2 {
  color: #2655cb;
}
.cpd-list li:hover h1 {
  color: #2655cb;
}
.cpd-list li:hover h3:after {
  left: 0;
  opacity: 1;
}
/*******联系我们******/
.lx-list {
  overflow: hidden;
  padding-left: 30px;
  margin-top: 70px;
}
.lx-list li {
  float: left;
  overflow: hidden;
  color: #3f3f3f;
  width: 250px;
}
.lx-list li:last-child {
  width: 400px;
}
.lx-list li img {
  float: left;
  margin-right: 10px;
}
.lx-list li h1 {
  font-size: 20px;
  margin: 7px 0 5px 0;
}
.lx-list li h2 {
  font-size: 16px;
  line-height: 24px;
  padding-left: 76px;
}
.map {
  margin-bottom: 100px;
  margin-top: 50px;
  padding: 0 30px;
}
#containermap {
  width: 100%;
  height: 500px;
  background-color: #eee;
}
#imgDemo {
  width: 85%;
  display: block;
  margin: 0 auto;
}
/**************企业简介**********/
.jianjie {
  width: 1120px;
  background: url(../images/jianjie-bg.jpg) center no-repeat;
  margin: 0 auto 85px;
  padding: 40px;
  overflow: hidden;
}
.jianjie .jianjie-img {
  float: left;
  height: 100%;
  vertical-align: middle;
  margin-right: 30px;
}
.jianjie .jianjie-img img {
  vertical-align: middle;
  height: 350px;
  width: 490px;
}
.jianjie .jianjie-h1 {
  font-size: 30px;
  font-weight: bold;
  color: #40444e;
  position: relative;
  margin-bottom: 18px;
}
.jianjie .jianjie-h1::after {
  content: "";
  display: block;
  width: 120px;
  height: 1px;
  background: #3875bc;
  position: absolute;
  left: 50%;
  bottom: -11px;
}
/*********企业资质***********/
.zizi {
  overflow: hidden;
  width: 1255px;
}
.zizi a {
  display: block;
  float: left;
  width: 260px;
  height: 360px;
  margin-right: 53px;
  position: relative;
  margin-bottom: 50px;
}
.zizi a img{height: 100%;width: 100%;}
.zizi a h1 {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 55px;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  color: #fff;
  font-size: 16px;
}
.zizi a h1 span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  margin: 0 20px;
}
.rebox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.rebox-caption p {
  font-size: 16px;
}
/****************新闻中心***************/
.news-list2 {
  overflow: hidden;
  width: 100%;
  margin-bottom: 50px;
  padding-bottom: 8px;
}
.news-list2 li {
  width: 100%;
  border-bottom: 1px dashed #929292;
  transition: all 0.3s;
}
.news-list2 li a {
  padding: 30px 40px;
  overflow: hidden;
  display: block;
}
.news-list2 li a .news-time {
  width: 110px;
  height: 110px;
  background: #e6e6e6;
  float: left;
  color: #666666;
  font-size: 14px;
  text-align: center;
  margin-right: 30px;
  padding-top: 10px;
  transition: all 0.3s;
}
.news-list2 li a .news-time h1 {
  font-size: 48px;
  color: #868686;
  transition: all 0.3s;
}
.news-list2 li a > h1 {
  font-size: 20px;
  font-weight: bold;
  margin: 15px 0;
}
.news-list2 li a > h2 {
  color: #929292;
  font-size: 14px;
  line-height: 22px;
}
.news-list2 li:hover {
  transform: translateX(-15px);
  box-shadow: 5px 5px 5px #dcdcdc;
}
.news-list2 li:hover .news-time {
  background: #007dc9;
  color: #fff;
  transform: translateX(15px);
}
.news-list2 li:hover .news-time h1 {
  color: #fff;
}
.news-list2 li:hover a > h1 {
  color: #007dc9;
}
/*************新闻详情******************/
.news-info {
  padding: 40px 0;
}
.fx {
  padding-top: 45px;
  border-top: 1px solid #dcdcdc;
}
.fx span {
  position: relative;
  top: -5px;
  font-size: 14px;
  margin-right: 10px;
  color: #333333;
}
.fenx {
  display: inline;
}
.fenx a {
  float: none !important;
  width: 32px !important;
  height: 32px !important;
  display: inline-block !important;
  padding-left: 0px !important;
  margin: 0 2px !important;
  position: relative;
  top: 4px;
}
.fenx .bds_sqq {
  background: url(../images/fenx.jpg) no-repeat !important;
  background-position: -40px 0 !important;
}
.fenx .bds_weixin {
  background: url(../images/fenx.jpg) no-repeat !important;
  background-position: -80px 0 !important;
}
.fenx .bds_tsina {
  background: url(../images/fenx.jpg) no-repeat !important;
  background-position: 0px 0 !important;
}
.fenx .bds_qzone {
  background: url(../images/fenx.jpg) no-repeat !important;
  background-position: -160px 0 !important;
}
.fenx .bds_tqq {
  background: url(../images/fenx.jpg) no-repeat !important;
  background-position: -120px 0 !important;
}
.fenx .bds_more {
  background: url(../images/fenx.jpg) no-repeat !important;
  background-position: -123px 0 !important;
}
.bd_weixin_popup {
  padding: 0 !important;
}
/**企业文化*/
.wenhua {
  text-align: center;
  margin-bottom: 150px;
}
.wenhua img {
  max-width: 1200px;
}
.rlzy {
  margin-bottom: 80px;
}
.rlzy .zp-ul {
  overflow: hidden;
  margin-top: 10px;
}
.rlzy .zp-ul .zp-li {
  overflow: hidden;
  border: 1px solid #d7d7d6;
  margin-top: 10px;
}
.rlzy .zp-ul .zp-li .zp-head {
  height: 50px;
  color: #5b5b5b;
  line-height: 50px;
  font-size: 18px;
  overflow: hidden;
}
.rlzy .zp-ul .zp-li .arrow {
  background: url(../images/zp-drop.png) no-repeat;
  display: inline-block;
  width: 17px;
  height: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

.rlzy .zp-ul .zp-li .le_on1 {
  background: #007dc9;
  color: #fff;
}
.rlzy .zp-ul .zp-li .le_on1 .arrow {
  background: url(../images/zp-drop2.png) no-repeat;

  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.rlzy .zp-ul .zp-li .sp1 {
  width: 300px;
  margin-left: 34px;
  float: left;
  font-size: 16px;
  color: #383838;
  position: relative;
}
.rlzy .zp-ul .zp-li .zp-bom {
  padding: 20px 25px;
  border-top: 1px solid #d7d7d6;
  font-size: 14px;
  color: #989898;
  line-height: 30px;
  display: none;
  position: relative;
  background: #eeeeee;
}
.rlzy .zp-top {
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  background: #007dc9;
  color: #fff;
}
.rlzy .sp2 {
  width: 16.666%;
  float: left;
  text-align: center;
  font-size: 16px;
}
/****资料下载**/
.xiazai-list {
  padding: 0 15px;
  margin-bottom: 80px;
}
.xiazai-list li {
  width: 100%;
  overflow: hidden;
  background: #eeeeee;
  height: 130px;
  margin-bottom: 20px;
}
.xiazai-list li:hover .xiazai-info h1 {
  color: #2655cb;
  transform: translateX(5px);
}
.xiazai-list li .xiazai-info {
  float: left;
  width: 800px;
  padding: 30px;
}
.xiazai-list li .xiazai-info h1 {
  font-size: 18px;
  margin-bottom: 10px;
  margin-top: 15px;
  color: 505050;
  transition: all 0.3s;
}
.xiazai-list li .xiazai-info h2 {
  font-size: 14px;
  color: #909090;
}
.xiazai-list li > a {
  display: block;
  width: 125px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #a8a8a8;
  color: #fff;
  border-radius: 40px;
  float: right;
  font-size: 16px;
  margin-right: 30px;
  margin-top: 45px;
  font-weight: bold;
}
.xiazai-list li > a:hover {
  background: #006cba;
  color: #fff;
}

