.foot_friendhref{
  display: block;
}
/* banner */
.ylibanner{
  height: 700px;
  background-image: url(../images/index/banbg.jpg);
  padding-top: 168px;
  text-align: center;
}
.ylibanner h1{
  font-size: 80px;
  line-height: 1;
  font-weight: 500;
  color: #fff;
}
.ylibanner .baninfo{
  margin: 40px auto 78px;
  padding: 0 16px;
  display: inline-block;
  height: 64px;
  line-height: 64px;
  background:-webkit-linear-gradient(90deg,rgba(203,212,228,0.6) 0%,rgba(48,57,105,0.6) 100%);
  background:-moz-linear-gradient(90deg,rgba(203,212,228,0.6) 0%,rgba(48,57,105,0.6) 100%);
  background:-ms-linear-gradient(90deg,rgba(203,212,228,0.6) 0%,rgba(48,57,105,0.6) 100%);
  background:-o-linear-gradient(90deg,rgba(203,212,228,0.6) 0%,rgba(48,57,105,0.6) 100%);
  background:linear-gradient(90deg,rgba(203,212,228,0.6) 0%,rgba(48,57,105,0.6) 100%);
}
.ylibanner .baninfo span{
  color: #fff;
  font-size: 40px;
  display: inline-block;
  margin: 0 16px;
}
.banftbtn{
  text-align: center;
}
.banftbtn > div{
  display: inline-block;
  margin: 0 20px;
}
/* 公司概览 */
.companylook .looklf{
  width: calc(100% - 618px);
  float: left;
  padding-right: 48px;
}
.companylook .looklf .ylititle1{
  text-align: left;
  margin-bottom: 40px;
}
.companylook .looklf .ylititle1:before{
  transform: translateX(0);
  left: 0;
}
.companylook .looklf .lookbrand{
  margin-bottom: 40px;
}
.companylook .looklf .lookbrand span{
  display: inline-block;
  text-align: center;
  width:120px;
  height:40px;
  background:rgba(0,57,220,0.08);
  border-radius:2px;
  line-height: 40px;
  color: #2C24BA;
  font-size: 16px;
  margin-right: 18px;
}
.companylook .looklf p{
  color: #777777;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 10px;
}
.companylook .looklf .morea{
  margin-top: 20px;
  display: inline-block;
  color: #2C24BA;
  font-size: 18px;
  transition: all 0.3s ease-in-out;
}
.companylook .looklf .morea:hover{
  color:#5b52ff;
}
.companylook .lookimg{
  width: 618px;
  height: auto;
  float: right;
  margin-top: 12px;
}
/* 我们的业务 */
.business1{
  width: 100%;
  padding: 60px 0;
  background: url(../images/index/businessbg1.png) center no-repeat;
  background-size: cover;
}
.business1 .ylititle1{
  margin-bottom: 40px;
}
.business1 p.titlep{
  color: #777777;
  text-align: center;
  font-size: 20px;
  line-height: 1.5;
  padding: 0 18%;
  margin-bottom: 80px;
}
.business1ul{
  text-align: center;
}
.business1ul li{
  display: inline-block;
  margin: 0 70px;
}
.business1ul li h2{
  font-weight: 600;
  font-size: 60px;
  color: #2C24BA;
  position: relative;
  margin-bottom: 18px;
  line-height: 1;
  transition: all 0.3s ease-in-out;
}
.business1ul li div > span{
  font-weight: 500;
  font-size: 36px;
  line-height: 1;
  vertical-align: top;
}
.business1ul li:nth-child(2n) div > span{
  font-size: 30px;
  font-weight: 400;
}
.business1ul li h2:hover{
  color: #5b52ff;
}
.business1ul li p{
  color: #666666;
  font-size: 16px;
}
.business2box{
  padding-bottom: 80px;
  background: #F8F8F8;
}
.business2{
  background: url(../images/index/businessbg2.jpg) center no-repeat;
  background-size: cover;
}
.business2 li{
  width: 33.33%;
  height:240px;
  background:rgba(0,0,0,0.1);
  float: left;
  border-right: 3px solid rgba(0,0,0,0.1);
  color: #fff;
  position: relative;
  padding-top: 70px;
  padding-left: 100px;
  transition: all 0.3s ease-in-out;
}
.business2 li:nth-child(-n+3){
  border-bottom: 3px solid rgba(0,0,0,0.1);
}
.business2 li h3{
  font-size: 28px;
  margin-bottom: 26px;
  line-height: 1;
  font-weight: 400;
}
.business2 li .a_h2{
  color: #fff;
}
.business2 li p,
.business2 li p > a {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.5;
  font-size: 18px;
  max-width: 76%;
}
.business2 li p > a:hover{
  text-decoration: underline;
}
.business2 li .after_arrow{
  position: absolute;
  right: 40px;
  bottom: 72px;
  width: 20px;
  height: 40px;
  opacity: 0;
  cursor: pointer;
}
.business2 li:hover{
  background:rgba(0,7,36,0.4);
  padding-left: 60px;
}
.business2 li:hover .after_arrow{
  opacity: 1;
}
/* 为什么选择我们 */
.chooseusul li{
  float: left;
  width: calc((100% - 120px)/4);
  overflow: hidden;
  box-shadow:0px 12px 40px 0px rgba(211,211,211,0.5);
  border-radius:4px;
  margin-right: 40px;
  background: #fff;
  transition: all 0.3s ease-in-out;
}
.chooseusul li:last-child{
  margin-right: 0;
}
.chooseusul li:hover{
  transform: translateY(-5px);
}
.chooseusul li img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.chooseusul li p{
  height: 80px;
  line-height: 80px;
  color: #333;
  font-size: 24px;
  text-align: center;
}
/* 新闻资讯 */
.recommendbox{
  padding: 60px 0 80px;
  background: #F5F5F5;
}
/* 新增小资讯模块 */
.addlittlezx{
  padding-top: 60px;
}
.addlittlezx li{
  float: left;
  width: calc((100% - 120px)/4);
  margin-right: 40px;
  background:rgba(255,255,255,0.4);
  box-shadow:0px 12px 40px 0px rgba(211,211,211,0.5);
  padding: 0 16px 20px;
  border-top: 2px solid #0C15C0;
}
.addlittlezx li:nth-child(2n){
  border-top: 2px solid #0042FF;
}
.addlittlezx li:last-child{
  margin-right: 0;
}
.addlittlezx li h2{
  height: 75px;
  line-height: 75px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-size: 24px;
  color: #2C24BA;
  margin-bottom: 14px;
  font-weight: 400;
  border-bottom: 1px solid rgba(204,204,204,0.4);
}
.addlittlezx li:nth-child(2n) h2{
  color: #0042FF;
}
.addlittlezx li p{
  height: 35px;
  line-height: 35px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #777777;
  font-size: 16px;
}

