@charset "utf-8";
/* CSS Document */

@font-face {font-family: "iconfont";
  src: url('fonts/iconfont.eot'); /* IE9*/
  src: url('fonts/iconfont.eot#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('fonts/iconfont.woff') format('woff'), /* chrome, firefox */
  url('fonts/iconfont.ttf') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
  url('fonts/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -webkit-text-stroke-width: 0.2px;
  -moz-osx-font-smoothing: grayscale;
}

#main {
	width: 100%;
	min-height: 300px;
}
#main .main-box {
	width: 1008px;
	margin: 50px auto 0px auto;	
}
#main .main-box:after {
	content: " ";
	display: block;
	clear: both;
	height: 0px;	
}
#main .main-box .left {
	float: left;
	width: 224px;
	background: url(../images/left-bottom.png) no-repeat center bottom;
}
#main .main-box .left .top-bg {
	width: 224px;
	height: 25px;		
	background: url(../images/left-top.png) no-repeat center top;
}
#main .main-box .left .title {
	width: 224px;
	height: 52px;
	line-height: 30px;
	overflow: hidden;
	background: url(../images/left-line.png) repeat-y center top;
	color: #fff;
	font-size: 18px;
	text-align: center;
	display: block;
}
#main .main-box .left .con {
	width: 200px;
	padding: 0px 12px;
	background: url(../images/left-line.png) repeat-y center top;	
}
#main .main-box .left .con dt {
	width: 200px;
	height: 10px;
	background: #fff;	
}
#main .main-box .left .con dd {
	width: 200px;
	background: #fff;
	padding-bottom: 10px;
}
#main .main-box .left .con dd a {
	display: block;
	width: 182px;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 14px;
	color: #007cc2;
	border: 1px solid #c7c7c7;
	margin: 0px auto;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
#main .main-box .left .con dd.now a,
#main .main-box .left .con dd a:hover {
	background: #007cc2;
	border-color: #007cc2;
	color: #fff;	
}
#main .main-box .left .tel {
	width: 224px;
	height: 160px;
	padding: 60px 0px 0px 0px;	
	background: url(../images/left-middle.png) no-repeat center top;
}
#main .main-box .left .tel-middle {
	width: 224px;
	padding-bottom: 5px;
	background: url(../images/left-tel-line.png) repeat-y center top;
}
#main .main-box .left .tel span {
	display: block;
	padding-bottom: 10px;
	width: 224px;
	height: 34px;
	line-height: 34px;
	font-size: 16px;
	font-weight: bold;
	color: #fff;	
	text-align: center;
}
#main .main-box .left .tel-middle span {
	display: block;
	width: 174px;
	height: 24px;	
	padding: 5px 25px 0px 25px;	
	line-height: 24px;
	font-size: 14px;
	font-weight: bold;
	color: #fff;	
}
#main .main-box .left .tel strong,
#main .main-box .left .tel-middle strong {
	display: block;
	width: 124px;
	height: 24px;
	padding: 0px 10px 0px 90px;	
	line-height: 24px;	
	font-size: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	color: #fff;
}
#main .main-box .left .more {
	width: 190px;
	height: 45px;
	padding: 15px 0px;
	margin: 0px auto;
}
#main .main-box .left .more a {
	display: block;
	float: left;
	width: 81px;
	height: 24px;
	line-height: 22px;
	overflow: hidden;
	margin-left: 5px;
	border:3px solid #fff;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
