@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;
}
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;
}
body {
  position: relative;
  min-width: 1366px;
  color: #000;
}
body > div {
  position: relative;
  z-index: 2;
}
.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;
}
.con {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.title {
  font-size: 46px;
  line-height: 46px;
  color: #000;
  text-align: center;
}
.title p {
  margin-top: 26px;
  font-size: 18px;
  color: #000;
  line-height: 18px;
}
.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
}
.header .con {
  padding-top: 17px;
}
.header .con img {
  display: inline-block;
  margin-right: 8px;
  width: 36px;
  height: 36px;
  vertical-align: top;
}
.header .con span {
  display: inline-block;
  font-size: 18px;
  color: #fff;
  line-height: 36px;
  vertical-align: top;
}
.banner {
  position: relative;
  z-index: 1;
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-size: cover;
  -ms-behavior: url(css/backgroundsize.min.htc);
  behavior: url(css/backgroundsize.min.htc);
  height: 722px;
}
.banner .bg {
  display: none;
  width: 100%;
  height: 100%;
}
.banner .con {
  padding-top: 203px;
  text-align: center;
}
.banner .con h1 {
  margin-bottom: 40px;
  font-size: 72px;
  line-height: 72px;
  font-weight: bold;
  color: #2b568f;
}
.banner .con h2 {
  margin-bottom: 60px;
  font-size: 34px;
  color: #fff;
  line-height: 60px;
  font-weight: normal;
}
.banner .con a {
  display: block;
  margin: 0 auto 27px;
  width: 288px;
  height: 88px;
  background: #fff;
  box-shadow: 0px 14px 28px 0px rgba(124, 145, 203, 0.47);
  border-radius: 44px;
  -webkit-border-radius: 44px;
  line-height: 88px;
}
.banner .con a img {
  display: inline-block;
  margin-right: 11px;
  height: 32px;
  vertical-align: middle;
}
.banner .con a span {
  display: inline-block;
  font-size: 24px;
  color: #2b568f;
  vertical-align: top;
  line-height: 88px;
}
.banner .con span {
  font-size: 16px;
  color: #fff;
}
.box-1 {
  background-color: #f3f8ff;
}
.box-1 .con {
  max-width: inherit;
  padding: 120px 0 185px;
}
.box-1 .con .main {
  padding-top: 190px;
  text-align: center;
}
.box-1 .con .main li {
  display: inline-block;
  margin-right: 6%;
  text-align: center;
}
.box-1 .con .main li div {
  margin: 0 auto 46px;
  width: 160px;
  height: 160px;
  box-shadow: 0px 0px 20px 0px rgba(118, 137, 191, 0.22);
  border-radius: 40px;
  background: #fff;
  text-align: center;
  line-height: 160px;
}
.box-1 .con .main li div img {
  display: inline-block;
  vertical-align: middle;
}
.box-1 .con .main li p {
  font-size: 24px;
  color: #666;
}
.box-1 .con .main li.last-c {
  margin-right: 0;
}
.box-2 .con {
  max-width: inherit;
  padding: 120px 0 79px;
}
.box-2 .con .main {
  padding-top: 110px;
  text-align: center;
  font-size: 0;
}
.box-2 .con .main li {
  display: inline-block;
  margin-right: 4%;
  margin-bottom: 4%;
  vertical-align: top;
}
.box-2 .con .main li div {
  position: relative;
  width: 320px;
  height: 320px;
}
.box-2 .con .main li div img {
  display: block;
  width: 100%;
}
.box-2 .con .main li div p {
  position: absolute;
  bottom: 33px;
  left: 0;
  width: 100%;
  font-size: 24px;
  color: #fff;
  text-align: center;
}
.box-2 .con .main li.mr0 {
  margin-right: 0;
}
.box-3 {
  background-color: #f3f8ff;
}
.box-3 .con {
  max-width: inherit;
  padding: 88px 0 82px;
}
.box-3 .con .main {
  padding-top: 98px;
}
.box-3 .con .main img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 1442px;
}
.box-4 .con {
  padding-top: 94px;
}
.box-4 .con .main {
  padding: 129px 0 115px;
  font-size: 0;
  text-align: center;
}
.box-4 .con .main li {
  display: inline-block;
  vertical-align: top;
}
.box-4 .con .main li.mt {
  margin-top: 122px;
}
.box-4 .con .main li div img {
  width: 216px;
}
.footer {
  background-color: #f3f8ff;
}
.footer .con {
  padding: 110px 0 100px;
  font-size: 0;
  text-align: center;
}
.footer .con h2 {
  margin-bottom: 48px;
  font-size: 72px;
  line-height: 72px;
  color: #2b568f;
}
.footer .con h3 {
  margin-bottom: 90px;
  font-size: 34px;
  line-height: 34px;
  font-weight: normal;
}
.footer .con a {
  display: block;
  margin: 0 auto 27px;
  width: 288px;
  height: 88px;
  background-color: #2b568f;
  box-shadow: 0px 14px 28px 0px rgba(124, 145, 203, 0.47);
  border-radius: 44px;
  -webkit-border-radius: 44px;
  line-height: 88px;
}
.footer .con a img {
  display: inline-block;
  margin-right: 11px;
  height: 32px;
  vertical-align: middle;
}
.footer .con a span {
  display: inline-block;
  font-size: 24px;
  color: #fff;
  vertical-align: top;
  line-height: 88px;
}
.copyright {
  background-color: #f3f8ff;
}
.copyright .con {
  padding-bottom: 15px;
  text-align: center;
  font-size: 12px;
  color: #000;
}
.copyright .con a {
  color: #000;
}
@media screen and (max-width: 1495px) {
  .box-1 .con .main li {
    margin-right: 2.5%;
  }
  .box-2 .con .main li {
    margin: 0 3% 3% 0;
  }
}
@media screen and (max-width: 1425px) {
  .box-2 .con {
    min-width: 1366px;
  }
  .box-2 .con .main li {
    margin: 0 1% 1% 0;
  }
}
@media screen and (max-width: 1220px) {
}
