body, html, div, h1, h2, h3, h4, h5, h6, table, tbody, th, tr, ul, li dl, dt, dd, p, a, form, input,span{
  border: 0 none;
  font-size: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  outline: 0;
  font-family:  "PingFang SC", "PingFang-SC-Regular", "sans-serif", "Microsoft YaHei";
  font-size: 14px;
  font-style: normal;
  vertical-align:baseline;
  background:transparent;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #333333;
}
body {
  min-width: 1200px;
  overflow-x: hidden;
  padding-top: 160px;
}
body * {
  box-sizing: border-box;
}
:focus {
  outline: 1;
}
.wrap{
  width:1200px;
  margin: 0 auto;
  height: auto;
  overflow: hidden;
  position: relative;
}
article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary {display:block;}

nav ul {list-style:none;}

.clear { clear:both}
.clearFix::after{
  display: block;
  content: '';
  clear: both;
}
ul,li {
  list-style:none;
}
a{
  text-decoration: none;
}
a:hover{
  /* color: #27D3E0; */
  text-decoration: none;
}
.center{
  text-align: center;
}
.right{
  text-align: right;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.flex{
  display: flex;
  justify-content: space-between;
}
.container {
  width: 1300px;
  margin: 0 auto;
}
.capital {
  text-transform: uppercase;
}
.single-text {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: inherit;
}
.multiline-text {
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.gray {
  background: #F3F6F9;
}

.thumb {
  overflow: hidden;
}
.thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
/************ Common ************/

.headerWrap {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  background: #F3F6F9;
  z-index: 9;
}
.headerWrap .header {
  height: 110px;
}
.headerWrap .wrap {
  align-items: center;
  height: 100%;
}
.headerWrap .logo {
  width: 500px;
  height: 65px;
}
.headerWrap .rightBox {
  align-items: center;
}
.headerWrap .telWrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-right: 25px;
}
.headerWrap .telWrap .iconfont {
  display: block;
  color: #029FE7;
  font-size: 50px;
  width: 50px;
  margin-right: 10px;
}
.headerWrap .telWrap .label {
  font-weight: 400;
  font-size: 14px;
  color: #035796;
}
.headerWrap .telWrap .telNum {
  font-weight: 600;
  font-size: 24px;
  color: #029FE7;
  margin-top: 2px;
}
.headerWrap .language {
  padding-left: 15px;
  border-left: 2px #E8EEF4 solid;
  height: 40px;
  display: flex;
  align-items: center;
}
.headerWrap .language a {
  display: block;
  padding: 0 15px;
  font-weight: 400;
  font-size: 14px;
  color: #035796;
  cursor: pointer;
  line-height: 20px;
}
.headerWrap .language a.current {
  color: #029FE7;
}
.headerWrap .language a + a {
  border-left: 1px #E8EEF4 solid;
}
.headerWrap .menu {
  height: 50px;
  background: #029FE7;
}
.navList {
  display: flex;
  align-items: center;
  line-height: 50px;
  width: 1200px;
  margin: 0 auto;
}
.navList > li {
  flex: 1;
  position: relative;
}
.navList > li > a {
  display: block;
  line-height: 50px;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}
.navList > li > a:hover,
.navList > li > a.current {
  background: #4DBCEE;
}
.navList > li .childMenu {
  display: none;
  position: absolute;
  min-width: 200px;
  text-align: center;
  background: rgba(255, 255, 255, 0.8);
  z-index: 9;
}
.navList > li .childMenu2 {
  width: 380px;
  text-align: left;
}
.navList > li:hover .childMenu {
  display: block;
}
.navList > li .childMenu a {
  color: #333333;
  font-size: 16px;
  line-height: 50px;
  display: block;
  padding: 0 8px;
  white-space: nowrap;
}
.navList > li .childMenu a.current,
.navList > li .childMenu a:hover {
  color: #FFFFFF;
  background: #039FE7;
}

.footer {
  background: #383838;
}
.footer .footNav {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  border-bottom: 1px #5D5D5D solid;
}
.footer .footNav a {
  display: block;
  line-height: 50px;
  padding: 0 25px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  position: relative;
}
.footer .footNav li + li a::before {
  display: block;
  content: "/";
  position: absolute;
  left: -2px;
  color: #717171;
}
.footer .footNav a:hover {
  color: #00A2E8;
}
.footer .flex {
  align-items: center;
  height: 80px;
}
.footer .contactItem {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
}
.footer .contactItem img {
  margin-right: 8px;
  width: 14px;
  height: 14px;
  object-fit: contain;
}
.footer .contactItem::before {
  margin-right: 15px;
  color: #00A0EA;
}
.footer .copyright {
  line-height: 50px;
  font-weight: 400;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  background: #252525;
}
.footer .copyright a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
}

