@charset "utf-8";/* CSS Document*//* CSS Document*//*内容*//*内页大图*/

.nbanner{width:100%; height:520px; background:#f6f6f6; position:relative;  z-index:1;margin-top: 112px;}
.nbanner img{width:100%;}
.nb-box{ position:absolute; z-index:99; top:0; left:0; width:100%; height:100%;display:flex;display: -webkit-flex; /*响应式 弹性盒子*/align-items:center;}
.nb-text{ position:relative; z-index:2;}
.nb-text-title{ font-size:48px; color:#FFFFFF; font-weight:700; text-transform: uppercase;line-height:1.5;}
.nb-text-con{ font-size:15px; color:#FFFFFF; text-transform:uppercase; line-height:2;}
.nb-text-con a{ color:#FFFFFF; display:inline-block; }
.nb-text-con span{ display:inline-block; margin:0 5px 0 5px;}

/*当前位置*//*当前位置*/
.pc_fr{float: right;}
.pc_fl{float: left;}
.bread{background:#efefef}
.bread_nav li{float:left;font-size:15px;line-height:50px;padding-right:15px;}
.bread_nav li a{display:block;color:#000000;font-size:15px;}
.bread_nav li i{color:#999999;margin:0 10px;}
.bread_nav li:hover a,.bread_nav li.on a{border-bottom:2px solid #e0243b;}
.bread_1{font-size:14px;color:#666666;line-height:50px;}
.bread_1 a{color:#666666;transition: all .3s;}
.bread_1 a:hover{color:#e0243b;}

/*简介右侧色块*/
.s-intro{ width:60%; float:left; padding:0 0 2% 5%; border-left:#CCCCCC 1px solid;}
.s-intro h1{ font-size:36px; font-weight:600; color:#d31f23; position:relative; padding-bottom:30px;}
.s-intro h1:after{ content:''; position:absolute; width:20%; height:2px; background:#FF9999; left:0; bottom:0;}
.s-intro-txt { padding-top:30px; font-size:14px; line-height:2; color:#787878;}
.s-intro-img{ width:36%; float:right; text-align:right;}
.s-intro-img img{max-width:100%;}

/*范围*/
.fw-box{ margin-right:-5%}
.fw-box li{ width:20%; margin:1% 5% 1% 0; float:left;}
.fw-box-img{ width:100%;  height:120px; position: relative; }
.fw-box-img h2{ width:100%; height:100%; overflow: hidden; position:relative; background:#FFFFFF; padding:2px;}
/*.fw-box-img h2 em{ width:100%; height:100%; position: absolute; background:rgba(0,0,0,.2); left:0; top:0;}*/
.fw-box-img h2 img{ width:100%;}
.fw-box-img span{ display:block; width:40px; height:40px; background:#FFFFFF; color:#d31f23; font-family:"num"; font-size:24px; text-align:center; line-height:40px; border-radius:50%; position:absolute; left:50%; bottom:-20px; transform:translateX(-50%);box-shadow: 0 10px 15px 0 rgba(0,0,0,.05);}
.fw-box-img h1{ display:inline-block; position:absolute; left:50%; top:50%;transform:translate(-50%,-50%); font-size:18px; font-weight:600; color:#fff; background:#d31f23; padding:6px 20px; border-radius:20px; white-space:nowrap;}
.fw-box-txt{ width:90%; padding:25px 10px 10px 20px; line-height:1.8; background:#f9f9f9;box-shadow: 0 10px 15px 0 rgba(0,0,0,.05); margin-left:10%;}


/*关于*/
.about-con{ width:50%; float:left;}
.about-img{ width:40%; float:right; text-align:right;}
.about-img img{ width:100%;}
.about-txt{ line-height:2; }
.about-txt h5{ line-height:1.5; padding:0 0 30px 0;  font-size:22px; position:relative; font-weight:500;}
.about-txt h5:before{ content:'\ebe1'; font-family:'iconfont'; position:absolute; left:-50px; top:-20px; color:#CCCCCC; font-size:36px;}
.about-txt h5:after{ content:'\ebe0'; font-family:'iconfont'; position:absolute; right:-40px; bottom:10px; color:#CCCCCC; font-size:36px;}
.about-article p{ text-indent:2em; padding:.5em 0 .5em 0;}

/*优势*/
.youshi{margin-left:-2%; margin-top:2%;}
.youshi li{width:31%; margin:0 0 2% 2%; float:left; transition: all 0.3s ease 0s;}
.youshi-con{ width:100%;  padding:20px; }
.youshi li:hover{box-shadow: 0 10px 15px rgba(0, 0, 0, 0.1);transform: translate3d(0px, -2px, 0px);background:#FFFFFF;border-radius:8px;}
.youshi-con i{ display:block; width:120px; color:#999; font-size:90px; float:left; margin-top:10px;}
.youshi-text{ float:left; color:#999999; width:calc(100% - 140px);}
.youshi-text h5{ padding:5px 0 15px 0; font-size:20px; font-weight:600; color:#d31f23; position:relative; border-bottom:#ddd 1px solid; padding-left:20px;box-shadow: 0 6px 0px 0 rgba(0,0,0,.05);}
.youshi-text h5:before{content:'\ec19'; font-family:"iconfont"; font-size:16px; position: absolute; left:0; top:12px;}
.youshi-text span{ line-height:1.5; padding-top:20px; font-size:15px; display:block; padding-left:20px; color:#666}


/*上下条*/
.downup-list{display: block;width: 100%;text-align: center;padding:20px 0 20px 0;background:#fff;}
.downup-list>.prev{float:right;width:40%;padding:0 20px;}
.downup-list>.next{float:left;width:40%;padding:0 20px;}
.downup-list>.prev{text-align:right;}
.downup-list>.next{text-align:left;}
.downup-list>.goList{display: inline-block;float: left;width:20%;text-align:center;}
.downup-list>.goList span{display:inline-block;position:relative;color: #333;font-size:36px; width:20px; height:20px;}
.downup-list>.goList span:before{position:absolute;font-family:"iconfont";content:'\eba9';left:50%;top:50%; transform:translate(-50%,-50%);}
.downup-list a{font-size: 14px;color: #141414;text-decoration:none;}
.downup-list>.prev:hover,
.downup-list>.next:hover{color: #FF3300;}
.downup-list>.goList:hover{color: #FF3300;}


/*新闻*/.news-box2{width:100%;}
.news-box2 li{width:48%;float:left;margin-right: 1%;margin-bottom:2%;box-shadow: 0 0px 30px rgba(0, 0, 0, 0.1);}
.news-box2 li:nth-child(2n){margin-right:0;}
/*新闻详情*/
.newsbg{background:url(../images/06.jpg) top right repeat-y #fff;}
.newsinfo-left{float:left;width:calc(100% - 270px); padding:20px; background:#FFFFFF; border-radius:8px;}
.newsinfo-right{float:right;width:240px;}
.article-title{width:100%;padding:20px 0 20px 0;}
.article-title h1{font-size:38px;line-height:1.2; letter-spacing:-2px; font-weight:700;color:#363636;width:100%;padding:0 30px 0 30px;word-wrap: break-word;}
.news-base{width:100%;padding:0 0 20px 30px;border-bottom: 1px solid #eee;}
.news-base-info{color:#999;font-size:14px; display:inline-block; padding-right:30px;}
.news-share{float:right;}
.article-con{width:100%;padding:30px ;line-height:2;}
.article-con p{font-size:14px; color:#666; padding:10px 0 10px 0; display:block;}
.article-con img{max-width:100%;display:block;}
.article-img{width:100%;padding-top:30px;}
.article-img img{max-width:60%;display:block;margin:0 auto;}
.article-tit{width:100%;padding:20px 0 20px 0;}
.article-tit h1{font-size:24px;line-height:1.2; letter-spacing:-1px; font-weight:700;color:#d31f23;width:100%;padding:0 0 20px 0; text-transform:uppercase;border-bottom:4px solid #ddd;}

.b-xm{ width:100%;border-radius:8px;}
.b-xm li *{ display:block;}
.b-xm li{ background:#FFFFFF;border-radius:8px; float:left; width:100%; overflow:hidden; margin-bottom:20px;}
.b-xm li h1{ position:relative; height:150px; width:100%;}
.b-xm li h1 span{ width:100%; height:100%; overflow:hidden;}
.b-xm li h1 span img{width: 100%;min-height:100%;transition:1s;transition: transform .3s ease-in; display:block; }
.b-xm li h1 em{ width:40px; height:40px;position:absolute; right:20px; transform:rotate(45deg); bottom:-20px; border:#FFFFFF 2px solid; background:#d31f23; color:#FFFFFF; z-index:3; text-align:center;}
.b-xm li h1 em i{font-size:24px; font-family:"num";  line-height:40px;font-style:normal; transform:rotate(-45deg); }
.b-xm li h2{ margin:15px; font-size:17px; font-weight:600; color:#333333; position:relative;}
.b-xm li p{ margin:0 15px 20px 15px; font-size:14px; color:#787878; display: -webkit-box;}
.b-xm li h2:before{position: absolute; left: 0; bottom:-5px; content: ''; height: 2px; background: #c3002f; width:50px; transition:0.3s;}
.b-xm li a:hover h2:before{ width: 100px;}

/*分页*/#fenye{width:100%;height:50px;text-align:center;margin:0 auto;line-height:30px;font-size:12px;}
.pl30{padding-left:30px}
.f14{font-size:14px}
.c999{color:#999}
.isTxtBig{height:40px;line-height:40px;border:1px solid #ccc;padding:0 8px;color:#666}
.isTxtBig.focus{color:#000;background-color:#fff}
.tzan{height:40px;text-align:center;line-height:40px;padding:0 8px;color:#666;font-size:14px;border:1px solid #ccc;cursor:pointer;background:#ccc;}
.w30{width:40px;}
div#pagination .count{float:left;padding:5px;}
div#pagination .pages{float:right;padding:5px;}
div#paginationTop{height:40px;margin-bottom:3px;}
div#paginationTop .count{float:left;padding:5px;}
div#paginationTop .pages{float:right;padding:5px;}
div.pagination{padding: 3px;margin:30px;text-align:center;line-height:40px;}
div.pagination a{margin:0 5px;display:inline-block;width:40px;height:40px;line-height:40px;text-decoration:none;color:#666;font-size:14px;background:#fff;border-radius:5px;box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);}
div.pagination a:hover, div.pagination a:active{color: #fff;background-color: #d31f23;}
div.pagination span.current{margin:0 5px;display:inline-block; width:40px;height:40px;line-height:40px;text-decoration:none;color:#fff;font-size:14px;background: #d31f23;box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);border-radius:5px;}
div.pagination span.disabled{margin:0 5px;display:inline-block;width:40px;height:40px;line-height:40px;text-decoration:none;color:#666;font-size:14px;box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.06);background:#f9f9f9;}

/*对话框*//**/.ck-alert.open{position:fixed;top:0;bottom:0;left:0;right:0;z-index:1028;}
.ck-alert.open .ck-zhezhao{position: absolute;top: 0;left: 0;bottom: 0;right: 0;background: rgba(0,0,0,.8);}
.ck-tanchuang{width:300px;text-align: center;border-radius:10px;left: 50%;top: 50%;transform: translate(-50%,-50%) scale(0);transition: all 0.6s;position: absolute;height: auto;background: #fff;position:fixed;padding:20px;}
.ck-alert .ck-tanchuang .success{color:#1aad17;font-size:48px;}
.ck-alert .ck-tanchuang .fail{color:#FF0000;}
.ck-alert .ck-tanchuang p{width:100%;font-size:16px;line-height:2;color:#666666;margin:20px 0;}
.ck-alert .ck-tanchuang .ck-tanchuang-btn{width:100%;margin:20px 0;text-align:center;}
.ck-alert .ck-tanchuang .ck-tanchuang-close{display:inline-block;width:45%;padding:6px 0 6px 0;text-align:center;font-size:22px;border-radius:5px;background:#1aad17;color:#fff;}
.ck-alert .ck-tanchuang .ck-tanchuang-close.fail{background:#FF0000;}
.ck-alert.open .ck-tanchuang{transform: translate(-50%,-50%) scale(1);}
/**/.pt40{padding-top:40px;}

