@charset "utf-8";

/* CSS Document */

body {
  font: 14px "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
  height: 100%;
  min-width: 1260px;
  background: #fff;
  max-width: 100%;
  overflow: auto;
  color: #666;
  overflow-x: hidden;
  padding: 0px;
  margin: 0px;
}

a {
  color: #666;
  text-decoration: none;
  outline: none;
}

img {
  border: 0px;
  vertical-align: middle;
}

a:link {
  text-decoration: none;
  outline: none;
}

a:visited {
  text-decoration: none;
  outline: none;
}

a:hover {
  text-decoration: none;
  color: #333;
  outline: none;
}

ul,
p,
dl,
dt,
dd {
  padding: 0px;
  margin: 0px;
}

li {
  list-style-position: outside;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5 {
  padding: 0px;
  margin: 0px;
}

input {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-appearance: none;
}

input::-webkit-input-placeholder {
  color: #ccc;
}

input::-ms-input-placeholder {
  color: #ccc;
}

input::-moz-placeholder {
  color: #ccc;
}

input[type=button],
input[type=submit] {
  cursor: pointer;
}

button[disabled],
input[disabled] {
  cursor: default;
}

input {
  background: transparent;
  padding: 0px;
  font-size: 14px;
  color: #888;
  border: 0px;
  outline: none;
}

em {
  font-style: normal;
}

i {
  font-style: normal;
}


/*清除浮动*/

.clear {
  clear: both;
  height: 0px;
  overflow: hidden;
}

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.clearfix {
  /*兼容 IE*/
  zoom: 1;
}


/************全局样式************/

.fl {
  float: left;
}

.fr {
  float: right;
}


/*t图片样式*/

.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto
}

img {
  border: 0px;
  vertical-align: middle;
}

.img-responsive {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%
}

.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}

.avatar img {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.avatar:hover img {
  transform: scale(1.1);
  transition: all 1s ease 0s;
  -webkit-transform: scale(1.1);
}


/*文字超出隐藏*/

.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dot2 {
  display: -webkit-box;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}


/**/

.wal {
  width: 1200px;
  margin: 0px auto;
}

.main_title {
  text-align: center;
}

.main_title p {
  font-size: 40px;
  margin-bottom: 16px;
  color: #333;
}

.main_title p b {
  font-size: 40px;
  font-weight: bold;
  color: #00A3E8;
}

.main_title span {
  font-size: 18px;
  color: #666;
  line-height: 32px;
}

.dflex {
  display: flex;
}

.dflex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.dflex_start {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.dflex_end {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.dflex_stretch {
  display: flex;
  justify-content: center;
  align-content: center;
  align-items: stretch;
}

.dflex_space-between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/*顶部导航*/
.header {
  width: 100%;


}

.top-center {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 120px;
  position: relative;
}

.logo_txt {
  display: flex;
  align-items: center;
}

.logo-tit {
  margin-left: 20px;
}

.logo-tit b {
  font-size: 32px;
  font-weight: normal;
  color: #000;
  margin-bottom: 10px;

}

.logo_txt p {
  font-size: 20px;
  line-height: 36px;
  color: #666;
}

.header_phone {
  display: flex;
  align-items: center;
  padding-left: 20px;
}

.header_phone p {
  color: #666;

  font-size: 15px;
  margin-bottom: 5px;
}

.header_phone img {
  padding-right: 9px;
}

.header_phone b {
  color: #00A3E8;
  font-size: 30px;
  font-weight: 500;
  margin-top: 0;
  display: block;
  padding-right: 20px;
}

/*导航菜单*/
.navbar {
  width: 100%;
  height: 70px;
  border-top: 1px solid #f1f1f1;

}

.nav {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 70px;
}

.nav li {
  position: relative;
  width: calc(100% / 7);
  background: url(../images/line.png) no-repeat left;
}


.nav li:first-child {
  background: none;
}

.nav li a {
  display: block;
  font-size: 17px;
  line-height: 66px;
  color: #333;
  text-align: center;
  transition: all .3s;
  border-bottom: 3px solid #fff;

}

.nav a:hover, .nav li:hover>a {

  color: #00A3E8;
  border-bottom: 3px solid #00A3E8;

}

.nav li.active {}

.nav li.active a {
  color: #00A3E8;
}

/* 二级菜单 */
.ejxl {
  display: none;
  background-color: rgba(255, 255, 255, .8);
  transition: all 0s;
  z-index: 999;
  position: absolute;
  top: 100%;
  width: 100%;

}

.nav li .ejxl li {
  margin: 0 auto;
  display: block;
  padding: 0;
  width: 100%;
  background: none;
}

.nav li .ejxl li a {
  display: block;
  color: #444;
  font-size: 16px;
  height: 35px;
  line-height: 35px;
  padding: 5px 0;
  width: 100%;
  text-align: center;
  border: none;
}

.nav li .ejxl li:hover a {
  background: none;
  border: none;
}

.nav li .ejxl a:hover {
  color: #00A3E8;
}

/*导航菜单 end*/

/*首页banner图*/
#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}

#banner .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}

#banner .swiper-slide img {
  display: block;
  width: 100%;


}

#banner .swiper-button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  overflow: hidden;
  z-index: 10;
  width: 50px;
  font-size: 30px;
  line-height: 50px;
  height: 50px;
  transition: all .5s ease;
  outline: none;

}

#banner .swiper-button:hover {
  background: #00A3E8;
}

