header,
footer,
#main,
#info {
  width: 100%;
  overflow: hidden;
  min-width: 1200px;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  display: block;
  position: relative;
}
/* 变量 */
@font-face {
  font-family: numFont;
  src: url('../font/DINPRO.otf');
}
/*css3*/
.clear {
  *zoom: 1;
}
.clear:before,
.clear:after {
  content: " ";
  display: table;
}
.clear:after {
  clear: both;
}
.header_nav_wrap {
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 153;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.czspjz {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
/************************header************************/
header {
  background: #fff;
}
.header_logo {
  background: #fff;
  padding: 24px 0;
  -moz-transition: all 400ms linear;
  -webkit-transition: all 400ms linear;
  transition: all 400ms linear;
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
}
.header_logo h1 {
  float: left;
  position: relative;
  top: 5px;
}
.header_logo h1 span {
  text-indent: -999rem;
  display: none;
}
.header_logo .header_logo_r {
  float: right;
  background: url(../images/header_tel.png) no-repeat left top 4px;
  padding-left: 35px;
  width: 180px;
}
.header_logo .header_logo_r div small {
  color: #787878;
  display: block;
  line-height: 26px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 100;
}
.header_logo .header_logo_r div p {
  font-size: 24px;
  color: #0d86e6;
  font-family: numFont;
  font-weight: normal;
  display: block;
  /* float: left; */
  margin-right: 15px;
  line-height:28px;
}
/* .header_logo .header_logo_r p b:nth-of-type(2) {
  margin-right: 0;
} */
.nav {
  background: #1f377b;
  height: 60px;
  position: relative;
  z-index: 100;
  *zoom: 1;
  line-height: 60px;
}
.nav:before,
.nav:after {
  content: " ";
  display: table;
}
.nav:after {
  clear: both;
}
.nav ul li {
  float: left;
  position: relative;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.nav ul li:hover > a {
  background: #00a0ea;
  color: #fff;
}
.nav ul li:hover small {
  color: #fff;
}
.nav ul li:hover p {
  visibility: visible;
  opacity: 1;
  top: 60px;
}
.nav ul li > a {
  font-size: 16px;
  color: #fff;
  display: block;
  width: 149px;
  text-align: center;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  position: relative;
}
.nav ul li > a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nav ul li > a small {
  display: block;
  font-size: 12px;
  color: #515555;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.nav ul li p {
  position: absolute;
  left: 0;
  top: 60px;
  background: #1f377b;
  width: 100%;
  text-align: center;
  box-sizing: border-box;
  visibility: hidden;
  opacity: 0;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.nav ul li p a {
  display: block;
  line-height: inherit;
  color: #fff;
  font-size: 14px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.nav ul li p a:hover {
  background: #00a0ea;
}
.banner .box_skitter .info_slide_dots .image_number {
  height: 6px;
  width: 35px;
  border-radius: 5px;
}
.banner .box_skitter .info_slide_dots .image_number {
  background: #1f377b;
  opacity: 0.8;
}
.banner .box_skitter .info_slide_dots .image_number_select,
.banner .box_skitter .info_slide_dots .image_number_select:hover {
  background: #fff;
}
/************************main************************/
/*-------------------------------------------------------------------------search 首页搜索栏-----------------------------------------------------------------------------------*/
.search {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
  height: 70px;
}
.search .wrapper {
  position: relative;
  height: 70px;
  *zoom: 1;
}
.search .wrapper:before,
.search .wrapper:after {
  content: " ";
  display: table;
}
.search .wrapper:after {
  clear: both;
}
.search .wrapper .search-left {
  width: 680px;
  float: left;
}
.search .wrapper .search-left .hot-keywords {
  color: #3b3b3b;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 1px;
  line-height: 70px;
  float: left;
}
.search .wrapper .search-left .keywords-text {
  width: 590px;
  display: inline-block;
  color: #999999;
  font-size: 14px;
  height: 70px;
  *zoom: 1;
}
.search .wrapper .search-left .keywords-text:before,
.search .wrapper .search-left .keywords-text:after {
  content: " ";
  display: table;
}
.search .wrapper .search-left .keywords-text:after {
  clear: both;
}
.search .wrapper .search-left .keywords-text li {
  float: left;
  margin-right: 11px;
  line-height: 70px;
  list-style: none;
}
.search .wrapper .search-left .keywords-text li a {
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  color: #999;
  font-size: 14px;
  font-weight: 100;
}
.search .wrapper .search-left .keywords-text li a:hover {
  color: #1f377b;
}
.search .wrapper form {
  margin-top: 17px;
  float: right;
}
.search .wrapper form .input__field--minoru {
  float: left;
  width: 279px;
  height: 34px;
  color: #b6b6b6;
  font-size: 14px;
  font-weight: lighter;
  outline: none;
  border-radius: 25px;
  text-indent: 25px;
  border: 1px solid #d2d2d2;
}
.search .wrapper form .input__label-content {
  outline: none;
  cursor: pointer;
  float: left;
  border: none;
  margin-left: -74px;
  width: 74px;
  height: 38px;
  background: #108cee;
  border-radius: 35px;
  color: #fff;
  letter-spacing: 2px;
  font-size: 14px;
  font-weight: 100;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.search .wrapper form .input__label-content:hover {
  background: #51c47a;
}
/*-------------------------------------------------------------------------public 公用-----------------------------------------------------------------------------------*/
.main_title {
  text-align: center;
  padding: 62px 0 45px 0;
}
.main_title h4 {
  font-size: 38px;
  color: #242628;
  background: url("../images/main_titlebg.png") no-repeat center bottom;
  padding-bottom: 27px;
  margin-bottom: 8px;
  font-weight: normal;
  letter-spacing: 1px;
}
.main_title small {
  display: block;
  font-size: 20px;
  color: #686868;
  font-weight: 300;
}
.cy-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
/*-------------------------------------------------------------------------service 代理服务-----------------------------------------------------------------------------------*/
.service {
  width: 100%;
  background: #f7f8fa;
  padding-bottom: 62px;
}
.service .wrapper {
  position: relative;
}
.service .wrapper > a {
  display: block;
  margin: 0 auto;
  width: 270px;
  height: 61px;
  text-align: center;
  line-height: 55px;
  color: #fff;
  background: url("../images/btn.png") no-repeat center;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  margin-top: 50px;
  font-size: 20px;
  font-weight: lighter;
}
.service .wrapper > a:hover {
  background: url("../images/btnh.png") no-repeat center;
}
.service .wrapper .swiper-button-prev-s1 {
  background: url("../images/btn_l2.png") no-repeat center;
  top: 50%;
  left: -100px;
  width: 50px;
  height: 100px;
  outline: none;
}
.service .wrapper .swiper-button-next-s1 {
  background: url("../images/btn_r2.png") no-repeat center;
  top: 50%;
  right: -100px;
  width: 50px;
  height: 100px;
  outline: none;
}
.service .wrapper .swiper-container-s1 {
  width: 100%;
  height: 100%;
}
.service .wrapper .swiper-container-s1 .swiper-slide:nth-of-type(1) .ss-wrapper .ss1 i {
  background: url("../images/ip1.png") no-repeat center;
}
.service .wrapper .swiper-container-s1 .swiper-slide:nth-of-type(2) .ss-wrapper .ss1 i {
  background: url("../images/ip2.png") no-repeat center;
}
.service .wrapper .swiper-container-s1 .swiper-slide:nth-of-type(3) .ss-wrapper .ss1 i {
  background: url("../images/ip3.png") no-repeat center;
}
.service .wrapper .swiper-container-s1 .swiper-slide:nth-of-type(4) .ss-wrapper .ss1 i {
  background: url("../images/ip4.png") no-repeat center;
}
.service .wrapper .swiper-container-s1 .swiper-slide:nth-of-type(5) .ss-wrapper .ss1 i {
  background: url("../images/ip5.png") no-repeat center;
}
.service .wrapper .swiper-container-s1 .swiper-slide:nth-of-type(6) .ss-wrapper .ss1 i {
  background: url("../images/ip6.png") no-repeat center;
}
.service .wrapper .swiper-container-s1 .swiper-slide:nth-of-type(7) .ss-wrapper .ss1 i {
  background: url("../images/ip7.png") no-repeat center;
}
.service .wrapper .swiper-container-s1 .swiper-slide .ss-wrapper {
  border: 1px solid #d9d9d9;
  background: #fff;
  height: 429px;
  position: relative;
}
.service .wrapper .swiper-container-s1 .swiper-slide .ss-wrapper .ss1 {
  width: 100%;
  height: 193px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.service .wrapper .swiper-container-s1 .swiper-slide .ss-wrapper .ss1 i {
  width: 130px;
  height: 130px;
}
.service .wrapper .swiper-container-s1 .swiper-slide .ss-wrapper .ss2 {
  display: block;
  position: relative;
  padding-bottom: 32px;
  text-align: center;
}
.service .wrapper .swiper-container-s1 .swiper-slide .ss-wrapper .ss2:after {
  position: absolute;
  background: #108cee;
  width: 34px;
  height: 3px;
  content: '';
  display: block;
  left: 50%;
  transform: translateX(-50%);
  top: 38px;
}
.service .wrapper .swiper-container-s1 .swiper-slide .ss-wrapper .ss2 a {
  color: #242424;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 95%;
  margin: 0 auto;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.service .wrapper .swiper-container-s1 .swiper-slide .ss-wrapper .ss2 a:hover {
  color: #51c47a;
}
.service .wrapper .swiper-container-s1 .swiper-slide .ss-wrapper .ss3 li {
  text-align: center;
}
.service .wrapper .swiper-container-s1 .swiper-slide .ss-wrapper .ss3 li a {
  color: #686868;
  font-size: 14px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.service .wrapper .swiper-container-s1 .swiper-slide .ss-wrapper .ss3 li a:hover {
  color: #51c47a;
}
.service .wrapper .swiper-container-s1 .swiper-slide .ss-wrapper .ss4 {
  width: 166px;
  height: 36px;
  border: 1px solid #a0a0a0;
  border-radius: 25px;
  position: absolute;
  bottom: 34px;
  left: 50%;
  transform: translateX(-50%);
}
.service .wrapper .swiper-container-s1 .swiper-slide .ss-wrapper .ss4 a {
  display: block;
  width: 86px;
  height: 36px;
  color: #636363;
  font-size: 14px;
  line-height: 36px;
  text-align: center;
  border-radius: 25px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.service .wrapper .swiper-container-s1 .swiper-slide .ss-wrapper .ss4 a:nth-of-type(1) {
  position: absolute;
  left: 0;
  background: #108cee;
  color: #fff;
}
.service .wrapper .swiper-container-s1 .swiper-slide .ss-wrapper .ss4 a:nth-of-type(2) {
  position: absolute;
  right: 0;
}
.service .wrapper .swiper-container-s1 .swiper-slide .ss-wrapper .ss4 a:nth-of-type(2):hover {
  background: #108cee;
  color: #fff;
}
/*-------------------------------------------------------------------------product_type 首页产品分类及热销-----------------------------------------------------------------------------------*/
.advantage {
  width: 100%;
  background: url("../images/adv.jpg") no-repeat center;
  height: 162px;
}
.advantage ul {
  *zoom: 1;
  width: 100%;
  height: 162px;
}
.advantage ul:before,
.advantage ul:after {
  content: " ";
  display: table;
}
.advantage ul:after {
  clear: both;
}
.advantage ul li {
  width: 25%;
  float: left;
  height: 100%;
}
.advantage ul li div {
  *zoom: 1;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 34px;
}
.advantage ul li div:before,
.advantage ul li div:after {
  content: " ";
  display: table;
}
.advantage ul li div:after {
  clear: both;
}
.advantage ul li div h2 {
  font-size: 48px;
  float: left;
  font-family: numFont;
  color: #fff;
  font-weight: normal;
}
.advantage ul li div span {
  float: left;
  font-family: numFont;
  font-size: 48px;
  color: #fff;
}
.advantage ul li div sup {
  font-size: 30px;
  color: #fff;
  float: left;
  font-weight: 300;
}
.advantage ul li p {
  color: #fff;
  font-size: 16px;
  text-align: center;
}
.advantage ul li:nth-child(1) div {
  background: url("../images/a1.png") no-repeat left 70px top 30px;
}
.advantage ul li:nth-child(2) div {
  background: url("../images/a2.png") no-repeat left 60px top 30px;
}
.advantage ul li:nth-child(3) div {
  background: url("../images/a3.png") no-repeat left 55px top 30px;
}
.advantage ul li:nth-child(4) div {
  background: url("../images/a4.png") no-repeat left 58px top 30px;
}
/*-------------------------------------------------------------------------case 案例展示------------------------------------------------------------------------------------*/
.case {
  width: 100%;
  padding-bottom: 82px;
  background: #fff;
}
.case ul {
  *zoom: 1;
}
.case ul:before,
.case ul:after {
  content: " ";
  display: table;
}
.case ul:after {
  clear: both;
}
.case ul li {
  width: 584px;
  height: 236px;
  float: left;
  margin-bottom: 30px;
  border: 1px solid #aaaaaa;
}
.case ul li:nth-child(1) {
  margin-right: 28px;
}
.case ul li:nth-child(1) p {
  background: #00a0ea url("../images/c1.png") no-repeat top 26px center;
}
.case ul li:nth-child(2) p {
  background: #00a0ea url("../images/c2.png") no-repeat top 26px center;
}
.case ul li:nth-child(3) {
  margin-right: 28px;
  margin-bottom: 0;
}
.case ul li:nth-child(3) p {
  background: #00a0ea url("../images/c3.png") no-repeat top 26px center;
}
.case ul li:nth-child(4) {
  margin-bottom: 0;
}
.case ul li:nth-child(4) p {
  background: #00a0ea url("../images/c4.png") no-repeat top 26px center;
}
.case ul li p {
  float: left;
  width: 100px;
  height: 236px;
}
.case ul li p span {
  width: 48px;
  display: block;
  color: #fff;
  font-size: 22px;
  margin: 0 auto;
  padding-top: 111px;
  letter-spacing: 2px;
}
.case ul li .c1 {
  width: 470px;
  float: right;
  margin-top: 10px;
  margin-right: 6px;
}
.case ul li .c1 .swiper-container-c1 img {
  width: 100%;
  height: 213px;
  object-fit: contain;
  cursor: pointer;
}
/*-------------------------------------------------------------------------consult咨询------------------------------------------------------------------------------------*/
.consult {
  width: 100%;
  background: url("../images/consult.jpg") no-repeat center;
  height: 508px;
}
.consult .con_title h2 {
  font-size: 38px;
  color: #fff;
  font-weight: lighter;
  padding-top: 56px;
  padding-bottom: 33px;
  letter-spacing: 1px;
  position: relative;
}
.consult .con_title h2 b {
  margin-right: 20px;
}
.consult .con_title h2:after {
  position: absolute;
  width: 32px;
  height: 5px;
  background: #108cee;
  display: block;
  content: '';
  top: 121px;
}
.consult .con_title h6 {
  font-size: 24px;
  color: #fff;
  font-weight: lighter;
  letter-spacing: 1px;
}
.consult ul {
  *zoom: 1;
  margin-top: 60px;
}
.consult ul:before,
.consult ul:after {
  content: " ";
  display: table;
}
.consult ul:after {
  clear: both;
}
.consult ul li {
  width: 400px;
  height: 272px;
  float: left;
}
.consult ul li:nth-child(1) {
  background: #11509b;
}
.consult ul li:nth-child(2) {
  background: #51c47a;
}
.consult ul li:nth-child(2) small {
  color: #daf4e3;
}
.consult ul li b {
  font-size: 20px;
  color: #fff;
  display: block;
  margin-left: 40px;
  margin-top: 48px;
  margin-bottom: 30px;
}
.consult ul li small {
  font-size: 14px;
  color: #c5daf3;
  display: block;
  background: url("../images/ty.png") no-repeat left top 8px;
  margin-left: 40px;
  padding-left: 19px;
  line-height: 25px;
  margin-bottom: 15px;
}
.con_bt {
  width: 100%;
  height: 272px;
  *zoom: 1;
}
.con_bt:before,
.con_bt:after {
  content: " ";
  display: table;
}
.con_bt:after {
  clear: both;
}
.con_bt .con1 {
  width: 800px;
  height: 272px;
  background: url("../images/con_l.jpg") no-repeat center;
  float: left;
  background-size: cover;
  position: relative;
}
.con_bt .con1 > img {
  position: absolute;
  left: -70px;
  bottom: 14px;
}
.con_bt .con1 b {
  display: block;
  color: #11509b;
  font-size: 20px;
  margin-left: 210px;
  margin-top: 40px;
  margin-bottom: 17px;
}
.con_bt .con1 small {
  display: block;
  font-size: 14px;
  color: #5b5b5b;
  margin-left: 210px;
  background: url("../images/tyl.png") no-repeat left center;
  line-height: 43px;
  padding-left: 17px;
}
.con_bt .con2 {
  width: 400px;
  height: 272px;
  background: url("../images/con_r.jpg") no-repeat center;
  float: right;
  background-size: cover;
}
.con_bt .con2 .con_r_top {
  margin-left: 45px;
  background: url(../images/con_tel.png) no-repeat left top;
  margin-top: 13px;
  margin-bottom: 10px;
  padding-left: 70px;
}
.con_bt .con2 .con_r_top small {
  display: block;
  color: #89d3f5;
  font-size: 16px;
}
.con_bt .con2 .con_r_top b {
  display: block;
  font-family: numFont;
  color: #fff;
  font-size: 26px;
  font-weight: normal;
}
.con_bt .con2 .con_r_bt {
  margin-left: 45px;
  *zoom: 1;
}
.con_bt .con2 .con_r_bt:before,
.con_bt .con2 .con_r_bt:after {
  content: " ";
  display: table;
}
.con_bt .con2 .con_r_bt:after {
  clear: both;
}
.con_bt .con2 .con_r_bt p {
  float: left;
  margin-right: 15px;
}
.con_bt .con2 .con_r_bt p img {
  padding: 6px;
  background: #fff;
  width: 107px;
}
.con_bt .con2 .con_r_bt span {
  float: left;
  line-height: 30px;
  margin-top: 34px;
}
.con_bt .con2 .con_r_bt span small {
  color: #ffffff;
  font-size: 16px;
  display: block;
}
/*-------------------------------------------------------------------------company 首页公司简介------------------------------------------------------------------------------------*/
.company {
  overflow: hidden;
  position: relative;
  padding-bottom: 76px;
}
.company .company_con .com_left {
  width: 713px;
  float: left;
}
.company .company_con .com_right {
  width: 405px;
  float: right;
  font-size: 14px;
  line-height: 26px;
  background: #f2f2f2;
  height: 342px;
  padding: 25px 45px 0 37px;
}
.company .company_con .com_right b {
  display: block;
  font-size: 20px;
  color: #494949;
  background: url(../images/c-logo.png) no-repeat left center;
  padding: 10px 0 10px 51px;
  margin-bottom: 15px;
}
.company .company_con .com_right span {
  color: #7e7e7e;
  margin-bottom: 40px;
  line-height: 28px;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  font-size: 14px;
  font-weight: 100;
}
.company .company_con .com_right a {
  padding: 8px 29px;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
  margin-right: 15px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  border-radius: 25px;
}
.company .company_con .com_right a:nth-of-type(1) {
  background: #108cee;
  border: 1px solid #108cee;
}
.company .company_con .com_right a:nth-of-type(1):hover {
  background: transparent;
  color: #108cee;
  border: 1px solid #108cee;
}
.company .company_con .com_right a:nth-of-type(2) {
  background: #51c47a;
  border: 1px solid #51c47a;
}
.company .company_con .com_right a:nth-of-type(2):hover {
  background: transparent;
  color: #51c47a;
  border: 1px solid #51c47a;
}
.company .swiper-container-hj {
  margin-top: 37px;
}
.company .swiper-container-hj .hj-img {
  height: 173px;
}
.company .swiper-container-hj .hj-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
/*-------------------------------------------------------------------------process 企业资质代办流程------------------------------------------------------------------------------------*/
.process {
  width: 100%;
  background: url("../images/process.jpg") no-repeat center;
  height: 285px;
  background-size: cover;
}
.process h4 {
  text-align: center;
  font-size: 24px;
  font-weight: lighter;
  color: #242628;
  padding-top: 35px;
}
.process ul {
  width: 1090px;
  margin: 0 auto;
  margin-top: 84px;
  *zoom: 1;
}
.process ul:before,
.process ul:after {
  content: " ";
  display: table;
}
.process ul:after {
  clear: both;
}
.process ul li {
  width: 131px;
  float: left;
  text-align: center;
  margin-right: 60px;
  color: #505050;
  font-size: 18px;
  letter-spacing: 1px;
}
.process ul li:nth-child(6) {
  margin-right: 0;
}
/*-------------------------------------------------------------------------news 首页新闻------------------------------------------------------------------------------------*/
.news {
  overflow: hidden;
  background: #fff;
  padding-bottom: 79px;
}
.news .n2 ul {
  *zoom: 1;
}
.news .n2 ul:before,
.news .n2 ul:after {
  content: " ";
  display: table;
}
.news .n2 ul:after {
  clear: both;
}
.news .n2 ul li {
  float: left;
  width: 282px;
  height: 257px;
  margin-right: 20px;
  box-shadow: 0 0 10px #e8e8e8;
}
.news .n2 ul li:nth-child(4n) {
  margin-right: 0;
}
.news .n2 ul li:hover .nn1 div img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.news .n2 ul li:hover .nn1 p {
  color: #51c47a;
}
.news .n2 ul li .nn1 div {
  width: 282px;
  height: 132px;
  overflow: hidden;
}
.news .n2 ul li .nn1 div img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.news .n2 ul li .nn1 .nn2 {
  color: #3f3f3f;
  font-size: 16px;
  width: 241px;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 25px;
  margin-bottom: 10px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.news .n2 ul li .nn1 .nn3 {
  color: #818181;
  font-size: 14px;
  font-weight: 100;
  display: block;
  width: 241px;
  margin: 0 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 26px;
}
.news .n2 ul li:nth-child(1) {
  width: 287px;
  height: 257px;
  margin-right: 26px;
  box-shadow: none;
  overflow: hidden;
}
.news .n2 ul li:nth-child(1):hover div p:after {
  background: #3bd371;
  width: 52px;
}
.news .n2 ul li:nth-child(1) div {
  width: 287px;
  height: 196px;
  background: url(../images/question.jpg) no-repeat center;
  background-size: 100%;
  padding-top: 61px;
}
.news .n2 ul li:nth-child(1) div p {
  font-size: 20px;
  color: #fff;
  background: url(../images/nicon2.png) no-repeat top center;
  text-align: center;
  height: 60px;
  padding-top: 72px;
  position: relative;
}
.news .n2 ul li:nth-child(1) div p:after {
  display: block;
  content: '';
  width: 62px;
  height: 4px;
  background: #51c47a;
  margin: 0 auto;
  margin-top: 12px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.news .n1 {
  margin-bottom: 23px;
}
.news .n1 ul li:nth-child(1) div {
  background: url(../images/new.jpg) no-repeat center;
}
.news .n1 ul li:nth-child(1) div p {
  background: url(../images/nicon1.png) no-repeat top center;
}
/*product*/
ul.pro_list {
  width: 100%;
}
ul.pro_list > a {
  font-size: 18px;
  margin: 25px 0 15px 0;
  display: block;
  font-weight: bold;
}
ul.pro_list > a:hover {
  color: #108cee;
}
ul.pro_list li {
  width: 100%;
  border-bottom: 1px solid #ccc;
  margin: 0 20px 20px 0;
}
ul.pro_list li div {
  padding: 10px 0;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
ul.pro_list li div small {
  display: block;
  color: #666;
  font-size: 16px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  float: left;
  line-height: 30px;
  margin-left: 15px;
  background: url(../images/ico1.jpg) no-repeat left center;
  background-size: 28px;
  padding-left: 40px;
}
ul.pro_list li div small:hover {
  color: #108cee;
}
ul.pro_list li div span {
  display: block;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  font-size: 14px;
}
.pro_right {
  width: 820px;
  background: #fff;
  padding: 20px;
  overflow: hidden;
  float: right;
  line-height:30px;
  font-size:16px;
}
/*sidebar*/
.sidebar {
  width: 308px;
  float: left;
}
.sidebar h4 {
  height: 106px;
}
.sidebar h4 b {
  display: block;
  font-size: 24px;
  color: #fff;
  margin-bottom: 5px;
  font-weight: normal;
  margin-left: 30px;
  padding-top: 25px;
}
.sidebar h4 small {
  display: block;
  font-size: 14px;
  color: #fff;
  font-weight: 100;
  margin-left: 30px;
}
.sidebar .sidebar_top {
  border: 1px solid #dadada;
}
.sidebar .sidebar_top h4 {
  background: url(../images/side1.png) no-repeat center;
}
.sidebar .sidebar_top ul li {
  border-bottom: 1px solid #dadada;
}
.sidebar .sidebar_top ul li:last-child {
  border-bottom: none;
}
.sidebar .sidebar_top ul li:hover > a,
.sidebar .sidebar_top ul li.act > a {
  background: #51c47a url("../images/sj1.png") no-repeat right 26px center;
  color: #fff;
}
.sidebar .sidebar_top ul li > a {
  display: block;
  position: relative;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  height: 50px;
  line-height: 50px;
  overflow: hidden;
  width: 100%;
  text-indent: 26px;
  background: #ffffff url("../images/sj.png") no-repeat right 26px center;
  font-size: 16px;
  color: #242424;
}
.sidebar .sidebar_con {
  margin-top: 32px;
  border: 1px solid #dadada;
  padding-bottom: 25px;
  background: #fff;
}
.sidebar .sidebar_con h4 {
  background: url(../images/side2.jpg) no-repeat center;
}
.sidebar .sidebar_con div {
  width: 256px;
  margin: 0 auto;
}
.sidebar .sidebar_con div h6 {
  background: url(../images/s-tel.png) no-repeat left 10px;
  padding-left: 55px;
  margin-bottom: 10px;
  margin-top: 33px;
  padding-bottom: 15px;
  border-bottom: 1px dashed #c8c8c8;
}
.sidebar .sidebar_con div h6 small {
  font-size: 14px;
  color: #7f7f7f;
  font-weight: 100;
}
.sidebar .sidebar_con div h6 b {
  color: #108cee;
  font-size: 32px;
  font-weight: normal;
  font-family: numFont;
}
.sidebar .sidebar_con div p {
  color: #7f7f7f;
  font-size: 14px;
  line-height: 35px;
}
/*-------------------------------------------------------------------------底部 footer------------------------------------------------------------------------------------*/
footer .f1 {
  width: 100%;
  height: 253px;
  background: url("../images/formbg.jpg") no-repeat center;
  background-size: cover;
}
footer .f1 h2 {
  color: #fff;
  font-size: 30px;
  text-align: center;
  padding-top: 35px;
  padding-bottom: 24px;
}
footer .f1 form {
  *zoom: 1;
}
footer .f1 form > img {
  width: 70px;
  margin-top: 9px;
  float: right;
}
footer .f1 form:before,
footer .f1 form:after {
  content: " ";
  display: table;
}
footer .f1 form:after {
  clear: both;
}
footer .f1 form .input-group {
  float: left;
  margin-right: 15px;
}
footer .f1 form .input-group #captcha {
  width: 192px;
  height: 48px;
}
footer .f1 form .input-group input {
  width: 292px;
  height: 48px;
  background: #fff;
  border: none;
  color: #adadad;
  font-size: 16px;
  text-indent: 16px;
  font-weight: lighter;
}
footer .f1 form .input-submit {
  text-align: center;
}
footer .f1 form .input-submit input {
  width: 124px;
  height: 38px;
  color: #ffffff;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
  font-weight: lighter;
  background: #108cee;
  border-radius: 25px;
  border: none;
  margin-top: 25px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  cursor: pointer;
}
footer .f1 form .input-submit input:hover {
  background: #51c47a;
}
footer .f2 {
  width: 100%;
  height: 376px;
  background: #272829;
}
footer .f2 .nav {
  background: none;
  padding-top: 22px;
  padding-bottom: 12px;
  border-bottom: 1px solid #121212;
  position: relative;
}
footer .f2 .nav:after {
  position: absolute;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: #3a3a3a;
  left: 0;
}
footer .f2 .nav ul li:hover a {
  background: none;
  color: #108cee;
}
footer .f2 .nav ul li:nth-child(1):before {
  position: absolute;
  left: 0;
  height: 30px;
  width: 1px;
  background: #434343;
  display: block;
  content: '';
  top: 50%;
  transform: translateY(-50%);
}
footer .f2 .nav ul li a {
  color: #a3a3a3;
}
footer .f2 .nav ul li a:after {
  position: absolute;
  right: 0;
  height: 30px;
  width: 1px;
  background: #434343;
  display: block;
  content: '';
  top: 50%;
  transform: translateY(-50%);
}
footer .f3 {
  *zoom: 1;
  margin-top: 35px;
}
footer .f3:before,
footer .f3:after {
  content: " ";
  display: table;
}
footer .f3:after {
  clear: both;
}
footer .f3 .left {
  width: 750px;
  float: left;
}
footer .f3 .right {
  width: 397px;
  float: right;
}
footer .f3 .right h4 {
  color: #108cee;
  font-size: 24px;
  font-weight: normal;
  margin-bottom: 15px;
}
footer .f3 .right h5 {
  float: left;
  width: 198px;
}
footer .f3 .right h5 p {
  color: #fff;
  font-size: 32px;
  font-weight: lighter;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  float: left;
  border: 1px solid #fff;
  text-align: center;
  line-height: 48px;
  margin-right: 10px;
}
footer .f3 .right h5 div {
  float: left;
}
footer .f3 .right h5 div b {
  color: #fff;
  font-size: 20px;
  font-weight: normal;
  display: block;
}
footer .f3 .right h5 div small {
  color: #7f7f7f;
  font-size: 14px;
  font-weight: lighter;
}
footer .f3 .right span {
  font-size: 14px;
  color: #7f7f7f;
  display: block;
  margin-top: 15px;
}
footer .f3 .right span a {
  color: #7f7f7f;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
footer .f3 .right span a:hover {
  color: #fff;
}
footer .f3 .ff1 {
  width: 126px;
  height: 147px;
  background: #fff;
  float: left;
  margin-right: 8px;
}
footer .f3 .ff1 p {
  text-align: center;
  margin-top: 8px;
  border: 1px solid #f8f8f8;
  margin-bottom: 2px;
}
footer .f3 .ff1 span {
  display: block;
  color: #979797;
  font-size: 14px;
  text-align: center;
}
footer .f3 .ff3 {
  width: 466px;
  float: left;
  margin-left: 16px;
}
footer .f3 .ff3 .fff1 {
  background: url(../images/f-tel.png) no-repeat left center;
  padding-left: 55px;
  margin-bottom: 11px;
}
footer .f3 .ff3 .fff1 small {
  color: #7f7f7f;
  font-weight: lighter;
  font-size: 14px;
  display: block;
}
footer .f3 .ff3 .fff1 span {
  font-size: 32px;
  font-family: numFont;
  display: block;
  color: #fff;
}
footer .f3 .ff3 .fff2 p {
  color: #7f7f7f;
  font-size: 14px;
  line-height: 28px;
  font-weight: 100;
}
footer .f4 {
  margin-top: 44px;
}
footer .f4 b {
  font-size: 16px;
  color: #a3a3a3;
  font-weight: normal;
}
footer .f4 a {
  color: #7f7f7f;
  font-size: 14px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
footer .f4 a:hover {
  color: #fff;
}
.fix-side>div{
  height: 0;
  display: none;
}
.fix-side>div{
  height: 472px;
  display: block;
}
.fix-side{
  height: 60px;
}
/*.fix-side:hover{
  height: 584px;
}*/
.fix-side {
  position: fixed;
  bottom: 1px;
  right: 24px;
  height: 584px; 
  width: 192px;
  background: #0072cc url(../images/fix-side.png) no-repeat center;
  z-index: 999;
  border-radius: 10px;
  background-size: cover;
  transform: scale(0.8);
}
.fix-side div {
  width: 182px;
  height: 472px;
  background: #fff;
  margin: 0 auto;
  margin-top: 25px;
  padding-top: 13px;
}
.fix-side div a {
  display: block;
  background: #108cee;
  width: 166px;
  height: 30px;
  margin: 0 auto;
  margin-bottom: 6px;
  border-radius: 5px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.fix-side div a:hover {
  opacity: 0.9;
}
.fix-side > a {
  width: 144px;
  height: 34px;
  display: block;
  background-color: #61c451;
  text-align: center;
  line-height: 34px;
  color: #fff;
  font-size: 16px;
  font-weight: lighter;
  border-radius: 5px;
  margin: 0 auto;
  margin-top: 12px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.fix-side > a:hover {
  background-color: #51c47a;
  color: #fff;
}
.fix-side .fs-p1 {
  text-align: center;
  margin-top: 15px;
  margin-bottom: 5px;
}
.fix-side .fs-p1 small {
  color: #767676;
  font-size: 14px;
  display: block;
  background: url("../images/fs-tel.png") no-repeat left center;
  width: 160px;
  margin: 0 auto;
  *zoom: 1;
}
.fix-side .fs-p1 small:before,
.fix-side .fs-p1 small:after {
  content: " ";
  display: table;
}
.fix-side .fs-p1 small:after {
  clear: both;
}
.fix-side .fs-p1 small i {
  float: right;
  font-style: normal;
}
.fix-side .fs-p1 b {
  display: block;
  color: #108cee;
  font-size: 26px;
  text-align: center;
  font-family: numFont;
  font-weight: normal;
}
.fix-side .fs-p2 {
  text-align: center;
}
.fix-side .fs-p2 img {
  padding: 7px;
  background: #fff;
  border: 1px solid #f8f8f8;
}
.fix-side .fs-p2 span {
  color: #5c5c5c;
  font-size: 14px;
  display: block;
}
/*-------------------------------------------------------------------------关于我们详情页 info_company------------------------------------------------------------------------------------*/
.info_company {
  overflow: hidden;
}
.info_company .wrapper > b {
  display: block;
  font-size: 24px;
  color: #1f377b;
  margin-bottom: 30px;
  margin-top: 40px;
}
.info_company .wrapper > b span {
  color: #373737;
}
.info_company .advantage {
  margin-top: 77px;
}
.info_company .info_company_pic h2 {
  color: #333;
  font-size: 30px;
  text-align: center;
  font-weight: normal;
  letter-spacing: 1px;
  margin-top: 45px;
  margin-bottom: 37px;
}
.info_company .info_company_hj .swiper-slide {
  cursor: pointer;
}
.info_company .info_company_hj .swiper-slide:hover .hj-img img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.info_company .info_company_hj .swiper-slide:hover .hj-title {
  background: #51c47a;
  color: #fff;
}
.info_company .info_company_hj .swiper-slide .hj-img {
  height: 258px;
  overflow: hidden;
}
.info_company .info_company_hj .swiper-slide .hj-img img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.info_company .info_company_hj .swiper-slide .hj-title {
  text-align: center;
  height: 56px;
  background: #f0f0f0;
  color: #242628;
  font-size: 16px;
  line-height: 56px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.info_company_title {
  text-align: center;
  padding: 62px 0 0 0;
}
.info_company_title h4 {
  font-size: 38px;
  color: #242628;
  padding-bottom: 27px;
  margin-bottom: 8px;
  font-weight: normal;
  letter-spacing: 1px;
}
.info_company_title h4:after {
  width: 32px;
  height: 5px;
  background: #108cee;
  content: '';
  display: block;
  margin: 0 auto;
  margin-top: 5px;
}
.page_box {
  margin-top: 60px;
}
.tejia_con2 img {
  max-width: 333px;
  height: 226px;
}
.tejia_con2 .img {
  width: 333px;
  height: 226px;
  transition: all 0.5s;
  text-align: center;
}
.tejia_con2 ul li {
  width: 333px;
  height: 226px;
  margin: 0 4px;
  float: left;
}
.tejia_con2 ul li a {
  display: block;
  padding: 50px 0;
  margin: 0 auto;
}
.tejia_con2 ul {
  width: 99999px;
  position: absolute;
}
.tejia_con2 {
  position: relative;
  width: 999px;
  height: 440px;
  overflow: hidden;
  margin: 0 auto;
}
.tejia_cc2 {
  position: relative;
  width: 1160px;
  height: 440px;
  margin: 20px auto;
}
.bbtn {
  text-align: center;
  z-index: 2;
}
.aleft_l2 {
  position: absolute;
  left: 0;
  top: 130px;
  font-size: 60px;
  width: 66px;
  height: 66px;
  line-height: 50px;
  text-align: center;
  background-color: #1f377b;
  border-radius: 50%;
  background-image: url("../images/hleft.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.aright_r2 {
  position: absolute;
  right: 0;
  top: 130px;
  font-size: 66px;
  width: 66px;
  height: 66px;
  line-height: 50px;
  text-align: center;
  background-color: #1f377b;
  border-radius: 50%;
  background-image: url("../images/rleft.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px;
}
.aleft_l2:hover,
.aright_r2:hover {
  background-color: #1f377b;
}
.aleft_l2 i,
.aright_r2 i {
  color: #fff;
}
.show_img a {
  display: block;
  position: relative;
  width: 365px;
  height: 300px;
}
.show_img .img {
  transform: scale(1.4);
  box-shadow: 0 3px 3px #000;
  background: #fff;
}
.gd_title {
  overflow: hidden;
  height: 0;
  transition: all 0.3s;
}
.show_img .gd_title {
  width: 365px;
  left: 25px;
  height: 56px;
  line-height: 60px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  background: url(../images/honor_gd_title.png) center no-repeat;
  color: #fff;
  font-size: 20px;
}
.honor_ul_list {
  overflow: hidden;
}
.honor_ul_list li {
  width: 250px;
  height: 175px;
  float: left;
  overflow: hidden;
  border: 1px solid #ccc;
  margin: 0 10px 10px 0;
}
.honor_ul_list li img {
  display: block;
  width: 100%;
  height: 100%;
}
.honor_wrap {
  background: #f6f5f5;
  padding-bottom: 65px;
}
.time {
  position: relative;
}
.time:after {
  display: block;
  content: '';
  clear: both;
}
.time:before {
  display: block;
  content: '';
  width: 1px;
  height: 100%;
  background: #9a9a9a;
  position: absolute;
  left: 50%;
  margin-left: -0.5px;
  top: 0;
}
.time em {
  position: absolute;
  width: 10px;
  height: 10px;
  background: #d6000e;
  left: 50%;
  margin-left: -5px;
  z-index: 2;
  border-radius: 50%;
  top: 40px;
  display: block;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
}
.time ul li {
  width: 42%;
  position: relative;
  z-index: 3;
}
.time ul li:after {
  display: block;
  content: '';
  clear: both;
}
.time ul li p {
  width: 80%;
  background: #fff;
  height: 80px;
  font-size: 14px;
  color: #555555;
  position: relative;
  display: block;
}
.time ul li p:after {
  display: block;
  content: '';
  height: 100%;
  background: #555;
  top: 0;
  position: absolute;
  width: 0;
  transition: 600ms ease;
  -webkit-transition: 600ms ease;
}
.time ul li p span {
  padding: 0 10px;
  position: absolute;
  z-index: 2;
  transition: 600ms ease;
  -webkit-transition: 600ms ease;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.time ul li div {
  width: 20%;
  background: #7a7a7a;
  text-align: center;
  font-size: 15px;
  color: #fff;
  line-height: 80px;
  position: relative;
  transition: 600ms ease;
  -webkit-transition: 600ms ease;
}
.time ul li div:after {
  display: block;
  content: '';
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  position: absolute;
  top: 50%;
  margin-top: -14px;
  transition: 600ms ease;
  -webkit-transition: 600ms ease;
}
.time ul li:nth-of-type(odd) {
  float: left;
  margin-bottom: 80px;
}
.time ul li:nth-of-type(odd) p {
  float: left;
}
.time ul li:nth-of-type(odd) p:after {
  left: 0;
}
.time ul li:nth-of-type(odd) p span {
  text-align: left;
}
.time ul li:nth-of-type(odd) div {
  float: left;
}
.time ul li:nth-of-type(odd) div:after {
  border-left: 16px solid #7a7a7a;
  right: -16px;
}
.time ul li:nth-of-type(odd):hover div:after {
  border-left: 16px solid #d6000e;
}
.time ul li:nth-of-type(even) {
  float: right;
  margin-top: 80px;
}
.time ul li:nth-of-type(even) p {
  float: right;
}
.time ul li:nth-of-type(even) p:after {
  right: 0;
}
.time ul li:nth-of-type(even) p span {
  text-align: left;
}
.time ul li:nth-of-type(even) div {
  float: left;
}
.time ul li:nth-of-type(even) div:after {
  border-right: 16px solid #7a7a7a;
  left: -16px;
}
.time ul li:nth-of-type(even):hover div:after {
  border-right: 16px solid #d6000e;
}
.time ul li:hover p span {
  color: #fff;
}
.time ul li:hover p:after {
  width: 100%;
}
.time ul li:hover div {
  background: #d6000e;
}
/*qa*/
.news_list_con {
  background: #fff;
  padding: 30px 30px 80px 30px;
  margin-top: 30px;
}
.news_list_con ul li {
  overflow: hidden;
  padding: 30px 20px;
  border-bottom: 1px solid #ccc;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  position: relative;
}
.news_list_con ul li:hover {
  background: #eee;
}
.news_list_con ul li:hover div.bdsharebuttonbox {
  opacity: 1;
}
.news_list_con ul li a:hover b {
  color: #1f377b;
}
.news_list_con ul li img {
  float: left;
  width: 212px;
  height: 127px;
}
.news_list_con ul li p,
.news_list_con ul li div.l_con {
  float: right;
  width: 865px;
  position: relative;
  height: 127px;
}
.news_list_con ul li p b,
.news_list_con ul li div.l_con b {
  display: block;
  font-size: 18px;
  margin-bottom: 10px;
  font-weight: 500;
}
.news_list_con ul li p span,
.news_list_con ul li div.l_con span {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 30px;
}
.news_list_con ul li p small,
.news_list_con ul li div.l_con small {
  display: block;
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: 0;
  color: #666;
}
.news_list_con ul li div.bdsharebuttonbox {
  position: absolute;
  right: 0;
  bottom: 0;
  opacity: 0;
}
/*info_case*/
.honor_list {
  width: 1250px;
}
.honor_list li {
  float: left;
  position: relative;
  margin: 0 25px 25px 0;
  border: 1px solid #ccc;
  width: 383px;
  height: 285px;
}
.honor_list li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.honor_list li span {
  display: block;
  width: 100%;
  background: #108cee;
  color: #f5f5f5;
  line-height: 40px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  transition: all 500ms;
  -webkit-transition: all 500ms;
}
.honor_list li div {
  position: absolute;
  left: 0;
  top: 0;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  transition: all 500ms;
  -webkit-transition: all 500ms;
}
.honor_list li:hover div {
  border: 10px solid #108cee;
}
.honor_list li:hover span {
  bottom: 20px;
}
.gray {
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
}
/*page*/
.prev_next a:hover {
  color: #108cee;
}
.prev_next {
  font-size: 14px;
  margin-top: 20px;
}
div.page {
  margin: 20px 0 20px 0;
  clear: both;
  float: right;
  font-size: 14px;
}
div.page a {
  padding: 2px 5px;
  margin: 2px;
  color: #fff;
  text-decoration: none;
  background: #9b9b9b;
}
div.page a:hover {
  background: #5c5c5c;
}
div.page span.current {
  padding: 2px 8px;
  font-weight: 700;
  margin: 2px;
  color: #fff;
  background-color: #108cee;
}
div.page span.disabled {
  padding: 2px 5px;
  margin: 2px;
  color: #dddddd;
}
.prev_next .prev,
.prev_next .next {
  font-size: 13px;
  border-top: 1px solid #ccc;
  padding: 5px 25px;
}
.prev_next .prev a:hover,
.prev_next .next a:hover {
  color: #108cee;
}
.prev_next .prev {
  margin-top: 20px;
  background: url("../images/prev_bg.png") no-repeat left center;
  background-size: 18px;
}
.prev_next .next {
  border-bottom: 1px solid #ccc;
  background: url("../images/next_bg.png") no-repeat left center;
  background-size: 18px;
}
/*location*/
/*product-info*/
/*缩略图*/
.concompanycon table {
  margin-left: 2px;
}
.concompanycon table th {
  color: #444444;
  font-weight: normal;
  font-size: 14px;
  font-family: 'Microsoft YaHei', arial;
  text-align: right;
  vertical-align: top;
  padding-top: 9px;
}
.concompanycon table td select {
  font-family: 'Microsoft YaHei', arial;
  font-size: 14px;
  width: 278px;
  height: 32px;
  text-indent: 8px;
  border: 1px solid #d2d4d6;
  margin: 5px auto 6px 5px;
  background: #FFF;
  margin-left: -3px;
}
.concompanycon table td ul {
  list-style: none;
  position: absolute;
}
.concompanycon table td ul li {
  font-family: 'Microsoft YaHei', arial;
  font-size: 14px;
  line-height: 28px;
  text-indent: 8px;
  width: 276px;
  height: 28px;
  border-left: 1px solid #d2d4d6;
  border-right: 1px solid #d2d4d6;
  background: #FFF;
}
.concompanycon table td ul li a {
  display: block;
  text-decoration: none;
  color: #444444;
}
.concompanycon table td ul li a:hover {
  color: #fe7d0c;
}
.concompanycon table td ul li:last-child {
  border-bottom: 1px solid #d2d4d6;
}
.concompanycon table td input {
  font-size: 14px;
  width: 276px;
  height: 28px;
  border: 1px solid #d2d4d6;
  margin: 5px auto 5px 5px;
}
.concompanycon table td .yanzheng {
  width: 101px;
}
.concompanycon table td textarea {
  resize: none;
  width: 545px;
  height: 178px;
  border: 1px solid #d2d4d6;
  margin: 5px auto 5px 5px;
}
.concompanycon table td img {
  vertical-align: middle;
  margin-left: 5px;
  margin-bottom: 4px;
}
.concompanycon table td .but {
  width: 74px;
  height: 31px;
  line-height: 27px;
  background: #d1020c;
  border-radius: 2px;
  border: none;
  text-align: center;
  margin-top: 14px;
  margin-left: 5px;
  font-size: 14px;
  font-family: 'Microsoft YaHei', SimHei, sans-serif;
  color: #FFF;
}
.pro_img_left {
  width: 580px;
  border: 1px solid #ccc;
  height: 385px;
  position: relative;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
}
.pro_img_left img {
  max-height: 100%;
  max-width: 100%;
}
#info {
  padding-bottom: 80px;
}
.location {
  background: #fff;
}
.location b a {
  padding-right: 10px;
  display: inline-block;
}
.info2 + footer {
  margin-top: 0;
}
/*相册*/
#xiangce {
  background: #eee;
  padding: 60px 0;
}
.swiper-container-xc {
  position: relative;
  overflow: hidden;
}
.info_pro {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-bottom: 40px;
  margin-bottom: 40px;
  margin-top: 15px;
}
.pro-img {
  float: left;
}
.info_pro-text {
  float: right;
  width: 560px;
  margin-top: 0px;
}
.info_pro-text h4 {
  font-size: 22px;
  color: #1f377b;
  padding-bottom: 10px;
}
.info_pro-text > small {
  background: #eee;
  line-height: 30px;
  padding: 20px;
  display: block;
  margin: 20px 0;
}
.info_pro-text ul li {
  margin-top: 5px;
}
.info_pro-text ul li small {
  display: inline-block;
  width: 60px;
  color: #a9a8a8;
  font-size: 14px;
  float: left;
  margin-top: 2px;
}
.info_pro-text ul li span {
  color: #333;
  font-size: 14px;
}
.info_pro-text ul li b {
  color: #00a0ea;
  font-size: 35px;
}
.info_pro-text ul li:nth-of-type(2) small {
  margin-top: 15px;
}
.info_pro-text p {
  overflow: hidden;
  margin-top: 15px;
  margin-bottom: 15px;
}
.info_pro-text p a {
  display: block;
  margin-right: 10px;
  float: left;
  font-size: 14px;
  text-align: center;
  color: #1f377b;
  width: 157px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  overflow: hidden;
  height: 35px;
  line-height: 35px;
  transition: all 0.2s linear 0s;
  background: rgba(17, 80, 155, 0.07);
  border: 1px #1f377b solid;
}
.info_pro-text p a:hover {
  background: #1f377b;
  color: #fff;
  border: 1px solid #1f377b;
}
.i_pro_con > h4 {
  font-size: 35px;
  font-weight: 300;
  text-align: center;
  margin-bottom: 20px;
  margin-top: 30px;
}
.p_content {
  font-size: 16px;
  line-height: 35px;
  color: #646464;
  font-weight: lighter;
}
.p_content img {
  max-width: 100% !important;
  margin: 0 auto;
  display: block;
}
.p_content table {
  width: 95%!important;
  word-break: break-all;
  text-align: center;
  margin: 0 auto;
}
.p_content table tr {
  background: #fff !important;
}
.p_content table td {
  padding-left: 10px;
  background: #fff !important;
}
.p_content2 {
  color: #6e6e6e;
  line-height: 35px;
}
.p_content2 p {
  text-indent: 2rem;
}
/*i_pro_others*/
.i_pro_others {
  margin-top: 45px;
}
.info-tj {
  text-align: center;
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.info-tj b {
  display: block;
  font-size: 30px;
  font-weight: 500;
  color: #1f377b;
}
.info-tj small {
  display: block;
  font-size: 16px;
  color: #999;
}
.swiper-container-xc {
  padding-bottom: 36px;
}
.pro-list-gallery {
  width: 1250px;
}
.pro-list-gallery li {
  float: left;
  width: 225px;
  overflow: hidden;
  margin-right: 15px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.pro-list-gallery li:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.pro-list-gallery li:hover span {
  background: #1f377b;
}
.pro-list-gallery li p {
  width: 225px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  background: #fff;
  height: 200px;
  position: relative;
}
.pro-list-gallery li p img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.i_pro_others {
  *zoom: 1;
}
.i_pro_others:before,
.i_pro_others:after {
  content: " ";
  display: table;
}
.i_pro_others:after {
  clear: both;
}
.i_pro_others .pro-list-others {
  width: 1250px;
}
.i_pro_others .pro-list-others li {
  float: left;
  width: 285px;
  overflow: hidden;
  margin-right: 20px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.i_pro_others .pro-list-others li:hover {
  -webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.18);
  -webkit-transform: translate3d(0, -2px, 0);
  transform: translate3d(0, -2px, 0);
}
.i_pro_others .pro-list-others li:hover span {
  background: #00a0ea;
}
.i_pro_others .pro-list-others li p {
  width: 285px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 190px;
  position: relative;
}
.i_pro_others .pro-list-others li p img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.i_pro_others .pro-list-others li span {
  display: block;
  height: 40px;
  overflow: hidden;
  width: 100%;
  line-height: 40px;
  background: #666;
  color: #fff;
  text-align: center;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
/*i_pro_order*/
.i_pro_order {
  padding-top: 60px;
  overflow: hidden;
  padding-bottom: 100px;
  margin-top: 60px;
  background: #eee;
}
.i_pro_order .i_pro_con_left {
  float: left;
}
.i_pro_order .form_i {
  margin-bottom: 10px;
}
.i_pro_order .form_i select {
  height: 30px;
  line-height: 30px;
}
.i_pro_order .form_i span {
  display: inline-block;
  width: 75px;
  font-size: 14px;
  text-align-last: justify;
  color: #666;
}
.i_pro_order .form_i input {
  display: inline-block;
  line-height: 30px;
  height: 30px;
  width: 255px;
}
.i_pro_order button {
  display: block;
  width: 250px;
  line-height: 35px;
  background: #1f377b;
  color: #fff;
  text-align: center;
  border: 0;
  font-family: 'Microsoft YaHei', SimHei, sans-serif;
  margin-left: 78px;
}
.i_pro_con_right {
  float: right;
  width: 540px;
}
.i_pro_con_right #allmap {
  width: 100%;
  height: 220px;
  float: none;
}
.i_pro_con_right h3 {
  font-size: 22px;
  font-weight: 500;
  margin-top: 40px;
  margin-bottom: 5px;
}
.i_pro_con_right ul li {
  font-size: 15px;
  margin-bottom: 10px;
  color: #666;
}
#sub_bar_nav {
  position: fixed;
  right: 0;
  top: 300px;
  z-index: 90;
  width: 120px;
  background: #1f377b;
}
#sub_bar_nav ul {
  border: 1px #d1d1d1 solid;
  padding: 2px 0;
  height: auto;
  overflow: hidden;
}
#sub_bar_nav li {
  display: block;
  line-height: 40px;
  color: #FFF;
  height: 40px;
  margin-bottom: 2px;
  font-size: 14px;
}
#sub_bar_nav li:hover {
  background: #00a0ea;
}
#sub_bar_nav li a {
  display: block;
  float: left;
  height: 40px;
  line-height: 40px;
  margin: 0 11px;
  background: url(http://www.mjqygl.cn/App/Home/View/Default/Public/images/dot.gif) repeat-x left bottom;
  clear: both;
  color: #FFF;
}
#sub_bar_nav li a.no {
  background: none;
}
#sub_bar_nav a:hover {
  color: #FFF;
  background: none;
}
#sub_bar_nav li:hover a {
  color: #FFF;
  background: none;
}
#sub_bar_nav li a.mainList i {
  display: block;
  float: left;
  background: url(../images/p1.png) no-repeat left center;
  width: 17px;
  height: 17px;
  transition: all 0.4s;
  margin: 10px 7px 0 0;
}
#sub_bar_nav li a.mainList:hover i {
  background: url(../images/p1.png) no-repeat -22px center;
}
#sub_bar_nav li a.biaoge i {
  display: block;
  float: left;
  background: url(../images/p2.png) no-repeat left center;
  width: 17px;
  height: 17px;
  transition: all 0.4s;
  margin: 10px 7px 0 0;
}
#sub_bar_nav li a.biaoge:hover i {
  background: url(../images/p2.png) no-repeat -22px center;
}
#sub_bar_nav li a.working i {
  display: block;
  float: left;
  background: url(../images/p4.png) no-repeat left center;
  width: 17px;
  height: 17px;
  transition: all 0.4s;
  margin: 10px 7px 0 0;
}
#sub_bar_nav li a.working:hover i {
  background: url(../images/p4.png) no-repeat -20px center;
}
#sub_bar_nav li a.data0 i {
  display: block;
  float: left;
  background: url(../images/p5.png) no-repeat left center;
  width: 17px;
  height: 17px;
  transition: all 0.4s;
  margin: 10px 7px 0 0;
}
#sub_bar_nav li a.data0:hover i {
  background: url(../images/p5.png) no-repeat -16px center;
}
/*location*/
.location {
  overflow: hidden;
  line-height: 60px;
  font-size: 14px;
  background: #eee;
  margin-bottom: 40px;
  color: #666;
}
.location i {
  padding-right: 5px;
  font-size: 25px;
}
.location a {
  color: #666;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.location a:hover {
  color: #1f377b;
}
.location b {
  float: left;
  font-size: 20px;
  font-weight: 300;
}
.location span {
  float: right;
}
/*联系我们*/
.info_title_all {
  text-align: center;
  padding: 0 0 45px;
}
.info_title_all h3 {
  display: block;
  font-size: 36px;
  color: #434242;
  margin-bottom: 15px;
}
.info_title_all small {
  font-size: 20px;
  color: #848484;
  font-family: pictos;
}
.info_title_all b {
  font-size: 20px;
  color: #1f377b;
  display: block;
  margin-top: 20px;
}
.info_contact {
  overflow: hidden;
}
.h-contact-list {
  background-color: #fff;
  width: 48%;
  float: left;
  overflow: hidden;
}
.h-contact-list ul {
  margin: 0 20px;
  width: 92%;
}
.h-contact-li {
  position: relative;
  padding: 23px 10px 22px 50px;
  border-bottom: 1px solid #D2D2D2;
  font-size: 16px;
}
.h-contact-li:last-child {
  border: none;
}
.h-contact-li .ico {
  position: absolute;
  left: 0;
  top: 25px;
  display: block;
  width: 32px;
  height: 32px;
  background-position: 0 0;
  background-size: 100% 100%;
}
.h-contact-li .addr {
  background-image: url(../images/h_ctc_ico1.png);
}
.h-contact-li .tel {
  background-image: url(../images/h_ctc_ico2.png);
}
.h-contact-li .fax {
  background-image: url(../images/h_ctc_ico3.png);
}
.h-contact-li .mail {
  background-image: url(../images/h_ctc_ico4.png);
}
.h-contact-li .txt {
  color: #888;
}
#allmap {
  width: 51%;
  height: 350px;
  float: right;
  border: 1px solid #ccc;
}
/*在线留言*/
.info_mes {
  overflow: hidden;
}
.info_mes .info_mes_l {
  float: left;
  width: 50%;
}
.info_mes .info_mes_l .input-group {
  margin-bottom: 10px;
  clear: both;
  /*overflow: hidden;*/
}
.info_mes .info_mes_l .input-group:after {
  display: block;
  content: '';
  clear: both;
}
.info_mes .info_mes_l .input-group label {
  width: 62px;
  font-size: 15px;
  display: inline-block;
  text-align-last: justify;
  color: #606060;
  font-weight: bold;
}
.info_mes .info_mes_l .input-group input[type=text] {
  border: 1px solid #aaa;
  border-radius: 2px;
  line-height: 30px;
  height: 30px;
  width: 276px;
  text-indent: 1em;
  font-family: "microsoft yahei", "sans-serif";
  /* background: #f0f2ef; */
  transition: 300ms;
  -webkit-transition: 300ms;
  outline: none;
}
.info_mes .info_mes_l .input-group input[type=text]:focus {
  width: 300px;
  box-shadow: 0 0 5px #1f377b;
  border: 1px solid #1f377b;
}
.info_mes .info_mes_l .input-group textarea:focus {
  width: 440px;
  box-shadow: 0 0 5px #1f377b;
  border: 1px solid #1f377b;
}
.info_mes .info_mes_l .input-group input[type=text]#captcha:focus {
  width: 90px;
  box-shadow: 0 0 5px #1f377b;
  border: 1px solid #1f377b;
}
.info_mes .info_mes_l .input-group textarea {
  transition: 300ms;
  -webkit-transition: 300ms;
  width: 420px;
  border: 1px solid #aaa;
  border-radius: 2px;
  text-indent: 1em;
  padding-top: 5px;
  font-family: "microsoft yahei", "sans-serif";
  outline: none;
  margin-left: 4px;
}
.info_mes .info_mes_l #submit {
  display: block;
  clear: both;
  width: 80px;
  line-height: 30px;
  background: #1f377b;
  border: 0;
  color: #ffffff;
  font-size: 14px;
  font-family: "microsoft yahei";
  margin-left: 64px;
}
.info_mes .info_mes_l #submit:hover {
  background: #BB0000;
}
.info_mes .info_mes_r {
  float: right;
  width: 50%;
}
.info_mes .info_mes_r img {
  max-width: 100%;
  display: block;
}
/*qa*/
.qa_right ul li {
  border-bottom: 1px solid #ccc;
  padding: 32px 0;
}
.qa_right ul li a {
  display: block;
}
.qa_right ul li:hover span {
  color: #00a0ea;
}
.qa_right ul li:first-child {
  padding-top: 0;
}
.qa_right ul li span {
  display: block;
  font-weight: bold;
  color: #3e3e3e;
  min-height: 25px;
  margin-bottom: 19px;
  background: url(http://www.mjqygl.cn/App/Home/View/Default/Public/images/q.pngg") no-repeat left center;
  padding-left: 30px;
}
.qa_right ul li small {
  display: block;
  font-size: 14px;
  color: #a6a6a6;
  background: url(http://www.mjqygl.cn/App/Home/View/Default/Public/images/a.pngg") no-repeat left center;
  padding-left: 30px;
  min-height: 25px;
}
/*子页面news*/
.inews_items {
  border-bottom: 1px #e2e2e2 solid;
  padding-bottom: 40px;
  margin-bottom: 30px;
  overflow: hidden;
}
.inews_items li {
  position: relative;
  width: 385px;
  float: left;
  margin-left: 20px;
}
.inews_items li:first-child {
  margin-left: 0;
}
.inews_items li img {
  display: block;
  width: 100%;
  height: 290px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
  object-fit: cover;
}
.inews_items .bd {
  height: 418px;
  overflow: hidden;
  position: relative;
}
.inews_items .bd li {
  float: left;
  width: 385px;
  margin-right: 20px;
}
.inews_items .inews_pd .date {
  position: absolute;
  top: 0;
  left: 0;
  width: 106px;
  height: 82px;
  background-color: #1f377b;
  color: #fff;
  text-align: center;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.inews_items .inews_pd .date span {
  display: block;
}
.inews_items .inews_pd .date .day {
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  margin-top: 15px;
}
.inews_items .inews_pd .date .year {
  font-size: 15px;
}
.inews_items ._inews_text ._title {
  font-size: 18px;
  font-weight: normal;
  line-height: 23px;
  height: 46px;
  overflow: hidden;
  margin: 20px 0 0;
}
.inews_items ._inews_text ._text {
  font-size: 14px;
  color: #747474;
  height: 44px;
  line-height: 22px;
  overflow: hidden;
}
.inews_items .hd {
  margin-top: 50px;
}
.inews_items .hd ul {
  font-size: 0;
  text-align: center;
}
.inews_items .hd li {
  display: inline-block;
  border: 1px #707070 solid;
  width: 9px;
  height: 9px;
  line-height: 99;
  overflow: hidden;
  margin: 0 4px;
  border-radius: 50%;
  cursor: pointer;
  *display: inline;
  *zoom: 1;
}
.inews_items .hd li.on {
  border-color: #00a0ea;
  background-color: #00a0ea;
}
.inews_items .inews_pd a {
  display: block;
  overflow: hidden;
}
.inews_items li:hover img {
  transform: scale(1.05);
  -webkit-transform: scale(1.05);
}
.inews_items li:hover ._title {
  color: #1f377b;
}
.inews_items li:hover .inews_pd .date {
  background: #00a0ea;
}
.l {
  float: left;
}
.news_bottom li {
  padding: 25px 0 30px;
  border-bottom: 1px dashed #ccc;
  overflow: hidden;
  *zoom: 1;
  width: 100%;
}
.news_bottom li .data {
  font-family: Arial;
  border: 1px #ccc solid;
  width: 55px;
  margin-right: 2%;
}
.news_bottom li .data span {
  display: block;
  text-align: center;
}
.news_bottom li .data .day {
  font-size: 30px;
  font-weight: bold;
  background-color: #ccc;
  line-height: 45px;
  color: #fff;
}
.news_bottom li .data .month {
  font-size: 0.77em;
  color: #565656;
}
.news_bottom ._img {
  float: left;
  width: 15%;
  margin-right: 2%;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.news_bottom ._img img {
  height: 100%;
}
.news_bottom ._t {
  font-size: 18px;
  margin-bottom: 5px;
  color: #555;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.news_bottom ._p a {
  line-height: 23px;
  height: 46px;
  overflow: hidden;
  color: #999;
  font-size: 14px;
}
.news_bottom ._i {
  overflow: hidden;
  *zoom: 1;
  margin-top: 25px;
}
.news_bottom ._i span,
.news_bottom ._i a {
  float: left;
  line-height: 26px;
  padding: 0 10px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.news_bottom ._i ._more {
  background: #00a0ea;
  color: #fff;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.news_bottom ._i ._date {
  background: #ededed;
  color: #999;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.news_bottom li:hover ._t {
  color: #1f377b;
}
.news_bottom li:hover span {
  color: #1f377b;
}
.news_bottom li:hover ._i ._more {
  background-color: #1f377b;
}
.news_bottom li:hover .data {
  border-color: #1f377b;
}
.news_bottom li:hover .data .day {
  background-color: #1f377b;
}
/*news_content*/
.news_info_con {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  padding-bottom: 30px;
  margin-bottom: 20px;
}
.news_info_con ._title {
  float: left;
  font-size: 25px;
  font-weight: 400;
}
.news_info_con .news_time {
  float: right;
  font-size: 14px;
  color: #666;
  margin-top: 12px;
}
.news_info_con .news_time span {
  padding-left: 20px;
  margin-left: 20px;
}
.news_info_con .news_time span:nth-of-type(1) {
  background: url("../images/time.png") no-repeat left center;
}
.news_info_con .news_time span:nth-of-type(2) {
  background: url("../images/click.png") no-repeat left center;
}
/*产品分类*/
.pro_info_right {
  float: right;
  width: 860px;
}
.pro_info_right .inner_location span {
  padding-left: 8px;
  color: #626262;
  font-size: 14px;
  font-weight: lighter;
}
.pro_info_right .pro_info_right_top {
  margin-top: 25px;
  *zoom: 1;
}
.pro_info_right .pro_info_right_top:before,
.pro_info_right .pro_info_right_top:after {
  content: " ";
  display: table;
}
.pro_info_right .pro_info_right_top:after {
  clear: both;
}
.pro_info_right .pro_info_right_top .left {
  float: left;
}
.pro_info_right .pro_info_right_top .left div {
  width: 412px;
  height: 290px;
  border: 1px solid #dadada;
}
.pro_info_right .pro_info_right_top .left div img {
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.pro_info_right .pro_info_right_top .right {
  width: 426px;
  float: right;
}
.pro_info_right .pro_info_right_top .right h4 {
  color: #383838;
  font-size: 24px;
  font-weight: bold;
}
.pro_info_right .pro_info_right_top .right .p1 {
  color: #108cee;
  font-size: 14px;
  margin-top: 10px;
  margin-bottom: 15px;
}
.pro_info_right .pro_info_right_top .right ul {
  width: 426px;
  height: 86px;
  background: #f5f5f5;
  padding-top: 12px;
  *zoom: 1;
}
.pro_info_right .pro_info_right_top .right ul:before,
.pro_info_right .pro_info_right_top .right ul:after {
  content: " ";
  display: table;
}
.pro_info_right .pro_info_right_top .right ul:after {
  clear: both;
}
.pro_info_right .pro_info_right_top .right ul li {
  float: left;
  width: 50%;
  line-height: 35px;
}
.pro_info_right .pro_info_right_top .right ul li:nth-child(1) span {
  background: url("../images/B_1.png") no-repeat left center;
}
.pro_info_right .pro_info_right_top .right ul li:nth-child(2) span {
  background: url("../images/B_2.png") no-repeat left center;
  margin-left: 0;
}
.pro_info_right .pro_info_right_top .right ul li:nth-child(3) span {
  background: url("../images/B_3.png") no-repeat left center;
}
.pro_info_right .pro_info_right_top .right ul li:nth-child(4) span {
  background: url("../images/B_4.png") no-repeat left center;
  margin-left: 0;
}
.pro_info_right .pro_info_right_top .right ul li span {
  color: #aeaeae;
  padding-left: 25px;
  margin-left: 20px;
}
.pro_info_right .pro_info_right_top .right .p2 {
  *zoom: 1;
  margin: 18px 0;
}
.pro_info_right .pro_info_right_top .right .p2:before,
.pro_info_right .pro_info_right_top .right .p2:after {
  content: " ";
  display: table;
}
.pro_info_right .pro_info_right_top .right .p2:after {
  clear: both;
}
.pro_info_right .pro_info_right_top .right .p2 small {
  color: #aeaeae;
  font-size: 14px;
  float: left;
  line-height: 43px;
}
.pro_info_right .pro_info_right_top .right .p2 b {
  font-family: numFont;
  color: #108cee;
  font-size: 30px;
  float: left;
  font-weight: normal;
}
.pro_info_right .pro_info_right_top .right > a {
  display: block;
  width: 180px;
  height: 42px;
  background: #51c47a url(../images/gw.png) no-repeat left 24px top 10px;
  text-align: center;
  line-height: 42px;
  font-weight: lighter;
  border-radius: 25px;
  font-size: 16px;
  color: #fff;
  text-indent: 27px;
}
/*产品分类*/
.info_business {
  *zoom: 1;
}
.info_business:before,
.info_business:after {
  content: " ";
  display: table;
}
.info_business:after {
  clear: both;
}
.info_business .info_business_wrapper {
  margin-right: 30px;
  margin-bottom: 30px;
  width: 380px;
  height: 434px;
  background: #fff;
  float: left;
}
.info_business .info_business_wrapper:nth-of-type(3n) {
  margin-right: 0;
}
.info_business .info_business_wrapper .b1 {
  width: 380px;
  height: 258px;
  overflow: hidden;
}
.info_business .info_business_wrapper .b1 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.info_business .info_business_wrapper .b2 {
  margin-top: 22px;
  margin-bottom: 10px;
  text-align: center;
}
.info_business .info_business_wrapper .b2:after {
  width: 34px;
  height: 3px;
  background: #108cee;
  content: '';
  display: block;
  margin: 0 auto;
  margin-top: 15px;
}
.info_business .info_business_wrapper .b2 a {
  color: #242424;
  font-size: 16px;
  font-weight: bold;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.info_business .info_business_wrapper .b2 a:hover {
  color: #51c47a;
}
.info_business .info_business_wrapper .b3 {
  list-style: none;
  text-align: center;
}
.info_business .info_business_wrapper .b3 li {
  line-height: 30px;
}
.info_business .info_business_wrapper .b3 li a {
  color: #686868;
  font-size: 14px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.info_business .info_business_wrapper .b3 li a:hover {
  color: #51c47a;
}
.inner_form .message_on .b1 i {
  color: #108cee !important;
}
.inner_form .message_on .b1:before {
  background: #108cee !important;
}
.inner_form .message_on input {
  border-color: #108cee !important;
}
.inner_form .message_on textarea {
  border-color: #108cee !important;
}
.inner_form .a1 {
  width: 97%;
  height: auto;
  position: relative;
}
.inner_form .a1 .b1 {
  width: 60px;
  height: 44px;
  position: absolute;
  right: 0;
  text-align: center;
  line-height: 44px;
  z-index: 60;
}
.inner_form .a1 .b1:before {
  content: '';
  width: 1px;
  height: 20px;
  background: #e5e5e5;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  left: 0;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.inner_form .a1 .b1 i {
  font-size: 20px;
  color: #666;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.inner_form .a1 input textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #999;
}
.inner_form .a1 input textarea:-moz-placeholder {
  font-size: 14px;
  color: #999;
}
.inner_form .a1 input textarea::-moz-placeholder {
  font-size: 14px;
  color: #999;
}
.inner_form .a1 input textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #999;
}
.inner_form .a1 input {
  width: 100%;
  border-color: #e5e5e5;
  height: 44px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding-right: 60px;
  padding-left: 10px;
  -moz-transition: all 0.5s linear;
  -webkit-transition: all 0.5s linear;
  transition: all 0.5s linear;
}
.inner_form .a1 button {
  float: left;
  background: #108cee;
}
.inner_form .a1 .layui-btn-primary {
  background: #fff;
}
.inner_form .a1 .layui-btn-primary:hover {
  border-color: #108cee;
}
.inner_form .v-code {
  width: 40%;
  *zoom: 1;
}
.inner_form .v-code .b1 {
  right: 32%;
}
.inner_form .v-code:before,
.inner_form .v-code:after {
  content: " ";
  display: table;
}
.inner_form .v-code:after {
  clear: both;
}
.inner_form .v-code input {
  width: 68%;
  float: left;
}
.inner_form .v-code img {
  width: 30%;
  float: right;
}
