/**/
* {
  margin: 0;
  padding: 0;
}
div,
address,
b,
big,
blockquote,
body,
center,
cite,
code,
dd,
del,
dl,
dt,
em,
fieldset,
font,
form,
b,
b,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
label,
legend,
li,
ol,
p,
pre,
small,
span,
strong,
u,
ul,
var,
th,
td,
input {
  margin: 0;
  padding: 0;
}
div,
dl,
dt,
dd,
form,
input,
button,
textarea,
p,
ul,
li,
ol,
table,
tr,
td,
header,
footer,
aside,
nav,
b,
b,
h3,
h4,
h5,
h6,
section {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
body {
  font-size: 14px;
  font-family: "Microsoft Yahei", "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
  color: #333;
  padding: 0px;
  margin: 0px;
  word-wrap: break-word;
  hyphens: auto;
}
button:foucs {
  border: none !important;
  outline: none !important;
}
button::-moz-focus-inner {
  border-color: transparent;
}
input[type=number] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
ul,
ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
i {
  font-style: normal;
}
a {
  color: #333;
}
a:hover {
  text-decoration: none;
  color: #fff;
}
img {
  border: none !important;
  vertical-align: middle
}
input {
  outline: none;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
select {
  -webkit-appearance: none;
  outline: none;
}
textarea {
  -webkit-appearance: none;
  outline: none
}
.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;
  max-width: 100%
}
.avatar {
  display: block;
  overflow: hidden;
  width: 100%;
}
.avatar img{ transition: all .3s;}
.avatar:hover img{ transform: scale(1.1);}
.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.dot2 {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/
.top_con {
  background: #2AA2DE;
  color: #fff;
  padding: 10px 0;
}
.top_con .container {
  display: flex;
  justify-content: space-between;
}
.top_con .top_lx span {
  padding-right: 20px;
}
.top_con .topShare {
  display: flex;
}
.top_con .topShare ul {
  display: flex;
  margin-left: 10px;
}
.top_con .topShare ul li a {
  color: #fff;
  padding: 0 10px;
}
.top_con .topShare ul li a:hover {
  color: rgba(255, 255, 255, .8);
}
#header {
  transition: all 0.5s;
  z-index: 996;
  transition: all 0.5s;
  height: 90px;
  position: absolute;
  width: 100%;
}
#header.header-transparent {
  background: rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
#header.header-scrolled {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 996;
  background: #fff;

}
.top-box {
  display: flex;
  justify-content: space-between;
  align-items: center;


}
.top-box .logo {
  flex: 2;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 90px;
  padding-left: 30px;
}
.top-box .logo img {
  padding: 0;
  margin: 0;
  max-height: 70px;
}
.top-box .logo .logo-tu2 {
  display: none;
}

