html {
  overflow-y: scroll !important;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  line-height: 0;
  content: '';
}
.clearfix:after {
  clear: both;
}
.clear {
  clear: both;
}
a {
  text-decoration: none;
  transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -webkit-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  outline: none;
}
a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
li {
  list-style: none;
  margin: 0;
  padding: 0;
}
body {
  margin: 0;
  padding: 0;
  font-family: 'PingFangSC-Regular', 'PingFang-SC-Regular', 'Hiragino Sans GB',
    'Helvetica', 'HelveticaNeue', 'arial', 'Source Han Sans CN',
    'Microsoft YaHei', 'Heiti SC', 'sans-serif';
  background: #fff;
}
body img {
  border: none;
}
/*导语*/
.topbar {
  height: 35px;
  color: #666;
  font-size: 14px;
  border-bottom: 1px solid #f5f5f5;
}
.topbar > div > div {
  float: left;
  line-height: 35px;
}
.topbar > div > div.sns {
  float: right;
}
.topbar div.hello {
  background: url(../images/hello.png) no-repeat left;
  text-indent: 1.5em;
}
.topbar div.top-contact {
  background: url(../images/top-contact.png) no-repeat left;
  text-indent: 1.5em;
}
.topbar div.h-divider-c {
  color: #fff;
  padding: 0 16px;
}
.topbar div.sns > div {
  float: left;
}
.topbar div.sns img {
  vertical-align: top;
}
.topbar div.sns div.sns-divider {
  color: #fff;
  padding: 0 3px;
}
.topbar div.sns div.wechat {
  position: relative;
}
.topbar div.sns div.wechat-down {
  display: none;
  position: absolute;
  right: 0;
  top: 40px;
  z-index: 100;
}
.topbar div.sns div.wechat:hover div.wechat-down {
  display: block;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.top-ico a {
  color: #666;
}
.top-ico a:hover {
  color: #fc302e;
}
.top-ico a:hover span {
  color: #fc302e;
}
/*banner*/
.apple-banner {
  width: 100%;
  overflow: hidden;
}
.apple-banner .swiper-container {
  width: 100%;
}
.swiper-button-prev,
.swiper-button-next {
  width: 15%;
  height: 100%;
  top: 0;
  background: none;
}
.swiper-button-prev {
  left: 0;
}
.swiper-button-next {
  right: 0;
}
.swiper-button-prev span,
.swiper-button-next span {
  display: block;
  width: 64px;
  height: 64px;
  position: absolute;
  left: 20px;
  top: 50%;
  margin-top: -32px;
  border-radius: 100%;
  background: rgba(180, 180, 180, 0.25) url(../images/arrows.png) no-repeat
    center 17px;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.swiper-button-next span {
  background: rgba(180, 180, 180, 0.25) url(../images/arrows.png) no-repeat
    center -71px;
  left: auto;
  right: 20px;
}
.swiper-button-prev:hover span,
.swiper-button-next:hover span {
  opacity: 0.6;
}
/*分页器*/
.apple-banner .swiper-pagination {
  top: auto;
  bottom: 50px;
  background: none;
}
.apple-banner .swiper-pagination-bullet {
  display: inline-block;
  width: 50px;
  height: 30px;
  margin: 0 3px;
  cursor: pointer;
  background: none;
  border-radius: 0;
  opacity: 1;
}
.apple-banner .swiper-pagination-bullet span {
  width: 50px;
  height: 4px;
  border-radius: 6px;
  display: block;
  background: rgba(128, 128, 128, 0.2);
}
.apple-banner .swiper-pagination-bullet-active span {
  background: gray;
}
.apple-banner .autoplay .swiper-pagination-bullet-active span {
  background: rgba(128, 128, 128, 0.2);
}
.apple-banner .swiper-pagination-bullet i {
  background: #fc302e;
  height: 4px;
  border-radius: 6px;
  transform: scaleX(0);
  transform-origin: 0;
  display: block;
}
.apple-banner .autoplay .firsrCurrent i {
  transition: transform 2.9s linear;
  transform: scaleX(1);
}
.apple-banner .autoplay .current i {
  transition: transform 4s linear;
  transform: scaleX(1);
}
.apple-banner .autoplay .replace span {
  background: #4b7dc9;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: none !important;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: none !important;
}
/*fenlei*/
.great-content {
  width: 100%;
  background: #f5f5f5;
}

.great-box {
  width: 1200px;
  margin: 0 auto;
}

.great-list {
  width: 400px;
  position: relative;
  display: table-cell;
  padding: 0;
  border-right: 1px solid #eaeaea;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
}

.great-item {
  display: block;
  padding: 36px 20px 25px;
  color: #333;
}

.great-item-bj {
  width: 80px;
  height: 80px;
  position: absolute;
  z-index: 1;
  bottom: 10px;
  right: 20px;
}
.great-item-bj img {
  width: 80px;
  height: 80px;
}

.great-item-in {
  position: relative;
  z-index: 2;
}

.great-item-title:after {
  content: '';
  position: absolute;
  width: 35px;
  height: 2px;
  background-color: #4b7dc9;
  left: 0;
  bottom: 0;
}

.great-item-title {
  font-size: 18px;
  font-weight: 400;
  position: relative;
  padding-bottom: 15px;
}

.great-item-tag {
  border: 1px solid #44a735;
  font-size: 12px;
  display: inline-block;
  vertical-align: middle;
  color: #44a735;
  line-height: 1;
  padding: 2px;
  margin-left: 5px;
  font-style: inherit;
}

.great-item-text {
  font-size: 18px;
  font-weight: 400;
  position: relative;
  padding-bottom: 15px;
  vertical-align: middle;
}

.great-item-msg {
  padding-top: 10px;
  line-height: 1.6;
  color: #666;
  font-size: 14px;
}

.great-list:hover {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.7);
}

.great-item:hover {
  color: #4b7dc9;
}

/*关于我们*/
.about_i {
  margin-top: 60px;
}
.about_i_cont dd {
  background: #e9e9e9;
  padding: 45px 55px 40px 93px;
  overflow: hidden;
  z-index: 10;
}
.about_i_cont dd h1 {
  margin: 0;
}

.about_i_cont dd h1 a {
  color: #333;
  line-height: 24px;
  font-size: 24px;
  overflow: hidden;
  display: block;
}

.about_i_cont dd p {
  color: #333;
  line-height: 30px;
  font-size: 14px;
  overflow: hidden;
  text-indent: 2em;
}

.about_i_cont dd b {
  display: block;
  width: 70px;
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  margin: 20px 0;
}

.about_i_cont dd a.more_about {
  margin-top: 40px;
  display: block;
  margin-left: -93px;
}
.about_i_cont dd a.more_about:hover {
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  -o-transform: scale(1.01);
  transform: scale(1.01);
  margin-left: -60px;
}
.about_i_cont dd:before {
  content: 'ABOUT US';
  display: block;
  position: absolute;
  top: -12px;
  left: 82px;
  font-size: 82px;
  line-height: 30px;
  color: rgba(26, 26, 26, 0.1);
  font-weight: bold;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform-origin: left;
}

.about_i_cont dt {
  padding: 0 0 0 50px;
}

.about_i_cont dt img {
  max-width: 100%;
  max-height: 100%;
}

.title_i {
  margin: 10px 0 40px;
  display: block;
  color: #1a1a1a;
  font-size: 28px;
  line-height: 30px;
  height: 30px;
  overflow: hidden;
}
.title {
  width: 1180px;
  margin: 0 auto;
  padding-bottom: 20px;
  border-bottom: 1px solid #ccc;
}
/*产品中心*/
.yingyong {
  overflow: hidden;
  width: 100%;
  margin-top: 60px;
}

.yingyong .yybox {
  overflow: hidden;
  width: 1180px;
  margin: 0 auto;
  height: 530px;
  margin-top: 30px;
  position: relative;
}

.yingyong .menu {
  overflow: hidden;
  width: 238px;
  float: left;
}

.yingyong .menu li {
  overflow: hidden;
  width: 100%;
  height: 53px;
  margin-bottom: 2px;
  background-color: #e9e9e9;
  *float: left;
  position: relative;
  left: -300px;
}

.yingyong .menu a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 14px;
  color: #000;
  text-decoration: none;
  line-height: 53px;
  padding-left: 20px;
}
.yingyong .menu a i {
  margin-right: 10px;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 50%;
  background-color: #fff;
}

