*{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:16px;font-family:Arial;color:#000;padding:0;margin:0}
button:foucs{border:none!important;outline:0!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}
ol,ul{list-style:none;padding:0;margin:0}
i{font-style:normal}
a{color:#000}
a:hover{text-decoration:none;color:#333}
img{border:none;vertical-align:middle}
input{outline:0}
button,input[type=button],input[type=reset],input[type=submit],select{-webkit-appearance:none;outline:0}
textarea{-webkit-appearance:none;outline:0}
.clear{clear:both;height:0;overflow:hidden}
.clearfix:after{content:".";display:block;height:0;visibility:hidden;clear:both}
.clearfix{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%
}

.dot {
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.dot2 {
  display: -webkit-box;

  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.main_title {
  text-align: center;
}

.main_title .m_p1 {
  font-size: 36px;
  margin-bottom: 30px;
  text-transform: uppercase;
  color: #33383b;
  font-weight: bold;

}
.main_title .m_p2 {
  font-size: 30px;
  margin-bottom: 20px;
  text-align: left;

  color: #333;
  font-weight: bold;

}
.pad-80 { padding-top: 60px;}
.padf-80 { padding: 80px 0;}
/*--------------------------------------------------------------
# 头部Header
--------------------------------------------------------------*/



.top-center {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 120px;

}

.header_center {

  position: relative;

}

.logo_txt {
  display: flex;
  align-items: center;
}

.logo_txt b {
  line-height: 30px;
  margin-top: 5px;
  font-size: 20px;
  color: #000;
  display: block;
}

.logo_txt p {
  font-size: 18px;
  line-height: 40px;
  color: #666;
}

.logo_tu img {

  margin-right: 10px; max-width: 100%;
}

/* 搜索 */
.searchbox {
  position: relative;
  z-index: 1;
  border-radius: 20px;
  display: flex;
  border: 1px solid #dedede;
  padding: 0 10px;

}
.searchbox label { padding-left: 10px; font-size: 16px;}
.searchbox form { display: flex; align-items: center;}

.select_warp .select_box .select_txt {
  display: inline-block;

  padding-left: 20px;
  overflow: hidden;
  line-height: 60px;
  font-size: 16px;
  cursor: pointer;
}

.searchbox .select_input {
  width: 300px;
  height: 40px;
  line-height: 40px;
  padding-left: 20px;
  outline: none;

  border: none;
}

.searchbox .btn-search {

  width: 30px;
  height: 40px;
  background: url(../images/sousu.png) no-repeat;
  background-size: 20px;
  background-position: 0 10px;

  border: 0;
}

/* 手机搜索 */

.seaBtn {
  width: 40px;
  height: 30px;
  display: inline-block;
  text-align: center;
  color: #fff;


  cursor: pointer;
  position: fixed;
  right: 70px;

  display: none;
  top: 20px;
}

.seaBtn {
  background: url(../images/sou.png) center no-repeat;

}

.seaBtn.selected {
  background: url(../images/close.png) center no-repeat;
}

.searchWrap {
  width: 100%;

  padding: 20px 0;
  background: #fff;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.2);
  position: fixed;
  top: 60px;
  left: 0;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;

  z-index: 99;
  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: #0076C0;
  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;
}

#header {

  transition: all 0.5s;
  z-index: 997;
  transition: all 0.5s;
  height: 60px;
  background: #3C69C4;
  border-bottom: 1px solid rgba(255, 255, 255, .1);


}

#header.header-transparent {}

#header.header-scrolled {

  position: fixed;
  width: 100%;
  top: 0;
}


.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: 60px;
}

.top-box .logo img {
  padding: 0;
  margin: 0;
  max-height: 60px;

}

.top-box .logo .logo-tu2 {
  display: none;
}

.logo_mob {
  display: none;
}

/*导航菜单 */
.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu {
width: 100%;
  height: 60px;
}

.nav-menu ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.nav-menu ul li {
  position: relative;

  text-align: center;


}



.nav-menu a {

  display: block;
  color: #fff;
 padding:0 45px;
  height: 60px;
  line-height: 60px;
  transition: 0.3s;
  font-size: 16px;
  font-weight: bold; text-align: center;

}

.nav-menu a:hover,
.nav-menu .active>a,
.nav-menu li:hover>a {background: #fff;
  color: #0076C0;
}
.nav-menu li a.active {background: #fff;
  color: #0076C0;
}
.nav-menu .drop-down ul {
  display: block;
  position: absolute;
  left: -10%;
  top: 60px;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  width: 120%;
  background: rgba(60, 105, 196, 0.9);
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  transition: ease all 0.3s;
  padding-bottom: 20px;
}
.nav-menu .drop-down ul:nth-child(2){width: 120%; left: -10%;}
.nav-menu .drop-down:hover>ul {
  opacity: 1;
  top: 60px;
  visibility: visible;
}

.nav-menu .drop-down li {
  width: 100%;
  position: relative;
}

.nav-menu .drop-down ul {
  padding: 0;
}

.nav-menu .drop-down ul a {
  padding: 0;
  font-size: 14px;
  text-transform: uppercase;
  color: #fff;
  line-height: 45px;
  height: 45px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.nav-menu .drop-down ul a:hover,
.nav-menu .drop-down ul .active>a,
.nav-menu .drop-down ul li:hover>a {

  background: #fff;
  color: #0076C0;


}

.nav-menu .drop-down ul li {
  position: relative;
}

.nav-menu .drop-down ul li ul {
  position: absolute;
  left: 0;
  top: 0;
  display: none;
  width: 100%;
}

.nav-menu .drop-down ul li:hover ul {
  display: block;
}


.nav-menu .drop-down .drop-down:hover>ul {
  opacity: 1;
  top: 0;
  left: 100%;
}


.nav-menu a i {
  display: none;
}

.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 .nav-menu a:hover,
#header.header-scrolled .nav-menu .active>a,
#header.header-scrolled .nav-menu li:hover>a {
  color: #0076C0;


}

#header.header-scrolled .nav-menu .drop-down ul a {
  color: #fff;
}

#header.header-scrolled .nav-menu .drop-down ul a:hover,
#header.header-scrolled .nav-menu .drop-down ul .active>a,
#header.header-scrolled .nav-menu .drop-down ul li:hover>a {
  color: #0076C0;
  background: #F1F1F1;

}

