.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(http://e.baidu.com/themes/ebaidu/public/img/type/bg-part1.png);
}
#type_main .bg {
  height: 100px;
  /* background-color: rgba(0, 0, 0, .7); */
}
#type_main .nav {
  border: 1px solid #eee;
  border-radius: 5px;
  background-color: #fff;
}
#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;
}
#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);
}

#type_main .search-type {
  position: relative;
  height: 500px;
  overflow: hidden;
}
#type_main .search-type > div {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}
#type_main .search-type > div.active{
  z-index: 9;
  opacity: 1;
}
#type_main .search-type > div .left {
  width: 50%;
}
#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;*/
}
#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 .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;
}
#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 {
}
#type_main .search-type > div:nth-child(1) .right .pic1 {background-image: url(http://e.baidu.com/themes/ebaidu/public/img/type/1_a.png);}
#type_main .search-type > div:nth-child(1) .right .pic2 {background-image: url(http://e.baidu.com/themes/ebaidu/public/img/type/1_b.png);}

#type_main .search-type > div:nth-child(2) .right .pic1 {
  background-image: url(http://e.baidu.com/themes/ebaidu/public/img/type/2_a.png);}
#type_main .search-type > div:nth-child(2) .right .pic2 {
  height: 270px;background-image: url(http://e.baidu.com/themes/ebaidu/public/img/type/2_b.png);}

#type_main .search-type > div:nth-child(3) .right .pic1 {background-image: url(http://e.baidu.com/themes/ebaidu/public/img/type/3_a.png);}
#type_main .search-type > div:nth-child(3) .right .pic2 {
  height: 260px;background-image: url(http://e.baidu.com/themes/ebaidu/public/img/type/3_b.png);}

#type_main .search-type > div:nth-child(4) .right .pic1 {background-image: url(http://e.baidu.com/themes/ebaidu/public/img/type/4_a.png);}
#type_main .search-type > div:nth-child(4) .right .pic2 {background-image: url(http://e.baidu.com/themes/ebaidu/public/img/type/4_b.png);}

#type_main .search-type > div:nth-child(5) .right .pic1 {background-image: url(http://e.baidu.com/themes/ebaidu/public/img/type/5_a.png);}
#type_main .search-type > div:nth-child(5) .right .pic2 {background-image: url(http://e.baidu.com/themes/ebaidu/public/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: 318px;
  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: 315px;
  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%;
}
#type_search .part1 .con-main ul li img:hover, 
#type_brand .part1 .con-main ul li img:hover, 
#type_open .part1 .con-main ul li img:hover{
  transform: scale(1);
  opacity: .8;
}
#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(http://e.baidu.com/themes/ebaidu/public/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-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;
  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 {
}
#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(../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%;
}
#type_info .part1 .con-main .left .left-wrap.active {
  z-index: 9;
}
#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(http://e.baidu.com/themes/ebaidu/public/img/type/info/part1_icon_1.png);}
#type_info .part1 .con-main .right ul li.active:nth-child(1) i {background-image: url(http://e.baidu.com/themes/ebaidu/public/img/type/info/part1_icon_1_active.png);}
#type_info .part1 .con-main .right ul li:nth-child(2) i {background-image: url(http://e.baidu.com/themes/ebaidu/public/img/type/info/part1_icon_2.png);}
#type_info .part1 .con-main .right ul li.active:nth-child(2) i {background-image: url(http://e.baidu.com/themes/ebaidu/public/img/type/info/part1_icon_2_active.png);}
#type_info .part1 .con-main .right ul li:nth-child(3) i {background-image: url(http://e.baidu.com/themes/ebaidu/public/img/type/info/part1_icon_3.png);}
#type_info .part1 .con-main .right ul li.active:nth-child(3) i {background-image: url(http://e.baidu.com/themes/ebaidu/public/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 {
}
#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%;
}
#type_info .part2 .search-type > div.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  z-index: 9;
}
#type_info .part2 .search-type > div.active img {
}
#type_info .part2 .search-type > div.active .con {
}
#type_info .part2 .search-type > div img {
  width: 0;
}
#type_info .part2 .search-type > div.active img {
  width: 575px;
  height: 348px;
}
#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(http://e.baidu.com/themes/ebaidu/public/img/type/info/part2_1_3.png);}
#type_info .part2 .search-type > div:nth-child(2) .con {background-image: url(http://e.baidu.com/themes/ebaidu/public/img/type/info/part2_2_3.png);}
#type_info .part2 .search-type > div:nth-child(3) .con {background-image: url(http://e.baidu.com/themes/ebaidu/public/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(http://e.baidu.com/themes/ebaidu/public/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(http://e.baidu.com/themes/ebaidu/public/img/type/info/part2_1_4.png);}
#type_info .part2 .search-type > div:nth-child(2) .con span {background-image: url(http://e.baidu.com/themes/ebaidu/public/img/type/info/part2_2_4.png);}
#type_info .part2 .search-type > div:nth-child(3) .con span {background-image: url(http://e.baidu.com/themes/ebaidu/public/img/type/info/part2_3_4.png);}
#type_info .part3 {
  margin-top: 0;
  padding: 80px 0;
  background-image: url(../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(../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);
  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 {
}
#type_open .part2 .icon li:nth-child(1) {background-image: url(http://e.baidu.com/themes/ebaidu/public/img/type/open/part2_nav1.png);}
#type_open .part2 .icon li:nth-child(2) {background-image: url(http://e.baidu.com/themes/ebaidu/public/img/type/open/part2_nav2.png);}
#type_open .part2 .icon li:nth-child(3) {background-image: url(http://e.baidu.com/themes/ebaidu/public/img/type/open/part2_nav3.png);}
#type_open .part2 .icon li:nth-child(4) {background-image: url(http://e.baidu.com/themes/ebaidu/public/img/type/open/part2_nav4.png);}
#type_open .part2 .icon li:nth-child(5) {background-image: url(http://e.baidu.com/themes/ebaidu/public/img/type/open/part2_nav5.png);}
#type_open .part2 .icon li:nth-child(6) {background-image: url(http://e.baidu.com/themes/ebaidu/public/img/type/open/part2_nav6.png);}
#type_open .part2 .icon li:nth-child(7) {background-image: url(http://e.baidu.com/themes/ebaidu/public/img/type/open/part2_nav7.png);}
#type_open .part2 .icon li:nth-child(8) {background-image: url(http://e.baidu.com/themes/ebaidu/public/img/type/open/part2_nav8.png);}
#type_open .part2 .icon li:nth-child(9) {background-image: url(http://e.baidu.com/themes/ebaidu/public/img/type/open/part2_nav9.png);}
#type_open .part2 .icon li:nth-child(10) {background-image: url(http://e.baidu.com/themes/ebaidu/public/img/type/open/part2_nav10.png);}
#type_open .part2 .icon li:nth-child(11) {background-image: url(http://e.baidu.com/themes/ebaidu/public/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(http://e.baidu.com/themes/ebaidu/public/img/type/open/part2_bg1.png) no-repeat center / cover;}
#type_open .part2 .con-pic > div:nth-child(2) {background: url(http://e.baidu.com/themes/ebaidu/public/img/type/open/part2_bg2.png) no-repeat center / cover;}
#type_open .part2 .con-pic > div:nth-child(3) {background: url(http://e.baidu.com/themes/ebaidu/public/img/type/open/part2_bg3.png) no-repeat center / cover;}
#type_open .part2 .con-pic > div:nth-child(4) {background: url(http://e.baidu.com/themes/ebaidu/public/img/type/open/part2_bg4.png) no-repeat center / cover;}
#type_open .part2 .con-pic > div:nth-child(5) {background: url(http://e.baidu.com/themes/ebaidu/public/img/type/open/part2_bg5.png) no-repeat center / cover;}
#type_open .part2 .con-pic > div:nth-child(6) {background: url(http://e.baidu.com/themes/ebaidu/public/img/type/open/part2_bg6.png) no-repeat center / cover;}
#type_open .part2 .con-pic > div:nth-child(7) {background: url(http://e.baidu.com/themes/ebaidu/public/img/type/open/part2_bg7.png) no-repeat center / cover;}
#type_open .part2 .con-pic > div:nth-child(8) {background: url(http://e.baidu.com/themes/ebaidu/public/img/type/open/part2_bg8.png) no-repeat center / cover;}
#type_open .part2 .con-pic > div:nth-child(9) {background: url(http://e.baidu.com/themes/ebaidu/public/img/type/open/part2_bg9.png) no-repeat center / cover;}
#type_open .part2 .con-pic > div:nth-child(10) {background: url(http://e.baidu.com/themes/ebaidu/public/img/type/open/part2_bg10.png) no-repeat center / cover;}
#type_open .part2 .con-pic > div:nth-child(11) {background: url(http://e.baidu.com/themes/ebaidu/public/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 {
}
#type_open .part2 .con-pic > div.active .p-main .p-con {
}
#type_open .part2 .con-pic > div.active .p-main .p-con .img1 {
}
#type_open .part2 .con-pic > div.active .p-main .p-con .img2 {
}
#type_open .part2 .con-pic > div:nth-child(1) .p-main i {background-image: url(http://e.baidu.com/themes/ebaidu/public/img/type/open/part2_1_left.png);}
#type_open .part2 .con-pic > div:nth-child(2) .p-main i {background-image: url(http://e.baidu.com/themes/ebaidu/public/img/type/open/part2_2_left.png);}
#type_open .part2 .con-pic > div:nth-child(3) .p-main i {background-image: url(http://e.baidu.com/themes/ebaidu/public/img/type/open/part2_3_left.png);}
#type_open .part2 .con-pic > div:nth-child(4) .p-main i {background-image: url(http://e.baidu.com/themes/ebaidu/public/img/type/open/part2_4_left.png);}
#type_open .part2 .con-pic > div:nth-child(5) .p-main i {background-image: url(http://e.baidu.com/themes/ebaidu/public/img/type/open/part2_5_left.png);}
#type_open .part2 .con-pic > div:nth-child(6) .p-main i {background-image: url(http://e.baidu.com/themes/ebaidu/public/img/type/open/part2_6_left.png);}
#type_open .part2 .con-pic > div:nth-child(7) .p-main i {background-image: url(http://e.baidu.com/themes/ebaidu/public/img/type/open/part2_7_left.png);}
#type_open .part2 .con-pic > div:nth-child(8) .p-main i {background-image: url(http://e.baidu.com/themes/ebaidu/public/img/type/open/part2_8_left.png);}
#type_open .part2 .con-pic > div:nth-child(9) .p-main i {background-image: url(http://e.baidu.com/themes/ebaidu/public/img/type/open/part2_9_left.png);}
#type_open .part2 .con-pic > div:nth-child(10) .p-main i {background-image: url(http://e.baidu.com/themes/ebaidu/public/img/type/open/part2_10_left.png);}
#type_open .part2 .con-pic > div:nth-child(11) .p-main i {background-image: url(http://e.baidu.com/themes/ebaidu/public/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(../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 {
}
#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(http://e.baidu.com/themes/ebaidu/public/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%;
}
.type_dstg .part2-ds .con-main .left .left-wrap.active {
  z-index: 9;
}
.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{
    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;
  /* height: 360px; */
}

#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: 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 .part1 .main ul li:nth-child(3n) {
  margin-right: 0;
}
#example .part1 .main ul li:hover {
}
#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 .part1 .main ul li .text p.one {
  margin-bottom: 5px;
  font-size: 20px;
}
#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;
}
#example .exam-detail .con .detail {
  width: 75%;
  padding-right: 80px;
}
#example .exam-detail .detail .title {
  margin-bottom: 50px;
}
#example .exam-detail .detail .title .t {
  font-size: 28px;
}
#example .exam-detail .detail .title .time {
  font-size: 12px;
  color: #8D8D8D;
}
#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: 25%;
  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;
}

/* 
新闻中心页面
*/
#news .part1 .con > div {
  margin-top: 50px;
}
#news .part1 .con > div .title {
  font-size: 28px;
}
#news .part1 .con > div .main {}
#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 .main ul li:hover {
}
#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(http://e.baidu.com/themes/ebaidu/public/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: 900px;
  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 {
}
#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;
  width: 100%;
  left: 0;
  top: 0;
  /* transition: all 1s; */
}
#about .part2 .main li.active {
  z-index: 9;
}
#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;}