.btn-prev {
  left: 5%;
}

.btn-next {
  right: 5%;
}


#banner .swiper-pagination-bullet {
  position: relative;
  margin: 0 8px !important;
  display: inline-block;
  width: 14px;
  height: 14px;
  overflow: hidden;
  z-index: 10;
  border-radius: 100%;
  outline: none;
  background: #fff;
  opacity: 1;
}


#banner .swiper-pagination-bullet-active.swiper-pagination-bullet::before {
  background: #fff;
}

#banner .swiper-pagination-bullet-active {
  background-color: #00A3E8;
  opacity: 1;
  filter: alpha(opacity=100);
}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}


/*首页banner图 end*/

/*产品*/
.product {
  margin-top: 60px;
}

.pro_nav {

  margin-top: 40px;
}

.pro_nav_txt {
  color: #333;
  display: flex;
  flex-wrap: wrap;
}

.pro_nav_txt .p1 {
  flex: 1;
  margin: 5px;
}

.pro_nav_txt b {
  display: block;
  font-size: 30px;
  margin-bottom: 42px;
}

.pro_nav_txt span {
  display: block;
  font-size: 24px;
  text-transform: uppercase;
  color: #999;
}

.pro_nav_txt a {
  position: relative;
  text-align: center;
  z-index: 4;
  text-decoration: none;
  transition: all 0.2s;
  display: block;
  color: #666;
  border: 1px solid #f1f1f1;
  height: 42px;
  line-height: 42px;
  margin-bottom: 14px;
  font-size: 17px;
  padding: 9px 15px;
  background: #f5f5f5;
}

.pro_nav_txt a:after {
  content: '';
  position: absolute;
  width: 0;
  height: 100%;
  background: #00A3E8;
  bottom: 0;
  left: 0;
  -webkit-transition: width .3s;
  transition: width .3s;
  z-index: -1;
}

.pro_nav_txt .p1:hover a:after {
  width: 100%;
}

.pro_nav_txt .p1:hover a {
  color: #fff;
}
.pro_nav_txt .p1 .aa{  color: #fff;
  background: #00A3E8;
}
.pro_nav_txt p {
  margin: 20px 0;
}

.pro_nav_txt i {
  display: block;
  font-style: normal;
  font-size: 18px;
  text-align: center;
}




.cpzx {

  padding: 0 0 40px;
  position: relative;
}

.xcal .swiper-wrapper {
  padding-top: 20px;
}

.xcal .swiper-slide {
  transition: all 0.5s ease;
}

.xcal .swiper-slide img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%
}

.xcal .swiper-slide p {

  color: #333;
  text-align: center;
  line-height: 50px;
  font-size: 16px;
  padding: 10px;
}

