/*公共样式--开始*/
html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
  margin: 0;
  padding: 0;
}
* {
  box-sizing: border-box;
}
html,
body {
  min-height: 100%;
}

body {
  font-family: "Microsoft YaHei";
  font-size: 14px;
  color: #333;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}
ul,
ol {
  list-style: none;
}

img {
  border: none;
  vertical-align: middle;
}
em {
  font-style: normal;
  font-weight: normal;
}
.content,
.container {
  margin-left: auto;
  margin-right: auto;
  width: 1200px;
}
/* header */
.header {
  position: relative;
  /* overflow: hidden; */
  background: #fff;
}
.header .Header-Top {
  width: 100%;
  height: 38px;
  line-height: 38px;
  border-bottom: 1px solid #f3f3f3;
}
.header .Header-Top a:hover {
  color: #de0515;
}
.Header-Top > p {
  float: left;
  font-size: 13px;
  color: #999;
}
.Header-Top ul {
  float: right;
}

.Header-Top ul a {
  font-size: 13px;

  color: #999;
}

.Header-Top ul li:hover a,
.Header-Top ul li.cur a {
  color: #de0515;
}
.Header-Bottom {
  overflow: hidden;
  position: relative;
}
.Header-Bottom .hd-logo {
  float: left;
  width: 500px;
  margin-top: 30px;
}
.Header-Bottom .hd-logo img {
  width: 100%;
}
.Header-Bottom .hd-tit {
  float: left;
  padding: 20px 0 20px 17px;
}
.Header-Bottom .hd-tit p:first-child {
  font-size: 22px;
  color: #333;
  font-weight: normal;
}
/* .Header-Bottom .hd-tit h2 em {
  font-size: 30px;
  color: #de0515;
} */
.Header-Bottom .hd-tit p:nth-child(2) {
  font-size: 16px;
  color: #de0515;
  padding-top: 2px;
  font-weight: bold;
}
/* .Header-Bottom .hd-tit p em {
  font-size: 24px;
  color: #333;
  font-weight: bold;
} */
.Header-Bottom .hd-phone {
  float: right;
  text-align: right;
  padding: 30px 0;
}
.Header-Bottom .hd-phone p {
  font-size: 14px;
  color: #333;
  /*float: left;*/
}
.Header-Bottom .hd-phone1{
    float: left;
}
.Header-Bottom .hd-phone p em {
  font-size: 20px;
  color: #de0515;
  display: block;
}

.logopb p:nth-child(1) {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  line-height: 28px;
}
.logopb p:nth-child(2) {
  font-size: 22px;
  line-height: 16px;
  color: #666666;
  margin-top: 17px;
}
.logopb {
  padding-top: 8px;
  padding-bottom: 10px;
  padding-left: 29px;
  border-left: 1px solid #dedede;
  margin-top: 37px;
  margin-left: 29px;
}

.Header-Bottom .hd-phone i {
  background: url("../image/hd-phone.png") no-repeat center;
  width: 37px;
  height: 37px;
  float: right;
  margin-left: 20px;
  margin-top: 20px;
}
/* header end */
/* search */
.search {
  position: relative;
  overflow: hidden;
  background: #fff;
  height: 87px;
  line-height: 87px;
}
.search .search-le {
  float: left;
}
.search-le span {
  float: left;
  font-size: 16px;
  color: #333;
}
.search-le span i {
  margin-right: 10px;
  display: inline-block;
  background: url("../image/search-icon01.png") no-repeat center;
  width: 21px;
  height: 24px;
  vertical-align: middle;
}
.search-le ul {
  padding-left: 16px;
  float: left;
}
.search-le ul a {
  float: left;
  display: block;
  padding-right: 22px;
}
.search-le ul a {
  font-size: 14px;
  color: #666;
}
.search-le ul a:hover {
  color: #de0515;
}
.search-ri {
  float: right;
  width: 330px;
  height: 41px;
  border-radius: 20px;
  border: 1px solid #e6e6e6;
  margin-top: 19px;
}
.search-ri .inp {
  float: left;
  font-size: 14px;
  width: 80%;
  padding-left: 20px;
  background: transparent;
  border: none;
  line-height: 41px;
  height: 41px;
  outline: none;
}
.search-ri .button {
  float: right;
  border: none;
  background: url("../image/search-icon02.png") no-repeat center;
  width: 40px;
  height: 40px;
  background-color: #999999;
  border-radius: 50%;
  outline: none;
}
.search-ri .button:hover {
  background-color: #de0515;
}
.logopb{
    float: left;
}
/* search end */
/* intro */
.intro {
  position: relative;
  background: #fff;
  overflow: hidden;
}
.intro .content {
  overflow: hidden; /* padding-bottom: 30px; */
}
.intro-tit {
  float: left;
  width: 510px;
  height: 467px;
  overflow: hidden;
  position: relative;
}
.intro-tit:after {
  position: absolute;
  display: block;
  content: "";
  background: url("../image/hongju.png") no-repeat center;
  width: 99px;
  height: 417px;
  right: 0;
  top: 25px;
}
.intro-tit h2 {
  position: relative;
  font-size: 30px;
  padding-bottom: 58px;
  padding-top: 36px;
}
.intro-tit h2:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 3px;
  background: #de0515;
  left: 0;
  bottom: 30px;
}
.intro-tit h2 > a {
  color: #333;
  font-weight: 600;
}
.intro-tit h2 span {
  font-weight: normal;
}
.intro-tit h2 em {
  font-size: 28px;
  color: #333;
  opacity: 0.3;
}
.intro-tit p {
  font-size: 14px;
  color: #333;
  line-height: 1.75;
  width: 355px;
}
.intro-tit > a {
  margin-top: 30px;
  display: inline-block;
  padding: 7px 20px;
  border-radius: 18px;
  border: 1px solid #e6e6e6;
  color: #333;
}
.intro-tit > a i {
  display: inline-block;
  background: url("../image/intro-next.png") no-repeat center;
  width: 5px;
  height: 7px;
  padding-left: 10px;
  transform: translateY(-1px);
}
.intro .pic {
  float: left;
  width: 690px;
  position: relative;
  cursor: pointer;
  margin-top: 40px;
  cursor: pointer;
}
.intro .pic img {
  width: 100%;
}
.intro .pic:after {
  position: absolute;
  display: block;
  content: "";
  width: 21px;
  height: 81px;
  left: -21px;
  top: 0;
  background: #de0515;
}
.pic-play {
  position: absolute;
  display: block;
  left: 50%;
  top: 50%;
  background: url("http://www.hjxjd.com/template/default/images/intro-play.png") no-repeat center;
  width: 86px;
  height: 146px;
  transform: translate(-43px, -73px);
  cursor: pointer;
}
.intro-boder {
  clear: both;
  background: url("../image/intro-icon01.png") no-repeat right bottom;
  width: 100%;
  height: 26px;
}
.intro-tit > a:hover {
  background: #de0515;
  color: #fff;
}
.intro-tit > a:hover i {
  filter: contrast(0%) brightness(200%);
}
.intro .pic iframe {
  display: none;
  width: 690px;
  height: 500px;
}
/* intro end */
.nav {
  background: #000;
}
/*  product */
.product {
  position: relative;
  background: url("../image/product-bg.jpg") center no-repeat;
  width: 100%;
  overflow: hidden;
  padding-top: 70px;
  padding-bottom: 34px;
  background-size: cover;
}
.product-con {
  margin-top: 35px;
  overflow: hidden;
  text-align: center;
}
.product-menu {
  display: block;
  width: 100%;
  text-align: center;
}
.product-menu{
    width: 1200px;
  margin: 0 auto;
}
.product-menu ul {
  display: inline-block;
  margin-left: -12px;
  margin-right: -12px;
  
}
.product-menu ul li {
  float: left;
  width: 180px;
  height: 70px;
  margin: 6px 12px;
  line-height: 70px;
  display: block;
  position: relative;
  background: #fff;
  transition: all 0.8s;
}
.product-menu ul li:hover {
  background: #de0515;
}
.product-menu li:hover a span {
  color: #fff;
}
.product-menu ul li::after {
  display: none;
}
.product-menu li a {
  display: block;
}
.product-menu li a i {
  display: inline-block;
  width: 25px;
  height: 30px;
  overflow: hidden;
  vertical-align: middle;
}
.product-menu li a i img {
  width: 100%;
}
.product-menu li a span {
  position: relative;
  padding-left: 10px;
  font-size: 17px;
  color: #333;
  vertical-align: middle;
}
.product-menu li:after {
  content: "";
  display: block;
  position: absolute;
  right: 0px;
  top: 30px;
  width: 1px;
  height: 19px;
  /*transform: rotateZ(-20deg);*/
  background: #333;
  opacity: 0.5;
}
.product-menu li:last-of-type:after {
  display: none;
}
.product-menu li.cur i img {
  transform: translateY(-30px);
}
.product-menu li.cur a span {
  color: #de0515;
}
.product-main {
  margin-top: 27px;
  overflow: hidden;
}
.product-main .product-list {
  position: relative;
  overflow: hidden;
}
.product-list .item {
  float: left;
  margin: 0 1% 18px;
  width: 23%;
  position: relative;
  overflow: hidden;
}
.product-list .item a {
  display: block;
}
.product-list .item .pic {
  width: 100%;
}
.product-list .item .pic > img {
  width: 100%;
  background: url("../image/loading.gif") no-repeat center center;
  display: block;
}
.product-list .pic-tit {
  position: relative;
  width: 100%;
  height: 64px;
  display: block;
  line-height: 64px;
  background: #fff;
}
.product-list .pic-tit:after {
  position: absolute;
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #a9a9a9;
  left: 20px;
  top: 50%;
  transform: translateY(-3px);
}
.product-list .pic-tit p {
  float: left;
  font-size: 16px;
  color: #333;
  padding-left: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 67%;
  white-space: nowrap;
}
.product-list .pic-tit i {
  position: relative;
  z-index: 4;
  display: block;
  float: right;
  margin-right: 30px;
  width: 28px;
  height: 43px;
  margin-top: 11px;
  overflow: hidden;
  background: url("../image/product-next.png") no-repeat center;
  transition: all 0.5s;
}
.product-list .pic-hover {
  font-size: 0;
  display: none;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  width: 100%;
}
.product-list .pic-hover img {
  width: 100%;
}
.product-list .item:hover .pic-hover {
  display: block;
}
.product-list .item:hover .pic-tit {
  background: #de0515;
}
.product-list .item:hover .pic-tit p {
  color: #fff;
}
.product-list .item:hover .pic-tit i {
  margin-top: -30px;
  background: url("../image/product-next02.png") no-repeat center;
  width: 37px;
  height: 56px;
}
.product-list .item:hover .pic-tit:after {
  background: #fff;
}
.product-con > p {
  font-size: 24px;
  color: #333;
  text-align: center;
  padding-top: 30px;
}
.product-con > p span {
  font-weight: bold;
}
.product-con .product-btn {
  display: inline-block;
  padding: 13px 14px;
  background: #de0515;
  margin: 19px 10px 0 0;
  font-size: 14px;
  color: #fff;
}
.product-con .product-btn i {
  display: inline-block;
  background: url("../image/product-btn.png") no-repeat center;
  width: 17px;
  height: 18px;
  vertical-align: middle;
  margin-right: 10px;
}
.tijiao {
  display: inline-block;
  margin-left: 45px;
}
.tijiao input {
  width: 99px;
  height: 99px;
  background: #de0515;
  border: none;
  outline: none;
  color: #fff;
  font-size: 18px;
}
.tijiao input:hover,
.tijiao input.focus {
  background: #de0515;
  color: #fff;
}
.product-con .product-btn:hover {
  background: #ffe100;
  color: #333;
}
.product-con .product-btn:hover i {
  background: url("../image/product-btn_cur.png") no-repeat center;
}
.pic-hover {
  font-size: 20px;
  color: #fff;
}
/* product end */

