body {
  padding: 0px;
  font-size: 16px;
  font-family: "Microsoft YaHei", "微软雅黑";
  line-height: 32px;
  color: #333;
  overflow-x: hidden;
  background: #fff;
  max-width: 1920px;
  margin: 0 auto;
}

.bd_weixin_popup {
    box-sizing: content-box;
}
@font-face {
  font-family: Alimama_ShuHeiTi_Bold;
  src: url(https://utrust-app-apk.oss-cn-shenzhen.aliyuncs.com/fonts/alimama/Alimama_ShuHeiTi_Bold.ttf);
  src: url(https://utrust-app-apk.oss-cn-shenzhen.aliyuncs.com/fonts/alimama/Alimama_ShuHeiTi_Bold.ttf) format("truetype"), url(https://utrust-app-apk.oss-cn-shenzhen.aliyuncs.com/fonts/alimama/Alimama_ShuHeiTi_Bold.woff) format("woff"), url(https://utrust-app-apk.oss-cn-shenzhen.aliyuncs.com/fonts/alimama/Alimama_ShuHeiTi_Bold.otf) format("otf");
  font-weight: 400;
  font-style: normal
}
.ali {
  font-family: Alimama_ShuHeiTi_Bold;
}
@font-face {
  font-family: 'dincond-medium-webfont';
  src: url('../fonts/dincond-medium-webfont.eot');
  src: url('../fonts/dincond-medium-webfont.eot?#iefix') format('embedded-opentype'), url('../fonts/dincond-medium-webfont.woff') format('woff'), url('../fonts/dincond-medium-webfont.ttf') format('truetype'), url('../fonts/dincond-medium-webfont.svg#novecentowide-bold-webfont') format('svg');
}
.ziti {
  font-family: 'dincond-medium-webfont';
}
  #tabschy_xhy .swiper-slide:nth-child(4) .hxychy2 {
	  color: #fff;
}
  #tabschy_xhy .swiper-slide:nth-child(5) .hxychy2 {
	  color: #fff;
}
  #tabschy_xhy .swiper-slide:nth-child(6) .hxychy2 {
	  color: #fff;
}
  #tabschy_xhy .swiper-slide:nth-child(4) .hxychy3 {
	  color: #fff;
}
  #tabschy_xhy .swiper-slide:nth-child(5) .hxychy3 {
	  color: #fff;
}
  #tabschy_xhy .swiper-slide:nth-child(6) .hxychy3 {
	  color: #fff;
}
.tc_box {
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.7);
	display: none;
}
.tc {
	position: absolute;
	width: 96%;
	max-width: 1200px;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 12px;
}
.tc .close {
	position: absolute;
	width: 40px;
	height: 40px;
	top: -50px;
	right: 5px;
	display: block;
	border-radius: 50%;
	overflow: hidden;
	background: url(../images/tc_colse.png) no-repeat center;
	background-size: 38px auto;
	cursor: pointer;
}
.tc_nr {
	padding: 4% 4%;
}
.tc_nr .tit {
	font-size: 22px;
	color: #c0a267;
	font-weight: bold;
	overflow: hidden;
}
.nschyb_l{
	width: 40%;
	float: left;
}
.nschyb_l img{
	width: 100%;
}

