﻿html {
  font-size: 62.5%;
  background: #fff;
  /*10 ÷ 16 × 100% = 62.5%*/
}
body {
  font-family: "microsoft yahei", "sans-serif", "华文细黑", "黑体" !important;
  overflow-x: hidden;
  background: #fff;
}
ol,
li {
  list-style: none;
}
header,
footer,
#main {
  width: 100%;
}
#main {
  position: relative;
  z-index: 2;
}
header {
  position: relative;
}
@font-face {
  font-family: myFirstFont;
  src: url('../images/agency fb.ttf'), url('../font2/Agency-FB.otf'), url('../font2/Agency-FB.woff');
}
/*css3*/
.clear:after {
  display: block;
  content: '';
  clear: both;
}
.czspjz {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -49%);
  -webkit-transform: translate(-50%, -49%);
}
.before {
  display: block;
  content: '';
}
.flex {
  display: flex;
  display: -webkit-flex;
}
.font-light {
  font-weight: 300;
}
.flex {
  display: flex;
  display: -webkit-flex;
}
/************************header************************/
.pc-nav {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  transition: 200ms ease-in-out;
  -webkit-transition: 200ms ease-in-out;
}
.pc-nav .container .logo_bg {
  float: left;
}
.pc-nav-animate {
  position: fixed;
  width: 100%;
  left: 0;
  top: -157px;
}
.pc-nav-animate .nav {
  background: #fff;
}
.header_top {
  line-height: 40px;
  height: 40px;
  border-bottom: 1px solid #d6d6d6;
  background: #e9e9e9;
}
.header_top .container {
  position: relative;
}
.header_top span {
  font-size: 14px;
  color: #858585;
  float: left;
}
.header_top small {
  font-size: 14px;
  float: right;
}
.header_top small a {
  color: #8a8a8a;
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 20px;
  margin-left: 10px;
  display: inline-block;
}
.header_top small a:nth-of-type(1) {
  background-image: url("../images/header_ico1.png");
}
.header_top small a:nth-of-type(2) {
  background-image: url("../images/header_ico2.png");
}
.header_top small a:nth-of-type(3) {
  background-image:url("../images/lag.png");
}
.header_top small a:hover {
  color: #253d99;
}
.logo {
  padding: 40px 0 22px;
  background: #fff;
}
.logo .logo_right {
  float: right;
  margin-top: -30px;
}
.logo .logo_tel p {
  font-weight: 400;
  background: url("../images/header_tel.png") no-repeat left 14px;
  padding-left: 32px;
}
.logo .logo_tel p small {
  font-size: 16px;
  color: #272727;
}
.logo .logo_tel p b {
  font-size: 30px;
  color: #D90301;
}
.logo form {
  line-height: 34px;
  height: 34px;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
  border: 1px solid #d6d6d6;
  border-left: 0;
  border-right: 0;
}
.logo form input {
  width: 245px;
  border: 0;
  background: #fff;
  float: left;
  display: block;
  text-indent: 5px;
  height: 100%;
}
.logo form button {
  width: 40px;
  float: left;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: url("../images/sch.png") no-repeat center;
  height: 100%;
}
.nav {
  background: #fff;
  border-bottom: 2px solid #D90301;
}
.nav ul li {
  float: left;
  font-size: 16px;
  width: 12.5%;
  text-align: center;
  position: relative;
}
.nav ul li:hover > a,
.nav ul li.nav_act > a {
  font-weight: bold;
  background: #fff;
  background: #D90301;
  color: #fff;
  border-radius: 5px 5px 0 0;
}
.nav ul li > a {
  display: block;
  color: #151515;
  position: relative;
  height: 50px;
  line-height: 50px;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  border-top: 2px solid transparent;
  box-sizing: border-box;
}
.nav ul li > a:after {
  display: block;
  content: '';
  width: 11px;
  height: 12px;
  background: url("../images/nav_ico1.png") no-repeat center;
  position: absolute;
  right: 10px;
  top: 50%;
  margin-top: -4px;
}
.clear {
  clear: both;
  display: block;
  content: '';
}
/*放大缩小动画*/
@keyframes scaleAnimate {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1.1);
  }
}
@-webkit-keyframes scaleAnimate {
  from {
    -webkit-transform: scale(1);
  }
  to {
    -webkit-transform: scale(1.1);
  }
}
/*小屏幕手机*/
.mobile-nav .h-nav-g {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  width: 100%;
  height: 60px;
  background: #fff;
  transition: 300ms;
  -webkit-transition: 300ms;
  border-bottom: 1px solid #ccc;
}
.mobile-nav .h-nav-g h1 img {
  position: absolute;
  max-height: 30px;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.mobile-nav .h-nav-g .btn_i {
  display: block;
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.mobile-nav .h-nav-g .btn_i small,
.mobile-nav .h-nav-g .btn_i:before,
.mobile-nav .h-nav-g .btn_i:after {
  display: block;
  content: '';
  width: 24px;
  height: 2px;
  background: #202020;
  border-radius: 4px;
  margin: 6px 0;
}
.mobile-nav .h-nav-g .btn_i_click small {
  opacity: 0;
}
.mobile-nav .h-nav-g .btn_i_click:before {
  transform: rotateZ(45deg);
  transform-origin: 0px 6px;
}
.mobile-nav .h-nav-g .btn_i_click:after {
  transform: rotateZ(-45deg);
  transform-origin: 5px -1px;
}
.mobile-nav .h-nav-g .i_tel {
  display: block;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  background-image: url("../images/tel.png");
  position: absolute;
  right: 15px;
  top: 0;
  height: 60px;
  width: 40px;
}
.mobile-nav .ul-small {
  background: #3a3a3a;
  overflow-y: scroll;
  width: 220px;
  height: 100%;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 10000;
  transform: translateX(220px);
  transition: 300ms;
  -webkit-transition: 300ms;
  -webkit-transform: translateX(220px);
}
.mobile-nav .ul-small ul {
  margin-top: 20px;
}
.mobile-nav .ul-small ul li > a {
  padding-right: 30px;
  line-height: 48px;
  display: block;
  position: relative;
  padding-left: 20%;
  color: #767676;
  font-size: 14px;
  border-bottom: 1px solid rgba(118, 118, 118, 0.52);
}
.mobile-nav .ul-small ul li > a:before {
  display: block;
  content: '';
  width: 10px;
  height: 10px;
  border: 2px solid #767676;
  position: absolute;
  left: 8%;
  top: 50%;
  margin-top: -5px;
  border-radius: 50%;
}
.mobile-nav .ul-small ul li.after_none > a:after {
  display: none;
}
.mobile-nav .ul-small ul li:last-child > a:after {
  display: none;
}
.mobile-nav .ul-small ul li:nth-of-type(1) > a:after {
  display: none;
}
.mobile-nav .ul-small ul li p {
  display: none;
  background: #19191a;
}
.mobile-nav .ul-small ul li p > a {
  line-height: 55px;
  font-size: 14px;
  color: #767676;
  padding-left: 20%;
  position: relative;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  display: block;
}
.mobile-nav .ul-small ul li p > a:after {
  display: block;
  content: '';
  position: absolute;
  left: 8%;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  font-weight: bold;
  font-size: 20px;
  width: 7px;
  height: 11px;
  background: url("../images/menu_bg3.png") no-repeat center;
  background-size: cover;
}
.mobile-nav .ul-small ul li.li_click > a {
  color: #fff;
}
.mobile-nav .ul-small ul li.li_click > a:before {
  background: #ffc801;
  border: 2px solid #ffc801;
}
.mobile-nav .ul-small ul li.li_click > a:after {
  content: '-';
  color: #767676;
}
.mobile-nav .translate {
  transform: translateX(-220px);
  -webkit-transform: translateX(-220px);
}
.mobile-nav .translate2 {
  transform: translateX(0);
  -webkit-transform: translateX(0);
}
/*banner*/
/*banner*/
.banner {
  clear: both;
  position: relative;
  height: 100%;
  overflow: hidden;
  width: 100%;
  margin-top: 209px;
}
.banner .swiper-pagination {
  bottom: 90px;
  z-index: 20;
  width: 100%;
}
.banner .swiper-pagination span {
  margin: 0 5px;
  display: inline-block;
}
.banner .swiper-container {
  height: 100%;
  cursor: default !important;
}
.banner .swiper-slide {
  overflow: hidden;
}
.banner .slide-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-size: cover;
  background-position: center;
}
.banner .swiper-pagination-bullet {
  width: 24px;
  height: 4px;
  display: inline-block;
  border-radius: 5px;
  background: #919190;
  opacity: .4;
}
.banner .swiper-pagination-bullet-active {
  background: #fff;
  opacity: 1;
}
.banner2 {
  height: 350px;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/info_banner.jpg");
  margin-top: 206px;
}
.banner2 .container {
  position: relative;
  height: 100%;
}
.banner2 .info_banner_text {
  color: #fff;
  top: 31%;
  position: absolute;
  right: 0;
  width: 100%;
  text-align: center;
}
.banner2 .info_banner_text > * {
  display: block;
}
.banner2 .info_banner_text span {
  font-size: 24px;
  font-weight: 500;
  color: #000000;
  margin-top: 10px;
}
.c-banner {
  background-image: url("../images/com_banner.jpg");
}
.new-banner {
  background-image: url("../images/new_banner.jpg");
}
.contact_banner {
  background-image: url("../images/contact_banner.jpg");
}
.case_banner {
  background-image: url("../images/case_banner.jpg");
}
.product_banner {
  background-image: url("../images/product_banner.jpg");
}
.seo_banner {
  background-image: url("../images/seo_banner.jpg");
}
/*technology*/
.main_title {
  text-align: center;
  padding: 4% 0 5% 0;
}
.main_title > * {
  display: block;
}
.main_title b {
  font-size: 50px;
  font-family: myFirstFont;
  color: #D90301;
  background: url("../images/main_tbg.png") no-repeat center;
  text-transform: uppercase;
}
.main_title span {
  font-size: 28px;
  color: #111111;
}
.technology {
  overflow: hidden;
  border-bottom: 1px solid #c0c0c0;
  padding-bottom: 33px;
}
.technology .technology_left {
  width: 100%;
  position: relative;
  z-index: 2;
  margin-bottom: 40px;
}
.technology .technology_left ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.technology .technology_left ul li {
  width: 16.6%;
  position: relative;
}
.technology .technology_left ul li:after {
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  display: block;
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #D90301;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: -20px;
  opacity: 0;
}
.technology .technology_left ul li a {
  display: block;
  padding: 10px 0;
  text-align: center;
  background: #080808;
  color: #fff;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.technology .technology_left ul li a b {
  font-weight: 300;
  background: url("../images/pro_type_ico1.png") no-repeat left center;
  padding-left: 50px;
  text-align: left;
  display: inline-block;
}
.technology .technology_left ul li:last-child a b{
  background: url("../images/pro_type_ico2.png") no-repeat left center;
}
.technology .technology_left ul li a b > * {
  display: block;
}
.technology .technology_left ul li a b span {
  font-size: 18px;
}
.technology .technology_left ul li a b small {
  font-size: 12px;
  text-transform: uppercase;
  height: 17px;
  overflow: hidden;
}
.technology .technology_left ul li:hover:after,
.technology .technology_left ul li.technology_act:after {
  opacity: 1;
  bottom: -10px;
}
.technology .technology_left ul li:hover a,
.technology .technology_left ul li.technology_act a {
  background: #D90301;
}
.technology .technology_left .technology_msg {
  text-align: center;
}
.technology .technology_left .technology_msg a {
  display: block;
}
.technology .technology_right {
  width: 100%;
  overflow: hidden;
}
.technology .technology_right ul li {
  display: none;
  position: relative;
  overflow: hidden;
}
.technology .technology_right ul li:nth-of-type(1) {
  display: block;
}
.technology .technology_right ul li p.pro_l_img {
  float: left;
  width: 55%;
  overflow: hidden;
  height: 380px;
  border: 1px solid #dadada;
  box-sizing: border-box;
  border-right: 0;
  position: relative;
}
.technology .technology_right ul li p.pro_l_img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.technology .technology_right ul li div.pro_r_title {
  width: 45%;
  box-sizing: border-box;
  padding: 33px;
  border: 6px solid #2f2f2f;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  border-left: 0;
}
.technology .technology_right ul li div.pro_r_title p > * {
  display: block;
}
.technology .technology_right ul li div.pro_r_title p b {
  font-size: 30px;
  color: #2f2f2f;
}
.technology .technology_right ul li div.pro_r_title p span {
  font-size: 24px;
  font-weight: 300;
  color: #2f2f2f;
}
.technology .technology_right ul li div.pro_r_title p span:after {
  display: block;
  content: '';
  width: 66px;
  height: 2px;
  background: #2f2f2f;
  margin: 25px 0;
}
.technology .technology_right ul li div.pro_r_title p .a_2 {
  display: block;
  width: 100px;
  line-height: 30px;
  background: #080808;
  color: #fff;
  text-align: center;
  font-size: 14px;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  margin-top: 15px;
}
.technology .technology_right ul li div.pro_r_title p .a_2:hover {
  background: #D90301;
}
.technology .technology_right ul li div.pro_r_title p small {
  font-size: 14px;
  color: #303030;
  line-height: 30px;
}
.technology .technology_right ul li div.pro_r_title p a.pro_r_title_a {
  position: absolute;
  right: -6px;
  bottom: -6px;
  width: 40px;
  height: 40px;
  display: block;
  line-height: 40px;
  background: #2f2f2f;
  text-align: center;
  color: #fff;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.technology .technology_right ul li div.pro_r_title p a.pro_r_title_a:hover {
  background: #253d99;
}
.technology .technology_right ul li .more_btn {
  display: block;
  width: 196px;
  line-height: 38px;
  background: #253d99 url("../images/pro_mesg.png") no-repeat 35px center;
  color: #fff;
  text-indent: 70px;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.technology .technology_right ul li .more_btn:hover {
  background-color: #02974f;
}
.technology .technology_right ul li .pro_r_tel {
  color: #272727;
  background: url("../images/pro_tel.png") no-repeat left center;
  padding-left: 55px;
  margin-top: 45px;
}
.technology .technology_right ul li .pro_r_tel > * {
  display: block;
}
.technology .technology_right ul li .pro_r_tel small {
  font-size: 14px;
  font-weight: 400;
}
.technology .technology_right ul li .pro_r_tel b {
  font-size: 28px;
  font-weight: 400;
}
.technology_more {
  text-align: center;
  margin-top: 36px;
}
.technology_more a {
  display: inline-block;
  width: 196px;
  line-height: 38px;
  background: #080808 url("../images/tec_ico1.png") no-repeat 35px center;
  color: #fff;
  text-indent: 33px;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.technology_more a:hover {
  background-color: #02974f;
}
.technology_more a + a {
  background: #D90301 url("../images/tec_ico2.png") no-repeat 35px center;
}

.pro-item{
  width: 100%;
  margin: 0 auto;
}
.pro-item img{
  max-width: 100%;
}
.pro-nav{
  /* border: 1px solid #efefef; */
  padding: 0;
}
.pro-nav h2{
  font-size: 2.1rem;
  line-height: 2.5;
  text-align: center;
  background: #678ccb;
    color: #ffffff;
}
.pro-nav li{
  font-size: 1.6rem;
    line-height: 1.9;
   
    border-bottom: 1px solid #7b7bc0;
    margin: 15px 0;
}
.pro-nav li i{
  padding: 0 5px;
}
.pro-nav li a{
  /* color: #ffffff; */
}
.pro-main img{
  box-shadow: 0px 2px 5px rgba(6, 17, 47, 0.7);
}
.pro-main li:hover img{
  box-shadow: 0px 5px 15px rgba(6, 17, 47, 0.7);
}
.pro-main li a{
  font-size: 1.5rem;
  text-align: center;
  line-height: 2.2;
}
.pro-nav-title{
  line-height: 45px;
  border-bottom: 1px solid #e1e1e1;
  margin-bottom: 10px;
  padding: 0 30px;
}
.pro-nav-title span{
  font-size: 24px;
  color: #007bdf;
  border-bottom: 3px solid #007bdf;
  padding-bottom: 10px;
  font-weight: bold;
}
.pro-nav-title p{
  display: inline-block;
  float: right;
}



/*---------------------------------------------------------------company 关于我们----------------------------------------------------------------------------*/
.company {
  padding-bottom: 5%;
  clear: both;
  display: block;
  content: '';
}
.company:after {
  display: block;
  content: '';
  clear: both;
}
.company .company_left {
  float: right;
  width: 50%;
  overflow: hidden;
  height: 340px;
}
.company .company_left img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.company .company_right {
  width: 48%;
  float: left;
}
.company .company_right p {
  margin-bottom: 35px;
}
.company .company_right p > * {
  display: block;
}
.company .company_right p small {
  font-size: 20px;
  color: #253d99;
}
.company .company_right p span {
  font-size: 26px;
  color: #253d99;
  font-weight: bold;
}
.company .company_right b {
  display: block;
  font-size: 25px;
  color: #2c2c2c;
  font-weight: 500;
  margin-bottom: 10px;
}
.company .company_right div {
  font-size: 14px;
  color: #7d7d7d;
  line-height: 30px;
  margin-bottom: 20px;
}
.company .company_right a {
  display: inline-block;
  width: 196px;
  line-height: 38px;
  background: #080808 url("../images/tec_ico1.png") no-repeat 35px center;
  color: #fff;
  text-indent: 70px;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.company .company_right a:hover {
  background-color: #D90301;
}
/*---------------------------------------------------------------ys 优势----------------------------------------------------------------------------*/
.ys {
  background: url("../images/ys.png") no-repeat center;
  background-size: cover;
  padding: 38px 0;
}
.ys .container > img {
  display: block;
  float: left;
}
.ys p {
  float: right;
  text-align: center;
  color: #fff;
  margin: 2% 4% 0 0;
}
.ys p img {
  margin: 0 auto;
  display: block;
}
.ys p > * {
  display: block;
}
.ys p b {
  font-size: 16px;
  font-weight: 500;
  margin-top: 5px;
}
.ys p strong {
  font-size: 28px;
}
.ys_all ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.ys_all ul li {
  width: 31%;
}
.ys_all ul li p {
  position: relative;
  padding: 30px 0;
}
.ys_all ul li p img {
  position: absolute;
  left: -20px;
  top: 0;
}
.ys_all ul li p strong {
  font-size: 90px;
  font-family: myFirstFont;
  color: #D90301;
  position: absolute;
  left: 12px;
  top: 0;
}
.ys_all ul li p span {
  display: block;
  font-size: 25px;
  color: #282828;
  margin-left: 100px;
}
.ys_all ul li p b {
  display: block;
  font-size: 28px;
  color: #282828;
  margin-left: 100px;
}
.ys_all ul li > img {
  display: block;
  margin-bottom: 30px;
  max-width: 100%;
}
.ys_all ul li div {
  background: url("../images/ys_bg2.png") no-repeat left center;
  padding-left: 15px;
}
.ys_all ul li div small {
  display: block;
  font-size: 15px;
  color: #292929;
  margin-bottom: 10px;
}
/*---------------------------------------------------------------案例经验 case----------------------------------------------------------------------------*/
.case {
  clear: both;
  display: block;
  content: '';
  position: relative;
  z-index: 2;
  background: #f4f4f4;
}
.case:after {
  display: block;
  content: '';
  clear: both;
}
.case .ys_top_title {
  text-align: center;
  padding: 4% 0;
  background: #ffffff;
}
.case .ys_top_title > * {
  display: block;
}
.case .ys_top_title b {
  font-size: 38px;
  color: #D90301;
  font-weight: 400;
}
.case .ys_top_title b span {
  color: #1f1f1f;
  font-weight: 300;
}
.case .ys_top_title small {
  font-size: 16px;
  color: #8f8f8f;
  margin-top: 10px;
}
.case .case_all {
  height: 470px;
  background: url("../images/jy_bg.jpg") no-repeat center;
  background-size: cover;
}
.case .case_all .container {
  height: 100%;
}
.case .case_all ul {
  position: relative;
  height: 300px;
}
.case .case_all ul li {
  color: #fff;
  width: 300px;
  display: none;
  position: absolute;
  left: 0;
  top: 70px;
}
.case .case_all ul li:nth-of-type(1) {
  display: block;
}
.case .case_all ul li > * {
  display: block;
}
.case .case_all ul li b {
  font-size: 32px;
}
.case .case_all ul li b:after {
  display: block;
  content: '';
  width: 23px;
  height: 3px;
  background: #fff;
  margin: 20px 0;
}
.case .case_all ul li small {
  font-size: 14px;
}
.case .case_all ul li span {
  width: 43px;
  height: 43px;
  line-height: 43px;
  background: #fff;
  border-radius: 50%;
  color: #666;
  font-weight: bold;
  text-align: center;
  margin-top: 30px;
}
.case .case_all ul li span i {
  font-size: 25px;
}
.case .case_all ol {
  background: #fff;
  margin-top: 100px;
  clear: both;
  display: block;
  content: '';
}
.case .case_all ol:after {
  display: block;
  content: '';
  clear: both;
}
.case .case_all ol li {
  width: 20%;
  float: left;
  text-align: center;
  padding: 20px 0;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  position: relative;
}
.case .case_all ol li:after {
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  display: block;
  content: '';
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #253d99;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: -20px;
  opacity: 0;
}
.case .case_all ol li span {
  width: 86px;
  height: 86px;
  border: 4px solid #d1d1d1;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  border-radius: 50%;
  margin: 0 auto;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.case .case_all ol li b {
  font-size: 16px;
  color: #191408;
  margin-top: 16px;
  display: block;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.case .case_all ol li:nth-of-type(1) span {
  background-image: url("../images/case_ico1.png");
}
.case .case_all ol li:nth-of-type(2) span {
  background-image: url("../images/case_ico2.png");
}
.case .case_all ol li:nth-of-type(3) span {
  background-image: url("../images/case_ico3.png");
}
.case .case_all ol li:nth-of-type(4) span {
  background-image: url("../images/case_ico4.png");
}
.case .case_all ol li:nth-of-type(5) span {
  background-image: url("../images/case_ico5.png");
}
.case .case_all ol li:hover,
.case .case_all ol li.case_act {
  background: #D90301;
}
.case .case_all ol li:hover b,
.case .case_all ol li.case_act b {
  color: #fff;
}
.case .case_all ol li:hover:nth-of-type(1) span,
.case .case_all ol li.case_act:nth-of-type(1) span {
  background-image: url("../images/case_ico11.png");
}
.case .case_all ol li:hover:nth-of-type(2) span,
.case .case_all ol li.case_act:nth-of-type(2) span {
  background-image: url("../images/case_ico22.png");
}
.case .case_all ol li:hover:nth-of-type(3) span,
.case .case_all ol li.case_act:nth-of-type(3) span {
  background-image: url("../images/case_ico33.png");
}
.case .case_all ol li:hover:nth-of-type(4) span,
.case .case_all ol li.case_act:nth-of-type(4) span {
  background-image: url("../images/case_ico44.png");
}
.case .case_all ol li:hover:nth-of-type(5) span,
.case .case_all ol li.case_act:nth-of-type(5) span {
  background-image: url("../images/case_ico55.png");
}
.case .case_all ol li:hover:after,
.case .case_all ol li.case_act:after {
  opacity: 1;
  top: -10px;
}
/*---------------------------------------------------------------news 新闻----------------------------------------------------------------------------*/
.news {
  background: #f4f4f4;
  overflow: hidden;
  padding-bottom: 5%;
}
.news .news_left {
  width: 62.75%;
  float: left;
}
.news .news_left ul li {
  overflow: hidden;
  height: 188px;
  margin-bottom: 15px;
  position: relative;
}
.news .news_left ul li p {
  width: 36%;
  float: left;
  overflow: hidden;
  height: 100%;
}
.news .news_left ul li p img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.news .news_left ul li div {
  width: 64%;
  float: right;
  padding: 20px;
  background: #fff;
  height: 100%;
  position: relative;
}
.news .news_left ul li div > * {
  display: block;
}
.news .news_left ul li div b {
  font-size: 22px;
  color: #292929;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.news .news_left ul li div small {
  font-size: 14px;
  color: #8d8d8d;
  margin: 20px 0;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.news .news_left ul li div span {
  font-size: 14px;
  color: #8d8d8d;
}
.news .news_left ul li div img {
  position: absolute;
  right: 0;
  bottom: 0;
}
.news .news_left ul li:hover div b {
  color: #02974f;
}
.news .news_left ul li:hover div small {
  color: #02974f;
}
.news .news_right {
  width: 35%;
  float: right;
  background: #080808;
  padding: 20px 35px;
}
.news .news_right > p {
  color: #fff;
  margin-bottom: 22px;
}
.news .news_right > p b {
  font-size: 30px;
  font-weight: 500;
}
.news .news_right > p small {
  font-size: 14px;
  opacity: 0.6;
  text-transform: uppercase;
}
.news .news_right ul li {
  overflow: hidden;
  margin-bottom: 12px;
}
.news .news_right ul li a {
  display: block;
}
.news .news_right ul li p {
  width: 86px;
  height: 86px;
  text-align: center;
  background: #fff;
  color: #080808;
  float: left;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.news .news_right ul li p > * {
  display: block;
}
.news .news_right ul li p span {
  font-size: 28px;
  padding-top: 10px;
}
.news .news_right ul li p small {
  font-size: 16px;
}
.news .news_right ul li b {
  background: #771c29;
  color: #fff;
  font-size: 16px;
  padding: 10px;
  font-weight: 500;
  height: 86px;
  float: right;
  width: 235px;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.news .news_right ul li:hover p {
  background: #02974f;
  color: #fff;
}
.news .news_right ul li:hover b {
  background: #02974f;
}
/*---------------------------------------------------------------footer 底部----------------------------------------------------------------------------*/
footer {
  background: #333333;
  padding-top: 54px;
}
footer a:hover {
  color: #fff !important;
}
footer .footer_all {
  margin-top: 45px;
  clear: both;
  display: block;
  content: '';
}
footer .footer_all:after {
  display: block;
  content: '';
  clear: both;
}
footer .footer_all .footer_left {
  width: 450px;
  float: left;
}
footer .footer_all .footer_left div {
  float: left;
  margin-right: 10px;
}
footer .footer_all .footer_left b {
  font-size: 16px;
  color: #fff;
  margin-bottom: 25px;
  display: block;
}
footer .footer_all .footer_left input {
  display: block;
  line-height: 36px;
  height: 36px;
  border: 0;
  background: #fff;
  font-size: 14px;
  text-indent: 10px;
  margin-bottom: 8px;
  width: 210px;
}
footer .footer_all .footer_left textarea {
  display: block;
  width: 210px;
  height: 79px;
}
footer .footer_all .footer_left button ,footer .footer_all .footer_left .coolbg{
  display: block;
  line-height: 36px;
  height: 36px;
  width: 210px;
  background: #080808;
  color: #fff;
  text-align: center;
  margin-top: 10px;
}
footer .footer_center {
  width: 170px;
  float: left;
  margin: 0 40px;
}
footer .footer_center b {
  font-size: 16px;
  color: #fff;
  margin-bottom: 25px;
  display: block;
}
footer .footer_center ul li {
  margin-bottom: 15px;
  width: 50%;
  float: left;
}
footer .footer_center ul li a {
  display: block;
  font-size: 14px;
  color: #676562;
}
footer .footer_right {
  width: 235px;
  float: left;
}
footer .footer_right b {
  font-size: 16px;
  color: #fff;
  margin-bottom: 25px;
  display: block;
}
footer .footer_right ul li {
  margin-bottom: 15px;
  font-size: 14px;
  color: #676562;
}
footer .footer_ewm {
  width: 200px;
  float: right;
  color: #fff;
  text-align: center;
  margin-top: -90px;
}
footer .footer_ewm > * {
  display: block;
}
footer .footer_ewm span {
  font-size: 14px;
}
footer .footer_ewm strong {
  font-size: 24px;
}
footer .footer_ewm img {
  margin: 10px auto;
}
footer .footer_ewm small {
  font-size: 14px;
  color: #676562;
}
footer .footer_ewm a {
  display: block;
  width: 139px;
  background: #D90301;
  text-align: center;
  color: #fff;
  line-height: 40px;
  margin: 5px auto;
}
.f_icp {
  padding: 25px 0;
  font-size: 14px;
  color: #5e5e5e;
  overflow: hidden;
}
.f_icp a {
  color: #5e5e5e;
}
.f_icp .right {
  float: right;
}
.footer_mob {
  background: #080808;
  overflow: hidden;
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1000;
}
.footer_mob li {
  width: 25%;
  color: #fff;
  float: left;
  padding: 10px 0;
  border-left: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
}
.footer_mob li:nth-of-type(1) {
  border-left: 0;
}
.footer_mob li a {
  color: #fff;
  text-align: center;
  display: flex;
  display: -webkit-flex;
  align-items: center;
  width: 100%;
  justify-content: center;
}
.footer_mob li a > * {
  display: block;
}
.footer_mob li a i {
  font-size: 18px;
  padding-right: 10px;
}
.footer_mob li a span {
  font-size: 16px;
}
/*---------------------------------------------------------------message 在线留言----------------------------------------------------------------------------*/
.input-group {
  margin-bottom: 10px;
  clear: both;
  /*overflow: hidden;*/
}
.input-group:after {
  display: block;
  content: '';
  clear: both;
}
.input-group label {
  width: 62px;
  font-size: 15px;
  display: inline-block;
  text-align-last: justify;
  color: #606060;
  font-weight: bold;
}
.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;
}
.input-group input[type=text]:focus {
  width: 300px;
  box-shadow: 0 0 5px #D90301;
  border: 1px solid #D90301;
}
.input-group textarea:focus {
  width: 440px;
  box-shadow: 0 0 5px #015cb5;
  border: 1px solid #015cb5;
}
.input-group input[type=text]#captcha:focus {
  width: 90px;
  box-shadow: 0 0 5px #015cb5;
  border: 1px solid #015cb5;
}
.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;
}
#submit {
  display: block;
  clear: both;
  width: 80px;
  line-height: 30px;
  background: #080808;
  border: 0;
  color: #ffffff;
  font-size: 14px;
  font-family: "microsoft yahei";
  margin-left: 64px;
}
#submit:hover {
  background: #BB0000;
}
/*---------------------------------------------------------------i_news 新闻中心----------------------------------------------------------------------------*/
.i_news .i_news_list li {
  overflow: hidden;
  background: #fff;
  box-shadow: 0 0 4px #ccc;
  margin-bottom: 2%;
  position: relative;
}
.i_news .i_news_list li:hover span {
  color: #D90301;
}
.i_news .i_news_list li:hover img {
  transform: scale(1.1);
}
.i_news .i_news_list li:hover small {
  color: #D90301;
}
.i_news .i_news_list li p {
  width: 25%;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  position: absolute;
  left: 0;
  top: 0;
}
.i_news .i_news_list li p img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.i_news .i_news_list li div {
  width: 70%;
  float: right;
  padding: 3% 10% 2% 0;
  position: relative;
}
.i_news .i_news_list li div span {
  display: block;
  font-size: 18px;
  color: #4a4a4a;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.i_news .i_news_list li div small {
  display: block;
  font-size: 14px;
  color: #7a7a7a;
  margin: 2% 0;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.i_news .i_news_list li div b {
  display: block;
  font-size: 12px;
  color: #909090;
  font-weight: 300;
}
.i_news .i_news_list li div strong {
  display: block;
  width: 30px;
  height: 30px;
  background-color: #080808;
  border-radius: 50%;
  color: #fff;
  text-align: center;
  line-height: 30px;
  position: absolute;
  right: 5%;
  top: 50%;
  margin-top: -15px;
}
/*---------------------------------------------------------------news_info 新闻详情页----------------------------------------------------------------------------*/
.news_info {
  background: #eee;
}
.news_info .container {
  background: #fff;
  padding: 60px;
}
.news_info .news_info_top {
  color: #666;
  border-bottom: 1px solid #ccc;
  margin-bottom: 3%;
}
.news_info .news_info_top h3 {
  font-size: 25px;
  font-weight: 300;
}
.news_info .news_info_top small {
  display: block;
  font-size: 14px;
  font-weight: 300;
  margin: 10px 0 20px 0;
}
.p_content {
  font-size: 15px;
  line-height: 30px;
  color: #666;
  font-family: "Microsoft YaHei" !important;
}
.p_content p > *,
.p_content > *,
.p_content span,
.p_content small,
.p_content b,
.p_content strong,
.p_content p {
  font-family: "Microsoft YaHei" !important;
}
.p_content img {
  max-width: 80% !important;
  width: auto !important;
  height: auto !important;
  display: block;
  margin: 5px auto;
}
.p_content table {
  width: 100% !important;
  text-align: 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;
  position: relative;
  top: 3px;
}
.location a {
  color: #666;
  -moz-transition: all 200ms linear;
  -webkit-transition: all 200ms linear;
  transition: all 200ms linear;
}
.location a:hover {
  color: #11509b;
}
.location b {
  float: left;
  font-size: 20px;
  font-weight: 300;
  text-transform: uppercase;
}
.location span {
  float: right;
}
/*-------------------------------------------------------------------------info_contact 联系我们------------------------------------------------------------------------------------*/
#info {
  padding-bottom: 5%;
}
.info2 {
  background: #f3f3f3;
  padding-top: 4%;
}
.info_contact_type {
  text-align: center;
  margin-bottom: 3%;
}
.info_contact_type .container {
  border-bottom: 1px solid #e3e3e3;
  padding-bottom: 25px;
}
.info_contact_type ul li {
  display: inline-block;
  margin: 0 5px;
}
.info_contact_type ul li a {
  display: block;
  width: 100px;
  text-align: center;
  line-height: 35px;
  font-size: 14px;
  color: #333;
  position: relative;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.info_contact_type ul li.info_contact_type_act a,
.info_contact_type ul li:hover a {
  background: #253d99;
  color: #fff;
}
.info_contact_type ul li.info_contact_type_act a:after,
.info_contact_type ul li:hover a:after {
  display: block;
  content: '';
  width: 1px;
  height: 25px;
  background: #B5B5B5;
  position: absolute;
  left: 50%;
  top: 35px;
  margin-left: -0.5px;
}
.info_contact_type ul li.info_contact_type_act a:before,
.info_contact_type ul li:hover a:before {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #B5B5B5;
  position: absolute;
  left: 50%;
  margin-left: -2.5px;
  bottom: -28px;
}
.info_contact_title {
  color: #666;
  margin-bottom: 3%;
}
.info_contact_title > * {
  display: block;
}
.info_contact_title b {
  font-size: 20px;
}
.info_contact_title small {
  font-size: 12px;
  font-weight: 300;
}
.info_contact {
  overflow: hidden;
}
.info_contact #dituContent {
  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;
  overflow: hidden;
}
.info_contact .info_contact_list ul li:last-child{
  width: 40%;
}
.info_contact .info_contact_list ul li b {
  display: block;
  width: 40px;
  height: 40px;
  font-weight: 500;
  background: #1d1b1b;
  color: #fff;
  position: relative;
  float: left;
  margin-right: 10px;
}
.info_contact .info_contact_list ul li b i {
  color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -49%);
  -webkit-transform: translate(-50%, -49%);
  font-size: 25px;
  display: block;
}
.info_dh .container {
  padding-top: 2%;
  margin-top: 3%;
  border-top: 1px solid #ccc;
}
.info_dh iframe {
  width: 100%;
  height: 400px;
}
.gade_maps {
  display: none;
}
/*-------------------------------------------------------------------------kfsl_title 开发实力------------------------------------------------------------------------------------*/
.kfsl_title {
  text-align: center;
  margin-bottom: 4%;
}
.kfsl_title .container {
  border-bottom: 1px solid #b9b9b9;
  padding-bottom: 2%;
}
.kfsl_title b {
  font-size: 40px;
  color: #171717;
  display: block;
}
.kfsl_title small {
  display: inline-block;
  font-size: 14px;
  text-transform: uppercase;
  background: #253d99;
  color: #fff;
  padding: 5px 10px;
  margin: 10px 0;
}
.kfsl_title span {
  font-size: 16px;
  color: #797979;
  display: block;
  line-height: 30px;
}
.kfsl_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.kfsl_list li {
  width: 32%;
  text-align: center;
  margin-bottom: 5%;
}
.kfsl_list li > * {
  display: block;
}
.kfsl_list li img {
  display: block;
  max-width: 100%;
}
.kfsl_list li b {
  font-size: 23px;
  color: #253d99;
  margin: 5% 0 2%;
}
.kfsl_list li small {
  font-size: 16px;
  color: #797979;
  line-height: 30px;
}
/*page*/
#prev_next {
  clear: both;
  text-indent: 25px;
}
#prev_next a:hover {
  color: #253d99;
}
#prev_next {
  font-size: 14px;
  margin-top: 20px;
}
div.page {
  margin: 2% 0;
  clear: both;
  font-size: 14px;
  text-align: center;
  font-weight: 300;
}
div.page a {
  padding: 2px 5px;
  margin: 2px;
  color: #333;
  text-decoration: none;
  background: #fff;
  border: 1px solid #ccc;
}
div.page a:hover {
  background: #253d99;
  color: #fff;
}
div.page span.current {
  padding: 2px 8px;
  font-weight: 300;
  margin: 2px;
  color: #fff;
  background-color: #253d99;
  border: 1px solid #253d99;
}
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 0;
}
#prev_next .prev a:hover,
#prev_next .next a:hover {
  color: #253d99;
}
#prev_next .prev {
  margin-top: 20px;
  background: url("../images/prev_bg.png") no-repeat left 9px;
  background-size: 18px;
}
#prev_next .next {
  border-bottom: 1px solid #ccc;
  background: url("../images/next_bg.png") no-repeat left 9px;
  background-size: 18px;
}
/*-------------------------------------------------------------------------jobs 人才招聘------------------------------------------------------------------------------------*/
.jibs_content {
  text-align: center;
  font-size: 15px;
  line-height: 30px;
  color: #666;
  margin-bottom: 4%;
}
.job_tab {
  line-height: 54px;
  background: #4c4c4c;
  font-size: 14px;
  color: #fff;
  text-align: center;
  width: 100%;
  overflow: hidden;
}
.job_tab span {
  display: block;
  width: 20%;
  text-align: center;
  float: left;
}
.jobs ul li > p {
  line-height: 54px;
  background: #ffffff;
  font-size: 14px;
  color: #4c4c4c;
  text-align: center;
  overflow: hidden;
  height: 54px;
}
.jobs ul li:nth-of-type(even) > p {
  background: #f3f3f3;
}
.jobs ul li > p span {
  float: left;
  display: block;
  width: 20%;
}
.jobs ul li div {
  background: #ebebeb;
  padding: 20px;
  display: none;
}
.jobs ul li div small {
  font-size: 14px;
  line-height: 30px;
  color: #7c7c7c;
}
.jobs ul li div > p {
  font-size: 16px;
  color: #253d99;
  margin-bottom: 10px;
  font-weight: bold;
}
.jobs ul li div > span {
  display: block;
  margin-top: 20px;
  border-top: 1px solid #ccc;
  font-size: 14px;
  color: #7C7C7C;
  padding-top: 20px;
}
.jobs ul li div > span a {
  color: #253d99;
}
/*-------------------------------------------------------------------------product 产品页面------------------------------------------------------------------------------------*/
.pdc-list {
  overflow: hidden;
  width: 105%;
}
.pdc-list li {
  width: 30.4%;
  margin-right: 2%;
  margin-bottom: 2%;
  float: left;
}
.pdc-list li b {
  display: block;
  height: 170px;
  width: 100%;
  position: relative;
  border: 1px solid #ccc;
  background: #000;
}
.pdc-list li b img {
  height: 100%;
  width: 100%;
  transition: 300ms;
  -webkit-transition: 300ms;
  display: block;
  object-fit: cover;
}
.pdc-list li b i {
  display: block;
  width: 38px;
  height: 38px;
  background: url("../images/more.png");
  position: absolute;
  left: 50%;
  margin-left: -19px;
  top: 50%;
  margin-top: -19px;
  opacity: 0;
  transition: 300ms;
  -webkit-transition: 300ms;
}
.pdc-list li span {
  display: block;
  line-height: 38px;
  height: 38px;
  overflow: hidden;
  text-align: center;
  border-bottom: 3px solid #e5e5e5;
  font-size: 14px;
  transition: 300ms;
  -webkit-transition: 300ms;
}
.pdc-list li:hover img {
  opacity: 0.5;
}
.pdc-list li:hover i {
  opacity: 1;
}
.pdc-list li:hover span {
  background: #015cb5;
  color: #fff;
  border-bottom: 3px solid #015cb5;
}
#LeftNav {
  overflow: hidden;
  width: 23%;
  float: left;
}
#LeftNav .divBox {
  overflow: hidden;
  background-color: #fff;
  border-top: 5px solid #D90301;
  margin-bottom: 10px;
  padding: 20px 15px;
}
.divBox ol li {
  margin-bottom: 5px;
  font-size: 13px;
  color: #666;
}
.divBox ol li a {
  color: #666;
}
.divBox ol li a:hover {
  color: #0157a9;
}
#LeftNav h3 {
  font-size: 20px;
  color: #fff;
  position: relative;
  background: -webkit-linear-gradient(120deg, #1f2021, #d21f17);
  background: -o-linear-gradient(120deg, #1f2021, #d21f17);
  background: -moz-linear-gradient(120deg, #1f2021, #d21f17);
  background: linear-gradient(120deg, #1f2021, #d21f17);
  line-height: 69px;
  text-align: center;
  margin-bottom: 5px;
}
#LeftNav h3 a {
  color: #fff;
}
#LeftNav h3 i {
  position: absolute;
  right: 0;
  font-weight: bold;
  font-size: 16px;
  top: -2px;
}
#LeftNav .NavMenu ul {
  overflow: hidden;
  width: 100%;
}
#LeftNav .NavMenu ul > li {
  width: 100%;
  float: left;
  margin-bottom: 2px;
  font-size: 14px;
}
#LeftNav .NavMenu ul > li > a {
  display: block;
  background-color: #E8E8E8;
}
#LeftNav .NavMenu li > a {
  display: block;
  color: #666;
  padding-left: 20px;
  text-decoration: none;
  transition: 300ms ease;
  -webkit-transition: 300ms ease;
  line-height: 45px;
}
#LeftNav .NavMenu ul > li ol {
  display: none;
}
#LeftNav .NavMenu ul > li ol li a {
  display: block;
  line-height: 40px;
  width: 100%;
  height: 40px;
  overflow: hidden;
  text-indent: 40px;
  background: #f3f3f3;
}
#LeftNav .NavMenu ul > li.cur a,
#LeftNav .NavMenu ul > li a:hover,
#LeftNav .NavMenu ul > li a.current {
  color: #fff;
  background-color: #1167b8;
}
#LeftNav .divAdress img {
  display: block;
  margin-bottom: 15px;
}
#LeftNav .divAdress p {
  font-size: 12px;
  color: #666;
  line-height: 16px;
  margin-bottom: 15px;
  text-align: justify;
}
#LeftNav .divAdress span {
  display: block;
  font-size: 14px;
  color: #303030;
  line-height: 20px;
}
.mobile_type {
  padding: 5px;
  background: #fff;
  margin-bottom: 15px;
}
.mobile_type ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.mobile_type ul li {
  height: 40px;
  line-height: 40px;
  background: #eee;
  text-align: center;
  width: 49%;
  margin-bottom: 1%;
}
.mobile_type ul li a {
  display: block;
}
.mobile_type ul li a.current2 {
  background: #253d99;
  color: #fff;
}
.sidebar_news li {
  margin-bottom: 5px;
}
.sidebar_news li a {
  display: block;
  font-size: 14px;
  color: #666;
  position: relative;
  padding-left: 8px;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.sidebar_news li a:before {
  display: block;
  content: '';
  width: 5px;
  height: 5px;
  background: #666;
  position: absolute;
  left: 0;
  top: 6px;
  border-radius: 50%;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.sidebar_news li:hover a {
  color: #253d99;
}
.sidebar_news li:hover a:before {
  background: #253d99;
}
.info_right {
  width: 75%;
  float: right;
  background: #fff;
  padding: 30px;
}
.location2 {
  overflow: hidden;
  border-bottom: 1px solid #ccc;
  background: none;
  line-height: 40px;
  height: 40px;
}
.tech_title h4 {
  font-size: 24px;
  text-align: center;
  color: #d12706;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 2%;
}
.tech_title img {
  max-width: 340px;
  margin: 0 auto;
  display: block;
  border: 1px solid #ccc;
  padding: 5px;
}
.p_content img {
  max-width: 80% !important;
}
.p_content .sylx_img h4 {
  font-size: 16px;
  color: #253d99;
  margin-bottom: 15px;
  font-weight: bold;
}
.p_content .sylx_img ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
}
.p_content .sylx_img ul li {
  width: 32%;
  border: 1px solid #ccc;
}
.p_content .sylx_img ul li p {
  height: 170px;
  width: 100%;
}
.p_content .sylx_img ul li p img {
  display: block;
  width: 100% !important;
  height: 100% !important;
  object-fit: contain;
}
.pro-info-con_left {
  width: 48%;
  float: right;
}
/*详情页*/
.info-pp {
  overflow: hidden;
  padding-bottom: 5%;
}
.te-info_right .lSSlideWrapper {
  height: 235px;
}
.te-info_right .lSSlideWrapper li img {
  width: 240px !important;
  margin: 0 auto;
  display: block;
}
.pro-info-con .pro-info-title {
  font-size: 24px;
  color: #253d99;
  border-bottom: 2px solid #1167b8;
  padding-bottom: 10px;
  text-align: left;
  margin-bottom: 15px;
  text-transform: uppercase;
}
.pro-info-con .p-con {
  font-size: 14px;
  color: #323232;
  line-height: 26px;
}
.pro-info-con .pro-small {
  font-size: 15px;
  color: #818181;
  display: block;
  margin-top: 12px;
  line-height: 30px;
  line-height: 23px;
}
.pro-info-con .pro-small span {
  display: block;
  line-height: 30px;
}
.pro-info-con .pro-small span b {
  color: #253d99;
}
.pro-info-con .pro-email {
  color: #253d99;
  display: block;
  font-size: 14px;
  margin: 4% 0;
}
.pro-info-con .pro-email i {
  font-size: 22px;
  padding-right: 5px;
}
.pro-info-con .pro-order {
  display: block;
  width: 80%;
  line-height: 44px;
  color: #323232;
  text-align: center;
  background: #e6e6e6;
  margin: 20px auto 0 auto;
  font-size: 16px;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.pro-info-con .pro-order:hover {
  background: #02974f;
  color: #fff;
}
.pro-info-con .more_btn {
  margin: 10px 0;
}
.product-content-tit {
  line-height: 40px;
  margin-bottom: 30px;
  margin-top: 40px;
  position: relative;
  height: 40px;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  box-sizing: border-box;
  background: #eee;
}
.product-content-tit span {
  font-size: 14px;
  text-align: center;
  display: block;
  width: 120px;
  float: left;
  color: #666;
  cursor: pointer;
  box-sizing: border-box;
}
.product-content-tit span.span_act {
  color: #fff;
  background: #253d99;
  border: 1px solid #253d99;
}
.info_right_t {
  text-align: center;
  font-size: 30px;
  color: #253d99;
  margin-bottom: 5%;
}
.info-right-image {
  width: 49%;
  float: left;
}
.info-right-image p {
  height: 330px;
  overflow: hidden;
  border: 1px solid #ccc;
}
.info-right-image p img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.info-right-image-t {
  float: right;
  width: 47%;
}
.pro_contact {
  display: none;
}
.pro_contact .info_contact .info_contact_list ul li {
  width: 50%;
}
/*关于我们*/
.info_c_title {
  text-align: center;
  padding: 5% 0 3%;
}
.info_c_title > * {
  display: block;
}
.info_c_title b {
  font-size: 36px;
  color: #4e4646;
  text-align: center;
  background: url("../images/info_t_bg.png") no-repeat center;
}
.info_c_title small {
  font-size: 16px;
  color: #181818;
  margin-top: 5px;
}
.info_com_type ul {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  background: #fff;
  overflow: hidden;
  padding: 22px 0;
}
.info_com_type ul li {
  width: 20%;
  text-align: center;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  border-left: 1px dotted #d4d4d4;
}
.info_com_type ul li:nth-of-type(1) {
  border-left: 0;
}
.info_com_type ul li a {
  display: block;
}
.info_com_type ul li i {
  width: 64px;
  height: 64px;
  background: #4e4646;
  border-radius: 50%;
  text-align: center;
  display: block;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  margin: 0 auto;
  line-height: 64px;
}
.info_com_type ul li span {
  font-size: 16px;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  display: block;
  margin-top: 10px;
}
.info_com_type ul li:hover i {
  background: #02974f;
}
.info_com_type ul li:hover span {
  color: #253d99;
}
.info_company {
  padding-bottom: 2%;
}
.info_com_con {
  overflow: hidden;
}
.info_com_con .info_com_l {
  width: 47.5%;
  float: left;
  overflow: hidden;
}
.info_com_con .info_com_l .swiper-container-company {
  overflow: hidden;
  position: relative;
}
.info_com_con .info_com_l .swiper-slide {
  height: 100%;
  position: relative;
}
.info_com_con .info_com_l p {
  height: 350px;
  display: block;
  overflow: hidden;
}
.info_com_con .info_com_l p img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}
.info_com_con .info_com_l span {
  position: absolute;
  left: 0;
  bottom: 0;
  background: rgba(31, 65, 141, 0.8);
  color: #fff;
  padding: 13px;
  display: block;
  width: 100%;
}
.info_com_con .info_com_r {
  width: 48%;
  float: right;
}
.info_com_con .info_com_r > * {
  display: block;
}
.info_com_con .info_com_r > b {
  font-size: 28px;
  color: #1f1f1f;
  margin-bottom: 20px;
}
.info_com_con .info_com_r .p_con {
  font-size: 14px;
  color: #4e4e4e;
  line-height: 26px;
}
.p_con{
  line-height: 2.2;
  font-size: 1.5rem;
}

/*车间展示*/
.cj_title {
  padding: 3% 0;
}
.cj_title > * {
  display: block;
}
.cj_title b {
  font-size: 35px;
  color: #4e4646;
}
.cj_title small {
  font-size: 15px;
  color: #2a2a2a;
  margin-top: 5px;
}
.cj_list li {
  width: 24%;
  float: left;
  margin-right: 1%;
}
.cj_list li img {
  max-width: 100%;
}
/*生产流程*/
#sc {
  padding-bottom: 4%;
}
.sc_list {
  width: 105%;
}
.sc_list li {
  width: 20%;
  float: left;
  text-align: center;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
  position: relative;
  padding-right: 45px;
}
.sc_list li:after {
  display: block;
  content: '';
  width: 32px;
  height: 44px;
  background: url("../images/sc_r.png") no-repeat center;
  position: absolute;
  right: 0;
  top: 20px;
}
.sc_list li:last-of-type {
  background: none;
  padding-right: 0;
}
.sc_list li:last-of-type:after {
  display: none;
}
.sc_list li span {
  width: 86px;
  height: 86px;
  border: 4px solid #d1d1d1;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  border-radius: 50%;
  margin: 0 auto;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.sc_list li b {
  font-size: 16px;
  color: #191408;
  margin-top: 16px;
  display: block;
  transition: 300ms ease-in-out;
  -webkit-transition: 300ms ease-in-out;
}
.sc_list li small {
  font-size: 14px;
  color: #808080;
  margin-top: 15px;
  display: block;
}
.sc_list li:nth-of-type(1) span {
  background-image: url("../images/case_ico1.png");
}
.sc_list li:nth-of-type(2) span {
  background-image: url("../images/case_ico2.png");
}
.sc_list li:nth-of-type(3) span {
  background-image: url("../images/case_ico3.png");
}
.sc_list li:nth-of-type(4) span {
  background-image: url("../images/case_ico4.png");
}
.sc_list li:nth-of-type(5) span {
  background-image: url("../images/case_ico5.png");
}
/*产品优势*/
#cpys .info_c_title {
  background: url("../images/cpys_bg.jpg") no-repeat center;
  background-size: cover;
}
#cpys .info_c_title .container > * {
  display: block;
  color: #fff !important;
}
#cpys .cpys_wrap {
  position: relative;
  padding-top: 5%;
}
#cpys .cpys_wrap:after {
  display: block;
  content: '';
  width: 100%;
  height: 1px;
  background: #ccc;
  position: absolute;
  top: 275px;
  left: 0;
}
#cpys .cpys_list {
  width: 108%;
  position: relative;
  overflow: hidden;
  z-index: 2;
}
#cpys .cpys_list li {
  float: left;
  width: 27%;
  margin-right: 6%;
  position: relative;
}
#cpys .cpys_list li:last-of-type {
  margin-right: 0;
}
#cpys .cpys_list li img {
  display: block;
  max-width: 100%;
}
#cpys .cpys_list li div {
  text-align: center;
  padding-top: 30px;
  margin-top: 30px;
  position: relative;
}
#cpys .cpys_list li div:after {
  display: block;
  content: '';
  width: 20px;
  height: 20px;
  background: url("../images/cpys_ico1.png") no-repeat center;
  position: absolute;
  left: 50%;
  margin-left: -10px;
  top: -7px;
}
#cpys .cpys_list li div > * {
  display: block;
}
#cpys .cpys_list li div b {
  font-size: 22px;
  color: #222222;
}
#cpys .cpys_list li div small {
  font-size: 15px;
  color: #626262;
  margin-top: 10px;
}
/*研发中心*/
#yf {
  padding-bottom: 5%;
}
.yf_list {
  display: flex;
  display: -webkit-flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 3%;
}
.yf_list li {
  width: 15%;
}
.yf_list li > * {
  display: block;
}
.yf_list li span img {
  width: 80px;
  display: block;
  height: 80px;
}
.yf_list li b {
  font-size: 22px;
  color: #4E80BB;
  margin-top: 20px;
}
.yf_list li small {
  font-size: 14px;
  color: #181818;
  margin-top: 20px;
}
.ys_content {
  font-size: 14px;
  line-height: 25px;
  text-indent: 2em;
  margin-bottom: 15px;
}
/*资质荣誉*/
.swiper-container-honor {
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
}
.swiper-container-honor .swiper-slide {
  height: 320px;
  border: 1px solid #ccc;
  padding: 5px;
}
.swiper-container-honor .swiper-slide a {
  display: block;
  height: 100%;
}
.swiper-container-honor .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*合作伙伴*/
#info_friends {
  padding-bottom: 5%;
}
.swiper-container-friends {
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
}
.swiper-container-friends .swiper-slide {
  height: 100px;
  border: 1px solid #ccc;
  padding: 5px;
}
.swiper-container-friends .swiper-slide a {
  display: block;
  height: 100%;
}
.swiper-container-friends .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
/*案例展示*/
.case_list {
  width: 103%;
  overflow: hidden;
}
.case_list li {
  float: left;
  width: 31%;
  margin-bottom: 2%;
  overflow: hidden;
  margin-right: 2%;
}
.case_list li a {
  display: block;
}
.case_list li p {
  border: 1px solid #ccc;
  padding: 5px;
  height: 130px;
}
.case_list li p img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.case_list li span {
  display: block;
  text-align: center;
  font-size: 15px;
  margin-top: 10px;
  height: 21px;
  overflow: hidden;
}
.case_list2 li p {
  height: 170px;
}
.case_con {
  line-height: 30px;
  color: #666;
}
/* 分页 */
.ab_pages{
	clear: both;
	padding: 20px 0;
	font-size: 14px;
	text-align: center;
	overflow: hidden;
  }
  .ab_pages ul{
	display: inline-block;
	margin: 0 auto;
	padding: 0;
  }
  .ab_pages ul a , .ab_pages ul span{
	color: #555;
	display: block;
	padding: 5px 11px;
	border: 1px solid #ddd;
	float: left;
	margin: 0 5px;
	font-size: 12px;
  }