/* 页面初始化 */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td { margin: 0; padding: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }
html { width: 100%; height: 100%; font-size: 14px; background: #fff; line-height: 24px; }
html body { width: 100%; height: 100%; overflow: auto; background: #fff; color: #333; font-size: 14px; line-height: 24px; font-family:"Microsoft YaHei", 微软雅黑, SourceHanSansCN-Regular, "Microsoft JhengHei", 华文细黑, STHeiti, MingLiu; }
* { padding: 0; margin: 0; -webkit-box-sizing: border-box; box-sizing: border-box; -webkit-text-size-adjust: none; }
address, caption, cite, code, dfn, em, th, var { font-style: normal; font-weight: normal; }
a { color: #333; text-decoration: none; cursor: pointer; }
a:hover { text-decoration: none; color: #004f9e; }
:focus, a:focus, .form-control:focus { outline: 0; outline-offset: 0; text-decoration: none; -webkit-box-shadow: none; box-shadow: none; }
.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus { outline: 0; outline-offset: 0; }
fieldset, img { border: none; }
img { width: 100%;display: block;}
ol, ul, li { list-style: none; }
input, textarea, select, button { outline: none; }
table { border-collapse: collapse; }
.border-0{border: 0!important;}
/*禁用了文本的拖拉，尤其在谷歌下*/
textarea { resize: none; }
textarea::-webkit-input-placeholder { color: #999; font-size: 12px; }
textarea::-moz-placeholder { color: #999; font-size: 12px; }
textarea:-ms-input-placeholder { color: #999; font-size: 12px; }
textarea:-moz-placeholder { color: #999; font-size: 12px; }
input::-webkit-input-placeholder { color: #999; font-size: 12px; }
input::-moz-placeholder { color: #999; font-size: 12px; }
input:-ms-input-placeholder { color: #999; font-size: 12px; }
input:-moz-placeholder { color: #999; font-size: 12px; }

/* 去掉记住密码淡黄色底色 */
input:-webkit-autofill { background-color: rgb(250, 255, 189); background-image: none; color: rgb(0, 0, 0); }
input:-webkit-autofill { -webkit-box-shadow: 0 0 0px 1000px #eff1f7 inset; }

/*文本段落左右两边对齐*/

/* p { text-align: justify; text-justify: distribute; } */

/* 清除浮动 */
.clearfloat:after { content: ""; display: block; height: 0; clear: both; visbility: hidden; }
.clearfloat { *zoom: 1; }

/**清楚面包屑 向下的margin**/
.margin-none { margin-bottom: 0; }

/* 单行超出 */
.nowrap { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }

/* 版心样式 */
@media(min-width:1200px) {
  .container { width: 1200px !important; padding-left: 0 !important; padding-right: 0 !important; }
}
img { -webkit-transition: all 0.6s; transition: all 0.6s; }
.fl { float: left; }
.fr { float: right; }

/* 阴影 */
.box-shadow, .box-shadow-layout { -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .05); box-shadow: 0 3px 5px rgba(0, 0, 0, .05); -webkit-transition: all 0.6s; transition: all 0.6s; }
.box-shadow:hover { -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, .1); box-shadow: 0 10px 15px rgba(0, 0, 0, .1); }

/* 滚动条 */

/* html, body, .map-left { overflow: hidden; overflow-y: auto; overflow-x: hidden; scrollbar-face-color: #ccc; scrollbar-shadow-color: #f0f0f0; scrollbar-arrow-color: #606060; scrollbar-track-color: #f0f0f0; -ms-scroll-chaining: chained; -ms-content-zooming: zoom; -ms-scroll-rails: none; -ms-content-zoom-limit-min: 100%; -ms-content-zoom-limit-max: 500%; -ms-scroll-snap-type: proximity; -ms-scroll-snap-points-x: snapList(100%, 200%, 300%, 400%, 500%); } */
html::-webkit-scrollbar, body::-webkit-scrollbar, .scrollbar::-webkit-scrollbar { width: 6px; height: 6px; background-color: #ccc; }
html::-webkit-scrollbar-button:start:increment, body::-webkit-scrollbar-button:start:increment, .scrollbar::-webkit-scrollbar-button:start:decrement, html::-webkit-scrollbar-button:end:increment, body::-webkit-scrollbar-button:end:increment, .scrollbar::-webkit-scrollbar-button:end:increment { display: block; }
html::-webkit-scrollbar-button:start:increment, body::-webkit-scrollbar-button:start:increment, .scrollbar::-webkit-scrollbar-button:start:increment, html::-webkit-scrollbar-button:end:decrement, body::-webkit-scrollbar-button:end:decrement, .scrollbar::-webkit-scrollbar-button:end:decrement { display: none; }
html::-webkit-scrollbar-button:end:increment, body::-webkit-scrollbar-button:end:increment, .scrollbar::-webkit-scrollbar-button:end:increment { height: 0; width: 0; background-color: rgb(3, 100, 179); }
html::-webkit-scrollbar-button:start:decrement, body::-webkit-scrollbar-button:start:decrement, .scrollbar::-webkit-scrollbar-button:start:decrement { height: 0; width: 0; background-color: rgb(3, 100, 179); }
html::-webkit-scrollbar-track-piece:start, body::-webkit-scrollbar-track-piece:start, .scrollbar::-webkit-scrollbar-track-piece:start { background-color: #f2f1fe; }
html::-webkit-scrollbar-track-piece:end, body::-webkit-scrollbar-track-piece:end, .scrollbar::-webkit-scrollbar-track-piece:end { background-color: #f2f1fe; }
html::-webkit-scrollbar-thumb, body::-webkit-scrollbar-thumb, .scrollbar::-webkit-scrollbar-thumb { border-radius: 5px; background-color: #ccc; }
/* 导航栏样式 */
.nav-box{padding-top: 15px;}
.logo{height: 52px;}
.logo img{max-width: 280px;height: 100%;}
.nav li{float: left;line-height: 52px;font-size: 14px;}
.nav li a{color: #a3a3a3;padding: 0;padding: 0 28px;}
.nav li.on a{color: #434343;}
.nav li a:hover{background-color: transparent;color: #434343;}
/* end 导航栏样式 */
/* banner图 */
.banner-box{width: 100%;height: 495px;overflow: hidden;}
.banner-box img{width: 100%;}
/* 热门关键词搜索 */
.padding-40{padding-bottom: 40px;}
.margin-b-20{margin-bottom: 20px;}
.padding-l-15{padding-left: 15px;}
.keyword-box{padding-top: 20px;}
.keyword-box .b-left{font-size: 14px;line-height: 38px;}
.keyword-box .search-box{border: 1px solid #e5e5e5;height: 38px;}
.keyword-box input{border: 0;}
.b-submit{width: 48px;height: 38px;line-height: 38px;text-align: center;float: left;font-size: 18px;cursor: pointer;}
.keyword-box .search-box .s-txt{margin-top: 6px;border-left: 1px solid #8d8d8d;padding-left: 10px;width: 309px;float: left;}
/* 面包屑 */
.crumbs-border{border: 1px solid #ddd;min-height: 40px;line-height: 40px;font-size: 12px;}
.crumbs-border .c-division{padding: 0 5px;color: #ccc;}
.crumbs-border .classification{padding: 0 10px;color: #666;margin: 0 5px;display: inline-block;line-height: 24px;}
.crumbs-border .classification:hover, .crumbs-border .curr{color: #fff;background-color: #2882e8;}
.crumbs-border .crumbs-sort-lef{width: 160px;border-right: 1px solid #ddd;float: left;}
.crumbs-border .crumbs-sort-lef li{float: left;width: 50%;text-align: center;cursor: pointer;}
.crumbs-border .crumbs-sort-lef li i{margin-left: 5px;color: #c0c0c0;}
.crumbs-border .crumbs-sort-rig{padding-right: 10px;float: right;}
.crumbs-border .crumbs-sort-rig span{padding: 0 8px;}
/* 列表 */
.sq-item-list{margin-top: 20px;}
.sq-item-list li{width: 293px;margin-right: 9px;float: left;margin-bottom: 10px;border: 1px solid #ccc;}
.sq-item-list li .item-img-box{width: 100%;height: 293px;overflow: hidden;}
.sq-item-list li .item-img-box img{min-height: 100%;}
.sq-item-list li:nth-child(4n){margin-right: 0;}
.sq-item-list li .item-text-box{height: 30px;line-height: 30px;text-align: center;}
/* 分页 */
.page-box{text-align: center;padding: 20px 0;}
.btn-prev,.btn-next,.page-box ul li{display: inline-block;padding: 0 10px;border: 1px solid #ddd;height: 32px;line-height: 32px;cursor: pointer;}
.page-box ul{display: inline-block;}
.page-box ul li.active{color: #fff;border-color: #2882e8;background-color: #2882e8;}
/* 新闻列表 */
.news-list{border: 1px solid #ddd;padding-left: 5px;padding-right: 5px;margin-top: 20px;}
.news-list li{padding: 5px 10px;border-bottom: 1px dashed #ddd;}
.news-list li:last-child{border-bottom: 0;}
.news-list li a{color: #666;}
.news-list li:hover .news-lsit-tit{color: #2882e8;}
.news-list li .news-lsit-tit{font-size: 16px;}
.news-list li .news-lsit-content{font-size: 12px;text-indent: 24px;}
/* 详细页 */
.details-crumbs-title{width: 140px;text-align: center;border-right: 1px solid #ddd;font-size: 18px;}
.details-box{border: 1px solid #ddd;padding: 20px;margin-top: 20px;}
.details-title{font-size: 14px;text-align: center;color: #666;}
.details-title-group-text{font-size: 12px;text-align: center;color: #888;}
.details-content{padding-top: 20px;}
.details-content img{max-width: 100%;text-align: center;}
/* 关于我们 */
.about-content{border: 1px solid #ddd;font-size: 14px;line-height: 28px;padding: 0 10px 10px;margin-top: 20px;}
/* 联系我们 */
.contact-box{padding: 0 15px 10px;border: 1px solid #ddd;}
.address-info{font-size: 12px;line-height: 24px;padding-bottom: 18px;}
#contact-map{height: 450px;border: 1px solid #ddd;}
.BMap_cpyCtrl,.anchorBL{display: none;}
/* 尾部 */
.footBot{background:#333;line-height:40px; padding: 10px 0; font-size: 13px;}
.footBot,.footBot a{color:#fff;}
.footBot .foot-item { display: inline-block;background:url(../../images/foot-img.png) no-repeat left center; margin: 0 20px; padding-left: 26px;}
.footBot .foot-link{display: block;}
.footBot .p-r-xs{padding-right: 5px;}
.footBot .p-l-xs{padding-left: 5px;}