@charset "utf-8";
/* 全局 */
*{transition:background-color ease .3s;-moz-transition:background-color ease .3s;-webkit-transition:background-color ease .3s;-o-transition:background-color ease .3s}
html{webkit-text-size-adjust:none;-webkit-text-size-adjust:none;text-align:justify;text-justify:inter-ideograph;}
a{text-decoration:none;outline:0;-webkit-transition:all .3s ease-in-out 0s;-moz-transition:all .3s ease-in-out 0s;transition:all .3s ease-in-out 0s}
/* 基础 */
*{-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-touch-callout:none;margin:0;}
::-webkit-scrollbar{width:4px;height:4px}
::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);border-radius:0;background:rgba(0,0,0,0.1)}
::-webkit-scrollbar-thumb{border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:rgba(0,0,0,0.2)}
::-webkit-scrollbar-thumb:hover{border-radius:5px;-webkit-box-shadow:inset 0 0 5px rgba(0,0,0,0.2);background:rgba(0,0,0,0.4)}
input,textarea{-webkit-user-select:text}
/*分页样式*/
.pagebar { margin-top: 10px; padding: 25px 0 }
.pagebar .pagination { display: flex; justify-content: center }
.pagebar .pagination li { min-width: 44px; height: 44px; line-height: 44px; margin: 0 6px }
.pagebar .pagination li a { display: block; width: 100%; height: 100%; text-align: center; color: rgba(170, 170, 170, 1); font-size: calc(12px + 6 * 100vw / 1920); background-color: rgb(248, 249, 250); border-radius: 2px; box-sizing: border-box; text-decoration: none; transition: all .3s ease-out 0s }
.pagebar .pagination li.page-size a { font-size: 24px }
.pagebar .pagination li.active a, .pagebar .pagination li a:hover { color: #fff; background: #ff7900 }
.pageno { margin-top: 30px; padding: 20px 0; text-align: center; font-size: calc(12px + 4 * 100vw / 1920); color: #999 }
@media only screen and (max-width:576px){
	.pagebar { margin-top: 20px }
	.pagebar .pagination { justify-content: center }
	.pagebar .page-num { display: none }
}

/*返回首页*/
#tip{padding-top: 30px;min-height: 672px;_height: expression(this.scrollHeight < 672 ? "672px" : "auto");}
#tip b{color: #0870be;}
/* 评论 */
.c-show{line-height: 180%;color: #666666;}
.c-proBox h3 {border-radius: 2px;-webkit-border-radius: 2px;font-weight: 400;height: 36px;line-height: 36px;background: #0870be;color: #ffffff;padding: 5px 10px;margin: 10px 0;}
.c-comment li {border-radius: 2px;-webkit-border-radius: 2px;line-height: normal;margin-bottom: 10px;padding: 0 15px;border: 1px solid #eeeeee;background: #ffffff;}
.c-comment li p {padding: 15px 0;border-top: 1px dashed #eeeeee;}
.c-comment li p span {float: right;}
.c-comment li p.on {border-top: 0;}
.c-comment li p.admin {color: #0870be;}
.c-more {text-align: center;line-height: normal;}
.c-more a {transition: all 0.3s;-webkit-transition: all 0.3s;border-radius: 2px;-webkit-border-radius: 2px;display: block;background: #0870be;color: #ffffff;padding: 13px 0;}
.c-more a:hover {background: #ff9601;}
/* 留言 */
.c-book ul li {position: relative;margin-top: 10px;}
.c-book ul li em {float: left;text-align: right;margin-right: 10px;padding-top: 7px;width: 150px;font-style: normal;}
.c-book ul li textarea,
.c-book ul li input,
.c-book ul li select {transition: all 0.3s;-webkit-transition: all 0.3s;border-radius: 2px;-webkit-border-radius: 2px;padding: 12px;border: 1px solid #eeeeee;font-family: 'Microsoft Yahei';}
.c-book ul li textarea:hover,.c-book ul li input:hover,.c-book ul li select:hover,.c-book ul li textarea:focus,.c-book ul li input:focus,.c-book ul li select:focus {border-color: #0870be;}
.c-book ul li textarea {width: 360px;height: 150px;overflow-y: hidden;}
.c-book ul li img {position: absolute;cursor: pointer;top: 10px;margin-left: 5px;}
.c-book ul li.bnt {margin-left: 150px;}
.c-book ul li.bnt input {transition: all 0.3s;-webkit-transition: all 0.3s;cursor: pointer;width: 120px;margin-left: 10px;border-color: #0870be;background: #0870be;color: #ffffff;}
.c-book ul li.bnt input:hover {border-color: #ff9601;background: #ff9601;}
.c-cb,.c-cbli li {zoom: 1;}
/* 幻灯切换 */
.slideBox{position:relative;display:block;width:100%;height: 350px;overflow:hidden;}
.slideBox .bd img{display:block;margin:0 auto;height: 350px;}
.slideBox .prev{display:none;position:absolute;padding:0;left: 50%;margin-left: -595px;top: 60%;margin-top: -73px;width: 38px;height: 73px;background: url(../images/next_bg_09.png) no-repeat left center;background-position: 0 0;}
.slideBox .next{display:none;position:absolute;padding:0;right: 50%;margin-right: -595px;top: 60%;margin-top: -73px;width: 38px;height: 73px;background: url(../images/next_bg_09.png) no-repeat left center;background-position: right center;}
.slideBox .hd{position:relative;top: -10px;z-index:1;}
.slideBox .hd ul{text-align:center;margin-top: -25px;}
.slideBox .hd ul li{width: 12px;height: 12px;border-radius:50%;display:inline-block;margin: 0 3px;cursor:pointer;border: 2px solid #0870be;}
.slideBox .hd ul li.on{background: #0870be;}
/* 幻灯切换 */
.slideBox2{position:relative;display:block;width:100%;height: 260px;overflow:hidden;}
.slideBox2 .bd img{display:block;margin:0 auto;height: 260px;}
.slideBox2 .prev{display:none;position:absolute;padding:0;left: 50%;margin-left: -595px;top: 64%;margin-top: -73px;width: 38px;height: 73px;background: url(../images/next_bg_09.png) no-repeat left center;background-position: 0 0;}
.slideBox2 .next{display:none;position:absolute;padding:0;right: 50%;margin-right: -595px;top: 64%;margin-top: -73px;width: 38px;height: 73px;background: url(../images/next_bg_09.png) no-repeat left center;background-position: right center;}
.slideBox2 .hd{position:relative;top: -10px;z-index:1;}
.slideBox2 .hd ul{text-align:center;margin-top: -25px;}
.slideBox2 .hd ul li{width: 12px;height: 12px;border-radius:50%;display:inline-block;margin: 0 3px;cursor:pointer;border: 2px solid #0870be;}
.slideBox2 .hd ul li.on{background: #0870be;}
/* 浮动工具 */
.c-tools {position: fixed;z-index: 9999;text-align: center;right: 0;bottom: 50%;margin-bottom: -144px;}
.c-tools ul li {transition: all 0.3s;-webkit-transition: all 0.3s;border-radius: 2px;-webkit-border-radius: 2px;cursor: pointer;position: relative;width: 62px;height: 62px;margin: 1px;background: #0870be url(../images/tools-ico.png) no-repeat;}
.c-tools ul li:hover {background-color: #ff9601;}
.c-tools ul li span {transition: all 0.3s;-webkit-transition: all 0.3s;border-radius: 2px;-webkit-border-radius: 2px;display: none;position: absolute;right: 63px;width: 135px;line-height: 62px;padding: 0 10px;background: #ff9601;color: #ffffff;}
.c-tools ul li .ewmPic {width: 168px;}
.c-tools ul li .ewmPic img {display: block;margin-top: 10px;padding-bottom: 10px;width: 168px;height: 168px;}
.c-tools ul .tel-ico {background-position: center -22px;}
.c-tools ul .tel-ico span{line-height: 31px;}
.c-tools ul .ewm-ico {background-position: center 21px;}
.c-tools ul .qq-ico {background-position: center -69px;}
.c-tools ul .top-ico {background-position: center -115px;}
/* 标签 */
.taglist{margin:20px;overflow: hidden;}
.taglist a{float:left;margin:5px;background:#0870be;color:#FFF;padding:8px 12px}
.taglist a:hover{background:#ff9601;color:#FFF;padding:8px 12px}
