﻿.xx-area{
	margin-top: 40px;
	text-align: center;
  	color: rgba(51, 51, 51, 1);
  	font-weight: 500;
  	font-size: 24px;
  	letter-spacing: 2px;
}
.city{
	width: 310px;
	height: 362px;
	text-align: center;
	position: relative;
}
.mg-t-64{
	margin-top: 64px;
}
.mg-b-120{
	margin-bottom: 120px;
}
.city img{
	width: 80px;
	height: 80px;
	margin-top: 28px;
}
.city .areaname{
	color: rgba(51, 51, 51, 1);
  	font-weight: 500;
  	font-size: 20px;
  	letter-spacing: 1px;
  	margin-top: 18px;
  	margin-bottom: 32px;
  	text-align: center;
}
.city .areaarrdr{
	color: rgba(51, 51, 51, 1);
  	font-size: 16px;
  	letter-spacing: 1px;
  	margin-bottom: 20px;
  	width: 262px;
    text-align: left;
    padding-left: 28px;
    line-height: 24px;
}
.city .areaphone{
	text-align: left;
  	color: rgba(51, 51, 51, 1);
  	font-size: 16px;
  	letter-spacing: 1px;
  	margin-bottom: 12px;
  	padding-left: 28px;
}
.bdright:before{
	content: "";
	display: inline-block;
	width: 1px;
  	height: 251.7px;
  	background: rgba(242, 242, 242, 1);
	position: absolute;
	top: 50px;
	right: 0px;
}
.bdrights:before{
	height: 299px;
	position: absolute;
	top: -42px;
}
.bdbottom:after{
	content: "";
	display: inline-block;
	width: 495px;
	height: 1px;
	background: rgba(224, 224, 224, 1);
	position: absolute;
	bottom: 58px;
	right: 0px;
}
.bdbottoms:after{
	position: absolute;
	right: 145px;
}
.cont-item{
	width: 310px;
  	height: 490px;
  	border-radius: 6px;
  	background: rgba(255, 255, 255, 1);
}
.item-img{
	width: 66px;
	height: 74px;
	margin: 0 auto;
	margin-top: 34px;
}
.item-img img{
	width: 100%;
	height: 100%;
	border-radius: 50%;
}
.cont-item .item-div .item-tlt{
	text-align: center;
  	color: rgba(51, 51, 51, 1);
  	font-weight: 500;
  	font-size: 18px;
  	letter-spacing: 1px;
  	margin-top: 20px;
  	margin-bottom: 9px;
}
.cont-item:nth-child(1) .item-div .item-tlt span{
	color: rgba(220, 124, 124, 1);
}
.cont-item:nth-child(2) .item-div .item-tlt span{
	color: rgba(248, 166, 42, 1);
}
.cont-item:nth-child(3) .item-div .item-tlt span{
	color: rgba(50, 107, 214, 1);
}
.cont-item:nth-child(4) .item-div .item-tlt span{
	color: rgba(60, 174, 107, 1);
}
.cont-item:hover{
	box-shadow: 6px 6px 18px rgba(0, 0, 0, 0.2);
}
.item-div .item-cont{
	color: rgba(130, 130, 130, 1);
  	font-size: 15px;
  	letter-spacing: 1px;
  	text-align: center;
}
.item-div .item-lx{
	color: rgba(79, 79, 79, 1);
  	font-weight: 500;
  	font-size: 17px;
  	letter-spacing: 1px;
  	text-align: center;
  	margin-top: 32px;
}
.item-div .item-phone{
	color: rgba(79, 79, 79, 1);
  	font-size: 17px;
  	letter-spacing: 1px;
  	margin-top: 12px;
  	text-align: center;
}
.item-div .item-ewmimg{
    width: 100px;
    height: 100px;
    margin: 0 auto;
    margin-top: 20px;
}
.item-ewmimg img {
    width: 100%;
    height: 100%;
}
.item-div .item-ewm{
	width: 183px;
  	height: 45px;
  	border-radius: 12px;
  	text-align: center;
  	line-height: 45px;
  	color: rgba(255, 255, 255, 1);
  	font-weight: 500;
  	font-size: 18px;
  	letter-spacing: 1px;
  	margin: 0 auto;
  	margin-top: 41px;
}
.cont-item:nth-child(1) .item-ewm{
	background: rgba(220, 124, 124, 1);
}
.cont-item:nth-child(2) .item-ewm{
	background: rgba(248, 166, 42, 1);
}
.cont-item:nth-child(3) .item-ewm{
	background: rgba(87, 134, 221, 1);
}
.cont-item:nth-child(4) .item-ewm{
	background: rgba(60, 174, 107, 1);
}
.cont-item:nth-child(1){
	background:#fff url(../Images/group1.png)no-repeat bottom right;
	background-size: 119px 111px;
}
.cont-item:nth-child(2){
	background:#fff url(../Images/group2.png)no-repeat bottom right;
	background-size: 119px 111px;
}
.cont-item:nth-child(3){
	background:#fff url(../Images/group3.png)no-repeat bottom right;
	background-size: 119px 111px;
}
.cont-item:nth-child(4){
	background:#fff url(../Images/group4.png)no-repeat bottom right;
	background-size: 119px 111px;
}
