body {
  min-width: 1200px;
	background: #eee;
}
img {
  display: block;
}
.ydt-main {
  width: 1200px;
  margin: auto;
}
.ydt-header {
  width: 100%;
  background: #fff;
}
.ydt-header .content {
  display: flex;
  justify-content: space-between;
}
.ydt-header .content .rt {
  display: flex;
  justify-content: center;
}
.ydt-header .content .user-wrap {
	display: flex;
	width: 188px;
}
.ydt-header .content .rt a {
  margin: 0 25px;
  line-height: 84px;
  font-size: 16px;
  border-bottom: 2px solid #fff;
  color: #333333;
}
.ydt-header .content .rt a.active {
  color: #f04d17;
}
.ydt-header .content .rt a:hover {
  color: #f04d17;
  border-color: #e6f4fd;
}
.logo {
  width: 172px;
}
.ydt-footer {
  background: #34343b;
  width: 100%;
  height: 374px;
}
.ydt-footer .top {
  height: 274px;
  align-items: center;
  border-bottom: 1px solid #a6a6a6;
  display: flex;
  justify-content: space-between;
}
.ydt-footer .top .foot-logo {
  width: 192px;
}
.ydt-footer .top .qr-card {
  width: 122px;
  height: 122px;
}
.ydt-footer .top dl {
  color: #fff;
  line-height: 36px;
}
.ydt-footer .top dl dt {
  font-size: 20px;
}
.ydt-footer .top dl dd {
  font-size: 14px;
}
.ydt-footer .top dl dd a {
  color: #fff;
  display: flex;
  align-items: center;
}
.ydt-footer .top dl dd a img {
  width: 18px;
  height: 20px;
  margin-right: 7px;
}
.ydt-footer .top dl:nth-child(3) {
  line-height: 47px;
}
.ydt-footer .bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 99px;
  font-size: 16px;
  color: #fff;
}
.ydt-footer .bottom p {
  margin: 0 10px;
  display: flex;
}
.ydt-footer .bottom p img {
  margin-right: 9px;
}
.blue {
  color: #109ef3;
}
.ydt-title {
  text-align: center;
  font-size: 40px;
  font-weight: 600;
  color: #333;
  line-height: 56px;
	padding-top: 20px;
}
.ydt-desc {
  text-align: center;
  height: 22px;
  font-size: 16px;
  color: #666;
  line-height: 22px;
  margin-top: 10px;
	margin-bottom: 40px ;
}
.ydt-research-server {
  width: 100%;
  height: 618px;
  background: #12161a url(chanpingbg.png) no-repeat left;
  background-size: 62.5% 618px;
}

.ydt-research-server .content {
  display: flex;
  height: 618px;
  justify-content: space-between;
  align-items: center;
}

.ydt-research-server .content .lt {
  color: #fff;
}

.ydt-research-server .content .lt i {
  font-size: 55px;
}

