﻿@charset "utf-8";
/* CSS Document */
.box_csgk {
    width: 1040px;
    margin: 0 auto;
    margin-top: 0px;
    margin-top: 20px;
	background:#fff;
    border: 1px solid #e4e4e4;
}
/* 左侧栏样式 */
.left_con{width:300px; float:left;}
.left_con_map{width:280px;height:280px;margin:28px 0 0 10px;background: url(../images/map.png) no-repeat; background-size:cover}
.left_con_intro{margin-left:20px;}
.cube{height:15px;width:7px;background-color: #f54343;display:inline-block;margin-right:8px;}
.area{height: 48px;line-height: 48px;font-size:18px;color:#f54343;}
.link{margin-left:1px;}
.link a{display:inline-block;float: left;margin-right: 15px;height:30px;line-height:30px;color:#000;font-size:16px;}
.link a:hover{color:#f54343;}
.link .jbxq a{color:#f54343;}
/* 中间线 */
.middle_line{width:1px;height:740px;background-color: #d9d9d9;float: left;margin-top: 33px;}
/* 右侧栏样式 */
.right_con{float:right;width:720px;margin:35px 10px 0 0;}
.city{height:24px;line-height:24px;width:140px;margin:0 auto;font-size: 22px;color:#f54343;padding-bottom: 20px;}
.content p{font-size:16px; line-height: 36px;text-indent: 2em;color: #010000;}
.content ul li{float:left;width:230px;height:223px;margin:0 8px 20px 0 ;border:1px solid #e4e4e4;}
.content ul li.mr0{margin-right: 0;}
.content ul li p{text-indent: 0px;margin: 8px 0 8px 3px;font-size: 14px;color:#666;line-height: 26px;}
.content ul li p.zy{text-indent: 2em}
.content ul li:hover{border-color:#f54343;}
/* 底部栏样式 */
.box_csgk2{width:1040px;margin:0 auto;padding-top:10px;}
.box_csgk2 div{width:580px;height:120px;float:left;margin-right:20px;background-color: #f6f6f6;}
.box_csgk2 div ul {width:170px;float:right;margin-top:30px;}
.box_csgk2 div ul a{font-size: 15px;color:#000;line-height:31px;margin-right:20px;}
.box_csgk2 div ul a.ml83{margin-left:83px;}
.box_csgk2 div ul a.mr0{margin-right: 0;}
.box_csgk2 div ul a:hover{color:#f54343;}
.box_csgk2>a{
	float:left;
	margin-right:10px
}
.box_csgk2>a>img{
	float:left;
	border:1px solid #dedede
}
.box_csgk2>a:last-child{
	margin:0;
	float:right
}
.picList{margin-left:20px}
.picList a img{
	float:left;
	margin-top:10px;
	border-radius:5px;
	border:1px solid #dedede
}
@media (max-width: 768px) {
.box_csgk,.box_csgk2{
	width:100%
}
.left_con{
	width:100%
}
.left_con_map{
	width:80%;
	height:75vw;
	background-size:contain;
	margin:20px auto;
}	
.middle_line{
	display:none;
}
.right_con{
	width:94%;
	margin:15px 0;
	padding:0 3%
}
.content ul li{
	width:100%;
	height:auto;
	margin:10px 0 0;
}
.content ul li img{
	width:100%;
	height:55vw
}
.box_csgk2 div{
	width:100%;
	height:auto
}
.box_csgk2 div a{
	display:block;
	padding:4px 0;
	margin:0 !important;
}
.picList a img{
	width:94%;
	height:auto
}

}