#header.header-scrolled .nav-menu a:hover {
  color: #0076C0;

}

#header.header-scrolled .nav-menu li a:hover {
  color: #0076C0;
}

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

.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 { display: none;
  position: fixed;
  right: 15px;
  top: 10px;
  z-index: 998;
  border: 0;
  background: none;
  font-size: 24px;
  transition: all 0.4s;
  outline: none !important;
  line-height: 1;
  cursor: pointer;
  text-align: right;

}

.mobile-nav-toggle i {
  color: #3C69C4;

  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: #fff;
  font-size: 16px;

}

.language a {
  color: #fff;
  padding: 0 10px;
}

.language a:hover {
  color: #ECA617;
}


/*首页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-slide .content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

#banner .scalePic {
  position: relative;
  left: auto;
  top: auto;
  transform: translate(0) scale(1.08);
  width: 100%;
  max-width: none;
  transition: all 3s cubic-bezier(0.250, 0.460, 0.450, 0.940);
}

#banner .swiper-slide.swiper-slide-active .scalePic {
  transform: translate(0) scale(1);
}

#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: 50px;
  font-size: 30px;
  line-height: 50px;
  height: 50px;
  transition: all .5s ease;
  outline: none;
  opacity: 0;

}

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

#banner .swiper-button:hover {
  background: #3C69C4;
}

.btn-prev {
  left: 70px;
}

.btn-next {
  right: 70px;
}

#banner .swiper-pagination-bullet {
  width: 40px;
  height: 6px;
  display: inline-block;
  background: #fff;
  opacity: .9;
  margin: 0 8px;
  border-radius: 20px;
  transition: opacity .5s, background-color .5s, width .5s;
  transition-delay: .5s, .5s, 0s;
  outline: none;
}

#banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: #3C69C4;

}

#banner .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 50px;
  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;
}


/* 产品 */


.tj_tu {
  width: 100%;
}

.spczjz{ display: flex; justify-content: center;}
#gallery .container { position: relative;}
.pj {
  margin-top: 10px;

 
 
}
#gallery .swiper-container{ position:static;}
.pj .swiper-wrapper {
  padding-top: 10px;
  padding-bottom: 60px;
}

.pj .swiper-slide .img {

  margin-bottom: 10px;

}