#main .main-box .left .more a:hover {
	background: #fff;
	color: #007cc2;	
}
#main .main-box .list,
#main .main-box .alist,
#main .main-box .show,
#main .main-box .guestbook {
	float: right;
	width: 750px;
}
#main .main-box .list:after,
#main .main-box .alist:after,
#main .main-box .show:after,
#main .main-box .guestbook:after,
#main .main-box .list .top:after,
#main .main-box .alist .top:after,
#main .main-box .show .top:after,
#main .main-box .guestbook .top:after {
	content: " ";
	display: block;
	clear: both;
	height: 0px;	
}
#main .main-box .list .top h1,
#main .main-box .alist .top h1,
#main .main-box .show .top h1,
#main .main-box .guestbook .top h1 {
	width: 200px;
	height: 40px;
	border-bottom: 4px solid #e4e4e4;
	float: left;
	position: relative;
}
#main .main-box .list .top h1 span,
#main .main-box .alist .top h1 span,
#main .main-box .show .top h1 span,
#main .main-box .guestbook .top h1 span {
	display: block;
	height: 40px;
	line-height: 38px;
	font-size: 20px;
	color: #007cc2;
	border-bottom: 4px solid #007cc2;
	background: url(../images/top-title-icon.png) no-repeat 0px center;
	text-indent: 33px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1005;
}
#main .main-box .list .top h2,
#main .main-box .alist .top h2,
#main .main-box .show .top h2,
#main .main-box .guestbook .top h2 {
	width: 550px;
	height: 40px;
	line-height: 38px;
	font-size: 14px;
	color: #333;
	text-align: right;
	border-bottom: 4px solid #e4e4e4;
	float: left;
}
#main .main-box .list .top h2 a:hover,
#main .main-box .alist .top h2 a:hover,
#main .main-box .show .top h2 a:hover,
#main .main-box .guestbook .top h2 a:hover {
	color: #007cc2;
}
#main .main-box .list .top h2 i,
#main .main-box .alist .top h2 i,
#main .main-box .show .top h2 i,
#main .main-box .guestbook .top h2 i {
	font-family: 宋体;
	font-style: normal;
	color: #333;	
}
#main .main-box .list .top h2 span,
#main .main-box .alist .top h2 span,
#main .main-box .show .top h2 span,
#main .main-box .guestbook .top h2 span {
	color: #ff7e00;	
}
#main .main-box .list dl {
	width: 220px;
	height: 200px;
	overflow: hidden;
	padding: 2px;
	margin: 20px 0px 0px 36px;
	border: 1px solid #e4e4e4;
	float: left;	
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
#main .main-box .list dl:hover {
	background: #007cc2;
	border-color: #007cc2;	
}
#main .main-box .list dl.first {
	margin-left: 0px;	
}
#main .main-box .list dl dt,
#main .main-box .list dl dt img {
	width: 220px;
	height: 165px;
}
#main .main-box .list dl dd a {
	display: block;
	width: 220px;
	height: 35px;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}
#main .main-box .list dl:hover dd a {
	color: #fff;	
}
#main .main-box .list .page,
#main .main-box .alist .page {
	width: 750px;
	height: 30px;
	line-height: 30px;
	padding-top: 25px;
	padding-left: 200px;
	overflow: hidden;
	text-align: center;
	color: #666;
}
#main .main-box .list .page strong,
#main .main-box .alist .page strong {
	background: #e4e4e4;
	color: #333;
    display: inline-block;
	float: left;
	font-size: 14px;
	font-weight: normal;
	min-width: 15px;
	height: 24px;
    line-height: 24px;
    overflow: visible;
    padding: 3px 10px;
	margin-right: 10px;
    text-align: center;	
}
#main .main-box .list .page a,
#main .main-box .alist .page a {
	background: #eee;
	color: #333;
    display: inline-block;
	float: left;
	font-size: 14px;
	min-width: 15px;
	height: 24px;
    line-height: 24px;
    overflow: visible;
    padding: 3px 5px;
	margin-right: 5px;
    text-align: center;
}
#main .main-box .list .page a:hover,
#main .main-box .alist .page a:hover {
	background: #007cc2;
	color: #fff;
}
#main .main-box .list .page a i,
#main .main-box .alist .page a i {
	display: inline-block;
	font-style: normal;
	font-size: 14px;
	font-family: 宋体;
	font-weight: bold;
}
#main .main-box .list .page span,
#main .main-box .alist .page span {
	background: #007cc2;
	color: #fff;
    display: inline-block;
	float: left;
	font-size: 14px;
	min-width: 15px;
	height: 24px;
    line-height: 24px;
    overflow: visible;
    padding: 3px 5px;
	margin-right: 5px;
    text-align: center;
}

