body {
	font-family: 'Open Sans', Helvetica, Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 25px;
	color: #777777;
}
section{
  height:100vh
}
.index_footer{
  position: fixed;
	bottom: 45px;
	display: block;
	width: 100%;
  text-align: center;
	z-index: 99;
  color: #595959;
  font-size:20px;
}
.home_login{
  height:100%;
  width:100%;
  background-image: url('../image/index/loginBg.png');
  background-size: cover;
  background-position: center;
  padding-top:145px;
}

.top-tab{
	/* width: 1920px; */
  width: 100%;
  padding:0 60px
}
.top-bar {
	position: fixed;
	top: 45px;
	display: block;
	width: 100%;
	
	z-index: 99;
	-webkit-transition: all .2s;
	-moz-transition: all .2s;
	-ms-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.tb-logo {
	margin-left: 20px
}

.tb-logo h1 {
	float: left;
	text-align: left;
	font-family: Raleway,'Open Sans',Helvetica,Arial,sans-serif;
	font-size: 23px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	line-height: 45px;
	color: #030A2A;
	margin-top: 27px;
	margin-bottom: 0
}

.tb-logo h1 a {
	text-decoration: none;
	color: #030A2A
}

.tb-logo h1 a:hover {
	color: #030A2A
}

.tb-logo img {
	float: left;
	text-align: left;
	width: auto;
	/* max-height: 50px; */
  width: 80px;
  height: 80px;
  border-radius: 12px;
	margin: 10px 30px 10px 40px;
}





#toggle,.menu ul ul,.toggle {
	display: none
}

.menu ul li:hover>ul {
	display: block
}

.menu {
	float: right;
	text-align: left;
	font-family: Raleway,'Open Sans',Helvetica,Arial,sans-serif;
	font-size: 18px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	/* line-height: 45px */
  height:100px;
  display: flex;
  align-items: center;

}

.menu ul {
	position: relative;
	display: table-cell;
	list-style: none
}

.menu ul:after {
	content: "";
	clear: both;
	display: block
}