.yingyong .menu .list span {
  display: inline-block;
  width: 27px;
  height: 27px;
  overflow: hidden;
  margin-left: 25px;
  position: relative;
  top: 10px;
  margin-right: 10px;
}

.yingyong .menu .list span {
  *display: inline;
}

.yingyong .menu .list span img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

.yingyong .menu .list.cur a {
  background-color: #4b7dc9;
  color: #fff;
}
.yingyong .menu .list.cur a i {
  color: #4b7dc9;
}

.yingyong .menu .list.cur img {
  top: -27px;
}

.yingyong .menu .phone {
  overflow: hidden;
  padding-left: 68px;
  height: 66px;
  background: url(../images/yyphone.png) 26px center no-repeat;
  background-color: #e9e9e9;
}

.yingyong .menu .phone p {
  font-size: 13px;
  color: #fc302e;
  margin-top: 9px;
}

.yingyong .menu .phone span {
  display: block;
  font-size: 22px;
  color: #fc302e;
  font-family: Arial;
}

.yingyong .tuwen {
  overflow: hidden;
  width: 925px;
  /* height: 100%; */
  float: right;
  position: relative;
  left: 1000px;
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}
.yingyong .product_item {
  width: 32%;
  height: 100%;
  margin-right: 10px;
  /* margin-bottom: 10px; */
}
.yingyong .product_item:nth-child(3n) {
  margin-right: 0;
}
.yingyong .product_item .product_img {
  width: 100%;
  height: 208px;
  overflow: hidden;
}
.yingyong .product_item .product_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.yingyong .product_item .product_img img:hover {
  transform: scale(1.1);
}
.yingyong .product_item .product_name {
  padding: 6px 0;
  text-align: center;
  /* border-left: 1px solid #ccc; */
}

.yingyong li.list2 {
  overflow: hidden;
  float: left;
  position: relative;
  width: 960px;
  height: 350px;
  background-color: #fff;
}

.yingyong li.list2 img {
  display: block;
  float: left;
}

.yingyong li.list2 .wen {
  float: right;
  width: 410px;
  margin-right: 40px;
  margin-top: 40px;
}

.yingyong li.list2 h3 {
  font-weight: normal;
  font-size: 24px;
  margin-bottom: 25px;
}

.yingyong li.list2 h3 a {
  color: #000;
}

.yingyong li.list2 p {
  font-size: 14px;
  line-height: 26px;
  color: #666;
  height: 130px;
  overflow: hidden;
  text-align: justify;
  margin-bottom: 60px;
}

.yingyong li.list2 .btn {
  overflow: hidden;
  width: 100%;
}

.yingyong li.list2 .btn a {
  display: block;
  width: 142px;
  height: 37px;
  text-align: center;
  line-height: 37px;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  float: left;
  margin-right: 7px;
  background-color: #4b7dc9;
}

.yingyong li.list2 .btn a.lij {
  background-color: #4b7dc9;
}

.yingyong .tuwen .btn01 {
  background: url(../images/yybtn.png) no-repeat center top;
  left: 30px;
  display: block !important;
}

.yingyong .tuwen .btn02 {
  background: url(../images/yybtn.png) no-repeat center bottom;
  right: 30px;
  display: block !important;
}
/*广告*/
.ad {
  overflow: hidden;
  width: 100%;
  height: 207px;
  background: url(../images/ad01_s.jpg) no-repeat center;
  margin-top: 60px;
}

.ad .adbox {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  height: 207px;
  position: relative;
}

.ad .ren {
  display: block;
  position: absolute;
  left: 70px;
  /*bottom:0;*/
  bottom: -200px;
}

.ad .wen {
  width: 465px;
  margin-top: 45px;
  /*margin-left:255px;*/
  margin-left: -600px;
}

.ad h3 {
  font-weight: normal;
  font-size: 30px;
  color: #fff;
}

.ad em {
  display: block;
  font-size: 12px;
  color: #fff;
  opacity: 0.3;
  filter: alpah(opacity=0.1);
  text-transform: uppercase;
  margin: 5px 0 10px;
}

.ad p {
  font-size: 14px;
  color: #fff;
  margin-bottom: 15px;
}

.ad .img01 {
  display: none;
  position: absolute;
  right: 235px;
  top: 28px;
}

.ad .img02 {
  display: none;
  position: absolute;
  right: 10px;
  top: 28px;
}
.adboxtit {
  font-size: 116px !important;
  margin-left: 137px;
  float: left;
  margin-top: -40px;
  font-family: Georgia, 'Times New Roman', Times, serif;
}
/*荣誉资质*/
.ry {
  overflow: hidden;
  width: 1315px;
  background: url(../images/img_k.jpg) no-repeat center 348px;
  margin: 0 auto;
  display: none;
}

.ry .rybox {
  overflow: hidden;
  width: 1200px;
  margin: 0 auto;
  height: 275px;
  position: relative;
}

.ry .rybox ul {
  overflow: hidden;
  position: absolute;
}

.ry .rybox li {
  float: left;
  width: 276px;
  height: 275px;
  margin: 0 12px;
  padding: 0;
}

.ry .rybox li img {
  display: block;
  padding: 16px;
  background: url(../images/img_bg.png) no-repeat center;
  margin-bottom: 28px;
}

