div, p, h1, h2, h3, h4, h5, h7, ul, li, input {
  padding: 0;
  margin: 0; }
#yx_code1 {
    position: absolute;
    top: 2px;
    right: 0px;
    width: 28px;
    height: 28px;
}
a {
  text-decoration: none; }

.Mar-bottom {
  margin-bottom: 20px; }
.xlq_table{
	margin: 10px 24px;
    width: calc(100% - 48px);
    border-collapse: collapse;
    display: flex;
  	flex-direction: column;
}
.xlq_table>thead{
    height: 40px;
    background-color: #4483f8;
    color: #fff;

}
.xlq_table>thead>tr{
 display: flex;
      height: 100%;
}
  .xlq_table>thead>tr>th{
     flex: 1;
    border-right: 1px solid #fff;
        height: 100%;
        line-height: 39px;
    
  
  }
.xlq_table>thead>tr>th:last-child{
 border:0;
}
.xlq_table>tbody>tr{
     display: flex;
}
.xlq_table>tbody>tr>td{
   flex: 1;
    height: 39px;
    text-align: center;
    font-size: 14px;
    border: 1px solid #e1e1e1;
    box-sizing: border-box;
      line-height: 39px;
}
#zyDetails {
  background-color: #fff;
  width: 1100px;
  padding: 0 10px;
  margin: 0 auto;
  box-sizing: border-box;
/*  overflow: hidden; */
}
  .crumbs{
    height: 40px;
    background: #F3F3F3;
    line-height: 40px;
    padding-left:12px;
    margin: 0 0 10px;
  }
  .crumbs a{
    font-size: 14px;
    font-weight: bold;
    color: #2864A9;
  }
.zy_Title{
        display: flex;
    }
    .zy_Title .zy_Title_left{
        height: 48px;
        padding: 0 10px;
        display: flex;
        align-items: center;
        background-color: #0362D2;
        font-size: 18px;
        font-weight: 400;
        color: #FFFFFF;
        box-sizing: border-box;
    }
    .zy_Title .zy_Title_img{
        height: 48px;
    }
    .zy_Title .zy_Title_right{
        background-color: #EBF2FF;
        flex: 1;
    }
  .zy_Title .zy_Title_left img {
    margin-right: 10px; 
  }

