@font-face {
  font-family: family;
  src: url("../fonts/Gilroy-Medium-2.eot");
  src: local("☺"), url("../fonts/Gilroy-Medium-2.woff") format("woff"),
    url("../fonts/Gilroy-Medium-2.ttf") format("truetype"),
    url("../fonts/Gilroy-Medium-2.svg") format("svg");
}

* {
  margin: 0;
  padding: 0;
  -webkit-touch-callout: none;
}
body {
  font-size: 12px;
  font-family: "PingFang SC", "Source Han Sans SC", "HanHei SC",
    "Helvetica Neue", Helvetica, "Hiragino Sans GB", "Microsoft YaHei", 黑体,
    Arial, sans-serif;
  color: #231f20;
}
.en{ font-family:family, Tahoma, Geneva, sans-serif;}
a,
body {
  color: #231f20;
  font-weight:bold;
}
a:focus,
a:hover {
  text-decoration: none;
  color: #132b86;
}
h1,
h2,
h3,
h4,
h5,
h6,
li,
ul {
  margin: 0;
}
li,
ul {
  list-style: none;
}
a:focus,
input,
textarea,
select {
  outline: none;
}
img {
  -ms-interpolation-mode: bicubic;
  max-width: 100%;
  -webkit-touch-callout: none;
}
p,
big,
small,
font,
em {
  display: block;
  margin: 0;
}
a {
  text-decoration: none;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.df {
  display: flex;
}

.container {
  width: 100%;
  max-width: 1500px;
  margin: 0 auto;
  padding: 0;
  box-sizing: border-box;
}

:root {
  --themaColor: #132b86;
  --themaColor2: #21bdbd;
}

.pic-scale {
  -webkit-transition: opacity 0.55s, -webkit-transform 0.55s;
  transition: opacity 0.55s, transform 0.55s;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.radius {
  border-radius: 25px;
  -webkit-border-radius: 25px;
  -moz-border-radius: 25px;
  -ms-border-radius: 25px;
  -o-border-radius: 25px;
}

.swiper-container {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  transition: all 0.3s;
  background-color: white;
}

.header.fix {
  /* background-color: rgba(0,0,0,.6); */
  box-shadow: 1px 3px 6px #bbbbbb;
}

.header .head {
  position: relative;
}

.header .head > .container {
  padding: 0 0 0 15px;
}

.header .head a.logo {
  margin: 21px 0;
}

.header .head a.logo img {
  display: block;
  max-width: 100%;
  transition: all 0.3s;
  max-height: 36px;
}

.header .head nav {
  display: flex;
  width: calc(100% - 200px);
  height: 100%;
  justify-content: space-between;
}

.header .head nav .navMain {
  margin-right: 0;
  margin-left: auto;
}

.header .head nav .blueBg {
  display: flex;
  width: 288px;
  margin-left: 11%;
  justify-content: space-around;
  align-items: center;
  background-color: var(--themaColor);
}

.header .head nav .blueBg a {
  color: white;
}

.showEwm a {
  position: relative;
}

.showEwm a:hover div {
  opacity: 1;
}

.showEwm a div {
  position: absolute;
  width: 100px;
  height: 96px;
  right: -45px;
  top:65px;
  padding: 5px;
  opacity: 0;
  transition: all 0.3s;
  background-color: var(--themaColor2);
}

.showEwm a div::before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  right:44px;
  top: -20px;
  border: 10px solid transparent;
  border-bottom-color: var(--themaColor2);
}

.showEwm a div img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.header .head nav a {
  display: block;
  height: 100%;
  line-height: 78px;
  color: black;
  font-size: 17px;
  transition: all 0.3s;
}

.header .head nav a:hover{ color:#26B7BC}

.header .head nav li img{ display:block;}

.header .head nav li {
  display: inline-block;
}

.fixedBf {
  position: relative;
  margin-right: 70px;
  z-index: 10001;
}

.fixedBf.open a:hover {
  color: white !important;
}

.fixedBf a::before {
  content: "";
  display: inline-block;
  width: 33px;
  height: 7px;
  margin-right: 10px;
  background-image: url(../img/menuMore.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.header .head .navMain li {
  margin-left: 45px;
}

.fixedAf {
  margin-left: 90px;
}

.head .allScreenNav {
  display: block;
  position: fixed;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  z-index: 10000;
  overflow: hidden;
  transition: all 0.5s;
  background-color: #0095d9;
}
.head .allScreenNav.open {
  height: 100%;
}

.head .allScreenNav .main {
  max-width: 1500px;
  margin: 0 auto;
  padding-top: 96px;
}

.head .allScreenNav li {
  margin-top: 25px;
  font-size: 23px;
  height: 23px;
  line-height: 23px;
}

.head .allScreenNav li a {
  color: white;
}

.head .allScreenNav .search {
  height: 45px;
  margin-top: 140px;
}

.head .allScreenNav form {
  position: relative;
  height: 100%;
}

.head .allScreenNav form input {
  outline: none;
  border: 0;
}

.head .allScreenNav form input.text {
  position: relative;
  display: block;
  height: 100%;
  max-width: 100%;
  width: 420px;
  padding-left: 40px;
  color: #9cd9f5;
  font-size: 18px;
  background-color: rgba(0, 0, 0, 0);
  box-sizing: border-box;
  border-bottom: 1px solid #80caec;
}

.head .allScreenNav form input.text::placeholder {
  color: #9cd9f5;
  font-size: 18px;
}

.head .allScreenNav form input.s {
  position: absolute;
  width: 20px;
  height: 21px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url(../img/search.png);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: rgba(0, 0, 0, 0);
}

header .menuBtn {
  display: none;
}

.nav_m {
  display: none;
}

.header .navs li:hover .ico1 {
  background: url(../img/proIcon.png) no-repeat center;
}
.ico2 {
  background: url(../img/d1.png) no-repeat center;
  width: 9px;
  height: 9px;
  display: inline-block;
}
.header .navs li:hover .ico2 {
  background: url(../img/d.png) no-repeat center;
}

.header .navs {
  width: 87.8%;
}
.header .navs li {
  margin: 0;
  padding: 0 20px;
  position: relative;
}
.header .navs li a {
  display: block;
}
.header .navs li a img {
  margin-bottom: 4px;
}
.header .navs li:hover {
  background: #0095d9;
}
.header .navs li:hover a {
  color: #ffffff;
}

.null_wrap {
  height: 78px;
}

.otherPageBn {
  position: relative;
  height: 590px;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.otherPageBn .main {
  position: absolute;
  top: 50%;
  left: 50%;
  color: white;
  text-align: center;
  transform: translate(-50%, -50%);
}

.otherPageBn .main .btitle {
  font-size: 40px;
  letter-spacing:5px;
}

.pageNav {
  border-bottom: 4px solid #f7f7f7;
}

.pageNav li {
  position: relative;
  display: inline-block;
  padding: 30px 34px;
  max-width: 140px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.pageNav li a {
  font-size: 18px;
}

.pageNav li::before {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  top: 50%;
  left: 15px;
  opacity: 0;
  border-radius: 50%;
  transition: opacity 0.3s;
  transform: translate(-50%, -50%);
  background-color: var(--themaColor2);
}

.pageNav li.on::before,
.pageNav li:hover::before {
  opacity: 1;
}

.pageNav li.on a,
.pageNav li:hover a {
  color: var(--themaColor2);
}

.footer {
  padding: 4.6% 0;
  font-size: 16px;
  width: 100%;
  color: #fff;
  background-color: var(--themaColor);
}

.footer .b {
  height: 1px;
  background: #444546;
  margin: 5% 0;
}

.footer .t {
  padding-bottom: 10%;
  float: left;
  width: 100%;
}

.footer .add {
  max-width: 530px;
  width: 100%;
}

.footer .add p {
  font-size: 18px;
}

.footer .add .form {
  position: relative;
  margin-top: 5%;
}

.footer .add .form .text {
  border: 0;
  background: none;
  color: #606060;
  border-bottom: solid 1px #fff;
  width: 100%;
  line-height: 40px;
  padding: 0 2.5%;
}

.footer .add .form .submit {
  background: #ee741a;
  width: 100px;
  line-height: 30px;
  position: absolute;
  right: 0;
  border: 0;
  top: 0;
  font-size: 13px;
  color: #fff;
  border-radius: 20px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -ms-border-radius: 20px;
  -o-border-radius: 20px;
}

.footer .contact {
  max-width: 276px;
  width: 20%;
}

.footer .contact img {
  display: block;
  max-width: 100%;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 32px;
}

.footer .dl {
  width: 76%;
}

.footer .dl dl {
  float: left;
  min-width: 123px;
}

.footer .dl dl:not(:last-child) {
  margin-right: 8%;
}

.footer .dl dl a {
  color: #fff;
}

.footer .dl dd a {
  line-height: 30px;
  transition: all 0.3s;
  color: rgba(255, 255, 255, 0.5);
}

.footer .dl dd:hover a {
  color: #26B7BC;
}

.footer .dl dl dt {
  font-size: 20px;
  font-weight: normal;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: block;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footer .dl dl dd {
  display: block;
  line-height: 25px;
}

.footer .share a {
  margin-right: 5px;
}

.footer .share a.we {
  position: relative;
}

.footer .share a.we:hover .pic {
  display: block;
}

.footer .share a.we .pic {
  max-width: inherit;
  width: 100px;
  position: absolute;
  top: -120px;
  left: -40px;
  display: none;
}

.footer .by {
	text-transform:uppercase;
  font-size: 14px;
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  padding-top: 30px;
  padding-bottom: 20px;
  margin-top: 10%;
}

.footer .by span {
  margin-left: 10px;
}

/* b_search */
.search-fix {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 8889;
}
.search-fix .bg {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  background-color: rgba(0,0,0,.6);
}
.search-fix .search-content {
  background: #fff;
  max-width: 1850px;
  margin: -300px auto;
  padding: 200px 15px;
  top: 50%;
  position: relative;
  z-index: 1;
}
.search-fix .search-content .item {
  max-width: 1000px;
  margin: 0 auto;
}
.search-fix .search-content .item .p {
  font-size: 25px;
  text-align: center;
  margin-bottom: 8%;
}
.search-fix .search-content .item .form {
  position: relative;
  margin: 2.5% 0;
}
.search-fix .search-content .item .submit {
  position: absolute;
  top: 15px;
  right: 15px;
  border: 0;
  width: 21px;
  height: 21px;
  background: url(../img/b_search.png) no-repeat;
  background-size: cover;
}
.search-fix .search-content .item .text {
  border-bottom: solid 1px #d8d8d8;
  font-size: 20px;
  padding: 15px 5% 15px 2.5%;
  color: #808080;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  display: block;
  width: 100%;
}

@media (min-width: 1500px) {
  .header::before {
    content: "";
    position: absolute;
    width: calc((100% - 1500px) / 2);
    height: 100%;
    right: 0;
    top: 0;
    background-color: var(--themaColor);
  }
}

@media (max-width: 1500px) {
  .head .allScreenNav .main {
    padding-left: 15px;
    padding-right: 15px;
  }

  .head .allScreenNav .search {
    margin-top: 90px;
  }

  .footer > .container {
    padding: 0 15px;
    box-sizing: border-box;
  }

  .footer .dl dl:not(:last-child) {
    margin-right: 4%;
  }
}

@media (max-width: 1366px) {
  .header .head .navMain li {
    margin-left: 25px;
  }

  .header .head nav .blueBg {
    margin-left: 5%;
  }
}

@media (max-width: 1200px) {
   header .menuBtn {
    position: absolute;
    display: inline-block;
    width: 30px;
    height: 30px;
    top: 50%;
    right: 15px;
    cursor: pointer;
    transform: translateY(-50%);
  }

  header .menuBtn span {
    position: absolute;
    width: 100%;
    height: 2px;
    top: 50%;
    transition: all 0.3s;
    background-color: var(--themaColor);
    transform: translateY(-50%);
  }

  header .menuBtn span::before,
  header .menuBtn span::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    transition: all 0.3s;
    background-color: var(--themaColor);
    transform: translateY(-50%);
  }

  header .menuBtn span::before {
    transform: translate3d(0, -7px, 0);
  }

  header .menuBtn span::after {
    transform: translate3d(0, 7px, 0);
    /* transform: rotate3d(0,0,7px,45deg); */
  }

  header .menuBtn.open span {
    background: white;
  }

  header .menuBtn.open span::after {
    transform: rotate3d(0, 0, -7, 45deg);
  }

  header .menuBtn.open span::before {
    transform: rotate3d(0, 0, 7, 45deg);
  }

  .header .head nav li {
    display: none;
  }
  .header .head nav li.fixedAf,
  .header .head nav li.fixedBf {
    display: block;
  }

  .header .head nav a {
    line-height: 64px;
  }

  .nav_m {
    display: block;
    position: fixed;
    width: 100%;
    left: -100%;
    transition: all 0.55s ease;
    background-color: var(--themaColor2);
  }

  .nav_m ul {
    padding: 10px 0;
  }

  .nav_m li {
    padding: 10px;
  }

  .nav_m li a {
    display: block;
    font-size: 16px;
    color: white;
  }

  .nav_m li input {
	  color:#fff; line-height:30px;
    outline: none;
    border: none;
    background-color: var(--themaColor2);
    border-bottom: 1px solid #fff;
	width:90%;
    height: 100%;
    display: inline-block;
	padding:10px 0;
    color: white;
    font-size: 14px;
  }
  
  .nav_m li input::placeholder{ color:#fff;}

  .nav_m li button {
	  position:relative;
	  top:5px;
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
  }

  .nav_m.open {
    left: 0;
  }
}

@media (max-width: 1024px) {


  .otherPageBn {
	  padding:25% 0;
    height: auto;
    background-attachment: inherit !important;
  }

  .pageNav li::before {
    top: 50%;
  }


  .footer .dl dl {
    width: 25%;
    margin-bottom: 4%;
  }

  .footer .dl,
  .footer .contact {
    width: 100%;
    float: none;
    margin-bottom: 2%;
  }

  .footer .contact {
    max-width: inherit;
	clear:both;
  }

  .footer .contact img {
    display:block;
    margin: 35px 15px;
    vertical-align: top;
  }
}

@media (max-width: 992px) {
  .footerTop .l {
    margin-bottom: 5%;
  }
  .footerTop .r {
    width: 100%;
  }
}

@media (max-width: 960px) {
  .industry ul li {
    width: 33.33%;
    margin: 2.5% 0;
    margin-left: -1px;
  }
  .industry {
    height: auto;
    background-size: cover;
    padding: 10% 0;
  }
}

@media (max-width: 900px) {
  .footerTop {
    flex-direction: column;
  }
}

@media (max-width: 768px) {


  .pageNav li a {
    font-size: 16px;
  }

  .footer .dl dl dt {
    font-size: 16px;
    padding-bottom: 10px;
    margin-bottom: 10px;
  }

  .footer .dl dd a {
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .otherPageBn .main .btitle {
    font-size: 30px;
  }

  .footer .dl dl {
    width: 45%;
    float: none;
    display: inline-block;
    vertical-align: top;
  }

  .footer .contact {
	  text-align:center;
  }
  .footer .contact img{ margin:25px auto;}

  .footer .by {
    padding: 15px 0;
    text-align: center;
  }

  .footer .by span {
    display: block;
  }
}

@media (max-width: 480px) {

  
.footer{ padding:7.5% 0 2.5% 0; margin-top:25%;}

  .otherPageBn .main .btitle {
    font-size: 24px;
  }

  .pageNav li {
    padding: 20px 11px;
  }
  
  .pageNav li a{ font-size:14px;}

  .pageNav li::before {
    display: none;
  }

  .fixedBf a::before {
    display: none;
  }

  .header .head nav a:hover {
    color: black;
  }

  .head .allScreenNav .main {
    padding-top: 66px;
  }

  .head .allScreenNav .search {
    margin-top: 60px;
  }
}
@media (max-width: 320px) {
  .page-nav a {
    font-size: 13px;
  }
  .footerNavTitle,
  .footerTitle {
    font-size: 14px;
  }
  .footerNav li a,
  .footerTxt,
  .copyright {
    font-size: 12px;
  }
}