.pj .swiper-slide a:hover .team-content{
  background: #3C69C4;
  color: #fff;
}
.pj .swiper-slide a:hover .pro_p1 { color: #fff;}

.pj .swiper-slide a {
  display: block;
  background: #fff;
  box-shadow: 0 0 10px #EDF2FC;
  border-radius: 10px;
  padding: 10px;
  margin: 10px;
}

.pj .swiper-button-prev {
  left:-50px;


}

.pj .swiper-button-next {
  right: -50px;
}

.pj .swiper-button-next,
.pj .swiper-button-prev {
  background: none;
  outline: none;
  color: #fff;
  font-size: 30px;
  border-radius: 25px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background:rgba(60,105,196,1);
  box-shadow: 0 0 10px #ececec;

}


.pj .swiper-button-next:hover i,
.pj .swiper-button-prev:hover i {
  color: #fff;
}
.pj .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.pj .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.pj .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  display: inline-block;
  border-radius:0;
  background: #000;
  opacity: .2;
}

.pj .swiper-pagination-bullet-active {
  opacity: 1;
  background: #3C69C4;
}

/*  */




.pj .swiper-slide img {
  transition: all 0.3s;
  
}
.pj .swiper-slide a:hover img {
  transform: scale(1.05);
}

.team-content {

  text-align: center;



  display: inline-block;

  width: 100%;

  -webkit-transition: all 1s ease 0s;

  -moz-transition: all 1s ease 0s;

  -o-transition: all 1s ease 0s;

  transition: all 1s ease 0s;



}

.pro_p1 {

  color: #333;

  font-size: 16px;


border-top: 1px solid #dedede;
  padding: 20px 0;

}



.probg { background: #F7F9FD; padding: 30px 0; }


#gallery .swiper-slide a .ys-txt b {
  font-size: 32px;
  display: block;
  margin-bottom: 30px;
}

#gallery .swiper-slide .item .ys-txt p {
  line-height: 28px;
  font-size: 16px;
}

.tj_tu img {
  width: 100%;
}




.tj_tu .swiper-container-thumbs {
  position: relative;
  margin-top: 20px;
}

.tj_tu .swiper-container-thumbs .swiper-slide {

  padding: 18px 0;
  text-align: center;
  font-size: 20px;
  text-transform: uppercase;
  cursor: pointer;
  color: #333;
  font-weight: bold;
}

.tj_tu .swiper-container-thumbs .swiper-slide img {

  width: 45px;
  margin-bottom: 10px;

}



.tj_tu .swiper-container-thumbs .swiper-slide:hover {
  border-bottom: 4px solid #3C69C4;

}

.tj_tu .swiper-container-thumbs .swiper-slide i {
  display: block;
}



.tj_tu .swiper-slide-thumb-active {
 border-bottom: 4px solid #3C69C4;


}