.zy_Conter {
  display: flex;
  justify-content: space-between;
  margin-top: 10px; }
  .zy_Conter .Conter_left {
    width: 808px; }
    .zy_Conter .Conter_left .Left_box1 {
    /*  height: 532px; */
      position: relative;
      padding-bottom:20px;
      background-color: #F9FCFF; }
      .zy_Conter .Conter_left .Left_box1 .box1_title {
        height: 69px;
        line-height: 69px;
        width: 730px;
        margin: 0 auto;
        position: relative;
        font-size: 16px;
        font-weight: bold; }
        .zy_Conter .Conter_left .Left_box1 .box1_title span{
          color:#0362D2;
        }
        .zy_Conter .Conter_left .Left_box1 .box1_title div {
          width: 149px;
          height: 41px;
          background-color: #fff6f4;
          border: 1px solid #ff9178;
          top: 0;
          right: 0;
          line-height: 41px;
          margin-top: 28px;
          color: #E03A14;
          font-weight: 400;
          font-size: 16px;
          position: absolute;
          border-radius: 30px 0 0 30px;
          padding-left: 15px;
          box-sizing: border-box; }
          .zy_Conter .Conter_left .Left_box1 .box1_title div img {
            position: absolute;
            left: 10px;
            top: 9px; }
      .zy_Conter .Conter_left .Left_box1 .box1_item {
        width: 730px;
        margin: 0 auto 15px;
        display: flex;
        padding-bottom: 16px;
        
        justify-content: space-between; }
        .zy_Conter .Conter_left .Left_box1 .box1_item div {
          width: 343px;
          height: 40px;
          display: flex;
          align-items: center;
          color: #333;
          background: #FFFFFF;
          box-shadow: 0px 0px 6px 0px rgba(193,193,193,0.32);
          border-radius: 5px;
        }
          .zy_Conter .Conter_left .Left_box1 .box1_item div img {
            margin-left: 24px;
            margin-right: 18px;
            height: 29px;
    		width: 29px;
          }
          .zy_Conter .Conter_left .Left_box1 .box1_item div p{
			max-width:182px;
            overflow: hidden;
            text-overflow: ellipsis;
            white-space: nowrap;
          }
          .zy_Conter .Conter_left .Left_box1 .box1_item div b {
            margin-right: 8px; }
          .zy_Conter .Conter_left .Left_box1 .box1_item div a {
            padding: 5px 36px 4px 29px;
            border: 1px solid #4D7EF5;
            border-radius: 30px;
            font-size: 14px; }
		.box1_items{
          width: 730px;
          margin: 0 auto 15px;
          padding-bottom: 16px;
          border-bottom: 1px solid #efefef;
          justify-content: space-between;
          background: #FFFFFF;
          box-shadow: 0px 0px 6px 0px rgba(193,193,193,0.32);
          border-radius: 5px;
		}
		.box1_items .w100 {
          width: 100%;
          height: 40px;
          display: flex;
          align-items: center;
          color: #333;
          
        }
		.box1_items .w100 img{
        	margin-left: 24px;
            margin-right: 18px;
            height: 29px;
            width: 29px;
        }
        .zy_Conter .Conter_left .Left_box1 .box1_item .w100 {
          width: 100%; }
        .zy_Conter .Conter_left .Left_box1 .box1_item .btn1 a {
          color: #1454E2; }
        .zy_Conter .Conter_left .Left_box1 .box1_item .btn2 a {
          color: #fff;
          background-color: #4693f2;
          border: 0; }
    .zy_Conter .Conter_left .Left_ggw {
      display: block;
      margin: 20px 0; }
    .zy_Conter .Conter_left .Left_box2 .box2_item {
      width: 100%;
      max-height: 48px;
      margin-bottom: 8px;
      overflow: hidden;
      border: 4px;
      transition: all .5s ease-in; }
      .zy_Conter .Conter_left .Left_box2 .active>a {
        display: flex;
        justify-content: space-between;
        padding: 0 30px 0 15px;
        line-height: 48px;
        color: #333;
        background: linear-gradient(0deg, #FFF4E6 0%, #FFFDEF 100%);
        font-size: 18px; }
	  .zy_Conter .Conter_left .Left_box2 .active1>a {
        display: flex;
        justify-content: space-between;
        padding: 0 30px 0 15px;
        line-height: 48px;
        color: #333;
        background: linear-gradient(0deg, #FFE9E7 0%, #FFF4EE 100%);
        font-size: 18px; }
        .zy_Conter .Conter_left .Left_box2 .active a p b {
          display: inline-block;
          width: 3px;
          height: 14px;
          margin-right: 12px;
          background: #FFC924; }
		.zy_Conter .Conter_left .Left_box2 .active1 a p b {
          display: inline-block;
          width: 3px;
          height: 14px;
          margin-right: 12px;
          background: #FF3E24; }
        .zy_Conter .Conter_left .Left_box2 .box2_item a img {
          width: 16px;
          height: 9px;
          margin-top: 19px;
          transition: all .5s ease-in; }
      .zy_Conter .Conter_left .Left_box2 .box2_item table {
        width: 100% !important;
        margin: 0 auto 0;
        border-collapse: collapse; }
        .zy_Conter .Conter_left .Left_box2 .box2_item table thead,.zy_Conter .Conter_left .Left_box2 .box2_item table colgroup {
          height: 40px;
          background-color: #4483f8;
          color: #fff; }
          .zy_Conter .Conter_left .Left_box2 .box2_item table thead tr > th {
            border: 1px solid #E3E3E3; 
            height: 65px;
            background: #E7EFFF;
            color: #1667D3;
          }
          .zy_Conter .Conter_left .Left_box2 .box2_item table thead tr > th:last-child {
            border: 0; }
        .zy_Conter .Conter_left .Left_box2 .box2_item table tbody tr > td {
          text-align: center;
          font-size: 14px;
          border: 1px solid #e1e1e1;
          box-sizing: border-box;
          height: 65px;
          line-height: 65px;
        }
          .zy_Conter .Conter_left .Left_box2 .box2_item table tbody tr > td a {
            padding: 0;
            font-size: 14px;
            display: block;
            margin: 0 auto;
            width: 100px;
            height: 32px;
            line-height: 32px;
            background: linear-gradient(0deg, #E10000 0%, #FF5050 99%);
            border-radius: 10px;
            color: #FFFFFF;
          }
    .zy_Conter .Conter_left .Left_box2 .active {
      max-height: 9900px;
    }
      .zy_Conter .Conter_left .Left_box2 .active a > img {
        transform: rotate(180deg); }
    .zy_Conter .Conter_left .Left_subTitle {
      width: 100%;
      height: 60px;
      line-height: 60px;
      box-sizing: border-box;
      position: relative;
      font-size: 18px; }
      .zy_Conter .Conter_left .Left_subTitle span {
        padding-left: 15px;
        border-left: 4px solid #1560dc;
        border-radius: 2px; }
      .zy_Conter .Conter_left .Left_subTitle a {
        font-size: 14px;
        position: absolute;
        top: 0px;
        right: 20px;
        color: #1560dc; }
    .zy_Conter .Conter_left .Left_box3 {
      }
      .zy_Conter .Conter_left .Left_box3 .box3_conter {
        border-top: 0;
        
        text-indent: 2rem;
        color: #666;line-height: 24px;}
    .zy_Conter .Conter_left .Left_box4 .box4_conter {
      background: url(../images/left_box4_bg.png) no-repeat;
      height: 106px;
      margin-top: 10px;
      display: flex;
      align-items: center;
      justify-content: space-around; }
      .zy_Conter .Conter_left .Left_box4 .box4_conter div {
        text-align: center;
        font-size: 16px;
        color: #333; }
        .zy_Conter .Conter_left .Left_box4 .box4_conter div p {
          color: #4483f8;
          font-size: 36px;
          font-weight: 700; }
          .zy_Conter .Conter_left .Left_box4 .box4_conter div p b {
            font-size: 18px;
            font-weight: 400; }
    .zy_Conter .Conter_left .Left_box5 {
      border: 1px solid #EFEFEF;
      border-top: 0; }
      .zy_Conter .Conter_left .Left_box5 .box5_conter {
        width: 768px;
        box-shadow: 0px 0px 7px 1px #efefef;
        border-radius: 4px;
        margin: 20px auto;
        padding-top: 10px;
        box-sizing: border-box; }
        .zy_Conter .Conter_left .Left_box5 .box5_conter .box5_item {
          width: 708px;
          margin: 20px auto;
          padding-bottom: 15px;
          border-bottom: 1px solid #f1f1f1;
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .zy_Conter .Conter_left .Left_box5 .box5_conter .box5_item span {
            display: block;
            width: 60px;
            color: #333;
            font-size: 14px;
            text-align-last: justify; }
          .zy_Conter .Conter_left .Left_box5 .box5_conter .box5_item p {
            width: 490px;
            height: 4px;
            background-color: #D5e5ff; }
            .zy_Conter .Conter_left .Left_box5 .box5_conter .box5_item p em {
              display: block;
              height: 4px;
              background-color: #3D83F7; }
          .zy_Conter .Conter_left .Left_box5 .box5_conter .box5_item a {
            padding: 5px 32px;
            background-color: #488af8;
            color: #fff;
            border-radius: 20px;
            color: 14px; }
    .zy_Conter .Conter_left .Left_box6 {
      border-top: 0;
      position: relative; }
      .zy_Conter .Conter_left .Left_box6 .box6_conter {
        margin: 20px auto; }
        .zy_Conter .Conter_left .Left_box6 .box6_conter .swiper1 {
          overflow: hidden;
          height: 100%;
          margin: 0 20px; }
        .zy_Conter .Conter_left .Left_box6 .box6_conter .swiper-slide {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
        .zy_Conter .Conter_left .Left_box6 .box6_conter .swiper-button-prev1 {
          left: 730px;
          top: 40px;
          width: 13px;
          height: 20px;
          background: url(../images/prev.png) no-repeat; }
        .zy_Conter .Conter_left .Left_box6 .box6_conter .swiper-button-next1 {
          right: 30px;
          top: 40px;
          width: 13px;
          height: 20px;
          background: url(../images/next.png) no-repeat; }
        .zy_Conter .Conter_left .Left_box6 .box6_conter .box6_item {
          width: 370px;
          border-radius: 4px;
          box-shadow: 0px 0px 7px 1px #efefef;
          margin: 5px;
          padding: 15px 28px 16px 31px;
          box-sizing: border-box; }
          .zy_Conter .Conter_left .Left_box6 .box6_conter .box6_item div {
            display: flex;
            justify-content: space-between; }
            .zy_Conter .Conter_left .Left_box6 .box6_conter .box6_item div p {
              color: #333; }
          .zy_Conter .Conter_left .Left_box6 .box6_conter .box6_item .item_title {
            margin-bottom: 23px;
            align-items: center; }
            .zy_Conter .Conter_left .Left_box6 .box6_conter .box6_item .item_title p {
              font-size: 16px; }
            .zy_Conter .Conter_left .Left_box6 .box6_conter .box6_item .item_title span {
              font-size: 12px;
              color: #FF4A0B; }
          .zy_Conter .Conter_left .Left_box6 .box6_conter .box6_item .item_subtitle {
            align-items: center;
            font-size: 14px; }
            .zy_Conter .Conter_left .Left_box6 .box6_conter .box6_item .item_subtitle p {
              width: 130px; }
            .zy_Conter .Conter_left .Left_box6 .box6_conter .box6_item .item_subtitle a {
              font-size: 14px;
              width: 80px;
              height: 32px;
              background: linear-gradient(0deg, #1560DC 0%, #3A96EB 100%);
              border-radius: 10px;
              color: #FFFFFF;
              line-height: 32px;
    			text-align: center;
            }
              .zy_Conter .Conter_left .Left_box6 .box6_conter .box6_item .item_subtitle a:last-child {
                background-color: #3588EF;
                color: #fff; }
    .zy_Conter .Conter_left .Left_box7 {
      border: 1px solid #EFEFEF;
      border-top: 0;
      position: relative; }
      .zy_Conter .Conter_left .Left_box7 .box7_conter {
        margin: 20px auto 10px; }
        .zy_Conter .Conter_left .Left_box7 .box7_conter .swiper2 {
          overflow: hidden;
          height: 100%;
          margin: 0 20px; }
        .zy_Conter .Conter_left .Left_box7 .box7_conter .swiper-slide {
          display: flex;
          flex-wrap: wrap;
          justify-content: space-between; }
        .zy_Conter .Conter_left .Left_box7 .box7_conter .swiper-button-prev2 {
          left: 730px;
          top: 40px;
          width: 13px;
          height: 20px;
          background: url(../images/prev.png) no-repeat; }
        .zy_Conter .Conter_left .Left_box7 .box7_conter .swiper-button-next2 {
          right: 30px;
          top: 40px;
          width: 13px;
          height: 20px;
          background: url(../images/next.png) no-repeat; }
        .zy_Conter .Conter_left .Left_box7 .box7_conter .box7_item {
          width: 374px;
          height: 60px;
          padding: 0 16px 0 30px;
          box-sizing: border-box;
          border: 1px solid #e8e8e8;
          border-radius: 4px;
          display: flex;
          justify-content: space-between;
          align-items: center;
          color: #333;
          margin-bottom: 10px; }
          .zy_Conter .Conter_left .Left_box7 .box7_conter .box7_item>a {
            padding: 5px 12px;
            font-size: 14px;
            color: #fff;
            background-color: #63a3f2;
            font-weight: 700;
            border-radius: 4px; }
  .zy_Conter .Conter_right {
    width: 252px; }
    .zy_Conter .Conter_right .right_title {
      text-align: center;
      height: 48px;
      border-bottom: 1px solid #e7e7e7;
      line-height: 48px;
      font-weight: 700; }
    .zy_Conter .Conter_right .right_hr {
      width: 40px;
      height: 2px;
      background-color: #4483F8;
      border: 0;
      margin: -2px auto; }
    .zy_Conter .Conter_right .Right_box1 {
      height: 632px;
      border: 1px solid #E7E7E7;
      border-radius: 10px 10px 0 0; }
      .zy_Conter .Conter_right .Right_box1 .box1_title {
        background: url(../images/right_box1_bg.png) no-repeat;
        height: 130px;
        color: #fff;
        font-size: 26px;
        text-align: center;
        padding-top: 18px;
        font-weight: 700; line-height: 32px;}
      .zy_Conter .Conter_right .Right_box1 input {
        display: block;
        width: 232px;
        height: 40px;
        line-height: 40px;
        border: 1px solid #D7D6D6;
        border-radius: 20px;
        margin: 0 auto 20px;
        padding-left: 20px;
        box-sizing: border-box; }
      .zy_Conter .Conter_right .Right_box1 .btna {
        display: block;
        margin: 0 auto;
        text-align: center;
        line-height: 50px;
        color: #fff;
        width: 232px;
        height: 50px;
        background: linear-gradient(90deg, #F8985E 0%, #FD823E 100%);
        border-radius: 25px; }
      .zy_Conter .Conter_right .Right_box1 .IntP {
        font-size: 14px;
        color: #666;
        padding: 12px 0 0 25px;
        line-height: 26px; }
    .zy_Conter .Conter_right .Right_box2 {
      height: 230px;
      border: 1px solid #e7e7e7; }
      .zy_Conter .Conter_right .Right_box2 table {
        width: 232px;
        margin: 14px auto 0;
        border-collapse: collapse; }
        .zy_Conter .Conter_right .Right_box2 table thead {
          height: 40px;
          background-color: #f1f1f1;
          color: #333;
          font-weight: 700;
          font-size: 12px; }
          .zy_Conter .Conter_right .Right_box2 table thead tr > th {
            border-right: 1px solid #fff; }
            .zy_Conter .Conter_right .Right_box2 table thead tr > th:last-child {
              border: 0; }
        .zy_Conter .Conter_right .Right_box2 table tbody tr {
          border: 1px solid #e1e1e1; }
        .zy_Conter .Conter_right .Right_box2 table tbody tr > td {
          text-align: center;
          font-size: 12px;
          color: #333;
          border-right: 1px solid #e1e1e1;
          box-sizing: border-box;
          height: 30px; }
          .zy_Conter .Conter_right .Right_box2 table tbody tr > td:last-child {
            border-right: 0; }
    .zy_Conter .Conter_right .Right_box3 {
      height: 304px;
      border: 1px solid #e7e7e7;
      padding: 0 10px; }
      .zy_Conter .Conter_right .Right_box3 a {
        font-size: 12px;
        color: #666;
        display: inline-block;
        height: 36px;
        width: 110px;
        line-height: 36px;
        background-color: #FAFAFA;
        border-radius: 4px;
        margin-top: 11px; }
        .zy_Conter .Conter_right .Right_box3 a img {
          padding: 0 10px; }
      .zy_Conter .Conter_right .Right_box3 .w230 {
        width: 230px; }
      .zy_Conter .Conter_right .Right_box3 .Color-448 {
        color: #4483f8; }
    .zy_Conter .Conter_right .Right_box4 {
      height: 590px;
      border: 1px solid #e7e7e7; }
      .zy_Conter .Conter_right .Right_box4 .box4_title {
        text-align: center;
        height: 48px;
        border-bottom: 1px solid #e7e7e7; }
        .zy_Conter .Conter_right .Right_box4 .box4_title a {
          display: inline-block;
          line-height: 48px;
          color: #333;
          text-align: center; }
          .zy_Conter .Conter_right .Right_box4 .box4_title a hr {
            display: none; }
        .zy_Conter .Conter_right .Right_box4 .box4_title .active {
          color: #000;
          font-weight: 500;
          position: relative; }
          .zy_Conter .Conter_right .Right_box4 .box4_title .active hr {
            position: absolute;
            left: 33%;
            bottom: -9px;
            display: block;
            width: 40px;
            height: 2px;
            border: 0;
            background-color: #4483f8; }
      .zy_Conter .Conter_right .Right_box4 .box4_ItemBox > .ItemBox {
        padding: 0 10px; }
        .zy_Conter .Conter_right .Right_box4 .box4_ItemBox > .ItemBox a {
          display: flex;
          border-bottom: 1px solid #e7e7e7;
          }
          .zy_Conter .Conter_right .Right_box4 .box4_ItemBox > .ItemBox a img {
            width: 80px;
            height: 80px;
            margin-right: 7px; }
          .zy_Conter .Conter_right .Right_box4 .box4_ItemBox > .ItemBox a div {
            color: #333;
            font-size: 12px; }
            .zy_Conter .Conter_right .Right_box4 .box4_ItemBox > .ItemBox a div h5 {
              margin: 10px 0;
              font-size: 14px; }
            .zy_Conter .Conter_right .Right_box4 .box4_ItemBox > .ItemBox a div p {
              overflow: hidden;
              text-overflow: ellipsis;
              display: -webkit-box;
              -webkit-line-clamp: 2;
              -webkit-box-orient: vertical;
              margin-bottom: 8px;
              color: #666; }
            .zy_Conter .Conter_right .Right_box4 .box4_ItemBox > .ItemBox a div span {
              color: #E11616; }
    .zy_Conter .Conter_right .Right_box5 {
      position: relative; }
      .zy_Conter .Conter_right .Right_box5 .box5_title {
        height: 48px;
        line-height: 48px;
        background: linear-gradient(0deg, #DEEAFF 0%, #EEF4FF 100%);
        text-align: center;
        font-weight: 700;
        color: #333; }
      .zy_Conter .Conter_right .Right_box5 .box5_ewm {
        height: 272px;
        border: 1px solid #e7e7e7;
        border-top: 0;
        overflow: hidden; }
        .zy_Conter .Conter_right .Right_box5 .box5_ewm .swiper-container {
          height: 100%; }
        .zy_Conter .Conter_right .Right_box5 .box5_ewm .swiper-slide {
          padding-top: 20px;
          text-align: center; }
          .zy_Conter .Conter_right .Right_box5 .box5_ewm .swiper-slide img {
            width: 160px;
            height: 160px; }
          .zy_Conter .Conter_right .Right_box5 .box5_ewm .swiper-slide span {
            display: block;
            font-size: 14px;
            color: #DB1414;
            font-weight: 700;
            margin-bottom: 5px; }
          .zy_Conter .Conter_right .Right_box5 .box5_ewm .swiper-slide p {
            font-size: 12px;
            color: #333;
            padding: 0 20px; }
        .zy_Conter .Conter_right .Right_box5 .box5_ewm .swiper-button-prev3 {
          background-image: url(../images/ewm_prev.png);
          background-size: 100%;
          height: 20px;
          width: 9px;
          top: 35px;
          left: 20px; }
        .zy_Conter .Conter_right .Right_box5 .box5_ewm .swiper-button-next3 {
          background-image: url(../images/ewm_next.png);
          height: 20px;
          width: 9px;
          top: 35px;
          right: 20px;
          background-size: 100%; }

.option_lphs {
  width: 232px;
  height: 40px;
  border: 1px solid #cccccc;
  position: relative;
  margin-right: 17px;
  margin: 0 auto 20px;
  border-radius: 20px; }
  .option_lphs select {
    border: none;
    border-radius: 20px;
    outline: none;
    width: 100%;
    height: 40px;
    line-height: 40px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    padding-left: 20px;
    color: #666; }
.option_lphs select option{
	height: 20px;
  	line-height: 20px;
}
  .option_lphs:after {
    content: "";
    width: 14px;
    height: 8px;
    background: url(../images/xiala.png) no-repeat center;
    position: absolute;
    right: 20px;
    top: 41%;
    pointer-events: none; }
.ItemBox>.PDF_item{
      display: flex;
      flex-wrap:wrap;
      border-bottom: 1px solid #e7e7e7;
      padding-bottom: 10px;
      margin-top: 11px;
    }
    .ItemBox>.PDF_item div{
      display: flex;
      align-items: center;
    }
    .ItemBox>.PDF_item>.PDF_top img{
      width: 34px;height: 38px;margin-right: 5px;
    }
    .ItemBox>.PDF_item>.PDF_top p{
      font-size: 14px;color: #333;
      margin: 0; line-height: 20px;
    }
.ItemBox>.PDF_item>.PDF_foo{
	margin-top:4px
}
    .ItemBox>.PDF_item>.PDF_foo>div{
      display: flex;
      align-items: center;
    }
    .ItemBox>.PDF_item>.PDF_foo img{
      width: 11px;height: 12px;
      margin-right: 6px;
    }
    .ItemBox>.PDF_item>.PDF_foo p{
      font-size: 12px;color: #666;
      margin: 0;width: 140px;
    }
    .ItemBox>.PDF_item>.PDF_foo a{
      font-size: 12px;color: #fff;
      padding: 5px 10px;
      background: #4483F8;
      border-radius: 4px;
      text-decoration: none;
    }
/*# sourceMappingURL=zy.css.map */
  .Right_box6 {
        width: 258px;
        padding-bottom: 20px;
        border: 1px solid #ebeceb;
   position: relative;
    }

    .Right_box6 .title p span {
        color: red;
    }

    .Right_box6 .title {
        height: 40px;
        line-height: 40px;
        text-align: center;
        font-weight: bold;
        font-size: 16px;
        position: relative;
        border-bottom: 1px solid #3765a3;
    }

    .Right_box6 .title p span::before {
        content: '';
        height: 5px;
        background-color: #3765a3;
        display: block;
        position: absolute;
        bottom: -3px;
        left: 50%;
        width: 50%;
        margin-left: -25%;
    }

    .Right_box6 .content {
        display: flex;
        flex-wrap: wrap;
        padding-left: 18px;
    }

    .Right_box6 .content p {
        width: 60px;
        margin: 0;
        margin-right: 20px;
        font-size: 14px;
        text-align: center;
        color: #444;
        margin-top: 25px;
      cursor: pointer;
    }
   .Right_box6 .content p img {
    width: 100%;
    margin-bottom: 5px;
}
    .Right_box6>a {
        display: block;
        width: 90%;
        margin: 0 auto;
        text-align: center;
        height: 40px;
        line-height: 40px;
        border-radius: 4px;
        text-decoration: none;
        background: linear-gradient(to bottom, #f15a4d 1%, #e2382f 100%);
        margin-top: 15px;
        color: #fff;
    }
.Right_box6 .ercode{
        position: absolute;
        top: 100px;
        right: -300px;
}
 .ercode {
        color: #666666;
        display: none;

        width: 280px;
   		z-index:999;
    }

    .ercode>div {
        position: relative;
        width: 140px;
        background: #FDFDFD;
        height: 190px;
        padding-top: 10px;
        line-height: 1.6;
        text-align: center;
    }

    .ercode::after {
        content: "";
        position: absolute;
        left: -10px;
        top: 20px;
        height: 20px;
        background-image: url(/statics/kf/kf7.png);
        width: 10px;
    }

    .ercode img {
        width: 110px;
        height: 110px;
    }

    .kf-ewm2-title {
        color: #0362D2;
        font-size: 14px;
    }

    .Right_box8{
        border: 1px solid #E7E7E7;
        position: relative;
    }
   .Right_box8 .content_x {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-around;
         padding-top: 20px;
    }

    .Right_box8 .content_x>a {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }

    .Right_box8 .content_x>a:last-child {
        display: inline-block;
        width: 112px;
        height: 33px;
        background: #FFFFFF;
        border: 1px solid #4483F8;
        border-radius: 0px;
        text-align: center;
        line-height: 33px;
        font-weight: 400;
        color: #4483F8;
        font-size: 14px;
    }

    .Right_box8 .content_x>a>img {
        width: 24px;
        margin-right: 10px;
    }

    .Right_box8 .content_x>a>p>span:first-child {
        font-size: 14px;
        font-weight: 400;
        color: #181818;
    }

    .Right_box8 .content_x>a>p>span:last-child {
        font-size: 12px;
        font-weight: 400;
        color: #999999;
          line-height: 27px;
    }
.Right_box8 .ercode{
        position: absolute;
        top: 100px;
        right: -300px;
}
.box_titleName .box_titleName_text {
  height: 40px;
  background:#1667D3;
  font-size: 16px;
  font-weight: bold;
  color: #FFFFFF;
  padding:0px 9px;
  display:flex;
  align-items:center;
}
.box_titleName .box_titleName_image{
  width:25px;
  height:19px;
  margin-right:12px;
}
.box_titleName {
  height: 40px;
  border-bottom:1px solid #1969D5;
  display:flex;
  margin-bottom:20px;
}
.box_titleName .box_triangle{
  width:40px;
  height: 40px;
  background-image: linear-gradient(45deg, #1667D3 50%, #ffffff 50%);
}
.Mar-bottom {
    margin-bottom: 20px;
}
.Left_box3 .box3_title {
    height: 64px;
}
.Left_box3 .box3_title .active {
    color: #1869D4;
    font-size: 18px;
    font-weight: Bold;
    background-image: url(/statics/zsb-yx/images/background-menu.png);
    background-repeat: no-repeat;
    background-size: 100% 64px;
}
.Left_box3 .box3_title a {
    line-height: 50px;
    padding: 18px 30px;
    color: #333333;
}
.Left_box3 .box3_conter {
    
    box-sizing: border-box;
    
}
.Left_box3 .box3_conter table {
    width: 100%;
}
.Left_box3 .box3_conter table thead {
    background: #F2F2F2;
    height: 40px;
}
.Left_box3 .box3_conter table tbody tr > td {
    text-align: center;
    height: 54px;
    font-size: 14px;
}
.Left_box3 .box3_conter table tbody tr > td .a3 {
    font-size: 12px;
    padding: 2px 4px;
    color: #1560DC;
    background: #E9F1FF;
    border-radius: 4px;
}
.Left_box3 .box3_conter table tbody tr > td {
    text-align: center;
    height: 54px;
    font-size: 14px;
}
.Left_box3 .box3_conter table tbody tr > td .a1 {
    padding: 6px 25px;
    color: #333333;
    border: 1px solid #ECECEC;
    border-radius: 14px;
}
.Left_box3 .box3_conter table tbody tr > td .a2 {
    padding: 6px 25px;
    border-radius: 14px;
    background: linear-gradient(90deg, #F84B44 0%, #FF663A 100%);
    color: #fff;
}
.Left_box3 .box3_conter table tbody tr:nth-child(2n) {
    background-color: #FAFAFA;
}
.Left_box3 .box3_conter .box3_foo {
   display: flex;
    justify-content: space-between;
    height: 90px;
    padding: 18px 0;
    box-sizing: border-box;
    background: #F1F6FF;
    font-size: 12px;
}
.Left_box3 .box3_conter .box3_foo div {
    width: 32%;
    text-align: center;
    line-height: 18px;
}
.Left_box3 .box3_conter .box3_foo div p {
    font-size: 16px;
    color: #1560DC;
    font-weight: 700;
    margin-bottom: 3px;
}
.yx_footer {
  position: relative;
  width: 1080px;
  padding-bottom: 20px;
}

.yx_footer .footer_subTitle {
  width: 100%;
  height: 60px;
  background-color: #F2F2F2;
  line-height: 60px;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 18px;
  color: #333;
}

.yx_footer .footer_subTitle span {
  padding-left: 15px;
  border-left: 4px solid #1560dc;
  border-radius: 2px;
}

.yx_footer .footer_box {
  height: 182px;
  border: 1px solid #EFEFEF;
  overflow: hidden;
}

.yx_footer .footer_box .swiper {
  position: initial;
}

.yx_footer .footer_box .swiper-slide {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0 0 18px;
  box-sizing: border-box;
}

.yx_footer .footer_box .footer_item {
  display: flex;
  width: 192px;
  height: 60px;
  padding: 6px 0 6px 7px;
  box-sizing: border-box;
  border: 1px solid #DFDFDF;
  margin: 20px 20px 0 0;
}

.yx_footer .footer_box .footer_item img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  margin-right: 10px;
}

.yx_footer .footer_box .footer_item div {
  color: #333;
  text-align: center;
  margin-top: 2px;
  line-height: 22px;
}

.yx_footer .footer_box .footer_item div span {
  font-size: 14px;
}

.yx_footer .footer_box .swiper-button-prev2 {
  background-image: url(/statics/zsb-yx/images/prev.png);
  background-size: 100%;
  left: 1000px;
  top: 40px;
  width: 13px;
  height: 20px;
}

.yx_footer .footer_box .swiper-button-next2 {
  background-image: url(/statics/zsb-yx/images/next.png);
  right: 30px;
  top: 40px;
  width: 13px;
  height: 20px;
  background-size: 100%;
}
.right_box2{
        width: 250px;
    }
    .right_box2 .right_box2_content{
        width: 250px;
        border: 1px solid #E7E7E7;
        padding-top: 17px;
        
    }
    .right_box2 .right_box2_content .right_box2_btn{
        width: 221px;
        height: 46px;
        background: #2075DE;
        border-radius: 23px;
        font-size: 16px;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 46px;
        text-align: center;
        margin: 0 auto;
        margin-top: 19px;
        margin-bottom: 23px;
    }
    .right_box2 .right_box2_content .formName{
        
        font-size: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .right_box2 .right_box2_content .formName label{
        width: 100px;
        text-align: center;
    }
    .right_box2 .right_box2_content .formName input{
        margin: 0px 3px 0 5px;
    
    }
    .right_box2 .right_box2_content .right_box2_name{
        width: 220px;
        height: 41px;
        border: 1px solid #E7E7E7;
        border-radius: 5px;
        margin: 0 auto;
        line-height: 41px;
        text-align: center;
        margin-bottom: 10px;
    }
    .right_box2 .right_box2_content .right_box2_name .right_box2_input{
        border: 0;
        width: 150px;
    }
    .right_box2 .right_box2_content .right_box2_name select:invalid{
        color: #333333;
    }
    .right_box2 .right_box2_title{
        text-align: center;
        padding: 12px 0px;
        line-height: 16px;
        font-size: 16px;
        font-weight: bold;
        color: #FFFFFF;
        background: linear-gradient(0deg, #4281f7 0%, #1761dd 99%);
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .right_box2 .right_box2_title .right_box2_titleIcon{
        width: 0;
        height: 0;
        border-top: 6px solid #fff;
        border-right: 7px solid transparent;
        border-left: 7px solid transparent;
        margin: 0 auto;
        margin-top: 9px;
    }
    /* .right_box5 .right_box5_content .right_box5_list .right_box5_item>a{
        position: relative;
        left: 0;
        top: 0;
    } 
    .right_box5 .right_box5_content .right_box5_list .right_box5_item>a .slidingEffectDev{
        position: absolute;
        right: -187px;
        top: -34px;
        
    }
    .right_box5 .right_box5_content .right_box5_list .right_box5_item>a .slidingEffectImg{
        width: 200px;
        height: 200px;
    } */
    .leftSlide{
        position: relative;
        left: 0;
        animation: slide-left 0.2s ease-out forwards;
    }
    @keyframes slide-left {
        from { left: -258px; }
        to { left:0; }
    }
    .rigthSlide{
        position: relative;
        left: 0;
        animation: slide-rigth 0.2s ease-out forwards;
        
    }
    @keyframes slide-rigth {
        from { left: 0; }
        to { left: -258px; }
    }
    .codeDiv {
        width: 258px;
        overflow-x: hidden;
        position: fixed;
        right: 0;
        top: 350px;
        z-index: 99;
        background: #FFFFFF;
    }
    .codeDiv .codeDiv_list{
        width: 258px;
        
        display: flex;
    }
    .codeDiv .codeDiv_list .codeDiv_item{
        width: 258px;
    }
    .codeDiv .codeDiv_title {
        height: 42px;
        background: #1667D3;
        line-height: 42px;
        font-size: 16px;
        text-align: center;
        color: #FFFFFF;
    }

    .codeDiv .codeDiv_content_title {
        height: 35px;
        line-height: 35px;
        text-align: center;
        font-size: 16px;
        font-weight: 400;
        color: #1667D3;
        width: 258px;
    }

    .codeDiv .codeDiv_content_imgDiv {
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0 17px;
    }

    .codeDiv .codeDiv_content_imgDiv .img1 {
        width: 140px;
        height: 140px;
    }

    .codeDiv .codeDiv_content_imgDiv .img2 {
        width: 70px;
        height: 122px;
    }

    .codeDiv .codeDiv_content_text {
        height: 14px;
        font-size: 14px;
        color: #333333;
        text-align: center;
        padding-bottom: 24px;

    }


    .right_box5,
    .right_box6,
    .right_box7 {
        margin-bottom: 20px;
    }

    .right_box7 {
        width: 250px;
        background: #FFFFFF;
        border: 1px solid #E7E7E7
    }

    .right_box7 .right_box7_image {
        padding: 18px 46px;
    }

    .right_box7 .right_box7_image img {
        width: 170px;
        height: 170px;
    }

    .right_box7 p {
        font-size: 14px;
        color: #1768D3;
        text-align: center;
      	height: 26px;
    }

    .right_box7 .right_box7_btn {
        width: 250px;
        height: 42px;
        background: #1768D3;
        line-height: 42px;
        text-align: center;
        font-size: 14px;
        color: #FFFFFF;
    }


    .right_box6 {
        width: 250px;
    }

    .right_box6 .right_box6_conten {
        padding: 16px 15px 6px 15px;
        border: 1px solid #E7E7E7;
    }

    .right_box6 .right_box6_conten .right_box6_input {
        display: flex;
        height: 40px;
        background: #F5F5F5;
        border-radius: 20px;
        align-items: center;
        justify-content: space-between;
        padding: 0 15px;
    }

    .right_box6 .right_box6_conten .right_box6_input .right_box6_icon {
        width: 15px;
        height: 15px;
    }

    .right_box6 .right_box6_conten .right_box6_input input {
        height: 20px;
        border: none;
        outline: none;
        box-shadow: none;
        background: #F5F5F5;
        width: 173px;
        font-size: 12px;
        margin-right: 5px;
    }

    .right_box6 .right_box6_conten .right_box6_btn {
        display: flex;
        justify-content: space-between;
        margin-top: 21px;
        margin-bottom: 10px;
        position: relative;
    }
    .right_box6 .right_box6_conten .right_box6_btn>img{
        position: absolute;
        top: 0;
        left: 218px;
        width: 200px;
        z-index: 999;
        display: none;
    }
    .right_box6 .right_box6_conten .right_box6_btn a {
        width: 98px;
        height: 36px;
        border-radius: 5px;
        line-height: 36px;
        text-align: center;
        font-size: 16px;
        color: #FFFFFF;
        display: inline-block;
        text-decoration: none;
    }

    .right_box6 .right_box6_conten .right_box6_btn .right_box6_btnLeft {
        background: linear-gradient(0deg, #FF6C05 0%, #FF9020 100%);
    }

    .right_box6 .right_box6_conten .right_box6_btn .right_box6_btnRigth {
        background: linear-gradient(0deg, #FF2B1B 0%, #FF8380 100%);
    }

    .right_box6 .right_box6_conten .right_box6_text {
        width: 224px;
        font-size: 14px;
        color: #333333;
        line-height: 24px;
    }

    .right_box6 .right_box6_conten .right_box6_text a {
        color: #1969D5;
        font-size: 14px;
        text-decoration: none;
    }

    .right_box6 .right_box6_conten .right_box6_contentDiv {
        padding: 10px 11px;
        background: #F0F6FF;
        line-height: 17px;
        font-size: 12px;
        color: #333333;
        margin-top: 10px;
    }

    .right_box6 .right_box6_conten .right_box6_contentDiv span {
        color: #FF0000;
    }


    .right_box5 {
        width: 250px;
        background: #fff;
      
    }

    .right_box5 .right_box5_title,
    .right_box6 .right_box6_title {
        height: 50px;
        border: 1px solid #E7E7E7;
        line-height: 50px;
        font-size: 16px;
        font-weight: bold;
        color: #333333;
        text-align: center;
    }
    .right_box5 .right_box5_title .colorTitle{
        color: #FF0000;
    }
    .right_box5 .right_box5_content {
        padding: 0 15px;
        border: 1px solid #E7E7E7;
     	text-align: center;
    }

    .right_box5 .right_box5_content .right_box5_list {
        display: flex;
        flex-wrap: wrap;
    }

    .right_box5 .right_box5_content .right_box5_list .right_box5_item {
        text-align: center;
        padding-top: 12px;
        width: 33.33%;
    }
    .right_box5 .right_box5_content>#right_box5_imgs{
      	width: 15px;
        height: 9px;
        padding: 12px 0 10px 0;
      	transition: all .5s ease-in;
    }
    .right_box5 .right_box5_content>.rotate180{
      	width: 15px;
        height: 9px;
        padding: 12px 0 10px 0;
      	transform:rotate(180deg);
    }
    .right_box5 .right_box5_content .right_box5_list .right_box5_item #slidingEffect{
        text-decoration:none;
    }

    .right_box5 .right_box5_content .right_box5_list .right_box5_item .right_box5_img {
        width: 51px;
        height: 51px;
    }

    .right_box5 .right_box5_content .right_box5_list .right_box5_item .right_box5_name {
        height: 14px;
        font-size: 14px;
        color: #333333;
        line-height: 14px;
        margin-top: 11px;
        margin-bottom: 5px;
    }

    .right_box5 .right_box5_content .right_box5_btn {
        width: 232px;
        height: 40px;
        background: linear-gradient(0deg, #1768D3 0%, #3182DB 100%);
        line-height: 40px;
        text-align: center;
        margin: 0 auto;
        font-size: 16px;
        color: #FFFFFF;
        margin-top: 18px;
        margin-bottom: 12px;
    }