body {
  font-family: Helvetica Neue, Helvetica, PingFang SC, Hiragino Sans GB, Microsoft YaHei, Noto Sans CJK SC, WenQuanYi Micro Hei, Arial, sans-serif;
}

a {
  color: #333;
}

p {
  color: #777777;
}

a:focus, a:hover {
  text-decoration: none;
  color: #a31319;
}

a:focus p, a:hover p {
  color: #a31319;
}

.nohover:hover {
  color: #333;
  cursor: default;
}

.govIconCtr img {
  background-color: #fff;
  height: 90px;
  width: auto;
}

.form-control-feedback {
  right: 14px;
}

.col-center-block {
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

/* 导航  */
.navbar-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 210;
  transition: top .5s;
}

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}

/* 标题上部菜单 */
.top-tip {
  margin-top: 2px;
}

.top-tip .container .row div:last-child {
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, right 0, left 0, color-stop(10%, rgba(255, 255, 255, 0.5)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(right, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(right, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to left, rgba(255, 255, 255, 0.5) 10%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00FFFFFF', endColorstr='#7FFFFFFF', GradientType=1);
  border-radius: 4px;
}

.top-tip .nav li a {
  padding-top: 2px;
  padding-bottom: 2px;
  color: #000;
  font-size: 12px;
}

.top-tip .active {
  background: rgba(119, 119, 119, 0.16);
}

/* 导航 */
.navbar-wrapper .navbar {
  padding-right: 15px;
  padding-left: 15px;
}

.navbar-wrapper .navbar .container {
  width: auto;
}

.logo img {
  width: 200px;
}

.navbar-inverse > .container, .navbar-inverse > .container > #navbar {
  padding-left: 0;
  padding-right: 0;
}

.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:focus, .navbar-inverse .navbar-nav > .active > a:hover {
  background-color: #a31319;
}

.navbar-inverse > .container > #navbar > .navbar-nav > li:first-child > a {
  padding-left: 30px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.navbar-inverse .navbar-nav li:first-child a span {
  margin: 0 8px;
}

.navbar {
  min-height: 30px;
  border: none;
}

.navbar-wrapper > .container .row > div {
  margin-bottom: 20px;
}

.navbar-wrapper .container .row:last-child nav {
  margin-top: 5px;
  margin-bottom: 5px;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
  background-color: #a31319;
}

.comLink {
  display: none !important;
}

/* 内页长图 */
.inner-banner {
  margin-top: 90px;
}

.innTit {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 80px;
}

.inner-banner img {
  width: 100%;
}

.breadcrumb {
  margin-top: 22px;
  background-color: transparent;
  font-size: 16px;
}

.content p {
  line-height: 30px;
  margin-top: 12px;
  text-indent: 2em;
}

/* 动图 */
#owl-slider .item img {
  display: block;
  width: 100%;
  height: auto;
}

.owl-theme .owl-controls {
  margin-top: -50px;
  padding-bottom: 50px;
  text-align: center;
  z-index: 30;
}

/* Styling Next and Prev buttons */

.owl-theme .owl-controls .owl-buttons div {
  color: #FFF;
  display: inline-block;
  zoom: 1;
  *display: inline; /*IE7 life-saver */
  margin: 5px;
  padding: 3px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
  background: #869791;
  filter: Alpha(Opacity=90); /*IE7 fix*/
  opacity: 0.9;
}

/* Clickable class fix problem with hover on touch devices */
/* Use it for non-touch hover action */
.owl-theme .owl-controls.clickable .owl-buttons div:hover {
  /* 	filter: Alpha(Opacity=100);IE7 fix
      opacity: 1; */
  text-decoration: none;
  background: #fff;
}

/* Styling Pagination*/

.owl-theme .owl-controls .owl-page {
  display: inline-block;
  zoom: 1;
  *display: inline; /*IE7 life-saver */
}

.owl-theme .owl-controls .owl-page span {
  display: block;
  width: 12px;
  height: 12px;
  margin: 5px 7px;
  filter: Alpha(Opacity=70); /*IE7 fix*/
  opacity: 0.7;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  background-color: #000;
  border: 1px solid #fff;
}

.owl-theme .owl-controls .owl-page.active span,
.owl-theme .owl-controls.clickable .owl-page:hover span {
  /* 	filter: Alpha(Opacity=100);IE7 fix
      opacity: 1; */
  background: #fff;
}

/* If PaginationNumbers is true */

.owl-theme .owl-controls .owl-page span.owl-numbers {
  height: auto;
  width: auto;
  color: #FFF;
  padding: 2px 10px;
  font-size: 12px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  border-radius: 30px;
}

/* preloading images */
.owl-item.loading {
  min-height: 150px;
  background: url(/plug-in/img/AjaxLoader.gif) no-repeat center center
}

/* 新闻  */
.news .container, .dlscene .container, .culture .container, .quotes .container .tender .container {
  padding-bottom: 20px;
}

.news img, .dlscene img, .culture img {
  width: 100%;
  margin: 30px 0 0;
  height: 240px;
}

.newsImg {
  position: relative;
  margin-bottom: 20px;
}

.news-item p {
  border-top: 0.5px solid #e1e1e1;
  padding-top: 10px;
  margin-bottom: 40px;
  height: 71px;
  overflow: hidden;
}

.news-item h4 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.newsTime {
  padding: 5px;
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  font-size: 16px;
  background-color: #008080;
  width: 50px;
}

/*.newsTit{
	width: 96px;
	margin-right: 40px;
	margin-bottom: 40px;
}

.newsSubtit{
	width: 180px;
	margin-top: 28px;
	color: #B2B2B2;
}*/

.newsTit img {
  margin-bottom: 0;
  height: auto;
}

.newsMore {
  margin-top: 28px;
  color: #B2B2B2;
}

.newsRel {
  color: #ad0014;
}

/* 关于德龙  */
.about {
  margin: 60px 0;
  position: relative;
}

.insFlash {
  position: absolute;
  right: 300px;
  top: 120px;
  color: #fff;
}

.about > .container > .row > div {
  padding-bottom: 40px;
}

.about h1 {
  font-weight: 400;
  margin-bottom: 40px;
}

.about video {
  width: 100%;
}

.btn-bd {
  border: 2px solid #00a9e0;
  color: #00a9e0;
  font-size: 14px;
  padding-left: 36px;
  padding-right: 36px;
}

.btn-bd:focus, .btn-bd:hover {
  color: #00a9e0;
}

/* 招标  */
.tenderNotivce {
  padding-bottom: 30px;
}

.tenderTit {
  margin-bottom: 30px;
}

.indexTendC {
  background-color: #f5f5f5;
}

.indexTendSC {
  border: 1px solid #d7d7d7;
  padding-left: 0;
  padding-right: 0;
  margin-top: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  display: block;
  height: 122px;
}

.indexTendD {
  background-color: #ececec;
  border-right: 1px solid #d7d7d7;
  height: 120px;
  padding: 0;
  position: relative;
  width: 46px;
}

.indexTendD p {
  position: absolute;
  left: -12px;
  bottom: 34%;
  transform: rotate(90deg);
  -ms-transform: rotate(90deg); /* IE 9 */
  -moz-transform: rotate(90deg); /* Firefox */
  -webkit-transform: rotate(90deg); /* Safari 鍜? Chrome */
  -o-transform: rotate(90deg); /* Opera */
}

.tenderTit img {
  margin-top: 20px;
}

/* 绿色德龙  */
/* .greenDL{
	margin-bottom: 10px;
} */

.greenDL h3 {
  color: #196900;
}

.greenDL .container > .row {
  margin: 60px 0;
}

.greenDL #greenSlider img {
  width: 100%;
}

