.hover-com > div,
.hover-com li {
  position: relative;
  text-align: center;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  cursor: pointer;
}

/* 广告总页面 */
#type_main {
  padding-bottom: 80px;
  background-image: url(../img/type/bg-part1.png);
}
#type_main .type_conent{
    display: flex;
    justify-content: space-between;
    background-repeat: no-repeat;
    background-size: 100% 100%;
  background-image: url(../img/type/bg-part2.png);
  margin-top: 100px;
}
#type_main  #nav_type2{
  background-color: #ffffff57; 
    overflow: hidden;
    border-radius: 15px 0px 0px 15px;
  
    
    
}
#type_main  #nav_type2 li{
    width: 100%;
    height: 20%;
    display: flex;
    align-items: center;
    justify-content: center;
}
#type_main  #nav_type2 li{
    color: #a5a5a7;
    font-size: 22px;
    
}
#type_main  #nav_type2 li.active {
   background-image: linear-gradient(to right, #2d6cf5, #58bcfa);
   color: #fff;
  
}

#type_main #nav_type2 li:hover{cursor:pointer;} 
 

#type_main .bg {
  height: 100px;
  /* background-color: rgba(0, 0, 0, .7); */
}
#type_main .nav {
  border: 1px solid #fff; 
  background-color: #ffffff57;
  -webkit-transform: translate(0, -100%);
      -ms-transform: translate(0, -100%);
          transform: translate(0, -100%);
              font-size: 24px;
              color:#a5a5a7;
          
}
#type_main .nav li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 0;
  border-right: 1px solid #eee;
}
#type_main .nav li:last-child {
  border-right: none;
}
#type_main .nav li.active {
  /*background-color: var(--mainColor);*/
  /*color: #fff;*/
  
  
  color: var(--mainColor);
  
}
#type_main .nav li.active::before {
 /* content: '';*/
 /* position: absolute;*/
 /* bottom: -19px;*/
 /* left: -webkit-calc(50% - 20px);*/
 /* left: calc(50% - 20px);*/
 /* border-right:20px solid transparent;*/
	/*border-left:20px solid transparent;*/
	/*border-top:20px solid var(--mainColor);*/
	content: '';
    position: absolute;
    width: 100%;
    background-color: #4581fb;
    height: 4px;
    bottom: 0;
    left: 0;
}

#type_main .search-type {
  position: relative;
  height: 500px;
  /*overflow: hidden;*/
}
#type_main .search-type > div {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  /* transform: translate(-100%); */
  /*-webkit-transition: all .5s;*/
  /*-o-transition: all .5s;*/
  /*transition: all .5s;*/
      height: 100%;
     width: 100%;
     align-items: flex-start;
}
#type_main .search-type > div.active{
  z-index: 9;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
#type_main .search-type > div .left {
  width: 67%;
}
#type_main .search-type > div.active .left {
  /*-webkit-animation: fadeInLeft 1s 1;*/
  /*        animation: fadeInLeft 1s 1;*/
}
#type_main .search-type > div.active .right {
  /*-webkit-animation: fadeInRight 1s 1;*/
  /*        animation: fadeInRight 1s 1;*/
  top: -170px;
  margin: 0;
}
#type_main .search-type > div .left .one {
  font-size: 28px;
}
#type_main .search-type > div .left .two {
  margin-top: 10px;
  color: var(--textGrey);
}
#type_main .search-type > div .left .three {
  margin-top: 20px;
  color: var(--textGrey);
}
#type_main .btnTypeBox{
    margin-top: 60px;
    margin-bottom: 40px;
       display: flex;
    align-items: center; 
}
#type_main .btnTypeBox div{
    text-align: center;
    background-color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    margin-right: 20px;
    
}
#type_main .btnBox{
    margin-top: 60px;
    display: flex;
    align-items: center; 

}
#type_main .btnBox button{
       margin-right: 20px;
          background-image: linear-gradient(to right, #2d6cf5, #58bcfa);
}
#type_main .search-type > div .left .four {
  /*margin-top: 20px;*/
  cursor: pointer;
  color: var(--mainColor);
}
#type_main .search-type > div .left .five {
  /*margin-top: 40px;*/
}
#type_main .search-type > div .right {
  position: relative;
  margin-right: 100px;
}
#type_main .search-type > div .right .pic1 {
  /*width: 225px;*/
  /*height: 470px;*/
      width: 295px;
    height: 630px;
}
#type_main .search-type > div .right .pic2 {
  position: absolute;
  right: -65px;
  top: 25%;
  width: 350px;
  height: 206px; 
}
#type_main .search-type > div.active .right .pic2 {
  -webkit-animation: zoomIn 1s 1;
          animation: zoomIn 1s 1;
          
}
#type_main .search-type > div:nth-child(1) .right .pic1 {background-image: url(../img/type/1_c.png);}

/*#type_main .search-type > div:nth-child(1) .right .pic1 {background-image: url(../img/type/1_a.png);}*/
/*#type_main .search-type > div:nth-child(1) .right .pic2 {background-image: url(../img/type/1_b.png);}*/
#type_main .search-type > div:nth-child(2) .right .pic1 {
  background-image: url(../img/type/2_c.png);}
  
/*#type_main .search-type > div:nth-child(2) .right .pic1 {*/
/*  background-image: url(../img/type/2_a.png);}*/
/*#type_main .search-type > div:nth-child(2) .right .pic2 {*/
/*  height: 270px;background-image: url(../img/type/2_b.png);}*/

#type_main .search-type > div:nth-child(3) .right .pic1 {background-image: url(../img/type/3_c.png);}

/*#type_main .search-type > div:nth-child(3) .right .pic1 {background-image: url(../img/type/3_a.png);}*/
/*#type_main .search-type > div:nth-child(3) .right .pic2 {*/
/*  height: 260px;background-image: url(../img/type/3_b.png);}*/
#type_main .search-type > div:nth-child(4) .right .pic1 {background-image: url(../img/type/4_c.png);}