.cpzx .swiper-button-next {
  position: absolute;
  top: 50%;
  right: -60px;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 50px;
  font-size: 26px;
  text-align: center;

  line-height: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all .5s ease;
  outline: none;
}

.cpzx .swiper-button-prev {
  position: absolute;
  top: 50%;
  left: -60px;
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  background: rgba(0, 0, 0, 0.3);

  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 50px;
  font-size: 26px;
  text-align: center;

  line-height: 50px;
  height: 50px;
  border-radius: 50%;
  transition: all .5s ease;
  outline: none;
}

.cpzx .swiper-button-prev:hover, .cpzx .swiper-button-next:hover {
  background: #FF7C34;
}



.xcal .swiper-slide a {
  display: block;
  margin: 10px;
  background: #F6F9FF;
  padding: 40px 20px;
  -webkit-transition: all .3s linear;
  transition: all .3s linear;
  position: relative;
}

.xcal .swiper-slide .item-top {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 40px;
  line-height: 40px;

  text-align: center;
  background: #00A3E8;
  color: #fff;
  opacity: 0;
  transition: all .3s linear;
  z-index: 2;
}

.xcal .swiper-slide img {
  margin-top: 30px;
}

.xcal .swiper-slide span {
  display: block;
  width: 100px;
  border: 1px solid #00A3E8;
  height: 35px;
  line-height: 35px;
  text-align: center;
  margin: 30px auto;
  color: #666;
}

.xcal .swiper-slide .pro_title {
  font-size: 24px;
  line-height: 40px;
  color: #333;
  font-weight: 500;
  text-align: center;
}


.xcal .swiper-slide a:hover {
  -webkit-transform: translateY(-16px);
  transform: translateY(-16px);
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
}

.xcal .swiper-slide a:hover span {
  background: #00A3E8;
  color: #fff;
}

.xcal .swiper-slide a:hover .item-top {
  opacity: 1;
}


/*简介*/
.about {
  background: #F6F9FF;
  background-size: cover;
  padding: 80px 0;
  margin-top: 60px;
}

.about-box {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  position: relative;

}

.about_fl {
  flex: 1;
}

.about_fl p {
  line-height: 26px;
  padding: 10px 0;
  color: #666;
  margin-top: 15px;
}

.about_fl .ab-title {
  font-size: 22px;
  color: #222;
  font-weight: bold;
  margin-top: 10px;
}

.about_fr {
  flex: 1;
  overflow: hidden;
  padding-left: 40px;

}

.ab_list2 {

  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  margin-top: 10px;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);


}

.ab_list2 li {
  flex: 1;
  cursor: pointer;
  color: #333;

  text-align: center;
  border-right: 1px solid #dedede;
  -webkit-transition: transform .3s;
  transition: transform .3s;
  font-size: 18px;
}

.ab_list2 li:last-child {
  border: none;
}

.ab_list2 li b {
  display: block;
  font-size: 37px;
  color: #00A3E8;
  margin-top: 20px;

}

.ab_list2 li i {
  font-size: 16px;
  width: 25px;
  height: 25px;
  line-height: 25px;

  border-radius: 50%;
  text-align: center;
  font-style: normal;
  font-weight: normal;
  position: relative;
  top: -20px;
  left: 0px;
  color: #999;
  display: inline-block;
}

.ab_list2 li:hover {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
}

.more_a2 {
  display: inline-block;
  line-height: 40px;
  padding: 0px 23px;
  color: #00A3E8;
  position: relative;
  transition: all 0.8s ease 0s;
  font-size: 16px;
  margin: 20px 0;
}

.more_a2 span {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.more_a2::before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #00A3E8;
  width: 100%;
  height: 1px;
  transition: all 0.3s ease 0s;
}

.more_a2:hover {
  border-bottom-color: #00A3E8;
  color: rgb(255, 255, 255);
}

.more_a2:hover::before {
  height: 100%;
}

/*优势*/
.ys_box {

  background: #f5f5f5 url(../images/bg2.jpg) no-repeat;
  padding: 80px 0;
}

