/* 百度地图css */
.iw_poi_title {
  color: #CC5522;
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  padding-right: 13px;
  white-space: nowrap
}

.iw_poi_content {
  font: 12px arial, sans-serif;
  overflow: visible;
  padding-top: 4px;
  white-space: -moz-pre-wrap;
  word-wrap: break-word
}

body {
  overflow-x: hidden;
font-family:"微软雅黑";
}

/* 插件中的样式 */

@charset "utf-8";

/* 这个css是初始化的css，在任何项目里面都可以使用 */

/* 禁用iPhone中Safari的字号自动调整 */
html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  /* 解决IOS默认滑动很卡的情况 */
  -webkit-overflow-scrolling: touch;
}

/* 禁止缩放表单 */
input[type="submit"],
input[type="reset"],
input[type="button"],
input {
  resize: none;
  border: none;
}

/* 取消链接高亮  */
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* 设置HTML5元素为块 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

/* 图片自适应 */
// img {
//  width: 100%;
//  height: auto;
//  width: auto\9; /* ie8 */
//  display: block;
//  -ms-interpolation-mode: bicubic;/*为了照顾ie图片缩放失真*/
// }

/* 初始化 */
body,
div,
ul,
li,
ol,
h1,
h2,
h3,
h4,
h5,
h6,
input,
textarea,
select,
p,
dl,
dt,
dd,
a,
img,
button,
form,
table,
th,
tr,
td,
tbody,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  margin: 0;
  padding: 0;
}

body {
  font-family: "PingFang SC", "微软雅黑", arial, verdana, tahoma, sans-serif !important;
  color: #555;
  background-color: #fff;
}

em,
i {
  font-style: normal;
}

ul,
li {
  list-style-type: none;
}

/*strong {
  font-weight: normal;
}*/
.clearfix:after {
  content: "";
  display: block;
  visibility: hidden;
  height: 0;
  clear: both;
}

.clearfix {
  zoom: 1;
}

a {
  text-decoration: none;
  color: #969696;
  font-family: "PingFang SC", "微软雅黑", arial, verdana, tahoma, sans-serif !important;
}

a:hover {
  text-decoration: none;
}

ul,
ol {
  list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-family: "PingFang SC", arial, verdana, tahoma, sans-serif !important;
}

img {
  border: none;
}

input {
  font-family: "PingFang SC", arial, verdana, tahoma, sans-serif !important;
}

input,
button,
select,
textarea {
  outline: none
}

textarea {
  resize: none
}