/* 筛选器 */
.newsFilter {
  font-size: 16px;
}

.newsFilter select {
  padding: 6px;
  border-radius: 4px;
}

/* 分页 */
#pageNum {
  margin-top: 70px;
}

#pageNum a {
  cursor: pointer;
}

/* 页脚  */
footer {
  background-color: #231f20;
  padding-bottom: 30px;
}

footer p {
  color: #9c9b9b;
  font-size: 12px;
}

footer > .container > .row > div:first-child {
  padding-top: 68px;
}

footer img {
  width: 90px;
  margin-top: 24px;
}

/* 资质荣耀 */
.VivaTimeline {
  margin-bottom: 120px;
}

.VivaTimeline dl {
  position: relative;
  top: 0;
  padding: 20px 0;
  margin: 0
}

.VivaTimeline dl:before {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  z-index: 100;
  width: 2px;
  margin-left: -1px;
  content: '';
  background-color: #ccd1d9
}

.VivaTimeline dl dt {
  position: relative;
  top: 30px;
  z-index: 200;
  width: 120px;
  padding: 3px 5px;
  margin: 0 auto 30px;
  font-weight: 400;
  color: #fff;
  text-align: center;
  background-color: #aab2bd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px
}

.VivaTimeline dl dd {
  position: relative;
  z-index: 200
}