/*#type_main .search-type > div:nth-child(4) .right .pic1 {background-image: url(../img/type/4_a.png);}*/
/*#type_main .search-type > div:nth-child(4) .right .pic2 {background-image: url(../img/type/4_b.png);}*/
#type_main .search-type > div:nth-child(5) .right .pic1 {background-image: url(../img/type/5_c.png);}

/*#type_main .search-type > div:nth-child(5) .right .pic1 {background-image: url(../img/type/5_a.png);}*/
/*#type_main .search-type > div:nth-child(5) .right .pic2 {background-image: url(../img/type/5_b.png);}*/

/* search  */
#type_search > div,
#type_brand > div, 
#type_open > div {
  margin-top: 80px;
  text-align: center;
}

#type_search .lp2_part1,#type_search .lp2_part2,#type_search .lp2_part3{margin-top:20px;}
#type_search .lp2_part3{margin-bottom:0;}
#type_search .part1 {}
#type_search .part1 .con-main {}
#type_search .part1 .con-main ul {}
#type_search .part1 .con-main ul li, 
#type_brand .part1 .con-main ul li, 
#type_open .part1 .con-main ul li {
  width: 320px;
  border: 1px solid #eee;
}

#type_search .part1 .con-main ul li .pic,
#type_brand .part1 .con-main ul li .pic,
#type_open .part1 .con-main ul li .pic {
  height: auto;
  overflow: hidden;
}
#type_search .part1 .con-main ul li img, 
#type_brand .part1 .con-main ul li img, 
#type_open .part1 .con-main ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#type_search .part1 .con-main ul li div.text, 
#type_brand .part1 .con-main ul li div.text,
#type_open .part1 .con-main ul li div.text {
  padding: 20px 30px;
}
#type_search .part1 .con-main ul li div p:first-child,
#type_brand .part1 .con-main ul li div p:first-child,
#type_open .part1 .con-main ul li div p:first-child {
  font-size: 20px;
  margin-bottom: 5px;
}
#type_search .part1 .con-main ul li div p:last-child, 
#type_brand .part1 .con-main ul li div p:last-child,
#type_open .part1 .con-main ul li div p:last-child {
  line-height: 1.8;
}

#type_search .part2 {
  background-image: url(../img/type/search/part2_bg.png);
}
#type_search .part2, 
#type_brand .part2 {
  padding: 80px;
}
#type_search .part2 .nav {}
#type_search .part2 .nav li, 
#type_brand .part2 .nav li,
#type_gather .part2 .nav li {
  width: 32%;
  padding: 20px 30px;
  background-color: #fff;
  text-align: left;

}
#type_search .part2 .nav li:hover, 
#type_search .part2 .nav li.active, 
#type_brand .part2 .nav li:hover, 
#type_brand .part2 .nav li.active,
#type_gather .part2 .nav li:hover,
#type_gather .part2 .nav li.active {
  color: #fff;
  background-color: var(--mainColor);
}
#type_search .part2 .nav li p:first-child, 
#type_brand .part2 .nav li p:first-child,
#type_gather .part2 .nav li p:first-child {
  font-size: 28px;
  margin-bottom: 5px;
}
#type_search .part2 .nav li p:last-child, 
#type_brand .part2 .nav li p:last-child,
#type_gather .part2 .nav li p:last-child {
  line-height: 1.8;
}
#type_search .part2 .search-type, 
#type_brand .part2 .search-type,
#type_gather .part2 .search-type {
  position: relative;
  height: 409px;
  text-align: center;
  overflow: hidden;
}
#type_search .part2 .con-main ul,
#type_info .part2 .con-main ul,
#type_brand .part2 .con-main ul {
  color: #333;
}
#type_brand .part2 .search-type {
  height: 417px;
}
#type_search .part2 .search-type > div, 
#type_brand .part2 .search-type > div,
#type_gather .part2 .search-type > div {
  position: absolute;
  left: -webkit-calc(50% - 337px);
  left: calc(50% - 337px);
  top: 0;
  width: 674px;
  opacity: 0;
  -webkit-transform: translate(-100%);
      -ms-transform: translate(-100%);
          transform: translate(-100%);
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
}
#type_search .part2 .search-type > div.active, 
#type_brand .part2 .search-type > div.active,
#type_gather .part2 .search-type > div.active {
  z-index: 9;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
  opacity: 1;
}
#type_search .part2 .search-type > div .pic2,
#type_brand .part2 .search-type > div .pic2 {
  position: absolute;
  width: 1011px;
  height: 254px;
  -o-object-fit: contain;
     object-fit: contain;
  left: -webkit-calc(50% - 505px);
  left: calc(50% - 505px);
  top: 60px;
}
#type_search .part2 .search-type > div.active .pic2,
#type_brand .part2 .search-type > div.active .pic2 {
  -webkit-animation: zoomIn 1s 1;
          animation: zoomIn 1s 1;
}
#type_brand .part2 .search-type > div .pic2 {
  height: 294px;
}

#type_search .part3, 
#type_brand .part3,
#type_open .part3,
#type_gather .part3 {
  margin-top: 0;
  padding: 80px 0;
}
#type_search .part3 {
  background-image: url(../img/type/search/part3_bg.png);
}
#type_search .part3 .con-main, 
#type_brand .part3 .con-main,
#type_open .part3 .con-main,
#type_gather .part3 .con-main {
  height: 440px;
}
#type_search .part3 .con-main .left, 
#type_brand .part3 .con-main .left,
#type_open .part3 .con-main .left,
#type_gather .part3 .con-main .left {
  width: 530px;
  height: 100%;
}
#type_search .part3 .con-main .left img, 
#type_brand .part3 .con-main .left img,
#type_open .part3 .con-main .left img,
#type_gather .part3 .con-main .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#type_search .part3 .con-main .right, 
#type_brand .part3 .con-main .right,
#type_open .part3 .con-main .right,
#type_gather .part3 .con-main .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  padding: 50px 60px;
  text-align: left;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
}
#type_search .part3 .con-main .right .top, 
#type_brand .part3 .con-main .right .top,
#type_open .part3 .con-main .right .top,
#type_gather .part3 .con-main .right .top {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ddd;
  font-size: 28px;
}
#type_search .part3 .con-main .right .sub {}
#type_search .part3 .con-main .right .num { }
#type_search .part3 .con-main .right .num ul, 
#type_info .part3 .con-main .right .num ul, 
#type_brand .part3 .con-main .right .num ul, 
#type_open .part3 .con-main .right .num ul,
#type_gather .part3 .con-main .right .num ul {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-top: 0;
}
#type_search .part3 .con-main .right .num ul li,
#type_info .part3 .con-main .right .num ul li,
#type_brand .part3 .con-main .right .num ul li,
#type_open .part3 .con-main .right .num ul li,
#type_gather .part3 .con-main .right .num ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
#type_search .part3 .con-main .right .num ul li p:first-child {}
#type_search .part3 .con-main .right .num ul li p:first-child span,
#type_brand .part3 .con-main .right .num ul li p:first-child span,
#type_open .part3 .con-main .right .num ul li p:first-child span,
#type_gather .part3 .con-main .right .num ul li p:first-child span {
  font-size: 45px;
}
#type_search .part3 .con-main .right .num ul li p:last-child {}


