@charset "UTF-8";
.flex {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex > * {
  flex: auto;
  text-align: center;
}

/**************************PUBLIC***************************/
body {
  font-size: 16px;
  font-family: "微软雅黑";
  margin: 0;
  padding: 0;
  background: #fff;
  color: #231F20;
}

* {
  box-sizing: border-box;
}

li {
  list-style: none;
}

a {
  text-decoration: none !important;
  color: #525252;
}

a:hover {
  color: #3393D3;
}

/**************************body***************************/
.page {
  text-align: center;
  margin-top: 30px;
  margin-bottom: 0px;
}

.page span:first-child,
.page a:first-child {
  border-radius: 2px 0 0 2px !important;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
  color: #000;
}

.page a:last-child,
.page span:last-child {
  border-radius: 0 2px 2px 0 !important;
}

.page a,
.page span {
  text-decoration: none;
  color: #000;
  border: 1px #000 solid;
  padding: 3px 6px;
  margin-left: -1px;
}

.prevnext {
  margin: 30px 0;
}

.prevnext_left:hover a,
.prevnext_right:hover a {
  color: #c40000;
}

.prevnext_left a,
.prevnext_right a {
  color: #000;
  text-decoration: none;
}

#contact {
  display: none;
}

.active a {
  color: #c00 !important;
}

.info1 img {
  width: 400px;
  height: 300px;
  margin: auto;
  display: block;
  padding: 20px 0;
}

#contact-p {
  position: fixed;
  right: 0;
  top: 50%;
  margin-top: -73.5px;
  z-index: 9999;
}

#contact-p div {
  width: 44px;
  height: 44px;
  margin-bottom: 5px;
  position: relative;
}

#contact-p div a {
  color: #FFFFFF;
  display: block;
  background: #c00;
  transition: 0.35s;
  position: absolute;
  left: 0;
  width: 170px;
  height: 44px;
  line-height: 44px;
}

#contact-p div a:hover {
  left: -110px;
}

#contact-p div a i {
  float: left;
  font-size: 28px;
  padding: 0 8px;
}

#contact-p div a span {
  display: block;
  float: left;
}

#contact-p div img {
  width: 150px;
  display: none;
  position: absolute;
  left: -110px;
  bottom: -150px;
}

#contact-p div:hover img {
  display: block;
}

#contact-p .gototop {
  display: none;
}

/**************************公共***************************/
.container {
  width: 1200px;
  padding: 0;
}

.t7 {
  background: url(../img/e10.png) left bottom no-repeat;
}

.news dl {
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e9e9e9;
  width: 100%;
  display: table;
}

.news dl dt {
  vertical-align: middle;
  text-align: center;
  display: table-cell;
  width: 120px;
  height: 100px;
  margin-right: 10px;
}

.news dl dt img {
  width: 100%;
  height: 100%;
}

.news dl dd {
  display: table-cell;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news dl dd p {
  padding-top: 30px;
  font-size: 14px;
}

.foot ul a {
  font-size: 14px;
}

.cur {
  border-bottom: 3px solid red !important;
}

.cur a {
  font-weight: bold;
}

.guojia-title {
  display: block !important;
}

.gjxx .col-md-4 {
  width: 30%;
}

.gjxx .guojia {
  background: #fff;
}

.gjxx .guojia ul {
  padding: 0;
}

.gjxx .guojia ul li {
  margin-top: 10px;
  width: 14.28%;
  float: left;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-bottom: 3px solid #ccc;
  padding-bottom: 10px;
}

.gjxx .guojia ul li a:hover {
  color: red;
}

.gjxx .guojia .guojia-cont dl {
  margin: 15px 1.666% 15px 1.6666%;
  border: 1px solid #e5e5e5;
  padding: 10px;
  display: table;
}

.gjxx .guojia .guojia-cont dl dt {
  display: table-cell;
  vertical-align: middle;
}

.gjxx .guojia .guojia-cont dl dt img {
  padding: 3px;
  margin: 3px;
  border: 1px solid #ddd;
}

.gjxx .guojia .guojia-cont dl dd {
  padding-top: 3px;
  display: table-cell;
  text-align: center;
}

.gjxx .guojia .guojia-cont dl dd a {
  color: #000;
  font-weight: bold;
  margin-bottom: 8px;
}

.gjxx .guojia .guojia-cont dl dd p {
  color: #666;
  padding: 10px;
  font-weight: normal;
  line-height: 30px;
}

.jszc {
  text-align: center;
  padding-top: 20px;
}

.case .col-md-3 {
  border-radius: 5px;
  width: 22%;
  padding: 0 !important;
  margin: 0% 1.5% 1% 1.5%;
  overflow: hidden;
}

.case img {
  width: 100%;
}

.case span {
  padding: 2em 1em;
  display: block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  color: #fff;
  overflow: hidden;
}

.case span:hover {
  background: rgba(0, 0, 0, 0.3);
  transition: all 0.5s;
}

.case span:hover:after {
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 1, 1);
  transition: 0.5s;
  opacity: 1;
}

.case span:hover h2 {
  opacity: 1;
}

.case span h2 {
  opacity: 0;
  font-size: 30px;
  color: #fff;
  text-align: center;
  margin-top: 50px;
  transition: all 0.5s;
}

.case span:after {
  content: '';
  transition: 0.5s;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  opacity: 0;
  transform-origin: 50% 50%;
  transform: rotate3d(0, 0, 1, 45deg) scale3d(1, 0, 1);
}

video {
  width: 100%;
  max-height: 300px;
  background: #eee;
}
