@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;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html,
body {
  -webkit-touch-callout: none;
  -webkit-text-size-adjust: none;
  width: 100%;
}
body {
  font-size: 14px;
  color: #333;
  font-family: "Microsoft YaHei", "SimSun", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
a {
  color: #333;
  text-decoration: none;
  transition: all 0.3s;
}
a:hover {
  color: #ce0000;
}
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;
  border: 0;
}
input,
select,
textarea {
  font-family: "Microsoft YaHei", "SimSun", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
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"] {
  -webkit-appearance: none;
}
textarea {
  -webkit-appearance: none;
}
button {
  border-radius: 0;
}
.clearfix,
.clear:after,
section:after {
  width: 100%;
  clear: both;
  line-height: 0;
  display: block;
  overflow: hidden;
  zoom: 1;
  font-size: 0;
  content: '.';
}
/* section */
section {
  width: 100%;
  max-width: 1220px;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}
/* header */
header {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  z-index: 999;
  background: rgba(0, 0, 0, 0.7);
}
header .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: center;
  justify-content: center;
}
header .logo img {
  height: 60px;
  width: auto;
}
header nav {
  padding: 0 0 0 25px;
}
header nav li {
  float: left;
  text-align: center;
  position: relative;
}
header nav li > a {
  display: block;
  overflow: hidden;
  font-size: 16px;
  font-weight: bold;
  line-height: 100px;
  padding: 0 25px;
  color: #fff;
}
header nav li:hover > a,
header nav li.on > a {
  background: #ed7a04;
  color: #fff;
}
header nav .sub {
  display: none;
  position: absolute;
  left: 0px;
  top: 100px;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  line-height: 40px;
  overflow: hidden;
}
header nav .sub a {
  color: #fff;
  display: block;
  overflow: hidden;
}
header nav .sub a:hover {
  background: #ce0000;
}
header .yysel {
  position: absolute;
  right: 10px;
  top: 5px;
}
header .yysel li {
  float: left;
  margin-left: 5px;
  line-height: 22px;
}
header .yysel li img {
  margin-right: 5px;
  height: 22px;
  width: auto;
}
header .yysel li a {
  color: #fff;
  padding: 5px;
  display: block;
  overflow: hidden;
  border-radius: 4px;
}
header .yysel li a:hover {
  background: #ed7a04;
}
header .navbut {
  display: none;
}
  .header_height {
    background: #000;
    width: 100%;
    height: 100px;
  }
