@import "reset.css";
.header {
  height: 100px;
}
.header .navico {
  display: none;
}
.header .logo_box {
  width: 60%;
  float: left;
  height: 100px;
}
.header .logo_box .logo {
  float: left;
  height: 100px;
  line-height: 100px;
  margin-right: 30px;
}
.header .logo_box .logo img {
  max-height: 80px;
}
.header .logo_box .logo_text {
  float: left;
  height: 70px;
  margin-top: 15px;
  border-left: 1px solid #ccc;
  padding-left: 30px;
}
.header .logo_box .logo_text .h1 {
  font-size: 22px;
  line-height: 42px;
}
.header .logo_box .logo_text p {
  font-size: 16px;
  line-height: 28px;
}
.header .tel-box {
  float: right;
  font-size: 36px;
  font-weight: 700;
  margin-right: 5%;
  line-height: 100px;
  height: 100px;
}
.header .tel-box span {
  font-size: 36px;
  color: #007ecb;
}
.header .tel-box-fixed {
  font-size: 18px;
  font-weight: 700;
  height: 47px;
  line-height: 47px;
  color: #fff;
  background-color: red;
  position: fixed;
  top: 0;
  z-index: 5;
  padding: 0 15px;
  margin-right: 0;
}
.header .tel-box-fixed span {
  font-size: 22px;
  color: #fff;
}
.nav {
  width: 100%;
  height: 47px;
  background-color: #007ecb;
  background: -webkit-linear-gradient(bottom, #095888, #1086d4);
  transition: all 1s;
}
.nav .w {
  position: relative;
}
.nav .w ul {
  font-weight: 400;
}
.nav .w ul li {
  width: 11%;
  float: left;
  text-align: center;
}
.nav .w ul li a {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  height: 47px;
  line-height: 47px;
  text-align: center;
}
.nav .w ul li:hover {
  background-color: #0669a5;
}
.nav-fixed {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 3;
  box-shadow: 0 0 5px 6px rgba(0, 0, 0, 0.3);
  transition: all 1s;
}
.nav-fixed ul li {
  width: 100px !important;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .w {
    width: 100%;
  }
  .logo_box .logo {
    margin-left: 5%;
  }
  .logo_box .logo_text {
    display: none;
  }
  .nav .w ul li {
    width: 12%;
  }
  .nav-fixed ul li {
    width: 10%;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .w {
    width: 100%;
  }
  .header .logo_box {
    width: 40%;
  }
  .header .logo_box .logo {
    margin-left: 5%;
  }
  .header .logo_box .logo_text {
    display: none;
  }
  .nav .w ul li {
    width: 12%;
  }
  .nav-fixed ul li {
    width: 10%;
  }
}


@media screen and (max-width: 767px) {
  .w {
    width: 100%;
  }
  .header {
    height: 60px;
    border-bottom: 1px solid #ccc;
  }
  .header .navico {
    width: 8%;
    display: block;
    float: left;
    height: 60px;
    line-height: 60px;
    margin-left: 3%;
    margin-right: 2%;
  }
  .header .navico img {
    width: 35px;
    height: augo;
  }
  .header .logo_box {
    width: 35%;
    height: 60px;
    background-position: 0 center;
    background-size: auto 50px;
  }
  .header .logo_box .logo {
    height: 60px;
    line-height: 60px;
    margin-right: 0;
    margin-left: 15px;
  }
  .header .logo_box .logo img {
    height: 40px;
    max-width: 100%;
    line-height: 60px;
  }
  .header .logo_box .logo_text {
    display: none;
  }
  .header .tel-box {
    width: 50%;
    text-align: right;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    margin-right: 2%;
    line-height: 60px;
    height: 60px;
  }
  .header .tel-box span {
    font-size: 22px;
  }
  .header .tel-box-fixed {
    display: none !important;
  }
  .nav {
    display: none;
    height: auto;
  }
  .nav .w ul li {
    width: 100%;
    border-bottom: 1px solid #fff;
    background-color: rgba(0, 0, 0, 0.7);
  }
  .nav1 {
    display: block;
  }
  .nav2 {
    display: none;
  }
}
.swiper-container {
  width: 100%;
  height: auto;
}
.swiper-container .swiper-slide {
  width: 100%;
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -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;
}
.swiper-container .swiper-slide img {
  width: 100%;
  height: auto;
}
.swiper-container .swiper-pagination-bullet {
  opacity: 1 !important;
  background: #fff !important;
  border: 1px solid #fff;
}
.swiper-container .swiper-pagination-bullet-active {
  background: #007ecb !important;
  border: 2px solid #fff;
}
.index_title_box {
  text-align: center;
}
.index_title_box .index_title {
  display: inline-block;
  padding: 0 40px;
  color: #2c3033;
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  position: relative;
}

.index_title_box .index_title:before {
  content: "";
  border-top: 1px solid #ccc;
  display: block;
  position: absolute;
  width: 50px;
  top: 25px;
  left: -50px;
}
.index_title_box .index_title::after {
  content: "";
  border-top: 1px solid #ccc;
  display: block;
  position: absolute;
  width: 50px;
  top: 25px;
  right: -50px;
}
.index_title_box p {
  line-height: 1.8;
  color: #999;
  width: 70%;
  margin: 0 auto;
}
.index_title_box p a{
  color: #999;
}
.sidebar_title {
  border-bottom: #eee 2px solid;
  margin-bottom: 15px;
}
.sidebar_title span {
  font-weight: 700;
  padding-bottom: 10px;
  font-size: 18px;
  display: inline-block;
  border-bottom: 2px solid #007ecb;
  margin-bottom: -2px;
}
.sidebar_title a {
  float: right;
  display: inline-block;
  color: #999;
  padding: 5px 15px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.pro_sidebar .sidebar_title {
  margin-bottom: 15px;
}
.pro_sidebar ul li {
  padding-bottom: 20px;
}
.pro_sidebar ul li a {
  display: block;
  cursor: pointer;
  font-size: 16px;
}
.pro_sidebar ul li a:hover {
  color: #007ecb;
}
.images {
  overflow: hidden;
  max-width: 100%;
  position: relative;
  height: 0;
  padding-top: 68%;
}
.images img {
  width: 100%;
  height: auto;
  -ms-interpolation-mode: bicubic;
  border: 0;
  top: 0;
  position: absolute;
}
.pro_list_3 ul li {
  width: 25%;
  float: left;
  margin-bottom: 30px;
  padding-left: 5px;
  padding-right: 5px;
}
.pro_list_3 .videolist ul li {
  width: 33.3%;
}
.pro_list_3 .videolist .images {
padding-top: 56%;
}
.pro_list_3 ul li a {
  display: block;
  padding: 6px;
  box-shadow: 0 15px 40px 0 rgba(22, 35, 49, 0.15);
  background: #fff;
  border-radius: 10px;
  transition: all 0.2s linear;
}
.pro_list_3 ul li .images{
  padding-top: 75%;
}
.pro_list_3 ul li a .text .pro_title_h3 {
  color: #2c3033;
  text-align: center;
  /*margin-top: 10px;*/
  line-height: 30px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.pro_list_3 ul li a .text p {
  /*margin-top: 10px;*/
}
.pro_list_3 ul li a .text p em {
  display: inline-block;
  width: 50%;
}
.pro_list_3 ul li a .text p em u {
  color: #007ecb;
}
.pro_list_3 ul li a .text p em i {
  color: red;
}
.pro_list_3 ul li a:hover {
  transform: translateY(-20px);
}
.index_imgtitle_box {
  height: 90px;
  text-align: center;
  font-size: 18px;
  font-style: oblique;
  overflow: hidden;
  padding: 0;
}
.index_imgtitle_box .tese {
  display: inline-block;
  font-size: 18px;
  font-style: oblique;
  font-weight: 400;
  line-height: 90px;
  padding-right: 5px;
  overflow: hidden;
  color: #ad1717;
}
.index_imgtitle_box .index_imgtitle_img {
  display: inline-block;
  height: 100%;
  overflow: hidden;
}
.index_imgtitle_box .index_imgtitle_img img {
  height: 100%;
  width: auto;
}
.index_imgtitle_box .index_imgtitle_line {
  display: inline-block;
  width: 1px;
  height: 50px;
  background-color: #333;
  transform: rotate(10deg);
  margin: auto 5px;
  overflow: hidden;
}
.index_imgtitle_box .index_imgtitle {
  height: 90px;
  padding-top: 20px;
  display: inline-block;
  text-align: left;
  overflow: hidden;
}
.index_imgtitle_box .index_imgtitle span {
  display: block;
  margin-right: 5px;
  line-height: 30px;
  color: #333;
}
.index_imgtitle_box .index_imgtitle em {
  display: block;
  font-size: 12px;
  line-height: 20px;
  font-style: oblique;
  color: #999;
}
.case_list li {
  width: 25%;
  float: left;
  padding-right: 20px;
  transition: all .8s;
}
.case_list li a {
  display: block;
  position: relative;
}
.case_list li .images{
  padding-top: 62%;
}
.case_list li a img {
  width: 100%;
}
.case_list li a h4 {
  padding: 10px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  transition: all .8s;
}
.case_list li a span{
  display: none;
  transition: all .8s;
}
.case_list li a span img{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -20px;
  margin-left: -20px;
  width: 40px;
  height: 40px;
}
.case_list li:hover a h4{
  display: none;
}
.case_list li:hover a span{
  display: block;
  background-color: rgba(0, 126, 203, 0.8);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (max-width: 767px) {
  .case_list li {
    width: 50%;
    float: left;
    margin-top: 5px;
    padding-left: 5px;
    padding-right: 5px;
  }
}
.index_pro_box {
  margin: 40px 3%;
}
.index_pro_box .index_title_box {
  margin-bottom: 40px;
}
.index_pro_box .index_pro_main .index_pro_sidebar {
  width: 20%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
.index_pro_box .index_pro_main .index_pro_list {
  width: 80%;
  float: left;
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .pro_list_3 ul li a .text p {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .pro_list_3 ul li {
    width: 50%;
    float: left;
    padding-left: 5px;
    padding-right: 5px;
  }
  .pro_list_3 ul li a .text p {
    display: none;
  }
  .index_title_box p {
    width: 95%;
  }
  .index_pro_box .index_pro_main .index_pro_list {
    width: 100%;
    padding-left: 5px;
    padding-right: 5px;
  }
  .index_pro_box .index_pro_main .index_pro_sidebar {
    display: none;
  }
}
.index_vedio_box {
  margin: 30px auto 80px;
  border-bottom: 4px solid #007ecb;
}
.index_vedio_box .vedio_list {
  margin-top: 40px;
}
.index_vedio_box .vedio_list li {
  width: calc(20% - 40px);
  float: left;
}
.index_vedio_box .vedio_list li + li {
  margin-left: 40px;
}
.index_vedio_box .vedio_list li .images {
  /*border: 4px solid #007ecb;*/
  padding-top: 60%;
}
.index_vedio_box .vedio_list li .vedio_title {
  transition: 0.8s;
  padding: 5px  5px  10px 5px;
  position: relative;
  overflow: hidden;
}
.index_vedio_box .vedio_list li .vedio_title h4 {
  height: 40px;
  line-height: 40px;
}
.index_vedio_box .vedio_list li .vedio_title:before {
  content: " ";
  position: absolute;
  top: 0px;
  left: -100%;
  transition: 0.8s;
  width: 100%;
  height: 100%;
  background: #007ecb;
  z-index: -1;
}
.index_vedio_box .vedio_list li:hover .vedio_title {
  color: #fff;
}
.index_vedio_box .vedio_list li:hover .vedio_title:before {
  left: 0;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .index_vedio_box {
    width: 100%;
  }
  .index_vedio_box .vedio_list li {
    width: calc(50% - 20px);
  }
  .index_vedio_box .vedio_list li + li {
    margin-left: 0px;
  }
  .index_vedio_box .vedio_list li:nth-child(2n+0) {
    margin-left: 20px;
  }
  .index_vedio_box .vedio_list li:nth-child(5) {
    display: none;
  }
  .index_vedio_box .vedio_list li a p {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .index_vedio_box {
    width: 100%;
  }
  .index_vedio_box .vedio_list li {
    width: calc(50% - 20px);
  }
  .index_vedio_box .vedio_list li + li {
    margin-left: 0px;
  }
  .index_vedio_box .vedio_list li:nth-child(2n+0) {
    margin-left: 20px;
  }
  .index_vedio_box .vedio_list li:nth-child(5) {
    display: none;
  }
  .index_vedio_box .vedio_list li a p {
    display: none;
  }
}
.index_youshi_box {
  margin-top: 80px;
}
.index_youshi_box .index_imgtitle_box {
  margin-bottom: 60px;
}
.index_youshi_box .index_youshi_list {
  margin-bottom: 20px;
}
.index_youshi_box .index_youshi_list ul {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.index_youshi_box .index_youshi_list ul li {
  display: block;
  float: left;
  width: 24%;
  margin: 0 0.5%;
  background: #e4e4e4;
  transition: 0.6s;
  text-align: center;
  padding: 20px 0;
}

.index_youshi_box .index_youshi_list ul li h5 {
  font-size: 16px;
  color: #323232;
  margin-bottom: 10px;
}
.index_youshi_box .index_youshi_list ul li p {
  font-size: 12px;
  color: #434343;
  margin-bottom: 5px;
}
.index_youshi_box .index_youshi_list ul li:hover {
  background: #007ecb;
}
.index_youshi_box .index_youshi_list ul li:hover h5,
.index_youshi_box .index_youshi_list ul li:hover p {
  color: #fff;
}
.index_youshi_box .index_youshi_list ul li:hover a{
  color: #fff;
}
@media screen and (max-width: 767px) {
  .index_youshi_box {
    margin-top: 0px;
  }
  .index_youshi_box .index_imgtitle_box {
    margin-bottom: 40px;
  }
  .index_youshi_box .index_youshi_list ul li {
    width: 49%;
    margin: 2px 0.5%;
  }
}
.index_case_box {
  margin: 80px auto;
}
.index_case_box .index_title_box {
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .index_case_box {
    margin: 40px auto;
  }
  .index_case_box .index_title_box {
    margin-bottom: 30px;
  }
}
.index_fen {
  margin-top: 60px;
  margin-bottom: 40px;
  padding: 40px 0;
  background-color: #007ecb;
  background: url(../images/fenge_bg3.png) no-repeat;
}
.index_fen .w {
  background: url(../images/fenge_bg.png) no-repeat 90% 20%;
  background-size: auto 180px;
}
.index_fen .h5 {
  font-size: 42px;
  font-weight: bold;
  color: #fff;
  line-height: 60px;
}
.index_fen .p {
  font-size: 26px;
  margin-top: 10px;
  color: #fff;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .index_fen .h5 {
    text-indent: 3em;
    font-size: 22px;
    line-height: 50px;
  }
  .index_fen .p {
    text-indent: 3em;
    font-size: 20px;
    margin-top: 10px;
    color: #fff;
  }
}
@media screen and (max-width: 767px) {
  .index_fen {
    display: none;
  }
}
.index_news_list .news_img {
  margin-bottom: 20px;
}
.index_news_list .news_img .new_img_title {
  margin-top: 10px;
}
.index_news_list .news_img .new_img_title h4 {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
}
.index_news_list ul li {
  overflow: hidden;
  background: #fafafa;
  margin-bottom: 10px;
  padding-left: 10px;
  position: relative;
  height: 35px;
  line-height: 35px;
}
.index_news_list ul li a {
  display: inline-block;
  width: 100%;
  padding-left: 15px;
}
.index_news_list ul li h4 {
  width: 77%;
  line-height: 35px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.index_news_list ul li span {
  position: absolute;
  right: 10px;
  top: 0;
  color: #999;
  font-size: 12px;
}
.index_news_list ul li:hover {
  background: #007ecb;
}
.index_news_list ul li:hover h4 {
  color: #fff;
}
.index_news_list ul li:before {
  display: inline-block;
  width: 5px;
  height: 5px;
  background: red;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  content: "";
  margin-top: -2px;
  position: absolute;
  top: 50%;
}
.index_news_box {
  margin-bottom: 40px;
}
.index_news_box .index_title_box {
  margin-bottom: 60px;
}
.index_news_box .index_news_main .news_qiye {
  width: 33%;
  float: left;
  padding-right: 3%;
}
.index_news_box .index_news_main .news_hangye {
  width: 33%;
  float: left;
  padding-right: 3%;
}
.index_news_box .index_news_main .news_ask {
  width: 33%;
  float: left;
}
.index_news_box .index_news_main .news_ask li {
  padding: 20px 0;
  border-bottom: 1px dashed #666;
}
.index_news_box .index_news_main .news_ask li .news_ask_title {
  font-size: 16px;
  line-height: 40px;
  color: #007ecb;
}
.index_news_box .index_news_main .news_ask li .news_ask_title span {
  background-color: #007ecb;
  color: #fff;
  padding: 0 5px;
  margin-right: 5px;
}
.index_news_box .index_news_main .news_ask li p {
  line-height: 1.7;
  height: 45px;
  overflow: hidden;
}
.index_news_box .index_news_main .news_ask li p span {
  background-color: red;
  color: #fff;
  padding: 0 5px;
  margin-right: 5px;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .index_news_box {
    padding: 0 15px;
  }
}
@media screen and (max-width: 767px) {
  .index_news_box .index_news_main .news_qiye,
  .index_news_box .index_news_main .news_hangye,
  .index_news_box .index_news_main .news_ask {
    width: 100%;
    float: none;
    padding: 10px 3%;
  }
}
.nei_sidebar_box {
  border: 3px solid #007ecb;
  background: url(../images/siebar_bg.png) repeat-x;
}
.nei_sidebar_box .nei_sidebar_title {
  margin-top: 15px;
  border: none;
}
.nei_sidebar_box .nei_sidebar_title span {
  text-indent: 20px;
  color: #fff;
  border: none;
}
.nei_sidebar_box p {
  padding-left: 20px;
  padding-right: 10px;
  line-height: 36px;
}
.nei_sidebar_box ul {
  margin-bottom: 15px;
}
.nei_sidebar_box ul li {
  padding-bottom: 0;
  text-indent: 20px;
  padding-right: 20px;
}
.nei_sidebar_box ul li a {
  line-height: 36px;
  display: block;
}
.nei_sidebar_box .pro_sidebar_ul li {
  border-bottom: 1px solid #ccc;
}
.nei_sidebar_box .pro_sidebar_ul li a {
  line-height: 44px;
}
.nei_sidebar_box .pro_sidebar_ul li:hover {
  background-color: #007ecb;
}
.nei_sidebar_box .pro_sidebar_ul li:hover a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .nei_sidebar_arttj,
  .nei_sidebar_protj,
  .nei_sidebar_lx {
    display: none;
  }
  .nei_sidebar_box {
    border: none;
    background: none;
  }
  .nei_sidebar_box .nei_sidebar_title span {
    text-indent: 20px;
    color: #333;
    border: none;
  }
  .nei_sidebar_box .pro_sidebar_ul li {
    width: 50%;
    float: left;
  }
}
.pos_box {
  background-color: #fff;
  height: 50px;
  margin-bottom: 30px;
  line-height: 50px;
  padding: 0 2%;
}
.pos_box .pos_left {
  font-size: 20px;
  font-weight: 400;
}
.pos_box .pos_left span {
  font-size: 26px;
  color: #007ecb;
}
.prolistdesc {
    margin: 15px 0px 25px;
    text-indent: 2em;
}
@media screen and (max-width: 767px) {
  .pos_box {
    margin-bottom: 10px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .pos_box .pos {
    float: none;
  }
  .pos_box .pos_left {
    display: none;
  }
}
.nei_main {
  margin: 30px auto 60px;
}
.nei_main .nei_main_left {
  width: 23%;
  float: left;
}
.nei_main .nei_main_right {
  width: 74%;
  float: right;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}
@media screen and (max-width: 767px) {
  .nei_main {
    margin: 10px auto 30px;
  }
  .nei_main .nei_main_right {
    width: 100%;
    float: none;
    padding-bottom: 30px;
    border-bottom: 1px solid #eee;
  }
  .nei_main .nei_main_left {
    width: 100%;
    float: none;
  }
}
.pagelist {
  margin-top: 30px;
  text-align: center;
}
.pagelist ul {
  display: inline-block;
}
/*PB 分页*/
.page-status,.page-index,.page-pre,.page-next,.page-last,.page-num{
  width: auto;
  float: left;
  border: 1px solid #e1e1e1;
  margin-right: 5px;
  margin-bottom: 0;
  padding: 10px 15px;
}
.page-numbar{
  width: auto;
  float: left;
  margin-bottom: 0;
}
.page-num-current{
  background-color: #007ecb;
  color: #fff;
  border: 1px solid #007ecb;
}
.pagelist ul li {
  width: auto;
  float: left;
  border: 1px solid #e1e1e1;
  /*padding: 10px 15px;*/
  margin-right: 5px;
  margin-bottom: 0;
}
.pagelist ul li a {
  /*padding: 0;*/
  background: none;
  display: block;
  padding: 10px 15px;
}
.pagelist ul li a:hover {
  transform: translateY(0);
}
.pagelist ul li:hover {
  background-color: #007ecb;
  color: #fff;
}
.pagelist ul li:hover a {
  color: #fff;
}
.pagelist ul .thisclass {
  background-color: #007ecb;
  color: #fff;
  padding: 10px 15px;
}
.pagelist ul .thisclass a {
  color: #fff;
  
}
.neinews_list li {
  border-bottom: 1px dashed #434343;
  padding: 20px 0;
}
.neinews_list li .new_pic {
  width: 25%;
  float: left;
  overflow: hidden;
  padding-top: 18%;
}
.neinews_list li .new_info {
  float: right;
  width: 72%;
}
.neinews_list li .new_info .new_title {
  font-size: 18px;
  font-weight: 800;
  margin-bottom: 19px;
}
.neinews_list li .new_info p {
  font-size: 12px;
  color: #434343;
  margin-bottom: 46px;
}
.neinews_list li .new_info .new_fu time {
  margin-right: 15px;
}
.neinews_list li .new_info .new_fu em {
  margin-right: 15px;
}
.neinews_list li .new_info .new_fu i {
  float: right;
  display: inline-block;
  padding: 5px 10px;
  background-color: red;
}
.neinews_list li .new_info .new_fu i a {
  color: #fff;
}
.neinews_list li .nopic {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .neinews_list li {
    padding: 20px 3%;
  }
  .neinews_list li .new_pic {
    width: 100%;
    float: none;
    padding-top: 60%;
    margin-bottom: 10px;
  }
  .neinews_list li .new_info {
    width: 100%;
    float: none;
  }
}
.article_info h1 {
  text-align: center;
  font-size: 24px;
  line-height: 50px;
}
.article_info .article_bianji {
  color: #999;
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}
.article_info .article_bianji span {
  margin-right: 10px;
}
.article_info .article_bianji span a {
  color: #999;
}
.article_info .artilce_body {
  padding: 3%;
}
.article_info .artilce_body  video {
    display: inherit;
    margin: 10px auto;
}
@media screen and (max-width: 767px){
  .article_info .artilce_body  video{
    width:100% !important;
  }
  .article_info h1 {
    font-size: 16px;
  }
}

.artilce_body a{
  color:#007ecb;
}
.artilce_body table{
  width:85%;
  border-collapse: collapse;
  margin: 20px auto;
}
.artilce_body table tr{
  height: 3em;
}
.artilce_body table tr:nth-child(2n+0){
  background-color: #efeeee;
  height: 3em;
}
.artilce_body table td{
  border: 1px solid #ccc;
}
.artilce_body table td{
  text-indent: .5em;
}

.article_info .artilce_body img {
  max-width: 80%;
  height: auto !important;
  margin: 10px auto 25px;
  display: block;
}

.article_info .artilce_body h2 {
    border-left: 5px solid #007ecb;
    margin: 20px 0px;
    text-indent: 1em;
}
.article_info .artilce_body h3 {
    font-size: 18px;
    margin: 10px 0px;
    text-indent: 1.7em;
}
.article_info .artilce_body p {
  font-size: 14px;
  line-height: 32px;
  margin-bottom: 15px;
}
.article_info .artilce_body p video {
  display: block;
  max-width: 80%;
  margin: 10px auto;
}
.article_info .banquan {
  margin: 50px 0 15px;
}
.article_info .banquan p {
  line-height: 30px;
}
.article_info .banquan p span {
  margin-right: 10px;
}
.article_info .banquan p:nth-child(1) {
  font-size: 16px;
  font-weight: 700;
  color: #007ecb;
  margin-bottom: 10px;
}
.article_info .conten_page {
  margin-left: 20px;
  text-align: left;
}
.article_info .conten_page p {
  margin-bottom: 10px;
  font-size: 16px;
}
.article_info .conten_page p a{
  color:#007ecb;
}
.tj_art{
  padding: 3%;
}
.tj_art .tj_art_title span{
  font-weight: 700;
    padding-bottom: 10px;
    font-size: 18px;
    display: inline-block;
    border-bottom: 2px solid #007ecb;
    margin-bottom: -2px;
}
.tj_art .tj_art_list li{
  float: left;
  width: 50%;
  line-height: 32px;
  height: 32px;
}
@media screen and (max-width: 767px){
  .tj_art .tj_art_list li{
  float: none;
  width: 100%;
  line-height: 32px;
  height: 32px;
}

}
.tj_box {
  margin-bottom: 60px;
  padding: 0 1%;
}
.pro_header_box {
  padding-bottom: 15px;
  border-bottom: 1px solid #eee;
}
.pro_header_box .pro_pic {
  width: 40%;
  float: left;
  padding-top: 30%;
}
.pro_header_box .pro_pic:hover img {
  transform: scale(1.2);
}
.pro_header_box .pro_pic img {
  transition: 0.8s;
}
.pro_header_box .pro_header {
  width: 55%;
  float: right;
}
.pro_header_box .pro_header h1 {
  font-size: 18px;
  text-align: left;
}
.pro_header_box .pro_header li {
  line-height: 36px;
}
.pro_header_box .pro_header li span {
  font-weight: 700;
  margin-right: 10px;
}
.pro_header li em{
  font-size: 18px;
  font-weight: 700;
  color: red;
}
.pro_header li i{
  color: red;
  font-style: italic;
}
.pro_header_box .pro_header p {
  margin-top: 20px;
}
.pro_header_box .pro_header p span {
  font-weight: 700;
  margin-right: 10px;
}
.page_info {
  padding: 10px 3%;
}
.page_info p {
  font-size: 16px;
  line-height: 36px;
  margin-bottom: 10px;
}
.page_info img {
  margin: 15px auto 25px;
  height: auto !important;
}
.flink_box{
  margin: 0 auto 10px;
}
.flink span{
  font-weight: 700;
  line-height: 35px;
  height: 35px;
}
.flink li{
  float: left;
  margin-right: 10px;
  line-height: 30px;
  height: 30px;
}
.htlink{
  margin: 0 auto 20px;
  line-height: 30px;
  height: 30px;
}

.ht_list span{
  font-weight: 700;
}
.footer {
  background-color: #27343c;
  background: url(../images/foot_bg.png) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
.footer .footer_top {
  padding-top: 50px;
  padding-bottom: 40px;
}
.footer .footer_top .footer_menu {
  width: 66%;
}
.footer .footer_top .footer_menu div {
  width: 33%;
}
.footer .footer_top .footer_menu div dt {
  font-weight: 700;
  font-size: 18px;
  color: #fff;
  margin-bottom: 15px;
}
.footer .footer_top .footer_menu div dd {
  line-height: 1.8;
  color: #ccc;
}
.footer .footer_top .footer_menu div dd a {
  color: #ccc;
}
.footer .footer_top .footer_menu div dd a:hover {
  color: #fff;
}
.footer .footer_top .footer_contact {
  padding-left: 4%;
  width: 33%;
  /*border-left: 1px solid #847f7f;*/
}
.footer .footer_top .footer_contact dt {
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 15px;
  color: #fff;
}
.footer .footer_top .footer_contact dd {
  font-size: 16px;
  color: #ccc;
}
.footer .footer_top .footer_contact .weixin {
  margin: 6%;
  width: 40%;
}
.footer .footer_bottom {
  color: #fff;
  text-align: center;
  padding: 40px 0 30px;
  line-height: 36px;
}
.footer .footer_bottom a {
  color: #fff;
}
.mtel{display:none;}
div#wximg {
    position: fixed;
    /*top: 650px;*/
    bottom: 0;
    right: 10px;
    width: 210px;
    cursor: pointer;
    z-index: 99999;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .footer {
    padding: 0 5%;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .footer .footer_top {
    display: none;
  }
  .footer .footer_bottom {
    border-top: none;
  }
}
@media screen and (max-width: 767px) {
  .footer .footer_top {
    display: none;
  }
  .footer .footer_bottom {
    border-top: none;
  }
  /*手机底部*/
.mtel{display:block;position: fixed;width:100%;height:50px;line-height:50px;bottom:0;left: 0;font-size:13px;z-index:100000000000000000;}
.mtel ul{}
.mtel li{float:left;text-align:center;border-top: #B2B2B2 1px solid;position:relative;height:50px;}
.mtel li:nth-child(1),
.mtel li:nth-child(2),
.mtel li:nth-child(3){width:calc( 16.666666% - 1px );background-color:#fff;border-right:#ddd 1px solid;}
.mtel li:nth-child(1):before{content:"";width:22px;height:22px;position:absolute;left:calc( 50% - 11px );top:5px;background:url(../images/my-chat-2.png) no-repeat;background-size:22px 22px;}
.mtel li:nth-child(2):before{content:"";width:22px;height:22px;position:absolute;left:calc( 50% - 11px );top:5px;background:url(../images/icon-index-2.png) no-repeat;background-size:22px 22px;}
.mtel li:nth-child(3):before{content:"";width:22px;height:22px;position:absolute;left:calc( 50% - 11px );top:5px;background:url(../images/icon-message-send2.png) no-repeat;background-size:22px 22px;}
.mtel li:nth-child(1) a,
.mtel li:nth-child(2) a,
.mtel li:nth-child(3) a{display:block;height:16px;line-height:16px;margin-top: 30px;}
.mtel li:nth-child(4){width:50%;background-color:#FF0000;font-size:16px;}
.mtel li:nth-child(4) a{color:#fff;display:block;}
.pro_header_box .pro_pic{
  width: 100%;
  padding-top: 80%;
}
.pro_header_box .pro_header{
width: 100%;
padding: 0 2%;
}
.artilce_body table{
  width:96%;
  font-size:10px;
}
.artilce_body table td{
  text-indent: 0;
}

}
 @media screen and (max-width: 767px) {
    .kefubox{
        display: none !important;
    }
  }