.ydt-research-server .content .lt h1 {
  margin-top: 23px;
  font-size: 50px;
  line-height: 50px;
}
.ydt-research-server .content .lt p {
  margin-top: 64px;
  width: 616px;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.ydt-research-server .content .lt a {
  margin-top: 64px;
}
.ydt-research-server .content .lt a i {
  font-size: 14px;
}
.ydt-research-server .content .rt li {
  display: flex;
  align-items: center;
  height: 50px;
  margin-top: 66px;
  color: #fff;
}
.ydt-research-server .content .rt li i {
  margin-right: 18px;
}
.ydt-research-server .content .rt li i.f53 {
  font-size: 53px;
}
.ydt-research-server .content .rt li i.f51 {
  font-size: 51px;
}
.ydt-research-server .content .rt li i.f47 {
  font-size: 47px;
}
.ydt-research-server .content .rt li:first {
  margin-top: 0;
}
.ydt-research-server .content .rt li .right b {
  display: block;
  font-size: 20px;
  font-weight: normal;
}
.ydt-research-server .content .rt li .right span {
  font-size: 14px;
}
.ydt-more-server {
  background: #eee;
  width: 100%;
  padding-top: 40px;
}
.ydt-more-server .content {
  margin-top: 80px;
  display: flex;
  justify-content: space-around;
  padding-bottom: 110px;
}
.ydt-more-server .content li {
  width: 280px;
  height: 322px;
  text-align: center;
  padding-top: 57px;
  cursor: pointer;
}
.ydt-more-server .content li h3 {
  margin-top: 14px;
  font-size: 20px;
  color: #2f3442;
}
.ydt-more-server .content li img {
  width: 280px;
  height: 102px;
  display: none;
}
.ydt-more-server .content li i {
  margin-top: 19px;
  height: 40px;
  line-height: 40px;
  display: block;
  color: #4a9ffd;
}
.ydt-more-server .content li p {
  margin-top: 23px;
  font-size: 13px;
  color: #666666;
  padding: 0 13px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.ydt-more-server .content li.active {
  background: #fff;
  height: 322px;
  padding-top: 0;
  box-shadow: 2px 3px 10px rgba(42, 119, 205, 0.22);
}
.ydt-more-server .content li.active img {
  display: block;
}
.ydt-more-server .content li.active p {
  -webkit-line-clamp: 4;
}
body.gray {
  background: #eee;
}
.service-box {
  display: flex;
  justify-content: space-between;
	padding-bottom: 60px;
}
.service-box .service-item {
  width: 370px;
  background: #fff;
  text-align: center;
  border: 1px solid #ebebeb;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}
.service-box .service-item:hover {
  box-shadow: 0 2px 15px -2px rgba(0, 0, 0, 0.2);
}
.service-box .service-item img {
  display: block;
  width: 100%;
}
.service-box .service-item .text {
  height: 22px;
  font-size: 16px;
  font-weight: 600;
  color: #333;
  line-height: 22px;
  margin-top: 20px;
}
.service-box .service-item .describe {
  height: 22px;
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 22px;
  margin: 10px 0 24px;
}
.common-theme {
	background: #eee;
  text-align: center;
  padding: 60px 0;
}
.common-theme .title {
  min-height: 56px;
  font-size: 40px;
  font-weight: 600;
  color: #333;
  line-height: 56px;
}
.common-theme .describe {
  height: 22px;
  font-size: 16px;
  color: #666;
  line-height: 22px;
  margin-top: 10px;
}
.promise-box {
  display: flex;
  justify-content: space-between;
  padding: 0 45px 60px;
}
.promise-box .promise-item {
  width: 180px;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
}
.promise-box .promise-item img {
  display: block;
  margin: 0 auto;
}
.promise-box .promise-item .text {
  font-weight: 600;
  color: #333;
  margin: 24px 0 10px;
}
.promise-box .promise-item .describe {
  color: #666;
}
.common-content {
	width: 1200px;
	margin: 0 auto;
}
.works-box {
  overflow: auto;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}
.works-box .works-item {
  margin-bottom: 30px;
  margin-right: 30px;
  cursor: pointer;
}
.works-box .works-item:nth-child(3n) {
  margin-right: 0;
}
.works-box .works-item img {
  display: block;
  margin-bottom: 16px;
}
.works-box .works-item .item-wrapper {
  display: flex;
  justify-content: space-between;
  width: 280px;
  height: 44px;
  line-height: 44px;
  font-size: 18px;
  color: #333;
  padding: 0 20px;
  margin: 0 auto;
  border-radius: 22px;
  border: 1px solid #ddd;
}
.works-wrap {
	background-color: #fff;
	padding-bottom: 40px;
}
.works-wrap .common-theme {
	background-color: #fff;
}
.about-us-wrap,.about-us-wrap .common-theme {
	background-color: #fff;
}
.about-us-wrap .common-theme {
  text-align: center;
  padding: 34px 0 30px;
}
.about-us-wrap .common-theme .title {
  display: inline-block;
  padding: 16px 54px;
  font-size: 32px;
  font-weight: 500;
  color: #333;
  line-height: 45px;
  letter-spacing: 2px;
  border-bottom: 1px solid #999;
}
.about-us-wrap .about-box {
  font-size: 16px;
  color: #333;
  line-height: 30px;
	padding-bottom: 60px;
}
.about-us-wrap .about-box .describe {
  font-weight: 600;
}
.about-us-wrap .about-box .promise-tit {
  margin-top: 20px;
}
.about-us-wrap .adress-box {
  display: flex;
  padding-left: 100px;
  padding-bottom: 90px;
}
.about-us-wrap .adress-box .map-img {
  width: 726px;
  height: 409px;
}
.about-us-wrap .adress-box .right-box {
  margin-left: 64px;
	display: grid;
}
.about-us-wrap .adress-box .right-box .item-box {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  color: #333;
  line-height: 20px;
  margin-bottom: 30px;
}
.about-us-wrap .adress-box .right-box .item-box div:first-child {
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 20px;
}
.paid-wrap .content {
  width: 1200px;
  margin: 20px auto;
  min-height: calc(100vh - 230px);
  overflow-y: auto;
}
.paid-wrap .breadcrumb {
  height: 40px;
  display: flex;
  align-items: center;
  padding-left: 8px;
}
.paid-wrap .breadcrumb .el-breadcrumb {
  display: inline-block;
  margin: 10px 0;
}
.paid-wrap .breadcrumb .el-breadcrumb__inner {
  color: #333333;
}
.paid-wrap .list-con {
  background-color: #ffffff;
  padding: 20px 20px 38px;
  margin-bottom: 45px;
}
.paid-wrap .item {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 13px;
  border-bottom: 1px #e0e0e0 dashed;
}
.paid-wrap .item:last-child {
  border-bottom: unset;
}
.paid-wrap .item img {
  width: 188px;
  height: 125px;
  margin-right: 18px;
}
.paid-wrap .con-info {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.paid-wrap .con-info div {
  color: #606266;
  font-size: 14px;
  line-height: 20px;
  text-align: justify;
}
.paid-wrap .con-info div:first-child {
  color: #606266;
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
}
.paid-wrap .pay-con {
  background-color: #ff7075;
  width: 43px;
  height: 18px;
  color: #ffffff;
  font-size: 12px;
  display: inline-block;
  line-height: 18px;
  border-radius: 2px;
  font-weight: normal;
  text-align: center;
  float: right;
  margin-top: 2px;
}
.paid-wrap .pay-dialog {
  position: fixed;
  top: 50%;
  left: 50%;
  display: none;
  transform: translate(-50%, -50%);
  z-index: 2;
  text-align: center;
  width: 236px;
  height: 290px;
  background-color: #ffffff;
  border-radius: 5px;
}
.paid-wrap .pay-dialog .pay-title {
  background-color: #23cda1;
  color: #ffffff;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  position: relative;
  border-radius: 5px 5px 0 0;
}
.paid-wrap .pay-dialog .pay-content {
  height: calc(100% - 40px);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.5);
  border-right: 1px solid #d6d6d6;
  border-left: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  border-radius: 0 0 5px 5px;
  padding: 18px 20px 23px;
	display: flex;
	flex-direction: column;
	align-items: center;
	font-size: 12px;
  color: #333333;
}
.paid-wrap .pay-dialog .pay-content img {
  width: 160px;
  height: 160px;
  margin: 8px;
}
.paid-wrap .paid-title { 
	margin-bottom: 10px;
}
.pay-title {
	position: relative;
}
.pay-title .pay-close {
	cursor: pointer;
	position: absolute;
	top: 6px;
	right: 10px;
	font-size: 20px;;
	line-height: 24px;
}
.login {
	display: none;
}
#user {
	display: none;
  margin: 0 25px;
  /* line-height: 86px; */
  font-size: 16px;
  border-bottom: 2px solid #fff;
  color: #333333;
  display: flex;
  align-items: center;
}
#user .name {
  width: 100px;
	white-space: nowrap; 
  overflow: hidden;
  text-overflow: ellipsis; 
}
.loginout {
  margin-left:10px;
  cursor: pointer;
  word-break: keep-all;
}
.loginout:hover {
  color: #0378db;
}