.ry .rybox li a {
  display: block;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  color: #666;
  padding: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.ry .btn {
  display: block;
  margin: 0 auto;
  width: 116px;
  height: 32px;
  background: url(../images/about_btn.png) no-repeat center;
  margin-top: 20px;
}
.ry .btn:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
/*荣誉资质分页*/
.ludf {
  display: inline-block;
  margin: 0 18px 18px 18px;
}
/*新闻资讯*/
.main-6 {
  width: 1180px;
  padding: 60px 0px;
  margin: 0 auto;
}
.main-6 h3 {
  color: rgb(7, 108, 224);
  font-size: 25px;
  font-weight: 100;
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
}

.main-6 h3 i {
  color: #ccc;
  font-size: 18px;
}

.main-6 a {
  color: #666;
}
.main-6 a:hover {
  color: #fc302e;
}
.main-6 .left {
  float: left;
}

.main-6 .right {
  float: right;
}

.main-6 .left li div:first-child {
  width: 85px;
  float: left;
  background: #4b7dc9;
  height: 85px;
}

.main-6 .left li {
  border-bottom: 1px solid #ccc;
  list-style-type: none;
  padding: 30px 0px;
}

.main-6 .left li div:last-child {
  width: 600px;
  margin-left: 100px;
  line-height: 2;
  margin-top: 5px;
}

.main-6 .left li .date {
  padding-top: 12px;
}

.main-6 .left li .date p:first-child {
  text-align: center;
  font-size: 25px;
  height: 25px;
  color: #fff;
}

.main-6 .left li .date p:last-child {
  text-align: center;
  color: #fff;
  margin-top: 15px;
}

.main-6 .left li .new-1 p {
  color: #888;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 14px;
  margin-top: 5px;
}

.main-6 .left li .new-1 h4 {
  font-size: 18px;
  color: #333;
}

.main-6 .left li .new-1 h4:hover {
  color: #fc302e;
}

.main-6 .right {
  margin-top: 15px;
}

.main-6 .right li {
  max-width: 400px;
  list-style-type: none;
  height: 210px;
  overflow: hidden;
  margin-right: 10px;
}

.main-6 .right li img {
  width: 380px;
  height: 210px;
  cursor: pointer;
  transition: all 0.6s;
  border: none;
  object-fit: cover;
}

.main-6 .right li:hover {
  max-width: 380px;
}

.main-6 .right li:hover img {
  transform: scale(1.1);
  overflow: hidden;
}

.main-6 .right li h4 {
  width: 380px;
  height: 40px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  position: relative;
  top: -40px;
  z-index: 10;
  line-height: 40px;
  text-align: center;
}

.main-6 .right li:last-child {
  margin-top: 20px;
}

.main-6 .btn {
  display: block;
  margin: 0 auto;
  width: 116px;
  height: 32px;
  background: url(../images/about_btn.png) no-repeat center;
  margin-top: 20px;
}
.main-6 .btn:hover {
  -webkit-transform: scale(1.03);
  -ms-transform: scale(1.03);
  -o-transform: scale(1.03);
  transform: scale(1.03);
}
/*关键词*/
.keyw {
  background: #333;
}
.keyw ul li {
  float: left;
  color: #fff;
}
.keyw ul li a {
  color: #dfdfdf;
  font-size: 14px;
}
.keyw ul li a:hover {
  color: #fff;
}
.keyw .container .row {
  padding: 15px 0;
}

/*footer*/
.footer {
  width: 100%;
  background-color: #323a45;
  padding-top: 50px;
  height: auto;
  overflow: hidden;
}

.other-link {
  width: 1200px;
  margin: 0 auto;
  height: auto;
}

.other-link > div {
  float: left;
}

.other-link .sucai-contact {
  float: right;
}

.link-look {
  width: 900px;
  padding-bottom: 15px;
}

.link-list {
  float: left;
  width: 33%;
}
.footer_nav.link-list {
  width: 33%;
}
.product_links.link-list {
  width: 33%;
}
/* .footer_nav.link-list ul, */
.product_links.link-list ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
/* .footer_nav.link-list ul li, */
.product_links.link-list ul li {
  width: 40%;
}

.link-list h3 {
  line-height: 20px;
  font-size: 20px;
  color: #ffffff;
  font-weight: unset;
}

.link-list ul li a {
  line-height: 33px;
  color: #abacaf;
  font-size: 15px;
}

.link-list ul li a:hover {
  color: #fff;
}

.sucai-contact {
  width: 300px;
}

.bottom-logo {
  height: 80px;
}

.bottom-logo a {
  display: block;
  width: 100%;
  height: 100%;
  background: url('../images/footerlogo.png') no-repeat;
  background-size: 100%;
}

.sucai-companyname {
  height: 30px;
  line-height: 18px;
  font-size: 18px;
  color: #ffffff;
  margin-top: 15px;
}

.sucai-phone,
.sucai-qq {
  line-height: 2;
  font-size: 15px;
  color: #abacaf;
  white-space: nowrap;
}

.erweima-box {
  margin-top: 10px;
  margin-bottom: 15px;
}

.erweima-box > div {
  float: left;
  width: 100px;
}

.erweima-box > div:first-child {
  margin-right: 30px;
}

.wechat-erwei div:first-child,
.phonenet-erwei div:first-child {
  height: 25px;
  line-height: 14px;
  font-size: 14px;
  color: #abacaf;
}

.footer-bottom {
  height: 80px;
  text-align: center;
  padding-top: 15px;
  border-top: 1px solid #42444b;
}

.footer-bottom p {
  line-height: 26px;
  font-size: 14px;
  color: #6c6e73;
}

.footer-bottom p span {
  margin-left: 17px;
}

.footer-bottom p span.police-icon {
  display: inline-block;
  width: 25px;
  height: 20px;
  background: url('../images/index_sprite_img.png') no-repeat -334px -170px;
  vertical-align: top;
}

.sucai_wechat,
.sucai_web {
  width: 100%;
  height: 100px;
}

.sucai_wechat {
  background: url('../images/erweima.jpg');
}

.sucai_web {
  background: url('../images/erweima.jpg');
}

/*分页*/
.indser li {
  float: left;
  margin: 0 8px;
}

.indser li img {
  display: block;
}

.indser li span {
  display: block;
  margin-bottom: 28px;
  position: relative;
}

.indser li em {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: url(../images/bg.png);
  display: none;
}

.indser li em img {
  margin: 30px auto;
}

.indAbout {
  background: #f5f5f5;
  padding: 40px 0;
}

.indAbout .left {
  width: 585px;
  float: left;
  background: url(../images/ab.png) no-repeat left top;
  padding: 20px 0 0 20px;
  margin-left: 20px;
}

.indAbout .left h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.indAbout .left h2 span {
  display: block;
  color: #ff0000;
  font-size: 20px;
  line-height: 30px;
}

.indAbout .left p {
  font-size: 16px;
  line-height: 30px;
}

.indAbout .left a {
  background: #ff0000;
  color: #fff;
  font-size: 14px;
  line-height: 30px;
  width: 100px;
  text-align: center;
  display: block;
  float: right;
  margin-top: 30px;
}

.indAbout .right {
  float: right;
  margin-right: 25px;
  width: 385px;
}

.indAbout .right ul li {
  float: left;
  width: 120px;
  font-size: 16px;
  line-height: 30px;
  margin: 0 30px;
}

.indAbout .right ul li:nth-child(2n + 1) {
  /*margin-right: 130px;*/
}

.indAbout .right ul li i {
  font-size: 50px;
  color: #e93e00;
  display: inline-block;
  line-height: 35px;
  vertical-align: bottom;
  margin-right: 10px;
}

.indtit img {
  margin: 0 auto 40px;
  display: block;
}

.indCont {
  background: #333333;
  padding: 30px 0;
}

.indCont .left {
  width: 380px;
  float: left;
  background: url(../images/ab1.png) no-repeat left top;
  padding: 20px 0 0 20px;
  margin-top: 20px;
}

.indCont .left h2 {
  font-size: 28px;
  margin-bottom: 20px;
  color: #fff;
}

.indCont .left h2 span {
  display: block;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}

.indCont .left li {
  color: #fff;
  font-size: 16px;
  line-height: 2;
}

.indCont .left li i {
  display: inline-block;
  color: #fff;
  margin-right: 5px;
}

.indCont .left textarea {
  width: 360px;
  resize: none;
  height: 100px;
  border: none;
}

.indCont .left a.btn {
  display: block;
  width: 100px;
  margin: 16px auto 0;
  background: #555;
  color: #fff;
  text-align: center;
  font-size: 16px;
  line-height: 36px;
  padding: 0;
  border: none;
}

.indCont .right {
  float: right;
  width: 730px;
}

.indCont #map {
  height: 365px;
  margin-top: 30px;
}

.indserv .indserv_right {
  padding: 10px;
  margin-left: 8px;
  width: 779px;
  height: 534px;
  border: 1px solid #cfcfcf;
  overflow: hidden;
}

.indserv .indserv_right ul {
}

.indserv .indserv_right .list {
  width: 194px;
  height: 132px;
  position: relative;
  cursor: pointer;
  border-right: 1px dashed #cfcfcf;
  border-bottom: 1px dashed #cfcfcf;
}

.indserv .indserv_right .list:nth-child(4) {
  border-right: 0px dashed black;
}

.indserv .indserv_right .list:nth-child(8) {
  border-right: 0px dashed black;
}

.indserv .indserv_right .list:nth-child(12) {
  border-right: 0px dashed black;
}

.indserv .indserv_right .list:nth-child(16) {
  border-right: 0px dashed black;
  border-bottom: 0px dashed black;
}

.indserv .indserv_right .list:nth-child(13) {
  border-bottom: 0px dashed black;
}

.indserv .indserv_right .list:nth-child(14) {
  border-bottom: 0px dashed black;
}

.indserv .indserv_right .list:nth-child(15) {
  border-bottom: 0px dashed black;
}

.indserv .indserv_right .list .img {
  width: 194px;
  height: 132px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
}

.indserv .indserv_right .list .cover {
  width: 194px;
  height: 132px;
  position: absolute;
  top: 0px;
  left: 0px;
  background-color: #ff0000;
  opacity: 0;
  z-index: 0;
}