.tj_tu .swiper-slide-thumb-active span{ color: #3C69C4!important;}






/* 加盟 */
.jiam {
  background: url(../images/home_lxwmbg.png) no-repeat;
  padding:40px 0;
  background-size: cover;
}
.jiam .container { display: flex; align-items: center;}
.lx_logo { width: 22%;}
.send_box { width: 63%; height: 50px; justify-content: space-between; display: flex; align-items: center;  border-radius: 10px; background: #fff;}
.jiameng {
  width: 78%;
  align-items: center;
  margin: 20px auto;
  display: flex;
  justify-content: space-between;
}

.jmbt {

  text-align: center;
}

.jmbt input[type=submit] {

  background-color: #356FE5;
  color: #fff;
  padding: 12px 20px;
  margin: 8px 2px;
  border: none;
  font-size: 14px;

  border-radius: 10px;
  cursor: pointer;
}

.jmbt input[type=submit]:hover {

  background-color: #0076C0;

}

.jiameng .content {
   width: 50%;
   height: 50px;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: none;
  color: #333;
  margin: 5px;
  outline: none;
  border-radius: 10px;
  padding-left: 25px;
  box-sizing: border-box;
}

.jiam .form{ width: 100%;}
.jiameng .email {
  width: 35%;
  height: 50px;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: none;
  color: #333;
  margin: 5px;
  outline: none;
  border-radius: 10px;
  padding-left: 25px;
  box-sizing: border-box;
}



.jiameng input::placeholder {
  color: #666;
}

/*底部footer*/
.footer-main {

  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  background: #353F53;
  padding-top: 40px;

}

.footer-main .container {
  display: flex;

  justify-content: space-between;
}


.footer-list1 .info {
  margin-top: 30px;
  text-align: justify;
}

.footer-list2 {


  /* width: 18%; */




}

.footer-list3 {


  width: 35%;



}

.footer-list3 .con_info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.footer-list1 p i,
.footer-list2 p i {
  padding-right: 6px;
}

.footer-list1 span,
.footer-list2 span,
.footer-list3 span {
  color: #fff;
  font-size: 20px;

  margin-bottom: 15px;
  margin-top: 0;
  display: block;
 text-transform: uppercase;

}

.footer-list1 .socials {
  padding-left: 5px;
  margin-bottom: 0;



}

.footer-list1 .socials li {
  display: inline-block;
  margin-right: 7px;
  position: relative;
}
.footer-list1 .socials li .ewmbox { display: none; width: 120px; height: 120px; left: -18px; position: absolute; top:45px; }
.footer-list1 .socials li:hover .ewmbox { display: block;}
.footer-list1 .socials li a {

border-radius: 100%;
  color: #dedede;
  display: inline-block;
  height: 35px;
  width: 35px;
  font-size: 20px;
  line-height: 35px;
  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: #3C69C4;
  
  color: #fff;
}

.footer-list1 p,
.footer-list2 p,
.footer-list3 p {
  color: #969595;
  font-size: 14px;
  line-height: 28px;
  padding-bottom: 5px;
}

.footer-list1 p a,
.footer-list2 p a {
  color: #B7C0D4;
  font-size: 16px;text-transform: capitalize;

}

.footer-list1 p a:hover,
.footer-list2 p a:hover {
  color: #3C69C4;
}

.footer-list1 img {
  width: 70%;
}

.address-content {
  display: inline-block;
  position: relative;
  padding-left: 52px;
  padding-bottom: 10px;
  text-align: left;

}

.address-content span {

  color: #fff;
  font-size: 20px;
  position: absolute;
  left: 0px;
  top: 5px;
  display: inline-block;
  width: 30px;
  height: 37px;
  line-height: 37px;
  text-align: center;
}

.address-content i {
  font-size: 15px;
  color: #3C69C4;
  display: block;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 5px;

}

.address-content p {
  color: #fff;
  font-size: 13px;
}

.footer-copyright {

  padding: 30px 0; margin-top: 15px;
  border-top: 1px solid rgba(255, 255, 255, .3);
}

.footer-copyright p {
  color: #fff;
  font-size: 14px;
  text-align: center;

  margin-bottom: 0;

}

.footer-copyright p span {
  padding-left: 15px;
}

.footer-copyright p span a {
  color: #fff
}

.footer-list2-p{ color: #c1cada; line-height: 30px;}
/*右侧固定*/
.fix-side {
  position: fixed;
  right: 20px;
  top: 45%;
  width: 80px;
  z-index:9;
}

.fix-side li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.2);
  width: 80px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #fff;
  text-align: center;
  background-color: #3C69C4;
  padding:10px 0; position: relative;
}

.fix-side li:hover {
  background-color: #0076C0;
}

.fix-side .gzh {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
}

.fix-side .gzh .show {
  
  color: #fff;
  cursor: pointer;
}

.fix-side .gzh:hover .box {
  display: block;
}

.fix-side a:hover .box2 {
  display: flex; align-items: center; justify-content: center;
}

.fix-side .box2 {
  display: none;
  position: absolute;
  right: 80px;
  bottom: 0;
  width: 180px;
  line-height: 24px;
  height: 70px;
  font-size: 16px;
  color: #333;
  background-color: #f9f9f9;
  border: solid 1px #e5e5e5;
  border-right: none;
  box-sizing: border-box;
}

.fix-side .gzh:hover .box2 p {
  color: #333;
}

.fix-side .gzh .box {
  display: none;
  position: absolute;
  left: -150px;
  bottom: 0;
  width: 150px;
  height: 160px;
  color: #fff;
  background-color: #fff;
  border: solid 1px #e5e5e5;
  border-right: none;
  box-sizing: border-box;
}

.fix-side .gzh .box img {
  margin-top: 15px;
  width: 100px;
  height: 100px;
}

.fix-side .gzh .box p {
  color: #666;
}

.fix-side p {
  margin-top: 10px;
  color: #fff;text-transform: uppercase; font-size: 14px;
}

.fix-side li a {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 100%;
  height: 100%;
  color: #fff;
}

.fix-side li img {
  width: 32px;
  margin-top: 10px;
}
.fix-side li span { font-size: 28px; color: #fff;}
.fix-side .return {
  border-bottom: none;
  transform: scaleY(0);
  transition: 0.5s;
  background-color: #3C69C4;
}

.fix-side .active {
  transform: scale(1);
}


/* 手机底部导航 */
.bottom_nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 999;
  background: #205DA6;
  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 #296AB7;
  border-left: 1px solid #1A5293;
  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;
}


/* about us */
.inabout_top { background: url(../images/zcd_img_bg.png) no-repeat ;
  background-size: cover;}
.in_ab_ti {color: #fff; flex-direction: column; display: flex; align-items:center; justify-content: center; padding: 35px 0;}
.in_ab_ti b { font-size: 30px; }
.in_ab_ti a{ color: #fff; padding: 0 10px;}
.in_ab_ti a:hover { color: #f00;}


.about {
  background: url(../images/aboutus_bg.png) no-repeat;
  background-size: cover; min-height: 695px;

}

.about-box {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  border-radius: 10px;
  padding: 30px 0;
  background: rgba(255, 255, 255, .7);

}

.about_fl {
  width: 55%;
  padding-right: 5%;
}

.about_fl p {
  line-height: 28px;
  padding: 10px 0;
  color: #333;
  font-size: 15px;
  margin: 20px 0;
}

.about_fl .ab-title {
  font-size: 22px;
  color: #222;
  font-weight: bold;
  margin-top: 10px;
}

.about_fr {
  width: 40%;

  overflow: hidden;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;

}

.ab_video {
  position: relative;
  width: 100%;
  height: 100%;

}


#videoId {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #000;
}

#poster {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  z-index: 2;

  background-size: 100%;
}

.pro-video {
  position: relative;
  height: 500px;
}

.pro-video .videoID {
  position: absolute;
  left: 0;
  top: 0
}

.play-overlay {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;

}

.play-overlay p {
  position: relative;
  display: inline-block;
  width: 75px;
  height: 75px;
  font-size: 23px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.1);
}

.tx_svd_icon {
  line-height: 75px;
  text-align: center;
  animation: witr-shadow 1s linear infinite;
  color: #fff;
}

.play-overlay i {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  color: #fff;
}

@keyframes witr-shadow {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.3), 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3);
  }

  100% {
    box-shadow: 0 0 0 10px rgba(255, 255, 255, 0.3), 0 0 0 20px rgba(255, 255, 255, 0.3), 0 0 0 30px rgba(255, 255, 255, 0);
  }
}