.VivaTimeline dl dd .circ {
  position: absolute;
  top: 40px;
  left: 50%;
  z-index: 200;
  width: 22px;
  height: 22px;
  margin-left: -11px;
  background-color: #4fc1e9;
  border: 4px solid #f5f7fa;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%
}

.VivaTimeline dl dd .time {
  position: absolute;
  top: 31px;
  left: 50%;
  display: inline-block;
  width: 112px;
  padding: 10px 20px;
  color: #4fc1e9
}

.VivaTimeline dl dd .events {
  position: relative;
  width: 47%;
  padding: 0;
  margin-top: 31px;
  background-color: #CCC;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px
}

.VivaTimeline dl dd .events:before {
  position: absolute;
  top: 12px;
  width: 0;
  height: 0;
  content: '';
  border-style: solid;
  border-width: 6px
}

.VivaTimeline dl dd .events .events-object {
  margin: 0 auto;
}

.VivaTimeline dl dd .events .events-header {
  min-height: 30px;
  line-height: 20px;
  text-align: center;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.VivaTimeline dl dd .events .events-body {
  overflow: hidden;
  zoom: 1;
  background-color: #EEE;
  padding: 10px;
}

/*.VivaTimeline dl dd .events .events-body .row{
	display:none;
}*/

.VivaTimeline dl dd .events .events-body .events-desc {
  /*text-indent: 2em;*/
  padding: 0 15px;
}

.VivaTimeline dl dd .events .events-footer {
  text-align: center;
}

.VivaTimeline dl dd .events .events-footer ol {
  list-style: none;
  margin: 0 auto;
  padding: 0;
}

.VivaTimeline dl dd .events .events-footer ol li {
  background: #32b487;
  border-radius: 5px;
  margin: 10px;
  display: inline-block;
  width: 10px;
  height: 10px;
  cursor: pointer;
}

.VivaTimeline dl dd .events .events-footer ol .active {
  transform: scale(2);
}

.VivaTimeline dl dd.pos-right .time {
  margin-left: -112px;
  text-align: right
}

.VivaTimeline dl dd.pos-right .events {
  float: right
}

.VivaTimeline dl dd.pos-right .events:before {
  left: -12px;
  border-color: transparent #CCC transparent transparent
}

.VivaTimeline dl dd.pos-left .time {
  margin-left: 0;
  text-align: left
}

.VivaTimeline dl dd.pos-left .events {
  float: left
}

.VivaTimeline dl dd.pos-left .events:before {
  right: -12px;
  border-color: transparent transparent transparent #CCC
}

.VivaTimeline .carousel-indicators {
  bottom: 0;
}

.events-desc ul {
  margin-bottom: 0;
}

/* 报价页 */
.quotes ul {
  padding-left: 60px;
}

.quotes ul li {
  padding-left: 10px;
  padding-top: 11px;
}

/* .quotes ul li:first-child{
	display: none;
} */
.quotes .divider {
  height: 1px;
  margin: 9px 0;
  padding: 0;
  background-color: #e5e5e5;
  list-style: none;
  margin-left: -22px;
}

/* 招标  */
.tender .indexTendC {
  background-color: transparent;
}

.tender .indexTendC .col-xs-6 {
  height: 60px;
  padding-top: 20px;
}

.indexTeNo {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.tender1 h4 {
  line-height: 32px;
}

.tender1 h4:not(:first-child) {
  margin-top: 20px;
}

.tender1C {
  margin-bottom: 120px;
}

/* 联系我们 */
.contactCont {
  margin-bottom: 110px;
}

/* 诚聘英才 */
.hiringCont {
  /* 	padding-left: 4%; */
  padding-left: 14%;
  padding-top: 2%;
}

.xsFix {
  display: none;
}

.hiringCont div {
  padding: 10px 0;
}

.hiringCont div:last-child {
  padding: 18px 0;
}

.hiringSC {
  height: 200px;
}

.hiringD {
  height: 198px;
}

.hiringSC .col-xs-6 {
  height: 100% !important;
  padding-top: 10px !important;
}

.HiBtn {
  margin-top: 40px;
}

/* 意见建议 */
.msgHeader {
  border-bottom: 1px solid #777;
}

.msgNumC {
  font-size: 18px;
}

.msgLT {
  display: block;
  margin-top: 22px;
  font-weight: bold;
  font-size: 16px;
}

.msgContent {
  margin-top: 10px;
}

.msgFooterC {
  border-bottom: 1px solid #777;
  padding-bottom: 6px;
}

.msgDate, .msgPhone, .msgMail {
  float: right;
  margin-right: 50px;
}

.msgAdm {
  margin-top: 18px;
}

.msgAdm .msgFooterC {
  padding-bottom: 18px;
}

.msgComment {
  margin: 100px 0 0;
}

.btn-submit, .btn-clear {
  margin: 4% 4% 0;
  padding-left: 38px;
  padding-right: 38px;
  border-radius: 12px
}

.msgReqC {
  position: relative;
}

.msgReq {
  color: red;
  position: absolute;
  top: 0;
  right: 0;
}

.msgDanger {
  margin-top: 4px;
  color: red;
  font-size: 12px;
}

.msgComment .control-label {
  padding-top: 6px;
}

.msgComment .form-group:not(:first-child) label, .msgComment .form-group:not(:first-child) div {
  margin-top: 26px;
}

/* 企业文化 */

.culture {
  margin-bottom: 80px;
}

.culture img {
  width: 100%;
  height: 100%;
}

.line1, .line2, .line3 {
  margin: 10px 0;
}

.culSt {
  width: 26px;
  height: 5px;
  background-color: #a21418;
}

.line1 {
  position: relative;
}

.line1C {
  position: absolute;
  top: 0;
  right: 60px;
  background-color: rgba(255, 255, 255, .6);
  padding: 30px 30px 0 30px;
  height: 100%;
  z-index: 1;
  overflow: hidden;
}

.line1C p {
  color: #333;
}

#catalog {
  width: 100%;
  height: 800px;
}

/* 404页设置 */
.p404 .container .row div h1 {
  line-height: 56px;
  margin-top: 80px;
}

.p404 .container .row div p {
  margin-top: 30px;
}

.p404 .container .row div a {
  margin-top: 40px;
}

@media (min-width: 1200px) {
  .navbar-wrapper .col-lg-10 {
    padding-left: 60px;
  }

  .insFlash {
    right: 474px;
  }
}

@media (min-width: 992px) {
  .greenDL .owl-buttons div.owl-prev {
    font: normal normal normal 48px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    left: 0;
    height: 100%;
  }

  .greenDL .owl-buttons div.owl-next {
    font: normal normal normal 48px/1 FontAwesome;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    right: 0;
    height: 100%;
  }

  .greenDL .owl-controls .owl-buttons div {
    color: #fff;
    display: inline-block;
    zoom: 1;
    margin: 5px;
    padding: 3px 10px;
    font-size: 48px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
    background: #869791;
    filter: Alpha(Opacity=50);
    opacity: .5;
  }

  .greenDL .owl-buttons div {
    position: absolute;
    width: 30%;
    top: 0;
    z-index: 1;
    margin: 0 !important;
    overflow: hidden;
    padding: 0 !important;
    opacity: 1 !important;
    filter: Alpha(Opacity=1) !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    transition: opacity .3s ease-in-out;
    -moz-transition: opacity .3s ease-in-out;
    -webkit-transition: opacity .3s ease-in-out;
    -o-transition: opacity .3s ease-in-out;
  }

  .greenDL .owl-prev:hover:after, .greenDL .owl-prev:focus:after {
    display: block;
    margin-top: 50%;
    font-size: 100px;
    color: rgba(0, 0, 0, .4);
    content: "\f104";
  }

  .greenDL .owl-next:hover:after, .greenDL .owl-next:focus:after {
    display: block;
    margin-top: 50%;
    font-size: 100px;
    color: rgba(0, 0, 0, .4);
    content: "\f105";
  }

  .insFlash {
    right: 148px;
  }
}

@media (min-width: 768px) {
  /* Navbar positioning foo */
  .navbar-wrapper .navbar {
    padding-right: 0;
    padding-left: 0;
  }

  /* The navbar becomes detached from the top, so we round the corners */
  .navbar-wrapper .navbar {
    border-radius: 4px;
  }

  .navbar-nav > li > a {
    padding: 9px 13px;
  }

  .carousel-caption {
    margin-bottom: 16%;
  }

  .carousel-caption h1 {
    font-size: 48px;
  }

  .navbar-brand {
    display: none;
  }

  .insFlash {
    right: 106px;
  }
}

@media (max-width: 1199px) {
  .inner-banner {
    margin-top: 155px;
  }

  .line1 {
    height: 580px;
  }

  .line1 .line1C p {
    line-height: 16px;
  }

}

@media (max-width: 991px) {
  .index-phone {
    display: none !important;
  }

  .nav > li > a {
    padding-left: 8px;
    padding-right: 8px;
  }

  .owl-buttons {
    display: none;
  }

  .line1 img {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .carousel-caption {
    margin-bottom: 40%;
  }

  #owl-slider .item img {
    width: auto;
  }

  .navbar-nav {
    margin: 7.5px 0;
  }

  .logo {
    display: none;
  }

  .navbar-brand > img {
    height: 34px;
  }

  .navbar-brand {
    padding: 8px 15px;
  }

  .top-tip .navbar-nav > li {
    float: left;
  }

  .row2 {
    display: none;
  }

  .navbar-wrapper > .container > .row > .col-lg-2 {
    display: none;
  }

  .navbar-wrapper .container .row:last-child nav {
    margin-top: 0;
  }

  .navbar-wrapper .top-tip {
    display: none;
  }

  .comLink {
    display: block !important;
  }

  .inner-banner {
    margin-top: 50px;
  }

  .navbar-nav > li > a {
    padding-top: 8px;
    padding-bottom: 8px;
    line-height: 14px;
  }

  .navbar-inverse > .container > #navbar > .navbar-nav > li > a {
    padding-left: 30px;
  }

  .VivaTimeline dl:before {
    left: 90px
  }

  .VivaTimeline dl dt {
    margin: 0 30px 30px
  }

  .VivaTimeline dl dd .circ {
    left: 90px
  }

  .VivaTimeline dl dd .time {
    left: 20px
  }

  .VivaTimeline dl dd.pos-left .time {
    padding: 10px 0;
    margin-left: 0;
    text-align: left
  }

  .VivaTimeline dl dd.pos-left .events {
    float: right;
    width: 73%;
    margin-right: 4%;
  }

  .VivaTimeline dl dd.pos-left .events:before {
    left: -12px;
    border-color: transparent #CCC transparent transparent
  }

  .VivaTimeline dl dd.pos-right .time {
    padding: 10px 0;
    margin-left: 0;
    text-align: left
  }

  .VivaTimeline dl dd.pos-right .events {
    float: right;
    width: 73%;
    margin-right: 4%;
  }

  /*
  .VivaTimeline dl dd .events .events-body {
      display: none;
  }
  .VivaTimeline dl dd .events .events-footer {
      display: none;
  }
  */
  #map {
    display: none;
  }

  .contactCont .col-xs-12 {
    padding-left: 26%;
  }

  .news img {
    height: 100%;
  }

  .tender1C img {
    width: 100%;
  }
}

