html {
  font-size: 14px;
  line-height: 14px;
  font-family: 微软雅黑;
}
html, body, div, ul, li, h1, h2, h3, h4, h5, h6, p, dl, dt, dd, ol, form, input, textarea, th, td, select, button {
  margin: 0;
  padding: 0;
}
ul, li {
  list-style: none;
}
/*input{-webkit-appearance: none; -moz-appearance: none; -o-appearance: none; appearance: none;}*/
a {
  text-decoration: none;
}
/*.company_anli img{transition: all 1s;-moz-transition: all 1s;-webkit-transition: all 1s;-o-transition: all 1s;}*/
/* 通用的class */
.public_div {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  height: auto;
 	display: flex; /* 使用 Flexbox 布局 */
  flex-wrap: wrap; /* 允许子项换行 */
}
.public_div  .left{
    width: calc(25% - 20px); 
  height: auto; 
	float: left;
	margin-top: 40px;
}
.public_div  .right{
    width: calc(75% - 20px); 
  height: auto; 
	float: right;
	margin-left: 40px;
}
.clear {
  clear: both;
}
/*===============header=================*/
.section.gray {
  background-color: #faf9f9;
}
.top_header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 999;
  background-color: #fff;
  box-shadow: 0px 0px 6px 3px rgba(0, 0, 0, 0.08);
}
.header_meus {
  position: relative;
  width: 1280px;
  margin: 0 auto;
  height: auto;
  font-family: 微软雅黑;
  display: flex;
}
.header_meus .header_meus_login {
  position: relative;
  padding: 9px 0px;
  margin-right: 15px;
}
.header_meus .header_meus_login a {
  display: block;
}
.header_meus .header_meus_login img {
  max-height: 80px;
  display: block;
}
.icon_i_one {
  background-image: url('../images/search_01.png');
  background-repeat: no-repeat;
}
.header_meus .header_meus_search {
  display: flex;
  position: relative;
  margin: 34px 0px 34px 0px;
  min-width: 130px;
  justify-content: flex-end;
  align-items: center;
}
#keywords {
  position: absolute;
  width: 150px;
  border-radius: 16px;
  height: 32px;
  border: 1px solid #ccc;
  line-height: 32px;
  top: 30px;
  right: 100px;
  padding: 0px 15px;
  display: none;
  z-index: 99;
}
.search_input {
  position: absolute;
  width: 150px;
  border-radius: 16px;
  height: 32px;
  border: 1px solid #ccc;
  line-height: 32px;
  top: 30px;
  right: 100px;
  padding: 0px 15px;
  display: none;
  z-index: 99;
}
.header_meus .header_meus_search input::-webkit-input-placeholder {
  color: #ccc;
  font-size: 13px;
} /* 使用webkit内核的浏览器 */
.header_meus .header_meus_search input:-moz-placeholder {
  color: #ccc;
  font-size: 13px;
} /* Firefox版本4-18 */
.header_meus .header_meus_search input::-moz-placeholder {
  color: #ccc;
  font-size: 13px;
} /* Firefox版本19+ */
.header_meus .header_meus_search input:-ms-input-placeholder {
  color: #ccc;
  font-size: 13px;
} /* IE浏览器 */
.header_meus .header_meus_search a {
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  -ms-transition: all .2s ease;
  -o-transition: all .2s ease;
}
.header_meus .header_meus_search a.search {
  display: inline-block;
  width: 30px;
  height: 34px;
  min-width: 34px;
  background-position: center;
  position: absolute;
  top: -1px;
  left: 0px;
}
.header_meus .header_meus_search a.gp_type {
  display: block;
  line-height: 32px;
  width: 148px;
  text-align: center;
  background-color: #2160d1;
  color: #fff;
  font-size: 14px;
  border-radius: 16px;
}
/*banner*/
.index_banner {
  position: relative;
  width: 100%;
  margin-top: 100px;
}
.swiper_banner_one {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.swiper-slide > a {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
/*新品推荐*/
.index_newsPro {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 20px 0px;
}
.index_title_one {
  position: relative;
  width: 100%;
  text-align: center;
}
.index_title_one p {
  font-size: 16px;
  color: #8b8b8b;
  line-height: 30px;
}
.index_title_one p.dig {
  color: #2160d1;
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
  padding: 5px 0px;
}
.swiper_banner_two {
  position: relative;
  width: 100%;
  padding: 30px 0px;
}
.swiper_banner_two img {
  width: 100%;
  display: block;
}
.swiper_banner_two .pro_back {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: #2160d1;
  opacity: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
}
.swiper_banner_two .pro_back div {
  margin: 12px 15px;
  border: 1px solid #fff;
  height: calc(100% - 24px);
  position: relative;
  overflow: hidden;
}
.swiper_banner_two .pro_back p.one {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0%;
  font-size: 26px;
  transform: translate(0%, 0%);
  line-height: 32px;
  width: 100%;
  left: 0px;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
}
.swiper_banner_two .pro_back p.one span:nth-child(1) {
  font-size: 20px;
}
.swiper_banner_two .pro_back p.two {
  color: rgba(225, 255, 255, 0.35);
  text-align: center;
  position: absolute;
  bottom: -30px;
  font-size: 20px;
  line-height: 30px;
  width: 100%;
  left: 0px;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
}
.swiper_banner_two .swiper-slide {
  position: relative;
  width: calc(20% - 4px);
  background-color: #efefef;
}
.swiper_banner_two .swiper-slide > a:hover .pro_back {
  opacity: 1;
}
.swiper_banner_two .swiper-slide > a:hover p.one {
  top: 46%;
  transform: translate(0%, -50%);
}
.swiper_banner_two .swiper-slide > a:hover p.two {
  bottom: 18px;
}
.swiper_banner_two .swiper-button-prev {
  background-image: url('../images/index_02.jpg');
  width: 25px;
  height: 40px;
  background-size: 51px 37px;
  background-position: 2px 3px;
  background-color: #fff;
  right: 25px;
  top: -22px;
  left: auto;
}
.swiper_banner_two .swiper-button-next {
  background-image: url('../images/index_02.jpg');
  width: 25px;
  height: 40px;
  background-size: 51px 37px;
  background-position: -27px 3px;
  background-color: #fff;
  right: 0px;
  top: -22px;
}
/*解决方案*/
.index_fangan {
  position: relative;
  width: 100%;
  background-color: #eee;
  padding: 35px 0px;
}
.fangan_list {
  position: relative;
  width: 100%;
  display: flex;
  padding-left: 2%;
  padding-right: 2%;
  padding-top: 40px;
  padding-bottom: 25px;
}
.fangan_list .swiper-slide {
  width: 33.333%;
}
.fanan_small {
  position: relative;
  width: 100%;
  cursor: pointer;
  height: 440px;
  display: flex;
  justify-content: center;
  overflow: hidden;
}
.fanan_small img {
  min-height: 100%;
  min-width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.fanan_small .fam_back {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.2);
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
}
.fanan_small .fam_back > p {
  color: #fff;
  text-align: right;
  padding-right: 30px;
  font-size: 30px;
  line-height: 33px;
  font-weight: bold;
  position: absolute;
  bottom: calc(18.18% + 36px);
  right: 0px;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
}
.fanan_small .fam_back > p span:nth-child(3) {
  font-size: 20px;
  font-weight: 400;
}
.fanan_small .fam_back .context {
  padding: 0px 30px;
  font-size: 16px;
  color: #fff;
  position: absolute;
  width: 100%;
  bottom: calc(18.18% + 36px);
  left: 0px;
  opacity: 0;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
}
.fanan_small .fam_back .context p {
  display: block;
  height: 81px;
  line-height: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-align: right;
}
.fanan_small .fam_back .bt_jr {
  display: block;
  width: 36px;
  height: 36px;
  position: absolute;
  right: 30px;
  bottom: 18.18%;
  transform: translate(0%, 50%);
  background-image: url('../images/back_03.png');
  background-size: cover;
  background-repeat: no-repeat;
}
.fanan_small:hover .fam_back {
  background: rgba(33, 96, 209, 0.35);
}
.fanan_small:hover .fam_back > p {
  opacity: 1;
  bottom: calc(18.18% + 117px);
}
.fanan_small:hover .fam_back .context {
  opacity: 1;
}
/*新闻中心*/
.index_news {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding-top: 25px;
  padding-bottom: 50px;
}
.i_news_list {
  position: relative;
  width: 100%;
  display: flex;
  padding: 35px 0px 27px 0px;
  align-items: flex-start;
}
.i_news_left {
  position: relative;
  width: 44.141%;
  margin-right: 0.9%;
}
.i_news_left a {
  display: block;
}
.i_news_left ._img {
  position: relative;
  width: 100%;
  overflow: hidden;
}
.i_news_left ._img img {
  width: 100%;
  display: block;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
}
.i_news_left ._text_p {
  position: absolute;
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  bottom: 0px;
  left: 0px;
  display: flex;
  align-items: center;
  font-size: 18px;
  color: #fff;
  line-height: 24px;
}
.i_news_left ._text_p p.one {
  display: block;
  width: 16.64%;
  min-width: 75px;
  text-align: center;
  font-size: 16px;
  background-color: #2160d1;
  padding: 15px 0px;
}
.i_news_left ._text_p p.two {
  padding: 0px 20px;
  max-height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.i_news_left a:hover ._img img {
  transform: scale(1.1);
}
.i_news_right {
  position: relative;
  width: 54.959%;
}
.i_news_right li {
  position: relative;
  width: 100%;
  background-color: #f4f4f4;
  margin-bottom: 18px;
}
.i_news_right li a {
  display: flex;
  align-items: center;
  padding: 25px 0px;
}
.i_news_right li .one_d {
  position: relative;
  width: 19.286%;
  min-width: 115px;
  text-align: right;
  color: #cbc2c4;
  font-size: 20px;
  line-height: 26px;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
}
.i_news_right li .two_d {
  position: relative;
  width: 74.286%;
  margin: 0px 3.5%;
  min-width: 100px;
}
.i_news_right li .two_d .ot_1 {
  position: relative;
  color: #9c9c9c;
  font-size: 18px;
  font-weight: bold;
  line-height: 32px;
  height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
}
.i_news_right li .two_d .ot_2 {
  position: relative;
  color: #9c9c9c;
  font-size: 15px;
  line-height: 24px;
  height: 48px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.i_news_right li a:hover .one_d {
  color: #2160d1;
}
.i_news_right li a:hover .two_d .ot_1 {
  color: #2a2525;
}
.list_more {
  position: relative;
  margin: 0px auto;
  display: block;
  width: 210px;
  text-align: center;
  background-color: #2160d1;
  color: #fff;
  font-size: 16px;
  line-height: 38px;
  height: 40px;
  border-radius: 12px;
  border: 1px solid #2160d1;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
}
.list_more:hover {
  background-color: #fff;
  color: #2160d1;
}
/*合作伙伴*/
.index_hzhb {
  position: relative;
  width: 100%;
  background-color: #eeeeee;
  padding: 30px 0px 35px 0px;
}
.hzhb_center {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 32px;
  margin-bottom: 40px;
}
.hzhb_center a {
  display: block;
  width: calc(20% - 0.8px);
  background-color: #fff;
  margin-right: 1px;
  margin-bottom: 1px;
  height: 110px;
  position: relative;
  overflow: hidden;
}
.hzhb_center a:nth-child(5n) {
  margin-right: 0px;
}
.hzhb_center a img {
  max-width: 90%;
  max-height: 90%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
}
.hzhb_center a:hover img {
  transform: translate(-50%, -50%) scale(1.08);
}
/*底部footer*/
.footer {
  position: relative;
  width: 100%;
}
.footer_one {
  position: relative;
  width: 100%;
}
.footer_one ._img {
  position: relative;
  padding: 0px 12px;
  border-bottom: 2px solid rgba(23, 80, 180, 0.65);
  padding-top: 29px;
  padding-bottom: 40px;
}
.footer_one ._img img {
  max-width: 100%;
}
.footer_two {
  position: relative;
  margin: 0px 12px;
  border-bottom: 2px solid rgba(23, 80, 180, 0.65);
  padding-top: 30px;
  display: flex;
  padding-bottom: 17px;
}
.footer_two .t_ul {
  position: relative;
  width: auto;
  padding: 15px 15px 15px 0px;
  width: 155px;
  min-width: 145px;
}
.footer_two .t_ul a {
  display: block;
  font-size: 15px;
  color: #638cb6;
  width: 100%;
  line-height: 25px;
  margin-bottom: 5px;
}
.footer_two .t_ul a.title {
  font-size: 18px;
  color: #fff;
  line-height: 30px;
  margin-bottom: 15px;
}
.footer_two .t_ewm {
  position: absolute;
  top: 39px;
  right: 0px;
  height: 33px;
  overflow: hidden;
  color: #fff;
  width: 25.47%;
  min-width: 135px;
}
.footer_two .t_ewm span {
  font-size: 26px;
  margin-left: 10px;
}
.footer_thr {
  position: relative;
  display: flex;
  justify-content: space-between;
  font-size: 15px;
  color: #fff;
  line-height: 34px;
  flex-wrap: wrap;
  padding: 20px 12px;
}
.footer_thr a {
  color: #ddd
}
.f-zuo {
  width: 750px;
  float: left;
  position: relative;
}
.f-you {
  width: 350px;
  padding-top: 16px;
  float: right;
  position: relative;
}
.f-you li {
  width: 100px;
  margin-left: 40px;
  margin-right: 20px;
  padding: 0px;
  float: left;
  text-align: center;
  font-size: 16px;
  color: #fff;
  line-height: 3.4em;
}
.f-you li:first-child {
  margin-left: 0px;
}
/* ============================================ 产品 product ======================================= */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
/*头部bannar*/
.pr_bannar {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 350px;
  margin-top: 100px;
  background-color: #eee;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.pr_b_img {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0px;
  transform: translate(0%, -60%);
}
.pr_b_img p.one {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 30px;
  font-weight: bold;
  color: #fff;
  line-height: 42px;
}
.pr_b_img p.two {
  display: block;
  text-align: center;
  width: 100%;
  font-size: 18px;
  color: #fff;
  line-height: 42px;
  letter-spacing: 1px;
}
/*栏目列表*/
.pr_meus_list {
  position: relative;
  width: 100%;
  background-color: #2160d1;
}
.small_meus_li {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.small_meus_li a {
  color: #fff;
  font-size: 16px;
  line-height: 34px;
  padding: 10px 35px;
  min-width: 100px;
  text-align: center;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
}
.small_meus_li a.on {
  background-color: #fff;
  color: #2160d1;
  opacity: 1 !important;
}
.small_meus_li a:hover {
  opacity: 0.6;
}
.small_meus_li_cp {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.small_meus_li_cp a {
  color: #fff;
  font-size: 18px;
  line-height: 34px;
  padding: 10px 14px;
  min-width: 100px;
  text-align: center;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
}
.small_meus_li_cp a.on {
  background-color: #fff;
  color: #2160d1;
  font-size: 18px;
  opacity: 1 !important;
}
.small_meus_li_cp a:hover {
  opacity: 0.6;
}
/*产品列表*/
.pr_business {
  position: relative;
  width: 100%;
  padding: 25px 0px;
}
.bus_title {
  position: relative;
  width: 100%;
  text-align: center;
  color: #2160d1;
  font-size: 30px;
  font-weight: bold;
  line-height: 42px;
  padding: 20px 0px;
  display: block;
  border-bottom: 1px solid #eee;
}
ul.bus_list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-top: 39px;
}
ul.bus_list li {
  position: relative;
  width: calc(33.3333% - 26.25px);
  margin-right: 35px;
  overflow: hidden;
  margin-bottom: 32px;
  background-color: #efefef;
  border-bottom: 0px solid #f0f0f0;
}
ul.bus_list li:nth-child(3n) {
  margin-right: 0px;
}
ul.bus_list li a {
  display: block;
}
ul.bus_list li img {
  width: 100%;
}
ul.bus_list li .pro_back {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background: rgba(33, 96, 209, 0.8);
  opacity: 0;
  -webkit-transition: all .4s ease;
  -moz-transition: all .4s ease;
  -ms-transition: all .4s ease;
  -o-transition: all .4s ease;
}
ul.bus_list li .pro_back div {
  margin: 12px 15px;
  border: 1px solid #fff;
  height: calc(100% - 24px);
  position: relative;
  overflow: hidden;
}
ul.bus_list li .pro_back p.one {
  color: #fff;
  text-align: center;
  position: absolute;
  top: 0%;
  font-size: 26px;
  transform: translate(0%, 0%);
  line-height: 32px;
  width: 100%;
  left: 0px;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
}
ul.bus_list li .pro_back p.one span:nth-child(1) {
  font-size: 20px;
}
ul.bus_list li .pro_back p.two {
  color: rgba(225, 255, 255, 0.35);
  text-align: center;
  position: absolute;
  bottom: -30px;
  font-size: 20px;
  line-height: 30px;
  width: 100%;
  left: 0px;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
}
ul.bus_list li > a:hover .pro_back {
  opacity: 1;
}
ul.bus_list li > a:hover p.one {
  top: 46%;
  transform: translate(0%, -50%);
}
ul.bus_list li > a:hover p.two {
  bottom: 18px;
}
/*上一页下一页1*/
.prve_next_one {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 40px 0px;
}
.prve_next_one a {
  position: relative;
  display: block;
  min-width: 38px;
  background-color: #666;
  font-size: 14px;
  line-height: 38px;
  color: #fff;
  text-align: center;
  margin: 10px 4px;
  height: 38px;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -ms-transition: all .6s ease;
  -o-transition: all .6s ease;
}
.prve_next_one a.pn {
  padding: 0px 10px;
}
.prve_next_one a.on {
  background-color: #2160d1;
}
.prve_next_one a:hover {
  opacity: 0.8;
}
/*detail*/
.product_detail {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.product_detail .detail_left {
  position: relative;
  width: 53.5625%;
  border: 1px solid #e4e4e4;
}
.hd_d_img {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #f1f2f6;
  height: 490px;
  overflow: hidden;
}
.hd_d_img img {
  width: 100%;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.hs_d_swiper {
  position: relative;
  overflow: hidden;
  padding: 0px 28px;
  margin: 18px 0px 28px 0px;
}
.hs_d_swiper .swiper-slide {
  position: relative;
  width: 25%;
  height: 90px;
  border: 1px solid #cfcfcf;
  background-color: #fff;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  overflow: hidden;
}
.hs_d_swiper .swiper-slide img {
  max-width: 100%;
  width: 100%;
  max-height: 100%;
  transform: translate(0px, -50%);
  margin-top: 45px;
}
.hs_d_swiper .swiper-button-prev {
  background-image: url('../images/pr_13.png');
  width: 25px;
  height: 100%;
  background-color: #1556ca;
  top: 0px;
  left: 0px;
  margin-top: 0px;
  background-position: -8px center;
  background-size: auto;
}
.hs_d_swiper .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
  background-color: #a2a2a2;
}
.hs_d_swiper .swiper-button-next {
  background-image: url('../images/pr_13.png');
  width: 25px;
  height: 100%;
  background-color: #1556ca;
  top: 0px;
  right: 0px;
  margin-top: 0px;
  background-position: -48px center;
  background-size: auto;
  opacity: 1;
}
.hs_d_swiper .swiper-button-next.swiper-button-disabled {
  opacity: 1;
  background-color: #a2a2a2;
}
.hs_d_swiper .swiper-hover-active {
  border-color: #9a9b9b;
}
.product_detail .detail_right {
  position: relative;
  width: 46.4375%;
  padding: 0px 0px 10px 40px;
}
.product_detail .detail_right .pro_title {
  font-size: 24px;
  line-height: 40px;
  text-transform: uppercase;
  font-weight: bold;
  color: #000;
}
.product_detail .detail_right .pro_title_one {
  font-size: 15px;
  line-height: 35px;
  padding: 14px 0px 6px 0px;
  text-transform: uppercase;
  color: #333;
  border-bottom: 1px dashed #f0f0f0;
}
.product_detail .detail_right .pro_detail_text {
  font-size: 15px;
  color: #333;
  line-height: 29px;
  padding: 10px 0px;
  text-transform: uppercase;
  border-bottom: 1px dashed #f0f0f0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.product_detail .detail_right .pro_detail_text span:nth-child(1) {
  color: #cc1e1c;
  min-width: 75px;
}
.product_detail .detail_contact {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.detail_contact .small_detail_tab {
  position: relative;
  width: 100%;
  display: flex;
}
.detail_contact .small_detail_tab a {
  display: inline-block;
  width: 95px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #f0f0f0;
  color: #707070;
  font-size: 16px;
  margin-right: 6px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.detail_contact .small_detail_tab a:hover {
  background-color: #1556ca;
  color: #fff;
}
.detail_contact .small_detail_tab a.active {
  background-color: #1556ca;
  color: #fff;
}
.detail_contact .small_detail_tab_div {
  position: relative;
  width: 100%;
}
.tab_pro_litter {
  position: relative;
  width: 100%;
  border: 1px solid #f0f0f0;
  padding-top: 30px;
  padding-bottom: 35px;
  padding-left: 25px;
  padding-right: 25px;
}
.tab_pro_litter img {
  max-width: 100%;
}
.else_prve_next {
  position: relative;
  display: flex;
  justify-content: space-between;
  color: #969696;
  line-height: 24px;
  padding: 15px;
}
.else_prve_next .prve_d_l {
  position: relative;
  display: flex;
  height: 24px;
}
.else_prve_next img {
  margin: 5px 2px;
}
.else_prve_next a {
  margin: 0px 10px;
  color: #969696;
}
/* ========================================解决方案================================================= */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.fan_business {
  position: relative;
  width: 100%;
  padding: 25px 0px;
}
ul.fan_list {
  position: relative;
  width: 100%;
  padding: 25px 0px 55px 0px;
}
ul.fan_list li {
  position: relative;
  width: 100%;
  padding: 15px 0px;
  display: flex;
}
ul.fan_list li ._img {
  position: relative;
  width: 24.61%;
  min-width: 280px;
  height: 360px;
  background-size: 100%;
  background-color: #eee;
  background-position: center;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  background-repeat: no-repeat;
}
ul.fan_list li ._img .back_h {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  opacity: 0;
}
ul.fan_list li:hover ._img {
  background-size: 110%;
}
/*ul.fan_list li:hover ._img .back_h{opacity: 1;}*/
ul.fan_list li ._text {
  position: relative;
  width: 73.83%;
  margin-left: 1.56%;
}
ul.fan_list li ._text .one {
  color: #2160d1;
  font-weight: bold;
  font-size: 24px;
  line-height: 35px;
  padding: 10px 0px;
}
ul.fan_list li ._text .two {
  font-size: 16px;
  color: #777;
  line-height: 30px;
  padding: 12px 0px 42px 0px;
}
ul.fan_list .fan_more {
  display: block;
  width: 152px;
  height: 38px;
  text-align: center;
  background-color: #2160d1;
  color: #fff;
  font-size: 15px;
  line-height: 36px;
  border: 1px solid #2160d1;
  border-radius: 5px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
ul.fan_list .fan_more:hover {
  background-color: #fff;
  color: #2160d1;
}
.fan_detail {
  font-size: 16px;
  color: #777;
  line-height: 29px;
  padding: 35px 0px 40px 0px;
  letter-spacing: 1px;
}
.fan_detail img {
  max-width: 100%;
}
/* =======================================news======================================================= */
/* xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
.news_business {
  position: relative;
  width: 100%;
  padding: 25px 0px;
}
ul.new_list {
  position: relative;
  width: 100%;
  padding: 5px 0px 15px 0px;
}
ul.new_list li {
  position: relative;
  width: 100%;
  padding: 30px 0px;
  display: flex;
  border-bottom: 1px solid #ddd;
  align-items: flex-start;
}
ul.new_list li ._img {
  position: relative;
  width: 25%;
  background-color: #eee;
  overflow: hidden;
}
ul.new_list li ._img img {
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  background-repeat: no-repeat;
  display: block;
  width: 100%;
}
ul.new_list li:hover ._img img {
  transform: scale(1.1);
}
ul.new_list li ._text {
  position: relative;
  width: 71.5%;
  margin-left: 3.5%;
}
ul.new_list li ._text .one {
  color: #333;
  font-weight: bold;
  font-size: 18px;
  display: block;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  width: 100%;
  height: 32px;
  overflow: hidden;
}
ul.new_list li ._text .two {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  position: relative;
  padding: 10px 0px 0px 0px;
  display: flex;
  width: 100%;
  align-items: flex-start;
  margin-bottom: 18px;
}
ul.new_list li ._text .two span {
  display: block;
  width: 30px;
  margin: 15px 3px 0px 2px;
  height: 1px;
  background-color: #666;
  min-width: 30px;
}
ul.new_list li ._text .two p {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  height: 120px;
  overflow: hidden;
}
ul.new_list li:hover ._text .one {
  color: #2160d1;
}
ul.new_list .fan_more {
  display: block;
  width: 115px;
  height: 40px;
  text-align: center;
  background-color: #fff;
  color: #666;
  font-size: 15px;
  line-height: 38px;
  border: 1px solid #ccc;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
ul.new_list .fan_more:hover {
  background-color: #2160d1;
  color: #fff;
  border: 1px solid #2160d1;
}
ul.xiazai {
  position: relative;
  width: 100%;
  padding: 10px 5% 10px 5%;
}
ul.xiazai li {
  position: relative;
  width: 100%;
  display: flex;
  border-bottom: 1px solid #f0f0f0;
  align-items: flex-start;
  height: 80px;
  line-height: 80px;
  color: #222;
  font-size: 16px;
}
ul.xiazai li span {
  position: absolute;
  right: 0px;
  margin-left: 28px;
}
ul.xiazai li span i {
  margin-right: 8px;
  margin-left: 0px;
}
/*detail*/
.bus_time {
  text-align: center;
  color: #707070;
  font-size: 15px;
  line-height: 30px;
  padding-top: 25px;
}
/*=======================================tzzgx========================================================*/
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.tzzgx_business {
  position: relative;
  width: 100%;
  padding: 25px 0px;
}
.tzzgx_smallM {
  position: relative;
  width: 100%;
  display: flex;
  align-items: flex-start;
  margin-top: 7px;
}
.tzzgx_smallM a {
  font-size: 15px;
  color: #333;
  line-height: 34px;
  height: 36px;
  border: 1px solid #dedede;
  display: block;
  width: 128px;
  text-align: center;
  margin-right: 8px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.tzzgx_smallM a.on {
  color: #fff;
  background-color: #2160d1;
  border-color: #2160d1;
}
.tzzgx_smallM a:hover {
  color: #fff;
  background-color: #2160d1;
  border-color: #2160d1;
}
.gg_list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  padding: 28px 0px 13px 0px;
}
.gg_list li {
  position: relative;
  width: calc(25% - 19.5px);
  margin-right: 26px;
  background-color: #d9d9d9;
  overflow: hidden;
  margin-bottom: 30px;
}
.gg_list li:nth-child(4n) {
  margin-right: 0px;
}
.gg_list li a {
  display: block;
}
.gg_list li ._img {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding-bottom: 52px;
}
.gg_list li ._img img {
  width: 100%;
}
.gg_list li .pro_back {
  position: absolute;
  top: calc(100% - 52px);
  left: 0px;
  width: 100%;
  height: 100%;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  background-color: rgba(2, 65, 130, 0.92);
  padding: 0px 11px;
}
.gg_list li .pro_back > div {
  border: 1px solid rgba(255, 255, 255, 0);
  height: 100%;
  width: 100%;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.gg_list li .pro_back > div .one {
  text-align: center;
  color: #fff;
  font-size: 16px;
  position: relative;
  display: block;
  padding-top: 4px;
  line-height: 28px;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
}
.gg_list li .pro_back > div .one span {
  padding: 8px 18px;
  display: inline-block;
  width: auto;
  -webkit-transition: all .5s ease;
  -moz-transition: all .5s ease;
  -ms-transition: all .5s ease;
  -o-transition: all .5s ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0);
}
.gg_list li .pro_back > div .two {
  color: #fff;
  padding: 10px 0px;
  margin: 0px 30px;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  font-size: 14px;
  line-height: 24px;
  height: calc(100% - 88px);
  overflow: auto;
  opacity: 0
}
.gg_list li .pro_back > div > span {
  color: #fff;
  font-size: 14px;
  margin: 0px 30px;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
  opacity: 0
}
.gg_list li a:hover .pro_back {
  top: 0px;
  padding: 12px 11px;
}
.gg_list li a:hover .pro_back > div {
  border: 1px solid #fafcfd;
}
.gg_list li a:hover .pro_back > div .one {
  padding-top: 8px;
  font-size: 20px;
}
.gg_list li a:hover .pro_back > div .one span {
  border-bottom: 1px solid #fafcfd;
}
.gg_list li a:hover .pro_back > div .two {
  opacity: 1;
}
.gg_list li a:hover .pro_back > div > span {
  opacity: 1;
}
/*gt*/
.gt_contact {
  position: relative;
  width: 100%;
  max-width: 1140px;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  margin: 0px auto;
  padding-top: 40px;
  padding-bottom: 55px;
}
.gt_contact .gt_text {
  position: relative;
  width: 42%;
  margin-right: 2.83%;
  margin-bottom: 25px;
}
.gt_contact .gt_text .one {
  color: #2160d1;
  font-size: 28px;
  font-weight: bold;
  line-height: 36px;
  display: block;
  position: relative;
  padding-bottom: 24px;
  letter-spacing: 1px;
  margin-bottom: 20px;
}
.gt_contact .gt_text .one:after {
  content: '';
  width: 56px;
  height: 3px;
  background-color: #2160d1;
  display: block;
  position: absolute;
  left: 0px;
  bottom: 0px;
}
.gt_contact .gt_text div {
  font-size: 16px;
  color: #606060;
  line-height: 36px;
}
.gt_contact .gt_img {
  position: relative;
  width: 55.17%;
}
.gt_contact .gt_img img {
  max-width: 100%;
  text-align: right;
}
/*=======================================hr====================================================*/
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.hr_business {
  position: relative;
  width: 100%;
  padding: 25px 0px;
}
.hr_list {
  position: relative;
  margin: 0px auto;
  width: 100%;
  max-width: 1130px;
}
.hr_list .hr_table {
  position: relative;
  width: 100%;
  margin-top: 30px;
}
.hr_list .hr_table .hr_title {
  position: relative;
  width: 100%;
  background-color: #b1b1b1;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  height: 50px;
  display: flex;
  text-align: center;
  justify-content: flex-end;
}
.hr_list .hr_table .hr_title span.td-1 {
  display: block;
  width: 16.4%;
  text-align: left;
}
.hr_list .hr_table .hr_title span.td-2 {
  display: block;
  width: 13.8%;
} /*155px*/
.hr_list .hr_table .hr_title span.td-3 {
  display: block;
  width: 12.8%;
} /*145px*/
.hr_list .hr_table .hr_small {
  position: relative;
  width: 100%;
  margin-bottom: 3px;
}
.hr_list .hr_table .hr_small a.hr_small_title {
  position: relative;
  width: 100%;
  display: flex;
  color: #666;
  font-size: 14px;
  background-color: #f2f2f2;
  line-height: 28px;
  justify-content: flex-end;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
}
.hr_list .hr_table .hr_small a.hr_small_title:hover {
  background-color: #2160d1;
  color: #fff;
}
.hr_list .hr_table .hr_small.on a.hr_small_title {
  background-color: #2160d1;
  color: #fff;
}
.hr_list .hr_table .hr_small .hr_small_title > div {
  display: block;
  padding: 11px 0px;
}
.hr_list .hr_table .hr_small div span.one {
  display: none;
}
.hr_list .hr_table .hr_small div.td-1 {
  width: 16.4%;
  text-align: left;
}
.hr_list .hr_table .hr_small div.td-2 {
  width: 13.8%;
  text-align: center;
}
.hr_list .hr_table .hr_small div.td-3 {
  width: 12.8%;
  text-align: center;
}
.hr_list .hr_table .hr_small div.td-4 {
  width: 12.8%;
  position: relative;
}
.hr_list .hr_table .hr_small div.td-4:before {
  content: '';
  position: absolute;
  width: 16px;
  height: 2px;
  background-color: #999999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
}
.hr_list .hr_table .hr_small div.td-4:after {
  content: '';
  position: absolute;
  height: 16px;
  width: 2px;
  background-color: #999999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
}
.hr_list .hr_table .hr_small a.hr_small_title:hover div.td-4:before, .hr_list .hr_table .hr_small a.hr_small_title:hover div.td-4:after {
  background-color: #fff;
}
.hr_list .hr_table .hr_small.on a.hr_small_title div.td-4:before, .hr_list .hr_table .hr_small.on a.hr_small_title div.td-4:after {
  background-color: #fff;
}
.hr_list .hr_table .hr_small.on a.hr_small_title div.td-4:after {
  height: 0px;
}
.hr_list .hr_table .hr_small .hr_small_context {
  position: relative;
  padding: 30px 50px 50px 50px;
  color: #6c6c6c;
  font-size: 16px;
  line-height: 30px;
  display: none; /*border-bottom: 1px solid #eee;*/ border: 1px solid #dfdfdf;
}
.hr_small_context .h_s_bt {
  position: relative;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
.hr_small_context .h_s_bt a {
  display: flex;
  align-items: center;
  background-color: #2160d1;
  color: #fff;
  padding: 0px 30px;
  width: auto;
  font-size: 15px;
  line-height: 45px;
  display: block;
  position: relative;
  margin-right: 30px;
  margin-top: 20px;
}
.hr_small_context .h_s_bt a span {
  margin: 0px 5px;
}
/*============================================about=============================================================*/
/*xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
.about_business {
  position: relative;
  width: 100%;
  padding: 25px 0px;
}
.title_hasback {
  position: relative;
  width: 100%;
  padding: 64px 0px 50px 0px;
}
.title_hasback .hasB {
  position: absolute;
  top: 0px;
  left: -2px;
  color: #e8e8e8;
  font-size: 100px;
  line-height: 140px;
}
.title_hasback .title {
  position: relative;
  z-index: 9;
  font-size: 26px;
  color: #2160d1;
  font-weight: bold;
  text-indent: 3px;
  line-height: 38px;
}
.years_number {
  position: relative;
  width: 100%;
  margin: 0px auto;
  max-width: 1000px;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.years_number ._small {
  position: relative;
  margin: 0px auto;
}
.years_number ._small p {
  font-size: 16px;
  color: #666;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  padding: 6px 0px;
}
.years_number ._small p span {
  font-size: 18px;
  line-height: 38px;
}
.years_number ._small p span.one {
  font-size: 60px;
  line-height: 65px;
  color: #2160d1;
  display: block;
  margin: 0px 15px;
}
.about_text_one {
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #666;
  line-height: 36px;
  padding: 25px 0px;
}
.wabout_bannar {
  position: relative;
  width: 100%;
  justify-content: center;
  display: flex;
  align-items: center;
  overflow: hidden;
}
.wabout_bannar img {
  margin: 0px auto;
}
.about_hxwh {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
.about_hxwh img {
  margin: 0px auto;
  max-width: 100%;
}
.about_text_two {
  position: relative;
  width: 100%;
  font-size: 16px;
  color: #666;
  line-height: 34px;
  padding: 20px 0px;
}
.about_wh_small {
  position: relative;
  width: 100%;
  max-width: 1100px;
  display: flex;
  margin: 0px auto;
  padding: 30px 0px;
}
.about_wh_small .aws_small {
  position: relative;
  width: 33.33%;
  background-color: #bab3ab;
  padding: 40px 55px;
  cursor: pointer;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
}
.about_wh_small .aws_small.on {
  background-color: #958d85;
}
.about_wh_small .aws_small .one_s {
  position: relative;
  display: flex;
  align-items: center;
}
.about_wh_small .aws_small .one_s img {
  min-width: 75px;
}
.about_wh_small .aws_small .one_s p {
  margin-left: 8px;
  color: #fff;
  line-height: 16px;
  font-size: 14px;
}
.about_wh_small .aws_small .one_s p span.one {
  font-size: 20px;
  line-height: 34px;
  margin-top: 10px;
  display: block;
}
.about_wh_small .aws_small .two_s {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 14px;
  line-height: 28px;
  padding: 20px 0px;
  min-height: 260px;
}
.about_wh_small .aws_small:hover {
  background-color: #2160d1;
}
.about_list {
  padding-top: 48px;
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}
.about_list .small_honor {
  position: relative;
  width: 31.25%;
  margin-bottom: 30px;
  min-width: 360px;
}
.about_list .small_honor a {
  display: block;
  background-color: #eee;
  padding-top: 3px;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
}
.about_list .small_honor a ._img {
  position: relative;
  width: 98.75%;
  margin: 0px auto;
  overflow: hidden;
  height: 260px;
}
.about_list .small_honor a ._img img {
  width: 100%;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  transform: translate(-50%, -50%);
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
}
.about_list .small_honor a p {
  font-size: 16px;
  color: #777;
  text-align: center;
  line-height: 35px;
  padding: 10px 0px;
  letter-spacing: 1px;
  -webkit-transition: all .8s ease;
  -moz-transition: all .8s ease;
  -ms-transition: all .8s ease;
  -o-transition: all .8s ease;
}
.about_list .small_honor a:hover {
  background-color: #2160d1;
}
.about_list .small_honor a:hover p {
  color: #fff;
}
.about_list .small_honor a:hover ._img img {
  transform: translate(-50%, -50%) scale(1.1);
}
/*图片查看*/
.pictrue_Img {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.85);
  z-index: 9999;
  top: 0px;
  left: 0px;
  display: none;
}
.pictrue_Img img {
  max-width: 95%;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
}
.pictrue_Img a {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 45px;
  height: 45px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-image: url('../images/close_zz.png');
  opacity: 1;
}
.about_map_lx {
  position: relative;
  width: 100%;
  max-width: 1140px;
  margin: 0px auto;
  display: flex;
  margin-top: 45px;
  margin-bottom: 75px;
}
.about_map_lx #Amap {
  position: relative;
  width: 50%;
  height: 500px;
  background-color: #f5f5f5;
}
.about_map_lx .Amap_msg {
  position: relative;
  width: 50%;
  background-color: #f0f0f0;
  color: #222;
  padding: 50px 0px;
}
.about_map_lx .Amap_msg p {
  display: flex;
  width: 450px;
  align-items: center;
  font-size: 15px;
  line-height: 30px;
  padding: 10px 25px 10px 5px;
  margin: 0px auto;
  max-width: 100%;
}
.about_map_lx .Amap_msg p i {
  display: block;
  width: 30px;
  min-width: 30px;
  ;
  height: 30px;
  background-position: center;
  margin: 0px 15px;
  background-repeat: no-repeat;
}
.about_map_lx .Amap_msg p a {
  color: #fff;
}
.about_map_lx .Amap_msg p i.icon_01 {
  background-image: url('../images/ctc1.png');
}
.about_map_lx .Amap_msg p i.icon_02 {
  background-image: url('../images/ctc2.png');
}
.about_map_lx .Amap_msg p i.icon_03 {
  background-image: url('../images/ctc3.png');
}
.about_map_lx .Amap_msg p i.icon_04 {
  background-image: url('../images/ctc4.png');
}
.about_map_lx .Amap_msg p i.icon_05 {
  background-image: url('../images/ctc7.png');
}
.about_map_lx .Amap_msg p i.icon_06 {
  background-image: url('../images/ctc5.png');
}
.about_map_lx .Amap_msg p i.icon_q {
  background-image: url('../images/q.png');
}
.about_map_lx .Amap_msg p i.icon_l {
  background-image: url('../images/l.png');
}
/*--人才招聘开始--*/
.zw_from_back {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0px;
  left: 0px;
  z-index: 9999;
  background-color: rgba(0, 0, 0, 0.55);
  display: none;
}
.zw_from_back .market {
  position: absolute;

  width: 95%;
  max-width: 1000px;
  max-height: 95%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: auto;
  background-color: #fff;
  border-radius: 8px;
}
.hr {}
.hr .title {
  width: 80%;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  padding: 40px 0 0 0;
  line-height: 30px;
  color: #666;
}
.hr h3 {
  width: 100%;
  padding: 30px 0 0px;
  text-align: center;
  font-size: 26px;
  font-weight: normal;
  color: #023f7f;
}
.hr .name {
  width: auto;
  padding-right: 10px;
  font-size: 18px;
  color: #666;
  line-height: 30px;
}
.hr .ipt {
  width: 250px;
  border: none;
  border-bottom: #ccc solid 1px;
  margin-right: 20px;
  line-height: 30px;
  font-size: 16px;
}
.hr .ipt1 {
  width: 600px;
  border: none;
  border-bottom: #ccc solid 1px;
  line-height: 30px;
  font-size: 16px;
  color: #da251d;
}
.zoom_tab {
  height: 1900px;
  overflow: hidden;
  position: relative;
  min-width: 980px;
}
.tab {
  width: 1200px;
  margin: 0px auto;
  zoom: 0.79;
  margin-top: 20px;
  margin-bottom: 30px;
  -moz-transform-origin: scale(0.79);
  -moz-transform: scale(0.79);
  -moz-transform-origin: 7.5% 0%;
}
.tab .title {
  background: #999;
  line-height: 50px;
}
.tab .title span {
  padding: 0 3px 0 15px;
  color: #fff;
}
.tab .title .tit {
  display: block;
  text-align: center;
  width: 1200px !important;
  padding: 0;
  font-weight: normal;
  color: #fff;
}
.tab .dw {
  width: 240px;
  height: 30px;
  background: #fff;
  border: none;
  text-indent: 5px;
}
.tab .input {
  width: 120px;
  height: 30px;
  background: #fff;
  border: none;
  text-indent: 5px;
}
.tab table {
  width: 1200px;
  border: #ddd solid 1px;
}
.tab table tr {
  height: 60px;
}
.tab table td {
  border: #ddd solid 1px;
  color: #333;
}
.tab table td.tit {
  width: 270px;
  color: #666;
  text-indent: 20px;
}
.tab table td .input {
  margin-left: 10px;
  margin-right: 10px;
  width: 130px;
  height: 36px;
  background: #fff;
  border: #ccc solid 1px;
  text-indent: 5px;
  border-radius: 3px;
}
.tab table td.t1 {
  width: 60px;
  color: #666;
  text-align: center;
}
.tab table td.t2 {
  width: 210px;
  color: #666;
  text-indent: 20px;
}
.tab table td.one {
  width: 145px;
  color: #666;
  padding-left: 15px;
  background: #fafafa;
  line-height: 24px;
}
.tab table td.two {
  width: 520px;
  color: #666;
  text-align: center;
  background: #fafafa;
}
.tab table td.three {
  width: 520px;
  color: #666;
  text-align: center;
  background: #fafafa;
}
.tab table td .i480 {
  margin-left: 10px;
  margin-right: 10px;
  width: 500px;
  height: 36px;
  background: #fff;
  border: #eee solid 1px;
  text-indent: 5px;
  border-radius: 3px;
}
.tab #table {
  width: 1200px;
  border: #ddd solid 1px;
}
.tab #table tr {
  min-height: 60px;
}
.tab #table td.b0 {
  width: 225px;
  color: #666;
  padding-left: 15px;
  background: #fafafa;
  line-height: 24px;
}
.tab #table td.b1 {
  width: 320px;
  color: #666;
  text-align: center;
  background: #fafafa;
}
.tab #table td.b2 {
  width: 320px;
  color: #666;
  text-align: center;
  background: #fafafa;
}
.tab #table td.b3 {
  width: 320px;
  color: #666;
  text-align: center;
  background: #fafafa;
}
.tab #table td .i300 {
  margin-left: 10px;
  margin-right: 10px;
  width: 300px;
  height: 36px;
  background: #fff;
  border: #eee solid 1px;
  text-indent: 5px;
  border-radius: 3px;
}
.tab #table td .textarea300 {
  margin-left: 10px;
  margin-right: 10px;
  width: 300px;
  height: 66px;
  background: #fff;
  border: #eee solid 1px;
}
.tab .ptb10 {
  padding-top: 10px;
  padding-bottom: 10px;
}
.tab .t_dcb {
  width: 1200px;
  border: #ddd solid 1px;
  margin-bottom: 10px;
}
.tab .t_dcb tr {
  height: 50px;
}
.tab .t_dcb td.c0 {
  width: 70px;
  color: #666;
  text-align: center;
  background: #fff;
  font-size: 14px;
}
.tab .t_dcb td.c1 {
  width: 270px;
  color: #333;
  padding-left: 20px;
  background: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: bold;
}
.tab .t_dcb td.c2 {
  width: 620px;
  color: #666;
  padding-left: 20px;
  background: #fff;
  font-size: 14px;
}
.tab .t_dcb td.c3 {
  width: 200px;
  color: #666;
  text-align: center;
  background: #fff;
}
.tab .t_dcb td .i180 {
  margin-left: 10px;
  margin-right: 10px;
  width: 180px;
  height: 26px;
  background: #fff;
  border: #eee solid 1px;
  text-indent: 5px;
  border-radius: 3px;
}
.tab .t_dcb .thr {
  height: 50px;
  background: #999
}
.tab .t_dcb th {
  color: #fff !important;
  border: #999 1px solid;
  text-align: center;
  height: 50px !important;
}
.tab .t_djb {
  width: 1200px;
  border: #ddd solid 1px;
  background: #f8f8f8;
  font-size: 16px;
  color: #333;
}
.tab .t_djb tr {
  height: 60px;
}
.tab .t_djb input[type='text'] {
  background: #fff;
  height: 30px;
  border: #eee solid 1px;
  text-indent: 5px;
  border-radius: 3px;
  color: #666;
}
.tab .t_djb textarea {
  width: calc(100% - 30px);
  height: 120px;
  resize: none;
  border: 1px solid #eee;
  padding: 10px 0px;
  margin: 10px 8px;
  overflow-x: hidden;
}
.tab .t_djb input[type='radio'] {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 5px 5px 5px 0px;
  background-color: #fff;
  border: 1px solid #eee;
}
.tab .t_djb input[type='radio']:checked:after {
  background-color: #023f7f;
  content: '';
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin: 5px
}
.tab .t_djb td.d0 {
  width: 120px;
  color: #333;
  text-indent: 10px;
}
.tab .t_djb td.d1 {
  width: 380px;
  color: #333;
  text-indent: 10px;
}
.tab .t_djb td.d2 {
  width: 120px;
  color: #333;
  text-indent: 10px;
}
.tab .t_djb td.d3 {
  width: 140px;
  color: #333;
  text-indent: 10px;
}
.tab .t_djb td.d4 {
  width: 100px;
  color: #333;
  text-indent: 10px;
}
.tab .t_djb td.d5 {
  width: 140px;
  color: #333;
  text-indent: 10px;
}
.tab .t_djb td.d6 {
  width: 200px;
  color: #333;
  text-indent: 10px;
}
.tab .t_djb td .i90 {
  width: 90px;
  height: 30px;
  background: #fff;
}
.tab .t_djb td .i80 {
  width: 80px;
  height: 30px;
  background: #fff;
}
.tab .t_djb td .i40 {
  width: 40px;
  height: 30px;
  background: #fff;
}
.tab .t_djb td .i50 {
  width: 50px;
  height: 30px;
  background: #fff;
}
.tab .t_djb td .i80 {
  width: 80px;
  height: 30px;
  background: #fff;
}
.tab .t_djb td .i360 {
  width: 360px;
  height: 30px;
  background: #fff;
}
.tab .t_djb td.e0 {
  width: 120px;
  color: #333;
  text-indent: 10px;
}
.tab .t_djb td.e1 {
  width: 380px;
  color: #333;
  text-indent: 10px;
}
.tab .t_djb td.e2 {
  width: 120px;
  color: #333;
  text-indent: 10px;
}
.tab .t_djb td.e3 {
  width: 190px;
  color: #333;
  text-indent: 10px;
}
.tab .t_djb td.e4 {
  width: 80px;
  color: #333;
  text-indent: 10px;
}
.tab .t_djb td.e5 {
  width: 310px;
  color: #333;
  text-indent: 10px;
}
.tab .t_djb td .i90 {
  width: 90px;
  height: 30px;
  background: #fff;
}
.tab .t_djb td .i80 {
  width: 80px;
  height: 30px;
  background: #fff;
}
.tab .t_djb td .i40 {
  width: 40px;
  height: 30px;
  background: #fff;
}
.tab .t_djb td .i50 {
  height: 30px;
  background: #fff;
}
.tab .t_djb td .i80 {
  width: 80px;
  height: 30px;
  background: #fff;
}
.tab .t_djb td .i200 {
  width: 170px;
  height: 30px;
  background: #fff;
}
.tab .t_djb td .i320 {
  width: 290px;
  height: 30px;
  background: #fff;
}
.tab .t_djb td .i560 {
  width: 560px;
  height: 30px;
  background: #fff;
}
.tab .t_djb td.f0 {
  width: 120px;
  color: #333;
  text-indent: 10px;
}
.tab .t_djb td.f1 {
  width: 180px;
  color: #333;
  text-indent: 10px;
}
.tab .t_djb td.f2 {
  width: 120px;
  color: #333;
  text-indent: 10px;
}
.tab .t_djb td.f3 {
  width: 180px;
  color: #333;
  text-indent: 10px;
}
.tab .t_djb td.f4 {
  width: 120px;
  color: #333;
  text-indent: 10px;
}
.tab .t_djb td.f5 {
  width: 180px;
  color: #333;
  text-indent: 10px;
}
.tab .t_djb td.f6 {
  width: 120px;
  color: #333;
  text-indent: 10px;
}
.tab .t_djb td.f7 {
  width: 180px;
  color: #333;
  text-indent: 10px;
}
.tab .t_djb td .i90 {
  margin: 0 8px;
  width: 90px;
  height: 30px;
  background: #fff;
}
.tab .t_djb td .i80 {
  width: 80px;
  height: 30px;
  background: #fff;
}
.tab .t_djb td .i40 {
  width: 40px;
  height: 30px;
  background: #fff;
}
.tab .t_djb td .i50 {
  width: 50px;
  height: 30px;
  background: #fff;
}
.tab .t_djb td .i80 {
  width: 80px;
  height: 30px;
  background: #fff;
}
.tab .t_djb td .i160 {
  margin: 0 8px;
  width: 120px;
  height: 30px;
  background: #fff;
}
.tab .t_djb td .i180 {
  margin: 0 8px;
  width: 180px;
  height: 30px;
  background: #fff;
}
.tab .t_djb td .i140 {
  margin: 0 8px;
  width: 140px;
  height: 30px;
  background: #fff;
}
.tab .t_djb td .i120 {
  margin: 0 8px;
  width: 120px;
  height: 30px;
  background: #fff;
}
.tab .t_djb td .i200 {
  width: 156px;
  height: 30px;
  background: #fff;
}
.tab .t_djb td .i190 {
  width: 190px;
  height: 30px;
  background: #fff;
}
.tab .t_djb td .i320 {
  width: 290px;
  height: 30px;
  background: #fff;
}
.tab .t_djb td .i380 {
  width: 380px;
  height: 30px;
  background: #fff;
}
.tab .t_djb td .i560 {
  width: 560px;
  height: 30px;
  background: #fff;
}
.tab .t_djb td.g0 {
  width: 120px;
  color: #333;
  text-indent: 10px;
}
.tab .t_djb td.g1 {
  width: 80px;
  color: #333;
  text-indent: 10px;
}
.tab .t_djb td.g2 {
  width: 160px;
  color: #333;
  text-indent: 10px;
}
.tab .t_djb td.g3 {
  width: 100px;
  color: #333;
}
.tab .t_djb td.g4 {
  width: 160px;
  color: #333;
  text-indent: 10px;
}
.tab .t_djb td.g5 {
  width: 80px;
  color: #333;
}
.tab .t_djb td.g6 {
  width: 100px;
  color: #333;
  text-indent: 10px;
}
.tab .t_djb td.g7 {
  width: 120px;
  color: #333;
}
.tab .t_djb td.g8 {
  width: 80px;
  color: #333;
  text-indent: 10px;
}
.tab .t_djb td.g9 {
  width: 200px;
  color: #333;
}
.tab .t_djb td.h0 {
  width: 120px;
  color: #333;
  text-indent: 10px;
}
.tab .t_djb td.h1 {
  width: 160px;
  color: #333;
}
.tab .t_djb td.h2 {
  width: 200px;
  color: #333;
}
.tab .t_djb td.h3 {
  width: 200px;
  color: #333;
}
.tab .t_djb td.h4 {
  width: 120px;
  color: #333;
}
.tab .t_djb td.h5 {
  width: 120px;
  color: #333;
}
.tab .t_djb td.h6 {
  width: 120px;
  color: #333;
}
.tab .t_djb td.h7 {
  width: 160px;
  color: #333;
}
.tab .h1, .tab .h2, .tab .h3 {
  font-size: 16px;
}
.btnwrap {
  width: 100%;
  text-align: center;
  padding: 0 0 40px 0;
}
.btnwrap .submit {
  background: #023f7f;
  width: 160px;
  height: 48px;
  line-height: 48px;
  border: none;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin: 0 2% 0 auto;
}
.btnwrap a.submit1 {
  background: #ccc;
  color: #333 !important;
  padding: 11px 40px 15px;
  border-radius: 3px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  margin: 2px auto 0 2%;
}
/*--人才招聘结束--*/
/*联系我们表单*/
.contact_from_one {
  width: 1060px;
  margin: 0px auto;
  max-width: 100%;
  border-top: 1px dotted rgb(211, 211, 211);
  margin-top: 15px;
}
.form_t_one {
  position: relative;
  width: 100%;
  padding: 20px 0px;
}
.form_t_one div {
  display: flex;
  position: relative;
  padding: 5px 0px;
}
.form_t_one div span {
  display: block;
  min-width: 85px;
  width: 85px;
  font-size: 15px;
  line-height: 30px;
  color: #666;
}
.form_t_one div .checkbox {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 14px;
  color: #666;
}
.form_t_one div input[type="checkbox"] {
  width: 15px;
  height: 15px;
  border: 1px solid #e2e2e2;
  min-width: 15px;
  margin-right: 3px;
  margin-left: 20px;
}
.form_t_one div input[type="checkbox"]:checked {
  background-color: #eee;
}
.form_t_one div input[type="checkbox"]:checked:after {
  content: '✔';
  line-height: 15px;
  font-size: 12px;
  text-align: center;
  display: block;
  width: 100%;
}
.form_t_one div input[type="text"] {
  width: calc(100% - 110px);
  height: 30px;
  line-height: 30px;
  border: 1px solid #e2e2e2;
  padding: 0px 10px;
}
.form_t_one div select {
  width: calc(100% - 90px);
  height: 32px;
  line-height: 30px;
  border: 1px solid #e2e2e2;
  max-width: 842px;
  padding: 0px 10px;
}
.form_t_one div textarea {
  width: calc(100% - 110px);
  height: 110px;
  line-height: 30px;
  border: 1px solid #e2e2e2;
  padding: 5px 10px;
  resize: none;
}
.form_t_one div a {
  display: block;
  width: 100px;
  color: #666;
  font-size: 15px;
  line-height: 35px;
  border: 1px solid #e2e2e2;
  text-align: center;
  margin-left: 20px;
}
/*侧边框*/
.bdsharebuttonbox_a {
  position: fixed;
  top: 40%;
  right: 0;
  z-index: 999;
}
.bdsharebuttonbox_a a {
  width: 50px !important;
  height: 48px !important;
  float: none !important;
  background-image: url(../images/bdsharebuttonbox_a.png) !important;
  display: block;
  margin: 2px 0px 2px 0 !important;
  overflow: inherit !important;
}
.bdsharebuttonbox_a.bdshare-button-style0-32 .bds_weixin {
  background-position: 0 0px !important;
}
.bdsharebuttonbox_a.bdshare-button-style0-32 .bds_tsina {
  background-position: 0 -50px !important;
}
.bdsharebuttonbox_a.bdshare-button-style0-32 .bds_sqq {
  background-position: 0 -100px !important;
}
.bdsharebuttonbox_a.bdshare-button-style0-32 .bds_qzone {
  background-position: 0 -150px !important;
}
.bds_phone {
  background-position: 0 -200px !important;
  position: relative;
}
.bds_phone span {
  display: none;
  position: absolute;
  height: 48px;
  line-height: 48px;
  text-align: center;
  background: #000;
  color: #fff;
  top: 0;
  right: 50px;
  width: 140px;
  text-indent: 0em !important;
  font-size: 20px;
}
.bds_phone:hover span {
  display: block;
}
.totop {
  background-position: 0 -250px !important;
  position: relative;
}
/* 合作伙伴 */
.partner_main {
  width: 100%;
  height: auto;
  padding: 50px 0;
  background-color: #f4f8fd;
}
.partner {
  width: 1420px;
  margin: 0 auto;
  overflow: hidden;
}
.partner_center {
  height: auto;
  overflow: hidden;
  margin: 50px 0 20px 0;
  border: 1px solid #eee;
  border-right: 0px;
  border-bottom: 0px;
}
.partner_zhu {
  width: 40%;
  height: 316px;
  border-bottom: 1px solid #eee;
  border-right: 1px solid #eee;
  float: left;
  background-color: #fff;
  background: url("../images/par_ico.png") #fff 20px 20px no-repeat;
  position: relative;
  overflow: hidden;
}
.zhu_text {
  padding: 50px 50px 50px 90px;
  display: none;
}
.zhu_text h4 img {
  max-width: 170px;
  height: auto;
}
.zhu_text h5 {
  padding: 15px;
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.zhu_text p {
  font-size: 16px;
  color: #666;
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  white-space: normal;
  -o-text-overflow: ellipsis;
}
.zhu_text.ontrue {
  display: block;
}
.zhu_buttom {
  position: absolute;
  right: 20px;
  top: 20px;
}
.zhu_prev {
  width: 50px;
  height: 50px;
  border: 1px solid #eee;
  float: left;
  border-right: 0px;
  cursor: pointer;
}
.zhu_prev i {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("../images/par_prev.png") no-repeat center center;
}
.zhu_prev:hover {
  background-color: #1d2088;
}
.zhu_prev:hover i {
  background: url("../images/par_next.png") no-repeat center center;
  transform: rotate(180deg);
}
.zhu_next i {
  display: inline-block;
  width: 50px;
  height: 50px;
  background: url("../images/par_prev.png") no-repeat center center;
  transform: rotate(180deg);
}
.zhu_next {
  width: 50px;
  height: 50px;
  border: 1px solid #eee;
  float: left;
  cursor: pointer;
}
.zhu_next:hover {
  background-color: #1d2088;
}
.zhu_next:hover i {
  background: url("../images/par_next.png") no-repeat center center;
  transform: rotate(0deg);
}
.partner_logo ul li {
  width: 20%;
  height: 158px;
  padding: 10px;
  border-right: 1px solid #eee;
  border-bottom: 1px solid #eee;
  float: left;
  text-align: center;
  line-height: 138px;
  overflow: hidden;
  background-color: #fff;
}
.partner_logo ul li img {
  max-width: 100%;
  object-fit: cover;
  height: auto;
  transition: all .4s;
}
.partner_logo ul li.ontrue img {
  transform: translateY(-10px);
}
@media (max-width:1440px) {
  .fanan_small .fam_back > p {
    font-size: 26px;
  }
  .fanan_small .fam_back > p span:nth-child(3) {
    font-size: 16px;
  }
}
@media (max-width:1280px) {
  .header_content .menu > li > a {
    padding: 0px 15px;
  }
  .header_meus {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .swiper_banner_one .swiper-slide img {
    width: 150%;
    height: auto;
  }
  /*通用的*/
  .public_div {
    width: calc(100% - 30px);
    margin: 0px 15px;
  }
  .fanan_small .fam_back > p {
    font-size: 24px;
  }
  .fanan_small .fam_back > p span:nth-child(3) {
    font-size: 14px;
  }
  .f-zuo {
    width: 680px;
  }
  .f-you {
    width: 280px;
    padding-top: 16px;
    float: right;
    position: relative;
  }
}
@media (max-width:1200px) {
  #header {
    min-width: 100px;
  }
  .header_meus .header_meus_login {
    display: none;
  }
  .header_meus .header_meus_search {
    margin: 14px 0px;
    height: 32px;
  }
  .index_banner {
    margin-top: 60px;
  }
  .swiper_banner_two .swiper-slide {
    position: relative;
    width: calc(25% - 3.75px);
  }
  .fangan_list {
    position: relative;
    width: 100%;
    margin: 0px auto;
    flex-wrap: wrap;
  }
  .fangan_list .swiper-slide {
    width: 33.333%;
  }
  .fanan_small {
    height: 275px;
  }
  .hzhb_center a {
    width: calc(25% - 0.75px);
  }
  .hzhb_center a:nth-child(5n) {
    margin-right: 1px;
  }
  .hzhb_center a:nth-child(4n) {
    margin-right: 0px;
  }
  .footer_two {
    flex-wrap: wrap;
  }
  .footer_two .t_ul {
    width: 16.666%;
    min-width: 16.666%;
  }
  .footer_two .t_ewm {
    width: 100%;
  }
  /*product*/
  .pr_bannar {
    margin-top: 60px;
    height: 280px;
  }
  /*tzzgx*/
  .gg_list li {
    width: calc(33.33% - 16px);
    margin-right: 24px;
  }
  .gg_list li:nth-child(4n) {
    margin-right: 24px;
  }
  .gg_list li:nth-child(3n) {
    margin-right: 0px;
  }
  /*about*/
  .about_wh_small .aws_small {
    padding: 40px 35px;
  }
  .about_list .small_honor {
    margin: 0px auto;
    margin-bottom: 35px;
  }
}
@media (max-width:945px) {
  /*product*/
  ul.bus_list li {
    width: calc(33.333% - 20px);
    margin-right: 30px;
    margin-bottom: 25px;
  }
  ul.bus_list li:nth-child(4n) {
    margin-right: 30px;
  }
  ul.bus_list li:nth-child(3n) {
    margin-right: 0px;
  }
  /*tzzgx*/
  .gg_list li {
    width: calc(50% - 10px);
    margin-right: 20px;
  }
  .gg_list li:nth-child(3n) {
    margin-right: 20px;
  }
  .gg_list li:nth-child(2n) {
    margin-right: 0px;
  }
  .gt_contact .gt_text {
    width: 100%;
    margin-right: 0%;
  }
  .gt_contact .gt_img {
    width: 100%;
  }
  /* 合作伙伴 */
  .partner_main {
    padding: 30px 0;
  }
  .partner_zhu {
    width: 100%;
    height: 316px;
    background: url("../images/par_ico.png") #fff 10px 10px no-repeat;
    background-size: 13%
  }
  .zhu_text {
    padding: 50px 30px 30px 30px;
  }
  .zhu_text h4 img {
    max-width: 120px;
    height: auto;
  }
  .zhu_prev {
    width: 40px;
    height: 40px;
  }
  .zhu_prev i {
    width: 40px;
    height: 40px;
  }
  .zhu_next {
    width: 40px;
    height: 40px;
  }
  .zhu_next i {
    width: 40px;
    height: 40px;
  }
  .f-zuo {
    width: 100%;
  }
  .f-you {
    width: 280px;
    padding-top: 6px;
    float: left;
    position: relative;
    padding-bottom: 40px;
  }
}
@media (max-width:767px) {
  .header_meus .header_meus_search {
    min-width: 160px;
  }
  .header_meus .header_meus_search a.gp_type {
    font-size: 12px;
    width: 118px;
  }
  #keywords {
    width: 120px;
  }
  .search_input {
    width: 120px;
  }
  .swiper_banner_two .swiper-slide {
    position: relative;
    width: calc(33.33% - 3.33px);
  }
  .swiper_banner_two .pro_back p.one {
    font-size: 22px;
  }
  .swiper_banner_two .swiper-slide p.one span:nth-child(1) {
    font-size: 16px;
  }
  .swiper_banner_two .pro_back p.two {
    font-size: 16px;
  }
  .fanan_small .fam_back > p {
    font-size: 22px;
  }
  .fanan_small .fam_back > p span:nth-child(3) {
    font-size: 12px;
  }
  .fanan_small {
    height: 275px;
  }
  /*新闻中心*/
  .i_news_list {
    flex-wrap: wrap;
  }
  .i_news_left {
    width: 100%;
    margin-right: 0px;
  }
  .i_news_right {
    width: 100%;
    margin-top: 20px;
  }
  .footer_two .t_ul {
    display: none;
  }
  .footer_thr span {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 28px;
  }
  /*product*/
  .pr_bannar {
    height: 180px;
  }
  .pr_b_img p.one {
    font-size: 26px;
    line-height: 45px;
  }
  .pr_b_img p.two {
    font-size: 16px;
    line-height: 28px;
  }
  .small_meus_li a {
    font-size: 14px;
    width: 120px;
  }
  .small_meus_li_cp a {
    font-size: 14px;
    width: 120px;
  }
  ul.bus_list li .pro_back p.one {
    font-size: 22px;
  }
  ul.bus_list li .pro_back p.one span:nth-child(1) {
    font-size: 16px;
  }
  ul.bus_list li .pro_back p.two {
    font-size: 16px;
  }
  ul.bus_list li {
    width: calc(50% - 15px);
    margin-right: 30px;
  }
  ul.bus_list li:nth-child(3n) {
    margin-right: 30px;
  }
  ul.bus_list li:nth-child(2n) {
    margin-right: 0px;
  }
  .product_detail .detail_left {
    width: 100%;
  }
  .product_detail .detail_right {
    width: 100%;
    padding: 20px 0px;
  }
  /*fangan*/
  ul.fan_list li {
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  ul.fan_list li ._img {
    width: 100%;
  }
  ul.fan_list li ._text {
    width: 100%;
  }
  ul.fan_list li ._text .two {
    padding: 12px 0px 25px 0px;
  }
  /*news*/
  ul.new_list li {
    flex-wrap: wrap;
  }
  ul.new_list li ._img {
    width: 100%;
  }
  ul.new_list li ._text {
    width: 100%;
    margin-left: 0px;
    margin-top: 10px;
  }
  ul.new_list li ._text .two p {
    max-height: 120px;
    height: auto;
  }
  ul.new_list .fan_more {
    margin: 0px auto;
  }
  /*tzzgx*/
  .gg_list li {
    width: 100%;
    max-width: 320px;
  }
  .gg_list li:nth-child(n) {
    margin: 0px auto;
    margin-bottom: 25px;
  }
  .gg_list li a:hover .pro_back > div .one {
    padding-top: 8px;
    font-size: 20px;
  }
  /*hr*/
  .hr_list .hr_table .hr_title {
    display: none;
  }
  .hr_list .hr_table .hr_small a.hr_small_title {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 15px 25px;
  }
  .hr_list .hr_table .hr_small div.td-1, .hr_list .hr_table .hr_small div.td-2 {
    width: 50%;
    display: flex;
    padding: 0px;
    text-align: left;
  }
  .hr_list .hr_table .hr_small div.td-3 {
    width: 50%;
    display: flex;
    padding: 0px;
    text-align: left;
  }
  .hr_list .hr_table .hr_small div.td-4 {
    position: absolute;
    bottom: 20px;
    right: 15px;
    width: 20px;
  }
  .hr_list .hr_table .hr_small div span.one {
    display: block;
    min-width: 80px;
  }
  .hr_list .hr_table .hr_small .hr_small_context {
    padding: 25px 25px 30px 25px;
  }
  /*about*/
  .title_hasback {
    padding: 50px 0px 30px 0px;
  }
  .title_hasback .hasB {
    font-size: 58px;
    line-height: 100px;
  }
  .title_hasback .title {
    font-size: 24px;
  }
  .years_number ._small {
    width: 100%;
    margin-bottom: 20px;
  }
  .years_number ._small p span.one {
    font-size: 55px;
  }
  .wabout_bannar img {
    width: 150%;
  }
  /*about ---wh*/
  .about_wh_small {
    flex-wrap: wrap;
  }
  .about_wh_small .aws_small {
    max-width: 360px;
    width: 100%;
    margin: 0px auto;
    padding: 40px 55px;
  }
  .about_wh_small .aws_small .two_s {
    min-height: auto;
  }
  /*about_lx*/
  .about_map_lx {
    flex-wrap: wrap;
  }
  .about_map_lx #Amap {
    width: 100%;
  }
  .about_map_lx .Amap_msg {
    width: 100%;
  }
  /*about_ry*/
  .about_list .small_honor a ._img {
    height: auto;
  }
  .about_list .small_honor a ._img img {
    position: relative;
    top: 0px;
    left: 0px;
    transform: none;
  }
  .about_list .small_honor a:hover ._img img {
    transform: scale(1.1);
  }
}
@media (max-width:540px) {
  .header_meus .header_meus_search {
    min-width: 34px;
  }
  .header_meus .header_meus_search a.gp_type {
    display: none;
  }
  #keywords {
    width: 160px;
    top: 50px;
  }
  .search_input {
    width: 160px;
    top: 50px;
  }
  .swiper_banner_two .swiper-slide {
    position: relative;
    width: calc(50% - 2.5px);
  }
  /*标题*/
  .index_title_one p {
    font-size: 14px;
  }
  .index_title_one p.dig {
    font-size: 28px;
  }
  .swiper_banner_two .swiper-button-prev {
    right: auto;
    top: 50%;
    margin-top: 0px;
  }
  .swiper_banner_two .swiper-button-next {
    left: auto;
    top: 50%;
    margin-top: 0px;
  }
  .fanan_small {
    width: 100%;
    height: 275px;
  }
  /*product*/
  .small_meus_li a {
    width: 50%;
  }
  .small_meus_li_cp a {
    width: 50%;
  }
  /*tzzgx*/
  .gg_list li a:hover .pro_back > div .one {
    padding-top: 8px;
    font-size: 18px;
  }
  /*hr*/
  .hr_list .hr_table .hr_small div.td-1, .hr_list .hr_table .hr_small div.td-2 {
    width: 100%;
  }
  /*about_lx*/
  .about_map_lx #Amap {
    height: 400px;
  }
}
@media (max-width:475px) {
  ul.bus_list li {
    width: 100%;
  }
  ul.bus_list li:nth-child(n) {
    margin-right: 0px;
  }
  /*product*/
  .hd_d_img {
    height: 380px;
  }
  /*tzzgx*/
  .gt_contact .gt_text .one {
    font-size: 24px;
    line-height: 30px;
  }
  .gt_contact .gt_text div {
    font-size: 14px;
    line-height: 32px;
  }
  /*hr*/
  .hr_list .hr_table .hr_small div.td-3 {
    width: 100%;
  }
  /*about ---wh*/
  .about_wh_small .aws_small {
    padding: 35px;
  }
  /*about_ry*/
  .about_list .small_honor {
    min-width: auto;
    width: 100%;
  }
  .about_list .small_honor a p {
    font-size: 14px;
  }
  /*about_lx*/
  .about_map_lx #Amap {
    height: 360px;
  }
  .fangan_list .swiper-slide {
    width: 100%;
  }
}
@media (max-width:415px) {
  .swiper_banner_two .swiper-slide {
    position: relative;
    width: 100%;
  }
  .hzhb_center a {
    width: calc(50% - 0.5px);
  }
  .hzhb_center a:nth-child(4n) {
    margin-right: 1px;
  }
  .hzhb_center a:nth-child(2n) {
    margin-right: 0px;
  }
  /*product*/
  .hd_d_img {
    height: 320px;
  }
  /*about*/
  .title_hasback .hasB {
    font-size: 55px;
  }
}
.zhengwen {
  font-size: 16px;
  color: #666;
  line-height: 2em;
  padding: 40px 5% 0px 5%;
}
.zhengwen img {
  max-width: 100%;
  height: auto;
  overflow: hidden;
}
.biaodan {
  border-top: 1px solid #f0f0f0;
  margin-bottom: 35px;
}
.biaodan li {
  padding: 15px 0px;
  border-bottom: 1px solid #f0f0f0;
  clear: right;
  height: auto;
  overflow: hidden;
}
.biaodan li .left {
  width: 25%;
  float: left;
}
.biaodan li .right {
  width: 70%;
  margin-left: 10px;
  float: left;
}
.main-block {
  padding: 60px 0px 20px 0px;
}
/* TOUR ITEM */
.tour-item {
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px;
}
.tour-item:hover .caption {
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.tour-item .caption {
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.tour-item img {
  -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
  transition: opacity 0.35s, transform 0.35s;
  -webkit-transform: scale(1);
  transform: scale(1);
  object-fit: cover;
  height: 300px;
  width: 100%;
  margin-bottom: 0 !important;
}
.tour-item:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.tour-item:hover p.price {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.tour-item .img-wrap {
  position: relative;
  line-height: 0;
  text-align: center;
}
.tour-item .img-wrap p.price {
  position: absolute;
  top: 0;
  line-height: 1.5;
}
.tour-item .img-wrap p.price span {
  text-decoration: line-through;
  color: rgba(0, 0, 0, 0.4);
  display: block;
  font-size: 14px;
  text-align: center;
}
.tour-item p.price {
  background: #ef3822;
  color: #fff;
  margin-left: 14px;
  padding: 30px 10px 5px 10px;
  font-size: 16px;
  border-radius: 0 0 3px 3px;
  -webkit-transform: translate3d(0, -25px, 0);
  transform: translate3d(0, -25px, 0);
  -webkit-transition: opacity 0.35s, -webkit-transform 0.30s;
  transition: opacity 0.35s, transform 0.30s;
  font-weight: 600;
}
.tour-item .caption {
  padding: 25px 15px;
  display: inline-block;
  width: 100%;
}
.tour-item p.title {
  font-size: 15px;
  text-align: center;
  color: #212121;
  margin-bottom: 15px;
}
.tour-item p.time {
  float: right;
  display: inline-block;
  margin-bottom: 0 !important;
  font-size: 13px;
  color: #545454;
}
.tour-item p.date {
  float: left;
  display: inline-block;
  font-size: 13px;
  color: #545454;
  margin-bottom: 0 !important;
}
.tour-item p.time span, .tour-item p.date span {
  margin-right: 5px;
}
.width100 {
  width: 100%;
}
/*- Float & align -*/
.float-r {
  float: right;
}
.float-l {
  float: left;
}
.text-center {
  text-align: center;
}
.text-right {
  text-align: right;
}
/*- Margin & Padding -*/
.mt-10 {
  margin-top: 10px !important;
}
.mt-20 {
  margin-top: 20px !important;
}
.mt-26 {
  margin-top: 32px !important;
}
.mt-30 {
  margin-top: 30px !important;
}
.mt-40 {
  margin-top: 40px !important;
}
.mt-50 {
  margin-top: 50px !important;
}
.mt-60 {
  margin-top: 60px !important;
}
.mb-10 {
  margin-bottom: 10px !important;
}
.mb-20 {
  margin-bottom: 20px !important;
}
.mb-30 {
  margin-bottom: 30px !important;
}
.mb-40 {
  margin-bottom: 40px !important;
}
.mb-50 {
  margin-bottom: 50px !important;
}
.mb-60 {
  margin-bottom: 60px !important;
}
.pt-10 {
  padding-top: 10px !important;
}
.pt-20 {
  padding-top: 20px !important;
}
.pt-30 {
  padding-top: 30px !important;
}
.pt-40 {
  padding-top: 40px !important;
}
.pt-50 {
  padding-top: 50px !important;
}
.pt-60 {
  padding-top: 60px !important;
}
.pb-10 {
  padding-bottom: 10px !important;
}
.pb-20 {
  padding-bottom: 20px !important;
}
.pb-30 {
  padding-bottom: 30px !important;
}
.pb-40 {
  padding-bottom: 40px !important;
}
.pb-50 {
  padding-bottom: 50px !important;
}
.pb-60 {
  padding-bottom: 60px !important;
}
.block-title h1, .block-title h2, .block-title h3 {
  font-weight: bold;
  color: #2160d1
}
.block-title .separator {
  margin-top: 16px;
}
.g5 {
  width: 100%;
  height: 6px;
  overflow: hidden;
}
.fixed_box {
  width: 154px;
  position: absolute;
  z-index: 9999;
  top: 220px;
  overflow: hidden;
}
.jiange {
  border: 1px solid #e2e2e2;
  border-width: 0 0 1px 0;
  margin: 10px 10px 5px 10px;
}
.content_box {
  width: 154px; /*background:#fff;*/ position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
}
.content_title, .content_bottom, .close_btn a, .show_btn {
  background: url(/images/service/sidebar_bg.gif) no-repeat;
}
.content_title {
  height: 46px;
  background-position: -1165px 0;
}
.content_title span {
  display: none;
}
.content_list {
  font-family: Arial, Helvetica, sans-serif;
  padding: 5px 5px;
  font-size: 12px;
  background: url(/images/service/gray_line.gif) repeat-y center;
  text-align: center;
}
.content_bottom {
  height: 8px;
  overflow: hidden;
  background-position: -1165px -50px;
}
.close_btn {
  position: absolute;
  right: 10px;
  top: 15px;
}
.close_btn, .close_btn a {
  display: block;
  width: 18px;
  height: 20px;
  overflow: hidden;
  cursor: pointer;
  background-position: -44px -90px;
}
.close_btn a:hover {
  background-position: -67px -90px;
}
.close_btn a span {
  display: none;
}
.show_btn {
  display: none;
  width: 28px;
  height: 112px;
  background-position: -231px 0;
  position: absolute;
  top: 0;
  z-index: 1;
  cursor: pointer;
}
.show_btn span {
  display: none;
}
.content_list .qqserver p {
  text-align: center;
  padding: 6px 0;
  margin: 0;
  vertical-align: middle;
}
.content_list .qqserver p span {
  margin-right: 5px;
}
.content_list .qqserver p img {
  display: inline;
  margin-top: -5px;
  vertical-align: middle;
}
.content_list .phoneserver {
  font-size: 14px;
  text-align: center;
}
.content_list .phoneserver .xiaobiao {
  font-family: "Microsoft Yahei";
  font-weight: bold;
  color: #666;
  font-size: 14px;
}
.content_list .phoneserver p {
  padding: 2px 0;
  _height: 16px;
  margin: 0;
  color: #666666;
}
.content_list .msgserver {
  text-align: center;
  margin-bottom: 5px;
}
.content_list .msgserver a {
  background: url(/images/service/sidebar_bg.gif) no-repeat -119px -116px;
  padding-left: 20px;
}
.content_list hr {
  border-bottom: 1px solid #E6E6E6;
  height: 1px;
  margin: 10px 0;
  clear: both;
}
/* blue skin  */
.skin_blue .content_title {
  background-position: -365px 0;
}
.skin_blue .content_list {
  background: url(/images/service/blue_line.gif) repeat-y center;
}
.skin_blue .content_bottom {
  background-position: -365px -50px;
}
.skin_blue .close_btn a {
  background-position: -44px 0;
}
.skin_blue .close_btn a:hover {
  background-position: -66px 0;
}
.skin_blue .show_btn {
  background-position: -119px 0;
}
.skin_blue .msgserver a {
  color: #06C;
}
.skin_blue hr {
  border-bottom: :1px solid #dbe4e9;
}
.header_meus .help-tip {
  position: absolute;
  top: 18px;
  right: 18px;
  text-align: center;
  /**background:#f0f0f0 url(/skin/e.png) no-repeat;
	border-radius: 50%;**/
  width: 50px;
  height: 50px;
  font-size: 14px;
  cursor: pointer;
  border: 2px solid #fff;
}
.header_meus .help-tip:hover p {
  top: 60px;
  z-index: 9999999999;
  display: block;
  transform-origin: 100% 0%;
  -webkit-animation: fadeIn 0.3s ease-in-out;
  animation: fadeIn 0.3s ease-in-out;
}
.header_meus .help-tip p {
  display: none;
  text-align: left;
  background-color: #1E2021;
  padding: 20px;
  width: 300px;
  position: absolute;
  border-radius: 3px;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
  right: -4px;
  color: #FFF;
  font-size: 13px;
  line-height: 1.4;
}
.header_meus .help-tip p:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-bottom-color: #1E2021;
  right: 20px;
  top: -12px;
}
.header_meus .help-tip p:after {
  width: 100%;
  height: 60px;
  content: '';
  position: absolute;
  top: -60px;
  left: 0;
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
    transform: scale(0.6);
  }
  100% {
    opacity: 100%;
    transform: scale(1);
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100%;
  }
}
@media (max-width:786px) {
  .header_meus .help-tip {
    display: none
  }
}