@charset "utf-8";
/* CSS Document */
* {
  margin: 0 auto;
  padding: 0;
  border: none;
  font-size: 14px;
  outline: 0 none;
  font-family: '微软雅黑';
}
a {
  text-decoration: none;
  color: #000;
}
ul {
  margin: 0;
  overflow: auto;
}
li {
  list-style: none;
}
.wp {
  width: 1200px;
}
.l {
  float: left;
}
.r {
  float: right;
}
.c {
  clear: both;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}
img {
  transition: .3s;
  -ms-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  -o-transition: .3s;
  max-width: 100%;
  display: block;
}
.big img:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.slow {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.top {
  background: #333;
  line-height: 40px;
  color: #fff;
  position: relative;
}
#tel {
  background: url("/template/pc/skin/img/tel.png") no-repeat left center;
  font-size: 16px;
  padding-left: 30px;
  font-style: oblique;
  background-size: auto 100%;
}
.head {
  background: #9a1d2c;
  position: relative;
  overflow: hidden;
}
.head .wp {
  position: relative;
}
.head .logo {
  width: 370px;
  padding-top: 25px;
  border-color: red;
  position: relative;
}
.head .logo:after {
  content: ' ';
  position: absolute;
  top: 0;
  right: 0;
  border-width: 55px;
  border-style: solid;
  border-color: #9a1d2c #9a1d2c transparent transparent;
  transition: all 0.5s;
}
.head .logo img {
  float: left;
  height: 60px;
  transition: all .5s ease-in-out 0s;
  -ms-transition: all .5s ease-in-out 0s;
  -moz-transition: all .5s ease-in-out 0s;
  -webkit-transition: all .5s ease-in-out 0s;
  -o-transition: all .5s ease-in-out 0s;
}
.head .nav {
  width: 830px;
  background: #9a1d2c;
}
.head .nav li {
  float: left;
  width: 11.8%;
  text-align: center;
  margin: 0px 0 0px 20px;
  position: relative;
}
.head .nav li:before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 0;
  height: 5px;
  background: #f00000;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.head .nav li.on:before, .head .nav li:hover:before {
  width: 100%;
}
.head .nav li a {
  font-size: 18px;
  line-height: 110px;
  color: #fff;
  transition: all 0.5s;
}
.head .nav li.on a, .head .nav li:hover a {
  font-size: 22px;
}
.head .bg {
  background: #fff;
  position: absolute;
  left: 0;
  width: 50%;
  height: 100%;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  transition: all 0.5s;
  margin-left: -230px;
}
.fix {
  position: fixed;
}
.head.fix {
  width: 100%;
  z-index: 1000;
  top: 0;
}
.head.fix .logo {
  padding-top: 5px;
  width: 340px;
}
.head.fix .logo:after {
  border-width: 30px
}
.head.fix .logo img {
  height: 50px;
}
.head.fix .nav {
  padding-left: 30px;
}
.head.fix .nav ul li a {
  line-height: 60px;
  font-size: 16px;
}
.head.fix .nav li.on a, .head.fix .nav li:hover a {
  font-size: 18px;
}
#banner {
  height: 800px;
  position: relative;
}
.slick-slider, .slick-slide, .slick-list, .slick-track {
  height: 100%;
}
.slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 100%;
  text-align: center;
  z-index: 99;
}
.slider .slick-dots li {
  display: inline-block;
  margin: 0 2px;
}
.slider .slick-dots li a {
  display: block;
  width: 15px;
  height: 15px;
  font-size: 0;
  line-height: 0;
  text-indent: 999px;
  background-color: #fff;
  border-radius: 50%;
  margin: 0 3px;
}
.slider .slick-dots li.slick-active a {
  background-color: #9a1d2c;
}
#banner .wp {
  margin-top: 220px;
}
.more {
  background: url("/template/pc/skin/img/img_06.jpg") no-repeat right center #333;
  color: #fff;
  line-height: 40px;
  padding: 0 0px 0 30px;
  display: block;
  width: 150px;
  font-size: 16px;
  float: left;
}
.more:hover {
  padding-left: 50px;
  padding-right: 10px;
}
.tit {
  overflow: auto;
}
.tit h1 {
  font-size: 60px;
  color: #e6e6e6;
  text-transform: uppercase;
}
.tit h2 {
  font-size: 30px;
  border-bottom: 5px solid #9a1d2c;
  display: inline-block;
  padding-bottom: 15px;
}
.tit2 {
  overflow: auto;
  line-height: 60px;
  border-bottom: 2px solid #eee;
  margin: 50px auto;
}
.tit2 h1 {
  font-size: 60px;
  color: #e6e6e6;
  float: left;
  text-transform: uppercase
}
.tit2 h2 {
  font-size: 30px;
  float: right;
  display: inline-block;
  padding-bottom: 15px;
}
.about {
  margin: 100px auto;
}
.about .l, .about .r {
  width: 50%;
}
.about .l .con {
  margin: 30px auto;
}
.about .l .con, .about .l .con * {
  font-size: 16px;
  color: #666;
  line-height: 30px;
}
.about .l .con p {
  margin: 15px auto;
}
.about .l .num {
  overflow: auto;
  margin: 50px auto 10px;
}
.about .l .num dl {
  float: left;
  text-align: center;
  margin-right: 40px;
}
.about .l .num dl:last-child {
  margin-right: 0;
}
.about .l .num dl dt {
  font-size: 14px;
}
.about .l .num dl dt i {
  font-size: 30px;
  padding-left: 10px;
  color: #666;
  font-style: normal;
}
.about .l .num dl dd {
  color: #666;
  line-height: 30px;
}
.about .r {
  margin-top: 17px;
  background: url("/template/pc/skin/img/logo2.jpg") no-repeat right top;
}
.about .r .more {
  margin: 450px auto auto 35%;
}
.service {
  background: url("/template/pc/skin/img/service_bg.jpg") no-repeat center top;
  overflow: auto;
}
.service .tit {
  text-align: center;
  margin: 80px auto 50px;
}
.service .tit h1 {
  color: #666;
}
.service .tit h2 {
  color: #fff;
}
.service .con {
  margin-bottom: 80px;
}
.service .con ul li {
  float: left;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  border-top: 2px solid #9a1d2c;
  border-right: 2px solid #9a1d2c;
  color: #fff;
  width: 16%;
  margin-right: 5%;
  margin-bottom: 5%;
  box-sizing: border-box;
}
.service .con ul li span {
  display: flex;
  height: 80px;
  align-items: center;
  font-size: 18px;
  text-align: center;
  width: 100%;
  justify-content: center;
}
.service .con ul li:nth-child(5n) {
  margin-right: 0;
}
.service .con ul li:hover {
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.project {
  background: #eee;
  overflow: auto;
}
.project .tit {
  text-align: center;
  margin: 80px auto 50px;
}
.project .tit h1 {
  color: #ccc;
}
.project .con {
  margin-bottom: 80px;
}
.project .con ul li {
  background: #fff;
  width: 32%;
  margin-right: 2%;
  float: left;
  padding: 10px 10px 0;
  box-sizing: border-box;
  margin-bottom: 20px;
  margin-top: 10px;
}
.project .con ul li:nth-child(3n) {
  margin-right: 0;
}
.project .con ul li .pic {
  border: 1px solid #eee;
  overflow: hidden;
}
.project .con ul li .pic img {
  width: 100%;
}
.project .con ul li span {
  display: flex;
  height: 70px;
  width: 80%;
  align-items: center;
  font-size: 16px;
  text-align: center;
}
.FocusPic {
  zoom: 1;
  position: relative;
  overflow: hidden;
  width: 570px;
  height: 450px;
  border: 1px solid #D2D2D2
}
.FocusPic .content1 {
  overflow: hidden
}
.FocusPic .changeDiv a {
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
.FocusPic .title-bg, .FocusPic .title1 {
  position: absolute;
  left: 0px;
  bottom: 0;
  width: 100%;
  height: 44px;
  line-height: 44px;
  overflow: hidden
}
.FocusPic .title-bg {
  background: #000;
  filter: alpha(opacity=70);
  opacity: 0.7;
}
.FocusPic .title1 a {
  display: block;
  padding-left: 15px;
  color: #fff;
  font-size: 18px;
}
.FocusPic .change {
  bottom: 10px;
  height: 20px;
  right: 3px;
  position: absolute;
  text-align: right;
  z-index: 9999;
}
.FocusPic .change i {
  background: #fff;
  color: #FFF;
  margin-right: 8px;
  height: 10px;
  width: 10px;
  border-radius: 5px;
  display: inline-block;
  display: -moz-inline-stack;
  zoom: 1;
  *display: inline;
  font-size: 0;
  line-height: 25px;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.FocusPic .change i.cur {
  background: #e93a2a;
  width: 35px;
}
.news .tit {
  text-align: center;
  margin: 80px auto 50px;
}
.news .con {
  margin-bottom: 80px;
}
.news .r {
  width: 580px;
}
.news .r dl {
  border-bottom: 1px solid #d2d2d2;
  overflow: auto;
  padding: 5px 0 15px;
}
.news .r dl:first-child {
  border-top: 1px solid #d2d2d2;
}
.news .r dl dt {
  font-size: 32px;
  width: 50px;
  float: left;
  margin-top: 10px;
}
.news .r dl dt p {
  font-size: 12px;
}
.news .r dl dd {
  width: 500px;
  float: right;
}
.news .r dl dd h2 {
  font-size: 18px;
  line-height: 50px;
}
.news .r dl dd span {
  font-size: 14px;
}
.news .r dl:hover dt, .news .r dl:hover dd {
  color: #9a1d2d;
}
.news .r dl:hover dt, .news .r dl:hover dd h2 {
  font-weight: bold;
}
.nbanner {
  background: url("/template/pc/skin/img/nbanner.jpg") no-repeat center center;
  height: 285px;
  position: relative;
  width: 100%;
}
.nbanner .txt1, .nbanner .txt2 {
  font-size: 36px;
  position: absolute;
  color: #fff;
  left: 50%;
}
.nbanner .txt1 {
  top: 80px;
  transform: translateX(-70%);
}
.nbanner .txt2 {
  top: 150px;
  transform: translateX(-10%);
}
.page .l {
  width: 420px;
}
.page .r {
  width: 680px;
	overflow: hidden;
}
.page .r .tit h2 {
  line-height: 50px;
  margin-bottom: 15px;
}
.page .r .con, .page .r .con * {
  font-size: 16px;
  line-height: 24px;
  color: #666;
}
.page .r .con p {
  margin: 15px auto;
}
.service2 .tit {
  text-align: center;
  margin: 80px auto 50px;
}
.service2 .con {
  margin-bottom: 80px;
}
.service2 .con ul li {
  float: left;
  border: 2px solid #9a1d2c;
  width: 16%;
  margin-right: 5%;
  margin-bottom: 5%;
  box-sizing: border-box;
  background: #eee;
}
.service2 .con ul li:nth-child(5n) {
  margin-right: 0;
}
.service2 .con ul li span {
  display: flex;
  height: 80px;
  align-items: center;
  font-size: 18px;
  text-align: center;
  width: 100%;
  justify-content: center;
}
.num2 {
  overflow:hidden;
  margin: 50px auto;
}
.num2 dl {
  float: left;
  text-align: center;
  margin-right: 130px;
}
.num2 dl:last-child {
  margin-right: 0;
}
.num2 dl dt {
  font-size: 48px;
  padding-left: 10px;
  color: #9a1d2d;
}
.num2 dl dt i {
  font-size: 18px;
  font-style: normal;
}
.num2 dl dd {
  color: #aaa;
  line-height: 30px;
  font-size: 24px;
}
.culture {
  margin: 20px auto 100px;
  overflow: auto;
}
.culture img {
  float: left;
  width: 23.5%;
  float: left;
  margin-right: 2%;
}
.culture img:last-child {
  margin-right: 0;
}
.honor {
  overflow: auto;
  margin-bottom: 60px;
}
.honor ul li {
  width: 22%;
  float: left;
  margin-right: 4%;
  margin-bottom: 30px;
  text-align: center;
}
.honor ul li a img {
  width: 100%;
}
.honor ul li a p {
  font-size: 18px;
  line-height: 50px;
}
.honor ul li:nth-child(4n) {
  margin-right: 0;
}
.content.honor img{border: 1px solid #eee;}
.honor .pic{    height: 0;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    display: flex;
    padding: 70% 0;
border: 1px solid #eee;}
.project2 {
  overflow: auto;
  margin-bottom: 70px;
}
.project2 ul li {
  width: 32%;
  margin-right: 2%;
  float: left;
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid #ddd;
  box-sizing: border-box;
  background: #f8f8f8;
}
.project2 ul li:nth-child(3n) {
  margin-right: 0;
}
.project2 ul li .pic {
  margin: 5px;
}
.project2 ul li .pic img {
  width: 100%;
}
.project2 ul li span {
  display: flex;
  height: 70px;
  width: 80%;
  align-items: center;
  font-size: 16px;
  text-align: center;
	justify-content: center;
}
.news2 {
  overflow: hidden;
  margin-bottom: 60px;
}
.news2 dl {
  border: 1px solid #d2d2d2;
  overflow: auto;
  margin: 0 auto 30px;
  position: relative;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news2 dl dt {
  font-size: 36px;
  width: 175px;
  float: left;
  background: url("/template/pc/skin/img/angle.jpg") no-repeat 0 center;
  background-size: auto 100%;
  position: relative;
  padding: 15px 0;
  color: #999;
  padding-left: 30px;
  box-sizing: border-box;
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news2 dl dt p {
  font-size: 16px;
}
.news2 dl dd {
  width: 800px;
  float: left;
}
.news2 dl dd h2 a {
  font-size: 18px;
  line-height: 50px;
}
.news2 dl dd span {
  font-size: 14px;
}
.news2 dl:hover {
  border-color: #9a1d2d;
}
.news2 dl:hover dt, .news2 dl dt.on {
  color: #fff;
  background: url("/template/pc/skin/img/angle2.jpg") no-repeat 0 center;
}
.news2 dl:hover dd h2 a {
  color: #9a1d2d;
  font-weight: bold;
}
.details {
  display: block;
  background: #c8c8c8;
  font-size: 16px;
  color: #fff;
  padding: 0px 15px;
  line-height: 35px;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -ms-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.news2 dl:hover .details {
  background: #9a1d2c;
  color: #fff;
  right: 20px;
}
/* 分页 */
.pages {
  margin: 10px auto;
  text-align: center;
}
.pages a {
  border: 1px solid #ccc;
  padding: 5px 10px;
  line-height: 30px;
  font-size: 16px;
  margin: 5px;
}
.pages a.on, .pages a:hover {
  background: #b51d23;
  border-color: #b51d23;
  color: #fff;
}

.title{margin: 15px auto; text-align: center;}
.title h1{font-size: 30px;line-height: 200%;}
.title .info{font-size: 14px;color: #666;}
.content,.content *{font-size: 16px;line-height: 200%;}

.prenext{margin: 30px auto 80px;overflow: auto; border-bottom: 1px solid #ccc;border-top: 1px solid #ccc;line-height: 50px;}
.prenext .pre,.prenext .next{font-size: 16px;}
.prenext .pre{float: left;}
.prenext .next{float: right;}

.contact {
  overflow: auto;
  margin-bottom: 60px;
}
.contact p {
  font-size: 18px;
  text-align: center;
  line-height: 200%;
}
.contact h1 {
  font-size: 36px;
  color: #9a1d2c;
  text-align: center;
  line-height: 200%;
}
#map img{display: inline;;max-width: unset;}
.gbook {
  width: 80%;
  margin: 50px auto;
  overflow: auto;
}
.gbook dl {
  overflow: auto;
  margin: 15px auto;
}
.gbook dl dd {
  width: 48%;
  float: left;
}
.gbook dl dd:last-child {
  float: right;
}
.gbook dl dd p, .gbook label p {
  font-size: 16px;
  line-height: 40px;
}
.gbook dl dd input {
  border: 1px solid #eee;
  line-height: 45px;
  font-size: 16px;
  width: 100%;
  padding: 0 10px;
  box-sizing: border-box;
}
.gbook label {
  width: 100%;
  display: block;
}
.gbook label textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #eee;
  box-sizing: border-box;
}
.gbook label button {
  width: 300px;
  line-height: 45px;
  text-align: center;
  font-size: 16px;
  color: #fff;
  margin: 30px auto;
  background: #9a1d2c;
  display: block;
}
.foot {
  background: #333;
  overflow: auto;
  padding: 30px 0;
}
.foot .wp {
  background: url("/template/pc/skin/img/logo3.png") no-repeat right center;
  padding: 30px 0;
}
.foot .wp .footnav {
  margin: 10px auto 30px;
}
.foot .wp .footnav a {
  margin-right: 50px;
  font-size: 16px;
  color: #fff;
}
.foot .wp .footnav a:hover {
  color: #9a1d2c;
}
.foot .wp p {
  font-size: 14px;
  line-height: 30px;
  color: #fff;
}
.copyright {
  background: #9a1d2c;
  line-height: 45px;
  color: #fff;
}
.copyright span {
  margin-right: 15px;
}
.copyright span:last-child {
  margin-right: 0;
}
.copyright span a {
  color: #999;
  display: inline-block;
}
.text3-1 a:hover {
  background: #111 -webkit-linear-gradient(left, #111, #fff) 0 0 no-repeat;
  -webkit-background-size: 1em;
  -webkit-background-clip: text;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.3);
  -webkit-animation: slideShine 3s infinite;
}
@-webkit-keyframes slideShine {
  0% {
    background-position:
      -20% 50%;
  }
  100% {
    background-position: 130% 50%;
  }
}<!--8.392333984375E-5-->