/* 
feed
*/
#type_info > div { margin-top: 80px; }
#type_info .part1 .con-main {
  height: 380px;
}
#type_info .part1 .con-main .left {
  width: 500px;
  height: 100%;
  position: relative;
}
#type_info .part1 .con-main .left .left-wrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
#type_info .part1 .con-main .left .left-wrap.active {
  z-index: 9;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
#type_info .part1 .con-main .left .left-wrap.active img {
  width: 100%;
  height: 100%;
  margin-left: 55px;
  -o-object-fit: cover;
     object-fit: cover;
}

#type_info .part1 .con-main .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
}
#type_info .part1 .con-main .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
#type_info .part1 .con-main .right ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 20px 30px;
  background-color: var(--bgColorBlue);
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#type_info .part1 .con-main .right ul li i {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
#type_info .part1 .con-main .right ul li:nth-child(1) i {background-image: url(../img/type/info/part1_icon_1.png);}
#type_info .part1 .con-main .right ul li.active:nth-child(1) i {background-image: url(../img/type/info/part1_icon_1_active.png);}
#type_info .part1 .con-main .right ul li:nth-child(2) i {background-image: url(../img/type/info/part1_icon_2.png);}
#type_info .part1 .con-main .right ul li.active:nth-child(2) i {background-image: url(../img/type/info/part1_icon_2_active.png);}
#type_info .part1 .con-main .right ul li:nth-child(3) i {background-image: url(../img/type/info/part1_icon_3.png);}
#type_info .part1 .con-main .right ul li.active:nth-child(3) i {background-image: url(../img/type/info/part1_icon_3_active.png);}
#type_info .part1 .con-main .right ul li:hover,
#type_info .part1 .con-main .right ul li.active {
  background-color: var(--mainColor);
  color: #fff;
}
#type_info .part1 .con-main .right ul li p {}
#type_info .part1 .con-main .right ul li p:nth-child(1) {
  font-size: 24px;
}
#type_info .part1 .con-main .right ul li p:nth-child(2) {
  /* color: #ddd; */
}
#type_info .part1 .con-main .right ul li p:nth-child(3) {
  margin-top: 20px;
  font-size: 12px;
  color: #517DF6;
}
#type_info .part1 .con-main .right ul li:hover p:nth-child(3) {
  color: #fff;
}

#type_info .part2 {
  padding: 80px 0;
}
#type_info .part2 .nav {
  border: 1px solid var(--mainColor);
}
#type_info .part2 .nav li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px 0;
  border-right: 1px solid var(--mainColor);
  border-radius: 0;
}
#type_info .part2 .nav li:last-child {
  border-right: none;
}
#type_info .part2 .nav li:hover,
#type_info .part2 .nav li.active {
  color: #fff;
  background-color: var(--mainColor);
}
#type_info .part2 .nav li:hover::before, 
#type_info .part2 .nav li.active::before {
  content: '';
  position: absolute;
  bottom: -14px;
  left: -webkit-calc(50% - 15px);
  left: calc(50% - 15px);
  border-right:15px solid transparent;
	border-left:15px solid transparent;
	border-top:15px solid var(--mainColor);
}
#type_info .part2 .search-type  {
  position: relative;
  height: 348px;
}
#type_info .part2 .search-type > div {
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /* transform: scale(0); */
  /* opacity: 0; */
  /* transition: all .5s; */
}
#type_info .part2 .search-type > div.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 9;
  /* transform: scale(1); */
  /* opacity: 1; */
}
#type_info .part2 .search-type > div.active img {
  -webkit-animation: fadeInLeft 1.5s 1;
          animation: fadeInLeft 1.5s 1;
}
#type_info .part2 .search-type > div.active .con {
  -webkit-animation: fadeInRight 1.5s 1;
          animation: fadeInRight 1.5s 1;
}
#type_info .part2 .search-type > div img {
  width: 0;
}
#type_info .part2 .search-type > div.active img {
  width: 575px;
  height: 348px;
  -o-object-fit: cover;
     object-fit: cover;
}
#type_info .part2 .search-type > div .con {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 20px 40px;
  text-align: right;
}
#type_info .part2 .search-type > div:nth-child(1) .con {background-image: url(../img/type/info/part2_1_3.png);}
#type_info .part2 .search-type > div:nth-child(2) .con {background-image: url(../img/type/info/part2_2_3.png);}
#type_info .part2 .search-type > div:nth-child(3) .con {background-image: url(../img/type/info/part2_3_3.png);}
#type_info .part2 .search-type > div .con p.o  {
  padding-bottom: 15px;
  margin-bottom: 20px;
  color: var(--mainColor);
  font-size: 18px;
  border-bottom: 1px dashed #ccc;
}
#type_info .part2 .search-type > div .con p.o i {
  display: inline-block;
  width: 22px;
  height: 15px;
  background-image: url(../img/type/info/part2_1_2.png);
}
#type_info .part2 .search-type > div .con p.t {}
#type_info .part2 .search-type > div .con span {
  display: inline-block;
  width: 96px;
  height: 96px;
  margin-top: 15px;
}
#type_info .part2 .search-type > div:nth-child(1) .con span {background-image: url(../img/type/info/part2_1_4.png);}
#type_info .part2 .search-type > div:nth-child(2) .con span {background-image: url(../img/type/info/part2_2_4.png);}
#type_info .part2 .search-type > div:nth-child(3) .con span {background-image: url(../img/type/info/part2_3_4.png);}
#type_info .part3 {
  margin-top: 0;
  padding: 80px 0;
  background-image: url(../img/type/info/part3_bg.png);
}
#type_info .part3 .con-main {
  height: 440px;
}
#type_info .part3 .con-main .left {
  width: 530px;
  height: 100%;
}
#type_info .part3 .con-main .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#type_info .part3 .con-main .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  padding: 50px 60px;
  text-align: left;
  background-color: rgba(0, 0, 0, .5);
  color: #fff;
}
#type_info .part3 .con-main .right .top {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px dashed #ddd;
  font-size: 28px;
}
#type_info .part3 .con-main .right .sub {}
#type_info .part3 .con-main .right .num {
  
 }