.tc .tanbox {
	position: relative;
    left:0px;
    top: 0px;
    background:#fff;
    padding: 20px 10px 60px 30px;
    border-radius: 15px;
	display: block;
	width: 60%;
	float: right;
}
.tc_nr .txt {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	overflow: hidden;
	margin: 20px auto;
	max-height: 60vh;
	overflow-y: auto;
}
.tc_nr .txt h4 {
	font-size: 17px;
	color: #666;
	font-weight: bold;
}
/*手机端按钮*/
.dompc {
  display: block;
}
.dommobile {
  display: none;
}
.mobile_btn {
  cursor: pointer;
  width: 36px;
  height: 50px;
  position: absolute;
  right: 12px;
  display: none;
  top: 0px;
  z-index: 999;
  box-sizing: border-box;
  padding: 15px 0px;
}
.mobile_btn.on .line1 {
  transform: rotate(45deg);
  transform-origin: 3% 50%;
}
.mobile_btn.on .line2 {
  width: 0;
}
.mobile_btn.on .line3 {
  transform: rotate(-45deg);
  transform-origin: 3% 50%;
}
.mobile_btn span {
  display: block;
  width: 28px;
  height: 3px;
  background: #cc1100;
  transition: all .45s;
}
.mobile_btn .line2 {
  margin: 7px 0;
  width: 28px;
}
@font-face {
  font-family: impact;
  src: url("../fonts/impact.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
.impact {
  font-family: impact;
}
.imgbg {
  background: no-repeat center center;
  background-size: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.imgbg img {
  opacity: 0;
  width: 100%;
  height: 100%;
}
.flex {
  display: flex;
  align-items: center;
  justify-content: center;
}
.elli {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
h1, h2, h3, h4, h5 {
  margin: 0px;
  padding: 0px;
}
a {
  color: #333;
  text-decoration: none;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
a:hover {
  color: #ff0a0a;
  text-decoration: none;
}
.clear {
  clear: both;
}
dl {
  margin: 0px;
  padding: 0px;
}
dd {
  display: block;
  margin: 0px;
  padding: 0px;
  -webkit-margin-start: 5px;
}
form {
  margin: 0px;
  padding: 0px;
}
img {
  border: 0;
  margin: 0;
  padding: 0px;
}
* {
  box-sizing: border-box;
}
div {
  margin: 0px;
  padding: 0px;
}
ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
li {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
p {
  margin: 0px;
  padding: 0px;
  padding-bottom: 23px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.wrap {
  width: 93%;
  margin: 0 auto;
  clear: both;
}
.videchy img{
	width: 57px;
}
.kbimg .imgbg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: ease 2s;
}
.section6.active .kbimg .imgbg::before {
  transform: translateX(100%);
}
#bannerSwiper .imgbg::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  transition: ease 2s;
}
.section1.active #bannerSwiper .imgbg::before {
  transform: translateX(100%);
}
.section2.active .hxn_top {
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.section2.active .hxnsy_vido {
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.section3.active .newsqy li:nth-child(1) {
  -webkit-animation-duration: 0.9s;
  -moz-animation-duration: 0.9s;
  -o-animation-duration: 0.9s;
  animation-duration: 0.9s;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.section3.active .newsqy li:nth-child(2) {
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.section3.active ..slidebox_l {
  -webkit-animation-duration: 1.5s;
  -moz-animation-duration: 1.5s;
  -o-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.section4.active .slidebox_l {
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: fadeInLeft;
  -moz-animation-name: fadeInLeft;
  -o-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.section4.active .slidebox_r {
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: fadeInRight;
  -moz-animation-name: fadeInRight;
  -o-animation-name: fadeInRight;
  animation-name: fadeInRight;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.section4.active .redline {
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.section4.active .about_lc {
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.section4.active .icochejian {
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.section5.active .in_pro_box li:nth-child(1) {
  -webkit-animation-duration: 1.2s;
  -moz-animation-duration: 1.2s;
  -o-animation-duration: 1.2s;
  animation-duration: 1.2s;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.section5.active .in_pro_box li:nth-child(2) {
  -webkit-animation-duration: 1.4s;
  -moz-animation-duration: 1.4s;
  -o-animation-duration: 1.4s;
  animation-duration: 1.4s;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.section5.active .in_pro_box li:nth-child(3) {
  -webkit-animation-duration: 1.6s;
  -moz-animation-duration: 1.6s;
  -o-animation-duration: 1.6s;
  animation-duration: 1.6s;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.section5.active .in_pro_box li:nth-child(4) {
  -webkit-animation-duration: 1.8s;
  -moz-animation-duration: 1.8s;
  -o-animation-duration: 1.8s;
  animation-duration: 1.8s;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.section5.active .in_pro_box li:nth-child(5) {
  -webkit-animation-duration: 2s;
  -moz-animation-duration: 2s;
  -o-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.section6.active #tabs-container02 {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}
.section7.active .conhxn_add {
  -webkit-animation-duration: 1s;
  -moz-animation-duration: 1s;
  -o-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-name: fadeInUp;
  -moz-animation-name: fadeInUp;
  -o-animation-name: fadeInUp;
  animation-name: fadeInUp;
  -webkit-animation-fill-mode: both;
  -moz-animation-fill-mode: both;
  -o-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation-timing-function: ease-in-out;
  -moz-animation-timing-function: ease-in-out;
  -o-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
}

.info {
  position: absolute;
  text-align: left;
  left: 0px;
  bottom: 10vh;
  line-height: 56px;
  box-sizing: border-box;
  width: 60%;
  z-index: 6;
  color: #fff;
}
/*好想你0507add*/
#fullPage {
  width: calc(100% - 180px);
}
.maskleft {
  background: url(../images/bg89.jpg) no-repeat top center;
  background-size: cover;
  display: none;
  width: 180px;
  height: 100vh;
  position: absolute;
  z-index: 1;
}
.navMap .maskleft {
  display: block;
}
.navMap .chy_footr {
  display: block;
}
.navMap .chy_footl {
  display: none;
}
.navMap .logo02 {
  display: block;
}
.navMap .logo01 {
  display: none;
}
.chy_foot {
  position: absolute;
  bottom: 22px;
  padding-left: 44px;
  z-index: 3;
}
.chy_foot01 {
  position: relative;
  float: left;
  margin-left: 10px;
}
.chy_foot01 img {
  width: 31px;
}
.chy_footr {
  display: none;
}
.topbg.cur .chy_footr {
  display: block;
}
.topbg.cur .chy_footl {
  display: none;
}
.chy_foot01 .d-project-erwei {
  position: absolute;
  width: 152px;
  height: 0px;
  bottom: 30px;
  left: -35px;
  overflow: hidden;
  transition: all .3s;
  z-index: 9;
}
.chy_foot01 .d-project-erwei img {
  width: 137px;
  height: 137px;
}
.chy_foot01:hover .d-project-erwei {
  height: 152px;
  transition: all .3s;
}
.logozy {
  margin: 33px 0px 0px 26px;
  position: relative;
  z-index: 2;
}
.logozy img {
  vertical-align: middle;
  width: 130px;
}
.topbg {
  left: 0;
  top: 0;
  right: 0;
  height: 100vh;
  position: fixed;
  width: 180px;
  background: #fff;
  z-index: 99;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.topbg.cur {
  background: #d12124;
}
.topbg.cur .navpc ul li a {
  color: #fff;
}
.logo02 {
  display: none;
}
.topbg.cur .logo02 {
  display: block;
}
.topbg.cur .logo01 {
  display: none;
}
.topbg.cur .menuBtn span {
  background: #fff;
}
.navMap .menuBtn span {
  background: #fff;
}
.header-menu {
  height: 88px;
  width: 88px;
  top: 50%;
  position: absolute;
  margin-top: -44px;
  z-index: 2;
}
.header-menuny {
  height: 58px;
  width: 58px;
  top: 50%;
  position: absolute;
  margin-top: -29px;
  z-index: 2;
  margin-left: -29px;
  left: 50%;
  text-align: center;
}
.menuBtn span {
  display: block;
  width: 24px;
  height: 3px;
  background: #be1729;
  transition: all .45s;
  margin-left: 94px;
  border-radius: 2px;
}
.menuBtn .line2 {
  margin: 7px 0;
  margin-left: 97px;
  width: 18px;
}
#bannerSwiper {
  width: 100%;
}
#bannerSwiper .swiper-slide {
  width: 93%;
  overflow: hidden;
}
#bannerSwiper img {
  width: 100%;
  display: block;
}
#bannerSwiper .imgbg {
  width: 93%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
/*#bannerSwiper .swiper-slide-active .imgbg {
  transform: scale(1);
  opacity: 1;
}*/

.bgmi {
  background: #eedec8;
  width: 0px;
  height: 75vh;
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 0px;
  transition: ease 2s;
}
.section1.active .bgmi {
  width: 56%;
  height: 75vh;
  transition: ease 2s;
}
#bannerSwiper .swiper-pagination-current {
  color: #bf1629;
  font-family: 'dincond-medium-webfont';
  font-size: 20px;
}
#bannerSwiper .swiper-pagination-current:before {
  content: '0';
}
#bannerSwiper .swiper-pagination {
  width: 82px;
  border-top: 1px solid #bf1629;
  right: 0px;
  top: 50%;
  left: auto;
  text-align: left;
  bottom: auto;
}
.arrow-leftban, .arrow-rightban {
  position: absolute;
  bottom: 20px;
  width: 49px;
  height: 49px;
  cursor: pointer;
  z-index: 9;
}
.arrow-leftban {
  right: 4%;
  background: url(../images/banleft_03.png) center no-repeat;
  background-size: 24px auto;
}
.arrow-rightban {
  right: 1.5%;
  background: url(../images/banleft_04.png) center no-repeat;
  background-size: 24px auto;
}

.navMap .topbg {
  background: none;
}
/*导航*/
.dhmenu {
  width: 100%;
  height: 80vh;
  background-size: cover;
  margin-top: 10vh;
  padding: 6vh 11vw;
}
.lh-map {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/bg89.jpg) no-repeat top center;
  background-size: cover;
  z-index: 300;
  transform: translateX(-100%);
  visibility: hidden;
  transition: ease 1s;
  z-index: 999;
  color: #fff;
  padding: 1vw 180px;
}
.navMap .lh-map {
  transform: translateX(0);
  visibility: visible;
}
.lh-map-logo {
  float: left;
}
.lh-map-logo img {
  width: 320px;
}
.lh-xj-item li:hover .img {
  transform: scale(1.1);
}
.lh-map-close {
  display: block;
  width: 42px;
  height: 42px;
  float: right;
  position: relative;
  margin-right: -80px;
  margin-top: 5vh;
}
.lh-map-close:before {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -22px;
  transform: rotate(45deg);
}
.lh-map-close:after {
  content: '';
  display: block;
  width: 50px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -1px 0 0 -22px;
  transform: rotate(-45deg);
}
.lh-map-close:hover {
  opacity: .9;
  transform: rotate(180deg);
}
/*导航*/
.navpc {
  float: left;
  width: 30vw;
  position: relative;
}
.navpc ul li {
  float: left;
}
.navpc ul li {
  font-size: 35px;
  display: block;
  color: #fff;
  float: left;
  height: 8.3vh;
  width: 100%;
  line-height: 7vh;
  text-align: right;
}
.navpc ul li a {
  color: #fff;
}
.navpc ul li:before {
  position: absolute;
  bottom: 15px;
  width: 0px;
  right: 50%;
  height: 1px;
  content: "";
  background: #fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  opacity: 0;
}
.navpc ul li:hover:before {
  width: 82%;
  right: 0px;
  opacity: 1;
}
.navpc ul li .box {
  padding: 0px 0;
  position: absolute;
  right: -550px;
  top: 0px;
  clear: both;
  overflow: hidden;
  display: none;
  width: 550px;
  padding-left: 150px;
  /* -moz-box-shadow: 0 0 15px rgba(43, 93, 151, 0.6);
  -webkit-box-shadow: 0 0 15px rgba(43, 93, 151, 0.6);
  box-shadow: 0 0 15px rgba(43, 93, 151, 0.6);*/
}
.navpc ul li:nth-child(6) .box {
  top: auto;
  bottom: 0px;
}
.navpc ul li:nth-child(7) .box {
  top: auto;
  bottom: 0px;
}
.navpc ul li .box a {
  float: left;
  width: 100%;
  clear: both;
  display: block;
  text-align: left;
  height: 8.3vh;
  line-height: 7vh;
  color: #eeb862;
  font-size: 35px;
  background: url(../images/litt.png) no-repeat 99% center;
  font-weight: 400;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  padding-left: 40px;
}
.navpc ul li .box a:hover {
  color: #fff;
  background: url(../images/litt.png) no-repeat 80% center;
  padding-left: 0px;
}
.navpc ul li:hover .box {
  display: block;
}
.tit span {
  font-family: 'dincond-medium-webfont';
  font-size: 5vw;
  position: absolute;
  left: 0px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  height: 0px;
  overflow: hidden;
  top: -10px;
}
.navpc ul li:hover .tit span {
  height: 96px;
  padding-top: 3px;
}
/*红枣专家*/
#tabs-containerbrand {}
.section5 .swiper-container-horizontal > .swiper-scrollbar {
  width: 80%;
  left: 20%;
}
.section5 .swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(255, 255, 255, .1)
}
.section5 .swiper-scrollbar-drag {
  background: rgba(255, 255, 255, .7)
}
.in_pro_box {
  width: 100%;
}
.in_pro_box > ul > li {
  float: left;
  position: relative;
  overflow: hidden;
  background-size: cover;
  transition: width 1s;
  -moz-transition: width 1s; /* Firefox 4 */
  -webkit-transition: width 1s; /* Safari 氓鈥櫯� Chrome */
  -o-transition: width 1s; /* Opera */
}
.in_pro_box > ul > li:nth-child(5) {
  margin-right: 0px;
}
.in_pro_box > ul > li img {
  width: 100%;
  display: block;
}
.in_pro_box ul li .bac {
  transition: all 0.7s;
  transform: scale(0);
  position: absolute;
  left: 6%;
  bottom: 25%;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  background: #e60113;
  z-index: 3;
}
.pzhitex {
  font-size: 15vw;
  color: #f3380a;
  height: 36vh;
  line-height: 36vh;
  font-weight: bold;
  overflow: hidden;
  clear: both;
}
.pzhi_intro {
  font-size: 15px;
  line-height: 28px;
  text-align: left;
}
.pzhi_intro b {
  font-size: 16px;
	color: #fff100;
}
.pzhi_slogtop {
  position: absolute;
  top: 20px;
  left: 0px;
  color: #fff;
  line-height: 53px;
  z-index: 1;
  font-weight: bold;
  font-size: 28px;
  text-align: center;
  width: 100%;
}
.pzhi_slog {
  position: absolute;
  top: 80px;
  left: 0px;
  color: #fff;
  line-height: 53px;
  z-index: 1;
  font-weight: bold;
  font-size: 20px;
  width: 100%;
  text-align: center;
}
.pzhi_slog span {
  font-size: 49px;
  font-weight: 400;
}
.in_pro_box ul li.onwid .bac {
  transition: all 0.7s;
  transform: scale(7.6);
}
.in_pro_box ul li:hover .bac {
  transition: all 0.7s;
  transform: scale(7.6);
}
.sfq_ch {
  font-size: 1.6vw;
  position: absolute;
  bottom: 60px;
  left: 30px;
  color: #fff;
  line-height: 40px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  z-index: 6;
  line-height: 2vw;
}
.in_pro_box ul li.onwid .sfq_ch {
  font-size: 2.6vw;
  line-height: 3vw;
  bottom: 60vh;
  left: 4vw;
}
.sfq_line img {
  width: 4vw;
  max-width: 84px;
}
.pzhi_tu {
  width: 100%;
  height: 76vh;
}
.in_pro_kun {
  width: 100%;
  margin: 0 auto;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  bottom: 5vh;
  color: #fff;
  height: 0px;
  padding: 2vw 1.8vw;
  font-size: 26px;
  line-height: 2.1vw;
  z-index: 3;
  text-align: center;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.in_pro_box ul li:hover .in_pro_kun {
  opacity: 1;
  overflow: hidden;
  bottom: 3vh;
  height: 73vh;
}
.jishubg {
  background: #d81e1e;
  z-index: -1;
  position: absolute;
  right: 0px;
  bottom: 8vh;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  height: 34vh;
  width: 0px;
  border-radius: 20px 0px 0px 50px;
}
.section5.active .jishubg {
  width: 90%;
}
.sfq_line {
  position: absolute;
  bottom: 50px;
  right: 20px;
  z-index: 9;
}
.btnnore {
  width: 70%;
  height: 50px;
  line-height: 50px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 16px;
  border-radius: 30px;
  text-align: center;
  margin-top: 30px;
  margin: 30px auto 0px;
}
.newbiaoti {
  position: absolute;
  bottom: 79vh;
  z-index: 6;
  width: 93%;
  right: 0px;
}
.bt_l {
  font-size: 3.6vw;
  float: left;
  width: 150px;
  line-height: 4vw;
  color: #e60113;
}
.bt_r {
  background: url(../images/more09.png) no-repeat top center;
  background-size: 31px auto;
  height: 40px;
  width: 120px;
  float: right;
  line-height: 40px;
  padding-top: 45px;
  text-align: center;
  margin-top: 30px;
  margin-right: 7%;
}
.section1 {}
.section2 {
  border-left: 1px solid #d8d8d8;
}
.section3 {
  background: #e43b40;
  overflow: hidden;
}
.section4 {
  border-left: 1px solid #d8d8d8;
}
.section5 {
  border-left: 1px solid #d8d8d8;
}
.section6 {
  border-left: 1px solid #d8d8d8;
}
.section7 {
  background: url(../images/bg07.jpg) no-repeat bottom right;
  border-left: 1px solid #d8d8d8;
}
.hxn_about {
  width: 93%;
  margin-top: 60px;
  position: relative;
}
.hxn_top {
  width: 100%;
  height: 50vh;
  position: relative;
}
.hxnintro_slog {
  position: absolute;
  left: 13%;
  top: 15%;
  z-index: 3;
  color: #fff;
  width: 32%;
}
.hxnintro_slog h2 {
  font-size: 3.2vw;
  line-height: 1.1;
}
.intro_hxn {
  padding-top: 20px;
  line-height: 31px;
}
.data {
  width: 48%;
  position: absolute;
  right: 5%;
  top: 36%;
  z-index: 2;
  color: #fff;
}
.data1 {
  width: 33.3333%;
  float: left;
  text-align: center;
}
.data_sz span {
  font-size: 6vw;
  margin-top: 15px;
  font-weight: bold;
}
.data_txt {
  font-size: 22px;
  position: relative;
  padding-top: 17px;
  margin-bottom: 40px;
  padding-bottom: 20px;
}
.hxnsy_vido {
  position: relative;
  z-index: 4;
  width: 100%;
  float: left
}
.hxnsy_vido .imgbg {
  width: 86%;
  height: 36vh;
  position: relative;
  top: -70px;
  margin: 0 auto;
}
.btn_hxn {
  position: absolute;
  right: 0px;
  bottom: 70px;
}
.btn_hxn a {
  width: 13vw;
  height: 4.6vw;
  color: #fff;
  text-align: center;
  line-height: 5vw;
  font-size: 18px;
  background: #d81e1e;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.btn_hxn img {
  margin-right: 12px;
}
.btn_hxn a:hover {
  background: #e2bb6e;
}
.btn_video {
  position: absolute;
  width: 74px;
  height: 74px;
  left: 50%;
  margin-left: -37px;
  top: 20%;
  z-index: 3;
  margin-top: -37px;
}
.arrow-left01, .arrow-right01 {
  position: absolute;
  top: 32%;
  width: 5vw;
  height: 5vw;
  cursor: pointer;
  z-index: 9;
}
.arrow-left01 {
  left: 0px;
  background: url(../images/rr.png) #ff0a0a center no-repeat;
  border-radius: 50%;
  display: none;
}
.arrow-right01 {
  right: 8%;
  background: url(../images/rr1.png) #ff0a0a center no-repeat;
  border-radius: 50%;
}
#tabs-container02 {
  width: 93%;
  float: right;
  margin-top: 20vh;
}
.zt_listsy {
  clear: both;
  text-align: left;
  width: 100%;
  float: right;
  overflow: hidden;
}
.zt_listsy li {
  height: 66vh;
  float: left;
  background: #fff;
  margin-bottom: 30px;
  padding-left: 0px;
  position: relative;
  width: 100%;
}
.zt_listsy .kbimg {
  width: 100%;
  height: 45vh;
  overflow: hidden;
}
.zt_listsy li a .xximg {
  width: 100%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  height: 100%;
}
.zt_listsy li a:hover .xximg {
  transform: scale(1.1, 1.1);
}
.zt_listsy li a .xximg img {
  width: 100%;
  height: 100%;
}
.kb_titlesy {
  font-size: 1.4vw;
  line-height: 2.2vw;
  box-sizing: border-box;
  text-align: left;
  padding-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.kb_timeesy {
  font-size: 1.4vw;
  color: #cacaca;
  padding-top: 10px;
}
.masknews {
  position: absolute;
  background: rgba(255, 255, 255, .6);
  z-index: 6;
  width: 13%;
  height: 100%;
  right: 0px;
}
.hisbg {
  height: 80vh;
  position: relative;
  width: 96%;
  float: right;
}
.hxn_zao {
  position: absolute;
  right: 10vw;
  bottom: 3.3vh;
  font-size: 2.6vw;
  z-index: 9;
  color: #fff;
  line-height: 3vw;
}
.btn_chejian {
  position: absolute;
  top: 0px;
  right: 0px;
  z-index: 6;
}
.btn_chejian a {
  display: block;
  width: 5vw;
  height: 5.5vw;
  color: #fff;
  text-align: center;
  line-height: 93px;
  font-size: 18px;
  background: url("../images/about_arrow.png") #d81e1e no-repeat center center;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  text-indent: 60px;
  border-radius: 20px 0px 0px 0px;
}
.btn_chejian a:hover {
  background: url("../images/about_arrow.png") #e2bb6e no-repeat center center;
}
.about_lc {
  width: 40%;
  position: absolute;
  right: 40%;
  bottom: 20px;
  z-index: 2;
}
#tabs-container01_dsj {
  height: 80vh;
}
.redline {
  background: #d81e1e;
  height: 20vh;
  width: 89%;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 2;
}
.about_lc .swiper-button-next_line, .about_lc .swiper-button-prev_line {
  top: 33px;
  bottom: 24px;
  width: 23px;
  height: 23px;
  opacity: 1;
}
.about_lc .swiper-button-prev_line {
  left: 0px;
  background: url(../images/prev_line.png) no-repeat center/contain;
  transition: 0.3s;
}
.about_lc .swiper-button-next_line {
  right: 0px;
  background: url(../images/next_line.png) no-repeat center/contain;
  transition: 0.3s;
}
.icochejian {
  position: absolute;
  bottom: 12vh;
  border-radius: 50%;
  background: #fff;
  width: 8vw;
  height: 8vw;
  z-index: 3;
  right: 54%;
  text-align: center;
  font-size: 1.6vw;
  color: #dc3434;
  line-height: 26px;
}
.swiper-button-prev_line:focus {
  outline: none !important;
}
.swiper-button-next_line:focus {
  outline: none !important;
}
.about_lc .xu_line:before {
  content: "";
  position: absolute;
  top: 6px;
  left: 50%;
  margin-left: -7px;
  width: 14px;
  height: 14px;
  background: #eae6e3;
  border-radius: 50%;
}
.about_lc .num {
  height: 62px;
  line-height: 42px;
  color: #e47d7d;
  font-size: 1.5vw;
  text-align: center;
  cursor: pointer;
  transition: 0.66s;
  font-weight: bold;
  position: relative;
}
.about_lc .active .num:before {
  background: #fff;
  height: 4px;
  width: 70px;
  left: 50%;
  margin-left: -35px;
  bottom: 5px;
  content: "";
  position: absolute;
}
.about_lc .active .num {
  font-size: 1.8vw;
  color: #fff;
}
.about_lc .active .xu_line:before {
  border-color: #e9f0fa;
  background: #1658a0;
  border-radius: 50%;
  border: 4px solid #e9f0fa;
  opacity: 1;
  top: 3px;
  margin-left: -12px;
}
.slidebox {
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  height: 80vh;
}
.slidebox_l {
  width: 60%;
  float: left;
  height: 69vh;
  overflow: hidden;
  border-radius: 18px;
}
.slidebox_r {
  width: 40%;
  padding: 4vw;
  overflow-y: auto;
  position: absolute;
  bottom: 23vh;
  right: 0px;
}
.slidebox_r p {
  text-indent: 0px;
  padding-bottom: 20px;
}
.slidebox_r span {
  color: #1658a0;
}
.year {
  font-size: 44px;
  color: #1658a0;
  height: 80px;
  line-height: 80px;
  position: relative;
}
.year:before {
  position: absolute;
  left: -9px;
  bottom: 20px;
  z-index: -1;
  height: 16px;
  width: 90px;
  background: #e1e8f7;
  overflow: hidden;
  content: "";
  transition: 0.3s;
}
.section3 .procirl {
  transition: all 0.7s;
  transform: scale(0);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -90px;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  background: #ed4b46;
  margin-left: -90px;
  z-index: 2
}
.section3.active .procirl {
  transition: all 0.7s;
  transform: scale(8.2);
}
.section3 .procirl01 {
  transition: all 0.5s;
  transform: scale(0);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -90px;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  background: #cc272b;
  margin-left: -90px;
  z-index: 3;
}
.section3.active .procirl01 {
  transition: all 0.5s;
  transform: scale(5.6);
}
.section3 .procirl02 {
  transition: all 0.5s;
  transform: scale(0);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -5vw;
  width: 10vw;
  height: 10vw;
  border-radius: 100%;
  background: #fff;
  margin-left: -5vw;
  z-index: 4;
}
.section3.active .procirl02 {
  transition: all 0.5s;
  transform: scale(3.6);
}
.title99 {
  font-size: 76px;
  font-weight: bold;
  line-height: 68px;
  padding-top: 10px;
  padding-bottom: 20px;
  color: #fff;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.title99:hover {
  color: #fff;
}
.title99 span {
  font-size: 44px;
}
.index_03b {
  position: absolute;
  z-index:2;
  top: 0px;
  width: 100%;
  float: right;
  text-align: left;
  overflow: hidden;
	background: url(../images/pronsn.png) no-repeat right top;
	margin-top: 38px;
	padding-right: 6%;
}
.index_03b .swiper-wrapper{
	padding-top: 120px;
}
.boxdn{
	background: #fff;
	border-radius: 20px;
	width: 100%;
	height: 525px;
	position: relative;
}
.sycontant {
  height: 88vh;
  position: relative;
}
.conhxn_add {
  width: 50vw;
  position: absolute;
  left: 50%;
  top: 50%;
  height: 40vh;
  border: 32px solid #e60113;
  border-radius: 220px;
  margin-left: -25vw;
  margin-top: -20vh;
  padding: 7vh 5vw;
  color: #e60113;
}
.conhxn_addl {
  font-size: 2.6vw;
  width: 45%;
  float: left;
  line-height: 3vw;
}
.conhxn_addr {
  font-size: 16px;
  font-weight: bold;
  float: right;
  position: absolute;
  bottom: 5vh;
  right: 5vw;
}
.telhxn {
  font-size: 2.2vw;
  padding-bottom: 20px;
  background: url(../images/telicon.png) no-repeat left center;
  padding-left: 60px;
  overflow: hidden;
}
.conulsy {
  padding-left: 60px;
  clear: both;
  line-height: 23px;
}
.imgzao01 {
  position: absolute;
  left: 9vw;
  bottom: 5vh;
  z-index: 3;
  width: 13vw;
}
.imgzao01 img {
  width: 100%;
  max-width: 244px;
}
.imgzao02 {
  position: absolute;
  left: 30vw;
  bottom: 9vh;
  z-index: 3
}
.dy_icon {
  left: 12vw;
  top: 15vh;
}
.xhs_icon {
  right: 16vw;
  top: 10vh;
}
.wb_icon {
  right: 10vw;
  top: 39vh;
}
.wx_icon {
  right: 26vw;
  bottom: 1vh;
}
.rongmeiti {
  position: absolute;
  text-align: center;
  z-index: 3;
  line-height: 24px;
  width: 6.6vw;
}
.rongmeiti img {
  width: 100%;
  max-width: 144px;
}
.rongmeiti .d-project-erwei {
  position: absolute;
  width: 152px;
  height: 0px;
  bottom: 90px;
  left: -15px;
  overflow: hidden;
  transition: all .3s;
  z-index: 9;
}
.rongmeiti .d-project-erwei img {
  width: 137px;
  height: 137px;
}
.rongmeiti:hover .d-project-erwei {
  height: 152px;
  transition: all .3s;
}
.copyright {
  position: absolute;
  left: 210px;
  bottom: 32px;
  font-size: 15px;
  font-weight: bold;
  color: #585858;
  z-index: 9;
}
.fp-viewing-2 .copyright {
  color: #fff;
}
.tuimgkb {
	width: 80%;
	height: 60%;
  z-index: 2;
	text-align: center;
	margin: 0 auto;
	  display: flex;
  align-items: center;
  justify-content: center;
}
.tuimgkb img {
	max-width: 100%;
	max-height: 100%;
}
.tmall {
  position: absolute;
  right: 6vw;
  top: 2vh;
  z-index: 2;
}
.tmall ul li {
  background: url(../images/top01.png) no-repeat 10px center;
  background-size: 26px auto;
  padding-left: 46px;
  float: left;
  height: 50px;
  line-height: 50px;
  margin-left: 20px;
  color: #000;
}
.tmall ul li:nth-child(2) {
  background: url("../images/top06.png") no-repeat 10px center;
  background-size: 26px auto;
}
.fp-viewing-2 .tmall ul li {
  background: url(../images/top01a.png) no-repeat 10px center;
  background-size: 26px auto;
  padding-left: 46px;
  float: left;
  height: 50px;
  line-height: 50px;
  margin-left: 20px;
  color: #fff;
}
.fp-viewing-2 .tmall ul li a {
  color: #fff;
}
.fp-viewing-2 .tmall ul li:nth-child(2) {
  background: url("../images/top06a.png") no-repeat 10px center;
  background-size: 26px auto;
}
.masklayer {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7) !important;
  background: #000;
  filter: alpha(opacity=70);
  position: fixed;
  z-index: 998;
  left: 0;
  top: 0;
  display: none;
}
.video_pop {
  width: 70%;
  height: 80%;
  position: fixed;
  left: 50%;
  top: 10%;
  margin-left: -35%;
  z-index: 9999 !important;
  display: flex;
  justify-content: center;
  align-items: center;
  display: none;
}
.close_btn {
  width: 40px;
  height: 40px;
  position: absolute;
  right: -20px;
  top: -20px;
  background: url(../images/colse.png) no-repeat center;
  background-size: 40px auto;
  z-index: 100;
  cursor: pointer;
}
#video {
  max-width: 100%;
	max-height: 100%;
	display: block;
	margin: 0 auto;
}
.videosrc {
  cursor: pointer;
}
.yuan {
  position: relative;
}
.yuan .search_box {
  width: 0px;
  position: absolute;
  top: 100%;
  right: -100%;
  overflow: hidden;
  transition: 0.66s;
}
.yuan:hover .search_box {
  width: 280px;
  right: 0;
  top: 58px;
}
.yuan .search {
  padding-right: 50px;
  height: 38px;
  background: #f6f6f6;
  border-radius: 2px;
  position: relative;
  transition: 0.66s;
  overflow: hidden;
}
.yuan .search .sinput {
  padding: 0 5%;
  width: 90%;
  height: 38px;
  background: none;
  border: none;
  color: #333;
  font-size: 15px;
}
.yuan .search .sinput:focus {
  background: none;
}
.yuan .search .sbuton {
  width: 50px;
  height: 38px;
  position: absolute;
  top: 0;
  right: 0;
  background: #d81e1e;
  border: none;
  font-size: 16px;
  color: #fff;
  transition: 0.66s;
  cursor: pointer;
}
.yuan .search .sinput::-webkit-input-placeholder {
  color: #999;
}
.yuan .search .sinput::-moz-placeholder {
  color: #999;
}
.yuan .search .sinput:-moz-placeholder {
  color: #999;
}
.yuan .search .sinput:-ms-input-placeholder {
  color: #999;
}
.sinput {
  float: left;
}
.zaopic1 {
  position: absolute;
  left: 25%;
  top: 5%;
  z-index: 8;
}
.zaopic2 {
  position: absolute;
  right: 25%;
  top: 5%;
  z-index: 8;
}
.zaopic3 {
  position: absolute;
  left: 15%;
  top: 40%;
  z-index: 8;
}
.zaopic4 {
  position: absolute;
  right: 15%;
  top: 40%;
  z-index: 8;
}
.zaopic5 {
  position: absolute;
  left: 20%;
  bottom: -5px;
  z-index: 8;
}
.zaopic6 {
  position: absolute;
  right: 20%;
  bottom: 1%;
  z-index: 8;
}
.info99 {
  line-height: 26px;
  padding-top: 12px;
}
.anitop {
  animation: circlemove 20s linear infinite;
}
.anitop img {
  width: 10vw;
  max-width: 197px;
}
.icochejian img {
  width: 50%;
}
@keyframes circlemove {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.sb_thum {
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  animation: thumAnimate 2s cubic-bezier(0.215, 0.610, 0.355, 1) 1 forwards;
  overflow: hidden;
}
.sb_thum .imgbg {
  animation: imgAnimate 2s cubic-bezier(0.215, 0.610, 0.355, 1) 1 forwards;
  width: 100%;
  height: 100%;
}
.sb_thum .imgbg img {
  width: 100%;
  height: 100%;
}
@-webkit-keyframes thumAnimate {
  0% {
    clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
  }
  100% {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
}
@-webkit-keyframes imgAnimate {
  0% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
/*新闻中心*/
.ny_wrap {
	margin: 0 auto;
	width: 84%;
}
.ny_content {
  clear: both;
  text-align: left;
  width: 100%;
  float: left;
  overflow: hidden;
}
.zt_list {
  clear: both;
  text-align: left;
  width: 100%;
  float: left;
  overflow: hidden;
}
.zt_list li {
  height: 53vh;
  float: left;
  background: #fff;
  margin-bottom: 50px;
  padding-left: 0px;
  position: relative;
  width: 100%;
  width: 28.666666%;
  margin-right: 7%;
}
.zt_list li:nth-child(3n) {
  margin-right: 0px;
  float: right;
}
.zt_list .kbimgny {
  width: 100%;
  height: 36vh;
  overflow: hidden;
}
.zt_list li a .xximg {
  width: 100%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  height: 100%;
}
.zt_list li a:hover .xximg {
  transform: scale(1.1, 1.1);
}
.zt_list li a .xximg img {
  width: 100%;
  height: 100%;
}
.kb_title {
  font-size: 1.4vw;
  line-height: 2.2vw;
  box-sizing: border-box;
  text-align: left;
  padding-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.kb_time {
  font-size: 1.4vw;
  color: #cacaca;
  padding-top: 10px;
}
.xwzxxq_l, .xwzxxq_r {
  display: inline-block;
  vertical-align: top;
  box-sizing: border-box;
  padding: 0px 0 20px;
  position: relative;
}
.xwzxxq_l {
  width: 63.8%;
  float: left;
  padding-bottom: 40px;
}
.xwzxxq_r {
  width: 30%;
  float: right;
}
.xwzxxq_l h2 {
  font-size: 28px;
  line-height: 40px;
  color: #333333;
  margin-bottom: 10px;
}
.xwzxxq_l h4 {
  display: inline-block;
  vertical-align: middle;
  margin-right: 28px;
  font-size: 14px;
  color: #75777a;
}
.xwzxxq_l h4 i {
  color: #c8a063;
}
.xwxq_t {
  padding-bottom: 16px;
  border-bottom: 1px dashed #dedede;
  margin-bottom: 34px;
}
.xwzxxq_l p {
  font-size: 16px;
  color: #595656;
  padding-bottom: 22px;
}
.xwzxxq_l p img {
  max-width: 100%;
  height: auto;
}
.xwzxxq_r h2 {
  font-size: 24px;
  color: #333333;
  margin-bottom: 30px;
}
.xwxqlb a {
  position: relative;
  display: block;
  background: #f7f7f7;
  border-radius: 5px;
  margin-bottom: 20px;
  overflow: hidden;
  height: 230px;
}
.xwxqlb {
  width: 100%;
}
.xwxqlb a h4 {
  font-size: 14px;
  color: #959595;
  font-family: 'dincond-medium-webfont';
}
.xwxqlb a h3 {
  font-size: 18px;
  color: #595656;
  margin: 10px 0 5px;
  font-weight: bold;
}
.xwxqlb a p {
  font-size: 15px;
  line-height: 24px;
  text-indent: 0px;
  color: rgba(149, 149, 149, .7);
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
	height: 54px;
}
.xwxqlb a:hover h3 {
  color: #fff;
}
.xwxqlb a:hover p {
  color: #fff;
}
.xwxqlb a:hover h4 {
  color: #fff;
}
.xwxqlb a .bac {
  transition: all 0.7s;
  transform: scale(0);
  position: absolute;
  left: 6%;
  bottom: 25%;
  width: 180px;
  height: 180px;
  border-radius: 100%;
  background: #d12124;
}
.xwxqlb a:hover .bac {
  transition: all 0.7s;
  transform: scale(7.6);
}
.xqtex {
  position: absolute;
  z-index: 3;
  top: 40px;
  left: 10%;
  transition: all 0.7s;
  width: 80%;
}
.xwxqlb a:hover .xqtex {
  top: 20px;
}
.sharejy {
  float: right;
  font-size: 16px;
  margin-right: 20px;
  margin-top: 8px;
}
.xwzxxq_l .bdsharebuttonbox {
  float: right;
}
.xwzxxq_l .bdsharebuttonbox .bds_weixin {
  background: url(../images/icon_wx.png) no-repeat center;
}
.xwzxxq_l .bdsharebuttonbox .bds_tsina {
  background: url(../images/icon_wb.png) no-repeat center;
}
.xwzxxq_l .bdsharebuttonbox .bds_qzone {
  background: url(../images/icon_qk.png) no-repeat center;
}
.xwzxxq_l .bdsharebuttonbox .bds_sqq {
  background: url(../images/icon_qq.png) no-repeat center;
}
.sharejy {
  float: right;
  font-size: 16px;
  margin-right: 20px;
  margin-top: 8px;
}
/*产品展示*/
.w1280_box {
  width: 100%;
  position: relative;
  padding-bottom: 48px;
	padding-top: 20px;
}
.w1280_box .zj1005 {
  width: 100%;
  padding-top: 0px;
  padding-bottom: 80px;
  overflow: hidden;
}
.zj1005 .swiper-slide {
  width: 80%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  overflow: hidden;
  border-radius: 20px;
}
.zj1005 .swiper-slide img {
  width: 100%;
}
/*关于我们*/
.sumenuhxn {
  float: left;
  text-align: right;
  background: #fff;
  height: 104px;
  position: fixed;
  left: 0px;
  right: 0px;
  top: 0px;
  z-index: 6;
}
.menu_l {
  float: right;
}
.menu_l li {
  float: left;
  position: relative;
  margin-right: 3.6vw;
}
.menu_l li a {
  font-size: 18px;
  line-height: 104px;
  color: #333;
  text-align: center;
  float: left;
  font-weight: bold;
}
.menu_l li a:hover {
  color: #e60213;
}
.menu_l li.nomal a {
  color: #e60213;
  font-weight: bold;
}
.serhxn {
  width: 104px;
  height: 104px;
  background: url("../images/top06a.png") #e60213 no-repeat center center;
  background-size: 35px auto;
  float: right;
}
.serhxn .search_box {
  width: 0px;
  position: absolute;
  top: 23px;
  right: -100%;
  overflow: hidden;
  transition: 0.66s;
  z-index: 3
}
.serhxn:hover .search_box {
  width: 380px;
  right: 15px;
  top: 23px;
}
.serhxn .search {
  padding-right: 50px;
  height: 58px;
  background: #f6f6f6;
  border-radius: 2px;
  position: relative;
  transition: 0.66s;
  overflow: hidden;
}
.serhxn .search .sinput {
  padding: 0 5%;
  width: 90%;
  height: 58px;
  background: none;
  border: none;
  color: #333;
  font-size: 15px;
}
.serhxn .search .sinput:focus {
  background: none;
}
.serhxn .search .sbuton {
  width: 60px;
  height: 58px;
  position: absolute;
  top: 0;
  right: 0;
  background: #eb3542;
  border: none;
  font-size: 16px;
  color: #fff;
  transition: 0.66s;
  cursor: pointer;
}
.prornews_title {
  font-size: 30px;
  padding: 10px 0px;
  color: #000;
}
.prornews_intro {
  padding: 10px 0px;
  line-height: 28px;
  font-size: 18px;
  clear: both;
  color: #737373;
}
.djyl {
  clear: both;
  padding-bottom: 30px;
  overflow: hidden;
}
.djyl_l {
  width: 10%;
  float: left;
  font-size: 75px;
  line-height: 63px;
  margin-left: 3%;
  color: #e60113;
  line-height: 39px;
  padding-top: 30px;
}
.djyl_l span {
  font-size: 36px;
  font-weight: 400;
}
.djyl_m {
  width: 20%;
  float: left;
  height: 230px;
  overflow: hidden;
  margin-left: 3%;
}
.ny_wrap .xximg {
  width: 100%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  height: 100%;
}
.djyl_m:hover .xximg {
  transform: scale(1.1, 1.1);
}
.djyl_r {
  width: 52%;
  float: left;
  margin-left: 4%;
}
.djyl li {
  border-bottom: 1px solid #f1f1f1;
  padding-bottom: 70px;
  clear: both;
  margin-top: 70px;
  overflow: hidden;
  position: relative;
}
.djyl li:before {
  position: absolute;
  bottom: 0px;
  width: 0px;
  left: 50%;
  height: 1px;
  content: "";
  background: #e50112;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  opacity: 0;
}
.djyl li:hover:before {
  width: 100%;
  left: 0px;
  opacity: 1;
}
/*分页*/
.black-inline {
  margin: 0 auto;
  text-align: center;
  padding: 50px 0 80px;
  clear: both;
  width: 100%;
  overflow: hidden;
  line-height: 24px;
  font-size: 16px;
}
.black-inline a {
  text-align: center;
  padding: 11px 17px;
  margin: 3px;
  color: #000;
  background: #f5f5f5;
  display: inline-block;
  border-radius: 5px;
}
.black-inline a:hover {
  color: #fff;
  background-color: #e60213;
  text-decoration: none;
}
.black-inline span.current {
  padding: 11px 17px;
  background-color: #e60213;
  color: #fff;
  font-size: 16px;
  margin: 3px;
  display: inline-block;
  border-radius: 5px;
}
.xiangdui {
  position: relative;
  padding: 50px 0px 0px;
  clear: both;
}
.zt_listzenzhi li {
  height: 460px;
  background: #fff;
  border-radius: 18px;
  overflow: hidden;
  -moz-box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
  margin: 10px;
}
.zt_listzenzhi .videobg {
  height: 460px;
  overflow: hidden;
  width: 63%;
  float: left;
  position: relative;
}
.zt_listzenzhi .videobg .imgbg {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.zt_listzenzhi:hover .videobg .imgbg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.zzmenu_zl {
  padding-bottom: 80px;
  overflow: hidden;
  padding-top: 50px;
  position: relative;
  z-index: 2;
}
.zzmenu_zl a {
  padding-bottom: 32px;
  color: #000;
  display: block;
  height: 56px;
  line-height: 56px;
  font-size: 20px;
  cursor: pointer;
  padding: 0px 66px;
  text-align: center;
  border-radius: 50px;
  margin-right: 29px;
  float: left;
  font-weight: bold;
	background: #fff;
}
.zzmenu_zl a.nomalnews {
  background: #e60113;
  color: #fff;
}
.kb_titlezenzhi {
  padding: 50px;
  float: left;
  width: 34%;
  padding-top: 60px;
  position: relative;
  height: 460px;
}
.kb_titlexhy {
  left: 50px;
  top: 80px;
  position: absolute;
  z-index: 3
}
.hxychy1 {
  font-size: 60px;
  color: #e60213;
}
.hxychy2 {
  font-size: 60px;
  color: #fff;
  padding: 20px 0px;
}
.hxychy3 {
  font-size: 20px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  padding-top: 66px;
  font-weight: bold;
}
.zenzhi-left, .zenzhi-right {
  position: absolute;
  top: 0px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 9;
  border-radius: 50%;
}
.zenzhi-left {
  right: 60px;
  background: url(../images/chybtn2.png) center no-repeat;
  border: 1px solid #fab241;
}
.zenzhi-right {
  right: 7px;
  background: url(../images/chybtn1.png) #fab241 center no-repeat;
}
.slog_title {
  font-size: 75px;
  line-height: 62px;
  color: #000;
  text-transform: uppercase;
	padding-top: 116px;
}
.slog_ch {
  font-size: 22px;
  line-height: 26px;
  font-weight: bold;
  color: #000;
  margin-bottom: 30px;
}
.zao_list {
  text-align: left;
  width: 100%;
  float: left;
  overflow: hidden;
  background: #f7f7f7;
  clear: both;
  padding: 4vw 6vw 0vw 4vw;
}
.zao_list li {
  height: 53vh;
  float: left;
  margin-bottom: 36px;
  padding-left: 0px;
  position: relative;
  width: 28.666666%;
  margin-right: 7%;
}
.zao_list li:nth-child(3n) {
  margin-right: 0px;
  float: right;
}
.ny_wrap .zao_list:nth-child(2n) {
  background: #fff;
}
.zao_list .kbimgny {
  width: 100%;
  height: 36vh;
  overflow: hidden;
}
.zao_list li a .xximg {
  width: 100%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  height: 100%;
}
.zao_list li a:hover .xximg {
  transform: scale(1.1, 1.1);
}
.zao_list li a .xximg img {
  width: 100%;
  height: 100%;
}
.zaospli {
  background: none;
}
.maskzsp {
  background: rgba(0, 0, 0, .4);
  width: 100%;
  height: 36vh;
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 3;
  display: none;
}
.zaospli li:hover .maskzsp {
  display: block;
}
.zao_title {
  font-size: 1.4vw;
  line-height: 2vw;
  box-sizing: border-box;
  text-align: left;
  padding-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #000;
}
.zao_time {
  font-size: 1.4vw;
  color: #cacaca;
  padding-top: 10px;
}
.xinhuayang {
  background: #e60213;
  clear: both;
  overflow: hidden;
  position: relative;
  padding: 150px 0px 0px 100px;
}
.xhyleft, .xhyright {
  position: absolute;
  top: 0px;
  width: 103px;
  height: 82px;
  cursor: pointer;
  z-index: 3;
}
.xhyleft {
  right: 110px;
  background: url(../images/zui02.png) no-repeat center center;
  background-size: 25px auto;
}
.xhyright {
  right: 0px;
  background: url(../images/zui01.png) #fff no-repeat 40% center;
  background-size: 25px auto;
}
.zt_listxhy li {
  height: 374px;
  background: #fff;
  overflow: hidden;
  width: 96%;
}
.zt_listxhy .videobg {
  height: 100%;
  overflow: hidden;
  width: 100%;
  float: left;
	position: relative;
}
.zt_listxhy .videobg:after{
	content: "";
	background-image: linear-gradient(to right, rgba(230,0,18,.4), rgba(230,0,18,.1));
	width: 100%;
	height: 100%;
	z-index: 2;
	position: absolute;
	left: 0px;
	top: 0px;
}
.zt_listxhy .videobg .imgbg {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.zt_listxhy:hover .videobg .imgbg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.titchy {
  font-size: 18px;
  font-weight: bold;
  color: #000;
}
.titchy1 {
  font-size: 40px;
  font-weight: bold;
  color: #000;
  padding-top: 5px;
	line-height: 45px;
	padding-bottom: 30px;
}
.titchy2 {
  font-size: 20px;
  width: 120px;
  height: 47px;
  line-height: 47px;
  border: 2px solid #e60213;
  color: #e60213;
  border-radius: 25px;
  text-align: center;
  margin: 20px 0px 0px;
}
.sixrow {
  font-size: 50px;
  color: #fff;
  position: absolute;
  left: 100px;
  top: 60px;
}
.zyp_title {
  font-size: 50px;
  padding: 80px 0px 54px;
  color: #000;
  padding-left: 4vw;
  float: left;
}
.ljbox {
  width: 100%;
  clear: both;
}
.ljbox_more {
  float: right;
  margin-right: 6vw;
  margin-top: 77px;
}
.ljbox_more img {
  width: 32px;
}
.newsbtnleft, .newsbtnright {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 3;
  left: 50%;
}
.newsbtnright {
  margin-left: -42px;
  background: url(../images/zui02.png) no-repeat center center;
  background-size: 29px auto;
}
.newsbtnleft {
  margin-left: -13px;
  background: url(../images/zui02.png) no-repeat center center;
  transform: scaleX(-1);
  background-size: 29px auto;
}
.newslide li {
  height: 510px;
  border-radius: 18px;
  overflow: hidden;
  margin: 10px;
}
.newslide .videobg {
  height: 460px;
  overflow: hidden;
  width: 66%;
  float: left;
  border-radius: 20px;
}
.newslide .videobg .imgbg {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.newslide:hover .videobg .imgbg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.kb_titlenewslide {
  padding: 30px;
  float: left;
  width: 34%;
}
.newslide1 {
  font-size: 46px;
  color: #e60213;
}
.newslide2 {
  font-size: 30px;
  color: #000;
  padding: 20px 0px;
  line-height: 38px;
}
.newslide3 {
  font-size: 15px;
  color: #fff;
  padding: 0px 30px;
  background: url("../images/newsslide.png") #e60113 no-repeat 20px center;
  background-size: 26px auto;
  height: 63px;
  line-height: 63px;
  border-radius: 46px;
  padding-left: 50px;
  float: left;
  font-size: 15px;
  margin-top: 16px;
}
.bgnewsmi {
  background: #f2f2f2;
  width: 0px;
  height: 850px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 0px;
  transition: ease 2s;
}
.bgnewsmi.animated {
  width: 46%;
  transition: ease 2s;
  height: 850px;
}
.bgprons {
  background: url("../images/bgprons.jpg") no-repeat top center;
  width: 0px;
  height: 429px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  top: 0px;
  transition: ease 2s;
}
.bgprons.animated {
  width: 46%;
  transition: ease 2s;
  height: 429px;
}
.cirlnews {
  background: #e60113;
  width: 6vw;
  height: 6vw;
  border-radius: 50%;
  position: absolute;
  left: 72%;
  top: 23%;
  z-index: 3;
}
#tabschy1_news {
  padding-bottom: 150px;
}
.news-year-select {
  font-size: 16px;
  height: 46px;
  width: 220px;
  position: relative;
  z-index: 3;
  margin-left: 3.5%;
  margin-bottom: 60px;
}
.news-year-select div {
  cursor: pointer;
  padding-left: 30px;
  line-height: 46px;
  background-color: #e4e4e4;
}
.news-year-select div span {
  float: right;
  width: 46px;
  height: 46px;
  background: #cd0111 url('../images/top02.png') no-repeat center center;
  background-size: 16px auto;
}
.news-year-select ul {
  display: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 182px;
  background-color: #fff;
  border: 1px solid #eee;
  border-top: 0;
  padding: 10px 0 15px;
}
.news-year-select li {
  line-height: 34px;
}
.news-year-select li a {
  padding: 0 10px;
  display: block;
}
.news-year-select li:hover {
  background-color: #cd0111;
}
.news-year-select li:hover a {
  color: #fff;
}
#tabschy1_news.swiper-container-horizontal > .swiper-pagination-bullets, #tabschy1_news .swiper-pagination-custom, #tabschy1_news .swiper-pagination-fraction {
  bottom: 130px;
  left: 0;
  width: 100%;
  padding-right: 20%;
}
.kb_titlenews {
  font-size: 1.4vw;
  line-height: 2vw;
  box-sizing: border-box;
  text-align: left;
  padding-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  color: #000;
}
.kb_timenews {
  font-size: 1.4vw;
  color: #cacaca;
  padding-top: 10px;
  background: url("../images/timenews.png") no-repeat 0px 18px;
  background-size: 30px auto;
  padding-left: 36px;
  height: 46px;
  line-height: 46px;
}
.bidding {
  clear: both;
  padding-bottom: 30px;
  overflow: hidden;
  width: 100%;
}
.bidding_l {
  float: left;
  font-size: 48px;
  line-height: 30px;
  margin-left: 1%;
  color: #fff;
  padding-top: 30px;
  background: #e60113;
  width: 126px;
  height: 126px;
  border-radius: 60px;
  padding-left: 17px;
  margin-top: 32px;
}
.bidding_l span {
  font-size: 26px;
}
.mar6 {
  margin-top: 13px;
}
.bidding_m {
  width: 73%;
  float: left;
  height: 223px;
  overflow: hidden;
  margin-left: 5%;
  color: #000;
}
.bidding_mts {
  width: 73%;
  float: left;
  margin-top: 60px;
  overflow: hidden;
  margin-left: 5%;
  color: #000;
  height: 120px;
}
.bidding_r {
  width: 5%;
  float: right;
  background: url(../images/zb_more.png) no-repeat center center;
  height: 150px;
}
.bidding li:hover .bidding_r {
  background: url(../images/zb_morea.png) no-repeat center center;
}
.bidding li {
  border-bottom: 1px solid #ebebeb;
  clear: both;
  margin-top: 50px;
  overflow: hidden;
  position: relative;
}
.bidding li:before {
  position: absolute;
  bottom: 0px;
  width: 0px;
  left: 50%;
  height: 1px;
  content: "";
  background: #e50112;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  opacity: 0;
}
.bidding li:hover:before {
  width: 100%;
  left: 0px;
  opacity: 1;
}
.bidding_title {
  font-size: 30px;
  padding: 10px 0px;
  line-height: 40px;
}
.bidding_intro {
  padding: 20px 0px;
  line-height: 38px;
  font-size: 20px;
  clear: both;
  color: #333;
}
.baddingbg {
  width: 100%;
  background: url("../images/biddingban.jpg") no-repeat top center;
  background-size: cover;
  height: 249px;
}
.badban_title {
  font-size: 22px;
  line-height: 62px;
  color: #000;
}
.badban_ch {
  font-size: 60px;
  line-height: 26px;
  color: #e60113;
  margin-bottom: 30px;
  padding-top: 10px;
}
.fr_bid {
  float: right;
  margin-right: 104px;
  padding-top: 54px;
}
/*联系我们*/
.dotmore {
  clear: both;
  margin: 0 auto;
  padding: 6px 0px 50px;
  text-align: center;
  cursor: pointer;
}
.contactbg {
  width: 100%;
  background: url("../images/contactban.jpg")  #f5f6f8  no-repeat top center;
	background-size: 100% auto;
  min-height: 611px;
  padding-left: 140px;
  padding-top: 50px;
	overflow: hidden;
}
.conban_title {
  font-size: 3.125vw;
  color: #e60113;
  padding: 50px 0px;
}
.conban_add {
  width: 100%;
  background: url("../images/con01.png") no-repeat left center;
  padding-left: 50px;
  font-size: 20px;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
}
.conban_tel {
  width: 100%;
  background: url("../images/con02.png") no-repeat left center;
  padding-left: 50px;
  font-size: 20px;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
}
.conban_email {
  width: 100%;
  background: url("../images/con03.png") no-repeat left center;
  padding-left: 50px;
  font-size: 20px;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
}
.conban_wx {
  padding-top: 80px;
  clear: both;
}
.conban_wx .chy_foot01 img {
  width: 68px;
}
.conban_wx .chy_foot01 .d-project-erwei img {
  width: 137px;
  height: 137px;
}
.mendian_zong {
  font-size: 2.6vw;
  color: #000;
  padding: 80px 0px 63px;
  clear: both;
  width: 100%;
  overflow: hidden;
  padding-left: 140px;
}
.mendian_zong span {
  color: #e60113;
  font-size: 59px;
  margin: 3px 0px;
}
.serhxnform input[type="text"], .serhxnform input[type="password"] {
  height: 46px;
  line-height: 46px;
  border: 1px solid #c3c3c3;
  background: rgba(255, 255, 255, 0.8);
  padding: 0 10px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 190px;
  font-size: 17px;
  float: left;
}
.serhxnform select {
  height: 46px;
  line-height: 46px;
  border: 1px solid #c3c3c3;
  padding: 0 10px;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  width: 140px;
  background: url("../images/selectli.png") no-repeat 90% center;
  background-size: 18px auto;
  color: #666;
  font-size: 17px;
  margin-left: 1%;
}
.button-search {
  width: 56px;
  background: url(../images/top06a.png) #e60113 no-repeat center center;
  background-size: 30px auto;
  padding-left: 50px;
  border: 0px;
  height: 46px;
  line-height: 46px;
  float: right;
  cursor: pointer;
}
.serhxnform {
  width: 400px;
  margin-left: 140px;
  margin-bottom: 80px;
}
.bgfo {
  background: #f0f0f0;
  overflow: hidden;
  padding: 70px 30px 0px 30px;
}
.zmd_list li {
  background: #fff;
  border-radius: 16px;
  padding: 2vw;
  width: 32%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  margin-bottom: 48px;
  float: left;
  margin-right: 2%;
	min-height: 210px;
}
.zmd_list li:nth-child(3n) {
  margin-right: 0px;
  float: right;
}
.zmdns01 {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  padding-bottom: 15px;
}
.zmdns02 {
  width: 100%;
  background: url("../images/con02.png") no-repeat left center;
  background-size: 28px auto;
  padding-left: 40px;
  font-size: 22px;
  height: 40px;
  line-height: 40px;
}
.zmdns03 {
  width: 100%;
  background: url("../images/con01.png") no-repeat left center;
  background-size: 28px auto;
  padding-left: 40px;
  font-size: 16px;
  line-height: 23px;
}
.zmd_list li:hover {
  background: #e60113;
}
.zmd_list li:hover .zmdns01 {
  color: #fff;
}
.zmd_list li:hover .zmdns03 {
  background: url("../images/con01a.png") no-repeat left center;
  background-size: 28px auto;
  color: #fff;
}
.zmd_list li:hover .zmdns02 {
  background: url("../images/con02a.png") no-repeat left center;
  background-size: 28px auto;
  color: #fff;
}
.notice_title {
  font-size: 60px;
  color: #000;
  text-align: center;
  padding: 90px 0px 20px 0px;
  overflow: hidden;
}
.noticebg {
  background: url("../images/noticebg.jpg") no-repeat left center;
  background-size: cover;
  height: 436px;
  padding-top: 60px;
}

.zzmenu_notice {
  margin: 50px auto 0px;
	  display: flex;
  align-items: center;
  justify-content: center;
}
.zzmenu_notice a {
	padding: 0px 40px;
  height: 68px;
  line-height: 68px;
  float: left;
  border-radius: 50px;
  text-align: center;
  color: #000;
  cursor: pointer;
  font-size: 20px;
  font-weight: bold;
  margin-top: 11px;
  background: #fff;
  margin: 0px 15px;
}
.zzmenu_notice a.nomalnews {
  background: #e60113;
	color: #fff;
}
.tzzlx_box {
  margin: 4vw 0px 2vw 4vw;
  clear: both;
}
.tzzlx_box span {
  padding-left: 50px;
  font-size: 22px;
  font-weight: bold;
  height: 70px;
  line-height: 70px;
  color: #fff;
  display: inline-block;
  border-radius: 39px;
  color: #fff;
  padding: 0px 80px 0px 86px;
  margin-right: 40px;
}
.tzzlx_box {
  font-size: 30px;
  color: #000;
}
.tzzlx_box div {
  margin-top: 15px;
}
.tzzlx_add span {
  background: url("../images/con01a.png") #eb3442 no-repeat 30px center;
}
.tzzlx_tel span {
  background: url("../images/con04a.png") #eb3442 no-repeat 30px center;
}
.tzzlx_email span {
  background: url("../images/con02a.png") #eb3442 no-repeat 30px center;
}
.tzzlx_youxiang span {
  background: url("../images/con05a.png") #eb3442 no-repeat 30px center;
}
.contact_ditu {
  height: 460px;
  width: 100%;
  margin: 90px auto 50px;
}
.BMap_bubble_content {}
.dangjianbg {
  background: url("../images/dangjianbg.jpg") no-repeat left center;
  background-size: cover;
  height: 170px;
  line-height: 170px;
  color: #fff;
  font-size: 50px;
  padding-left: 4vw;
}
.ceobg {
  background: url("../images/ceobg.jpg") no-repeat left center;
  background-size: cover;
  height: 464px;
  padding-left: 9vw;
  color: #fff;
  padding-top: 70px;
}
.dj_morebtn {
  background: url("../images/moredj.png") no-repeat left center;
  background-size: 22px auto;
  padding-left: 30px;
  color: #999;
  margin-top: 40px;
}
.job_box {
  background: none repeat scroll 0 0 #F7F7F7;
  float: left;
  line-height: 20px;
  padding: 20px 50px;
  width: 100%;
  font-size: 14px;
  font-size: 18px;
}
.ttpcir p {
  position: relative;
  padding-left: 18px;
  font-size: 18px;
  line-height: 25px;
}
.ttpcir p:before {
  content: '';
  display: block;
  width: 6px;
  height: 6px;
  background: #e60113;
  position: absolute;
  left: 0px;
  top: 8px;
  border-radius: 50%;
}
.shh_title{
	font-weight: bold;
}
.ttpcir p.shh_title:before{
	background: none;
}
p.shh_title {
	padding-left: 0px;
		font-size: 24px;
}
.ceo_menutitle {
  float: left;
  height: 145px;
  line-height: 145px;
  padding-left: 40px;
  background: url(../images/arr01.png) #fff no-repeat 96% center;
  background-size: 39px auto;
  font-size: 26px;
  width: 100%;
  font-weight: bold;
  border-radius: 30px;
  cursor: pointer;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  margin-bottom: 35px;
}
.ceo_menutitle.on {
  background: url(../images/arr02.png) #fff no-repeat 96% center;
  background-size: 39px auto;
}
.bgf5 {
  background: #f5f5f5;
  padding: 50px 104px 50px 90px;
}
.ceo02 {
  font-weight: bold;
  font-size: 50px;
  padding: 5px 0px 40px 0px;
}
.ceo03 {
  font-weight: bold;
  line-height: 44px;
}
.ceo_intro {
  background: #fff;
  border-radius: 20px;
  padding: 4vw;
  position: relative;
  top: -90px;
  z-index: 6;
  z-index: 3;
}
.culture_menu {
  width: 100%;
  padding-bottom: 120px;
  overflow: hidden;
}
.culture_menu li {
  height: 482px;
  float: left;
  background: #fff;
  margin-bottom: 50px;
  padding-left: 0px;
  position: relative;
  width: 28.666666%;
  margin-right: 7%;
}
.culture_menu li:nth-child(3n) {
  margin-right: 0px;
  float: right;
}
.culture_menu .cul_img {
  width: 100%;
  height: 20vw;
  overflow: hidden;
}
.culture_menu li:hover .imgbg {
  transform: scale(1.1, 1.1);
}
.cul_title {
  font-size: 1.88vw;
  font-weight: bold;
  padding: 25px 30px 15px;
  color: #000;
  overflow: hidden;
}
.cul_intro {
  font-size: 26px;
  color: #585858;
  padding: 10px 30px;
}
.wtlleft1, .wtlright1 {
  position: absolute;
  top: 49.6%;
  width: 85px;
  height: 28px;
  cursor: pointer;
  z-index: 9;
}
.wtlleft1 {
  right: 20%;
  background: url(../images/bt01.png) center no-repeat;
}
.wtlright1 {
  right: 15%;
  background: url(../images/bt02.png) center no-repeat;
}
.video_icon {
  background: url(../images/videoico.png) no-repeat top center;
  width: 54px;
  height: 54px;
  left: 50%;
  top: 50%;
  margin-top: -27px;
  margin-left: -27px;
  position: absolute;
}
.videoyear {
  bottom: -40px;
  left: 50px;
  position: absolute;
  color: #d9d9d9;
  font-size: 160px;
  height: 100px;
  z-index: 2;
}
.newszyts {
  position: relative;
  overflow: hidden;
  height: 600px;
  width: 100%;
	margin-top: 40px;
}
.newsqyts {
  position: absolute;
  left: 0px;
  top: 0px;
  height: 660px;
  width: 100%;
}
.shzrbg {
  position: relative;
  height: 632px;
  width: 100%;
}
.shzr_img {
  background: url(../images/shzrbg.jpg) no-repeat top center;
  background-size: cover;
  height: 632px;
  width: 94%;
}
.shzrbg .data {
  background: #e60113;
  width: 1000px;
  height: 258px;
  right: 0px;
  bottom: 0px;
  top: auto;
  padding-top: 90px;
}
.shzrbg .data_sz span {
  font-size: 97px;
}
.data_txt {
  font-size: 20px;
  font-weight: bold;
  padding-top: 10px;
}
.shzr_title {
  position: absolute;
  right: 0;
  z-index: 3;
  top: 70px;
  color: #e60113;
  font-size: 40px;
  width: 1000px;
  line-height: 56px;
  padding-left: 30px;
  background: url("../images/icota.png") no-repeat 5px 10px;
}
.shzr_title span {
  font-size: 70px;
}
.shzr_intro {
  position: absolute;
  right: 0;
  z-index: 3;
  top: 230px;
  color: #000;
  width: 1000px;
  line-height: 56px;
  font-size: 26px;
  padding-left: 30px;
}
.shzr_menu {
  width: 100%;
  margin-top: 100px;
}
.shzr_menu li {
  height: 380px;
  float: left;
  background: #fff;
  margin-bottom: 50px;
  padding-left: 0px;
  position: relative;
  width: 30.666666%;
  margin-right: 4%;
}
.shzr_menu li:nth-child(3n) {
  margin-right: 0px;
  float: right;
}
.shzr_menu .shzr_img {
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative;
  border-radius: 26px;
}
.shzr_menu li:hover .imgbg {
  transform: scale(1.1, 1.1);
}
.shzr_juan {
  position: absolute;
  left: 0px;
  z-index: 3;
  top: 80px;
  color: #fff;
  font-size: 35px;
  line-height: 56px;
  padding-left: 30px;
}
.shzr_juan span {
  font-size: 50px;
}
.shzr_pp {
  font-size: 24px;
  padding: 30px 20px;
  text-align: center;
  line-height: 39px;
}
.jianpai {
  width: 93%;
}
.jianpai li {
  background: #fff;
  padding: 50px;
  margin-bottom: 30px;
  font-size: 20px;
  border-radius: 18px;
  overflow: hidden;
  -moz-box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
}
.jianpai li:hover {
  background: #e60113;
  color: #fff;
}
.pad0 {
  padding-top: 0px;
}
.gy_title {
  font-weight: bold;
  font-size: 26px;
  padding-bottom: 20px;
}
.cyyj_list {
  clear: both;
  text-align: left;
  width: 89%;
  float: left;
  margin-left: 3.5%;
  overflow: hidden;
}
.cyyj_list li {
  height: 56vh;
  float: left;
  background: #fff;
  margin-bottom: 50px;
  padding-left: 0px;
  position: relative;
  width: 100%;
  width: 28.666666%;
  margin-right: 7%;
  padding: 30px;
  border-radius: 19px;
}
.cyyj_list li:hover {
  background: url(../images/about_arrow.png) #e60113 no-repeat 90% 90%;
}
.cyyj_list li:hover .cyyj_title {
  color: #fff;
}
.cyyj_list li:nth-child(3n) {
  margin-right: 0px;
  float: right;
}
.cyyj_list .kbimgny {
  width: 100%;
  height: 36vh;
  overflow: hidden;
}
.cyyj_list li a .xximg {
  width: 100%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  height: 100%;
}
.cyyj_list li a:hover .xximg {
  transform: scale(1.1, 1.1);
}
.cyyj_list li a .xximg img {
  width: 100%;
  height: 100%;
}
.cyyj_title {
  font-size: 1.4vw;
  line-height: 2.2vw;
  box-sizing: border-box;
  text-align: left;
  padding-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.bg_cul {
  background: url("../images/bgclu.jpg") no-repeat;
  background-size: cover;
  height: 441px;
  clear: both;
  position: relative;
  padding: 80px 63px;
}
.culbtnleft, .culbtnright {
  position: absolute;
  top: 40%;
  width: 48px;
  height: 48px;
  cursor: pointer;
  z-index: 3;
}
.culbtnright {
  left: 38px;
  background: url(../images/culleft.png) #fff no-repeat center center;
  background-size: 32px auto;
  -moz-box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.culbtnleft {
  right: 38px;
  background: url(../images/culleft.png) #fff no-repeat center center;
  transform: scaleX(-1);
  background-size: 32px auto;
  -moz-box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.culslide li {
  background: #fff;
  border-radius: 18px;
  padding: 30px 20px;
	height: auto;
	min-height: 213px;
  text-align: center;
  -moz-box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.1);
}
.culslide2 {
  font-size: 25px;
  font-weight: bold;
}
.culslide3 {
  color: #585858;
  padding-top: 20px;
  font-weight: bold;
}
.culslide li:hover {
  background: #e60113;
}
.culslide li:hover .culslide2, .culslide li:hover .culslide3 {
  color: #fff;
}
#tabschy1_cul.swiper-container-horizontal > .swiper-pagination-bullets, #tabschy1_cul.swiper-pagination-custom, #tabschy1_cul.swiper-pagination-fraction {
  bottom: 0px;
  left: 0;
  width: 100%;
  text-align: center;
}
#tabschy1_cul .swiper-pagination-bullet {
  width: 23px;
  height: 3px;
  display: inline-block;
  border-radius: 0px;
  background: #d8d8d8;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
#tabschy1_cul .swiper-pagination-bullet-active {
  opacity: 1;
  background: #e60113;
  height: 6px;
}
#tabschy1_cul {
  padding-bottom: 80px;
  padding-top: 10px;
}
.pinzhibg {
  background: url(../images/pinzhi.jpg) no-repeat top center;
  background-size: cover;
  height: 518px;
  width: 100%;
  color: #fff;
  padding-left: 40vw;
  padding-top: 90px;
}
.pinzhi01 {
  font-size: 3.125vw;
  font-weight: bold;
  padding-bottom: 36px;
}
.pinzhi02 {
  font-size: 2.35vw;
  line-height: 3.26vw;
  padding-bottom: 37px;
}
.pinzhi03 {
  font-size: 20px;
  line-height: 29px;
  background: url("../images/right.png") no-repeat right bottom;
  width: 700px;
}
.pinz_pp {
  font-size: 18px;
  padding: 30px;
  color: #000;
}
.pinz_menu {
  width: 100%;
  margin-top: 50px;
  padding-bottom: 60px;
  overflow: hidden;
}
.pinz_menu li {
  height: 420px;
  float: left;
  background: #fff;
  margin-bottom: 50px;
  padding-left: 0px;
  position: relative;
  width: 30.666666%;
  margin-right: 4%;
}
.pinz_menu li:nth-child(3n) {
  margin-right: 0px;
  float: right;
}
.pinz_menu .shzr_img {
  width: 100%;
  height: 280px;
  overflow: hidden;
  position: relative;
  border-radius: 26px;
}
.pinz_menu li:hover .imgbg {
  transform: scale(1.1, 1.1);
}
.pinz_juan {
  position: absolute;
  font-size: 2.1vw;
  font-weight: bold;
  z-index: 2;
  left: 40px;
  top: 35px;
  color: #e60113;
}
.pinz_juan01 {
  left: 40px;
  top: 90px;
}
.pinz_intro {
  position: absolute;
  font-size: 1.2vw;
  line-height: 2vw;
  font-weight: bold;
  z-index: 2;
  left: 40px;
  top: 85px;
  color: #000;
}
.pinz_intro01 {
  left: 40px;
  top: 135px;
}
.pinz_juan03 {
  left: 40px;
  top: 60px;
  color: #fff;
}
.pinz_intro03 {
  left: 40px;
  top: 110px;
  color: #fff;
}
.suyuan_wrap {
  height: 43vw;
  width: 100%;
  position: relative;
	margin-bottom: 100px;
}
.suyuanbg {
  background: url(../images/sybg.jpg) no-repeat top center;
  background-size: cover;
  height: 43vw;
  width: 90%;
  margin-left: 2%;
}
.syuanchy1 {
  font-size: 32px;
  padding: 10px 0px 20px;
}
.syuanchy2 {
  font-size: 3.125vw;
  padding: 20px 0px;
  overflow: hidden;
}
.syuanchy3 {
  font-size: 20px;
  font-weight: bold;
  padding-top: 22px;
}
.syuanchy4 a {
  width: 110px;
  height: 60px;
  line-height: 53px;
  border: 3px solid #fff;
  color: #fff;
  border-radius: 55px;
  text-align: center;
  display: block;
  margin-top: 23px;
  margin-left: 16vw;
  background: url(../images/rr1.png) no-repeat 10px 10px;
  padding-left: 29px;
  font-weight: bold;
}
.syuanchy4 a:hover {
  background: url(../images/rr101.png) #fff no-repeat 10px 10px;
  color: #bd0612;
}
.dothxn {
  position: absolute;
  top: 17px;
  left: 33px;
  z-index: 3;
}
.yuan_video {
  position: absolute;
  right: 0px;
  width: 30vw;
  height: 374px;
  background: rgba(230, 1, 19, .8);
  z-index: 3;
  top: 50%;
  margin-top: -187px;
  color: #fff;
  padding: 60px;
}
.aboutimg {
/*  width: calc(100% - 104px);*/
	width: 100%;
  position: relative;
  height: 649px;
}
.aboutimg_l {
  width: 64%;
  height: 649px;
  float: left;
}
.aboutimg_r {
  width: 36%;
  padding: 2vw;
  float: right;
}
.layout {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  position: relative;
}
.about_title {
  font-size: 2.5vw;
  line-height: 3vw;
  padding: 20px 0px 20px 110px;
  color: #000;
  font-weight: bold;
  background: url("../images/douhao.png") no-repeat 10px 6px;
}
.about_pp {
  padding-top: 49px;
  padding-left: 2vw;
  line-height: 29px;
  color: #000;
}
.aboutimg .m2us_numBox {
  width: 58%;
  float: left;
  padding-top: 60px;
  margin-left: 2%;
}
.aboutimg .data {
  background: #e60113;
  height: 193px;
  bottom: 0px;
  width: 90%;
  right: auto;
  top: auto;
  margin-left: 10%;
}
.gupiao {
  float: left;
  font-size: 28px;
  line-height: 66px;
  padding-top: 29px;
  width: 18%;
  text-align: center;
}
.gupiao span {
  font-size: 62px;
}
.haoslog {
  float: left;
  text-align: center;
  width: 19%;
}
.haoslog img {
  width: 100%;
	max-width: 203px;
}
.about2bg {
  padding: 140px 0 150px;
  background: url('../images/about02bg.jpg') center center;
  background-size: cover;
  height: 86vh;
  color: #000;
  overflow: hidden;
  clear: both;
  width: 100%;
  position: relative;
  font-size: 20px;
  color: #565656;
  margin-bottom: 40px;
}
.gbian01 {
  position: absolute;
  left: 60px;
  top: 23vh;
}
.gbian02 {
  position: absolute;
  left: 60px;
  top: 35vh;
}
.gbian03 {
  position: absolute;
  left: 60px;
  top: 47vh;
}
.gbian04 {
  position: absolute;
  left: 60px;
  top: 60vh;
}
.gbian05 {
  position: absolute;
  right: 40px;
  top: 23vh;
  width: 270px;
}
.gbian06 {
  position: absolute;
  right: 40px;
  top: 37vh;
  width: 270px;
}
.gbian07 {
  position: absolute;
  right: 40px;
  top: 50vh;
  width: 270px;
}
.about2bg span {
  font-size: 26px;
  color: #000;
  font-weight: bold;
}
.about3 {
  padding: 140px 6% 150px;
  background: url('../images/about-bg.jpg') center center;
  background-size: 100% 100%;
  color: #fff;
  overflow: hidden;
  clear: both;
  width: 100%;
}
.about3 .left {
  width: 44%;
  float: left;
  position: relative;
}
.about3 .left .title1 {
  font-size: 40px;
  line-height: 40px;
}
.about3 .left .title2 {
  margin: 14px 0;
  font-size: 42px;
  line-height: 42px;
  font-weight: bold;
}
.about3 .left .title3 {
  font-size: 26px;
  line-height: 26px;
}
.about3 .left p {
  text-align: justify;
  font-size: 16px;
  line-height: 32px;
  margin: 28px 0 46px;
}
.about3 .left img {
  width: 100%;
  margin-bottom: 36px;
}
.about3 .left .bottom-text {
  font-size: 20px;
}
.about3 .left .bottom-text span {
  color: #d2aa57;
}
.about3 .right {
  float: right;
  width: 44%;
}
.about3 .right .title {
  font-size: 16px;
  margin: 54px 0 48px;
  color: #d2aa57;
}
.about3 .right .title span {
  font-size: 36px;
  margin-right: 18px;
  font-weight: bold;
  font-family: 'DIN_Medium';
}
.about3 .right p {
  font-size: 16px;
  line-height: 32px;
  margin-bottom: 46px;
}
.about3 .img-wrap img {
  width: 132px;
  margin-left: 28px;
}
.about3 .img-wrap img:first-child {
  margin-left: 0;
}
.about3 .list {
  line-height: 32px;
  font-size: 16px;
  padding-left: 32px;
  width: 320px;
  background: url('../images/about14.png') no-repeat left 9px;
}
.about3 .line {
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 660px;
  background-color: #d2aa57;
}
.about3 .img-wrap img {
  width: 30.333%;
  margin-left: 2%;
  max-width: 155px;
}
.about3 .icon {
  position: absolute;
  right: -30px;
  top: 468px;
}
.about_foot {
  position: relative;
  overflow: hidden;
  padding-top: 160px;
  padding-left: 3vw;
}
.about_footl {
  width: 33%;
  float: left;
}
.about_footr {
  width: 50%;
  float: right;
  padding-top: 330px;
  padding-bottom: 160px;
}
.icoabout01 {
  position: absolute;
  right: 0px;
  top: 30px;
  z-index: 2;
}
.icoabout02 {
  position: absolute;
  left: 14%;
  bottom: 0px;
  z-index: 2;
}
.title_wt {
  font-size: 1.775vw;
  color: #000;
  line-height: 3.3vw;
}
.title_wt span {
  font-size: 3.125vw;
  font-weight: bold;
  padding-top: 1vw;
  display: block;
}
.intro_wt {
  line-height: 29px;
  padding-top: 90px;
  color: #4f4f4f;
}
/*企业荣誉*/
.honorbg {
  width: 100%;
  background: url(../images/honorbg.jpg) repeat-y top center;
  overflow: hidden;
  padding-bottom: 50px;
  margin-top: 30px;
  overflow: hidden;
}
.honorbox {
  overflow: hidden;
  height: 300px;
  overflow: hidden;
  position: relative;
}
.honorbox_l {
  width: 53%;
  position: absolute;
  height: 186px;
  left: 0px;
  top: 0px;
}
.honorimg {
  float: left;
  width: 37%;
}
.honorimg img {
  max-height: 186px;
  max-width: 281px;
  width: 100%;
}
.honortxt {
  float: right;
  color: #a3a3a3;
  text-align: right;
  padding: 20px 0px;
  width: 30%;
  margin-right: 4%;
  margin-top: 5px;
}
.honortxt span {
  font-size: 26px;
  color: #000;
}
.honor_year {
  background: url(../images/yearbg.png) no-repeat bottom left;
  width: 25%;
  height: 30px;
  float: right;
  padding-bottom: 40px;
  font-size: 26px;
  color: #e60113;
  margin-top: 5px;
}
.honorbox_r {
  width: 53%;
  position: absolute;
  height: 196px;
  right: 0px;
  bottom: 5px;
}
.honorbox_r .honorimg {
  float: right;
}
.honorbox_r .honor_year {
  float: left;
  background: url(../images/yearbg01.png) no-repeat bottom right;
  text-align: right;
  margin-top: 47px;
}
.honorbox_r .honortxt {
  float: left;
  text-align: left;
  margin-left: 4%;
  margin-top: 46px;
  margin-right: 0%;
}
/*好想你枣文化*/
.ninebg {
  background: url(../images/ninebg.jpg);
  background-size: cover;
  height: 413px;
  color: #fff;
}
.nine_ch {
  font-size: 60px;
  font-weight: bold;
  padding-top: 20px;
}
.nine_en {
  font-size: 48px;
  line-height: 48px;
}
.ninetxt {
  position: absolute;
  right: 9%;
  z-index: 3;
  padding-top: 116px;
}
.three_ch {
  font-size: 3.125vw;
  font-weight: bold;
  line-height: 60px;
}
.three_en {
  font-size: 50px;
  line-height: 48px;
  letter-spacing: 2px;
}
.threeclu {
  color: #000;
  text-align: center;
  padding: 100px 0px 150px;
}
.ganen {
  background: #fde8e9;
  height: 366px;
  width: 94%;
  overflow: hidden;
  border-radius: 12px;
}
.ganen_title {
  font-size: 2.786vw;
  padding: 45px 0px;
}
.ganen_pp {
  font-size: 20px;
  line-height: 46px;
  padding-top: 20px;
  padding-right: 40px;
}
.ganen_list li {
  text-align: center;
  padding: 30px 0px;
  width: 25%;
  float: left;
  color: #000;
}
.ganen_list li:hover {
  background: url(../images/ganenbg.png) #e60113 no-repeat bottom right;
  color: #fff;
  border-radius: 9px;
}
.ganenbg03 {
  background: url(../images/ganenbg03.png) no-repeat bottom right;
  width: 91%;
  float: right;
  padding-bottom: 370px;
  overflow: hidden;
  clear: both;
	position: relative;
  margin-top: 180px;
}
.gn_wrap {
  width: 90%;
  float: left;
  position: relative;
  padding-bottom: 180px;
}
.xlidong {
  position: absolute;
  bottom: 20px;
  width: 646px;
  z-index: 2;
  left: 50%;
  margin-left: -323px;
}
.gn_wrapl {
  width: 50%;
  float: left;
}
.gn_wrapl img {
  width: 100%;
  border-radius: 16px;
  max-width: 654px;
}
.gn_wrapr {
  width: 50%;
  padding: 0px 0px 0px 50px;
  font-size: 18px;
  line-height: 34px;
  float: left;
  padding-top: 16px;
}
.xili_ch {
  font-size: 3.125vw;
  font-weight: bold;
  line-height: 60px;
  color: #e60113;
  padding-bottom: 12vh;
}
.xili_en {
  font-size: 50px;
  line-height: 48px;
  letter-spacing: 2px;
  color: #e60113;
}
.xlidong img {
  border-radius: 16px;
  margin-bottom: 40px;
  display: block;
}
.xlidong {
  padding-bottom: 100px;
  font-size: 18px;
  line-height: 36px;
}
.in_pro_boxgn {
  width: 90%;
  height: 100px;
  margin: 90px 0px 70px;
  margin-left: 5%;
}
.in_pro_boxgn > ul > li {
  width: 11.111111%;
  float: left;
  position: relative;
  height: 100px;
  text-align: center;
  transition: width 1s;
  -moz-transition: width 1s; /* Firefox 4 */
  -webkit-transition: width 1s; /* Safari 鍜� Chrome */
  -o-transition: width 1s; /* Opera */
}
.in_pro_boxgn ul li.onwid {
  width: 28%;
}
.in_pro_icongn {
  float: left;
  padding-top: 0px;
}
.in_pro_boxgn ul li.offwid {
  width: 9%;
}
.in_pro_kungn {
  float: left;
  opacity: 0;
  margin-left: 120px;
  overflow: hidden;
  position: absolute;
  bottom: -30px;
  color: #000;
  height: 0px;
  text-align: left;
  z-index: 3;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.in_pro_boxgn ul li.onwid .in_pro_kungn {
  opacity: 1;
  overflow: hidden;
  bottom: 0px;
  height: 100px
}
.thchyxx01 {
  font-size: 49px;
  color: #e60113;
  padding-bottom: 10px;
  padding-top: 3px;
}
.thchyxx02 {
  font-size: 28px;
  color: #000;
  font-weight: bold;
}
.thchyxx03 {
  font-size: 15px;
}

.gnbgcirl:before {
  background: url(../images/xiaa.png) no-repeat top center;
  position: absolute;
  left: 0px;
  top: 800px;
  content: "";
  width: 606px;
  height: 1106px;
  z-index: -1
}
.gnbgcirl:after {
  background: url(../images/xibb.png) no-repeat top center;
  position: absolute;
  right: 0px;
  top: 700px;
  width: 141px;
  height: 430px;
  content: "";
}
.zaospbg {
  background: url("../images/zaosp.jpg") no-repeat top center;
  background-size: cover;
  height: 35vw;
  width: 93%;
  margin-top: 80px;
}
.zao_shipin {
  clear: both;
  width: 100%;
  margin-top: 80px;
  padding-bottom: 88px;
  overflow: hidden;
}
.zao_shipinl {
  width: 48%;
  float: left;
  position: relative;
  height: 455px;
}
.zao_shipinr {
  width: 48%;
  float: right;
  position: relative;
  height: 455px;
}
.zaosp_txt {
  position: absolute;
  right: 20px;
  top: 160px;
  z-index: 3;
  color: #fff;
}
.zsp01 {
  font-size: 26px;
  font-weight: bold;
}
.zsp02 {
  font-size: 3.125vw;
  padding: 20px 0px 30px;
}
.zsp03 {
  color: #000;
  font-size: 18px;
  background: #fff;
  border-radius: 60px;
  width: 82px;
  height: 45px;
  line-height: 45px;
  text-align: center;
}
.syuanchy9 a {
  font-size: 20px;
  width: 110px;
  height: 60px;
  line-height: 57px;
  border: 3px solid #ffc887;
  color: #ffc887;
  border-radius: 55px;
  text-align: center;
  background: url(../images/rr19.png) no-repeat 10px 12px;
  padding-left: 29px;
  float: left;
  margin-left: 30px;
}
.syuanchy9 a:hover {
  background: url(../images/rr101.png) #fff no-repeat 10px 12px;
  color: #e51627;
  border: 3px solid #fff;
}
.zaojm {
  float: left;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  margin-left: 26px;
}
.yuan_video99 {
  position: absolute;
  right: 0px;
  width: 30vw;
  height: 374px;
  background: rgba(230, 1, 19, .9);
  z-index: 3;
  top: 50%;
  margin-top: -187px;
  color: #fff;
  padding: 40px 60px;
}
.yuan_video99 img{
	width: 100%;
	max-width: 370px;
}
.suyuan_wrap99 {
  height: 35vw;
  width: 100%;
  position: relative;
}
.blank90 {
  height: 80px;
  clear: both;
  overflow: hidden;
}
.yanfabg {
  background: url(../images/yanfabg.jpg) no-repeat top center;
  background-size: cover;
  height: 514px;
  width: 100%;
  color: #fff;
  padding-left: 3vw;
  padding-top: 90px;
}
.yanfa01 {
  font-size: 3.125vw;
  font-weight: bold;
  padding-bottom: 32px;
  background: url(../images/yfico.png) no-repeat 0px 0px;
  padding-left: 60px;
  padding-top: 14px;
}
.yanfa02 {
  font-size: 2.1vw;
  line-height: 3vw;
  padding-bottom: 27px;
  font-weight: bold;
  padding-left: 60px;
}
.yanfa03 {
  line-height: 30px;
  padding-bottom: 20px;
  width: 750px;
  font-weight: bold;
  padding-left: 60px;
}
.qianli_title {
  font-size: 3.125vw;
  font-weight: bold;
  padding-bottom: 32px;
  background: url(../images/qianli.png) no-repeat 0px 0px;
  padding-left: 60px;
  padding-top: 34px;
  color: #e60113;
  margin-left: 3%;
  margin-top: 60px;
}
.qianli_wrap {
  width: 88%;
  clear: both
}
.qianli_pp {
  padding-left: 60px;
  margin-left: 3%;
  padding-top: 5px;
}
.qianli_title span {
  font-weight: 400;
  color: #000;
}
.jj_qianlil {
  width: 40%;
  float: left;
}
.jj_qianlir {
  width: 38%;
  float: right;
  margin-top: 30px;
  margin-right: 12%;
  text-align: right;
}
.jj_qianlir img {
  width: 100%;
  max-width: 558px;
}
.jj_qianli {
  width: 100%;
  clear: both;
  position: relative;
  height: 580px;
  margin-top: 50px;
  margin-bottom: 88px;
}
.jj_qianli:before {
  background: #e5ddd6;
  width: 100%;
  height: 341px;
  content: "";
  left: 0px;
  bottom: 0px;
  z-index: -1;
  position: absolute;
}
.pp_jiew {
  padding-top: 280px;
  line-height: 29px;
  color: #2e2c2a;
  width: 98%;
  margin-left: 15%;
}
.qianli_intro {
  font-weight: bold;
  font-size: 20px;
  padding-bottom: 20px;
  padding-left: 60px;
  margin-left: 3%;
  color: #000;
  padding-top: 7px;
}
.jiew_wrap {
  background: url(../images/sbtitle.jpg) no-repeat left bottom;
  background-size: 100% auto;
  padding-bottom: 80px;
  height: 640px;
}
.yjy_ul {
  padding-top: 36px;
  width: 90%;
  margin: 0 auto;
}
.yjy_ul li {
  width: 20%;
  text-align: center;
  color: #000;
  line-height: 21px;
  float: left;
  font-weight: bold;
  font-size: 18px;
}
.jj_qianli .qianli_title {
  font-size: 3.125vw;
  font-weight: bold;
  padding-bottom: 32px;
  background: url(../images/qianli.png) no-repeat 0px 0px;
  padding-left: 60px;
  padding-top: 34px;
  color: #e60113;
  margin-left: 3%;
  margin-top: 80px;
  position: absolute;
}
.hxnwrap {
  width: 100%;
}
.conban_wx .chy_foot01 .d-project-erwei {
  bottom: 70px;
}
.join_list img {
  width: 100%;
  display: block;
}
.join_list {
  font-size: 26px;
  color: #000;
  clear: both;
}
.join_list span {
  font-size: 3.125vw;
  line-height: 69px;
}
.join_l {
  width: 50%;
  float: left;
}
.join_r {
  width: 50%;
  float: left;
  padding: 6vw 0px 0px 9vw;
}
.xyzpbtn a {
  width: 13vw;
  height: 4vw;
  line-height: 3.6vw;
  border: 3px solid #e60113;
  color: #e60113;
  border-radius: 55px;
  text-align: left;
  display: block;
  margin-top: 6vw;
  background: url(../images/zb_morea.png) no-repeat 9vw center;
  padding-left: 40px;
  font-weight: bold;
  font-size: 20px;
}
.xyzpbtn a:hover {
  background: url(../images/zb_moreats.png) #e60113 no-repeat 9vw center;
  color: #fff;
}
.g-nav {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.lefmenu li {
  font-size: 16px;
  display: block;
  color: #585858;
  float: left;
  height: 8.3vh;
  width: 100%;
  line-height: 7vh;
  text-align: left;
  font-weight: bold;
  padding-left: 56px;
}
.topbg.cur .lefmenu li {
  color: #fff;
}
.shuzi_pz {
  font-size: 33px;
  position: absolute;
  z-index: 1;
  left: 40px;
  bottom: 40px;
  color: #fff;
}
.yjsm_title {
  color: #e60113;
  font-size: 26px;
  line-height: 2.625vw;
  padding-left: 100px;
  padding-top: 70px;
  clear: both;
}
.yjsm_title span {
  font-size: 3.125vw;
}
.kbchys {
  padding: 90px 0px 110px;
  overflow: hidden;
  width: 96%;
  margin-left: 4%;
}
.kbchys li {
  width: 33.3333%;
  text-align: left;
  float: left;
}
.kbchys_l {
  background: url("../images/coa03.png") no-repeat top center;
  width: 270px;
  height: 270px;
  font-size: 26px;
  color: #fff;
  padding: 160px 0px 0px 60px;
  line-height: 2.144vw;
}
.kbchys_l span {
  font-size: 2.344vw;
}
.kbchys_r {
  font-size: 20px;
  line-height: 33px;
  padding-top: 50px;
  color: #000;
}
.kbchys li:nth-child(2) .kbchys_l {
  background: url("../images/coa02.png") no-repeat top center;
}
.kbchys li:nth-child(3) .kbchys_l {
  background: url("../images/coa01.png") no-repeat top center;
}
.joinbg03 {
  width: 100%;
  background: url(../images/joinbg01.jpg) no-repeat top center;
  background-size: cover;
  height: 290px;
}
.shisu_l {
  float: left;
}
.shisu {
  background: #fff;
  height: 440px;
  width: 35%;
  border-radius: 19px;
  padding: 3vw 2vw;
  float: left;
  margin-top: 75px;
  margin-left: 4%;
}
.shisu_title {
  font-size: 40px;
  color: #e60113;
}
.shisu_ul {
  padding-top: 90px;
}
.touying {
  -moz-box-shadow: 0 0 11px rgba(43, 93, 151, 0.2);
  -webkit-box-shadow: 0 0 11px rgba(43, 93, 151, 0.2);
  box-shadow: 0 0 11px rgba(43, 93, 151, 0.2);
  margin-bottom: 40px;
}
.shisu_ul li {
  width: 33.333%;
  float: left;
  padding-top: 12px;
  font-size: 1.36vw;
  text-align: center;
}
.guanhai_ul {
  padding-top: 60px;
  color: #000;
}
.guanhai_ul li {
  font-size: 20px;
  padding: 5px 0px;
}
.guanhai_ul li span {
  background: url("../images/ligh.png") no-repeat bottom right;
  color: #14a2e0;
  font-size: 26px;
  margin-right: 15px;
  height: 36px;
  width: 36px;
  display: block;
  float: left;
  text-align: center;
}
.shisu_r {
  background: url("../images/ghbg09.jpg") #fff no-repeat top right;
  height: 440px;
  width: 43%;
  border-radius: 19px;
  float: left;
  padding: 3vw 2vw;
  float: right;
  margin-top: 75px;
}
.bg901 {
  background: url("../images/bg901.jpg") no-repeat top right;
  background-size: cover;
  height: 656px;
  padding: 80px 0px 50px 0px;
  margin-top: 66px;
}
.xuyao_list {
	padding: 0px 50px;
}
.xuyao_list li {
  background: #fff;
  border-radius: 16px;
  padding: 1vw 2vw;
  width: 30%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  margin-bottom: 48px;
  float: left;
  margin-right: 5%;
  height: 215px;
}
.xuyao_list li:nth-child(3) {
  margin-right: 0px;
  float: right;
}
.xuyao_list li:nth-child(4) {
  margin-left: 17.5%;
}
.xuyao01 {
  font-size: 25px;
  font-weight: bold;
  color: #000;
  padding-bottom: 15px;
  padding-top: 20px;
}
.xuyao02 {
  font-size: 18px;
  color: #585858;
  padding-top: 10px;
  padding-bottom: 15px;
}
.xuyao_list li:hover {
  background: #e60113;
}
.xuyao_list li:hover .xuyao01 {
  color: #fff;
}
.xuyao_list li:hover .xuyao02 {
  color: #fff;
}
.jj_zp {
  width: 100%;
  clear: both;
  position: relative;
  height: 697px;
  margin-bottom: 0px;
}
.jj_zp:before {
  background: #f5f7fb;
  width: 100%;
  height: 520px;
  content: "";
  left: 0px;
  bottom: 0px;
  z-index: -1;
  position: absolute;
}
.jj_zpr {
  width: 40%;
  float: right;
}
.jj_zpr img {
  width: 100%;
  float: right;
  text-align: right;
  max-width: 477px
}
.ju_title {
  font-size: 40px;
  padding: 50px 0px;
  padding-left: 100px;
}
.jj_zpl {
  width: 58%;
  float: left;
  padding-top: 210px;
  color: #000;
}
.jj_zp .yjsm_title {
  position: absolute;
  z-index: 2;
  padding-top: 30px;
}
.pp_jiewjy {
  font-size: 20px;
  padding-left: 100px;
  padding-top: 2vw;
}
.shisu_ul img {
  width: 80%;
  max-width: 115px;
}
.qida {
  width: 100%;
  text-align: center;
  color: #000;
  font-size: 22px;
  font-weight: bold;
  line-height: 2.625vw;
  padding-top: 60px;
  margin-bottom: 40px;
}
.qida span {
  font-size: 3.125vw;
}
.aboutimg .data_sz span {
  font-size: 5vw;
}
.aboutimg .data_txt {
  font-weight: 400;
}
/*导航*/
.navpchxn {
  float: right;
}
.navpchxn ul li {
  float: left;
}
.navpchxn ul li {
  font-size: 18px;
  display: block;
  color: #5d5d5d;
  font-weight: bold;
  float: left;
  padding: 0px 1.8vw;
  line-height: 104px;
  height: 104px;
}
.navpchxn ul li .box {
  padding: 10px 0;
  position: absolute;
  width: 100%;
  top: 104px;
  clear: both;
  -o-transition: all .5s;
  overflow: hidden;
  display: none;
  left: 0px;
  right: 0px;
}
.navpchxn ul li .box a {
  float: left;
  padding-left: 30px;
  display: block;
  text-align: left;
  height: 73px;
  line-height: 73px;
  color: #585858;
  font-size: 17px;
  position: relative;
  margin: 0px 1vw;
}
.navpchxn ul li .box a:hover {
  color: #e60113;
}
.header1 {
  position: fixed;
  background: #e60113;
  transition: 0.3s;
}
.header1 .navpchxn ul li a {
  color: #fff;
}
@media screen and (min-width: 1028px) {
  .navpchxn ul li:hover .box {
    display: block;
  }
  .navpchxn ul li:hover a {
    color: #ef8200;
  }
  .navpchxn ul li.menuon a {
    color: #ef8200;
  }
  .header:hover {
    background: #e60113;
  }
  .header:hover .navpchxn ul li a {
    color: #fff;
  }
  .header:hover .navpchxn ul li .box a:hover {
    color: #e60113;
  }
  .header:hover .navpchxn ul li .box a {
    color: #585858;
  }
  .header:hover .navpchxn ul li a:hover {
    color: #fff100;
  }
}
.header1 .nav ul > li > a {
  color: #666;
}
.header1 .box {
  background: #f9f9f9;
}
.header {
  transition: 0.3s;
}
.navpchxn li:nth-child(2) .box {
  padding-left: 220px;
}
.product_list {
  clear: both;
  text-align: left;
  width: 100%;
  float: left;
  overflow: hidden;
}
.product_list li {
  height: 56vh;
  float: left;
  background: #fff;
  margin-bottom: 50px;
  padding-left: 0px;
  position: relative;
  width: 100%;
  width: 32%;
  padding: 0px 3%;
  text-align: center;
	margin-right: 2%;
	transition: all 0.5s;
}
.product_list li:hover{
	box-shadow: 15px 15px 50px rgba(0, 0, 0, .1);
}
.product_list li:nth-child(3n) {
  float: right;
	margin-right: 0px;
}
.product_list .proflex {
  width: 100%;
  height: 36vh;
  overflow: hidden;
}
.product_list li a .proflex {
  width: 100%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
.product_list li a:hover .proflex {
  transform: scale(1.1, 1.1);
}
.product_list li a .proflex img {
  max-width: 100%;
  max-height: 100%;
}
.product_title {
  font-size: 1.4vw;
  line-height: 2.2vw;
  box-sizing: border-box;
  text-align: center;
  padding-top: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
	color: #000;
	padding-bottom: 15px;
}
.product_mall {
  background: url(../images/mall.png) no-repeat 0px 5px;
  background-size: 30px auto;
  padding-left: 36px;
  font-weight: bold;
  color: #919191;
  line-height: 40px;
	width: 70px;
	margin: 0 auto;
  text-align: left;
}
.morehonor {
  width: 400px;
  text-align: center;
  background: url(../images/morhonor.png) #fff no-repeat center center;
  padding-top: 46px;
  color: #000;
  margin: 0 auto 86px;
}
.bgvideomi {
  background: url(../images/videoright.jpg) no-repeat center center;
  width: 0px;
  height: 939px;
  position: absolute;
  right: 0px;
  top: 0px;
  transition: ease 2s;
}
.bgvideomi.animated {
  width: 48%;
  transition: ease 2s;
  height: 939px;
  overflow: hidden;
}
.btnzsp {
  font-size: 20px;
  width: 110px;
  height: 60px;
  line-height: 50px;
  border: 5px solid #fff;
  color: #fff;
  border-radius: 85px;
  text-align: center;
  position: absolute;
  left: 50%;
  margin-top: -30px;
  top: 50%;
  margin-left: -55px;
}
.w1280_box .cirlnews {
  left: 79%;
  top: 40%;
}

/*20250714new首页add*/

.syaboutbg{
	background:url(../images/syaboutbg.jpg) no-repeat top center;
	height:860px;
	overflow:hidden;
	margin-top:104px;
}
.wrapnewns{
	width:84%;
	margin:0 auto;
}
.section{
	clear:both;
	overflow:hidden;
	position:relative;
}
.bigns_title {
  color: #e60012;
  font-size: 20px;
  line-height: 49px;
  clear: both;
  font-family:Arial, Helvetica, sans-serif;
  	font-weight:bold;
	padding-top:90px;
}
.bigns_title span {
  font-size: 52px;
    font-family: "Microsoft YaHei", "微软雅黑";
	color:#111111;
	background:url(../images/bsimg01.png) no-repeat bottom right;
	padding-right:46px;

}
.syabo_l{
	width:35%;
	margin-left:8%;
	float:left;
	padding-top:20px;
}
.btnabo a {
  font-size: 20px;
  width: 170px;
  height: 48px;
  line-height: 48px;
  color: #fff;
  border-radius: 75px;
  text-align: center;
  padding-right:25px;
  background: url(../images/morett.png) no-repeat #e60012 124px 18px;
  float: left;
  margin-top:6px;
}
.btnabo a:hover {
	  background: url(../images/morett.png) no-repeat #eb3542 124px 18px;
}
.btnabobai a {
  font-size: 20px;
  width: 170px;
  height: 48px;
  line-height: 42px;
  color: #fff;
  border-radius: 75px;
  text-align: center;
  padding-right:30px;
  background: url(../images/morett.png) no-repeat 120px 14px;
  float: left;
  margin-top:30px;
	border: 2px solid #fff;
}

.syabo_r{
	width:55%;
	float:right;
	height:550px;
	background:url(../images/about109.jpg) no-repeat center center;
	background-size:cover;
	border-radius:46px 0px 0px 46px;
	margin-top:150px;
}
.hxni_title{
	font-size:36px;
	color:#242424;
	padding:40px 0px;
	overflow:hidden;
	font-weight:bold;
}
.abuline{
	line-height: 40px;
	font-size: 18px;
}
.ceosybg{
	background:url(../images/ceosybg.jpg) no-repeat top center;
	height:784px;
	overflow:hidden;
	position: relative;
}
.syyj_video {
  position: absolute;
  right: 0px;
  width: 790px;
  height: 380px;
	border-radius: 20px 0px 0px 20px;
	background: #e60012;
  z-index: 3;
  top: 50%;
  margin-top: -187px;
  color: #fff;
  padding: 40px 60px;
}
.videchy{
	position: absolute;
	left: -30px;
	top: 166px;
	cursor: pointer;
}
.syyj01 {
  font-size: 39px;
  padding: 20px 0px;
  overflow: hidden;
	font-weight: bold;
}
.syyj02 {
  font-size: 18px;
	line-height: 44px;
  padding-top: 12px;
}
.in_pro_boxcul {
  width: 100%;
  background:url(../images/cul101.jpg) no-repeat top center;
	height:665px;
	overflow:hidden;
	border-radius:12px;
	margin-top:80px;
}
.in_pro_boxcul ul li {
  float: left;
  position: relative;
  background-size: cover;
  transition: width 1s;
  width:33.33333%;
  -moz-transition: width 1s; /* Firefox 4 */
  -webkit-transition: width 1s; /* Safari 氓鈥櫯� Chrome */
  -o-transition: width 1s; /* Opera */
	text-align: center;
	height: 665px;
	display: block;
}

.pzhitexcul {
  font-size: 28px;
  padding:8px 0px 30px;
  overflow: hidden;
  clear: both;
}
.pzhi_introcul {
  font-size: 32px;
  line-height: 48px;
  font-weight:bold;
	padding: 0px 30px;
}
.pzhiicocul{
	text-align:center;
	width:100%;
}

.in_pro_boxcul > ul > li .pzhiicocul img{
	width:64px;
	display:inline-block;
}

.in_pro_kuncul {
  overflow: hidden;
  position: absolute;
  color: #fff;
	padding-top: 390px;
	left: 0px;
	width: 100%;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
	z-index: 3;

}
@media screen and (min-width: 1028px) {
.in_pro_boxcul ul li:hover .in_pro_kuncul {
  opacity: 1;
  overflow: hidden;
	background: rgba(230,0,18,.86);
	height: 665px;
	padding-top: 190px;
}
	.in_pro_boxcul ul li:hover .pzhi_introcul {
  opacity: 1;
	padding-top: 10px;
}
}
.pzhi_introcul{
  opacity: 0;
	-webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
	padding-top: 80px;
}


.footsybg{
	background:url(../images/footsybg.jpg) no-repeat top center;
	height:451px;
	overflow:hidden;
	border-radius:46px 0px 0px 46px;
	padding-top: 60px;
	clear: both;
}

.foot_t{
	border-bottom: 1px solid #dadada;
	clear: both;
	overflow: hidden;
	padding-bottom:5px;
}
.foot_tl{
	float:left;
}
.foot_tl img{
	width: 145px;
}

.foot_tr{
	width: 80%;
	float: right;
	padding-top: 30px;
	
}
.foot_tr ul{
	display: flex;
	justify-content: space-between;
	font-weight: bold;
	font-size: 18px;
}

.foot_m{
	padding-top: 60px;
}
.foot_ml{
	width: 30%;
	float: left;
}
.foot_mm{
	width: 600px;
	float: right;
	line-height: 26px;
	margin-right: 69px;
	font-weight: bold;
}
.foot_mr{
	width: 190px;
	float: right;
}

.wxin_list{
	width: 25%;
	float: left;
	text-align: center;
}
.wxin_list img{
	width: 90%;
	max-width: 120px;
}

.shili_bg{
	background: #f2f2f2;
	overflow: hidden;
	padding: 0px 0px 80px;
	clear: both;
}
.shili_l{
	width: 50%;
	float: left;
		background:url(../images/shilil.jpg) no-repeat top center;
	background-size: cover;
	height: 460px;
		border-radius: 20px 0px 0px 20px;
	
}
.shili_r{
	width: 50%;
	float: left;
		background:url(../images/shilir.jpg) no-repeat top center;
	background-size: cover;
	height: 460px;
		border-radius: 0px 20px 20px 0px;
	padding: 30px 10px 10px 50px;
	
}
.shili_box{
	padding-top: 55px;
}
.shili_r ul li {
	width: 50%;
	text-align: left;
	position: relative;
	color: #fff;
	float: left;
	font-size: 20px;
	line-height: 26px;
	padding: 15px 0px;
		padding-left: 20px;
}
.shili_r ul li:before {
	content: "";
	position: absolute;
	top: 21px;
	left: 0px;
	background: #ffcc7a;
	width: 6px;
	height: 17px;
	border-radius: 6px;
}
.honorsy_title{
	font-size: 38px;
	color: #fff;
	padding: 30px 0px;
}
.jiang{
	padding-top: 80px;
	clear: both;
}

.jiang_l{
	width: 30%;
	float: left;
	padding-top: 10px;
}
.jiang_m{
	float: right;
	font-size: 20px;
	width: 48%;
}
.jiang_r{
	width: 20%;
	float: right;
}
.jiang_r .btnabo a{
	float: right;
	margin-top: 120px;
	margin-right: 20px;
}
.data_jiang {
  width: 100%;
}
.data1_jiang {
  width: 50%;
  float: left;
  text-align: center;
}
.data_szjiang  {
  font-size: 68px;
  margin-top: 15px;
  font-weight: bold;
	color: #e60012;
	  font-family:Arial, Helvetica, sans-serif;
}
.data_txtjiang {
  font-size: 20px;
  position: relative;
  padding-top: 17px;
  margin-bottom: 50px;
  padding-bottom: 20px;
	color: #717171;
}
.bwg_bg{
	width: 100%;
	float: left;
		background:url(../images/bowuguan.jpg) no-repeat bottom center;
		border-radius: 0px 20px 20px 0px;
	padding: 0px 0px 500px 0px;
}
.bwgsy_l{
	float: left;
	width: 30%;
	}
.bwgsy_r{
	float: right;
	width: 70%;
	font-size: 18px;
	line-height: 44px;
	padding-top: 90px;
}
.bwgsy_r .btnabo a{
	margin-top: 45px;
}
.mendian_zongsy {
  font-size: 18px;
  color: #000;
  padding: 20px 0px 13px;
  clear: both;
  width: 100%;
  overflow: hidden;
}
.mendian_zongsy span {
  color: #e60113;
  font-size:32px;
  margin: 0px 6px;
	font-weight: bold;
}

.conbansy_add {
  width: 100%;
  background: url("../images/add99.png") no-repeat 0px 14px;
	background-size: 33px auto;
  padding-left: 40px;
  height: 60px;
  line-height: 60px;
}
.conbansy_tel {
  width: 100%;
  background: url("../images/tel99.png") no-repeat 0px 21px;
		background-size: 33px auto;
  padding-left: 40px;
  height: 60px;
  line-height: 60px;
}

.conbansy_tel span{
	font-size: 36px;
	color: #e60012;
		  font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}
.conbansy_telbao {
  width: 100%;
  background: url("../images/tel99.png") no-repeat 0px 3px;
		background-size: 39px auto;
  padding-left: 50px;
  line-height: 30px;
	font-size: 20px;
	font-weight: bold;
	min-height: 60px;
}

.conbansy_telbao span{
	font-size: 36px;
	color: #e60012;
		  font-family:Arial, Helvetica, sans-serif;
	font-weight: bold;
	
}
.gongxian_bg{
	width: 100%;
	float: left;
	background:url(../images/gxbgst.png) no-repeat bottom center;
	height: 888px;
	position: relative;
	margin-top: 130px;
}
.xhyleftkcw, .xhyrightkcw {
  position: absolute;
  top: 150px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 3;
}
.xhyleftkcw {
  right:110px;
  background: url(../images/lekcw.png) #e60012 no-repeat center center;
  background-size: 25px auto;
	border-radius: 50%;
		height: 50px;
	line-height: 50px;

}
.xhyrightkcw {
  right:50px;
  background: url(../images/lekcw.png) #e60012 no-repeat center center;
  background-size: 25px auto;
	border-radius: 50%;
		height: 50px;
	line-height: 50px;
	transform: scaleX(-1);
}

.gongxbox {
  height: 420px;
  overflow: hidden;
  width: 100%;
  float: left;
}
.gongxbox .imgbg {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
}
#tabschy_xhykcw .swiper-slide:hover .gongxbox .imgbg {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}
.gongxbox_title {
	clear: both;
	font-size: 20px;
	color: #111;
	font-weight: bold;
	padding-top: 20px;
	text-align: center;
}
.gongxbox_title span{
	color: #e60012;
	font-size: 44px;
	font-weight: 400;
	margin-right: 6px;
}
.gxboxlist{
	border-radius: 20px;
	overflow: hidden;
	background: #fff;
	height: 500px;
}
#tabschy_xhykcw{
	margin-top: 60px;
	width: 92%;
	margin-left: 8%;
}

.culsybg{
	background: #f2f2f2;
	clear: both;
	overflow: hidden;
	padding-bottom: 130px;
}

.sjb_list{
	margin-top: 30px;
	width: 60%;
	clear: both;
}
.sjb_list .data_szjiang{
	font-size: 44px;
}

.syabo_l .btnabo{
	clear: both;
	margin-top: 10px;
}
.product_hxn{
	clear: both;
	position: relative;
}

.newszy{
	float: right;
	position: relative;
	width: calc(100% - 630px);
	overflow: hidden;
	height: 690px;
}

.product_hxn:before {
  position: absolute;
  bottom: 0px;
  width: 90%;
  right: 0px;
  content: "";
  background: #fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
	background: #f2f2f2;
	height: 440px;
}
.zzmenu {
  width: 611px;
  float: left;
	position: relative;
	z-index: 4;
	margin-top:100px;
}
.zzmenu a{
	cursor: pointer;
	position: relative;
}
.zzmenu a:before {
  position: absolute;
  bottom:60px;
  width: 0px;
  left: 50%;
  height: 1px;
  content: "";
  background: #fff;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
  opacity: 0;
}
.zzmenu a:nth-child(1):before{
	bottom: 40px;
}
.zzmenu a.nomalnews:before {
  width: 100px;
  opacity: 1;
	margin-left: -50px;
}
.zzmenu a.nomalnews:nth-child(2):before {
  width: 200px;
  opacity: 1;
	margin-left: -100px;
}
.zzmenu a.nomalnews:nth-child(3):before {
  width: 300px;
  opacity: 1;
	margin-left: -150px;
}
.zzmenu a:nth-child(1){
	background: url(../images/king_03.png) no-repeat top center;
	width: 611px;
	height: 220px;
	display: block;
	text-align: center;
	line-height: 268px;
	color: #fff;
	font-size: 36px;
	margin-bottom: 8px;
}
.zzmenu a.nomalnews:nth-child(1) {
	background: url(../images/kinga_03.png) no-repeat top center;
}
.zzmenu a:nth-child(2){
	background: url(../images/king_04.png) no-repeat top center;
	width: 611px;
	height: 212px;
	display: block;
	text-align: center;
	line-height: 220px;
	color: #fff;
	font-size: 36px;
	margin-bottom: 8px;
}
.zzmenu a.nomalnews:nth-child(2) {
	background: url(../images/kinga_04.png) no-repeat top center;
}
.zzmenu a:nth-child(3){
	background: url(../images/king_05.png) no-repeat top center;
	width: 611px;
	height: 221px;
	display: block;
	text-align: center;
	line-height: 220px;
	color: #fff;
	font-size: 36px;
}
.zzmenu a.nomalnews:nth-child(3) {
	background: url(../images/kinga_05.png) no-repeat top center;
}
.info_syc{
	text-align: center;
	margin-top: 20px;
}
.info_syc01{
	font-size: 32px;
	color: #000;
}
.info_syc02{
	font-size: 18px;
	padding: 15px 0px;
}

.arrow-left, .arrow-right{
  position: absolute;
  top: 30px;
  width: 50px;
  height: 50px;
  cursor: pointer;
  z-index: 3;
}
.arrow-left{
  right:110px;
  background: url(../images/lekcw01.png) #fff no-repeat center center;
  background-size: 25px auto;
	border-radius: 50%;
		height: 50px;
	line-height: 50px;

}
.arrow-right {
  right:50px;
  background: url(../images/lekcw01.png) #fff no-repeat center center;
  background-size: 25px auto;
	border-radius: 50%;
		height: 50px;
	line-height: 50px;
	transform: scaleX(-1);
}
.index_03b  .btnabo a{
	margin: 20px auto 0px;
	float: none;
	display: block;
}

.logo_hxn {
  margin: 16px 0px 0px 26px;
  position: relative;
  z-index: 2;
	float: left;
}
.logo_hxn img {
  vertical-align: middle;
  width: 130px;
}
.logo902{
	display: none;
}
.header1  .logo902{
	display: block;
}
.header1  .logo901{
	display: none;
}
  .header:hover  .logo902{
	display: block;
}
  .header:hover  .logo901{
	display: none;
}
.w110{
	width: 110px;
}
.syabo_l .data_txtjiang{
	margin-bottom: 17px;
}

.sjb_list .data1_jiang:nth-child(2)  {
	width: auto;
	float: right;
  }

.tanbox{
	position: absolute;
	left: 5%;
	top: 30px;
	background: url(../images/tanbg.jpg) no-repeat top center;
	background-size: cover;
	padding: 20px  10px 20px 30px;
	width: 90%;
	border-radius: 15px;
	  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  -ms-transition: all .5s;
  -o-transition: all .5s;
	display: none;

}

.boxdn:hover .tanbox{
	display: block;
}
.tanbox_title{
	font-size:26px;
	font-weight: bold;
	color: #e60012;
}
.tanbox_intro{
	line-height: 30px;
	padding-top: 20px;
}
.tanbox:before {
	content: "";
	position: absolute;
	top:33px;
	left: -8px;
	z-index: 6;
	width: 0;
	height: 0;
	border-bottom: 7px solid transparent;
	border-top: 7px solid transparent;
	border-right: 7px solid #e60012;
}
.tan_ul{
		max-height: 450px;
	overflow-y: scroll;
	padding-right: 15px;
}

.tc_box .tanbox:before{
	top: 28px;
	left: -1px;
}
/*浏览器滚动条*/
.tanbox .tan_ul::-webkit-scrollbar {
width:5px;
height:5px;
}
.tanbox .tan_ul::-webkit-scrollbar-button:vertical {
display:none
}
.tanbox .tan_ul::-webkit-scrollbar-track:vertical {
background-color:black
}
.tanbox .tan_ul::-webkit-scrollbar-track-piece {
background:#f1efed
}
.tanbox .tan_ul::-webkit-scrollbar-thumb:vertical {
background-color:#c0a268;
border-radius:30px
}
.tanbox .tan_ul::-webkit-scrollbar-thumb:vertical:hover {
background-color:#d8b97e;
}
.tanbox .tan_ul::-webkit-scrollbar-corner:vertical {
background-color:#535353
}
.tanbox .tan_ul::-webkit-scrollbar-resizer:vertical {
background-color:#FF6E00
}
/*20250714new首页add*/


@media screen and (max-width:1680px) {
  .gbian06 {
    right: -20px;
  }
	  .gbian07 {
    right: 10px;
  }
		.blank90{
		height: 30px;
	}
	.syuanchy9 a{
		margin-top: 20px;
	}
	.gn_wrapr {
  line-height: 30px;
		font-size: 16px;
}
	.ganenbg03 {
        padding-bottom: 420px;
    }

}
@media screen and (max-width:1600px) {
  .intro_hxn {
    padding-top: 20px;
    line-height: 31px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
  }
  .pzhitex {
    font-size: 10vw;
    height: 30vh;
    line-height: 30vh;
  }
  .in_pro_kun {
    font-size: 22px;
  }
}
@media screen and (max-width:1440px) {
.in_pro_boxgn {
    width: 100%;
    height: 120px;
    margin: 90px 0px 70px;
    margin-left: 0%;
}
	.thchyxx01{
		font-size: 32px;
		padding-bottom: 0px;
	}
.thchyxx03{
	font-size: 14px;
	line-height: 25px;
}
	.zyp_title{
		font-size: 40px;
	}
	.info_syc01{
		font-size: 28px;
	}
	.foot_tr ul{
		font-size: 16px;
	}
	.navpchxn ul li{
		font-size: 16px;
	}
	.abuline{
		font-size: 16px;
		line-height: 34px;
	}
	.shili_r ul li{
		font-size: 16px;
	}
	.jiang_m{
	font-size: 16px;
}
	.wrapnewns{
		width: 91%;
	}
	.bigns_title span {
		font-size: 38px;
	}
	.hxni_title{
		font-size: 32px;
	}

  .pzhitex {
    font-size: 8vw;
    height: 20vh;
    line-height: 20vh;
  }
  .in_pro_kun {
    font-size: 18px;
  }
  .navpc ul li {
    font-size: 24px;
  }
  .navpc ul li .box a {
    font-size: 24px;
  }
  .pp_jiewjy {
    font-size: 16px;
    line-height: 30px;
  }
  .jj_zpl {
    width: 50%;
  }
  .xuyao02 {
    font-size: 16px;
  }
  .kbchys_l {
    background: url(../images/coa03.png) no-repeat top center;
    background-size: 200px auto;
    width: 200px;
    height: 200px;
    font-size: 26px;
    color: #fff;
    padding: 120px 0px 0px 50px;
    line-height: 2.144vw;
  }
  .kbchys li:nth-child(2) .kbchys_l {
    background: url("../images/coa02.png") no-repeat top center;
    background-size: 200px auto;
  }
  .kbchys li:nth-child(3) .kbchys_l {
    background: url("../images/coa01.png") no-repeat top center;
    background-size: 200px auto;
  }
  .kbchys_r {
    font-size: 18px;
    padding-top: 30px;
  }
  .xyzpbtn a {
    margin-top: 4vw;
  }
  .zmdns01 {
    font-size: 20px;
  }
  .newslide2 {
    font-size: 22px;
  }
  .about_title {
    font-size: 26px;
  }
  .title_wt {
    font-size: 24px;
  }
  .pp_jiew {
    font-size: 14px;
  }
  .bidding_title {
    font-size: 20px;
    font-weight: bold;
  }
  .bidding_intro {
    font-size: 18px;
  }
  .ju_title {
    font-size: 36px;
  }
  .navpchxn ul li .box a {
    margin: 0px 0.5vw;
	  font-size: 15px;
  }
  .honortxt span {
    font-size: 20px;
  }
  .titchy1 {
    font-size: 30px;
	  line-height: 34px;
  }
  .shzr_juan span {
    font-size: 40px;
  }
  .shzr_juan {
    font-size: 26px;
    line-height: 43px;
  }
  .shzrbg .data_sz span {
    font-size: 66px;
  }
  .hxychy2 {
    font-size: 46px;
  }
  .in_pro_boxgn img {
    width: 80%;
  }
  .thchyxx02 {
    font-size: 22px;
  }
  .gn_wrapr {
    font-size: 16px;
    line-height: 30px;
  }
  .xlidong {
    font-size: 16px;
    line-height: 30px;
  }
  .ganenbg03 {
    padding-bottom: 460px;
  }

  .gbian05 {
    right: 10px;
    width: 230px;
  }
  .gbian06 {
    right: 10px;
    width: 230px;
  }
  .gbian07 {
    right: 10px;
    width: 230px;
  }
  .about2bg span {
    font-size: 24px;
  }
  .title_wt span {
    font-size: 36px;
  }
  .djyl_l {
    font-size: 56px;
  }
  .prornews_title {
    font-size: 24px;
  }
  .notice_title {
    font-size: 48px;
  }
	.syuanchy4 a {
  margin-top: 13px;
  margin-left: 130px;
}
	.syuanchy2{
		padding: 10px 0px;
	}
	.syuanchy1{
		font-size: 24px;
	}
	.blank90{
		height: 30px;
	}
	.syuanchy9 a{
		margin-top: 20px;
	}
	
	.ny_wrap{
		width: 91%;
	}
	.pzhi_introcul{
		font-size: 24px;
	}
	.syyj01{
		font-size: 32px;
	}
	.tzzlx_box{
		font-size: 22px;
	}
	.product_hxn:before{
		width: 80%;
	}
	.foot_mm{
		width: 500px;
	}
	
	.syabo_l {
    width: 38.5%;
    margin-left: 4.5%;
    float: left;
    padding-top: 20px;
}
	.cul_intro{
		font-size: 20px;
	}
	.culture_menu{
		padding-bottom: 50px;
	}
	.bigns_title{
		padding-top: 60px;
	}
	.tan_ul {
    max-height: 350px;
    overflow-y: scroll;
    padding-right: 15px;
}
	.zzmenu_notice a {
    padding: 0px 40px;
    height: 48px;
    line-height: 48px;
    border-radius: 50px;
    font-size: 16px;

}
}