

.row1_l{
	width:720px;
	height:300px;
	background: radial-gradient(circle, rgba(111,107,104,1), rgba(68,69,65,1)); 
	text-align: right;
    padding: 20px 20px 0 0;
    float:left;
    position: relative;
    visibility: hidden;
}
.row1_l h4{
	color:#fff;
}
.row1_line{
	width:36px;
	height:2px;
	background: #fff;
    float: right;
}
#service {
	width: 170px;
	height: 250px;
	background-color: #0094D7;
	border-radius: 5px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	right: 0;
	top: 300px;
}
#inside {
	width: 150px;
	height: 230px;
	background-color: #fff;
	border-radius: 5px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-around
}
.title {
	color: #88D8F6;
	font-size: 18px;
	font-weight: bold
}
.line {
	width: 90%;
	height: 1px;
	background-color: gainsboro
}
.qq_pic {
	width: 141px;
	height: 43px;
}
#phone {
	color: orange;
	font-weight: bold;
}
.row1_l>a{
	display: inline-block;
	width:165px;
	height:200px;
	position: absolute;
	left:40px;
	top:60px;
}
.row1_l>a img{
	width:100%;
	height:100%;
}
.row1_r{
	width:460px;
	height:300px;
	margin-left:20px;
	float:left;
    padding: 20px 20px 0 0;
	position: relative;
	text-align: right;
	background: radial-gradient(circle, rgba(216,217,219,1), rgba(234,233,233,1)); 
	visibility: hidden;
}
.row1_r>a{
	display: inline-block;
	width:166px;
	height:200px;
	position: absolute;
	left:40px;
	top:60px;
}
.row1_r>a img{
	width:100%;
	height:100%;
}
.row1_r h4{
	color:#333;
}
.row1_line2{
	width:36px;
	height:2px;
	background: #333;
	float:right
}
.row2{
	margin-top:20px;
}
.row2_l{
	width:590px;
	height:300px;
	position: relative;
	padding:20px 0 0 20px;
	float:left;
	background: radial-gradient(circle, rgba(216,217,219,1), rgba(234,233,233,1)); 
	visibility: hidden;
}
.row2_l h4{
	color:#333;
}
.row2_l .row2_line1{
	width:36px;
	height: 2px;
	background: #333;
}
.row2_l>a{
	width:166px;
	height:200px;
	position: absolute;
	right:40px;
	top:60px;
}
.row2_l>a img{
	width:100%;
	height:100%;
}
.row2_r{
	width:590px;
	height:300px;
	float:left;
	padding:20px 0 0 20px;
	position: relative;
	margin-left:20px;
	background: radial-gradient(circle, rgba(111,107,104,1), rgba(68,69,65,1)); 
	visibility: hidden;
}
.row2_r h4{
	color:#fff;
}
.row2_line2{
	width:36px;
	height:2px;
	background: #fff;
}
.row2_r>a{
	width:166px;
	height:200px;
	position: absolute;
	right: 40px;
	top:60px;
}
.row2_r>a img{
	width:100%;
	height:100%;
}

.swiper-container {
      width: 100%;
      height: 230px;
      margin-left: auto;
      margin-right: auto;
    }