/*导航菜单 */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu {
  flex: 5;
  height: 90px;
  border-right: 1px solid rgba(255, 255, 255, .1);
}
.nav-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.nav-menu ul li {
  text-align: center;
  position: relative;
}
.nav-menu a {
  display: block;
  color: #000;
  padding: 0 15px;
  height: 90px;
  line-height: 90px;
  transition: 0.3s;
  font-size: 16px;
  transition: all .3s;
  position: relative;
}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {
  color: #fff ;
  background: #2AA2DE;
}
.nav-menu .drop-down ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: absolute;

  left: 0%;
  top: 90px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  width: 100%;
  background:#2AA2DE;
  transition: ease all 0.3s;
}
.nav-menu .drop-down ul li {
  width: 100%;
}
.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 90px;
  visibility: visible;
}
.nav-menu .drop-down li {
  width: 100%;
  position: relative;
}
.nav-menu .drop-down ul a {
  padding: 5px 0;
  font-size: 16px;
  color: #fff;
  line-height: 28px;
  height: auto;
  overflow: hidden;
}
.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {
  color: #2AA2DE;
  background: #fff;
}
.nav-menu .drop-down .drop-down ul {
  top: 0;
  left:100%;
}
.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}
.nav-menu .drop-down .drop-down>a {

}
.nav-menu a i {
  padding-left: 5px;
}
.nav-menu .arrow {
  position: absolute;
  width: 11px;
  height: 11px;
  top: -5.5px;
  left: 45%;
  background-color: #fff;
  transform: rotate(45deg);
  cursor: pointer;
  transition: .3s;
  z-index: -1;
}
.nav-menu .mob-language {
  display: none;
}
.mobile-nav .mob-language {
  display: block;
}
.top-box .logo .logo-tu1 {
  display: block;
}
.top-box .logo .logo-tu2 {
  display: none;
}
#header.header-scrolled .top-box .logo .logo-tu1 {
  display: none!important;
}
#header.header-scrolled .top-box .logo .logo-tu2 {
  display: block !important;
}
#header.header-scrolled .top-box { background:#2AA2DE;}
#header.header-scrolled .nav-menu a{color:#fff}
.top-box .top_tel {  font-size: 24px;  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; align-items: center; padding: 0 30px; color: #2AA2DE; display: flex;}
.top-box .top_tel img{ margin-right: 10px;}

#header.header-scrolled .top-box .top_tel { color: #fff; }
#header.header-scrolled .top-box .top_tel img{ filter: brightness(100);}
#header.header-scrolled .nav-menu a:hover,
#header.header-scrolled .nav-menu .active>a,
#header.header-scrolled .nav-menu li:hover>a {
  color: #2AA2DE ;
  background: #fff;
}
#header.header-scrolled .nav-menu .drop-down ul a:hover{ background: #fff;  color: #2AA2DE ;}
/* 手机菜单样式 */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: auto;
  left: -80%;
  width: 80%;
  padding-top: 18px;
  background: #2AA2DE;
  transition: 0.4s;
}
.mobile-nav * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.mobile-nav a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  color: #fff;
  font-size: 16px;
  margin: 0 20px;
  height: 56px;
  line-height: 56px;
  font-weight: 500;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.mobile-nav a:hover,
.mobile-nav .active>a,
.mobile-nav li:hover>a {
  color: #fff;
  text-decoration: none;
}
.mobile-nav ul li a.expanded {
  color: rgba(255, 255, 255, .7);
}

.mobile-nav ul li a button {
  width: 30px;
  height: 30px;
  background-color: #fff;
  border: none;
  outline: none;
  color: #2AA2DE;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transform: rotate(-90deg);
  transition: transform 500ms ease;
}

.mobile-nav ul li a button.expanded {
  transform: rotate(0deg);
  background-color: #fff;
  color: #2AA2DE;
}

.mobile-nav .drop-down ul {
  display: none;
  overflow: hidden;
}
.mobile-nav .drop-down .arrow {
  display: none;
}
.mobile-nav .drop-down li a {
  padding-left: 20px;
}
.mobile-nav-toggle {
  position: fixed;
  right: 15px;
  top: 45px;
  z-index: 9999;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;
  background: #2AA2DE;
}
.mobile-nav-toggle i {
  color: #fff;
  display: block;
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
}
.mobile-nav-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(51, 51, 51, 0.9);
  overflow: hidden;
  display: none;
}
.mobile-nav-active {
  overflow: hidden;
}
.mobile-nav-active .mobile-nav {
  left: 0;
}
.mobile-nav-active .mobile-nav-toggle i {
  color: #fff;
}