/* footer */
footer {
  background: #202020;
  width: 100%;
  overflow: hidden;
  color: #8b8b8b;
}
footer a {
  color: #8b8b8b;
}
footer a:hover {
  color: #fff;
}
footer > section {
  padding: 35px 10px 30px 10px;
}
footer .box {
  padding: 0 0 20px 0;
  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;
}
footer .box .tit {
  font-size: 18px;
  color: #fff;
  height: 48px;
  line-height: 48px;
  overflow: hidden;
  margin: 0 0 5px 0;
}
footer .box .nav {
  line-height: 35px;
}
footer .box .cont {
  line-height: 37px;
}
footer .box .cont .tel {
  overflow: hidden;
  height: 48px;
  line-height: 48px;
  color: #ed7a04;
  font-size: 32px;
  margin: 0 0 5px 0;
  font-family: Arial;
  white-space: nowrap;
}
footer .box .cont .tel i {
  float: left;
  display: block;
  overflow: hidden;
  font-size: 48px;
  color: #ed7a04;
  opacity: 0.8;
  font-family: 'Arial';
  margin-right: 12px;
}
footer .box .ewm {
  margin: 0 -25px;
}
footer .box .ewm li {
  float: left;
  margin: 0 25px;
  text-align: center;
  width: 120px;
}
footer .box .ewm li img {
  width: 100%;
  height: auto;
  margin: 32px 0 15px 0;
  border-radius: 5px;
}
footer .link {
  overflow: hidden;
  line-height: 35px;
  color: #fff;
}
footer .link a {
  margin-right: 15px;
}
footer .copy {
  background: #000000;
  overflow: hidden;
  padding: 15px 0;
  text-align: center;
  line-height: 1.8;
}
/* banner */
.banner {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.banner img {
  width: 100%;
  height: auto;
}
.banner .banner_next,
.banner .banner_prev {
  top: 50%;
  width: 60px;
  line-height: 90px;
  margin-top: -45px;
  position: absolute;
  color: #404040;
  font-size: 50px;
  text-align: center;
  z-index: 5;
  transition: all 0.3s;
  cursor: pointer;
  outline: 0;
}
.banner .banner_next:hover,
.banner .banner_prev:hover {
  color: #fff;
}
.banner .banner_next {
  right: 2%;
}
.banner .banner_prev {
  left: 2%;
}
.banner .swiper-pagination-bullets {
  bottom: 25px;
  position: absolute;
  z-index: 5;
  text-align: center;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  cursor: pointer;
  margin: 0 5px;
  background: none;
  border: 2px solid #fff;
  opacity: 1;
}
.banner .swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #fff;
}
/* nbanner */
.nbanner {
  width: 100%;
  overflow: hidden;
}
.nbanner img {
  width: 100%;
  height: auto;
}
/* index */
.in_gaik {
  width: 100%;
  overflow: hidden;
  background:url(../images/conet.jpg) center center no-repeat;
  padding: 66px 0;
  font-size: 16px;
  line-height: 36px;
  background-size: 100% 100%;
}
.in_gaik section {
  padding-right: 140px;
}
.in_gaik a {
  width: 130px;
  line-height: 50px;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -25px;
  background: #ce0000;
  color: #fff;
  text-align: center;
}
.in_gaik a:hover {
  background: #ed7a04;
}
.in_wux {
  width: 100%;
  overflow: hidden;
  padding: 50px 0;
  background: url(../images/probg111.jpg) center center no-repeat;
  background-size: 100% 100%;
}
.in_wux 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;
  background-size: 100% auto;
  margin: -5px;
  overflow: hidden;
}
.in_wux ul li {
  text-align: center;
  padding: 5px;
  width:16%;
}
.in_wux ul li img {
  width: 100%;
  max-width: 100%;
  height: auto;
  transition: all 0.3s;
}
.in_wux ul li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 6px 0;
  font-size: 18px;
  color: #ffffff;
  background: #ff6600;
}
.in_wux ul li:hover img {
  transform: rotate(360deg);
}
.in_pro {
  width: 100%;
  overflow: hidden;
  background: url(../images/bj_inpro.jpg) center top no-repeat;
  background-size: 100% 100%;
  text-align: center;
  padding: 60px 0;
}
.in_pro .tit {
  font-size: 30px;
  overflow: hidden;
  text-transform: uppercase;
  color: #fff;
  padding: 0 0 50px 0;
}
.in_pro .tit em {
  font-family: 'Arial';
  padding-right: 20px;
}
.in_pro .tit i {
  background: #fff;
  width: 106px;
  display: block;
  overflow: hidden;
  margin: 30px auto 0 auto;
  border-left: 53px solid #ce0000;
  height: 4px;
}
.in_pro ul {
  margin: -10px;
  overflow: hidden;
}
.in_pro ul li {
  width: 25%;
  float: left;
  padding: 10px;
}
.in_pro ul li a {
  display: block;
  overflow: hidden;
  background: #fff;
  padding: 15px;
  position: relative;
}
.in_pro ul li a:before,
.in_pro ul li a:after {
  position: absolute;
  width: 0px;
  height: 0px;
  content: "";
  transition: all 0.3s;
  opacity: 0;
}
.in_pro ul li a:before {
  top: 0px;
  left: 0px;
  border-left: 4px solid #ed7a04;
  border-top: 4px solid #ed7a04;
}
.in_pro ul li a:after {
  right: 0px;
  bottom: 0px;
  border-right: 4px solid #ed7a04;
  border-bottom: 4px solid #ed7a04;
}
.in_pro ul li .pic {
  overflow: hidden;
  height: 290px;
  position: relative;
}
.in_pro ul li .pic img {
  height: 290px;
  width: auto;
  transition: all 0.3s;
  transform: translateX(-50%);
  position: absolute;
  left: 50%;
  top: 0px;
}
.in_pro ul li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 10px 0 0 0;
  font-size: 16px;
  font-weight: bold;
}
.in_pro ul li:first-child {
  width: 50%;
}
.in_pro ul li:hover a:before,
.in_pro ul li:hover a:after {
  width: 100%;
  height: 100%;
  opacity: 1;
}
.in_pro ul li:hover .pic img {
  opacity: 0.8;
}
.in_about {
  width: 100%;
  overflow: hidden;
  background: url(../images/bj_inabout.jpg) center bottom no-repeat;
  background-size: 100% 100%;
}
.in_about section {
  padding-top: 30px;
  padding-bottom: 100px;
}
.in_about .tbt {
  position: absolute;
  left: 50%;
  top: 0px;
  width: 170px;
  margin-left: -85px;
  text-align: center;
  height: 85px;
  line-height: 60px;
  font-size: 20px;
  color: #fff;
  z-index: 2;
}
.in_about .tbt span {
  position: relative;
  z-index: 1;
}
.in_about .tbt:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  width: 0;
  height: 0;
  border-left: 85px solid transparent;
  border-right: 85px solid transparent;
  border-top: 85px solid #ce0000;
}
.in_about .pic {
  position: absolute;
  bottom: 470px;
}
.in_about .pic img {
  height: 318px;
  width: auto;
}
.in_about .pic.left {
  left: 50%;
  margin-left: -530px;
}
.in_about .pic.right {
  right: 50%;
  margin-right: -530px;
}
.in_about .kj {
  background: url(../images/in_abbj.png) center center no-repeat;
  width: 705px;
  height: 707px;
  margin: 0 auto;
  padding: 130px 20px 0 20px;
  z-index: 1;
  position: relative;
  text-align: center;
}
.in_about .kj .tit {
  overflow: hidden;
  color: #bebebe;
  font-size: 18px;
  text-transform: uppercase;
  padding: 0 0 30px 0;
}
.in_about .kj .tit span {
  font-size: 24px;
  color: #ce0000;
  display: block;
  overflow: hidden;
}
.in_about .kj .tit i {
  width: 100px;
  height: 4px;
  background: #ce0000;
  position: relative;
  display: block;
  overflow: hidden;
  margin: 15px auto;
}
.in_about .kj .tit i:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 4px;
  width: 50px;
  background: #333;
  border-right: 2px solid #fff;
}
.in_about .kj .info {
  line-height: 38px;
  overflow: hidden;
}
.in_about .kj .info i {
  display: block;
  overflow: hidden;
}
.in_about .kj a {
  display: block;
  overflow: hidden;
  margin: 50px auto 0 auto;
  background: #ce0000;
  color: #fff;
  width: 110px;
  line-height: 40px;
  text-transform: uppercase;
}
.in_about .kj a:hover {
  background: #ed7a04;
}
.in_video {
  width: 100%;
  overflow: hidden;
  padding: 40px 0 50px 0;
  background:url(../images/videobg.jpg) center center no-repeat;
  background-size: 100% 100%;
}
.in_video dl {
  overflow: hidden;
  margin: -8px;
}
.in_video dt {
  width: 63.5%;
  padding: 0 30px 0 0;
  float: left;
  padding: 8px;
}
.in_video dt a {
  display: block;
  overflow: hidden;
  position: relative;
}
.in_video dt a img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.in_video dt a:before {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  content: "\e62f";
  color: #fff;
  font-size: 23px;
  padding: 0 0 0 5px;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  margin: -25px 0 0 -25px;
  font-family: "iconfont" !important;
  z-index: 2;
}
.in_video dt a:after {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  opacity: 0;
  transition: all 0.3s;
}
.in_video dt a:hover img {
  transform: scale(1.1);
}
.in_video dt a:hover:after {
  opacity: 1;
}
.in_video dd {
  width: 36.5%;
  float: left;
  padding: 8px;
}
.in_video dd a {
  display: block;
  overflow: hidden;
  position: relative;
}
.in_video dd a img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.in_video dd span {
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0;
  padding: 10px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  font-size: 20px;
  opacity: 0;
  z-index: 2;
  transition: all 0.3s;
}
.in_video dd em {
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #fff;
  color: #eee;
  z-index: 3;
  opacity: 0;
  transition: all 0.3s;
}
.in_video dd a:hover img {
  transform: scale(1.1);
}
.in_video dd a:hover span {
  opacity: 1;
}
.in_video dd a:hover em {
  opacity: 1;
}
.in_news {
  width: 100%;
  overflow: hidden;
  padding: 40px 0 50px 0;
  background:url(../images/newsbg.jpg) center center no-repeat;
  background-size: 100% 100%;
}
.in_news .tit {
  font-size: 30px;
  color: #000;
  overflow: hidden;
  margin-bottom: 30px;
}
.in_news .tit em {
  font-family: 'Arial';
  padding-right: 20px;
}
.in_news .tit i {
  width: 100px;
  height: 4px;
  background: #ce0000;
  position: relative;
  display: block;
  overflow: hidden;
  margin-top: 15px;
}
.in_news .tit i:before {
  content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  height: 4px;
  width: 50px;
  background: #333;
  border-right: 2px solid #fff;
}
.in_news ul {
  overflow: hidden;
  margin: -10px;
}
.in_news ul li {
  width: 33.33333333333%;
  padding: 10px;
  float: left;
  background:#fff;
}
.in_news ul li a {
  display: block;
  overflow: hidden;
  position: relative;
  border: 1px solid #eee;
}
.in_news ul li .pic {
  overflow: hidden;
}
.in_news ul li .pic img {
  width: 100%;
  height: 250px;
  transition: all 0.3s;
}
.in_news ul li .pic img:hover {
  transform: scale(1.1);
}
.in_news ul li .box {
  padding: 15px 10px;
  overflow: hidden;
}
.in_news ul li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0 5px 0;
  font-size: 18px;
}
.in_news ul li p {
  line-height: 24px;
  height: 48px;
  display: block;
  overflow: hidden;
  color: #999;
}
.in_liuy {
  width: 100%;
  overflow: hidden;
  background:#f6f6f6 url(../images/bg1.png) center top no-repeat;
  padding: 60px 0 90px 0;
}
.in_liuy .tit {
  overflow: hidden;
  text-align: center;
}
.in_liuy .tit .bor {
  display: inline-block;
  font-size: 30px;
  padding: 0 70px;
  position: relative;
}
.in_liuy .tit .bor em {
  display: block;
  overflow: hidden;
  text-transform: uppercase;
}
.in_liuy .tit .bor span {
  display: block;
  overflow: hidden;
  color: #ce0000;
}
.in_liuy .tit .bor:before,
.in_liuy .tit .bor:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 17px;
  height: 40px;
  margin-top: -20px;
  border: 1px solid #d2d2d2;
}
.in_liuy .tit .bor:before {
  left: 0px;
  border-right: 0;
}
.in_liuy .tit .bor:after {
  right: 0px;
  border-left: 0;
}
.in_liuy .info {
  text-align: center;
  overflow: hidden;
  padding: 40px 0;
  color: #888;
}
.in_liuy .info:after {
  content: "";
  display: block;
  overflow: hidden;
  margin: 15px auto 0 auto;
  width: 30px;
  height: 1px;
  background: #ccc;
}
.in_liuy dl {
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
}
.in_liuy dl .iconfont {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
}
.in_liuy dl dd {
  width: 33.3333333%;
  float: left;
  padding: 15px;
  position: relative;
}
.in_liuy dl dd input[type='text'] {
  width: 100%;
  background: #fff;
  height: 50px;
  border: 1px solid #ddd;
  padding: 0 50px 0 10px;
  color: #666;
  float: left;
}
.in_liuy dl dt {
  width: 100%;
  float: left;
  padding: 15px;
  position: relative;
}
.in_liuy dl dt textarea {
  width: 100%;
  background: #fff;
  height: 160px;
  border: 1px solid #ddd;
  padding: 10px 50px 10px 10px;
  color: #666;
  float: left;
}
.in_liuy dl dt input[type='submit'] {
  width: 100%;
  max-width: 310px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  height: 50px;
  border: 0;
  background: #888;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  transition: all 0.3s;
}
.in_liuy dl dt input[type='submit']:hover {
  background: #ce0000;
}
.in_hzxun {
  padding: 50px 0;
  position: relative;
  overflow: hidden;
}
.in_hzxun section {
  padding: 0 40px;
}
.in_hzxun .swiper-slide {
  width: 20%;
  text-align: center;
}
.in_hzxun .swiper-slide a {
  display: block;
  overflow: hidden;
}
.in_hzxun .swiper-slide img {
  max-width: 100%;
  height: auto;
  transition: all 0.3s;
}
.in_hzxun .swiper-slide img:hover {
  transform: scale(1.1);
}
.in_hzxun .hzxun_next,
.in_hzxun .hzxun_prev {
  top: 50%;
  width: 30px;
  height: 48px;
  line-height: 48px;
  margin-top: -24px;
  position: absolute;
  color: #fff;
  background: #cccccc;
  font-size: 28px;
  text-align: center;
  z-index: 5;
  transition: all 0.3s;
  cursor: pointer;
  outline: 0;
}
.in_hzxun .hzxun_next:hover,
.in_hzxun .hzxun_prev:hover {
  background: #ed7a04;
}
.in_hzxun .hzxun_next {
  right: 0px;
}
.in_hzxun .hzxun_prev {
  left: 0px;
}
/* tan_video */
.tan_video {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 999;
  background: 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: center;
  justify-content: center;
}
.tan_video .box {
  width: 100%;
  max-width: 800px;
  background: #fff url(../images/loading.gif) center center no-repeat;
  padding: 10px;
  position: relative;
  border-radius: 5px 0 5px 5px;
}
.tan_video .box iframe,
.tan_video .box video {
  width: 100%;
  float: left;
  height: 439px;
}
.tan_video .close {
  position: absolute;
  right: 0px;
  top: -40px;
  color: #000;
  font-size: 30px;
  border-bottom: 1px solid #eee;
  cursor: pointer;
  width: 40px;
  height: 40px;
  line-height: 40px;
  background: #fff;
  text-align: center;
  transition: all 0.3s;
  border-radius: 5px 5px 0 0;
}
.tan_video .close:hover {
  background: #555;
  color: #fff;
  border-bottom: 1px solid #555;
}
/* all */
.position {
  overflow: hidden;
  width: 100%;
  height: 56px;
  position: relative;
  line-height: 56px;
}
.position .tit {
  float: left;
  color: #ed7a04;
  font-size: 18px;
  padding: 0 10px;
  height: 56px;
  position: relative;
  z-index: 1;
}
.position .dqwz {
  float: right;
}
.position .dqwz i {
  font-weight: bold;
  margin-right: 5px;
  font-size: 18px;
}
.position .search {
  border: 1px solid #ed7a04;
  float: left;
  position: relative;
  width: 25%;
  margin-top: 12px;
}
.position .search input[type='text'] {
  float: left;
  width: 100%;
  height: 32px;
  border: 0;
  background: none;
  padding: 0 85px 0 10px;
}
.position .search input[type='submit'] {
  position: absolute;
  right: 0px;
  top: 0px;
  width: 75px;
  height: 100%;
  background: #ed7a04;
  color: #fff;
  font-size: 16px;
  border: 0;
  cursor: pointer;
}
.position .page {
  float: right;
  font-size: 12px;
}
.position .page span {
  padding: 0 5px;
}
.position .page span em {
  color: #ed7a04;
}
.position .cate {
  float: left;
  margin-top: 14px;
}
.position .cate li {
  float: left;
  margin-left: 20px;
}
.position .cate li a {
  display: block;
  overflow: hidden;
  height: 28px;
  line-height: 28px;
  border: 1px solid #cccccc;
  border-radius: 30px;
  padding: 0 10px;
}
.position .cate li:first-child {
  margin-left: 0;
}
.position .cate li.on a,
.position .cate li:hover a {
  background: #ed7a04;
  color: #fff;
  border: 1px solid #ed7a04;
}
.position:before {
  content: "";
  display: none;
  width: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 1px;
  background: #cccccc;
}
.position.bor {
  margin-bottom: 20px;
}
.position.bor .tit {
  border-bottom: 1px solid #ed7a04;
}
.position.bor:before {
  display: block;
}
.catetit {
  text-align: center;
  overflow: hidden;
  padding: 20px 0 30px 0;
  height: 100%;
}
.catetit span {
  font-size: 24px;
  color: #000;
  display: block;
  overflow: hidden;
}
.catetit .hr {
  width: 100%;
  height: 9px;
  overflow: hidden;
  margin: 10px 0;
  position: relative;
}
.catetit .hr:before {
  position: absolute;
  left: 26%;
  top: 4px;
  height: 1px;
  width: 48%;
  background: #cccccc;
  content: "";
}
.catetit .hr:after {
  content: "";
  width: 126px;
  z-index: 1;
  position: absolute;
  top: 3px;
  height: 2px;
  background: #ed7a04;
  left: 50%;
  margin-left: -63px;
}
.catetit .hr i {
  height: 9px;
  width: 9px;
  display: block;
  overflow: hidden;
  margin: 0 auto;
  position: relative;
  z-index: 2;
  background: #cccccc;
  border-radius: 50%;
}
.catetit em {
  color: #999999;
  font-size: 16px;
  font-family: 'Arial';
}
.catemore {
  text-align: center;
  overflow: hidden;
  width: 100%;
  padding: 30px 0 20px 0;
}
.catemore a {
  display: inline-block;
  width: 260px;
  line-height: 44px;
  border: 1px solid #cdcdcd;
  text-align: center;
  border-radius: 50px;
  font-size: 16px;
}
.catemore a:hover {
  background: #ed7a04;
  color: #fff;
  border: 1px solid #ed7a04;
}
.main {
  padding: 0 0 50px 0;
  overflow: hidden;
  width: 100%;
}
.main .main_left {
  width: 20%;
  float: left;
}
.main .main_left .big {
  text-align: center;
  overflow: hidden;
  background: url(../images/bj_tit.jpg) center top no-repeat;
  background-size: 100% 100%;
  line-height: 110px;
  border-top: 4px solid #ce0000;
  font-size: 28px;
  color: #fff;
  margin-bottom: 3px;
}
.main .main_left .menu {
  overflow: hidden;
}
.main .main_left .menu li {
  margin-top: 2px;
}
.main .main_left .menu li a {
  display: block;
  overflow: hidden;
  line-height: 54px;
  background: #efefef;
  text-align: center;
  font-size: 16px;
}
.main .main_left .menu li a:before {
  width: 11px;
  height: 11px;
  margin-right: 12px;
  border: 2px solid #b3b3b3;
  transform: rotate(45deg);
  content: "";
  display: inline-block;
}
.main .main_left .menu li:hover a,
.main .main_left .menu li.on a {
  background: #ce0000;
  color: #fff;
}
.main .main_left .menu li:hover a:before,
.main .main_left .menu li.on a:before {
  border: 2px solid #fff;
}
.main .main_left .tit {
  text-align: center;
  overflow: hidden;
  font-size: 16px;
  line-height: 54px;
  background: #ce0000;
  color: #fff;
  margin-top: 20px;
}
.main .main_left .cont {
  background: #efefef;
  overflow: hidden;
  padding: 15px 10px 20px 10px;
  line-height: 34px;
  color: #8b8b8b;
}
.main .main_left .cont .tel {
  color: #ed7a04;
  font-size: 20px;
  line-height: 48px;
  font-weight: bold;
  margin-bottom: 5px;
}
.main .main_left .cont .tel i {
  font-size: 42px;
  height: 48px;
  line-height: 48px;
  display: block;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  font-weight: normal;
}
.main .main_left .cont img {
  max-width: 112px;
  margin: 10px auto 0 auto;
  display: block;
  overflow: hidden;
  height: auto;
}
.main .main_right {
  width: 80%;
  float: right;
  padding: 0 0 0 5%;
}
.dyewm {
  width: 100%;
  max-width: 760px;
  border: 1px solid #9a9a9a;
  padding: 20px 30px;
  margin: 0 auto;
  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-radius: 15px;
  text-align: center;
}
.dyewm img {
  max-width: 100%;
  height: auto;
}
.dyewm li {
  padding: 0 10px;
}
.dyewm li span {
  display: block;
  overflow: hidden;
  font-size: 24px;
  padding: 20px 0 0 0;
}
.web_dqwz {
  width: 100%;
  overflow: hidden;
  padding: 25px 0;
  font-size: 16px;
  background: #eeeeee;
  margin-bottom: 40px;
}
/* 分页 */
.dede_pages {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  padding: 30px 0 0 0;
  width: 100%;
  overflow: hidden;
}
.dede_pages li {
  float: left;
  border: 1px solid #d8d8d8;
  margin: 0 3px;
  line-height: 30px;
  border-radius: 4px;
  font-size: 14px;
}
.dede_pages li a {
  padding: 0 12px;
  display: block;
  overflow: hidden;
  color: #666;
}
.dede_pages li a:hover {
  background: #ed7a04;
  color: #fff;
}
.dede_pages li.pageinfo {
  padding: 0 12px;
  cursor: default;
}
.dede_pages li.thisclass a {
  background: #ed7a04;
  color: #fff;
}
/* casebox */
.casebox .catemore:last-of-type {
  padding-bottom: 0;
}
/* caselist */
.caselist {
  overflow: hidden;
  margin: -10px;
}
.caselist li {
  width: 25%;
  float: left;
  overflow: hidden;
  padding: 10px;
  text-align: center;
}
.caselist li .pic {
  display: block;
  overflow: hidden;
  position: relative;
}
.caselist li .pic img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.caselist li .pic:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: all 0.3s;
  opacity: 0;
}