/*单行溢出*/
.one-txt-cut {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

/*多行溢出 手机端使用*/
.txt-cut {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  /* -webkit-line-clamp: 2; */
  -webkit-box-orient: vertical;
}
.ovh{width:70%;}
.lxwm{width:30%;}
.w50 {
  width: 50%;
}

.w25 {
  width: 25%;
}

.w20 {
  width: 20%;
}

.w60 {
  width: 60%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

.w30 {
  width: 30%;
}

.w33 {
  width: 33.333333%;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.db {
  display: block !important;
}

.dn {
  display: none;
}

.home_chao_2 {
  display: none;
}

.pa {
  position: absolute;
}

.pr {
  position: relative;
  

}

.more_a {
  color: #fff;
  font-size: 16px;
  display: inline-block;
  margin-top: 10px;
  text-transform: uppercase;
}

.more_a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.home_lun_wen {
  top: 45%;
  left: 20%;
}

.phone {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  background: #fff;
  z-index: 33;

}

.ban {
  padding-top: 133px;
  z-index:-1;
}


.phone img {
  padding: 10px 0;
}

#wrapper {
  position: relative;
  transition: transform .25s cubic-bezier(.39, .575, .565, 1)
}

.sidebar-menu.is-active+#wrapper {
  transform: translateX(-300px)
}

.color_dao i {
  display: inline-block;
  font-size: 25px;
  color: #fc2929;
  line-height: 89px;

}

.sidebar-menu {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 300px;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  background-color: #e7e9eb;
  transition: right .5s;
  z-index: 99999
}

.sidebar-menu.is-active {
  display: block;
  transition: right .5s
}

.sidebar-menu__header {
  height: 50px;
  background: #fc2929;
  position: relative;
  display: block;
  padding: 15px 25px;
  height: 100%;
  width: 100%;
  color: #fff
}

.sidebar-menu__title {
  color: #ccc;
  font-size: 16px;
  font-weight: 400;
  text-transform: uppercase
}

.sidebar-menu__title>i {
  display: inline-block;
  float: right;
  font-size: 28px;
  line-height: inherit
}

.sidebar-menu__title:active,
.sidebar-menu__title:focus,
.sidebar-menu__title:hover {
  color: #FFF;
  text-decoration: none
}

.sidebar-menu__title::first-letter {
  text-transform: uppercase
}

.sidebar-menu__title::before {
  content: '\e907';
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -10px;
  color: #fff;
  font-size: 20px;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  letter-spacing: 0;
  font-feature-settings: 'liga'1;
  font-variant-ligatures: discretionary-ligatures;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  all: unset
}

.sidebar-menu__list {
  position: fixed;
  top: 50px;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 300px;
  list-style: none;
  background-color: #FFF;
  transition: right .25s cubic-bezier(.39, .575, .565, 1)
}

.sidebar-menu__item {
  padding: 0;
  width: 100%
}

.sidebar-menu__item:first-child {
  border-top: 0
}

.sidebar-menu__item.sidebar-menu__item--back,
.sidebar-menu__item.sidebar-menu__item--back:hover,
.sidebar-menu__link.sidebar-menu__subtitle {
  background-color: #d33c3c !important
}

.sidebar-menu__item.sidebar-menu__item--back .sidebar-menu__link {
  color: #fff !important
}

.sidebar-menu__item:hover {
  background-color: #FFF;
  cursor: pointer
}

.sidebar-menu__item:hover>.sidebar-menu__link {
  color: #6e6e6e
}

.sidebar-menu__item:hover>.sidebar-menu__link .glyphicon-menu-right {
  color: #6e6e6e
}

.sidebar-menu__item .sidebar-menu__list {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  transform: translateX(300px);
  transition: transform .25s cubic-bezier(.39, .575, .565, 1)
}

.sidebar-menu__item .sidebar-menu__list.is-active {
  transform: translateX(0)
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list {
  z-index: 2
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
  z-index: 3
}

.sidebar-menu__item .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list .sidebar-menu__list {
  z-index: 4
}

.sidebar-menu__link {
  display: block;
  padding: 20px 25px;
  color: #828282;
  font-size: 16px;
  font-weight: 400;
  transition: color .1s cubic-bezier(.39, .575, .565, 1)
}

.sidebar-menu__link::first-letter {
  text-transform: uppercase
}

.sidebar-menu__link:active,
.sidebar-menu__link:focus,
.sidebar-menu__link:hover {
  text-decoration: none
}

.sidebar-menu__link span.glyphicon-menu-left {
  float: left;
  font-size: 12px;
  color: #FFF;
  line-height: 20px;
  margin-right: 4px
}

.sidebar-menu__link .glyphicon-menu-right {
  color: #bababa;
  float: right
}

.search_submenu {
  height: 100%;
  background: #fff;
  overflow-x: hidden;
  overflow-y: scroll;
  margin: 0 auto
}

.search_submenu .sidebar-menu__link {
  display: inline-block
}

.search_submenu::-webkit-scrollbar {
  width: 2px
}

.search_submenu::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.search_submenu::-webkit-scrollbar-thumb {
  background-color: #a9a9a9;
  outline: 1px solid #708090
}

.sidebar-menu__item .sidebar-menu__item--back:hover {
  background-color: #53b045
}

.search_submenu .sidebar-menu__item--back:hover,
.search_submenu .sidebar-menu__item:hover>.sidebar-menu__link {
  background-color: #333;
  color: #fff
}

.search_submenu .sidebar-menu__item a {
  display: inline-block
}

.sidebar-menu__close {
  display: block;
  position: absolute;
  top: 25px;
  right: 20px;
  margin-top: -10px;
  cursor: pointer
}

.sidebar-menu__subtitle:after {
  content: '';
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #FFF;
  width: 20px;
  transition: .5s ease;
  white-space: nowrap
}

.sidebar-menu__header,
.sidebar-menu__subtitle a {
  color: #fff !important
}

/* index.html */
.home_lun_wen h3 {
  font-size: 50px;
  color: rgb(255, 255, 255);
  text-shadow: 2.5px 4.33px 5px rgb(52, 51, 51);
  line-height: 1.2;
}

.home_lun_wen a {

  padding: 5px 30px;
  margin-top: 30px;
  font-size: 16px;

  color: rgb(255, 255, 255);
  line-height: 3.688;
  border: 1px solid #FFF;
}

.home_lun_wen a:hover {
  border: 1px solid #fc2929;
  color: #fc2929;
}

.navs {

  width: 100%;
  position: fixed;
  z-index: 99;
  background: #fff;
}

.navs .container {

  padding: 0px;
  position: relative;
  

}

.navs .container>a>img {
  margin: 10px 0px;

}

.navs .container>a {
  display: inline-block;
  float: left;
}

.navs .container>ul {
  float: left;
  height: 100%;


  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.home_gong {
  background: #f7f8fa;
  padding: 60px 0;
}

.gong div {
  text-align: center;
  margin-right: 40px;
  padding: 60px 30px 40px 30px;
  background: #FFF;
  border: 1px solid rgb(235, 234, 234);
}

.w29 {
  width: 29.4%;
  float: left;
}

.gong div i {
  display: inline-block;
  font-size: 43px;
  color: #fc2929;
}

.gong div h3 {

  font-size: 30px;
  color: #333333;
  margin: 15px 0;
}

.gong div p {

  font-size: 14px;
  color: #a5a5a5;
  height: 42px;
  overflow: hidden;
}

.gong .ative {
  background: #fc2929;
}

.gong div:hover {
  background: #fc2929;

}

.gong div:hover i {
  color: #FFF;

}

.gong div:hover h3 {
  color: #FFF;

}

.gong div:hover p {
  color: #FFF;

}

.gong div a {
  display: block;
}

.gong .ative i,
.gong .ative h3,
.gong .ative p {
  color: #FFF;
}

.navs .home_head_logo ul {
  float: right;
  
  
}

.navs .container>ul>li {
  text-align: center;
  float: left;
}

.navs .container>ul li:hover>a {
  color: #fc2929;
}

.navs .container>ul .index_color>a {
  color: #fc2929;

}

.navs .container>ul>li>a {
  line-height: 1;
  width: 100px;
  display: inline-block;
  font-size: 16px;
  line-height: 89px;
  color: #5a5a5a;
  text-align: center;

}

.navs .container>ul>li:last-child>i {
  width: 50px;
  line-height: 89px;
  display: inline-block;
}

.navs .container>.right {
  position: absolute;
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}

.navs .container>.right form {
  display: none;
}

.navs .container>.right form input {
  width: 200px;
  height: 30px;
  border-radius: 20px;
  padding-left: 15px;
  font-size: 14px;
}

.navs .container>.right span {
  font-size: 14px;
  color: rgb(255, 255, 255);
}

.navs .container>.right span:nth-child(2) {
  line-height: 1;
  display: inline-block;
  padding: 0px 15px;
  margin-left: 10px;
  border-left: 1px solid #fff;
}


.banner img {
  width: 100%;
}


.home_head {
  height: 42px;
  background: #535353;
  
}

.home_head_tel {
  text-align: right;
  padding-top: 11px;
  font-size: 12px;
  color: #7a7a7a;
  
}

.home_head_left {
  font-size: 11px;
  color: #fff;
  line-height: 42px;
  float: left;
}

.home_head_tel span {
  margin-right: 20px;
  vertical-align: middle;
  font-size: 12px;
  display: inline-block;
  position: relative;
  text-align: center;
  color: #fff;
}

.home_head_tel span i {
  color: #FFf;
  margin-right: 5px;
}

.titls {
  text-align: center;
}

.titls h3 {
  font-size: 30px;
  color: #333333;
  margin-top: 50px;
}

.titls h3 span {
  font-size: 30px;
  color: #fc2929;
}

.titls ul {
  overflow: hidden;
  margin: auto;
  padding-top: 10px;
}

.titls ul li {

  display: inline-block;
}

.titls ul li>a {
  font-size: 16px;
  color: #a5a5a5;
  display: inline-block;
  padding: 15px 10px;
}

.titls ul li:hover,
.titls ul li.active {
  background: #fc2929;
  color: #FFF;
}

.titls ul li:hover a,
.titls ul li.active a {
  color: #FFF;
}


.xian span:nth-child(1) {
  display: inline-block;
  width: 60px;
  height: 3px;
  background: #fc2929;
}

.xian {
  margin: 10px 0;
  display: inline-block;
  left: -30px;
}

.xian span:nth-child(2) {
  display: inline-block;
  width: 20px;
  height: 4px;
  background: #fc2929;
  top: -4px;
  left: calc(50% + 20px);
}

.home_chao {
  margin-top: 15px;
}

.wenzi {
  background: #f7f8fa;
  line-height: 65px;
  height: 65px;
  font-size: 16px;
  color: #333333;
  text-align: center;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  -webkit-line-clamp: 1;
  overflow: hidden;

}

.con {
  overflow: hidden;
  margin-top: 5px;
  display: none
}

.box {
  display: none;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.439);

}

.box img {
  top: calc(50% - 30px);
}

.home_chao>a>div {
  overflow: hidden;
}

.home_chao>a>div:hover .box {
  display: block;

}

.home_chao>a>div:hover>img {
  transform: scale(1.2);
  transition: transform 1s;

}

.home_chao>a>.bl>.box {
  display: block;
}

.home_about {
  margin-top: 75px;


}

.home_about .container {
  top: 0%;
  left: 0;
  right: 0;
  bottom: 0;
}

.about {
  color: #fff;
  width: 40%;
  right: 0;
  top: 20%;



}

.ovh {
  overflow: hidden;

}

.ans {
  border-style: solid;
  border-width: 0px 0px 700px 400px;
  border-color: transparent transparent #fc2929 transparent;
  width: 0;
  height: 0;
  top: -20%;
  right: 0;
}

.anindex_in>h3 {
  font-size: 30px;
  color: #fff;
  margin-top: 180px;
}


.anindex_in>p {
  font-size: 18px;
  color: #fff;
  line-height: 25px;
  margin-top: 20px;
  max-height: 180px;
  overflow: hidden;


}

.anindex_in>ul {
  margin-top: 35px;
}

.anindex_in>ul>li {
  padding: 28px 50px 20px 34px;
  display: inline-block;
  background: #FFF;
  box-shadow: 0px 0px 7px 0px rgb(207, 207, 207);
  text-align: center;
  margin-right: 15px;
}

.anindex_in>ul>li:last-child {
  margin-right: 0px;

}


.anindex_in>ul>li>h3 {
  font-size: 36px;
  color: #fc2929;

}

.anindex_in>ul>li>p {
  font-size: 14px;
  color: #929292;
  margin-top: 15px;
}

.bg {
  background: #fc2929;



}

.home_about .col-md-6 {
  padding-left: 0;
  padding-right: 0;

}

.clear {
  clear: both;
}

.about_index {
  background: #fc2929;
  color: #fff;
  margin-top: 70px;
  overflow-x: hidden;
}

.anindex_in {
  width: 585px;
  float: left;
  padding: 15px;
}

.ying_wen {
  font-size: 16px;
  color: #a5a5a5;
  margin: 15px 0;
}

.Ying_ss {
  background: #fff;
  padding: 25px;

}

.Ying_ss>h3 {
  font-size: 16px;
  color: rgb(81, 81, 81);
  text-align: center;
}

.Ying_ss>p {
  font-size: 14px;
  color: #828182;
  margin-top: 15px;
}

.home_ying {
  background: #f7f8fa;
}

.ying_pagination {
  bottom: 0px !important;
  position: relative !important;
  padding-bottom: 50px;

}

.new_s {
  margin-top: 40px;
}

.new_s>.col-md-6>div {
  box-shadow: 0px 0px 7px 0px rgb(207, 207, 207);
  padding-bottom: 30px;
  width: 100%;
  display: block;
  height: 100%;
  padding: 0 25px;

}

.new_t {
  padding: 20px;
  background: #424141;
  font-size: 16px;
  color: #FFF;
  top: -15px;
}

.new_time {
  margin-left: 15px;
}

.new_time h3 {
  color: #515151;
  font-size: 16px;
  margin-top: 20px;

}

.new_time p {
  margin-top: 10px;
}

.new_time p span {
  color: #9e9d9d;
  font-size: 14px;
}

.new_ww {
  color: #9e9d9d;
  font-size: 14px;
  line-height: 24px;
  padding-bottom: 40px;

}

.new_s>.col-md-6>div:hover {
  -webkit-transform: scale(1.03);
  transition: all 300ms;
}

.new_s>.col-md-6>div:hover .new_t {
  background: #fc2929;


}

.new_s>.col-md-6>div:hover .new_ww {
  color: #fc2929;

}

.new_s>.col-md-6>.new_color .new_t {
  background: #fc2929;
}

.home_new {
  padding-bottom: 50px;
}

.sha {
  width: 45px;
  height: 45px;
  background: #999999;
  border-radius: 100%;
  margin-right: 5px;
  text-align: center;
  float: left;

}

.sha>i {
  line-height: 45px;
  color: #FFF;
}

.sha>a {
  top: 8px;
  left: 13px;
  opacity: 0;
}

.bdsharebuttonbox {
  margin-top: 15px;
}

.sha>a:hover {

  opacity: 0 !important;
}

.foots {
  background: #373636;
  text-align: center;
  padding: 50px 0;
  font-size: 14px;
  color: #fff;
border-top:2px  solid #fc3232 ;
}

.foot {
  background: #424141;
  padding-top: 35px;
  padding-bottom: 100px;
  border-top: 4px solid #fc2929;
}

.lianxi h3 {
  font-size: 16px;
  color: #FFF;

}



.lianxi>div {
  margin-top: 15px;
}

.lianxi>div>p {
  font-size: 14px;
  color: #999999;
  line-height: 24px;

}

.feng h3 {
  font-size: 16px;
  color: #FFF;
}

.ying_pagination {
  margin-top: 30px;
}

.ying_pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;

  border-radius: 100%;


}

.ying_pagination .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
  border-radius: 100%;

  background: #fc2929;


}

