@charset "UTF-8";
* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
a,
img {
  margin: 0;
  padding: 0;
  border: none;
}
body {
  background: #fff;
  font-family: "Microsoft YaHei", "Arial", arial;
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
textarea,
input {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #333333;
  font-size: 16px;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  display: block;
}
input[type="checkbox"],
input[type="radio"] {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
select,
input:focus,
textarea:focus {
  outline: none;
}
textarea {
  overflow: auto;
  resize: none;
}
textarea::-webkit-scrollbar {
  width: 4px;
}
textarea::-webkit-scrollbar-button {
  display: none;
}
textarea::-webkit-scrollbar-thumb {
  background: #e60012;
}
select::-ms-expand {
  display: none;
}
article,
aside,
dialog,
footer,
header,
section,
footer,
nav,
figure,
menu {
  display: block;
}
ol,
ul,
li {
  list-style: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 14px;
  color: #333333;
  font-weight: normal;
}
a,
a:link,
a:visited,
a:focus,
a:active,
a:hover {
  font-family: "Microsoft YaHei", "Arial", arial;
  color: #333333;
  font-size: 14px;
  text-decoration: none;
  outline: none;
}
.clearfix{clear: both;}
a:hover {
  color: #e60012;
}
a {
  transition-duration: 0.2s;
  -webkit-transition-duration: 0.2s;
  -moz-transition-duration: 0.2s;
  -ms-transition-duration: 0.2s;
  -o-transition-duration: 0.2s;
}
video,
iframe,
img {
  max-width: 100%;
}
.wrap,
.wrap2 {
  max-width: 1700px;
  width: 95%;
  margin: 0 auto;
}
.wrap:after,
.wrap2:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
@media only screen and (min-width: 1820px) {
  .wrap2 {
    max-width: none;
    width: 100%;
  }
}
.lzpic2 {
  display: none;
}
.picc {
  overflow: hidden;
}
.picc img {
  width: 100%;
  display: block;
}
.picc span {
  display: block;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.row:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.col {
  float: left;
}
.col12 {
  width: 100%;
  float: left;
}
.col1 {
  width: 8.33333333%;
}
.col2 {
  width: 16.66666667%;
}
.col3 {
  width: 25%;
}
.col4 {
  width: 33.33333333%;
}
.col5 {
  width: 41.66666667%;
}
.col6 {
  width: 50%;
}
.col7 {
  width: 58.33333333%;
}
.col8 {
  width: 66.66666667%;
}
.col9 {
  width: 75%;
}
.col10 {
  width: 83.33333333%;
}
.col11 {
  width: 91.66666667%;
}
.l {
  float: left;
}
.r {
  float: right;
}
.hide {
  display: none;
}
.table {
  display: table;
  height: 100%;
  width: 100%;
}
.td {
  display: table-cell;
  vertical-align: middle;
}
.swiper-pagination-bullet,
.swiper-button-prev,
.swiper-button-next {
  outline: none;
}
.nodata {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  text-align: center;
  margin-top: 13%;
  margin-bottom: 13%;
  background: url(../images/nodata.png) center top no-repeat;
  background-size: auto 169px;
  padding-top: 180px;
}
.nodata .title {
  color: #555555;
  font-size: 18px;
  overflow: hidden;
  margin-top: 2%;
  line-height: 26px;
}
.nodata .desc {
  color: #999999;
  font-size: 14px;
  overflow: hidden;
  line-height: 24px;
  margin-top: 5px;
}
@media screen and (max-width: 640px) {
  .nodata {
    background-size: auto 130px;
    padding-top: 140px;
    margin-top: 15%;
    margin-bottom: 15%;
  }
}
.rbtn {
  position: relative;
  display: block;
  text-align: center;
  overflow: hidden;
}
.rbtn:hover::after {
  width: 100%;
}
.rbtn input,
.rbtn span {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  display: block;
  background: none;
}
.rbtn::after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  width: 0;
  height: 100%;
  background: #e60012;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.rbtn.w::after {
  background: #fff;
}
.article {
  line-height: 24px;
  font-size: 16px;
  color: #666;
}
.main-filter {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 100;
  display: none;
  background: url(../images/mainfilter.png);
}
.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-top: 106px;
}
@keyframes headline1 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 10px;
  }
}
@-o-keyframes headline1 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 10px;
  }
}
@-moz-keyframes headline1 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 10px;
  }
}
@-webkit-keyframes headline1 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 10px;
  }
}
@keyframes headline2 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 10px;
  }
}
@-o-keyframes headline2 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 15px;
  }
}
@-moz-keyframes headline2 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 15px;
  }
}
@-webkit-keyframes headline2 {
  0% {
    width: 0px;
  }
  50% {
    width: 25px;
  }
  100% {
    width: 15px;
  }
}
.wrapb{
	max-width: 1400px;
	width: 80%;
margin: 0 auto;
}

