@charset "utf-8";
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  font-style: normal;
  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%;
}
html {
  overflow-x: hidden;
}
body {
  font-size: 14px;
  color: #444;
  line-height: normal;
  font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
}
a {
  color: #444;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s;
}
a:hover {
  color: #da3636;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin: auto;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
em,
i {
  font-style: normal;
}
img {
  vertical-align: middle;
}
input,
select,
textarea {
  font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
  font-size: 14px;
}
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;
}
.clearfix,
.clear:after {
  width: 100%;
  clear: both;
  line-height: 0;
  display: block;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
  content: '.';
}
.container {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
}
/* header */
header {
  width: 100%;
  position: relative;
  z-index: 999;
}
header .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;
}
header .top {
  background: #f0f0f0;
  color: #777;
  position: relative;
}
header .top:before {
  content: "";
  height: 1px;
  width: 100%;
  background: #e4e4e4;
  position: absolute;
  left: 0px;
  bottom: -3px;
}
header .top a {
  color: #777;
}
header .top a:hover {
  color: #da3636;
}
header .top .but li {
  float: left;
  margin-left: 25px;
}
header .top .but li:first-child {
  margin-left: 0;
}
header .top .but a {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  height: 44px;
}
header .top .but a .iconfont {
  color: #da3636;
  font-size: 18px;
  margin-right: 5px;
}
header .head {
  line-height: 1;
}
header .head .container {
  height: 150px;
}
header .head .logo img {
  height: 90px;
  width: auto;
}
header .head .logo_bt {
  padding: 0 0 0 10px;
}
header .head .logo_bt .t1 {
  font-size: 28px;
}
header .head .logo_bt .t2 {
  color: #7a7a7a;
  font-size: 18px;
  padding: 10px 0 5px 0;
}
header .head .logo_tip {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
}
header .head .logo_tip .t1 {
  font-size: 20px;
  color: #474747;
}
header .head .logo_tip .t1 em {
  font-size: 24px;
  color: #da3636;
}
header .head .logo_tip .t2 {
  font-size: 15px;
  padding: 10px 0;
}
header .head .logo_tip .t2 i {
  display: inline-block;
  width: 3px;
  height: 13px;
  border-left: 1px dotted #727272;
  border-right: 1px dotted #727272;
  margin: 0 10px;
}
header .head .tel {
  background: url(../img/icon_tel.png) left center no-repeat;
  min-height: 53px;
  padding: 8px 0 0 65px;
  font-size: 16px;
}
header .head .tel em {
  font-size: 30px;
  display: block;
  overflow: hidden;
  color: #da3636;
  padding: 5px 0 0 0;
}
header .head .line {
  margin: 0 15px;
  width: 1px;
  height: 60px;
  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 .navbut {
  display: none;
}
header nav {
  background: #da3636;
}
header nav .container {
  position: relative;
  z-index: 5;
}
header nav .container:before,
header nav .container:after {
  content: "";
  position: absolute;
  top: -5px;
  border-top: 76px solid #ad2222;
  border-left: 28px solid transparent;
  border-right: 28px solid transparent;
  height: 0;
  width: 1000px;
}
header nav .container:before {
  left: 100%;
}
header nav .container:after {
  right: 100%;
}
header nav ul li {
  float: left;
  position: relative;
  padding: 0 0 0 2px;
}
header nav ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  border-left: 2px dotted #fff;
  width: 2px;
  height: 18px;
}
header nav ul li > a {
  display: block;
  overflow: hidden;
  color: #fff;
  line-height: 66px;
  padding: 0 28px;
  font-size: 18px;
}
header nav ul li .sub {
  display: none;
  position: absolute;
  left: 0px;
  top: 100%;
  min-width: 100%;
  white-space: nowrap;
}
header nav ul li .sub a {
  display: block;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 0.7);
  margin-left: 2px;
  color: #fff;
  line-height: 40px;
  padding: 0 10px;
  text-align: center;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