.jianshao {
  padding-top: 133px;
}

.uls {
  text-align: center;
}

.uls>li {
  display: inline-block;

}

.uls>li>a {

  line-height: 52px;
  font-size: 16px;
  color: #7a7a7a;
  display: inline-block;
  border-bottom: 4px solid #fff;
  padding: 15px 25px;


}

.box_show {
  box-shadow: 2.5px 4.33px 5px 0px rgb(227, 223, 224);

}

.uls>li>a:hover {
  border-bottom: 4px solid #fc2929;
}

.chao .home_chao {
  margin-top: 35px;
}

.chao .home_chao .box {
  display: none;
}

.page {
  text-align: center;
  margin: 50px 0;
}

.page>li {
  display: inline-block;
  margin-left: 10px;

}

.page>li:first-child,
.page>li:last-child {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  box-shadow: 0px 0px 9px 0px rgb(205, 199, 199);
  text-align: center;
  line-height: 50px;

}

.page>li>a {
  font-size: 14px;
  color: #7f7f7f;

}

.page>li:first-child {
  margin-right: 30px;
}

.page>li:last-child {
  margin-left: 30px;
}

.page>li:hover a {
  color: #fc2929;
}

.page>.page_color>a {
  color: #fc2929;
}

.uls .uls_color>a {
  border-bottom: 4px solid #fc2929;

}