.menu ul li {
	float: left;
  /* border:1px solid #777; */
  border-radius: 5px;
  margin-right: 20px;
  /* background: linear-gradient(to right, #2461FF 0%, #4D6BFF 47%,#6517FF 100%); */
  background-color: #E0E9F5;
	color: #0055FE;

  height: 40px;
  line-height: 40px;

}
.menu ul li:last-child{
  margin-right: 0px;
}
.menu ul li.active {
  background: linear-gradient(to right, #2461FF 0%, #4D6BFF 47%,#6517FF 100%);

	color: #fff;
}
.menu ul li.active a{

	color: #fff;
}
.menu ul li:hover{
  background: linear-gradient(to right, #2461FF 0%, #4D6BFF 47%,#6517FF 100%);

}
.menu ul li:hover a {
	color: #fff
}

.menu ul li a {
	display: block;
	padding: 0px 30px;
	text-decoration: none;
  font-size: 16px;
  color: #0055FE;
}


.home .home_login .login-content{
  height:865px;
  width:1920px;
  /* padding:145px 60px 0px 60px; */
}
.home .home_login .home_content_left{
  width:1250px;
  height:100%;
  float:left;
  /* border:1px solid #777; */
  text-align: center;
  position: relative;
}
.home .home_login .home_content_right{
  width:550px;
  height:550px;

  float:right;
  /* border:1px solid #777; */
  position: relative;
  top: calc(calc(100% - 550px)/2);
}
.home .home_login .home_content_left .bigTitle{
  color:#0055FE;
  font-size:60px;
  /* margin-bottom: 50px; */
  width:100%;
  position: absolute;
  bottom:70%;
  line-height: 80px;


}
.ptjsBox{
  width:100%;
  position: absolute;
  bottom:50%;
}
.ptjsBox .ptjs{
  padding: 15px 50px;
  background: linear-gradient(to right, #2461FF 0%, #4D6BFF 47%, #6517FF 100%);
  border-radius: 30px;
  margin-bottom: 30px;
  display: inline-block;
}
.ptjsBox .ptjs:hover{
  box-shadow: 0px 0px 10px #1d59d1;
}
.ptjsBox .ptjs img{
  /* width: 40px; */
  height: 34px;
  /* border-radius: 12px; */
}
.ptjsBox .ptjsText{
  color: #030A2A;
  font-size: 20px;
  /* margin-bottom: 30px; */

}
.flbox{
  width:100%;
  position: absolute;
  bottom:10%;
}
.flbox ul{
  overflow: hidden;
    text-align: center;
    display: inline-block;
}
.flbox ul li{
    margin-right: 20px;
    float: left;
    display: flex;
    align-items: center;
    background-color: rgba(255,255,255,.5);
    padding: 12px 40px;
    border-radius: 8px;
    margin-bottom: 20px;
}
.flbox ul li img{
  width:40px;
  height:40px;
}
.flbox ul li span{
  color: #030A2A;
  font-size: 20px;
  margin-left: 20px;
}
.formBox{
  background-color: rgba(255,255,255,.5);
  width:500px;
  max-width:100%;
  border-radius: 30px;
  height:550px;
  margin-top:10%;
  margin:0 auto;
}
/* -------------------------------- */
.about {
	background: #f4f4f4;
	/* padding-top: 100px; */
	padding-bottom: 75px;
  padding-top: 145px !important;
}

.bg-white {
	background: #fff
}
.about,.contact,.cta,.intro,.process,.services,.social-footer,.work {
		padding-top: 75px;
		padding-bottom: 75px
	}
.row .twelve {
    width: 100%
}
.title {
	text-align: center
}

.title h1,.title h2 {
	font-family: Raleway,'Open Sans',Helvetica,Arial,sans-serif;
	font-size: 35px;
	font-weight: 700;
	letter-spacing: .08em;
	text-transform: uppercase;
	line-height: 25px;
	margin-bottom: 30px
}

.title hr {
	display: inline-block;
	width: 100px;
	height: 2px;
	background: #ccc;
	margin-bottom: 30px
}
.policy-news-firstnews{
	margin-top: 10px;
	border-bottom: 1px dashed #ccc;
	height: auto;
	overflow: hidden;
}
.policy-news-firstnews:hover {
	color: #4a9fff;
	/*border-bottom: 1px solid #4a9fff;*/
}
.policy-news-title a:hover {
	color: #4a9fff;
	border-bottom: 1px solid #4a9fff;
}
.policy-news-firstnews-rows{
	display: flex;
	align-items: center;

}
.three.col.offset-by-two.policy-left{
	padding-top: 50px;
}
.policy-news-date{
	width: 13%;
	float: left;
	font-size: 30px;
	/*align-items:center;*/
	padding-right: 10px;
	word-wrap: break-word; /* 使得长单词或数字可以换行 */
	overflow-wrap: break-word; /* 确保兼容性 */
	margin-bottom: 15px;

}
.policy-news-title{
	width: 87%;
	float: left;
	font-size: 26px;
	letter-spacing: .05em;
	line-height: 30px;
	/* 将对象作为弹性伸缩盒子模型显示 */
	display: -webkit-box;
	/* 设置或检索伸缩盒对象的子元素的排列方式 。 */
	-webkit-box-orient: vertical;
	/*  用来限制在一个块元素显示的文本的行数 */
	-webkit-line-clamp: 1;
	overflow: hidden;
	margin-bottom:10px;
}
.policy-news-firstnews-rowstwo{
	/* 将对象作为弹性伸缩盒子模型显示 */
	display: -webkit-box;
	/* 设置或检索伸缩盒对象的子元素的排列方式 。 */
	-webkit-box-orient: vertical;
	/*  用来限制在一个块元素显示的文本的行数 */
	-webkit-line-clamp: 3;
	overflow: hidden;

}
.policy-news-describe{
	/*width: 85%;*/
	float: left;
	font-size: 16px;
	letter-spacing: .05em;
	line-height: 30px;
	margin-bottom:15px;
	text-indent: 2em;
	/* 将对象作为弹性伸缩盒子模型显示 */
	display: -webkit-box;
	/* 设置或检索伸缩盒对象的子元素的排列方式 。 */
	-webkit-box-orient: vertical;
	/*  用来限制在一个块元素显示的文本的行数 */
	-webkit-line-clamp: 3;
	overflow: hidden;
}
.nav-title{
	text-align: center;
	/*border-bottom: 2px solid #777;*/
	padding-bottom: 20px;
}
.nav-title span{
	display: inline-block;
	padding: 0px 20px;
	font-size: 30px;
	padding-bottom: 10px;
	font-weight: bolder;

}
.nav-title span.active{
	color: #3370FF;
	border-bottom: 3px solid #3370FF;
}
/*----------------------------------------------------------*/
.item1-div2{
	display: none;
}
/*------------------------------------------------------------*/
.item1.after{
	margin-top: 15px;
	padding-bottom: 5px;
}
.item1.after:hover{
	color: #4a9fff;
}

.nav-title-u1.nav-title-ul{
	display: block;
}
.nav-title-u2.nav-title-ul{
	display: none;
}
.item1-div1{
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
}
.item1-div1 a:hover{
	color: #4a9fff;
}
.policy-u1-date{
	font-size: 15px;
	width: 15%;
	float: left;
	margin-bottom: 5px;

}
.policy-u1-title{
	font-size: 15px;
	width: 80%;
	float: left;
	margin-bottom: 5px;
}
.policy-ul-first-date{
	font-size: 16px;
	width: 15%;
	float: left;
	margin-bottom: 5px;
}
.policy-ul-first-title{
	font-size: 16px;
	width: 80%;
	float: left;
	margin-bottom: 5px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.policy-ul-first-discribe{
	/*width: 85%;*/
	font-size: 15px;
	letter-spacing: .05em;
	line-height: 15px;
	/* 将对象作为弹性伸缩盒子模型显示 */
	display: -webkit-box;
	/* 设置或检索伸缩盒对象的子元素的排列方式 。 */
	-webkit-box-orient: vertical;
	/*  用来限制在一个块元素显示的文本的行数 */
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom:10px;
}
.ul-div{
	position: relative;
	overflow: hidden;
}
.nav-more{
	margin-top: 10px;
	float: right;
}
.nav-more p{
	margin-bottom: 10px;
}
.nav-more p a:hover{
	color: #4a9fff;
}
a {
	color: inherit;
	text-decoration: none
}
.bg-padding {
    padding: 40px 20px 10px 20px;
}
.pleft70{
	padding-left:70px
}
.ptop40{
	padding-top:40px
}
.pbottom50{
	padding-bottom: 50px;
}
.pright70{
	padding-right:70px
}
#about{
  background-color: #f0f7fe;
  /* padding:145px 60px 0px 60px; */

}
.bg-radius{
  border-radius: 30px;
}
.row {
  width: 80%;
  max-width: 100%;
  margin: 0 auto
}
#newsContent .newsRow{
    width: 1536px;
    max-width: none;
    margin: 0 auto
}
#newsContent .newsRow.row{

    max-width: none;
}


/* ----------操作手册 */  
#czsc{
  background-color: #D5EAFF;
  /* padding:145px 60px 115px 60px; */
  padding-bottom: 75px;
  padding-top: 145px !important;

}
.czscBox{
  width:1440px;
  height:656px;
  margin: 0 auto;
  background-image: url('../image/index/czscBox.png');
  background-size: 100% 100%;
  position: relative;
  /* padding: 50px ; */
  top: calc(calc(20% - 66px) / 2);
  
	
  
}
.downloadBtnBox{
  position: absolute;
  bottom:40px;
  left:0px;
  text-align: center;
  width:100%;
}
.downloadBtn{
  padding: 15px 50px;
  background-color: #fff;
  border-radius: 12px;
  /* margin-top: 40px; */
  display: inline-block;
  /* margin:0 auto; */
  border: 1px solid #2461FF;
  cursor: pointer;
  font-size:20px;
  color:#4a86ff;
  /* font-weight: bold; */


}
.downloadBtn_qy{
  margin-right:15px
}
.downloadBtn:hover{
  /* background-color: #2461FF;
  color: #fff; */
  box-shadow: 0px 0px 10px 0px #4676f0;
}