#main .main-box .alist .item {
	width: 750px;
	height: 155px;
	overflow: hidden;
	padding: 15px 0px 20px 0px;
	border-bottom: 1px dashed #ccc;	
	font-family: Tahoma, Geneva, sans-serif, 宋体;
	color: #333;
	font-size: 14px;
	clear: both;
}
#main .main-box .alist .item .title {
	width: 750px;
	height: 50px;
	line-height: 50px;
	overflow: hidden;	
}
#main .main-box .alist .item .title a {
	color: #007cc2;
	font-size: 18px;
	font-family: 'Microsoft YaHei', Tahoma, Helvetica, Arial, sans-serif;
	font-weight: normal;
}
#main .main-box .alist .item .title a:hover {
	text-decoration: underline;	
}
#main .main-box .alist .item .con {
	width: 750px;
	height: 105px;
	overflow: hidden;	
}
#main .main-box .alist .item .con .pic {
	width: 140px;
	height: 105px;
	overflow: hidden;
	background: #e9e9e9;
	float: left;	
}
#main .main-box .alist .item .con .pic img {
	max-width: 140px;
	max-height: 105px;	
}
#main .main-box .alist .item .con .time {
	width: 580px;
	height: 30px;
	line-height: 20px;
	overflow: hidden;
	font-family: Tahoma, Geneva, sans-serif, 宋体;
	color: #666;
	float: right;
}
#main .main-box .alist .item .con .desc {
	width: 580px;
	height: 66px;
	line-height: 22px;
	overflow: hidden;
	color: #333;
	font-size: 14px;
	font-family: 'Microsoft YaHei',Tahoma, Helvetica, Arial, sans-serif;
	float: right;	
}
#main .main-box .alist .item .con .desc a {
	color: #007cc2;
	font-size: 14px;
	font-family: 'Microsoft YaHei',Tahoma, Helvetica, Arial, sans-serif;
}
#main .main-box .alist .item .con .desc a:hover {
	text-decoration: underline;	
}
#main .main-box .alist ul {
	clear: both;
	padding-top: 10px;	
}
#main .main-box .alist ul:after {
	content: " ";
	display: block;
	clear: both;
	height: 0px;	
}
#main .main-box .alist ul li {
	width: 750px;
	height: 40px;
	line-height: 40px;
	overflow: hidden;	
	border-bottom: 1px dashed #ccc;	
}
#main .main-box .alist ul li.first {
	margin-top: 17px;
}
#main .main-box .alist ul li a {
	display: block;
	width: 600px;
	height: 40px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-size: 14px;
	color: #333;
	background: url(../images/list-dot.png) no-repeat 0px 17px;
	text-indent: 15px;
	float: left;
}
#main .main-box .alist ul li a:hover {
	color: #007cc2;
	background-position: 0px -10px;	
}
#main .main-box .alist ul li span {
	display: block;
	width: 150px;
	height: 40px;
	overflow: hidden;
	text-align: right;
	font-size: 14px;
	color: #999;
	float: right;
}