.she_chao>a {
  display: inline-block;
  background: #fff;
  box-shadow: 0.5px 0.866px 18px 0px rgb(227, 223, 224);
  margin-top: 25px;

}

.she_chao img {
  padding: 15px;

}

.she {
  line-height: 65px;
  font-size: 14px;
  color: #7a7a7a;
  text-align: center;
}

.she_chao {
  padding-left: 0;

}

.jian_wen {
  background: #fff;
  width: 40%;
  height: 83%;
  top: 10%;
  right: 5%;
  padding: 40px 15px 40px 30px;
  font-size: 14px;
  color: #828182;
  line-height: 24px;
  overflow: hidden;


}

.innerbox {
  overflow: scroll;
  overflow-x: hidden;
  height: 100%;
}

/* 
/*滚动条样式*/
.innerbox::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 4px;
}

.innerbox::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 2px;

  background-color: rgb(252, 41, 41);
}

.innerbox::-webkit-scrollbar-track {
  /*滚动条里面轨道*/

  border-radius: 0;

  border-radius: 2px;
  background: rgb(229, 229, 229);
}

.innerbox>p {
  margin-top: 15px;
}

.gong_er {
  background-color: rgb(255, 255, 255);
  box-shadow: 1.5px 2.598px 10px 0px rgb(194, 181, 185);
  text-align: center;
  padding: 50px 15px;

}

.col-md-4 .gong_er h4 {
  padding-bottom: 56px;

}

