@charset "utf-8";
html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-family: "PingFang SC", "HanHei SC", "Helvetica Neue", Microsoft Yahei, "Helvetica", "STHeitiSC-Light", "Arial", sans-serif;
  line-height: 2em
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block
}
html, body {
  color: #ccc;
  background: #454545
}
ul, ol, li {
  list-style: none
}
a {
  color: #ccc;
  text-decoration: none
}
a:hover {
  color: #fff;
  text-decoration: none;
  -webkit-transition: background-color .2s ease;
  -moz-transition: background-color .2s ease;
  -ms-transition: background-color .2s ease;
  -o-transition: background-color .2s ease;
  transition: background-color .2s ease
}
img {
  border: 0
}
b, em, i {
  font-style: normal
}
h1, h2, h3, h4, h5 {
  font-weight: normal
}
@-webkit-keyframes fadeleft {
  0% {
    -webkit-transform: translateY(40px);
    opacity: 0
  }
  100% {
    -webkit-transform: translateY(0px);
    opacity: 1
  }
}
@font-face {
  font-family: "museo-light";
  src: url('../images/museo-light.eot');
  src: url('../images/museo-light.eot?#iefix') format('embedded-opentype'), url('../images/museo-light.woff') format('woff'), url('../images/museo-light.ttf') format('truetype'), url('../images/museo-light.svg') format('svg')
}
.museo-light {
  font-family: "museo-light" !important
}
.imgbig {
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -ms-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
  display: block !important
}
.imgbig:hover {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1)
}
.imgbigout {
  display: block;
  overflow: hidden
}
.clear:after, .case-read-img p:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}
.clear, .case-read-img p {
  zoom: 1
}
.left {
  float: left
}
.right {
  float: right
}
.hide {
  display: none
}
.lazy {
  background: url("../images/loading.gif") 50% 50% no-repeat
}
.tran {
  transition: all .3s ease
}
.back2top {
  display: block;
  width: 43px;
  height: 43px;
  background: url("../images/back2top.png") no-repeat;
  position: fixed;
  right: 3.5%;
  bottom: 15%;
  opacity: .33;
  z-index: 99
}
.back2top:hover {
  opacity: 1
}
.header {
  height: 100px;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  transition: all .3s ease
}
.header-small {
  height: 60px;
  background: #333;
  -webkit-box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
  -moz-box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
  box-shadow: rgba(0, 0, 0, .1) 0 1px 5px;
  transition: all .3s ease
}
.header-in {
  width: 95%;
  margin: 35px auto;
  height: 30px;
  transition: all .3s ease
}
.header-in .logo img {
  transition: all .3s ease
}
.header-small .header-in {
  margin: 15px auto;
  transition: all .3s ease
}
.header-small .logo img {
  height: 22px;
  margin-top: 4px
}
.header .logo {
  float: left;
  margin-left: 10px
}
.smallNav {
  /* width: 1000px; */
  float: right;
  text-align: right;
  display: none;
  height: 30px;
  line-height: 30px;
  margin-right: 27px;
}
.smallNav-small {
  display: block;
}
.smallNav li {
  display: inline-block;
  position: relative
}
.smallNav a {
  font-size: 16px;
  font-family: "Microsoft YaHei", "微软雅黑", Arial, Helvetica, sans-serif;
  margin: 0 27px;
  line-height: 30px;
}
.subnav {
  width: 100px;
  position: absolute;
  left: 0px;
  overflow: hidden;
  margin: 0;
  opacity: 0;
  transform-origin: top center;
  background-color: #333;
}
.subnav .subitem {
  display: block;
  margin: 0;
  padding: 0;
  line-height: 30px;
  text-align: center;
}
.subnav .subitem:first-child {
  padding-top: 10px
}
.subnav .subitem:last-child {
  padding-bottom: 10px
}
.subnav .subitem a {
  margin: 0
}
.smallNav li:hover .subnav {
  animation: menu5 0.3s ease-in-out forwards;
  animation-delay: 0.1s;
}
@keyframes menu5 {
  0% {
    opacity: 0;
    transform: scale(0.7);
  }
  50% {
    opacity: 0.5;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
.header .meun-off {
  float: right;
  margin-right: 10px
}
.header .meun-off span {
  width: 23px;
  height: 2px;
  background-color: #fff;
  display: block;
  margin: 6px auto;
  -webkit-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out
}
.header .meun-on #span2 {
  opacity: 0
}
.header .meun-on #span1 {
  -webkit-transform: translateY(8px) rotate(45deg);
  -ms-transform: translateY(8px) rotate(45deg);
  -o-transform: translateY(8px) rotate(45deg);
  transform: translateY(8px) rotate(45deg)
}
.header .meun-on #span3 {
  -webkit-transform: translateY(-8px) rotate(-45deg);
  -ms-transform: translateY(-8px) rotate(-45deg);
  -o-transform: translateY(-8px) rotate(-45deg);
  transform: translateY(-8px) rotate(-45deg)
}
.nav {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  display: none
}
.nav ul {
  margin: 0 auto;
  width: 50%;
  text-align: center;
  height: 500px;
  position: absolute;
  top: 50%;
  margin-top: -250px;
  left: 50%;
  margin-left: -25%
}
.nav ul li {
  -webkit-animation: DDInY .8s .3s ease both;
  -ms-animation: DDInY .8s .3s ease both;
  -moz-animation: DDInY .8s .3s ease both;
  animation: DDInY .8s .3s ease both
}
.nav ul a {
  display: block;
  height: 80px;
  overflow: hidden;
  margin: 10px 0
}
.nav ul span {
  display: block;
  font-size: 48px;
  line-height: 80px;
  text-transform: uppercase;
}
.nav .nav-tel {
  position: absolute;
  bottom: 2%;
  width: 100%;
  text-align: center;
}
.nav .close {
  display: block;
  position: absolute;
  top: 4%;
  right: 4%
}
.nav .close img {
  transition: all .5s ease
}
.nav .close:hover img {
  transform: rotate(180deg)
}
.fullSlide {
  position: relative;
  margin: 0 auto
}
.fullSlide2 {
  display: none
}
.slide {
  position: relative;
  margin: 0 auto
}
.slide .bd {
  position: relative;
  z-index: 0;
  overflow: hidden
}
.slide .bd li img {
  width: 100%;
  vertical-align: top
}
.slide .hd {
  position: relative;
  z-index: 1;
  margin-top: -60px;
  height: 30px;
  line-height: 30px;
  text-align: center
}
.slide .hd ul {
  text-align: center
}
.slide .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 30px;
  height: 3px;
  margin: 5px;
  overflow: hidden;
  font-size: 0;
  background-color: #fff
}
.slide .hd ul .on {
  background-color: #f66
}
.slide .prev, .slide .next {
  z-index: 1;
  display: block;
  width: 53px;
  height: 14px;
  position: relative;
  float: left;
  background: url("../images/arrow.png") 0 0 no-repeat;
  filter: alpha(opacity=40);
  opacity: .4;
  position: absolute;
  top: 50%;
  margin-top: -7px
}
.slide .prev {
  left: 2.1%;
  margin-left: 10px
}
.slide .next {
  background-position: right 0;
  right: 2.1%;
  margin-right: 10px
}
.slide .prev:hover, .slide .next:hover {
  filter: alpha(opacity=80);
  opacity: .8
}
.banner {
  width: 100%;
  position: relative;
  z-index: 1;
  overflow: hidden
}
.banner .bd ul {
  width: 100% !important
}
.banner .bd li {
  width: 100% !important;
  height: 913px;
  background-position: center 0;
  background-attachment: fixed;
  background-repeat: no-repeat;
  min-width: 1200px
}
.banner .bd li a {
  display: block;
  width: 1400px;
  margin: 0 auto;
  height: 100%
}
.banner .hd {
  position: fixed;
  left: 0;
  top: 850px;
  z-index: 1;
  width: 100%;
  overflow: hidden
}
.banner .hd ul {
  text-align: center
}
.banner .hd ul li {
  cursor: pointer;
  display: inline-block;
  *display: inline;
  zoom: 1;
  width: 30px;
  height: 3px;
  margin: 5px;
  overflow: hidden;
  font-size: 0;
  background-color: #fff
}
.banner .hd ul .on {
  background-color: #f66
}
.banner .prev, .banner .next {
  z-index: 1;
  display: block;
  width: 53px;
  height: 44px;
  position: relative;
  float: left;
  background: url("../images/arrow.png") 0 center no-repeat;
  filter: alpha(opacity=40);
  opacity: .4;
  position: absolute;
  top: 50%;
  margin-top: -22px
}
.banner .prev {
  left: 2.1%;
  margin-left: 10px
}
.banner .next {
  background-position: right 0;
  right: 2.1%;
  margin-right: 10px
}
.banner .prev:hover, .banner .next:hover {
  filter: alpha(opacity=80);
  opacity: .8
}
.banner .arrow {
  position: absolute;
  top: 25%;
  margin-top: 0;
  width: 100px;
  height: 50%;
  padding: 0;
  cursor: pointer;
}
.banner .arrow span, .banner .arrow span:after, .banner .arrow span:before {
  position: absolute;
  top: 50%;
  height: 2px;
  background-color: #fff;
  border-radius: 1px;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .4s ease;
  transition: all .4s ease
}
.banner .arrow span {
  margin-top: -1px;
  width: 0
}
.banner .arrow span:after, .banner .arrow span:before {
  content: "";
  width: 30px
}
.banner .arrow.btn-prev span {
  left: 50%;
  margin-left: -10px
}
.banner .arrow.btn-prev span:before {
  left: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left
}
.banner .arrow.btn-prev span:after {
  left: 0;
  top: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left
}
.banner .arrow.btn-next span {
  right: 50%;
  margin-right: -10px
}
.banner .arrow.btn-next span:before {
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right
}
.banner .arrow.btn-next span:after {
  right: 0;
  top: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right
}
.banner .arrow:hover span {
  width: 40px
}
.banner .arrow:hover.btn-prev span {
  margin-left: -20px
}
.banner .arrow:hover.btn-next span {
  margin-right: -20px
}
.banner .btn-next {
  right: 2.1%
}
.banner .btn-prev {
  left: 2.1%
}
.warp1 {
  width: 1180px;
  margin: 0 auto;
  padding: 57px 0 80px;
  position: relative;
  z-index: 9;
}
.warp1 h3 {
  font-size: 18px;
  margin-bottom: 48px;
  text-transform: uppercase
}
.warp1 p {
  transition: all .3s ease;
  display: block;
}
.warp1 h3 {
  -webkit-animation: fadeleft .8s .3s ease both;
  -ms-animation: fadeleft .8s .3s ease both;
  -moz-animation: fadeleft .8s .3s ease both;
  animation: fadeleft .5s .3s ease both;
  margin-top: 2px;
  width: 30%;
  float: left;
}
.warp1 .about_box {
  width: 70%;
  float: left;
}
.warp1 .p1 {
  -webkit-animation: fadeleft .8s .3s ease both;
  -ms-animation: fadeleft .8s .3s ease both;
  -moz-animation: fadeleft .8s .3s ease both;
  animation: fadeleft .8s .3s ease both;
  margin-bottom: 60px;
}
.warp1 .p2 {
  -webkit-animation: fadeleft .8s .3s ease both;
  -ms-animation: fadeleft .8s .3s ease both;
  -moz-animation: fadeleft .8s .3s ease both;
  animation: fadeleft 1s .3s ease both
}
.warp2 {
  width: 95%;
  margin: 0 auto;
  position: relative;
  z-index: 10;
}
.warp2 .warp-type {
  height: 50px;
  position: relative;
  margin-bottom: 25px
}
.warp2 .warp-type p {
  font-size: 18px;
  line-height: 50px;
  position: absolute;
  left: 50%;
  margin-left: -590px;
  z-index: 0
}
.warp2 .warp-type-list {
  float: right;
  position: absolute;
  z-index: 11;
  right: 0
}
.warp2 .warp-type-list .active {
  text-decoration: underline;
  color: #f66;
}
.warp2 .warp-type-list a {
  display: inline-block;
  margin-right: 25px;
  line-height: 50px;
  font-size: 15px
}
.warp2 .warp-type-list a:hover {
  text-decoration: underline;
  color: #f66
}
.warp2 ul li {
  width: 33.333333%;
  float: left;
  position: relative;
  overflow: hidden;
  display: block
}
.warp2 ul li img {
  width: 100%;
  height: auto;
  display: block
}
.warp2 ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1)
}
.warp2 .case-summary {
  display: none;
  width: 90%;
  height: 90%;
  background: url("../images/../images/black.png") repeat;
  top: 0;
  left: 0;
  position: absolute;
  padding: 5%
}
.warp2 .case-summary p {
  position: absolute;
  left: 0;
  font-size: 20px
}
.warp2 .case-summary span {
  font-size: 24px
}
.warp2 .case-summary .p1 {
  top: 0
}
.warp2 .case-summary .p2 {
  bottom: 0;
  font-size: 16px
}
.warp2 .case-more {
  display: block;
  width: 148px;
  height: 40px;
  margin: 100px auto;
  border: 2px solid #ccc;
  text-align: center;
  line-height: 40px
}
.footer {
  background: #333;
  padding: 110px 0 172px;
  position: relative;
  z-index: 10;
  width: 100%;
}
.footer-in {
  width: 1180px;
  margin: 0 auto;
}
.footer1 {
  width: 225px;
  font-size: 13px;
}
.footer1 img {
  display: block;
  margin-bottom: 22px
}
.footer2 {
  width: 460px;
  margin-left: 60px
}
.footer2 dl {
  float: left;
  margin-right: 40px;
  margin-top: -10px
}
.footer2 dl dt {
  margin-bottom: 24px;
  -webkit-animation: DDInY .8s .3s ease both;
  -ms-animation: DDInY .8s .3s ease both;
  -moz-animation: DDInY .8s .3s ease both;
  animation: DDInY .8s .3s ease both
}
.footer2 dl dt a {
  display: block;
  height: 27px;
  overflow: hidden;
  margin: 10px 0
}
.footer2 dl dt span {
  display: block;
  font-size: 20px;
  line-height: 27px;
  text-transform: uppercase;
}
.footer2 dl dd {
  height: 24px;
  padding-left: 3px;
}
.footer2 dl dd a {
  transition: all .3s ease;
  font-size: 13px;
  display: block;
  line-height: 24px
}
.footer3 {
  width: 420px;
  font-size: 13px;
}
.footer3-1 {
  width: 260px;
  font-size: 13px;
  margin-top: 52px;
}
.footer3-2 {
  width: 104px;
  font-size: 13px;
  text-align: center;
}
.footer3-2 img {
  margin-bottom: 15px;
  width: 104px;
}
.footer-bottom {
  margin-top: 25px
}
.footer-bottom h3 {
  font-size: 14px
}
.footer-bottom ul li {
  width: 12.5%;
  float: left
}
.footer-bottom ul li a {
  font-size: 13px;
  transition: all .3s ease;
  line-height: 24px;
  display: block
}
.t-footer {
  background: #202020;
  text-align: center;
  padding: 15px 0;
  height: 31px;
  overflow: hidden;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 98;
}
.bottompic {
  width: 840px;
  margin: 0 auto;
}
.bottompic a {
  margin-right: 40px;
  display: block;
  float: left;
}
.bottomicon .bottomqq {
  background-image: url(../images/bottomqq.png);
  width: 31px;
  height: 31px;
  background-repeat: no-repeat;
  background-position: center center !important;
  padding: 0;
  margin: 0 10px 0 0;
}
.bottomicon .bottomwx {
  background-image: url(../images/bottomwx.png);
  width: 31px;
  height: 31px;
  background-repeat: no-repeat;
  background-position: center center !important;
  padding: 0;
  margin: 0 10px 0 0;
}
.bottomicon .bottomwb {
  background-image: url(../images/bottomwb.png);
  width: 31px;
  height: 31px;
  background-repeat: no-repeat;
  background-position: center center !important;
  padding: 0;
  margin: 0;
}
.case-content {
  padding-bottom: 150px
}
.case-list {
  width: 94%;
  margin: 150px auto 0
}
.case-list .warp-type {
  position: relative;
  margin-bottom: 25px
}
.case-list .warp-type p {
  font-size: 18px;
  line-height: 50px;
  position: absolute;
  left: 50%;
  margin-left: -540px;
  z-index: 0
}
.case-list .warp-type-list {
  float: right;
  z-index: 11;
  right: 0
}
.case-list .warp-type-list .active {
  text-decoration: underline;
  color: #f66;
}
.case-list .warp-type-list .warp-type-box1 span, .case-list .warp-type-list a {
  display: block;
  margin-right: 20px;
  line-height: 28px;
  font-size: 16px;
  float: left;
}
.case-list .warp-type-list a.warp-type-all {
  margin-top: 28px;
}
.case-list .warp-type-list .warp-type-box {
  float: left;
}
.case-list .warp-type-list a:hover {
  color: #f66;
  text-decoration: underline
}
.case-list ul li {
  width: 33.333333%;
  float: left;
  position: relative;
  overflow: hidden;
  display: block
}
.case-list ul li img {
  width: 100%;
  height: auto;
  display: block
}
.case-list ul li:hover img {
  transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1)
}
.case-list .case-summary {
  display: none;
  width: 90%;
  height: 90%;
  background: url("../images/black.png") repeat;
  top: 0;
  left: 0;
  position: absolute;
  padding: 5%
}
.case-list .case-summary p {
  position: absolute;
  left: 0;
  font-size: 20px
}
.case-list .case-summary span {
  font-size: 24px
}
.case-list .case-summary .p1 {
  top: 0
}
.case-list .case-summary .p2 {
  bottom: 0;
  font-size: 16px
}
.case-list .case-more {
  display: block;
  width: 148px;
  height: 40px;
  margin: 100px auto;
  border: 2px solid #ccc;
  text-align: center;
  line-height: 40px
}
.case-read {
  width: 87%;
  margin: 0 auto;
  max-width: 1800px;
  padding: 100px 0
}
.case-read .news-tool {
  display: block;
  width: 200px;
  margin-left: auto;
  margin-right: auto;
}
.case-read .news-tool .right {
  display: none;
}
.case-read .news-tool .left {
  float: none;
}
.case-read img {
  width: 100%;
  height: auto !important;
  float: left;
  display: block;
  background: url("../images/loading.gif") no-repeat center
}
.case-read img.small {
  width: 50%;
}
.case-read-top {
  padding: 70px 0;
  color: #fff;
  height: 730px
}
.case-read-top .left {
  width: 36%;
  text-align: right;
  font-size: 20px
}
.case-read-top .right {
  width: 40%;
  margin-right: 11%;
  position: relative;
  height: 100%
}
.case-read-top .right .syl.casetext {
  font-size: 16px;
  line-height: 1.8em;
  margin-bottom: 20px;
  height: 19.65em;
  overflow: hidden;
}
.pccasetext {
  display: block
}
.wapcasetext {
  display: none;
  text-align: center
}
.case-read-top .right ul {
  position: absolute;
  bottom: 0
}
.case-read-top .right ul li {
  font-size: 14px
}
.case-read .casebottom a {
  display: block;
  width: 148px;
  height: 40px;
  margin: 26px auto 0;
  border: 2px solid #ccc;
  text-align: center;
  line-height: 40px
}
.case-tool {
  width: 43px;
  height: 43px;
  position: fixed;
  right: 3.5%;
  bottom: 21%;
  z-index: 99;
}
.case-tool .share-box .icon.ico-share {
  width: 43px;
  height: 43px;
  display: block;
  background-position: 0 0;
  background-image: url(../images/case_share.png);
  opacity: .33;
}
.case-tool .share-box .icon.ico-share:hover {
  opacity: 1
}
.case-tool .share-box #share {
  width: 43px;
  height: 43px;
}
.share-box .icon {
  background-image: url("../images/icon.png");
  background-repeat: no-repeat
}
#share {
  width: 28px;
  height: 26px;
  float: right;
  position: relative;
  z-index: 99
}
.share {
  width: 28px;
  height: 26px;
  display: block
}
.ico-share {
  width: 28px;
  height: 26px;
  display: block;
  background-position: 2px -231px
}
.ico-share:hover {
  background-position: -33px -231px
}
.share-list {
  width: 100px;
  padding: 10px 20px;
  background: #363636;
  position: absolute;
  right: 0;
  top: 32px;
  -moz-border-radius: 8px;
  -webkit-border-radius: 8px;
  -o-border-radius: 8px;
  -ms-border-radius: 8px;
  border-radius: 8px;
  visibility: hidden;
  z-index: -1;
  opacity: 0;
  -moz-transition: all .2s linear;
  -webkit-transition: all .2s linear;
  -o-transition: all .2s linear;
  -ms-transition: all .2s linear;
  transition: all .2s linear
}
.share-list.active {
  visibility: visible;
  z-index: 1;
  opacity: 1
}
.share-list li a {
  height: 24px;
  line-height: 24px;
  display: block;
  padding-left: 34px;
  color: #FFF;
  font-size: 14px;
  position: relative
}
.share-list li a:hover {
  color: #f66
}
.share-list li .icon {
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -12px
}
.share-list li .ico-weixin {
  background-position: -60px 0
}
.share-list li .ico-xlwb {
  background-position: -100px 0
}
.share-list li .ico-txwb {
  background-position: -140px 0
}
.share-list li .ico-douban {
  background-position: -180px 0
}
.share-list li .ico-tieba {
  background-position: -220px 0
}
.share-list li a:hover .ico-weixin {
  background-position: -60px -40px
}
.share-list li a:hover .ico-xlwb {
  background-position: -100px -40px
}
.share-list li a:hover .ico-txwb {
  background-position: -140px -40px
}
.share-list li a:hover .ico-douban {
  background-position: -180px -40px
}
.share-list li a:hover .ico-tieba {
  background-position: -220px -40px
}
.news {
  width: 1070px;
  margin: 0 auto;
  padding: 100px 0
}
.news-type {
  height: 60px;
  margin-bottom: 20px;
  padding-bottom: 42px;
  border-bottom: 1px solid #585858
}
.news-type h3 {
  float: left;
  font-size: 30px;
  width: 15%
}
.news-type ul {
  width: 85%;
  float: right
}
.news-type ul li {
  float: left;
  height: 60px;
}
.news-type ul li a {
  line-height: 60px;
  font-size: 16px;
  margin: 0 30px;
}
.news-type ul li a.a, .news-type ul li a:hover {
  color: #f66;
  border-bottom: 1px solid #f66
}
.news-list li {
  padding: 55px 0;
  border-bottom: 1px solid #585858
}
.news-list li .imgbigout {
  width: 224px;
  margin-right: 40px;
  float: left
}
.news-list li .imgbigout img {
  width: 100%;
  height: auto
}
.news-list li .news-summary {
  float: left;
  width: 48%;
  overflow: hidden;
  margin-top: 20px;
  font-family: 'msyhl'
}
.news-list li .news-summary .syl {
  font-size: 24px;
  margin-bottom: 30px;
  display: block;
}
.news-list li .news-summary span {
  line-height: 28px !important;
  display: block
}
.news-list li .news-summary span a {
  font-size: 12px !important
}
.news-list li .news-more {
  margin-top: 35px;
  float: right;
  font-size: 16px
}
.news-list li .news-more .more {
  background-image: url(../images/news_arrow.png);
  background-repeat: no-repeat;
  width: 18px;
  height: 30px;
  display: block;
  float: right;
  margin-bottom: 55px;
}
.news-read {
  width: 1140px;
  margin: 0 auto;
  padding: 150px 0;
}
.news-read .news-read-line {
  border-bottom: 1px solid #585858;
}
.news-read .news-type {
  margin-bottom: 90px;
}
.news-read .news-read-left {
  float: left
}
.news-read .news-read-left h3 {
  font-size: 18px
}
.news-read .news-read-left h4 {
  background-image: url(../images/news_arrow.png);
  background-repeat: no-repeat;
  background-position: right top;
  height: 30px;
  display: block;
  margin-bottom: 55px;
}
.news-read .news-read-right {
  float: right;
  width: 815px
}
.news-read .news-read-right .title {
  font-size: 30px;
  line-height: 30px;
  padding-bottom: 50px;
  margin-bottom: 40px;
  font-family: 'msyhl'
}
.news-read .content img {
  max-width: 100%;
  height: auto;
}
.news-read .content {
  padding-bottom: 50px;
  font-size: 16px
}
.news-tool {
  margin-top: 26px
}
.news-tool-right li {
  position: relative;
  height: 32px;
  float: left;
  margin: 0 7px
}
.news-tool-right li .icon {
  background-image: url("../images/icon.png");
  background-repeat: no-repeat;
  display: block;
  width: 26px;
  height: 26px
}
.news-tool-right #close a {
  background-position: 0 -114px
}
.news-tool-right #prev a {
  background-position: 0 -155px
}
.news-tool-right #next a {
  background-position: 0 -194px
}
.news-tool-right #close a:hover {
  background-position: -36px -114px
}
.news-tool-right #prev a:hover {
  background-position: -36px -155px
}
.news-tool-right #next a:hover {
  background-position: -36px -194px
}
.page {
  text-align: center;
  margin-top: 60px;
}
.page span, .page a {
  padding: 0 10px;
}
/* 关于我们 */
.ntop_bg {
  z-index: -1;
  position: relative;
  margin-top: 0
}
.ntop_bg_box {
  z-index: 1;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%
}
.ntop_bg img, .ntop_bg_box img {
  width: 100%
}
.wap_ntop_bg {
  display: none
}
.wap_ntop_bg_box {
  display: none
}
.partner, .about_content {
  position: relative;
  z-index: 9;
  background: #454545;
  padding: 100px 0;
}
.about_culture .about1, .about_content .about1 {
  width: 1180px;
  margin: 0 auto;
}
.about_content .about_title {
  font-size: 18px;
  margin-bottom: 48px;
  -webkit-animation: fadeleft .8s .3s ease both;
  -ms-animation: fadeleft .8s .3s ease both;
  -moz-animation: fadeleft .8s .3s ease both;
  animation: fadeleft .5s .3s ease both;
  margin-top: 2px;
  width: 30%;
  float: left;
  text-transform: uppercase
}
.about_content .about_summary {
  transition: all .3s ease;
  display: block;
  width: 70%;
  float: left;
  -webkit-animation: fadeleft .8s .3s ease both;
  -ms-animation: fadeleft .8s .3s ease both;
  -moz-animation: fadeleft .8s .3s ease both;
  animation: fadeleft .8s .3s ease both;
}
.about_culture {
  background: #333;
}
.partner .partnertit {
  text-align: center;
  font-size: 32px;
  background-image: url(../images/abouttitlearrow.png);
  background-repeat: no-repeat;
  background-position: center center
}
.partner .partnernumbox {
  width: 60%;
  margin: 100px auto;
  font-size: 76px;
  line-height: 96px;
  height: 96px;
  display: -webkit-flex;
  display: flex;
  flex-direction: row
}
.partner .partnernumbox .partnernum {
  width: 33.33%;
  text-align: center;
}
.partner .partnernumbox .partnernum .partnercount {
  height: 100px;
  display: -webkit-flex;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start
}
.partner .partnernumbox .partnernum .partnercount span {
  display: block;
}
.partner .partnernumbox .partnernum .partnercount span.partnercountbig {
  font-size: 76px;
  padding-top: 24px;
}
.partner .partnernumbox .partnernum .partnercount span.partnercountplus {
  font-size: 24px;
}
#owl-demo img {
  border: 0 none;
  display: block;
  width: 95%;
  height: 95%;
  margin: 5px auto;
}
#owl-demo {
  position: relative;
  width: 83vw;
  margin: 0 auto;
}
#owl-demo ul {
  overflow: hidden;
  zoom: 1;
}
#owl-demo li {
  position: relative;
  float: left;
  overflow: hidden;
  width: 16.6%;
}
/* 左右箭头 */
.owl-buttons div {
  position: absolute;
  top: 50%;
  width: 52px;
  height: 81px;
  margin-top: -90px;
  text-indent: -9999px;
  background-repeat: no-repeat;
  background-position: center center
}
.owl-prev {
  left: -60px;
  background-image: url(../images/aboutleftarrow.png);
}
.owl-next {
  right: -60px;
  background-image: url(../images/aboutrightarrow.png);
}
/* 联系方式 */
.zhaopinpic, .zhaopinpic img {
  z-index: 9;
  position: relative;
  width: 100%;
  display: block;
}
.wap_zhaopinpic {
  display: none;
}
.contact_content {
  position: relative;
  z-index: 9;
  background: #454545;
  padding: 100px 0;
}
.contact_content .contact_summary {
  width: 970px;
  margin: 0 auto;
}
.contact_content .zhaopin_title {
  font-size: 26px
}
.contact_content .contact_summary .left, .contact_content .contact_summary .right {
  width: 45%;
}
@media screen and (max-width:1920px) {
  html, body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    font-size: 18px
  }
  .header-small {
    height: 40px
  }
  .header-small .logo img {
    height: 19px;
    margin-top: 6px;
  }
  .header-small .header-in {
    margin: 5px auto
  }
  .fullSlide .hd {
    margin-top: -50px
  }
  .fullSlide .hd ul li {
    width: 10px;
    height: 10px
  }
  .banner .bd li {
    height: 685px;
    background-size: 1920px 685px
  }
  .banner .hd {
    top: 648px
  }
  .banner .hd ul li {
    width: 30px;
    height: 5px
  }
  .banner .bd li a {
    width: 1400px
  }
  .nav .close img {
    width: 42px
  }
  .warp1 {
    padding: 55px 0 80px;
  }
  .warp1 h3 {
    margin-bottom: 60px;
  }
  .warp2 .case-summary .p1 {
    font-size: 18px
  }
  .warp2 .case-summary .p2 {
    font-size: 14px
  }
  .case-read-top {
    height: 500px
  }
  .case-read-top .left {
    font-size: 16px
  }
  .case-read-top .right p {
    font-size: 16px;
    margin-bottom: 18px
  }
  .news-list li .imgbigout img, .news-list li .imgbigout {
    width: 224px
  }
  .news-list li {
    padding: 40px 0
  }
  .news-type ul li a {
    font-size: 14px
  }
  .news-read .news-read-right .title {
    font-size: 24px;
    padding-bottom: 36px
  }
  .news-read .news-read-left {
    margin-left: 70px
  }
  .news-tool-right li {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -ms-transform: scale(0.7)
  }
  .case-read-top .right ul li {
    font-size: 13px
  }
}
@media screen and (max-width:1440px) {
  .banner .bd li {
    height: 513px;
    background-size: 1440px 513px
  }
  .banner .hd {
    top: 480px
  }
  .banner .bd li a {
    width: 1200px
  }
  .news-read {
    width: 1200px
  }
  .news-read-left {
    margin-bottom: 30px
  }
  .news-read .news-read-right {
    width: 70%;
  }
  .case-read-top {
    height: auto
  }
  .case-read-top .right ul {
    position: static;
  }
  .case-read-top .left {
    font-size: 16px
  }
  .case-read-top .right p {
    font-size: 16px;
    margin-bottom: 18px
  }
  .about_content .about_title, .warp2 .warp-type p, .warp1 h3 {
    margin-top: 0;
    font-size: 18px
  }
  .warp2 .warp-type {
    margin-bottom: 6px
  }
  .warp2 .case-summary .p1 {
    font-size: 14px
  }
  .warp2 .case-summary .p2 {
    font-size: 12px
  }
  .warp2 .case-summary span {
    font-size: 18px
  }
  .news {
    width: 830px
  }
  .news-list li {
    padding: 30px 0
  }
  .news-read .news-read-left {
    margin-left: 0
  }
  .news-read .news-read-left h3 {
    font-size: 18px
  }
  .case-list .warp-type-list .warp-type-box1 span, .case-list .warp-type-list a {
    margin-right: 15px
  }
}
@media screen and (max-width:1200px) {
  .warp2 ul li {
    width: 50%;
    float: left;
    position: relative;
    overflow: hidden
  }
  .banner .bd li a {
    width: 1000px
  }
  .news-read {
    width: 90%
  }
  .news-read-left {
    margin-bottom: 30px
  }
  .case-read-top {
    height: auto
  }
  .case-read-top .right ul {
    position: static
  }
  .case-read-top .left {
    font-size: 16px
  }
  .case-read-top .right p {
    font-size: 14px;
    margin-bottom: 18px
  }
}
@media screen and (max-width:1180px) {
  .about_culture .about1, .about_content .about1, .case-read, .footer-in, .warp1, .news {
    width: 95%;
    margin: 0 auto;
  }
  .case-list .warp-type p, .warp2 .warp-type p {
    left: 0;
    margin-left: 0;
  }
  .case-tool {
    display: none;
  }
  .footer3 {
    width: auto;
  }
  .footer3-1 {
    display: none;
  }
  /* 关于我们 */
  .partner .partnernumbox {
    width: 80%;
  }
  /* 联系方式 */
  .contact_content .contact_summary {
    width: 90%;
    margin: 0 auto;
  }
}
@media screen and (max-width:785px) {
  .bottompic {
    width: 100%;
  }
  .bottompic a {
    display: inline;
    float: none;
  }
}
@media screen and (max-width:768px) {
  .footer {
    padding: 50px 0;
  }
  .footer3 {
    display: none;
  }
  .footer2 {
    margin-left: 40px;
  }
  .bottomicon, .bottomiconlast {
    display: none;
  }
  /* 关于我们 */
  .partner .partnernumbox {
    width: 95%;
  }
  /* 联系方式 */
  .contact_content .contact_summary {
    width: 95%;
    margin: 0 auto;
  }
}
@media screen and (max-width:750px) {
  .banner {
    display: none
  }
  .smallNav {
    display: none
  }
  .quanjing {
    display: none
  }
  .header {
    height: 60px
  }
  .header-small {
    height: 40px
  }
  .header .logo img {
    height: 15px;
    margin-top: 9px
  }
  .header .meun-off {
    margin-right: 0
  }
  .nav .close img {
    width: 25px;
    height: auto
  }
  .nav ul {
    height: 360px;
    margin-top: -180px
  }
  .nav ul a {
    height: 60px
  }
  .nav ul span {
    font-size: 32px;
  }
  .nav .nav-tel {
    display: none;
  }
  .slide .hd {
    margin-top: -30px
  }
  .slide .hd ul {
    font-size: 14px
  }
  .slide .hd ul li {
    width: 30px;
    height: 3px;
  }
  .slide .prev, .slide .next {
    width: 25px;
    height: 14px
  }
  .about_content {
    padding: 0;
  }
  .about_culture .about1, .about_content .about1, .warp1 {
    width: 94%;
    margin: 0 auto;
    padding: 40px 0
  }
  .about_content .about_title, .about_content .about_summary, .warp1 .museo-light, .warp1 .about_box {
    width: 100%;
  }
  .about_content .about_title, .warp2 .warp-type p, .warp1 h3 {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 1em
  }
  .contact_content .contact_summary p, .about_content .about_summary p, .warp1 p {
    font-size: 12px
  }
  .warp1 .p1 {
    margin-bottom: 10px;
  }
  .warp2 {
    width: 95%
  }
  .warp-type {
    width: 100%;
    height: auto
  }
  .warp-type p {
    width: 100%;
    position: static;
    margin-left: 0;
    margin: 0 auto
  }
  .warp-type-list {
    position: static;
    float: left
  }
  .header-in {
    margin: 15px auto;
    width: 94%
  }
  .header .logo {
    margin-left: 0
  }
  .header-small .header-in {
    margin: 5px auto
  }
  .warp2 ul li {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden
  }
  .fullSlide {
    display: none
  }
  .fullSlide2 {
    display: block !important
  }
  .case-list {
    margin-top: 80px;
    width: 94%
  }
  .case-list .warp-type {
    height: auto
  }
  .case-list ul li {
    width: 100%
  }
  .case-list .warp-type-list .warp-type-box1 span, .case-list .warp-type-list a {
    line-height: 24px;
    float: left
  }
  .case-list .warp-type p, .case-list .warp-type-list a.warp-type-all {
    display: none;
  }
  .warp-type-list {
    position: static !important;
    float: left !important
  }
  .case-list .museo-light {
    width: 100%;
    display: block
  }
  .case-content {
    padding-bottom: 35px
  }
  .warp-type-list a {
    line-height: 35px;
    margin-right: 10px
  }
  .case-read {
    width: 94%;
    padding-bottom: 30px;
  }
  .case-read .small {
    width: 100% !important
  }
  .case-read-top .left, .case-read-top .right {
    width: 90%;
    text-align: left;
    margin: 0 auto;
    float: none
  }
  .case-read-top {
    padding: 30px 0
  }
  .case-read-top .right ul {
    bottom: 30px
  }
  .news-read {
    width: 94%;
    padding: 50px 0;
  }
  .news-read img {
    max-width: 100% !important;
    height: auto
  }
  .news-read-left {
    margin-bottom: 30px
  }
  .news-read .news-read-left, .news-read-right {
    float: none;
    width: 100%
  }
  .news-read-right {
    width: 100% !important
  }
  .news-read-left {
    margin-bottom: 20px
  }
  .news {
    width: 94%;
    padding: 80px 0 10px
  }
  .news-list li .news-summary .syl {
    font-size: 16px;
    margin-bottom: 20px;
    line-height: 2em;
  }
  .news-read .news-type {
    margin-bottom: 30px;
  }
  .news-read .news-read-right .title {
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 15px
  }
  .news-read .news-read-left h4 {
    display: none;
  }
  .case-read .news-tool {
    width: 100%;
  }
  .case-read .news-tool .right {
    display: block;
    float: left;
    left: 0;
  }
  .case-read .news-tool .left {
    float: right;
    right: 0;
  }
  .case-read .news-tool .left.casebottom a.case-more {
    display: block;
    width: 104px;
    height: 30px;
    margin: -10px 0 0;
    border: 2px solid #ccc;
    text-align: center;
    line-height: 30px;
    font-size: 13px;
  }
  .news-type h3 {
    width: 100%
  }
  .news-type ul {
    float: left;
    width: 100%
  }
  .news-type ul li {
    height: 30px
  }
  .news-type ul li a {
    margin: 0 15px;
    line-height: 30px
  }
  .news-summary {
    margin-top: 10px
  }
  .news-list li .imgbigout, .news-list li .news-summary {
    width: 100%
  }
  .news-list li {
    padding: 25px 0
  }
  .news-list li .news-summary {
    float: left
  }
  .news-list li .imgbigout img, .news-list li .imgbigout {
    width: 100%
  }
  .news-type ul li:first-child a {
    margin-left: 0
  }
  .news-list li .news-more .more {
    display: none;
  }
  .news-list li .news-more {
    float: left;
  }
  .back2top, .footer2 {
    display: none !important
  }
  .bottompic a {
    margin-right: 0;
  }
  .bottompic a img {
    height: 19px;
  }
  .footer {
    padding: 30px 0 90px 0;
    background: #454545;
  }
  .footer1 img {
    display: none;
  }
  .footer3 {
    display: block;
  }
  .footer3-2 img {
    margin-bottom: 0;
  }
  .t-back2top {
    display: block;
    width: 30px;
    height: 30px;
    background: url("../images/back2top.png") no-repeat;
    background-size: 30px;
    position: absolute;
    left: 2.5%;
    bottom: 90px
  }
  .warp2 .warp-type p {
    width: 94%;
    position: static;
    margin-left: 0
  }
  .warp2 .warp-type-list {
    width: 100%;
    position: static
  }
  .warp2 .warp-type {
    height: 80px
  }
  .warp2 .warp-type-list a {
    height: 30px;
    line-height: 30px;
    margin-right: 10px;
    font-size: 12px;
    margin-left: 0;
  }
  .warp2 .case-more {
    display: none
  }
  .share-list {
    left: 0
  }
  .case-list .warp-type-list .warp-type-box1 span, .case-list .warp-type-list a {
    font-size: 12px
  }
  .case-list .warp-type-list .warp-type-box1 span {
    width: 20vw;
    margin-right: 4vw;
  }
  .case-list .warp-type-list .warp-type-box1 .left {
    width: 70vw;
  }
  .case-list .warp-type-list .active {
    font-size: 12px
  }
  .case-list .warp-type-list .museo-light {
    font-size: 16px;
    margin-bottom: 14px
  }
  /* 关于我们 */
  .ntop_bg, .ntop_bg_box {
    display: none
  }
  .wap_ntop_bg {
    z-index: -1;
    position: relative;
    margin-top: 0;
    display: block
  }
  .wap_ntop_bg_box {
    z-index: 1;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    display: block
  }
  .wap_ntop_bg img, .wap_ntop_bg_box img {
    width: 100%
  }
  .partner .partnernumbox {
    margin: 50px auto;
  }
  .partner .partnernumbox .partnernum {
    margin-bottom: 10px;
    width: 100%;
  }
  .partner .partnernumbox {
    flex-direction: column;
    height: auto;
    align-items: center
  }
  .partner .partnernumbox .partnernum .partnercount {
    height: 80px;
  }
  #owl-demo li {
    width: 33.3%;
  }
  .owl-prev {
    left: -8.5vw;
  }
  .owl-next {
    right: -8.5vw;
  }
  /* 联系方式 */
  .zhaopinpic, .zhaopinpic img {
    display: none;
  }
  .wap_zhaopinpic, .wap_zhaopinpic img {
    z-index: 9;
    position: relative;
    width: 100%;
    display: block;
  }
  .contact_content {
    padding: 40px 0
  }
  .contact_content .zhaopin_title {
    font-size: 20px
  }
  .contact_content .contact_summary {
    width: 80%;
    margin: 0 auto;
  }
  .contact_content .contact_summary .left, .contact_content .contact_summary .right {
    float: none;
    width: 100%;
  }
}