#type_info .part3 .con-main .right .num ul {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}
#type_info .part3 .con-main .right .num ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 0 30px;
}
#type_info .part3 .con-main .right .num ul li:first-child {
  padding-left: 0;
  border-right: 1px dashed #999;
}
#type_info .part3 .con-main .right .num ul li p:first-child {}
#type_info .part3 .con-main .right .num ul li p:first-child span {
  font-size: 40px;
}
#type_info .part3 .con-main .right .num ul li p:last-child {}


/* 
brand
*/
#type_brand .part3 {
  background-image: url(../img/type/brand/part3_bg.png);
}
#type_brand .part2 .nav li {
  width: 23%;
  text-align: center;
}
#type_brand .part2 .nav li {
  margin-bottom: 0;
}


/* 
kaiping
*/
#type_open .part2 {
  padding-top: 80px;
}

#type_open .part2 .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 50px 0;
}
#type_open .part2 .icon li {
  position: relative;
  width: 50px;
  height: 50px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  background-size: contain;
}
#type_open .part2 .icon li.active {
  -webkit-box-shadow: 0 2px 5px rgba(0,0,0,.1);
          box-shadow: 0 2px 5px rgba(0,0,0,.1);
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
  border-radius: 5px;
}
#type_open .part2 .icon li.active::before {
  display: block;
}
#type_open .part2 .icon li::before {
  content: '';
  display: none;
  position: absolute;
  bottom: -20px;
  left: -webkit-calc(50% - 10px);
  left: calc(50% - 10px);
  width: 20px;
  height: 2px;
  border-radius: 1px;
  background-color: var(--mainColor);
}
#type_open .part2 .icon li.active::before {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
#type_open .part2 .icon li:nth-child(1) {background-image: url(../img/type/open/part2_nav1.png);}
#type_open .part2 .icon li:nth-child(2) {background-image: url(../img/type/open/part2_nav2.png);}
#type_open .part2 .icon li:nth-child(3) {background-image: url(../img/type/open/part2_nav3.png);}
#type_open .part2 .icon li:nth-child(4) {background-image: url(../img/type/open/part2_nav4.png);}
#type_open .part2 .icon li:nth-child(5) {background-image: url(../img/type/open/part2_nav5.png);}
#type_open .part2 .icon li:nth-child(6) {background-image: url(../img/type/open/part2_nav6.png);}
#type_open .part2 .icon li:nth-child(7) {background-image: url(../img/type/open/part2_nav7.png);}
#type_open .part2 .icon li:nth-child(8) {background-image: url(../img/type/open/part2_nav8.png);}
#type_open .part2 .icon li:nth-child(9) {background-image: url(../img/type/open/part2_nav9.png);}
#type_open .part2 .icon li:nth-child(10) {background-image: url(../img/type/open/part2_nav10.png);}
#type_open .part2 .icon li:nth-child(11) {background-image: url(../img/type/open/part2_nav11.png);}

#type_open .part2 .pic-wrap {
  position: relative;
  /* padding: 30px 0; */
  /* overflow: hidden; */
}
#type_open .part2 .con-pic {
  position: relative;
  height: 620px;
}
#type_open .part2 .con-pic > div {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
}
#type_open .part2 .con-pic > div.active {
  z-index: 9;
  width: 100%;
  height: 620px;
  opacity: 1;
  /* animation: bounce 1s 1; */
}
#type_open .part2 .con-pic > div:nth-child(1) {background: url(../img/type/open/part2_bg1.png) no-repeat center / cover;}
#type_open .part2 .con-pic > div:nth-child(2) {background: url(../img/type/open/part2_bg2.png) no-repeat center / cover;}
#type_open .part2 .con-pic > div:nth-child(3) {background: url(../img/type/open/part2_bg3.png) no-repeat center / cover;}
#type_open .part2 .con-pic > div:nth-child(4) {background: url(../img/type/open/part2_bg4.png) no-repeat center / cover;}
#type_open .part2 .con-pic > div:nth-child(5) {background: url(../img/type/open/part2_bg5.png) no-repeat center / cover;}
#type_open .part2 .con-pic > div:nth-child(6) {background: url(../img/type/open/part2_bg6.png) no-repeat center / cover;}
#type_open .part2 .con-pic > div:nth-child(7) {background: url(../img/type/open/part2_bg7.png) no-repeat center / cover;}
#type_open .part2 .con-pic > div:nth-child(8) {background: url(../img/type/open/part2_bg8.png) no-repeat center / cover;}
#type_open .part2 .con-pic > div:nth-child(9) {background: url(../img/type/open/part2_bg9.png) no-repeat center / cover;}
#type_open .part2 .con-pic > div:nth-child(10) {background: url(../img/type/open/part2_bg10.png) no-repeat center / cover;}
#type_open .part2 .con-pic > div:nth-child(11) {background: url(../img/type/open/part2_bg11.png) no-repeat center / cover;}