.gong_er>i {
  font-size: 40px;


  color: rgb(252, 41, 41);

}

.gong_er>h3 {
  font-size: 18px;
  line-height: 36px;

  color: rgb(252, 41, 41);

}

.gong_er>h4 {
  font-size: 16px;
  line-height: 32px;

  color: rgb(82, 81, 81);

}

.gong_er>p {
  font-size: 14px;
  line-height: 28px;
  text-align: left;

  color: rgb(130, 129, 130);

}

.guan {
  margin-top: 30px;
  padding-left: 0;
  padding-right: 0;
}

.mtop30 {
  margin-top: 30px;
}

.guan .col-md-4 {
  padding-left: 0;
}

.guan .col-md-8 {
  padding-right: 0;
}

.guan .col-md-12 {
  padding-right: 0;
  padding-left: 0;
}

.jian {
  margin-top: 60px;
  margin-bottom: 30px;
}

.yingyong .she_chao img {
  padding: 0;

}

.newsss .she_chao {}

.new_titl {

  font-size: 16px;
  color: rgb(81, 81, 81);
  text-align: left;
  margin-top: 15px;

}

.new_data {
  font-size: 14px;
  line-height: 28px;
  color: rgb(158, 157, 157);
  text-align: left;
  padding-bottom: 5px;
  border-bottom: 1px solid #e5e5e5;
  margin-top: 10px;



}

.cont_new {
  font-size: 14px;
  line-height: 30px;
  color: rgb(130, 129, 130);
  text-align: left;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
  height: 60px;
  -webkit-line-clamp: 2;
  overflow: hidden;


}

.new_zhong .she_chao {
  padding-right: 0;

}

.newsss .she_chao>a {
  text-align: center;
  padding: 60px 25px;
  display: inline-block;

}

.newsss .she_chao>a:hover {


  -webkit-transform: scale(1.03);
  transition: all 300ms;
  zoom: 1;
}



.new_zhong .new_data {
  width: 60%;
}

.new_zhong .col-md-3 {
  padding-left: 0px;
  padding-right: 0;
}

.new_zhong .new_titl {
  padding-top: 10px;
}

.new_zhong .col-md-9 {
  padding-left: 0;
  padding-right: 50px;
}

.zhong {
  color: #fc2929;
  margin-top: 15px;
}

.new_zhong .cont_new {
  height: 24px;
  overflow: hidden;
}

.new_zhong .she_chao img {
  padding: 25px;

}

.new_zhong .she_chao a {
  border: 2px solid #fff;
  width: 100%;
}

.new_zhong .she_chao:hover a {
  transform: scale(1.05);
  border: 2px solid #fc2929;
  transition: all 300ms;
}

.new_zhong .she_chao:hover a .cont_new {



  color: #fc2929;
}

.view .swiper-container {
  width: 500px;
  height: 500px;
}

.view .arrow-left {
  background: url(../img/le.png) no-repeat left top;
  position: absolute;
  left: 10px;
  top: 50%;

  width: 28px;
  height: 51px;
  z-index: 10;
}

.view .arrow-right {
  background: url(../img/le-14.png) no-repeat left bottom;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -25px;
  width: 28px;
  height: 51px;
  z-index: 10;
}

.preview {

  margin-top: 10px;
  position: relative;
}

.preview .swiper-container {

  margin-left: 35px;
}

.preview .swiper-slide {
  width: 87px;
  height: 82px;
  cursor: pointer;
}

.preview .slide6 {
  width: 82px;
}

