@font-face {
  font-family: 'MyCustomFontdingding';
  src: url('./font/DingTalk\ JinBuTi.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  /* max-width: 1920px; */
  margin: 0 auto !important;
  background-color: #f3f7fb;
}
.header_top {
  padding: 17px 0;
  background: #F4F6FF;
}
.header_list .logo {
  width: 249px;
}
.header_top div {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.header_top div ul {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  overflow: hidden;
  border: 1px solid #E9EDFB;
  border-radius: 3px;
}
.header_top div ul li a {
  display: block;
  padding: 0 15px;
  height: 25px;
  line-height: 25px;
  border-radius: 3px;
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #69798C;
}
/* .header_top div ul li a:hover{
	background: #97BAF6;
	color: #ffffff;
} */
.header_top div ul li .w1200 {
  background: #DE210C;
  color: #ffffff;
}
.header {
  width: 100%;
  background-color: #ffffff;
  padding: 30px 0 18px 0;
}
.header .header_list {
  width: 1400px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header_list .header_box ul {
  display: flex;
  align-items: center;
}
.header .header_list .header_box ul li {
  padding-left: 60px;
  position: relative;
}
.header .header_list .header_box ul li a {
  display: block;
  font-size: 18px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #213545;
  position: relative;
}
.header .header_list .header_box ul li .w1200 {
  color: #DE210C;
}
.header .header_list .header_box ul li .w1200:after {
  display: block;
  content: "";
  width: 46px;
  height: 2px;
  background: #DE210C;
  position: absolute;
  top: 130%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header .header_list .header_box ul li a:hover{
	color: #DE210C;
}
.header .header_list .header_box ul li a:hover::after {
  display: block;
  content: "";
  width: 46px;
  height: 2px;
  background: #DE210C;
  position: absolute;
  top: 130%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header .header_list .header_box ul li img {
  position: absolute;
  top: 30%;
  left: 110%;
  transform: translate(-50%, -50%);
}
.header .header_list .header_key a {
  display: block;
  width: 95px;
  height: 32px;
  line-height: 32px;
  background: none;
  border-radius: 4px;
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #DE210C;
  text-align: center;
}
.header .header_list .header_key a:hover {
  border: 1px solid #DE210C;
}
.header .header_list .header_key .is_login{
	display:none
}
.header .header_list .header_key img {
  margin-top: 6px;
}
.content {
  padding-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1400px;
  margin: 0 auto;
  height: 720px;
}
.content .content_fl {
  width: 325px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 0 25px 29px;
  transition: all .25s;
}
.content .content_fl:hover{
	box-shadow: 0px 6px 37px 3px rgba(201, 201, 201, 0.27);
	margin-top: -10px;
}
.content .content_fl .content_top {
  padding-top: 20px;
}
.content .content_fl .content_top .h4_con {
  display: flex;
  align-items: center;
}
.content .content_fl .content_top .h4_con span {
  font-size: 22px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #213545;
  margin-right: 5px;
}
.content .content_fl .content_top .ul_com {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 3px;
}
.content .content_fl .content_top .ul_com a {
  width: 130px;
  height: 38px;
  line-height: 38px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 2px;
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #69798C;
  text-align: center;
  margin-top: 12px;
  overflow: hidden;
}
.content .content_fl .content_top .ul_com a:hover {
  background-color: #DE210C;
  color: #ffffff;
}
.content .content_ft {
  width: 675px;
}
.content .content_ft .content_top {
  width: 100%;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 25px 25px 40px;
  margin-top: 27px;
  transition: all .25s;
}
.content .content_ft .content_top:hover{
	box-shadow: 0px 6px 37px 3px rgba(201, 201, 201, 0.27);
	margin-top: 17px;
}
.content .content_ft .content_top .cont_box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 15px;
}
.content .content_ft .content_top .cont_box a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 24px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #69798C;
}
.content .content_ft .content_top .cont_box a img {
  margin-left: 3px;
}
.content .content_ft .content_top .cont_key ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 25px 0 0 20px;
  position: relative;
}
.content .content_ft .content_top .cont_key ul li a {
  font-size: 14px;
  font-family: SourceHanSansCN;
  color: #69798C;
  display: flex;
  align-items: center;
}
.content .content_ft .content_top .cont_key ul li a img {
  margin-left: 23px;
}
.content .content_ft .content_top .cont_key ul li p {
  font-size: 14px;
  font-family: SourceHanSansCN;
  color: #69798C;
}
.content .content_ft .content_top .cont_key ul li:after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: #DE210C;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 78%;
  left: 0%;
  transform: translate(-50%, -50%);
}
.content .content_ft .content_top .cont_key ul li:hover a {
  color: #DE210C;
}
.content .content_ft .content_top .cont_key ul li:hover p {
  color: #DE210C;
}
.content .content_fr {
  width: 325px;
  background: #FFFFFF;
  /* box-shadow: 0px 6px 37px 3px rgba(201, 201, 201, 0.27); */
  border-radius: 4px;
  padding: 30px 15px;
  position: relative;
  transition: all .25s;
}
.content .content_fr:hover{
	box-shadow: 0px 6px 37px 3px rgba(201, 201, 201, 0.27);
	margin-top: -10px;
}
.content .content_fr .content_top {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #E9E9E9;
}
.content .content_fr .content_top span {
  font-size: 22px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #213545;
  padding: 0 8px;
}
.content .content_fr .content_box ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.content .content_fr .content_box ul li {
  padding-top: 25px;
}
.content .content_fr .content_box ul li p {
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #000000;
}
.content .content_fr .content_box ul li div {
  display: flex;
  align-items: flex-end;
  padding-top: 10px;
}
.content .content_fr .content_box ul li div span {
  width: auto;
  padding:0 10px;
  height: 44px;
  line-height: 44px;
  background: #FFFFFF;
  border: 1px solid #E9EFF4;
  border-radius: 2px;
  font-size: 34px;
  font-family: HarmonyOS_Sans_SC_Bold;
  font-weight: 400;
  color: #DE210C;
  text-align: center;
  margin-right: 7px;
}
.content .content_fr .content_box ul li div em {
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #213545;
  margin-bottom: 10px;
}
.content .content_fr .content_list {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 35px;
}
.content .content_fr .content_list .conte_key span {
  display: flex;
  align-items: center;
}
.content .content_fr .content_list .conte_key span em {
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #213545;
  margin-left: 6px;
}
.content .content_fr .content_list .conte_key input {
  display: block;
  width: 184px;
  height: 34px;
  background: #FFFFFF;
  border: 1px solid #E9E9E9;
  border-radius: 4px;
  padding: 0 14px;
  font-size: 14px;
  display:none;
  margin-top: 12px;
}
.content .content_fr .content_list .conte_key button {
  display: block;
  width: 116px;
  height: 34px;
  background: #DE210C;
  border-radius: 4px;
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #FFFFFF;
  margin-top: 40px;
}
.content .content_fr .content_list #scrollDiv {
  height: 110px;
  overflow: hidden;
}
.content .content_fr .content_list #scrollDiv ul li {
  font-size: 12px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #C5CFDF;
  padding: 6px 0;
}
.content .content_fr .section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 45px 0 15px 0;
  border-bottom: 1px solid #E9E9E9;
}
.content .content_fr .section p {
  font-size: 22px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #213545;
}
.content .content_fr .section a {
  width: 66px;
  height: 24px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.content .content_fr .section a em {
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #69798C;
}
.content .content_fr .section a img {
  margin-left: 3px;
}
.content .content_fr .section_box {
  padding-left: 25px;
}
.content .content_fr .section_box ul li {
  position: relative;
}
.content .content_fr .section_box ul li:nth-child(n+6){display: none;}
.content .content_fr .section_box .zhankai{
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 20px;
}
.content .content_fr .section_box .zhankai span{
  color: #999999;
  font-size: 14px;
}
.content .content_fr .section_box ul li a {
  display: block;
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #69798C;
  margin-top: 20px;
  position: relative;
  width: 272px;
  height: 25px;
  overflow: hidden;
}
.content .content_fr .section_box ul li:hover a {
  color: #DE210C;
}
.content .content_fr .section_box ul li:after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: #DE210C;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 45%;
  left: -8%;
  transform: translate(-50%, -50%);
}
/* .content .content_fr .section_box ul li:hover a::after {
  display: block;
  content: "";
  width: 22px;
  height: 6px;
  background: url(../images/iocn27.png);
  background-size: 100% 100%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
  position: absolute;
  top: 45%;
  left: 95%;
  transform: translate(-50%, -50%);
} */
.minor {
  width: 1400px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 30px;
  background-color: #ffffff;
  transition: all .25s;
}
.minor ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.minor ul li a{
	transition: all .25s;
	display: block;
}
.minor ul li a:hover{
	box-shadow: 0px 6px 37px 3px rgba(201, 201, 201, 0.27);
	margin-top: -10px;
}
.middle {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1400px;
  margin: 0 auto;
  padding-top: 40px;
}
.middle .middle_fl {
  width: 1025px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 30px 0;
}
.middle .middle_fl .middle_top {
  border-bottom: 1px solid #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 30px;
  margin: 0 35px;
  height: 75px;
}
.middle .middle_fl .middle_top ul {
  display: flex;
  align-items: center;
}
.middle .middle_fl .middle_top ul li {
  padding-right: 80px;
}
.middle .middle_fl .middle_top ul li a {
  display: block;
  font-size: 22px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #213545;
  position: relative;
}
.middle .middle_fl .middle_top ul li.active a{
  font-size: 26px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #DE210C;
}
.middle .middle_fl .middle_top ul li.active a:after {
  display: block;
  content: "";
  width: 11px;
  height: 8px;
  background: url(../images/iocn19.png);
  background-size: 100% 100%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
  position: absolute;
  top: 130%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.middle .middle_fl .middle_top .w1200 {
  width: 66px;
  height: 24px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  font-size: 14px;
  font-family: SourceHanSansCN;
  color: #69798C;
  display: flex;
  align-items: center;
  justify-content: center;
}
.middle .middle_fl .middle_top .w1200 img {
  margin-left: 3px;
}
.middle .middle_fl .middle_key {
  padding: 0 18px;
}
.middle .middle_fl .middle_key ul li {
  display: block;
  padding: 17px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all .25s;
}
.middle .middle_fl .middle_key ul li .img {
  width: 215px;
}
.middle .middle_fl .middle_key ul li .text {
  width: 715px;
}
.middle .middle_fl .middle_key ul li  .text .text_a a{
  font-size: 22px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #213545;
}
.middle .middle_fl .middle_key ul li .text .text_b {
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #69798C;
  line-height: 24px;
  padding-top: 15px;
}
.middle .middle_fl .middle_key ul li .text .text_c {
  display: flex;
  align-items: center;
  padding-top: 25px;
}
.middle .middle_fl .middle_key ul li .text .text_c .list_a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: SourceHanSansCN;
  color: #69798C;
}
.middle .middle_fl .middle_key ul li .text .text_c .list_a p {
  font-weight: bold;
}
.middle .middle_fl .middle_key ul li .text .text_c .list_b {
  font-size: 13px;
  font-family: SourceHanSansCN;
  color: #DE210C;
  padding: 0 40px;
}
.middle .middle_fl .middle_key ul li .text .text_c .list_c {
  font-size: 16px;
  font-family: SourceHanSansCN;
  color: #69798C;
}
.middle .middle_fl .middle_key ul li:hover {
  box-shadow: 0px 6px 37px 3px rgba(201, 201, 201, 0.27);
  /* margin-top: -5px; */
}
.middle .middle_fl .middle_key ul li:hover .text_a a {
  color: #DE210C;
}
.middle .middle_fl .middle_ters {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
}
.middle .middle_fl .middle_ters a {
  width: 105px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #A1ADC1;
}
.middle .middle_fl .middle_ters ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 45px;
}
.middle .middle_fl .middle_ters ul a {
  width: 55px;
  height: 36px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  margin: 0 15px;
}
.middle .middle_fl .middle_ters a:hover {
  background-color: #DE210C;
  color: #ffffff;
}
.middle .middle_fr {
  width: 350px;
}
.middle .middle_fr .middle_top {
  padding: 30px 16px;
  background: #FFFFFF;
  border-radius: 4px;
  transition: all .25s;
}
.middle .middle_fr .middle_top:hover{
	box-shadow: 0px 6px 37px 3px rgba(201, 201, 201, 0.27);
	/* margin-top: -10px; */
}
.middle .middle_fr .middle_top h4 {
  font-size: 22px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #213545;
  padding: 0 12px 18px;
  border-bottom: 1px solid #E9E9E9;
}
.middle .middle_fr .middle_top ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.middle .middle_fr .middle_top ul a {
  margin-top: 15px;
  width: 96px;
  height: 86px;
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  border-radius: 3px;
  padding-top: 15px;
}
.middle .middle_fr .middle_top ul a img {
  display: block;
  margin: 0 auto;
}
.middle .middle_fr .middle_top ul a span {
  display: block;
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #69798C;
  text-align: center;
  padding-top: 10px;
}
.middle .middle_fr .middle_top ul a:hover {
  background: #EEF4FF;
}
.middle .middle_fr .middle_top ul a:hover span {
  font-weight: 500;
  color: #DE210C;
}
.middle .middle_fr .middle_box {
  padding: 30px 16px 13px 16px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-top: 25px;
  transition: all .25s;
}
.middle .middle_fr .middle_box:hover{
	box-shadow: 0px 6px 37px 3px rgba(201, 201, 201, 0.27);
	/* margin-top: -10px; */
}
.middle .middle_fr .middle_box .divider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px 18px;
  border-bottom: 1px solid #E9E9E9;
}
.middle .middle_fr .middle_box .divider span {
  font-size: 22px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #213545;
}
.middle .middle_fr .middle_box .divider a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 24px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #69798C;
}
.middle .middle_fr .middle_box .divider a img {
  margin-left: 3px;
}
.middle .middle_fr .middle_box .middle_ket ul li {
  padding: 17px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.middle .middle_fr .middle_box .middle_ket ul li .img {
  width: 50px;
  margin-right: 10px;
}
.middle .middle_fr .middle_box .middle_ket ul li .key h4 {
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #213545;
}
.middle_ket ul li:hover div h4 a{
	color: #DE210C !important;
}
.middle_ket ul li:hover div span a{
	color: #FFFFFF !important;
	background-color: #DE210C  !important;
}
.middle_ket ul li .key h4 a{
	font-size: 16px  !important;
	font-family: SourceHanSansCN;
	font-weight: 400  !important;
	color: #213545  !important;
}
.middle .middle_fr .middle_box .middle_ket ul li .key span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 20px;
  border: 1px solid #F2F2F2;
  border-radius: 3px;
  width: 225px;
  margin-top: 5px;
}
.middle .middle_fr .middle_box .middle_ket ul li .key span em {
  font-size: 12px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #A1ADC1;
  width: 81px;
  text-align: center;
}
/* .middle .middle_fr .middle_box .middle_ket ul li .key span em:hover{
  color: #ffffff;
  background-color: #DE210C;
} */
.middle .middle_fr .middle_box .middle_ket ul li .key span a {
  width: 63px;
  height: 18px;
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  border-radius: 3px;
  font-size: 12px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #A1ADC1;
  text-align: center;
}
.middle .middle_fr .middle_box .middle_ket ul li:hover h4{
  color: #DE210C;
}
.middle .middle_fr .middle_box .middle_ket ul li .key span a:hover{
  color: #ffffff;
  background-color: #DE210C;
}
.middle .middle_fr .middle_kesc {
  padding: 30px 16px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-top: 25px;
  transition: all .25s;
}
.middle .middle_fr .middle_kesc:hover{
	box-shadow: 0px 6px 37px 3px rgba(201, 201, 201, 0.27);
	/* margin-top: -10px; */
}
.middle .middle_fr .middle_kesc .midd_key {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px 18px;
  border-bottom: 1px solid #E9E9E9;
}
.middle .middle_fr .middle_kesc .midd_key span {
  font-size: 22px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #213545;
}
.middle .middle_fr .middle_kesc .midd_key a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 24px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #69798C;
}
.middle .middle_fr .middle_kesc .midd_key a img {
  margin-left: 3px;
}
.middle .middle_fr .middle_kesc .midd_kewa a {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-top: 16px;
}
.middle .middle_fr .middle_kesc .midd_kewa a img {
  width: 80px;
  height: 51px;
  border-radius: 2px;
}
.middle .middle_fr .middle_kesc .midd_kewa a span {
  width: 221px;
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #213545;
  line-height: 22px;
  margin-left: 11px;
  text-align: justify;
}
.middle .middle_fr .middle_kesc .midd_kewa a:hover span{
  color: #DE210C;
}
.middle .middle_fr .mi_ider {
  margin-top: 25px;
  transition: all .25s;
}
.middle .middle_fr .mi_ider:hover{
	box-shadow: 0px 6px 37px 3px rgba(201, 201, 201, 0.27);
	/* margin-top: -10px; */
}
.middle .middle_fr .miider_box {
  padding: 30px 16px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-top: 25px;
  transition: all .25s;
}
.middle .middle_fr .miider_box:hover{
	box-shadow: 0px 6px 37px 3px rgba(201, 201, 201, 0.27);
	/* margin-top: -10px; */
}
.middle .middle_fr .miider_box h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px 18px;
  border-bottom: 1px solid #E9E9E9;
  font-size: 22px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #213545;
}
.middle .middle_fr .miider_box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.middle .middle_fr .miider_box ul a {
  height: 26px;
  line-height: 26px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  margin-top: 15px;
  display: inline-block;
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #A1ADC1;
  margin-right: 12px;
  padding: 0 12px;
}
.middle .middle_fr .miider_box ul a:hover{
  color: #ffffff;
  background-color: #DE210C;
}
.middle .middle_fr .miider_ktts {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 30px 16px;
  margin-top: 25px;
  transition: all .25s;
}
.middle .middle_fr .miider_ktts:hover{
	box-shadow: 0px 6px 37px 3px rgba(201, 201, 201, 0.27);
	/* margin-top: -10px; */
}
.middle .middle_fr .miider_ktts .section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #E9E9E9;
}
.middle .middle_fr .miider_ktts .section p {
  font-size: 22px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #213545;
}
.middle .middle_fr .miider_ktts .section a {
  width: 66px;
  height: 24px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.middle .middle_fr .miider_ktts .section a em {
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #69798C;
}
.middle .middle_fr .miider_ktts .section a img {
  margin-left: 3px;
}
.middle .middle_fr .miider_ktts .divre {
  padding-bottom: 30px;
}
.middle .middle_fr .miider_ktts .divre ul li {
  position: relative;
}
.middle .middle_fr .miider_ktts .divre ul li a {
  display: block;
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #69798C;
  margin-top: 20px;
  position: relative;
  margin-left: 20px;
}
.middle .middle_fr .miider_ktts .divre ul li:hover a {
  color: #DE210C;
}
.middle .middle_fr .miider_ktts .divre ul li:after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: #DE210C;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 45%;
  left: 1%;
  transform: translate(-50%, -50%);
}
.middle .middle_fr .miider_ktts .divre ul li:hover a::after {
  display: block;
  content: "";
  width: 22px;
  height: 6px;
  background: url(../images/iocn27.png);
  background-size: 100% 100%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
  position: absolute;
  top: 45%;
  left: 95%;
  transform: translate(-50%, -50%);
}
.middle .middle_fr .miider_ktts .swiper-horizontal > .swiper-pagination-bullets,
.middle .middle_fr .miider_ktts .swiper-pagination-bullets.swiper-pagination-horizontal,
.middle .middle_fr .miider_ktts .swiper-pagination-custom,
.middle .middle_fr .miider_ktts .swiper-pagination-fraction {
  bottom: -2px;
  left: 0;
  width: 100%;
}
.middle .middle_fr .miider_ktts .swiper-pagination-bullet {
  width: 8px;
  height: 2px;
  border-radius: 0%;
}
.middle .middle_fr .miider_ktts .swiper-pagination-bullet-active {
  width: 21px !important;
}
.paging {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1400px;
  margin: 0 auto;
  padding-top: 40px;
}
.paging .paging_fl {
  width: 1025px;
  position: relative;
}
.paging .paging_fl .paging_fl-a{
	width: 100%;
	transition: all .25s;
	background-color: #ffffff;
	border-radius: 4px;
	padding: 30px;
	position: absolute;
}
.paging .paging_fl .paging_fl-a:hover{
	box-shadow: 0px 6px 37px 3px rgba(201, 201, 201, 0.27);
	margin-top: -10px;
}
.paging .paging_fl .divier {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 15px;
}
.paging .paging_fl .divier h4 {
  font-size: 22px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #213545;
}
.paging .paging_fl .divier .fr_a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.paging .paging_fl .divier .fl_a {
  display: flex;
  align-items: center;
}
.paging .paging_fl .divier .fl_a a {
  width: 24px;
  height: 24px;
  background-image: url(../images/iocn28_a.png);
  background-size: 100% 100%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
  margin-right: 11px;
}
.paging .paging_fl .divier .fl_a a:nth-child(2){
  background-image: url(../images/iocn28.png);
}
.paging .paging_fl .divier .fl_a a:nth-child(2).active{
  background-image: url(../images/iocn35_a.png);
}
.paging .paging_fl .divier .fl_a a.active{
  background-image: url(../images/iocn35.png);
}
.paging .paging_fl .divier .fl_b a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 24px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #69798C;
}
.paging .paging_fl .divier .fl_b a img {
  margin-left: 3px;
}
.paging .paging_fl .tabs ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 20px;
}
.paging .paging_fl .tabs ul li{
 width:320px;
}
.paging .paging_fl .tabs ul li a {
  display: block;
  font-size: 14px;
  font-family: SourceHanSansCN;
  color: #69798C;
  margin-top: 20px;
  padding-left: 30px;
  position: relative;
  white-space: nowrap; /* 防止文本换行 */
  overflow: hidden; /* 隐藏超出容器的内容 */
  text-overflow: ellipsis; /* 使用省略号表示溢出的文本 */
}
.paging .paging_fl .tabs ul li a:nth-child(1) {
  margin-top: 0;
}
.paging .paging_fl .tabs ul li a:after {
  display: block;
  content: "";
  width: 17px;
  height: 17px;
  background: url(../images/iocn3.png);
  background-size: 100% 100%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
  position: absolute;
  top: 45%;
  left: 4%;
  transform: translate(-50%, -50%);
}
.paging .paging_fl .tabs ul li a:hover {
  color: #DE210C;
}
.paging .paging_fl .tabs ul li a:hover::after {
  display: block;
  content: "";
  width: 17px;
  height: 17px;
  background: url(../images/iocn4.png);
  background-size: 100% 100%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
  position: absolute;
  top: 45%;
  left: 4%;
  transform: translate(-50%, -50%);
}
.paging .paging_fl .tabs ul li:nth-child(2) {
  border-left: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
  padding: 0 5px;
}
.paging .paging_fr {
  width: 350px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 30px 16px;
}
.paging .paging_fr h4 {
  padding: 0 10px 17px 10px;
  font-size: 22px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #213545;
  border-bottom: 1px solid #E9E9E9;
}
.paging .paging_fr ul {
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.paging .paging_fr ul a {
  margin-top: 10px;
}
.seperate {
  width: 1400px;
  margin: 0 auto;
  min-height: 185px;
	position: relative;
	margin-top: 40px;
	background-color: #ffffff;
	padding: 30px 25px;
	transition: all .25s;
}
/* .seperate .seperate-ss{
	background-color: #ffffff;
	padding: 30px 25px;
	transition: all .25s;
	width: 100%;
	position: absolute;
	margin-top: 40px;
} */
.seperate:hover{
	box-shadow: 0px 6px 37px 3px rgba(201, 201, 201, 0.27);
	/* margin-top: 30px; */
}
.seperate .seperate_top {
  display: flex;
  align-items: center;
  padding-bottom: 17px;
  border-bottom: 1px solid #E9E9E9;
}
.seperate .seperate_top .active {
  font-size: 22px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #213545;
}
.seperate .seperate_top p {
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #69798C;
  padding-right: 35px;
  cursor: pointer;
}
.seperate .seperate_box ul li {
  display: flex;
  align-items: center;
  padding-top: 15px;
  flex-wrap: wrap;
}
.seperate .seperate_box ul li span {
  width: 68px;
  height: 24px;
  line-height: 24px;
  background: #DE210C;
  border-radius: 3px;
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
.seperate .seperate_box ul li a {
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #69798C;
  padding: 0 13px;
  border-right: 1px solid #EBEBEB;
}
.seperate .seperate_box.seperate_box_link ul li a{
	margin-bottom:15px
}
.seperate .seperate_box ul li a:hover{
  color: #DE210C;
}
.row {
  width: 1400px;
  margin: 0 auto;
  margin-top: 40px;
  padding: 30px 0px;
  font-size: 12px;
  text-align: center;
  font-family: SourceHanSansCN;
  color: #69798C;
  background-color: #ffffff;
}
.footer {
  background-color: #263f5f;
  font-size: 12px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
  padding: 16px 0;
  margin-top: 50px;
  width: 100%;
}
.innerpa {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 1400px;
  margin: 0 auto;
  padding-top: 40px;
}
.innerpa .innerpa_fl {
  width: 1025px;
}
.innerpa .innerpa_fl .inner_top {
  height: 44px;
  background: #FFFFFF;
  border-radius: 4px;
  display: flex;
  align-items: center;
  padding: 0 35px;
  margin-bottom: 23px;
}
.innerpa .innerpa_fl .inner_top a {
  display: flex;
  align-items: center;
  margin-right: 10px;
  font-size: 18px;
}
.innerpa .innerpa_fl .inner_top a img {
  margin-right: 10px;
}
.innerpa .innerpa_fl .inner_top .title_a {
  color: #69798C;
}
.innerpa .innerpa_fl .inner_top .title_b {
  color: #DE210C;
}
.innerpa .innerpa_fl .innerpa_hjs {
  padding: 30px 0;
  background-color: #ffffff;
}
.innerpa .innerpa_fl .middle_key {
  padding: 0 18px;
}
.innerpa .innerpa_fl .middle_key ul li {
  display: block;
  padding: 17px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.innerpa .innerpa_fl .middle_key ul li .img {
  width: 215px;
}
.innerpa .innerpa_fl .middle_key ul li .text {
  width: 715px;
}
.innerpa .innerpa_fl .middle_key ul li .text .text_a a{
  font-size: 22px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #213545;
}
.innerpa .innerpa_fl .middle_key ul li .text .text_b {
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #69798C;
  line-height: 24px;
  padding-top: 15px;
}
.innerpa .innerpa_fl .middle_key ul li .text .text_c {
  display: flex;
  align-items: center;
  padding-top: 25px;
}
.innerpa .innerpa_fl .middle_key ul li .text .text_c .list_a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: SourceHanSansCN;
  color: #69798C;
}
.innerpa .innerpa_fl .middle_key ul li .text .text_c .list_a p {
  font-weight: bold;
}
.innerpa .innerpa_fl .middle_key ul li .text .text_c .list_b {
  font-size: 13px;
  font-family: SourceHanSansCN;
  color: #DE210C;
  padding: 0 40px;
}
.innerpa .innerpa_fl .middle_key ul li .text .text_c .list_c {
  font-size: 16px;
  font-family: SourceHanSansCN;
  color: #69798C;
}
.innerpa .innerpa_fl .middle_key ul li:hover {
  box-shadow: 0px 6px 37px 3px rgba(201, 201, 201, 0.27);
}
.innerpa .innerpa_fl .middle_key ul li:hover .text_a a {
  color: #DE210C;
}
.innerpa .innerpa_fl .middle_ters {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
}
.innerpa .innerpa_fl .middle_ters.listpage li{
	list-style: none;
}
.innerpa .innerpa_fl .middle_ters.listpage li a{
	display:block;
	width:auto;
	min-width:40px;
	margin:0 10px;
}
.innerpa .innerpa_fl .middle_ters a {
  width: 105px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #A1ADC1;
}
.innerpa .innerpa_fl .middle_ters ul {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 45px;
}
.innerpa .innerpa_fl .middle_ters ul a {
  width: 36px;
  height: 36px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  margin: 0 15px;
}
.innerpa .innerpa_fl .middle_ters a:hover {
  background-color: #DE210C;
  color: #ffffff;
}
.innerpa .innerpa_fl .imhhs {
  margin-top: 40px;
}
.innerpa .innerpa_fl .inner_keys {
  width: 1025px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 30px;
  margin-top: 40px;
  transition: all .25s;
}
.innerpa .innerpa_fl .inner_keys:hover{
	box-shadow: 0px 6px 37px 3px rgba(201, 201, 201, 0.27);
	/* margin-top: -10px; */
}
.innerpa .innerpa_fl .inner_keys .divier {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 15px;
}
.innerpa .innerpa_fl .inner_keys .divier h4 {
  font-size: 22px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #213545;
}
.innerpa .innerpa_fl .inner_keys .divier .fr_a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerpa .innerpa_fl .inner_keys .divier .fl_a {
  display: flex;
  align-items: center;
}
/* .innerpa .innerpa_fl .inner_keys .divier .fl_a a {
  margin-right: 11px;
} */
.innerpa .innerpa_fl .inner_keys .divier .fl_a a {
  width: 24px;
  height: 24px;
  background-image: url(../images/iocn28_a.png);
  background-size: 100% 100%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
  margin-right: 11px;
}
.innerpa .innerpa_fl .inner_keys .divier .fl_a a:nth-child(2){
  background-image: url(../images/iocn28.png);
}
.innerpa .innerpa_fl .inner_keys .divier .fl_a a:nth-child(2).active{
  background-image: url(../images/iocn35_a.png);
}
.innerpa .innerpa_fl .inner_keys .divier .fl_a a.active{
  background-image: url(../images/iocn35.png);
}
.innerpa .innerpa_fl .inner_keys .divier .fl_b a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 24px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #69798C;
}
.innerpa .innerpa_fl .inner_keys .divier .fl_b a img {
  margin-left: 3px;
}
.innerpa .innerpa_fl .inner_keys .innermns ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.innerpa .innerpa_fl .inner_keys .innermns ul li {
  width: 390px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}
.innerpa .innerpa_fl .inner_keys .innermns ul li img {
  width: 105px;
}
.innerpa .innerpa_fl .inner_keys .innermns ul li span {
  display: flex;
  align-items: center;
  padding-top: 5px;
}
.innerpa .innerpa_fl .inner_keys .innermns ul li span img {
  width: 14px;
}
.innerpa .innerpa_fl .inner_keys .innermns ul li span em {
  font-size: 14px;
  font-family: SourceHanSansCN;
  color: #A1ADC1;
  line-height: 22px;
  padding-left: 6px;
}
.innerpa .innerpa_fl .inner_keys .innermns ul li .title {
  width: 270px;
}
.innerpa .innerpa_fl .inner_keys .innermns ul li .title a {
  display: block;
  font-size: 16px;
  font-family: SourceHanSansCN;
  color: #213545;
  line-height: 22px;
}
.innerpa .innerpa_fl .inner_keys .innermns ul li a:hover {
  color: #DE210C;
}
.innerpa .innerpa_fl .inner_keys .innermns ul li:hover span em{
  color: #DE210C;
}
.innerpa .innerpa_fl .paging_fl {
  width: 1025px;
  background-color: #ffffff;
  border-radius: 4px;
  padding: 30px;
  margin-top: 40px;
  transition: all .25s;
}
.innerpa .innerpa_fl .paging_fl:hover{
	box-shadow: 0px 6px 37px 3px rgba(201, 201, 201, 0.27);
	/* margin-top: -10px; */
}
.innerpa .innerpa_fl .paging_fl .divier {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #E9E9E9;
  padding-bottom: 15px;
}
.innerpa .innerpa_fl .paging_fl .divier h4 {
  font-size: 22px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #213545;
}
.innerpa .innerpa_fl .paging_fl .divier .fr_a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerpa .innerpa_fl .paging_fl .divier .fl_a {
  display: flex;
  align-items: center;
}
/* .innerpa .innerpa_fl .paging_fl .divier .fl_a a {
  margin-right: 11px;
} */
.innerpa .innerpa_fl .paging_fl  .divier .fl_a a {
  width: 24px;
  height: 24px;
  background-image: url(../images/iocn28_a.png);
  background-size: 100% 100%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
  margin-right: 11px;
}
.innerpa .innerpa_fl .paging_fl  .divier .fl_a a:nth-child(2){
  background-image: url(../images/iocn28.png);
}
.innerpa .innerpa_fl .paging_fl  .divier .fl_a a:nth-child(2).active{
  background-image: url(../images/iocn35_a.png);
}
.innerpa .innerpa_fl .paging_fl  .divier .fl_a a.active{
  background-image: url(../images/iocn35.png);
}
.innerpa .innerpa_fl .paging_fl .divier .fl_b a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 66px;
  height: 24px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #69798C;
}
.innerpa .innerpa_fl .paging_fl .divier .fl_b a img {
  margin-left: 3px;
}
.innerpa .innerpa_fl .paging_fl .tabs ul {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 20px;
}
.innerpa .innerpa_fl .paging_fl .tabs ul li{
    width:320px;
}
.innerpa .innerpa_fl .paging_fl .tabs ul li a {
  display: block;
  font-size: 14px;
  font-family: SourceHanSansCN;
  color: #69798C;
  margin-top: 20px;
  padding-left: 30px;
  position: relative;
  white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
}
.innerpa .innerpa_fl .paging_fl .tabs ul li a:nth-child(1) {
  margin-top: 0;
}
.innerpa .innerpa_fl .paging_fl .tabs ul li a:after {
  display: block;
  content: "";
  width: 17px;
  height: 17px;
  background: url(../images/iocn3.png);
  background-size: 100% 100%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
  position: absolute;
  top: 45%;
  left: 4%;
  transform: translate(-50%, -50%);
}
.innerpa .innerpa_fl .paging_fl .tabs ul li a:hover {
  color: #DE210C;
}
.innerpa .innerpa_fl .paging_fl .tabs ul li a:hover::after {
  display: block;
  content: "";
  width: 17px;
  height: 17px;
  background: url(../images/iocn4.png);
  background-size: 100% 100%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-position: center 0;
  position: absolute;
  top: 45%;
  left: 4%;
  transform: translate(-50%, -50%);
}
.innerpa .innerpa_fl .paging_fl .tabs ul li:nth-child(2) {
  border-left: 1px solid #E9E9E9;
  border-right: 1px solid #E9E9E9;
/*   padding: 0 65px; */
}
.innerpa .innerpa_fl .conte_title {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 30px;
}
.innerpa .innerpa_fl .conte_title .conitle_a {
  display: flex;
  align-items: center;
  padding-bottom: 22px;
  border-bottom: 1px solid #E9E9E9;
}
.innerpa .innerpa_fl .conte_title .conitle_a span {
  font-size: 26px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #213545;
  margin-right: 18px;
}
.innerpa .innerpa_fl .conte_title .conitle_b {
  padding: 15px 0 25px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.innerpa .innerpa_fl .conte_title .conitle_b .coni_a {
  display: flex;
  align-items: center;
}
.innerpa .innerpa_fl .conte_title .conitle_b .coni_a span {
  display: flex;
  align-items: center;
  padding: 0 20px;
}
.innerpa .innerpa_fl .conte_title .conitle_b .coni_a span em {
  font-size: 16px;
  font-family: SourceHanSansCN;
  color: #69798C;
  padding-right: 7px;
}
.innerpa .innerpa_fl .conte_title .conitle_b .coni_a span i {
  width: 70px;
  height: 24px;
  line-height: 24px;
  background: #F3F7FB;
  border-radius: 2px;
  font-size: 14px;
  font-family: SourceHanSansCN;
  color: #DE210C;
  text-align: center;
}
.innerpa .innerpa_fl .conte_title .conitle_b .coni_a span img {
  margin-right: 10px;
}
.innerpa .innerpa_fl .conte_title .conitle_b .coni_b {
  width: 200px;
  display: flex;
  align-items: center;
  height: 38px;
  background: #FFFFFF;
  border: 1px solid #DE210C;
  border-radius: 4px;
  overflow: hidden;
}
.innerpa .innerpa_fl .conte_title .conitle_b .coni_b a {
  width: 100px;
  height: 38px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #DE210C;
}
.innerpa .innerpa_fl .conte_title .conitle_b .coni_b a img {
  margin-right: 8px;
}
.innerpa .innerpa_fl .conte_title .conitle_b .coni_b a:nth-child(1) {
  background-color: #DE210C;
  color: #ffffff;
}
.innerpa .innerpa_fl .conte_title .conitle_c {
  width: 100%;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 6px 37px 3px rgba(201, 201, 201, 0.27);
  border-radius: 10px;
  padding: 30px 40px;
  background-image: url("../images/iocn46.png");
  background-repeat: no-repeat;
  background-position: right;
}
.innerpa .innerpa_fl .conte_title .conitle_c h4 {
  font-size: 26px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #DE210C;
}
.innerpa .innerpa_fl .conte_title .conitle_c ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding-top: 18px;
}
.innerpa .innerpa_fl .conte_title .conitle_c ul li {
  width: 157px;
  height: 38px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: 30px;
  padding: 0 15px;
}
.innerpa .innerpa_fl .conte_title .conitle_c ul li select {
  width: 100%;
}
.innerpa .innerpa_fl .conte_title .conitle_c ul li button {
  background-color: rgba(201, 201, 201, 0);
  font-size: 14px;
}
.innerpa .innerpa_fl .conte_title .conitle_c ul li:nth-child(3) {
  width: 240px;
}
.innerpa .innerpa_fl .conte_title .conitle_c ul li:nth-child(3) input {
  width: 90px;
}
.innerpa .innerpa_fl .conte_title .conitle_c ul .submit {
  width: 138px;
  height: 39px;
  background: #DE210C;
  border-radius: 4px;
  font-size: 18px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #FFFFFF;
}
.innerpa .innerpa_fl .conitle_d{
	background:#ffffff;
	padding:20px 0;
}
.innerpa .innerpa_fl .conitle_d P,.innerpa .innerpa_fl .conitle_d div{
color: #69798C!important;
 font-size: 16px;
  font-family: SourceHanSansCN;
  color: #69798C!important;
}
.innerpa .innerpa_fl .conte_title .conitle_d span {
	/*
  display: block;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #69798C!important;
  line-height: 34px;
  padding-top: 33px;*/
  font-size: 16px;
  text-indent: 2em;
}
.innerpa .innerpa_fl .conte_title .conitle_d img {
  margin:0 auto;
}
.innerpa .innerpa_fl .conte_title .conitle_e {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 70px;
}
.innerpa .innerpa_fl .conte_title .conitle_e .conit_a {
  display: flex;
  align-items: center;
}
.innerpa .innerpa_fl .conte_title .conitle_e .conit_a a {
  min-width: 84px;
  padding:0 5px;
  height: 26px;
  line-height: 26px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #A1ADC1;
  text-align: center;
  margin-right: 40px;
}
.innerpa .innerpa_fl .conte_title .conitle_e .conit_a a:hover {
  background-color: #DE210C;
  color: #ffffff;
}
.innerpa .innerpa_fl .conte_title .conitle_e .conit_b {
  display: flex;
  align-items: center;
  height: 38px;
  background: #FFFFFF;
  border: 1px solid #DE210C;
  border-radius: 4px;
}
.innerpa .innerpa_fl .conte_title .conitle_e .conit_b a {
  height: 38px;
  display: flex;
  align-items: center;
  padding: 0 10px;
  border-radius: 4px;
}
.innerpa .innerpa_fl .conte_title .conitle_e .conit_b a em {
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #DE210C;
  margin-left: 7px;
}
.innerpa .innerpa_fl .conte_title .conitle_e .conit_b a:nth-child(2) {
  background-color: #DE210C;
}
.innerpa .innerpa_fl .conte_title .conitle_e .conit_b a:nth-child(2) em {
  color: #ffffff;
}
.innerpa .innerpa_fl .conte_title .conitle_f {
  border-top: 1px solid #E9E9E9;
  margin-top: 30px;
  padding-top: 30px;
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #A1ADC1;
}
.innerpa .innerpa_fr {
  width: 350px;
}
.innerpa .innerpa_fr .title_a {
  padding-top: 25px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.innerpa .innerpa_fr .title_a a {
  width: 168px;
  height: 59px;
  line-height: 59px;
  background: #F1574A;
  border-radius: 4px;
  font-size: 18px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
.innerpa .innerpa_fr .title_a a:nth-child(2) {
  background-color: #DE210C;
}
.innerpa .innerpa_fr .middle_box {
  padding: 30px 16px 13px 16px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-top: 25px;
  transition: all .25s;
}
.innerpa .innerpa_fr .middle_box:hover{
	box-shadow: 0px 6px 37px 3px rgba(201, 201, 201, 0.27);
	/* margin-top: -10px; */
}
.innerpa .innerpa_fr .middle_box .divider {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px 18px 0;
  border-bottom: 1px solid #E9E9E9;
}
.innerpa .innerpa_fr .middle_box .divider span {
  font-size: 22px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #213545;
}
.innerpa .innerpa_fr .middle_box .divider a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 24px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #69798C;
}
.innerpa .innerpa_fr .middle_box .divider a img {
  margin-left: 3px;
}
.innerpa .innerpa_fr .middle_box .middle_ket ul li {
  padding: 17px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.innerpa .innerpa_fr .middle_box .middle_ket ul li .img {
  width: 50px;
  margin-right: 10px;
}
.innerpa .innerpa_fr .middle_box .middle_ket ul li .key h4 {
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #213545;
}
.innerpa .innerpa_fr .middle_box .middle_ket ul li .key span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 20px;
  border: 1px solid #F2F2F2;
  border-radius: 3px;
  width: 225px;
  margin-top: 5px;
}
.innerpa .innerpa_fr .middle_box .middle_ket ul li .key span em {
  font-size: 12px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #A1ADC1;
  width: 81px;
  text-align: center;
}
/* .innerpa .innerpa_fr .middle_box .middle_ket ul li .key span em:hover{
  color: #ffffff;
  background-color: #DE210C;
} */
.innerpa .innerpa_fr .middle_box .middle_ket ul li .key span a {
  width: 63px;
  height: 18px;
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  border-radius: 3px;
  font-size: 12px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #A1ADC1;
  text-align: center;
}
.innerpa .innerpa_fr .middle_box .middle_ket ul li:hover h4{
  color: #DE210C;
}
.innerpa .innerpa_fr .middle_box .middle_ket ul li .key span a:hover{
  color: #ffffff;
  background-color: #DE210C;
}
.innerpa .innerpa_fr .miider_ktts {
  background: #FFFFFF;
  border-radius: 4px;
  padding: 30px 16px;
  margin-top: 25px;
  transition: all .25s;
}
.innerpa .innerpa_fr .miider_ktts:hover{
	box-shadow: 0px 6px 37px 3px rgba(201, 201, 201, 0.27);
	/* margin-top: -10px; */
}
.innerpa .innerpa_fr .miider_ktts .section {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 15px 0;
  border-bottom: 1px solid #E9E9E9;
}
.innerpa .innerpa_fr .miider_ktts .section p {
  font-size: 22px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #213545;
}
.innerpa .innerpa_fr .miider_ktts .section a {
  width: 66px;
  height: 24px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.innerpa .innerpa_fr .miider_ktts .section a em {
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #69798C;
}
.innerpa .innerpa_fr .miider_ktts .section a img {
  margin-left: 3px;
}
.innerpa .innerpa_fr .miider_ktts .divre {
  padding-bottom: 30px;
}
.innerpa .innerpa_fr .miider_ktts .divre ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.innerpa .innerpa_fr .miider_ktts .divre ul li a {
  display: block;
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #69798C;
  position: relative;
  margin-left: 20px;
}
.innerpa .innerpa_fr .miider_ktts .divre ul li span {
  display: block;
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #69798C;
}
.innerpa .innerpa_fr .miider_ktts .divre ul li:hover a {
  color: #DE210C;
}
.innerpa .innerpa_fr .miider_ktts .divre ul li:hover span {
  color: #DE210C;
}
.innerpa .innerpa_fr .miider_ktts .divre ul a:after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: #DE210C;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 45%;
  left: -10%;
  transform: translate(-50%, -50%);
}
.innerpa .innerpa_fr .miider_ktts .swiper-horizontal > .swiper-pagination-bullets,
.innerpa .innerpa_fr .miider_ktts .swiper-pagination-bullets.swiper-pagination-horizontal,
.innerpa .innerpa_fr .miider_ktts .swiper-pagination-custom,
.innerpa .innerpa_fr .miider_ktts .swiper-pagination-fraction {
  bottom: -2px;
  left: 0;
  width: 100%;
}
.innerpa .innerpa_fr .miider_ktts .swiper-pagination-bullet {
  width: 8px;
  height: 2px;
}
.innerpa .innerpa_fr .miider_ktts .swiper-pagination-bullet-active {
  width: 21px !important;
}
.innerpa .innerpa_fr .middle_top {
  padding: 30px 16px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-top: 25px;
  transition: all .25s;
}
.innerpa .innerpa_fr .middle_top:hover{
	box-shadow: 0px 6px 37px 3px rgba(201, 201, 201, 0.27);
	/* margin-top: -10px; */
}
.innerpa .innerpa_fr .middle_top h4 {
  font-size: 22px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #213545;
  padding: 0 12px 18px 0;
  border-bottom: 1px solid #E9E9E9;
}
.innerpa .innerpa_fr .middle_top ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.innerpa .innerpa_fr .middle_top ul a {
  margin-top: 15px;
  width: 96px;
  height: 86px;
  background: #FFFFFF;
  border: 1px solid #F2F2F2;
  border-radius: 3px;
  padding-top: 15px;
}
.innerpa .innerpa_fr .middle_top ul a img {
  display: block;
  margin: 0 auto;
}
.innerpa .innerpa_fr .middle_top ul a span {
  display: block;
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #69798C;
  text-align: center;
  padding-top: 10px;
}
.innerpa .innerpa_fr .middle_top ul a:hover {
  background: #EEF4FF;
}
.innerpa .innerpa_fr .middle_top ul a:hover span {
  font-weight: 500;
  color: #DE210C;
}
.innerpa .innerpa_fr .inne_iamg {
  padding-top: 25px;
}
.innerpa .innerpa_fr .miider_box {
  padding: 30px 16px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-top: 25px;
  transition: all .25s;
}
.innerpa .innerpa_fr .miider_box:hover{
	box-shadow: 0px 6px 37px 3px rgba(201, 201, 201, 0.27);
	/* margin-top: -10px; */
}
.innerpa .innerpa_fr .miider_box h4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 12px 18px 0;
  border-bottom: 1px solid #E9E9E9;
  font-size: 22px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #213545;
}
.innerpa .innerpa_fr .miider_box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.innerpa .innerpa_fr .miider_box ul a {
  height: 26px;
  line-height: 26px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  margin-top: 15px;
  display: inline-block;
  font-size: 14px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #A1ADC1;
  margin-right: 12px;
  padding: 0 12px;
}
.innerpa .innerpa_fr .miider_box ul a:hover{
  color: #ffffff;
  background-color: #DE210C;
}
.innerpa .innerpa_fr .paging_fr {
  width: 350px;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 30px 16px;
  margin-top: 25px;
  transition: all .25s;
}
.innerpa .innerpa_fr .paging_fr:hover{
	box-shadow: 0px 6px 37px 3px rgba(201, 201, 201, 0.27);
	/* margin-top: -10px; */
}
.innerpa .innerpa_fr .paging_fr h4 {
  padding: 0 10px 17px 0px;
  font-size: 22px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #213545;
  border-bottom: 1px solid #E9E9E9;
}
.innerpa .innerpa_fr .paging_fr ul {
  padding-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.innerpa .innerpa_fr .paging_fr ul a {
  margin-top: 10px;
  position:relative;
}
.paging_fr ul a .on{
	position:absolute;
	width:150px;
	height:auto;
	z-index:999;
	display:none;
}
.paging_fr ul a:hover .on{
	display:block;
}
.content_ft_aa{
	height: 380px;
	position: relative;
}
.content_ft_aa .mySwiperps .swiper-slide{
	width:100%;
	height:380px;
}
.content_ft_aa .mySwiperps  .swiper-slide img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.mySwiperps{
	height: 380px;
	width: 100%;
	transition: all .25s;
	position: absolute !important;
}
.mySwiperps:hover{
	box-shadow: 0px 6px 37px 3px rgba(201, 201, 201, 0.27);
	margin-top: -10px;
}
.divid_top{
  width: 325px;
  background-color: #ffffff;
  position: absolute;
  border-radius: 4px;
  padding: 0 15px 30px 15px;
  left: 0;
}
/* 弹窗 */
.zhizc{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.38);
	top: 0;
	left: 0;
	z-index: 9999999;
	display: none;
}
.tanchun{
	width: 430px;
	height: 422px;
	background: #FFFFFF;
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: 99999999;
	padding: 50px 20px;
	display: none;
}
.tanchun h4{
	font-size: 24px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #213545;
	padding-bottom: 20px;
	border-bottom: 1px solid #E9E9E9 ;
	text-align: center;
}
.tanchun .tanchun_colose,.tanchun_top .tanchun_colose{
	position:absolute;
	right:20px;
	top:20px;
	z-index:999;
	width:25px;
	cursor: pointer;
}
.tanchun_top .tanchun_username input{
	border: 1px solid #69798C;margin: 0 auto;margin-top: 10px;width: 170px;height: 25px;padding-left: 10px;
}
.tanchun ul{
	padding: 0 13px;
}
.tanchun ul li{
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 20px;
	width: 364px;
	height: 48px;
	background: #FFFFFF;
	border: 1px solid #EBF0F4;
	border-radius: 6px;
}
.tanchun ul li button{
	width: 125px;
	height: 48px;
	background: #28C445;
	border: 1px solid #EBF0F4;
	border-radius: 6px;
	font-size: 14px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
}
.tanchun ul li input{
	padding-left: 26px;
}
.tanchun ul img{
	display: block;
	margin: 0 auto;
	margin-top: 30px;
}
.verification{
	width: 244px;
	height: 48px;
	background: #DE210C;
	border-radius: 3px;
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	display: block;
	margin: 0 auto;
	margin-top: 35px;
}
.verif{
	width: 244px;
	height: 48px;
	background: #DE210C;
	border-radius: 3px;
	font-size: 18px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #FFFFFF;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
}
.tanchun_top{
	width: 430px;
    height: 630px;
    background: #FFFFFF;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999999;
    padding: 30px 20px;
	display: none;
}
.tanchun_top h4{
	font-size: 24px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #213545;
	padding-bottom: 20px;
	border-bottom: 1px solid #E9E9E9 ;
	text-align: center;
}
.tanchun_top div h6{
	font-size: 18px;
    font-family: SourceHanSansCN;
    font-weight: 400;
    color: #213545;
    line-height: 19px;
    padding-left: 110px;
    text-align: left;
    position: relative;
    margin-top: 23px;
}
.tanchun_top div label{
	display: flex;
	align-items: center;
	margin-top: 20px;
	padding-left: 130px;
}
.tanchun_top div label span{
	font-size: 16px;
	font-family: SourceHanSansCN;
	font-weight: 300;
	color: #69798C;
	padding-left: 15px;
}
.tanchun_top div h6:after {
	display: block;
	content: "";
	width: 4px;
	height: 19px;
	background: #DE210C;
	border-radius: 2px;
	position: absolute;
	top: 50%;
	left: 25%;
	transform: translate(-50%, -50%);
}
.content .content_ft .content_top .cont_key ul li:after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: #DE210C;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 78%;
  left: 1%;
  transform: translate(-50%, -50%);
}
.content .content_ft .swiper-pagination-bullet{
	width: 20px;
	height: 4px;
	border-radius: 2px;
}
.content .content_ft .content_top {
  width: 100%;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 25px 25px 0;
  margin-top: 27px;
  transition: all .25s;
}
.content .content_ft .content_top .cont_key{
	padding-bottom: 40px;
}
/*接入scrm */
.submit-scrm-part {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  display: none;
  background: rgba(0, 0, 0, 0.3);
  z-index: 2;
}
.tearcher-user-info{
padding-top: 60px;
box-sizing: border-box;
}
.submit-scrm-part .submit-scrm-box {
  width: 400px;
  height: 400px;
  background: white;
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 20px;
  box-sizing:border-box;
  border-radius: 10px;
  transform: translate(-50%, -50%);
}
.submit-scrm-part .tearcher-avatar-info {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
   left: 50%;
 transform: translate(-50%, -50%);
}
.submit-scrm-part .teacher-add-tips {
  color: #ff6e00;
  font-size: 24px;
  text-align: center;
  line-height: 40px;
}
.submit-scrm-part .teacher-add-tt {
  color: rgba(0, 0, 0, 0.85);
  font-size: 16px;
  text-align: center;
}
.submit-scrm-part .code_tearcher {
  width: 200px;
  margin:0px auto;
  margin-top:20px;
}
.submit-scrm-part .close-modal-part {
  width: 31px;
  height: 30px;
  position: absolute;
  right: 12px;
  top: 11px;
}
	.div_doloa{
		background: #F4FAFF;border-radius: 10px;padding: 30px 45px;
	}
	.zl_downloa{
		display: flex;align-items: center;justify-content: space-between;
	}
	.div_do_fl{
		display: flex;align-items: center;justify-content: flex-start;
	}
	.div_do_fl .images1{
		width: 79px;height: 79px;border-radius: 5px;margin: 0 0 0 25px !important;
	}
	.div_do_fl span{
		display: flex;align-items: center;
		text-indent:0 !important;
	}
	.div_do_fl span em{
		font-size: 26px;font-family: SourceHanSansCN;font-weight: bold;color: #DE210C;margin-right: 15px;
	}
	.div_do_fl span img{
		margin-left: 10px !important;
	}
	.div_do_fl p{
		font-size: 16px;font-family: SourceHanSansCN;font-weight: 300;color: #69798C;padding-top: 10px;
	}
	.div_do_fr{
		width: 208px;height: 60px;background: #DE210C;border-radius: 5px;display: flex;align-items: center;justify-content: center;
	}
	.div_do_fr img{
		margin: 0 13px 0 0 !important;
	}
	.div_do_fr span{
		text-indent:0 !important;
		font-size: 20px;font-family: SourceHanSansCN;font-weight: bold;color: #F3F7FB;
	}
	/* 2022-08-16 */