#type_open .part2 .con-pic > div .p-main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
#type_open .part2 .con-pic > div .p-main img {
  width: 0;
}
#type_open .part2 .con-pic > div .p-main i {
  display: inline-block;
  width: 428px;
  height: 290px;
  margin: 0 30px 0 100px;
}
#type_open .part2 .con-pic > div.active .p-main i {
  -webkit-animation: fadeInLeft 1s 1;
          animation: fadeInLeft 1s 1;
}
#type_open .part2 .con-pic > div.active .p-main .p-con {
  -webkit-animation: fadeInRight 1s 1;
          animation: fadeInRight 1s 1;
}
#type_open .part2 .con-pic > div.active .p-main .p-con .img1 {
  -webkit-animation: bounceIn 1s 1;
          animation: bounceIn 1s 1;
}
#type_open .part2 .con-pic > div.active .p-main .p-con .img2 {
  -webkit-animation: bounce 1s .5s 1;
          animation: bounce 1s .5s 1;
}
#type_open .part2 .con-pic > div:nth-child(1) .p-main i {background-image: url(../img/type/open/part2_1_left.png);}
#type_open .part2 .con-pic > div:nth-child(2) .p-main i {background-image: url(../img/type/open/part2_2_left.png);}
#type_open .part2 .con-pic > div:nth-child(3) .p-main i {background-image: url(../img/type/open/part2_3_left.png);}
#type_open .part2 .con-pic > div:nth-child(4) .p-main i {background-image: url(../img/type/open/part2_4_left.png);}
#type_open .part2 .con-pic > div:nth-child(5) .p-main i {background-image: url(../img/type/open/part2_5_left.png);}
#type_open .part2 .con-pic > div:nth-child(6) .p-main i {background-image: url(../img/type/open/part2_6_left.png);}
#type_open .part2 .con-pic > div:nth-child(7) .p-main i {background-image: url(../img/type/open/part2_7_left.png);}
#type_open .part2 .con-pic > div:nth-child(8) .p-main i {background-image: url(../img/type/open/part2_8_left.png);}
#type_open .part2 .con-pic > div:nth-child(9) .p-main i {background-image: url(../img/type/open/part2_9_left.png);}
#type_open .part2 .con-pic > div:nth-child(10) .p-main i {background-image: url(../img/type/open/part2_10_left.png);}
#type_open .part2 .con-pic > div:nth-child(11) .p-main i {background-image: url(../img/type/open/part2_11_left.png);}
#type_open .part2 .con-pic > div.active .p-main img {
  width: 170px;
  height: 356px;
  -o-object-fit: cover;
     object-fit: cover;
}
#type_open .part2 .con-pic > div.active .p-main img.img1 {
  margin-top: 100px;
  margin-right: 20px;
}
#type_open .part3 {
  background-image: url(../img/type/open/part3_bg.png);
}
#type_open .part3 .con-main ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
}


/* 
juping
*/
#type_gather > div {
  margin-top: 80px;
}
#type_gather .part1 {}
#type_gather .part1 ul {}
#type_gather .part1 ul li {}
#type_gather .part1 ul li img {
  height: 105px;
  width: 105px;
  -o-object-fit: contain;
     object-fit: contain;
}
#type_gather .part1 ul li:hover img {
  -webkit-animation: bounce 1s 1;
          animation: bounce 1s 1;
}
#type_gather .part1 ul li .text {}
#type_gather .part1 ul li .text p:first-child{
  margin-top: 15px;
  font-size: 20px;
}
#type_gather .part2 {
  padding: 80px 0;
}
#type_gather .part2 .nav li {
  width: 19.5%;
  padding: 10px;
  text-align: center;
  color: #333;
}
#type_gather .part2 .nav li p:first-child {
  margin-bottom: 0;
  font-size: 18px;
}
#type_gather .part2 .nav li p:last-child {
  font-size: 12px;
}
#type_gather .part2 .search-type  {
  height: 320px;
}
#type_gather .part2 .search-type > div {
  width: 100%;
  height: 320px;
  left: 0;
}
#type_gather .part2 .search-type > div img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#type_gather .part3 {
  background-image: url(../img/type/gather/part3_bg.png);
}


/*part2-ds*/

.type_dstg .part2-ds{background-color: var(--bgColorBlue);padding: 80px 0;}