.video-item i {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
}



.layui-layer-setwin .layui-layer-ico {
  background: url(../images/icon.png) no-repeat
}

.layui-layer-setwin .layui-layer-close2 {
  z-index: 9999;
}

.layui-layer {

  background: #000;

}

.ab_list2 {
  width: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px 10px;
  margin-top: 10px;
  cursor: pointer;
  box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.10)
}

.ab_list2:hover {
  box-shadow: 0px 0px 35px 0px rgba(5, 148, 211, 0.10)
}

.ab_list2 b {

  font-size: 24px;
  color: #0594D3;
  padding-left: 10px;

}

.more_a2 {
  display: inline-block;
  line-height: 40px;
  padding: 0px 43px;
  color: #fff;
  position: relative;
  transition: all 0.8s ease 0s;
  font-size: 16px;
  margin: 20px 0;
  background: #0594D3;
}

.more_a2 span {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.more_a2:hover {

  background: #0076C0;

}
.honor { background: #EBF0FE; background-size: cover; }
.honor .container { display: flex; justify-content: space-between;}
.tb { display: flex; align-items: center; font-size: 24px; color: #356FE5; font-weight: bold; width: 30%;text-transform: uppercase;}
.tb img{ max-height: 90px;}
.tb_list{ width: 75%;}
.tb_list ul { display: flex; padding: 30px 0; justify-content: flex-end;}
.tb_list ul img{ max-width: 100%;}



.pj2 .swiper-wrapper {
  padding-top: 10px;
  padding-bottom: 60px;
}

.pj2 .swiper-slide .img {

  margin-bottom: 10px;

}
.pj2 .swiper-slide p { position: relative; font-size: 18px; text-align: center; margin-bottom:40px;} 
.pj2 .swiper-slide p::before { content: ''; background: url(../images/name.png) no-repeat; position: absolute; width: 18px; height: 36px; left: 0; top:0}
.pj2 .swiper-slide p::after { content: ''; background: url(../images/name2.png) no-repeat; position: absolute; width: 18px; height: 36px; right: 0; top:0}
/* .pj2 .swiper-slide a {
  display: block;
  background: #fff;

  border-radius: 10px;
  padding: 10px;
  margin: 10px;
  border: 3px solid #9EBEFF;
} */
.pj2 .swiper-slide a img {  box-shadow: 0 0 10px #EDF2FC;}
.pj2 .swiper-button-prev {
  left:0px;


}

.pj2 .swiper-button-next {
  right:0px;
}

.pj2 .swiper-button-next,
.pj2 .swiper-button-prev { display: block;
  background: none;
  outline: none;
  color: #fff;
  font-size: 30px;
  border-radius: 25px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background:rgba(60,105,196,1);
  box-shadow: 0 0 10px #ececec;

}


.pj2 .swiper-button-next:hover i,
.pj2 .swiper-button-prev:hover i {
  color: #fff;
}
.pj2 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.pj2 .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.pj2 .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  display: inline-block;
  border-radius:0;
  background: #000;
  opacity: .2;
}

.pj2 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #3C69C4;
}

/* pj3 */
.pj3 .swiper-wrapper {
  padding-top: 10px;
  padding-bottom:45px;
}

.pj3 .swiper-slide .img {

  margin-bottom: 10px;

}

.pj3 .swiper-slide p {
  position: relative;
  font-size: 18px;
  text-align: center;
  margin-bottom: 40px;
}

.pj3 .swiper-slide p::before {
  content: '';
  background: url(../images/name.png) no-repeat;
  position: absolute;
  width: 18px;
  height: 36px;
  left: 0;
  top: 0
}

.pj3 .swiper-slide p::after {
  content: '';
  background: url(../images/name2.png) no-repeat;
  position: absolute;
  width: 18px;
  height: 36px;
  right: 0;
  top: 0
}

.pj3 .swiper-slide a {
  display: block;
  background: #fff;

  border-radius: 10px;
  padding: 10px;
  margin: 10px;

}

.pj3 .swiper-slide a img {
  box-shadow: 0 0 10px #EDF2FC;
}

.pj3 .swiper-button-prev {
  left: 0px;
  top:42%;


}

.pj3 .swiper-button-next {
  right: 0px;
  top:42%;
}

.pj3 .swiper-button-next,
.pj3 .swiper-button-prev {
  background: none;
  outline: none;
  color: #fff;
  font-size: 30px;
  border-radius: 25px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background: rgba(60, 105, 196, 1);
  box-shadow: 0 0 10px #ececec;

}


.pj3 .swiper-button-next:hover i,
.pj3 .swiper-button-prev:hover i {
  color: #fff;
}

.pj3 .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.pj3 .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.pj3 .swiper-pagination-bullet {
  width: 30px;
  height: 4px;
  display: inline-block;
  border-radius: 0;
  background: #000;
  opacity: .2;
}

.pj3 .swiper-pagination-bullet-active {
  opacity: 1;
  background: #3C69C4;
}
/* product xq */
.pro_xq { display: flex; align-items: flex-start; justify-content: space-between; margin-top: 30px;}
.pro_xq .xq_fl { width: 40%; border: 1px solid #dedede;}


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

}




.prone .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.prone .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.prone .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

.prone .swiper-pagination-bullet-active {
  opacity: 1;
  background: #3C69C4;
}
.prone .swiper-button-next,
.prone .swiper-button-prev {
  background: none;
  outline: none;
  color: #fff;
  font-size: 30px;
border-radius: 5px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background:rgba(0,0,0,.3);
  box-shadow: 0 0 10px #ececec;
  top:calc(100% - 40px);

}


.prone .swiper-button-next:hover i,
.prone .swiper-button-prev:hover i {
  color: #fff;
}
.pro_xq .xq_fr { width: 60%; }
.fr_box { margin-left: 30px; box-shadow: 0 0 10px #f1f1f1; padding: 20px;}
.fr_box b { font-size: 24px;}
.fr_box .txt { margin-top: 10px; border-bottom: 1px solid #f1f1f1; padding-bottom: 5px; display: flex; align-items: flex-start; justify-content: space-between;}
.fr_box .txt .item { width: 50%;text-transform: uppercase;}
.fr_box .txt .item ul { display: flex;}
.fr_box .txt .item ul li{ margin-right: 10px;}
.fr_box .txt .item ul li img{ padding-right: 3px;}
.fr_box .txt .item p { color: #999; margin-bottom: 10px;}
.fr_box .txt .item:last-child p { border-left: 1px solid #f1f1f1; padding-left: 20px; }
.fr_box .txt .item:last-child ul { padding-left: 20px;}
.fr_box .txt .item ul .orange{ background: rgb(190,122,47); width: 20px; height: 20px; border-radius: 5px; margin-right: 7px; display: block;}
.fr_box .txt .item ul .pink{ background: rgb(240,78,152); width: 20px; height: 20px; border-radius: 5px; margin-right: 7px; display: block;}
.fr_box .txt .item ul .purple{ background: rgb(132,50,155); width: 20px; height: 20px; border-radius: 5px; margin-right: 7px; display: block;}
.fr_box .txt .item ul .green{ background: rgb(92,170,127); width: 20px; height: 20px; border-radius: 5px; margin-right: 7px; display: block;}
.fr_box .txt .item ul .blue{ background: rgb(72,159,223); width: 20px; height: 20px; border-radius: 5px; margin-right: 7px; display: block;}
.fr_box .txt .item ul .red{ background: rgb(202,54,4); width: 20px; height: 20px; border-radius: 5px; margin-right: 7px; display: block;}
.fr_box .txt .item ul .white{ background: rgb(236,236,231); width: 20px; height: 20px; border-radius: 5px; margin-right: 7px; display: block;}
.fr_box .txt .item ul .yellow{ background: rgb(254,243,128); width: 20px; height: 20px; border-radius: 5px; margin-right: 7px; display: block;}
.fr_box .txt .item ul .black{ background: rgb(40,40,45); width: 20px; height: 20px; border-radius: 5px; margin-right: 7px; display: block;}
.fr_box .txt:last-child{ border-bottom: none; margin-top: 15px;}
.fr_box .txt table{
  border-collapse: collapse;
  width: 100%; max-width: 350px;
}

.fr_box .txt th{
  background-color: #3C69C4;
  color: #fff;
  font-weight:bold ;
  height: 35px;
}
.fr_box .txt td{
  color: #666;
  text-align: center;
  height: 35px;
  border-width: 1px;
  border-style: solid;
  border-color: #f1f1f1;
}
.fr_box .txt tr,th{
  border-width: 1px;
  border-style: solid;
  border-color: #f1f1f1;
  text-align: center;
}
/* tab 切换 */
.cs_r { padding:30px 0; background: rgba(255,255,255,1);  border-radius: 10px; width: 100%; float: left; }
.cs_r .cs_rtit {
  position: relative;
  margin-bottom: 28px;
  background: #F3F7FF;
}


.cs_r .cs_rtit ul li {
  display: inline-block;
  
  width: 33.33%;
  text-align: center;
}
.cs_r .cs_rtit ul { display: flex;}
.cs_r .cs_rtit ul li a {
  font-size: 16px;
  display: block;
  line-height: 65px;
  color: #333;
  font-weight: bold;
 
}



.cs_r .cs_rtit ul li.on {
  color: #2161E2;

}

.cs_r .cs_rtit ul li.on span {
   color: #2161E2;
   display:inline-block;
   line-height: 65px;
   height: 65px;
   position: relative;
   

}
.cs_r .cs_rtit ul li.on span::after { content: ''; position: absolute; left: 0; bottom: 0;  width: 100%;  border-bottom: 2px solid #2161E2;}

.cs_r .cs_rc ul {
  position: relative;
}

.cs_r .cs_rc .item_con {
  display: none;
}
.cs_r .cs_rc .item_con iframe{ height: 260px;}
.cs_r .cs_rc ul::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 7px;
  bottom: 7px;
  width: 1px;
  background: #cccccc;
}

.cs_r .cs_rc ul li {
  position: relative;
  padding-left: 35px;
  margin-top: 23px;
}

.cs_r .cs_rc ul li:nth-child(1) {
  margin-top: 0;
}

.cs_r .cs_rc ul li.on a h3 {
  color: #1B5498;
  font-weight: 600;
  font-size: 18px;
}

.cs_r .cs_rc ul li.on a div {
  display: block;
}

.cs_r .cs_rc ul li.on::after {
  content: "";
  position: absolute;
  left: 1px;
  top: 3px;
  width: 19px;
  height: 18px;
  border: solid 1px #1B5498;
  border-radius: 50%;
  background: #fff;
  z-index: 8;
}

.cs_r .cs_rc ul li.on::before {
  background: #1B5498;
}

.cs_r .cs_rc ul li a h3 {
  position: relative;
  padding-right: 85px;
  font-size: 16px;
  font-weight: normal;
  line-height: 24px;
  color: #333333;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.cs_r .cs_rc ul li a h3 span {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 14px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 24px;
  letter-spacing: 0px;
  color: #999999;
}

.cs_r .cs_rc ul li a div {
  display: none;
  padding-bottom: 15px;
  border-bottom: 1px dashed #f0f0f0;
  margin-top: 10px;
}

.cs_r .cs_rc ul li a div p {
  font-size: 16px;
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #666666;

}

.cs_r .cs_rc ul li::before {
  content: "";
  position: absolute;
  width: 11px;
  height: 10px;
  background-color: #cccccc;
  border-radius: 50%;
  left: 5px;
  top: 7px;
  z-index: 9;
}
/* 简介 */
.aboutt {background: url(../images/home_gsjj.png) no-repeat; background-size: 100%;}
.aboutt .container { display: flex;  }
.aboutt .ab_fll { width: 50%;}
.ab_fll .info{ padding: 10% 10% 10% 0; line-height: 220%;}
.ab_fll .info a{ color: #3C69C4; display: block; margin-top: 40px;}
.ab_fll .info p{ color: #999; line-height: 30px;}
.ab_fll .info b { display: block; margin-bottom: 30px; font-size: 20px; color: #000; font-weight: normal;}
.aboutt .ab_frr { width: 50%;}
.aboutt .ab_frr .txt{ padding: 10% 0 10% 10%;}
.aboutt .ab_frr .txt b {display: block; margin-bottom: 30px;  color: #000; font-weight: normal; font-size: 28px;}
.aboutt .ab_frr .txt p { font-size: 24px; color: #999;}

.ab_bottom ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;

  padding: 0 0 0 10%;
}

.ab_bottom b {
  font-size: 36px;
  color: #333;
  margin-top: 10px;

}



.ab_bottom li {
  width: 33.3%;

}

.ab_bottom li img {
  height: 40px;
}

.ab_bottom li a {
  text-decoration: none;
  position: relative;
  margin: 20px auto;
  display: block;
  transition: all .3s;

  margin-right: 20px;

}

.ab_bottom li:last-child a {
  border-right: none;
}


.ab_bottom li a i {
  font-size: 20px;
  color: #3C69C4;
  padding-left: 6px;

}

.ab_bottom li a p {
  color: #666;
  font-size: 14px;
  line-height: 24px;
  padding: 5px 0;

}

.ab_bottom li a b {
  color: #3C69C4;
  display: block;

}
/* 新闻 */
.news{ display: flex;
	justify-content: center;
	align-content: center;
	align-items: center;
	margin: 30px 0;

}
.news_content{ width: 50%;transition: .3s;}
.news_content {  position: relative;}
.news_content .news-txt { position: absolute; left: 0; right: 0; bottom: 0; background: rgba(0, 0, 0, 0.3); padding: 20px;}
.news_content .news-txt b{ display: block; margin-bottom: 20px; font-size: 16px;}
.news_content a { color: #fff;}
.news_content p { line-height: 28px; font-size: 14px; margin-top: 20px;}
.news_wt{ width: 50%; padding:0 20px; margin-left: 20px;}
.wt {
	width: 100%;
	margin: 0 auto;

}
.list_lh {
	
	overflow: hidden;
}
.list_lh ul {
	padding: 0;
}
.list_lh li {
	padding: 15px 0;
	height: auto;
	border-bottom: 1px solid #dedede;
	transition: .3s;
}
.list_lh li span {
	padding: 0 2px;
	display: block;
	height: 30px;
  float: left;
  width: calc(100% - 160px);


}
.list_lh li span img { height: 28px;}
.list_lh li i { color: #999; width: 150px;display: block; float: right; }
.list_lh li a {
	color: #333;
  display: flex;
}
.list_lh li a:hover { color: #3C69C4;}
.list_lh li p {
	line-height: 24px;
	padding: 5px 0;
	color: #333;

}
.nes-wen{ font-size: 17px;  color: #333; display: block; margin-bottom: 6px;}
.list_lh li:hover{ color: #3C69C4;}
.list_lh li:hover .nes-wen{ color: #3C69C4;}
.list_lh li:hover p{ color: #3C69C4;}



#news-list { margin: 10px;}
#news-list a { display:flex; align-items:center; justify-content: center; margin: 35px 0;}

#news-list .day {
  color: #3C69C4;

  height: 90px;

  width: 90px;
  margin: 7px 0;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  border: 1px solid #dedede;
}
#news-list .newscon {
  flex: 4;
  padding-left: 20px;
  padding-right: 30px;
}
#news-list .news-more{   color: #3C69C4;margin-top: 10px; font-size: 14px;}

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

}
#news-list .newscon p {

  text-align: left;
  line-height: 24px;
  font-size: 14px;
  color: #999;
}

#news-list .day span {
  font-size: 24px;
  width: 100%;
  color: #3C69C4;
  text-align: center;
  font-weight:bold;
  position: relative;
}
#news-list .day span::before { position: absolute; left: 0; top:5px; content: ''; height: 18px; width: 3px; background: #3C69C4;}
#news-list .day p{ width: 100%;	text-align: center;}
#news-list a:hover{  color: #3C69C4;}
#news-list a:hover .news-more i{ color: #3C69C4;}
#news-list a:hover b { color: #3C69C4;}
.newsimg img{ height: 120px;}