.imagtext{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background-color: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	display:none;
}
.imagtext .images{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 500px;
	transform: translate(-50%, -50%);
}
.imagtext #daguangjia_o_img{
    position: fixed;
    top: 50%;
    left: 50%;
    width: 115px;
    transform: translate(-50%, -50%);
    margin-top: 177px;
    margin-left: 5px;
}
	.scritect {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	display: none;
}
.scritect_box {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 690px;
	background: #FFFFFF;
	border-radius: 20px;
	transform: translate(-50%, -50%);
	overflow: hidden;
}
.scritect_box .guanbghste {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 20px;
	height: 20px;
}
.scrite_a {
	display: flex;
	align-items: center;
	padding: 35px 40px;
}
.scrite_a span {
	font-size: 36px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #0039ac;
	line-height: 48px;
	margin-right: 30px;
}
.scrite_a select {
	width: 200px;
	height: 36px;
	background: #FFFFFF;
	border: 1px solid #0039AC;
	border-radius: 18px;
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #0039AC;
	padding: 0 20px;
}
.label_ks {
	padding: 0 40px;
}
.label_ks .scrite_b {
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.label_ks .scrite_b p {
	width: 128px;
	height: 44px;
	background: #EEF4FF;
	border-radius: 6px;
	font-size: 24px;
	font-family: SourceHanSansCN;
	font-weight: 500;
	color: #0039AC;
	text-align: center;
	line-height: 44px;
}
.label_ks .scrite_b ul {
	display: flex;
	align-items: center;
}
.label_ks .scrite_b ul label {
	margin-left: 5px;
	width: 80px;
	height: 44px;
	position: relative;
}
.label_ks .scrite_b ul label input {
	position: absolute;
	top: 50%;
	left:50%;
	z-index: -1;
}
.label_ks .scrite_b ul label span {
	display: block;
	width: 80px;
	height: 44px;
	background: #F6F6F6;
	border-radius: 6px;
	text-align: center;
	line-height: 44px;
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #666666;
	-webkit-transition: all 0.1s;
	-moz-transition: all 0.1s;
	transition: all 0.1s;
	-webkit-box-shadow: 0px 2px 0px #c8c8c8;
	-moz-box-shadow: 0px 2px 0px #c8c8c8;
	box-shadow: 0px 2px 0px #c8c8c8;
}
.label_ks .scrite_b ul label input:checked+span {
  background-color: #00438f;
  color: #fff;
  -webkit-box-shadow: 0px 2px 0px #00438f;
  -moz-box-shadow: 0px 2px 0px #00438f;
  box-shadow: 0px 2px 0px #00438f;
}
/* .label_ks .scrite_b ul label span:active {
	-webkit-box-shadow: 0px 1px 0px #c8c8c8;
	-moz-box-shadow: 0px 1px 0px #c8c8c8;
	box-shadow: 0px 1px 0px #c8c8c8;
	position: relative;
	top: 1px;
} */
.boutesr{
	width: 200px;
	height: 44px;
	background: #0039AC;
	border-radius: 6px;
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	line-height: 44px;
	margin: 30px auto;
}
.label_boxs{
	background: #F6F6F6;
	padding: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	/* display: none; */
}
.label_boxs .balnav_fr{
	width: 180px;
	height: 180px;
	background: #FFFFFF;
	border-radius: 6px;
}
.label_boxs .balnav_fr img{
	width: 100%;
}
.label_boxs .balnav_fl .balnav_ket{
	display: flex;
	align-items: center;
}
.label_boxs .balnav_fl .balnav_ket img{
	width: 30px;
	height: 30px;
	margin-right: 10px;
}
.label_boxs .balnav_fl .balnav_ket span{
	font-size: 36px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #0039AC;
}
.balnav_box{
	display: flex;
	align-items: center;
	padding-top: 10px;
}
.balnav_box span{
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
}
.balnav_box p{
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: 600;
	color: #333333;
}
.balnav_top{
	display: flex;
	align-items: center;
	padding-top: 10px;
}
.balnav_top span{
	font-size: 20px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #333333;
}
.balnav_top p{
	font-size: 24px;
	font-family: SourceHanSansCN;
	font-weight: 400;
	color: #FF8A00;
}
.balnav_kct{
	width: 380px;
	height: 50px;
	background: #0039AC;
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
}
.balnav_kct span{
	font-size: 24px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	color: #F6F6F6;
	padding-right: 10px;
}
.balnav_kct img{
	width: 8px;
}
.boxtfs_box{display: none;}
.imagtext .code_tearcher img{
  position: fixed;
  top: 50%;
  left: 50%;
  width: 115px;
  transform: translate(-50%, -50%);
  margin-top: 177px;
  margin-left: 5px;
}
.join_wrap {
  /* padding-top: 30px; */
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1400px;
  height: 50px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.join_wrap .join_btn_wrap {
  width: 800px;
  height: 50px;
  background-image: url('https://www.cfa.cn/skin/images/join_bg.png');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.join_wrap .join_btn_wrap .join_text {
  color: #DE210C;
  font-family: 'MyCustomFontdingding', sans-serif;
}
.join_wrap .join_btn_wrap .join_btn {
  margin-left: 10px;
  width: 72px;
  height: 26px;
  opacity: 1;
  border-radius: 4px;
  font-size: 14px;
  color: #ffffff;
  line-height: 26px;
  text-align: center;
  cursor: pointer;
  color: #DE210C;
  position: absolute;
  right: 20px
}
.join_wrap .join_btn_wrap .join_btn:hover {
	border: 1px solid #DE210C;
}
.cfa_serve_wrap {
  display: flex;
  width: 1400px;
  /* height: 296px; */
  opacity: 1;
  border-radius: 4px;
  background: #ffffff;
  margin: 0 auto;
  padding: 20px;
  box-sizing: border-box;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}
.cfa_serve_wrap .serve_item {
  width: 260px;
  /* height: 120px; */
  opacity: 1;
  border-radius: 4px;
  background: #f3f7fb;
  padding: 15px;
  box-sizing: border-box;
  margin-right: 15px;
  margin-bottom: 15px;
}
.cfa_serve_wrap .serve_item:nth-child(5n) {
  margin-right: 0px;
}
.cfa_serve_wrap .serve_item .head_wrap {
  display: flex;
  align-items: center;
}
.cfa_serve_wrap .serve_item .head_wrap .icon {
  width: 24px;
  height: 24px;
  background-image: url('https://www.chinaacca.org/skin/images/serve_icon.png');
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 5px;
}
.cfa_serve_wrap .serve_item .head_wrap .name {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
}
.cfa_serve_wrap .serve_item .serve_content {
  margin-top: 10px;
}
.cfa_serve_wrap .serve_item .serve_content ul {
  display: flex;
  flex-wrap: wrap;
}
.cfa_serve_wrap .serve_item .serve_content ul li {
  margin-right: 10px;
  margin-bottom: 5px;
  padding: 2px;
  box-sizing: border-box;
  border-radius: 5px;
}
.cfa_serve_wrap .serve_item .serve_content ul li a {
  font-size: 14px;
  font-weight: 400;
  color: #6a7a8d;
  cursor: pointer;
}
.cfa_serve_wrap .serve_item .serve_content ul li:hover {
  border: 1px solid #DE210C;
}
.serve_content .expend_more {
  height: 0px;
  width: 100%;
  background: #f3f7fb;
  overflow-y: hidden;
  position: absolute;
  z-index: 111;
  left: 0px;
  padding-left: 15px;
  border-radius: 4px;
}
.serve_content ul li {
  box-sizing: border-box;
}
.cfa_serve_wrap .serve_item {
  position: relative;
}
.cfa_serve_wrap .serve_item:hover .serve_content .expend_more {
  height: auto;
  overflow-y: auto;
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  width: auto !important;
  left: 50% !important;
  transform: translateX(-50%) !important;
}
