body{background:#fff;}
.wrap{width:1200px;min-width:1000px;margin:0 auto;overflow:hidden}
.fl{float:left;}
.fr{float:right;}
.pl{position:absolute;left:0;}
.pr{position:absolute;right:0;}

.title{font-size:30px;color:#444;text-align:center;font-weight:normal;margin:60px 0 20px;}
.title p{font-size:12px;color:#757575;margin:22px 0;}
.title .line{width:28px;height:4px;background:#0374de;margin:0 auto;}

.map-content{position:relative;}
.map-content .content-box{position:absolute;top:175px;height:284px;background:#fff;left:50%;margin-left:-600px;box-shadow: 0px 5px 5px #ccc;}
.map-content .content-box .fl{margin:70px 0 0 60px;}
.map-content .content-box .fr{margin:70px 60px 0 0;}
.map-content .content-box p{line-height:30px;color:#444;width:430px;}
.service-content{margin:60px auto;overflow:hidden}
.service-content .fl,.service-content .fr{width:47.5%}
.service-content h3{font-size:24px;color:#0374de;margin-bottom:40px;}
.service-content li{font-size:14px;color:#757575;line-height:25px;margin-bottom:25px;background:url('../images/square.jpg') no-repeat 0px 8px; padding-left:18px;}
.mask{position:absolute;top:0;left:0;height:100%;width:100%;background:#fff;opacity:0.5;filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);}

 @media only screen and (max-width:1366px){
	.wrap{width:1000px;}
	.map-content .content-box{margin-left:-500px;}
 }
