@charset "UTF-8";


body,html,ul,li,p,dl,dd,dt{
  margin:0;
  padding: 0;
}
ul,li{
  list-style: none
}
a{
  text-decoration: none;
}
/**/
@keyframes center_rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/**/

.logo{
  width: 100%;
  background: #292a2f;
  padding: 26px 0;
}
.logo img{
  margin: 0 auto;
  display: block;
}
.navigation{
  width: 100%;
  background: #000;
}
.navigation .nav{
  width: 1210px;
  margin: 0 auto;
  line-height: 30px;
  display: flex;
}
.nav>ul{
  display: flex;
  justify-content: space-between;
  align-items: center;
  width:100%;
}
.nav>ul>li{
  text-align: center;
  transition: all 0.6s ease;
  position: relative;
  /*margin-left: 2px;*/
  cursor: pointer;
  /*width:11.1%;*/
  /*flex: 1;*/
}
.nav>ul>li>ul{
  position: absolute;
  left: 0;
  z-index: 2;
  width: 100%;
  display: none;
}
.nav>ul>li>ul>li{
  line-height: 26px;
  margin-top: 1px;
  background: #d21a1a;
}
.nav>ul>li>ul>li>a{
  color: #fff;
  font-size: 15px;
}
.nav>ul>li>a{
  display: block;
  padding: 0 35px;
  /*width:11.1%;*/
  color: #fff;
  font-size: 15px;
}
.nav>ul>li>a:hover{
  color: #fff;
  background: #d21a1a;
}
.nav>ul>li:hover>ul{
  display: block;
}
.nav>ul>li>ul>li>a:hover{
  color: #fff;
}
.nav .active{
  background: #d21a1a;
  color: #fff;
}
.banner{
  width: 100%;
  overflow: hidden;
}
.swiper li img{
  width: 100%;
  display: block;
}

