*,ul,li,p,a{
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
*{
	word-wrap: break-word;
}
a{
    text-decoration: none;
}
img,video{
    vertical-align: middle;
}
.prev,.next{
    outline: none;
}
.jd-top{
  width: 100%;
  left: 0;
  top: 0;
  z-index: 100;
  position: fixed;
  transition: all 600ms;
}
.home {
  width: 100%;
  background: #333333;
  padding-top: 93px;
  position: relative;
}
@media (max-width: 768px) {
  .home {
    padding-top: 78px!important;
  }
}
.jd-top .dom1 {
  padding: 20px 5%;
  background: #FFFFFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jd-top .dom1 .phone {
  display: flex;
  align-items: center;
}
.jd-top .dom1 .phone .l {
  text-align: right;
}
.jd-top .dom1 .phone .l p:nth-child(1) {
  color: #999999;
}
.jd-top .dom1 .phone .l p:nth-child(2) {
  color: #ED7D31;
  font-weight: bold;
}
.jd-top .dom1 .phone .r {
  margin-left: 10px;
}
.header .dom2 {
  display: flex;
  justify-content: space-between;
	height: 90px;
    line-height: 90px;
}
.header .dom2 .links {
    width: auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: 300px;
}
.header .logo
{
	    width: 300px;
	    position: absolute;
}
.header .dom2 .links a {
    color: #000;
    font-size: 16px;
	padding:0px 30px;
    text-align: center;
	position: relative;
	font-weight:700;
}
@media (max-width: 1840px) {
  .header .dom2 .links a {
	   padding:0px 25px;
      font-size:18px;
  }
}
@media (max-width: 1660px) {
  .header .dom2 .links a {
	  padding:0px 20px;
      font-size:16px;
  }
}
@media (max-width: 1480px) {
  .header .dom2 .links a {
	  padding:0px 10px;
      font-size:14px;
  }
}


.header .dom2 .links a:nth-last-child(1){
	border-right:none;
}
.header .dom2 .links .active{
	background-color: #0071b7;
	color: #fff;
}
.header .dom2 .links:hover .active{
	background-color: #fff;
	color: #000;
}
.header .dom2 .links a:hover{
		background-color: #0071b7;;
		color: #fff;
}

.header .dom2 .search {
  width: 20%;
  background: #2A2C2E;
  position: relative;
      margin-top: 50px;
}
.header .dom2 .search img {
  position: absolute;
  right: 5%;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
}
.header .dom2 .search input {
  width: 90%;
  margin: 0 auto;
  display: block;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  color: white;
  font-size: 16px;
  height: 100%;
}
.header .dom2 .lan {
    width: 25%;
    display: flex;
    align-items: center;
    position: relative;
    font-size: 18px;
    font-weight: bold;
}
.header .dom2 .lan div
{
	margin-right: 25px;
	position: relative;
	cursor: pointer;
}
@media (max-width: 1840px) {
  ..header .dom2 .lan {
      width: 22%;
  }
  .header .dom2 .lan div
  {
  	margin-right: 10px;
  }
}
@media (max-width: 1650px) {
  .header .dom2 .lan div
  {
  	margin-right: 10px;
  }
}
@media (max-width: 1400px) {
  .header .dom2 .lan div
  {
  	margin-right: 10px;
	font-size: 16px;
	font-weight: bold;
  }
}
.header .dom2 .lan .chose {
  position: absolute;
  left: 0;
  top: 100%;
  background: white;
  text-align: center;
  width: 100%;
  padding: 10px 0;
  display: none;
}
.header .dom2 .lan:hover .chose {
  display: block;
}
.header .dom2 .lan p {
  color: #000;
}
.header .dom2 .lan img {
      width: 30px;
}

.pheader {
  display: none;
  position: fixed;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 1002;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
}
.pheader .menu {
  width: 100%;
  background-color: white;
  padding: 0;
}
.pheader .menu a {
  display: block;
  margin: 0 auto;
}
.pheader .menu a img {
  display: block;
  width: 240px;
  object-fit: contain;
}
.pheader .menu .navbox {
  position: absolute;
  right: 2.5%;
  top: 50%;
  transform: translateY(-50%);
  height: 40px;
  width: 40px;
  border-radius: 50px;
}
.pheader .menu .navbox .line {
  width: 20px;
  height: 2px;
  background-color: black;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  position: absolute;
  left: 10px;
  top: 13px;
}
.pheader .menu .navbox .line:nth-child(2) {
  top: 19px;
}
.pheader .menu .navbox .line:nth-child(3) {
  top: 25px;
}
.pheader .menu .activeBox .line:nth-child(1) {
  transform: rotate(45deg);
  top: 19px;
}
.pheader .menu .activeBox .line:nth-child(2) {
  transform: translateX(30px);
  opacity: 0;
}
.pheader .menu .activeBox .line:nth-child(3) {
  transform: rotate(-45deg);
  top: 19px;
}
.swiper-wrapper img{
	width: 100%;
}
.menuList {
  position: fixed;
  left: 0;
  top: 79px;
  width: 90%;
  padding: 20px 5% 0 5%;
  height: 100vh;
  z-index: 1001;
  background-color: black;
  flex-direction: column;
  align-items: center;
  transition: all 600ms;
  display: none;
}
.menuList .item {
  width: 90%;
}
.menuList .item a {
  color: white;
  display: block;
  font-size: 18px;
  text-align: left;
  padding: 13px 10px 13px 25px;
  border-bottom: 1px rgba(255, 255, 255, 0.5) solid;
}

.activeList {
  transform: translateY(0);
  display: flex;
  justify-content: flex-start;
  height: 100%;
  overflow: hidden;
}

.foot {
  position: relative;
}
.foot .dom1 {
  background: white;
  padding: 20px 5%;
  display: flex;
  justify-content: space-between;
}
.foot .dom1 .l {
  width: 30%;
  display: flex;
  justify-content: space-between;
}
.foot .dom1 .l .pic img {
  width: 60px;
  object-fit: contain;
}
.foot .dom1 .l .info {
  width: calc(96% - 65px);
  margin-top: 10px;
}
.foot .dom1 .l .info .p1 {
  color: #333333;
  font-size: 24px;
  font-weight: bold;
}
.foot .dom1 .l .info .p2 {
  color: #55595D;
  font-size: 12px;
  margin: 15px 0;
}
.foot .dom1 .l .info .des {
  color: #55595D;
  font-size: 12px;
  line-height: 1.6;
}
.foot .dom1 .r {
  width: 60%;
  display: flex;
  justify-content: space-between;
}
.foot .dom1 .r .r1 {
  width: 45%;
}
.foot .dom1 .r .r1 input {
  width: 96%;
  border: 1px solid #E4E4E4;
  color: #999999;
  border-radius: 3px;
  padding: 9px 2%;
  outline: none;
  margin-bottom: 10px;
  font-size: 12px;
}
.foot .dom1 .r .r2 {
  width: 53%;
}
.foot .dom1 .r .r2 textarea {
  width: 96%;
  border: 1px solid #E4E4E4;
  border-radius: 5px;
  height: 142px;
  padding: 10px 2%;
  outline: none;
  color: #999999;
  resize: none;
}
.foot .dom1 .r .r2 a {
  width: 70px;
  height: 30px;
  background: #333333;
  color: white;
  text-align: center;
  line-height: 30px;
  margin-top: 10px;
  display: inline-block;
  font-size: 12px;
}

.foot .dom1 .r .r2 a:hover{
  width: 70px;
  height: 30px;
  background: #f5a623;
  color: white;
  text-align: center;
  line-height: 30px;
  margin-top: 10px;
  display: inline-block;
  font-size: 12px;
}

.foot .dom2 {
  padding: 80px 5%;
  display: flex;
  justify-content: space-between;
}
.foot .dom2 .item {
  display: flex;
  align-items: center;
  width: 250px;
}
.foot .dom2 .item .pic img {
  width: 60px;
  object-fit: contain;
}
.foot .dom2 .item .text {
  margin-left: 20px;
  color: white;
  font-size: 14px;
}
.foot .dom2 .item .text .p1 {
  font-weight: bold;
}
.foot .dom2 .item .text .p2 {
  margin-top: 10px;
}
.foot .dom3 {
  display: flex;
  justify-content: center;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 25px 0;
}
.foot .dom3 a, .foot .dom3 span {
  color: #AAACAE;
  font-size: 14px;
}
.foot .dom3 a {
  display: inline-block;
  margin: 0 10px;
}

.rfixed {
  position: fixed;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  background: #535353;
  width: 40px;
}
.rfixed a {
  cursor: pointer;
  position: relative;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 600ms;
  float: right;
  padding: 0 10px;
}
.rfixed a img {
  width: 18px;
}
.rfixed a p {
  width: 0;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  transition: all 0.3s linear;
  color: white;
  text-indent: 10px;
  font-size: 14px;
}
.rfixed a .code {
  position: absolute;
  left: -100px;
  top: -30px;
  background: #f5a623;
  padding: 10px;
  transform: scale(0);
  transition: all 600ms;
}
.rfixed a .code img {
  width: 80px;
  height: 80px;
}
.rfixed a:hover {
  background: #f5a623;
}
.rfixed a:hover p {
  width: 160px;
}
.rfixed a:hover span {
  transform: scale(1);
}
.rfixed a:hover .code {
  transform: scale(1);
}
.rfixed .lm {
  display: flex;
  height: 40px;
  float: right;
  position: relative;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.rfixed .lm img {
  width: 18px;
}
.rfixed .lm .links {
  position: absolute;
  left: -100px;
  width: 100px;
  top: -10px;
  transition: all 600ms;
  transform: scale(0);
}
.rfixed .lm .links a {
  background: #f5a623;
  height: auto;
  display: block;
  width: 80%;
  line-height: 35px;
  color: white;
    text-align: center;
    margin-bottom: 5px;
}
.rfixed .lm:hover .links {
  transform: scale(1);
}


.footer{
	background-color: #000;
	padding:0 5%;
}
.footxx{
	max-width: 1600px;
	margin: auto;
	    background: url(../img/footbg.png) no-repeat center;
	    display: flex;
	    flex-direction: row;
	    padding: 70px 0;
	    margin-top: 30px;
}
.footxx .fmenu{
	width: 60%;
	display: flex;
	flex-direction: column;
}
.footxx .fmenu .ffimg{
	margin-bottom: 20px;
}
.footxx .fmenu .ffimg img{
	    width: 116px;
}
.footxx .fmenu .ffmenu{
	display: flex;
	flex-direction: row;
	color: #fff;
}
.footxx .fmenu .ffmenu .fitems{
    width: 20%;
}
.footxx .fmenu .ffmenu .fitems .ftitem{
	font-size: 18px;
	color: #fff;
}
.footxx .fmenu .ffmenu .fitems .fitem{
	color: #999;
	    font-size: 16px;
	    margin-top: 20px;
	    
}
.footxx  .zmmccc{
	width: 40%;
	display: flex;
	flex-direction: row;
}
.footxx .fcontacts{
	width: 65%;
	display: flex;
	color: #fff;
	flex-direction: column;
	margin-top: 50px;
}
.footxx .fcontacts .ftitle{
	font-size: 14px;
	color: #999;
	padding: 5px 10px;
	border-left: 5px solid red;
	line-height: 14px;
	margin-bottom: 10px;
}
.footxx .fcontacts .fphone{
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
}
.footxx .fcontacts .fcontact{
	font-size: 14px;
}
.footxx .fcontacts .fcontact .fcitem{
	    margin-bottom: 10px;
}
.footxx .weixin{
    width: 35%;
    display: flex;
    justify-content: center;
    align-items: center;
	flex-direction: column;
}
.footxx .weixin p{
	color: #999;
	font-size: 14px;
	margin-top: 5px;
}
.footxx .weixin img
{
	width: 100px;
	height: 100px;
}
.copyright{
	max-width: 1600px;
	    margin: auto;
	color: #8b8b8b;
	font-size: 12px;
	padding: 20px 0;
}
.zmmred{
	background: red;
	border: none;
	color: #fff;
	padding: 5px 20px;
	font-size: 16px;
}
@media screen and (max-width: 1200px) {
	.footxx{
		flex-direction:column;
	}
	.footxx .fmenu{
		width: 100%;
	}
	.footxx .fmenu{
		width: 100%;
	}
	.footxx .zmmccc{
		width: 100%;
	}
  .rfixed {
    width: 40px;
    padding: 0;
    height: 40px;
    top: 85%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .rfixed a {
    display: none;
  }
  .rfixed #top {
    display: block;
    margin: 0;
  }
  .rfixed #top img {
    width: 20px;
  }

  .header {
    display: none;
  }

  .pheader {
    display: flex;
  }

  .rfixed .lm{
    display: none;
  }
}
.topbanner{
	margin-top: 70px;
}
.topbanner img{
	width: 100%;
}
@media screen and (max-width: 1200px) 
{
	.banner{
		margin-top: 70px;
	}
}
@media screen and (max-width: 480px) {
	.footxx .fmenu .ffmenu{
		display: none;
	}
	.footxx .zmmccc{
		flex-direction: column;
	}
}

.pgfy{
	text-align: center;
}
.pgfy a{
    width: 30px;
    height: 30px;
    border: 1px solid #999;
    display: inline-block;
    line-height: 30px;
    color: #999;
}
.pgfy a.active{
	background: red;
	color: #fff;
	border: none;
}


.zjj_about{
	display: flex;
	flex-direction: row;
	background: url(../image/bg1.png) no-repeat;
	padding: 40px 5%;
}
.zjj_about .zjj_aboutcontent{
	    width: 50%;
	    padding: 2em;
	    padding-left: 12em;
}
.zjj_about .zjj_aboutcontent .zjj_abouttitle{
	margin-top: 50px;
	    font-size: 36px;
	    font-weight: bolder;
	    text-transform: Uppercase;
}
.zjj_about .zjj_aboutcontent .zjj_aboutinfo{
	margin-top: 20px;
	    line-height: 36px;
	    font-size: 16px;
	    color:#9E9E9E;
}
.zjj_about .zjj_aboutcontent .zjj_button{
    width: 140px;
    border: 2px solid #0071b7;
    padding: 5px 10px;
    color: #0071b7;
    margin-top: 60px;
    position: relative;
    height: 40px;
    cursor: pointer;
    line-height: 28px;
}
.zjj_about .zjj_aboutcontent .zjj_button img{
	width: 30px;
	    position: absolute;
	    right: 2px;
}
.zjj_about .image{
	    width: 50%;
	    padding: 3em;
}
.zjj_about .image img{
	width: 100%;
}


@media screen and (max-width: 1000px) {
	.index-list{
		flex-direction: column;
	}
	.zjj_about{
		flex-wrap: wrap;
		flex-direction:column;
	}
	.zjj_about .zjj_aboutcontent{
		 width: 100%;
	}
	.zjj_about .image {
	    width: 100%;
	    padding: 10px 0px;
	}
	.series_title img{
		display: none;
	}
	.our-history {
	    display: none;
	}
}
@media screen and (max-width: 750px) {
	.footer-left .zitem2{
		display: none;
	}
	.index-news-list{
		flex-direction: column;
	}
	
}
@media screen and (max-width: 600px) {
	.footer-left .zitem2{
		display: none;
	}
	.zjj_about .zjj_aboutcontent {
	    padding: 10px 0px;
	    
	}

}






.banner img{
	width: 100%;
}
.about_us .zjj_abouttitle{
	margin-top: 50px;
	    font-size: 36px;
	    font-weight: bolder;
	    text-transform: Uppercase;
		text-align: center;
}

.about_us_new{
	display: flex;
	flex-direction: row;
	padding: 40px 5%;
}
.about_us_new .zjj_aboutcontent{
	    width: 50%;
	    padding: 2vw;
	    padding-left: 2vw;
}
.about_us_new .zjj_aboutcontent .zjj_aboutinfo{
	margin-top: 20px;
	    line-height: 32px;
	    font-size: 16px;
	    color:#9E9E9E;
}
.about_us_new .zjj_aboutcontent .zjj_button{
    width: 140px;
    border: 2px solid #0071b7;
    padding: 5px 10px;
    color: #0071b7;
    margin-top: 60px;
    position: relative;
    height: 40px;
    line-height: 28px;
}
.about_us_new .zjj_aboutcontent .zjj_button img{
	width: 30px;
	    position: absolute;
	    right: 2px;
}
.about_us_new .image{
	    width: 50%;
	    padding: 3em;
}
.about_us_new .image img{
	width: 100%;
}
.culture{
	        margin-top: 20px;
	        padding: 0 8%;
	        display: flex;
	        flex-flow: wrap;
}
.culture .item1{
	    width: 32%;
	    margin-right: 2%;
	    background: #0071b7;
	    height: 290px;
	    color: #fff;
		padding: 20px 40px;
}
.culture .item1 .title{
	margin-top: 30px;
	    font-size: 26px;
	    font-weight: bold;
	    margin-bottom: 20px;
}
.culture .item1 .info{
	font-size: 18px;
	line-height: 24px;
}

.culture .item2{
	    width: 32%;
	    margin-right: 2%;
	    background: #f4f4f4;
	    height: 290px;
	    color: #000;
		padding: 20px 40px;
}
.culture .item2 .title{
	margin-top: 30px;
	    font-size: 26px;
	    font-weight: bold;
	    margin-bottom: 20px;
}
.culture .item2 .info{
	font-size: 18px;
	line-height: 24px;
	color: #797979;
}

.culture .item3{
	    width: 32%;
	    background: #f4f4f4;
	    height: 290px;
	    color: #000;
		padding: 20px 40px;
		background: url(../image/aaa.png) no-repeat center;
		    background-size: 100% 100%;
			border: 1px solid #F4F4F4;
}
.culture .item3 .title{
	margin-top: 30px;
	    font-size: 26px;
	    font-weight: bold;
	    margin-bottom: 20px;
}
.culture .item3 .info{
	font-size: 18px;
	line-height: 24px;
	color: #797979;
}

.culture .item4{
		margin-top: 20px;
		margin-bottom: 50px;
	    width: 66%;
		margin-right: 2%;
	    background: #f4f4f4;
	    height: 290px;
	    color: #000;
		padding: 20px 40px;
		background: url(../image/gggg.png) no-repeat center;
		    background-size: 100% 100%;
			border: 1px solid #F4F4F4;
}
.culture .item4 .title{
	margin-top: 30px;
	    font-size: 26px;
	    font-weight: bold;
	    margin-bottom: 20px;
}
.culture .item4 .info{
	font-size: 18px;
	line-height: 24px;
	color: #797979;
}

.culture .item5{
	margin-top: 20px;
	margin-bottom: 50px;
	    width: 32%;
	    background: #828282;
	    height: 290px;
	    color: #fff;
		padding: 20px 40px;
}
.culture .item5 .title{
	margin-top: 30px;
	    font-size: 26px;
	    font-weight: bold;
	    margin-bottom: 20px;
}
.culture .item5 .info{
	font-size: 18px;
	line-height: 24px;
}

@media screen and (max-width: 1200px) {
	.about_us_new {
	    flex-direction: column;
	}
	.about_us_new .zjj_aboutcontent,.about_us_new .image {
		width: 100%;
		margin:auto;
	}
}


@media screen and (max-width: 1000px) {
	.honor .item{
		    width: 28%;
	}
	.culture .item1{
		width: 48%;
	}
	.culture .item2{
		width: 48%;
	}
	.culture .item3{
		width: 48%;
		margin-top: 20px;
		margin-bottom: 20px;
		margin-right: 2%;
	}
	.culture .item4{
		width: 48%;
		margin-bottom: 20px;
	}
	.culture .item5{
		width: 48%;
	}
	.equi .item {
	    width: 48%;
	    padding: 10px;
	}
	.info-fy .pre {
	    position: relative;
	}
	.info-fy .next{
		position: relative;
	}
	.zmm_product .left{
		display: none;
	}
	.zmm_product .right{
		width: 100%;
		padding: 0;
	}
	.contact11 .map{
		width: 100%;
	}
	.contact11{
		flex-wrap: wrap;
	}
	.contact11 .contactxx{
		width: 100%;
	}
}
@media screen and (max-width: 820px)
{
	.zmm_product .right ul li{
		    width: 50%;
	}
}


@media screen and (max-width: 580px) {
	.zmm_product .right ul li{
		    width: 50%;
	}
	.honor .item{
		    width: 46%;
	}
	.equi .item {
	    width: 100%;
		margin: auto;
	    padding: 10px;
	}
}
@media screen and (max-width: 700px) {
	.culture .item1{
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.culture .item2{
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.culture .item3{
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.culture .item4{
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.culture .item5{
		width: 100%;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	
	
.zjj_about .zjj_aboutcontent .zjj_abouttitle{
	margin-top: 10px;
	    font-size: 26px;
	    font-weight: bolder;
	    text-transform: Uppercase;
}	
.about_us .zjj_abouttitle{
	margin-top: 20px;
	    font-size: 26px;
	    font-weight: bolder;
	    text-transform: Uppercase;
		text-align: center;
}
	

.about_us_new{
	display: flex;
	
	padding: 10px 0px;
}	
	
.about_us_new .zjj_aboutcontent .zjj_aboutinfo{
	margin-top: 1px;
	    line-height: 29px;
	    font-size: 16px;
	    color:#9E9E9E;
}	
	
.about_us_new .image{
	    width: 100%;
	    padding: 10px 0px;
}

.culture{
	        margin-top: 20px;
	        padding: 0 3%;
	        display: flex;
	        flex-flow: wrap;
}

.culture .item1{
	    width: 100%;
	    margin-right: 0%;
	    background: #0071b7;
	    height: 190px;
	    color: #fff;
		padding: 6px 30px;
}

.culture .item1 .info{
	font-size: 15px;
	line-height: 24px;
}
.culture .item1 .title{
	margin-top: 30px;
	    font-size: 22px;
	    font-weight: bold;
	    margin-bottom: 10px;
}


.culture .item2{
	    width: 100%;
	    margin-right: 0%;
	    background: #f4f4f4;
	    height: 190px;
	    color: #000;
		padding: 6px 30px;
}

.culture .item2 .info{
	font-size: 15px;
	line-height: 24px;
}
.culture .item2 .title{
	margin-top: 30px;
	    font-size: 22px;
	    font-weight: bold;
	    margin-bottom: 10px;
}


.culture .item3{
	    width: 100%;
	    background: #f4f4f4;
	    margin-right: 0%;
	    height: 190px;
	    color: #000;
		padding: 6px 30px;
		background: url(../image/aaa.png) no-repeat center;
		    background-size: 100% 100%;
			border: 1px solid #F4F4F4;
}

.culture .item3 .info{
	font-size: 15px;
	line-height: 24px;
}
.culture .item3 .title{
	margin-top: 30px;
	    font-size: 22px;
	    font-weight: bold;
	    margin-bottom: 10px;
}


.culture .item4{
		
		
	    width: 100%;
		margin-right: 0%;
	    background: #f4f4f4;
	    height: 290px;
	    color: #000;
		padding: 6px 30px;
		background: url(../image/gggg.png) no-repeat center;
		    background-size: 100% 100%;
			border: 1px solid #F4F4F4;
}

.culture .item4 .info{
	font-size: 15px;
	line-height: 24px;
}
.culture .item4 .title{
	margin-top: 30px;
	    font-size: 22px;
	    font-weight: bold;
	    margin-bottom: 10px;
}


.culture .item5{
	    width: 100%;
	    
	    background: #828282;
	    height: 190px;
	    color: #fff;
		padding: 6px 30px;
}

.culture .item5 .info{
	font-size: 15px;
	line-height: 24px;
}
.culture .item5 .title{
	margin-top: 30px;
	    font-size: 22px;
	    font-weight: bold;
	    margin-bottom: 10px;
}
























	
	
	
	
	
}














