/**/
*{margin:0;padding:0}
address,b,big,blockquote,body,center,cite,code,dd,del,div,dl,dt,em,fieldset,font,form,h3,h4,h5,h6,html,i,iframe,img,input,ins,label,legend,li,ol,p,pre,small,span,strong,td,th,u,ul,var{margin:0;padding:0}
aside,b,button,dd,div,dl,dt,footer,form,h3,h4,h5,h6,header,input,li,nav,ol,p,section,table,td,textarea,tr,ul{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;
  text-decoration: none;
}
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;
}
.container-fluid {
  width: 90vw;
  margin: 0 auto;
}

/*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%;
}
.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: #3B8DE1;
  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: relative;
  width: 100%;
}
#header.header-transparent {
  background: rgba(255, 255, 255, .1);
  border-bottom: 1px solid rgba(255, 255, 255, .1);
}
#header.header-transparent:hover { background: #fff;}
#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: 80px;
}
.top-box .logo .logo-tu2 {
  display: none;
}
/*导航菜单 */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav-menu {
  flex: 5;
  height: 90px;
 
}
.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: #333;
  padding: 0 25px;
  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: #3B8DE1 !important;
  border-bottom: 2px solid #3B8DE1;
}
.nav-menu .drop-down ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  position: absolute;

  left: -25%;
  top: 90px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  width: 150%;
  background:#3B8DE1;
  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: #08A822;

}
.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;
}
#header.header-scrolled .top-box .logo .logo-tu1 {
  display: none;
}
#header.header-scrolled .top-box .logo .logo-tu2 {
  display: block !important;
}
#header.header-scrolled .nav-menu a { color: #333;}
#header.header-transparent:hover .nav-menu a { color: #333;}
#header.header-transparent:hover .nav-menu .drop-down ul a {color: #fff;}
#header.header-transparent .nav-menu .drop-down ul a:hover,
#header.header-transparent .nav-menu .drop-down ul .active>a,
#header.header-transparent .nav-menu .drop-down ul li:hover>a {
 color: #08A822!important;
 border-bottom: none;
 background: #fff;
}

/* 手机菜单样式 */
.mobile-nav {
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 999;
  overflow-y: auto;
  left: -80%;
  width: 80%;
  padding-top: 18px;
  background: #3B8DE1;
  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: #3B8DE1;
  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: #3B8DE1;
}

.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: #3B8DE1;
}
.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;
}
.language {
  color: #272727;
  font-size: 16px;
  padding-left: 10px;
}
.language a {
  color: #272727;
  padding: 0 10px;
}
.language a:hover {
  color: #3B8DE1;
}
.seaBtn {
  width: 40px;
  height: 30px;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  vertical-align: middle;
  cursor: pointer;
  margin-left: 15px;
  margin-top: 3px;
}
.seaBtn {
  background: url(../images/sousuo1.png) center no-repeat;
}
.seaBtn.selected {
  background: url(../images/close1.png) center no-repeat;
}