.type_dstg .part2-ds .con-main {
  height: 380px;
}
.type_dstg .part2-ds .con-main .left {
  width: 50%;
  height: 100%;
  position: relative;
}
.type_dstg .part2-ds .con-main .left .left-wrap {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.type_dstg .part2-ds .con-main .left .left-wrap.active {
  z-index: 9;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.type_dstg .part2-ds .con-main .left .left-wrap.active img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
     border-radius: 5px;
}

.type_dstg .part2-ds .con-main .right {
    width: 47%;
  /*-webkit-box-flex: 1;*/
  /*-webkit-flex: 1;*/
  /*    -ms-flex: 1;*/
  /*        flex: 1;*/
  height: 100%;
}
.type_dstg .part2-ds .con-main .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.type_dstg .part2-ds .con-main .right ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  padding: 13px 30px;
  background-color: #fff;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  text-align: left;
}
.type_dstg .part2-ds .con-main .right ul li i {
  width: 60px;
  height: 60px;
  margin-right: 15px;
}
.type_dstg .part2-ds .con-main .right ul li:nth-child(1) i {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/type/dianshang/p2_i1.png);background-size: cover;}
.type_dstg .part2-ds .con-main .right ul li.active:nth-child(1) i {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/type/dianshang/p2_i2.png);background-size: cover;}
.type_dstg .part2-ds .con-main .right ul li:nth-child(2) i {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/type/dianshang/p2_i3.png);background-size: cover;}
.type_dstg .part2-ds .con-main .right ul li.active:nth-child(2) i {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/type/dianshang/p2_i4.png);background-size: cover;}
.type_dstg .part2-ds .con-main .right ul li:nth-child(3) i {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/type/dianshang/p2_i5.png);background-size: cover;}
.type_dstg .part2-ds .con-main .right ul li.active:nth-child(3) i {background-image: url(https://ebd-site.cdn.bcebos.com/newbaidu/themes/ebaidu/public/img/type/dianshang/p2_i6.png);background-size: cover;}
.type_dstg .part2-ds .con-main .right ul li:hover,
.type_dstg .part2-ds .con-main .right ul li.active {
  background-color: var(--mainColor);
  color: #fff;
}
.type_dstg .part2-ds .con-main .right ul li p {}
.type_dstg .part2-ds .con-main .right ul li p:nth-child(1) {
  font-size: 24px;
}
.type_dstg .part2-ds .con-main .right ul li p:nth-child(2) {
  /* color: #ddd; */
}
.type_dstg .part2-ds .con-main .right ul li p:nth-child(3) {
  margin-top: 20px;
  font-size: 12px;
  color: #517DF6;
}
.type_dstg .part2-ds .con-main .right ul li:hover p:nth-child(3) {
  color: #fff;
}

.type_dstg .part2-ds .con-main .right ul li .list_txt{border-left: 1px dashed #ddd;padding-left: 30px;margin-left: 15px;}
.type_dstg .part1 .con-main ul li{width: 30% !important;}
.type_dstg .part1 .con-main ul li .pic{height: auto !important;}
.type_dstg .part1 .con-main ul li .title_2{color:#999;}


/*type lvyou*/
.type_lvyou .part1 {padding:80px 0;margin-top:0 !important;background:#f7f8fa;padding-bottom:150px;}
.type_lvyou  .part1 .con-main {}
.type_lvyou  .part1 .con-main ul {}
.type_lvyou  .part1 .con-main ul li {
  width: 320px;
  border: 1px solid #eee;
}

.type_lvyou  .part1 .con-main ul li .pic {
  height: 200px;
  overflow: hidden;
}
.type_lvyou  .part1 .con-main ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.type_lvyou  .part1 .con-main ul li div.text {
  padding: 20px 30px;
}
.type_lvyou  .part1 .con-main ul li div p:first-child{
  font-size: 20px;
  margin-bottom: 5px;
}
.type_lvyou  .part1 .con-main ul li div p:last-child {
  line-height: 1.8;
}

.type_lvyou .part1 .con-main ul li{width: 30% !important;text-align:center;}
.type_lvyou .part1 .con-main ul li .pic{height: auto !important;}
.type_lvyou .part1 .con-main ul li .title_2{color:#999;}
.type_lvyou .part3{background-image: none !important;}
.type_lvyou .part3 .con-main{height:auto !important;}
.type_lvyou .part3 .con-main ul li{background:#fff;height: 200px;width: 24%;box-sizing: content-box;padding:30px 0 15px;}
.type_lvyou .part3 .con-main ul li:hover{
  -webkit-animation: bounce 1s 1;
          animation: bounce 1s 1;
    cursor: pointer;
}
.type_lvyou .part3 .con-main ul li img{width:60px;height:60px;}
.type_lvyou .part3 .con-main ul li .text p:first-child{margin-top: 15px;}
.type_lvyou .part2{background:#fefefe;margin-top:0 !important;}

.type_lvyou .part2 .con {background-image: none !important;}
.type_lvyou .part2 .s2 .con,.type_lvyou .part2 .s1 .con{padding: 80px 50px !important;box-shadow: 0px 0px 9px 3px #ddd;}
.type_lvyou .part2 .s2 img,.type_lvyou .part2 .s1 img{box-shadow: 0px 0px 9px 3px #ddd;z-index: 1;}


/* 
新闻中心页面
*/

.aigc .banner-img{height: 315px;}
.aigc .lp3_banner{margin-top:0 !important;}

#example .banner-img,#news .banner-img {
  /*height: 18.75vw;*/
}

#example .banner-img .con img, #news .banner-img .con img{width:50%;}

#example .part1 {}
#example .part1 .nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
#example .part1 .nav > div {
  width: 120px;
  font-size: 20px;
  text-align: left;
}
#example .part1 .nav > ul {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
} 
#example .part1 .nav > ul li a {
  border-radius: 5px;
  margin-right: 15px;
  margin-bottom: 15px;
  background-color: #f5f5f5;
}
#example .part1 .nav > ul li a {
  display: inline-block;
  padding: 5px 15px;
}
#example .part1 .nav > ul li.active a, 
#example .part1 .nav > ul li:hover a {
  background-color: var(--mainColor);
  color: #ffffff;
}
#example .part1 .main {

}
#example .part1 .main ul {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#example .part1 .main ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 35px;
  border-radius: 0px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
          box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#example .part1 .main ul li:nth-child(3n) {
  margin-right: 0;
}
#example .part1 .main ul li:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
          box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
}
#example .part1 .main ul li .pic {
  height: 220px;
}
#example .part1 .main ul li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#example .part1 .main ul li .text {
  padding: 20px;
}
#example .xiazai{font-size:20px;text-align:center;color: #4581fb;border-top: 1px solid #eee;padding-top: 20px;font-weight: 600;letter-spacing: 2px;}
#example .part1 .main ul li .text p.one {
  margin-bottom: 5px;
  font-size: 20px;
  height: 60px;
}
#example .part1 .main ul li .text p.two {
  color: #333;
}
#example .part1 .main ul li .text p.tag {
  padding: 5px 0 15px;
  /*border-bottom: 1px solid #eee;*/
  color: #7B7B7B;
}
#example .part1 .main ul li .text .num {
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
  margin-top: 15px;
}
#example .part1 .main ul li .text .num > div {}
#example .part1 .main ul li .text .num > div p:first-child {
  font-size: 28px;
}
#example .part1 .main ul li .text .num > div p:first-child .unit {
  font-size: 16px;
}
#example .part1 .main ul li .text .num > div p:last-child {
  color: #7B7B7B;
}