.ys {
  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 60px;
  background: #fff;
  box-shadow: 0 0 15px rgb(0 23 73 / 5%);

}

.ys ul {
  width: 100%;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.ys li {
  position: relative;
  overflow: hidden;
  width: 20%;
  padding: 30px;
  border-right: 1px solid #f2f2f2;

}

.ys li:last-child {
  border: none;
}

.ys li a {
  display: block;
}

.ys em {
  font-size: 20px;
  margin: 0;
  padding: 0;
  font-style: normal;
  display: block;
  text-align: center;
  color: #fff;
}

.ys .img_ar {
  width: 20%;
  height: 320px !important;
}

.ys .img_ar span {
  display: block;
  margin-top: 50px;
  color: #D5D5D5;
  font-size: 18px;
}


.ys .img_ar b {

  display: block;
  color: #000;
  margin: 20px 0;
  font-size: 26px;
  font-weight: normal;
}

.ys .dec_ar p {
  margin-top: 15px;
}


.ys li .cont_ar {
  color: #fff;
  background: rgba(0, 0, 0, .3);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}


.ys li .dec_ar {
  line-height: 28px;
  max-height: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  padding: 30px;
  right: 0;
  bottom: 0;

  color: #666;
  opacity: 0;
  filter: alpha(opacity=0);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
}

.ys li .dec_ar em {
  font-size: 24px;
  margin-top: 15px;
  font-weight: bold;
}

.ys li .dec_ar p {
  color: #666;
  font-size: 16px;
  line-height: 30px;

}

.ys li .more {
  text-align: center;
  color: #fff;
  margin-top: 15px;
}

.ys li.cur .cont_ar {
  background: rgba(255, 255, 255, 0);
  cursor: pointer;
}

.ys li.cur .ar_title {
  display: none;
}

.ys li.cur i {

  color: #00A3E8;
  font-size: 20px;
}

.ys li.cur .dec_ar {
  opacity: 1;
  filter: alpha(opacity=100);

  transition-delay: 0.3s;
  -webkit-transition-delay: 0.3s;
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }

  to {
    -webkit-transform: rotate(360deg);
  }
}

.ys li.cur .xuanz {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  animation: rotation 3s linear infinite;
  -moz-animation: rotation 3s linear infinite;
  -webkit-animation: rotation 3s linear infinite;
  -o-animation: rotation 3s linear infinite;
}

/* 行业应用 */
.yy-box {
  margin-top: 60px;
}

/* .hyyy {
  margin-top: 50px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  overflow: hidden;
}

.hyyy {
  flex: 1;
  margin-right: 15px;
}

.hyyy_fl {
  width: 40%;
}

.hyyy_fl .pro_box_l {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  cursor: pointer;
}

.hyyy_fl .pro_box_l img {
  transition: all 0.5s;
  border-radius: 10px;
}

.hyyy_fl .pro_box_l:hover img {
  transform: scale(1.05);
}

.hyyy_fl .pro_box_l .main_title {
  position: absolute;
  top: 5%;
  left: 50px;
}

.hyyy_fl .pro_box_l .pro-nav {
  position: absolute;
  opacity: 0;
  bottom: 8%;
  text-align: center;
  left: 0;
  right: 0;
  transition: all .3s ease-in;
  color: #fff;
  font-size: 18px;
}


.hyyy_fl .pro_box_l:last-child {
  margin-bottom: 0;
}

.hyyy_fl .pro_box_l:hover .pro-nav {
  opacity: 1;
  bottom: 15%;
}

.hyyy_fl .pro_box_l:hover .title-more {
  color: #fff;
}

.hyyy_fl .pro_box_l:hover .mark-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.hyyy_fr {
  width: 60%;

  display: flex;
  flex-wrap: wrap;
}

.hyyy_fr .pro_box {
  margin-bottom: 15px;
  position: relative;
  overflow: hidden;
  width: calc(50% - 15px);
  margin-left: 15px;
  cursor: pointer;

}

.hyyy_fr .pro_box .pro-nav {
  position: absolute;
  opacity: 0;
  bottom: 5%;
  left: 0;
  right: 0;
  transition: all .3s ease-in;
  color: #fff;
  text-align: center;
  font-size: 18px;
}


.hyyy_fr .pro_box:hover .pro-nav {
  opacity: 1;
  bottom: 15%;
}

.hyyy_fr .pro_box:hover .title-more {
  color: #fff;
}

.hyyy_fr .pro_box .pro-nav-spe ul {
  display: flex;
  flex-wrap: wrap;
}

.hyyy_fr .pro_box .pro-nav-spe ul li {
  width: 33.3%;
}

.hyyy_fr .pro_box .pro-nav-spe ul li a {
  display: block;
}

.hyyy_fr .pro_box:hover .mark-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}

.hyyy_fr .pro_box img {
  transition: all 0.5s;
  border-radius: 10px;
}

.hyyy_fr .pro_box:hover img {
  transform: scale(1.05);
}

.hyyy_fr .pro_box .main_title {
  position: absolute;
  top: 10%;
  left: 50px;
}

.hyyy_fr .pro_box:last-child {
  margin-bottom: 0;
} */
.yyfa {
  width: 100%;
  height: auto;
  position: relative;


  margin-top: 40px;


}

