body {
  max-width: 1920px;
  margin: 0 auto;
  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{
	position:relative;
}
.header_top div ul li img{
	display:none;
	position:absolute;
	left:0;
	top:25px;
	z-index:999;
}
.header_top div ul li:hover img{
	display:block;
}

.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: #97BAF6;
  color: #ffffff;
}

.header {
  width: 100%;
  background-color: #ffffff;
  padding: 30px 0 18px 0;
}

.header .header_list {
  width: 1200px;
  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: #013DA5;
}

.header .header_list .header_box ul li .w1200:after {
  display: block;
  content: "";
  width: 46px;
  height: 2px;
  background: #013DA5;
  position: absolute;
  top: 130%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.header .header_list .header_box ul li a:hover{
	color: #013DA5;
}

.header .header_list .header_box ul li a:hover::after {
  display: block;
  content: "";
  width: 46px;
  height: 2px;
  background: #013DA5;
  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: #013DA5;
  border-radius: 4px;
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #FFFFFF;
  text-align: center;
}
.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: 1200px;
    margin: 0 auto;
    height: 720px;
}

.content .content_fl {
    width: 270px;
    background: #FFFFFF;
    border-radius: 4px;
    padding: 0 15px 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: 110px;
  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: #013DA5;
  color: #ffffff;
}

.content .content_ft {
  width: 580px;
}

.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: block;
  align-items: center;
  height:20px;
  overflow:hidden;
  width:400px;
  white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;
}

.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: #013DA5;
  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: #013DA5;
}

.content .content_ft .content_top .cont_key ul li:hover p {
  color: #013DA5;
}

.content .content_fr {
  width: 320px;
  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: #013DA5;
  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: #013DA5;
  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;
  white-space: nowrap;
text-overflow: ellipsis;
-o-text-overflow: ellipsis;

  width: 272px;
  height: 20px;
  overflow: hidden;
}

.content .content_fr .section_box ul li:hover a {
  color: #013DA5;
}

.content .content_fr .section_box ul li:after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: #013DA5;
  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: 1200px;
  margin: 0 auto;
  margin-top: 40px;
  padding:15px;
  background-color: #ffffff;
  transition: all .25s;
}

.minor ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.minor ul li{
	width:24%;
}
.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: 1200px;
  margin: 0 auto;
  padding-top: 40px;
}

.middle .middle_fl {
  width: 830px;
  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: 60px;
}

.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: #013DA5;
}

.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 a {
  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 a .img {
  width: 215px;
}

.middle .middle_fl .middle_key ul a .text {
  width: 520px;
}

.middle .middle_fl .middle_key ul a .text .text_a,.middle .middle_fl .middle_key ul a .text .text_a strong {
  font-size: 22px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #213545;
}

.middle .middle_fl .middle_key ul a .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 a .text .text_C {
  display: flex;
  align-items: center;
  padding-top: 15px;
}

.middle .middle_fl .middle_key ul a .text .text_C .list_a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: SourceHanSansCN;
  color: #69798C;
}

.middle .middle_fl .middle_key ul a .text .text_C .list_a p {
  font-weight: bold;
}

.middle .middle_fl .middle_key ul a .text .text_C .list_b {
  font-size: 13px;
  font-family: SourceHanSansCN;
  color: #013DA5;
  padding: 0 40px;
}

.middle .middle_fl .middle_key ul a .text .text_C .list_c {
  font-size: 16px;
  font-family: SourceHanSansCN;
  color: #69798C;
}

.middle .middle_fl .middle_key ul a:hover {
  box-shadow: 0px 6px 37px 3px rgba(201, 201, 201, 0.27);
  /* margin-top: -5px; */
}

.middle .middle_fl .middle_key ul a:hover .text_a {
  color: #013DA5;
}

.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: auto;
  height: 36px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  margin: 0 10px;
}

.middle .middle_fl .middle_ters a:hover {
  background-color: #013DA5;
  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: 130px;
  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: #013DA5;
}

.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: #013DA5 !important;
}
.middle_ket ul li:hover div span a{
	color: #FFFFFF !important;
	background-color: #013DA5  !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: #013DA5;
} */

