body {
  background-color: #1b2349;
  color: #fff;
  font-family: NotoSansHans-Medium, NotoSansHans;
}
img {
  border: 0;
}
a,
a:hover,
a:active,
a:visited,
a:link,
a:focus {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
  -webkit-tap-highlight-color: transparent !important;
  outline: none !important;
  background: none !important;
  text-decoration: none !important;
  color: #fff !important;
}
a {
  color: #fff;
}

video::-webkit-media-controls-enclosure {
  overflow: hidden;
}
video::-webkit-media-controls-panel {
  width: calc(100% + 30px);
}

input::-webkit-input-placeholder {
  /*Webkit browsers*/
  padding-left: 20px;
  color: #ffffff;
  font-size: 16px;
}
input:-moz-placeholder {
  /*Mozilla Firefox 4 to 8*/
  padding-left: 20px;
  color: #ffffff;
  font-size: 16px;
}
input::moz-placeholder {
  /*Mozilla Firefox 19+*/
  padding-left: 20px;
  color: #ffffff;
  font-size: 16px;
}
input:-ms-input-placeholder {
  /*Internet Explorer 10+*/
  padding-left: 20px;
  color: #ffffff;
  font-size: 16px;
}

/* 标题的下划线 */
.title_underline {
  width: 144px;
  height: 8px;
  background: #2c8cf0;
  background: -webkit-linear-gradient(
    90deg,
    rgba(81, 167, 226, 1) 0%,
    rgba(44, 140, 240, 1) 100%,
    rgba(89, 103, 241, 1) 100%
  ); /* Safari 5.1 - 6.0 */
  background: -o-linear-gradient(
    90deg,
    rgba(81, 167, 226, 1) 0%,
    rgba(44, 140, 240, 1) 100%,
    rgba(89, 103, 241, 1) 100%
  ); /* Opera 11.1 - 12.0 */
  background: -moz-linear-gradient(
    90deg,
    rgba(81, 167, 226, 1) 0%,
    rgba(44, 140, 240, 1) 100%,
    rgba(89, 103, 241, 1) 100%
  ); /* Firefox 3.6 - 15 */
  background: linear-gradient(
    90deg,
    rgba(81, 167, 226, 1) 0%,
    rgba(44, 140, 240, 1) 100%,
    rgba(89, 103, 241, 1) 100%
  ); /* 标准的语法（必须放在最后） */
  border-radius: 4px;
}

/* 以下是原本代码 */
/*头*/
.layui-nav {
  z-index: 200 !important;
}
.page-header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  height: 70px;
  width: 100%;
}
/* .page-container{margin-top: 70px;} */
.layui-nav {
  background: #1c2447;
  z-index: 200 !important;
  height: 70px;
}
.layui-nav > a > img {
  height: 30px;
  margin-left: 23%;
  margin-top: 22px;
}
.layui-nav > img.danzle {
  height: 30px;
  margin-left: 24px;
  margin-top: 17px;
  vertical-align: top;
}
.layui-nav > .navigation {
  float: right;
  margin-right: 20%;
  margin-top: 5px;
}
.layui-nav .layui-nav-item a {
  padding: 0 46px;
  font-size: 16px;
}
/* .layui-nav-child dd+dd{border-top:1px solid rgba(81,167,226,0.4);} */
.layui-col-md1 {
  padding: 0 38px;
}
.layui-nav .layui-nav-item .layui-col-md1 dd a {
  padding: 0;
  line-height: 66px;
  font-size: 18px;
  font-weight: bolder;
  font-family: NotoSansHans-Bold;
}
.layui-nav .layui-nav-item .layui-col-md1 dd a.active {
  color: #51a7e2;
}
.layui-nav .layui-nav-item .layui-col-md1 dd a:hover,
.layui-nav .layui-nav-item .layui-col-md1 dd a:active {
  color: #51a7e2 !important;
  background-color: transparent !important;
}
.layui-nav .layui-nav-more {
  margin-right: 10px;
}
/* 尾 */
/* #footers h3 {height:20px;font-size:20px;font-family:NotoSansHans-Bold;font-weight:bold;color:rgba(44,140,240,1);line-height:30px;margin-top:51px; margin-bottom:27px; } */
/* #footers .ts-company-info p{width:250px;font-size:16px;font-family:NotoSansHans-Regular;font-weight:400;color:rgba(255,255,255,1);line-height:26px;}
#footers .mc4wp-form{width:240px;height:52px;font-size:16px;font-family:NotoSansHans-Regular;font-weight:400;color:rgba(255,255,255,1);line-height:26px;}
#footers .input-group .email{float:left;width:181px;height:41px;border-radius:6px 0px  0px 6px;border: 0px;background:rgba(90,93,97,1);color:#FFFFFF;}
#footers .input-group .sub{float:left;width:54px;height:41px;background:rgba(44,140,240,1);border-radius: 0px 6px 6px 0px;border: 0px;}
.ts-copy-right{height:87px;background:rgba(6,42,91,1);}
.copyright{height:14px;font-size:14px;font-family:NotoSansHans-Bold;font-weight:bold;color:rgba(255,255,255,1);line-height:87px;} */
/* .layui-nav .layui-this:after, .layui-nav-bar, .layui-nav-tree .layui-nav-itemed:after {position: absolute;left: 0;top: 0;width: 0;height: 10px;background-color: #0DAF8B;-webkit-transition: all .2s;border-radius: 45px;} */
/* 以上是原本代码 */