.caselist li .pic:after {
	content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  transition: all 0.3s;
  background: url(../images/logos.png) center center no-repeat;
  background-size: 47px auto;
  opacity: 0;
}


.caselist li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 32px;
  color: #333;
  padding: 0 10px;
  position: relative;
  transition: all 0.3s;
}
.caselist li span:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: all 0.3s;
  content: "";
  background: #ed7a04;
  z-index: -1;
  opacity: 0;
  transform: scale(0);
}
.caselist li:hover .pic img {
  transform: scale(1.1);
}
.caselist li:hover .pic:before {
  opacity: 1;
}
.caselist li:hover .pic:after {
  font-size: 40px;
  opacity: 1;
}
.caselist li:hover span {
  color: #fff;
}
.caselist li:hover span:before {
  opacity: 1;
  transform: scale(1);
}
/* videolist */
.videolist {
  overflow: hidden;
  margin: -10px;
}
.videolist li {
  width: 33.333333333333%;
  float: left;
  overflow: hidden;
  padding: 10px;
  text-align: center;
}
.videolist li .pic {
  display: block;
  overflow: hidden;
  position: relative;
}
.videolist li .pic img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.videolist li .pic:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.3);
  z-index: 1;
  transition: all 0.3s;
}
.videolist li .pic:after {
  position: absolute;
  content: "\e62f";
  font-family: "iconfont" !important;
  color: #fff;
  font-size: 40px;
  left: 50%;
  top: 50%;
  z-index: 1;
  width: 80px;
  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;
  margin: -40px 0 0 -40px;
  text-align: center;
  border: 4px solid #fff;
  border-radius: 50%;
  transition: all 0.3s;
}
.videolist li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  line-height: 32px;
  color: #333;
  padding: 0 10px;
  position: relative;
  transition: all 0.3s;
}
.videolist li span:before {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  transition: all 0.3s;
  content: "";
  background: #ed7a04;
  z-index: -1;
  opacity: 0;
  transform: scale(0);
}
.videolist li:hover .pic img {
  transform: scale(1.1);
}
.videolist li:hover .pic:before {
  background: rgba(0, 0, 0, 0.6);
}
.videolist li:hover .pic:after {
  background: #ed7a04;
  border: 4px solid #ed7a04;
}
.videolist li:hover span {
  color: #fff;
}
.videolist li:hover span:before {
  opacity: 1;
  transform: scale(1);
}
/* newslist */
.newslist {
  margin: 10px 0 -10px 0;
  overflow: hidden;
}
.newslist li {
  overflow: hidden;
  padding: 10px 0;
}
.newslist li a {
  display: block;
  overflow: hidden;
  position: relative;
}
.newslist li .data {
  float: left;
  display: block;
  overflow: hidden;
  height: 160px;
  width: 160px;
  text-align: center;
  background: #999999;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
.newslist li .data b {
  font-size: 36px;
  display: block;
  overflow: hidden;
  padding: 30px 0 5px 0;
}
.newslist li .pic {
  display: block;
  overflow: hidden;
  float: left;
  margin: 0 20px;
}
.newslist li .pic img {
  width: 240px;
  height: 160px;
  transition: all 0.3s;
}
.newslist li .pic:hover img {
  transform: scale(1.1);
}
.newslist li .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 36px;
  height: 40px;
  border-bottom: 1px solid #cccccc;
  color: #333;
}
.newslist li .bt:hover {
  color: #ce0000;
}
.newslist li p {
  line-height: 22px;
  height: 44px;
  display: block;
  overflow: hidden;
  color: #777;
}
.newslist li .cs {
  overflow: hidden;
  color: #777;
  height: 35px;
  line-height: 40px;
}
.newslist li .cs i {
  font-weight: bold;
  margin-right: 4px;
}
.newslist li .cs span {
  padding-right: 10px;
}
.newslist li em {
  position: absolute;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: hidden;
  width: 110px;
  line-height: 30px;
  background: #ed7a04;
  color: #fff;
  text-align: center;
  border-radius: 3px;
  transition: all 0.3s;
  font-size: 12px;
}
.newslist li em:hover {
  background: #ce0000;
}
.newslist li:last-child {
  border-bottom: 0;
}
/* prolist */
.prolist {
  overflow: hidden;
  margin: 0 -10px -10px -10px;
}
.prolist li {
  width: 25%;
  float: left;
  overflow: hidden;
  padding: 10px;
  text-align: center;
}
.prolist li  .kj {
  border: 1px solid #cccccc;
  overflow: hidden;
  border-radius: 10px;
}
.prolist li .pic {
  display: block;
  overflow: hidden;
  position: relative;
}
.prolist li .pic img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.prolist li .pic:before {
  position: absolute;
  content: "";
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  background: rgba(0, 0, 0, 0.5);
  z-index: 1;
  transition: all 0.3s;
  opacity: 0;
  border-radius: 10px 10px 0 0;
}