.middle .middle_fr .middle_box .middle_ket ul li .key span a {
  width: 63px;
  height: 18px;
  background: #FF0000;
  border: 1px solid #F2F2F2;
  border-radius: 3px;
  font-size: 12px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #FFF;
  text-align: center;
}

.middle .middle_fr .middle_box .middle_ket ul li:hover h4{
  color: #013DA5;
}


.middle .middle_fr .middle_box .middle_ket ul li .key span a:hover{
  color: #ffffff;
  background-color: #013DA5;
}


.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: #013DA5;
}

.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: #013DA5;
}

.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: #013DA5;
}

.middle .middle_fr .miider_ktts .divre ul li:after {
  display: block;
  content: "";
  width: 6px;
  height: 6px;
  background: #013DA5;
  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: 1200px;
  margin: 0 auto;
  padding-top: 40px;
}

.paging .paging_fl {
  width: 830px;
  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 a {
	width:300px;
	height:20px;
	overflow:hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	-o-text-overflow:ellipsis;
  display: block;
  font-size: 14px;
  font-family: SourceHanSansCN;
  color: #69798C;
  margin-top: 20px;
  padding-left: 30px;
  position: relative;
}

.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: #013DA5;
}

.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;
  padding: 0 65px;
}

.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: 1200px;
  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: #013DA5;
  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: #013DA5;
}

.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: 1200px;
  margin: 0 auto;
  padding-top: 40px;
}

.innerpa .innerpa_fl {
  width: 835px;
}

.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: #013DA5;
}

.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 a {
  display: block;
  padding: 17px;
  margin-top: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.innerpa .innerpa_fl .middle_key ul a .img {
  width: 215px;
}

.innerpa .innerpa_fl .middle_key ul a .text {
  width: 530px;
}

.innerpa .innerpa_fl .middle_key ul a .text .text_a ,.innerpa .innerpa_fl .middle_key ul a .text .text_a b{
  font-size: 22px;
  font-family: SourceHanSansCN;
  font-weight: 500;
  color: #213545;
}


.innerpa .innerpa_fl .middle_key ul a .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 a .text .text_C {
  display: flex;
  align-items: center;
  padding-top: 25px;
}

.innerpa .innerpa_fl .middle_key ul a .text .text_C .list_a {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-family: SourceHanSansCN;
  color: #69798C;
}

.innerpa .innerpa_fl .middle_key ul a .text .text_C .list_a p {
  font-weight: bold;
}

.innerpa .innerpa_fl .middle_key ul a .text .text_C .list_b {
  font-size: 13px;
  font-family: SourceHanSansCN;
  color: #013DA5;
  padding: 0 40px;
}

.innerpa .innerpa_fl .middle_key ul a .text .text_C .list_c {
  font-size: 16px;
  font-family: SourceHanSansCN;
  color: #69798C;
}

.innerpa .innerpa_fl .middle_key ul a:hover {
  box-shadow: 0px 6px 37px 3px rgba(201, 201, 201, 0.27);
}

.innerpa .innerpa_fl .middle_key ul a:hover .text_a,.innerpa .innerpa_fl .middle_key ul a:hover .text_a b {
  color: #013DA5;
}

.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: #013DA5;
  color: #ffffff;
}

.innerpa .innerpa_fl .imhhs {
  margin-top: 40px;
}

.innerpa .innerpa_fl .inner_keys {
  width: 835px;
  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 a {
  width: 380px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 20px;
}

.innerpa .innerpa_fl .inner_keys .innermns ul a img {
  width: 105px;
}

.innerpa .innerpa_fl .inner_keys .innermns ul a p {
  display: block;
  font-size: 14px;
  font-family: SourceHanSansCN;
  color: #213545;
  line-height: 22px;
}

.innerpa .innerpa_fl .inner_keys .innermns ul a span {
  display: flex;
  align-items: center;
  padding-top: 5px;
}

.innerpa .innerpa_fl .inner_keys .innermns ul a span img {
  width: 14px;
}

.innerpa .innerpa_fl .inner_keys .innermns ul a span em {
  font-size: 12px;
  font-family: SourceHanSansCN;
  color: #A1ADC1;
  line-height: 22px;
  padding-left: 6px;
}

.innerpa .innerpa_fl .inner_keys .innermns ul a .title {
  width: 270px;
}

.innerpa .innerpa_fl .inner_keys .innermns ul a:hover p {
  color: #013DA5;
}

.innerpa .innerpa_fl .inner_keys .innermns ul a:hover span em {
  color: #013DA5;
}

.innerpa .innerpa_fl .paging_fl {
  width: 835px;
  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 a {
  display: block;
  font-size: 14px;
  width: 300px;
    height: 20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
  font-family: SourceHanSansCN;
  color: #69798C;
  margin-top: 20px;
  padding-left: 30px;
  position: relative;
}

.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: #013DA5;
}

.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;
  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 10px;
}

