/* 公共样式 */
* {
  font-weight: normal;
  font-style: normal;
  outline: none;
  word-break: break-all;
  box-sizing: border-box;
}
body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  min-width: 1200px;
}
body {
  background: #fff;
  color: #333333;
  font-size: 12px;
  font-family: " ";
  min-width: 1200px;
}
ul,
ol,
li {
  list-style: none;
}
select,
input,
img,
select {
  vertical-align: middle;
}
a {
  text-decoration: none;
  color: #333333;
}
header,
div,
footer,
section,
article,
h1,
h2,
h3,
p {
  display: block;
}
/* 清除浮动 */
.clear:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.p {
  width: 100%;
  padding: 0 calc(50% - 600px);
}
/* 垂直居中 */
.center {
  display: flex;
  justify-content: center;
  align-items: Center;
}
.text_over {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
/* hover放大缩小 */
.scale_in {
  transition: all 1s;
  cursor: pointer;
}
.scale_in:hover {
  transform: scale(1.05);
  z-index: 999;
}
/* 翻转 */
.rotate {
  transition: 1s ease;
  -webkit-transition: 1s ease;
  -moz-transition: 1s ease;
}
.i_about_in:hover .rotate {
  -webkit-transform: rotatey(360deg);
  -moz-transform: rotatey(360deg);
}
/* 入场动画 */
.ani-r {
  opacity: 0;
  -webkit-transform: translate(200px, 0);
  -moz-transform: translate(200px, 0);
  transform: translate(200px, 0);
}
.ani-l {
  opacity: 0;
  -webkit-transform: translate(-200px, 0);
  -moz-transform: translate(-200px, 0);
  transform: translate(-200px, 0);
}
.ani-lt {
  opacity: 0;
  -webkit-transform: translate(-200px, 200px);
  -moz-transform: translate(-200px, 200px);
  transform: translate(-200px, 200px);
}
.tans1 {
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.tans2 {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.ani-b-s {
  opacity: 0;
  -webkit-transform: translate(0, 200px);
  -moz-transform: translate(0, 200px);
  transform: translate(0, 200px);
}
.ani-b-d {
  opacity: 0;
  -webkit-transform: translate(0, -200px);
  -moz-transform: translate(0, -200px);
  transform: translate(0, -200px);
}
.ani-s {
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  transform: translate(0, 100%);
}
.root {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}
.opacity0 {
  opacity: 0;
}
.opacity1 {
  opacity: 1;
}
.p_t_70 {
  padding-top: 70px;
}
.p_t_80 {
  padding-top: 80px;
}
.p_t_90 {
  padding-top: 90px;
}
.p_b_100 {
  padding-bottom: 100px;
}
.p_b_120 {
  padding-bottom: 120px;
}
.p_100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
/* 浮动窗口 */
.float_c {
  position: fixed;
  right: 0;
  top: 120px;
  width: 64px;
  z-index: 9999;
}
.float_c li {
  position: relative;
  margin-bottom: 5px;
  width: 100%;
  height: 64px;
  cursor: pointer;
}
.float_c li i {
  display: block;
  height: 32px;
  text-align: center;
}
.float_c li i img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
}
.float_c li span {
  position: relative;
  display: block;
  padding-top: 6px;
  width: 64px;
  height: 64px;
  border-radius: 10px;
  background: -webkit-linear-gradient(left, #273c7f, #67a7ff);
  background: -o-linear-gradient(right, #273c7f, #67a7ff);
  background: -moz-linear-gradient(right, #273c7f, #67a7ff);
  background: linear-gradient(to right, #273c7f, #67a7ff);
  color: #ffffff;
  font-size: 12px;
  line-height: 18px;
  text-align: center;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  z-index: 6;
}
.float_c li .sub {
  position: absolute;
  padding-left: 15px;
  width: 280px;
  height: 64px;
  right: 0;
  top: 0;
  background: rgba(39, 60, 127, 0.8);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  color: #ffffff;
  font-weight: bold;
  font-family: arial;
  font-size: 18px;
  line-height: 64px;
  text-align: left;
  border-radius: 10px;
  z-index: 1;
  letter-spacing: 1px;
  opacity: 0;
  -webkit-transform: translate(200px, 0);
  -moz-transform: translate(200px, 0);
  transform: translate(200px, 0);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.float_c li:hover .sub {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}
/* header */
.header {
  position: relative;
  background: #273c7f;
  height: 80px;
  z-index: 9999;
  min-width: 1200px;
}
.header .logo {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 112px;
  overflow: hidden;
  padding-right: 600px;
}
.header h1 {
  position: absolute;
  right: 300px;
  width: 654px;
  height: 100%;
  font-size: 0;
}
.header h1 img {
  position: absolute;
  right: 0;
}
.header .nav {
  position: relative;
  float: right;
  padding-left: 340px;
  font-size: 0;
  height: 100%;
  text-align: right;
  z-index: 66;
}
.header .nav li {
  display: inline-block;
  font-size: 16px;
  line-height: 80px;
  margin-right: 55px;
}
.header .nav li a {
  display: block;
  color: #ffffff;
}
.header .nav span {
  display: inline-block;
}
.header .nav span a {
  display: block;
  font-size: 16px;
  line-height: 80px;
  color: #ffbf26;
  font-weight: bold;
}
.header .nav li:hover a {
  font-weight: bold;
  color: #ffbf26;
}
.header .nav li:last-child {
  margin-right: 0;
}
.header .nav .active a {
  color: #ffbf26;
  font-weight: bold;
}
/* banner */
.banner {
  position: relative;
  height: 880px;
  overflow: hidden;
}
.banner img {
  position: absolute;
  left: 50%;
  margin-left: -960px;
  height: 100%;
}
.banner .swiper-pagination-bullets {
  bottom: 5%;
}
.banner .swiper-pagination-bullet {
  margin: 0 10px!important;
  width: 15px;
  height: 15px;
  opacity: 1;
  background: white;
}
.banner .swiper-pagination-bullet-active {
  background: #273c7f;
}
/* 主页搜索 */
.search {
  position: relative;
  height: 70px;
  background: url(http://www.hzjst.cn/images/bg_search.jpg) no-repeat center;
}
.search form {
  display: block;
  height: 100%;
}
.search .left_search {
  position: relative;
  float: left;
  width: 50%;
  height: 100%;
  font-size: 0;
  z-index: 66;
}
.search .left_search p {
  display: inline-block;
  margin-right: 20px;
  font-size: 14px;
  line-height: 70px;
  font-weight: bold;
}
.search .left_search p span {
  float: left;
  margin-right: 8px;
  font-family: arial;
  font-size: 24px;
  color: #ffc426;
  font-weight: 800;
}
.search .left_search span {
  font-size: 14px;
  line-height: 70px;
  color: #999999;
}
.search .left_search span a {
  display: inline-block;
  color: #999999;
}
.search .left_search span a:hover {
  color: #273c7f;
}
.search .right_search {
  float: right;
  width: 50%;
  height: 100%;
}
.search .right_search input {
  display: inline-block;
  width: 480px;
  height: 100%;
  border: 0;
  padding: 15px 45px 15px 80px;
  font-size: 14px;
  line-height: 30px;
  color: #ffffff;
  background: none;
}
.search .right_search ::-webkit-input-placeholder {
  color: #ffffff;
}
.search .right_search ::-moz-placeholder {
  color: #ffffff;
}
.search .right_search :-ms-input-placeholder {
  color: #ffffff;
}
.search .right_search button {
  position: relative;
  float: right;
  width: 120px;
  height: 100%;
  border: 0;
  background: url(http://www.hzjst.cn/images/icon.png) no-repeat center;
  background-position: 45px 23px;
  cursor: pointer;
}
.search .right_search button:before {
  content: " ";
  position: absolute;
  width: 1px;
  height: 24px;
  left: 0;
  top: 50%;
  margin-top: -12px;
  background: #ffffff;
}
/* 主页产品 */
.pro_i {
  position: relative;
  background: url(http://www.hzjst.cn/images/bg_pro_i.jpg) no-repeat top center;
  padding-top: 88px;
  overflow: hidden;
}
.pro_i .list_pro_i {
  margin-top: 47px;
  overflow: hidden;
}
.pro_i .list_pro_i li {
  position: relative;
  width: 297px;
  height: 502px;
  overflow: hidden;
}
.pro_i .list_pro_i li a {
  display: block;
}
.pro_i .list_pro_i li a:before {
  content: " ";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
  -webkit-transform: translate(0, 100%);
  -moz-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.pro_i .list_pro_i li span {
  display: flex;
  justify-content: center;
  align-items: Center;
  height: 412px;
  background: #ffffff;
}
.pro_i .list_pro_i li span img {
  max-width: 100%;
  max-height: 100%;
}
.pro_i .list_pro_i li p {
  height: 90px;
  font-size: 20px;
  line-height: 90px;
  text-align: center;
}
.pro_i .list_pro_i li p b {
  position: relative;
  display: block;
}
.pro_i .list_pro_i li:nth-child(2n+1) p {
  background: url(http://www.hzjst.cn/images/bg_pro_i_01.jpg) no-repeat center;
}
.pro_i .list_pro_i li:nth-child(2n) p {
  background: url(http://www.hzjst.cn/images/bg_pro_i_02.jpg) no-repeat center;
}
.pro_i .list_pro_i li:nth-child(3n) p {
  background: url(http://www.hzjst.cn/images/bg_pro_i_03.jpg) no-repeat center;
}
.pro_i .list_pro_i li:nth-child(4n) p {
  background: url(http://www.hzjst.cn/images/bg_pro_i_04.jpg) no-repeat center;
}
.pro_i .list_pro_i li:hover a:before {
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  transform: translate(0, 0);
}
.pro_i .list_pro_i li:hover p b {
  z-index: 9999;
  color: white;
}
.pro_i .list_pro_i .swiper-button-prev,
.pro_i .list_pro_i .swiper-button-next {
  z-index: -9999;
  opacity: 0;
}
.pro_i .pro_button {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 90px;
  cursor: pointer;
  min-width: 1200px;
  overflow: hidden;
}
.pro_i .pro_button .left_pro_button {
  position: relative;
  width: 50%;
  height: 100%;
  float: left;
}
.pro_i .pro_button .left_pro_button img {
  position: absolute;
  right: 600px;
}
.pro_i .pro_button .left_pro_button .pro_l_button_h {
  display: none;
}
.pro_i .pro_button .left_pro_button:hover img {
  display: none;
}
.pro_i .pro_button .left_pro_button:hover .pro_l_button_h {
  display: block;
}
.pro_i .pro_button .right_pro_button {
  position: relative;
  width: 50%;
  height: 100%;
  float: right;
}
.pro_i .pro_button .right_pro_button img {
  position: absolute;
  left: 600px;
}
.pro_i .pro_button .right_pro_button .pro_r_button_h {
  display: none;
}
.pro_i .pro_button .right_pro_button:hover img {
  display: none;
}
.pro_i .pro_button .right_pro_button:hover .pro_r_button_h {
  display: block;
}
.title {
  display: block;
  font-size: 36px;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  background-image: linear-gradient(180deg, #273c7f 50%, #ffbf26 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
/* 主页关于我们 */
.about_i {
  padding-top: 87px;
  padding-bottom: 85px;
  background: url(../images/bg_about_i.jpg) no-repeat top center;
  overflow: hidden;
}
.about_i .choose {
  position: relative;
  margin-top: 107px;
  padding-top: 40px;
  height: 465px;
}
.about_i .choose .left_about_i,
.about_i .choose .right_about_i {
  position: relative;
  float: left;
  width: 300px;
  height: 100%;
}
.about_i .choose .left_about_i b,
.about_i .choose .right_about_i b {
  display: block;
  margin-bottom: 22px;
  font-size: 30px;
  color: #273c7f;
  font-weight: bold;
  line-height: 50px;
}
.about_i .choose .left_about_i i,
.about_i .choose .right_about_i i {
  display: block;
  font-size: 18px;
  color: #273c7f;
  line-height: 40px;
}
.about_i .choose .left_about_i span,
.about_i .choose .right_about_i span {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 175px;
  height: 175px;
}
.about_i .choose .left_about_i span img,
.about_i .choose .right_about_i span img {
  width: 100%;
  height: 100%;
}
.about_i .choose .right_center {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.about_i .choose .right_center img {
  display: block;
  margin: 0 auto;
}
.about_i .choose .right_about_i {
  float: right;
  width: 360px;
  text-align: right;
}
.about_i .choose .right_about_i b {
  margin-bottom: 0;
}
.about_i .choose .right_about_i i {
  line-height: 52px;
}
.about_i .choose .right_about_i span {
  left: auto;
  right: 0;
}
.about_i .cont_about_i {
  padding-top: 44px;
}
.about_i .cont_about_i h1 {
  display: block;
  font-size: 36px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  background-image: linear-gradient(180deg, #273c7f 50%, rgba(39, 60, 127, 0.5) 50%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about_i .cont_about_i h2 {
  display: block;
  font-family: arial;
  font-size: 18px;
  line-height: 40px;
  color: #999999;
  text-align: center;
}
.about_i .cont_about_i .c_about_i {
  padding-top: 28px;
  padding-bottom: 46px;
  font-size: 16px;
  line-height: 32px;
}
.about_i .more_about_i {
  display: block;
  margin: 0 auto;
  width: 140px;
  height: 42px;
  background: #ffbf26;
  color: #ffffff;
  text-align: center;
  font-size: 14px;
  line-height: 42px;
  border-radius: 30px;
}
.about_i .more_about_i:hover {
  background: #273c7f;
}
/* 主页新闻 */
.news_i {
  overflow: hidden;
}
.news_i .change_news_i {
  background: url(http://www.hzjst.cn/images/change_news_i.jpg) no-repeat center;
}
.news_i .change_news_i li {
  width: 50%;
  float: left;
  display: flex;
  justify-content: center;
  align-items: Center;
}
.news_i .change_news_i li a {
  display: flex;
  justify-content: center;
  align-items: Center;
  font-size: 30px;
  line-height: 100px;
  text-align: center;
  font-weight: bold;
}
.news_i .change_news_i li a:before {
  content: " ";
  float: left;
  margin-right: 30px;
  width: 45px;
  height: 40px;
  background: url(http://www.hzjst.cn/images/icon.png) no-repeat;
}
.news_i .change_news_i li:nth-child(1) {
  padding-right: 115px;
}
.news_i .change_news_i li:nth-child(1) a {
  color: #273c7f;
}
.news_i .change_news_i li:nth-child(1) a:before {
  background-position: -72px 0;
}
.news_i .change_news_i li:nth-child(2) {
  padding-left: 115px;
}
.news_i .change_news_i li:nth-child(2) a {
  color: #ffffff;
}
.news_i .change_news_i li:nth-child(2) a:before {
  background-position: -176px 0;
}
.news_i .list_news_i {
  padding-top: 48px;
  padding-bottom: 95px;
  background: url(http://www.hzjst.cn/images/bg_news_i.jpg) no-repeat center;
}
.news_i .list_news_i .u_news_i {
  width: 50%;
  height: 220px;
  float: left;
  overflow: hidden;
}
.news_i .list_news_i .u_news_i li {
  display: block;
  font-size: 16px;
  line-height: 40px;
}
.news_i .list_news_i .u_news_i li h1 {
  float: left;
  padding-left: 30px;
  width: 390px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
}
.news_i .list_news_i .u_news_i li h1:before {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -2.5px;
  content: " ";
  width: 5px;
  height: 5px;
  background: #273c7f;
  border-radius: 100%;
}
.news_i .list_news_i .u_news_i li h2 {
  float: left;
  font-size: 16px;
}
.news_i .list_news_i .left_news_i li h1,
.news_i .list_news_i .left_news_i li h2 {
  color: #ffffff;
}
.news_i .list_news_i .left_news_i li h1:before {
  background: #ffffff;
}
.news_i .list_news_i .left_news_i li:hover h1,
.news_i .list_news_i .left_news_i li:hover h2 {
  color: #ffbf26;
}
.news_i .list_news_i .left_news_i li:hover h1:before {
  background: #ffbf26;
}
.news_i .list_news_i .right_news_i {
  padding-left: 120px;
}
.news_i .list_news_i .right_news_i li:hover h1,
.news_i .list_news_i .right_news_i li:hover h2 {
  color: #273c7f;
}
/* 主页联系方式 */
.contact_i {
  padding-top: 58px;
  padding-bottom: 100px;
  background: url(http://www.hzjst.cn/images/bg_contact_i.jpg) no-repeat center;
  background-size: auto 100%;
}
.contact_i .left_contact_i {
  width: 460px;
  float: left;
}
.contact_i .left_contact_i .title {
  display: block;
  margin-bottom: 17px;
  text-align: left;
}
.contact_i .left_contact_i li {
  display: block;
  margin-top: 13px;
}
.contact_i .left_contact_i li input {
  float: left;
  padding: 0 22px;
  width: 220px;
  height: 45px;
  font-size: 16px;
  line-height: 45px;
  color: #999999;
  background: #ffffff;
  border-radius: 15px;
  border: 0;
}
.contact_i .left_contact_i li input:nth-child(2) {
  float: right;
}
.contact_i .left_contact_i li textarea {
  float: left;
  width: 398px;
  height: 77px;
  font-size: 16px;
  line-height: 26px;
  color: #999999;
  background: #ffffff;
  border-radius: 15px 0 0 15px;
  padding: 16px 22px 9px;
  resize: none;
  border: 0;
  overflow: hidden;
}
.contact_i .left_contact_i li button {
  width: 55px;
  height: 77px;
  float: right;
  padding: 0 15px;
  border-radius: 0 15px 15px 0;
  text-align: center;
  font-size: 16px;
  line-height: 24px;
  color: white;
  font-weight: 800;
  background: #ffbf26;
  border: 0;
  cursor: pointer;
}
.contact_i .left_contact_i li button:hover {
  background: #273c7f;
}
.contact_i .right_contact_i {
  float: right;
  width: 412px;
}
.contact_i .right_contact_i .info_contact_i {
  float: left;
  width: 100%;
}
.contact_i .right_contact_i .info_contact_i h1 {
  display: block;
  margin-bottom: 17px;
  font-size: 20px;
  line-height: 40px;
  font-weight: bold;
}
.contact_i .right_contact_i .info_contact_i li {
  display: block;
  font-size: 16px;
  line-height: 36px;
}
.contact_i input::-webkit-input-placeholder,
.contact_i textarea::-webkit-input-placeholder {
  color: #999999;
}
.contact_i input:-moz-placeholder,
.contact_i textarea:-moz-placeholder {
  color: #999999;
}
.contact_i input::-moz-placeholder,
.contact_i textarea::-moz-placeholder {
  color: #999999;
}
.contact_i input:-ms-input-placeholder,
.contact_i textarea:-ms-input-placeholder {
  color: #999999;
}
/* 关于我们 */
.banner_in {
  position: relative;
  height: 400px;
  overflow: hidden;
  z-index: 66;
}
.banner_in img {
  position: absolute;
  height: 100%;
  left: 50%;
  margin-left: -960px;
}
.change_nav {
  height: 70px;
  background: url(http://www.hzjst.cn/images/bg_change_nav.jpg) no-repeat center;
  border-bottom: solid 1px #d2d2d2;
}
.change_nav .nav_in {
  float: left;
  width: 600px;
}
.change_nav .nav_in a {
  float: left;
  padding: 0 50px;
  font-size: 18px;
  line-height: 70px;
  text-align: center;
  color: #273c7f;
}
.change_nav .nav_in i {
  float: left;
  width: 13px;
  height: 100%;
  background: url(http://www.hzjst.cn/images/line_icon.png) no-repeat center;
}
.change_nav .nav_in a:hover {
  font-weight: bold;
}
.change_nav .nav_in .active {
  font-weight: bold;
}
.change_nav .m_nav {
  float: right;
  font-size: 0;
}
.change_nav .m_nav p,
.change_nav .m_nav a,
.change_nav .m_nav i,
.change_nav .m_nav span {
  display: inline-block;
  font-size: 14px;
  line-height: 70px;
  color: #ffffff;
}
.change_nav .m_nav p {
  padding-left: 32px;
  background: url(http://www.hzjst.cn/images/icon_point.png) no-repeat left center;
}
.change_nav .m_nav i {
  margin: 0 10px;
}
.change_nav .m_nav span {
  color: #273c7f;
}
.change_nav .m_nav a:hover {
  color: #273c7f;
}
.about {
  font-size: 16px;
  line-height: 36px;
  padding-bottom: 70px;
  background: url(http://www.hzjst.cn/images/bg_about.jpg) no-repeat bottom center;
}
.about .title_in {
  margin-bottom: 32px;
}
.culture .title_in {
  margin-bottom: 45px;
}
.culture .cont_culture {
}
.culture .cont_culture ul {
  display: block;
  width: 100%;
}
.culture .cont_culture li {
  display: flex;
  justify-content: center;
  align-items: Center;
}
.culture .cont_culture li .squer_culture {
  float: right;
  width: 152px;
  height: 152px;
  background: white;
  -webkit-box-shadow: inset 0 0 80px rgba(255, 191, 38, 0.35);
  -moz-box-shadow: inset 0 0 80px rgba(255, 191, 38, 0.35);
  box-shadow: inset 0 0 80px rgba(255, 191, 38, 0.35);
  border-radius: 100%;
  font-size: 26px;
  line-height: 32px;
  font-weight: bold;
  color: #273c7f;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: Center;
}
.culture .cont_culture li .text_culture {
  float: right;
  font-size: 18px;
  line-height: 40px;
}
.culture .cont_culture li:nth-child(odd) {
  float: left;
  text-align: right;
}
.culture .cont_culture li:nth-child(even) {
  float: right;
  text-align: left;
}
.culture .cont_culture li:nth-child(even) .squer_culture {
  float: left;
}
.culture .cont_culture li:nth-child(even) .text_culture {
  float: left;
}
.culture .cont_culture ul:nth-child(1) li:nth-child(1) {
  width: 452px;
}
.culture .cont_culture ul:nth-child(1) li:nth-child(1) .text_culture {
  margin-top: 110px;
  width: 300px;
}
.culture .cont_culture ul:nth-child(1) li:nth-child(1) .squer_culture {
  -webkit-box-shadow: inset 0 0 80px rgba(130, 148, 207, 0.35);
  -moz-box-shadow: inset 0 0 80px rgba(130, 148, 207, 0.35);
  box-shadow: inset 0 0 80px rgba(130, 148, 207, 0.35);
}
.culture .cont_culture ul:nth-child(1) li:nth-child(2) {
  width: 482px;
}
.culture .cont_culture ul:nth-child(1) li:nth-child(2) .text_culture {
  margin-top: 110px;
  width: 330px;
}
.culture .cont_culture ul:nth-child(2) {
  position: absolute;
  bottom: 0;
}
.culture .cont_culture ul:nth-child(2) li:nth-child(1) {
  width: 482px;
}
.culture .cont_culture ul:nth-child(2) li:nth-child(1) .text_culture {
  width: 330px;
  padding-right: 38px;
}
.culture .cont_culture ul:nth-child(2) li:nth-child(2) {
  width: 486px;
}
.culture .cont_culture ul:nth-child(2) li:nth-child(2) .text_culture {
  width: 334px;
  padding-left: 38px;
}
.culture .cont_culture ul:nth-child(2) li:nth-child(2) .squer_culture {
  -webkit-box-shadow: inset 0 0 80px rgba(130, 148, 207, 0.35);
  -moz-box-shadow: inset 0 0 80px rgba(130, 148, 207, 0.35);
  box-shadow: inset 0 0 80px rgba(130, 148, 207, 0.35);
}
.honor {
  margin-top: 70px;
  padding-top: 75px;
  padding-bottom: 100px;
  background: #f6f9ff;
}
.honor .list_honor {
  position: relative;
  margin: 45px auto 0;
  padding-bottom: 80px;
  width: 1200px;
  overflow: hidden;
}
.honor .list_honor li {
  position: relative;
  float: left;
  margin-right: 46px;
  width: 265px;
}
.honor .list_honor li span {
  position: relative;
  display: block;
  width: 100%;
  height: 377px;
  border-radius: 0 0 30px 30px;
}
.honor .list_honor li span img {
  width: 100%;
  height: 100%;
  border-radius: 0 0 30px 30px;
}
.honor .list_honor li span p {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 50px;
  font-size: 12px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 0 0 30px 30px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.honor .list_honor li:after {
  position: absolute;
  left: 0;
  bottom: -65px;
  content: " ";
  width: 100%;
  height: 75px;
  background: url(http://www.hzjst.cn/images/honor_text_bg.png) no-repeat top center;
}
.honor .list_honor li:nth-child(4n) {
  margin-right: 0;
}
.honor .list_honor li:hover p {
  background: #ffffff;
  color: #333333;
}
.honor .list_honor .swiper-pagination-bullet {
  margin: 0 19px;
  width: 20px;
  height: 20px;
  background: #d2d2d2;
  opacity: 1;
}
.honor .list_honor .swiper-pagination-bullet-active {
  background: #273c7f;
}
.title_in {
  font-size: 36px;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
  color: #ffbf26;
}
.title_in i {
  color: #273c7f;
  font-weight: bold;
}
/* 产品分类 */
.products .c_products {
  padding-top: 43px;
}
.products .c_products .left_products {
  float: left;
  width: 340px;
}
.products .c_products .left_products li {
  position: relative;
  display: block;
  margin-bottom: 3px;
  width: 100%;
  cursor: pointer;
}
.products .c_products .left_products li .one_pro {
  position: relative;
  display: block;
  height: 105px;
  padding-left: 65px;
  font-size: 20px;
  line-height: 105px;
  font-weight: bold;
}
.products .c_products .left_products li .one_pro:after {
  content: " ";
  position: absolute;
  right: 55px;
  top: 50%;
  margin-top: -12px;
  width: 24px;
  height: 24px;
  background: url(http://www.hzjst.cn/images/icon_pro_change.png) no-repeat center;
}
.products .c_products .left_products li .sub {
  display: none;
  padding: 10px 0 0px 65px;
}
.products .c_products .left_products li .sub a {
  display: block;
  padding-left: 30px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 40px;
  background: url(http://www.hzjst.cn/images/icon_sj.png) no-repeat left center;
}
.products .c_products .left_products li .sub a:hover {
  color: #273c7f;
  font-weight: bold;
  background: url(http://www.hzjst.cn/images/icon_sj_h.png) no-repeat left center;
}
.products .c_products .left_products li .sub a:last-child {
  margin-bottom: 0;
}
.products .c_products .left_products li:nth-child(1) {
  background: url(http://www.hzjst.cn/images/bg_pro_change_01.jpg) no-repeat top center;
}
.products .c_products .left_products li:nth-child(2) {
  background: url(http://www.hzjst.cn/images/bg_pro_change_02.jpg) no-repeat top center;
}
.products .c_products .left_products li:nth-child(3) {
  background: url(http://www.hzjst.cn/images/bg_pro_change_03.jpg) no-repeat top center;
}
.products .c_products .left_products li:nth-child(4) {
  background: url(http://www.hzjst.cn/images/bg_pro_change_04.jpg) no-repeat top center;
}
.products .c_products .left_products li:nth-child(5) {
  background: url(http://www.hzjst.cn/images/bg_pro_change_05.jpg) no-repeat top center;
}
.products .c_products .left_products li:nth-child(6) {
  background: url(http://www.hzjst.cn/images/bg_pro_change_06.jpg) no-repeat top center;
}
.products .c_products .left_products li:nth-child(7) {
  background: url(http://www.hzjst.cn/images/bg_pro_change_07.jpg) no-repeat top center;
}
.products .c_products .left_products li:hover .one_pro {
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
.products .c_products .left_products li:hover .one_pro:after {
  background: url(http://www.hzjst.cn/images/icon_pro_change_h.png) no-repeat center;
}
.products .c_products .left_products .active .one_pro:after {
  background: url(http://www.hzjst.cn/images/icon_pro_change_h.png) no-repeat center;
}
.products .c_products .left_products .icon_a .one_pro:after {
  background: url(http://www.hzjst.cn/images/icon_pro_changet.png) no-repeat center;
}
.products .c_products .left_products .icon_a:hover .one_pro:after {
  background: url(http://www.hzjst.cn/images/icon_pro_changet_h.png) no-repeat center;
}
.products .c_products .left_products .active_icon .one_pro:after {
  background: url(http://www.hzjst.cn/images/icon_pro_changet_a.png) no-repeat center !important;
}
.products .c_products .left_products .active .one_pro {
  background: rgba(0, 0, 0, 0.3);
  color: #ffffff;
}
.products .c_products .right_products {
  float: right;
  width: 764px;
}
.products .c_products .right_products li {
  float: left;
  margin-right: 10px;
  margin-bottom: 37px;
  width: 248px;
  background: #ffffff;
  box-shadow: 0 0 5px rgba(15, 65, 141, 0.2);
}
.products .c_products .right_products li span {
  display: flex;
  justify-content: center;
  align-items: Center;
  margin-bottom: 9px;
  height: 287px;
}
.products .c_products .right_products li span img {
  max-width: 100%;
  max-height: 100%;
}
.products .c_products .right_products li p {
  font-size: 16px;
  line-height: 50px;
  text-align: center;
  color: #ffffff;
  background: url(http://www.hzjst.cn/images/bg_pro_text.jpg) no-repeat center;
}
.products .c_products .right_products li:hover p {
  background: url(http://www.hzjst.cn/images/bg_pro_text_h.jpg) no-repeat center;
}
.products .c_products .right_products li:nth-child(3n) {
  margin-right: 0;
}
/* 产品内页 */
.products_in .c_products {
  padding-top: 0;
}
.products_in .right_products {
  line-height: 50px;
}
.products_in .right_products .name_pro {
  display: block;
  font-size: 24px;
}
.products_in .right_products .name_pro i {
  font-weight: bold;
}
.products_in .right_products .class_pro h2 {
  float: left;
  width: 540px;
  font-size: 20px;
}
.products_in .right_products .class_pro h2 i {
  font-weight: bold;
}
.products_in .right_products .class_pro span {
  float: right;
  width: 140px;
  font-size: 0;
}
.products_in .right_products .class_pro span a {
  display: inline-block;
  font-size: 18px;
}
.products_in .right_products .class_pro span a:first-child {
  margin-right: 32px;
}
.products_in .right_products .class_pro span a:hover {
  color: #ffbf26;
}
.products_in .right_products .c_pro_in {
  margin-top: 10px;
  margin-bottom: 32px;
  width: 100%;
  height: 687px;
  padding: 50px;
  border: solid 1px #bfbfbf;
  display: flex;
  justify-content: center;
  align-items: Center;
}
.products_in .right_products .c_pro_in img {
  max-width: 100%;
  max-height: 100%;
}
.products_in .right_products .info_pro_in .title_info_pro {
  font-size: 24px;
  line-height: 70px;
  color: #273c7f;
  font-weight: bold;
  border-bottom: solid 1px #d2d2d2;
}
.products_in .right_products .info_pro_in .info {
  padding-top: 23px;
  font-size: 16px;
  line-height: 32px;
}
/* 人才招聘 */
.job {
  padding-top: 43px;
}
.job .change_job {
  display: block;
  width: 1200px;
  height: 97px;
  margin: 0 auto;
  background: #eeeeee;
  font-size: 0;
}
.job .change_job li {
  display: inline-block;
  width: 210px;
  height: 100%;
  font-size: 18px;
  line-height: 97px;
  text-align: center;
  font-weight: 800;
}
.job .change_job li:nth-child(1) {
  margin-right: 86px;
}
.job .change_job li:nth-child(2) {
  margin-right: 174px;
}
.job .change_job li:nth-child(3) {
  margin-right: 100px;
}
.job .list_job {
  display: block;
  margin: 0 auto;
}
.job .list_job li {
  display: block;
  margin: 0 auto;
  width: 1200px;
}
.job .list_job li .intro {
  width: 100%;
  height: 80px;
  border-bottom: solid 1px #eeeeee;
  font-size: 0;
}
.job .list_job li .intro p {
  display: inline-block;
  width: 210px;
  height: 100%;
  font-size: 16px;
  line-height: 97px;
  text-align: center;
}
.job .list_job li .intro p:nth-child(1) {
  margin-right: 86px;
}
.job .list_job li .intro p:nth-child(2) {
  margin-right: 174px;
}
.job .list_job li .intro p:nth-child(3) {
  margin-right: 100px;
}
.job .list_job li .intro p:last-child {
  float: right;
  background: url(http://www.hzjst.cn/images/icon_d.png) no-repeat center;
  cursor: pointer;
}
.job .list_job li .info {
  display: none;
  padding: 27px 60px 27px 58px;
}
.job .list_job li .info span {
  float: left;
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
}
.job .list_job li .info .text_job {
  float: right;
  width: 960px;
  font-size: 14px;
  line-height: 30px;
}
.job .list_job .active {
  padding: 0 68px;
  width: 1336px!important;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.16);
}
.job .list_job .active .click_d {
  background: url(http://www.hzjst.cn/images/icon_t.png) no-repeat center !important;
}
.job .list_job .active .intro p {
  font-weight: bold;
}
/* 在线订购 */
.form_order {
  padding-top: 30px;
  font-size: 18px;
  line-height: 50px;
}
.form_order .input_order {
  display: block;
  padding-bottom: 32px;
  margin-bottom: 28px;
  border-bottom: dotted 1px #dcdcdc;
}
.form_order .input_order li {
  float: left;
  margin-right: 30px;
  width: 380px;
}
.form_order .input_order li p {
  font-size: 18px;
  line-height: 50px;
}
.form_order .input_order li input {
  display: block;
  width: 100%;
  height: 60px;
  border: solid 1px #dcdcdc;
  background: white;
  padding: 0 10px;
  font-size: 18px;
}
.form_order .input_order li:last-child {
  margin-right: 0;
}
.form_order textarea {
  padding: 10px;
  width: 100%;
  height: 308px;
  border: solid 1px #dcdcdc;
  resize: none;
  font-size: 18px;
  line-height: 36px;
}
.form_order .yzm {
  margin-top: 40px;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: Center;
  justify-content: flex-start;
}
.form_order .yzm p {
  line-height: 60px;
}
.form_order .yzm .yzm_input {
  margin: 0 20px;
  padding: 0 10px;
  width: 270px;
  height: 60px;
  font-size: 18px;
}
.form_order .yzm span {
  float: left;
  cursor: pointer;
}
.form_order .yzm img {
  width: 109px;
  height: 40px;
}
.form_order .yzm i {
  display: inline-block;
  margin-left: 25px;
  width: 39px;
  height: 31px;
}
.form_order .yzm i img {
  width: 100%;
  height: 100%;
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.form_order .yzm span:hover img {
  transform: rotate(360deg);
}
.form_order .button_order {
  padding-top: 95px;
  text-align: center;
  font-size: 0;
}
.form_order .button_order button {
  display: inline-block;
  width: 370px;
  height: 60px;
  font-size: 18px;
  line-height: 60px;
  text-align: center;
  background: #ffbf26;
  color: #ffffff;
  border: 0;
  cursor: pointer;
}
.form_order .button_order button:nth-child(2) {
  background: #999999;
}
.form_order .button_order button:hover {
  background: #273c7f;
}
.form_order .button_order button:nth-child(1) {
  margin-right: 40px;
}
.form_order input:focus,
.form_order textarea:focus {
  box-shadow: inset 0 0 10px rgba(255, 191, 38, 0.35);
  border: solid 1px #ffbf26 !important;
}
/* 公司动态 */
.news .title_in {
  margin-bottom: 40px;
}
.news .top_news {
  display: block;
  margin-bottom: 45px;
}
.news .top_news li {
  float: left;
  width: 587px;
  height: 212px;
  background: #e9e9e9;
}
.news .top_news li img {
  width: 283px;
  height: 100%;
}
.news .top_news li .text_news {
  float: right;
  padding: 24px 20px;
  width: 280px;
  line-height: 25px;
}
.news .top_news li .text_news h1 {
  display: block;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .top_news li .text_news h2 {
  font-size: 14px;
  color: #818181;
  margin-bottom: 10px;
}
.news .top_news li .text_news .info_news {
  font-size: 16px;
  height: 50px;
  color: #818181;
}
.news .top_news li .text_news i {
  display: block;
  margin-top: 23px;
  width: 78px;
  height: 25px;
  background: #999999;
  font-size: 14px;
  color: #ffffff;
  text-align: center;
}
.news .top_news li:hover {
  background: #273c7f;
}
.news .top_news li:hover h1 {
  color: #ffffff;
}
.news .top_news li:hover h2,
.news .top_news li:hover .info_news {
  color: rgba(255, 255, 255, 0.6);
}
.news .top_news li i:hover {
  color: #ffbf26;
}
.news .top_news li:nth-child(even) {
  float: right;
}
.news .list_news {
  display: block;
}
.news .list_news li {
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
  width: 383px;
  height: 131px;
  line-height: 25px;
  background: #e9e9e9;
}
.news .list_news li a {
  display: block;
  padding: 23px 25px;
}
.news .list_news li h1 {
  display: block;
  font-size: 18px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.news .list_news li h2 {
  display: block;
  font-size: 14px;
  color: #818181;
}
.news .list_news li i {
  position: relative;
  display: inline-block;
  margin-top: 7px;
  font-size: 16px;
  font-weight: bold;
  padding-right: 18px;
}
.news .list_news li i:after {
  position: absolute;
  right: 0;
  content: " ";
  width: 7px;
  height: 100%;
  background: url(http://www.hzjst.cn/images/icon_news.png) no-repeat right center;
}
.news .list_news li:nth-child(3n) {
  margin-right: 0;
}
.news .list_news li:hover {
  background: #ffbf26;
}
.news .list_news li:hover h1,
.news .list_news li:hover h2,
.news .list_news li:hover i {
  color: white;
}
.news .list_news li:hover i:after {
  background: url(http://www.hzjst.cn/images/icon_news_h.png) no-repeat right center;
}
/* 内页 */
.news_in {
  font-size: 16px;
  line-height: 32px;
}
.news_in img {
  max-width: 100%;
  display: block;
  margin: 20px auto;
}
.news_in h1 {
  font-size: 36px;
  line-height: 80px;
  display: block;
  text-align: center;
  border-bottom: solid 1px #eeeeee;
  letter-spacing: 2px;
}
.news_in .l_num {
  font-size: 16px;
  line-height: 50px;
  display: block;
  text-align: center;
  margin-bottom: 10px;
}
.news_in .bottom {
  font-size: 0;
  margin-top: 50px;
}
.news_in .bottom span,
.news_in .bottom a {
  display: inline-block;
  font-size: 16px;
  line-height: 40px;
}
.news_in .bottom a:hover {
  color: #273c7f;
}
.news_in .bottom .pre {
  width: 50%;
  float: left;
}
.news_in .bottom .next {
  width: 50%;
  float: right;
  text-align: right;
}
/* 联系我们 */
.contact {
  position: relative;
  margin-bottom: 100px;
}
.contact .title_in {
  margin-bottom: 45px;
}
.contact .left {
  width: 460px;
  position: relative;
  z-index: 66;
  float: left;
}
.contact .left img {
  display: block;
}
.contact .left .info {
  display: block;
  margin-bottom: 46px;
}
.contact .left .info p {
  margin-top: 20px;
  font-size: 24px;
  line-height: 50px;
  font-weight: bold;
}
.contact .left .info li {
  display: block;
  font-size: 18px;
  line-height: 40px;
}
.contact .left .info li i {
  letter-spacing: 36px;
}
.contact .left .info li:last-child {
  text-transform: uppercase;
}
#allmap {
  float: right;
  width: 709px;
  height: 446px;
}
/* footer */
.footer {
  width: 100%;
  padding-top: 8px;
  background: url(http://www.hzjst.cn/images/bg_footer.jpg) no-repeat center top #273c7f;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
}
.footer img {
  display: inline-block;
}
/* 翻页 */
.page {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  clear: both;
  padding-top: 50px;
}
.page a,
.page span {
  width: 50px;
  height: 50px;
  font-family: " ";
  text-align: center;
  color: #333333;
  background: #e8e8e8;
  border-radius: 5px;
  line-height: 50px;
  display: inline-block;
  margin-right: 5px;
  font-size: 20px;
}
.page a:hover,
.page span {
  color: white;
  background: #333333;
}
.cl3 {
  list-style: none;
  padding-bottom: 20px!important;
  margin-bottom: 2px;
}
.cl3 li {
  background: none !important;
}
.cl3 li a {
  background: none !important;
  font-size: 14px!important;
  line-height: 30px!important;
}
.second_link {
  background-color: #f5f5f5!important;
}