.indserv .indserv_right .list .icon {
  width: 40px;
  height: 36px;
  margin: 0 auto;
  margin-top: 25px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.indserv .indserv_right .list .icon img {
  position: absolute;
  top: -2px;
  left: 0px;
}

.indserv .indserv_right .list p {
  position: relative;
  margin-top: 15px;
  color: #333;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  z-index: 1;
}

.indserv {
  padding: 50px 0;
}

.indserv .indserv_right .list:hover .img {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 0.8;
}

.indserv .indserv_right .list:hover .cover {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  opacity: 0.8;
}

.indserv .indserv_right .list:hover p {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  color: white;
}

.indserv .indserv_right .list:hover .icon img {
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
  top: -38px;
}

.contact {
  float: left;
  width: 550px;
}

.contact h5 {
  font-size: 22px;
  color: #ea3b01;
}

.contact ul li {
  line-height: 35px;
  font-size: 16px;
  color: #666;
}

.contImg {
  width: 60%;
  display: block;
  margin: 50px 0 0;
}

.map {
  /*width: 600px;*/
  width: 100%;
  height: 400px;
  float: right;
  border: 1px #ccc solid;
}

.newsShow {
  float: left;
  width: 800px;
}

.newsShow .showTit {
  border-bottom: 1px #ccc solid;
  margin-bottom: 30px;
}

.newsShow .showTit h2 {
  font-size: 22px;
  font-weight: normal;
  line-height: 40px;
}

.newsShow .showTit .fb_time {
  line-height: 30px;
}

.newsShow .showTit .fb_time span {
  display: inline-block;
  margin: 0 10px 0 0;
  color: #666;
  line-height: 24px;
}

.newsShow .showTit .left {
  float: left;
}

.newsShow .showTit .back {
  float: right;
  margin-top: 20px;
  background: #ff0000;
  color: #fff;
  font-size: 14px;
  line-height: 35px;
  width: 100px;
  text-align: center;
}

.newsShow .showTit .back a {
  color: #fff;
  display: block;
}

.newsShow .showTit .back:hover {
  background: #f94045;
}

.newsShow .showimg img {
  display: block;
  margin: 0 auto 30px;
  padding: 5px;
  border: 1px #ccc solid;
}

.rp_show_con {
  font-size: 14px;
  color: #666;
}

.rp_show_con p {
  /*text-indent: 2em;*/
}

.rp_show_con img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.down_show {
  padding: 10px 10px 10px;
  margin-top: 30px;
  font-size: 14px;
  width: 100%;
  /*background: url(../images/huiji.png) no-repeat top left;*/
  background-size: 20px;
  border-top: 1px #ccc dashed;
}

.down_show a:hover {
  text-decoration: underline;
}

.Recom {
  width: 285px;
  background: #f7f7f7;
  float: right;
  position: relative;
  /*min-height: 394px;*/
}

.RecomCenter {
  width: 285px;
  background: #f7f7f7;
  padding: 0 0px 30px;
  /*position: fixed;
  top: 0;*/
  border-bottom: 1px #a97e44 solid;
  border-left: 1px #a97e44 solid;
}

.Recom .rec {
  position: absolute;
  top: 170px;
  right: 0;
  display: block;
  width: 40px;
}

.Recom .recc {
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 20px;
}

.Recom .showRight {
  width: 100%;
  height: 170px;
  overflow: hidden;
}

.Recom .showRight img {
  width: 100%;
}

.Recom ul {
  padding: 0 20px;
}

.Recom li {
  border-bottom: 1px #ccc dashed;
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.Recom h2 {
  text-align: center;
  font-weight: normal;
  font-size: 16px;
  margin: 30px 0 20px;
}

.Recom li h6 a {
  color: #333;
  font-size: 14px;
  font-weight: normal;
}

.Recom span {
  display: block;
  color: #666;
  font-size: 12px;
}

.Recom em {
  font-style: normal;
  display: inline-block;
  width: 49%;
  margin-top: 6px;
  color: #333;
}

.Recom em a {
  text-align: right;
  display: block;
  color: #333;
}

.Recom em a:hover {
  text-decoration: underline;
}

.newsList table td.jg {
  width: 100px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.newsShow .zhw strong {
  font-size: 16px;
}

.newsShow table {
  margin: 20px 0 10px;
  font-size: 14px;
}

.newsShow .zhw {
  border-bottom: 1px #ccc solid;
}

.zhwcon {
  font-size: 14px;
}

.index_pro {
  width: 1200px;
  margin: auto;
  height: auto;
}

.index_pro ul li {
  width: 245px;
  float: left;
  margin: 0 26px;
  margin-bottom: 35px;
}

.index_pro ul li dl {
  width: 100%;
  padding: 0;
  margin: 0;
}

.index_pro ul li dl dt {
  padding: 0;
  margin: 0;
  /*width:348px; height:228px;*/
  overflow: hidden;
  position: relative;
  height: 123px;
}

.index_pro ul li dl dt img {
  width: 100%;
  height: auto;
}

.index_pro ul li dl dt:hover img {
  opacity: 1;
  -webkit-transform: scale(1.2, 1.2);
  -webkit-transition-timing-function: ease-out;
  -webkit-transition-duration: 500ms;
  -moz-transform: scale(1.2, 1.2);
  -moz-transition-timing-function: ease-out;
  -moz-transition-duration: 500ms;
}

.index_pro ul li dl dt span {
  padding: 10px 18px;
  width: 317px;
  display: none;
  position: absolute;
  left: 0;
  bottom: 0px;
  height: auto;
  background: rgba(234, 59, 1, 0.8);
  overflow: hidden;
}

.index_pro ul li dl dt:hover span {
  display: block;
  color: #ffffff;
  font-size: 13px;
  z-index: 1;
}

.index_pro ul li dl dd {
  padding: 0;
  margin: 0;
  margin-top: 5px;
}

.index_pro ul li dl dd h3 {
  line-height: 40px;
  height: 40px;
  color: #333;
  font-size: 15px;
  font-weight: normal;
  letter-spacing: 2px;
  border-bottom: 1px solid #dbdbdb;
}

.index_pro ul li dl dd a {
  color: #333;
}

.index_pro ul li dl dd a:hover {
  color: #c01019;
}

.about .about_main {
  width: 600px;
  position: relative;
  float: left;
}

.about .about_pic {
  width: 490px;
  float: right;
}

.about .about_pic img {
  width: 100%;
}

.about .about_cont {
  padding-bottom: 10px;
  margin-bottom: 30px;
  position: relative;
}

.about .about_main .about_cont:first-child {
  border-bottom: 1px dashed #d3d3d3;
}

.about .about_cont h2 {
  font-size: 26px;
  color: #333;
  font-weight: normal;
  margin-bottom: 5px;
}

.about .about_cont h4 {
  font-size: 16px;
  color: #333;
  font-weight: normal;
  background: url('../images/a03.jpg') no-repeat left bottom;
  padding-bottom: 8px;
  margin-bottom: 10px;
  white-space: nowrap;
}

.about .about_cont .text {
  font-size: 14px;
  color: #333;
  line-height: 28px;
}

.sumBtnBg {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 999;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
}

.sumBtnBg .sumBtn {
  width: 20%;
  background: #fff;
  position: fixed;
  z-index: 9999;
  top: 30%;
  left: 40%;
  padding: 25px 0;
}

.sumBtnBg .sumBtn input {
  display: block;
  width: 80%;
  line-height: 35px;
  margin: 0 auto;
  border: 1px #ccc solid;
  text-align: center;
  font-size: 16px;
}

.sumBtnBg .sumBtn input:focus {
  border: 1px #ff0000 solid;
  color: #ff0000;
}

.sumBtnBg .sumBtn img {
  display: block;
  margin: 0 auto 10px;
  width: 80px;
}

.sumBtnBg .sumBtn .msg_btn_area {
  width: 50%;
  margin: 20px auto 0;
  background: #ff0000;
  line-height: 35px;
  font-size: 15px;
  text-align: center;
}

.sumBtnBg .sumBtn .msg_btn_area a {
  display: block;
  line-height: 35px;
  color: #fff;
}

.sumBtnBg .close {
  display: block;
  width: 20px;
  margin-top: -25px;
  float: right;
  cursor: pointer;
}

.sumBtnBg .close img {
  width: 100%;
}

.indCont .subCont textarea {
  padding: 0 5px;
  line-height: 24px;
  font-size: 14px;
  font-family: '微软雅黑';
  margin-top: 5px;
}

/*banner*/

.banner .swiper-button-next {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E")
    no-repeat center rgba(0, 0, 0, 0.6);
  right: 5%;
  left: auto;
}

.banner .swiper-button-prev {
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23FFFFFF'%2F%3E%3C%2Fsvg%3E")
    no-repeat center rgba(0, 0, 0, 0.6);
  left: 5%;
  right: auto;
}

.banner .swiper-button {
  padding: 8px 4px;
  background-size: 50%;
  border-radius: 3px;
  opacity: 0.1;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.banner:hover .swiper-button {
  opacity: 1;
}

.banner img {
  display: block;
  width: 100%;
}

.banner .swiper-pagination-clickable .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background: #fff;
  border: 1px #ff0707 solid;
  border-radius: 50px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}

.banner .swiper-pagination-bullet-active {
  width: 26px !important;
  background: rgba(255, 7, 7) !important;
}

/*公司简介*/

.w50 {
  width: 50%;
}

.textw {
  position: relative;
}

.about {
  width: 100%;
}

.swiper1 {
  color: #fff;
  width: 360px;
  position: absolute !important;
  z-index: 10 !important;
  right: 0;
  top: 0;
}

.swiper1 .selected {
  color: #fff;
  background-color: #ff0707 !important;
}

.swiper1 .swiper-slide {
  font-size: 15px;
  flex: 1;
  text-align: center;
  margin: 0 5px;
  background-color: #a7a7a7;
  height: 44px;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  cursor: pointer;
}

.swiper2 {
  width: 100%;
  margin-top: 50px;
}

.swiper2 .swiper-slide {
  color: #222;
  min-height: 200px;
}

.fbshow {
  width: 85%;
  margin-left: 10%;
  padding-bottom: 4%;
  padding-left: 5%;
  background: #f9f9f9;
}

.textw {
  width: 1200px;
  margin: 0 auto;
}

.aboutl {
  width: 66%;
  color: #333;
}

.aboutl h3 {
  padding-bottom: 10px;
  line-height: 26px;
  font-size: 20px;
  font-weight: unset;
  padding-top: 35px;
  color: #333;
}

.abtext {
  overflow: hidden;
  position: relative;
  line-height: 24px;
  margin: 25px 50px 0 0;
  text-align: justify;
  font-size: 14px;
  color: #333;
}

.more {
  display: block;
  line-height: 38px;
  width: 120px;
  padding: 4px;
  background-color: #fff;
  color: #ff0707;
  border-radius: 24px;
  text-align: center;
  padding-left: 20px;
  font-size: 15px;
}

.more img {
  width: 38px !important;
  transition: 0.1s;
}
.more img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.bttop {
  margin: 50px 0 30px;
  text-transform: Uppercase;
  font-size: 18px;
}

.bttop h3 {
  font-size: 28px;
  font-weight: unset;
  padding-bottom: 30px;
  border-bottom: 1px solid #c7c7c7;
}

.main-border {
  border-bottom: 3px solid #ff0707;
  width: 30px;
  margin-bottom: 30px;
  margin-top: -2px;
}

.ywen {
  color: #333;
  font-size: 14px;
  font-weight: 100;
}

.gsjj {
  position: relative;
  margin-bottom: 50px;
  margin-top: 50px;
}

.bliue {
  background-color: #ff0707;
  width: 70%;
  height: 360px;
  z-index: -1;
  position: absolute;
  top: 150px;
}

.dfj {
  display: flex;
  justify-content: space-around;
}

.aboutr img {
  width: 400px;
  padding-top: 33px;
  padding-right: 30px;
}

.fr {
  float: right;
}

.fl {
  float: left;
}

/*精选案例*/

.ban {
  position: relative;
  overflow: hidden;
}

.tbop img {
  width: 100%;
  display: block;
}

.poushow {
  display: flex;
  flex-wrap: wrap;
}

.cenrt {
  width: 1200px;
  margin: auto;
}

.djf {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.tone {
  padding: 50px 0;
}

.xyfclsi {
  position: relative;
  width: 31%;
  margin-top: 20px;
  margin-right: 3.5%;
  overflow: hidden;
}

.xyfclsi:nth-child(3n) {
  margin-right: 0;
}

.xyfclsi img {
  width: 100%;
  height: auto;
  display: block;
}

.xyfclsi p {
  padding: 10px 0;
  text-align: center;
}

.zzzzao {
  position: absolute;
  top: 0;
  width: 100%;
  height: 67%;
  padding-top: 25%;
  background: rgba(255, 7, 7, 0.6);
  color: #fff;
  font-size: 18px;
  text-align: center;
}

.xyfclsi .zzzzao {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  cursor: pointer;
}

.xyfclsi:hover .zzzzao {
  opacity: 1;
  cursor: pointer;
}

.ckgd {
  width: 100px;
  margin: auto;
  border: 1px solid #fff;
  text-align: center;
  padding: 5px;
  font-size: 14px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.ckgd:hover {
  background: #fff;
  color: #333;
}

.landi {
  background-color: #ff0707;
  width: 100%;
  height: 240px;
  position: absolute;
  bottom: 0;
  z-index: -1;
}

/*荣誉资质*/

.swiper-guang {
  overflow: hidden;
  position: relative;
}

.leftsi {
  width: 68%;
  margin-left: 9%;
  margin-top: 5%;
}

.anlshow {
  width: 31%;
  margin-right: 3.5%;
  padding: 1px;
  box-sizing: border-box;
}

.anlshow:nth-child(3n) {
  margin-right: 0;
}

.anlwz {
  padding: 5px 30px;
  text-align: justify;
  line-height: 22px;
}

.anlwz h3 {
  font-size: 18px;
  color: #333;
  font-weight: unset;
  padding: 5px 0;
}

.hrxd {
  color: #ff0707;
}

.hrxd img {
  float: left;
  width: 52px;
  padding-left: 25px;
  padding-right: 5px;
}

.dianm {
  position: relative;
  width: 40px;
  height: 40px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.alitu {
  padding: 0 30px;
  box-sizing: border-box;
}
.alitu img {
  width: 340px;
  height: 240px;
  border: 1px solid #f9f9f9;
}

.swiper-button-nexts {
  width: 38px;
  height: 38px;
  z-index: 10;
  cursor: pointer;
}

.swiper-button-prevs {
  width: 38px;
  height: 38px;
  z-index: 10;
  cursor: pointer;
}

.anlxq p {
  font-size: 15px;
}

.buttonst {
  width: 160px;
  height: 38px;
  margin: 50px auto 0;
  padding: 4px;
  border-radius: 26px;
  border: 1px solid #ff0707;
}

.buttonst img {
  width: 38px;
  transition: 0.1s;
}
.buttonst img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

/*关于我们*/

.dfj {
  display: flex;
  justify-content: space-around;
}

.ejytop {
  background-color: #0b90cf;
  overflow: hidden;
}

.ckuangj {
  width: 1200px;
  margin: auto;
  position: relative;
}

.biaoji {
  min-width: 220px;
  color: #fff;
  line-height: 82px;
}

.biaoji a {
  color: #fff;
}

.poucter {
  width: 20%;
  margin-top: 20px;
  margin-bottom: 50px;
}

.pouct {
  /* text-align: center; */
  font-size: 16px;
}

.pouct .on {
  background-color: #4b7dc9;
  color: #fff;
  display: block;
}

.pouct .on a {
  color: #fff;
}
.pouct .on a i {
  color: #4b7dc9;
}

.pouctshow {
  background: #e1e1e1;
  line-height: 38px;
  overflow: hidden;
  margin-top: 10px;
}

.pouctshow:last-child {
  border-bottom: 0;
}
.pouctshow a {
  display: block;
  width: 100%;
  height: 100%;
  padding-left: 20px;
  /* position: relative; */
}
.pouctshow i.iconfont {
  /* position: absolute; */
  left: 20px;
  display: inline-block;
  text-align: center;
  width: 26px;
  height: 26px;
  background-color: #fff;
  line-height: 26px;
  border-radius: 50%;
  margin-right: 20px;
}
.listop {
  background-color: #0377ae;
  padding: 20px 0;
  font-size: 16px;
  width: 20%;
  color: #fff;
  text-align: center;
}

.listop h3 {
  font-size: 18px;
  font-weight: unset;
  line-height: 1.5;
  margin: 0;
}

.pouctshow a {
  color: #5d5d5d;
}

.pouctshow:hover {
  background-color: #4b7dc9;
}
.pouctshow:hover a {
  /*background-color: #4b7dc9;*/
  display: block;
  color: #fff;
}
.pouctshow:hover a i {
  color: #4b7dc9;
}
.pouct ul li img {
  width: 20px;
  vertical-align: sub;
}
.pouct ul li {
  background: #e1e1e1;
  border-bottom: 2px solid #fff;
}
.pouct ul li a {
  line-height: 60px;
  width: 60%;
  text-align: center;
  display: inline-block;
  color: #666;
}
.pouct ul li a:hover {
  color: #4b7dc9;
}
.pouct .up a {
  color: #4b7dc9;
}

.puw60 {
  margin-top: 60px;
}

.xyfcaiw {
  width: 75%;
  margin-top: 30px;
  margin-bottom: 50px;
}

.xyfcaiw .containers {
  display: flex;
  flex-wrap: wrap;
  /* justify-content: space-between; */
}

.xyfcaiw .product_item {
  width: 32%;
  height: 236px;
  overflow: hidden;
  background-color: #ccc;
  position: relative;
  margin-bottom: 30px;
  margin-right: 18px;
  border: 1px solid #fff;
}
.xyfcaiw .product_item:nth-child(3n) {
  margin-right: 0;
}
.xyfcaiw .product_item .product_img {
  height: 203px;
  overflow: hidden;
}
.xyfcaiw .product_item:hover {
  border: 1px solid #4b7dc9;
}
.xyfcaiw .product_item:hover img {
  transform: scale(1.1);
}
.xyfcaiw .product_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.3s ease;
}
.xyfcaiw .product_item .product_title {
  width: 100%;
  height: 200px;
  background-color: #4b7dc9;
  line-height: 2;
  padding: 0 10px;
  position: absolute;
  bottom: -167px;
  color: #fff;
}

.lxwmen {
  margin-top: 20px;
}

.lxwmen img {
  width: 100%;
  display: block;
}

.listxq {
  padding: 0 10px;
  color: #666666;
  line-height: 30px;
  font-size: 14px;
  margin-top: 20px;
}

.lanmut {
  text-align: center;
  color: #c7000b;
  line-height: 40px;
}

.kuang {
  width: 300px;
  margin: auto;
}

.kuang .bttou span {
  background: #ffffff !important;
  color: #000000 !important;
  font-size: 18px;
}

.listop {
  background-color: #fff;
  padding: 20px 0;
  font-size: 16px;
  width: 20%;
  color: #333;
  text-align: center;
  line-height: 1.5;
}
.listop h3 {
  color: #4b7dc9;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}
.ejytop {
  background-color: #fff;
  overflow: hidden;
  border-bottom: 1px solid #ccc;
}

.biaoji {
  min-width: 220px;
  color: #666;
  line-height: 85px;
  font-size: 14px;
}

.biaoji a {
  color: #666;
}

.fbshows {
  width: 100%;
  padding-bottom: 4%;
  padding-left: 5%;
  background: #f9f9f9;
}

/*品牌故事*/

.pinpai img {
  width: 400px;
  padding: 0 20px 20px;
  float: left;
}

.pinpai p {
  padding: 5px;
  line-height: 1.8;
  font-size: 14px;
  text-indent: 2em;
}

/*公司风采*/

.box {
  float: left;
  margin: 10px;
}

.he_border1 {
  background: #4b7dc9;
  width: 280px;
  height: 210px;
  padding: 0;
  margin: 0;
  position: relative;
  box-sizing: border-box;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.he_border1 .he_border1_img {
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  position: relative;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  opacity: 1;
  overflow: hidden;
}

.he_border1:hover .he_border1_img {
  position: absolute;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.6;
}

.he_border1 .he_border1_caption {
  color: #fff;
  padding: 0;
  margin: 0;
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.he_border1 .he_border1_caption::before,
.he_border1 .he_border1_caption::after {
  position: absolute;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.4s;
  -moz-transition: opacity 0.4s, -moz-transform 0.4s;
  -o-transition: opacity 0.4s, -o-transform 0.4s;
  transition: opacity 0.4s, transform 0.4s;
}

.he_border1 .he_border1_caption::before {
  top: 8%;
  right: 10%;
  bottom: 8%;
  left: 10%;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: scale(0, 1);
  -moz-transform: scale(0, 1);
  -o-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
}

.he_border1 .he_border1_caption::after {
  top: 8%;
  right: 10%;
  bottom: 8%;
  left: 10%;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
  -webkit-transform: scale(1, 0);
  -moz-transform: scale(1, 0);
  -o-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.he_border1:hover .he_border1_caption::before,
.he_border1:hover .he_border1_caption::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

.he_border1 .he_border1_caption,
.he_border1 .he_border1_caption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  z-index: 1000;
}

.he_border1 .he_border1_caption_h {
  font-size: 24px;
  text-align: center;
  width: 80%;
  position: absolute;
  top: 30%;
  left: 10%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  opacity: 1;
}

.he_border1 .he_border1_caption_p {
  font-size: 20px;
  text-align: center;
  width: 80%;
  position: absolute;
  top: 60%;
  left: 10%;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  opacity: 0;
}

.he_border1:hover .he_border1_caption_p {
  top: 45%;
  opacity: 1;
}

/*合作伙伴*/

.partner-container {
  margin-bottom: 50px;
}

.customer em {
  display: block;
  font-size: 18px;
  color: #60b069;
  margin: 60px 0 20px;
  font-style: normal;
}

.customer span {
  display: block;
  font-size: 26px;
  color: #333;
}

.customer img {
  display: block;
}

.customer p {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}

.customer-line {
  width: 200px;
  border: 1.5px solid #4b7dc9;
  margin: 15px 0 30px;
}

.custom .index_tit,
.free .index_tit {
  margin-top: 60px;
}

.custom .kh_show {
  width: 100%;
  margin: 20px auto 0;
}

.kh_show ul li {
  float: left;
  width: 23.6%;
  border: 1px solid #f5f5f5;
  overflow: hidden;
  margin: 5px;
}

.kh_show ul li img {
  width: 100%;
  transition: all 0.5s ease-in-out;
}

.kh_show ul li:hover img {
  transform: scale(1.1);
}

/*产品中心*/

.he_slideCaptionDown {
  background: #4b7dc9;
  width: 280px;
  height: auto;
  padding: 0;
  margin: 0;
  border: 1px solid #f5f5f5;
  position: relative;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.he_slideCaptionDown .he_slideCaptionDown_img {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  opacity: 1;
  overflow: hidden;
}

.he_slideCaptionDown .he_slideCaptionDown_caption {
  color: #fff;
  background: rgba(254, 114, 83, 0);
  -moz-backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, -100%, 0);
  -moz-transform: translate3d(0, -100%, 0);
  -o-transform: translate3d(0, -100%, 0);
  -ms-transform: translate3d(0, -100%, 0);
  transform: translate3d(0, -100%, 0);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.he_slideCaptionDown:hover .he_slideCaptionDown_caption {
  background: rgba(42, 85, 164, 0.8);
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.he_slideCaptionDown .he_slideCaptionDown_caption,
.he_slideCaptionDown .he_slideCaptionDown_caption > a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
}

.he_slideCaptionDown .he_slideCaptionDown_caption_h {
  font-size: 1.3em;
  font-weight: 700;
  text-align: center;
  width: 80%;
  position: absolute;
  top: -50%;
  left: 10%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  overflow: hidden;
  opacity: 0;
}

.he_slideCaptionDown:hover .he_slideCaptionDown_caption_h {
  color: #fff;
  top: 32%;
  opacity: 1;
}
.he_slideCaptionDown_caption_h img {
  width: 60px;
}
.videoimg1 {
  display: none;
}
.he_slideCaptionDown_caption_h a:hover .videoimg1 {
  display: inline-block;
}

.he_slideCaptionDown_caption_h a:hover .videoimg {
  display: none;
}

.he_slideCaptionDown .he_slideCaptionDown_caption_p {
  font-size: 1em;
  text-align: center;
  width: 80%;
  position: absolute;
  top: -50%;
  left: 10%;
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
  overflow: hidden;
  opacity: 0;
}

.he_slideCaptionDown:hover .he_slideCaptionDown_caption_p {
  color: #fff;
  top: 45%;
  opacity: 1;
}

.box span {
  color: #fff;
  font-size: 14px;
  display: block;
  text-align: center;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*新闻*/

.xyfcaiw .newslist01 {
  width: 100%;
}

.xyfcaiw .newslist01 li {
  margin: 20px 0;
}

.xyfcaiw .newslist01 li a:hover,
.xyfcaiw .newslist01 li a:hover h3,
.xyfcaiw .newslist01 li a:hover p {
  color: #4b7dc9;
}

/*联系我们*/

.contact01 {
  margin-bottom: 10px;
  background: #f5f5f5;
  padding: 20px 35px;
}

.contact01 h6 {
  height: 70px;
  font-size: 24px;
  color: #4b7dc9;
  line-height: 70px;
  font-weight: normal;
  position: relative;
}

.contact01 h6 span {
  display: inline-block;
  padding-left: 10px;
  font-size: 18px;
  color: #4b7dc9;
}

.contact01 h6::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 1px;
  bottom: 1px;
  left: 0;
  background: #4b7dc9;
}

.contact01 h6::after {
  position: absolute;
  content: '';
  width: 148px;
  height: 3px;
  bottom: 0px;
  left: 0;
  background: #4b7dc9;
}

.contact01 p {
  margin-top: 15px;
  padding-bottom: 15px;
  padding-left: 63px;
  font-size: 15px;
  color: #737373;
  line-height: 30px;
  border-bottom: 1px dashed #ccc;
}

.h01 {
  margin-top: 30px;
}

.contact01 .p01 {
  background: url(../images/1.png) no-repeat 0 0;
}

.contact01 .p02 {
  background: url(../images/3.png) no-repeat 0 0;
}

.contact01 .p03 {
  background: url(../images/2.png) no-repeat 0 0;
}

.contact01 p em {
  display: inline-block;
  padding: 0 40px;
}

/*人才招聘*/

.job-ex {
  text-align: center;
  font-size: 18px;
}

.job-ex em {
  padding: 0 10px;
  color: #4b7dc9;
}

.job-contents .i {
  width: 46%;
  padding: 15px;
  float: left;
}

.job-contents .in {
  border: 1px solid #dfdfdf;
  padding: 30px;
  box-shadow: 10px 10px 0 #f0f0f0;
}

.job-contents .i .t {
  font-size: 18px;
  color: #4b7dc9;
}

.job-contents .i .tn {
  padding: 10px 0;
  border-top: 1px solid #dfdfdf;
  border-bottom: 1px solid #dfdfdf;
  margin: 10px 0;
}

.job-contents .i .d {
  line-height: 1.6;
  overflow: hidden;
}

.job-contents .i .d + .d {
  padding-top: 15px;
  border-top: 1px solid #dfdfdf;
  margin-top: 15px;
}

.d img {
  margin-top: 10px;
  border-radius: 5px;
  width: 100%;
}

/*招商加盟*/

.col-sm-4 {
  float: left;
  width: 31%;
  padding: 10px;
}

/*背景*/

.bg-white {
  background-color: #ffffff;
}

/*大标题*/

.titleBar {
  text-align: center;
}

.titleBar .caption {
  font-size: 36px;
  color: #252b3a;
  letter-spacing: 0;
  text-align: center;
  line-height: 46px;
  margin-bottom: 10px;
}

.descript {
  margin-bottom: 40px;
  font-size: 16px;
  color: #a0a2a8;
}

/*内容*/

.developer-train .tile {
  position: relative;
  background: #ffffff;
  height: 180px;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.developer-train .layer-figure {
  text-align: center;
  font-size: 18px;
  color: #252b3a;
  height: 79px;
}

.developer-train .title {
  line-height: 79px;
  border-bottom: 1px solid #ddd;
  color: #252b3a;
  font-size: 18px;
  font-weight: unset;
}

.developer-train .dev-text {
  text-align: center;
  margin: 30px 25px 0;
  font-size: 14px;
  color: #a0a2a8;
}

/*按钮*/

.developer-train .buttond {
  position: absolute;
  bottom: 30px;
  right: 35.842%;
  text-align: center;
  margin: auto;
  width: 100px;
  height: 32px;
  border: 1px solid #f66f6a;
  font-size: 14px;
  color: #f66f6a;
}

.developer-train .buttond p {
  line-height: 30px;
  color: #f66f6a;
}

.developer-train .buttond:hover {
  background-color: #f66f6a;
  border: none;
  cursor: pointer;
}

.developer-train .buttond:hover a p {
  color: #fff;
}

/*zixun*/

/*我要咨询*/

.wrap_mar {
  width: 1200px;
  margin: auto;
}

/* 我要咨询 */

.wantConsult {
  margin-top: 30px;
}

.wantConsult .zxTitle {
  height: 68px;
  border-top: 2px solid #333333;
}

.wantConsult .zxTitle .p1 {
  font-size: 22px;
  line-height: 68px;
  color: #333;
}

.wantConsult .zxTitle .p2 .i14 {
  margin-top: 25px;
}

.wantConsult .zxTitle .p2 .i15 {
  margin-top: 31px;
}

.wantConsult .zxTitle .p2 span {
  margin: 25px 6px 0;
  font-size: 18px;
  color: #333333;
}

.wantConsult_btm {
  height: 450px;
  overflow: hidden;
  margin-bottom: 30px;
}

.wantConsult_btm_left {
  width: 246px;
  padding-left: 35px;
  height: 450px;
  background: url('../images/sixpage1_21.png') no-repeat;
}

.wantConsult_btm_left .sixPage {
  font-size: 24px;
  font-weight: bold;
  color: #fff;
  margin: 44px 0 10px;
}

.wantConsult_btm_left ul li {
  height: 30px;
  line-height: 40px;
  font-size: 15px;
  color: #fff;
}

#contact {
  width: 270px;
  padding-left: 10px;
  border: none;
  background: #f3f2f1;
  height: 38px;
  line-height: 38px;
  outline: none;
  font-size: 14px;
  color: #aeaeae;
}

#validate {
  width: 210px;
  padding-left: 10px;
  border: none;
  background: #f3f2f1;
  height: 38px;
  line-height: 38px;
  outline: none;
  font-size: 14px;
  color: #aeaeae;
}

.wantConsult_btm_left ul li i {
  background: url('../images/xuhao.png') no-repeat;
  margin: 10px 7px 0 0;
}

.wantConsult_btm_left ul li .i16 {
  width: 20px;
  height: 22px;
  background-position: -1px -1px;
}

.wantConsult_btm_left ul li .i17 {
  width: 21px;
  height: 22px;
  background-position: 0px -43px;
}

.wantConsult_btm_left ul li .i18 {
  width: 21px;
  height: 22px;
  background-position: 0px -85px;
}

.wantConsult_btm_left ul li .i19 {
  width: 21px;
  height: 22px;
  background-position: 0px -127px;
}

.wantConsult_btm_left ul li .i20 {
  width: 21px;
  height: 22px;
  background-position: 0px -169px;
}

.wantConsult_btm_left ul li .i21 {
  width: 21px;
  height: 22px;
  background-position: 0px -211px;
}

.wantConsult_btm_left ul li font {
  font-size: 14px;
}

.wantConsult_btm_left .chanQuan {
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
  line-height: 24px;
}

.wantConsult_btm_right {
  width: 919px;
  height: 450px;
  background: url('../images/sixpage2.png') no-repeat;
}

.wantConsult_btm_right .form {
  width: 510px;
  margin-left: 40px;
}

.wantConsult_btm_right .form textarea {
  padding: 15px 20px;
  width: 470px;
  height: 80px;
  line-height: 20px;
  font-size: 14px;
  color: #aeaeae;
  border-radius: 5px;
  margin-top: 40px;
  background: #f3f2f1;
  outline: none;
}

.wantConsult_btm_right .form .input_p {
  height: 40px;
  background: #f3f2f1;
  width: 490px;
  padding-left: 20px;
  border-radius: 5px;
  margin-top: 20px;
}

.wantConsult_btm_right .form .input_p .span1 {
  display: inline-block;
  width: 54px;
  height: 16px;
  line-height: 16px;
  border-right: 1px solid #d8d8d8;
  font-size: 16px;
  color: #404040;
  margin-top: 12px;
  text-align: text-justify;
}

.wantConsult_btm_right .input_p .txt {
  width: 270px;
  padding-left: 10px;
  border: none;
  background: #f3f2f1;
  height: 38px;
  line-height: 38px;
  outline: none;
  font-size: 14px;
  color: #aeaeae;
}

.wantConsult_btm_right .form textarea:focus {
  color: #666;
}

.wantConsult_btm_right .input_p .txt:focus {
  color: #666;
}

.input_p font {
  font-size: 14px;
  color: #666;
  margin-top: 12px;
  margin-right: 18px;
  margin-bottom: 18px;
}

.check_box em {
  margin: 0 0 0 5px;
}

.input_p .span2 {
  display: block;
  width: 215px;
  height: 40px;
  border: none;
  /*border-left: 1px solid #d3d3d3;*/
  background: #ebebeb;
  color: #f22f2f;
  font-size: 12px;
  /*text-align: center;*/
  line-height: 40px;
  cursor: pointer;
  outline: none;
}

.sub_ziXun {
  margin-top: 30px;
  height: 50px;
  text-align: center;
}

.sub_ziXun a {
  width: 200px;
  height: 50px;
  font-size: 18px;
  color: #fff;
  background: #4b7dc9;
  border-radius: 5px;
  border: none;
  outline: none;
  padding: 10px 60px;
}

.select_yixiang {
  width: 310px;
  height: 330px;
  background: rgba(255, 255, 255, 0.8);
  margin: 40px 40px 0 0;
  border-radius: 5px;
  position: relative;
}

.ninTitle {
  height: 45px;
  line-height: 45px;
  font-size: 15px;
  font-weight: bold;
  color: #666;
  padding-left: 18px;
  background: #f7f7f7;
  margin-bottom: 15px;
  border-radius: 5px 5px 0 0;
}

.ninTitle em {
  color: #4b7dc9;
  font-style: unset;
}

.select_yixiang li {
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  color: #666666;
  background: url('../images/dian_81.png') no-repeat left center;
  margin-left: 18px;
  padding-left: 12px;
  cursor: pointer;
  overflow: hidden;
}

.select_yixiang li:hover {
  text-decoration: underline;
}

.select_yixiang .jiao {
  position: absolute;
  left: -8px;
  top: 19px;
  width: 8px;
  height: 12px;
  background: url('../images/jiao.png') no-repeat;
}

.select_yixiang li a {
  color: #666666;
}

.clear {
  zoom: 1;
  clear: both;
}

.clear:after {
  content: '';
  clear: both;
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
}

.fl1 {
  float: left;
  display: inline;
}

.fr1 {
  float: right;
  display: inline;
}

/*show*/

.newsShow {
  float: left;
  width: 800px;
  min-height: 400px;
}

.newsShow .showTit {
  border-bottom: 1px #ccc solid;
  margin-bottom: 30px;
}

.newsShow .showTit .left {
  float: left;
}

.newsShow .showTit h2 {
  font-size: 22px;
  font-weight: normal;
  line-height: 40px;
  margin-bottom: 0px;
}

.newsShow .showTit .fb_time {
  line-height: 30px;
}

.newsShow .showTit .fb_time span {
  display: inline-block;
  margin: 0 10px 0 0;
  color: #666;
  line-height: 24px;
}

.newsShow .showTit .back {
  float: right;
  margin-top: 20px;
  background: #4b7dc9;
  color: #fff;
  font-size: 14px;
  line-height: 35px;
  width: 100px;
  text-align: center;
}

.newsShow .showTit .back:hover {
  background: #4b7dc9;
}

.newsShow .showTit .back a {
  color: #fff;
  display: block;
}
.iw_poi_title {
  color: #4b7dc9;
}
.iw_poi_content {
  font-size: 14px;
}
/*分页样式*/

.page_info {
  text-align: center;
  margin-top: 20px;
  color: #333;
  font-size: 16px;
  margin-bottom: 30px;
}

.page_info span {
  padding: 0 2px;
  font-weight: bold;
}

.page_list {
  height: 24px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0;
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 30px;
}

.page_list a {
  display: inline-block;
  color: #8c8c8c;
  border: 1px solid #ffffff;
  background: #f8f8f8;
  text-align: center;
  padding: 10px 16px;
  margin: 0px 1px;
  line-height: 20px;
  border-radius: 5px;
}

.page_list a:hover {
  color: #fff;
  /*border: 1px solid #4b7dc9;*/
  background: #4b7dc9;
}

.page_list a.on {
  color: #fff;
  background: #4b7dc9;
}

/*分页新闻*/
.newsList li {
  padding: 20px 0;
  border-bottom: 1px solid #d2d2d2;
}
.newsList li img {
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.newsList li:hover img {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.newsList li .pic {
  float: left;
  width: 250px;
  overflow: hidden;
}

.newsList li .pic img {
  width: 250px;
  height: 168px;
}

.newsInner {
  float: right;
  width: 606px;
}

.newsInner h2 {
  font-size: 18px;
  line-height: 26px;
  margin-top: 0px;
  margin-bottom: 0px;
}

.single-line a {
  color: #333;
}

.newsInner h2 a:hover {
  color: #4b7dc9;
  text-decoration: none;
}

.newsInner h3 {
  font-size: 14px;
  color: #999;
  line-height: 2;
  margin-top: 0px;
  margin-bottom: 0px;
}

.newsInner p {
  margin-top: 8px;
  line-height: 26px;
  color: #666;
  font-size: 14px;
}

.newsInner a.newsmore {
  display: block;
  width: 116px;
  height: 32px;
  margin-top: 18px;
  line-height: 32px;
  text-align: center;
  color: #4b7dc9;
  border: 1px solid #4b7dc9;
  font-size: 14px;
}

.newsInner a.newsmore:hover {
  color: #fff;
  background: #4b7dc9;
  text-decoration: none;
}

.newsW .page {
  margin-top: 30px;
  margin-bottom: 60px;
}

/*产品展示*/
.hide {
  display: none;
}

.color {
  color: #e31939;
}

.xyfcaiw .containers {
  min-width: 100%;
  margin: 0 auto;
}

.xyfcaiw .containers .titles {
  padding-bottom: 30px;
  margin: 0 auto;
  font-size: 26px;
  font-weight: 300;
  color: #333;
  text-align: center;
  box-sizing: content-box;
}

.xyfcaiw .containers .desc {
  position: relative;
  padding: 20px 30px 20px 6em;
  margin: 0 auto;
  font-size: 14px;
  line-height: 2;
  text-indent: -3rem;
  background: #ebf2ff;
}

.xyfcaiw .containers .desc:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 25px;
  border-top: 2px solid #4b7dc9;
  border-left: 2px solid #4b7dc9;
  border-radius: 6px 0 0 0;
}

.xyfcaiw .containers .desc:after {
  content: '';
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 25px;
  border-right: 2px solid #4b7dc9;
  border-bottom: 2px solid #4b7dc9;
  border-radius: 0 0 6px 0;
}

.xyfcaiw .containers .content {
  padding: 20px 0 0 0px;
}

.product-tab {
  position: relative;
  z-index: 1;
  padding-top: 20px;
  margin: 0 auto;
  text-align: center;
}

.product-tab:after {
  content: '.';
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.product-tab .line {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 25%;
  height: 2px;
  padding: 0;
  font-size: 0;
  overflow: hidden;
  background: #4b7dc9;
}

.product-tab li {
  float: left;
  width: 25%;
  padding-bottom: 35px;
  font-size: 18px;
  line-height: 3;
  text-align: center;
  cursor: pointer;
  box-sizing: content-box;
}

.product-tab li img {
  display: inline-block;
  width: 30px;
  margin-right: 25px;
  vertical-align: middle;
}

.product-list {
  background: #f5f5f6;
}

.product-list .product-item {
  padding: 50px 30px;
  margin: 0 auto;
  overflow: hidden;
}
.product-item img {
  max-width: 100%;
}
/* 合作伙伴 */
.partner_container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}
.partner_container .partner_item {
  width: 300px;
  height: 120px;
  overflow: hidden;
}
.partner_container .partner_item img {
  width: 100%;
  height: auto;
  transition: all 0.3s ease;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  opacity: 0.7;
}
.partner_container .partner_item:hover img {
  transform: scale(1.1);
  -webkit-filter: grayscale(0);
  -moz-filter: grayscale(0);
  -ms-filter: grayscale(0);
  -o-filter: grayscale(0);
  filter: grayscale(0);
  filter: gray;
  opacity: 1;
}
/* 首页产品导航高亮 */
.yingyong .menu li:hover a {
  color: #fff;
  background-color: #4b7dc9;
}
.yingyong .menu li:hover a i {
  color: #4b7dc9;
}
.flex-just-btw{
  display: flex;
  justify-content: space-between;
}
.ws-nowrap{
  white-space: nowrap;
}
.comtitle{
  font-weight: bold; font-size: 15px; color: #333;
}
.flex{
  display: flex;
}
.alignitem-center{
  align-items: center;
}
.justifycontent-center{
  justify-content: center;
}
.pageList.flex .page-item{
  display: inline-block;
  color: #4b7dc9;
  border: 1px solid #f8f8f8;
  background: #f8f8f8;
  text-align: center;
  padding: 3px 11px;
  margin: 0 5px;
  border-radius: 3px;
}
.pageList.flex .page-item .page-link{
  color: #4b7dc9;
}
.pageList.flex .page-item.disabled.active {
  border: 1px solid #4b7dc9;
  background: #4b7dc9;
}
.pageList.flex .page-item.disabled.active .page-link{
  color: #fff;
}
.img_cover{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_i_cont dt{
  padding: 0;
}
.disabled{
  cursor: not-allowed;
}
.down_show li{
  width: 50%;
  display: flex;
}
.down_show li:nth-child(2){
  justify-content: flex-end;
}
.down_show li a {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: normal;
}
.navbar-header1{
  display: flex;
  align-items: center;
}