.container {
  width: 1028px;
  padding-right: 0px;
  padding-left: 0px;
  margin-right: auto;
  margin-left: auto;
}
/*footer*/
footer {
  background: #f5f5f5;
  color: #fff;
  padding-top: 100px;
  height: 665px;
  box-sizing: border-box;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
footer > .container {
  width: 1028px;
  padding: 0;
  margin: 0 auto;
}
.footer-fl {
  float: left;
  width: 64%;
}
.footer-fr {
  float: right;
}
.footer-fl .title_underline {
  width: 80px;
  margin-bottom: 25px;
}
.footer-fr .title_underline {
  width: 135px;
  margin-bottom: 25px;
}

.footer-email {
  display: inline-block;
  width: 100%;
  overflow: hidden; /* margin-top: 55px; */
}
.footer-title {
  font-size: 20px;
  font-weight: bolder;
  margin-bottom: 10px;
  font-family: NotoSansHans-Bold;
}
.footer-cxt {
  display: block;
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  font-family: NotoSansHans-Regular;
  margin: 0;
}
.footer-cxt i {
  display: inline-block;
  width: 15px;
  height: 14px;
  margin-right: 21px;
}

.bottom-copy {
  background: #e8e8e8;
  height: 70px;
  line-height: 70px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.bottom-copy img {
  display: none;
}
.bottom-copy .bottom-copy-fl,
.bottom-copy .bottom-copy-fr {
  width: 100%;
  float: left;
}
.bottom-copy .bottom-copy-fr {
  text-align: right;
}
.bottom-copy .bottom-copy-fl p {
  margin-bottom: 0;
  font-size: 14px;
}
/* .bottom-copy-fr a{font-size: 12px;text-transform: uppercase;font-weight: 300;padding: 0 13px;} */

/* 2022样式新修改 */
/* footer */
.bottom-copy-fl p a {
  color: #000 !important;
}
.footer-fl p,
.footer-fl a,
.footer-fr p,
.footer-fr .footer-cxt {
  color: #000 !important;
}
.footer-fl-1 {
  width: 27%;
}
.footer-fl-2 {
  width: 43%;
}
.footer-fl-3 {
  width: 12%;
}
.bottom-copy .bottom-copy-fl p {
  text-align: center;
}
.title_underline {
  background: #5454d4;
}
.footer-fr .title_underline {
  width: 34px;
}
.footer-fl .title_underline {
  width: 48px;
}
.layui-nav {
  background: rgb(0, 0, 0, 0.3);
}
.layui-nav .layui-nav-item .layui-col-md1 dd a {
  padding: 0;
  line-height: 46px;
  font-size: 18px;
  font-weight: normal !important;
  font-family: NotoSansHans-Bold;
}
.layui-nav .layui-nav-item .layui-col-md1 dd a.active {
  color: #5454d4;
}
.layui-nav .layui-nav-item .layui-col-md1 dd a:hover,
.layui-nav .layui-nav-item .layui-col-md1 dd a:active {
  color: #5454d4 !important;
  background-color: transparent !important;
}

@media (min-width: 2000px) {
  .container {
    width: 1185px;
  }
  footer > .container {
    width: 1185px;
  }
}
@media (min-width: 1591px) and (max-width: 1800px) {
  .layui-nav > a > img {
    margin-left: 16%;
  }
  .layui-nav > .navigation {
    margin-right: 16%;
  }
}
@media (min-width: 1200px) and (max-width: 1590px) {
  .page-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    height: 50px;
    width: 100%;
  }
  .container {
    width: 719px;
  }

  .title_underline {
    height: 5px;
  }

  footer > .container {
    width: 719px;
    padding: 0;
    margin: 0 auto;
  }

  .layui-nav-child {
    top: 45px;
  }
  .layui-col-md1 {
    padding: 0 30px;
  }
  .layui-nav .layui-nav-item .layui-col-md1 a {
    padding: 0;
    line-height: 40px;
    font-size: 14px;
    font-weight: normal;
  }
  .layui-nav > a > img {
    margin-top: 9px;
    margin-left: 22%;
  }
  .layui-nav > img.danzle {
    margin-top: 9px;
  }
  .layui-nav .layui-nav-item a {
    padding: 0 25px;
    font-size: 16px;
  }
  .page-container {
    margin-top: 50px;
  }
  .layui-nav {
    z-index: 200 !important;
    height: 50px;
  }
  .layui-nav > img {
    height: 26px;
    margin-left: 15%;
    margin-top: 11px;
  }
  .layui-nav .layui-nav-item {
    line-height: 45px;
  }
  .layui-nav > .navigation {
    float: right;
    margin-right: 15%;
    margin-top: 5px;
  }
  .layui-nav .layui-nav-item .layui-col-md1 dd a {
    font-size: 14px;
    line-height: 48px;
  }

  footer {
    padding-top: 80px;
    height: 497px;
  }
  .footer-fl .title_underline {
    width: 64px;
    margin-bottom: 15px;
  }
  .footer-fr .title_underline {
    width: 113px;
    margin-bottom: 15px;
  }

  .footer-title {
    font-size: 16px;
  }
  .footer-cxt {
    font-size: 12px;
    line-height: 30px;
  }
  .bottom-copy {
    height: 50px;
    line-height: 50px;
  }
  .bottom-copy .bottom-copy-fl p {
    font-size: 12px;
  }
}