.innerpa .innerpa_fl .conte_title .conitle_b .coni_a span em {
  font-size: 14px;
  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: #013DA5;
  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: 190px;
  display: flex;
  align-items: center;
  height: 38px;
  background: #FFFFFF;
  border: 1px solid #013DA5;
  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: #013DA5;
}

.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: #013DA5;
  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: 18px;
  font-family: SourceHanSansCN;
  font-weight: bold;
  color: #013DA5;
}

.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: 110px;
  height: 39px;
  background: #013DA5;
  border-radius: 4px;
  font-size: 16px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #FFFFFF;
}
.innerpa .innerpa_fl .conitle_d{
	background:#ffffff;
	padding:20px 0;
	line-height:42px;
}
.innerpa .innerpa_fl .conitle_d P,
.innerpa .innerpa_fl .conitle_d div,
.innerpa .innerpa_fl .conitle_d h1,
.innerpa .innerpa_fl .conitle_d h2,
.innerpa .innerpa_fl .conitle_d h3,
.innerpa .innerpa_fl .conitle_d h4
{
  color: #69798C!important;
  font-size: 16px;
  font-family: SourceHanSansCN;
  color: #363636!important;
}

.innerpa .innerpa_fl .conitle_dol {
  margin: 0 0 !important;
}

.innerpa .innerpa_fl .conitle_d ol li {
  list-style-type: none !important;
}

.innerpa .innerpa_fl .conitle_d ul li {
    list-style-type: none !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: #013DA5;
  color: #ffffff;
}

.innerpa .innerpa_fl .conte_title .conitle_e .conit_b {
  display: flex;
  align-items: center;
  height: 38px;
  background: #FFFFFF;
  border: 1px solid #013DA5;
  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: #013DA5;
  margin-left: 7px;
}

.innerpa .innerpa_fl .conte_title .conitle_e .conit_b a:nth-child(2) {
  background-color: #013DA5;
}

.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: #013DA5;
}

.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: #013DA5;
} */

.innerpa .innerpa_fr .middle_box .middle_ket ul li .key span a {
  width: 63px;
  height: 18px;
  background: #FF0000;
  border: 1px solid #F2F2F2;
  border-radius: 3px;
  font-size: 12px;
  font-family: SourceHanSansCN;
  font-weight: 400;
  color: #fff;
  text-align: center;
}

.innerpa .innerpa_fr .middle_box .middle_ket ul li:hover h4{
  color: #013DA5;
}

.innerpa .innerpa_fr .middle_box .middle_ket ul li .key span a:hover{
  color: #ffffff;
  background-color: #013DA5;
}

.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;
  padding-left: 20px;
  width:220px;
  height:20px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
}

.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: #013DA5;
}

.innerpa .innerpa_fr .miider_ktts .divre ul li:hover span {
  color: #013DA5;
}

.innerpa .innerpa_fr .miider_ktts .divre ul a:after {
    display: block;
    content: "";
    width: 6px;
    height: 6px;
    background: #013DA5;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 10px;
    left: 6px;
    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: 130px;
  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: #013DA5;
}

.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: #013DA5;
}

.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: 320px;
  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: #013DA5;
	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: #013DA5;
	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: 650px;
    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: #013DA5;
	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: #013DA5;
  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;
}

/* 左右浮窗 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
  border: none;
  font-size: 16px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  color: #69798C;
}

* {
  list-style: none;
}

h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 10px;
  margin-bottom: 10px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}




/* 左侧导航悬浮 */