@media screen and (max-width: 766px) {
  .hiringSC {
    height: 340px;
  }

  .hiringD {
    height: 338px;
  }

  .hiringCont {
    padding-left: 20%;
  }
}

@media screen and (max-width: 500px) {
  .VivaTimeline dl dd.pos-left .events {
    float: right;
    width: 63%;
    margin-right: 4%;
  }

  .VivaTimeline dl dd.pos-right .events {
    float: right;
    width: 63%;
    margin-right: 4%;
  }

  .contactCont .col-xs-12 {
    padding-left: 10%;
  }

  .line1 {
    height: 640px;
  }

  .indexTendSC {
    height: 173px;
    overflow: hidden;
  }

  .hiring {
    overflow: hidden
  }

  .hiringCont .col-sm-4:nth-child(3), .hiringCont .col-sm-4:nth-child(4), .hiringCont .col-sm-4:nth-child(5), .hiringCont .col-sm-4:nth-child(6), .hiringCont .col-sm-4:nth-child(7) {
    display: none;
  }

  .xsFix {
    display: block
  }

  .indexTendD {
    height: 171px;
  }
}

@media (max-width: 388px) {
  .line1 {
    height: 760px;
  }
}

@media (max-width: 363px) {
  .newsTit {
    margin-bottom: 0;
  }

  .greenDL > .container > .row > img {
    width: 100%;
  }
}

