div,
h3,
h4,
h5,
h7,
ul,
li,
input {
  padding: 0;
  margin: 0;
}
.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;
}

ul {
  list-style: none;
}

a {
  text-decoration: none;
}

table {
  border-collapse: collapse;
}

input,
select {
  outline: none;
}

#yx_code1{
  position: absolute;
  top: 2px;
  right: 0px;
  width: 28px;
  height: 28px;
}

.Mar-bottom {
  margin-bottom: 20px;
}

.Dis-Flex {
  display: flex;
}

#YxDetails {
  width: 1100px;
  padding: 0 10px;
  margin: 0 auto;
  box-sizing: border-box;
  background-color: #fff;
}

.Notice {
  font-size: 14px;
  color: #333;
  margin-bottom: 10px;
}

#Content {
  justify-content: space-between;
}

.Conter_left {
  width: 808px;
}

.Conter_left .Left_box1 {
  background: #F9FCFF;
  border-top: 2px solid #2864A9;
  position: relative;
}

.Conter_left .Left_box1 .Box1_conter {
  max-height: 175px;
  overflow: hidden;
  transition: all 0.5s ease-in;
}

.Conter_left .Left_box1 .Detail {
  padding: 18px 0 0 30px;
  height: 175px;
  box-sizing: border-box;
}

.Conter_left .Left_box1 .Detail > img {
  width: 140px;
  height: 140px;
  margin-right: 25px;
}

.Conter_left .Left_box1 .Detail .Details p {
  font-size: 20px;
  font-weight: bold;
  color: #333333;
  margin: 18px 0 25px 0;
}

.Conter_left .Left_box1 .Detail .Details div {
  display: flex;
  flex-wrap: wrap;
}

.Conter_left .Left_box1 .Detail .Details div span {
  display: flex;
  align-items: center;
  font-size: 14px;
  width: 50%;
  margin-bottom: 18px;
}

.Conter_left .Left_box1 .Detail .Details div span img {
  margin-right: 12px;
}

.Conter_left .Left_box1 .Detail .Details div span a {
  width: 486px;
  margin-right: 39px;
  text-indent: 2em;
  letter-spacing: 2px;
  line-height: 24px;
}

.Conter_left .Left_box1 .Introduce {
  width: 748px;
  margin: 0 auto;
  padding: 20px 0;
  border-top: 2px solid #DCEDFF;
}

.Conter_left .Left_box1 .Introduce div {
  width: 486px;
  margin-right: 39px;
  letter-spacing: 2px;
  line-height: 24px;
  text-indent: 2em;
}

.Conter_left .Left_box1 .Introduce div p {
  text-indent: 2rem;
  color: #333;
  font-size: 14px;
}

.Conter_left .Left_box1 .Introduce img {
  width: 220px;
  height: 160px;
}

.Conter_left .Left_box1 .Friend {
  display: block;
  width: 140px;
  height: 37px;
  background-image: url(/statics/zsb-yx/images/box1_bg.png);
  font-size: 12px;
  color: #fff;
  padding: 2px 0 0 28px;
  box-sizing: border-box;
  text-align: center;
  line-height: 16px;
  position: absolute;
  top: 18px;
  right: 0;
}

.Conter_left .Left_box1 .Color448 {
  color: #4483F8;
}