.preview .arrow-left {
  background: url(../img/le-14.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/le-14.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 #F00;
}

.inps h3>span {
  color: #fc2929;
}

.inps h3 {
  margin: 20px 0;
  font-size: 14px;
  text-align: left;

  color: rgb(130, 129, 130);


}

.inps {
  padding-right: 0;
  padding-left: 0;
}

.inps input {
  border-style: solid;
  padding-left: 20px;
  border-width: 1px;
  display: inline-block;
  width: 300px;
  height: 47px;
  border-color: rgb(235, 233, 233);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 7px 0px rgb(207, 207, 207);
}

.inps textarea {
  border-style: solid;
  padding-left: 20px;
  border-width: 1px;
  width: 100%;
  height: 120px;
  display: inline-block;
  border-color: rgb(235, 233, 233);
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 7px 0px rgb(207, 207, 207);
}

.tijiao {
  background: #fc2929;
  color: #FFF;
  font-size: 14px;
  padding: 15px 40px;
  border: none;
  display: inline-block;
  margin-right: 0;
  text-align: right;


}

.text-r {
  text-align: right;
  margin-top: 15px;
}

.lian {
  padding-top: 15px;
  padding-bottom: 80px;
}

.lian p {

  font-size: 14px;

  color: rgb(130, 129, 130);
  line-height: 28px;

}

.lian img {

  margin-top: 30px;

}

.liantop {
  margin-top: 40px;
  padding-bottom: 50px;
  margin-bottom: 30px;
  border-bottom: 1px solid #eeeeee;
}

.liantop2 {

  margin-bottom: 60px;

}

.mobile-foot {
  display: none;
  background: #fc2929;
  padding: 8px 0;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;

}

.mobile-foot a {
  color: #fff;
  height: 35px;
  line-height: 33px;
  border: 1px solid #fff;
  border-radius: 4px;
  text-align: center;
  width: 22%;
  padding: 0 15px;
  margin: 0 5px;
  transition: .3s;
  -o-transition: .3s;
  -moz-transition: .3s;
  -webkit-transition: .3s;
  padding: 0px;
}

.btn {
  display: inline-block;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 4px;
}

.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.er_ul {
  background: #fff;
  width: 140px;
  margin: auto;

  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  display: block;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;



  box-shadow: 0px 0px 7px 0px rgb(207, 207, 207);
}

.er_ul>li {
  text-align: center;

}

.er_ul>li>a {
  color: #000000;
  padding: 10px;
  display: block;
  font-size: 12px;
}

.navs .container>ul li:hover .er_ul {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;

  display: block;

}

.searchbox {
  padding: 44px 0 38px;
  box-shadow: 0px 0px 7px 0px rgb(207, 207, 207);
  background: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  top: 131px;
  border-top: 2px solid #F00;
  text-align: center;
  z-index: 44;


}

.searchs {
  max-width: 600px;
  margin: 0 auto;
}

.searchs .sertext {
  display: block;
  float: left;
  padding: 0;
  outline: none;
  padding-left: 12px;
  width: 460px;
  float: left;
  border: 1px solid #cdcdcd;
  color: #a2a2a2;
  font-size: 12px;
  font-family: "微软雅黑";
  height: 52px;
  line-height: 52px;
  transition: 0.4s;
}

.serbtn {
  padding: 0;
  margin: 0;
  border: none;
  outline: none;
  width: 129px;
  float: right;
  height: 52px;
  text-align: center;
  line-height: 52px;
  background: #fc2929;
  color: #ffffff;
  font-size: 15px;
  cursor: pointer;
  transition: 0.44s;
}

.displaynone {
  display: none;
}

.wen_color {
  top: 30%;
  left: 20%;
}

.wen_color>h3 {
  font-size: 28px;
  color: rgb(255, 255, 255);
  line-height: 40px;
  text-shadow: 1.5px 2.598px 3px rgb(48, 48, 48);
}

.wen_color>p {
  font-size: 14px;
  color: rgb(255, 255, 255);

  text-shadow: 1.5px 2.598px 3px rgb(48, 48, 48);

}

.wen_color>p a {
  color: rgb(255, 255, 255);

}

.newsin {
  margin-bottom: 60px;

}

.newsin .container .tit {
  height: 80px;
  position: relative;
  text-align: center;
  padding: 30px 0px;
  font-size: 18px;
  color: rgb(90, 90, 90);
  line-height: 1;
}

.newsin .container .tit span {
  position: absolute;
  right: 5px;
  bottom: 25px;
  font-size: 14px;
  color: rgb(90, 90, 90);
}

.newsin .container .newsin_article {
  padding: 30px 0px 60px;
  font-size: 14px;
  color: rgb(112, 112, 112);
  line-height: 2;
  border-bottom: 1px solid #eaeaea;
}

.newsin .container .nextprev {
  padding: 20px 0px 45px;
}

.newsin .container .nextprev .right img {
  margin-left: 10px;
}

.newsin .container .nextprev .left img {
  margin-right: 10px;
}

.newsin .container .nextprev a {
  display: inline-block;
  vertical-align: middle;
}

.newsin .container .nextprev a:hover {
  color: #fc2929;
}

.newsin .container .nextprev {
  padding: 20px 0px 45px;
}

.home_head_pagination .swiper-pagination-bullet {
  width: 28px;
  height: 16px;
  display: inline-block;
  border-radius: 0%;
  background: #fff;
  opacity: .3;
}

.home_head_pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: #fc2929;
  height: 8px;
}

.bd_weixin_popup_foot {
  display: none;
}

.bottom>p span {
  display: inline-block;
  background: #fc2929;
  width: 160px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #fff;
  font-size: 16px;
}

.bottom .pro_inner {
  border-top: 3px solid rgb(238, 238, 238);
  padding: 25px 0px 95px;
  font-size: 14px;
  color: #818080;
  line-height: 28px;
}

.xing_wes>h3 {
  font-size: 18px;
  color: #333333;
  padding-bottom: 15px;
  border-bottom: 1px solid #d2d2d2;

}

.xing_wes>div>p {
  color: #7a7a7a;
  font-size: 14px;
  margin-top: 15px;
}

.xing_wes>div>p span:nth-child(2) {
  margin-left: 40px;
}

.xing_wes>div:nth-child(2) {
  padding-bottom: 15px;
  border-bottom: 1px solid #d2d2d2;

}

.xing_mtop {
  margin-top: 30px;
text-align:center;
margin-bottom:10px;
}
.xing_mtop h3{font-size:2em;}
.xing_mtop img{width:50%;padding-top:10px;}

#case_detail .slide_case {
  width: 100%;
  padding: 70px;
  float: left;
}

.sp-arrows {
  display: block !important;

}

.bottom {
  margin-top: 25px;
}

.ying_pagination .swiper-pagination-bullet {
  background: #424141;
  opacity: 1;
}

.ying_pagination .swiper-pagination-bullet-active {
  background: #fc2929;
}

.xing_wes {
  margin-left: 20px;
}

.newsss .she_chao>a .cont_new:hover {
  color: #fc2929;

}

.swiper_ying .swiper-slide a,
.yingyong .she_chao a,
.shebei .she_chao a {
  display: inline-block;
  overflow: hidden;
}

.swiper_ying .swiper-slide a:hover img,
.yingyong .she_chao a:hover img,
.shebei .she_chao a:hover img {
  transform: scale(1.2);
  transition: linear 2s;
}

