/*
@Author: Yan Peihong
@Create Time: 2016-08-16  11:57
*/
#newBridge{ display: none !important;}
.container {
  padding: 0 0.5rem;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.oh {
  overflow: hidden;
}
.ele {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.mainColor {
  color: #268ed8;
}
.bg_gray {
  background-color: #F1F1F1;
}
.bg_white {
  background-color: #FFFFFF;
}
.icon {
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
}
.noborder {
  border: 0 !important;
}
.border_bt {
  border-bottom: 1px solid #E0E0E0;
}
.text-left {
  text-align: left !important;
}
.text-center {
  text-align: center !important;
}
.text-right {
  text-align: right !important;
}
.header {
  position: relative;
  padding: 0.3rem 0;
  line-height: 1.35rem;
  border-bottom: 1px solid #E0E0E0;
  background: #FFFFFF;
}
.header .logo img {
  height: 1.35rem;
}
.header .back_icon {
  float: left;
  width: 0.925rem;
  height: 0.7rem;
  margin-top: 0.325rem;
  background: url("/resources/m/new0816/image/iconfont-fanhuijian@2x.png") no-repeat center;
  background-size: contain;
}
.header .navigation_title {
  margin: 0 1rem;
  text-align: center;
  font-size: 0.75rem;
}
.header .menu_icon {
  float: right;
  width: 0.925rem;
  height: 0.7rem;
  margin-top: 0.325rem;
  background: url("/resources/m/new0816/image/iconfont-menu@2x.png") no-repeat center;
  background-size: contain;
  -webkit-transition: all 0.2s ease-in;
  -moz-transition: all 0.2s ease-in;
  -ms-transition: all 0.2s ease-in;
  -o-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
}
.header .menu_close {
  background-image: url("/resources/m/new0816/image/iconfont-cuo@2x.png");
}
.header .menu {
  display: none;
  position: absolute;
  top: 1.95rem;
  z-index: 1001;
  width: 100%;
  background: #FFFFFF;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.1);
}
.header .menu li a {
  display: block;
  padding: 0.6rem;
  border-top: 1px solid #E0E0E0;
  font-size: 0.75rem;
  color: #383838;
  line-height: 1rem;
  overflow: hidden;
}
.header .menu li a .arrow {
  float: right;
  width: 0.25rem;
  height: 1rem;
  background: url("/resources/m/new0816/image/iconfont-xiangyou@2x.png") no-repeat center;
  background-size: contain;
}
.header .menu li a:hover {
  color: #268ed8;
}
.footer {
  margin: 1rem 0 2rem;
  background: #F1F1F1;
  padding: 0.5rem 0;
  font-size: 0.55rem;
  color: #383838;
}
.footer .copyright {
  margin-top: 0.25rem;
  color: #999999;
}
.footer_nav {
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 1001;
  background: #FFFFFF;
  height: 2rem;
  border-top: 1px solid #E0E0E0;
  overflow: hidden;
}
.footer_nav li {
  float: left;
  width: 20%;
  height: 2rem;
  text-align: center;
}
.footer_nav li .icon {
  display: block;
  width: 0.65rem;
  height: 0.65rem;
  margin: 0.3rem auto 0.25rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer_nav li .icon-shouye {
  background-image: url("/resources/m/new0816/image/iconfont-shouye@2x_11.png");
}
.footer_nav li .icon-chanpin {
  background-image: url("/resources/m/new0816/image/iconfont-tyfa@2x.png");
}
.footer_nav li .icon-anli {
  background-image: url("/resources/m/new0816/image/iconfont-anli@2x.png");
}
.footer_nav li .icon-zx {
  background-image: url("/resources/m/new0816/image/zixun@2x.png");
}
.footer_nav li span {
  display: block;
  font-size: 0.5rem;
  color: #383838;
}
.footer_nav li.on .icon-shouye {
  background-image: url("/resources/m/new0816/image/iconfont-shouye@2x.png");
}
.footer_nav li.on span {
  color: #268ed8;
}
.footer_nav .online_zx {
  width: 40%;
  line-height: 2rem;
  background: #268ed8;
}
.footer_nav .online_zx a {
  color: #FFFFFF;
}
.footer_nav .online_zx img {
  width: 0.75rem;
  height: 0.75rem;
  margin-right: 5px;
}
/*----------home----------*/
.banner {
  position: relative;
  width: 100%;
  height: 8rem;
  overflow: hidden;
}
.banner img {
  width: 100%;
  height: 100%;
}
.banner .swiper-wrapper {
  width: 100%;
  height: 8rem;
}
.banner .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  border: 1px solid #268ed8;
  opacity: 1;
  border-color: #c0cfdd;
  background-color: #c0cfdd;
}
.banner .swiper-pagination-bullet-active {
  background-color: #268ed8;
  border-color: #268ed8;
}
.dividerBar {
  width: 100%;
  height: 0.45rem;
  background: #F1F1F1;
}
.more {
  height: 1.65rem;
  line-height: 1.65rem;
  text-align: center;
  background: #FAFAFA;
}
.more a {
  display: block;
  color: #268ed8;
}
.more a img {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 0.25rem;
  width: 0.25rem;
  height: 0.45rem;
}
.product_list li {
  border-bottom: 1px solid #E0E0E0;
}
.product_list li a {
  display: block;
  width: 100%;
  padding: 0.9rem 0.875rem;
  overflow: hidden;
}
.product_list li a .pro_img {
  float: left;
  margin: 0 0.375rem 0 0;
}
.product_list li a .pro_img img {
  width: 2.3rem;
  height: 2.3rem;
}
.product_list li a .name {
  font-size: 0.85rem;
  color: #383838;
  line-height: 1.3rem;
}
.product_list li a p {
  margin-top: 0.2rem;
  font-size: 0.6rem;
  color: #787878;
}
.index_sec02 {
  padding: 0.45rem 0;
}
.index_sec02 .swiper2 .swiper-slide {
  float: left;
  margin-right: 0.45rem;
  width: 13.25rem;
}
.index_sec02 .swiper2 img {
  width: 13.25rem;
  height: 6.9rem;
}
.pTitle {
  text-align: center;
  font-size: 0.85rem;
  color: #161616;
  line-height: 1.6rem;
  font-weight: 400;
  padding: 0.7rem 0 0.7rem;
}
.strength_list li {
  float: left;
  width: 50%;
  margin-bottom: 0.8rem;
  text-align: center;
}
.strength_list li .con {
  width: 5.2rem;
  height: 5.2rem;
  margin: 0 auto;
  background: url("/resources/m/new0816/image/circle@2x.png") no-repeat center center;
  background-size: contain;
  overflow: hidden;
}
.strength_list li .con span {
  display: block;
  width: 100%;
  height: 2rem;
  margin-top: 1rem;
}
.strength_list li .con span img {
  width: 3.95rem;
  height: 2rem;
}
.strength_list li .con strong {
  font-weight: 400;
  font-size: 0.6rem;
  line-height: 1.6rem;
  color: #268ed8;
  overflow: hidden;
}
.strength_list li p {
  margin-top: 0.65rem;
  font-size: 0.6rem;
  line-height: 1rem;
  height: 2rem;
  overflow: hidden;
}
.kehu_case_list {
  overflow: hidden;
  margin-bottom: 0.6rem;
  border-top: 1px solid #E0E0E0;
  border-left: 1px solid #E0E0E0;
}
.kehu_case_list li {
  float: left;
  width: 4.98rem;
  height: 3rem;
  border-right: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0;
}
.kehu_case_list li img {
  width: 100%;
  height: 100%;
}
.index_news_list {
  margin: 0.5rem 0;
}
.index_news_list li {
  overflow: hidden;
}
.index_news_list li a {
  position: relative;
  line-height: 1.5rem;
  display: block;
  padding-right: 20%;
  font-size: 0.6rem;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.index_news_list li a span {
  text-align: right;
  position: absolute;
  right: 0;
  width: 20%;
  color: #999999;
}
.index_news_list li a:hover {
  color: #268ed8;
}
.index_about ul {
  margin: 1rem 0;
  background: url(/resources/m/new0816/image/line.png) repeat-y left 0.95rem top;
}
.index_about ul li {
  padding: 0.4rem 0 0.2rem;
  overflow: hidden;
}
.index_about ul li span {
  width: 1rem;
  height: 1rem;
  float: left;
  margin: 0 0.45rem 0;
}
.index_about ul li span img {
  width: 100%;
  height: 100%;
}
.index_about ul li p {
  overflow: hidden;
  font-size: 0.6rem;
  color: #161616;
  line-height: 0.95rem;
}
.sub_banner img {
  width: 100%;
  height: auto;
}
.product_program_list li {
  float: left;
  width: 50%;
  padding: 0.25rem;
  text-align: center;
  border-top: 1px solid #E0E0E0;
  border-right: 1px solid #E0E0E0;
}
.product_program_list li a {
  display: block;
}
.product_program_list li a img {
  margin: 0.75rem 0 0.5rem;
  width: 1.5rem;
  height: 1.3rem;
}
.product_program_list li a strong {
  display: block;
  font-weight: 400;
  margin-bottom: 0.5rem;
  font-size: 0.6rem;
  color: #161616;
}
.dingzhi_list {
  border-top: 1px solid #E0E0E0;
}
.dingzhi_list li {
  padding: 1.125rem 0.8rem;
  border-bottom: 1px solid #E0E0E0;
}
.dingzhi_list li img {
  float: left;
  width: 2.05rem;
  height: 1.8rem;
  margin-right: 0.8rem;
}
.dingzhi_list li .name {
  font-size: 0.85rem;
  color: #161616;
}
.dingzhi_list li p {
  font-size: 0.6rem;
  color: #787878;
}
/*news*/
.news_category {
  background: #f5f5f5;
  height: 1.7rem;
  border-bottom: 1px solid #E0E0E0;
}
.news_category li {
  position: relative;
  float: left;
  height: 1.7rem;
  line-height: 1.7rem;
  width: 33.333%;
  text-align: center;
}
.news_category li a {
  color: #161616;
  font-size: 0.6rem;
}
.news_category li:after {
  content: "|";
  color: #CCCCCC;
  position: absolute;
  right: 0;
}
.news_category li:last-child:after {
  content: "";
}
.news_category .on {
  border-bottom: 2px solid #268ed8;
}
.news_category .on a {
  color: #268ed8;
}
.news_list li {
  padding: 0 0.8rem;
  border-bottom: 1px solid #E0E0E0;
}
.news_list li a {
  line-height: 1.95rem;
}
.pagination {
  width: 100%;
  text-align: center;
  margin: 0.8rem 0;
  overflow: hidden;
}
.pagination a {
  display: inline-block;
  width: 4.7rem;
  height: 1.25rem;
  margin: 0 0.85rem;
  line-height: 1.25rem;
  border: 1px solid #E0E0E0;
  background: #FFFFFF;
  font-size: 0.5rem;
}
.pagination a.disabled {
  background: #F5F5F5;
}
.article_hd h2 {
  text-align: center;
  font-size: 0.65rem;
  line-height: 0.9rem;
  padding: 0.5rem;
}
.article_hd p {
  font-size: 0.5rem;
  color: #999999;
  text-align: center;
  padding-bottom: 0.25rem;
  border-bottom: 1px solid #E0E0E0;
}
.article_bd {
  padding: 0.5rem;
  font-size: 14px;
  line-height: 1.5;
}
.pagination2 {
  padding: 0 0.5rem;
  margin-top: 0.5rem;
}
.pagination2 .prev,
.pagination2 .next {
  width: 100%;
  padding: 0.5rem 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333333;
  font-size: 0.55rem;
}
.pagination2 .prev a,
.pagination2 .next a {
  color: #333333;
}
/*# sourceMappingURL=style.css.map */
