@charset "UTF-8";
*{ margin:0; padding:0; border:0;  font-size:14px;  font-family:"微软雅黑", "宋体"; }
h1,h2,h3,h4,h5,h6{ font-weight:normal; }
ul{ padding:0; margin:0;}
li{ list-style:none;}
a:link{ text-decoration:none; color:#666; }
a:visited{ text-decoration:none;  color:#666; }
a:hover{ text-decoration:none;  color:#666; }
a:active{ text-decoration:none;  color:#666;}
.w1200{ width:1200px;  margin:0 auto; }
.clear{ clear:both;}
.cl{ clear:both; }
.img-responsive{ width:100%; }
img.imgcenter{ display:block; margin:0 auto; }
.trans{  transition: all 0.3s;}
.map {    height: 400px; margin-top:20px; }
.picarr .preview{ margin:0 auto; margin-top:20px;}
.clear{ clear:both; }


/*分页*/
.page-num:not(:disabled) {	cursor: pointer;}
.page-num, .page-link {	position: relative;	display: block;	padding: .5rem .95rem;	margin-left: -1px;	line-height: 1.25;	color: #17a2b8;	background-color: #fff;	border: 1px solid #dee2e6; float:left;}
a.page-num:hover, .page-link:hover { text-decoration: none; }
.page-num-current {	z-index: 1;	color: #fff; background-color: #e0b07f;	border-color: #e0b07f;}
.page-num-current:hover { color: #fff;}
.page-num-current:visited{ color:#fff; }
.my-4{ text-align:center;}



/*分页样式*/
.page_info { text-align: center; margin: 50px 0;	color: #333; }
.page_info span { padding: 0 2px; font-weight: bold;}
.page_list { line-height: 24px; text-align: center;	letter-spacing: 0; 	font-size: 20px; margin: 50px 0; }
.page_list a { display: inline-block; color: #666; border:  1px solid #e5e5e5;;	background: #fff;     width: 35px; 
    height: 35px;   line-height: 35px;   margin: 0 .2rem;}
.page_list a:hover {	color: #1c7ccc;
    border: 1px solid #1c7ccc;	background: #fff;}
.page_list a.on { color: #fff; border: .06rem solid #1c7ccc;; background: #1c7ccc;}




/* 手机底部 */
.footer_m{ height:48px;}
.foot{
	width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: box;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
     width: 100%;
    background: -webkit-gradient(linear,0 0,0 100%,from(197ccc),to(197ccc));
	position: fixed;left: 0;right: 0;bottom: 0;
	}
.footerWrap {
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    display: box;
    -webkit-box-orient: horizontal;
    box-orient: horizontal;
     width: 100%;
    background: #197ccc;
}
.foot .active{
    text-align: center;
    height: 48px;
    overflow: hidden;
    border-right: 1px solid rgba(255,255,255,0.2);
    -webkit-box-flex: 1;
    box-flex: 1;
}
.foot .active{
    height: 48px;
    display: block;
    text-align: center;
    vertical-align: middle;
    color: #fff;
    text-decoration: none;
}

#yptel .tel { background-position: -90px -110px; }
#map .map { background-position: -120px -110px; }
#message .message { background-position: -30px -110px; }
#share .share {    background-position: -60px -110px;}
#email .email {    background-position: 0 -110px;}


.foot .icon{
    width: 30px;
    height: 20px;
    display: block;
    background: url(../images/common.png) no-repeat;
    background-size: 400px;
    margin: 7px auto 0 auto;
    position: relative;
}

.foot .text {
    height: 16px;
    line-height: 16px;
    font-size: 10px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    display: block;
    overflow: hidden;
}



