/*关于我们  */
.about {
  margin-top: 100px;
  height: 730px;
  display: flex;
  position: relative;
  margin-bottom: 100px;
}
.aboutl {
  width: 60%;
  background-position: right center;
  background-repeat: no-repeat;
  background-size: cover;
}
.aboutr {
    width: 40%;
    /* background-color: #234488; */
    background-color: #009aff;
}
.aboutdw {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}
.aboutdw_box {
  height: 100%;
}
.aboutdw_boxr {
  background-color: #fff;
  width: 38%;
  height: 575px;
  border-radius: 8px;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  -ms-border-radius: 8px;
  -o-border-radius: 8px;
  padding: 0 80px;
  display: flex;
  align-items: center;
}
.aboutdw_boxr_box {
  width: 100%;
}
.aboutdw_boxr_boxh {
  font-size:45px;
  text-transform: capitalize;
  line-height: 1;
}
.aboutdw_boxr_boxp {
  margin-top: 10px;
  color: #666666;
  line-height: 24px;
  word-break: break-all;
}
.aboutdw_boxr_gd {
  display: flex;
  margin-top: 60px;
  text-align: center;
  line-height: 60px;
}
.aboutdw_boxr_gdvideo {
  width: 230px;
  height: 60px;
  background-color: #333333;
  cursor: pointer;
}
.aboutdw_boxr_gdvideo i {
  font-size: 18px;
  color: #fff;
}
.aboutdw_boxr_gdvideo span {
  color: #fff;
  margin-left: 6px;
}
.aboutdw_boxr_gd .aboutdw_boxr_gdmore {
  width: 230px;
  height: 60px;
  background-color: #df002c;
}
.aboutdw_boxr_gd img{
	margin-left: 6px;
	transition: all 0.4s;
}
.aboutdw_boxr_gd .aboutdw_boxr_gdmore:hover img{
	transform: translateX(5px);
}
.aboutdw_boxr_gdmore span {
  text-transform: capitalize;
  color: #fff;
}
.aboutdw_boxr_gdmore i {
  margin-left: 6px;
  font-size: 18px;
  color: #fff;
}


.hzkh_box{
	margin-top: 80px;
	margin-bottom: 80px;
}
.hzkhcontent{
	position: relative;
}
.hzkhcontent .swiper-pagination{
	margin-top: 20px;
	width: 100%;
	text-align: center;
}
.hzkhcontent .swiper-pagination span{
	margin: 0px 8px;
}


.new_box{
	background: #fff;
	padding-top: 80px;
	padding-bottom: 80px;
}
.newcontent{
	display: flex;
	justify-content: space-between;
}

.new_left{
	width: 38%;
}
.new_left h3{
  font-size: 18px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 15px;
}
.new_left p{
  color: #666666;
  font-size: 14px;
  line-height: 22px;
  display: -webkit-box;
  height: 42px;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.newleftone{
  border: 1px solid #d9d9d9;padding: 25px 25px;
}



.new_right{
	    width: 57%;
}

.new_right a{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 30px;
}
.new_right a img{
  width: auto;
  height: 127px;
    object-fit: cover;
  border: 1px solid #eee;
}
.newrt{
  margin-left: 30px;
}
.new_right a h4{
 
	flex: 1;
	display: flex;
	justify-content: space-between;
  font-size: 18px;
    color: #333333;
    width: 100%;
    transition: all 0.5s ease 0s;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 15px;
    line-height: 40px;
}
.new_right a h4 span{
  display: inline-block;
  font-weight: 300;
  transition: all 0.4s;
}
.new_right a h4 span:nth-of-type(1){
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}
.new_right a p{
  overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 2; 
}

.new_right a:nth-last-of-type(1){
	margin-bottom: 0px;
}

.new_right a:hover span{
  color:#00923f;
  font-weight: bold;
}
.new_right a:hover p{
  color:#232323;
}

@media screen and (max-width:1200px){
	/* 关于我们 */
  .aboutdw_boxr_boxh {
    font-size: 40px;
  }
  .aboutdw_boxr_gd {
    margin-top: 30px;
  }
  .about {
    margin-top: 80px;
  }
}


@media screen and (max-width:992px) {
/* 关于我们 */
  .about {
    margin-top: 60px;
    flex-wrap: wrap;
    height: auto;
    margin-bottom: 50px;
  }
  .about > div {
    width: 100%;
  }
  .about > div:nth-child(2) {
    order: -1;
  }
  .aboutdw {
    background-color: #efefef;
    position: static;
    transform: translateY(0);
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    order: -1;
  }
  .aboutdw_boxr {
    width: 100%;
    background-color: transparent;
    padding: 0;
    height: auto;
  }
  .aboutdw_box {
    height: auto;
    padding: 65px 0 70px;
  }
  .aboutl {
    height: 400px;
  }
  .aboutdw_boxr_boxp {
    margin-top: 0;
  }
  .aboutdw_boxr_boxh {
    font-size: 24px;
    margin-bottom: 10px;
}
/* .aboutl{display: none;} */
.aboutl{
  display: none;
}
.new_left{
  display: none !important;
}
.new_right{
  width: 100%;
}

.hzkh_box {
  margin-top: 60px;
}

.new_box {
  background: #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

}
  
@media (min-width: 576px){
	.about .container {
    max-width: 540px;
}
}
@media (min-width: 768px){
.about .container{
    max-width: 720px;
}}
@media (min-width: 992px){
.about .container{
    max-width: 960px;
}
}
@media (min-width: 1200px){
.about .container{
    max-width: 1140px;
}}
@media (min-width: 1500px){
.about .container{
    max-width: 1400px;
}}

@media screen and (max-width: 576px){
	.about .container {
    padding: 0 30px;
}

.new_right a img {
  display: none;
}
.newrt{
  margin-left: 0px;
  overflow: hidden;
}
.new_right a h4{
  font-size:14px;
}
.new_right a p{
  font-size: 12px;
}
.about {
  margin-top: 0px;
  margin-bottom: 0px;
}


}

