@charset "utf-8";
@font-face {
  font-family: "helvetica-webfont";
  src: url("fonts/helvetica-webfont.eot");
  src: local("☺"),
    url("fonts/helvetica-webfont.eot?#iefix") format("embedded-opentype"),
    url("fonts/helvetica-webfont.woff") format("woff"),
    url("fonts/helvetica-webfont.ttf") format("truetype"),
    url("fonts/helvetica-webfont.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

body {
  overflow-y: scroll;
  *overflow-y: auto;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td,
hr,
button,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body,
button,
input,
select,
textarea,
pre {
  font: 12px/1.5 Arial, "sans-serif";
}
input,
select,
textarea {
  font-size: 100%;
}
th {
  text-align: inherit;
}
fieldset,
img {
  border: 0;
}
img {
  vertical-align: top;
  width: 100%;
}
iframe {
  display: block;
}
abbr,
acronym {
  border: 0;
  font-variant: normal;
}
del {
  text-decoration: line-through;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-style: normal;
  font-weight: 500;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: 500;
}
a {
  color: #333;
  text-decoration: none;
  outline: none;
  /* blr: expression(this.onFocus=this.blur());
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); */
}
a:focus {
  outline: none;
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

input:focus,
textarea:focus,
keygen:focus,
select:focus {
  outline: none;
  outline-offset: 0px;
}
::-webkit-input-placeholder {
  color: #8aa4b6;
}
::-moz-placeholder {
  color: #8aa4b6;
} /* firefox 19+ */
:-ms-input-placeholder {
  color: #8aa4b6;
} /* ie */
input:-moz-placeholder {
  color: #8aa4b6;
}

.cf:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.cf {
  zoom: 1;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.pt40 {
  padding-top: 40px;
}
.mr20 {
  margin-right: 20px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt40 {
  margin-top: 40px;
}
.mt60 {
  margin-top: 60px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb35 {
  margin-bottom: 35px;
}

/* pc 设备 */
html.isPc {
}
html.isPc .wap_box {
  display: none;
}
/* wap 设备 */
/* 媒体查询 */
html.isWap {
  font-size: 50px;
}
html.isWap a:hover {
  text-decoration: none;
}
@media screen and (min-width: 320px) {
  html.isWap {
    font-size: 50px;
  }
}
@media screen and (min-width: 360px) {
  html.isWap {
    font-size: 56px;
  }
}
@media screen and (min-width: 400px) {
  html.isWap {
    font-size: 62px;
  }
}
@media screen and (min-width: 480px) {
  html.isWap {
    font-size: 75px;
  }
}
@media screen and (min-width: 560px) {
  html.isWap {
    font-size: 87px;
  }
}
@media screen and (min-width: 640px) {
  html.isWap {
    font-size: 100px;
  }
}
html.isWap body {
  font-size: 0.24rem;
}
html.isWap .pc_box {
  display: none;
}

.isPc .bdy {
  overflow-x: hidden;
}
.isPc body {
  background: #dbf0f1 url("../i/bdyBg.png") no-repeat center top;
}
.isPc body.bdy_p {
  background: #dbf0f1 url("../i/bdyBg2.png") no-repeat center top;
}
.isPc body.bdy_o {
  background: #dbf0f1 url("../i/bdyBg3.png") no-repeat center top;
}
.isWap body {
  background: #e8f5f7 url("../i/wap/bdy_bg.png") no-repeat center top;
  background-size: 100%;
}
.isWap body.bdy_p {
  background: #e8f5f7 url("../i/wap/bdy_bg2.png") no-repeat center top;
  background-size: 100%;
}
.isWap body.bdy_o {
  background: #e8f5f7 url("../i/wap/bdy_bg3.png") no-repeat center top;
  background-size: 100%;
}

.wrapper {
  display: none;
}
.isPc .wrapper {
  min-width: 1080px;
}
.isPc .w {
  width: 1100px;
  margin: 0px auto;
}
.isWap .w {
}

/*isPc header */
.isPc .header {
  width: 1100px;
  margin: 0 auto;
  height: 505px;
}
.isPc .main {
  width: 1080px;
  margin: 0 auto;
  min-height: 1030px;
  padding-bottom: 120px;
  margin-bottom: 125px;
  background: rgba(94, 186, 207, 0.3);
}
.isPc .main2 {
  width: 1080px;
  margin: 0 auto;
  min-height: 730px;
  padding-bottom: 20px;
  margin-bottom: 50px;
  background: rgba(94, 186, 207, 0.3);
}
.isPc .btBox {
  color: #fff;
  text-align: center;
  background: url("../i/btBg.png") no-repeat left top;
  padding-top: 30px;
  height: 104px;
  margin-bottom: 35px;
}
.btBox a {
  color: #fff;
}
.isPc .btBox h2 {
  font-size: 42px;
  line-height: 42px;
  font-weight: bold;
  text-transform: uppercase;
}
.isPc .btBox h3 {
  font-size: 30px;
  line-height: 32px;
  font-family: "微软雅黑";
}
.isPc .pBox ul {
  width: 920px;
  margin: 0 auto 60px;
}
.isPc .pBox li {
  position: relative;
  width: 268px;
  height: 180px;
  float: left;
  margin-right: 58px;
}
.isPc .pBox li.mr0 {
  margin-right: 0;
}
.isPc .pBox li b {
  font-family: "微软雅黑";
  font-weight: normal;
  font-size: 18px;
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  bottom: 10px;
}

.isWap .header {
  width: 100%;
  height: 4.5rem;
}
.isWap .header img {
  width: 100%;
}

.isWap .main {
  width: 100%;
  padding-bottom: 0.5rem;
}
.isWap .main2 {
  width: 100%;
  padding-bottom: 0.5rem;
}
.isWap .btBox {
  background: url("../i/wap/bt_bg.png") no-repeat center top;
  border-radius: 0.15rem;
  font-family: Verdana, "YouYuan";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.26rem;
  line-height: 0.36rem;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  bottom: 0.2rem;
  background-size: 100%;
  padding: 0.2rem 0;
  font-weight: bold;
}
.isWap .btBox h2 {
}
.isWap .btBox h3 {
}
.isWap .pBox ul {
  width: 94%;
  margin: 0 auto 0.5rem;
}
.isWap .pBox li {
  position: relative;
  width: 100%;
  margin-bottom: 0.5rem;
}
.isWap .pBox li.mr0 {
}
.isWap .pBox li b {
  font-family: "微软雅黑";
  font-weight: normal;
  font-size: 0.26rem;
  position: absolute;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  bottom: 0.2rem;
}

.isPc .btnBox {
  width: 148px;
  height: 33px;
  line-height: 33px;
  margin: 0 auto;
  background: #5ebacf;
  border-radius: 20px;
}
.isPc .btnBox a {
  display: block;
  width: 85%;
  height: 33px;
  padding-left: 15%;
  font-size: 16px;
  color: #fff;
  background: url("../i/arrBg.png") no-repeat 95% center;
}

.isWap .btnBox {
  width: 148px;
  height: 33px;
  line-height: 33px;
  margin: 0.3rem auto 0;
  background: #5ebacf;
  border-radius: 20px;
}
.isWap .btnBox a {
  display: block;
  width: 85%;
  height: 33px;
  padding-left: 15%;
  font-size: 16px;
  color: #fff;
  background: url("../i/arrBg.png") no-repeat 95% center;
}

.isWap .pBox {
  border-radius: 0.3rem;
  padding: 3%;
  margin: 0.4rem auto 0.2rem;
  background: url("../i/box4_bg.png") no-repeat center top;
  background-size: 100%;
}

.isPc .contBox {
  height: 160px;
  width: 100%;
  background: url("../i/bg1.png") no-repeat center bottom;
  padding-top: 81px;
}
.isPc .contBox span {
  display: block;
  width: 250px;
  margin: 0 auto;
  color: #1e5563;
  text-align: center;
}
.isPc .contBox span h3 {
  font-size: 24px;
  text-transform: uppercase;
}
.isPc .contBox span h4 {
  font-size: 18px;
  margin-bottom: 10px;
}
.isPc .contBox span p {
  font-size: 18px;
  line-height: 28px;
}

.isPc .bottom {
  background: #11819b;
  padding: 40px 0;
  height: 70px;
  color: #fff;
}
.isPc .bottom h3 {
  width: 292px;
  height: 32px;
  display: block;
  float: left;
  margin-right: 25px;
  padding-top: 10px;
}
.isPc .bottom p {
  float: left;
  width: 780px;
  font-size: 14px;
  line-height: 20px;
}

.isWap .bottom {
  background: #11819b;
  margin-top: 0.8rem;
  padding: 0.6rem 0.6rem 1rem;
  color: #fff;
  overflow: hidden;
}
.isWap .bottom h3 {
  width: 292px;
  height: 32px;
  display: block;
  float: left;
  margin-bottom: 0.3rem;
  padding-top: 10px;
}
.isWap .bottom p {
  float: left;
  font-size: 0.26rem;
  line-height: 0.38rem;
}

.isPc .btBox2 {
  color: #fff;
  text-align: center;
  background: url("../i/btBg.png") repeat-y left top;
  padding-top: 30px;
  height: 164px;
  margin-bottom: 30px;
}
.isPc .btBox2 h2 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
.isPc .btBox2 h3 {
  font-size: 30px;
  line-height: 32px;
  font-family: "微软雅黑";
  margin-top: 15px;
  display: block;
}

.isWap .btBox2 {
  color: #fff;
  text-align: center;
  background: url("../i/btBg.png") repeat-y center top;
  padding-top: 0.25rem;
  height: 1.4rem;
  margin-bottom: 0.3rem;
  background-size: 100%;
  border-top-left-radius: 0.15rem;
  border-top-right-radius: 0.15rem;
}
.isWap .btBox2 h2 {
  font-size: 0.26rem;
  line-height: 0.34rem;
  margin-bottom: 0.1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.isWap .btBox2 h3 {
  font-size: 0.26rem;
  line-height: 0.36rem;
  font-family: "微软雅黑";
}

.isPc .pBox2 {
}
.isPc .pBox2 ul {
  width: 920px;
  margin: 0 auto 55px;
}
.isPc .pBox2 li {
  width: 268px;
  float: left;
  margin-right: 58px;
}
.isPc .pBox2 li span {
  width: 268px;
  height: 180px;
  display: block;
}
.isPc .pBox2 li.mr0 {
  margin-right: 0;
}
.isPc .pBox2 li b {
  font-family: Verdana, "YouYuan";
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  bottom: 10px;
  background: #47b0c9;
  padding: 15px 0;
}
.isPc .pBox2 li dl {
  color: #01333e;
  display: block;
  font-size: 20px;
  line-height: 24px;
  margin-top: 15px;
  text-align: center;
}
.isPc .pBox2 li dd {
  margin-bottom: 5px;
}

.isWap .pBox2 {
  width: 94%;
  margin: 0 auto;
  background: #afdce6;
  border-radius: 0.15rem;
  padding-bottom: 1rem;
}
.isWap .pBox2 ul {
  width: 100%;
  margin: 0 auto 0;
  padding-bottom: 0.5rem;
}
.isWap .pBox2 li {
  padding-bottom: 0;
}
.isWap .pBox2 li span {
  display: block;
  width: 82%;
  margin: 0.5rem auto 0;
}
.isWap .pBox2 li.mr0 {
}
.isWap .pBox2 li b {
  width: 82%;
  margin: 0 auto;
  border-radius: 0;
  font-family: Verdana, "YouYuan";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.26rem;
  line-height: 0.36rem;
  display: block;
  text-align: center;
  color: #fff;
  bottom: 0.2rem;
  background: #48b0c9;
  background-size: 100%;
  padding: 0.2rem 0;
  font-weight: bold;
}
.isWap .pBox2 li b em {
  font-weight: normal;
}
.isWap .pBox2 li dl {
  color: #01333e;
  display: block;
  font-size: 0.26rem;
  line-height: 0.32rem;
  margin-top: 0.2rem;
  text-align: center;
}
.isWap .pBox2 li dd {
  margin-bottom: 0.1rem;
}
.isWap .pBox2_w li b {
  width: 100%;
  border-radius: 0;
  font-family: Verdana, "YouYuan";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.26rem;
  line-height: 0.36rem;
  display: block;
  text-align: center;
  color: #fff;
  bottom: 0.2rem;
  background: url("../i/wap/bt_bg.png") no-repeat center top;
  background-size: 100%;
  padding: 0.2rem 0;
  font-weight: bold;
}
.isWap .pBox2_w li {
  padding-bottom: 0.5rem;
}
.isWap .pBox2_w ul {
  width: 100%;
  margin: 0 auto 0;
  padding-bottom: 0;
}

.isPc .pBox2_2 {
}
.isPc .pBox2_2 ul {
  width: 920px;
  margin: 0 auto 55px;
}
.isPc .pBox2_2 li {
  width: 268px;
  float: left;
  margin-right: 58px;
}
.isPc .pBox2_2 li span {
  width: 268px;
  height: 180px;
  display: block;
}
.isPc .pBox2_2 li.mr0 {
  margin-right: 0;
}
.isPc .pBox2_2 li b {
  font-family: Verdana, "YouYuan";
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  display: block;
  width: 100%;
  text-align: center;
  color: #fff;
  bottom: 10px;
  background: #47b0c9;
  padding: 15px 0;
}
.isPc .pBox2_2 li dl {
  color: #01333e;
  display: block;
  font-size: 20px;
  line-height: 24px;
  margin-top: 15px;
  text-align: center;
}
.isPc .pBox2_2 li dd {
  margin-bottom: 5px;
}

.isWap .pBox2_2 {
  width: 94%;
  margin: 0 auto;
  background: #afdce6;
  border-radius: 0.15rem;
}
.isWap .pBox2_w ul.pBox2_2 {
  width: 100%;
  margin: 0 auto 0;
  padding-bottom: 0;
}
.isWap .pBox2_2 li {
  padding-bottom: 0;
}
.isWap .pBox2_2 li span {
  display: block;
  width: 82%;
  margin: 0 auto;
}
.isWap .pBox2_2 li.mr0 {
}
.isWap .pBox2_2 li b {
  width: 82%;
  margin: 0 auto;
  border-radius: 0;
  font-family: Verdana, "YouYuan";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.26rem;
  line-height: 0.36rem;
  display: block;
  text-align: center;
  color: #fff;
  bottom: 0.2rem;
  background: #48b0c9;
  background-size: 100%;
  padding: 0.2rem 0;
  font-weight: bold;
}
.isWap .pBox2_2 li b em {
  font-weight: normal;
}
.isWap .pBox2_2 li dl {
  color: #01333e;
  display: block;
  font-size: 0.26rem;
  line-height: 0.32rem;
  margin-top: 0.2rem;
  text-align: center;
}
.isWap .pBox2_2 li dd {
  margin-bottom: 0.1rem;
}
.isWap .pBox2_2_w li b {
  width: 100%;
  border-radius: 0;
  font-family: Verdana, "YouYuan";
  font-weight: normal;
  text-transform: uppercase;
  font-size: 0.26rem;
  line-height: 0.36rem;
  display: block;
  text-align: center;
  color: #fff;
  bottom: 0.2rem;
  background: url("../i/wap/bt_bg.png") no-repeat center top;
  background-size: 100%;
  padding: 0.2rem 0;
  font-weight: bold;
}
.isWap .pBox2_2_w li {
  padding-bottom: 0.5rem;
}
.isWap .pBox2_2_w ul {
  width: 100%;
  margin: 0 auto 0;
  padding-bottom: 0;
}

.isWap .mb_05 {
  margin-bottom: 0.5rem;
}

.isPc .main3 {
  width: 1080px;
  margin: 0 auto;
}
.isPc .box3 {
  padding-bottom: 20px;
  margin-bottom: 65px;
  border-radius: 7px;
  background: rgba(94, 186, 207, 0.3);
  min-height: 635px;
}
.isPc .pBox3 {
  padding: 0 70px;
}
.isPc .pBox3 h3 {
  font-size: 22px;
  line-height: 30px;
  font-family: Verdana, "sans-serif";
  color: #01333e;
  padding-top: 10px;
  padding-bottom: 20px;
  background: url("../i/line1.png") no-repeat center bottom;
  margin-bottom: 60px;
}
.isPc .pBox3 h4 {
  font-size: 23px;
  line-height: 36px;
  font-family: "YouYuan";
}

.isWap .main3 {
  width: 94%;
  margin: 0 auto;
}
.isWap .box3 {
  padding: 0rem;
  margin-bottom: 0.5rem;
  border-radius: 0.15rem;
  background: #b1dde7;
  padding-bottom: 0.5rem;
}
.isWap .pBox3 {
  padding-top: 0.7rem;
}
.isWap .pBox3 h3 {
  font-size: 0.28rem;
  line-height: 0.4rem;
  font-family: Verdana, "sans-serif";
  color: #01333e;
  padding-top: 0.4rem;
  padding-bottom: 0.2rem;
  margin: 0 0.3rem 0.5rem;
  color: #000;
}
.isWap .pBox3 h3 em {
  color: #fff;
}
.isWap .pBox3 h4 {
  padding: 0 0.2rem;
  font-size: 0.32rem;
  padding-bottom: 0.5rem;
  line-height: 0.46rem;
  font-family: "YouYuan";
  background: url("../i/wap/line1.png") no-repeat center bottom;
  background-size: 100%;
  margin: 0 0.2rem;
}
.isWap .pBox3 .pImg {
  width: 50%;
  margin-left: 35%;
}

.isPc .btBox3 {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.isPc .btBox3 {
  color: #fff;
  text-align: left;
  background: url("../i/btBg2.png") no-repeat left top;
  padding-top: 30px;
  height: 104px;
  margin-bottom: 30px;
  padding-left: 50px;
}
.isPc .btBox3 h2 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
.isPc .btBox3 h3 {
  font-size: 30px;
  line-height: 32px;
  font-family: "微软雅黑";
}

.isWap .btBox3 {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.isWap .btBox3 {
  color: #fff;
  text-align: center;
  background: url("../i/wap/bt_bg.png") no-repeat center top;
  padding: 0.2rem 0;
  height: 1.5rem;
  background-size: 100% 100%;
}
.isWap .btBox3 h2 {
  font-size: 0.26rem;
  line-height: 0.34rem;
  margin-bottom: 0.1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.isWap .btBox3 h3 {
  font-size: 0.26rem;
  line-height: 0.36rem;
  font-family: "微软雅黑";
}

.isPc .pBox4 {
  overflow: hidden;
}
.isPc .pBox4 dl {
  width: 490px;
  float: left;
  margin-left: 33px;
}
.isPc .pBox4 dt {
  width: 214px;
  height: 144px;
  float: left;
  margin-right: 15px;
}
.isPc .pBox4 i {
  font-size: 18px;
  line-height: 24px;
  font-style: normal;
  display: block;
  width: 100%;
}
.isPc .pBox4 em {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
  display: block;
}

.isWap .pBox4 {
  overflow: hidden;
  margin-bottom: 0.4rem;
}
.isWap .pBox4 dl {
  width: 90%;
  padding: 5%;
  margin: 3% 0 0.45rem;
}
.isWap .pBox4 dt {
  width: 45%;
  float: left;
  margin-right: 0.2rem;
}
.isWap .pBox4 i {
  font-size: 0.26rem;
  line-height: 0.32rem;
  font-style: normal;
  display: block;
  width: 100%;
}
.isWap .pBox4 em {
  font-size: 0.26rem;
  line-height: 0.32rem;
  display: block;
}

/* banner */
.isPc .banner {
  padding: 0;
  width: 1020px;
  margin: 40px 30px 0;
  position: relative;
  max-height: 416px;
}
.isPc .banner,
.isPc .banner .sliderInner {
  overflow: hidden;
  position: relative;
}
.isPc .banner .sliderInner li {
  overflow: hidden;
  position: relative;
}
.isPc .banner .sliderInner li a.list-pic {
  width: 506px;
  height: 330px;
  float: left;
}
.isPc .banner .sliderInner li a.list-pic img {
  width: 100%;
  height: 330px;
}
.isPc .banner .sliderInner {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.isPc .banner .sliderInner li {
  display: inline;
  float: left;
}
.isPc .banner .btn-slider {
  position: absolute;
  width: 13px;
  height: 26px;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  top: 95%;
  margin-top: -10px;
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  cursor: pointer;
}
.isPc .banner .sliderCur {
  position: relative;
  display: block;
  width: 140px;
  margin: 20px auto;
  height: 60px;
}
.isPc .banner .btn-prev {
  background: url("../i/l_arr.png") no-repeat left top;
  left: 0;
  top: 35%;
}
.isPc .banner .btn-next {
  background: url("../i/r_arr.png") no-repeat left top;
  right: 0;
  top: 35%;
}
.isPc .banner .btn-prev:hover {
  background: url("../i/l_arr2.png") no-repeat left top;
}
.isPc .banner .btn-next:hover {
  background: url("../i/r_arr2.png") no-repeat left top;
}
.isPc .banner .sliderCur span {
  display: block;
  position: absolute;
  width: 130px;
  left: 50%;
  margin-left: -50px;
  bottom: 32px;
}
.isPc .banner .sliderCur a {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 20px;
  background: #fff;
  float: left;
}
.isPc .banner .sliderCur a.cur {
  background: #2e95ad;
  width: 10px;
  height: 10px;
}
.isPc .banner .sliderInner li {
  position: relative;
}
.isPc .banner .list-mask {
  width: 530px;
  min-height: 350px;
  padding-top: 45px;
  right: 0;
  top: 0;
  background: #d0f1f8;
  position: absolute;
  color: #00738e;
  text-align: center;
}
.isPc .banner .list-mask dt {
  font-size: 30px;
  font-family: Verdana, "youyuan";
  margin-bottom: 20px;
}
.isPc .banner .list-mask dd em {
  font-size: 28px;
}
.isPc .banner .list-mask dd p {
  font-size: 20px;
}
.isPc .banner .list-mask a {
  color: #fff;
}
.isPc .banner .list-mask a:hover {
  text-decoration: none;
}
.isPc .banner .list-text {
  width: 500px;
  margin: 0 auto 20px;
  color: #fff;
  font-size: 60px;
  line-height: 55px;
}

/* isWap */
.isWap .banner {
  overflow: hidden;
  zoom: 1;
  position: relative;
  padding-bottom: 0.6rem;
  height: 2.4rem;
  width: 94%;
  margin: 0 auto;
}
.isWap .banner .sliderInner,
.isWap .banner .sliderInner li {
  width: 100%;
  overflow: hidden;
  zoom: 1;
}
.isWap .banner .sliderInner {
  background: #d0f1f8;
}
.isWap .banner .sliderInner li {
  display: inline;
  float: left;
  position: relative;
  top: 0;
  overflow: hidden;
}
.isWap .banner .sliderInner li a.list-pic {
  width: 52%;
  float: left;
}
.isWap .banner .sliderInner li a.list-pic img {
  width: 100%;
}
.isWap .banner .sliderInner a {
  display: block;
}
.isWap .banner .sliderInner img {
  display: block;
  width: 100%;
}
.isWap .banner .list-mask {
  font-size: 0.22rem;
  line-height: 0.3rem;
  padding-top: 0.2rem;
  text-align: center;
}
.isWap .banner .list-mask dl {
  margin-bottom: 0.1rem;
}
.isWap .banner .btn-slider {
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  top: 50%;
  margin-top: -13px;
  padding: 0.1rem;
}
.isWap .banner .btn-prev {
  background: #87ccdc url("../i/l_arr.png") no-repeat center;
  left: 0;
  top: 35%;
}
.isWap .banner .btn-next {
  background: #87ccdc url("../i/r_arr.png") no-repeat center;
  right: 0;
  top: 35%;
}
.isWap .banner .btn-prev:hover {
  background: #87ccdc url("../i/l_arr2.png") no-repeat center;
}
.isWap .banner .btn-next:hover {
  background: #87ccdc url("../i/r_arr2.png") no-repeat center;
}
.isWap .banner .sliderCur {
  position: absolute;
  width: 3rem;
  left: 50%;
  bottom: 0rem;
  margin-left: -1.5rem;
  font-size: 0px;
  line-height: 0px;
  text-align: center;
  padding: 0.2rem 0 0.4rem;
}
.isWap .banner .sliderCur a {
  display: inline-block;
  border-radius: 50%;
  width: 0.18rem;
  height: 0.18rem;
  vertical-align: top;
  margin-right: 0.1rem;
  background: #87ccdc;
}
.isWap .banner .sliderCur a.cur {
  background: #3096ae;
  width: 0.18rem;
  height: 0.18rem;
  border-radius: 7px;
}

.isPc .box5 {
  padding-bottom: 60px;
  margin-bottom: 65px;
  border-radius: 7px;
  background: rgba(94, 186, 207, 0.3);
  min-height: 635px;
}
.isPc .btBox5 {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.isPc .btBox5 {
  color: #fff;
  text-align: left;
  background: url("../i/btBg3.png") no-repeat left top;
  padding-top: 30px;
  height: 128px;
  margin-bottom: 30px;
  padding-left: 50px;
}
.isPc .btBox5 h2 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
.isPc .btBox5 h3 {
  font-size: 30px;
  line-height: 32px;
  font-family: "微软雅黑";
}

.isWap .box5 {
  padding-bottom: 60px;
  margin-bottom: 65px;
  border-radius: 7px;
  background: #b1dde7;
  min-height: 635px;
}
.isWap .box5 .pBox2 ul li {
  width: 100%;
  margin: 0 auto 0;
  padding-bottom: 0;
}
.isWap .box5 .pBox2 ul {
  padding-bottom: 0;
}
.isWap .box5 .pBox2 {
  background: none;
}
.isWap .box5 .pBox2 li b {
  width: 82%;
  margin: 0 auto;
  background: #47b0c9;
  border-radius: 0;
}
.isWap .box5 .pBox2 li span {
  margin-bottom: 0;
}

.isWap .btBox5 {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.isWap .btBox5 {
  color: #fff;
  text-align: center;
  background: url("../i/wap/bt_bg.png") no-repeat center top;
  padding: 0.2rem 0;
  background-size: 100% 100%;
}
.isWap .btBox5 h2 {
  font-size: 0.26rem;
  line-height: 0.34rem;
  margin-bottom: 0.1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.isWap .btBox5 h3 {
  font-size: 0.26rem;
  line-height: 0.36rem;
  font-family: "微软雅黑";
}

.isPc .box6 {
  padding-bottom: 60px;
  margin-bottom: 65px;
  border-radius: 7px;
  background: rgba(94, 186, 207, 0.3);
  min-height: 635px;
}
.isPc .btBox6 {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.isPc .btBox6 {
  color: #fff;
  text-align: left;
  background: url("../i/btBg4.png") no-repeat left top;
  padding-top: 30px;
  height: 128px;
  margin-bottom: 30px;
  padding-left: 50px;
}
.isPc .btBox6 h2 {
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 5px;
  font-weight: bold;
  text-transform: uppercase;
}
.isPc .btBox6 h3 {
  font-size: 30px;
  line-height: 32px;
  font-family: "微软雅黑";
}

.isWap .box6 {
  padding-bottom: 60px;
  margin-bottom: 65px;
  border-radius: 7px;
  background: #b1dde7;
  min-height: 635px;
}
.isWap .box6 .pBox2 ul li {
  width: 100%;
  margin: 0 auto 0;
  padding-bottom: 0;
}
.isWap .box6 .pBox2 ul {
  padding-bottom: 0;
}
.isWap .box6 .pBox2 {
  background: none;
}
.isWap .box6 .pBox2 li b {
  width: 82%;
  margin: 0 auto;
  background: #47b0c9;
  border-radius: 0;
}
.isWap .box6 .pBox2 li span {
  margin-bottom: 0;
}

.isWap .btBox6 {
  border-top-left-radius: 7px;
  border-top-right-radius: 7px;
}
.isWap .btBox6 {
  color: #fff;
  text-align: center;
  background: url("../i/wap/bt_bg.png") no-repeat center top;
  padding: 0.2rem 0;
  background-size: 100% 100%;
}
.isWap .btBox6 h2 {
  font-size: 0.26rem;
  line-height: 0.34rem;
  margin-bottom: 0.1rem;
  font-weight: bold;
  text-transform: uppercase;
}
.isWap .btBox6 h3 {
  font-size: 0.26rem;
  line-height: 0.36rem;
  font-family: "微软雅黑";
}

.isPc .main4 {
  width: 1080px;
  margin: 0 auto 50px;
  min-height: 730px;
  padding-bottom: 40px;
  padding-top: 60px;
  background: rgba(94, 186, 207, 0.3);
}
.isWap .main4 {
  width: 100%;
  margin: 0 auto 0.5rem;
}
.isWap .pb05 {
  padding-bottom: 0.5rem;
}

.isPc .btBox7 {
  height: 72px;
}
.isPc .btBox7 h2 {
  font-size: 18px;
  line-height: 18px;
  text-transform: capitalize;
  font-weight: normal;
}
.isPc .btBox7 h3 {
  font-size: 20px;
}

/* banner */
.isPc .banner2 {
  padding: 0;
  width: 100%;
  margin: 40px auto 50px;
  position: relative;
}
.isPc .banner2,
.isPc .banner2 .sliderInner {
  overflow: hidden;
  position: relative;
}
.isPc .banner2 .sliderInner li {
  float: left;
}
.isPc .banner2 .sliderInner li dl span {
  display: block;
  margin-bottom: 20px;
}
.isPc .banner2 .sliderInner li dl {
  width: 270px;
  margin-left: 67px;
  float: left;
  color: #01333e;
  display: block;
  font-size: 20px;
  line-height: 24px;
  margin-top: 0px;
  text-align: center;
}
.isPc .banner2 .sliderInner li dl dd {
  margin-bottom: 5px;
}
.isPc .banner2 .sliderInner li dl.mr0 {
  margin-right: 0;
}
.isPc .banner2 .sliderInner li dl img {
  width: 100%;
  height: 180px;
}
.isPc .banner2 .sliderInner {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.isPc .banner2 .sliderInner li {
  display: inline;
  float: left;
}
.isPc .banner2 .btn-slider {
  position: absolute;
  width: 58px;
  height: 90px;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  top: 100%;
}
.isPc .banner2 .sliderCur {
  position: relative;
  display: block;
  width: 140px;
  margin: 20px auto;
  height: 60px;
}
.isPc .banner2 .btn-prev {
  background: url("../i/l2_arr.png") no-repeat left top;
  left: 10px;
  top: 40%;
}
.isPc .banner2 .btn-next {
  background: url("../i/r2_arr.png") no-repeat left top;
  right: 0;
  top: 40%;
}
.isPc .banner2 .btn-prev:hover {
  background: url("../i/l2_arr_h.png") no-repeat left top;
}
.isPc .banner2 .btn-next:hover {
  background: url("../i/r2_arr_h.png") no-repeat left top;
}
.isPc .banner2 .sliderCur span {
  display: block;
  position: absolute;
  width: 130px;
  left: 50%;
  margin-left: -50px;
  bottom: 32px;
}
.isPc .banner2 .sliderCur a {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 20px;
  background: #fff;
  float: left;
}
.isPc .banner2 .sliderCur a.cur {
  background: #2e95ad;
  width: 10px;
  height: 10px;
}
.isPc .banner2 .sliderInner li {
  position: relative;
}
.isPc .banner2 .list-mask {
  width: 530px;
  min-height: 350px;
  padding-top: 45px;
  right: 0;
  top: 0;
  background: #d0f1f8;
  position: absolute;
  color: #00738e;
  text-align: center;
}
.isPc .banner2 .list-mask dt {
  font-size: 30px;
  font-family: Verdana, "youyuan";
  margin-bottom: 20px;
}
.isPc .banner2 .list-mask dd em {
  font-size: 28px;
}
.isPc .banner2 .list-mask dd p {
  font-size: 20px;
}
.isPc .banner2 .list-mask a {
  color: #fff;
}
.isPc .banner2 .list-mask a:hover {
  text-decoration: none;
}

.isWap .banner2 {
  padding: 0 0 0.5rem;
  width: 94%;
  margin: 40px auto 50px;
  position: relative;
  background: #aad9e4;
  border-radius: 0.15rem;
}
.isWap .banner2,
.isWap .banner2 .sliderInner {
  overflow: hidden;
  position: relative;
}
.isWap .banner2 .sliderInner li {
  width: 82%;
  margin: 0 auto;
}
.isWap .banner2 .sliderInner li dl span {
  display: block;
  margin-bottom: 20px;
}
.isWap .banner2 .sliderInner li dl {
  width: 100%;
  color: #01333e;
  display: block;
  font-size: 0.26rem;
  line-height: 0.36rem;
  margin-top: 0.5rem;
  text-align: center;
}
.isWap .banner2 .sliderInner li dl dd {
  margin-bottom: 0.1rem;
}
.isWap .banner2 .sliderInner li dl.mr0 {
}
.isWap .banner2 .sliderInner li dl img {
  width: 100%;
}
.isWap .banner2 .sliderInner {
  width: 100%;
  position: relative;
  margin: 0 auto;
}
.isWap .banner2 .btn-slider {
  position: absolute;
  width: 58px;
  height: 90px;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
  top: 100%;
}
.isWap .banner2 .sliderCur {
  position: relative;
  display: block;
  width: 140px;
  margin: 20px auto;
  height: 60px;
}
.isWap .banner2 .btn-prev {
  display: none;
  background: url("../i/l2_arr.png") no-repeat left top;
  left: 0px;
  top: 35%;
}
.isWap .banner2 .btn-next {
  display: none;
  background: url("../i/r2_arr.png") no-repeat left top;
  right: 0;
  top: 35%;
}
.isWap .banner2 .btn-prev:hover {
  background: url("../i/l2_arr_h.png") no-repeat left top;
}
.isWap .banner2 .btn-next:hover {
  background: url("../i/r2_arr_h.png") no-repeat left top;
}
.isWap .banner2 .sliderCur span {
  display: block;
  position: absolute;
  width: 130px;
  left: 50%;
  margin-left: -50px;
  bottom: 32px;
}
.isWap .banner2 .sliderCur a {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  border-radius: 20px;
  background: #fff;
  float: left;
}
.isWap .banner2 .sliderCur a.cur {
  background: #2e95ad;
  width: 10px;
  height: 10px;
}
.isWap .banner2 .sliderInner li {
  position: relative;
}
.isWap .banner2 .list-mask {
  width: 530px;
  min-height: 350px;
  padding-top: 45px;
  right: 0;
  top: 0;
  background: #d0f1f8;
  position: absolute;
  color: #00738e;
  text-align: center;
}
.isWap .banner2 .list-mask dt {
  font-size: 30px;
  font-family: Verdana, "youyuan";
  margin-bottom: 20px;
}
.isWap .banner2 .list-mask dd em {
  font-size: 28px;
}
.isWap .banner2 .list-mask dd p {
  font-size: 20px;
}
.isWap .banner2 .list-mask a {
  color: #fff;
}
.isWap .banner2 .list-mask a:hover {
  text-decoration: none;
}

.isPc .btBox222 {
  margin-bottom: 50px;
}
.isPc .pb50 {
  padding-bottom: 50px;
}
.isPc .pb40 {
  padding-bottom: 40px;
}

.isPc .pBox3 a {
  color: #fff;
  font-weight: bold;
}

/* 2023-1-9 后添加 */
.isPc .pBox2 ul {
  margin-bottom: 0;
}

.isPc .pBox2 li {
  margin-bottom: 55px;
}

.isPc .pBox2 li span img {
  height: 100%;
}

.isPc .box3 {
  padding-bottom: 80px;
}

.isPc .banner2 .btn-slider {
  cursor: pointer;
}

.isPc .pBox ul {
  margin-bottom: 0;
}

.isPc .pBox ul li {
  margin-bottom: 60px;
}

.isWap .pBox3 h3 a {
  color: #fff;
}

.isPc .banner .swiper-slide a.list-pic {
  width: 506px;
  height: 330px;
  float: left;
}

.isPc .banner .swiper-slide a.list-pic img {
  width: 100%;
  height: 330px;
}

.isWap .banner .swiper-slide a.list-pic {
  width: 52%;
}

.isWap .banner .swiper-slide a.list-pic img {
  width: 100%;
  height: 100%;
}

.banner .swiper-tool {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 25px;
}

.swiper-tool .swiper-button-next,
.swiper-tool .swiper-button-prev {
  position: initial;
  margin-top: 0;
  width: 13px;
  height: 26px;
}

.swiper-tool .swiper-button-prev {
  background: url(../i/l_arr.png) no-repeat left top;
}

.swiper-tool .swiper-button-next {
  background: url(../i/r_arr.png) no-repeat left top;
}

.swiper-tool .swiper-button-prev:hover {
  background: url(../i/l_arr2.png) no-repeat left top;
}

.swiper-tool .swiper-button-next:hover {
  background: url(../i/r_arr2.png) no-repeat left top;
}

.swiper-tool .swiper-button-next:after,
.swiper-tool .swiper-button-prev:after {
  content: "";
}

.swiper-tool .swiper-pagination {
  position: initial;
  width: auto;
  display: flex;
  margin: 0 6px;
}

.swiper-tool .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #fff;
  opacity: 1;
}

.swiper-tool .swiper-pagination-bullet-active {
  background: #2e95ad;
}

.isWap .banner .swiper-slide {
  display: flex;
  background: #d0f1f8;
}

.isWap .banner .list-mask {
  flex: auto;
}

.isWap .banner .swiper-tool {
  margin-top: 10px;
}

.isWap .swiper-tool .swiper-pagination-bullet {
  background-color: #87ccdc;
}

.isWap .swiper-tool .swiper-pagination-bullet-active {
  background: #2e95ad;
}

.isPc .pBox3 h3 {
  margin-bottom: 0;
  background: none;
}

.isPc .pBox3 h4 {
  font-size: 22px;
  font-weight: normal;
  line-height: 30px;
  color: #01333e;
  padding-top: 10px;
  padding-bottom: 30px;
  font-family: Verdana, "sans-serif";
  background: url(../i/line1.png) no-repeat center bottom;
  margin-bottom: 30px;
}

.isPc .pBox3 h4 p,
.isPc .pBox3 h3 p {
  margin-bottom: 10px;
}

.isWap .pBox3 h4 p,
.isWap .pBox3 h3 p {
  margin-bottom: 10px;
}

.isPc .banner .list-mask {
  min-height: 330px;
  padding-top: 0;
  height: 100%;
}

.isPc .banner .list-mask dl {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.isPc .banner .list-mask dt,
.isPc .banner .list-mask dd {
  margin-bottom: 10px;
}