/*首页banner图*/
#banner .swiper {
  width: 100%;
  height: 100%;
  position: relative;
}
#banner .swiper-slide {
  background-position: center;
  background-size: cover;
  position: relative;
}
#banner .swiper-slide img {

  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: 999;
  width: 70px;
  font-size: 30px;
  line-height: 70px;
  height: 70px;
  transition: all .5s ease;
  outline: none;
}
#banner .swiper-button:hover {
  background: #2AA2DE;
}
.btn-prev {
  left: 30px;
}
.btn-next {
  right: 30px;
}
#banner .swiper-pagination-bullet {
  width: 13px;
  height: 10px;
  display: inline-block;
  background: #fff;
  opacity: .9;
  margin: 0 5px;
  border-radius: 20px;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
}
#banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #2AA2DE;
  width: 40px;
  transition-delay: 0s;
}
#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
  left: 0;
  width: 100%;
}
#banner .swiper-slide .container {
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  bottom: 0;
  margin: 0 auto;
}
.banner-slide-content {
  position: relative;
  z-index: 9;
}
.banner-slide-content span {
  color: #fff;
  display: block;
  margin-bottom: 35px;
  text-transform: uppercase;
}
.banner-slide-content .title {
  font-size: 40px;
  line-height: 56px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.banner-slide-content p {
  font-size: 24px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin-top: 30px;
}
#banner .pc_banner { display: block;}
#banner .mob_banner { display: none;}
.pad_80 {
  padding: 80px 0;
}
.main_title {
  text-align: center;
}
.main_title p {
  font-size: 40px;
  margin-bottom: 16px;
  color: #333;
  text-transform: uppercase;
}
.main_title p b {
  font-size: 46px;
  font-weight: bold;
  color: #2AA2DE;
}
.main_title span {
  font-size: 26px;
  color: #222;
}
/*关于我们*/
.about {
  position: relative;
  background: url(../images/aboutbg.jpg) no-repeat;
  background-size: cover;
}
.about-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.about_fr {
  width: 90%;
  margin:20px auto;
}
.about_fl img {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.about_fr .ab_txt {
  line-height: 30px;
  margin-top: 10px;
  color: #333;
  font-size: 16px;
  text-align: center;
}
.about_fr .ab_txt span {
  color: #333;
}
.more_box { display: flex; justify-content: center;}
.more {
  height: 46px;
  display: inline-block;
  font-size: 14px;
  line-height: 46px;
  color: #FFF;
  font-family: Arial;
  text-align: center;
  width: 160px;
  background: #2AA2DE;
  border: 1px solid #2AA2DE;
  margin-top: 45px;
  position: relative;
  transition: all .3s;
}
.more:hover {
  background: #333;
  border: 1px solid #333;
}
.zyzs-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
}

.zyzs {
  width: calc(50% - 60px);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  background: #fff;
  margin: 30px;
  box-shadow: 5px 9px 20px 0px rgba(9,20,65,0.05);

}

.zyzs:last-child { border-right: none;}

.zyzs .line {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
}

.zyzs-icon {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  flex-direction: column;
  transition: all 0.5s;
  width: 30%;
  font-size: 20px;

}
.zyzs-icon a{ display: block; height: 100%;}
.zyzs-icon a:hover { color: #0054A7;}

.zyzs:hover .zyzs-icon {
  margin-top: -20px;
}


.zyzs-content {
  width: 70%;
}
.zyzs-content b i{ font-weight: normal; font-size: 18px; }
.zyzs-content b {
  color: #0054A7;
  text-align: center;
  margin: 15px 0;
  font-size: 50px;
  display: block;
}

.zyzs-content p {
  line-height: 24px;
  font-size: 16px;
  text-align: center;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  color: #666;
}
.zyzs:hover b,.zyzs:hover p { color: #fff;}
/* 产品 */
.productbg{ padding-top: 80px; width: 100%; float: left;}
.ys_case {
  position: relative;
  margin-top: 50px;
}

.ys_case .case-slide {
  /* border-right: 1px solid rgba(255, 255, 255, .2); */
  width: calc(25% - 1px);
  float: left;
  z-index: 9;
  position: relative;
}


.ys_case_mid {
  text-align: center;

  height: 700px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
}

.ys_case_mid .default {
  width: 100%;
  height: 190px;
  position: absolute;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  border: 1px solid rgba(255, 255, 255, .3);
  bottom: 0;
  width: 100%;
  padding-bottom: 30px;
  transition: .5s;
}

.ys_case_mid .default .main_title {
  margin-top: 20px;
  font-weight: 600;
  font-size: 28px;
}

.hover {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  border-radius: 0 40px 0 0;
  background: rgba(48, 129, 196, .8);
  padding: 30px;
  box-sizing: border-box;
  transition: .5s;
  opacity: 0;
}

.ys_case_mid .hover h4 {
  font-size: 24px;
  padding: 20px 0;
  color: #ffffff;
  font-weight: bold;
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  margin-bottom: 15px;
}

.ys_case_mid .hover p {
  line-height: 30px;
  margin-bottom: 20px;
  font-size: 16px;
  color: #ffffff;
}

.ys_case_mid .hover strong {
  display: block;
}

.ys_case_mid .hover strong a {
  display: block;
  line-height: 50px;
  font-size: 18px;
  color: #ffffff;
  text-align: center;
  font-weight: normal;
}

.ys_case_mid .hover strong a:hover {
  color: #F58D1D;
}

.ys_case .case-slide.active .default {
  opacity: 0;
  bottom: -10%;
}

.ys_case .case-slide.active .hover {
  opacity: 1;
}

.ys_case .case-slide.active {
  top: 0;
  opacity: 1;
}

.ys_case_tit {
  display: block;
  color: #fff;
  font-weight: bold;
  margin: 20px 0;
  font-size: 40px;
}

.ys_case_txt {
  font-size: 16px;
  color: #fff;
  padding: 0 30px;
  line-height: 26px;
}


.ys_case_mid {
  position: relative;
  z-index: 2;
}

.ys_case_mid span {
  margin-bottom: 40px;
}

.ys_case_mid .main_title {
  color: #fff;
  font-size: 26px;
}

.ys_case_mid .ys_case_txt {
  line-height: 30px;
  color: #fff;
  margin-top: 20px;
}

.ys_case_bg {
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 700px;
  z-index: 0;
}

.ys_case_bg div {
  -webkit-transition-duration: 0.5s;
  -ms-transition-duration: 1.5s;
  -o-transition-duration: 1.5s;
  -moz-transition-duration: 1.5s;
  transition-duration: 1.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 2.6s;

}

.ys_case_bg div.on {

  opacity: 1;
  z-index: 10;
}

/* 案例 */
.gssl { background: url(../images/bg.jpg) no-repeat bottom; width: 100%; float: left; }
#case .swiper-container {
  width: 100%;
  padding-bottom: 30px;
  margin-top: 30px;
}

#case .swiper-slide {
  width: 100%;
  height: 100%;
  background: #fff;

  position: relative;
  transform: scale(0.85);
  margin-top: 60px;
  margin-bottom: 60px;
  -webkit-transition: transform 1.0s;
  transition: transform 1.0s;


}


#case .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
}

