@charset "UTF-8";

body {
  margin: 0;
  padding: 0;
  min-width: 1200px;
  outline: none;
  
  /* overflow: hidden; */
}
body>div{
  /* overflow: hidden; */
}
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 {
  background: #fff;
  min-width: 1200px;
  /* overflow-x: hidden; */
}
.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;
}
.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 {
  /* min-width: 1200px; */
  width: 1200px;
  margin: 0 auto;
}
.title {
  margin-bottom: 100px;
  font-size: 32px;
  line-height: 32px;
  color: #000000;
  text-align: center;
}
.header {
  width: 100%;
  height: 72px;
  position: fixed;
  z-index: 100;  
  background-color: #ffffff;	
}
.header .con {
  max-width: 1200px;
  width: 1200px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -592px;
  padding-top: 13px;
}
.header img {
  display: inline-block;
  margin-right: 13px;
  width: 40px;
  height: 40px;
  vertical-align: middle;
}
.header span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 16px;
  color: #2f55ff;
}
.box-1 {
  position: relative;
  height: 720px;
  overflow: hidden;
}
.box-1 .con {
  min-width: 1200px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate( -50%,0);
}
.box-1 .con .lf {
  z-index: 2;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate( -50%,-50%);
  text-align: center;
  /* float: left; */
}
.box-1 .con .lf h1 {
  margin-bottom: 36px;
  font-size: 64px;
  font-weight: bold;
  line-height: 64px;
  color: #000000;
}
.box-1 .con .lf p {
  margin-bottom: 90px;
  font-size: 30px;
  line-height: 48px;
  color: #666;
}
.box-1 .con .lf a {
  display: inline-block;
  width: 240px;
  height: 80px;
  background-image: linear-gradient(90deg, #3056ff 0%, #3f62ff 100%), linear-gradient(#1d3dde, #1d3dde);
  background-blend-mode: normal, 
                    normal;
  box-shadow: 0px 10px 24px 0px rgba(48, 85, 255, 0.21);
  border-radius: 8px;
  text-align: center;
  font-size: 28px;
  line-height: 80px;
  color: #ffffff;
  animation: upDown 2s linear infinite;
}
.box-1 .con .rt {
  position: absolute;
  bottom: 0;
  left: 50px;
  /* float: right; */
}
.box-1 .con .rt img{
  display: block;
}
.box-2 {
  background-color: #f7f7f7;
}
.box-2 .con {
  padding-top: 100px;
  padding-bottom: 81px;
}
.box-2 .con ul {
  text-align: center;
}
.box-2 .con ul li {
  display: inline-block;
}
.box-2 .con ul li img {
  display: block;
  margin-bottom: 34px;
  width: 121px;
  height: 121px;
  object-fit: cover;
}
.box-2 .con ul li p {
  font-size: 24px;
  color: #666666;
  line-height: 24px;
}
.box-2 .con ul li:not(:last-of-type) {
  margin-right: 90px;
}
.box-3 .con {
  padding: 100px 0;
}
.box-3 .con ul li {
  display: block;
  text-align: center;
  line-height: 0;
  font-size: 0;
}
.box-3 .con ul li span {
  display: inline-block;
  margin: 1px;
  width: 119px;
  height: 94px;
  color: #666;
  font-size: 24px;
  line-height: 94px;
  font-weight: bold;
}
.box-3 .con ul li span.list-w {
  background-color: #ecffea !important;
}
.box-3 .con ul li span.list-w b {
  color: #67d65b !important;
}
.box-3 .con ul li span.list-d {
  background-color: #e8f6ff;
}
.box-3 .con ul li span.list-d b {
  color: #0096ff;
}
.box-3 .con ul li span.list-x {
  background-color: #fff6e4;
}
.box-3 .con ul li span.list-x b {
  color: #ffae00;
}
.box-3 .con ul li span.list-p {
  background-color: #ffeded;
}
.box-3 .con ul li span.list-p b {
  color: #f28080;
}
.box-3 .con ul li span b {
  font-weight: bold;
}
.box-4 {
  background-color: #f7f7f7;
}
.box-4 .con {
  padding: 100px 0 120px;
}
.box-4 .con ul {
  text-align: center;
  font-size: 0;
}
.box-4 .con ul li {
  display: inline-block;
  width: 241px;
  margin-right: 50px;
  height: 300px;
  vertical-align: top;
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(#000000, #000000);
  background-blend-mode: normal, 
                    normal;
  box-shadow: 0px 3px 24px 0px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
  text-align: center;
}
.box-4 .con ul li p {
  font-size: 24px;
  line-height: 32px;
  color: #666666;
}
.footer {
  background-color: #292929;
}
.footer .con {
  position: relative;
  padding: 0;
  height:70px;
  overflow: hidden;
}
.footer .con .lf {
}
.footer .con .lf .link {
  margin-bottom: 20px  !important;
}
.footer .con .lf .link a {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: #ffffff;
  padding: 0 10px;
}
.footer .con .lf .link a:first-of-type {
  padding-left: 0;
}
.footer .con .lf .link a:last-of-type {
  padding-right: 0;
}
.footer .con .lf .link a:not(:last-of-type) {
  border-right: 1px solid #fff;
}
.footer .con  .copyright {
  font-size: 14px;
  line-height: 70px;
  color: #a1a1a1;
  text-align: center;
}
.footer .con .copyright a {
  color: #a1a1a1;
}
.footer .con .rt {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.footer .con .rt img {
  margin-bottom: 5px;
  display: block;
  width: 98px;
  height: 98px;
}
.footer .con .rt p {
  text-align: center;
  font-size: 14px;
  line-height: 14px;
  color: #a1a1a1;
}

.fixed-top {
  background: #ffffff;
  border-radius: 8px;
  position: fixed;
  top: 45%;
  right: 20px;
  width: 5.5rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1000;
  box-shadow: 0px 0px 4px 2px rgba(168, 180, 192, 0.28);
}

.fixed-top .line {
  border-top: 1px solid rgba(255, 255, 255, 0.38);
  width: 60px;
  margin: 0 auto;
}
.fixed-top .fixed-item {
  /* padding: 0 13px; */
}
/* .fixed-top .fixed-item:active {
  background: #007CC4;
  color: #CCCCCC;
} */
.fixed-top .fixed-item:active .iconfont {
  color: #CCCCCC;
}
.fixed-top .fixed-item a {
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 5.75rem;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-decoration: none;
}
.fixed-top .fixed-item .iconfont {
  font-size: 20px;
  line-height: 1;
}
.fixed-top .fixed-item p {
  font-size: 1rem;
  color: #000000;
  text-align: center;
  line-height: 14px;
  padding-top: 10px;
}
.fixed-top .fixed-item:hover a, .fixed-top .fixed-item:hover p {
  color: #1e92ff;
}

.icon2{
	display: block;background: url(../images/x2.png); 
background-size:100% 100%;width:1.875rem;height: 1.875rem; 
}
.icon3{display: block;background: url(../images/x3.png); 
background-size:100% 100%;width:1.875rem;height: 2.1rem; }

@keyframes upDown {
  0% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
  100% {
    transform: translateY(0);
  }
}

.header .con a {
  display: inline-block;
  width: 180px;
  height: 56px;
  background-image: linear-gradient(90deg, #3056ff 0%, #3f62ff 100%), linear-gradient(#1d3dde, #1d3dde);
  background-blend-mode: normal, normal;
  box-shadow: 0px 10px 24px 0px rgba(48, 85, 255, 0.21);
  border-radius: 8px;
  text-align: center;
  font-size: 20px;
  line-height: 56px;
  color: #ffffff;
  float: right;
  position: relative;
  top: -5px;
}