@font-face {
  font-family: 'iconfont';
  src: url('../fonts/iconfont.eot');
  src: url('../fonts/iconfont.eot?#iefix') format('embedded-opentype'), url('../fonts/iconfont.woff2') format('woff2'), url('../fonts/iconfont.woff') format('woff'), url('../fonts/iconfont.ttf') format('truetype'), url('../fonts/iconfont.svg#iconfont') format('svg');
}
.iconfont {
  font-family: "iconfont" !important;
  font-size: 14px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
a,
b,
body,
dd,
del,
div,
dl,
dt,
em,
form,
header,
footer,
h1,
h2,
h3,
h4,
h5,
h6,
html,
i,
iframe,
img,
ins,
label,
legend,
li,
ol,
p,
pre,
small,
span,
strong,
u,
ul,
var,
input {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  /*取消点击高亮*/
  -webkit-tap-highlight-color: transprent;
}
article,
aside,
footer,
header,
nav,
section {
  display: block;
}
ol,
ul {
  list-style: none;
}
img,
button,
input,
textarea {
  border: none;
  margin: 0;
  outline: none;
}
/*清除IOS自带的样式*/
input[type=button],
input[type=submit],
input[type=file],
button {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
}
img {
  max-width: 100%;
  height: auto;
  /* 取消图片底侧有空白缝隙的问题 */
  vertical-align: middle;
  /* border 0 是为了照顾低版本浏览器 如果图片外面包含链接会有边框的问题 */
  border: 0;
}
/*禁用长按页面时弹出菜单*/
img,
a {
  -webkit-touch-callout: none;
  transition: transform 2s;
}
.images {
    overflow: hidden;
    max-width: 100%;
    position: relative;
    height: 0;
    padding-top: 100%;
}
.images img {
    width: 100%;
    height: auto;
    -ms-interpolation-mode: bicubic;
    border: 0;
    top: 0;
    position: absolute;
}
li:hover img {
  opacity: 0.9;
  transform: scale(1.06);
}
em,
i,
u {
  font-style: normal;
  text-decoration: none;
}
s {
  text-decoration: none;
}
button {
  /* 让鼠标经过BUTTON按钮的时候变手形 */
  cursor: pointer;
}
h2 {
  font-size: 22px;
}
.en-x {
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 18px;
}
.en-s {
  color: #999;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 13px;
}
.clearfix:after,
.clearfix:before {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
button,
input {
  font-family: Microsoft YaHei, Heiti SC, tahoma, arial, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
}
body {
  /* css3属性，抗锯齿性，让文字放大更清晰 */
  -webkit-font-smoothing: antialiased;
  font: 14px/1.5 Microsoft YaHei, Heiti SC, tahoma, arial, Verdana, Hiragino Sans GB, "\5B8B\4F53", sans-serif;
  color: #000;
  /* color: #393939;*/
  /*background-color: #E8E9EB;*/
  /*height: 200000px;*/
}
li {
  list-style: none;
  display: list-item;
  text-align: -webkit-match-parent;
  box-sizing: border-box;
}
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
}
/* a:hover {
    color: #f00;
} */
.fl {
  float: left;
}
.fr {
  float: right;
}
/* 自定义两个隐藏的类 */
.hide,
.none {
  display: none;
}
.text-cut {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.text-cut2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.text-cut3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.mt-30 {
  margin-top: 30px;
}
.mt-20 {
  margin-top: 20px;
}
.mt-15 {
  margin-top: 15px;
}
.mr-5 {
  margin-right: 5px;
}
.ml-5 {
  margin-left: 5px;
}
.mr-10 {
  margin-right: 10px;
}
.ml-10 {
  margin-left: 10px;
}
.no-mr {
  margin-right: 0 !important;
}
.w {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .w {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .w {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .w {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
  }
}
body{
  margin-top: 147px;
}
header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 80;
    background: #fff;
    box-shadow: 0 0 5px 6px rgba(0,0,0,.3);
}
.header {
  height: 100px;
}
.navico {
  display: none;
}
.logo_box {
  width: 60%;
  float: left;
  height: 100px;
}
.logo_box .logo {
  float: left;
  height: 100px;
  line-height: 100px;
  margin-right: 30px;
}
.logo_box .logo img {
  max-height: 80px;
}
.logo_box .logo_text {
  float: left;
  height: 70px;
  margin-top: 15px;
  border-left: 1px solid #ccc;
  padding-left: 30px;
}
.logo_box .logo_text .h1 {
  font-size: 22px;
  line-height: 42px;
}
.logo_box .logo_text p {
  font-size: 16px;
  line-height: 28px;
}
.tel-box {
  float: right;
  margin-right: 5%;
}
.tel-box  span{
  
}

.tel-box  span img{
  margin-top: -10px;
  margin-right: 10px;
  animation: msphone 1s infinite;
    -moz-animation: msphone 1s infinite;
    -webkit-animation: msphone 1s infinite;
    -o-animation: msphone 1s infinite;
}
@keyframes msphone {
    0%,70%,100% {
      transform: rotate(0) scale(1);
    }
    10%,30% {
      transform: rotate(-15deg) scale(1.1);
    }
    20%,40% {
    transform: rotate(15deg) scale(1.1);
    }
}
.tel-box  i{
  line-height: 100px;
  font-size: 28px;
  font-weight: 700;
  color: red;
  font-style: italic;
}
.tel-box-fixed {
  font-size: 18px;
  font-weight: 700;
  height: 47px;
  line-height: 47px;
  color: #fff;
  background-color: #007ecb;
  position: fixed;
  top: 0;
  z-index: 5;
  padding: 0 15px;
}
.nav {
  width: 100%;
  height: 47px;
  background-color: #007ecb;
}
.nav .w {
  position: relative;
}
.nav .w ul {
  font-weight: 700;
}
.nav .w ul li {
  width: 11%;
  float: left;
  text-align: center;
}
.nav .w ul li a {
  display: inline-block;
  color: #fff;
  height: 47px;
  line-height: 47px;
  text-align: center;
}
.nav .w ul li:hover {
  background-color: #fff;
}
.nav .w ul li:hover a {
  color: #007ecb;
}
.nav-fixed {
  position: fixed;
  top: 0;
  width: 100%;
}
.nav-fixed ul li {
  width: 100px !important;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .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%;
  }
  .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: 767px) {
  body{
  margin-top: 60px;
}
  .header {
    height: 60px;
    border-bottom: 1px solid #ccc;
  }

  .navico {
    display: block;
    float: left;
    height: 60px;
    line-height: 60px;
    margin-left: 10px;
    margin-right: 5px;
  }
  .navico img {
    width: 35px;
    height: augo;
  }
  .logo_box {
    width: 35%;
    height: 60px;
    background-position: 0 center;
    background-size: auto 50px;
  }
  .logo_box .logo {
    height: 60px;
    line-height: 60px;
    margin-right: 0;
    /*margin-left: 15px;*/
  }
  .logo_box .logo img {
    height: 40px;
    max-width: 100%;
    line-height: 60px;
  }
  .logo_box .logo_text {
    display: none;
  }
  .tel-box {
    font-size: 14px;
    font-weight: 700;
    margin-right: 0px;
    line-height: 60px;
  }
 /* .tel-box span {
    display: none;
  }*/
   .tel-box  i{
  line-height: 58px;
  font-size: 18px;
  font-weight: 700;
  color: red;
  font-style: italic;
}
  .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 {
    position: absolute;
    opacity: 0.9;
    display: block;
    z-index: 9999;
  }
  .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;
}
.notice {
  background-color: #f3f0f0;
  line-height: 36px;
}
.notice .hotkey_box {
  font-size: 14px;
  font-weight: 400;
  color: #555;
}
.notice .hotkey_box a {
  display: inline-block;
  margin-right: 10px;
}
.notice .hotkey_box a:hover {
  color: #007ecb;
}
.notice .iphone_box span {
  font-size: 20px;
  color: #007ecb;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .notice {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .notice {
    display: none;
  }
}
.pos {
  line-height: 50px;
  background: #f7f6f6;
}
.index_prolist_box {
  margin: 30px auto;
}
.index_prolist_box .prolist_left {
  float: left;
  width: 15%;
  border: #ccc 1px solid;
  box-shadow: 1px 1px 5px #F5F5F5;
}
.index_prolist_box .prolist_left .title-h2 {
  height: 66px;
  line-height: 66px;
  background-color: #007ecb;
  color: #fff;
  font-size: 21px;
  position: relative;
  text-align: center;
}
.index_prolist_box .prolist_left .title-h2:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-width: 8px 8px 0;
  border-style: solid;
  border-color: #007ecb transparent transparent;
  position: absolute;
  top: 66px;
  left: calc(50% -  8px);
}
.index_prolist_box .prolist_left ul {
  margin: 20px 10px 12px 10px;
}
.index_prolist_box .prolist_left ul li {
  line-height: 55px;
  height: 55px;
  overflow: hidden;
}
.index_prolist_box .prolist_left ul li a {
  display: block;
}
.index_prolist_box .prolist_left ul li:hover a {
  color: #007ecb;
}
.index_prolist_box .prolist_right {
  float: right;
  width: 82%;
}
.index_prolist_box .prolist_right .prolist_header {
  line-height: 50px;
  border-bottom: #f1f1f1 1px solid;
  color: #666;
}
.index_prolist_box .prolist_right .prolist_header h2 {
  display: inline-block;
  margin-right: 50px;
  position: relative;
  color: #000;
  font-weight: normal;
}
.index_prolist_box .prolist_right .prolist_header span {
  display: inline-block;
}
.index_prolist_box .prolist_right .prolist_header span em {
  color: #ACCC00;
}
.index_prolist_box .prolist_right .prolist_header span i {
  color: #57CA65;
}
.index_prolist_box .prolist_right .prolist_header .more {
  display: inline-block;
  float: right;
  color: #999;
}
.index_prolist_box .prolist_right .prolist_content {
  margin-top: 10px;
}
.index_prolist_box .prolist_right .prolist_content li {
  overflow: hidden;
  width: 19%;
  float: left;
  margin: 0.5%;
  border: 1px solid #ccc;
}
.index_prolist_box .prolist_right .prolist_content li > a {
  display: block;
}
.index_prolist_box .prolist_right .prolist_content li img {
  width: 100%;
  height: auto;
}
.index_prolist_box .prolist_right .prolist_content li h3 {
  font-size: 14px;
  font-weight: 400;
  background-color: #f5f5f5;
}
.index_prolist_box .prolist_right .prolist_content li h3 a {
  display: block;
  text-align: center;
  overflow: hidden;
  height: 50px;
  line-height: 50px;
  padding: 0 5px;
}
.index_prolist_box .prolist_right .prolist_content li h3 a:hover {
  color: red;
}
.index_prolist_box .prolist_right .prolist_content li p {
  padding: 0 5px;
}
.index_prolist_box .prolist_right .prolist_content li p span {
  color: #48a7e9;
}
.index_prolist_box .prolist_right .prolist_content li p span a {
  color: #48a7e9;
}
.index_prolist_box .prolist_right .prolist_content li p span a:hover {
  color: red;
}
@media screen and (max-width: 1200px) and (min-width: 992px) {
  .index_prolist_box .prolist_left {
    float: none;
    width: 100%;
  }
  .index_prolist_box .prolist_left ul li {
    display: inline-block;
    float: left;
    padding: 0 15px;
  }
  .index_prolist_box .prolist_right {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .index_prolist_box .prolist_left {
    float: none;
    width: 100%;
  }
  .index_prolist_box .prolist_left ul li {
    display: inline-block;
    float: left;
    padding: 0 15px;
  }
  .index_prolist_box .prolist_right {
    float: none;
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .index_prolist_box .prolist_left {
    float: none;
    width: 100%;
    display: none;
  }
  .index_prolist_box .prolist_left ul li {
    display: inline-block;
    float: left;
    padding: 0 15px;
  }
  .index_prolist_box .prolist_right {
    float: none;
    width: 100%;
  }
  .index_prolist_box .prolist_right .prolist_content li {
    width: 32%;
  }
  .index_prolist_box .prolist_right .prolist_content li:nth-child(10) {
    display: none;
  }
}
.index_about_box {
  margin: 60px auto;
}
.index_about_box .about_img {
  float: left;
  width: 42%;
}
.index_about_box .about_img img {
  width: 100%;
  height: auto;
}
.index_about_box .about_content {
  float: right;
  width: 55%;
}
.index_about_box .about_content h2 {
  color: #0068AB;
  font-weight: bold;
}
.index_about_box .about_content .about_art p {
  line-height: 26px;
  font-size: 16px;
  color: #717171;
  overflow: hidden;
}
.index_about_box .about_content .about_art .more {
  display: block;
  margin-top: 20px;
}
.index_about_box .about_content .about_art .more a {
  background-color: #E4E4E4;
  color: #555;
  display: inline-block;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
}
.index_about_box .about_content .about_art .more a:hover {
  color: #007ecb;
}
@media screen and (max-width: 767px) {
  .index_about_box .about_img {
    float: none;
    width: 100%;
  }
  .index_about_box .about_content {
    float: none;
    width: 100%;
  }
}
.index_case_box {
  margin: 60px auto;
}
.index_case_box .index_case_title h2 {
  width: 500px;
  margin: 0px auto;
  background-color: #007ecb;
  color: #fff;
  text-align: center;
}
.index_case_box .index_case_list {
  margin-top: 30px;
}
.index_case_box .index_case_list li {
  float: left;
  width: 19%;
  margin: 0 0.5%;
  overflow: hidden;
  position: relative;
  padding: 10px;
  border: 1px solid #f1f1f1;
}
.index_case_box .index_case_list li > a {
  display: block;
}
.index_case_box .index_case_list li > a img {
  width: 100%;
  height: auto;
}
.index_case_box .index_case_list li h3 a {
  position: absolute;
  font-size: 13px;
  bottom: 10px;
  text-indent: 0.5em;
  width: calc(100% - 20px);
  text-align: center;
  background-color: rgba(0, 0, 0, 0.57);
  height: 32px;
  line-height: 32px;
  color: #f1f1f1;
  overflow: hidden;
}
.index_case_box .index_case_list .more {
  margin-top: 30px;
  text-align: center;
}
.index_case_box .index_case_list .more a {
  background-color: #E4E4E4;
  display: inline-block;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  font-family: Arial, Helvetica, sans-serif;
}
.index_case_box .index_case_list .more a:hover {
  color: #007ecb;
}
@media screen and (max-width: 767px) {
  .index_case_box .index_case_title h2 {
    width: 100%;
  }
  .index_case_box .index_case_list li {
    width: 49%;
  }
  .index_case_box .index_case_list li:nth-child(5) {
    display: none;
  }
}
.index_news_box {
  background-color: #f3f3f3;
  padding: 30px 0;
}
.index_news_box .title-h2 {
  font-weight: 700s;
  height: 50px;
  line-height: 50px;
}
.index_news_box ul {
  margin-top: 10px;
}
.index_news_box ul li {
  height: 36px;
  line-height: 36px;
  overflow: hidden;
}
.index_news_box ul li time {
  width: 86px;
  float: right;
}
.index_news_box ul li a {
  float: left;
  display: inline-block;
  width: calc(100% -  86px);
}
.index_news_box ul li a:hover {
  color: #007ecb;
}
.index_news_box .index_news_left {
  float: left;
  width: 30%;
}
.index_news_box .index_news_left .title-h2 {
  border-bottom: #ccc 1px solid;
  color: #007ecb;
}
.index_news_box .index_news_right {
  float: right;
  width: 65%;
}
.index_news_box .index_news_right .news_title {
  border-bottom: #ccc 1px solid;
}
.index_news_box .index_news_right .news_title h2 {
  display: inline-block;
  padding-right: 20px;
  color: #999;
  cursor: pointer;
}
.index_news_box .index_news_right .news_title #title-qy {
  color: #007ecb;
}
.index_news_box .index_news_right .news_list img {
  margin-top: 20px;
  width: 38%;
}
.index_news_box .index_news_right .news_list ul {
  width: 58%;
}
.index_news_box .index_news_right #news-hy {
  display: none;
}
@media screen and (max-width: 767px) {
  .index_news_box .index_news_left {
    float: none;
    width: 100%;
  }
  .index_news_box .index_news_right {
    float: none;
    width: 100%;
  }
  .index_news_box .index_news_right .news_list img {
    float: none;
    width: 100%;
  }
  .index_news_box .index_news_right .news_list ul {
    float: none;
    width: 100%;
  }
}
.flink_box {
  font-size: 15px;
  line-height: 40px;
  margin: 30px auto;
}
.flink_box .flink_title {
  font-size: 18px;
  color: #007ecb;
}
.flink_box .flink_title span {
  font-size: 30px;
  vertical-align: bottom;
}
.flink_box .flink li {
  float: left;
  margin-right: 10px;
}
.flink_box .flink li a:hover {
  color: #007ecb;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .flink_box {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .flink_box {
    display: none;
  }
}
.neibanner_box {
  width: 100%;
  height: auto;
  text-align: center;
}
.main_box {
  margin-bottom: 50px;
}
.main_box .main_right {
  width: 70%;
}
.main_box .main_left {
  width: 26%;
}
@media screen and (max-width: 991px) and (min-width: 768px) {
  .main_box {
    margin-bottom: 50px;
  }
  .main_box .main_right {
    width: 100%;
  }
  .main_box .main_left {
    width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .main_box {
    margin-bottom: 50px;
  }
  .main_box .main_right {
    width: 100%;
  }
  .main_box .main_left {
    width: 100%;
  }
}
.main_left .left_box {
  border: #ddd 1px solid;
  margin-bottom: 20px;
}
.main_left .left_title {
  height: 50px;
  line-height: 50px;
  background-color: #007ecb;
  color: #fff;
  text-align: left;
  font-size: 18px;
  padding-left: 20px;
}
.main_left .left_profllist li {
  line-height: 36px;
  height: 36px;
  overflow: hidden;
  border-top: #F3F3F3 1px solid;
  transition: all 0.2s;
}
.main_left .left_profllist li:nth-child(1) {
  border-top: none;
}
.main_left .left_profllist li:hover {
  text-indent: 10px;
}
.main_left .left_profllist li:hover a {
  color: #007ecb;
}
.main_left .left_profllist li a {
  display: block;
}
.main_left .left_profllist li a span:nth-child(1) {
  margin: 0 10px;
  color: #B9B9B9;
  font-size: 12px;
}
.main_left .left_profllist li a span:nth-child(2) {
  float: right;
  line-height: 36px;
  height: 36px;
  margin: 0 10px;
}
.main_left .left_protjlist li {
  float: left;
  width: 49%;
  overflow: hidden;
}
.main_left .left_protjlist li:nth-child(2n+0) {
  margin-left: 2%;
}
.main_left .left_imgartlist li {
  margin-bottom: 4px;
}
.main_left .left_imgartlist li > a {
  float: left;
  width: 30%;
  margin-right: 5%;
  overflow: hidden;
}
.main_left .left_imgartlist li > p {
  padding-top: 10px;
  float: left;
  width: 65%;
}
.main_left .left_imgartlist li > p a {
  display: block;
}
.main_left .left_artlist {
  padding-bottom: 10px;
}
.main_left .left_artlist li {
  overflow: hidden;
  height: 36px;
  line-height: 36px;
  padding: 0 10px;
}
.main_left .left_artlist li span {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  margin-top: 3px;
  margin-right: 5px;
  text-align: center;
}
.main_left .left_artlist li:nth-child(1) span,
.main_left .left_artlist li:nth-child(2) span,
.main_left .left_artlist li:nth-child(3) span {
  background-color: red;
  color: #fff;
}
.main_left .left_artlist li:nth-child(4) span,
.main_left .left_artlist li:nth-child(5) span,
.main_left .left_artlist li:nth-child(6) span {
  background-color: #007ecb;
  color: #fff;
}
.main_left .left_artlist li:nth-child(7) span,
.main_left .left_artlist li:nth-child(8) span,
.main_left .left_artlist li:nth-child(9) span {
  border: 1px solid #007ecb;
  color: #007ecb;
}
.main_left .left_artlist li a {
  display: block;
}
.main_right {
  padding-top: 15px;
}
.main_right .info_body {
  margin-top: 15px;
  border-top: 1px solid #ddd;
  padding-top: 10px;
  line-height: 32px;
}
.main_right .info_body p {
  margin-top: 10px;
}
.main_right .info_body img {
  max-width: 95% !important;
  height: auto !important;
  margin: 0 auto;
  display: block;
}
.main_right .info_body a {
  color: blue;
}
.main_right .info_body table {
  border-collapse: collapse;
  margin: 20px auto;
  border: 1px solid #ccc;
}
.main_right .info_body table th{
  border: 1px solid #ccc;
}

.main_right .info_body table tr:nth-child(2n+0) {
  background-color: #efeeee;
}
.main_right .info_body table td {
  border: 1px solid #ccc;
  text-indent: 0.5em;
}
.main_right .right_tj_box {
  margin: 15px auto;
}
.main_right .right_tj_box .right_title_h3 {
  font-size: 20px;
  color: #007ecb;
  padding-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
.main_right .right_tjpro ul {
  margin-top: 15px;
}
.main_right .right_tjpro ul li {
  float: left;
  width: 23%;
  overflow: hidden;
  margin-right: 2%;
}
.main_right .right_tjpro ul li p {
  line-height: 36px;
}
.main_right .right_tjpro ul li p a {
  display: block;
}
.prolist_box .prodesc {
  line-height: 36px;
  text-indent: 2em;
  margin: 10px auto;
}
.prolist_box .prodesc h1{
  font-size: 20px;
}
.prolist_box .prolist li {
  float: left;
  width: 23%;
  overflow: hidden;
  margin-right: 2%;
  border: 1px solid #ddd;
  margin-bottom: 15px;
  border-radius: 3px;
  padding: 5px;
}
.prolist_box .prolist li:nth-child(4n+0) {
  margin-right: 0;
}
.prolist_box .prolist li .pro_title_h2 {
  height: 40px;
  line-height: 40px;
  overflow: hidden;
}
.prolist_box .prolist li .pro_title_h2 a {
  font-size: 16px;
  display: block;
  text-align: center;
}
.prolist_box .prolist li .pro_title_h2 a:hover {
  color: red;
}
.prolist_box .prolist li p {
  padding: 0 5px;
}
.prolist_box .prolist li p span {
  color: #48a7e9;
}
.prolist_box .prolist li p span a {
  color: #48a7e9;
}
.prolist_box .prolist li p span a:hover {
  color: red;
}
.prolist_box .pagelist {
  margin-top: 30px;
  text-align: center;
}
.prolist_box .pagelist ul {
  display: inline-block;
}
.prolist_box .pagelist ul li {
  width: auto;
  float: left;
  border: 1px solid #e1e1e1;
  padding: 10px 15px;
  margin-right: 5px;
  margin-bottom: 0;
}
.prolist_box .pagelist ul li:hover {
  background-color: #007ecb;
}
.prolist_box .pagelist ul li:hover a {
  color: #fff;
}
.prolist_box .pagelist ul .thisclass {
  background-color: #007ecb;
}
.prolist_box .pagelist ul .thisclass a {
  color: #fff;
}
@media screen and (max-width: 767px) {
  .prolist_box .prolist li {
    width: 31.3%;
  }
}
.artlist_box .artdesc {
  line-height: 36px;
  text-indent: 2em;
  margin: 10px auto 0px;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.artlist {
  margin-top: 15px;
  padding-top: 25px;
}
.artlist li {
  margin-bottom: 25px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.artlist li:hover .fr .annex span:nth-child(4) {
  background-color: red;
  border: none;
}
.artlist li:hover .fr .annex span:nth-child(4) a {
  color: #fff;
}
.artlist .fl {
  width: 20%;
}
.artlist .fr {
  width: 78%;
}
.artlist .pro_title_h2 {
  font-size: 18px;
}
.artlist p {
  line-height: 30px;
  margin-top: 10px;
}
.artlist .annex {
  color: #989595;
  line-height: 36px;
}
.artlist .annex a {
  color: #989595;
}
.artlist .annex span {
  margin-right: 10px;
}
.artlist .annex span:nth-child(4) {
  float: right;
  margin-top: 10px;
  padding: 0 10px;
  border: 1px solid #989595;
}
.pagelist {
  margin-top: 30px;
  text-align: center;
}
.pagelist ul {
  display: inline-block;
}
.pagelist ul li {
  width: auto;
  float: left;
  border: 1px solid #e1e1e1;
  padding: 10px 15px;
  margin-right: 5px;
  margin-bottom: 0;
}
.pagelist ul li:hover {
  background-color: #007ecb;
}
.pagelist ul li:hover a {
  color: #fff;
}
.pagelist ul .thisclass {
  background-color: #007ecb;
}
.pagelist ul .thisclass a {
  color: #fff;
}
.proinfo_box .proinfo_header .fl {
  width: 46%;
}
.proinfo_box .proinfo_header .fr {
  width: 50%;
}
.proinfo_box .proinfo_header .fr .des {
  line-height: 34px;
  margin: 20px 0;
}
.proinfo_box .proinfo_header .fr .des p {
  line-height: 24px;
  margin: 5px 0;
}
.proinfo_box .proinfo_header .fr .des p i {
  font-size: 16px;
  color: yellow;
  background: red;
  padding: 2px 8px 2px 5px;
}
.proinfo_box .proinfo_header .fr .des p span {
  font-size: 20px;
  color: red;
}
@media screen and (max-width: 767px) {
  .proinfo_box .proinfo_header .fl {
    width: 100%;
  }
  .proinfo_box .proinfo_header .fr {
    width: 100%;
  }
}
.artinfo_box {
  padding-bottom: 15px;
  border-bottom: 1px solid #ddd;
}
.artinfo_box .artinfo_header h1 {
  text-align: center;
}
.artinfo_box .artinfo_header .annex {
  text-align: center;
  color: #989595;
  line-height: 36px;
}
.artinfo_box .artinfo_header .annex a {
  color: #989595;
}
.artinfo_box .artinfo_header .annex span {
  margin-right: 10px;
}
.artinfo_box .art_banquan {
  margin: 50px 0 15px;
}
.artinfo_box .art_banquan p {
  line-height: 30px;
}
.artinfo_box .art_banquan p:nth-child(1) {
  font-size: 16px;
  font-weight: 700;
  color: #007ecb;
  margin-bottom: 10px;
}
.artinfo_box .art_banquan p span {
  margin-right: 10px;
}
.artinfo_box .prev_next {
  margin-left: 20px;
  text-align: left;
}
.artinfo_box .prev_next p {
  margin-bottom: 10px;
  font-size: 16px;
}
.page_box {
  border-top: 1px solid #ddd;
  padding-top: 25px;
  line-height: 32px;
}
.page_box p {
  margin-top: 10px;
}
.page_box .jiage .jiagedes {
  font-size: 24px;
  color: red;
  font-weight: 700;
  margin-bottom: 10px;
}
.page_box .jiage table {
  border-collapse: collapse;
}
.page_box .jiage table tr td {
  border: 1px solid #ddd;
}
.page_box .jiage table tr td:nth-child(1) {
  width: 5%;
  text-align: center;
}
.page_box .jiage table tr td:nth-child(2) {
  width: 42%;
  text-align: center;
}
.page_box .jiage table tr td:nth-child(2) img {
  max-width: 100%;
  height: auto;
}
.page_box .jiage table tr td:nth-child(3) {
  width: 32%;
  text-indent: 1em;
}
.page_box .jiage table tr td:nth-child(4) {
  width: 20%;
  text-indent: 1em;
}
.page_box .jiage table thead td {
  text-align: center;
  font-weight: 700;
}
.footer {
  background-color: #007ecb;
}
.footer .footer_top {
  padding-top: 50px;
  padding-bottom: 20px;
  /*border-bottom: 1px solid #847f7f;*/
  margin-bottom: 20px;
}
.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;
  margin-bottom: 15px;
}
.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;
}
.footer .footer_top .footer_contact dd {
  font-size: 16px;
}
.footer .footer_top .footer_contact .weixin {
  margin: 6%;
  width: 40%;
}
.footer .footer_bottom {
  color: #333;
  text-align: center;
  /*border-top: 1px solid #847f7f;*/
  padding: 20px 0 30px;
}
@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;
  }
}
.m_kefu_style {
  display: none;
}
@media screen and (max-width: 500px) {
  .m_kefu_style {
    display: block;
    position: fixed;
    width: 100%;
    height: 50px;
    line-height: 50px;
    bottom: 0;
    left: 0;
    font-size: 13px;
    z-index: 100000000000000000;
  }
  .m_kefu_style li {
    float: left;
    text-align: center;
    border-top: #B2B2B2 1px solid;
    position: relative;
    height: 50px;
  }
  .m_kefu_style li:nth-child(1),
  .m_kefu_style li:nth-child(2),
  .m_kefu_style li:nth-child(3) {
    width: calc(16.666666% - 1px);
    background-color: #fff;
    border-right: #ddd 1px solid;
  }
  .m_kefu_style li:nth-child(1):before {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    left: calc(50% - 11px);
    top: 5px;
    background: url(/skin/images/my-chat-2.png) no-repeat;
    background-size: 22px 22px;
  }
  .m_kefu_style li:nth-child(2):before {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    left: calc(50% - 11px);
    top: 5px;
    background: url(/skin/images/icon-index-2.png) no-repeat;
    background-size: 22px 22px;
  }
  .m_kefu_style li:nth-child(3):before {
    content: "";
    width: 22px;
    height: 22px;
    position: absolute;
    left: calc(50% - 11px);
    top: 5px;
    background: url(/skin/images/icon-message-send2.png) no-repeat;
    background-size: 22px 22px;
  }
  .m_kefu_style li:nth-child(1) a,
  .m_kefu_style li:nth-child(2) a,
  .m_kefu_style li:nth-child(3) a {
    display: block;
    height: 16px;
    line-height: 16px;
    margin-top: 30px;
  }
  .m_kefu_style li:nth-child(4) {
    width: 50%;
    background-color: #FF0000;
    font-size: 16px;
  }
  .m_kefu_style li:nth-child(4) a {
    color: #fff;
    display: block;
  }
}
