/*======================================
		author:   design4u
		QQ:       66383210
		Email:    66383210@qq.com
		Date:     2018-08-22
======================================*/
@import url('normalize.css');
@import url('base.css');
@import url('animate.css');
@import url('jquery-plugin-restyle.css');
@import url('icon-font/iconfont.css');

.d-wrapper {
	
}
.d-container {
  padding: 0;
  max-width: 1200px;
  margin: 0 auto;
  text-align: left;
  position: relative;
}
/*topbar*/
.d-topbar {
  position: relative;
  height: 40px;
  font-size: 12px;
  color: #666;
  background: #fff;
  border-bottom: 1px solid #eee;
}
.d-topbar a {
  color: #666;
  height: 40px;
  line-height: 40px;
}
.d-topbar-left {
  float: left;
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.d-topbar-left span {
  color: #ddd;
  margin: 0 10px;
}
.d-topbar-cart {
  width: 120px;
  margin-left: 15px;
}
.d-topbar-cart a {
  position: relative;
  z-index: 32;
  display: block;
  text-align: center;
 
}
.d-topbar-cart,
.d-topbar-info,
.d-topbar-login {
  position: relative;
  float: right;
  height: 40px;
}
.d-topbar-info {
  white-space: nowrap;
  color: #888;
}
.d-topbar-info .d-links a {
  float: left;
  padding: 0 10px;
}
.d-topbar-info .d-user-info .d-user-name {
  padding-right: 10px;
  color: #333;
}
.d-topbar-info .d-user-info .d-user-type { padding-right: 10px; }
.d-topbar-info .d-user-info a { padding-left: 10px; }
.d-topbar-login .d-formcontrol {
  height: 24px;
  line-height: 24px;
  background: none;
  border: 1px solid rgba(255,255,255,0.1);
  vertical-align: middle;
}
.d-topbar-login .d-img-code {
  height: 24px;
  width: 60px;
  border: none;
  vertical-align: middle;
}
.d-form-btn {
  display: inline-block;
  height: 24px;
  padding: 0 20px;
  vertical-align: middle;
  border: none;
  background: rgba(0,0,0,0.5)
}
/*header*/
.d-header {
  padding: 20px 0;
  position: relative;
}
/*logo*/
.d-header .d-logo { float: left; }
/*d-header-search*/
.d-header-search {
  float: right;
  padding-top: 15px;
}
.d-search-form {
  height: 40px;
  border: 1px solid #e0e0e0;
  position: relative;
  float: left;
}
.d-search-formgroup {
  height: 100%;
  background: #fff;
}
.d-search-formgroup i { color: #d4d4d4; }
.d-search-formcontrol {
  border: none;
  background-color: transparent;
  display: block;
  float: left;
  width: 160px;
  height: 100%;
  box-sizing: border-box;
  text-indent: 15px;
}
.d-search-formcontrol:focus { outline: none; }
.d-search-btn {
  float: left;
  border-left: 1px solid #eee;
  cursor: pointer;
  padding: 0 12px;
  height: 100%;
  line-height: 40px;
  text-align: center;
}
.d-search-hot-words {
  position: absolute;
  right: 50px;
  top: 7px;
}
.d-search-hot-words a {
  display: inline-block;
  margin-left: 5px;
  padding: 2px 5px;
  font-size: 12px;
  background: #eee;
  color: #757575;
  -webkit-transition: all .2s;
  transition: all .2s;
}
.d-search-advance {
  float: left;
  display: block;
  height: 40px;
  line-height: 40px;
  padding-left: 10px;
  color: #999;
}
/*d-menu*/
.d-menu {
  padding-top: 15px;
  float: right;
}
.d-menu-item {
  display: inline-block;
  position: relative;
}
.d-menu-item .d-menu-link {
  display: block;
  line-height: 44px;
  padding: 0 20px;
  transition: all ease-out .3s;
  font-size: 16px;
  height: 44px;
}
.d-menu-item .d-menu-link i { margin-left: 8px; }
.d-menu-item.d-active .d-menu-link,
.d-menu-item .d-menu-link:hover,
.d-menu-item.d-dropdown:hover .d-menu-link {
  background: #e82823;
  color: #fff;
}
.d-menu-item.d-dropdown:hover .d-submenu { display: block; }
.d-submenu {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1000;
  float: left;
  min-width: 140px;
  font-size: 1rem;
  text-align: left;
  list-style: none;
  background: #e82823;
  color: #fff;
  display: none;
}
.d-submenu-item {
  
  padding: 12px 20px;
  transition: all ease-out .2s;
  position: relative;
}
.d-submenu-item a {
  color: #fff;
  display: block;
  white-space: nowrap;
}
.d-submenu-item i {
  float: right;
  margin-top: 5px;
  transition: all ease-out .2s;
  opacity: 0;
  color: #372a24;
}
.d-submenu-item:hover { background: rgba(0,0,0,0.1); }
.d-submenu-item:hover i { opacity: 1 }
.d-submenu-item ul { display: none; }
.d-submenu-item:hover ul {
  display: block;
  position: absolute;
  left: 100%;
  top: 0;
  background: #e82823;
}
.d-submenu-item ul li {
  padding: 10px 0;
  border-bottom: rgba(0,0,0,0.1) 1px solid;
  background: rgba(0,0,0,0.1);
}
.d-submenu-item ul li span {
  padding-left: 20px !important;
  padding-right: 20px !important;
  min-width: 200px;
}
.d-submenu-item:hover ul li:hover { background: rgba(0,0,0,0.2); }
.d-submenu-hasthumb .d-submenu-item { padding: 10px 20px; }
.d-submenu-hasthumb .d-submenu-item span {
  display: block;
  line-height: 40px;
  height: 40px;
  padding-left: 40px;
  padding-right: 20px;
}
.d-submenu-hasthumb .d-submenu-item img {
  float: left;
  width: auto;
  height: 40px;
  margin-right: 10px;
}
/*banner-slider*/
.d-banner-slider {
  width: 100% !important;
  height: 420px;
}
.d-fullscreen {
  width: 100% !important;
  height: 100%;
}
.d-slide-infoBlock {
  position: absolute;
  left: 30px;
  bottom: 30px;
  top: auto;
  max-width: 25%;
  padding-bottom: 0;
  color: #FFF;
  background: #000;
  background: rgba(0,0,0,0.75);
  overflow: hidden;
  padding: 20px;
}
.d-slide-infoBlock h4 {
  font-size: 20px;
  line-height: 1.2;
  margin: 0;
  padding-bottom: 3px;
}
.d-slide-infoBlock p {
  font-size: 14px;
  margin: 4px 0 0;
}
.d-slide-infoBlock a {
  color: #FFF;
  text-decoration: underline;
}
/*banner*/
.d-banner {
  height: 240px;
  position: relative;
  background: #fff no-repeat top center;
  color: #fff;
}
.d-banner .d-container {
  height: 100%;
  font-size: 0;
  text-align: center;
}
.d-banner .d-container:before {
  content: '';
  display: inline-block;
 *display: inline;
 *zoom:1;
  height: 100%;
  vertical-align: middle
}
.d-banner .d-container > * {
  display: inline-block;
 *display: inline;
 *zoom:1;
  font-size: 14px;
  max-width: 100%;
  vertical-align: middle;
  text-align: center;
}
.d-banner .d-info { text-align: center; }
.d-banner .d-info .d-title {
  font-size: 40px;
  font-weight: 700;
}
.d-banner .d-info .d-subtitle {
  font-family: Georgia;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  text-transform: uppercase;
}
.d-banner-sm { height: 60px; }
/**content-index*/
.d-content-index { }
/*首页模块*/
.d-card {
  background: #fff;
  padding: 60px 0;
}
.d-card-header {
  position: relative;
  padding-top: 10px;
  text-align: center;
  padding-bottom: 20px;
}
.d-card-header .d-title {
  font-size: 32px;
  color: #555;
  font-weight: 600;
  margin-right: 10px;
}
.d-card-header .d-subtitle {
  font-size: 14px;
  color: #999;

}
.d-card-header .d-description {
  font-size: 16px;
  color: #b1b1b1;
}
.d-card-content {
  clear: both;
  padding-top: 20px;
}
.d-card-footer {
  text-align: center;
  margin: 30px auto 0;
}
.d-card-category {
  border-bottom: 1px solid #eee;
  border-top: 1px solid #eee;
  padding: 40px 0;
}
.d-card-content .d-slide-wrapper { padding: 20px 60px !important; }
/*index about*/
.d-card-about {
  background: no-repeat center top;
  padding-top: 300px;
}
.d-card-about .d-card-header .d-title,
.d-card-about .d-card-header .d-subtitle { color: #fff; }
.d-card-about .d-card-header::after { background: #fff; }
.d-card-about .d-card-content { padding: 0; }
.d-mission { }
.d-mission-info {
  background: #f9f9f9;
  text-align: center;
  padding: 50px 300px;
}
.d-mission-img {
  float: right;
  width: 40%;
  position: relative;
  top: -30px;
}
.d-mission-img img {
  width: 100%;
  height: auto;
}
.d-mission .d-title {
  font-size: 32px;
  font-weight: 600;
}
.d-mission .d-subtitle {
  font-size: 15px;
  color: #999;
}
.d-mission .d-description {
  line-height: 1.6;
  padding-top: 20px;
  padding-bottom: 30px;
}
.d-mission-logo {
  position: absolute;
  left: 50%;
  bottom: -162px;
  background: rgba(255,66,41,0.95);
  padding: 10px 60px;
  margin-left: -185px;
  border-radius: 0 0 4px 4px;
}
/*分类*/
.d-category {
  text-align: center;
  font-size: 0;
}
.d-category li {
  display: inline-block;
  font-size: 14px;
}
.d-category li.d-hasmore { height: 107px }
.d-category li.d-hasmore div {
  position: absolute;
  width: 100%;
  left: 0
}
.d-category li.d-hasmore div ul {
  text-align: center;
  margin-top: 20px;
  padding-top: 20px;
  border-top: rgba(0,0,0,0.10) 1px solid
}
.d-category a {
  position: relative;
  line-height: 16px;
  color: #616161;
  display: block;
  font-size: 14px;
  width: 116px;
  transition: all 0.6s cubic-bezier(0.2, 0.6, 0.4, 1) 0s;
  border-bottom: 2px solid transparent;
}
.d-category li.d-hasmore div ul a { border: none }
.d-category a.d-active,
.d-category a:hover { color: #e82823; }
.d-category li.d-hasmore div ul a.d-active,
.d-category li.d-hasmore div ul a:hover {
  background: #7d7d7d;
  color: #fff
}
.d-category li:not(:first-child) a::before { }
.d-category li:first-child a::before { width: 0px; }
.d-category a:hover::before { background: transparent; }
.d-category-hasthumber img {
  width: 60px;
  height: auto;
}
.d-category-hasthumber span { display: block; }
.d-category-hasthumber li ul { display: none; }
/*垂直分类*/
.d-category-vertical li { border-bottom: 1px solid #eee; }
.d-category-vertical a {
  display: block;
  text-align: left;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, .08);
  padding: 10px 10px 10px 20px;
  position: relative;
  transition: all 0.6s cubic-bezier(0.2, 0.6, 0.4, 1) 0s;
}
.d-category-vertical a img {
  height: 40px;
  width: auto;
  float: left;
}
.d-category-vertical a span {
  display: block;
  height: 40px;
  line-height: 40px;
  margin-left: 40px;
  white-space: nowrap;
}
.d-category-vertical a.d-active {
  color: #e82823;
  font-weight: 600;
}
.d-category-vertical a:hover { padding-left: 40px; }
.d-category-vertical a:last-child { border-bottom: none; }
.d-category-vertical a::before {
  content: '';
  position: absolute;
  width: 3px;
  height: 16px;
  background: transparent;
  left: 0;
  top: 12px;
  transition: all 0.6s cubic-bezier(0.2, 0.6, 0.4, 1) 0s;
}
.d-category-vertical a.d-active::before,
.d-category-vertical a:hover::before { background: #e82823; }
.d-category-vertical a:hover::before { left: 20px; }
.d-category-vertical>li li { padding-left: 20px; }
.d-category-vertical>li li a {
  padding: 6px 0 6px 18px;
  background: url(images/list-tree-default.png) no-repeat left center;
  border: none;
}
.d-category-vertical>li li a.d-liststyle-close { background-image: url(images/list-tree-close.png); }
.d-category-vertical>li li a.d-liststyle-open { background-image: url(images/list-tree-open.png); }
.d-category-vertical>li li a:hover {
  padding-left: 40px;
  background-position: 20px 50%;
}
.d-category-vertical>li li a.d-active::before,
.d-category-vertical>li li a:hover::before { background: none; }
/*项目列表*/
.d-row {
  margin: 0 -10px;
  overflow: hidden;
}
.d-project-item,
.d-download-item {
  height: auto;
  position: relative;
  margin: 0 20px 20px 20px;
  background: #fff;
}
.d-project-item .d-checkbox {
  position: absolute;
  right: 10px;
  top: 10px;
  z-index: 999;
}
.d-project-item-content,
.d-download-item-content {
  display: block;
  overflow: hidden
}
.d-project-item-img,
.d-download-item-img {
  position: relative;
  z-index: 1;
  padding:0 12px;
}
.d-project-item-img img,
.d-download-item-img img {
  width: 100%;
  background-size: cover;
  float: none;
  height: auto;
  transition: all 0.6s cubic-bezier(0.2, 0.6, 0.4, 1) 0s;
}
.d-project-item a:hover img,
.d-download-item a:hover img { transform: scale(1.2, 1.2) }
.d-project-item-info,
.d-download-item-info {
  transition: all ease-in-out .3s;
  height: 50px;
  position: relative;
  z-index: 2;

}
.d-project-item-content:hover .d-project-item-info,
.d-download-item-content:hover .d-download-item-info {
  background: #e82823;
  height: 200px;
  margin-top: -150px;
}
.d-project-item-info .d-description{
	max-height: 128px;
	overflow: hidden;
	
}
.d-also-order-content .d-project-item-content:hover .d-project-item-info{height: 100px;
  margin-top: -50px;}
.d-download-item-content:hover .d-download-item-info { background: #f6f6f6; }
.d-project-item-info p,
.d-download-item-info p {
  text-align: center;
  padding: 0 12px;
  

  transition: all ease-out .3s;
}
a:hover .d-project-item-info p,
a:hover .d-download-item-info p { color: #fff; }
.d-project-item-info div,
.d-download-item-info div {
  position: relative;
  top: 0;
  margin-top: 0;
  overflow: hidden;
  z-index: 2;
}
.d-project-item-info .d-title,
.d-download-item-info .d-title {
  margin-top: 4px;
  font-size: 18px;
}
.d-project-item-info .d-subtitle,
.d-download-item-info .d-subtitle {
  transition: all ease-out .3s;
  color: #999;
}
.d-project-item-info .d-description,
.d-download-item-info .d-description {
  margin-top: 40px;
  line-height: 1.5;
  text-align: left;
  font-size: 12px;
  transition: all ease-out .3s;
}
a:hover .d-project-item-info .d-description,
a:hover .d-download-item-info .d-description { margin-top: 10px; }
/*新闻列表*/
.d-news-item {
  display: block;
  transition: all ease-out .2s;
  position: relative;
  overflow: hidden;
  background: #f6f6f6;
  margin: 0 10px 20px 10px;
}
.d-news-item .d-img {
  float: left;
  width: 220px;
  overflow: hidden;
}
.d-news-item img {
  float: none;
  width: 100%;
  height: auto;
  transition: all 0.6s cubic-bezier(0.2, 0.6, 0.4, 1) 0s;
}
.d-news-item:hover img { transform: scale(1.2, 1.2) }
.d-news-item:hover {
  background: #e82823;
  color: #fff !important;
}
.d-news-item:hover .d-title,
.d-news-item:hover .d-news-date { color: #fff !important; }
.d-news-item .d-info { padding: 20px 20px 20px 250px; }
.d-news-item .d-title {
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
.d-news-item .d-news-date {
  color: #999;
  font-size: 12px;
  margin-top: 20px;
}
.d-news-item .d-news-date span { margin-right: 20px; }
.d-news-item .d-news-date span i { margin-right: 5px; }
.d-news-item .d-description {
  line-height: 21px;
  font-size: 14px;
  margin-top: 10px;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  white-space: normal !important;
  height: 63px;
}
/**/
.d-card-service {
  background: #42495b;
  color: #fff !important;
}
.d-card-service .d-card-header .d-title,
.d-card-service .d-card-header .d-subtitle { color: #fff; }
.d-card-service .d-card-header::after { background: #fff; }
.d-card-service a,
.d-card-service .d-service-item .d-title { color: #fff; }
/*服务列表*/
.d-service-item { text-align: center; }
.d-service-item a { display: block; }
.d-service-item a img { margin: 0 auto; }
.d-card-contact .d-service-item { padding-top: 30px; }
.d-card-contact .d-card-header .d-title,
.d-card-contact .d-service-item .d-title { color: #Fff; }
.d-service-item .d-title {
  color: #333;
  font-size: 16px;
  transition: all ease-out .2s;
  text-align: center;
  padding: 10px 0 0;
}
.d-service-item .d-description {
  text-align: center;
  margin: 0 auto;
  color: #878787;
  line-height: 1.6;
}
.d-service-list .d-service-item {
  width: 25%;
  float: left;
  margin-bottom: 30px;
}
.d-service-list .d-service-item .d-info { padding: 0 25px; }
/*.d-card-peolpe*/
#slider-people { height: 300px; }
.d-card-peolpe { }
.d-peolpe-item a { display: block; }
.d-peolpe-item .d-img {
  float: left;
  padding: 0 40px 0 120px;
  position: relative;
  z-index: 2;
}
.d-peolpe-item .d-img img {
  border-radius: 50%;
  max-width: 300px;
}
.d-peolpe-item .d-info {
  padding: 0 140px;
  position: relative;
}
.d-peolpe-item .d-title {
  font-size: 26px;
  padding-top: 60px;
}
.d-peolpe-item .d-subtitle { font-size: 14px; }
.d-peolpe-item .d-description { margin-top: 20px; }
.d-card-link { background: #f6f6f6; }
/*page*/
.d-page {
  text-align: center;
  position: relative;
  z-index: 1;
  padding-bottom: 40px;
}
.d-page .d-container::after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  clear: both;
}
.d-page-detail { background: #f4f4f4; }
.d-page-detail .d-container { background: #fff; }
.d-page-detail .d-page-side { margin-left: 40px; }
.d-page-header {
  border-bottom: 1px solid #eee;
  text-align: center;
  padding: 30px 110px;
}
.d-page-header .d-title {
  padding-bottom: 10px;
  font-size: 32px;
}
.d-page-header .d-subtitle { color: #999; }
.d-page-content {
  padding: 60px 0 80px;
  margin: 0 auto;
  text-align: left;
  min-height: 420px;
}
.d-content-header { margin-bottom: 20px; }
.d-content-title {
  font-size: 24px;
  padding: 10px 0;
  display: inline-block;
}
.d-page-side {
  width: 160px;
  padding-top: 40px;
  float: left;
}
.d-page-side-header { margin-bottom: 20px; }
.d-page-side-header .d-title {
  font-size: 20px;
  font-weight: 600;
}
.d-page-side + .d-page-content { margin-left: 220px; }
.d-page-side + .d-page-content .d-article-content { padding: 0 80px; }
.d-page-detail .d-contentpage { padding: 0 80px; }
.d-page-detail .d-page-side + .d-page-content { border-left: 1px solid #eee; }
.d-taglist {
  padding-bottom: 0;
  line-height: 22px;
  border-bottom: solid #eee 1px;
  overflow: hidden;
  zoom: 1;
  margin-bottom: 30px;
}
.d-taglist .d-tag-item { overflow: hidden; }
.d-taglist .d-tag-item dt {
  float: left;
  width: 75px;
  font-size: 14px;
  color: #333;
}
.d-taglist .d-tag-item dd {
  padding-bottom: 0;
  overflow: hidden;
  zoom: 1;
}
.d-taglist .d-tag-item dd a {
  height: 22px;
  padding: 0 10px;
  float: left;
  margin: 0 4px 12px 0;
  white-space: nowrap;
  overflow: hidden;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.d-taglist .d-tag-item dd a.d-active,
.d-taglist .d-tag-item dd a:hover {
  color: #fff;
  background: #e82823;
}
.d-taglist .d-tag-item dd a.d-disabled,
.d-taglist .d-tag-item dd a.d-disabled:hover {
  color: #999 !important;
  background-color: #f6f6f6 !important;
}
.d-page-tools a { margin-right: 20px; }
.d-page-toolbar {
  overflow: hidden;
  margin-bottom: 30px;
}
.d-page-toolbar .d-page-tools { float: left; }
.d-page-toolbar .d-pagenav-top { float: right }
.d-page-toolbar .d-pagenav-top a,
.d-page-toolbar .d-pagenav-top span,
.d-page-toolbar .d-pagenav-top input {
  height: 32px;
  line-height: 32px;
  padding: 0 10px;
  margin-left: 5px;
  display: block;
  float: left;
  vertical-align: middle;
  border-radius: 3px;
}
.d-page-toolbar .d-pagenav-top input {
  width: 3em;
  text-align: center;
  padding: 0 5px;
  border: 1px solid #ddd;
}
.d-page-toolbar .d-pagenav-top a {
  background: #fff;
  border: 1px solid #ddd;
}
.d-sidemenu {
  border-bottom: 1px solid #e82823;
  background: #f9f9f9;
}
.d-sidemenu li a {
  display: block;
  text-align: center;
  padding: 10px 0;
  position: relative;
  transition: all 0.2s ease-out;
  z-index: 2;
}
.d-sidemenu li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 100%;
  bottom: 0;
  top: 0;
  overflow: hidden;
  display: block;
  background-color: transparent;
  transition: all 0.2s ease-out;
  z-index: -1;
}
.d-sidemenu li a:hover { background: #fff; }
.d-sidemenu li a:hover::after,
.d-sidemenu li a.d-active::after {
  right: 0;
  background-color: #ffdcd3;
}
.d-sidemenu li a.d-active::after { background-color: #e82823; }
.d-sidemenu li a.d-active {
  font-weight: 800;
  background-color: #e82823;
  color: #fff;
}
.d-pagenav {
  text-align: center
}
.d-pagenav a {
  width: 36px;
  height: 36px;
  background: #f8f8f8;
  display: inline-block;
  color: #a9a9a9;
  line-height: 36px;
  text-align: center;
  margin-right: 5px;
  transition: background-color 0.2s ease-out;
}
.d-pagenav span { margin-right: 5px }
.d-pagenav a i {
  font-size: 24px;
  top: 2px;
  position: relative
}
.d-pagenav a.d-active {
  background: #e82823;
  color: #fff;
}
.d-pagenav a:hover { background: #f7f7f7; }
.d-pagenav .d-text-total {
  margin-left: 10px;
  color: #999;
}
/*文章页*/
.d-article { padding-top: 15px; }
.d-article-header {
  padding-top: 20px;
  padding-bottom: 30px;
  text-align: center;
  border-bottom: 1px dashed #eee;
  margin-bottom: 30px;
}
.d-article-header .d-title { font-size: 2em; }
.d-article-header .d-description {
  color: #999;
  padding-top: 15px;
}
.d-article-header .d-description span { margin: 0 20px; }
.d-article-header .d-description span i { margin-right: 5px; }
.d-article-content {
  line-height: 1.6;
  overflow: hidden;
  padding: 0 130px;
  font-size: 15px;
}
.d-article-content p {
  text-indent: 2em;
  margin-bottom: 20px;
}
.d-article-content img { max-width: 100%; }
.d-share-bar { padding: 40px 60px; }
.d-share-bar span {
  margin: 6px;
  line-height: 16px;
  color: #999;
}
/*面包屑导航*/
.d-localbar { background: #f4f4f4; }
.d-localbar .d-container {
  padding: 15px 0;
  text-align: left;
}
.d-breadcrumb {
  color: #a6a6a6;
  float: right;
}
.d-breadcrumb a { color: #757575 }
.d-breadcrumb a:after {
  padding: 0 5px;
  color: #ccc;
  content: "/\00a0"
}
.d-breadcrumb a:hover,
.d-breadcrumb a:active {
  color: #444;
  text-decoration: underline;
}
/*项目详细页*/
.d-project-detail { padding: 20px 60px; }
.d-project-detail::after{
	content: "";
	display: block;
	clear: both;
}



.d-project-detail .d-form {
  max-width: 400px;
  margin: 0 auto;
}
.d-project-preview {
  width: 320px;
  float: left;
  background: #fff;
}
#project-preview {
  height: 550px;
}
.d-project-info {
  float: left;
  width: 480px;
  margin-left: 40px;
}
.d-project-info .d-info {
  position: relative;
  padding-bottom: 20px;
}
.d-project-info .d-info .d-title {
  font-size: 24px;
  line-height: 56px;
  font-weight: bold;
}
.d-project-info .d-info .d-description { color: #999; }
.d-project-related {
  float: right;
  width: 180px;
  border-left: 1px solid #eee;
  padding-left: 40px;
}
.d-project-related .d-project-item { margin: 0 0 10px 0; }
.d-project-related .d-project-related-header {
  text-align: center;
  border-bottom: 1px solid #eee;
  margin-bottom: 30px;
  color: #888;
}
.d-project-related .d-project-related-header span {
  display: inline-block;
  background: #fff;
  padding: 0 10px;
  position: relative;
  bottom: -10px;
}
.d-project-related .d-project-item-info { height: 50px; }
.d-project-related a:hover .d-project-item-info {
  height: 80px;
  margin-top: -30px;
}
.d-project-related .d-title { font-size: 14px; }
.d-project-summary { }
.d-project-summary dl {
  clear: both;
  margin-bottom: 10px;
}
.d-project-summary dt {
  float: left;
  width: 6em;
}
.d-project-summary dd { margin-left: 6em; }
.d-project-toolbar {
  text-align: center;
  margin-top: 20px;
}
.d-project-description {
  line-height: 2em;
  clear: both;
  padding: 40px 0;
}
.d-project-description-header {
  background: #f6f6f6;
  padding: 15px;
}
.d-project-description-header .d-title {
  font-size: 16px;
  font-weight: 600;
}
.d-project-description-content {
  padding: 40px;
  background: #f9f9f9;
}
.d-project-description p {
  margin-bottom: 20px;
  text-indent: 2em;
}
.d-project-description img { max-width: 100%; }
.d-pro-color a {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: #eee;
  margin-right: 5px;
}
.d-bg-black { background-color: #000 !important; }
.d-bg-red { background-color: #f60 !important; }
.d-bg-blue { background-color: #2C59E8 !important; }
.d-bg-green { background-color: #0BC020 !important; }
.d-pro-tags { color: #999; }
.d-pro-social {
  overflow: hidden;
  padding: 20px 0;
  clear: both;
}
.d-pro-share { float: left; }
.d-pro-contact { float: right; }
.d-pro-contact i { color: #1c9eff; }
/*工作列表*/

.d-job-wrapper { padding: 40px 120px; }
.d-job-summary { margin-bottom: 40px; }
.d-job-item {
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  position: relative;
}
.d-job-item dt {
  background: url(images/icon-job.png) no-repeat left center;
  padding-left: 60px;
  padding-right: 90px;
  position: relative;
  cursor: pointer;
}
.d-job-time {
  color: #999;
  padding-top: 0;
  right: 100px;
  top: 0;
  position: absolute;
}
.d-job-name { font-size: 20px; }
.d-job-keyword {
  color: #999;
  font-size: 13px;
}
.d-job-keyword span { padding-right: 20px; }
.d-job-keyword span + span { padding-left: 20px; }
.d-job-item dd {
  display: none;
  background: #f9f9f9;
  padding: 40px;
  margin-top: 20px;
}
.d-job-item dd h2 {
  font-size: 16px;
  margin-bottom: 20px;
}
.d-job-item dd * + h2 { margin-top: 20px; }
.d-job-arrow {
  position: absolute;
  right: 0;
  top: 50%;
  height: 48px;
  margin-top: -24px;
  width: 64px;
  background: url(images/icon-arrow-down.png) no-repeat center;
  border-left: 1px solid #eee;
}
.d-job-item.d-active dd { }
.d-job-item.d-active .d-job-arrow { background-image: url(images/icon-arrow-up.png); }
/*video*/
.homepage-hero-module {
  border-right: none;
  border-left: none;
  position: relative;
}
.no-video .video-container video,
.touch .video-container video { display: none; }
.no-video .video-container .poster,
.touch .video-container .poster { display: block !important; }
.video-container {
  position: relative;
  bottom: 0%;
  left: 0%;
  height: 100%;
  width: 100%;
  overflow: hidden;
  background: #000;
}
.video-container .poster img {
  width: 100%;
  bottom: 0;
  position: absolute;
}
.video-container .filter {
  z-index: 100;
  position: absolute;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
}
.video-container video {
  position: absolute;
  z-index: 0;
  bottom: 0;
}
.video-container video.fillWidth { width: 100%; }
.d-contact { padding: 40px 80px; }
.d-contact-header {
  text-align: center;
  padding-bottom: 30px;
}
.d-contact-header .d-title {
  font-size: 18px;
  padding-bottom: 10px;
}
.d-contact-header .d-subtitle { color: #888; }
.d-contact-content { }
.d-contact-form { padding-top: 30px; }
.d-contact-info .d-contact-name { margin-bottom: 10px; }
.d-contact-info dl {
  overflow: hidden;
  line-height: 2;
}
.d-contact-info dt {
  float: left;
  width: 6em;
}
.d-contact-info dd { padding-left: 7em; }
/**/
.d-footer {
  background: #42495b;
  clear: both;
  color: #fff;
  padding: 30px 0 20px;
}
.d-footer a { color: #fff; }
.d-footer-contact { float: left; }
.d-footer-contact .d-contact-name {
  font-size: 20px;
  margin-bottom: 15px;
  font-weight: 500;
  padding-top: 10px;
}
.d-footer-contact h3,
.d-footer-contact p { line-height:1.8; }
.d-footer-right { float: right; }
.d-footer-social { text-align: center; }
.d-tools a {
  text-align: center;
  display: inline-block;
  padding:0 12px;
  color: #fff;
}
.d-tools a span { display: block; }
.d-footer-left{float:left;}
.d-footer-logo{float:left; margin-right: 20px;}
.d-footer-code {
  text-align: center;
  padding-top: 20px;
}
.d-footer-code span { display: block; }
.d-footer-form {
  position: relative;
  z-index: 1;
}
.d-footer-form .d-form-control {
  background: none;
  border: 1px solid rgba(255,255,255,0.2);
}
.d-footer-form textarea.d-form-control { }
.d-footer-form .d-btn-bar .d-btn {
  background: rgba(0,0,0,0.2);
  color: #fff;
  margin: 0;
  border: none;
}
.d-footer-copyright {
  background: #42495b;
  border-top: 1px solid rgba(0,0,0,0.05);
  padding: 10px 0;
  color: #eee;
  font-size: 12px;
  
}
.d-footer-copyright .d-container{text-align: center; color: #888b94; }
.d-footer-copyright a { color: #888b94; }
.d-footer-copyright span {padding:0 10px; }

.d-inquired { padding: 0 80px; }
.d-inquired-form { }
.d-group {
  margin-top: 20px;
  border-bottom: 1px solid #eee;
}
.d-group-header .d-group-title {
  font-weight: 600;
  font-size: 16px;
}
.d-group-header .d-group-subtitle {
  color: #999;
  margin-top: 5px;
}
.d-group-content { padding: 20px; }
/*========================================================================================
==========================================================================================
	图标-----------开始
  .d-icon-[name]       图标默认为字体图标
  .d-icon-img-[name]   图片图标，可以直接用样式名，也可以用背景图
========================================================================================
========================================================================================*/

[class*="d-icon"] {
  font-family: "d-iconfont" !important;
  display: inline-block;
  font-size: 24px !important;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  speak: none;
  /*vertical-align: middle;*/
  text-align: center;
  -webkit-text-stroke-width: 0.2px;
  position: relative;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  vertical-align: middle;
}
/*图标内的微章*/
[class*="d-icon"] .d-badge {
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transform: translate(-50%, -20%);
  transform: translate(-50%, -20%);
}
[class*="d-icon"].d-radius .d-badge {
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
[class*="d-icon"].d-circle .d-badge {
  -webkit-transform: translate(-60%, -0%);
  transform: translate(-60%, -0%);
}
/*图标内的图片*/
[class*="d-icon"] img {
  max-width: 100%;
  width: 100%;
  height: auto;
}
/*按钮文字后的图标*/
.d-btn >*+[class*="d-icon"],
.d-btn >*+[class^="d-icon"] { margin-left: 0.25rem; }
/*图标尺寸*/
.d-icon-xs { font-size: 12px !important; }
.d-icon-sm { font-size: 16px !important; }
.d-icon-lg { font-size: 32px !important; }
.d-icon-xl { font-size: 48px !important; }
.d-icon-xxl { font-size: 64px !important; }
.d-icon-xxxl { font-size: 72px !important; }
.d-icon-xxxxl { font-size: 96px !important; }
.d-icon-xxxxxl { font-size: 128px !important; }
[class*="d-icon"].d-radius,
[class*="d-icon"].d-circle {
  background: #f6f6f6;
  color: #666;
  padding: 6px;
  font-size: 12px !important;
}
[class*="d-bg-"].d-radius,
[class*="d-bg-"].d-circle {
  background-color: #aaa;
  color: #fff;
}
.d-radius.d-icon-xs,
.d-circle.d-icon-xs {
  padding: 6px !important;
  font-size: 12px !important;
}
.d-radius.d-icon-xs:not([class*="d-icon-img"]),
.d-circle.d-icon-xs:not([class*="d-icon-img"]) {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.d-radius.d-icon-sm,
.d-circle.d-icon-sm {
  padding: 6px !important;
  font-size: 12px !important;
}
.d-radius.d-icon-sm:not([class*="d-icon-img"]),
.d-circle.d-icon-sm:not([class*="d-icon-img"]) {
  -webkit-transform: scale(0.6666667);
  transform: scale(0.6666667);
}
.d-radius.d-icon-lg,
.d-circle.d-icon-lg {
  padding: 6px !important;
  font-size: 20px !important;
}
.d-radius.d-icon-xl,
.d-circle.d-icon-xl {
  padding: 10px !important;
  font-size: 28px !important;
}
.d-radius.d-icon-xxl,
.d-circle.d-icon-xxl {
  padding: 12px !important;
  font-size: 40px !important;
}
.d-radius.d-icon-xxxl,
.d-circle.d-icon-xxxl {
  padding: 12px !important;
  font-size: 48px !important;
}
.d-radius.d-icon-xxxxl,
.d-circle.d-icon-xxxxl {
  padding: 18px !important;
  font-size: 60px !important;
}
.d-radius.d-icon-xxxxxl,
.d-circle.d-icon-xxxxxl {
  padding: 24px !important;
  font-size: 80px !important;
}
/*警示图标默认颜色*/
.d-icon-alert-success { color: #04be02; }
.d-icon-alert-info { color: #10aeff; }
.d-icon-alert-warning { color: #ffbe00; }
.d-icon-alert-danger { color: #f76260; }
/*======================
图片图标
======================*/
[class*="d-icon-img"] {
  width: 24px;
  height: 24px;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: 100%;
}
/*图片图标形状*/

[class*="d-icon-img"].d-radius,
[class*="d-icon-img"].d-circle {
  background-size: 65%;
  background-position: center;
  padding: 0;
}
[class*="d-icon-img"].d-radius:not([class*="d-bg-"]),
[class*="d-icon-img"].d-circle:not([class*="d-bg-"]) { background-size: 100%; }
/*图片图标尺寸*/
[class*="d-icon-img"].d-icon-xs {
  width: 12px;
  height: 12px;
}
[class*="d-icon-img"].d-icon-sm {
  width: 16px;
  height: 16px;
}
[class*="d-icon-img"].d-icon-lg {
  width: 32px;
  height: 32px;
}
[class*="d-icon-img"].d-icon-xl {
  width: 48px;
  height: 48px;
}
[class*="d-icon-img"].d-icon-xxl {
  width: 64px;
  height: 64px;
}
[class*="d-icon-img"].d-icon-xxxl {
  width: 72px;
  height: 72px;
}
[class*="d-icon-img"].d-icon-xxxxl {
  width: 96px;
  height: 96px;
}
[class*="d-icon-img"].d-icon-xxxxxl {
  width: 128px;
  height: 128px;
}
/*按钮*/
.d-btn {
  font-size: 16px;
  padding: 12px 32px;
  border-radius: 4px;
  background: #fff;
  border: 1px solid #e7e7e7;
  display: inline-block;
  margin: 0 auto;
  transition: all .3s ease-out 0s;
  line-height: 18px;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
}
.d-btn-sm {
  padding: 6px 15px;
  font-size: 14px;
}
.d-btn-bar { }
.d-btn-bar-center {
  text-align: center;
  padding: 40px 0;
}
.d-btn-bar .d-btn ~ .d-btn { margin-left: 5px; }
.d-btn-primary {
  background: #e82823;
  border-color: #e82823;
  color: #fff;
}
.d-btn span { transition: all .3s ease-out 0s; }
.d-btn i {
  text-indent: -10px;
  font-size: 24px;
  color: transparent;
  transition: all ease-out .3s;
}
.d-btn:hover {
  background: #e82823 scroll 0 0;
  border-color: #e82823;
  color: #fff;
}
.d-btn:hover span { color: #fff; }
.d-btn:hover i {
  text-indent: 18px;
  color: #fff;
}
/*等分网格布局,最多支持12等分*/
[class*="d-average-"]:after {
  content: '\0020';
  display: block;
  overflow: hidden;
  visibility: hidden;
  width: 0;
  height: 0;
  clear: both
}
[class*="d-average-"]:after,
[class*="d-average-"]:before {
  content: " ";
  display: table
}
[class*="d-average-"] {
  display: block;
  padding: 0;
  margin: 0;
  list-style: none
}
[class*="d-average-"]>li {
  height: auto;
  float: left
}
[class*="d-average-"]>.d-li { float: left }
.d-average-1>li,
.d-average-1>.d-li { width: 100% }
.d-average-1>li:nth-of-type(n),
.d-average-1>.d-li:nth-of-type(n) { clear: none }
.d-average-1>li:nth-of-type(1n+1),
.d-average-1>.d-li:nth-of-type(1n+1) { clear: both }
.d-average-2>li,
.d-average-2>.d-li { width: 50% }
.d-average-2>li:nth-of-type(n),
.d-average-2>.d-li:nth-of-type(n) { clear: none }
.d-average-2>li:nth-of-type(2n+1),
.d-average-2>.d-li:nth-of-type(2n+1) { clear: both }
.d-average-3>li,
.d-average-3>.d-li { width: 33.33333333% }
.d-average-3>li:nth-of-type(n),
.d-average-3>.d-li:nth-of-type(n) { clear: none }
.d-average-3>li:nth-of-type(3n+1),
.d-average-3>.d-li:nth-of-type(3n+1) { clear: both }
.d-average-4>li,
.d-average-4>.d-li { width: 25% }
.d-average-4>li:nth-of-type(n),
.d-average-4>.d-li:nth-of-type(n) { clear: none }
.d-average-4>li:nth-of-type(4n+1),
.d-average-4>.d-li:nth-of-type(4n+1) { clear: both }
.d-average-5>li,
.d-average-5>.d-li { width: 20% }
.d-average-5>li:nth-of-type(n),
.d-average-5>.d-li:nth-of-type(n) { clear: none }
.d-average-5>li:nth-of-type(5n+1),
.d-average-5>.d-li:nth-of-type(5n+1) { clear: both }
.d-average-6>li,
.d-average-6>.d-li { width: 16.66666667% }
.d-average-6>li:nth-of-type(n),
.d-average-6>.d-li:nth-of-type(n) { clear: none }
.d-average-6>li:nth-of-type(6n+1),
.d-average-6>.d-li:nth-of-type(6n+1) { clear: both }
.d-average-7>li,
.d-average-7>.d-li { width: 14.28571429% }
.d-average-7>li:nth-of-type(n),
.d-average-7>.d-li:nth-of-type(n) { clear: none }
.d-average-7>li:nth-of-type(7n+1),
.d-average-7>.d-li:nth-of-type(7n+1) { clear: both }
.d-average-8>li,
.d-average-8>.d-li { width: 12.5% }
.d-average-8>li:nth-of-type(n),
.d-average-8>.d-li:nth-of-type(n) { clear: none }
.d-average-8>li:nth-of-type(8n+1),
.d-average-8>.d-li:nth-of-type(8n+1) { clear: both }
.d-average-9>li,
.d-average-8>.d-li { width: 11.11111111% }
.d-average-9>li:nth-of-type(n),
.d-average-9>.d-li:nth-of-type(n) { clear: none }
.d-average-9>li:nth-of-type(9n+1),
.d-average-9>.d-li:nth-of-type(9n+1) { clear: both }
.d-average-10>li,
.d-average-10>.d-li { width: 10% }
.d-average-10>li:nth-of-type(n),
.d-average-10>.d-li:nth-of-type(n) { clear: none }
.d-average-10>li:nth-of-type(10n+1),
.d-average-10>.d-li:nth-of-type(10n+1) { clear: both }
.d-average-11>li,
.d-average-11>.d-li { width: 9.09090909% }
.d-average-11>li:nth-of-type(n),
.d-average-11>.d-li:nth-of-type(n) { clear: none }
.d-average-11>li:nth-of-type(11n+1),
.d-average-11>.d-li:nth-of-type(11n+1) { clear: both }
.d-average-12>li,
.d-average-12>.d-li { width: 8.33333333% }
.d-average-12>li:nth-of-type(n),
.d-average-12>.d-li:nth-of-type(n) { clear: none }
.d-average-12>li:nth-of-type(12n+1),
.d-average-12>.d-li:nth-of-type(12n+1) { clear: both }
/*弹窗-统一用popup
	.d-popup-wrapper  用来控制弹窗的显示及隐藏,默认内容垂直，水平居中
	.d-mask           遮罩层
	.d-popup          弹窗内容

*/
.d-popup-wrapper {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 1001;
  display: none;
  font-size: 0;
  text-align: center;
}
.d-popup-wrapper-auto {
  bottom: auto;
  height: auto;
}
.d-popup-wrapper:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle
}
.d-popup-wrapper > * {
  display: inline-block;
  font-size: 14px;
  max-width: 100%;
  vertical-align: middle;
}
/*-------------------------------------------------------------	
	h-mask         遮罩层,默认为黑色半透明
	h-mask-white   白色半透明
	h-mask-iframe  该iframe用于解决DIV层被OBJECT控件遮盖问题
-------------------------------------------------------------*/
/* 遮罩层 */
.d-mask,
.d-mask-white,
.d-mask-transparent {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1000;
  display: none;
}
.d-popup-wrapper [class*="d-mask"] {
  display: block;
  z-index: -1;
  position: absolute;
}
.d-mask {
  background: rgba(0, 0, 0, 0.5);
  text-align: center;
}
.d-mask-white { background-color: #fff; }
.d-mask-transparent { background: none; }
.d-popup {
  z-index: 1001;
  position: relative;
  text-align: left;
  background: #fff;
}
.d-popup > .d-btn-circle {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  z-index: 1001;
  color: #FFF;
  background-color: rgba(0,0,0,0.8);
  margin: 0;
}
.d-popup-wrapper>[class*="d-popup-"]:not(.d-popup-tips):not(.d-popup-tips-dark):not(.d-popup-dialog) {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  
}
.d-popup:not([class*="d-popup-"]) > .d-popup-content,
.d-popup-tips > .d-popup-content,
.d-popup-tips-dark > .d-popup-content { max-height: 400px; }
[class*="d-popup-"] .d-content { background-color: #fff; }
.d-popup-wrapper .d-popup {
  -webkit-animation-duration: .5s;
  animation-duration: .5s
}
/**/
.d-popup-lt,
.d-popup-rt,
.d-popup-lb,
.d-popup-rb,
.d-popup-full,
.d-popup-left,
.d-popup-right,
.d-popup-top,
.d-popup-bottom {
  position: absolute;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; /*从上到下布局*/
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.d-popup-full,
.d-popup-left,
.d-popup-right,
.d-popup-top,
.d-popup-bottom { text-align: left; }
.d-popup-lt > *,
.d-popup-rt > *,
.d-popup-lb > *,
.d-popup-rb > *,
.d-popup-full > *,
.d-popup-left > *,
.d-popup-right > *,
.d-popup-top > *,
.d-popup-bottom > * { }
.d-popup-lt > .d-content,
.d-popup-rt > .d-content,
.d-popup-lb > .d-content,
.d-popup-rb > .d-content,
.d-popup-full > .d-content,
.d-popup-left > .d-content,
.d-popup-right > .d-content,
.d-popup-top > .d-content,
.d-popup-bottom > .d-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  position: relative;
}
.d-popup-lt {
  left: 16px;
  top: 16px;
}
.d-popup-rt {
  right: 16px;
  top: 16px;
}
.d-popup-lb {
  left: 16px;
  bottom: 16px;
}
.d-popup-rb {
  right: 16px;
  bottom: 16px;
}
.d-popup-tc {
  vertical-align: top;
  margin-top: 16px;
}
.d-popup-bc {
  vertical-align: bottom;
  margin-bottom: 16px;
}
/*全屏弹窗*/
.d-popup-full {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.d-popup-left {
  left: 0;
  top: 0;
  bottom: 0;
}
.d-popup-right {
  right: 0;
  top: 0;
  bottom: 0;
}
.d-popup-top {
  top: 0;
  left: 0;
  right: 0;
}
.d-popup-bottom {
  bottom: 0;
  left: 0;
  right: 0;
}
/*弹出提示框*/
.d-popup-tips,
.d-popup-tips-dark {
  background: rgba(255,255,255,1);
  padding: 0.5rem 1rem;
  border-radius: 8px;
}
.d-popup-tips-dark {
  background: rgba(0,0,0,0.8);
  color: #fff;
}
[class*="d-popup-tips"] { max-width: 300px; }
/*弹出操作列表*/
.d-popup-actions {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  background: #fff;
}
.d-popup-actions .d-listview { margin: 0; }
.d-popup-actions .d-li { text-align: center; }
.d-popup-actions .d-title {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  font-size: 0.875rem;
  color: #999
}
/*对话框*/
.d-popup-dialog {
  min-width: 360px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 12px rgba(0,0,0,.6);
  -moz-box-shadow: 0 0 12px rgba(0,0,0,.6);
  box-shadow: 0 0 12px rgba(0,0,0,.6);
  -webkit-background-clip: padding;
  background-clip: padding-box;
  border-radius: 6px;
  max-height: 90%;
  overflow: auto;
}
.d-popup-header {
  padding: 15px 15px;
 
}
.d-popup-content { padding: 15px; overflow: auto; }
.d-popup-dialog .d-popup-content { padding: 30px 30px; }
.d-flex-1,
.d-popup-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.d-popup-header,
.d-popup-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  clear: both;
}
.d-popup-title { font-size: 16px; }
.d-popup-header a { display: block; }
.d-popup-footer { border-top: 1px solid #eee; }
.d-popup-footer .d-btn {
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 15px 0;
  text-align: center;
}
.d-popup-footer .d-btn + .d-btn { border-left: 1px solid #eee; }
/*form*/



/*单纯的单选框和复选框控件
*/


input[type="radio"],
input[type="checkbox"] {
  position: relative;
  width: 1.5rem;
  height: 1.5rem;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  outline: 0;
  vertical-align: middle;
  background: none;
  border: none;
}
input[type="radio"]:before,
input[type="checkbox"]:before {
  content: "";
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: 50%;
  right: 0;
  margin-top: -0.75rem;
  border-radius: 50%;
  border: 2px solid #ccc;
}
input[type="checkbox"]:before { }
input[type="radio"]:before,
input[type="checkbox"]:before { background-color: #f8f8f8; }
input[type="radio"]:checked:before,
input[type="checkbox"]:checked:before {
  border-width: 0;
  background: #098bef url(images/icon-check.png) no-repeat center center;
}
input[type="radio"]:disabled:before {
  background-color: #f9f9f9;
  border-color: #eee;
}
input[type="checkbox"]:disabled:before {
  background-color: #f9f9f9;
  border-color: #eee;
}
input[type="radio"]:disabled:checked:before { border-color: #87c0fe; }
input[type="checkbox"]:disabled:checked:before { background-color: #87c0fe; }
.d-form { }
.d-form-header {
  font-size: 18px;
  text-align: center;
  margin-bottom: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #eee;
}
label {
  display: inline-block;
  margin-bottom: 6px;
}
.d-caption {
  margin-bottom: 20px;
  font-weight: 600;
}
.d-form-group {
  margin-bottom: 15px;
  position: relative;
}
.d-form-control {
  display: block;
  width: 100%;
  padding: 10px 12px;
  line-height: 18px;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 14px;
  transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}
.d-form-control-wrapper { padding: 8px 0; }
.d-form-code {
  position: relative;
  padding-right: 100px;
  width: 250px;
}
.d-form-code .d-img-code {
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 4px;
  overflow: hidden;
  height: 38px;
}
.d-form-text {
  display: block;
  margin-top: 4px;
  color: #6c757d!important;
  font-size: 12px;
  font-weight: 400;
}
.d-form-footer {
  margin-top: 30px;
  color: #999;
  border-top: 1px solid #eee;
  padding-top: 10px;
}
.d-form-horizontal .d-form-group { padding-left: 6em; }
.d-form-horizontal .d-form-group>label {
  float: left;
  width: 6em;
  margin-left: -6em;
  display: block;
  padding: 10px 0;
}
.d-form-horizontal .d-btn-bar { padding-left: 6em; }
/* h-row：水平栅格布局 采用inline-block的布局方式实现栅格布局*/
.d-row {
  Webkit: collapse white-space between units;
  text-rendering: optimizespeed;
 Webkit: fixes text-rendering: optimizeLegibility;
  margin-left: -10px;
  margin-right: -10px;
  overflow: hidden;
}
/* 
	h-row-vertical ：垂直多栏布局 采用position:absolute的布局方式实现

	.d-row-vertical  
	.d-col-t  垂直布局的上方栏 
	.d-col-m  垂直布局的中间栏 
	.d-col-b  垂直布局的下方栏 

*/

/*h-col-content：结合栅格布局使用,使内容产生10个右边距*/
.d-col-content {
  position: relative;
  margin-left: 10px;
  margin-right: 10px;
  z-index: 1;
}
.d-col,
.d-col-1,
.d-col-2,
.d-col-3,
.d-col-4,
.d-col-5,
.d-col-6,
.d-col-7,
.d-col-8,
.d-col-9,
.d-col-10,
.d-col-11,
.d-col-12,
.d-col-sm-1,
.d-col-sm-2,
.d-col-sm-3,
.d-col-sm-4,
.d-col-sm-5,
.d-col-sm-6,
.d-col-sm-7,
.d-col-sm-8,
.d-col-sm-9,
.d-col-sm-10,
.d-col-sm-11,
.d-col-sm-12 { float: left; }
/*12栅格布局*/
.d-col-1 { width: 8.333333333333332%; }
.d-col-2 { width: 16.666666666666664%; }
.d-col-3 { width: 25%; }
.d-col-4 { width: 33.33333333333333%; }
.d-col-5 { width: 41.66666666666667%; }
.d-col-6 { width: 50%; }
.d-col-7 { width: 58.333333333333336%; }
.d-col-8 { width: 66.66666666666666%; }
.d-col-9 { width: 75%; }
.d-col-10 { width: 83.33333333333334%; }
.d-col-11 { width: 91.66666666666666%; }
.d-col-12 { width: 100%; }
.d-options { }
.d-options label { margin-right: 20px; }
.d-options label input { margin-right: 5px; }
.d-options-grid { overflow: hidden; }
.d-options-grid .d-item {
  width: 12.5%;
  float: left;
  text-align: center;
  position: relative;
}
.d-options-grid .d-item img {
  max-width: 80%;
  margin: 0 auto;
}
.d-options-grid .d-checkbox {
  position: absolute;
  top: 10px;
  right: 10px;
}
.d-download-form { padding: 40px 120px; }
.d-contact-map-wrapper { margin-top: 80px; }
/*内容页*/
.d-contentpage { }
.d-contentpage .d-contentpage-header .d-title {
  font-size: 24px;
  margin-bottom: 40px;
}
.d-contentpage .d-contentpage-content {
  font-size: 15px;
  line-height: 1.6;
}
.d-contentpage-content .d-title {
  font-size: 24px;
  color: #333;
  margin-bottom: 20px;
}
.d-contentpage-content .d-title small {
  font-size: 13px;
  line-height: 24px;
  color: #7e7e7e;
  display: block;
}
.d-contentpage-content * + .d-title { margin-top: 10px; }
.d-contentpage-content p {
  margin-bottom: 20px;
  text-indent: 2em;
}
.d-contentpage-content img {
  max-width: 100%;
  margin: 40px 0;
}
.d-contentpage-content .d-aboutImg {
  float: right;
  margin-left: 35px;
}
.d-contentpage-content .d-ul { margin: 20px 0; }
.d-contentpage-content .d-ul li {
  padding: 10px 0;
  border-bottom: 1px dashed #eee;
}
.d-searchadvance-form { padding: 0 30%; }
.d-contentpage { padding: 0 20px; }
/*sitemap*/
.d-sitemap {
  text-align: left;
  background: #f6f6f6;
  padding: 20px 0;
}
.d-sitemap dt {
  font-weight: bold;
  margin-bottom: 5px;
}
.d-sitemap a {
  display: block;
  padding: 6px 0;
}
.d-nodata {
  text-align: center;
  background: #f9f9f9;
  padding: 100px 0;
}
.d-nodata i {
  font-size: 128px !important;
  color: #ddd;
}
.d-nodata span {
  display: block;
  color: #999999;
  margin-top: 20px;
}
.d-also-order { clear: both; }
.d-also-order-header {
  text-align: center;
  padding: 10px;
  border-bottom: 1px solid #eee;
  margin-bottom: 40px;
}
.d-also-order-header .d-title {
  display: inline-block;
  background: #fff;
  font-size: 14px;
  position: relative;
  padding: 10px 30px;
  top: 30px;
}
.d-download-tks-content { padding: 0 40px; }
/*.d-designer-detail*/
.d-designer-detail { padding: 0 120px; }
.d-designer-detail .d-designer-img {
  float: left;
  width: 400px;
}
.d-designer-detail .d-designer-img img { max-width: 100%; }
.d-designer-detail .d-designer-info { margin-left: 450px; }
.d-designer-detail .d-designer-info .d-title {
  font-size: 32px;
  font-weight: 600;
}
.d-designer-detail .d-designer-info .d-subtitle {
  color: #999;
  font-size: 16px;
}
.d-designer-detail .d-designer-info .d-description {
  margin-top: 30px;
  margin-bottom: 30px;
}
/*d-login*/
.d-login {
  max-width: 400px;
  margin: 0 auto;
}
/*订单列表*/
.d-order-list { border-top: 1px solid #eee; }
.d-order-item {
  overflow: hidden;
  border-bottom: 1px solid #eee;
  padding: 20px 0;
  position: relative;
}
.d-order-list .d-checkbox {
  float: left;
  width: 40px;
}
.d-order-img {
  float: left;
  width: 80px;
}
.d-order-img img {
  width: 100%;
  height: auto;
}
.d-order-title { padding-left: 140px; }
.d-order-title .d-title {
  font-size: 16px;
  margin-bottom: 10px;
}
.d-order-title .d-subtitle { color: #999; }
.d-order-number {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
}
.d-order-number .d-unit {
  float: left;
  padding: 10px;
  line-height: 18px;
}
.d-form-number { float: left; }
.d-form-number .d-decrement,
.d-form-number .d-increment {
  display: block;
  float: left;
  padding: 10px 12px;
  line-height: 18px;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 4px;
  font-size: 18px;
}
.d-form-number .d-form-control {
  float: left;
  width: 50px;
  border-radius: 0;
  text-align: center;
}
.d-form-number .d-decrement {
  border-radius: 4px 0 0 4px;
  border-right-width: 0;
}
.d-form-number .d-increment {
  border-radius: 0 4px 4px 0;
  border-left-width: 0;
}
.d-form-number .d-disabled {
  color: #aaa;
  background: #f6f6f6;
  cursor: default;
}
.d-order-success {
  padding: 20px;
  text-align: center;
}
.d-order-success .d-title {
  font-size: 24px;
  font-weight: 600;
}
.d-order-success .d-subtitle {
  font-size: 14px;
  margin-bottom: 50px;
}
/**/
.d-timeline { margin: 30px 0; }
.d-timeline-item { }
.d-timeline-item .d-time {
  float: left;
  padding-top: 24px;
}
.d-timeline-item .d-info::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border: 1px solid #ddd;
  position: absolute;
  left: -8px;
  top: 28px;
  background: #fff;
  border-radius: 100px;
}
.d-timeline-item .d-info {
  padding: 20px;
  border-left: 1px solid #ddd;
  margin-left: 80px;
  position: relative;
}
.d-timeline-item .d-title {
  font-size: 16px;
  margin-bottom: 0;
}
.d-timeline-item .d-description {
  font-size: 14px;
  color: #666;
}
/*d-honor-item*/
.d-honor-item {
  margin: 0 20px 20px;
  text-align: center;
}
.d-honor-item img { margin: 0; }
.d-honor-item .d-honor-title {
  height: 65px;
  font-size: 16px;
}
.d-about-content:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  overflow: hidden;
  clear: both;
}
.d-about-content .d-about-img {
  float: right;
  width: 360px;
  text-align: center;
  font-size: 18px;
}
.d-about-content .d-about-img img { margin: 0 0 10px; }
.d-about-text { padding-right: 400px; }
.d-purpose { overflow: hidden; }
.d-purpose .d-purpose-img {
  float: right;
  width: 300px;
}
.d-purpose .d-purpose-img img { margin: 0; }
.d-purpose .d-purpose-content { padding-right: 340px; }
.d-purpose .d-purpose-content ul { overflow: hidden; }
.d-purpose .d-purpose-content ul dt {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}
.d-purpose .d-purpose-content ul dd {
  font-size: 16px;
  line-height: 2;
  padding-bottom: 80px;
}



.d-vi{}
.d-vi h2{font-size:24px; border-bottom:1px solid #eee; padding-bottom: 10px;}
.d-vi .d-img{
  float:left;
  width: 300px;
}
.d-vi .d-description{
  padding-left: 330px;
}
.d-vi-logo,
.d-vi-cartoon,
.d-vi-text{
  overflow: hidden;
}
.d-vi-text-left{float: left; width:50%;}
.d-vi-text-right{float: left;width:50%;}



.d-card-footer .d-btn{
	line-height: 32px;
	
}
.d-card-footer .d-btn.d-btn-hollow{
	border-color: #e82823;
}
.d-icon-pingduoduo{
	display: inline-block;
	width: 32px;
	height: 32px;
	background: url(images/icon-pingduoduo.png);
	background-size: contain;
}
.d-topbar-cart a{
	
	line-height: 32px;
}
.d-menu-item .d-icon-pingduoduo,
.d-topbar-cart .d-icon-pingduoduo{
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url(images/icon-pingduoduo.png);
	background-size: contain;
	margin-right: 8px;
}
.rsDefault .rsThumb.rsNavSelected{
	border:2px solid #f00;
}
.rsDefault .rsThumb.rsNavSelected img {
    opacity: 1;
    filter: alpha(opacity=100);
}