.prolist li .pic:after {
	content: "";
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  transition: all 0.3s;
  background: url(../images/logos.png) center center no-repeat;
  background-size: 47px auto;
  opacity: 0;
}
.prolist li .box {
  background: #ed7a04;
  overflow: hidden;
  padding: 10px;
  color: #fff;
}
.prolist li .bt {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  font-size:16px;
  height:22px;
}

.prolist li .cs {
  overflow: hidden;
  height: 30px;
  line-height: 30px;
  margin: 5px 0 0 0;
  font-size: 18px;
}
.prolist li .cs a{
  color: #fff;
  padding:0 10px;
}
.prolist li .cs a:hover{color:yellow;}
.prolist li:hover .pic img {
  transform: scale(1.1);
}
.prolist li:hover .pic:before {
  opacity: 1;
}
.prolist li:hover .pic:after {
  font-size: 40px;
  opacity: 1;
}
/* shaix */
.shaix {
  overflow: hidden;
  padding: 5px 0 10px 0;
}
.shaix dl {
  overflow: hidden;
  position: relative;
  line-height: 20px;
  border-bottom: 1px dotted #ddd;
  padding: 10px 0;
}
.shaix dl dt {
  position: absolute;
  left: 0px;
  top: 18px;
  font-weight: bold;
}
.shaix dl dd {
  /*overflow: hidden;*/
  position: relative;
  padding: 0 80px 0 50px;
  height: 30px;
}
.shaix dl dd a {
  display: block;
  overflow: hidden;
  float: left;
  margin: 8px;
}
.shaix dl dd span {
  background: #ed7a04;
  color: #fff;
  padding: 0 10px;
  float: left;
  margin: 8px;
}
.shaix dl dd .on {
  background: #ed7a04;
  color: #fff;
  padding: 0 10px;
}
.shaix dl dd .more {
  position: absolute;
  right: 0px;
  top: 5px;
  color: #666;
  cursor: pointer;
  padding: 0 5px;
}
.shaix dl dd .more i {
  margin-left: 5px;
}
.shaix dl dd .more:hover {
  color: #ed7a04;
}
.shaix dl dd.cur {
  height: auto;
}
/* wuxun */
.wuxun {
  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: url(../images/bj_inpic.jpg) center center no-repeat;
  background-size: 100% auto;
  margin: 20px -5px;
  overflow: hidden;
}
.wuxun li {
  text-align: center;
  padding: 5px;
}
.wuxun li img {
  width: 100%;
  max-width: 100%;
  height: auto;
  transition: all 0.3s;
}
.wuxun li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 20px 0 0 0;
  font-size: 16px;
}
.wuxun li:hover img {
  transform: rotate(360deg);
}
/* about */
.about {
  overflow: hidden;
  line-height: 2;
  margin: 0 auto 30px auto;
  font-size: 20px;
}
.about img{max-width:100%;}
/* contact */
.contact {
  overflow: hidden;
}
.contact .map {
  border: 4px solid #00c0ff;
  width: 55%;
  float: left;
  height: 360px;
}
.contact .map #bdmap {
  width: 100%;
  height: 100%;
}
.contact .map .anchorBL {
  display: none;
}
.contact .box {
  width: 45%;
  float: right;
  padding: 0 0 0 25px;
}
.contact .box .tel {
  color: #ed7a04;
  font-size: 44px;
  font-family: 'Arial';
  font-weight: bold;
  padding: 10px 0;
}
.contact .box .lx {
  overflow: hidden;
}
.contact .box .lx li {
  overflow: hidden;
  position: relative;
  padding: 8px 0 8px 50px;
  font-size: 18px;
  color: #000;
  line-height: 22px;
}
.contact .box .lx li .tb {
  position: absolute;
  left: 0px;
  top: 8px;
  font-size: 18px;
}
.contact .box .lx li .tb i {
  font-size: 22px;
}
.contact .box .ewm {
  padding: 20px 0 0 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;
  font-size: 16px;
  line-height: 1.8;
}
.contact .box .ewm .bt {
  color: #00c0ff;
  font-size: 26px;
  line-height: 34px;
  overflow: hidden;
  padding: 0 0 10px 0;
}
.contact .box .ewm .bt span {
  display: block;
  overflow: hidden;
  float: left;
}
.contact .box .ewm .bt img {
  height: 24px;
  width: auto;
  float: left;
  margin-top: 7px;
  margin-left: 10px;
}
.contact .box .ewm .kj {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 0 0 20px;
}
/* tan_pic */
.tan_pic {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  padding: 80px;
  z-index: 99999;
  background: 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: #ce0000;
}
.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: #ce0000;
}
.tan_pic .swiper-button-next,
.tan_pic .swiper-button-prev {
  top: 50%;
  width: 80px;
  height: 80px;
  line-height: 80px;
  margin-top: -40px;
  background: none;
  font-size: 60px;
  z-index: 5;
  opacity: 1;
  outline: none;
  color: #fff;
  transition: all 0.3s;
}
.tan_pic .swiper-button-next:hover,
.tan_pic .swiper-button-prev:hover {
  color: #ce0000;
}
.tan_pic .swiper-button-disabled {
  opacity: 0.2;
}
.tan_pic .swiper-button-next {
  right: 0px;
}
.tan_pic .swiper-button-prev {
  left: 0px;
}
/* view_news */
.view_news .vwbt {
  text-align: center;
  overflow: hidden;
  font-size: 20px;
  color: #000000;
  border-bottom: 1px solid #cccccc;
  padding: 20px 0 15px 0;
  margin-bottom: 12px;
}
.view_news .cs {
  text-align: center;
  overflow: hidden;
  color: #666666;
  font-size: 12px;
}
.view_news .cs span {
  padding: 0 10px;
}
.view_news .box {
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.view_news .body {
  padding: 20px 0 30px 0;
  overflow: hidden;
  line-height: 2;
}
.view_news .body img {
  max-width: 100%;
  height: auto;
  padding: 10px 0;
}
.view_news .sx {
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  padding: 0 200px 0 0;
  color: #333;
  margin-bottom: 10px;
  line-height: 24px;
}
.view_news .sx p {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.view_news .sx .bdsharebuttonbox {
  position: absolute;
  right: 0px;
  top: 6px;
}
.view_news .xgnew {
  overflow: hidden;
  padding: 15px 0 0 0;
}
.view_news .xgnew .tits {
  height: 32px;
  border-bottom: 2px solid #ccc;
  color: #000;
}
.view_news .xgnew .tits span {
  height: 32px;
  float: left;
  display: block;
  overflow: hidden;
  padding: 0 6px;
  border-bottom: 2px solid #ed7a04;
  font-size: 16px;
}
.view_news .xgnew ul {
  overflow: hidden;
  margin: 10px -20px 0 -20px;
  position: relative;
}
.view_news .xgnew ul li {
  width: 50%;
  padding: 0 20px;
  float: left;
}
.view_news .xgnew ul li a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  position: relative;
  padding: 0 0 0 15px;
  line-height: 30px;
  font-size: 13px;
}
.view_news .xgnew ul li a:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 50%;
  width: 2px;
  height: 2px;
  background-color: #ed7a04;
  margin-top: -1px;
}
/* d_case */
.d_case {
  overflow: hidden;
}
.d_case .cbt {
  padding: 20px 0 30px 0;
  text-align: center;
  font-size: 20px;
  color: #000000;
}
.d_case .box {
  overflow: hidden;
  position: relative;
}
.d_case .box .arrow-left,
.d_case .box .arrow-right {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 46px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  font-size: 46px;
  text-align: center;
  cursor: pointer;
  background: #fcfcfc;
}
.d_case .box .arrow-left:hover,
.d_case .box .arrow-right:hover {
  color: #bf0000;
}
.d_case .box .arrow-left {
  left: 0px;
}
.d_case .box .arrow-right {
  right: 0px;
}
.d_case .probanbig {
  overflow: hidden;
  position: relative;
  padding: 0 8%;
}
.d_case .probanbig img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.d_case .probansmall {
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  padding: 0 15%;
}
.d_case .probansmall .swiper-slide {
  width: 20%;
  cursor: pointer;
  padding: 0 5px;
}
.d_case .probansmall .swiper-slide img {
  width: 100%;
  height: auto;
  border: 1px solid #d4d4d4;
  padding: 1px;
  opacity: 0.8;
}
.d_case .probansmall .active-nav img {
  border: 1px solid #ce0000;
  opacity: 1;
}
.d_case .prne {
  text-align: right;
  width: 100%;
  padding: 30px 2% 0 2%;
  overflow: hidden;
}
.d_case .prne a {
  display: inline-block;
  overflow: hidden;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: #c3c3c3;
  margin: 0 6px;
  border-radius: 50%;
  font-size: 24px;
  font-weight: bold;
}
.d_case .prne a:hover {
  transform: rotate(360deg);
  background: #ed7a04;
}
.d_case .tit {
  overflow: hidden;
  font-size: 18px;
  margin: 30px 0 20px 0;
  background: #ededee;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
.d_case .tit span {
  display: block;
  overflow: hidden;
  float: left;
  background: #ed7a04;
  padding: 0 30px;
}
.d_case .body {
  padding: 0 30px;
  overflow: hidden;
  line-height: 1.8;
}
/* d_pro */
.d_pro {
  overflow: hidden;
  padding: 20px 0 0 0;
}
.d_pro .ppic {
  width: 40%;
  float: left;
}
.d_pro .ppic .share {
  margin-top: 20px;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  overflow: hidden;
}
.d_pro .ppic .probanbig {
  border: 1px solid #d4d4d4;
  overflow: hidden;
}
.d_pro .ppic .probanbig img {
  width: 100%;
  height: auto;
  cursor: pointer;
}
.d_pro .ppic .probansmall {
  margin-top: 20px;
  overflow: hidden;
  position: relative;
  padding: 0 20px;
}
.d_pro .ppic .probansmall .swiper-slide {
  width: 20%;
  cursor: pointer;
  padding: 0 5px;
}
.d_pro .ppic .probansmall .swiper-slide img {
  width: 100%;
  height: auto;
  border: 1px solid #d4d4d4;
  padding: 1px;
  opacity: 0.8;
}
.d_pro .ppic .probansmall .active-nav img {
  border: 1px solid #ce0000;
  opacity: 1;
}
.d_pro .ppic .probansmall .arrow-left,
.d_pro .ppic .probansmall .arrow-right {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 30px;
  height: 40px;
  line-height: 40px;
  margin-top: -20px;
  font-size: 30px;
  text-align: center;
  cursor: pointer;
}
.d_pro .ppic .probansmall .arrow-left:hover,
.d_pro .ppic .probansmall .arrow-right:hover {
  color: #bf0000;
}
.d_pro .ppic .probansmall .arrow-left {
  left: -8px;
}
.d_pro .ppic .probansmall .arrow-right {
  right: -8px;
}
.d_pro .info {
  float: right;
  width: 60%;
  padding: 0 0 0 5%;
  overflow: hidden;
  line-height: 28px;
  color: #666666;
  font-size: 16px;
}
.d_pro .info .bt {
  font-size: 22px;
  line-height: 1.4;
  color: #333;
}
.d_pro .info .sbt {
  color: #ed7a04;
  padding: 0 0 10px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #cccccc;
}
.d_pro .info .jg {
  color: #ff0000;
  font-size: 30px;
}
.d_pro .info .tt {
  padding: 10px 0 0 0;
  color: #000;
}
.d_pro .info .bz {
  padding: 10px 0 5px 0;
  overflow: hidden;
}
.d_pro .info .bz em {
  display: inline-block;
  border: 1px solid #cecece;
  border-radius: 40px;
  margin-right: 15px;
  line-height: 26px;
  padding: 0 10px;
}
.d_pro .info .ms {
  background: #f0f0f0;
  padding: 10px;
  overflow: hidden;
  margin: 10px 0 20px 0;
  font-size: 14px;
  line-height: 24px;
  border: 1px solid #cccccc;
}
.d_pro .info .but {
  line-height: 40px;
  font-size: 18px;
  border-radius: 100px;
  text-align: center;
}
.d_pro .info .but a {
  display: block;
  overflow: hidden;
  float: left;
  margin-left: 20px;
  background: #ff7b0f;
  border-radius: 50px;
  color: #fff;
  width: 156px;
}
.d_pro .info .but a:last-child {
  background: #55c183;
}
.d_pro .info .but a:hover {
  opacity: 0.8;
}
.d_pro .prne {
  text-align: center;
  overflow: hidden;
}
.d_pro .prne a {
  display: inline-block;
  overflow: hidden;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background: #c3c3c3;
  margin: 0 6px;
  border-radius: 50%;
  font-size: 24px;
}
.d_pro .prne a:hover {
  transform: rotate(360deg);
  background: #ed7a04;
}
.d_pro .tit {
  overflow: hidden;
  font-size: 18px;
  margin: 30px 0 20px 0;
  background: #ededee;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
}
.d_pro .tit span {
  display: block;
  overflow: hidden;
  float: left;
  background: #ed7a04;
  width: 140px;
}
.d_pro .body {
  padding: 0 10px 20px 10px;
  overflow: hidden;
  line-height: 1.8;
}
.d_pro .body img {
  max-width: 100%;
  height: auto;
  padding: 10px 0;
}
.d_pro .prolist {
  margin: -10px;
}
.d_pro .prolist li {
  width: 33.33333333333%;
}
.d_pro .left {
  width: 21%;
  float: left;
  padding: 10px 30px 0 0;
}
.d_pro .left .hbt {
  background: #ed7a04 url(../images/icon_ybj.png) center top no-repeat;
  height: 40px;
  line-height: 40px;
  margin-top: 20px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: bold;
}
.d_pro .left .box {
  border: 1px solid #d5d5d5;
  border-top: 0;
  overflow: hidden;
  padding: 12px;
  line-height: 2;
  font-size: 12px;
}
.d_pro .left .tel {
  overflow: hidden;
  line-height: 24px;
}
.d_pro .left .tel i {
  font-size: 48px;
  color: #ed7a04;
  display: block;
  overflow: hidden;
  float: left;
  height: 48px;
  line-height: 48px;
  width: 48px;
  margin-right: 10px;
}
.d_pro .left .tel b {
  font-size: 18px;
  color: #ce0000;
}
.d_pro .left .hotxun {
  overflow: hidden;
  margin: -5px 0;
}
.d_pro .left .hotxun li {
  padding: 5px 0;
  overflow: hidden;
}
.d_pro .left .hotxun li a {
  display: block;
  overflow: hidden;
}
.d_pro .left .hotxun li .pic {
  display: block;
  overflow: hidden;
  position: relative;
}
.d_pro .left .hotxun li .pic img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.d_pro .left .hotxun li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  text-align: center;
}
.d_pro .left .hotxun li .cs {
  overflow: hidden;
  height: 26px;
  line-height: 26px;
  font-size: 12px;
  color: #777;
}
.d_pro .left .hotxun li .cs i {
  float: left;
}
.d_pro .left .hotxun li .cs i b {
  font-size: 24px;
  color: #ed7a04;
  font-weight: normal;
}
.d_pro .left .hotxun li .cs em {
  float: right;
}
.d_pro .left .hotxun li:hover .pic img {
  transform: scale(1.1);
}
.d_pro .right {
  float: right;
  width: 79%;
}
/* d_rongy */
.d_rongy {
  overflow: hidden;
  position: relative;
}
.d_rongy .arrow-left,
.d_rongy .arrow-right {
  position: absolute;
  top: 50%;
  z-index: 10;
  width: 46px;
  height: 60px;
  line-height: 60px;
  margin-top: -30px;
  font-size: 46px;
  text-align: center;
  cursor: pointer;
  background: #fcfcfc;
}
.d_rongy .arrow-left:hover,
.d_rongy .arrow-right:hover {
  color: #bf0000;
}
.d_rongy .arrow-left {
  left: 0px;
}
.d_rongy .arrow-right {
  right: 0px;
}
.d_rongy .probanbig {
  overflow: hidden;
  position: relative;
  padding: 0 8%;
  text-align: center;
}
.d_rongy .probanbig img {
  max-width: 100%;
  height: auto;
  cursor: pointer;
}
.d_rongy .probansmall {
  margin-top: 30px;
  overflow: hidden;
  position: relative;
  padding: 0 15%;
}
.d_rongy .probansmall .swiper-slide {
  width: 20%;
  cursor: pointer;
  padding: 0 5px;
}
.d_rongy .probansmall .swiper-slide img {
  width: 100%;
  height: auto;
  border: 1px solid #d4d4d4;
  padding: 1px;
  opacity: 0.8;
}
.d_rongy .probansmall .active-nav img {
  border: 1px solid #ce0000;
  opacity: 1;
}
/* agent */
.agent {
  width: 100%;
  overflow: hidden;
  background: url(../images/bj_job.png) center top no-repeat;
  background-size: 100% 100%;
  padding: 20px 0 100px 0;
}
.agent .tit {
  overflow: hidden;
  padding: 80px 0 50px 0;
  text-align: center;
}
.agent .tit .bor {
  display: inline-block;
  font-size: 30px;
  padding: 0 70px;
  position: relative;
}
.agent .tit .bor em {
  display: block;
  overflow: hidden;
  text-transform: uppercase;
}
.agent .tit .bor span {
  display: block;
  overflow: hidden;
  color: #ce0000;
}
.agent .tit .bor:before,
.agent .tit .bor:after {
  content: "";
  position: absolute;
  top: 50%;
  width: 17px;
  height: 40px;
  margin-top: -20px;
  border: 1px solid #d2d2d2;
}
.agent .tit .bor:before {
  left: 0px;
  border-right: 0;
}
.agent .tit .bor:after {
  right: 0px;
  border-left: 0;
}
.agent .more {
  width: 175px;
  height: 50px;
  line-height: 50px;
  display: block;
  overflow: hidden;
  margin: 40px auto 0 auto;
  background: #939393;
  color: #fff;
  text-align: center;
  font-size: 16px;
}
.agent .more i {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 22px;
  height: 22px;
  line-height: 22px;
  text-align: center;
  font-size: 12px;
  display: inline-block;
  padding: 0 0 0 1px;
  margin-right: 10px;
  position: relative;
  top: -1px;
}
.agent .more:hover {
  background: #ed7a04;
}
.agent .sanxun {
  margin: -10px;
  overflow: hidden;
}
.agent .sanxun li {
  padding: 10px;
  overflow: hidden;
  float: left;
}
.agent .sanxun li a {
  display: block;
  overflow: hidden;
  background: #fff;
  border: 1px solid #c7c7c7;
}
.agent .sanxun li .pic {
  overflow: hidden;
}
.agent .sanxun li .pic img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.agent .sanxun li .info {
  transition: all 0.3s;
  overflow: hidden;
  padding: 20px;
}
.agent .sanxun li .info span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.agent .sanxun li .info em {
  display: block;
  overflow: hidden;
  margin: 20px auto 0 auto;
  border: 1px solid #ebebeb;
  width: 150px;
  line-height: 38px;
  text-align: center;
  color: #888;
  transition: all 0.3s;
}
.agent .sanxun li .info em:hover {
  background: #ed7a04;
  color: #fff;
}
.agent .sanxun li:hover a {
  border: 1px solid #ed7a04;
}
.agent .sanxun li:hover .pic img {
  transform: scale(1.1);
}
.agent .yous {
  overflow: hidden;
  padding: 80px 0 0 0;
}
.agent .yous .bt {
  color: #000;
  font-size: 24px;
  position: relative;
  line-height: 30px;
  background: url(../images/icon_xian.png) left center no-repeat;
  padding: 0 0 0 30px;
  margin-bottom: 30px;
}
.agent .yous .info {
  width: 50%;
  float: left;
  padding: 0 30px;
}
.agent .yous .xun {
  width: 50%;
  float: left;
  padding: 0 0 0 30px;
  margin: 0 -10px;
}
.agent .yous .xun dl {
  padding: 0 10px;
  text-align: center;
  width: 33.3333333333%;
  float: left;
}
.agent .yous .xun dl dt {
  background: #ce0000;
  color: #fff;
  padding: 5px;
}
.agent .yous .xun dl dd {
  background: #9e9e9e;
  color: #fff;
  padding: 5px;
  margin-top: 20px;
}
.agent .tbxun {
  overflow: hidden;
  margin: -10px;
}
.agent .tbxun li {
  width: 16.66666666666%;
  float: left;
  overflow: hidden;
  padding: 10px;
  text-align: center;
}
.agent .tbxun li .box {
  background: #fff;
  border: 1px solid #c7c7c7;
  overflow: hidden;
  padding: 10px;
}
.agent .tbxun li .box img {
  height: 82px;
  width: auto;
  margin-bottom: 5px;
}
.agent .tbxun li .box p {
  display: block;
  overflow: hidden;
  min-height: 44px;
  line-height: 22px;
}
.agent .tbxun li:nth-child(7) {
  clear: both;
}
.agent .mess {
  margin: -12px;
  overflow: hidden;
}
.agent .mess .iconfont {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-size: 18px;
}
.agent .mess dd {
  padding: 12px;
  overflow: hidden;
  float: left;
  width: 25%;
  position: relative;
}
.agent .mess dd input[type='text'] {
  width: 100%;
  height: 50px;
  border: 1px solid #d5d5d5;
  padding: 0 60px 0 12px;
}
.agent .mess dt {
  padding: 12px;
  overflow: hidden;
  float: left;
  width: 100%;
  position: relative;
}
.agent .mess dt textarea {
  width: 100%;
  height: 170px;
  border: 1px solid #d5d5d5;
  padding: 12px 60px 12px 12px;
  line-height: 1.8;
}
.agent .mess dt input[type='submit'] {
  width: 100%;
  max-width: 300px;
  margin: 0 auto;
  display: block;
  overflow: hidden;
  height: 48px;
  background: #ce0000;
  color: #fff;
  border: 0;
  font-size: 16px;
  transition: all 0.3s;
  cursor: pointer;
}
.agent .mess dt input[type='submit']:hover {
  background: #ed7a04;
}
/* twlist */
.twlist {
  overflow: hidden;
  margin: -10px;
}
.twlist li {
  width: 33.33333333%;
  float: left;
  padding: 10px 10px 0 10px;
}
.twlist li a {
  display: block;
  overflow: hidden;
}
.twlist li .pic {
  overflow: hidden;
}
.twlist li .pic img {
  width: 100%;
  height: auto;
  transition: all 0.3s;
}
.twlist li .box {
  padding: 10px;
  overflow: hidden;
  transition: all 0.3s;
}
.twlist li span {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.twlist li em {
  color: #888;
  display: block;
  overflow: hidden;
  font-size: 12px;
  padding: 5px 0;
}
.twlist li p {
  height: 40px;
  line-height: 20px;
  display: block;
  overflow: hidden;
  font-size: 12px;
  color: #888;
}
.twlist li:hover .pic img {
  transform: scale(1.1);
}
.twlist li:hover .box {
  background: #eee;
}
