@charset "utf-8";
/* CSS Document */
html, body, figure, dl, dd, img, form, div, ul, ol, li, h1, h2, h3, h4, h5, h6, p, button, input, textarea, a, span, em {
  margin: 0;
  padding: 0;
  border: 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -webkit-tap-highlight-color: transparent;
  /*letter-spacing: 1px;*/
  color: #6a6966;
}
@font-face{
  font-family: myFirstFont;
  src: url('SourceHanSansK-Light.ttf');
}
body {
  font-family: myFirstFont,'Microsoft Yahei' !important;
  font-size: 12px;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
}
input, textarea, button {
  padding: 0;
  font-family: Verdana, Arial;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
img {
  border: 0;
}
input:focus, textarea:focus, button:focus, input:active {
  outline-color: transparent;
  border: 0;
}
input, select, textarea {
  vertical-align: middle;
  outline: none;
  -webkit-tap-highlight-color: transparent;
}
.clear, .clearfix {
  clear: both;
}
a {
  text-decoration: none;
  transition: none ease-out .3s;
  transition-property: none;
  transition-duration: 0.3s;
  transition-timing-function: ease-out;
  transition-delay: 0s;
  transition-property: color, background, text-indent, opacity;
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
a:hover, a:focus {
  text-decoration: none !important;
}
ul, li {
  list-style: none;
}

/*首页头部*/
.wrap {
  max-width: 1980px;
  margin: 0 auto;
  position: relative;
  padding-left: 10px;
  padding-right: 10px;
}
/*大屏幕*/


.logo {
  float: left;
  /*margin-top: 25px;*/
}
.header_right {
  float: right;
  color: #fff;
}
.nav ul li {
  float: left;
  font-size: 20px;
  /* font-size: 16pt; */
  margin-left: 30px;
}
.nav ul li a {
  color: #fff;
}
.nav ul li a:hover {
  color: #ee7d0f;
  text-decoration: none;
}
.nav_fixed {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 99;
  -webkit-box-shadow: 0 3px 0.65rem rgba(0, 0, 0, .15);
  box-shadow: 0 3px 0.65rem rgba(0, 0, 0, .15);
}
.banner {
  width: 100%;
  /* background: url("../img/banner.jpg") no-repeat center top;
  background-size: cover;
  height: 100%;
  min-height: 970px;
  overflow: hidden;
  animation-delay: 50ms; */
}
header.header {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 80px;
  line-height: 80px;
  transition: all .3s;
  z-index: 99;
}
.nav {
  float: right;
}
.nav ul li a {
  position: relative;
  padding-bottom: 10px;
}
.nav ul li a.on {
  color: #ee7d0f;
}
.nav ul li a::after {
  content: '';
  display: inline-block;
  width: 0%;
  height: 1px;
  background:#ee7d0f;
  position: absolute;
  bottom: 5px;
  /*left: -50%;*/
  right: 0;
  margin: auto;
  transition: all 1s;
}
.nav ul li a:hover::after,
.nav ul li a.on::after{
  width: 100%;
}
.header_fixed {
  position: fixed !important;
  background: #161616;
  z-index: 99;
}
/*手机导航*/
.wrapper {
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  display: none;
  float: right;
}
.navbar-offcanvas .container-fluid {
  position: relative;
  padding: 0;
  transform: translate3d(0px, 0, 0);
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
}
.navbar-offcanvas .navbar-top {
  display: none;
}

.service-list{
    margin: 50px 40px 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 1625px) {
  .service-item { width:100%}
}

.service-item {
    width: 232px;
    margin: 0 16px 40px;
    border: 1px solid #000;
    -webkit-transition: all .7s;
    -o-transition: all .7s;
    transition: all .7s;
    padding: 25px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.service-item img {
    width: 30px;
    margin-right: 40px;
    margin-left: 10px;
}
.service-item .text {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.service-item .text .num {
    font-size: 22px;
    line-height: 24px;
}
.service-item .text .hot {
    font-size: 14px;
    line-height: 24px;
    vertical-align: 2px;
    background-color: #515a6e;
    color: #fff;
    padding: 0 5px;
    border-radius: 4px;
}
.service-item .text h3 {
    font-size: 20px;
    line-height: 30px;
    margin: 10px 0 0;
    text-align: left;
    font-weight: bolder;
}
.service-item .text h4 {
    font-size: 12px;
    line-height: 20px;
    text-align: left;
    margin: 0;
}
.service{
    padding-bottom: 50px;
}

@media (max-width: 875px) {
  .wrapper {
    display: block;
  }
  .nav {
    display: none;
  }
}
.navbar-offcanvas .navbar-toggler {
  padding: 0;
  border: 0;
  outline: none;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 30px;
}
.navbar-offcanvas .navbar-toggler:hover, .navbar-offcanvas .navbar-toggler:focus {
  cursor: pointer;
}
.navbar-offcanvas .navbar-toggler .icon-bar {
  display: block;
  position: relative;
  width: 30px;
  height: 5px;
  border-radius: 1px;
  background-color: #fff;
}
.navbar-offcanvas .navbar-toggler .icon-bar + .icon-bar {
  margin-top: 4px;
}
.navbar-offcanvas .navbar-toggler.toggled .icon-bar.bar1 {
  top: 6px;
  animation: topbar-x 500ms 0s;
  animation-fill-mode: forwards;
}
.navbar-offcanvas .navbar-toggler.toggled .icon-bar.bar2 {
  opacity: 0;
}
.navbar-offcanvas .navbar-toggler.toggled .icon-bar.bar3 {
  bottom: 6px;
  animation: bottombar-x 500ms 0s;
  animation-fill-mode: forwards;
}
.navbar-offcanvas .navbar-collapse.collapse, .navbar-offcanvas .navbar-collapse.collapse.in, .navbar-offcanvas .navbar-collapse.collapsing {
  display: none !important;
}
.nav-open .navbar-collapse {
  transform: translate3d(0px, 0, 0);
}
@media (max-width: 875px) {
  .nav-open .navbar > .container-fluid {
    transform: translate3d(-282.6666666667px, 0, 0);
  }
}
.nav-open .wrapper {
  transform: translate3d(-10px, 0, 0);
}
body > .navbar-collapse {
  display: block !important;
  position: fixed;
  top: 0;
  right: -10px;
  width: 424px;
  height: 100%;
  padding: 60px 1rem;
  background-color: #343a40;
  text-align: center;
  visibility: visible;
  overflow-y: visible;
  transform: translate3d(424px, 0, 0);
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  z-index: 1032;
}
body > .navbar-collapse:after {
  content: "";
  position: absolute;
  top: 28px;
  left: -20px;
  border-left: 10px solid #343a40;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-right: 10px solid transparent;
  transform: rotate(180deg);
  transition: all 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
  z-index: 1032;
}
@media (max-width: 875px) {
  body > .navbar-collapse {
    width: 282.6666666667px;
  }
}
body > .navbar-collapse .nav-link, body > .navbar-collapse .dropdown-toggle {
  font-size: 18px;
  color: #fff;
  transition: color .2s ease-out;
}
li.nav-item {
  width: 100%;
  margin-bottom: 20px;
  color: #fff;
  font-size: 18px;
}
.nav-item a:hover {
  text-decoration: line-through !important;
}
@keyframes topbar-x {
  0% {
    top: 0px;
    transform: rotate(0deg);
  }
  45% {
    top: 6px;
    transform: rotate(145deg);
  }
  75% {
    transform: rotate(130deg);
  }
  100% {
    transform: rotate(135deg);
  }
}
@keyframes topbar-back {
  0% {
    top: 6px;
    transform: rotate(135deg);
  }
  45% {
    transform: rotate(-10deg);
  }
  75% {
    transform: rotate(5deg);
  }
  100% {
    top: 0px;
    transform: rotate(0);
  }
}
@keyframes bottombar-x {
  0% {
    bottom: 0px;
    transform: rotate(0deg);
  }
  45% {
    bottom: 6px;
    transform: rotate(-145deg);
  }
  75% {
    transform: rotate(-130deg);
  }
  100% {
    transform: rotate(-135deg);
  }
}
@keyframes bottombar-back {
  0% {
    bottom: 6px;
    transform: rotate(-135deg);
  }
  45% {
    transform: rotate(10deg);
  }
  75% {
    transform: rotate(-5deg);
  }
  100% {
    bottom: 0px;
    transform: rotate(0);
  }
}
button.navbar-toggler.navbar-toggler-right.navbar-icon.collapsed.toggled {
  margin-top: 60px;
}
/*手机导航技术*/
.banner_text {
  text-align: center;
  color: #fff;
  padding-top: 20%;
  animation-delay: 500ms;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.banner_text h2 {
  letter-spacing: 10px;
  font-weight: 100;
  /* font-size: 60pt; */
}
.section-1 {
  padding-top: 60px;
  padding-bottom: 50px;
  text-align: center;
}
.section-title {
  color: #ee7d0f;
  text-align: center;
}
.section-title h1 {
  line-height: 60px;
  /* font-size: 24pt; */
}
.section-title .line {
  width: 150px;
  margin: 0 auto;
  border-bottom: 2px #ee7d0f solid;
  margin-bottom: 50px;
}
.section-about {
  font-size: 18px;
  /* font-size: 14pt; */
  line-height: 45px;
  color: #6a6966;
}
.section-2, .section-4, .section-6 {
  /* background: #fafafa; */
  padding-top: 20px;
  padding-bottom: 40px;
}
.about-box-title h1 {
  color: #6a6966;
  font-weight: 100;
  /* font-size: 35pt; */
}
.about-box-title h4 {
  color: #ee7d0f;
  font-weight: 100;
  font-size: 22.5pt;
}
.about-box-content {
  margin-top: 30px;
  color: #6a6966;
  font-size: 15px;
  /* font-size: 12pt; */
  line-height: 35px;
}
div#about-box1 {
  background: url("../img/1bg.png") no-repeat 95% top;
  padding-right: 5%;
}
div#about-box2 {
  background: url("../img/2bg.png") no-repeat 95% top;
  padding-right: 5%;
}
div#about-box3 {
  background: url("../img/3bg.png") no-repeat 95% top;
  padding-right: 5%;
}
.section-3, .section-5, .section-7 {
  padding-top: 0px;
  padding-bottom: 50px;
}
h4.title-text {
  text-align: center;
  margin-bottom: 50px;
  line-height: 28px;
  font-size: 15px;
}
.case-box {
  text-align: center;
  margin-bottom: 30px;
}
.case-title {
  margin-top: 2vh;
}
.case-title h4 a {
  color: #898989;
  /* font-size:18pt; */
}
.case-title p{
  /* font-size: 12pt; */
  height: 23px;
  overflow: hidden;
}
.case-title p span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  /*width: 250px;*/
	max-width: 250px;
  display: inline-block;
  color: #898989;
}
.case-title p a {
  color: #898989;
  vertical-align: top;
	margin-left: 5px;
}
.case-title p a:hover, .case-title h4 a:hover, a.news-content:hover h4, a.news-content:hover p {
  color: #ee7d0f;
}
.case-img video {
  width: 100%;
  height: auto;
  /* background: #000; */
}
.case-more {
  text-align: center;
  margin-top: 30px;
}
.case-more a {
  border: 1px #ee7d0f solid;
  padding: 10px 30px;
  color: #898989;
  transition: all 1s;
  position: relative;
  /* font-size: 12pt; */
}
.case-more a::after{
  content: '';
  display: inline-block;
  width: 100%;
  height: 0;
  background-color: #ee7d0f;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  transition: all .2s;
}
.case-more a:hover {
  color: #fff;
}
.case-more a:hover:after{
  height: 100%;
}

.section4-content-top {
  /* color: #6a6966;
  width: 100%;
  border: 2px #ee7d0f solid;
  padding: 10px 15px; */
  width: 274px;
  height: 213px;
  /* background-image: url(../img/top1.png); */
}
.section4-content-top .line2 {
  border-bottom: 2px #ee7d0f solid;
  width: 50px;
  margin-bottom: 15px;
}
.section4-content-bottom {
  margin-top: 25px;
  color: #6a6966;
  line-height: 30px;
  margin-left: 15px;
  /* font-size: 12pt; */
}
.section4-content-bottom>div:hover{
  color:#ee7d0f;
}
.section4-content .line3 {
  border-bottom: 2px #ee7d0f solid;
  width: 75px;
  margin-left: 15px;
  margin-top: 20px;
}
a.news-content {
  display: block;
}
.news-content h4 {
  color: #6a6966;
  font-weight: 600;
  border-bottom: 1px #6a6966 solid;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 6px;
  margin-top: 36px;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
  /* font-size: 20pt; */
  height: 62px;
  overflow: hidden;
  line-height: 1.5;
}
.news-content p {
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 24px;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
  font-size: 12px;
  width: 80%;
}
a.news-content:hover h4 {
  border-bottom: 1px #ee7d0f solid;
}
.news-right {
  padding-right: 30px;
}
.news-box {
  margin-bottom: 50px;
  padding-right: 40px !important;
  overflow: hidden;
}
.gd-box h3 a {
  color: #6a6966;
}
.gd-box h3 a:hover, .gd-box h3 a:hover span {
  color: #ee7d0f;
}
.gd-content {
  margin-top: 20px;
  line-height: 28px;
  word-break: break-all;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  /* font-size: 12pt; */
}
.gd-box {
  padding: 0 30px;
  margin-bottom: 50px;
}
.hzlogo {
  margin-bottom: 15px;
}
footer.footer {
  background: #212121;
  padding-top: 50px;
  padding-bottom: 30px;
	font-size: 12px;
}
img.logo-bottom {
  margin-bottom: 30px;
}
footer.footer p {
  color: #999;
  line-height: 24px;
}
.footer .col-md-3.col-sm-6 {
  border-right: 1px #484747 solid;
  padding: 0 20px;
  min-height: 400px;
}
.footer h1 {
  color: #fff;
  margin-top: 0px;
  margin-bottom: 30px;
}
.footer ul li {
  border-bottom: 1px #3a3939 solid;
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.footer ul li a {
  color: #999;
}
.footer ul li a:hover {
  color: #fff;
}
/*.footer ul li a span {
  font-size: 10px;
  color: #e85704;
  margin-right: 5px;
}*/
.footer ul li a span {
   font-size: 0;
    background: #e85704;
    margin-right: 5px;
    width: 5px;
    height: 5px;
    /* display: block; */
    border-radius: 50%;
    vertical-align: middle;
}
.wxbox {
  display: inline-block;
  text-align: center;
}
.wxbox img {
  margin-bottom: 10px;
}
.bottom {
  clear: both;
  background: #303030;
  padding-top: 20px;
  padding-bottom: 20px;
  text-align: center;
  /*color: #ccc;*/
	color: #afadad;
}
.bottom .line4 {
  width: 100%;
  border-bottom: 1px #828080 solid;
  margin-top: 20px;
}
a.back-to-top {
  position: fixed;
  bottom: 10px;
  right: 10px;
  display: block;
  width: 50px;
  height: 50px;
  background: #337ab7;
  padding: 3px 3px 0 3px;
  color: #FFF;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
}
a.back-to-top span {
  color: #FFF;
}
/*首页手机端*/
@media (max-width: 875px) {
  .section-2 {
    display: none;
  }
  .case-box {
    overflow: hidden;
  }
  .case-title p {
    width: 80%;
    /* text-align: center; */
    margin: 0 auto;
  }
  .section4-content-bottom, .section4-content .line3 {
    display: none;
  }
  .section4-content-top {
    margin-bottom: 30px;
  }
  .news-img {
    margin-bottom: 10px;
  }
}
/*2视频制作页面*/
.banner2 {
  background: url("../img/banner2.jpg") no-repeat center top;
  background-size: cover;
}
.wrap.iconbox1 {
  max-width: 770px;
  margin-top: 50px;
}
.wrap.iconbox1 .col-sm-2.col-xs-3 {
  text-align: center;
}
.wrap.iconbox1 .col-sm-2.col-xs-3 img {
  margin-bottom: 10px;
}
.tabnav {
  margin-bottom: 30px;
  text-align: center;
}
.tabnav a {
  color: #6a6966;
  font-size: 16px;
  margin: 0 10px;
}
.tabnav a:hover, .tabnav a.on2 {
  color: #ee7d0f
}
.bj-box {
  padding-top: 30px;
  padding-bottom: 30px;
  /* font-size: 12pt; */
}
.bggary {
  background: #fafafa;
}
.bj-box h4 {
  font-weight: 600;
  margin-bottom: 20px;
  /* font-size: 13pt; */
}
.yp video {
  max-width: 100%;
  /* font-size: 13pt; */
}
.yp {
  text-align: center;
}
.tabnav-mobile {
  display: none;
}
/*2视频制作手机端*/
@media (max-width: 875px) {
  .wrap.iconbox {
    display: none;
  }
  .tabnav-mobile {
    display: block;
  }
  .tabnav {
    display: none;
  }
  .bj-yp {
    margin-top: 30px;
  }
  .yp {
    margin-bottom: 30px;
  }
}
/*3视频内页*/
.neiye {
  margin-top: 80px;
  padding-bottom: 50px;
}
.dw-title {
  font-size: 16px;
  /* font-size: 11.6pt; */
  margin-bottom: 50px;
}
.dw-title a {
  color: #6a6966;
}
.dw-title a:hover, .xglink ul li a:hover {
  color: #ee7d0f;
}
.ny-title {
  text-align: center;
  color: #ee7d0f;
}
.ny-title h3{
  /* font-size:20pt; */
}
.line4 {
  border-bottom: 2px #ee7d0f dashed;
  margin: 30px 0px;
}
.xglink {
  margin-top: 70px;
}
.xglink h4 {
  color: #ee7d0f;
  /* font-size: 12pt; */
}
.xglink ul li {
  display: inline-block;
  margin-right: 50px;
  margin-bottom: 20px;
  /* font-size: 12pt; */
}
.xglink ul {
  margin-left: 20px;
  margin-top: 30px;
}
.xglink ul li a {
  color: #6a6966;
}
.xglink ul li a span {
  color: #6a6966;
  /*font-size: 10px;*/
	font-size: 0px;
    width: 5px;
    height: 5px;
    background: #6a6966;
    vertical-align: text-top;
    margin-right: 5px;
    border-radius: 50%;
}
/*4品牌设计*/
.banner3 {
  background: url(../img/banner3.jpg) no-repeat center top;
  background-size: cover;
}
.banner3 .banner_text.fadeInDown.animated {
  text-align: left;
}
.wrap.iconbox2 {
  max-width: 1020px;
  margin-top: 50px;
}
.iconbox img {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .iconbox2 .col-sm-1.col-xs-3 {
    width: 12.5%;
  }
}
span.line5 {
  display: block;
  width: 50px;
  border-bottom: 1px #898989 solid;
  margin: 0 auto;
  margin-top: 10px;
}
.case-img1 a {
  display: block;
  position: relative;
}
.overbg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: all 0.35s linear;
  transition: all 0.35s linear;
}
.overbg span {
  color: #fff;
  font-size: 24px;
  /* font-size: 18pt; */
  /* line-height: 100%; */
  border: 1px #fff solid;
  padding: 10px 25px;
  margin-top: 25%;
  display: inline-block;
  transform: scale(1.4,1.4);
  -webkit-transition: all 1s;
  transition: all 1s;
}
.overbg span:hover {
  background-color: #fff;
  color: #000;
}
.case-img1 a:hover .overbg {
  opacity: 1;
}
.case-img1 a:hover .overbg span{
  transform: scale(1,1);
}
/*5品牌设计*/
.case-yl {
  border-top: 1px #6a6966 solid;
  padding-top: 20px;
  margin-top: 20px;
  border-bottom: 1px #6a6966 solid;
  padding-bottom: 20px;
}
.xglink .xg-text {
  text-align: center;
  margin-top: 15px;
}
.xglink .xg-text h4 a {
  color: #6a6966;
  /* font-size: 12pt; */
}
.xglink .xg-text p{
  /* font-size: 8pt; */
}
.xglink .xg-text h4 a:hover {
  color: #ee7d0f;
}
/*6户外传媒*/
.banner4 {
  background: url(../img/banner4.jpg) no-repeat center top;
  background-size: cover;
}
.banner4 .banner_text.fadeInDown.animated {
  text-align: right;
}
.wrap.iconbox3 {
  max-width: 1130px;
  margin-top: 50px;
  /* font-size: 14pt; */
}
@media (min-width: 768px) {
  .iconbox3 .col-sm-1.col-xs-3 {
    width: 10%;
  }
}
/*7活动执行*/
.banner5 {
  background: url(../img/banner5.jpg) no-repeat center top;
  background-size: cover;
}
.wrap.iconbox4 {
  max-width: 1030px;
  margin-top: 50px;
}
@media (min-width: 768px) {
  .iconbox4 .col-sm-1.col-xs-3 {
    width: 11.111111%;
  }
}
/*8联系我们*/
.banner6 {
  background: url(../img/banner6.jpg) no-repeat center top;
  background-size: 100% auto;
}
.banner6 .banner_text.fadeInDown.animated {
  text-align: right;

}
.contact {
  margin-top: 50px;
  margin-bottom: 50px;
}
.contact .col-md-6 p {
  font-size: 16px;
  /* font-size: 13pt; */
  line-height: 30px;
}
p.line6 {
  border-top: 1px #6a6966 solid;
  margin-top: 20px;
  margin-bottom: 20px;
}
.about {
  font-size: 16px;
  line-height: 30px;
  margin-top: 30px;
  margin-bottom: 5em;
}
.about p {
  text-indent: 2em;
  /* font-size: 13pt; */
}
/*9动态*/
.banner7 {
  background: url(../img/banner7.jpg) no-repeat center top;
  background-size: cover;
}
.dw {
  margin-top: 30px;
}
h3.newstitle a {
  color: #6a6966;
}
h3.newstitle a:hover, .newsdes a:hover {
  color: #ee7d0f;
}
.newstime {
  margin-top: 10px;
  margin-bottom: 10px;
  color: #999;
  /* font-size: 12pt; */
}
.newsdes span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
 /* width: 70%;*/
	max-width: 70%;
  display: inline-block;
}
.newsdes a {
  /* float: left; */
  vertical-align: top;
}
.newsline {
  width: 20%;
  border-bottom: 1px #ee7d0f solid;
  margin-top: 20px;
  margin-bottom: 20px;
}
.newsli {
  margin-bottom: 30px;
}
.fenye {
  text-align: center;
}
li.ys {
  float: left;
}
.pagination.pagination1 > li > a, .pagination.pagination1 > li > span {
  border: 1px solid #ee7d0f;
  color: #333;
  /* font-size: 10pt; */
}
.pagination.pagination1 > .active > a, .pagination.pagination1 > .active > a:focus, .pagination.pagination1 > .active > a:hover, .pagination.pagination1 > .active > span, .pagination.pagination1 > .active > span:focus, .pagination.pagination1 > .active > span:hover {
  background-color: #ee7d0f;
  border-color: #ee7d0f;
}
.pagination.pagination1 > li > a:focus, .pagination.pagination1 > li > a:hover, .pagination.pagination1 > li > span:focus, .pagination.pagination1 > li > span:hover {
  color: #FFFFFF;
  background-color: #ee7d0f;
  border-color: #ee7d0f;
}
.ys span, .ys span:hover {
  background: #fff !important;
  color: #333 !important;
}
.pagination.pagination1 li a:hover span {
  color: #fff;
}
.pagination.pagination1 > .active > a {
  color: #fff;
}
/*手机端*/
@font-face {
  font-family: 'icomoon';
  src: url('icomoon.eot');
  src: url('icomoon.eot?#iefix') format('embedded-opentype'), url('icomoon.woff') format('woff'), url('icomoon.ttf') format('truetype'), url('icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
.sb-search {
  /*display: none;*/
  position: relative;
  margin-top: 10px;
  width: 0%;
  min-width: 60px;
  height: 50px;
  float: left;
  overflow: hidden;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  transition: width 0.3s;
  -webkit-backface-visibility: hidden;
}
.sb-search-input {
  position: absolute;
  top: 0;
  right: 0;
  border: none;
  outline: none;
  background: #fff;
  width: 100%;
  height: 50px;
  margin: 0;
  z-index: 10;
  padding: 20px 65px 20px 20px;
  font-family: inherit;
  font-size: 20px;
  color: #2c3e50;
}
.sb-search-input::-webkit-input-placeholder {
  color: #efb480;
}
.sb-search-input:-moz-placeholder {
  color: #efb480;
}
.sb-search-input::-moz-placeholder {
  color: #efb480;
}
.sb-search-input:-ms-input-placeholder {
  color: #efb480;
}
.sb-icon-search, .sb-search-submit {
  width: 60px;
  height: 60px;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0;
  margin: 0;
  line-height: 60px;
  text-align: center;
  cursor: pointer;
}
.sb-search-submit {
  background: #fff; /* IE needs this */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
  filter: alpha(opacity=0); /* IE 5-7 */
  opacity: 0;
  color: transparent;
  border: none;
  outline: none;
  z-index: -1;
}
.sb-icon-search {
  color: #fff;
  background: #151314;
  z-index: 90;
  font-size: 22px;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
}
.sb-icon-search:before {
  content: "\e000";
}
/* Open state */
.sb-search.sb-search-open, .no-js .sb-search {
  width: 88%;
}
.sb-search.sb-search-open .sb-icon-search, .no-js .sb-search .sb-icon-search {
  background: #151314;
  color: #fff;
  z-index: 11;
}
.sb-search.sb-search-open .sb-search-submit, .no-js .sb-search .sb-search-submit {
  z-index: 90;
}
div#sb-search {
  position: absolute;
  top: 5px;
  right: 40px;
}
.sj {
  display: none;
}
.tabnav-mobile .col-xs-4 {
  text-align: center;margin-bottom: 20px;
}
.tabnav-mobile a.on2 p {
  color: #ee7d0f;
}
.contact .section-title{display: none;}
@media (max-width: 768px) {
  .banner {
    /* min-height: 500px; */
  }
  .banner_text {
    /* padding-top: 60%; */
    padding-top: 17%;
  }
  .sb-search {
    display: block;
  }
  .section-title .line {
    margin-bottom: 20px;
  }
  h4.title-text {
    margin-bottom: 30px;
  }
  .footer .col-md-3.col-sm-6 {
    min-height: inherit;
    margin-bottom: 20px;
  }
  .pc {
    display: none;
  }
  .sj {
    display: block;
  }
  .dw-title {
    display: none;
  }
  .xglink ul {
    margin-left: 0;
  }
  .xglink ul li {
    display: block;
  }
  .header {
    background: #161616;
  }
  .banner3 .banner_text.fadeInDown.animated {
    padding-top: 50%;
  }
  .banner4 .banner_text.fadeInDown.animated {
    /* padding-top: 50%; */
  }
  .banner6 .banner_text.fadeInDown.animated {
    padding-top: 50%;
  }
	.contact .section-title{display: block;}
	.contact img{display: none;}
	.newsline {
    width: 100%;
    border-bottom: 1px #6a6966 solid;
    
}
}
.tabnav-mobile img {
    /* height: 60px; */
    /* display: block; */
    max-width: 100%;
    /* height: auto; */
    height: 60px;
    margin-bottom: 10px;
}
@media (min-width: 875px){
	div#sb-search{right: 0;}
	.nav {
		margin-right: 50px;
	}
}
/*新加*/
.hzlogo img.img-responsive {
    /* width: 155px;
    height: 80px; */
}
.newsdes a {
    color: #ee7d0f;
}
.newsimg {
  max-height: 296px;
}
.hzlogo{
  float: left;
  width: 15.6%/*12%*/;
  margin:0.5%;
  border:1px solid #CCC;
  text-align:center;
  min-height:80px;
  overflow:hidden
}
.hzhb { width:80%;margin:0px auto}

/*小屏幕*/
@media screen and (max-width: 600px)
{
.zdyrow { margin-left:0px !important;}
.hzlogo{
  float: left;
  width: 46%;
  margin:1% 1%;
  margin-bottom: 10px;
  min-height:75px;
  text-align:center;
  overflow:hidden
}
}
.hzlogo img.img-responsive {
  width: 80%;
  display:inline;
  filter: grayscale(100%);
  transition:0.5s;
  
}

.hzlogo img.img-responsive:hover {
  filter: grayscale(0%);
  transition:0.5s;
  transform: scale(1.04);
}
.case-box>.case-img.case-img1{
  /* width: 406px; */
  width: 100%;
  /* height: 269px; */
  overflow: hidden;
  margin: auto;
}
.case-box>.case-img.case-img1 img{
  transition: all 1s;
}
.case-box>.case-img.case-img1:hover img{
  transform: scale(1.2,1.2);
}
/* @font-face {
  font-family: siyuan;
  src: url("siyuan.OTF") format("opentype");
}
.banner2{
  font-family: siyuan;
} */

.gd-box{
  padding: 0 70px !important;
}
.gd-box h3 a{
  text-indent: -30px;
  /* font-size: 16pt; */
}
.col-sm-7.news-img{
  overflow: hidden;
}
.news-img > a > img{
  height: 196px;
  transition: all 1s;
}
.news-img > a > img:hover{
  transform: scale(1.1,1.1);
}

.ny-content .content{
  /* font-size: 12pt; */
}
@media screen and (max-width: 480px) {
.banner > img {
  margin-top: 80px;
}
.banner_text{
  margin-top: 30px;
}
}

.yp > p{
  margin-top: 2vh;
}
@media screen and (max-width: 600px)
{
.img-responsive {width:80%}
.logo {margin-top:10px;}
}