/* banner */
.ylibanner{
  width: 100%;
  height: 526px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.ylibanner .banh1{
  font-size: 80px;
  line-height: 1;
  font-weight: 500;
  margin-bottom: 50px;
}
.ylibanner .banp1{
  font-size:40px;
  font-weight:500;
}

/* 公共间距 */
.ylipadding{
  padding: 120px 0;
}
.ylipaddtop{
  padding-top: 120px;
}

/* 公共标题 */
.ylititle1{
  font-size: 46px;
  color: #333;
  text-align: center;
  position: relative;
  padding-bottom: 40px;
  margin-bottom: 60px;
  line-height: 1;
}
.ylititle1:before{
  content: "";
  position: absolute;
  width:100px;
  height:2px;
  background:#2C24BA;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

/* 公共按钮 */
.ylibtn1,.ylibtn2,.ylibtn3,.ylibtn4{
  width:268px;
  height:60px;
  line-height: 60px;
  text-align: center;
  border-radius:2px;
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
/* 白底蓝字 */
.ylibtn1{
  background:#fff;
  color: #2C24BA;
}
.ylibtn1:hover{
  background: rgba(255, 255, 255, 0.8);
}
/* 蓝底白字 */
.ylibtn2{
  color: #fff;
  background: #2362B1;
}
.ylibtn2:hover{
  background: #2e83ed;
}
/* 浅蓝底白字 */
.ylibtn3{
  color: #fff;
  background: #2E83ED;
}
.ylibtn3:hover{
  background: #2362B1;
}
/* 白色线框白色字 */
.ylibtn4{
  background: rgba(44, 36, 186,0.5);
  color: #fff;
}
.ylibtn4:hover{
  background: rgba(44, 36, 186,1);
}

/* 面包屑 */
.marketbrand{
  padding-top: 32px;
}
.marketbrand img{
  height: 22px;
  width: auto;
  vertical-align: middle;
  margin-right: 20px;
}
.marketbrand a{
	font-size: 18px;
  color: #777777;
  vertical-align: middle;
}
.marketbrand span{
  vertical-align: middle;
  color: #777777;
	font-size: 18px;
}
.marketbrand a:last-child,
.marketbrand span:last-child{
	color: #2C24BA;
}

/* 首页新闻资讯模块 */
.yli_recommendcon .yli_recommend{
	width: calc((100% - 40px)/2);
	float: left;
	background:rgba(255,255,255,0.3);
  box-shadow:0px 12px 40px 0px rgba(211,211,211,0.5);
}
.yli_recommendcon .yli_recommend:first-child{
	margin-right: 40px;
}
.yli_recommend h4{
	height: 76px;
	line-height: 76px;
	padding-left: 40px;
  background-color: #fff;
  border-bottom: 1px solid #CCCCCC;
	position: relative;
	color: #333;
  font-size: 32px;
  font-weight: 400;
}
.yli_recommend h4:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 4px;
	height: 32px;
	background-color: #2C24BA;
}
.yli_recommendp{
	padding: 10px 40px 20px;
}
.yli_recommendp p{
	height: 65px;
	line-height: 65px;
	border-bottom: 1px solid #E0E0E0;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 20px;
  color: #777;
  transition: all 0.3s ease-in-out;
}
.yli_recommendp p:hover{
  color: #333;
}
.yli_recommendp a:last-child p{
	border-bottom: 0;
}
.yli_recommendp p span{
	display: inline-block;
  margin-right: 30px;
  color: #999;
}
/* 公共左图右文模块 */
.yliaddmodule1box{
  padding-top: 54px;
}
.yliaddmodule1{
  background: #FAFAFA;
  padding: 30px 10% 30px 9%;
}
.yliaddmodule1 .lfimg{
  width: 314px;
  height: auto;
  float: left;
}
.yliaddmodule1 .rgtext{
  width: calc(100% - 314px);
  float: left;
  position: relative;
  min-height: 100px;
}
.yliaddmodule1 .rgtext p{
  position: absolute;
  top: 50%;
  left: 5%;
  transform: translateY(-50%);
  color: #333333;
  font-size: 20px;
  line-height: 1.5;
}

@media(max-width:1439px){
  /* 公共左图右文模块 */
  .yliaddmodule1 {
    padding: 30px 5% 30px 4%;
  }
}

@media(max-width:1199px){
  .ylititle1{
    font-size: 40px;
  }

/* 首页新闻资讯模块 */
  .yli_recommend h2{
    font-size: 26px;
  }
  .yli_recommendp p {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }
  /* 公共左图右文模块 */
  .yliaddmodule1 {
    padding: 30px 3% 30px 2%;
  }
  .yliaddmodule1 .rgtext p{
    font-size: 16px;
  }
}

@media(max-width:991px){
  /* 公共左图右文模块 */
  .yliaddmodule1 {
    padding: 20px 2% 20px 1%;
  }
  .yliaddmodule1 .lfimg {
    width: 250px;
  }
  .yliaddmodule1 .rgtext {
    width: calc(100% - 250px);
    min-height: 80px;
  }
  .yliaddmodule1 .rgtext p {
    font-size: 14px;
  }
}

@media(max-width:767px){
  /* banner */
  .ylibanner{
    height: 240px;
  }
  .ylibanner .banh1 {
    font-size: 26px;
    margin-bottom: 28px;
  }
  .ylibanner .banp1 {
    font-size: 18px;
  }

  /* 公共按钮 */
  .ylibtn1,.ylibtn2,.ylibtn3,.ylibtn4{
    width:81.25%;
    min-width: 260px;
    height:44px;
    line-height: 44px;
    font-size: 18px;
    border-radius: 1px;
  }
  /* 公共间距 */
  .ylipadding{
    padding: 60px 0;
  }
  .ylipaddtop{
    padding-top: 60px;
  }

  /* 公共标题 */
  .ylititle1{
    font-size: 24px;
    padding-bottom: 20px;
    margin-bottom: 30px;
  }
  .ylititle1:before{
    width:50px;
    height:2px;
    border-radius:1px;
  }

  /* 面包屑 */
	.marketbrand {
    padding-top: 18px;
  }
	.marketbrand img{
    height: 13px;
    margin-right: 12px;
  }
	.marketbrand a {
    font-size: 12px;
  }
  
  /* 首页新闻资讯模块 */
  .yli_recommendcon .yli_recommend {
    width: 100%;
    float: none;
    box-shadow: 0px 6px 20px 0px rgba(211,211,211,0.5);
  }
  .yli_recommendcon .yli_recommend:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
  .yli_recommend h2 {
    height: 40px;
    line-height: 40px;
    padding-left: 20px;
    font-size: 18px;
  }
  .yli_recommend h2:before {
    width: 2px;
    height: 18px;
  }
  .yli_recommendp {
    padding: 5px 10px 10px;
  }

  /* --- 移动版本1 切换 ---- */
  .recommendbox{
    touch-action: none;
  }
  .yli_mrecommendbox{
    box-shadow:0px 6px 15px 0px rgba(200,197,197,0.3);
    touch-action: none;
  }
  .yli_mrecommendcon .mrecommendh2 h2{
    float: left;
    width: 50%;
    height: 44px;
    line-height: 44px;
    color: #333;
    font-size: 18px;
    background: #fff;
    text-align: center;
    font-weight: 400;
    border-bottom: 1px solid #ccc;
  }
  .yli_mrecommendcon .mrecommendh2 h2.active{
    color: #0039DC;
    border-bottom: 1px solid #0039DC;
  }
  .yli_mrecommendcon .yli_recommendp {
    padding: 0;
    display: none;
    background: rgba(255,255,255,0.3);
  }
  .yli_recommendp.active{
    display: block;
  }
  .yli_recommendp p {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .yli_recommendp p span {
    margin-right: 6px;
    margin-left: 10px;
  }

  /* 公共左图右文模块 */
  .yliaddmodule1box {
    padding-top: 30px;
  }
  .yliaddmodule1 {
    padding: 15px;
    width: 100%;
  }
  .yliaddmodule1 .lfimg {
    width: 100%;
    float: none;
  }
  .yliaddmodule1 .rgtext {
    width: 100%;
    min-height: auto;
    float: none;
  }
  .yliaddmodule1 .rgtext p {
    position: relative;
    top: 0;
    left: 0;
    transform: translateY(0%);
    font-size: 12px;
    padding-top: 15px;
  }

}