.searchWrap {
  width: 100%;
  height: 100%;
  padding-top: 20px;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.2);
  position: absolute;
  top: 100%;
  left: 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  display: none;
}
.searchWrap .searchCont {
  display: flex;
  align-items: stretch;
  justify-content: center;
}
.searchWrap .searchCont input,
.searchWrap .searchCont button {
  border: 0;
}
.searchWrap .search {
  width: 70%;
  padding: 10px 15px;
  box-sizing: border-box;
  background: #f1f1f1;
  color: black;
  min-height: 36px;
}
.searchWrap .search.focusOn+label,
.searchWrap .search:focus+label {
  display: none;
}
.searchWrap .search.focusOn,
.searchWrap .search:focus {
  background: #F3F3F3;
}
.searchWrap .searchBtn {
  padding: 10px;
  background: #3B8DE1;
  color: #fff;
  font-weight: 800;
  outline: none;
  font-family: Arial, 'Microsoft YaHei', SimSun, Sans-serif;
  transition: 0.4s all ease;
  -moz-transition: 0.4s all ease;
  -webkit-transition: 0.4s all ease;
  -o-transition: 0.4s all ease;
  -ms-transition: 0.4s all ease;
}
.searchWrap .searchBtn:hover {
  color: #292929;
}
.searchWrap i {
  position: absolute;
  top: 7px;
  left: 20px;
  color: #00a2e9;
  font-size: 16px;
}
.searchWrap i:before {
  content: "\e618";
  font-family: icomoon, Arial, Helvetica, 'Microsoft YaHei', SimSun, Sans-serif;
}
.top-box .top_tel { margin-left: 20px; font-size: 18px; background: #3B8DE1; padding: 0 20px; color: #fff; height: 90px; line-height: 90px;}
/*首页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: 999;
  width: 70px;
  font-size: 30px;
  line-height: 70px;
  height: 70px;
  transition: all .5s ease;
  outline: none;
}
#banner .swiper-button:hover {
  background: #3B8DE1;
}
.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: #3B8DE1;
  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;
}
.pad_80 {
  padding: 80px 0;
}
.pad_50 {
  padding:50px 0;
}
.main_title{ text-align: center; }
.main_title b {
  font-size: 52px;
  font-weight: 700;
  color: #3B8DE1;

  position: relative;
  padding-bottom: 25px;
  background: url(../images/icontitle.png) no-repeat bottom center;
}

.main_title span {
  font-size: 20px;
  color: #222;
  display: block;
  margin-top: 30px;
}
/*关于我们*/
.about {
  position: relative;
  background: url(../images/abbg.jpg) no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.about-box {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
}
.about_fr {

}
.about_fl img {
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
}
.about_fr .ab_txt {
  line-height: 30px;
  margin-top: 10px;
  color: #fff;
  font-size: 16px;
  
}

.about_fr .ab_txt span {
  color: #fff;
}
.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: #019A3F;
  border: 1px solid #019A3F;
  margin-top: 45px;
  position: relative;
  transition: all .3s;
}
.more:hover {
  background: #333;
  border: 1px solid #333;
}
.ab_item {
  display: flex;
  margin-top: 40px;
  color: #fff;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ab_item li {
  /* width: 25%; */
  padding: 10px;
  box-sizing: border-box;
  position: relative;
  display: flex;
  justify-content: center;
}
.ab_item li:nth-child(4)::after {
  display: none;
}
.ab_item li::after {
  content: " ";
  height: 100%;
  width: 0px;
  background: rgba(0, 0, 0, .4);
  right: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.ab_item .num {
  display: flex;
  align-items: center;
  color: #fff;
}
.ab_item .num b {
  font-size: 52px;
  color: #fff;
}
.ab_item .num em {
  font-size: 20px;
  font-style: normal;
}
.ab_item .num .text {
  font-size: 20px;
  margin-left: 10px;
}
.ab_item span {
  font-size: 18px;
}
/*  */
/* 产品 */
.productbg {
  background: #F6F6F6;
 
}
.pro_content { background:url(../images/abouta-1.jpg) no-repeat ; }
.Solution {
  width: 100%;
  display: flex;
  
}
.Solution .swiper-num {
  position: absolute;
  bottom: 28%;
  left: -13%;
  color: rgba(255, 255, 255, .7);
  font-size: 26px;
  z-index: 9;
}
.Solution .swiper-num .active {
  color: #fff;
  padding-right: 4px;
  font-size: 40px;
  font-weight: bold;
}
#sol_top { width: 78%;}
#sol_top .swiper-slide {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#sol_top .swiper-slide .bg {
  position: relative;
  width: 65%;
}

#sol_top .swiper-slide a {
  display: flex;
  align-items: center;
  justify-content: space-between;
  color: #212529;
}
#sol_top .swiper-slide .product-box { width: 30%;}
#sol_top .swiper-slide .product-box .ab_tit{    display: block;
  font-size: 24px;}