/*
案例详情页面
*/
#example .exam-detail {
  border-top: 1px solid #eee;
}
#example .exam-detail .con {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
   align-items: flex-start;
   justify-content: space-between;
}
#example .exam-detail .con .detail {
  width: 70%;
  padding-right: 50px;
}
#example .exam-detail .detail .title {
  margin-bottom: 50px;
}
#example .exam-detail .detail .title .t {
  font-size: 28px;
  color:#333;
  margin-bottom: 10px;
}
#example .exam-detail .detail .title .time {
  color: #8D8D8D;
  border-bottom: 1px solid #eee;
  padding-bottom: 8px;
  font-size: 14px;
}
#example .exam-detail .detail .title .num {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#example .exam-detail .detail .title .num > div {
  padding: 0 80px;
}
#example .exam-detail .detail .title .num > div:first-child {
  padding-left: 0;
  border-right: 1px solid #eee;
}
#example .exam-detail .detail .title .num > div p:first-child {
  font-size: 28px;
}
#example .exam-detail .detail .title .num > div p:last-child {
  color: #8D8D8D;
}
#example .exam-detail .detail .main img {
  max-width: 100%;
}
#example .exam-detail .con .recommend {
  width: 30%;
  padding: 30px 20px;
  background: #f5f5f5;
}
#example .exam-detail .con .recommend .tip {
  position: relative;
  padding-bottom: 15px;
  padding-left: 10px;
  font-size: 18px;
  border-bottom: 1px solid #eee;
}
#example .exam-detail .con .recommend .tip::before {
  content: '';
  position: absolute;
  height: 60%;
  width: 4px;
  left: 0;
  top: 0;
  border-radius: 2px;
  background: -webkit-gradient(linear,  left top, left bottom,  color-stop(30%, #00e5ff),color-stop(70%, #4c4eff));
  background: -o-linear-gradient(top,  #00e5ff 30%,#4c4eff 70%);
  background: linear-gradient(to bottom,  #00e5ff 30%,#4c4eff 70%);;
}
#example .exam-detail .recommend ul {
  margin-top: 20px;
}
#example .exam-detail .recommend ul li {
  margin-bottom: 20px;
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
          box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  cursor: pointer;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#example .exam-detail .recommend ul li .pic {
  height: 160px;
}
#example .exam-detail .recommend ul li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#example .exam-detail .recommend ul li .text {
  padding: 15px;
  font-size: 12px;
}
#example .exam-detail .recommend ul li .text p.one {
  margin-bottom: 5px;
  font-size: 18px;
}
#example .exam-detail .recommend ul li .text p.two {
  color: #333;
}
#example .exam-detail .recommend ul li .text p.tag {
  padding: 5px 0 15px;
  border-bottom: 1px solid #eee;
  color: #7B7B7B;
}
#example .exam-detail .recommend ul li .text .num {
  margin-top: 15px;
}
#example .exam-detail .recommend ul li .text .num > div p:first-child {
  font-size: 20px;
}
#example .exam-detail .recommend ul li .text .num > div p:last-child {
  color: #7B7B7B;
}


#example .exam-detail .con .recommend .box-list{
    margin-bottom: 50px;
}

#example .exam-detail .con .recommend .box-list ul li{
    box-shadow: none;
    margin-bottom: 20px;
    font-size: 16px;
}

#example .exam-detail .con .recommend .box-list ul li .text{padding:0;}

/* 
新闻中心页面
*/
#news .part1 .con > div {
  margin-top: 50px;
}
#news .part1 .con > div .title {
  font-size: 28px;
}
#news .part1 .con > div .main {}


/* 常见问题列表页*/
#news .part1 .con > div .faq {display: flex;flex-direction: row;}
#news .part1 .con > div .faq  .left{width:70%;margin-right: 50px;border: 1px solid rgba(151, 151, 151, .2);border-radius: 4px;padding: 0 20px;}
#news .part1 .con > div .faq .left .faq-page-list{margin:20px 0;}
#news .part1 .con > div .faq  .right{ width:35%;}
#news .part1 .con > div .faq .right .side-bar-card{padding:25px;border:1px solid #ddd;border-radius: 5px;}
.faq .right section{margin-top:25px;}
.faq .right section:first-child{margin-top:0;}
#news .part1 .con > div .faq .right .side-bar-card h2{
	display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; 
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #333;
}
.faq .right .side-bar-card h2 .more{
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 22px;
    color: #3269FF;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.faq .right .side-bar-card .card-content {
    margin-top: 16px;
    padding-top: 16px;
    border-top: 1px solid rgba(151, 151, 151, .1);
}

.faq .right .side-bar-card .tag-list .tag-item {
    display: block;
    margin-top: 10px;
    margin-left: 10px;
    background: rgba(50, 105, 255, .08);
    border-radius: 4px;
    width: 90px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    font-size: 14px;
    color: #333;
    float: left;
    -webkit-transition: all .4s;
    transition: all .4s;
    overflow: hidden;
    padding: 0 10px;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.faq .right .side-bar-card .tag-list .tag-item:hover {
    background: #3269FF;
    color: #fff;
}

.faq .right .side-bar-card .tag-list .article-item{
font-size: 16px;
display: block;
padding: 10px 0;
}

/* 常见问题列表页-结束*/

#news .part1 .con > div .main ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#news .part1 .con > div .main ul li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
          box-shadow: 0 0 5px rgba(0, 0, 0, .1);
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}
#news .part1 .con > div .faq ul li{width:100%;margin-right: 0;box-shadow: none;padding: 20px 0;border-bottom: 1px solid #E8E8E8;border-radius: 0;margin-bottom: 0;}
#news .part1 .con > div .faq ul li .big-title{padding: 0 !important;font-size: 20px;}
#news .part1 .con > div .faq ul li .dec{color: #666;margin:20px 0;line-height: 25px;}
#news .part1 .con > div .faq ul li .post-meta{display:flex;}
#news .part1 .con > div .faq ul li .post-meta .list{margin-right:20px;}
#news .part1 .con > div .faq ul li .post-meta .list img{margin-right:10px;}
#news .part1 .con > div .main ul li:hover {
  -webkit-transform: translateY(-5px);
      -ms-transform: translateY(-5px);
          transform: translateY(-5px);
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
          box-shadow: 0 2px 5px rgba(0, 0, 0, .15);
}