.swiper-slide {
  text-align: center;
  height: 198px;
  border:1px solid #D2D2D2;
  box-sizing: border-box;
  /*overflow: hidden;*/
	position:relative;
  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.swiper-slide>p{
	color:#333;
	position: absolute;
	bottom: -40px;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;	
}
.swiper-slide img{
	width:100%;

	height:100%;
}


.floor2_row2{
	margin-top:60px ;
	height:200px;
	padding: 40px 0 0 30px;
	box-sizing: border-box;
	background: url("../img/13.png") no-repeat;
	background-size:100% 100%;
}
.floor2_row2 h4{
	color:#fff;
	font-size: 20px;
}
.floor2_row2 h2{
	color:#fff;
	margin:10px 0;
}
.floor2_row2 h5{
	color:#666;
}
.floor3_l{
	visibility: hidden;
}
.floor3_l img{
	width:100%;
}
.floor3_r{
	padding:70px 0 0 30px;
	visibility: hidden;
}
.floor3_r p{
	color:#666;	
	padding-bottom: 60px;
}
.floor3_r a{
	display: inline-block;
	padding:5px 20px;
	color:#003F71;
	border:1px solid #003F71;
	
	transition: all .3s;
}
.floor3_r a:hover{
	background: #003F71;
	color:#fff;
}
.floor4_r img{
	width:100%;
}
.floor4_ul>li::after{
	content:"";
	display: block;
	clear: both;
}
.floor4_ul>li{
	padding-bottom: 10px;
	border-bottom: 1px solid #D4D5D5;
}
.floor4_ul>li:not(:first-child){
	margin-top:25px;
}
.data{
	float:left;
	padding-right: 15px;
	border-right: 2px solid #E2E2E2;
}
.data h4{
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	margin:0 0 5px 0;	
}
.news{
	float:left;
	margin-top:3px;
	width:calc(100% - 85px);
	padding-left: 15px;
}
.news a{
	display: block;
	width:100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 15px;
	font-weight: bold;
	color:#444;
}

.news p{
	color:#999;
	width:100%;
	margin-top:5px;
	overflow: hidden;
	text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}
.floor4{
	margin-bottom: 80px;
}

@media screen and (min-width:992px ) and (max-width:1200px) {
	.row1_r {
	    width: 380px;
	    height: 250px;
	}
	.row1_l{
	    width: 600px;
    	height: 250px;
	}
	.row1_l>a {
	    display: inline-block;
	    width: 140px;
        height: 160px;
	    position: absolute;
	    left: 40px;
	    top: 55px;
	}
	.row1_r>a {
	    display: inline-block;
	    width: 140px;
        height: 160px;
	    position: absolute;
	    left: 15px;
	    top: 55px;
	}
	.row2_l {
	    width: 490px;
	    height: 250px;
	}
	.row2_l>a {
	    width: 140px;
        height: 160px;
	    top:55px;
	}
	.row2_r {
	    width: 490px;
	    height: 250px;
	}
	.row2_r>a {
	    width: 140px;
        height: 160px;
	    top:55px;
	}
	.swiper-container{
		height:184px;
	}
	.swiper-slide{
		height:160px;
	}
	.floor4_r{
		height:387px;
		line-height: 387px;
	}
}
@media screen and (min-width:769px ) and (max-width:992px) {
	.row1_l {
	    width: 100%;
	}
	.row1_r {
	    width: 100%;
	    margin:20px 0 0 0;
	}
	.row2_l {
	    width: 100%;
	}
	
	.row2_r{
		width:100%;
		margin:20px 0 0 0;
	}
	.swiper-container{
		height:160px;
	}
	.swiper-slide{
		height:125px;
	}
	
	.swiper-slide>p {
	    bottom: -50px;
	}
	.floor3_r {
	    padding: 20px 0 0 20px;
	}
	.floor4_r{
		height:387px;
	}
}
@media screen and (max-width:768px ){
	.row1_l {
	    width: 80%;
	    box-sizing: border-box;
	    margin:0 auto;
	    float:none;
	}
	.row1_l h4{
		font-size: 16px;
	}
	
	.row1_r h4 {
		font-size:16px ;
	}
	.row2_l h4{
		font-size: 16px;
	}
	
	.row2_r h4 {
		font-size:16px ;
	}
	.row1_l>a{
		width:45%;
	}
	.row1_r>a{
		width:35%;
	}
	.row2_l>a{
		width:30%;
	}
	.row2_r>a{
		width:35%;
	}
	.row1 .row1_r {
	    width: 80%;
	    margin:20px auto 0;
	    float:none;
	}
	.row2_l {
	    width: 80%;
	    margin:0 auto;
	    float:none;
	}
	
	.row2_r{
		width:80%;
		margin:20px auto 0;
		float:none;
	}
	.swiper-container{
		
		height:220px;
	}
	.swiper-slide{
		height:178px;
	}
	.swiper-slide>p{
		bottom: -50px;
	}
	.floor2_row2 h4{
		font-size: 16px;
	}
	.floor2_row2 h2{
		font-size: 24px;
	}
	.floor3_r {
	    padding: 20px 15px 0 15px;
	}
	.floor3_r p {
	    padding-bottom: 40px;
	}
	.floor4_row1_l{
		padding:0 10px;
	}
}
@media screen and (max-width:620px ){
	.row1_l>a{
		top:50px;
	}
	.row1_r>a{
		top:50px
	}
	.row2_l>a{
		top:50px;
	}
	.row2_r>a{
		top:50px;
	}
}
@media screen and (max-width:500px ){
	.row1_l>a{
		top:90px;
	}
	.row1_r>a{
		top:90px
	}
	.row2_l>a{
		top:90px;
	}
	.row2_r>a{
		top:90px;
	}
}
@media screen and (max-width:400px ){
	.row1_l>a{
		width:60%;
	}
	.row1_r>a{
		width:60%;
	}
	.row2_l>a{
		width:60%;
	}
	.row2_r>a{
		width:60%;
	}
}