.cases_banner{
	width: 100%;
	background: url(../img/banner/cases_banner.jpg)no-repeat center;
    height: 450px;
}
.cases_cover{
	margin: 80px auto;
}
.cases_cover_ul{
	margin-top: 80px;
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    justify-content: space-between;
    -webkit-justify-content: space-between;
}
.cases_cover_ul li{
	width: 580px;
	height: 360px;
	overflow: hidden;
}
.cases_cover_ul li img{
	height: 180px;
}
.cases_cover_t{
	height: 180px;
	background: #FAFAFA;
}
.cases_cover_t h3{
	font-size: 24px;
	color: #333333;
	padding-top: 50px;
	margin-bottom: 65px;
	text-align: center;
}

.cases_cover_t span{
	display: block;
	width:120px;
	height:1px;
	margin: 0 auto;
	background:#E6E6E6;
}

.cases_cover_ul li:hover h3{
	color: #164AC3;
	transition: all .4s;
}
.cases_cover_ul li:hover span{
	background:#164AC3;
	transition: all .4s
}
.cases_map{
	width: 100%;
	background: #FAFAFA;
}
.cases_map .w12{
	margin:120px auto;
	padding-bottom: 100px;
}

.cases_map .cover_title{
	padding-top: 90px;
}


/*map*/
.ser-map {
	margin-bottom: 100px;
}

.regionList {
	float: left;
    margin-top: 90px;
    width: 68%;
    position: absolute;
    left: 50%;
}

.regionList ul {
	float: left;
	display: inline;
	margin-right: 5px;
	width: 100%;
	height: 100%;
	font-family: "å¾®è½¯é›…é»‘";
}

.regionList ul li {
	float: left;
	margin: 0 14px 20px 0;
	padding: 0;
	width: 120px;
	height: 30px;
	border: 1px solid #ebebeb;
	color: #666;
	text-align: center;
	font-size: 12px;
	line-height: 30px;
}

.mapInfo span {
	display: block;
	padding: 0 5px 0 3px;
	color: #666;
	cursor: pointer;
}

.regionList ul li.select {
	background: #246ACE;
}

.regionList ul li.select span {
	color: #fff;
}

.mapInfo i {
	display: none;
	margin-top: 5px;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 15px;
	border-radius: 15px;
	background: #aeaeae;
	color: #fff;
	text-align: center;
	font-style: normal;
	font-size: 11px;
	font-family: Tahoma;
	line-height: 15px;
}

.mapInfo i.active {
	background: #E27F21;
}
#mapone span.zhu {
	display: block;
	width: 420px;
	float: right;
	color: #ccc;
}

#StateTip,
.stateTip {
	position: absolute;
	display: none;
	padding: 4px;
	border: 1px solid #246ACE;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	background: #fff;
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
}
/*map end*/
.cases_Cooperation{
	margin: 0 auto 100px;
}
.cases-cover-partner-ul {
	margin-top: 40px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.cases-cover-partner-ul li {
	width: 22.858%;
}

.cases-cover-partner-ul li a {
	display: block;
	height: 200px;
	box-sizing: border-box;
	border: 1px solid #E6E6E6;
	position: relative;
	text-align: center;
}
.cases-cover-partner-ul li a:hover{
	border: none;
	box-shadow:0px 0px 20px 0px rgba(0, 0, 0, 0.1);
}
.cases-cover-partner-ul li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

/*列表*/

.list_case{
	margin: 80px auto;
}

.list_case_tab{
	text-align: center;
}
.list_case_tab li{
	display: inline-block;
}
.list_case_tab li:first-child{
	margin-right: 40px;
}
.list_case_tab li a{
	display: block;
	width: 200px;
	height: 50px;
	overflow: hidden;
	text-align: center;
	background: #F5F5F5;
	line-height: 50px;
	font-size: 16px;
	color: #333333;
}
.list_case_tab li.on a,.list_case_tab li:hover a{
	background: #164AC3;
	color: #FFFFFF;
}
/*detail*/
.cases_detail{
	margin: 80px auto;
	height: 330px;
	padding: 40px;
	overflow: hidden;
	background: #FAFAFA;
}
.cases_detail span.line{
	display: block;
	width:100%;
	height:1px;
	background:#F0F0F0;
	margin: 30px 0 80px;
}
.cases_detail_ul i{
	display: inline-block;
	width:70px;
	height:70px;
	background:rgba(255,255,255,1);
	font-size: 30px;
	color: #164AC3;
	text-align: center;
	line-height: 70px;
}
.cases_cs{
	display: inline-block;
	position: relative;
	top: 10px;
	left: 15px;
}
.cases_cs p{
	font-size: 18px;
	color: #164AC3;
	font-weight: bold;
	margin-bottom: 7px;
}

.cases_cs span{
	display: block;
	font-size: 16px;
	color: #333333;
}

.cases_detail_ul {
	width: 1040px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.cases_detail2{
	margin: 80px auto;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	flex-direction: row;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.cases_detail2 .fl,.cases_detail2 .fr{
	width: 580px;
}
.cases_detail2 a{
	width: 200px;
    display: inline-block;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    margin-top: 60px;
}
.cases_detail2 a.chat {
	float: right;
    background: #164AC3;
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}
.cases_detail2 a.tel {
    box-sizing: border-box;
    border: 1px solid rgba(22,74,195,1);
    color: #164AC3;
    overflow: hidden;
}
.cases_detail2 a .box-con{
	display: inline-block;
    width:35px;
    height:45px;
    position: absolute;
    background: #61D14F;
    top:-30px;
    right:-30px;
    transform: rotate(45deg);
}

.cases_detail3{
	margin: 80px auto;
	background: #FAFAFA;
	padding: 60px 40px;
}
.cases_detail3 h3{
	font-size: 18px;
	color: #164AC3;
	margin-bottom: 15px;
}
.cases_detail3 p{
	font-size: 14px;
	color: #333333;
	line-height: 28px;
	margin-bottom: 35px;
	text-indent: 2em;
}
.cases_detail3 p:last-child{
	margin-bottom: 0;
}










