/*Clear Float + SingleLine Text + Multiline Text*/
.overellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*common module*/
.page-title {
  text-align: center;
  padding: 60px 0;
}
.page-title .title-en {
  color: #e9e9e9;
  letter-spacing: 3px;
  font-size: 32px;
  font-weight: 600;
}
.page-title .title-zh {
  color: #333;
  font-size: 26px;
  margin-top: -8px;
}
/*ep-nav*/
.pd-nav {
  height: 76px;
}
.computer-nav {
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  background-color: #fff;
  height: 76px;
  width: 100%;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.computer-nav ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.computer-nav li {
  padding: 22px 30px 10px 30px;
}
.computer-nav li:hover a {
  color: #333;
}
.computer-nav li:last-child{
  padding:22px 30px 10px 10px;
}
.computer-nav li:last-child a {
  color: #666;
  font-size: 13px;
}
.computer-nav li.active a {
  color: #333;
}
.computer-nav .zh {
  font-size: 16px;
  line-height: 21px;
}
.computer-nav .en {
  font-size: 14px;
}
.computer-nav a {
  cursor: pointer;
  display: block;
  color: #ccc;
}
.computer-nav .nav-logo {
  margin-top: -15px;
}
.computer-nav .search{
  color:#F08300;
  padding:24px 20px 10px 60px;
}
.computer-nav .search a{
  line-height: 32px;
  font-size:14px;
  color:#F08300;
  display: block;
  float: left;
}
.computer-nav .search:hover a{
  color:#F08300;
}
.computer-nav .search a:hover{
  color:#F08300;
}
.computer-nav .search img{
  vertical-align: middle;
}
.computer-nav .search .fbss{
  width:0px;
  height:15px;
  border:1px solid rgba(112,112,112,1);
  float:left;
  opacity:0.3;
  margin:8px 15px;
}
.computer-nav .search .iconfont {
  font-size: 32px;
  color: #F08300;
  cursor: pointer;
}
.phone-nav {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 30;
  height: 88px;
  width: 100%;
}
.phone-nav .phone-top {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  color: #fff;
  padding: 0 22px;
  background-color: #393939;
  height: 44px;
  align-items: center;
}
.phone-nav .phone-top .to-index {
  font-size: 14px;
  color: #fff;
}
.phone-nav .phone-top .iconfont {
  color: #F08300;
  font-size: 20px;
}
.phone-nav .phone-bottom {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  justify-content: center;
  -webkit-justify-content: center;
  height: 44px;
  align-items: center;
  line-height: 44px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.phone-nav .phone-bottom a {
  display: block;
  height: 44px;
  font-size: 14px;
  color: #ccc;
  padding: 0 25px;
  position: relative;
}
.phone-nav .phone-bottom a.active {
  color: #333;
}
.phone-nav .phone-bottom a.active:after {
  content: '';
  display: block;
  width: 22px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #F08300;
  height: 3px;
}
.nav-search {
  display: none;
  position: fixed;
  width: 100%;
  max-width: 540px;
  top: 133px;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 30;
  background-color: #fff;
  border-radius: 4px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.nav-search .search-wrapper {
  width: 100%;
  margin: auto;
}
.nav-search .search-bar {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 15px 0;
}
.nav-search .search-bar button {
  font-size: 18px;
  padding-left: 10px;
  position: relative;
  color: #333;
  border: none;
  background: none;
  padding-right: 15px;
  cursor: pointer;
}
.nav-search .search-bar button:before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  display: block;
  height: 13px;
  width: 1px;
  background-color: #333;
}
.nav-search .search-bar input {
  flex: 1;
  height: 28px;
  border: none;
  padding-left: 30px;
}
/*right ep-link*/
.ep-link {
  width: 200px;
  position: fixed;
  z-index: 50;
  right: 107px;
  top: 150px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  padding: 0 12px;
  border-radius: 8px;
}
.ep-link .link-title {
  color: #333;
  font-size: 18px;
  font-weight: bolder;
}
.ep-link .link-logo {
  padding: 15px 0;
}
.ep-link .link-info {
  padding: 15px 8px;
  font-size: 14px;
  line-height: 19px;
  text-align: left;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
.ep-link .link-info a {
  color: #333;
}
.ep-link .link-info .link-title {
  padding-bottom: 10px;
  text-align: center;
}
.ep-link .to-top {
  padding: 20px 0;
  font-weight: bold;
}
.ep-solution-nav {
  width: 150px;
  position: fixed;
  z-index: 50;
  left: 10px;
  top: 200px;
  background-color: #fff;
  text-align: center;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 8px;
}
.ep-solution-nav .link-logo {
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
}
.ep-solution-nav .solution-nav .nav-item {
  line-height: 44px;
  color: #333;
  font-size: 14px;
  border-bottom: 1px solid #e5e5e5;
  cursor: pointer;
}
.ep-solution-nav .solution-nav .nav-item p{
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; 
}
.ep-solution-nav .solution-nav .nav-item:last-child {
  border: none;
}
.ep-solution-nav .solution-nav .nav-item p:hover {
  background-color: #333;
  color: #fff;
}
.ep-solution-nav .solution-nav .nav-item.active p {
  background-color: #333;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ep-solution-nav .solution-nav .nav-item.active .items-list {
  display: block;
  line-height: 19px;
}
.ep-solution-nav .solution-nav .nav-item .items-list {
  padding: 8px 10px 15px 10px;
  display: none;
  max-height: 200px;
  overflow-y: scroll;
}
.ep-solution-nav .solution-nav .nav-item .items-list:before {
  content: '';
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 9px solid #333;
}
.ep-solution-nav .solution-nav .nav-item .items-list a {
  display: block;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 14px;
  line-height: 19px;
  padding-top: 10px;
}
.solution-list .list-more {
  text-align: right;
  line-height: 24px;
  padding-bottom: 15px;
  overflow: hidden;
}
.solution-list .list-more span{
  display: block;
  float:left;
  font-size:20px;
}
.solution-list .list-more a {
  color: #333;
  display: block;
  float:right;
}
.list-more a .iconfont{
  float:right;
}
.solution-list ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  margin-right: -20px;
}
.solution-list li {
  width: 25%;
  height: 360px;
  padding-right: 20px;
  margin-bottom: 50px;
}
.solution-list .list {
  position: relative;
  display: block;
  padding: 20px 16px;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.solution-list .list:before {
  content: '';
  display: none;
  position: absolute;
  width: 110px;
  height: 4px;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  background-color: #989898;
}
.solution-list .list:after {
  content: '';
  padding-top: 24px;
  display: block;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 16px solid black;
}
.solution-list .list .list-img {
  width: 100%;
  height: 210px;
  overflow: hidden;
}
.solution-list .list .list-title {
  padding: 20px 0;
  color: #333;
  font-size: 18px;
  line-height: 24px;
  text-align: justify;
  height: 68px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
/*ep-pagination*/
.ep-pagination {
  font-size: 14px;
  color: #000;
  text-align: center;
  padding-top: 40px;
  padding-bottom: 10px;
}
.ep-pagination a{
  color: #000;
}
.ep-pagination span {
  display: inline-block;
  width: 22px;
  height: 22px;
  line-height: 22px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin: 0 5px;
}
.ep-pagination span.active {
  background-color: #333;
  color: #fff;
}
.ep-pagination span:hover {
  background-color: #333;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
/*ep-footer*/
.ep-footer {
  margin-top: 120px;
  padding-top: 45px;
  padding-bottom: 20px;
}
.ep-footer .footer-wrap {
  width: 100%;
  max-width: 860px;
  margin: auto;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-end;
}
.ep-footer .footer-logo {
  width: 300px;
}
.ep-footer .footer-logo img {
  width: 100%;
  display: block;
}
.ep-footer .footer-nav {
  flex: 1;
  padding-left: 60px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.ep-footer .footer-title {
  color: #fff;
  font-size: 18px;
  line-height: 26px;
}
.ep-footer .footer-item a {
  color: #999;
  display: block;
  font-size: 12px;
  padding-top: 12px;
}
.ep-footer .footer-item a:hover {
  color: #F08300;
}
.ep-footer .footer-copyright {
  font-size: 14px;
  color: #b8b8b8;
  line-height: 1.5;
  padding-top: 4.68%;
  text-align: center;
}
.ep-footer .footer-copyright a {
  color: #b8b8b8;
}
/*ep-index*/
.ep-index .index-banner {
  position: relative;
  height: 480px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.ep-index .index-banner img {
  width: 100%;
  display: block;
}
.ep-index .ep-video {
  width: 100%;
  height: auto;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.ep-index .index-banner .banner-content {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.ep-index .index-banner .content-wrap {
  padding: 120px 0;
  margin: auto;
  text-align: center;
  color: #fff;
}
.ep-index .index-banner .content-wrap h1 {
  font-size: 38px;
  letter-spacing: 5px;
  padding-bottom: 40px;
}
.ep-index .index-banner .content-wrap p {
  letter-spacing: 8px;
  font-size: 22px;
  padding-bottom: 80px;
}
.ep-index .index-banner .content-wrap p span {
  padding: 0 40px;
}
.ep-index .index-banner .content-wrap a {
  display: block;
  color: #fff;
  border-radius: 4px;
  margin: auto;
  width: 189px;
  border: 1px solid #fff;
  line-height: 55px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ep-index .index-banner .content-wrap a:hover {
  background-color: #fff;
  color: #333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ep-index .index-solution .container {
  position: relative;
}
.ep-index .index-solution .container .iconfont {
  background: none;
  cursor: pointer;
  font-size: 40px;
}
.ep-index .index-solution .container .iconfont.swiper-button-disabled {
  color: #999;
}
.ep-index .index-solution .container .icon-zuo {
  position: absolute;
  left: -5%;
  top: 25%;
  z-index: 10;
}
.ep-index .index-solution .container .icon-you {
  position: absolute;
  right: -5%;
  top: 25%;
  z-index: 10;
}
.ep-index .index-solution .swiper-solution {
  padding: 20px 0;
}
.ep-index .index-solution .swiper-slide {
  padding: 0 15px;
  box-sizing: border-box;
}
.ep-index .index-solution .solution-item {
  width: 100%;
  padding: 30px;
  box-sizing: border-box;
  margin: auto;
  display: block;
  color: #333;
  box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.16);
  background-color: #fff;
}
.ep-index .index-solution .solution-item img {
  width: 100%;
  display: block;
}
.ep-index .index-solution .solution-item .item-img {
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.ep-index .index-solution .solution-item .item-img img {
  width: 100%;
  display: block;
  height: auto;
}
.ep-index .index-solution .solution-item .item-title {
  font-size: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  font-weight: bold;
  padding-top: 23%;
  padding-bottom: 10%;
}
.ep-index .index-solution .solution-item .item-content {
  color: #666;
  font-size: 14px;
  line-height: 30px;
  height: 120px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
}
.ep-index .index-solution .solution-item .item-content.txt-center {
  text-align: center;
}
.ep-index .index-solution .more-solution {
  padding: 5% 0;
}
.ep-index .index-solution .more-solution a {
  display: block;
  margin: auto;
  width: 149px;
  color: #333;
  line-height: 47px;
  text-align: center;
  border: 1px solid #7f7f7f;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ep-index .index-solution .more-solution a:hover {
  background-color: #333;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ep-index .index-advantage {
  padding-bottom: 4.16%;
  padding-top: 2%;
}
.ep-index .index-advantage ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  text-align: center;
}
.ep-index .index-advantage li {
  width: 30%;
}
.ep-index .index-advantage .advantage-icon .iconfont {
  font-size: 50px;
}
.ep-index .index-advantage h6 {
  font-size: 20px;
  line-height: 27px;
  padding-top: 40px;
  padding-bottom: 6px;
}
.ep-index .index-advantage .advantage-text {
  font-size: 14px;
  line-height: 24px;
  color: #333;
}
.ep-index .index-flow {
  padding-bottom: 7.3%;
  padding-top: 2%;
}
.ep-index .index-flow ul {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.ep-index .index-flow li {
  width: 16.6%;
  text-align: center;
  position: relative;
}
.ep-index .index-flow .icon-youjiantou {
  position: absolute;
  font-size: 30px;
  right: 0;
  top: 45%;
}
.ep-index .index-flow .flow-title {
  font-size: 20px;
  font-weight: bold;
  line-height: 27px;
}
.ep-index .index-flow .flow-icon {
  padding: 50px 0;
}
.ep-index .index-flow .flow-icon .iconfont {
  font-size: 50px;
}
.ep-index .index-flow .flow-content {
  font-size: 15px;
  color: #999;
}
.ep-index .index-service .service-info {
  text-align: center;
}
.ep-index .index-service .service-info h5 {
  font-size: 30px;
  padding-bottom: 10px;
}
.ep-index .index-service .service-info h6 {
  font-size: 20px;
  padding-bottom: 30px;
}
.ep-index .index-service .service-info p {
  font-size: 18px;
  line-height: 30px;
}
.ep-index .index-case img {
  width: 100%;
  display: block;
}
.ep-index .index-case .case-top {
  padding-bottom: 30px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.ep-index .index-case .top-left {
  display: block;
  width: 880px;
  height: 387px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ep-index .index-case .top-left:hover .left-content {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ep-index .index-case .top-right {
  display: block;
  width: 290px;
  height: 387px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.ep-index .index-case .top-right:hover .right-content {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ep-index .index-case .top-line {
  width: 26px;
  height: 5px;
  display: inline-block;
  background-color: #fff;
}
.ep-index .index-case .left-content {
  text-align: left;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.ep-index .index-case .left-content .content-txt {
  padding: 40px;
}
.ep-index .index-case .left-content .content-title {
  padding-top: 15px;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px;
}
.ep-index .index-case .left-content .content-info {
  width: 100%;
  max-width: 374px;
  font-size: 14px;
  line-height: 20px;
}
.ep-index .index-case .left-content .content-left-school {
  position: absolute;
  left: 40px;
  bottom: 36px;
  font-size: 14px;
  z-index: 2;
}
.ep-index .index-case .right-content {
  text-align: right;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.ep-index .index-case .right-content .content-txt {
  padding: 40px;
}
.ep-index .index-case .right-content .content-title {
  padding-top: 15px;
  font-size: 16px;
  line-height: 24px;
  padding-bottom: 20px;
}
.ep-index .index-case .right-content .content-info {
  padding-left: 30px;
  font-size: 14px;
  line-height: 20px;
}
.ep-index .index-case .right-content .content-right-school {
  position: absolute;
  right: 37px;
  bottom: 36px;
  font-size: 14px;
  z-index: 2;
}
.ep-index .index-case .case-bottom {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.ep-index .index-case .bottom-left {
  display: block;
  width: 440px;
  height: 387px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.ep-index .index-case .bottom-left:hover .left-content {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ep-index .index-case .bottom-right {
  display: block;
  width: 720px;
  height: 387px;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
}
.ep-index .index-case .bottom-right:hover .right-content {
  opacity: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ep-index .index-case .case-btn {
  padding: 50px 0 60px 0;
}
.ep-index .index-case .more-case {
  width: 149px;
  height:47px;
  line-height: 47px;
  font-size:14px;
  color: #333;
  text-align: center;
  margin: auto;
  display: block;
  border: 1px solid #7f7f7f;
  border-radius: 4px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ep-index .index-case .more-case:hover {
  color: #fff;
  background-color: #333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ep-index .index-expert {
  padding-bottom: 3.125%;
}
.ep-index .index-expert .more-expert {
  text-align: right;
  padding-bottom: 15px;
  font-size: 18px;
  padding-bottom: 14px;
}
.ep-index .index-expert .more-expert a {
  color: #333;
}
.ep-index .index-expert .expert-list {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
}
.ep-index .index-expert .expert-list li {
  width: 400px;
  position: relative;
  height: 460px;
  padding: 75px 50px 0 50px;
  border: 1px solid #e5e5e5;
}
.ep-index .index-expert .expert-list li:before {
  content: '';
  display: none;
  position: absolute;
  width: 173px;
  height: 4px;
  left: 0;
  top: 0;
  right: 0;
  margin: auto;
  background-color: #989898;
}
.ep-index .index-expert .expert-list li a{
  color:#000;
}
.ep-index .index-expert .expert-list .list-title {
  font-size: 30px;
  font-weight:bold;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
}
.ep-index .index-expert .expert-list .list-title .iconfont {
  font-size: 44px;
}
.ep-index .index-expert .expert-list .list-title-zh {
  padding-top:10px;
  font-size: 22px;
  padding-bottom: 50px;
}
.ep-index .index-expert .expert-list .list-title-info {
  font-size: 22px;
  font-weight: bold;
}
.ep-index .index-expert .expert-list .list-info {
  font-size: 16px;
  padding-top: 22px;
  height: 140px;
  overflow: hidden;
  margin-bottom: 20px;
  line-height: 20px;
}
.ep-index .index-expert .expert-list .to-info {
  display: block;
  margin: auto;
  color: #333;
  font-size: 14px;
  text-align: center;
  width: 150px;
  height: 47px;
  line-height: 47px;
  border: 1px solid #7f7f7f;
}
.ep-index .index-partner {
  width: 100%;
  max-width: 1425px;
  overflow: hidden;
  margin: auto;
  padding: 0 20px;
  background-color: #fff;
}
.ep-index .index-partner img {
  margin: 0 25px;
  display: inline-block;
  vertical-align: middle;
}
/*about Page*/
.ep-about .expert-banner {
  height: 380px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom:20px;
}
.ep-about .common-img {
  padding-bottom: 5%;
  text-align: center;
}
.ep-about .common-title {
  font-size: 20px;
  color: #333;
  padding-bottom: 20px;
}
.ep-about .common-content {
  font-size: 18px;
  line-height: 2;
  color: #666;
}
.ep-about .about-platform {
  padding-bottom: 5%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
/**pc端about开始**/
.ep-about .bold{
  font-weight:bold;
}
.ep-about .mt-60{
  margin-top:60px;
}
.ep-about .promise{
  width:80%;
  padding:55px 10% 0 10%;
  box-sizing: content-box;
}
.ep-about .promise li{
  width:25%;
  height:110px;
  float:left;
  font-size:18px;
  font-weight:400;
  line-height:37px;
  color:rgba(102,102,102,1);
  opacity: 1;
  text-align:center;
}
.ep-about .promise li img{
  width:auto;
  overflow:hidden;
  display:inline-block;
  vertical-align:middle
}
.ep-about .promise li span{
  display: block;
  width:auto;
  text-align:center;
  margin-top:20px;
}
.ep-about .about-operation{
  width:auto;
  height:auto;
  padding-bottom:5%;
  overflow:hidden;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
}
.ep-about .about-operation .operation-left{
  width:655px;
  height:auto;
  overflow:hidden;
  vertical-align: baseline;
}
.ep-about .about-operation .operation-left img{
  width:auto;
  overflow:hidden;
  display:inline-block;
  vertical-align:middle;
}
.ep-about .about-operation .operation-right{
  width:400px;
  height:auto;
  padding-top:50px;
  vertical-align: baseline;
}
.ep-about .about-operation .operation-right p{
  font-size:16px;
  font-weight:400;
  line-height:30px;
  color:rgba(51,51,51,1);
  opacity: 1;
}
.ep-about .about-origin{
  width:auto;
  height:auto; 
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
}
.ep-about .about-origin .origin-left{
  width:650px;
  height:auto;
  vertical-align: baseline;
}
.ep-about .about-origin .origin-left p{
  padding-bottom:50px;
  text-align:justify;
}
.ep-about .about-origin .origin-right{
  width:430px;
  height:auto;
  vertical-align: baseline;
}
.ep-about .goonline{
  width:100%;
  line-height:37px;
  font-size:18px;
  font-weight:400;
  color:rgba(102,102,102,1);
  opacity: 1;
  padding-bottom:50px;
}
.ep-about .goonline p:first-child{
  padding-bottom:70px;
}
.ep-about .about-us{
  width:82%;
  margin:0 auto;
  height:auto;
  overflow:hidden;
  display: -webkit-flex;
  -webkit-flex-direction: row;
  -webkit-flex-wrap: wrap;
  -webkit-justify-content: space-between;
}
.ep-about .about-us .us-left{
  width:530px;
  height:auto;
  vertical-align: baseline;
}
.ep-about .about-us .us-left img{
  width:530px;
  height:325px;
}
.ep-about .about-us .us-left p{
  line-height: 25px;
  margin-top:33px;
  font-size:14px;
  text-align:left;
  font-weight:400;
  color:rgba(51,51,51,1);
  opacity: 1;
}
.ep-about .about-us .us-right{
  width:415px;
  height:auto;
  vertical-align: baseline;
}
.ep-about .about-us .us-right .us-input{
  width:96%;
  height:53px;
  margin-bottom:10px;
  padding-left:4%;
  border:1px solid rgba(112,112,112,0.5);
  opacity:1;
  font-size:16px;
  color:#333;
}
.ep-about .about-us .us-right .us-textarea{
  width:96%;
  height:136px;
  border:1px solid rgba(112,112,112,0.5);
  line-height:25px;
  padding:8px 4%; 
  opacity:1;
  font-size:16px;
  color:#333;
}
.ep-about #aboutBtn{
  width:96%;
  height:60px;
  background:rgba(240,131,0,1);
  opacity: 1;
  border:none;
  color:white;
  text-align:center;
  font-size:16px;
  line-height:60px;
  margin-top:30px;
}
.ep-about #aboutBtn img{
  vertical-align:middle;
}
.ep-about #aboutBtn:hover{
  cursor: pointer;
}



.ep-about .contact-assert {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 35;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.ep-about .contact-assert.success .icon-error {
  display: none;
}
.ep-about .contact-assert.success .icon-zhengque {
  display: inline;
}
.ep-about .contact-assert.success .assert-btn span {
  background-color: #F08300;
}
.ep-about .assert-wrap {
  width: 300px;
  padding: 20px;
  margin: auto;
  margin-top: 200px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}
.ep-about .assert-wrap .iconfont {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #f5222d;
}
.ep-about .assert-wrap .icon-zhengque {
  color: #52C41A;
  display: none;
}
.ep-about .assert-wrap .assert-title {
  color: #666;
  padding-left: 25px;
  font-size: 12px;
  line-height: 1.5;
}
.ep-about .assert-wrap .assert-content {
  padding-left: 25px;
  color: #999;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 20px;
  line-height: 1.5;
}
.ep-about .assert-wrap .assert-btn {
  text-align: right;
}
.ep-about .assert-wrap .assert-btn span {
  cursor: pointer;
  display: inline-block;
  width: 60px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  height: 30px;
  text-align: center;
  background-color: #333;
}













/**pc端about结束**/
.ep-about .platform-left {
  width: 632px;
}
.ep-about .platform-right {
  width: 530px;
  overflow: hidden;
}
.ep-about .platform-right img {
  display: block;
  width: 100%;
}
.ep-about .about-service .service-items {
  font-size: 18px;
  color: #666;
}
.ep-about .about-service .service-items span {
  margin-right: 30px;
  line-height: 37px;
}
.ep-about .about-service .service-items span:before {
  content: '';
  display: inline-block;
  width: 14px;
  height: 14px;
  background-color: #333;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}
/*caseInfo Page*/
.ep-case-info {
  padding-top: 4.16%;
}
.ep-case-info .case-info-top {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.ep-case-info .info-left {
  width: 600px;
}
.ep-case-info .info-left .page-title {
  text-align: left;
  padding-top: 0;
  padding-bottom: 45px;
}
.ep-case-info .left-content {
  font-size: 16px;
  line-height: 30px;
}
.ep-case-info .info-right {
  width: 480px;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.ep-case-info .info-right img {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  display: block;
  width: 100%;
}
.ep-case-info .case-info-title {
  font-size: 20px;
  line-height: 27px;
  font-weight: bold;
  padding-bottom: 2.5%;
}
.ep-case-info .case-info-content {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 4.16%;
}
.ep-case-info .case-info-imgwrap {
  padding-bottom: 4.16%;
}
.ep-case-info .img-wrap {
  width: 100%;
  max-width: 983px;
  margin: auto;
  height: 300px;
  overflow: hidden;
  text-align: left;
  font-size: 0;
}
.ep-case-info .img-wrap img{
  margin:0 auto;
  display: block;
}
.ep-case-info .img-tips {
  font-size: 20px;
  line-height: 27px;
  font-weight: bold;
  padding: 30px 0;
  text-align: center;
}
.ep-case-info .case-info-bottom {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row-reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.ep-case-info .info-bottom-left {
  width: 100%;
  max-width: 530px;
}
.ep-case-info .info-bottom-left .bottom-left-img {
  position: relative;
  background-color: #eee;
  height: 507px;
  overflow: hidden;
}
.ep-case-info .info-bottom-left img {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.ep-case-info .info-bottom-right {
  width: 590px;
  font-size: 16px;
  line-height: 30px;
}
.ep-case-info .info-bottom-right span {
  font-weight: bold;
}
/*.ep-case-info .info-bottom-right p {
  padding-bottom: 8.47%;
}*/
.ep-case-info .info-bottom-right p:last-child {
  padding-bottom: 0;
}
.ep-case-info .case-info-app p {
  padding-bottom: 0px;
}
/*case Page*/
.ep-case img {
  width: 100%;
  display: block;
}
.ep-case .case-item {
  padding-top: 80px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
}
.ep-case .item-left {
  width: 100%;
  max-width: 600px;
  padding-bottom: 30px;
}
.ep-case .item-right {
  width: 100%;
  max-width: 354px;
  height: 340px;
  overflow: hidden;
  position: relative;
}
.ep-case .item-right img {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.ep-case .item-title {
  padding-bottom: 45px;
}
.ep-case .item-title .en {
  color: #e9e9e9;
  letter-spacing: 3px;
  font-size: 30px;
  font-weight: 600;
}
.ep-case .item-title .zh {
  color: #333;
  font-size: 26px;
  margin-top: -8px;
}
.ep-case .item-content {
  font-size: 16px;
  line-height: 30px;
  color: #333;
  padding-bottom: 30px;
  padding-right: 20px;
}
.ep-case .case-btn {
  display: block;
  line-height: 47px;
  width: 149px;
  height: 47px;
  color: #333;
  font-size: 14px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ep-case .case-btn:hover {
  color: #FFF;
  background-color: #333;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ep-case .case-info .info-title {
  font-weight: bold;
  font-size: 20px;
  color: #333;
  padding-bottom: 20px;
}
.ep-case .case-info .info-content {
  font-size: 16px;
  color: #333;
  line-height: 30px;
  padding-bottom: 40px;
}
/*solution Page*/
.ep-solution img {
  width: 100%;
  display: block;
}
.ep-solution .solution-info {
  padding: 6.67% 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
}
.ep-solution .solution-left {
  width: 100%;
  max-width: 795px;
}
.ep-solution .solution-left .solution-title {
  padding-bottom: 5.5%;
}
.ep-solution .solution-left .solution-title .en {
  color: #e9e9e9;
  letter-spacing: 3px;
  font-size: 32px;
  font-weight: 600;
}
.ep-solution .solution-left .solution-title .zh {
  color: #333;
  font-size: 26px;
  margin-top: -8px;
}
.ep-solution .solution-left .solution-content {
  font-size: 16px;
  line-height: 30px;
  color: #666;
  padding-bottom: 20px;
}
.ep-solution .solution-right {
  width: 100%;
  max-width: 300px;
  height: 225px;
  overflow: hidden;
  position: relative;
}
.ep-solution .solution-right img {
  display: block;
  margin: auto;
  width: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  position: absolute;
}
.ep-solution .twotitle{
  width:auto;
  line-height: 30px;
  font-size:20px;
  text-align:left;
  padding-bottom:10px;
}
/*solutionInfo page*/
.ep-solution-info .container {
  max-width: 980px;
}
.ep-solution-info .solution-info-title {
  text-align: left;
  padding-top: 6.6%;
  padding-bottom: 4.16%;
}
.ep-solution-info .txt-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: bold;
  padding: 5% 0 1.67% 0;
}
.ep-solution-info .solution-info-config {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: top;
}
.ep-solution-info .solution-info-config .config-left {
  width: 454px;
  height: 454px;
  border: 1px solid #d1d1d1;
  position: relative;
  overflow: hidden;
  margin: auto;
  padding-bottom: 20px;
}
.ep-solution-info .solution-info-config .config-left img {
  display: block;
  width: 100%;
  margin: auto;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.ep-solution-info .solution-info-config .config-right {
  width: 490px;
  text-align: center;
  margin: 0 auto;
}
.ep-solution-info .solution-info-config .config-right table tbody{
  line-height:20px;
}
.ep-solution-info .solution-info-config .config-right .right-title {
  line-height: 53px;
  color: #fff;
  font-size: 20px;
  background-color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ep-solution-info .solution-info-config .config-right table {
  width: 100%;
  table-layout: fixed;
}
.ep-solution-info .solution-info-config .config-right tbody td {
  border: 1px solid #efefef;
  padding: 15px 0 15px 0;
  font-size: 16px;
}
.ep-solution-info .solution-info-txt .txt-content {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.ep-solution-info .case-list {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 3.3% 0;
}
.ep-solution-info .case-list .list-img-wrap {
  width: 235px;
  height: 235px;
  overflow: hidden;
  position: relative;
}
.ep-solution-info .case-list .list-img-wrap img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}
.ep-solution-info .case-list p {
  font-size: 14px;
  text-align: center;
  padding: 10px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ep-solution-info .expert-list {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding-top: 3.3%;
}
.ep-solution-info .expert-list li {
  width: 305px;
  padding: 40px 30px 50px 30px;
  border: 1px solid #e5e5e5;
}
.ep-solution-info .expert-list .to-info {
  display: block;
  margin: 20px auto 0px auto;
  color: #333;
  font-size: 14px;
  text-align: center;
  width: 150px;
  height: 47px;
  line-height: 47px;
  border: 1px solid #7f7f7f;
}
.ep-solution-info .expert-list .to-info:hover {
  background-color: #333;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ep-solution-info .expert-list .list-num {
  font-size: 22px;
  padding-bottom: 17.5%;
  font-weight: bold;
}
.ep-solution-info .expert-list .list-name-en {
  font-size: 21px;
  padding-bottom: 10px;
  font-weight: bold;
}
.ep-solution-info .expert-list .list-name-zh {
  font-size: 17px;
  padding-bottom: 30%;
  font-weight: bold;
}
.ep-solution-info .expert-list .list-info-title {
  font-size: 19px;
  font-weight: bold;
  padding-bottom: 10px;
}
.ep-solution-info .expert-list .list-info-content {
  font-size: 16px;
  line-height: 24px;
  height: 75px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
/*technologist Page*/
.ep-technologist .expert-banner {
  height: 380px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom:20px;
}
.ep-technologist .tech-filter {
  padding: 20px;
  border: 1px solid #e5e5e5;
  color: #333;
}
.ep-technologist .tech-filter span {
  font-size: 12px;
  padding: 5px;
  margin: 0 5px;
  cursor: pointer;
  display: inline-block;
}
.ep-technologist .tech-filter span.active {
  background-color: #F08300;
  color: #fff;
}
.ep-technologist .tech-filter span:hover {
  background-color: #F08300;
  color: #fff;
}
.ep-technologist .tab-content {
  display: none;
}
.ep-technologist .tab-content.active {
  display: block;
}
.ep-technologist .expert-list {
  padding-top: 77px;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  color: #333;
}
.ep-technologist .expert-list li {
  width: 580px;
  border: 1px solid #e5e5e5;
  padding: 35px;
  margin-bottom: 50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.ep-technologist .expert-list li a {
  color: #333;
  display: block;
}
.ep-technologist .expert-list .expert-title {
  font-size: 20px;
  position: relative;
  border-bottom: 1px solid #e5e5e5;
  padding-bottom: 17px;
  padding-right: 40px;
}
.ep-technologist .expert-list .expert-title .icon-zhuanjia {
  position: absolute;
  right: 0;
  top: -10px;
  font-size: 36px;
}
.ep-technologist .expert-list .expert-orientation {
  font-size: 14px;
  line-height: 24px;
  padding-top: 10px;
}
.ep-technologist .expert-list .expert-orientation b {
  font-size: 16px;
}
.ep-technologist .expert-list .expert-tips {
  padding-top: 30px;
  padding-left: 80px;
  font-size: 12px;
}
.ep-technologist .expert-list .expert-tips span {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 5px;
  padding: 9px 25px;
  display: inline-block;
  background-color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
}
/*technologistInfo Page*/
.ep-technologist-info {
  color: #333;
}
.ep-technologist-info .info-title {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
}
.ep-technologist-info .info-left {
  padding-bottom: 20px;
  width: 100%;
  max-width: 600px;
}
.ep-technologist-info .info-right {
  width: 445px;
  height: 320px;
  overflow: hidden;
}
.ep-technologist-info .info-right img {
  width: 100%;
  display: block;
}
.ep-technologist-info .info-classify {
  font-size: 16px;
  line-height: 30px;
  padding-bottom: 40px;
}
.ep-technologist-info .info-classify p span {
  padding: 0 10px;
  display: inline-block;
  font-size: 12px;
  font-weight: normal;
  background-color: #F08300;
  color: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  border-radius: 4px;
  margin-right: 5px;
  margin-bottom: 5px;
}
.ep-technologist-info .info-content li {
  position: relative;
  padding-left: 30px;
  font-size: 16px;
  line-height: 30px;
}
.ep-technologist-info .info-content li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  display: inline-block;
  vertical-align: top;
  width: 14px;
  height: 14px;
  background-color: #333;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.ep-technologist-info .info-study {
  padding-top: 70px;
  font-size: 18px;
  line-height: 30px;
}
.ep-technologist-info .info-study .study-title {
  font-weight: bold;
}
.ep-technologist-info .info-thesis {
  padding-top: 70px;
  font-size: 18px;
  line-height: 30px;
}
.ep-technologist-info .info-thesis .thesis-title {
  font-weight: bold;
}
.ep-technologist-info .info-thesis .thesis-content:before {
  content: '- ';
}
/*ep-contact*/
.ep-contact-info .contact-banner {
  height: 380px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom:80px;
}
.ep-contact-info .contact-title {
  font-size: 30px;
  text-align: center;
  padding-top: 5%;
  padding-bottom: 2.5%;
  font-weight: normal;
}
.ep-contact-info .page-title {
  text-align: left;
  padding-top: 0;
  padding-bottom: 17px;
  border-bottom: 1px solid #d9d9d9;
}
.ep-contact-info .tips {
  color: #999;
  line-height: 30px;
  padding-bottom: 10px;
  font-size: 12px;
}
.ep-contact-info .tips span {
  color: #ff0000;
}
.ep-contact-info .common-form {
  display: block;
}
.ep-contact-info .common-form .form-item {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: center;
  padding-bottom: 10px;
}
.ep-contact-info .common-form .form-file input {
  border: none;
  padding-left: 0;
}
.ep-contact-info .common-form label {
  color: #666;
  width: 80px;
  font-size: 14px;
}
.ep-contact-info .common-form label.active:before {
  content: '*';
  color: #f00;
  margin-right: 2px;
}
.ep-contact-info .common-form input {
  width: 100%;
  height: 36px;
  max-width: 365px;
  border: 1px solid #d9d9d9;
  padding-left: 20px;
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #333;
}
.ep-contact-info .common-form textarea {
  width: 100%;
  max-width: 514px;
  resize: none;
  height: 173px;
  border: 1px solid #d9d9d9;
  display: block;
  padding: 10px 20px;
}
.ep-contact-info .common-form select {
  width: 100%;
  max-width: 186px;
  height: 36px;
  border: 1px solid #d9d9d9;
  background-color: #fff;
  border-radius: 0;
}
.ep-contact-info .common-form .form-textarea {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
}
.ep-contact-info .common-form .btn-wrapper {
  padding-top: 6.67%;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  justify-content: center;
  -webkit-justify-content: center;
}
.ep-contact-info .common-form .btn-wrapper button {
  border: 1px solid #d9d9d9;
  cursor: pointer;
  background-color: #333;
  color: #fff;
  line-height: 50px;
  width: 150px;
  text-align: center;
  margin: 0 25px;
}
.ep-contact-info .common-form .btn-wrapper button.cancel {
  background-color: #fff;
  color: #333;
}
.ep-contact-info .demand-form {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding-bottom: 5%;
}
.ep-contact-info .demand-form .demand-left {
  width: 600px;
  padding-bottom: 20px;
}
.ep-contact-info .demand-right {
  width: 100%;
  max-width: 400px;
  padding-right: 50px;
}
.ep-contact-info .demand-right .right-title {
  font-size: 24px;
  line-height: 32px;
  padding-bottom: 20px;
  text-align: center;
}
.ep-contact-info .demand-right .right-content {
  font-size: 14px;
  line-height: 30px;
  color: #666;
}
.ep-contact-info .demand-right .right-content b {
  color: #333;
}
.ep-contact-info .contact-assert {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  z-index: 35;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}
.ep-contact-info .contact-assert.success .icon-error {
  display: none;
}
.ep-contact-info .contact-assert.success .icon-zhengque {
  display: inline;
}
.ep-contact-info .contact-assert.success .assert-btn span {
  background-color: #F08300;
}
.ep-contact-info .assert-wrap {
  width: 300px;
  padding: 20px;
  margin: auto;
  margin-top: 200px;
  background-color: #fff;
  border-radius: 5px;
  position: relative;
}
.ep-contact-info .assert-wrap .iconfont {
  position: absolute;
  left: 20px;
  top: 20px;
  color: #f5222d;
}
.ep-contact-info .assert-wrap .icon-zhengque {
  color: #52C41A;
  display: none;
}
.ep-contact-info .assert-wrap .assert-title {
  color: #666;
  padding-left: 25px;
  font-size: 12px;
  line-height: 1.5;
}
.ep-contact-info .assert-wrap .assert-content {
  padding-left: 25px;
  color: #999;
  font-size: 12px;
  padding-top: 10px;
  padding-bottom: 20px;
  line-height: 1.5;
}
.ep-contact-info .assert-wrap .assert-btn {
  text-align: right;
}
.ep-contact-info .assert-wrap .assert-btn span {
  cursor: pointer;
  display: inline-block;
  width: 60px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 12px;
  color: #fff;
  height: 30px;
  text-align: center;
  background-color: #333;
}
/*ep-search*/
.ep-search {
  padding-top: 50px;
}
.ep-search .search-wrapper {
  width: 100%;
  max-width: 540px;
  margin: auto;
}
.ep-search .search-bar {
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: nowrap;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  padding: 15px 0;
  border-radius: 4px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.ep-search .search-bar button {
  font-size: 18px;
  padding-left: 10px;
  position: relative;
  color: #333;
  border: none;
  padding-right: 15px;
  cursor: pointer;
}
.ep-search .search-bar button:before {
  content: '';
  position: absolute;
  left: 0;
  top: 7px;
  display: block;
  height: 13px;
  width: 1px;
  background-color: #333;
}
.ep-search .search-bar input {
  flex: 1;
  height: 28px;
  border: none;
  padding-left: 30px;
}
.ep-search .search-tip {
  font-size: 20px;
  line-height: 27px;
  padding-top: 10px;
}
.ep-search .search-tip span {
  color: #F08300;
}
.ep-search .search-content {
  padding-top: 60px;
}
.ep-search .no-content {
  width: 100%;
  max-width: 300px;
  margin: auto;
}
.ep-search .no-content img {
  display: block;
  width: 100%;
}

/*技术文章*/
.ep-skill .skill-info {
  width: 100%;
  padding: 6.67% 0 3% 0;
  display: flex;
  display: -webkit-flex;
  display: -ms-flex;
  flex-direction: row;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
}
.ep-skill .skill-title {
  width: 100%;
  padding-bottom: 2.5%;
  border-bottom:1px solid rgba(219,219,219,1);
}
.ep-skill .skill-title .en {
  color: #e9e9e9;
  letter-spacing: 3px;
  font-size: 32px;
  font-weight: 600;
}
.ep-skill .skill-title .zh {
  color: #333;
  font-size: 26px;
  margin-top: -8px;
}
.ep-skill .skill-content {
  width:100%;
  height:auto;
  font-size: 16px;
  line-height: 20px;
  color:rgba(112,112,112,1);
  padding-bottom: 20px;
  margin-top:20px;
}
.ep-skill .skill-content li{
  height:35px;
  line-height: 35px;
}
.ep-skill .skill-content li .title_left{
  font-size:16px;
  font-weight:400;
  color:rgba(112,112,112,1);
  float:left;
}
.ep-skill .skill-content li .title_left a{
  color:rgba(112,112,112,1);
}
.ep-skill .skill-content li .date_right{
  font-size:16px;
  font-weight:400;
  color:rgba(204,204,204,1);
  float:right;
}
/*技术文章详情页*/
.ep-skill .skill-info .skill-desc{
  width:80%;
  height:auto;
  margin:0 auto;
  overflow:hidden;
}
.ep-skill .skill-info .skill-desc img{
  width:auto !important;
  height:auto !important;
  max-width:100% !important;
  display: block !important;
  margin:10px auto !important;
}
.ep-skill .skill-info .skill-desc .skill-titile{
  width:100%;
  height:30px;
  line-height:30px;
  font-size:22px;
  font-weight:bold;
  color:rgba(51,51,51,1);
  margin:60px auto 5px auto;
  text-align:center;
}
.ep-skill .skill-info .skill-desc .skill-date{
  width:100%;
  height:20px;
  line-height: 20px;
  font-weight:400;
  color:rgba(204,204,204,1);  
  text-align:right;
  margin-bottom:20px;
}
.ep-skill .skill-info .skill-desc .skill-content{
  width:100%;
  height:auto;
  line-height:30px;
  font-weight:400;
  font-size:16px;
  color:rgba(102,102,102,1);
}