#case .swiper-slide img {
  width: 100%;

  display: block;
  height:380px;
  border: none;
}

#case .swiper-slide a {
  display: block;
  position: relative;
  box-shadow: 0 8px 20px rgb(0 0 0 / 10%);
}

#case .swiper-slide p {
  line-height: 68px;
  padding-top: 0;
  text-align: center;
  color: #000;
  font-size: 20px;
  margin: 0;

  width: 100%;
  background: rgba(255, 255, 255, .5);
  height: 68px;
}

#case .swiper-slide-active {
  border-radius: 2px;
  box-shadow: 0 8px 20px rgb(0 0 0 / 10%);
}




#case .swiper-slide-active, .swiper-slide-duplicate-active {
  -webkit-transform: scale(1.15);
  transform: scale(1.15);
  z-index: 1002;
}

#case .swiper-pagination-bullet { opacity: 0.7; background: #999;}
#case .swiper-pagination-bullet-active {
  background: #2AA2DE;
  opacity: 1;
}
/*  */

.honor {
width: 100%;
float: left;
  padding: 50px 0;
  background: #F2FAFC;

}

.honor .swiper-slide {
  margin-top: 40px;
}

.honor .swiper-slide span img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;

}

.honor .swiper-slide a {
  background: #fff;
  display: block;
  padding-bottom: 10px;
  box-shadow: 0 2px 16px 0 rgba(0, 78, 204, 0.1);
}