#main .main-box .show .show-box {
	width: 750px;
	margin-top: 30px;	
}
#main .main-box .show .show-box .title {
	font-size: 24px;
    line-height: 36px;
    min-height: 50px;
    overflow: hidden;
    text-align: center;
	color: #007cc2;
    width: 750px;	
}
#main .main-box .show .show-box .time {
    background: #f3f3f3;
    color: #666;
    font-family: Tahoma,Geneva,sans-serif,宋体;
	font-size: 14px;
    height: 30px;
    line-height: 30px;
    margin-top: 5px;
    overflow: hidden;
    text-align: center;
    width: 750px;
}
#main .main-box .show .show-box .con {
	width: 750px;
	min-height: 150px;
	line-height: 22px;
	padding: 20px 0px;
	font-size: 14px;
	color: #333;
}
#main .main-box .show .show-box .con .map {
	width: 500px;
	height: 400px;
	border: #d8d8d8 solid 1px;
	margin: 0px auto;
}
#main .main-box .show .show-box:after,
#main .main-box .show .show-box .con:after,
#main .main-box .guestbook .con:after {
	content: " ";
	display: block;
	clear: both;
	height: 0px;	
}
#main .main-box .show .show-box .con p {
	padding-bottom: 10px;	
}
#main .main-box .show .show-box .con img {
	max-width: 750px;	
}
#main .main-box .show .show-box .con a:hover {
	text-decoration: underline;
}
#main .main-box .show .show-bottom {
	width: 750px;
	padding-top: 8px;
	border-top: 1px solid #e4e4e4;	
}
#main .main-box .show .show-bottom li {
	width: 750px;
	height: 22px;
	line-height: 22px;
	overflow: hidden;
	color: #666;
	font-size: 12px;	
}
#main .main-box .show .show-bottom li a {
	font-size: 12px;
	color: #666;	
}
#main .main-box .show .show-bottom li a:hover {
	color: #007cc2;	
}

#main .main-box .guestbook .con {
	clear: both;
	width: 750px;
	padding: 30px 0px 10px 0px;	
}
#main .main-box .guestbook .con .desc {
	font-size: 16px;
	color: #333;
	line-height: 28px;
	text-indent: 32px;
	padding-bottom: 60px;
}
#main .main-box .guestbook .con .desc span {
	color: red;	
}
#main .main-box .guestbook .con dl {
	width: 600px;
	margin: 0px auto 10px auto;
}
#main .main-box .guestbook .con dl:after {
	content: " ";
	display: block;
	clear: both;
	height: 0px;	
}
#main .main-box .guestbook .con dl dt {
	width: 80px;
	height: 32px;
	line-height: 32px;	
	float: left;
	font-size: 14px;
	text-align: right;
	padding-right: 20px;
}
#main .main-box .guestbook .con dl dd {
	width: 500px;
	float: left;
}
#main .main-box .guestbook .con dl dd .txt {
	width: 300px;
	height: 30px;
	padding: 0px 5px;
	border: 1px solid #e3e3e3;
	font-size: 14px;
	font-family: "微软雅黑", "黑体";
	color: #333;	
}
#main .main-box .guestbook .con dl dd strong {
	display: inline-block;
	padding-left: 10px;
	color: red;
	font-size: 14px;	
}
#main .main-box .guestbook .con dl dd .btn {
	width: 150px;
	height: 32px;
	line-height: 32px;
	margin-top: 8px;
	text-align: center;
	border-width: 0px;
	background: #007cc2;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
#main .main-box .guestbook .con dl dd .btn:hover {
	background: #0f9ae8;
}

#dialog-video {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99999;	
}
#dialog-video-mask {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#99000000", endColorstr="#99000000");
	z-index: 99998;		
}
#dialog-video .dialog-video-box {
	box-sizing: border-box;
	width: 880px;
	height: 555px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -440px;
	margin-top: -298px;
	background-color: #fff;
	box-shadow: 1px 2px 4px 0 rgba(0, 0, 0, 0.12);
}
#dialog-video .dialog-video-box .dialog-video-top {
	width: 880px;
	height: 60px;	
	background: #f5f5f5;
}
#dialog-video .dialog-video-box .dialog-video-top .title {
	float: left;
	padding-left: 20px;
	height: 60px;
	line-height: 60px;
	color: #424242;
	font-size: 18px;
}
#dialog-video .dialog-video-box .dialog-video-top .close{
	float: right;
	width: 30px;
	height: 30px;
	line-height: 30px;
	margin: 15px 15px 0px 0px;
	color: #424242;
	font-size: 18px;
	text-align: center;
	border-radius: 15px;
	cursor: pointer;
	transition: all 0.2s ease 0s;
	-moz-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
}
#dialog-video .dialog-video-box .dialog-video-top .close:hover {
	background: #e53935;
	color: #fff;	
}
#dialog-video .dialog-video-box .dialog-video-con {
	width: 880px;
	height: 495px;
	background: #b0b0b0;
}