/* banner */
.ylibanner{
  background-image: url(../images/scoreSettle/banbg.jpg);
  padding-top: 165px;
  text-align: center;
  color: #fff;
}

/* 我们的优势 */
.advantageul 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;
}
.advantageul li:last-child{
  margin-right: 0;
}
.advantageul li:hover{
  transform: translateY(-5px);
}
.advantageul li img{
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
.advantageul li p{
  height: 80px;
  line-height: 80px;
  color: #333;
  font-size: 24px;
  text-align: center;
}
/* 上海居住证积分 */
.shanghaibox{
  padding: 80px 0 60px;
  background-image: url(../images/scoreSettle/livebg.jpg);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.shanghailist{
  width: 1348px;
  margin-left: 84px;
  /* background-image: url(../images/scoreSettle/livebg2.png);
  background-position: center bottom;
  background-size: cover;
  background-repeat: no-repeat; */
  background: #fff;
  border: 2px solid rgba(223, 227, 238, 1);
  box-shadow: 14px 16px 0px 0px rgba(166,184,202,0.2);
  position: relative;
  padding: 50px 0 60px;
}
.shangitem{
  float: left;
  width: 50%;
  padding-left: 9%;
}
.shangitem:first-child{
  padding-left: 12%;
  margin-top: 26px;
}
.shangitem h2{
  font-size: 32px;
  color: #333;
  line-height: 1;
  font-weight: 400;
  margin-bottom: 40px;
}
.shangitem p{
  font-size: 20px;
  color: #777777;
  margin-bottom: 24px;
}
.shangitem p.tip{
  font-size: 14px;
  color: #333333;
}
.shangitem p.havea{
  margin-bottom: 16px;
}
.shangitem p:last-child{
  margin-bottom: 0;
}
.shangitem p > a{
  font-size: 20px;
  color: #2362B1;
  display: inline-block;
  padding-bottom: 8px;
  /* border-bottom: 1px solid #2362B1; */
}
.shanghaicon .btnbox{
  text-align: center;
  padding-top: 45px;
}
.shanghaicon .btnbox div{
  display: inline-block;
  width: 232px;
  margin: 0 30px;
}
/* 上海户口办理 */
.hukou{
  background-image: url(../images/scoreSettle/huokoubg.jpg);
}
.hukou .shanghailist{
  /* background-image: url(../images/scoreSettle/huokoubg2.png); */
}
.hukou .shanghailist .shangitem:first-child{
  padding-left: 4%;
  width: 58%;
}
.hukou .shanghailist .shangitem:last-child{
  width: 42%;
  padding-left:6%;
}
.hukou .shanghailist .shangitem:first-child h2{
  margin-bottom: 28px;
}
.hukou .shanghailist .shangitem .hukourule li{
  width: 50%;
  float: left;
}
.hukou .shanghailist .shangitem .hukourule li p{
  font-size: 14px;
  margin-bottom: 6px;
}
.hukou .shanghailist .shangitem .hukourule li p:first-child{
  font-size: 20px;
  margin-bottom: 18px;
}
.hukou .shanghailist .shangitem .hukourule li:last-child{
  padding-top: 20px;
  padding-left: 5%;
  border-left: 1px solid rgba(224,224,224,0.6);
}

/* 上海积分/落户一站式服务 */
.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-top: 20px;
}
.companylook .looklf .lookbrand span{
  display: inline-block;
  text-align: center;
  width:165px;
  height:40px;
  background:rgba(0,57,220,0.08);
  border-radius:2px;
  line-height: 40px;
  color: #2C24BA;
  font-size: 14px;
  margin-right: 18px;
}
.companylook .looklf p{
  color: #777777;
  font-size: 18px;
  line-height: 1.5;
  margin-bottom: 40px;
}
.companylook .lookimg{
  width: 618px;
  height: auto;
  float: right;
  margin-top: 12px;
}
/* 栏目资讯 */
.recommendbox{
  padding: 60px 0 80px;
  background: #F5F5F5;
}
.recommendcon .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);
}
.recommendcon .recommend:first-child{
	margin-right: 40px;
}
.recommend h2{
	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;
}
.recommend h2:before{
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 4px;
	height: 32px;
	background-color: #2C24BA;
}
.recommendp{
	padding: 10px 40px 20px;
}
.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;
}
.recommendp p:hover{
  color: #333;
}
.recommendp a:last-child p{
	border-bottom: 0;
}
.recommendp p span{
	display: inline-block;
  margin-right: 30px;
  color: #999;
}