.header .search-box {
  float: left;
  position: relative;
}
.header .search-box .search-btn {
  width: 34px;
  height: 34px;
  background: url(../images/2019071116400286284.png) no-repeat center;
  cursor: pointer;
  background-size: 70%;
}
.header .search-box .search-bar {
  width: 40rem;
  height: 40px;
  position: absolute;
  right: 20px;
  top: 4px;
  z-index: 95;
  display: none;
}
.header .search-box .search-bar .close {
  width: 16px;
  height: 16px;
  margin-top: 7px;
  display: inline-block;
  margin-left: 15px;
  background: url(../images/close.png) no-repeat center;
  background-size: 100% 100%;
  cursor: pointer;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.header .search-box .search-bar .close:hover {
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.header .search-box .search-bar .btn {
  width: 5rem;
  height: 30px;
  float: left;
  background: url(../images/search.png) no-repeat center;
}
.header .search-box .search-bar .btn input {
  width: 100%;
  height: 100%;
  border-radius: 0 15px 15px 0;
  cursor: pointer;
  background-color: red;
  color: #fff;
}
.header .search-box .search-bar .inpu {
  width: 30rem;
}
.header .search-box .search-bar .inpu input {
  width: 100%;
  height: 30px;
  border-radius: 15px 0 0 15px;
  line-height: 30px;
  padding: 0 10px;
  font-size: 16px;
  color: #666;
  background: #eee;
}
.header .search-box .search-bar .inpu input::-webkit-input-placeholder {
  color: #cccccc;
}
.header .search-box .search-bar .inpu input:-moz-placeholder {
  color: #cccccc;
}
.header .search-box .search-bar .inpu input::-moz-placeholder {
  color: #cccccc;
}
.header .search-box .search-bar .inpu input:-ms-input-placeholder {
  color: #cccccc;
}

.footer {
  background: #f2f2f2;
  padding-top: 74px;
}

.footer .link-list {
  width: 78.20833333%;
  float: left;
}
.footer .link-list .list {
  width: 20%;
  float: left;
}
.footer .link-list .tit {
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.footer .link-list ul {
  margin-top: 38px;
}
.footer .link-list li {
  line-height: 20px;
  margin-bottom: 16px;
}
.footer .link-list li a {
  color: #595757;
  font-size: 16px;
}
.footer .link-list li a:hover {
  color: #333;
}
.footer .right {
  float: right;
  text-align: right;
}
.footer .tel {
  display: inline-block;
}
.footer .address {
  text-align: right;
  line-height: 20px;
  color: #777777;
  margin: 28px 0 22px 0;
}
.footer .address p {
  margin-bottom: 6px;
}
.footer .friendship {
  color: #777;
  text-align: left;
  display: inline-block;
}
.footer .friendship:after {
  content: "";
  height: 0;
  display: block;
  clear: both;
}
.footer .friendship .txt {
  min-width: 90px;
  height: 38px;
  line-height: 38px;
  padding: 0 10px;
  background: #333;
  text-align: center;
  float: left;
}
.footer .friendship .list {
  float: left;
  position: relative;
}
.footer .friendship .tit {
  min-width: 200px;
  height: 38px;
  line-height: 36px;
  border: solid 1px #333;
  padding: 0 30px 0 14px;
  cursor: pointer;
  background: url(../images/arrow3.png) no-repeat right 14px center;
}
.footer .friendship .tit.on {
  background-image: url(../images/arrow4.png);
}
.footer .friendship ul {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 38px;
  z-index: 2;
  background: #333;
  overflow: auto;
  max-height: 300px;
  display: none;
}
.footer .friendship ul::-webkit-scrollbar {
  width: 4px;
}
.footer .friendship ul::-webkit-scrollbar-button {
  display: none;
}
.footer .friendship ul::-webkit-scrollbar-thumb {
  background: #000;
}
.footer .friendship ul li {
  border-top: solid 1px #222;
}
.footer .friendship ul li a {
  display: block;
  line-height: 20px;
  color: #222;
  padding: 6px 10px;
  color: #777;
}
.footer .friendship ul li a:hover {
  color: #fff;
}
.footer .bottom {
  border-top: solid 1px #e2e2e2;
  padding: 20px 0px 0px 0px;
  line-height: 24px;
  margin-top: 20px;
}

footer .footer-other-link {
	margin: 30px 0;
}

footer .footer-other-link ul {
	text-align: center;
}

footer .footer-other-link ul li {
	text-align: center;
	display: inline-block;
	margin: 5px 8px;
}
footer .footer-other-link {
		margin: 0;
		float: left;
	}

	footer .footer-other-link ul {
		text-align: left;
		margin: 0;
	}

	footer .footer-other-link ul li {
		margin: 0;
		margin-right: 20px;
	}

	footer .footer-other-link ul li a {
		color: #5a5858;
		font-size: 16px;
	}

.footer .bottom .copy {
  color: #777;
  text-align: center;
}
.footer .bottom .copy a {
  color: #777;
}
.footer .bottom .support {
  float: left;
  color: #444;
  margin-left: 16px;
}
.footer .bottom .support a {
  color: #444;
}
.footer .bottom .support a:hover {
  color: #fff;
}
.footer .bottom .social-share {
  float: right;
}
.footer .bottom .social-share a {
  width: 30px;
  height: 30px;
  float: left;
  position: relative;
  margin: 0 0 0 10px;
  background: no-repeat center;
  background-size: 100% 100%;
}
.footer .bottom .social-share a:hover {
  -webkit-filter: brightness(120%);
  -moz-filter: brightness(120%);
  -ms-filter: brightness(120%);
  -o-filter: brightness(120%);
  filter: brightness(120%);
}
.footer .bottom .social-share .icon-qq {
  background-image: url(../images/share1.png);
}
.footer .bottom .social-share .icon-wechat {
  background-image: url(../images/share2.png);
}
.footer .bottom .social-share .icon-weibo {
  background-image: url(../images/share3.png);
}

.footer-right{
	right: 0;
}
.footer-right li{
	float: left;
	margin-left:24px;
	width: 28px;
	height:28px;
	cursor: pointer;
	overflow: hidden;
}
.footer-right li>img{
	width: 100%;
	max-height: none;
	transform: translateY(-32px);
	transition: all .5s;
}
.footer-right li:hover>img{
	width: 100%;max-height: none;transform: translateY(0);transition: all .5s;
}
.footer-right li .qrcode{
	display: none;
	width: 92px;
	height: 92px;
	position: absolute;
	background: #e60012;
	padding:3px;
	border-radius: 4px;
	transform: translate(-39%,-180%);
	z-index: 10;
}
.footer-right li:hover .qrcode{
	display: block;
}
.footer-right li .qrcode:after{
	content: '';
	border-top:6px solid #e60012;
	border-right: 6px solid transparent;
	border-left: 6px solid transparent;
	border-bottom: 3px solid transparent;
	position: absolute;
	left: 43px;
	bottom:-9px;
	padding:0;
	z-index: 11;
}
.footer-right li span{
	display: block;
	color: #e60012;
	font-size: 13px;
	margin-top:5px;
}



.btn-go-top {
	position: fixed;
	right: 0;
	bottom: 24px;
	width: 40px;
	height: 40px;
	line-height: 40px;
	background-color: #7c7c7c;
	color: #fff;
	text-align: center;
	text-decoration: none;
	z-index: 81;
	opacity: 0.7;
}

.btn-go-top .iconfont {
	font-size: 44px;
	color: #fff;
}

.btn-go-top:hover {
	background-color: #888888;
	opacity: 1;
}

.popup-icon {
	position: fixed;
	bottom: 67px;
	right: 0;
	width: 40px;
	height: 40px;
	line-height: 40px;
	cursor: pointer;
	z-index: 81;
	text-align: center;
	background: #e60012;
	margin-bottom: 0px;
}

.popup-icon img {
	max-width: 100%;
}

.popup-icon .iconfont {
	color: #fff;
	font-size: 28px;
	font-weight: bold;
}

.popup-icon:hover {
	background: #b0000d;
}


.icon-wechat .wechat-qrcode {
  display: none;
  border: 1px solid #eee;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  z-index: 9;
  width: 140px;
  color: #666;
  font-size: 12px;
  text-align: center;
  background-color: #fff;
  transition: all 200ms;
  -webkit-tansition: all 350ms;
  -moz-transition: all 350ms;
}
.icon-wechat .wechat-qrcode.bottom {
  top: 40px;
  left: -84px;
}
.icon-wechat .wechat-qrcode.bottom:after {
  display: none;
}
.icon-wechat .wechat-qrcode h4 {
  font-weight: normal;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  background-color: #f3f3f3;
  margin: 0;
  padding: 0;
  color: #777777;
}
.icon-wechat .wechat-qrcode .qrcode {
  width: 100px;
  margin: 10px auto;
}
.icon-wechat .wechat-qrcode .qrcode table {
  margin: 0 !important;
}
.icon-wechat .wechat-qrcode .help {
  display: none;
}
.icon-wechat .wechat-qrcode:after {
  content: '';
  position: absolute;
  left: 50%;
  margin-left: -6px;
  bottom: -13px;
  width: 0;
  height: 0;
  border-width: 8px 6px 6px 6px;
  border-style: solid;
  border-color: #fff transparent transparent transparent;
  display: none;
}
.icon-wechat:hover .wechat-qrcode {
  display: block;
}
.banner .swiper-pagination {
  bottom: 24px;
}
.banner .swiper-pagination-bullet {
  width: 100px;
  height: 5px;
  margin: 0 9px;
  background: none;
  opacity: 1;
  border-radius: 0%;
  border: 1px solid #fff;
}
.banner .swiper-pagination-bullet-active {
  background: #fff;
}
@keyframes dtline1 {
  0% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-o-keyframes dtline1 {
  0% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-moz-keyframes dtline1 {
  0% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-webkit-keyframes dtline1 {
  0% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@keyframes dtline2 {
  0% {
    height: 12px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-o-keyframes dtline2 {
  0% {
    height: 12px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-moz-keyframes dtline2 {
  0% {
    height: 12px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-webkit-keyframes dtline2 {
  0% {
    height: 12px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@keyframes dtline3 {
  0% {
    height: 8px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-o-keyframes dtline3 {
  0% {
    height: 8px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-moz-keyframes dtline3 {
  0% {
    height: 8px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
@-webkit-keyframes dtline3 {
  0% {
    height: 8px;
  }
  50% {
    height: 16px;
  }
  100% {
    height: 0;
  }
}
.dtline span {
  width: 2px;
  height: 16px;
  background: #fff;
  margin-right: 4px;
  display: inline-block;
  vertical-align: bottom;
}
.dtline span:nth-child(1) {
  height: 16px;
}
.dtline span:nth-child(2) {
  height: 12px;
}
.dtline span:nth-child(3) {
  height: 8px;
}
.dtline.dh span:nth-child(1) {
  animation: dtline1 .5s infinite alternate;
  -moz-animation: dtline1 .5s infinite alternate;
  -webkit-animation: dtline1 .5s infinite alternate;
  -o-animation: dtline1 .5s infinite alternate;
  animation-fill-mode: forwards;
}
.dtline.dh span:nth-child(2) {
  animation: dtline2 .6s infinite alternate;
  -moz-animation: dtline2 .6s infinite alternate;
  -webkit-animation: dtline2 .6s infinite alternate;
  -o-animation: dtline2 .6s infinite alternate;
  animation-fill-mode: forwards;
}
.dtline.dh span:nth-child(3) {
  animation: dtline3 .7s infinite alternate;
  -moz-animation: dtline3 .7s infinite alternate;
  -webkit-animation: dtline3 .7s infinite alternate;
  -o-animation: dtline3 .7s infinite alternate;
  animation-fill-mode: forwards;
}
.main .pctitle {
  text-align: center;
}
.main .pctitle .title {
  font-size: 36px;
  font-weight: bold;
  color: #000;
}
.main .pctitle .title span {
  position: relative;
  display: inline-block;
}
/* .main .pctitle .title span::before,
.main .pctitle .title span::after {
  content: " ";
  position: absolute;
  z-index: 2;
  background: no-repeat;
  background-size: 100% auto;
}
.main .pctitle .title span::before {
  width: 99px;
  height: 29px;
  background-image: url(../images/main_title_icon1.png);
  left: -36px;
  bottom: -18px;
}
.main .pctitle .title span::after {
  width: 97px;
  height: 28px;
  background-image: url(../images/main_title_icon2.png);
  right: -28px;
  top: -18px;
} */
.main .pctitle .slogan {
  font-size: 16px;
  color: #444;
  margin-top: 18px;
}
.main .profession {
  padding: 80px 0 60px 0;
}
.main .profession ul {
  margin: 70px -11px 0 -11px;
}
.main .profession ul li {
  width: 25%;
  float: left;
  padding: 0 11px;
  margin-bottom: 22px;
}
.main .profession ul li .picc > img{opacity: .4; filter: alpha(opacity=40);}
.main .profession ul li a:hover .picc > img{
	  opacity: 1;
	  filter: alpha(opacity=80);
	  transform: scale(1.1, 1.1);
	  -webkit-transform: scale(1.1, 1.1);
	  -ms-transform: scale(1.1, 1.1);
	  -o-transform: scale(1.1, 1.1);
	  -moz-transform: scale(1.1, 1.1);
}
.main .profession ul li .picc img{
	width: 100%;
	display: block;
	  transition-duration: 0.8s;
	  -webkit-transition-duration: 0.8s;
	  -moz-transition-duration: 0.8s;
	  -ms-transition-duration: 0.8s;
	  -o-transition-duration: 0.8s;
}
.main .profession ul li a {
  display: block;
  position: relative;
  background-color: #000;
  text-align: center;
  overflow: hidden;
}
.main .profession ul li a:hover .picc span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .profession ul li a:hover .dtline span:nth-child(1) {
  animation: dtline1 .5s infinite alternate;
  -moz-animation: dtline1 .5s infinite alternate;
  -webkit-animation: dtline1 .5s infinite alternate;
  -o-animation: dtline1 .5s infinite alternate;
  animation-fill-mode: forwards;
}
.main .profession ul li a:hover .dtline span:nth-child(2) {
  animation: dtline2 .6s infinite alternate;
  -moz-animation: dtline2 .6s infinite alternate;
  -webkit-animation: dtline2 .6s infinite alternate;
  -o-animation: dtline2 .6s infinite alternate;
  animation-fill-mode: forwards;
}
.main .profession ul li a:hover .dtline span:nth-child(3) {
  animation: dtline3 .7s infinite alternate;
  -moz-animation: dtline3 .7s infinite alternate;
  -webkit-animation: dtline3 .7s infinite alternate;
  -o-animation: dtline3 .7s infinite alternate;
  animation-fill-mode: forwards;
}
.main .profession ul li .text {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  padding: 200px 80px;
  text-align: center;
}
.main .profession ul li .icon {
  height: 42px;
  line-height: 42px;
}
.main .profession ul li .icon img {
  display: inline-block;
  vertical-align: middle;
  max-height: 100%;
}
.main .profession ul li .txt {
  font-size: 20px;
  color: #fff;
  margin: 16px 0;
}
.main .about .content {
  background: #f8f8f8;
  position: relative;
  overflow: hidden;
}
.main .about .pic {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  cursor: pointer;
  overflow: hidden;
}
.main .about .pic:hover span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
/* .main .about .pic::after {
  content: " ";
  width: 71px;
  height: 69px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 20;
  background: url(../images/video.png) no-repeat;
  background-size: 100% auto;
} */
.main .about .pic span {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .about .pic img {
  width: 100%;
 /* display: none; */
}
.main .about .cont {
  width: 50%;
  float: right;
  padding: 70px 64px;
}
.main .about .pctitle {
  text-align: left;
}
.main .about .pctitle .entit {
  line-height: 60px;
  font-weight: bold;
  font-size: 60px;
  opacity: .1;
  text-transform: uppercase;
}
.main .about .pctitle .slogan {
  margin-top: 2px;
}
.main .about .text {
  line-height: 26px;
  font-size: 16px;
  color: #666;
  margin: 30px 0 60px 0;
}
.main .about ul {
  overflow: hidden;
  text-align: center;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.main .about ul li {
  width: 25%\9;
  float: left;
  font-size: 16px;
}
.main .about ul li:nth-child(4n+1) {
  clear: left;
}
.main .about ul li:hover i {
  transform: rotate(20deg);
  -webkit-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
}
.main .about ul li img {
  width: 100%;
  display: block;
}
.main .about ul li i {
  width: 104px;
  margin: 0 auto 14px auto;
  display: block;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .about .more {
  margin-top: 64px;
}
.main .about .more a {
  height: 20px;
  line-height: 20px;
  float: left;
  background: url(../images/arrow5.png) no-repeat right center;
  padding-right: 20px;
  font-size: 16px;
  color: #e60012;
}
.main .about .more a:hover span {
  width: 50px;
}
.main .about .more span {
  width: 0;
  overflow: hidden;
  float: left;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .production {
  padding: 80px 0;
}
.main .production img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.main .production a {
  display: block;
  position: relative;
  background: #000;
  text-align: center;
  overflow: hidden;
}
.main .production a > img {
  opacity: .4;
  filter: alpha(opacity=40);
}
.main .production a:hover > img {
  opacity: .8;
  filter: alpha(opacity=80);
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .production a:hover .dtline span:nth-child(1) {
  animation: dtline1 .5s infinite alternate;
  -moz-animation: dtline1 .5s infinite alternate;
  -webkit-animation: dtline1 .5s infinite alternate;
  -o-animation: dtline1 .5s infinite alternate;
  animation-fill-mode: forwards;
}
.main .production a:hover .dtline span:nth-child(2) {
  animation: dtline2 .6s infinite alternate;
  -moz-animation: dtline2 .6s infinite alternate;
  -webkit-animation: dtline2 .6s infinite alternate;
  -o-animation: dtline2 .6s infinite alternate;
  animation-fill-mode: forwards;
}
.main .production a:hover .dtline span:nth-child(3) {
  animation: dtline3 .7s infinite alternate;
  -moz-animation: dtline3 .7s infinite alternate;
  -webkit-animation: dtline3 .7s infinite alternate;
  -o-animation: dtline3 .7s infinite alternate;
  animation-fill-mode: forwards;
}
.main .production .text.table {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  z-index: 5;
  display: block;
  transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
}
.main .production .text.table .td {
  width: 100%;
  display: block;
}
.main .production .text.table .icon {
  width: 81px;
  margin: 0 auto;
}
.main .production .text.table .txt {
  font-size: 30px;
  color: #fff;
  margin: 22px 0;
}
/* .main .news {
  padding: 12px 0 60px 0;
}
.main .news .content {
  margin-top: 54px;
}
.main .news .swiper-container {
  padding-bottom: 96px;
}
.main .news .swiper-slide a {
  display: block;
}

.main .news .swiper-slide a:hover .picc span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.main .news .swiper-slide a:hover .tit {
  color: #e60012;
}
.main .news .swiper-slide .date {
  display: inline-block;
  border-radius: 4px;
  background: #f0e0e1;
  padding: 0 16px;
  color: #e60012;
  line-height: 36px;
  margin: 38px 0 16px 0;
}
.main .news .swiper-slide .tit,
.main .news .swiper-slide .txt {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.main .news .swiper-slide .tit {
  font-size: 16px;
  font-weight: bold;
}
.main .news .swiper-slide .txt {
  color: #888;
}
.main .news .swiper-pagination {
  bottom: 0;
}
.main .news .swiper-pagination-bullet {
  width: 16px;
  height: 4px;
  margin: 0 5px;
  background: #999;
  opacity: 1;
  border-radius: 0;
}
.main .news .swiper-pagination-bullet-active {
  background: #e60012;
} */
/* news */
.content-box {
	text-align: center;
	position: relative;
}
.container-custom {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.content-box h2 {
	color: #333;
	text-align: center;
	position: relative;
	padding: 0;
	padding-bottom: 8px;
	display: inline-block;
	margin: 0;
	float: none !important;
	max-width: 80%;
}

.content-box h2:after {
	content: '';
	width: 30%;
	height: 2px;
	background-color: #c7000b;
	position: absolute;
	left: 50%;
	margin-left: -15%;
	bottom: 0;
	min-width: 35px;
}
.content-box h2:after {
    margin-left:0;
    transform: translateX(-50%);
}
.row{margin-left:-15px;margin-right:-15px;}
.col-item {
	position: relative;
	margin-bottom: 30px;
}

.col-item a {
	display: block;
	overflow: hidden;
}

.col-item .imgbox {
	overflow: hidden;
	position: relative;
}

@media (min-width:1920px) {
	.col-item .imgbox {
		height: 280px;
	}
}

@media (max-width:1920px) {
	.col-item .imgbox {
		height: 280px;
	}
}

@media (max-width:1680px) {
	.col-item .imgbox {
		height: 240px;
	}
}

@media (max-width:1440px) {
	.col-item .imgbox {
		height: 220px;
	}
}

@media (max-width:1366px) {
	.col-item .imgbox {
		height: 200px;
	}
}

@media (max-width:1200px) {
	.col-item .imgbox {
		height: 180px;
	}
}

@media (max-width:992px) {
	.col-item .imgbox {
		height: 180px;
	}
}

.col-item .imgbox img {
	float: none;
	height: auto;
	width: 100%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	left: 0;
}

.col-item .imgbox img,.index-service .col-item .imgbox img,.content-list-box .c-box .imgbox img,.content-list-box-other .c-box .imgbox img,.tab-content .type1 a .imgbox img,.tab-content .type2 a .imgbox img,.tab-content .type3 a .imgbox img {
	float: none;
	height: auto;
	width: 100%;
	position: absolute;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	top: 50%;
	left: 0;
}
.col-item .photo {
	width: 100%;
	display: block;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
}
@media (max-width:1200px) {
	.col-item .imgbox img,.index-service .col-item .imgbox img,.content-list-box .c-box .imgbox img,.content-list-box-other .c-box .imgbox img,.tab-content .type1 a .imgbox img,.tab-content .type2 a .imgbox img,.tab-content .type3 a .imgbox img {
		height: 100%;
		object-fit: cover;
		object-position: 50% 50%;
	}

	ie11 .col-item .imgbox img,ie11 .index-service .col-item .imgbox img,ie11 .content-list-box .c-box .imgbox img,ie11 .content-list-box-other .c-box .imgbox img,ie11 .tab-content .type1 a .imgbox img,ie11 .tab-content .type2 a .imgbox img,ie11 .tab-content .type3 a .imgbox img,ie10 .col-item .imgbox img,ie10 .index-service .col-item .imgbox img,ie10 .content-list-box .c-box .imgbox img,ie10 .content-list-box-other .c-box .imgbox img,ie10 .tab-content .type1 a .imgbox img,ie10 .tab-content .type2 a .imgbox img,ie10 .tab-content .type3 a .imgbox img,ie10 .col-item .imgbox img,ie10 .index-service .col-item .imgbox img,ie10 .content-list-box .c-box .imgbox img,ie10 .content-list-box-other .c-box .imgbox img,ie10 .tab-content .type1 a .imgbox img,ie10 .tab-content .type2 a .imgbox img,ie10 .tab-content .type3 a .imgbox img,ie9 .col-item .imgbox img,ie9 .index-service .col-item .imgbox img,ie9 .content-list-box .c-box .imgbox img,ie9 .content-list-box-other .c-box .imgbox img,ie9 .tab-content .type1 a .imgbox img,ie9 .tab-content .type2 a .imgbox img,ie9 .tab-content .type3 a .imgbox img,ie8 .col-item .imgbox img,ie8 .index-service .col-item .imgbox img,ie8 .content-list-box .c-box .imgbox img,ie8 .content-list-box-other .c-box .imgbox img,ie8 .tab-content .type1 a .imgbox img,ie8 .tab-content .type2 a .imgbox img,ie8 .tab-content .type3 a .imgbox img {
		height: auto;
	}
}
.col-item.type2 .type {
	background: url(../images/type2.png);
}
.col-item .type {
	top: 0;
	left: 15px;
	position: absolute;
	padding: 7px 20px;
	text-align: center;
	max-width: 90%;
	z-index: 8;
}

.col-item .type span {
	color: #fff;
	font-size: 13px;
	display: block;
	width: 100%;
	height: 100%;
}
.col-item .textbox{padding-top: 25px;}
.col-item .textbox {
	background: #f8f8f8;
	text-align: left;
	padding: 32px 28px 36px 28px;
}
.col-item .textbox .overtext{height: 9.6rem; overflow: hidden;}
.col-item .textbox .overtext .title {
	height: auto;
	display: block;
}
.col-item .textbox .title {
	font-weight: bold;
	font-size: 18px;
	line-height: 1.625em;
	height: 62px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	margin-bottom: 10px;
}
.index-service .col-item .textbox .info {
	height: 26px;
}

.col-item .textbox .info .address {
	display: inline-block;
	margin-right: 18px;
}

.col-item .textbox .info .address span {
	margin-top: -3px;
	display: inline-block;
	font-weight: bold;
}

.col-item .textbox .info .time {
	display: inline-block;
}

.col-item .textbox .info .time span {
	margin-top: -3px;
	display: inline-block;
	font-weight: normal;
}

.col-item .textbox .info span {
	vertical-align: middle;
	margin-right: 6px;
	font-family: "myiconfont" !important;
}

.col-item .textbox .text {
	font-size: 14px;
	line-height: 30px;
	color: #666;
	clear: both;
	height: 60px;
}

.col-item .textbox .reg-more {
	font-size: 0.875em;
	color: #666;
	display: inline-block;
	height: 16px;
	line-height: 16px;
	margin-top: 20px;
}

.col-item .textbox .reg-more span {
	float: left;
}

.col-item .textbox .reg-more .iconfont {
	color: #c7000b;
	font-weight: bold;
	float: left;
	margin-left: 4px;
	-webkit-transition: all 0.2s;
	transition: all 0.2s;
	font-size: 16px;
}

.col-item .textbox .reg-more:hover .iconfont {
	-webkit-transform: translate3d(4px,0,0);
	transform: translate3d(4px,0,0);
}
.news-item {
	overflow: hidden;
	position: relative;
	text-align: left;
}
.news-item {
	overflow: hidden;
	position: relative;
	text-align: left;
}

.news-item .list-box {
	width: 100%;
	background: #f8f8f8;
	padding: 20px 20px 0 28px;
}

.news-item #wrapper:before {
	content: "";
	height: 80px;
	right: 15px;
	position: absolute;
	bottom: 0;
	background: linear-gradient(rgba(248,248,248,0) 0%,rgba(248,248,248,1) 80%);
	left: 15px;
}

.news-item #wrapper::after {
	content: "";
	height: 32px;
	right: 15px;
	position: absolute;
	top: 0;
	background: linear-gradient(rgba(248,248,248,1) 0%,rgba(248,248,248,1) 80%);
	left: 15px;
}

.news-item #wrapper.ended:before {
	display: none !important;
}
@media (max-width:1200px) {
	.news-item .list-box {
		padding: 20px 15px 0 15px;
	}
}

@media (max-width:992px) {
	.news-item .list-box {
		padding: 20px 15px 10px 15px;
	}

	.news-item #wrapper:before {
		display: none;
	}
}

.news-item a {
	margin: 7% 0;
}

.news-item a h4 {
	font-size: 16px;
	font-weight: bold;
	line-height: 28px;
}
.main .btn-group{margin-top: 20px;}
.btn-rect {
	padding: 0 30px;
	min-width: 140px;
	height: 32px !important;
	line-height: 30px !important;
	text-align: center;
	border: 1px solid #111;
	display: inline-block;
	color: #111;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 0.875em;
}
@media (max-width:767px) {
	.news-item a h4 {
		font-size: 1.1em;
	}
}

.news-item a .time {
	font-size: 0.875em;
	color: #666;
}

.news-item a:hover h4 {
	color: #c7000b;
}

.news-item a:hover .time {
	color: #c7000b;
}
.col-md-4{min-height: 1px; padding-left: 15px; padding-right: 15px;}

.col-item.news-item .type {
	background: url(../images/type2.png);
}
.col-item .type {
	top: 0;
	left: 15px;
	position: absolute;
	padding: 7px 20px;
	text-align: center;
	max-width: 90%;
	z-index: 8;
}

.col-item .type span {
	color: #fff;
	font-size: 13px;
	display: block;
	width: 100%;
	height: 100%;
}


@media (min-width:992px) {
	.mb70 {
		margin-bottom: 70px !important;
	}
	.container-custom {
		width: 85.652%;
		max-width: 1430.016px;
	}
	.col-md-4{width: 33.333333333%; float: left;}
	.btn-rect {
		min-width: 170px;
		height: 40px !important;
		line-height: 38px !important;
	}
	
	.btn-rect:hover {
		border-color: #c7000b;
		background-color: #c7000b;
		color: #fff;
	}
	.container {
		width: 100%;
	}
}

.main .maintain {
  background: url(../images/maintain_bg.jpg) no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
  padding: 90px 0 100px 0;
}
.main .maintain .wrap {
  max-width: 1310px;
}
.main .maintain .pctitle .title,
.main .maintain .pctitle .slogan {
  color: #fff;
  font-weight: normal;
}
.main .maintain .content {
  margin: 60px -5px 0 -5px;
  overflow: hidden;
}
.main .maintain .content .col {
  padding: 5px;
}
.main .maintain .content textarea,
.main .maintain .content input[type="text"] {
  width: 100%;
  border: solid 1px #e7e6e5;
  background: rgba(255, 255, 255, 0.9);
  color: #333;
  line-height: 22px;
  padding: 18px 28px;
}
.main .maintain .content textarea::-webkit-input-placeholder,
.main .maintain .content input[type="text"]::-webkit-input-placeholder {
  color: #999999;
  font-size: 16px;
}
.main .maintain .content textarea:-moz-placeholder,
.main .maintain .content input[type="text"]:-moz-placeholder {
  color: #999999;
}
.main .maintain .content textarea::-moz-placeholder,
.main .maintain .content input[type="text"]::-moz-placeholder {
  color: #999999;
}
.main .maintain .content textarea:-ms-input-placeholder,
.main .maintain .content input[type="text"]:-ms-input-placeholder {
  color: #999999;
}
.main .maintain .content .rbtn {
  background: #e60012;
}
.main .maintain .content .rbtn::after {
  background: #e60012;
}
.main .maintain .content .rbtn input[type="button"],
.main .maintain .content .rbtn input[type="submit"],
.main .maintain .content .rbtn button,
.main .maintain .content .rbtn a {
  width: 100%;
  line-height: 22px;
  padding: 19px 0px;
  font-size: 14px;
  color: #fff;
  text-align: center;
  cursor: pointer;
  display: block;
}
.container .banner .lzpic1,
.container .banner .lzpic2 {
  height: 400px;
  background: no-repeat center;
  background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}
.column-menu {
  border-bottom: solid 1px #eeeeee;
  position: relative;
}
.column-menu .menu {
  float: right;
}
.column-menu .menu .btn {
  display: none;
}
.column-menu .menu li {
  margin-left: 48px;
  float: left;
}
.column-menu .menu li:first-child {
  margin-left: 0;
}
.column-menu .menu li.on a {
  color: #e60012;
  border-bottom: solid 2px #e60012;
}
.column-menu .menu li a {
  height: 68px;
  line-height: 68px;
  display: block;
  font-size: 18px;
}
.column-menu .menu li a:hover {
  color: #e60012;
}
.column-menu .crumbs {
  float: left;
  height: 68px;
  line-height: 68px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  font-size: 14px;
  color: #999;
  padding-left: 24px;
  background: url(../images/crumbs.png) no-repeat 0 center;
}
.column-menu .crumbs a {
  color: #999;
}
.column-menu .crumbs a:hover {
  color: #e60012;
}
.paging {
  text-align: center;
  padding: 30px 0px;
}
.paging ul {
  display: inline-block;
}
.paging li {
  float: none;
  margin: 0 8px;
  float: left;
}
.paging li a {
  display: block;
  width: 68px;
  height: 62px;
  line-height: 62px;
  background-color: #eee;
  font-family: "Arial", arial;
  color: #999;
}
.paging li.on a,
.paging li a:hover {
  background-color: #e60012;
  color: #fff;
}
.paging li.prev a,
.paging li.next a {
  width: 76px;
  background: no-repeat center #eeeeee;
}
.paging li.prev a {
  background-image: url(../images/arrow6.png);
}
.paging li.prev a:hover {
  background-image: url(../images/arrow8.png);
  background-color: #e60012;
}
.paging li.next a {
  background-image: url(../images/arrow7.png);
}
.paging li.next a:hover {
  background-image: url(../images/arrow9.png);
  background-color: #e60012;
}
.prevnext {
  overflow: hidden;
}
.prevnext .prev,
.prevnext .next,
.prevnext .return {
  height: 24px;
  line-height: 24px;
  color: #555;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
}
.prevnext .prev a,
.prevnext .next a,
.prevnext .return a {
  color: #555;
}
.prevnext .prev a:hover,
.prevnext .next a:hover,
.prevnext .return a:hover {
  color: #e60012;
}
.prevnext .prev,
.prevnext .next {
  width: 280px;
  float: left;
}
.prevnext .next {
  margin-left: 34px;
}
.prevnext .return {
  float: right;
}
.prevnext .return a {
  padding-left: 36px;
  background: url(../images/return1.png) no-repeat 0 center;
}
.prevnext .return a:hover {
  background-image: url(../images/return2.png);
}
.gray {
  background: #f8f8f8;
}
.about-page .introduction {
  overflow: hidden;
  margin: 54px 0 45px 0;
}
.about-page .introduction .content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about-page .introduction .cont {
  width: 41.17647059%;
  float: left;
  margin-bottom: 30px;
}
.about-page .introduction .pic {
  width: 50%;
  float: right;
}
.about-page .introduction img {
/*  width: 100%; */
 /* display: block; */
}
.about-page .introduction .entit {
  line-height: 60px;
  font-size: 36px;
  font-weight: bold;
  text-transform: uppercase;
}
.about-page .introduction .title {
  font-size: 24px;
  font-weight: bold;
  color: #e60012;
  margin: 20px 0 60px 0;
}
.about-page .introduction .text {
  line-height: 26px;
  font-size: 16px;
  color: #666;
}
.about-page .features {
  margin: 45px 0 120px 0;
}
.about-page .features ul {
  overflow: hidden;
  margin: 0 -4px;
}
.about-page .features li {
  width: 25%;
  float: left;
  padding: 4px;
  text-align: center;
}
.about-page .features li:nth-child(4n+1) {
  clear: left;
}
.about-page .features li .box {
  border-radius: 4px;
  background: #f8f8f8;
  padding: 60px 30px;
}
.about-page .features li img {
  width: 100%;
  display: block;
}
.about-page .features li .icon {
  width: 69px;
  margin: 0 auto;
}
.about-page .features li .tit {
  font-size: 18px;
  font-weight: bold;
  margin: 20px 0 40px 0;
}
.about-page .features li .txt {
  line-height: 26px;
  font-size: 16px;
  color: #666;
}
.about-page .team,
.about-page .honor {
  padding: 80px 0;
}
.about-page .team .title,
.about-page .honor .title {
  text-align: center;
  font-size: 24px;
}
.about-page .team .paging,
.about-page .honor .paging {
  margin-top: 30px;
}
.honor-list {
  margin-top: 42px;
}
.honor-list ul {
  overflow: hidden;
  border-top: solid 1px #e2e2e2;
  border-left: solid 1px #e2e2e2;
}
.honor-list li {
  width: 20%;
  float: left;
  border-bottom: solid 1px #e2e2e2;
  border-right: solid 1px #e2e2e2;
  text-align: center;
  padding-top: 22px;
}
.honor-list li:nth-child(5n+1) {
  clear: left;
}
.honor-list li a {
  display: block;
}
.honor-list li a:hover .txt {
  color: #e60012;
  border-bottom: solid 3px #e60012;
}
.honor-list li .pic {
  height: 185px;
}
.honor-list li img {
  max-height: 100%;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.honor-list li .txt {
  height: 62px;
  line-height: 62px;
  overflow: hidden;
  border-bottom: solid 3px #fff;
  color: #333;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.team-list {
  margin-top: 42px;
}
.team-list ul {
  overflow: hidden;
  margin: 0 -10px;
}
.team-list li {
  width: 20%;
  padding: 10px;
  float: left;
}
.team-list li:nth-child(5n+1) {
  clear: left;
}
.team-list li span {
  display: block;
  background: #000;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.team-list li span img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.team-list li span:hover img {
  filter: alpha(opacity=40);
  opacity: .4;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.team-list li span:hover::after {
  filter: alpha(opacity=100);
  opacity: 1;
}
.team-list li span::after {
  content: " ";
  width: 27px;
  height: 28px;
  background: url(../images/surroundings_icon.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  filter: alpha(opacity=0);
  opacity: 0;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.news-page {
  padding: 80px 0 100px 0;
}
.news-page .paging {
  margin-top: 16px;
}
.news-list ul {
  overflow: hidden;
  margin: 0 -13px;
  text-align: center;
}
.news-list li {
  width: 25%;
  /* float: left; */
  display: inline-block;
  padding: 0 13px;
  margin-bottom: 64px;
}
.news-list li a {
  display: block;
}
.news-list li a:hover .picc span {
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.news-list li a:hover .tit {
  color: #e60012;
}
.news-list li .date {
  display: inline-block;
  border-radius: 4px;
  background: #f0f7e7;
  padding: 0 16px;
  color: #e60012;
  line-height: 36px;
  margin: 38px 0 16px 0;
}
.news-list li .tit,
.news-list li .txt {
  height: 28px;
  line-height: 28px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.news-list li .tit {
  font-size: 16px;
  font-weight: bold;
    margin: 20px auto;
    margin-left: 10px;

}
.news-list li .txt {
  color: #888;
}
.news-page .details .title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.news-page .details .date {
  color: #e60012;
  text-align: center;
  margin-top: 12px;
}
.news-page .details .article {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  padding: 54px 0;
  margin: 30px 0 70px 0;
}
.produce-page .introduction {
  padding: 70px 0;
}
.produce-page .introduction img {
  width: 100%;
  display: block;
}
.produce-page .introduction .pic {
  width: 50%;
  vertical-align: top;
}
.produce-page .introduction .cont {
  width: 50%;
  padding-left: 96px;
}
.produce-page .introduction .entit {
  font-size: 60px;
  line-height: 60px;
  font-weight: bold;
  text-transform: uppercase;
}
.produce-page .introduction .title {
  font-size: 24px;
  font-weight: bold;
  color: #2497cc;
  margin: 22px 0 60px 0;
}
.produce-page .introduction .text {
  line-height: 26px;
  font-size: 16px;
  color: #666;
}
.produce-page .introduction .address {
  border-top: solid 1px #eee;
  margin: 50px 0 0 0;
  padding: 50px 0 0 0;
}
.produce-page .introduction .address .txt {
  background: url(../images/address_icon.png) no-repeat 0 0;
  padding: 6px 0 6px 46px;
  line-height: 24px;
  font-size: 16px;
  color: #888;
}
.produce-page .introduction .address .txt span {
  color: #333;
  font-weight: bold;
  margin-right: 20px;
}
.produce-page .surroundings {
  padding: 90px 0;
  background: #f8f8f8;
}
.produce-page .surroundings .title {
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.produce-page .surroundings .swiper-container {
  margin-top: 50px;
  padding-bottom: 80px;
}
.produce-page .surroundings .swiper-slide img {
  width: 100%;
  display: block;
  transition-duration: 0.8s;
  -webkit-transition-duration: 0.8s;
  -moz-transition-duration: 0.8s;
  -ms-transition-duration: 0.8s;
  -o-transition-duration: 0.8s;
}
.produce-page .surroundings .swiper-slide span {
  display: block;
  background: #000;
  overflow: hidden;
  position: relative;
  cursor: pointer;
}
.produce-page .surroundings .swiper-slide span:hover img {
  filter: alpha(opacity=40);
  opacity: .4;
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.produce-page .surroundings .swiper-slide span:hover::after {
  filter: alpha(opacity=100);
  opacity: 1;
}
.produce-page .surroundings .swiper-slide span::after {
  content: " ";
  width: 27px;
  height: 28px;
  background: url(../images/surroundings_icon.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  filter: alpha(opacity=0);
  opacity: 0;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.produce-page .surroundings .swiper-pagination {
  bottom: 0;
}
.produce-page .surroundings .swiper-pagination-bullet {
  width: 16px;
  height: 4px;
  margin: 0 5px;
  background: #ddd;
  opacity: 1;
  border-radius: 0;
}
.produce-page .surroundings .swiper-pagination-bullet-active {
  background: #e60012;
}
.equipment-page,
.product-page {
  padding: 50px 0 100px 0;
}
.equipment-page .paging,
.product-page .paging {
  margin-top: 70px;
}
.product-list ul {
  overflow: hidden;
  margin: 0 -14px;
}
.product-list li {
  width: 25%;
  float: left;
  padding: 0 14px;
  margin-bottom: 26px;
  text-align: center;
}
.product-list li a {
  display: block;
}
.product-list li a:hover .picc {
  border: solid 1px #e60012;
}
.product-list li a:hover .picc span {
  opacity: .2;
  filter: alpha(opacity=20);
  transform: scale(1.1, 1.1);
  -webkit-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
}
.product-list li a:hover .picc::after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product-list li a:hover .text {
  background: #e60012;
}
.product-list li a:hover .tit,
.product-list li a:hover .txt {
  color: #fff;
}
.product-list li .picc {
  border: solid 1px #eee;
  background: #fff;
  position: relative;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.product-list li .picc::after {
  content: "查看更多";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  z-index: 2;
  height: 42px;
  line-height: 42px;
  border-radius: 42px;
  display: inline-block;
  padding: 0 40px 0 20px;
  font-family: "Arial", arial;
  color: #fff;
  white-space: nowrap;
  background: url(../images/arrow10.png) no-repeat right 20px center #e60012;
  opacity: 0;
  filter: alpha(opacity=0);
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.product-list li .text {
  background: #f8f8f8;
  padding: 24px 6px;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.product-list li .tit,
.product-list li .txt {
  height: 26px;
  line-height: 26px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  word-break: break-all;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.product-list li .tit {
  font-size: 18px;
}
.product-list li .txt {
  color: #666;
}
.product-page .introduction {
  background: #fff;
  padding: 50px;
  overflow: hidden;
}
.product-page .introduction .photo {
  width: 50%;
  max-width: 700px;
  padding-right: 114px;
  float: left;
  position: relative;
}
.product-page .introduction .photo img {
  width: 100%;
  display: block;
}
.product-page .introduction .photo .gallery-top {
  border: solid 1px #eee;
}
.product-page .introduction .photo .right {
  position: absolute;
  top: 0;
  right: 0;
  width: 96px;
  height: 100%;
  z-index: 2;
  padding: 38px 0;
}
.product-page .introduction .photo .gallery-thumbs {
  height: 100%;
  overflow: hidden;
}
.product-page .introduction .photo .gallery-thumbs .swiper-slide {
  height: 97px;
  -moz-user-select: -moz-none;
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.product-page .introduction .photo .gallery-thumbs .swiper-slide span {
  border: solid 1px #eee;
  display: block;
  cursor: pointer;
}
.product-page .introduction .photo .gallery-thumbs .swiper-slide.swiper-slide-thumb-active span {
  border: solid 1px #e60012;
}
.product-page .introduction .photo .swiper-button-prev,
.product-page .introduction .photo .swiper-button-next {
  width: 100%;
  height: 28px;
  margin: 0;
  top: auto;
  bottom: auto;
  left: 0;
  right: auto;
  background: no-repeat center #e8e8e8;
  transition-duration: 0.4s;
  -webkit-transition-duration: 0.4s;
  -moz-transition-duration: 0.4s;
  -ms-transition-duration: 0.4s;
  -o-transition-duration: 0.4s;
}
.product-page .introduction .photo .swiper-button-prev:hover,
.product-page .introduction .photo .swiper-button-next:hover {
  background-color: #e60012;
}
.product-page .introduction .photo .swiper-button-prev {
  top: 0;
  background-image: url(../images/arrow11.png);
}
.product-page .introduction .photo .swiper-button-prev:hover {
  background-image: url(../images/arrow13.png);
}
.product-page .introduction .photo .swiper-button-next {
  bottom: 0;
  background-image: url(../images/arrow12.png);
}
.product-page .introduction .photo .swiper-button-next:hover {
  background-image: url(../images/arrow14.png);
}
.product-page .introduction .cont {
  width: 46%;
  float: right;
}
.product-page .introduction .cont .model {
  font-size: 24px;
}
.product-page .introduction .cont .title {
  font-size: 40px;
  font-weight: bold;
}
.product-page .introduction .cont .text {
  border-top: solid 1px #eee;
  border-bottom: solid 1px #eee;
  line-height: 26px;
  font-size: 16px;
  color: #666;
  margin: 32px 0 40px 0;
  padding: 24px 0;
}
.product-page .introduction .cont .text ul {
  overflow: hidden;
}
.product-page .introduction .cont .text li {
  margin: 5px 0;
  width: 50%;
  float: left;
}
.product-page .introduction .cont .text li:nth-child(2n+1) {
  clear: left;
}
.product-page .introduction .cont .rbtn {
  display: inline-block;
  background: #e60012;
  border-radius: 42px;
}
.product-page .introduction .cont .rbtn::after {
  background: #e60012;
}
.product-page .introduction .cont .rbtn span {
  padding: 0 20px 0 44px;
  height: 42px;
  line-height: 42px;
  font-size: 16px;
  color: #fff;
  background: url(../images/contact_btn.png) no-repeat 20px center;
}
.product-page .details {
  margin-top: 25px;
  padding: 50px;
  background: #fff;
}
.product-page .details .title {
  font-size: 20px;
  font-weight: bold;
  border-bottom: solid 1px #eee;
  padding-bottom: 12px;
}
.product-page .details .article {
  padding: 32px 0;
}
.equipment-page .product-list .tit {
  font-size: 16px;
  line-height: 22px;
  height: 22px;
}
.contact-page .contact {
  padding: 80px 0;
  margin: 0 -38px;
}
.contact-page .contact .title {
  font-size: 24px;
  color: #222;
}
.contact-page .contact .entit {
  color: #888;
  margin-top: 6px;
}
.contact-page .address,
.contact-page .message {
  width: 50%;
  padding: 0 38px;
  float: left;
}
.contact-page .address .text {
  border-top: solid 1px #f3f3f3;
  border-bottom: solid 1px #f3f3f3;
  padding: 4px 0;
  margin: 38px 0 26px 0;
}
.contact-page .address .text p{font-size: 14px; line-height: 30px; letter-spacing: 1px;}
.contact-page .address .txt {
  margin: 26px 0;
  line-height: 24px;
  padding: 3px 0 3px 58px;
  background: no-repeat 0 0;
  font-size: 16px;
  color: #888;
}
.contact-page .address .txt a {
  font-size: 16px;
  color: #888;
}
.contact-page .address .txt p {
  padding: 3px 0;
  display: flex;
}
.contact-page .address .txt span {
  color: #333;
  font-weight: bold;
  margin-right: 16px;
  white-space: nowrap;
}
.contact-page .address .qrcode {
  text-align: center;
  display: inline-block;
}
.contact-page .address .qrcode i {
  width: 110px;
  display: block;
  margin: 0 auto;
  border: solid 1px #dddddd;
}
.contact-page .address .qrcode p {
  font-size: 16px;
  color: #888;
  margin-top: 14px;
}
.contact-page .message .inputbox {
  margin-top: 34px;
}
.contact-page .message .inputbox .row {
  margin: 0 -8px;
}
.contact-page .message .inputbox .col {
  padding: 0 8px;
  margin-bottom: 15px;
}
.contact-page .message .inputbox .tit {
  line-height: 34px;
  font-size: 16px;
  color: #999;
}
.contact-page .message .inputbox .tit span {
  color:  #e60012;
  margin-right: 5px;
}
.contact-page .message .inputbox input,
.contact-page .message .inputbox textarea {
  width: 100%;
  line-height: 26px;
  padding: 15px 12px;
  font-size: 16px;
  color: #333;
  background: #f8f8f8;
  border: solid 1px #eee;
}
.contact-page .message .inputbox textarea {
  height: 184px;
}
.contact-page .message .btn {
  margin-top: 10px;
}
.contact-page .message .btn .rbtn {
  display: inline-block;
  color: #fff;
  background: #e60012;
  height: 46px;
  line-height: 46px;
  border-radius: 46px;
}
.contact-page .message .btn .rbtn::after {
  background: #e60012;
}
.contact-page .message .btn .rbtn input,
.contact-page .message .btn .rbtn button,
.contact-page .message .btn .rbtn a {
  display: block;
  padding: 0 25px;
  color: #fff;
  cursor: pointer;
}
.contact-page .map #allmap {
  height: 516px;
}
.single-page {
  padding: 50px 0;
}
.single-page .title {
  text-align: center;
  font-size: 24px;
}
.single-page .article {
  padding: 30px 0;
}
.recruitment-page {
  padding: 80px 0;
}
.recruitment-page .entit {
  font-size: 36px;
  color: #e1e1e1;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 2px;
  text-align: center;
}
.recruitment-page .title {
  text-align: center;
  font-size: 36px;
  color: #222;
}
.recruitment {
  margin-top: 42px;
}
.recruitment li {
  border: solid 1px #eee;
  margin-bottom: 20px;
  background: #fff;
  border-left: solid 4px #fff;
}
.recruitment li.on {
  border-left: solid 4px #e60012;
}
.recruitment li.on .top {
  background-image: url(../images/arrow16.png);
}
.recruitment li.on .top .tit {
  color: #e60012;
}
.recruitment .top {
  background: url(../images/arrow15.png) no-repeat right 29px top 20px;
  cursor: pointer;
  padding: 40px 70px 40px 30px;
}
.recruitment .top .tit {
  font-size: 18px;
  line-height: 30px;
}
.recruitment .top .info {
  line-height: 24px;
  color: #999;
  margin-top: 8px;
}
.recruitment .cont {
  padding: 0 40px 30px 40px;
  display: none;
}
.recruitment .cont .text {
  line-height: 30px;
  color: #888;
  border-bottom: solid 1px #e0e0e0;
  padding-bottom: 34px;
  margin-bottom: 34px;
}
.recruitment .cont .tit {
  font-size: 15px;
  color: #333;
  font-weight: bold;
}
.recruitment .cont .btn {
  color: #fff;
  width: 136px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  background: #e60012;
}
.recruitment .cont .btn::after {
  background: #e60012;
}
footer .copy {
	background-color: #e6e6e6;
	text-align: center;
	padding: 20px 0;
	margin-top: 20px;
	font-size: 12px;
	line-height: 16px;
	line-height: 2em;
}

footer .copy span {
	display: block;
	font-size: 16px;
}

footer .copy ul li {
	display: inline-block;
	margin: 0 5px;
}

@media (min-width:992px) {
	footer .copy {
		height: 50px;
		line-height: 50px;
		padding: 0;
		font-size: 1em;
	}

	footer .copy span {
		display: inline-block;
	}

	footer .copy ul {
		display: inline-block;
		margin: 0;
	}

	footer .copy .copy-text {
		font-size: 0.8125em;
		color: #666;
	}

	footer .copy .copy-text .line {
		width: 1px;
		height: 14px;
		background: #c2c3c3;
		display: inline-block;
		margin: 0 8px 0 8px;
	}

	footer .copy .copy-text a {
		color: #666;
	}

	footer .copy .copy-text span,footer .copy .copy-text li {
		margin: 0 10px;
	}
}
/*lzd新增*/
.banner img{
	height:600px;
	width:100%;
}
	