#news .part1 .con > div .faq ul li:hover{
    transform: translate(0,0);
    box-shadow: none;
}

#news .part1 .con > div .main ul li .pic {
  height: 240px;
}
#news .part1 .con > div .main ul li .pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
#news .part1 .con > div .main ul li:nth-child(3n) {
  margin-right: 0;
}
#news .part1 .con > div .main ul li .text {
  padding: 20px;
}

/* 
代理商查询页面
*/
#agent {
  font-family: 'FZLTHJW';
  background: -webkit-gradient(linear, left top, right bottom, from(#144fef), to(#0090fc));
  background: -o-linear-gradient(left top, #144fef, #0090fc);
  background: linear-gradient(to right bottom, #144fef, #0090fc);;
}
#agent .con {
  padding: 50px 0;
  width: 900px;
  min-height: 520px;
  margin-bottom: 50px;
}
#agent .mt_30{width:50%;margin:0 auto;}
#agent .con .title {
  text-align: center;
  font-size: 28px;
  color: #fff;
}
#agent .con input {
  width: 90%;
  height: 40px;
  line-height: 40px;
  margin-right: -4px;
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  border: 1px solid #ccc;
  /* border-right: none; */
  background-color: #fff;
}
#agent .con button {
  height: 40px;
  width: 10%;
  line-height: 40px;
  color: #fff;
  background: -webkit-gradient(linear, left top, right bottom, from(#0e6bf5), to(#1552ef));
  background: -o-linear-gradient(left top, #0e6bf5, #1552ef);
  background: linear-gradient(to right bottom, #0e6bf5, #1552ef);
}
#agent .con .main {
  position: relative;
}
#agent .con .main li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  padding: 30px;
  background-color: #fff;
}
#agent .con .main li .left {
  width: 25%;
  padding: 0 20px;
}
#agent .con .main li .left img {
  width: 100%;
  height: auto;
}
#agent .con .main li .right {
  width: 75%;
  padding: 0 30px;
  border-left: 1px solid #eee;
}
#agent .con .main li .right > p {
  font-size: 24px;
  margin-bottom: 20px;
}
#agent .con .main li .right .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 10px;
}
#agent .con .main li .right .list .f {
  width: 85px;
  color: #999;
}
#agent .con .main li .right .list .s {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  /* flex-wrap: wrap; */
}

/*
关于我们页面
*/
#about {}
#about > div {
  margin-top: 80px;
}
#about .part1 {}
#about .part1 .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 300px;
  background-image: url(../img/about/part1_bg.png);
}
#about .part1 .main ul {
  border-radius: 5px;
  padding: 20px 10px;
  margin: 0 10px;
}
#about .part1 .main ul li {
  padding: 5px 50px;
  border-radius: 5px;
  text-align: center;
}
#about .part1 .main .o {
  position: relative;
  color: #fff;
  background-color: var(--mainColor);
}
#about .part1 .main .o::before {
  content: '√';
  position: absolute;
  left: -webkit-calc(50% - 15px);
  left: calc(50% - 15px);
  top: -15px;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 15px;
  background-color: var(--mainColor);
  border: 1px solid #8acbd6;
}
#about .part1 .main .o li {
  width: 100%;
}
#about .part1 .main .o li:first-child {
  background-color: #fff;
  color: #333;
  font-size: 20px;
}
#about .part1 .main .t {
  background-color: #fff;
}
#about .part1 .main .t li {}
#about .part1 .main .t li:first-child {
  color: #fff;
  font-size: 20px;
  background-color: var(--mainColor);
}

#about .part2 {
  padding: 80px 0;
}
#about .part2 .nav {
  width: 100%;
  margin: 30px auto 30px;
}
#about .part2 .nav ul {
  width: 100%;
  border: 1px solid #ccc;
}
#about .part2 .nav ul li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  padding: 15px 0;
  border-right: 1px solid #ccc;
  font-size: 16px;
}
#about .part2 .nav ul li.active::before,
#about .part2 .nav ul li:hover::before {
  content: '';
  position: absolute;
  left: -webkit-calc(50% - 15px);
  left: calc(50% - 15px);
  bottom: -14px;
  border-top: 15px solid var(--mainColor);
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
#about .part2 .nav ul li:last-child {
  border-right: none;
}
#about .part2 .nav ul li:hover,
#about .part2 .nav ul li.active {
  color: #fff;
  background-color: var(--mainColor);
}
#about .part2 .main {
  position: relative;
  height: 210px;
}
#about .part2 .main li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  width: 100%;
  left: 0;
  top: 0;
  /* transition: all 1s; */
}
#about .part2 .main li.active {
  z-index: 9;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
#about .part2 .main li > div {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  padding: 0 80px;
  height: 210px;
}
#about .part2 .main li > div::before {
  content: '';
  position: absolute;
  right: 0;
  height: 3px;
  bottom: -10px;
  width: 40%;
  background-color: var(--mainColor);
}
#about .part2 .main li .right::before {
  left: 0;
  background-color: #fff;
}
#about .part2 .main li .left {
  background-color: var(--mainColor);
  color: #fff;
}
#about .part2 .main li .right {
  background-color: #fff;
  color: #333;
}
#about .part2 .main li.active .left {
  /*-webkit-animation: fadeInLeft 1s 1;*/
  /*        animation: fadeInLeft 1s 1;*/
}
#about .part2 .main li.active .right {
  /*-webkit-animation: fadeInRight 1s 1;*/
  /*        animation: fadeInRight 1s 1;*/
}
#about .part2 .main li > div p:first-child {
  font-size: 20px;
  padding: 10px 0;
  border-bottom: 1px dashed #ddd;;
}
#about .part2 .main li > div p:last-child {
  margin-top: 10px;
}

/*tuiguang fuwu xieyi*/
#example .exam-detail .con .bdyx_rules{padding: 0 50px;}
#example .exam-detail .con .bdyx_rules .main h1{font-weight: 600;margin-bottom: 50px;}
#example .exam-detail .con .bdyx_rules .main p{margin-bottom: 10px;}