.Conter_left .Left_box1 .active {
  max-height: 600px;
}
.Conter_left .box_titleName .tab_active{
	height: 40px;
  background:#EAEAEA;
  font-size: 16px;
	color: #666666;
  padding:0px 9px;
  display:flex;
  align-items:center;
  cursor: pointer;
      margin-right: 20px;
}
.Conter_left .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;
  cursor: pointer;
}
.Conter_left .box_titleName .box_titleName_image{
  width:25px;
  height:19px;
  margin-right:12px;
}
.Conter_left .box_titleName {
  height: 40px;
  border-bottom:1px solid #1969D5;
  display:flex;
  margin-bottom:20px;
}
.Conter_left .box_titleName .box_triangle{
  width:40px;
  height: 40px;
  background-image: linear-gradient(45deg, #1667D3 50%, #ffffff 50%);
}
.Conter_left .Left_box2 .box2_title {
  height: 50px;
  background: #F2F2F2;
}

.box-space {
  cursor: pointer;
  align-items: center;
  justify-content: space-between;
  padding-right: 35px;
}

.box-space,
.box-space * {
  user-select: none;
}

.arrow-space {
  width: 14px;
  height: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.arrow-space {
  transition: all 0.4s;
}

.arrow-space img {
  width: 14px;
  height: 8px;
  filter: drop-shadow(50px 0 0);
  transform: translateX(-50px);
}

.Conter_left .Left_box2 .box2_title p {
  /*width: 160px;*/
  width: auto;
  padding: 0 10px;
  height: 50px;
  line-height: 50px;
  display: flex;
  align-items: center;
  font-size: 16px;
  justify-content: center;
  color: #333333;
  font-weight: 400;
}

.Conter_left .Left_box2 .box2_title p img {
  margin-right: 7px;
}

.Conter_left .Left_box2 .box2_title a {
  height: 48px;
  line-height: 50px;
  margin: 0 30px;
  color: #333333;
  font-size: 18px;
}

.Conter_left .Left_box2 .box2_title a:hover {
  color: #1560DC;
  font-weight: 700;
  border-bottom: 2px solid #1560DC;
}

.Conter_left .Left_box2 .box2_title .active {
  color: #1560DC;
  font-weight: 700;
  border-bottom: 2px solid #1560DC;
}

.Conter_left .Left_box2 .box2_conter {
  transition: all 0.4s;
  border: 1px solid #EFEFEF;
  overflow: hidden;
}

.Conter_left .Left_box2 .box2_conter div .table {
  
  transition: all 0.5s ease-in;
  overflow: hidden;
}

.Conter_left .Left_box2 .box2_conter div .table table {
  width: 99.9%;
}

.Conter_left .Left_box2 .box2_conter div .table thead {
  background: #E7EFFF ;
  height: 65px;
  color: #1667D3;
}

.Conter_left .Left_box2 .box2_conter div .table thead tr > th {
  border-right: 1px solid #fff;
  line-height: 40px;
}

.Conter_left .Left_box2 .box2_conter div .table thead tr > th:last-child {
  border: 0;
}

.Conter_left .Left_box2 .box2_conter div .table tbody tr {
  height: 65px;
  border: 1px solid #E1E1E1;
  border-top: 0;
}

.Conter_left .Left_box2 .box2_conter div .table tbody tr td {
  color: #333;
  font-size: 14px;
  text-align: center;
  border-right: 1px solid #e1e1e1;
}

.Conter_left .Left_box2 .box2_conter div .table tbody tr td:last-child {
  border: 0;
}

.Conter_left .Left_box2 .box2_conter div .table tbody tr td > .a1 {
  color: #DF1919;
}

.Conter_left .Left_box2 .box2_conter div .table tbody tr td > .a2 {
  color: #FFFFFF;
  padding: 8px 21px;
  background: linear-gradient(0deg, #E10000 0%, #FF5050 99%);;
  border-radius: 10px;
}

.Conter_left .Left_box2 .box2_conter div .active {
  max-height: 3000px;
}
.Conter_left .hides{
	display: none;
}

.Conter_left .Left_box3 .box3_title,
.Conter_left .Left_box3 .box4_title,
.Conter_left .Left_box4 .box3_title {
  height: 64px;
}
.Conter_left .Left_box4 .box4_title{
  height:44px;
  background: #F2F2F2;
}
.Conter_left .Left_box3 .box3_title a,
.Conter_left .Left_box3 .box4_title a,
.Conter_left .Left_box4 .box3_title a {
  line-height: 50px;
  padding: 18px 30px;
  color: #333333;
}

.Conter_left .Left_box4 .box4_title a{
	color: #333333;
  	font-size: 16px;
    font-weight: 400;
 	display: inline-block;
    line-height: 48px;
    text-align: center;
   	padding:0 31px;
}
.Conter_left .Left_box3 .box3_title a span,
.Conter_left .Left_box3 .box4_title a span,
.Conter_left .Left_box4 .box3_title a span,
.Conter_left .Left_box4 .box4_title a span {
  display: none;
}

.Conter_left .Left_box3 .box3_title .active,
.Conter_left .Left_box3 .box4_title .active,
.Conter_left .Left_box4 .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;
}

.Conter_left .Left_box4 .box4_title .active {
    font-weight: bold;
    color: #1667D3;
    position: relative;
}
.Conter_left .Left_box4 .box4_title a hr{
	display:none
}
.Conter_left .Left_box4 .box4_title .active hr{
	position: absolute;
    left: 33%;
    bottom: -6px;
    display: block;
    width: 40px;
    height: 2px;
    border: 0;
    background-color: #4483f8;
}

.Conter_left .Left_box3 .box3_title .active span,
.Conter_left .Left_box3 .box4_title .active span,
.Conter_left .Left_box4 .box3_title .active span,
.Conter_left .Left_box4 .box4_title .active span {
  display: inline-block;
}

.Conter_left .Left_box3 .box3_conter,
.Conter_left .Left_box4 .box3_conter {
  padding: 20px;
  box-sizing: border-box;
  border: 1px solid #EFEFEF;
}

.Conter_left .Left_box3 .box3_conter table,
.Conter_left .Left_box4 .box3_conter table {
  width: 100%;
}

.Conter_left .Left_box3 .box3_conter table thead,
.Conter_left .Left_box4 .box3_conter table thead {
  background: #F2F2F2;
  height: 40px;
}

.Conter_left .Left_box3 .box3_conter table tbody tr:nth-child(2n),
.Conter_left .Left_box4 .box3_conter table tbody tr:nth-child(2n) {
  background-color: #FAFAFA;
}

.Conter_left .Left_box3 .box3_conter table tbody tr > td,
.Conter_left .Left_box4 .box3_conter table tbody tr > td {
  text-align: center;
  height: 54px;
  font-size: 14px;
}

.Conter_left .Left_box3 .box3_conter table tbody tr > td .a1,
.Conter_left .Left_box4 .box3_conter table tbody tr > td .a1 {
  padding: 6px 25px;
  color: #333333;
  border: 1px solid #ECECEC;
  border-radius: 14px;
}

.Conter_left .Left_box3 .box3_conter table tbody tr > td .a1:hover,
.Conter_left .Left_box4 .box3_conter table tbody tr > td .a1:hover {
  color: #DF1919;
}

.Conter_left .Left_box3 .box3_conter table tbody tr > td .a2,
.Conter_left .Left_box4 .box3_conter table tbody tr > td .a2 {
  padding: 6px 25px;
  border-radius: 14px;
  background: linear-gradient(90deg, #F84B44 0%, #FF663A 100%);
  color: #fff;
}

.Conter_left .Left_box3 .box3_conter table tbody tr > td .a2:hover,
.Conter_left .Left_box4 .box3_conter table tbody tr > td .a2:hover {
  color: #1560DC;
}

.Conter_left .Left_box3 .box3_conter table tbody tr > td .a3,
.Conter_left .Left_box4 .box3_conter table tbody tr > td .a3 {
  font-size: 12px;
  padding: 2px 4px;
  color: #1560DC;
  background: #E9F1FF;
  border-radius: 4px;
}

.Conter_left .Left_box3 .box3_conter table tbody tr > td .a3:hover,
.Conter_left .Left_box4 .box3_conter table tbody tr > td .a3:hover {
  color: #DF1919;
}

.Conter_left .Left_box3 .box3_conter .box3_foo,
.Conter_left .Left_box4 .box3_conter .box3_foo {
  display: flex;
  justify-content: space-between;
  height: 90px;
  padding: 18px 0;
  box-sizing: border-box;
  background: #F1F6FF;
  font-size: 12px;
}

.Conter_left .Left_box3 .box3_conter .box3_foo div,
.Conter_left .Left_box4 .box3_conter .box3_foo div {
  width: 32%;
  text-align: center;
  line-height: 18px;
}

.Conter_left .Left_box3 .box3_conter .box3_foo div p,
.Conter_left .Left_box4 .box3_conter .box3_foo div p {
  font-size: 16px;
  color: #1560DC;
  font-weight: 700;
  margin-bottom: 3px;
}

.Conter_left .Left_box4 .box4_conter {
  border: 1px solid #EFEFEF;
  padding: 10px;
}

.Conter_left .Left_box4 .box4_conter div ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.Conter_left .Left_box4 .box4_conter div ul li {
  width: 49%;
  margin: 7px 0;
  padding-bottom: 12px;
  border-bottom: 1px solid #F1F1F1;
}

.Conter_left .Left_box4 .box4_conter div ul li a {
  color: #666;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
}

.Conter_left .Left_box4 .box4_conter div ul li a:hover {
  color: #DF1919;
}

.Conter_left .Left_box5 {
  display: flex;
  justify-content: space-between;
}

.Conter_left .Left_box5 .box5_left {
  width: 394px;
  height: 380px;
  background: #ECF3FF;
  border-radius: 10px;
  background: url(/statics/zsb-yx/images/box5_left_bg.png);
  background-size: 100%;
}

.Conter_left .Left_box5 .box5_left p {
  font-size: 24px;
  font-weight: bold;
  color: #4483F8;
  margin-bottom: 10px;
  text-align: center;
  margin-top: 24px;
}

.Conter_left .Left_box5 .box5_left div {
  margin: 20px auto;
}

.Conter_left .Left_box5 .box5_left div input {
  margin-left: 20px;
  border: 0;
  outline: none;
  color: #666;
}

.Conter_left .Left_box5 .box5_left .Btna {
  display: block;
  margin: 30px auto;
  width: 280px;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background: linear-gradient(0deg, #FF9000 0%, #FFB759 100%);
  border-radius: 26px;
  font-weight: 700;
  font-size: 18px;
  color: #fff;
}

.Conter_left .Left_box5 .box5_right {
  width: 394px;
  height: 380px;
  background: #FFFFFF;
  border: 1px solid #EFEFEF;
  border-radius: 10px;
}

.Conter_left .Left_box5 .box5_right b {
  color: #4483F8;
  font-weight: 400;
}

.Conter_left .Left_box5 .box5_right > p {
  height: 50px;
  font-size: 18px;
  background: #F2F2F2;
  text-align: center;
  line-height: 50px;
  border-radius: 10px 10px 0px 0px;
}

.Conter_left .Left_box5 .box5_right > div {
  display: flex;
  height: 82px;
  padding-left: 20px;
  align-items: center;
}

.Conter_left .Left_box5 .box5_right > div img {
  margin-right: 20px;
}

.Conter_left .Left_box5 .box5_right > div div > p {
  color: #000000;
  margin-bottom: 3px;
}

.Conter_left .Left_box5 .box5_right > div div > span {
  font-size: 14px;
  color: #666;
}

.Conter_left .Left_box5 .box5_right > div:nth-child(2n-1) {
  background-color: #FAFAFA;
}

.Conter_right {
  width: 262px;
}

.Conter_right .right_hr {
  width: 40px;
  height: 2px;
  background-color: #4483F8;
  border: 0;
  margin: -2px auto;
}

.Conter_right .right_box1 {
  height: 154px;
  margin-bottom: 15px;
  border-top: 2px solid #2864A9;
  padding: 13px 18px 10px;
  text-align: center;
  box-shadow: 0px 1px 7px 3px #e1e1e1;
  box-sizing: border-box;
  line-height: 20px;
}

.Conter_right .right_box1 h4 {
  font-size: 18px;
  color: #333333;
  margin: 4px 0;
}

.Conter_right .right_box1 p {
  font-size: 12px;
  color: #666666;
  margin-bottom: 5px;
}

.Conter_right .right_box1 a {
  color: #3C7CF6;
  font-size: 12px;
  padding: 4px 8px;
  background: #F5F8FF;
  margin: 0 9px;
}

.Conter_right .right_box1 a:hover {
  color: #DF1919;
}

.Conter_right .right_gg {
  display: block;
  height: 68px;
}

.Conter_right .right_box2 {
  height: 140px;
  border: 1px solid #E7E7E7;
}

.Conter_right .right_box2 .box2_title {
  text-align: center;
  height: 48px;
  color: #333333;
  border-bottom: 1px solid #e7e7e7;
  line-height: 48px;
  font-weight: 700;
}

.Conter_right .right_box2 .box2_ss {
  width: 232px;
  height: 40px;
  margin: 14px auto 10px;
  background: #FFFFFF;
  border: 1px solid #DCDCDC;
  border-radius: 4px;
  display: flex;
  justify-content: space-between;
}

.Conter_right .right_box2 .box2_ss input {
  height: 40px;
  padding-left: 12px;
  border: 0;
}

.Conter_right .right_box2 .box2_ss a {
  display: inline-block;
  width: 40px;
  height: 40px;
  background: linear-gradient(180deg, #76A4FA 0%, #4483F8 100%);
  border-radius: 0px 4px 4px 0px;
  text-align: center;
  line-height: 45px;
}

.Conter_right .right_box2 > p {
  font-size: 12px;
  color: #333333;
  padding-left: 10px;
}

.Conter_right .right_box2 > p a {
  color: #2C85FF;
}

.Conter_right .right_box2 > p a:hover {
  color: #DF1919;
}

.Conter_right .right_box3 {
  background: #FFFFFF;
  border: 1px solid #E7E7E7;
}

.Conter_right .right_box3 .box3_title {
  height: 48px;
  border-bottom: 1px solid #e7e7e7;
}

.Conter_right .right_box3 .box3_title a {
  font-size: 16px;
  display: inline-block;
  line-height: 48px;
  color: #333;
  width: 48%;
  text-align: center;
}

.Conter_right .right_box3 .box3_title a hr {
  display: none;
}

.Conter_right .right_box3 .box3_title .active {
  position: relative;
  background: linear-gradient(0deg, #D3E2FF 0%, #F2F6FF 100%);
  font-size: 16px;
  font-weight: bold;
  color: #1969D5;
}

.Conter_right .right_box3 .box3_title .active hr {
  position: absolute;
  left: 33%;
  bottom: -9px;
  display: block;
  width: 40px;
  height: 2px;
  border: 0;
  background-color: #4483f8;
}

.Conter_right .right_box3 .box3_conter {
  padding: 2px 10px 12px 9px;
}

.Conter_right .right_box3 .box3_conter .box3_item {
  padding-left: 25px;
  margin-top: 15px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px dashed #DBDBDB;
}

.Conter_right .right_box3 .box3_conter .box3_item div{
  width: 16px;
  height: 16px;
  line-height:16px;
  font-size: 12px;
  color: #FEFFFF;  
  border-radius: 50%;
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
}

.Conter_right .right_box3 .box3_conter .box3_item .box3_item_num{
  background: #1969D5;

}

.Conter_right .right_box3 .box3_conter .box3_item .box3_item_nums{
  background: #B7B7B7;
}

.Conter_right .right_box3 .box3_conter .box3_item a {
  color: #333333;
  font-size: 14px;
}

.Conter_right .right_box3 .box3_conter .box3_item a:hover {
  color: #0C48CF;
  font-weight: 700;
}

.Conter_right .right_box3 .box3_conter .box3_item p {
  font-size: 12px;
  color: #666666;
  margin-top: 5px;
}

.Conter_right .right_box3 .box3_conter .box3_item hr {
  position: absolute;
  width: 3px;
  height: 13px;
  background: #4483F8;
  border-radius: 3px;
  top: -3px;
  left: 0;
  border: 0;
}

.Conter_right .right_box3 .box3_conter .box3_item:last-child {
  border: 0;
}

.Conter_right .right_box4 {
  height: 304px;
  border: 1px solid #e7e7e7;
  padding: 0 10px;
}

.Conter_right .right_box4 .right_title {
  text-align: center;
  height: 48px;
  border-bottom: 1px solid #e7e7e7;
  line-height: 48px;
  font-weight: 700;
}

.Conter_right .right_box4 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;
}

.Conter_right .right_box4 a img {
  padding: 0 10px;
}

.Conter_right .right_box4 .Color-448 {
  color: #4483F8;
}

.Conter_right .right_box4 .w230 {
  width: 230px;
}

.Conter_right .right_box5 {
  position: relative;
}

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

.Conter_right .right_box5 .box5_ewm {
  height: 272px;
  border: 1px solid #e7e7e7;
  border-top: 0;
  overflow: hidden;
}

.Conter_right .right_box5 .box5_ewm .swiper {
  height: 270px
}

.Conter_right .right_box5 .box5_ewm .swiper-slide {
  padding-top: 10px;
  text-align: center;
}

.Conter_right .right_box5 .box5_ewm .swiper-slide img {
  width: 160px;
  height: 160px;
}

.Conter_right .right_box5 .box5_ewm .swiper-slide span {
  display: block;
  font-size: 14px;
  color: #DB1414;
  font-weight: 700;
  margin-bottom: 5px;
}

.Conter_right .right_box5 .box5_ewm .swiper-slide p {
  font-size: 12px;
  color: #333;
  padding: 0 20px;
}

.Conter_right .right_box5 .box5_ewm .swiper-button-prev3 {
  background-image: url(/statics/zsb-yx/images/ewm_prev.png);
  background-size: 100%;
  height: 20px;
  width: 10px;
  top: 115px;
  left: 15px;
}

.Conter_right .right_box5 .box5_ewm .swiper-button-next3 {
  background-image: url(/statics/zsb-yx/images/ewm_next.png);
  height: 20px;
  width: 9px;
  top: 115px;
  right: 15px;
  background-size: 100%;
}

.Glide {
  display: block;
  height: 60px;
  text-align: center;
  padding-top: 15px;
  box-sizing: border-box;
  color: #333333;
  background: linear-gradient(180deg, rgba(127, 127, 127, 0) 0%, rgba(127, 127, 127, 0.2) 100%);
}

.Glide:hover {
  color: #4483F8;
}

.option_lphs,
.Input {
  display: flex;
  align-items: center;
  background-color: #fff;
  width: 320px;
  height: 48px;
  position: relative;
  margin-right: 17px;
  margin: 0 auto 20px;
  border-radius: 24px;
}

.option_lphs img,
.Input img {
  height: 20px;
  padding: 0 20px 0 19px;
  border-right: 1px solid #9B9B9B;
}

.option_lphs select {
  border: none;
  border-radius: 24px;
  width: 100%;
  height: 48px;
  line-height: 50px;
  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: 10px;
  background: url(/statics/zsb-yx/images/xiala.png) no-repeat center;
  position: absolute;
  right: 20px;
  top: 40%;
  pointer-events: none;
}

.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 p{
  max-width:125px;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space: nowrap; 
}
.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%;
}

.codeDiv{
  display:none;
  width: 258px;
  background: #FFFFFF;
  position: fixed;
  right: 0;
  top: 350px;
  z-index: 99;
  overflow-x: hidden;
}
.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 .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;
  width: 258px;
  line-height: 35px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #1667D3;
}
.codeDiv .swiper-container {
   width: 258px;
   height: 213px;
}  
.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: 260px;
  background: #FFFFFF;
  border: 1px solid #E7E7E7
}
.right_box7 .right_box7_title{
  text-align: center;
    font-weight: bold;
    font-size: 16px;
    position: relative;
    height: 40px;
    line-height: 40px;
  border-bottom: 1px solid #3765a3;
}

.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;
  line-height: 25px;
}
.right_box7 .right_box7_btn{
  width: 262px;
  height: 42px;
  background: #1768D3;
  line-height: 42px;
  text-align: center;
  font-size: 14px;
  color: #FFFFFF;
}


.right_box6{
  width: 262px; 
}
.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;
}
.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;
}
.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: 262px;
  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_content {
  padding: 0 15px;
  border: 1px solid #E7E7E7;
}

.right_box5 .right_box5_content .right_box5_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.right_box5 .right_box5_content .right_box5_list .right_box5_item {
  text-align: center;
  padding-top: 24px;
  width: 33.33%;
}

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

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

#slidingEffect{
  position: relative;
  left: 0;
  top: 0;
} 
.slidingEffectDev{
  display:none;
  position: absolute;
  right: -170px;
  top: 0px;

}
.slidingEffectImg{
  width: 180px;
  height: 180px;
}

/*# sourceMappingURL=YxDetails.css.map */