html {
  font-size: 100px;
}

body {
  color: #000;
  background: #fff;
  overflow-x: hidden;
  font-family: "Microsoft Yahei", sans-serif;
}


@font-face {
  font-family: "Alibaba-PuHuiTi-Regular";font-weight: 400;src: url("//at.alicdn.com/wf/webfont/fQiz5HM3LMBF/tu7tumKg23v8.woff2") format("woff2"),
  url("//at.alicdn.com/wf/webfont/fQiz5HM3LMBF/Uzyq3pXhXBgH.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Alibaba-PuHuiTi-Medium";font-weight: 500;src: url("//at.alicdn.com/wf/webfont/fQiz5HM3LMBF/v725e8BqwY7t.woff2") format("woff2"),
  url("//at.alicdn.com/wf/webfont/fQiz5HM3LMBF/H1mhq2J1qhGz.woff") format("woff");
  font-display: swap;
}

@font-face {
  font-family: "Alibaba_PuHuiTi__SemiBold";font-weight: 600;src: url("//at.alicdn.com/wf/webfont/fQiz5HM3LMBF/p82xhU4WR4Wa.woff2") format("woff2"),
  url("//at.alicdn.com/wf/webfont/fQiz5HM3LMBF/jFUwVmZozUzF.woff") format("woff");
  font-display: swap;
}
.swiper-button-next,
.swiper-button-prev {
  outline: none;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
dl {
  margin: 0;
}
dt {
  font-weight: normal;
}
ul,
li {
  list-style-type: none;
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
a {
  color: #000;
  text-decoration: none;
  outline: none;
  transition: all 0.3s;
}
a:hover {
  color: #32bce0;
}
a:focus {
  text-decoration: none;
  color: inherit;
}
img {
  border: 0;
  vertical-align: middle;
  transition: all 0.6s;
  max-width: 100%;
  object-fit: cover;
}
table {
  border-collapse: collapse;
}
input,
textarea,
select,
button {
  border: 0;
  outline: none;
  -webkit-appearance: none;
}

button {
  cursor: pointer;
}
.wrap {
  width: 100%;
  overflow: hidden;
}
.container {
  width: 80%;
  margin: 0 auto;
}
/*公共样式勿删除*/

.clearfix:after {
  content: " ";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.clearfix {
  zoom: 1;
}
.flex {
  display: flex;
  align-items: center;
}
.flex_item {
  flex: 1;
}
video {
  vertical-align: middle;
  background: #000;
  width: 100%;
}
.pic img {
  width: 100%;
  transform: perspective(1px);
}
.pic {
  overflow: hidden;
  position: relative;
}
.pic:hover img {
  transform: scale(1.1);
}
.hidden {
  display: none;
}
/**/

.header {
  width: 100%;
  z-index: 99;
  padding: 0 0.75rem;
  font-size: 0.18rem;
  position: fixed;
  left: 0;
  top: 0;
  transition: all 0.3s;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
}
.header:hover,
.header.on {
  background: #fff;
  box-shadow: 0 0 0.1rem rgba(0, 0, 0, 0.1);
}
.header:hover .nav > li > a,
.header.on .nav > li > a {
  color: #333;
}
.header.on .m_nav i {
  background: #333;
}
.header .logo {
  display: block;
  height: 0.55rem;
  background: url(../images/logo.png) center no-repeat;
  background-size: 100% 100%;
  width: 3.77rem;
}
.header:hover .logo,
.header.on .logo {
  background: url(../images/logo_on.png) center no-repeat;
  background-size: 100% 100%;
}
.header .nav {
  display: flex;
  align-items: center;
  font-family: Alibaba-PuHuiTi-Regular;
}
.header .nav > li + li {
  margin-left: 0.7rem;
}
.header .nav > li {
  position: relative;
  z-index: 10;
}
.header .nav > li > a {
  display: block;
  line-height: 1.15rem;
  color: #fff;
  position: relative;
}
.header .nav > li.on > a,
.header .nav > li:hover > a {
  color: #32bce0;
}
.header .nav > li:hover .dropdown {
  opacity: 1;
  visibility: visible;
}
.header .dropdown {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  top: 100%;
  text-align: center;
  min-width: 1.6rem;
  padding: 0.15rem 0;
  transition: all ease 0.3s;
  opacity: 0;
  visibility: hidden;
  background: #fff;
  line-height: 0.6rem;
}
.header .dropdown a:focus {
  color: #32bce0;
}
/**/

/**/

/**/
.ws-wap-menu {
  position: fixed;
  box-sizing: border-box;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
  z-index: -1;
  padding-top: 50px;
  opacity: 0;
}

.ws-wap-menu.on {
  z-index: 105;
  opacity: 1;
}
.ws-wap-menu .header .logo {
  background: url(../images/logo_on.png) center no-repeat;
  background-size: 100% 100%;
}
.ws-wap-menu .m_nav i {
  background: #333;
}
.ws-wap-menu ul {
  width: 100%;
  border-top: 1px solid #eee;
}
.ws-wap-menu ul li {
  position: relative;
  border-bottom: 1px solid #eee;
}
.ws-wap-menu ul li a {
  display: block;
  line-height: 52px;
  width: 80%;
  font-size: 16px;
  position: relative;
  padding-left: 20px;
}
.ws-wap-menu ul li i {
  display: inline-block;
  height: 12px;
  width: 12px;
  z-index: 6;
  border-width: 1px 1px 0 0;
  border-color: #999;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 0.2rem;
  right: 0.2rem;
}
.ws-wap-menu ul li i.on {
  border-width: 0 1px 1px 0;
  margin-top: -4px;
}
.ws-wap-menu .dropdown {
  padding: 0 0.15rem;
  display: none;
  border-top: 1px solid #eee;
}
.ws-wap-menu .dropdown li:last-child {
  border: none;
}
/**/
.banner_info {
  position: relative;
}
.banner_info img {
  width: 100%;
  height: 5rem;
}
.banner_info .bd {
  position: absolute;
  width: 100%;
  left: 0;
  font-family: Alibaba_PuHuiTi__SemiBold;
  color: #fff;
  font-size: 0.55rem;
  top: 50%;
}
.banner_info.casebanner_info .bd{
  font-family: "Microsoft Yahei", sans-serif;
}
.bgcolor {
  background: #f3f6fb;
}
.bread {
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  height: 0.8rem;
  border-bottom: 1px solid #e5e5e5;
  font-family: Alibaba-PuHuiTi-Regular;
}
.bread ul,
.bread ol {
  display: flex;
}
.bread ol li + li {
  margin-left: 0.75rem;
}
.bread ol li.on a {
  color: #32bce0;
}
.bread ul li + li::before {
  content: " ";
  display: inline-block;
  height: 5px;
  width: 5px;
  border-width: 1px 1px 0 0;
  border-color: #333;
  margin: 0 0.15rem;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
}
.bread ul li {
  display: flex;
  align-items: center;
}
.pages {
  display: flex;
  justify-content: center;
  margin-top: 0.7rem;
  font-size: 0.22rem;
  font-family: Alibaba-PuHuiTi-Medium;
}
.pages a {
  width: 0.48rem;
  height: 0.48rem;
  display: flex;
  margin: 0 0.1rem;
  align-items: center;
  justify-content: center;
  color: #666666;
}
.pages a.prev,
.pages a.next {
  background-color: #fff;
}
.pages a:hover,
.pages a.on {
  background-color: #2a2c7b;
  color: #fff;
}
.footer {
  font-size: 0.16rem;
  background: #003a5c;
  color: #fff;
}
.footer a {
  color: #fff;
  font-family: Alibaba-PuHuiTi-Regular;
}
.footer .ft {
  border-top: 1px solid #1c506e;
}
.footer .ft .flex {
  height: 0.84rem;
}
.footer .ft .share {
  display: flex;
  align-items: center;
}
.footer .ft .share .code {
  position: absolute;
  width: 1.3rem;
  background: #fff;
  padding: 0.1rem;
  display: none;
  bottom: 100%;
  margin-bottom: 0.1rem;
  left: 50%;
  transform: translate(-50%, 0);
}
.footer .ft .share .code:after {
  content: "";
  width: 0;
  position: absolute;
  top: 100%;
  left: 50%;
  display: inline-block;
  left: 50%;
  transform: translate(-50%, 0);
  height: 0;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  border-top: 5px solid #fff;
}
.footer .ft .share .code img {
  width: 100%;
}
.footer .ft .share > div > img {
  width: 0.35rem;
}
.footer .ft .share > div:hover .code {
  display: block;
}
.footer .ft .share > div {
  margin-left: 0.1rem;
  position: relative;
}
.footer .side {
  width: 35%;
  padding-right: 5%;
  margin-right: 5%;
  border-right: 1px solid #1c506e;
}
.footer .side p {
  text-indent: 2em;
  color: #eaeaea;
  line-height: 0.29rem;
  font-family: Alibaba-PuHuiTi-Regular;
}
.footer .bd {
  border-top: 1px solid #1c506e;
}
.footer .bd .side {
  height: 3.38rem;
  display: flex;
  align-items: center;
}
.footer .bd .more {
  width: 1.66rem;
  height: 0.42rem;
  display: flex;
  align-items: center;
  margin-top: 0.5rem;
  padding-left: 0.25rem;
  color: #e5e5e5;
  position: relative;
  border: 1px solid #49728b;
  font-family: Alibaba-PuHuiTi-Regular;
}
.footer .bd .more:hover {
  background: #09afda;
  border-color: #09afda;
}
.footer .bd .more:after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 1px 1px 0 0;
  border-color: #fff;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 0.2rem;
}
.footer .bd ul {
  display: flex;
  justify-content: space-between;
  font-family: Alibaba-PuHuiTi-Regular;
}
.footer .bd ul dt {
  font-size: 0.17rem;
}
.footer .bd ul dd {
  line-height: 0.36rem;
}
.footer .bd ul dd b {
  font-size: 0.17rem;
  font-weight: normal;
  font-family: Alibaba-PuHuiTi-Medium;
}
.footer .bd ul span {
  display: flex;
  align-items: center;
  border: 1px solid #547b92;
  margin-bottom: 0.15rem;
  justify-content: center;
  border-radius: 50%;
  width: 0.35rem;
  height: 0.35rem;
}
.footer .hd .flex .side {
  height: 1.58rem;
  align-items: center;
  display: flex;
}
.footer .hd .flex_item {
  display: flex;
}
.footer .hd .select {
  position: relative;
  width: 35%;
  cursor: pointer;
  margin-right: 0.22rem;
}
.footer .hd .select ul {
  position: absolute;
  width: 100%;
  text-align: center;
  display: none;
  background: #fff;
  line-height: 0.36rem;
}
.footer .hd .select ul a {
  color: #333;
}
.footer .hd .select ul a:hover {
  color: #32bce0;
}
.footer .hd .select:hover ul {
  display: block;
}
.footer .hd .select > span {
  width: 100%;
  color: #e5e5e5;
  display: flex;
  align-items: center;
  height: 0.5rem;
  border: 1px solid #547b92;
  padding-left: 0.2rem;
  font-size: 0.16rem;
  font-family: Alibaba-PuHuiTi-Regular;
}
.footer .hd .select:after {
  content: " ";
  display: inline-block;
  height: 6px;
  width: 6px;
  border-width: 0 1px 1px 0;
  border-color: #fff;
  border-style: solid;
  -webkit-transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  transform: matrix(0.71, 0.71, -0.71, 0.71, 0, 0);
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 0.2rem;
}
.footer .hd .search {
  display: flex;
  align-items: center;
  width: 28%;
  border: 1px solid #547b92;
  padding: 0 0.2rem;
}
.footer .hd .search form{
    display: flex;
    align-items: center;
    width: 100%;
}
.footer .hd .search input {
  width: 100%;
  height: 0.5rem;
  background: none;
  font-size: 0.16rem;
  color: #fff;
}
.footer .hd .search i {
  display: inline-block;
  width: 0.15rem;
  height: 0.15rem;
  margin-right: 0.05rem;
  background: url(../images/footer_06.png) center no-repeat;
  background-size: 100% 100%;
}

 
.footer .hd .search a{
    display:flex;
    align-items: center;
}
.footer .hd .search a input{
    width: auto;
    cursor: pointer;
}
.footer input::placeholder {
  color: #fff;
}