.left-guides {
  width: 60px;
  position: fixed;
  top: 24%;
  left: 35px;
  z-index: 9999;

}

.left-guide {
  width: 100%;
  background: #FFFFFF;
  position: relative;
  z-index: 9999;
}

.left-guide .little-img {
  position: absolute;
  top: -28px;
  left: 0;
}

.left-guide>ul {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.left-guide>ul>li>a {
  height: 84px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.left-guide>ul>li>a {
  color: #fff;
  font-size: 12px;
}

.left-guide ul li a img {
  margin-bottom: 3px;
}

.left-guide ul .last-li {
  width: 100%;
  height: 75px;
  background: #f96203;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.left-guide .hides {
  transform: translate3d(-120%, 0, 0);
  opacity: 0 !important;
}

.left-guide ul .last-li>img {
  transform: rotate(180deg);
  transition: all .3s ease;
}

.left-guide .left-nav {
  width: 232px;
  height: 400px;
  background: #286ADE;
  opacity: 0.8;
  position: absolute;
  top: 0;
  left: 60px;
  padding: 24px 23px 20px 20px;
  z-index: 999;
  overflow: hidden;
  transition: all .3s;
}

.left-guide .left-nav .item1 {
  overflow: hidden;
}

.left-guide .left-nav .item1 h4 {
  font-size: 14px;
  color: #FFFFFF;
}

.left-guide .left-nav .item1 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
}

.left-guide .left-nav .item1 ul li {
  text-align: left;
  margin: 0 29px 8px 0;
}

.left-guide .left-nav .item1 ul li:nth-child(6),
.left-guide .left-nav .item2 ul li:nth-child(2) {
  margin-right: 0;
}

.left-guide .left-nav .item1 ul li a {
  font-size: 12px;
  color: #FFFFFF;
  text-decoration: none;
}

.left-guide .left-nav .item1 ul li a:hover {
  color: #fff;
}

/* 左侧导航悬浮 end */


/* 右侧导航悬浮 */
.rightFloatNav {
  width: 68px;
  position: fixed;
  top: 42%;
  right: 30px;
  z-index: 99;
  font: 14px/1.5 "Microsoft YaHei", "\5FAE\8F6F\96C5\9ED1,\9ED1\4F53", "Heiti SC", tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  color: #666;
}

.rightFloatNav .rightFloatNav-list,
.rightFloatNav .rf-returnTop {
  background: #fff;
  border: 1px solid #ecedee;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 0 3px 11px rgba(217, 217, 217, .5);
  -moz-box-shadow: 0 3px 11px rgba(217, 217, 217, .5);
  box-shadow: 0 3px 11px rgba(217, 217, 217, .5);
}

.rightFloatNav .rightFloatNav-list li {
  padding: 4px;
  text-align: center;
  position: relative;
  z-index: 1;
}

.rightFloatNav .rightFloatNav-list li a,
.rightFloatNav .rf-returnTop a {
  height: 54px;
  padding-top: 6px;
  line-height: 24px;
  display: block;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  color: #666;
}

.rightFloatNav .rightFloatNav-list li i,
.rightFloatNav .rf-returnTop i,
.rightFloatNav .rightFloatNav-switch-icon {
  background: url(https://img.gaodun.cn/uploads/2206/256-22061510413Hb.png) no-repeat center top;
}

.rightFloatNav .rightFloatNav-list li i,
.rightFloatNav .rf-returnTop i {
  width: 30px;
  height: 30px;
  margin: 0 auto;
  display: block;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  -ms-transition: all .3s ease;
  transition: all .3s ease;
  *cursor: pointer;
}

.rightFloatNav .rightFloatNav-list li .rf-online-icon {
  background-position: center -60px;
}

.rightFloatNav .rightFloatNav-list li .rf-app-icon {
  background-position: center -120px;
}

.rightFloatNav .rightFloatNav-list li .rf-weixin-icon {
  background-position: center -180px;
}

.rightFloatNav .rightFloatNav-list li .rf-fankui-icon {
  background-position: center -240px;
}

.rightFloatNav .rightFloatNav-list li a:hover,
.rightFloatNav .rf-returnTop a:hover {
  color: #fff;
  text-decoration: none;
  background: #fd7400;
}

.rightFloatNav .rightFloatNav-list li a:hover i {
  background-position: center -30px;
}

.rightFloatNav .rightFloatNav-list li a:hover .rf-online-icon {
  background-position: center -90px;
}

.rightFloatNav .rightFloatNav-list li a:hover .rf-app-icon {
  background-position: center -150px;
}

.rightFloatNav .rightFloatNav-list li a:hover .rf-weixin-icon {
  background-position: center -210px;
}

.rightFloatNav .rightFloatNav-list li a:hover .rf-fankui-icon {
  background-position: center -270px;
}

.rightFloatNav .rightFloatNav-layer {
  width: 106px;
  height: 106px;
  padding: 11px 14px 0 10px;
  line-height: 28px;
  font-size: 12px;
  color: #666;
  background: url(https://img.gaodun.cn/uploads/2206/256-220615104213C8.png) no-repeat;
  position: absolute;
  left: -105px;
  top: -22px;
  display: none;
}

.rightFloatNav .rightFloatNav-layer img {
  display: block;
  margin: 0 auto;
}

.rightFloatNav .rightFloatNav-list li:hover .rightFloatNav-layer {
  display: block;
}

.rightFloatNav .rightFloatNav-list .rightFloatNav-app-layer {
  width: 345px;
  height: 145px;
  padding: 13px 0 0 7px;
  left: -352px;
  top: -45px;
  background: url(https://img.gaodun.cn/uploads/2206/256-220615104250463.png) no-repeat;
}

.rightFloatNav .rightFloatNav-list .rightFloatNav-app-ewm {
  width: 112px;
  line-height: 16px;
  text-align: center;
}

.rightFloatNav .rightFloatNav-list .rightFloatNav-app-ewm img {
  display: block;
  margin: 0 auto 4px;
}

.rightFloatNav .rightFloatNav-list .rightFloatNav-app-info {
  height: 115px;
  padding: 5px 0 0 12px;
  margin-left: 113px;
  line-height: 24px;
  border-left: 1px solid #f2f2f2;
  text-align: left;
}

.rightFloatNav .rightFloatNav-list .rightFloatNav-app-info a {
  color: #07bdc7;
  display: inline;
  height: auto;
  padding: 0;
  line-height: normal;
}

.rightFloatNav .rightFloatNav-list .rightFloatNav-app-info a:hover {
  background: none;
  color: #07bdc7;
  text-decoration: underline;
}

.rightFloatNav .rf-returnTop {
  padding: 4px;
  text-align: center;
  margin-top: 16px;
  vertical-align: top;
  display: none;
}

.rightFloatNav .rf-returnTop i {
  background-position: center -300px;
}

.rightFloatNav .rf-returnTop a:hover i {
  background-position: center -330px;
}

.rightFloatNav .rightFloatNav-switch-icon {
  width: 16px;
  height: 24px;
  overflow: hidden;
  line-height: 240px;
  position: absolute;
  left: -16px;
  top: 126px;
  background-position: right -363px;
}

.rightFloatNav .rightFloatNav-switch-icon:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}

.rightFloatNav-switch .rightFloatNav-switch-icon {
  background-position: right -393px;
}

/*.rightFloatNav .rightFloatNav-newPeople{margin-bottom:3px;display:none;-webkit-animation:hatch 4s 0s infinite both;-moz-animation:hatch 4s 0s infinite both;-o-animation:hatch 4s 0s infinite both;animation:hatch 4s 0s infinite both}
.rightFloatNav .rightFloatNav-newPeople img{display:block;margin:0 auto;}*/
.rightFloatNav .rightFloatNav-newPeople {
  position: absolute;
  left: -15px;
  top: -80px;
}

.rightFloatNav .rightFloatNav-newPeople span {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
}

@-webkit-keyframes hatch {
  0% {
    -webkit-transform: rotate(0deg)
  }

  5% {
    -webkit-transform: rotate(-4deg)
  }

  9% {
    -webkit-transform: rotate(4deg)
  }

  13% {
    -webkit-transform: rotate(-4deg)
  }

  16% {
    -webkit-transform: rotate(2deg)
  }

  20% {
    -webkit-transform: rotate(-2deg)
  }

  25% {
    -webkit-transform: rotate(0deg)
  }
}

@-moz-keyframes hatch {
  0% {
    -moz-transform: rotate(0deg)
  }

  5% {
    -moz-transform: rotate(-4deg)
  }

  9% {
    -moz-transform: rotate(4deg)
  }

  13% {
    -moz-transform: rotate(-4deg)
  }

  16% {
    -moz-transform: rotate(2deg)
  }

  20% {
    -moz-transform: rotate(-2deg)
  }

  25% {
    -moz-transform: rotate(0deg)
  }
}

@-o-keyframes hatch {
  0% {
    -o-transform: rotate(0deg)
  }

  5% {
    -o-transform: rotate(-4deg)
  }

  9% {
    -o-transform: rotate(4deg)
  }

  13% {
    -o-transform: rotate(-4deg)
  }

  16% {
    -o-transform: rotate(2deg)
  }

  20% {
    -o-transform: rotate(-2deg)
  }

  25% {
    -o-transform: rotate(0deg)
  }
}

@keyframes hatch {
  0% {
    transform: rotate(0deg)
  }

  5% {
    transform: rotate(-4deg)
  }

  9% {
    transform: rotate(4deg)
  }

  13% {
    transform: rotate(-4deg)
  }

  16% {
    transform: rotate(2deg)
  }

  20% {
    transform: rotate(-2deg)
  }

  25% {
    transform: rotate(0deg)
  }
}

/* 右导航悬浮 end */

/* 新加搬运至网校样式 */
.conitle_d video{max-width: 80%;display: block;margin: 0 auto;max-height: 400px;}
.conitle_d img{max-width: 100%!important;height: auto!important;}
.conitle_d h1{margin-bottom: 50px;text-align: center;font-size: 24px;font-weight: bold;}
.conitle_d h2{font-size: 20px;margin-bottom: 15px;margin-top: 30px;color: #2a2a2a;font-weight: bold;  }
.conitle_d h3{font-size:16px;color:#000;font-weight: bold;margin:20px 0px;}
.conitle_d p{margin-bottom: 15px;line-height: 42px;}
.conitle_d ul{margin:0 0 15px 2em;}
.conitle_d ul li{list-style-type: disc;}
.conitle_d ol{margin:0 0 15px 2em;}
.conitle_d ol li{list-style-type: decimal;}
.conitle_d table{width:100%;margin-bottom:15px;overflow-x:scroll;overflow-y:hidden;-ms-overflow-style:-ms-autohiding-scrollbar;-webkit-overflow-scrolling:touch;margin-bottom:0;}
.conitle_d tr, .article-content th,.article-content td{ border:1px solid #c4c4c4;padding: 5px;}
.conitle_d blockquote{border-left: 3px solid #23527c;background-color: #EFF6FE;padding: 10px 20px 3px 20px;margin:20px 0;}
.conitle_d blockquote p{text-indent: 0 !important;}
.conitle_d a{color: #ff0000;font-size: 16px;font-style: oblique;font-weight: inherit;}

/* 弹窗 */
.modal-container {
  position: fixed;
  top: 0px;
  bottom: 0px;
  display: none;
  right: 0px;
  width: 100%;
  z-index: 222;
  height: 100%;
  background-color: rgba(0, 0, 0, .5);
}

.modal-container .modal-wrapper {
  width: 400px;
  /* background-color: #fff; */
  border-radius: 10px;
  padding: 20px;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.modal-container .model-box img {
  width: 100%;
}

.modal-close {
  position: absolute;
  right: -23px;
  top: -18px;
   padding:10px;
  text-align: center;
  border-radius: 50%;
  background-color: #E5E5E5;
  cursor: pointer;
}

.model-title {
  text-align: center;
  font-size: 18px;
}























	
	.div_doloa{
		background: #F4FAFF;
   		border-radius: 10px;
    	padding: 20px 45px;
    	height: 130px;
	}
	.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: #013DA5;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: #013DA5;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;
}
	
	
	
	
	
	
	
	
	
	
	