/* 追梦人 */
.partnerul li{
  float: left;
  width: calc((100% - 150px)/6);
  margin-right: 30px;
  padding: 15px 12px;
  background:rgba(255,255,255,1);
  box-shadow:0px 12px 20px 0px rgba(211,211,211,0.64);
  border-radius:4px;
}
.partnerul li:nth-child(6n){
  margin-right: 0;
}
.partnerul li:nth-child(-n+12){
  margin-bottom: 40px;
}
.partnerul li img{
  width: 100%;
}
@media(max-width:1439px){
  .companylook .looklf {
    width: calc(100% - 550px);
    padding-right: 30px;
  }
  .companylook .lookimg {
    width: 550px;
    margin-top: 45px;
  }
  .business1 p.titlep {
    padding: 0 10%;
  }
  .chooseusul li p{
    font-size: 22px;
  }
}
@media(max-width:1199px){
  .ylibanner h1 {
    font-size: 60px;
  }
  .ylibanner .baninfo span {
    font-size: 34px;
    margin: 0 12px;
  }
  .companylook .looklf {
    width: calc(100% - 400px);
    padding-right: 30px;
  }
  .companylook .looklf .lookbrand {
    margin-bottom: 20px;
  }
  .companylook .looklf .lookbrand span{
    width: 100px;
    font-size: 14px;
  }
  .companylook .looklf p{
    font-size: 14px;
  }
  .companylook .looklf .morea{
    margin-top: 10px;
    font-size: 16px;
  }
  .companylook .lookimg {
    width: 400px;
    margin-top: 70px;
  }
  .business1 p.titlep {
    font-size: 18px;
  }
  .business1ul li {
    margin: 0 40px;
  }
  .business2 li{
    padding-left: 50px;
  }
  .business2 li h2 {
    font-size: 24px;
  }
  .business2 li >p{
    font-size: 16px;
  }
  .business2 li:hover{
    padding-left: 20px;
  }
  .chooseusul li p {
    font-size: 18px;
  }
}
@media(max-width:991px){
  .ylibanner h1 {
    font-size: 50px;
  }
  .ylibanner .baninfo span {
    font-size: 26px;
    margin: 0 10px;
  }
  .companylook .lookimg {
    width: 90%;
    margin-top: 0;
    float: none;
    margin: 0 auto 40px;
  }
  .companylook .looklf {
    width: 100%;
    padding-right: 0;
    padding: 0 5%;
    float: none;
  }
  .business1 p.titlep {
    font-size: 16px;
    padding: 0 5%;
  }
  .business1ul li {
    margin: 0 25px;
  }
  .business1ul li h2 {
    font-size: 50px;
  }
  .business1ul li h2 > span{
    font-size: 28px;
  }
  .business1ul li:nth-child(2n) h2 > span {
    font-size: 22px;
  }
  .business2 li {
    padding-left: 30px;
    padding-top: 50px;
  }
  .business2 li:hover:after{
    right: 10px;
    bottom: 90px;
  }
}
@media(max-width:767px){
  /* banner */
  .ylibanner {
    height: 240px;
    background-image: url(../images/index/mbanbg.jpg);
    padding-top: 20px;
  }
  .ylibanner h1 {
    font-size: 26px;
  }
  .ylibanner .baninfo {
    margin: 20px auto;
    padding: 0 5px;
    height: 32px;
    line-height: 32px;
  }
  .ylibanner .baninfo span {
    font-size: 12px;
    margin: 0 2px;
  }
  .banftbtn > div {
    display: block;
    margin: 0 auto;
  }
  .banftbtn > div:first-child{
    margin: 0 auto 10px;
    background: rgba(44, 36, 186,1);
  }
  /* 公司概览 */
  .companylook .lookimg {
    width: 100%;
    margin: 10px auto 30px;
  }
  .companylook .looklf {
    width: 100%;
    padding-right: 0;
    padding: 0;
  }
  .companylook .looklf .lookbrand {
    margin-bottom: 30px;
    overflow: hidden;
  }
  .companylook .looklf .lookbrand span {
    display: block;
    width: calc((100% - 9px)/4);
    height: 26px;
    border-radius: 1px;
    line-height: 26px;
    color: rgba(44, 36, 186, 0.7);
    font-size: 12px;
    margin-right: 3px;
    float: left;
  }
  .companylook .looklf .lookbrand span:last-child{
    margin-right: 0;
  }
  .companylook .looklf p {
    font-size: 14px;
    margin-bottom: 20px;
  }
  .companylook .looklf .morea {
    font-size: 14px;
  }
  /* 我们的业务 */
  .business1 {
    padding: 40px 0 30px;
    background: url(../images/index/mbusinessbg1.png) center no-repeat;
    background-size: cover;
  }
  .business1 .ylititle1 {
    margin-bottom: 30px;
  }
  .business1 p.titlep {
    font-size: 12px;
    padding: 0;
    margin-bottom: 0;
  }
  .business1ul li {
    margin: 0;
    float: left;
    width: 50%;
    margin-top: 40px;
  }
  .business1ul li h2 {
    font-size: 40px;
    margin-bottom: 12px;
  }
  .business1ul li p {
    font-size: 12px;
  }
  .business1ul li h2 > span {
    font-size: 24px;
  }
  .business1ul li:nth-child(2n) h2 > span {
    font-size: 18px;
  }
  .business2box {
    background: #F8F8F8;
    padding-bottom: 0;
  }
  .business2 {
    background: url(../images/index/mbusinessbg2.jpg) center no-repeat;
    background-size: cover;
    width: 100%;
  }
  .business2 li {
    width: 50%;
    height: 155px;
    background: rgba(0, 7, 36, 0.4);
    float: left;
    border-right: 2px solid #9197AC;
    color: #fff;
    position: relative;
    padding-top: 28px;
    padding-left: 15px;
    transition: all 0.3s ease-in-out;
  }
  .business2 li:nth-child(2),
  .business2 li:nth-child(3),
  .business2 li:nth-child(6){
    background: rgba(0,0,0,0.3);
  }
  .business2 li:nth-child(2n){
    border-right: 0;
  }
  .business2 li:hover {
    padding-left: 15px;
  }
  .business2 li:hover:after{
    opacity: 0;
  }
  .business2 li h2 {
    font-size: 20px;
    margin-bottom: 18px;
  }
  .business2 li p, .business2 li p > a{
    font-size: 14px;
    max-width: 90%;
  }
  .business2 li:nth-child(-n+3) {
    border-bottom: 0;
  }
  .business2 li:nth-child(-n+4) {
    border-bottom: 2px solid #9197AC;
  }
  .business2 li:hover .after_arrow{
    opacity: 0;
  }
  /* 为什么选择我们 */
  .chooseusul li {
    float: none;
    width: 100%;
    box-shadow: 0px 6px 20px 0px rgba(211,211,211,0.5);
    border-radius: 2px;
    margin-right: 0;
    margin-bottom: 30px;
  }
  .chooseusul li:last-child{
    margin-bottom: 0;
  }
  .chooseusul li p {
    height: 60px;
    line-height: 60px;
    font-size: 16px;
  }
  /* 新闻资讯 */
  .recommendbox {
    padding: 40px 0;
    background: #F8F8F8;
  }
  /* 新增小资讯模块 */
.addlittlezx{
  padding-top: 30px;
}
.addlittlezx li{
  width: calc((100% - 15px)/2);
  margin-right: 15px;
  box-shadow: 0px 6px 20px 0px rgba(211,211,211,0.5);
  padding: 0 8px 10px;
  border-top: 1px solid #0C15C0;
  margin-bottom: 20px;
}
.addlittlezx li:nth-child(2n){
  border-top: 1px solid #0042FF;
  margin-right: 0;
}
.addlittlezx li:last-child{
  margin-right: 0;
}
.addlittlezx li h2{
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  margin-bottom: 8px;
  border-bottom: 1px solid rgba(204,204,204,0.4);
}

.addlittlezx li p{
  height: 25px;
  line-height: 25px;
  font-size: 12px;
}

  /* 追梦人 */
  .partner .ylititle1{
    line-height: 1.5;
  }
  .partnerul li {
    width: calc((100% - 18px)/2);
    margin-right: 18px;
    padding: 7px 6px;
    box-shadow: 0px 6px 10px 0px rgba(211,211,211,0.64);
    border-radius: 2px;
    margin-bottom: 20px;
  }
  .partnerul li:nth-child(2n){
    margin-right: 0;
  }
  .partnerul li:nth-child(-n+12) {
    margin-bottom: 20px;
  }
  .mpartnerSwiper{
    padding: 0 15px 38px;
  }
  .mpartnerSwiper .swiper-pagination-bullet {
    background: #0038D8;
    opacity: .2;
    outline: none;
  }
  .mpartnerSwiper .swiper-pagination-bullet-active {
    opacity: 1;
    background: #0038D8;
  }
  .partner .swiper-container-horizontal>.swiper-pagination-bullets{
    bottom: 0;
  }
}