@charset "utf-8";
.clearjs {
  width: 100%;
  clear: both;
  line-height: 0;
  display: block;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
  content: '.'
}
*, *:before, *:after {
  margin: 0;
  padding: 0;
  list-style: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}
html, body {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  width: 100%;
  height: 100%
}
body {
  font-size: 16px;
  color: #333;
  line-height: 1.5;
  font-family: 'Microsoft Yahei', 'Helvetica Neue', Arial, sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  font-weight: 400
}
a {
  color: #333;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
  transition: all .4s
}
a:hover {
  color: #AC2429;
}
table {
  border-collapse: collapse;
  border-spacing: 0
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal
}
em, i {
  font-style: normal
}
img {
  vertical-align: middle;
  transition: all .4s
}
video {
  outline: 0
}
input, select, textarea {
  font-size: 14px
}
select {
  -webkit-appearance: none;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
}
textarea {
  overflow: auto
}
input:focus, textarea:focus, button:focus, select:focus {
  outline: 0
}
input::-ms-clear {
  display: none
}
input[type="text"], input[type="button"], input[type="submit"], textarea {
  -webkit-appearance: none
}
.container {
  width: 100%;
  max-width: 1450px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}
/* header */
header {
  width: 100%;
  display: flex;
  flex-direction: column;
}
header .top {
  background: #f5f5f5;
  border-bottom: 1px solid #eee;
  font-size: 14px;
  line-height: 36px;
  color: #888;
}
header .top a {
  color: #888;
  padding: 0 5px;
}
header .top a:hover {
  color: #AC2429;
}
header .top .welcome {
  float: left;
}
header .top .href {
  float: right;
}
header .head .container {
  padding: 15px 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
header .head .container:after {
  display: none;
}
header .head .logo img {
  height: 55px;
  width: auto;
}
header .head .line {
  margin: 0 20px;
  width: 1px;
  height: 80px;
  position: relative;
  background: transparent;
  background: -webkit-linear-gradient(180deg, transparent 0%, #ccc 50%, transparent 100%);
  background: -o-linear-gradient(180deg, transparent 0%, #ccc 50%, transparent 100%);
  background: -moz-linear-gradient(180deg, transparent 0%, #ccc 50%, transparent 100%);
  background: linear-gradient(180deg, transparent 0%, #ccc 50%, transparent 100%);
}
header .head .logoinfo {
  font-size: 16px;
  line-height: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
header .head .logoinfo .bold {
  font-weight: bold;
  font-size: 22px;
  padding: 0 0 15px 0;
}
header .head .logoinfo span {
  color: #AC2429;
}
.htel {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 1;
}
.htel .iconfont {
  font-size: 65px;
  margin-right: 15px;
}
.htel em {
  padding: 10px 0 0 0;
  font-weight: bold;
  font-size: 24px;
  color: #AC2429;
  display: block;
  overflow: hidden;
}
header .head .navbut {
  display: none;
}
header nav {
  width: 100%;
  background: #0473CD;
  z-index: 99999
}
header nav li {
  float: left;
  background: url(../img/nav_line.png) left center no-repeat;
  padding-left: 2px;
  position: relative;
  z-index: 99;
}
header nav li > a {
  display: block;
  overflow: hidden;
  font-size: 16px;
  color: #fff;
  padding: 0 50px;
  line-height: 50px;
}
header nav li .sub {
  display: none;
  position: absolute;
  left: 0px;
  top: 100%;
  white-space: nowrap;
  min-width: 100%;
  z-index: 9999999999;
}
header nav li .sub a {
  display: block;
  overflow: hidden;
  color: #fff;
  padding: 0 30px;
  background: rgba(0, 0, 0, 0.5);
  margin-left: 2px;
  line-height: 40px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
}
header nav li .sub a:hover {
  background: #AC2429;
}
header nav li:first-child {
  padding-left: 0;
  background: none;
}
header nav li:hover {
  z-index: 5;
}
header nav li:hover > a {
  background: #AC2429;
  color: #fff;
}
header nav li.on {
  z-index: 5;
}
header nav li.on > a {
  background: #AC2429;
  color: #fff;
}


.mobilenav {
  display:none;
}

footer {
  background: #1a1a1a;
  color: #868686;
  padding: 70px 0 30px 0;
  line-height: 2;
}
footer a {
  color: #868686
}
footer a:hover {
  color: #fff;
  padding-left: 5px;
}
footer .container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1600px;
}
footer .tit {
  line-height: 1;
  margin-bottom: 15px
}
footer .tit span {
  font-size: 18px;
  color: #fff
}
footer .tit em {
  font-size: 14px;
  text-transform: capitalize;
  display: block;
  margin: 10px 0 20px 0
}
footer .tit:after {
  display: block;
  overflow: hidden;
  width: 14px;
  height: 1px;
  background: #b41515;
  content: ''
}
footer .logo {
  width: 420px;
  margin-top: 15px;
  padding-right: 100px;
}
footer .logo img {
  width: 200px;
  height: auto
}
footer .nav {
  line-height: 2.5;
  width: 250px;
}
footer .followus {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
}
footer .followus .text {
  font-size: 16px;
}
footer .ftewm {
  text-align: center;
  padding-top: 20px;
}
footer .ftewm .ewmlist {
  float: left;
  margin-right: 10px;
  font-size: 14px;
}
footer .ftewm .ewmlist img {
  width: 100%;
}
footer .logo .text {
  padding-top: 30px;
}
footer .copy {
  margin-top: 30px;
  padding-top: 30px;
  text-align: center;
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #434343;
}
.copyright {color: #666; text-align: center;  padding-bottom: 30px}
/* search */
.search {
  width: 100%;
  overflow: hidden;
  padding: 10px 0;
  box-shadow: 0 0 10px #eee;
}
.search .container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.search .container:after {
  display: none;
}
.search .wzgg {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 20px 0 110px;
  overflow: hidden;
  position: relative;
  height: 30px;
  line-height: 30px;
}
.search .wzgg .tit {
  position: absolute;
  left: 0px;
  top: 0px;
  color: #0473CD;
  font-weight: bold;
  font-size: 16px;
}
.search .wzgg .tit .iconfont {
  font-size: 24px;
  font-weight: normal;
  float: left;
  margin-right: 5px;
}
.search .wzgg a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.search .box input[type='text'] {
  width: 200px;
  height: 32px;
  border: 1px solid #eee;
  padding: 0 10px;
  float: left;
}
.search .box input[type='submit'] {
  width: 50px;
  height: 32px;
  background: #0473CD;
  color: #fff;
  border: 0;
  float: left;
  cursor: pointer;
  transition: all 0.3s;
}
.search .box input[type='submit']:hover {
  background: #AC2429;
}
/* banner */
.nbanner {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.nbanner .tit {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #fff;
  letter-spacing: 5px;
  z-index: 99
}
.nbanner img {
  width: 100%;
}
.pc {
  display: block;
}
.wap {
  display: none;
}
.banner {
  position: relative;
}
.banner a {
  display: block;
  overflow: hidden
}
.banner a img {
  width: 100%;
  height: auto
}
.banner .banner-next, .banner .banner-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  color: #fff;
  font-size: 30px;
  opacity: 0;
  transition: all .6s;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 20px 5px
}
.banner .banner-next:hover, .banner .banner-prev:hover {
  background-color: rgba(210, 17, 38, 0.5)
}
.banner .banner-next {
  right: 5%
}
.banner .banner-prev {
  left: 5%
}
.banner .banner-num {
  position: absolute;
  bottom: 30px !important;
  z-index: 5;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center
}
.banner .banner-num .swiper-pagination-bullet {
  border-radius: 0;
  width: 55px;
  height: 10px;
  margin: 0 5px !important;
  background: #fff;
  transition: all .6s;
  border-radius: 10px;
  opacity: .7
}
.banner .banner-num .swiper-pagination-bullet-active {
  background: rgba(0, 0, 0, 0.75);
  width: 70px
}
.banner:hover .banner-next, .banner:hover .banner-prev {
  opacity: 1
}
/* in_tit */
.in_tit {
  overflow: hidden;
  text-align: center;
  padding: 0 0 30px 0;
  line-height: 1;
}
.in_tit span {
  font-size: 30px;
  color: #333;
}
.in_tit em {
  font-size: 16px;
  display: block;
  overflow: hidden;
  text-transform: uppercase;
  letter-spacing: 2px;
  padding: 14px 0 10px 0;
}
.in_tit p {
  display: inline-block;
  position: relative;
  color: #888;
}
.in_tit p:before, .in_tit p:after {
  content: "";
  width: 34px;
  height: 2px;
  background: #AC2429;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}
.in_tit p:before {
  left: -54px;
}
.in_tit p:after {
  right: -54px;
}
/* in_box */
.in_box {
  width: 100%;
  padding: 50px 0;
}
/* in_bj */
.in_bj {
  background: #f5f5f5;
}
.map {
  padding-bottom: 50px;
}
.map img {
  width: 100%;
}
/* web_flex */
.web_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.web_flex .main_left {
  width: 240px;
}
.web_flex .main_left .web_left_tit {
  display: block;
  overflow: hidden;
  text-align: center;
  color: #fff;
  padding: 25px 0;
  background: #AC2429;
  background: -webkit-linear-gradient(bottom, #AC2429, #037adb);
  background: -o-linear-gradient(bottom, #AC2429, #037adb);
  background: -moz-linear-gradient(bottom, #AC2429, #037adb);
  background: linear-gradient(bottom, #AC2429, #037adb);
  line-height: 1;
}
.web_flex .main_left .web_left_tit span {
  font-size: 24px;
}
.web_flex .main_left .web_left_tit em {
  display: block;
  overflow: hidden;
  padding: 10px 0 0 0;
  text-transform: uppercase;
  font-family: 'deckerregular';
  font-size: 14px;
}
.web_flex .main_left .menu {
  background: #fff;
  box-shadow: 0 0 20px #ddd;
}
.web_flex .main_left .menu ul li > a {
  display: block;
  overflow: hidden;
  line-height: 51px;
  padding: 0 0 0 25px;
  background: #fff;
  background: -webkit-linear-gradient(right, #fff, #f5f5f5);
  background: -o-linear-gradient(right, #fff, #f5f5f5);
  background: -moz-linear-gradient(right, #fff, #f5f5f5);
  background: linear-gradient(right, #fff, #f5f5f5);
  border-bottom: 1px dotted #ddd;
}
.web_flex .main_left .menu ul li .sub {
  display: none;
}
.web_flex .main_left .menu ul li .sub a {
  padding: 0 0 0 25px;
  display: block;
  overflow: hidden;
  border-bottom: 1px dotted #eee;
  line-height: 39px;
  font-size: 14px;
  color: #888;
}
.web_flex .main_left .menu ul li .sub a:hover {
  color: #AC2429;
}
.web_flex .main_left .menu ul li:first-child .sub {
  display: block;
}
.web_flex .main_left .menu ul li:hover > a, .web_flex .main_left .menu ul li.on > a {
  background: #AC2429;
  color: #fff;
}
.web_flex .main_right {
  width: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 0 30px;
}
.web_flex.row {
  flex-direction: row-reverse;
}
.web_flex.row .main_right {
  padding: 0 30px 0 0;
}
/* in_heng */
.in_heng {
  width: 100%;
  overflow: hidden;
  background: url(../img/bj_incont.jpg) center top no-repeat;
  color: #fff;
  line-height: 1;
}
.in_heng .container {
  height: 216px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.in_heng .container:after {
  display: none;
}
.in_heng .left {
  font-size: 24px;
  letter-spacing: 2px;
}
.in_heng .left .bt {
  font-size: 30px;
  display: block;
  overflow: hidden;
  padding-bottom: 30px;
}
.in_heng .left .bt span {
  color: #FFFF00;
}
.in_heng .left .ggtext {
  font-size: 20px;
}
.in_heng .left .ggtext span {
  padding: 0 30px 0 5px;
}
.in_heng .right {
  text-align: right;
}
.in_heng .right .htel {
  color: #fff;
  text-align: left;
}
.in_heng .right .htel em {
  color: #fff
}
/* in_case */
.in_case .swiper-slide {
  overflow: hidden;
}
.in_case .swiper-slide img {
  width: 100%;
  height: auto;
}
.in_case .swiper-slide .fd {
  position: absolute;
  left: 0px;
  bottom: 0px;
  right: 0px;
  height: 44px;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0 15px;
  transition: all 0.3s;
  text-align: center;
  color: #fff;
  cursor: default;
}
.in_case .swiper-slide .fd span {
  display: block;
  overflow: hidden;
  line-height: 44px;
}
.in_case .swiper-slide .fd i {
  font-size: 14px;
  transform: scale(0.8);
  display: block;
  overflow: hidden;
}
.in_case .swiper-slide .fd p {
  line-height: 22px;
  height: 66px;
  display: block;
  overflow: hidden;
  margin: 5% 0;
  font-size: 14px;
}
.in_case .swiper-slide .fd em {
  display: block;
  overflow: hidden;
  width: 140px;
  line-height: 44px;
  text-align: center;
  background: #AC2429;
  color: #fff;
  margin: 0 auto;
  transition: all 0.3s;
  cursor: pointer;
}
.in_case .swiper-slide .fd em:hover {
  background: #fff;
  color: #AC2429;
}
.in_case .swiper-slide:hover .fd {
  background-color: #0473CD;
  height: 100%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.in_case .swiper-slide:hover .fd span {
  font-size: 16px;
  line-height: 24px;
  max-height: 48px;
  margin-bottom: 15px;
}
.in_case .in_casepn {
  overflow: hidden;
  padding-top: 30px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.in_case .in_casepn a {
  width: 62px;
  height: 42px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  color: #999;
  background-position: center center;
  outline: 0;
}
.in_case .in_casepn a em {
  width: 7px;
  height: 7px;
  margin: 0 4px;
  border-radius: 50%;
  background: #999;
}
.in_case .in_casepn a:hover {
  background-color: #AC2429;
  border: 1px solid #AC2429;
  color: #fff;
}
.in_case .in_casepn a:hover em {
  background: #fff;
}
.in_case .in_casepn .more {
  width: 136px;
  margin: 0 15px;
}
/* in_about */
.in_about {
  background: #f5f5f5;
}
.in_about .flex_main .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  background: #fafafa;
  overflow: hidden;
  padding: 30px;
  margin-left: 35px;
  line-height: 2;
  color: #888;
}
.in_about .flex_main .box .info {
  height: 228px;
  overflow: hidden;
  margin: 0 0 10px 0;
  text-align: justify;
}
.in_about .flex_main .box strong {
  color: #AC2429;
  font-size: 16px;
}
.in_about .flex_main .box .more {
  float: left;
  display: block;
  overflow: hidden;
  color: #AC2429;
  text-transform: uppercase;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.in_about .flex_main .box .more .iconfont {
  font-size: 18px;
  margin-right: 5px;
}
.in_about .flex_main .box .more:hover {
  color: #AC2429;
}
.in_about .tab {
  margin-top: -72px;
  padding: 0 0 25px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.in_about .tab li {
  display: block;
  overflow: hidden;
  line-height: 44px;
  background: #ecebe8;
  font-size: 16px;
  padding: 0 30px;
  cursor: pointer;
}
.in_about .tab li.on {
  background: #AC2429;
  color: #fff;
}
.in_about .xun ul {
  overflow: hidden;
  margin: -15px;
}
.in_about .xun ul li {
  width: 25%;
  float: left;
  padding: 15px;
}
.in_about .xun ul li a {
  background: #fff;
  display: block;
  overflow: hidden;
}
.in_about .xun ul li .pic {
  overflow: hidden;
}
.in_about .xun ul li .pic img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.in_about .xun ul li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 40px;
  transition: all 0.3s;
  color: #666;
}
.in_about .xun ul li:hover .pic img {
  transform: scale(1.1);
}
.in_about .xun ul li:hover span {
  background: #AC2429;
  color: #fff;
}
.in_about .but {
  padding: 30px 0 0 0;
  font-size: 16px;
  line-height: 44px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.in_about .but a {
  border: 1px solid #AC2429;
  color: #333;
  padding: 0 55px;
  border-radius: 10px;
}
.in_about .but a:hover {
  background: #AC2429;
  color: #fff;
  padding: 0 35px;
  letter-spacing: 2px;
}
.in_about .but span {
  padding: 0 25px;
  background: #AC2429;
  color: #fff;
  margin-left: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.in_about .but i {
  font-size: 24px;
  margin-right: 10px;
}
/* all */
.main {
  width: 100%;
  padding: 30px 0;
  overflow: hidden;
}
.main .container {
  position: static;
}
.main .main_pd {
  line-height: 2;
}
.main .main_bor {
  overflow: hidden;
  margin-top: 20px;
}
.main .main_bor .b_tit {
  text-align: center;
  overflow: hidden;
  line-height: 50px;
  color: #fff;
  background: #0473CD;
  font-size: 18px;
}
.main .main_bor:first-of-type {
  margin-top: 0;
}
.main .main_bort {
  border-top: 2px solid #AC2429;
}
.main .main_bort .ktit {
  background: #f5f5f5;
  background: -webkit-linear-gradient(bottom, #f5f5f5, #eee);
  background: -o-linear-gradient(bottom, #f5f5f5, #eee);
  background: -moz-linear-gradient(bottom, #f5f5f5, #eee);
  background: linear-gradient(bottom, #f5f5f5, #eee);
  height: 44px;
  padding: 0 20px;
  font-weight: bold;
  color: #AC2429;
  overflow: hidden;
  box-shadow: 0 0 2px #eee;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 10px;
}
.main .main_bort .ktit .bt {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 10px 0 0;
}
.main .main_bort .ktit .tips {
  color: #888;
}
.main .main_bort .ktit .tips em {
  color: #ff0000;
}
.main .position {
  overflow: hidden;
  text-align: right;
}
.main .position a:hover {
  color: #AC2429;
}
.main .contbox {
  overflow: hidden;
}
.main .contbox img {
  width: 100%;
  height: auto;
}
.main .contbox dl {
  padding: 15px;
}
.main .contbox dl dt {
  color: #000;
  font-weight: bold;
  padding: 0 0 8px 0;
}
.main .contbox dl dd {
  border-top: 1px dotted #ddd;
  padding: 8px 0 8px 65px;
  position: relative;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
}
.main .contbox dl dd span {
  position: absolute;
  left: 0px;
  top: 8px;
}
.main .contbox dl dd:last-child {
  padding-bottom: 0;
}
.main .web_cate li > a {
  display: block;
  overflow: hidden;
  line-height: 44px;
  padding: 0 0 0 25px;
  background: #fafafa;
  background: -webkit-linear-gradient(right, #fafafa, #f0f0f0);
  background: -o-linear-gradient(right, #fafafa, #f0f0f0);
  background: -moz-linear-gradient(right, #fafafa, #f0f0f0);
  background: linear-gradient(right, #fafafa, #f0f0f0);
  border-bottom: 1px dotted #ddd;
  color: #666;
}
.main .web_cate li > a:hover {
  color: #AC2429;
}
.main .web_cate li .sub {
  display: none;
}
.main .web_cate li .sub a {
  padding: 0 0 0 38px;
  display: block;
  overflow: hidden;
  border-bottom: 1px dotted #eee;
  line-height: 34px;
  font-size: 14px;
  color: #888;
  position: relative;
}
.main .web_cate li .sub a:before {
  content: '';
  position: absolute;
  left: 25px;
  top: 50%;
  transform: scaleY(-50%);
  border-top: 3px solid transparent;
  border-left: 4px solid #666;
  border-bottom: 3px solid transparent;
}
.main .web_cate li .sub a:hover {
  color: #AC2429;
}
.main .web_cate li .sub a:hover:before {
  border-left-color: #AC2429;
}
.main .web_cate li .sub a.on {
  color: #AC2429;
  font-weight: bold;
}
.main .web_cate li .sub a.on:before {
  border-left-color: #AC2429;
}
.main .web_cate li.on > a {
  color: #AC2429;
  background: #ddd;
}
.main .web_cate li.on .sub {
  display: block;
}
/* page_box */
.page_box .tit {
  text-align: center;
  overflow: hidden;
  font-size: 20px;
  color: #333;
  border-bottom: 1px dashed #ddd;
  padding: 0 0 14px 0;
  margin-bottom: 10px;
  color: #AC2429;
  line-height: 1.5;
}
.page_box .body {
  overflow: hidden;
}
.artbody img {
  max-width: 100%;
}
.page_box .body img {
  max-width: 100%;
  height: auto;
}
.page_box .key {
  border-top: 1px dashed #ddd;
  overflow: hidden;
  padding: 10px 0 0 0;
  margin-top: 15px;
  font-size: 14px;
}
.page_box .key a {
  margin-right: 10px;
}
.page_box .key a:last-child {
  margin-right: 0;
}
/* view_news */
.view_news .tit {
  text-align: center;
  overflow: hidden;
  font-size: 28px;
  color: #333;
  border-bottom: 1px dotted #ddd;
  padding: 20px 0 8px 0;
  margin-bottom: 8px;
  font-weight: bold;
  line-height: 1.5;
}
.view_news .body {
  overflow: hidden;
}
.view_news .body img {
  max-width: 100%;
  height: auto;
}
.view_news .cs {
  overflow: hidden;
  color: #888;
  font-size: 14px;
  padding: 5px 0 15px 0;
  line-height: 1.1;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.view_news .cs li {
  padding: 0 10px;
}
.view_news .sxp {
  overflow: hidden;
  line-height: 24px;
  font-size: 14px;
  background: #f5f5f5;
  margin: 15px 0 0 0;
  border-radius: 5px;
  position: relative;
  padding: 10px 210px 10px 15px;
}
.view_news .sxp p {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.view_news .sxp .bdsharebuttonbox {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
}
/* list_pro */
.list_pro {
  overflow: hidden;
  margin: -20px;
}
.list_pro li {
  float: left;
  width: 33.3333333333%;
  padding: 20px;
  text-align: center;
}
.list_pro li .pic {
  display: block;
  overflow: hidden;
  border: 1px solid #eee;
}
.list_pro li .pic img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.list_pro li .pic:hover {
  border: 1px solid #AC2429;
}
.list_pro li .pic:hover img {
  transform: scale(1.1);
}
.list_pro li .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 3;
}
.list_pro li .bt:hover {
  color: #AC2429;
}
.list_pro li .info {
  color: #888;
  font-size: 14px;
  height: 40px;
  line-height: 20px;
  overflow: hidden;
  padding: 0 10px;
  margin-top: -4px;
}
.list_pro li .more {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
}
.list_pro li .more a {
  display: block;
  overflow: hidden;
  margin: 0 10px;
  background-color: #0473CD;
  color: #fff;
  width: 80px;
  line-height: 26px;
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 2px;
}
.list_pro li .more a:hover {
  opacity: 0.8;
}
.list_pro li .more a:last-child {
  background: #AC2429;
}
.list_pro.si li {
  width: 25%;
}
/* xg_box */
.xg_box .list_pro li {
  width: 25%;
}
/* pro_index */
.pro_index {
  padding-top: 0;
}
.pro_index .box {
  background: #f5f5f5;
  overflow: hidden;
  padding: 30px;
}
.pro_index .box .tit {
  text-align: center;
  overflow: hidden;
  font-size: 26px;
  text-shadow: 1px 1px 1px #000;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 20px;
}
.pro_index .box .tit span {
  background-color: rgba(2, 94, 169, 0.9);
  color: #fff;
  padding: 0 40px;
  line-height: 50px;
  display: block;
  position: relative;
  border-radius: 50px;
  letter-spacing: 5px;
}
.pro_index .box .tit span:before, .pro_index .box .tit span:after {
  top: 15px;
  width: 20px;
  height: 20px;
  transform: rotate(45deg);
  content: "";
  background: #AC2429;
  position: absolute;
}
.pro_index .box .tit span:before {
  left: -5px;
}
.pro_index .box .tit span:after {
  right: -5px;
}
.pro_index .box ul {
  overflow: hidden;
  margin: -10px 0;
}
.pro_index .box ul li {
  padding: 10px 0;
  overflow: hidden;
}
.pro_index .box ul li > a {
  border-left: 2px solid #AC2429;
  padding: 8px 18px;
  display: block;
  overflow: hidden;
  color: #AC2429;
  font-size: 18px;
  background-color: rgba(255, 255, 255, 0.7);
}
.pro_index .box ul li .sub {
  overflow: hidden;
  padding: 5px 0 0 0;
}
.pro_index .box ul li .sub a {
  display: block;
  overflow: hidden;
  float: left;
  padding: 0 0 0 15px;
  background: url(../img/icon_procate.gif) left center no-repeat;
  margin: 10px 0 0 20px;
}
/* xun_xger */
.xun_xger {
  overflow: hidden;
  margin: -8px -20px;
}
.xun_xger li {
  float: left;
  width: 50%;
  line-height: 30px;
  font-size: 14px;
  padding: 0 20px;
}
.xun_xger li span {
  float: right;
  color: #888;
}
.xun_xger li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding: 0 0 0 10px;
}
.xun_xger li a:before {
  content: '';
  position: absolute;
  left: 0px;
  top: 50%;
  width: 0;
  height: 0;
  transform: translateY(-50%);
  border-top: 3px solid transparent;
  border-left: 4px solid #AC2429;
  border-bottom: 3px solid transparent;
}
/* messdd */
.messdd {
  padding: 20px;
  overflow: hidden;
}
.messdd li {
  float: left;
  width: 33.33333333333%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.messdd li label {
  line-height: 42px;
  width: 110px;
  text-align: right;
  font-size: 14px;
}
.messdd li label i {
  color: #ff0000;
  margin-right: 2px;
}
.messdd li .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
}
.messdd li .box input[type='text'] {
  border: 1px solid #eee;
  width: 100%;
  height: 42px;
  float: left;
  padding: 0 10px;
}
.messdd li .box textarea {
  border: 1px solid #eee;
  width: 100%;
  height: 80px;
  float: left;
  padding: 10px;
}
.messdd li .box .ms {
  padding: 5px 0 0 0;
  overflow: hidden;
  float: left;
  font-size: 14px;
  color: #888;
}
.messdd li .box .ms span {
  color: #ff0000;
}
.messdd li.all {
  width: 100%;
  margin: 15px 0;
}
.messdd li.but {
  padding: 0 0 0 110px;
  display: block;
  width: 100%;
}
.messdd li.but input[type='submit'] {
  border: 0;
  width: 100px;
  height: 36px;
  float: left;
  padding: 0 10px;
  background: #AC2429;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}
.messdd li.but input[type='submit']:hover {
  opacity: 0.8;
}
.messdd li.but input[type='reset'] {
  border: 0;
  width: 100px;
  height: 36px;
  float: left;
  margin-left: 20px;
  background: #666;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}
.messdd li.but input[type='reset']:hover {
  opacity: 0.8;
}
/* xun_pic */
.xun_pic {
  padding: 20px 0;
  overflow: hidden;
  margin: -20px 0;
}
.xun_pic li {
  overflow: hidden;
}
.xun_pic li a {
  display: block;
  overflow: hidden;
  margin: 5px 0;
  border: 1px solid #eee;
}
.xun_pic li .pic {
  overflow: hidden;
}
.xun_pic li .pic img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.xun_pic li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 30px;
  background: #f5f5f5;
  text-align: center;
  padding: 0 10px;
  font-size: 14px;
  transition: all 0.3s;
  color: #666;
}
.xun_pic li:hover .pic img {
  transform: scale(1.1);
}
.xun_pic li:hover span {
  background-color: #0473CD;
  color: #fff;
}
/* list_pic */
.list_pic {
  overflow: hidden;
  margin: -10px;
}
.list_pic li {
  float: left;
  width: 33.33333333%;
  overflow: hidden;
  padding: 10px;
}
.list_pic li a {
  display: block;
  overflow: hidden;
  border: 1px solid #eee;
}
.list_pic li .pic {
  overflow: hidden;
}
.list_pic li .pic img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.list_pic li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2;
  background: #f5f5f5;
  text-align: center;
  padding: 10px;
  transition: all 0.3s;
  color: #666;
}
.list_pic li:hover .pic img {
  transform: scale(1.1);
}
.list_pic li:hover span {
  background-color: #0473CD;
  color: #fff;
}
/* contact */
.contact {
  overflow: hidden;
  background: url(../img/contact.jpg) right center no-repeat;
  margin: 0 20px 20px 20px;
}
.contact li {
  border-top: 1px dashed #eee;
  padding: 15px 0;
  overflow: hidden;
  line-height: 32px;
  font-size: 16px;
  max-width: 440px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact li i {
  font-size: 32px;
  margin-right: 10px;
  color: #AC2429;
}
.contact li .text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
}
.contact li:first-child {
  border-top: 0;
}
/* mess */
.mess {
  overflow: hidden;
}
.mess .tit {
  font-size: 16px;
  color: #AC2429;
  overflow: hidden;
  line-height: 1.2;
  padding: 8px 20px;
  margin-bottom: 20px;
  background: #f5f5f5;
}
.mess ul li {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 15px;
}
.mess ul li label {
  line-height: 42px;
  width: 110px;
  text-align: right;
}
.mess ul li label i {
  color: #ff0000;
  margin-right: 2px;
}
.mess ul li .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
}
.mess ul li .box input[type='text'] {
  border: 1px solid #eee;
  width: 100%;
  max-width: 270px;
  height: 42px;
  float: left;
  padding: 0 10px;
}
.mess ul li .box textarea {
  border: 1px solid #eee;
  width: 100%;
  height: 100px;
  float: left;
  padding: 10px;
}
.mess ul li .box .ms {
  padding: 5px 0 0 0;
  overflow: hidden;
  float: left;
  font-size: 14px;
  color: #888;
}
.mess ul li .box .ms span {
  color: #ff0000;
}
.mess ul li.but {
  padding: 0 0 0 110px;
  margin-bottom: 0;
}
.mess ul li.but input[type='submit'] {
  border: 0;
  width: 100px;
  height: 36px;
  float: left;
  padding: 0 10px;
  background: #AC2429;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}
.mess ul li.but input[type='submit']:hover {
  opacity: 0.8;
}
.mess ul li.but input[type='reset'] {
  border: 0;
  width: 100px;
  height: 36px;
  float: left;
  margin-left: 20px;
  background: #AC2429;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}
.mess ul li.but input[type='reset']:hover {
  opacity: 0.8;
}
/* list_map */
.list_map {
  padding: 50px 0;
  overflow: hidden;
}
.list_map li {
  padding: 10px 0;
  overflow: hidden;
}
.list_map li > a {
  border-left: 2px solid #AC2429;
  padding: 5px 14px;
  display: block;
  overflow: hidden;
  color: #AC2429;
  font-size: 18px;
  background: #f5f5f5;
}
.list_map li .sub {
  overflow: hidden;
}
.list_map li .sub a {
  display: block;
  overflow: hidden;
  float: left;
  padding: 0 0 0 14px;
  background: url(../img/icon_procate.gif) left center no-repeat;
  margin: 10px 0 0 16px;
}
.list_map li:last-child {
  border-bottom: 0;
}
/* list_news */
.list_news {
  margin: -5px 0;
  overflow: hidden;
}
.list_news li {
  padding: 5px 0;
  overflow: hidden;
  position: relative;
}
.list_news li a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 20px;
  background: #f5f5f5;
  color: #666;
}
.list_news li .date {
  background-color: rgba(255, 255, 255, 0.5);
  width: 76px;
  height: 76px;
  text-align: center;
  line-height: 1;
}
.list_news li .date i {
  display: block;
  overflow: hidden;
  font-weight: bold;
  padding: 15px 0 10px 0;
  font-size: 20px;
}
.list_news li .box {
  padding: 0 30px 0 15px;
  width: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.list_news li .box span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 16px;
  transition: all 0.3s;
}
.list_news li .box span:hover {
  color: #AC2429;
}
.list_news li .box p {
  display: block;
  overflow: hidden;
  line-height: 22px;
  height: 44px;
}
.list_news li em {
  width: 90px;
  line-height: 36px;
  text-align: center;
  color: #fff;
  background-color: #0473CD;
  transition: all 0.3s;
}
.list_news li em:hover {
  background: #AC2429;
}
.list_news li:hover a {
  background-color: rgba(2, 94, 169, 0.1);
}
/* xun_wzxh */
.xun_wzxh {
  overflow: hidden;
  padding: 10px 0;
  counter-reset: sectioncounter;
}
.xun_wzxh li {
  line-height: 2;
  overflow: hidden;
  position: relative;
  font-size: 14px;
}
.xun_wzxh li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0 0 25px;
}
.xun_wzxh li a:before {
  content: counter(sectioncounter);
  counter-increment: sectioncounter;
  position: absolute;
  left: 0px;
  top: 3px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  background: #999;
  color: #fff;
  transform: scale(0.8);
}
.xun_wzxh li:nth-child(1) a:before, .xun_wzxh li:nth-child(2) a:before, .xun_wzxh li:nth-child(3) a:before {
  background: #AC2429;
}
/* list_sear */
.list_sear {
  overflow: hidden;
  margin: -15px;
}
.list_sear li {
  padding: 15px;
  overflow: hidden;
  border-bottom: 1px dashed #ddd;
  transition: all 0.3s;
}
.list_sear li a {
  display: block;
  overflow: hidden;
}
.list_sear li a > em {
  color: #fff;
  background: #AC2429;
  display: block;
  overflow: hidden;
  line-height: 30px;
  width: 100px;
  text-align: center;
  margin-top: 5px;
}
.list_sear li a > em:hover {
  background: #AC2429;
}
.list_sear li .bt {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.list_sear li .bt em {
  padding: 0 0 0 10px;
  font-size: 14px;
  color: #888;
}
.list_sear li .bt span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  font-weight: bold;
}
.list_sear li p {
  display: block;
  overflow: hidden;
  color: #888;
  line-height: 1.8;
  font-size: 14px;
  text-align: justify;
}
.list_sear li:last-child {
  border-bottom: 0;
}
/* list_probj */
.list_probj {
  margin: -10px;
  overflow: hidden;
}
.list_probj li {
  float: left;
  width: 33.33333333333%;
  padding: 10px;
  text-align: center;
}
.list_probj li .box {
  background: #fff;
  background: -webkit-linear-gradient(top, #fff, #eee);
  background: -o-linear-gradient(top, #fff, #eee);
  background: -moz-linear-gradient(top, #fff, #eee);
  background: linear-gradient(top, #fff, #eee);
  box-shadow: 0 0 1px #ccc;
}
.list_probj li .pic {
  display: block;
  overflow: hidden;
  background: #fff;
}
.list_probj li .pic img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.list_probj li .pic img:hover {
  transform: scale(1.1);
}
.list_probj li .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-top: 10px;
}
.list_probj li .cs {
  padding: 10px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.list_probj li .cs a {
  display: block;
  overflow: hidden;
  font-size: 14px;
  margin: 0 5px;
  background: #AC2429;
  background: -webkit-linear-gradient(bottom, #AC2429, #037adb);
  background: -o-linear-gradient(bottom, #AC2429, #037adb);
  background: -moz-linear-gradient(bottom, #AC2429, #037adb);
  background: linear-gradient(bottom, #AC2429, #037adb);
  color: #fff;
  line-height: 30px;
  padding: 0 15px;
}
.list_probj li .cs a:last-child {
  background: #AC2429;
  background: -webkit-linear-gradient(bottom, #AC2429, #8ece52);
  background: -o-linear-gradient(bottom, #AC2429, #8ece52);
  background: -moz-linear-gradient(bottom, #AC2429, #8ece52);
  background: linear-gradient(bottom, #AC2429, #8ece52);
}
.list_probj li .cs a:hover {
  opacity: 0.8;
}
/* pagination */
.pagination {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 38px 0 20px;
}
.pagination li {
  padding: 0 5px;
}
.pagination li a, .pagination li span {
  display: block;
  overflow: hidden;
  padding: 0 14px;
  line-height: 32px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #f9f9f9;
}
.pagination li a:hover {
  background: #AC2429;
  color: #fff;
  border-color: #AC2429;
}
.pagination li.active span {
  cursor: default;
  background: #0473CD;
  color: #fff;
  border-color: #0473CD;
}
.pagination li.disabled span {
  background: #eee;
  color: #888;
  cursor: not-allowed;
}
/* tan_pic */
.tan_pic {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding: 80px;
  z-index: 99999;
  background-color: rgba(0, 0, 0, 0.85);
}
.tan_pic .swiper-container {
  width: 100%;
  height: 100%;
}
.tan_pic .swiper-container .swiper-slide {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tan_pic .swiper-container .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
}
.tan_pic .close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  font-size: 36px;
  cursor: pointer;
  color: #fff;
  transition: all 0.3s;
  background: #000;
}
.tan_pic .close:hover {
  background: #AC2429;
}
.tan_pic .swiper-pagination-bullets {
  width: 100%;
  z-index: 5;
  left: 0px;
}
.tan_pic .swiper-pagination-bullet {
  width: 35px;
  height: 7px;
  background: #e0e0e0;
  border-radius: 4px;
  opacity: 1;
  margin: 0 10px;
  outline: none;
}
.tan_pic .swiper-pagination-bullet-active {
  background: #AC2429;
}
.tan_pic .swiper-button-next, .tan_pic .swiper-button-prev {
  top: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-top: -40px;
  background: none;
  font-size: 60px;
  z-index: 5;
  opacity: 1;
  outline: none;
  color: #fff;
  transition: all 0.3s;
}
.tan_pic .swiper-button-next:hover, .tan_pic .swiper-button-prev:hover {
  color: #AC2429;
}
.tan_pic .swiper-button-disabled {
  opacity: 0.2;
}
.tan_pic .swiper-button-next {
  right: 0px;
}
.tan_pic .swiper-button-prev {
  left: 0px;
}
.video {
  width: 100%;
  position: relative;
  overflow: hidden;
  text-align: center;
  background: #fff;
}
.video img {
  object-fit: cover;
  width: 100%;
  height: auto;
}
.video .iconfont {
  font-size: 120px;
  color: #fff;
}
.video .yuans {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  line-height: 120px;
  border-radius: 100px;
  text-align: center;
  cursor: pointer;
}
.video .yuans:before {
  content: "";
  position: absolute;
  display: block;
  width: 100px;
  height: 100px;
  border: 2px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  -webkit-animation: bounce-circle 1.8s infinite;
  animation: bounce-circle 1.8s infinite;
  animation-delay: 0s;
  box-sizing: border-box;
  z-index: 9;
}
@-webkit-keyframes bounce-circle {
  0% {
    opacity: 0;
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20% {
    opacity: 1;
  }
  80%, 100% {
    opacity: 0;
    -webkit-transform: scale(1.55);
    transform: scale(1.55);
  }
}
.tan_box {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.tan_box .box {
  background: #fff;
  padding: 10px;
  border-radius: 5px;
  position: relative;
  width: 1000px;
  height: 600px;
}
.tan_box video, .tan_box iframe {
  width: 100%;
  height: 100%;
}
.tan_box .box .close {
  position: absolute;
  right: -15px;
  top: -15px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  z-index: 999;
  text-align: center;
  font-size: 18px;
  background: #fff;
  color: #999;
}
.in_company {
  padding: 80px 0;
}
.in_company .container {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  overflow: hidden;
}
.in_company .container .abten {
  font-size: 120px;
  bottom: -60px;
  right: 0;
  font-weight: bold;
  position: absolute;
  color: #EFEFEF;
  z-index: 1;
}
.in_company .left {
  width: 600px;
}
.in_company .left img {
  width: 100%;
}
.in_company .right {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding-left: 50px;
}
.in_company .right .tit {
  font-size: 45px;
  font-weight: bold;
}
.in_company .right h5 {
  color: #AC2429;
  display: block;
  font-size: 27px;
}
.in_company .right .dark{color:#666; padding-bottom: 15px; font-size: 14px;}
.line {
  width: 60%;
  height: 1px;
  background: #999;
  margin: 10px 0;
}
.fr {
  float: right;
}
.in_company .right .text {
  clear: both;
  font-size: 17px;
  line-height: 1.8;
  padding-top: 20px;
}
.in_company .right .text .more {
  font-size: 18px;
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.in_company .right .text .more .iconfont {
  color: #AC2429;
  font-size: 28px;
  padding-left: 8px;
  transition: all 0.38s;
}
.in_company .right .text .more:hover {
  letter-spacing: 2px;
}
.in_company .right .text .more:hover .iconfont {
  padding-left: 15px;
}
.in_company .right .team {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 50px;
}
.in_company .right .team .teamlist {
  width: 180px;
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  border: 1px solid #ddd;
  position: relative;
  transition: all 0.3s;
  cursor: pointer;
}
.in_company .right .team .teamlist:hover {
  height: 200px;
  border: 1px solid #AC2429;
  background: #AC2429;
  color: #fff;
}
.in_company .right .team .teamlist:hover .hide {
  opacity: 1;
}
.in_company .right .team .teamlist .hide {
  background: #AC2429;
  color: #fff;
  opacity: 0;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  top: 0;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 10px;
  transition: all 0.3s;
}
.in_company .right .team .teamlist .hide h4 {
  font-size: 18px;
  padding-bottom: 20px;
  position: relative;
}
.in_company .right .team .teamlist .hide h4:before {
  content: '';
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  width: 25px;
  height: 1px;
  background: #fff
}
.in_company .right .team .teamlist .hide p {
  font-size: 14px;
}
.in_company .right .team .teamlist .iconfont {
  font-size: 48px;
  color: #666666;
}
.in_company .right .team .teamlist:hover .iconfont {
  transform: scale(1.088);
  color: #fff;
}
.maintit {
  text-align: center;
  font-size: 20px;
  color: #707070;
  font-weight: lighter;
  width: 100%;
}
.maintit .tit {
  font-size: 54px;
  color: #000;
  font-weight: 300;
}
.maintit .en {
  text-transform: uppercase;
}
.proclist {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  margin: -15px;
  padding-top: 50px;
  transition: all 0.35s;
}
.proclist li {
  padding: 15px;
  width: 25%;
  text-align: center;
  transition: all 0.35s;
}
.proclist li .pic {
  overflow: hidden;
}
.proclist li span {
  padding: 10px;
  display: block;
}
.proclist li img {
  width: 100%;
}
.proclist li:hover {
  transform: translateY(-15px);
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.11);
}
.proclist li:hover img {
  transform: scale(1.1);
}
.in-youshi .flexmain {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between
}
.in-youshi ul {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  margin-right: 40px
}
.in-youshi ul li {
  margin-top: 30px
}
.in-youshi ul li .tt {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;

  font-weight: bold;

  margin-bottom: 10px
}
.in-youshi ul li .tt i {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  position: relative;
  width: 60px;
  height: 50px;
  background: #666;
  color: #fff;
  font-size: 30px;
  margin-right: 20px
}
.in-youshi ul li .tt i:after {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  content: '';
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-left: 6px solid #666;
  border-bottom: 6px solid transparent
}
.in-youshi ul li .tt .mainpp{display: flex; flex-direction: column}

.in-youshi ul li .tt span {
  color: #AC2429; font-size: 24px;
}
.in-youshi ul li .tm {
  color: #666;
  line-height: 2
}
.in-youshi ul li .tt .mainpp .ppdark{color:#666; font-weight: normal; font-size: 14px;}
.in-youshi ul li:first-child {
  margin-top: 0
}

.in-youshi .pic {
  width: 50%
}
.in-youshi .pic img {
  width: 100%;
  height: auto
}
.darkbg {
  background-color: #f0f0f0
}
.dh_in_yspic {
  overflow: hidden;
  margin: -10px;
  padding-top: 50px;
  display: flex;
  justify-content: flex-start;
  align-items: stretch;
  flex-wrap: wrap;
}
.dh_in_yspic li {
  width: 25%;
  padding: 10px;
}
.hyyybox {
  padding-top: 0;
}
.hyyylist {
  padding-bottom: 30px;
}
.dh_in_yspic li .box {
  display: block;
  overflow: hidden;
}
.dh_in_yspic li .pic {
  position: relative;
  overflow: hidden
}
.dh_in_yspic li .pic:before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 2;
  transition: all .5s;
  opacity: 0
}
.dh_in_yspic li .pic img {
  width: 100%;
  height: auto
}
.dh_in_yspic li .pic span {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  background-color: rgba(0, 0, 0, 0.3);
  color: #fff;
  line-height: 60px;
  font-size: 20px;
  transition: all .5s;
  z-index: 1;
  text-align: center
}
.dh_in_yspic li .pic .hide {
  z-index: 3;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  color: #fff;
  padding: 15px;
  transform: translateY(-50%);
  max-height: 100%;
  overflow: hidden;
  transition: all .5s;
  opacity: 0
}
.dh_in_yspic li .pic .hide .tt {
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px
}
.dh_in_yspic li .pic .hide .tt .iconfont {
  display: block;
  font-size: 60px;
  padding-bottom: 5px;
}
.dh_in_yspic li .pic .hide .tt span {
  display: block;
}
.dh_in_yspic li:hover .pic:before {
  opacity: 1
}
.dh_in_yspic li:hover .pic img {
  transform: scale(1.1)
}
.dh_in_yspic li:hover .pic span {
  transform: translateY(100%)
}
.dh_in_yspic li:hover .pic .hide {
  opacity: 1
}
.in-news {
  padding-top: 0;
  margin-top: -20px
}
.in-news .container {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between
}
.in-news .li {
  width: 31%;
  position: relative
}
.in-news .bt {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-bottom: 15px;
  position: relative
}
.in-news .bt:after {
  position: absolute;
  left: 0;
  bottom: 0;
  content: '';
  display: block;
  overflow: hidden;
  width: 100%;
  height: 1px;
  background: #ccc
}
.in-news .bt span {
  font-size: 24px;
  font-weight: bold;
  display: block;
  overflow: hidden;
  border-bottom: 2px solid #AC2429;
  position: relative;
  z-index: 5;
  line-height: 40px
}
.in-news .bt .more {
  opacity: .6
}
.list-newswz {
  overflow: hidden
}
.list-newswz li {
  line-height: 40px;
  border-bottom: 1px dotted #ccc
}
.list-newswz li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding: 0 10px
}
.list-newswz li a:hover {
  padding: 0 10px 0 15px;
}
.list-newswz li a:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 3px;
  height: 3px;
  border-radius: 50%;
  background: #333
}
.list-newswz li em {
  float: right;
  opacity: .6
}
.list-newswz li.zhnews {
  list-style: none;
  border-bottom: none;
  padding: 15px 0 15px;
}
.list-newswz li.zhnews a {
  padding: 0;
}
.list-newswz li.zhnews a:before {
  width: 0;
}
.list-newswz .zhnews img {
  width: 100%;
}
.list_mzxpros {
  overflow: hidden;
  margin: -10px
}
.list_mzxpros li {
  float: left;
  width: 25%;
  padding: 10px;
  text-align: center
}
.list_mzxpros li .ablock {
  overflow: hidden
}
.list_mzxpros li .pic {
  overflow: hidden;
  position: relative
}
.list_mzxpros li .pic img {
  width: 100%;
  height: auto
}
.list_mzxpros li .pic .hide {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.7);
  opacity: 0;
  transition: all .6s;
  z-index: 5
}
.list_mzxpros li .pic .hide span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 90px;
  position: relative;
  color: #fff;
  font-size: 24px;
  padding: 0 15px
}
.list_mzxpros li .pic .hide span:before, .list_mzxpros li .pic .hide span:after {
  position: absolute;
  content: '';
  transition: all 1s;
  opacity: 0;
  width: 0;
  background: #fff;
  height: 1px
}
.list_mzxpros li .pic .hide span:before {
  left: 20%;
  top: 0
}
.list_mzxpros li .pic .hide span:after {
  right: 20%;
  bottom: 0
}
.list_mzxpros li .box {
  padding: 20px 15px;
  background-color: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
}
.list_mzxpros li .box .stit {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 3;
  background: none;
  box-shadow: none;
  font-size: 18px;
}
.list_mzxpros li .box .zixun a {
  display: inline-block;
  overflow: hidden;
  margin: 10px;
  background-color: #0473CD;
  color: #fff;
  width: 120px;
  line-height: 2.2;
  font-size: 16px;
  text-transform: uppercase;
  border-radius: 2px;
}
.list_mzxpros li .box .zixun a:last-child {
  background: #AC2429;
}
.list_mzxpros li .box .bt {
  font-size: 20px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}
.list_mzxpros li .box .more {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 16px;
  width: 142px;
  height: 38px;
  border: 1px solid #363636;
  border-radius: 38px;
  margin: 30px auto 0 auto;
  transition: all .6s
}
.list_mzxpros li .box .more:after {
  font-family: "iconfont";
  content: "\e65a";
  margin-left: 8px;
  font-size: 20px
}
.list_mzxpros li .box .more:hover {
  background: #000
}
.list_mzxpros li:hover a {
  box-shadow: 0 0 20px #ccc
}
.list_mzxpros li:hover .pic img {
  transform: scale(1.05)
}
.list_mzxpros li:hover .pic .hide {
  opacity: 1
}
.list_mzxpros li:hover .pic .hide span:before, .list_mzxpros li:hover .pic .hide span:after {
  width: 60%;
  opacity: 1
}
.view-pro .swiper-wrapper {
  position: relative;
}
.profdpic {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  display: block;
  border-radius: 50px;
  z-index: 99999;
}
.view-pro {
  padding: 30px 50px 0;
}
.view-pro .flexmain {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 30px 0
}
.view-pro .flexmain .left {
  width: 500px
}
.view-pro .flexmain .left img {
  width: 100%;
  object-fit: contain;
  height: 100%;
  position: relative;
}
.profanda {
  font-size: 30px;
  font-weight: bold;
  position: absolute;
  right: 15px;
  top: 15px;
  color: rgba(0, 0, 0, 0.35);
  z-index: 9999999;
}
.view-pro .flexmain .right {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  margin-left: 80px
}
.view-pro .flexmain .right .xinghao {
  font-size: 18px;
  color: #AC2429;
}
.view-pro .flexmain .right .protit {
  font-size: 28px;
  color: #000;
  padding: 10px 0;
  font-weight: bold
}
.view-pro .flexmain .right .text h2 {
  font-size: 22px;
  font-weight: 400;
  color: #333;
}
.view-pro .flexmain .right .text {
  line-height: 1.8;
  color: #666; padding-top: 10px;
}
.view-pro .flexmain .right .text .lan {
  color: #000;
  padding: 10px 0;
}
.proline {
  height: 5px;
  background: #A5CFF5;
  margin: 5px 0;
  position: relative;
}
.proline:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 150px;
  height: 5px;
  background: #0473CD
}
.view-pro .probanbig {

  cursor: pointer;
  position: relative
}
.view-pro .probansmall {
  padding: 0 55px;
  position: relative;
  margin-top: 25px
}
.view-pro .probansmall .swiper-slide {
  cursor: pointer;
}
.view-pro .probansmall .swiper-slide img {
  border: 1px solid #ccc;
  width: 100%;
  object-fit: contain;
  border-radius: 10px;
}
.view-pro .probansmall .swiper-slide-thumb-active img {
  border-color: #B31E24
}
.view-pro .probansmall .arrow-left, .view-pro .probansmall .arrow-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #999;
  cursor: pointer;
  outline: 0
}
.view-pro .probansmall .arrow-left:hover, .view-pro .probansmall .arrow-right:hover {
  color: #B31E24
}
.view-pro .probansmall .arrow-left {
  left: 0px
}
.view-pro .probansmall .arrow-right {
  right: 0px
}
.view-pro .probansmall .swiper-button-disabled {
  cursor: not-allowed;
  opacity: .3
}
.box-contact #bdmap {
  width: 100%;
  height: 340px;
  font-size: 12px;
  line-height: 24px
}
.box-contact #bdmap img {
  transition: all 0s
}
.box-contact #bdmap h4 {
  color: #177fa1;
  border-bottom: 1px solid #eee;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  font-size: 16px
}
.box-contact #bdmap .anchorBL {
  display: none
}
.box-contact .lxun {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 30px 0
}
.box-contact .lxun li {
  padding: 0 15px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  font-size: 16px
}
.box-contact .lxun li .iconfont {
  font-size: 30px;
  margin-right: 10px;
  color: #177fa1
}
.box-contact .form {
  background: #f2f2f2;
  padding: 40px 50px 50px 50px;
  overflow: hidden
}
.box-contact .form .tit {
  text-align: center;
  font-size: 24px;
  margin-bottom: 30px
}
.box-contact .form ul {
  margin: -10px;
  overflow: hidden
}
.box-contact .form ul li {
  padding: 10px;
  width: 50%;
  float: left
}
.box-contact .form ul li textarea, .box-contact .form ul li input[type='text'], .box-contact .form ul li input[type='submit'] {
  border: 0;
  background: #fff;
  padding: 0 15px;
  height: 50px;
  width: 100%
}
.box-contact .form ul li textarea {
  padding: 15px;
  height: 200px
}
.box-contact .form ul li input[type='submit'] {
  background: #0473CD;
  color: #fff;
  cursor: pointer;
  font-size: 16px
}
.box-contact .form ul li input[type='submit']:hover {
  background: #AC2429
}
.box-contact .form ul .all {
  width: 100%
}
.contact-nei {
  overflow: hidden;
  margin: -10px;
  padding-bottom: 50px;
  padding-top: 20px
}
.contact-nei li {
  width: 25%;
  float: left;
  padding: 10px;
  text-align: center;
  color: #6f6f6f;
  font-size: 18px;
  transition: all 0.3s;
}
.contact-nei li .box {
  background: #f3f3f3;
  height: 300px;
  padding: 55px 0 0 0
}
.contact-nei li:hover .box {
  background: #AC2429;
  color: #fff;
}
.contact-nei li .iconfont {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  background: #989898;
  font-size: 35px;
  color: #fff
}
.contact-nei li:hover .iconfont {
  background: #fff;
  color: #000;
  transform: rotate(360deg);
}
.contact-nei li span {
  font-size: 24px;
  color: #494949;
  display: block;
  margin-top: 30px
}
.contact-nei li:hover span {
  color: #fff;
}
.contact-nei li span:after {
  content: '';
  display: block;
  overflow: hidden;
  margin: 10px auto 12px auto;
  height: 1px;
  background: #818181;
  width: 12px
}
.contact-nei li:hover span:after {
  background: #fff;
}
.contact-nei li .text {
  font-size: 18px;
  color: #6f6f6f;
  padding: 0 20px;
}
.contact-nei li:hover .text {
  color: #fff;
}
.contact-nei li:last-child .box {
  background: #fff;
  border: 1px solid #ddd;
  color: #000 !important;
}
.contact-nei li img {
  height: 142px;
  width: auto;
  margin-bottom: 10px
}
.contact-nei li:hover {
  transform: translateY(-15px);
  border-radius: 50px;
}
.artbody {
  line-height: 2
}
.artbody h2 {
  position: relative;
  padding-bottom: 15px;
  margin: 15px 0;
  font-size: 24px;
}
.artbody h3 {
  font-size: 20px;
}
.artbody h2 span {
  color: #AC2429;
}
.artbody span {
  color: #AC2429;
}
.artbody h2:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background: #AC2429;
}
.artbody h2:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 5px;
  background: #AC2429;
}
.box_video_play {
  overflow: hidden;
}
.box_video_play video {
  width: 100%;
  height: 100%;
}
.protel {
  color: #666;
  font-size: 16px;
  margin-top: 30px;
}
.protel .left {
  position: relative;
  padding-left: 58px;
  line-height: 1.3;
  float: left;
}
.protel .left:before {
  color: #C63232;
  font-size: 50px;
  position: absolute;
  left: 0;
  top: -5px;
}
.protel .red {
  font-size: 28px;
  font-weight: bold;
  color: #C63232;
}
.protel .onchat {
  background: #C63232;
  width: 120px;
  line-height: 36px;
  color: #fff;
  font-size: 16px;
  border-radius: 8px;
  display: block;
  float: right;
  text-align: center;
  margin-top: 8px;
}
.protel .onchat:hover {
  background: #0473CD
}
.zwx-in-news .tab {
  display: flex;
  margin-bottom: 30px;
  margin-top: 20px;
  background: #f2f2f2;
}
.zwx-in-news .tab li {
  padding: 10px 100px;
  background: #f2f2f2;
  font-size: 18px;
  cursor: pointer;
  margin-right: 2px;
}
.zwx-in-news .tab li.on {
  border: 1px solid #C63232;
  color: #C63232;
  background: #fff;
  border-bottom: none;
  border-radius: 15px 15px 0 0
}
.zwx-in-news .tab li:hover {
  background: #C63232;
  color: #fff;
  border-bottom: none;
  border-radius: 15px 15px 0 0
}