.yyfa .tab {
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;


}



.yyfa .tab .team-box .team-content {
  background: #fff;
  width: 100%;
  padding: 5px 0;
  text-align: center;
  border-top: 4px solid transparent;
  display: inline-block;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}

.team-content .title {

  font-size: 18px;
  line-height: 48px;

}

.team-content .title2 {

  font-family: 'MontserratUltraLight';
  font-size: 16px;
  letter-spacing: 1.8px;
  margin-bottom: 8px;
  padding-left: 10px;
  padding-right: 10px;
}


.yyfa .tab a {
  display: block;
  width: calc(16.6% - 12px);
  margin: 5px;
  color: #333;
  text-align: center;
  text-decoration: none;
  border: 1px solid #dedede;



}

.yyfa .tab a.on .team-box .team-content {
  background-color: #00A3E8;

}

.yyfa .tab a.on {
  color: #fff;
}

.yyfa .tab a.on .team-box .team-content img {
  filter: brightness(500%);
}



.yyfa .co ul {
  margin-top: 30px;
  padding: 5px;
}

.yyfa .co li {
  display: none;
  position: relative;
  background: #fff;
  list-style: none;
}

.ys_list {
  margin-top: 40px;


}

.ys_list_right {
  float: left;
  width: 45%;

}

.ys_list_left {
  float: right;
  width: calc(55% - 80px);
  padding: 40px;
  line-height: 24px;
  font-size: 14px;
  color: #585657;
  margin-top: 40px;


}

.ys_list_left b {
  line-height: 56px;
  color: #333;
  padding: 28px 0 0;
  font-size: 36px;
  position: relative;
  font-weight: 500;
  display: block;
}

.ys_list_left span {
  display: block;
  font-size: 24px;
  margin: 30px 0;
}

.ys_list_left p {
  font-size: 15px;
  padding-top: 20px;
  line-height: 30px;
  color: #666;
}



/*新闻*/
.news {
  padding: 60px 0;
  background: #F6F9FF;
  margin-top: 60px;
}