.downloadBtn img{
  /* width: 40px; */
  width: 26px;
  height: 26px;
  margin-right:10px;
  /* border-radius: 12px; */
}
.czscTitle{
  position: relative;
  /* top: calc(calc(100% - 420px) / 2); */
  left: 7%;
}
.czscTitle p{
  font-weight: bolder;
  font-size: 36px;
  /* letter-spacing: .05em;
  line-height: 30px; */
  margin-bottom: 5%;
  color:#030A2A;
  text-align: left;
  height:40px;
  line-height: 40px;
}
.czscTitle ul li{
  display:flex;
  align-items: center;
  margin-bottom: 15px;
  font-size: 20px;
  color:#030A2A;

}
.czscTitle ul li img{
  width: 26px;
  height: 26px;
  margin-right: 10px;
}
.czsckfImg{
  position: absolute;
  bottom:0;
  right:50px;
  /* transform: translate(-50%, -50%); */
  /* width: 50%; */
  height: 60%;
}
.ckBox{
  padding:15px 20px;
  background: linear-gradient(to right, #2461FF 0%, #4D6BFF 47%, #6517FF 100%);
  color: #fff;
  border-radius: 8px;
  font-size: 24px;
  display: inline-block;
  cursor: pointer;
  margin-top: 10%;
}
.ckBox:hover{
  box-shadow: 0px 0px 10px 0px #777;

}
/* ----------联系我们  */
#lxwm{
  height:100%;
  width:100%;
  background-image: url('../image/index/lxwm.png');
  background-size: cover;
  background-position: center;
  /* padding:145px 60px 115px 60px; */
  padding-bottom: 75px;
  padding-top: 145px !important;

}
.lxwmBox{
   width:1536px;
  /* height:80%; */
  margin: 0 auto;
  position: absolute;
    /* top: 10%; */
    left: 10%;
}
.lxwmTitle{
  display: flex;
  align-items: center;
  margin-bottom: 10%;
  margin-left:10%
}
.lxwmTitle img{
  width: 220px;
  height: 220px;
  margin-right: 60px;
}
.lxwmText h2{
  font-size: 40px;
  margin-bottom: 30px;
  color:#030A2A;
  font-weight: bolder;
  height: 40px;
  line-height: 40px;
}
.lxwmText p{
  font-size: 20px;
  color:#030A2A;
}
.lxwmList ul{
  display: flex;
  justify-content:space-between
}
.lxwmList ul li{
  width: 33.33%;
  /* background-color: rgba(255, 255, 255, 0.6); */
  padding: 20px;
  /* border-radius: 12px; */
  /* margin-bottom: 20px; */
}
.lxwmList ul li>div{
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 12px;
  padding: 8%;



}
.lxwmList ul li p{
  font-size: 16px;
  color:#333;
  
}
.lxwmList ul li p.p1{
  font-size: 24px;
  font-weight: bolder;
}
.lxwmList ul li p.p2{
  padding:20px 0px;
}
.lxwmList ul li p.p3{
  color:#2461FF;
  display: flex;
  align-items: center;
}
.lxwmList ul li p.p3 img{
  width: 20px;
  height: 20px;
  margin-right: 10px;
}
 /* ===== 验证码区域 ===== */
    .captcha-row {
      display: flex;
      align-items: center;
      gap: 12px;
    }

    .captcha-row input[type="text"] {
      flex: 1;
    }

    .captcha-box {
      display: flex;
      align-items: center;
      gap: 8px;
      flex-shrink: 0;
    }

    #captchaCanvas {
      border-radius: 8px;
      cursor: pointer;
      border: 1.5px solid #d9d9d9;
      background: #fff;
      display: block;
      width: 110px;
      height: 50px;
      transition: border-color 0.25s;
    }

    #captchaCanvas:hover {
      border-color: #409eff;
    }
    #captchaCanvas2 {
      border-radius: 8px;
      cursor: pointer;
      border: 1.5px solid #d9d9d9;
      background: #fff;
      display: block;
      width: 110px;
      height: 50px;
      transition: border-color 0.25s;
    }

    #captchaCanvas2:hover {
      border-color: #409eff;
    }

    .refresh-btn {
      background: none;
      border: none;
      font-size: 22px;
      cursor: pointer;
      color: #909399;
      transition: color 0.25s, transform 0.3s;
      padding: 4px;
      line-height: 1;
      display: flex;
      align-items: center;
    }

    .refresh-btn:hover {
      color: #409eff;
    }

    .refresh-btn:active {
      transform: rotate(60deg);
    }
    /* ===== 提示信息 ===== */
    .msg {
      text-align: left;
  font-size: 16px;
      /* min-height: 20px; */
      transition: color 0.25s;
    }

    .msg.error {
      color: #f00;
    }

    .msg.success {
      color: #67c23a;
    }