.swiper_ying .swiper-slide a:hover p,
.yingyong .she_chao a:hover p,
.shebei .she_chao a:hover {
  color: #fc2929;
}

.swiper_ying .swiper-slide a:hover h3,
.yingyong .she_chao a:hover h3 {
  color: #fc2929;
}

.shebei .she_chao a:hover {
  background: #fc2929;
  color: #fff;
}

.shebei .she_chao a:hover .she {

  color: #fff;
}

.con1 {
  display: none;
}

.item_ul_db:hover>a>span {
  color: #fc2929;
}

.rightfix {
  position: fixed;
  top: 200px;
  right: 0px;
  width: 40px;
  border: 1px solid #dee2e7;
  border-right: none;
  z-index: 2;
  border: 1px solid #dee2e7;
  background: #fff;
}

.fix_ul li {
  font-size: 12px;
  color: #696d73;
  text-align: center;
  float: none;
  position: relative;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin-bottom: 0px;
  color: #fff;
}

.fix_ul li i {
  font-size: 20px;
  color: #848484;
}

.fix_ul li:nth-child(2n) {
  background: #eaeaea;
}

.right_div {
  opacity: 0;
  position: absolute;
  right: 20px;
  top: 0px;
  background: #fff;
  padding: 5px;
  line-height: 30px;
  transition: all .2s ease-in-out;
  min-width: 120px;
}

.fix_ul li:hover a {
  color: #848484;
}

.fix_ul li:hover .right_div {
  opacity: 1;
  right: 40px;
}

.fix_ul li:hover {
  background: #fc2929;
}

.fix_ul li:hover i {
  color: #fff;
}

.con.active {
  display: block;
}

.log_wens {
  display: inline-block;
  color: #fc2929;
  font-size: 20px;
  margin-left: 20px;
  text-transform: uppercase;
  line-height: 90px;
}

@media (max-width: 1800px) {
  .anindex_in>ul>li>h3 {
    font-size: 25px;
  }

  .anindex_in>ul {
    margin-top: 10px;
  }

  .anindex_in>h3 {
    font-size: 25px;

    margin-top: 100px;
  }

  .anindex_in>p {
    font-size: 12px;
    line-height: 20px;
  }
}

@media (max-width: 1400px) {
  .anindex_in>ul>li {
    padding: 10px 50px 10x 50px;
    margin-right: 5px;
  }

  .anindex_in>ul>li>h3 {
    font-size: 18px;
  }

  .anindex_in>p {
    line-height: 18px;
    margin-top: 7px;
  }

  .anindex_in {
    width: 100%;

    padding: 15px;
  }

}

@media (max-width: 1200px) {
  .inps input {
    padding-left: 15px;
    width: 250px;
  }

  .home_head_tel span {
    margin-right: 5px;
    font-size: 12px;
  }

  .home_head_left {
    font-size: 12px;
  }

  .home_lun_wen h3 {
    font-size: 30px;
  }

  .gong div {
    margin-right: 20px;
    padding: 30px 15px 20px 15px;
  }

  .anindex_in>ul>li {
    padding: 10px 15px 10px 15px;
  }

  .uls>li>a {
    font-size: 12px;
    padding: 5px;

  }
}

@media (max-width: 1000px) {
  .jianshao {
    padding-top: 89px;
  }

  .searchbox {
    top: 89px;

  }

  .new_titl {
    font-size: 14px;
  }

  .new_data {
    font-size: 12px;
    line-height: 17px;
  }

  .cont_new {
    font-size: 12px;
    line-height: 23px;
    margin-top: 0;
  }

  .new_zhong .she_chao img {
    padding: 14px;
  }

  .zhong {

    margin-top: 0px;
  }

  .home_head {
    display: none;
  }

  .ban {
    padding-top: 89px;
  }

  .navs .container>ul>li>a {

    width: 100px;
  }

  .home_lun_wen h3 {
    font-size: 20px;
  }

  .home_head_logo {
    margin: 0 20px;
  }

  .new_s>.col-md-6>div {
    margin-top: 30px;
  }

}

@media (max-width: 990px) {
  .inps input {
    padding-left: 5px;
    width: 190px;
  }

  .col-md-4 .gong_er h4 {
    padding-bottom: 84px;
  }

  .lianxi>.col-md-6:nth-child(3) {
    margin-top: 0px;
  }
}

@media (max-width: 900px) {
  .titls ul li>a {
    font-size: 12px;
    padding: 10px 4px;
  }


  .new_zhong .she_chao {
    padding-right: 15px;
    padding-left: 15px;
  }

}

@media (max-width: 780px) {
  .she_chao {
    padding-left: 15px;
  }

  .rightfix {
    display: none;
  }

  .newsin .container .tit {
    font-size: 13px;
  }

  .newsin .container .tit span {

    position: relative;

    display: inline-block;
    top: 30px;
    font-size: 12px;
  }

  .mobile-foot {
    display: block;
  }

  footer {
    display: none;
  }

  .titls h3 {
    font-size: 20px;

    margin-top: 20px;
  }

  .titls h3 span {
    font-size: 20px;

  }

  .phone {
    display: block;
  }

  .searchbox {

    top: 89px;
  }

  .box_show {
    display: none;

  }

  .jianshao {
    padding-top: 89px;
  }

  .jian {
    margin-top: 15px;
    margin-bottom: 70px;
  }


}

