@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%;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  user-select: none;
}
html {
  overflow-x: hidden;
}
body {
  font-size: 14px;
  color: #474747;
  line-height: normal;
  font-family: Helvetica, 'Hiragino Sans GB', 'Microsoft Yahei', 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;
  background: #fff;
  -webkit-font-smoothing: antialiased;
  padding-top: 86px;
}
a {
  color: #474747;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.6s;
}
a:hover {
  color: #e41e1e;
}
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;
}
.zst {
  font-family: SimSun, '宋体';
}
.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 {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  background: url(../img/bj_top.jpg) center top no-repeat;
  z-index: 999;
  box-shadow: 0 0 10px #ddd;
}
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 .logo img {
  height: 36px;
  width: auto;
}
header .search {
  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;
  width: 210px;
  transition: all 0.6s;
}
header .search input {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 10px;
  height: 40px;
  border: 0;
  background: none;
}
header .search button {
  width: 40px;
  height: 40px;
  border: 0;
  font-size: 32px;
  cursor: pointer;
  background: none;
  transition: all 0.6s;
}
header .search .close {
  display: none;
}
header .search:hover {
  background: #fff;
  box-shadow: 0 0 10px #ddd;
}
header nav > ul li {
  float: left;
  position: relative;
}
header nav > ul li:before {
  content: "/";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
header nav > ul li a {
  display: block;
  overflow: hidden;
  height: 86px;
  line-height: 86px;
  position: relative;
  padding: 0 30px;
}
header nav > ul li a:before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0px;
  height: 1px;
  background: #e41e1e;
  width: 0px;
  transform: translateX(-50%);
  transition: all 0.6s;
}
header nav > ul li span {
  font-size: 16px;
}
header nav > ul li em {
  display: none;
}
header nav > ul li:first-child:before {
  display: none;
}
header nav > ul li:hover a:before {
  width: 40px;
}
header nav > ul li.on a {
  color: #e41e1e;
}
header nav > ul li.on a:before {
  width: 40px;
}
header .nav {
  display: none;
  position: absolute;
  left: 0px;
  top: 100%;
  width: 100%;
  background: #fff;
  box-shadow: 5px 0 10px #ddd;
  padding: 20px 0 30px 0;
}
header .nav .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;
  overflow: hidden;
  position: relative;
  min-height: 350px;
}
header .nav .cont {
  width: 240px;
}
header .nav .cont .ewm img {
  max-width: 95px;
  height: auto;
  border: 1px solid #eee;
}
header .nav .cont ul {
  padding: 15px 0;
  overflow: hidden;
}
header .nav .cont ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  line-height: 22px;
  padding: 5px 0;
}
header .nav .cont ul li .iconfont {
  font-size: 18px;
  margin-right: 5px;
}
header .nav .cont ul li .text {
  width: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: #666;
}
header .nav .cont .but {
  display: block;
  overflow: hidden;
  text-align: center;
  border-radius: 4px;
  width: 120px;
  line-height: 34px;
  background: #666;
  color: #fff;
  text-transform: capitalize;
  font-weight: bold;
}
header .nav .cont .but:hover {
  background: #e41e1e;
}
header .nav .line {
  position: absolute;
  left: 300px;
  top: 0px;
  width: 1px;
  height: 100%;
  background: #fff;
  background: -webkit-linear-gradient(180deg, #fff 0%, #ddd 50%, #fff 100%);
  background: -o-linear-gradient(180deg, #fff 0%, #ddd 50%, #fff 100%);
  background: -moz-linear-gradient(180deg, #fff 0%, #ddd 50%, #fff 100%);
  background: linear-gradient(180deg, #fff 0%, #ddd 50%, #fff 100%);
}
header .nav .tab {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 0 0 150px;
}
header .nav .tab dl {
  display: none;
  margin: 0 -20px;
  overflow: hidden;
}
header .nav .tab dl dd {
  width: 50%;
  float: left;
  padding: 0 20px;
}
header .nav .tab dl dd a {
  display: block;
  overflow: hidden;
  padding: 30px 20px 10px 0;
  border-bottom: 1px solid #eee;
  position: relative;
}
header .nav .tab dl dd a:before {
  content: "";
  position: absolute;
  right: 0px;
  top: 50%;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border: 1px solid #eee;
  border-radius: 50%;
  transition: all 0.6s;
}
header .nav .tab dl dd span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0 5px 0;
  color: #474747;
}
header .nav .tab dl dd em {
  font-size: 12px;
  line-height: 16px;
  height: 32px;
  display: block;
  overflow: hidden;
  text-transform: uppercase;
  color: #999;
}
header .nav .tab dl dd a:hover {
  border-bottom-color: #e41e1e;
}
header .nav .tab dl dd a:hover:before {
  border-color: #e41e1e;
}
header .nav .tab dl dd a:hover em {
  color: #474747;
}
header .navbut {
  display: none;
}
header .but_search {
  display: none;
}
/* footer */
footer {
  background: #1a1a1a;
  padding: 60px 0 70px 0;
  overflow: hidden;
  color: #fff;
  line-height: 2.5;
}
footer a {
  color: #fff;
}
footer a:hover {
  color: #e41e1e;
}
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;
}
footer dl dt {
  line-height: 1;
  font-size: 22px;
  font-weight: bold;
}
footer dl dt:after {
  display: block;
  overflow: hidden;
  width: 20px;
  height: 1px;
  background: #e41e1e;
  content: "";
  margin: 15px 0 25px 0;
}
footer dl dd a {
  display: block;
  overflow: hidden;
}
footer .box {
  max-width: 350px;
}
footer .box .ewm {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: center;
}
footer .box .ewm li {
  line-height: 1;
  font-size: 12px;
}
footer .box .ewm li img {
  max-width: 119px;
  height: auto;
  margin-bottom: 10px;
}
footer .box .ewm li:first-child {
  margin-right: 20px;
}
footer .box .but {
  padding: 10px 0 0 0;
  text-align: center;
  overflow: hidden;
}
footer .box .but li {
  margin: 0 10px;
  font-size: 16px;
  display: inline-block;
}
footer .box .but li a {
  color: #757575;
}
footer .box .but li a:hover {
  color: #e41e1e;
}
footer .box .copy {
  line-height: 1.8;
}
/* fixed_right */
.fixed_right {
  position: fixed;
  right: 0px;
  top: 50%;
  margin-top: -230px;
  z-index: 888;
  transition: all 0.6s;
}
.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: #474747;
}
.fixed_right li > a .iconfont {
  font-size: 30px;
  margin: 20px 0 0 0;
  display: block;
  overflow: hidden;
}
.fixed_right li > a img {

  margin: 20px 0 0 0;
  display: block;

}

.fixed_right li > a em {
  display: block;
  overflow: hidden;
  font-size: 12px;
}
.fixed_right li > a:hover {
  background: #e41e1e;
  color: #fff;
}
.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: 20px;
  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: #e41e1e;
  border-color: #e41e1e;
  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;
}
/* web_backtop */
.web_backtop {
  position: fixed;
  right: 4px;
  z-index: 555;
  bottom: 4px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(228, 30, 30, 0.5);
  color: #fff;
  display: none;
  font-size: 24px;
  cursor: pointer;
}
/* banner */
.banner {
  background: #000;
}
.banner .box {
  background-repeat: repeat;
  background-position: center top;
  background-size: auto 100%;
  height: 600px;
  width: 100%;
  overflow: hidden;
  color: #fff;
}
.banner .one {
  background-image: url(../img/banner_one.jpg);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 0 60px 0;
}
.banner .one .t1 {
  font-size: 24px;
  letter-spacing: 2px;
}
.banner .one .t2 {
  padding: 30px 0 25px 0;
}
.banner .one .t2 img {
  height: 60px;
  width: auto;
}
.banner .one .t3 {
  font-size: 20px;
  color: #ccc;
}
.banner .two {
  background-image: url(../img/banner_two.jpg);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  padding: 0 0 60px 0;
}
.banner .two .t1 {
  font-size: 30px;
}
.banner .two .t2 {
  font-size: 46px;
  letter-spacing: 2px;
  padding: 15px 0 30px 0;
}
.banner .two .t3 {
  font-size: 24px;
  line-height: 1.5;
}
.banner .three {
  background-image: url(../img/banner_three.jpg);
  text-align: center;
  padding: 10% 0 0 0;
}
.banner .three .t1 {
  font-size: 30px;
}
.banner .three .t2 {
  padding: 15px 0 0 0;
  font-size: 46px;
  letter-spacing: 2px;
}
.banner .four {
  background-image: url(../img/banner_four.jpg);
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  text-align: right;
  padding: 0 0 60px 0;
}
.banner .four .container {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.banner .four .t1 {
  font-size: 30px;
}
.banner .four .t2 {
  padding: 15px 0 0 0;
  font-size: 46px;
  letter-spacing: 2px;
  color: #e41e1e;
}
.banner .banner-next,
.banner .banner-prev {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translateY(-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;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 50%;
  font-size: 24px;
  z-index: 5;
  transition: all 0.6s;
  cursor: pointer;
  outline: 0;
  opacity: 0;
}
.banner .banner-next:hover,
.banner .banner-prev:hover {
  color: #e41e1e;
  border-color: #e41e1e;
}
.banner .banner-next {
  right: 85px;
}
.banner .banner-prev {
  left: 85px;
}
.banner .swiper-pagination-bullets {
  bottom: 25px;
  position: absolute;
  z-index: 5;
  text-align: center;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 44px;
  height: 2px;
  border-radius: 0;
  cursor: pointer;
  margin: 0 3px;
  opacity: 0.5;
  background: #fff;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  opacity: 1;
}
.banner:hover .banner-next,
.banner:hover .banner-prev {
  opacity: 0.5;
}
/* nbanner */
.nbanner {
  width: 100%;
  background-position: center top;
  background-repeat: no-repeat;
}
.nbanner .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: 450px;
  color: #fff;
  padding: 0 0 0 50px;
}
.nbanner .container .tit {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  line-height: 1;
}
.nbanner .container .tit:after {
  content: "";
  display: block;
  overflow: hidden;
  width: 20px;
  height: 4px;
  background: #fff;
}
.nbanner .container .tit em {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
}
.nbanner .container .tit span {
  font-size: 32px;
  display: block;
  overflow: hidden;
  padding: 12px 0 25px 0;
}
.nbanner .container .position {
  color: #999999;
  width: 50%;
  text-align: center;
  line-height: 1.6;
}
.nbanner .container .position a {
  color: #999999;
}
.nbanner .container .position a:hover {
  color: #fff;
}
.nbanner .container .position em {
  color: #fff;
  font-size: 18px;
}
.nbanner .container .cate {
  width: 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;
}
.nbanner .container .cate ul li {
  min-width: 160px;
  text-align: center;
}
.nbanner .container .cate ul li a {
  color: #999999;
  display: block;
  overflow: hidden;
  line-height: 42px;
}
.nbanner .container .cate ul li a:hover {
  color: #fff;
}
.nbanner .container .cate ul li.on a {
  color: #fff;
  font-size: 18px;
}
.nbanner .container .cate .er li {
  float: left;
}
.nbanner .container .cate .er li:nth-child(2n+1) {
  clear: both;
}
/* web_cate */
.web_cate {
  background: #fff;
  box-shadow: 0 5px 10px #eee;
}
.web_cate .tit {
  display: none;
}
.web_cate 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: center;
  justify-content: center;
}
.web_cate ul li {
  position: relative;
  z-index: 99;
  padding: 0 0 0 1px;
}
.web_cate ul li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 10%;
  bottom: 10%;
  width: 1px;
  background: #fff;
  background: -webkit-linear-gradient(180deg, #fff 0%, #eee 50%, #fff 100%);
  background: -o-linear-gradient(180deg, #fff 0%, #eee 50%, #fff 100%);
  background: -moz-linear-gradient(180deg, #fff 0%, #eee 50%, #fff 100%);
  background: linear-gradient(180deg, #fff 0%, #eee 50%, #fff 100%);
}
.web_cate ul li > a {
  height: 60px;
  font-size: 16px;
  padding: 0 20px;
  color: #666;
  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: center;
  justify-content: center;
}
.web_cate ul li > a .iconfont {
  margin-left: 8px;
  font-size: 16px;
  color: #888;
}
.web_cate ul li .sub {
  display: none;
  position: absolute;
  left: 50%;
  top: 100%;
  min-width: 100%;
  transform: translateX(-50%);
  text-align: center;
  white-space: nowrap;
  border-radius: 0 0 5px 5px;
  overflow: hidden;
}
.web_cate ul li .sub a {
  margin-left: 1px;
  padding: 0 10px;
  display: block;
  overflow: hidden;
  color: #fff;
  background: #333;
  border-bottom: 1px solid #444;
  line-height: 34px;
}
.web_cate ul li .sub a:hover {
  color: #e41e1e;
}
.web_cate ul li:first-child {
  padding: 0;
}
.web_cate ul li:first-child:before {
  display: none;
}
.web_cate ul li:hover > a {
  background: #e41e1e;
  color: #fff;
}
.web_cate ul li:hover > a .iconfont {
  color: #fff;
}
.web_cate ul li.on > a {
  background: #e41e1e;
  color: #fff;
}
.web_cate ul li.on > a .iconfont {
  color: #fff;
}
.web_cate.cur {
  position: fixed;
  left: 0px;
  width: 100%;
  z-index: 990;
}
.web_cate_height {
  width: 100%;
  overflow: hidden;
}
/* web_bj */
.web_bj {
  background: #fafafa;
}
/* main */
.main {
  padding: 60px 0 70px 0;
  overflow: hidden;
}
/* in_box */
.in_box {
  padding: 60px 0 70px 0;
  position: relative;
}
.in_box .in_down {
  width: 60px;
  height: 60px;
  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: #fff;
  border-radius: 50%;
  position: absolute;
  left: 50%;
  bottom: 0px;
  transform: translate(-50%, 50%);
  z-index: 5;
}
.in_box .in_down .iconfont {
  display: block;
  overflow: hidden;
  font-size: 44px;
  -webkit-animation: bh_opacity 1s infinite;
  animation: bh_opacity 1s infinite;
  color: #666;
}
/* in_tit */
.in_tit {
  text-align: center;
  overflow: hidden;
  padding: 0 0 30px 0;
}
.in_tit .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: center;
  justify-content: center;
  font-size: 36px;
  color: #e41e1e;
  line-height: 1;
  padding: 0 0 10px 0;
  font-family: SimSun, '宋体';
  font-weight: bold;
}
.in_tit .bt span {
  padding: 0 20px;
}
.in_tit .bt img {
  height: 20px;
  width: auto;
}
.in_tit .bt img:last-of-type {
  transform: scaleX(-1);
}
.in_tit .text {
  color: #999;
  font-size: 16px;
  line-height: 1.6;
}
/* box_yycj */
.box_yycj {
  background: #f7f7f7;
  overflow: hidden;
}
.box_yycj .tab {
  overflow: hidden;
}
.box_yycj .tab li {
  width: 10%;
  float: left;
  text-align: center;
  line-height: 1;
  position: relative;
}
.box_yycj .tab li:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 1px;
  height: 100%;
  background: #fff;
  background: -webkit-linear-gradient(180deg, #fff 0%, #ddd 50%, #fff 100%);
  background: -o-linear-gradient(180deg, #fff 0%, #ddd 50%, #fff 100%);
  background: -moz-linear-gradient(180deg, #fff 0%, #ddd 50%, #fff 100%);
  background: linear-gradient(180deg, #fff 0%, #ddd 50%, #fff 100%);
}
.box_yycj .tab li a {
  display: block;
  overflow: hidden;
  padding: 15px 0;
}
.box_yycj .tab li img {
  width: auto;
  height: 50px;
}
.box_yycj .tab li .hover {
  display: none;
}
.box_yycj .tab li span {
  font-size: 16px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 0 0 0;
  color: #444;
  transition: all 0.6s;
}
.box_yycj .tab li.on a {
  background: #e41e1e;
  color: #fff;
}
.box_yycj .tab li.on .default {
  display: none;
}
.box_yycj .tab li.on .hover {
  display: inline-block;
}
.box_yycj .tab li.on span {
  color: #fff;
}
.box_yycj .xun a {
  display: block;
  overflow: hidden;
  position: relative;
}
.box_yycj .xun img {
  width: 100%;
  height: auto;
  transition: all 0.6s;
}
.box_yycj .xun .box {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.6);
  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;
}
.box_yycj .xun .text {
  padding: 0 30px;
  color: #adadad;
  line-height: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
}
.box_yycj .xun .text span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  color: #fff;
  padding: 0 0 15px 0;
}
.box_yycj .xun .text p {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box_yycj .xun .more {
  height: 100px;
  width: 100px;
  background: #e41e1e;
  color: #fff;
  text-align: center;
  display: block;
  overflow: hidden;
}
.box_yycj .xun .more .iconfont {
  font-size: 30px;
  display: block;
  overflow: hidden;
  margin: 18px 0 10px 0;
  transition: all 0.6s;
}
.box_yycj .xun .more:hover .iconfont {
  transform: rotate(360deg);
}
.box_yycj .xun a:hover img {
  transform: scale(1.1);
}
/* box_sbzs */
.box_sbzs {
  margin: -15px -10px;
  overflow: hidden;
}
.box_sbzs .box {
  width: 33.3333333333%;
  float: left;
  padding: 22px;
}
.box_sbzs .box .big {
  display: block;
  overflow: hidden;
  text-align: center;
}
.box_sbzs .box .big .pic img {
  max-width: 100%;
  height: auto;
  transition: all 0.6s;
}
.box_sbzs .box .big span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
  padding: 10px 0;
  line-height: 1;
  position: relative;
  z-index: 1;
}
.box_sbzs .box .big:hover .pic img {
  transform: scale(1.1);
}
.box_sbzs .box .xun {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  margin: 0 -10px;
  overflow: hidden;
}
.box_sbzs .box .xun ul {
  max-width: 50%;
  padding: 0 10px;
}
.box_sbzs .box .xun a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 2.2;
  position: relative;
  padding: 0 0 0 20px;
}
.box_sbzs .box .xun a:before {
  font-family: "iconfont" !important;
  content: "\e601";
  position: absolute;
  left: 0px;
  top: 50%;
  transform: translateY(-50%);
}
.box_sbzs .box:nth-child(3n+1) {
  clear: both;
}
/* box_news */
.box_news .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: space-between;
  justify-content: space-between;
  padding: 0 0 30px 0;
  overflow: hidden;
}
.box_news .tab .bt {
  background: url(../img/bj_fangk1.png) left top no-repeat;
  padding: 20px 0 0 35px;
  text-align: center;
  color: #000;
  line-height: 1;
}
.box_news .tab .bt em {
  font-size: 30px;
  text-transform: uppercase;
  display: block;
  overflow: hidden;
  padding: 0 0 12px 0;
  font-family: 'times_new_romanregular';
}
.box_news .tab .bt span {
  font-size: 24px;
}
.box_news .tab ul li {
  float: left;
  margin-left: 40px;
}
.box_news .tab ul li a {
  display: block;
  overflow: hidden;
  color: #000;
  border-bottom: 1px solid transparent;
  padding: 0 0 14px 0;
  line-height: 1;
  font-size: 18px;
}
.box_news .tab ul li:first-child {
  margin-left: 0;
}
.box_news .tab ul li.on a {
  color: #e41e1e;
  border-bottom-color: #e41e1e;
}
.box_news .xun {
  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;
}
.box_news .xun 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;
}
.box_news .xun a .pic {
  margin-right: 15px;
  overflow: hidden;
}
.box_news .xun a .pic img {
  width: 165px;
  height: 105px;
  transition: all 0.6s;
}
.box_news .xun a .pic img:hover {
  transform: scale(1.1);
}
.box_news .xun a .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
}
.box_news .xun a .box span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 18px;
  color: #474747;
  transition: all 0.6s;
}
.box_news .xun a .box span:hover {
  color: #e41e1e;
}
.box_news .xun a .box p {
  line-height: 24px;
  height: 48px;
  display: block;
  overflow: hidden;
  color: #7e7e7e;
  margin: 5px 0 2px 0;
}
.box_news .xun a .box .iconfont {
  display: block;
  overflow: hidden;
  color: #6a6a6a;
  font-size: 24px;
  line-height: 1;
  transition: all 0.6s;
}
.box_news .xun a .box .iconfont:hover {
  color: #e41e1e;
  text-indent: 5px;
}
.box_news .xun .big {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 50px 0 0;
}
.box_news .xun .big .pic {
  margin-right: 20px;
}
.box_news .xun .big .pic img {
  width: 400px;
  height: 345px;
}
.box_news .xun .big .box span {
  font-size: 24px;
}
.box_news .xun .big .box p {
  line-height: 30px;
  height: 180px;
  margin: 30px 0 20px 0;
}
.box_news .xun .big .box .iconfont {
  font-size: 30px;
}
.box_news .xun ul {
  width: 470px;
  margin: -10px 0;
  overflow: hidden;
}
.box_news .xun ul li {
  padding: 10px 0;
  overflow: hidden;
}
/* box_about */
.box_about {
  background: url(../img/bj_about.jpg) center top no-repeat;
  padding: 60px 0 70px 0;
}
.box_about .b_tit {
  color: #fff;
  max-width: 550px;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 35px 0;
}
.box_about .b_tit .bt {
  font-size: 30px;
  line-height: 1;
}
.box_about .b_tit .bt:after {
  display: block;
  overflow: hidden;
  margin: 17px auto;
  content: "";
  width: 120px;
  height: 2px;
  background: #e41e1e;
}
.box_about .b_tit .text {
  font-size: 16px;
  line-height: 1.6;
}
.box_about .white {
  background: #fff;
}
.box_about .six {
  overflow: hidden;
}
.box_about .six li {
  width: 25%;
  height: 187px;
  float: left;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  color: #000;
}
.box_about .six li span {
  display: inline-block;
  position: relative;
  font-size: 50px;
  font-style: Arial;
  color: #e41e1e;
  margin: 55px 0 20px 0;
  padding: 0 20px 0 0;
}
.box_about .six li span:before {
  font-family: "iconfont" !important;
  content: "\e73e";
  position: absolute;
  right: 0px;
  top: 10px;
  font-size: 12px;
  color: #444;
}
.box_about .jsxun {
  overflow: hidden;
}
.box_about .jsxun li {
  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: 30px 0;
}
.box_about .jsxun li .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 40px 0 60px;
}
.box_about .jsxun li .box .bt {
  font-size: 24px;
  line-height: 1;
  overflow: hidden;
}
.box_about .jsxun li .box .bt:after {
  display: block;
  overflow: hidden;
  margin: 15px 0 20px 0;
  width: 66px;
  height: 2px;
  content: "";
  background: #e41e1e;
}
.box_about .jsxun li .box .text {
  line-height: 2.2;
  overflow: hidden;
}
.box_about .jsxun li .box .but {
  background: #e41e1e;
  color: #fff;
  display: block;
  overflow: hidden;
  line-height: 36px;
  width: 110px;
  text-align: center;
  margin: 20px 0 0 0;
}
.box_about .jsxun li .box .but:hover {
  background: #333;
}
.box_about .jsxun li .pic {
  overflow: hidden;
  width: 48.5%;
  position: relative;
  padding: 50px 0 0 0;
}
.box_about .jsxun li .pic:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 1;
  background: url(../img/bj_fangk2.png) center center no-repeat;
  background-size: auto 100%;
  height: 122px;
}
.box_about .jsxun li .pic img {
  width: 100%;
  height: auto;
}
.box_about .jsxun li:nth-child(odd) {
  flex-direction: row-reverse;
}
.box_about .jsxun li:nth-child(odd) .box {
  padding: 0 60px 0 40px;
}
.box_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;
  padding: 30px 0 0 0;
}
.box_about .pz {
  width: 500px;
}
.box_about .pz .bt {
  background: #131313;
  width: 265px;
  line-height: 40px;
  font-size: 30px;
  font-family: SimSun, '宋体';
  color: #fff;
  text-align: center;
  margin-bottom: 20px;
}
.box_about .pz ul {
  margin: -10px 0;
  overflow: hidden;
}
.box_about .pz ul 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;
  line-height: 1;
}
.box_about .pz ul li .iconfont {
  width: 56px;
  height: 56px;
  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;
  border-radius: 50%;
  background: #ececec;
  color: #000;
  font-size: 30px;
  transition: all 0.6s;
}
.box_about .pz ul li span {
  font-size: 18px;
  padding: 0 0 0 15px;
  color: #343434;
  transition: all 0.6s;
}
.box_about .pz ul li hr {
  width: 1px;
  height: 26px;
  background: #7d7d7d;
  margin: 0 15px;
  display: block;
  overflow: hidden;
}
.box_about .pz ul li .text {
  width: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 18px;
  color: #7d7d7d;
  line-height: 1.5;
}
.box_about .pz ul li:hover .iconfont {
  background: #e41e1e;
  color: #fff;
}
.box_about .pz ul li:hover span {
  transform: scale(1.1);
}
.box_about .map {
  width: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 0 20px;
}
.box_about .map ul {
  position: relative;
}
.box_about .map ul li {
  position: absolute;
  cursor: pointer;
}
.box_about .map ul li:before {
  font-family: "iconfont" !important;
  content: "\e624";
  font-size: 20px;
  color: #e41e1e;
  display: block;
  overflow: hidden;
}
.box_about .map ul li .box {
  position: absolute;
  left: 0;
  top: 100%;
  background: #fff;
  display: none;
  box-shadow: 0 0 10px #ccc;
  padding: 5px 15px;
  z-index: 9;
  border-radius: 5px;
  cursor: default;
}
.box_about .map ul li .box .close {
  display: none;
}
.box_about .map ul li .box dl dd {
  border-bottom: 1px dashed #eee;
  padding: 10px 0;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 250px;
  line-height: 22px;
}
.box_about .map ul li .box dl dd .iconfont {
  font-size: 18px;
  color: #e41e1e;
  margin-right: 10px;
}
.box_about .map ul li .box dl dd .text {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
}
.box_about .map ul li .box dl dd:last-child {
  border-bottom: 0;
}
.box_about .map ul li .box dl .b {
  font-size: 16px;
  color: #e41e1e;
}
.box_about .map ul .bj {
  position: static;
  overflow: hidden;
  cursor: default;
}
.box_about .map ul .bj:before {
  display: none;
}
.box_about .map ul .bj img {
  width: 100%;
  height: auto;
}
.box_about .map ul .d1 {
  top: 29%;
  left: 14%;
}
.box_about .map ul .d2 {
  top: 30%;
  left: 25%;
}
.box_about .map ul .d3 {
  top: 65%;
  left: 25%;
}
.box_about .map ul .d4 {
  top: 39%;
  right: 21%;
}
.box_about .map ul .d5 {
  top: 34%;
  right: 22%;
}
.box_about .map ul .d6 {
  top: 39%;
  right: 27%;
}
.box_about .map ul .d7 {
  bottom: 18%;
  right: 9%;
}