/* ---------------登录按钮 */

#loginBtn,#loginBtn_xzdw{
  cursor: pointer;
  /* background-color: #006efe; */
  background: linear-gradient(to right, #3662EC 0%,#409EFF 100%);

  color:#fff;
  text-align: center;
  width:100%;
  /* margin:0 auto; */
  margin-top: 30px;
  padding: 12px 0px;
  border-radius: 12px;
  font-size: 24px;
}
#loginBtn:hover,#loginBtn_xzdw:hover{
  box-shadow: 0px 0px 10px #4985ff;
}
.tabs {
  width: 80%;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  height: 100%;
}
.tabs nav {
	text-align: center;
}

.tabs nav ul {
	position: relative;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: flex;
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
	list-style: none;
	-ms-box-orient: horizontal;
	-ms-box-pack: center;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	justify-content: center;
}

.tabs nav ul li {
	position: relative;
	z-index: 1;
	display: block;
	margin: 0;
	text-align: center;
	-webkit-flex: 1;
	-moz-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.tabs nav a {
	position: relative;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 2.5;
}

.tabs nav a span {
	vertical-align: middle;
	font-size: 0.75em;
}

.tabs nav li.tab-current a {
	color: #74777b;
}

.tabs nav a:focus {
	outline: none;
}

.tabs-style-linemove nav {
	/* background: #fff; */
}

.tabs-style-linemove nav li:last-child::before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 4px;
	background: linear-gradient(to right, #2461FF 0%, #4D6BFF 47%, #6517FF 100%);

	content: '';
	-webkit-transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
}

/* Move the line */
.tabs-style-linemove nav li:first-child.tab-current ~ li:last-child::before {
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

/* .tabs-style-linemove nav li:nth-child(2).tab-current ~ li:last-child::before {
	-webkit-transform: translate3d(-300%,0,0);
	transform: translate3d(-300%,0,0);
}

.tabs-style-linemove nav li:nth-child(3).tab-current ~ li:last-child::before {
	-webkit-transform: translate3d(-200%,0,0);
	transform: translate3d(-200%,0,0);
}

.tabs-style-linemove nav li:nth-child(4).tab-current ~ li:last-child::before {
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
} */

.tabs-style-linemove nav a {
	padding: 1em 0;
	color: #666;
	line-height: 1;
	-webkit-transition: color 0.3s, -webkit-transform 0.3s; 
	transition: color 0.3s, transform 0.3s;
  font-size: 30px;
}

.tabs-style-linemove nav li.tab-current a {
	color: #2461FF;
	/* -webkit-transform: translate3d(0,8px,0);
	transform: translate3d(0,8px,0); */
}

.tabs-style-linemove nav a span {
	font-weight: 700;
}
.loginForm .inputBox{
  position: relative;
    margin-top: 25px;

}
.loginForm .inputBox input{
    width: 100%;
    height: 50px;
    line-height: 50px;
    padding: 0px 30px 0px 60px;
    border: 1px solid #2461FF;
    border-radius: 8px;
    font-size: 15px;
    color: #352C5D;
}
.icon-user{
  position: absolute;
  top: 14px;
  left: 20px;
  width: 20px;
  height: 20px;
  display: block;
  background: url('../image/index/zh.png') no-repeat;
  background-size: 100% 100%;
}
.icon-lock{
  position: absolute;
  top: 14px;
  left: 20px;
  width: 20px;
  height: 20px;
  display: block;
  background: url('../image/index/mm.png') no-repeat;
  background-size: 100% 100%;
}
.rememberBox{
    height: 50px;
    line-height: 50px;
    margin-top: 25px;
    display: flex;
    align-items: center;
    position: relative;
  font-size: 16px;
}
#remember{
  width: 24px;
    height: 24px;
}
.forgetPwd{
  color: #FFBF51;
  position: absolute;
  right: 20px;
}
.content-wrap {
	position: relative;
}

.content-wrap section {
	display: none;
	margin: 0 auto;
	padding: 1em;
	max-width: 1200px;
	text-align: center;
}

.content-wrap section.content-current {
	display: block;
}

.content-wrap section p {
	margin: 0;
	padding: 10px 0;
	color: rgba(40,44,42,0.05);
	font-size: 14px;
  font-family: Microsoft YaHei,Microsoft YaHei-Regular;
    font-weight: 400;
	line-height: 1;
  color: #333;

}
.centered-text {
    height: 32px;
    line-height: 32px;
    margin-top: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.centered-text p:first-of-type img:nth-of-type(2) {
    margin-left: 20px
}

.ysxy-box {
    margin-top: 20px;
    text-align: center;
    font-size: 14px;
    font-family: Microsoft YaHei,Microsoft YaHei-Regular;
    font-weight: 400;
    color: #333
}
.link-type {
    color: #1176fe
}
.centered-text.center{
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px
}

.ysxy-box.margin-top-10 {
    margin-top: 10px
}
.errorMsg{
  color:#f00;
  text-align: left;
  font-size: 16px;
}
/*  */
/* .home_login,#about,#czsc,#lxwm{    display: flex;
    align-items: center;
    justify-content: center;
  } */