.backTop {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  right: 50px;
  bottom: 60px;
  z-index: 19;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 8px;
  color: #FFFFFF;
  font-size: 12px;
  cursor: pointer;
  user-select: none;
  opacity: 0;
  transition: all 0.5s;
}
.backTop .iconfont {
  font-size: 20px;
  color: #FFFFFF;
  margin-bottom: 3px;
}

.pageBanner {
  position: relative;
}
.pageBanner img {
  display: block;
  width: 100%;
  height: 380px;
  object-fit: cover;
}
.pageBanner .content {
  width: 100%;
  height: 85%;
  position: absolute;
  top: 15%;
  left: 0;
}
.pageBanner .wrap {
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 0 20px;
}
.pageBanner .wrap .title {
  font-weight: 600;
  font-size: 50px;
  color: #42709B;
}
.pageBanner .wrap.white .title {
  color: #FFFFFF;
}
.pageBanner .wrap .infos {
  font-weight: 400;
  font-size: 32px;
  color: rgba(66, 112, 155, 0.3);
}
.pageBanner .wrap.white .infos {
  color: rgba(255, 255, 255, 0.5);
}

.rowCatsWrap {
  background: #FFFFFF;
  height: 60px;
  border-bottom: 1px #EEEEEE solid;
}
.rowCatsWrap .list {
  display: flex;
  height: 100%;
  align-items: center;
}
.rowCatsWrap .list a {
  line-height: 60px;
  display: block;
  font-weight: 500;
  font-size: 16px;
  position: relative;
}
.rowCatsWrap .list li + li a {
  margin-left: 60px;
}
.rowCatsWrap .list li + li a::before {
  display: block;
  content: "";
  width: 1px;
  height: 20px;
  background: #F7F7F7;
  position: absolute;
  left: -30px;
  top: 20px;
}
.rowCatsWrap .list a.active,
.rowCatsWrap .list a:hover {
  color: #029FE7;
}
.rowCatsWrap .list a.active:after {
  display: block;
  content: "";
  width: 100%;
  height: 2px;
  background: #029FE7;
  position: absolute;
  bottom: 1px;
}

.newsListWrap, .productListWrap {
  width: 920px;
  background: #FFFFFF;
  min-height: 100px;
}
.videoWrap {
  width: 1200px;
  margin: 20px auto;
}
.listHead {
  padding: 15px 20px 0;
  border-bottom: 1px #EEEEEE solid;
  height: 65px;
  align-items: center;
}
.listHead .name {
  font-weight: 500;
  font-size: 20px;
}
.crumbs {
  display: flex;
  align-items: center;
  height: 100%;
  color: #00A2E8;
}
.crumbs a {
  display: block;
  position: relative;
  padding-left: 15px;
  font-weight: 400;
  font-size: 14px;
}
.crumbs a + a {
  margin-left: 15px;
}
.crumbs a + a::before {
  display: block;
  content: "/";
  color: #F2F2F2;
  position: absolute;
  left: 0;
}
.crumbs a:hover {
  color: #00A2E8;
}

.paginations {
  text-align: center;
  user-select: none;
  padding: 20px 0;
}
.paginations .layui-laypage a,
.paginations .layui-laypage span {
  width: 40px;
  height: 40px;
  padding: 0;
  line-height: 40px;
  border-radius: 4px;
  background-color: transparent;
  box-sizing: border-box;
  border: none;
  font-size: 14px;
  color: #333333;
  margin-bottom: 0;
}
.paginations .layui-laypage .layui-laypage-curr .layui-laypage-em {
  border-radius: 4px;
  color: #FFFFFF;
  box-sizing: border-box;
  background: #029FE7;
  font-size: 13px;
  padding: 15px;
}
.paginations .layui-laypage .layui-laypage-curr em {
  color: #FFFFFF;
}
.paginations .layui-laypage .layui-laypage-prev em,
.paginations .layui-laypage .layui-laypage-next em {
  font-size: 26px;
  line-height: 36px;
  color: #ACACAC;
}
.paginations span.layui-laypage-spr {
  line-height: 28px;
  font-size: 18px;
  background: none;
  border: none;
  color: rgba(0, 0, 0, 0.25);
}
.paginations a:hover em,
.paginations a:hover {
  background: #E6F6FD;
  color: #029FE7 !important;
}

.empty {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.empty .img {
  width: 120px;
  height: 120px;
  background: url(../images/empty.svg) no-repeat center;
  background-size: contain;
}
.empty .text {
  font-size: 16px;
  text-align: center;
  color: #BFBFBF;
  margin-top: 10px;
}