/* trait */
.trait {
  position: relative;
  overflow: hidden;
  background: url("../image/trait-bg.jpg") no-repeat center;
  width: 100%;
  height: 483px;
}
.trait .wrap-tit {
  padding-top: 65px;
}
.trait .wrap-tit h2 {
  color: #fff;
}
.trait .wrap-tit p {
  color: #fff;
}
.trait-con {
  margin-top: 70px;
}
.trait-con .item {
  float: left;
  width: 25%;
}
.trait-con .item img {
  width: 81px;
  margin: 0 auto;
  display: block;
  transition: all 1s;
}
.trait-con .item img:hover {
  transform: scale(1.2) rotateZ(360deg);
}
.trait-con .item h2 {
  position: relative;
  padding-top: 20px;
  font-size: 22px;
  color: #fff;
  text-align: center;
}
.trait-con .item h2:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: -12px;
  width: 14px;
  height: 2px;
  background: #de0515;
  transform: translateX(-7px);
}
.trait-con .item p {
  padding-top: 24px;
  color: #fff;
  opacity: 0.6;
  font-size: 14px;
  text-align: center;
  line-height: 1.5;
  width: 80%;
  margin: 0 auto;
}

/* trait end */
.wrap-tit {
  text-align: center;
  animation: fadeinT 1s ease-out backwards;
}
.wrap-tit h2 {
  font-size: 40px;
  color: #333;
  font-weight: normal;
}
.wrap-tit h2 a {
  color: #333;
}
.wrap-tit h2 span {
  color: #de0515;
  font-weight: bold;
}
.wrap-tit p {
  padding-top: 10px;
  font-size: 16px;
  color: #333;
}
/* product02 */
.product02 {
  position: relative;
  overflow: hidden;
  background: #fff;
  padding-top: 50px;
  padding-bottom: 45px;
}
.product02 h2 span {
  font-size: 40px;
  font-family: DIN-Medium;
}
.product02-link {
  padding-top: 30px;
  overflow: hidden;
}
.product02-link .link {
  float: left;
  width: 590px;
  border: 1px solid #e4e4e4;
  overflow: hidden;
  box-sizing: border-box;
}
.product02-link .link:last-of-type {
  margin-left: 20px;
}
.product02-link .link .item-left {
  position: relative;
  text-align: center;
  float: left;
  width: 138px;
  height: 138px;
  background: #292929;
  overflow: hidden;
}
.product02-link .link .item-left:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  background: url("../image/product02-link_i01.png") no-repeat center;
  width: 16px;
  height: 16px;
}
.product02-link .item-left img {
  width: 35px;
  margin-top: 25px;
}
.product02-link .item-left p {
  width: 64px;
  text-align: center;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  padding-top: 15px;
}
.product02-link .item-right {
  float: right;
  width: 398px;
  padding: 25px 26px;
}
.product02-link .item-right li {
  float: left;
  width: 33.33%;
  text-align: left;
  line-height: 2.1;
}
.product02-link .item-right li a {
  font-size: 14px;
  color: #313131;
}
.product02-link .ri .item-left:after {
  background: url("../image/product02-link_i02.png") no-repeat center;
}
.product02-link .ri .item-right li {
  width: 50%;
}
.product02-link .item-right li:hover a {
  color: #de0515;
}
.product02-Top {
  margin-top: 30px;
  overflow: hidden;
  padding-bottom: 2px;
}
.product02-Top .Top-main {
  float: left;
  width: 723px;
  overflow: hidden;
  border: 1px solid #e4e4e4;
}
.product02-Top .Top-main .item {
  width: 100%;
  height: 493px;

  /* padding-bottom: 2px; */
}
.product02-Top .Top-main .item img {
  width: 100%;
}
.product02-Top .Top-menu {
  float: right;
  width: 459px;
}
.product02-Top .Top-menu li {
  position: relative;
  background: #f7f7f7;
  margin-bottom: 17px;
  height: 153px;
  box-sizing: border-box;
  border: 1px solid #f7f7f7;
}
.product02-Top .Top-menu li:last-of-type {
  margin-bottom: 0;
}
.product02-Top .menu-tit {
  float: left;
  margin-top: 45px;
  width: 240px;
}
.product02-Top .menu-tit p {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  padding: 6px;
  background: #333333;
  margin-left: 25px;
}
.product02-Top .menu-tit span {
  display: block;
  font-size: 17px;
  color: #333;
  padding-top: 10px;
  padding-left: 25px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product02-Top .pic {
  float: right;
  width: 216px;
}
.product02-Top .pic img {
  width: 100%;
  height: 150px;
}
.product02-Top .Top-menu li.on {
  border: 1px solid #de0515;
}
.product02-Top .Top-menu li.on p {
  background: #de0515;
}
.product02-Top .Top-menu li.on:after {
  content: "";
  display: block;
  position: absolute;
  left: -5px;
  top: 50%;
  background: url("../image/product02-link_i03.png") no-repeat center;
  margin-top: -4px;
  width: 5px;
  height: 9px;
}
.product02-Bottom {
  margin-top: 20px;
  display: inline-block;
  width: 1200px;
  position: relative;
}
.product02-Bottom .bd li {
  float: left;
  width: 289px;
  box-sizing: border-box;
  margin-right: 14px;
}
.product02-Bottom .bd li:last-of-type {
  margin-right: 0;
}
.product02-Bottom .bd li .pic {
  display: block;
  width: 100%;

  overflow: hidden;
  border: 1px solid #e4e4e4;
}
.product02-Bottom .bd li .pic img {
  width: 100%;
  transition: all 1s;
}
.product02-Bottom .bd li .pic:hover img {
  transform: scale(1.1);
}
.product02-Bottom .bd .product02-tit {
  overflow: hidden;
}
.product02-Bottom .bd .product02-tit .product02-info {
  padding-top: 25px;
  padding-right: 15px;
  font-size: 18px;
  color: #333;
  overflow: hidden;
}
.product02-Bottom .bd .product02-tit .product02-info h3 {
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 20px;
}
.product02-Bottom .bd .product02-tit .product02-btn {
  float: right;
  margin-top: 23px;
  padding: 7px;
  background: #333;
  display: block;
  width: 48px;
  color: #fff;
  font-size: 12px;
  text-align: center;
}
.product02-Bottom > span {
  display: block;
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  transform: translateY(-27px);
}
.product02-Bottom > span img {
  width: 100%;
}
.product02-Bottom .prev {
  left: -72px;
}
.product02-Bottom .next {
  right: -72px;
}
.product02-Bottom .prev:hover {
  background-color: #de0515;
}
.product02-Bottom .next:hover {
  background-color: #de0515;
}
.product02-Bottom > span:hover img {
  filter: contrast(0%) brightness(200%);
}
.product02-Bottom .bd li:hover .product02-btn {
  background: #de0515;
}
.product02-Bottom .bd li:hover .product02-tit .product02-info > p,
.product02-Bottom .bd li:hover .product02-tit .product02-info > span {
  color: #de0515;
}
/* product02 end */

/* Contrast */
.contrast {
  position: relative;
  overflow: hidden;
  background: url("../image/contrast-bg.jpg") no-repeat center;
  width: 100%;
  height: 944px;
}
.contrast .content {
  background: url("../image/wbt.png") no-repeat center;
  height: 944px;
}
.contrast .content .wrap-tit {
  padding-top: 70px;
}
.contrast .item {
  width: 100%;
  margin: 36px 0 0 3px;
}
.contrast .item > p {
  float: left;
  text-align: center;
  line-height: 1.5;
  font-size: 18px;
  padding-top: 35px;
  height: 75px;
}
.contrast .item > p em {
  display: block;
  font-size: 14px;
  color: #666;
}
.contrast .item .item-tit01 {
  width: 228px;
}
.contrast .item .item-tit02 {
  width: 306px;
}
.contrast .item .item-tit03 {
  width: 395px;
}
.contrast .item .item-tit04 {
  width: 269px;
  font-weight: bold;
  color: #fff;
}
.contrast .item .item-tit04 em {
  color: #fff;
}
.contrast .item:last-of-type > p {
  padding-top: 49px;
}
/* Contrast end */
/* hotLine */
.hotLine {
  position: relative;
  overflow: hidden;
  background: url(../image/hot-bg1.jpg) no-repeat center;
  width: 100%;
  height: 296px;
}
.hotLine-le {
  float: left;
}
.hotLine-le span {
  display: inline-block;
  padding: 9px 16px;
  background: #ffe100;
  border-radius: 17px;
  font-size: 18px;
  color: #333;
  margin-top: 80px;
}
.hotLine-le .hotLine-t1 {
  font-size: 28px;
  color: #333;
  margin-top: 20px;
}
.hotLine-le h2 {
  font-size: 48px;
  color: #333;
  font-weight: 600;
}
.hotLine-le .hotLine-t2 {
  font-size: 12px;
  color: #333;
  opacity: 0.2;
  margin-top: 25px;
  width: 130px;
}
.hotLine-ri {
  float: right;
  margin-right: 156px;
  margin-top: 150px;
}
.hotLine-ri p {
  font-size: 14px;
  color: #333;
  text-align: right;
}
.hotLine-ri p i {
  display: inline-block;
  background: url("../image/hot-phone.png") no-repeat center;
  width: 33px;
  height: 33px;
  margin-right: 10px;
  vertical-align: middle;
}
.hotLine-ri em {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #de0515;
}
/* hotLine end */
/* video */
.video {
  position: relative;
  overflow: hidden;
  padding-top: 70px;
  background: #fff;
  padding-bottom: 40px;
}
.video-con {
  margin-top: 35px;
  display: inline-block;
  position: relative;
}
.video-con .item {
  float: left;
  margin-right: 22px;
  width: 385px;
  cursor: pointer;
}
.video-con .item:last-of-type {
  margin-right: 0;
}
.video-con .item .pic {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.video-con .item .pic img {
  width: 100%;
  transition: all 1s;
  
}
.video-con .item .pic:after{
    position: absolute;
    content: "";
    background: url(../image/bf.png);
    top: 50%;
    left: 50%;
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
}
.video-con .item .video-tit {
  padding-top: 14px;
}
.video-con .video-tit p {
  float: left;
  padding-left: 14px;
  color: #333;
  font-size: 18px;
}
.video-con .video-tit i {
  float: right;
  margin-right: 17px;
  background: url("http://www.hjxjd.com/template/default/images/Index/video-next.png") no-repeat center;
  width: 57px;
  height: 97px;
  margin-top: -65px;
  position: relative;
  z-index: 999;
}
.video-con .item:hover .pic img {
  transform: scale(1.1);
}
.video-con .item:hover .video-tit p {
  color: #de0515;
}
.video-con .prev,
.video .next {
  display: block;
  position: absolute;
  top: 50%;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #e4e4e4;
  box-sizing: border-box;
  transform: translateY(-27px);
}
.video-con .prev {
  left: -72px;
}
.video-con .next {
  right: -72px;
}
.video-con .prev:hover {
  background-color: #de0515;
}
.video-con .next:hover {
  background-color: #de0515;
}
.video-con > span:hover img {
  filter: contrast(0%) brightness(200%);
}
/* video end */
/* --视频弹框-- */
.video-pop {
  display: none;
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000\9;
  background: rgba(0, 0, 0, 0.8);
}
.video-inner {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -287px;
  margin-left: -512px;
  width: 1024px;
  height: 574px;
  background: #000;
}
.video-inner video {
  display: block;
  width: 1024px;
  height: 574px;
  outline: none;
}
.video-close {
  position: absolute;
  left: 100%;
  top: 0;
  padding: 10px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  background: #fff url(../image/closeBtn.png) no-repeat center;
}
.video-close:hover {
  background-color: #de0515;
}
/* --end 视频弹框-- */
/* partner */
.partner {
  position: relative;
  overflow: hidden;
  background: #f9f9f9;
  padding-top: 70px;
  padding-bottom: 46px;
}
.partner-con {
  margin-top: 40px;
}
.partner-le {
  float: left;
}
.partner-news {
  overflow: hidden;
}
.partner-news .item {
  float: left;
  width: 261px;
  margin-right: 10px;
}
.partner-news .item .pic {
  width: 100%;
  overflow: hidden;
}
.partner-news .item .pic img {
  width: 100%;
  transition: all 1s;
}
.partner-news .item:hover img {
  transform: scale(1.1);
}
.partner-news .item .pic-tit {
  padding: 15px 17px;
  background: #fff;
}
.partner-news .item .pic-tit h2 {
  font-size: 16px;
  font-weight: normal;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.partner-news .item .pic-tit p {
  padding-top: 10px;
  font-size: 14px;
  color: #999;
}
.partner-news .item .pic-tit span {
  display: block;
  padding-top: 14px;
  font-size: 12px;
  color: #333;
}
.partner-news .item .pic-tit span i {
  float: right;
  background: url("http://www.hjxjd.com/template/default/images/partner-next.png") no-repeat center;
  width: 20px;
  height: 9px;
}
.partner-news .item:hover .pic-tit span,
.partner-news .item:hover h2,
.partner-news .item:hover p {
  color: #de0515;
}
.partner-news .item:hover .pic-tit span i {
  background: url("http://www.hjxjd.com/template/default/images/partner-next_cur.png") no-repeat center;
}
.partner-logo {
  width: 803px;
  margin-top: 14px;
  overflow: hidden;
  border-top: 1px solid #ececec;
  border-right: 1px solid #ececec;
  box-sizing: border-box;
}
.partner-logo .item {
  float: left;
  width: 20%;
  border-left: 1px solid #ececec;
  border-bottom: 1px solid #ececec;
  box-sizing: border-box;
}
.partner-logo .item a {
  display: block;
  overflow: hidden;
}
.partner-logo .item a img {
  width: 100%;
  transition: all 1s;
}
.partner-logo .item a:hover img {
  transform: scale(1.1);
}
.partner-ri {
  float: right;
  width: 385px;
  overflow: hidden;
  position: relative;
}
.partner-ri .item .pic {
  width: 100%;
}
.partner-ri .item .pic img {
  width: 100%;
}
.partner-ri .item .partner-tit {
  padding: 24px 37px 12px 21px;
  background: #fff;
}
.partner-ri .item:hover .partner-tit h2 {
  color: #de0515;
}
.partner-ri .item .partner-tit h2 {
  font-size: 18px;
  color: #000;
  font-weight: normal;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.partner-ri .item .partner-tit h2:after {
  content: "";
  display: block;
  width: 13px;
  height: 1px;
  background: #000;
  opacity: 0.6;
  position: absolute;
  left: 0;
  bottom: -16px;
}
.partner-ri .item .partner-tit p {
  font-size: 14px;
  color: #666;
  padding-top: 14px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
}
.partner-ri .hd {
  position: absolute;
  left: 0;
  top: 220px;
  width: 100%;
  text-align: center;
}
.partner-ri .hd ul {
  display: inline-block;
}
.partner-ri .hd ul li {
  float: left;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  text-indent: -999px;
}
.partner-ri .hd ul li.cur {
  background: #ffe100;
}
/* partner end */
/* photos */
.photos {
  position: relative;
  padding-top: 70px;
  background: #fff;
  overflow: hidden;
}
.swiper-pagination-bullet {
  background: #f9f9f9;
  opacity: 1;
}
.swiper-pagination-bullet-active {
  background: #ffe100;
  opacity: 1;
}
.photos-con {
  margin-top: 20px;
  overflow: hidden;
}
.photos-con .bd {
  overflow: hidden;
}
.photos-le . {
  position: relative;
}
.photos-le {
  float: left;
  width: 50%;
  position: relative;
}
.photos-le .item {
  width: 100%;
  overflow: hidden;
  font-size: 0;
}
.photos-le .item img {
  width: 100%;
  transition: all 1s;
}
.photos-le .item:hover img {
  transform: scale(1.1);
}
.photos-con .hd {
  font-size: 0;
  position: absolute;
  display: block;
  width: 100%;
  left: 0;
  bottom: 44px;
  text-align: center;
}
.photos-con .hd ul {
  display: inline-block;
}
.photos-con .hd ul li {
  float: left;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f9f9f9;
  margin: 0 5px;
  text-indent: -999px;
}
.photos-con .hd ul li.cur {
  background: #ffe100;
}
.photos .photos-tit {
  cursor: pointer;
  overflow: hidden;
  float: left;
  height: 120px;
  width: 50%;
  background: #ffe100;
  position: relative;
}
.photos .photos-tit h2 {
  float: left;
  padding-left: 44px;
  padding-top: 32px;
  width: 96px;
  font-size: 26px;
  color: #333;
  font-weight: 600;
}
.photos .photos-tit:after {
  content: "";
  display: block;
  position: absolute;
  left: 107px;
  top: 38px;
  background: url("http://www.hjxjd.com/template/default/images/photos-icon02.png") no-repeat center;
  width: 14px;
  height: 58px;
}
.photos .photos-tit p {
  font-size: 14px;
  color: #333;
  line-height: 2;
  padding-top: 41px;
  overflow: hidden;
  padding-left: 30px;
}
.photos-ri {
  float: right;
  width: 50%;
}
.photos-ri .photos-group {
  position: relative;
  overflow: hidden;
}
.photos-ri .item {
  float: left;
  width: 50%;
  position: relative;
  font-size: 0;
  overflow: hidden;
}
.photos-ri .item .pic {
  width: 100%;
  overflow: hidden;
}
.photos-ri .item .pic img {
  width: 100%;
  transition: all 1s;
}
.photos-ri .item .pic:hover img {
  transform: scale(1.1);
}
.photos-ri .item .pic-tit {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 45px;
  line-height: 45px;
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  font-size: 16px;
  color: #fff;
}
.photos .photos-tit.cur {
  height: 120px;
  background: #de0515;
}
.photos .photos-tit.cur:after {
  background: url("http://www.hjxjd.com/template/default/images/photos-icon01.png ") no-repeat center;
  width: 15px;
  height: 56px;
}
.photos .photos-tit.cur p {
  color: #fff;
}
.photos .photos-tit.cur h2 {
  color: #fff;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background: url("../image/product02-next.png") no-repeat center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #333;
  box-sizing: border-box;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background: url("../image/product02-prev.png") no-repeat center;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: 1px solid #333;
  box-sizing: border-box;
}
.swiper-button-next:hover {
  background: url("../image/product02-next_cur.png") no-repeat center;
  background-color: #de0515;
  border: none;
}
.swiper-button-prev:hover {
  background: url("../image/product02-prev_cur.png") no-repeat center;
  background-color: #de0515;
  border: none;
}
/* photos end */
/* hotForm */
.hotForm {
  background: #fff;
  overflow: hidden;
  height: 189px;
}
.hotForm .content {
  position: relative;
}
.hotForm .content:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  background: url("../image/bbb.png") no-repeat center;
  width: 210px;
  height: 189px;
  margin-left: -105px;
}
.hotForm .form-le {
  float: left;
}
.form-le .form-top {
  padding-top: 23px;
  overflow: hidden;
}
.form-le .form-top h2 {
  float: left;
  font-size: 30px;
  color: #fff;
  line-height: 1.5;
  background: #000;
  width: 85px;
  text-align: center;
  font-weight: 600;
}
.form-le .form-top h2 em {
  display: block;
  background: #de0515;
}
.form-le .form-top p {
  float: left;
  font-size: 18px;
  padding-left: 10px;
  padding-top: 14px;
}
.form-le .form-top p span {
  display: block;
  font-size: 30px;
  font-weight: bold;
  line-height: 1.5;
}
.form-le .form-bottom {
  padding: 9px 17px;
  background: #ffe100;
  overflow: hidden;
  border-radius: 18px;
  margin-top: 18px;
}
.form-le .form-bottom i {
  display: inline-block;
  vertical-align: middle;
  background: url("http://www.hjxjd.com/template/default/images/hotForm-icon01.png") no-repeat center;
  width: 18px;
  height: 19px;
}
.form-le .form-bottom p {
  font-size: 18px;
  display: inline-block;
  /* padding-left: 18px; */
  vertical-align: middle;
}
.form-ri {
  float: right;
  margin-top: 35px;
}
.form-input {
  float: left;
}
.form-ri .form-item {
  display: block;
  width: 300px;
  height: 42px;
  border: 1px solid #e6e6e6;
  margin-bottom: 13px;
}
.form-ri .form-item input {
  width: 80%;
  padding-left: 5%;
  height: 40px;
  border: none;
  font-size: 14px;
  outline: none;
}
.form-ri .form-item i {
  float: right;
  width: 40px;
}
.form-ri .form-item i img {
  width: 100%;
}
.hotForm .form-btn {
  float: right;
  display: block;
  background: #de0515;
  font-size: 18px;
  color: #fff;
  width: 37px;
  padding: 26px 31px;
  margin-left: 48px;
}
/* hotForm  end */
/* news */
.news {
  position: relative;
  overflow: hidden;
  background: #f8f8f8;
  padding-top: 90px;
  padding-bottom: 70px;
}
.news-menu {
  position: relative;
  overflow: hidden;
}
.news-menu h2 {
  float: left;
  font-size: 40px;
  font-weight: normal;
}
.news-menu h2 a {
  color: #333;
}
.news-menu h2 span {
  color: #de0515;
  font-weight: bold;
}
.news-menu h2 em {
  font-size: 18px;
  color: #999;
  padding-left: 10px;
}
.news-menu ul {
  float: right;
  overflow: hidden;
}
.news-menu ul li {
  float: left;
  padding: 12px 28px;
}
.news-menu ul li a {
  display: block;
  font-size: 18px;
  color: #333;
}
.news-menu ul li.on {
  background: #de0515;
  border-radius: 20px;
}
.news-menu ul li.on a {
  color: #fff;
}
.news-main {
  margin-top: 64px;
}
.news-main .news-le {
  float: left;
  width: 453px;
  cursor: pointer;
}
.news-main .news-le .pic {
  width: 100%;
  overflow: hidden;
}
.news-main .news-le .pic img {
  width: 100%;
  transition: all 1s;
}

.news-main .news-le .news-tit h2 {
  padding-top: 27px;
  font-weight: normal;
  font-size: 18px;
}
.news-main .news-le .news-tit h2 a {
  color: #333;
}
.news-main .news-le .news-tit p {
  font-size: 14px;
  color: #333;
  line-height: 1.5;
  padding-top: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-main .news-le .news-tit > a {
  display: block;
  padding-top: 40px;
  font-size: 14px;
  color: #333;
}
.news-main .news-ri {
  float: left;
  margin-left: 37px;
  width: 58%;
}
.news-main .news-ri .item {
  overflow: hidden;
  margin-bottom: 30px;
  position: relative;
  width: 100%;
}
.news-main .news-ri .pic {
  float: left;
  width: 209px;
  height: 130px;
  overflow: hidden;
}
.news-main .news-ri .pic img {
  width: 100%;
  transition: all 1s;
}
.news-main .news-ri .news-tit {
  padding-left: 20px;
  overflow: hidden;
}
.news-main .news-ri h2 {
  font-size: 18px;
  font-weight: normal;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-main .news-ri h2 a {
  color: #333;
}
.news-main .news-ri p {
  padding-top: 20px;
  font-size: 14px;
  line-height: 1.5;
  color: #333;
  width: 360px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.news-main .news-ri em {
  position: relative;
  display: block;
  padding-top: 30px;
  color: #333;
  font-size: 14px;
  padding-left: 22px;
}
.news-main .news-ri em:after {
  content: "";
  display: block;
  position: absolute;
  left: -3px;
  top: 27px;
  background: url("http://www.hjxjd.com/template/default/images/news-time.png") no-repeat center;
  width: 20px;
  height: 20px;
  background-size: 100%;
}
.news-main .news-ri i {
  position: absolute;
  display: block;
  width: 39px;
  height: 39px;
  right: 0;
  top: 40px;
  border-radius: 50%;
  border: 1px solid #cecece;
}
.news-main .news-ri i img {
  width: 100%;
}
.news-main .news-le .news-tit > a:hover {
  color: #de0515;
}
.news-main .news-ri .item:hover .pic img {
  transform: scale(1.1);
}
.news-main .news-le:hover h2 a {
  color: #de0515;
}
.news-main .news-ri .item:hover h2 a {
  color: #de0515;
}
.news-main .news-ri .item:hover i {
  background-color: #de0515;
}
.news-main .news-ri .item:hover i img {
  filter: contrast(0%) brightness(200%);
}
/* news end */
/* footer */
.footer {
  position: relative;
  overflow: hidden;
}
.footer-con {
  padding-top: 100px;
  background: #222;
  overflow: hidden;
  padding-bottom: 50px;
}
.footer-con dl {
  float: left;
  padding: 0 22px;
  border-right: 1px solid #2d2d2d;
  min-height: 275px;
}
.footer-con dl:first-of-type {
  padding-left: 0;
}
.footer-con dl dd a:hover {
  color: #de0515;
}
.footer-con dl dt {
  margin-bottom: 40px;
}
.footer-con dl dt a {
  font-size: 16px;
  color: #fff;
}
.footer-con dl dd {
  font-size: 14px;
  color: #999;
  margin-bottom: 16px;
}
.footer-con dl p {
  font-size: 14px;
  color: #999;
  margin-bottom: 16px;
}
.footer-con dl dd a {
  color: #999;
}
.footer-con dl dd em {
  color: #fff;
}
.ft-code {
  float: right;
}
.ft-code p {
  font-size: 13px;
  color: #fff;
}
.ft-code em {
  display: block;
  color: #de0515;
  font-size: 24px;
  margin-top: 12px;
}
.ft-code .code {
  padding-top: 20px;
}
.ft-code .code .item {
  float: left;
  width: 115px;
  background: #fff;
  overflow: hidden;
  margin-right: 20px;
}
.ft-code .code .item .pic {
  position: relative;
  width: 100px;
  margin: 9px auto 0;
  overflow: hidden;
}
.ft-code .code .item .pic:after {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 40px;
  content: "";
  background: url(../image/light.png) no-repeat center;
  animation: light 3s linear infinite;
}
.ft-code .code .item .pic img {
  width: 100%;
}
.ft-code .code .item p {
  font-size: 12px;
  color: #999;
  padding: 9px 0;
  text-align: center;
}
.ft-link {
  clear: both;
  width: 100%;
  height: 70px;
  background: #2c2c2c;
  line-height: 70px !important;
}
.ft-link dl {
  float: left;
}
.ft-link dl dt {
  float: left;
  color: #999;
  font-size: 13px;
}
.ft-link dl dd {
  float: left;
  padding: 0 5px;
}
.ft-link dl dd > a {
  font-size: 13px;
  color: #999;
}
.ft-link .content > a {
  float: right;
  color: #4e4e4e;
  font-size: 13px;
}

@keyframes light {
  0% {
    top: 0;
  }
  50% {
    top: 100%;
  }
  100% {
    top: -40px;
  }
}
/* footer end */
.xypg-banner .wz {
  display: none;
}
.ppp {
  padding-top: 15px;
}
.ppp li {
  width: 25%;
}
.ppp li a {
  width: 100%;
}
.ppp li img {
  width: 100%;
}
.ppp li p {
  text-align: center;
}
.xy-menu .ppp li > a:after {
  display: none;
}

.xypg-left-title {
  background-color: #292e39;
}
.xypg-job-list .job-title {
  background-color: #292e39;
}
.xypg-news-list li .more span:hover {
  background-color: #292e39;
}
.xypg-pagination a:hover {
  background-color: #292e39;
}
.xypg-news-list li:hover .more span {
  background-color: #292e39;
}
.xypg-pagination #current,
.xypg-pagination a:hover {
  border: #292e39;
  background: #292e39;
}
#toolbar li a {
  background-color: #292e39;
}
#toolbar li:hover .icon-font {
  background-color: #292e39;
}
#toolbar li.backtop .iconfont {
  background-color: #292e39;
}
#toolbar li a {
  background: #292e39;
}
.shuiy{
    position: relative;
    
}
.shuiy:after{
    position: absolute;
    content: "";
    display: block;
    width: 232px;
    height:77px;
    left: 66px;
    top: 10px;
    background: url(../image/ssss.png)no-repeat;
}