.news-con {
  margin-top: 50px;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.news-con .news-fl {
  background: #fff;
  margin-right: 10px;
  flex: 2;
}

.news-con .news-fl .news-inner {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}

.news-con .news-fl .news-tu {
  padding: 20px;
  flex: 1;
}

.news-con .news-fl .news-tu a {
  display: block;
  flex: 1;
  overflow: hidden;
  padding: 30px 0;

}

.news-con .news-fl .news-tu a:hover b {
  color: #00A3E8;
}

.news-con .news-fl .news-tu b {
  font-size: 16px;
  color: #000;
}

.news-con .news-fl .news-tu i {
  display: block;
  margin: 20px 0;
  color: #999;
}

.news-con .news-fl .news-tu a p {
  color: #666;
  line-height: 26px;
  height: 52px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

}

.news-con .news-fl .news-tu img {
  margin-top: 20px;
  transition: all 0.3s;
}

.news-con .news-fl .news-tu:hover img {
  transform: scale(1.1);
}

.news-con .news-fl .news-fl-list {
  padding: 20px;
  border-top: 5px solid #f1f1f1;
}

.news-con .news-fl .news-fl-list a {
  display: block;
  line-height: 42px;
  font-size: 15px;
}

.news-con .news-fl .news-fl-list a:hover {
  color: #00A3E8;
}

.news-con .news-fl .news-fl-list a img {
  margin-right: 10px;
}

.news-con .news-fl .news-fl-list a span {
  float: right;
}

.news-con .news-fr {
  background: #fff;
  margin-left: 10px;
  flex: 1;

}

.news-con .news-fr .news-tu {

  margin: 30px;
}

.news-con .news-fr .news-tu b {
  font-size: 16px;
  color: #000;
}

.news-con .news-fr .news-tu i {
  display: block;
  margin: 20px 0;
  color: #999;
}

.news-con .news-fr .news-tu a {
  display: block;
  padding: 10px;
  overflow: hidden;
}

.news-con .news-fr .news-tu a img {
  transition: all 0.3s;
}

.news-con .news-fr .news-tu a:hover img {
  transform: scale(1.1);
}

.news-con .news-fr .news-tu a p {
  color: #666;
  line-height: 26px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;

}

.news-con .news-fr .news-tu img {
  margin-bottom: 20px;
}

.news-con .news-fr .news-fl-list {
  padding: 0 30px 30px 30px;

}

.news-con .news-fr .news-fl-list a {
  display: block;
  line-height: 42px;
  font-size: 15px;
}

.news-con .news-fr .news-fl-list a:hover {
  color: #00A3E8;
}

.news-con .news-fr .news-fl-list a img {
  margin-right: 10px;
}

.news-con .news-fr .news-fl-list a span {
  float: right;
}

/*  */

.scroll {
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  position: fixed;
  right: 45px;
  bottom: 70px;
  color: #fff;
  cursor: pointer;
  background: #00A3E8;
  font-size: 26px;
}


/*底部footer*/
.footer {
  background: #393939;
  background-size: 100%;

}

.foot {
  padding: 60px 0;

}

.foot b {
  font-size: 22px;
  color: #fff;
  display: block;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.foot span {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  padding-right: 8px;
}

.foot .ft-nav {
  width: 45%;
}

.foot .ft-nav li {

  float: left;
  margin-bottom: 22px;
  width: 50%;
}

.foot .ft-nav li a {
  font-size: 16px;
  display: block;
  color: #fff;
}

.foot .ft-nav li a:hover {
  color: #00A3E8;
}

.foot .ft-contact {
  width: 45%;
}

.foot .ft-contact p {
  width: 100%;
  color: #fff;
  font-size: 16px;
  margin-bottom: 22px;
}

.foot .footer_center {
  margin-top: 62px;
  display: flex;

  justify-content: center;
  flex-direction: column;
}

.footer_phone {
  display: flex;
  margin-bottom: 30px;
}

.footer_phone p {
  color: #333;

  margin-bottom: 5px;
  font-size: 16px;
}

.footer_phone p img {
  padding-right: 8px;
}

.footer_phone p span {
  font-weight: normal;
}

.footer_phone b {
  color: #fff;
  font-size: 24px;
  margin: 0;
  display: block;
}

.foot .footer_center {
  width: 31%;
}

.foot .footer_center .footer_tel {

  display: flex;

  flex-direction: column;
}

.foot .footer_center p {
  text-align: left;
  color: #fff;

}

.foot .ewm {
  margin-top: 85px;
  width: 10%;
}

.foot .ewm img {
  max-width: 100px;
}

.foot .ewm p {
  margin-top: 10px;
  text-align: center;
  color: #fff;
}

.copyright {
  padding: 20px 10px;
  text-align: center;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .5);
}

.copyright a {
  color: #fff;
}