#sol_top .swiper-slide .product-box b {
  display: block;
  font-size: 38px;
  padding: 20px 0;
}
#sol_top .swiper-slide .product-box p {

  font-size: 16px;
  padding: 20px 0 40px 0; text-align: justify;
}
.homemore { margin-top:40px; }
.homemore span { text-align: center; cursor: pointer; display: inline-block; font-size: 14px;color:#3B8DE1; text-transform: uppercase; font-family: "Arial";width: 141px;line-height: 141px; position: relative; }
.homemore span:after { content:'';width: 100%;height: 100%;background: url(../images/homemorea.png) no-repeat center/cover;position: absolute; left:0; top:0; }
.homemore span:hover:after{-webkit-animation:haha1 5s linear infinite;}
.homemore span:hover{ background: rgba(59,141,225,.1); border-radius: 50%;}
@-webkit-keyframes haha1{
    0%{-webkit-transform:rotate(0deg);}
    25%{-webkit-transform:rotate(90deg);}
    50%{-webkit-transform:rotate(180deg);}
    75%{-webkit-transform:rotate(270deg);}
    100%{-webkit-transform:rotate(360deg);}
}
@keyframes haha1{
  0%{-webkit-transform:rotate(0deg);}
  25%{-webkit-transform:rotate(90deg);}
  50%{-webkit-transform:rotate(180deg);}
  75%{-webkit-transform:rotate(270deg);}
  100%{-webkit-transform:rotate(360deg);}
}
.Solution  { position: relative;}

.Solution .swiper-button-prev {
  left: 50px;
  top: 85%;
}
.Solution .swiper-button-next {
  right: 50px;
  top: 85%;
}
.Solution .swiper-button-next,
.Solution .swiper-button-prev {
  background: none;
  outline: none;
  color: #000;
  font-size: 30px;
  border-radius: 25px;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #fff;
}
.Solution .swiper-button-next:hover,
.Solution .swiper-button-prev:hover {
  color: #fff;
  background: #002B69;
}
#sol_bot {

  width: 20%;
  
}
.Solution .swiper-container-thumbs {
  position: relative;

}
#sol_bot .swiper-wrapper {
  flex-wrap: wrap;
}
.Solution .swiper-container-thumbs .swiper-slide span {
  position: relative;
  z-index: 1;
}
.Solution .swiper-container-thumbs .swiper-slide {
  cursor: pointer;
  color: #fff;
  position: relative;
  overflow: hidden;
  width: 100% !important;
  transition: all .3s;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: auto;
  transition: all 0.8s;
  background:#3B8DE1;
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.Solution .swiper-container-thumbs .swiper-slide p {
  font-size: 24px;
  text-align: center;
  z-index: 2;
  font-weight: bold;

  
}
.Solution .swiper-container-thumbs .swiper-slide .num {
  width: 50px;
}
.Solution .swiper-container-thumbs .swiper-slide-thumb-active  {
  background:#08A822 !important;
  color: #fff !important;
}
/* 推荐产品 */
.recomed_pro { position: relative; background: #fff;}
 .tuij_tit { text-align: center; font-size: 26px; font-weight: bold;}
.xcal .swiper-wrapper {
  padding-top: 40px;
}
.xcal .swiper-slide {
  transition: all 0.5s ease;
  position: relative;
}
.xcal .swiper-slide .info img {
  margin-top: 35%;
}
.xcal .swiper-slide .info {
  opacity: 0;
  position: absolute;
  height: 0;
  transition: all 0.5s;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100%;
  z-index: 2;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
}
.xcal .swiper-slide:hover .info {
  height: calc(100% - 67px);
  opacity: 1;
}
.xcal .swiper-slide .inner-con {
  position: relative;
  z-index: 1;
}
.xcal .swiper-slide .inner-con p{ display: flex; align-items: center; justify-content: space-between; padding: 20px 10px; font-size: 18px;}
.xcal .swiper-slide .inner-con p i{  color: #666; font-size: 22px;}
.xcal .swiper-slide img {
  display: block;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}
.xcal .swiper-slide p {
  background-color: #fff;
  color: #333;
  text-align: center;
  font-size: 18px;
}
.recomed_pro .swiper-button-next {
  position: absolute;
  top: 45%;
  left: calc(100% - 80px);
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width:50px;
  border-radius: 100%;
  border: 1px solid #3B8DE1;
  background: #3B8DE1;
  font-size: 24px;
  line-height:50px;
  text-align: center;
  height: 50px;
  transition: all .5s ease;
  outline: none;
}
.recomed_pro .swiper-button-prev {
  position: absolute;
  top: 45%;
  left:30px;
  color: #fff;
  cursor: pointer;
  overflow: hidden;
  z-index: 99;
  width: 50px;
  border-radius: 100%;
  border: 1px solid #3B8DE1;
  background: #3B8DE1;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
  height: 50px;
  transition: all .5s ease;
  outline: none;
}
.recomed_pro .swiper-button-prev:hover, .recomed_pro .swiper-button-next:hover {
  background: #019A3F;
  border: 1px solid #019A3F;
  color: #fff;
}
.xcal .swiper-slide:hover {
  margin-top: -20px;
}
.xcal .swiper-slide:hover p {
  background: #3B8DE1;
  color: #fff;
}
.xcal .swiper-slide:hover p i{ color: #fff;}
/* 优势 */
.ys-box {
  background: url(../images/bg2.jpg) no-repeat top;


}
.ys-list {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  margin-top: 80px;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.ys-list b {
  display: block;
  color: #000;
  margin: 20px 0;
  height: 104px;
  font-size: 28px;
  font-weight: normal;
}
.ys-list p {
  color: #666;
  line-height: 28px;
  padding: 20px 0;
 
}
.ys-list div {
  padding: 30px;
  border-right: 1px solid #ECECEC;
  flex: 1;
  transition: all .3s;
}

.ys-list div:last-child {
  border-right: none;
}

.ys-list div:hover { padding:30px 80px; background: #3B8DE1; color: #fff;}

.ys-list span {
  display: block;
  margin-top: 50px;
  color: #999;
  font-size: 15px;
  transition: all .3s;
}
.ys-list span i {
  font-size: 30px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  color: #000;
}
.ys-list div:hover b,.ys-list div:hover p{ color: #fff;}
@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
.ys-list div:hover .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;
}
.img {
  border-radius: 250px;
}

/* 新闻 */
.news-box {

background: #F0F7FF;

}
.news {  display: flex;
  justify-content: center;
  flex-direction: row;
  margin-top: 30px;
  align-content: stretch;}
.news-one {
  width: 40%;
  background: #fff;
  margin: 10px 0;
  box-shadow: 0px 1px 46px 0px rgb(0 21 39 / 8%);
}
.news_fl { width: 100%; }

.news_fl a b{ display: block ; padding: 20px; }
.news_fl a p{ padding: 0 20px;}
.news_fl ul { width: 50%;}
.news_fl ul a {
  padding:5px 10px;
  transition: all .3s;
  display: block;
}
.news_fl ul a:hover {   box-shadow: 0 0 10px #8abdf8;
  background: #3B8DE1;
  color: #fff;
  background-size: 100%;}
.news-one span {
  display: block;
  overflow: hidden;
}

.news-one b {
  display: block;
  padding: 15px 0px;
  font-size: 18px;
  color: #333;
}

.news-one em {
  font-size: 14px;
  color: #999;
  display: block;
  margin-top: 8px;
  font-style: normal;

}
.news_fl ul a:hover b,.news_fl ul a:hover p{ color: #fff;}
.news-one a img {
  display: block;
  width: 100%;
  transition: .8s;
}

.news-one a:hover img {
  transform: scale(1.1);
}


.news-one p {
  font-size: 14px;
  color: #606060;
  line-height: 25px;
  padding: 8px 0px;
}

.news_fl {
  display: flex;
  align-items: stretch;

}



.news_fl ul {
  padding: 0;

}

.news-two {
  width: 60%;

  margin-left: 20px;
}

.news-two ul {
  display: flex;
  flex-wrap: wrap;
}

.news-two ul li {
  width: calc(50% - 20px);
  margin: 10px;

}

.news-two li a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  box-shadow: 0px 1px 46px 0px rgb(0 21 39 / 8%);
  padding: 20px 20px;
  transition: .3s;
  background: #fff;

}

.news-two ul li:last-child {
  margin-bottom: 0;
}

.news-two a:hover {
  box-shadow: 0 0 10px #8abdf8;
  background: #3B8DE1;
  background-size: 100%;
}

.news-two a:hover span {
  color: #fff;
}

.news-two a:hover .day, .news-two a:hover .newscon, .news-two a:hover .newscon b {
  color: #fff;
}

.day {
  color: #666;
  width: 100%;

  margin: 7px 0;
  font-size: 14px;

  border-top: 1px solid #dedede;
}

.day span {
  font-size: 16px;
  float: right;

}

.day p {
  padding-top: 20px;
}


.newscon b {
  padding-bottom: 10px;
  font-size: 16px;
  color: #333;
  display: block;

}

.newscon p {

  text-align: left;
  line-height: 24px;
  font-size: 14px;

}

.news_title {
  margin: 20px 0;
  font-size: 26px;
}

.news_title a:hover {
  color: #3B8DE1;
  box-shadow: none;
  background: none;
}
/*  */
.fot_bg { background: url(../images/ft.jpg) no-repeat center;    background-size:cover;  }
.more_btn3 { background: #3B8DE1; 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: #333;}

/*底部footer*/
.footer-main {
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background: #343434;
}
.footer-main .container-fluid {
  display: flex;
  padding: 60px 0;
  justify-content: space-between;
}
.footer-list1 {
  width: 25%;
  margin-right: 5%;
}
.footer-list1 .info {
  margin-top: 30px;
  text-align: justify;
}
.footer-list2 {
  width: 15%;
  margin-top: 20px;
}
.footer-list3 {
  margin-top: 20px;
  width: 20%;
}
.footer-list4 {
  margin-top: 20px;
  width: 10%;
}
.footer-list3 .con_info {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.footer-list1 p i,
.footer-list2 p i {
  padding-right: 6px;
}
.footer-list1 span,
.footer-list2 span,
.footer-list3 span,.footer-list4 span {
  color: #fff;
  font-size: 18px;
  letter-spacing: 1.36px;
  margin-bottom: 30px;
  margin-top: 0;
  display: block;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 20px;
}
.footer-list1 span::before,
.footer-list2 span::before,
.footer-list3 span::before,.footer-list4 span::before {
  position: absolute;
  content: '';
  left: 0;
  bottom: 0;
  width: 30px;
  height: 2px;
  background: #3B8DE1;
}
.footer-list1 .socials {
  padding-left: 5px;
  margin-bottom: 0;
  margin-top: 40px;
}
.footer-list1 .socials li {
  display: inline-block;
  margin-right: 10px;
}
.footer-list1 .socials li a {
  background-color: #3B8DE1;
  border: 1px solid #3B8DE1;
  border-radius: 10px;
  color: #fff;
  display: inline-block;
  height: 40px;
  width: 40px;
  font-size: 20px;
  line-height: 40px;
  text-align: center;
  -webkit-transition: all 1s ease 0s;
  -moz-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
  transition: all 1s ease 0s;
}
.footer-list1 .socials li a:hover {
  background-color: #3B8DE1;
  border: 1px solid #3B8DE1;
  color: #fff;
}
.footer-list1 b{ font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; color: #fff; display: block; font-weight: normal; font-size: 30px; margin: 20px 0;}
.footer-list1 p,
.footer-list2 p,
.footer-list3 p,.footer-list4 p {
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.45px;
  line-height: 32px;
  padding-bottom: 5px;
}
.footer-list1 p a,
.footer-list2 p a {
  color: #fff;
  text-transform: uppercase;
}
.footer-list1 p a:hover,
.footer-list2 p a:hover {
  color: #3B8DE1;
}
.footer-copyright {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, .3);
}
.footer-copyright p {
  color: #fff;
  font-size: 12px;
  text-align: center;
  letter-spacing: 1.1px;
  margin-bottom: 0;
  text-transform: uppercase;
}
.footer-copyright p span {
  padding-left: 15px;
}
.footer-copyright p span a {
  color: #fff
}
.footer-copyright p span a:hover { color: #3B8DE1;}
.xiaos { font-size: 18px; margin-bottom: 15px;}
.xiaos b{ font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif; font-weight: normal; display: block; color: #fff; font-size: 26px;}
/* 手机底部导航 */
.bottom_nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background: #3B8DE1;
  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 #A20505;
  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: #3B8DE1;
  width: 60px;
  line-height: 60px;
  height: 60px;
  border-radius: 5px;
}
.scroll i { font-size: 20px; color: #fff;}
.scroll .active {
  transform: scale(1);
}