.box_about .map ul .d8 {
  top: 34%;
  right:19%;
}

.box_about .map ul .d9 {
  top: 35%;
  right: 28%;
}
.box_about .map ul .d10 {
  top: 38%;
  right: 24%;
}

.box_about .map ul .d11 {
  top: 30%;
  right: 27%;
}

.box_about .map ul .d12 {
  top: 30%;
  right: 20%;
}


.box_about .map ul .d7 .box {
  left: auto;
  top: auto;
  bottom: 100%;
  right: 0px;
}
.box_about .map ul .d4 .box,
.box_about .map ul .d5 .box,
.box_about .map ul .d6 .box {
  left: auto;
  right: 0px;
}
.box_about .map .info {
  font-size: 18px;
  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;
}
.box_about .map .info .iconfont {
  margin-right: 10px;
  font-size: 36px;
}
.box_about .map .info a {
  margin-right: 10px;
}
.box_about .map .info a:last-of-type {
  margin-right: 0;
}
/* box_hyly */
.box_hyly {
  color: #060606;
  overflow: hidden;
  padding: 0 0 60px 0;
  max-width: 1300px;
  margin: 0 auto;
}
.box_hyly .b_tit {
  text-align: center;
  overflow: hidden;
  font-size: 36px;
  padding: 0 0 40px 0;
}
.box_hyly ul {
  overflow: hidden;
  margin: -20px -10px;
}
.box_hyly ul li {
  width: 20%;
  float: left;
  padding: 20px 10px;
  text-align: center;
  line-height: 1;
}
.box_hyly ul li img {
  width: auto;
  height: 60px;
  transition: all 0.6s;
  margin-bottom: 12px;
}
.box_hyly ul li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.box_hyly ul li:hover {
  color: #e41e1e;
}
.box_hyly ul li:hover img {
  transform: rotate(360deg);
}
/* box_rongyu */
.box_rongyu {
  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 60px 0;
}
.box_rongyu .pic {
  width: 400px;
}
.box_rongyu .pic img {
  width: 100%;
  height: auto;
}
.box_rongyu .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 0 0 10%;
}
.box_rongyu .box .tab {
  padding: 50px 0;
  overflow: hidden;
  text-align: right;
}
.box_rongyu .box .tab li {
  display: inline-block;
  font-size: 18px;
  border-bottom: 1px solid transparent;
  line-height: 56px;
  margin-left: 40px;
  cursor: pointer;
}
.box_rongyu .box .tab li:first-child {
  margin-left: 0;
}
.box_rongyu .box .tab li.on {
  border-bottom-color: #e41e1e;
  color: #e41e1e;
}
.box_rongyu .box .body {
  overflow: hidden;
  font-size: 16px;
  line-height: 3;
  color: #555;
  text-align: justify;
}
/* box_job */
.box_job {
  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 60px 0;
}
.box_job .pic {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
}
.box_job .pic img {
  width: 100%;
  height: auto;
}
.box_job .box {
  width: 35%;
  padding: 3% 5%;
  color: #121212;
}
.box_job .box .bt {
  font-size: 18px;
  line-height: 1;
}
.box_job .box .bt:after {
  display: block;
  overflow: hidden;
  width: 70px;
  height: 1px;
  background: #1f1f1f;
  margin: 20px 0 40px;
  content: "";
}
.box_job .box .text {
  font-size: 30px;
}
/* box_contact */
.box_contact .flex_main {
  overflow: hidden;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.box_contact .flex_main .b_tit {
  overflow: hidden;
  font-size: 24px;
  color: #121212;
  line-height: 1;
  padding: 0 0 35px 0;
}
.box_contact .flex_main .b_tit:after {
  display: block;
  overflow: hidden;
  content: "";
  width: 91px;
  height: 1px;
  background: #030303;
  margin: 15px 0 0 0;
}
.box_contact .flex_main .mess {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 50px 0 0;
}
.box_contact .flex_main .mess ul {
  overflow: hidden;
}
.box_contact .flex_main .mess ul li {
  margin-top: 20px;
  position: relative;
  overflow: hidden;
}
.box_contact .flex_main .mess ul li input[type='text'] {
  width: 100%;
  height: 60px;
  border: 1px solid #e5e5e5;
  padding: 0 60px 0 20px;
  background: none;
  font-size: 16px;
}
.box_contact .flex_main .mess ul li input[type='submit'] {
  width: 100%;
  height: 60px;
  background: #505050;
  color: #fff;
  font-size: 20px;
  border: 0;
  cursor: pointer;
  transition: all 0.6s;
}
.box_contact .flex_main .mess ul li input[type='submit']:hover {
  background: #e41e1e;
}
.box_contact .flex_main .mess ul li textarea {
  width: 100%;
  height: 100px;
  border: 1px solid #e5e5e5;
  padding: 15px 60px 15px 20px;
  background: none;
  font-size: 16px;
}
.box_contact .flex_main .mess ul li .iconfont {
  position: absolute;
  right: 0px;
  top: 0px;
  height: 60px;
  width: 60px;
  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: #ccc;
  font-size: 20px;
}
.box_contact .flex_main .mess ul li:first-child {
  margin-top: 0;
}
.box_contact .flex_main .mess ul .yzm {
  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;
}
.box_contact .flex_main .mess ul .yzm span {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  line-height: 60px;
  text-align: center;
  color: #666;
  border-right: 1px solid #e5e5e5;
}
.box_contact .flex_main .mess ul .yzm input[type='text'] {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 20px 0 100px;
}
.box_contact .flex_main .mess ul .yzm a {
  display: block;
  overflow: hidden;
  margin-left: 10px;
}
.box_contact .flex_main .mess ul .yzm a img {
  height: 40px;
  width: auto;
  margin-right: 5px;
}
.box_contact .flex_main .box {
  position: relative;
  width: 650px;
}
.box_contact .flex_main .box ul {
  margin: -10px 0;
  overflow: hidden;
  padding: 0 150px 0 0;
}
.box_contact .flex_main .box ul li {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  font-size: 16px;
  color: #121212;
  line-height: 32px;
  padding: 10px 0;
  overflow: hidden;
}
.box_contact .flex_main .box ul li .iconfont {
  margin-right: 5px;
  font-size: 18px;
}
.box_contact .flex_main .box ul li .text {
  width: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.box_contact .flex_main .box dl {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  width: 119px;
  text-align: center;
}
.box_contact .flex_main .box dl dd {
  padding: 8px 0;
  overflow: hidden;
}
.box_contact .flex_main .box dl dd img {
  width: 100%;
  height: auto;
  margin-bottom: 5px;
}
.box_contact #bdmap {
  width: 100%;
  height: 480px;
  font-size: 12px;
  line-height: 24px;
  margin: 60px 0;
}
.box_contact #bdmap h4 {
  color: #e41e1e;
  border-bottom: 1px solid #eee;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  font-size: 16px;
}

