/* ---------------------------------------------------------- */
/*                                                            */
/* Project: 李响大虾                                          */
/*                                                            */
/* - Start Time: 2016.06.02                                   */
/* - Author: JinBo                                            */
/*                                                            */
/*                                                            */
/*                           BaiDuHi:hotone1985               */
/*                                                            */
/* ---------------------------------------------------------- */


.content{ background-color: #fff; /*#eee;*/}
.android .u-left-icon.jboicon{ margin: 4px 0 0 0;}
.ios .u-left-icon.jboicon{ margin: 2px 0 0 0;}
.bar .button.pull-left { padding-right: 1rem;}


/* ==========================================================================
   公用模块
   ========================================================================== */

/* 公用图标 */
.fa,.jboicon{margin-top:-1px;margin-right:5px;margin-left:3px;color:#f7b935;font-size:.6rem;}
.img-icon{position:relative;display:inline-block;width:26px;height:26px;background-position:center;background-size:100% auto;background-repeat:no-repeat;vertical-align:middle;font-style:normal;-webkit-background-size:100% auto;}
.text-icon{display:inline-block;margin-top:-2px;margin-right:5px;margin-left:-5px;width:20px;height:20px;border-radius:4px;background-color:#ffcc5f;color:#fff;vertical-align:middle;text-align:center;font-weight:400;font-style:normal;font-size:.5rem;line-height:20px;}
.spring{background:url(../img/sprite.png) no-repeat;background-size:600%;}
.img-circle{-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;}
.button.button-yellow{min-height:2.2rem;border:none;border-radius:0;background:#ffdc5f;color:#000;font-size:.85rem;line-height:2.2rem;}

/* 头部 */
.bar.bar-nav{background-color:#fafafa;height: 5.5rem}
.bar .button-link{height: 2.7rem; line-height: 2.7rem; color: #0675bb;}
.bar .title img{ height:2.7rem}
.bar .title .tel{ background:url(../img/tel.jpg)}
.bar .bar-nav-tel{color: #da251e;font-size: .6rem;padding-top: 0.5rem;}
.bar .bar-nav-tel span{color: #fff;font-size: .8rem}
.bar-nav ~ .content{top: 5.5rem;bottom: 2.5rem;}
.bar:after{height: 0}
.buttons-tab .button.active{border-color:#f1b73b;color:#f1b73b;}
.bar .title{width: 100%;height: 2.7rem;background: url(../img/logo.jpg) no-repeat center #fff;background-size: contain;}
.bar .title span{color: #cc0033;font-size: .7rem;position: absolute;bottom: -.3rem;right: .8rem;}

/* 底部 */
.bar.bar-tab{background-color:#282828;}
.bar-tab .tab-item{color: #fff;}

.w1{margin: 0 auto;max-width: 750px; min-width: 300px;}
.bg-1{ background-color:#fff; }
.bg-2{ background-color:#fff; padding:0 0 0.8rem 0}
.title-1{background: url(../images/bg_tit1.jpg) no-repeat center;width: 100%;height:2.4rem; background-size: 100%;position: relative; padding: .1rem;}
.title-1 p{font-size: .6rem;color: #fff;padding: .3rem;background: #3770db;text-align: center;width: 4rem;margin: 2% auto 0;}
.subnav{ padding:0.3rem; list-style:none}
.subnav li{ width:32%; float:left; margin-right:1%; text-align: center;border: 1px solid #eee; margin-top:2%;}
.subnav li a{ display:inline-block; text-align:center;  color:#000; font-size:.6rem; line-height:1.4rem;}

.subnav li:hover{background: #ffa922;}
.subnav li:hover a{color: #fff;}
.block-1{width: 100%;height:20rem;background: url(../images/youshi.jpg) no-repeat top center #0087cb; background-size: 100%;padding: 0.2%;box-sizing: border-box;overflow: hidden;}



.block-2{padding: 0.3rem;}
.block-2 .fl{float: left;width: 48%;}
.block-2 .fr{float: left;width: 48%;margin-left: 4%;}
.block-2 .fr p{color: #008579;font-size: .6rem;}
.block-2 .fr span{font-size: .5rem;color: #333;}
.wap-fl{width: 30%;margin: 2% 1.5%;}
.ks-a{display: inline-block;width: 30%;height: 1.5rem;background: #ffa922;font-size: .8rem;color: #fff;text-align: center;line-height: 1.5rem;}
.ks-s{display: inline-block;width: 66%;background: #008579;height: 1.5rem;line-height: 1.5rem;font-size: .8rem;text-align: center;color: #fff;margin-left: 2%;}

.block-3{padding: 0.3rem;}
.block-3 p{font-size: .6rem;line-height: 1rem;margin: 10px 0;}
.block-3 p a{font-size: .5rem;color: #0075c2;}
.block-4{padding: 0.3rem;background: url(../images/bg_honor.jpg) no-repeat bottom #3872dc;background-size:100%;}
.block-4 .fl{width:46%;float: left;height: auto;}
.block-4 .fl a{color: #008579;font-size: .7rem;margin-left: 4%;}
.block-4 .fr{width: 48%;margin-left: 2%;}
.news_title{font-size:.7rem;color: #008579;}
.news_title+p{font-size: .6rem;color: #000;}
.news_title+p em{font-style: normal;color: #000;font-size: .8rem;font-weight: bold;}
.block-4 .fl p{font-size: .5rem;color: #000;margin-top: 6%;}
.block-4 .fl p em{font-style: normal;color: #000;font-size: .7rem;font-weight: bold;}
.block-5{padding: 0.3rem;}

.ul-1{list-style:none;padding:0; overflow:hidden; padding:0.1rem 0.1rem;}
.ul-1 li{ width:46%; float:left; margin:0;position:relative; overflow:hidden; margin-top: 2%;border: 1px solid #ccc;}
.ul-1 li div{width:100%; height:100%;text-align:center;/*非IE的主流浏览器识别的垂直居中的方法*/display:block;/*设置垂直居中*/vertical-align:middle;/*设置水平居中*/text-align:center;/* 针对IE的Hack */*display: block;*font-size:154px; margin:0 auto;  overflow:hidden;}
.ul-1 li img{vertical-align:middle;transition-duration:0.8s;}
.ul-1 li a{ display:block; position:relative; overflow:hidden; background-color:white;}
.ul-1 li span{ display:block; color:black; font-size:.7rem; padding:.2rem 0; text-align:center;}
.ul-1 li span.span1{ background-color:#0e60bc; color:white; border-radius:.6rem; line-height:.7rem; width:70%; font-size:.5rem; margin:0 auto}
.ul-1 li a:hover{ background:#fdc826;transition-duration:0.8s;border:5px solid #fdc826}
.ul-1 li a:hover,.ul-1 li a:hover span{ color:#fff;transition-duration:0.8s;}
.ul-1 li a:hover span{ transition-duration:0.8s;}
.ul-1 li:last-child{ margin-right:0;}
.no-fir li:first-child{width:48% !important;}

.ul-2{padding: 0.1rem;width: 1250px !important;}
.ul-2 li{float: left;width: 48%;margin-left: 1%;}
.ul-2 li span{font-size: .5rem;color: #fff;display: inline-block;text-align: center;width: 100%;}

a.more1{display: block;width: 60%;height: 1.3rem;background: #e65b08;color: #fff;font-size: .5rem;text-align: center;line-height: 1.3rem;border-radius: 10px;margin-top: 20%;}
a.a-gh{display: block;width: 60%;height: 1.3rem;background: #ef3739;color: #fff;font-size: .5rem;text-align: center;line-height: 1.3rem;border-radius: 10px;margin-top: 4%;}

.nbom{ position:fixed; bottom:0; height:94px; width:100%; left:0; z-index:100000000000;}
.nbom .w1{ position:relative;background:#505050; height:94px;}
.nbom .ahome{ display:block; width:14.4%; height:118px; position:absolute; top:-30px; left:42.8%;}
.nbom .ahome img{ width:100%;}
.nbom .nav-bom{ height:94px;}
.nbom .nav-bom li{height:94px;float:left; width:20%;}
.nbom .nav-bom li.li-1{}
.nbom .nav-bom li a{ color:#fff; font-size:18px;line-height:23px; text-align:center; position:relative; padding:0; height:94px; display:block;}
.nbom .nav-bom li i{ display:block; width:29.33%; margin:12px auto 0;}
.nbom .nav-bom li i img{ width:100%;}
.nbom .nav-bom li a:hover{ color:#fff;transition-duration:0.6s; text-decoration:none;}
.nbom .nav-bom li.none{}

@media (max-width: 414px) {
.nbom{ height:65px;}
.nbom .ahome{ top:-25px; width:17.4%;left:41.8%;}
.nbom .nav-bom li a{ font-size:16px; line-height:18px;}
.nbom .ahome{ top:-20px}

}

@media (max-width: 375px) {
.nbom{ height:50px;}
.nbom .nav-bom li i{ margin-top:5px;}
.nbom .nav-bom li a{ font-size:14px; line-height:19px;}

}

@media (max-width: 320px) {
.nbom .ahome{ top:-15px}
}

.about{ padding:0.875rem 0rem 0.65rem;background: #fff;}
.aboutp{ float:left; width:43%;}
.about img{ max-width:100%}
.aboutp1{ float:right; width:51%;}
.aboutp1 p{ font-size:.6rem; color:white; padding-top:.2rem; line-height:1rem}


.title-2{  height:1.8rem; line-height:1.9rem;width: 100%;background: url(../images/bg_tit2.jpg) no-repeat bottom; background-size:96%;}
.title-2 span{ float:left; color:#0075c2; font-size:.7rem; padding-left:.7rem;font-weight: bold;}
.title-2 span+em{font-style: normal;font-size:.6rem;color: #3e3a39;font-weight: bold;padding-left: .2rem;}

.title-3{ height:1.8rem; line-height:1.9rem;width: 100%; border-bottom: 1px dashed #ffffff;}
.title-3 span{ float:left; color:#fff; font-size:.7rem; padding-left:.7rem;font-weight: bold;}
.title-3 span+em{font-style: normal;font-size:.6rem;color: #fff;font-weight: bold;padding-left: .2rem;}

a.more{background: url(../images/bg_more.jpg) no-repeat center;display: block;width: 100%;text-align: center;color: #4d4d4d;font-size: .6rem;height: .6rem;margin-top: .5rem;}

.news{}
.ul-news{ margin:0; list-style:none; background-color:white; padding:.5rem .5rem 1rem }
.ul-news li{line-height:40px;overflow:hidden;  margin:0; background: #fff;}
.fl{float: left;}
.fr{float: right;}
.ul-news li .fl{width: 30%; border-right: 1px solid #dbdbdb;}
.ul-news li .fl p{text-align: center;font-size: 1.25rem;font-weight: bold;color: #363434;}
.ul-news li .fl span{color: #393838;font-size: .6rem;}
.ul-news li .fr{width: 65%;}
.ul-news li .fr a{color: #1f1f1f;font-size: .7rem;font-weight: bold;}
.ul-news li .fr p{color: #706f6f;font-size: .5rem;}
.ul-news li span{ color:#635f5f; line-height:40px; font-size:14px; float:right;}
.ul-news li a{color:#635f5f;font-family:"微软雅黑"; font-size:.6rem; line-height:40px; padding:0; float:left;}
.ul-news li a:hover{ color:#f11212;}
.ul-news li p{ margin:0;   clear:both; overflow:hidden; zoom:1;}
.ul-news li:hover {background: #0089cc; transition-duration:0.6s;}
.ul-news li:hover{transition-duration:0.6s;}
.ul-news li:hover a{ color:#fff;}
.ul-news li:hover  p{color: #fff;}
.ul-news li:hover span{color: #fff;}
.clear{ clear:both; overflow:hidden; zoom:1; float:none;}


.nav1{ position:absolute; bottom:0; left:0; background-color:#267bce; width:100%;}
.nav1 ul{margin:0 auto;list-style:none;display:block; padding:0;}
.nav1 ul li{ float:left;font-family:"微软雅黑"; background:#3770db; width:25%; }
.nav1 ul li a{ color:white; font-size:14px;line-height:1.4rem;display:block; text-align:center; border-bottom:1px solid #b3b3b3; border-right:1px solid #b3b3b3; border-left: 1px solid #b3b3b3;}
.nav1 ul li a:hover,.nav ul li.on a{ background:#de751a;display:block; color:#fff;}

@media (max-width: 320px) {
.nav1{ position:absolute; bottom:0; left:0; background-color:#267bce; width:100%;}
.nav1 ul{margin:0 auto;list-style:none;display:block; padding:0;}
.nav1 ul li{ float:left;font-family:"微软雅黑"; background:#3770db; width:25%; }
.nav1 ul li a{ color:white; font-size:12px;line-height:1.4rem;display:block; text-align:center; border-bottom:1px solid #b3b3b3; border-right:1px solid #b3b3b3; border-left: 1px solid #b3b3b3;}
.nav1 ul li a:hover,.nav ul li.on a{ background:#de751a;display:block; color:#fff;}

}

/* Basic */
.index_ {padding:.4rem 0 .4rem;}
.index_ .article{text-align: center;padding-bottom: 0}
.index_ .T{padding: 0.6rem}
.index_ .T h2{font-weight:normal;font-size: 1.5rem;}
.index_ .T h2 strong{font-weight:normal;border-bottom: 2px solid #5fbe36;padding-bottom: 6px;}
.index_ .T h3{font-weight:normal;font-size: 1rem;}
.index_ .T img{display:block;}
.index_ .C{margin: 5px 0;font-size: 0.7rem;line-height:1.7;overflow: hidden;}

/* 轮播 */
.banScroll{ position:relative; overflow:hidden; font-size: 0.65rem; margin:0 auto;max-width:768px;height:220px;/* 设置焦点图最大宽度，最大兼容到IPAD*/ }
.banScroll .hd{ position:absolute; height:28px; line-height:28px; bottom:0; right:0; z-index:1; }
.banScroll .hd li{ display:inline-block; width:5px; height:5px; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; background:#333; text-indent:-9999px; overflow:hidden; margin:0 6px;   }
.banScroll .hd li.on{ background:#fff;}
.banScroll .bd{
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.banScroll .bd ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.banScroll .bd li {
  position:relative;
  text-align:center;
  width: 100%;
  height: 100%;
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex!important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.banScroll .bd li img {
  background:url(../img/base/loading.gif) center center no-repeat;
  vertical-align:top;
  width:100%; /* 图片宽度100%，达到自适应效果*/
}
.banScroll .bd li a {
  -webkit-tap-highlight-color:rgba(0,0,0,0); /* 去掉链接触摸高亮*/
}
.banScroll .bd li .tit {
  display:block;
  width:100%;
  position:absolute;
  bottom:0;
  text-indent:10px;
  height:28px;
  line-height:28px;
  background:rgba(0,0,0,.6);
  color:#fff;
  text-align:left;
}
.banimg{visibility: hidden;width: 100%}
/*简洁样式*/
.banScroll.notit .bd li .tit{display: none;}
.banScroll.notit .hd{left: 0;text-align: center;}
.ny_banner{ width: 100%; height:150px; background:url(../img/ny_banner.jpg) no-repeat top; background-size: contain;}

/*css badoo style pagination*/

div.badoo {
	padding-right: 0px; padding-left: 0px; font-size: 13px; padding-bottom: 10px; color: #666; padding-top: 10px; font-family: arial, helvetica, sans-serif; text-align: center; clear:both
}
div.badoo a {
	border-right: #f0f0f0 1px solid; padding-right: 5px; border-top: #f0f0f0 1px solid; padding-left: 5px; padding-bottom: 2px; margin: 0px 1px; border-left: #f0f0f0 1px solid; color: #666; padding-top: 1px; border-bottom: #f0f0f0 1px solid; text-decoration: none
}
div.badoo a:hover {
	border-right: #ff5a00 1px solid; border-top: #ff5a00 1px solid; border-left: #ff5a00 1px solid; color: #666; border-bottom: #ff5a00 1px solid
}
div.badoo a:active {
	border-right: #ff5a00 1px solid; border-top: #ff5a00 1px solid; border-left: #ff5a00 1px solid; color: #666; border-bottom: #ff5a00 1px solid
}
div.badoo span.current {
	border-right: #ff5a00 1px solid; padding-right: 5px; border-top: #ff5a00 1px solid; padding-left: 5px;  padding-bottom: 1px; border-left: #ff5a00 1px solid; color: #fff; padding-top: 1px; border-bottom: #ff5a00 1px solid; background-color: #ff6c16
}
div.badoo span.disabled {
	display: none
}

/* ==========================================================================
   首页：站点功能模块
   ========================================================================== */

  /*功能导航*/
  .section_block{background:#fff;}
  .section_block .index_{padding-top:.8rem;}

  /* ICON盒子 */
  .icon-box{text-align: center;padding-bottom: 12px;}
  .icon-box .icon{display: inline-block; width: 60px; height: 60px;line-height:181px;font-size:20px;color:#fff;font-weight:bold;position: relative; margin-bottom: 0px;background-color: #f1a640;border-radius: 50%}
  .icon-box .icon a{display: block;width: 100%;height: 100%;margin: 0 auto;}
  .icon-box .icon img{transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
  .icon-box .icon a:hover img{transform:rotate(360deg);-moz-transform:rotate(360deg);-ms-transform:rotate(360deg);-o-transform:rotate(360deg);-webkit-transform:rotate(360deg);}
  .icon-box h3{font-size: .75rem;font-weight: normal;height: 1.2rem}
  .icon-box p{font-size: .6rem;padding: .3rem 0;height: 4.2rem}
  .icon-box .icon.icon1{background-position:5px 2px;background-color: #f1a640}
  .icon-box .icon.icon2{background-position:-57px 2px;background-color: #63ca79}
  .icon-box .icon.icon3{background-position:-117px 5px;background-color: #559fde}
  .icon-box .icon.icon4{background-position:-174px 6px;background-color: #e9628a}
  .icon-box .icon.icon5{background-position:8px -56px;background-color: #bdc860}
  .icon-box .icon.icon6{background-position:-57px -56px;background-color: #e27475}
  .icon-box .icon.icon7{background-position:-118px -56px;background-color: #e462ba}
  .icon-box .icon.icon8{background-position:-174px -56px;background-color: #5ac4d2}


  /*投资回报*/
  .section_rewards{overflow:hidden;background:#272727;text-align:center}
  .section_rewards .T{color:#ffde00}
  .section_rewards .table{margin-bottom:0}
  .section_rewards .note{padding:10px 0 10px 20px;color:#fff;text-align:left;font-size:.6rem}
  .section_rewards .block2 .table-striped>tbody>tr:nth-child(2n+1)>td:nth-child(2n+1){background-color:#272727}
  .section_rewards .block2 .table-striped>tbody>tr:nth-child(2n)>td:nth-child(2n+1){background-color:#272727}
  .section_rewards .block2 .table-striped>tbody>tr:nth-child(2n+1)>td:nth-child(2n){background-color:#da251e}
  .section_rewards .block2 .table-striped>tbody>tr:nth-child(2n)>td:nth-child(2n){background-color:#c1201a}
  .section_rewards .tel{display:block;margin:0 auto;margin-top:10px;margin-bottom:20px;padding:8px 20px;width:10rem;border-radius:20px;background:#f8ab0d;color:#b5251e;font-weight:700}
  .section_rewards .tel .img-icon{background-position:-179px -49px;background-size:1000%}

  /*技术支持*/
  .section_support{overflow:hidden;margin-bottom:15px;background:#fff;text-align:center}
  .section_support .index_{padding-top:.8rem;padding-bottom: .8rem}
  .section_support .support_one{overflow:hidden;background:#c3251e}
  .section_support .icon-box .icon{border:1px solid #c1211b;background-color:#fff}
  .section_support .icon-box .icon.icon1{background-position:6px -118px;}
  .section_support .icon-box .icon.icon2{background-position:-55px -118px}
  .section_support .icon-box .icon.icon3{background-position:-115px -118px}
  .section_support .icon-box .icon.icon4{background-position:-175px -118px}
  .section_support .icon-box .icon.icon5{background-position:-241px -118px}
  .section_support .icon-box .icon.icon6{background-position:-301px -118px}

  /*加盟门店*/
  .section_shop{margin-bottom:15px;background-color:#fff}
  .section_shop .T h3{float:left;color:#b5251e}
  .section_shop .T a{float:right;font-size:.7rem;line-height:2}
  .section_shop .article{text-align:left}
  .media-box{display:block;padding-bottom:15px;width:100%;background:#fff;text-align:center}
  .media-box .icon{display:inline-block;overflow:hidden;width:100%;background:#fff}
.icon1{ display:block;padding-bottom:15px;width:100%;background:none !important;text-align:center}
.icon1 h3{ text-align: center;; font-size: 16px; color: #FFFFFF; line-height: 40px;}
@media (max-width: 320px) {

.icon1 h3{ text-align: center;; font-size: 14px; color: #FFFFFF; line-height: 40px;}

}
  .media-box .icon img{-webkit-transition-duration:1s;-moz-transition-duration:1s;transition-duration:1s;-ms-transition-duration:1s}
  .media-box h3{padding:5px 5px;font-size:.75rem}
  .media-box p{padding:0 10px;font-size:.6rem}

  /*产品展示*/
  .section_prod{margin-bottom:15px;background-color:#fff}
  .section_prod .T h3{float:left;color:#b5251e}
  .section_prod .T a{float:right;font-size:.7rem;line-height:2}
  .section_prod .article{text-align:left}
  .section_prod .media-box{position:relative;margin-bottom:10px;padding-bottom:0;height:115px}
  .section_prod .media-box3{height:240px}
  .section_prod .media-box3 .icon{height:240px}
  .section_prod .media-box h3{position:absolute;right:0;bottom:0;left:0;background:rgba(0,0,0,.6);color:#fff;font-size:.65rem}
  .section_prod .media-box .icon img{height:100%;max-width:inherit}

  /*新闻动态*/
  .section_news{margin-bottom:15px;background-color:#fff}
  .section_news .T h3{float:left;color:#b5251e}
  .section_news .T a{float:right;font-size:.7rem;line-height:2}
  .section_news .article{text-align:left}
  .news-box{position: relative;color: #828282;border-bottom: 1px solid #ddd;font-size: 0.6rem;transition: all .2s ease;}
  .news-box .news-time .date{line-height: 22px; border-top: 3px solid; padding-top: 14px; margin-top: 6px;text-align: center;}
  .news-box .news-time .date i{font-size: 38px;font-weight: bold;display: block;line-height: 1;}
  .news-box .news-time .item{display: none;}
  .news-box .news-cont h3{font-size: 0.65rem;font-weight: normal}
  .news-box .news-cont h3 a{display:block;padding: 7px 0}
  .news-box .news-cont .more{color: #761d1e; font-weight: bold;}
  .news-box .news-cont .p{font-size: 0.6rem}
  .news-box .news-media{height: 110px}
  .news-box .news-media img{height: 100%}
  .news-box.on {background: #ccc;}
  .news-box.on a {}
  .news-box.on a:hover {color:#761d1e}

  /*企业简介*/
  .section_about{margin-bottom:15px;background-color:#fff}
  .section_about .T h3{float:left;color:#b5251e}
  .section_about .T a{float:right;font-size:.7rem;line-height:2}
  .section_about .article{text-align:left}

  .title-1,.block-1{text-align: center;}


  .youshi{background-color: #fff;padding: 0 2%;}
  @media (max-width: 320px) {

.youshi{background-color: #fff;padding: 0 2%;}
}
 .youshi ul{margin: 4rem .2rem;}
  .youshi ul li{margin-bottom: .2rem;clear: both;overflow: hidden;margin-left: 1rem;}
  .youshi ul li:first-child{margin-top: .7rem;}
  .youshi ul li .num{float: left;width: 1.6rem;height: 1.6rem; margin-top: .2rem;background-color: #267ace;}
  .youshi ul li .num p{font-size: .9rem;line-height: 1.6rem;font-size: bold;color: #fff;}
  .youshi ul li .txt{float: right;width: 82%;}
  .youshi ul li .txt p{padding: 0 .2rem;text-align: left!important;}
  .youshi ul li .txt .p1{font-size: .6rem;line-height: 1.2rem;color: #fff;font-weight: bold; border-bottom:1px solid #66b3de;}
  .youshi ul li .txt .p1 span{color: #ff9100;}
  .youshi ul li .txt .p2{font-size: .4rem;line-height: 1rem;color: #fff;text-transform: uppercase;}
  .youshi ul li .txt .p3{font-size: .5rem;color: #fff;margin-top: .2rem;}



/* ==========================================================================
   内页：站点功能模块
   ========================================================================== */
  /*
   * 通用标题
   */
  .section_inner .article{text-align:left;}
  .section_inner .T{padding: 0.3rem 0;border-bottom: 1px solid #d5d5d5;}
  .section_inner .T h3{float:left;color:#b5251e}
  .section_inner .T a{font-size:.7rem;line-height:2}

  /*单页内容区重定义*/
  .singleTxt *{font-size:.7rem!important;line-height:2!important;font-family: 'Microsoft YaHei'!important}
  
  /*
   * 切换
   */
  .article .T.tab{padding-left: 0;padding-right: 0;}
  .article .T.tab a{background: #fff;padding: 4px;font-size: 0.6rem;text-align: center;margin-bottom: 5px}
  .article .T.tab a.on{background: #de751a;color: #fff}

  /**/
  .section_npic .media-box{margin-bottom: 15px;padding-bottom: 0}
  .section_npic .media-box .icon img {height:160px;  max-width: 100%; width: auto;}

  /*
   * 新闻列表
   */
  .section_nnews .news-box{padding: .5rem 0;}
  .m-component-more {
      font-family: 'microsoft yahei';
      padding-bottom: 10px;
      color: #323232;
      font-size: 16px;
      line-height: 24px;
      text-align:center;
  }
  .m-component-more a{
      display: inline-block;
      padding: 6px 12px;
      text-align: center;
      vertical-align: middle;
      -ms-touch-action: manipulation;
      touch-action: manipulation;
      cursor: pointer;
      -webkit-user-select: none;
      -moz-user-select: none;
      -ms-user-select: none;
      user-select: none;
      color: #fff;
      background-color: #008bfe;
      border-color: #008bfe;
      border-radius: 4px;
      font-size: 14px;
  }
  /*
   * 新闻详细
   */
  .section_ndetail{background: #fff}
   /*小菜单*/
  .PageMenuList{height: 46px;width: 100%;background: #f2f2f2;border-bottom: 1px solid #ebebeb;}
  .PageMenuList .wrap{height: 47px; position:relative;}
  .PageMenuList ul{position: absolute; left: 0px; top: 0px;}
  .PageMenuList ul li{float: left; height: 45px; padding: 0 17px; line-height: 45px; margin: 1px;}
  .PageMenuList ul li.hover{border: 1px solid #ebebeb; border-bottom: 1px solid #fff; background: #fff; font-weight: bold;}
  .PageMenuList ul li a{font-size: 14px; color: #454545;}
  .PageMenuList ul li.hover a, .PageMenuList ul li a:hover{color: #00aa3a;}

  /*面包屑*/
  .PageCrumbList{width: 100%;}
  .PageCrumbList .wrap{height: 46px;line-height: 46px; position:relative;border-bottom: 1px solid #ebebeb;}
  .PageCrumbList ul{position: absolute; left: 0px; top: 0px;}
  .PageCrumbList ul li{float: left; height: 45px; padding: 0 3px; line-height: 45px; margin: 1px;}
  .PageCrumbList ul li.hover{border: 1px solid #ebebeb; border-bottom: 1px solid #fff; background: #fff; font-weight: bold;}
  .PageCrumbList ul li a{font-size: 14px; color: #454545;}
  .PageCrumbList ul li.hover a, .PageCrumbList ul li a:hover{color: #00aa3a;}
  .PageCrumbList a{
    font-size: 14px;
    color: #454545;
    padding: 10px 3px;
    line-height: 45px;
    margin: 1px;
}
  /*正文*/
  .newsDetail{padding-bottom: 3em}
  .newsTit{width:100%;border-bottom:1px solid #eee;text-align:center;padding-bottom:24px}
  .newsTit h1{font-size:32px;color:#000;padding:30px 0 30px;font-weight: normal;line-height: 1.3}
  .newsTit p{font-size:14px;color:#454545}
  .newsTit p span{padding:0 20px}
  .newsTit p span .icon_js_c{background:url(../img/base/icon_news_detail.gif) no-repeat;display:inline-block;width:20px;height:20px;text-align:center;line-height:20px;overflow:hidden;font-size:14px;vertical-align:middle;margin-left:4px}
  .newsTit p span .icon_js_c_hover{background:url(../img/base/icon_news_detail.gif) -20px 0 no-repeat}
  .newsThumb{text-align: center;}
  .newsThumb img{max-width: 90%}
  /*内容*/
  .newsContent{font-size:14px;line-height:30px;padding:40px 0px 40px;margin-bottom: 16px;}
  .newsContent p{font-size:14px;margin:1.12em 0;line-height:30px}
  .newsContent h1,.newsContent h2,.newsContent h3,.newsContent h4,.newsContent h5,.newsContent h6{line-height: 150%}
  .newsContent h1{font-size:32px;font-weight:bold;margin:.67em 0}
  .newsContent h2{font-size:24px;font-weight:bold;margin:.75em 0}
  .newsContent h3{font-size:18px;font-weight:bold;margin:.83em 0}
  .newsContent h4{font-size:16px;font-weight:bold;margin:1.12em 0}
  .newsContent h5{font-size:14px;font-weight:bold;margin:1.5em 0}
  .newsContent h6{font-size:12px;font-weight:bold;margin:1.67em 0}
  .newsContent ul li{list-style:inherit}
  .newsContent .n_top{margin-top:0}

  .content_bak{font-size:14px;line-height:30px;padding:40px 60px;background-color: #F4F4F4;margin-bottom: 16px;}
  .content_bak p{font-size:14px;margin:1.12em 0;line-height:30px}
  .content_bak h1,.content_bak h2,.content_bak h3,.content_bak h4,.content_bak h5,.content_bak h6{line-height: 150%}
  .content_bak h1{font-size:32px;font-weight:bold;margin:.67em 0}
  .content_bak h2{font-size:24px;font-weight:bold;margin:.75em 0}
  .content_bak h3{font-size:18px;font-weight:bold;margin:.83em 0}
  .content_bak h4{font-size:16px;font-weight:bold;margin:1.12em 0}
  .content_bak h5{font-size:14px;font-weight:bold;margin:1.5em 0}
  .content_bak h6{font-size:12px;font-weight:bold;margin:1.67em 0}
  .content_bak ul li{list-style:inherit}
  .content_bak .n_top{margin-top:0}
  /*点赞*/
  .newsPj{width:100%;text-align:center;padding-bottom:24px}
  .newsPj a.good,.newsPj a.bad{float:none}
  a.good,a.bad{font-size: 14px; float: right; color: #999;cursor: pointer}
  a.bad{padding-left: 18px}
  a.good span,a.bad span{background: url(../img/base/icon_news_detail.gif) no-repeat; width: 24px; display: inline-block; vertical-align: text-bottom; height: 31px; margin-right: 7px; cursor: pointer;}
  .newsPj a.bad span{background-position:0 -51px}
  .newsPj a.good span{background-position:0 -20px}
  .newsPj a.bad:hover span{background-position:-24px -51px}
  .newsPj a.good:hover span{background-position:-24px -20px}
  /*分享*/
  .newsbshare{text-align:center;font-size:14px}
  .newsDetailCur{width:100%;position:relative;padding:22px 0 16px}
  .newsDetailCur li{width:49.9%;float:left;font-size:14px;position:relative;z-index:1111;overflow: hidden;}
  .newsDetailCur li a{padding:5px 0 5px;}
  .newsDetailCur li.r{float:right;text-align:right}
  /*手机查看*/
  .check_moblie{ display:inline-block; width:98px; height:30px; vertical-align:middle; background:#f2f2f2; border:1px solid #e5e5e5; line-height:30px; color:#999; text-indent:9px; text-align:left; position:relative; cursor:pointer; margin-left:20px;}
  .check_moblie .isj{background:#888888; width:0px; height:0px; overflow:hidden; margin-bottom:5px; border-top:5px solid #888888; border-right:5px solid #f2f2f2;border-left:5px solid #f2f2f2; display:block; position:absolute; right:8px; top:14px;}
  .check_moblie .isj_hover{ border-top:none; border-bottom:5px solid #888888;}
  .mobile_qrview{ width:100%; min-width:100%; display:none;}
  .mobile_qrview .in{ border:1px solid #e5e5e5; position:relative; padding:20px 29px; min-height:130px; _height:130px; margin-top:22px;}
  .mobile_qrview h1{ font-size:30px; color:#000; padding-bottom:10px;}
  .mobile_qrview p{ line-height:24px; font-size:14px; color:#999}
  .mobile_qrview img{float:right}
  .mobile_qrview .clmoblie{ width:12px; height:12px; display:block; overflow:hidden; position:absolute; right:10px; top:10px; background:url(../images/icon_close_moblie.gif)}

  /*
   * 联系我们
   */
  .usinfo{padding: 10px 0}
  .usinfo .usinfo_title{line-height: 54px; margin-bottom: 20px; font-size: 30px;}
  .usinfo .info{font-size: 14px; color: #444; line-height: 30px;}
  .m-form .btn{width: 100%;border-radius: 0;padding:11px 12px;border:1px solid #812021}
  .m-form .btn { transition-duration: .5s;-ms-transition-duration: .5s;-moz-transition-duration: .5s;-webkit-transition-duration: .5s;}
  .m-form .btn-default:focus,
  .m-form .btn-default.focus{color: #fff; background-color: #812021; border-color: #8c8c8c;}
  .m-form .btn-default:hover{color: #fff; background-color: #812021; border-color: #adadad;}
  #map{border:1px solid #000;margin-top:40px}


 .pc-slide {
  width: 100%;
  margin: 0 auto;
}

.view .swiper-container {
  width: 100%;
  height: 250px;
}

.view .arrow-left {
  background: url(../img/index_tab_l.png) no-repeat left top;
  position: absolute;
  left:0px;
  top: 50%;
  margin-top: -25px;
  width: 28px;
  height: 51px;
  z-index: 10;
}

.view .arrow-right {
  background: url(../img/index_tab_r.png) no-repeat left bottom;
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -25px;
  width: 28px;
  height: 51px;
  z-index: 10;
}

.preview {
  width: 100%;
  margin-top: 10px;
  position: relative;
}

.preview .swiper-container {
  width: 82%;
  height: 82px;
  margin-left: 35px;
}

.preview .swiper-slide {
  width: 87px;
  height: 82px;
}
.preview .swiper-slide img{
	height: 82px; width: 87px;
}
.zoom-pic{ text-align: center; }
.zoom-pic img{ max-height: 100%; max-width: 100%; }

.preview .slide6 {
  width: 82px;
}

.preview .arrow-left {
  background: url(../img/feel3.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}

.preview .arrow-right {
  background: url(../img/feel4.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -9px;
  width: 9px;
  height: 18px;
  z-index: 10;
}

.preview img {
  padding: 1px;
  
}

.preview .active-nav img {
  padding: 0;
  border: 1px solid #f5b92e;
}