header,
footer,
#main,
#info {
  width: 100%;
  overflow: hidden;
  min-width: 1200px;
}
.wrapper {
  width: 1200px;
  margin: 0 auto;
  display: block;
  position: relative;
}
/* 变量 */
/*css3*/
.clear::after {
  display: block;
  content: '';
  clear: both;
}
.czspjz {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.flex {
  display: flex;
  display: -webkit-flex;
}
/************************header************************/
.header_nav_wrap {
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 300;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.fix_nav {
  top: -172px;
  box-shadow: 0 0 10px #000;
}
header {
  background: #fff;
}
.header_cn {
  background: #363636;
  color: #fff;
  font-size: 12px;
  line-height: 30px;
  overflow: hidden;
  font-weight: 300;
}
.header_cn a {
  color: #fff;
}
.header_cn small {
  font-size: 12px;
  float: right;
  padding-left: 25px;
}
.header_cn small a {
  margin-left: 15px;
  padding-left: 20px;
}
.header_cn small a:hover {
  color: #eb9003;
}
.header_cn small a:nth-of-type(1) {
  background: url("../images/h_ico1.png") no-repeat left center;
}
.header_cn small a:nth-of-type(2) {
  background: url("../images/h_ico2.png") no-repeat left center;
}
.header_cn small a:nth-of-type(3) {
  background: url("../images/h_ico3.png") no-repeat left center;
}
.header_logo {
  background: #fff;
  padding: 40px 0;
  -moz-transition: all 400ms ease;
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  overflow: hidden;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 1000;
}
.header_logo h1 {
  float: left;
}
.header_logo h1 img {
  display: block;
}
.header_logo h1 span {
  text-indent: -999rem;
  display: none;
}
.header_logo .header_tel {
  background: url("../images/header_tel.jpg") no-repeat left center;
  padding-left: 65px;
  float: right;
  position: relative;
  color: #1a1a1a;
}
.header_logo .header_tel > * {
  display: block;
}
.header_logo .header_tel small {
  font-size: 14px;
}
.header_logo .header_tel b {
  font-size: 32px;
  color: #00428e;
}
.nav {
  background: #fff;
  height: 55px;
  position: relative;
  z-index: 100;
  line-height: 55px;
  border-top: 1px solid #e4e4e4;
}
.nav::after {
  display: block;
  content: '';
  clear: both;
}
.nav ul li {
  float: left;
  position: relative;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.nav ul li:hover > a,
.nav ul li.n_act > a {
  background: #eb9003;
  color: #fff;
}
.nav ul li:hover p {
  top: 50px;
  opacity: 1;
  visibility: visible;
}
.nav ul li:nth-of-type(1) > a {
  border-left: 0;
}
.nav ul li > a {
  font-size: 14px;
  color: #1c1c1c;
  display: block;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  width: 132px;
  text-align: center;
  height: 100%;
  border-left: 1px solid #e4e4e4;
  position: relative;
  z-index: 2;
}
.nav ul li > a span {
  display: block;
}
.nav ul li > a small {
  display: block;
  font-size: 12px;
  color: #515555;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.nav ul li p {
  position: absolute;
  background: #00428e;
  text-align: center;
  padding: 10px 0;
  left: 0;
  top: 80px;
  width: 100%;
  opacity: 0;
  visibility: hidden;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.nav ul li p a {
  display: block;
  color: #fff;
  line-height: 35px;
  font-size: 14px;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.nav ul li p a:hover {
  background: #eb9003;
}
.banner {
  margin-top: 225px;
}
.banner .box_skitter .info_slide_dots .image_number {
  height: 6px;
  width: 35px;
  border-radius: 5px;
}
.banner .box_skitter .info_slide_dots .image_number {
  background: #00428e;
  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************************/
/*-------------------------------------------------------------------------ys 首页优势------------------------------------------------------------------------------------*/
.idx_ys {
  overflow: hidden;
}
.ys_title {
  text-align: center;
  background: url("../images/ys_bg1.png") no-repeat center top;
  padding: 20px 0;
  margin: 50px 0 30px;
}
.ys_title > * {
  display: block;
}
.ys_title b {
  font-size: 28px;
  color: #00428e;
}
.ys_title small {
  font-size: 14px;
  color: #8b8b8b;
}
.ys_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  padding: 0 20px;
  position: relative;
}
.ys_list:after {
  display: block;
  content: '';
  border-top: 1px dotted #d9d9d9;
  position: absolute;
  left: 45px;
  top: 62px;
  height: 1px;
  width: 94%;
}
.ys_list li {
  text-align: center;
  position: relative;
  z-index: 2;
}
.ys_list li p {
  position: relative;
}
.ys_list li small {
  display: block;
  background-color: #eaeaea;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
  width: 119px;
  height: 119px;
  position: relative;
  z-index: 3;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.ys_list li em {
  background: #c8cde3;
  width: 129px;
  height: 129px;
  border-radius: 50%;
  position: absolute;
  left: -5px;
  top: -5px;
  z-index: 2;
  opacity: 0;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.ys_list li i {
  background: #d6dbf1;
  width: 149px;
  height: 149px;
  border-radius: 50%;
  position: absolute;
  left: -15px;
  top: -15px;
  opacity: 0;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.ys_list li:nth-of-type(1) p small {
  background-image: url("../images/ys_ico1.png");
}
.ys_list li:nth-of-type(2) p small {
  background-image: url("../images/ys_ico2.png");
}
.ys_list li:nth-of-type(3) p small {
  background-image: url("../images/ys_ico3.png");
}
.ys_list li:nth-of-type(4) p small {
  background-image: url("../images/ys_ico4.png");
}
.ys_list li:nth-of-type(5) p small {
  background-image: url("../images/ys_ico5.png");
}
.ys_list li:nth-of-type(6) p small {
  background-image: url("../images/ys_ico6.png");
}
.ys_list li span {
  display: block;
  margin-top: 30px;
}
.ys_list li:hover small {
  background-color: #00428e;
}
.ys_list li:hover:nth-of-type(1) p small {
  background-image: url("../images/ys_ico11.png");
}
.ys_list li:hover:nth-of-type(2) p small {
  background-image: url("../images/ys_ico22.png");
}
.ys_list li:hover:nth-of-type(3) p small {
  background-image: url("../images/ys_ico33.png");
}
.ys_list li:hover:nth-of-type(4) p small {
  background-image: url("../images/ys_ico44.png");
}
.ys_list li:hover:nth-of-type(5) p small {
  background-image: url("../images/ys_ico55.png");
}
.ys_list li:hover:nth-of-type(6) p small {
  background-image: url("../images/ys_ico66.png");
}
.ys_list li:hover i {
  animation: mymove 1s infinite alternate;
  -webkit-animation: mymove 1s infinite alternate;
  /*Safari and Chrome*/
  opacity: 1;
}
.ys_list li:hover em {
  animation: mymove2 1.2s infinite alternate;
  -webkit-animation: mymove2 1.2s infinite alternate;
  /*Safari and Chrome*/
}
@keyframes mymove {
  from {
    transform: scale(1);
    opacity: 0;
  }
  to {
    transform: scale(1.12);
    opacity: 1;
  }
}
@-webkit-keyframes mymove {
  from {
    transform: scale(1);
    opacity: 0;
  }
  to {
    transform: scale(1.12);
    opacity: 1;
  }
}
@keyframes mymove2 {
  from {
    transform: scale(1);
    opacity: 0;
  }
  to {
    transform: scale(1.1);
    opacity: 1;
  }
}
@-webkit-keyframes mymove2 {
  from {
    transform: scale(1);
    opacity: 0;
  }
  to {
    transform: scale(1.1);
    opacity: 1;
  }
}
.a_btn {
  display: block;
  width: 158px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  background: #eb9003;
  margin: 35px auto 42px auto;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.a_btn:hover {
  background: #00428e;
}
/*-------------------------------------------------------------------------product 首页产品-----------------------------------------------------------------------------------*/
.main_title {
  text-align: center;
  color: #fff;
  font-size: 34px;
  line-height: 78px;
}
.main_title b {
  font-weight: 500;
  position: relative;
}
.main_title b:before,
.main_title b:after {
  display: block;
  content: '';
  width: 34px;
  height: 1px;
  background: #6380a2;
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
}
.main_title b:before {
  left: -48px;
}
.main_title b:after {
  right: -48px;
}
.product .main_title {
  background: #00428e;
}
.product .pro_swiper {
  position: relative;
  margin-top: 35px;
}
.product .swiper-slide {
  position: relative;
}
.product .swiper-slide p {
  margin-bottom: 18px;
  position: relative;
  overflow: hidden;
  border: 1px solid #ccc;
  box-sizing: border-box;
}
.product .swiper-slide p a {
  display: block;
  position: relative;
  height: 100%;
  display: flex;
  align-items: center;
}
.product .swiper-slide p a:hover span {
  opacity: 1;
  margin-top: 0;
}
.product .swiper-slide p a:hover:after {
  top: 0;
}
.product .swiper-slide p a:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: absolute;
  left: 0;
  top: -100%;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.product .swiper-slide p span {
  left: 0;
  top: 0;
  text-align: center;
  width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 20px;
  background: url("../images/sch2.png") no-repeat center top;
  padding-top: 45px;
  z-index: 11;
  font-weight: bold;
  margin-top: -40px;
  opacity: 0;
  -moz-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  transition-delay: 0.3s;
}
.product .swiper-slide p img {
  max-width: 100%;
  display: block;
  max-height: 100%;
}
.product .swiper-slide p:nth-of-type(1),
.product .swiper-slide p:nth-of-type(2),
.product .swiper-slide p:nth-of-type(4),
.product .swiper-slide p:nth-of-type(5) {
  width: 280px;
  height: 212px;
}
.product .swiper-slide p:nth-of-type(3) {
  width: 590px;
  height: 446px;
  position: absolute;
  left: 308px;
  top: 0;
}
.product .swiper-slide p:nth-of-type(3) img {
  width: 100%;
  height: 100%;
  display: block;
}
.product .swiper-slide p:nth-of-type(3) span {
  opacity: 1;
  background: url("../images/zx_bg.png") no-repeat center;
  text-indent: 30px;
  line-height: 70px;
  top: inherit;
  bottom: 0;
  margin-top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(0, 0);
  height: 70px;
  padding-top: 0;
  text-align: left;
}
.product .swiper-slide p:nth-of-type(4) {
  position: absolute;
  right: 0;
  top: 0;
}
.product .swiper-slide p:nth-of-type(5) {
  position: absolute;
  right: 0;
  bottom: 0;
}
.product .case_btn {
  position: absolute;
  top: 185px;
  width: 100%;
}
.product .case_btn a {
  display: block;
  width: 36px;
  height: 66px;
  background: #eb9003;
  position: absolute;
  top: 0;
  cursor: pointer;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.product .case_btn a:hover {
  background: #00428e;
}
.product .case_btn a img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
}
.product .case_btn a:nth-of-type(1) {
  left: -55px;
}
.product .case_btn a + a {
  position: absolute;
  right: -55px;
}
.product .case_btn a + a img {
  transform: rotateZ(180deg);
  margin-left: -6px;
  margin-top: -11px;
}
.product .swiper-button-next {
  display: none;
}
.product .swiper-button-prev {
  display: none;
}
.product_type dl {
  overflow: hidden;
  font-size: 15px;
  line-height: 60px;
  height: 60px;
}
.product_type dl:nth-of-type(even) {
  background: #f5f5f5;
}
.product_type dl dt {
  float: left;
  overflow: hidden;
  width: 220px;
  border-right: 1px solid #d2d2d2;
  padding-left: 45px;
  background: url("../images/pro_bg.png") no-repeat 20px center;
}
.product_type dl dt a {
  display: block;
}
.product_type dl dd {
  float: left;
  margin: 0 20px;
  padding-right: 30px;
  position: relative;
}
.product_type dl dd a {
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  border: 1px solid transparent;
  border-radius: 15px;
  padding: 5px 10px;
}
.product_type dl dd:after {
  display: block;
  content: '';
  width: 1px;
  height: 25px;
  background: #b9b9b9;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -13px;
}
.product_type dl dd:last-of-type:after {
  display: none;
}
.product_type dl dd a:hover {
  color: #eb9003;
  border-color: #eb9003;
}
/*-------------------------------------------------------------------------company 首页公司简介------------------------------------------------------------------------------------*/
.company {
  overflow: hidden;
  background: url('../images/company_bg.jpg') no-repeat top center;
  position: relative;
}
.company .main_title {
  padding: 20px 0;
}
.company .main_title > * {
  color: #fff;
}
.company .com_left {
  float: left;
  width: 596px;
}
.company .com_right {
  float: right;
  width: 590px;
  padding-top: 25px;
}
.company .com_right p {
  color: #fff;
  overflow: hidden;
}
.company .com_right p b {
  font-size: 24px;
  font-weight: 500;
}
.company .com_right p a {
  float: right;
}
.company .com_right small {
  font-size: 14px;
  display: block;
  color: #fff;
  margin: 30px 0 31px 0;
  line-height: 34px;
}
.company .com_right ul {
  overflow: hidden;
}
.company .com_right ul li {
  float: left;
  width: 190px;
  height: 182px;
  margin-left: 10px;
}
.company .com_right ul li:nth-of-type(1) {
  margin-left: 0;
}
.company .com_right ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*-------------------------------------------------------------------------news 首页新闻------------------------------------------------------------------------------------*/
.news {
  overflow: hidden;
}
.news .main_title {
  line-height: inherit;
  padding: 40px 0 60px 0;
}
.news .main_title b {
  font-size: 34px;
  color: #292929;
}
.news .main_title small {
  font-size: 14px;
  color: #a7a7a7;
  display: block;
  margin-top: 20px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.tit1 {
  height: 58px;
  background: #f2f2f2;
  overflow: hidden;
}
.tit1 a {
  display: block;
}
.tit1 em {
  display: block;
  float: left;
  width: 190px;
  height: 80px;
  text-align: center;
  font: 18px "Microsoft YaHei";
  font-weight: bold;
  color: #fff;
  background: #11509b;
  padding-top: 16px;
}
.tit1 em i {
  display: block;
  font: 15px "Microsoft YaHei";
  text-transform: uppercase;
  color: #d5dce8;
}
.tit1 span {
  display: block;
  width: 62px;
  height: 58px;
  background: #666;
  font: 12px Arial;
  text-transform: uppercase;
  text-align: center;
  float: right;
  color: #fff;
  line-height: 58px;
}
.dy {
  width: 575px;
  height: 420px;
  overflow: hidden;
}
.dy dl {
  height: 55px;
  overflow: hidden;
  border-bottom: 1px solid #ececec;
}
.dy dl a {
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.dy dl:hover a {
  color: #eb9003;
}
.dy dt {
  width: 106px;
  font: 20px "Microsoft YaHei";
  color: #484848;
  float: left;
  text-align: center;
  line-height: 55px;
}
.dy dt em {
  display: none;
}
.dy dd {
  width: 395px;
  padding-right: 20px;
  float: left;
}
.dy dd {
  position: relative;
}
.dy dd i {
  position: absolute;
  right: -53px;
  top: 7px;
}
.dy dd a {
  display: block;
  font: 14px "Microsoft YaHei";
  line-height: 55px;
  color: #484848;
  overflow: hidden;
}
.dy dd p {
  display: none;
}
.dy .cur {
  height: 95px;
  padding-top: 20px;
}
.dy .cur:hover a {
  color: #eb9003;
}
.dy .cur dt {
  font-weight: bold;
  line-height: 25px;
  margin-top: 8px;
}
.dy .cur dt em {
  display: block;
  font-size: 16px;
  font-style: normal;
  color: #9e9e9e;
}
.dy .cur dd a {
  display: block;
  font: 14px "Microsoft YaHei";
  font-weight: bold;
  line-height: 30px;
  color: #11509b;
  height: 30px;
  overflow: hidden;
}
.dy .cur dd p {
  display: block;
  font: 14px "Microsoft YaHei";
  line-height: 24px;
  height: 48px;
  overflow: hidden;
  color: #666;
}
.faq {
  height: 270px;
  overflow: hidden;
}
.faq h2 {
  width: 175px;
  height: 200px;
  float: left;
  overflow: hidden;
  background: #13519c;
  font: 18px "Microsoft YaHei";
  font-weight: bold;
}
.faq h2 a {
  display: block;
  padding: 45px 0 0 35px;
  height: 200px;
  color: #fff;
}
.faq h2 em {
  display: block;
  font: 18px Arial;
  color: #d5dce8;
  padding-top: 11px;
}
.faq dl {
  width: 300px;
  float: left;
  padding-left: 40px;
}
.faq dt {
  font: 14px "Microsoft YaHei";
  line-height: 50px;
  font-weight: bold;
  color: #484848;
  background: url('../images/q.gif') no-repeat left top;
  padding-top: 23px;
}
.faq dt a {
  color: #484848;
  display: block;
}
.faq dd {
  font: 14px "Microsoft YaHei";
  line-height: 24px;
  color: #666;
  background: url('../images/a.gif') no-repeat left top;
  padding-top: 33px;
}
.faq dd p {
  height: 48px;
  overflow: hidden;
}
.faq dd a {
  display: block;
  width: 92px;
  height: 28px;
  border: 1px solid #d4d4d4;
  font: 12px Arial;
  text-transform: uppercase;
  color: #484848;
  overflow: hidden;
  line-height: 28px;
  text-align: center;
  margin-top: 14px;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.faq dd a:hover {
  color: #eb9003;
  border: 1px solid #eb9003;
}
ul.news_cj li {
  overflow: hidden;
  border-bottom: 1px dashed #ccc;
  background: url("../images/qabg.jpg") no-repeat left top;
  padding-left: 40px;
  margin-bottom: 27px;
  padding-bottom: 25px;
}
ul.news_cj li:nth-of-type(1) {
  margin-top: 25px;
}
ul.news_cj li a {
  display: block;
  overflow: hidden;
}
ul.news_cj li a:hover b {
  color: #00428e;
}
ul.news_cj li a b {
  display: block;
  font-size: 16px;
  color: #3e3e3e;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  margin-bottom: 10px;
}
ul.news_cj li a small {
  display: block;
  font-size: 14px;
  color: #a6a6a6;
}
.idx_maps #allmap {
  height: 345px;
  margin-top: 40px;
  margin-bottom: 40px;
}
/*-------------------------------------------------------------------------footer 底部------------------------------------------------------------------------------------*/
.clearfix::after {
  display: block;
  content: '';
  clear: both;
}
.footer-bar {
  width: 100%;
  overflow: hidden;
  min-width: 1200px;
  background: #042654;
  padding-top: 52px;
}
.footer-bar .footer-top {
  margin-bottom: 77px;
  height: 210px;
}
.footer-bar .footer-top .f-tel {
  width: 322px;
  height: 210px;
  float: left;
  text-align: center;
  border-right: 1px dashed #515151;
}
.footer-bar .footer-top .f-tel p {
  font-size: 16px;
  color: #fff;
  margin-top: 37px;
}
.footer-bar .footer-top .f-tel h2 {
  color: #eb9003;
  font-size: 40px;
  font-weight: 500;
}
.footer-bar .footer-top .f-tel span {
  color: #6c7d95;
  font-size: 14px;
}
.footer-bar .footer-top .f-nav {
  width: 362px;
  height: 210px;
  float: left;
  border-right: 1px dashed #6c7d95;
}
.footer-bar .footer-top .f-nav h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 31px;
  margin-left: 89px;
}
.footer-bar .footer-top .f-nav ul {
  width: 185px;
  height: 145px;
  margin: 0 auto;
}
.footer-bar .footer-top .f-nav ul li {
  width: 59px;
  margin-right: 40px;
  margin-bottom: 22px;
  float: left;
}
.footer-bar .footer-top .f-nav ul li:nth-child(2n) {
  margin-right: 0;
}
.footer-bar .footer-top .f-nav ul li a {
  color: #6c7d95;
  font-size: 14px;
}
.footer-bar .footer-top .f-contact {
  width: 330px;
  height: 210px;
  float: left;
  border-right: 1px dashed #6c7d95;
}
.footer-bar .footer-top .f-contact h3 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 31px;
}
.footer-bar .footer-top .f-contact ul {
  width: 190px;
  height: 109px;
  margin: 0 auto;
}
.footer-bar .footer-top .f-contact ul li {
  color: #6c7d95;
  font-size: 14px;
  margin-bottom: 30px;
}
.footer-bar .footer-top .f-code {
  width: 183px;
  height: 210px;
  float: left;
}
.footer-bar .footer-top .f-code img {
  float: right;
  width: 118px;
  height: 118px;
  margin-bottom: 16px;
}
.footer-bar .footer-top .f-code p {
  float: right;
  width: 118px;
  text-align: center;
  color: #6c7d95;
  font-size: 12px;
  margin-bottom: 2px;
}
.footer-bar .f-bt {
  overflow: hidden;
  height: 62px;
  line-height: 62px;
  border-top: 1px solid #6c7d95;
  font-size: 14px;
  color: #6c7d95;
}
.footer-bar .f-bt a {
  color: #6c7d95;
}
.footer-bar .f-bt a:hover {
  color: #fff;
}
.right {
  float: right;
}
/*-------------------------------------------------------------------------sidebar 侧边栏------------------------------------------------------------------------------------*/
.sidebar {
  width: 255px;
  float: left;
}
.sidebar > div {
  box-shadow: 0px 0px 10px #C3C3C3;
}
.sidebar .s-tit {
  background: #00428e;
  padding: 28px 0;
  text-align: center;
}
.sidebar .s-tit b {
  display: block;
  color: #fff;
  font-size: 24px;
}
.sidebar .s-tit small {
  font-size: 12px;
  color: #a4a4a4;
}
.sidebar p {
  background: #fff;
}
.sidebar p a {
  display: block;
  line-height: 50px;
  height: 50px;
  position: relative;
  border-bottom: 1px dotted #d6d6d6;
  font-size: 14px;
  text-indent: 35px;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.sidebar p a:after {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  border: 1px solid #ccc;
  position: absolute;
  left: 15px;
  top: 50%;
  margin-top: -2.5px;
  background: #eee;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.sidebar p a:hover {
  color: #fff;
  background: #eb9003;
}
.sidebar p a:hover:after {
  background: #fff;
  border-color: #fff;
  border-radius: 50%;
}
.sidebar p a.on {
  background: #00428e;
}
.sidebar p a.on:after {
  left: 0;
}
.sidebar p a.on span {
  color: #fff;
}
.sidebar p a.on b {
  background: rgba(236, 236, 236, 0.67);
  color: #fff;
}
.sidebar p a span {
  position: relative;
  z-index: 2;
  color: #4f4f4f;
  padding-left: 28px;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.sidebar p a b {
  position: absolute;
  z-index: 2;
  width: 23px;
  height: 23px;
  background: #ececec;
  color: #ccc;
  border-radius: 50%;
  display: block;
  right: 10px;
  margin-top: -12px;
  top: 50%;
  line-height: 20px;
  text-align: center;
  -moz-transition: all 150ms linear;
  -webkit-transition: all 150ms linear;
  transition: all 150ms linear;
}
.sidebar p a:hover span {
  color: #fff;
}
.sidebar_bottom {
  margin-top: 30px;
}
.s_b_con {
  background: #fff;
  padding: 20px;
}
.s_b_con li {
  font-size: 13px;
  margin-bottom: 5px;
}
button {
  outline: none;
}
.sidebar form {
  position: relative;
  margin-top: 15px;
  outline: none;
}
.sidebar form input[type=text] {
  display: block;
  line-height: 40px;
  height: 40px;
  background: #fff;
  text-indent: 10px;
  border-radius: 20px;
  border: 1px solid #ccc;
  width: 100%;
  outline: none;
}
.sidebar form input[type=submit] {
  display: block;
  width: 22px;
  height: 22px;
  background: url("../images/sch2.png") no-repeat center;
  border: 0;
  position: absolute;
  right: 10px;
  top: 11px;
  text-indent: -999rem;
}
/*-------------------------------------------------------------------------info_right 详情页右边通用设置------------------------------------------------------------------------------------*/
#info {
  padding: 60px 0;
  background: #eee;
}
.info2 + footer {
  margin-top: 0;
}
.info_right {
  width: 920px;
  float: right;
}
.info_content {
  padding: 15px 30px 30px 30px;
  background: #fff;
  box-shadow: 0px 0px 10px #C3C3C3;
  overflow: hidden;
}
.p_content {
  font-size: 15px;
  line-height: 30px;
  color: #4c4c4c;
}
.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;
}
/*-------------------------------------------------------------------------location 当前定位------------------------------------------------------------------------------------*/
.location {
  overflow: hidden;
  line-height: 60px;
  font-size: 14px;
  margin-bottom: 40px;
  color: #666;
  background: #fff;
  border-bottom: 1px solid #ccc;
}
.location i {
  padding-right: 5px;
  font-size: 25px;
}
.location a {
  color: #666;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.location a:hover {
  color: #00428e;
}
.location b {
  float: left;
  font-size: 20px;
  font-weight: 300;
}
.location p {
  float: right;
}
/*-------------------------------------------------------------------------info_pro 产品详情页------------------------------------------------------------------------------------*/
.pro_list li {
  width: 290px;
  background: #fff;
}
.pro_list li p {
  height: 215px;
}
.pro_list li p img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.pro_list li div {
  text-align: center;
  border-bottom: 2px solid #646464;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  position: relative;
  line-height: 50px;
  height: 50px;
}
.pro_list li div:after {
  display: block;
  content: '';
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: -2px;
  background: #eb9003;
  -moz-transition: all 500ms ease;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}
.pro_list li div > * {
  display: block;
}
.pro_list li div span {
  font-size: 16px;
  color: #3e3e3e;
  font-weight: bold;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  height: 50px;
  overflow: hidden;
}
.pro_list li div small {
  display: block;
  width: 118px;
  line-height: 28px;
  border: 1px solid #ccc;
  border-radius: 25px;
  margin: 10px auto 0;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.pro_list li:hover span {
  color: #eb9003;
}
.pro_list li:hover div:after {
  width: 100%;
}
.info_pro_list_wrap {
  width: 885px;
  overflow: hidden;
}
.info_pro_list {
  overflow: hidden;
}
.info_pro_list li {
  float: left;
  width: 268px;
  margin: 0 25px 30px 0;
  border: 1px solid #ccc;
}
.info_pro_list li p {
  border-bottom: 1px solid #ccc;
}
/*顶部*/
.right_top {
  overflow: hidden;
}
.rigth_img_wrap {
  width: 400px;
  float: left;
  overflow: hidden;
  border: 1px solid #ccc;
  text-align: center;
  height: 259px;
  display: flex;
  display: -webkit-flex;
  align-items: center;
}
.rigth_img_wrap img {
  height: auto;
  max-height: 100%;
  max-width: 100%;
}
.rigth_img_txt {
  float: right;
  overflow: hidden;
  width: 421px;
}
.rigth_img_txt h4 {
  font-size: 20px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 21px;
  margin-bottom: 20px;
  color: #00428e;
}
.rigth_img_txt ul li {
  font-size: 16px;
  color: #666;
  margin-bottom: 12px;
}
.rigth_img_txt a {
  display: block;
  width: 120px;
  line-height: 40px;
  background: #00428e;
  color: #fff;
  text-align: center;
  margin-top: 29px;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.rigth_img_txt a:hover {
  background: #eb9003;
}
.more_btn_1 {
  border-bottom: 1px solid #00428e;
  margin-top: 35px;
  margin-bottom: 20px;
}
.more_btn_1 span {
  background: #00428e;
  color: #fff;
  display: inline-block;
  width: 131px;
  line-height: 40px;
  text-align: center;
}
/*其他产品*/
.pro-list-others:after {
  display: block;
  content: '';
  clear: both;
}
.pro-list-others li {
  float: left;
  width: 198px;
  overflow: hidden;
  margin-right: 20px;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.pro-list-others li:last-of-type {
  margin-right: 0;
}
.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);
}
.pro-list-others li:hover span {
  background: #00428e;
  color: #fff;
}
.pro-list-others li p {
  width: 100%;
  border: 1px solid #ccc;
  box-sizing: border-box;
  height: 168px;
  position: relative;
}
.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%);
}
.pro-list-others li span {
  display: block;
  height: 35px;
  font-size: 14px;
  overflow: hidden;
  width: 100%;
  line-height: 35px;
  background: #E4E4E4;
  color: #595959;
  text-align: center;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
/*相关资讯*/
.info_pro_news {
  overflow: hidden;
}
.info_pro_news .info_pro_news_l {
  width: 48%;
  float: left;
}
.info_pro_news .info_pro_news_l li {
  border-bottom: 1px solid #ccc;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  overflow: hidden;
  text-indent: 15px;
  position: relative;
}
.info_pro_news .info_pro_news_l li:hover a {
  color: #00428e;
}
.info_pro_news .info_pro_news_l li:hover:before {
  background: #00428e;
}
.info_pro_news .info_pro_news_l li:before {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  background: #666;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
}
.info_pro_news .info_pro_news_l li a {
  color: #666;
}
.info_pro_news .info_pro_news_l li small {
  float: right;
  font-size: 14px;
}
.info_pro_news .info_pro_news_r {
  width: 48%;
  float: right;
}
.info_pro_news .info_pro_news_r #allmap {
  height: 190px;
  width: 100%;
  margin: 0;
  padding-bottom: 0;
}
/*案例展示*/
.pro {
  width: 110%;
}
.pro li {
  float: left;
  padding: 5px;
  border: 1px solid #ccc;
  margin: 0 15px 15px 0;
  text-align: center;
  position: relative;
  border-radius: 4px;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.pro li:hover {
  border: 1px solid #00428e;
}
.pro li:hover span {
  color: #fff;
  background: #00428e;
}
.pro li a p {
  width: 265px;
  height: 188px;
  display: block;
}
.pro li a p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.pro li a span {
  display: block;
  color: #505050;
  font-size: 14px;
  background-color: #e2e2e2;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  text-align: center;
  line-height: 45px;
  height: 45px;
}
.image-layer:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  border-style: solid;
  border-width: 0;
  border-color: rgba(0, 0, 0, 0.5) #ffffff;
  border-radius: 0 0 0 4px;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5), -1px 1px 1px rgba(0, 0, 0, 0.6);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.image-layer:hover:before {
  border-right-width: 60px;
  border-bottom-width: 60px;
}
/*资质荣誉*/
.honor_list {
  width: 890px;
}
.honor_list li {
  float: left;
  width: 273px;
  box-sizing: border-box;
  padding: 5px;
  border: 1px solid #ccc;
  margin: 0 20px 20px 0;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}
.honor_list li p {
  width: 100%;
  height: 170px;
}
.honor_list li p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.honor_list li span {
  display: block;
  line-height: 35px;
  height: 35px;
  font-size: 14px;
  color: #666;
  text-align: center;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  margin-top: 5px;
}
.honor_list li:hover {
  border-color: #00428e;
}
.honor_list li:hover span {
  background: #00428e;
  color: #fff;
}
/*-------------------------------------------------------------------------page 分页及翻页------------------------------------------------------------------------------------*/
#prev_next a:hover {
  color: #da0922;
}
#prev_next {
  font-size: 14px;
  margin-top: 35px;
}
div.page {
  margin: 20px 30px 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: #da0922;
}
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: #da0922;
}
#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;
}
/*-------------------------------------------------------------------------info_news 新闻页面------------------------------------------------------------------------------------*/
.info_news {
  overflow: hidden;
}
.info_news li {
  position: relative;
  border-bottom: 1px solid #ccc;
  padding-bottom: 25px;
  margin-bottom: 25px;
}
.info_news li::after {
  display: block;
  content: '';
  clear: both;
}
.info_news li:before {
  display: block;
  content: '';
  width: 0;
  height: 2px;
  background: #00428e;
  position: absolute;
  left: 0;
  bottom: -1px;
  -moz-transition: all 700ms ease;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.info_news li:hover b {
  color: #00428e;
}
.info_news li:hover:before {
  width: 100%;
}
.info_news li p {
  color: #858585;
}
.info_news li p > * {
  display: block;
}
.info_news li p b {
  display: block;
  font-size: 16px;
  color: #333;
  font-weight: 600;
}
.info_news li p span {
  font-size: 14px;
  line-height: 25px;
  margin: 10px 0;
}
.info_news li p small {
  font-size: 12px;
}
.info_news li strong {
  position: absolute;
  right: 0;
  bottom: 25px;
}
.news_info_con_t {
  text-align: center;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
}
.news_info_con_t h4 {
  font-size: 22px;
  font-weight: 400;
  color: #666;
}
.news_info_con_t p {
  margin-top: 15px;
}
.news_info_con_t p span {
  font-size: 14px;
  color: #666;
  display: inline-block;
  margin: 0 10px;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
}
.news_info_con_t p span:nth-of-type(1) {
  background-image: url("../images/time.png");
}
.news_info_con_t p span:nth-of-type(2) {
  background-image: url("../images/click.png");
}
/*-------------------------------------------------------------------------message 在线留言------------------------------------------------------------------------------------*/
.form_wrap {
  overflow: hidden;
}
.form_wrap .info_mes_l {
  float: left;
  width: 50%;
}
.form_wrap .info_mes_l .input-group {
  margin-bottom: 10px;
  clear: both;
  /*overflow: hidden;*/
}
.form_wrap .info_mes_l .input-group:after {
  display: block;
  content: '';
  clear: both;
}
.form_wrap .info_mes_l .input-group label {
  width: 62px;
  font-size: 15px;
  display: inline-block;
  text-align-last: justify;
  color: #606060;
  font-weight: bold;
}
.form_wrap .info_mes_l .input-group input[type=text] {
  border: 1px solid #D8D8D8;
  border-radius: 2px;
  line-height: 35px;
  height: 35px;
  width: 340px;
  text-indent: 1em;
  font-family: "microsoft yahei", "sans-serif";
  transition: 300ms;
  -webkit-transition: 300ms;
  outline: none;
}
.form_wrap .info_mes_l .input-group textarea {
  transition: 300ms;
  -webkit-transition: 300ms;
  width: 355px;
  border: 1px solid #D8D8D8;
  border-radius: 2px;
  text-indent: 1em;
  padding-top: 5px;
  font-family: "microsoft yahei", "sans-serif";
  outline: none;
  margin-left: 4px;
}
.form_wrap .info_mes_l #submit {
  display: block;
  clear: both;
  width: 80px;
  line-height: 30px;
  background: #00428e;
  border: 0;
  color: #ffffff;
  font-size: 14px;
  font-family: "microsoft yahei";
  margin-left: 64px;
  -moz-transition: all 200ms ease;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  cursor: pointer;
}
.form_wrap .info_mes_l #submit:hover {
  background: #eb9003;
}
.form_wrap .info_mes_r {
  float: right;
  width: 45%;
  color: #666;
}
.form_wrap .info_mes_r img {
  max-width: 100%;
  display: block;
}
.form_wrap .info_mes_r h3 {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 20px;
}
.form_wrap .info_mes_r span {
  display: block;
  font-size: 14px;
  line-height: 30px;
}
.form_wrap .info_mes_r img {
  margin-top: 15px;
}
/*-------------------------------------------------------------------------info_contact 联系我们------------------------------------------------------------------------------------*/
.info_contact {
  overflow: hidden;
}
.info_contact #allmap {
  height: 460px;
  overflow: hidden;
  border: 1px solid #ccc;
  font-size: 14px;
}
.info_contact .info_contact_list {
  width: 100%;
  margin-bottom: 25px;
}
.info_contact .info_contact_list ul {
  font-size: 16px;
  color: #666;
  overflow: hidden;
}
.info_contact .info_contact_list ul li {
  width: 33%;
  margin-bottom: 15px;
  float: left;
  height: 38px;
  line-height: 38px;
}
.info_contact .info_contact_list ul li i {
  font-size: 30px;
  padding-right: 10px;
  color: #00428e;
  display: inline-block;
  width: 35px;
}