.box_contact .dizhixun {
  overflow: hidden;
  margin: -10px;
  padding: 0 3%;
}
.box_contact .dizhixun li {
  width: 33.33333333333%;
  float: left;
  padding: 10px;
  overflow: hidden;
  transition: all 0.6s;
  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;
}
.box_contact .dizhixun li .iconfont {
  font-size: 60px;
  color: #acacac;
}
.box_contact .dizhixun li .box {
  width: 0;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 0 15px;
  color: #878787;
  line-height: 2;
}
.box_contact .dizhixun li .box h2 {
  font-size: 18px;
  color: #0b0b0b;
}
.box_contact .dizhixun li:hover {
  transform: translateY(-5px);
}
.box_contact .dizhixun li:nth-child(3n+1) {
  clear: both;
}
/* box_gsjj */
.box_gsjj {
  max-width: 1360px;
  margin: 0 auto;
  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;
}
.box_gsjj .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 50px 0 140px;
  background: url(../img/pic_2007.png) left center no-repeat;
}
.box_gsjj .box .b_tit {
  overflow: hidden;
}
.box_gsjj .box .b_tit span {
  display: block;
  overflow: hidden;
  float: left;
  line-height: 1;
  border-bottom: 1px solid #121212;
  color: #121212;
  font-size: 36px;
  padding: 0 0 15px 0;
  font-family: SimSun, '宋体';
}
.box_gsjj .box .text {
  max-width: 780px;
  text-align: justify;
  font-size: 16px;
  line-height: 35px;
  padding: 20px 0 0 0;
  overflow: hidden;
}
.box_gsjj .box .text p {
  padding: 12px 0;
}
.box_gsjj .pic {
  width: 250px;
}
.box_gsjj .pic li {
  margin-top: 5px;
  overflow: hidden;
}
.box_gsjj .pic li a {
  display: block;
  overflow: hidden;
}
.box_gsjj .pic li img {
  width: 100%;
  height: auto;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  transition: all 0.6s;
}
.box_gsjj .pic li img:hover {
  -webkit-filter: grayscale(0%);
  -moz-filter: grayscale(0%);
  -ms-filter: grayscale(0%);
  -o-filter: grayscale(0%);
  filter: grayscale(0%);
  filter: none;
  transform: scale(1.1);
}
.box_gsjj .pic li:first-child {
  margin-top: 0;
}
.box_gsjj .video {
  background: #000;
  max-width: 400px;
}
.box_gsjj .video .js_video_play {
  background: #000;
  position: relative;
  display: block;
  overflow: hidden;
  cursor: pointer;
}
.box_gsjj .video .js_video_play:before {
  font-family: "iconfont" !important;
  content: "\e716";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  color: #fff;
  transition: all 0.6s;
  font-size: 60px;
  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;
  z-index: 5;
}
.box_gsjj .video .js_video_play img {
  width: 100%;
  height: auto;
  transition: all 0.6s;
}
.box_gsjj .video .js_video_play video,
.box_gsjj .video .js_video_play iframe {
  z-index: 8;
  position: relative;
}
.box_gsjj .video .js_video_play:hover:before {
  background-color: rgba(0, 0, 0, 0.5);
}
.box_gsjj .video .js_video_play:hover img {
  transform: scale(1.1);
}
/* box_ppjs */
.box_ppjs {
  overflow: hidden;
  margin: 60px 0 0 0;
}
.box_ppjs .b_tit {
  text-align: center;
  overflow: hidden;
  line-height: 1;
  font-size: 40px;
  color: #121212;
  font-family: SimSun, '宋体';
}
.box_ppjs .b_tit:after {
  display: block;
  overflow: hidden;
  content: "";
  margin: 25px auto 40px auto;
  background: #cacaca;
  height: 3px;
  width: 26px;
}
.box_ppjs .box {
  display: block;
  overflow: hidden;
  position: relative;
}
.box_ppjs .box img {
  width: 100%;
  height: auto;
  transition: all 0.6s;
}
.box_ppjs .box .fixed {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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;
  padding: 10px;
  transition: all 0.6s;
}
.box_ppjs .box .fixed .bt {
  font-family: SimSun, '宋体';
  font-size: 60px;
  text-align: center;
  padding: 0 0 40px 0;
  line-height: 1;
}
.box_ppjs .box .fixed .text {
  color: #bcbcbc;
  line-height: 30px;
  font-size: 18px;
  border: 1px solid #666d70;
  max-width: 1040px;
  margin: 0 auto;
  padding: 25px 45px;
  text-align: center;
  transition: all 0.6s;
}
.box_ppjs .box:hover img {
  transform: scale(1.1);
}
.box_ppjs .box:hover .fixed {
  background-color: rgba(0, 0, 0, 0.5);
}
.box_ppjs .box:hover .fixed .text {
  background-color: rgba(255, 255, 255, 0.2);
  color: #fff;
}
/* box_abnum */
.box_abnum {
  background: url(../img/bj_aboutn.jpg) center top no-repeat;
}
.box_abnum ul {
  overflow: hidden;
  height: 337px;
  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;
}
.box_abnum ul li {
  width: 25%;
  float: left;
  text-align: center;
  font-size: 24px;
  line-height: 1;
  color: #fff;
}
.box_abnum ul li span {
  display: inline-block;
  position: relative;
  font-size: 70px;
  font-style: Arial;
  color: #fff;
  margin: 0 0 20px 0;
  padding: 0 20px 0 0;
}
.box_abnum ul li span:before {
  font-family: "iconfont" !important;
  content: "\e73e";
  position: absolute;
  right: 0px;
  top: 10px;
  font-size: 12px;
  color: #fff;
}
/* box_zzjg */
.box_zzjg {
  overflow: hidden;
  position: relative;
}
.box_zzjg .b_tit {
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}
.box_zzjg .b_tit span {
  display: block;
  overflow: hidden;
  float: left;
  line-height: 1;
  border-bottom: 1px solid #121212;
  color: #121212;
  font-size: 36px;
  padding: 0 0 15px 0;
}
.box_zzjg .info {
  text-align: center;
  overflow: hidden;
}
.box_zzjg .info img {
  max-width: 100%;
  height: auto;
}
/* box_qywh */
.box_qywh {
  background: #333;
  overflow: hidden;
  margin-top: 60px;
  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: 30px 60px;
  color: #c2c2c2;
}
.box_qywh .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 10px 20px 10px 0;
  overflow: hidden;
}
.box_qywh .box .b_tit {
  overflow: hidden;
  padding: 0 0 30px 0;
}
.box_qywh .box .b_tit span {
  display: block;
  overflow: hidden;
  float: left;
  line-height: 1;
  border-bottom: 1px solid #fff;
  color: #fff;
  font-size: 36px;
  padding: 0 0 15px 0;
}
.box_qywh .box ul {
  overflow: hidden;
  margin: 0 -10px;
}
.box_qywh .box ul li {
  width: 50%;
  float: left;
  padding: 0 10px;
  overflow: hidden;
}
.box_qywh .box ul li .bt {
  font-size: 18px;
  color: #fff;
  padding: 0 0 10px 0;
}
.box_qywh .box ul li .text {
  line-height: 1.6;
}
.box_qywh .box ul li .text p {
  padding: 5px 0;
}
.box_qywh .pic {
  width: 200px;
}
.box_qywh .pic img {
  width: 100%;
  height: auto;
}
/* box_fuwu */
.box_fuwu .c_tit {
  font-size: 24px;
  text-align: right;
  padding: 0 0 25px 0;
  overflow: hidden;
  line-height: 1;
}
.box_fuwu .c_tit .iconfont {
  display: inline-block;
  font-size: 14px;
  color: #e41e1e;
  font-weight: bold;
  margin-left: 5px;
  position: relative;
  top: -2px;
}
.box_fuwu .chengnuo {
  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;
  background: #f7f7f7;
}
.box_fuwu .chengnuo .pic {
  width: 510px;
}
.box_fuwu .chengnuo .pic img {
  width: 100%;
  height: auto;
}
.box_fuwu .chengnuo .text {
  padding: 20px 60px;
  overflow: hidden;
  font-size: 16px;
  line-height: 2.2;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
}
.box_fuwu .chengnuo .text p {
  padding: 0 0 15px 0;
}
.box_fuwu .chengnuo .text .but {
  display: block;
  overflow: hidden;
  width: 135px;
  line-height: 40px;
  font-size: 16px;
  background: #e41e1e;
  color: #fff;
  text-align: center;
}
.box_fuwu .fuwu {
  margin: 60px 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;
}
.box_fuwu .fuwu .text {
  padding: 0 30px;
  font-size: 16px;
  line-height: 3;
  width: 30%;
  min-width: 430px;
}
.box_fuwu .fuwu .pic {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
}
.box_fuwu .fuwu .pic img {
  width: 100%;
  height: auto;
}
.box_fuwu .map {
  text-align: center;
  overflow: hidden;
  position: relative;
}
.box_fuwu .map .b_tit {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 32px;
  font-family: SimSun, '宋体';
}
.box_fuwu .map img {
  max-width: 100%;
  height: auto;
}
.box_fuwu .tel {
  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: 40px 0 0 0;
  line-height: 1;
}
.box_fuwu .tel .b {
  background: #e41e1e;
  border-radius: 50px 0 0 50px;
  color: #fff;
  height: 50px;
  font-size: 18px;
  padding: 0 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: center;
  justify-content: center;
}
.box_fuwu .tel .b .iconfont {
  margin-right: 10px;
  font-size: 20px;
}
.box_fuwu .tel .t {
  border: 2px solid #eee;
  border-left-width: 0;
  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;
  color: #e41e1e;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0 50px 50px 0;
  padding: 0 20px;
}
/* list_case */
.list_case {
  margin: -20px;
  overflow: hidden;
}
.list_case li {
  width: 33.33333333333%;
  float: left;
  padding: 20px;
}
.list_case li a {
  display: block;
  overflow: hidden;
  background: #fff;
}
.list_case li .pic {
  overflow: hidden;
  position: relative;
}
.list_case li .pic img {
  width: 100%;
  height: auto;
  transition: all 0.6s;
}
.list_case li .pic .hide {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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: 20px;
  opacity: 0;
  transition: all 0.6s;
  background-color: rgba(228, 30, 30, 0.7);
}
.list_case li .pic .hide em {
  min-width: 50%;
  text-align: center;
  color: #fff;
  font-size: 16px;
  border-bottom: 1px solid #fff;
  padding: 0 0 15px 0;
  line-height: 1.8;
  text-transform: uppercase;
}
.list_case li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding: 16px 25px 0 0;
  color: #474747;
  transition: all 0.6s;
}
.list_case li span:before {
  font-family: "iconfont" !important;
  content: "\e609";
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 8px;
  color: #000;
  font-size: 18px;
  transition: all 0.6s;
}
.list_case li:hover .pic img {
  transform: scale(1.1);
}
.list_case li:hover .pic .hide {
  opacity: 1;
}
/* list_fangan */
.list_fangan {
  margin: -20px;
  overflow: hidden;
}
.list_fangan li {
  width: 33.33333333333%;
  float: left;
  padding: 20px;
}
.list_fangan li a {
  display: block;
  overflow: hidden;
  box-shadow: 0 5px 15px #ddd;
}
.list_fangan li .pic {
  overflow: hidden;
  position: relative;
}
.list_fangan li .pic img {
  width: 100%;
  height: auto;
  transition: all 1s;
}
.list_fangan li .pic .hide {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  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;
  transition: all 0.6s;
  background-color: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: center;
  opacity: 0;
}
.list_fangan li .pic .hide:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  border: 1px solid #fff;
  transition: all 0.6s;
}
.list_fangan li .pic .hide span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 20px;
}
.list_fangan li .pic .hide span:after {
  display: block;
  overflow: hidden;
  margin: 15px auto 0 auto;
  width: 50px;
  height: 1px;
  background: #fff;
  opacity: 0.6;
  content: "";
  transition: all 0.6s;
}
.list_fangan li .pic .hide p {
  display: block;
  overflow: hidden;
  line-height: 22px;
  max-height: 44px;
  opacity: 0.6;
}
.list_fangan li .pic .hide .iconfont {
  width: 44px;
  height: 44px;
  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: #e41e1e;
  border-radius: 50%;
  font-size: 18px;
  transition: all 0.6s;
}
.list_fangan li .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
  line-height: 50px;
  color: #474747;
  text-align: center;
  font-size: 16px;
  transition: all 0.6s;
}
.list_fangan li .bt:hover {
  color: #e41e1e;
}
.list_fangan li:hover .pic img {
  transform: scale(1.1);
}
.list_fangan li:hover .pic .hide {
  opacity: 1;
}
.list_fangan li:hover .pic .hide:before {
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
}
.list_fangan li:hover .pic .hide span:after {
  margin-bottom: 20px;
}
.list_fangan li:hover .pic .hide .iconfont {
  margin-top: 20px;
}
/* list_rongyu */
.list_rongyu {
  margin: -20px;
  overflow: hidden;
}
.list_rongyu li {
  width: 25%;
  float: left;
  padding: 20px;
}
.list_rongyu li a {
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid #eee;
  padding: 10px;
}
.list_rongyu li .pic {
  overflow: hidden;
  position: relative;
}
.list_rongyu li .pic:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.3);
  transition: all 0.6s;
  opacity: 0;
  z-index: 1;
}
.list_rongyu li .pic:after {
  font-family: "iconfont" !important;
  content: "\e7a1";
  position: absolute;
  top: 50%;
  left: 50%;
  transition: all 0.6s;
  opacity: 0;
  width: 60px;
  height: 60px;
  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;
  border-radius: 50%;
  background-color: rgba(228, 30, 30, 0.5);
  transform: translate(-50%, -50%);
  font-size: 30px;
  color: #fff;
  z-index: 2;
}
.list_rongyu li .pic img {
  width: 100%;
  height: auto;
  transition: all 1s;
}
.list_rongyu li span {
  text-align: center;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px;
  line-height: 1;
  color: #474747;
  transition: all 0.6s;
}
.list_rongyu li span:hover {
  color: #e41e1e;
}
.list_rongyu li:hover a:before,
.list_rongyu li:hover a:after {
  opacity: 1;
}
.list_rongyu li:hover .pic:after,
.list_rongyu li:hover .pic:before {
  opacity: 1;
}
.list_rongyu li:hover .pic img {
  transform: scale(1.1);
}
/* list_job */
.list_job li {
  background: #f6f6f6;
  margin-top: 50px;
  position: relative;
  padding: 30px 50px;
  overflow: hidden;
  cursor: pointer;
  transition: all 0.6s;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.list_job li:before {
  font-family: "iconfont" !important;
  content: "\e73e";
  position: absolute;
  right: 30px;
  bottom: 30px;
  color: #e41e1e;
  font-weight: bold;
}
.list_job li .bt {
  width: 240px;
  padding: 0 20px 0 0;
  line-height: 40px;
  height: 100%;
  min-height: 80px;
  border-right: 1px solid #e1e1e1;
  font-size: 24px;
  color: #1a1a1a;
}
.list_job li .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 0 0 60px;
  color: #727272;
  line-height: 2.5;
}
.list_job li .box .tit {
  color: #2e2e2e;
  font-size: 16px;
}
.list_job li .box .but {
  background: #333;
  color: #fff;
  width: 60%;
  text-align: center;
  margin-top: 10px;
  padding: 8px 10px;
  line-height: 1.5;
  display: block;
  overflow: hidden;
}
.list_job li .box .default {
  height: 115px;
  overflow: hidden;
}
.list_job li .box .hide {
  display: none;
}
.list_job li:first-child {
  margin-top: 0;
}
.list_job li:hover {
  box-shadow: 0 15px 25px #ddd;
  transform: translateY(-10px);
}
.list_job li.on:before {
  content: "\e626";
}
.list_job li.on .box .default {
  height: auto;
}
/* list_down */
.list_down {
  overflow: hidden;
  margin: -15px -30px;
}
.list_down li {
  width: 50%;
  float: left;
  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: #e41e1e;
  font-size: 36px;
  line-height: 50px;
}
.list_down li .date em {
  display: block;
  overflow: hidden;
  background: #e41e1e;
  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: #e41e1e;
}
.list_down li .info p {
  color: #888;
}
.list_down li .info p em {
  color: #e41e1e;
  font-size: 16px;
}
.list_down li .but {
  text-align: center;
}
.list_down li .but .iconfont {
  font-size: 30px;
  color: #e41e1e;
}
.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: #e41e1e;
}
/* list_news */
.list_news {
  margin: -25px;
  overflow: hidden;
}
.list_news li {
  width: 33.3333333333333%;
  padding: 25px;
  float: left;
  font-size: 12px;
}
.list_news li a {
  display: block;
  overflow: hidden;
}
.list_news li .pic {
  overflow: hidden;
  position: relative;
}
.list_news li .pic:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: all 0.6s;
  opacity: 0;
}
.list_news li .pic:before {
  content: "more";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 200px;
  letter-spacing: 2px;
  max-width: 70%;
  line-height: 44px;
  border: 2px solid #fff;
  color: #fff;
  z-index: 2;
  transition: all 0.6s;
  opacity: 0;
  text-align: center;
  text-transform: capitalize;
  font-weight: bold;
}
.list_news li .pic img {
  width: 100%;
  height: auto;
  transition: all 0.6s;
}
.list_news li .pic:hover:after {
  opacity: 1;
}
.list_news li .pic:hover:before {
  opacity: 1;
}
.list_news li .pic:hover img {
  transform: scale(1.1);
}
.list_news li span {
  margin: 18px 0 0 0;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  font-weight: bold;
  color: #333;
}
.list_news li span:hover {
  color: #e41e1e;
}
.list_news li p {
  display: block;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  color: #999;
  margin: 15px 0;
}
.list_news li em {
  color: #bfbfbf;
  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 em:after {
  font-family: "iconfont" !important;
  content: "\e73e";
  font-weight: bold;
  color: #333;
  font-size: 12px;
}
/* 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 50px 0;
  overflow: hidden;
}
.view_pro .flex_main .b_pic {
  width: 540px;
}
.view_pro .flex_main .b_pic .probanbig {
  background: #f7f7f7;
  padding: 10px;
  overflow: hidden;
}
.view_pro .flex_main .b_pic .probanbig img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.view_pro .flex_main .b_pic .probansmall {
  position: relative;
  margin: 20px 0 0 0;
  padding: 0 25px;
}
.view_pro .flex_main .b_pic .probansmall .swiper-slide {
  width: 25%;
  padding: 0 4px;
  cursor: pointer;
}
.view_pro .flex_main .b_pic .probansmall .swiper-slide img {
  width: 100%;
  height: auto;
  border: 1px solid #e7e7e7;
}
.view_pro .flex_main .b_pic .probansmall .swiper-slide-thumb-active img {
  border-color: #e41e1e;
}
.view_pro .flex_main .b_pic .probansmall .arrow-left,
.view_pro .flex_main .b_pic .probansmall .arrow-right {
  position: absolute;
  top: 50%;
  font-size: 20px;
  transform: translateY(-50%);
  z-index: 5;
  cursor: pointer;
  outline: 0;
}
.view_pro .flex_main .b_pic .probansmall .arrow-left:hover,
.view_pro .flex_main .b_pic .probansmall .arrow-right:hover {
  color: #e41e1e;
}
.view_pro .flex_main .b_pic .probansmall .arrow-left {
  left: 0px;
}
.view_pro .flex_main .b_pic .probansmall .arrow-right {
  right: 0px;
}
.view_pro .flex_main .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 30px 70px 0 30px;
  max-width: 950px;
}
.view_pro .flex_main .box .bt {
  font-size: 28px;
}
.view_pro .flex_main .box .cs {
  line-height: 2.5;
  border-bottom: 1px solid #e6e6e6;
  border-top: 1px solid #e6e6e6;
  padding: 18px 0;
  margin: 20px 0;
}
.view_pro .flex_main .box .desc {
  line-height: 2.5;
}
.view_pro .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;
  -webkit-justify-content: center;
  justify-content: center;
  width: 175px;
  height: 50px;
  border: 1px solid #666666;
  margin-top: 20px;
  font-size: 16px;
}
.view_pro .flex_main .box .but .iconfont {
  font-size: 24px;
  margin-right: 5px;
}
.view_pro .flex_main .box .but:hover {
  background: #e41e1e;
  color: #fff;
}
.view_pro .tab {
  background: #f2f2f2;
  overflow: hidden;
}
.view_pro .tab li {
  float: left;
  padding: 0 40px;
  line-height: 50px;
  font-size: 18px;
  cursor: pointer;
}
.view_pro .tab li.on {
  background: #333;
  color: #fff;
}
.view_pro .body {
  padding: 30px 10px 0 10px;
}
/* view_news */
.view_news {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  background: #f6f6f6;
  padding: 80px 100px;
}
.view_news .bt {
  text-align: center;
  overflow: hidden;
  font-size: 20px;
  font-weight: bold;
  color: #333;
}
.view_news .cs {
  border-bottom: 1px solid #eee;
  color: #999;
  padding: 15px 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: center;
  justify-content: center;
  margin: 0 -10px;
}
.view_news .cs li {
  padding: 0 10px;
}
.view_news .body {
  padding: 30px 0;
}
.view_news .share {
  overflow: hidden;
}
.view_news .share > div {
  float: right;
  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: #999;
}
.view_news .wzbut {
  margin: 0 -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;
  overflow: hidden;
  padding: 40px 0 0 0;
}
.view_news .wzbut li {
  padding: 0 20px;
  width: 30%;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.view_news .wzbut li a {
  display: block;
  overflow: hidden;
  text-align: center;
  font-size: 12px;
  color: #666;
  line-height: 50px;
  background: #fff;
  border-bottom: #eaeaea solid 2px;
}
.view_news .wzbut li a:hover {
  border-bottom-color: #e41e1e;
  color: #e41e1e;
}
.body {
  line-height: 2.5;
  overflow: hidden;
  color: #666;
}
.body video,
.body iframe {
  width: 100%;
  max-width: 622px;
  height: 350px;
  background: #000;
}
.body hr {
  border: 0;
  width: 100%;
  height: 20px;
}
.body img {
  max-width: 100%;
  height: auto;
}
.body table {
  border: 1px solid #eee;
  width: 100%;
}
.body table th,
.body table td {
  border: 1px solid #eee;
  padding: 5px 10px;
}
.body table th {
  background: #fafafa;
  text-align: left;
  font-weight: normal;
}
/* box_newtou */
.box_newtou {
  border-bottom: 1px solid #ddd;
  padding: 0 0 40px 0;
  margin: 0 0 50px 0;
}
.box_newtou 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;
}
.box_newtou .pic {
  overflow: hidden;
  width: 500px;
}
.box_newtou .pic img {
  width: 100%;
  height: auto;
  transition: all 0.6s;
}
.box_newtou .pic img:hover {
  transform: scale(1.1);
}
.box_newtou .box {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 0;
  padding: 0 0 0 40px;
  max-width: 1020px;
}
.box_newtou .box span {
  font-size: 22px;
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #333;
}
.box_newtou .box span:hover {
  color: #e41e1e;
}
.box_newtou .box p {
  line-height: 30px;
  height: 120px;
  color: #999;
  display: block;
  overflow: hidden;
  margin: 30px 0 40px 0;
}
.box_newtou .box em {
  display: block;
  overflow: hidden;
  color: #bfbfbf;
}
/* ban_pro */
.ban_pro {
  background: url(../img/nban_pro.jpg) center top no-repeat;
  background-size: 100% 100%;
  padding: 6% 10px 3% 10px;
  overflow: hidden;
  text-align: center;
}
.ban_pro .box {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
}
.ban_pro .bt {
  font-size: 36px;
  overflow: hidden;
  color: #fff;
}
.ban_pro .text {
  color: #7e7e7e;
  line-height: 2.2;
  overflow: hidden;
  padding: 20px 0 30px 0;
}
.ban_pro .text .but {
  color: #e41e1e;
  margin-top: 10px;
  display: inline-block;
}
.ban_pro .text .but:hover {
  font-weight: bold;
}
.ban_pro .pic img {
  max-width: 100%;
  height: auto;
  transition: all 0.6s;
}
.ban_pro .pic img:hover {
  transform: scale(1.05);
}
/* box_proxun */
.box_proxun {
  margin: -20px 0;
}
.box_proxun li {
  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 0;
}
.box_proxun li .box {
  width: 50%;
  padding: 0 0 0 40px;
}
.box_proxun li .box .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 24px;
}
.box_proxun li .box .text {
  line-height: 2;
  overflow: hidden;
  padding: 20px 0;
}
.box_proxun li .box .but {
  color: #e41e1e;
}
.box_proxun li .box .but:hover {
  font-weight: bold;
}
.box_proxun li .pic {
  overflow: hidden;
}
.box_proxun li .pic img {
  max-width: 100%;
  height: auto;
}
.box_proxun li:nth-child(odd) {
  flex-direction: row-reverse;
}
.box_proxun li:nth-child(odd) .box {
  padding: 0 40px 0 0;
}
/* box_pro */
.box_pro .b_tit {
  text-align: center;
  font-size: 36px;
  overflow: hidden;
  line-height: 1;
  color: #252424;
  padding: 0 0 40px 0;
}
.box_pro .tab {
  text-align: center;
  overflow: hidden;
  padding: 0 0 40px 0;
}
.box_pro .tab li {
  display: inline-block;
  padding: 0 25px;
}
.box_pro .tab li a {
  display: block;
  overflow: hidden;
  border-bottom: 2px solid transparent;
  font-size: 18px;
  padding: 0 0 15px 0;
  line-height: 1;
}
.box_pro .tab li .html {
  display: none;
}
.box_pro .tab li.on a {
  border-bottom-color: #e41e1e;
  color: #e41e1e;
}
.box_pro .swiper {
  position: relative;
}
.box_pro .swiper a {
  display: block;
  overflow: hidden;
  border: 1px solid #ededed;
  background: #fff;
  text-align: center;
}
.box_pro .swiper .pic {
  overflow: hidden;
}
.box_pro .swiper .pic img {
  width: 100%;
  height: auto;
  transition: all 0.6s;
}
.box_pro .swiper span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  padding: 10px 10px 20px 10px;
}
.box_pro .swiper a:hover {
  border-color: #e41e1e;
}
.box_pro .swiper a:hover .pic img {
  transform: scale(1.1);
}
.box_pro .swiper .pro-next,
.box_pro .swiper .pro-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-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;
  font-size: 46px;
  cursor: pointer;
  outline: 0;
  transition: all 0.6s;
  color: #b6b6b6;
}
.box_pro .swiper .pro-next:hover,
.box_pro .swiper .pro-prev:hover {
  color: #e41e1e;
}
.box_pro .swiper .pro-next {
  left: 100%;
  margin-left: 15px;
}
.box_pro .swiper .pro-prev {
  right: 100%;
  margin-right: 15px;
}
.box_pro .xun ul {
  margin: -12px;
  overflow: hidden;
}
.box_pro .xun ul li {
  float: left;
  width: 20%;
  padding: 12px;
  text-align: center;
}
.box_pro .xun ul li a {
  display: block;
  overflow: hidden;
  border: 1px solid #ededed;
}
.box_pro .xun ul li .pic {
  overflow: hidden;
}
.box_pro .xun ul li .pic img {
  width: 100%;
  height: auto;
  transition: all 0.6s;
}
.box_pro .xun ul li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  padding: 10px 10px 5px 10px;
}
.box_pro .xun ul li p {
  display: block;
  overflow: hidden;
  line-height: 22px;
  height: 44px;
  margin: 0 10px 15px 10px;
  font-size: 12px;
  color: #888;
}
.box_pro .xun ul li:hover a {
  border-color: #e41e1e;
}
.box_pro .xun ul li:hover .pic img {
  transform: scale(1.1);
}
/* 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: 40px 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: #e41e1e;
  color: #fff;
  border-color: #e41e1e;
}
.pagination li.active span {
  cursor: default;
  background: #e41e1e;
  color: #fff;
  border-color: #e41e1e;
}
.pagination li.disabled span {
  background: #eee;
  color: #888;
  cursor: not-allowed;
}
/* tan_pic */
#tan_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_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.6s;
  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_pic .close:hover {
  background-color: rgba(228, 30, 30, 0.5);
}
#tan_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.6s;
  background: #000;
}
.tan_pic .close:hover {
  background: #e41e1e;
}
.tan_pic .swiper-pagination-bullets {
  width: 100%;
  z-index: 5;
  left: 0px;
  bottom: 30px;
}
.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: #e41e1e;
}
.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.6s;
  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: #e41e1e;
}
.tan_pic .swiper-button-disabled {
  opacity: 0.2;
}
.tan_pic .swiper-button-next {
  right: 0px;
}
.tan_pic .swiper-button-prev {
  left: 0px;
}
/* list_map */
.list_map {
  padding: 10px 20px;
  overflow: hidden;
  border: 3px solid #ddd;
  margin-top: 15px;
}
.list_map li {
  padding: 10px 0;
  overflow: hidden;
}
.list_map li > a {
  border-left: 2px solid #e41e1e;
  padding: 5px 12px;
  display: block;
  overflow: hidden;
  color: #e41e1e;
  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 12px;
  background: url(../img/icon_procate.gif) left center no-repeat;
  margin: 10px 0 0 16px;
}
.list_map li:last-child {
  border-bottom: 0;
}
/* web_position */
.web_position {
  overflow: hidden;
}
.web_position .box {
  background: #f5f5f5;
  padding: 10px 25px;
  border-radius: 0 0 5px 5px;
  color: #666;
}
.web_position .box a {
  color: #666;
}
.web_position .box a:hover {
  color: #e41e1e;
}
.detail{padding-left:10px; color:#e41e1e;}