.honor .swiper-slide a img {
 
}

.honor .swiper-slide em {
  display: block;
  font-size: 16px;
  font-style: normal;
  text-align: center;
  padding: 10px 3px;
  color: #333; white-space: nowrap; text-overflow: ellipsis; overflow: hidden;
}

.honor .swiper-slide p {

  color: #666;
  line-height: 26px;
  font-size: 14px;
  padding: 0 15px;
}


.honor .swiper-button-next {
  position: absolute;
  top: 30px;
  left: calc(100% - 40px);

  text-align: center;
  color: #fff;
  background: #2AA2DE;

  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  font-size: 30px;
  line-height: 60px;
  height: 60px;
  transition: all .5s ease;
  outline: none;
}

.honor .swiper-button-prev {
  position: absolute;
  top: 30px;
  left: calc(100% - 90px);

  text-align: center;
  color: #fff;
  background: #2AA2DE;
  cursor: pointer;
  overflow: hidden;
  z-index: 999;
  width: 40px;
  font-size: 30px;
  line-height: 60px;
  height: 60px;
  transition: all .5s ease;
  outline: none;
}

.honor .swiper-button-prev:hover, .honor .swiper-button-next:hover {
  background: #333;
}
/* 优势 */
.advantage { background:#f7f7f7 url(../images/ysbg.jpg) no-repeat top center; background-size:100%; width: 100%;
  float: left;}
.zzsc {
  width: 100%;
  height: auto;
  margin: 20px auto;
}
.zzsc .tab {
  overflow: hidden;
display: flex;
  padding-top: 30px;
}


.zzsc .tab a {
  display: block;
  font-size: 28px;
  width: 25%;
  padding:2%;
  border-right: 1px dashed #fff;
  color: #fff;
  text-align: center;
  float: left;
  font-weight: bold;
  text-decoration: none;
}

.zzsc .tab a:last-child{ border-right: none;}

.zzsc .tab a.on  {

  color:#050A0F;

}

.zzsc .co {
  overflow: hidden;
  box-shadow: 0 2px 16px 0 rgba(0, 78, 204, 0.1);
  margin-top: 30px;


}
.zzsc .co > ul {
  
  background: #ffffff;
  padding:40px ;
}
.zzsc .co li:first-child{ display: block;}
.zzsc .co li {
  display: none;
  width: 100%;
  list-style: none;
}
.ys_list {
  margin-top: 40px;
}
.ys_list_right {
  float: right;
  width: 50%;

}
.ys_list_left {
  float: left;
  width: calc(50% - 80px);
  padding: 20px 40px;
  line-height: 24px;
  font-size: 14px;
  color: #585657
}

