@charset "UTF-8";
body {
  margin: 0;
  padding: 0;
}
p,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
select,
textarea,
blockquote {
  padding: 0;
  margin: 0;
}
body,
html,
a,
img,
div,
ul,
li,
p,
em,
span,
i,
input,
textarea,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  outline: 0;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}
ul,
li,
ol {
  list-style-type: none;
}
img {
  border: 0;
}
a {
  color: #666;
  text-decoration: none;
}
i,
b {
  font-weight: normal;
  font-style: normal;
}
a:hover {
  text-decoration: none;
  outline: none;
}
input,
select,
textarea {
  outline: none;
}
em {
  font-style: normal;
}
* {
  box-sizing: border-box;
}
html,
body {
  height: 100%;
}
body {
  width: 100%;
  font-family: "微软雅黑";
  -webkit-touch-callout: none;
  color: #000;
  min-width: 1200px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear {
  clear: both;
}
.clearfix:after {
  content: '';
  display: block;
  clear: both;
}
.flNone {
  float: none!important;
}
.hide {
  display: none;
}
.show {
  display: block;
}
.img100 {
  width: 100%;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}
.overflow {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.boxSizing,
.border_box {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.btn {
  cursor: pointer;
  /*border-radius:7px;*/
}
.btn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.cursor {
  cursor: pointer;
}
.cursorN {
  cursor: default;
}
.Validform_checktip {
  text-align: left;
}
select {
  border: 1px #ccc solid;
}
.text_center,
.text-center,
.text-c {
  text-align: center;
}
.text-l {
  text-align: left;
}
.text-r {
  text-align: right;
}
.bgnone {
  background: none!important;
}
.bgFFF {
  background: #fff;
}
.BgBlue {
  background: #33aae7;
  color: #fff;
}
.BgRed {
  background: #d36259;
  color: #fff;
}
.BgGreen {
  background: #3fd3a0;
  color: #fff;
}
.BgGray {
  background: #c1c1c1;
  color: #fff;
}
.font_fff,
.colorf {
  color: #fff;
}
.font_000,
.color0 {
  color: #000;
}
.mt10 {
  margin-top: 10px;
}
.mt20 {
  margin-top: 20px;
}
.mt30 {
  margin-top: 30px;
}
.ml5 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml20 {
  margin-left: 20px;
}
.mr10 {
  margin-right: 10px;
}
.mr20 {
  margin-right: 20px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px  !important;
}
.mb60 {
  margin-bottom: 60px !important;
}
.margin0,
.m0 {
  margin: 0;
}
.mt0 {
  margin-top: 0 !important;
}
.m20 {
  margin: 20px;
}
.p5 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.pl10 {
  padding-left: 10px;
}
.pr10 {
  padding-right: 10px;
}
.pt0 {
  padding-top: 0;
}
.pt5 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt20 {
  padding-top: 20px;
}
.p20 {
  padding: 20px;
}
.p25pb0 {
  padding: 25px 25px 0;
}
.pb20 {
  padding-bottom: 20px;
}
.p020 {
  padding: 0 20px;
}
.p030 {
  padding: 0 30px;
}
.p0,
.padding0 {
  padding: 0px;
}
.bordern {
  border: none;
}
.borderbtmn {
  border-bottom: none !important;
}
.textHide2 {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.textHide3 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-clamp: 3;
  -webkit-box-orient: vertical;
}
.textHide4 {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-clamp: 4;
  -webkit-box-orient: vertical;
}
.flex {
  display: -webkit-box;
  /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
  display: -moz-box;
  /* 老版本语法: Firefox (buggy) */
  display: -ms-flexbox;
  /* 混合版本语法: IE 10 */
  display: -webkit-flex;
  /* 新版本语法: Chrome 21+ */
  display: flex;
  /* 新版本语法: Opera 12.1, Firefox 22+ */
  flex-wrap: wrap;
}
.flexLi {
  -webkit-box-flex: 1;
  -moz-flex-grow: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}
.flexAl {
  -webkit-align-items: center;
  -moz-align-items: center;
  -ms-align-items: center;
  -o-align-items: center;
  align-items: center;
}
.Animation {
  -webkit-transition: all 0.3s ease-in-out 0s;
  -moz-transition: all 0.3s ease-in-out 0s;
  -ms-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
/*我的变量*/
.fs12 {
  font-size: 12px;
}
.fs14 {
  font-size: 14px;
}
.fs16 {
  font-size: 16px;
}
.fs18 {
  font-size: 18px;
}
.ft-w {
  font-weight: bold;
}
.w50 {
  width: 50% !important;
}
/* div {
  font-size: 0;
} */
.con {
  margin: 0 auto;
  width: 65%;
  min-width: 1200px;
}
html {
  font-size: 0.8vw;
}
.title {
  text-align: center;
  color: #000;
}
.title h4 {
  margin-bottom: 1.89rem;
  font-size: 2.57rem;
  line-height: 2.57rem;
}
.title p {
  font-size: 1.29rem;
  line-height: 1.29rem;
}
.downBtn {
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin-bottom: 1.75rem;
  width: 14.32rem;
  height: 4.5rem;
  background-color: #fff;
  border-radius: 0.71rem;
  line-height: 4.5rem;
  font-size: 1.57rem;
  color: #197CEF;
  text-align: center;
  transition: all 0.5s ease;
  font-weight: bold;
}
.downBtn img {
  display: inline-block;
  margin-right: 0.4rem;
  width: 1.5rem;
  position: relative;
  vertical-align: middle;
}
.downBtn span {
  display: inline-block;
}
.downBtn:hover {
  transform: translateY(-10px);
}
.downBtn2 {
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin-bottom: 1.75rem;
  width: 14.32rem;
  height: 4.5rem;
  background-color: #fff;
  border-radius: 0.71rem;
  line-height: 4.5rem;
  font-size: 1.57rem;
  color: #197CEF;
  text-align: center;
  font-weight: bold;
}
.downBtn2 img {
  display: inline-block;
  margin-right: 0.4rem;
  width: 1.5rem;
  position: relative;
  vertical-align: middle;
}
.downBtn2 span {
  display: inline-block;
}
.header {
  z-index: 9;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: 1.2rem 0;
  min-width: 1200px;
  height: 5.5rem;
}
.header.on {
  background-color: #197CEF;
  box-shadow: rgba(0, 0, 0, 0.11) 0px 1px 23px 2px;
}
.header.on .con .topDown {
  display: inline-block;
}
.header .con {
  position: relative;
}
.header .con .left img {
	cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  height: 47px;
  border-radius: 15px;
}
.header .con .left p {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.29rem;
  font-weight: bold;
  color: #ffffff;
}
.header .con .topDown {
  display: none;
  position: absolute;
  top: 0rem;
  right: 0;
  width: 10.18rem;
  height: 3.14rem;
  border-radius: 0.71rem;
  background: #fff;
  font-size: 1.14rem;
  color: #197cef;
  font-weight: bold;
  line-height: 3.14rem;
  text-align: center;
}
.header .nav {
    position: absolute;
    right: 11rem;
    top: 0.4rem;
	font-size: 1.1rem;
}
.header .nav .cell {
    position: relative;
    display: inline-block;
    vertical-align: top;
    margin: 0 0.9375rem;
    line-height: 2.0625rem;
    font-size: 1.125rem;
	color: #ffffff;
}

.banner {
  position: relative;
  background-color: #197CEF;
}
.banner .bgImg-1 {
  position: absolute;
  bottom: 13.25rem;
  width: 100%;
}
.banner > .con {
  position: relative;
  padding-top: 10rem;
  padding-bottom: 1rem;
}
.banner > .con .left {
  position: relative;
  float: left;
  padding-top: 2.71rem;
}
.banner > .con .left .hoverBox {
  animation: upDown 2s linear infinite;
}
.banner > .con .left .tips {
  z-index: 2;
  position: absolute;
  display: inline-block;
  bottom: 5.45rem;
  left: 12rem;
  padding: 0.3rem 0.7rem;
  font-size: 0.86rem;
  color: #000;
  background-color: #ffd02c;
  border-radius: 0.84rem 0.84rem 0.84rem 0rem;
}
.banner > .con .left h2 {
  margin-bottom: 3.32rem;
  font-size: 5.18rem;
  color: #fff;
  line-height: 6rem;
}
.banner > .con .right {
  float: right;
}
.banner > .con .right img {
  width: 39.29rem;
}
.banner .bottom {
  position: relative;
  background-color: #0069e4;
}
.banner .bottom .con {
  padding: 3.46rem 0 2.43rem;
}
.banner .bottom .left {
  float: left;
}
.banner .bottom .left .list {
  display: inline-block;
  padding-top: 0.68rem;
  color: #fff;
}
.banner .bottom .left .list p {
  margin-bottom: 2rem;
  font-size: 2.79rem;
  line-height: 2.79rem;
}
.banner .bottom .left .list span {
  font-size: 1.36rem;
}
.banner .bottom .right {
  float: right;
  padding-right: 1rem;
}
.banner .bottom .right li {
  display: inline-block;
  margin-right: 6.4rem;
  text-align: center;
}
.banner .bottom .right li img {
  display: block;
  margin-bottom: 1.79rem;
  height: 4.21rem;
}
.banner .bottom .right li span {
  display: inline-block;
  font-size: 1rem;
  color: #fff;
}
@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}
.box-1 .con {
  padding-top: 5.25rem;
  padding-bottom: 4.89rem;
}
.box-1 .con .title {
  margin-bottom: 5.71rem;
}
.box-1 .con .data {
  text-align: center;
}
.box-1 .con .data .list {
  display: inline-block;
  vertical-align: top;
}
.box-1 .con .data .list p {
  margin-bottom: 1.32rem;
  font-size: 1.29rem;
  font-weight: bold;
  color: #333333;
}
.box-1 .con .data .list span {
  font-size: 0.86rem;
  color: #666666;
}
.box-1 .con .data .bg-jt {
  display: inline-block;
  vertical-align: top;
  margin: 0 5.25rem;
  padding-top: 4.14rem;
  width: 6.11rem;
}
.box-2 {
  background-color: #f7fbff;
}
.box-2 .con {
  padding: 5.5rem 0 1.61rem;
  text-align: center;
}
.box-2 .con .title {
  margin-bottom: 4.07rem;
}
.box-2 .con ul {
  width: 66rem;
  margin: 0 auto;
  text-align: center;
}
.box-2 .con ul li {
  display: inline-block;
  vertical-align: top;
  margin-right: 2.25rem;
  margin-bottom: 2.61rem;
  width: 20rem;
  transition: all 0.3s;
  box-shadow: 0rem 0.14rem 0.71rem 0rem rgba(0, 0, 0, 0.09);
  border-radius: 0.29rem;
}
.box-2 .con ul li img {
  width: 100%;
}
.box-2 .con ul li:hover {
  transform: translateY(-10px) scale(1.1);
}
.box-2 .con ul li p {
  height: 7.14rem;
  padding-left: 1.36rem;
  padding-right: 1.36rem;
  text-align: center;
  background: #fff;
  font-size: 0.86rem;
  color: #666;
  line-height: 1.3rem;
}
.box-3 .con {
  padding: 5.71rem 0 6.89rem;
}
.box-3 .con .title {
  margin-bottom: 6.14rem;
}
.box-3 .con ul {
  text-align: center;
}
.box-3 .con ul li {
  display: inline-block;
  margin-right: 6.25rem;
  transition: all 0.3s;
}
.box-3 .con ul li:hover {
  transform: translateY(-10px) scale(1.1);
}
.box-3 .con ul li img {
  width: 11.36rem;
}
.box-3 .con ul li p {
  position: relative;
  top: -0.61rem;
  font-size: 1rem;
  color: #000000;
}
.box-4 {
  position: fixed;
  right: 1.61rem;
  top: 45%;
  z-index: 99;
}
.box-4 .content a {
  display: block;
  padding: 1.3rem 0;
  width: 5.18rem;
  background-color: #ffffff;
  box-shadow: 0rem 0rem 0.71rem 0rem rgba(0, 0, 0, 0.15);
  border-radius: 0.57rem;
  font-size: 0.86rem;
  text-align: center;
  color: #333333;
}
.footer {
  position: relative;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 0.75rem;
}
.footer .bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.footer .content {
  position: relative;
}
.footer .bn {
  display: inline-block;
  margin-bottom: 1.43rem;
  width: 5.82rem;
}
.footer h3 {
  margin-bottom: 1.71rem;
  font-size: 2rem;
  color: #0093dd;
  line-height: 2rem;
}
.footer .bz {
  margin-bottom: 3.57rem;
  font-size: 1.29rem;
  color: #ffffff;
}
.footer .bz b {
  color: #ff3000;
}
.footer .down {
  margin-bottom: 3rem;
  background-color: #197CEF;
  color: #ffffff;
  font-weight: inherit;
}
.footer .down img {
  top: -0.1rem;
  width: 1.5rem;
}
.footer p {
  font-size: 14px;
  color: #666666;
}
.footer p a {
  color: #666666;
}
@media screen and (max-width: 1900px) {
  html {
    font-size: 16px;
  }
}
@media screen and (max-width: 1500px) {
  html {
    font-size: 14px;
  }
}