header nav ul li .sub a:hover {
  background-color: rgba(218, 54, 54, 0.7);
}
header nav ul li:first-child:before {
  display: none;
}
header nav ul li:hover > a {
  color: #f6ff00;
}
header nav ul li.on > a {
  color: #f6ff00;
}
/* footer */
footer .href {
  background: #da3636;
  text-align: center;
  overflow: hidden;
  font-size: 18px;
  color: #fff;
  line-height: 60px;
  margin-bottom: 20px;
}
footer .href a {
  color: #fff;
  padding: 0 15px;
}
footer .href a:hover {
  color: #f6ff00;
}
footer .link {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
footer .link .b_tit {
  font-size: 18px;
  font-weight: bold;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
footer .link .b_tit .iconfont {
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background: #252525;
  color: #fff;
  font-size: 14px;
  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-weight: normal;
  margin-right: 5px;
}
footer .link ul {
  width: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: -20px;
  line-height: 1.8;
}
footer .link ul li {
  float: left;
  margin-left: 20px;
}
footer .flex_main {
  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;
  color: #5d5d5d;
  padding: 35px 0;
}
footer .flex_main .logo img {
  height: 40px;
  width: auto;
}
footer .flex_main .line {
  margin: 0 35px;
  width: 1px;
  height: 150px;
  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%);
}
footer .flex_main .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  line-height: 2.2;
}
footer .flex_main .ewm li {
  float: left;
  text-align: center;
  margin-left: 20px;
}
footer .flex_main .ewm li img {
  border: 1px dotted #d7d7d7;
  padding: 6px;
  width: 120px;
  height: auto;
  margin-bottom: 5px;
}
footer .flex_main .ewm li:first-child {
  margin-left: 0;
}
/* banner */
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner .swiper-slide a {
  display: block;
  overflow: hidden;
  height: 600px;
  background-repeat: no-repeat;
  background-position: center top;
}
.banner .swiper-slide a img {
  display: none;
  width: 100%;
  height: auto;
}
.banner .banner-next,
.banner .banner-prev {
  top: 50%;
  width: 40px;
  height: 70px;
  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;
  transform: translateY(-50%);
  position: absolute;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  font-size: 30px;
  text-align: center;
  z-index: 5;
  transition: all 0.3s;
  cursor: pointer;
  outline: 0;
  opacity: 0;
}
.banner .banner-next:hover,
.banner .banner-prev:hover {
  color: #fff;
  background-color: rgba(0, 0, 0, 0.7);
}
.banner .banner-next {
  right: 2%;
}
.banner .banner-prev {
  left: 2%;
}
.banner .swiper-pagination-bullets {
  bottom: 15px;
  position: absolute;
  z-index: 5;
  text-align: center;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 44px;
  height: 3px;
  border-radius: 0;
  cursor: pointer;
  margin: 0 3px;
  background: none;
  opacity: 1;
  background: #fff;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #da3636;
}
.banner:hover .banner-next,
.banner:hover .banner-prev {
  opacity: 1;
}
/* nbanner */
.nbanner {
  display: block;
  overflow: hidden;
  height: 400px;
  background-repeat: no-repeat;
  background-position: center top;
}
.nbanner img {
  display: none;
  width: 100%;
  height: auto;
}
.position {
  height: 100%;
  margin-bottom: 15px;
  overflow: hidden;
}
.videourl {
  height: 100%;
  padding-bottom: 20px;
  overflow: hidden;
}
/* search */
.search {
  position: relative;
}
.search:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  height: 43px;
  background: url(../img/yin_search.png) center top no-repeat;
  background-size: auto 100%;
}
.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;
  height: 60px;
}
.search .key {
  width: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  margin: 0 50px 0 0;
  font-size: 16px;
}
.search .key a {
  color: #838383;
  margin-right: 15px;
}
.search .key a:hover {
  color: #da3636;
}
.search .box {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.search .box input {
  width: 215px;
  height: 40px;
  box-shadow: 0 0 5px #ccc;
  padding: 0 10px 0 15px;
  border: 0;
  border-radius: 50px 0 0 50px;
}
.search .box button {
  background: #da3636;
  color: #fff;
  width: 40px;
  height: 40px;
  border: 0;
  font-size: 24px;
  cursor: pointer;
  position: relative;
  z-index: 5;
}
/* in_box */
.in_box {
  padding: 70px 0;
  width: 100%;
  overflow: hidden;
}
/* in_bjk */
.in_bjk {
  background: url(../img/bj_youshi.png) repeat;
}
/* in_bj */
.in_bj {
  background: #f8f8f8;
}
/* in_tit */
.in_tit {
  text-align: center;
  line-height: 1;
  padding: 0 0 30px 0;
}
.in_tit .bt {
  font-weight: bold;
  color: #1b1b1b;
  font-size: 32px;
}
.in_tit .bt span {
  color: #da3636;
}
.in_tit .text {
  font-size: 24px;
  padding: 10px 0;
}
.in_tit .text.small {
  font-size: 18px;
}
.in_tit .line {
  font-size: 20px;
  color: #d3d2d2;
  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_tit .line .iconfont {
  margin: 0 15px;
}
.in_tit .line em {
  border-top: 1px solid #d3d2d2;
  width: 205px;
  height: 5px;
  position: relative;
}
.in_tit .line em:before {
  content: "";
  position: absolute;
  right: 0px;
  bottom: 0px;
  height: 1px;
  width: 60%;
  background: #d3d2d2;
}
.in_tit .line em:last-child:before {
  right: 40%;
}
/* in_pro */
.in_pro {
  padding: 0 0 40px 0;
}
.in_pro .tab {
  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: -15px 0 30px 0;
}
.in_pro .tab li {
  line-height: 34px;
  border: 1px solid #cfcfcf;
  padding: 0 25px;
  border-radius: 50px;
  margin: 0 8px;
  min-width: 120px;
  text-align: center;
  cursor: pointer;
  font-size: 18px;
}
.in_pro .tab li.on {
  background: #da3636;
  border-color: #da3636;
  color: #fff;
}
.in_pro .xun {
  position: relative;
}
.in_pro .xun a {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.in_pro .xun a:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  height: 20px;
  background: url(../img/yin_pro.png) no-repeat;
  background-size: 100% 100%;
}
.in_pro .xun a .pic {
  overflow: hidden;
}
.in_pro .xun a .pic img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.in_pro .xun a span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
  background: #fbfbfb;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
  transition: all 0.3s;
}
.in_pro .xun a:hover img {
  transform: scale(1.1);
}
.in_pro .xun a:hover span {
  background: #da3636;
  color: #fff;
}
.in_pro .xun .pro-next,
.in_pro .xun .pro-prev {
  display: flex !important;
  top: 50%;
  width: 50px;
  height: 80px;
  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;
  transform: translateY(-50%);
  position: absolute;
  color: #fff;
  font-size: 46px;
  text-align: center;
  z-index: 5;
  transition: all 0.3s;
  cursor: pointer;
  outline: 0;
  font-weight: bold;
  color: #ccc;
}
.in_pro .xun .pro-next:hover,
.in_pro .xun .pro-prev:hover {
  color: #da3636;
}
.in_pro .xun .pro-next {
  right: 0;
  margin-right: -70px;
}
.in_pro .xun .pro-prev {
  left: 0;
  margin-left: -70px;
}
/* in_jjfa */
.in_jjfa {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.in_jjfa .xun {
  width: 46.5%;
}
.in_jjfa .xun a {
  display: block;
  overflow: hidden;
}
.in_jjfa .xun a .pic {
  overflow: hidden;
}
.in_jjfa .xun a .pic img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.in_jjfa .xun a span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align: center;
  line-height: 90px;
  font-size: 24px;
  padding: 0 10px;
  background: #da3636;
  color: #fff;
}
.in_jjfa .xun a:hover img {
  transform: scale(1.1);
}
.in_jjfa .tab {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  height: 100%;
  margin-left: 25px;
  border: 1px solid #dcdcdc;
  counter-reset: sectioncounter;
}
.in_jjfa .tab li {
  border-top: 1px solid #dcdcdc;
  padding: 18px 20px;
  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_jjfa .tab li:before {
  content: "01";
  content: "0" counter(sectioncounter);
  counter-increment: sectioncounter;
  font-size: 50px;
  line-height: 1;
  color: #cbcbcb;
  font-family: 'Impact';
}
.in_jjfa .tab li .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 0 0 15px;
}
.in_jjfa .tab li .box span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: bold;
  font-size: 24px;
  padding: 0 0 5px 0;
}
.in_jjfa .tab li .box p {
  color: #7a7a7a;
  line-height: 22px;
  height: 44px;
  display: block;
  overflow: hidden;
}
.in_jjfa .tab li .box a:hover {
  color: #fff;
}
.in_jjfa .tab li:first-child {
  border-top: 0;
}
.in_jjfa .tab li.on {
  background: #da3636;
  color: #fff;
}
.in_jjfa .tab li.on:before {
  color: #fff;
}
.in_jjfa .tab li.on p {
  color: #eee;
}
.in_jjfa .tab li.on a {
  background: #da3636;
  color: #fff;
}
/* in_hxys */
.in_hxys .b_tit {
  text-align: center;
  padding: 0 0 60px 0;
}
.in_hxys .b_tit img {
  height: 96px;
  width: auto;
}
.in_hxys ul {
  counter-reset: sectioncounter;
}
.in_hxys ul li {
  margin-top: 50px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.in_hxys ul li .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 20px 0 0;
}
.in_hxys ul li .box .bt {
  margin-bottom: 25px;
  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;
  position: relative;
  color: #252525;
}
.in_hxys ul li .box .bt:after {
  content: "";
  position: absolute;
  right: 0px;
  top: 100%;
  margin-top: 10px;
  left: 60px;
  height: 4px;
  border-top: 1px dotted #cccccc;
  border-bottom: 1px dotted #cccccc;
}
.in_hxys ul li .box .bt i {
  background: #db3535;
  color: #fff;
  font-size: 36px;
  width: 60px;
  height: 60px;
  transform: rotate(45deg);
  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-family: 'Impact';
}
.in_hxys ul li .box .bt i:before {
  content: "0" counter(sectioncounter);
  counter-increment: sectioncounter;
  transform: rotate(-45deg);
  display: inline-block;
}
.in_hxys ul li .box .bt .kj {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  font-size: 28px;
  line-height: 1.3;
  padding: 0 0 0 15px;
}
.in_hxys ul li .box .bt .kj span {
  font-weight: bold;
  display: block;
  overflow: hidden;
}
.in_hxys ul li .box .text {
  line-height: 32px;
  overflow: hidden;
  padding: 0 0 0 60px;
  text-align: justify;
  color: #666;
}
.in_hxys ul li .box .text p {
  display: block;
  overflow: hidden;
  background: url(../img/icon_xright.png) left 10px no-repeat;
  padding: 0 0 0 18px;
}
.in_hxys ul li .pic {
  width: 60%;
  max-width: 710px;
}
.in_hxys ul li .pic img {
  width: 100%;
  height: auto;
}
.in_hxys ul li:first-child {
  margin-top: 0;
}
.in_hxys ul li:nth-child(even) {
  flex-direction: row-reverse;
}
.in_hxys ul li:nth-child(even) .box {
  padding: 0 0 0 20px;
}
/* in_about */
.in_about .b_tit {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
  margin-bottom: 25px;
  position: relative;
  background: url(../img/tit_about.png) left center no-repeat;
  min-height: 115px;
  padding: 0 0 0 470px;
}
.in_about .b_tit:before {
  content: "";
  position: absolute;
  left: 470px;
  right: 0px;
  bottom: 0;
  height: 6px;
  background: url(../img/icon_line.png) repeat;
}
.in_about .b_tit .bt {
  font-size: 32px;
  font-weight: bold;
  color: #1b1b1b;
  padding: 0 0 10px 0;
}
.in_about .b_tit .bt span {
  color: #da3636;
}
.in_about .b_tit .text {
  font-size: 24px;
}
.in_about .flex_main {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.in_about .flex_main .video {
  width: 545px;
  height: 100%;
  background: #000;
}
.in_about .flex_main .video img {
  width: 100%;
  height: auto;
}
.in_about .flex_main .video video,
.in_about .flex_main .video iframe {
  float: left;
  background: #000;
}
.in_about .flex_main .box {
  width: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 0 30px;
}
.in_about .flex_main .box .text {
  font-size: 16px;
  line-height: 2.2;
}
.in_about .flex_main .box .but {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 30px 0 0 0;
}
.in_about .flex_main .box .but a {
  line-height: 42px;
  border: 2px solid #afafaf;
  padding: 0 35px;
  font-size: 16px;
}
.in_about .flex_main .box .but a.on {
  margin-right: 20px;
}
.in_about .flex_main .box .but a.on,
.in_about .flex_main .box .but a:hover {
  background: #da3636;
  color: #fff;
  border-color: #da3636;
}
.in_about .yinying {
  background: #fff;
  position: relative;
  padding: 40px 0 30px 0;
}
.in_about .yinying:before {
  content: "";
  position: absolute;
  right: 100%;
  height: 110%;
  top: 0px;
  background: url(../img/yin_abzuo.png);
  background-size: auto 100%;
  width: 50px;
  margin-right: -5px;
}
.in_about .yinying:after {
  content: "";
  position: absolute;
  left: -80px;
  width: 100%;
  height: 94px;
  top: 100%;
  background: url(../img/yin_abxia.png);
  background-size: 100% auto;
}
.in_about .tab {
  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 0 30px 0;
  padding: 0 0 10px 0;
}
.in_about .tab li {
  line-height: 50px;
  padding: 0 35px;
  margin: 0 6px;
  cursor: pointer;
  font-size: 18px;
  background: #d9d9d9;
  position: relative;
}
.in_about .tab li:before {
  position: absolute;
  left: 50%;
  top: 100%;
  transform: translateX(-50%);
  content: "";
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 10px solid #da3636;
  opacity: 0;
}
.in_about .tab li.on {
  background: #da3636;
  color: #fff;
}
.in_about .tab li.on:before {
  opacity: 1;
}
.in_about .xun {
  position: relative;
  padding: 0 50px;
}
.in_about .xun a {
  display: block;
  overflow: hidden;
}
.in_about .xun a .pic {
  overflow: hidden;
}
.in_about .xun a .pic img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.in_about .xun a span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 10px 0 10px;
  text-align: center;
  transition: all 0.3s;
}
.in_about .xun a:hover img {
  transform: scale(1.1);
}
.in_about .xun .about-next,
.in_about .xun .about-prev {
  display: flex !important;
  top: 50%;
  width: 50px;
  height: 50px;
  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;
  transform: translateY(-50%);
  position: absolute;
  color: #fff;
  font-size: 32px;
  text-align: center;
  z-index: 5;
  transition: all 0.3s;
  cursor: pointer;
  outline: 0;
  color: #ccc;
}
.in_about .xun .about-next:hover,
.in_about .xun .about-prev:hover {
  color: #da3636;
}
.in_about .xun .about-next {
  right: 0;
}
.in_about .xun .about-prev {
  left: 0;
}
/* in_news */
.in_news {
  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 .big {
  width: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-right: 20px;
  background: #fff;
  padding: 10px 20px 0 30px;
}
.in_news .big .tab {
  height: 60px;
  line-height: 58px;
  position: relative;
  margin-bottom: 25px;
}
.in_news .big .tab:before {
  content: "";
  position: absolute;
  left: 0px;
  bottom: 0px;
  background: #d4d4d4;
  height: 1px;
  width: 100%;
}
.in_news .big .tab li {
  float: left;
  margin-right: 15px;
}
.in_news .big .tab li span {
  font-size: 22px;
  font-weight: bold;
  padding: 0 10px;
  display: block;
  overflow: hidden;
  border-bottom: 2px solid transparent;
  position: relative;
  z-index: 1;
  cursor: pointer;
}
.in_news .big .tab li span.on {
  border-bottom-color: #da3636;
  color: #da3636;
}
.in_news .big .tab li .more {
  position: absolute;
  right: 0px;
  top: 0;
}
.in_news .big .tab li:last-child {
  margin-right: 0;
}
.in_news .big dl dt {
  padding-bottom: 12px;
}
.in_news .big dl dt 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;
}
.in_news .big dl dt .pic {
  overflow: hidden;
}
.in_news .big dl dt .pic img {
  width: 315px;
  height: 180px;
  transition: all 0.3s;
}
.in_news .big dl dt .pic img:hover {
  transform: scale(1.1);
}
.in_news .big dl dt .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 0 0 25px;
}
.in_news .big dl dt .box span {
  font-weight: bold;
  font-size: 18px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #da3636;
  transition: all 0.3s;
}
.in_news .big dl dt .box span:hover {
  text-decoration: underline;
}
.in_news .big dl dt .box p {
  display: block;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #6a6a6a;
  margin: 12px 0 18px 0;
}
.in_news .big dl dt .box em {
  background: #d9d9d9;
  width: 125px;
  line-height: 42px;
  display: block;
  overflow: hidden;
  transition: all 0.3s;
  text-align: center;
  color: #444;
}
.in_news .big dl dt .box em:hover {
  background: #da3636;
  color: #fff;
}
.in_news .big dl dd {
  line-height: 40px;
}
.in_news .big dl dd a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding: 0 20px;
}
.in_news .big dl dd a:before {
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  content: "";
  width: 0;
  height: 0;
  border-top: 4px solid transparent;
  border-left: 8px solid #bababa;
  border-bottom: 4px solid transparent;
}
.in_news .big dl dd em {
  float: right;
  color: #ababab;
}
.in_news .small {
  width: 385px;
  background: #fff;
}
.in_news .small .b_tit {
  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;
  background: #333333;
  padding: 0 10px 0 20px;
  height: 70px;
  line-height: 1;
  color: #fff;
}
.in_news .small .b_tit span {
  font-size: 22px;
  font-weight: bold;
}
.in_news .small .b_tit a {
  color: #fff;
}
.in_news .small .b_tit a:hover {
  color: #f6ff00;
}
.in_news .small .gund {
  padding: 20px;
  overflow: hidden;
}
.in_news .small .gund a {
  display: block;
  overflow: hidden;
  border-bottom: 1px dashed #dcdcdc;
  padding: 15px 0 10px 0;
  line-height: 28px;
}
.in_news .small .gund .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  position: relative;
  padding: 0 0 0 40px;
  margin-bottom: 8px;
  color: #444;
  transition: all 0.3s;
}
.in_news .small .gund .bt:before {
  content: "问";
  position: absolute;
  left: 0px;
  top: 0px;
  background: #333333;
  color: #fff;
  width: 28px;
  text-align: center;
  font-size: 16px;
}
.in_news .small .gund .bt:hover {
  color: #da3636;
}
.in_news .small .gund .text {
  display: block;
  overflow: hidden;
  position: relative;
  padding: 0 0 0 40px;
  height: 54px;
  color: #848484;
}
.in_news .small .gund .text:before {
  content: "答";
  position: absolute;
  left: 0px;
  top: 0px;
  background: #da3636;
  color: #fff;
  width: 28px;
  text-align: center;
  font-size: 16px;
}
/* in_hzhb */
.in_hzhb {
  position: relative;
}
.in_hzhb a {
  display: block;
  overflow: hidden;
  text-align: center;
}
.in_hzhb a .pic {
  overflow: hidden;
  border: 1px solid #dcdcdc;
  padding: 10px;
}
.in_hzhb a .pic img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s;
}
.in_hzhb a span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 10px 0 10px;
  transition: all 0.3s;
}
.in_hzhb a:hover img {
  transform: scale(1.1);
}
.in_hzhb .hzhb-next,
.in_hzhb .hzhb-prev {
  display: flex !important;
  top: 50%;
  width: 50px;
  height: 80px;
  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;
  transform: translateY(-50%);
  position: absolute;
  font-size: 46px;
  z-index: 5;
  transition: all 0.3s;
  cursor: pointer;
  outline: 0;
  color: #ccc;
}
.in_hzhb .hzhb-next:hover,
.in_hzhb .hzhb-prev:hover {
  color: #da3636;
}
.in_hzhb .hzhb-next {
  right: 0;
  margin-right: -50px;
}
.in_hzhb .hzhb-prev {
  left: 0;
  margin-left: -50px;
}
/* in_zjtd */
.in_zjtd {
  padding: 0 75px;
  position: relative;
  margin-top: 30px;
}
.in_zjtd a {
  display: block;
  overflow: hidden;
  border: 1px solid #cdcdcd;
}
.in_zjtd a .pic {
  overflow: hidden;
}
.in_zjtd a .pic img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.in_zjtd a .pic img:hover {
  transform: scale(1.1);
}
.in_zjtd a .box {
  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;
  height: 45px;
  padding: 0 15px;
}
.in_zjtd a .box span {
  font-size: 16px;
  color: #444;
}
.in_zjtd a .box em {
  background: #da3636;
  color: #fff;
  border-radius: 3px;
  padding: 2px 5px;
}
.in_zjtd .zjtd-next,
.in_zjtd .zjtd-prev {
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  font-size: 46px;
  z-index: 5;
  transition: all 0.3s;
  cursor: pointer;
  outline: 0;
  font-weight: bold;
  color: #ccc;
}
.in_zjtd .zjtd-next:hover,
.in_zjtd .zjtd-prev:hover {
  color: #da3636;
}
.in_zjtd .zjtd-next {
  right: 10px;
}
.in_zjtd .zjtd-prev {
  left: 10px;
}
/* in_heng */
.in_heng {
  background: #da3636;
  color: #fff;
}
.in_heng .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;
}
.in_heng .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  text-align: center;
  padding: 0 80px 0 0;
}
.in_heng .box .t1 {
  font-size: 30px;
}
.in_heng .box .t2 {
  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: 10px 0;
}
.in_heng .box .t2 ul {
  background: #e05050;
  position: relative;
  padding: 0 10px;
}
.in_heng .box .t2 ul:after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0px;
  width: 0;
  height: 0;
  border-bottom: 45px solid #e05050;
  border-left: 16px solid transparent;
}
.in_heng .box .t2 ul li {
  float: left;
  height: 45px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 12px;
  font-size: 18px;
}
.in_heng .box .t2 ul li .iconfont {
  color: #f6ff00;
  font-size: 24px;
  margin-right: 5px;
}
.in_heng .box .t2 ul li span {
  color: #f6ff00;
}
.in_heng .box .t3 {
  font-size: 30px;
}
.in_heng .tel {
  background: #e3b73a;
  height: 180px;
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}
.in_heng .tel:after {
  position: absolute;
  right: 100%;
  top: 0;
  content: "";
  width: 0;
  height: 0;
  border-top: 90px solid transparent;
  border-right: 80px solid #e3b73a;
  border-bottom: 90px solid transparent;
}
.in_heng .tel:before {
  content: "";
  position: absolute;
  left: 100%;
  top: 0px;
  bottom: 0px;
  width: 1000px;
  background: #e3b73a;
}
.in_heng .tel .flex_main {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
  padding: 0 0 10px 0;
}
.in_heng .tel .flex_main .iconfont {
  font-size: 60px;
  padding: 0 10px 0 0;
}
.in_heng .tel .flex_main em {
  display: block;
  overflow: hidden;
  font-size: 24px;
  font-weight: bold;
  padding: 8px 0 0 0;
}
.in_heng .tel .but {
  display: block;
  overflow: hidden;
  text-align: center;
  background: #fff;
  color: #444;
  line-height: 30px;
  width: 80%;
  margin: 0 auto;
}
.in_heng .tel .but:hover {
  background: #da3636;
  color: #fff;
}
/* in_jszj */
.in_jszj .b_tit {
  color: #666666;
  font-size: 24px;
  line-height: 1;
  padding: 0 0 30px 0;
}
.in_jszj .b_tit span {
  color: #da3636;
  font-size: 30px;
  display: block;
  overflow: hidden;
  padding: 0 0 15px 0;
}
.in_jszj ul {
  margin: -20px;
  overflow: hidden;
}
.in_jszj ul li {
  width: 50%;
  float: left;
  padding: 20px;
}
.in_jszj ul li .box {
  background: #f8f6f6;
  border: 1px solid #cccccc;
  padding: 20px 25px;
  overflow: hidden;
}
.in_jszj ul li .bt {
  font-size: 18px;
  font-weight: bold;
}
.in_jszj ul li .flex_main {
  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: 15px 0 0 0;
  min-height: 120px;
}
.in_jszj ul li .pic {
  text-align: center;
  color: #888;
}
.in_jszj ul li .pic img {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  margin-bottom: 10px;
}
.in_jszj ul li .text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 0 0 20px;
  line-height: 24px;
  color: #666;
  max-height: 120px;
  overflow-y: auto;
}
/* box_shaixuan */
.box_shaixuan {
  border: 1px solid #d3d3d3;
  margin-bottom: 30px;
  padding: 20px;
  overflow: hidden;
}
.box_shaixuan dl {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 12px;
}
.box_shaixuan dl dt {
  line-height: 26px;
  font-weight: bold;
}
.box_shaixuan dl dd {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
}
.box_shaixuan dl dd a {
  padding: 0 8px;
  line-height: 20px;
  border: 1px solid transparent;
  display: block;
  overflow: hidden;
  float: left;
  margin: 2px;
}
.box_shaixuan dl dd a.on {
  border-color: #da3636;
  color: #da3636;
}
.box_shaixuan dl:first-child {
  margin-top: 0;
}
/* main */
.main {
  padding: 40px 0 50px 0;
  width: 100%;
  overflow: hidden;
}
.main .box_flex {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  flex-direction: row-reverse;
}
.main .box_flex .main_left {
  width: 240px;
}
.main .box_flex .main_left .b_tit {
  text-align: center;
  background: #da3636;
  color: #fff;
  line-height: 1;
  padding: 25px 0;
}
.main .box_flex .main_left .b_tit span {
  font-size: 24px;
}
.main .box_flex .main_left .b_tit em {
  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: 10px 0 0 0;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
}
.main .box_flex .main_left .b_tit em:after,
.main .box_flex .main_left .b_tit em:before {
  width: 20px;
  height: 1px;
  background: #fff;
  content: "";
  display: block;
  overflow: hidden;
  margin: 0 10px;
}
.main .box_flex .main_left .menu {
  border: 1px solid #d3d3d3;
  overflow: hidden;
  margin-bottom: 15px;
}
.main .box_flex .main_left .menu li {
  border-top: 1px solid #d3d3d3;
}
.main .box_flex .main_left .menu li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  padding: 0 60px 0 25px;
  line-height: 60px;
  position: relative;
}
.main .box_flex .main_left .menu li a:after {
  position: absolute;
  right: 15px;
  top: 0px;
  font-family: "iconfont" !important;
  content: "\e603";
  font-weight: bold;
  opacity: 0.6;
}
.main .box_flex .main_left .menu li:first-child {
  border-top: 0;
}
.main .box_flex .main_left .menu li .sub {
  display: none;
}
.main .box_flex .main_left .menu li .sub a {
  padding-left: 45px;
  border-top: 1px solid #d3d3d3;
}
.main .box_flex .main_left .menu li .sub a:after {
  display: none;
}
.main .box_flex .main_left .menu li .sub a.on {
  color: #da3636;
}
.main .box_flex .main_left .menu li.on > a {
  color: #da3636;
}
.main .box_flex .main_left .menu li.on .sub {
  display: block;
}
.main .box_flex .main_left .cont {
  padding: 12px 12px 12px 15px;
  border: 1px solid #d3d3d3;
  line-height: 2;
  overflow: hidden;
}
.main .box_flex .main_left .tel {
  background: #da3636;
  color: #fff;
  margin-top: 15px;
}
.main .box_flex .main_left .tel img {
  width: 100%;
  height: auto;
}
.main .box_flex .main_left .tel .box {
  padding: 20px;
  overflow: hidden;
  font-size: 16px;
  line-height: 1;
  text-align: center;
}
.main .box_flex .main_left .tel .flex_main {
  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: 12px 0 0 0;
}
.main .box_flex .main_left .tel .flex_main .iconfont {
  font-size: 44px;
}
.main .box_flex .main_left .tel .flex_main .text {
  font-size: 20px;
  font-weight: bold;
  padding: 0 0 0 5px;
  line-height: 1.2;
  text-align: left;
}
.main .box_flex .main_right {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 0 0 25px;
}
.main .box_flex .main_right .position {
  margin-bottom: 20px;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
  background: #ececec;
  color: #888;
}
.main .box_flex .main_right .position .iconfont {
  font-size: 18px;
  float: left;
  margin-right: 5px;
}
.main .box_flex .main_right .position a {
  color: #666;
}
.main .box_flex .main_right .position a:hover {
  color: #da3636;
}
.main .web_position {
  margin-bottom: 25px;
  line-height: 1;
  text-align: right;
}
.main .web_cate {
  text-align: center;
  overflow: hidden;
  padding-bottom: 25px;
}
.main .web_cate li {
  display: inline-block;
  padding: 5px;
}
.main .web_cate li a {
  display: block;
  overflow: hidden;
  padding: 0 22px;
  line-height: 34px;
  border: 1px solid #ddd;
  border-radius: 50px;
  font-size: 16px;
}
.main .web_cate li.on a {
  background: #da3636;
  color: #fff;
  border-color: #da3636;
}
/* list_pro */
.list_pro {
  margin: -12px -20px;
  overflow: hidden;
}
.list_pro li {
  width: 33.333333333333%;
  float: left;
  padding: 12px 20px;
}
.list_pro li a {
  display: block;
  position: relative;
  margin-bottom: 20px;
}
.list_pro li a:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  height: 20px;
  background: url(../img/yin_pro.png) no-repeat;
  background-size: 100% 100%;
}
.list_pro li a .pic {
  overflow: hidden;
}
.list_pro li a .pic img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.list_pro li a span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
  background: #fbfbfb;
  line-height: 56px;
  text-align: center;
  font-size: 16px;
  transition: all 0.3s;
}
.list_pro li a:hover img {
  transform: scale(1.1);
}
.list_pro li a:hover span {
  background: #da3636;
  color: #fff;
}
/* list_zhuanjia */
.list_zhuanjia {
  margin: -10px;
  overflow: hidden;
}
.list_zhuanjia li {
  float: left;
  width: 33.33333333333%;
  padding: 10px;
}
.list_zhuanjia li a {
  display: block;
  overflow: hidden;
  border: 1px solid #cdcdcd;
}
.list_zhuanjia li .pic {
  overflow: hidden;
}
.list_zhuanjia li .pic img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.list_zhuanjia li .pic img:hover {
  transform: scale(1.1);
}
.list_zhuanjia li .box {
  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;
  height: 45px;
  padding: 0 15px;
}
.list_zhuanjia li .box span {
  font-size: 16px;
  color: #444;
}
.list_zhuanjia li .box em {
  background: #da3636;
  color: #fff;
  border-radius: 3px;
  padding: 2px 5px;
}
/* list_case */
.list_case {
  margin: -10px;
  overflow: hidden;
}
.list_case li {
  float: left;
  width: 33.33333333333%;
  padding: 10px;
}
.list_case li a {
  display: block;
  overflow: hidden;
}
.list_case li .pic {
  overflow: hidden;
}
.list_case li .pic img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.list_case li .pic img:hover {
  transform: scale(1.1);
}
.list_case li span {
  text-align: center;
  font-size: 16px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 12px 10px 0 10px;
}
.list_case li.four {
  width: 25%;
}
/* list_news */
.list_news {
  margin: -10px 0;
  overflow: hidden;
}
.list_news li {
  padding: 10px 0;
  overflow: hidden;
  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_news li .pic {
  display: block;
  overflow: hidden;
}
.list_news li .pic img {
  width: 280px;
  height: 190px;
  transition: all 0.3s;
}
.list_news li .pic img:hover {
  transform: scale(1.1);
}
.list_news li .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 0 0 20px;
}
.list_news li .box .bt {
  font-size: 18px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.list_news li .box p {
  display: block;
  overflow: hidden;
  line-height: 22px;
  height: 66px;
  color: #888;
  margin: 15px 0 25px 0;
}
.list_news li .box .cs {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  color: #666;
  line-height: 1;
}
.list_news li .box .cs .iconfont {
  margin-left: 15px;
  margin-right: 5px;
}
.list_news li .box .cs .iconfont:first-child {
  margin-left: 0;
}
.list_news li .box .but {
  text-align: right;
  overflow: hidden;
  padding: 5px 0 0 0;
}
.list_news li .box .but a {
  display: inline-block;
  background: #999999;
  color: #fff;
  margin-left: 10px;
  line-height: 30px;
  padding: 0 20px;
}
.list_news li .box .but a:hover {
  opacity: 0.8;
}
.list_news li .box .but a:first-child {
  background: #da3636;
}
/* web_body */
.web_body {
  line-height: 2;
  color: #666;
  overflow: hidden;
  text-align: justify;
}
.web_body img {
  max-width: 100% !important;
  height: auto !important;
}
.web_body hr {
  height: 15px;
  width: 100%;
  border: 0;
}
.web_body video,
.web_body iframe {
  width: 100% !important;
  max-width: 600px !important;
  height: 340px !important;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  background: #000;
}
.web_body table {
  border: 1px solid #eee;
  width: 100%;
}
.web_body table th {
  font-weight: normal;
  text-align: left;
}
.web_body table th,
.web_body table td {
  padding: 5px 10px;
  border: 1px solid #eee;
}
/* view_news */
.view_news {
  overflow: hidden;
}
.view_news .bt {
  font-size: 20px;
  overflow: hidden;
  text-align: center;
  padding: 10px 0 0 0;
}
.view_news .cs {
  text-align: center;
  font-size: 12px;
  color: #888;
  overflow: hidden;
  padding: 15px 0 0 0;
}
.view_news .cs span {
  padding: 0 10px;
}
.view_news .web_body {
  padding: 20px 0;
}
.view_news .sxfx {
  margin: 0 0 20px 0;
  overflow: hidden;
  line-height: 22px;
  padding: 0 200px 0 0;
  position: relative;
  color: #888;
}
.view_news .sxfx a {
  color: #888;
}
.view_news .sxfx a:hover {
  color: #da3636;
}
.view_news .sxfx p {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.view_news .sxfx .bdsharebuttonbox {
  position: absolute;
  right: 0px;
  top: 4px;
}
.view_news .xgxw {
  overflow: hidden;
}
.view_news .xgxw .tit {
  position: relative;
  overflow: hidden;
  height: 34px;
  margin-bottom: 10px;
}
.view_news .xgxw .tit:before {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 2px;
  background: #eee;
  content: "";
}
.view_news .xgxw .tit span {
  height: 34px;
  display: block;
  overflow: hidden;
  border-bottom: 2px solid #da3636;
  padding: 0 8px;
  float: left;
  font-size: 18px;
  position: relative;
  z-index: 1;
}
.view_news .xgxw .xun {
  overflow: hidden;
  margin: 0 -10px;
}
.view_news .xgxw .xun li {
  width: 50%;
  padding: 0 10px;
  float: left;
}
.view_news .xgxw .xun li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 28px;
  padding: 0 0 0 15px;
  position: relative;
  color: #666;
}
.view_news .xgxw .xun li a:before {
  width: 3px;
  height: 3px;
  background: #666666;
  position: absolute;
  content: "";
  left: 4px;
  top: 50%;
  margin-top: -2px;
}
.view_news .xgxw .xun li a:hover {
  color: #da3636;
}
/* view_zhuanjia */
.view_zhuanjia {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.view_zhuanjia .pic {
  width: 50%;
  margin: 0 auto;
  text-align: center;
}
.view_zhuanjia .pic img {
  width: 100%;
  height: auto;
}
.view_zhuanjia .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 0 0 25px;
  color: #666666;
}
.view_zhuanjia .box .bt {
  padding: 0 0 10px 0;
}
.view_zhuanjia .box .bt span {
  color: #444;
  font-size: 18px;
  padding-top: 8px;
  line-height: 30px;
}
.view_zhuanjia .box .body {
  line-height: 2.2;
  overflow: hidden;
  font-size: 15px;
}
.view_zhuanjia .box .body img {
  max-width: 100%;
  height: auto;
}
/* content_info */
.box_contact .info {
  overflow: hidden;
  position: relative;
  padding: 60px 0;
}
.box_contact .info:before {
  content: "";
  position: absolute;
  left: 0px;
  right: 0px;
  top: 50%;
  height: 1px;
  background: transparent;
  background: -webkit-linear-gradient(left, transparent 0%, #cbcbcb 50%, transparent 100%);
  background: -o-linear-gradient(left, transparent 0%, #cbcbcb 50%, transparent 100%);
  background: -moz-linear-gradient(left, transparent 0%, #cbcbcb 50%, transparent 100%);
  background: linear-gradient(left, transparent 0%, #cbcbcb 50%, transparent 100%);
}
.box_contact .info:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0px;
  bottom: 0px;
  width: 1px;
  background: transparent;
  background: -webkit-linear-gradient(top, transparent 0%, #cbcbcb 50%, transparent 100%);
  background: -o-linear-gradient(top, transparent 0%, #cbcbcb 50%, transparent 100%);
  background: -moz-linear-gradient(top, transparent 0%, #cbcbcb 50%, transparent 100%);
  background: linear-gradient(top, transparent 0%, #cbcbcb 50%, transparent 100%);
}
.box_contact .info li {
  width: 50%;
  float: left;
  text-align: center;
  height: 200px;
  color: #000;
  padding: 40px 0 0 0;
}
.box_contact .info li .iconfont {
  font-size: 40px;
}
.box_contact .info li span {
  display: block;
  overflow: hidden;
  font-size: 20px;
  padding: 12px 0;
}
.box_contact .info li .text {
  font-size: 16px;
  color: #666;
}
.box_contact .info li .text em {
  color: #da3636;
  display: block;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
  padding: 8px 0 0 0;
}
.box_contact #bdmap {
  width: 100%;
  height: 420px;
  font-size: 12px;
  line-height: 24px;
}
.box_contact #bdmap h4 {
  color: #da3636;
  border-bottom: 1px solid #eee;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  font-size: 16px;
}

.box_contact .luxian {
  padding: 60px 0;
  overflow: hidden;
}
.box_contact .luxian .b_tit {
  color: #da3636;
  font-size: 30px;
  padding: 0 0 15px 0;
}
.box_contact .luxian .text {
  color: #666666;
  font-size: 16px;
  line-height: 2;
}
/* view_pro */
.view_pro .flex_main {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding: 0 0 30px 0;
}
.view_pro .b_pic {
  width: 400px;
}
.view_pro .b_pic .jqzoom {
  position: relative;
  padding: 0px;
  cursor: crosshair;
  overflow: hidden;
  border: 1px solid #ddd;
}
.view_pro .b_pic .jqzoom img {
  width: 100%;
  height: auto;
}
.view_pro .b_pic .zoomdiv {
  z-index: 100;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 200px;
  height: 200px;
  background: #ffffff;
  border: 1px solid #ddd;
  display: none;
  text-align: center;
  overflow: hidden;
}
.view_pro .b_pic .jqZoomPup {
  z-index: 10;
  visibility: hidden;
  position: absolute;
  top: 0px;
  left: 0px;
  border: 1px solid #ddd;
  background: #ffffff;
  opacity: 0.3;
  -moz-opacity: 0.3;
  -khtml-opacity: 0.3;
  filter: alpha(opacity=30);
}
.view_pro .b_pic .probanbig {
  border: 1px solid #ddd;
  position: absolute;
  left: -99999px;
  top: -99999px;
  opacity: 0;
}
.view_pro .b_pic .probanbig img {
  width: 100%;
  height: auto;
}
.view_pro .b_pic .probansmall {
  position: relative;
  padding: 0 20px;
}
.view_pro .b_pic .probansmall .swiper-slide {
  width: 25%;
  padding: 0 4px;
  cursor: pointer;
}
.view_pro .b_pic .probansmall .swiper-slide img {
  width: 100%;
  height: auto;
  border: 1px solid #ddd;
}
.view_pro .b_pic .probansmall .swiper-slide-thumb-active img {
  border-color: #da3636;
}
.view_pro .b_pic .probansmall .arrow-left,
.view_pro .b_pic .probansmall .arrow-right {
  position: absolute;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  outline: 0;
}
.view_pro .b_pic .probansmall .arrow-left {
  left: 0px;
}
.view_pro .b_pic .probansmall .arrow-right {
  right: 0px;
}
.view_pro .b_pic .fxbut {
  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: 5px 0;
}
.view_pro .b_pic .fxbut .pic_all {
  cursor: pointer;
}
.view_pro .b_pic .fxbut .pic_all .iconfont {
  color: #ea5a50;
  font-weight: bold;
  margin-right: 5px;
}
.view_pro .b_box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 0 0 35px;
}
.view_pro .b_box .bt {
  font-size: 24px;
  border-bottom: 1px dashed #ddd;
  padding: 0 0 15px 0;
  font-weight: bold;
}
.view_pro .b_box > ul li {
  margin-top: 10px;
  color: #666;
  line-height: 1.7;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.view_pro .b_box > ul li label {
  width: 70px;
}
.view_pro .b_box > ul li .text {
  width: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.view_pro .b_box > ul li .desc {
  background: #f0f0f0;
  border: 1px dashed #da3636;
  padding: 10px 20px;
  color: #777;
  margin: 5px 0 0 70px;
}
.view_pro .b_box .cs {
  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: 25px 0 0 0;
  overflow: hidden;
}
.view_pro .b_box .tel {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  line-height: 1;
}
.view_pro .b_box .tel .iconfont {
  font-size: 50px;
  color: #da3636;
  margin-right: 5px;
}
.view_pro .b_box .tel em {
  display: block;
  overflow: hidden;
  color: #da3636;
  font-size: 24px;
  padding: 5px 0 0 0;
  font-weight: bold;
}
.view_pro .b_box .but li {
  float: left;
}
.view_pro .b_box .but li a {
  display: block;
  overflow: hidden;
  line-height: 38px;
  border-radius: 4px;
  width: 122px;
  text-align: center;
  color: #fff;
  background: #da3636;
}
.view_pro .b_box .but li a:hover {
  opacity: 0.8;
}
.view_pro .b_box .but li:last-child {
  margin-left: 18px;
}
.view_pro .b_box .but li:last-child a {
  background: #af7e5d;
}
.view_pro .tab {
  background: #cccccc;
  position: relative;
  z-index: 888;
}
.view_pro .tab .container {
  padding: 0;
}
.view_pro .tab ul {
  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;
  text-align: center;
}
.view_pro .tab ul li {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 20px;
  line-height: 50px;
  color: #da3636;
  cursor: pointer;
}
.view_pro .tab ul li.on {
  background: #da3636;
  color: #fff;
}
.view_pro .tab.cur {
  position: fixed;
  left: 0px;
  width: 100%;
  top: 0px;
}
.view_pro .tab.cur .container {
  padding: 0 10px;
}
.view_pro #pro_tab_height {
  width: 100%;
  overflow: hidden;
}
.view_pro .web_body {
  padding: 20px 0 30px 0;
}
.view_pro .in_hxys ul {
  padding: 0 30px;
}
.view_pro .pro_tit {
  text-align: center;
  padding: 0 0 30px 0;
  line-height: 1;
}
.view_pro .pro_tit span {
  font-size: 34px;
  color: #da3636;
  font-weight: bold;
}
.view_pro .pro_tit em {
  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;
  text-transform: uppercase;
  font-size: 16px;
  padding: 10px 0 0 0;
}
.view_pro .pro_tit em:before,
.view_pro .pro_tit em:after {
  width: 100px;
  height: 1px;
  content: "";
  background: #ddd;
  margin: 0 10px;
}
.view_pro .liucheng {
  padding: 50px 0;
  overflow: hidden;
}
.view_pro .liucheng ul {
  overflow: hidden;
  margin: -35px 0;
}
.view_pro .liucheng ul li {
  width: 20%;
  text-align: center;
  line-height: 1;
  float: left;
  padding: 35px 0;
  position: relative;
}
.view_pro .liucheng ul li:before {
  position: absolute;
  left: 100%;
  width: 120px;
  height: 120px;
  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: 40px;
  color: #a3a3a3;
  font-family: "iconfont" !important;
  content: "\eac9";
  transform: translateX(-50%);
}
.view_pro .liucheng ul li .iconfont {
  width: 120px;
  height: 120px;
  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: #da3636;
  color: #fff;
  font-size: 60px;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.3s;
}
.view_pro .liucheng ul li span {
  display: block;
  overflow: hidden;
  font-size: 16px;
  padding: 12px 0 0 0;
}
.view_pro .liucheng ul li:hover .iconfont {
  transform: rotate(360deg);
}
.view_pro .liucheng ul li:nth-child(even) .iconfont {
  background: #e3b73a;
}
.view_pro .liucheng ul li:nth-child(5):before {
  content: "\eac8";
  left: 0px;
  width: 100%;
  top: 100%;
  transform: translateY(-50%);
}
.view_pro .liucheng ul li:nth-child(6),
.view_pro .liucheng ul li:nth-child(7),
.view_pro .liucheng ul li:nth-child(8),
.view_pro .liucheng ul li:nth-child(9),
.view_pro .liucheng ul li:nth-child(10) {
  float: right;
}
.view_pro .liucheng ul li:nth-child(6):before,
.view_pro .liucheng ul li:nth-child(7):before,
.view_pro .liucheng ul li:nth-child(8):before,
.view_pro .liucheng ul li:nth-child(9):before,
.view_pro .liucheng ul li:nth-child(10):before {
  content: "\eac7";
}
.view_pro .liucheng ul li:nth-child(6):before {
  display: none;
}
.view_pro .fuwu {
  background: url(../img/bj_shouhou.png);
  background-size: 100% 100%;
  padding: 40px 0 0 0;
}
.view_pro .fuwu .box {
  padding: 40px 0 80px 40%;
  position: relative;
}
.view_pro .fuwu .box .pic {
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 40%;
  text-align: center;
}
.view_pro .fuwu .box .pic img {
  max-width: auto;
  height: auto;
}
.view_pro .fuwu .box .bt {
  width: 170px;
  line-height: 48px;
  background: #da3636;
  color: #fff;
  text-align: center;
  font-size: 24px;
}
.view_pro .fuwu .box .text {
  line-height: 1.8;
  font-size: 16px;
  padding: 15px 0 30px 0;
  overflow: hidden;
}
.view_pro .fuwu .box ul {
  margin: -10px;
  overflow: hidden;
}
.view_pro .fuwu .box ul li {
  width: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  float: left;
  padding: 10px;
  line-height: 1;
}
.view_pro .fuwu .box ul li span {
  background: #707070;
  width: 110px;
  line-height: 46px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin-right: 10px;
}
.view_pro .fuwu .box ul li em {
  color: #da3636;
  font-size: 30px;
  font-family: 'Impact';
  letter-spacing: 1px;
}
.view_pro .pingjia {
  padding: 50px 0;
  overflow: hidden;
}
.view_pro .pingjia ul {
  margin: -10px;
  overflow: hidden;
}
.view_pro .pingjia ul li {
  width: 50%;
  padding: 10px;
  float: left;
}
.view_pro .pingjia ul 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;
}
.view_pro .pingjia ul li .pic {
  overflow: hidden;
}
.view_pro .pingjia ul li .pic img {
  width: 162px;
  height: 132px;
  transition: all 0.3s;
}
.view_pro .pingjia ul li .pic img:hover {
  transform: scale(1.1);
}
.view_pro .pingjia ul li .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 0 0 15px;
}
.view_pro .pingjia ul li .box span {
  font-size: 16px;
  font-weight: bold;
  color: #444;
  transition: all 0.3s;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.view_pro .pingjia ul li .box span:hover {
  color: #da3636;
}
.view_pro .pingjia ul li .box p {
  line-height: 24px;
  height: 72px;
  display: block;
  overflow: hidden;
  margin-top: 10px;
  color: #888;
}
.view_pro .in_heng {
  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;
  overflow: hidden;
  padding: 0 50px 0 0;
}
.view_pro .mess {
  margin-top: 40px;
  background: #f0f0f0;
  overflow: hidden;
}
.view_pro .mess .b_tit {
  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;
  color: #da3636;
  font-size: 24px;
}
.view_pro .mess .b_tit:before,
.view_pro .mess .b_tit:after {
  content: "";
  width: 0;
  height: 0;
}
.view_pro .mess .b_tit:before {
  border-top: 80px solid #dedede;
  border-left: 40px solid transparent;
}
.view_pro .mess .b_tit:after {
  border-top: 80px solid #dedede;
  border-right: 40px solid transparent;
}
.view_pro .mess .b_tit span {
  background: #dedede;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  line-height: 80px;
}
.view_pro .mess ul {
  padding: 35px 50px;
  overflow: hidden;
}
.view_pro .mess ul li {
  padding: 15px 20px;
  overflow: hidden;
  width: 50%;
  float: left;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.view_pro .mess ul li label {
  line-height: 50px;
  font-size: 18px;
  color: #666;
  width: 90px;
}
.view_pro .mess ul li input[type='text'] {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  background: #fff;
  border: 1px solid #ddd;
  height: 50px;
  padding: 0 15px;
}
.view_pro .mess ul li textarea {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  background: #fff;
  border: 1px solid #ddd;
  height: 200px;
  padding: 15px;
}
.view_pro .mess ul li input[type='submit'] {
  margin-left: 90px;
  background: #da3636;
  color: #fff;
  height: 60px;
  border: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  font-size: 18px;
  letter-spacing: 5px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s;
}
.view_pro .mess ul li input[type='submit']:hover {
  opacity: 0.8;
}
.view_pro .mess ul li.all {
  width: 100%;
}
/* 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: 30px 0 0 0;
}
.pagination li {
  padding: 0 5px;
}
.pagination li a,
.pagination li span {
  display: block;
  overflow: hidden;
  padding: 0 12px;
  line-height: 32px;
  border: 1px solid #ddd;
  border-radius: 3px;
  background: #f9f9f9;
}
.pagination li a:hover {
  background: #da3636;
  color: #fff;
  border-color: #da3636;
}
.pagination li.active span {
  cursor: default;
  background: #da3636;
  color: #fff;
  border-color: #da3636;
}
.pagination li.disabled span {
  background: #eee;
  color: #888;
  cursor: not-allowed;
}
/* tan_one_pic */
#tan_one_pic {
  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: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.5);
}
#tan_one_pic .close {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 40px;
  height: 40px;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
  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: 20px;
  cursor: pointer;
  z-index: 1;
}
#tan_one_pic .close:hover {
  background-color: rgba(218, 54, 54, 0.5);
}
#tan_one_pic img {
  max-width: 100%;
  max-height: 100%;
}
/* 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: #da3636;
}
.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: #da3636;
}
.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;
  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-button-next:hover,
.tan_pic .swiper-button-prev:hover {
  color: #da3636;
}
.tan_pic .swiper-button-disabled {
  opacity: 0.2;
}
.tan_pic .swiper-button-next {
  right: 0px;
}
.tan_pic .swiper-button-prev {
  left: 0px;
}
/* fixed_right */
.fixed_right {
  position: fixed;
  right: 0px;
  top: 50%;
  margin-top: -230px;
  z-index: 8888;
  transition: all 0.3s;
}
.fixed_right li {
  border: 1px solid #ddd;
  border-top: 0;
  position: relative;
  background: #fff;
}
.fixed_right li > a {
  display: block;
  overflow: hidden;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 1;
  color: #444;
}
.fixed_right li > a .iconfont {
  font-size: 30px;
  margin: 20px 0 0 0;
  display: block;
  overflow: hidden;
}
.fixed_right li > a em {
  display: block;
  overflow: hidden;
  font-size: 12px;
}
.fixed_right li > a:hover {
  background: #f0f0f0;
}
.fixed_right li .hide {
  display: none;
  position: absolute;
  right: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  border-radius: 5px 0 0 5px;
}
.fixed_right li:hover .hide {
  display: block;
}
.fixed_right .weixin .hide {
  background: #333;
  padding: 20px;
  text-align: center;
  color: #fff;
}
.fixed_right .weixin .hide img {
  width: 150px;
  height: auto;
  margin-bottom: 10px;
}
.fixed_right .tel .hide {
  background: #333;
  color: #fff;
}
.fixed_right .tel .hide dd {
  padding: 30px 20px;
  white-space: nowrap;
  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;
  border-bottom: 1px solid #555;
  line-height: 1;
}
.fixed_right .tel .hide dd .iconfont {
  font-size: 36px;
  margin-right: 8px;
}
.fixed_right .tel .hide dd .text span {
  font-size: 20px;
  display: block;
  overflow: hidden;
  padding: 8px 0 0 0;
}
.fixed_right .tel .hide dd:last-child {
  border-bottom: 0;
}
.fixed_right .ewm .hide {
  transform: translateY(1px);
  top: auto;
  bottom: 0px;
  background: #fff;
  border: 1px solid #ddd;
}
.fixed_right .ewm .hide dd {
  padding: 15px;
  text-align: center;
  border-bottom: 1px solid #ddd;
}
.fixed_right .ewm .hide dd img {
  max-width: 120px;
  height: auto;
  margin-bottom: 5px;
}
.fixed_right .ewm .hide dd:last-child {
  border-bottom: 0;
}
.fixed_right .wenti .hide {
  background: #333;
  color: #fff;
  width: 300px;
  padding: 20px 0;
}
.fixed_right .wenti .hide .bt {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  font-size: 24px;
  line-height: 1;
  padding: 0 0 10px 18px;
  overflow: hidden;
}
.fixed_right .wenti .hide .bt .iconfont {
  font-size: 30px;
  margin-right: 10px;
}
.fixed_right .wenti .hide dl dd {
  border-bottom: 1px dashed #555;
}
.fixed_right .wenti .hide dl dd a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 44px;
  color: #ccc;
  padding: 0 20px;
}
.fixed_right .wenti .hide dl dd a:hover {
  color: #fff;
}
.fixed_right .wenti .hide dl dd:last-child {
  border-bottom: 0;
}
.fixed_right .backtop {
  background: #da3636;
  border-color: #da3636;
  border-bottom: 0 !important;
}
.fixed_right .backtop > a {
  color: #fff;
}
.fixed_right .backtop > a .iconfont {
  margin: 12px 0 6px 0;
}
.fixed_right .backtop > a:hover {
  background: none;
}
.fixed_right .close > a .iconfont {
  margin: 12px 0 6px 0;
}
.fixed_right .but {
  border-top: 1px solid #ddd;
}
.fixed_right .but > a .iconfont {
  font-weight: bold;
  margin: 12px 0 6px 0;
}
.fixed_right.cur {
  margin-top: 0;
  top: auto;
  bottom: 0px;
}
.fixed_right.cur li {
  display: none;
}
.fixed_right.cur .but {
  display: block;
}
/* list_down */
.list_down {
  overflow: hidden;
  margin: -15px -30px;
}
.list_down li {
  width: 100%;
  padding: 15px 30px;
}
.list_down 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;
  border-bottom: 1px solid #eee;
  padding: 0 0 20px 0;
}
.list_down li .date {
  border-radius: 5px 5px 0 0;
  background: #f0f0f0;
  text-align: center;
  width: 80px;
}
.list_down li .date i {
  color: #da3636;
  font-size: 36px;
  line-height: 50px;
}
.list_down li .date em {
  display: block;
  overflow: hidden;
  background: #da3636;
  color: #fff;
  line-height: 30px;
  font-size: 18px;
}
.list_down li .info {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 15px;
}
.list_down li .info span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  padding: 0 0 15px 0;
  color: #000;
  transition: all 0.6s;
}
.list_down li .info span:hover {
  color: #da3636;
}
.list_down li .info p {
  color: #888;
}
.list_down li .info p em {
  color: #da3636;
  font-size: 16px;
}
.list_down li .but {
  text-align: center;
}
.list_down li .but .iconfont {
  font-size: 30px;
  color: #da3636;
}
.list_down li .but em {
  display: block;
  overflow: hidden;
  padding: 5px 0 0 0;
  color: #666;
  transition: all 0.6s;
}
.list_down li .but:hover em {
  color: #da3636;
}
.download {
  padding: 10px 0;
  width: 220px;
  margin: 0 auto;
}
/* tan_mess */
.tan_mess {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 2222;
  background-color: rgba(0, 0, 0, 0.5);
  display: none;
}
.tan_mess .box {
  width: 100%;
  margin: 0 auto;
  max-width: 640px;
  background: #fff;
  box-shadow: 0 0 10px #ccc;
}
.tan_mess .tit {
  padding: 0 20px;
  height: 50px;
  line-height: 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: space-between;
  justify-content: space-between;
  background: #da3636;
  color: #fff;
}
.tan_mess .tit span {
  font-size: 20px;
}
.tan_mess .tit .close {
  font-size: 20px;
  cursor: pointer;
  transition: all 0.3s;
}
.tan_mess .tit .close:hover {
  transform: rotate(360deg);
}
.tan_mess ul {
  padding: 10px 20px;
  overflow: hidden;
}
.tan_mess ul li {
  border-bottom: 1px solid #f1f1f1;
  line-height: 1;
  padding: 15px 0;
}
.tan_mess ul li:last-child {
  border-bottom: 0;
}
.tan_mess ul li.lr {
  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: 0;
}
.tan_mess ul li.tip {
  font-size: 24px;
  text-align: center;
}
.tan_mess ul li.tip em {
  color: #da3636;
}
.tan_mess ul li .bt em {
  color: #da3636;
}
.tan_mess ul li .sex {
  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;
}
.tan_mess ul li .sex label {
  border: 1px solid #cdcdcd;
  border-radius: 3px;
  margin-left: 8px;
  padding: 5px 10px;
  cursor: pointer;
}
.tan_mess ul li .sex label:first-child {
  margin-left: 0;
}
.tan_mess ul li .sex label.on {
  background: #cdcdcd;
  color: #fff;
}
.tan_mess ul li .sex label input {
  display: none;
}
.tan_mess ul li input[type='text'] {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  height: 50px;
  padding: 0 5px;
  border: 0;
}
.tan_mess ul li textarea {
  height: 100px;
  width: 100%;
  float: left;
  border: 1px solid #eee;
  margin-top: 10px;
  padding: 10px;
}
.tan_mess ul li input[type='submit'] {
  width: 100%;
  height: 50px;
  background: #da3636;
  color: #fff;
  border: 0;
  margin-top: 10px;
  font-size: 16px;
  cursor: pointer;
  transition: all 0.3s;
  border-radius: 5px;
}
.tan_mess ul li input[type='submit']:hover {
  background: #bb2222;
}
.tan_mess .yes {
  display: none;
  padding: 30px;
  overflow: hidden;
  text-align: center;
}
.tan_mess .yes .tips {
  font-size: 24px;
}
.tan_mess .yes .tips em {
  color: #da3636;
}
.tan_mess .yes .text {
  color: #da3636;
  width: 80%;
  margin: 0 auto;
  line-height: 1.8;
}
.tan_mess .yes .line {
  overflow: hidden;
  position: relative;
  height: 5px;
  margin: 15px 0;
}
.tan_mess .yes .line:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 2px;
  right: 0px;
  height: 1px;
  background: #e0e0e0;
}
.tan_mess .yes .line:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0px;
  bottom: 0px;
  background: #e0e0e0;
  width: 30%;
  transform: translateX(-50%);
  border-radius: 20px;
}
.tan_mess .loading {
  display: none;
}
.tan_mess .loading .cen {
  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;
  height: 150px;
}
.tan_mess .loading i {
  display: block;
  overflow: hidden;
  width: 6px;
  height: 20px;
  background: #9b59b6;
  margin: 0 2px;
  animation: preloader_height 1.5s infinite ease-in-out;
}
.tan_mess .loading i:nth-child(2) {
  animation-delay: .2s;
}
.tan_mess .loading i:nth-child(3) {
  animation-delay: .4s;
}
.tan_mess .loading i:nth-child(4) {
  animation-delay: .6s;
}
.tan_mess .loading i:nth-child(5) {
  animation-delay: .8s;
}
.tan_mess.cur {
  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;
}
/* bottom_san */
.bottom_san {
  display: none;
  position: fixed;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: 3333;
  background: #da3636;
}
.bottom_san li {
  float: left;
  width: 33.333333333333%;
}
.bottom_san 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: center;
  justify-content: center;
  color: #fff;
  height: 40px;
  line-height: 1;
}
.bottom_san li i {
  margin-right: 5px;
}
.bottom_san li:nth-child(2) {
  background: #0489f0;
}
.bottom_san li:nth-child(3) {
  background: #10ab11;
}
.copyright{width:90%; margin:20px auto; border:1px solid #ddd; background:#f2f2f2; padding:15px; font-size:12px;}
.copyright .pad10{padding-top:10px;}
.daodu {
	background-color: #f2f2f2;
	color: #666;
	margin: 16px 0;
	padding: 10px 15px;
	line-height: 2em;
	font-size: 14px;
}

.daodu .ddcolor {
	color: #e03971;
}