.swiper .page .swiper-pagination-bullet{
    border-radius: 0;
    background: #fff;
    opacity: 1;
}.swiper .page .swiper-pagination-bullet-active{
  background: #ff0700;
}
.about_plate{
  width: 1210px;
  margin:0 auto;
  overflow: hidden;
  padding-bottom: 70px
}
.about_plate .left_plate{
  float: left;
  width: 50%;
  box-sizing: border-box;
}
.about_plate .right_plate{
  width: 50%;
  float: right;
  box-sizing: border-box;
  padding-top: 96px;
  padding-left: 40px
}
.left_plate p{
  width: 100%;
  font-size: 16px;
  color: #4e4d4d;
  line-height: 28px;
  margin-bottom: 26px;
  overflow: hidden;
}
.left_plate p:nth-child(2){
  max-height: 168px;
  overflow: hidden;
}
.left_plate p img{
  display: block;
}
.left_plate p a{
  float: right;
  width: 138px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  background: #d11919;
  color: #fff;
}
.right_plate img{
  display: block;
}
.works{
  width: 100%;
  background: url(../../images/ylgjcm/bg1.jpg) no-repeat;
  background-size: 100% cover;
  padding-bottom: 70px
}
.works .title{
  font-size: 30px;
  color: #fff;
  padding: 30px 0;
  margin-bottom: 20px;
  text-align: center;
}
.works_wrap{
  width: 1210px;
  margin: 0 auto;
  padding-bottom: 60px;
  overflow: hidden;
  position: relative;
}
.works_wrap ul{
  display: flex;
  justify-content: space-between;
}
.works_wrap ul li{
	width: 25%;
	text-align: center;
	padding-right: 20px;
	box-sizing: border-box;;
}
.works_wrap ul li a:hover .abstract .name{
  color: #d21a1a
}
.works_wrap .img {
	width: 100%;
	height: 290px;
	/*background: #7a7a7a;*/
	display: flex;
	justify-content: center;
}
.works_wrap .img img{
  display: block;
  height: 100%;
}
.works_wrap .abstract{
  width: 100%;
  background: #262626;
}
.works_wrap .abstract .p{
  padding:20px 0 10px;height:86px;
}
.works_wrap .abstract .name{
  font-size: 18px;
  color: #909090;
  /*padding: 20px 0 0*/
}
.works_wrap .abstract .enname{
  font-size: 14px;
  color: #909090;
  /*padding: 20px 0 10px*/
  /*padding-bottom: 10px;*/
}
.works_wrap .abstract .a{
  display: flex;align-items: center;justify-content: space-between;line-height: 1.8;font-size: 14px;
}
.works_wrap .abstract .a a:hover{
  /*color: #d21a1a*/
}
.works_wrap .abstract .a a{color:#fff;width:40%;text-align: center;background: #d11919;border-radius: 5px}
.works_wrap .abstract .card{
  line-height: 30px;
  font-size: 14px;
  color: #909090;
  text-align: left;
  padding: 0 10px 20px;
  max-height: 60px;
  overflow: hidden;
}
.paging .swiper-pagination-bullet{
  width: 100px;
  height: 8px;
  border-radius: 0;
  opacity: 1;
  background: #fff;
}
.paging .swiper-pagination-bullet{
  margin: 0 !important
}
.paging .swiper-pagination-bullet-active{
  background: #d11919;
}

.news{
  width: 1210px;
  margin: 0 auto 100px;
}
.news .title{
  font-size: 30px;
  color: #000;
  padding: 30px 0;
  margin-bottom: 20px;
  text-align: center;
}
.news_list{
  padding: 0 36px;
}
.news_list ul{
  display: flex;
  justify-content: space-between;
  width:100%;
}
.news_list li{
  padding: 44px 27px 27px;
  border:2px solid #b3b3b3;
  width: 238px;
  box-sizing: border-box;
  transition: all 0.6s ease;
}
.news_list .time{
  font-size: 12px;
  color: #b3b3b3;
}
.news_list .time strong{
  color: #767676;

}
.news_list .title{
  line-height: 25px;
  font-size: 16px;
  color: #333;
  padding: 30px 0 0;
  font-weight: 600;
  text-align: left;
  max-height: 105px;
  overflow: hidden;
}
.news_list .brief{
  line-height: 24px;
  font-size: 12px;
  color: #b3b3b3;
  max-height: 220px;
  overflow: hidden;
}
.news_list .more_link{
  width: 158px;
  line-height: 40px;
  margin-left: -54px;
  text-align: center;
  transition: all 0.6s ease;
  position: relative;
}
.news_list .more_link a{
  color: #232323;
  font-size: 12px;
}
.news_list .more_link:after{
  content: '';
  width: 0;
  height: 0;
  display: block;
  border-left: 5px solid #000;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  position: absolute;
  right: 15px;
  top: 15px;
}
.news_list li:hover{
  background: #aa110c;
  cursor: pointer;
  border-color: #aa110c;
}
.news_list li:hover .time{
  color: #fff
}
.news_list li:hover .time strong{
  color: #fff;
}
.news_list li:hover .title{
  color: #fff;
}
.news_list li:hover .brief{
  color: #fff;
}
.news_list li:hover .more_link{
  background: #000;
}
.news_list li:hover .more_link a{
  color: #fff;
}
.news_list li:hover .more_link:after{
  border-left-color:#fff;
}
.consult{
  width: 100%;
  text-align: center;
  padding: 35px 0;
  background: url(../../images/ylgjcm/bg2.jpg) no-repeat;
  background-size: 100% cover;
}
.consult p{
  font-size: 20px;
  color: #fff;
  line-height: 40px
}
.consult p:nth-child(1){
  font-size: 30px;
  color: #fff;
}
.consult a{
  display: inline-block;
  width: 246px;
  line-height:44px;
  color: #fff;
  font-size: 20px;
  text-align: center;
  background: #aa110c;
  border-radius: 6px;
  margin-top: 30px
}
.partner{
  width: 1210px;
  /*margin: 40px auto 70px;*/
  margin:0 auto;
  /*margin-top:40px;*/
}
.partner .title{
  font-size: 30px;
  color: #fff;
  padding: 30px 0;
  text-align: center;
}
.partner ul{
display:flex;
	flex-direction:row;
  justify-content: space-between;
  flex-wrap: wrap;
  box-sizing:border-box;
  width: 100%;
  padding: 0 10px;
}
.partner ul li{
  width: 216px;
  height: 156px;
  /*border:1px solid #f3f3f3;*/
  margin-bottom: 30px;

}

.partner ul li img{ width: 216px;height: 156px; }

.footer{
  width: 100%;
  background: #000;
  text-align: center;
  padding-top: 60px
}
.footer .footer_box{
  width: 1210px;
  margin: 0 auto;
  display: flex;
}
.footer .footer_content{
  width: 1210px;
  margin: 0 auto 36px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.footer .footer_content dl{
  padding: 0 20px;
  text-align: left;
}
.footer_content dl dt{
  font-size: 18px;
  color: #7a7a7a;
  margin-bottom: 10px;
}
.footer_content dl dt span{
  display: block;
  width: 37px;
  height:1px;
  background: #e71f19;
  margin-left: 10px;
  margin-top: 10px;
}
.footer_content dl dd{
    font-size: 14px;
    color: #7a7a7a;
    line-height: 30px;
}
.footer_content dl dd a{
  color: #7a7a7a;
}
.footer_content dl dd a:hover{
  color: #d21a1a;
}
.footer .foot_bottom{
  width: 100%;
  border-top: 1px solid #7a7a7a;
  padding: 30px 0;
  text-align:center;
}
.footer .foot_bottom p{
  font-size: 14px;
  color: #7a7a7a;
  line-height: 26px;
}
/* 公司简介 */
.in_content{
  width: 100%;
  padding-top: 167px;
  background: url(../../images/ylgjcm/c_ad.jpg) no-repeat;
  background-color: #f1f1f1;
  background-size: 100%;
  padding-bottom: 40px
}
.in_content_wrap{
  width: 1210px;
  margin: 0 auto;
  background: #fff;
  padding-top: 27px;
}
.in_content_wrap .bread_nav{
  width: 100%;
  overflow: hidden;
  padding: 0 8px;
  box-sizing: border-box;
  border-bottom: 1px solid #d1cfcf;
  display: flex;
  justify-content: space-between;
}
.in_content_wrap .bread_nav .bread_nav_left{
  line-height: 38px;
}
.bread_nav .bread_nav_left img{
  display: inline-block;
}
.bread_nav .bread_nav_left span{
  display: inline-block;
  font-size: 14px;
  color: #3e3e3e;
}
.bread_nav .bread_nav_left a{
  display: inline-block;
  font-size: 14px;
  color: #3e3e3e;
}
.bread_nav .bread_nav_left a:hover{
  color: #d21a1a
}
.bread_nav_right{
  line-height: 38px;
  display: inline-block;
}
.bread_nav_right ul{
  display: flex;
  height:100%;
  justify-content: space-between;
}
.bread_nav_right li{
  min-width: 110px;
  box-sizing: border-box;
  background:#fff;
  text-align: center;
  margin-left: 10px
}
.bread_nav_right li a{
  display: block;
  color: #3e3e3e;
  height:100%;
  padding: 0 10px;
  font-size: 14px;
}
.bread_nav_right .act a{
  color: #fff;
  background:#d21a1a;
}
.bread_nav_right li a:hover{
  color: #fff;
  background:#d21a1a;
}
.in_content_wrap .introduction{
  padding:36px 20px 0;
  overflow: hidden;
}
.in_content_wrap .introduction .ab_left{
  float: left;
  width: 234px;
  background: #c10e0e;
  border-radius: 8px;
  padding: 25px 20px 80px;
}
.introduction .ab_left p{
  padding: 15px 0 15px 4px;
  border-bottom: 1px solid #a40b0b;
}
.introduction .ab_left p a {
  color: #fff;
  font-size: 14px;
}

.introduction .ab_left .current{
	border-bottom: 1px solid #fff;
}
.introduction .ab_right{
  width: 896px;
  float: right;
  box-sizing: border-box;
  padding-left: 36px;
  overflow: hidden;
}
.introduction .ab_right .photo{
  float: left;
  width: 278px;
  margin-bottom: 26px;
}
.ab_right .photo img{
  width: 100%;
  display: block;
}
.introduction .ab_right .info{
  float: left;
  width: calc(100% - 278px);
  padding-left: 25px;
  padding-top: 70px;
  box-sizing: border-box;
}
.ab_right .info p{
  color: #3e3e3e;
  font-size: 18px;
}
.ab_right .info span{
  display: block;
  line-height: 28px;
  font-size: 14px;
  color: #888;
}
.ab_right .info p:first-child{
  font-size: 33px;
  line-height: 70px;
	font-family: "宋体";
	font-weight: 600;
}
.ab_right .main_info{
	float: left;
	width: 100%;
	padding: 10px 0;
	border-top: 1px solid #d1cfcf;
	font-family: "宋体";
	
}
.ab_right .main_info p{
  text-indent: 2em;
  line-height: 30px;
  font-size: 16px;
}
/*  */
.main_content{
  padding: 28px 30px;
}
.main_content p {
  text-indent: 2em;
  line-height: 30px;
  font-size: 16px;
  /*display: flex;
  justify-content: space-between;*/
}
.main_content p img{
  display: inline-block;
  margin: 50px 0 160px
}
/*  */
.news_main{
  padding: 28px 36px 40px;

}
.news_main ul{
  margin-bottom: 30px
}
.news_main ul li{
  width: 100%;
  padding: 15px 0;
  border-bottom: 1px solid #ccc;
}
.news_main ul li a:hover .title span{
  color: #d21a1a
}
.news_main .title{
  overflow: hidden;
  line-height: 40px;
}
.news_main .title span{
  float: left;
  font-size: 16px;
  color: #333;
  max-width: 800px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.news_main .title .time{
  float: right;
  font-size: 14px;
  color: #7d7979;
}
.news_main .abstract{
  font-size: 14px;
  color: #7d7979;
  line-height: 30px;
  max-height: 60px;
  overflow: hidden;
}
.pagination{
  display: inline-block;
  text-align: center;
  color: #76838f;
  line-height:40px;
  background: #fff;
  overflow: hidden;
}
.pagination a{
	float: left;
    width: 40px;
    height: 38px;
    font-size: 12px;
    border: 1px solid #e4eaec;
    border-right: none;
    color: #76838f;
}
.pagination .a1{
	float: left;
    background: none;
    border: 1px solid #e4eaec;
    border-right: none;
    width: 72px;
    height: 40px;
    cursor: pointer;
    box-sizing: border-box;
	font-size: 12px;
}
.pagination a:last-child{
	float: left;
    background: none;
    border: 1px solid #e4eaec;
    width: 72px;
    height: 40px;
    cursor: pointer;
    box-sizing: border-box;
}
.pagination span{
	float: left;
    width: 40px;
    height: 38px;
    font-size: 12px;
    border: 1px solid #e4eaec;
    border-right: none;
    color: #fff;
    background: #cf3109;
    border-color: #cf3109;
}
.pagination a:hover{
  color: #fff;
  background: #cf3109;
  border-color: #cf3109;
}
.pagination .cur{
  color: #fff;
  background: #cf3109;
  border-color: #cf3109;
}
.pagination .prev{
  float: left;
  background: none;
  border:1px solid #e4eaec;
  border-right: none;
  width: 72px;
  height: 40px;
  cursor: pointer;
}
.pagination .prev:disabled{
  color: #ccc;
  cursor: not-allowed
}
.pagination .next{
  float: left;
  background: none;
  border:1px solid #e4eaec;
  width: 72px;
  height: 40px;
  cursor: pointer;
}
/*  */
.new_detail{
  padding-top: 35px;
  padding-bottom: 50px;
}
.new_detail .title{
  text-align: center;
  border-bottom: 1px solid #d1cfcf;
  padding-bottom: 15px
}
.new_detail .title p{
  font-size: 12px;
  color: #3e3e3e;
  line-height: 30px;
}
.new_detail .title a{color: #3e3e3e;}
.new_detail .title p:first-child{
  font-size: 24px;
  color: #3e3e3e;
  line-height: 40px;
}
.new_detail .article{
  padding: 20px 130px 0;
  margin-bottom: 60px
}
.new_detail .article p{
  font-size: 16px;
  color: #3e3e3e;
  line-height: 30px;
  text-indent: 2em;
}
.new_detail .article p img{
  max-width: 100%;
  display: block;
  margin: 20px 0
}
/**/
.recommend{
  padding: 20px;
  display: flex;
  justify-content: space-between;
  border-top: 1px solid #d1cfcf;
}
.recommend p{
  font-size: 14px;
  color: #3e3e3e;
}
.recommend p a{
color: #3e3e3e;
}
.recommend p a:hover{
  color: #e71f19
}
/**/
.consult_content{
  padding: 58px 28px 95px;
  overflow: hidden;
  display: flex;
  justify-content: space-between;
}
.consult_swiper{
  width: 390px;
  height: 500px;
  margin-right: 55px;
}
.consult_swiper ul{
    width: 100%;
}
.consult_swiper ul li{
  width: 100%;
  display: flex;
  align-items: center
}
.consult_swiper ul li img{
  width: 100%;
  display: block;
}

.consult-swiper .swiper-pagination-bullet{
    background: #fff;
    opacity: 1;
}
.consult-swiper .swiper-pagination-bullet-active{
  background: #ff0700;
}
.consult_list{
  width: calc(100% - 445px);
}
.consult_list ul{
  width: 100%;
  margin-bottom: 65px;
}
.consult_list ul li{
  border-bottom: 1px solid #ccc;
  padding: 20px 0;
}
.consult_list ul li:after{
  content: '';
  display: block;
  height: 0;
  clear: both;
}
.consult_list a:hover .cont p:first-child{
  color: #d21a1a
}
.consult_list .time{
  float: left;
  width: 75px;
  padding: 10px;
  color: #fff;
  box-sizing: border-box;
  text-align: center;
  background: #d21a1a
}
.consult_list .time p{
  line-height: 20px;
  font-size: 14px;
  border-bottom: 1px solid #fff;
}
.consult_list .time span{
  display: block;
  font-size: 12px
}
.consult_list .cont {
  float: left;
  width: calc(100% - 99px);
  margin-left: 22px;
}
.consult_list .cont p{
  font-size: 12px;
  color: #888;
  line-height: 30px;
}
.consult_list .cont p:first-child{
  font-size: 18px;
  color: #333;
}
/**/
.music_main{
  padding: 24px 30px 40px;
}
.music_main img{max-width: 100%}
.music_abstract{
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 36px;
}
.music_abstract p{
  font-size: 16px;
  color: #373737;
  line-height: 30px;
}
.music_list{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.music_list li{
  width: 49%;
  text-align: center;
  margin-bottom: 45px;
  background: #fff;
  display: flex;
}
.music_list .img{
	width: 260px;
  height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
}
.music_list .img img{
  display: block;
}
.music_list li p:nth-of-type(1) {
  font-size: 16px;
  color: #232323;
  line-height: 34px;
  text-align: left;
  padding: 40px 10px 10px;
}
.music_list li p:nth-of-type(2)  {
  text-align: left;
  font-size: 14px;
  line-height: 24px;
  padding: 0 10px 10px;
  color: #888;
}
.music_list li p:nth-of-type(3)>a {
  display: inline-block;
  padding: 4px 24px;
  border-radius: 50px;
  background: #242424;
  color: #fff;
  font-size: 12px;
}
/**/
.musics ul{
	
}
.musics li{
	line-height:40px;
	margin-bottom:10px;
}
.musics .title{
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ccc;
}
.musics .title span{
	font-size: 18px;
	color: #333;
}
.musics .title .f {
	font-size: 24px;
}
.musics .title a{
	font-size: 14px;
	color:#333;
	
}
.musics .content{
	display: none;
	justify-content: space-between;
	padding-top: 30px;
	
}
.musics .content .image{
	margin-right:15px;
	width:243px;
	
}
.musics .content .image img{
	width: 100%;
	display: block;
}
.musics .content .items{
	width:calc(100% - 243px);
	
}
.musics .content .item{
	display: flex;
    justify-content: space-between;
    border-bottom: 1px dashed #ccc;
	font-size: 16px;
    color: #444;
}
.musics .content .item .on_off{
	display: inline-block;
    width: 20px;
    height: 20px;
	vertical-align: middle;
}
.musics .content .item .on{    
    background: url(../../images/ylgjcm/p.jpg) no-repeat;
}
.musics .content .item .off{
    background: url(../../images/ylgjcm/s.jpg) no-repeat;
}
.musics .content .item span{
	vertical-align: middle;
}
.musics .content .button{
	width:100%;
	margin-top: 30px;
}
.musics .content .button a{
	width: 187px;
	height: 43px;
	display:block;
	margin: 0 auto;
	border: 1px solid #666;
	font-size: 16px;
	color:#616161;
	border-radius: 4px;
	text-align: center;
}
.musics .content .button a:hover{
	background: #d21a1a;
	color:#fff;
	border: 1px solid #d21a1a;
	
}

/**/
.music_poster{
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  background:#ccc;
}
.music_poster img{
  display: block;
  width: 100%;
  min-height:540px;
}
.music_poster a{
  position: absolute;
  width: 105px;
  height: 105px;
  background: url(../../images/ylgjcm/play.png) no-repeat;
  background-size: contain;
  z-index: 9;
  cursor: pointer;
}
.music_poster .playing{
  -webkit-animation: center_rotate 2s infinite linear;
  animation: center_rotate 2s infinite linear;
}
.music_poster p{
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 20px 70px;
  font-size: 24px;
  background: #f1f1f1;
}
.music_detail{
  padding: 40px 0 105px;
}
.music_detail p{
  text-indent: 2em;
  font-size: 14px;
  color: #3e3e3e;
  line-height: 30px;
}
/**/
.us_business{
  padding-bottom: 100px;
}
.us_business p{
  text-indent: 2em;
  font-size: 14px;
  color: #3e3e3e;
  line-height: 30px;
}
.us_business img{
  display: block;
  width: 100%;
  margin: 20px 0;
}
/**/
.move_main{
  padding: 30px 12px 30px;
}
.move_abstract {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 36px;
}
.move_abstract p{
  font-size: 16px;
  color: #373737;
  line-height: 30px;
}
.move_list {
  display: flex;
  /*justify-content: space-between;*/
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.move_list li{
  width: 285px;
  margin-left: 15px;
  text-align: center;
  padding-bottom: 35px;
  margin-bottom: 16px;
  position: relative;
  /*background: #f1f1f1;*/
}
.move_list li:nth-child(4n+1){margin-left:0;}
.move_list li a:hover{
  color: #fff
}
.move_list li .a{
  position: absolute;bottom: 0;width:100%;
  display: flex;align-items: center;justify-content: space-between;line-height: 1.8;font-size: 14px;margin-top: 5px;
}
.move_list li a{color:#ccc;width:40%;text-align: center;background: #d21a1a}

.move_list .img{
	width: 100%;
	height: 288px;
	display: flex;
	align-items: center;
	justify-content: center;
	/*background: #f1f1f1;*/
}
.move_list .img img{
  display: block;
  height: 100%;
}
.move_list li p:nth-of-type(1) {
  font-size: 16px;
  color: #232323;
  line-height: 34px;
  padding-top: 10px;
}
.move_list li p  {
  /*text-align: left;*/
  font-size: 12px;
  line-height: 24px;
  /*padding: 0 20px 10px;*/
  color: #888;
  /*height: 106px;
  box-sizing: border-box;
  overflow: hidden;*/
}
/**/
.move_content{
  /*padding: 60px 50px 170px 50px;*/
  padding: 60px 130px 170px 130px;
}
.move_content .move_info{
  overflow: hidden;
  width: 100%;
}
.move_content .move_info .photo{
  float: left;
  width: 282px;

}
.move_content .move_info .photo img{
  width: 100%;
  display: block;
}
.move_content .move_info .info{
  float: right;
  width: calc(100% - 282px);
  padding-left: 32px;
  box-sizing:border-box;
  padding-top: 20px;
}
.move_content .move_info .info strong{
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #1d1d1d;
  width: 300px;
  line-height: 46px;
  border-bottom: 1px solid #ccc
}
.move_content .move_info .info span{
  font-size: 16px;
  color: #615e5e;
  line-height: 30px;
}
.move_content .move_info .info p{
  font-size: 16px;
  color: #615e5e;
  line-height: 30px;
}
.move_content .move_detail{
  width: 100%;
  padding-top: 25px;
}
.move_content .move_detail .move_h{
  line-height: 38px;
  background: #313131;
  padding-left: 38px;
  color: #fff;
  font-size: 18px;
  margin-bottom: 20px;
}
.move_content .move_detail p{
  font-size: 16px;
  color: #3e3e3e;
  line-height: 30px;
  text-indent: 2em
}







.about-flex{
  display: flex;align-items: center;line-height: 1.6;
}

.about-flex img{width:37%;margin-right: 3%}
.about-flex span{flex: 1}

.about-flex .title{text-align: center;font-size: 18px;margin-bottom: 15px}









/*  */