@media(max-width:1551px){
  .shanghailist {
    margin-left: 56px;
  }
}
@media(max-width:1439px){
  .shanghailist {
    width: 90%;
    margin-left: 0;
    margin: 0 auto;
  }
  .shangitem {
    padding-left: 7%;
  }
  .shangitem:first-child {
    padding-left: 8%;
  }
  .shangitem p {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .advantageul li p {
    font-size: 20px;
  }
  .companylook .looklf {
    width: calc(100% - 550px);
    padding-right: 30px;
  }
  .companylook .lookimg {
    width: 550px;
    margin-top: 45px;
  }
  .companylook .looklf .lookbrand span {
    width: 140px;
    line-height: 40px;
    font-size: 12px;
    margin-right: 8px;
  }
}

@media(max-width:1199px){
.shanghailist {
  padding: 30px 0 40px;
}
.shangitem {
  padding-left: 5%;
}
.shangitem:first-child {
  padding-left: 4%;
}
.shangitem h2 {
  font-size: 26px;
  margin-bottom: 30px;
}
.shangitem p {
  font-size: 16px;
  margin-bottom: 10px;
}
.shangitem p > a {
  font-size: 16px;
  padding-bottom: 4px;
}
.shangitem p.havea {
  margin-bottom: 10px;
}
.hukou .shanghailist .shangitem:first-child {
  margin-top: 10px;
}
.hukou .shanghailist .shangitem .hukourule li p {
  font-size: 12px;
  margin-bottom: 4px;
}
.hukou .shanghailist .shangitem .hukourule li p:first-child {
  font-size: 16px;
  margin-bottom: 10px;
}
.advantageul li p {
  height: 60px;
  line-height: 60px;
  font-size: 16px;
}
.companylook .looklf .ylititle1 {
  font-size: 32px;
}
.companylook .looklf {
  width: calc(100% - 400px);
  padding-right: 30px;
}
.companylook .looklf p{
  font-size: 14px;
}
.companylook .lookimg {
  width: 400px;
  margin-top: 50px;
}
.companylook .looklf .lookbrand span {
  width: 120px;
  font-size: 12px;
}

}

@media(max-width:991px){
  .shanghailist {
    width: 100%;
  }
  .advantageul li p {
    font-size: 14px;
  }
  .companylook .lookimg {
    width: 90%;
    margin-top: 0;
    float: none;
    margin: 0 auto 40px;
    display: block;
  }
  .companylook .looklf {
    width: 100%;
    padding-right: 0;
    padding: 0 5%;
    float: none;
  }
  .companylook .looklf .lookbrand span {
    display: block;
    width: 22%;
    margin-right: 4%;
    float: left;
  }
  .companylook .looklf .lookbrand span:last-child{
    margin-right: 0;
  }
}

@media(max-width:767px){
  /* banner */
  .ylibanner {
    background-image: url(../images/scoreSettle/mbanbg.jpg);
    padding-top: 80px;
  }
  
  /* 上海居住证积分 */
  .shanghaibox {
    padding: 28px 0 40px;
    background-image: url(../images/scoreSettle/mlivebg.png);
  }
  .shanghailist {
    width: 100%;
    margin-left: 0;
    padding: 0px 15px;
    background: rgba(255,255,255,1);
    border: 1px solid rgba(223, 227, 238, 1);
    box-shadow: 7px 8px 0px 0px rgba(166,184,202,0.2);
  }
  .shanghaicon .btnbox {
    padding-top: 40px;
  }
  .shanghaicon .btnbox div {
    width: calc((100% - 10px)/2);
    margin: 0;
    min-width: 140px;
  }
  .shangitem {
    float: none;
    width: 100%;
    padding-left: 0 !important;
    margin-top: 0px !important;
  }
  .shangitem h2{
    display: none;
  }
  .shangitem p {
    font-size: 13px;
    margin-bottom: 16px;
  }
  .shangitem p > a {
    font-size: 13px;
  }
  .shangitem p.tip {
    font-size: 12px;
  }
  .mshanghailistbox{
    padding: 30px 0 40px;
  }
  .shanghailist .mlisttitle p{
    float: left;
    width: 50%;
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    text-align: center;
    color: #777777;
    border-bottom: 1px solid #E0E0E0;
  }
  .shanghailist .mlisttitle p.active{
    color: #2362B1;
    border-bottom: 2px solid #2362B1;
  }
  .mshanghailistbox > div{
    display: none;
  }
  .mshanghailistbox > div.active{
    display: block;
  }
  /* 上海户口办理 */
  .hukou {
    background-image: url(../images/scoreSettle/mhuokoubg.png);
  }
  .hukou .shanghailist {
    background-image: none;
  }
  .hukou .shanghailist .shangitem{
    width: 100% !important;
  }
  .hukou .shanghailist .shangitem .hukourule{
    margin-top: -16px;
  }
  .hukou .shanghailist .shangitem .hukourule li {
    width: 100%;
    float: none;
  }
  .hukou .shanghailist .shangitem .hukourule li:last-child {
    padding-top: 16px;
    padding-left: 0;
    border-left: 0;
  }
  .hukou .shanghailist .shangitem .hukourule li p:first-child {
    font-size: 13px;
    margin-bottom: 8px;
  }
  .hukou .shanghailist .shangitem .hukourule li p {
    font-size: 12px;
    margin-bottom: 4px;
  }

  /* 上海积分/落户一站式服务 */
  .companylook .lookimg {
    width: 100%;
    margin: 10px auto 30px;
  }
  .companylook .looklf {
    width: 100%;
    padding-right: 0;
    padding: 0;
  }
  .companylook .looklf .lookbrand {
    overflow: hidden;
  }
  .companylook .looklf .lookbrand span {
    height: 44px;
    border-radius: 1px;
    line-height: 20px;
    color: rgba(44, 36, 186, 0.7);
    font-size: 12px;
    width: 23.5%;
    margin-right: 2%;
    padding: 0 1%;
    padding-top: 2px;
  }
  .companylook .looklf .lookbrand span:last-child{
    margin-right: 0;
  }
  .companylook .looklf p {
    font-size: 14px;
    margin-bottom: 30px;
  }
  /* 我们的优势 */
  .advantageul li {
    width: calc((100% - 10px)/2);
    box-shadow: 0px 6px 20px 0px rgba(211,211,211,0.5);
    border-radius: 2px;
    margin-right: 0;
    margin-right: 10px;
  }
  .advantageul li:nth-child(2n){
    margin-right: 0;
  }
  .advantageul li:nth-child(-n+2){
    margin-bottom: 20px;
  }
  .advantageul li p {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
  }
  /* 栏目资讯 */
  .recommendbox {
    padding: 40px 0;
    background: #F8F8F8;
  }
  .mrecommendbox{
    box-shadow:0px 6px 15px 0px rgba(200,197,197,0.3);
  }
  .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;
  }
  .mrecommendh2 h2.active{
    color: #0039DC;
    border-bottom: 1px solid #0039DC;
  }
  .recommendp {
    padding: 0;
    display: none;
    background: rgba(255,255,255,0.3);
  }
  .recommendp.active{
    display: block;
  }
  .recommendp p {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .recommendp p span {
    margin-right: 6px;
    margin-left: 10px;
  }
  
}