@media (max-width: 770px) {
  .log_wens {
    display: none;
  }

  #example5 {
    margin-left: 15px;
    margin-right: 15px;
    width: 90% !important;
  }

  .xing_wes {
    padding: 15px !important;

  }

  .bottom {
    padding: 15px;
    margin-top: 0;
  }

  .slide_case {
    padding: 15px;
  }

  .inps input {
    padding-left: 15px;
    width: 200px;
  }

  .lian {
    padding-top: 15px;
    padding-bottom: 0px;
  }


  .new_zhong .col-md-9 {
    padding: 10px 15px;


  }

  .new_titl {
    margin-top: 0;
  }

  .guan .col-md-4 {
    padding-left: 15px;
  }

  .guan .col-md-8 {
    padding-right: 15px;
    margin-top: 15px;
  }

  .gong_er {

    padding: 25px 15px;
  }

  .guan .col-md-12 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .jian_wen {
    font-size: 12px;
    width: 50%;
    padding: 15px;
  }

  .gong_er>i {
    font-size: 30px;
  }

  .gong_er>h4 {
    font-size: 14px;
    line-height: 20px;
  }

  .gong_er>p {
    font-size: 12px;
    line-height: 24px;
  }
}

@media (max-width: 650px) {
  .w29 {
    width: 90%;
    margin: 15px;
  }

  .newsss .she_chao>a {

    padding: 30px 25px;
  }

  .page {

    margin: 15px 0 60px 0;
  }

  .wen_color>h3 {
    font-size: 18px;
  }

  .titls ul {
    display: none;
  }

  .ying_wen {
    font-size: 12px;
    color: #a5a5a5;
    margin: 10px;
  }

  .chao .col-md-4:nth-child(2n+1) {
    padding-left: 7.5px;
    padding-right: 7.5px;

  }

  .chao .col-md-4:nth-child(2n) {
    padding-left: 7.5px;
    padding-right: 7.5px;

  }

  .new_ww {

    font-size: 12px;
  }

  .new_time h3 {
    font-size: 14px;
  }

  .new_t {
    padding: 10px;
  }

  .searchbox {
    padding: 30px 10px;

  }

  .searchs .sertext {


    width: 250px;
  }

  .serbtn {

    width: 88px;

  }

  .chao .home_chao {
    margin-top: 15px;
  }

  .liantop .col-md-6 {
    width: 90%;

  }
}

@media (max-width: 480px) {
	.lxwm{width:100%;}
	
	.ovh{width:100%;}
  .searchbox {
    top: 68px;

  }

  .jianshao {
    padding-top: 68px;
  }

  .ban {
    padding-top: 68px;
  }

  .phone img {
    width: 70%;
  }

  .color_dao i {
    line-height: 68px;
    font-size: 20px;
  }

  .ans {
    display: none;
  }

  .page>li:last-child {
    margin-left: 10px;
  }

  .page>li:first-child {
    margin-right: 10px;
  }

  .rexian {

    width: 100px;
  }

  .wen_color {

    left: 10%;
  }

  .liantop {
    margin-top: 15px;

    padding-bottom: 25px;
  }

  .shebei .col-xs-6:nth-child(2n+1) {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .shebei .col-xs-6:nth-child(2n) {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .she_chao img {
    padding: 5px;
  }

  .she_chao {
    padding-left: 15px;
  }

  .she {
    line-height: 36px;
    font-size: 12px;
    height: 36px;
    overflow: hidden;
    padding: 0 5px;
  }

  .home_lun_wen h3 {
    font-size: 14px;
  }

  .home_lun_wen a {
    padding: 4px 10px;
    margin-top: 15px;
    font-size: 12px;
  }

  .anindex_in>h3 {
    font-size: 20px;
    margin-top: 5px;
  }

  .anindex_in>ul>li {
    padding: 7px;
    margin-right: 3px;
  }

  .about_index {

    margin-top: 15px;
  }

  .ying_pagination {
    margin-top: 15px;
    padding-bottom: 15px;
  }

  .wenzi {
    font-size: 12px;
    line-height: 30px;
  }

  .con>.col-md-3:nth-child(2n+1) {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .con>.col-md-3:nth-child(2n) {
    padding-left: 7.5px;
    padding-right: 7.5px;
  }

  .home_gong {

    padding: 10px 0;
  }

  .searchs .sertext {
    width: 200px;
  }



  .box img {
    width: 30px;
    height: 30px;
    top: calc(50% - 15px);
  }
}



#page {
  clear: both;
  height: 40px;
  margin: 20px auto;
  text-align: center;
  display: table;
}

#page li {
  float: left;
  padding: 5px 14px;
  border: 1px solid #CCCCCC;
  margin-right: 6px;
  color: #666;
  font-size: 12px;
  list-style: none;
}

#page li:hover {
  border: 1px solid #0060ad;
}

#page li:hover a {
  color: #0060ad
}

#page li a {
  color: #666
}

#page li.active {
  border: 1px solid #0060ad;
  background-color: #0060ad;
  color: #FFFFFF
}

#page li.active a {
  color: #fff
}

#page .thisclass {
  background-color: #0060ad;
  color: #FFFFFF
}
.sp-selected .sp-image-container .sp-image{
  margin-left: 0!important;
  width: 100%!important;
  margin-top: 0!important;
}


#pages{text-align:center;font-size:18px;color:#fc2929;}