.ys_list_left b{line-height:56px;color: #333;padding:48px 0 0;font-size:42px;position: relative; font-weight: 500; display: block; margin-top: 30px;}
.ys_list_left span { display: block; font-size: 26px; margin: 10px 0;}

.co li b:before{content: "01"; font-weight:bold;position: absolute;width: 100%;height: 48px;color:#2AA2DE;font-size: 90px;left: 0;top: 0;overflow: hidden;line-height:80px;}
.co li:nth-child(2)  b:before{content: "02";}
.co li:nth-child(3)  b:before{content: "03";}
.co li:nth-child(4)  b:before{content: "04";}
.ys_list_left p {
  font-size: 18px;
  padding-top: 25px;
  line-height: 32px;
  color: #666;
}
.ys_list_left a{  display: block; padding-top: 10px; color: #2AA2DE;}
.ys_list_left p img{ padding-right: 14px;}
.ysicon{   background: #fff;  margin-top: 30px;
}
.ysicon p{  color:#333;  padding:10px 0; text-align: left; float: left;
	-webkit-transition:transform .3s;transition:transform .3s; font-size: 18px; width: 33.3%;}

.ysicon p span{display: block;font-size: 58px;color: #000; line-height: 64px;}
.ysicon p i {
  font-size: 18px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  background: #2AA2DE;
  border-radius: 50%;
  text-align: center;
  font-style: normal;
  position: relative;
  top: -25px;
  left: -10px;
  color: #fff;
  display: inline-block;
}
/* 新闻 */
.news{ width: 100%; float: left;}
.news_box { display: flex; justify-content: space-between; margin-top: 40px;}


.news_fl {
  width: 70%;

  padding-right: 15px;
}
.tit a{ float: right; color: #999; font-size: 15px;}
.tit a:hover { color: #2AA2DE;}
.tit { display: flex; align-items: center; justify-content: space-between; font-size: 26px; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px solid #f1f1f1;}
.news_fr {
  width: 30%;
  padding-left: 25px;
}

.news_list .item {
  box-sizing: border-box;
  transition: all 0.3s;
  width: calc(50% - 15px);
  float: left;
  display: block;
position: relative;
  margin-right: 15px;

}

.news_list .item img {
  height: 293px;
}

.news_list .item .info_box {
  background: rgba(0, 0, 0, 0.3);
  padding: 10px;
  height: 100px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}

.news_list .item .date p {
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 32px;
  letter-spacing: 0px;
  color: #fff;
}

.news_list .item .s_title {
  font-size: 18px;

  font-stretch: normal;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;

}

.news_list .item .info {
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 28px;
  margin: 10px 0;
  letter-spacing: 0px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.news_list .item:hover .info_box {
  background: #2AA2DE;
}

.news_content {
  margin-top: 10px;
}

.news_content a {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding:20px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);

  transition: all .3s;
  
}

.news_content .day {
  color: #333;
  width: 30%;
 

}
.news_content .newscon {
  width: 68%;


}
.news_content .newscon span{ color: #999; display: block; margin-bottom: 10px;}
.news_content .news-more {
  margin-top: 10px;
  transition: all .3s;
}
.news_content .newscon b {
  padding-bottom: 10px;
  font-size: 20px;
  color: #333;
  display: block;
  font-weight: normal;

}

.news_content .newscon p {
  color: #333;
  text-align: left;
  line-height: 24px;
  font-size: 14px;
}

.news_content .day span {
  font-size: 34px;
  width: 100%;
  color: #333;
  text-align: center;
  font-weight: normal;
}

.news_content .day p {
  width: 100%;
  text-align: center;
  font-size: 18px;
}

.news_content a:hover {
  background: url(../images/newsbg.jpg) no-repeat;
  background-size: 100%;
}

.news_content a:hover .news-more {
  padding-left: 30px;
}

.news_info a {
  display: block;
  padding: 13px 20px;
  background: #f7f7f7;
  margin-bottom: 18px;
  transition: all .3s;
}

.news_info a b {
  color: #333;
  font-weight: normal;
  font-size: 18px;
  display: block;
  margin-bottom: 29px;
}

.news_info a p {
  line-height: 24px;
  color: #999;
  font-size: 14px;
  border-top: 1px solid #f1f1f1;
  padding: 20px 0;
}

.news_info a span {
  float: right;
  font-size: 18px;
  color: #999;
}

.news_info a:hover {
  background: #2AA2DE;
  color: #fff;
}

.news_info a:hover b,
.news_info a:hover p,
.news_info a:hover span {
  color: #fff;
}

.news_a {
  text-align: center;
  margin-top: 50px;
}

.news_a .more {
  border: 1px solid #2AA2DE;
  color: #2AA2DE;
  padding: 10px 40px;
}
/*  */
.fot_bg { background: url(../images/ft.jpg) no-repeat center;    background-size:cover; width: 100%; float: left;  }
.more_btn3 { background: #2AA2DE; display: block; margin: 30px auto;  width: 100%; width: 150px; font-size: 14px; height: 45px; text-align: center; color: #fff; line-height: 45px; display: block;}
.more_btn3:hover { background: #2AA2DE;}

/*底部footer*/
.footer {
background: #333;  
  background-size: cover; width: 100%;
  float: left;

}

.foot {
  padding: 60px 0;
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.foot b {
  font-size: 22px;
  color: #333;
  display: block;
  text-transform: uppercase;
  margin-bottom: 32px;
}

.foot span {
  color: #666;
  font-size: 20px;
  font-weight: bold;
  padding-right: 9px;
}

.foot .ft-nav {
  width: 100%;

}

.foot .ft-nav .ft-nav-list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: nowrap;
  color: #333;
}

.foot .ft-nav .ft-nav-list dl {
  width: 25%
}

.foot .ft-nav .ft-nav-list dl:nth-child(2) {
  width: 44%
}

.foot .ft-nav .ft-nav-list dl:first-child dd {
  display: flex;
  flex-wrap: wrap;
}

.foot .ft-nav .ft-nav-list dl:last-child dd {
  display: flex;
  flex-wrap: wrap;
}



.foot .ft-nav .ft-nav-list dl:last-child dd p {
  width: calc(33.33% - 20px);
  margin: 10px;
}

.foot .ft-nav .ft-nav-list dl:first-child dd a {
  width: 50%;
}

.foot .ft-nav .ft-nav-list dl:nth-child(2) dd {
  display: flex;
  flex-wrap: wrap;

}

.foot .ft-nav .ft-nav-list dl:nth-child(2) dd p {
  width: 100%;

}

.foot .ft-nav .ft-nav-list dl:nth-child(2) dd p span img {
  width: 28px;
}

.foot .ft-nav .ft-nav-list dt {
  font-size: 20px;
  color: #fff;

  font-weight: normal;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}



.foot .ft-nav .ft-nav-list dd a {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}

.foot .ft-nav .ft-nav-list dd p {
  color: rgba(255, 255, 255, 0.6);
  display: block;
  margin-bottom: 20px;
  font-size: 16px;
}

.foot .ft-nav .ft-nav-list dl:last-child dd img {
  margin: 10px 0;
}

/* .foot .ft-nav .ft-nav-list dl:nth-child(2) dd p:last-child {
  width: 100%;
} */

.foot .ft-nav .ft-nav-list dd a:hover {
  color: #2AA2DE
}

.copyright {
  padding: 20px 0;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-top: 1px solid rgba(255, 255, 255, .1);


}

.copyright .container {
  display: flex;
  align-items: center;
  justify-content: space-between;
}


.copyright a {
  color: #fff;
}
/* 手机底部导航 */
.bottom_nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background: #2AA2DE;
  display: none;
}
.bottom_nav_item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: nowrap;
  height: 62px;
}
.bottom_nav a {
  flex: 1;
  color: #fff;
  border-right: 1px solid #2AA2DE;
  border-left: 1px solid #CB1515;
  display: flex;
  align-items: center;
  justify-content: center;
}
.bottom_nav a span {
  margin-left: 6px;
}
.bottom_nav a:last-child {
  border-right: none;
}
.bottom_nav a:first-child {
  border-left: none;
}
/*返回顶部*/
.scroll {
  position: fixed;
  right: 30px;
  bottom: 70px;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  z-index: 99999;
  color: #fff;
}
.scroll a p {
  color: #fff;
  margin-top: 5px;
}
.scroll .return {
  transform: scaleY(0);
  transition: 0.5s;
  background-color: #2AA2DE;
  width: 60px;
  line-height: 60px;
  height: 60px;
  border-radius: 5px;
}
.scroll i { font-size: 20px; color: #fff;}
.scroll .active {
  transform: scale(1);
}
